Commit Graph

438 Commits

Author SHA1 Message Date
Niels Lyngsø
88c9467bb7 link-picker-modal 2023-03-23 21:38:49 +01:00
Niels Lyngsø
a1cebcb5e0 debug-modal 2023-03-23 21:37:28 +01:00
Niels Lyngsø
2618d680ec language-picker-modal 2023-03-23 21:36:48 +01:00
Niels Lyngsø
08a33fc16c property-editor-ui-picker-modal.token 2023-03-23 21:36:04 +01:00
Niels Lyngsø
bcd7fa23b5 UMB_EXAMINE_FIELDS_SETTINGS_MODAL 2023-03-23 21:35:02 +01:00
Niels Lyngsø
77c4fa74ae more tokens 2023-03-23 21:34:05 +01:00
Niels Lyngsø
88fd5e2467 document picker 2023-03-23 21:29:53 +01:00
Niels Lyngsø
48894ef7ff UMB_ICON_PICKER_MODAL 2023-03-23 21:29:09 +01:00
Niels Lyngsø
ac88e200d9 UMB_ALLOWED_DOCUMENT_TYPES_MODAL 2023-03-23 21:28:22 +01:00
Niels Lyngsø
c7a77c23e2 confirm modal 2023-03-23 21:27:28 +01:00
Niels Lyngsø
90db955f87 rename file of UMB_CHANGE_PASSWORD_MODAL 2023-03-23 21:26:18 +01:00
Niels Lyngsø
24f30dd023 Move UMB_CHANGE_PASSWORD_MODAL 2023-03-23 21:24:38 +01:00
Niels Lyngsø
13d4bb5873 move router to libs 2023-03-23 21:20:39 +01:00
Niels Lyngsø
323ef15e19 open method and docs 2023-03-23 15:53:12 +01:00
Niels Lyngsø
21f2ac3ecd Merge remote-tracking branch 'origin/main' into feature/modal-routing 2023-03-23 15:51:37 +01:00
Niels Lyngsø
79f6eea67f type corrections 2023-03-23 11:13:39 +01:00
Niels Lyngsø
9c72235177 lint fixes 2023-03-23 11:05:55 +01:00
Warren Buckley
c2f6e25d72 Update libs/README.md 2023-03-23 09:46:23 +00:00
Warren Buckley
e1d41d1f58 Update libs/README.md 2023-03-23 09:45:16 +00:00
Niels Lyngsø
c6444f1a8b comment 2023-03-23 10:41:39 +01:00
Warren Buckley
6cf65d8c4d Update libs/README.md 2023-03-23 09:41:22 +00:00
Niels Lyngsø
14d031ff01 option argument 2023-03-23 10:38:38 +01:00
Niels Lyngsø
7624c62275 refactor registration and controller 2023-03-23 10:36:52 +01:00
Jacob Overgaard
6a3a452239 Update libs/README.md
Co-authored-by: Warren Buckley <warren@umbraco.com>
2023-03-23 10:32:41 +01:00
Warren Buckley
f8e1b074dd Update libs/README.md 2023-03-23 09:19:56 +00:00
Niels Lyngsø
fff8b2a9eb implemented 2023-03-23 09:29:36 +01:00
Niels Lyngsø
f62c7c0453 mega refactor 2023-03-22 20:36:02 +01:00
Niels Lyngsø
96de8e710f Merge remote-tracking branch 'origin/main' into feature/modal-routing
# Conflicts:
#	src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts
#	src/backoffice/shared/components/workspace-property/workspace-property.context.ts
#	src/backoffice/shared/property-actions/clear/property-action-clear.element.ts
#	src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts
#	src/backoffice/shared/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts
#	src/core/router/router-slot.element.ts
2023-03-22 11:00:18 +01:00
Jacob Overgaard
e4d6a14c0d Merge remote-tracking branch 'origin/main' into feature/upload-to-gpr 2023-03-22 10:03:03 +01:00
Jacob Overgaard
e5f21ab21c add README 2023-03-22 10:01:07 +01:00
Mads Rasmussen
06a8c2e0c9 Merge branch 'main' into feature/test-extension-registry-distincts 2023-03-22 09:20:54 +01:00
Mads Rasmussen
983ab83525 Cleanup: Remove content workspace (#613)
* use import aliases when importing when the libs folder

* move data source response interface to the repository module

* remove unused interfaces

* move dictionary interface into dictionary silo

* delete unused interface

* remove content workspace element from media workspace

* delete content workspace element

* move document edit views into folder

* create info workspace view specific for documents

* align naming of files and element

* update story

* add scaffolding info and edit workspace views for media

* remove edit content workspace view

* move media collection views into media silo

* update manifests + naming

* update last imports of temp MediaDetails type

* fix merge
2023-03-21 16:19:59 +01:00
Niels Lyngsø
a26f5171d9 Merge branch 'main' into feature/test-extension-registry-distincts 2023-03-21 15:54:53 +01:00
Niels Lyngsø
bcc681976a correct memoization methods and test 2023-03-21 15:54:07 +01:00
Mads Rasmussen
8e6cf62625 Cleanup: move dictionary interface (#612)
* use import aliases when importing when the libs folder

* move data source response interface to the repository module

* remove unused interfaces

* move dictionary interface into dictionary silo

* delete unused interface
2023-03-21 14:59:46 +01:00
Mads Rasmussen
a688541f85 remove unused interfaces 2023-03-21 13:45:35 +01:00
Mads Rasmussen
3029b3d5f0 move data source response interface to the repository module 2023-03-21 13:45:35 +01:00
Jacob Overgaard
796533ff11 Refactor libs into @umbraco-cms/backoffice/* (#608)
* merge libs rollup configs to one rollup

* move css from libs to src/core

* run rollup on cms build

* move test-utils to /utils folder

* move css to src/core

* mark @umbraco-cms/backoffice as external when building for CMS

* rename all models to include @umbraco-cms/backoffice in their path to allow us to publish as a single module

* rename all imports to @umbraco-cms/backoffice/*

* rename events to umb-events to avoid rollup error of protected module name(?)

* test that libs can build

* move css to src/core

* move umb-lit-element and modal elements to src/core

* move some modal interfaces back to libs/modal

* move the icon store into src/core since it is very localized to the backoffice

* comment out build:libs for now since Github runs out of memory

* rename to match tsconfig alias

* add package.json to libs

* only make libs for lib folders

* turn off emit for typescript since we are handling types for libs separately

* build libs locally

* add script to move libs to final destination with some transform

* move libs after build

* move package.json to dist folder first (so we can publish from there)

* remove inline comments

* ensure the outputDir exists

* Remove re-export of extensions-registry library from models library

* move to individual files to avoid circular imports

* check if outputDir exists before trying to create it

* write transforms first in dist file and then copy the file to outputDir

* ensure all umbraco types are external

* copy information from main package.json file
2023-03-21 11:41:06 +01:00
Mads Rasmussen
956d2c2040 add function for extension sorting 2023-03-21 09:10:10 +01:00
Mads Rasmussen
35c5dd75da camel case functions 2023-03-21 09:05:34 +01:00
Niels Lyngsø
af99ef92a0 Kinds cannot Omit 2023-03-20 19:57:56 +01:00
Niels Lyngsø
d51bf80b27 remove ManifestCustom 2023-03-20 19:56:07 +01:00
Niels Lyngsø
e52901afaa use pipe for Omits in Kind Types 2023-03-20 16:33:13 +01:00
Mads Rasmussen
2b894102a7 move menu item tree kind interfaces into extension registry 2023-03-20 15:52:56 +01:00
Mads Rasmussen
d1a8f5fc80 move header app button kind interfaces into extensions registry 2023-03-20 15:48:32 +01:00
Mads Rasmussen
b5a9d105b2 move kind interface into extension registry module 2023-03-20 15:44:19 +01:00
Niels Lyngsø
dd974fbf2f Merge remote-tracking branch 'origin/main' into feature/modal-routing
# Conflicts:
#	src/backoffice/documents/documents/workspace/document-workspace.element.ts
#	src/core/router/index.ts
2023-03-20 15:29:51 +01:00
Niels Lyngsø
12981cdc18 test meta merge 2023-03-20 14:39:41 +01:00
Niels Lyngsø
c960a1d4ae fix type 2023-03-20 14:37:17 +01:00
Niels Lyngsø
c9b9431ad3 todo 2023-03-20 14:35:27 +01:00