Commit Graph

76 Commits

Author SHA1 Message Date
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
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
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ø
a4bb08ff60 Merge remote-tracking branch 'origin/main' into feature/document-type-workspace-take-3
# Conflicts:
#	src/backoffice/shared/components/input-template/input-template.element.ts
#	src/backoffice/shared/components/workspace/workspace-layout/workspace-layout.element.ts
#	src/core/mocks/data/document-type.data.ts
2023-04-20 15:12:11 +02:00
Mads Rasmussen
be8e46915f update import alias 2023-04-20 13:49:23 +02:00
Niels Lyngsø
8687efd7b2 rename picker context to picker input context 2023-04-20 13:34:01 +02:00
Niels Lyngsø
aedcf6c3d8 . 2023-04-17 11:33:48 +02:00
Mads Rasmussen
32eaf9783b add import alias's 2023-04-12 17:05:14 +02:00
Niels Lyngsø
13d4bb5873 move router to libs 2023-03-23 21:20:39 +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
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
2694b964d3 move modal to libs 2023-03-07 19:38:56 +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
Mads Rasmussen
0ba19a77d4 add import alias 2023-02-28 14:08:43 +01:00
Mads Rasmussen
c0d4ab70f5 add import alias 2023-02-28 14:08:43 +01:00
Mads Rasmussen
71783603b6 Feature: Events lib (#539)
* move events folder to libs

* set up aliases for events
2023-02-22 10:25:03 +01:00
Niels Lyngsø
8012e02c2d further implementation 2023-02-02 13:20:28 +01:00
Mads Rasmussen
37221b937d move router to libs 2023-02-01 15:11:52 +01:00
Jacob Overgaard
086285fe93 Merge remote-tracking branch 'origin/main' into feature/auth-app 2023-01-25 11:38:41 +01:00
Niels Lyngsø
3dc9446351 add modal to umbraco-cms paths 2023-01-25 10:29:29 +01:00
Jacob Overgaard
bf1c7f60b8 move src/core/css to libs/css and add alias to tsconfig 2023-01-25 10:09:26 +01:00
Jacob Overgaard
5628ea58f9 Revert "remove apps from global tsconfig include"
This reverts commit 3a65e2bd78.
2023-01-24 12:15:57 +01:00
Jacob Overgaard
3a65e2bd78 remove apps from global tsconfig include 2023-01-24 12:13:28 +01:00
Jacob Overgaard
79e99b8185 move utils and test-utils to libs 2023-01-24 10:31:53 +01:00
Jacob Overgaard
c0d30be4f0 Revert "integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies"
This reverts commit e87439ff5f.
2023-01-24 08:30:18 +01:00
Jacob Overgaard
e87439ff5f integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies 2023-01-23 16:24:42 +01:00
Jacob Overgaard
bc02acdeb9 move store to libs 2023-01-23 15:22:36 +01:00
Jacob Overgaard
107339e2a4 move notification to libs 2023-01-23 15:12:48 +01:00
Jacob Overgaard
c75f8561ea move element to libs 2023-01-23 15:05:41 +01:00
Jacob Overgaard
1b3a81ef8c update references 2023-01-23 15:01:47 +01:00
Jacob Overgaard
45252017f1 move extensions-api to libs 2023-01-23 14:56:21 +01:00
Jacob Overgaard
7a219dda29 move extensions-registry to libs 2023-01-23 14:51:39 +01:00
Jacob Overgaard
c42d824d10 update alias to observable-api 2023-01-23 14:37:56 +01:00
Jacob Overgaard
99e91a7c65 migrate @umbraco-cms/context-api 2023-01-20 13:31:31 +01:00
Jacob Overgaard
e53ee08093 migrate @umbraco-cms/controller to libs 2023-01-20 13:28:41 +01:00
Jacob Overgaard
9815303c90 include libs in tsconfig 2023-01-20 13:28:31 +01:00
Jacob Overgaard
3bc5916451 migrate @umbraco-cms/resources to libs 2023-01-20 13:19:42 +01:00
Jacob Overgaard
316bfcb83e move backend-api to its own lib folder 2023-01-20 11:35:23 +01:00
Mads Rasmussen
bc618cbc5d Merge branch 'main' into feature/property-editor-content-picker 2023-01-16 12:16:01 +01:00
Niels Lyngsø
2958d4dd71 change imports 2023-01-13 12:47:54 +01:00
Niels Lyngsø
1be9336282 remove services import as they should not be used 2023-01-12 12:47:03 +01:00