@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.ce55cd35
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 +457 -212
- package/context-api.d.ts +76 -6
- package/controller.d.ts +5 -5
- package/custom-elements.json +835 -69
- package/element.d.ts +3 -3
- package/entity-action.d.ts +30 -13
- package/extensions-api.d.ts +2 -2
- package/extensions-registry.d.ts +8 -8
- package/modal.d.ts +594 -12
- package/models.d.ts +13 -8
- package/observable-api.d.ts +44 -15
- package/package.json +1 -1
- package/repository.d.ts +40 -10
- package/resources.d.ts +3 -3
- package/router.d.ts +130 -0
- package/store.d.ts +13 -13
- package/utils.d.ts +3 -1
- package/vscode-html-custom-data.json +345 -60
- package/workspace.d.ts +16 -9
|
@@ -51,18 +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` {`{ path: string; component: () =>
|
|
60
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbDocumentTypeWorkspaceEditorElement; setup: (component: HTMLElement, info: any) => void; }[]`} - ",
|
|
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 * `ownerTabKey` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_ownerTabKey` {`string | undefined`} - \n\n * `ownerTabKey` {`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": "ownerTabKey",
|
|
111
|
+
"description": "`ownerTabKey` {`string | undefined`} - \n\nProperty: ownerTabKey",
|
|
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` - ",
|
|
129
|
+
"attributes": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "umb-document-type-workspace-view-details",
|
|
133
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
134
|
+
"attributes": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
138
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
139
|
+
"attributes": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
143
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
|
|
66
144
|
"attributes": []
|
|
67
145
|
},
|
|
68
146
|
{
|
|
@@ -89,13 +167,18 @@
|
|
|
89
167
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
90
168
|
"attributes": []
|
|
91
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"name": "umb-document-type-picker-modal",
|
|
172
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
173
|
+
"attributes": []
|
|
174
|
+
},
|
|
92
175
|
{
|
|
93
176
|
"name": "umb-document-tree-item",
|
|
94
177
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
95
178
|
"attributes": []
|
|
96
179
|
},
|
|
97
180
|
{
|
|
98
|
-
"name": "umb-document-workspace-
|
|
181
|
+
"name": "umb-document-workspace-editor",
|
|
99
182
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`IRoute<any>[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - ",
|
|
100
183
|
"attributes": []
|
|
101
184
|
},
|
|
@@ -111,7 +194,7 @@
|
|
|
111
194
|
},
|
|
112
195
|
{
|
|
113
196
|
"name": "umb-document-workspace-view-edit-properties",
|
|
114
|
-
"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[]`} - ",
|
|
115
198
|
"attributes": [
|
|
116
199
|
{
|
|
117
200
|
"name": "container-name",
|
|
@@ -120,7 +203,7 @@
|
|
|
120
203
|
},
|
|
121
204
|
{
|
|
122
205
|
"name": "container-type",
|
|
123
|
-
"description": "`container-type` {
|
|
206
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
124
207
|
"values": [
|
|
125
208
|
{
|
|
126
209
|
"name": "Group"
|
|
@@ -134,7 +217,7 @@
|
|
|
134
217
|
},
|
|
135
218
|
{
|
|
136
219
|
"name": "umb-document-workspace-view-edit-tab",
|
|
137
|
-
"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`} - ",
|
|
138
221
|
"attributes": [
|
|
139
222
|
{
|
|
140
223
|
"name": "tabName",
|
|
@@ -150,12 +233,12 @@
|
|
|
150
233
|
},
|
|
151
234
|
{
|
|
152
235
|
"name": "umb-document-workspace-view-edit",
|
|
153
|
-
"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` - ",
|
|
154
237
|
"attributes": []
|
|
155
238
|
},
|
|
156
239
|
{
|
|
157
240
|
"name": "umb-document-info-workspace-view",
|
|
158
|
-
"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`} - ",
|
|
159
242
|
"attributes": []
|
|
160
243
|
},
|
|
161
244
|
{
|
|
@@ -199,7 +282,7 @@
|
|
|
199
282
|
},
|
|
200
283
|
{
|
|
201
284
|
"name": "umb-media-workspace-edit",
|
|
202
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
285
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_id` {`string | undefined`} - ",
|
|
203
286
|
"attributes": []
|
|
204
287
|
},
|
|
205
288
|
{
|
|
@@ -347,7 +430,7 @@
|
|
|
347
430
|
},
|
|
348
431
|
{
|
|
349
432
|
"name": "umb-examine-fields-settings-modal",
|
|
350
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields`
|
|
433
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_fields` - ",
|
|
351
434
|
"attributes": []
|
|
352
435
|
},
|
|
353
436
|
{
|
|
@@ -396,7 +479,7 @@
|
|
|
396
479
|
},
|
|
397
480
|
{
|
|
398
481
|
"name": "umb-dashboard-health-check-group",
|
|
399
|
-
"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` - ",
|
|
400
483
|
"attributes": [
|
|
401
484
|
{
|
|
402
485
|
"name": "groupName",
|
|
@@ -434,6 +517,11 @@
|
|
|
434
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...`} - ",
|
|
435
518
|
"attributes": []
|
|
436
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "umb-create-data-type-modal",
|
|
522
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
523
|
+
"attributes": []
|
|
524
|
+
},
|
|
437
525
|
{
|
|
438
526
|
"name": "umb-data-type-workspace-edit-element",
|
|
439
527
|
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - ",
|
|
@@ -490,17 +578,17 @@
|
|
|
490
578
|
},
|
|
491
579
|
{
|
|
492
580
|
"name": "umb-language-root-workspace",
|
|
493
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
|
|
581
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - ",
|
|
494
582
|
"attributes": []
|
|
495
583
|
},
|
|
496
584
|
{
|
|
497
|
-
"name": "umb-language-workspace-
|
|
498
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
|
|
585
|
+
"name": "umb-language-workspace-edit",
|
|
586
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isNew` {`boolean`} - ",
|
|
499
587
|
"attributes": []
|
|
500
588
|
},
|
|
501
589
|
{
|
|
502
590
|
"name": "umb-language-workspace",
|
|
503
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () =>
|
|
591
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbLanguageWorkspaceEditElement; setup: (component: HTMLElement, info: IRoutingInfo<any, any>) => void; }[]`} - ",
|
|
504
592
|
"attributes": []
|
|
505
593
|
},
|
|
506
594
|
{
|
|
@@ -637,7 +725,7 @@
|
|
|
637
725
|
},
|
|
638
726
|
{
|
|
639
727
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
640
|
-
"description": "Properties:\n\n * `
|
|
728
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
641
729
|
"attributes": []
|
|
642
730
|
},
|
|
643
731
|
{
|
|
@@ -848,6 +936,9 @@
|
|
|
848
936
|
"name": "language",
|
|
849
937
|
"description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
|
|
850
938
|
"values": [
|
|
939
|
+
{
|
|
940
|
+
"name": "html"
|
|
941
|
+
},
|
|
851
942
|
{
|
|
852
943
|
"name": "razor"
|
|
853
944
|
},
|
|
@@ -865,9 +956,6 @@
|
|
|
865
956
|
},
|
|
866
957
|
{
|
|
867
958
|
"name": "json"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"name": "html"
|
|
871
959
|
}
|
|
872
960
|
]
|
|
873
961
|
},
|
|
@@ -914,21 +1002,17 @@
|
|
|
914
1002
|
},
|
|
915
1003
|
{
|
|
916
1004
|
"name": "umb-debug",
|
|
917
|
-
"description": "Attributes:\n\n * `
|
|
1005
|
+
"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` - ",
|
|
918
1006
|
"attributes": [
|
|
919
1007
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"description": "`
|
|
1008
|
+
"name": "visible",
|
|
1009
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
922
1010
|
"valueSet": "v"
|
|
923
1011
|
},
|
|
924
1012
|
{
|
|
925
1013
|
"name": "dialog",
|
|
926
1014
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
927
1015
|
"valueSet": "v"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "contexts",
|
|
931
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
932
1016
|
}
|
|
933
1017
|
]
|
|
934
1018
|
},
|
|
@@ -1169,7 +1253,7 @@
|
|
|
1169
1253
|
},
|
|
1170
1254
|
{
|
|
1171
1255
|
"name": "umb-input-document-picker",
|
|
1172
|
-
"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 * `
|
|
1256
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `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 * `selectedKeys` {`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`} - ",
|
|
1173
1257
|
"attributes": [
|
|
1174
1258
|
{
|
|
1175
1259
|
"name": "min",
|
|
@@ -1199,6 +1283,20 @@
|
|
|
1199
1283
|
}
|
|
1200
1284
|
]
|
|
1201
1285
|
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "umb-input-document-type-picker",
|
|
1288
|
+
"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 * `selectedKeys` {`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`} - ",
|
|
1289
|
+
"attributes": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "value",
|
|
1292
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "onchange",
|
|
1296
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1297
|
+
}
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1202
1300
|
{
|
|
1203
1301
|
"name": "umb-input-eye-dropper",
|
|
1204
1302
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \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`} - ",
|
|
@@ -1248,7 +1346,7 @@
|
|
|
1248
1346
|
},
|
|
1249
1347
|
{
|
|
1250
1348
|
"name": "umb-input-media-picker",
|
|
1251
|
-
"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 * `
|
|
1349
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `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 * `selectedKeys` {`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`} - ",
|
|
1252
1350
|
"attributes": [
|
|
1253
1351
|
{
|
|
1254
1352
|
"name": "min",
|
|
@@ -1280,8 +1378,18 @@
|
|
|
1280
1378
|
},
|
|
1281
1379
|
{
|
|
1282
1380
|
"name": "umb-input-multi-url-picker",
|
|
1283
|
-
"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` {`
|
|
1381
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `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`} - ",
|
|
1284
1382
|
"attributes": [
|
|
1383
|
+
{
|
|
1384
|
+
"name": "alias",
|
|
1385
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1386
|
+
"values": []
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "variantId",
|
|
1390
|
+
"description": "`variantId` - \n\nProperty: variantId",
|
|
1391
|
+
"values": []
|
|
1392
|
+
},
|
|
1285
1393
|
{
|
|
1286
1394
|
"name": "min",
|
|
1287
1395
|
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
@@ -1468,6 +1576,46 @@
|
|
|
1468
1576
|
}
|
|
1469
1577
|
]
|
|
1470
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "umb-input-template-picker",
|
|
1581
|
+
"description": "Events:\n\n * `change-default` {`CustomEvent<unknown>`} - \n\n * `change-allowed` {`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 * `allowedKeys` {`string[]`} - \n\n * `defaultKey` {`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 * `_allowedKeys` {`string[]`} - \n\n * `allowedKeys` {`string[]`} - \n\n * `_defaultKey` {`string`} - \n\n * `defaultKey` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1582
|
+
"attributes": [
|
|
1583
|
+
{
|
|
1584
|
+
"name": "min",
|
|
1585
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
1586
|
+
"values": []
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "max",
|
|
1590
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
|
|
1591
|
+
"values": []
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "min-message",
|
|
1595
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "maxMessage",
|
|
1599
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"name": "allowedKeys",
|
|
1603
|
+
"description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "defaultKey",
|
|
1607
|
+
"description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "onchange-default",
|
|
1611
|
+
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"name": "onchange-allowed",
|
|
1615
|
+
"description": "`change-allowed` {`CustomEvent<unknown>`} - "
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1471
1619
|
{
|
|
1472
1620
|
"name": "umb-input-toggle",
|
|
1473
1621
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \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 * `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`} - ",
|
|
@@ -1498,6 +1646,30 @@
|
|
|
1498
1646
|
}
|
|
1499
1647
|
]
|
|
1500
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "umb-input-upload-field",
|
|
1651
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `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`} - ",
|
|
1652
|
+
"attributes": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "keys",
|
|
1655
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "fileExtensions",
|
|
1659
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1660
|
+
"values": []
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "multiple",
|
|
1664
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1665
|
+
"valueSet": "v"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "onchange",
|
|
1669
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1501
1673
|
{
|
|
1502
1674
|
"name": "umb-input-user-group",
|
|
1503
1675
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `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` - ",
|
|
@@ -1580,9 +1752,33 @@
|
|
|
1580
1752
|
}
|
|
1581
1753
|
]
|
|
1582
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "umb-menu-item-base",
|
|
1757
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `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`} - ",
|
|
1758
|
+
"attributes": [
|
|
1759
|
+
{
|
|
1760
|
+
"name": "entity-type",
|
|
1761
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1762
|
+
"values": []
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "icon-name",
|
|
1766
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "label",
|
|
1770
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "has-children",
|
|
1774
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1775
|
+
"valueSet": "v"
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1583
1779
|
{
|
|
1584
1780
|
"name": "umb-menu-item",
|
|
1585
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1781
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1586
1782
|
"attributes": []
|
|
1587
1783
|
},
|
|
1588
1784
|
{
|
|
@@ -1714,6 +1910,37 @@
|
|
|
1714
1910
|
}
|
|
1715
1911
|
]
|
|
1716
1912
|
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "umb-template-card",
|
|
1915
|
+
"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`} - ",
|
|
1916
|
+
"attributes": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "default",
|
|
1919
|
+
"description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
|
|
1920
|
+
"valueSet": "v"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "id",
|
|
1924
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "name",
|
|
1928
|
+
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "onopen",
|
|
1932
|
+
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "onselected",
|
|
1936
|
+
"description": "`selected` {} - "
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "onchange-default",
|
|
1940
|
+
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1943
|
+
},
|
|
1717
1944
|
{
|
|
1718
1945
|
"name": "umb-tooltip-menu",
|
|
1719
1946
|
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - ",
|
|
@@ -1837,7 +2064,7 @@
|
|
|
1837
2064
|
},
|
|
1838
2065
|
{
|
|
1839
2066
|
"name": "umb-workspace-action-menu",
|
|
1840
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext`
|
|
2067
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityKey` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - ",
|
|
1841
2068
|
"attributes": []
|
|
1842
2069
|
},
|
|
1843
2070
|
{
|
|
@@ -1847,7 +2074,7 @@
|
|
|
1847
2074
|
},
|
|
1848
2075
|
{
|
|
1849
2076
|
"name": "umb-workspace-view-collection",
|
|
1850
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext`
|
|
2077
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - ",
|
|
1851
2078
|
"attributes": []
|
|
1852
2079
|
},
|
|
1853
2080
|
{
|
|
@@ -1862,7 +2089,7 @@
|
|
|
1862
2089
|
},
|
|
1863
2090
|
{
|
|
1864
2091
|
"name": "umb-workspace-layout",
|
|
1865
|
-
"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`} - ",
|
|
2092
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
|
|
1866
2093
|
"attributes": [
|
|
1867
2094
|
{
|
|
1868
2095
|
"name": "headline",
|
|
@@ -1886,7 +2113,7 @@
|
|
|
1886
2113
|
},
|
|
1887
2114
|
{
|
|
1888
2115
|
"name": "umb-workspace-property-layout",
|
|
1889
|
-
"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 * `
|
|
2116
|
+
"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[]`} - ",
|
|
1890
2117
|
"attributes": [
|
|
1891
2118
|
{
|
|
1892
2119
|
"name": "alias",
|
|
@@ -1945,26 +2172,29 @@
|
|
|
1945
2172
|
},
|
|
1946
2173
|
{
|
|
1947
2174
|
"name": "umb-confirm-modal",
|
|
1948
|
-
"description": "Attributes:\n\n * `data`
|
|
2175
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
1949
2176
|
"attributes": [
|
|
1950
2177
|
{
|
|
1951
2178
|
"name": "data",
|
|
1952
|
-
"description": "`data`
|
|
1953
|
-
"values": []
|
|
2179
|
+
"description": "`data` - \n\nProperty: data"
|
|
1954
2180
|
}
|
|
1955
2181
|
]
|
|
1956
2182
|
},
|
|
1957
2183
|
{
|
|
1958
2184
|
"name": "umb-embedded-media-modal",
|
|
1959
|
-
"description": "Attributes:\n\n * `data`
|
|
2185
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - ",
|
|
1960
2186
|
"attributes": [
|
|
1961
2187
|
{
|
|
1962
2188
|
"name": "data",
|
|
1963
|
-
"description": "`data`
|
|
1964
|
-
"values": []
|
|
2189
|
+
"description": "`data` - \n\nProperty: data"
|
|
1965
2190
|
}
|
|
1966
2191
|
]
|
|
1967
2192
|
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "umb-folder-modal",
|
|
2195
|
+
"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`} - ",
|
|
2196
|
+
"attributes": []
|
|
2197
|
+
},
|
|
1968
2198
|
{
|
|
1969
2199
|
"name": "umb-icon-picker-modal",
|
|
1970
2200
|
"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`} - ",
|
|
@@ -1985,7 +2215,7 @@
|
|
|
1985
2215
|
},
|
|
1986
2216
|
{
|
|
1987
2217
|
"name": "umb-link-picker-modal",
|
|
1988
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKey` {`string | undefined`} - \n\n * `
|
|
2218
|
+
"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` - ",
|
|
1989
2219
|
"attributes": []
|
|
1990
2220
|
},
|
|
1991
2221
|
{
|
|
@@ -1998,6 +2228,16 @@
|
|
|
1998
2228
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
|
|
1999
2229
|
"attributes": []
|
|
2000
2230
|
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "umb-template-picker-modal",
|
|
2233
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2234
|
+
"attributes": []
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "umb-template-modal",
|
|
2238
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2239
|
+
"attributes": []
|
|
2240
|
+
},
|
|
2001
2241
|
{
|
|
2002
2242
|
"name": "umb-property-action-clear",
|
|
2003
2243
|
"description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
|
|
@@ -2063,12 +2303,11 @@
|
|
|
2063
2303
|
},
|
|
2064
2304
|
{
|
|
2065
2305
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2066
|
-
"description": "Attributes:\n\n * `data`
|
|
2306
|
+
"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` - ",
|
|
2067
2307
|
"attributes": [
|
|
2068
2308
|
{
|
|
2069
2309
|
"name": "data",
|
|
2070
|
-
"description": "`data`
|
|
2071
|
-
"values": []
|
|
2310
|
+
"description": "`data` - \n\nProperty: data"
|
|
2072
2311
|
}
|
|
2073
2312
|
]
|
|
2074
2313
|
},
|
|
@@ -2373,11 +2612,11 @@
|
|
|
2373
2612
|
},
|
|
2374
2613
|
{
|
|
2375
2614
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2376
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`
|
|
2615
|
+
"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`} - ",
|
|
2377
2616
|
"attributes": [
|
|
2378
2617
|
{
|
|
2379
2618
|
"name": "value",
|
|
2380
|
-
"description": "`value` {`
|
|
2619
|
+
"description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
|
|
2381
2620
|
},
|
|
2382
2621
|
{
|
|
2383
2622
|
"name": "onproperty-value-change",
|
|
@@ -2645,11 +2884,15 @@
|
|
|
2645
2884
|
},
|
|
2646
2885
|
{
|
|
2647
2886
|
"name": "umb-property-editor-ui-upload-field",
|
|
2648
|
-
"description": "
|
|
2887
|
+
"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`} - ",
|
|
2649
2888
|
"attributes": [
|
|
2650
2889
|
{
|
|
2651
2890
|
"name": "value",
|
|
2652
2891
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"name": "onproperty-value-change",
|
|
2895
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2653
2896
|
}
|
|
2654
2897
|
]
|
|
2655
2898
|
},
|
|
@@ -2704,13 +2947,13 @@
|
|
|
2704
2947
|
"attributes": []
|
|
2705
2948
|
},
|
|
2706
2949
|
{
|
|
2707
|
-
"name": "umb-export-dictionary-modal
|
|
2950
|
+
"name": "umb-export-dictionary-modal",
|
|
2708
2951
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - ",
|
|
2709
2952
|
"attributes": []
|
|
2710
2953
|
},
|
|
2711
2954
|
{
|
|
2712
|
-
"name": "umb-import-dictionary-modal
|
|
2713
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2955
|
+
"name": "umb-import-dictionary-modal",
|
|
2956
|
+
"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[]`} - ",
|
|
2714
2957
|
"attributes": []
|
|
2715
2958
|
},
|
|
2716
2959
|
{
|
|
@@ -2739,23 +2982,42 @@
|
|
|
2739
2982
|
},
|
|
2740
2983
|
{
|
|
2741
2984
|
"name": "umb-change-password-modal",
|
|
2742
|
-
"description": "Attributes:\n\n * `data`
|
|
2985
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `data` - ",
|
|
2743
2986
|
"attributes": [
|
|
2744
2987
|
{
|
|
2745
2988
|
"name": "data",
|
|
2746
|
-
"description": "`data`
|
|
2747
|
-
"values": []
|
|
2989
|
+
"description": "`data` - \n\nProperty: data"
|
|
2748
2990
|
}
|
|
2749
2991
|
]
|
|
2750
2992
|
},
|
|
2751
2993
|
{
|
|
2752
2994
|
"name": "umb-current-user-modal",
|
|
2753
|
-
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `
|
|
2995
|
+
"description": "Properties:\n\n * `styles` - \n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - ",
|
|
2996
|
+
"attributes": []
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
3000
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3001
|
+
"attributes": []
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "umb-user-profile-app-history",
|
|
3005
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
2754
3006
|
"attributes": []
|
|
2755
3007
|
},
|
|
2756
3008
|
{
|
|
2757
3009
|
"name": "umb-user-dashboard-test",
|
|
2758
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `
|
|
3010
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - ",
|
|
3011
|
+
"attributes": []
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "umb-user-profile-app-profile",
|
|
3015
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - ",
|
|
3016
|
+
"attributes": []
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "umb-user-profile-app-themes",
|
|
3020
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - ",
|
|
2759
3021
|
"attributes": []
|
|
2760
3022
|
},
|
|
2761
3023
|
{
|
|
@@ -2918,11 +3180,34 @@
|
|
|
2918
3180
|
},
|
|
2919
3181
|
{
|
|
2920
3182
|
"name": "umb-router-slot",
|
|
2921
|
-
"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` {`
|
|
3183
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `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` - ",
|
|
3184
|
+
"attributes": [
|
|
3185
|
+
{
|
|
3186
|
+
"name": "routes",
|
|
3187
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3188
|
+
"values": []
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "oninit",
|
|
3192
|
+
"description": "`init` - fires when the router is connected"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "onchange",
|
|
3196
|
+
"description": "`change` - fires when a path of this router is changed"
|
|
3197
|
+
}
|
|
3198
|
+
]
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "umb-variant-router-slot",
|
|
3202
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `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` - ",
|
|
2922
3203
|
"attributes": [
|
|
3204
|
+
{
|
|
3205
|
+
"name": "variantId",
|
|
3206
|
+
"description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
|
|
3207
|
+
},
|
|
2923
3208
|
{
|
|
2924
3209
|
"name": "routes",
|
|
2925
|
-
"description": "`routes` {`
|
|
3210
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
2926
3211
|
"values": []
|
|
2927
3212
|
},
|
|
2928
3213
|
{
|