@umbraco-cms/backoffice 1.0.0-next.48e903f7 → 1.0.0-next.54c4e01c

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