@umbraco-cms/backoffice 1.0.0-next.de0ffca0 → 1.0.0-next.e3cf00d3
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 +1023 -282
- package/collection.d.ts +32 -0
- package/content-type.d.ts +127 -0
- package/context-api.d.ts +65 -5
- package/controller.d.ts +3 -2
- package/custom-elements.json +1716 -1202
- package/element.d.ts +5 -5
- package/entity-action.d.ts +19 -9
- package/extensions-api.d.ts +13 -12
- package/extensions-registry.d.ts +290 -88
- package/id.d.ts +6 -0
- package/modal.d.ts +48 -335
- package/models.d.ts +27 -10
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +75 -49
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/repository.d.ts +114 -44
- package/resources.d.ts +24 -15
- package/router.d.ts +263 -25
- package/section.d.ts +31 -0
- package/sorter.d.ts +103 -0
- package/store.d.ts +51 -56
- package/umbraco-package-schema.json +37755 -0
- package/utils.d.ts +1 -9
- package/vscode-html-custom-data.json +552 -419
- package/workspace.d.ts +40 -22
- package/property-editor.d.ts +0 -8
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"name": "umb-login",
|
|
21
|
-
"description": "Properties:\n\n * `
|
|
21
|
+
"description": "Properties:\n\n * `_loggingIn` {`boolean`} - \n\n * `_handleSubmit` - \n\n * `_greetings` {`string[]`} - \n\n * `_greeting` {`string`} - \n\n * `styles` - ",
|
|
22
22
|
"attributes": []
|
|
23
23
|
},
|
|
24
24
|
{
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "umb-dashboard-redirect-management",
|
|
31
|
-
"description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `
|
|
31
|
+
"description": "Attributes:\n\n * `items-per-page` {`number`} - \n\nProperties:\n\n * `itemsPerPage` {`number`} - \n\n * `_redirectData` {`any[] | undefined`} - \n\n * `_trackerStatus` {`boolean`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_filter` {`string | undefined`} - \n\n * `_searchField` {`HTMLInputElement`} - \n\n * `_pagination` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
32
32
|
"attributes": [
|
|
33
33
|
{
|
|
34
34
|
"name": "items-per-page",
|
|
@@ -36,63 +36,123 @@
|
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
{
|
|
40
|
-
"name": "umb-dashboard-welcome",
|
|
41
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
42
|
-
"attributes": []
|
|
43
|
-
},
|
|
44
39
|
{
|
|
45
40
|
"name": "umb-document-blueprint-root-workspace",
|
|
46
41
|
"attributes": []
|
|
47
42
|
},
|
|
48
43
|
{
|
|
49
44
|
"name": "umb-allowed-document-types-modal",
|
|
50
|
-
"description": "Properties:\n\n * `
|
|
45
|
+
"description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
51
46
|
"attributes": []
|
|
52
47
|
},
|
|
53
48
|
{
|
|
54
49
|
"name": "umb-document-type-workspace-editor",
|
|
55
|
-
"description": "Properties:\n\n * `
|
|
50
|
+
"description": "Properties:\n\n * `_icon` {`string | undefined`} - \n\n * `_iconColorAlias` {`string | undefined`} - \n\n * `_name` {`string | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
56
51
|
"attributes": []
|
|
57
52
|
},
|
|
58
53
|
{
|
|
59
54
|
"name": "umb-document-type-workspace",
|
|
60
|
-
"description": "Properties:\n\n * `
|
|
55
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
61
56
|
"attributes": []
|
|
62
57
|
},
|
|
63
58
|
{
|
|
64
59
|
"name": "umb-document-type-workspace-view-design",
|
|
65
|
-
"description": "Properties:\n\n * `
|
|
60
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
61
|
+
"attributes": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "umb-document-type-workspace-view-edit-properties",
|
|
65
|
+
"description": "Attributes:\n\n * `container-id` {`string | undefined`} - \n\n * `container-name` {`string | undefined`} - \n\n * `container-type` - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
|
+
"attributes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "container-id",
|
|
69
|
+
"description": "`container-id` {`string | undefined`} - \n\nProperty: containerId",
|
|
70
|
+
"values": []
|
|
71
|
+
},
|
|
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` - \n\nProperty: containerType"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "document-type-workspace-view-edit-property",
|
|
85
|
+
"description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperties:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `styles` {`CSSResult[]`} - ",
|
|
86
|
+
"attributes": [
|
|
87
|
+
{
|
|
88
|
+
"name": "property",
|
|
89
|
+
"description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "inherited",
|
|
93
|
+
"description": "`inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperty: inherited\n\nDefault: undefined",
|
|
94
|
+
"values": []
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "onpartial-property-update",
|
|
98
|
+
"description": "`partial-property-update` {`CustomEvent<any>`} - "
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
104
|
+
"description": "Attributes:\n\n * `ownerTabId` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_ownerTabId` {`string | undefined`} - \n\n * `ownerTabId` {`string | undefined`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
105
|
+
"attributes": [
|
|
106
|
+
{
|
|
107
|
+
"name": "ownerTabId",
|
|
108
|
+
"description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
|
|
109
|
+
"values": []
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "tabName",
|
|
113
|
+
"description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
|
|
114
|
+
"values": []
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "noTabName",
|
|
118
|
+
"description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
|
|
119
|
+
"valueSet": "v"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
125
|
+
"description": "Properties:\n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
126
|
"attributes": []
|
|
67
127
|
},
|
|
68
128
|
{
|
|
69
129
|
"name": "umb-document-type-workspace-view-details",
|
|
70
|
-
"description": "Properties:\n\n * `
|
|
130
|
+
"description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
131
|
"attributes": []
|
|
72
132
|
},
|
|
73
133
|
{
|
|
74
134
|
"name": "umb-document-type-workspace-view-structure",
|
|
75
|
-
"description": "Properties:\n\n * `
|
|
135
|
+
"description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
76
136
|
"attributes": []
|
|
77
137
|
},
|
|
78
138
|
{
|
|
79
139
|
"name": "umb-document-type-workspace-view-templates",
|
|
80
|
-
"description": "Properties:\n\n * `
|
|
140
|
+
"description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
81
141
|
"attributes": []
|
|
82
142
|
},
|
|
83
143
|
{
|
|
84
144
|
"name": "umb-document-table-actions-column-layout",
|
|
85
|
-
"description": "Properties:\n\n * `
|
|
145
|
+
"description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
86
146
|
"attributes": []
|
|
87
147
|
},
|
|
88
148
|
{
|
|
89
149
|
"name": "umb-document-table-collection-view",
|
|
90
|
-
"description": "Properties:\n\n * `
|
|
150
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
91
151
|
"attributes": []
|
|
92
152
|
},
|
|
93
153
|
{
|
|
94
154
|
"name": "umb-collection-view-document-table",
|
|
95
|
-
"description": "Properties:\n\n * `
|
|
155
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
96
156
|
"attributes": []
|
|
97
157
|
},
|
|
98
158
|
{
|
|
@@ -101,37 +161,37 @@
|
|
|
101
161
|
},
|
|
102
162
|
{
|
|
103
163
|
"name": "umb-document-picker-modal",
|
|
104
|
-
"description": "Properties:\n\n * `
|
|
164
|
+
"description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
105
165
|
"attributes": []
|
|
106
166
|
},
|
|
107
167
|
{
|
|
108
168
|
"name": "umb-document-type-picker-modal",
|
|
109
|
-
"description": "Properties:\n\n * `
|
|
169
|
+
"description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
110
170
|
"attributes": []
|
|
111
171
|
},
|
|
112
172
|
{
|
|
113
173
|
"name": "umb-document-tree-item",
|
|
114
|
-
"description": "Properties:\n\n * `
|
|
174
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
115
175
|
"attributes": []
|
|
116
176
|
},
|
|
117
177
|
{
|
|
118
178
|
"name": "umb-document-workspace-editor",
|
|
119
|
-
"description": "Properties:\n\n * `
|
|
179
|
+
"description": "Properties:\n\n * `splitViewElement` - \n\n * `_unique` {`string | undefined`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_availableVariants` {`any[]`} - \n\n * `_workspaceSplitViews` {`ActiveVariant[]`} - \n\n * `_gotWorkspaceRoute` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
120
180
|
"attributes": []
|
|
121
181
|
},
|
|
122
182
|
{
|
|
123
183
|
"name": "umb-document-workspace-split-view",
|
|
124
|
-
"description": "Properties:\n\n * `
|
|
184
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
125
185
|
"attributes": []
|
|
126
186
|
},
|
|
127
187
|
{
|
|
128
188
|
"name": "umb-document-workspace",
|
|
129
|
-
"description": "Properties:\n\n * `
|
|
189
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
130
190
|
"attributes": []
|
|
131
191
|
},
|
|
132
192
|
{
|
|
133
193
|
"name": "umb-document-workspace-view-edit-properties",
|
|
134
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type`
|
|
194
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
135
195
|
"attributes": [
|
|
136
196
|
{
|
|
137
197
|
"name": "container-name",
|
|
@@ -140,21 +200,13 @@
|
|
|
140
200
|
},
|
|
141
201
|
{
|
|
142
202
|
"name": "container-type",
|
|
143
|
-
"description": "`container-type`
|
|
144
|
-
"values": [
|
|
145
|
-
{
|
|
146
|
-
"name": "Group"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "Tab"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
203
|
+
"description": "`container-type` - \n\nProperty: containerType"
|
|
152
204
|
}
|
|
153
205
|
]
|
|
154
206
|
},
|
|
155
207
|
{
|
|
156
208
|
"name": "umb-document-workspace-view-edit-tab",
|
|
157
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
209
|
+
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
158
210
|
"attributes": [
|
|
159
211
|
{
|
|
160
212
|
"name": "tabName",
|
|
@@ -170,27 +222,27 @@
|
|
|
170
222
|
},
|
|
171
223
|
{
|
|
172
224
|
"name": "umb-document-workspace-view-edit",
|
|
173
|
-
"description": "Properties:\n\n * `
|
|
225
|
+
"description": "Properties:\n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
174
226
|
"attributes": []
|
|
175
227
|
},
|
|
176
228
|
{
|
|
177
229
|
"name": "umb-document-info-workspace-view",
|
|
178
|
-
"description": "Properties:\n\n * `
|
|
230
|
+
"description": "Properties:\n\n * `_historyList` {`HistoryNode[]`} - \n\n * `_total` {`number | undefined`} - \n\n * `_currentPage` {`number`} - \n\n * `_nodeName` {`string`} - \n\n * `_workspaceContext` - \n\n * `itemsPerPage` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
179
231
|
"attributes": []
|
|
180
232
|
},
|
|
181
233
|
{
|
|
182
234
|
"name": "umb-media-type-workspace-edit",
|
|
183
|
-
"description": "Properties:\n\n * `
|
|
235
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
184
236
|
"attributes": []
|
|
185
237
|
},
|
|
186
238
|
{
|
|
187
239
|
"name": "umb-media-type-workspace",
|
|
188
|
-
"description": "Properties:\n\n * `
|
|
240
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
189
241
|
"attributes": []
|
|
190
242
|
},
|
|
191
243
|
{
|
|
192
244
|
"name": "umb-media-type-workspace-",
|
|
193
|
-
"description": "Properties:\n\n * `
|
|
245
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
194
246
|
"attributes": []
|
|
195
247
|
},
|
|
196
248
|
{
|
|
@@ -200,12 +252,12 @@
|
|
|
200
252
|
},
|
|
201
253
|
{
|
|
202
254
|
"name": "umb-media-grid-collection-view",
|
|
203
|
-
"description": "Properties:\n\n * `
|
|
255
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
204
256
|
"attributes": []
|
|
205
257
|
},
|
|
206
258
|
{
|
|
207
259
|
"name": "umb-media-table-collection-view",
|
|
208
|
-
"description": "Properties:\n\n * `
|
|
260
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
209
261
|
"attributes": []
|
|
210
262
|
},
|
|
211
263
|
{
|
|
@@ -214,17 +266,17 @@
|
|
|
214
266
|
},
|
|
215
267
|
{
|
|
216
268
|
"name": "umb-media-picker-modal",
|
|
217
|
-
"description": "Properties:\n\n * `
|
|
269
|
+
"description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
218
270
|
"attributes": []
|
|
219
271
|
},
|
|
220
272
|
{
|
|
221
273
|
"name": "umb-media-workspace-edit",
|
|
222
|
-
"description": "Properties:\n\n * `
|
|
274
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
223
275
|
"attributes": []
|
|
224
276
|
},
|
|
225
277
|
{
|
|
226
278
|
"name": "umb-media-workspace",
|
|
227
|
-
"description": "Properties:\n\n * `
|
|
279
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
228
280
|
"attributes": []
|
|
229
281
|
},
|
|
230
282
|
{
|
|
@@ -244,17 +296,17 @@
|
|
|
244
296
|
},
|
|
245
297
|
{
|
|
246
298
|
"name": "umb-member-group-workspace-edit",
|
|
247
|
-
"description": "Properties:\n\n * `
|
|
299
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
248
300
|
"attributes": []
|
|
249
301
|
},
|
|
250
302
|
{
|
|
251
303
|
"name": "umb-member-group-workspace",
|
|
252
|
-
"description": "Properties:\n\n * `
|
|
304
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
253
305
|
"attributes": []
|
|
254
306
|
},
|
|
255
307
|
{
|
|
256
308
|
"name": "umb-workspace-view-member-group-info",
|
|
257
|
-
"description": "Properties:\n\n * `
|
|
309
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
258
310
|
"attributes": []
|
|
259
311
|
},
|
|
260
312
|
{
|
|
@@ -264,7 +316,7 @@
|
|
|
264
316
|
},
|
|
265
317
|
{
|
|
266
318
|
"name": "umb-member-type-workspace",
|
|
267
|
-
"description": "Properties:\n\n * `
|
|
319
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
268
320
|
"attributes": []
|
|
269
321
|
},
|
|
270
322
|
{
|
|
@@ -274,27 +326,27 @@
|
|
|
274
326
|
},
|
|
275
327
|
{
|
|
276
328
|
"name": "umb-member-workspace",
|
|
277
|
-
"description": "Properties:\n\n * `
|
|
329
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
278
330
|
"attributes": []
|
|
279
331
|
},
|
|
280
332
|
{
|
|
281
333
|
"name": "umb-workspace-package-builder",
|
|
282
|
-
"description": "Attributes:\n\n * `
|
|
334
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `_packageNameInput` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
283
335
|
"attributes": [
|
|
284
336
|
{
|
|
285
|
-
"name": "
|
|
286
|
-
"description": "`
|
|
337
|
+
"name": "entityId",
|
|
338
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
287
339
|
"values": []
|
|
288
340
|
}
|
|
289
341
|
]
|
|
290
342
|
},
|
|
291
343
|
{
|
|
292
344
|
"name": "umb-workspace-package",
|
|
293
|
-
"description": "Attributes:\n\n * `
|
|
345
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
294
346
|
"attributes": [
|
|
295
347
|
{
|
|
296
|
-
"name": "
|
|
297
|
-
"description": "`
|
|
348
|
+
"name": "entityId",
|
|
349
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
298
350
|
"values": []
|
|
299
351
|
}
|
|
300
352
|
]
|
|
@@ -306,12 +358,12 @@
|
|
|
306
358
|
},
|
|
307
359
|
{
|
|
308
360
|
"name": "umb-packages-created-overview",
|
|
309
|
-
"description": "Properties:\n\n * `
|
|
361
|
+
"description": "Properties:\n\n * `take` {`number`} - \n\n * `_loading` {`boolean`} - \n\n * `_createdPackages` {`any[]`} - \n\n * `_currentPage` {`number`} - \n\n * `_total` {`number | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
310
362
|
"attributes": []
|
|
311
363
|
},
|
|
312
364
|
{
|
|
313
365
|
"name": "umb-installed-packages-section-view-item",
|
|
314
|
-
"description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
366
|
+
"description": "Attributes:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\nProperties:\n\n * `name` {`string | undefined`} - \n\n * `version` {`string | null | undefined`} - \n\n * `hasPendingMigrations` {`boolean`} - \n\n * `customIcon` {`string | undefined`} - \n\n * `_migrationButtonState` {`UUIButtonState`} - \n\n * `_packageView` - \n\n * `styles` - ",
|
|
315
367
|
"attributes": [
|
|
316
368
|
{
|
|
317
369
|
"name": "name",
|
|
@@ -337,12 +389,12 @@
|
|
|
337
389
|
},
|
|
338
390
|
{
|
|
339
391
|
"name": "umb-installed-packages-section-view",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
392
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
341
393
|
"attributes": []
|
|
342
394
|
},
|
|
343
395
|
{
|
|
344
396
|
"name": "umb-packages-market-place-section-view",
|
|
345
|
-
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `
|
|
397
|
+
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
346
398
|
"attributes": [
|
|
347
399
|
{
|
|
348
400
|
"name": "marketplaceUrl",
|
|
@@ -352,22 +404,22 @@
|
|
|
352
404
|
},
|
|
353
405
|
{
|
|
354
406
|
"name": "umb-search-modal",
|
|
355
|
-
"description": "Properties:\n\n * `
|
|
407
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
356
408
|
"attributes": []
|
|
357
409
|
},
|
|
358
410
|
{
|
|
359
411
|
"name": "umb-search-header-app",
|
|
360
|
-
"description": "Properties:\n\n * `
|
|
412
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
361
413
|
"attributes": []
|
|
362
414
|
},
|
|
363
415
|
{
|
|
364
416
|
"name": "umb-dashboard-examine-management",
|
|
365
|
-
"description": "Properties:\n\n * `
|
|
417
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
366
418
|
"attributes": []
|
|
367
419
|
},
|
|
368
420
|
{
|
|
369
421
|
"name": "umb-examine-fields-settings-modal",
|
|
370
|
-
"description": "Properties:\n\n * `
|
|
422
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
371
423
|
"attributes": []
|
|
372
424
|
},
|
|
373
425
|
{
|
|
@@ -382,7 +434,7 @@
|
|
|
382
434
|
},
|
|
383
435
|
{
|
|
384
436
|
"name": "umb-dashboard-health-check-action",
|
|
385
|
-
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `
|
|
437
|
+
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `action` - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
386
438
|
"attributes": [
|
|
387
439
|
{
|
|
388
440
|
"name": "action",
|
|
@@ -396,7 +448,7 @@
|
|
|
396
448
|
},
|
|
397
449
|
{
|
|
398
450
|
"name": "umb-health-check-group-box-overview",
|
|
399
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
451
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
400
452
|
"attributes": [
|
|
401
453
|
{
|
|
402
454
|
"name": "manifest",
|
|
@@ -406,7 +458,7 @@
|
|
|
406
458
|
},
|
|
407
459
|
{
|
|
408
460
|
"name": "umb-health-check--group-box-overview",
|
|
409
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
461
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_healthCheckContext` - \n\n * `_api` - \n\n * `_tagResults` - \n\n * `_keyResults` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
410
462
|
"attributes": [
|
|
411
463
|
{
|
|
412
464
|
"name": "manifest",
|
|
@@ -416,7 +468,7 @@
|
|
|
416
468
|
},
|
|
417
469
|
{
|
|
418
470
|
"name": "umb-dashboard-health-check-group",
|
|
419
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `
|
|
471
|
+
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `groupName` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_group` - \n\n * `_healthCheckContext` - \n\n * `_checks` {`any[] | undefined`} - \n\n * `_idResults` {`any[] | undefined`} - \n\n * `_api` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
420
472
|
"attributes": [
|
|
421
473
|
{
|
|
422
474
|
"name": "groupName",
|
|
@@ -426,22 +478,22 @@
|
|
|
426
478
|
},
|
|
427
479
|
{
|
|
428
480
|
"name": "umb-dashboard-health-check-overview",
|
|
429
|
-
"description": "Properties:\n\n * `
|
|
481
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
430
482
|
"attributes": []
|
|
431
483
|
},
|
|
432
484
|
{
|
|
433
485
|
"name": "umb-dashboard-models-builder",
|
|
434
|
-
"description": "Properties:\n\n * `
|
|
486
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
435
487
|
"attributes": []
|
|
436
488
|
},
|
|
437
489
|
{
|
|
438
490
|
"name": "umb-dashboard-performance-profiling",
|
|
439
|
-
"description": "Properties:\n\n * `
|
|
491
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
440
492
|
"attributes": []
|
|
441
493
|
},
|
|
442
494
|
{
|
|
443
495
|
"name": "umb-dashboard-published-status",
|
|
444
|
-
"description": "Properties:\n\n * `
|
|
496
|
+
"description": "Properties:\n\n * `_publishedStatusText` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `_buttonStateRebuild` {`UUIButtonState`} - \n\n * `_buttonStateCollect` {`UUIButtonState`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
445
497
|
"attributes": []
|
|
446
498
|
},
|
|
447
499
|
{
|
|
@@ -451,86 +503,124 @@
|
|
|
451
503
|
},
|
|
452
504
|
{
|
|
453
505
|
"name": "umb-dashboard-telemetry",
|
|
454
|
-
"description": "Properties:\n\n * `
|
|
506
|
+
"description": "Properties:\n\n * `_telemetryFormData` - \n\n * `_telemetryLevels` {`any[]`} - \n\n * `_errorMessage` {`string`} - \n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_handleSubmit` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `_selectedTelemetryDescription` {`\"We will only send an anonymized site ID to let us know that the site exists.\" | \"We will send an anonymized site ID, Umbraco version, and packages installed.\" | \"We will send:<ul>\\n\\t\\t\\t\\t<li>Anonymized site ID, Umbraco version, and packages installed.</li>\\n\\t\\t\\t\\t<li>Number of: Root nodes, Content nodes, Macros...`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
507
|
+
"attributes": []
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "umb-data-type-input",
|
|
511
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
512
|
+
"attributes": [
|
|
513
|
+
{
|
|
514
|
+
"name": "min",
|
|
515
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "max",
|
|
519
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "min-message",
|
|
523
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "maxMessage",
|
|
527
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "value",
|
|
531
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
532
|
+
}
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "umb-data-type-create-options-modal",
|
|
537
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
538
|
+
"attributes": [
|
|
539
|
+
{
|
|
540
|
+
"name": "data",
|
|
541
|
+
"description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
|
|
542
|
+
"values": []
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "umb-data-type-picker-modal",
|
|
548
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
455
549
|
"attributes": []
|
|
456
550
|
},
|
|
457
551
|
{
|
|
458
552
|
"name": "umb-data-type-workspace-edit-element",
|
|
459
|
-
"description": "Attributes:\n\n * `manifest` - \n\
|
|
553
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
460
554
|
"attributes": [
|
|
461
555
|
{
|
|
462
556
|
"name": "manifest",
|
|
463
557
|
"description": "`manifest` - \n\nProperty: manifest"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "location",
|
|
467
|
-
"description": "`location` - \n\nProperty: location"
|
|
468
558
|
}
|
|
469
559
|
]
|
|
470
560
|
},
|
|
471
561
|
{
|
|
472
562
|
"name": "umb-data-type-workspace",
|
|
473
|
-
"description": "Properties:\n\n * `
|
|
563
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
474
564
|
"attributes": []
|
|
475
565
|
},
|
|
476
566
|
{
|
|
477
567
|
"name": "umb-data-type-details-workspace-view",
|
|
478
|
-
"description": "Properties:\n\n * `
|
|
568
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_propertyEditorUIIcon` {`string`} - \n\n * `_propertyEditorUIName` {`string`} - \n\n * `_propertyEditorUiAlias` {`string`} - \n\n * `_propertyEditorAlias` {`string`} - \n\n * `_data` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
479
569
|
"attributes": []
|
|
480
570
|
},
|
|
481
571
|
{
|
|
482
572
|
"name": "umb-workspace-view-data-type-info",
|
|
483
|
-
"description": "Properties:\n\n * `
|
|
573
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
484
574
|
"attributes": []
|
|
485
575
|
},
|
|
486
576
|
{
|
|
487
577
|
"name": "umb-extension-root-workspace",
|
|
488
|
-
"description": "Properties:\n\n * `
|
|
578
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
489
579
|
"attributes": []
|
|
490
580
|
},
|
|
491
581
|
{
|
|
492
582
|
"name": "umb-app-language-select",
|
|
493
|
-
"description": "Properties:\n\n * `
|
|
583
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
494
584
|
"attributes": []
|
|
495
585
|
},
|
|
496
586
|
{
|
|
497
587
|
"name": "umb-language-picker-modal",
|
|
498
|
-
"description": "Properties:\n\n * `
|
|
588
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
499
589
|
"attributes": []
|
|
500
590
|
},
|
|
501
591
|
{
|
|
502
592
|
"name": "umb-language-root-table-delete-column-layout",
|
|
503
|
-
"description": "Properties:\n\n * `
|
|
593
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
504
594
|
"attributes": []
|
|
505
595
|
},
|
|
506
596
|
{
|
|
507
597
|
"name": "umb-language-root-table-name-column-layout",
|
|
508
|
-
"description": "Properties:\n\n * `
|
|
598
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
509
599
|
"attributes": []
|
|
510
600
|
},
|
|
511
601
|
{
|
|
512
602
|
"name": "umb-language-root-workspace",
|
|
513
|
-
"description": "Properties:\n\n * `
|
|
603
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
514
604
|
"attributes": []
|
|
515
605
|
},
|
|
516
606
|
{
|
|
517
|
-
"name": "umb-language-workspace-
|
|
518
|
-
"description": "Properties:\n\n * `
|
|
607
|
+
"name": "umb-language-workspace-edit",
|
|
608
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
519
609
|
"attributes": []
|
|
520
610
|
},
|
|
521
611
|
{
|
|
522
612
|
"name": "umb-language-workspace",
|
|
523
|
-
"description": "Properties:\n\n * `
|
|
613
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
524
614
|
"attributes": []
|
|
525
615
|
},
|
|
526
616
|
{
|
|
527
617
|
"name": "umb-language-details-workspace-view",
|
|
528
|
-
"description": "Properties:\n\n * `
|
|
618
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
529
619
|
"attributes": []
|
|
530
620
|
},
|
|
531
621
|
{
|
|
532
622
|
"name": "umb-log-viewer-date-range-selector",
|
|
533
|
-
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `
|
|
623
|
+
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `_startDate` {`string`} - \n\n * `_endDate` {`string`} - \n\n * `_inputs` {`NodeListOf<HTMLInputElement>`} - \n\n * `horizontal` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
534
624
|
"attributes": [
|
|
535
625
|
{
|
|
536
626
|
"name": "horizontal",
|
|
@@ -541,7 +631,7 @@
|
|
|
541
631
|
},
|
|
542
632
|
{
|
|
543
633
|
"name": "umb-log-viewer-level-tag",
|
|
544
|
-
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `
|
|
634
|
+
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
545
635
|
"attributes": [
|
|
546
636
|
{
|
|
547
637
|
"name": "level",
|
|
@@ -556,7 +646,7 @@
|
|
|
556
646
|
},
|
|
557
647
|
{
|
|
558
648
|
"name": "umb-logviewer-workspace",
|
|
559
|
-
"description": "Properties:\n\n * `
|
|
649
|
+
"description": "Properties:\n\n * `_alias` {`string`} - \n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
560
650
|
"attributes": []
|
|
561
651
|
},
|
|
562
652
|
{
|
|
@@ -571,32 +661,32 @@
|
|
|
571
661
|
},
|
|
572
662
|
{
|
|
573
663
|
"name": "umb-log-viewer-log-types-chart",
|
|
574
|
-
"description": "Properties:\n\n * `
|
|
664
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
575
665
|
"attributes": []
|
|
576
666
|
},
|
|
577
667
|
{
|
|
578
668
|
"name": "umb-log-viewer-message-templates-overview",
|
|
579
|
-
"description": "Properties:\n\n * `
|
|
669
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
580
670
|
"attributes": []
|
|
581
671
|
},
|
|
582
672
|
{
|
|
583
673
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
584
|
-
"description": "Properties:\n\n * `
|
|
674
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
585
675
|
"attributes": []
|
|
586
676
|
},
|
|
587
677
|
{
|
|
588
678
|
"name": "umb-log-viewer-overview-view",
|
|
589
|
-
"description": "Properties:\n\n * `
|
|
679
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
590
680
|
"attributes": []
|
|
591
681
|
},
|
|
592
682
|
{
|
|
593
683
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
594
|
-
"description": "Properties:\n\n * `
|
|
684
|
+
"description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
595
685
|
"attributes": []
|
|
596
686
|
},
|
|
597
687
|
{
|
|
598
688
|
"name": "umb-log-viewer-message",
|
|
599
|
-
"description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `
|
|
689
|
+
"description": "Attributes:\n\n * `timestamp` {`string`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\nProperties:\n\n * `details` {`HTMLDetailsElement`} - \n\n * `timestamp` {`string`} - \n\n * `date` {`Date | undefined`} - \n\n * `level` - \n\n * `messageTemplate` {`string`} - \n\n * `renderedMessage` {`string`} - \n\n * `properties` {`any[]`} - \n\n * `open` {`boolean`} - \n\n * `exception` {`string`} - \n\n * `_searchMenuData` {`{ label: string; href: () => string; icon: string; title: string; }[]`} - \n\n * `_propertiesWithSearchMenu` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
600
690
|
"attributes": [
|
|
601
691
|
{
|
|
602
692
|
"name": "timestamp",
|
|
@@ -627,87 +717,47 @@
|
|
|
627
717
|
},
|
|
628
718
|
{
|
|
629
719
|
"name": "umb-log-viewer-messages-list",
|
|
630
|
-
"description": "Properties:\n\n * `
|
|
720
|
+
"description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
631
721
|
"attributes": []
|
|
632
722
|
},
|
|
633
723
|
{
|
|
634
724
|
"name": "umb-log-viewer-polling-button",
|
|
635
|
-
"description": "Properties:\n\n * `
|
|
725
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
726
|
+
"attributes": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
730
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
636
731
|
"attributes": []
|
|
637
732
|
},
|
|
638
733
|
{
|
|
639
734
|
"name": "umb-log-viewer-search-input",
|
|
640
|
-
"description": "Properties:\n\n * `
|
|
735
|
+
"description": "Properties:\n\n * `_savedSearchesPopover` - \n\n * `_savedSearchesExpandSymbol` - \n\n * `_savedSearches` {`any[]`} - \n\n * `_inputQuery` {`string`} - \n\n * `_showLoader` {`boolean`} - \n\n * `inputQuery$` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
641
736
|
"attributes": []
|
|
642
737
|
},
|
|
643
738
|
{
|
|
644
739
|
"name": "umb-log-viewer-search-view",
|
|
645
|
-
"description": "Properties:\n\n * `
|
|
740
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
646
741
|
"attributes": []
|
|
647
742
|
},
|
|
648
743
|
{
|
|
649
744
|
"name": "umb-relation-type-workspace-edit-element",
|
|
650
|
-
"description": "Properties:\n\n * `
|
|
745
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
651
746
|
"attributes": []
|
|
652
747
|
},
|
|
653
748
|
{
|
|
654
749
|
"name": "umb-relation-type-workspace",
|
|
655
|
-
"description": "Properties:\n\n * `
|
|
750
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
656
751
|
"attributes": []
|
|
657
752
|
},
|
|
658
753
|
{
|
|
659
754
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
660
|
-
"description": "Properties:\n\n * `
|
|
755
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
661
756
|
"attributes": []
|
|
662
757
|
},
|
|
663
758
|
{
|
|
664
759
|
"name": "umb-workspace-view-relation-type-relation",
|
|
665
|
-
"description": "Properties:\n\n * `
|
|
666
|
-
"attributes": []
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "umb-collection-selection-actions",
|
|
670
|
-
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - ",
|
|
671
|
-
"attributes": [
|
|
672
|
-
{
|
|
673
|
-
"name": "entityType",
|
|
674
|
-
"description": "`entityType` {`string | null`} - \n\nProperty: entityType\n\nDefault: null",
|
|
675
|
-
"values": []
|
|
676
|
-
}
|
|
677
|
-
]
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "umb-collection-toolbar",
|
|
681
|
-
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - ",
|
|
682
|
-
"attributes": [
|
|
683
|
-
{
|
|
684
|
-
"name": "actions",
|
|
685
|
-
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "useSearch",
|
|
689
|
-
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
690
|
-
"valueSet": "v"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "onsearch",
|
|
694
|
-
"description": "`search` {`CustomEvent<string>`} - "
|
|
695
|
-
}
|
|
696
|
-
]
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "umb-collection",
|
|
700
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - ",
|
|
701
|
-
"attributes": [
|
|
702
|
-
{
|
|
703
|
-
"name": "entity-type",
|
|
704
|
-
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
705
|
-
}
|
|
706
|
-
]
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "umb-dashboard-collection",
|
|
710
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - ",
|
|
760
|
+
"description": "Properties:\n\n * `_relations` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`{ key: string; data: { columnAlias: string; value: any; }[]; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
711
761
|
"attributes": []
|
|
712
762
|
},
|
|
713
763
|
{
|
|
@@ -717,7 +767,7 @@
|
|
|
717
767
|
},
|
|
718
768
|
{
|
|
719
769
|
"name": "umb-backoffice-header-sections",
|
|
720
|
-
"description": "Properties:\n\n * `
|
|
770
|
+
"description": "Properties:\n\n * `_open` {`boolean`} - \n\n * `_sections` {`any[]`} - \n\n * `_visibleSections` {`any[]`} - \n\n * `_extraSections` {`any[]`} - \n\n * `_currentSectionAlias` {`string`} - \n\n * `_backofficeContext` - \n\n * `styles` - ",
|
|
721
771
|
"attributes": []
|
|
722
772
|
},
|
|
723
773
|
{
|
|
@@ -727,22 +777,22 @@
|
|
|
727
777
|
},
|
|
728
778
|
{
|
|
729
779
|
"name": "umb-backoffice-main",
|
|
730
|
-
"description": "Properties:\n\n * `
|
|
780
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_sections` {`any[]`} - \n\n * `_routePrefix` {`string`} - \n\n * `_backofficeContext` - \n\n * `_sectionContext` - \n\n * `_onRouteChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
731
781
|
"attributes": []
|
|
732
782
|
},
|
|
733
783
|
{
|
|
734
784
|
"name": "umb-backoffice-modal-container",
|
|
735
|
-
"description": "Properties:\n\n * `
|
|
785
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
736
786
|
"attributes": []
|
|
737
787
|
},
|
|
738
788
|
{
|
|
739
789
|
"name": "umb-backoffice-notification-container",
|
|
740
|
-
"description": "Properties:\n\n * `
|
|
790
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
741
791
|
"attributes": []
|
|
742
792
|
},
|
|
743
793
|
{
|
|
744
794
|
"name": "umb-body-layout",
|
|
745
|
-
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {string} - Renders a headline in the header.\n\nProperties:\n\n * `
|
|
795
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {string} - Renders a headline in the header.\n\nProperties:\n\n * `headline` {string} - Renders a headline in the header.\n\n * `_headerSlotHasChildren` {`boolean`} - \n\n * `_tabsSlotHasChildren` {`boolean`} - \n\n * `_actionsMenuSlotHasChildren` {`boolean`} - \n\n * `_footerSlotHasChildren` {`boolean`} - \n\n * `_actionsSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
746
796
|
"attributes": [
|
|
747
797
|
{
|
|
748
798
|
"name": "headline",
|
|
@@ -752,7 +802,7 @@
|
|
|
752
802
|
},
|
|
753
803
|
{
|
|
754
804
|
"name": "umb-button-with-dropdown",
|
|
755
|
-
"description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `
|
|
805
|
+
"description": "Attributes:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\nProperties:\n\n * `label` {`string`} - \n\n * `open` {`boolean`} - \n\n * `look` {`InterfaceLook`} - \n\n * `color` {`InterfaceColor`} - \n\n * `placement` {`PopoverPlacement`} - \n\n * `symbolExpand` - \n\n * `popover` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
756
806
|
"attributes": [
|
|
757
807
|
{
|
|
758
808
|
"name": "label",
|
|
@@ -856,13 +906,13 @@
|
|
|
856
906
|
]
|
|
857
907
|
},
|
|
858
908
|
{
|
|
859
|
-
"name": "
|
|
909
|
+
"name": "umb-code-block",
|
|
860
910
|
"description": "A simple styled box for showing code-based error messages.\n\nSlots:\n\n * ` ` {} - the full message\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
861
911
|
"attributes": []
|
|
862
912
|
},
|
|
863
913
|
{
|
|
864
914
|
"name": "umb-code-editor",
|
|
865
|
-
"description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `
|
|
915
|
+
"description": "A custom element that renders a code editor. Code editor is based on the Monaco Editor library.\nThe element will listen to the theme context and update the theme accordingly.\nParts of the monaco Api is exposed through the `editor` property. You can access the monaco editor instance through `editor.monacoEditor`.\n\nEvents:\n\n * `input` {} - Fired when the value of the editor changes.\n\n * `change` {} - Fired when the entire model of editor is replaced.\n\nAttributes:\n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.\n\nProperties:\n\n * `containerRef` - \n\n * `editor` - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\n * `theme` {CodeEditorTheme} - Theme of the editor. Default is light. Element will listen to the theme context and update the theme accordingly.\n\n * `code` {`string`} - Value of the editor. Default is empty string.\n\n * `readonly` {`boolean`} - Whether the editor is readonly. Default is false.\n\n * `label` {`string`} - Label of the editor. Default is 'Code Editor'.",
|
|
866
916
|
"attributes": [
|
|
867
917
|
{
|
|
868
918
|
"name": "language",
|
|
@@ -932,23 +982,58 @@
|
|
|
932
982
|
}
|
|
933
983
|
]
|
|
934
984
|
},
|
|
985
|
+
{
|
|
986
|
+
"name": "umb-collection-selection-actions",
|
|
987
|
+
"description": "Properties:\n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
988
|
+
"attributes": []
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "umb-collection-toolbar",
|
|
992
|
+
"description": "Events:\n\n * `search` {`CustomEvent<string>`} - \n\nAttributes:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\nProperties:\n\n * `actions` {`TooltipMenuItem[]`} - \n\n * `useSearch` {`boolean`} - \n\n * `_layouts` {`any[]`} - \n\n * `_currentLayout` - \n\n * `_search` {`string`} - \n\n * `_actionsOpen` {`boolean`} - \n\n * `_viewTypesOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
993
|
+
"attributes": [
|
|
994
|
+
{
|
|
995
|
+
"name": "actions",
|
|
996
|
+
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "useSearch",
|
|
1000
|
+
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
1001
|
+
"valueSet": "v"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "onsearch",
|
|
1005
|
+
"description": "`search` {`CustomEvent<string>`} - "
|
|
1006
|
+
}
|
|
1007
|
+
]
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "umb-collection",
|
|
1011
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `_routes` {`any[]`} - \n\n * `_selection` {`string[] | null | undefined`} - \n\n * `_collectionContext` - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `_collectionViewUnsubscribe` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1012
|
+
"attributes": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "entity-type",
|
|
1015
|
+
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
1016
|
+
}
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "umb-dashboard-collection",
|
|
1021
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1022
|
+
"attributes": []
|
|
1023
|
+
},
|
|
935
1024
|
{
|
|
936
1025
|
"name": "umb-debug",
|
|
937
|
-
"description": "Attributes:\n\n * `
|
|
1026
|
+
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\n * `contextData` {`any[]`} - \n\n * `_debugPaneOpen` {`boolean`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
938
1027
|
"attributes": [
|
|
939
1028
|
{
|
|
940
|
-
"name": "
|
|
941
|
-
"description": "`
|
|
1029
|
+
"name": "visible",
|
|
1030
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
942
1031
|
"valueSet": "v"
|
|
943
1032
|
},
|
|
944
1033
|
{
|
|
945
1034
|
"name": "dialog",
|
|
946
1035
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
947
1036
|
"valueSet": "v"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "contexts",
|
|
951
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
952
1037
|
}
|
|
953
1038
|
]
|
|
954
1039
|
},
|
|
@@ -959,7 +1044,7 @@
|
|
|
959
1044
|
},
|
|
960
1045
|
{
|
|
961
1046
|
"name": "umb-donut-chart",
|
|
962
|
-
"description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `
|
|
1047
|
+
"description": "This is a donut chart component that can be used to display data in a circular way.\n\nAttributes:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `border-size` {`number`} - The circle thickness in pixels\n\n * `svg-size` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\nProperties:\n\n * `radius` {`number`} - Circle radius in pixels\n\n * `borderSize` {`number`} - The circle thickness in pixels\n\n * `svgSize` {`number`} - The size of SVG element in pixels\n\n * `description` {`string`} - Description of the graph, added for accessibility purposes\n\n * `hideDetailBox` {`boolean`} - Hides the box that appears oh hover with the details of the slice\n\n * `_slices` {`UmbDonutSliceElement[]`} - \n\n * `_container` {`HTMLDivElement`} - \n\n * `_detailsBox` {`HTMLDivElement`} - \n\n * `circles` {`CircleWithCommands[]`} - \n\n * `viewBox` {`number`} - \n\n * `_posY` {`number`} - \n\n * `_posX` {`number`} - \n\n * `_detailName` {`string`} - \n\n * `_detailAmount` {`number`} - \n\n * `_detailColor` {`string`} - \n\n * `_totalAmount` {`number`} - \n\n * `_detailKind` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
963
1048
|
"attributes": [
|
|
964
1049
|
{
|
|
965
1050
|
"name": "radius",
|
|
@@ -1012,7 +1097,7 @@
|
|
|
1012
1097
|
},
|
|
1013
1098
|
{
|
|
1014
1099
|
"name": "umb-dropdown",
|
|
1015
|
-
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `
|
|
1100
|
+
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1016
1101
|
"attributes": [
|
|
1017
1102
|
{
|
|
1018
1103
|
"name": "open",
|
|
@@ -1023,7 +1108,7 @@
|
|
|
1023
1108
|
},
|
|
1024
1109
|
{
|
|
1025
1110
|
"name": "umb-empty-state",
|
|
1026
|
-
"description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `
|
|
1111
|
+
"description": "Attributes:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\nProperties:\n\n * `size` {`\"small\" | \"large\"`} - Set the text size\n\n * `position` {`\"center\" | undefined`} - Set the element position\n'center' => element is absolutely centered\nundefined => element has auto margin, to center in parent\n\n * `styles` {`CSSResult[]`} - ",
|
|
1027
1112
|
"attributes": [
|
|
1028
1113
|
{
|
|
1029
1114
|
"name": "size",
|
|
@@ -1081,7 +1166,7 @@
|
|
|
1081
1166
|
},
|
|
1082
1167
|
{
|
|
1083
1168
|
"name": "umb-extension-slot",
|
|
1084
|
-
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `
|
|
1169
|
+
"description": "Slots:\n\n * `default` {} - slot for inserting additional things into this slot.\n\nAttributes:\n\n * `type` {`string`} - \n\n * `default-element` {`string`} - \n\n * `renderMethod` - \n\nProperties:\n\n * `_extensions` {`InitializedExtension[]`} - \n\n * `type` {`string`} - \n\n * `filter` - \n\n * `_props` - \n\n * `props` - \n\n * `defaultElement` {`string`} - \n\n * `renderMethod` - \n\n * `styles` - ",
|
|
1085
1170
|
"attributes": [
|
|
1086
1171
|
{
|
|
1087
1172
|
"name": "type",
|
|
@@ -1104,12 +1189,12 @@
|
|
|
1104
1189
|
},
|
|
1105
1190
|
{
|
|
1106
1191
|
"name": "umb-header-app-button",
|
|
1107
|
-
"description": "Properties:\n\n * `
|
|
1192
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1108
1193
|
"attributes": []
|
|
1109
1194
|
},
|
|
1110
1195
|
{
|
|
1111
1196
|
"name": "umb-history-item",
|
|
1112
|
-
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1197
|
+
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1113
1198
|
"attributes": [
|
|
1114
1199
|
{
|
|
1115
1200
|
"name": "src",
|
|
@@ -1135,7 +1220,7 @@
|
|
|
1135
1220
|
},
|
|
1136
1221
|
{
|
|
1137
1222
|
"name": "umb-input-checkbox-list",
|
|
1138
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
1223
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; checked: boolean; value: string; }[]`} - List of items.\n\n * `selected` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1139
1224
|
"attributes": [
|
|
1140
1225
|
{
|
|
1141
1226
|
"name": "list",
|
|
@@ -1153,7 +1238,7 @@
|
|
|
1153
1238
|
},
|
|
1154
1239
|
{
|
|
1155
1240
|
"name": "umb-input-color-picker",
|
|
1156
|
-
"description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `
|
|
1241
|
+
"description": "This wraps the UUI library uui-color-swatches component\n\nEvents:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\nProperties:\n\n * `showLabels` {`boolean`} - \n\n * `swatches` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1157
1242
|
"attributes": [
|
|
1158
1243
|
{
|
|
1159
1244
|
"name": "showLabels",
|
|
@@ -1173,7 +1258,7 @@
|
|
|
1173
1258
|
},
|
|
1174
1259
|
{
|
|
1175
1260
|
"name": "umb-input-culture-select",
|
|
1176
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
1261
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_cultures` {`any[]`} - \n\n * `_search` {`string`} - \n\n * `selectedCultureName` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1177
1262
|
"attributes": [
|
|
1178
1263
|
{
|
|
1179
1264
|
"name": "disabled",
|
|
@@ -1189,7 +1274,7 @@
|
|
|
1189
1274
|
},
|
|
1190
1275
|
{
|
|
1191
1276
|
"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 * `
|
|
1277
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1193
1278
|
"attributes": [
|
|
1194
1279
|
{
|
|
1195
1280
|
"name": "min",
|
|
@@ -1221,8 +1306,12 @@
|
|
|
1221
1306
|
},
|
|
1222
1307
|
{
|
|
1223
1308
|
"name": "umb-input-document-type-picker",
|
|
1224
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1309
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `selectedIds` {`string[]`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1225
1310
|
"attributes": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "selectedIds",
|
|
1313
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1314
|
+
},
|
|
1226
1315
|
{
|
|
1227
1316
|
"name": "value",
|
|
1228
1317
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1235,7 +1324,7 @@
|
|
|
1235
1324
|
},
|
|
1236
1325
|
{
|
|
1237
1326
|
"name": "umb-input-eye-dropper",
|
|
1238
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `
|
|
1327
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1239
1328
|
"attributes": [
|
|
1240
1329
|
{
|
|
1241
1330
|
"name": "opacity",
|
|
@@ -1254,17 +1343,15 @@
|
|
|
1254
1343
|
},
|
|
1255
1344
|
{
|
|
1256
1345
|
"name": "umb-input-language-picker",
|
|
1257
|
-
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
1346
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `filter` - \n\n * `selectedIsoCodes` {`string[]`} - \n\n * `_items` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1258
1347
|
"attributes": [
|
|
1259
1348
|
{
|
|
1260
1349
|
"name": "min",
|
|
1261
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1262
|
-
"values": []
|
|
1350
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1263
1351
|
},
|
|
1264
1352
|
{
|
|
1265
1353
|
"name": "max",
|
|
1266
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1267
|
-
"values": []
|
|
1354
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1268
1355
|
},
|
|
1269
1356
|
{
|
|
1270
1357
|
"name": "min-message",
|
|
@@ -1282,7 +1369,7 @@
|
|
|
1282
1369
|
},
|
|
1283
1370
|
{
|
|
1284
1371
|
"name": "umb-input-media-picker",
|
|
1285
|
-
"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 * `
|
|
1372
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_pickedItemsObserver` - \n\n * `_repository` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1286
1373
|
"attributes": [
|
|
1287
1374
|
{
|
|
1288
1375
|
"name": "min",
|
|
@@ -1314,7 +1401,7 @@
|
|
|
1314
1401
|
},
|
|
1315
1402
|
{
|
|
1316
1403
|
"name": "umb-input-multi-url-picker",
|
|
1317
|
-
"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 * `
|
|
1404
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `variantId` - \n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hideAnchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\n * `urls` {Array<UmbLinkPickerLink>} - \n\n * `_urls` {`any[]`} - \n\n * `_modalRoute` - \n\n * `styles` {`CSSResult[]`} - \n\n * `myModalRegistration` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1318
1405
|
"attributes": [
|
|
1319
1406
|
{
|
|
1320
1407
|
"name": "alias",
|
|
@@ -1388,7 +1475,7 @@
|
|
|
1388
1475
|
},
|
|
1389
1476
|
{
|
|
1390
1477
|
"name": "umb-input-number-range",
|
|
1391
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
1478
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min-label` {`string`} - \n\n * `max-label` {`string`} - \n\n * `minValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `value` {`string`} - \n\nProperties:\n\n * `minLabel` {`string`} - \n\n * `maxLabel` {`string`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1392
1479
|
"attributes": [
|
|
1393
1480
|
{
|
|
1394
1481
|
"name": "min-label",
|
|
@@ -1420,7 +1507,7 @@
|
|
|
1420
1507
|
},
|
|
1421
1508
|
{
|
|
1422
1509
|
"name": "umb-input-radio-button-list",
|
|
1423
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
1510
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `value` {`string`} - \n\nProperties:\n\n * `list` {`{ key: string; sortOrder: number; value: string; }[]`} - List of items.\n\n * `selected` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1424
1511
|
"attributes": [
|
|
1425
1512
|
{
|
|
1426
1513
|
"name": "list",
|
|
@@ -1438,7 +1525,7 @@
|
|
|
1438
1525
|
},
|
|
1439
1526
|
{
|
|
1440
1527
|
"name": "umb-input-section",
|
|
1441
|
-
"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 * `
|
|
1528
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1442
1529
|
"attributes": [
|
|
1443
1530
|
{
|
|
1444
1531
|
"name": "value",
|
|
@@ -1479,7 +1566,7 @@
|
|
|
1479
1566
|
},
|
|
1480
1567
|
{
|
|
1481
1568
|
"name": "umb-input-slider",
|
|
1482
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `
|
|
1569
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enable-range` {`boolean`} - \n\nProperties:\n\n * `min` {`number`} - \n\n * `max` {`number`} - \n\n * `step` {`number`} - \n\n * `initVal1` {`number`} - \n\n * `initVal2` {`number`} - \n\n * `enableRange` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1483
1570
|
"attributes": [
|
|
1484
1571
|
{
|
|
1485
1572
|
"name": "min",
|
|
@@ -1513,8 +1600,8 @@
|
|
|
1513
1600
|
]
|
|
1514
1601
|
},
|
|
1515
1602
|
{
|
|
1516
|
-
"name": "umb-input-template
|
|
1517
|
-
"description": "Events:\n\n * `change
|
|
1603
|
+
"name": "umb-input-template",
|
|
1604
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`(string | null)[]`} - \n\n * `defaultId` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`(string | null)[]`} - \n\n * `selectedIds` {`(string | null)[]`} - \n\n * `_defaultId` {`string`} - \n\n * `defaultId` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1518
1605
|
"attributes": [
|
|
1519
1606
|
{
|
|
1520
1607
|
"name": "min",
|
|
@@ -1535,26 +1622,22 @@
|
|
|
1535
1622
|
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1536
1623
|
},
|
|
1537
1624
|
{
|
|
1538
|
-
"name": "
|
|
1539
|
-
"description": "`
|
|
1625
|
+
"name": "selectedIds",
|
|
1626
|
+
"description": "`selectedIds` {`(string | null)[]`} - \n\nProperty: selectedIds"
|
|
1540
1627
|
},
|
|
1541
1628
|
{
|
|
1542
|
-
"name": "
|
|
1543
|
-
"description": "`
|
|
1629
|
+
"name": "defaultId",
|
|
1630
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1544
1631
|
},
|
|
1545
1632
|
{
|
|
1546
|
-
"name": "onchange
|
|
1547
|
-
"description": "`change
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "onchange-allowed",
|
|
1551
|
-
"description": "`change-allowed` {`CustomEvent<unknown>`} - "
|
|
1633
|
+
"name": "onchange",
|
|
1634
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1552
1635
|
}
|
|
1553
1636
|
]
|
|
1554
1637
|
},
|
|
1555
1638
|
{
|
|
1556
1639
|
"name": "umb-input-toggle",
|
|
1557
|
-
"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 * `
|
|
1640
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1558
1641
|
"attributes": [
|
|
1559
1642
|
{
|
|
1560
1643
|
"name": "checked",
|
|
@@ -1583,39 +1666,22 @@
|
|
|
1583
1666
|
]
|
|
1584
1667
|
},
|
|
1585
1668
|
{
|
|
1586
|
-
"name": "umb-input-
|
|
1587
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1669
|
+
"name": "umb-input-upload-field",
|
|
1670
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`File[]`} - \n\n * `_currentFilesTemp` {`File[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1588
1671
|
"attributes": [
|
|
1589
1672
|
{
|
|
1590
|
-
"name": "
|
|
1591
|
-
"description": "`
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"name": "multiple",
|
|
1595
|
-
"description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
|
|
1596
|
-
"valueSet": "v"
|
|
1673
|
+
"name": "keys",
|
|
1674
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1597
1675
|
},
|
|
1598
1676
|
{
|
|
1599
|
-
"name": "
|
|
1600
|
-
"description": "`
|
|
1677
|
+
"name": "fileExtensions",
|
|
1678
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1679
|
+
"values": []
|
|
1601
1680
|
},
|
|
1602
1681
|
{
|
|
1603
|
-
"name": "
|
|
1604
|
-
"description": "`
|
|
1605
|
-
"
|
|
1606
|
-
{
|
|
1607
|
-
"name": "small"
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"name": "large"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"name": "medium"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"name": "full"
|
|
1617
|
-
}
|
|
1618
|
-
]
|
|
1682
|
+
"name": "multiple",
|
|
1683
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1684
|
+
"valueSet": "v"
|
|
1619
1685
|
},
|
|
1620
1686
|
{
|
|
1621
1687
|
"name": "onchange",
|
|
@@ -1624,8 +1690,8 @@
|
|
|
1624
1690
|
]
|
|
1625
1691
|
},
|
|
1626
1692
|
{
|
|
1627
|
-
"name": "umb-input-user",
|
|
1628
|
-
"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 * `
|
|
1693
|
+
"name": "umb-input-user-group",
|
|
1694
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1629
1695
|
"attributes": [
|
|
1630
1696
|
{
|
|
1631
1697
|
"name": "value",
|
|
@@ -1664,14 +1730,38 @@
|
|
|
1664
1730
|
}
|
|
1665
1731
|
]
|
|
1666
1732
|
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "umb-menu-item-base",
|
|
1735
|
+
"description": "Attributes:\n\n * `entity-type` {`string | undefined`} - \n\n * `icon-name` {`string`} - \n\n * `label` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `_entityType` {`string | undefined`} - \n\n * `entityType` {`string | undefined`} - \n\n * `iconName` {`string`} - \n\n * `label` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_href` {`string | undefined`} - \n\n * `_hasActions` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1736
|
+
"attributes": [
|
|
1737
|
+
{
|
|
1738
|
+
"name": "entity-type",
|
|
1739
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1740
|
+
"values": []
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "icon-name",
|
|
1744
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "label",
|
|
1748
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "has-children",
|
|
1752
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1753
|
+
"valueSet": "v"
|
|
1754
|
+
}
|
|
1755
|
+
]
|
|
1756
|
+
},
|
|
1667
1757
|
{
|
|
1668
1758
|
"name": "umb-menu-item",
|
|
1669
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1759
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1670
1760
|
"attributes": []
|
|
1671
1761
|
},
|
|
1672
1762
|
{
|
|
1673
1763
|
"name": "umb-menu",
|
|
1674
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1764
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1675
1765
|
"attributes": [
|
|
1676
1766
|
{
|
|
1677
1767
|
"name": "manifest",
|
|
@@ -1681,7 +1771,7 @@
|
|
|
1681
1771
|
},
|
|
1682
1772
|
{
|
|
1683
1773
|
"name": "umb-property-type-based-property",
|
|
1684
|
-
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `
|
|
1774
|
+
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `property` - \n\n * `_property` - \n\n * `_propertyEditorUiAlias` {`string | undefined`} - \n\n * `_dataTypeData` {`any[]`} - \n\n * `_dataTypeRepository` - \n\n * `_dataTypeObserver` - \n\n * `_value` {`unknown`} - \n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\n * `_propertyVariantId` - \n\n * `_workspaceContext` - \n\n * `_observePropertyValue` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1685
1775
|
"attributes": [
|
|
1686
1776
|
{
|
|
1687
1777
|
"name": "propertyVariantId",
|
|
@@ -1741,12 +1831,12 @@
|
|
|
1741
1831
|
},
|
|
1742
1832
|
{
|
|
1743
1833
|
"name": "umb-section-sidebar-context-menu",
|
|
1744
|
-
"description": "Properties:\n\n * `
|
|
1834
|
+
"description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | null | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1745
1835
|
"attributes": []
|
|
1746
1836
|
},
|
|
1747
1837
|
{
|
|
1748
1838
|
"name": "umb-section-sidebar-menu",
|
|
1749
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1839
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1750
1840
|
"attributes": [
|
|
1751
1841
|
{
|
|
1752
1842
|
"name": "manifest",
|
|
@@ -1761,7 +1851,7 @@
|
|
|
1761
1851
|
},
|
|
1762
1852
|
{
|
|
1763
1853
|
"name": "umb-section-views",
|
|
1764
|
-
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1854
|
+
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `sectionAlias` {`string | undefined`} - \n\n * `_views` {`any[]`} - \n\n * `_dashboards` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `_sectionContext` - \n\n * `_extensionsObserver` - \n\n * `_viewsObserver` - \n\n * `_dashboardObserver` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1765
1855
|
"attributes": [
|
|
1766
1856
|
{
|
|
1767
1857
|
"name": "section-alias",
|
|
@@ -1771,8 +1861,8 @@
|
|
|
1771
1861
|
]
|
|
1772
1862
|
},
|
|
1773
1863
|
{
|
|
1774
|
-
"name": "umb-section",
|
|
1775
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1864
|
+
"name": "umb-section-default",
|
|
1865
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_menus` {`Omit<any, \"kind\">[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1776
1866
|
"attributes": [
|
|
1777
1867
|
{
|
|
1778
1868
|
"name": "manifest",
|
|
@@ -1782,7 +1872,7 @@
|
|
|
1782
1872
|
},
|
|
1783
1873
|
{
|
|
1784
1874
|
"name": "umb-table",
|
|
1785
|
-
"description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `
|
|
1875
|
+
"description": "Events:\n\n * `selected` - fires when a row is selected\n\n * `deselected` - fires when a row is deselected\n\n * `sort` - fires when a column order is changed\n\nProperties:\n\n * `items` {Array<UmbTableItem>} - Table Items\n\n * `columns` {Array<UmbTableColumn>} - \n\n * `config` {UmbTableConfig} - \n\n * `selection` {Array<string>} - \n\n * `orderingColumn` {`string`} - \n\n * `orderingDesc` {`boolean`} - \n\n * `_selectionMode` {`boolean`} - \n\n * `_renderRow` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1786
1876
|
"attributes": [
|
|
1787
1877
|
{
|
|
1788
1878
|
"name": "onselected",
|
|
@@ -1800,7 +1890,7 @@
|
|
|
1800
1890
|
},
|
|
1801
1891
|
{
|
|
1802
1892
|
"name": "umb-template-card",
|
|
1803
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change
|
|
1893
|
+
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `id` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `default` {`boolean`} - \n\n * `_id` {`string`} - \n\n * `id` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1804
1894
|
"attributes": [
|
|
1805
1895
|
{
|
|
1806
1896
|
"name": "default",
|
|
@@ -1808,8 +1898,8 @@
|
|
|
1808
1898
|
"valueSet": "v"
|
|
1809
1899
|
},
|
|
1810
1900
|
{
|
|
1811
|
-
"name": "
|
|
1812
|
-
"description": "`
|
|
1901
|
+
"name": "id",
|
|
1902
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1813
1903
|
},
|
|
1814
1904
|
{
|
|
1815
1905
|
"name": "name",
|
|
@@ -1824,14 +1914,14 @@
|
|
|
1824
1914
|
"description": "`selected` {} - "
|
|
1825
1915
|
},
|
|
1826
1916
|
{
|
|
1827
|
-
"name": "onchange
|
|
1828
|
-
"description": "`change
|
|
1917
|
+
"name": "onchange",
|
|
1918
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1829
1919
|
}
|
|
1830
1920
|
]
|
|
1831
1921
|
},
|
|
1832
1922
|
{
|
|
1833
1923
|
"name": "umb-tooltip-menu",
|
|
1834
|
-
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `
|
|
1924
|
+
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1835
1925
|
"attributes": [
|
|
1836
1926
|
{
|
|
1837
1927
|
"name": "icon-only",
|
|
@@ -1846,22 +1936,22 @@
|
|
|
1846
1936
|
},
|
|
1847
1937
|
{
|
|
1848
1938
|
"name": "umb-entity-tree-item",
|
|
1849
|
-
"description": "Properties:\n\n * `
|
|
1939
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1850
1940
|
"attributes": []
|
|
1851
1941
|
},
|
|
1852
1942
|
{
|
|
1853
1943
|
"name": "umb-tree-item-base",
|
|
1854
|
-
"description": "Properties:\n\n * `
|
|
1944
|
+
"description": "Properties:\n\n * `_item` - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_isLoading` {`boolean`} - \n\n * `_isSelectable` {`boolean`} - \n\n * `_isSelected` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_hasChildren` {`boolean`} - \n\n * `_iconSlotHasChildren` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1855
1945
|
"attributes": []
|
|
1856
1946
|
},
|
|
1857
1947
|
{
|
|
1858
1948
|
"name": "umb-tree-item",
|
|
1859
|
-
"description": "Properties:\n\n * `
|
|
1949
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1860
1950
|
"attributes": []
|
|
1861
1951
|
},
|
|
1862
1952
|
{
|
|
1863
1953
|
"name": "umb-menu-item-tree",
|
|
1864
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1954
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - ",
|
|
1865
1955
|
"attributes": [
|
|
1866
1956
|
{
|
|
1867
1957
|
"name": "manifest",
|
|
@@ -1871,30 +1961,35 @@
|
|
|
1871
1961
|
},
|
|
1872
1962
|
{
|
|
1873
1963
|
"name": "umb-tree",
|
|
1874
|
-
"description": "
|
|
1964
|
+
"description": "Attributes:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `hide-tree-root` {`boolean`} - \n\nProperties:\n\n * `alias` {`string | undefined`} - \n\n * `selectable` - \n\n * `selection` - \n\n * `multiple` - \n\n * `_hideTreeRoot` {`boolean`} - \n\n * `hideTreeRoot` {`boolean`} - \n\n * `_items` {`any[]`} - \n\n * `_treeRoot` - ",
|
|
1875
1965
|
"attributes": [
|
|
1876
1966
|
{
|
|
1877
1967
|
"name": "alias",
|
|
1878
|
-
"description": "`alias` {`string`} - \n\nProperty: alias"
|
|
1968
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1969
|
+
"values": []
|
|
1879
1970
|
},
|
|
1880
1971
|
{
|
|
1881
1972
|
"name": "selectable",
|
|
1882
|
-
"description": "`selectable`
|
|
1883
|
-
"valueSet": "v"
|
|
1973
|
+
"description": "`selectable` - \n\nProperty: selectable"
|
|
1884
1974
|
},
|
|
1885
1975
|
{
|
|
1886
1976
|
"name": "selection",
|
|
1887
|
-
"description": "`selection`
|
|
1977
|
+
"description": "`selection` - \n\nProperty: selection"
|
|
1888
1978
|
},
|
|
1889
1979
|
{
|
|
1890
|
-
"name": "
|
|
1891
|
-
"description": "`
|
|
1980
|
+
"name": "multiple",
|
|
1981
|
+
"description": "`multiple` - \n\nProperty: multiple"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "hide-tree-root",
|
|
1985
|
+
"description": "`hide-tree-root` {`boolean`} - \n\nProperty: hideTreeRoot",
|
|
1986
|
+
"valueSet": "v"
|
|
1892
1987
|
}
|
|
1893
1988
|
]
|
|
1894
1989
|
},
|
|
1895
1990
|
{
|
|
1896
1991
|
"name": "umb-variant-selector",
|
|
1897
|
-
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `
|
|
1992
|
+
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `_variants` {`any[]`} - \n\n * `_activeVariants` {`ActiveVariant[]`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\n * `_variantContext` - \n\n * `_name` {`string | undefined`} - \n\n * `_culture` {`string | null | undefined`} - \n\n * `_segment` {`string | null | undefined`} - \n\n * `_variantDisplayName` {`string | undefined`} - \n\n * `_variantTitleName` {`string | undefined`} - \n\n * `_cultureNames` - \n\n * `_variantSelectorIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1898
1993
|
"attributes": [
|
|
1899
1994
|
{
|
|
1900
1995
|
"name": "alias",
|
|
@@ -1908,12 +2003,12 @@
|
|
|
1908
2003
|
},
|
|
1909
2004
|
{
|
|
1910
2005
|
"name": "umb-variantable-property",
|
|
1911
|
-
"description": "Properties:\n\n * `
|
|
2006
|
+
"description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1912
2007
|
"attributes": []
|
|
1913
2008
|
},
|
|
1914
2009
|
{
|
|
1915
2010
|
"name": "umb-workspace-property",
|
|
1916
|
-
"description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `
|
|
2011
|
+
"description": "Attributes:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\nProperties:\n\n * `label` {string} - Label. Name of the property\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `alias` {string} - Alias\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. Render the Property Editor UI registered for this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `value` {unknown} - Property Value, this is the value stored in the property.\n\n * `config` {string} - Config. Configuration to pass to the Property Editor UI. This is also the configuration data stored on the Data Type.\n\n * `propertyVariantId` {UmbVariantId} - PropertyVariantId. A Variant ID to identify which variant its value is stored on.\n\n * `_variantDifference` {`string | undefined`} - \n\n * `_element` - \n\n * `_value` {`unknown`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_label` {`string | undefined`} - \n\n * `_description` {`string | undefined`} - \n\n * `_propertyContext` - \n\n * `propertyEditorUIObserver` - \n\n * `_valueObserver` - \n\n * `_configObserver` - \n\n * `_onPropertyEditorChange` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1917
2012
|
"attributes": [
|
|
1918
2013
|
{
|
|
1919
2014
|
"name": "label",
|
|
@@ -1952,32 +2047,22 @@
|
|
|
1952
2047
|
},
|
|
1953
2048
|
{
|
|
1954
2049
|
"name": "umb-workspace-action-menu",
|
|
1955
|
-
"description": "Properties:\n\n * `
|
|
2050
|
+
"description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1956
2051
|
"attributes": []
|
|
1957
2052
|
},
|
|
1958
2053
|
{
|
|
1959
2054
|
"name": "umb-workspace-action",
|
|
1960
|
-
"description": "Properties:\n\n * `
|
|
2055
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1961
2056
|
"attributes": []
|
|
1962
2057
|
},
|
|
1963
2058
|
{
|
|
1964
2059
|
"name": "umb-workspace-view-collection",
|
|
1965
|
-
"description": "Properties:\n\n * `
|
|
2060
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1966
2061
|
"attributes": []
|
|
1967
2062
|
},
|
|
1968
2063
|
{
|
|
1969
|
-
"name": "umb-workspace-
|
|
1970
|
-
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer
|
|
1971
|
-
"attributes": [
|
|
1972
|
-
{
|
|
1973
|
-
"name": "alias",
|
|
1974
|
-
"description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
|
|
1975
|
-
}
|
|
1976
|
-
]
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"name": "umb-workspace-layout",
|
|
1980
|
-
"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`} - ",
|
|
2064
|
+
"name": "umb-workspace-editor",
|
|
2065
|
+
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1981
2066
|
"attributes": [
|
|
1982
2067
|
{
|
|
1983
2068
|
"name": "headline",
|
|
@@ -1999,9 +2084,19 @@
|
|
|
1999
2084
|
}
|
|
2000
2085
|
]
|
|
2001
2086
|
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "umb-workspace-footer",
|
|
2089
|
+
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer items\n\n * `actions` {} - Slot for workspace actions\n\nAttributes:\n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\n * `styles` {`CSSResult[]`} - ",
|
|
2090
|
+
"attributes": [
|
|
2091
|
+
{
|
|
2092
|
+
"name": "alias",
|
|
2093
|
+
"description": "`alias` {string} - Alias of the workspace. The Layout will render the workspace actions that are registered for this workspace alias.\n\nProperty: alias\n\nDefault: ''"
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2002
2097
|
{
|
|
2003
2098
|
"name": "umb-workspace-property-layout",
|
|
2004
|
-
"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 * `
|
|
2099
|
+
"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[]`} - ",
|
|
2005
2100
|
"attributes": [
|
|
2006
2101
|
{
|
|
2007
2102
|
"name": "alias",
|
|
@@ -2031,7 +2126,7 @@
|
|
|
2031
2126
|
},
|
|
2032
2127
|
{
|
|
2033
2128
|
"name": "umb-workspace-variant",
|
|
2034
|
-
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `
|
|
2129
|
+
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.\n\nAttributes:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\nProperties:\n\n * `alias` {`string`} - \n\n * `displayNavigation` {`boolean`} - \n\n * `splitViewIndex` {`number`} - \n\n * `_splitViewIndex` {`number`} - \n\n * `variantContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2035
2130
|
"attributes": [
|
|
2036
2131
|
{
|
|
2037
2132
|
"name": "alias",
|
|
@@ -2050,7 +2145,7 @@
|
|
|
2050
2145
|
},
|
|
2051
2146
|
{
|
|
2052
2147
|
"name": "umb-workspace",
|
|
2053
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
2148
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2054
2149
|
"attributes": [
|
|
2055
2150
|
{
|
|
2056
2151
|
"name": "entity-type",
|
|
@@ -2060,7 +2155,7 @@
|
|
|
2060
2155
|
},
|
|
2061
2156
|
{
|
|
2062
2157
|
"name": "umb-confirm-modal",
|
|
2063
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2158
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2064
2159
|
"attributes": [
|
|
2065
2160
|
{
|
|
2066
2161
|
"name": "data",
|
|
@@ -2070,7 +2165,7 @@
|
|
|
2070
2165
|
},
|
|
2071
2166
|
{
|
|
2072
2167
|
"name": "umb-embedded-media-modal",
|
|
2073
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2168
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2074
2169
|
"attributes": [
|
|
2075
2170
|
{
|
|
2076
2171
|
"name": "data",
|
|
@@ -2078,47 +2173,39 @@
|
|
|
2078
2173
|
}
|
|
2079
2174
|
]
|
|
2080
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "umb-folder-modal",
|
|
2178
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_data` - \n\n * `data` - \n\n * `_folder` - \n\n * `_headline` {`string | undefined`} - \n\n * `_isNew` {`boolean`} - \n\n * `_formElement` {`HTMLFormElement | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2179
|
+
"attributes": []
|
|
2180
|
+
},
|
|
2081
2181
|
{
|
|
2082
2182
|
"name": "umb-icon-picker-modal",
|
|
2083
|
-
"description": "
|
|
2084
|
-
"attributes": [
|
|
2085
|
-
{
|
|
2086
|
-
"name": "iconlist",
|
|
2087
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "iconlistFiltered",
|
|
2091
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"name": "colorlist",
|
|
2095
|
-
"description": "`colorlist` {`string[]`} - \n\nProperty: colorlist\n\nDefault: #000000,#373737,#9e9e9e,#607d8b,#2196f3,#03a9f4,#3f51b5,#9c27b0,#673ab7,#00bcd4,#4caf50,#8bc34a,#cddc39,#ffeb3b,#ffc107,#ff9800,#ff5722,#f44336,#e91e63,#795548"
|
|
2096
|
-
}
|
|
2097
|
-
]
|
|
2183
|
+
"description": "Properties:\n\n * `_iconList` - \n\n * `_iconListFiltered` {`string[]`} - \n\n * `_colorList` {`string[]`} - \n\n * `_currentColor` {`string | undefined`} - \n\n * `_currentIcon` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2184
|
+
"attributes": []
|
|
2098
2185
|
},
|
|
2099
2186
|
{
|
|
2100
2187
|
"name": "umb-link-picker-modal",
|
|
2101
|
-
"description": "Properties:\n\n * `
|
|
2188
|
+
"description": "Properties:\n\n * `_selectedKey` {`string | undefined`} - \n\n * `_index` {`number | null`} - \n\n * `_link` - \n\n * `_layout` - \n\n * `_linkInput` - \n\n * `_linkQueryInput` - \n\n * `_linkTitleInput` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2102
2189
|
"attributes": []
|
|
2103
2190
|
},
|
|
2104
2191
|
{
|
|
2105
2192
|
"name": "umb-property-settings-modal",
|
|
2106
|
-
"description": "Properties:\n\n * `
|
|
2193
|
+
"description": "Properties:\n\n * `_selectedPropertyEditorUI` - \n\n * `_selectedPropertyEditorUIAlias` {`string`} - \n\n * `_appearanceIsTop` {`boolean`} - \n\n * `_mandatory` {`boolean`} - \n\n * `_customValidationOptions` {`({ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; })[]`} - \n\n * `_customValidation` {`{ name: string; value: string; selected: boolean; validation?: undefined; } | { name: string; value: string; validation: string; selected?: undefined; } | { name: string; value: string; selected?: undefined; validation?: undefined; }`} - \n\n * `_aliasLocked` {`boolean`} - \n\n * `_name` {`string`} - \n\n * `_alias` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2107
2194
|
"attributes": []
|
|
2108
2195
|
},
|
|
2109
2196
|
{
|
|
2110
2197
|
"name": "umb-section-picker-modal",
|
|
2111
|
-
"description": "Properties:\n\n * `
|
|
2198
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2112
2199
|
"attributes": []
|
|
2113
2200
|
},
|
|
2114
2201
|
{
|
|
2115
2202
|
"name": "umb-template-picker-modal",
|
|
2116
|
-
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2203
|
+
"description": "Properties:\n\n * `_selection` {`(string | null)[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2117
2204
|
"attributes": []
|
|
2118
2205
|
},
|
|
2119
2206
|
{
|
|
2120
2207
|
"name": "umb-template-modal",
|
|
2121
|
-
"description": "Properties:\n\n * `
|
|
2208
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2122
2209
|
"attributes": []
|
|
2123
2210
|
},
|
|
2124
2211
|
{
|
|
@@ -2151,7 +2238,7 @@
|
|
|
2151
2238
|
},
|
|
2152
2239
|
{
|
|
2153
2240
|
"name": "umb-property-action-menu",
|
|
2154
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `
|
|
2241
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\n * `_actionsObserver` - \n\n * `_actions` {`any[]`} - \n\n * `_open` {`boolean`} - \n\n * `_propertyActionMenuContext` - \n\n * `styles` - ",
|
|
2155
2242
|
"attributes": [
|
|
2156
2243
|
{
|
|
2157
2244
|
"name": "value",
|
|
@@ -2166,7 +2253,7 @@
|
|
|
2166
2253
|
},
|
|
2167
2254
|
{
|
|
2168
2255
|
"name": "umb-property-action",
|
|
2169
|
-
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2256
|
+
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_propertyAction` - \n\n * `propertyAction` - \n\n * `_element` - \n\n * `styles` - \n\n * `value` {`string | undefined`} - ",
|
|
2170
2257
|
"attributes": [
|
|
2171
2258
|
{
|
|
2172
2259
|
"name": "propertyAction",
|
|
@@ -2186,7 +2273,7 @@
|
|
|
2186
2273
|
},
|
|
2187
2274
|
{
|
|
2188
2275
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2189
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2276
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `data` - \n\n * `_groupedPropertyEditorUIs` {`GroupedPropertyEditorUIs`} - \n\n * `_propertyEditorUIs` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_submitLabel` {`string`} - \n\n * `modalHandler` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2190
2277
|
"attributes": [
|
|
2191
2278
|
{
|
|
2192
2279
|
"name": "data",
|
|
@@ -2196,7 +2283,7 @@
|
|
|
2196
2283
|
},
|
|
2197
2284
|
{
|
|
2198
2285
|
"name": "umb-property-editor-config",
|
|
2199
|
-
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `
|
|
2286
|
+
"description": "Attributes:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `property-editor-ui-alias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\nProperties:\n\n * `_propertyEditorUiAlias` {string} - Property Editor UI Alias. The element will render configuration for a Property Editor UI with this alias.\n\n * `propertyEditorUiAlias` {`string`} - \n\n * `data` {Array<{ alias: string; value: unknown }>} - Data. The element will render configuration editors with values from this data.\nIf a value is not found in this data, the element will use the default value from the configuration.\n\n * `_properties` {`any[]`} - \n\n * `_propertyEditorModelConfigDefaultData` {`any[]`} - \n\n * `_propertyEditorUIConfigDefaultData` {`any[]`} - \n\n * `_configDefaultData` {`any[] | undefined`} - \n\n * `_propertyEditorModelConfigProperties` {`any[]`} - \n\n * `_propertyEditorUIConfigProperties` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2200
2287
|
"attributes": [
|
|
2201
2288
|
{
|
|
2202
2289
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2214,7 +2301,7 @@
|
|
|
2214
2301
|
},
|
|
2215
2302
|
{
|
|
2216
2303
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2217
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2304
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2218
2305
|
"attributes": [
|
|
2219
2306
|
{
|
|
2220
2307
|
"name": "value",
|
|
@@ -2224,7 +2311,7 @@
|
|
|
2224
2311
|
},
|
|
2225
2312
|
{
|
|
2226
2313
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2227
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2314
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2228
2315
|
"attributes": [
|
|
2229
2316
|
{
|
|
2230
2317
|
"name": "value",
|
|
@@ -2234,7 +2321,7 @@
|
|
|
2234
2321
|
},
|
|
2235
2322
|
{
|
|
2236
2323
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2237
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2324
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2238
2325
|
"attributes": [
|
|
2239
2326
|
{
|
|
2240
2327
|
"name": "value",
|
|
@@ -2244,7 +2331,7 @@
|
|
|
2244
2331
|
},
|
|
2245
2332
|
{
|
|
2246
2333
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2247
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `
|
|
2334
|
+
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `name` {`string`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2248
2335
|
"attributes": [
|
|
2249
2336
|
{
|
|
2250
2337
|
"name": "name",
|
|
@@ -2254,7 +2341,7 @@
|
|
|
2254
2341
|
},
|
|
2255
2342
|
{
|
|
2256
2343
|
"name": "umb-property-editor-ui-block-grid",
|
|
2257
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2344
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_variantContext` - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - \n\n * `_variantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2258
2345
|
"attributes": [
|
|
2259
2346
|
{
|
|
2260
2347
|
"name": "value",
|
|
@@ -2264,7 +2351,7 @@
|
|
|
2264
2351
|
},
|
|
2265
2352
|
{
|
|
2266
2353
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2267
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2354
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2268
2355
|
"attributes": [
|
|
2269
2356
|
{
|
|
2270
2357
|
"name": "value",
|
|
@@ -2274,7 +2361,7 @@
|
|
|
2274
2361
|
},
|
|
2275
2362
|
{
|
|
2276
2363
|
"name": "umb-property-editor-ui-block-list",
|
|
2277
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2364
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2278
2365
|
"attributes": [
|
|
2279
2366
|
{
|
|
2280
2367
|
"name": "value",
|
|
@@ -2284,7 +2371,7 @@
|
|
|
2284
2371
|
},
|
|
2285
2372
|
{
|
|
2286
2373
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2287
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `
|
|
2374
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `value` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; checked: boolean; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2288
2375
|
"attributes": [
|
|
2289
2376
|
{
|
|
2290
2377
|
"name": "value",
|
|
@@ -2298,7 +2385,7 @@
|
|
|
2298
2385
|
},
|
|
2299
2386
|
{
|
|
2300
2387
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2301
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2388
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2302
2389
|
"attributes": [
|
|
2303
2390
|
{
|
|
2304
2391
|
"name": "value",
|
|
@@ -2308,7 +2395,7 @@
|
|
|
2308
2395
|
},
|
|
2309
2396
|
{
|
|
2310
2397
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2311
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2398
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2312
2399
|
"attributes": [
|
|
2313
2400
|
{
|
|
2314
2401
|
"name": "value",
|
|
@@ -2318,7 +2405,7 @@
|
|
|
2318
2405
|
},
|
|
2319
2406
|
{
|
|
2320
2407
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2321
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2408
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2322
2409
|
"attributes": [
|
|
2323
2410
|
{
|
|
2324
2411
|
"name": "value",
|
|
@@ -2328,7 +2415,7 @@
|
|
|
2328
2415
|
},
|
|
2329
2416
|
{
|
|
2330
2417
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2331
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2418
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2332
2419
|
"attributes": [
|
|
2333
2420
|
{
|
|
2334
2421
|
"name": "value",
|
|
@@ -2338,7 +2425,7 @@
|
|
|
2338
2425
|
},
|
|
2339
2426
|
{
|
|
2340
2427
|
"name": "umb-property-editor-ui-collection-view",
|
|
2341
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2428
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2342
2429
|
"attributes": [
|
|
2343
2430
|
{
|
|
2344
2431
|
"name": "value",
|
|
@@ -2348,7 +2435,7 @@
|
|
|
2348
2435
|
},
|
|
2349
2436
|
{
|
|
2350
2437
|
"name": "umb-property-editor-ui-color-picker",
|
|
2351
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2438
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_showLabels` {`boolean`} - \n\n * `_swatches` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2352
2439
|
"attributes": [
|
|
2353
2440
|
{
|
|
2354
2441
|
"name": "value",
|
|
@@ -2362,7 +2449,7 @@
|
|
|
2362
2449
|
},
|
|
2363
2450
|
{
|
|
2364
2451
|
"name": "umb-property-editor-ui-date-picker",
|
|
2365
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2452
|
+
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `_value` {`Date | undefined`} - \n\n * `_valueString` {`string | undefined`} - \n\n * `value` {`string | undefined`} - \n\n * `_format` {`string | undefined`} - \n\n * `_inputType` {`InputType`} - \n\n * `_offsetTime` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2366
2453
|
"attributes": [
|
|
2367
2454
|
{
|
|
2368
2455
|
"name": "value",
|
|
@@ -2387,7 +2474,7 @@
|
|
|
2387
2474
|
},
|
|
2388
2475
|
{
|
|
2389
2476
|
"name": "umb-property-editor-ui-dropdown",
|
|
2390
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2477
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2391
2478
|
"attributes": [
|
|
2392
2479
|
{
|
|
2393
2480
|
"name": "value",
|
|
@@ -2397,7 +2484,7 @@
|
|
|
2397
2484
|
},
|
|
2398
2485
|
{
|
|
2399
2486
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2400
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2487
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `_opacity` {`boolean`} - \n\n * `_swatches` {`string[]`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2401
2488
|
"attributes": [
|
|
2402
2489
|
{
|
|
2403
2490
|
"name": "value",
|
|
@@ -2411,7 +2498,7 @@
|
|
|
2411
2498
|
},
|
|
2412
2499
|
{
|
|
2413
2500
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2414
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2501
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2415
2502
|
"attributes": [
|
|
2416
2503
|
{
|
|
2417
2504
|
"name": "value",
|
|
@@ -2421,7 +2508,7 @@
|
|
|
2421
2508
|
},
|
|
2422
2509
|
{
|
|
2423
2510
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2424
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2511
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2425
2512
|
"attributes": [
|
|
2426
2513
|
{
|
|
2427
2514
|
"name": "value",
|
|
@@ -2431,7 +2518,7 @@
|
|
|
2431
2518
|
},
|
|
2432
2519
|
{
|
|
2433
2520
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2434
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2521
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2435
2522
|
"attributes": [
|
|
2436
2523
|
{
|
|
2437
2524
|
"name": "value",
|
|
@@ -2441,7 +2528,7 @@
|
|
|
2441
2528
|
},
|
|
2442
2529
|
{
|
|
2443
2530
|
"name": "umb-property-editor-ui-label",
|
|
2444
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2531
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2445
2532
|
"attributes": [
|
|
2446
2533
|
{
|
|
2447
2534
|
"name": "value",
|
|
@@ -2451,7 +2538,7 @@
|
|
|
2451
2538
|
},
|
|
2452
2539
|
{
|
|
2453
2540
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2454
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2541
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2455
2542
|
"attributes": [
|
|
2456
2543
|
{
|
|
2457
2544
|
"name": "value",
|
|
@@ -2475,7 +2562,7 @@
|
|
|
2475
2562
|
},
|
|
2476
2563
|
{
|
|
2477
2564
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2478
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2565
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2479
2566
|
"attributes": [
|
|
2480
2567
|
{
|
|
2481
2568
|
"name": "value",
|
|
@@ -2485,7 +2572,7 @@
|
|
|
2485
2572
|
},
|
|
2486
2573
|
{
|
|
2487
2574
|
"name": "umb-property-editor-ui-member-picker",
|
|
2488
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2575
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2489
2576
|
"attributes": [
|
|
2490
2577
|
{
|
|
2491
2578
|
"name": "value",
|
|
@@ -2495,7 +2582,7 @@
|
|
|
2495
2582
|
},
|
|
2496
2583
|
{
|
|
2497
2584
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2498
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `
|
|
2585
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `value` {`any[]`} - \n\n * `config` {`any[]`} - \n\n * `_overlaySize` {`UUIModalSidebarSize | undefined`} - \n\n * `_hideAnchor` {`boolean | undefined`} - \n\n * `_ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `_maxNumber` {`number | undefined`} - \n\n * `_minNumber` {`number | undefined`} - \n\n * `_alias` {`string | undefined`} - \n\n * `_propertyVariantId` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2499
2586
|
"attributes": [
|
|
2500
2587
|
{
|
|
2501
2588
|
"name": "value",
|
|
@@ -2509,7 +2596,7 @@
|
|
|
2509
2596
|
},
|
|
2510
2597
|
{
|
|
2511
2598
|
"name": "umb-input-multiple-text-string-item",
|
|
2512
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
2599
|
+
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\n * `_input` - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2513
2600
|
"attributes": [
|
|
2514
2601
|
{
|
|
2515
2602
|
"name": "disabled",
|
|
@@ -2525,7 +2612,7 @@
|
|
|
2525
2612
|
},
|
|
2526
2613
|
{
|
|
2527
2614
|
"name": "umb-input-multiple-text-string",
|
|
2528
|
-
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \n\nProperties:\n\n * `
|
|
2615
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `items` {`MultipleTextStringValue`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Makes the input readonly\n\n * `_items` {`MultipleTextStringValue`} - \n\n * `items` {`MultipleTextStringValue`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
2529
2616
|
"attributes": [
|
|
2530
2617
|
{
|
|
2531
2618
|
"name": "min",
|
|
@@ -2588,7 +2675,7 @@
|
|
|
2588
2675
|
},
|
|
2589
2676
|
{
|
|
2590
2677
|
"name": "umb-property-editor-ui-number-range",
|
|
2591
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `
|
|
2678
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `_value` {`ValueType`} - \n\n * `value` {`ValueType | undefined`} - \n\n * `config` {`never[]`} - \n\n * `_minValue` {`number | undefined`} - \n\n * `_maxValue` {`number | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2592
2679
|
"attributes": [
|
|
2593
2680
|
{
|
|
2594
2681
|
"name": "_value",
|
|
@@ -2602,7 +2689,7 @@
|
|
|
2602
2689
|
},
|
|
2603
2690
|
{
|
|
2604
2691
|
"name": "umb-property-editor-ui-number",
|
|
2605
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2692
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2606
2693
|
"attributes": [
|
|
2607
2694
|
{
|
|
2608
2695
|
"name": "value",
|
|
@@ -2616,7 +2703,7 @@
|
|
|
2616
2703
|
},
|
|
2617
2704
|
{
|
|
2618
2705
|
"name": "umb-property-editor-ui-order-direction",
|
|
2619
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2706
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2620
2707
|
"attributes": [
|
|
2621
2708
|
{
|
|
2622
2709
|
"name": "value",
|
|
@@ -2626,7 +2713,7 @@
|
|
|
2626
2713
|
},
|
|
2627
2714
|
{
|
|
2628
2715
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2629
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2716
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2630
2717
|
"attributes": [
|
|
2631
2718
|
{
|
|
2632
2719
|
"name": "value",
|
|
@@ -2636,7 +2723,7 @@
|
|
|
2636
2723
|
},
|
|
2637
2724
|
{
|
|
2638
2725
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2639
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2726
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_list` {`{ key: string; sortOrder: number; value: string; }[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2640
2727
|
"attributes": [
|
|
2641
2728
|
{
|
|
2642
2729
|
"name": "value",
|
|
@@ -2650,7 +2737,7 @@
|
|
|
2650
2737
|
},
|
|
2651
2738
|
{
|
|
2652
2739
|
"name": "umb-property-editor-ui-slider",
|
|
2653
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `
|
|
2740
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\n * `_enableRange` {`boolean | undefined`} - \n\n * `_initVal1` {`number | undefined`} - \n\n * `_initVal2` {`number | undefined`} - \n\n * `_step` {`number | undefined`} - \n\n * `_min` {`number | undefined`} - \n\n * `_max` {`number | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2654
2741
|
"attributes": [
|
|
2655
2742
|
{
|
|
2656
2743
|
"name": "value",
|
|
@@ -2664,7 +2751,7 @@
|
|
|
2664
2751
|
},
|
|
2665
2752
|
{
|
|
2666
2753
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2667
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2754
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2668
2755
|
"attributes": [
|
|
2669
2756
|
{
|
|
2670
2757
|
"name": "value",
|
|
@@ -2674,7 +2761,7 @@
|
|
|
2674
2761
|
},
|
|
2675
2762
|
{
|
|
2676
2763
|
"name": "umb-property-editor-ui-tags",
|
|
2677
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2764
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2678
2765
|
"attributes": [
|
|
2679
2766
|
{
|
|
2680
2767
|
"name": "value",
|
|
@@ -2684,7 +2771,7 @@
|
|
|
2684
2771
|
},
|
|
2685
2772
|
{
|
|
2686
2773
|
"name": "umb-property-editor-ui-text-box",
|
|
2687
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2774
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2688
2775
|
"attributes": [
|
|
2689
2776
|
{
|
|
2690
2777
|
"name": "value",
|
|
@@ -2698,7 +2785,7 @@
|
|
|
2698
2785
|
},
|
|
2699
2786
|
{
|
|
2700
2787
|
"name": "umb-property-editor-ui-textarea",
|
|
2701
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2788
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `propertyContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2702
2789
|
"attributes": [
|
|
2703
2790
|
{
|
|
2704
2791
|
"name": "value",
|
|
@@ -2712,7 +2799,7 @@
|
|
|
2712
2799
|
},
|
|
2713
2800
|
{
|
|
2714
2801
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2715
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2802
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2716
2803
|
"attributes": [
|
|
2717
2804
|
{
|
|
2718
2805
|
"name": "value",
|
|
@@ -2722,7 +2809,7 @@
|
|
|
2722
2809
|
},
|
|
2723
2810
|
{
|
|
2724
2811
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2725
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2812
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2726
2813
|
"attributes": [
|
|
2727
2814
|
{
|
|
2728
2815
|
"name": "value",
|
|
@@ -2732,7 +2819,7 @@
|
|
|
2732
2819
|
},
|
|
2733
2820
|
{
|
|
2734
2821
|
"name": "umb-property-editor-ui-toggle",
|
|
2735
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `
|
|
2822
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `value` {`boolean`} - \n\n * `_labelOff` {`string | undefined`} - \n\n * `_labelOn` {`string | undefined`} - \n\n * `_showLabels` {`boolean | undefined`} - \n\n * `config` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2736
2823
|
"attributes": [
|
|
2737
2824
|
{
|
|
2738
2825
|
"name": "value",
|
|
@@ -2747,7 +2834,7 @@
|
|
|
2747
2834
|
},
|
|
2748
2835
|
{
|
|
2749
2836
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2750
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2837
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2751
2838
|
"attributes": [
|
|
2752
2839
|
{
|
|
2753
2840
|
"name": "value",
|
|
@@ -2757,7 +2844,7 @@
|
|
|
2757
2844
|
},
|
|
2758
2845
|
{
|
|
2759
2846
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2760
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2847
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2761
2848
|
"attributes": [
|
|
2762
2849
|
{
|
|
2763
2850
|
"name": "value",
|
|
@@ -2767,17 +2854,21 @@
|
|
|
2767
2854
|
},
|
|
2768
2855
|
{
|
|
2769
2856
|
"name": "umb-property-editor-ui-upload-field",
|
|
2770
|
-
"description": "
|
|
2857
|
+
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2771
2858
|
"attributes": [
|
|
2772
2859
|
{
|
|
2773
2860
|
"name": "value",
|
|
2774
2861
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "onproperty-value-change",
|
|
2865
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2775
2866
|
}
|
|
2776
2867
|
]
|
|
2777
2868
|
},
|
|
2778
2869
|
{
|
|
2779
2870
|
"name": "umb-property-editor-ui-user-picker",
|
|
2780
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2871
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2781
2872
|
"attributes": [
|
|
2782
2873
|
{
|
|
2783
2874
|
"name": "value",
|
|
@@ -2787,7 +2878,7 @@
|
|
|
2787
2878
|
},
|
|
2788
2879
|
{
|
|
2789
2880
|
"name": "umb-property-editor-ui-value-type",
|
|
2790
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2881
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2791
2882
|
"attributes": [
|
|
2792
2883
|
{
|
|
2793
2884
|
"name": "value",
|
|
@@ -2797,7 +2888,7 @@
|
|
|
2797
2888
|
},
|
|
2798
2889
|
{
|
|
2799
2890
|
"name": "umb-file-system-tree-item",
|
|
2800
|
-
"description": "Properties:\n\n * `
|
|
2891
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2801
2892
|
"attributes": []
|
|
2802
2893
|
},
|
|
2803
2894
|
{
|
|
@@ -2807,32 +2898,32 @@
|
|
|
2807
2898
|
},
|
|
2808
2899
|
{
|
|
2809
2900
|
"name": "umb-stylesheet-workspace",
|
|
2810
|
-
"description": "Properties:\n\n * `
|
|
2901
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2811
2902
|
"attributes": []
|
|
2812
2903
|
},
|
|
2813
2904
|
{
|
|
2814
2905
|
"name": "umb-template-workspace",
|
|
2815
|
-
"description": "Properties:\n\n * `
|
|
2906
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2816
2907
|
"attributes": []
|
|
2817
2908
|
},
|
|
2818
2909
|
{
|
|
2819
2910
|
"name": "umb-dashboard-translation-dictionary",
|
|
2820
|
-
"description": "Properties:\n\n * `
|
|
2911
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2821
2912
|
"attributes": []
|
|
2822
2913
|
},
|
|
2823
2914
|
{
|
|
2824
2915
|
"name": "umb-create-dictionary-modal",
|
|
2825
|
-
"description": "Properties:\n\n * `
|
|
2916
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2826
2917
|
"attributes": []
|
|
2827
2918
|
},
|
|
2828
2919
|
{
|
|
2829
2920
|
"name": "umb-export-dictionary-modal",
|
|
2830
|
-
"description": "Properties:\n\n * `
|
|
2921
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2831
2922
|
"attributes": []
|
|
2832
2923
|
},
|
|
2833
2924
|
{
|
|
2834
2925
|
"name": "umb-import-dictionary-modal",
|
|
2835
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2926
|
+
"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[]`} - ",
|
|
2836
2927
|
"attributes": []
|
|
2837
2928
|
},
|
|
2838
2929
|
{
|
|
@@ -2841,27 +2932,32 @@
|
|
|
2841
2932
|
},
|
|
2842
2933
|
{
|
|
2843
2934
|
"name": "umb-dictionary-workspace-edit",
|
|
2844
|
-
"description": "Properties:\n\n * `
|
|
2935
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2845
2936
|
"attributes": []
|
|
2846
2937
|
},
|
|
2847
2938
|
{
|
|
2848
2939
|
"name": "umb-dictionary-workspace",
|
|
2849
|
-
"description": "Properties:\n\n * `
|
|
2940
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2850
2941
|
"attributes": []
|
|
2851
2942
|
},
|
|
2852
2943
|
{
|
|
2853
2944
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2854
|
-
"description": "Properties:\n\n * `
|
|
2945
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2946
|
+
"attributes": []
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "umb-umbraco-news-dashboard",
|
|
2950
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2855
2951
|
"attributes": []
|
|
2856
2952
|
},
|
|
2857
2953
|
{
|
|
2858
2954
|
"name": "umb-current-user-header-app",
|
|
2859
|
-
"description": "Properties:\n\n * `
|
|
2955
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2860
2956
|
"attributes": []
|
|
2861
2957
|
},
|
|
2862
2958
|
{
|
|
2863
2959
|
"name": "umb-change-password-modal",
|
|
2864
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2960
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2865
2961
|
"attributes": [
|
|
2866
2962
|
{
|
|
2867
2963
|
"name": "data",
|
|
@@ -2871,7 +2967,7 @@
|
|
|
2871
2967
|
},
|
|
2872
2968
|
{
|
|
2873
2969
|
"name": "umb-current-user-modal",
|
|
2874
|
-
"description": "Properties:\n\n * `
|
|
2970
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
2875
2971
|
"attributes": []
|
|
2876
2972
|
},
|
|
2877
2973
|
{
|
|
@@ -2881,71 +2977,77 @@
|
|
|
2881
2977
|
},
|
|
2882
2978
|
{
|
|
2883
2979
|
"name": "umb-user-profile-app-history",
|
|
2884
|
-
"description": "Properties:\n\n * `
|
|
2980
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2885
2981
|
"attributes": []
|
|
2886
2982
|
},
|
|
2887
2983
|
{
|
|
2888
2984
|
"name": "umb-user-dashboard-test",
|
|
2889
|
-
"description": "Properties:\n\n * `
|
|
2985
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2890
2986
|
"attributes": []
|
|
2891
2987
|
},
|
|
2892
2988
|
{
|
|
2893
2989
|
"name": "umb-user-profile-app-profile",
|
|
2894
|
-
"description": "Properties:\n\n * `
|
|
2990
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2895
2991
|
"attributes": []
|
|
2896
2992
|
},
|
|
2897
2993
|
{
|
|
2898
2994
|
"name": "umb-user-profile-app-themes",
|
|
2899
|
-
"description": "Properties:\n\n * `
|
|
2995
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2900
2996
|
"attributes": []
|
|
2901
2997
|
},
|
|
2902
2998
|
{
|
|
2903
2999
|
"name": "umb-user-group-picker-modal",
|
|
2904
|
-
"description": "Properties:\n\n * `
|
|
3000
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3001
|
+
"attributes": []
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "umb-section-view-user-groups",
|
|
3005
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2905
3006
|
"attributes": []
|
|
2906
3007
|
},
|
|
2907
3008
|
{
|
|
2908
3009
|
"name": "umb-workspace-action-user-group-save",
|
|
2909
|
-
"description": "Properties:\n\n * `
|
|
3010
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2910
3011
|
"attributes": []
|
|
2911
3012
|
},
|
|
2912
3013
|
{
|
|
2913
|
-
"name": "umb-user-group-
|
|
2914
|
-
"description": "Properties:\n\n * `
|
|
3014
|
+
"name": "umb-user-group-table-name-column-layout",
|
|
3015
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
|
|
2915
3016
|
"attributes": []
|
|
2916
3017
|
},
|
|
2917
3018
|
{
|
|
2918
|
-
"name": "umb-user-group-
|
|
2919
|
-
"description": "Properties:\n\n * `
|
|
3019
|
+
"name": "umb-user-group-table-sections-column-layout",
|
|
3020
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
|
|
2920
3021
|
"attributes": []
|
|
2921
3022
|
},
|
|
2922
3023
|
{
|
|
2923
|
-
"name": "umb-
|
|
3024
|
+
"name": "umb-user-group-workspace-edit",
|
|
3025
|
+
"description": "Properties:\n\n * `defaultPermissions` {`{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]`} - \n\n * `_userStore` - \n\n * `_userGroup` - \n\n * `_userKeys` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2924
3026
|
"attributes": []
|
|
2925
3027
|
},
|
|
2926
3028
|
{
|
|
2927
|
-
"name": "umb-
|
|
2928
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3029
|
+
"name": "umb-user-group-workspace",
|
|
3030
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2929
3031
|
"attributes": []
|
|
2930
3032
|
},
|
|
2931
3033
|
{
|
|
2932
|
-
"name": "umb-
|
|
2933
|
-
"description": "Properties:\n\n * `
|
|
3034
|
+
"name": "umb-workspace-view-user-groups",
|
|
3035
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2934
3036
|
"attributes": []
|
|
2935
3037
|
},
|
|
2936
3038
|
{
|
|
2937
|
-
"name": "umb-user-
|
|
2938
|
-
"description": "Properties:\n\n * `
|
|
3039
|
+
"name": "umb-user-collection-header",
|
|
3040
|
+
"description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2939
3041
|
"attributes": []
|
|
2940
3042
|
},
|
|
2941
3043
|
{
|
|
2942
|
-
"name": "umb-
|
|
2943
|
-
"description": "Properties:\n\n * `
|
|
3044
|
+
"name": "umb-user-collection",
|
|
3045
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2944
3046
|
"attributes": []
|
|
2945
3047
|
},
|
|
2946
3048
|
{
|
|
2947
|
-
"name": "umb-
|
|
2948
|
-
"description": "Properties:\n\n * `
|
|
3049
|
+
"name": "umb-user-grid-collection-view",
|
|
3050
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2949
3051
|
"attributes": []
|
|
2950
3052
|
},
|
|
2951
3053
|
{
|
|
@@ -2959,53 +3061,74 @@
|
|
|
2959
3061
|
"attributes": []
|
|
2960
3062
|
},
|
|
2961
3063
|
{
|
|
2962
|
-
"name": "umb-
|
|
2963
|
-
"description": "Properties:\n\n * `
|
|
3064
|
+
"name": "umb-user-table-collection-view",
|
|
3065
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2964
3066
|
"attributes": []
|
|
2965
3067
|
},
|
|
2966
3068
|
{
|
|
2967
|
-
"name": "umb-
|
|
2968
|
-
"description": "Properties:\n\n * `
|
|
2969
|
-
"attributes": []
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
"name": "umb-workspace-view-users-overview",
|
|
2973
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - ",
|
|
3069
|
+
"name": "umb-workspace-view-users-table",
|
|
3070
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2974
3071
|
"attributes": []
|
|
2975
3072
|
},
|
|
2976
3073
|
{
|
|
2977
|
-
"name": "umb-
|
|
2978
|
-
"description": "
|
|
2979
|
-
"attributes": [
|
|
3074
|
+
"name": "umb-user-input",
|
|
3075
|
+
"description": "Attributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `_items` {`any[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
3076
|
+
"attributes": [
|
|
3077
|
+
{
|
|
3078
|
+
"name": "min",
|
|
3079
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "max",
|
|
3083
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"name": "min-message",
|
|
3087
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "maxMessage",
|
|
3091
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"name": "value",
|
|
3095
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
3096
|
+
}
|
|
3097
|
+
]
|
|
2980
3098
|
},
|
|
2981
3099
|
{
|
|
2982
3100
|
"name": "umb-create-user-modal",
|
|
2983
|
-
"description": "Properties:\n\n * `
|
|
3101
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2984
3102
|
"attributes": []
|
|
2985
3103
|
},
|
|
2986
3104
|
{
|
|
2987
3105
|
"name": "umb-invite-user-modal",
|
|
2988
|
-
"description": "Properties:\n\n * `
|
|
3106
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2989
3107
|
"attributes": []
|
|
2990
3108
|
},
|
|
2991
3109
|
{
|
|
2992
3110
|
"name": "umb-user-picker-modal",
|
|
2993
|
-
"description": "Properties:\n\n * `
|
|
3111
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2994
3112
|
"attributes": []
|
|
2995
3113
|
},
|
|
2996
3114
|
{
|
|
2997
|
-
"name": "umb-
|
|
2998
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} -
|
|
3115
|
+
"name": "umb-section-view-users",
|
|
3116
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3117
|
+
"attributes": []
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "umb-user-workspace-action-save",
|
|
3121
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2999
3122
|
"attributes": []
|
|
3000
3123
|
},
|
|
3001
3124
|
{
|
|
3002
3125
|
"name": "umb-user-workspace-edit",
|
|
3003
|
-
"description": "Properties:\n\n * `
|
|
3126
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3004
3127
|
"attributes": []
|
|
3005
3128
|
},
|
|
3006
3129
|
{
|
|
3007
3130
|
"name": "umb-user-workspace",
|
|
3008
|
-
"description": "Properties:\n\n * `
|
|
3131
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3009
3132
|
"attributes": []
|
|
3010
3133
|
},
|
|
3011
3134
|
{
|
|
@@ -3028,12 +3151,7 @@
|
|
|
3028
3151
|
"attributes": []
|
|
3029
3152
|
},
|
|
3030
3153
|
{
|
|
3031
|
-
"name": "umb-modal-
|
|
3032
|
-
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` {`UmbModalData | undefined`} - ",
|
|
3033
|
-
"attributes": []
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"name": "story-modal-context-example",
|
|
3154
|
+
"name": "umb-story-modal-context-example",
|
|
3037
3155
|
"description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
|
|
3038
3156
|
"attributes": [
|
|
3039
3157
|
{
|
|
@@ -3044,7 +3162,7 @@
|
|
|
3044
3162
|
},
|
|
3045
3163
|
{
|
|
3046
3164
|
"name": "umb-notification-layout-default",
|
|
3047
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3165
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3048
3166
|
"attributes": [
|
|
3049
3167
|
{
|
|
3050
3168
|
"name": "data",
|
|
@@ -3053,13 +3171,13 @@
|
|
|
3053
3171
|
]
|
|
3054
3172
|
},
|
|
3055
3173
|
{
|
|
3056
|
-
"name": "story-notification-default-example",
|
|
3174
|
+
"name": "umb-story-notification-default-example",
|
|
3057
3175
|
"description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
|
|
3058
3176
|
"attributes": []
|
|
3059
3177
|
},
|
|
3060
3178
|
{
|
|
3061
3179
|
"name": "umb-router-slot",
|
|
3062
|
-
"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 * `
|
|
3180
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3063
3181
|
"attributes": [
|
|
3064
3182
|
{
|
|
3065
3183
|
"name": "routes",
|
|
@@ -3078,7 +3196,7 @@
|
|
|
3078
3196
|
},
|
|
3079
3197
|
{
|
|
3080
3198
|
"name": "umb-variant-router-slot",
|
|
3081
|
-
"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 * `
|
|
3199
|
+
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\nProperties:\n\n * `_routes` {`any[] | undefined`} - \n\n * `variantId` {`UmbVariantId[]`} - \n\n * `routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `absoluteRouterPath` {`string | undefined`} - \n\n * `_activeLocalPath` {`string | undefined`} - \n\n * `localActiveViewPath` {`string | undefined`} - \n\n * `absoluteActiveViewPath` {`string`} - \n\n * `_onNavigationChanged` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3082
3200
|
"attributes": [
|
|
3083
3201
|
{
|
|
3084
3202
|
"name": "variantId",
|
|
@@ -3099,24 +3217,39 @@
|
|
|
3099
3217
|
}
|
|
3100
3218
|
]
|
|
3101
3219
|
},
|
|
3220
|
+
{
|
|
3221
|
+
"name": "umb-error",
|
|
3222
|
+
"description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed\n\nAttributes:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\nProperties:\n\n * `errorMessage` {`string | undefined`} - The error message to display\n\n * `error` {`unknown`} - The error to display\n\n * `renderProblemDetails` - \n\n * `renderErrorObj` - \n\n * `render` - \n\n * `styles` - ",
|
|
3223
|
+
"attributes": [
|
|
3224
|
+
{
|
|
3225
|
+
"name": "errorMessage",
|
|
3226
|
+
"description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
|
|
3227
|
+
"values": []
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "error",
|
|
3231
|
+
"description": "`error` {`unknown`} - The error to display\n\nProperty: error"
|
|
3232
|
+
}
|
|
3233
|
+
]
|
|
3234
|
+
},
|
|
3102
3235
|
{
|
|
3103
3236
|
"name": "umb-installer-consent",
|
|
3104
|
-
"description": "Properties:\n\n * `
|
|
3237
|
+
"description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
|
|
3105
3238
|
"attributes": []
|
|
3106
3239
|
},
|
|
3107
3240
|
{
|
|
3108
3241
|
"name": "umb-installer-database",
|
|
3109
|
-
"description": "Properties:\n\n * `
|
|
3242
|
+
"description": "Properties:\n\n * `_installButton` - \n\n * `databaseFormData` - \n\n * `_options` {`Option[]`} - \n\n * `_databases` {`any[]`} - \n\n * `_preConfiguredDatabase` - \n\n * `_validationErrorMessage` {`string`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `_selectedDatabase` - \n\n * `_renderServer` - \n\n * `_renderDatabaseName` - \n\n * `_renderCredentials` - \n\n * `_renderCustom` - \n\n * `_renderDatabaseSelection` - \n\n * `_renderPreConfiguredDatabase` - \n\n * `styles` - ",
|
|
3110
3243
|
"attributes": []
|
|
3111
3244
|
},
|
|
3112
3245
|
{
|
|
3113
3246
|
"name": "umb-installer-error",
|
|
3114
|
-
"description": "Properties:\n\n * `
|
|
3247
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
3115
3248
|
"attributes": []
|
|
3116
3249
|
},
|
|
3117
3250
|
{
|
|
3118
3251
|
"name": "umb-installer",
|
|
3119
|
-
"description": "Properties:\n\n * `
|
|
3252
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
3120
3253
|
"attributes": []
|
|
3121
3254
|
},
|
|
3122
3255
|
{
|
|
@@ -3131,12 +3264,12 @@
|
|
|
3131
3264
|
},
|
|
3132
3265
|
{
|
|
3133
3266
|
"name": "umb-installer-user",
|
|
3134
|
-
"description": "Properties:\n\n * `
|
|
3267
|
+
"description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3135
3268
|
"attributes": []
|
|
3136
3269
|
},
|
|
3137
3270
|
{
|
|
3138
3271
|
"name": "umb-upgrader-view",
|
|
3139
|
-
"description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `
|
|
3272
|
+
"description": "Events:\n\n * `onAuthorizeUpgrade` {`CustomEvent<SubmitEvent>`} - fires when the user clicks the continue button\n\nAttributes:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\nProperties:\n\n * `fetching` {`boolean`} - \n\n * `upgrading` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `settings` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3140
3273
|
"attributes": [
|
|
3141
3274
|
{
|
|
3142
3275
|
"name": "fetching",
|