@umbraco-cms/backoffice 1.0.0-next.d46c6b3e → 1.0.0-next.d4eb00d5
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/context-api.d.ts +3 -3
- package/controller.d.ts +1 -1
- package/custom-elements.json +1135 -1008
- package/element.d.ts +4 -4
- package/entity-action.d.ts +6 -13
- package/extensions-api.d.ts +5 -4
- package/extensions-registry.d.ts +174 -13
- package/modal.d.ts +20 -11
- package/models.d.ts +1 -1
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +14 -2
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/property-editor.d.ts +1 -1
- package/repository.d.ts +37 -6
- package/resources.d.ts +7 -5
- package/router.d.ts +4 -9
- package/sorter.d.ts +103 -0
- package/store.d.ts +42 -47
- package/umbraco-package-schema.json +2439 -0
- package/utils.d.ts +1 -1
- package/vscode-html-custom-data.json +309 -278
- package/workspace.d.ts +2 -2
|
@@ -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 * `_notificationContext` - \n\n * `_modalContext` - \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,12 +524,38 @@
|
|
|
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
|
},
|
|
530
|
+
{
|
|
531
|
+
"name": "umb-data-type-input",
|
|
532
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
533
|
+
"attributes": [
|
|
534
|
+
{
|
|
535
|
+
"name": "min",
|
|
536
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "max",
|
|
540
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "min-message",
|
|
544
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "maxMessage",
|
|
548
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "value",
|
|
552
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
520
556
|
{
|
|
521
557
|
"name": "umb-data-type-create-options-modal",
|
|
522
|
-
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `
|
|
558
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
523
559
|
"attributes": [
|
|
524
560
|
{
|
|
525
561
|
"name": "data",
|
|
@@ -528,9 +564,14 @@
|
|
|
528
564
|
}
|
|
529
565
|
]
|
|
530
566
|
},
|
|
567
|
+
{
|
|
568
|
+
"name": "umb-data-type-picker-modal",
|
|
569
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
570
|
+
"attributes": []
|
|
571
|
+
},
|
|
531
572
|
{
|
|
532
573
|
"name": "umb-data-type-workspace-edit-element",
|
|
533
|
-
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `
|
|
574
|
+
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
534
575
|
"attributes": [
|
|
535
576
|
{
|
|
536
577
|
"name": "manifest",
|
|
@@ -544,67 +585,67 @@
|
|
|
544
585
|
},
|
|
545
586
|
{
|
|
546
587
|
"name": "umb-data-type-workspace",
|
|
547
|
-
"description": "Properties:\n\n * `
|
|
588
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
548
589
|
"attributes": []
|
|
549
590
|
},
|
|
550
591
|
{
|
|
551
592
|
"name": "umb-data-type-details-workspace-view",
|
|
552
|
-
"description": "Properties:\n\n * `
|
|
593
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUIIcon` {`string`} - \n\n * `_propertyEditorUIName` {`string`} - \n\n * `_propertyEditorUiAlias` {`string`} - \n\n * `_propertyEditorAlias` {`string`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
553
594
|
"attributes": []
|
|
554
595
|
},
|
|
555
596
|
{
|
|
556
597
|
"name": "umb-workspace-view-data-type-info",
|
|
557
|
-
"description": "Properties:\n\n * `
|
|
598
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
558
599
|
"attributes": []
|
|
559
600
|
},
|
|
560
601
|
{
|
|
561
602
|
"name": "umb-extension-root-workspace",
|
|
562
|
-
"description": "Properties:\n\n * `
|
|
603
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
563
604
|
"attributes": []
|
|
564
605
|
},
|
|
565
606
|
{
|
|
566
607
|
"name": "umb-app-language-select",
|
|
567
|
-
"description": "Properties:\n\n * `
|
|
608
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
568
609
|
"attributes": []
|
|
569
610
|
},
|
|
570
611
|
{
|
|
571
612
|
"name": "umb-language-picker-modal",
|
|
572
|
-
"description": "Properties:\n\n * `
|
|
613
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
573
614
|
"attributes": []
|
|
574
615
|
},
|
|
575
616
|
{
|
|
576
617
|
"name": "umb-language-root-table-delete-column-layout",
|
|
577
|
-
"description": "Properties:\n\n * `
|
|
618
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
578
619
|
"attributes": []
|
|
579
620
|
},
|
|
580
621
|
{
|
|
581
622
|
"name": "umb-language-root-table-name-column-layout",
|
|
582
|
-
"description": "Properties:\n\n * `
|
|
623
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
583
624
|
"attributes": []
|
|
584
625
|
},
|
|
585
626
|
{
|
|
586
627
|
"name": "umb-language-root-workspace",
|
|
587
|
-
"description": "Properties:\n\n * `
|
|
628
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
588
629
|
"attributes": []
|
|
589
630
|
},
|
|
590
631
|
{
|
|
591
632
|
"name": "umb-language-workspace-edit",
|
|
592
|
-
"description": "Properties:\n\n * `
|
|
633
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
593
634
|
"attributes": []
|
|
594
635
|
},
|
|
595
636
|
{
|
|
596
637
|
"name": "umb-language-workspace",
|
|
597
|
-
"description": "Properties:\n\n * `
|
|
638
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
598
639
|
"attributes": []
|
|
599
640
|
},
|
|
600
641
|
{
|
|
601
642
|
"name": "umb-language-details-workspace-view",
|
|
602
|
-
"description": "Properties:\n\n * `
|
|
643
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
603
644
|
"attributes": []
|
|
604
645
|
},
|
|
605
646
|
{
|
|
606
647
|
"name": "umb-log-viewer-date-range-selector",
|
|
607
|
-
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `
|
|
648
|
+
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `_startDate` {`string`} - \n\n * `_endDate` {`string`} - \n\n * `_inputs` {`NodeListOf<HTMLInputElement>`} - \n\n * `horizontal` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
608
649
|
"attributes": [
|
|
609
650
|
{
|
|
610
651
|
"name": "horizontal",
|
|
@@ -615,7 +656,7 @@
|
|
|
615
656
|
},
|
|
616
657
|
{
|
|
617
658
|
"name": "umb-log-viewer-level-tag",
|
|
618
|
-
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `
|
|
659
|
+
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
619
660
|
"attributes": [
|
|
620
661
|
{
|
|
621
662
|
"name": "level",
|
|
@@ -630,7 +671,7 @@
|
|
|
630
671
|
},
|
|
631
672
|
{
|
|
632
673
|
"name": "umb-logviewer-workspace",
|
|
633
|
-
"description": "Properties:\n\n * `
|
|
674
|
+
"description": "Properties:\n\n * `_alias` {`string`} - \n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
634
675
|
"attributes": []
|
|
635
676
|
},
|
|
636
677
|
{
|
|
@@ -645,32 +686,32 @@
|
|
|
645
686
|
},
|
|
646
687
|
{
|
|
647
688
|
"name": "umb-log-viewer-log-types-chart",
|
|
648
|
-
"description": "Properties:\n\n * `
|
|
689
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
649
690
|
"attributes": []
|
|
650
691
|
},
|
|
651
692
|
{
|
|
652
693
|
"name": "umb-log-viewer-message-templates-overview",
|
|
653
|
-
"description": "Properties:\n\n * `
|
|
694
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
654
695
|
"attributes": []
|
|
655
696
|
},
|
|
656
697
|
{
|
|
657
698
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
658
|
-
"description": "Properties:\n\n * `
|
|
699
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
659
700
|
"attributes": []
|
|
660
701
|
},
|
|
661
702
|
{
|
|
662
703
|
"name": "umb-log-viewer-overview-view",
|
|
663
|
-
"description": "Properties:\n\n * `
|
|
704
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
664
705
|
"attributes": []
|
|
665
706
|
},
|
|
666
707
|
{
|
|
667
708
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
668
|
-
"description": "Properties:\n\n * `
|
|
709
|
+
"description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
669
710
|
"attributes": []
|
|
670
711
|
},
|
|
671
712
|
{
|
|
672
713
|
"name": "umb-log-viewer-message",
|
|
673
|
-
"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 * `
|
|
714
|
+
"description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `details` {`HTMLDetailsElement`} - \n\n * `timestamp` {`string`} - \n\n * `date` {`Date | undefined`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `properties` {`any[]`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\n * `_searchMenuData` {`{ label: string; href: () => string; icon: string; title: string; }[]`} - \n\n * `_propertiesWithSearchMenu` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
674
715
|
"attributes": [
|
|
675
716
|
{
|
|
676
717
|
"name": "timestamp",
|
|
@@ -701,37 +742,37 @@
|
|
|
701
742
|
},
|
|
702
743
|
{
|
|
703
744
|
"name": "umb-log-viewer-messages-list",
|
|
704
|
-
"description": "Properties:\n\n * `
|
|
745
|
+
"description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
705
746
|
"attributes": []
|
|
706
747
|
},
|
|
707
748
|
{
|
|
708
749
|
"name": "umb-log-viewer-polling-button",
|
|
709
|
-
"description": "Properties:\n\n * `
|
|
750
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
710
751
|
"attributes": []
|
|
711
752
|
},
|
|
712
753
|
{
|
|
713
754
|
"name": "umb-log-viewer-save-search-modal",
|
|
714
|
-
"description": "Properties:\n\n * `
|
|
755
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
715
756
|
"attributes": []
|
|
716
757
|
},
|
|
717
758
|
{
|
|
718
759
|
"name": "umb-log-viewer-search-input",
|
|
719
|
-
"description": "Properties:\n\n * `
|
|
760
|
+
"description": "Properties:\n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - \n\n * `_showLoader` {`boolean`} - \n\n * `inputQuery$` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
720
761
|
"attributes": []
|
|
721
762
|
},
|
|
722
763
|
{
|
|
723
764
|
"name": "umb-log-viewer-search-view",
|
|
724
|
-
"description": "Properties:\n\n * `
|
|
765
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
725
766
|
"attributes": []
|
|
726
767
|
},
|
|
727
768
|
{
|
|
728
769
|
"name": "umb-relation-type-workspace-edit-element",
|
|
729
|
-
"description": "Properties:\n\n * `
|
|
770
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
730
771
|
"attributes": []
|
|
731
772
|
},
|
|
732
773
|
{
|
|
733
774
|
"name": "umb-relation-type-workspace",
|
|
734
|
-
"description": "Properties:\n\n * `
|
|
775
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
735
776
|
"attributes": []
|
|
736
777
|
},
|
|
737
778
|
{
|
|
@@ -741,12 +782,12 @@
|
|
|
741
782
|
},
|
|
742
783
|
{
|
|
743
784
|
"name": "umb-workspace-view-relation-type-relation",
|
|
744
|
-
"description": "Properties:\n\n * `
|
|
785
|
+
"description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
745
786
|
"attributes": []
|
|
746
787
|
},
|
|
747
788
|
{
|
|
748
789
|
"name": "umb-collection-selection-actions",
|
|
749
|
-
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `
|
|
790
|
+
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
750
791
|
"attributes": [
|
|
751
792
|
{
|
|
752
793
|
"name": "entityType",
|
|
@@ -757,7 +798,7 @@
|
|
|
757
798
|
},
|
|
758
799
|
{
|
|
759
800
|
"name": "umb-collection-toolbar",
|
|
760
|
-
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `
|
|
801
|
+
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
761
802
|
"attributes": [
|
|
762
803
|
{
|
|
763
804
|
"name": "actions",
|
|
@@ -776,7 +817,7 @@
|
|
|
776
817
|
},
|
|
777
818
|
{
|
|
778
819
|
"name": "umb-collection",
|
|
779
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
820
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
780
821
|
"attributes": [
|
|
781
822
|
{
|
|
782
823
|
"name": "entity-type",
|
|
@@ -786,7 +827,7 @@
|
|
|
786
827
|
},
|
|
787
828
|
{
|
|
788
829
|
"name": "umb-dashboard-collection",
|
|
789
|
-
"description": "Properties:\n\n * `
|
|
830
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
790
831
|
"attributes": []
|
|
791
832
|
},
|
|
792
833
|
{
|
|
@@ -796,7 +837,7 @@
|
|
|
796
837
|
},
|
|
797
838
|
{
|
|
798
839
|
"name": "umb-backoffice-header-sections",
|
|
799
|
-
"description": "Properties:\n\n * `
|
|
840
|
+
"description": "Properties:\n\n * `_open` {`boolean`} - \n\n * `_sections` {`any[]`} - \n\n * `_visibleSections` {`any[]`} - \n\n * `_extraSections` {`any[]`} - \n\n * `_currentSectionAlias` {`string`} - \n\n * `_backofficeContext` - \n\n * `styles` - ",
|
|
800
841
|
"attributes": []
|
|
801
842
|
},
|
|
802
843
|
{
|
|
@@ -806,22 +847,22 @@
|
|
|
806
847
|
},
|
|
807
848
|
{
|
|
808
849
|
"name": "umb-backoffice-main",
|
|
809
|
-
"description": "Properties:\n\n * `
|
|
850
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_sections` {`any[]`} - \n\n * `_routePrefix` {`string`} - \n\n * `_backofficeContext` - \n\n * `_sectionContext` - \n\n * `_onRouteChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
810
851
|
"attributes": []
|
|
811
852
|
},
|
|
812
853
|
{
|
|
813
854
|
"name": "umb-backoffice-modal-container",
|
|
814
|
-
"description": "Properties:\n\n * `
|
|
855
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
815
856
|
"attributes": []
|
|
816
857
|
},
|
|
817
858
|
{
|
|
818
859
|
"name": "umb-backoffice-notification-container",
|
|
819
|
-
"description": "Properties:\n\n * `
|
|
860
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
820
861
|
"attributes": []
|
|
821
862
|
},
|
|
822
863
|
{
|
|
823
864
|
"name": "umb-body-layout",
|
|
824
|
-
"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 * `
|
|
865
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {string} - Renders a headline in the header.\n\nProperties:\n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
825
866
|
"attributes": [
|
|
826
867
|
{
|
|
827
868
|
"name": "headline",
|
|
@@ -831,7 +872,7 @@
|
|
|
831
872
|
},
|
|
832
873
|
{
|
|
833
874
|
"name": "umb-button-with-dropdown",
|
|
834
|
-
"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 * `
|
|
875
|
+
"description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
835
876
|
"attributes": [
|
|
836
877
|
{
|
|
837
878
|
"name": "label",
|
|
@@ -941,7 +982,7 @@
|
|
|
941
982
|
},
|
|
942
983
|
{
|
|
943
984
|
"name": "umb-code-editor",
|
|
944
|
-
"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 * `
|
|
985
|
+
"description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `containerRef` - \n\n * `editor` - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.",
|
|
945
986
|
"attributes": [
|
|
946
987
|
{
|
|
947
988
|
"name": "language",
|
|
@@ -1013,7 +1054,7 @@
|
|
|
1013
1054
|
},
|
|
1014
1055
|
{
|
|
1015
1056
|
"name": "umb-debug",
|
|
1016
|
-
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `
|
|
1057
|
+
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1017
1058
|
"attributes": [
|
|
1018
1059
|
{
|
|
1019
1060
|
"name": "visible",
|
|
@@ -1034,7 +1075,7 @@
|
|
|
1034
1075
|
},
|
|
1035
1076
|
{
|
|
1036
1077
|
"name": "umb-donut-chart",
|
|
1037
|
-
"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 * `
|
|
1078
|
+
"description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `borderSize` {`number`} - The circle thickness in pixels\n\n * `svgSize` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n * `_slices` {`UmbDonutSliceElement[]`} - \n\n * `_container` {`HTMLDivElement`} - \n\n * `_detailsBox` {`HTMLDivElement`} - \n\n * `circles` {`CircleWithCommands[]`} - \n\n * `viewBox` {`number`} - \n\n * `_posY` {`number`} - \n\n * `_posX` {`number`} - \n\n * `_detailName` {`string`} - \n\n * `_detailAmount` {`number`} - \n\n * `_detailColor` {`string`} - \n\n * `_totalAmount` {`number`} - \n\n * `_detailKind` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1038
1079
|
"attributes": [
|
|
1039
1080
|
{
|
|
1040
1081
|
"name": "radius",
|
|
@@ -1087,7 +1128,7 @@
|
|
|
1087
1128
|
},
|
|
1088
1129
|
{
|
|
1089
1130
|
"name": "umb-dropdown",
|
|
1090
|
-
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `
|
|
1131
|
+
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1091
1132
|
"attributes": [
|
|
1092
1133
|
{
|
|
1093
1134
|
"name": "open",
|
|
@@ -1098,7 +1139,7 @@
|
|
|
1098
1139
|
},
|
|
1099
1140
|
{
|
|
1100
1141
|
"name": "umb-empty-state",
|
|
1101
|
-
"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 * `
|
|
1142
|
+
"description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\n * `styles` {`CSSResult[]`} - ",
|
|
1102
1143
|
"attributes": [
|
|
1103
1144
|
{
|
|
1104
1145
|
"name": "size",
|
|
@@ -1156,7 +1197,7 @@
|
|
|
1156
1197
|
},
|
|
1157
1198
|
{
|
|
1158
1199
|
"name": "umb-extension-slot",
|
|
1159
|
-
"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 * `
|
|
1200
|
+
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - \n\n * `styles` - ",
|
|
1160
1201
|
"attributes": [
|
|
1161
1202
|
{
|
|
1162
1203
|
"name": "type",
|
|
@@ -1179,12 +1220,12 @@
|
|
|
1179
1220
|
},
|
|
1180
1221
|
{
|
|
1181
1222
|
"name": "umb-header-app-button",
|
|
1182
|
-
"description": "Properties:\n\n * `
|
|
1223
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1183
1224
|
"attributes": []
|
|
1184
1225
|
},
|
|
1185
1226
|
{
|
|
1186
1227
|
"name": "umb-history-item",
|
|
1187
|
-
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1228
|
+
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1188
1229
|
"attributes": [
|
|
1189
1230
|
{
|
|
1190
1231
|
"name": "src",
|
|
@@ -1210,7 +1251,7 @@
|
|
|
1210
1251
|
},
|
|
1211
1252
|
{
|
|
1212
1253
|
"name": "umb-input-checkbox-list",
|
|
1213
|
-
"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 * `
|
|
1254
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `selected` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1214
1255
|
"attributes": [
|
|
1215
1256
|
{
|
|
1216
1257
|
"name": "list",
|
|
@@ -1228,7 +1269,7 @@
|
|
|
1228
1269
|
},
|
|
1229
1270
|
{
|
|
1230
1271
|
"name": "umb-input-color-picker",
|
|
1231
|
-
"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 * `
|
|
1272
|
+
"description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1232
1273
|
"attributes": [
|
|
1233
1274
|
{
|
|
1234
1275
|
"name": "showLabels",
|
|
@@ -1248,7 +1289,7 @@
|
|
|
1248
1289
|
},
|
|
1249
1290
|
{
|
|
1250
1291
|
"name": "umb-input-culture-select",
|
|
1251
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
1292
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_cultures` {`any[]`} - \n\n * `_search` {`string`} - \n\n * `selectedCultureName` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1252
1293
|
"attributes": [
|
|
1253
1294
|
{
|
|
1254
1295
|
"name": "disabled",
|
|
@@ -1264,7 +1305,7 @@
|
|
|
1264
1305
|
},
|
|
1265
1306
|
{
|
|
1266
1307
|
"name": "umb-input-document-picker",
|
|
1267
|
-
"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 * `
|
|
1308
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1268
1309
|
"attributes": [
|
|
1269
1310
|
{
|
|
1270
1311
|
"name": "min",
|
|
@@ -1296,8 +1337,12 @@
|
|
|
1296
1337
|
},
|
|
1297
1338
|
{
|
|
1298
1339
|
"name": "umb-input-document-type-picker",
|
|
1299
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1340
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `selectedIds` {`string[]`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1300
1341
|
"attributes": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "selectedIds",
|
|
1344
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1345
|
+
},
|
|
1301
1346
|
{
|
|
1302
1347
|
"name": "value",
|
|
1303
1348
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1310,7 +1355,7 @@
|
|
|
1310
1355
|
},
|
|
1311
1356
|
{
|
|
1312
1357
|
"name": "umb-input-eye-dropper",
|
|
1313
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `
|
|
1358
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1314
1359
|
"attributes": [
|
|
1315
1360
|
{
|
|
1316
1361
|
"name": "opacity",
|
|
@@ -1329,17 +1374,15 @@
|
|
|
1329
1374
|
},
|
|
1330
1375
|
{
|
|
1331
1376
|
"name": "umb-input-language-picker",
|
|
1332
|
-
"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 * `
|
|
1377
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `filter` - \n\n * `selectedIsoCodes` {`string[]`} - \n\n * `_items` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1333
1378
|
"attributes": [
|
|
1334
1379
|
{
|
|
1335
1380
|
"name": "min",
|
|
1336
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1337
|
-
"values": []
|
|
1381
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1338
1382
|
},
|
|
1339
1383
|
{
|
|
1340
1384
|
"name": "max",
|
|
1341
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1342
|
-
"values": []
|
|
1385
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1343
1386
|
},
|
|
1344
1387
|
{
|
|
1345
1388
|
"name": "min-message",
|
|
@@ -1357,7 +1400,7 @@
|
|
|
1357
1400
|
},
|
|
1358
1401
|
{
|
|
1359
1402
|
"name": "umb-input-media-picker",
|
|
1360
|
-
"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 * `
|
|
1403
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_pickedItemsObserver` - \n\n * `_repository` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1361
1404
|
"attributes": [
|
|
1362
1405
|
{
|
|
1363
1406
|
"name": "min",
|
|
@@ -1389,7 +1432,7 @@
|
|
|
1389
1432
|
},
|
|
1390
1433
|
{
|
|
1391
1434
|
"name": "umb-input-multi-url-picker",
|
|
1392
|
-
"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 * `
|
|
1435
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`any[]`} - \n\n * `_modalRoute` - \n\n * `styles` {`CSSResult[]`} - \n\n * `myModalRegistration` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1393
1436
|
"attributes": [
|
|
1394
1437
|
{
|
|
1395
1438
|
"name": "alias",
|
|
@@ -1463,7 +1506,7 @@
|
|
|
1463
1506
|
},
|
|
1464
1507
|
{
|
|
1465
1508
|
"name": "umb-input-number-range",
|
|
1466
|
-
"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 * `
|
|
1509
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `minLabel` {`string`} - \n\n * `maxLabel` {`string`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1467
1510
|
"attributes": [
|
|
1468
1511
|
{
|
|
1469
1512
|
"name": "min-label",
|
|
@@ -1495,7 +1538,7 @@
|
|
|
1495
1538
|
},
|
|
1496
1539
|
{
|
|
1497
1540
|
"name": "umb-input-radio-button-list",
|
|
1498
|
-
"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 * `
|
|
1541
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `selected` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1499
1542
|
"attributes": [
|
|
1500
1543
|
{
|
|
1501
1544
|
"name": "list",
|
|
@@ -1513,7 +1556,7 @@
|
|
|
1513
1556
|
},
|
|
1514
1557
|
{
|
|
1515
1558
|
"name": "umb-input-section",
|
|
1516
|
-
"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 * `
|
|
1559
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1517
1560
|
"attributes": [
|
|
1518
1561
|
{
|
|
1519
1562
|
"name": "value",
|
|
@@ -1554,7 +1597,7 @@
|
|
|
1554
1597
|
},
|
|
1555
1598
|
{
|
|
1556
1599
|
"name": "umb-input-slider",
|
|
1557
|
-
"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 * `
|
|
1600
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enableRange` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1558
1601
|
"attributes": [
|
|
1559
1602
|
{
|
|
1560
1603
|
"name": "min",
|
|
@@ -1588,8 +1631,8 @@
|
|
|
1588
1631
|
]
|
|
1589
1632
|
},
|
|
1590
1633
|
{
|
|
1591
|
-
"name": "umb-input-template
|
|
1592
|
-
"description": "Events:\n\n * `change
|
|
1634
|
+
"name": "umb-input-template",
|
|
1635
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `defaultId` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_defaultId` {`string`} - \n\n * `defaultId` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1593
1636
|
"attributes": [
|
|
1594
1637
|
{
|
|
1595
1638
|
"name": "min",
|
|
@@ -1610,26 +1653,22 @@
|
|
|
1610
1653
|
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1611
1654
|
},
|
|
1612
1655
|
{
|
|
1613
|
-
"name": "
|
|
1614
|
-
"description": "`
|
|
1656
|
+
"name": "selectedIds",
|
|
1657
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1615
1658
|
},
|
|
1616
1659
|
{
|
|
1617
|
-
"name": "
|
|
1618
|
-
"description": "`
|
|
1660
|
+
"name": "defaultId",
|
|
1661
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1619
1662
|
},
|
|
1620
1663
|
{
|
|
1621
|
-
"name": "onchange
|
|
1622
|
-
"description": "`change
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "onchange-allowed",
|
|
1626
|
-
"description": "`change-allowed` {`CustomEvent<unknown>`} - "
|
|
1664
|
+
"name": "onchange",
|
|
1665
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1627
1666
|
}
|
|
1628
1667
|
]
|
|
1629
1668
|
},
|
|
1630
1669
|
{
|
|
1631
1670
|
"name": "umb-input-toggle",
|
|
1632
|
-
"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 * `
|
|
1671
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1633
1672
|
"attributes": [
|
|
1634
1673
|
{
|
|
1635
1674
|
"name": "checked",
|
|
@@ -1659,7 +1698,7 @@
|
|
|
1659
1698
|
},
|
|
1660
1699
|
{
|
|
1661
1700
|
"name": "umb-input-upload-field",
|
|
1662
|
-
"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 * `
|
|
1701
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`File[]`} - \n\n * `_currentFilesTemp` {`File[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1663
1702
|
"attributes": [
|
|
1664
1703
|
{
|
|
1665
1704
|
"name": "keys",
|
|
@@ -1683,7 +1722,7 @@
|
|
|
1683
1722
|
},
|
|
1684
1723
|
{
|
|
1685
1724
|
"name": "umb-input-user-group",
|
|
1686
|
-
"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 * `
|
|
1725
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1687
1726
|
"attributes": [
|
|
1688
1727
|
{
|
|
1689
1728
|
"name": "value",
|
|
@@ -1724,7 +1763,7 @@
|
|
|
1724
1763
|
},
|
|
1725
1764
|
{
|
|
1726
1765
|
"name": "umb-input-user",
|
|
1727
|
-
"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 * `
|
|
1766
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1728
1767
|
"attributes": [
|
|
1729
1768
|
{
|
|
1730
1769
|
"name": "value",
|
|
@@ -1765,7 +1804,7 @@
|
|
|
1765
1804
|
},
|
|
1766
1805
|
{
|
|
1767
1806
|
"name": "umb-menu-item-base",
|
|
1768
|
-
"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 * `
|
|
1807
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1769
1808
|
"attributes": [
|
|
1770
1809
|
{
|
|
1771
1810
|
"name": "entity-type",
|
|
@@ -1794,7 +1833,7 @@
|
|
|
1794
1833
|
},
|
|
1795
1834
|
{
|
|
1796
1835
|
"name": "umb-menu",
|
|
1797
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1836
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1798
1837
|
"attributes": [
|
|
1799
1838
|
{
|
|
1800
1839
|
"name": "manifest",
|
|
@@ -1804,7 +1843,7 @@
|
|
|
1804
1843
|
},
|
|
1805
1844
|
{
|
|
1806
1845
|
"name": "umb-property-type-based-property",
|
|
1807
|
-
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `
|
|
1846
|
+
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `property` - \n\n * `_property` - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_dataTypeData` {`any[]`} - \n\n * `_dataTypeRepository` - \n\n * `_dataTypeObserver` - \n\n * `_value` {`unknown`} - \n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\n * `_propertyVariantId` - \n\n * `_workspaceContext` - \n\n * `_observePropertyValue` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1808
1847
|
"attributes": [
|
|
1809
1848
|
{
|
|
1810
1849
|
"name": "propertyVariantId",
|
|
@@ -1864,12 +1903,12 @@
|
|
|
1864
1903
|
},
|
|
1865
1904
|
{
|
|
1866
1905
|
"name": "umb-section-sidebar-context-menu",
|
|
1867
|
-
"description": "Properties:\n\n * `
|
|
1906
|
+
"description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1868
1907
|
"attributes": []
|
|
1869
1908
|
},
|
|
1870
1909
|
{
|
|
1871
1910
|
"name": "umb-section-sidebar-menu",
|
|
1872
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1911
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1873
1912
|
"attributes": [
|
|
1874
1913
|
{
|
|
1875
1914
|
"name": "manifest",
|
|
@@ -1884,7 +1923,7 @@
|
|
|
1884
1923
|
},
|
|
1885
1924
|
{
|
|
1886
1925
|
"name": "umb-section-views",
|
|
1887
|
-
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1926
|
+
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `sectionAlias` {`string | undefined`} - \n\n * `_views` {`any[]`} - \n\n * `_dashboards` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `_sectionContext` - \n\n * `_extensionsObserver` - \n\n * `_viewsObserver` - \n\n * `_dashboardObserver` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1888
1927
|
"attributes": [
|
|
1889
1928
|
{
|
|
1890
1929
|
"name": "section-alias",
|
|
@@ -1895,7 +1934,7 @@
|
|
|
1895
1934
|
},
|
|
1896
1935
|
{
|
|
1897
1936
|
"name": "umb-section",
|
|
1898
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1937
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_menus` {`Omit<any, \"kind\">[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1899
1938
|
"attributes": [
|
|
1900
1939
|
{
|
|
1901
1940
|
"name": "manifest",
|
|
@@ -1905,7 +1944,7 @@
|
|
|
1905
1944
|
},
|
|
1906
1945
|
{
|
|
1907
1946
|
"name": "umb-table",
|
|
1908
|
-
"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 * `
|
|
1947
|
+
"description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `items` {Array<UmbTableItem>} - Table Items\n\n * `columns` {Array<UmbTableColumn>} - \n\n * `config` {UmbTableConfig} - \n\n * `selection` {Array<string>} - \n\n * `orderingColumn` {`string`} - \n\n * `orderingDesc` {`boolean`} - \n\n * `_selectionMode` {`boolean`} - \n\n * `_renderRow` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1909
1948
|
"attributes": [
|
|
1910
1949
|
{
|
|
1911
1950
|
"name": "onselected",
|
|
@@ -1923,7 +1962,7 @@
|
|
|
1923
1962
|
},
|
|
1924
1963
|
{
|
|
1925
1964
|
"name": "umb-template-card",
|
|
1926
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change
|
|
1965
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `id` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `default` {`boolean`} - \n\n * `_id` {`string`} - \n\n * `id` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1927
1966
|
"attributes": [
|
|
1928
1967
|
{
|
|
1929
1968
|
"name": "default",
|
|
@@ -1947,14 +1986,14 @@
|
|
|
1947
1986
|
"description": "`selected` {} - "
|
|
1948
1987
|
},
|
|
1949
1988
|
{
|
|
1950
|
-
"name": "onchange
|
|
1951
|
-
"description": "`change
|
|
1989
|
+
"name": "onchange",
|
|
1990
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1952
1991
|
}
|
|
1953
1992
|
]
|
|
1954
1993
|
},
|
|
1955
1994
|
{
|
|
1956
1995
|
"name": "umb-tooltip-menu",
|
|
1957
|
-
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `
|
|
1996
|
+
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1958
1997
|
"attributes": [
|
|
1959
1998
|
{
|
|
1960
1999
|
"name": "icon-only",
|
|
@@ -1969,17 +2008,17 @@
|
|
|
1969
2008
|
},
|
|
1970
2009
|
{
|
|
1971
2010
|
"name": "umb-entity-tree-item",
|
|
1972
|
-
"description": "Properties:\n\n * `
|
|
2011
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1973
2012
|
"attributes": []
|
|
1974
2013
|
},
|
|
1975
2014
|
{
|
|
1976
2015
|
"name": "umb-tree-item-base",
|
|
1977
|
-
"description": "Properties:\n\n * `
|
|
2016
|
+
"description": "Properties:\n\n * `_item` - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_isLoading` {`boolean`} - \n\n * `_isSelectable` {`boolean`} - \n\n * `_isSelected` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_hasChildren` {`boolean`} - \n\n * `_iconSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1978
2017
|
"attributes": []
|
|
1979
2018
|
},
|
|
1980
2019
|
{
|
|
1981
2020
|
"name": "umb-tree-item",
|
|
1982
|
-
"description": "Properties:\n\n * `
|
|
2021
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1983
2022
|
"attributes": []
|
|
1984
2023
|
},
|
|
1985
2024
|
{
|
|
@@ -1994,7 +2033,7 @@
|
|
|
1994
2033
|
},
|
|
1995
2034
|
{
|
|
1996
2035
|
"name": "umb-tree",
|
|
1997
|
-
"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` - ",
|
|
2036
|
+
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `multiple` {`boolean`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1998
2037
|
"attributes": [
|
|
1999
2038
|
{
|
|
2000
2039
|
"name": "alias",
|
|
@@ -2009,6 +2048,11 @@
|
|
|
2009
2048
|
"name": "selection",
|
|
2010
2049
|
"description": "`selection` {`string[]`} - \n\nProperty: selection"
|
|
2011
2050
|
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "multiple",
|
|
2053
|
+
"description": "`multiple` {`boolean`} - \n\nProperty: multiple",
|
|
2054
|
+
"valueSet": "v"
|
|
2055
|
+
},
|
|
2012
2056
|
{
|
|
2013
2057
|
"name": "onselected",
|
|
2014
2058
|
"description": "`selected` {`CustomEvent<unknown>`} - "
|
|
@@ -2017,7 +2061,7 @@
|
|
|
2017
2061
|
},
|
|
2018
2062
|
{
|
|
2019
2063
|
"name": "umb-variant-selector",
|
|
2020
|
-
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `
|
|
2064
|
+
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2021
2065
|
"attributes": [
|
|
2022
2066
|
{
|
|
2023
2067
|
"name": "alias",
|
|
@@ -2031,12 +2075,12 @@
|
|
|
2031
2075
|
},
|
|
2032
2076
|
{
|
|
2033
2077
|
"name": "umb-variantable-property",
|
|
2034
|
-
"description": "Properties:\n\n * `
|
|
2078
|
+
"description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2035
2079
|
"attributes": []
|
|
2036
2080
|
},
|
|
2037
2081
|
{
|
|
2038
2082
|
"name": "umb-workspace-property",
|
|
2039
|
-
"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 * `
|
|
2083
|
+
"description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\n * `_variantDifference` {`string | undefined`} - \n\n * `_element` - \n\n * `_value` {`unknown`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_label` {`string | undefined`} - \n\n * `_description` {`string | undefined`} - \n\n * `_propertyContext` - \n\n * `propertyEditorUIObserver` - \n\n * `_valueObserver` - \n\n * `_configObserver` - \n\n * `_onPropertyEditorChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2040
2084
|
"attributes": [
|
|
2041
2085
|
{
|
|
2042
2086
|
"name": "label",
|
|
@@ -2075,22 +2119,22 @@
|
|
|
2075
2119
|
},
|
|
2076
2120
|
{
|
|
2077
2121
|
"name": "umb-workspace-action-menu",
|
|
2078
|
-
"description": "Properties:\n\n * `
|
|
2122
|
+
"description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2079
2123
|
"attributes": []
|
|
2080
2124
|
},
|
|
2081
2125
|
{
|
|
2082
2126
|
"name": "umb-workspace-action",
|
|
2083
|
-
"description": "Properties:\n\n * `
|
|
2127
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2084
2128
|
"attributes": []
|
|
2085
2129
|
},
|
|
2086
2130
|
{
|
|
2087
2131
|
"name": "umb-workspace-view-collection",
|
|
2088
|
-
"description": "Properties:\n\n * `
|
|
2132
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2089
2133
|
"attributes": []
|
|
2090
2134
|
},
|
|
2091
2135
|
{
|
|
2092
2136
|
"name": "umb-workspace-footer-layout",
|
|
2093
|
-
"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 * `
|
|
2137
|
+
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer items\n\n * `actions` {} - Slot for workspace actions\n\nAttributes:\n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\n * `styles` {`CSSResult[]`} - ",
|
|
2094
2138
|
"attributes": [
|
|
2095
2139
|
{
|
|
2096
2140
|
"name": "alias",
|
|
@@ -2100,7 +2144,7 @@
|
|
|
2100
2144
|
},
|
|
2101
2145
|
{
|
|
2102
2146
|
"name": "umb-workspace-layout",
|
|
2103
|
-
"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 * `
|
|
2147
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2104
2148
|
"attributes": [
|
|
2105
2149
|
{
|
|
2106
2150
|
"name": "headline",
|
|
@@ -2154,7 +2198,7 @@
|
|
|
2154
2198
|
},
|
|
2155
2199
|
{
|
|
2156
2200
|
"name": "umb-workspace-variant",
|
|
2157
|
-
"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 * `
|
|
2201
|
+
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\n * `_splitViewIndex` {`number`} - \n\n * `variantContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2158
2202
|
"attributes": [
|
|
2159
2203
|
{
|
|
2160
2204
|
"name": "alias",
|
|
@@ -2173,7 +2217,7 @@
|
|
|
2173
2217
|
},
|
|
2174
2218
|
{
|
|
2175
2219
|
"name": "umb-workspace",
|
|
2176
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
2220
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2177
2221
|
"attributes": [
|
|
2178
2222
|
{
|
|
2179
2223
|
"name": "entity-type",
|
|
@@ -2183,7 +2227,7 @@
|
|
|
2183
2227
|
},
|
|
2184
2228
|
{
|
|
2185
2229
|
"name": "umb-confirm-modal",
|
|
2186
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2230
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2187
2231
|
"attributes": [
|
|
2188
2232
|
{
|
|
2189
2233
|
"name": "data",
|
|
@@ -2193,7 +2237,7 @@
|
|
|
2193
2237
|
},
|
|
2194
2238
|
{
|
|
2195
2239
|
"name": "umb-embedded-media-modal",
|
|
2196
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2240
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2197
2241
|
"attributes": [
|
|
2198
2242
|
{
|
|
2199
2243
|
"name": "data",
|
|
@@ -2203,40 +2247,27 @@
|
|
|
2203
2247
|
},
|
|
2204
2248
|
{
|
|
2205
2249
|
"name": "umb-folder-modal",
|
|
2206
|
-
"description": "Properties:\n\n * `
|
|
2250
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2207
2251
|
"attributes": []
|
|
2208
2252
|
},
|
|
2209
2253
|
{
|
|
2210
2254
|
"name": "umb-icon-picker-modal",
|
|
2211
|
-
"description": "
|
|
2212
|
-
"attributes": [
|
|
2213
|
-
{
|
|
2214
|
-
"name": "iconlist",
|
|
2215
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"name": "iconlistFiltered",
|
|
2219
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"name": "colorlist",
|
|
2223
|
-
"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"
|
|
2224
|
-
}
|
|
2225
|
-
]
|
|
2255
|
+
"description": "Properties:\n\n * `_iconList` - \n\n * `_iconListFiltered` {`string[]`} - \n\n * `_colorList` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2256
|
+
"attributes": []
|
|
2226
2257
|
},
|
|
2227
2258
|
{
|
|
2228
2259
|
"name": "umb-link-picker-modal",
|
|
2229
|
-
"description": "Properties:\n\n * `
|
|
2260
|
+
"description": "Properties:\n\n * `_selectedKey` {`string | undefined`} - \n\n * `_index` {`number | null`} - \n\n * `_link` - \n\n * `_layout` - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2230
2261
|
"attributes": []
|
|
2231
2262
|
},
|
|
2232
2263
|
{
|
|
2233
2264
|
"name": "umb-property-settings-modal",
|
|
2234
|
-
"description": "Properties:\n\n * `
|
|
2265
|
+
"description": "Properties:\n\n * `_selectedPropertyEditorUI` - \n\n * `_selectedPropertyEditorUIAlias` {`string`} - \n\n * `_appearanceIsTop` {`boolean`} - \n\n * `_mandatory` {`boolean`} - \n\n * `_customValidationOptions` {`({ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; })[]`} - \n\n * `_customValidation` {`{ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; }`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `_name` {`string`} - \n\n * `_alias` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2235
2266
|
"attributes": []
|
|
2236
2267
|
},
|
|
2237
2268
|
{
|
|
2238
2269
|
"name": "umb-section-picker-modal",
|
|
2239
|
-
"description": "Properties:\n\n * `
|
|
2270
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2240
2271
|
"attributes": []
|
|
2241
2272
|
},
|
|
2242
2273
|
{
|
|
@@ -2279,7 +2310,7 @@
|
|
|
2279
2310
|
},
|
|
2280
2311
|
{
|
|
2281
2312
|
"name": "umb-property-action-menu",
|
|
2282
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `
|
|
2313
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\n * `_actionsObserver` - \n\n * `_actions` {`any[]`} - \n\n * `_open` {`boolean`} - \n\n * `_propertyActionMenuContext` - \n\n * `styles` - ",
|
|
2283
2314
|
"attributes": [
|
|
2284
2315
|
{
|
|
2285
2316
|
"name": "value",
|
|
@@ -2294,7 +2325,7 @@
|
|
|
2294
2325
|
},
|
|
2295
2326
|
{
|
|
2296
2327
|
"name": "umb-property-action",
|
|
2297
|
-
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2328
|
+
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_propertyAction` - \n\n * `propertyAction` - \n\n * `_element` - \n\n * `styles` - \n\n * `value` {`string | undefined`} - ",
|
|
2298
2329
|
"attributes": [
|
|
2299
2330
|
{
|
|
2300
2331
|
"name": "propertyAction",
|
|
@@ -2314,7 +2345,7 @@
|
|
|
2314
2345
|
},
|
|
2315
2346
|
{
|
|
2316
2347
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2317
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2348
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2318
2349
|
"attributes": [
|
|
2319
2350
|
{
|
|
2320
2351
|
"name": "data",
|
|
@@ -2324,7 +2355,7 @@
|
|
|
2324
2355
|
},
|
|
2325
2356
|
{
|
|
2326
2357
|
"name": "umb-property-editor-config",
|
|
2327
|
-
"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 * `
|
|
2358
|
+
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUIConfigDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUIConfigProperties` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2328
2359
|
"attributes": [
|
|
2329
2360
|
{
|
|
2330
2361
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2342,7 +2373,7 @@
|
|
|
2342
2373
|
},
|
|
2343
2374
|
{
|
|
2344
2375
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2345
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2376
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2346
2377
|
"attributes": [
|
|
2347
2378
|
{
|
|
2348
2379
|
"name": "value",
|
|
@@ -2352,7 +2383,7 @@
|
|
|
2352
2383
|
},
|
|
2353
2384
|
{
|
|
2354
2385
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2355
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2386
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2356
2387
|
"attributes": [
|
|
2357
2388
|
{
|
|
2358
2389
|
"name": "value",
|
|
@@ -2362,7 +2393,7 @@
|
|
|
2362
2393
|
},
|
|
2363
2394
|
{
|
|
2364
2395
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2365
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2396
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2366
2397
|
"attributes": [
|
|
2367
2398
|
{
|
|
2368
2399
|
"name": "value",
|
|
@@ -2372,7 +2403,7 @@
|
|
|
2372
2403
|
},
|
|
2373
2404
|
{
|
|
2374
2405
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2375
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `
|
|
2406
|
+
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2376
2407
|
"attributes": [
|
|
2377
2408
|
{
|
|
2378
2409
|
"name": "name",
|
|
@@ -2382,7 +2413,7 @@
|
|
|
2382
2413
|
},
|
|
2383
2414
|
{
|
|
2384
2415
|
"name": "umb-property-editor-ui-block-grid",
|
|
2385
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2416
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2386
2417
|
"attributes": [
|
|
2387
2418
|
{
|
|
2388
2419
|
"name": "value",
|
|
@@ -2392,7 +2423,7 @@
|
|
|
2392
2423
|
},
|
|
2393
2424
|
{
|
|
2394
2425
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2395
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2426
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2396
2427
|
"attributes": [
|
|
2397
2428
|
{
|
|
2398
2429
|
"name": "value",
|
|
@@ -2402,7 +2433,7 @@
|
|
|
2402
2433
|
},
|
|
2403
2434
|
{
|
|
2404
2435
|
"name": "umb-property-editor-ui-block-list",
|
|
2405
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2436
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2406
2437
|
"attributes": [
|
|
2407
2438
|
{
|
|
2408
2439
|
"name": "value",
|
|
@@ -2412,7 +2443,7 @@
|
|
|
2412
2443
|
},
|
|
2413
2444
|
{
|
|
2414
2445
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2415
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `
|
|
2446
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2416
2447
|
"attributes": [
|
|
2417
2448
|
{
|
|
2418
2449
|
"name": "value",
|
|
@@ -2426,7 +2457,7 @@
|
|
|
2426
2457
|
},
|
|
2427
2458
|
{
|
|
2428
2459
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2429
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2460
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2430
2461
|
"attributes": [
|
|
2431
2462
|
{
|
|
2432
2463
|
"name": "value",
|
|
@@ -2436,7 +2467,7 @@
|
|
|
2436
2467
|
},
|
|
2437
2468
|
{
|
|
2438
2469
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2439
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2470
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2440
2471
|
"attributes": [
|
|
2441
2472
|
{
|
|
2442
2473
|
"name": "value",
|
|
@@ -2446,7 +2477,7 @@
|
|
|
2446
2477
|
},
|
|
2447
2478
|
{
|
|
2448
2479
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2449
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2480
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2450
2481
|
"attributes": [
|
|
2451
2482
|
{
|
|
2452
2483
|
"name": "value",
|
|
@@ -2456,7 +2487,7 @@
|
|
|
2456
2487
|
},
|
|
2457
2488
|
{
|
|
2458
2489
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2459
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2490
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2460
2491
|
"attributes": [
|
|
2461
2492
|
{
|
|
2462
2493
|
"name": "value",
|
|
@@ -2466,7 +2497,7 @@
|
|
|
2466
2497
|
},
|
|
2467
2498
|
{
|
|
2468
2499
|
"name": "umb-property-editor-ui-collection-view",
|
|
2469
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2500
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2470
2501
|
"attributes": [
|
|
2471
2502
|
{
|
|
2472
2503
|
"name": "value",
|
|
@@ -2476,7 +2507,7 @@
|
|
|
2476
2507
|
},
|
|
2477
2508
|
{
|
|
2478
2509
|
"name": "umb-property-editor-ui-color-picker",
|
|
2479
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2510
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_showLabels` {`boolean`} - \n\n * `_swatches` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2480
2511
|
"attributes": [
|
|
2481
2512
|
{
|
|
2482
2513
|
"name": "value",
|
|
@@ -2490,7 +2521,7 @@
|
|
|
2490
2521
|
},
|
|
2491
2522
|
{
|
|
2492
2523
|
"name": "umb-property-editor-ui-date-picker",
|
|
2493
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2524
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_value` {`Date | undefined`} - \n\n * `_valueString` {`string | undefined`} - \n\n * `value` {`string | undefined`} - \n\n * `_format` {`string | undefined`} - \n\n * `_inputType` {`InputType`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2494
2525
|
"attributes": [
|
|
2495
2526
|
{
|
|
2496
2527
|
"name": "value",
|
|
@@ -2515,7 +2546,7 @@
|
|
|
2515
2546
|
},
|
|
2516
2547
|
{
|
|
2517
2548
|
"name": "umb-property-editor-ui-dropdown",
|
|
2518
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2549
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2519
2550
|
"attributes": [
|
|
2520
2551
|
{
|
|
2521
2552
|
"name": "value",
|
|
@@ -2525,7 +2556,7 @@
|
|
|
2525
2556
|
},
|
|
2526
2557
|
{
|
|
2527
2558
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2528
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2559
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_opacity` {`boolean`} - \n\n * `_swatches` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2529
2560
|
"attributes": [
|
|
2530
2561
|
{
|
|
2531
2562
|
"name": "value",
|
|
@@ -2539,7 +2570,7 @@
|
|
|
2539
2570
|
},
|
|
2540
2571
|
{
|
|
2541
2572
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2542
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2573
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2543
2574
|
"attributes": [
|
|
2544
2575
|
{
|
|
2545
2576
|
"name": "value",
|
|
@@ -2549,7 +2580,7 @@
|
|
|
2549
2580
|
},
|
|
2550
2581
|
{
|
|
2551
2582
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2552
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2583
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2553
2584
|
"attributes": [
|
|
2554
2585
|
{
|
|
2555
2586
|
"name": "value",
|
|
@@ -2559,7 +2590,7 @@
|
|
|
2559
2590
|
},
|
|
2560
2591
|
{
|
|
2561
2592
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2562
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2593
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2563
2594
|
"attributes": [
|
|
2564
2595
|
{
|
|
2565
2596
|
"name": "value",
|
|
@@ -2569,7 +2600,7 @@
|
|
|
2569
2600
|
},
|
|
2570
2601
|
{
|
|
2571
2602
|
"name": "umb-property-editor-ui-label",
|
|
2572
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2603
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2573
2604
|
"attributes": [
|
|
2574
2605
|
{
|
|
2575
2606
|
"name": "value",
|
|
@@ -2579,7 +2610,7 @@
|
|
|
2579
2610
|
},
|
|
2580
2611
|
{
|
|
2581
2612
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2582
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2613
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2583
2614
|
"attributes": [
|
|
2584
2615
|
{
|
|
2585
2616
|
"name": "value",
|
|
@@ -2603,7 +2634,7 @@
|
|
|
2603
2634
|
},
|
|
2604
2635
|
{
|
|
2605
2636
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2606
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2637
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2607
2638
|
"attributes": [
|
|
2608
2639
|
{
|
|
2609
2640
|
"name": "value",
|
|
@@ -2613,7 +2644,7 @@
|
|
|
2613
2644
|
},
|
|
2614
2645
|
{
|
|
2615
2646
|
"name": "umb-property-editor-ui-member-picker",
|
|
2616
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2647
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2617
2648
|
"attributes": [
|
|
2618
2649
|
{
|
|
2619
2650
|
"name": "value",
|
|
@@ -2623,7 +2654,7 @@
|
|
|
2623
2654
|
},
|
|
2624
2655
|
{
|
|
2625
2656
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2626
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `
|
|
2657
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `value` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_propertyVariantId` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2627
2658
|
"attributes": [
|
|
2628
2659
|
{
|
|
2629
2660
|
"name": "value",
|
|
@@ -2637,7 +2668,7 @@
|
|
|
2637
2668
|
},
|
|
2638
2669
|
{
|
|
2639
2670
|
"name": "umb-input-multiple-text-string-item",
|
|
2640
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
2671
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_input` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2641
2672
|
"attributes": [
|
|
2642
2673
|
{
|
|
2643
2674
|
"name": "disabled",
|
|
@@ -2653,7 +2684,7 @@
|
|
|
2653
2684
|
},
|
|
2654
2685
|
{
|
|
2655
2686
|
"name": "umb-input-multiple-text-string",
|
|
2656
|
-
"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 * `
|
|
2687
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `_items` {`MultipleTextStringValue`} - \n\n * `items` {`MultipleTextStringValue`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2657
2688
|
"attributes": [
|
|
2658
2689
|
{
|
|
2659
2690
|
"name": "min",
|
|
@@ -2716,7 +2747,7 @@
|
|
|
2716
2747
|
},
|
|
2717
2748
|
{
|
|
2718
2749
|
"name": "umb-property-editor-ui-number-range",
|
|
2719
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `
|
|
2750
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `_value` {`ValueType`} - \n\n * `value` {`ValueType | undefined`} - \n\n * `config` {`never[]`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2720
2751
|
"attributes": [
|
|
2721
2752
|
{
|
|
2722
2753
|
"name": "_value",
|
|
@@ -2730,7 +2761,7 @@
|
|
|
2730
2761
|
},
|
|
2731
2762
|
{
|
|
2732
2763
|
"name": "umb-property-editor-ui-number",
|
|
2733
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2764
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2734
2765
|
"attributes": [
|
|
2735
2766
|
{
|
|
2736
2767
|
"name": "value",
|
|
@@ -2744,7 +2775,7 @@
|
|
|
2744
2775
|
},
|
|
2745
2776
|
{
|
|
2746
2777
|
"name": "umb-property-editor-ui-order-direction",
|
|
2747
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2778
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2748
2779
|
"attributes": [
|
|
2749
2780
|
{
|
|
2750
2781
|
"name": "value",
|
|
@@ -2754,7 +2785,7 @@
|
|
|
2754
2785
|
},
|
|
2755
2786
|
{
|
|
2756
2787
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2757
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2788
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2758
2789
|
"attributes": [
|
|
2759
2790
|
{
|
|
2760
2791
|
"name": "value",
|
|
@@ -2764,7 +2795,7 @@
|
|
|
2764
2795
|
},
|
|
2765
2796
|
{
|
|
2766
2797
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2767
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2798
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2768
2799
|
"attributes": [
|
|
2769
2800
|
{
|
|
2770
2801
|
"name": "value",
|
|
@@ -2778,7 +2809,7 @@
|
|
|
2778
2809
|
},
|
|
2779
2810
|
{
|
|
2780
2811
|
"name": "umb-property-editor-ui-slider",
|
|
2781
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `
|
|
2812
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\n * `_enableRange` {`boolean | undefined`} - \n\n * `_initVal1` {`number | undefined`} - \n\n * `_initVal2` {`number | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_min` {`number | undefined`} - \n\n * `_max` {`number | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2782
2813
|
"attributes": [
|
|
2783
2814
|
{
|
|
2784
2815
|
"name": "value",
|
|
@@ -2792,7 +2823,7 @@
|
|
|
2792
2823
|
},
|
|
2793
2824
|
{
|
|
2794
2825
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2795
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2826
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2796
2827
|
"attributes": [
|
|
2797
2828
|
{
|
|
2798
2829
|
"name": "value",
|
|
@@ -2802,7 +2833,7 @@
|
|
|
2802
2833
|
},
|
|
2803
2834
|
{
|
|
2804
2835
|
"name": "umb-property-editor-ui-tags",
|
|
2805
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2836
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2806
2837
|
"attributes": [
|
|
2807
2838
|
{
|
|
2808
2839
|
"name": "value",
|
|
@@ -2812,7 +2843,7 @@
|
|
|
2812
2843
|
},
|
|
2813
2844
|
{
|
|
2814
2845
|
"name": "umb-property-editor-ui-text-box",
|
|
2815
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2846
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2816
2847
|
"attributes": [
|
|
2817
2848
|
{
|
|
2818
2849
|
"name": "value",
|
|
@@ -2826,7 +2857,7 @@
|
|
|
2826
2857
|
},
|
|
2827
2858
|
{
|
|
2828
2859
|
"name": "umb-property-editor-ui-textarea",
|
|
2829
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2860
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `propertyContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2830
2861
|
"attributes": [
|
|
2831
2862
|
{
|
|
2832
2863
|
"name": "value",
|
|
@@ -2840,7 +2871,7 @@
|
|
|
2840
2871
|
},
|
|
2841
2872
|
{
|
|
2842
2873
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2843
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2874
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2844
2875
|
"attributes": [
|
|
2845
2876
|
{
|
|
2846
2877
|
"name": "value",
|
|
@@ -2850,7 +2881,7 @@
|
|
|
2850
2881
|
},
|
|
2851
2882
|
{
|
|
2852
2883
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2853
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2884
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2854
2885
|
"attributes": [
|
|
2855
2886
|
{
|
|
2856
2887
|
"name": "value",
|
|
@@ -2860,7 +2891,7 @@
|
|
|
2860
2891
|
},
|
|
2861
2892
|
{
|
|
2862
2893
|
"name": "umb-property-editor-ui-toggle",
|
|
2863
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `
|
|
2894
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `value` {`boolean`} - \n\n * `_labelOff` {`string | undefined`} - \n\n * `_labelOn` {`string | undefined`} - \n\n * `_showLabels` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2864
2895
|
"attributes": [
|
|
2865
2896
|
{
|
|
2866
2897
|
"name": "value",
|
|
@@ -2875,7 +2906,7 @@
|
|
|
2875
2906
|
},
|
|
2876
2907
|
{
|
|
2877
2908
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2878
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2909
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2879
2910
|
"attributes": [
|
|
2880
2911
|
{
|
|
2881
2912
|
"name": "value",
|
|
@@ -2885,7 +2916,7 @@
|
|
|
2885
2916
|
},
|
|
2886
2917
|
{
|
|
2887
2918
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2888
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2919
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2889
2920
|
"attributes": [
|
|
2890
2921
|
{
|
|
2891
2922
|
"name": "value",
|
|
@@ -2895,7 +2926,7 @@
|
|
|
2895
2926
|
},
|
|
2896
2927
|
{
|
|
2897
2928
|
"name": "umb-property-editor-ui-upload-field",
|
|
2898
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2929
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2899
2930
|
"attributes": [
|
|
2900
2931
|
{
|
|
2901
2932
|
"name": "value",
|
|
@@ -2909,7 +2940,7 @@
|
|
|
2909
2940
|
},
|
|
2910
2941
|
{
|
|
2911
2942
|
"name": "umb-property-editor-ui-user-picker",
|
|
2912
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2943
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2913
2944
|
"attributes": [
|
|
2914
2945
|
{
|
|
2915
2946
|
"name": "value",
|
|
@@ -2919,7 +2950,7 @@
|
|
|
2919
2950
|
},
|
|
2920
2951
|
{
|
|
2921
2952
|
"name": "umb-property-editor-ui-value-type",
|
|
2922
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2953
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2923
2954
|
"attributes": [
|
|
2924
2955
|
{
|
|
2925
2956
|
"name": "value",
|
|
@@ -2929,7 +2960,7 @@
|
|
|
2929
2960
|
},
|
|
2930
2961
|
{
|
|
2931
2962
|
"name": "umb-file-system-tree-item",
|
|
2932
|
-
"description": "Properties:\n\n * `
|
|
2963
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2933
2964
|
"attributes": []
|
|
2934
2965
|
},
|
|
2935
2966
|
{
|
|
@@ -2939,27 +2970,27 @@
|
|
|
2939
2970
|
},
|
|
2940
2971
|
{
|
|
2941
2972
|
"name": "umb-stylesheet-workspace",
|
|
2942
|
-
"description": "Properties:\n\n * `
|
|
2973
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2943
2974
|
"attributes": []
|
|
2944
2975
|
},
|
|
2945
2976
|
{
|
|
2946
2977
|
"name": "umb-template-workspace",
|
|
2947
|
-
"description": "Properties:\n\n * `
|
|
2978
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2948
2979
|
"attributes": []
|
|
2949
2980
|
},
|
|
2950
2981
|
{
|
|
2951
2982
|
"name": "umb-dashboard-translation-dictionary",
|
|
2952
|
-
"description": "Properties:\n\n * `
|
|
2983
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2953
2984
|
"attributes": []
|
|
2954
2985
|
},
|
|
2955
2986
|
{
|
|
2956
2987
|
"name": "umb-create-dictionary-modal",
|
|
2957
|
-
"description": "Properties:\n\n * `
|
|
2988
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2958
2989
|
"attributes": []
|
|
2959
2990
|
},
|
|
2960
2991
|
{
|
|
2961
2992
|
"name": "umb-export-dictionary-modal",
|
|
2962
|
-
"description": "Properties:\n\n * `
|
|
2993
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2963
2994
|
"attributes": []
|
|
2964
2995
|
},
|
|
2965
2996
|
{
|
|
@@ -2973,27 +3004,27 @@
|
|
|
2973
3004
|
},
|
|
2974
3005
|
{
|
|
2975
3006
|
"name": "umb-dictionary-workspace-edit",
|
|
2976
|
-
"description": "Properties:\n\n * `
|
|
3007
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2977
3008
|
"attributes": []
|
|
2978
3009
|
},
|
|
2979
3010
|
{
|
|
2980
3011
|
"name": "umb-dictionary-workspace",
|
|
2981
|
-
"description": "Properties:\n\n * `
|
|
3012
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2982
3013
|
"attributes": []
|
|
2983
3014
|
},
|
|
2984
3015
|
{
|
|
2985
3016
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2986
|
-
"description": "Properties:\n\n * `
|
|
3017
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2987
3018
|
"attributes": []
|
|
2988
3019
|
},
|
|
2989
3020
|
{
|
|
2990
3021
|
"name": "umb-current-user-header-app",
|
|
2991
|
-
"description": "Properties:\n\n * `
|
|
3022
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2992
3023
|
"attributes": []
|
|
2993
3024
|
},
|
|
2994
3025
|
{
|
|
2995
3026
|
"name": "umb-change-password-modal",
|
|
2996
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3027
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2997
3028
|
"attributes": [
|
|
2998
3029
|
{
|
|
2999
3030
|
"name": "data",
|
|
@@ -3003,7 +3034,7 @@
|
|
|
3003
3034
|
},
|
|
3004
3035
|
{
|
|
3005
3036
|
"name": "umb-current-user-modal",
|
|
3006
|
-
"description": "Properties:\n\n * `
|
|
3037
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
3007
3038
|
"attributes": []
|
|
3008
3039
|
},
|
|
3009
3040
|
{
|
|
@@ -3013,42 +3044,42 @@
|
|
|
3013
3044
|
},
|
|
3014
3045
|
{
|
|
3015
3046
|
"name": "umb-user-profile-app-history",
|
|
3016
|
-
"description": "Properties:\n\n * `
|
|
3047
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3017
3048
|
"attributes": []
|
|
3018
3049
|
},
|
|
3019
3050
|
{
|
|
3020
3051
|
"name": "umb-user-dashboard-test",
|
|
3021
|
-
"description": "Properties:\n\n * `
|
|
3052
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3022
3053
|
"attributes": []
|
|
3023
3054
|
},
|
|
3024
3055
|
{
|
|
3025
3056
|
"name": "umb-user-profile-app-profile",
|
|
3026
|
-
"description": "Properties:\n\n * `
|
|
3057
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3027
3058
|
"attributes": []
|
|
3028
3059
|
},
|
|
3029
3060
|
{
|
|
3030
3061
|
"name": "umb-user-profile-app-themes",
|
|
3031
|
-
"description": "Properties:\n\n * `
|
|
3062
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3032
3063
|
"attributes": []
|
|
3033
3064
|
},
|
|
3034
3065
|
{
|
|
3035
3066
|
"name": "umb-user-group-picker-modal",
|
|
3036
|
-
"description": "Properties:\n\n * `
|
|
3067
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3037
3068
|
"attributes": []
|
|
3038
3069
|
},
|
|
3039
3070
|
{
|
|
3040
3071
|
"name": "umb-workspace-action-user-group-save",
|
|
3041
|
-
"description": "Properties:\n\n * `
|
|
3072
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3042
3073
|
"attributes": []
|
|
3043
3074
|
},
|
|
3044
3075
|
{
|
|
3045
3076
|
"name": "umb-user-group-workspace-edit",
|
|
3046
|
-
"description": "Properties:\n\n * `
|
|
3077
|
+
"description": "Properties:\n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3047
3078
|
"attributes": []
|
|
3048
3079
|
},
|
|
3049
3080
|
{
|
|
3050
3081
|
"name": "umb-user-group-workspace",
|
|
3051
|
-
"description": "Properties:\n\n * `
|
|
3082
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3052
3083
|
"attributes": []
|
|
3053
3084
|
},
|
|
3054
3085
|
{
|
|
@@ -3072,12 +3103,12 @@
|
|
|
3072
3103
|
},
|
|
3073
3104
|
{
|
|
3074
3105
|
"name": "umb-workspace-view-user-groups",
|
|
3075
|
-
"description": "Properties:\n\n * `
|
|
3106
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3076
3107
|
"attributes": []
|
|
3077
3108
|
},
|
|
3078
3109
|
{
|
|
3079
3110
|
"name": "umb-workspace-view-users-grid",
|
|
3080
|
-
"description": "Properties:\n\n * `
|
|
3111
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3081
3112
|
"attributes": []
|
|
3082
3113
|
},
|
|
3083
3114
|
{
|
|
@@ -3092,52 +3123,52 @@
|
|
|
3092
3123
|
},
|
|
3093
3124
|
{
|
|
3094
3125
|
"name": "umb-workspace-view-users-table",
|
|
3095
|
-
"description": "Properties:\n\n * `
|
|
3126
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3096
3127
|
"attributes": []
|
|
3097
3128
|
},
|
|
3098
3129
|
{
|
|
3099
3130
|
"name": "umb-section-view-users",
|
|
3100
|
-
"description": "Properties:\n\n * `
|
|
3131
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_userStore` - \n\n * `selection` - \n\n * `users` - \n\n * `search` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3101
3132
|
"attributes": []
|
|
3102
3133
|
},
|
|
3103
3134
|
{
|
|
3104
3135
|
"name": "umb-workspace-view-users-overview",
|
|
3105
|
-
"description": "Properties:\n\n * `
|
|
3136
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3106
3137
|
"attributes": []
|
|
3107
3138
|
},
|
|
3108
3139
|
{
|
|
3109
3140
|
"name": "umb-workspace-view-users-selection",
|
|
3110
|
-
"description": "Properties:\n\n * `
|
|
3141
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_totalUsers` {`number`} - \n\n * `_usersContext` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3111
3142
|
"attributes": []
|
|
3112
3143
|
},
|
|
3113
3144
|
{
|
|
3114
3145
|
"name": "umb-create-user-modal",
|
|
3115
|
-
"description": "Properties:\n\n * `
|
|
3146
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3116
3147
|
"attributes": []
|
|
3117
3148
|
},
|
|
3118
3149
|
{
|
|
3119
3150
|
"name": "umb-invite-user-modal",
|
|
3120
|
-
"description": "Properties:\n\n * `
|
|
3151
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3121
3152
|
"attributes": []
|
|
3122
3153
|
},
|
|
3123
3154
|
{
|
|
3124
3155
|
"name": "umb-user-picker-modal",
|
|
3125
|
-
"description": "Properties:\n\n * `
|
|
3156
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3126
3157
|
"attributes": []
|
|
3127
3158
|
},
|
|
3128
3159
|
{
|
|
3129
3160
|
"name": "umb-workspace-action-user-save",
|
|
3130
|
-
"description": "Properties:\n\n * `
|
|
3161
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3131
3162
|
"attributes": []
|
|
3132
3163
|
},
|
|
3133
3164
|
{
|
|
3134
3165
|
"name": "umb-user-workspace-edit",
|
|
3135
|
-
"description": "Properties:\n\n * `
|
|
3166
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `_languages` {`never[]`} - \n\n * `_workspaceContext` - \n\n * `_user` - \n\n * `_userName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3136
3167
|
"attributes": []
|
|
3137
3168
|
},
|
|
3138
3169
|
{
|
|
3139
3170
|
"name": "umb-user-workspace",
|
|
3140
|
-
"description": "Properties:\n\n * `
|
|
3171
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3141
3172
|
"attributes": []
|
|
3142
3173
|
},
|
|
3143
3174
|
{
|
|
@@ -3176,7 +3207,7 @@
|
|
|
3176
3207
|
},
|
|
3177
3208
|
{
|
|
3178
3209
|
"name": "umb-notification-layout-default",
|
|
3179
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3210
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3180
3211
|
"attributes": [
|
|
3181
3212
|
{
|
|
3182
3213
|
"name": "data",
|
|
@@ -3191,7 +3222,7 @@
|
|
|
3191
3222
|
},
|
|
3192
3223
|
{
|
|
3193
3224
|
"name": "umb-router-slot",
|
|
3194
|
-
"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 * `
|
|
3225
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3195
3226
|
"attributes": [
|
|
3196
3227
|
{
|
|
3197
3228
|
"name": "routes",
|
|
@@ -3210,7 +3241,7 @@
|
|
|
3210
3241
|
},
|
|
3211
3242
|
{
|
|
3212
3243
|
"name": "umb-variant-router-slot",
|
|
3213
|
-
"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 * `
|
|
3244
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3214
3245
|
"attributes": [
|
|
3215
3246
|
{
|
|
3216
3247
|
"name": "variantId",
|
|
@@ -3233,22 +3264,22 @@
|
|
|
3233
3264
|
},
|
|
3234
3265
|
{
|
|
3235
3266
|
"name": "umb-installer-consent",
|
|
3236
|
-
"description": "Properties:\n\n * `
|
|
3267
|
+
"description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
|
|
3237
3268
|
"attributes": []
|
|
3238
3269
|
},
|
|
3239
3270
|
{
|
|
3240
3271
|
"name": "umb-installer-database",
|
|
3241
|
-
"description": "Properties:\n\n * `
|
|
3272
|
+
"description": "Properties:\n\n * `_installButton` - \n\n * `databaseFormData` - \n\n * `_options` {`Option[]`} - \n\n * `_databases` {`any[]`} - \n\n * `_preConfiguredDatabase` - \n\n * `_validationErrorMessage` {`string`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `_selectedDatabase` - \n\n * `_renderServer` - \n\n * `_renderDatabaseName` - \n\n * `_renderCredentials` - \n\n * `_renderCustom` - \n\n * `_renderDatabaseSelection` - \n\n * `_renderPreConfiguredDatabase` - \n\n * `styles` - ",
|
|
3242
3273
|
"attributes": []
|
|
3243
3274
|
},
|
|
3244
3275
|
{
|
|
3245
3276
|
"name": "umb-installer-error",
|
|
3246
|
-
"description": "Properties:\n\n * `
|
|
3277
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
3247
3278
|
"attributes": []
|
|
3248
3279
|
},
|
|
3249
3280
|
{
|
|
3250
3281
|
"name": "umb-installer",
|
|
3251
|
-
"description": "Properties:\n\n * `
|
|
3282
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
3252
3283
|
"attributes": []
|
|
3253
3284
|
},
|
|
3254
3285
|
{
|
|
@@ -3263,12 +3294,12 @@
|
|
|
3263
3294
|
},
|
|
3264
3295
|
{
|
|
3265
3296
|
"name": "umb-installer-user",
|
|
3266
|
-
"description": "Properties:\n\n * `
|
|
3297
|
+
"description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3267
3298
|
"attributes": []
|
|
3268
3299
|
},
|
|
3269
3300
|
{
|
|
3270
3301
|
"name": "umb-upgrader-view",
|
|
3271
|
-
"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 * `
|
|
3302
|
+
"description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3272
3303
|
"attributes": [
|
|
3273
3304
|
{
|
|
3274
3305
|
"name": "fetching",
|