@umbraco-cms/backoffice 1.0.0-next.0866ac79 → 1.0.0-next.16eddfa6

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