@umbraco-cms/backoffice 1.0.0-next.d2c0dcf1 → 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/custom-elements.json +631 -631
- package/extensions-api.d.ts +1 -0
- package/extensions-registry.d.ts +3 -3
- package/modal.d.ts +2 -2
- package/package.json +1 -1
- package/router.d.ts +1 -6
- package/umbraco-package-schema.json +1 -1
- package/vscode-html-custom-data.json +233 -233
|
@@ -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,7 +47,7 @@
|
|
|
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
|
{
|
|
@@ -57,12 +57,12 @@
|
|
|
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
|
{
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "umb-document-type-workspace-view-edit-tab",
|
|
117
|
-
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
117
|
+
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_ownerTabId` {`string | undefined`} - \n\n * `ownerTabId` {`string | undefined`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
118
118
|
"attributes": [
|
|
119
119
|
{
|
|
120
120
|
"name": "ownerTabId",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"name": "umb-document-type-workspace-view-edit",
|
|
138
|
-
"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[]`} - ",
|
|
139
139
|
"attributes": []
|
|
140
140
|
},
|
|
141
141
|
{
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"name": "umb-document-table-actions-column-layout",
|
|
158
|
-
"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[]`} - ",
|
|
159
159
|
"attributes": []
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"name": "umb-document-table-collection-view",
|
|
163
|
-
"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[]`} - ",
|
|
164
164
|
"attributes": []
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"name": "umb-collection-view-document-table",
|
|
168
|
-
"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[]`} - ",
|
|
169
169
|
"attributes": []
|
|
170
170
|
},
|
|
171
171
|
{
|
|
@@ -174,17 +174,17 @@
|
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "umb-document-picker-modal",
|
|
177
|
-
"description": "Properties:\n\n * `
|
|
177
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
178
178
|
"attributes": []
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"name": "umb-document-type-picker-modal",
|
|
182
|
-
"description": "Properties:\n\n * `
|
|
182
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
183
183
|
"attributes": []
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"name": "umb-document-tree-item",
|
|
187
|
-
"description": "Properties:\n\n * `
|
|
187
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
188
188
|
"attributes": []
|
|
189
189
|
},
|
|
190
190
|
{
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"name": "umb-document-workspace-view-edit-properties",
|
|
207
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `
|
|
207
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
208
208
|
"attributes": [
|
|
209
209
|
{
|
|
210
210
|
"name": "container-name",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"name": "umb-document-workspace-view-edit-tab",
|
|
230
|
-
"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[]`} - ",
|
|
231
231
|
"attributes": [
|
|
232
232
|
{
|
|
233
233
|
"name": "tabName",
|
|
@@ -243,27 +243,27 @@
|
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"name": "umb-document-workspace-view-edit",
|
|
246
|
-
"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[]`} - ",
|
|
247
247
|
"attributes": []
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"name": "umb-document-info-workspace-view",
|
|
251
|
-
"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[]`} - ",
|
|
252
252
|
"attributes": []
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"name": "umb-media-type-workspace-edit",
|
|
256
|
-
"description": "Properties:\n\n * `
|
|
256
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
257
257
|
"attributes": []
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"name": "umb-media-type-workspace",
|
|
261
|
-
"description": "Properties:\n\n * `
|
|
261
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
262
262
|
"attributes": []
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"name": "umb-media-type-workspace-",
|
|
266
|
-
"description": "Properties:\n\n * `
|
|
266
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
267
267
|
"attributes": []
|
|
268
268
|
},
|
|
269
269
|
{
|
|
@@ -273,12 +273,12 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"name": "umb-media-grid-collection-view",
|
|
276
|
-
"description": "Properties:\n\n * `
|
|
276
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
277
277
|
"attributes": []
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
280
|
"name": "umb-media-table-collection-view",
|
|
281
|
-
"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[]`} - ",
|
|
282
282
|
"attributes": []
|
|
283
283
|
},
|
|
284
284
|
{
|
|
@@ -287,17 +287,17 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"name": "umb-media-picker-modal",
|
|
290
|
-
"description": "Properties:\n\n * `
|
|
290
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
291
291
|
"attributes": []
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "umb-media-workspace-edit",
|
|
295
|
-
"description": "Properties:\n\n * `
|
|
295
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
296
296
|
"attributes": []
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"name": "umb-media-workspace",
|
|
300
|
-
"description": "Properties:\n\n * `
|
|
300
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
301
301
|
"attributes": []
|
|
302
302
|
},
|
|
303
303
|
{
|
|
@@ -317,17 +317,17 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"name": "umb-member-group-workspace-edit",
|
|
320
|
-
"description": "Properties:\n\n * `
|
|
320
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
321
321
|
"attributes": []
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"name": "umb-member-group-workspace",
|
|
325
|
-
"description": "Properties:\n\n * `
|
|
325
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
326
326
|
"attributes": []
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"name": "umb-workspace-view-member-group-info",
|
|
330
|
-
"description": "Properties:\n\n * `
|
|
330
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
331
331
|
"attributes": []
|
|
332
332
|
},
|
|
333
333
|
{
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"name": "umb-member-type-workspace",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
340
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
341
341
|
"attributes": []
|
|
342
342
|
},
|
|
343
343
|
{
|
|
@@ -347,12 +347,12 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"name": "umb-member-workspace",
|
|
350
|
-
"description": "Properties:\n\n * `
|
|
350
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
351
351
|
"attributes": []
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "umb-workspace-package-builder",
|
|
355
|
-
"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[]`} - ",
|
|
356
356
|
"attributes": [
|
|
357
357
|
{
|
|
358
358
|
"name": "entityId",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"name": "umb-workspace-package",
|
|
366
|
-
"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[]`} - ",
|
|
367
367
|
"attributes": [
|
|
368
368
|
{
|
|
369
369
|
"name": "entityId",
|
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"name": "umb-packages-created-overview",
|
|
382
|
-
"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[]`} - ",
|
|
383
383
|
"attributes": []
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"name": "umb-installed-packages-section-view-item",
|
|
387
|
-
"description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
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` - ",
|
|
388
388
|
"attributes": [
|
|
389
389
|
{
|
|
390
390
|
"name": "name",
|
|
@@ -410,12 +410,12 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"name": "umb-installed-packages-section-view",
|
|
413
|
-
"description": "Properties:\n\n * `
|
|
413
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
414
414
|
"attributes": []
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"name": "umb-packages-market-place-section-view",
|
|
418
|
-
"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[]`} - ",
|
|
419
419
|
"attributes": [
|
|
420
420
|
{
|
|
421
421
|
"name": "marketplaceUrl",
|
|
@@ -425,22 +425,22 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"name": "umb-search-modal",
|
|
428
|
-
"description": "Properties:\n\n * `
|
|
428
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
429
429
|
"attributes": []
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
432
|
"name": "umb-search-header-app",
|
|
433
|
-
"description": "Properties:\n\n * `
|
|
433
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
434
434
|
"attributes": []
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
437
|
"name": "umb-dashboard-examine-management",
|
|
438
|
-
"description": "Properties:\n\n * `
|
|
438
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
439
439
|
"attributes": []
|
|
440
440
|
},
|
|
441
441
|
{
|
|
442
442
|
"name": "umb-examine-fields-settings-modal",
|
|
443
|
-
"description": "Properties:\n\n * `
|
|
443
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
444
444
|
"attributes": []
|
|
445
445
|
},
|
|
446
446
|
{
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"name": "umb-dashboard-health-check-action",
|
|
458
|
-
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `
|
|
458
|
+
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `action` - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
459
459
|
"attributes": [
|
|
460
460
|
{
|
|
461
461
|
"name": "action",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"name": "umb-health-check-group-box-overview",
|
|
472
|
-
"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[]`} - ",
|
|
473
473
|
"attributes": [
|
|
474
474
|
{
|
|
475
475
|
"name": "manifest",
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"name": "umb-health-check--group-box-overview",
|
|
482
|
-
"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[]`} - ",
|
|
483
483
|
"attributes": [
|
|
484
484
|
{
|
|
485
485
|
"name": "manifest",
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
491
|
"name": "umb-dashboard-health-check-group",
|
|
492
|
-
"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[]`} - ",
|
|
493
493
|
"attributes": [
|
|
494
494
|
{
|
|
495
495
|
"name": "groupName",
|
|
@@ -499,22 +499,22 @@
|
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
501
|
"name": "umb-dashboard-health-check-overview",
|
|
502
|
-
"description": "Properties:\n\n * `
|
|
502
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
503
503
|
"attributes": []
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
506
|
"name": "umb-dashboard-models-builder",
|
|
507
|
-
"description": "Properties:\n\n * `
|
|
507
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
508
508
|
"attributes": []
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
"name": "umb-dashboard-performance-profiling",
|
|
512
|
-
"description": "Properties:\n\n * `
|
|
512
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
513
513
|
"attributes": []
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
516
|
"name": "umb-dashboard-published-status",
|
|
517
|
-
"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[]`} - ",
|
|
518
518
|
"attributes": []
|
|
519
519
|
},
|
|
520
520
|
{
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
526
|
"name": "umb-dashboard-telemetry",
|
|
527
|
-
"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[]`} - ",
|
|
528
528
|
"attributes": []
|
|
529
529
|
},
|
|
530
530
|
{
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
557
|
"name": "umb-data-type-create-options-modal",
|
|
558
|
-
"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[]`} - ",
|
|
559
559
|
"attributes": [
|
|
560
560
|
{
|
|
561
561
|
"name": "data",
|
|
@@ -566,12 +566,12 @@
|
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
568
|
"name": "umb-data-type-picker-modal",
|
|
569
|
-
"description": "Properties:\n\n * `
|
|
569
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
570
570
|
"attributes": []
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
573
|
"name": "umb-data-type-workspace-edit-element",
|
|
574
|
-
"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[]`} - ",
|
|
575
575
|
"attributes": [
|
|
576
576
|
{
|
|
577
577
|
"name": "manifest",
|
|
@@ -585,67 +585,67 @@
|
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
587
|
"name": "umb-data-type-workspace",
|
|
588
|
-
"description": "Properties:\n\n * `
|
|
588
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
589
589
|
"attributes": []
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
"name": "umb-data-type-details-workspace-view",
|
|
593
|
-
"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[]`} - ",
|
|
594
594
|
"attributes": []
|
|
595
595
|
},
|
|
596
596
|
{
|
|
597
597
|
"name": "umb-workspace-view-data-type-info",
|
|
598
|
-
"description": "Properties:\n\n * `
|
|
598
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
599
599
|
"attributes": []
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
602
|
"name": "umb-extension-root-workspace",
|
|
603
|
-
"description": "Properties:\n\n * `
|
|
603
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
604
604
|
"attributes": []
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"name": "umb-app-language-select",
|
|
608
|
-
"description": "Properties:\n\n * `
|
|
608
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
609
609
|
"attributes": []
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
"name": "umb-language-picker-modal",
|
|
613
|
-
"description": "Properties:\n\n * `
|
|
613
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
614
614
|
"attributes": []
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
"name": "umb-language-root-table-delete-column-layout",
|
|
618
|
-
"description": "Properties:\n\n * `
|
|
618
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
619
619
|
"attributes": []
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"name": "umb-language-root-table-name-column-layout",
|
|
623
|
-
"description": "Properties:\n\n * `
|
|
623
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
624
624
|
"attributes": []
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
627
|
"name": "umb-language-root-workspace",
|
|
628
|
-
"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[]`} - ",
|
|
629
629
|
"attributes": []
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
"name": "umb-language-workspace-edit",
|
|
633
|
-
"description": "Properties:\n\n * `
|
|
633
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
634
634
|
"attributes": []
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
637
|
"name": "umb-language-workspace",
|
|
638
|
-
"description": "Properties:\n\n * `
|
|
638
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
639
639
|
"attributes": []
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
642
|
"name": "umb-language-details-workspace-view",
|
|
643
|
-
"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[]`} - ",
|
|
644
644
|
"attributes": []
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
"name": "umb-log-viewer-date-range-selector",
|
|
648
|
-
"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[]`} - ",
|
|
649
649
|
"attributes": [
|
|
650
650
|
{
|
|
651
651
|
"name": "horizontal",
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"name": "umb-log-viewer-level-tag",
|
|
659
|
-
"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[]`} - ",
|
|
660
660
|
"attributes": [
|
|
661
661
|
{
|
|
662
662
|
"name": "level",
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
673
|
"name": "umb-logviewer-workspace",
|
|
674
|
-
"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[]`} - ",
|
|
675
675
|
"attributes": []
|
|
676
676
|
},
|
|
677
677
|
{
|
|
@@ -686,32 +686,32 @@
|
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
"name": "umb-log-viewer-log-types-chart",
|
|
689
|
-
"description": "Properties:\n\n * `
|
|
689
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
690
690
|
"attributes": []
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
693
|
"name": "umb-log-viewer-message-templates-overview",
|
|
694
|
-
"description": "Properties:\n\n * `
|
|
694
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
695
695
|
"attributes": []
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
698
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
699
|
-
"description": "Properties:\n\n * `
|
|
699
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
700
700
|
"attributes": []
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"name": "umb-log-viewer-overview-view",
|
|
704
|
-
"description": "Properties:\n\n * `
|
|
704
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
705
705
|
"attributes": []
|
|
706
706
|
},
|
|
707
707
|
{
|
|
708
708
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
709
|
-
"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[]`} - ",
|
|
710
710
|
"attributes": []
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
"name": "umb-log-viewer-message",
|
|
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 * `
|
|
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[]`} - ",
|
|
715
715
|
"attributes": [
|
|
716
716
|
{
|
|
717
717
|
"name": "timestamp",
|
|
@@ -742,37 +742,37 @@
|
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
744
|
"name": "umb-log-viewer-messages-list",
|
|
745
|
-
"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[]`} - ",
|
|
746
746
|
"attributes": []
|
|
747
747
|
},
|
|
748
748
|
{
|
|
749
749
|
"name": "umb-log-viewer-polling-button",
|
|
750
|
-
"description": "Properties:\n\n * `
|
|
750
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
751
751
|
"attributes": []
|
|
752
752
|
},
|
|
753
753
|
{
|
|
754
754
|
"name": "umb-log-viewer-save-search-modal",
|
|
755
|
-
"description": "Properties:\n\n * `
|
|
755
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
756
756
|
"attributes": []
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
759
|
"name": "umb-log-viewer-search-input",
|
|
760
|
-
"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[]`} - ",
|
|
761
761
|
"attributes": []
|
|
762
762
|
},
|
|
763
763
|
{
|
|
764
764
|
"name": "umb-log-viewer-search-view",
|
|
765
|
-
"description": "Properties:\n\n * `
|
|
765
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
766
766
|
"attributes": []
|
|
767
767
|
},
|
|
768
768
|
{
|
|
769
769
|
"name": "umb-relation-type-workspace-edit-element",
|
|
770
|
-
"description": "Properties:\n\n * `
|
|
770
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
771
771
|
"attributes": []
|
|
772
772
|
},
|
|
773
773
|
{
|
|
774
774
|
"name": "umb-relation-type-workspace",
|
|
775
|
-
"description": "Properties:\n\n * `
|
|
775
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
776
776
|
"attributes": []
|
|
777
777
|
},
|
|
778
778
|
{
|
|
@@ -782,12 +782,12 @@
|
|
|
782
782
|
},
|
|
783
783
|
{
|
|
784
784
|
"name": "umb-workspace-view-relation-type-relation",
|
|
785
|
-
"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[]`} - ",
|
|
786
786
|
"attributes": []
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
789
|
"name": "umb-collection-selection-actions",
|
|
790
|
-
"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[]`} - ",
|
|
791
791
|
"attributes": [
|
|
792
792
|
{
|
|
793
793
|
"name": "entityType",
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
800
|
"name": "umb-collection-toolbar",
|
|
801
|
-
"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[]`} - ",
|
|
802
802
|
"attributes": [
|
|
803
803
|
{
|
|
804
804
|
"name": "actions",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
},
|
|
818
818
|
{
|
|
819
819
|
"name": "umb-collection",
|
|
820
|
-
"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[]`} - ",
|
|
821
821
|
"attributes": [
|
|
822
822
|
{
|
|
823
823
|
"name": "entity-type",
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
829
|
"name": "umb-dashboard-collection",
|
|
830
|
-
"description": "Properties:\n\n * `
|
|
830
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
831
831
|
"attributes": []
|
|
832
832
|
},
|
|
833
833
|
{
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
},
|
|
838
838
|
{
|
|
839
839
|
"name": "umb-backoffice-header-sections",
|
|
840
|
-
"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` - ",
|
|
841
841
|
"attributes": []
|
|
842
842
|
},
|
|
843
843
|
{
|
|
@@ -847,22 +847,22 @@
|
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
849
|
"name": "umb-backoffice-main",
|
|
850
|
-
"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[]`} - ",
|
|
851
851
|
"attributes": []
|
|
852
852
|
},
|
|
853
853
|
{
|
|
854
854
|
"name": "umb-backoffice-modal-container",
|
|
855
|
-
"description": "Properties:\n\n * `
|
|
855
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
856
856
|
"attributes": []
|
|
857
857
|
},
|
|
858
858
|
{
|
|
859
859
|
"name": "umb-backoffice-notification-container",
|
|
860
|
-
"description": "Properties:\n\n * `
|
|
860
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
861
861
|
"attributes": []
|
|
862
862
|
},
|
|
863
863
|
{
|
|
864
864
|
"name": "umb-body-layout",
|
|
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 * `
|
|
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[]`} - ",
|
|
866
866
|
"attributes": [
|
|
867
867
|
{
|
|
868
868
|
"name": "headline",
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
},
|
|
873
873
|
{
|
|
874
874
|
"name": "umb-button-with-dropdown",
|
|
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 * `
|
|
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[]`} - ",
|
|
876
876
|
"attributes": [
|
|
877
877
|
{
|
|
878
878
|
"name": "label",
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
984
|
"name": "umb-code-editor",
|
|
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 * `
|
|
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'.",
|
|
986
986
|
"attributes": [
|
|
987
987
|
{
|
|
988
988
|
"name": "language",
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
},
|
|
1055
1055
|
{
|
|
1056
1056
|
"name": "umb-debug",
|
|
1057
|
-
"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[]`} - ",
|
|
1058
1058
|
"attributes": [
|
|
1059
1059
|
{
|
|
1060
1060
|
"name": "visible",
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
1077
|
"name": "umb-donut-chart",
|
|
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 * `
|
|
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[]`} - ",
|
|
1079
1079
|
"attributes": [
|
|
1080
1080
|
{
|
|
1081
1081
|
"name": "radius",
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
},
|
|
1129
1129
|
{
|
|
1130
1130
|
"name": "umb-dropdown",
|
|
1131
|
-
"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[]`} - ",
|
|
1132
1132
|
"attributes": [
|
|
1133
1133
|
{
|
|
1134
1134
|
"name": "open",
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
1141
|
"name": "umb-empty-state",
|
|
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 * `
|
|
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[]`} - ",
|
|
1143
1143
|
"attributes": [
|
|
1144
1144
|
{
|
|
1145
1145
|
"name": "size",
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"name": "umb-extension-slot",
|
|
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 * `
|
|
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` - ",
|
|
1201
1201
|
"attributes": [
|
|
1202
1202
|
{
|
|
1203
1203
|
"name": "type",
|
|
@@ -1220,12 +1220,12 @@
|
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"name": "umb-header-app-button",
|
|
1223
|
-
"description": "Properties:\n\n * `
|
|
1223
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1224
1224
|
"attributes": []
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
1227
|
"name": "umb-history-item",
|
|
1228
|
-
"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[]`} - ",
|
|
1229
1229
|
"attributes": [
|
|
1230
1230
|
{
|
|
1231
1231
|
"name": "src",
|
|
@@ -1251,7 +1251,7 @@
|
|
|
1251
1251
|
},
|
|
1252
1252
|
{
|
|
1253
1253
|
"name": "umb-input-checkbox-list",
|
|
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 * `
|
|
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`} - ",
|
|
1255
1255
|
"attributes": [
|
|
1256
1256
|
{
|
|
1257
1257
|
"name": "list",
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
1271
|
"name": "umb-input-color-picker",
|
|
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 * `
|
|
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`} - ",
|
|
1273
1273
|
"attributes": [
|
|
1274
1274
|
{
|
|
1275
1275
|
"name": "showLabels",
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"name": "umb-input-culture-select",
|
|
1292
|
-
"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`} - ",
|
|
1293
1293
|
"attributes": [
|
|
1294
1294
|
{
|
|
1295
1295
|
"name": "disabled",
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
},
|
|
1306
1306
|
{
|
|
1307
1307
|
"name": "umb-input-document-picker",
|
|
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 * `
|
|
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`} - ",
|
|
1309
1309
|
"attributes": [
|
|
1310
1310
|
{
|
|
1311
1311
|
"name": "min",
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
},
|
|
1338
1338
|
{
|
|
1339
1339
|
"name": "umb-input-document-type-picker",
|
|
1340
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `selectedIds` {`string[]`} - \n\n * `value` {`string`} - \n\nProperties:\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`} - ",
|
|
1341
1341
|
"attributes": [
|
|
1342
1342
|
{
|
|
1343
1343
|
"name": "selectedIds",
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
},
|
|
1356
1356
|
{
|
|
1357
1357
|
"name": "umb-input-eye-dropper",
|
|
1358
|
-
"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`} - ",
|
|
1359
1359
|
"attributes": [
|
|
1360
1360
|
{
|
|
1361
1361
|
"name": "opacity",
|
|
@@ -1400,7 +1400,7 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"name": "umb-input-media-picker",
|
|
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 * `
|
|
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`} - ",
|
|
1404
1404
|
"attributes": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"name": "min",
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
},
|
|
1433
1433
|
{
|
|
1434
1434
|
"name": "umb-input-multi-url-picker",
|
|
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 * `
|
|
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`} - ",
|
|
1436
1436
|
"attributes": [
|
|
1437
1437
|
{
|
|
1438
1438
|
"name": "alias",
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
},
|
|
1507
1507
|
{
|
|
1508
1508
|
"name": "umb-input-number-range",
|
|
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 * `
|
|
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`} - ",
|
|
1510
1510
|
"attributes": [
|
|
1511
1511
|
{
|
|
1512
1512
|
"name": "min-label",
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
1540
|
"name": "umb-input-radio-button-list",
|
|
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 * `
|
|
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`} - ",
|
|
1542
1542
|
"attributes": [
|
|
1543
1543
|
{
|
|
1544
1544
|
"name": "list",
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
},
|
|
1557
1557
|
{
|
|
1558
1558
|
"name": "umb-input-section",
|
|
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 * `
|
|
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` - ",
|
|
1560
1560
|
"attributes": [
|
|
1561
1561
|
{
|
|
1562
1562
|
"name": "value",
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
},
|
|
1598
1598
|
{
|
|
1599
1599
|
"name": "umb-input-slider",
|
|
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 * `
|
|
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`} - ",
|
|
1601
1601
|
"attributes": [
|
|
1602
1602
|
{
|
|
1603
1603
|
"name": "min",
|
|
@@ -1668,7 +1668,7 @@
|
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
1670
|
"name": "umb-input-toggle",
|
|
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 * `
|
|
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`} - ",
|
|
1672
1672
|
"attributes": [
|
|
1673
1673
|
{
|
|
1674
1674
|
"name": "checked",
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"name": "umb-input-upload-field",
|
|
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 * `
|
|
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`} - ",
|
|
1702
1702
|
"attributes": [
|
|
1703
1703
|
{
|
|
1704
1704
|
"name": "keys",
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
},
|
|
1723
1723
|
{
|
|
1724
1724
|
"name": "umb-input-user-group",
|
|
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 * `
|
|
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` - ",
|
|
1726
1726
|
"attributes": [
|
|
1727
1727
|
{
|
|
1728
1728
|
"name": "value",
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
},
|
|
1764
1764
|
{
|
|
1765
1765
|
"name": "umb-input-user",
|
|
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 * `
|
|
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` - ",
|
|
1767
1767
|
"attributes": [
|
|
1768
1768
|
{
|
|
1769
1769
|
"name": "value",
|
|
@@ -1804,7 +1804,7 @@
|
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
1806
|
"name": "umb-menu-item-base",
|
|
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 * `
|
|
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[]`} - ",
|
|
1808
1808
|
"attributes": [
|
|
1809
1809
|
{
|
|
1810
1810
|
"name": "entity-type",
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
"name": "umb-menu",
|
|
1836
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1836
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1837
1837
|
"attributes": [
|
|
1838
1838
|
{
|
|
1839
1839
|
"name": "manifest",
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
},
|
|
1844
1844
|
{
|
|
1845
1845
|
"name": "umb-property-type-based-property",
|
|
1846
|
-
"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[]`} - ",
|
|
1847
1847
|
"attributes": [
|
|
1848
1848
|
{
|
|
1849
1849
|
"name": "propertyVariantId",
|
|
@@ -1903,12 +1903,12 @@
|
|
|
1903
1903
|
},
|
|
1904
1904
|
{
|
|
1905
1905
|
"name": "umb-section-sidebar-context-menu",
|
|
1906
|
-
"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[]`} - ",
|
|
1907
1907
|
"attributes": []
|
|
1908
1908
|
},
|
|
1909
1909
|
{
|
|
1910
1910
|
"name": "umb-section-sidebar-menu",
|
|
1911
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1911
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1912
1912
|
"attributes": [
|
|
1913
1913
|
{
|
|
1914
1914
|
"name": "manifest",
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"name": "umb-section-views",
|
|
1926
|
-
"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[]`} - ",
|
|
1927
1927
|
"attributes": [
|
|
1928
1928
|
{
|
|
1929
1929
|
"name": "section-alias",
|
|
@@ -1934,7 +1934,7 @@
|
|
|
1934
1934
|
},
|
|
1935
1935
|
{
|
|
1936
1936
|
"name": "umb-section",
|
|
1937
|
-
"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[]`} - ",
|
|
1938
1938
|
"attributes": [
|
|
1939
1939
|
{
|
|
1940
1940
|
"name": "manifest",
|
|
@@ -1944,7 +1944,7 @@
|
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
1946
1946
|
"name": "umb-table",
|
|
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 * `
|
|
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[]`} - ",
|
|
1948
1948
|
"attributes": [
|
|
1949
1949
|
{
|
|
1950
1950
|
"name": "onselected",
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
},
|
|
1994
1994
|
{
|
|
1995
1995
|
"name": "umb-tooltip-menu",
|
|
1996
|
-
"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[]`} - ",
|
|
1997
1997
|
"attributes": [
|
|
1998
1998
|
{
|
|
1999
1999
|
"name": "icon-only",
|
|
@@ -2008,17 +2008,17 @@
|
|
|
2008
2008
|
},
|
|
2009
2009
|
{
|
|
2010
2010
|
"name": "umb-entity-tree-item",
|
|
2011
|
-
"description": "Properties:\n\n * `
|
|
2011
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2012
2012
|
"attributes": []
|
|
2013
2013
|
},
|
|
2014
2014
|
{
|
|
2015
2015
|
"name": "umb-tree-item-base",
|
|
2016
|
-
"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[]`} - ",
|
|
2017
2017
|
"attributes": []
|
|
2018
2018
|
},
|
|
2019
2019
|
{
|
|
2020
2020
|
"name": "umb-tree-item",
|
|
2021
|
-
"description": "Properties:\n\n * `
|
|
2021
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2022
2022
|
"attributes": []
|
|
2023
2023
|
},
|
|
2024
2024
|
{
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
},
|
|
2062
2062
|
{
|
|
2063
2063
|
"name": "umb-variant-selector",
|
|
2064
|
-
"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[]`} - ",
|
|
2065
2065
|
"attributes": [
|
|
2066
2066
|
{
|
|
2067
2067
|
"name": "alias",
|
|
@@ -2075,12 +2075,12 @@
|
|
|
2075
2075
|
},
|
|
2076
2076
|
{
|
|
2077
2077
|
"name": "umb-variantable-property",
|
|
2078
|
-
"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[]`} - ",
|
|
2079
2079
|
"attributes": []
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
2082
2082
|
"name": "umb-workspace-property",
|
|
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 * `
|
|
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[]`} - ",
|
|
2084
2084
|
"attributes": [
|
|
2085
2085
|
{
|
|
2086
2086
|
"name": "label",
|
|
@@ -2119,22 +2119,22 @@
|
|
|
2119
2119
|
},
|
|
2120
2120
|
{
|
|
2121
2121
|
"name": "umb-workspace-action-menu",
|
|
2122
|
-
"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[]`} - ",
|
|
2123
2123
|
"attributes": []
|
|
2124
2124
|
},
|
|
2125
2125
|
{
|
|
2126
2126
|
"name": "umb-workspace-action",
|
|
2127
|
-
"description": "Properties:\n\n * `
|
|
2127
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2128
2128
|
"attributes": []
|
|
2129
2129
|
},
|
|
2130
2130
|
{
|
|
2131
2131
|
"name": "umb-workspace-view-collection",
|
|
2132
|
-
"description": "Properties:\n\n * `
|
|
2132
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2133
2133
|
"attributes": []
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
2136
|
"name": "umb-workspace-footer-layout",
|
|
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 * `
|
|
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[]`} - ",
|
|
2138
2138
|
"attributes": [
|
|
2139
2139
|
{
|
|
2140
2140
|
"name": "alias",
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
},
|
|
2145
2145
|
{
|
|
2146
2146
|
"name": "umb-workspace-layout",
|
|
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 * `
|
|
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[]`} - ",
|
|
2148
2148
|
"attributes": [
|
|
2149
2149
|
{
|
|
2150
2150
|
"name": "headline",
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
},
|
|
2199
2199
|
{
|
|
2200
2200
|
"name": "umb-workspace-variant",
|
|
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 * `
|
|
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[]`} - ",
|
|
2202
2202
|
"attributes": [
|
|
2203
2203
|
{
|
|
2204
2204
|
"name": "alias",
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
},
|
|
2218
2218
|
{
|
|
2219
2219
|
"name": "umb-workspace",
|
|
2220
|
-
"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[]`} - ",
|
|
2221
2221
|
"attributes": [
|
|
2222
2222
|
{
|
|
2223
2223
|
"name": "entity-type",
|
|
@@ -2227,7 +2227,7 @@
|
|
|
2227
2227
|
},
|
|
2228
2228
|
{
|
|
2229
2229
|
"name": "umb-confirm-modal",
|
|
2230
|
-
"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[]`} - ",
|
|
2231
2231
|
"attributes": [
|
|
2232
2232
|
{
|
|
2233
2233
|
"name": "data",
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
},
|
|
2238
2238
|
{
|
|
2239
2239
|
"name": "umb-embedded-media-modal",
|
|
2240
|
-
"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[]`} - ",
|
|
2241
2241
|
"attributes": [
|
|
2242
2242
|
{
|
|
2243
2243
|
"name": "data",
|
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
},
|
|
2248
2248
|
{
|
|
2249
2249
|
"name": "umb-folder-modal",
|
|
2250
|
-
"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[]`} - ",
|
|
2251
2251
|
"attributes": []
|
|
2252
2252
|
},
|
|
2253
2253
|
{
|
|
@@ -2257,17 +2257,17 @@
|
|
|
2257
2257
|
},
|
|
2258
2258
|
{
|
|
2259
2259
|
"name": "umb-link-picker-modal",
|
|
2260
|
-
"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[]`} - ",
|
|
2261
2261
|
"attributes": []
|
|
2262
2262
|
},
|
|
2263
2263
|
{
|
|
2264
2264
|
"name": "umb-property-settings-modal",
|
|
2265
|
-
"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[]`} - ",
|
|
2266
2266
|
"attributes": []
|
|
2267
2267
|
},
|
|
2268
2268
|
{
|
|
2269
2269
|
"name": "umb-section-picker-modal",
|
|
2270
|
-
"description": "Properties:\n\n * `
|
|
2270
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2271
2271
|
"attributes": []
|
|
2272
2272
|
},
|
|
2273
2273
|
{
|
|
@@ -2310,7 +2310,7 @@
|
|
|
2310
2310
|
},
|
|
2311
2311
|
{
|
|
2312
2312
|
"name": "umb-property-action-menu",
|
|
2313
|
-
"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` - ",
|
|
2314
2314
|
"attributes": [
|
|
2315
2315
|
{
|
|
2316
2316
|
"name": "value",
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
},
|
|
2326
2326
|
{
|
|
2327
2327
|
"name": "umb-property-action",
|
|
2328
|
-
"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`} - ",
|
|
2329
2329
|
"attributes": [
|
|
2330
2330
|
{
|
|
2331
2331
|
"name": "propertyAction",
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
},
|
|
2346
2346
|
{
|
|
2347
2347
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2348
|
-
"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[]`} - ",
|
|
2349
2349
|
"attributes": [
|
|
2350
2350
|
{
|
|
2351
2351
|
"name": "data",
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
},
|
|
2356
2356
|
{
|
|
2357
2357
|
"name": "umb-property-editor-config",
|
|
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 * `
|
|
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[]`} - ",
|
|
2359
2359
|
"attributes": [
|
|
2360
2360
|
{
|
|
2361
2361
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
},
|
|
2374
2374
|
{
|
|
2375
2375
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2376
|
-
"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[]`} - ",
|
|
2377
2377
|
"attributes": [
|
|
2378
2378
|
{
|
|
2379
2379
|
"name": "value",
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
},
|
|
2384
2384
|
{
|
|
2385
2385
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2386
|
-
"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[]`} - ",
|
|
2387
2387
|
"attributes": [
|
|
2388
2388
|
{
|
|
2389
2389
|
"name": "value",
|
|
@@ -2393,7 +2393,7 @@
|
|
|
2393
2393
|
},
|
|
2394
2394
|
{
|
|
2395
2395
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2396
|
-
"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[]`} - ",
|
|
2397
2397
|
"attributes": [
|
|
2398
2398
|
{
|
|
2399
2399
|
"name": "value",
|
|
@@ -2403,7 +2403,7 @@
|
|
|
2403
2403
|
},
|
|
2404
2404
|
{
|
|
2405
2405
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2406
|
-
"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[]`} - ",
|
|
2407
2407
|
"attributes": [
|
|
2408
2408
|
{
|
|
2409
2409
|
"name": "name",
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
},
|
|
2414
2414
|
{
|
|
2415
2415
|
"name": "umb-property-editor-ui-block-grid",
|
|
2416
|
-
"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[]`} - ",
|
|
2417
2417
|
"attributes": [
|
|
2418
2418
|
{
|
|
2419
2419
|
"name": "value",
|
|
@@ -2423,7 +2423,7 @@
|
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
2425
2425
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2426
|
-
"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[]`} - ",
|
|
2427
2427
|
"attributes": [
|
|
2428
2428
|
{
|
|
2429
2429
|
"name": "value",
|
|
@@ -2433,7 +2433,7 @@
|
|
|
2433
2433
|
},
|
|
2434
2434
|
{
|
|
2435
2435
|
"name": "umb-property-editor-ui-block-list",
|
|
2436
|
-
"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[]`} - ",
|
|
2437
2437
|
"attributes": [
|
|
2438
2438
|
{
|
|
2439
2439
|
"name": "value",
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
},
|
|
2444
2444
|
{
|
|
2445
2445
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2446
|
-
"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[]`} - ",
|
|
2447
2447
|
"attributes": [
|
|
2448
2448
|
{
|
|
2449
2449
|
"name": "value",
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
},
|
|
2458
2458
|
{
|
|
2459
2459
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2460
|
-
"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[]`} - ",
|
|
2461
2461
|
"attributes": [
|
|
2462
2462
|
{
|
|
2463
2463
|
"name": "value",
|
|
@@ -2467,7 +2467,7 @@
|
|
|
2467
2467
|
},
|
|
2468
2468
|
{
|
|
2469
2469
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2470
|
-
"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[]`} - ",
|
|
2471
2471
|
"attributes": [
|
|
2472
2472
|
{
|
|
2473
2473
|
"name": "value",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
},
|
|
2478
2478
|
{
|
|
2479
2479
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2480
|
-
"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[]`} - ",
|
|
2481
2481
|
"attributes": [
|
|
2482
2482
|
{
|
|
2483
2483
|
"name": "value",
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
},
|
|
2488
2488
|
{
|
|
2489
2489
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2490
|
-
"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[]`} - ",
|
|
2491
2491
|
"attributes": [
|
|
2492
2492
|
{
|
|
2493
2493
|
"name": "value",
|
|
@@ -2497,7 +2497,7 @@
|
|
|
2497
2497
|
},
|
|
2498
2498
|
{
|
|
2499
2499
|
"name": "umb-property-editor-ui-collection-view",
|
|
2500
|
-
"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[]`} - ",
|
|
2501
2501
|
"attributes": [
|
|
2502
2502
|
{
|
|
2503
2503
|
"name": "value",
|
|
@@ -2507,7 +2507,7 @@
|
|
|
2507
2507
|
},
|
|
2508
2508
|
{
|
|
2509
2509
|
"name": "umb-property-editor-ui-color-picker",
|
|
2510
|
-
"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[]`} - ",
|
|
2511
2511
|
"attributes": [
|
|
2512
2512
|
{
|
|
2513
2513
|
"name": "value",
|
|
@@ -2521,7 +2521,7 @@
|
|
|
2521
2521
|
},
|
|
2522
2522
|
{
|
|
2523
2523
|
"name": "umb-property-editor-ui-date-picker",
|
|
2524
|
-
"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[]`} - ",
|
|
2525
2525
|
"attributes": [
|
|
2526
2526
|
{
|
|
2527
2527
|
"name": "value",
|
|
@@ -2546,7 +2546,7 @@
|
|
|
2546
2546
|
},
|
|
2547
2547
|
{
|
|
2548
2548
|
"name": "umb-property-editor-ui-dropdown",
|
|
2549
|
-
"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[]`} - ",
|
|
2550
2550
|
"attributes": [
|
|
2551
2551
|
{
|
|
2552
2552
|
"name": "value",
|
|
@@ -2556,7 +2556,7 @@
|
|
|
2556
2556
|
},
|
|
2557
2557
|
{
|
|
2558
2558
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2559
|
-
"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[]`} - ",
|
|
2560
2560
|
"attributes": [
|
|
2561
2561
|
{
|
|
2562
2562
|
"name": "value",
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
},
|
|
2571
2571
|
{
|
|
2572
2572
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2573
|
-
"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[]`} - ",
|
|
2574
2574
|
"attributes": [
|
|
2575
2575
|
{
|
|
2576
2576
|
"name": "value",
|
|
@@ -2580,7 +2580,7 @@
|
|
|
2580
2580
|
},
|
|
2581
2581
|
{
|
|
2582
2582
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2583
|
-
"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[]`} - ",
|
|
2584
2584
|
"attributes": [
|
|
2585
2585
|
{
|
|
2586
2586
|
"name": "value",
|
|
@@ -2590,7 +2590,7 @@
|
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
2592
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2593
|
-
"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[]`} - ",
|
|
2594
2594
|
"attributes": [
|
|
2595
2595
|
{
|
|
2596
2596
|
"name": "value",
|
|
@@ -2600,7 +2600,7 @@
|
|
|
2600
2600
|
},
|
|
2601
2601
|
{
|
|
2602
2602
|
"name": "umb-property-editor-ui-label",
|
|
2603
|
-
"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[]`} - ",
|
|
2604
2604
|
"attributes": [
|
|
2605
2605
|
{
|
|
2606
2606
|
"name": "value",
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
},
|
|
2611
2611
|
{
|
|
2612
2612
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2613
|
-
"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[]`} - ",
|
|
2614
2614
|
"attributes": [
|
|
2615
2615
|
{
|
|
2616
2616
|
"name": "value",
|
|
@@ -2634,7 +2634,7 @@
|
|
|
2634
2634
|
},
|
|
2635
2635
|
{
|
|
2636
2636
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2637
|
-
"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[]`} - ",
|
|
2638
2638
|
"attributes": [
|
|
2639
2639
|
{
|
|
2640
2640
|
"name": "value",
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
},
|
|
2645
2645
|
{
|
|
2646
2646
|
"name": "umb-property-editor-ui-member-picker",
|
|
2647
|
-
"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[]`} - ",
|
|
2648
2648
|
"attributes": [
|
|
2649
2649
|
{
|
|
2650
2650
|
"name": "value",
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
},
|
|
2655
2655
|
{
|
|
2656
2656
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2657
|
-
"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[]`} - ",
|
|
2658
2658
|
"attributes": [
|
|
2659
2659
|
{
|
|
2660
2660
|
"name": "value",
|
|
@@ -2668,7 +2668,7 @@
|
|
|
2668
2668
|
},
|
|
2669
2669
|
{
|
|
2670
2670
|
"name": "umb-input-multiple-text-string-item",
|
|
2671
|
-
"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`} - ",
|
|
2672
2672
|
"attributes": [
|
|
2673
2673
|
{
|
|
2674
2674
|
"name": "disabled",
|
|
@@ -2684,7 +2684,7 @@
|
|
|
2684
2684
|
},
|
|
2685
2685
|
{
|
|
2686
2686
|
"name": "umb-input-multiple-text-string",
|
|
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 * `
|
|
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`} - ",
|
|
2688
2688
|
"attributes": [
|
|
2689
2689
|
{
|
|
2690
2690
|
"name": "min",
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
},
|
|
2748
2748
|
{
|
|
2749
2749
|
"name": "umb-property-editor-ui-number-range",
|
|
2750
|
-
"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[]`} - ",
|
|
2751
2751
|
"attributes": [
|
|
2752
2752
|
{
|
|
2753
2753
|
"name": "_value",
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
},
|
|
2762
2762
|
{
|
|
2763
2763
|
"name": "umb-property-editor-ui-number",
|
|
2764
|
-
"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[]`} - ",
|
|
2765
2765
|
"attributes": [
|
|
2766
2766
|
{
|
|
2767
2767
|
"name": "value",
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
},
|
|
2776
2776
|
{
|
|
2777
2777
|
"name": "umb-property-editor-ui-order-direction",
|
|
2778
|
-
"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[]`} - ",
|
|
2779
2779
|
"attributes": [
|
|
2780
2780
|
{
|
|
2781
2781
|
"name": "value",
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
},
|
|
2786
2786
|
{
|
|
2787
2787
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2788
|
-
"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[]`} - ",
|
|
2789
2789
|
"attributes": [
|
|
2790
2790
|
{
|
|
2791
2791
|
"name": "value",
|
|
@@ -2795,7 +2795,7 @@
|
|
|
2795
2795
|
},
|
|
2796
2796
|
{
|
|
2797
2797
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2798
|
-
"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[]`} - ",
|
|
2799
2799
|
"attributes": [
|
|
2800
2800
|
{
|
|
2801
2801
|
"name": "value",
|
|
@@ -2809,7 +2809,7 @@
|
|
|
2809
2809
|
},
|
|
2810
2810
|
{
|
|
2811
2811
|
"name": "umb-property-editor-ui-slider",
|
|
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 * `
|
|
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[]`} - ",
|
|
2813
2813
|
"attributes": [
|
|
2814
2814
|
{
|
|
2815
2815
|
"name": "value",
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
2825
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2826
|
-
"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[]`} - ",
|
|
2827
2827
|
"attributes": [
|
|
2828
2828
|
{
|
|
2829
2829
|
"name": "value",
|
|
@@ -2833,7 +2833,7 @@
|
|
|
2833
2833
|
},
|
|
2834
2834
|
{
|
|
2835
2835
|
"name": "umb-property-editor-ui-tags",
|
|
2836
|
-
"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[]`} - ",
|
|
2837
2837
|
"attributes": [
|
|
2838
2838
|
{
|
|
2839
2839
|
"name": "value",
|
|
@@ -2843,7 +2843,7 @@
|
|
|
2843
2843
|
},
|
|
2844
2844
|
{
|
|
2845
2845
|
"name": "umb-property-editor-ui-text-box",
|
|
2846
|
-
"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[]`} - ",
|
|
2847
2847
|
"attributes": [
|
|
2848
2848
|
{
|
|
2849
2849
|
"name": "value",
|
|
@@ -2857,7 +2857,7 @@
|
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
2859
|
"name": "umb-property-editor-ui-textarea",
|
|
2860
|
-
"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[]`} - ",
|
|
2861
2861
|
"attributes": [
|
|
2862
2862
|
{
|
|
2863
2863
|
"name": "value",
|
|
@@ -2871,7 +2871,7 @@
|
|
|
2871
2871
|
},
|
|
2872
2872
|
{
|
|
2873
2873
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2874
|
-
"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[]`} - ",
|
|
2875
2875
|
"attributes": [
|
|
2876
2876
|
{
|
|
2877
2877
|
"name": "value",
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
},
|
|
2882
2882
|
{
|
|
2883
2883
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2884
|
-
"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[]`} - ",
|
|
2885
2885
|
"attributes": [
|
|
2886
2886
|
{
|
|
2887
2887
|
"name": "value",
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
},
|
|
2892
2892
|
{
|
|
2893
2893
|
"name": "umb-property-editor-ui-toggle",
|
|
2894
|
-
"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[]`} - ",
|
|
2895
2895
|
"attributes": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"name": "value",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
},
|
|
2907
2907
|
{
|
|
2908
2908
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2909
|
-
"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[]`} - ",
|
|
2910
2910
|
"attributes": [
|
|
2911
2911
|
{
|
|
2912
2912
|
"name": "value",
|
|
@@ -2916,7 +2916,7 @@
|
|
|
2916
2916
|
},
|
|
2917
2917
|
{
|
|
2918
2918
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2919
|
-
"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[]`} - ",
|
|
2920
2920
|
"attributes": [
|
|
2921
2921
|
{
|
|
2922
2922
|
"name": "value",
|
|
@@ -2926,7 +2926,7 @@
|
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
2928
2928
|
"name": "umb-property-editor-ui-upload-field",
|
|
2929
|
-
"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[]`} - ",
|
|
2930
2930
|
"attributes": [
|
|
2931
2931
|
{
|
|
2932
2932
|
"name": "value",
|
|
@@ -2940,7 +2940,7 @@
|
|
|
2940
2940
|
},
|
|
2941
2941
|
{
|
|
2942
2942
|
"name": "umb-property-editor-ui-user-picker",
|
|
2943
|
-
"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[]`} - ",
|
|
2944
2944
|
"attributes": [
|
|
2945
2945
|
{
|
|
2946
2946
|
"name": "value",
|
|
@@ -2950,7 +2950,7 @@
|
|
|
2950
2950
|
},
|
|
2951
2951
|
{
|
|
2952
2952
|
"name": "umb-property-editor-ui-value-type",
|
|
2953
|
-
"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[]`} - ",
|
|
2954
2954
|
"attributes": [
|
|
2955
2955
|
{
|
|
2956
2956
|
"name": "value",
|
|
@@ -2960,7 +2960,7 @@
|
|
|
2960
2960
|
},
|
|
2961
2961
|
{
|
|
2962
2962
|
"name": "umb-file-system-tree-item",
|
|
2963
|
-
"description": "Properties:\n\n * `
|
|
2963
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2964
2964
|
"attributes": []
|
|
2965
2965
|
},
|
|
2966
2966
|
{
|
|
@@ -2970,27 +2970,27 @@
|
|
|
2970
2970
|
},
|
|
2971
2971
|
{
|
|
2972
2972
|
"name": "umb-stylesheet-workspace",
|
|
2973
|
-
"description": "Properties:\n\n * `
|
|
2973
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2974
2974
|
"attributes": []
|
|
2975
2975
|
},
|
|
2976
2976
|
{
|
|
2977
2977
|
"name": "umb-template-workspace",
|
|
2978
|
-
"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[]`} - ",
|
|
2979
2979
|
"attributes": []
|
|
2980
2980
|
},
|
|
2981
2981
|
{
|
|
2982
2982
|
"name": "umb-dashboard-translation-dictionary",
|
|
2983
|
-
"description": "Properties:\n\n * `
|
|
2983
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2984
2984
|
"attributes": []
|
|
2985
2985
|
},
|
|
2986
2986
|
{
|
|
2987
2987
|
"name": "umb-create-dictionary-modal",
|
|
2988
|
-
"description": "Properties:\n\n * `
|
|
2988
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2989
2989
|
"attributes": []
|
|
2990
2990
|
},
|
|
2991
2991
|
{
|
|
2992
2992
|
"name": "umb-export-dictionary-modal",
|
|
2993
|
-
"description": "Properties:\n\n * `
|
|
2993
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2994
2994
|
"attributes": []
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
@@ -3004,27 +3004,27 @@
|
|
|
3004
3004
|
},
|
|
3005
3005
|
{
|
|
3006
3006
|
"name": "umb-dictionary-workspace-edit",
|
|
3007
|
-
"description": "Properties:\n\n * `
|
|
3007
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3008
3008
|
"attributes": []
|
|
3009
3009
|
},
|
|
3010
3010
|
{
|
|
3011
3011
|
"name": "umb-dictionary-workspace",
|
|
3012
|
-
"description": "Properties:\n\n * `
|
|
3012
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3013
3013
|
"attributes": []
|
|
3014
3014
|
},
|
|
3015
3015
|
{
|
|
3016
3016
|
"name": "umb-workspace-view-dictionary-edit",
|
|
3017
|
-
"description": "Properties:\n\n * `
|
|
3017
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3018
3018
|
"attributes": []
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
3021
|
"name": "umb-current-user-header-app",
|
|
3022
|
-
"description": "Properties:\n\n * `
|
|
3022
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
3023
3023
|
"attributes": []
|
|
3024
3024
|
},
|
|
3025
3025
|
{
|
|
3026
3026
|
"name": "umb-change-password-modal",
|
|
3027
|
-
"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` - ",
|
|
3028
3028
|
"attributes": [
|
|
3029
3029
|
{
|
|
3030
3030
|
"name": "data",
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
},
|
|
3035
3035
|
{
|
|
3036
3036
|
"name": "umb-current-user-modal",
|
|
3037
|
-
"description": "Properties:\n\n * `
|
|
3037
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
3038
3038
|
"attributes": []
|
|
3039
3039
|
},
|
|
3040
3040
|
{
|
|
@@ -3044,42 +3044,42 @@
|
|
|
3044
3044
|
},
|
|
3045
3045
|
{
|
|
3046
3046
|
"name": "umb-user-profile-app-history",
|
|
3047
|
-
"description": "Properties:\n\n * `
|
|
3047
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3048
3048
|
"attributes": []
|
|
3049
3049
|
},
|
|
3050
3050
|
{
|
|
3051
3051
|
"name": "umb-user-dashboard-test",
|
|
3052
|
-
"description": "Properties:\n\n * `
|
|
3052
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3053
3053
|
"attributes": []
|
|
3054
3054
|
},
|
|
3055
3055
|
{
|
|
3056
3056
|
"name": "umb-user-profile-app-profile",
|
|
3057
|
-
"description": "Properties:\n\n * `
|
|
3057
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3058
3058
|
"attributes": []
|
|
3059
3059
|
},
|
|
3060
3060
|
{
|
|
3061
3061
|
"name": "umb-user-profile-app-themes",
|
|
3062
|
-
"description": "Properties:\n\n * `
|
|
3062
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3063
3063
|
"attributes": []
|
|
3064
3064
|
},
|
|
3065
3065
|
{
|
|
3066
3066
|
"name": "umb-user-group-picker-modal",
|
|
3067
|
-
"description": "Properties:\n\n * `
|
|
3067
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3068
3068
|
"attributes": []
|
|
3069
3069
|
},
|
|
3070
3070
|
{
|
|
3071
3071
|
"name": "umb-workspace-action-user-group-save",
|
|
3072
|
-
"description": "Properties:\n\n * `
|
|
3072
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3073
3073
|
"attributes": []
|
|
3074
3074
|
},
|
|
3075
3075
|
{
|
|
3076
3076
|
"name": "umb-user-group-workspace-edit",
|
|
3077
|
-
"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[]`} - ",
|
|
3078
3078
|
"attributes": []
|
|
3079
3079
|
},
|
|
3080
3080
|
{
|
|
3081
3081
|
"name": "umb-user-group-workspace",
|
|
3082
|
-
"description": "Properties:\n\n * `
|
|
3082
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3083
3083
|
"attributes": []
|
|
3084
3084
|
},
|
|
3085
3085
|
{
|
|
@@ -3103,12 +3103,12 @@
|
|
|
3103
3103
|
},
|
|
3104
3104
|
{
|
|
3105
3105
|
"name": "umb-workspace-view-user-groups",
|
|
3106
|
-
"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[]`} - ",
|
|
3107
3107
|
"attributes": []
|
|
3108
3108
|
},
|
|
3109
3109
|
{
|
|
3110
3110
|
"name": "umb-workspace-view-users-grid",
|
|
3111
|
-
"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[]`} - ",
|
|
3112
3112
|
"attributes": []
|
|
3113
3113
|
},
|
|
3114
3114
|
{
|
|
@@ -3123,52 +3123,52 @@
|
|
|
3123
3123
|
},
|
|
3124
3124
|
{
|
|
3125
3125
|
"name": "umb-workspace-view-users-table",
|
|
3126
|
-
"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[]`} - ",
|
|
3127
3127
|
"attributes": []
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
3130
|
"name": "umb-section-view-users",
|
|
3131
|
-
"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[]`} - ",
|
|
3132
3132
|
"attributes": []
|
|
3133
3133
|
},
|
|
3134
3134
|
{
|
|
3135
3135
|
"name": "umb-workspace-view-users-overview",
|
|
3136
|
-
"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[]`} - ",
|
|
3137
3137
|
"attributes": []
|
|
3138
3138
|
},
|
|
3139
3139
|
{
|
|
3140
3140
|
"name": "umb-workspace-view-users-selection",
|
|
3141
|
-
"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[]`} - ",
|
|
3142
3142
|
"attributes": []
|
|
3143
3143
|
},
|
|
3144
3144
|
{
|
|
3145
3145
|
"name": "umb-create-user-modal",
|
|
3146
|
-
"description": "Properties:\n\n * `
|
|
3146
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3147
3147
|
"attributes": []
|
|
3148
3148
|
},
|
|
3149
3149
|
{
|
|
3150
3150
|
"name": "umb-invite-user-modal",
|
|
3151
|
-
"description": "Properties:\n\n * `
|
|
3151
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3152
3152
|
"attributes": []
|
|
3153
3153
|
},
|
|
3154
3154
|
{
|
|
3155
3155
|
"name": "umb-user-picker-modal",
|
|
3156
|
-
"description": "Properties:\n\n * `
|
|
3156
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3157
3157
|
"attributes": []
|
|
3158
3158
|
},
|
|
3159
3159
|
{
|
|
3160
3160
|
"name": "umb-workspace-action-user-save",
|
|
3161
|
-
"description": "Properties:\n\n * `
|
|
3161
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3162
3162
|
"attributes": []
|
|
3163
3163
|
},
|
|
3164
3164
|
{
|
|
3165
3165
|
"name": "umb-user-workspace-edit",
|
|
3166
|
-
"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[]`} - ",
|
|
3167
3167
|
"attributes": []
|
|
3168
3168
|
},
|
|
3169
3169
|
{
|
|
3170
3170
|
"name": "umb-user-workspace",
|
|
3171
|
-
"description": "Properties:\n\n * `
|
|
3171
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3172
3172
|
"attributes": []
|
|
3173
3173
|
},
|
|
3174
3174
|
{
|
|
@@ -3207,7 +3207,7 @@
|
|
|
3207
3207
|
},
|
|
3208
3208
|
{
|
|
3209
3209
|
"name": "umb-notification-layout-default",
|
|
3210
|
-
"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[]`} - ",
|
|
3211
3211
|
"attributes": [
|
|
3212
3212
|
{
|
|
3213
3213
|
"name": "data",
|
|
@@ -3222,7 +3222,7 @@
|
|
|
3222
3222
|
},
|
|
3223
3223
|
{
|
|
3224
3224
|
"name": "umb-router-slot",
|
|
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 * `
|
|
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[]`} - ",
|
|
3226
3226
|
"attributes": [
|
|
3227
3227
|
{
|
|
3228
3228
|
"name": "routes",
|
|
@@ -3241,7 +3241,7 @@
|
|
|
3241
3241
|
},
|
|
3242
3242
|
{
|
|
3243
3243
|
"name": "umb-variant-router-slot",
|
|
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 * `
|
|
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[]`} - ",
|
|
3245
3245
|
"attributes": [
|
|
3246
3246
|
{
|
|
3247
3247
|
"name": "variantId",
|
|
@@ -3264,22 +3264,22 @@
|
|
|
3264
3264
|
},
|
|
3265
3265
|
{
|
|
3266
3266
|
"name": "umb-installer-consent",
|
|
3267
|
-
"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` - ",
|
|
3268
3268
|
"attributes": []
|
|
3269
3269
|
},
|
|
3270
3270
|
{
|
|
3271
3271
|
"name": "umb-installer-database",
|
|
3272
|
-
"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` - ",
|
|
3273
3273
|
"attributes": []
|
|
3274
3274
|
},
|
|
3275
3275
|
{
|
|
3276
3276
|
"name": "umb-installer-error",
|
|
3277
|
-
"description": "Properties:\n\n * `
|
|
3277
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
3278
3278
|
"attributes": []
|
|
3279
3279
|
},
|
|
3280
3280
|
{
|
|
3281
3281
|
"name": "umb-installer",
|
|
3282
|
-
"description": "Properties:\n\n * `
|
|
3282
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
3283
3283
|
"attributes": []
|
|
3284
3284
|
},
|
|
3285
3285
|
{
|
|
@@ -3294,12 +3294,12 @@
|
|
|
3294
3294
|
},
|
|
3295
3295
|
{
|
|
3296
3296
|
"name": "umb-installer-user",
|
|
3297
|
-
"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` - ",
|
|
3298
3298
|
"attributes": []
|
|
3299
3299
|
},
|
|
3300
3300
|
{
|
|
3301
3301
|
"name": "umb-upgrader-view",
|
|
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 * `
|
|
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` - ",
|
|
3303
3303
|
"attributes": [
|
|
3304
3304
|
{
|
|
3305
3305
|
"name": "fetching",
|