@umbraco-cms/backoffice 1.0.0-next.7b47547e → 1.0.0-next.93a8a0e4
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 +730 -282
- package/context-api.d.ts +4 -4
- package/controller.d.ts +3 -2
- package/custom-elements.json +1576 -1232
- package/element.d.ts +5 -5
- package/entity-action.d.ts +6 -13
- package/extensions-api.d.ts +13 -12
- package/extensions-registry.d.ts +288 -86
- package/id.d.ts +6 -0
- package/modal.d.ts +33 -329
- package/models.d.ts +15 -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 +65 -31
- package/resources.d.ts +24 -15
- package/router.d.ts +263 -25
- package/sorter.d.ts +103 -0
- package/store.d.ts +51 -56
- package/umbraco-package-schema.json +37749 -0
- package/utils.d.ts +1 -9
- package/vscode-html-custom-data.json +505 -414
- package/workspace.d.ts +23 -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,131 @@
|
|
|
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` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerId` {`string | undefined`} - \n\n * `containerId` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
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` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"name": "Group"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Tab"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "document-type-workspace-view-edit-property",
|
|
93
|
+
"description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\nProperties:\n\n * `property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\n * `inherited` {boolean} - Inherited, Determines if the property is part of the main document type thats being edited.\nIf true, then the property is inherited from another document type, not a part of the main document type.\n\n * `styles` {`CSSResult[]`} - ",
|
|
94
|
+
"attributes": [
|
|
95
|
+
{
|
|
96
|
+
"name": "property",
|
|
97
|
+
"description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "inherited",
|
|
101
|
+
"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",
|
|
102
|
+
"values": []
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "onpartial-property-update",
|
|
106
|
+
"description": "`partial-property-update` {`CustomEvent<any>`} - "
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
112
|
+
"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[]`} - ",
|
|
113
|
+
"attributes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "ownerTabId",
|
|
116
|
+
"description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
|
|
117
|
+
"values": []
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "tabName",
|
|
121
|
+
"description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
|
|
122
|
+
"values": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "noTabName",
|
|
126
|
+
"description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
|
|
127
|
+
"valueSet": "v"
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
133
|
+
"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
134
|
"attributes": []
|
|
67
135
|
},
|
|
68
136
|
{
|
|
69
137
|
"name": "umb-document-type-workspace-view-details",
|
|
70
|
-
"description": "Properties:\n\n * `
|
|
138
|
+
"description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
139
|
"attributes": []
|
|
72
140
|
},
|
|
73
141
|
{
|
|
74
142
|
"name": "umb-document-type-workspace-view-structure",
|
|
75
|
-
"description": "Properties:\n\n * `
|
|
143
|
+
"description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
76
144
|
"attributes": []
|
|
77
145
|
},
|
|
78
146
|
{
|
|
79
147
|
"name": "umb-document-type-workspace-view-templates",
|
|
80
|
-
"description": "Properties:\n\n * `
|
|
148
|
+
"description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
81
149
|
"attributes": []
|
|
82
150
|
},
|
|
83
151
|
{
|
|
84
152
|
"name": "umb-document-table-actions-column-layout",
|
|
85
|
-
"description": "Properties:\n\n * `
|
|
153
|
+
"description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
86
154
|
"attributes": []
|
|
87
155
|
},
|
|
88
156
|
{
|
|
89
157
|
"name": "umb-document-table-collection-view",
|
|
90
|
-
"description": "Properties:\n\n * `
|
|
158
|
+
"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
159
|
"attributes": []
|
|
92
160
|
},
|
|
93
161
|
{
|
|
94
162
|
"name": "umb-collection-view-document-table",
|
|
95
|
-
"description": "Properties:\n\n * `
|
|
163
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
96
164
|
"attributes": []
|
|
97
165
|
},
|
|
98
166
|
{
|
|
@@ -101,37 +169,37 @@
|
|
|
101
169
|
},
|
|
102
170
|
{
|
|
103
171
|
"name": "umb-document-picker-modal",
|
|
104
|
-
"description": "Properties:\n\n * `
|
|
172
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
105
173
|
"attributes": []
|
|
106
174
|
},
|
|
107
175
|
{
|
|
108
176
|
"name": "umb-document-type-picker-modal",
|
|
109
|
-
"description": "Properties:\n\n * `
|
|
177
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
110
178
|
"attributes": []
|
|
111
179
|
},
|
|
112
180
|
{
|
|
113
181
|
"name": "umb-document-tree-item",
|
|
114
|
-
"description": "Properties:\n\n * `
|
|
182
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
115
183
|
"attributes": []
|
|
116
184
|
},
|
|
117
185
|
{
|
|
118
186
|
"name": "umb-document-workspace-editor",
|
|
119
|
-
"description": "Properties:\n\n * `
|
|
187
|
+
"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
188
|
"attributes": []
|
|
121
189
|
},
|
|
122
190
|
{
|
|
123
191
|
"name": "umb-document-workspace-split-view",
|
|
124
|
-
"description": "Properties:\n\n * `
|
|
192
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
125
193
|
"attributes": []
|
|
126
194
|
},
|
|
127
195
|
{
|
|
128
196
|
"name": "umb-document-workspace",
|
|
129
|
-
"description": "Properties:\n\n * `
|
|
197
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
130
198
|
"attributes": []
|
|
131
199
|
},
|
|
132
200
|
{
|
|
133
201
|
"name": "umb-document-workspace-view-edit-properties",
|
|
134
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {
|
|
202
|
+
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
135
203
|
"attributes": [
|
|
136
204
|
{
|
|
137
205
|
"name": "container-name",
|
|
@@ -140,7 +208,7 @@
|
|
|
140
208
|
},
|
|
141
209
|
{
|
|
142
210
|
"name": "container-type",
|
|
143
|
-
"description": "`container-type` {
|
|
211
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
144
212
|
"values": [
|
|
145
213
|
{
|
|
146
214
|
"name": "Group"
|
|
@@ -154,7 +222,7 @@
|
|
|
154
222
|
},
|
|
155
223
|
{
|
|
156
224
|
"name": "umb-document-workspace-view-edit-tab",
|
|
157
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
225
|
+
"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
226
|
"attributes": [
|
|
159
227
|
{
|
|
160
228
|
"name": "tabName",
|
|
@@ -170,27 +238,27 @@
|
|
|
170
238
|
},
|
|
171
239
|
{
|
|
172
240
|
"name": "umb-document-workspace-view-edit",
|
|
173
|
-
"description": "Properties:\n\n * `
|
|
241
|
+
"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
242
|
"attributes": []
|
|
175
243
|
},
|
|
176
244
|
{
|
|
177
245
|
"name": "umb-document-info-workspace-view",
|
|
178
|
-
"description": "Properties:\n\n * `
|
|
246
|
+
"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
247
|
"attributes": []
|
|
180
248
|
},
|
|
181
249
|
{
|
|
182
250
|
"name": "umb-media-type-workspace-edit",
|
|
183
|
-
"description": "Properties:\n\n * `
|
|
251
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
184
252
|
"attributes": []
|
|
185
253
|
},
|
|
186
254
|
{
|
|
187
255
|
"name": "umb-media-type-workspace",
|
|
188
|
-
"description": "Properties:\n\n * `
|
|
256
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
189
257
|
"attributes": []
|
|
190
258
|
},
|
|
191
259
|
{
|
|
192
260
|
"name": "umb-media-type-workspace-",
|
|
193
|
-
"description": "Properties:\n\n * `
|
|
261
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
194
262
|
"attributes": []
|
|
195
263
|
},
|
|
196
264
|
{
|
|
@@ -200,12 +268,12 @@
|
|
|
200
268
|
},
|
|
201
269
|
{
|
|
202
270
|
"name": "umb-media-grid-collection-view",
|
|
203
|
-
"description": "Properties:\n\n * `
|
|
271
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
204
272
|
"attributes": []
|
|
205
273
|
},
|
|
206
274
|
{
|
|
207
275
|
"name": "umb-media-table-collection-view",
|
|
208
|
-
"description": "Properties:\n\n * `
|
|
276
|
+
"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
277
|
"attributes": []
|
|
210
278
|
},
|
|
211
279
|
{
|
|
@@ -214,17 +282,17 @@
|
|
|
214
282
|
},
|
|
215
283
|
{
|
|
216
284
|
"name": "umb-media-picker-modal",
|
|
217
|
-
"description": "Properties:\n\n * `
|
|
285
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
218
286
|
"attributes": []
|
|
219
287
|
},
|
|
220
288
|
{
|
|
221
289
|
"name": "umb-media-workspace-edit",
|
|
222
|
-
"description": "Properties:\n\n * `
|
|
290
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
223
291
|
"attributes": []
|
|
224
292
|
},
|
|
225
293
|
{
|
|
226
294
|
"name": "umb-media-workspace",
|
|
227
|
-
"description": "Properties:\n\n * `
|
|
295
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
228
296
|
"attributes": []
|
|
229
297
|
},
|
|
230
298
|
{
|
|
@@ -244,17 +312,17 @@
|
|
|
244
312
|
},
|
|
245
313
|
{
|
|
246
314
|
"name": "umb-member-group-workspace-edit",
|
|
247
|
-
"description": "Properties:\n\n * `
|
|
315
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
248
316
|
"attributes": []
|
|
249
317
|
},
|
|
250
318
|
{
|
|
251
319
|
"name": "umb-member-group-workspace",
|
|
252
|
-
"description": "Properties:\n\n * `
|
|
320
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
253
321
|
"attributes": []
|
|
254
322
|
},
|
|
255
323
|
{
|
|
256
324
|
"name": "umb-workspace-view-member-group-info",
|
|
257
|
-
"description": "Properties:\n\n * `
|
|
325
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
258
326
|
"attributes": []
|
|
259
327
|
},
|
|
260
328
|
{
|
|
@@ -264,7 +332,7 @@
|
|
|
264
332
|
},
|
|
265
333
|
{
|
|
266
334
|
"name": "umb-member-type-workspace",
|
|
267
|
-
"description": "Properties:\n\n * `
|
|
335
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
268
336
|
"attributes": []
|
|
269
337
|
},
|
|
270
338
|
{
|
|
@@ -274,27 +342,27 @@
|
|
|
274
342
|
},
|
|
275
343
|
{
|
|
276
344
|
"name": "umb-member-workspace",
|
|
277
|
-
"description": "Properties:\n\n * `
|
|
345
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
278
346
|
"attributes": []
|
|
279
347
|
},
|
|
280
348
|
{
|
|
281
349
|
"name": "umb-workspace-package-builder",
|
|
282
|
-
"description": "Attributes:\n\n * `
|
|
350
|
+
"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
351
|
"attributes": [
|
|
284
352
|
{
|
|
285
|
-
"name": "
|
|
286
|
-
"description": "`
|
|
353
|
+
"name": "entityId",
|
|
354
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
287
355
|
"values": []
|
|
288
356
|
}
|
|
289
357
|
]
|
|
290
358
|
},
|
|
291
359
|
{
|
|
292
360
|
"name": "umb-workspace-package",
|
|
293
|
-
"description": "Attributes:\n\n * `
|
|
361
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
294
362
|
"attributes": [
|
|
295
363
|
{
|
|
296
|
-
"name": "
|
|
297
|
-
"description": "`
|
|
364
|
+
"name": "entityId",
|
|
365
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
298
366
|
"values": []
|
|
299
367
|
}
|
|
300
368
|
]
|
|
@@ -306,12 +374,12 @@
|
|
|
306
374
|
},
|
|
307
375
|
{
|
|
308
376
|
"name": "umb-packages-created-overview",
|
|
309
|
-
"description": "Properties:\n\n * `
|
|
377
|
+
"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
378
|
"attributes": []
|
|
311
379
|
},
|
|
312
380
|
{
|
|
313
381
|
"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 * `
|
|
382
|
+
"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
383
|
"attributes": [
|
|
316
384
|
{
|
|
317
385
|
"name": "name",
|
|
@@ -337,12 +405,12 @@
|
|
|
337
405
|
},
|
|
338
406
|
{
|
|
339
407
|
"name": "umb-installed-packages-section-view",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
408
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
341
409
|
"attributes": []
|
|
342
410
|
},
|
|
343
411
|
{
|
|
344
412
|
"name": "umb-packages-market-place-section-view",
|
|
345
|
-
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `
|
|
413
|
+
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
346
414
|
"attributes": [
|
|
347
415
|
{
|
|
348
416
|
"name": "marketplaceUrl",
|
|
@@ -352,22 +420,22 @@
|
|
|
352
420
|
},
|
|
353
421
|
{
|
|
354
422
|
"name": "umb-search-modal",
|
|
355
|
-
"description": "Properties:\n\n * `
|
|
423
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
356
424
|
"attributes": []
|
|
357
425
|
},
|
|
358
426
|
{
|
|
359
427
|
"name": "umb-search-header-app",
|
|
360
|
-
"description": "Properties:\n\n * `
|
|
428
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
361
429
|
"attributes": []
|
|
362
430
|
},
|
|
363
431
|
{
|
|
364
432
|
"name": "umb-dashboard-examine-management",
|
|
365
|
-
"description": "Properties:\n\n * `
|
|
433
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
366
434
|
"attributes": []
|
|
367
435
|
},
|
|
368
436
|
{
|
|
369
437
|
"name": "umb-examine-fields-settings-modal",
|
|
370
|
-
"description": "Properties:\n\n * `
|
|
438
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
371
439
|
"attributes": []
|
|
372
440
|
},
|
|
373
441
|
{
|
|
@@ -382,7 +450,7 @@
|
|
|
382
450
|
},
|
|
383
451
|
{
|
|
384
452
|
"name": "umb-dashboard-health-check-action",
|
|
385
|
-
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `
|
|
453
|
+
"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
454
|
"attributes": [
|
|
387
455
|
{
|
|
388
456
|
"name": "action",
|
|
@@ -396,7 +464,7 @@
|
|
|
396
464
|
},
|
|
397
465
|
{
|
|
398
466
|
"name": "umb-health-check-group-box-overview",
|
|
399
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
467
|
+
"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
468
|
"attributes": [
|
|
401
469
|
{
|
|
402
470
|
"name": "manifest",
|
|
@@ -406,7 +474,7 @@
|
|
|
406
474
|
},
|
|
407
475
|
{
|
|
408
476
|
"name": "umb-health-check--group-box-overview",
|
|
409
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
477
|
+
"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
478
|
"attributes": [
|
|
411
479
|
{
|
|
412
480
|
"name": "manifest",
|
|
@@ -416,7 +484,7 @@
|
|
|
416
484
|
},
|
|
417
485
|
{
|
|
418
486
|
"name": "umb-dashboard-health-check-group",
|
|
419
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `
|
|
487
|
+
"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
488
|
"attributes": [
|
|
421
489
|
{
|
|
422
490
|
"name": "groupName",
|
|
@@ -426,22 +494,22 @@
|
|
|
426
494
|
},
|
|
427
495
|
{
|
|
428
496
|
"name": "umb-dashboard-health-check-overview",
|
|
429
|
-
"description": "Properties:\n\n * `
|
|
497
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
430
498
|
"attributes": []
|
|
431
499
|
},
|
|
432
500
|
{
|
|
433
501
|
"name": "umb-dashboard-models-builder",
|
|
434
|
-
"description": "Properties:\n\n * `
|
|
502
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
435
503
|
"attributes": []
|
|
436
504
|
},
|
|
437
505
|
{
|
|
438
506
|
"name": "umb-dashboard-performance-profiling",
|
|
439
|
-
"description": "Properties:\n\n * `
|
|
507
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
440
508
|
"attributes": []
|
|
441
509
|
},
|
|
442
510
|
{
|
|
443
511
|
"name": "umb-dashboard-published-status",
|
|
444
|
-
"description": "Properties:\n\n * `
|
|
512
|
+
"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
513
|
"attributes": []
|
|
446
514
|
},
|
|
447
515
|
{
|
|
@@ -451,91 +519,124 @@
|
|
|
451
519
|
},
|
|
452
520
|
{
|
|
453
521
|
"name": "umb-dashboard-telemetry",
|
|
454
|
-
"description": "Properties:\n\n * `
|
|
522
|
+
"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[]`} - ",
|
|
455
523
|
"attributes": []
|
|
456
524
|
},
|
|
457
525
|
{
|
|
458
|
-
"name": "umb-
|
|
459
|
-
"description": "
|
|
526
|
+
"name": "umb-data-type-input",
|
|
527
|
+
"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`} - ",
|
|
528
|
+
"attributes": [
|
|
529
|
+
{
|
|
530
|
+
"name": "min",
|
|
531
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "max",
|
|
535
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "min-message",
|
|
539
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "maxMessage",
|
|
543
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "value",
|
|
547
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "umb-data-type-create-options-modal",
|
|
553
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
554
|
+
"attributes": [
|
|
555
|
+
{
|
|
556
|
+
"name": "data",
|
|
557
|
+
"description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
|
|
558
|
+
"values": []
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "umb-data-type-picker-modal",
|
|
564
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
460
565
|
"attributes": []
|
|
461
566
|
},
|
|
462
567
|
{
|
|
463
568
|
"name": "umb-data-type-workspace-edit-element",
|
|
464
|
-
"description": "Attributes:\n\n * `manifest` - \n\
|
|
569
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
465
570
|
"attributes": [
|
|
466
571
|
{
|
|
467
572
|
"name": "manifest",
|
|
468
573
|
"description": "`manifest` - \n\nProperty: manifest"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "location",
|
|
472
|
-
"description": "`location` - \n\nProperty: location"
|
|
473
574
|
}
|
|
474
575
|
]
|
|
475
576
|
},
|
|
476
577
|
{
|
|
477
578
|
"name": "umb-data-type-workspace",
|
|
478
|
-
"description": "Properties:\n\n * `
|
|
579
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
479
580
|
"attributes": []
|
|
480
581
|
},
|
|
481
582
|
{
|
|
482
583
|
"name": "umb-data-type-details-workspace-view",
|
|
483
|
-
"description": "Properties:\n\n * `
|
|
584
|
+
"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[]`} - ",
|
|
484
585
|
"attributes": []
|
|
485
586
|
},
|
|
486
587
|
{
|
|
487
588
|
"name": "umb-workspace-view-data-type-info",
|
|
488
|
-
"description": "Properties:\n\n * `
|
|
589
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
489
590
|
"attributes": []
|
|
490
591
|
},
|
|
491
592
|
{
|
|
492
593
|
"name": "umb-extension-root-workspace",
|
|
493
|
-
"description": "Properties:\n\n * `
|
|
594
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
494
595
|
"attributes": []
|
|
495
596
|
},
|
|
496
597
|
{
|
|
497
598
|
"name": "umb-app-language-select",
|
|
498
|
-
"description": "Properties:\n\n * `
|
|
599
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
499
600
|
"attributes": []
|
|
500
601
|
},
|
|
501
602
|
{
|
|
502
603
|
"name": "umb-language-picker-modal",
|
|
503
|
-
"description": "Properties:\n\n * `
|
|
604
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
504
605
|
"attributes": []
|
|
505
606
|
},
|
|
506
607
|
{
|
|
507
608
|
"name": "umb-language-root-table-delete-column-layout",
|
|
508
|
-
"description": "Properties:\n\n * `
|
|
609
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
509
610
|
"attributes": []
|
|
510
611
|
},
|
|
511
612
|
{
|
|
512
613
|
"name": "umb-language-root-table-name-column-layout",
|
|
513
|
-
"description": "Properties:\n\n * `
|
|
614
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
514
615
|
"attributes": []
|
|
515
616
|
},
|
|
516
617
|
{
|
|
517
618
|
"name": "umb-language-root-workspace",
|
|
518
|
-
"description": "Properties:\n\n * `
|
|
619
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
519
620
|
"attributes": []
|
|
520
621
|
},
|
|
521
622
|
{
|
|
522
|
-
"name": "umb-language-workspace-
|
|
523
|
-
"description": "Properties:\n\n * `
|
|
623
|
+
"name": "umb-language-workspace-edit",
|
|
624
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
524
625
|
"attributes": []
|
|
525
626
|
},
|
|
526
627
|
{
|
|
527
628
|
"name": "umb-language-workspace",
|
|
528
|
-
"description": "Properties:\n\n * `
|
|
629
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
529
630
|
"attributes": []
|
|
530
631
|
},
|
|
531
632
|
{
|
|
532
633
|
"name": "umb-language-details-workspace-view",
|
|
533
|
-
"description": "Properties:\n\n * `
|
|
634
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
534
635
|
"attributes": []
|
|
535
636
|
},
|
|
536
637
|
{
|
|
537
638
|
"name": "umb-log-viewer-date-range-selector",
|
|
538
|
-
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `
|
|
639
|
+
"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[]`} - ",
|
|
539
640
|
"attributes": [
|
|
540
641
|
{
|
|
541
642
|
"name": "horizontal",
|
|
@@ -546,7 +647,7 @@
|
|
|
546
647
|
},
|
|
547
648
|
{
|
|
548
649
|
"name": "umb-log-viewer-level-tag",
|
|
549
|
-
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `
|
|
650
|
+
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
550
651
|
"attributes": [
|
|
551
652
|
{
|
|
552
653
|
"name": "level",
|
|
@@ -561,7 +662,7 @@
|
|
|
561
662
|
},
|
|
562
663
|
{
|
|
563
664
|
"name": "umb-logviewer-workspace",
|
|
564
|
-
"description": "Properties:\n\n * `
|
|
665
|
+
"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[]`} - ",
|
|
565
666
|
"attributes": []
|
|
566
667
|
},
|
|
567
668
|
{
|
|
@@ -576,32 +677,32 @@
|
|
|
576
677
|
},
|
|
577
678
|
{
|
|
578
679
|
"name": "umb-log-viewer-log-types-chart",
|
|
579
|
-
"description": "Properties:\n\n * `
|
|
680
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
580
681
|
"attributes": []
|
|
581
682
|
},
|
|
582
683
|
{
|
|
583
684
|
"name": "umb-log-viewer-message-templates-overview",
|
|
584
|
-
"description": "Properties:\n\n * `
|
|
685
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
585
686
|
"attributes": []
|
|
586
687
|
},
|
|
587
688
|
{
|
|
588
689
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
589
|
-
"description": "Properties:\n\n * `
|
|
690
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
590
691
|
"attributes": []
|
|
591
692
|
},
|
|
592
693
|
{
|
|
593
694
|
"name": "umb-log-viewer-overview-view",
|
|
594
|
-
"description": "Properties:\n\n * `
|
|
695
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
595
696
|
"attributes": []
|
|
596
697
|
},
|
|
597
698
|
{
|
|
598
699
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
599
|
-
"description": "Properties:\n\n * `
|
|
700
|
+
"description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
600
701
|
"attributes": []
|
|
601
702
|
},
|
|
602
703
|
{
|
|
603
704
|
"name": "umb-log-viewer-message",
|
|
604
|
-
"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 * `
|
|
705
|
+
"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[]`} - ",
|
|
605
706
|
"attributes": [
|
|
606
707
|
{
|
|
607
708
|
"name": "timestamp",
|
|
@@ -632,87 +733,47 @@
|
|
|
632
733
|
},
|
|
633
734
|
{
|
|
634
735
|
"name": "umb-log-viewer-messages-list",
|
|
635
|
-
"description": "Properties:\n\n * `
|
|
736
|
+
"description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
636
737
|
"attributes": []
|
|
637
738
|
},
|
|
638
739
|
{
|
|
639
740
|
"name": "umb-log-viewer-polling-button",
|
|
640
|
-
"description": "Properties:\n\n * `
|
|
741
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
742
|
+
"attributes": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
746
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
641
747
|
"attributes": []
|
|
642
748
|
},
|
|
643
749
|
{
|
|
644
750
|
"name": "umb-log-viewer-search-input",
|
|
645
|
-
"description": "Properties:\n\n * `
|
|
751
|
+
"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[]`} - ",
|
|
646
752
|
"attributes": []
|
|
647
753
|
},
|
|
648
754
|
{
|
|
649
755
|
"name": "umb-log-viewer-search-view",
|
|
650
|
-
"description": "Properties:\n\n * `
|
|
756
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
651
757
|
"attributes": []
|
|
652
758
|
},
|
|
653
759
|
{
|
|
654
760
|
"name": "umb-relation-type-workspace-edit-element",
|
|
655
|
-
"description": "Properties:\n\n * `
|
|
761
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
656
762
|
"attributes": []
|
|
657
763
|
},
|
|
658
764
|
{
|
|
659
765
|
"name": "umb-relation-type-workspace",
|
|
660
|
-
"description": "Properties:\n\n * `
|
|
766
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
661
767
|
"attributes": []
|
|
662
768
|
},
|
|
663
769
|
{
|
|
664
770
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
665
|
-
"description": "Properties:\n\n * `
|
|
771
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
666
772
|
"attributes": []
|
|
667
773
|
},
|
|
668
774
|
{
|
|
669
775
|
"name": "umb-workspace-view-relation-type-relation",
|
|
670
|
-
"description": "Properties:\n\n * `
|
|
671
|
-
"attributes": []
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"name": "umb-collection-selection-actions",
|
|
675
|
-
"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[]`} - ",
|
|
676
|
-
"attributes": [
|
|
677
|
-
{
|
|
678
|
-
"name": "entityType",
|
|
679
|
-
"description": "`entityType` {`string | null`} - \n\nProperty: entityType\n\nDefault: null",
|
|
680
|
-
"values": []
|
|
681
|
-
}
|
|
682
|
-
]
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "umb-collection-toolbar",
|
|
686
|
-
"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`} - ",
|
|
687
|
-
"attributes": [
|
|
688
|
-
{
|
|
689
|
-
"name": "actions",
|
|
690
|
-
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "useSearch",
|
|
694
|
-
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
695
|
-
"valueSet": "v"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "onsearch",
|
|
699
|
-
"description": "`search` {`CustomEvent<string>`} - "
|
|
700
|
-
}
|
|
701
|
-
]
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "umb-collection",
|
|
705
|
-
"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` - ",
|
|
706
|
-
"attributes": [
|
|
707
|
-
{
|
|
708
|
-
"name": "entity-type",
|
|
709
|
-
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
710
|
-
}
|
|
711
|
-
]
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "umb-dashboard-collection",
|
|
715
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - ",
|
|
776
|
+
"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[]`} - ",
|
|
716
777
|
"attributes": []
|
|
717
778
|
},
|
|
718
779
|
{
|
|
@@ -722,7 +783,7 @@
|
|
|
722
783
|
},
|
|
723
784
|
{
|
|
724
785
|
"name": "umb-backoffice-header-sections",
|
|
725
|
-
"description": "Properties:\n\n * `
|
|
786
|
+
"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` - ",
|
|
726
787
|
"attributes": []
|
|
727
788
|
},
|
|
728
789
|
{
|
|
@@ -732,22 +793,22 @@
|
|
|
732
793
|
},
|
|
733
794
|
{
|
|
734
795
|
"name": "umb-backoffice-main",
|
|
735
|
-
"description": "Properties:\n\n * `
|
|
796
|
+
"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[]`} - ",
|
|
736
797
|
"attributes": []
|
|
737
798
|
},
|
|
738
799
|
{
|
|
739
800
|
"name": "umb-backoffice-modal-container",
|
|
740
|
-
"description": "Properties:\n\n * `
|
|
801
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
741
802
|
"attributes": []
|
|
742
803
|
},
|
|
743
804
|
{
|
|
744
805
|
"name": "umb-backoffice-notification-container",
|
|
745
|
-
"description": "Properties:\n\n * `
|
|
806
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
746
807
|
"attributes": []
|
|
747
808
|
},
|
|
748
809
|
{
|
|
749
810
|
"name": "umb-body-layout",
|
|
750
|
-
"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 * `
|
|
811
|
+
"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[]`} - ",
|
|
751
812
|
"attributes": [
|
|
752
813
|
{
|
|
753
814
|
"name": "headline",
|
|
@@ -757,7 +818,7 @@
|
|
|
757
818
|
},
|
|
758
819
|
{
|
|
759
820
|
"name": "umb-button-with-dropdown",
|
|
760
|
-
"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 * `
|
|
821
|
+
"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[]`} - ",
|
|
761
822
|
"attributes": [
|
|
762
823
|
{
|
|
763
824
|
"name": "label",
|
|
@@ -861,13 +922,13 @@
|
|
|
861
922
|
]
|
|
862
923
|
},
|
|
863
924
|
{
|
|
864
|
-
"name": "
|
|
925
|
+
"name": "umb-code-block",
|
|
865
926
|
"description": "A simple styled box for showing code-based error messages.\n\nSlots:\n\n * ` ` {} - the full message\n\nProperties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
866
927
|
"attributes": []
|
|
867
928
|
},
|
|
868
929
|
{
|
|
869
930
|
"name": "umb-code-editor",
|
|
870
|
-
"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 * `
|
|
931
|
+
"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'.",
|
|
871
932
|
"attributes": [
|
|
872
933
|
{
|
|
873
934
|
"name": "language",
|
|
@@ -937,9 +998,48 @@
|
|
|
937
998
|
}
|
|
938
999
|
]
|
|
939
1000
|
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "umb-collection-selection-actions",
|
|
1003
|
+
"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[]`} - ",
|
|
1004
|
+
"attributes": []
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "umb-collection-toolbar",
|
|
1008
|
+
"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[]`} - ",
|
|
1009
|
+
"attributes": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "actions",
|
|
1012
|
+
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "useSearch",
|
|
1016
|
+
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
1017
|
+
"valueSet": "v"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "onsearch",
|
|
1021
|
+
"description": "`search` {`CustomEvent<string>`} - "
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "umb-collection",
|
|
1027
|
+
"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[]`} - ",
|
|
1028
|
+
"attributes": [
|
|
1029
|
+
{
|
|
1030
|
+
"name": "entity-type",
|
|
1031
|
+
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
1032
|
+
}
|
|
1033
|
+
]
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "umb-dashboard-collection",
|
|
1037
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1038
|
+
"attributes": []
|
|
1039
|
+
},
|
|
940
1040
|
{
|
|
941
1041
|
"name": "umb-debug",
|
|
942
|
-
"description": "Attributes:\n\n * `visible` {`boolean`} - \n\n * `dialog` {`boolean`} - \n\nProperties:\n\n * `
|
|
1042
|
+
"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[]`} - ",
|
|
943
1043
|
"attributes": [
|
|
944
1044
|
{
|
|
945
1045
|
"name": "visible",
|
|
@@ -960,7 +1060,7 @@
|
|
|
960
1060
|
},
|
|
961
1061
|
{
|
|
962
1062
|
"name": "umb-donut-chart",
|
|
963
|
-
"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 * `
|
|
1063
|
+
"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[]`} - ",
|
|
964
1064
|
"attributes": [
|
|
965
1065
|
{
|
|
966
1066
|
"name": "radius",
|
|
@@ -1013,7 +1113,7 @@
|
|
|
1013
1113
|
},
|
|
1014
1114
|
{
|
|
1015
1115
|
"name": "umb-dropdown",
|
|
1016
|
-
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `
|
|
1116
|
+
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1017
1117
|
"attributes": [
|
|
1018
1118
|
{
|
|
1019
1119
|
"name": "open",
|
|
@@ -1024,7 +1124,7 @@
|
|
|
1024
1124
|
},
|
|
1025
1125
|
{
|
|
1026
1126
|
"name": "umb-empty-state",
|
|
1027
|
-
"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 * `
|
|
1127
|
+
"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[]`} - ",
|
|
1028
1128
|
"attributes": [
|
|
1029
1129
|
{
|
|
1030
1130
|
"name": "size",
|
|
@@ -1082,7 +1182,7 @@
|
|
|
1082
1182
|
},
|
|
1083
1183
|
{
|
|
1084
1184
|
"name": "umb-extension-slot",
|
|
1085
|
-
"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 * `
|
|
1185
|
+
"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` - ",
|
|
1086
1186
|
"attributes": [
|
|
1087
1187
|
{
|
|
1088
1188
|
"name": "type",
|
|
@@ -1105,12 +1205,12 @@
|
|
|
1105
1205
|
},
|
|
1106
1206
|
{
|
|
1107
1207
|
"name": "umb-header-app-button",
|
|
1108
|
-
"description": "Properties:\n\n * `
|
|
1208
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1109
1209
|
"attributes": []
|
|
1110
1210
|
},
|
|
1111
1211
|
{
|
|
1112
1212
|
"name": "umb-history-item",
|
|
1113
|
-
"description": "Attributes:\n\n * `src` {`string | undefined`} - \n\n * `name` {`string | undefined`} - \n\n * `detail` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1213
|
+
"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[]`} - ",
|
|
1114
1214
|
"attributes": [
|
|
1115
1215
|
{
|
|
1116
1216
|
"name": "src",
|
|
@@ -1136,7 +1236,7 @@
|
|
|
1136
1236
|
},
|
|
1137
1237
|
{
|
|
1138
1238
|
"name": "umb-input-checkbox-list",
|
|
1139
|
-
"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 * `
|
|
1239
|
+
"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`} - ",
|
|
1140
1240
|
"attributes": [
|
|
1141
1241
|
{
|
|
1142
1242
|
"name": "list",
|
|
@@ -1154,7 +1254,7 @@
|
|
|
1154
1254
|
},
|
|
1155
1255
|
{
|
|
1156
1256
|
"name": "umb-input-color-picker",
|
|
1157
|
-
"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 * `
|
|
1257
|
+
"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`} - ",
|
|
1158
1258
|
"attributes": [
|
|
1159
1259
|
{
|
|
1160
1260
|
"name": "showLabels",
|
|
@@ -1174,7 +1274,7 @@
|
|
|
1174
1274
|
},
|
|
1175
1275
|
{
|
|
1176
1276
|
"name": "umb-input-culture-select",
|
|
1177
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
1277
|
+
"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`} - ",
|
|
1178
1278
|
"attributes": [
|
|
1179
1279
|
{
|
|
1180
1280
|
"name": "disabled",
|
|
@@ -1190,7 +1290,7 @@
|
|
|
1190
1290
|
},
|
|
1191
1291
|
{
|
|
1192
1292
|
"name": "umb-input-document-picker",
|
|
1193
|
-
"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 * `
|
|
1293
|
+
"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`} - ",
|
|
1194
1294
|
"attributes": [
|
|
1195
1295
|
{
|
|
1196
1296
|
"name": "min",
|
|
@@ -1222,8 +1322,12 @@
|
|
|
1222
1322
|
},
|
|
1223
1323
|
{
|
|
1224
1324
|
"name": "umb-input-document-type-picker",
|
|
1225
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1325
|
+
"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`} - ",
|
|
1226
1326
|
"attributes": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "selectedIds",
|
|
1329
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1330
|
+
},
|
|
1227
1331
|
{
|
|
1228
1332
|
"name": "value",
|
|
1229
1333
|
"description": "`value` {`string`} - \n\nProperty: value"
|
|
@@ -1236,7 +1340,7 @@
|
|
|
1236
1340
|
},
|
|
1237
1341
|
{
|
|
1238
1342
|
"name": "umb-input-eye-dropper",
|
|
1239
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `
|
|
1343
|
+
"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`} - ",
|
|
1240
1344
|
"attributes": [
|
|
1241
1345
|
{
|
|
1242
1346
|
"name": "opacity",
|
|
@@ -1255,17 +1359,15 @@
|
|
|
1255
1359
|
},
|
|
1256
1360
|
{
|
|
1257
1361
|
"name": "umb-input-language-picker",
|
|
1258
|
-
"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 * `
|
|
1362
|
+
"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`} - ",
|
|
1259
1363
|
"attributes": [
|
|
1260
1364
|
{
|
|
1261
1365
|
"name": "min",
|
|
1262
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1263
|
-
"values": []
|
|
1366
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1264
1367
|
},
|
|
1265
1368
|
{
|
|
1266
1369
|
"name": "max",
|
|
1267
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1268
|
-
"values": []
|
|
1370
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1269
1371
|
},
|
|
1270
1372
|
{
|
|
1271
1373
|
"name": "min-message",
|
|
@@ -1283,7 +1385,7 @@
|
|
|
1283
1385
|
},
|
|
1284
1386
|
{
|
|
1285
1387
|
"name": "umb-input-media-picker",
|
|
1286
|
-
"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 * `
|
|
1388
|
+
"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`} - ",
|
|
1287
1389
|
"attributes": [
|
|
1288
1390
|
{
|
|
1289
1391
|
"name": "min",
|
|
@@ -1315,7 +1417,7 @@
|
|
|
1315
1417
|
},
|
|
1316
1418
|
{
|
|
1317
1419
|
"name": "umb-input-multi-url-picker",
|
|
1318
|
-
"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 * `
|
|
1420
|
+
"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`} - ",
|
|
1319
1421
|
"attributes": [
|
|
1320
1422
|
{
|
|
1321
1423
|
"name": "alias",
|
|
@@ -1389,7 +1491,7 @@
|
|
|
1389
1491
|
},
|
|
1390
1492
|
{
|
|
1391
1493
|
"name": "umb-input-number-range",
|
|
1392
|
-
"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 * `
|
|
1494
|
+
"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`} - ",
|
|
1393
1495
|
"attributes": [
|
|
1394
1496
|
{
|
|
1395
1497
|
"name": "min-label",
|
|
@@ -1421,7 +1523,7 @@
|
|
|
1421
1523
|
},
|
|
1422
1524
|
{
|
|
1423
1525
|
"name": "umb-input-radio-button-list",
|
|
1424
|
-
"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 * `
|
|
1526
|
+
"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`} - ",
|
|
1425
1527
|
"attributes": [
|
|
1426
1528
|
{
|
|
1427
1529
|
"name": "list",
|
|
@@ -1439,7 +1541,7 @@
|
|
|
1439
1541
|
},
|
|
1440
1542
|
{
|
|
1441
1543
|
"name": "umb-input-section",
|
|
1442
|
-
"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 * `
|
|
1544
|
+
"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` - ",
|
|
1443
1545
|
"attributes": [
|
|
1444
1546
|
{
|
|
1445
1547
|
"name": "value",
|
|
@@ -1480,7 +1582,7 @@
|
|
|
1480
1582
|
},
|
|
1481
1583
|
{
|
|
1482
1584
|
"name": "umb-input-slider",
|
|
1483
|
-
"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 * `
|
|
1585
|
+
"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`} - ",
|
|
1484
1586
|
"attributes": [
|
|
1485
1587
|
{
|
|
1486
1588
|
"name": "min",
|
|
@@ -1514,8 +1616,8 @@
|
|
|
1514
1616
|
]
|
|
1515
1617
|
},
|
|
1516
1618
|
{
|
|
1517
|
-
"name": "umb-input-template
|
|
1518
|
-
"description": "Events:\n\n * `change
|
|
1619
|
+
"name": "umb-input-template",
|
|
1620
|
+
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `selectedIds` {`string[]`} - \n\n * `defaultId` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_selectedIds` {`string[]`} - \n\n * `selectedIds` {`string[]`} - \n\n * `_defaultId` {`string`} - \n\n * `defaultId` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1519
1621
|
"attributes": [
|
|
1520
1622
|
{
|
|
1521
1623
|
"name": "min",
|
|
@@ -1536,26 +1638,22 @@
|
|
|
1536
1638
|
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1537
1639
|
},
|
|
1538
1640
|
{
|
|
1539
|
-
"name": "
|
|
1540
|
-
"description": "`
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "defaultKey",
|
|
1544
|
-
"description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
|
|
1641
|
+
"name": "selectedIds",
|
|
1642
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1545
1643
|
},
|
|
1546
1644
|
{
|
|
1547
|
-
"name": "
|
|
1548
|
-
"description": "`
|
|
1645
|
+
"name": "defaultId",
|
|
1646
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1549
1647
|
},
|
|
1550
1648
|
{
|
|
1551
|
-
"name": "onchange
|
|
1552
|
-
"description": "`change
|
|
1649
|
+
"name": "onchange",
|
|
1650
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1553
1651
|
}
|
|
1554
1652
|
]
|
|
1555
1653
|
},
|
|
1556
1654
|
{
|
|
1557
1655
|
"name": "umb-input-toggle",
|
|
1558
|
-
"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 * `
|
|
1656
|
+
"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`} - ",
|
|
1559
1657
|
"attributes": [
|
|
1560
1658
|
{
|
|
1561
1659
|
"name": "checked",
|
|
@@ -1585,7 +1683,7 @@
|
|
|
1585
1683
|
},
|
|
1586
1684
|
{
|
|
1587
1685
|
"name": "umb-input-upload-field",
|
|
1588
|
-
"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 * `
|
|
1686
|
+
"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`} - ",
|
|
1589
1687
|
"attributes": [
|
|
1590
1688
|
{
|
|
1591
1689
|
"name": "keys",
|
|
@@ -1609,48 +1707,7 @@
|
|
|
1609
1707
|
},
|
|
1610
1708
|
{
|
|
1611
1709
|
"name": "umb-input-user-group",
|
|
1612
|
-
"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 * `
|
|
1613
|
-
"attributes": [
|
|
1614
|
-
{
|
|
1615
|
-
"name": "value",
|
|
1616
|
-
"description": "`value` {`string[]`} - \n\nProperty: value\n\nDefault: "
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "multiple",
|
|
1620
|
-
"description": "`multiple` {`boolean`} - \n\nProperty: multiple\n\nDefault: true",
|
|
1621
|
-
"valueSet": "v"
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"name": "modalType",
|
|
1625
|
-
"description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "modalSize",
|
|
1629
|
-
"description": "`modalSize` {`UUIModalSidebarSize`} - \n\nProperty: modalSize\n\nDefault: small",
|
|
1630
|
-
"values": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "small"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "large"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "medium"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"name": "full"
|
|
1642
|
-
}
|
|
1643
|
-
]
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"name": "onchange",
|
|
1647
|
-
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1648
|
-
}
|
|
1649
|
-
]
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"name": "umb-input-user",
|
|
1653
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
|
|
1710
|
+
"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` - ",
|
|
1654
1711
|
"attributes": [
|
|
1655
1712
|
{
|
|
1656
1713
|
"name": "value",
|
|
@@ -1691,7 +1748,7 @@
|
|
|
1691
1748
|
},
|
|
1692
1749
|
{
|
|
1693
1750
|
"name": "umb-menu-item-base",
|
|
1694
|
-
"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 * `
|
|
1751
|
+
"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[]`} - ",
|
|
1695
1752
|
"attributes": [
|
|
1696
1753
|
{
|
|
1697
1754
|
"name": "entity-type",
|
|
@@ -1720,7 +1777,7 @@
|
|
|
1720
1777
|
},
|
|
1721
1778
|
{
|
|
1722
1779
|
"name": "umb-menu",
|
|
1723
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1780
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1724
1781
|
"attributes": [
|
|
1725
1782
|
{
|
|
1726
1783
|
"name": "manifest",
|
|
@@ -1730,7 +1787,7 @@
|
|
|
1730
1787
|
},
|
|
1731
1788
|
{
|
|
1732
1789
|
"name": "umb-property-type-based-property",
|
|
1733
|
-
"description": "Attributes:\n\n * `propertyVariantId` {UmbVariantId} - propertyVariantId. A VariantID to identify which the variant of this properties value.\n\nProperties:\n\n * `
|
|
1790
|
+
"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[]`} - ",
|
|
1734
1791
|
"attributes": [
|
|
1735
1792
|
{
|
|
1736
1793
|
"name": "propertyVariantId",
|
|
@@ -1790,12 +1847,12 @@
|
|
|
1790
1847
|
},
|
|
1791
1848
|
{
|
|
1792
1849
|
"name": "umb-section-sidebar-context-menu",
|
|
1793
|
-
"description": "Properties:\n\n * `
|
|
1850
|
+
"description": "Properties:\n\n * `_isOpen` {`boolean`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `_unique` {`string | undefined`} - \n\n * `_headline` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1794
1851
|
"attributes": []
|
|
1795
1852
|
},
|
|
1796
1853
|
{
|
|
1797
1854
|
"name": "umb-section-sidebar-menu",
|
|
1798
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1855
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1799
1856
|
"attributes": [
|
|
1800
1857
|
{
|
|
1801
1858
|
"name": "manifest",
|
|
@@ -1810,7 +1867,7 @@
|
|
|
1810
1867
|
},
|
|
1811
1868
|
{
|
|
1812
1869
|
"name": "umb-section-views",
|
|
1813
|
-
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1870
|
+
"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[]`} - ",
|
|
1814
1871
|
"attributes": [
|
|
1815
1872
|
{
|
|
1816
1873
|
"name": "section-alias",
|
|
@@ -1820,8 +1877,8 @@
|
|
|
1820
1877
|
]
|
|
1821
1878
|
},
|
|
1822
1879
|
{
|
|
1823
|
-
"name": "umb-section",
|
|
1824
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1880
|
+
"name": "umb-section-default",
|
|
1881
|
+
"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[]`} - ",
|
|
1825
1882
|
"attributes": [
|
|
1826
1883
|
{
|
|
1827
1884
|
"name": "manifest",
|
|
@@ -1831,7 +1888,7 @@
|
|
|
1831
1888
|
},
|
|
1832
1889
|
{
|
|
1833
1890
|
"name": "umb-table",
|
|
1834
|
-
"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 * `
|
|
1891
|
+
"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[]`} - ",
|
|
1835
1892
|
"attributes": [
|
|
1836
1893
|
{
|
|
1837
1894
|
"name": "onselected",
|
|
@@ -1849,7 +1906,7 @@
|
|
|
1849
1906
|
},
|
|
1850
1907
|
{
|
|
1851
1908
|
"name": "umb-template-card",
|
|
1852
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change
|
|
1909
|
+
"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`} - ",
|
|
1853
1910
|
"attributes": [
|
|
1854
1911
|
{
|
|
1855
1912
|
"name": "default",
|
|
@@ -1857,8 +1914,8 @@
|
|
|
1857
1914
|
"valueSet": "v"
|
|
1858
1915
|
},
|
|
1859
1916
|
{
|
|
1860
|
-
"name": "
|
|
1861
|
-
"description": "`
|
|
1917
|
+
"name": "id",
|
|
1918
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1862
1919
|
},
|
|
1863
1920
|
{
|
|
1864
1921
|
"name": "name",
|
|
@@ -1873,14 +1930,14 @@
|
|
|
1873
1930
|
"description": "`selected` {} - "
|
|
1874
1931
|
},
|
|
1875
1932
|
{
|
|
1876
|
-
"name": "onchange
|
|
1877
|
-
"description": "`change
|
|
1933
|
+
"name": "onchange",
|
|
1934
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1878
1935
|
}
|
|
1879
1936
|
]
|
|
1880
1937
|
},
|
|
1881
1938
|
{
|
|
1882
1939
|
"name": "umb-tooltip-menu",
|
|
1883
|
-
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `
|
|
1940
|
+
"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[]`} - ",
|
|
1884
1941
|
"attributes": [
|
|
1885
1942
|
{
|
|
1886
1943
|
"name": "icon-only",
|
|
@@ -1895,17 +1952,17 @@
|
|
|
1895
1952
|
},
|
|
1896
1953
|
{
|
|
1897
1954
|
"name": "umb-entity-tree-item",
|
|
1898
|
-
"description": "Properties:\n\n * `
|
|
1955
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1899
1956
|
"attributes": []
|
|
1900
1957
|
},
|
|
1901
1958
|
{
|
|
1902
1959
|
"name": "umb-tree-item-base",
|
|
1903
|
-
"description": "Properties:\n\n * `
|
|
1960
|
+
"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[]`} - ",
|
|
1904
1961
|
"attributes": []
|
|
1905
1962
|
},
|
|
1906
1963
|
{
|
|
1907
1964
|
"name": "umb-tree-item",
|
|
1908
|
-
"description": "Properties:\n\n * `
|
|
1965
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1909
1966
|
"attributes": []
|
|
1910
1967
|
},
|
|
1911
1968
|
{
|
|
@@ -1920,7 +1977,7 @@
|
|
|
1920
1977
|
},
|
|
1921
1978
|
{
|
|
1922
1979
|
"name": "umb-tree",
|
|
1923
|
-
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1980
|
+
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `multiple` {`boolean`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
1924
1981
|
"attributes": [
|
|
1925
1982
|
{
|
|
1926
1983
|
"name": "alias",
|
|
@@ -1935,6 +1992,11 @@
|
|
|
1935
1992
|
"name": "selection",
|
|
1936
1993
|
"description": "`selection` {`string[]`} - \n\nProperty: selection"
|
|
1937
1994
|
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "multiple",
|
|
1997
|
+
"description": "`multiple` {`boolean`} - \n\nProperty: multiple",
|
|
1998
|
+
"valueSet": "v"
|
|
1999
|
+
},
|
|
1938
2000
|
{
|
|
1939
2001
|
"name": "onselected",
|
|
1940
2002
|
"description": "`selected` {`CustomEvent<unknown>`} - "
|
|
@@ -1943,7 +2005,7 @@
|
|
|
1943
2005
|
},
|
|
1944
2006
|
{
|
|
1945
2007
|
"name": "umb-variant-selector",
|
|
1946
|
-
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `
|
|
2008
|
+
"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[]`} - ",
|
|
1947
2009
|
"attributes": [
|
|
1948
2010
|
{
|
|
1949
2011
|
"name": "alias",
|
|
@@ -1957,12 +2019,12 @@
|
|
|
1957
2019
|
},
|
|
1958
2020
|
{
|
|
1959
2021
|
"name": "umb-variantable-property",
|
|
1960
|
-
"description": "Properties:\n\n * `
|
|
2022
|
+
"description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1961
2023
|
"attributes": []
|
|
1962
2024
|
},
|
|
1963
2025
|
{
|
|
1964
2026
|
"name": "umb-workspace-property",
|
|
1965
|
-
"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 * `
|
|
2027
|
+
"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[]`} - ",
|
|
1966
2028
|
"attributes": [
|
|
1967
2029
|
{
|
|
1968
2030
|
"name": "label",
|
|
@@ -2001,32 +2063,22 @@
|
|
|
2001
2063
|
},
|
|
2002
2064
|
{
|
|
2003
2065
|
"name": "umb-workspace-action-menu",
|
|
2004
|
-
"description": "Properties:\n\n * `
|
|
2066
|
+
"description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2005
2067
|
"attributes": []
|
|
2006
2068
|
},
|
|
2007
2069
|
{
|
|
2008
2070
|
"name": "umb-workspace-action",
|
|
2009
|
-
"description": "Properties:\n\n * `
|
|
2071
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2010
2072
|
"attributes": []
|
|
2011
2073
|
},
|
|
2012
2074
|
{
|
|
2013
2075
|
"name": "umb-workspace-view-collection",
|
|
2014
|
-
"description": "Properties:\n\n * `
|
|
2076
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2015
2077
|
"attributes": []
|
|
2016
2078
|
},
|
|
2017
2079
|
{
|
|
2018
|
-
"name": "umb-workspace-
|
|
2019
|
-
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer
|
|
2020
|
-
"attributes": [
|
|
2021
|
-
{
|
|
2022
|
-
"name": "alias",
|
|
2023
|
-
"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: ''"
|
|
2024
|
-
}
|
|
2025
|
-
]
|
|
2026
|
-
},
|
|
2027
|
-
{
|
|
2028
|
-
"name": "umb-workspace-layout",
|
|
2029
|
-
"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`} - ",
|
|
2080
|
+
"name": "umb-workspace-editor",
|
|
2081
|
+
"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[]`} - ",
|
|
2030
2082
|
"attributes": [
|
|
2031
2083
|
{
|
|
2032
2084
|
"name": "headline",
|
|
@@ -2048,9 +2100,19 @@
|
|
|
2048
2100
|
}
|
|
2049
2101
|
]
|
|
2050
2102
|
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "umb-workspace-footer",
|
|
2105
|
+
"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[]`} - ",
|
|
2106
|
+
"attributes": [
|
|
2107
|
+
{
|
|
2108
|
+
"name": "alias",
|
|
2109
|
+
"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: ''"
|
|
2110
|
+
}
|
|
2111
|
+
]
|
|
2112
|
+
},
|
|
2051
2113
|
{
|
|
2052
2114
|
"name": "umb-workspace-property-layout",
|
|
2053
|
-
"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 * `
|
|
2115
|
+
"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[]`} - ",
|
|
2054
2116
|
"attributes": [
|
|
2055
2117
|
{
|
|
2056
2118
|
"name": "alias",
|
|
@@ -2080,7 +2142,7 @@
|
|
|
2080
2142
|
},
|
|
2081
2143
|
{
|
|
2082
2144
|
"name": "umb-workspace-variant",
|
|
2083
|
-
"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 * `
|
|
2145
|
+
"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[]`} - ",
|
|
2084
2146
|
"attributes": [
|
|
2085
2147
|
{
|
|
2086
2148
|
"name": "alias",
|
|
@@ -2099,7 +2161,7 @@
|
|
|
2099
2161
|
},
|
|
2100
2162
|
{
|
|
2101
2163
|
"name": "umb-workspace",
|
|
2102
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
2164
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2103
2165
|
"attributes": [
|
|
2104
2166
|
{
|
|
2105
2167
|
"name": "entity-type",
|
|
@@ -2109,7 +2171,7 @@
|
|
|
2109
2171
|
},
|
|
2110
2172
|
{
|
|
2111
2173
|
"name": "umb-confirm-modal",
|
|
2112
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2174
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2113
2175
|
"attributes": [
|
|
2114
2176
|
{
|
|
2115
2177
|
"name": "data",
|
|
@@ -2119,7 +2181,7 @@
|
|
|
2119
2181
|
},
|
|
2120
2182
|
{
|
|
2121
2183
|
"name": "umb-embedded-media-modal",
|
|
2122
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2184
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2123
2185
|
"attributes": [
|
|
2124
2186
|
{
|
|
2125
2187
|
"name": "data",
|
|
@@ -2129,40 +2191,27 @@
|
|
|
2129
2191
|
},
|
|
2130
2192
|
{
|
|
2131
2193
|
"name": "umb-folder-modal",
|
|
2132
|
-
"description": "Properties:\n\n * `
|
|
2194
|
+
"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[]`} - ",
|
|
2133
2195
|
"attributes": []
|
|
2134
2196
|
},
|
|
2135
2197
|
{
|
|
2136
2198
|
"name": "umb-icon-picker-modal",
|
|
2137
|
-
"description": "
|
|
2138
|
-
"attributes": [
|
|
2139
|
-
{
|
|
2140
|
-
"name": "iconlist",
|
|
2141
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"name": "iconlistFiltered",
|
|
2145
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"name": "colorlist",
|
|
2149
|
-
"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"
|
|
2150
|
-
}
|
|
2151
|
-
]
|
|
2199
|
+
"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[]`} - ",
|
|
2200
|
+
"attributes": []
|
|
2152
2201
|
},
|
|
2153
2202
|
{
|
|
2154
2203
|
"name": "umb-link-picker-modal",
|
|
2155
|
-
"description": "Properties:\n\n * `
|
|
2204
|
+
"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[]`} - ",
|
|
2156
2205
|
"attributes": []
|
|
2157
2206
|
},
|
|
2158
2207
|
{
|
|
2159
2208
|
"name": "umb-property-settings-modal",
|
|
2160
|
-
"description": "Properties:\n\n * `
|
|
2209
|
+
"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[]`} - ",
|
|
2161
2210
|
"attributes": []
|
|
2162
2211
|
},
|
|
2163
2212
|
{
|
|
2164
2213
|
"name": "umb-section-picker-modal",
|
|
2165
|
-
"description": "Properties:\n\n * `
|
|
2214
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2166
2215
|
"attributes": []
|
|
2167
2216
|
},
|
|
2168
2217
|
{
|
|
@@ -2172,7 +2221,7 @@
|
|
|
2172
2221
|
},
|
|
2173
2222
|
{
|
|
2174
2223
|
"name": "umb-template-modal",
|
|
2175
|
-
"description": "Properties:\n\n * `
|
|
2224
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2176
2225
|
"attributes": []
|
|
2177
2226
|
},
|
|
2178
2227
|
{
|
|
@@ -2205,7 +2254,7 @@
|
|
|
2205
2254
|
},
|
|
2206
2255
|
{
|
|
2207
2256
|
"name": "umb-property-action-menu",
|
|
2208
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `
|
|
2257
|
+
"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` - ",
|
|
2209
2258
|
"attributes": [
|
|
2210
2259
|
{
|
|
2211
2260
|
"name": "value",
|
|
@@ -2220,7 +2269,7 @@
|
|
|
2220
2269
|
},
|
|
2221
2270
|
{
|
|
2222
2271
|
"name": "umb-property-action",
|
|
2223
|
-
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2272
|
+
"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`} - ",
|
|
2224
2273
|
"attributes": [
|
|
2225
2274
|
{
|
|
2226
2275
|
"name": "propertyAction",
|
|
@@ -2240,7 +2289,7 @@
|
|
|
2240
2289
|
},
|
|
2241
2290
|
{
|
|
2242
2291
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2243
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2292
|
+
"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[]`} - ",
|
|
2244
2293
|
"attributes": [
|
|
2245
2294
|
{
|
|
2246
2295
|
"name": "data",
|
|
@@ -2250,7 +2299,7 @@
|
|
|
2250
2299
|
},
|
|
2251
2300
|
{
|
|
2252
2301
|
"name": "umb-property-editor-config",
|
|
2253
|
-
"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 * `
|
|
2302
|
+
"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[]`} - ",
|
|
2254
2303
|
"attributes": [
|
|
2255
2304
|
{
|
|
2256
2305
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2268,7 +2317,7 @@
|
|
|
2268
2317
|
},
|
|
2269
2318
|
{
|
|
2270
2319
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2271
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2320
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2272
2321
|
"attributes": [
|
|
2273
2322
|
{
|
|
2274
2323
|
"name": "value",
|
|
@@ -2278,7 +2327,7 @@
|
|
|
2278
2327
|
},
|
|
2279
2328
|
{
|
|
2280
2329
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2281
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2330
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2282
2331
|
"attributes": [
|
|
2283
2332
|
{
|
|
2284
2333
|
"name": "value",
|
|
@@ -2288,7 +2337,7 @@
|
|
|
2288
2337
|
},
|
|
2289
2338
|
{
|
|
2290
2339
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2291
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2340
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2292
2341
|
"attributes": [
|
|
2293
2342
|
{
|
|
2294
2343
|
"name": "value",
|
|
@@ -2298,7 +2347,7 @@
|
|
|
2298
2347
|
},
|
|
2299
2348
|
{
|
|
2300
2349
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2301
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `
|
|
2350
|
+
"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[]`} - ",
|
|
2302
2351
|
"attributes": [
|
|
2303
2352
|
{
|
|
2304
2353
|
"name": "name",
|
|
@@ -2308,7 +2357,7 @@
|
|
|
2308
2357
|
},
|
|
2309
2358
|
{
|
|
2310
2359
|
"name": "umb-property-editor-ui-block-grid",
|
|
2311
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2360
|
+
"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[]`} - ",
|
|
2312
2361
|
"attributes": [
|
|
2313
2362
|
{
|
|
2314
2363
|
"name": "value",
|
|
@@ -2318,7 +2367,7 @@
|
|
|
2318
2367
|
},
|
|
2319
2368
|
{
|
|
2320
2369
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2321
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2370
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2322
2371
|
"attributes": [
|
|
2323
2372
|
{
|
|
2324
2373
|
"name": "value",
|
|
@@ -2328,7 +2377,7 @@
|
|
|
2328
2377
|
},
|
|
2329
2378
|
{
|
|
2330
2379
|
"name": "umb-property-editor-ui-block-list",
|
|
2331
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2380
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2332
2381
|
"attributes": [
|
|
2333
2382
|
{
|
|
2334
2383
|
"name": "value",
|
|
@@ -2338,7 +2387,7 @@
|
|
|
2338
2387
|
},
|
|
2339
2388
|
{
|
|
2340
2389
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2341
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `
|
|
2390
|
+
"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[]`} - ",
|
|
2342
2391
|
"attributes": [
|
|
2343
2392
|
{
|
|
2344
2393
|
"name": "value",
|
|
@@ -2352,7 +2401,7 @@
|
|
|
2352
2401
|
},
|
|
2353
2402
|
{
|
|
2354
2403
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2355
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2404
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2356
2405
|
"attributes": [
|
|
2357
2406
|
{
|
|
2358
2407
|
"name": "value",
|
|
@@ -2362,7 +2411,7 @@
|
|
|
2362
2411
|
},
|
|
2363
2412
|
{
|
|
2364
2413
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2365
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2414
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2366
2415
|
"attributes": [
|
|
2367
2416
|
{
|
|
2368
2417
|
"name": "value",
|
|
@@ -2372,7 +2421,7 @@
|
|
|
2372
2421
|
},
|
|
2373
2422
|
{
|
|
2374
2423
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2375
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2424
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2376
2425
|
"attributes": [
|
|
2377
2426
|
{
|
|
2378
2427
|
"name": "value",
|
|
@@ -2382,7 +2431,7 @@
|
|
|
2382
2431
|
},
|
|
2383
2432
|
{
|
|
2384
2433
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2385
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2434
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2386
2435
|
"attributes": [
|
|
2387
2436
|
{
|
|
2388
2437
|
"name": "value",
|
|
@@ -2392,7 +2441,7 @@
|
|
|
2392
2441
|
},
|
|
2393
2442
|
{
|
|
2394
2443
|
"name": "umb-property-editor-ui-collection-view",
|
|
2395
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2444
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2396
2445
|
"attributes": [
|
|
2397
2446
|
{
|
|
2398
2447
|
"name": "value",
|
|
@@ -2402,7 +2451,7 @@
|
|
|
2402
2451
|
},
|
|
2403
2452
|
{
|
|
2404
2453
|
"name": "umb-property-editor-ui-color-picker",
|
|
2405
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2454
|
+
"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[]`} - ",
|
|
2406
2455
|
"attributes": [
|
|
2407
2456
|
{
|
|
2408
2457
|
"name": "value",
|
|
@@ -2416,7 +2465,7 @@
|
|
|
2416
2465
|
},
|
|
2417
2466
|
{
|
|
2418
2467
|
"name": "umb-property-editor-ui-date-picker",
|
|
2419
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2468
|
+
"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[]`} - ",
|
|
2420
2469
|
"attributes": [
|
|
2421
2470
|
{
|
|
2422
2471
|
"name": "value",
|
|
@@ -2441,7 +2490,7 @@
|
|
|
2441
2490
|
},
|
|
2442
2491
|
{
|
|
2443
2492
|
"name": "umb-property-editor-ui-dropdown",
|
|
2444
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2493
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2445
2494
|
"attributes": [
|
|
2446
2495
|
{
|
|
2447
2496
|
"name": "value",
|
|
@@ -2451,7 +2500,7 @@
|
|
|
2451
2500
|
},
|
|
2452
2501
|
{
|
|
2453
2502
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2454
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2503
|
+
"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[]`} - ",
|
|
2455
2504
|
"attributes": [
|
|
2456
2505
|
{
|
|
2457
2506
|
"name": "value",
|
|
@@ -2465,7 +2514,7 @@
|
|
|
2465
2514
|
},
|
|
2466
2515
|
{
|
|
2467
2516
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2468
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2517
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2469
2518
|
"attributes": [
|
|
2470
2519
|
{
|
|
2471
2520
|
"name": "value",
|
|
@@ -2475,7 +2524,7 @@
|
|
|
2475
2524
|
},
|
|
2476
2525
|
{
|
|
2477
2526
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2478
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2527
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2479
2528
|
"attributes": [
|
|
2480
2529
|
{
|
|
2481
2530
|
"name": "value",
|
|
@@ -2485,7 +2534,7 @@
|
|
|
2485
2534
|
},
|
|
2486
2535
|
{
|
|
2487
2536
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2488
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2537
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2489
2538
|
"attributes": [
|
|
2490
2539
|
{
|
|
2491
2540
|
"name": "value",
|
|
@@ -2495,7 +2544,7 @@
|
|
|
2495
2544
|
},
|
|
2496
2545
|
{
|
|
2497
2546
|
"name": "umb-property-editor-ui-label",
|
|
2498
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2547
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2499
2548
|
"attributes": [
|
|
2500
2549
|
{
|
|
2501
2550
|
"name": "value",
|
|
@@ -2505,7 +2554,7 @@
|
|
|
2505
2554
|
},
|
|
2506
2555
|
{
|
|
2507
2556
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2508
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2557
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2509
2558
|
"attributes": [
|
|
2510
2559
|
{
|
|
2511
2560
|
"name": "value",
|
|
@@ -2529,7 +2578,7 @@
|
|
|
2529
2578
|
},
|
|
2530
2579
|
{
|
|
2531
2580
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2532
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2581
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2533
2582
|
"attributes": [
|
|
2534
2583
|
{
|
|
2535
2584
|
"name": "value",
|
|
@@ -2539,7 +2588,7 @@
|
|
|
2539
2588
|
},
|
|
2540
2589
|
{
|
|
2541
2590
|
"name": "umb-property-editor-ui-member-picker",
|
|
2542
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2591
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2543
2592
|
"attributes": [
|
|
2544
2593
|
{
|
|
2545
2594
|
"name": "value",
|
|
@@ -2549,7 +2598,7 @@
|
|
|
2549
2598
|
},
|
|
2550
2599
|
{
|
|
2551
2600
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2552
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`any[]`} - \n\nProperties:\n\n * `
|
|
2601
|
+
"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[]`} - ",
|
|
2553
2602
|
"attributes": [
|
|
2554
2603
|
{
|
|
2555
2604
|
"name": "value",
|
|
@@ -2563,7 +2612,7 @@
|
|
|
2563
2612
|
},
|
|
2564
2613
|
{
|
|
2565
2614
|
"name": "umb-input-multiple-text-string-item",
|
|
2566
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
2615
|
+
"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`} - ",
|
|
2567
2616
|
"attributes": [
|
|
2568
2617
|
{
|
|
2569
2618
|
"name": "disabled",
|
|
@@ -2579,7 +2628,7 @@
|
|
|
2579
2628
|
},
|
|
2580
2629
|
{
|
|
2581
2630
|
"name": "umb-input-multiple-text-string",
|
|
2582
|
-
"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 * `
|
|
2631
|
+
"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`} - ",
|
|
2583
2632
|
"attributes": [
|
|
2584
2633
|
{
|
|
2585
2634
|
"name": "min",
|
|
@@ -2642,7 +2691,7 @@
|
|
|
2642
2691
|
},
|
|
2643
2692
|
{
|
|
2644
2693
|
"name": "umb-property-editor-ui-number-range",
|
|
2645
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `
|
|
2694
|
+
"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[]`} - ",
|
|
2646
2695
|
"attributes": [
|
|
2647
2696
|
{
|
|
2648
2697
|
"name": "_value",
|
|
@@ -2656,7 +2705,7 @@
|
|
|
2656
2705
|
},
|
|
2657
2706
|
{
|
|
2658
2707
|
"name": "umb-property-editor-ui-number",
|
|
2659
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2708
|
+
"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[]`} - ",
|
|
2660
2709
|
"attributes": [
|
|
2661
2710
|
{
|
|
2662
2711
|
"name": "value",
|
|
@@ -2670,7 +2719,7 @@
|
|
|
2670
2719
|
},
|
|
2671
2720
|
{
|
|
2672
2721
|
"name": "umb-property-editor-ui-order-direction",
|
|
2673
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2722
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2674
2723
|
"attributes": [
|
|
2675
2724
|
{
|
|
2676
2725
|
"name": "value",
|
|
@@ -2680,7 +2729,7 @@
|
|
|
2680
2729
|
},
|
|
2681
2730
|
{
|
|
2682
2731
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2683
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2732
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2684
2733
|
"attributes": [
|
|
2685
2734
|
{
|
|
2686
2735
|
"name": "value",
|
|
@@ -2690,7 +2739,7 @@
|
|
|
2690
2739
|
},
|
|
2691
2740
|
{
|
|
2692
2741
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2693
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2742
|
+
"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[]`} - ",
|
|
2694
2743
|
"attributes": [
|
|
2695
2744
|
{
|
|
2696
2745
|
"name": "value",
|
|
@@ -2704,7 +2753,7 @@
|
|
|
2704
2753
|
},
|
|
2705
2754
|
{
|
|
2706
2755
|
"name": "umb-property-editor-ui-slider",
|
|
2707
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `
|
|
2756
|
+
"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[]`} - ",
|
|
2708
2757
|
"attributes": [
|
|
2709
2758
|
{
|
|
2710
2759
|
"name": "value",
|
|
@@ -2718,7 +2767,7 @@
|
|
|
2718
2767
|
},
|
|
2719
2768
|
{
|
|
2720
2769
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2721
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2770
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2722
2771
|
"attributes": [
|
|
2723
2772
|
{
|
|
2724
2773
|
"name": "value",
|
|
@@ -2728,7 +2777,7 @@
|
|
|
2728
2777
|
},
|
|
2729
2778
|
{
|
|
2730
2779
|
"name": "umb-property-editor-ui-tags",
|
|
2731
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2780
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2732
2781
|
"attributes": [
|
|
2733
2782
|
{
|
|
2734
2783
|
"name": "value",
|
|
@@ -2738,7 +2787,7 @@
|
|
|
2738
2787
|
},
|
|
2739
2788
|
{
|
|
2740
2789
|
"name": "umb-property-editor-ui-text-box",
|
|
2741
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2790
|
+
"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[]`} - ",
|
|
2742
2791
|
"attributes": [
|
|
2743
2792
|
{
|
|
2744
2793
|
"name": "value",
|
|
@@ -2752,7 +2801,7 @@
|
|
|
2752
2801
|
},
|
|
2753
2802
|
{
|
|
2754
2803
|
"name": "umb-property-editor-ui-textarea",
|
|
2755
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2804
|
+
"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[]`} - ",
|
|
2756
2805
|
"attributes": [
|
|
2757
2806
|
{
|
|
2758
2807
|
"name": "value",
|
|
@@ -2766,7 +2815,7 @@
|
|
|
2766
2815
|
},
|
|
2767
2816
|
{
|
|
2768
2817
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2769
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2818
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2770
2819
|
"attributes": [
|
|
2771
2820
|
{
|
|
2772
2821
|
"name": "value",
|
|
@@ -2776,7 +2825,7 @@
|
|
|
2776
2825
|
},
|
|
2777
2826
|
{
|
|
2778
2827
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2779
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2828
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2780
2829
|
"attributes": [
|
|
2781
2830
|
{
|
|
2782
2831
|
"name": "value",
|
|
@@ -2786,7 +2835,7 @@
|
|
|
2786
2835
|
},
|
|
2787
2836
|
{
|
|
2788
2837
|
"name": "umb-property-editor-ui-toggle",
|
|
2789
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `
|
|
2838
|
+
"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[]`} - ",
|
|
2790
2839
|
"attributes": [
|
|
2791
2840
|
{
|
|
2792
2841
|
"name": "value",
|
|
@@ -2801,7 +2850,7 @@
|
|
|
2801
2850
|
},
|
|
2802
2851
|
{
|
|
2803
2852
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2804
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2853
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2805
2854
|
"attributes": [
|
|
2806
2855
|
{
|
|
2807
2856
|
"name": "value",
|
|
@@ -2811,7 +2860,7 @@
|
|
|
2811
2860
|
},
|
|
2812
2861
|
{
|
|
2813
2862
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2814
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2863
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2815
2864
|
"attributes": [
|
|
2816
2865
|
{
|
|
2817
2866
|
"name": "value",
|
|
@@ -2821,7 +2870,7 @@
|
|
|
2821
2870
|
},
|
|
2822
2871
|
{
|
|
2823
2872
|
"name": "umb-property-editor-ui-upload-field",
|
|
2824
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2873
|
+
"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[]`} - ",
|
|
2825
2874
|
"attributes": [
|
|
2826
2875
|
{
|
|
2827
2876
|
"name": "value",
|
|
@@ -2835,7 +2884,7 @@
|
|
|
2835
2884
|
},
|
|
2836
2885
|
{
|
|
2837
2886
|
"name": "umb-property-editor-ui-user-picker",
|
|
2838
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2887
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2839
2888
|
"attributes": [
|
|
2840
2889
|
{
|
|
2841
2890
|
"name": "value",
|
|
@@ -2845,7 +2894,7 @@
|
|
|
2845
2894
|
},
|
|
2846
2895
|
{
|
|
2847
2896
|
"name": "umb-property-editor-ui-value-type",
|
|
2848
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2897
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2849
2898
|
"attributes": [
|
|
2850
2899
|
{
|
|
2851
2900
|
"name": "value",
|
|
@@ -2855,7 +2904,7 @@
|
|
|
2855
2904
|
},
|
|
2856
2905
|
{
|
|
2857
2906
|
"name": "umb-file-system-tree-item",
|
|
2858
|
-
"description": "Properties:\n\n * `
|
|
2907
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2859
2908
|
"attributes": []
|
|
2860
2909
|
},
|
|
2861
2910
|
{
|
|
@@ -2865,32 +2914,32 @@
|
|
|
2865
2914
|
},
|
|
2866
2915
|
{
|
|
2867
2916
|
"name": "umb-stylesheet-workspace",
|
|
2868
|
-
"description": "Properties:\n\n * `
|
|
2917
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2869
2918
|
"attributes": []
|
|
2870
2919
|
},
|
|
2871
2920
|
{
|
|
2872
2921
|
"name": "umb-template-workspace",
|
|
2873
|
-
"description": "Properties:\n\n * `
|
|
2922
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2874
2923
|
"attributes": []
|
|
2875
2924
|
},
|
|
2876
2925
|
{
|
|
2877
2926
|
"name": "umb-dashboard-translation-dictionary",
|
|
2878
|
-
"description": "Properties:\n\n * `
|
|
2927
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2879
2928
|
"attributes": []
|
|
2880
2929
|
},
|
|
2881
2930
|
{
|
|
2882
2931
|
"name": "umb-create-dictionary-modal",
|
|
2883
|
-
"description": "Properties:\n\n * `
|
|
2932
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2884
2933
|
"attributes": []
|
|
2885
2934
|
},
|
|
2886
2935
|
{
|
|
2887
2936
|
"name": "umb-export-dictionary-modal",
|
|
2888
|
-
"description": "Properties:\n\n * `
|
|
2937
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2889
2938
|
"attributes": []
|
|
2890
2939
|
},
|
|
2891
2940
|
{
|
|
2892
2941
|
"name": "umb-import-dictionary-modal",
|
|
2893
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2942
|
+
"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[]`} - ",
|
|
2894
2943
|
"attributes": []
|
|
2895
2944
|
},
|
|
2896
2945
|
{
|
|
@@ -2899,27 +2948,32 @@
|
|
|
2899
2948
|
},
|
|
2900
2949
|
{
|
|
2901
2950
|
"name": "umb-dictionary-workspace-edit",
|
|
2902
|
-
"description": "Properties:\n\n * `
|
|
2951
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2903
2952
|
"attributes": []
|
|
2904
2953
|
},
|
|
2905
2954
|
{
|
|
2906
2955
|
"name": "umb-dictionary-workspace",
|
|
2907
|
-
"description": "Properties:\n\n * `
|
|
2956
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2908
2957
|
"attributes": []
|
|
2909
2958
|
},
|
|
2910
2959
|
{
|
|
2911
2960
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2912
|
-
"description": "Properties:\n\n * `
|
|
2961
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2962
|
+
"attributes": []
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "umb-umbraco-news-dashboard",
|
|
2966
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2913
2967
|
"attributes": []
|
|
2914
2968
|
},
|
|
2915
2969
|
{
|
|
2916
2970
|
"name": "umb-current-user-header-app",
|
|
2917
|
-
"description": "Properties:\n\n * `
|
|
2971
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2918
2972
|
"attributes": []
|
|
2919
2973
|
},
|
|
2920
2974
|
{
|
|
2921
2975
|
"name": "umb-change-password-modal",
|
|
2922
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
2976
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2923
2977
|
"attributes": [
|
|
2924
2978
|
{
|
|
2925
2979
|
"name": "data",
|
|
@@ -2929,7 +2983,7 @@
|
|
|
2929
2983
|
},
|
|
2930
2984
|
{
|
|
2931
2985
|
"name": "umb-current-user-modal",
|
|
2932
|
-
"description": "Properties:\n\n * `
|
|
2986
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
2933
2987
|
"attributes": []
|
|
2934
2988
|
},
|
|
2935
2989
|
{
|
|
@@ -2939,71 +2993,77 @@
|
|
|
2939
2993
|
},
|
|
2940
2994
|
{
|
|
2941
2995
|
"name": "umb-user-profile-app-history",
|
|
2942
|
-
"description": "Properties:\n\n * `
|
|
2996
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2943
2997
|
"attributes": []
|
|
2944
2998
|
},
|
|
2945
2999
|
{
|
|
2946
3000
|
"name": "umb-user-dashboard-test",
|
|
2947
|
-
"description": "Properties:\n\n * `
|
|
3001
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2948
3002
|
"attributes": []
|
|
2949
3003
|
},
|
|
2950
3004
|
{
|
|
2951
3005
|
"name": "umb-user-profile-app-profile",
|
|
2952
|
-
"description": "Properties:\n\n * `
|
|
3006
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2953
3007
|
"attributes": []
|
|
2954
3008
|
},
|
|
2955
3009
|
{
|
|
2956
3010
|
"name": "umb-user-profile-app-themes",
|
|
2957
|
-
"description": "Properties:\n\n * `
|
|
3011
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2958
3012
|
"attributes": []
|
|
2959
3013
|
},
|
|
2960
3014
|
{
|
|
2961
3015
|
"name": "umb-user-group-picker-modal",
|
|
2962
|
-
"description": "Properties:\n\n * `
|
|
3016
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3017
|
+
"attributes": []
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "umb-section-view-user-groups",
|
|
3021
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2963
3022
|
"attributes": []
|
|
2964
3023
|
},
|
|
2965
3024
|
{
|
|
2966
3025
|
"name": "umb-workspace-action-user-group-save",
|
|
2967
|
-
"description": "Properties:\n\n * `
|
|
3026
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2968
3027
|
"attributes": []
|
|
2969
3028
|
},
|
|
2970
3029
|
{
|
|
2971
|
-
"name": "umb-user-group-
|
|
2972
|
-
"description": "Properties:\n\n * `
|
|
3030
|
+
"name": "umb-user-group-table-name-column-layout",
|
|
3031
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
|
|
2973
3032
|
"attributes": []
|
|
2974
3033
|
},
|
|
2975
3034
|
{
|
|
2976
|
-
"name": "umb-user-group-
|
|
2977
|
-
"description": "Properties:\n\n * `
|
|
3035
|
+
"name": "umb-user-group-table-sections-column-layout",
|
|
3036
|
+
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
|
|
2978
3037
|
"attributes": []
|
|
2979
3038
|
},
|
|
2980
3039
|
{
|
|
2981
|
-
"name": "umb-
|
|
3040
|
+
"name": "umb-user-group-workspace-edit",
|
|
3041
|
+
"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[]`} - ",
|
|
2982
3042
|
"attributes": []
|
|
2983
3043
|
},
|
|
2984
3044
|
{
|
|
2985
|
-
"name": "umb-
|
|
2986
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3045
|
+
"name": "umb-user-group-workspace",
|
|
3046
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2987
3047
|
"attributes": []
|
|
2988
3048
|
},
|
|
2989
3049
|
{
|
|
2990
|
-
"name": "umb-
|
|
2991
|
-
"description": "Properties:\n\n * `
|
|
3050
|
+
"name": "umb-workspace-view-user-groups",
|
|
3051
|
+
"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[]`} - ",
|
|
2992
3052
|
"attributes": []
|
|
2993
3053
|
},
|
|
2994
3054
|
{
|
|
2995
|
-
"name": "umb-user-
|
|
2996
|
-
"description": "Properties:\n\n * `
|
|
3055
|
+
"name": "umb-user-collection-header",
|
|
3056
|
+
"description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2997
3057
|
"attributes": []
|
|
2998
3058
|
},
|
|
2999
3059
|
{
|
|
3000
|
-
"name": "umb-
|
|
3001
|
-
"description": "Properties:\n\n * `
|
|
3060
|
+
"name": "umb-user-collection",
|
|
3061
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3002
3062
|
"attributes": []
|
|
3003
3063
|
},
|
|
3004
3064
|
{
|
|
3005
|
-
"name": "umb-
|
|
3006
|
-
"description": "Properties:\n\n * `
|
|
3065
|
+
"name": "umb-user-grid-collection-view",
|
|
3066
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3007
3067
|
"attributes": []
|
|
3008
3068
|
},
|
|
3009
3069
|
{
|
|
@@ -3017,53 +3077,74 @@
|
|
|
3017
3077
|
"attributes": []
|
|
3018
3078
|
},
|
|
3019
3079
|
{
|
|
3020
|
-
"name": "umb-
|
|
3021
|
-
"description": "Properties:\n\n * `
|
|
3022
|
-
"attributes": []
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"name": "umb-section-view-users",
|
|
3026
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_userStore` - \n\n * `selection` - \n\n * `users` - \n\n * `search` - ",
|
|
3080
|
+
"name": "umb-user-table-collection-view",
|
|
3081
|
+
"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[]`} - ",
|
|
3027
3082
|
"attributes": []
|
|
3028
3083
|
},
|
|
3029
3084
|
{
|
|
3030
|
-
"name": "umb-workspace-view-users-
|
|
3031
|
-
"description": "Properties:\n\n * `
|
|
3085
|
+
"name": "umb-workspace-view-users-table",
|
|
3086
|
+
"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[]`} - ",
|
|
3032
3087
|
"attributes": []
|
|
3033
3088
|
},
|
|
3034
3089
|
{
|
|
3035
|
-
"name": "umb-
|
|
3036
|
-
"description": "
|
|
3037
|
-
"attributes": [
|
|
3090
|
+
"name": "umb-user-input",
|
|
3091
|
+
"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`} - ",
|
|
3092
|
+
"attributes": [
|
|
3093
|
+
{
|
|
3094
|
+
"name": "min",
|
|
3095
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "max",
|
|
3099
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "min-message",
|
|
3103
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "maxMessage",
|
|
3107
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"name": "value",
|
|
3111
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
3112
|
+
}
|
|
3113
|
+
]
|
|
3038
3114
|
},
|
|
3039
3115
|
{
|
|
3040
3116
|
"name": "umb-create-user-modal",
|
|
3041
|
-
"description": "Properties:\n\n * `
|
|
3117
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3042
3118
|
"attributes": []
|
|
3043
3119
|
},
|
|
3044
3120
|
{
|
|
3045
3121
|
"name": "umb-invite-user-modal",
|
|
3046
|
-
"description": "Properties:\n\n * `
|
|
3122
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3047
3123
|
"attributes": []
|
|
3048
3124
|
},
|
|
3049
3125
|
{
|
|
3050
3126
|
"name": "umb-user-picker-modal",
|
|
3051
|
-
"description": "Properties:\n\n * `
|
|
3127
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `_users` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3128
|
+
"attributes": []
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "umb-section-view-users",
|
|
3132
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3052
3133
|
"attributes": []
|
|
3053
3134
|
},
|
|
3054
3135
|
{
|
|
3055
|
-
"name": "umb-workspace-action-
|
|
3056
|
-
"description": "Properties:\n\n * `
|
|
3136
|
+
"name": "umb-user-workspace-action-save",
|
|
3137
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3057
3138
|
"attributes": []
|
|
3058
3139
|
},
|
|
3059
3140
|
{
|
|
3060
3141
|
"name": "umb-user-workspace-edit",
|
|
3061
|
-
"description": "Properties:\n\n * `
|
|
3142
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3062
3143
|
"attributes": []
|
|
3063
3144
|
},
|
|
3064
3145
|
{
|
|
3065
3146
|
"name": "umb-user-workspace",
|
|
3066
|
-
"description": "Properties:\n\n * `
|
|
3147
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3067
3148
|
"attributes": []
|
|
3068
3149
|
},
|
|
3069
3150
|
{
|
|
@@ -3086,12 +3167,7 @@
|
|
|
3086
3167
|
"attributes": []
|
|
3087
3168
|
},
|
|
3088
3169
|
{
|
|
3089
|
-
"name": "umb-modal-
|
|
3090
|
-
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` {`UmbModalData | undefined`} - ",
|
|
3091
|
-
"attributes": []
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"name": "story-modal-context-example",
|
|
3170
|
+
"name": "umb-story-modal-context-example",
|
|
3095
3171
|
"description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
|
|
3096
3172
|
"attributes": [
|
|
3097
3173
|
{
|
|
@@ -3102,7 +3178,7 @@
|
|
|
3102
3178
|
},
|
|
3103
3179
|
{
|
|
3104
3180
|
"name": "umb-notification-layout-default",
|
|
3105
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3181
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3106
3182
|
"attributes": [
|
|
3107
3183
|
{
|
|
3108
3184
|
"name": "data",
|
|
@@ -3111,13 +3187,13 @@
|
|
|
3111
3187
|
]
|
|
3112
3188
|
},
|
|
3113
3189
|
{
|
|
3114
|
-
"name": "story-notification-default-example",
|
|
3190
|
+
"name": "umb-story-notification-default-example",
|
|
3115
3191
|
"description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
|
|
3116
3192
|
"attributes": []
|
|
3117
3193
|
},
|
|
3118
3194
|
{
|
|
3119
3195
|
"name": "umb-router-slot",
|
|
3120
|
-
"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 * `
|
|
3196
|
+
"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[]`} - ",
|
|
3121
3197
|
"attributes": [
|
|
3122
3198
|
{
|
|
3123
3199
|
"name": "routes",
|
|
@@ -3136,7 +3212,7 @@
|
|
|
3136
3212
|
},
|
|
3137
3213
|
{
|
|
3138
3214
|
"name": "umb-variant-router-slot",
|
|
3139
|
-
"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 * `
|
|
3215
|
+
"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[]`} - ",
|
|
3140
3216
|
"attributes": [
|
|
3141
3217
|
{
|
|
3142
3218
|
"name": "variantId",
|
|
@@ -3157,24 +3233,39 @@
|
|
|
3157
3233
|
}
|
|
3158
3234
|
]
|
|
3159
3235
|
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "umb-error",
|
|
3238
|
+
"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` - ",
|
|
3239
|
+
"attributes": [
|
|
3240
|
+
{
|
|
3241
|
+
"name": "errorMessage",
|
|
3242
|
+
"description": "`errorMessage` {`string | undefined`} - The error message to display\n\nProperty: errorMessage",
|
|
3243
|
+
"values": []
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "error",
|
|
3247
|
+
"description": "`error` {`unknown`} - The error to display\n\nProperty: error"
|
|
3248
|
+
}
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3160
3251
|
{
|
|
3161
3252
|
"name": "umb-installer-consent",
|
|
3162
|
-
"description": "Properties:\n\n * `
|
|
3253
|
+
"description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
|
|
3163
3254
|
"attributes": []
|
|
3164
3255
|
},
|
|
3165
3256
|
{
|
|
3166
3257
|
"name": "umb-installer-database",
|
|
3167
|
-
"description": "Properties:\n\n * `
|
|
3258
|
+
"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` - ",
|
|
3168
3259
|
"attributes": []
|
|
3169
3260
|
},
|
|
3170
3261
|
{
|
|
3171
3262
|
"name": "umb-installer-error",
|
|
3172
|
-
"description": "Properties:\n\n * `
|
|
3263
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
3173
3264
|
"attributes": []
|
|
3174
3265
|
},
|
|
3175
3266
|
{
|
|
3176
3267
|
"name": "umb-installer",
|
|
3177
|
-
"description": "Properties:\n\n * `
|
|
3268
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
3178
3269
|
"attributes": []
|
|
3179
3270
|
},
|
|
3180
3271
|
{
|
|
@@ -3189,12 +3280,12 @@
|
|
|
3189
3280
|
},
|
|
3190
3281
|
{
|
|
3191
3282
|
"name": "umb-installer-user",
|
|
3192
|
-
"description": "Properties:\n\n * `
|
|
3283
|
+
"description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
3193
3284
|
"attributes": []
|
|
3194
3285
|
},
|
|
3195
3286
|
{
|
|
3196
3287
|
"name": "umb-upgrader-view",
|
|
3197
|
-
"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 * `
|
|
3288
|
+
"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` - ",
|
|
3198
3289
|
"attributes": [
|
|
3199
3290
|
{
|
|
3200
3291
|
"name": "fetching",
|