Commit Graph

693 Commits

Author SHA1 Message Date
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
Jesper Møller Jensen
e782fe235e Merge remote-tracking branch 'origin/main' into feature/user-profile-apps 2023-03-23 17:41:36 +13:00
Niels Lyngsø
f62c7c0453 mega refactor 2023-03-22 20:36:02 +01:00
Mads Rasmussen
e1e1b191c4 add tree item extension point 2023-03-22 15:18:25 +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
f41769a561 Merge branch 'main' into feature/one-step-closer-to-core-code-aligned-with-packages 2023-03-22 09:32:30 +01:00
Mads Rasmussen
06a8c2e0c9 Merge branch 'main' into feature/test-extension-registry-distincts 2023-03-22 09:20:54 +01:00
Mads Rasmussen
e92c3ab244 Merge branch 'main' into feature/one-step-closer-to-core-code-aligned-with-packages 2023-03-22 09:18:14 +01:00
Jesper Møller Jensen
71d2f6541f rename userDashboard to userProfileApp 2023-03-22 18:07:07 +13: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
Niels Lyngsø
e3fbe45fe1 a bit of deep merge. 2023-03-20 14:34:36 +01:00
Niels Lyngsø
93ed6d7789 fix tests 2023-03-20 14:21:31 +01:00
Niels Lyngsø
d5330e5ea1 distinctUntilChanged 2023-03-20 13:01:06 +01:00
Niels Lyngsø
30e165f0ca type fixes 2023-03-20 12:51:52 +01:00
Niels Lyngsø
23ff8d34a9 use alias, simpler kind value 2023-03-20 12:48:58 +01:00
Niels Lyngsø
142f262d22 clean up 2023-03-20 11:43:13 +01:00
Niels Lyngsø
d36e540c1b UmbEntryPointExtensionInitializer 2023-03-20 11:06:39 +01:00
Niels Lyngsø
5d3cbad014 extensionRegistrationsSortedByTypeAndWeight 2023-03-20 10:55:33 +01:00
Niels Lyngsø
496aebd2c0 umb-menu-item-tree 2023-03-20 10:38:25 +01:00
Niels Lyngsø
8976604967 replace ManifestMenuSectionSidebarApp with kind 2023-03-17 19:01:40 +01:00
Niels Lyngsø
b652bbd70e comment for the property kind undefined 2023-03-17 18:52:34 +01:00
Niels Lyngsø
26536c15d1 strict types for kinds 2023-03-17 15:12:00 +01:00
Mads Rasmussen
ec45ef6bad add register many method to extension registry 2023-03-17 14:09:37 +01:00
Niels Lyngsø
cbfe794de9 kind type 2023-03-17 11:20:31 +01:00
Niels Lyngsø
7a3ebbe8e4 notes and a test example 2023-03-17 10:45:46 +01:00