@umbraco-cms/backoffice 1.0.0-next.37dcc47c → 1.0.0-next.3bcfb12e

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