@umbraco-cms/backoffice 1.0.0-next.99fe12c7 → 1.0.0-next.b7d4efa4

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.
@@ -51,18 +51,96 @@
51
51
  "attributes": []
52
52
  },
53
53
  {
54
- "name": "umb-document-type-workspace-edit",
55
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_documentType` - \n\n * `_modalContext` - ",
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: () => UmbDocumentTypeWorkspaceEditElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
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-document-type-design",
65
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
64
+ "name": "umb-document-type-workspace-view-design",
65
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
66
+ "attributes": []
67
+ },
68
+ {
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 * `_containerKey` {`string | undefined`} - \n\n * `containerKey` {`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` - ",
129
+ "attributes": []
130
+ },
131
+ {
132
+ "name": "umb-document-type-workspace-view-details",
133
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
134
+ "attributes": []
135
+ },
136
+ {
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` - ",
66
144
  "attributes": []
67
145
  },
68
146
  {
@@ -80,17 +158,27 @@
80
158
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - ",
81
159
  "attributes": []
82
160
  },
161
+ {
162
+ "name": "umb-document-menu-item",
163
+ "attributes": []
164
+ },
83
165
  {
84
166
  "name": "umb-document-picker-modal",
85
167
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
86
168
  "attributes": []
87
169
  },
88
170
  {
89
- "name": "umb-document-sidebar-menu-item",
171
+ "name": "umb-document-type-picker-modal",
172
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
90
173
  "attributes": []
91
174
  },
92
175
  {
93
- "name": "umb-document-workspace-edit",
176
+ "name": "umb-document-tree-item",
177
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
178
+ "attributes": []
179
+ },
180
+ {
181
+ "name": "umb-document-workspace-editor",
94
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` - ",
95
183
  "attributes": []
96
184
  },
@@ -106,7 +194,7 @@
106
194
  },
107
195
  {
108
196
  "name": "umb-document-workspace-view-edit-properties",
109
- "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_containerName` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `_containerType` {`\"Group\" | \"Tab\" | undefined`} - \n\n * `containerType` {`\"Group\" | \"Tab\" | undefined`} - \n\n * `_groupContainers` {`any[]`} - \n\n * `_propertyStructure` {`any[]`} - \n\n * `_workspaceContext` - ",
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[]`} - ",
110
198
  "attributes": [
111
199
  {
112
200
  "name": "container-name",
@@ -115,7 +203,7 @@
115
203
  },
116
204
  {
117
205
  "name": "container-type",
118
- "description": "`container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperty: containerType",
206
+ "description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
119
207
  "values": [
120
208
  {
121
209
  "name": "Group"
@@ -129,7 +217,7 @@
129
217
  },
130
218
  {
131
219
  "name": "umb-document-workspace-view-edit-tab",
132
- "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 * `noTabName` {`boolean`} - \n\n * `_tabContainers` {`any[]`} - \n\n * `_hasTabProperties` {`boolean`} - \n\n * `_groups` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_insertGroupContainers` - ",
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`} - ",
133
221
  "attributes": [
134
222
  {
135
223
  "name": "tabName",
@@ -145,12 +233,12 @@
145
233
  },
146
234
  {
147
235
  "name": "umb-document-workspace-view-edit",
148
- "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` - ",
149
237
  "attributes": []
150
238
  },
151
239
  {
152
240
  "name": "umb-document-info-workspace-view",
153
- "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` {`UmbEntityWorkspaceContextInterface<any> | undefined`} - \n\n * `itemsPerPage` {`number`} - ",
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`} - ",
154
242
  "attributes": []
155
243
  },
156
244
  {
@@ -342,7 +430,7 @@
342
430
  },
343
431
  {
344
432
  "name": "umb-examine-fields-settings-modal",
345
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` {`UmbExamineFieldsSettingsModalData | undefined`} - ",
433
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
346
434
  "attributes": []
347
435
  },
348
436
  {
@@ -429,6 +517,11 @@
429
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...`} - ",
430
518
  "attributes": []
431
519
  },
520
+ {
521
+ "name": "umb-create-data-type-modal",
522
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
523
+ "attributes": []
524
+ },
432
525
  {
433
526
  "name": "umb-data-type-workspace-edit-element",
434
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`} - ",
@@ -485,17 +578,17 @@
485
578
  },
486
579
  {
487
580
  "name": "umb-language-root-workspace",
488
- "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` - ",
489
582
  "attributes": []
490
583
  },
491
584
  {
492
- "name": "umb-language-workspace-thingy",
493
- "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`} - ",
494
587
  "attributes": []
495
588
  },
496
589
  {
497
590
  "name": "umb-language-workspace",
498
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => Promise<typeof import(\"/home/runner/work/Umbraco.CMS.Backoffice/Umbraco.CMS.Backoffice/src/backoffice/settings/languages/workspace/language/language-workspace-edit.element\")>; setup: (component: HTMLElement, info: IRoutingInfo<...>) => void; }[]`} - ",
591
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbLanguageWorkspaceEditElement; setup: (component: HTMLElement, info: IRoutingInfo<any, any>) => void; }[]`} - ",
499
592
  "attributes": []
500
593
  },
501
594
  {
@@ -620,11 +713,6 @@
620
713
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_canShowLogs` {`boolean`} - ",
621
714
  "attributes": []
622
715
  },
623
- {
624
- "name": "umb-relation-types-menu-item",
625
- "description": "Properties:\n\n * `_renderTree` {`boolean`} - ",
626
- "attributes": []
627
- },
628
716
  {
629
717
  "name": "umb-relation-type-workspace-edit-element",
630
718
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
@@ -848,6 +936,9 @@
848
936
  "name": "language",
849
937
  "description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
850
938
  "values": [
939
+ {
940
+ "name": "html"
941
+ },
851
942
  {
852
943
  "name": "razor"
853
944
  },
@@ -865,9 +956,6 @@
865
956
  },
866
957
  {
867
958
  "name": "json"
868
- },
869
- {
870
- "name": "html"
871
959
  }
872
960
  ]
873
961
  },
@@ -914,21 +1002,17 @@
914
1002
  },
915
1003
  {
916
1004
  "name": "umb-debug",
917
- "description": "Attributes:\n\n * `enabled` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contexts` {`Map<any, any>`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `enabled` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contexts` {`Map<any, any>`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
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` - ",
918
1006
  "attributes": [
919
1007
  {
920
- "name": "enabled",
921
- "description": "`enabled` {`boolean`} - \n\nProperty: enabled\n\nDefault: false",
1008
+ "name": "visible",
1009
+ "description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
922
1010
  "valueSet": "v"
923
1011
  },
924
1012
  {
925
1013
  "name": "dialog",
926
1014
  "description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
927
1015
  "valueSet": "v"
928
- },
929
- {
930
- "name": "contexts",
931
- "description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
932
1016
  }
933
1017
  ]
934
1018
  },
@@ -1061,7 +1145,7 @@
1061
1145
  },
1062
1146
  {
1063
1147
  "name": "umb-extension-slot",
1064
- "description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `styles` - \n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - ",
1148
+ "description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `styles` - \n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - ",
1065
1149
  "attributes": [
1066
1150
  {
1067
1151
  "name": "type",
@@ -1199,6 +1283,20 @@
1199
1283
  }
1200
1284
  ]
1201
1285
  },
1286
+ {
1287
+ "name": "umb-input-document-type-picker",
1288
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`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`} - ",
1289
+ "attributes": [
1290
+ {
1291
+ "name": "value",
1292
+ "description": "`value` {`string`} - \n\nProperty: value"
1293
+ },
1294
+ {
1295
+ "name": "onchange",
1296
+ "description": "`change` {`CustomEvent<unknown>`} - "
1297
+ }
1298
+ ]
1299
+ },
1202
1300
  {
1203
1301
  "name": "umb-input-eye-dropper",
1204
1302
  "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \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`} - ",
@@ -1280,8 +1378,18 @@
1280
1378
  },
1281
1379
  {
1282
1380
  "name": "umb-input-multi-url-picker",
1283
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\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 * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \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 * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`UmbLinkPickerLink[]`} - \n\n * `_modalContext` - \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`} - ",
1381
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \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 * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \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 * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`any[]`} - \n\n * `_modalRoute` - \n\n * `myModalRegistration` - \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`} - ",
1284
1382
  "attributes": [
1383
+ {
1384
+ "name": "alias",
1385
+ "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
1386
+ "values": []
1387
+ },
1388
+ {
1389
+ "name": "variantId",
1390
+ "description": "`variantId` - \n\nProperty: variantId",
1391
+ "values": []
1392
+ },
1285
1393
  {
1286
1394
  "name": "min",
1287
1395
  "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
@@ -1468,6 +1576,46 @@
1468
1576
  }
1469
1577
  ]
1470
1578
  },
1579
+ {
1580
+ "name": "umb-input-template-picker",
1581
+ "description": "Events:\n\n * `change-default` {`CustomEvent<unknown>`} - \n\n * `change-allowed` {`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 * `allowedKeys` {`string[]`} - \n\n * `defaultKey` {`string`} - \n\nProperties:\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 * `_allowedKeys` {`string[]`} - \n\n * `allowedKeys` {`string[]`} - \n\n * `_defaultKey` {`string`} - \n\n * `defaultKey` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \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`} - ",
1582
+ "attributes": [
1583
+ {
1584
+ "name": "min",
1585
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1586
+ "values": []
1587
+ },
1588
+ {
1589
+ "name": "max",
1590
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1591
+ "values": []
1592
+ },
1593
+ {
1594
+ "name": "min-message",
1595
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1596
+ },
1597
+ {
1598
+ "name": "maxMessage",
1599
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1600
+ },
1601
+ {
1602
+ "name": "allowedKeys",
1603
+ "description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
1604
+ },
1605
+ {
1606
+ "name": "defaultKey",
1607
+ "description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
1608
+ },
1609
+ {
1610
+ "name": "onchange-default",
1611
+ "description": "`change-default` {`CustomEvent<unknown>`} - "
1612
+ },
1613
+ {
1614
+ "name": "onchange-allowed",
1615
+ "description": "`change-allowed` {`CustomEvent<unknown>`} - "
1616
+ }
1617
+ ]
1618
+ },
1471
1619
  {
1472
1620
  "name": "umb-input-toggle",
1473
1621
  "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \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`} - ",
@@ -1498,6 +1646,30 @@
1498
1646
  }
1499
1647
  ]
1500
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
+ },
1501
1673
  {
1502
1674
  "name": "umb-input-user-group",
1503
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` - ",
@@ -1580,9 +1752,33 @@
1580
1752
  }
1581
1753
  ]
1582
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
+ },
1583
1779
  {
1584
1780
  "name": "umb-menu-item",
1585
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_href` {`string | undefined`} - ",
1781
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1586
1782
  "attributes": []
1587
1783
  },
1588
1784
  {
@@ -1715,52 +1911,66 @@
1715
1911
  ]
1716
1912
  },
1717
1913
  {
1718
- "name": "umb-tooltip-menu",
1719
- "description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - ",
1914
+ "name": "umb-template-card",
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 * `key` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `default` {`boolean`} - \n\n * `_key` {`string`} - \n\n * `key` {`string`} - \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`} - ",
1720
1916
  "attributes": [
1721
1917
  {
1722
- "name": "icon-only",
1723
- "description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
1918
+ "name": "default",
1919
+ "description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
1724
1920
  "valueSet": "v"
1725
1921
  },
1726
- {
1727
- "name": "items",
1728
- "description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
1729
- }
1730
- ]
1731
- },
1732
- {
1733
- "name": "umb-tree-item",
1734
- "description": "Attributes:\n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `entityType` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_loading` {`boolean`} - \n\n * `_selectable` {`boolean`} - \n\n * `_selected` {`boolean`} - \n\n * `_isActive` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_treeContext` - \n\n * `_store` - \n\n * `_sectionContext` - \n\n * `_sectionSidebarContext` - ",
1735
- "attributes": [
1736
1922
  {
1737
1923
  "name": "key",
1738
- "description": "`key` {`string`} - \n\nProperty: key\n\nDefault: "
1924
+ "description": "`key` {`string`} - \n\nProperty: key"
1739
1925
  },
1740
1926
  {
1741
- "name": "parentKey",
1742
- "description": "`parentKey` {`string | null`} - \n\nProperty: parentKey\n\nDefault: null",
1743
- "values": []
1927
+ "name": "name",
1928
+ "description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
1744
1929
  },
1745
1930
  {
1746
- "name": "label",
1747
- "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1931
+ "name": "onopen",
1932
+ "description": "`open` {`CustomEvent<unknown>`} - "
1748
1933
  },
1749
1934
  {
1750
- "name": "icon",
1751
- "description": "`icon` {`string`} - \n\nProperty: icon\n\nDefault: "
1935
+ "name": "onselected",
1936
+ "description": "`selected` {} - "
1752
1937
  },
1753
1938
  {
1754
- "name": "entityType",
1755
- "description": "`entityType` {`string`} - \n\nProperty: entityType"
1756
- },
1939
+ "name": "onchange-default",
1940
+ "description": "`change-default` {`CustomEvent<unknown>`} - "
1941
+ }
1942
+ ]
1943
+ },
1944
+ {
1945
+ "name": "umb-tooltip-menu",
1946
+ "description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - ",
1947
+ "attributes": [
1757
1948
  {
1758
- "name": "has-children",
1759
- "description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
1949
+ "name": "icon-only",
1950
+ "description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
1760
1951
  "valueSet": "v"
1952
+ },
1953
+ {
1954
+ "name": "items",
1955
+ "description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
1761
1956
  }
1762
1957
  ]
1763
1958
  },
1959
+ {
1960
+ "name": "umb-entity-tree-item",
1961
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
1962
+ "attributes": []
1963
+ },
1964
+ {
1965
+ "name": "umb-tree-item-base",
1966
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_isLoading` {`boolean`} - \n\n * `_isSelectable` {`boolean`} - \n\n * `_isSelected` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_hasChildren` {`boolean`} - \n\n * `_iconSlotHasChildren` {`boolean`} - ",
1967
+ "attributes": []
1968
+ },
1969
+ {
1970
+ "name": "umb-tree-item",
1971
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `item` - ",
1972
+ "attributes": []
1973
+ },
1764
1974
  {
1765
1975
  "name": "umb-menu-item-tree",
1766
1976
  "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `_renderTree` {`boolean`} - \n\n * `manifest` - ",
@@ -1773,7 +1983,7 @@
1773
1983
  },
1774
1984
  {
1775
1985
  "name": "umb-tree",
1776
- "description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_loading` {`boolean`} - \n\n * `_treeContext` - ",
1986
+ "description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
1777
1987
  "attributes": [
1778
1988
  {
1779
1989
  "name": "alias",
@@ -1854,7 +2064,7 @@
1854
2064
  },
1855
2065
  {
1856
2066
  "name": "umb-workspace-action-menu",
1857
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<unknown> | undefined`} - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
2067
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
1858
2068
  "attributes": []
1859
2069
  },
1860
2070
  {
@@ -1864,7 +2074,7 @@
1864
2074
  },
1865
2075
  {
1866
2076
  "name": "umb-workspace-view-collection",
1867
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<unknown> | undefined`} - \n\n * `_collectionContext` - ",
2077
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
1868
2078
  "attributes": []
1869
2079
  },
1870
2080
  {
@@ -1879,7 +2089,7 @@
1879
2089
  },
1880
2090
  {
1881
2091
  "name": "umb-workspace-layout",
1882
- "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`} - ",
1883
2093
  "attributes": [
1884
2094
  {
1885
2095
  "name": "headline",
@@ -1903,7 +2113,7 @@
1903
2113
  },
1904
2114
  {
1905
2115
  "name": "umb-workspace-property-layout",
1906
- "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 * `styles` {`CSSResult[]`} - \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.",
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[]`} - ",
1907
2117
  "attributes": [
1908
2118
  {
1909
2119
  "name": "alias",
@@ -1962,26 +2172,29 @@
1962
2172
  },
1963
2173
  {
1964
2174
  "name": "umb-confirm-modal",
1965
- "description": "Attributes:\n\n * `data` {`UmbConfirmModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` {`UmbConfirmModalData | undefined`} - ",
2175
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
1966
2176
  "attributes": [
1967
2177
  {
1968
2178
  "name": "data",
1969
- "description": "`data` {`UmbConfirmModalData | undefined`} - \n\nProperty: data",
1970
- "values": []
2179
+ "description": "`data` - \n\nProperty: data"
1971
2180
  }
1972
2181
  ]
1973
2182
  },
1974
2183
  {
1975
2184
  "name": "umb-embedded-media-modal",
1976
- "description": "Attributes:\n\n * `data` {`UmbEmbeddedMediaModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` {`UmbEmbeddedMediaModalData | undefined`} - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
2185
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
1977
2186
  "attributes": [
1978
2187
  {
1979
2188
  "name": "data",
1980
- "description": "`data` {`UmbEmbeddedMediaModalData | undefined`} - \n\nProperty: data",
1981
- "values": []
2189
+ "description": "`data` - \n\nProperty: data"
1982
2190
  }
1983
2191
  ]
1984
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
+ },
1985
2198
  {
1986
2199
  "name": "umb-icon-picker-modal",
1987
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`} - ",
@@ -2002,7 +2215,7 @@
2002
2215
  },
2003
2216
  {
2004
2217
  "name": "umb-link-picker-modal",
2005
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `_link` {`UmbLinkPickerLink`} - \n\n * `_layout` {`UmbLinkPickerConfig`} - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - ",
2218
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `_index` {`number | null`} - \n\n * `_link` - \n\n * `_layout` - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - ",
2006
2219
  "attributes": []
2007
2220
  },
2008
2221
  {
@@ -2015,6 +2228,16 @@
2015
2228
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
2016
2229
  "attributes": []
2017
2230
  },
2231
+ {
2232
+ "name": "umb-template-picker-modal",
2233
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2234
+ "attributes": []
2235
+ },
2236
+ {
2237
+ "name": "umb-template-modal",
2238
+ "description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2239
+ "attributes": []
2240
+ },
2018
2241
  {
2019
2242
  "name": "umb-property-action-clear",
2020
2243
  "description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
@@ -2080,12 +2303,11 @@
2080
2303
  },
2081
2304
  {
2082
2305
  "name": "umb-property-editor-ui-picker-modal",
2083
- "description": "Attributes:\n\n * `data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - ",
2306
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - ",
2084
2307
  "attributes": [
2085
2308
  {
2086
2309
  "name": "data",
2087
- "description": "`data` {`UmbPropertyEditorUIPickerModalData | undefined`} - \n\nProperty: data",
2088
- "values": []
2310
+ "description": "`data` - \n\nProperty: data"
2089
2311
  }
2090
2312
  ]
2091
2313
  },
@@ -2390,11 +2612,11 @@
2390
2612
  },
2391
2613
  {
2392
2614
  "name": "umb-property-editor-ui-multi-url-picker",
2393
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`UmbLinkPickerLink[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`UmbLinkPickerLink[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - ",
2615
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_propertyVariantId` {`string | undefined`} - ",
2394
2616
  "attributes": [
2395
2617
  {
2396
2618
  "name": "value",
2397
- "description": "`value` {`UmbLinkPickerLink[]`} - \n\nProperty: value\n\nDefault: "
2619
+ "description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
2398
2620
  },
2399
2621
  {
2400
2622
  "name": "onproperty-value-change",
@@ -2662,11 +2884,15 @@
2662
2884
  },
2663
2885
  {
2664
2886
  "name": "umb-property-editor-ui-upload-field",
2665
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
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`} - ",
2666
2888
  "attributes": [
2667
2889
  {
2668
2890
  "name": "value",
2669
2891
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2892
+ },
2893
+ {
2894
+ "name": "onproperty-value-change",
2895
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2670
2896
  }
2671
2897
  ]
2672
2898
  },
@@ -2690,6 +2916,21 @@
2690
2916
  }
2691
2917
  ]
2692
2918
  },
2919
+ {
2920
+ "name": "umb-file-system-tree-item",
2921
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
2922
+ "attributes": []
2923
+ },
2924
+ {
2925
+ "name": "umb-stylesheet-workspace-edit",
2926
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2927
+ "attributes": []
2928
+ },
2929
+ {
2930
+ "name": "umb-stylesheet-workspace",
2931
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
2932
+ "attributes": []
2933
+ },
2693
2934
  {
2694
2935
  "name": "umb-template-workspace",
2695
2936
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - ",
@@ -2706,12 +2947,12 @@
2706
2947
  "attributes": []
2707
2948
  },
2708
2949
  {
2709
- "name": "umb-export-dictionary-modal-layout",
2950
+ "name": "umb-export-dictionary-modal",
2710
2951
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2711
2952
  "attributes": []
2712
2953
  },
2713
2954
  {
2714
- "name": "umb-import-dictionary-modal-layout",
2955
+ "name": "umb-import-dictionary-modal",
2715
2956
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_uploadedDictionary` - \n\n * `_showUploadView` {`boolean`} - \n\n * `_showImportView` {`boolean`} - \n\n * `_showErrorView` {`boolean`} - \n\n * `_selection` {`string[]`} - ",
2716
2957
  "attributes": []
2717
2958
  },
@@ -2741,23 +2982,42 @@
2741
2982
  },
2742
2983
  {
2743
2984
  "name": "umb-change-password-modal",
2744
- "description": "Attributes:\n\n * `data` {`UmbChangePasswordModalData | undefined`} - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` {`UmbChangePasswordModalData | undefined`} - ",
2985
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
2745
2986
  "attributes": [
2746
2987
  {
2747
2988
  "name": "data",
2748
- "description": "`data` {`UmbChangePasswordModalData | undefined`} - \n\nProperty: data",
2749
- "values": []
2989
+ "description": "`data` - \n\nProperty: data"
2750
2990
  }
2751
2991
  ]
2752
2992
  },
2753
2993
  {
2754
2994
  "name": "umb-current-user-modal",
2755
- "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `_currentUserHistoryStore` - ",
2995
+ "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
2996
+ "attributes": []
2997
+ },
2998
+ {
2999
+ "name": "umb-user-profile-app-external-login-providers",
3000
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3001
+ "attributes": []
3002
+ },
3003
+ {
3004
+ "name": "umb-user-profile-app-history",
3005
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
2756
3006
  "attributes": []
2757
3007
  },
2758
3008
  {
2759
3009
  "name": "umb-user-dashboard-test",
2760
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `options` {`{ name: any; value: any; selected: boolean; }[]`} - ",
3010
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
3011
+ "attributes": []
3012
+ },
3013
+ {
3014
+ "name": "umb-user-profile-app-profile",
3015
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
3016
+ "attributes": []
3017
+ },
3018
+ {
3019
+ "name": "umb-user-profile-app-themes",
3020
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
2761
3021
  "attributes": []
2762
3022
  },
2763
3023
  {
@@ -2920,11 +3180,34 @@
2920
3180
  },
2921
3181
  {
2922
3182
  "name": "umb-router-slot",
2923
- "description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`IRoute<any>[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`IRoute<any>[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onChangeState` - \n\n * `_onNavigationChanged` - ",
3183
+ "description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - ",
3184
+ "attributes": [
3185
+ {
3186
+ "name": "routes",
3187
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
3188
+ "values": []
3189
+ },
3190
+ {
3191
+ "name": "oninit",
3192
+ "description": "`init` - fires when the router is connected"
3193
+ },
3194
+ {
3195
+ "name": "onchange",
3196
+ "description": "`change` - fires when a path of this router is changed"
3197
+ }
3198
+ ]
3199
+ },
3200
+ {
3201
+ "name": "umb-variant-router-slot",
3202
+ "description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - ",
2924
3203
  "attributes": [
3204
+ {
3205
+ "name": "variantId",
3206
+ "description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
3207
+ },
2925
3208
  {
2926
3209
  "name": "routes",
2927
- "description": "`routes` {`IRoute<any>[] | undefined`} - \n\nProperty: routes",
3210
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
2928
3211
  "values": []
2929
3212
  },
2930
3213
  {