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>
This commit is contained in:
Mads Rasmussen
2023-05-02 11:04:52 +02:00
committed by GitHub
parent 1a63b34fc0
commit f7f2da7659
80 changed files with 297 additions and 403 deletions

View File

@@ -60,7 +60,11 @@ export default {
'@umbraco-cms/backoffice/picker-input': './libs/picker-input/index.ts',
'@umbraco-cms/backoffice/id': './libs/id/index.ts',
'@umbraco-cms/backoffice/collection': './libs/collection/index.ts',
'@umbraco-cms/backoffice/tree': './libs/tree/index.ts',
'@umbraco-cms/backoffice/section': './libs/section/index.ts',
'@umbraco-cms/backoffice/user-group': './src/backoffice/users/user-groups/index.ts',
'@umbraco-cms/internal/lit-element': './src/core/lit-element/index.ts',
'@umbraco-cms/internal/modal': './src/core/modal/index.ts',
'@umbraco-cms/internal/router': './src/core/router/index.ts',