@umbraco-cms/backoffice 1.0.0-next.2a93cc95 → 1.0.0-next.2b5fb899

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.
@@ -0,0 +1,3306 @@
1
+ {
2
+ "version": 1,
3
+ "tags": [
4
+ {
5
+ "name": "umb-auth-layout",
6
+ "description": "Properties:\n\n * `styles` - ",
7
+ "attributes": []
8
+ },
9
+ {
10
+ "name": "umb-external-login-provider-test",
11
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
12
+ "attributes": []
13
+ },
14
+ {
15
+ "name": "umb-external-login-provider-test2",
16
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
17
+ "attributes": []
18
+ },
19
+ {
20
+ "name": "umb-login",
21
+ "description": "Properties:\n\n * `_loggingIn` {`boolean`} - \n\n * `_handleSubmit` - \n\n * `_greetings` {`string[]`} - \n\n * `_greeting` {`string`} - \n\n * `styles` - ",
22
+ "attributes": []
23
+ },
24
+ {
25
+ "name": "umb-backoffice",
26
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
27
+ "attributes": []
28
+ },
29
+ {
30
+ "name": "umb-dashboard-redirect-management",
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
+ "attributes": [
33
+ {
34
+ "name": "items-per-page",
35
+ "description": "`items-per-page` {`number`} - \n\nProperty: itemsPerPage\n\nDefault: 20"
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "name": "umb-document-blueprint-root-workspace",
41
+ "attributes": []
42
+ },
43
+ {
44
+ "name": "umb-allowed-document-types-modal",
45
+ "description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
46
+ "attributes": []
47
+ },
48
+ {
49
+ "name": "umb-document-type-workspace-editor",
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[]`} - ",
51
+ "attributes": []
52
+ },
53
+ {
54
+ "name": "umb-document-type-workspace",
55
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
56
+ "attributes": []
57
+ },
58
+ {
59
+ "name": "umb-document-type-workspace-view-design",
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[]`} - ",
126
+ "attributes": []
127
+ },
128
+ {
129
+ "name": "umb-document-type-workspace-view-details",
130
+ "description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
131
+ "attributes": []
132
+ },
133
+ {
134
+ "name": "umb-document-type-workspace-view-structure",
135
+ "description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
136
+ "attributes": []
137
+ },
138
+ {
139
+ "name": "umb-document-type-workspace-view-templates",
140
+ "description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
141
+ "attributes": []
142
+ },
143
+ {
144
+ "name": "umb-document-table-actions-column-layout",
145
+ "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
146
+ "attributes": []
147
+ },
148
+ {
149
+ "name": "umb-document-table-collection-view",
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[]`} - ",
151
+ "attributes": []
152
+ },
153
+ {
154
+ "name": "umb-collection-view-document-table",
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[]`} - ",
156
+ "attributes": []
157
+ },
158
+ {
159
+ "name": "umb-document-menu-item",
160
+ "attributes": []
161
+ },
162
+ {
163
+ "name": "umb-document-picker-modal",
164
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
165
+ "attributes": []
166
+ },
167
+ {
168
+ "name": "umb-document-type-picker-modal",
169
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
170
+ "attributes": []
171
+ },
172
+ {
173
+ "name": "umb-document-tree-item",
174
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
175
+ "attributes": []
176
+ },
177
+ {
178
+ "name": "umb-document-workspace-editor",
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[]`} - ",
180
+ "attributes": []
181
+ },
182
+ {
183
+ "name": "umb-document-workspace-split-view",
184
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
185
+ "attributes": []
186
+ },
187
+ {
188
+ "name": "umb-document-workspace",
189
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
190
+ "attributes": []
191
+ },
192
+ {
193
+ "name": "umb-document-workspace-view-edit-properties",
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[]`} - ",
195
+ "attributes": [
196
+ {
197
+ "name": "container-name",
198
+ "description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
199
+ "values": []
200
+ },
201
+ {
202
+ "name": "container-type",
203
+ "description": "`container-type` - \n\nProperty: containerType"
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "name": "umb-document-workspace-view-edit-tab",
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[]`} - ",
210
+ "attributes": [
211
+ {
212
+ "name": "tabName",
213
+ "description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
214
+ "values": []
215
+ },
216
+ {
217
+ "name": "noTabName",
218
+ "description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
219
+ "valueSet": "v"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "name": "umb-document-workspace-view-edit",
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[]`} - ",
226
+ "attributes": []
227
+ },
228
+ {
229
+ "name": "umb-document-info-workspace-view",
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[]`} - ",
231
+ "attributes": []
232
+ },
233
+ {
234
+ "name": "umb-media-type-workspace-edit",
235
+ "description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
236
+ "attributes": []
237
+ },
238
+ {
239
+ "name": "umb-media-type-workspace",
240
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
241
+ "attributes": []
242
+ },
243
+ {
244
+ "name": "umb-media-type-workspace-",
245
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
246
+ "attributes": []
247
+ },
248
+ {
249
+ "name": "umb-collection-view-media-test",
250
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
251
+ "attributes": []
252
+ },
253
+ {
254
+ "name": "umb-media-grid-collection-view",
255
+ "description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
256
+ "attributes": []
257
+ },
258
+ {
259
+ "name": "umb-media-table-collection-view",
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[]`} - ",
261
+ "attributes": []
262
+ },
263
+ {
264
+ "name": "umb-media-menu-item",
265
+ "attributes": []
266
+ },
267
+ {
268
+ "name": "umb-media-picker-modal",
269
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
270
+ "attributes": []
271
+ },
272
+ {
273
+ "name": "umb-media-workspace-edit",
274
+ "description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
275
+ "attributes": []
276
+ },
277
+ {
278
+ "name": "umb-media-workspace",
279
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
280
+ "attributes": []
281
+ },
282
+ {
283
+ "name": "umb-media-edit-workspace-view",
284
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
285
+ "attributes": []
286
+ },
287
+ {
288
+ "name": "umb-media-info-workspace-view",
289
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
290
+ "attributes": []
291
+ },
292
+ {
293
+ "name": "umb-dashboard-members-welcome",
294
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
295
+ "attributes": []
296
+ },
297
+ {
298
+ "name": "umb-member-group-workspace-edit",
299
+ "description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
300
+ "attributes": []
301
+ },
302
+ {
303
+ "name": "umb-member-group-workspace",
304
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
305
+ "attributes": []
306
+ },
307
+ {
308
+ "name": "umb-workspace-view-member-group-info",
309
+ "description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
310
+ "attributes": []
311
+ },
312
+ {
313
+ "name": "umb-member-type-workspace-edit",
314
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
315
+ "attributes": []
316
+ },
317
+ {
318
+ "name": "umb-member-type-workspace",
319
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
320
+ "attributes": []
321
+ },
322
+ {
323
+ "name": "umb-member-workspace-edit",
324
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
325
+ "attributes": []
326
+ },
327
+ {
328
+ "name": "umb-member-workspace",
329
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
330
+ "attributes": []
331
+ },
332
+ {
333
+ "name": "umb-workspace-package-builder",
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[]`} - ",
335
+ "attributes": [
336
+ {
337
+ "name": "entityId",
338
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
339
+ "values": []
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "name": "umb-workspace-package",
345
+ "description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
346
+ "attributes": [
347
+ {
348
+ "name": "entityId",
349
+ "description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
350
+ "values": []
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "name": "umb-created-packages-section-view",
356
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_trees` {`any[]`} - ",
357
+ "attributes": []
358
+ },
359
+ {
360
+ "name": "umb-packages-created-overview",
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[]`} - ",
362
+ "attributes": []
363
+ },
364
+ {
365
+ "name": "umb-installed-packages-section-view-item",
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` - ",
367
+ "attributes": [
368
+ {
369
+ "name": "name",
370
+ "description": "`name` {`string | undefined`} - \n\nProperty: name",
371
+ "values": []
372
+ },
373
+ {
374
+ "name": "version",
375
+ "description": "`version` {`string | null | undefined`} - \n\nProperty: version",
376
+ "values": []
377
+ },
378
+ {
379
+ "name": "hasPendingMigrations",
380
+ "description": "`hasPendingMigrations` {`boolean`} - \n\nProperty: hasPendingMigrations\n\nDefault: false",
381
+ "valueSet": "v"
382
+ },
383
+ {
384
+ "name": "customIcon",
385
+ "description": "`customIcon` {`string | undefined`} - \n\nProperty: customIcon",
386
+ "values": []
387
+ }
388
+ ]
389
+ },
390
+ {
391
+ "name": "umb-installed-packages-section-view",
392
+ "description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
393
+ "attributes": []
394
+ },
395
+ {
396
+ "name": "umb-packages-market-place-section-view",
397
+ "description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
398
+ "attributes": [
399
+ {
400
+ "name": "marketplaceUrl",
401
+ "description": "`marketplaceUrl` {`string`} - \n\nProperty: marketplaceUrl\n\nDefault: https://marketplace.umbraco.com/?umbversion=11.1.0&style=backoffice"
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "name": "umb-search-modal",
407
+ "description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
408
+ "attributes": []
409
+ },
410
+ {
411
+ "name": "umb-search-header-app",
412
+ "description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
413
+ "attributes": []
414
+ },
415
+ {
416
+ "name": "umb-dashboard-examine-management",
417
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
418
+ "attributes": []
419
+ },
420
+ {
421
+ "name": "umb-examine-fields-settings-modal",
422
+ "description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
423
+ "attributes": []
424
+ },
425
+ {
426
+ "name": "umb-modal-element-fields-viewer",
427
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
428
+ "attributes": []
429
+ },
430
+ {
431
+ "name": "umb-dashboard-health-check",
432
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_healthCheckDashboardContext` - ",
433
+ "attributes": []
434
+ },
435
+ {
436
+ "name": "umb-dashboard-health-check-action",
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[]`} - ",
438
+ "attributes": [
439
+ {
440
+ "name": "action",
441
+ "description": "`action` - \n\nProperty: action"
442
+ },
443
+ {
444
+ "name": "onaction-executed",
445
+ "description": "`action-executed` {`CustomEvent<unknown>`} - "
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ "name": "umb-health-check-group-box-overview",
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[]`} - ",
452
+ "attributes": [
453
+ {
454
+ "name": "manifest",
455
+ "description": "`manifest` - \n\nProperty: manifest"
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "umb-health-check--group-box-overview",
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[]`} - ",
462
+ "attributes": [
463
+ {
464
+ "name": "manifest",
465
+ "description": "`manifest` - \n\nProperty: manifest"
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "name": "umb-dashboard-health-check-group",
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[]`} - ",
472
+ "attributes": [
473
+ {
474
+ "name": "groupName",
475
+ "description": "`groupName` {`string`} - \n\nProperty: groupName"
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "name": "umb-dashboard-health-check-overview",
481
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
482
+ "attributes": []
483
+ },
484
+ {
485
+ "name": "umb-dashboard-models-builder",
486
+ "description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
487
+ "attributes": []
488
+ },
489
+ {
490
+ "name": "umb-dashboard-performance-profiling",
491
+ "description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
492
+ "attributes": []
493
+ },
494
+ {
495
+ "name": "umb-dashboard-published-status",
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[]`} - ",
497
+ "attributes": []
498
+ },
499
+ {
500
+ "name": "umb-dashboard-settings-welcome",
501
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
502
+ "attributes": []
503
+ },
504
+ {
505
+ "name": "umb-dashboard-telemetry",
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[]`} - ",
507
+ "attributes": []
508
+ },
509
+ {
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[]`} - ",
549
+ "attributes": []
550
+ },
551
+ {
552
+ "name": "umb-data-type-workspace-edit-element",
553
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
554
+ "attributes": [
555
+ {
556
+ "name": "manifest",
557
+ "description": "`manifest` - \n\nProperty: manifest"
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "name": "umb-data-type-workspace",
563
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
564
+ "attributes": []
565
+ },
566
+ {
567
+ "name": "umb-data-type-details-workspace-view",
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[]`} - ",
569
+ "attributes": []
570
+ },
571
+ {
572
+ "name": "umb-workspace-view-data-type-info",
573
+ "description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
574
+ "attributes": []
575
+ },
576
+ {
577
+ "name": "umb-extension-root-workspace",
578
+ "description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
579
+ "attributes": []
580
+ },
581
+ {
582
+ "name": "umb-app-language-select",
583
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
584
+ "attributes": []
585
+ },
586
+ {
587
+ "name": "umb-language-picker-modal",
588
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
589
+ "attributes": []
590
+ },
591
+ {
592
+ "name": "umb-language-root-table-delete-column-layout",
593
+ "description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
594
+ "attributes": []
595
+ },
596
+ {
597
+ "name": "umb-language-root-table-name-column-layout",
598
+ "description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
599
+ "attributes": []
600
+ },
601
+ {
602
+ "name": "umb-language-root-workspace",
603
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
604
+ "attributes": []
605
+ },
606
+ {
607
+ "name": "umb-language-workspace-edit",
608
+ "description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
609
+ "attributes": []
610
+ },
611
+ {
612
+ "name": "umb-language-workspace",
613
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
614
+ "attributes": []
615
+ },
616
+ {
617
+ "name": "umb-language-details-workspace-view",
618
+ "description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
619
+ "attributes": []
620
+ },
621
+ {
622
+ "name": "umb-log-viewer-date-range-selector",
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[]`} - ",
624
+ "attributes": [
625
+ {
626
+ "name": "horizontal",
627
+ "description": "`horizontal` {`boolean`} - \n\nProperty: horizontal\n\nDefault: false",
628
+ "valueSet": "v"
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "name": "umb-log-viewer-level-tag",
634
+ "description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
635
+ "attributes": [
636
+ {
637
+ "name": "level",
638
+ "description": "`level` - \n\nProperty: level"
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "name": "umb-log-viewer-to-many-logs-warning",
644
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
645
+ "attributes": []
646
+ },
647
+ {
648
+ "name": "umb-logviewer-workspace",
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[]`} - ",
650
+ "attributes": []
651
+ },
652
+ {
653
+ "name": "umb-log-viewer-log-level-overview",
654
+ "description": "Attributes:\n\n * `loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.\n\nProperties:\n\n * `_loggers` {`any[]`} - \n\n * `loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.",
655
+ "attributes": [
656
+ {
657
+ "name": "loggerName",
658
+ "description": "`loggerName` {`string`} - The name of the logger to get the level for. Defaults to 'Global'.\n\nProperty: loggerName\n\nDefault: Global"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "name": "umb-log-viewer-log-types-chart",
664
+ "description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
665
+ "attributes": []
666
+ },
667
+ {
668
+ "name": "umb-log-viewer-message-templates-overview",
669
+ "description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
670
+ "attributes": []
671
+ },
672
+ {
673
+ "name": "umb-log-viewer-saved-searches-overview",
674
+ "description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
675
+ "attributes": []
676
+ },
677
+ {
678
+ "name": "umb-log-viewer-overview-view",
679
+ "description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
680
+ "attributes": []
681
+ },
682
+ {
683
+ "name": "umb-log-viewer-log-level-filter-menu",
684
+ "description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
685
+ "attributes": []
686
+ },
687
+ {
688
+ "name": "umb-log-viewer-message",
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[]`} - ",
690
+ "attributes": [
691
+ {
692
+ "name": "timestamp",
693
+ "description": "`timestamp` {`string`} - \n\nProperty: timestamp\n\nDefault: "
694
+ },
695
+ {
696
+ "name": "level",
697
+ "description": "`level` - \n\nProperty: level\n\nDefault: "
698
+ },
699
+ {
700
+ "name": "messageTemplate",
701
+ "description": "`messageTemplate` {`string`} - \n\nProperty: messageTemplate\n\nDefault: "
702
+ },
703
+ {
704
+ "name": "renderedMessage",
705
+ "description": "`renderedMessage` {`string`} - \n\nProperty: renderedMessage\n\nDefault: "
706
+ },
707
+ {
708
+ "name": "open",
709
+ "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
710
+ "valueSet": "v"
711
+ },
712
+ {
713
+ "name": "exception",
714
+ "description": "`exception` {`string`} - \n\nProperty: exception\n\nDefault: "
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "name": "umb-log-viewer-messages-list",
720
+ "description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
721
+ "attributes": []
722
+ },
723
+ {
724
+ "name": "umb-log-viewer-polling-button",
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[]`} - ",
731
+ "attributes": []
732
+ },
733
+ {
734
+ "name": "umb-log-viewer-search-input",
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[]`} - ",
736
+ "attributes": []
737
+ },
738
+ {
739
+ "name": "umb-log-viewer-search-view",
740
+ "description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
741
+ "attributes": []
742
+ },
743
+ {
744
+ "name": "umb-relation-type-workspace-edit-element",
745
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
746
+ "attributes": []
747
+ },
748
+ {
749
+ "name": "umb-relation-type-workspace",
750
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
751
+ "attributes": []
752
+ },
753
+ {
754
+ "name": "umb-relation-type-workspace-view-relation-type",
755
+ "description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
756
+ "attributes": []
757
+ },
758
+ {
759
+ "name": "umb-workspace-view-relation-type-relation",
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[]`} - ",
761
+ "attributes": []
762
+ },
763
+ {
764
+ "name": "umb-backoffice-header-apps",
765
+ "description": "Properties:\n\n * `styles` - ",
766
+ "attributes": []
767
+ },
768
+ {
769
+ "name": "umb-backoffice-header-sections",
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` - ",
771
+ "attributes": []
772
+ },
773
+ {
774
+ "name": "umb-backoffice-header",
775
+ "description": "Properties:\n\n * `styles` - ",
776
+ "attributes": []
777
+ },
778
+ {
779
+ "name": "umb-backoffice-main",
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[]`} - ",
781
+ "attributes": []
782
+ },
783
+ {
784
+ "name": "umb-backoffice-modal-container",
785
+ "description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
786
+ "attributes": []
787
+ },
788
+ {
789
+ "name": "umb-backoffice-notification-container",
790
+ "description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
791
+ "attributes": []
792
+ },
793
+ {
794
+ "name": "umb-body-layout",
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[]`} - ",
796
+ "attributes": [
797
+ {
798
+ "name": "headline",
799
+ "description": "`headline` {string} - Renders a headline in the header.\n\nProperty: headline\n\nDefault: ''"
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "umb-button-with-dropdown",
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[]`} - ",
806
+ "attributes": [
807
+ {
808
+ "name": "label",
809
+ "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
810
+ },
811
+ {
812
+ "name": "open",
813
+ "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
814
+ "valueSet": "v"
815
+ },
816
+ {
817
+ "name": "look",
818
+ "description": "`look` {`InterfaceLook`} - \n\nProperty: look\n\nDefault: default",
819
+ "values": [
820
+ {
821
+ "name": ""
822
+ },
823
+ {
824
+ "name": "default"
825
+ },
826
+ {
827
+ "name": "primary"
828
+ },
829
+ {
830
+ "name": "secondary"
831
+ },
832
+ {
833
+ "name": "outline"
834
+ },
835
+ {
836
+ "name": "placeholder"
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "name": "color",
842
+ "description": "`color` {`InterfaceColor`} - \n\nProperty: color\n\nDefault: default",
843
+ "values": [
844
+ {
845
+ "name": ""
846
+ },
847
+ {
848
+ "name": "default"
849
+ },
850
+ {
851
+ "name": "positive"
852
+ },
853
+ {
854
+ "name": "warning"
855
+ },
856
+ {
857
+ "name": "danger"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "name": "placement",
863
+ "description": "`placement` {`PopoverPlacement`} - \n\nProperty: placement\n\nDefault: bottom-start",
864
+ "values": [
865
+ {
866
+ "name": "auto"
867
+ },
868
+ {
869
+ "name": "top"
870
+ },
871
+ {
872
+ "name": "top-start"
873
+ },
874
+ {
875
+ "name": "top-end"
876
+ },
877
+ {
878
+ "name": "bottom"
879
+ },
880
+ {
881
+ "name": "bottom-start"
882
+ },
883
+ {
884
+ "name": "bottom-end"
885
+ },
886
+ {
887
+ "name": "right"
888
+ },
889
+ {
890
+ "name": "right-start"
891
+ },
892
+ {
893
+ "name": "right-end"
894
+ },
895
+ {
896
+ "name": "left"
897
+ },
898
+ {
899
+ "name": "left-start"
900
+ },
901
+ {
902
+ "name": "left-end"
903
+ }
904
+ ]
905
+ }
906
+ ]
907
+ },
908
+ {
909
+ "name": "umb-code-block",
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[]`} - ",
911
+ "attributes": []
912
+ },
913
+ {
914
+ "name": "umb-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'.",
916
+ "attributes": [
917
+ {
918
+ "name": "language",
919
+ "description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
920
+ "values": [
921
+ {
922
+ "name": "razor"
923
+ },
924
+ {
925
+ "name": "typescript"
926
+ },
927
+ {
928
+ "name": "javascript"
929
+ },
930
+ {
931
+ "name": "css"
932
+ },
933
+ {
934
+ "name": "markdown"
935
+ },
936
+ {
937
+ "name": "json"
938
+ },
939
+ {
940
+ "name": "html"
941
+ }
942
+ ]
943
+ },
944
+ {
945
+ "name": "theme",
946
+ "description": "`theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\nProperty: theme\n\nDefault: umb-light",
947
+ "values": [
948
+ {
949
+ "name": "umb-light"
950
+ },
951
+ {
952
+ "name": "umb-dark"
953
+ },
954
+ {
955
+ "name": "umb-hc-light"
956
+ },
957
+ {
958
+ "name": "umb-hc-dark"
959
+ }
960
+ ]
961
+ },
962
+ {
963
+ "name": "code",
964
+ "description": "`code` {`string`} - Value of the editor. Default is empty string.\n\nProperty: code"
965
+ },
966
+ {
967
+ "name": "readonly",
968
+ "description": "`readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\nProperty: readonly\n\nDefault: false",
969
+ "valueSet": "v"
970
+ },
971
+ {
972
+ "name": "label",
973
+ "description": "`label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperty: label\n\nDefault: Code Editor"
974
+ },
975
+ {
976
+ "name": "oninput",
977
+ "description": "`input` {} - Fired when the value of the editor changes."
978
+ },
979
+ {
980
+ "name": "onchange",
981
+ "description": "`change` {} - Fired when the entire model of editor is replaced."
982
+ }
983
+ ]
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
+ },
1024
+ {
1025
+ "name": "umb-debug",
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[]`} - ",
1027
+ "attributes": [
1028
+ {
1029
+ "name": "visible",
1030
+ "description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
1031
+ "valueSet": "v"
1032
+ },
1033
+ {
1034
+ "name": "dialog",
1035
+ "description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
1036
+ "valueSet": "v"
1037
+ }
1038
+ ]
1039
+ },
1040
+ {
1041
+ "name": "umb-context-debugger-modal",
1042
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
1043
+ "attributes": []
1044
+ },
1045
+ {
1046
+ "name": "umb-donut-chart",
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[]`} - ",
1048
+ "attributes": [
1049
+ {
1050
+ "name": "radius",
1051
+ "description": "`radius` {`number`} - Circle radius in pixels\n\nProperty: radius\n\nDefault: 45"
1052
+ },
1053
+ {
1054
+ "name": "border-size",
1055
+ "description": "`border-size` {`number`} - The circle thickness in pixels\n\nProperty: borderSize\n\nDefault: 20"
1056
+ },
1057
+ {
1058
+ "name": "svg-size",
1059
+ "description": "`svg-size` {`number`} - The size of SVG element in pixels\n\nProperty: svgSize\n\nDefault: 100"
1060
+ },
1061
+ {
1062
+ "name": "description",
1063
+ "description": "`description` {`string`} - Description of the graph, added for accessibility purposes\n\nProperty: description\n\nDefault: "
1064
+ },
1065
+ {
1066
+ "name": "hideDetailBox",
1067
+ "description": "`hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperty: hideDetailBox\n\nDefault: false",
1068
+ "valueSet": "v"
1069
+ }
1070
+ ]
1071
+ },
1072
+ {
1073
+ "name": "umb-donut-slice",
1074
+ "description": "This component is used to display a single slice of a donut chart. It only makes sense insice the donut chart\n\nEvents:\n\n * `slice-update` {`CustomEvent<unknown>`} - This event is fired when the slice is updated\n\nAttributes:\n\n * `amount` {`number`} - Number of items that this slice represents\n\n * `color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\n * `name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\n * `kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice\n\nProperties:\n\n * `amount` {`number`} - Number of items that this slice represents\n\n * `color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\n * `name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\n * `kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice",
1075
+ "attributes": [
1076
+ {
1077
+ "name": "amount",
1078
+ "description": "`amount` {`number`} - Number of items that this slice represents\n\nProperty: amount\n\nDefault: 0"
1079
+ },
1080
+ {
1081
+ "name": "color",
1082
+ "description": "`color` {`string`} - Color of the slice. Any valid css color is accepted, custom properties are also supported\n\nProperty: color\n\nDefault: red"
1083
+ },
1084
+ {
1085
+ "name": "name",
1086
+ "description": "`name` {`string`} - Name of the slice. This is used to display the name of the slice in the donut chart\n\nProperty: name\n\nDefault: "
1087
+ },
1088
+ {
1089
+ "name": "kind",
1090
+ "description": "`kind` {`string`} - Kind of the slice. This is shown on a details box when hovering over the slice\n\nProperty: kind\n\nDefault: "
1091
+ },
1092
+ {
1093
+ "name": "onslice-update",
1094
+ "description": "`slice-update` {`CustomEvent<unknown>`} - This event is fired when the slice is updated"
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "name": "umb-dropdown",
1100
+ "description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1101
+ "attributes": [
1102
+ {
1103
+ "name": "open",
1104
+ "description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
1105
+ "valueSet": "v"
1106
+ }
1107
+ ]
1108
+ },
1109
+ {
1110
+ "name": "umb-empty-state",
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[]`} - ",
1112
+ "attributes": [
1113
+ {
1114
+ "name": "size",
1115
+ "description": "`size` {`\"small\" | \"large\"`} - Set the text size\n\nProperty: size\n\nDefault: large",
1116
+ "values": [
1117
+ {
1118
+ "name": "small"
1119
+ },
1120
+ {
1121
+ "name": "large"
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "name": "position",
1127
+ "description": "`position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperty: position",
1128
+ "values": [
1129
+ {
1130
+ "name": "center"
1131
+ }
1132
+ ]
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "umb-entity-action-list",
1138
+ "description": "Attributes:\n\n * `entity-type` {`string`} - \n\n * `unique` {`string | undefined`} - \n\nProperties:\n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `unique` {`string | undefined`} - \n\n * `_entityActions` {`any[] | undefined`} - ",
1139
+ "attributes": [
1140
+ {
1141
+ "name": "entity-type",
1142
+ "description": "`entity-type` {`string`} - \n\nProperty: entityType"
1143
+ },
1144
+ {
1145
+ "name": "unique",
1146
+ "description": "`unique` {`string | undefined`} - \n\nProperty: unique",
1147
+ "values": []
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "name": "umb-entity-action",
1153
+ "description": "Attributes:\n\n * `unique` {`string | undefined`} - \n\nProperties:\n\n * `_unique` {`string | undefined`} - \n\n * `unique` {`string | undefined`} - \n\n * `_manifest` - \n\n * `manifest` - ",
1154
+ "attributes": [
1155
+ {
1156
+ "name": "unique",
1157
+ "description": "`unique` {`string | undefined`} - \n\nProperty: unique",
1158
+ "values": []
1159
+ }
1160
+ ]
1161
+ },
1162
+ {
1163
+ "name": "umb-entity-bulk-action",
1164
+ "description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_manifest` - \n\n * `manifest` - ",
1165
+ "attributes": []
1166
+ },
1167
+ {
1168
+ "name": "umb-extension-slot",
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` - ",
1170
+ "attributes": [
1171
+ {
1172
+ "name": "type",
1173
+ "description": "`type` {`string`} - \n\nProperty: type\n\nDefault: "
1174
+ },
1175
+ {
1176
+ "name": "default-element",
1177
+ "description": "`default-element` {`string`} - \n\nProperty: defaultElement\n\nDefault: "
1178
+ },
1179
+ {
1180
+ "name": "renderMethod",
1181
+ "description": "`renderMethod` - \n\nProperty: renderMethod\n\nDefault: (extension) =>\n\t\textension.component"
1182
+ }
1183
+ ]
1184
+ },
1185
+ {
1186
+ "name": "umb-footer-layout",
1187
+ "description": "Slots:\n\n * `default` {} - Slot footer items\n\n * `actions` {} - Slot actions\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
1188
+ "attributes": []
1189
+ },
1190
+ {
1191
+ "name": "umb-header-app-button",
1192
+ "description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
1193
+ "attributes": []
1194
+ },
1195
+ {
1196
+ "name": "umb-history-item",
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[]`} - ",
1198
+ "attributes": [
1199
+ {
1200
+ "name": "src",
1201
+ "description": "`src` {`string | undefined`} - \n\nProperty: src",
1202
+ "values": []
1203
+ },
1204
+ {
1205
+ "name": "name",
1206
+ "description": "`name` {`string | undefined`} - \n\nProperty: name",
1207
+ "values": []
1208
+ },
1209
+ {
1210
+ "name": "detail",
1211
+ "description": "`detail` {`string | undefined`} - \n\nProperty: detail",
1212
+ "values": []
1213
+ }
1214
+ ]
1215
+ },
1216
+ {
1217
+ "name": "umb-history-list",
1218
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
1219
+ "attributes": []
1220
+ },
1221
+ {
1222
+ "name": "umb-input-checkbox-list",
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`} - ",
1224
+ "attributes": [
1225
+ {
1226
+ "name": "list",
1227
+ "description": "`list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\nProperty: list\n\nDefault: "
1228
+ },
1229
+ {
1230
+ "name": "value",
1231
+ "description": "`value` {`string`} - \n\nProperty: value"
1232
+ },
1233
+ {
1234
+ "name": "onchange",
1235
+ "description": "`change` {`CustomEvent<unknown>`} - "
1236
+ }
1237
+ ]
1238
+ },
1239
+ {
1240
+ "name": "umb-input-color-picker",
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`} - ",
1242
+ "attributes": [
1243
+ {
1244
+ "name": "showLabels",
1245
+ "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
1246
+ "valueSet": "v"
1247
+ },
1248
+ {
1249
+ "name": "swatches",
1250
+ "description": "`swatches` {`any[] | undefined`} - \n\nProperty: swatches",
1251
+ "values": []
1252
+ },
1253
+ {
1254
+ "name": "onchange",
1255
+ "description": "`change` {`CustomEvent<unknown>`} - "
1256
+ }
1257
+ ]
1258
+ },
1259
+ {
1260
+ "name": "umb-input-culture-select",
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`} - ",
1262
+ "attributes": [
1263
+ {
1264
+ "name": "disabled",
1265
+ "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
1266
+ "valueSet": "v"
1267
+ },
1268
+ {
1269
+ "name": "readonly",
1270
+ "description": "`readonly` {boolean} - Disables the input\n\nProperty: readonly\n\nDefault: false",
1271
+ "valueSet": "v"
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "name": "umb-input-document-picker",
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`} - ",
1278
+ "attributes": [
1279
+ {
1280
+ "name": "min",
1281
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1282
+ "values": []
1283
+ },
1284
+ {
1285
+ "name": "max",
1286
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1287
+ "values": []
1288
+ },
1289
+ {
1290
+ "name": "min-message",
1291
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1292
+ },
1293
+ {
1294
+ "name": "maxMessage",
1295
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1296
+ },
1297
+ {
1298
+ "name": "value",
1299
+ "description": "`value` {`string`} - \n\nProperty: value"
1300
+ },
1301
+ {
1302
+ "name": "onchange",
1303
+ "description": "`change` {`CustomEvent<unknown>`} - "
1304
+ }
1305
+ ]
1306
+ },
1307
+ {
1308
+ "name": "umb-input-document-type-picker",
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`} - ",
1310
+ "attributes": [
1311
+ {
1312
+ "name": "selectedIds",
1313
+ "description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
1314
+ },
1315
+ {
1316
+ "name": "value",
1317
+ "description": "`value` {`string`} - \n\nProperty: value"
1318
+ },
1319
+ {
1320
+ "name": "onchange",
1321
+ "description": "`change` {`CustomEvent<unknown>`} - "
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "name": "umb-input-eye-dropper",
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`} - ",
1328
+ "attributes": [
1329
+ {
1330
+ "name": "opacity",
1331
+ "description": "`opacity` {`boolean`} - \n\nProperty: opacity\n\nDefault: false",
1332
+ "valueSet": "v"
1333
+ },
1334
+ {
1335
+ "name": "swatches",
1336
+ "description": "`swatches` {`string[]`} - \n\nProperty: swatches\n\nDefault: "
1337
+ },
1338
+ {
1339
+ "name": "onchange",
1340
+ "description": "`change` {`CustomEvent<unknown>`} - "
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "name": "umb-input-language-picker",
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`} - ",
1347
+ "attributes": [
1348
+ {
1349
+ "name": "min",
1350
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
1351
+ },
1352
+ {
1353
+ "name": "max",
1354
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
1355
+ },
1356
+ {
1357
+ "name": "min-message",
1358
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1359
+ },
1360
+ {
1361
+ "name": "maxMessage",
1362
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1363
+ },
1364
+ {
1365
+ "name": "value",
1366
+ "description": "`value` {`string`} - \n\nProperty: value"
1367
+ }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "name": "umb-input-media-picker",
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`} - ",
1373
+ "attributes": [
1374
+ {
1375
+ "name": "min",
1376
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1377
+ "values": []
1378
+ },
1379
+ {
1380
+ "name": "max",
1381
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1382
+ "values": []
1383
+ },
1384
+ {
1385
+ "name": "min-message",
1386
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1387
+ },
1388
+ {
1389
+ "name": "maxMessage",
1390
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1391
+ },
1392
+ {
1393
+ "name": "value",
1394
+ "description": "`value` {`string`} - \n\nProperty: value"
1395
+ },
1396
+ {
1397
+ "name": "onchange",
1398
+ "description": "`change` {`CustomEvent<unknown>`} - "
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "name": "umb-input-multi-url-picker",
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`} - ",
1405
+ "attributes": [
1406
+ {
1407
+ "name": "alias",
1408
+ "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
1409
+ "values": []
1410
+ },
1411
+ {
1412
+ "name": "variantId",
1413
+ "description": "`variantId` - \n\nProperty: variantId",
1414
+ "values": []
1415
+ },
1416
+ {
1417
+ "name": "min",
1418
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1419
+ "values": []
1420
+ },
1421
+ {
1422
+ "name": "max",
1423
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1424
+ "values": []
1425
+ },
1426
+ {
1427
+ "name": "min-message",
1428
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1429
+ },
1430
+ {
1431
+ "name": "maxMessage",
1432
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1433
+ },
1434
+ {
1435
+ "name": "hide-anchor",
1436
+ "description": "`hide-anchor` {`boolean | undefined`} - \n\nProperty: hideAnchor",
1437
+ "values": []
1438
+ },
1439
+ {
1440
+ "name": "ignoreUserStartNodes",
1441
+ "description": "`ignoreUserStartNodes` {`boolean | undefined`} - \n\nProperty: ignoreUserStartNodes",
1442
+ "values": []
1443
+ },
1444
+ {
1445
+ "name": "overlaySize",
1446
+ "description": "`overlaySize` {UUIModalSidebarSize} - \n\nProperty: overlaySize\n\nDefault: \"small\"",
1447
+ "values": [
1448
+ {
1449
+ "name": "small"
1450
+ },
1451
+ {
1452
+ "name": "large"
1453
+ },
1454
+ {
1455
+ "name": "medium"
1456
+ },
1457
+ {
1458
+ "name": "full"
1459
+ }
1460
+ ]
1461
+ },
1462
+ {
1463
+ "name": "onchange",
1464
+ "description": "`change` {`CustomEvent<unknown>`} - when the value of the input changes"
1465
+ },
1466
+ {
1467
+ "name": "onblur",
1468
+ "description": "`blur` {} - when the input loses focus"
1469
+ },
1470
+ {
1471
+ "name": "onfocus",
1472
+ "description": "`focus` {} - when the input gains focus"
1473
+ }
1474
+ ]
1475
+ },
1476
+ {
1477
+ "name": "umb-input-number-range",
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`} - ",
1479
+ "attributes": [
1480
+ {
1481
+ "name": "min-label",
1482
+ "description": "`min-label` {`string`} - \n\nProperty: minLabel\n\nDefault: Low value"
1483
+ },
1484
+ {
1485
+ "name": "max-label",
1486
+ "description": "`max-label` {`string`} - \n\nProperty: maxLabel\n\nDefault: High value"
1487
+ },
1488
+ {
1489
+ "name": "minValue",
1490
+ "description": "`minValue` {`number | undefined`} - \n\nProperty: minValue",
1491
+ "values": []
1492
+ },
1493
+ {
1494
+ "name": "maxValue",
1495
+ "description": "`maxValue` {`number | undefined`} - \n\nProperty: maxValue",
1496
+ "values": []
1497
+ },
1498
+ {
1499
+ "name": "value",
1500
+ "description": "`value` {`string`} - \n\nProperty: value"
1501
+ },
1502
+ {
1503
+ "name": "onchange",
1504
+ "description": "`change` {`CustomEvent<unknown>`} - "
1505
+ }
1506
+ ]
1507
+ },
1508
+ {
1509
+ "name": "umb-input-radio-button-list",
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`} - ",
1511
+ "attributes": [
1512
+ {
1513
+ "name": "list",
1514
+ "description": "`list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\nProperty: list\n\nDefault: "
1515
+ },
1516
+ {
1517
+ "name": "value",
1518
+ "description": "`value` {`string`} - \n\nProperty: value"
1519
+ },
1520
+ {
1521
+ "name": "onchange",
1522
+ "description": "`change` {`CustomEvent<unknown>`} - "
1523
+ }
1524
+ ]
1525
+ },
1526
+ {
1527
+ "name": "umb-input-section",
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` - ",
1529
+ "attributes": [
1530
+ {
1531
+ "name": "value",
1532
+ "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
1533
+ },
1534
+ {
1535
+ "name": "multiple",
1536
+ "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
1537
+ "valueSet": "v"
1538
+ },
1539
+ {
1540
+ "name": "modalType",
1541
+ "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
1542
+ },
1543
+ {
1544
+ "name": "modalSize",
1545
+ "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
1546
+ "values": [
1547
+ {
1548
+ "name": "small"
1549
+ },
1550
+ {
1551
+ "name": "large"
1552
+ },
1553
+ {
1554
+ "name": "medium"
1555
+ },
1556
+ {
1557
+ "name": "full"
1558
+ }
1559
+ ]
1560
+ },
1561
+ {
1562
+ "name": "onchange",
1563
+ "description": "`change` {`CustomEvent<unknown>`} - "
1564
+ }
1565
+ ]
1566
+ },
1567
+ {
1568
+ "name": "umb-input-slider",
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`} - ",
1570
+ "attributes": [
1571
+ {
1572
+ "name": "min",
1573
+ "description": "`min` {`number`} - \n\nProperty: min\n\nDefault: 0"
1574
+ },
1575
+ {
1576
+ "name": "max",
1577
+ "description": "`max` {`number`} - \n\nProperty: max\n\nDefault: 100"
1578
+ },
1579
+ {
1580
+ "name": "step",
1581
+ "description": "`step` {`number`} - \n\nProperty: step\n\nDefault: 1"
1582
+ },
1583
+ {
1584
+ "name": "initVal1",
1585
+ "description": "`initVal1` {`number`} - \n\nProperty: initVal1\n\nDefault: 0"
1586
+ },
1587
+ {
1588
+ "name": "initVal2",
1589
+ "description": "`initVal2` {`number`} - \n\nProperty: initVal2\n\nDefault: 0"
1590
+ },
1591
+ {
1592
+ "name": "enable-range",
1593
+ "description": "`enable-range` {`boolean`} - \n\nProperty: enableRange\n\nDefault: false",
1594
+ "valueSet": "v"
1595
+ },
1596
+ {
1597
+ "name": "onchange",
1598
+ "description": "`change` {`CustomEvent<unknown>`} - "
1599
+ }
1600
+ ]
1601
+ },
1602
+ {
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`} - ",
1605
+ "attributes": [
1606
+ {
1607
+ "name": "min",
1608
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
1609
+ "values": []
1610
+ },
1611
+ {
1612
+ "name": "max",
1613
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
1614
+ "values": []
1615
+ },
1616
+ {
1617
+ "name": "min-message",
1618
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
1619
+ },
1620
+ {
1621
+ "name": "maxMessage",
1622
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
1623
+ },
1624
+ {
1625
+ "name": "selectedIds",
1626
+ "description": "`selectedIds` {`(string | null)[]`} - \n\nProperty: selectedIds"
1627
+ },
1628
+ {
1629
+ "name": "defaultId",
1630
+ "description": "`defaultId` {`string`} - \n\nProperty: defaultId"
1631
+ },
1632
+ {
1633
+ "name": "onchange",
1634
+ "description": "`change` {`CustomEvent<unknown>`} - "
1635
+ }
1636
+ ]
1637
+ },
1638
+ {
1639
+ "name": "umb-input-toggle",
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`} - ",
1641
+ "attributes": [
1642
+ {
1643
+ "name": "checked",
1644
+ "description": "`checked` {`boolean`} - \n\nProperty: checked",
1645
+ "valueSet": "v"
1646
+ },
1647
+ {
1648
+ "name": "showLabels",
1649
+ "description": "`showLabels` {`boolean`} - \n\nProperty: showLabels\n\nDefault: false",
1650
+ "valueSet": "v"
1651
+ },
1652
+ {
1653
+ "name": "labelOn",
1654
+ "description": "`labelOn` {`string | undefined`} - \n\nProperty: labelOn",
1655
+ "values": []
1656
+ },
1657
+ {
1658
+ "name": "labelOff",
1659
+ "description": "`labelOff` {`string | undefined`} - \n\nProperty: labelOff",
1660
+ "values": []
1661
+ },
1662
+ {
1663
+ "name": "onchange",
1664
+ "description": "`change` {`CustomEvent<unknown>`} - "
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
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`} - ",
1671
+ "attributes": [
1672
+ {
1673
+ "name": "keys",
1674
+ "description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
1675
+ },
1676
+ {
1677
+ "name": "fileExtensions",
1678
+ "description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
1679
+ "values": []
1680
+ },
1681
+ {
1682
+ "name": "multiple",
1683
+ "description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
1684
+ "valueSet": "v"
1685
+ },
1686
+ {
1687
+ "name": "onchange",
1688
+ "description": "`change` {`CustomEvent<unknown>`} - "
1689
+ }
1690
+ ]
1691
+ },
1692
+ {
1693
+ "name": "umb-input-user-group",
1694
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
1695
+ "attributes": [
1696
+ {
1697
+ "name": "value",
1698
+ "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
1699
+ },
1700
+ {
1701
+ "name": "multiple",
1702
+ "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
1703
+ "valueSet": "v"
1704
+ },
1705
+ {
1706
+ "name": "modalType",
1707
+ "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
1708
+ },
1709
+ {
1710
+ "name": "modalSize",
1711
+ "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
1712
+ "values": [
1713
+ {
1714
+ "name": "small"
1715
+ },
1716
+ {
1717
+ "name": "large"
1718
+ },
1719
+ {
1720
+ "name": "medium"
1721
+ },
1722
+ {
1723
+ "name": "full"
1724
+ }
1725
+ ]
1726
+ },
1727
+ {
1728
+ "name": "onchange",
1729
+ "description": "`change` {`CustomEvent<unknown>`} - "
1730
+ }
1731
+ ]
1732
+ },
1733
+ {
1734
+ "name": "umb-menu-item-base",
1735
+ "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[]`} - ",
1736
+ "attributes": [
1737
+ {
1738
+ "name": "entity-type",
1739
+ "description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
1740
+ "values": []
1741
+ },
1742
+ {
1743
+ "name": "icon-name",
1744
+ "description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
1745
+ },
1746
+ {
1747
+ "name": "label",
1748
+ "description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
1749
+ },
1750
+ {
1751
+ "name": "has-children",
1752
+ "description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
1753
+ "valueSet": "v"
1754
+ }
1755
+ ]
1756
+ },
1757
+ {
1758
+ "name": "umb-menu-item",
1759
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
1760
+ "attributes": []
1761
+ },
1762
+ {
1763
+ "name": "umb-menu",
1764
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1765
+ "attributes": [
1766
+ {
1767
+ "name": "manifest",
1768
+ "description": "`manifest` - \n\nProperty: manifest"
1769
+ }
1770
+ ]
1771
+ },
1772
+ {
1773
+ "name": "umb-property-type-based-property",
1774
+ "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[]`} - ",
1775
+ "attributes": [
1776
+ {
1777
+ "name": "propertyVariantId",
1778
+ "description": "`propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperty: propertyVariantId\n\nDefault: undefined",
1779
+ "values": []
1780
+ }
1781
+ ]
1782
+ },
1783
+ {
1784
+ "name": "umb-ref-property-editor-ui",
1785
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `unselected` - fires when the ref is unselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `alias` {string} - Alias\n\n * `property-editor-model-alias` {string} - Property Editor Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\nProperties:\n\n * `alias` {string} - Alias\n\n * `propertyEditorAlias` {string} - Property Editor Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` - \n\n * `fallbackIcon` {`string`} - \n\n * `_onSlotIconChange` - \n\n * `_renderFallbackIcon` - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state",
1786
+ "attributes": [
1787
+ {
1788
+ "name": "alias",
1789
+ "description": "`alias` {string} - Alias\n\nProperty: alias\n\nDefault: ''"
1790
+ },
1791
+ {
1792
+ "name": "property-editor-model-alias",
1793
+ "description": "`property-editor-model-alias` {string} - Property Editor Alias\n\nProperty: propertyEditorAlias\n\nDefault: ''"
1794
+ },
1795
+ {
1796
+ "name": "name",
1797
+ "description": "`name` {string} - Node name\n\nProperty: name\n\nDefault: ''"
1798
+ },
1799
+ {
1800
+ "name": "detail",
1801
+ "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
1802
+ },
1803
+ {
1804
+ "name": "disabled",
1805
+ "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
1806
+ "valueSet": "v"
1807
+ },
1808
+ {
1809
+ "name": "error",
1810
+ "description": "`error` {boolean} - Set to true to display error state\n\nProperty: error\n\nDefault: false",
1811
+ "valueSet": "v"
1812
+ },
1813
+ {
1814
+ "name": "onopen",
1815
+ "description": "`open` - fires when the ref title is clicked"
1816
+ },
1817
+ {
1818
+ "name": "onselected",
1819
+ "description": "`selected` - fires when the ref is selected"
1820
+ },
1821
+ {
1822
+ "name": "onunselected",
1823
+ "description": "`unselected` - fires when the ref is unselected"
1824
+ }
1825
+ ]
1826
+ },
1827
+ {
1828
+ "name": "umb-section-main",
1829
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
1830
+ "attributes": []
1831
+ },
1832
+ {
1833
+ "name": "umb-section-sidebar-context-menu",
1834
+ "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[]`} - ",
1835
+ "attributes": []
1836
+ },
1837
+ {
1838
+ "name": "umb-section-sidebar-menu",
1839
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
1840
+ "attributes": [
1841
+ {
1842
+ "name": "manifest",
1843
+ "description": "`manifest` - \n\nProperty: manifest"
1844
+ }
1845
+ ]
1846
+ },
1847
+ {
1848
+ "name": "umb-section-sidebar",
1849
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
1850
+ "attributes": []
1851
+ },
1852
+ {
1853
+ "name": "umb-section-views",
1854
+ "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[]`} - ",
1855
+ "attributes": [
1856
+ {
1857
+ "name": "section-alias",
1858
+ "description": "`section-alias` {`string | undefined`} - \n\nProperty: sectionAlias",
1859
+ "values": []
1860
+ }
1861
+ ]
1862
+ },
1863
+ {
1864
+ "name": "umb-section-default",
1865
+ "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[]`} - ",
1866
+ "attributes": [
1867
+ {
1868
+ "name": "manifest",
1869
+ "description": "`manifest` - \n\nProperty: manifest"
1870
+ }
1871
+ ]
1872
+ },
1873
+ {
1874
+ "name": "umb-table",
1875
+ "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[]`} - ",
1876
+ "attributes": [
1877
+ {
1878
+ "name": "onselected",
1879
+ "description": "`selected` - fires when a row is selected"
1880
+ },
1881
+ {
1882
+ "name": "ondeselected",
1883
+ "description": "`deselected` - fires when a row is deselected"
1884
+ },
1885
+ {
1886
+ "name": "onsort",
1887
+ "description": "`sort` - fires when a column order is changed"
1888
+ }
1889
+ ]
1890
+ },
1891
+ {
1892
+ "name": "umb-template-card",
1893
+ "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`} - ",
1894
+ "attributes": [
1895
+ {
1896
+ "name": "default",
1897
+ "description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
1898
+ "valueSet": "v"
1899
+ },
1900
+ {
1901
+ "name": "id",
1902
+ "description": "`id` {`string`} - \n\nProperty: id"
1903
+ },
1904
+ {
1905
+ "name": "name",
1906
+ "description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
1907
+ },
1908
+ {
1909
+ "name": "onopen",
1910
+ "description": "`open` {`CustomEvent<unknown>`} - "
1911
+ },
1912
+ {
1913
+ "name": "onselected",
1914
+ "description": "`selected` {} - "
1915
+ },
1916
+ {
1917
+ "name": "onchange",
1918
+ "description": "`change` {`CustomEvent<unknown>`} - "
1919
+ }
1920
+ ]
1921
+ },
1922
+ {
1923
+ "name": "umb-tooltip-menu",
1924
+ "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[]`} - ",
1925
+ "attributes": [
1926
+ {
1927
+ "name": "icon-only",
1928
+ "description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
1929
+ "valueSet": "v"
1930
+ },
1931
+ {
1932
+ "name": "items",
1933
+ "description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
1934
+ }
1935
+ ]
1936
+ },
1937
+ {
1938
+ "name": "umb-entity-tree-item",
1939
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1940
+ "attributes": []
1941
+ },
1942
+ {
1943
+ "name": "umb-tree-item-base",
1944
+ "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[]`} - ",
1945
+ "attributes": []
1946
+ },
1947
+ {
1948
+ "name": "umb-tree-item",
1949
+ "description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
1950
+ "attributes": []
1951
+ },
1952
+ {
1953
+ "name": "umb-menu-item-tree",
1954
+ "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - ",
1955
+ "attributes": [
1956
+ {
1957
+ "name": "manifest",
1958
+ "description": "`manifest` - \n\nProperty: manifest"
1959
+ }
1960
+ ]
1961
+ },
1962
+ {
1963
+ "name": "umb-tree",
1964
+ "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` - ",
1965
+ "attributes": [
1966
+ {
1967
+ "name": "alias",
1968
+ "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
1969
+ "values": []
1970
+ },
1971
+ {
1972
+ "name": "selectable",
1973
+ "description": "`selectable` - \n\nProperty: selectable"
1974
+ },
1975
+ {
1976
+ "name": "selection",
1977
+ "description": "`selection` - \n\nProperty: selection"
1978
+ },
1979
+ {
1980
+ "name": "multiple",
1981
+ "description": "`multiple` - \n\nProperty: multiple"
1982
+ },
1983
+ {
1984
+ "name": "hide-tree-root",
1985
+ "description": "`hide-tree-root` {`boolean`} - \n\nProperty: hideTreeRoot",
1986
+ "valueSet": "v"
1987
+ }
1988
+ ]
1989
+ },
1990
+ {
1991
+ "name": "umb-variant-selector",
1992
+ "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[]`} - ",
1993
+ "attributes": [
1994
+ {
1995
+ "name": "alias",
1996
+ "description": "`alias` {`string`} - \n\nProperty: alias"
1997
+ },
1998
+ {
1999
+ "name": "_activeVariantsCultures",
2000
+ "description": "`_activeVariantsCultures` {`string[]`} - \n\nProperty: _activeVariantsCultures"
2001
+ }
2002
+ ]
2003
+ },
2004
+ {
2005
+ "name": "umb-variantable-property",
2006
+ "description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
2007
+ "attributes": []
2008
+ },
2009
+ {
2010
+ "name": "umb-workspace-property",
2011
+ "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[]`} - ",
2012
+ "attributes": [
2013
+ {
2014
+ "name": "label",
2015
+ "description": "`label` {string} - Label. Name of the property\n\nProperty: label\n\nDefault: ''"
2016
+ },
2017
+ {
2018
+ "name": "description",
2019
+ "description": "`description` {string} - Description: render a description underneath the label.\n\nProperty: description\n\nDefault: ''"
2020
+ },
2021
+ {
2022
+ "name": "alias",
2023
+ "description": "`alias` {string} - Alias\n\nProperty: alias\n\nDefault: ''"
2024
+ },
2025
+ {
2026
+ "name": "_propertyEditorUiAlias",
2027
+ "description": "`_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\nProperty: _propertyEditorUiAlias\n\nDefault: ''"
2028
+ },
2029
+ {
2030
+ "name": "property-editor-ui-alias",
2031
+ "description": "`property-editor-ui-alias` {`string`} - \n\nProperty: propertyEditorUiAlias"
2032
+ },
2033
+ {
2034
+ "name": "value",
2035
+ "description": "`value` {unknown} - Property Value, this is the value stored in the property.\n\nProperty: value\n\nDefault: undefined"
2036
+ },
2037
+ {
2038
+ "name": "config",
2039
+ "description": "`config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\nProperty: config\n\nDefault: ''"
2040
+ },
2041
+ {
2042
+ "name": "propertyVariantId",
2043
+ "description": "`propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperty: propertyVariantId\n\nDefault: null",
2044
+ "values": []
2045
+ }
2046
+ ]
2047
+ },
2048
+ {
2049
+ "name": "umb-workspace-action-menu",
2050
+ "description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2051
+ "attributes": []
2052
+ },
2053
+ {
2054
+ "name": "umb-workspace-action",
2055
+ "description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
2056
+ "attributes": []
2057
+ },
2058
+ {
2059
+ "name": "umb-workspace-view-collection",
2060
+ "description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
2061
+ "attributes": []
2062
+ },
2063
+ {
2064
+ "name": "umb-workspace-editor",
2065
+ "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[]`} - ",
2066
+ "attributes": [
2067
+ {
2068
+ "name": "headline",
2069
+ "description": "`headline` {`string`} - \n\nProperty: headline\n\nDefault: "
2070
+ },
2071
+ {
2072
+ "name": "hideNavigation",
2073
+ "description": "`hideNavigation` {`boolean`} - \n\nProperty: hideNavigation\n\nDefault: false",
2074
+ "valueSet": "v"
2075
+ },
2076
+ {
2077
+ "name": "enforceNoFooter",
2078
+ "description": "`enforceNoFooter` {`boolean`} - \n\nProperty: enforceNoFooter\n\nDefault: false",
2079
+ "valueSet": "v"
2080
+ },
2081
+ {
2082
+ "name": "alias",
2083
+ "description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
2084
+ }
2085
+ ]
2086
+ },
2087
+ {
2088
+ "name": "umb-workspace-footer",
2089
+ "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[]`} - ",
2090
+ "attributes": [
2091
+ {
2092
+ "name": "alias",
2093
+ "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: ''"
2094
+ }
2095
+ ]
2096
+ },
2097
+ {
2098
+ "name": "umb-workspace-property-layout",
2099
+ "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[]`} - ",
2100
+ "attributes": [
2101
+ {
2102
+ "name": "alias",
2103
+ "description": "`alias` {string} - Alias. The technical name of the property.\n\nProperty: alias\n\nDefault: ''"
2104
+ },
2105
+ {
2106
+ "name": "label",
2107
+ "description": "`label` {string} - Label. Name of the property.\n\nProperty: label\n\nDefault: ''"
2108
+ },
2109
+ {
2110
+ "name": "orientation",
2111
+ "description": "`orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\nProperty: orientation\n\nDefault: ''",
2112
+ "values": [
2113
+ {
2114
+ "name": "horizontal"
2115
+ },
2116
+ {
2117
+ "name": "vertical"
2118
+ }
2119
+ ]
2120
+ },
2121
+ {
2122
+ "name": "description",
2123
+ "description": "`description` {string} - Description: render a description underneath the label.\n\nProperty: description\n\nDefault: ''"
2124
+ }
2125
+ ]
2126
+ },
2127
+ {
2128
+ "name": "umb-workspace-variant",
2129
+ "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[]`} - ",
2130
+ "attributes": [
2131
+ {
2132
+ "name": "alias",
2133
+ "description": "`alias` {`string`} - \n\nProperty: alias"
2134
+ },
2135
+ {
2136
+ "name": "displayNavigation",
2137
+ "description": "`displayNavigation` {`boolean`} - \n\nProperty: displayNavigation\n\nDefault: false",
2138
+ "valueSet": "v"
2139
+ },
2140
+ {
2141
+ "name": "splitViewIndex",
2142
+ "description": "`splitViewIndex` {`number`} - \n\nProperty: splitViewIndex"
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "name": "umb-workspace",
2148
+ "description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
2149
+ "attributes": [
2150
+ {
2151
+ "name": "entity-type",
2152
+ "description": "`entity-type` {`string`} - \n\nProperty: entityType\n\nDefault: "
2153
+ }
2154
+ ]
2155
+ },
2156
+ {
2157
+ "name": "umb-confirm-modal",
2158
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
2159
+ "attributes": [
2160
+ {
2161
+ "name": "data",
2162
+ "description": "`data` - \n\nProperty: data"
2163
+ }
2164
+ ]
2165
+ },
2166
+ {
2167
+ "name": "umb-embedded-media-modal",
2168
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
2169
+ "attributes": [
2170
+ {
2171
+ "name": "data",
2172
+ "description": "`data` - \n\nProperty: data"
2173
+ }
2174
+ ]
2175
+ },
2176
+ {
2177
+ "name": "umb-folder-modal",
2178
+ "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[]`} - ",
2179
+ "attributes": []
2180
+ },
2181
+ {
2182
+ "name": "umb-icon-picker-modal",
2183
+ "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[]`} - ",
2184
+ "attributes": []
2185
+ },
2186
+ {
2187
+ "name": "umb-link-picker-modal",
2188
+ "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[]`} - ",
2189
+ "attributes": []
2190
+ },
2191
+ {
2192
+ "name": "umb-property-settings-modal",
2193
+ "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[]`} - ",
2194
+ "attributes": []
2195
+ },
2196
+ {
2197
+ "name": "umb-section-picker-modal",
2198
+ "description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2199
+ "attributes": []
2200
+ },
2201
+ {
2202
+ "name": "umb-template-picker-modal",
2203
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2204
+ "attributes": []
2205
+ },
2206
+ {
2207
+ "name": "umb-template-modal",
2208
+ "description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2209
+ "attributes": []
2210
+ },
2211
+ {
2212
+ "name": "umb-property-action-clear",
2213
+ "description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
2214
+ "attributes": [
2215
+ {
2216
+ "name": "value",
2217
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2218
+ },
2219
+ {
2220
+ "name": "onclose",
2221
+ "description": "`close` {`CustomEvent<unknown>`} - "
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "name": "umb-property-action-copy",
2227
+ "description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_notificationContext` - \n\n * `value` {`string`} - ",
2228
+ "attributes": [
2229
+ {
2230
+ "name": "value",
2231
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2232
+ },
2233
+ {
2234
+ "name": "onclose",
2235
+ "description": "`close` {`CustomEvent<unknown>`} - "
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "name": "umb-property-action-menu",
2241
+ "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` - ",
2242
+ "attributes": [
2243
+ {
2244
+ "name": "value",
2245
+ "description": "`value` {`string | undefined`} - \n\nProperty: value",
2246
+ "values": []
2247
+ },
2248
+ {
2249
+ "name": "propertyEditorUiAlias",
2250
+ "description": "`propertyEditorUiAlias` {`string`} - \n\nProperty: propertyEditorUiAlias"
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "name": "umb-property-action",
2256
+ "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`} - ",
2257
+ "attributes": [
2258
+ {
2259
+ "name": "propertyAction",
2260
+ "description": "`propertyAction` - \n\nProperty: propertyAction"
2261
+ },
2262
+ {
2263
+ "name": "value",
2264
+ "description": "`value` {`string | undefined`} - \n\nProperty: value",
2265
+ "values": []
2266
+ }
2267
+ ]
2268
+ },
2269
+ {
2270
+ "name": "umb-property-creator",
2271
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2272
+ "attributes": []
2273
+ },
2274
+ {
2275
+ "name": "umb-property-editor-ui-picker-modal",
2276
+ "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[]`} - ",
2277
+ "attributes": [
2278
+ {
2279
+ "name": "data",
2280
+ "description": "`data` - \n\nProperty: data"
2281
+ }
2282
+ ]
2283
+ },
2284
+ {
2285
+ "name": "umb-property-editor-config",
2286
+ "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[]`} - ",
2287
+ "attributes": [
2288
+ {
2289
+ "name": "_propertyEditorUiAlias",
2290
+ "description": "`_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\nProperty: _propertyEditorUiAlias\n\nDefault: ''"
2291
+ },
2292
+ {
2293
+ "name": "property-editor-ui-alias",
2294
+ "description": "`property-editor-ui-alias` {`string`} - \n\nProperty: propertyEditorUiAlias"
2295
+ },
2296
+ {
2297
+ "name": "data",
2298
+ "description": "`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\nProperty: data\n\nDefault: []"
2299
+ }
2300
+ ]
2301
+ },
2302
+ {
2303
+ "name": "umb-property-editor-ui-block-grid-block-configuration",
2304
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2305
+ "attributes": [
2306
+ {
2307
+ "name": "value",
2308
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2309
+ }
2310
+ ]
2311
+ },
2312
+ {
2313
+ "name": "umb-property-editor-ui-block-grid-group-configuration",
2314
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2315
+ "attributes": [
2316
+ {
2317
+ "name": "value",
2318
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2319
+ }
2320
+ ]
2321
+ },
2322
+ {
2323
+ "name": "umb-property-editor-ui-block-grid-stylesheet-picker",
2324
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2325
+ "attributes": [
2326
+ {
2327
+ "name": "value",
2328
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2329
+ }
2330
+ ]
2331
+ },
2332
+ {
2333
+ "name": "umb-property-editor-ui-block-grid-inner-test",
2334
+ "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[]`} - ",
2335
+ "attributes": [
2336
+ {
2337
+ "name": "name",
2338
+ "description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
2339
+ }
2340
+ ]
2341
+ },
2342
+ {
2343
+ "name": "umb-property-editor-ui-block-grid",
2344
+ "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[]`} - ",
2345
+ "attributes": [
2346
+ {
2347
+ "name": "value",
2348
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2349
+ }
2350
+ ]
2351
+ },
2352
+ {
2353
+ "name": "umb-property-editor-ui-block-list-block-configuration",
2354
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2355
+ "attributes": [
2356
+ {
2357
+ "name": "value",
2358
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2359
+ }
2360
+ ]
2361
+ },
2362
+ {
2363
+ "name": "umb-property-editor-ui-block-list",
2364
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2365
+ "attributes": [
2366
+ {
2367
+ "name": "value",
2368
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2369
+ }
2370
+ ]
2371
+ },
2372
+ {
2373
+ "name": "umb-property-editor-ui-checkbox-list",
2374
+ "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[]`} - ",
2375
+ "attributes": [
2376
+ {
2377
+ "name": "value",
2378
+ "description": "`value` {`string[]`} - \n\nProperty: value"
2379
+ },
2380
+ {
2381
+ "name": "onproperty-value-change",
2382
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2383
+ }
2384
+ ]
2385
+ },
2386
+ {
2387
+ "name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
2388
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2389
+ "attributes": [
2390
+ {
2391
+ "name": "value",
2392
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2393
+ }
2394
+ ]
2395
+ },
2396
+ {
2397
+ "name": "umb-property-editor-ui-collection-view-column-configuration",
2398
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2399
+ "attributes": [
2400
+ {
2401
+ "name": "value",
2402
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2403
+ }
2404
+ ]
2405
+ },
2406
+ {
2407
+ "name": "umb-property-editor-ui-collection-view-layout-configuration",
2408
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2409
+ "attributes": [
2410
+ {
2411
+ "name": "value",
2412
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2413
+ }
2414
+ ]
2415
+ },
2416
+ {
2417
+ "name": "umb-property-editor-ui-collection-view-order-by",
2418
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2419
+ "attributes": [
2420
+ {
2421
+ "name": "value",
2422
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2423
+ }
2424
+ ]
2425
+ },
2426
+ {
2427
+ "name": "umb-property-editor-ui-collection-view",
2428
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2429
+ "attributes": [
2430
+ {
2431
+ "name": "value",
2432
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2433
+ }
2434
+ ]
2435
+ },
2436
+ {
2437
+ "name": "umb-property-editor-ui-color-picker",
2438
+ "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[]`} - ",
2439
+ "attributes": [
2440
+ {
2441
+ "name": "value",
2442
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2443
+ },
2444
+ {
2445
+ "name": "onproperty-value-change",
2446
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2447
+ }
2448
+ ]
2449
+ },
2450
+ {
2451
+ "name": "umb-property-editor-ui-date-picker",
2452
+ "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[]`} - ",
2453
+ "attributes": [
2454
+ {
2455
+ "name": "value",
2456
+ "description": "`value` {`string | undefined`} - \n\nProperty: value",
2457
+ "values": []
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "name": "umb-property-editor-ui-document-picker",
2463
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `_value` {`string[]`} - \n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_limitMin` {`number | undefined`} - \n\n * `_limitMax` {`number | undefined`} - ",
2464
+ "attributes": [
2465
+ {
2466
+ "name": "value",
2467
+ "description": "`value` {`string[]`} - \n\nProperty: value"
2468
+ },
2469
+ {
2470
+ "name": "onproperty-value-change",
2471
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2472
+ }
2473
+ ]
2474
+ },
2475
+ {
2476
+ "name": "umb-property-editor-ui-dropdown",
2477
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2478
+ "attributes": [
2479
+ {
2480
+ "name": "value",
2481
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2482
+ }
2483
+ ]
2484
+ },
2485
+ {
2486
+ "name": "umb-property-editor-ui-eye-dropper",
2487
+ "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[]`} - ",
2488
+ "attributes": [
2489
+ {
2490
+ "name": "value",
2491
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2492
+ },
2493
+ {
2494
+ "name": "onproperty-value-change",
2495
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2496
+ }
2497
+ ]
2498
+ },
2499
+ {
2500
+ "name": "umb-property-editor-ui-icon-picker",
2501
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
2502
+ "attributes": [
2503
+ {
2504
+ "name": "value",
2505
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2506
+ }
2507
+ ]
2508
+ },
2509
+ {
2510
+ "name": "umb-property-editor-ui-image-cropper",
2511
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2512
+ "attributes": [
2513
+ {
2514
+ "name": "value",
2515
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2516
+ }
2517
+ ]
2518
+ },
2519
+ {
2520
+ "name": "umb-property-editor-ui-image-crops-configuration",
2521
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2522
+ "attributes": [
2523
+ {
2524
+ "name": "value",
2525
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "name": "umb-property-editor-ui-label",
2531
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2532
+ "attributes": [
2533
+ {
2534
+ "name": "value",
2535
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2536
+ }
2537
+ ]
2538
+ },
2539
+ {
2540
+ "name": "umb-property-editor-ui-markdown-editor",
2541
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2542
+ "attributes": [
2543
+ {
2544
+ "name": "value",
2545
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2546
+ }
2547
+ ]
2548
+ },
2549
+ {
2550
+ "name": "umb-property-editor-ui-media-picker",
2551
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `_value` {`string[]`} - \n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_limitMin` {`number | undefined`} - \n\n * `_limitMax` {`number | undefined`} - ",
2552
+ "attributes": [
2553
+ {
2554
+ "name": "value",
2555
+ "description": "`value` {`string[]`} - \n\nProperty: value"
2556
+ },
2557
+ {
2558
+ "name": "onproperty-value-change",
2559
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2560
+ }
2561
+ ]
2562
+ },
2563
+ {
2564
+ "name": "umb-property-editor-ui-member-group-picker",
2565
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2566
+ "attributes": [
2567
+ {
2568
+ "name": "value",
2569
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "name": "umb-property-editor-ui-member-picker",
2575
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2576
+ "attributes": [
2577
+ {
2578
+ "name": "value",
2579
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2580
+ }
2581
+ ]
2582
+ },
2583
+ {
2584
+ "name": "umb-property-editor-ui-multi-url-picker",
2585
+ "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[]`} - ",
2586
+ "attributes": [
2587
+ {
2588
+ "name": "value",
2589
+ "description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
2590
+ },
2591
+ {
2592
+ "name": "onproperty-value-change",
2593
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2594
+ }
2595
+ ]
2596
+ },
2597
+ {
2598
+ "name": "umb-input-multiple-text-string-item",
2599
+ "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`} - ",
2600
+ "attributes": [
2601
+ {
2602
+ "name": "disabled",
2603
+ "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
2604
+ "valueSet": "v"
2605
+ },
2606
+ {
2607
+ "name": "readonly",
2608
+ "description": "`readonly` {boolean} - Disables the input\n\nProperty: readonly\n\nDefault: false",
2609
+ "valueSet": "v"
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "name": "umb-input-multiple-text-string",
2615
+ "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`} - ",
2616
+ "attributes": [
2617
+ {
2618
+ "name": "min",
2619
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
2620
+ "values": []
2621
+ },
2622
+ {
2623
+ "name": "max",
2624
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
2625
+ "values": []
2626
+ },
2627
+ {
2628
+ "name": "min-message",
2629
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
2630
+ },
2631
+ {
2632
+ "name": "maxMessage",
2633
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
2634
+ },
2635
+ {
2636
+ "name": "disabled",
2637
+ "description": "`disabled` {boolean} - Disables the input\n\nProperty: disabled\n\nDefault: false",
2638
+ "valueSet": "v"
2639
+ },
2640
+ {
2641
+ "name": "readonly",
2642
+ "description": "`readonly` {boolean} - Makes the input readonly\n\nProperty: readonly\n\nDefault: false",
2643
+ "valueSet": "v"
2644
+ },
2645
+ {
2646
+ "name": "items",
2647
+ "description": "`items` {`MultipleTextStringValue`} - \n\nProperty: items"
2648
+ }
2649
+ ]
2650
+ },
2651
+ {
2652
+ "name": "umb-property-editor-ui-multiple-text-string",
2653
+ "description": "Attributes:\n\n * `value` {`MultipleTextStringValue`} - \n\n * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperties:\n\n * `value` {`MultipleTextStringValue`} - \n\n * `config` {`MultipleTextStringConfigData`} - \n\n * `disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\n * `readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\n * `required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\n * `_limitMin` {`number | undefined`} - \n\n * `_limitMax` {`number | undefined`} - ",
2654
+ "attributes": [
2655
+ {
2656
+ "name": "value",
2657
+ "description": "`value` {`MultipleTextStringValue`} - \n\nProperty: value\n\nDefault: "
2658
+ },
2659
+ {
2660
+ "name": "disabled",
2661
+ "description": "`disabled` {boolean} - Disables the Multiple Text String Property Editor UI\n\nProperty: disabled\n\nDefault: false",
2662
+ "valueSet": "v"
2663
+ },
2664
+ {
2665
+ "name": "readonly",
2666
+ "description": "`readonly` {boolean} - Makes the Multiple Text String Property Editor UI readonly\n\nProperty: readonly\n\nDefault: false",
2667
+ "valueSet": "v"
2668
+ },
2669
+ {
2670
+ "name": "required",
2671
+ "description": "`required` {boolean} - Makes the Multiple Text String Property Editor UI mandatory\n\nProperty: required\n\nDefault: false",
2672
+ "valueSet": "v"
2673
+ }
2674
+ ]
2675
+ },
2676
+ {
2677
+ "name": "umb-property-editor-ui-number-range",
2678
+ "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[]`} - ",
2679
+ "attributes": [
2680
+ {
2681
+ "name": "_value",
2682
+ "description": "`_value` {`ValueType`} - \n\nProperty: _value\n\nDefault: [object Object]"
2683
+ },
2684
+ {
2685
+ "name": "onproperty-value-change",
2686
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2687
+ }
2688
+ ]
2689
+ },
2690
+ {
2691
+ "name": "umb-property-editor-ui-number",
2692
+ "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[]`} - ",
2693
+ "attributes": [
2694
+ {
2695
+ "name": "value",
2696
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2697
+ },
2698
+ {
2699
+ "name": "onproperty-value-change",
2700
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2701
+ }
2702
+ ]
2703
+ },
2704
+ {
2705
+ "name": "umb-property-editor-ui-order-direction",
2706
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2707
+ "attributes": [
2708
+ {
2709
+ "name": "value",
2710
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2711
+ }
2712
+ ]
2713
+ },
2714
+ {
2715
+ "name": "umb-property-editor-ui-overlay-size",
2716
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2717
+ "attributes": [
2718
+ {
2719
+ "name": "value",
2720
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "name": "umb-property-editor-ui-radio-button-list",
2726
+ "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[]`} - ",
2727
+ "attributes": [
2728
+ {
2729
+ "name": "value",
2730
+ "description": "`value` {`string`} - \n\nProperty: value"
2731
+ },
2732
+ {
2733
+ "name": "onproperty-value-change",
2734
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2735
+ }
2736
+ ]
2737
+ },
2738
+ {
2739
+ "name": "umb-property-editor-ui-slider",
2740
+ "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[]`} - ",
2741
+ "attributes": [
2742
+ {
2743
+ "name": "value",
2744
+ "description": "`value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperty: value\n\nDefault: [object Object]"
2745
+ },
2746
+ {
2747
+ "name": "onproperty-value-change",
2748
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2749
+ }
2750
+ ]
2751
+ },
2752
+ {
2753
+ "name": "umb-property-editor-ui-tags-storage-type",
2754
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2755
+ "attributes": [
2756
+ {
2757
+ "name": "value",
2758
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2759
+ }
2760
+ ]
2761
+ },
2762
+ {
2763
+ "name": "umb-property-editor-ui-tags",
2764
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2765
+ "attributes": [
2766
+ {
2767
+ "name": "value",
2768
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2769
+ }
2770
+ ]
2771
+ },
2772
+ {
2773
+ "name": "umb-property-editor-ui-text-box",
2774
+ "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[]`} - ",
2775
+ "attributes": [
2776
+ {
2777
+ "name": "value",
2778
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2779
+ },
2780
+ {
2781
+ "name": "onproperty-value-change",
2782
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2783
+ }
2784
+ ]
2785
+ },
2786
+ {
2787
+ "name": "umb-property-editor-ui-textarea",
2788
+ "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[]`} - ",
2789
+ "attributes": [
2790
+ {
2791
+ "name": "value",
2792
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2793
+ },
2794
+ {
2795
+ "name": "onproperty-value-change",
2796
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2797
+ }
2798
+ ]
2799
+ },
2800
+ {
2801
+ "name": "umb-property-editor-ui-tiny-mce-configuration",
2802
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2803
+ "attributes": [
2804
+ {
2805
+ "name": "value",
2806
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2807
+ }
2808
+ ]
2809
+ },
2810
+ {
2811
+ "name": "umb-property-editor-ui-tiny-mce",
2812
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2813
+ "attributes": [
2814
+ {
2815
+ "name": "value",
2816
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2817
+ }
2818
+ ]
2819
+ },
2820
+ {
2821
+ "name": "umb-property-editor-ui-toggle",
2822
+ "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[]`} - ",
2823
+ "attributes": [
2824
+ {
2825
+ "name": "value",
2826
+ "description": "`value` {`boolean`} - \n\nProperty: value\n\nDefault: false",
2827
+ "valueSet": "v"
2828
+ },
2829
+ {
2830
+ "name": "onproperty-value-change",
2831
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2832
+ }
2833
+ ]
2834
+ },
2835
+ {
2836
+ "name": "umb-property-editor-ui-tree-picker-start-node",
2837
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2838
+ "attributes": [
2839
+ {
2840
+ "name": "value",
2841
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2842
+ }
2843
+ ]
2844
+ },
2845
+ {
2846
+ "name": "umb-property-editor-ui-tree-picker",
2847
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2848
+ "attributes": [
2849
+ {
2850
+ "name": "value",
2851
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2852
+ }
2853
+ ]
2854
+ },
2855
+ {
2856
+ "name": "umb-property-editor-ui-upload-field",
2857
+ "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[]`} - ",
2858
+ "attributes": [
2859
+ {
2860
+ "name": "value",
2861
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2862
+ },
2863
+ {
2864
+ "name": "onproperty-value-change",
2865
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2866
+ }
2867
+ ]
2868
+ },
2869
+ {
2870
+ "name": "umb-property-editor-ui-user-picker",
2871
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2872
+ "attributes": [
2873
+ {
2874
+ "name": "value",
2875
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2876
+ }
2877
+ ]
2878
+ },
2879
+ {
2880
+ "name": "umb-property-editor-ui-value-type",
2881
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2882
+ "attributes": [
2883
+ {
2884
+ "name": "value",
2885
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2886
+ }
2887
+ ]
2888
+ },
2889
+ {
2890
+ "name": "umb-file-system-tree-item",
2891
+ "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
2892
+ "attributes": []
2893
+ },
2894
+ {
2895
+ "name": "umb-stylesheet-workspace-edit",
2896
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2897
+ "attributes": []
2898
+ },
2899
+ {
2900
+ "name": "umb-stylesheet-workspace",
2901
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2902
+ "attributes": []
2903
+ },
2904
+ {
2905
+ "name": "umb-template-workspace",
2906
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
2907
+ "attributes": []
2908
+ },
2909
+ {
2910
+ "name": "umb-dashboard-translation-dictionary",
2911
+ "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2912
+ "attributes": []
2913
+ },
2914
+ {
2915
+ "name": "umb-create-dictionary-modal",
2916
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2917
+ "attributes": []
2918
+ },
2919
+ {
2920
+ "name": "umb-export-dictionary-modal",
2921
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
2922
+ "attributes": []
2923
+ },
2924
+ {
2925
+ "name": "umb-import-dictionary-modal",
2926
+ "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[]`} - ",
2927
+ "attributes": []
2928
+ },
2929
+ {
2930
+ "name": "umb-dictionary-menu-item",
2931
+ "attributes": []
2932
+ },
2933
+ {
2934
+ "name": "umb-dictionary-workspace-edit",
2935
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2936
+ "attributes": []
2937
+ },
2938
+ {
2939
+ "name": "umb-dictionary-workspace",
2940
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2941
+ "attributes": []
2942
+ },
2943
+ {
2944
+ "name": "umb-workspace-view-dictionary-edit",
2945
+ "description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2946
+ "attributes": []
2947
+ },
2948
+ {
2949
+ "name": "umb-umbraco-news-dashboard",
2950
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2951
+ "attributes": []
2952
+ },
2953
+ {
2954
+ "name": "umb-current-user-header-app",
2955
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
2956
+ "attributes": []
2957
+ },
2958
+ {
2959
+ "name": "umb-change-password-modal",
2960
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
2961
+ "attributes": [
2962
+ {
2963
+ "name": "data",
2964
+ "description": "`data` - \n\nProperty: data"
2965
+ }
2966
+ ]
2967
+ },
2968
+ {
2969
+ "name": "umb-current-user-modal",
2970
+ "description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
2971
+ "attributes": []
2972
+ },
2973
+ {
2974
+ "name": "umb-user-profile-app-external-login-providers",
2975
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
2976
+ "attributes": []
2977
+ },
2978
+ {
2979
+ "name": "umb-user-profile-app-history",
2980
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2981
+ "attributes": []
2982
+ },
2983
+ {
2984
+ "name": "umb-user-dashboard-test",
2985
+ "description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2986
+ "attributes": []
2987
+ },
2988
+ {
2989
+ "name": "umb-user-profile-app-profile",
2990
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
2991
+ "attributes": []
2992
+ },
2993
+ {
2994
+ "name": "umb-user-profile-app-themes",
2995
+ "description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2996
+ "attributes": []
2997
+ },
2998
+ {
2999
+ "name": "umb-user-group-picker-modal",
3000
+ "description": "Properties:\n\n * `_userGroups` {`any[]`} - \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[]`} - ",
3006
+ "attributes": []
3007
+ },
3008
+ {
3009
+ "name": "umb-workspace-action-user-group-save",
3010
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
3011
+ "attributes": []
3012
+ },
3013
+ {
3014
+ "name": "umb-user-group-table-name-column-layout",
3015
+ "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
3016
+ "attributes": []
3017
+ },
3018
+ {
3019
+ "name": "umb-user-group-table-sections-column-layout",
3020
+ "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
3021
+ "attributes": []
3022
+ },
3023
+ {
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` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
3026
+ "attributes": []
3027
+ },
3028
+ {
3029
+ "name": "umb-user-group-workspace",
3030
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3031
+ "attributes": []
3032
+ },
3033
+ {
3034
+ "name": "umb-workspace-view-user-groups",
3035
+ "description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
3036
+ "attributes": []
3037
+ },
3038
+ {
3039
+ "name": "umb-user-collection-header",
3040
+ "description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
3041
+ "attributes": []
3042
+ },
3043
+ {
3044
+ "name": "umb-user-collection",
3045
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3046
+ "attributes": []
3047
+ },
3048
+ {
3049
+ "name": "umb-user-grid-collection-view",
3050
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3051
+ "attributes": []
3052
+ },
3053
+ {
3054
+ "name": "umb-user-table-name-column-layout",
3055
+ "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
3056
+ "attributes": []
3057
+ },
3058
+ {
3059
+ "name": "umb-user-table-status-column-layout",
3060
+ "description": "Properties:\n\n * `value` - ",
3061
+ "attributes": []
3062
+ },
3063
+ {
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[]`} - ",
3066
+ "attributes": []
3067
+ },
3068
+ {
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[]`} - ",
3071
+ "attributes": []
3072
+ },
3073
+ {
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
+ ]
3098
+ },
3099
+ {
3100
+ "name": "umb-create-user-modal",
3101
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
3102
+ "attributes": []
3103
+ },
3104
+ {
3105
+ "name": "umb-invite-user-modal",
3106
+ "description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
3107
+ "attributes": []
3108
+ },
3109
+ {
3110
+ "name": "umb-user-picker-modal",
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[]`} - ",
3117
+ "attributes": []
3118
+ },
3119
+ {
3120
+ "name": "umb-user-workspace-action-save",
3121
+ "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
3122
+ "attributes": []
3123
+ },
3124
+ {
3125
+ "name": "umb-user-workspace-edit",
3126
+ "description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
3127
+ "attributes": []
3128
+ },
3129
+ {
3130
+ "name": "umb-user-workspace",
3131
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3132
+ "attributes": []
3133
+ },
3134
+ {
3135
+ "name": "umb-context-provider",
3136
+ "description": "Attributes:\n\n * `value` {`unknown`} - The value to provide to the context.\n\n * `key` {`string`} - The key to provide to the context.\n\nProperties:\n\n * `create` - The value to provide to the context.\n\n * `value` {`unknown`} - The value to provide to the context.\n\n * `key` {`string`} - The key to provide to the context.",
3137
+ "attributes": [
3138
+ {
3139
+ "name": "value",
3140
+ "description": "`value` {`unknown`} - The value to provide to the context.\n\nProperty: value"
3141
+ },
3142
+ {
3143
+ "name": "key",
3144
+ "description": "`key` {`string`} - The key to provide to the context.\n\nProperty: key"
3145
+ }
3146
+ ]
3147
+ },
3148
+ {
3149
+ "name": "umb-controller-host-test",
3150
+ "description": "Properties:\n\n * `create` - A way to initialize controllers.",
3151
+ "attributes": []
3152
+ },
3153
+ {
3154
+ "name": "umb-story-modal-context-example",
3155
+ "description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
3156
+ "attributes": [
3157
+ {
3158
+ "name": "modalLayout",
3159
+ "description": "`modalLayout` {`string`} - \n\nProperty: modalLayout\n\nDefault: confirm"
3160
+ }
3161
+ ]
3162
+ },
3163
+ {
3164
+ "name": "umb-notification-layout-default",
3165
+ "description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
3166
+ "attributes": [
3167
+ {
3168
+ "name": "data",
3169
+ "description": "`data` - \n\nProperty: data"
3170
+ }
3171
+ ]
3172
+ },
3173
+ {
3174
+ "name": "umb-story-notification-default-example",
3175
+ "description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
3176
+ "attributes": []
3177
+ },
3178
+ {
3179
+ "name": "umb-router-slot",
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[]`} - ",
3181
+ "attributes": [
3182
+ {
3183
+ "name": "routes",
3184
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
3185
+ "values": []
3186
+ },
3187
+ {
3188
+ "name": "oninit",
3189
+ "description": "`init` - fires when the router is connected"
3190
+ },
3191
+ {
3192
+ "name": "onchange",
3193
+ "description": "`change` - fires when a path of this router is changed"
3194
+ }
3195
+ ]
3196
+ },
3197
+ {
3198
+ "name": "umb-variant-router-slot",
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[]`} - ",
3200
+ "attributes": [
3201
+ {
3202
+ "name": "variantId",
3203
+ "description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
3204
+ },
3205
+ {
3206
+ "name": "routes",
3207
+ "description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
3208
+ "values": []
3209
+ },
3210
+ {
3211
+ "name": "oninit",
3212
+ "description": "`init` - fires when the router is connected"
3213
+ },
3214
+ {
3215
+ "name": "onchange",
3216
+ "description": "`change` - fires when a path of this router is changed"
3217
+ }
3218
+ ]
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
+ },
3235
+ {
3236
+ "name": "umb-installer-consent",
3237
+ "description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
3238
+ "attributes": []
3239
+ },
3240
+ {
3241
+ "name": "umb-installer-database",
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` - ",
3243
+ "attributes": []
3244
+ },
3245
+ {
3246
+ "name": "umb-installer-error",
3247
+ "description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
3248
+ "attributes": []
3249
+ },
3250
+ {
3251
+ "name": "umb-installer",
3252
+ "description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
3253
+ "attributes": []
3254
+ },
3255
+ {
3256
+ "name": "umb-installer-installing",
3257
+ "description": "Properties:\n\n * `styles` - ",
3258
+ "attributes": []
3259
+ },
3260
+ {
3261
+ "name": "umb-installer-layout",
3262
+ "description": "Properties:\n\n * `styles` - ",
3263
+ "attributes": []
3264
+ },
3265
+ {
3266
+ "name": "umb-installer-user",
3267
+ "description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
3268
+ "attributes": []
3269
+ },
3270
+ {
3271
+ "name": "umb-upgrader-view",
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` - ",
3273
+ "attributes": [
3274
+ {
3275
+ "name": "fetching",
3276
+ "description": "`fetching` {`boolean`} - \n\nProperty: fetching\n\nDefault: false",
3277
+ "valueSet": "v"
3278
+ },
3279
+ {
3280
+ "name": "upgrading",
3281
+ "description": "`upgrading` {`boolean`} - \n\nProperty: upgrading\n\nDefault: false",
3282
+ "valueSet": "v"
3283
+ },
3284
+ {
3285
+ "name": "errorMessage",
3286
+ "description": "`errorMessage` {`string`} - \n\nProperty: errorMessage\n\nDefault: "
3287
+ },
3288
+ {
3289
+ "name": "settings",
3290
+ "description": "`settings` - \n\nProperty: settings"
3291
+ },
3292
+ {
3293
+ "name": "ononAuthorizeUpgrade",
3294
+ "description": "`onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button"
3295
+ }
3296
+ ]
3297
+ },
3298
+ {
3299
+ "name": "umb-upgrader",
3300
+ "description": "Properties:\n\n * `upgradeSettings` - \n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `_handleSubmit` - ",
3301
+ "attributes": []
3302
+ }
3303
+ ],
3304
+ "globalAttributes": [],
3305
+ "valueSets": []
3306
+ }