@umbraco-cms/backoffice 1.0.0-next.add34c46 → 1.0.0-next.b3c19406

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",
@@ -36,63 +36,123 @@
36
36
  }
37
37
  ]
38
38
  },
39
- {
40
- "name": "umb-dashboard-welcome",
41
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
42
- "attributes": []
43
- },
44
39
  {
45
40
  "name": "umb-document-blueprint-root-workspace",
46
41
  "attributes": []
47
42
  },
48
43
  {
49
44
  "name": "umb-allowed-document-types-modal",
50
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_allowedDocumentTypes` {`any[]`} - ",
45
+ "description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
51
46
  "attributes": []
52
47
  },
53
48
  {
54
49
  "name": "umb-document-type-workspace-editor",
55
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - ",
50
+ "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
51
  "attributes": []
57
52
  },
58
53
  {
59
54
  "name": "umb-document-type-workspace",
60
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbDocumentTypeWorkspaceEditorElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
55
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
61
56
  "attributes": []
62
57
  },
63
58
  {
64
59
  "name": "umb-document-type-workspace-view-design",
65
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
60
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
61
+ "attributes": []
62
+ },
63
+ {
64
+ "name": "umb-document-type-workspace-view-edit-properties",
65
+ "description": "Attributes:\n\n * `container-id` {`string | undefined`} - \n\n * `container-name` {`string | undefined`} - \n\n * `container-type` - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
66
+ "attributes": [
67
+ {
68
+ "name": "container-id",
69
+ "description": "`container-id` {`string | undefined`} - \n\nProperty: containerId",
70
+ "values": []
71
+ },
72
+ {
73
+ "name": "container-name",
74
+ "description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
75
+ "values": []
76
+ },
77
+ {
78
+ "name": "container-type",
79
+ "description": "`container-type` - \n\nProperty: containerType"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "name": "document-type-workspace-view-edit-property",
85
+ "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[]`} - ",
86
+ "attributes": [
87
+ {
88
+ "name": "property",
89
+ "description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
90
+ },
91
+ {
92
+ "name": "inherited",
93
+ "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",
94
+ "values": []
95
+ },
96
+ {
97
+ "name": "onpartial-property-update",
98
+ "description": "`partial-property-update` {`CustomEvent<any>`} - "
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "name": "umb-document-type-workspace-view-edit-tab",
104
+ "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[]`} - ",
105
+ "attributes": [
106
+ {
107
+ "name": "ownerTabId",
108
+ "description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
109
+ "values": []
110
+ },
111
+ {
112
+ "name": "tabName",
113
+ "description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
114
+ "values": []
115
+ },
116
+ {
117
+ "name": "noTabName",
118
+ "description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
119
+ "valueSet": "v"
120
+ }
121
+ ]
122
+ },
123
+ {
124
+ "name": "umb-document-type-workspace-view-edit",
125
+ "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[]`} - ",
66
126
  "attributes": []
67
127
  },
68
128
  {
69
129
  "name": "umb-document-type-workspace-view-details",
70
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
130
+ "description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
71
131
  "attributes": []
72
132
  },
73
133
  {
74
134
  "name": "umb-document-type-workspace-view-structure",
75
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
135
+ "description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
76
136
  "attributes": []
77
137
  },
78
138
  {
79
139
  "name": "umb-document-type-workspace-view-templates",
80
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
140
+ "description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
81
141
  "attributes": []
82
142
  },
83
143
  {
84
144
  "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`} - ",
145
+ "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
86
146
  "attributes": []
87
147
  },
88
148
  {
89
149
  "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` - ",
150
+ "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
151
  "attributes": []
92
152
  },
93
153
  {
94
154
  "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` - ",
155
+ "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
156
  "attributes": []
97
157
  },
98
158
  {
@@ -101,37 +161,37 @@
101
161
  },
102
162
  {
103
163
  "name": "umb-document-picker-modal",
104
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
164
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
105
165
  "attributes": []
106
166
  },
107
167
  {
108
168
  "name": "umb-document-type-picker-modal",
109
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
169
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
110
170
  "attributes": []
111
171
  },
112
172
  {
113
173
  "name": "umb-document-tree-item",
114
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
174
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
115
175
  "attributes": []
116
176
  },
117
177
  {
118
178
  "name": "umb-document-workspace-editor",
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` - ",
179
+ "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
180
  "attributes": []
121
181
  },
122
182
  {
123
183
  "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`} - ",
184
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
125
185
  "attributes": []
126
186
  },
127
187
  {
128
188
  "name": "umb-document-workspace",
129
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`IRoute<any>[]`} - ",
189
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
130
190
  "attributes": []
131
191
  },
132
192
  {
133
193
  "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` - ",
194
+ "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
135
195
  "attributes": [
136
196
  {
137
197
  "name": "container-name",
@@ -140,21 +200,13 @@
140
200
  },
141
201
  {
142
202
  "name": "container-type",
143
- "description": "`container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperty: containerType",
144
- "values": [
145
- {
146
- "name": "Group"
147
- },
148
- {
149
- "name": "Tab"
150
- }
151
- ]
203
+ "description": "`container-type` - \n\nProperty: containerType"
152
204
  }
153
205
  ]
154
206
  },
155
207
  {
156
208
  "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` - ",
209
+ "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
210
  "attributes": [
159
211
  {
160
212
  "name": "tabName",
@@ -170,27 +222,27 @@
170
222
  },
171
223
  {
172
224
  "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` - ",
225
+ "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
226
  "attributes": []
175
227
  },
176
228
  {
177
229
  "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` - \n\n * `itemsPerPage` {`number`} - ",
230
+ "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
231
  "attributes": []
180
232
  },
181
233
  {
182
234
  "name": "umb-media-type-workspace-edit",
183
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_mediaTypeName` {`string | null | undefined`} - ",
235
+ "description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
184
236
  "attributes": []
185
237
  },
186
238
  {
187
239
  "name": "umb-media-type-workspace",
188
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
240
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
189
241
  "attributes": []
190
242
  },
191
243
  {
192
244
  "name": "umb-media-type-workspace-",
193
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
245
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
194
246
  "attributes": []
195
247
  },
196
248
  {
@@ -200,12 +252,12 @@
200
252
  },
201
253
  {
202
254
  "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` - ",
255
+ "description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
204
256
  "attributes": []
205
257
  },
206
258
  {
207
259
  "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` - ",
260
+ "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
261
  "attributes": []
210
262
  },
211
263
  {
@@ -214,17 +266,17 @@
214
266
  },
215
267
  {
216
268
  "name": "umb-media-picker-modal",
217
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
269
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
218
270
  "attributes": []
219
271
  },
220
272
  {
221
273
  "name": "umb-media-workspace-edit",
222
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_key` {`string | undefined`} - ",
274
+ "description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
223
275
  "attributes": []
224
276
  },
225
277
  {
226
278
  "name": "umb-media-workspace",
227
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
279
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
228
280
  "attributes": []
229
281
  },
230
282
  {
@@ -244,17 +296,17 @@
244
296
  },
245
297
  {
246
298
  "name": "umb-member-group-workspace-edit",
247
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_memberGroup` - ",
299
+ "description": "Properties:\n\n * `_memberGroup` {`MemberGroupDetails | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
248
300
  "attributes": []
249
301
  },
250
302
  {
251
303
  "name": "umb-member-group-workspace",
252
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
304
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
253
305
  "attributes": []
254
306
  },
255
307
  {
256
308
  "name": "umb-workspace-view-member-group-info",
257
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_memberGroup` - ",
309
+ "description": "Properties:\n\n * `_memberGroup` {`MemberGroupDetails | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
258
310
  "attributes": []
259
311
  },
260
312
  {
@@ -264,7 +316,7 @@
264
316
  },
265
317
  {
266
318
  "name": "umb-member-type-workspace",
267
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
319
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
268
320
  "attributes": []
269
321
  },
270
322
  {
@@ -274,27 +326,27 @@
274
326
  },
275
327
  {
276
328
  "name": "umb-member-workspace",
277
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
329
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
278
330
  "attributes": []
279
331
  },
280
332
  {
281
333
  "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` - ",
334
+ "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
335
  "attributes": [
284
336
  {
285
- "name": "entityKey",
286
- "description": "`entityKey` {`string | undefined`} - \n\nProperty: entityKey",
337
+ "name": "entityId",
338
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
287
339
  "values": []
288
340
  }
289
341
  ]
290
342
  },
291
343
  {
292
344
  "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` - ",
345
+ "description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
294
346
  "attributes": [
295
347
  {
296
- "name": "entityKey",
297
- "description": "`entityKey` {`string | undefined`} - \n\nProperty: entityKey",
348
+ "name": "entityId",
349
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
298
350
  "values": []
299
351
  }
300
352
  ]
@@ -306,12 +358,12 @@
306
358
  },
307
359
  {
308
360
  "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` - ",
361
+ "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
362
  "attributes": []
311
363
  },
312
364
  {
313
365
  "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` - ",
366
+ "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 * `styles` - ",
315
367
  "attributes": [
316
368
  {
317
369
  "name": "name",
@@ -337,12 +389,12 @@
337
389
  },
338
390
  {
339
391
  "name": "umb-installed-packages-section-view",
340
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `#packageRepository` - ",
392
+ "description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
341
393
  "attributes": []
342
394
  },
343
395
  {
344
396
  "name": "umb-packages-market-place-section-view",
345
- "description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `marketplaceUrl` {`string`} - ",
397
+ "description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
346
398
  "attributes": [
347
399
  {
348
400
  "name": "marketplaceUrl",
@@ -352,22 +404,22 @@
352
404
  },
353
405
  {
354
406
  "name": "umb-search-modal",
355
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - ",
407
+ "description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
356
408
  "attributes": []
357
409
  },
358
410
  {
359
411
  "name": "umb-search-header-app",
360
- "description": "Properties:\n\n * `styles` - \n\n * `_modalContext` - ",
412
+ "description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
361
413
  "attributes": []
362
414
  },
363
415
  {
364
416
  "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`} - ",
417
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
366
418
  "attributes": []
367
419
  },
368
420
  {
369
421
  "name": "umb-examine-fields-settings-modal",
370
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
422
+ "description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
371
423
  "attributes": []
372
424
  },
373
425
  {
@@ -382,7 +434,7 @@
382
434
  },
383
435
  {
384
436
  "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`} - ",
437
+ "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
438
  "attributes": [
387
439
  {
388
440
  "name": "action",
@@ -396,7 +448,7 @@
396
448
  },
397
449
  {
398
450
  "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` - ",
451
+ "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
452
  "attributes": [
401
453
  {
402
454
  "name": "manifest",
@@ -406,7 +458,7 @@
406
458
  },
407
459
  {
408
460
  "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` - ",
461
+ "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
462
  "attributes": [
411
463
  {
412
464
  "name": "manifest",
@@ -416,7 +468,7 @@
416
468
  },
417
469
  {
418
470
  "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` - ",
471
+ "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
472
  "attributes": [
421
473
  {
422
474
  "name": "groupName",
@@ -426,22 +478,22 @@
426
478
  },
427
479
  {
428
480
  "name": "umb-dashboard-health-check-overview",
429
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - ",
481
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
430
482
  "attributes": []
431
483
  },
432
484
  {
433
485
  "name": "umb-dashboard-models-builder",
434
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - ",
486
+ "description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
435
487
  "attributes": []
436
488
  },
437
489
  {
438
490
  "name": "umb-dashboard-performance-profiling",
439
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `_profilingPerformance` {`boolean`} - ",
491
+ "description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
440
492
  "attributes": []
441
493
  },
442
494
  {
443
495
  "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` - ",
496
+ "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
497
  "attributes": []
446
498
  },
447
499
  {
@@ -451,91 +503,124 @@
451
503
  },
452
504
  {
453
505
  "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...`} - ",
506
+ "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[]`} - ",
455
507
  "attributes": []
456
508
  },
457
509
  {
458
- "name": "umb-create-data-type-modal",
459
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
510
+ "name": "umb-data-type-input",
511
+ "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`} - ",
512
+ "attributes": [
513
+ {
514
+ "name": "min",
515
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
516
+ },
517
+ {
518
+ "name": "max",
519
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
520
+ },
521
+ {
522
+ "name": "min-message",
523
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
524
+ },
525
+ {
526
+ "name": "maxMessage",
527
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
528
+ },
529
+ {
530
+ "name": "value",
531
+ "description": "`value` {`string`} - \n\nProperty: value"
532
+ }
533
+ ]
534
+ },
535
+ {
536
+ "name": "umb-data-type-create-options-modal",
537
+ "description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
538
+ "attributes": [
539
+ {
540
+ "name": "data",
541
+ "description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
542
+ "values": []
543
+ }
544
+ ]
545
+ },
546
+ {
547
+ "name": "umb-data-type-picker-modal",
548
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
460
549
  "attributes": []
461
550
  },
462
551
  {
463
552
  "name": "umb-data-type-workspace-edit-element",
464
- "description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
553
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
465
554
  "attributes": [
466
555
  {
467
556
  "name": "manifest",
468
557
  "description": "`manifest` - \n\nProperty: manifest"
469
- },
470
- {
471
- "name": "location",
472
- "description": "`location` - \n\nProperty: location"
473
558
  }
474
559
  ]
475
560
  },
476
561
  {
477
562
  "name": "umb-data-type-workspace",
478
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
563
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
479
564
  "attributes": []
480
565
  },
481
566
  {
482
567
  "name": "umb-data-type-details-workspace-view",
483
- "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` - ",
568
+ "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[]`} - ",
484
569
  "attributes": []
485
570
  },
486
571
  {
487
572
  "name": "umb-workspace-view-data-type-info",
488
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_dataType` - \n\n * `_workspaceContext` - ",
573
+ "description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
489
574
  "attributes": []
490
575
  },
491
576
  {
492
577
  "name": "umb-extension-root-workspace",
493
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - ",
578
+ "description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
494
579
  "attributes": []
495
580
  },
496
581
  {
497
582
  "name": "umb-app-language-select",
498
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - ",
583
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
499
584
  "attributes": []
500
585
  },
501
586
  {
502
587
  "name": "umb-language-picker-modal",
503
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - ",
588
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
504
589
  "attributes": []
505
590
  },
506
591
  {
507
592
  "name": "umb-language-root-table-delete-column-layout",
508
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` - \n\n * `_isOpen` {`boolean`} - ",
593
+ "description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
509
594
  "attributes": []
510
595
  },
511
596
  {
512
597
  "name": "umb-language-root-table-name-column-layout",
513
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`{ isoCode: string; name: string; }`} - ",
598
+ "description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
514
599
  "attributes": []
515
600
  },
516
601
  {
517
602
  "name": "umb-language-root-workspace",
518
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
603
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
519
604
  "attributes": []
520
605
  },
521
606
  {
522
- "name": "umb-language-workspace-thingy",
523
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
607
+ "name": "umb-language-workspace-edit",
608
+ "description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
524
609
  "attributes": []
525
610
  },
526
611
  {
527
612
  "name": "umb-language-workspace",
528
- "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; }[]`} - ",
613
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
529
614
  "attributes": []
530
615
  },
531
616
  {
532
617
  "name": "umb-language-details-workspace-view",
533
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean`} - \n\n * `_validationErrors` - ",
618
+ "description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
534
619
  "attributes": []
535
620
  },
536
621
  {
537
622
  "name": "umb-log-viewer-date-range-selector",
538
- "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`} - ",
623
+ "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[]`} - ",
539
624
  "attributes": [
540
625
  {
541
626
  "name": "horizontal",
@@ -546,7 +631,7 @@
546
631
  },
547
632
  {
548
633
  "name": "umb-log-viewer-level-tag",
549
- "description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `level` - \n\n * `levelMap` - ",
634
+ "description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
550
635
  "attributes": [
551
636
  {
552
637
  "name": "level",
@@ -561,7 +646,7 @@
561
646
  },
562
647
  {
563
648
  "name": "umb-logviewer-workspace",
564
- "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`} - ",
649
+ "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[]`} - ",
565
650
  "attributes": []
566
651
  },
567
652
  {
@@ -576,32 +661,32 @@
576
661
  },
577
662
  {
578
663
  "name": "umb-log-viewer-log-types-chart",
579
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - ",
664
+ "description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
580
665
  "attributes": []
581
666
  },
582
667
  {
583
668
  "name": "umb-log-viewer-message-templates-overview",
584
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_messageTemplates` - ",
669
+ "description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
585
670
  "attributes": []
586
671
  },
587
672
  {
588
673
  "name": "umb-log-viewer-saved-searches-overview",
589
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearches` {`any[]`} - ",
674
+ "description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
590
675
  "attributes": []
591
676
  },
592
677
  {
593
678
  "name": "umb-log-viewer-overview-view",
594
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - ",
679
+ "description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
595
680
  "attributes": []
596
681
  },
597
682
  {
598
683
  "name": "umb-log-viewer-log-level-filter-menu",
599
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - ",
684
+ "description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
600
685
  "attributes": []
601
686
  },
602
687
  {
603
688
  "name": "umb-log-viewer-message",
604
- "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[]`} - ",
689
+ "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[]`} - ",
605
690
  "attributes": [
606
691
  {
607
692
  "name": "timestamp",
@@ -632,87 +717,47 @@
632
717
  },
633
718
  {
634
719
  "name": "umb-log-viewer-messages-list",
635
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - ",
720
+ "description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
636
721
  "attributes": []
637
722
  },
638
723
  {
639
724
  "name": "umb-log-viewer-polling-button",
640
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - ",
725
+ "description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
726
+ "attributes": []
727
+ },
728
+ {
729
+ "name": "umb-log-viewer-save-search-modal",
730
+ "description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
641
731
  "attributes": []
642
732
  },
643
733
  {
644
734
  "name": "umb-log-viewer-search-input",
645
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - ",
735
+ "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[]`} - ",
646
736
  "attributes": []
647
737
  },
648
738
  {
649
739
  "name": "umb-log-viewer-search-view",
650
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_canShowLogs` {`boolean`} - ",
740
+ "description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
651
741
  "attributes": []
652
742
  },
653
743
  {
654
744
  "name": "umb-relation-type-workspace-edit-element",
655
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
745
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
656
746
  "attributes": []
657
747
  },
658
748
  {
659
749
  "name": "umb-relation-type-workspace",
660
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
750
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
661
751
  "attributes": []
662
752
  },
663
753
  {
664
754
  "name": "umb-relation-type-workspace-view-relation-type",
665
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_relationType` - ",
755
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
666
756
  "attributes": []
667
757
  },
668
758
  {
669
759
  "name": "umb-workspace-view-relation-type-relation",
670
- "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; }[]; }[]`} - ",
671
- "attributes": []
672
- },
673
- {
674
- "name": "umb-collection-selection-actions",
675
- "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[]`} - ",
676
- "attributes": [
677
- {
678
- "name": "entityType",
679
- "description": "`entityType` {`string | null`} - \n\nProperty: entityType\n\nDefault: null",
680
- "values": []
681
- }
682
- ]
683
- },
684
- {
685
- "name": "umb-collection-toolbar",
686
- "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`} - ",
687
- "attributes": [
688
- {
689
- "name": "actions",
690
- "description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
691
- },
692
- {
693
- "name": "useSearch",
694
- "description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
695
- "valueSet": "v"
696
- },
697
- {
698
- "name": "onsearch",
699
- "description": "`search` {`CustomEvent<string>`} - "
700
- }
701
- ]
702
- },
703
- {
704
- "name": "umb-collection",
705
- "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` - ",
706
- "attributes": [
707
- {
708
- "name": "entity-type",
709
- "description": "`entity-type` {`string`} - \n\nProperty: entityType"
710
- }
711
- ]
712
- },
713
- {
714
- "name": "umb-dashboard-collection",
715
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - ",
760
+ "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[]`} - ",
716
761
  "attributes": []
717
762
  },
718
763
  {
@@ -722,7 +767,7 @@
722
767
  },
723
768
  {
724
769
  "name": "umb-backoffice-header-sections",
725
- "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` - ",
770
+ "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` - ",
726
771
  "attributes": []
727
772
  },
728
773
  {
@@ -732,22 +777,22 @@
732
777
  },
733
778
  {
734
779
  "name": "umb-backoffice-main",
735
- "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` - ",
780
+ "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[]`} - ",
736
781
  "attributes": []
737
782
  },
738
783
  {
739
784
  "name": "umb-backoffice-modal-container",
740
- "description": "Properties:\n\n * `styles` - \n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - ",
785
+ "description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
741
786
  "attributes": []
742
787
  },
743
788
  {
744
789
  "name": "umb-backoffice-notification-container",
745
- "description": "Properties:\n\n * `styles` - \n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - ",
790
+ "description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
746
791
  "attributes": []
747
792
  },
748
793
  {
749
794
  "name": "umb-body-layout",
750
- "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`} - ",
795
+ "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[]`} - ",
751
796
  "attributes": [
752
797
  {
753
798
  "name": "headline",
@@ -757,7 +802,7 @@
757
802
  },
758
803
  {
759
804
  "name": "umb-button-with-dropdown",
760
- "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` - ",
805
+ "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[]`} - ",
761
806
  "attributes": [
762
807
  {
763
808
  "name": "label",
@@ -861,13 +906,13 @@
861
906
  ]
862
907
  },
863
908
  {
864
- "name": "uui-code-block",
909
+ "name": "umb-code-block",
865
910
  "description": "A simple styled box for showing code-based error messages.\n\nSlots:\n\n * ` ` {} - the full message\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
866
911
  "attributes": []
867
912
  },
868
913
  {
869
914
  "name": "umb-code-editor",
870
- "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'.",
915
+ "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'.",
871
916
  "attributes": [
872
917
  {
873
918
  "name": "language",
@@ -937,9 +982,48 @@
937
982
  }
938
983
  ]
939
984
  },
985
+ {
986
+ "name": "umb-collection-selection-actions",
987
+ "description": "Properties:\n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
988
+ "attributes": []
989
+ },
990
+ {
991
+ "name": "umb-collection-toolbar",
992
+ "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[]`} - ",
993
+ "attributes": [
994
+ {
995
+ "name": "actions",
996
+ "description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
997
+ },
998
+ {
999
+ "name": "useSearch",
1000
+ "description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
1001
+ "valueSet": "v"
1002
+ },
1003
+ {
1004
+ "name": "onsearch",
1005
+ "description": "`search` {`CustomEvent<string>`} - "
1006
+ }
1007
+ ]
1008
+ },
1009
+ {
1010
+ "name": "umb-collection",
1011
+ "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[]`} - ",
1012
+ "attributes": [
1013
+ {
1014
+ "name": "entity-type",
1015
+ "description": "`entity-type` {`string`} - \n\nProperty: entityType"
1016
+ }
1017
+ ]
1018
+ },
1019
+ {
1020
+ "name": "umb-dashboard-collection",
1021
+ "description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1022
+ "attributes": []
1023
+ },
940
1024
  {
941
1025
  "name": "umb-debug",
942
- "description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
1026
+ "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[]`} - ",
943
1027
  "attributes": [
944
1028
  {
945
1029
  "name": "visible",
@@ -960,7 +1044,7 @@
960
1044
  },
961
1045
  {
962
1046
  "name": "umb-donut-chart",
963
- "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`} - ",
1047
+ "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[]`} - ",
964
1048
  "attributes": [
965
1049
  {
966
1050
  "name": "radius",
@@ -1013,7 +1097,7 @@
1013
1097
  },
1014
1098
  {
1015
1099
  "name": "umb-dropdown",
1016
- "description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `open` {`boolean`} - ",
1100
+ "description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1017
1101
  "attributes": [
1018
1102
  {
1019
1103
  "name": "open",
@@ -1024,7 +1108,7 @@
1024
1108
  },
1025
1109
  {
1026
1110
  "name": "umb-empty-state",
1027
- "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",
1111
+ "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[]`} - ",
1028
1112
  "attributes": [
1029
1113
  {
1030
1114
  "name": "size",
@@ -1082,7 +1166,7 @@
1082
1166
  },
1083
1167
  {
1084
1168
  "name": "umb-extension-slot",
1085
- "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` - ",
1169
+ "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` - ",
1086
1170
  "attributes": [
1087
1171
  {
1088
1172
  "name": "type",
@@ -1105,12 +1189,12 @@
1105
1189
  },
1106
1190
  {
1107
1191
  "name": "umb-header-app-button",
1108
- "description": "Properties:\n\n * `styles` - \n\n * `manifest` - ",
1192
+ "description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
1109
1193
  "attributes": []
1110
1194
  },
1111
1195
  {
1112
1196
  "name": "umb-history-item",
1113
- "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`} - ",
1197
+ "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[]`} - ",
1114
1198
  "attributes": [
1115
1199
  {
1116
1200
  "name": "src",
@@ -1136,7 +1220,7 @@
1136
1220
  },
1137
1221
  {
1138
1222
  "name": "umb-input-checkbox-list",
1139
- "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`} - ",
1223
+ "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`} - ",
1140
1224
  "attributes": [
1141
1225
  {
1142
1226
  "name": "list",
@@ -1154,7 +1238,7 @@
1154
1238
  },
1155
1239
  {
1156
1240
  "name": "umb-input-color-picker",
1157
- "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`} - ",
1241
+ "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`} - ",
1158
1242
  "attributes": [
1159
1243
  {
1160
1244
  "name": "showLabels",
@@ -1174,7 +1258,7 @@
1174
1258
  },
1175
1259
  {
1176
1260
  "name": "umb-input-culture-select",
1177
- "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`} - ",
1261
+ "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`} - ",
1178
1262
  "attributes": [
1179
1263
  {
1180
1264
  "name": "disabled",
@@ -1190,7 +1274,7 @@
1190
1274
  },
1191
1275
  {
1192
1276
  "name": "umb-input-document-picker",
1193
- "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`} - ",
1277
+ "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`} - ",
1194
1278
  "attributes": [
1195
1279
  {
1196
1280
  "name": "min",
@@ -1222,8 +1306,12 @@
1222
1306
  },
1223
1307
  {
1224
1308
  "name": "umb-input-document-type-picker",
1225
- "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
1309
+ "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`} - ",
1226
1310
  "attributes": [
1311
+ {
1312
+ "name": "selectedIds",
1313
+ "description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
1314
+ },
1227
1315
  {
1228
1316
  "name": "value",
1229
1317
  "description": "`value` {`string`} - \n\nProperty: value"
@@ -1236,7 +1324,7 @@
1236
1324
  },
1237
1325
  {
1238
1326
  "name": "umb-input-eye-dropper",
1239
- "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`} - ",
1327
+ "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`} - ",
1240
1328
  "attributes": [
1241
1329
  {
1242
1330
  "name": "opacity",
@@ -1255,17 +1343,15 @@
1255
1343
  },
1256
1344
  {
1257
1345
  "name": "umb-input-language-picker",
1258
- "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`} - ",
1346
+ "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`} - ",
1259
1347
  "attributes": [
1260
1348
  {
1261
1349
  "name": "min",
1262
- "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1263
- "values": []
1350
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
1264
1351
  },
1265
1352
  {
1266
1353
  "name": "max",
1267
- "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1268
- "values": []
1354
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
1269
1355
  },
1270
1356
  {
1271
1357
  "name": "min-message",
@@ -1283,7 +1369,7 @@
1283
1369
  },
1284
1370
  {
1285
1371
  "name": "umb-input-media-picker",
1286
- "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`} - ",
1372
+ "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`} - ",
1287
1373
  "attributes": [
1288
1374
  {
1289
1375
  "name": "min",
@@ -1315,7 +1401,7 @@
1315
1401
  },
1316
1402
  {
1317
1403
  "name": "umb-input-multi-url-picker",
1318
- "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`} - ",
1404
+ "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`} - ",
1319
1405
  "attributes": [
1320
1406
  {
1321
1407
  "name": "alias",
@@ -1389,7 +1475,7 @@
1389
1475
  },
1390
1476
  {
1391
1477
  "name": "umb-input-number-range",
1392
- "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`} - ",
1478
+ "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`} - ",
1393
1479
  "attributes": [
1394
1480
  {
1395
1481
  "name": "min-label",
@@ -1421,7 +1507,7 @@
1421
1507
  },
1422
1508
  {
1423
1509
  "name": "umb-input-radio-button-list",
1424
- "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`} - ",
1510
+ "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`} - ",
1425
1511
  "attributes": [
1426
1512
  {
1427
1513
  "name": "list",
@@ -1439,7 +1525,7 @@
1439
1525
  },
1440
1526
  {
1441
1527
  "name": "umb-input-section",
1442
- "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` - ",
1528
+ "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` - ",
1443
1529
  "attributes": [
1444
1530
  {
1445
1531
  "name": "value",
@@ -1480,7 +1566,7 @@
1480
1566
  },
1481
1567
  {
1482
1568
  "name": "umb-input-slider",
1483
- "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`} - ",
1569
+ "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`} - ",
1484
1570
  "attributes": [
1485
1571
  {
1486
1572
  "name": "min",
@@ -1514,8 +1600,8 @@
1514
1600
  ]
1515
1601
  },
1516
1602
  {
1517
- "name": "umb-input-template-picker",
1518
- "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`} - ",
1603
+ "name": "umb-input-template",
1604
+ "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 | null)[]`} - \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 | null)[]`} - \n\n * `selectedIds` {`(string | null)[]`} - \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`} - ",
1519
1605
  "attributes": [
1520
1606
  {
1521
1607
  "name": "min",
@@ -1536,26 +1622,22 @@
1536
1622
  "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1537
1623
  },
1538
1624
  {
1539
- "name": "allowedKeys",
1540
- "description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
1625
+ "name": "selectedIds",
1626
+ "description": "`selectedIds` {`(string | null)[]`} - \n\nProperty: selectedIds"
1541
1627
  },
1542
1628
  {
1543
- "name": "defaultKey",
1544
- "description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
1629
+ "name": "defaultId",
1630
+ "description": "`defaultId` {`string`} - \n\nProperty: defaultId"
1545
1631
  },
1546
1632
  {
1547
- "name": "onchange-default",
1548
- "description": "`change-default` {`CustomEvent<unknown>`} - "
1549
- },
1550
- {
1551
- "name": "onchange-allowed",
1552
- "description": "`change-allowed` {`CustomEvent<unknown>`} - "
1633
+ "name": "onchange",
1634
+ "description": "`change` {`CustomEvent<unknown>`} - "
1553
1635
  }
1554
1636
  ]
1555
1637
  },
1556
1638
  {
1557
1639
  "name": "umb-input-toggle",
1558
- "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`} - ",
1640
+ "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`} - ",
1559
1641
  "attributes": [
1560
1642
  {
1561
1643
  "name": "checked",
@@ -1584,81 +1666,23 @@
1584
1666
  ]
1585
1667
  },
1586
1668
  {
1587
- "name": "umb-input-user-group",
1588
- "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` - ",
1669
+ "name": "umb-input-upload-field",
1670
+ "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`} - ",
1589
1671
  "attributes": [
1590
1672
  {
1591
- "name": "value",
1592
- "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
1593
- },
1594
- {
1595
- "name": "multiple",
1596
- "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
1597
- "valueSet": "v"
1598
- },
1599
- {
1600
- "name": "modalType",
1601
- "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
1602
- },
1603
- {
1604
- "name": "modalSize",
1605
- "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
1606
- "values": [
1607
- {
1608
- "name": "small"
1609
- },
1610
- {
1611
- "name": "large"
1612
- },
1613
- {
1614
- "name": "medium"
1615
- },
1616
- {
1617
- "name": "full"
1618
- }
1619
- ]
1673
+ "name": "keys",
1674
+ "description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
1620
1675
  },
1621
1676
  {
1622
- "name": "onchange",
1623
- "description": "`change` {`CustomEvent<unknown>`} - "
1624
- }
1625
- ]
1626
- },
1627
- {
1628
- "name": "umb-input-user",
1629
- "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` - ",
1630
- "attributes": [
1631
- {
1632
- "name": "value",
1633
- "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
1677
+ "name": "fileExtensions",
1678
+ "description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
1679
+ "values": []
1634
1680
  },
1635
1681
  {
1636
1682
  "name": "multiple",
1637
- "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
1683
+ "description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
1638
1684
  "valueSet": "v"
1639
1685
  },
1640
- {
1641
- "name": "modalType",
1642
- "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
1643
- },
1644
- {
1645
- "name": "modalSize",
1646
- "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
1647
- "values": [
1648
- {
1649
- "name": "small"
1650
- },
1651
- {
1652
- "name": "large"
1653
- },
1654
- {
1655
- "name": "medium"
1656
- },
1657
- {
1658
- "name": "full"
1659
- }
1660
- ]
1661
- },
1662
1686
  {
1663
1687
  "name": "onchange",
1664
1688
  "description": "`change` {`CustomEvent<unknown>`} - "
@@ -1667,7 +1691,7 @@
1667
1691
  },
1668
1692
  {
1669
1693
  "name": "umb-menu-item-base",
1670
- "description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - ",
1694
+ "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[]`} - ",
1671
1695
  "attributes": [
1672
1696
  {
1673
1697
  "name": "entity-type",
@@ -1696,7 +1720,7 @@
1696
1720
  },
1697
1721
  {
1698
1722
  "name": "umb-menu",
1699
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1723
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1700
1724
  "attributes": [
1701
1725
  {
1702
1726
  "name": "manifest",
@@ -1706,7 +1730,7 @@
1706
1730
  },
1707
1731
  {
1708
1732
  "name": "umb-property-type-based-property",
1709
- "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` - ",
1733
+ "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[]`} - ",
1710
1734
  "attributes": [
1711
1735
  {
1712
1736
  "name": "propertyVariantId",
@@ -1766,12 +1790,12 @@
1766
1790
  },
1767
1791
  {
1768
1792
  "name": "umb-section-sidebar-context-menu",
1769
- "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`} - ",
1793
+ "description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | null | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1770
1794
  "attributes": []
1771
1795
  },
1772
1796
  {
1773
1797
  "name": "umb-section-sidebar-menu",
1774
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1798
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1775
1799
  "attributes": [
1776
1800
  {
1777
1801
  "name": "manifest",
@@ -1786,7 +1810,7 @@
1786
1810
  },
1787
1811
  {
1788
1812
  "name": "umb-section-views",
1789
- "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` - ",
1813
+ "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[]`} - ",
1790
1814
  "attributes": [
1791
1815
  {
1792
1816
  "name": "section-alias",
@@ -1796,8 +1820,8 @@
1796
1820
  ]
1797
1821
  },
1798
1822
  {
1799
- "name": "umb-section",
1800
- "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`} - ",
1823
+ "name": "umb-section-default",
1824
+ "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[]`} - ",
1801
1825
  "attributes": [
1802
1826
  {
1803
1827
  "name": "manifest",
@@ -1807,7 +1831,7 @@
1807
1831
  },
1808
1832
  {
1809
1833
  "name": "umb-table",
1810
- "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` - ",
1834
+ "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[]`} - ",
1811
1835
  "attributes": [
1812
1836
  {
1813
1837
  "name": "onselected",
@@ -1825,7 +1849,7 @@
1825
1849
  },
1826
1850
  {
1827
1851
  "name": "umb-template-card",
1828
- "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`} - ",
1852
+ "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`} - ",
1829
1853
  "attributes": [
1830
1854
  {
1831
1855
  "name": "default",
@@ -1833,8 +1857,8 @@
1833
1857
  "valueSet": "v"
1834
1858
  },
1835
1859
  {
1836
- "name": "key",
1837
- "description": "`key` {`string`} - \n\nProperty: key"
1860
+ "name": "id",
1861
+ "description": "`id` {`string`} - \n\nProperty: id"
1838
1862
  },
1839
1863
  {
1840
1864
  "name": "name",
@@ -1849,14 +1873,14 @@
1849
1873
  "description": "`selected` {} - "
1850
1874
  },
1851
1875
  {
1852
- "name": "onchange-default",
1853
- "description": "`change-default` {`CustomEvent<unknown>`} - "
1876
+ "name": "onchange",
1877
+ "description": "`change` {`CustomEvent<unknown>`} - "
1854
1878
  }
1855
1879
  ]
1856
1880
  },
1857
1881
  {
1858
1882
  "name": "umb-tooltip-menu",
1859
- "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[]`} - ",
1883
+ "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[]`} - ",
1860
1884
  "attributes": [
1861
1885
  {
1862
1886
  "name": "icon-only",
@@ -1871,22 +1895,22 @@
1871
1895
  },
1872
1896
  {
1873
1897
  "name": "umb-entity-tree-item",
1874
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
1898
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1875
1899
  "attributes": []
1876
1900
  },
1877
1901
  {
1878
1902
  "name": "umb-tree-item-base",
1879
- "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`} - ",
1903
+ "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[]`} - ",
1880
1904
  "attributes": []
1881
1905
  },
1882
1906
  {
1883
1907
  "name": "umb-tree-item",
1884
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `item` - ",
1908
+ "description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1885
1909
  "attributes": []
1886
1910
  },
1887
1911
  {
1888
1912
  "name": "umb-menu-item-tree",
1889
- "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `_renderTree` {`boolean`} - \n\n * `manifest` - ",
1913
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - ",
1890
1914
  "attributes": [
1891
1915
  {
1892
1916
  "name": "manifest",
@@ -1896,30 +1920,35 @@
1896
1920
  },
1897
1921
  {
1898
1922
  "name": "umb-tree",
1899
- "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` - ",
1923
+ "description": "Attributes:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `hide-tree-root` {`boolean`} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `_hideTreeRoot` {`boolean`} - \n\n * `hideTreeRoot` {`boolean`} - \n\n * `_items` {`any[]`} - \n\n * `_treeRoot` - ",
1900
1924
  "attributes": [
1901
1925
  {
1902
1926
  "name": "alias",
1903
- "description": "`alias` {`string`} - \n\nProperty: alias"
1927
+ "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
1928
+ "values": []
1904
1929
  },
1905
1930
  {
1906
1931
  "name": "selectable",
1907
- "description": "`selectable` {`boolean`} - \n\nProperty: selectable",
1908
- "valueSet": "v"
1932
+ "description": "`selectable` - \n\nProperty: selectable"
1909
1933
  },
1910
1934
  {
1911
1935
  "name": "selection",
1912
- "description": "`selection` {`string[]`} - \n\nProperty: selection"
1936
+ "description": "`selection` - \n\nProperty: selection"
1913
1937
  },
1914
1938
  {
1915
- "name": "onselected",
1916
- "description": "`selected` {`CustomEvent<unknown>`} - "
1939
+ "name": "multiple",
1940
+ "description": "`multiple` - \n\nProperty: multiple"
1941
+ },
1942
+ {
1943
+ "name": "hide-tree-root",
1944
+ "description": "`hide-tree-root` {`boolean`} - \n\nProperty: hideTreeRoot",
1945
+ "valueSet": "v"
1917
1946
  }
1918
1947
  ]
1919
1948
  },
1920
1949
  {
1921
1950
  "name": "umb-variant-selector",
1922
- "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`} - ",
1951
+ "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[]`} - ",
1923
1952
  "attributes": [
1924
1953
  {
1925
1954
  "name": "alias",
@@ -1933,12 +1962,12 @@
1933
1962
  },
1934
1963
  {
1935
1964
  "name": "umb-variantable-property",
1936
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - ",
1965
+ "description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
1937
1966
  "attributes": []
1938
1967
  },
1939
1968
  {
1940
1969
  "name": "umb-workspace-property",
1941
- "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` - ",
1970
+ "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[]`} - ",
1942
1971
  "attributes": [
1943
1972
  {
1944
1973
  "name": "label",
@@ -1977,32 +2006,22 @@
1977
2006
  },
1978
2007
  {
1979
2008
  "name": "umb-workspace-action-menu",
1980
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
2009
+ "description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1981
2010
  "attributes": []
1982
2011
  },
1983
2012
  {
1984
2013
  "name": "umb-workspace-action",
1985
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - ",
2014
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1986
2015
  "attributes": []
1987
2016
  },
1988
2017
  {
1989
2018
  "name": "umb-workspace-view-collection",
1990
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
2019
+ "description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
1991
2020
  "attributes": []
1992
2021
  },
1993
2022
  {
1994
- "name": "umb-workspace-footer-layout",
1995
- "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.",
1996
- "attributes": [
1997
- {
1998
- "name": "alias",
1999
- "description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
2000
- }
2001
- ]
2002
- },
2003
- {
2004
- "name": "umb-workspace-layout",
2005
- "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`} - ",
2023
+ "name": "umb-workspace-editor",
2024
+ "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[]`} - ",
2006
2025
  "attributes": [
2007
2026
  {
2008
2027
  "name": "headline",
@@ -2024,9 +2043,19 @@
2024
2043
  }
2025
2044
  ]
2026
2045
  },
2046
+ {
2047
+ "name": "umb-workspace-footer",
2048
+ "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[]`} - ",
2049
+ "attributes": [
2050
+ {
2051
+ "name": "alias",
2052
+ "description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
2053
+ }
2054
+ ]
2055
+ },
2027
2056
  {
2028
2057
  "name": "umb-workspace-property-layout",
2029
- "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.",
2058
+ "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[]`} - ",
2030
2059
  "attributes": [
2031
2060
  {
2032
2061
  "name": "alias",
@@ -2056,7 +2085,7 @@
2056
2085
  },
2057
2086
  {
2058
2087
  "name": "umb-workspace-variant",
2059
- "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` - ",
2088
+ "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[]`} - ",
2060
2089
  "attributes": [
2061
2090
  {
2062
2091
  "name": "alias",
@@ -2075,7 +2104,7 @@
2075
2104
  },
2076
2105
  {
2077
2106
  "name": "umb-workspace",
2078
- "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityType` {`string`} - ",
2107
+ "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
2079
2108
  "attributes": [
2080
2109
  {
2081
2110
  "name": "entity-type",
@@ -2085,7 +2114,7 @@
2085
2114
  },
2086
2115
  {
2087
2116
  "name": "umb-confirm-modal",
2088
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
2117
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
2089
2118
  "attributes": [
2090
2119
  {
2091
2120
  "name": "data",
@@ -2095,7 +2124,7 @@
2095
2124
  },
2096
2125
  {
2097
2126
  "name": "umb-embedded-media-modal",
2098
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
2127
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
2099
2128
  "attributes": [
2100
2129
  {
2101
2130
  "name": "data",
@@ -2105,50 +2134,37 @@
2105
2134
  },
2106
2135
  {
2107
2136
  "name": "umb-folder-modal",
2108
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - ",
2137
+ "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[]`} - ",
2109
2138
  "attributes": []
2110
2139
  },
2111
2140
  {
2112
2141
  "name": "umb-icon-picker-modal",
2113
- "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`} - ",
2114
- "attributes": [
2115
- {
2116
- "name": "iconlist",
2117
- "description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
2118
- },
2119
- {
2120
- "name": "iconlistFiltered",
2121
- "description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
2122
- },
2123
- {
2124
- "name": "colorlist",
2125
- "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"
2126
- }
2127
- ]
2142
+ "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[]`} - ",
2143
+ "attributes": []
2128
2144
  },
2129
2145
  {
2130
2146
  "name": "umb-link-picker-modal",
2131
- "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` - ",
2147
+ "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[]`} - ",
2132
2148
  "attributes": []
2133
2149
  },
2134
2150
  {
2135
2151
  "name": "umb-property-settings-modal",
2136
- "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`} - ",
2152
+ "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[]`} - ",
2137
2153
  "attributes": []
2138
2154
  },
2139
2155
  {
2140
2156
  "name": "umb-section-picker-modal",
2141
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
2157
+ "description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2142
2158
  "attributes": []
2143
2159
  },
2144
2160
  {
2145
2161
  "name": "umb-template-picker-modal",
2146
- "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2162
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2147
2163
  "attributes": []
2148
2164
  },
2149
2165
  {
2150
2166
  "name": "umb-template-modal",
2151
- "description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2167
+ "description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2152
2168
  "attributes": []
2153
2169
  },
2154
2170
  {
@@ -2181,7 +2197,7 @@
2181
2197
  },
2182
2198
  {
2183
2199
  "name": "umb-property-action-menu",
2184
- "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` - ",
2200
+ "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` - ",
2185
2201
  "attributes": [
2186
2202
  {
2187
2203
  "name": "value",
@@ -2196,7 +2212,7 @@
2196
2212
  },
2197
2213
  {
2198
2214
  "name": "umb-property-action",
2199
- "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`} - ",
2215
+ "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`} - ",
2200
2216
  "attributes": [
2201
2217
  {
2202
2218
  "name": "propertyAction",
@@ -2216,7 +2232,7 @@
2216
2232
  },
2217
2233
  {
2218
2234
  "name": "umb-property-editor-ui-picker-modal",
2219
- "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` - ",
2235
+ "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[]`} - ",
2220
2236
  "attributes": [
2221
2237
  {
2222
2238
  "name": "data",
@@ -2226,7 +2242,7 @@
2226
2242
  },
2227
2243
  {
2228
2244
  "name": "umb-property-editor-config",
2229
- "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[]`} - ",
2245
+ "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[]`} - ",
2230
2246
  "attributes": [
2231
2247
  {
2232
2248
  "name": "_propertyEditorUiAlias",
@@ -2244,7 +2260,7 @@
2244
2260
  },
2245
2261
  {
2246
2262
  "name": "umb-property-editor-ui-block-grid-block-configuration",
2247
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2263
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2248
2264
  "attributes": [
2249
2265
  {
2250
2266
  "name": "value",
@@ -2254,7 +2270,7 @@
2254
2270
  },
2255
2271
  {
2256
2272
  "name": "umb-property-editor-ui-block-grid-group-configuration",
2257
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2273
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2258
2274
  "attributes": [
2259
2275
  {
2260
2276
  "name": "value",
@@ -2264,7 +2280,7 @@
2264
2280
  },
2265
2281
  {
2266
2282
  "name": "umb-property-editor-ui-block-grid-stylesheet-picker",
2267
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2283
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2268
2284
  "attributes": [
2269
2285
  {
2270
2286
  "name": "value",
@@ -2274,7 +2290,7 @@
2274
2290
  },
2275
2291
  {
2276
2292
  "name": "umb-property-editor-ui-block-grid-inner-test",
2277
- "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>[]`} - ",
2293
+ "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[]`} - ",
2278
2294
  "attributes": [
2279
2295
  {
2280
2296
  "name": "name",
@@ -2284,7 +2300,7 @@
2284
2300
  },
2285
2301
  {
2286
2302
  "name": "umb-property-editor-ui-block-grid",
2287
- "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` - ",
2303
+ "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[]`} - ",
2288
2304
  "attributes": [
2289
2305
  {
2290
2306
  "name": "value",
@@ -2294,7 +2310,7 @@
2294
2310
  },
2295
2311
  {
2296
2312
  "name": "umb-property-editor-ui-block-list-block-configuration",
2297
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2313
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2298
2314
  "attributes": [
2299
2315
  {
2300
2316
  "name": "value",
@@ -2304,7 +2320,7 @@
2304
2320
  },
2305
2321
  {
2306
2322
  "name": "umb-property-editor-ui-block-list",
2307
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2323
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2308
2324
  "attributes": [
2309
2325
  {
2310
2326
  "name": "value",
@@ -2314,7 +2330,7 @@
2314
2330
  },
2315
2331
  {
2316
2332
  "name": "umb-property-editor-ui-checkbox-list",
2317
- "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; }[]`} - ",
2333
+ "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[]`} - ",
2318
2334
  "attributes": [
2319
2335
  {
2320
2336
  "name": "value",
@@ -2328,7 +2344,7 @@
2328
2344
  },
2329
2345
  {
2330
2346
  "name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
2331
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2347
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2332
2348
  "attributes": [
2333
2349
  {
2334
2350
  "name": "value",
@@ -2338,7 +2354,7 @@
2338
2354
  },
2339
2355
  {
2340
2356
  "name": "umb-property-editor-ui-collection-view-column-configuration",
2341
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2357
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2342
2358
  "attributes": [
2343
2359
  {
2344
2360
  "name": "value",
@@ -2348,7 +2364,7 @@
2348
2364
  },
2349
2365
  {
2350
2366
  "name": "umb-property-editor-ui-collection-view-layout-configuration",
2351
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2367
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2352
2368
  "attributes": [
2353
2369
  {
2354
2370
  "name": "value",
@@ -2358,7 +2374,7 @@
2358
2374
  },
2359
2375
  {
2360
2376
  "name": "umb-property-editor-ui-collection-view-order-by",
2361
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2377
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2362
2378
  "attributes": [
2363
2379
  {
2364
2380
  "name": "value",
@@ -2368,7 +2384,7 @@
2368
2384
  },
2369
2385
  {
2370
2386
  "name": "umb-property-editor-ui-collection-view",
2371
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2387
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2372
2388
  "attributes": [
2373
2389
  {
2374
2390
  "name": "value",
@@ -2378,7 +2394,7 @@
2378
2394
  },
2379
2395
  {
2380
2396
  "name": "umb-property-editor-ui-color-picker",
2381
- "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[]`} - ",
2397
+ "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[]`} - ",
2382
2398
  "attributes": [
2383
2399
  {
2384
2400
  "name": "value",
@@ -2392,7 +2408,7 @@
2392
2408
  },
2393
2409
  {
2394
2410
  "name": "umb-property-editor-ui-date-picker",
2395
- "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[]`} - ",
2411
+ "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[]`} - ",
2396
2412
  "attributes": [
2397
2413
  {
2398
2414
  "name": "value",
@@ -2417,7 +2433,7 @@
2417
2433
  },
2418
2434
  {
2419
2435
  "name": "umb-property-editor-ui-dropdown",
2420
- "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[]`} - ",
2421
2437
  "attributes": [
2422
2438
  {
2423
2439
  "name": "value",
@@ -2427,7 +2443,7 @@
2427
2443
  },
2428
2444
  {
2429
2445
  "name": "umb-property-editor-ui-eye-dropper",
2430
- "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[]`} - ",
2446
+ "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[]`} - ",
2431
2447
  "attributes": [
2432
2448
  {
2433
2449
  "name": "value",
@@ -2441,7 +2457,7 @@
2441
2457
  },
2442
2458
  {
2443
2459
  "name": "umb-property-editor-ui-icon-picker",
2444
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - ",
2460
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
2445
2461
  "attributes": [
2446
2462
  {
2447
2463
  "name": "value",
@@ -2451,7 +2467,7 @@
2451
2467
  },
2452
2468
  {
2453
2469
  "name": "umb-property-editor-ui-image-cropper",
2454
- "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[]`} - ",
2455
2471
  "attributes": [
2456
2472
  {
2457
2473
  "name": "value",
@@ -2461,7 +2477,7 @@
2461
2477
  },
2462
2478
  {
2463
2479
  "name": "umb-property-editor-ui-image-crops-configuration",
2464
- "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[]`} - ",
2465
2481
  "attributes": [
2466
2482
  {
2467
2483
  "name": "value",
@@ -2471,7 +2487,7 @@
2471
2487
  },
2472
2488
  {
2473
2489
  "name": "umb-property-editor-ui-label",
2474
- "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[]`} - ",
2475
2491
  "attributes": [
2476
2492
  {
2477
2493
  "name": "value",
@@ -2481,7 +2497,7 @@
2481
2497
  },
2482
2498
  {
2483
2499
  "name": "umb-property-editor-ui-markdown-editor",
2484
- "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[]`} - ",
2485
2501
  "attributes": [
2486
2502
  {
2487
2503
  "name": "value",
@@ -2505,7 +2521,7 @@
2505
2521
  },
2506
2522
  {
2507
2523
  "name": "umb-property-editor-ui-member-group-picker",
2508
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2524
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2509
2525
  "attributes": [
2510
2526
  {
2511
2527
  "name": "value",
@@ -2515,7 +2531,7 @@
2515
2531
  },
2516
2532
  {
2517
2533
  "name": "umb-property-editor-ui-member-picker",
2518
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2534
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2519
2535
  "attributes": [
2520
2536
  {
2521
2537
  "name": "value",
@@ -2525,7 +2541,7 @@
2525
2541
  },
2526
2542
  {
2527
2543
  "name": "umb-property-editor-ui-multi-url-picker",
2528
- "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`} - ",
2544
+ "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[]`} - ",
2529
2545
  "attributes": [
2530
2546
  {
2531
2547
  "name": "value",
@@ -2539,7 +2555,7 @@
2539
2555
  },
2540
2556
  {
2541
2557
  "name": "umb-input-multiple-text-string-item",
2542
- "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`} - ",
2558
+ "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`} - ",
2543
2559
  "attributes": [
2544
2560
  {
2545
2561
  "name": "disabled",
@@ -2555,7 +2571,7 @@
2555
2571
  },
2556
2572
  {
2557
2573
  "name": "umb-input-multiple-text-string",
2558
- "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`} - ",
2574
+ "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`} - ",
2559
2575
  "attributes": [
2560
2576
  {
2561
2577
  "name": "min",
@@ -2618,7 +2634,7 @@
2618
2634
  },
2619
2635
  {
2620
2636
  "name": "umb-property-editor-ui-number-range",
2621
- "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`} - ",
2637
+ "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[]`} - ",
2622
2638
  "attributes": [
2623
2639
  {
2624
2640
  "name": "_value",
@@ -2632,7 +2648,7 @@
2632
2648
  },
2633
2649
  {
2634
2650
  "name": "umb-property-editor-ui-number",
2635
- "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[]`} - ",
2651
+ "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[]`} - ",
2636
2652
  "attributes": [
2637
2653
  {
2638
2654
  "name": "value",
@@ -2646,7 +2662,7 @@
2646
2662
  },
2647
2663
  {
2648
2664
  "name": "umb-property-editor-ui-order-direction",
2649
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2665
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2650
2666
  "attributes": [
2651
2667
  {
2652
2668
  "name": "value",
@@ -2656,7 +2672,7 @@
2656
2672
  },
2657
2673
  {
2658
2674
  "name": "umb-property-editor-ui-overlay-size",
2659
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2675
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2660
2676
  "attributes": [
2661
2677
  {
2662
2678
  "name": "value",
@@ -2666,7 +2682,7 @@
2666
2682
  },
2667
2683
  {
2668
2684
  "name": "umb-property-editor-ui-radio-button-list",
2669
- "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; }[]`} - ",
2685
+ "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[]`} - ",
2670
2686
  "attributes": [
2671
2687
  {
2672
2688
  "name": "value",
@@ -2680,7 +2696,7 @@
2680
2696
  },
2681
2697
  {
2682
2698
  "name": "umb-property-editor-ui-slider",
2683
- "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[]`} - ",
2699
+ "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[]`} - ",
2684
2700
  "attributes": [
2685
2701
  {
2686
2702
  "name": "value",
@@ -2694,7 +2710,7 @@
2694
2710
  },
2695
2711
  {
2696
2712
  "name": "umb-property-editor-ui-tags-storage-type",
2697
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2713
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2698
2714
  "attributes": [
2699
2715
  {
2700
2716
  "name": "value",
@@ -2704,7 +2720,7 @@
2704
2720
  },
2705
2721
  {
2706
2722
  "name": "umb-property-editor-ui-tags",
2707
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2723
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2708
2724
  "attributes": [
2709
2725
  {
2710
2726
  "name": "value",
@@ -2714,7 +2730,7 @@
2714
2730
  },
2715
2731
  {
2716
2732
  "name": "umb-property-editor-ui-text-box",
2717
- "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[]`} - ",
2733
+ "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[]`} - ",
2718
2734
  "attributes": [
2719
2735
  {
2720
2736
  "name": "value",
@@ -2728,7 +2744,7 @@
2728
2744
  },
2729
2745
  {
2730
2746
  "name": "umb-property-editor-ui-textarea",
2731
- "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` - ",
2747
+ "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[]`} - ",
2732
2748
  "attributes": [
2733
2749
  {
2734
2750
  "name": "value",
@@ -2742,7 +2758,7 @@
2742
2758
  },
2743
2759
  {
2744
2760
  "name": "umb-property-editor-ui-tiny-mce-configuration",
2745
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2761
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2746
2762
  "attributes": [
2747
2763
  {
2748
2764
  "name": "value",
@@ -2752,7 +2768,7 @@
2752
2768
  },
2753
2769
  {
2754
2770
  "name": "umb-property-editor-ui-tiny-mce",
2755
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2771
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2756
2772
  "attributes": [
2757
2773
  {
2758
2774
  "name": "value",
@@ -2762,7 +2778,7 @@
2762
2778
  },
2763
2779
  {
2764
2780
  "name": "umb-property-editor-ui-toggle",
2765
- "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[]`} - ",
2781
+ "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[]`} - ",
2766
2782
  "attributes": [
2767
2783
  {
2768
2784
  "name": "value",
@@ -2777,7 +2793,7 @@
2777
2793
  },
2778
2794
  {
2779
2795
  "name": "umb-property-editor-ui-tree-picker-start-node",
2780
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2796
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2781
2797
  "attributes": [
2782
2798
  {
2783
2799
  "name": "value",
@@ -2787,7 +2803,7 @@
2787
2803
  },
2788
2804
  {
2789
2805
  "name": "umb-property-editor-ui-tree-picker",
2790
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2806
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2791
2807
  "attributes": [
2792
2808
  {
2793
2809
  "name": "value",
@@ -2797,17 +2813,21 @@
2797
2813
  },
2798
2814
  {
2799
2815
  "name": "umb-property-editor-ui-upload-field",
2800
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2816
+ "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[]`} - ",
2801
2817
  "attributes": [
2802
2818
  {
2803
2819
  "name": "value",
2804
2820
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2821
+ },
2822
+ {
2823
+ "name": "onproperty-value-change",
2824
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2805
2825
  }
2806
2826
  ]
2807
2827
  },
2808
2828
  {
2809
2829
  "name": "umb-property-editor-ui-user-picker",
2810
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2830
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2811
2831
  "attributes": [
2812
2832
  {
2813
2833
  "name": "value",
@@ -2817,7 +2837,7 @@
2817
2837
  },
2818
2838
  {
2819
2839
  "name": "umb-property-editor-ui-value-type",
2820
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2840
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2821
2841
  "attributes": [
2822
2842
  {
2823
2843
  "name": "value",
@@ -2827,7 +2847,7 @@
2827
2847
  },
2828
2848
  {
2829
2849
  "name": "umb-file-system-tree-item",
2830
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
2850
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
2831
2851
  "attributes": []
2832
2852
  },
2833
2853
  {
@@ -2837,32 +2857,32 @@
2837
2857
  },
2838
2858
  {
2839
2859
  "name": "umb-stylesheet-workspace",
2840
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
2860
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2841
2861
  "attributes": []
2842
2862
  },
2843
2863
  {
2844
2864
  "name": "umb-template-workspace",
2845
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - ",
2865
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2846
2866
  "attributes": []
2847
2867
  },
2848
2868
  {
2849
2869
  "name": "umb-dashboard-translation-dictionary",
2850
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - ",
2870
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2851
2871
  "attributes": []
2852
2872
  },
2853
2873
  {
2854
2874
  "name": "umb-create-dictionary-modal",
2855
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2875
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2856
2876
  "attributes": []
2857
2877
  },
2858
2878
  {
2859
2879
  "name": "umb-export-dictionary-modal",
2860
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
2880
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2861
2881
  "attributes": []
2862
2882
  },
2863
2883
  {
2864
2884
  "name": "umb-import-dictionary-modal",
2865
- "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[]`} - ",
2885
+ "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[]`} - ",
2866
2886
  "attributes": []
2867
2887
  },
2868
2888
  {
@@ -2871,27 +2891,32 @@
2871
2891
  },
2872
2892
  {
2873
2893
  "name": "umb-dictionary-workspace-edit",
2874
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_name` {`string | null | undefined`} - ",
2894
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2875
2895
  "attributes": []
2876
2896
  },
2877
2897
  {
2878
2898
  "name": "umb-dictionary-workspace",
2879
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
2899
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2880
2900
  "attributes": []
2881
2901
  },
2882
2902
  {
2883
2903
  "name": "umb-workspace-view-dictionary-edit",
2884
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - ",
2904
+ "description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2905
+ "attributes": []
2906
+ },
2907
+ {
2908
+ "name": "umb-umbraco-news-dashboard",
2909
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2885
2910
  "attributes": []
2886
2911
  },
2887
2912
  {
2888
2913
  "name": "umb-current-user-header-app",
2889
- "description": "Properties:\n\n * `styles` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - ",
2914
+ "description": "Properties:\n\n * `_currentUser` {`UmbLoggedInUser | undefined`} - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
2890
2915
  "attributes": []
2891
2916
  },
2892
2917
  {
2893
2918
  "name": "umb-change-password-modal",
2894
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
2919
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
2895
2920
  "attributes": [
2896
2921
  {
2897
2922
  "name": "data",
@@ -2901,7 +2926,7 @@
2901
2926
  },
2902
2927
  {
2903
2928
  "name": "umb-current-user-modal",
2904
- "description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
2929
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` {`UmbLoggedInUser | undefined`} - \n\n * `_currentUserStore` - \n\n * `styles` - ",
2905
2930
  "attributes": []
2906
2931
  },
2907
2932
  {
@@ -2911,71 +2936,118 @@
2911
2936
  },
2912
2937
  {
2913
2938
  "name": "umb-user-profile-app-history",
2914
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
2939
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2915
2940
  "attributes": []
2916
2941
  },
2917
2942
  {
2918
2943
  "name": "umb-user-dashboard-test",
2919
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
2944
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2920
2945
  "attributes": []
2921
2946
  },
2922
2947
  {
2923
2948
  "name": "umb-user-profile-app-profile",
2924
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
2949
+ "description": "Properties:\n\n * `_currentUser` {`UmbLoggedInUser | undefined`} - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
2925
2950
  "attributes": []
2926
2951
  },
2927
2952
  {
2928
2953
  "name": "umb-user-profile-app-themes",
2929
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
2954
+ "description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2930
2955
  "attributes": []
2931
2956
  },
2957
+ {
2958
+ "name": "umb-input-user-group",
2959
+ "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` {`UserGroupEntity[]`} - \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` - ",
2960
+ "attributes": [
2961
+ {
2962
+ "name": "value",
2963
+ "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
2964
+ },
2965
+ {
2966
+ "name": "multiple",
2967
+ "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
2968
+ "valueSet": "v"
2969
+ },
2970
+ {
2971
+ "name": "modalType",
2972
+ "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
2973
+ },
2974
+ {
2975
+ "name": "modalSize",
2976
+ "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
2977
+ "values": [
2978
+ {
2979
+ "name": "small"
2980
+ },
2981
+ {
2982
+ "name": "large"
2983
+ },
2984
+ {
2985
+ "name": "medium"
2986
+ },
2987
+ {
2988
+ "name": "full"
2989
+ }
2990
+ ]
2991
+ },
2992
+ {
2993
+ "name": "onchange",
2994
+ "description": "`change` {`CustomEvent<unknown>`} - "
2995
+ }
2996
+ ]
2997
+ },
2932
2998
  {
2933
2999
  "name": "umb-user-group-picker-modal",
2934
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - ",
3000
+ "description": "Properties:\n\n * `_userGroups` {`UserGroupDetails[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
3001
+ "attributes": []
3002
+ },
3003
+ {
3004
+ "name": "umb-section-view-user-groups",
3005
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2935
3006
  "attributes": []
2936
3007
  },
2937
3008
  {
2938
3009
  "name": "umb-workspace-action-user-group-save",
2939
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - ",
3010
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
2940
3011
  "attributes": []
2941
3012
  },
2942
3013
  {
2943
- "name": "umb-user-group-workspace-edit",
2944
- "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`} - ",
3014
+ "name": "umb-user-group-table-name-column-layout",
3015
+ "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
2945
3016
  "attributes": []
2946
3017
  },
2947
3018
  {
2948
- "name": "umb-user-group-workspace",
2949
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
3019
+ "name": "umb-user-group-table-sections-column-layout",
3020
+ "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
2950
3021
  "attributes": []
2951
3022
  },
2952
3023
  {
2953
- "name": "umb-users-section",
3024
+ "name": "umb-user-group-workspace-edit",
3025
+ "description": "Properties:\n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` {`UserGroupDetails | undefined`} - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2954
3026
  "attributes": []
2955
3027
  },
2956
3028
  {
2957
- "name": "umb-section-view-user-groups",
2958
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3029
+ "name": "umb-user-group-workspace",
3030
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2959
3031
  "attributes": []
2960
3032
  },
2961
3033
  {
2962
- "name": "umb-user-group-table-name-column-layout",
2963
- "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
3034
+ "name": "umb-workspace-view-user-groups",
3035
+ "description": "Properties:\n\n * `_userGroups` {`UserGroupDetails[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
2964
3036
  "attributes": []
2965
3037
  },
2966
3038
  {
2967
- "name": "umb-user-group-table-sections-column-layout",
2968
- "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
3039
+ "name": "umb-user-collection-header",
3040
+ "description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2969
3041
  "attributes": []
2970
3042
  },
2971
3043
  {
2972
- "name": "umb-workspace-view-user-groups",
2973
- "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` - ",
3044
+ "name": "umb-user-collection",
3045
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2974
3046
  "attributes": []
2975
3047
  },
2976
3048
  {
2977
- "name": "umb-workspace-view-users-grid",
2978
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - ",
3049
+ "name": "umb-user-grid-collection-view",
3050
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2979
3051
  "attributes": []
2980
3052
  },
2981
3053
  {
@@ -2989,53 +3061,74 @@
2989
3061
  "attributes": []
2990
3062
  },
2991
3063
  {
2992
- "name": "umb-workspace-view-users-table",
2993
- "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` - ",
3064
+ "name": "umb-user-table-collection-view",
3065
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2994
3066
  "attributes": []
2995
3067
  },
2996
3068
  {
2997
- "name": "umb-section-view-users",
2998
- "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` - ",
2999
- "attributes": []
3000
- },
3001
- {
3002
- "name": "umb-workspace-view-users-overview",
3003
- "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`} - ",
3069
+ "name": "umb-workspace-view-users-table",
3070
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3004
3071
  "attributes": []
3005
3072
  },
3006
3073
  {
3007
- "name": "umb-workspace-view-users-selection",
3008
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_totalUsers` {`number`} - \n\n * `_usersContext` - \n\n * `_userStore` - ",
3009
- "attributes": []
3074
+ "name": "umb-user-input",
3075
+ "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`} - ",
3076
+ "attributes": [
3077
+ {
3078
+ "name": "min",
3079
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
3080
+ },
3081
+ {
3082
+ "name": "max",
3083
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
3084
+ },
3085
+ {
3086
+ "name": "min-message",
3087
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
3088
+ },
3089
+ {
3090
+ "name": "maxMessage",
3091
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
3092
+ },
3093
+ {
3094
+ "name": "value",
3095
+ "description": "`value` {`string`} - \n\nProperty: value"
3096
+ }
3097
+ ]
3010
3098
  },
3011
3099
  {
3012
3100
  "name": "umb-create-user-modal",
3013
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - ",
3101
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
3014
3102
  "attributes": []
3015
3103
  },
3016
3104
  {
3017
3105
  "name": "umb-invite-user-modal",
3018
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - ",
3106
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
3019
3107
  "attributes": []
3020
3108
  },
3021
3109
  {
3022
3110
  "name": "umb-user-picker-modal",
3023
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_userStore` - ",
3111
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3112
+ "attributes": []
3113
+ },
3114
+ {
3115
+ "name": "umb-section-view-users",
3116
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3024
3117
  "attributes": []
3025
3118
  },
3026
3119
  {
3027
- "name": "umb-workspace-action-user-save",
3028
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - ",
3120
+ "name": "umb-user-workspace-action-save",
3121
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
3029
3122
  "attributes": []
3030
3123
  },
3031
3124
  {
3032
3125
  "name": "umb-user-workspace-edit",
3033
- "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`} - ",
3126
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
3034
3127
  "attributes": []
3035
3128
  },
3036
3129
  {
3037
3130
  "name": "umb-user-workspace",
3038
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
3131
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3039
3132
  "attributes": []
3040
3133
  },
3041
3134
  {
@@ -3058,12 +3151,7 @@
3058
3151
  "attributes": []
3059
3152
  },
3060
3153
  {
3061
- "name": "umb-modal-element",
3062
- "description": "Properties:\n\n * `modalHandler` - \n\n * `data` {`UmbModalData | undefined`} - ",
3063
- "attributes": []
3064
- },
3065
- {
3066
- "name": "story-modal-context-example",
3154
+ "name": "umb-story-modal-context-example",
3067
3155
  "description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
3068
3156
  "attributes": [
3069
3157
  {
@@ -3074,7 +3162,7 @@
3074
3162
  },
3075
3163
  {
3076
3164
  "name": "umb-notification-layout-default",
3077
- "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `notificationHandler` - \n\n * `data` - ",
3165
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
3078
3166
  "attributes": [
3079
3167
  {
3080
3168
  "name": "data",
@@ -3083,13 +3171,13 @@
3083
3171
  ]
3084
3172
  },
3085
3173
  {
3086
- "name": "story-notification-default-example",
3174
+ "name": "umb-story-notification-default-example",
3087
3175
  "description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
3088
3176
  "attributes": []
3089
3177
  },
3090
3178
  {
3091
3179
  "name": "umb-router-slot",
3092
- "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` - ",
3180
+ "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[]`} - ",
3093
3181
  "attributes": [
3094
3182
  {
3095
3183
  "name": "routes",
@@ -3108,7 +3196,7 @@
3108
3196
  },
3109
3197
  {
3110
3198
  "name": "umb-variant-router-slot",
3111
- "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` - ",
3199
+ "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[]`} - ",
3112
3200
  "attributes": [
3113
3201
  {
3114
3202
  "name": "variantId",
@@ -3129,24 +3217,39 @@
3129
3217
  }
3130
3218
  ]
3131
3219
  },
3220
+ {
3221
+ "name": "umb-error",
3222
+ "description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed\n\nAttributes:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\nProperties:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\n * `renderProblemDetails` - \n\n * `renderErrorObj` - \n\n * `render` - \n\n * `styles` - ",
3223
+ "attributes": [
3224
+ {
3225
+ "name": "errorMessage",
3226
+ "description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
3227
+ "values": []
3228
+ },
3229
+ {
3230
+ "name": "error",
3231
+ "description": "`error` {`unknown`} - The error to display\n\nProperty: error"
3232
+ }
3233
+ ]
3234
+ },
3132
3235
  {
3133
3236
  "name": "umb-installer-consent",
3134
- "description": "Properties:\n\n * `styles` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - ",
3237
+ "description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
3135
3238
  "attributes": []
3136
3239
  },
3137
3240
  {
3138
3241
  "name": "umb-installer-database",
3139
- "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` - ",
3242
+ "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` - ",
3140
3243
  "attributes": []
3141
3244
  },
3142
3245
  {
3143
3246
  "name": "umb-installer-error",
3144
- "description": "Properties:\n\n * `styles` - \n\n * `_error` - \n\n * `_installerContext` - ",
3247
+ "description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
3145
3248
  "attributes": []
3146
3249
  },
3147
3250
  {
3148
3251
  "name": "umb-installer",
3149
- "description": "Properties:\n\n * `styles` - \n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - ",
3252
+ "description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
3150
3253
  "attributes": []
3151
3254
  },
3152
3255
  {
@@ -3161,12 +3264,12 @@
3161
3264
  },
3162
3265
  {
3163
3266
  "name": "umb-installer-user",
3164
- "description": "Properties:\n\n * `styles` - \n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - ",
3267
+ "description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
3165
3268
  "attributes": []
3166
3269
  },
3167
3270
  {
3168
3271
  "name": "umb-upgrader-view",
3169
- "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` - ",
3272
+ "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` - ",
3170
3273
  "attributes": [
3171
3274
  {
3172
3275
  "name": "fetching",