@umbraco-cms/backoffice 1.0.0-next.bf0e5e95 → 1.0.0-next.c727665d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-api.d.ts +457 -212
- package/context-api.d.ts +71 -1
- package/controller.d.ts +1 -1
- package/custom-elements.json +349 -53
- package/element.d.ts +1 -1
- package/entity-action.d.ts +19 -2
- package/modal.d.ts +42 -6
- package/models.d.ts +13 -8
- package/observable-api.d.ts +42 -13
- package/package.json +1 -1
- package/repository.d.ts +40 -10
- package/store.d.ts +10 -10
- package/utils.d.ts +3 -1
- package/vscode-html-custom-data.json +169 -52
- package/workspace.d.ts +10 -3
|
@@ -51,33 +51,96 @@
|
|
|
51
51
|
"attributes": []
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"name": "umb-document-type-workspace-
|
|
55
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `
|
|
54
|
+
"name": "umb-document-type-workspace-editor",
|
|
55
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - ",
|
|
56
56
|
"attributes": []
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "umb-document-type-workspace",
|
|
60
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () =>
|
|
60
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbDocumentTypeWorkspaceEditorElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
|
|
61
61
|
"attributes": []
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"name": "umb-workspace-view-
|
|
65
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
64
|
+
"name": "umb-document-type-workspace-view-design",
|
|
65
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
|
|
66
66
|
"attributes": []
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"name": "umb-workspace-view-
|
|
70
|
-
"description": "
|
|
69
|
+
"name": "umb-document-type-workspace-view-edit-properties",
|
|
70
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
|
+
"attributes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "container-name",
|
|
74
|
+
"description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
|
|
75
|
+
"values": []
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "container-type",
|
|
79
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"name": "Group"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Tab"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "document-type-workspace-view-edit-property",
|
|
93
|
+
"description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {string} - Property, the data object for the property.\n\nProperties:\n\n * `property` {string} - Property, the data object for the property.\n\n * `styles` {`CSSResult[]`} - ",
|
|
94
|
+
"attributes": [
|
|
95
|
+
{
|
|
96
|
+
"name": "property",
|
|
97
|
+
"description": "`property` {string} - Property, the data object for the property.\n\nProperty: property\n\nDefault: ''"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "onpartial-property-update",
|
|
101
|
+
"description": "`partial-property-update` {`CustomEvent<any>`} - "
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
107
|
+
"description": "Attributes:\n\n * `ownerTabKey` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_ownerTabKey` {`string | undefined`} - \n\n * `ownerTabKey` {`string | undefined`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - ",
|
|
108
|
+
"attributes": [
|
|
109
|
+
{
|
|
110
|
+
"name": "ownerTabKey",
|
|
111
|
+
"description": "`ownerTabKey` {`string | undefined`} - \n\nProperty: ownerTabKey",
|
|
112
|
+
"values": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "tabName",
|
|
116
|
+
"description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
|
|
117
|
+
"values": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "noTabName",
|
|
121
|
+
"description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
|
|
122
|
+
"valueSet": "v"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
128
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - ",
|
|
71
129
|
"attributes": []
|
|
72
130
|
},
|
|
73
131
|
{
|
|
74
|
-
"name": "umb-workspace-view-
|
|
75
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
132
|
+
"name": "umb-document-type-workspace-view-details",
|
|
133
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
76
134
|
"attributes": []
|
|
77
135
|
},
|
|
78
136
|
{
|
|
79
|
-
"name": "umb-workspace-view-
|
|
80
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
137
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
138
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
139
|
+
"attributes": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
143
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
81
144
|
"attributes": []
|
|
82
145
|
},
|
|
83
146
|
{
|
|
@@ -115,7 +178,7 @@
|
|
|
115
178
|
"attributes": []
|
|
116
179
|
},
|
|
117
180
|
{
|
|
118
|
-
"name": "umb-document-workspace-
|
|
181
|
+
"name": "umb-document-workspace-editor",
|
|
119
182
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`IRoute<any>[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - ",
|
|
120
183
|
"attributes": []
|
|
121
184
|
},
|
|
@@ -131,7 +194,7 @@
|
|
|
131
194
|
},
|
|
132
195
|
{
|
|
133
196
|
"name": "umb-document-workspace-view-edit-properties",
|
|
134
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {
|
|
197
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - ",
|
|
135
198
|
"attributes": [
|
|
136
199
|
{
|
|
137
200
|
"name": "container-name",
|
|
@@ -140,7 +203,7 @@
|
|
|
140
203
|
},
|
|
141
204
|
{
|
|
142
205
|
"name": "container-type",
|
|
143
|
-
"description": "`container-type` {
|
|
206
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
144
207
|
"values": [
|
|
145
208
|
{
|
|
146
209
|
"name": "Group"
|
|
@@ -154,7 +217,7 @@
|
|
|
154
217
|
},
|
|
155
218
|
{
|
|
156
219
|
"name": "umb-document-workspace-view-edit-tab",
|
|
157
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `
|
|
220
|
+
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - ",
|
|
158
221
|
"attributes": [
|
|
159
222
|
{
|
|
160
223
|
"name": "tabName",
|
|
@@ -170,12 +233,12 @@
|
|
|
170
233
|
},
|
|
171
234
|
{
|
|
172
235
|
"name": "umb-document-workspace-view-edit",
|
|
173
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - ",
|
|
236
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - ",
|
|
174
237
|
"attributes": []
|
|
175
238
|
},
|
|
176
239
|
{
|
|
177
240
|
"name": "umb-document-info-workspace-view",
|
|
178
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext`
|
|
241
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - ",
|
|
179
242
|
"attributes": []
|
|
180
243
|
},
|
|
181
244
|
{
|
|
@@ -219,7 +282,7 @@
|
|
|
219
282
|
},
|
|
220
283
|
{
|
|
221
284
|
"name": "umb-media-workspace-edit",
|
|
222
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
285
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_id` {`string | undefined`} - ",
|
|
223
286
|
"attributes": []
|
|
224
287
|
},
|
|
225
288
|
{
|
|
@@ -416,7 +479,7 @@
|
|
|
416
479
|
},
|
|
417
480
|
{
|
|
418
481
|
"name": "umb-dashboard-health-check-group",
|
|
419
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `groupName` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_group` - \n\n * `_healthCheckContext` - \n\n * `_checks` {`any[] | undefined`} - \n\n * `
|
|
482
|
+
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `groupName` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_group` - \n\n * `_healthCheckContext` - \n\n * `_checks` {`any[] | undefined`} - \n\n * `_idResults` {`any[] | undefined`} - \n\n * `_api` - ",
|
|
420
483
|
"attributes": [
|
|
421
484
|
{
|
|
422
485
|
"name": "groupName",
|
|
@@ -454,6 +517,11 @@
|
|
|
454
517
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_telemetryFormData` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_errorMessage` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_handleSubmit` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `_selectedTelemetryDescription` {`\"We will only send an anonymized site ID to let us know that the site exists.\" | \"We will send an anonymized site ID, Umbraco version, and packages installed.\" | \"We will send:<ul>\\n\\t\\t\\t\\t<li>Anonymized site ID, Umbraco version, and packages installed.</li>\\n\\t\\t\\t\\t<li>Number of: Root nodes, Content nodes, Macros...`} - ",
|
|
455
518
|
"attributes": []
|
|
456
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "umb-create-data-type-modal",
|
|
522
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
523
|
+
"attributes": []
|
|
524
|
+
},
|
|
457
525
|
{
|
|
458
526
|
"name": "umb-data-type-workspace-edit-element",
|
|
459
527
|
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
|
|
@@ -510,17 +578,17 @@
|
|
|
510
578
|
},
|
|
511
579
|
{
|
|
512
580
|
"name": "umb-language-root-workspace",
|
|
513
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
|
|
581
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - ",
|
|
514
582
|
"attributes": []
|
|
515
583
|
},
|
|
516
584
|
{
|
|
517
|
-
"name": "umb-language-workspace-
|
|
518
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
|
|
585
|
+
"name": "umb-language-workspace-edit",
|
|
586
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isNew` {`boolean`} - ",
|
|
519
587
|
"attributes": []
|
|
520
588
|
},
|
|
521
589
|
{
|
|
522
590
|
"name": "umb-language-workspace",
|
|
523
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () =>
|
|
591
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbLanguageWorkspaceEditElement; setup: (component: HTMLElement, info: IRoutingInfo<any, any>) => void; }[]`} - ",
|
|
524
592
|
"attributes": []
|
|
525
593
|
},
|
|
526
594
|
{
|
|
@@ -657,7 +725,7 @@
|
|
|
657
725
|
},
|
|
658
726
|
{
|
|
659
727
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
660
|
-
"description": "Properties:\n\n * `
|
|
728
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
661
729
|
"attributes": []
|
|
662
730
|
},
|
|
663
731
|
{
|
|
@@ -868,6 +936,9 @@
|
|
|
868
936
|
"name": "language",
|
|
869
937
|
"description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
|
|
870
938
|
"values": [
|
|
939
|
+
{
|
|
940
|
+
"name": "html"
|
|
941
|
+
},
|
|
871
942
|
{
|
|
872
943
|
"name": "razor"
|
|
873
944
|
},
|
|
@@ -885,9 +956,6 @@
|
|
|
885
956
|
},
|
|
886
957
|
{
|
|
887
958
|
"name": "json"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "html"
|
|
891
959
|
}
|
|
892
960
|
]
|
|
893
961
|
},
|
|
@@ -934,21 +1002,17 @@
|
|
|
934
1002
|
},
|
|
935
1003
|
{
|
|
936
1004
|
"name": "umb-debug",
|
|
937
|
-
"description": "Attributes:\n\n * `
|
|
1005
|
+
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
|
|
938
1006
|
"attributes": [
|
|
939
1007
|
{
|
|
940
|
-
"name": "
|
|
941
|
-
"description": "`
|
|
1008
|
+
"name": "visible",
|
|
1009
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
942
1010
|
"valueSet": "v"
|
|
943
1011
|
},
|
|
944
1012
|
{
|
|
945
1013
|
"name": "dialog",
|
|
946
1014
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
947
1015
|
"valueSet": "v"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "contexts",
|
|
951
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
952
1016
|
}
|
|
953
1017
|
]
|
|
954
1018
|
},
|
|
@@ -1189,7 +1253,7 @@
|
|
|
1189
1253
|
},
|
|
1190
1254
|
{
|
|
1191
1255
|
"name": "umb-input-document-picker",
|
|
1192
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `
|
|
1256
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentStore` - \n\n * `_pickedItemsObserver` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1193
1257
|
"attributes": [
|
|
1194
1258
|
{
|
|
1195
1259
|
"name": "min",
|
|
@@ -1221,12 +1285,8 @@
|
|
|
1221
1285
|
},
|
|
1222
1286
|
{
|
|
1223
1287
|
"name": "umb-input-document-type-picker",
|
|
1224
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1288
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedIds` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1225
1289
|
"attributes": [
|
|
1226
|
-
{
|
|
1227
|
-
"name": "currentDocumentType",
|
|
1228
|
-
"description": "`currentDocumentType` - \n\nProperty: currentDocumentType"
|
|
1229
|
-
},
|
|
1230
1290
|
{
|
|
1231
1291
|
"name": "value",
|
|
1232
1292
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1286,7 +1346,7 @@
|
|
|
1286
1346
|
},
|
|
1287
1347
|
{
|
|
1288
1348
|
"name": "umb-input-media-picker",
|
|
1289
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `
|
|
1349
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_pickedItemsObserver` - \n\n * `_repository` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1290
1350
|
"attributes": [
|
|
1291
1351
|
{
|
|
1292
1352
|
"name": "min",
|
|
@@ -1586,6 +1646,30 @@
|
|
|
1586
1646
|
}
|
|
1587
1647
|
]
|
|
1588
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "umb-input-upload-field",
|
|
1651
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`Blob[]`} - \n\n * `_currentFilesTemp` {`Blob[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1652
|
+
"attributes": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "keys",
|
|
1655
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "fileExtensions",
|
|
1659
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1660
|
+
"values": []
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "multiple",
|
|
1664
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1665
|
+
"valueSet": "v"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "onchange",
|
|
1669
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1589
1673
|
{
|
|
1590
1674
|
"name": "umb-input-user-group",
|
|
1591
1675
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
@@ -1668,9 +1752,33 @@
|
|
|
1668
1752
|
}
|
|
1669
1753
|
]
|
|
1670
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "umb-menu-item-base",
|
|
1757
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - ",
|
|
1758
|
+
"attributes": [
|
|
1759
|
+
{
|
|
1760
|
+
"name": "entity-type",
|
|
1761
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1762
|
+
"values": []
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "icon-name",
|
|
1766
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "label",
|
|
1770
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "has-children",
|
|
1774
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1775
|
+
"valueSet": "v"
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1671
1779
|
{
|
|
1672
1780
|
"name": "umb-menu-item",
|
|
1673
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1781
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1674
1782
|
"attributes": []
|
|
1675
1783
|
},
|
|
1676
1784
|
{
|
|
@@ -1804,7 +1912,7 @@
|
|
|
1804
1912
|
},
|
|
1805
1913
|
{
|
|
1806
1914
|
"name": "umb-template-card",
|
|
1807
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `
|
|
1915
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `id` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `default` {`boolean`} - \n\n * `_id` {`string`} - \n\n * `id` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1808
1916
|
"attributes": [
|
|
1809
1917
|
{
|
|
1810
1918
|
"name": "default",
|
|
@@ -1812,8 +1920,8 @@
|
|
|
1812
1920
|
"valueSet": "v"
|
|
1813
1921
|
},
|
|
1814
1922
|
{
|
|
1815
|
-
"name": "
|
|
1816
|
-
"description": "`
|
|
1923
|
+
"name": "id",
|
|
1924
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1817
1925
|
},
|
|
1818
1926
|
{
|
|
1819
1927
|
"name": "name",
|
|
@@ -1956,7 +2064,7 @@
|
|
|
1956
2064
|
},
|
|
1957
2065
|
{
|
|
1958
2066
|
"name": "umb-workspace-action-menu",
|
|
1959
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext`
|
|
2067
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
|
|
1960
2068
|
"attributes": []
|
|
1961
2069
|
},
|
|
1962
2070
|
{
|
|
@@ -1966,7 +2074,7 @@
|
|
|
1966
2074
|
},
|
|
1967
2075
|
{
|
|
1968
2076
|
"name": "umb-workspace-view-collection",
|
|
1969
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext`
|
|
2077
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
|
|
1970
2078
|
"attributes": []
|
|
1971
2079
|
},
|
|
1972
2080
|
{
|
|
@@ -1981,7 +2089,7 @@
|
|
|
1981
2089
|
},
|
|
1982
2090
|
{
|
|
1983
2091
|
"name": "umb-workspace-layout",
|
|
1984
|
-
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
|
|
2092
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
|
|
1985
2093
|
"attributes": [
|
|
1986
2094
|
{
|
|
1987
2095
|
"name": "headline",
|
|
@@ -2005,7 +2113,7 @@
|
|
|
2005
2113
|
},
|
|
2006
2114
|
{
|
|
2007
2115
|
"name": "umb-workspace-property-layout",
|
|
2008
|
-
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `
|
|
2116
|
+
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `styles` {`CSSResult[]`} - ",
|
|
2009
2117
|
"attributes": [
|
|
2010
2118
|
{
|
|
2011
2119
|
"name": "alias",
|
|
@@ -2082,6 +2190,11 @@
|
|
|
2082
2190
|
}
|
|
2083
2191
|
]
|
|
2084
2192
|
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "umb-folder-modal",
|
|
2195
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - ",
|
|
2196
|
+
"attributes": []
|
|
2197
|
+
},
|
|
2085
2198
|
{
|
|
2086
2199
|
"name": "umb-icon-picker-modal",
|
|
2087
2200
|
"description": "Attributes:\n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - ",
|
|
@@ -2122,7 +2235,7 @@
|
|
|
2122
2235
|
},
|
|
2123
2236
|
{
|
|
2124
2237
|
"name": "umb-template-modal",
|
|
2125
|
-
"description": "Properties:\n\n * `
|
|
2238
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2126
2239
|
"attributes": []
|
|
2127
2240
|
},
|
|
2128
2241
|
{
|
|
@@ -2771,11 +2884,15 @@
|
|
|
2771
2884
|
},
|
|
2772
2885
|
{
|
|
2773
2886
|
"name": "umb-property-editor-ui-upload-field",
|
|
2774
|
-
"description": "
|
|
2887
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - ",
|
|
2775
2888
|
"attributes": [
|
|
2776
2889
|
{
|
|
2777
2890
|
"name": "value",
|
|
2778
2891
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"name": "onproperty-value-change",
|
|
2895
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2779
2896
|
}
|
|
2780
2897
|
]
|
|
2781
2898
|
},
|
|
@@ -2836,7 +2953,7 @@
|
|
|
2836
2953
|
},
|
|
2837
2954
|
{
|
|
2838
2955
|
"name": "umb-import-dictionary-modal",
|
|
2839
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2956
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_uploadedDictionaryTempId` {`string | undefined`} - \n\n * `_showUploadView` {`boolean`} - \n\n * `_showImportView` {`boolean`} - \n\n * `_showErrorView` {`boolean`} - \n\n * `_selection` {`string[]`} - ",
|
|
2840
2957
|
"attributes": []
|
|
2841
2958
|
},
|
|
2842
2959
|
{
|
package/workspace.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { UmbControllerHostElement } from './controller';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import { UmbWorkspaceContextInterface as UmbWorkspaceContextInterface$1 } from './workspace';
|
|
3
4
|
|
|
4
5
|
interface UmbWorkspaceAction<T = unknown> {
|
|
5
6
|
host: UmbControllerHostElement;
|
|
@@ -12,14 +13,14 @@ declare class UmbWorkspaceActionBase<WorkspaceType> {
|
|
|
12
13
|
constructor(host: UmbControllerHostElement);
|
|
13
14
|
}
|
|
14
15
|
|
|
15
|
-
interface UmbWorkspaceContextInterface<
|
|
16
|
+
interface UmbWorkspaceContextInterface<DataType = unknown> {
|
|
16
17
|
host: UmbControllerHostElement;
|
|
17
18
|
repository: any;
|
|
18
19
|
isNew: Observable<boolean>;
|
|
19
20
|
getIsNew(): boolean;
|
|
20
21
|
setIsNew(value: boolean): void;
|
|
21
22
|
getEntityType(): string;
|
|
22
|
-
getData():
|
|
23
|
+
getData(): DataType | undefined;
|
|
23
24
|
destroy(): void;
|
|
24
25
|
setValidationErrors?(errorMap: any): void;
|
|
25
26
|
}
|
|
@@ -30,4 +31,10 @@ declare class UmbSaveWorkspaceAction extends UmbWorkspaceActionBase<UmbWorkspace
|
|
|
30
31
|
execute(): Promise<void>;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
interface UmbEntityWorkspaceContextInterface<EntityType = unknown> extends UmbWorkspaceContextInterface$1<EntityType> {
|
|
35
|
+
getEntityId(): string | undefined;
|
|
36
|
+
getEntityType(): string;
|
|
37
|
+
save(): Promise<void>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { UmbEntityWorkspaceContextInterface, UmbSaveWorkspaceAction, UmbWorkspaceAction, UmbWorkspaceActionBase, UmbWorkspaceContextInterface };
|