@umbraco-cms/backoffice 1.0.0-next.d924405b → 1.0.0-next.f1bd6ec7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-api.d.ts +594 -272
- package/context-api.d.ts +76 -6
- package/controller.d.ts +6 -5
- package/custom-elements.json +516 -92
- package/element.d.ts +3 -3
- package/entity-action.d.ts +30 -13
- package/extensions-api.d.ts +4 -3
- package/extensions-registry.d.ts +8 -8
- package/modal.d.ts +285 -12
- package/models.d.ts +13 -8
- package/observable-api.d.ts +44 -15
- package/package.json +1 -1
- package/repository.d.ts +50 -26
- package/resources.d.ts +3 -3
- package/router.d.ts +380 -0
- package/store.d.ts +14 -14
- package/utils.d.ts +3 -1
- package/vscode-html-custom-data.json +261 -84
- package/workspace.d.ts +19 -12
|
@@ -51,33 +51,96 @@
|
|
|
51
51
|
"attributes": []
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"name": "umb-document-type-workspace-
|
|
55
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `
|
|
54
|
+
"name": "umb-document-type-workspace-editor",
|
|
55
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_icon` {`{ color: string; name: string; }`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - ",
|
|
56
56
|
"attributes": []
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "umb-document-type-workspace",
|
|
60
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`
|
|
60
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
|
|
61
61
|
"attributes": []
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"name": "umb-workspace-view-
|
|
65
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
64
|
+
"name": "umb-document-type-workspace-view-design",
|
|
65
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
|
|
66
|
+
"attributes": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "umb-document-type-workspace-view-edit-properties",
|
|
70
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
|
+
"attributes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "container-name",
|
|
74
|
+
"description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
|
|
75
|
+
"values": []
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "container-type",
|
|
79
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"name": "Group"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Tab"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "document-type-workspace-view-edit-property",
|
|
93
|
+
"description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {string} - Property, the data object for the property.\n\nProperties:\n\n * `property` {string} - Property, the data object for the property.\n\n * `styles` {`CSSResult[]`} - ",
|
|
94
|
+
"attributes": [
|
|
95
|
+
{
|
|
96
|
+
"name": "property",
|
|
97
|
+
"description": "`property` {string} - Property, the data object for the property.\n\nProperty: property\n\nDefault: ''"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "onpartial-property-update",
|
|
101
|
+
"description": "`partial-property-update` {`CustomEvent<any>`} - "
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
107
|
+
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
108
|
+
"attributes": [
|
|
109
|
+
{
|
|
110
|
+
"name": "ownerTabId",
|
|
111
|
+
"description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
|
|
112
|
+
"values": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "tabName",
|
|
116
|
+
"description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
|
|
117
|
+
"values": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "noTabName",
|
|
121
|
+
"description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
|
|
122
|
+
"valueSet": "v"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
128
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
66
129
|
"attributes": []
|
|
67
130
|
},
|
|
68
131
|
{
|
|
69
|
-
"name": "umb-workspace-view-
|
|
70
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
132
|
+
"name": "umb-document-type-workspace-view-details",
|
|
133
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
71
134
|
"attributes": []
|
|
72
135
|
},
|
|
73
136
|
{
|
|
74
|
-
"name": "umb-workspace-view-
|
|
75
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
137
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
138
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
76
139
|
"attributes": []
|
|
77
140
|
},
|
|
78
141
|
{
|
|
79
|
-
"name": "umb-workspace-view-
|
|
80
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
142
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
143
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
81
144
|
"attributes": []
|
|
82
145
|
},
|
|
83
146
|
{
|
|
@@ -115,8 +178,8 @@
|
|
|
115
178
|
"attributes": []
|
|
116
179
|
},
|
|
117
180
|
{
|
|
118
|
-
"name": "umb-document-workspace-
|
|
119
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`
|
|
181
|
+
"name": "umb-document-workspace-editor",
|
|
182
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - ",
|
|
120
183
|
"attributes": []
|
|
121
184
|
},
|
|
122
185
|
{
|
|
@@ -126,12 +189,12 @@
|
|
|
126
189
|
},
|
|
127
190
|
{
|
|
128
191
|
"name": "umb-document-workspace",
|
|
129
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`
|
|
192
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
|
|
130
193
|
"attributes": []
|
|
131
194
|
},
|
|
132
195
|
{
|
|
133
196
|
"name": "umb-document-workspace-view-edit-properties",
|
|
134
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {
|
|
197
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - ",
|
|
135
198
|
"attributes": [
|
|
136
199
|
{
|
|
137
200
|
"name": "container-name",
|
|
@@ -140,7 +203,7 @@
|
|
|
140
203
|
},
|
|
141
204
|
{
|
|
142
205
|
"name": "container-type",
|
|
143
|
-
"description": "`container-type` {
|
|
206
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
144
207
|
"values": [
|
|
145
208
|
{
|
|
146
209
|
"name": "Group"
|
|
@@ -154,7 +217,7 @@
|
|
|
154
217
|
},
|
|
155
218
|
{
|
|
156
219
|
"name": "umb-document-workspace-view-edit-tab",
|
|
157
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `
|
|
220
|
+
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
158
221
|
"attributes": [
|
|
159
222
|
{
|
|
160
223
|
"name": "tabName",
|
|
@@ -170,12 +233,12 @@
|
|
|
170
233
|
},
|
|
171
234
|
{
|
|
172
235
|
"name": "umb-document-workspace-view-edit",
|
|
173
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - ",
|
|
236
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
174
237
|
"attributes": []
|
|
175
238
|
},
|
|
176
239
|
{
|
|
177
240
|
"name": "umb-document-info-workspace-view",
|
|
178
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext`
|
|
241
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - ",
|
|
179
242
|
"attributes": []
|
|
180
243
|
},
|
|
181
244
|
{
|
|
@@ -219,7 +282,7 @@
|
|
|
219
282
|
},
|
|
220
283
|
{
|
|
221
284
|
"name": "umb-media-workspace-edit",
|
|
222
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
285
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_id` {`string | undefined`} - ",
|
|
223
286
|
"attributes": []
|
|
224
287
|
},
|
|
225
288
|
{
|
|
@@ -279,22 +342,22 @@
|
|
|
279
342
|
},
|
|
280
343
|
{
|
|
281
344
|
"name": "umb-workspace-package-builder",
|
|
282
|
-
"description": "Attributes:\n\n * `
|
|
345
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `_packageNameInput` - \n\n * `_notificationContext` - ",
|
|
283
346
|
"attributes": [
|
|
284
347
|
{
|
|
285
|
-
"name": "
|
|
286
|
-
"description": "`
|
|
348
|
+
"name": "entityId",
|
|
349
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
287
350
|
"values": []
|
|
288
351
|
}
|
|
289
352
|
]
|
|
290
353
|
},
|
|
291
354
|
{
|
|
292
355
|
"name": "umb-workspace-package",
|
|
293
|
-
"description": "Attributes:\n\n * `
|
|
356
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityId` {`string | undefined`} - \n\n * `_package` - ",
|
|
294
357
|
"attributes": [
|
|
295
358
|
{
|
|
296
|
-
"name": "
|
|
297
|
-
"description": "`
|
|
359
|
+
"name": "entityId",
|
|
360
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
298
361
|
"values": []
|
|
299
362
|
}
|
|
300
363
|
]
|
|
@@ -367,7 +430,7 @@
|
|
|
367
430
|
},
|
|
368
431
|
{
|
|
369
432
|
"name": "umb-examine-fields-settings-modal",
|
|
370
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields`
|
|
433
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
|
|
371
434
|
"attributes": []
|
|
372
435
|
},
|
|
373
436
|
{
|
|
@@ -416,7 +479,7 @@
|
|
|
416
479
|
},
|
|
417
480
|
{
|
|
418
481
|
"name": "umb-dashboard-health-check-group",
|
|
419
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `groupName` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_group` - \n\n * `_healthCheckContext` - \n\n * `_checks` {`any[] | undefined`} - \n\n * `
|
|
482
|
+
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
420
483
|
"attributes": [
|
|
421
484
|
{
|
|
422
485
|
"name": "groupName",
|
|
@@ -454,6 +517,17 @@
|
|
|
454
517
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \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...`} - ",
|
|
455
518
|
"attributes": []
|
|
456
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "umb-data-type-create-options-modal",
|
|
522
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - ",
|
|
523
|
+
"attributes": [
|
|
524
|
+
{
|
|
525
|
+
"name": "data",
|
|
526
|
+
"description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
|
|
527
|
+
"values": []
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
457
531
|
{
|
|
458
532
|
"name": "umb-data-type-workspace-edit-element",
|
|
459
533
|
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
|
|
@@ -510,22 +584,22 @@
|
|
|
510
584
|
},
|
|
511
585
|
{
|
|
512
586
|
"name": "umb-language-root-workspace",
|
|
513
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
|
|
587
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - ",
|
|
514
588
|
"attributes": []
|
|
515
589
|
},
|
|
516
590
|
{
|
|
517
|
-
"name": "umb-language-workspace-
|
|
518
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
|
|
591
|
+
"name": "umb-language-workspace-edit",
|
|
592
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - ",
|
|
519
593
|
"attributes": []
|
|
520
594
|
},
|
|
521
595
|
{
|
|
522
596
|
"name": "umb-language-workspace",
|
|
523
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`
|
|
597
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - ",
|
|
524
598
|
"attributes": []
|
|
525
599
|
},
|
|
526
600
|
{
|
|
527
601
|
"name": "umb-language-details-workspace-view",
|
|
528
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean`} - \n\n * `_validationErrors` - ",
|
|
602
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - ",
|
|
529
603
|
"attributes": []
|
|
530
604
|
},
|
|
531
605
|
{
|
|
@@ -635,9 +709,14 @@
|
|
|
635
709
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - ",
|
|
636
710
|
"attributes": []
|
|
637
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
714
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_input` - \n\n * `_hasValue` {`boolean`} - ",
|
|
715
|
+
"attributes": []
|
|
716
|
+
},
|
|
638
717
|
{
|
|
639
718
|
"name": "umb-log-viewer-search-input",
|
|
640
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - ",
|
|
719
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - \n\n * `_showLoader` {`boolean`} - \n\n * `inputQuery$` - \n\n * `_modalContext` - ",
|
|
641
720
|
"attributes": []
|
|
642
721
|
},
|
|
643
722
|
{
|
|
@@ -657,7 +736,7 @@
|
|
|
657
736
|
},
|
|
658
737
|
{
|
|
659
738
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
660
|
-
"description": "Properties:\n\n * `
|
|
739
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
661
740
|
"attributes": []
|
|
662
741
|
},
|
|
663
742
|
{
|
|
@@ -934,21 +1013,17 @@
|
|
|
934
1013
|
},
|
|
935
1014
|
{
|
|
936
1015
|
"name": "umb-debug",
|
|
937
|
-
"description": "Attributes:\n\n * `
|
|
1016
|
+
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - ",
|
|
938
1017
|
"attributes": [
|
|
939
1018
|
{
|
|
940
|
-
"name": "
|
|
941
|
-
"description": "`
|
|
1019
|
+
"name": "visible",
|
|
1020
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
942
1021
|
"valueSet": "v"
|
|
943
1022
|
},
|
|
944
1023
|
{
|
|
945
1024
|
"name": "dialog",
|
|
946
1025
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
947
1026
|
"valueSet": "v"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "contexts",
|
|
951
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
952
1027
|
}
|
|
953
1028
|
]
|
|
954
1029
|
},
|
|
@@ -1189,7 +1264,7 @@
|
|
|
1189
1264
|
},
|
|
1190
1265
|
{
|
|
1191
1266
|
"name": "umb-input-document-picker",
|
|
1192
|
-
"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 * `styles` {`CSSResult[]`} - \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 * `
|
|
1267
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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 * `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`} - ",
|
|
1193
1268
|
"attributes": [
|
|
1194
1269
|
{
|
|
1195
1270
|
"name": "min",
|
|
@@ -1221,12 +1296,8 @@
|
|
|
1221
1296
|
},
|
|
1222
1297
|
{
|
|
1223
1298
|
"name": "umb-input-document-type-picker",
|
|
1224
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1299
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \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`} - ",
|
|
1225
1300
|
"attributes": [
|
|
1226
|
-
{
|
|
1227
|
-
"name": "currentDocumentType",
|
|
1228
|
-
"description": "`currentDocumentType` - \n\nProperty: currentDocumentType"
|
|
1229
|
-
},
|
|
1230
1301
|
{
|
|
1231
1302
|
"name": "value",
|
|
1232
1303
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1286,7 +1357,7 @@
|
|
|
1286
1357
|
},
|
|
1287
1358
|
{
|
|
1288
1359
|
"name": "umb-input-media-picker",
|
|
1289
|
-
"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 * `styles` {`CSSResult[]`} - \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 * `
|
|
1360
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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 * `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`} - ",
|
|
1290
1361
|
"attributes": [
|
|
1291
1362
|
{
|
|
1292
1363
|
"name": "min",
|
|
@@ -1318,8 +1389,18 @@
|
|
|
1318
1389
|
},
|
|
1319
1390
|
{
|
|
1320
1391
|
"name": "umb-input-multi-url-picker",
|
|
1321
|
-
"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 * `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 * `styles` {`CSSResult[]`} - \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` {`
|
|
1392
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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 * `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`} - ",
|
|
1322
1393
|
"attributes": [
|
|
1394
|
+
{
|
|
1395
|
+
"name": "alias",
|
|
1396
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1397
|
+
"values": []
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "variantId",
|
|
1401
|
+
"description": "`variantId` - \n\nProperty: variantId",
|
|
1402
|
+
"values": []
|
|
1403
|
+
},
|
|
1323
1404
|
{
|
|
1324
1405
|
"name": "min",
|
|
1325
1406
|
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
@@ -1576,6 +1657,30 @@
|
|
|
1576
1657
|
}
|
|
1577
1658
|
]
|
|
1578
1659
|
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "umb-input-upload-field",
|
|
1662
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`Blob[]`} - \n\n * `_currentFilesTemp` {`Blob[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1663
|
+
"attributes": [
|
|
1664
|
+
{
|
|
1665
|
+
"name": "keys",
|
|
1666
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "fileExtensions",
|
|
1670
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1671
|
+
"values": []
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"name": "multiple",
|
|
1675
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1676
|
+
"valueSet": "v"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "onchange",
|
|
1680
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1681
|
+
}
|
|
1682
|
+
]
|
|
1683
|
+
},
|
|
1579
1684
|
{
|
|
1580
1685
|
"name": "umb-input-user-group",
|
|
1581
1686
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
@@ -1658,9 +1763,33 @@
|
|
|
1658
1763
|
}
|
|
1659
1764
|
]
|
|
1660
1765
|
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "umb-menu-item-base",
|
|
1768
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
1769
|
+
"attributes": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "entity-type",
|
|
1772
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1773
|
+
"values": []
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "icon-name",
|
|
1777
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "label",
|
|
1781
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "has-children",
|
|
1785
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1786
|
+
"valueSet": "v"
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1661
1790
|
{
|
|
1662
1791
|
"name": "umb-menu-item",
|
|
1663
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1792
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1664
1793
|
"attributes": []
|
|
1665
1794
|
},
|
|
1666
1795
|
{
|
|
@@ -1794,7 +1923,7 @@
|
|
|
1794
1923
|
},
|
|
1795
1924
|
{
|
|
1796
1925
|
"name": "umb-template-card",
|
|
1797
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `
|
|
1926
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `id` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `default` {`boolean`} - \n\n * `_id` {`string`} - \n\n * `id` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1798
1927
|
"attributes": [
|
|
1799
1928
|
{
|
|
1800
1929
|
"name": "default",
|
|
@@ -1802,8 +1931,8 @@
|
|
|
1802
1931
|
"valueSet": "v"
|
|
1803
1932
|
},
|
|
1804
1933
|
{
|
|
1805
|
-
"name": "
|
|
1806
|
-
"description": "`
|
|
1934
|
+
"name": "id",
|
|
1935
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1807
1936
|
},
|
|
1808
1937
|
{
|
|
1809
1938
|
"name": "name",
|
|
@@ -1946,7 +2075,7 @@
|
|
|
1946
2075
|
},
|
|
1947
2076
|
{
|
|
1948
2077
|
"name": "umb-workspace-action-menu",
|
|
1949
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext`
|
|
2078
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
|
|
1950
2079
|
"attributes": []
|
|
1951
2080
|
},
|
|
1952
2081
|
{
|
|
@@ -1956,7 +2085,7 @@
|
|
|
1956
2085
|
},
|
|
1957
2086
|
{
|
|
1958
2087
|
"name": "umb-workspace-view-collection",
|
|
1959
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext`
|
|
2088
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
|
|
1960
2089
|
"attributes": []
|
|
1961
2090
|
},
|
|
1962
2091
|
{
|
|
@@ -1971,7 +2100,7 @@
|
|
|
1971
2100
|
},
|
|
1972
2101
|
{
|
|
1973
2102
|
"name": "umb-workspace-layout",
|
|
1974
|
-
"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`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
|
|
2103
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
|
|
1975
2104
|
"attributes": [
|
|
1976
2105
|
{
|
|
1977
2106
|
"name": "headline",
|
|
@@ -1995,7 +2124,7 @@
|
|
|
1995
2124
|
},
|
|
1996
2125
|
{
|
|
1997
2126
|
"name": "umb-workspace-property-layout",
|
|
1998
|
-
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `
|
|
2127
|
+
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `styles` {`CSSResult[]`} - ",
|
|
1999
2128
|
"attributes": [
|
|
2000
2129
|
{
|
|
2001
2130
|
"name": "alias",
|
|
@@ -2054,26 +2183,29 @@
|
|
|
2054
2183
|
},
|
|
2055
2184
|
{
|
|
2056
2185
|
"name": "umb-confirm-modal",
|
|
2057
|
-
"description": "Attributes:\n\n * `data`
|
|
2186
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
2058
2187
|
"attributes": [
|
|
2059
2188
|
{
|
|
2060
2189
|
"name": "data",
|
|
2061
|
-
"description": "`data`
|
|
2062
|
-
"values": []
|
|
2190
|
+
"description": "`data` - \n\nProperty: data"
|
|
2063
2191
|
}
|
|
2064
2192
|
]
|
|
2065
2193
|
},
|
|
2066
2194
|
{
|
|
2067
2195
|
"name": "umb-embedded-media-modal",
|
|
2068
|
-
"description": "Attributes:\n\n * `data`
|
|
2196
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
|
|
2069
2197
|
"attributes": [
|
|
2070
2198
|
{
|
|
2071
2199
|
"name": "data",
|
|
2072
|
-
"description": "`data`
|
|
2073
|
-
"values": []
|
|
2200
|
+
"description": "`data` - \n\nProperty: data"
|
|
2074
2201
|
}
|
|
2075
2202
|
]
|
|
2076
2203
|
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "umb-folder-modal",
|
|
2206
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
2207
|
+
"attributes": []
|
|
2208
|
+
},
|
|
2077
2209
|
{
|
|
2078
2210
|
"name": "umb-icon-picker-modal",
|
|
2079
2211
|
"description": "Attributes:\n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconlist` - \n\n * `iconlistFiltered` {`string[]`} - \n\n * `colorlist` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - ",
|
|
@@ -2094,7 +2226,7 @@
|
|
|
2094
2226
|
},
|
|
2095
2227
|
{
|
|
2096
2228
|
"name": "umb-link-picker-modal",
|
|
2097
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `
|
|
2229
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
2098
2230
|
"attributes": []
|
|
2099
2231
|
},
|
|
2100
2232
|
{
|
|
@@ -2114,7 +2246,7 @@
|
|
|
2114
2246
|
},
|
|
2115
2247
|
{
|
|
2116
2248
|
"name": "umb-template-modal",
|
|
2117
|
-
"description": "Properties:\n\n * `
|
|
2249
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2118
2250
|
"attributes": []
|
|
2119
2251
|
},
|
|
2120
2252
|
{
|
|
@@ -2182,12 +2314,11 @@
|
|
|
2182
2314
|
},
|
|
2183
2315
|
{
|
|
2184
2316
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2185
|
-
"description": "Attributes:\n\n * `data`
|
|
2317
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - ",
|
|
2186
2318
|
"attributes": [
|
|
2187
2319
|
{
|
|
2188
2320
|
"name": "data",
|
|
2189
|
-
"description": "`data`
|
|
2190
|
-
"values": []
|
|
2321
|
+
"description": "`data` - \n\nProperty: data"
|
|
2191
2322
|
}
|
|
2192
2323
|
]
|
|
2193
2324
|
},
|
|
@@ -2241,7 +2372,7 @@
|
|
|
2241
2372
|
},
|
|
2242
2373
|
{
|
|
2243
2374
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2244
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`
|
|
2375
|
+
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - ",
|
|
2245
2376
|
"attributes": [
|
|
2246
2377
|
{
|
|
2247
2378
|
"name": "name",
|
|
@@ -2251,7 +2382,7 @@
|
|
|
2251
2382
|
},
|
|
2252
2383
|
{
|
|
2253
2384
|
"name": "umb-property-editor-ui-block-grid",
|
|
2254
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`
|
|
2385
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
2255
2386
|
"attributes": [
|
|
2256
2387
|
{
|
|
2257
2388
|
"name": "value",
|
|
@@ -2492,11 +2623,11 @@
|
|
|
2492
2623
|
},
|
|
2493
2624
|
{
|
|
2494
2625
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2495
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`
|
|
2626
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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`} - ",
|
|
2496
2627
|
"attributes": [
|
|
2497
2628
|
{
|
|
2498
2629
|
"name": "value",
|
|
2499
|
-
"description": "`value` {`
|
|
2630
|
+
"description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
|
|
2500
2631
|
},
|
|
2501
2632
|
{
|
|
2502
2633
|
"name": "onproperty-value-change",
|
|
@@ -2764,11 +2895,15 @@
|
|
|
2764
2895
|
},
|
|
2765
2896
|
{
|
|
2766
2897
|
"name": "umb-property-editor-ui-upload-field",
|
|
2767
|
-
"description": "
|
|
2898
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - ",
|
|
2768
2899
|
"attributes": [
|
|
2769
2900
|
{
|
|
2770
2901
|
"name": "value",
|
|
2771
2902
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "onproperty-value-change",
|
|
2906
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2772
2907
|
}
|
|
2773
2908
|
]
|
|
2774
2909
|
},
|
|
@@ -2823,13 +2958,13 @@
|
|
|
2823
2958
|
"attributes": []
|
|
2824
2959
|
},
|
|
2825
2960
|
{
|
|
2826
|
-
"name": "umb-export-dictionary-modal
|
|
2961
|
+
"name": "umb-export-dictionary-modal",
|
|
2827
2962
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
|
|
2828
2963
|
"attributes": []
|
|
2829
2964
|
},
|
|
2830
2965
|
{
|
|
2831
|
-
"name": "umb-import-dictionary-modal
|
|
2832
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2966
|
+
"name": "umb-import-dictionary-modal",
|
|
2967
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_uploadedDictionaryTempId` {`string | undefined`} - \n\n * `_showUploadView` {`boolean`} - \n\n * `_showImportView` {`boolean`} - \n\n * `_showErrorView` {`boolean`} - \n\n * `_selection` {`string[]`} - ",
|
|
2833
2968
|
"attributes": []
|
|
2834
2969
|
},
|
|
2835
2970
|
{
|
|
@@ -2858,23 +2993,42 @@
|
|
|
2858
2993
|
},
|
|
2859
2994
|
{
|
|
2860
2995
|
"name": "umb-change-password-modal",
|
|
2861
|
-
"description": "Attributes:\n\n * `data`
|
|
2996
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
2862
2997
|
"attributes": [
|
|
2863
2998
|
{
|
|
2864
2999
|
"name": "data",
|
|
2865
|
-
"description": "`data`
|
|
2866
|
-
"values": []
|
|
3000
|
+
"description": "`data` - \n\nProperty: data"
|
|
2867
3001
|
}
|
|
2868
3002
|
]
|
|
2869
3003
|
},
|
|
2870
3004
|
{
|
|
2871
3005
|
"name": "umb-current-user-modal",
|
|
2872
|
-
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `
|
|
3006
|
+
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
|
|
3007
|
+
"attributes": []
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
3011
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3012
|
+
"attributes": []
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "umb-user-profile-app-history",
|
|
3016
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
2873
3017
|
"attributes": []
|
|
2874
3018
|
},
|
|
2875
3019
|
{
|
|
2876
3020
|
"name": "umb-user-dashboard-test",
|
|
2877
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
3021
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
3022
|
+
"attributes": []
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "umb-user-profile-app-profile",
|
|
3026
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
|
|
3027
|
+
"attributes": []
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "umb-user-profile-app-themes",
|
|
3031
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
|
|
2878
3032
|
"attributes": []
|
|
2879
3033
|
},
|
|
2880
3034
|
{
|
|
@@ -3037,11 +3191,34 @@
|
|
|
3037
3191
|
},
|
|
3038
3192
|
{
|
|
3039
3193
|
"name": "umb-router-slot",
|
|
3040
|
-
"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` {`
|
|
3194
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
3041
3195
|
"attributes": [
|
|
3042
3196
|
{
|
|
3043
3197
|
"name": "routes",
|
|
3044
|
-
"description": "`routes` {`
|
|
3198
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3199
|
+
"values": []
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "oninit",
|
|
3203
|
+
"description": "`init` - fires when the router is connected"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "onchange",
|
|
3207
|
+
"description": "`change` - fires when a path of this router is changed"
|
|
3208
|
+
}
|
|
3209
|
+
]
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "umb-variant-router-slot",
|
|
3213
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `styles` {`CSSResult[]`} - \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` - ",
|
|
3214
|
+
"attributes": [
|
|
3215
|
+
{
|
|
3216
|
+
"name": "variantId",
|
|
3217
|
+
"description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "routes",
|
|
3221
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3045
3222
|
"values": []
|
|
3046
3223
|
},
|
|
3047
3224
|
{
|