File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
extension-registry/models Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
"./culture" : " ./dist-cms/packages/core/culture/index.js" ,
33
33
"./picker" : " ./dist-cms/packages/core/picker/index.js" ,
34
34
"./current-user" : " ./dist-cms/packages/user/current-user/index.js" ,
35
+ "./dashboard" : " ./dist-cms/packages/core/dashboard/index.js" ,
35
36
"./data-type" : " ./dist-cms/packages/data-type/index.js" ,
36
37
"./debug" : " ./dist-cms/packages/core/debug/index.js" ,
37
38
"./dictionary" : " ./dist-cms/packages/dictionary/index.js" ,
Original file line number Diff line number Diff line change 1
1
import type { ManifestAuthProvider } from './auth-provider.model.js' ;
2
2
import type { ManifestCurrentUserAction , ManifestCurrentUserActionDefaultKind } from './current-user-action.model.js' ;
3
- import type { ManifestDashboard } from './dashboard.model.js' ;
4
3
import type {
5
4
ManifestEntityAction ,
6
5
ManifestEntityActionDeleteKind ,
@@ -47,7 +46,7 @@ export type * from './app-entry-point.model.js';
47
46
export type * from './auth-provider.model.js' ;
48
47
export type * from './backoffice-entry-point.model.js' ;
49
48
export type * from './current-user-action.model.js' ;
50
- export type * from './dashboard.model.js' ;
49
+ export type * from '../../dashboard /dashboard.model.js' ;
51
50
export type * from './dynamic-root.model.js' ;
52
51
export type * from './entity-action.model.js' ;
53
52
export type * from './entity-bulk-action.model.js' ;
@@ -96,7 +95,6 @@ export type ManifestTypes =
96
95
| ManifestCondition
97
96
| ManifestCurrentUserAction
98
97
| ManifestCurrentUserActionDefaultKind
99
- | ManifestDashboard
100
98
| ManifestDynamicRootOrigin
101
99
| ManifestDynamicRootQueryStep
102
100
| ManifestEntityActions
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js
60
60
"@umbraco-cms/backoffice/culture" : [" ./src/packages/core/culture/index.ts" ],
61
61
"@umbraco-cms/backoffice/picker" : [" ./src/packages/core/picker/index.ts" ],
62
62
"@umbraco-cms/backoffice/current-user" : [" ./src/packages/user/current-user/index.ts" ],
63
+ "@umbraco-cms/backoffice/dashboard" : [" ./src/packages/core/dashboard/index.ts" ],
63
64
"@umbraco-cms/backoffice/data-type" : [" ./src/packages/data-type/index.ts" ],
64
65
"@umbraco-cms/backoffice/debug" : [" ./src/packages/core/debug/index.ts" ],
65
66
"@umbraco-cms/backoffice/dictionary" : [" ./src/packages/dictionary/index.ts" ],
You can’t perform that action at this time.
0 commit comments