Commit Graph

149 Commits

Author SHA1 Message Date
Niels Lyngsø
f4e9af1e02 order of import maps 2023-06-05 22:28:02 +02:00
Niels Lyngsø
43c07186cd correct media import maps 2023-06-05 22:09:48 +02:00
Niels Lyngsø
eaf33b7c41 more imports 2023-06-05 22:07:09 +02:00
Niels Lyngsø
5a18564fc9 document, media, member 2023-06-05 21:48:46 +02:00
Jacob Overgaard
99fb53fd29 set up imports and exports 2023-06-05 10:33:29 +02:00
Nathan Woulfe
8b91e1a522 Merge branch 'main' into feature/rich-text-editor 2023-06-05 10:40:27 +10:00
Nathan Woulfe
63e3d471f2 export tinymce from /external - tests failing 2023-06-02 14:20:54 +10:00
Nathan Woulfe
8698b59802 linting 2023-06-02 13:34:57 +10:00
Nathan Woulfe
53be72c836 fixes from merge 2023-06-02 12:48:15 +10:00
Jacob Overgaard
4ba9e972d9 fix imports 2023-06-01 16:36:04 +02:00
Jacob Overgaard
7fe76c1906 add import paths 2023-06-01 16:21:40 +02:00
Lone Iversen
59d4bfd5f4 dont export manifests 2023-06-01 11:30:55 +02:00
Lone Iversen
77a9e4ccc6 user exports 2023-06-01 11:12:54 +02:00
Jacob Overgaard
a4c8e2617c import assertions are not currently supported in firefox, so we test in chrome for now 2023-05-26 15:00:35 +02:00
Mads Rasmussen
d4273a6956 update import map in test runner 2023-05-25 10:55:09 +02:00
Mads Rasmussen
d0d6508b70 eliminate internal router alias 2023-05-23 21:07:39 +02:00
Mads Rasmussen
87923b3dac Merge branch 'main' into poc/package-modules-move-libs-test 2023-05-23 18:45:41 +02:00
Niels Lyngsø
b9342bc00b imports 2023-05-23 10:02:09 +02:00
Mads Rasmussen
af4e453af1 update more imports 2023-05-17 18:04:27 +02:00
Nathan Woulfe
753b9b2fa9 Merge branch 'main' into feature/config-accessor 2023-05-17 14:08:39 +10:00
Mads Rasmussen
1260f892f7 import css from correct folder 2023-05-16 22:31:05 +02:00
Mads Rasmussen
8cef0fcf48 rename core to shared 2023-05-16 22:11:11 +02:00
Mads Rasmussen
b31820ed62 move packages into package folder 2023-05-16 21:31:16 +02:00
Jacob Overgaard
0f74838eb6 Merge branch 'main' into bugfix-browser-compatible-msw 2023-05-16 16:03:15 +02:00
Mads Rasmussen
ac3eefe1f3 Merge branch 'chore-Align-controller-api' into chore-align-element-api-naming 2023-05-16 14:36:53 +02:00
Mads Rasmussen
8a0c28aab5 this got removed by a mistake 2023-05-16 14:34:58 +02:00
Mads Rasmussen
a8a4ea6a29 append api to lib name 2023-05-16 14:16:46 +02:00
Mads Rasmussen
d6d0c10e73 update imports 2023-05-16 14:10:57 +02:00
Mads Rasmussen
99a203c542 fix importmap path 2023-05-16 13:36:51 +02:00
Mads Rasmussen
7bdccb9e41 remove s in name 2023-05-16 13:29:34 +02:00
Mads Rasmussen
b2c7205a22 remove s in extension api 2023-05-16 13:25:12 +02:00
Mads Rasmussen
3e98793c0e load msw in test runner and allow requests to the management api 2023-05-15 11:49:17 +02:00
Nathan Woulfe
cc0a221c42 Merge branch 'main' into feature/config-accessor 2023-05-10 14:28:59 +10:00
Nathan Woulfe
d1f121d8ee implement UmbDataTypePropertyCollection 2023-05-05 11:23:12 +10:00
Mads Rasmussen
da76acbb9f add module for variant logic + update imports 2023-05-03 15:59:47 +02:00
Mads Rasmussen
a54186c54c add import path for core components 2023-05-03 15:23:51 +02:00
Mads Rasmussen
f7f2da7659 Chore: Cleanup of Generic models lib (#681)
* move collection filter model to collection lib

* move temp member type details

* move temp user group details model

* move user details model out of models lib

* move document blue print out of models

* fix import paths

* use relative import paths

* move member details out of models

* move more models out of core models file

* fix import path

* Prefix

* remove entity type

* add null check

* typescript fixes

* move tree interfaces to tree lib

* fix import order

---------

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2023-05-02 11:04:52 +02:00
Mads Rasmussen
1a63b34fc0 Feature: Section lib (#678)
create section lib
2023-05-02 10:47:29 +02:00
Niels Lyngsø
bf6cd22f22 move structure manager (#677)
* move structure helpers

* refactor usage of document type repository

* lint fixes
2023-04-28 13:33:32 +02:00
Mads Rasmussen
d098723885 set up a collection lib 2023-04-27 22:04:14 +02:00
Mads Rasmussen
773144146b implement UmbId util 2023-04-27 21:13:46 +02:00
Niels Lyngsø
dbebba85c4 add to web test runner 2023-04-20 15:23:23 +02:00
Mads Rasmussen
16def43e91 update imports 2023-04-20 13:44:45 +02:00
Mads Rasmussen
32eaf9783b add import alias's 2023-04-12 17:05:14 +02: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
Niels Lyngsø
d195ccedd2 make property editor interface 2023-03-13 13:01:15 +01:00
Jacob Overgaard
86b6725aa4 Merge remote-tracking branch 'origin/main' into feature/slimmer-libs 2023-03-13 10:20:17 +01:00
Mads Rasmussen
e52dafc86f manual merges 2023-03-09 13:57:04 +01:00
Mads Rasmussen
6b2b106b8d add missing alias to test runner 2023-03-09 11:55:32 +01:00
Jacob Overgaard
0ffc7d4b20 move router library into src/core to avoid exposing it to the public 2023-03-07 15:57:12 +01:00