@umbraco-cms/backoffice 1.0.0-next.b0ac3b85 → 1.0.0-next.b435296e

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.
@@ -21,6 +21,63 @@
21
21
  "description": "Properties:\n\n * `_loggingIn` {`boolean`} - \n\n * `_handleSubmit` - \n\n * `_greetings` {`string[]`} - \n\n * `_greeting` {`string`} - \n\n * `styles` - ",
22
22
  "attributes": []
23
23
  },
24
+ {
25
+ "name": "umb-context-provider",
26
+ "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.",
27
+ "attributes": [
28
+ {
29
+ "name": "value",
30
+ "description": "`value` {`unknown`} - The value to provide to the context.\n\nProperty: value"
31
+ },
32
+ {
33
+ "name": "key",
34
+ "description": "`key` - The key to provide to the context.\n\nProperty: key"
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "name": "umb-controller-host-initializer",
40
+ "description": "Properties:\n\n * `create` - A way to initialize controllers.",
41
+ "attributes": []
42
+ },
43
+ {
44
+ "name": "umb-app-error",
45
+ "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` - ",
46
+ "attributes": [
47
+ {
48
+ "name": "errorMessage",
49
+ "description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
50
+ "values": []
51
+ },
52
+ {
53
+ "name": "error",
54
+ "description": "`error` {`unknown`} - The error to display\n\nProperty: error"
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "name": "umb-app",
60
+ "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` - ",
61
+ "attributes": [
62
+ {
63
+ "name": "serverUrl",
64
+ "description": "`serverUrl` {`string`} - The base URL of the configured Umbraco server.\n\nProperty: serverUrl\n\nDefault: "
65
+ },
66
+ {
67
+ "name": "backofficePath",
68
+ "description": "`backofficePath` {`string`} - The base path of the backoffice.\n\nProperty: backofficePath\n\nDefault: /umbraco"
69
+ },
70
+ {
71
+ "name": "bypassAuth",
72
+ "description": "`bypassAuth` {boolean} - Bypass authentication.\n\nProperty: bypassAuth\n\nDefault: false",
73
+ "valueSet": "v"
74
+ },
75
+ {
76
+ "name": "onumb:debug-contexts:data",
77
+ "description": "`umb:debug-contexts:data` {`CustomEvent<{ contexts: any; }>`} - "
78
+ }
79
+ ]
80
+ },
24
81
  {
25
82
  "name": "umb-backoffice",
26
83
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
@@ -46,6 +103,74 @@
46
103
  "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[]`} - ",
47
104
  "attributes": []
48
105
  },
106
+ {
107
+ "name": "umb-installer-consent",
108
+ "description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
109
+ "attributes": []
110
+ },
111
+ {
112
+ "name": "umb-installer-database",
113
+ "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` - ",
114
+ "attributes": []
115
+ },
116
+ {
117
+ "name": "umb-installer-error",
118
+ "description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
119
+ "attributes": []
120
+ },
121
+ {
122
+ "name": "umb-installer",
123
+ "description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
124
+ "attributes": []
125
+ },
126
+ {
127
+ "name": "umb-installer-installing",
128
+ "description": "Properties:\n\n * `styles` - ",
129
+ "attributes": []
130
+ },
131
+ {
132
+ "name": "umb-installer-layout",
133
+ "description": "Properties:\n\n * `styles` - ",
134
+ "attributes": []
135
+ },
136
+ {
137
+ "name": "umb-installer-user",
138
+ "description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
139
+ "attributes": []
140
+ },
141
+ {
142
+ "name": "umb-upgrader-view",
143
+ "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` - ",
144
+ "attributes": [
145
+ {
146
+ "name": "fetching",
147
+ "description": "`fetching` {`boolean`} - \n\nProperty: fetching\n\nDefault: false",
148
+ "valueSet": "v"
149
+ },
150
+ {
151
+ "name": "upgrading",
152
+ "description": "`upgrading` {`boolean`} - \n\nProperty: upgrading\n\nDefault: false",
153
+ "valueSet": "v"
154
+ },
155
+ {
156
+ "name": "errorMessage",
157
+ "description": "`errorMessage` {`string`} - \n\nProperty: errorMessage\n\nDefault: "
158
+ },
159
+ {
160
+ "name": "settings",
161
+ "description": "`settings` - \n\nProperty: settings"
162
+ },
163
+ {
164
+ "name": "ononAuthorizeUpgrade",
165
+ "description": "`onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button"
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "name": "umb-upgrader",
171
+ "description": "Properties:\n\n * `upgradeSettings` - \n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `_handleSubmit` - ",
172
+ "attributes": []
173
+ },
49
174
  {
50
175
  "name": "umb-backoffice-modal-container",
51
176
  "description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
@@ -68,7 +193,7 @@
68
193
  },
69
194
  {
70
195
  "name": "umb-button-with-dropdown",
71
- "description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - \n\n * `styles` {`CSSResult[]`} - ",
196
+ "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[]`} - ",
72
197
  "attributes": [
73
198
  {
74
199
  "name": "label",
@@ -168,6 +293,11 @@
168
293
  "name": "left-end"
169
294
  }
170
295
  ]
296
+ },
297
+ {
298
+ "name": "compact",
299
+ "description": "`compact` {`boolean`} - \n\nProperty: compact\n\nDefault: false",
300
+ "valueSet": "v"
171
301
  }
172
302
  ]
173
303
  },
@@ -287,6 +417,56 @@
287
417
  "description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
288
418
  "attributes": []
289
419
  },
420
+ {
421
+ "name": "umb-date-input",
422
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `type` {'date'| 'time'| 'datetime-local'} - Specifies the type of input that will be rendered.\n\n * `displayValue` {`string | undefined`} - \n\n * `offsetTime` {`boolean`} - \n\n * `min` {`string | undefined`} - \n\n * `max` {`string | undefined`} - \n\n * `step` {`number | undefined`} - \n\nProperties:\n\n * `type` {'date'| 'time'| 'datetime-local'} - Specifies the type of input that will be rendered.\n\n * `displayValue` {`string | undefined`} - \n\n * `offsetTime` {`boolean`} - \n\n * `_offsetValue` {`number`} - \n\n * `min` {`string | undefined`} - \n\n * `max` {`string | undefined`} - \n\n * `step` {`number | undefined`} - \n\n * `_configRepository` - \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`} - ",
423
+ "attributes": [
424
+ {
425
+ "name": "type",
426
+ "description": "`type` {'date'| 'time'| 'datetime-local'} - Specifies the type of input that will be rendered.\n\nProperty: type\n\nDefault: date",
427
+ "values": [
428
+ {
429
+ "name": "date"
430
+ },
431
+ {
432
+ "name": "time"
433
+ },
434
+ {
435
+ "name": "datetime-local"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "name": "displayValue",
441
+ "description": "`displayValue` {`string | undefined`} - \n\nProperty: displayValue",
442
+ "values": []
443
+ },
444
+ {
445
+ "name": "offsetTime",
446
+ "description": "`offsetTime` {`boolean`} - \n\nProperty: offsetTime\n\nDefault: false",
447
+ "valueSet": "v"
448
+ },
449
+ {
450
+ "name": "min",
451
+ "description": "`min` {`string | undefined`} - \n\nProperty: min",
452
+ "values": []
453
+ },
454
+ {
455
+ "name": "max",
456
+ "description": "`max` {`string | undefined`} - \n\nProperty: max",
457
+ "values": []
458
+ },
459
+ {
460
+ "name": "step",
461
+ "description": "`step` {`number | undefined`} - \n\nProperty: step",
462
+ "values": []
463
+ },
464
+ {
465
+ "name": "onchange",
466
+ "description": "`change` {`CustomEvent<unknown>`} - "
467
+ }
468
+ ]
469
+ },
290
470
  {
291
471
  "name": "umb-debug",
292
472
  "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[]`} - ",
@@ -499,8 +679,7 @@
499
679
  },
500
680
  {
501
681
  "name": "variantId",
502
- "description": "`variantId` - \n\nProperty: variantId",
503
- "values": []
682
+ "description": "`variantId` - \n\nProperty: variantId"
504
683
  },
505
684
  {
506
685
  "name": "min",
@@ -718,9 +897,14 @@
718
897
  }
719
898
  ]
720
899
  },
900
+ {
901
+ "name": "umb-input-upload-field-file",
902
+ "description": "Properties:\n\n * `file` {File} - \n\n * `render` - ",
903
+ "attributes": []
904
+ },
721
905
  {
722
906
  "name": "umb-input-upload-field",
723
- "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`} - ",
907
+ "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 * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \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`} - ",
724
908
  "attributes": [
725
909
  {
726
910
  "name": "keys",
@@ -781,14 +965,36 @@
781
965
  }
782
966
  ]
783
967
  },
968
+ {
969
+ "name": "umb-property-creator",
970
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
971
+ "attributes": []
972
+ },
973
+ {
974
+ "name": "umb-property-editor-config",
975
+ "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[]`} - ",
976
+ "attributes": [
977
+ {
978
+ "name": "_propertyEditorUiAlias",
979
+ "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: ''"
980
+ },
981
+ {
982
+ "name": "property-editor-ui-alias",
983
+ "description": "`property-editor-ui-alias` {`string`} - \n\nProperty: propertyEditorUiAlias"
984
+ },
985
+ {
986
+ "name": "data",
987
+ "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: []"
988
+ }
989
+ ]
990
+ },
784
991
  {
785
992
  "name": "umb-property-type-based-property",
786
993
  "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[]`} - ",
787
994
  "attributes": [
788
995
  {
789
996
  "name": "propertyVariantId",
790
- "description": "`propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperty: propertyVariantId\n\nDefault: undefined",
791
- "values": []
997
+ "description": "`propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperty: propertyVariantId\n\nDefault: undefined"
792
998
  }
793
999
  ]
794
1000
  },
@@ -942,12 +1148,11 @@
942
1148
  },
943
1149
  {
944
1150
  "name": "umb-tree",
945
- "description": "Attributes:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `hide-tree-root` {`boolean`} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `_hideTreeRoot` {`boolean`} - \n\n * `hideTreeRoot` {`boolean`} - \n\n * `_items` {`any[]`} - \n\n * `_treeRoot` - ",
1151
+ "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` - ",
946
1152
  "attributes": [
947
1153
  {
948
1154
  "name": "alias",
949
- "description": "`alias` {`string | undefined`} - \n\nProperty: alias",
950
- "values": []
1155
+ "description": "`alias` - \n\nProperty: alias"
951
1156
  },
952
1157
  {
953
1158
  "name": "selectable",
@@ -965,12 +1170,16 @@
965
1170
  "name": "hide-tree-root",
966
1171
  "description": "`hide-tree-root` {`boolean`} - \n\nProperty: hideTreeRoot",
967
1172
  "valueSet": "v"
1173
+ },
1174
+ {
1175
+ "name": "selectableFilter",
1176
+ "description": "`selectableFilter` - \n\nProperty: selectableFilter"
968
1177
  }
969
1178
  ]
970
1179
  },
971
1180
  {
972
1181
  "name": "umb-variant-selector",
973
- "description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1182
+ "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[]`} - ",
974
1183
  "attributes": [
975
1184
  {
976
1185
  "name": "alias",
@@ -1021,8 +1230,7 @@
1021
1230
  },
1022
1231
  {
1023
1232
  "name": "propertyVariantId",
1024
- "description": "`propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperty: propertyVariantId\n\nDefault: null",
1025
- "values": []
1233
+ "description": "`propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperty: propertyVariantId\n\nDefault: null"
1026
1234
  }
1027
1235
  ]
1028
1236
  },
@@ -1180,13 +1388,13 @@
1180
1388
  "attributes": []
1181
1389
  },
1182
1390
  {
1183
- "name": "umb-template-picker-modal",
1184
- "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1391
+ "name": "umb-template-modal",
1392
+ "description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
1185
1393
  "attributes": []
1186
1394
  },
1187
1395
  {
1188
- "name": "umb-template-modal",
1189
- "description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
1396
+ "name": "umb-tree-picker-modal",
1397
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
1190
1398
  "attributes": []
1191
1399
  },
1192
1400
  {
@@ -1262,11 +1470,6 @@
1262
1470
  }
1263
1471
  ]
1264
1472
  },
1265
- {
1266
- "name": "umb-property-creator",
1267
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
1268
- "attributes": []
1269
- },
1270
1473
  {
1271
1474
  "name": "umb-property-editor-ui-picker-modal",
1272
1475
  "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[]`} - ",
@@ -1277,24 +1480,6 @@
1277
1480
  }
1278
1481
  ]
1279
1482
  },
1280
- {
1281
- "name": "umb-property-editor-config",
1282
- "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[]`} - ",
1283
- "attributes": [
1284
- {
1285
- "name": "_propertyEditorUiAlias",
1286
- "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: ''"
1287
- },
1288
- {
1289
- "name": "property-editor-ui-alias",
1290
- "description": "`property-editor-ui-alias` {`string`} - \n\nProperty: propertyEditorUiAlias"
1291
- },
1292
- {
1293
- "name": "data",
1294
- "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: []"
1295
- }
1296
- ]
1297
- },
1298
1483
  {
1299
1484
  "name": "umb-property-editor-ui-block-grid-block-configuration",
1300
1485
  "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
@@ -1337,7 +1522,7 @@
1337
1522
  },
1338
1523
  {
1339
1524
  "name": "umb-property-editor-ui-block-grid",
1340
- "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[]`} - ",
1525
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - \n\n * `styles` {`CSSResult[]`} - ",
1341
1526
  "attributes": [
1342
1527
  {
1343
1528
  "name": "value",
@@ -1357,7 +1542,7 @@
1357
1542
  },
1358
1543
  {
1359
1544
  "name": "umb-property-editor-ui-block-list",
1360
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1545
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1361
1546
  "attributes": [
1362
1547
  {
1363
1548
  "name": "value",
@@ -1367,7 +1552,7 @@
1367
1552
  },
1368
1553
  {
1369
1554
  "name": "umb-property-editor-ui-checkbox-list",
1370
- "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[]`} - ",
1555
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` - \n\n * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1371
1556
  "attributes": [
1372
1557
  {
1373
1558
  "name": "value",
@@ -1431,7 +1616,7 @@
1431
1616
  },
1432
1617
  {
1433
1618
  "name": "umb-property-editor-ui-color-picker",
1434
- "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[]`} - ",
1619
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1435
1620
  "attributes": [
1436
1621
  {
1437
1622
  "name": "value",
@@ -1445,7 +1630,7 @@
1445
1630
  },
1446
1631
  {
1447
1632
  "name": "umb-property-editor-ui-date-picker",
1448
- "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[]`} - ",
1633
+ "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 * `_min` {`string | undefined`} - \n\n * `_max` {`string | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1449
1634
  "attributes": [
1450
1635
  {
1451
1636
  "name": "value",
@@ -1456,7 +1641,7 @@
1456
1641
  },
1457
1642
  {
1458
1643
  "name": "umb-property-editor-ui-dropdown",
1459
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1644
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1460
1645
  "attributes": [
1461
1646
  {
1462
1647
  "name": "value",
@@ -1466,7 +1651,7 @@
1466
1651
  },
1467
1652
  {
1468
1653
  "name": "umb-property-editor-ui-eye-dropper",
1469
- "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[]`} - ",
1654
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1470
1655
  "attributes": [
1471
1656
  {
1472
1657
  "name": "value",
@@ -1480,7 +1665,7 @@
1480
1665
  },
1481
1666
  {
1482
1667
  "name": "umb-property-editor-ui-icon-picker",
1483
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
1668
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
1484
1669
  "attributes": [
1485
1670
  {
1486
1671
  "name": "value",
@@ -1490,7 +1675,7 @@
1490
1675
  },
1491
1676
  {
1492
1677
  "name": "umb-property-editor-ui-image-cropper",
1493
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1678
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1494
1679
  "attributes": [
1495
1680
  {
1496
1681
  "name": "value",
@@ -1500,7 +1685,7 @@
1500
1685
  },
1501
1686
  {
1502
1687
  "name": "umb-property-editor-ui-image-crops-configuration",
1503
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1688
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1504
1689
  "attributes": [
1505
1690
  {
1506
1691
  "name": "value",
@@ -1510,17 +1695,21 @@
1510
1695
  },
1511
1696
  {
1512
1697
  "name": "umb-property-editor-ui-label",
1513
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1698
+ "description": "Attributes:\n\n * `value` {`string`} - \n\n * `description` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `description` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1514
1699
  "attributes": [
1515
1700
  {
1516
1701
  "name": "value",
1517
1702
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
1703
+ },
1704
+ {
1705
+ "name": "description",
1706
+ "description": "`description` {`string`} - \n\nProperty: description\n\nDefault: "
1518
1707
  }
1519
1708
  ]
1520
1709
  },
1521
1710
  {
1522
1711
  "name": "umb-property-editor-ui-markdown-editor",
1523
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1712
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1524
1713
  "attributes": [
1525
1714
  {
1526
1715
  "name": "value",
@@ -1530,7 +1719,7 @@
1530
1719
  },
1531
1720
  {
1532
1721
  "name": "umb-property-editor-ui-media-picker",
1533
- "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`} - ",
1722
+ "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` - \n\n * `_limitMin` {`number | undefined`} - \n\n * `_limitMax` {`number | undefined`} - ",
1534
1723
  "attributes": [
1535
1724
  {
1536
1725
  "name": "value",
@@ -1544,7 +1733,7 @@
1544
1733
  },
1545
1734
  {
1546
1735
  "name": "umb-property-editor-ui-member-group-picker",
1547
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1736
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1548
1737
  "attributes": [
1549
1738
  {
1550
1739
  "name": "value",
@@ -1554,7 +1743,7 @@
1554
1743
  },
1555
1744
  {
1556
1745
  "name": "umb-property-editor-ui-member-picker",
1557
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1746
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1558
1747
  "attributes": [
1559
1748
  {
1560
1749
  "name": "value",
@@ -1564,7 +1753,7 @@
1564
1753
  },
1565
1754
  {
1566
1755
  "name": "umb-property-editor-ui-multi-url-picker",
1567
- "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[]`} - ",
1756
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `value` {`any[]`} - \n\n * `config` - \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[]`} - ",
1568
1757
  "attributes": [
1569
1758
  {
1570
1759
  "name": "value",
@@ -1632,7 +1821,7 @@
1632
1821
  },
1633
1822
  {
1634
1823
  "name": "umb-property-editor-ui-multiple-text-string",
1635
- "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`} - ",
1824
+ "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` - \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`} - ",
1636
1825
  "attributes": [
1637
1826
  {
1638
1827
  "name": "value",
@@ -1657,7 +1846,7 @@
1657
1846
  },
1658
1847
  {
1659
1848
  "name": "umb-property-editor-ui-number-range",
1660
- "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[]`} - ",
1849
+ "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` - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1661
1850
  "attributes": [
1662
1851
  {
1663
1852
  "name": "_value",
@@ -1671,7 +1860,7 @@
1671
1860
  },
1672
1861
  {
1673
1862
  "name": "umb-property-editor-ui-number",
1674
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1863
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1675
1864
  "attributes": [
1676
1865
  {
1677
1866
  "name": "value",
@@ -1685,7 +1874,7 @@
1685
1874
  },
1686
1875
  {
1687
1876
  "name": "umb-property-editor-ui-order-direction",
1688
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1877
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1689
1878
  "attributes": [
1690
1879
  {
1691
1880
  "name": "value",
@@ -1695,7 +1884,7 @@
1695
1884
  },
1696
1885
  {
1697
1886
  "name": "umb-property-editor-ui-overlay-size",
1698
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1887
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1699
1888
  "attributes": [
1700
1889
  {
1701
1890
  "name": "value",
@@ -1705,7 +1894,7 @@
1705
1894
  },
1706
1895
  {
1707
1896
  "name": "umb-property-editor-ui-radio-button-list",
1708
- "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[]`} - ",
1897
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1709
1898
  "attributes": [
1710
1899
  {
1711
1900
  "name": "value",
@@ -1719,7 +1908,7 @@
1719
1908
  },
1720
1909
  {
1721
1910
  "name": "umb-property-editor-ui-slider",
1722
- "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[]`} - ",
1911
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1723
1912
  "attributes": [
1724
1913
  {
1725
1914
  "name": "value",
@@ -1731,29 +1920,9 @@
1731
1920
  }
1732
1921
  ]
1733
1922
  },
1734
- {
1735
- "name": "umb-property-editor-ui-tags-storage-type",
1736
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1737
- "attributes": [
1738
- {
1739
- "name": "value",
1740
- "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
1741
- }
1742
- ]
1743
- },
1744
- {
1745
- "name": "umb-property-editor-ui-tags",
1746
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1747
- "attributes": [
1748
- {
1749
- "name": "value",
1750
- "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
1751
- }
1752
- ]
1753
- },
1754
1923
  {
1755
1924
  "name": "umb-property-editor-ui-text-box",
1756
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1925
+ "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 | undefined`} - \n\n * `_maxChars` {`number | undefined`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1757
1926
  "attributes": [
1758
1927
  {
1759
1928
  "name": "value",
@@ -1767,7 +1936,7 @@
1767
1936
  },
1768
1937
  {
1769
1938
  "name": "umb-property-editor-ui-textarea",
1770
- "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `propertyContext` - \n\n * `styles` {`CSSResult[]`} - ",
1939
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1771
1940
  "attributes": [
1772
1941
  {
1773
1942
  "name": "value",
@@ -1791,7 +1960,7 @@
1791
1960
  },
1792
1961
  {
1793
1962
  "name": "umb-property-editor-ui-tiny-mce",
1794
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1963
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1795
1964
  "attributes": [
1796
1965
  {
1797
1966
  "name": "value",
@@ -1801,7 +1970,7 @@
1801
1970
  },
1802
1971
  {
1803
1972
  "name": "umb-property-editor-ui-toggle",
1804
- "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[]`} - ",
1973
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1805
1974
  "attributes": [
1806
1975
  {
1807
1976
  "name": "value",
@@ -1826,7 +1995,7 @@
1826
1995
  },
1827
1996
  {
1828
1997
  "name": "umb-property-editor-ui-tree-picker",
1829
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
1998
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1830
1999
  "attributes": [
1831
2000
  {
1832
2001
  "name": "value",
@@ -1836,7 +2005,7 @@
1836
2005
  },
1837
2006
  {
1838
2007
  "name": "umb-property-editor-ui-upload-field",
1839
- "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[]`} - ",
2008
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
1840
2009
  "attributes": [
1841
2010
  {
1842
2011
  "name": "value",
@@ -1850,7 +2019,7 @@
1850
2019
  },
1851
2020
  {
1852
2021
  "name": "umb-property-editor-ui-user-picker",
1853
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2022
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` - \n\n * `styles` {`CSSResult[]`} - ",
1854
2023
  "attributes": [
1855
2024
  {
1856
2025
  "name": "value",
@@ -1860,11 +2029,15 @@
1860
2029
  },
1861
2030
  {
1862
2031
  "name": "umb-property-editor-ui-value-type",
1863
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2032
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
1864
2033
  "attributes": [
1865
2034
  {
1866
2035
  "name": "value",
1867
2036
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2037
+ },
2038
+ {
2039
+ "name": "onproperty-value-change",
2040
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
1868
2041
  }
1869
2042
  ]
1870
2043
  },
@@ -2002,17 +2175,17 @@
2002
2175
  },
2003
2176
  {
2004
2177
  "name": "umb-document-table-actions-column-layout",
2005
- "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2178
+ "description": "Properties:\n\n * `column` - \n\n * `item` - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2006
2179
  "attributes": []
2007
2180
  },
2008
2181
  {
2009
2182
  "name": "umb-document-table-collection-view",
2010
- "description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
2183
+ "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[]`} - ",
2011
2184
  "attributes": []
2012
2185
  },
2013
2186
  {
2014
2187
  "name": "umb-collection-view-document-table",
2015
- "description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
2188
+ "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[]`} - ",
2016
2189
  "attributes": []
2017
2190
  },
2018
2191
  {
@@ -2051,19 +2224,9 @@
2051
2224
  "name": "umb-document-menu-item",
2052
2225
  "attributes": []
2053
2226
  },
2054
- {
2055
- "name": "umb-document-picker-modal",
2056
- "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2057
- "attributes": []
2058
- },
2059
- {
2060
- "name": "umb-document-type-picker-modal",
2061
- "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2062
- "attributes": []
2063
- },
2064
2227
  {
2065
2228
  "name": "umb-property-editor-ui-document-picker",
2066
- "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`} - ",
2229
+ "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` - \n\n * `_limitMin` {`number | undefined`} - \n\n * `_limitMax` {`number | undefined`} - ",
2067
2230
  "attributes": [
2068
2231
  {
2069
2232
  "name": "value",
@@ -2082,12 +2245,12 @@
2082
2245
  },
2083
2246
  {
2084
2247
  "name": "umb-document-workspace-editor",
2085
- "description": "Properties:\n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - \n\n * `styles` {`CSSResult[]`} - ",
2248
+ "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[]`} - ",
2086
2249
  "attributes": []
2087
2250
  },
2088
2251
  {
2089
2252
  "name": "umb-document-workspace-split-view",
2090
- "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2253
+ "description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
2091
2254
  "attributes": []
2092
2255
  },
2093
2256
  {
@@ -2163,7 +2326,7 @@
2163
2326
  },
2164
2327
  {
2165
2328
  "name": "umb-media-table-collection-view",
2166
- "description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
2329
+ "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[]`} - ",
2167
2330
  "attributes": []
2168
2331
  },
2169
2332
  {
@@ -2202,11 +2365,6 @@
2202
2365
  "name": "umb-media-menu-item",
2203
2366
  "attributes": []
2204
2367
  },
2205
- {
2206
- "name": "umb-media-picker-modal",
2207
- "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2208
- "attributes": []
2209
- },
2210
2368
  {
2211
2369
  "name": "umb-media-workspace-edit",
2212
2370
  "description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
@@ -2462,7 +2620,7 @@
2462
2620
  },
2463
2621
  {
2464
2622
  "name": "umb-data-type-input",
2465
- "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`} - ",
2623
+ "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`} - ",
2466
2624
  "attributes": [
2467
2625
  {
2468
2626
  "name": "min",
@@ -2480,6 +2638,10 @@
2480
2638
  "name": "maxMessage",
2481
2639
  "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
2482
2640
  },
2641
+ {
2642
+ "name": "pickableFilter",
2643
+ "description": "`pickableFilter` - \n\nProperty: pickableFilter"
2644
+ },
2483
2645
  {
2484
2646
  "name": "value",
2485
2647
  "description": "`value` {`string`} - \n\nProperty: value"
@@ -2497,11 +2659,6 @@
2497
2659
  }
2498
2660
  ]
2499
2661
  },
2500
- {
2501
- "name": "umb-data-type-picker-modal",
2502
- "description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
2503
- "attributes": []
2504
- },
2505
2662
  {
2506
2663
  "name": "umb-data-type-workspace-edit-element",
2507
2664
  "description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
@@ -2565,7 +2722,7 @@
2565
2722
  },
2566
2723
  {
2567
2724
  "name": "umb-language-picker-modal",
2568
- "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
2725
+ "description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2569
2726
  "attributes": []
2570
2727
  },
2571
2728
  {
@@ -2580,7 +2737,7 @@
2580
2737
  },
2581
2738
  {
2582
2739
  "name": "umb-language-root-workspace",
2583
- "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
2740
+ "description": "Properties:\n\n * `_tableConfig` - \n\n * `_tableColumns` {`any[]`} - \n\n * `_tableItems` {`any[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
2584
2741
  "attributes": []
2585
2742
  },
2586
2743
  {
@@ -2790,14 +2947,207 @@
2790
2947
  },
2791
2948
  {
2792
2949
  "name": "umb-workspace-view-relation-type-relation",
2793
- "description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2950
+ "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
2951
  "attributes": []
2795
2952
  },
2953
+ {
2954
+ "name": "umb-tags-input",
2955
+ "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`} - ",
2956
+ "attributes": [
2957
+ {
2958
+ "name": "group",
2959
+ "description": "`group` {`string | undefined`} - \n\nProperty: group",
2960
+ "values": []
2961
+ },
2962
+ {
2963
+ "name": "culture",
2964
+ "description": "`culture` {`string | null | undefined`} - \n\nProperty: culture",
2965
+ "values": []
2966
+ },
2967
+ {
2968
+ "name": "items",
2969
+ "description": "`items` {`string[]`} - \n\nProperty: items"
2970
+ },
2971
+ {
2972
+ "name": "onchange",
2973
+ "description": "`change` {`CustomEvent<unknown>`} - "
2974
+ }
2975
+ ]
2976
+ },
2977
+ {
2978
+ "name": "umb-property-editor-ui-tags-storage-type",
2979
+ "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2980
+ "attributes": [
2981
+ {
2982
+ "name": "value",
2983
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2984
+ }
2985
+ ]
2986
+ },
2987
+ {
2988
+ "name": "umb-property-editor-ui-tags",
2989
+ "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` - \n\n * `styles` {`CSSResult[]`} - ",
2990
+ "attributes": [
2991
+ {
2992
+ "name": "value",
2993
+ "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
2994
+ },
2995
+ {
2996
+ "name": "onproperty-value-change",
2997
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2998
+ }
2999
+ ]
3000
+ },
2796
3001
  {
2797
3002
  "name": "umb-file-system-tree-item",
2798
3003
  "description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
2799
3004
  "attributes": []
2800
3005
  },
3006
+ {
3007
+ "name": "umb-templating-insert-menu",
3008
+ "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[]`} - ",
3009
+ "attributes": [
3010
+ {
3011
+ "name": "value",
3012
+ "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
3013
+ },
3014
+ {
3015
+ "name": "hidePartialView",
3016
+ "description": "`hidePartialView` {`boolean`} - \n\nProperty: hidePartialView\n\nDefault: false",
3017
+ "valueSet": "v"
3018
+ },
3019
+ {
3020
+ "name": "oninsert",
3021
+ "description": "`insert` {`CustomEvent<unknown>`} - "
3022
+ }
3023
+ ]
3024
+ },
3025
+ {
3026
+ "name": "umb-templating-choose-insert-type-modal",
3027
+ "description": "Properties:\n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
3028
+ "attributes": []
3029
+ },
3030
+ {
3031
+ "name": "umb-insert-section-checkbox",
3032
+ "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` - ",
3033
+ "attributes": [
3034
+ {
3035
+ "name": "show-mandatory",
3036
+ "description": "`show-mandatory` {`boolean`} - \n\nProperty: showMandatory\n\nDefault: false",
3037
+ "valueSet": "v"
3038
+ },
3039
+ {
3040
+ "name": "show-input",
3041
+ "description": "`show-input` {`boolean`} - \n\nProperty: showInput\n\nDefault: false",
3042
+ "valueSet": "v"
3043
+ },
3044
+ {
3045
+ "name": "label-position",
3046
+ "description": "`label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\nProperty: labelPosition\n\nDefault: right",
3047
+ "values": [
3048
+ {
3049
+ "name": "top"
3050
+ },
3051
+ {
3052
+ "name": "bottom"
3053
+ },
3054
+ {
3055
+ "name": "right"
3056
+ },
3057
+ {
3058
+ "name": "left"
3059
+ }
3060
+ ]
3061
+ },
3062
+ {
3063
+ "name": "checked",
3064
+ "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",
3065
+ "valueSet": "v"
3066
+ },
3067
+ {
3068
+ "name": "disabled",
3069
+ "description": "`disabled` {boolean} - Disables the input.\n\nProperty: disabled\n\nDefault: false",
3070
+ "valueSet": "v"
3071
+ },
3072
+ {
3073
+ "name": "onchange",
3074
+ "description": "`change` {} - on change"
3075
+ }
3076
+ ]
3077
+ },
3078
+ {
3079
+ "name": "umb-insert-section-input",
3080
+ "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` - ",
3081
+ "attributes": [
3082
+ {
3083
+ "name": "show-mandatory",
3084
+ "description": "`show-mandatory` {`boolean`} - \n\nProperty: showMandatory\n\nDefault: false",
3085
+ "valueSet": "v"
3086
+ },
3087
+ {
3088
+ "name": "show-input",
3089
+ "description": "`show-input` {`boolean`} - \n\nProperty: showInput\n\nDefault: false",
3090
+ "valueSet": "v"
3091
+ },
3092
+ {
3093
+ "name": "label-position",
3094
+ "description": "`label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\nProperty: labelPosition\n\nDefault: right",
3095
+ "values": [
3096
+ {
3097
+ "name": "top"
3098
+ },
3099
+ {
3100
+ "name": "bottom"
3101
+ },
3102
+ {
3103
+ "name": "right"
3104
+ },
3105
+ {
3106
+ "name": "left"
3107
+ }
3108
+ ]
3109
+ },
3110
+ {
3111
+ "name": "checked",
3112
+ "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",
3113
+ "valueSet": "v"
3114
+ },
3115
+ {
3116
+ "name": "disabled",
3117
+ "description": "`disabled` {boolean} - Disables the input.\n\nProperty: disabled\n\nDefault: false",
3118
+ "valueSet": "v"
3119
+ },
3120
+ {
3121
+ "name": "onchange",
3122
+ "description": "`change` {} - on change"
3123
+ }
3124
+ ]
3125
+ },
3126
+ {
3127
+ "name": "umb-templating-insert-section-modal",
3128
+ "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[]`} - ",
3129
+ "attributes": []
3130
+ },
3131
+ {
3132
+ "name": "umb-insert-value-sidebar",
3133
+ "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[]`} - ",
3134
+ "attributes": []
3135
+ },
3136
+ {
3137
+ "name": "umb-partial-view-picker-modal",
3138
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
3139
+ "attributes": []
3140
+ },
3141
+ {
3142
+ "name": "umb-partial-views-workspace-edit",
3143
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
3144
+ "attributes": []
3145
+ },
3146
+ {
3147
+ "name": "umb-partial-views-workspace",
3148
+ "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3149
+ "attributes": []
3150
+ },
2801
3151
  {
2802
3152
  "name": "umb-stylesheet-workspace-edit",
2803
3153
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
@@ -2875,14 +3225,19 @@
2875
3225
  }
2876
3226
  ]
2877
3227
  },
3228
+ {
3229
+ "name": "umb-template-workspace-edit",
3230
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
3231
+ "attributes": []
3232
+ },
2878
3233
  {
2879
3234
  "name": "umb-template-workspace",
2880
- "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
3235
+ "description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2881
3236
  "attributes": []
2882
3237
  },
2883
3238
  {
2884
3239
  "name": "umb-dashboard-translation-dictionary",
2885
- "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3240
+ "description": "Properties:\n\n * `_tableConfig` - \n\n * `_tableItemsFiltered` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2886
3241
  "attributes": []
2887
3242
  },
2888
3243
  {
@@ -2919,6 +3274,11 @@
2919
3274
  "description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
2920
3275
  "attributes": []
2921
3276
  },
3277
+ {
3278
+ "name": "umb-dictionary-item-picker-modal",
3279
+ "description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
3280
+ "attributes": []
3281
+ },
2922
3282
  {
2923
3283
  "name": "umb-umbraco-news-dashboard",
2924
3284
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
@@ -2970,53 +3330,63 @@
2970
3330
  "attributes": []
2971
3331
  },
2972
3332
  {
2973
- "name": "umb-input-user-group",
2974
- "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` - ",
3333
+ "name": "umb-user-group-collection-header",
3334
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3335
+ "attributes": []
3336
+ },
3337
+ {
3338
+ "name": "umb-user-group-collection-view",
3339
+ "description": "Properties:\n\n * `_tableConfig` - \n\n * `_tableColumns` {`any[]`} - \n\n * `_tableItems` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3340
+ "attributes": []
3341
+ },
3342
+ {
3343
+ "name": "umb-user-group-collection",
3344
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3345
+ "attributes": []
3346
+ },
3347
+ {
3348
+ "name": "umb-user-group-table-name-column-layout",
3349
+ "description": "Properties:\n\n * `item` - \n\n * `value` - ",
3350
+ "attributes": []
3351
+ },
3352
+ {
3353
+ "name": "umb-user-group-table-sections-column-layout",
3354
+ "description": "Properties:\n\n * `item` - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
3355
+ "attributes": []
3356
+ },
3357
+ {
3358
+ "name": "umb-user-group-input",
3359
+ "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`} - ",
2975
3360
  "attributes": [
2976
3361
  {
2977
- "name": "value",
2978
- "description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
3362
+ "name": "min",
3363
+ "description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
2979
3364
  },
2980
3365
  {
2981
- "name": "multiple",
2982
- "description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
2983
- "valueSet": "v"
3366
+ "name": "max",
3367
+ "description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
2984
3368
  },
2985
3369
  {
2986
- "name": "modalType",
2987
- "description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
3370
+ "name": "min-message",
3371
+ "description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
2988
3372
  },
2989
3373
  {
2990
- "name": "modalSize",
2991
- "description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
2992
- "values": [
2993
- {
2994
- "name": "small"
2995
- },
2996
- {
2997
- "name": "large"
2998
- },
2999
- {
3000
- "name": "medium"
3001
- },
3002
- {
3003
- "name": "full"
3004
- }
3005
- ]
3374
+ "name": "maxMessage",
3375
+ "description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
3006
3376
  },
3007
3377
  {
3008
- "name": "onchange",
3009
- "description": "`change` {`CustomEvent<unknown>`} - "
3378
+ "name": "value",
3379
+ "description": "`value` {`string`} - \n\nProperty: value"
3010
3380
  }
3011
3381
  ]
3012
3382
  },
3013
3383
  {
3014
3384
  "name": "umb-user-group-picker-modal",
3015
- "description": "Properties:\n\n * `_userGroups` {`UserGroupDetails[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
3385
+ "description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3016
3386
  "attributes": []
3017
3387
  },
3018
3388
  {
3019
- "name": "umb-section-view-user-groups",
3389
+ "name": "umb-user-groups-section-view",
3020
3390
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
3021
3391
  "attributes": []
3022
3392
  },
@@ -3025,19 +3395,9 @@
3025
3395
  "description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
3026
3396
  "attributes": []
3027
3397
  },
3028
- {
3029
- "name": "umb-user-group-table-name-column-layout",
3030
- "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
3031
- "attributes": []
3032
- },
3033
- {
3034
- "name": "umb-user-group-table-sections-column-layout",
3035
- "description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
3036
- "attributes": []
3037
- },
3038
3398
  {
3039
3399
  "name": "umb-user-group-workspace-edit",
3040
- "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[]`} - ",
3400
+ "description": "Properties:\n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
3041
3401
  "attributes": []
3042
3402
  },
3043
3403
  {
@@ -3045,11 +3405,6 @@
3045
3405
  "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3046
3406
  "attributes": []
3047
3407
  },
3048
- {
3049
- "name": "umb-workspace-view-user-groups",
3050
- "description": "Properties:\n\n * `_userGroups` {`UserGroupDetails[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
3051
- "attributes": []
3052
- },
3053
3408
  {
3054
3409
  "name": "umb-user-collection-header",
3055
3410
  "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[]`} - ",
@@ -3067,7 +3422,7 @@
3067
3422
  },
3068
3423
  {
3069
3424
  "name": "umb-user-table-name-column-layout",
3070
- "description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
3425
+ "description": "Properties:\n\n * `column` - \n\n * `item` - \n\n * `value` - ",
3071
3426
  "attributes": []
3072
3427
  },
3073
3428
  {
@@ -3077,12 +3432,12 @@
3077
3432
  },
3078
3433
  {
3079
3434
  "name": "umb-user-collection-table-view",
3080
- "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3435
+ "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[]`} - ",
3081
3436
  "attributes": []
3082
3437
  },
3083
3438
  {
3084
3439
  "name": "umb-workspace-view-users-table",
3085
- "description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3440
+ "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[]`} - ",
3086
3441
  "attributes": []
3087
3442
  },
3088
3443
  {
@@ -3123,7 +3478,7 @@
3123
3478
  },
3124
3479
  {
3125
3480
  "name": "umb-user-picker-modal",
3126
- "description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3481
+ "description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3127
3482
  "attributes": []
3128
3483
  },
3129
3484
  {
@@ -3146,11 +3501,6 @@
3146
3501
  "description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
3147
3502
  "attributes": []
3148
3503
  },
3149
- {
3150
- "name": "umb-controller-host-test",
3151
- "description": "Properties:\n\n * `create` - A way to initialize controllers.",
3152
- "attributes": []
3153
- },
3154
3504
  {
3155
3505
  "name": "umb-story-modal-context-example",
3156
3506
  "description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
@@ -3182,11 +3532,11 @@
3182
3532
  },
3183
3533
  {
3184
3534
  "name": "umb-variant-router-slot",
3185
- "description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
3535
+ "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[]`} - ",
3186
3536
  "attributes": [
3187
3537
  {
3188
3538
  "name": "variantId",
3189
- "description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
3539
+ "description": "`variantId` {`any[]`} - \n\nProperty: variantId"
3190
3540
  },
3191
3541
  {
3192
3542
  "name": "routes",
@@ -3202,103 +3552,6 @@
3202
3552
  "description": "`change` - fires when a path of this router is changed"
3203
3553
  }
3204
3554
  ]
3205
- },
3206
- {
3207
- "name": "umb-error",
3208
- "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` - ",
3209
- "attributes": [
3210
- {
3211
- "name": "errorMessage",
3212
- "description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
3213
- "values": []
3214
- },
3215
- {
3216
- "name": "error",
3217
- "description": "`error` {`unknown`} - The error to display\n\nProperty: error"
3218
- }
3219
- ]
3220
- },
3221
- {
3222
- "name": "umb-installer-consent",
3223
- "description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
3224
- "attributes": []
3225
- },
3226
- {
3227
- "name": "umb-installer-database",
3228
- "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` - ",
3229
- "attributes": []
3230
- },
3231
- {
3232
- "name": "umb-installer-error",
3233
- "description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
3234
- "attributes": []
3235
- },
3236
- {
3237
- "name": "umb-installer",
3238
- "description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
3239
- "attributes": []
3240
- },
3241
- {
3242
- "name": "umb-installer-installing",
3243
- "description": "Properties:\n\n * `styles` - ",
3244
- "attributes": []
3245
- },
3246
- {
3247
- "name": "umb-installer-layout",
3248
- "description": "Properties:\n\n * `styles` - ",
3249
- "attributes": []
3250
- },
3251
- {
3252
- "name": "umb-installer-user",
3253
- "description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
3254
- "attributes": []
3255
- },
3256
- {
3257
- "name": "umb-upgrader-view",
3258
- "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` - ",
3259
- "attributes": [
3260
- {
3261
- "name": "fetching",
3262
- "description": "`fetching` {`boolean`} - \n\nProperty: fetching\n\nDefault: false",
3263
- "valueSet": "v"
3264
- },
3265
- {
3266
- "name": "upgrading",
3267
- "description": "`upgrading` {`boolean`} - \n\nProperty: upgrading\n\nDefault: false",
3268
- "valueSet": "v"
3269
- },
3270
- {
3271
- "name": "errorMessage",
3272
- "description": "`errorMessage` {`string`} - \n\nProperty: errorMessage\n\nDefault: "
3273
- },
3274
- {
3275
- "name": "settings",
3276
- "description": "`settings` - \n\nProperty: settings"
3277
- },
3278
- {
3279
- "name": "ononAuthorizeUpgrade",
3280
- "description": "`onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button"
3281
- }
3282
- ]
3283
- },
3284
- {
3285
- "name": "umb-upgrader",
3286
- "description": "Properties:\n\n * `upgradeSettings` - \n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `_handleSubmit` - ",
3287
- "attributes": []
3288
- },
3289
- {
3290
- "name": "umb-context-provider",
3291
- "description": "Attributes:\n\n * `value` {`unknown`} - The value to provide to the context.\n\n * `key` {`string`} - The key to provide to the context.\n\nProperties:\n\n * `create` - The value to provide to the context.\n\n * `value` {`unknown`} - The value to provide to the context.\n\n * `key` {`string`} - The key to provide to the context.",
3292
- "attributes": [
3293
- {
3294
- "name": "value",
3295
- "description": "`value` {`unknown`} - The value to provide to the context.\n\nProperty: value"
3296
- },
3297
- {
3298
- "name": "key",
3299
- "description": "`key` {`string`} - The key to provide to the context.\n\nProperty: key"
3300
- }
3301
- ]
3302
3555
  }
3303
3556
  ],
3304
3557
  "globalAttributes": [],