@umbraco-cms/backoffice 1.0.0-next.4e56c5c5 → 1.0.0-next.54c4e01c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-api.d.ts +196 -70
- package/context-api.d.ts +3 -3
- package/controller.d.ts +2 -1
- package/custom-elements.json +1438 -1221
- package/element.d.ts +4 -4
- package/entity-action.d.ts +6 -13
- package/extensions-api.d.ts +13 -12
- package/extensions-registry.d.ts +288 -86
- package/modal.d.ts +27 -323
- package/models.d.ts +7 -2
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +53 -41
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/repository.d.ts +62 -28
- package/resources.d.ts +24 -15
- package/router.d.ts +263 -25
- package/sorter.d.ts +103 -0
- package/store.d.ts +42 -47
- package/umbraco-package-schema.json +37749 -0
- package/utils.d.ts +1 -9
- package/vscode-html-custom-data.json +433 -405
- package/workspace.d.ts +22 -21
- package/property-editor.d.ts +0 -8
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"name": "umb-login",
|
|
21
|
-
"description": "Properties:\n\n * `
|
|
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
24
|
{
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "umb-dashboard-redirect-management",
|
|
31
|
-
"description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `
|
|
31
|
+
"description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `itemsPerPage` {`number`} - \n\n * `_redirectData` {`any[] | undefined`} - \n\n * `_trackerStatus` {`boolean`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_filter` {`string | undefined`} - \n\n * `_searchField` {`HTMLInputElement`} - \n\n * `_pagination` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
32
32
|
"attributes": [
|
|
33
33
|
{
|
|
34
34
|
"name": "items-per-page",
|
|
@@ -47,28 +47,33 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "umb-allowed-document-types-modal",
|
|
50
|
-
"description": "Properties:\n\n * `
|
|
50
|
+
"description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
51
51
|
"attributes": []
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "umb-document-type-workspace-editor",
|
|
55
|
-
"description": "Properties:\n\n * `
|
|
55
|
+
"description": "Properties:\n\n * `_icon` {`string | undefined`} - \n\n * `_iconColorAlias` {`string | undefined`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
56
56
|
"attributes": []
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "umb-document-type-workspace",
|
|
60
|
-
"description": "Properties:\n\n * `
|
|
60
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
61
61
|
"attributes": []
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "umb-document-type-workspace-view-design",
|
|
65
|
-
"description": "Properties:\n\n * `
|
|
65
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
66
|
"attributes": []
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "umb-document-type-workspace-view-edit-properties",
|
|
70
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
70
|
+
"description": "Attributes:\n\n * `container-id` {`string | undefined`} - \n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
71
|
"attributes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "container-id",
|
|
74
|
+
"description": "`container-id` {`string | undefined`} - \n\nProperty: containerId",
|
|
75
|
+
"values": []
|
|
76
|
+
},
|
|
72
77
|
{
|
|
73
78
|
"name": "container-name",
|
|
74
79
|
"description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
|
|
@@ -90,11 +95,16 @@
|
|
|
90
95
|
},
|
|
91
96
|
{
|
|
92
97
|
"name": "document-type-workspace-view-edit-property",
|
|
93
|
-
"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` {
|
|
98
|
+
"description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperties:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `styles` {`CSSResult[]`} - ",
|
|
94
99
|
"attributes": [
|
|
95
100
|
{
|
|
96
101
|
"name": "property",
|
|
97
|
-
"description": "`property` {
|
|
102
|
+
"description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "inherited",
|
|
106
|
+
"description": "`inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperty: inherited\n\nDefault: undefined",
|
|
107
|
+
"values": []
|
|
98
108
|
},
|
|
99
109
|
{
|
|
100
110
|
"name": "onpartial-property-update",
|
|
@@ -104,7 +114,7 @@
|
|
|
104
114
|
},
|
|
105
115
|
{
|
|
106
116
|
"name": "umb-document-type-workspace-view-edit-tab",
|
|
107
|
-
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
117
|
+
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_ownerTabId` {`string | undefined`} - \n\n * `ownerTabId` {`string | undefined`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
108
118
|
"attributes": [
|
|
109
119
|
{
|
|
110
120
|
"name": "ownerTabId",
|
|
@@ -125,37 +135,37 @@
|
|
|
125
135
|
},
|
|
126
136
|
{
|
|
127
137
|
"name": "umb-document-type-workspace-view-edit",
|
|
128
|
-
"description": "Properties:\n\n * `
|
|
138
|
+
"description": "Properties:\n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
129
139
|
"attributes": []
|
|
130
140
|
},
|
|
131
141
|
{
|
|
132
142
|
"name": "umb-document-type-workspace-view-details",
|
|
133
|
-
"description": "Properties:\n\n * `
|
|
143
|
+
"description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
134
144
|
"attributes": []
|
|
135
145
|
},
|
|
136
146
|
{
|
|
137
147
|
"name": "umb-document-type-workspace-view-structure",
|
|
138
|
-
"description": "Properties:\n\n * `
|
|
148
|
+
"description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
139
149
|
"attributes": []
|
|
140
150
|
},
|
|
141
151
|
{
|
|
142
152
|
"name": "umb-document-type-workspace-view-templates",
|
|
143
|
-
"description": "Properties:\n\n * `
|
|
153
|
+
"description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
144
154
|
"attributes": []
|
|
145
155
|
},
|
|
146
156
|
{
|
|
147
157
|
"name": "umb-document-table-actions-column-layout",
|
|
148
|
-
"description": "Properties:\n\n * `
|
|
158
|
+
"description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
149
159
|
"attributes": []
|
|
150
160
|
},
|
|
151
161
|
{
|
|
152
162
|
"name": "umb-document-table-collection-view",
|
|
153
|
-
"description": "Properties:\n\n * `
|
|
163
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
154
164
|
"attributes": []
|
|
155
165
|
},
|
|
156
166
|
{
|
|
157
167
|
"name": "umb-collection-view-document-table",
|
|
158
|
-
"description": "Properties:\n\n * `
|
|
168
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
159
169
|
"attributes": []
|
|
160
170
|
},
|
|
161
171
|
{
|
|
@@ -164,37 +174,37 @@
|
|
|
164
174
|
},
|
|
165
175
|
{
|
|
166
176
|
"name": "umb-document-picker-modal",
|
|
167
|
-
"description": "Properties:\n\n * `
|
|
177
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
168
178
|
"attributes": []
|
|
169
179
|
},
|
|
170
180
|
{
|
|
171
181
|
"name": "umb-document-type-picker-modal",
|
|
172
|
-
"description": "Properties:\n\n * `
|
|
182
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
173
183
|
"attributes": []
|
|
174
184
|
},
|
|
175
185
|
{
|
|
176
186
|
"name": "umb-document-tree-item",
|
|
177
|
-
"description": "Properties:\n\n * `
|
|
187
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
178
188
|
"attributes": []
|
|
179
189
|
},
|
|
180
190
|
{
|
|
181
191
|
"name": "umb-document-workspace-editor",
|
|
182
|
-
"description": "Properties:\n\n * `
|
|
192
|
+
"description": "Properties:\n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
183
193
|
"attributes": []
|
|
184
194
|
},
|
|
185
195
|
{
|
|
186
196
|
"name": "umb-document-workspace-split-view",
|
|
187
|
-
"description": "Properties:\n\n * `
|
|
197
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
188
198
|
"attributes": []
|
|
189
199
|
},
|
|
190
200
|
{
|
|
191
201
|
"name": "umb-document-workspace",
|
|
192
|
-
"description": "Properties:\n\n * `
|
|
202
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
193
203
|
"attributes": []
|
|
194
204
|
},
|
|
195
205
|
{
|
|
196
206
|
"name": "umb-document-workspace-view-edit-properties",
|
|
197
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `
|
|
207
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
198
208
|
"attributes": [
|
|
199
209
|
{
|
|
200
210
|
"name": "container-name",
|
|
@@ -217,7 +227,7 @@
|
|
|
217
227
|
},
|
|
218
228
|
{
|
|
219
229
|
"name": "umb-document-workspace-view-edit-tab",
|
|
220
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
230
|
+
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
221
231
|
"attributes": [
|
|
222
232
|
{
|
|
223
233
|
"name": "tabName",
|
|
@@ -233,27 +243,27 @@
|
|
|
233
243
|
},
|
|
234
244
|
{
|
|
235
245
|
"name": "umb-document-workspace-view-edit",
|
|
236
|
-
"description": "Properties:\n\n * `
|
|
246
|
+
"description": "Properties:\n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
237
247
|
"attributes": []
|
|
238
248
|
},
|
|
239
249
|
{
|
|
240
250
|
"name": "umb-document-info-workspace-view",
|
|
241
|
-
"description": "Properties:\n\n * `
|
|
251
|
+
"description": "Properties:\n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
242
252
|
"attributes": []
|
|
243
253
|
},
|
|
244
254
|
{
|
|
245
255
|
"name": "umb-media-type-workspace-edit",
|
|
246
|
-
"description": "Properties:\n\n * `
|
|
256
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
247
257
|
"attributes": []
|
|
248
258
|
},
|
|
249
259
|
{
|
|
250
260
|
"name": "umb-media-type-workspace",
|
|
251
|
-
"description": "Properties:\n\n * `
|
|
261
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
252
262
|
"attributes": []
|
|
253
263
|
},
|
|
254
264
|
{
|
|
255
265
|
"name": "umb-media-type-workspace-",
|
|
256
|
-
"description": "Properties:\n\n * `
|
|
266
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
257
267
|
"attributes": []
|
|
258
268
|
},
|
|
259
269
|
{
|
|
@@ -263,12 +273,12 @@
|
|
|
263
273
|
},
|
|
264
274
|
{
|
|
265
275
|
"name": "umb-media-grid-collection-view",
|
|
266
|
-
"description": "Properties:\n\n * `
|
|
276
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
267
277
|
"attributes": []
|
|
268
278
|
},
|
|
269
279
|
{
|
|
270
280
|
"name": "umb-media-table-collection-view",
|
|
271
|
-
"description": "Properties:\n\n * `
|
|
281
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
272
282
|
"attributes": []
|
|
273
283
|
},
|
|
274
284
|
{
|
|
@@ -277,17 +287,17 @@
|
|
|
277
287
|
},
|
|
278
288
|
{
|
|
279
289
|
"name": "umb-media-picker-modal",
|
|
280
|
-
"description": "Properties:\n\n * `
|
|
290
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
281
291
|
"attributes": []
|
|
282
292
|
},
|
|
283
293
|
{
|
|
284
294
|
"name": "umb-media-workspace-edit",
|
|
285
|
-
"description": "Properties:\n\n * `
|
|
295
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
286
296
|
"attributes": []
|
|
287
297
|
},
|
|
288
298
|
{
|
|
289
299
|
"name": "umb-media-workspace",
|
|
290
|
-
"description": "Properties:\n\n * `
|
|
300
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
291
301
|
"attributes": []
|
|
292
302
|
},
|
|
293
303
|
{
|
|
@@ -307,17 +317,17 @@
|
|
|
307
317
|
},
|
|
308
318
|
{
|
|
309
319
|
"name": "umb-member-group-workspace-edit",
|
|
310
|
-
"description": "Properties:\n\n * `
|
|
320
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
311
321
|
"attributes": []
|
|
312
322
|
},
|
|
313
323
|
{
|
|
314
324
|
"name": "umb-member-group-workspace",
|
|
315
|
-
"description": "Properties:\n\n * `
|
|
325
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
316
326
|
"attributes": []
|
|
317
327
|
},
|
|
318
328
|
{
|
|
319
329
|
"name": "umb-workspace-view-member-group-info",
|
|
320
|
-
"description": "Properties:\n\n * `
|
|
330
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
321
331
|
"attributes": []
|
|
322
332
|
},
|
|
323
333
|
{
|
|
@@ -327,7 +337,7 @@
|
|
|
327
337
|
},
|
|
328
338
|
{
|
|
329
339
|
"name": "umb-member-type-workspace",
|
|
330
|
-
"description": "Properties:\n\n * `
|
|
340
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
331
341
|
"attributes": []
|
|
332
342
|
},
|
|
333
343
|
{
|
|
@@ -337,12 +347,12 @@
|
|
|
337
347
|
},
|
|
338
348
|
{
|
|
339
349
|
"name": "umb-member-workspace",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
350
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
341
351
|
"attributes": []
|
|
342
352
|
},
|
|
343
353
|
{
|
|
344
354
|
"name": "umb-workspace-package-builder",
|
|
345
|
-
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
355
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `_packageNameInput` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
346
356
|
"attributes": [
|
|
347
357
|
{
|
|
348
358
|
"name": "entityId",
|
|
@@ -353,7 +363,7 @@
|
|
|
353
363
|
},
|
|
354
364
|
{
|
|
355
365
|
"name": "umb-workspace-package",
|
|
356
|
-
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
366
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
357
367
|
"attributes": [
|
|
358
368
|
{
|
|
359
369
|
"name": "entityId",
|
|
@@ -369,12 +379,12 @@
|
|
|
369
379
|
},
|
|
370
380
|
{
|
|
371
381
|
"name": "umb-packages-created-overview",
|
|
372
|
-
"description": "Properties:\n\n * `
|
|
382
|
+
"description": "Properties:\n\n * `take` {`number`} - \n\n * `_loading` {`boolean`} - \n\n * `_createdPackages` {`any[]`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
373
383
|
"attributes": []
|
|
374
384
|
},
|
|
375
385
|
{
|
|
376
386
|
"name": "umb-installed-packages-section-view-item",
|
|
377
|
-
"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 * `
|
|
387
|
+
"description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\n * `_migrationButtonState` {`UUIButtonState`} - \n\n * `_packageView` - \n\n * `styles` - ",
|
|
378
388
|
"attributes": [
|
|
379
389
|
{
|
|
380
390
|
"name": "name",
|
|
@@ -400,12 +410,12 @@
|
|
|
400
410
|
},
|
|
401
411
|
{
|
|
402
412
|
"name": "umb-installed-packages-section-view",
|
|
403
|
-
"description": "Properties:\n\n * `
|
|
413
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
404
414
|
"attributes": []
|
|
405
415
|
},
|
|
406
416
|
{
|
|
407
417
|
"name": "umb-packages-market-place-section-view",
|
|
408
|
-
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `
|
|
418
|
+
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
409
419
|
"attributes": [
|
|
410
420
|
{
|
|
411
421
|
"name": "marketplaceUrl",
|
|
@@ -415,22 +425,22 @@
|
|
|
415
425
|
},
|
|
416
426
|
{
|
|
417
427
|
"name": "umb-search-modal",
|
|
418
|
-
"description": "Properties:\n\n * `
|
|
428
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
419
429
|
"attributes": []
|
|
420
430
|
},
|
|
421
431
|
{
|
|
422
432
|
"name": "umb-search-header-app",
|
|
423
|
-
"description": "Properties:\n\n * `
|
|
433
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
424
434
|
"attributes": []
|
|
425
435
|
},
|
|
426
436
|
{
|
|
427
437
|
"name": "umb-dashboard-examine-management",
|
|
428
|
-
"description": "Properties:\n\n * `
|
|
438
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
429
439
|
"attributes": []
|
|
430
440
|
},
|
|
431
441
|
{
|
|
432
442
|
"name": "umb-examine-fields-settings-modal",
|
|
433
|
-
"description": "Properties:\n\n * `
|
|
443
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
434
444
|
"attributes": []
|
|
435
445
|
},
|
|
436
446
|
{
|
|
@@ -445,7 +455,7 @@
|
|
|
445
455
|
},
|
|
446
456
|
{
|
|
447
457
|
"name": "umb-dashboard-health-check-action",
|
|
448
|
-
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `
|
|
458
|
+
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `action` - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
449
459
|
"attributes": [
|
|
450
460
|
{
|
|
451
461
|
"name": "action",
|
|
@@ -459,7 +469,7 @@
|
|
|
459
469
|
},
|
|
460
470
|
{
|
|
461
471
|
"name": "umb-health-check-group-box-overview",
|
|
462
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
472
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
463
473
|
"attributes": [
|
|
464
474
|
{
|
|
465
475
|
"name": "manifest",
|
|
@@ -469,7 +479,7 @@
|
|
|
469
479
|
},
|
|
470
480
|
{
|
|
471
481
|
"name": "umb-health-check--group-box-overview",
|
|
472
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
482
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
473
483
|
"attributes": [
|
|
474
484
|
{
|
|
475
485
|
"name": "manifest",
|
|
@@ -479,7 +489,7 @@
|
|
|
479
489
|
},
|
|
480
490
|
{
|
|
481
491
|
"name": "umb-dashboard-health-check-group",
|
|
482
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `
|
|
492
|
+
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `groupName` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_group` - \n\n * `_healthCheckContext` - \n\n * `_checks` {`any[] | undefined`} - \n\n * `_idResults` {`any[] | undefined`} - \n\n * `_api` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
483
493
|
"attributes": [
|
|
484
494
|
{
|
|
485
495
|
"name": "groupName",
|
|
@@ -489,22 +499,22 @@
|
|
|
489
499
|
},
|
|
490
500
|
{
|
|
491
501
|
"name": "umb-dashboard-health-check-overview",
|
|
492
|
-
"description": "Properties:\n\n * `
|
|
502
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
493
503
|
"attributes": []
|
|
494
504
|
},
|
|
495
505
|
{
|
|
496
506
|
"name": "umb-dashboard-models-builder",
|
|
497
|
-
"description": "Properties:\n\n * `
|
|
507
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
498
508
|
"attributes": []
|
|
499
509
|
},
|
|
500
510
|
{
|
|
501
511
|
"name": "umb-dashboard-performance-profiling",
|
|
502
|
-
"description": "Properties:\n\n * `
|
|
512
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
503
513
|
"attributes": []
|
|
504
514
|
},
|
|
505
515
|
{
|
|
506
516
|
"name": "umb-dashboard-published-status",
|
|
507
|
-
"description": "Properties:\n\n * `
|
|
517
|
+
"description": "Properties:\n\n * `_publishedStatusText` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `_buttonStateRebuild` {`UUIButtonState`} - \n\n * `_buttonStateCollect` {`UUIButtonState`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
508
518
|
"attributes": []
|
|
509
519
|
},
|
|
510
520
|
{
|
|
@@ -514,91 +524,124 @@
|
|
|
514
524
|
},
|
|
515
525
|
{
|
|
516
526
|
"name": "umb-dashboard-telemetry",
|
|
517
|
-
"description": "Properties:\n\n * `
|
|
527
|
+
"description": "Properties:\n\n * `_telemetryFormData` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_errorMessage` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_handleSubmit` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `_selectedTelemetryDescription` {`\"We will only send an anonymized site ID to let us know that the site exists.\" | \"We will send an anonymized site ID, Umbraco version, and packages installed.\" | \"We will send:<ul>\\n\\t\\t\\t\\t<li>Anonymized site ID, Umbraco version, and packages installed.</li>\\n\\t\\t\\t\\t<li>Number of: Root nodes, Content nodes, Macros...`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
518
528
|
"attributes": []
|
|
519
529
|
},
|
|
520
530
|
{
|
|
521
|
-
"name": "umb-
|
|
522
|
-
"description": "
|
|
531
|
+
"name": "umb-data-type-input",
|
|
532
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
533
|
+
"attributes": [
|
|
534
|
+
{
|
|
535
|
+
"name": "min",
|
|
536
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "max",
|
|
540
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "min-message",
|
|
544
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "maxMessage",
|
|
548
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "value",
|
|
552
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "umb-data-type-create-options-modal",
|
|
558
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
559
|
+
"attributes": [
|
|
560
|
+
{
|
|
561
|
+
"name": "data",
|
|
562
|
+
"description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
|
|
563
|
+
"values": []
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "umb-data-type-picker-modal",
|
|
569
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
523
570
|
"attributes": []
|
|
524
571
|
},
|
|
525
572
|
{
|
|
526
573
|
"name": "umb-data-type-workspace-edit-element",
|
|
527
|
-
"description": "Attributes:\n\n * `manifest` - \n\
|
|
574
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
528
575
|
"attributes": [
|
|
529
576
|
{
|
|
530
577
|
"name": "manifest",
|
|
531
578
|
"description": "`manifest` - \n\nProperty: manifest"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"name": "location",
|
|
535
|
-
"description": "`location` - \n\nProperty: location"
|
|
536
579
|
}
|
|
537
580
|
]
|
|
538
581
|
},
|
|
539
582
|
{
|
|
540
583
|
"name": "umb-data-type-workspace",
|
|
541
|
-
"description": "Properties:\n\n * `
|
|
584
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
542
585
|
"attributes": []
|
|
543
586
|
},
|
|
544
587
|
{
|
|
545
588
|
"name": "umb-data-type-details-workspace-view",
|
|
546
|
-
"description": "Properties:\n\n * `
|
|
589
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUIIcon` {`string`} - \n\n * `_propertyEditorUIName` {`string`} - \n\n * `_propertyEditorUiAlias` {`string`} - \n\n * `_propertyEditorAlias` {`string`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
547
590
|
"attributes": []
|
|
548
591
|
},
|
|
549
592
|
{
|
|
550
593
|
"name": "umb-workspace-view-data-type-info",
|
|
551
|
-
"description": "Properties:\n\n * `
|
|
594
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
552
595
|
"attributes": []
|
|
553
596
|
},
|
|
554
597
|
{
|
|
555
598
|
"name": "umb-extension-root-workspace",
|
|
556
|
-
"description": "Properties:\n\n * `
|
|
599
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
557
600
|
"attributes": []
|
|
558
601
|
},
|
|
559
602
|
{
|
|
560
603
|
"name": "umb-app-language-select",
|
|
561
|
-
"description": "Properties:\n\n * `
|
|
604
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
562
605
|
"attributes": []
|
|
563
606
|
},
|
|
564
607
|
{
|
|
565
608
|
"name": "umb-language-picker-modal",
|
|
566
|
-
"description": "Properties:\n\n * `
|
|
609
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
567
610
|
"attributes": []
|
|
568
611
|
},
|
|
569
612
|
{
|
|
570
613
|
"name": "umb-language-root-table-delete-column-layout",
|
|
571
|
-
"description": "Properties:\n\n * `
|
|
614
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
572
615
|
"attributes": []
|
|
573
616
|
},
|
|
574
617
|
{
|
|
575
618
|
"name": "umb-language-root-table-name-column-layout",
|
|
576
|
-
"description": "Properties:\n\n * `
|
|
619
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
577
620
|
"attributes": []
|
|
578
621
|
},
|
|
579
622
|
{
|
|
580
623
|
"name": "umb-language-root-workspace",
|
|
581
|
-
"description": "Properties:\n\n * `
|
|
624
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
582
625
|
"attributes": []
|
|
583
626
|
},
|
|
584
627
|
{
|
|
585
628
|
"name": "umb-language-workspace-edit",
|
|
586
|
-
"description": "Properties:\n\n * `
|
|
629
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
587
630
|
"attributes": []
|
|
588
631
|
},
|
|
589
632
|
{
|
|
590
633
|
"name": "umb-language-workspace",
|
|
591
|
-
"description": "Properties:\n\n * `
|
|
634
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
592
635
|
"attributes": []
|
|
593
636
|
},
|
|
594
637
|
{
|
|
595
638
|
"name": "umb-language-details-workspace-view",
|
|
596
|
-
"description": "Properties:\n\n * `
|
|
639
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
597
640
|
"attributes": []
|
|
598
641
|
},
|
|
599
642
|
{
|
|
600
643
|
"name": "umb-log-viewer-date-range-selector",
|
|
601
|
-
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `
|
|
644
|
+
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `_startDate` {`string`} - \n\n * `_endDate` {`string`} - \n\n * `_inputs` {`NodeListOf<HTMLInputElement>`} - \n\n * `horizontal` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
602
645
|
"attributes": [
|
|
603
646
|
{
|
|
604
647
|
"name": "horizontal",
|
|
@@ -609,7 +652,7 @@
|
|
|
609
652
|
},
|
|
610
653
|
{
|
|
611
654
|
"name": "umb-log-viewer-level-tag",
|
|
612
|
-
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `
|
|
655
|
+
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
613
656
|
"attributes": [
|
|
614
657
|
{
|
|
615
658
|
"name": "level",
|
|
@@ -624,7 +667,7 @@
|
|
|
624
667
|
},
|
|
625
668
|
{
|
|
626
669
|
"name": "umb-logviewer-workspace",
|
|
627
|
-
"description": "Properties:\n\n * `
|
|
670
|
+
"description": "Properties:\n\n * `_alias` {`string`} - \n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
628
671
|
"attributes": []
|
|
629
672
|
},
|
|
630
673
|
{
|
|
@@ -639,32 +682,32 @@
|
|
|
639
682
|
},
|
|
640
683
|
{
|
|
641
684
|
"name": "umb-log-viewer-log-types-chart",
|
|
642
|
-
"description": "Properties:\n\n * `
|
|
685
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
643
686
|
"attributes": []
|
|
644
687
|
},
|
|
645
688
|
{
|
|
646
689
|
"name": "umb-log-viewer-message-templates-overview",
|
|
647
|
-
"description": "Properties:\n\n * `
|
|
690
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
648
691
|
"attributes": []
|
|
649
692
|
},
|
|
650
693
|
{
|
|
651
694
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
652
|
-
"description": "Properties:\n\n * `
|
|
695
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
653
696
|
"attributes": []
|
|
654
697
|
},
|
|
655
698
|
{
|
|
656
699
|
"name": "umb-log-viewer-overview-view",
|
|
657
|
-
"description": "Properties:\n\n * `
|
|
700
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
658
701
|
"attributes": []
|
|
659
702
|
},
|
|
660
703
|
{
|
|
661
704
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
662
|
-
"description": "Properties:\n\n * `
|
|
705
|
+
"description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
663
706
|
"attributes": []
|
|
664
707
|
},
|
|
665
708
|
{
|
|
666
709
|
"name": "umb-log-viewer-message",
|
|
667
|
-
"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 * `
|
|
710
|
+
"description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `details` {`HTMLDetailsElement`} - \n\n * `timestamp` {`string`} - \n\n * `date` {`Date | undefined`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `properties` {`any[]`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\n * `_searchMenuData` {`{ label: string; href: () => string; icon: string; title: string; }[]`} - \n\n * `_propertiesWithSearchMenu` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
668
711
|
"attributes": [
|
|
669
712
|
{
|
|
670
713
|
"name": "timestamp",
|
|
@@ -695,32 +738,37 @@
|
|
|
695
738
|
},
|
|
696
739
|
{
|
|
697
740
|
"name": "umb-log-viewer-messages-list",
|
|
698
|
-
"description": "Properties:\n\n * `
|
|
741
|
+
"description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
699
742
|
"attributes": []
|
|
700
743
|
},
|
|
701
744
|
{
|
|
702
745
|
"name": "umb-log-viewer-polling-button",
|
|
703
|
-
"description": "Properties:\n\n * `
|
|
746
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
747
|
+
"attributes": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
751
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
704
752
|
"attributes": []
|
|
705
753
|
},
|
|
706
754
|
{
|
|
707
755
|
"name": "umb-log-viewer-search-input",
|
|
708
|
-
"description": "Properties:\n\n * `
|
|
756
|
+
"description": "Properties:\n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - \n\n * `_showLoader` {`boolean`} - \n\n * `inputQuery$` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
709
757
|
"attributes": []
|
|
710
758
|
},
|
|
711
759
|
{
|
|
712
760
|
"name": "umb-log-viewer-search-view",
|
|
713
|
-
"description": "Properties:\n\n * `
|
|
761
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
714
762
|
"attributes": []
|
|
715
763
|
},
|
|
716
764
|
{
|
|
717
765
|
"name": "umb-relation-type-workspace-edit-element",
|
|
718
|
-
"description": "Properties:\n\n * `
|
|
766
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
719
767
|
"attributes": []
|
|
720
768
|
},
|
|
721
769
|
{
|
|
722
770
|
"name": "umb-relation-type-workspace",
|
|
723
|
-
"description": "Properties:\n\n * `
|
|
771
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
724
772
|
"attributes": []
|
|
725
773
|
},
|
|
726
774
|
{
|
|
@@ -730,52 +778,7 @@
|
|
|
730
778
|
},
|
|
731
779
|
{
|
|
732
780
|
"name": "umb-workspace-view-relation-type-relation",
|
|
733
|
-
"description": "Properties:\n\n * `
|
|
734
|
-
"attributes": []
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "umb-collection-selection-actions",
|
|
738
|
-
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - ",
|
|
739
|
-
"attributes": [
|
|
740
|
-
{
|
|
741
|
-
"name": "entityType",
|
|
742
|
-
"description": "`entityType` {`string | null`} - \n\nProperty: entityType\n\nDefault: null",
|
|
743
|
-
"values": []
|
|
744
|
-
}
|
|
745
|
-
]
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "umb-collection-toolbar",
|
|
749
|
-
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
750
|
-
"attributes": [
|
|
751
|
-
{
|
|
752
|
-
"name": "actions",
|
|
753
|
-
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"name": "useSearch",
|
|
757
|
-
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
758
|
-
"valueSet": "v"
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"name": "onsearch",
|
|
762
|
-
"description": "`search` {`CustomEvent<string>`} - "
|
|
763
|
-
}
|
|
764
|
-
]
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "umb-collection",
|
|
768
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - ",
|
|
769
|
-
"attributes": [
|
|
770
|
-
{
|
|
771
|
-
"name": "entity-type",
|
|
772
|
-
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"name": "umb-dashboard-collection",
|
|
778
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - ",
|
|
781
|
+
"description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
779
782
|
"attributes": []
|
|
780
783
|
},
|
|
781
784
|
{
|
|
@@ -785,7 +788,7 @@
|
|
|
785
788
|
},
|
|
786
789
|
{
|
|
787
790
|
"name": "umb-backoffice-header-sections",
|
|
788
|
-
"description": "Properties:\n\n * `
|
|
791
|
+
"description": "Properties:\n\n * `_open` {`boolean`} - \n\n * `_sections` {`any[]`} - \n\n * `_visibleSections` {`any[]`} - \n\n * `_extraSections` {`any[]`} - \n\n * `_currentSectionAlias` {`string`} - \n\n * `_backofficeContext` - \n\n * `styles` - ",
|
|
789
792
|
"attributes": []
|
|
790
793
|
},
|
|
791
794
|
{
|
|
@@ -795,22 +798,22 @@
|
|
|
795
798
|
},
|
|
796
799
|
{
|
|
797
800
|
"name": "umb-backoffice-main",
|
|
798
|
-
"description": "Properties:\n\n * `
|
|
801
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_sections` {`any[]`} - \n\n * `_routePrefix` {`string`} - \n\n * `_backofficeContext` - \n\n * `_sectionContext` - \n\n * `_onRouteChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
799
802
|
"attributes": []
|
|
800
803
|
},
|
|
801
804
|
{
|
|
802
805
|
"name": "umb-backoffice-modal-container",
|
|
803
|
-
"description": "Properties:\n\n * `
|
|
806
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
804
807
|
"attributes": []
|
|
805
808
|
},
|
|
806
809
|
{
|
|
807
810
|
"name": "umb-backoffice-notification-container",
|
|
808
|
-
"description": "Properties:\n\n * `
|
|
811
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
809
812
|
"attributes": []
|
|
810
813
|
},
|
|
811
814
|
{
|
|
812
815
|
"name": "umb-body-layout",
|
|
813
|
-
"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 * `
|
|
816
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {string} - Renders a headline in the header.\n\nProperties:\n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
814
817
|
"attributes": [
|
|
815
818
|
{
|
|
816
819
|
"name": "headline",
|
|
@@ -820,7 +823,7 @@
|
|
|
820
823
|
},
|
|
821
824
|
{
|
|
822
825
|
"name": "umb-button-with-dropdown",
|
|
823
|
-
"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 * `
|
|
826
|
+
"description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
824
827
|
"attributes": [
|
|
825
828
|
{
|
|
826
829
|
"name": "label",
|
|
@@ -924,21 +927,18 @@
|
|
|
924
927
|
]
|
|
925
928
|
},
|
|
926
929
|
{
|
|
927
|
-
"name": "
|
|
930
|
+
"name": "umb-code-block",
|
|
928
931
|
"description": "A simple styled box for showing code-based error messages.\n\nSlots:\n\n * ` ` {} - the full message\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
929
932
|
"attributes": []
|
|
930
933
|
},
|
|
931
934
|
{
|
|
932
935
|
"name": "umb-code-editor",
|
|
933
|
-
"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 * `
|
|
936
|
+
"description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `containerRef` - \n\n * `editor` - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.",
|
|
934
937
|
"attributes": [
|
|
935
938
|
{
|
|
936
939
|
"name": "language",
|
|
937
940
|
"description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
|
|
938
941
|
"values": [
|
|
939
|
-
{
|
|
940
|
-
"name": "html"
|
|
941
|
-
},
|
|
942
942
|
{
|
|
943
943
|
"name": "razor"
|
|
944
944
|
},
|
|
@@ -956,6 +956,9 @@
|
|
|
956
956
|
},
|
|
957
957
|
{
|
|
958
958
|
"name": "json"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "html"
|
|
959
962
|
}
|
|
960
963
|
]
|
|
961
964
|
},
|
|
@@ -1000,9 +1003,48 @@
|
|
|
1000
1003
|
}
|
|
1001
1004
|
]
|
|
1002
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "umb-collection-selection-actions",
|
|
1008
|
+
"description": "Properties:\n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1009
|
+
"attributes": []
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "umb-collection-toolbar",
|
|
1013
|
+
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1014
|
+
"attributes": [
|
|
1015
|
+
{
|
|
1016
|
+
"name": "actions",
|
|
1017
|
+
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "useSearch",
|
|
1021
|
+
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
1022
|
+
"valueSet": "v"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "onsearch",
|
|
1026
|
+
"description": "`search` {`CustomEvent<string>`} - "
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "umb-collection",
|
|
1032
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1033
|
+
"attributes": [
|
|
1034
|
+
{
|
|
1035
|
+
"name": "entity-type",
|
|
1036
|
+
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
1037
|
+
}
|
|
1038
|
+
]
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "umb-dashboard-collection",
|
|
1042
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1043
|
+
"attributes": []
|
|
1044
|
+
},
|
|
1003
1045
|
{
|
|
1004
1046
|
"name": "umb-debug",
|
|
1005
|
-
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `
|
|
1047
|
+
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1006
1048
|
"attributes": [
|
|
1007
1049
|
{
|
|
1008
1050
|
"name": "visible",
|
|
@@ -1023,7 +1065,7 @@
|
|
|
1023
1065
|
},
|
|
1024
1066
|
{
|
|
1025
1067
|
"name": "umb-donut-chart",
|
|
1026
|
-
"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 * `
|
|
1068
|
+
"description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `borderSize` {`number`} - The circle thickness in pixels\n\n * `svgSize` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n * `_slices` {`UmbDonutSliceElement[]`} - \n\n * `_container` {`HTMLDivElement`} - \n\n * `_detailsBox` {`HTMLDivElement`} - \n\n * `circles` {`CircleWithCommands[]`} - \n\n * `viewBox` {`number`} - \n\n * `_posY` {`number`} - \n\n * `_posX` {`number`} - \n\n * `_detailName` {`string`} - \n\n * `_detailAmount` {`number`} - \n\n * `_detailColor` {`string`} - \n\n * `_totalAmount` {`number`} - \n\n * `_detailKind` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1027
1069
|
"attributes": [
|
|
1028
1070
|
{
|
|
1029
1071
|
"name": "radius",
|
|
@@ -1076,7 +1118,7 @@
|
|
|
1076
1118
|
},
|
|
1077
1119
|
{
|
|
1078
1120
|
"name": "umb-dropdown",
|
|
1079
|
-
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `
|
|
1121
|
+
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1080
1122
|
"attributes": [
|
|
1081
1123
|
{
|
|
1082
1124
|
"name": "open",
|
|
@@ -1087,7 +1129,7 @@
|
|
|
1087
1129
|
},
|
|
1088
1130
|
{
|
|
1089
1131
|
"name": "umb-empty-state",
|
|
1090
|
-
"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 * `
|
|
1132
|
+
"description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\n * `styles` {`CSSResult[]`} - ",
|
|
1091
1133
|
"attributes": [
|
|
1092
1134
|
{
|
|
1093
1135
|
"name": "size",
|
|
@@ -1145,7 +1187,7 @@
|
|
|
1145
1187
|
},
|
|
1146
1188
|
{
|
|
1147
1189
|
"name": "umb-extension-slot",
|
|
1148
|
-
"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 * `
|
|
1190
|
+
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - \n\n * `styles` - ",
|
|
1149
1191
|
"attributes": [
|
|
1150
1192
|
{
|
|
1151
1193
|
"name": "type",
|
|
@@ -1168,12 +1210,12 @@
|
|
|
1168
1210
|
},
|
|
1169
1211
|
{
|
|
1170
1212
|
"name": "umb-header-app-button",
|
|
1171
|
-
"description": "Properties:\n\n * `
|
|
1213
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1172
1214
|
"attributes": []
|
|
1173
1215
|
},
|
|
1174
1216
|
{
|
|
1175
1217
|
"name": "umb-history-item",
|
|
1176
|
-
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1218
|
+
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1177
1219
|
"attributes": [
|
|
1178
1220
|
{
|
|
1179
1221
|
"name": "src",
|
|
@@ -1199,7 +1241,7 @@
|
|
|
1199
1241
|
},
|
|
1200
1242
|
{
|
|
1201
1243
|
"name": "umb-input-checkbox-list",
|
|
1202
|
-
"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 * `
|
|
1244
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `selected` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1203
1245
|
"attributes": [
|
|
1204
1246
|
{
|
|
1205
1247
|
"name": "list",
|
|
@@ -1217,7 +1259,7 @@
|
|
|
1217
1259
|
},
|
|
1218
1260
|
{
|
|
1219
1261
|
"name": "umb-input-color-picker",
|
|
1220
|
-
"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 * `
|
|
1262
|
+
"description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1221
1263
|
"attributes": [
|
|
1222
1264
|
{
|
|
1223
1265
|
"name": "showLabels",
|
|
@@ -1237,7 +1279,7 @@
|
|
|
1237
1279
|
},
|
|
1238
1280
|
{
|
|
1239
1281
|
"name": "umb-input-culture-select",
|
|
1240
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
1282
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_cultures` {`any[]`} - \n\n * `_search` {`string`} - \n\n * `selectedCultureName` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1241
1283
|
"attributes": [
|
|
1242
1284
|
{
|
|
1243
1285
|
"name": "disabled",
|
|
@@ -1253,7 +1295,7 @@
|
|
|
1253
1295
|
},
|
|
1254
1296
|
{
|
|
1255
1297
|
"name": "umb-input-document-picker",
|
|
1256
|
-
"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 * `
|
|
1298
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1257
1299
|
"attributes": [
|
|
1258
1300
|
{
|
|
1259
1301
|
"name": "min",
|
|
@@ -1285,8 +1327,12 @@
|
|
|
1285
1327
|
},
|
|
1286
1328
|
{
|
|
1287
1329
|
"name": "umb-input-document-type-picker",
|
|
1288
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1330
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `selectedIds` {`string[]`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1289
1331
|
"attributes": [
|
|
1332
|
+
{
|
|
1333
|
+
"name": "selectedIds",
|
|
1334
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1335
|
+
},
|
|
1290
1336
|
{
|
|
1291
1337
|
"name": "value",
|
|
1292
1338
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1299,7 +1345,7 @@
|
|
|
1299
1345
|
},
|
|
1300
1346
|
{
|
|
1301
1347
|
"name": "umb-input-eye-dropper",
|
|
1302
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `
|
|
1348
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1303
1349
|
"attributes": [
|
|
1304
1350
|
{
|
|
1305
1351
|
"name": "opacity",
|
|
@@ -1318,17 +1364,15 @@
|
|
|
1318
1364
|
},
|
|
1319
1365
|
{
|
|
1320
1366
|
"name": "umb-input-language-picker",
|
|
1321
|
-
"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 * `
|
|
1367
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `filter` - \n\n * `selectedIsoCodes` {`string[]`} - \n\n * `_items` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1322
1368
|
"attributes": [
|
|
1323
1369
|
{
|
|
1324
1370
|
"name": "min",
|
|
1325
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1326
|
-
"values": []
|
|
1371
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1327
1372
|
},
|
|
1328
1373
|
{
|
|
1329
1374
|
"name": "max",
|
|
1330
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1331
|
-
"values": []
|
|
1375
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1332
1376
|
},
|
|
1333
1377
|
{
|
|
1334
1378
|
"name": "min-message",
|
|
@@ -1346,7 +1390,7 @@
|
|
|
1346
1390
|
},
|
|
1347
1391
|
{
|
|
1348
1392
|
"name": "umb-input-media-picker",
|
|
1349
|
-
"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 * `
|
|
1393
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_pickedItemsObserver` - \n\n * `_repository` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1350
1394
|
"attributes": [
|
|
1351
1395
|
{
|
|
1352
1396
|
"name": "min",
|
|
@@ -1378,7 +1422,7 @@
|
|
|
1378
1422
|
},
|
|
1379
1423
|
{
|
|
1380
1424
|
"name": "umb-input-multi-url-picker",
|
|
1381
|
-
"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 * `
|
|
1425
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`any[]`} - \n\n * `_modalRoute` - \n\n * `styles` {`CSSResult[]`} - \n\n * `myModalRegistration` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1382
1426
|
"attributes": [
|
|
1383
1427
|
{
|
|
1384
1428
|
"name": "alias",
|
|
@@ -1452,7 +1496,7 @@
|
|
|
1452
1496
|
},
|
|
1453
1497
|
{
|
|
1454
1498
|
"name": "umb-input-number-range",
|
|
1455
|
-
"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 * `
|
|
1499
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `minLabel` {`string`} - \n\n * `maxLabel` {`string`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1456
1500
|
"attributes": [
|
|
1457
1501
|
{
|
|
1458
1502
|
"name": "min-label",
|
|
@@ -1484,7 +1528,7 @@
|
|
|
1484
1528
|
},
|
|
1485
1529
|
{
|
|
1486
1530
|
"name": "umb-input-radio-button-list",
|
|
1487
|
-
"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 * `
|
|
1531
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `selected` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1488
1532
|
"attributes": [
|
|
1489
1533
|
{
|
|
1490
1534
|
"name": "list",
|
|
@@ -1502,7 +1546,7 @@
|
|
|
1502
1546
|
},
|
|
1503
1547
|
{
|
|
1504
1548
|
"name": "umb-input-section",
|
|
1505
|
-
"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 * `
|
|
1549
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1506
1550
|
"attributes": [
|
|
1507
1551
|
{
|
|
1508
1552
|
"name": "value",
|
|
@@ -1543,7 +1587,7 @@
|
|
|
1543
1587
|
},
|
|
1544
1588
|
{
|
|
1545
1589
|
"name": "umb-input-slider",
|
|
1546
|
-
"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 * `
|
|
1590
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enableRange` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1547
1591
|
"attributes": [
|
|
1548
1592
|
{
|
|
1549
1593
|
"name": "min",
|
|
@@ -1577,8 +1621,8 @@
|
|
|
1577
1621
|
]
|
|
1578
1622
|
},
|
|
1579
1623
|
{
|
|
1580
|
-
"name": "umb-input-template
|
|
1581
|
-
"description": "Events:\n\n * `change
|
|
1624
|
+
"name": "umb-input-template",
|
|
1625
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `defaultId` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_defaultId` {`string`} - \n\n * `defaultId` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1582
1626
|
"attributes": [
|
|
1583
1627
|
{
|
|
1584
1628
|
"name": "min",
|
|
@@ -1599,26 +1643,22 @@
|
|
|
1599
1643
|
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1600
1644
|
},
|
|
1601
1645
|
{
|
|
1602
|
-
"name": "
|
|
1603
|
-
"description": "`
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"name": "defaultKey",
|
|
1607
|
-
"description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
|
|
1646
|
+
"name": "selectedIds",
|
|
1647
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1608
1648
|
},
|
|
1609
1649
|
{
|
|
1610
|
-
"name": "
|
|
1611
|
-
"description": "`
|
|
1650
|
+
"name": "defaultId",
|
|
1651
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1612
1652
|
},
|
|
1613
1653
|
{
|
|
1614
|
-
"name": "onchange
|
|
1615
|
-
"description": "`change
|
|
1654
|
+
"name": "onchange",
|
|
1655
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1616
1656
|
}
|
|
1617
1657
|
]
|
|
1618
1658
|
},
|
|
1619
1659
|
{
|
|
1620
1660
|
"name": "umb-input-toggle",
|
|
1621
|
-
"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 * `
|
|
1661
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1622
1662
|
"attributes": [
|
|
1623
1663
|
{
|
|
1624
1664
|
"name": "checked",
|
|
@@ -1648,7 +1688,7 @@
|
|
|
1648
1688
|
},
|
|
1649
1689
|
{
|
|
1650
1690
|
"name": "umb-input-upload-field",
|
|
1651
|
-
"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 * `
|
|
1691
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`File[]`} - \n\n * `_currentFilesTemp` {`File[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1652
1692
|
"attributes": [
|
|
1653
1693
|
{
|
|
1654
1694
|
"name": "keys",
|
|
@@ -1672,48 +1712,7 @@
|
|
|
1672
1712
|
},
|
|
1673
1713
|
{
|
|
1674
1714
|
"name": "umb-input-user-group",
|
|
1675
|
-
"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 * `
|
|
1676
|
-
"attributes": [
|
|
1677
|
-
{
|
|
1678
|
-
"name": "value",
|
|
1679
|
-
"description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "multiple",
|
|
1683
|
-
"description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
|
|
1684
|
-
"valueSet": "v"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "modalType",
|
|
1688
|
-
"description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "modalSize",
|
|
1692
|
-
"description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
|
|
1693
|
-
"values": [
|
|
1694
|
-
{
|
|
1695
|
-
"name": "small"
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"name": "large"
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "medium"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "full"
|
|
1705
|
-
}
|
|
1706
|
-
]
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"name": "onchange",
|
|
1710
|
-
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1711
|
-
}
|
|
1712
|
-
]
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "umb-input-user",
|
|
1716
|
-
"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 * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1715
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1717
1716
|
"attributes": [
|
|
1718
1717
|
{
|
|
1719
1718
|
"name": "value",
|
|
@@ -1754,7 +1753,7 @@
|
|
|
1754
1753
|
},
|
|
1755
1754
|
{
|
|
1756
1755
|
"name": "umb-menu-item-base",
|
|
1757
|
-
"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 * `
|
|
1756
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1758
1757
|
"attributes": [
|
|
1759
1758
|
{
|
|
1760
1759
|
"name": "entity-type",
|
|
@@ -1783,7 +1782,7 @@
|
|
|
1783
1782
|
},
|
|
1784
1783
|
{
|
|
1785
1784
|
"name": "umb-menu",
|
|
1786
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1785
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1787
1786
|
"attributes": [
|
|
1788
1787
|
{
|
|
1789
1788
|
"name": "manifest",
|
|
@@ -1793,7 +1792,7 @@
|
|
|
1793
1792
|
},
|
|
1794
1793
|
{
|
|
1795
1794
|
"name": "umb-property-type-based-property",
|
|
1796
|
-
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `
|
|
1795
|
+
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `property` - \n\n * `_property` - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_dataTypeData` {`any[]`} - \n\n * `_dataTypeRepository` - \n\n * `_dataTypeObserver` - \n\n * `_value` {`unknown`} - \n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\n * `_propertyVariantId` - \n\n * `_workspaceContext` - \n\n * `_observePropertyValue` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1797
1796
|
"attributes": [
|
|
1798
1797
|
{
|
|
1799
1798
|
"name": "propertyVariantId",
|
|
@@ -1853,12 +1852,12 @@
|
|
|
1853
1852
|
},
|
|
1854
1853
|
{
|
|
1855
1854
|
"name": "umb-section-sidebar-context-menu",
|
|
1856
|
-
"description": "Properties:\n\n * `
|
|
1855
|
+
"description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1857
1856
|
"attributes": []
|
|
1858
1857
|
},
|
|
1859
1858
|
{
|
|
1860
1859
|
"name": "umb-section-sidebar-menu",
|
|
1861
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1860
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1862
1861
|
"attributes": [
|
|
1863
1862
|
{
|
|
1864
1863
|
"name": "manifest",
|
|
@@ -1873,7 +1872,7 @@
|
|
|
1873
1872
|
},
|
|
1874
1873
|
{
|
|
1875
1874
|
"name": "umb-section-views",
|
|
1876
|
-
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1875
|
+
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `sectionAlias` {`string | undefined`} - \n\n * `_views` {`any[]`} - \n\n * `_dashboards` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `_sectionContext` - \n\n * `_extensionsObserver` - \n\n * `_viewsObserver` - \n\n * `_dashboardObserver` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1877
1876
|
"attributes": [
|
|
1878
1877
|
{
|
|
1879
1878
|
"name": "section-alias",
|
|
@@ -1883,8 +1882,8 @@
|
|
|
1883
1882
|
]
|
|
1884
1883
|
},
|
|
1885
1884
|
{
|
|
1886
|
-
"name": "umb-section",
|
|
1887
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1885
|
+
"name": "umb-section-default",
|
|
1886
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_menus` {`Omit<any, \"kind\">[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1888
1887
|
"attributes": [
|
|
1889
1888
|
{
|
|
1890
1889
|
"name": "manifest",
|
|
@@ -1894,7 +1893,7 @@
|
|
|
1894
1893
|
},
|
|
1895
1894
|
{
|
|
1896
1895
|
"name": "umb-table",
|
|
1897
|
-
"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 * `
|
|
1896
|
+
"description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `items` {Array<UmbTableItem>} - Table Items\n\n * `columns` {Array<UmbTableColumn>} - \n\n * `config` {UmbTableConfig} - \n\n * `selection` {Array<string>} - \n\n * `orderingColumn` {`string`} - \n\n * `orderingDesc` {`boolean`} - \n\n * `_selectionMode` {`boolean`} - \n\n * `_renderRow` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1898
1897
|
"attributes": [
|
|
1899
1898
|
{
|
|
1900
1899
|
"name": "onselected",
|
|
@@ -1912,7 +1911,7 @@
|
|
|
1912
1911
|
},
|
|
1913
1912
|
{
|
|
1914
1913
|
"name": "umb-template-card",
|
|
1915
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change
|
|
1914
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `id` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `default` {`boolean`} - \n\n * `_id` {`string`} - \n\n * `id` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1916
1915
|
"attributes": [
|
|
1917
1916
|
{
|
|
1918
1917
|
"name": "default",
|
|
@@ -1936,14 +1935,14 @@
|
|
|
1936
1935
|
"description": "`selected` {} - "
|
|
1937
1936
|
},
|
|
1938
1937
|
{
|
|
1939
|
-
"name": "onchange
|
|
1940
|
-
"description": "`change
|
|
1938
|
+
"name": "onchange",
|
|
1939
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1941
1940
|
}
|
|
1942
1941
|
]
|
|
1943
1942
|
},
|
|
1944
1943
|
{
|
|
1945
1944
|
"name": "umb-tooltip-menu",
|
|
1946
|
-
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `
|
|
1945
|
+
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1947
1946
|
"attributes": [
|
|
1948
1947
|
{
|
|
1949
1948
|
"name": "icon-only",
|
|
@@ -1958,17 +1957,17 @@
|
|
|
1958
1957
|
},
|
|
1959
1958
|
{
|
|
1960
1959
|
"name": "umb-entity-tree-item",
|
|
1961
|
-
"description": "Properties:\n\n * `
|
|
1960
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1962
1961
|
"attributes": []
|
|
1963
1962
|
},
|
|
1964
1963
|
{
|
|
1965
1964
|
"name": "umb-tree-item-base",
|
|
1966
|
-
"description": "Properties:\n\n * `
|
|
1965
|
+
"description": "Properties:\n\n * `_item` - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_isLoading` {`boolean`} - \n\n * `_isSelectable` {`boolean`} - \n\n * `_isSelected` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_hasChildren` {`boolean`} - \n\n * `_iconSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1967
1966
|
"attributes": []
|
|
1968
1967
|
},
|
|
1969
1968
|
{
|
|
1970
1969
|
"name": "umb-tree-item",
|
|
1971
|
-
"description": "Properties:\n\n * `
|
|
1970
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1972
1971
|
"attributes": []
|
|
1973
1972
|
},
|
|
1974
1973
|
{
|
|
@@ -1983,7 +1982,7 @@
|
|
|
1983
1982
|
},
|
|
1984
1983
|
{
|
|
1985
1984
|
"name": "umb-tree",
|
|
1986
|
-
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1985
|
+
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `multiple` {`boolean`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1987
1986
|
"attributes": [
|
|
1988
1987
|
{
|
|
1989
1988
|
"name": "alias",
|
|
@@ -1998,6 +1997,11 @@
|
|
|
1998
1997
|
"name": "selection",
|
|
1999
1998
|
"description": "`selection` {`string[]`} - \n\nProperty: selection"
|
|
2000
1999
|
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "multiple",
|
|
2002
|
+
"description": "`multiple` {`boolean`} - \n\nProperty: multiple",
|
|
2003
|
+
"valueSet": "v"
|
|
2004
|
+
},
|
|
2001
2005
|
{
|
|
2002
2006
|
"name": "onselected",
|
|
2003
2007
|
"description": "`selected` {`CustomEvent<unknown>`} - "
|
|
@@ -2006,7 +2010,7 @@
|
|
|
2006
2010
|
},
|
|
2007
2011
|
{
|
|
2008
2012
|
"name": "umb-variant-selector",
|
|
2009
|
-
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `
|
|
2013
|
+
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2010
2014
|
"attributes": [
|
|
2011
2015
|
{
|
|
2012
2016
|
"name": "alias",
|
|
@@ -2020,12 +2024,12 @@
|
|
|
2020
2024
|
},
|
|
2021
2025
|
{
|
|
2022
2026
|
"name": "umb-variantable-property",
|
|
2023
|
-
"description": "Properties:\n\n * `
|
|
2027
|
+
"description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2024
2028
|
"attributes": []
|
|
2025
2029
|
},
|
|
2026
2030
|
{
|
|
2027
2031
|
"name": "umb-workspace-property",
|
|
2028
|
-
"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 * `
|
|
2032
|
+
"description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\n * `_variantDifference` {`string | undefined`} - \n\n * `_element` - \n\n * `_value` {`unknown`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_label` {`string | undefined`} - \n\n * `_description` {`string | undefined`} - \n\n * `_propertyContext` - \n\n * `propertyEditorUIObserver` - \n\n * `_valueObserver` - \n\n * `_configObserver` - \n\n * `_onPropertyEditorChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2029
2033
|
"attributes": [
|
|
2030
2034
|
{
|
|
2031
2035
|
"name": "label",
|
|
@@ -2064,32 +2068,22 @@
|
|
|
2064
2068
|
},
|
|
2065
2069
|
{
|
|
2066
2070
|
"name": "umb-workspace-action-menu",
|
|
2067
|
-
"description": "Properties:\n\n * `
|
|
2071
|
+
"description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2068
2072
|
"attributes": []
|
|
2069
2073
|
},
|
|
2070
2074
|
{
|
|
2071
2075
|
"name": "umb-workspace-action",
|
|
2072
|
-
"description": "Properties:\n\n * `
|
|
2076
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2073
2077
|
"attributes": []
|
|
2074
2078
|
},
|
|
2075
2079
|
{
|
|
2076
2080
|
"name": "umb-workspace-view-collection",
|
|
2077
|
-
"description": "Properties:\n\n * `
|
|
2081
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2078
2082
|
"attributes": []
|
|
2079
2083
|
},
|
|
2080
2084
|
{
|
|
2081
|
-
"name": "umb-workspace-
|
|
2082
|
-
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer
|
|
2083
|
-
"attributes": [
|
|
2084
|
-
{
|
|
2085
|
-
"name": "alias",
|
|
2086
|
-
"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: ''"
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"name": "umb-workspace-layout",
|
|
2092
|
-
"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 * `styles` {`CSSResult[]`} - \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`} - ",
|
|
2085
|
+
"name": "umb-workspace-editor",
|
|
2086
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2093
2087
|
"attributes": [
|
|
2094
2088
|
{
|
|
2095
2089
|
"name": "headline",
|
|
@@ -2111,6 +2105,16 @@
|
|
|
2111
2105
|
}
|
|
2112
2106
|
]
|
|
2113
2107
|
},
|
|
2108
|
+
{
|
|
2109
|
+
"name": "umb-workspace-footer",
|
|
2110
|
+
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer items\n\n * `actions` {} - Slot for workspace actions\n\nAttributes:\n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\n * `styles` {`CSSResult[]`} - ",
|
|
2111
|
+
"attributes": [
|
|
2112
|
+
{
|
|
2113
|
+
"name": "alias",
|
|
2114
|
+
"description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
|
|
2115
|
+
}
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2114
2118
|
{
|
|
2115
2119
|
"name": "umb-workspace-property-layout",
|
|
2116
2120
|
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -2143,7 +2147,7 @@
|
|
|
2143
2147
|
},
|
|
2144
2148
|
{
|
|
2145
2149
|
"name": "umb-workspace-variant",
|
|
2146
|
-
"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 * `
|
|
2150
|
+
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\n * `_splitViewIndex` {`number`} - \n\n * `variantContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2147
2151
|
"attributes": [
|
|
2148
2152
|
{
|
|
2149
2153
|
"name": "alias",
|
|
@@ -2162,7 +2166,7 @@
|
|
|
2162
2166
|
},
|
|
2163
2167
|
{
|
|
2164
2168
|
"name": "umb-workspace",
|
|
2165
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
2169
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2166
2170
|
"attributes": [
|
|
2167
2171
|
{
|
|
2168
2172
|
"name": "entity-type",
|
|
@@ -2172,7 +2176,7 @@
|
|
|
2172
2176
|
},
|
|
2173
2177
|
{
|
|
2174
2178
|
"name": "umb-confirm-modal",
|
|
2175
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2179
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2176
2180
|
"attributes": [
|
|
2177
2181
|
{
|
|
2178
2182
|
"name": "data",
|
|
@@ -2182,7 +2186,7 @@
|
|
|
2182
2186
|
},
|
|
2183
2187
|
{
|
|
2184
2188
|
"name": "umb-embedded-media-modal",
|
|
2185
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2189
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2186
2190
|
"attributes": [
|
|
2187
2191
|
{
|
|
2188
2192
|
"name": "data",
|
|
@@ -2192,40 +2196,27 @@
|
|
|
2192
2196
|
},
|
|
2193
2197
|
{
|
|
2194
2198
|
"name": "umb-folder-modal",
|
|
2195
|
-
"description": "Properties:\n\n * `
|
|
2199
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2196
2200
|
"attributes": []
|
|
2197
2201
|
},
|
|
2198
2202
|
{
|
|
2199
2203
|
"name": "umb-icon-picker-modal",
|
|
2200
|
-
"description": "
|
|
2201
|
-
"attributes": [
|
|
2202
|
-
{
|
|
2203
|
-
"name": "iconlist",
|
|
2204
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
2205
|
-
},
|
|
2206
|
-
{
|
|
2207
|
-
"name": "iconlistFiltered",
|
|
2208
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"name": "colorlist",
|
|
2212
|
-
"description": "`colorlist` {`string[]`} - \n\nProperty: colorlist\n\nDefault: #000000,#373737,#9e9e9e,#607d8b,#2196f3,#03a9f4,#3f51b5,#9c27b0,#673ab7,#00bcd4,#4caf50,#8bc34a,#cddc39,#ffeb3b,#ffc107,#ff9800,#ff5722,#f44336,#e91e63,#795548"
|
|
2213
|
-
}
|
|
2214
|
-
]
|
|
2204
|
+
"description": "Properties:\n\n * `_iconList` - \n\n * `_iconListFiltered` {`string[]`} - \n\n * `_colorList` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2205
|
+
"attributes": []
|
|
2215
2206
|
},
|
|
2216
2207
|
{
|
|
2217
2208
|
"name": "umb-link-picker-modal",
|
|
2218
|
-
"description": "Properties:\n\n * `
|
|
2209
|
+
"description": "Properties:\n\n * `_selectedKey` {`string | undefined`} - \n\n * `_index` {`number | null`} - \n\n * `_link` - \n\n * `_layout` - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2219
2210
|
"attributes": []
|
|
2220
2211
|
},
|
|
2221
2212
|
{
|
|
2222
2213
|
"name": "umb-property-settings-modal",
|
|
2223
|
-
"description": "Properties:\n\n * `
|
|
2214
|
+
"description": "Properties:\n\n * `_selectedPropertyEditorUI` - \n\n * `_selectedPropertyEditorUIAlias` {`string`} - \n\n * `_appearanceIsTop` {`boolean`} - \n\n * `_mandatory` {`boolean`} - \n\n * `_customValidationOptions` {`({ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; })[]`} - \n\n * `_customValidation` {`{ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; }`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `_name` {`string`} - \n\n * `_alias` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2224
2215
|
"attributes": []
|
|
2225
2216
|
},
|
|
2226
2217
|
{
|
|
2227
2218
|
"name": "umb-section-picker-modal",
|
|
2228
|
-
"description": "Properties:\n\n * `
|
|
2219
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2229
2220
|
"attributes": []
|
|
2230
2221
|
},
|
|
2231
2222
|
{
|
|
@@ -2268,7 +2259,7 @@
|
|
|
2268
2259
|
},
|
|
2269
2260
|
{
|
|
2270
2261
|
"name": "umb-property-action-menu",
|
|
2271
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `
|
|
2262
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\n * `_actionsObserver` - \n\n * `_actions` {`any[]`} - \n\n * `_open` {`boolean`} - \n\n * `_propertyActionMenuContext` - \n\n * `styles` - ",
|
|
2272
2263
|
"attributes": [
|
|
2273
2264
|
{
|
|
2274
2265
|
"name": "value",
|
|
@@ -2283,7 +2274,7 @@
|
|
|
2283
2274
|
},
|
|
2284
2275
|
{
|
|
2285
2276
|
"name": "umb-property-action",
|
|
2286
|
-
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2277
|
+
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_propertyAction` - \n\n * `propertyAction` - \n\n * `_element` - \n\n * `styles` - \n\n * `value` {`string | undefined`} - ",
|
|
2287
2278
|
"attributes": [
|
|
2288
2279
|
{
|
|
2289
2280
|
"name": "propertyAction",
|
|
@@ -2303,7 +2294,7 @@
|
|
|
2303
2294
|
},
|
|
2304
2295
|
{
|
|
2305
2296
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2306
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2297
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2307
2298
|
"attributes": [
|
|
2308
2299
|
{
|
|
2309
2300
|
"name": "data",
|
|
@@ -2313,7 +2304,7 @@
|
|
|
2313
2304
|
},
|
|
2314
2305
|
{
|
|
2315
2306
|
"name": "umb-property-editor-config",
|
|
2316
|
-
"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 * `
|
|
2307
|
+
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUIConfigDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUIConfigProperties` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2317
2308
|
"attributes": [
|
|
2318
2309
|
{
|
|
2319
2310
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2331,7 +2322,7 @@
|
|
|
2331
2322
|
},
|
|
2332
2323
|
{
|
|
2333
2324
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2334
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2325
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2335
2326
|
"attributes": [
|
|
2336
2327
|
{
|
|
2337
2328
|
"name": "value",
|
|
@@ -2341,7 +2332,7 @@
|
|
|
2341
2332
|
},
|
|
2342
2333
|
{
|
|
2343
2334
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2344
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2335
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2345
2336
|
"attributes": [
|
|
2346
2337
|
{
|
|
2347
2338
|
"name": "value",
|
|
@@ -2351,7 +2342,7 @@
|
|
|
2351
2342
|
},
|
|
2352
2343
|
{
|
|
2353
2344
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2354
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2345
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2355
2346
|
"attributes": [
|
|
2356
2347
|
{
|
|
2357
2348
|
"name": "value",
|
|
@@ -2361,7 +2352,7 @@
|
|
|
2361
2352
|
},
|
|
2362
2353
|
{
|
|
2363
2354
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2364
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `
|
|
2355
|
+
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2365
2356
|
"attributes": [
|
|
2366
2357
|
{
|
|
2367
2358
|
"name": "name",
|
|
@@ -2371,7 +2362,7 @@
|
|
|
2371
2362
|
},
|
|
2372
2363
|
{
|
|
2373
2364
|
"name": "umb-property-editor-ui-block-grid",
|
|
2374
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2365
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2375
2366
|
"attributes": [
|
|
2376
2367
|
{
|
|
2377
2368
|
"name": "value",
|
|
@@ -2381,7 +2372,7 @@
|
|
|
2381
2372
|
},
|
|
2382
2373
|
{
|
|
2383
2374
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2384
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2375
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2385
2376
|
"attributes": [
|
|
2386
2377
|
{
|
|
2387
2378
|
"name": "value",
|
|
@@ -2391,7 +2382,7 @@
|
|
|
2391
2382
|
},
|
|
2392
2383
|
{
|
|
2393
2384
|
"name": "umb-property-editor-ui-block-list",
|
|
2394
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2385
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2395
2386
|
"attributes": [
|
|
2396
2387
|
{
|
|
2397
2388
|
"name": "value",
|
|
@@ -2401,7 +2392,7 @@
|
|
|
2401
2392
|
},
|
|
2402
2393
|
{
|
|
2403
2394
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2404
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `
|
|
2395
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2405
2396
|
"attributes": [
|
|
2406
2397
|
{
|
|
2407
2398
|
"name": "value",
|
|
@@ -2415,7 +2406,7 @@
|
|
|
2415
2406
|
},
|
|
2416
2407
|
{
|
|
2417
2408
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2418
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2409
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2419
2410
|
"attributes": [
|
|
2420
2411
|
{
|
|
2421
2412
|
"name": "value",
|
|
@@ -2425,7 +2416,7 @@
|
|
|
2425
2416
|
},
|
|
2426
2417
|
{
|
|
2427
2418
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2428
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2419
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2429
2420
|
"attributes": [
|
|
2430
2421
|
{
|
|
2431
2422
|
"name": "value",
|
|
@@ -2435,7 +2426,7 @@
|
|
|
2435
2426
|
},
|
|
2436
2427
|
{
|
|
2437
2428
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2438
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2429
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2439
2430
|
"attributes": [
|
|
2440
2431
|
{
|
|
2441
2432
|
"name": "value",
|
|
@@ -2445,7 +2436,7 @@
|
|
|
2445
2436
|
},
|
|
2446
2437
|
{
|
|
2447
2438
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2448
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2439
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2449
2440
|
"attributes": [
|
|
2450
2441
|
{
|
|
2451
2442
|
"name": "value",
|
|
@@ -2455,7 +2446,7 @@
|
|
|
2455
2446
|
},
|
|
2456
2447
|
{
|
|
2457
2448
|
"name": "umb-property-editor-ui-collection-view",
|
|
2458
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2449
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2459
2450
|
"attributes": [
|
|
2460
2451
|
{
|
|
2461
2452
|
"name": "value",
|
|
@@ -2465,7 +2456,7 @@
|
|
|
2465
2456
|
},
|
|
2466
2457
|
{
|
|
2467
2458
|
"name": "umb-property-editor-ui-color-picker",
|
|
2468
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2459
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_showLabels` {`boolean`} - \n\n * `_swatches` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2469
2460
|
"attributes": [
|
|
2470
2461
|
{
|
|
2471
2462
|
"name": "value",
|
|
@@ -2479,7 +2470,7 @@
|
|
|
2479
2470
|
},
|
|
2480
2471
|
{
|
|
2481
2472
|
"name": "umb-property-editor-ui-date-picker",
|
|
2482
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2473
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_value` {`Date | undefined`} - \n\n * `_valueString` {`string | undefined`} - \n\n * `value` {`string | undefined`} - \n\n * `_format` {`string | undefined`} - \n\n * `_inputType` {`InputType`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2483
2474
|
"attributes": [
|
|
2484
2475
|
{
|
|
2485
2476
|
"name": "value",
|
|
@@ -2504,7 +2495,7 @@
|
|
|
2504
2495
|
},
|
|
2505
2496
|
{
|
|
2506
2497
|
"name": "umb-property-editor-ui-dropdown",
|
|
2507
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2498
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2508
2499
|
"attributes": [
|
|
2509
2500
|
{
|
|
2510
2501
|
"name": "value",
|
|
@@ -2514,7 +2505,7 @@
|
|
|
2514
2505
|
},
|
|
2515
2506
|
{
|
|
2516
2507
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2517
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2508
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_opacity` {`boolean`} - \n\n * `_swatches` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2518
2509
|
"attributes": [
|
|
2519
2510
|
{
|
|
2520
2511
|
"name": "value",
|
|
@@ -2528,7 +2519,7 @@
|
|
|
2528
2519
|
},
|
|
2529
2520
|
{
|
|
2530
2521
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2531
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2522
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2532
2523
|
"attributes": [
|
|
2533
2524
|
{
|
|
2534
2525
|
"name": "value",
|
|
@@ -2538,7 +2529,7 @@
|
|
|
2538
2529
|
},
|
|
2539
2530
|
{
|
|
2540
2531
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2541
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2532
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2542
2533
|
"attributes": [
|
|
2543
2534
|
{
|
|
2544
2535
|
"name": "value",
|
|
@@ -2548,7 +2539,7 @@
|
|
|
2548
2539
|
},
|
|
2549
2540
|
{
|
|
2550
2541
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2551
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2542
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2552
2543
|
"attributes": [
|
|
2553
2544
|
{
|
|
2554
2545
|
"name": "value",
|
|
@@ -2558,7 +2549,7 @@
|
|
|
2558
2549
|
},
|
|
2559
2550
|
{
|
|
2560
2551
|
"name": "umb-property-editor-ui-label",
|
|
2561
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2552
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2562
2553
|
"attributes": [
|
|
2563
2554
|
{
|
|
2564
2555
|
"name": "value",
|
|
@@ -2568,7 +2559,7 @@
|
|
|
2568
2559
|
},
|
|
2569
2560
|
{
|
|
2570
2561
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2571
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2562
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2572
2563
|
"attributes": [
|
|
2573
2564
|
{
|
|
2574
2565
|
"name": "value",
|
|
@@ -2592,7 +2583,7 @@
|
|
|
2592
2583
|
},
|
|
2593
2584
|
{
|
|
2594
2585
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2595
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2586
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2596
2587
|
"attributes": [
|
|
2597
2588
|
{
|
|
2598
2589
|
"name": "value",
|
|
@@ -2602,7 +2593,7 @@
|
|
|
2602
2593
|
},
|
|
2603
2594
|
{
|
|
2604
2595
|
"name": "umb-property-editor-ui-member-picker",
|
|
2605
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2596
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2606
2597
|
"attributes": [
|
|
2607
2598
|
{
|
|
2608
2599
|
"name": "value",
|
|
@@ -2612,7 +2603,7 @@
|
|
|
2612
2603
|
},
|
|
2613
2604
|
{
|
|
2614
2605
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2615
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `
|
|
2606
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `value` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_propertyVariantId` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2616
2607
|
"attributes": [
|
|
2617
2608
|
{
|
|
2618
2609
|
"name": "value",
|
|
@@ -2626,7 +2617,7 @@
|
|
|
2626
2617
|
},
|
|
2627
2618
|
{
|
|
2628
2619
|
"name": "umb-input-multiple-text-string-item",
|
|
2629
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
2620
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_input` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2630
2621
|
"attributes": [
|
|
2631
2622
|
{
|
|
2632
2623
|
"name": "disabled",
|
|
@@ -2642,7 +2633,7 @@
|
|
|
2642
2633
|
},
|
|
2643
2634
|
{
|
|
2644
2635
|
"name": "umb-input-multiple-text-string",
|
|
2645
|
-
"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 * `
|
|
2636
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `_items` {`MultipleTextStringValue`} - \n\n * `items` {`MultipleTextStringValue`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2646
2637
|
"attributes": [
|
|
2647
2638
|
{
|
|
2648
2639
|
"name": "min",
|
|
@@ -2705,7 +2696,7 @@
|
|
|
2705
2696
|
},
|
|
2706
2697
|
{
|
|
2707
2698
|
"name": "umb-property-editor-ui-number-range",
|
|
2708
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `
|
|
2699
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `_value` {`ValueType`} - \n\n * `value` {`ValueType | undefined`} - \n\n * `config` {`never[]`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2709
2700
|
"attributes": [
|
|
2710
2701
|
{
|
|
2711
2702
|
"name": "_value",
|
|
@@ -2719,7 +2710,7 @@
|
|
|
2719
2710
|
},
|
|
2720
2711
|
{
|
|
2721
2712
|
"name": "umb-property-editor-ui-number",
|
|
2722
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2713
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2723
2714
|
"attributes": [
|
|
2724
2715
|
{
|
|
2725
2716
|
"name": "value",
|
|
@@ -2733,7 +2724,7 @@
|
|
|
2733
2724
|
},
|
|
2734
2725
|
{
|
|
2735
2726
|
"name": "umb-property-editor-ui-order-direction",
|
|
2736
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2727
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2737
2728
|
"attributes": [
|
|
2738
2729
|
{
|
|
2739
2730
|
"name": "value",
|
|
@@ -2743,7 +2734,7 @@
|
|
|
2743
2734
|
},
|
|
2744
2735
|
{
|
|
2745
2736
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2746
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2737
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2747
2738
|
"attributes": [
|
|
2748
2739
|
{
|
|
2749
2740
|
"name": "value",
|
|
@@ -2753,7 +2744,7 @@
|
|
|
2753
2744
|
},
|
|
2754
2745
|
{
|
|
2755
2746
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2756
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2747
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2757
2748
|
"attributes": [
|
|
2758
2749
|
{
|
|
2759
2750
|
"name": "value",
|
|
@@ -2767,7 +2758,7 @@
|
|
|
2767
2758
|
},
|
|
2768
2759
|
{
|
|
2769
2760
|
"name": "umb-property-editor-ui-slider",
|
|
2770
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `
|
|
2761
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\n * `_enableRange` {`boolean | undefined`} - \n\n * `_initVal1` {`number | undefined`} - \n\n * `_initVal2` {`number | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_min` {`number | undefined`} - \n\n * `_max` {`number | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2771
2762
|
"attributes": [
|
|
2772
2763
|
{
|
|
2773
2764
|
"name": "value",
|
|
@@ -2781,7 +2772,7 @@
|
|
|
2781
2772
|
},
|
|
2782
2773
|
{
|
|
2783
2774
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2784
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2775
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2785
2776
|
"attributes": [
|
|
2786
2777
|
{
|
|
2787
2778
|
"name": "value",
|
|
@@ -2791,7 +2782,7 @@
|
|
|
2791
2782
|
},
|
|
2792
2783
|
{
|
|
2793
2784
|
"name": "umb-property-editor-ui-tags",
|
|
2794
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2785
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2795
2786
|
"attributes": [
|
|
2796
2787
|
{
|
|
2797
2788
|
"name": "value",
|
|
@@ -2801,7 +2792,7 @@
|
|
|
2801
2792
|
},
|
|
2802
2793
|
{
|
|
2803
2794
|
"name": "umb-property-editor-ui-text-box",
|
|
2804
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2795
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2805
2796
|
"attributes": [
|
|
2806
2797
|
{
|
|
2807
2798
|
"name": "value",
|
|
@@ -2815,7 +2806,7 @@
|
|
|
2815
2806
|
},
|
|
2816
2807
|
{
|
|
2817
2808
|
"name": "umb-property-editor-ui-textarea",
|
|
2818
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2809
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `propertyContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2819
2810
|
"attributes": [
|
|
2820
2811
|
{
|
|
2821
2812
|
"name": "value",
|
|
@@ -2829,7 +2820,7 @@
|
|
|
2829
2820
|
},
|
|
2830
2821
|
{
|
|
2831
2822
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2832
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2823
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2833
2824
|
"attributes": [
|
|
2834
2825
|
{
|
|
2835
2826
|
"name": "value",
|
|
@@ -2839,7 +2830,7 @@
|
|
|
2839
2830
|
},
|
|
2840
2831
|
{
|
|
2841
2832
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2842
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2833
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2843
2834
|
"attributes": [
|
|
2844
2835
|
{
|
|
2845
2836
|
"name": "value",
|
|
@@ -2849,7 +2840,7 @@
|
|
|
2849
2840
|
},
|
|
2850
2841
|
{
|
|
2851
2842
|
"name": "umb-property-editor-ui-toggle",
|
|
2852
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `
|
|
2843
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `value` {`boolean`} - \n\n * `_labelOff` {`string | undefined`} - \n\n * `_labelOn` {`string | undefined`} - \n\n * `_showLabels` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2853
2844
|
"attributes": [
|
|
2854
2845
|
{
|
|
2855
2846
|
"name": "value",
|
|
@@ -2864,7 +2855,7 @@
|
|
|
2864
2855
|
},
|
|
2865
2856
|
{
|
|
2866
2857
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2867
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2858
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2868
2859
|
"attributes": [
|
|
2869
2860
|
{
|
|
2870
2861
|
"name": "value",
|
|
@@ -2874,7 +2865,7 @@
|
|
|
2874
2865
|
},
|
|
2875
2866
|
{
|
|
2876
2867
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2877
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2868
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2878
2869
|
"attributes": [
|
|
2879
2870
|
{
|
|
2880
2871
|
"name": "value",
|
|
@@ -2884,7 +2875,7 @@
|
|
|
2884
2875
|
},
|
|
2885
2876
|
{
|
|
2886
2877
|
"name": "umb-property-editor-ui-upload-field",
|
|
2887
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2878
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2888
2879
|
"attributes": [
|
|
2889
2880
|
{
|
|
2890
2881
|
"name": "value",
|
|
@@ -2898,7 +2889,7 @@
|
|
|
2898
2889
|
},
|
|
2899
2890
|
{
|
|
2900
2891
|
"name": "umb-property-editor-ui-user-picker",
|
|
2901
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2892
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2902
2893
|
"attributes": [
|
|
2903
2894
|
{
|
|
2904
2895
|
"name": "value",
|
|
@@ -2908,7 +2899,7 @@
|
|
|
2908
2899
|
},
|
|
2909
2900
|
{
|
|
2910
2901
|
"name": "umb-property-editor-ui-value-type",
|
|
2911
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2902
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2912
2903
|
"attributes": [
|
|
2913
2904
|
{
|
|
2914
2905
|
"name": "value",
|
|
@@ -2918,7 +2909,7 @@
|
|
|
2918
2909
|
},
|
|
2919
2910
|
{
|
|
2920
2911
|
"name": "umb-file-system-tree-item",
|
|
2921
|
-
"description": "Properties:\n\n * `
|
|
2912
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2922
2913
|
"attributes": []
|
|
2923
2914
|
},
|
|
2924
2915
|
{
|
|
@@ -2928,27 +2919,27 @@
|
|
|
2928
2919
|
},
|
|
2929
2920
|
{
|
|
2930
2921
|
"name": "umb-stylesheet-workspace",
|
|
2931
|
-
"description": "Properties:\n\n * `
|
|
2922
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2932
2923
|
"attributes": []
|
|
2933
2924
|
},
|
|
2934
2925
|
{
|
|
2935
2926
|
"name": "umb-template-workspace",
|
|
2936
|
-
"description": "Properties:\n\n * `
|
|
2927
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2937
2928
|
"attributes": []
|
|
2938
2929
|
},
|
|
2939
2930
|
{
|
|
2940
2931
|
"name": "umb-dashboard-translation-dictionary",
|
|
2941
|
-
"description": "Properties:\n\n * `
|
|
2932
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2942
2933
|
"attributes": []
|
|
2943
2934
|
},
|
|
2944
2935
|
{
|
|
2945
2936
|
"name": "umb-create-dictionary-modal",
|
|
2946
|
-
"description": "Properties:\n\n * `
|
|
2937
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2947
2938
|
"attributes": []
|
|
2948
2939
|
},
|
|
2949
2940
|
{
|
|
2950
2941
|
"name": "umb-export-dictionary-modal",
|
|
2951
|
-
"description": "Properties:\n\n * `
|
|
2942
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2952
2943
|
"attributes": []
|
|
2953
2944
|
},
|
|
2954
2945
|
{
|
|
@@ -2962,27 +2953,27 @@
|
|
|
2962
2953
|
},
|
|
2963
2954
|
{
|
|
2964
2955
|
"name": "umb-dictionary-workspace-edit",
|
|
2965
|
-
"description": "Properties:\n\n * `
|
|
2956
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2966
2957
|
"attributes": []
|
|
2967
2958
|
},
|
|
2968
2959
|
{
|
|
2969
2960
|
"name": "umb-dictionary-workspace",
|
|
2970
|
-
"description": "Properties:\n\n * `
|
|
2961
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2971
2962
|
"attributes": []
|
|
2972
2963
|
},
|
|
2973
2964
|
{
|
|
2974
2965
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2975
|
-
"description": "Properties:\n\n * `
|
|
2966
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2976
2967
|
"attributes": []
|
|
2977
2968
|
},
|
|
2978
2969
|
{
|
|
2979
2970
|
"name": "umb-current-user-header-app",
|
|
2980
|
-
"description": "Properties:\n\n * `
|
|
2971
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2981
2972
|
"attributes": []
|
|
2982
2973
|
},
|
|
2983
2974
|
{
|
|
2984
2975
|
"name": "umb-change-password-modal",
|
|
2985
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2976
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2986
2977
|
"attributes": [
|
|
2987
2978
|
{
|
|
2988
2979
|
"name": "data",
|
|
@@ -2992,7 +2983,7 @@
|
|
|
2992
2983
|
},
|
|
2993
2984
|
{
|
|
2994
2985
|
"name": "umb-current-user-modal",
|
|
2995
|
-
"description": "Properties:\n\n * `
|
|
2986
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
2996
2987
|
"attributes": []
|
|
2997
2988
|
},
|
|
2998
2989
|
{
|
|
@@ -3002,71 +2993,77 @@
|
|
|
3002
2993
|
},
|
|
3003
2994
|
{
|
|
3004
2995
|
"name": "umb-user-profile-app-history",
|
|
3005
|
-
"description": "Properties:\n\n * `
|
|
2996
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3006
2997
|
"attributes": []
|
|
3007
2998
|
},
|
|
3008
2999
|
{
|
|
3009
3000
|
"name": "umb-user-dashboard-test",
|
|
3010
|
-
"description": "Properties:\n\n * `
|
|
3001
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3011
3002
|
"attributes": []
|
|
3012
3003
|
},
|
|
3013
3004
|
{
|
|
3014
3005
|
"name": "umb-user-profile-app-profile",
|
|
3015
|
-
"description": "Properties:\n\n * `
|
|
3006
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3016
3007
|
"attributes": []
|
|
3017
3008
|
},
|
|
3018
3009
|
{
|
|
3019
3010
|
"name": "umb-user-profile-app-themes",
|
|
3020
|
-
"description": "Properties:\n\n * `
|
|
3011
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3021
3012
|
"attributes": []
|
|
3022
3013
|
},
|
|
3023
3014
|
{
|
|
3024
3015
|
"name": "umb-user-group-picker-modal",
|
|
3025
|
-
"description": "Properties:\n\n * `
|
|
3016
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3017
|
+
"attributes": []
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "umb-section-view-user-groups",
|
|
3021
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3026
3022
|
"attributes": []
|
|
3027
3023
|
},
|
|
3028
3024
|
{
|
|
3029
3025
|
"name": "umb-workspace-action-user-group-save",
|
|
3030
|
-
"description": "Properties:\n\n * `
|
|
3026
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3031
3027
|
"attributes": []
|
|
3032
3028
|
},
|
|
3033
3029
|
{
|
|
3034
|
-
"name": "umb-user-group-
|
|
3035
|
-
"description": "Properties:\n\n * `
|
|
3030
|
+
"name": "umb-user-group-table-name-column-layout",
|
|
3031
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
|
|
3036
3032
|
"attributes": []
|
|
3037
3033
|
},
|
|
3038
3034
|
{
|
|
3039
|
-
"name": "umb-user-group-
|
|
3040
|
-
"description": "Properties:\n\n * `
|
|
3035
|
+
"name": "umb-user-group-table-sections-column-layout",
|
|
3036
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
|
|
3041
3037
|
"attributes": []
|
|
3042
3038
|
},
|
|
3043
3039
|
{
|
|
3044
|
-
"name": "umb-
|
|
3040
|
+
"name": "umb-user-group-workspace-edit",
|
|
3041
|
+
"description": "Properties:\n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3045
3042
|
"attributes": []
|
|
3046
3043
|
},
|
|
3047
3044
|
{
|
|
3048
|
-
"name": "umb-
|
|
3049
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3045
|
+
"name": "umb-user-group-workspace",
|
|
3046
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3050
3047
|
"attributes": []
|
|
3051
3048
|
},
|
|
3052
3049
|
{
|
|
3053
|
-
"name": "umb-
|
|
3054
|
-
"description": "Properties:\n\n * `
|
|
3050
|
+
"name": "umb-workspace-view-user-groups",
|
|
3051
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3055
3052
|
"attributes": []
|
|
3056
3053
|
},
|
|
3057
3054
|
{
|
|
3058
|
-
"name": "umb-user-
|
|
3059
|
-
"description": "Properties:\n\n * `
|
|
3055
|
+
"name": "umb-user-collection-header",
|
|
3056
|
+
"description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3060
3057
|
"attributes": []
|
|
3061
3058
|
},
|
|
3062
3059
|
{
|
|
3063
|
-
"name": "umb-
|
|
3064
|
-
"description": "Properties:\n\n * `
|
|
3060
|
+
"name": "umb-user-collection",
|
|
3061
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3065
3062
|
"attributes": []
|
|
3066
3063
|
},
|
|
3067
3064
|
{
|
|
3068
|
-
"name": "umb-
|
|
3069
|
-
"description": "Properties:\n\n * `
|
|
3065
|
+
"name": "umb-user-grid-collection-view",
|
|
3066
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3070
3067
|
"attributes": []
|
|
3071
3068
|
},
|
|
3072
3069
|
{
|
|
@@ -3080,53 +3077,74 @@
|
|
|
3080
3077
|
"attributes": []
|
|
3081
3078
|
},
|
|
3082
3079
|
{
|
|
3083
|
-
"name": "umb-
|
|
3084
|
-
"description": "Properties:\n\n * `
|
|
3080
|
+
"name": "umb-user-table-collection-view",
|
|
3081
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3085
3082
|
"attributes": []
|
|
3086
3083
|
},
|
|
3087
3084
|
{
|
|
3088
|
-
"name": "umb-
|
|
3089
|
-
"description": "Properties:\n\n * `
|
|
3090
|
-
"attributes": []
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"name": "umb-workspace-view-users-overview",
|
|
3094
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - ",
|
|
3085
|
+
"name": "umb-workspace-view-users-table",
|
|
3086
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3095
3087
|
"attributes": []
|
|
3096
3088
|
},
|
|
3097
3089
|
{
|
|
3098
|
-
"name": "umb-
|
|
3099
|
-
"description": "
|
|
3100
|
-
"attributes": [
|
|
3090
|
+
"name": "umb-user-input",
|
|
3091
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
3092
|
+
"attributes": [
|
|
3093
|
+
{
|
|
3094
|
+
"name": "min",
|
|
3095
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "max",
|
|
3099
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "min-message",
|
|
3103
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "maxMessage",
|
|
3107
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"name": "value",
|
|
3111
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
3112
|
+
}
|
|
3113
|
+
]
|
|
3101
3114
|
},
|
|
3102
3115
|
{
|
|
3103
3116
|
"name": "umb-create-user-modal",
|
|
3104
|
-
"description": "Properties:\n\n * `
|
|
3117
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3105
3118
|
"attributes": []
|
|
3106
3119
|
},
|
|
3107
3120
|
{
|
|
3108
3121
|
"name": "umb-invite-user-modal",
|
|
3109
|
-
"description": "Properties:\n\n * `
|
|
3122
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3110
3123
|
"attributes": []
|
|
3111
3124
|
},
|
|
3112
3125
|
{
|
|
3113
3126
|
"name": "umb-user-picker-modal",
|
|
3114
|
-
"description": "Properties:\n\n * `
|
|
3127
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3128
|
+
"attributes": []
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "umb-section-view-users",
|
|
3132
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3115
3133
|
"attributes": []
|
|
3116
3134
|
},
|
|
3117
3135
|
{
|
|
3118
|
-
"name": "umb-workspace-action-
|
|
3119
|
-
"description": "Properties:\n\n * `
|
|
3136
|
+
"name": "umb-user-workspace-action-save",
|
|
3137
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3120
3138
|
"attributes": []
|
|
3121
3139
|
},
|
|
3122
3140
|
{
|
|
3123
3141
|
"name": "umb-user-workspace-edit",
|
|
3124
|
-
"description": "Properties:\n\n * `
|
|
3142
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3125
3143
|
"attributes": []
|
|
3126
3144
|
},
|
|
3127
3145
|
{
|
|
3128
3146
|
"name": "umb-user-workspace",
|
|
3129
|
-
"description": "Properties:\n\n * `
|
|
3147
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3130
3148
|
"attributes": []
|
|
3131
3149
|
},
|
|
3132
3150
|
{
|
|
@@ -3149,12 +3167,7 @@
|
|
|
3149
3167
|
"attributes": []
|
|
3150
3168
|
},
|
|
3151
3169
|
{
|
|
3152
|
-
"name": "umb-modal-
|
|
3153
|
-
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` {`UmbModalData | undefined`} - ",
|
|
3154
|
-
"attributes": []
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
"name": "story-modal-context-example",
|
|
3170
|
+
"name": "umb-story-modal-context-example",
|
|
3158
3171
|
"description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
|
|
3159
3172
|
"attributes": [
|
|
3160
3173
|
{
|
|
@@ -3165,7 +3178,7 @@
|
|
|
3165
3178
|
},
|
|
3166
3179
|
{
|
|
3167
3180
|
"name": "umb-notification-layout-default",
|
|
3168
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3181
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3169
3182
|
"attributes": [
|
|
3170
3183
|
{
|
|
3171
3184
|
"name": "data",
|
|
@@ -3174,13 +3187,13 @@
|
|
|
3174
3187
|
]
|
|
3175
3188
|
},
|
|
3176
3189
|
{
|
|
3177
|
-
"name": "story-notification-default-example",
|
|
3190
|
+
"name": "umb-story-notification-default-example",
|
|
3178
3191
|
"description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
|
|
3179
3192
|
"attributes": []
|
|
3180
3193
|
},
|
|
3181
3194
|
{
|
|
3182
3195
|
"name": "umb-router-slot",
|
|
3183
|
-
"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 * `
|
|
3196
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3184
3197
|
"attributes": [
|
|
3185
3198
|
{
|
|
3186
3199
|
"name": "routes",
|
|
@@ -3199,7 +3212,7 @@
|
|
|
3199
3212
|
},
|
|
3200
3213
|
{
|
|
3201
3214
|
"name": "umb-variant-router-slot",
|
|
3202
|
-
"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 * `
|
|
3215
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3203
3216
|
"attributes": [
|
|
3204
3217
|
{
|
|
3205
3218
|
"name": "variantId",
|
|
@@ -3220,24 +3233,39 @@
|
|
|
3220
3233
|
}
|
|
3221
3234
|
]
|
|
3222
3235
|
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "umb-error",
|
|
3238
|
+
"description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed\n\nAttributes:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\nProperties:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\n * `renderProblemDetails` - \n\n * `renderErrorObj` - \n\n * `render` - \n\n * `styles` - ",
|
|
3239
|
+
"attributes": [
|
|
3240
|
+
{
|
|
3241
|
+
"name": "errorMessage",
|
|
3242
|
+
"description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
|
|
3243
|
+
"values": []
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "error",
|
|
3247
|
+
"description": "`error` {`unknown`} - The error to display\n\nProperty: error"
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3223
3251
|
{
|
|
3224
3252
|
"name": "umb-installer-consent",
|
|
3225
|
-
"description": "Properties:\n\n * `
|
|
3253
|
+
"description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
|
|
3226
3254
|
"attributes": []
|
|
3227
3255
|
},
|
|
3228
3256
|
{
|
|
3229
3257
|
"name": "umb-installer-database",
|
|
3230
|
-
"description": "Properties:\n\n * `
|
|
3258
|
+
"description": "Properties:\n\n * `_installButton` - \n\n * `databaseFormData` - \n\n * `_options` {`Option[]`} - \n\n * `_databases` {`any[]`} - \n\n * `_preConfiguredDatabase` - \n\n * `_validationErrorMessage` {`string`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `_selectedDatabase` - \n\n * `_renderServer` - \n\n * `_renderDatabaseName` - \n\n * `_renderCredentials` - \n\n * `_renderCustom` - \n\n * `_renderDatabaseSelection` - \n\n * `_renderPreConfiguredDatabase` - \n\n * `styles` - ",
|
|
3231
3259
|
"attributes": []
|
|
3232
3260
|
},
|
|
3233
3261
|
{
|
|
3234
3262
|
"name": "umb-installer-error",
|
|
3235
|
-
"description": "Properties:\n\n * `
|
|
3263
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
3236
3264
|
"attributes": []
|
|
3237
3265
|
},
|
|
3238
3266
|
{
|
|
3239
3267
|
"name": "umb-installer",
|
|
3240
|
-
"description": "Properties:\n\n * `
|
|
3268
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
3241
3269
|
"attributes": []
|
|
3242
3270
|
},
|
|
3243
3271
|
{
|
|
@@ -3252,12 +3280,12 @@
|
|
|
3252
3280
|
},
|
|
3253
3281
|
{
|
|
3254
3282
|
"name": "umb-installer-user",
|
|
3255
|
-
"description": "Properties:\n\n * `
|
|
3283
|
+
"description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3256
3284
|
"attributes": []
|
|
3257
3285
|
},
|
|
3258
3286
|
{
|
|
3259
3287
|
"name": "umb-upgrader-view",
|
|
3260
|
-
"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 * `
|
|
3288
|
+
"description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3261
3289
|
"attributes": [
|
|
3262
3290
|
{
|
|
3263
3291
|
"name": "fetching",
|