@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.c45ef438
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-api.d.ts +594 -272
- package/context-api.d.ts +76 -6
- package/controller.d.ts +7 -6
- package/custom-elements.json +1893 -975
- package/element.d.ts +6 -6
- package/entity-action.d.ts +29 -19
- package/extensions-api.d.ts +7 -5
- package/extensions-registry.d.ts +178 -17
- package/modal.d.ts +297 -15
- package/models.d.ts +14 -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/property-editor.d.ts +1 -1
- package/repository.d.ts +85 -30
- package/resources.d.ts +9 -7
- package/router.d.ts +380 -0
- package/sorter.d.ts +103 -0
- package/store.d.ts +51 -56
- package/umbraco-package-schema.json +2439 -0
- package/utils.d.ts +4 -2
- package/vscode-html-custom-data.json +605 -278
- package/workspace.d.ts +19 -12
|
@@ -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",
|
|
@@ -47,37 +47,125 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "umb-allowed-document-types-modal",
|
|
50
|
-
"description": "Properties:\n\n * `
|
|
50
|
+
"description": "Properties:\n\n * `_allowedDocumentTypes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
51
51
|
"attributes": []
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"name": "umb-document-type-workspace-
|
|
55
|
-
"description": "Properties:\n\n * `
|
|
54
|
+
"name": "umb-document-type-workspace-editor",
|
|
55
|
+
"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
56
|
"attributes": []
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "umb-document-type-workspace",
|
|
60
|
-
"description": "Properties:\n\n * `
|
|
60
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
61
61
|
"attributes": []
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"name": "umb-workspace-view-
|
|
65
|
-
"description": "Properties:\n\n * `
|
|
64
|
+
"name": "umb-document-type-workspace-view-design",
|
|
65
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
|
+
"attributes": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "umb-document-type-workspace-view-edit-properties",
|
|
70
|
+
"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[]`} - ",
|
|
71
|
+
"attributes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "container-id",
|
|
74
|
+
"description": "`container-id` {`string | undefined`} - \n\nProperty: containerId",
|
|
75
|
+
"values": []
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "container-name",
|
|
79
|
+
"description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
|
|
80
|
+
"values": []
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "container-type",
|
|
84
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
85
|
+
"values": [
|
|
86
|
+
{
|
|
87
|
+
"name": "Group"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "Tab"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "document-type-workspace-view-edit-property",
|
|
98
|
+
"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[]`} - ",
|
|
99
|
+
"attributes": [
|
|
100
|
+
{
|
|
101
|
+
"name": "property",
|
|
102
|
+
"description": "`property` {PropertyTypeResponseModelBaseModel} - Property, the data object for the property.\n\nProperty: property\n\nDefault: undefined"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "inherited",
|
|
106
|
+
"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",
|
|
107
|
+
"values": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "onpartial-property-update",
|
|
111
|
+
"description": "`partial-property-update` {`CustomEvent<any>`} - "
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "umb-document-type-workspace-view-edit-tab",
|
|
117
|
+
"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[]`} - ",
|
|
118
|
+
"attributes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "ownerTabId",
|
|
121
|
+
"description": "`ownerTabId` {`string | undefined`} - \n\nProperty: ownerTabId",
|
|
122
|
+
"values": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "tabName",
|
|
126
|
+
"description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
|
|
127
|
+
"values": []
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "noTabName",
|
|
131
|
+
"description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
|
|
132
|
+
"valueSet": "v"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "umb-document-type-workspace-view-edit",
|
|
138
|
+
"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[]`} - ",
|
|
139
|
+
"attributes": []
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "umb-document-type-workspace-view-details",
|
|
143
|
+
"description": "Properties:\n\n * `_variesByCulture` {`boolean | undefined`} - \n\n * `_variesBySegment` {`boolean | undefined`} - \n\n * `_isElement` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
144
|
+
"attributes": []
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
148
|
+
"description": "Properties:\n\n * `_allowedAsRoot` {`boolean | undefined`} - \n\n * `_allowedContentTypeIDs` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
149
|
+
"attributes": []
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
153
|
+
"description": "Properties:\n\n * `_defaultTemplateId` {`string | null | undefined`} - \n\n * `_allowedTemplateIds` {`string[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
66
154
|
"attributes": []
|
|
67
155
|
},
|
|
68
156
|
{
|
|
69
157
|
"name": "umb-document-table-actions-column-layout",
|
|
70
|
-
"description": "Properties:\n\n * `
|
|
158
|
+
"description": "Properties:\n\n * `column` {`UmbTableColumn`} - \n\n * `item` {`UmbTableItem`} - \n\n * `value` - \n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
71
159
|
"attributes": []
|
|
72
160
|
},
|
|
73
161
|
{
|
|
74
162
|
"name": "umb-document-table-collection-view",
|
|
75
|
-
"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[]`} - ",
|
|
76
164
|
"attributes": []
|
|
77
165
|
},
|
|
78
166
|
{
|
|
79
167
|
"name": "umb-collection-view-document-table",
|
|
80
|
-
"description": "Properties:\n\n * `
|
|
168
|
+
"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[]`} - ",
|
|
81
169
|
"attributes": []
|
|
82
170
|
},
|
|
83
171
|
{
|
|
@@ -86,32 +174,37 @@
|
|
|
86
174
|
},
|
|
87
175
|
{
|
|
88
176
|
"name": "umb-document-picker-modal",
|
|
89
|
-
"description": "Properties:\n\n * `
|
|
177
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
178
|
+
"attributes": []
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "umb-document-type-picker-modal",
|
|
182
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
90
183
|
"attributes": []
|
|
91
184
|
},
|
|
92
185
|
{
|
|
93
186
|
"name": "umb-document-tree-item",
|
|
94
|
-
"description": "Properties:\n\n * `
|
|
187
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
95
188
|
"attributes": []
|
|
96
189
|
},
|
|
97
190
|
{
|
|
98
|
-
"name": "umb-document-workspace-
|
|
99
|
-
"description": "Properties:\n\n * `
|
|
191
|
+
"name": "umb-document-workspace-editor",
|
|
192
|
+
"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[]`} - ",
|
|
100
193
|
"attributes": []
|
|
101
194
|
},
|
|
102
195
|
{
|
|
103
196
|
"name": "umb-document-workspace-split-view",
|
|
104
|
-
"description": "Properties:\n\n * `
|
|
197
|
+
"description": "Properties:\n\n * `_workspaceContext` - \n\n * `_unique` {`string | undefined`} - \n\n * `_variants` {`ActiveVariant[] | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
105
198
|
"attributes": []
|
|
106
199
|
},
|
|
107
200
|
{
|
|
108
201
|
"name": "umb-document-workspace",
|
|
109
|
-
"description": "Properties:\n\n * `
|
|
202
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
110
203
|
"attributes": []
|
|
111
204
|
},
|
|
112
205
|
{
|
|
113
206
|
"name": "umb-document-workspace-view-edit-properties",
|
|
114
|
-
"description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {
|
|
207
|
+
"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[]`} - ",
|
|
115
208
|
"attributes": [
|
|
116
209
|
{
|
|
117
210
|
"name": "container-name",
|
|
@@ -120,7 +213,7 @@
|
|
|
120
213
|
},
|
|
121
214
|
{
|
|
122
215
|
"name": "container-type",
|
|
123
|
-
"description": "`container-type` {
|
|
216
|
+
"description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
|
|
124
217
|
"values": [
|
|
125
218
|
{
|
|
126
219
|
"name": "Group"
|
|
@@ -134,7 +227,7 @@
|
|
|
134
227
|
},
|
|
135
228
|
{
|
|
136
229
|
"name": "umb-document-workspace-view-edit-tab",
|
|
137
|
-
"description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `
|
|
230
|
+
"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[]`} - ",
|
|
138
231
|
"attributes": [
|
|
139
232
|
{
|
|
140
233
|
"name": "tabName",
|
|
@@ -150,27 +243,27 @@
|
|
|
150
243
|
},
|
|
151
244
|
{
|
|
152
245
|
"name": "umb-document-workspace-view-edit",
|
|
153
|
-
"description": "Properties:\n\n * `
|
|
246
|
+
"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[]`} - ",
|
|
154
247
|
"attributes": []
|
|
155
248
|
},
|
|
156
249
|
{
|
|
157
250
|
"name": "umb-document-info-workspace-view",
|
|
158
|
-
"description": "Properties:\n\n * `
|
|
251
|
+
"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[]`} - ",
|
|
159
252
|
"attributes": []
|
|
160
253
|
},
|
|
161
254
|
{
|
|
162
255
|
"name": "umb-media-type-workspace-edit",
|
|
163
|
-
"description": "Properties:\n\n * `
|
|
256
|
+
"description": "Properties:\n\n * `_mediaTypeName` {`string | null | undefined`} - \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
|
{
|
|
172
265
|
"name": "umb-media-type-workspace-",
|
|
173
|
-
"description": "Properties:\n\n * `
|
|
266
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
174
267
|
"attributes": []
|
|
175
268
|
},
|
|
176
269
|
{
|
|
@@ -180,12 +273,12 @@
|
|
|
180
273
|
},
|
|
181
274
|
{
|
|
182
275
|
"name": "umb-media-grid-collection-view",
|
|
183
|
-
"description": "Properties:\n\n * `
|
|
276
|
+
"description": "Properties:\n\n * `_mediaItems` {`any[] | undefined`} - \n\n * `_selection` {`string[]`} - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
184
277
|
"attributes": []
|
|
185
278
|
},
|
|
186
279
|
{
|
|
187
280
|
"name": "umb-media-table-collection-view",
|
|
188
|
-
"description": "Properties:\n\n * `
|
|
281
|
+
"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[]`} - ",
|
|
189
282
|
"attributes": []
|
|
190
283
|
},
|
|
191
284
|
{
|
|
@@ -194,17 +287,17 @@
|
|
|
194
287
|
},
|
|
195
288
|
{
|
|
196
289
|
"name": "umb-media-picker-modal",
|
|
197
|
-
"description": "Properties:\n\n * `
|
|
290
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
198
291
|
"attributes": []
|
|
199
292
|
},
|
|
200
293
|
{
|
|
201
294
|
"name": "umb-media-workspace-edit",
|
|
202
|
-
"description": "Properties:\n\n * `
|
|
295
|
+
"description": "Properties:\n\n * `_id` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
203
296
|
"attributes": []
|
|
204
297
|
},
|
|
205
298
|
{
|
|
206
299
|
"name": "umb-media-workspace",
|
|
207
|
-
"description": "Properties:\n\n * `
|
|
300
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
208
301
|
"attributes": []
|
|
209
302
|
},
|
|
210
303
|
{
|
|
@@ -224,17 +317,17 @@
|
|
|
224
317
|
},
|
|
225
318
|
{
|
|
226
319
|
"name": "umb-member-group-workspace-edit",
|
|
227
|
-
"description": "Properties:\n\n * `
|
|
320
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
228
321
|
"attributes": []
|
|
229
322
|
},
|
|
230
323
|
{
|
|
231
324
|
"name": "umb-member-group-workspace",
|
|
232
|
-
"description": "Properties:\n\n * `
|
|
325
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
233
326
|
"attributes": []
|
|
234
327
|
},
|
|
235
328
|
{
|
|
236
329
|
"name": "umb-workspace-view-member-group-info",
|
|
237
|
-
"description": "Properties:\n\n * `
|
|
330
|
+
"description": "Properties:\n\n * `_memberGroup` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
238
331
|
"attributes": []
|
|
239
332
|
},
|
|
240
333
|
{
|
|
@@ -244,7 +337,7 @@
|
|
|
244
337
|
},
|
|
245
338
|
{
|
|
246
339
|
"name": "umb-member-type-workspace",
|
|
247
|
-
"description": "Properties:\n\n * `
|
|
340
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
248
341
|
"attributes": []
|
|
249
342
|
},
|
|
250
343
|
{
|
|
@@ -254,27 +347,27 @@
|
|
|
254
347
|
},
|
|
255
348
|
{
|
|
256
349
|
"name": "umb-member-workspace",
|
|
257
|
-
"description": "Properties:\n\n * `
|
|
350
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
258
351
|
"attributes": []
|
|
259
352
|
},
|
|
260
353
|
{
|
|
261
354
|
"name": "umb-workspace-package-builder",
|
|
262
|
-
"description": "Attributes:\n\n * `
|
|
355
|
+
"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[]`} - ",
|
|
263
356
|
"attributes": [
|
|
264
357
|
{
|
|
265
|
-
"name": "
|
|
266
|
-
"description": "`
|
|
358
|
+
"name": "entityId",
|
|
359
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
267
360
|
"values": []
|
|
268
361
|
}
|
|
269
362
|
]
|
|
270
363
|
},
|
|
271
364
|
{
|
|
272
365
|
"name": "umb-workspace-package",
|
|
273
|
-
"description": "Attributes:\n\n * `
|
|
366
|
+
"description": "Attributes:\n\n * `entityId` {`string | undefined`} - \n\nProperties:\n\n * `entityId` {`string | undefined`} - \n\n * `_package` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
274
367
|
"attributes": [
|
|
275
368
|
{
|
|
276
|
-
"name": "
|
|
277
|
-
"description": "`
|
|
369
|
+
"name": "entityId",
|
|
370
|
+
"description": "`entityId` {`string | undefined`} - \n\nProperty: entityId",
|
|
278
371
|
"values": []
|
|
279
372
|
}
|
|
280
373
|
]
|
|
@@ -286,12 +379,12 @@
|
|
|
286
379
|
},
|
|
287
380
|
{
|
|
288
381
|
"name": "umb-packages-created-overview",
|
|
289
|
-
"description": "Properties:\n\n * `
|
|
382
|
+
"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[]`} - ",
|
|
290
383
|
"attributes": []
|
|
291
384
|
},
|
|
292
385
|
{
|
|
293
386
|
"name": "umb-installed-packages-section-view-item",
|
|
294
|
-
"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 * `
|
|
387
|
+
"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 * `_notificationContext` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
295
388
|
"attributes": [
|
|
296
389
|
{
|
|
297
390
|
"name": "name",
|
|
@@ -317,12 +410,12 @@
|
|
|
317
410
|
},
|
|
318
411
|
{
|
|
319
412
|
"name": "umb-installed-packages-section-view",
|
|
320
|
-
"description": "Properties:\n\n * `
|
|
413
|
+
"description": "Properties:\n\n * `_installedPackages` {`any[]`} - \n\n * `_migrationPackages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `#packageRepository` - ",
|
|
321
414
|
"attributes": []
|
|
322
415
|
},
|
|
323
416
|
{
|
|
324
417
|
"name": "umb-packages-market-place-section-view",
|
|
325
|
-
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `
|
|
418
|
+
"description": "Attributes:\n\n * `marketplaceUrl` {`string`} - \n\nProperties:\n\n * `marketplaceUrl` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
326
419
|
"attributes": [
|
|
327
420
|
{
|
|
328
421
|
"name": "marketplaceUrl",
|
|
@@ -332,22 +425,22 @@
|
|
|
332
425
|
},
|
|
333
426
|
{
|
|
334
427
|
"name": "umb-search-modal",
|
|
335
|
-
"description": "Properties:\n\n * `
|
|
428
|
+
"description": "Properties:\n\n * `_input` {`HTMLInputElement`} - \n\n * `_search` {`string`} - \n\n * `_groups` {`SearchGroupItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
336
429
|
"attributes": []
|
|
337
430
|
},
|
|
338
431
|
{
|
|
339
432
|
"name": "umb-search-header-app",
|
|
340
|
-
"description": "Properties:\n\n * `
|
|
433
|
+
"description": "Properties:\n\n * `_modalContext` - \n\n * `styles` - ",
|
|
341
434
|
"attributes": []
|
|
342
435
|
},
|
|
343
436
|
{
|
|
344
437
|
"name": "umb-dashboard-examine-management",
|
|
345
|
-
"description": "Properties:\n\n * `
|
|
438
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
346
439
|
"attributes": []
|
|
347
440
|
},
|
|
348
441
|
{
|
|
349
442
|
"name": "umb-examine-fields-settings-modal",
|
|
350
|
-
"description": "Properties:\n\n * `
|
|
443
|
+
"description": "Properties:\n\n * `_fields` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
351
444
|
"attributes": []
|
|
352
445
|
},
|
|
353
446
|
{
|
|
@@ -362,7 +455,7 @@
|
|
|
362
455
|
},
|
|
363
456
|
{
|
|
364
457
|
"name": "umb-dashboard-health-check-action",
|
|
365
|
-
"description": "Events:\n\n * `action-executed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `action` - \n\nProperties:\n\n * `
|
|
458
|
+
"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[]`} - ",
|
|
366
459
|
"attributes": [
|
|
367
460
|
{
|
|
368
461
|
"name": "action",
|
|
@@ -376,7 +469,7 @@
|
|
|
376
469
|
},
|
|
377
470
|
{
|
|
378
471
|
"name": "umb-health-check-group-box-overview",
|
|
379
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
472
|
+
"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[]`} - ",
|
|
380
473
|
"attributes": [
|
|
381
474
|
{
|
|
382
475
|
"name": "manifest",
|
|
@@ -386,7 +479,7 @@
|
|
|
386
479
|
},
|
|
387
480
|
{
|
|
388
481
|
"name": "umb-health-check--group-box-overview",
|
|
389
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
482
|
+
"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[]`} - ",
|
|
390
483
|
"attributes": [
|
|
391
484
|
{
|
|
392
485
|
"name": "manifest",
|
|
@@ -396,7 +489,7 @@
|
|
|
396
489
|
},
|
|
397
490
|
{
|
|
398
491
|
"name": "umb-dashboard-health-check-group",
|
|
399
|
-
"description": "Attributes:\n\n * `groupName` {`string`} - \n\nProperties:\n\n * `
|
|
492
|
+
"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[]`} - ",
|
|
400
493
|
"attributes": [
|
|
401
494
|
{
|
|
402
495
|
"name": "groupName",
|
|
@@ -406,22 +499,22 @@
|
|
|
406
499
|
},
|
|
407
500
|
{
|
|
408
501
|
"name": "umb-dashboard-health-check-overview",
|
|
409
|
-
"description": "Properties:\n\n * `
|
|
502
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_healthCheckDashboardContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
410
503
|
"attributes": []
|
|
411
504
|
},
|
|
412
505
|
{
|
|
413
506
|
"name": "umb-dashboard-models-builder",
|
|
414
|
-
"description": "Properties:\n\n * `
|
|
507
|
+
"description": "Properties:\n\n * `_modelsBuilder` - \n\n * `_buttonStateBuild` {`UUIButtonState`} - \n\n * `_buttonStateReload` {`UUIButtonState`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
415
508
|
"attributes": []
|
|
416
509
|
},
|
|
417
510
|
{
|
|
418
511
|
"name": "umb-dashboard-performance-profiling",
|
|
419
|
-
"description": "Properties:\n\n * `
|
|
512
|
+
"description": "Properties:\n\n * `_profilingStatus` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `_profilingPerformance` {`boolean`} - ",
|
|
420
513
|
"attributes": []
|
|
421
514
|
},
|
|
422
515
|
{
|
|
423
516
|
"name": "umb-dashboard-published-status",
|
|
424
|
-
"description": "Properties:\n\n * `
|
|
517
|
+
"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[]`} - ",
|
|
425
518
|
"attributes": []
|
|
426
519
|
},
|
|
427
520
|
{
|
|
@@ -431,12 +524,54 @@
|
|
|
431
524
|
},
|
|
432
525
|
{
|
|
433
526
|
"name": "umb-dashboard-telemetry",
|
|
434
|
-
"description": "Properties:\n\n * `
|
|
527
|
+
"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[]`} - ",
|
|
528
|
+
"attributes": []
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "umb-data-type-input",
|
|
532
|
+
"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`} - ",
|
|
533
|
+
"attributes": [
|
|
534
|
+
{
|
|
535
|
+
"name": "min",
|
|
536
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "max",
|
|
540
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "min-message",
|
|
544
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "maxMessage",
|
|
548
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "value",
|
|
552
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "umb-data-type-create-options-modal",
|
|
558
|
+
"description": "Attributes:\n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
559
|
+
"attributes": [
|
|
560
|
+
{
|
|
561
|
+
"name": "data",
|
|
562
|
+
"description": "`data` {`UmbDataTypeCreateOptionsModalData | undefined`} - \n\nProperty: data",
|
|
563
|
+
"values": []
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "umb-data-type-picker-modal",
|
|
569
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
435
570
|
"attributes": []
|
|
436
571
|
},
|
|
437
572
|
{
|
|
438
573
|
"name": "umb-data-type-workspace-edit-element",
|
|
439
|
-
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `
|
|
574
|
+
"description": "Attributes:\n\n * `manifest` - \n\n * `location` - \n\nProperties:\n\n * `manifest` - \n\n * `location` - \n\n * `_dataTypeName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
440
575
|
"attributes": [
|
|
441
576
|
{
|
|
442
577
|
"name": "manifest",
|
|
@@ -450,67 +585,67 @@
|
|
|
450
585
|
},
|
|
451
586
|
{
|
|
452
587
|
"name": "umb-data-type-workspace",
|
|
453
|
-
"description": "Properties:\n\n * `
|
|
588
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
454
589
|
"attributes": []
|
|
455
590
|
},
|
|
456
591
|
{
|
|
457
592
|
"name": "umb-data-type-details-workspace-view",
|
|
458
|
-
"description": "Properties:\n\n * `
|
|
593
|
+
"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[]`} - ",
|
|
459
594
|
"attributes": []
|
|
460
595
|
},
|
|
461
596
|
{
|
|
462
597
|
"name": "umb-workspace-view-data-type-info",
|
|
463
|
-
"description": "Properties:\n\n * `
|
|
598
|
+
"description": "Properties:\n\n * `_dataType` - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
464
599
|
"attributes": []
|
|
465
600
|
},
|
|
466
601
|
{
|
|
467
602
|
"name": "umb-extension-root-workspace",
|
|
468
|
-
"description": "Properties:\n\n * `
|
|
603
|
+
"description": "Properties:\n\n * `_extensions` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
469
604
|
"attributes": []
|
|
470
605
|
},
|
|
471
606
|
{
|
|
472
607
|
"name": "umb-app-language-select",
|
|
473
|
-
"description": "Properties:\n\n * `
|
|
608
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_appLanguage` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
474
609
|
"attributes": []
|
|
475
610
|
},
|
|
476
611
|
{
|
|
477
612
|
"name": "umb-language-picker-modal",
|
|
478
|
-
"description": "Properties:\n\n * `
|
|
613
|
+
"description": "Properties:\n\n * `_languages` {`any[]`} - \n\n * `_languageRepository` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
479
614
|
"attributes": []
|
|
480
615
|
},
|
|
481
616
|
{
|
|
482
617
|
"name": "umb-language-root-table-delete-column-layout",
|
|
483
|
-
"description": "Properties:\n\n * `
|
|
618
|
+
"description": "Properties:\n\n * `value` - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
484
619
|
"attributes": []
|
|
485
620
|
},
|
|
486
621
|
{
|
|
487
622
|
"name": "umb-language-root-table-name-column-layout",
|
|
488
|
-
"description": "Properties:\n\n * `
|
|
623
|
+
"description": "Properties:\n\n * `value` {`{ isoCode: string; name: string; }`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
489
624
|
"attributes": []
|
|
490
625
|
},
|
|
491
626
|
{
|
|
492
627
|
"name": "umb-language-root-workspace",
|
|
493
|
-
"description": "Properties:\n\n * `
|
|
628
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
494
629
|
"attributes": []
|
|
495
630
|
},
|
|
496
631
|
{
|
|
497
|
-
"name": "umb-language-workspace-
|
|
498
|
-
"description": "Properties:\n\n * `
|
|
632
|
+
"name": "umb-language-workspace-edit",
|
|
633
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
499
634
|
"attributes": []
|
|
500
635
|
},
|
|
501
636
|
{
|
|
502
637
|
"name": "umb-language-workspace",
|
|
503
|
-
"description": "Properties:\n\n * `
|
|
638
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
504
639
|
"attributes": []
|
|
505
640
|
},
|
|
506
641
|
{
|
|
507
642
|
"name": "umb-language-details-workspace-view",
|
|
508
|
-
"description": "Properties:\n\n * `
|
|
643
|
+
"description": "Properties:\n\n * `_language` - \n\n * `_isDefaultLanguage` {`boolean`} - \n\n * `_isNew` {`boolean | undefined`} - \n\n * `_validationErrors` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
509
644
|
"attributes": []
|
|
510
645
|
},
|
|
511
646
|
{
|
|
512
647
|
"name": "umb-log-viewer-date-range-selector",
|
|
513
|
-
"description": "Attributes:\n\n * `horizontal` {`boolean`} - \n\nProperties:\n\n * `
|
|
648
|
+
"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[]`} - ",
|
|
514
649
|
"attributes": [
|
|
515
650
|
{
|
|
516
651
|
"name": "horizontal",
|
|
@@ -521,7 +656,7 @@
|
|
|
521
656
|
},
|
|
522
657
|
{
|
|
523
658
|
"name": "umb-log-viewer-level-tag",
|
|
524
|
-
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `
|
|
659
|
+
"description": "Attributes:\n\n * `level` - \n\nProperties:\n\n * `level` - \n\n * `levelMap` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
525
660
|
"attributes": [
|
|
526
661
|
{
|
|
527
662
|
"name": "level",
|
|
@@ -536,7 +671,7 @@
|
|
|
536
671
|
},
|
|
537
672
|
{
|
|
538
673
|
"name": "umb-logviewer-workspace",
|
|
539
|
-
"description": "Properties:\n\n * `
|
|
674
|
+
"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[]`} - ",
|
|
540
675
|
"attributes": []
|
|
541
676
|
},
|
|
542
677
|
{
|
|
@@ -551,32 +686,32 @@
|
|
|
551
686
|
},
|
|
552
687
|
{
|
|
553
688
|
"name": "umb-log-viewer-log-types-chart",
|
|
554
|
-
"description": "Properties:\n\n * `
|
|
689
|
+
"description": "Properties:\n\n * `_logLevelCount` - \n\n * `logLevelCount` {`[string, number][]`} - \n\n * `_logLevelCountFilter` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
555
690
|
"attributes": []
|
|
556
691
|
},
|
|
557
692
|
{
|
|
558
693
|
"name": "umb-log-viewer-message-templates-overview",
|
|
559
|
-
"description": "Properties:\n\n * `
|
|
694
|
+
"description": "Properties:\n\n * `_messageTemplates` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
560
695
|
"attributes": []
|
|
561
696
|
},
|
|
562
697
|
{
|
|
563
698
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
564
|
-
"description": "Properties:\n\n * `
|
|
699
|
+
"description": "Properties:\n\n * `_savedSearches` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
565
700
|
"attributes": []
|
|
566
701
|
},
|
|
567
702
|
{
|
|
568
703
|
"name": "umb-log-viewer-overview-view",
|
|
569
|
-
"description": "Properties:\n\n * `
|
|
704
|
+
"description": "Properties:\n\n * `_errorCount` {`number`} - \n\n * `_logLevelCount` - \n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
570
705
|
"attributes": []
|
|
571
706
|
},
|
|
572
707
|
{
|
|
573
708
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
574
|
-
"description": "Properties:\n\n * `
|
|
709
|
+
"description": "Properties:\n\n * `_logLevelSelectorCheckboxes` {`NodeListOf<UUICheckboxElement>`} - \n\n * `_logLevelFilter` {`any[]`} - \n\n * `setLogLevelDebounce` {`DebouncedFunc<() => void>`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
575
710
|
"attributes": []
|
|
576
711
|
},
|
|
577
712
|
{
|
|
578
713
|
"name": "umb-log-viewer-message",
|
|
579
|
-
"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 * `
|
|
714
|
+
"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[]`} - ",
|
|
580
715
|
"attributes": [
|
|
581
716
|
{
|
|
582
717
|
"name": "timestamp",
|
|
@@ -607,47 +742,52 @@
|
|
|
607
742
|
},
|
|
608
743
|
{
|
|
609
744
|
"name": "umb-log-viewer-messages-list",
|
|
610
|
-
"description": "Properties:\n\n * `
|
|
745
|
+
"description": "Properties:\n\n * `_logsScrollContainer` - \n\n * `_sortingDirection` - \n\n * `_logs` {`any[]`} - \n\n * `_logsTotal` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
611
746
|
"attributes": []
|
|
612
747
|
},
|
|
613
748
|
{
|
|
614
749
|
"name": "umb-log-viewer-polling-button",
|
|
615
|
-
"description": "Properties:\n\n * `
|
|
750
|
+
"description": "Properties:\n\n * `_pollingPopover` - \n\n * `_polingExpandSymbol` - \n\n * `_poolingConfig` {`PoolingCOnfig`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
751
|
+
"attributes": []
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
755
|
+
"description": "Properties:\n\n * `_input` - \n\n * `_hasValue` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
616
756
|
"attributes": []
|
|
617
757
|
},
|
|
618
758
|
{
|
|
619
759
|
"name": "umb-log-viewer-search-input",
|
|
620
|
-
"description": "Properties:\n\n * `
|
|
760
|
+
"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
761
|
"attributes": []
|
|
622
762
|
},
|
|
623
763
|
{
|
|
624
764
|
"name": "umb-log-viewer-search-view",
|
|
625
|
-
"description": "Properties:\n\n * `
|
|
765
|
+
"description": "Properties:\n\n * `_canShowLogs` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
626
766
|
"attributes": []
|
|
627
767
|
},
|
|
628
768
|
{
|
|
629
769
|
"name": "umb-relation-type-workspace-edit-element",
|
|
630
|
-
"description": "Properties:\n\n * `
|
|
770
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
631
771
|
"attributes": []
|
|
632
772
|
},
|
|
633
773
|
{
|
|
634
774
|
"name": "umb-relation-type-workspace",
|
|
635
|
-
"description": "Properties:\n\n * `
|
|
775
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
636
776
|
"attributes": []
|
|
637
777
|
},
|
|
638
778
|
{
|
|
639
779
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
640
|
-
"description": "Properties:\n\n * `
|
|
780
|
+
"description": "Properties:\n\n * `_relationType` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
641
781
|
"attributes": []
|
|
642
782
|
},
|
|
643
783
|
{
|
|
644
784
|
"name": "umb-workspace-view-relation-type-relation",
|
|
645
|
-
"description": "Properties:\n\n * `
|
|
785
|
+
"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[]`} - ",
|
|
646
786
|
"attributes": []
|
|
647
787
|
},
|
|
648
788
|
{
|
|
649
789
|
"name": "umb-collection-selection-actions",
|
|
650
|
-
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `
|
|
790
|
+
"description": "Attributes:\n\n * `entityType` {`string | null`} - \n\nProperties:\n\n * `entityType` {`string | null`} - \n\n * `_nodesLength` {`number`} - \n\n * `_selectionLength` {`number`} - \n\n * `_entityBulkActions` {`any[]`} - \n\n * `_collectionContext` - \n\n * `_selection` {`string[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
651
791
|
"attributes": [
|
|
652
792
|
{
|
|
653
793
|
"name": "entityType",
|
|
@@ -658,7 +798,7 @@
|
|
|
658
798
|
},
|
|
659
799
|
{
|
|
660
800
|
"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 * `
|
|
801
|
+
"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[]`} - ",
|
|
662
802
|
"attributes": [
|
|
663
803
|
{
|
|
664
804
|
"name": "actions",
|
|
@@ -677,7 +817,7 @@
|
|
|
677
817
|
},
|
|
678
818
|
{
|
|
679
819
|
"name": "umb-collection",
|
|
680
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
820
|
+
"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[]`} - ",
|
|
681
821
|
"attributes": [
|
|
682
822
|
{
|
|
683
823
|
"name": "entity-type",
|
|
@@ -687,7 +827,7 @@
|
|
|
687
827
|
},
|
|
688
828
|
{
|
|
689
829
|
"name": "umb-dashboard-collection",
|
|
690
|
-
"description": "Properties:\n\n * `
|
|
830
|
+
"description": "Properties:\n\n * `_collectionContext` - \n\n * `manifest` - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
691
831
|
"attributes": []
|
|
692
832
|
},
|
|
693
833
|
{
|
|
@@ -697,7 +837,7 @@
|
|
|
697
837
|
},
|
|
698
838
|
{
|
|
699
839
|
"name": "umb-backoffice-header-sections",
|
|
700
|
-
"description": "Properties:\n\n * `
|
|
840
|
+
"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
841
|
"attributes": []
|
|
702
842
|
},
|
|
703
843
|
{
|
|
@@ -707,22 +847,22 @@
|
|
|
707
847
|
},
|
|
708
848
|
{
|
|
709
849
|
"name": "umb-backoffice-main",
|
|
710
|
-
"description": "Properties:\n\n * `
|
|
850
|
+
"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
851
|
"attributes": []
|
|
712
852
|
},
|
|
713
853
|
{
|
|
714
854
|
"name": "umb-backoffice-modal-container",
|
|
715
|
-
"description": "Properties:\n\n * `
|
|
855
|
+
"description": "Properties:\n\n * `_modals` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
716
856
|
"attributes": []
|
|
717
857
|
},
|
|
718
858
|
{
|
|
719
859
|
"name": "umb-backoffice-notification-container",
|
|
720
|
-
"description": "Properties:\n\n * `
|
|
860
|
+
"description": "Properties:\n\n * `_notifications` {`any[] | undefined`} - \n\n * `_notificationContext` - \n\n * `styles` - ",
|
|
721
861
|
"attributes": []
|
|
722
862
|
},
|
|
723
863
|
{
|
|
724
864
|
"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 * `
|
|
865
|
+
"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
866
|
"attributes": [
|
|
727
867
|
{
|
|
728
868
|
"name": "headline",
|
|
@@ -732,7 +872,7 @@
|
|
|
732
872
|
},
|
|
733
873
|
{
|
|
734
874
|
"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 * `
|
|
875
|
+
"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
876
|
"attributes": [
|
|
737
877
|
{
|
|
738
878
|
"name": "label",
|
|
@@ -836,13 +976,13 @@
|
|
|
836
976
|
]
|
|
837
977
|
},
|
|
838
978
|
{
|
|
839
|
-
"name": "
|
|
979
|
+
"name": "umb-code-block",
|
|
840
980
|
"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
981
|
"attributes": []
|
|
842
982
|
},
|
|
843
983
|
{
|
|
844
984
|
"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 * `
|
|
985
|
+
"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
986
|
"attributes": [
|
|
847
987
|
{
|
|
848
988
|
"name": "language",
|
|
@@ -914,21 +1054,17 @@
|
|
|
914
1054
|
},
|
|
915
1055
|
{
|
|
916
1056
|
"name": "umb-debug",
|
|
917
|
-
"description": "Attributes:\n\n * `
|
|
1057
|
+
"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
1058
|
"attributes": [
|
|
919
1059
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"description": "`
|
|
1060
|
+
"name": "visible",
|
|
1061
|
+
"description": "`visible` {`boolean`} - \n\nProperty: visible\n\nDefault: false",
|
|
922
1062
|
"valueSet": "v"
|
|
923
1063
|
},
|
|
924
1064
|
{
|
|
925
1065
|
"name": "dialog",
|
|
926
1066
|
"description": "`dialog` {`boolean`} - \n\nProperty: dialog\n\nDefault: false",
|
|
927
1067
|
"valueSet": "v"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"name": "contexts",
|
|
931
|
-
"description": "`contexts` {`Map<any, any>`} - \n\nProperty: contexts\n\nDefault: new Map()"
|
|
932
1068
|
}
|
|
933
1069
|
]
|
|
934
1070
|
},
|
|
@@ -939,7 +1075,7 @@
|
|
|
939
1075
|
},
|
|
940
1076
|
{
|
|
941
1077
|
"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 * `
|
|
1078
|
+
"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
1079
|
"attributes": [
|
|
944
1080
|
{
|
|
945
1081
|
"name": "radius",
|
|
@@ -992,7 +1128,7 @@
|
|
|
992
1128
|
},
|
|
993
1129
|
{
|
|
994
1130
|
"name": "umb-dropdown",
|
|
995
|
-
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `
|
|
1131
|
+
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
996
1132
|
"attributes": [
|
|
997
1133
|
{
|
|
998
1134
|
"name": "open",
|
|
@@ -1003,7 +1139,7 @@
|
|
|
1003
1139
|
},
|
|
1004
1140
|
{
|
|
1005
1141
|
"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 * `
|
|
1142
|
+
"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
1143
|
"attributes": [
|
|
1008
1144
|
{
|
|
1009
1145
|
"name": "size",
|
|
@@ -1061,7 +1197,7 @@
|
|
|
1061
1197
|
},
|
|
1062
1198
|
{
|
|
1063
1199
|
"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 * `
|
|
1200
|
+
"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
1201
|
"attributes": [
|
|
1066
1202
|
{
|
|
1067
1203
|
"name": "type",
|
|
@@ -1084,12 +1220,12 @@
|
|
|
1084
1220
|
},
|
|
1085
1221
|
{
|
|
1086
1222
|
"name": "umb-header-app-button",
|
|
1087
|
-
"description": "Properties:\n\n * `
|
|
1223
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `styles` - ",
|
|
1088
1224
|
"attributes": []
|
|
1089
1225
|
},
|
|
1090
1226
|
{
|
|
1091
1227
|
"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 * `
|
|
1228
|
+
"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
1229
|
"attributes": [
|
|
1094
1230
|
{
|
|
1095
1231
|
"name": "src",
|
|
@@ -1115,7 +1251,7 @@
|
|
|
1115
1251
|
},
|
|
1116
1252
|
{
|
|
1117
1253
|
"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 * `
|
|
1254
|
+
"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
1255
|
"attributes": [
|
|
1120
1256
|
{
|
|
1121
1257
|
"name": "list",
|
|
@@ -1133,7 +1269,7 @@
|
|
|
1133
1269
|
},
|
|
1134
1270
|
{
|
|
1135
1271
|
"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 * `
|
|
1272
|
+
"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
1273
|
"attributes": [
|
|
1138
1274
|
{
|
|
1139
1275
|
"name": "showLabels",
|
|
@@ -1153,7 +1289,7 @@
|
|
|
1153
1289
|
},
|
|
1154
1290
|
{
|
|
1155
1291
|
"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 * `
|
|
1292
|
+
"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
1293
|
"attributes": [
|
|
1158
1294
|
{
|
|
1159
1295
|
"name": "disabled",
|
|
@@ -1169,7 +1305,7 @@
|
|
|
1169
1305
|
},
|
|
1170
1306
|
{
|
|
1171
1307
|
"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 * `
|
|
1308
|
+
"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
1309
|
"attributes": [
|
|
1174
1310
|
{
|
|
1175
1311
|
"name": "min",
|
|
@@ -1199,9 +1335,27 @@
|
|
|
1199
1335
|
}
|
|
1200
1336
|
]
|
|
1201
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "umb-input-document-type-picker",
|
|
1340
|
+
"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`} - ",
|
|
1341
|
+
"attributes": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "selectedIds",
|
|
1344
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"name": "value",
|
|
1348
|
+
"description": "`value` {`string`} - \n\nProperty: value"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "onchange",
|
|
1352
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1202
1356
|
{
|
|
1203
1357
|
"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 * `
|
|
1358
|
+
"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
1359
|
"attributes": [
|
|
1206
1360
|
{
|
|
1207
1361
|
"name": "opacity",
|
|
@@ -1220,17 +1374,15 @@
|
|
|
1220
1374
|
},
|
|
1221
1375
|
{
|
|
1222
1376
|
"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 * `
|
|
1377
|
+
"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
1378
|
"attributes": [
|
|
1225
1379
|
{
|
|
1226
1380
|
"name": "min",
|
|
1227
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault:
|
|
1228
|
-
"values": []
|
|
1381
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: 0"
|
|
1229
1382
|
},
|
|
1230
1383
|
{
|
|
1231
1384
|
"name": "max",
|
|
1232
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault:
|
|
1233
|
-
"values": []
|
|
1385
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: Infinity"
|
|
1234
1386
|
},
|
|
1235
1387
|
{
|
|
1236
1388
|
"name": "min-message",
|
|
@@ -1248,7 +1400,7 @@
|
|
|
1248
1400
|
},
|
|
1249
1401
|
{
|
|
1250
1402
|
"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 * `
|
|
1403
|
+
"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
1404
|
"attributes": [
|
|
1253
1405
|
{
|
|
1254
1406
|
"name": "min",
|
|
@@ -1280,8 +1432,18 @@
|
|
|
1280
1432
|
},
|
|
1281
1433
|
{
|
|
1282
1434
|
"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 * `
|
|
1435
|
+
"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
1436
|
"attributes": [
|
|
1437
|
+
{
|
|
1438
|
+
"name": "alias",
|
|
1439
|
+
"description": "`alias` {`string | undefined`} - \n\nProperty: alias",
|
|
1440
|
+
"values": []
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "variantId",
|
|
1444
|
+
"description": "`variantId` - \n\nProperty: variantId",
|
|
1445
|
+
"values": []
|
|
1446
|
+
},
|
|
1285
1447
|
{
|
|
1286
1448
|
"name": "min",
|
|
1287
1449
|
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
@@ -1344,7 +1506,7 @@
|
|
|
1344
1506
|
},
|
|
1345
1507
|
{
|
|
1346
1508
|
"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 * `
|
|
1509
|
+
"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
1510
|
"attributes": [
|
|
1349
1511
|
{
|
|
1350
1512
|
"name": "min-label",
|
|
@@ -1376,7 +1538,7 @@
|
|
|
1376
1538
|
},
|
|
1377
1539
|
{
|
|
1378
1540
|
"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 * `
|
|
1541
|
+
"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
1542
|
"attributes": [
|
|
1381
1543
|
{
|
|
1382
1544
|
"name": "list",
|
|
@@ -1394,7 +1556,7 @@
|
|
|
1394
1556
|
},
|
|
1395
1557
|
{
|
|
1396
1558
|
"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 * `
|
|
1559
|
+
"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
1560
|
"attributes": [
|
|
1399
1561
|
{
|
|
1400
1562
|
"name": "value",
|
|
@@ -1435,7 +1597,7 @@
|
|
|
1435
1597
|
},
|
|
1436
1598
|
{
|
|
1437
1599
|
"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 * `
|
|
1600
|
+
"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
1601
|
"attributes": [
|
|
1440
1602
|
{
|
|
1441
1603
|
"name": "min",
|
|
@@ -1468,9 +1630,45 @@
|
|
|
1468
1630
|
}
|
|
1469
1631
|
]
|
|
1470
1632
|
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "umb-input-template",
|
|
1635
|
+
"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`} - ",
|
|
1636
|
+
"attributes": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "min",
|
|
1639
|
+
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
1640
|
+
"values": []
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "max",
|
|
1644
|
+
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
|
|
1645
|
+
"values": []
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "min-message",
|
|
1649
|
+
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "maxMessage",
|
|
1653
|
+
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "selectedIds",
|
|
1657
|
+
"description": "`selectedIds` {`string[]`} - \n\nProperty: selectedIds"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "defaultId",
|
|
1661
|
+
"description": "`defaultId` {`string`} - \n\nProperty: defaultId"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "onchange",
|
|
1665
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1666
|
+
}
|
|
1667
|
+
]
|
|
1668
|
+
},
|
|
1471
1669
|
{
|
|
1472
1670
|
"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 * `
|
|
1671
|
+
"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
1672
|
"attributes": [
|
|
1475
1673
|
{
|
|
1476
1674
|
"name": "checked",
|
|
@@ -1498,9 +1696,33 @@
|
|
|
1498
1696
|
}
|
|
1499
1697
|
]
|
|
1500
1698
|
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "umb-input-upload-field",
|
|
1701
|
+
"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`} - ",
|
|
1702
|
+
"attributes": [
|
|
1703
|
+
{
|
|
1704
|
+
"name": "keys",
|
|
1705
|
+
"description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "fileExtensions",
|
|
1709
|
+
"description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
|
|
1710
|
+
"values": []
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "multiple",
|
|
1714
|
+
"description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
|
|
1715
|
+
"valueSet": "v"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "onchange",
|
|
1719
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1501
1723
|
{
|
|
1502
1724
|
"name": "umb-input-user-group",
|
|
1503
|
-
"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 * `
|
|
1725
|
+
"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` - ",
|
|
1504
1726
|
"attributes": [
|
|
1505
1727
|
{
|
|
1506
1728
|
"name": "value",
|
|
@@ -1541,7 +1763,7 @@
|
|
|
1541
1763
|
},
|
|
1542
1764
|
{
|
|
1543
1765
|
"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 * `
|
|
1766
|
+
"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 * `_users` {`any[]`} - \n\n * `_userStore` - \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
1767
|
"attributes": [
|
|
1546
1768
|
{
|
|
1547
1769
|
"name": "value",
|
|
@@ -1580,14 +1802,38 @@
|
|
|
1580
1802
|
}
|
|
1581
1803
|
]
|
|
1582
1804
|
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "umb-menu-item-base",
|
|
1807
|
+
"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[]`} - ",
|
|
1808
|
+
"attributes": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "entity-type",
|
|
1811
|
+
"description": "`entity-type` {`string | undefined`} - \n\nProperty: entityType",
|
|
1812
|
+
"values": []
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "icon-name",
|
|
1816
|
+
"description": "`icon-name` {`string`} - \n\nProperty: iconName\n\nDefault: "
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "label",
|
|
1820
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "has-children",
|
|
1824
|
+
"description": "`has-children` {`boolean`} - \n\nProperty: hasChildren\n\nDefault: false",
|
|
1825
|
+
"valueSet": "v"
|
|
1826
|
+
}
|
|
1827
|
+
]
|
|
1828
|
+
},
|
|
1583
1829
|
{
|
|
1584
1830
|
"name": "umb-menu-item",
|
|
1585
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` -
|
|
1831
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `manifest` - ",
|
|
1586
1832
|
"attributes": []
|
|
1587
1833
|
},
|
|
1588
1834
|
{
|
|
1589
1835
|
"name": "umb-menu",
|
|
1590
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1836
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1591
1837
|
"attributes": [
|
|
1592
1838
|
{
|
|
1593
1839
|
"name": "manifest",
|
|
@@ -1597,7 +1843,7 @@
|
|
|
1597
1843
|
},
|
|
1598
1844
|
{
|
|
1599
1845
|
"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 * `
|
|
1846
|
+
"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
1847
|
"attributes": [
|
|
1602
1848
|
{
|
|
1603
1849
|
"name": "propertyVariantId",
|
|
@@ -1657,12 +1903,12 @@
|
|
|
1657
1903
|
},
|
|
1658
1904
|
{
|
|
1659
1905
|
"name": "umb-section-sidebar-context-menu",
|
|
1660
|
-
"description": "Properties:\n\n * `
|
|
1906
|
+
"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
1907
|
"attributes": []
|
|
1662
1908
|
},
|
|
1663
1909
|
{
|
|
1664
1910
|
"name": "umb-section-sidebar-menu",
|
|
1665
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1911
|
+
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1666
1912
|
"attributes": [
|
|
1667
1913
|
{
|
|
1668
1914
|
"name": "manifest",
|
|
@@ -1677,7 +1923,7 @@
|
|
|
1677
1923
|
},
|
|
1678
1924
|
{
|
|
1679
1925
|
"name": "umb-section-views",
|
|
1680
|
-
"description": "Attributes:\n\n * `section-alias` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
1926
|
+
"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
1927
|
"attributes": [
|
|
1682
1928
|
{
|
|
1683
1929
|
"name": "section-alias",
|
|
@@ -1688,7 +1934,7 @@
|
|
|
1688
1934
|
},
|
|
1689
1935
|
{
|
|
1690
1936
|
"name": "umb-section",
|
|
1691
|
-
"description": "Attributes:\n\n * `manifest` - \n\nProperties:\n\n * `
|
|
1937
|
+
"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
1938
|
"attributes": [
|
|
1693
1939
|
{
|
|
1694
1940
|
"name": "manifest",
|
|
@@ -1698,7 +1944,7 @@
|
|
|
1698
1944
|
},
|
|
1699
1945
|
{
|
|
1700
1946
|
"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 * `
|
|
1947
|
+
"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
1948
|
"attributes": [
|
|
1703
1949
|
{
|
|
1704
1950
|
"name": "onselected",
|
|
@@ -1714,9 +1960,40 @@
|
|
|
1714
1960
|
}
|
|
1715
1961
|
]
|
|
1716
1962
|
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "umb-template-card",
|
|
1965
|
+
"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`} - ",
|
|
1966
|
+
"attributes": [
|
|
1967
|
+
{
|
|
1968
|
+
"name": "default",
|
|
1969
|
+
"description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
|
|
1970
|
+
"valueSet": "v"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "id",
|
|
1974
|
+
"description": "`id` {`string`} - \n\nProperty: id"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "name",
|
|
1978
|
+
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"name": "onopen",
|
|
1982
|
+
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "onselected",
|
|
1986
|
+
"description": "`selected` {} - "
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "onchange",
|
|
1990
|
+
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1717
1994
|
{
|
|
1718
1995
|
"name": "umb-tooltip-menu",
|
|
1719
|
-
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `
|
|
1996
|
+
"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[]`} - ",
|
|
1720
1997
|
"attributes": [
|
|
1721
1998
|
{
|
|
1722
1999
|
"name": "icon-only",
|
|
@@ -1731,17 +2008,17 @@
|
|
|
1731
2008
|
},
|
|
1732
2009
|
{
|
|
1733
2010
|
"name": "umb-entity-tree-item",
|
|
1734
|
-
"description": "Properties:\n\n * `
|
|
2011
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1735
2012
|
"attributes": []
|
|
1736
2013
|
},
|
|
1737
2014
|
{
|
|
1738
2015
|
"name": "umb-tree-item-base",
|
|
1739
|
-
"description": "Properties:\n\n * `
|
|
2016
|
+
"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[]`} - ",
|
|
1740
2017
|
"attributes": []
|
|
1741
2018
|
},
|
|
1742
2019
|
{
|
|
1743
2020
|
"name": "umb-tree-item",
|
|
1744
|
-
"description": "Properties:\n\n * `
|
|
2021
|
+
"description": "Properties:\n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1745
2022
|
"attributes": []
|
|
1746
2023
|
},
|
|
1747
2024
|
{
|
|
@@ -1756,7 +2033,7 @@
|
|
|
1756
2033
|
},
|
|
1757
2034
|
{
|
|
1758
2035
|
"name": "umb-tree",
|
|
1759
|
-
"description": "Events:\n\n * `selected` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `alias` {`string`} - \n\n * `selectable` {`boolean`} - \n\n * `selection` {`string[]`} - \n\nProperties:\n\n * `_alias` {`string`} - \n\n * `alias` {`string`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - \n\n * `_selection` {`string[]`} - \n\n * `selection` {`string[]`} - \n\n * `_tree` - \n\n * `_items` {`any[]`} - \n\n * `_treeContext` - ",
|
|
2036
|
+
"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` - ",
|
|
1760
2037
|
"attributes": [
|
|
1761
2038
|
{
|
|
1762
2039
|
"name": "alias",
|
|
@@ -1771,6 +2048,11 @@
|
|
|
1771
2048
|
"name": "selection",
|
|
1772
2049
|
"description": "`selection` {`string[]`} - \n\nProperty: selection"
|
|
1773
2050
|
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "multiple",
|
|
2053
|
+
"description": "`multiple` {`boolean`} - \n\nProperty: multiple",
|
|
2054
|
+
"valueSet": "v"
|
|
2055
|
+
},
|
|
1774
2056
|
{
|
|
1775
2057
|
"name": "onselected",
|
|
1776
2058
|
"description": "`selected` {`CustomEvent<unknown>`} - "
|
|
@@ -1779,7 +2061,7 @@
|
|
|
1779
2061
|
},
|
|
1780
2062
|
{
|
|
1781
2063
|
"name": "umb-variant-selector",
|
|
1782
|
-
"description": "Attributes:\n\n * `alias` {`string`} - \n\n * `_activeVariantsCultures` {`string[]`} - \n\nProperties:\n\n * `
|
|
2064
|
+
"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[]`} - ",
|
|
1783
2065
|
"attributes": [
|
|
1784
2066
|
{
|
|
1785
2067
|
"name": "alias",
|
|
@@ -1793,12 +2075,12 @@
|
|
|
1793
2075
|
},
|
|
1794
2076
|
{
|
|
1795
2077
|
"name": "umb-variantable-property",
|
|
1796
|
-
"description": "Properties:\n\n * `
|
|
2078
|
+
"description": "Properties:\n\n * `_property` - \n\n * `property` - \n\n * `_variantContext` - \n\n * `_workspaceVariantId` - \n\n * `_propertyVariantId` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1797
2079
|
"attributes": []
|
|
1798
2080
|
},
|
|
1799
2081
|
{
|
|
1800
2082
|
"name": "umb-workspace-property",
|
|
1801
|
-
"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 * `
|
|
2083
|
+
"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[]`} - ",
|
|
1802
2084
|
"attributes": [
|
|
1803
2085
|
{
|
|
1804
2086
|
"name": "label",
|
|
@@ -1837,22 +2119,22 @@
|
|
|
1837
2119
|
},
|
|
1838
2120
|
{
|
|
1839
2121
|
"name": "umb-workspace-action-menu",
|
|
1840
|
-
"description": "Properties:\n\n * `
|
|
2122
|
+
"description": "Properties:\n\n * `_actionMenuIsOpen` {`boolean`} - \n\n * `_workspaceContext` - \n\n * `_entityId` {`string | undefined`} - \n\n * `_entityType` {`string | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1841
2123
|
"attributes": []
|
|
1842
2124
|
},
|
|
1843
2125
|
{
|
|
1844
2126
|
"name": "umb-workspace-action",
|
|
1845
|
-
"description": "Properties:\n\n * `
|
|
2127
|
+
"description": "Properties:\n\n * `_buttonState` {`UUIButtonState`} - \n\n * `_manifest` - \n\n * `manifest` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1846
2128
|
"attributes": []
|
|
1847
2129
|
},
|
|
1848
2130
|
{
|
|
1849
2131
|
"name": "umb-workspace-view-collection",
|
|
1850
|
-
"description": "Properties:\n\n * `
|
|
2132
|
+
"description": "Properties:\n\n * `manifest` - \n\n * `_workspaceContext` - \n\n * `_collectionContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1851
2133
|
"attributes": []
|
|
1852
2134
|
},
|
|
1853
2135
|
{
|
|
1854
2136
|
"name": "umb-workspace-footer-layout",
|
|
1855
|
-
"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 * `
|
|
2137
|
+
"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[]`} - ",
|
|
1856
2138
|
"attributes": [
|
|
1857
2139
|
{
|
|
1858
2140
|
"name": "alias",
|
|
@@ -1862,7 +2144,7 @@
|
|
|
1862
2144
|
},
|
|
1863
2145
|
{
|
|
1864
2146
|
"name": "umb-workspace-layout",
|
|
1865
|
-
"description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `
|
|
2147
|
+
"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[]`} - ",
|
|
1866
2148
|
"attributes": [
|
|
1867
2149
|
{
|
|
1868
2150
|
"name": "headline",
|
|
@@ -1886,7 +2168,7 @@
|
|
|
1886
2168
|
},
|
|
1887
2169
|
{
|
|
1888
2170
|
"name": "umb-workspace-property-layout",
|
|
1889
|
-
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `
|
|
2171
|
+
"description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `styles` {`CSSResult[]`} - ",
|
|
1890
2172
|
"attributes": [
|
|
1891
2173
|
{
|
|
1892
2174
|
"name": "alias",
|
|
@@ -1916,7 +2198,7 @@
|
|
|
1916
2198
|
},
|
|
1917
2199
|
{
|
|
1918
2200
|
"name": "umb-workspace-variant",
|
|
1919
|
-
"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 * `
|
|
2201
|
+
"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[]`} - ",
|
|
1920
2202
|
"attributes": [
|
|
1921
2203
|
{
|
|
1922
2204
|
"name": "alias",
|
|
@@ -1935,7 +2217,7 @@
|
|
|
1935
2217
|
},
|
|
1936
2218
|
{
|
|
1937
2219
|
"name": "umb-workspace",
|
|
1938
|
-
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `
|
|
2220
|
+
"description": "Attributes:\n\n * `entity-type` {`string`} - \n\nProperties:\n\n * `entityType` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1939
2221
|
"attributes": [
|
|
1940
2222
|
{
|
|
1941
2223
|
"name": "entity-type",
|
|
@@ -1945,57 +2227,57 @@
|
|
|
1945
2227
|
},
|
|
1946
2228
|
{
|
|
1947
2229
|
"name": "umb-confirm-modal",
|
|
1948
|
-
"description": "Attributes:\n\n * `data`
|
|
2230
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1949
2231
|
"attributes": [
|
|
1950
2232
|
{
|
|
1951
2233
|
"name": "data",
|
|
1952
|
-
"description": "`data`
|
|
1953
|
-
"values": []
|
|
2234
|
+
"description": "`data` - \n\nProperty: data"
|
|
1954
2235
|
}
|
|
1955
2236
|
]
|
|
1956
2237
|
},
|
|
1957
2238
|
{
|
|
1958
2239
|
"name": "umb-embedded-media-modal",
|
|
1959
|
-
"description": "Attributes:\n\n * `data`
|
|
2240
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `_model` {`UmbEmbeddedMediaModalModel`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1960
2241
|
"attributes": [
|
|
1961
2242
|
{
|
|
1962
2243
|
"name": "data",
|
|
1963
|
-
"description": "`data`
|
|
1964
|
-
"values": []
|
|
2244
|
+
"description": "`data` - \n\nProperty: data"
|
|
1965
2245
|
}
|
|
1966
2246
|
]
|
|
1967
2247
|
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "umb-folder-modal",
|
|
2250
|
+
"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[]`} - ",
|
|
2251
|
+
"attributes": []
|
|
2252
|
+
},
|
|
1968
2253
|
{
|
|
1969
2254
|
"name": "umb-icon-picker-modal",
|
|
1970
|
-
"description": "
|
|
1971
|
-
"attributes": [
|
|
1972
|
-
{
|
|
1973
|
-
"name": "iconlist",
|
|
1974
|
-
"description": "`iconlist` - \n\nProperty: iconlist\n\nDefault: icons.map((icon) => icon.name)"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"name": "iconlistFiltered",
|
|
1978
|
-
"description": "`iconlistFiltered` {`string[]`} - \n\nProperty: iconlistFiltered\n\nDefault: "
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "colorlist",
|
|
1982
|
-
"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"
|
|
1983
|
-
}
|
|
1984
|
-
]
|
|
2255
|
+
"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[]`} - ",
|
|
2256
|
+
"attributes": []
|
|
1985
2257
|
},
|
|
1986
2258
|
{
|
|
1987
2259
|
"name": "umb-link-picker-modal",
|
|
1988
|
-
"description": "Properties:\n\n * `
|
|
2260
|
+
"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[]`} - ",
|
|
1989
2261
|
"attributes": []
|
|
1990
2262
|
},
|
|
1991
2263
|
{
|
|
1992
2264
|
"name": "umb-property-settings-modal",
|
|
1993
|
-
"description": "Properties:\n\n * `
|
|
2265
|
+
"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[]`} - ",
|
|
1994
2266
|
"attributes": []
|
|
1995
2267
|
},
|
|
1996
2268
|
{
|
|
1997
2269
|
"name": "umb-section-picker-modal",
|
|
1998
|
-
"description": "Properties:\n\n * `
|
|
2270
|
+
"description": "Properties:\n\n * `_sections` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2271
|
+
"attributes": []
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "umb-template-picker-modal",
|
|
2275
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2276
|
+
"attributes": []
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "umb-template-modal",
|
|
2280
|
+
"description": "Properties:\n\n * `_id` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1999
2281
|
"attributes": []
|
|
2000
2282
|
},
|
|
2001
2283
|
{
|
|
@@ -2028,7 +2310,7 @@
|
|
|
2028
2310
|
},
|
|
2029
2311
|
{
|
|
2030
2312
|
"name": "umb-property-action-menu",
|
|
2031
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\n * `propertyEditorUiAlias` {`string`} - \n\nProperties:\n\n * `
|
|
2313
|
+
"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` - ",
|
|
2032
2314
|
"attributes": [
|
|
2033
2315
|
{
|
|
2034
2316
|
"name": "value",
|
|
@@ -2043,7 +2325,7 @@
|
|
|
2043
2325
|
},
|
|
2044
2326
|
{
|
|
2045
2327
|
"name": "umb-property-action",
|
|
2046
|
-
"description": "Attributes:\n\n * `propertyAction` - \n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2328
|
+
"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`} - ",
|
|
2047
2329
|
"attributes": [
|
|
2048
2330
|
{
|
|
2049
2331
|
"name": "propertyAction",
|
|
@@ -2063,18 +2345,17 @@
|
|
|
2063
2345
|
},
|
|
2064
2346
|
{
|
|
2065
2347
|
"name": "umb-property-editor-ui-picker-modal",
|
|
2066
|
-
"description": "Attributes:\n\n * `data`
|
|
2348
|
+
"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[]`} - ",
|
|
2067
2349
|
"attributes": [
|
|
2068
2350
|
{
|
|
2069
2351
|
"name": "data",
|
|
2070
|
-
"description": "`data`
|
|
2071
|
-
"values": []
|
|
2352
|
+
"description": "`data` - \n\nProperty: data"
|
|
2072
2353
|
}
|
|
2073
2354
|
]
|
|
2074
2355
|
},
|
|
2075
2356
|
{
|
|
2076
2357
|
"name": "umb-property-editor-config",
|
|
2077
|
-
"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 * `
|
|
2358
|
+
"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[]`} - ",
|
|
2078
2359
|
"attributes": [
|
|
2079
2360
|
{
|
|
2080
2361
|
"name": "_propertyEditorUiAlias",
|
|
@@ -2092,7 +2373,7 @@
|
|
|
2092
2373
|
},
|
|
2093
2374
|
{
|
|
2094
2375
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
2095
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2376
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2096
2377
|
"attributes": [
|
|
2097
2378
|
{
|
|
2098
2379
|
"name": "value",
|
|
@@ -2102,7 +2383,7 @@
|
|
|
2102
2383
|
},
|
|
2103
2384
|
{
|
|
2104
2385
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
2105
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2386
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2106
2387
|
"attributes": [
|
|
2107
2388
|
{
|
|
2108
2389
|
"name": "value",
|
|
@@ -2112,7 +2393,7 @@
|
|
|
2112
2393
|
},
|
|
2113
2394
|
{
|
|
2114
2395
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
2115
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2396
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2116
2397
|
"attributes": [
|
|
2117
2398
|
{
|
|
2118
2399
|
"name": "value",
|
|
@@ -2122,7 +2403,7 @@
|
|
|
2122
2403
|
},
|
|
2123
2404
|
{
|
|
2124
2405
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
2125
|
-
"description": "Attributes:\n\n * `name` {`string`} - \n\nProperties:\n\n * `
|
|
2406
|
+
"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[]`} - ",
|
|
2126
2407
|
"attributes": [
|
|
2127
2408
|
{
|
|
2128
2409
|
"name": "name",
|
|
@@ -2132,7 +2413,7 @@
|
|
|
2132
2413
|
},
|
|
2133
2414
|
{
|
|
2134
2415
|
"name": "umb-property-editor-ui-block-grid",
|
|
2135
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2416
|
+
"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[]`} - ",
|
|
2136
2417
|
"attributes": [
|
|
2137
2418
|
{
|
|
2138
2419
|
"name": "value",
|
|
@@ -2142,7 +2423,7 @@
|
|
|
2142
2423
|
},
|
|
2143
2424
|
{
|
|
2144
2425
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
2145
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2426
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2146
2427
|
"attributes": [
|
|
2147
2428
|
{
|
|
2148
2429
|
"name": "value",
|
|
@@ -2152,7 +2433,7 @@
|
|
|
2152
2433
|
},
|
|
2153
2434
|
{
|
|
2154
2435
|
"name": "umb-property-editor-ui-block-list",
|
|
2155
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2436
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2156
2437
|
"attributes": [
|
|
2157
2438
|
{
|
|
2158
2439
|
"name": "value",
|
|
@@ -2162,7 +2443,7 @@
|
|
|
2162
2443
|
},
|
|
2163
2444
|
{
|
|
2164
2445
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
2165
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\nProperties:\n\n * `
|
|
2446
|
+
"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[]`} - ",
|
|
2166
2447
|
"attributes": [
|
|
2167
2448
|
{
|
|
2168
2449
|
"name": "value",
|
|
@@ -2176,7 +2457,7 @@
|
|
|
2176
2457
|
},
|
|
2177
2458
|
{
|
|
2178
2459
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
2179
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2460
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2180
2461
|
"attributes": [
|
|
2181
2462
|
{
|
|
2182
2463
|
"name": "value",
|
|
@@ -2186,7 +2467,7 @@
|
|
|
2186
2467
|
},
|
|
2187
2468
|
{
|
|
2188
2469
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
2189
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2470
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2190
2471
|
"attributes": [
|
|
2191
2472
|
{
|
|
2192
2473
|
"name": "value",
|
|
@@ -2196,7 +2477,7 @@
|
|
|
2196
2477
|
},
|
|
2197
2478
|
{
|
|
2198
2479
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
2199
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2480
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2200
2481
|
"attributes": [
|
|
2201
2482
|
{
|
|
2202
2483
|
"name": "value",
|
|
@@ -2206,7 +2487,7 @@
|
|
|
2206
2487
|
},
|
|
2207
2488
|
{
|
|
2208
2489
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
2209
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2490
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2210
2491
|
"attributes": [
|
|
2211
2492
|
{
|
|
2212
2493
|
"name": "value",
|
|
@@ -2216,7 +2497,7 @@
|
|
|
2216
2497
|
},
|
|
2217
2498
|
{
|
|
2218
2499
|
"name": "umb-property-editor-ui-collection-view",
|
|
2219
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2500
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2220
2501
|
"attributes": [
|
|
2221
2502
|
{
|
|
2222
2503
|
"name": "value",
|
|
@@ -2226,7 +2507,7 @@
|
|
|
2226
2507
|
},
|
|
2227
2508
|
{
|
|
2228
2509
|
"name": "umb-property-editor-ui-color-picker",
|
|
2229
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2510
|
+
"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[]`} - ",
|
|
2230
2511
|
"attributes": [
|
|
2231
2512
|
{
|
|
2232
2513
|
"name": "value",
|
|
@@ -2240,7 +2521,7 @@
|
|
|
2240
2521
|
},
|
|
2241
2522
|
{
|
|
2242
2523
|
"name": "umb-property-editor-ui-date-picker",
|
|
2243
|
-
"description": "Attributes:\n\n * `value` {`string | undefined`} - \n\nProperties:\n\n * `
|
|
2524
|
+
"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[]`} - ",
|
|
2244
2525
|
"attributes": [
|
|
2245
2526
|
{
|
|
2246
2527
|
"name": "value",
|
|
@@ -2265,7 +2546,7 @@
|
|
|
2265
2546
|
},
|
|
2266
2547
|
{
|
|
2267
2548
|
"name": "umb-property-editor-ui-dropdown",
|
|
2268
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2549
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2269
2550
|
"attributes": [
|
|
2270
2551
|
{
|
|
2271
2552
|
"name": "value",
|
|
@@ -2275,7 +2556,7 @@
|
|
|
2275
2556
|
},
|
|
2276
2557
|
{
|
|
2277
2558
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
2278
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2559
|
+
"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[]`} - ",
|
|
2279
2560
|
"attributes": [
|
|
2280
2561
|
{
|
|
2281
2562
|
"name": "value",
|
|
@@ -2289,7 +2570,7 @@
|
|
|
2289
2570
|
},
|
|
2290
2571
|
{
|
|
2291
2572
|
"name": "umb-property-editor-ui-icon-picker",
|
|
2292
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2573
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `_modalContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2293
2574
|
"attributes": [
|
|
2294
2575
|
{
|
|
2295
2576
|
"name": "value",
|
|
@@ -2299,7 +2580,7 @@
|
|
|
2299
2580
|
},
|
|
2300
2581
|
{
|
|
2301
2582
|
"name": "umb-property-editor-ui-image-cropper",
|
|
2302
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2583
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2303
2584
|
"attributes": [
|
|
2304
2585
|
{
|
|
2305
2586
|
"name": "value",
|
|
@@ -2309,7 +2590,7 @@
|
|
|
2309
2590
|
},
|
|
2310
2591
|
{
|
|
2311
2592
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
2312
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2593
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2313
2594
|
"attributes": [
|
|
2314
2595
|
{
|
|
2315
2596
|
"name": "value",
|
|
@@ -2319,7 +2600,7 @@
|
|
|
2319
2600
|
},
|
|
2320
2601
|
{
|
|
2321
2602
|
"name": "umb-property-editor-ui-label",
|
|
2322
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2603
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2323
2604
|
"attributes": [
|
|
2324
2605
|
{
|
|
2325
2606
|
"name": "value",
|
|
@@ -2329,7 +2610,7 @@
|
|
|
2329
2610
|
},
|
|
2330
2611
|
{
|
|
2331
2612
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
2332
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2613
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2333
2614
|
"attributes": [
|
|
2334
2615
|
{
|
|
2335
2616
|
"name": "value",
|
|
@@ -2353,7 +2634,7 @@
|
|
|
2353
2634
|
},
|
|
2354
2635
|
{
|
|
2355
2636
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
2356
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2637
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2357
2638
|
"attributes": [
|
|
2358
2639
|
{
|
|
2359
2640
|
"name": "value",
|
|
@@ -2363,7 +2644,7 @@
|
|
|
2363
2644
|
},
|
|
2364
2645
|
{
|
|
2365
2646
|
"name": "umb-property-editor-ui-member-picker",
|
|
2366
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2647
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2367
2648
|
"attributes": [
|
|
2368
2649
|
{
|
|
2369
2650
|
"name": "value",
|
|
@@ -2373,11 +2654,11 @@
|
|
|
2373
2654
|
},
|
|
2374
2655
|
{
|
|
2375
2656
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
2376
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`
|
|
2657
|
+
"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[]`} - ",
|
|
2377
2658
|
"attributes": [
|
|
2378
2659
|
{
|
|
2379
2660
|
"name": "value",
|
|
2380
|
-
"description": "`value` {`
|
|
2661
|
+
"description": "`value` {`any[]`} - \n\nProperty: value\n\nDefault: "
|
|
2381
2662
|
},
|
|
2382
2663
|
{
|
|
2383
2664
|
"name": "onproperty-value-change",
|
|
@@ -2387,7 +2668,7 @@
|
|
|
2387
2668
|
},
|
|
2388
2669
|
{
|
|
2389
2670
|
"name": "umb-input-multiple-text-string-item",
|
|
2390
|
-
"description": "Attributes:\n\n * `disabled` {boolean} - Disables the input\n\n * `readonly` {boolean} - Disables the input\n\nProperties:\n\n * `
|
|
2671
|
+
"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`} - ",
|
|
2391
2672
|
"attributes": [
|
|
2392
2673
|
{
|
|
2393
2674
|
"name": "disabled",
|
|
@@ -2403,7 +2684,7 @@
|
|
|
2403
2684
|
},
|
|
2404
2685
|
{
|
|
2405
2686
|
"name": "umb-input-multiple-text-string",
|
|
2406
|
-
"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 * `
|
|
2687
|
+
"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`} - ",
|
|
2407
2688
|
"attributes": [
|
|
2408
2689
|
{
|
|
2409
2690
|
"name": "min",
|
|
@@ -2466,7 +2747,7 @@
|
|
|
2466
2747
|
},
|
|
2467
2748
|
{
|
|
2468
2749
|
"name": "umb-property-editor-ui-number-range",
|
|
2469
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `_value` {`ValueType`} - \n\nProperties:\n\n * `
|
|
2750
|
+
"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[]`} - ",
|
|
2470
2751
|
"attributes": [
|
|
2471
2752
|
{
|
|
2472
2753
|
"name": "_value",
|
|
@@ -2480,7 +2761,7 @@
|
|
|
2480
2761
|
},
|
|
2481
2762
|
{
|
|
2482
2763
|
"name": "umb-property-editor-ui-number",
|
|
2483
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2764
|
+
"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[]`} - ",
|
|
2484
2765
|
"attributes": [
|
|
2485
2766
|
{
|
|
2486
2767
|
"name": "value",
|
|
@@ -2494,7 +2775,7 @@
|
|
|
2494
2775
|
},
|
|
2495
2776
|
{
|
|
2496
2777
|
"name": "umb-property-editor-ui-order-direction",
|
|
2497
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2778
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2498
2779
|
"attributes": [
|
|
2499
2780
|
{
|
|
2500
2781
|
"name": "value",
|
|
@@ -2504,7 +2785,7 @@
|
|
|
2504
2785
|
},
|
|
2505
2786
|
{
|
|
2506
2787
|
"name": "umb-property-editor-ui-overlay-size",
|
|
2507
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2788
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2508
2789
|
"attributes": [
|
|
2509
2790
|
{
|
|
2510
2791
|
"name": "value",
|
|
@@ -2514,7 +2795,7 @@
|
|
|
2514
2795
|
},
|
|
2515
2796
|
{
|
|
2516
2797
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
2517
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2798
|
+
"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[]`} - ",
|
|
2518
2799
|
"attributes": [
|
|
2519
2800
|
{
|
|
2520
2801
|
"name": "value",
|
|
@@ -2528,7 +2809,7 @@
|
|
|
2528
2809
|
},
|
|
2529
2810
|
{
|
|
2530
2811
|
"name": "umb-property-editor-ui-slider",
|
|
2531
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`{ to?: number | undefined; from?: number | undefined; }`} - \n\nProperties:\n\n * `
|
|
2812
|
+
"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[]`} - ",
|
|
2532
2813
|
"attributes": [
|
|
2533
2814
|
{
|
|
2534
2815
|
"name": "value",
|
|
@@ -2542,7 +2823,7 @@
|
|
|
2542
2823
|
},
|
|
2543
2824
|
{
|
|
2544
2825
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
2545
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2826
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2546
2827
|
"attributes": [
|
|
2547
2828
|
{
|
|
2548
2829
|
"name": "value",
|
|
@@ -2552,7 +2833,7 @@
|
|
|
2552
2833
|
},
|
|
2553
2834
|
{
|
|
2554
2835
|
"name": "umb-property-editor-ui-tags",
|
|
2555
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2836
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2556
2837
|
"attributes": [
|
|
2557
2838
|
{
|
|
2558
2839
|
"name": "value",
|
|
@@ -2562,7 +2843,7 @@
|
|
|
2562
2843
|
},
|
|
2563
2844
|
{
|
|
2564
2845
|
"name": "umb-property-editor-ui-text-box",
|
|
2565
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2846
|
+
"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[]`} - ",
|
|
2566
2847
|
"attributes": [
|
|
2567
2848
|
{
|
|
2568
2849
|
"name": "value",
|
|
@@ -2576,7 +2857,7 @@
|
|
|
2576
2857
|
},
|
|
2577
2858
|
{
|
|
2578
2859
|
"name": "umb-property-editor-ui-textarea",
|
|
2579
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2860
|
+
"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[]`} - ",
|
|
2580
2861
|
"attributes": [
|
|
2581
2862
|
{
|
|
2582
2863
|
"name": "value",
|
|
@@ -2590,7 +2871,7 @@
|
|
|
2590
2871
|
},
|
|
2591
2872
|
{
|
|
2592
2873
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
2593
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2874
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2594
2875
|
"attributes": [
|
|
2595
2876
|
{
|
|
2596
2877
|
"name": "value",
|
|
@@ -2600,7 +2881,7 @@
|
|
|
2600
2881
|
},
|
|
2601
2882
|
{
|
|
2602
2883
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
2603
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2884
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2604
2885
|
"attributes": [
|
|
2605
2886
|
{
|
|
2606
2887
|
"name": "value",
|
|
@@ -2610,7 +2891,7 @@
|
|
|
2610
2891
|
},
|
|
2611
2892
|
{
|
|
2612
2893
|
"name": "umb-property-editor-ui-toggle",
|
|
2613
|
-
"description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`boolean`} - \n\nProperties:\n\n * `
|
|
2894
|
+
"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[]`} - ",
|
|
2614
2895
|
"attributes": [
|
|
2615
2896
|
{
|
|
2616
2897
|
"name": "value",
|
|
@@ -2625,7 +2906,7 @@
|
|
|
2625
2906
|
},
|
|
2626
2907
|
{
|
|
2627
2908
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
2628
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2909
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2629
2910
|
"attributes": [
|
|
2630
2911
|
{
|
|
2631
2912
|
"name": "value",
|
|
@@ -2635,7 +2916,7 @@
|
|
|
2635
2916
|
},
|
|
2636
2917
|
{
|
|
2637
2918
|
"name": "umb-property-editor-ui-tree-picker",
|
|
2638
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2919
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2639
2920
|
"attributes": [
|
|
2640
2921
|
{
|
|
2641
2922
|
"name": "value",
|
|
@@ -2645,17 +2926,21 @@
|
|
|
2645
2926
|
},
|
|
2646
2927
|
{
|
|
2647
2928
|
"name": "umb-property-editor-ui-upload-field",
|
|
2648
|
-
"description": "
|
|
2929
|
+
"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[]`} - ",
|
|
2649
2930
|
"attributes": [
|
|
2650
2931
|
{
|
|
2651
2932
|
"name": "value",
|
|
2652
2933
|
"description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "onproperty-value-change",
|
|
2937
|
+
"description": "`property-value-change` {`CustomEvent<unknown>`} - "
|
|
2653
2938
|
}
|
|
2654
2939
|
]
|
|
2655
2940
|
},
|
|
2656
2941
|
{
|
|
2657
2942
|
"name": "umb-property-editor-ui-user-picker",
|
|
2658
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2943
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2659
2944
|
"attributes": [
|
|
2660
2945
|
{
|
|
2661
2946
|
"name": "value",
|
|
@@ -2665,7 +2950,7 @@
|
|
|
2665
2950
|
},
|
|
2666
2951
|
{
|
|
2667
2952
|
"name": "umb-property-editor-ui-value-type",
|
|
2668
|
-
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `
|
|
2953
|
+
"description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `value` {`string`} - \n\n * `config` {`never[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2669
2954
|
"attributes": [
|
|
2670
2955
|
{
|
|
2671
2956
|
"name": "value",
|
|
@@ -2675,7 +2960,7 @@
|
|
|
2675
2960
|
},
|
|
2676
2961
|
{
|
|
2677
2962
|
"name": "umb-file-system-tree-item",
|
|
2678
|
-
"description": "Properties:\n\n * `
|
|
2963
|
+
"description": "Properties:\n\n * `_item` - \n\n * `item` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2679
2964
|
"attributes": []
|
|
2680
2965
|
},
|
|
2681
2966
|
{
|
|
@@ -2685,32 +2970,32 @@
|
|
|
2685
2970
|
},
|
|
2686
2971
|
{
|
|
2687
2972
|
"name": "umb-stylesheet-workspace",
|
|
2688
|
-
"description": "Properties:\n\n * `
|
|
2973
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2689
2974
|
"attributes": []
|
|
2690
2975
|
},
|
|
2691
2976
|
{
|
|
2692
2977
|
"name": "umb-template-workspace",
|
|
2693
|
-
"description": "Properties:\n\n * `
|
|
2978
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `_content` {`string | null | undefined`} - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2694
2979
|
"attributes": []
|
|
2695
2980
|
},
|
|
2696
2981
|
{
|
|
2697
2982
|
"name": "umb-dashboard-translation-dictionary",
|
|
2698
|
-
"description": "Properties:\n\n * `
|
|
2983
|
+
"description": "Properties:\n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableItemsFiltered` {`UmbTableItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2699
2984
|
"attributes": []
|
|
2700
2985
|
},
|
|
2701
2986
|
{
|
|
2702
2987
|
"name": "umb-create-dictionary-modal",
|
|
2703
|
-
"description": "Properties:\n\n * `
|
|
2988
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2704
2989
|
"attributes": []
|
|
2705
2990
|
},
|
|
2706
2991
|
{
|
|
2707
|
-
"name": "umb-export-dictionary-modal
|
|
2708
|
-
"description": "Properties:\n\n * `
|
|
2992
|
+
"name": "umb-export-dictionary-modal",
|
|
2993
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2709
2994
|
"attributes": []
|
|
2710
2995
|
},
|
|
2711
2996
|
{
|
|
2712
|
-
"name": "umb-import-dictionary-modal
|
|
2713
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `
|
|
2997
|
+
"name": "umb-import-dictionary-modal",
|
|
2998
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_form` {`HTMLFormElement`} - \n\n * `_uploadedDictionaryTempId` {`string | undefined`} - \n\n * `_showUploadView` {`boolean`} - \n\n * `_showImportView` {`boolean`} - \n\n * `_showErrorView` {`boolean`} - \n\n * `_selection` {`string[]`} - ",
|
|
2714
2999
|
"attributes": []
|
|
2715
3000
|
},
|
|
2716
3001
|
{
|
|
@@ -2719,63 +3004,82 @@
|
|
|
2719
3004
|
},
|
|
2720
3005
|
{
|
|
2721
3006
|
"name": "umb-dictionary-workspace-edit",
|
|
2722
|
-
"description": "Properties:\n\n * `
|
|
3007
|
+
"description": "Properties:\n\n * `_name` {`string | null | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2723
3008
|
"attributes": []
|
|
2724
3009
|
},
|
|
2725
3010
|
{
|
|
2726
3011
|
"name": "umb-dictionary-workspace",
|
|
2727
|
-
"description": "Properties:\n\n * `
|
|
3012
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2728
3013
|
"attributes": []
|
|
2729
3014
|
},
|
|
2730
3015
|
{
|
|
2731
3016
|
"name": "umb-workspace-view-dictionary-edit",
|
|
2732
|
-
"description": "Properties:\n\n * `
|
|
3017
|
+
"description": "Properties:\n\n * `_dictionary` - \n\n * `_languages` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2733
3018
|
"attributes": []
|
|
2734
3019
|
},
|
|
2735
3020
|
{
|
|
2736
3021
|
"name": "umb-current-user-header-app",
|
|
2737
|
-
"description": "Properties:\n\n * `
|
|
3022
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `styles` - ",
|
|
2738
3023
|
"attributes": []
|
|
2739
3024
|
},
|
|
2740
3025
|
{
|
|
2741
3026
|
"name": "umb-change-password-modal",
|
|
2742
|
-
"description": "Attributes:\n\n * `data`
|
|
3027
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `modalHandler` - \n\n * `data` - \n\n * `styles` - ",
|
|
2743
3028
|
"attributes": [
|
|
2744
3029
|
{
|
|
2745
3030
|
"name": "data",
|
|
2746
|
-
"description": "`data`
|
|
2747
|
-
"values": []
|
|
3031
|
+
"description": "`data` - \n\nProperty: data"
|
|
2748
3032
|
}
|
|
2749
3033
|
]
|
|
2750
3034
|
},
|
|
2751
3035
|
{
|
|
2752
3036
|
"name": "umb-current-user-modal",
|
|
2753
|
-
"description": "Properties:\n\n * `
|
|
3037
|
+
"description": "Properties:\n\n * `modalHandler` - \n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `styles` - ",
|
|
3038
|
+
"attributes": []
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
3042
|
+
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3043
|
+
"attributes": []
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "umb-user-profile-app-history",
|
|
3047
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2754
3048
|
"attributes": []
|
|
2755
3049
|
},
|
|
2756
3050
|
{
|
|
2757
3051
|
"name": "umb-user-dashboard-test",
|
|
2758
|
-
"description": "Properties:\n\n * `
|
|
3052
|
+
"description": "Properties:\n\n * `_history` {`UmbCurrentUserHistoryItem[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3053
|
+
"attributes": []
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "umb-user-profile-app-profile",
|
|
3057
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_modalContext` - \n\n * `_currentUserStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3058
|
+
"attributes": []
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"name": "umb-user-profile-app-themes",
|
|
3062
|
+
"description": "Properties:\n\n * `_themeAlias` {`string | null`} - \n\n * `_themes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2759
3063
|
"attributes": []
|
|
2760
3064
|
},
|
|
2761
3065
|
{
|
|
2762
3066
|
"name": "umb-user-group-picker-modal",
|
|
2763
|
-
"description": "Properties:\n\n * `
|
|
3067
|
+
"description": "Properties:\n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2764
3068
|
"attributes": []
|
|
2765
3069
|
},
|
|
2766
3070
|
{
|
|
2767
3071
|
"name": "umb-workspace-action-user-group-save",
|
|
2768
|
-
"description": "Properties:\n\n * `
|
|
3072
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2769
3073
|
"attributes": []
|
|
2770
3074
|
},
|
|
2771
3075
|
{
|
|
2772
3076
|
"name": "umb-user-group-workspace-edit",
|
|
2773
|
-
"description": "Properties:\n\n * `
|
|
3077
|
+
"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[]`} - ",
|
|
2774
3078
|
"attributes": []
|
|
2775
3079
|
},
|
|
2776
3080
|
{
|
|
2777
3081
|
"name": "umb-user-group-workspace",
|
|
2778
|
-
"description": "Properties:\n\n * `
|
|
3082
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2779
3083
|
"attributes": []
|
|
2780
3084
|
},
|
|
2781
3085
|
{
|
|
@@ -2799,12 +3103,12 @@
|
|
|
2799
3103
|
},
|
|
2800
3104
|
{
|
|
2801
3105
|
"name": "umb-workspace-view-user-groups",
|
|
2802
|
-
"description": "Properties:\n\n * `
|
|
3106
|
+
"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[]`} - ",
|
|
2803
3107
|
"attributes": []
|
|
2804
3108
|
},
|
|
2805
3109
|
{
|
|
2806
3110
|
"name": "umb-workspace-view-users-grid",
|
|
2807
|
-
"description": "Properties:\n\n * `
|
|
3111
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2808
3112
|
"attributes": []
|
|
2809
3113
|
},
|
|
2810
3114
|
{
|
|
@@ -2819,52 +3123,52 @@
|
|
|
2819
3123
|
},
|
|
2820
3124
|
{
|
|
2821
3125
|
"name": "umb-workspace-view-users-table",
|
|
2822
|
-
"description": "Properties:\n\n * `
|
|
3126
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `_usersContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2823
3127
|
"attributes": []
|
|
2824
3128
|
},
|
|
2825
3129
|
{
|
|
2826
3130
|
"name": "umb-section-view-users",
|
|
2827
|
-
"description": "Properties:\n\n * `
|
|
3131
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `_workspaces` {`any[]`} - \n\n * `_userStore` - \n\n * `selection` - \n\n * `users` - \n\n * `search` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2828
3132
|
"attributes": []
|
|
2829
3133
|
},
|
|
2830
3134
|
{
|
|
2831
3135
|
"name": "umb-workspace-view-users-overview",
|
|
2832
|
-
"description": "Properties:\n\n * `
|
|
3136
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `isCloud` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_usersContext` - \n\n * `_modalContext` - \n\n * `_inputTimer` {`Timeout | undefined`} - \n\n * `_inputTimerAmount` {`number`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2833
3137
|
"attributes": []
|
|
2834
3138
|
},
|
|
2835
3139
|
{
|
|
2836
3140
|
"name": "umb-workspace-view-users-selection",
|
|
2837
|
-
"description": "Properties:\n\n * `
|
|
3141
|
+
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_totalUsers` {`number`} - \n\n * `_usersContext` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2838
3142
|
"attributes": []
|
|
2839
3143
|
},
|
|
2840
3144
|
{
|
|
2841
3145
|
"name": "umb-create-user-modal",
|
|
2842
|
-
"description": "Properties:\n\n * `
|
|
3146
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_createdUser` - \n\n * `_userStore` - \n\n * `_notificationContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2843
3147
|
"attributes": []
|
|
2844
3148
|
},
|
|
2845
3149
|
{
|
|
2846
3150
|
"name": "umb-invite-user-modal",
|
|
2847
|
-
"description": "Properties:\n\n * `
|
|
3151
|
+
"description": "Properties:\n\n * `_form` {`HTMLFormElement`} - \n\n * `_invitedUser` - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2848
3152
|
"attributes": []
|
|
2849
3153
|
},
|
|
2850
3154
|
{
|
|
2851
3155
|
"name": "umb-user-picker-modal",
|
|
2852
|
-
"description": "Properties:\n\n * `
|
|
3156
|
+
"description": "Properties:\n\n * `_users` {`any[]`} - \n\n * `_userStore` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2853
3157
|
"attributes": []
|
|
2854
3158
|
},
|
|
2855
3159
|
{
|
|
2856
3160
|
"name": "umb-workspace-action-user-save",
|
|
2857
|
-
"description": "Properties:\n\n * `
|
|
3161
|
+
"description": "Properties:\n\n * `_saveButtonState` {`UUIButtonState`} - \n\n * `_workspaceContext` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2858
3162
|
"attributes": []
|
|
2859
3163
|
},
|
|
2860
3164
|
{
|
|
2861
3165
|
"name": "umb-user-workspace-edit",
|
|
2862
|
-
"description": "Properties:\n\n * `
|
|
3166
|
+
"description": "Properties:\n\n * `_currentUser` - \n\n * `_currentUserStore` - \n\n * `_modalContext` - \n\n * `_languages` {`never[]`} - \n\n * `_workspaceContext` - \n\n * `_user` - \n\n * `_userName` {`string`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2863
3167
|
"attributes": []
|
|
2864
3168
|
},
|
|
2865
3169
|
{
|
|
2866
3170
|
"name": "umb-user-workspace",
|
|
2867
|
-
"description": "Properties:\n\n * `
|
|
3171
|
+
"description": "Properties:\n\n * `_routes` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2868
3172
|
"attributes": []
|
|
2869
3173
|
},
|
|
2870
3174
|
{
|
|
@@ -2892,7 +3196,7 @@
|
|
|
2892
3196
|
"attributes": []
|
|
2893
3197
|
},
|
|
2894
3198
|
{
|
|
2895
|
-
"name": "story-modal-context-example",
|
|
3199
|
+
"name": "umb-story-modal-context-example",
|
|
2896
3200
|
"description": "Attributes:\n\n * `modalLayout` {`string`} - \n\nProperties:\n\n * `modalLayout` {`string`} - \n\n * `value` {`string`} - \n\n * `_modalContext` - ",
|
|
2897
3201
|
"attributes": [
|
|
2898
3202
|
{
|
|
@@ -2903,7 +3207,7 @@
|
|
|
2903
3207
|
},
|
|
2904
3208
|
{
|
|
2905
3209
|
"name": "umb-notification-layout-default",
|
|
2906
|
-
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `
|
|
3210
|
+
"description": "Attributes:\n\n * `data` - \n\nProperties:\n\n * `notificationHandler` - \n\n * `data` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2907
3211
|
"attributes": [
|
|
2908
3212
|
{
|
|
2909
3213
|
"name": "data",
|
|
@@ -2912,17 +3216,40 @@
|
|
|
2912
3216
|
]
|
|
2913
3217
|
},
|
|
2914
3218
|
{
|
|
2915
|
-
"name": "story-notification-default-example",
|
|
3219
|
+
"name": "umb-story-notification-default-example",
|
|
2916
3220
|
"description": "Properties:\n\n * `_notificationContext` - \n\n * `_handleNotification` - ",
|
|
2917
3221
|
"attributes": []
|
|
2918
3222
|
},
|
|
2919
3223
|
{
|
|
2920
3224
|
"name": "umb-router-slot",
|
|
2921
|
-
"description": "Events:\n\n * `init` - fires when the router is connected\n\n * `change` - fires when a path of this router is changed\n\nAttributes:\n\n * `routes` {`
|
|
3225
|
+
"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[]`} - ",
|
|
2922
3226
|
"attributes": [
|
|
2923
3227
|
{
|
|
2924
3228
|
"name": "routes",
|
|
2925
|
-
"description": "`routes` {`
|
|
3229
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
3230
|
+
"values": []
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "oninit",
|
|
3234
|
+
"description": "`init` - fires when the router is connected"
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "onchange",
|
|
3238
|
+
"description": "`change` - fires when a path of this router is changed"
|
|
3239
|
+
}
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "umb-variant-router-slot",
|
|
3244
|
+
"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[]`} - ",
|
|
3245
|
+
"attributes": [
|
|
3246
|
+
{
|
|
3247
|
+
"name": "variantId",
|
|
3248
|
+
"description": "`variantId` {`UmbVariantId[]`} - \n\nProperty: variantId"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "routes",
|
|
3252
|
+
"description": "`routes` {`any[] | undefined`} - \n\nProperty: routes",
|
|
2926
3253
|
"values": []
|
|
2927
3254
|
},
|
|
2928
3255
|
{
|
|
@@ -2937,22 +3264,22 @@
|
|
|
2937
3264
|
},
|
|
2938
3265
|
{
|
|
2939
3266
|
"name": "umb-installer-consent",
|
|
2940
|
-
"description": "Properties:\n\n * `
|
|
3267
|
+
"description": "Properties:\n\n * `_telemetryLevels` {`any[]`} - \n\n * `_telemetryFormData` - \n\n * `_installerContext` - \n\n * `_selectedTelemetryIndex` {`number`} - \n\n * `_selectedTelemetry` - \n\n * `styles` - ",
|
|
2941
3268
|
"attributes": []
|
|
2942
3269
|
},
|
|
2943
3270
|
{
|
|
2944
3271
|
"name": "umb-installer-database",
|
|
2945
|
-
"description": "Properties:\n\n * `
|
|
3272
|
+
"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` - ",
|
|
2946
3273
|
"attributes": []
|
|
2947
3274
|
},
|
|
2948
3275
|
{
|
|
2949
3276
|
"name": "umb-installer-error",
|
|
2950
|
-
"description": "Properties:\n\n * `
|
|
3277
|
+
"description": "Properties:\n\n * `_error` - \n\n * `_installerContext` - \n\n * `styles` - ",
|
|
2951
3278
|
"attributes": []
|
|
2952
3279
|
},
|
|
2953
3280
|
{
|
|
2954
3281
|
"name": "umb-installer",
|
|
2955
|
-
"description": "Properties:\n\n * `
|
|
3282
|
+
"description": "Properties:\n\n * `step` {`number`} - \n\n * `_umbInstallerContext` - \n\n * `styles` - ",
|
|
2956
3283
|
"attributes": []
|
|
2957
3284
|
},
|
|
2958
3285
|
{
|
|
@@ -2967,12 +3294,12 @@
|
|
|
2967
3294
|
},
|
|
2968
3295
|
{
|
|
2969
3296
|
"name": "umb-installer-user",
|
|
2970
|
-
"description": "Properties:\n\n * `
|
|
3297
|
+
"description": "Properties:\n\n * `_userFormData` {`{ name: string; password: string; email: string; subscribeToNewsletter: boolean; } | undefined`} - \n\n * `_installerContext` - \n\n * `_handleSubmit` - \n\n * `styles` - ",
|
|
2971
3298
|
"attributes": []
|
|
2972
3299
|
},
|
|
2973
3300
|
{
|
|
2974
3301
|
"name": "umb-upgrader-view",
|
|
2975
|
-
"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 * `
|
|
3302
|
+
"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` - ",
|
|
2976
3303
|
"attributes": [
|
|
2977
3304
|
{
|
|
2978
3305
|
"name": "fetching",
|