@umbraco-cms/backoffice 1.0.0-next.9018668 → 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 +76 -6
- package/controller.d.ts +7 -6
- package/custom-elements.json +2229 -1232
- package/element.d.ts +6 -6
- package/entity-action.d.ts +29 -19
- package/extensions-api.d.ts +14 -13
- package/extensions-registry.d.ts +300 -91
- package/id.d.ts +6 -0
- package/modal.d.ts +304 -19
- package/models.d.ts +19 -9
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +90 -49
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/repository.d.ts +108 -40
- package/resources.d.ts +25 -16
- package/router.d.ts +368 -0
- package/sorter.d.ts +103 -0
- package/store.d.ts +93 -52
- package/umbraco-package-schema.json +37749 -0
- package/utils.d.ts +1 -9
- package/vscode-html-custom-data.json +724 -413
- package/workspace.d.ts +28 -20
- 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,77 +36,170 @@
|
|
|
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
|
-
"name": "umb-document-type-workspace-
|
|
55
|
-
"description": "Properties:\n\n * `
|
|
49
|
+
"name": "umb-document-type-workspace-editor",
|
|
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[]`} - ",
|
|
56
|
+
"attributes": []
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "umb-document-type-workspace-view-design",
|
|
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[]`} - ",
|
|
134
|
+
"attributes": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "umb-document-type-workspace-view-details",
|
|
138
|
+
"description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
139
|
+
"attributes": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
143
|
+
"description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
61
144
|
"attributes": []
|
|
62
145
|
},
|
|
63
146
|
{
|
|
64
|
-
"name": "umb-workspace-view-
|
|
65
|
-
"description": "Properties:\n\n * `
|
|
147
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
148
|
+
"description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
149
|
"attributes": []
|
|
67
150
|
},
|
|
68
151
|
{
|
|
69
152
|
"name": "umb-document-table-actions-column-layout",
|
|
70
|
-
"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[]`} - ",
|
|
71
154
|
"attributes": []
|
|
72
155
|
},
|
|
73
156
|
{
|
|
74
157
|
"name": "umb-document-table-collection-view",
|
|
75
|
-
"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[]`} - ",
|
|
76
159
|
"attributes": []
|
|
77
160
|
},
|
|
78
161
|
{
|
|
79
162
|
"name": "umb-collection-view-document-table",
|
|
80
|
-
"description": "Properties:\n\n * `
|
|
163
|
+
"description": "Properties:\n\n * `_items` {`any[] | undefined`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
164
|
+
"attributes": []
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "umb-document-menu-item",
|
|
81
168
|
"attributes": []
|
|
82
169
|
},
|
|
83
170
|
{
|
|
84
171
|
"name": "umb-document-picker-modal",
|
|
85
|
-
"description": "Properties:\n\n * `
|
|
172
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
86
173
|
"attributes": []
|
|
87
174
|
},
|
|
88
175
|
{
|
|
89
|
-
"name": "umb-document-
|
|
176
|
+
"name": "umb-document-type-picker-modal",
|
|
177
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
90
178
|
"attributes": []
|
|
91
179
|
},
|
|
92
180
|
{
|
|
93
|
-
"name": "umb-document-
|
|
94
|
-
"description": "Properties:\n\n * `
|
|
181
|
+
"name": "umb-document-tree-item",
|
|
182
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
183
|
+
"attributes": []
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "umb-document-workspace-editor",
|
|
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[]`} - ",
|
|
95
188
|
"attributes": []
|
|
96
189
|
},
|
|
97
190
|
{
|
|
98
191
|
"name": "umb-document-workspace-split-view",
|
|
99
|
-
"description": "Properties:\n\n * `
|
|
192
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
100
193
|
"attributes": []
|
|
101
194
|
},
|
|
102
195
|
{
|
|
103
196
|
"name": "umb-document-workspace",
|
|
104
|
-
"description": "Properties:\n\n * `
|
|
197
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
105
198
|
"attributes": []
|
|
106
199
|
},
|
|
107
200
|
{
|
|
108
201
|
"name": "umb-document-workspace-view-edit-properties",
|
|
109
|
-
"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[]`} - ",
|
|
110
203
|
"attributes": [
|
|
111
204
|
{
|
|
112
205
|
"name": "container-name",
|
|
@@ -115,7 +208,7 @@
|
|
|
115
208
|
},
|
|
116
209
|
{
|
|
117
210
|
"name": "container-type",
|
|
118
|
-
"description": "`container-type` {
|
|
211
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
119
212
|
"values": [
|
|
120
213
|
{
|
|
121
214
|
"name": "Group"
|
|
@@ -129,7 +222,7 @@
|
|
|
129
222
|
},
|
|
130
223
|
{
|
|
131
224
|
"name": "umb-document-workspace-view-edit-tab",
|
|
132
|
-
"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[]`} - ",
|
|
133
226
|
"attributes": [
|
|
134
227
|
{
|
|
135
228
|
"name": "tabName",
|
|
@@ -145,27 +238,27 @@
|
|
|
145
238
|
},
|
|
146
239
|
{
|
|
147
240
|
"name": "umb-document-workspace-view-edit",
|
|
148
|
-
"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[]`} - ",
|
|
149
242
|
"attributes": []
|
|
150
243
|
},
|
|
151
244
|
{
|
|
152
245
|
"name": "umb-document-info-workspace-view",
|
|
153
|
-
"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[]`} - ",
|
|
154
247
|
"attributes": []
|
|
155
248
|
},
|
|
156
249
|
{
|
|
157
250
|
"name": "umb-media-type-workspace-edit",
|
|
158
|
-
"description": "Properties:\n\n * `
|
|
251
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
159
252
|
"attributes": []
|
|
160
253
|
},
|
|
161
254
|
{
|
|
162
255
|
"name": "umb-media-type-workspace",
|
|
163
|
-
"description": "Properties:\n\n * `
|
|
256
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
164
257
|
"attributes": []
|
|
165
258
|
},
|
|
166
259
|
{
|
|
167
260
|
"name": "umb-media-type-workspace-",
|
|
168
|
-
"description": "Properties:\n\n * `
|
|
261
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
169
262
|
"attributes": []
|
|
170
263
|
},
|
|
171
264
|
{
|
|
@@ -175,12 +268,12 @@
|
|
|
175
268
|
},
|
|
176
269
|
{
|
|
177
270
|
"name": "umb-media-grid-collection-view",
|
|
178
|
-
"description": "Properties:\n\n * `
|
|
271
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
179
272
|
"attributes": []
|
|
180
273
|
},
|
|
181
274
|
{
|
|
182
275
|
"name": "umb-media-table-collection-view",
|
|
183
|
-
"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[]`} - ",
|
|
184
277
|
"attributes": []
|
|
185
278
|
},
|
|
186
279
|
{
|
|
@@ -189,17 +282,17 @@
|
|
|
189
282
|
},
|
|
190
283
|
{
|
|
191
284
|
"name": "umb-media-picker-modal",
|
|
192
|
-
"description": "Properties:\n\n * `
|
|
285
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
193
286
|
"attributes": []
|
|
194
287
|
},
|
|
195
288
|
{
|
|
196
289
|
"name": "umb-media-workspace-edit",
|
|
197
|
-
"description": "Properties:\n\n * `
|
|
290
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
198
291
|
"attributes": []
|
|
199
292
|
},
|
|
200
293
|
{
|
|
201
294
|
"name": "umb-media-workspace",
|
|
202
|
-
"description": "Properties:\n\n * `
|
|
295
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
203
296
|
"attributes": []
|
|
204
297
|
},
|
|
205
298
|
{
|
|
@@ -219,17 +312,17 @@
|
|
|
219
312
|
},
|
|
220
313
|
{
|
|
221
314
|
"name": "umb-member-group-workspace-edit",
|
|
222
|
-
"description": "Properties:\n\n * `
|
|
315
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
223
316
|
"attributes": []
|
|
224
317
|
},
|
|
225
318
|
{
|
|
226
319
|
"name": "umb-member-group-workspace",
|
|
227
|
-
"description": "Properties:\n\n * `
|
|
320
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
228
321
|
"attributes": []
|
|
229
322
|
},
|
|
230
323
|
{
|
|
231
324
|
"name": "umb-workspace-view-member-group-info",
|
|
232
|
-
"description": "Properties:\n\n * `
|
|
325
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
233
326
|
"attributes": []
|
|
234
327
|
},
|
|
235
328
|
{
|
|
@@ -239,7 +332,7 @@
|
|
|
239
332
|
},
|
|
240
333
|
{
|
|
241
334
|
"name": "umb-member-type-workspace",
|
|
242
|
-
"description": "Properties:\n\n * `
|
|
335
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
243
336
|
"attributes": []
|
|
244
337
|
},
|
|
245
338
|
{
|
|
@@ -249,27 +342,27 @@
|
|
|
249
342
|
},
|
|
250
343
|
{
|
|
251
344
|
"name": "umb-member-workspace",
|
|
252
|
-
"description": "Properties:\n\n * `
|
|
345
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
253
346
|
"attributes": []
|
|
254
347
|
},
|
|
255
348
|
{
|
|
256
349
|
"name": "umb-workspace-package-builder",
|
|
257
|
-
"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[]`} - ",
|
|
258
351
|
"attributes": [
|
|
259
352
|
{
|
|
260
|
-
"name": "
|
|
261
|
-
"description": "`
|
|
353
|
+
"name": "entityId",
|
|
354
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
262
355
|
"values": []
|
|
263
356
|
}
|
|
264
357
|
]
|
|
265
358
|
},
|
|
266
359
|
{
|
|
267
360
|
"name": "umb-workspace-package",
|
|
268
|
-
"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[]`} - ",
|
|
269
362
|
"attributes": [
|
|
270
363
|
{
|
|
271
|
-
"name": "
|
|
272
|
-
"description": "`
|
|
364
|
+
"name": "entityId",
|
|
365
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
273
366
|
"values": []
|
|
274
367
|
}
|
|
275
368
|
]
|
|
@@ -281,12 +374,12 @@
|
|
|
281
374
|
},
|
|
282
375
|
{
|
|
283
376
|
"name": "umb-packages-created-overview",
|
|
284
|
-
"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[]`} - ",
|
|
285
378
|
"attributes": []
|
|
286
379
|
},
|
|
287
380
|
{
|
|
288
381
|
"name": "umb-installed-packages-section-view-item",
|
|
289
|
-
"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` - ",
|
|
290
383
|
"attributes": [
|
|
291
384
|
{
|
|
292
385
|
"name": "name",
|
|
@@ -312,12 +405,12 @@
|
|
|
312
405
|
},
|
|
313
406
|
{
|
|
314
407
|
"name": "umb-installed-packages-section-view",
|
|
315
|
-
"description": "Properties:\n\n * `
|
|
408
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
316
409
|
"attributes": []
|
|
317
410
|
},
|
|
318
411
|
{
|
|
319
412
|
"name": "umb-packages-market-place-section-view",
|
|
320
|
-
"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[]`} - ",
|
|
321
414
|
"attributes": [
|
|
322
415
|
{
|
|
323
416
|
"name": "marketplaceUrl",
|
|
@@ -327,22 +420,22 @@
|
|
|
327
420
|
},
|
|
328
421
|
{
|
|
329
422
|
"name": "umb-search-modal",
|
|
330
|
-
"description": "Properties:\n\n * `
|
|
423
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
331
424
|
"attributes": []
|
|
332
425
|
},
|
|
333
426
|
{
|
|
334
427
|
"name": "umb-search-header-app",
|
|
335
|
-
"description": "Properties:\n\n * `
|
|
428
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
336
429
|
"attributes": []
|
|
337
430
|
},
|
|
338
431
|
{
|
|
339
432
|
"name": "umb-dashboard-examine-management",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
433
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
341
434
|
"attributes": []
|
|
342
435
|
},
|
|
343
436
|
{
|
|
344
437
|
"name": "umb-examine-fields-settings-modal",
|
|
345
|
-
"description": "Properties:\n\n * `
|
|
438
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
346
439
|
"attributes": []
|
|
347
440
|
},
|
|
348
441
|
{
|
|
@@ -357,7 +450,7 @@
|
|
|
357
450
|
},
|
|
358
451
|
{
|
|
359
452
|
"name": "umb-dashboard-health-check-action",
|
|
360
|
-
"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[]`} - ",
|
|
361
454
|
"attributes": [
|
|
362
455
|
{
|
|
363
456
|
"name": "action",
|
|
@@ -371,7 +464,7 @@
|
|
|
371
464
|
},
|
|
372
465
|
{
|
|
373
466
|
"name": "umb-health-check-group-box-overview",
|
|
374
|
-
"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[]`} - ",
|
|
375
468
|
"attributes": [
|
|
376
469
|
{
|
|
377
470
|
"name": "manifest",
|
|
@@ -381,7 +474,7 @@
|
|
|
381
474
|
},
|
|
382
475
|
{
|
|
383
476
|
"name": "umb-health-check--group-box-overview",
|
|
384
|
-
"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[]`} - ",
|
|
385
478
|
"attributes": [
|
|
386
479
|
{
|
|
387
480
|
"name": "manifest",
|
|
@@ -391,7 +484,7 @@
|
|
|
391
484
|
},
|
|
392
485
|
{
|
|
393
486
|
"name": "umb-dashboard-health-check-group",
|
|
394
|
-
"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[]`} - ",
|
|
395
488
|
"attributes": [
|
|
396
489
|
{
|
|
397
490
|
"name": "groupName",
|
|
@@ -401,22 +494,22 @@
|
|
|
401
494
|
},
|
|
402
495
|
{
|
|
403
496
|
"name": "umb-dashboard-health-check-overview",
|
|
404
|
-
"description": "Properties:\n\n * `
|
|
497
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
405
498
|
"attributes": []
|
|
406
499
|
},
|
|
407
500
|
{
|
|
408
501
|
"name": "umb-dashboard-models-builder",
|
|
409
|
-
"description": "Properties:\n\n * `
|
|
502
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
410
503
|
"attributes": []
|
|
411
504
|
},
|
|
412
505
|
{
|
|
413
506
|
"name": "umb-dashboard-performance-profiling",
|
|
414
|
-
"description": "Properties:\n\n * `
|
|
507
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
415
508
|
"attributes": []
|
|
416
509
|
},
|
|
417
510
|
{
|
|
418
511
|
"name": "umb-dashboard-published-status",
|
|
419
|
-
"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[]`} - ",
|
|
420
513
|
"attributes": []
|
|
421
514
|
},
|
|
422
515
|
{
|
|
@@ -426,86 +519,124 @@
|
|
|
426
519
|
},
|
|
427
520
|
{
|
|
428
521
|
"name": "umb-dashboard-telemetry",
|
|
429
|
-
"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[]`} - ",
|
|
523
|
+
"attributes": []
|
|
524
|
+
},
|
|
525
|
+
{
|
|
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[]`} - ",
|
|
430
565
|
"attributes": []
|
|
431
566
|
},
|
|
432
567
|
{
|
|
433
568
|
"name": "umb-data-type-workspace-edit-element",
|
|
434
|
-
"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[]`} - ",
|
|
435
570
|
"attributes": [
|
|
436
571
|
{
|
|
437
572
|
"name": "manifest",
|
|
438
573
|
"description": "`manifest` - \n\nProperty: manifest"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "location",
|
|
442
|
-
"description": "`location` - \n\nProperty: location"
|
|
443
574
|
}
|
|
444
575
|
]
|
|
445
576
|
},
|
|
446
577
|
{
|
|
447
578
|
"name": "umb-data-type-workspace",
|
|
448
|
-
"description": "Properties:\n\n * `
|
|
579
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
449
580
|
"attributes": []
|
|
450
581
|
},
|
|
451
582
|
{
|
|
452
583
|
"name": "umb-data-type-details-workspace-view",
|
|
453
|
-
"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[]`} - ",
|
|
454
585
|
"attributes": []
|
|
455
586
|
},
|
|
456
587
|
{
|
|
457
588
|
"name": "umb-workspace-view-data-type-info",
|
|
458
|
-
"description": "Properties:\n\n * `
|
|
589
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
459
590
|
"attributes": []
|
|
460
591
|
},
|
|
461
592
|
{
|
|
462
593
|
"name": "umb-extension-root-workspace",
|
|
463
|
-
"description": "Properties:\n\n * `
|
|
594
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
464
595
|
"attributes": []
|
|
465
596
|
},
|
|
466
597
|
{
|
|
467
598
|
"name": "umb-app-language-select",
|
|
468
|
-
"description": "Properties:\n\n * `
|
|
599
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
469
600
|
"attributes": []
|
|
470
601
|
},
|
|
471
602
|
{
|
|
472
603
|
"name": "umb-language-picker-modal",
|
|
473
|
-
"description": "Properties:\n\n * `
|
|
604
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
474
605
|
"attributes": []
|
|
475
606
|
},
|
|
476
607
|
{
|
|
477
608
|
"name": "umb-language-root-table-delete-column-layout",
|
|
478
|
-
"description": "Properties:\n\n * `
|
|
609
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
479
610
|
"attributes": []
|
|
480
611
|
},
|
|
481
612
|
{
|
|
482
613
|
"name": "umb-language-root-table-name-column-layout",
|
|
483
|
-
"description": "Properties:\n\n * `
|
|
614
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
484
615
|
"attributes": []
|
|
485
616
|
},
|
|
486
617
|
{
|
|
487
618
|
"name": "umb-language-root-workspace",
|
|
488
|
-
"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[]`} - ",
|
|
489
620
|
"attributes": []
|
|
490
621
|
},
|
|
491
622
|
{
|
|
492
|
-
"name": "umb-language-workspace-
|
|
493
|
-
"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[]`} - ",
|
|
494
625
|
"attributes": []
|
|
495
626
|
},
|
|
496
627
|
{
|
|
497
628
|
"name": "umb-language-workspace",
|
|
498
|
-
"description": "Properties:\n\n * `
|
|
629
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
499
630
|
"attributes": []
|
|
500
631
|
},
|
|
501
632
|
{
|
|
502
633
|
"name": "umb-language-details-workspace-view",
|
|
503
|
-
"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[]`} - ",
|
|
504
635
|
"attributes": []
|
|
505
636
|
},
|
|
506
637
|
{
|
|
507
638
|
"name": "umb-log-viewer-date-range-selector",
|
|
508
|
-
"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[]`} - ",
|
|
509
640
|
"attributes": [
|
|
510
641
|
{
|
|
511
642
|
"name": "horizontal",
|
|
@@ -516,7 +647,7 @@
|
|
|
516
647
|
},
|
|
517
648
|
{
|
|
518
649
|
"name": "umb-log-viewer-level-tag",
|
|
519
|
-
"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[]`} - ",
|
|
520
651
|
"attributes": [
|
|
521
652
|
{
|
|
522
653
|
"name": "level",
|
|
@@ -531,7 +662,7 @@
|
|
|
531
662
|
},
|
|
532
663
|
{
|
|
533
664
|
"name": "umb-logviewer-workspace",
|
|
534
|
-
"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[]`} - ",
|
|
535
666
|
"attributes": []
|
|
536
667
|
},
|
|
537
668
|
{
|
|
@@ -546,32 +677,32 @@
|
|
|
546
677
|
},
|
|
547
678
|
{
|
|
548
679
|
"name": "umb-log-viewer-log-types-chart",
|
|
549
|
-
"description": "Properties:\n\n * `
|
|
680
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
550
681
|
"attributes": []
|
|
551
682
|
},
|
|
552
683
|
{
|
|
553
684
|
"name": "umb-log-viewer-message-templates-overview",
|
|
554
|
-
"description": "Properties:\n\n * `
|
|
685
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
555
686
|
"attributes": []
|
|
556
687
|
},
|
|
557
688
|
{
|
|
558
689
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
559
|
-
"description": "Properties:\n\n * `
|
|
690
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
560
691
|
"attributes": []
|
|
561
692
|
},
|
|
562
693
|
{
|
|
563
694
|
"name": "umb-log-viewer-overview-view",
|
|
564
|
-
"description": "Properties:\n\n * `
|
|
695
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
565
696
|
"attributes": []
|
|
566
697
|
},
|
|
567
698
|
{
|
|
568
699
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
569
|
-
"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[]`} - ",
|
|
570
701
|
"attributes": []
|
|
571
702
|
},
|
|
572
703
|
{
|
|
573
704
|
"name": "umb-log-viewer-message",
|
|
574
|
-
"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[]`} - ",
|
|
575
706
|
"attributes": [
|
|
576
707
|
{
|
|
577
708
|
"name": "timestamp",
|
|
@@ -602,92 +733,47 @@
|
|
|
602
733
|
},
|
|
603
734
|
{
|
|
604
735
|
"name": "umb-log-viewer-messages-list",
|
|
605
|
-
"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[]`} - ",
|
|
606
737
|
"attributes": []
|
|
607
738
|
},
|
|
608
739
|
{
|
|
609
740
|
"name": "umb-log-viewer-polling-button",
|
|
610
|
-
"description": "Properties:\n\n * `
|
|
741
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
611
742
|
"attributes": []
|
|
612
743
|
},
|
|
613
744
|
{
|
|
614
|
-
"name": "umb-log-viewer-search-
|
|
615
|
-
"description": "Properties:\n\n * `
|
|
745
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
746
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
616
747
|
"attributes": []
|
|
617
748
|
},
|
|
618
749
|
{
|
|
619
|
-
"name": "umb-log-viewer-search-
|
|
620
|
-
"description": "Properties:\n\n * `
|
|
750
|
+
"name": "umb-log-viewer-search-input",
|
|
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[]`} - ",
|
|
621
752
|
"attributes": []
|
|
622
753
|
},
|
|
623
754
|
{
|
|
624
|
-
"name": "umb-
|
|
625
|
-
"description": "Properties:\n\n * `
|
|
755
|
+
"name": "umb-log-viewer-search-view",
|
|
756
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
626
757
|
"attributes": []
|
|
627
758
|
},
|
|
628
759
|
{
|
|
629
760
|
"name": "umb-relation-type-workspace-edit-element",
|
|
630
|
-
"description": "Properties:\n\n * `
|
|
761
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
631
762
|
"attributes": []
|
|
632
763
|
},
|
|
633
764
|
{
|
|
634
765
|
"name": "umb-relation-type-workspace",
|
|
635
|
-
"description": "Properties:\n\n * `
|
|
766
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
636
767
|
"attributes": []
|
|
637
768
|
},
|
|
638
769
|
{
|
|
639
770
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
640
|
-
"description": "Properties:\n\n * `
|
|
771
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
641
772
|
"attributes": []
|
|
642
773
|
},
|
|
643
774
|
{
|
|
644
775
|
"name": "umb-workspace-view-relation-type-relation",
|
|
645
|
-
"description": "Properties:\n\n * `
|
|
646
|
-
"attributes": []
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "umb-collection-selection-actions",
|
|
650
|
-
"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[]`} - ",
|
|
651
|
-
"attributes": [
|
|
652
|
-
{
|
|
653
|
-
"name": "entityType",
|
|
654
|
-
"description": "`entityType` {`string | null`} - \n\nProperty: entityType\n\nDefault: null",
|
|
655
|
-
"values": []
|
|
656
|
-
}
|
|
657
|
-
]
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"name": "umb-collection-toolbar",
|
|
661
|
-
"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`} - ",
|
|
662
|
-
"attributes": [
|
|
663
|
-
{
|
|
664
|
-
"name": "actions",
|
|
665
|
-
"description": "`actions` {`TooltipMenuItem[]`} - \n\nProperty: actions\n\nDefault: [object Object],[object Object]"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"name": "useSearch",
|
|
669
|
-
"description": "`useSearch` {`boolean`} - \n\nProperty: useSearch\n\nDefault: true",
|
|
670
|
-
"valueSet": "v"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "onsearch",
|
|
674
|
-
"description": "`search` {`CustomEvent<string>`} - "
|
|
675
|
-
}
|
|
676
|
-
]
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "umb-collection",
|
|
680
|
-
"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` - ",
|
|
681
|
-
"attributes": [
|
|
682
|
-
{
|
|
683
|
-
"name": "entity-type",
|
|
684
|
-
"description": "`entity-type` {`string`} - \n\nProperty: entityType"
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "umb-dashboard-collection",
|
|
690
|
-
"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[]`} - ",
|
|
691
777
|
"attributes": []
|
|
692
778
|
},
|
|
693
779
|
{
|
|
@@ -697,7 +783,7 @@
|
|
|
697
783
|
},
|
|
698
784
|
{
|
|
699
785
|
"name": "umb-backoffice-header-sections",
|
|
700
|
-
"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` - ",
|
|
701
787
|
"attributes": []
|
|
702
788
|
},
|
|
703
789
|
{
|
|
@@ -707,22 +793,22 @@
|
|
|
707
793
|
},
|
|
708
794
|
{
|
|
709
795
|
"name": "umb-backoffice-main",
|
|
710
|
-
"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[]`} - ",
|
|
711
797
|
"attributes": []
|
|
712
798
|
},
|
|
713
799
|
{
|
|
714
800
|
"name": "umb-backoffice-modal-container",
|
|
715
|
-
"description": "Properties:\n\n * `
|
|
801
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
716
802
|
"attributes": []
|
|
717
803
|
},
|
|
718
804
|
{
|
|
719
805
|
"name": "umb-backoffice-notification-container",
|
|
720
|
-
"description": "Properties:\n\n * `
|
|
806
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
721
807
|
"attributes": []
|
|
722
808
|
},
|
|
723
809
|
{
|
|
724
810
|
"name": "umb-body-layout",
|
|
725
|
-
"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[]`} - ",
|
|
726
812
|
"attributes": [
|
|
727
813
|
{
|
|
728
814
|
"name": "headline",
|
|
@@ -732,7 +818,7 @@
|
|
|
732
818
|
},
|
|
733
819
|
{
|
|
734
820
|
"name": "umb-button-with-dropdown",
|
|
735
|
-
"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[]`} - ",
|
|
736
822
|
"attributes": [
|
|
737
823
|
{
|
|
738
824
|
"name": "label",
|
|
@@ -836,13 +922,13 @@
|
|
|
836
922
|
]
|
|
837
923
|
},
|
|
838
924
|
{
|
|
839
|
-
"name": "
|
|
925
|
+
"name": "umb-code-block",
|
|
840
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[]`} - ",
|
|
841
927
|
"attributes": []
|
|
842
928
|
},
|
|
843
929
|
{
|
|
844
930
|
"name": "umb-code-editor",
|
|
845
|
-
"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'.",
|
|
846
932
|
"attributes": [
|
|
847
933
|
{
|
|
848
934
|
"name": "language",
|
|
@@ -912,23 +998,58 @@
|
|
|
912
998
|
}
|
|
913
999
|
]
|
|
914
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
|
+
},
|
|
915
1040
|
{
|
|
916
1041
|
"name": "umb-debug",
|
|
917
|
-
"description": "Attributes:\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[]`} - ",
|
|
918
1043
|
"attributes": [
|
|
919
1044
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"description": "`
|
|
1045
|
+
"name": "visible",
|
|
1046
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
922
1047
|
"valueSet": "v"
|
|
923
1048
|
},
|
|
924
1049
|
{
|
|
925
1050
|
"name": "dialog",
|
|
926
1051
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
927
1052
|
"valueSet": "v"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "contexts",
|
|
931
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
932
1053
|
}
|
|
933
1054
|
]
|
|
934
1055
|
},
|
|
@@ -939,7 +1060,7 @@
|
|
|
939
1060
|
},
|
|
940
1061
|
{
|
|
941
1062
|
"name": "umb-donut-chart",
|
|
942
|
-
"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[]`} - ",
|
|
943
1064
|
"attributes": [
|
|
944
1065
|
{
|
|
945
1066
|
"name": "radius",
|
|
@@ -992,7 +1113,7 @@
|
|
|
992
1113
|
},
|
|
993
1114
|
{
|
|
994
1115
|
"name": "umb-dropdown",
|
|
995
|
-
"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[]`} - ",
|
|
996
1117
|
"attributes": [
|
|
997
1118
|
{
|
|
998
1119
|
"name": "open",
|
|
@@ -1003,7 +1124,7 @@
|
|
|
1003
1124
|
},
|
|
1004
1125
|
{
|
|
1005
1126
|
"name": "umb-empty-state",
|
|
1006
|
-
"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[]`} - ",
|
|
1007
1128
|
"attributes": [
|
|
1008
1129
|
{
|
|
1009
1130
|
"name": "size",
|
|
@@ -1061,7 +1182,7 @@
|
|
|
1061
1182
|
},
|
|
1062
1183
|
{
|
|
1063
1184
|
"name": "umb-extension-slot",
|
|
1064
|
-
"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` - ",
|
|
1065
1186
|
"attributes": [
|
|
1066
1187
|
{
|
|
1067
1188
|
"name": "type",
|
|
@@ -1084,12 +1205,12 @@
|
|
|
1084
1205
|
},
|
|
1085
1206
|
{
|
|
1086
1207
|
"name": "umb-header-app-button",
|
|
1087
|
-
"description": "Properties:\n\n * `
|
|
1208
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1088
1209
|
"attributes": []
|
|
1089
1210
|
},
|
|
1090
1211
|
{
|
|
1091
1212
|
"name": "umb-history-item",
|
|
1092
|
-
"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[]`} - ",
|
|
1093
1214
|
"attributes": [
|
|
1094
1215
|
{
|
|
1095
1216
|
"name": "src",
|
|
@@ -1115,7 +1236,7 @@
|
|
|
1115
1236
|
},
|
|
1116
1237
|
{
|
|
1117
1238
|
"name": "umb-input-checkbox-list",
|
|
1118
|
-
"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`} - ",
|
|
1119
1240
|
"attributes": [
|
|
1120
1241
|
{
|
|
1121
1242
|
"name": "list",
|
|
@@ -1133,7 +1254,7 @@
|
|
|
1133
1254
|
},
|
|
1134
1255
|
{
|
|
1135
1256
|
"name": "umb-input-color-picker",
|
|
1136
|
-
"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`} - ",
|
|
1137
1258
|
"attributes": [
|
|
1138
1259
|
{
|
|
1139
1260
|
"name": "showLabels",
|
|
@@ -1153,7 +1274,7 @@
|
|
|
1153
1274
|
},
|
|
1154
1275
|
{
|
|
1155
1276
|
"name": "umb-input-culture-select",
|
|
1156
|
-
"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`} - ",
|
|
1157
1278
|
"attributes": [
|
|
1158
1279
|
{
|
|
1159
1280
|
"name": "disabled",
|
|
@@ -1169,7 +1290,7 @@
|
|
|
1169
1290
|
},
|
|
1170
1291
|
{
|
|
1171
1292
|
"name": "umb-input-document-picker",
|
|
1172
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
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`} - ",
|
|
1173
1294
|
"attributes": [
|
|
1174
1295
|
{
|
|
1175
1296
|
"name": "min",
|
|
@@ -1199,9 +1320,27 @@
|
|
|
1199
1320
|
}
|
|
1200
1321
|
]
|
|
1201
1322
|
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "umb-input-document-type-picker",
|
|
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`} - ",
|
|
1326
|
+
"attributes": [
|
|
1327
|
+
{
|
|
1328
|
+
"name": "selectedIds",
|
|
1329
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "value",
|
|
1333
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "onchange",
|
|
1337
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1338
|
+
}
|
|
1339
|
+
]
|
|
1340
|
+
},
|
|
1202
1341
|
{
|
|
1203
1342
|
"name": "umb-input-eye-dropper",
|
|
1204
|
-
"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`} - ",
|
|
1205
1344
|
"attributes": [
|
|
1206
1345
|
{
|
|
1207
1346
|
"name": "opacity",
|
|
@@ -1220,17 +1359,15 @@
|
|
|
1220
1359
|
},
|
|
1221
1360
|
{
|
|
1222
1361
|
"name": "umb-input-language-picker",
|
|
1223
|
-
"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`} - ",
|
|
1224
1363
|
"attributes": [
|
|
1225
1364
|
{
|
|
1226
1365
|
"name": "min",
|
|
1227
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1228
|
-
"values": []
|
|
1366
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1229
1367
|
},
|
|
1230
1368
|
{
|
|
1231
1369
|
"name": "max",
|
|
1232
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1233
|
-
"values": []
|
|
1370
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1234
1371
|
},
|
|
1235
1372
|
{
|
|
1236
1373
|
"name": "min-message",
|
|
@@ -1248,7 +1385,7 @@
|
|
|
1248
1385
|
},
|
|
1249
1386
|
{
|
|
1250
1387
|
"name": "umb-input-media-picker",
|
|
1251
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
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`} - ",
|
|
1252
1389
|
"attributes": [
|
|
1253
1390
|
{
|
|
1254
1391
|
"name": "min",
|
|
@@ -1280,8 +1417,18 @@
|
|
|
1280
1417
|
},
|
|
1281
1418
|
{
|
|
1282
1419
|
"name": "umb-input-multi-url-picker",
|
|
1283
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - when the value of the input changes\n\n * `blur` {} - when the input loses focus\n\n * `focus` {} - when the input gains focus\n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `hide-anchor` {`boolean | undefined`} - \n\n * `ignoreUserStartNodes` {`boolean | undefined`} - \n\n * `overlaySize` {UUIModalSidebarSize} - \n\nProperties:\n\n * `
|
|
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`} - ",
|
|
1284
1421
|
"attributes": [
|
|
1422
|
+
{
|
|
1423
|
+
"name": "alias",
|
|
1424
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1425
|
+
"values": []
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "variantId",
|
|
1429
|
+
"description": "`variantId` - \n\nProperty: variantId",
|
|
1430
|
+
"values": []
|
|
1431
|
+
},
|
|
1285
1432
|
{
|
|
1286
1433
|
"name": "min",
|
|
1287
1434
|
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
@@ -1344,7 +1491,7 @@
|
|
|
1344
1491
|
},
|
|
1345
1492
|
{
|
|
1346
1493
|
"name": "umb-input-number-range",
|
|
1347
|
-
"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`} - ",
|
|
1348
1495
|
"attributes": [
|
|
1349
1496
|
{
|
|
1350
1497
|
"name": "min-label",
|
|
@@ -1376,7 +1523,7 @@
|
|
|
1376
1523
|
},
|
|
1377
1524
|
{
|
|
1378
1525
|
"name": "umb-input-radio-button-list",
|
|
1379
|
-
"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`} - ",
|
|
1380
1527
|
"attributes": [
|
|
1381
1528
|
{
|
|
1382
1529
|
"name": "list",
|
|
@@ -1394,7 +1541,7 @@
|
|
|
1394
1541
|
},
|
|
1395
1542
|
{
|
|
1396
1543
|
"name": "umb-input-section",
|
|
1397
|
-
"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` - ",
|
|
1398
1545
|
"attributes": [
|
|
1399
1546
|
{
|
|
1400
1547
|
"name": "value",
|
|
@@ -1435,7 +1582,7 @@
|
|
|
1435
1582
|
},
|
|
1436
1583
|
{
|
|
1437
1584
|
"name": "umb-input-slider",
|
|
1438
|
-
"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`} - ",
|
|
1439
1586
|
"attributes": [
|
|
1440
1587
|
{
|
|
1441
1588
|
"name": "min",
|
|
@@ -1468,9 +1615,45 @@
|
|
|
1468
1615
|
}
|
|
1469
1616
|
]
|
|
1470
1617
|
},
|
|
1618
|
+
{
|
|
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`} - ",
|
|
1621
|
+
"attributes": [
|
|
1622
|
+
{
|
|
1623
|
+
"name": "min",
|
|
1624
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
1625
|
+
"values": []
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "max",
|
|
1629
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
|
|
1630
|
+
"values": []
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"name": "min-message",
|
|
1634
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"name": "maxMessage",
|
|
1638
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "selectedIds",
|
|
1642
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "defaultId",
|
|
1646
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "onchange",
|
|
1650
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1651
|
+
}
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1471
1654
|
{
|
|
1472
1655
|
"name": "umb-input-toggle",
|
|
1473
|
-
"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`} - ",
|
|
1474
1657
|
"attributes": [
|
|
1475
1658
|
{
|
|
1476
1659
|
"name": "checked",
|
|
@@ -1499,39 +1682,22 @@
|
|
|
1499
1682
|
]
|
|
1500
1683
|
},
|
|
1501
1684
|
{
|
|
1502
|
-
"name": "umb-input-
|
|
1503
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `
|
|
1685
|
+
"name": "umb-input-upload-field",
|
|
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`} - ",
|
|
1504
1687
|
"attributes": [
|
|
1505
1688
|
{
|
|
1506
|
-
"name": "
|
|
1507
|
-
"description": "`
|
|
1689
|
+
"name": "keys",
|
|
1690
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1508
1691
|
},
|
|
1509
1692
|
{
|
|
1510
|
-
"name": "
|
|
1511
|
-
"description": "`
|
|
1512
|
-
"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "modalType",
|
|
1516
|
-
"description": "`modalType` - \n\nProperty: modalType\n\nDefault: sidebar"
|
|
1693
|
+
"name": "fileExtensions",
|
|
1694
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1695
|
+
"values": []
|
|
1517
1696
|
},
|
|
1518
1697
|
{
|
|
1519
|
-
"name": "
|
|
1520
|
-
"description": "`
|
|
1521
|
-
"
|
|
1522
|
-
{
|
|
1523
|
-
"name": "small"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"name": "large"
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "medium"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"name": "full"
|
|
1533
|
-
}
|
|
1534
|
-
]
|
|
1698
|
+
"name": "multiple",
|
|
1699
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1700
|
+
"valueSet": "v"
|
|
1535
1701
|
},
|
|
1536
1702
|
{
|
|
1537
1703
|
"name": "onchange",
|
|
@@ -1540,8 +1706,8 @@
|
|
|
1540
1706
|
]
|
|
1541
1707
|
},
|
|
1542
1708
|
{
|
|
1543
|
-
"name": "umb-input-user",
|
|
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 * `
|
|
1709
|
+
"name": "umb-input-user-group",
|
|
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` - ",
|
|
1545
1711
|
"attributes": [
|
|
1546
1712
|
{
|
|
1547
1713
|
"name": "value",
|
|
@@ -1580,14 +1746,38 @@
|
|
|
1580
1746
|
}
|
|
1581
1747
|
]
|
|
1582
1748
|
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "umb-menu-item-base",
|
|
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[]`} - ",
|
|
1752
|
+
"attributes": [
|
|
1753
|
+
{
|
|
1754
|
+
"name": "entity-type",
|
|
1755
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1756
|
+
"values": []
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "icon-name",
|
|
1760
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "label",
|
|
1764
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "has-children",
|
|
1768
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1769
|
+
"valueSet": "v"
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1583
1773
|
{
|
|
1584
1774
|
"name": "umb-menu-item",
|
|
1585
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1775
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1586
1776
|
"attributes": []
|
|
1587
1777
|
},
|
|
1588
1778
|
{
|
|
1589
1779
|
"name": "umb-menu",
|
|
1590
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1780
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1591
1781
|
"attributes": [
|
|
1592
1782
|
{
|
|
1593
1783
|
"name": "manifest",
|
|
@@ -1597,7 +1787,7 @@
|
|
|
1597
1787
|
},
|
|
1598
1788
|
{
|
|
1599
1789
|
"name": "umb-property-type-based-property",
|
|
1600
|
-
"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[]`} - ",
|
|
1601
1791
|
"attributes": [
|
|
1602
1792
|
{
|
|
1603
1793
|
"name": "propertyVariantId",
|
|
@@ -1657,12 +1847,12 @@
|
|
|
1657
1847
|
},
|
|
1658
1848
|
{
|
|
1659
1849
|
"name": "umb-section-sidebar-context-menu",
|
|
1660
|
-
"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[]`} - ",
|
|
1661
1851
|
"attributes": []
|
|
1662
1852
|
},
|
|
1663
1853
|
{
|
|
1664
1854
|
"name": "umb-section-sidebar-menu",
|
|
1665
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1855
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1666
1856
|
"attributes": [
|
|
1667
1857
|
{
|
|
1668
1858
|
"name": "manifest",
|
|
@@ -1677,7 +1867,7 @@
|
|
|
1677
1867
|
},
|
|
1678
1868
|
{
|
|
1679
1869
|
"name": "umb-section-views",
|
|
1680
|
-
"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[]`} - ",
|
|
1681
1871
|
"attributes": [
|
|
1682
1872
|
{
|
|
1683
1873
|
"name": "section-alias",
|
|
@@ -1687,8 +1877,8 @@
|
|
|
1687
1877
|
]
|
|
1688
1878
|
},
|
|
1689
1879
|
{
|
|
1690
|
-
"name": "umb-section",
|
|
1691
|
-
"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[]`} - ",
|
|
1692
1882
|
"attributes": [
|
|
1693
1883
|
{
|
|
1694
1884
|
"name": "manifest",
|
|
@@ -1698,7 +1888,7 @@
|
|
|
1698
1888
|
},
|
|
1699
1889
|
{
|
|
1700
1890
|
"name": "umb-table",
|
|
1701
|
-
"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[]`} - ",
|
|
1702
1892
|
"attributes": [
|
|
1703
1893
|
{
|
|
1704
1894
|
"name": "onselected",
|
|
@@ -1715,52 +1905,66 @@
|
|
|
1715
1905
|
]
|
|
1716
1906
|
},
|
|
1717
1907
|
{
|
|
1718
|
-
"name": "umb-
|
|
1719
|
-
"description": "
|
|
1908
|
+
"name": "umb-template-card",
|
|
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`} - ",
|
|
1720
1910
|
"attributes": [
|
|
1721
1911
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "`
|
|
1912
|
+
"name": "default",
|
|
1913
|
+
"description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
|
|
1724
1914
|
"valueSet": "v"
|
|
1725
1915
|
},
|
|
1726
1916
|
{
|
|
1727
|
-
"name": "
|
|
1728
|
-
"description": "`
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"name": "umb-tree-item",
|
|
1734
|
-
"description": "Attributes:\n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `entityType` {`string`} - \n\n * `has-children` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `key` {`string`} - \n\n * `parentKey` {`string | null`} - \n\n * `label` {`string`} - \n\n * `icon` {`string`} - \n\n * `_entityType` {`string`} - \n\n * `entityType` {`string`} - \n\n * `hasChildren` {`boolean`} - \n\n * `_childItems` {`any[] | undefined`} - \n\n * `_href` {`string | undefined`} - \n\n * `_loading` {`boolean`} - \n\n * `_selectable` {`boolean`} - \n\n * `_selected` {`boolean`} - \n\n * `_isActive` {`boolean`} - \n\n * `_hasActions` {`boolean`} - \n\n * `_treeContext` - \n\n * `_store` - \n\n * `_sectionContext` - \n\n * `_sectionSidebarContext` - ",
|
|
1735
|
-
"attributes": [
|
|
1736
|
-
{
|
|
1737
|
-
"name": "key",
|
|
1738
|
-
"description": "`key` {`string`} - \n\nProperty: key\n\nDefault: "
|
|
1917
|
+
"name": "id",
|
|
1918
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1739
1919
|
},
|
|
1740
1920
|
{
|
|
1741
|
-
"name": "
|
|
1742
|
-
"description": "`
|
|
1743
|
-
"values": []
|
|
1921
|
+
"name": "name",
|
|
1922
|
+
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
1744
1923
|
},
|
|
1745
1924
|
{
|
|
1746
|
-
"name": "
|
|
1747
|
-
"description": "`
|
|
1925
|
+
"name": "onopen",
|
|
1926
|
+
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
1748
1927
|
},
|
|
1749
1928
|
{
|
|
1750
|
-
"name": "
|
|
1751
|
-
"description": "`
|
|
1929
|
+
"name": "onselected",
|
|
1930
|
+
"description": "`selected` {} - "
|
|
1752
1931
|
},
|
|
1753
1932
|
{
|
|
1754
|
-
"name": "
|
|
1755
|
-
"description": "`
|
|
1756
|
-
}
|
|
1933
|
+
"name": "onchange",
|
|
1934
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1935
|
+
}
|
|
1936
|
+
]
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "umb-tooltip-menu",
|
|
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[]`} - ",
|
|
1941
|
+
"attributes": [
|
|
1757
1942
|
{
|
|
1758
|
-
"name": "
|
|
1759
|
-
"description": "`
|
|
1943
|
+
"name": "icon-only",
|
|
1944
|
+
"description": "`icon-only` {`boolean`} - \n\nProperty: iconOnly\n\nDefault: false",
|
|
1760
1945
|
"valueSet": "v"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "items",
|
|
1949
|
+
"description": "`items` {`TooltipMenuItem[]`} - \n\nProperty: items\n\nDefault: "
|
|
1761
1950
|
}
|
|
1762
1951
|
]
|
|
1763
1952
|
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "umb-entity-tree-item",
|
|
1955
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1956
|
+
"attributes": []
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "umb-tree-item-base",
|
|
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[]`} - ",
|
|
1961
|
+
"attributes": []
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "umb-tree-item",
|
|
1965
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1966
|
+
"attributes": []
|
|
1967
|
+
},
|
|
1764
1968
|
{
|
|
1765
1969
|
"name": "umb-menu-item-tree",
|
|
1766
1970
|
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `_renderTree` {`boolean`} - \n\n * `manifest` - ",
|
|
@@ -1773,7 +1977,7 @@
|
|
|
1773
1977
|
},
|
|
1774
1978
|
{
|
|
1775
1979
|
"name": "umb-tree",
|
|
1776
|
-
"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 * `
|
|
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` - ",
|
|
1777
1981
|
"attributes": [
|
|
1778
1982
|
{
|
|
1779
1983
|
"name": "alias",
|
|
@@ -1788,6 +1992,11 @@
|
|
|
1788
1992
|
"name": "selection",
|
|
1789
1993
|
"description": "`selection` {`string[]`} - \n\nProperty: selection"
|
|
1790
1994
|
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "multiple",
|
|
1997
|
+
"description": "`multiple` {`boolean`} - \n\nProperty: multiple",
|
|
1998
|
+
"valueSet": "v"
|
|
1999
|
+
},
|
|
1791
2000
|
{
|
|
1792
2001
|
"name": "onselected",
|
|
1793
2002
|
"description": "`selected` {`CustomEvent<unknown>`} - "
|
|
@@ -1796,7 +2005,7 @@
|
|
|
1796
2005
|
},
|
|
1797
2006
|
{
|
|
1798
2007
|
"name": "umb-variant-selector",
|
|
1799
|
-
"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[]`} - ",
|
|
1800
2009
|
"attributes": [
|
|
1801
2010
|
{
|
|
1802
2011
|
"name": "alias",
|
|
@@ -1810,12 +2019,12 @@
|
|
|
1810
2019
|
},
|
|
1811
2020
|
{
|
|
1812
2021
|
"name": "umb-variantable-property",
|
|
1813
|
-
"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[]`} - ",
|
|
1814
2023
|
"attributes": []
|
|
1815
2024
|
},
|
|
1816
2025
|
{
|
|
1817
2026
|
"name": "umb-workspace-property",
|
|
1818
|
-
"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[]`} - ",
|
|
1819
2028
|
"attributes": [
|
|
1820
2029
|
{
|
|
1821
2030
|
"name": "label",
|
|
@@ -1854,32 +2063,22 @@
|
|
|
1854
2063
|
},
|
|
1855
2064
|
{
|
|
1856
2065
|
"name": "umb-workspace-action-menu",
|
|
1857
|
-
"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[]`} - ",
|
|
1858
2067
|
"attributes": []
|
|
1859
2068
|
},
|
|
1860
2069
|
{
|
|
1861
2070
|
"name": "umb-workspace-action",
|
|
1862
|
-
"description": "Properties:\n\n * `
|
|
2071
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1863
2072
|
"attributes": []
|
|
1864
2073
|
},
|
|
1865
2074
|
{
|
|
1866
2075
|
"name": "umb-workspace-view-collection",
|
|
1867
|
-
"description": "Properties:\n\n * `
|
|
2076
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1868
2077
|
"attributes": []
|
|
1869
2078
|
},
|
|
1870
2079
|
{
|
|
1871
|
-
"name": "umb-workspace-
|
|
1872
|
-
"description": "Slots:\n\n * ` ` {} - Slot for workspace footer
|
|
1873
|
-
"attributes": [
|
|
1874
|
-
{
|
|
1875
|
-
"name": "alias",
|
|
1876
|
-
"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: ''"
|
|
1877
|
-
}
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "umb-workspace-layout",
|
|
1882
|
-
"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[]`} - ",
|
|
1883
2082
|
"attributes": [
|
|
1884
2083
|
{
|
|
1885
2084
|
"name": "headline",
|
|
@@ -1901,9 +2100,19 @@
|
|
|
1901
2100
|
}
|
|
1902
2101
|
]
|
|
1903
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
|
+
},
|
|
1904
2113
|
{
|
|
1905
2114
|
"name": "umb-workspace-property-layout",
|
|
1906
|
-
"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[]`} - ",
|
|
1907
2116
|
"attributes": [
|
|
1908
2117
|
{
|
|
1909
2118
|
"name": "alias",
|
|
@@ -1933,7 +2142,7 @@
|
|
|
1933
2142
|
},
|
|
1934
2143
|
{
|
|
1935
2144
|
"name": "umb-workspace-variant",
|
|
1936
|
-
"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[]`} - ",
|
|
1937
2146
|
"attributes": [
|
|
1938
2147
|
{
|
|
1939
2148
|
"name": "alias",
|
|
@@ -1952,7 +2161,7 @@
|
|
|
1952
2161
|
},
|
|
1953
2162
|
{
|
|
1954
2163
|
"name": "umb-workspace",
|
|
1955
|
-
"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[]`} - ",
|
|
1956
2165
|
"attributes": [
|
|
1957
2166
|
{
|
|
1958
2167
|
"name": "entity-type",
|
|
@@ -1962,57 +2171,57 @@
|
|
|
1962
2171
|
},
|
|
1963
2172
|
{
|
|
1964
2173
|
"name": "umb-confirm-modal",
|
|
1965
|
-
"description": "Attributes:\n\n * `data`
|
|
2174
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1966
2175
|
"attributes": [
|
|
1967
2176
|
{
|
|
1968
2177
|
"name": "data",
|
|
1969
|
-
"description": "`data`
|
|
1970
|
-
"values": []
|
|
2178
|
+
"description": "`data` - \n\nProperty: data"
|
|
1971
2179
|
}
|
|
1972
2180
|
]
|
|
1973
2181
|
},
|
|
1974
2182
|
{
|
|
1975
2183
|
"name": "umb-embedded-media-modal",
|
|
1976
|
-
"description": "Attributes:\n\n * `data`
|
|
2184
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1977
2185
|
"attributes": [
|
|
1978
2186
|
{
|
|
1979
2187
|
"name": "data",
|
|
1980
|
-
"description": "`data`
|
|
1981
|
-
"values": []
|
|
2188
|
+
"description": "`data` - \n\nProperty: data"
|
|
1982
2189
|
}
|
|
1983
2190
|
]
|
|
1984
2191
|
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "umb-folder-modal",
|
|
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[]`} - ",
|
|
2195
|
+
"attributes": []
|
|
2196
|
+
},
|
|
1985
2197
|
{
|
|
1986
2198
|
"name": "umb-icon-picker-modal",
|
|
1987
|
-
"description": "
|
|
1988
|
-
"attributes": [
|
|
1989
|
-
{
|
|
1990
|
-
"name": "iconlist",
|
|
1991
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"name": "iconlistFiltered",
|
|
1995
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"name": "colorlist",
|
|
1999
|
-
"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"
|
|
2000
|
-
}
|
|
2001
|
-
]
|
|
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": []
|
|
2002
2201
|
},
|
|
2003
2202
|
{
|
|
2004
2203
|
"name": "umb-link-picker-modal",
|
|
2005
|
-
"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[]`} - ",
|
|
2006
2205
|
"attributes": []
|
|
2007
2206
|
},
|
|
2008
2207
|
{
|
|
2009
2208
|
"name": "umb-property-settings-modal",
|
|
2010
|
-
"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[]`} - ",
|
|
2011
2210
|
"attributes": []
|
|
2012
2211
|
},
|
|
2013
2212
|
{
|
|
2014
2213
|
"name": "umb-section-picker-modal",
|
|
2015
|
-
"description": "Properties:\n\n * `
|
|
2214
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2215
|
+
"attributes": []
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "umb-template-picker-modal",
|
|
2219
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2220
|
+
"attributes": []
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "umb-template-modal",
|
|
2224
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2016
2225
|
"attributes": []
|
|
2017
2226
|
},
|
|
2018
2227
|
{
|
|
@@ -2045,7 +2254,7 @@
|
|
|
2045
2254
|
},
|
|
2046
2255
|
{
|
|
2047
2256
|
"name": "umb-property-action-menu",
|
|
2048
|
-
"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` - ",
|
|
2049
2258
|
"attributes": [
|
|
2050
2259
|
{
|
|
2051
2260
|
"name": "value",
|
|
@@ -2060,7 +2269,7 @@
|
|
|
2060
2269
|
},
|
|
2061
2270
|
{
|
|
2062
2271
|
"name": "umb-property-action",
|
|
2063
|
-
"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`} - ",
|
|
2064
2273
|
"attributes": [
|
|
2065
2274
|
{
|
|
2066
2275
|
"name": "propertyAction",
|
|
@@ -2080,18 +2289,17 @@
|
|
|
2080
2289
|
},
|
|
2081
2290
|
{
|
|
2082
2291
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2083
|
-
"description": "Attributes:\n\n * `data`
|
|
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[]`} - ",
|
|
2084
2293
|
"attributes": [
|
|
2085
2294
|
{
|
|
2086
2295
|
"name": "data",
|
|
2087
|
-
"description": "`data`
|
|
2088
|
-
"values": []
|
|
2296
|
+
"description": "`data` - \n\nProperty: data"
|
|
2089
2297
|
}
|
|
2090
2298
|
]
|
|
2091
2299
|
},
|
|
2092
2300
|
{
|
|
2093
2301
|
"name": "umb-property-editor-config",
|
|
2094
|
-
"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[]`} - ",
|
|
2095
2303
|
"attributes": [
|
|
2096
2304
|
{
|
|
2097
2305
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2109,7 +2317,7 @@
|
|
|
2109
2317
|
},
|
|
2110
2318
|
{
|
|
2111
2319
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2112
|
-
"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[]`} - ",
|
|
2113
2321
|
"attributes": [
|
|
2114
2322
|
{
|
|
2115
2323
|
"name": "value",
|
|
@@ -2119,7 +2327,7 @@
|
|
|
2119
2327
|
},
|
|
2120
2328
|
{
|
|
2121
2329
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2122
|
-
"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[]`} - ",
|
|
2123
2331
|
"attributes": [
|
|
2124
2332
|
{
|
|
2125
2333
|
"name": "value",
|
|
@@ -2129,7 +2337,7 @@
|
|
|
2129
2337
|
},
|
|
2130
2338
|
{
|
|
2131
2339
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2132
|
-
"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[]`} - ",
|
|
2133
2341
|
"attributes": [
|
|
2134
2342
|
{
|
|
2135
2343
|
"name": "value",
|
|
@@ -2139,7 +2347,7 @@
|
|
|
2139
2347
|
},
|
|
2140
2348
|
{
|
|
2141
2349
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2142
|
-
"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[]`} - ",
|
|
2143
2351
|
"attributes": [
|
|
2144
2352
|
{
|
|
2145
2353
|
"name": "name",
|
|
@@ -2149,7 +2357,7 @@
|
|
|
2149
2357
|
},
|
|
2150
2358
|
{
|
|
2151
2359
|
"name": "umb-property-editor-ui-block-grid",
|
|
2152
|
-
"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[]`} - ",
|
|
2153
2361
|
"attributes": [
|
|
2154
2362
|
{
|
|
2155
2363
|
"name": "value",
|
|
@@ -2159,7 +2367,7 @@
|
|
|
2159
2367
|
},
|
|
2160
2368
|
{
|
|
2161
2369
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2162
|
-
"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[]`} - ",
|
|
2163
2371
|
"attributes": [
|
|
2164
2372
|
{
|
|
2165
2373
|
"name": "value",
|
|
@@ -2169,7 +2377,7 @@
|
|
|
2169
2377
|
},
|
|
2170
2378
|
{
|
|
2171
2379
|
"name": "umb-property-editor-ui-block-list",
|
|
2172
|
-
"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[]`} - ",
|
|
2173
2381
|
"attributes": [
|
|
2174
2382
|
{
|
|
2175
2383
|
"name": "value",
|
|
@@ -2179,7 +2387,7 @@
|
|
|
2179
2387
|
},
|
|
2180
2388
|
{
|
|
2181
2389
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2182
|
-
"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[]`} - ",
|
|
2183
2391
|
"attributes": [
|
|
2184
2392
|
{
|
|
2185
2393
|
"name": "value",
|
|
@@ -2193,7 +2401,7 @@
|
|
|
2193
2401
|
},
|
|
2194
2402
|
{
|
|
2195
2403
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2196
|
-
"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[]`} - ",
|
|
2197
2405
|
"attributes": [
|
|
2198
2406
|
{
|
|
2199
2407
|
"name": "value",
|
|
@@ -2203,7 +2411,7 @@
|
|
|
2203
2411
|
},
|
|
2204
2412
|
{
|
|
2205
2413
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2206
|
-
"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[]`} - ",
|
|
2207
2415
|
"attributes": [
|
|
2208
2416
|
{
|
|
2209
2417
|
"name": "value",
|
|
@@ -2213,7 +2421,7 @@
|
|
|
2213
2421
|
},
|
|
2214
2422
|
{
|
|
2215
2423
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2216
|
-
"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[]`} - ",
|
|
2217
2425
|
"attributes": [
|
|
2218
2426
|
{
|
|
2219
2427
|
"name": "value",
|
|
@@ -2223,7 +2431,7 @@
|
|
|
2223
2431
|
},
|
|
2224
2432
|
{
|
|
2225
2433
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2226
|
-
"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[]`} - ",
|
|
2227
2435
|
"attributes": [
|
|
2228
2436
|
{
|
|
2229
2437
|
"name": "value",
|
|
@@ -2233,7 +2441,7 @@
|
|
|
2233
2441
|
},
|
|
2234
2442
|
{
|
|
2235
2443
|
"name": "umb-property-editor-ui-collection-view",
|
|
2236
|
-
"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[]`} - ",
|
|
2237
2445
|
"attributes": [
|
|
2238
2446
|
{
|
|
2239
2447
|
"name": "value",
|
|
@@ -2243,7 +2451,7 @@
|
|
|
2243
2451
|
},
|
|
2244
2452
|
{
|
|
2245
2453
|
"name": "umb-property-editor-ui-color-picker",
|
|
2246
|
-
"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[]`} - ",
|
|
2247
2455
|
"attributes": [
|
|
2248
2456
|
{
|
|
2249
2457
|
"name": "value",
|
|
@@ -2257,7 +2465,7 @@
|
|
|
2257
2465
|
},
|
|
2258
2466
|
{
|
|
2259
2467
|
"name": "umb-property-editor-ui-date-picker",
|
|
2260
|
-
"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[]`} - ",
|
|
2261
2469
|
"attributes": [
|
|
2262
2470
|
{
|
|
2263
2471
|
"name": "value",
|
|
@@ -2282,7 +2490,7 @@
|
|
|
2282
2490
|
},
|
|
2283
2491
|
{
|
|
2284
2492
|
"name": "umb-property-editor-ui-dropdown",
|
|
2285
|
-
"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[]`} - ",
|
|
2286
2494
|
"attributes": [
|
|
2287
2495
|
{
|
|
2288
2496
|
"name": "value",
|
|
@@ -2292,7 +2500,7 @@
|
|
|
2292
2500
|
},
|
|
2293
2501
|
{
|
|
2294
2502
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2295
|
-
"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[]`} - ",
|
|
2296
2504
|
"attributes": [
|
|
2297
2505
|
{
|
|
2298
2506
|
"name": "value",
|
|
@@ -2306,7 +2514,7 @@
|
|
|
2306
2514
|
},
|
|
2307
2515
|
{
|
|
2308
2516
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2309
|
-
"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[]`} - ",
|
|
2310
2518
|
"attributes": [
|
|
2311
2519
|
{
|
|
2312
2520
|
"name": "value",
|
|
@@ -2316,7 +2524,7 @@
|
|
|
2316
2524
|
},
|
|
2317
2525
|
{
|
|
2318
2526
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2319
|
-
"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[]`} - ",
|
|
2320
2528
|
"attributes": [
|
|
2321
2529
|
{
|
|
2322
2530
|
"name": "value",
|
|
@@ -2326,7 +2534,7 @@
|
|
|
2326
2534
|
},
|
|
2327
2535
|
{
|
|
2328
2536
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2329
|
-
"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[]`} - ",
|
|
2330
2538
|
"attributes": [
|
|
2331
2539
|
{
|
|
2332
2540
|
"name": "value",
|
|
@@ -2336,7 +2544,7 @@
|
|
|
2336
2544
|
},
|
|
2337
2545
|
{
|
|
2338
2546
|
"name": "umb-property-editor-ui-label",
|
|
2339
|
-
"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[]`} - ",
|
|
2340
2548
|
"attributes": [
|
|
2341
2549
|
{
|
|
2342
2550
|
"name": "value",
|
|
@@ -2346,7 +2554,7 @@
|
|
|
2346
2554
|
},
|
|
2347
2555
|
{
|
|
2348
2556
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2349
|
-
"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[]`} - ",
|
|
2350
2558
|
"attributes": [
|
|
2351
2559
|
{
|
|
2352
2560
|
"name": "value",
|
|
@@ -2370,7 +2578,7 @@
|
|
|
2370
2578
|
},
|
|
2371
2579
|
{
|
|
2372
2580
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2373
|
-
"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[]`} - ",
|
|
2374
2582
|
"attributes": [
|
|
2375
2583
|
{
|
|
2376
2584
|
"name": "value",
|
|
@@ -2380,7 +2588,7 @@
|
|
|
2380
2588
|
},
|
|
2381
2589
|
{
|
|
2382
2590
|
"name": "umb-property-editor-ui-member-picker",
|
|
2383
|
-
"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[]`} - ",
|
|
2384
2592
|
"attributes": [
|
|
2385
2593
|
{
|
|
2386
2594
|
"name": "value",
|
|
@@ -2390,11 +2598,11 @@
|
|
|
2390
2598
|
},
|
|
2391
2599
|
{
|
|
2392
2600
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2393
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`
|
|
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[]`} - ",
|
|
2394
2602
|
"attributes": [
|
|
2395
2603
|
{
|
|
2396
2604
|
"name": "value",
|
|
2397
|
-
"description": "`value` {`
|
|
2605
|
+
"description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
|
|
2398
2606
|
},
|
|
2399
2607
|
{
|
|
2400
2608
|
"name": "onproperty-value-change",
|
|
@@ -2404,7 +2612,7 @@
|
|
|
2404
2612
|
},
|
|
2405
2613
|
{
|
|
2406
2614
|
"name": "umb-input-multiple-text-string-item",
|
|
2407
|
-
"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`} - ",
|
|
2408
2616
|
"attributes": [
|
|
2409
2617
|
{
|
|
2410
2618
|
"name": "disabled",
|
|
@@ -2420,7 +2628,7 @@
|
|
|
2420
2628
|
},
|
|
2421
2629
|
{
|
|
2422
2630
|
"name": "umb-input-multiple-text-string",
|
|
2423
|
-
"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`} - ",
|
|
2424
2632
|
"attributes": [
|
|
2425
2633
|
{
|
|
2426
2634
|
"name": "min",
|
|
@@ -2483,7 +2691,7 @@
|
|
|
2483
2691
|
},
|
|
2484
2692
|
{
|
|
2485
2693
|
"name": "umb-property-editor-ui-number-range",
|
|
2486
|
-
"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[]`} - ",
|
|
2487
2695
|
"attributes": [
|
|
2488
2696
|
{
|
|
2489
2697
|
"name": "_value",
|
|
@@ -2497,7 +2705,7 @@
|
|
|
2497
2705
|
},
|
|
2498
2706
|
{
|
|
2499
2707
|
"name": "umb-property-editor-ui-number",
|
|
2500
|
-
"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[]`} - ",
|
|
2501
2709
|
"attributes": [
|
|
2502
2710
|
{
|
|
2503
2711
|
"name": "value",
|
|
@@ -2511,7 +2719,7 @@
|
|
|
2511
2719
|
},
|
|
2512
2720
|
{
|
|
2513
2721
|
"name": "umb-property-editor-ui-order-direction",
|
|
2514
|
-
"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[]`} - ",
|
|
2515
2723
|
"attributes": [
|
|
2516
2724
|
{
|
|
2517
2725
|
"name": "value",
|
|
@@ -2521,7 +2729,7 @@
|
|
|
2521
2729
|
},
|
|
2522
2730
|
{
|
|
2523
2731
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2524
|
-
"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[]`} - ",
|
|
2525
2733
|
"attributes": [
|
|
2526
2734
|
{
|
|
2527
2735
|
"name": "value",
|
|
@@ -2531,7 +2739,7 @@
|
|
|
2531
2739
|
},
|
|
2532
2740
|
{
|
|
2533
2741
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2534
|
-
"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[]`} - ",
|
|
2535
2743
|
"attributes": [
|
|
2536
2744
|
{
|
|
2537
2745
|
"name": "value",
|
|
@@ -2545,7 +2753,7 @@
|
|
|
2545
2753
|
},
|
|
2546
2754
|
{
|
|
2547
2755
|
"name": "umb-property-editor-ui-slider",
|
|
2548
|
-
"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[]`} - ",
|
|
2549
2757
|
"attributes": [
|
|
2550
2758
|
{
|
|
2551
2759
|
"name": "value",
|
|
@@ -2559,7 +2767,7 @@
|
|
|
2559
2767
|
},
|
|
2560
2768
|
{
|
|
2561
2769
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2562
|
-
"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[]`} - ",
|
|
2563
2771
|
"attributes": [
|
|
2564
2772
|
{
|
|
2565
2773
|
"name": "value",
|
|
@@ -2569,7 +2777,7 @@
|
|
|
2569
2777
|
},
|
|
2570
2778
|
{
|
|
2571
2779
|
"name": "umb-property-editor-ui-tags",
|
|
2572
|
-
"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[]`} - ",
|
|
2573
2781
|
"attributes": [
|
|
2574
2782
|
{
|
|
2575
2783
|
"name": "value",
|
|
@@ -2579,7 +2787,7 @@
|
|
|
2579
2787
|
},
|
|
2580
2788
|
{
|
|
2581
2789
|
"name": "umb-property-editor-ui-text-box",
|
|
2582
|
-
"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[]`} - ",
|
|
2583
2791
|
"attributes": [
|
|
2584
2792
|
{
|
|
2585
2793
|
"name": "value",
|
|
@@ -2593,7 +2801,7 @@
|
|
|
2593
2801
|
},
|
|
2594
2802
|
{
|
|
2595
2803
|
"name": "umb-property-editor-ui-textarea",
|
|
2596
|
-
"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[]`} - ",
|
|
2597
2805
|
"attributes": [
|
|
2598
2806
|
{
|
|
2599
2807
|
"name": "value",
|
|
@@ -2607,7 +2815,7 @@
|
|
|
2607
2815
|
},
|
|
2608
2816
|
{
|
|
2609
2817
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2610
|
-
"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[]`} - ",
|
|
2611
2819
|
"attributes": [
|
|
2612
2820
|
{
|
|
2613
2821
|
"name": "value",
|
|
@@ -2617,7 +2825,7 @@
|
|
|
2617
2825
|
},
|
|
2618
2826
|
{
|
|
2619
2827
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2620
|
-
"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[]`} - ",
|
|
2621
2829
|
"attributes": [
|
|
2622
2830
|
{
|
|
2623
2831
|
"name": "value",
|
|
@@ -2627,7 +2835,7 @@
|
|
|
2627
2835
|
},
|
|
2628
2836
|
{
|
|
2629
2837
|
"name": "umb-property-editor-ui-toggle",
|
|
2630
|
-
"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[]`} - ",
|
|
2631
2839
|
"attributes": [
|
|
2632
2840
|
{
|
|
2633
2841
|
"name": "value",
|
|
@@ -2642,7 +2850,7 @@
|
|
|
2642
2850
|
},
|
|
2643
2851
|
{
|
|
2644
2852
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2645
|
-
"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[]`} - ",
|
|
2646
2854
|
"attributes": [
|
|
2647
2855
|
{
|
|
2648
2856
|
"name": "value",
|
|
@@ -2652,7 +2860,7 @@
|
|
|
2652
2860
|
},
|
|
2653
2861
|
{
|
|
2654
2862
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2655
|
-
"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[]`} - ",
|
|
2656
2864
|
"attributes": [
|
|
2657
2865
|
{
|
|
2658
2866
|
"name": "value",
|
|
@@ -2662,17 +2870,21 @@
|
|
|
2662
2870
|
},
|
|
2663
2871
|
{
|
|
2664
2872
|
"name": "umb-property-editor-ui-upload-field",
|
|
2665
|
-
"description": "
|
|
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[]`} - ",
|
|
2666
2874
|
"attributes": [
|
|
2667
2875
|
{
|
|
2668
2876
|
"name": "value",
|
|
2669
2877
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "onproperty-value-change",
|
|
2881
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2670
2882
|
}
|
|
2671
2883
|
]
|
|
2672
2884
|
},
|
|
2673
2885
|
{
|
|
2674
2886
|
"name": "umb-property-editor-ui-user-picker",
|
|
2675
|
-
"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[]`} - ",
|
|
2676
2888
|
"attributes": [
|
|
2677
2889
|
{
|
|
2678
2890
|
"name": "value",
|
|
@@ -2682,7 +2894,7 @@
|
|
|
2682
2894
|
},
|
|
2683
2895
|
{
|
|
2684
2896
|
"name": "umb-property-editor-ui-value-type",
|
|
2685
|
-
"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[]`} - ",
|
|
2686
2898
|
"attributes": [
|
|
2687
2899
|
{
|
|
2688
2900
|
"name": "value",
|
|
@@ -2690,29 +2902,44 @@
|
|
|
2690
2902
|
}
|
|
2691
2903
|
]
|
|
2692
2904
|
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "umb-file-system-tree-item",
|
|
2907
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2908
|
+
"attributes": []
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "umb-stylesheet-workspace-edit",
|
|
2912
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2913
|
+
"attributes": []
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "umb-stylesheet-workspace",
|
|
2917
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2918
|
+
"attributes": []
|
|
2919
|
+
},
|
|
2693
2920
|
{
|
|
2694
2921
|
"name": "umb-template-workspace",
|
|
2695
|
-
"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[]`} - ",
|
|
2696
2923
|
"attributes": []
|
|
2697
2924
|
},
|
|
2698
2925
|
{
|
|
2699
2926
|
"name": "umb-dashboard-translation-dictionary",
|
|
2700
|
-
"description": "Properties:\n\n * `
|
|
2927
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2701
2928
|
"attributes": []
|
|
2702
2929
|
},
|
|
2703
2930
|
{
|
|
2704
2931
|
"name": "umb-create-dictionary-modal",
|
|
2705
|
-
"description": "Properties:\n\n * `
|
|
2932
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2706
2933
|
"attributes": []
|
|
2707
2934
|
},
|
|
2708
2935
|
{
|
|
2709
|
-
"name": "umb-export-dictionary-modal
|
|
2710
|
-
"description": "Properties:\n\n * `
|
|
2936
|
+
"name": "umb-export-dictionary-modal",
|
|
2937
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2711
2938
|
"attributes": []
|
|
2712
2939
|
},
|
|
2713
2940
|
{
|
|
2714
|
-
"name": "umb-import-dictionary-modal
|
|
2715
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2941
|
+
"name": "umb-import-dictionary-modal",
|
|
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[]`} - ",
|
|
2716
2943
|
"attributes": []
|
|
2717
2944
|
},
|
|
2718
2945
|
{
|
|
@@ -2721,67 +2948,72 @@
|
|
|
2721
2948
|
},
|
|
2722
2949
|
{
|
|
2723
2950
|
"name": "umb-dictionary-workspace-edit",
|
|
2724
|
-
"description": "Properties:\n\n * `
|
|
2951
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2725
2952
|
"attributes": []
|
|
2726
2953
|
},
|
|
2727
2954
|
{
|
|
2728
2955
|
"name": "umb-dictionary-workspace",
|
|
2729
|
-
"description": "Properties:\n\n * `
|
|
2956
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2730
2957
|
"attributes": []
|
|
2731
2958
|
},
|
|
2732
2959
|
{
|
|
2733
2960
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2734
|
-
"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[]`} - ",
|
|
2735
2967
|
"attributes": []
|
|
2736
2968
|
},
|
|
2737
2969
|
{
|
|
2738
2970
|
"name": "umb-current-user-header-app",
|
|
2739
|
-
"description": "Properties:\n\n * `
|
|
2971
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2740
2972
|
"attributes": []
|
|
2741
2973
|
},
|
|
2742
2974
|
{
|
|
2743
2975
|
"name": "umb-change-password-modal",
|
|
2744
|
-
"description": "Attributes:\n\n * `data`
|
|
2976
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2745
2977
|
"attributes": [
|
|
2746
2978
|
{
|
|
2747
2979
|
"name": "data",
|
|
2748
|
-
"description": "`data`
|
|
2749
|
-
"values": []
|
|
2980
|
+
"description": "`data` - \n\nProperty: data"
|
|
2750
2981
|
}
|
|
2751
2982
|
]
|
|
2752
2983
|
},
|
|
2753
2984
|
{
|
|
2754
2985
|
"name": "umb-current-user-modal",
|
|
2755
|
-
"description": "Properties:\n\n * `
|
|
2986
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
2756
2987
|
"attributes": []
|
|
2757
2988
|
},
|
|
2758
2989
|
{
|
|
2759
|
-
"name": "umb-user-
|
|
2760
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} -
|
|
2990
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
2991
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2761
2992
|
"attributes": []
|
|
2762
2993
|
},
|
|
2763
2994
|
{
|
|
2764
|
-
"name": "umb-user-
|
|
2765
|
-
"description": "Properties:\n\n * `
|
|
2995
|
+
"name": "umb-user-profile-app-history",
|
|
2996
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2766
2997
|
"attributes": []
|
|
2767
2998
|
},
|
|
2768
2999
|
{
|
|
2769
|
-
"name": "umb-
|
|
2770
|
-
"description": "Properties:\n\n * `
|
|
3000
|
+
"name": "umb-user-dashboard-test",
|
|
3001
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2771
3002
|
"attributes": []
|
|
2772
3003
|
},
|
|
2773
3004
|
{
|
|
2774
|
-
"name": "umb-user-
|
|
2775
|
-
"description": "Properties:\n\n * `
|
|
3005
|
+
"name": "umb-user-profile-app-profile",
|
|
3006
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2776
3007
|
"attributes": []
|
|
2777
3008
|
},
|
|
2778
3009
|
{
|
|
2779
|
-
"name": "umb-user-
|
|
2780
|
-
"description": "Properties:\n\n * `
|
|
3010
|
+
"name": "umb-user-profile-app-themes",
|
|
3011
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2781
3012
|
"attributes": []
|
|
2782
3013
|
},
|
|
2783
3014
|
{
|
|
2784
|
-
"name": "umb-
|
|
3015
|
+
"name": "umb-user-group-picker-modal",
|
|
3016
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2785
3017
|
"attributes": []
|
|
2786
3018
|
},
|
|
2787
3019
|
{
|
|
@@ -2789,6 +3021,11 @@
|
|
|
2789
3021
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
2790
3022
|
"attributes": []
|
|
2791
3023
|
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "umb-workspace-action-user-group-save",
|
|
3026
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3027
|
+
"attributes": []
|
|
3028
|
+
},
|
|
2792
3029
|
{
|
|
2793
3030
|
"name": "umb-user-group-table-name-column-layout",
|
|
2794
3031
|
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
|
|
@@ -2799,74 +3036,115 @@
|
|
|
2799
3036
|
"description": "Properties:\n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_sectionsNames` {`string[]`} - ",
|
|
2800
3037
|
"attributes": []
|
|
2801
3038
|
},
|
|
3039
|
+
{
|
|
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[]`} - ",
|
|
3042
|
+
"attributes": []
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"name": "umb-user-group-workspace",
|
|
3046
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3047
|
+
"attributes": []
|
|
3048
|
+
},
|
|
2802
3049
|
{
|
|
2803
3050
|
"name": "umb-workspace-view-user-groups",
|
|
2804
|
-
"description": "Properties:\n\n * `
|
|
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[]`} - ",
|
|
2805
3052
|
"attributes": []
|
|
2806
3053
|
},
|
|
2807
3054
|
{
|
|
2808
|
-
"name": "umb-
|
|
2809
|
-
"description": "Properties:\n\n * `
|
|
3055
|
+
"name": "umb-user-collection-header",
|
|
3056
|
+
"description": "Properties:\n\n * `isCloud` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2810
3057
|
"attributes": []
|
|
2811
3058
|
},
|
|
2812
3059
|
{
|
|
2813
|
-
"name": "umb-user-
|
|
2814
|
-
"description": "Properties:\n\n * `
|
|
3060
|
+
"name": "umb-user-collection",
|
|
3061
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2815
3062
|
"attributes": []
|
|
2816
3063
|
},
|
|
2817
3064
|
{
|
|
2818
|
-
"name": "umb-user-
|
|
2819
|
-
"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[]`} - ",
|
|
2820
3067
|
"attributes": []
|
|
2821
3068
|
},
|
|
2822
3069
|
{
|
|
2823
|
-
"name": "umb-
|
|
2824
|
-
"description": "Properties:\n\n * `
|
|
3070
|
+
"name": "umb-user-table-name-column-layout",
|
|
3071
|
+
"description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - ",
|
|
2825
3072
|
"attributes": []
|
|
2826
3073
|
},
|
|
2827
3074
|
{
|
|
2828
|
-
"name": "umb-
|
|
2829
|
-
"description": "Properties:\n\n * `
|
|
3075
|
+
"name": "umb-user-table-status-column-layout",
|
|
3076
|
+
"description": "Properties:\n\n * `value` - ",
|
|
2830
3077
|
"attributes": []
|
|
2831
3078
|
},
|
|
2832
3079
|
{
|
|
2833
|
-
"name": "umb-
|
|
2834
|
-
"description": "Properties:\n\n * `
|
|
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[]`} - ",
|
|
2835
3082
|
"attributes": []
|
|
2836
3083
|
},
|
|
2837
3084
|
{
|
|
2838
|
-
"name": "umb-workspace-view-users-
|
|
2839
|
-
"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[]`} - ",
|
|
2840
3087
|
"attributes": []
|
|
2841
3088
|
},
|
|
3089
|
+
{
|
|
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
|
+
]
|
|
3114
|
+
},
|
|
2842
3115
|
{
|
|
2843
3116
|
"name": "umb-create-user-modal",
|
|
2844
|
-
"description": "Properties:\n\n * `
|
|
3117
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_createdUserInitialPassword` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2845
3118
|
"attributes": []
|
|
2846
3119
|
},
|
|
2847
3120
|
{
|
|
2848
3121
|
"name": "umb-invite-user-modal",
|
|
2849
|
-
"description": "Properties:\n\n * `
|
|
3122
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2850
3123
|
"attributes": []
|
|
2851
3124
|
},
|
|
2852
3125
|
{
|
|
2853
3126
|
"name": "umb-user-picker-modal",
|
|
2854
|
-
"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[]`} - ",
|
|
2855
3128
|
"attributes": []
|
|
2856
3129
|
},
|
|
2857
3130
|
{
|
|
2858
|
-
"name": "umb-
|
|
2859
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} -
|
|
3131
|
+
"name": "umb-section-view-users",
|
|
3132
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3133
|
+
"attributes": []
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"name": "umb-user-workspace-action-save",
|
|
3137
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2860
3138
|
"attributes": []
|
|
2861
3139
|
},
|
|
2862
3140
|
{
|
|
2863
3141
|
"name": "umb-user-workspace-edit",
|
|
2864
|
-
"description": "Properties:\n\n * `
|
|
3142
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_user` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2865
3143
|
"attributes": []
|
|
2866
3144
|
},
|
|
2867
3145
|
{
|
|
2868
3146
|
"name": "umb-user-workspace",
|
|
2869
|
-
"description": "Properties:\n\n * `
|
|
3147
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2870
3148
|
"attributes": []
|
|
2871
3149
|
},
|
|
2872
3150
|
{
|
|
@@ -2889,12 +3167,7 @@
|
|
|
2889
3167
|
"attributes": []
|
|
2890
3168
|
},
|
|
2891
3169
|
{
|
|
2892
|
-
"name": "umb-modal-
|
|
2893
|
-
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` {`UmbModalData | undefined`} - ",
|
|
2894
|
-
"attributes": []
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "story-modal-context-example",
|
|
3170
|
+
"name": "umb-story-modal-context-example",
|
|
2898
3171
|
"description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
|
|
2899
3172
|
"attributes": [
|
|
2900
3173
|
{
|
|
@@ -2905,7 +3178,7 @@
|
|
|
2905
3178
|
},
|
|
2906
3179
|
{
|
|
2907
3180
|
"name": "umb-notification-layout-default",
|
|
2908
|
-
"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[]`} - ",
|
|
2909
3182
|
"attributes": [
|
|
2910
3183
|
{
|
|
2911
3184
|
"name": "data",
|
|
@@ -2914,17 +3187,40 @@
|
|
|
2914
3187
|
]
|
|
2915
3188
|
},
|
|
2916
3189
|
{
|
|
2917
|
-
"name": "story-notification-default-example",
|
|
3190
|
+
"name": "umb-story-notification-default-example",
|
|
2918
3191
|
"description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
|
|
2919
3192
|
"attributes": []
|
|
2920
3193
|
},
|
|
2921
3194
|
{
|
|
2922
3195
|
"name": "umb-router-slot",
|
|
2923
|
-
"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` {`
|
|
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[]`} - ",
|
|
3197
|
+
"attributes": [
|
|
3198
|
+
{
|
|
3199
|
+
"name": "routes",
|
|
3200
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3201
|
+
"values": []
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"name": "oninit",
|
|
3205
|
+
"description": "`init` - fires when the router is connected"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "onchange",
|
|
3209
|
+
"description": "`change` - fires when a path of this router is changed"
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "umb-variant-router-slot",
|
|
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[]`} - ",
|
|
2924
3216
|
"attributes": [
|
|
3217
|
+
{
|
|
3218
|
+
"name": "variantId",
|
|
3219
|
+
"description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
|
|
3220
|
+
},
|
|
2925
3221
|
{
|
|
2926
3222
|
"name": "routes",
|
|
2927
|
-
"description": "`routes` {`
|
|
3223
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
2928
3224
|
"values": []
|
|
2929
3225
|
},
|
|
2930
3226
|
{
|
|
@@ -2937,24 +3233,39 @@
|
|
|
2937
3233
|
}
|
|
2938
3234
|
]
|
|
2939
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
|
+
},
|
|
2940
3251
|
{
|
|
2941
3252
|
"name": "umb-installer-consent",
|
|
2942
|
-
"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` - ",
|
|
2943
3254
|
"attributes": []
|
|
2944
3255
|
},
|
|
2945
3256
|
{
|
|
2946
3257
|
"name": "umb-installer-database",
|
|
2947
|
-
"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` - ",
|
|
2948
3259
|
"attributes": []
|
|
2949
3260
|
},
|
|
2950
3261
|
{
|
|
2951
3262
|
"name": "umb-installer-error",
|
|
2952
|
-
"description": "Properties:\n\n * `
|
|
3263
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
2953
3264
|
"attributes": []
|
|
2954
3265
|
},
|
|
2955
3266
|
{
|
|
2956
3267
|
"name": "umb-installer",
|
|
2957
|
-
"description": "Properties:\n\n * `
|
|
3268
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
2958
3269
|
"attributes": []
|
|
2959
3270
|
},
|
|
2960
3271
|
{
|
|
@@ -2969,12 +3280,12 @@
|
|
|
2969
3280
|
},
|
|
2970
3281
|
{
|
|
2971
3282
|
"name": "umb-installer-user",
|
|
2972
|
-
"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` - ",
|
|
2973
3284
|
"attributes": []
|
|
2974
3285
|
},
|
|
2975
3286
|
{
|
|
2976
3287
|
"name": "umb-upgrader-view",
|
|
2977
|
-
"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` - ",
|
|
2978
3289
|
"attributes": [
|
|
2979
3290
|
{
|
|
2980
3291
|
"name": "fetching",
|