@umbraco-cms/backoffice 1.0.0-next.bf0e5e95 → 1.0.0-next.c45ef438

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.
@@ -18,7 +18,7 @@
18
18
  },
19
19
  {
20
20
  "name": "umb-login",
21
- "description": "Properties:\n\n * `styles` - \n\n * `_loggingIn` {`boolean`} - \n\n * `_handleSubmit` - \n\n * `_greetings` {`string[]`} - \n\n * `_greeting` {`string`} - ",
21
+ "description": "Properties:\n\n * `_loggingIn` {`boolean`} - \n\n * `_handleSubmit` - \n\n * `_greetings` {`string[]`} - \n\n * `_greeting` {`string`} - \n\n * `styles` - ",
22
22
  "attributes": []
23
23
  },
24
24
  {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "umb-dashboard-redirect-management",
31
- "description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `itemsPerPage` {`number`} - \n\n * `_redirectData` {`any[] | undefined`} - \n\n * `_trackerStatus` {`boolean`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_filter` {`string | undefined`} - \n\n * `_searchField` {`HTMLInputElement`} - \n\n * `_pagination` - \n\n * `_modalContext` - ",
31
+ "description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `itemsPerPage` {`number`} - \n\n * `_redirectData` {`any[] | undefined`} - \n\n * `_trackerStatus` {`boolean`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_filter` {`string | undefined`} - \n\n * `_searchField` {`HTMLInputElement`} - \n\n * `_pagination` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
32
32
  "attributes": [
33
33
  {
34
34
  "name": "items-per-page",
@@ -47,52 +47,125 @@
47
47
  },
48
48
  {
49
49
  "name": "umb-allowed-document-types-modal",
50
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_allowedDocumentTypes` {`any[]`} - ",
50
+ "description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
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 * `_icon` {`string | undefined`} - \n\n * `_iconColorAlias` {`string | undefined`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
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 * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
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` - \n\n * `_tabs` {`any[]`} - ",
64
+ "name": "umb-document-type-workspace-view-design",
65
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
66
66
  "attributes": []
67
67
  },
68
68
  {
69
- "name": "umb-workspace-view-document-type-listview",
70
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
69
+ "name": "umb-document-type-workspace-view-edit-properties",
70
+ "description": "Attributes:\n\n * `container-id` {`string | undefined`} - \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-id",
74
+ "description": "`container-id` {`string | undefined`} - \n\nProperty: containerId",
75
+ "values": []
76
+ },
77
+ {
78
+ "name": "container-name",
79
+ "description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
80
+ "values": []
81
+ },
82
+ {
83
+ "name": "container-type",
84
+ "description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
85
+ "values": [
86
+ {
87
+ "name": "Group"
88
+ },
89
+ {
90
+ "name": "Tab"
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "name": "document-type-workspace-view-edit-property",
98
+ "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` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperties:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `styles` {`CSSResult[]`} - ",
99
+ "attributes": [
100
+ {
101
+ "name": "property",
102
+ "description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
103
+ },
104
+ {
105
+ "name": "inherited",
106
+ "description": "`inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperty: inherited\n\nDefault: undefined",
107
+ "values": []
108
+ },
109
+ {
110
+ "name": "onpartial-property-update",
111
+ "description": "`partial-property-update` {`CustomEvent<any>`} - "
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "name": "umb-document-type-workspace-view-edit-tab",
117
+ "description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_ownerTabId` {`string | undefined`} - \n\n * `ownerTabId` {`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`} - \n\n * `styles` {`CSSResult[]`} - ",
118
+ "attributes": [
119
+ {
120
+ "name": "ownerTabId",
121
+ "description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
122
+ "values": []
123
+ },
124
+ {
125
+ "name": "tabName",
126
+ "description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
127
+ "values": []
128
+ },
129
+ {
130
+ "name": "noTabName",
131
+ "description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
132
+ "valueSet": "v"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "name": "umb-document-type-workspace-view-edit",
138
+ "description": "Properties:\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` - \n\n * `styles` {`CSSResult[]`} - ",
71
139
  "attributes": []
72
140
  },
73
141
  {
74
- "name": "umb-workspace-view-document-type-permissions",
75
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
142
+ "name": "umb-document-type-workspace-view-details",
143
+ "description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
76
144
  "attributes": []
77
145
  },
78
146
  {
79
- "name": "umb-workspace-view-document-type-templates",
80
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
147
+ "name": "umb-document-type-workspace-view-structure",
148
+ "description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
149
+ "attributes": []
150
+ },
151
+ {
152
+ "name": "umb-document-type-workspace-view-templates",
153
+ "description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
81
154
  "attributes": []
82
155
  },
83
156
  {
84
157
  "name": "umb-document-table-actions-column-layout",
85
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - ",
158
+ "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
86
159
  "attributes": []
87
160
  },
88
161
  {
89
162
  "name": "umb-document-table-collection-view",
90
- "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` - ",
163
+ "description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
91
164
  "attributes": []
92
165
  },
93
166
  {
94
167
  "name": "umb-collection-view-document-table",
95
- "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` - ",
168
+ "description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
96
169
  "attributes": []
97
170
  },
98
171
  {
@@ -101,37 +174,37 @@
101
174
  },
102
175
  {
103
176
  "name": "umb-document-picker-modal",
104
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
177
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
105
178
  "attributes": []
106
179
  },
107
180
  {
108
181
  "name": "umb-document-type-picker-modal",
109
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
182
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
110
183
  "attributes": []
111
184
  },
112
185
  {
113
186
  "name": "umb-document-tree-item",
114
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
187
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
115
188
  "attributes": []
116
189
  },
117
190
  {
118
- "name": "umb-document-workspace-edit",
119
- "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` - ",
191
+ "name": "umb-document-workspace-editor",
192
+ "description": "Properties:\n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - \n\n * `styles` {`CSSResult[]`} - ",
120
193
  "attributes": []
121
194
  },
122
195
  {
123
196
  "name": "umb-document-workspace-split-view",
124
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - ",
197
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
125
198
  "attributes": []
126
199
  },
127
200
  {
128
201
  "name": "umb-document-workspace",
129
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`IRoute<any>[]`} - ",
202
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
130
203
  "attributes": []
131
204
  },
132
205
  {
133
206
  "name": "umb-document-workspace-view-edit-properties",
134
- "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` - ",
207
+ "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
135
208
  "attributes": [
136
209
  {
137
210
  "name": "container-name",
@@ -140,7 +213,7 @@
140
213
  },
141
214
  {
142
215
  "name": "container-type",
143
- "description": "`container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperty: containerType",
216
+ "description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
144
217
  "values": [
145
218
  {
146
219
  "name": "Group"
@@ -154,7 +227,7 @@
154
227
  },
155
228
  {
156
229
  "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 * `_noTabName` {`boolean`} - \n\n * `noTabName` {`boolean`} - \n\n * `_tabContainers` {`any[]`} - \n\n * `_hasTabProperties` {`boolean`} - \n\n * `_groups` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_insertGroupContainers` - ",
230
+ "description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\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`} - \n\n * `styles` {`CSSResult[]`} - ",
158
231
  "attributes": [
159
232
  {
160
233
  "name": "tabName",
@@ -170,27 +243,27 @@
170
243
  },
171
244
  {
172
245
  "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` - ",
246
+ "description": "Properties:\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` - \n\n * `styles` {`CSSResult[]`} - ",
174
247
  "attributes": []
175
248
  },
176
249
  {
177
250
  "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` {`UmbEntityWorkspaceContextInterface<any> | undefined`} - \n\n * `itemsPerPage` {`number`} - ",
251
+ "description": "Properties:\n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
179
252
  "attributes": []
180
253
  },
181
254
  {
182
255
  "name": "umb-media-type-workspace-edit",
183
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_mediaTypeName` {`string | null | undefined`} - ",
256
+ "description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
184
257
  "attributes": []
185
258
  },
186
259
  {
187
260
  "name": "umb-media-type-workspace",
188
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
261
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
189
262
  "attributes": []
190
263
  },
191
264
  {
192
265
  "name": "umb-media-type-workspace-",
193
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
266
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
194
267
  "attributes": []
195
268
  },
196
269
  {
@@ -200,12 +273,12 @@
200
273
  },
201
274
  {
202
275
  "name": "umb-media-grid-collection-view",
203
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - ",
276
+ "description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
204
277
  "attributes": []
205
278
  },
206
279
  {
207
280
  "name": "umb-media-table-collection-view",
208
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - ",
281
+ "description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
209
282
  "attributes": []
210
283
  },
211
284
  {
@@ -214,17 +287,17 @@
214
287
  },
215
288
  {
216
289
  "name": "umb-media-picker-modal",
217
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
290
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
218
291
  "attributes": []
219
292
  },
220
293
  {
221
294
  "name": "umb-media-workspace-edit",
222
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_key` {`string | undefined`} - ",
295
+ "description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
223
296
  "attributes": []
224
297
  },
225
298
  {
226
299
  "name": "umb-media-workspace",
227
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
300
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
228
301
  "attributes": []
229
302
  },
230
303
  {
@@ -244,17 +317,17 @@
244
317
  },
245
318
  {
246
319
  "name": "umb-member-group-workspace-edit",
247
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_memberGroup` - ",
320
+ "description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
248
321
  "attributes": []
249
322
  },
250
323
  {
251
324
  "name": "umb-member-group-workspace",
252
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
325
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
253
326
  "attributes": []
254
327
  },
255
328
  {
256
329
  "name": "umb-workspace-view-member-group-info",
257
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_memberGroup` - ",
330
+ "description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
258
331
  "attributes": []
259
332
  },
260
333
  {
@@ -264,7 +337,7 @@
264
337
  },
265
338
  {
266
339
  "name": "umb-member-type-workspace",
267
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
340
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
268
341
  "attributes": []
269
342
  },
270
343
  {
@@ -274,27 +347,27 @@
274
347
  },
275
348
  {
276
349
  "name": "umb-member-workspace",
277
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
350
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
278
351
  "attributes": []
279
352
  },
280
353
  {
281
354
  "name": "umb-workspace-package-builder",
282
- "description": "Attributes:\n\n * `entityKey` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityKey` {`string | undefined`} - \n\n * `_package` - \n\n * `_packageNameInput` - \n\n * `_notificationContext` - ",
355
+ "description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `_packageNameInput` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
283
356
  "attributes": [
284
357
  {
285
- "name": "entityKey",
286
- "description": "`entityKey` {`string | undefined`} - \n\nProperty: entityKey",
358
+ "name": "entityId",
359
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
287
360
  "values": []
288
361
  }
289
362
  ]
290
363
  },
291
364
  {
292
365
  "name": "umb-workspace-package",
293
- "description": "Attributes:\n\n * `entityKey` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityKey` {`string | undefined`} - \n\n * `_package` - ",
366
+ "description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
294
367
  "attributes": [
295
368
  {
296
- "name": "entityKey",
297
- "description": "`entityKey` {`string | undefined`} - \n\nProperty: entityKey",
369
+ "name": "entityId",
370
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
298
371
  "values": []
299
372
  }
300
373
  ]
@@ -306,12 +379,12 @@
306
379
  },
307
380
  {
308
381
  "name": "umb-packages-created-overview",
309
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `take` {`number`} - \n\n * `_loading` {`boolean`} - \n\n * `_createdPackages` {`any[]`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_modalContext` - ",
382
+ "description": "Properties:\n\n * `take` {`number`} - \n\n * `_loading` {`boolean`} - \n\n * `_createdPackages` {`any[]`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
310
383
  "attributes": []
311
384
  },
312
385
  {
313
386
  "name": "umb-installed-packages-section-view-item",
314
- "description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `styles` - \n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\n * `_migrationButtonState` {`UUIButtonState`} - \n\n * `_packageView` - \n\n * `_notificationContext` - \n\n * `_modalContext` - ",
387
+ "description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\n * `_migrationButtonState` {`UUIButtonState`} - \n\n * `_packageView` - \n\n * `_notificationContext` - \n\n * `_modalContext` - \n\n * `styles` - ",
315
388
  "attributes": [
316
389
  {
317
390
  "name": "name",
@@ -337,12 +410,12 @@
337
410
  },
338
411
  {
339
412
  "name": "umb-installed-packages-section-view",
340
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `#packageRepository` - ",
413
+ "description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
341
414
  "attributes": []
342
415
  },
343
416
  {
344
417
  "name": "umb-packages-market-place-section-view",
345
- "description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `marketplaceUrl` {`string`} - ",
418
+ "description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
346
419
  "attributes": [
347
420
  {
348
421
  "name": "marketplaceUrl",
@@ -352,22 +425,22 @@
352
425
  },
353
426
  {
354
427
  "name": "umb-search-modal",
355
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - ",
428
+ "description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
356
429
  "attributes": []
357
430
  },
358
431
  {
359
432
  "name": "umb-search-header-app",
360
- "description": "Properties:\n\n * `styles` - \n\n * `_modalContext` - ",
433
+ "description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
361
434
  "attributes": []
362
435
  },
363
436
  {
364
437
  "name": "umb-dashboard-examine-management",
365
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - ",
438
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
366
439
  "attributes": []
367
440
  },
368
441
  {
369
442
  "name": "umb-examine-fields-settings-modal",
370
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
443
+ "description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
371
444
  "attributes": []
372
445
  },
373
446
  {
@@ -382,7 +455,7 @@
382
455
  },
383
456
  {
384
457
  "name": "umb-dashboard-health-check-action",
385
- "description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `action` - \n\n * `_buttonState` {`UUIButtonState`} - ",
458
+ "description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `action` - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
386
459
  "attributes": [
387
460
  {
388
461
  "name": "action",
@@ -396,7 +469,7 @@
396
469
  },
397
470
  {
398
471
  "name": "umb-health-check-group-box-overview",
399
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - ",
472
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
400
473
  "attributes": [
401
474
  {
402
475
  "name": "manifest",
@@ -406,7 +479,7 @@
406
479
  },
407
480
  {
408
481
  "name": "umb-health-check--group-box-overview",
409
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - ",
482
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
410
483
  "attributes": [
411
484
  {
412
485
  "name": "manifest",
@@ -416,7 +489,7 @@
416
489
  },
417
490
  {
418
491
  "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 * `_keyResults` {`any[] | undefined`} - \n\n * `_api` - ",
492
+ "description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\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` - \n\n * `styles` {`CSSResult[]`} - ",
420
493
  "attributes": [
421
494
  {
422
495
  "name": "groupName",
@@ -426,22 +499,22 @@
426
499
  },
427
500
  {
428
501
  "name": "umb-dashboard-health-check-overview",
429
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - ",
502
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
430
503
  "attributes": []
431
504
  },
432
505
  {
433
506
  "name": "umb-dashboard-models-builder",
434
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - ",
507
+ "description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
435
508
  "attributes": []
436
509
  },
437
510
  {
438
511
  "name": "umb-dashboard-performance-profiling",
439
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `_profilingPerformance` {`boolean`} - ",
512
+ "description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
440
513
  "attributes": []
441
514
  },
442
515
  {
443
516
  "name": "umb-dashboard-published-status",
444
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_publishedStatusText` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `_buttonStateRebuild` {`UUIButtonState`} - \n\n * `_buttonStateCollect` {`UUIButtonState`} - \n\n * `_modalContext` - ",
517
+ "description": "Properties:\n\n * `_publishedStatusText` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `_buttonStateRebuild` {`UUIButtonState`} - \n\n * `_buttonStateCollect` {`UUIButtonState`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
445
518
  "attributes": []
446
519
  },
447
520
  {
@@ -451,12 +524,54 @@
451
524
  },
452
525
  {
453
526
  "name": "umb-dashboard-telemetry",
454
- "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...`} - ",
527
+ "description": "Properties:\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...`} - \n\n * `styles` {`CSSResult[]`} - ",
528
+ "attributes": []
529
+ },
530
+ {
531
+ "name": "umb-data-type-input",
532
+ "description": "Attributes:\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 * `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 * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \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`} - ",
533
+ "attributes": [
534
+ {
535
+ "name": "min",
536
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
537
+ },
538
+ {
539
+ "name": "max",
540
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
541
+ },
542
+ {
543
+ "name": "min-message",
544
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
545
+ },
546
+ {
547
+ "name": "maxMessage",
548
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
549
+ },
550
+ {
551
+ "name": "value",
552
+ "description": "`value` {`string`} - \n\nProperty: value"
553
+ }
554
+ ]
555
+ },
556
+ {
557
+ "name": "umb-data-type-create-options-modal",
558
+ "description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
559
+ "attributes": [
560
+ {
561
+ "name": "data",
562
+ "description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
563
+ "values": []
564
+ }
565
+ ]
566
+ },
567
+ {
568
+ "name": "umb-data-type-picker-modal",
569
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
455
570
  "attributes": []
456
571
  },
457
572
  {
458
573
  "name": "umb-data-type-workspace-edit-element",
459
- "description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
574
+ "description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
460
575
  "attributes": [
461
576
  {
462
577
  "name": "manifest",
@@ -470,67 +585,67 @@
470
585
  },
471
586
  {
472
587
  "name": "umb-data-type-workspace",
473
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
588
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
474
589
  "attributes": []
475
590
  },
476
591
  {
477
592
  "name": "umb-data-type-details-workspace-view",
478
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_dataType` - \n\n * `_propertyEditorUIIcon` {`string`} - \n\n * `_propertyEditorUIName` {`string`} - \n\n * `_propertyEditorUiAlias` {`string`} - \n\n * `_propertyEditorAlias` {`string`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - ",
593
+ "description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUIIcon` {`string`} - \n\n * `_propertyEditorUIName` {`string`} - \n\n * `_propertyEditorUiAlias` {`string`} - \n\n * `_propertyEditorAlias` {`string`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
479
594
  "attributes": []
480
595
  },
481
596
  {
482
597
  "name": "umb-workspace-view-data-type-info",
483
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_dataType` - \n\n * `_workspaceContext` - ",
598
+ "description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
484
599
  "attributes": []
485
600
  },
486
601
  {
487
602
  "name": "umb-extension-root-workspace",
488
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - ",
603
+ "description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
489
604
  "attributes": []
490
605
  },
491
606
  {
492
607
  "name": "umb-app-language-select",
493
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - ",
608
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
494
609
  "attributes": []
495
610
  },
496
611
  {
497
612
  "name": "umb-language-picker-modal",
498
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - ",
613
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
499
614
  "attributes": []
500
615
  },
501
616
  {
502
617
  "name": "umb-language-root-table-delete-column-layout",
503
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` - \n\n * `_isOpen` {`boolean`} - ",
618
+ "description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
504
619
  "attributes": []
505
620
  },
506
621
  {
507
622
  "name": "umb-language-root-table-name-column-layout",
508
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`{ isoCode: string; name: string; }`} - ",
623
+ "description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
509
624
  "attributes": []
510
625
  },
511
626
  {
512
627
  "name": "umb-language-root-workspace",
513
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
628
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
514
629
  "attributes": []
515
630
  },
516
631
  {
517
- "name": "umb-language-workspace-thingy",
518
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
632
+ "name": "umb-language-workspace-edit",
633
+ "description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
519
634
  "attributes": []
520
635
  },
521
636
  {
522
637
  "name": "umb-language-workspace",
523
- "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; }[]`} - ",
638
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
524
639
  "attributes": []
525
640
  },
526
641
  {
527
642
  "name": "umb-language-details-workspace-view",
528
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean`} - \n\n * `_validationErrors` - ",
643
+ "description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
529
644
  "attributes": []
530
645
  },
531
646
  {
532
647
  "name": "umb-log-viewer-date-range-selector",
533
- "description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_startDate` {`string`} - \n\n * `_endDate` {`string`} - \n\n * `_inputs` {`NodeListOf<HTMLInputElement>`} - \n\n * `horizontal` {`boolean`} - ",
648
+ "description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `_startDate` {`string`} - \n\n * `_endDate` {`string`} - \n\n * `_inputs` {`NodeListOf<HTMLInputElement>`} - \n\n * `horizontal` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
534
649
  "attributes": [
535
650
  {
536
651
  "name": "horizontal",
@@ -541,7 +656,7 @@
541
656
  },
542
657
  {
543
658
  "name": "umb-log-viewer-level-tag",
544
- "description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `level` - \n\n * `levelMap` - ",
659
+ "description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
545
660
  "attributes": [
546
661
  {
547
662
  "name": "level",
@@ -556,7 +671,7 @@
556
671
  },
557
672
  {
558
673
  "name": "umb-logviewer-workspace",
559
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_alias` {`string`} - \n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routerPath` {`string | undefined`} - ",
674
+ "description": "Properties:\n\n * `_alias` {`string`} - \n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
560
675
  "attributes": []
561
676
  },
562
677
  {
@@ -571,32 +686,32 @@
571
686
  },
572
687
  {
573
688
  "name": "umb-log-viewer-log-types-chart",
574
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - ",
689
+ "description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
575
690
  "attributes": []
576
691
  },
577
692
  {
578
693
  "name": "umb-log-viewer-message-templates-overview",
579
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_messageTemplates` - ",
694
+ "description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
580
695
  "attributes": []
581
696
  },
582
697
  {
583
698
  "name": "umb-log-viewer-saved-searches-overview",
584
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearches` {`any[]`} - ",
699
+ "description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
585
700
  "attributes": []
586
701
  },
587
702
  {
588
703
  "name": "umb-log-viewer-overview-view",
589
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - ",
704
+ "description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
590
705
  "attributes": []
591
706
  },
592
707
  {
593
708
  "name": "umb-log-viewer-log-level-filter-menu",
594
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - ",
709
+ "description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
595
710
  "attributes": []
596
711
  },
597
712
  {
598
713
  "name": "umb-log-viewer-message",
599
- "description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `details` {`HTMLDetailsElement`} - \n\n * `timestamp` {`string`} - \n\n * `date` {`Date | undefined`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `properties` {`any[]`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\n * `_searchMenuData` {`{ label: string; href: () => string; icon: string; title: string; }[]`} - \n\n * `_propertiesWithSearchMenu` {`string[]`} - ",
714
+ "description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `details` {`HTMLDetailsElement`} - \n\n * `timestamp` {`string`} - \n\n * `date` {`Date | undefined`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `properties` {`any[]`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\n * `_searchMenuData` {`{ label: string; href: () => string; icon: string; title: string; }[]`} - \n\n * `_propertiesWithSearchMenu` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
600
715
  "attributes": [
601
716
  {
602
717
  "name": "timestamp",
@@ -627,47 +742,52 @@
627
742
  },
628
743
  {
629
744
  "name": "umb-log-viewer-messages-list",
630
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - ",
745
+ "description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
631
746
  "attributes": []
632
747
  },
633
748
  {
634
749
  "name": "umb-log-viewer-polling-button",
635
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - ",
750
+ "description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
751
+ "attributes": []
752
+ },
753
+ {
754
+ "name": "umb-log-viewer-save-search-modal",
755
+ "description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
636
756
  "attributes": []
637
757
  },
638
758
  {
639
759
  "name": "umb-log-viewer-search-input",
640
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - ",
760
+ "description": "Properties:\n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - \n\n * `_showLoader` {`boolean`} - \n\n * `inputQuery$` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
641
761
  "attributes": []
642
762
  },
643
763
  {
644
764
  "name": "umb-log-viewer-search-view",
645
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_canShowLogs` {`boolean`} - ",
765
+ "description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
646
766
  "attributes": []
647
767
  },
648
768
  {
649
769
  "name": "umb-relation-type-workspace-edit-element",
650
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
770
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
651
771
  "attributes": []
652
772
  },
653
773
  {
654
774
  "name": "umb-relation-type-workspace",
655
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
775
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
656
776
  "attributes": []
657
777
  },
658
778
  {
659
779
  "name": "umb-relation-type-workspace-view-relation-type",
660
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
780
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
661
781
  "attributes": []
662
782
  },
663
783
  {
664
784
  "name": "umb-workspace-view-relation-type-relation",
665
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - ",
785
+ "description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
666
786
  "attributes": []
667
787
  },
668
788
  {
669
789
  "name": "umb-collection-selection-actions",
670
- "description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - ",
790
+ "description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
671
791
  "attributes": [
672
792
  {
673
793
  "name": "entityType",
@@ -678,7 +798,7 @@
678
798
  },
679
799
  {
680
800
  "name": "umb-collection-toolbar",
681
- "description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - ",
801
+ "description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
682
802
  "attributes": [
683
803
  {
684
804
  "name": "actions",
@@ -697,7 +817,7 @@
697
817
  },
698
818
  {
699
819
  "name": "umb-collection",
700
- "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - ",
820
+ "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - \n\n * `styles` {`CSSResult[]`} - ",
701
821
  "attributes": [
702
822
  {
703
823
  "name": "entity-type",
@@ -707,7 +827,7 @@
707
827
  },
708
828
  {
709
829
  "name": "umb-dashboard-collection",
710
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - ",
830
+ "description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
711
831
  "attributes": []
712
832
  },
713
833
  {
@@ -717,7 +837,7 @@
717
837
  },
718
838
  {
719
839
  "name": "umb-backoffice-header-sections",
720
- "description": "Properties:\n\n * `styles` - \n\n * `_open` {`boolean`} - \n\n * `_sections` {`any[]`} - \n\n * `_visibleSections` {`any[]`} - \n\n * `_extraSections` {`any[]`} - \n\n * `_currentSectionAlias` {`string`} - \n\n * `_backofficeContext` - ",
840
+ "description": "Properties:\n\n * `_open` {`boolean`} - \n\n * `_sections` {`any[]`} - \n\n * `_visibleSections` {`any[]`} - \n\n * `_extraSections` {`any[]`} - \n\n * `_currentSectionAlias` {`string`} - \n\n * `_backofficeContext` - \n\n * `styles` - ",
721
841
  "attributes": []
722
842
  },
723
843
  {
@@ -727,22 +847,22 @@
727
847
  },
728
848
  {
729
849
  "name": "umb-backoffice-main",
730
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_sections` {`any[]`} - \n\n * `_routePrefix` {`string`} - \n\n * `_backofficeContext` - \n\n * `_sectionContext` - \n\n * `_onRouteChange` - ",
850
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_sections` {`any[]`} - \n\n * `_routePrefix` {`string`} - \n\n * `_backofficeContext` - \n\n * `_sectionContext` - \n\n * `_onRouteChange` - \n\n * `styles` {`CSSResult[]`} - ",
731
851
  "attributes": []
732
852
  },
733
853
  {
734
854
  "name": "umb-backoffice-modal-container",
735
- "description": "Properties:\n\n * `styles` - \n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - ",
855
+ "description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
736
856
  "attributes": []
737
857
  },
738
858
  {
739
859
  "name": "umb-backoffice-notification-container",
740
- "description": "Properties:\n\n * `styles` - \n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - ",
860
+ "description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
741
861
  "attributes": []
742
862
  },
743
863
  {
744
864
  "name": "umb-body-layout",
745
- "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} - Renders a headline in the header.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - ",
865
+ "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} - Renders a headline in the header.\n\nProperties:\n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
746
866
  "attributes": [
747
867
  {
748
868
  "name": "headline",
@@ -752,7 +872,7 @@
752
872
  },
753
873
  {
754
874
  "name": "umb-button-with-dropdown",
755
- "description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - ",
875
+ "description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - \n\n * `styles` {`CSSResult[]`} - ",
756
876
  "attributes": [
757
877
  {
758
878
  "name": "label",
@@ -856,13 +976,13 @@
856
976
  ]
857
977
  },
858
978
  {
859
- "name": "uui-code-block",
979
+ "name": "umb-code-block",
860
980
  "description": "A simple styled box for showing code-based error messages.\n\nSlots:\n\n * ` ` {} - the full message\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
861
981
  "attributes": []
862
982
  },
863
983
  {
864
984
  "name": "umb-code-editor",
865
- "description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `containerRef` - \n\n * `editor` - \n\n * `container` {`HTMLElement`} - \n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.",
985
+ "description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `containerRef` - \n\n * `editor` - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.",
866
986
  "attributes": [
867
987
  {
868
988
  "name": "language",
@@ -934,21 +1054,17 @@
934
1054
  },
935
1055
  {
936
1056
  "name": "umb-debug",
937
- "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` - ",
1057
+ "description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
938
1058
  "attributes": [
939
1059
  {
940
- "name": "enabled",
941
- "description": "`enabled` {`boolean`} - \n\nProperty: enabled\n\nDefault: false",
1060
+ "name": "visible",
1061
+ "description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
942
1062
  "valueSet": "v"
943
1063
  },
944
1064
  {
945
1065
  "name": "dialog",
946
1066
  "description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
947
1067
  "valueSet": "v"
948
- },
949
- {
950
- "name": "contexts",
951
- "description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
952
1068
  }
953
1069
  ]
954
1070
  },
@@ -959,7 +1075,7 @@
959
1075
  },
960
1076
  {
961
1077
  "name": "umb-donut-chart",
962
- "description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `radius` {`number`} - Circle radius in pixels\n\n * `borderSize` {`number`} - The circle thickness in pixels\n\n * `svgSize` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n * `_slices` {`UmbDonutSliceElement[]`} - \n\n * `_container` {`HTMLDivElement`} - \n\n * `_detailsBox` {`HTMLDivElement`} - \n\n * `circles` {`CircleWithCommands[]`} - \n\n * `viewBox` {`number`} - \n\n * `_posY` {`number`} - \n\n * `_posX` {`number`} - \n\n * `_detailName` {`string`} - \n\n * `_detailAmount` {`number`} - \n\n * `_detailColor` {`string`} - \n\n * `_totalAmount` {`number`} - \n\n * `_detailKind` {`string`} - ",
1078
+ "description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `borderSize` {`number`} - The circle thickness in pixels\n\n * `svgSize` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n * `_slices` {`UmbDonutSliceElement[]`} - \n\n * `_container` {`HTMLDivElement`} - \n\n * `_detailsBox` {`HTMLDivElement`} - \n\n * `circles` {`CircleWithCommands[]`} - \n\n * `viewBox` {`number`} - \n\n * `_posY` {`number`} - \n\n * `_posX` {`number`} - \n\n * `_detailName` {`string`} - \n\n * `_detailAmount` {`number`} - \n\n * `_detailColor` {`string`} - \n\n * `_totalAmount` {`number`} - \n\n * `_detailKind` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
963
1079
  "attributes": [
964
1080
  {
965
1081
  "name": "radius",
@@ -1012,7 +1128,7 @@
1012
1128
  },
1013
1129
  {
1014
1130
  "name": "umb-dropdown",
1015
- "description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `open` {`boolean`} - ",
1131
+ "description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1016
1132
  "attributes": [
1017
1133
  {
1018
1134
  "name": "open",
@@ -1023,7 +1139,7 @@
1023
1139
  },
1024
1140
  {
1025
1141
  "name": "umb-empty-state",
1026
- "description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent",
1142
+ "description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\n * `styles` {`CSSResult[]`} - ",
1027
1143
  "attributes": [
1028
1144
  {
1029
1145
  "name": "size",
@@ -1081,7 +1197,7 @@
1081
1197
  },
1082
1198
  {
1083
1199
  "name": "umb-extension-slot",
1084
- "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` - ",
1200
+ "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 * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - \n\n * `styles` - ",
1085
1201
  "attributes": [
1086
1202
  {
1087
1203
  "name": "type",
@@ -1104,12 +1220,12 @@
1104
1220
  },
1105
1221
  {
1106
1222
  "name": "umb-header-app-button",
1107
- "description": "Properties:\n\n * `styles` - \n\n * `manifest` - ",
1223
+ "description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
1108
1224
  "attributes": []
1109
1225
  },
1110
1226
  {
1111
1227
  "name": "umb-history-item",
1112
- "description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - ",
1228
+ "description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1113
1229
  "attributes": [
1114
1230
  {
1115
1231
  "name": "src",
@@ -1135,7 +1251,7 @@
1135
1251
  },
1136
1252
  {
1137
1253
  "name": "umb-input-checkbox-list",
1138
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `selected` {`string[]`} - \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`} - ",
1254
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `selected` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \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`} - ",
1139
1255
  "attributes": [
1140
1256
  {
1141
1257
  "name": "list",
@@ -1153,7 +1269,7 @@
1153
1269
  },
1154
1270
  {
1155
1271
  "name": "umb-input-color-picker",
1156
- "description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | 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`} - ",
1272
+ "description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \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`} - ",
1157
1273
  "attributes": [
1158
1274
  {
1159
1275
  "name": "showLabels",
@@ -1173,7 +1289,7 @@
1173
1289
  },
1174
1290
  {
1175
1291
  "name": "umb-input-culture-select",
1176
- "description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_cultures` {`any[]`} - \n\n * `_search` {`string`} - \n\n * `selectedCultureName` {`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`} - ",
1292
+ "description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_cultures` {`any[]`} - \n\n * `_search` {`string`} - \n\n * `selectedCultureName` {`string | undefined`} - \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`} - ",
1177
1293
  "attributes": [
1178
1294
  {
1179
1295
  "name": "disabled",
@@ -1189,7 +1305,7 @@
1189
1305
  },
1190
1306
  {
1191
1307
  "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 * `_selectedKeys` {`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`} - ",
1308
+ "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 * `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 * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \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
1309
  "attributes": [
1194
1310
  {
1195
1311
  "name": "min",
@@ -1221,11 +1337,11 @@
1221
1337
  },
1222
1338
  {
1223
1339
  "name": "umb-input-document-type-picker",
1224
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `currentDocumentType` - \n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `currentDocumentType` - \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`} - ",
1340
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `selectedIds` {`string[]`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \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
1341
  "attributes": [
1226
1342
  {
1227
- "name": "currentDocumentType",
1228
- "description": "`currentDocumentType` - \n\nProperty: currentDocumentType"
1343
+ "name": "selectedIds",
1344
+ "description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
1229
1345
  },
1230
1346
  {
1231
1347
  "name": "value",
@@ -1239,7 +1355,7 @@
1239
1355
  },
1240
1356
  {
1241
1357
  "name": "umb-input-eye-dropper",
1242
- "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`} - ",
1358
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`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`} - ",
1243
1359
  "attributes": [
1244
1360
  {
1245
1361
  "name": "opacity",
@@ -1258,17 +1374,15 @@
1258
1374
  },
1259
1375
  {
1260
1376
  "name": "umb-input-language-picker",
1261
- "description": "Attributes:\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 * `filter` - \n\n * `_selectedIsoCodes` {`string[]`} - \n\n * `selectedIsoCodes` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_repository` - \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`} - ",
1377
+ "description": "Attributes:\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 * `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 * `filter` - \n\n * `selectedIsoCodes` {`string[]`} - \n\n * `_items` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \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`} - ",
1262
1378
  "attributes": [
1263
1379
  {
1264
1380
  "name": "min",
1265
- "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1266
- "values": []
1381
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
1267
1382
  },
1268
1383
  {
1269
1384
  "name": "max",
1270
- "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1271
- "values": []
1385
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
1272
1386
  },
1273
1387
  {
1274
1388
  "name": "min-message",
@@ -1286,7 +1400,7 @@
1286
1400
  },
1287
1401
  {
1288
1402
  "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 * `_selectedKeys` {`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`} - ",
1403
+ "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 * `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 * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_pickedItemsObserver` - \n\n * `_repository` - \n\n * `styles` {`CSSResult[]`} - \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
1404
  "attributes": [
1291
1405
  {
1292
1406
  "name": "min",
@@ -1318,7 +1432,7 @@
1318
1432
  },
1319
1433
  {
1320
1434
  "name": "umb-input-multi-url-picker",
1321
- "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`} - ",
1435
+ "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 * `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 * `styles` {`CSSResult[]`} - \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`} - ",
1322
1436
  "attributes": [
1323
1437
  {
1324
1438
  "name": "alias",
@@ -1392,7 +1506,7 @@
1392
1506
  },
1393
1507
  {
1394
1508
  "name": "umb-input-number-range",
1395
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `minLabel` {`string`} - \n\n * `maxLabel` {`string`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \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`} - ",
1509
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `minLabel` {`string`} - \n\n * `maxLabel` {`string`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - \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`} - ",
1396
1510
  "attributes": [
1397
1511
  {
1398
1512
  "name": "min-label",
@@ -1424,7 +1538,7 @@
1424
1538
  },
1425
1539
  {
1426
1540
  "name": "umb-input-radio-button-list",
1427
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `selected` {`string`} - \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`} - ",
1541
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `selected` {`string`} - \n\n * `styles` {`CSSResult[]`} - \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`} - ",
1428
1542
  "attributes": [
1429
1543
  {
1430
1544
  "name": "list",
@@ -1442,7 +1556,7 @@
1442
1556
  },
1443
1557
  {
1444
1558
  "name": "umb-input-section",
1445
- "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 * `_sections` {`any[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1559
+ "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 * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1446
1560
  "attributes": [
1447
1561
  {
1448
1562
  "name": "value",
@@ -1483,7 +1597,7 @@
1483
1597
  },
1484
1598
  {
1485
1599
  "name": "umb-input-slider",
1486
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enableRange` {`boolean`} - \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`} - ",
1600
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enableRange` {`boolean`} - \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`} - ",
1487
1601
  "attributes": [
1488
1602
  {
1489
1603
  "name": "min",
@@ -1517,8 +1631,8 @@
1517
1631
  ]
1518
1632
  },
1519
1633
  {
1520
- "name": "umb-input-template-picker",
1521
- "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`} - ",
1634
+ "name": "umb-input-template",
1635
+ "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 * `selectedIds` {`string[]`} - \n\n * `defaultId` {`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 * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_defaultId` {`string`} - \n\n * `defaultId` {`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`} - ",
1522
1636
  "attributes": [
1523
1637
  {
1524
1638
  "name": "min",
@@ -1539,26 +1653,22 @@
1539
1653
  "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1540
1654
  },
1541
1655
  {
1542
- "name": "allowedKeys",
1543
- "description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
1544
- },
1545
- {
1546
- "name": "defaultKey",
1547
- "description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
1656
+ "name": "selectedIds",
1657
+ "description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
1548
1658
  },
1549
1659
  {
1550
- "name": "onchange-default",
1551
- "description": "`change-default` {`CustomEvent<unknown>`} - "
1660
+ "name": "defaultId",
1661
+ "description": "`defaultId` {`string`} - \n\nProperty: defaultId"
1552
1662
  },
1553
1663
  {
1554
- "name": "onchange-allowed",
1555
- "description": "`change-allowed` {`CustomEvent<unknown>`} - "
1664
+ "name": "onchange",
1665
+ "description": "`change` {`CustomEvent<unknown>`} - "
1556
1666
  }
1557
1667
  ]
1558
1668
  },
1559
1669
  {
1560
1670
  "name": "umb-input-toggle",
1561
- "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`} - ",
1671
+ "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 * `_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 * `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`} - ",
1562
1672
  "attributes": [
1563
1673
  {
1564
1674
  "name": "checked",
@@ -1586,9 +1696,33 @@
1586
1696
  }
1587
1697
  ]
1588
1698
  },
1699
+ {
1700
+ "name": "umb-input-upload-field",
1701
+ "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 * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`File[]`} - \n\n * `_currentFilesTemp` {`File[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \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`} - ",
1702
+ "attributes": [
1703
+ {
1704
+ "name": "keys",
1705
+ "description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
1706
+ },
1707
+ {
1708
+ "name": "fileExtensions",
1709
+ "description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
1710
+ "values": []
1711
+ },
1712
+ {
1713
+ "name": "multiple",
1714
+ "description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
1715
+ "valueSet": "v"
1716
+ },
1717
+ {
1718
+ "name": "onchange",
1719
+ "description": "`change` {`CustomEvent<unknown>`} - "
1720
+ }
1721
+ ]
1722
+ },
1589
1723
  {
1590
1724
  "name": "umb-input-user-group",
1591
- "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` - ",
1725
+ "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 * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1592
1726
  "attributes": [
1593
1727
  {
1594
1728
  "name": "value",
@@ -1629,7 +1763,7 @@
1629
1763
  },
1630
1764
  {
1631
1765
  "name": "umb-input-user",
1632
- "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 * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1766
+ "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 * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1633
1767
  "attributes": [
1634
1768
  {
1635
1769
  "name": "value",
@@ -1668,14 +1802,38 @@
1668
1802
  }
1669
1803
  ]
1670
1804
  },
1805
+ {
1806
+ "name": "umb-menu-item-base",
1807
+ "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 * `_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`} - \n\n * `styles` {`CSSResult[]`} - ",
1808
+ "attributes": [
1809
+ {
1810
+ "name": "entity-type",
1811
+ "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
1812
+ "values": []
1813
+ },
1814
+ {
1815
+ "name": "icon-name",
1816
+ "description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
1817
+ },
1818
+ {
1819
+ "name": "label",
1820
+ "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1821
+ },
1822
+ {
1823
+ "name": "has-children",
1824
+ "description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
1825
+ "valueSet": "v"
1826
+ }
1827
+ ]
1828
+ },
1671
1829
  {
1672
1830
  "name": "umb-menu-item",
1673
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_href` {`string | undefined`} - ",
1831
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1674
1832
  "attributes": []
1675
1833
  },
1676
1834
  {
1677
1835
  "name": "umb-menu",
1678
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1836
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1679
1837
  "attributes": [
1680
1838
  {
1681
1839
  "name": "manifest",
@@ -1685,7 +1843,7 @@
1685
1843
  },
1686
1844
  {
1687
1845
  "name": "umb-property-type-based-property",
1688
- "description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `property` - \n\n * `_property` - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_dataTypeData` {`any[]`} - \n\n * `_dataTypeRepository` - \n\n * `_dataTypeObserver` - \n\n * `_value` {`unknown`} - \n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\n * `_propertyVariantId` - \n\n * `_workspaceContext` - \n\n * `_observePropertyValue` - ",
1846
+ "description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `property` - \n\n * `_property` - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_dataTypeData` {`any[]`} - \n\n * `_dataTypeRepository` - \n\n * `_dataTypeObserver` - \n\n * `_value` {`unknown`} - \n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\n * `_propertyVariantId` - \n\n * `_workspaceContext` - \n\n * `_observePropertyValue` - \n\n * `styles` {`CSSResult[]`} - ",
1689
1847
  "attributes": [
1690
1848
  {
1691
1849
  "name": "propertyVariantId",
@@ -1745,12 +1903,12 @@
1745
1903
  },
1746
1904
  {
1747
1905
  "name": "umb-section-sidebar-context-menu",
1748
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | undefined`} - \n\n * `_headline` {`string | undefined`} - ",
1906
+ "description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1749
1907
  "attributes": []
1750
1908
  },
1751
1909
  {
1752
1910
  "name": "umb-section-sidebar-menu",
1753
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1911
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1754
1912
  "attributes": [
1755
1913
  {
1756
1914
  "name": "manifest",
@@ -1765,7 +1923,7 @@
1765
1923
  },
1766
1924
  {
1767
1925
  "name": "umb-section-views",
1768
- "description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `sectionAlias` {`string | undefined`} - \n\n * `_views` {`any[]`} - \n\n * `_dashboards` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `_sectionContext` - \n\n * `_extensionsObserver` - \n\n * `_viewsObserver` - \n\n * `_dashboardObserver` - ",
1926
+ "description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `sectionAlias` {`string | undefined`} - \n\n * `_views` {`any[]`} - \n\n * `_dashboards` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `_sectionContext` - \n\n * `_extensionsObserver` - \n\n * `_viewsObserver` - \n\n * `_dashboardObserver` - \n\n * `styles` {`CSSResult[]`} - ",
1769
1927
  "attributes": [
1770
1928
  {
1771
1929
  "name": "section-alias",
@@ -1776,7 +1934,7 @@
1776
1934
  },
1777
1935
  {
1778
1936
  "name": "umb-section",
1779
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_menus` {`Omit<any, \"kind\">[] | undefined`} - ",
1937
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_menus` {`Omit<any, \"kind\">[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1780
1938
  "attributes": [
1781
1939
  {
1782
1940
  "name": "manifest",
@@ -1786,7 +1944,7 @@
1786
1944
  },
1787
1945
  {
1788
1946
  "name": "umb-table",
1789
- "description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `items` {Array<UmbTableItem>} - Table Items\n\n * `columns` {Array<UmbTableColumn>} - \n\n * `config` {UmbTableConfig} - \n\n * `selection` {Array<string>} - \n\n * `orderingColumn` {`string`} - \n\n * `orderingDesc` {`boolean`} - \n\n * `_selectionMode` {`boolean`} - \n\n * `_renderRow` - ",
1947
+ "description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `items` {Array<UmbTableItem>} - Table Items\n\n * `columns` {Array<UmbTableColumn>} - \n\n * `config` {UmbTableConfig} - \n\n * `selection` {Array<string>} - \n\n * `orderingColumn` {`string`} - \n\n * `orderingDesc` {`boolean`} - \n\n * `_selectionMode` {`boolean`} - \n\n * `_renderRow` - \n\n * `styles` {`CSSResult[]`} - ",
1790
1948
  "attributes": [
1791
1949
  {
1792
1950
  "name": "onselected",
@@ -1804,7 +1962,7 @@
1804
1962
  },
1805
1963
  {
1806
1964
  "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 * `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`} - ",
1965
+ "description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change` {`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
1966
  "attributes": [
1809
1967
  {
1810
1968
  "name": "default",
@@ -1812,8 +1970,8 @@
1812
1970
  "valueSet": "v"
1813
1971
  },
1814
1972
  {
1815
- "name": "key",
1816
- "description": "`key` {`string`} - \n\nProperty: key"
1973
+ "name": "id",
1974
+ "description": "`id` {`string`} - \n\nProperty: id"
1817
1975
  },
1818
1976
  {
1819
1977
  "name": "name",
@@ -1828,14 +1986,14 @@
1828
1986
  "description": "`selected` {} - "
1829
1987
  },
1830
1988
  {
1831
- "name": "onchange-default",
1832
- "description": "`change-default` {`CustomEvent<unknown>`} - "
1989
+ "name": "onchange",
1990
+ "description": "`change` {`CustomEvent<unknown>`} - "
1833
1991
  }
1834
1992
  ]
1835
1993
  },
1836
1994
  {
1837
1995
  "name": "umb-tooltip-menu",
1838
- "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[]`} - ",
1996
+ "description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1839
1997
  "attributes": [
1840
1998
  {
1841
1999
  "name": "icon-only",
@@ -1850,17 +2008,17 @@
1850
2008
  },
1851
2009
  {
1852
2010
  "name": "umb-entity-tree-item",
1853
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
2011
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1854
2012
  "attributes": []
1855
2013
  },
1856
2014
  {
1857
2015
  "name": "umb-tree-item-base",
1858
- "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`} - ",
2016
+ "description": "Properties:\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`} - \n\n * `styles` {`CSSResult[]`} - ",
1859
2017
  "attributes": []
1860
2018
  },
1861
2019
  {
1862
2020
  "name": "umb-tree-item",
1863
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `item` - ",
2021
+ "description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1864
2022
  "attributes": []
1865
2023
  },
1866
2024
  {
@@ -1875,7 +2033,7 @@
1875
2033
  },
1876
2034
  {
1877
2035
  "name": "umb-tree",
1878
- "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` - ",
2036
+ "description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\n * `multiple` {`boolean`} - \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 * `_multiple` {`boolean`} - \n\n * `multiple` {`boolean`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
1879
2037
  "attributes": [
1880
2038
  {
1881
2039
  "name": "alias",
@@ -1890,6 +2048,11 @@
1890
2048
  "name": "selection",
1891
2049
  "description": "`selection` {`string[]`} - \n\nProperty: selection"
1892
2050
  },
2051
+ {
2052
+ "name": "multiple",
2053
+ "description": "`multiple` {`boolean`} - \n\nProperty: multiple",
2054
+ "valueSet": "v"
2055
+ },
1893
2056
  {
1894
2057
  "name": "onselected",
1895
2058
  "description": "`selected` {`CustomEvent<unknown>`} - "
@@ -1898,7 +2061,7 @@
1898
2061
  },
1899
2062
  {
1900
2063
  "name": "umb-variant-selector",
1901
- "description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - ",
2064
+ "description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1902
2065
  "attributes": [
1903
2066
  {
1904
2067
  "name": "alias",
@@ -1912,12 +2075,12 @@
1912
2075
  },
1913
2076
  {
1914
2077
  "name": "umb-variantable-property",
1915
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - ",
2078
+ "description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
1916
2079
  "attributes": []
1917
2080
  },
1918
2081
  {
1919
2082
  "name": "umb-workspace-property",
1920
- "description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\n * `_variantDifference` {`string | undefined`} - \n\n * `_element` - \n\n * `_value` {`unknown`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_label` {`string | undefined`} - \n\n * `_description` {`string | undefined`} - \n\n * `_propertyContext` - \n\n * `propertyEditorUIObserver` - \n\n * `_valueObserver` - \n\n * `_configObserver` - \n\n * `_onPropertyEditorChange` - ",
2083
+ "description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\n * `_variantDifference` {`string | undefined`} - \n\n * `_element` - \n\n * `_value` {`unknown`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_label` {`string | undefined`} - \n\n * `_description` {`string | undefined`} - \n\n * `_propertyContext` - \n\n * `propertyEditorUIObserver` - \n\n * `_valueObserver` - \n\n * `_configObserver` - \n\n * `_onPropertyEditorChange` - \n\n * `styles` {`CSSResult[]`} - ",
1921
2084
  "attributes": [
1922
2085
  {
1923
2086
  "name": "label",
@@ -1956,22 +2119,22 @@
1956
2119
  },
1957
2120
  {
1958
2121
  "name": "umb-workspace-action-menu",
1959
- "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`} - ",
2122
+ "description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1960
2123
  "attributes": []
1961
2124
  },
1962
2125
  {
1963
2126
  "name": "umb-workspace-action",
1964
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - ",
2127
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1965
2128
  "attributes": []
1966
2129
  },
1967
2130
  {
1968
2131
  "name": "umb-workspace-view-collection",
1969
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` {`UmbEntityWorkspaceContextInterface<unknown> | undefined`} - \n\n * `_collectionContext` - ",
2132
+ "description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
1970
2133
  "attributes": []
1971
2134
  },
1972
2135
  {
1973
2136
  "name": "umb-workspace-footer-layout",
1974
- "description": "Slots:\n\n * ` ` {} - Slot for workspace footer items\n\n * `actions` {} - Slot for workspace actions\n\nAttributes:\n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.",
2137
+ "description": "Slots:\n\n * ` ` {} - Slot for workspace footer items\n\n * `actions` {} - Slot for workspace actions\n\nAttributes:\n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\n * `styles` {`CSSResult[]`} - ",
1975
2138
  "attributes": [
1976
2139
  {
1977
2140
  "name": "alias",
@@ -1981,7 +2144,7 @@
1981
2144
  },
1982
2145
  {
1983
2146
  "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`} - ",
2147
+ "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 * `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`} - \n\n * `styles` {`CSSResult[]`} - ",
1985
2148
  "attributes": [
1986
2149
  {
1987
2150
  "name": "headline",
@@ -2005,7 +2168,7 @@
2005
2168
  },
2006
2169
  {
2007
2170
  "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 * `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.",
2171
+ "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
2172
  "attributes": [
2010
2173
  {
2011
2174
  "name": "alias",
@@ -2035,7 +2198,7 @@
2035
2198
  },
2036
2199
  {
2037
2200
  "name": "umb-workspace-variant",
2038
- "description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\n * `_splitViewIndex` {`number`} - \n\n * `variantContext` - ",
2201
+ "description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\n * `_splitViewIndex` {`number`} - \n\n * `variantContext` - \n\n * `styles` {`CSSResult[]`} - ",
2039
2202
  "attributes": [
2040
2203
  {
2041
2204
  "name": "alias",
@@ -2054,7 +2217,7 @@
2054
2217
  },
2055
2218
  {
2056
2219
  "name": "umb-workspace",
2057
- "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityType` {`string`} - ",
2220
+ "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
2058
2221
  "attributes": [
2059
2222
  {
2060
2223
  "name": "entity-type",
@@ -2064,7 +2227,7 @@
2064
2227
  },
2065
2228
  {
2066
2229
  "name": "umb-confirm-modal",
2067
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
2230
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
2068
2231
  "attributes": [
2069
2232
  {
2070
2233
  "name": "data",
@@ -2074,7 +2237,7 @@
2074
2237
  },
2075
2238
  {
2076
2239
  "name": "umb-embedded-media-modal",
2077
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
2240
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
2078
2241
  "attributes": [
2079
2242
  {
2080
2243
  "name": "data",
@@ -2082,37 +2245,29 @@
2082
2245
  }
2083
2246
  ]
2084
2247
  },
2248
+ {
2249
+ "name": "umb-folder-modal",
2250
+ "description": "Properties:\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`} - \n\n * `styles` {`CSSResult[]`} - ",
2251
+ "attributes": []
2252
+ },
2085
2253
  {
2086
2254
  "name": "umb-icon-picker-modal",
2087
- "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`} - ",
2088
- "attributes": [
2089
- {
2090
- "name": "iconlist",
2091
- "description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
2092
- },
2093
- {
2094
- "name": "iconlistFiltered",
2095
- "description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
2096
- },
2097
- {
2098
- "name": "colorlist",
2099
- "description": "`colorlist` {`string[]`} - \n\nProperty: colorlist\n\nDefault: #000000,#373737,#9e9e9e,#607d8b,#2196f3,#03a9f4,#3f51b5,#9c27b0,#673ab7,#00bcd4,#4caf50,#8bc34a,#cddc39,#ffeb3b,#ffc107,#ff9800,#ff5722,#f44336,#e91e63,#795548"
2100
- }
2101
- ]
2255
+ "description": "Properties:\n\n * `_iconList` - \n\n * `_iconListFiltered` {`string[]`} - \n\n * `_colorList` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2256
+ "attributes": []
2102
2257
  },
2103
2258
  {
2104
2259
  "name": "umb-link-picker-modal",
2105
- "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` - ",
2260
+ "description": "Properties:\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` - \n\n * `styles` {`CSSResult[]`} - ",
2106
2261
  "attributes": []
2107
2262
  },
2108
2263
  {
2109
2264
  "name": "umb-property-settings-modal",
2110
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedPropertyEditorUI` - \n\n * `_selectedPropertyEditorUIAlias` {`string`} - \n\n * `_appearanceIsTop` {`boolean`} - \n\n * `_mandatory` {`boolean`} - \n\n * `_customValidationOptions` {`({ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; })[]`} - \n\n * `_customValidation` {`{ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; }`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `_name` {`string`} - \n\n * `_alias` {`string`} - ",
2265
+ "description": "Properties:\n\n * `_selectedPropertyEditorUI` - \n\n * `_selectedPropertyEditorUIAlias` {`string`} - \n\n * `_appearanceIsTop` {`boolean`} - \n\n * `_mandatory` {`boolean`} - \n\n * `_customValidationOptions` {`({ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; })[]`} - \n\n * `_customValidation` {`{ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; }`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `_name` {`string`} - \n\n * `_alias` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
2111
2266
  "attributes": []
2112
2267
  },
2113
2268
  {
2114
2269
  "name": "umb-section-picker-modal",
2115
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
2270
+ "description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2116
2271
  "attributes": []
2117
2272
  },
2118
2273
  {
@@ -2122,7 +2277,7 @@
2122
2277
  },
2123
2278
  {
2124
2279
  "name": "umb-template-modal",
2125
- "description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2280
+ "description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2126
2281
  "attributes": []
2127
2282
  },
2128
2283
  {
@@ -2155,7 +2310,7 @@
2155
2310
  },
2156
2311
  {
2157
2312
  "name": "umb-property-action-menu",
2158
- "description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `styles` - \n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\n * `_actionsObserver` - \n\n * `_actions` {`any[]`} - \n\n * `_open` {`boolean`} - \n\n * `_propertyActionMenuContext` - ",
2313
+ "description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\n * `_actionsObserver` - \n\n * `_actions` {`any[]`} - \n\n * `_open` {`boolean`} - \n\n * `_propertyActionMenuContext` - \n\n * `styles` - ",
2159
2314
  "attributes": [
2160
2315
  {
2161
2316
  "name": "value",
@@ -2170,7 +2325,7 @@
2170
2325
  },
2171
2326
  {
2172
2327
  "name": "umb-property-action",
2173
- "description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `styles` - \n\n * `_propertyAction` - \n\n * `propertyAction` - \n\n * `_element` - \n\n * `value` {`string | undefined`} - ",
2328
+ "description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_propertyAction` - \n\n * `propertyAction` - \n\n * `_element` - \n\n * `styles` - \n\n * `value` {`string | undefined`} - ",
2174
2329
  "attributes": [
2175
2330
  {
2176
2331
  "name": "propertyAction",
@@ -2190,7 +2345,7 @@
2190
2345
  },
2191
2346
  {
2192
2347
  "name": "umb-property-editor-ui-picker-modal",
2193
- "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` - ",
2348
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - \n\n * `styles` {`CSSResult[]`} - ",
2194
2349
  "attributes": [
2195
2350
  {
2196
2351
  "name": "data",
@@ -2200,7 +2355,7 @@
2200
2355
  },
2201
2356
  {
2202
2357
  "name": "umb-property-editor-config",
2203
- "description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUIConfigDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUIConfigProperties` {`any[]`} - ",
2358
+ "description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUIConfigDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUIConfigProperties` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2204
2359
  "attributes": [
2205
2360
  {
2206
2361
  "name": "_propertyEditorUiAlias",
@@ -2218,7 +2373,7 @@
2218
2373
  },
2219
2374
  {
2220
2375
  "name": "umb-property-editor-ui-block-grid-block-configuration",
2221
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2376
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2222
2377
  "attributes": [
2223
2378
  {
2224
2379
  "name": "value",
@@ -2228,7 +2383,7 @@
2228
2383
  },
2229
2384
  {
2230
2385
  "name": "umb-property-editor-ui-block-grid-group-configuration",
2231
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2386
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2232
2387
  "attributes": [
2233
2388
  {
2234
2389
  "name": "value",
@@ -2238,7 +2393,7 @@
2238
2393
  },
2239
2394
  {
2240
2395
  "name": "umb-property-editor-ui-block-grid-stylesheet-picker",
2241
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2396
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2242
2397
  "attributes": [
2243
2398
  {
2244
2399
  "name": "value",
@@ -2248,7 +2403,7 @@
2248
2403
  },
2249
2404
  {
2250
2405
  "name": "umb-property-editor-ui-block-grid-inner-test",
2251
- "description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`IRoute<any>[]`} - ",
2406
+ "description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2252
2407
  "attributes": [
2253
2408
  {
2254
2409
  "name": "name",
@@ -2258,7 +2413,7 @@
2258
2413
  },
2259
2414
  {
2260
2415
  "name": "umb-property-editor-ui-block-grid",
2261
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`IRoute<any>[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - ",
2416
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - \n\n * `styles` {`CSSResult[]`} - ",
2262
2417
  "attributes": [
2263
2418
  {
2264
2419
  "name": "value",
@@ -2268,7 +2423,7 @@
2268
2423
  },
2269
2424
  {
2270
2425
  "name": "umb-property-editor-ui-block-list-block-configuration",
2271
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2426
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2272
2427
  "attributes": [
2273
2428
  {
2274
2429
  "name": "value",
@@ -2278,7 +2433,7 @@
2278
2433
  },
2279
2434
  {
2280
2435
  "name": "umb-property-editor-ui-block-list",
2281
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2436
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2282
2437
  "attributes": [
2283
2438
  {
2284
2439
  "name": "value",
@@ -2288,7 +2443,7 @@
2288
2443
  },
2289
2444
  {
2290
2445
  "name": "umb-property-editor-ui-checkbox-list",
2291
- "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 * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - ",
2446
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2292
2447
  "attributes": [
2293
2448
  {
2294
2449
  "name": "value",
@@ -2302,7 +2457,7 @@
2302
2457
  },
2303
2458
  {
2304
2459
  "name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
2305
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2460
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2306
2461
  "attributes": [
2307
2462
  {
2308
2463
  "name": "value",
@@ -2312,7 +2467,7 @@
2312
2467
  },
2313
2468
  {
2314
2469
  "name": "umb-property-editor-ui-collection-view-column-configuration",
2315
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2470
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2316
2471
  "attributes": [
2317
2472
  {
2318
2473
  "name": "value",
@@ -2322,7 +2477,7 @@
2322
2477
  },
2323
2478
  {
2324
2479
  "name": "umb-property-editor-ui-collection-view-layout-configuration",
2325
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2480
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2326
2481
  "attributes": [
2327
2482
  {
2328
2483
  "name": "value",
@@ -2332,7 +2487,7 @@
2332
2487
  },
2333
2488
  {
2334
2489
  "name": "umb-property-editor-ui-collection-view-order-by",
2335
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2490
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2336
2491
  "attributes": [
2337
2492
  {
2338
2493
  "name": "value",
@@ -2342,7 +2497,7 @@
2342
2497
  },
2343
2498
  {
2344
2499
  "name": "umb-property-editor-ui-collection-view",
2345
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2500
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2346
2501
  "attributes": [
2347
2502
  {
2348
2503
  "name": "value",
@@ -2352,7 +2507,7 @@
2352
2507
  },
2353
2508
  {
2354
2509
  "name": "umb-property-editor-ui-color-picker",
2355
- "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 * `_showLabels` {`boolean`} - \n\n * `_swatches` {`any[]`} - \n\n * `config` {`any[]`} - ",
2510
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_showLabels` {`boolean`} - \n\n * `_swatches` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2356
2511
  "attributes": [
2357
2512
  {
2358
2513
  "name": "value",
@@ -2366,7 +2521,7 @@
2366
2521
  },
2367
2522
  {
2368
2523
  "name": "umb-property-editor-ui-date-picker",
2369
- "description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_value` {`Date | undefined`} - \n\n * `_valueString` {`string | undefined`} - \n\n * `value` {`string | undefined`} - \n\n * `_format` {`string | undefined`} - \n\n * `_inputType` {`InputType`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` {`any[]`} - ",
2524
+ "description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_value` {`Date | undefined`} - \n\n * `_valueString` {`string | undefined`} - \n\n * `value` {`string | undefined`} - \n\n * `_format` {`string | undefined`} - \n\n * `_inputType` {`InputType`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2370
2525
  "attributes": [
2371
2526
  {
2372
2527
  "name": "value",
@@ -2391,7 +2546,7 @@
2391
2546
  },
2392
2547
  {
2393
2548
  "name": "umb-property-editor-ui-dropdown",
2394
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2549
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2395
2550
  "attributes": [
2396
2551
  {
2397
2552
  "name": "value",
@@ -2401,7 +2556,7 @@
2401
2556
  },
2402
2557
  {
2403
2558
  "name": "umb-property-editor-ui-eye-dropper",
2404
- "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 * `_opacity` {`boolean`} - \n\n * `_swatches` {`string[]`} - \n\n * `config` {`any[]`} - ",
2559
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_opacity` {`boolean`} - \n\n * `_swatches` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2405
2560
  "attributes": [
2406
2561
  {
2407
2562
  "name": "value",
@@ -2415,7 +2570,7 @@
2415
2570
  },
2416
2571
  {
2417
2572
  "name": "umb-property-editor-ui-icon-picker",
2418
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - ",
2573
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
2419
2574
  "attributes": [
2420
2575
  {
2421
2576
  "name": "value",
@@ -2425,7 +2580,7 @@
2425
2580
  },
2426
2581
  {
2427
2582
  "name": "umb-property-editor-ui-image-cropper",
2428
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2583
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2429
2584
  "attributes": [
2430
2585
  {
2431
2586
  "name": "value",
@@ -2435,7 +2590,7 @@
2435
2590
  },
2436
2591
  {
2437
2592
  "name": "umb-property-editor-ui-image-crops-configuration",
2438
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2593
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2439
2594
  "attributes": [
2440
2595
  {
2441
2596
  "name": "value",
@@ -2445,7 +2600,7 @@
2445
2600
  },
2446
2601
  {
2447
2602
  "name": "umb-property-editor-ui-label",
2448
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2603
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2449
2604
  "attributes": [
2450
2605
  {
2451
2606
  "name": "value",
@@ -2455,7 +2610,7 @@
2455
2610
  },
2456
2611
  {
2457
2612
  "name": "umb-property-editor-ui-markdown-editor",
2458
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2613
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2459
2614
  "attributes": [
2460
2615
  {
2461
2616
  "name": "value",
@@ -2479,7 +2634,7 @@
2479
2634
  },
2480
2635
  {
2481
2636
  "name": "umb-property-editor-ui-member-group-picker",
2482
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2637
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2483
2638
  "attributes": [
2484
2639
  {
2485
2640
  "name": "value",
@@ -2489,7 +2644,7 @@
2489
2644
  },
2490
2645
  {
2491
2646
  "name": "umb-property-editor-ui-member-picker",
2492
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2647
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2493
2648
  "attributes": [
2494
2649
  {
2495
2650
  "name": "value",
@@ -2499,7 +2654,7 @@
2499
2654
  },
2500
2655
  {
2501
2656
  "name": "umb-property-editor-ui-multi-url-picker",
2502
- "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`} - ",
2657
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\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`} - \n\n * `styles` {`CSSResult[]`} - ",
2503
2658
  "attributes": [
2504
2659
  {
2505
2660
  "name": "value",
@@ -2513,7 +2668,7 @@
2513
2668
  },
2514
2669
  {
2515
2670
  "name": "umb-input-multiple-text-string-item",
2516
- "description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_input` - \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`} - ",
2671
+ "description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_input` - \n\n * `_modalContext` - \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`} - ",
2517
2672
  "attributes": [
2518
2673
  {
2519
2674
  "name": "disabled",
@@ -2529,7 +2684,7 @@
2529
2684
  },
2530
2685
  {
2531
2686
  "name": "umb-input-multiple-text-string",
2532
- "description": "Attributes:\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 * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \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 * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `_items` {`MultipleTextStringValue`} - \n\n * `items` {`MultipleTextStringValue`} - \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`} - ",
2687
+ "description": "Attributes:\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 * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \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 * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `_items` {`MultipleTextStringValue`} - \n\n * `items` {`MultipleTextStringValue`} - \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`} - ",
2533
2688
  "attributes": [
2534
2689
  {
2535
2690
  "name": "min",
@@ -2592,7 +2747,7 @@
2592
2747
  },
2593
2748
  {
2594
2749
  "name": "umb-property-editor-ui-number-range",
2595
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_value` {`ValueType`} - \n\n * `value` {`ValueType | undefined`} - \n\n * `config` {`never[]`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - ",
2750
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `_value` {`ValueType`} - \n\n * `value` {`ValueType | undefined`} - \n\n * `config` {`never[]`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2596
2751
  "attributes": [
2597
2752
  {
2598
2753
  "name": "_value",
@@ -2606,7 +2761,7 @@
2606
2761
  },
2607
2762
  {
2608
2763
  "name": "umb-property-editor-ui-number",
2609
- "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` {`never[]`} - ",
2764
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2610
2765
  "attributes": [
2611
2766
  {
2612
2767
  "name": "value",
@@ -2620,7 +2775,7 @@
2620
2775
  },
2621
2776
  {
2622
2777
  "name": "umb-property-editor-ui-order-direction",
2623
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2778
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2624
2779
  "attributes": [
2625
2780
  {
2626
2781
  "name": "value",
@@ -2630,7 +2785,7 @@
2630
2785
  },
2631
2786
  {
2632
2787
  "name": "umb-property-editor-ui-overlay-size",
2633
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2788
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2634
2789
  "attributes": [
2635
2790
  {
2636
2791
  "name": "value",
@@ -2640,7 +2795,7 @@
2640
2795
  },
2641
2796
  {
2642
2797
  "name": "umb-property-editor-ui-radio-button-list",
2643
- "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 * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - ",
2798
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2644
2799
  "attributes": [
2645
2800
  {
2646
2801
  "name": "value",
@@ -2654,7 +2809,7 @@
2654
2809
  },
2655
2810
  {
2656
2811
  "name": "umb-property-editor-ui-slider",
2657
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\n * `_enableRange` {`boolean | undefined`} - \n\n * `_initVal1` {`number | undefined`} - \n\n * `_initVal2` {`number | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_min` {`number | undefined`} - \n\n * `_max` {`number | undefined`} - \n\n * `config` {`any[]`} - ",
2812
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\n * `_enableRange` {`boolean | undefined`} - \n\n * `_initVal1` {`number | undefined`} - \n\n * `_initVal2` {`number | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_min` {`number | undefined`} - \n\n * `_max` {`number | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2658
2813
  "attributes": [
2659
2814
  {
2660
2815
  "name": "value",
@@ -2668,7 +2823,7 @@
2668
2823
  },
2669
2824
  {
2670
2825
  "name": "umb-property-editor-ui-tags-storage-type",
2671
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2826
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2672
2827
  "attributes": [
2673
2828
  {
2674
2829
  "name": "value",
@@ -2678,7 +2833,7 @@
2678
2833
  },
2679
2834
  {
2680
2835
  "name": "umb-property-editor-ui-tags",
2681
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2836
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2682
2837
  "attributes": [
2683
2838
  {
2684
2839
  "name": "value",
@@ -2688,7 +2843,7 @@
2688
2843
  },
2689
2844
  {
2690
2845
  "name": "umb-property-editor-ui-text-box",
2691
- "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` {`never[]`} - ",
2846
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2692
2847
  "attributes": [
2693
2848
  {
2694
2849
  "name": "value",
@@ -2702,7 +2857,7 @@
2702
2857
  },
2703
2858
  {
2704
2859
  "name": "umb-property-editor-ui-textarea",
2705
- "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` {`never[]`} - \n\n * `propertyContext` - ",
2860
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `propertyContext` - \n\n * `styles` {`CSSResult[]`} - ",
2706
2861
  "attributes": [
2707
2862
  {
2708
2863
  "name": "value",
@@ -2716,7 +2871,7 @@
2716
2871
  },
2717
2872
  {
2718
2873
  "name": "umb-property-editor-ui-tiny-mce-configuration",
2719
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2874
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2720
2875
  "attributes": [
2721
2876
  {
2722
2877
  "name": "value",
@@ -2726,7 +2881,7 @@
2726
2881
  },
2727
2882
  {
2728
2883
  "name": "umb-property-editor-ui-tiny-mce",
2729
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2884
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2730
2885
  "attributes": [
2731
2886
  {
2732
2887
  "name": "value",
@@ -2736,7 +2891,7 @@
2736
2891
  },
2737
2892
  {
2738
2893
  "name": "umb-property-editor-ui-toggle",
2739
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`boolean`} - \n\n * `_labelOff` {`string | undefined`} - \n\n * `_labelOn` {`string | undefined`} - \n\n * `_showLabels` {`boolean | undefined`} - \n\n * `config` {`any[]`} - ",
2894
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `value` {`boolean`} - \n\n * `_labelOff` {`string | undefined`} - \n\n * `_labelOn` {`string | undefined`} - \n\n * `_showLabels` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2740
2895
  "attributes": [
2741
2896
  {
2742
2897
  "name": "value",
@@ -2751,7 +2906,7 @@
2751
2906
  },
2752
2907
  {
2753
2908
  "name": "umb-property-editor-ui-tree-picker-start-node",
2754
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2909
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2755
2910
  "attributes": [
2756
2911
  {
2757
2912
  "name": "value",
@@ -2761,7 +2916,7 @@
2761
2916
  },
2762
2917
  {
2763
2918
  "name": "umb-property-editor-ui-tree-picker",
2764
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2919
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2765
2920
  "attributes": [
2766
2921
  {
2767
2922
  "name": "value",
@@ -2771,17 +2926,21 @@
2771
2926
  },
2772
2927
  {
2773
2928
  "name": "umb-property-editor-ui-upload-field",
2774
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2929
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2775
2930
  "attributes": [
2776
2931
  {
2777
2932
  "name": "value",
2778
2933
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2934
+ },
2935
+ {
2936
+ "name": "onproperty-value-change",
2937
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2779
2938
  }
2780
2939
  ]
2781
2940
  },
2782
2941
  {
2783
2942
  "name": "umb-property-editor-ui-user-picker",
2784
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2943
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2785
2944
  "attributes": [
2786
2945
  {
2787
2946
  "name": "value",
@@ -2791,7 +2950,7 @@
2791
2950
  },
2792
2951
  {
2793
2952
  "name": "umb-property-editor-ui-value-type",
2794
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2953
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2795
2954
  "attributes": [
2796
2955
  {
2797
2956
  "name": "value",
@@ -2801,7 +2960,7 @@
2801
2960
  },
2802
2961
  {
2803
2962
  "name": "umb-file-system-tree-item",
2804
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
2963
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
2805
2964
  "attributes": []
2806
2965
  },
2807
2966
  {
@@ -2811,32 +2970,32 @@
2811
2970
  },
2812
2971
  {
2813
2972
  "name": "umb-stylesheet-workspace",
2814
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
2973
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2815
2974
  "attributes": []
2816
2975
  },
2817
2976
  {
2818
2977
  "name": "umb-template-workspace",
2819
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - ",
2978
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2820
2979
  "attributes": []
2821
2980
  },
2822
2981
  {
2823
2982
  "name": "umb-dashboard-translation-dictionary",
2824
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - ",
2983
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2825
2984
  "attributes": []
2826
2985
  },
2827
2986
  {
2828
2987
  "name": "umb-create-dictionary-modal",
2829
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2988
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2830
2989
  "attributes": []
2831
2990
  },
2832
2991
  {
2833
2992
  "name": "umb-export-dictionary-modal",
2834
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2993
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2835
2994
  "attributes": []
2836
2995
  },
2837
2996
  {
2838
2997
  "name": "umb-import-dictionary-modal",
2839
- "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[]`} - ",
2998
+ "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
2999
  "attributes": []
2841
3000
  },
2842
3001
  {
@@ -2845,27 +3004,27 @@
2845
3004
  },
2846
3005
  {
2847
3006
  "name": "umb-dictionary-workspace-edit",
2848
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - ",
3007
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2849
3008
  "attributes": []
2850
3009
  },
2851
3010
  {
2852
3011
  "name": "umb-dictionary-workspace",
2853
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
3012
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2854
3013
  "attributes": []
2855
3014
  },
2856
3015
  {
2857
3016
  "name": "umb-workspace-view-dictionary-edit",
2858
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - ",
3017
+ "description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2859
3018
  "attributes": []
2860
3019
  },
2861
3020
  {
2862
3021
  "name": "umb-current-user-header-app",
2863
- "description": "Properties:\n\n * `styles` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - ",
3022
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
2864
3023
  "attributes": []
2865
3024
  },
2866
3025
  {
2867
3026
  "name": "umb-change-password-modal",
2868
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
3027
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
2869
3028
  "attributes": [
2870
3029
  {
2871
3030
  "name": "data",
@@ -2875,7 +3034,7 @@
2875
3034
  },
2876
3035
  {
2877
3036
  "name": "umb-current-user-modal",
2878
- "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
3037
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
2879
3038
  "attributes": []
2880
3039
  },
2881
3040
  {
@@ -2885,42 +3044,42 @@
2885
3044
  },
2886
3045
  {
2887
3046
  "name": "umb-user-profile-app-history",
2888
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
3047
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2889
3048
  "attributes": []
2890
3049
  },
2891
3050
  {
2892
3051
  "name": "umb-user-dashboard-test",
2893
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
3052
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2894
3053
  "attributes": []
2895
3054
  },
2896
3055
  {
2897
3056
  "name": "umb-user-profile-app-profile",
2898
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
3057
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
2899
3058
  "attributes": []
2900
3059
  },
2901
3060
  {
2902
3061
  "name": "umb-user-profile-app-themes",
2903
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
3062
+ "description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2904
3063
  "attributes": []
2905
3064
  },
2906
3065
  {
2907
3066
  "name": "umb-user-group-picker-modal",
2908
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - ",
3067
+ "description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
2909
3068
  "attributes": []
2910
3069
  },
2911
3070
  {
2912
3071
  "name": "umb-workspace-action-user-group-save",
2913
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - ",
3072
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
2914
3073
  "attributes": []
2915
3074
  },
2916
3075
  {
2917
3076
  "name": "umb-user-group-workspace-edit",
2918
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - ",
3077
+ "description": "Properties:\n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2919
3078
  "attributes": []
2920
3079
  },
2921
3080
  {
2922
3081
  "name": "umb-user-group-workspace",
2923
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
3082
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2924
3083
  "attributes": []
2925
3084
  },
2926
3085
  {
@@ -2944,12 +3103,12 @@
2944
3103
  },
2945
3104
  {
2946
3105
  "name": "umb-workspace-view-user-groups",
2947
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - ",
3106
+ "description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
2948
3107
  "attributes": []
2949
3108
  },
2950
3109
  {
2951
3110
  "name": "umb-workspace-view-users-grid",
2952
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - ",
3111
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
2953
3112
  "attributes": []
2954
3113
  },
2955
3114
  {
@@ -2964,52 +3123,52 @@
2964
3123
  },
2965
3124
  {
2966
3125
  "name": "umb-workspace-view-users-table",
2967
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - ",
3126
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
2968
3127
  "attributes": []
2969
3128
  },
2970
3129
  {
2971
3130
  "name": "umb-section-view-users",
2972
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_userStore` - \n\n * `selection` - \n\n * `users` - \n\n * `search` - ",
3131
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_userStore` - \n\n * `selection` - \n\n * `users` - \n\n * `search` - \n\n * `styles` {`CSSResult[]`} - ",
2973
3132
  "attributes": []
2974
3133
  },
2975
3134
  {
2976
3135
  "name": "umb-workspace-view-users-overview",
2977
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - ",
3136
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
2978
3137
  "attributes": []
2979
3138
  },
2980
3139
  {
2981
3140
  "name": "umb-workspace-view-users-selection",
2982
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_totalUsers` {`number`} - \n\n * `_usersContext` - \n\n * `_userStore` - ",
3141
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_totalUsers` {`number`} - \n\n * `_usersContext` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
2983
3142
  "attributes": []
2984
3143
  },
2985
3144
  {
2986
3145
  "name": "umb-create-user-modal",
2987
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - ",
3146
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
2988
3147
  "attributes": []
2989
3148
  },
2990
3149
  {
2991
3150
  "name": "umb-invite-user-modal",
2992
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - ",
3151
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
2993
3152
  "attributes": []
2994
3153
  },
2995
3154
  {
2996
3155
  "name": "umb-user-picker-modal",
2997
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_userStore` - ",
3156
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
2998
3157
  "attributes": []
2999
3158
  },
3000
3159
  {
3001
3160
  "name": "umb-workspace-action-user-save",
3002
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - ",
3161
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
3003
3162
  "attributes": []
3004
3163
  },
3005
3164
  {
3006
3165
  "name": "umb-user-workspace-edit",
3007
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `_languages` {`never[]`} - \n\n * `_workspaceContext` - \n\n * `_user` - \n\n * `_userName` {`string`} - ",
3166
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `_languages` {`never[]`} - \n\n * `_workspaceContext` - \n\n * `_user` - \n\n * `_userName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
3008
3167
  "attributes": []
3009
3168
  },
3010
3169
  {
3011
3170
  "name": "umb-user-workspace",
3012
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
3171
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3013
3172
  "attributes": []
3014
3173
  },
3015
3174
  {
@@ -3037,7 +3196,7 @@
3037
3196
  "attributes": []
3038
3197
  },
3039
3198
  {
3040
- "name": "story-modal-context-example",
3199
+ "name": "umb-story-modal-context-example",
3041
3200
  "description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
3042
3201
  "attributes": [
3043
3202
  {
@@ -3048,7 +3207,7 @@
3048
3207
  },
3049
3208
  {
3050
3209
  "name": "umb-notification-layout-default",
3051
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `notificationHandler` - \n\n * `data` - ",
3210
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
3052
3211
  "attributes": [
3053
3212
  {
3054
3213
  "name": "data",
@@ -3057,13 +3216,13 @@
3057
3216
  ]
3058
3217
  },
3059
3218
  {
3060
- "name": "story-notification-default-example",
3219
+ "name": "umb-story-notification-default-example",
3061
3220
  "description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
3062
3221
  "attributes": []
3063
3222
  },
3064
3223
  {
3065
3224
  "name": "umb-router-slot",
3066
- "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` - ",
3225
+ "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 * `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` - \n\n * `styles` {`CSSResult[]`} - ",
3067
3226
  "attributes": [
3068
3227
  {
3069
3228
  "name": "routes",
@@ -3082,7 +3241,7 @@
3082
3241
  },
3083
3242
  {
3084
3243
  "name": "umb-variant-router-slot",
3085
- "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` - ",
3244
+ "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 * `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` - \n\n * `styles` {`CSSResult[]`} - ",
3086
3245
  "attributes": [
3087
3246
  {
3088
3247
  "name": "variantId",
@@ -3105,22 +3264,22 @@
3105
3264
  },
3106
3265
  {
3107
3266
  "name": "umb-installer-consent",
3108
- "description": "Properties:\n\n * `styles` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - ",
3267
+ "description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
3109
3268
  "attributes": []
3110
3269
  },
3111
3270
  {
3112
3271
  "name": "umb-installer-database",
3113
- "description": "Properties:\n\n * `styles` - \n\n * `_installButton` - \n\n * `databaseFormData` - \n\n * `_options` {`Option[]`} - \n\n * `_databases` {`any[]`} - \n\n * `_preConfiguredDatabase` - \n\n * `_validationErrorMessage` {`string`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `_selectedDatabase` - \n\n * `_renderServer` - \n\n * `_renderDatabaseName` - \n\n * `_renderCredentials` - \n\n * `_renderCustom` - \n\n * `_renderDatabaseSelection` - \n\n * `_renderPreConfiguredDatabase` - ",
3272
+ "description": "Properties:\n\n * `_installButton` - \n\n * `databaseFormData` - \n\n * `_options` {`Option[]`} - \n\n * `_databases` {`any[]`} - \n\n * `_preConfiguredDatabase` - \n\n * `_validationErrorMessage` {`string`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `_selectedDatabase` - \n\n * `_renderServer` - \n\n * `_renderDatabaseName` - \n\n * `_renderCredentials` - \n\n * `_renderCustom` - \n\n * `_renderDatabaseSelection` - \n\n * `_renderPreConfiguredDatabase` - \n\n * `styles` - ",
3114
3273
  "attributes": []
3115
3274
  },
3116
3275
  {
3117
3276
  "name": "umb-installer-error",
3118
- "description": "Properties:\n\n * `styles` - \n\n * `_error` - \n\n * `_installerContext` - ",
3277
+ "description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
3119
3278
  "attributes": []
3120
3279
  },
3121
3280
  {
3122
3281
  "name": "umb-installer",
3123
- "description": "Properties:\n\n * `styles` - \n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - ",
3282
+ "description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
3124
3283
  "attributes": []
3125
3284
  },
3126
3285
  {
@@ -3135,12 +3294,12 @@
3135
3294
  },
3136
3295
  {
3137
3296
  "name": "umb-installer-user",
3138
- "description": "Properties:\n\n * `styles` - \n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - ",
3297
+ "description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
3139
3298
  "attributes": []
3140
3299
  },
3141
3300
  {
3142
3301
  "name": "umb-upgrader-view",
3143
- "description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `styles` - \n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\n * `_handleSubmit` - ",
3302
+ "description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
3144
3303
  "attributes": [
3145
3304
  {
3146
3305
  "name": "fetching",