@umbraco-cms/backoffice 1.0.0-next.add34c46 → 1.0.0-next.b7d4efa4

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/controller.d.ts CHANGED
@@ -20,7 +20,7 @@ declare class UmbControllerHostElement extends HTMLElement {
20
20
  * @param {Object} superClass - superclass to be extended.
21
21
  * @mixin
22
22
  */
23
- declare const UmbControllerHostMixin: <T extends HTMLElementConstructor<HTMLElement>>(superClass: T) => HTMLElementConstructor<UmbControllerHostElement> & T;
23
+ declare const UmbControllerHostMixin: <T extends HTMLElementConstructor>(superClass: T) => HTMLElementConstructor<UmbControllerHostElement> & T;
24
24
  declare global {
25
25
  interface HTMLElement {
26
26
  connectedCallback(): void;
@@ -139,6 +139,129 @@
139
139
  }
140
140
  ]
141
141
  },
142
+ {
143
+ "name": "umb-document-type-workspace-view-edit-properties",
144
+ "path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
145
+ "attributes": [
146
+ {
147
+ "name": "container-name",
148
+ "type": "string | undefined"
149
+ },
150
+ {
151
+ "name": "container-type",
152
+ "type": "PropertyContainerTypes | undefined"
153
+ }
154
+ ],
155
+ "properties": [
156
+ {
157
+ "name": "containerKey",
158
+ "type": "string | undefined"
159
+ },
160
+ {
161
+ "name": "containerName",
162
+ "attribute": "container-name",
163
+ "type": "string | undefined"
164
+ },
165
+ {
166
+ "name": "containerType",
167
+ "attribute": "container-type",
168
+ "type": "PropertyContainerTypes | undefined"
169
+ },
170
+ {
171
+ "name": "styles",
172
+ "type": "CSSResult[]",
173
+ "default": "[\"UUITextStyles\",null]"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "name": "document-type-workspace-view-edit-property",
179
+ "path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
180
+ "attributes": [
181
+ {
182
+ "name": "property",
183
+ "description": "Property, the data object for the property.",
184
+ "type": "string",
185
+ "default": "\"''\""
186
+ }
187
+ ],
188
+ "properties": [
189
+ {
190
+ "name": "property",
191
+ "attribute": "property",
192
+ "description": "Property, the data object for the property.",
193
+ "type": "string",
194
+ "default": "\"''\""
195
+ },
196
+ {
197
+ "name": "styles",
198
+ "type": "CSSResult[]",
199
+ "default": "[\"UUITextStyles\",null]"
200
+ }
201
+ ],
202
+ "events": [
203
+ {
204
+ "name": "partial-property-update"
205
+ }
206
+ ],
207
+ "slots": [
208
+ {
209
+ "name": "editor",
210
+ "description": "Slot for rendering the Property Editor"
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "name": "umb-document-type-workspace-view-edit-tab",
216
+ "path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
217
+ "attributes": [
218
+ {
219
+ "name": "ownerTabKey",
220
+ "type": "string | undefined"
221
+ },
222
+ {
223
+ "name": "tabName",
224
+ "type": "string | undefined"
225
+ },
226
+ {
227
+ "name": "noTabName",
228
+ "type": "boolean"
229
+ }
230
+ ],
231
+ "properties": [
232
+ {
233
+ "name": "styles",
234
+ "type": "CSSResult[]",
235
+ "default": "[\"UUITextStyles\",null]"
236
+ },
237
+ {
238
+ "name": "ownerTabKey",
239
+ "attribute": "ownerTabKey",
240
+ "type": "string | undefined"
241
+ },
242
+ {
243
+ "name": "tabName",
244
+ "attribute": "tabName",
245
+ "type": "string | undefined"
246
+ },
247
+ {
248
+ "name": "noTabName",
249
+ "attribute": "noTabName",
250
+ "type": "boolean"
251
+ }
252
+ ]
253
+ },
254
+ {
255
+ "name": "umb-document-type-workspace-view-edit",
256
+ "path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
257
+ "properties": [
258
+ {
259
+ "name": "styles",
260
+ "type": "CSSResult[]",
261
+ "default": "[\"UUITextStyles\",null]"
262
+ }
263
+ ]
264
+ },
142
265
  {
143
266
  "name": "umb-document-type-workspace-view-details",
144
267
  "path": "./src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
@@ -299,7 +422,7 @@
299
422
  },
300
423
  {
301
424
  "name": "container-type",
302
- "type": "\"Group\" | \"Tab\" | undefined"
425
+ "type": "PropertyContainerTypes | undefined"
303
426
  }
304
427
  ],
305
428
  "properties": [
@@ -316,7 +439,7 @@
316
439
  {
317
440
  "name": "containerType",
318
441
  "attribute": "container-type",
319
- "type": "\"Group\" | \"Tab\" | undefined"
442
+ "type": "PropertyContainerTypes | undefined"
320
443
  }
321
444
  ]
322
445
  },
@@ -1088,7 +1211,7 @@
1088
1211
  ]
1089
1212
  },
1090
1213
  {
1091
- "name": "umb-language-workspace-thingy",
1214
+ "name": "umb-language-workspace-edit",
1092
1215
  "path": "./src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
1093
1216
  "properties": [
1094
1217
  {
@@ -3826,6 +3949,101 @@
3826
3949
  }
3827
3950
  ]
3828
3951
  },
3952
+ {
3953
+ "name": "umb-input-upload-field",
3954
+ "path": "./src/backoffice/shared/components/input-upload-field/input-upload-field.element.ts",
3955
+ "attributes": [
3956
+ {
3957
+ "name": "keys",
3958
+ "type": "Array<String>",
3959
+ "default": "\"[]\""
3960
+ },
3961
+ {
3962
+ "name": "fileExtensions",
3963
+ "type": "Array<String>",
3964
+ "default": "\"undefined\""
3965
+ },
3966
+ {
3967
+ "name": "multiple",
3968
+ "type": "Boolean",
3969
+ "default": "\"false\""
3970
+ }
3971
+ ],
3972
+ "properties": [
3973
+ {
3974
+ "name": "styles",
3975
+ "type": "CSSResult[]",
3976
+ "default": "[\"UUITextStyles\",null]"
3977
+ },
3978
+ {
3979
+ "name": "keys",
3980
+ "attribute": "keys",
3981
+ "type": "Array<String>",
3982
+ "default": "\"[]\""
3983
+ },
3984
+ {
3985
+ "name": "fileExtensions",
3986
+ "attribute": "fileExtensions",
3987
+ "type": "Array<String>",
3988
+ "default": "\"undefined\""
3989
+ },
3990
+ {
3991
+ "name": "multiple",
3992
+ "attribute": "multiple",
3993
+ "type": "Boolean",
3994
+ "default": "\"false\""
3995
+ },
3996
+ {
3997
+ "name": "extensions",
3998
+ "type": "string[] | undefined"
3999
+ },
4000
+ {
4001
+ "name": "formAssociated",
4002
+ "type": "boolean"
4003
+ },
4004
+ {
4005
+ "name": "value",
4006
+ "type": "FormDataEntryValue | FormData"
4007
+ },
4008
+ {
4009
+ "name": "name",
4010
+ "type": "string"
4011
+ },
4012
+ {
4013
+ "name": "validationMessage",
4014
+ "type": "string"
4015
+ },
4016
+ {
4017
+ "name": "validity",
4018
+ "type": "ValidityState"
4019
+ },
4020
+ {
4021
+ "name": "pristine",
4022
+ "type": "boolean"
4023
+ },
4024
+ {
4025
+ "name": "required",
4026
+ "type": "boolean"
4027
+ },
4028
+ {
4029
+ "name": "requiredMessage",
4030
+ "type": "string"
4031
+ },
4032
+ {
4033
+ "name": "error",
4034
+ "type": "boolean"
4035
+ },
4036
+ {
4037
+ "name": "errorMessage",
4038
+ "type": "string"
4039
+ }
4040
+ ],
4041
+ "events": [
4042
+ {
4043
+ "name": "change"
4044
+ }
4045
+ ]
4046
+ },
3829
4047
  {
3830
4048
  "name": "umb-input-user-group",
3831
4049
  "path": "./src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
@@ -4850,6 +5068,10 @@
4850
5068
  "name": "icon",
4851
5069
  "description": "Slot for icon"
4852
5070
  },
5071
+ {
5072
+ "name": "header",
5073
+ "description": "Slot for workspace header"
5074
+ },
4853
5075
  {
4854
5076
  "name": "name",
4855
5077
  "description": "Slot for name"
@@ -4898,11 +5120,6 @@
4898
5120
  }
4899
5121
  ],
4900
5122
  "properties": [
4901
- {
4902
- "name": "styles",
4903
- "type": "CSSResult[]",
4904
- "default": "[\"UUITextStyles\",null]"
4905
- },
4906
5123
  {
4907
5124
  "name": "alias",
4908
5125
  "attribute": "alias",
@@ -4930,6 +5147,11 @@
4930
5147
  "description": "Description: render a description underneath the label.",
4931
5148
  "type": "string",
4932
5149
  "default": "\"''\""
5150
+ },
5151
+ {
5152
+ "name": "styles",
5153
+ "type": "CSSResult[]",
5154
+ "default": "[\"UUITextStyles\",null]"
4933
5155
  }
4934
5156
  ],
4935
5157
  "slots": [
@@ -6902,8 +7124,12 @@
6902
7124
  },
6903
7125
  {
6904
7126
  "name": "config",
6905
- "type": "never[]",
6906
- "default": "[]"
7127
+ "type": "array"
7128
+ }
7129
+ ],
7130
+ "events": [
7131
+ {
7132
+ "name": "property-value-change"
6907
7133
  }
6908
7134
  ]
6909
7135
  },
package/element.d.ts CHANGED
@@ -13,6 +13,6 @@ declare class UmbElementMixinInterface extends UmbControllerHostElement {
13
13
  consumeContext<R = unknown>(alias: string | UmbContextToken<R>, callback: UmbContextCallback<R>): UmbContextConsumerController<R>;
14
14
  consumeAllContexts(contextAliases: string[], callback: (_instances: ResolvedContexts) => void): void;
15
15
  }
16
- declare const UmbElementMixin: <T extends HTMLElementConstructor<HTMLElement>>(superClass: T) => HTMLElementConstructor<UmbElementMixinInterface> & T;
16
+ declare const UmbElementMixin: <T extends HTMLElementConstructor>(superClass: T) => HTMLElementConstructor<UmbElementMixinInterface> & T;
17
17
 
18
18
  export { UmbElementMixin, UmbElementMixinInterface };
package/modal.d.ts CHANGED
@@ -104,7 +104,7 @@ interface UmbModalConfig {
104
104
  declare class UmbModalContext {
105
105
  #private;
106
106
  host: UmbControllerHostElement;
107
- readonly modals: rxjs.Observable<UmbModalHandler<object, any>[]>;
107
+ readonly modals: rxjs.Observable<UmbModalHandler[]>;
108
108
  constructor(host: UmbControllerHostElement);
109
109
  search(): UmbModalHandler<any, any>;
110
110
  /**
@@ -98,8 +98,22 @@ declare class DeepState<T> extends BehaviorSubject<T> {
98
98
  * The ArrayState provides methods to append data when the data is an Object.
99
99
  */
100
100
  declare class ArrayState<T> extends DeepState<T[]> {
101
- private _getUnique?;
101
+ #private;
102
102
  constructor(initialData: T[], getUniqueMethod?: (entry: T) => unknown);
103
+ /**
104
+ * @method sortBy
105
+ * @param {(a: T, b: T) => number} sortMethod - A method to be used for sorting everytime data is set.
106
+ * @description - A sort method to this Subject.
107
+ * @example <caption>Example add sort method</caption>
108
+ * const data = [
109
+ * { key: 1, value: 'foo'},
110
+ * { key: 2, value: 'bar'}
111
+ * ];
112
+ * const myState = new ArrayState(data, (x) => x.key);
113
+ * myState.sortBy((a, b) => (a.sortOrder || 0) - (b.sortOrder || 0));
114
+ */
115
+ sortBy(sortMethod?: (a: T, b: T) => number): this;
116
+ next(value: T[]): void;
103
117
  /**
104
118
  * @method remove
105
119
  * @param {unknown[]} uniques - The unique values to remove.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-cms/backoffice",
3
- "version": "1.0.0-next.add34c46",
3
+ "version": "1.0.0-next.b7d4efa4",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "umbraco",
package/utils.d.ts CHANGED
@@ -11,4 +11,6 @@ declare function umbracoPath(path: string): string;
11
11
  declare function buildUdi(entityType: string, guid: string): string;
12
12
  declare function getKeyFromUdi(udi: string): string;
13
13
 
14
- export { buildUdi, getKeyFromUdi, getLookAndColorFromUserStatus, umbracoPath };
14
+ declare function generateGuid(): string;
15
+
16
+ export { buildUdi, generateGuid, getKeyFromUdi, getLookAndColorFromUserStatus, umbracoPath };
@@ -65,6 +65,69 @@
65
65
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
66
66
  "attributes": []
67
67
  },
68
+ {
69
+ "name": "umb-document-type-workspace-view-edit-properties",
70
+ "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `_containerKey` {`string | undefined`} - \n\n * `containerKey` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - ",
71
+ "attributes": [
72
+ {
73
+ "name": "container-name",
74
+ "description": "`container-name` {`string | undefined`} - \n\nProperty: containerName",
75
+ "values": []
76
+ },
77
+ {
78
+ "name": "container-type",
79
+ "description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
80
+ "values": [
81
+ {
82
+ "name": "Group"
83
+ },
84
+ {
85
+ "name": "Tab"
86
+ }
87
+ ]
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "name": "document-type-workspace-view-edit-property",
93
+ "description": "Events:\n\n * `partial-property-update` {`CustomEvent<any>`} - \n\nSlots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\nAttributes:\n\n * `property` {string} - Property, the data object for the property.\n\nProperties:\n\n * `property` {string} - Property, the data object for the property.\n\n * `styles` {`CSSResult[]`} - ",
94
+ "attributes": [
95
+ {
96
+ "name": "property",
97
+ "description": "`property` {string} - Property, the data object for the property.\n\nProperty: property\n\nDefault: ''"
98
+ },
99
+ {
100
+ "name": "onpartial-property-update",
101
+ "description": "`partial-property-update` {`CustomEvent<any>`} - "
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "umb-document-type-workspace-view-edit-tab",
107
+ "description": "Attributes:\n\n * `ownerTabKey` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_ownerTabKey` {`string | undefined`} - \n\n * `ownerTabKey` {`string | undefined`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - ",
108
+ "attributes": [
109
+ {
110
+ "name": "ownerTabKey",
111
+ "description": "`ownerTabKey` {`string | undefined`} - \n\nProperty: ownerTabKey",
112
+ "values": []
113
+ },
114
+ {
115
+ "name": "tabName",
116
+ "description": "`tabName` {`string | undefined`} - \n\nProperty: tabName",
117
+ "values": []
118
+ },
119
+ {
120
+ "name": "noTabName",
121
+ "description": "`noTabName` {`boolean`} - \n\nProperty: noTabName",
122
+ "valueSet": "v"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "umb-document-type-workspace-view-edit",
128
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - ",
129
+ "attributes": []
130
+ },
68
131
  {
69
132
  "name": "umb-document-type-workspace-view-details",
70
133
  "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_workspaceContext` - ",
@@ -131,7 +194,7 @@
131
194
  },
132
195
  {
133
196
  "name": "umb-document-workspace-view-edit-properties",
134
- "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_containerName` {`string | undefined`} - \n\n * `containerName` {`string | undefined`} - \n\n * `_containerType` {`\"Group\" | \"Tab\" | undefined`} - \n\n * `containerType` {`\"Group\" | \"Tab\" | undefined`} - \n\n * `_groupContainers` {`any[]`} - \n\n * `_propertyStructure` {`any[]`} - \n\n * `_workspaceContext` - ",
197
+ "description": "Attributes:\n\n * `container-name` {`string | undefined`} - \n\n * `container-type` {`PropertyContainerTypes | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `containerName` {`string | undefined`} - \n\n * `containerType` {`PropertyContainerTypes | undefined`} - \n\n * `_propertyStructureHelper` - \n\n * `_propertyStructure` {`any[]`} - ",
135
198
  "attributes": [
136
199
  {
137
200
  "name": "container-name",
@@ -140,7 +203,7 @@
140
203
  },
141
204
  {
142
205
  "name": "container-type",
143
- "description": "`container-type` {`\"Group\" | \"Tab\" | undefined`} - \n\nProperty: containerType",
206
+ "description": "`container-type` {`PropertyContainerTypes | undefined`} - \n\nProperty: containerType",
144
207
  "values": [
145
208
  {
146
209
  "name": "Group"
@@ -154,7 +217,7 @@
154
217
  },
155
218
  {
156
219
  "name": "umb-document-workspace-view-edit-tab",
157
- "description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `_noTabName` {`boolean`} - \n\n * `noTabName` {`boolean`} - \n\n * `_tabContainers` {`any[]`} - \n\n * `_hasTabProperties` {`boolean`} - \n\n * `_groups` {`any[]`} - \n\n * `_workspaceContext` - \n\n * `_insertGroupContainers` - ",
220
+ "description": "Attributes:\n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tabName` {`string | undefined`} - \n\n * `tabName` {`string | undefined`} - \n\n * `noTabName` {`boolean`} - \n\n * `_groupStructureHelper` - \n\n * `_groups` {`any[]`} - \n\n * `_hasProperties` {`boolean`} - ",
158
221
  "attributes": [
159
222
  {
160
223
  "name": "tabName",
@@ -170,7 +233,7 @@
170
233
  },
171
234
  {
172
235
  "name": "umb-document-workspace-view-edit",
173
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - ",
236
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_hasRootGroups` {`boolean`} - \n\n * `_routes` {`any[]`} - \n\n * `_tabs` {`any[]`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string`} - \n\n * `_workspaceContext` - \n\n * `_tabsStructureHelper` - ",
174
237
  "attributes": []
175
238
  },
176
239
  {
@@ -515,17 +578,17 @@
515
578
  },
516
579
  {
517
580
  "name": "umb-language-root-workspace",
518
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - ",
581
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_tableConfig` {`UmbTableConfig`} - \n\n * `_tableColumns` {`UmbTableColumn[]`} - \n\n * `_tableItems` {`UmbTableItem[]`} - \n\n * `_cultureNames` - ",
519
582
  "attributes": []
520
583
  },
521
584
  {
522
- "name": "umb-language-workspace-thingy",
523
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - ",
585
+ "name": "umb-language-workspace-edit",
586
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_language` - \n\n * `_isNew` {`boolean`} - ",
524
587
  "attributes": []
525
588
  },
526
589
  {
527
590
  "name": "umb-language-workspace",
528
- "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => Promise<typeof import(\"/home/runner/work/Umbraco.CMS.Backoffice/Umbraco.CMS.Backoffice/src/backoffice/settings/languages/workspace/language/language-workspace-edit.element\")>; setup: (component: HTMLElement, info: IRoutingInfo<...>) => void; }[]`} - ",
591
+ "description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_routes` {`{ path: string; component: () => UmbLanguageWorkspaceEditElement; setup: (component: HTMLElement, info: IRoutingInfo<any, any>) => void; }[]`} - ",
529
592
  "attributes": []
530
593
  },
531
594
  {
@@ -873,6 +936,9 @@
873
936
  "name": "language",
874
937
  "description": "`language` {CodeEditorLanguage} - Language of the editor. Default is javascript.\n\nProperty: language\n\nDefault: javascript",
875
938
  "values": [
939
+ {
940
+ "name": "html"
941
+ },
876
942
  {
877
943
  "name": "razor"
878
944
  },
@@ -890,9 +956,6 @@
890
956
  },
891
957
  {
892
958
  "name": "json"
893
- },
894
- {
895
- "name": "html"
896
959
  }
897
960
  ]
898
961
  },
@@ -1583,6 +1646,30 @@
1583
1646
  }
1584
1647
  ]
1585
1648
  },
1649
+ {
1650
+ "name": "umb-input-upload-field",
1651
+ "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_keys` {`string[]`} - \n\n * `keys` {Array<String>} - \n\n * `fileExtensions` {Array<String>} - \n\n * `multiple` {Boolean} - \n\n * `_currentFiles` {`Blob[]`} - \n\n * `_currentFilesTemp` {`Blob[] | undefined`} - \n\n * `extensions` {`string[] | undefined`} - \n\n * `_dropzone` - \n\n * `_notificationContext` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
1652
+ "attributes": [
1653
+ {
1654
+ "name": "keys",
1655
+ "description": "`keys` {Array<String>} - \n\nProperty: keys\n\nDefault: []"
1656
+ },
1657
+ {
1658
+ "name": "fileExtensions",
1659
+ "description": "`fileExtensions` {Array<String>} - \n\nProperty: fileExtensions\n\nDefault: undefined",
1660
+ "values": []
1661
+ },
1662
+ {
1663
+ "name": "multiple",
1664
+ "description": "`multiple` {Boolean} - \n\nProperty: multiple\n\nDefault: false",
1665
+ "valueSet": "v"
1666
+ },
1667
+ {
1668
+ "name": "onchange",
1669
+ "description": "`change` {`CustomEvent<unknown>`} - "
1670
+ }
1671
+ ]
1672
+ },
1586
1673
  {
1587
1674
  "name": "umb-input-user-group",
1588
1675
  "description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_userGroups` {`any[]`} - \n\n * `_userGroupStore` - \n\n * `value` {`string[]`} - \n\n * `multiple` {`boolean`} - \n\n * `modalType` - \n\n * `modalSize` {`UUIModalSidebarSize`} - \n\n * `pickerToken` - \n\n * `_modalContext` - ",
@@ -2002,7 +2089,7 @@
2002
2089
  },
2003
2090
  {
2004
2091
  "name": "umb-workspace-layout",
2005
- "description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
2092
+ "description": "Slots:\n\n * `icon` {} - Slot for icon\n\n * `header` {} - Slot for workspace header\n\n * `name` {} - Slot for name\n\n * `footer` {} - Slot for workspace footer\n\n * `actions` {} - Slot for workspace footer actions\n\n * `default` {} - slot for main content\n\nAttributes:\n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `headline` {`string`} - \n\n * `hideNavigation` {`boolean`} - \n\n * `enforceNoFooter` {`boolean`} - \n\n * `_alias` {`string`} - \n\n * `alias` {string} - Alias of the workspace. The Layout will render the workspace views that are registered for this workspace alias.\n\n * `_workspaceViews` {`any[]`} - \n\n * `_routes` {`any[] | undefined`} - \n\n * `_routerPath` {`string | undefined`} - \n\n * `_activePath` {`string | undefined`} - ",
2006
2093
  "attributes": [
2007
2094
  {
2008
2095
  "name": "headline",
@@ -2026,7 +2113,7 @@
2026
2113
  },
2027
2114
  {
2028
2115
  "name": "umb-workspace-property-layout",
2029
- "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 * `styles` {`CSSResult[]`} - \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.",
2116
+ "description": "Slots:\n\n * `editor` {} - Slot for rendering the Property Editor\n\n * `description` {} - Slot for rendering things below the label.\n\n * `property-action-menu` {} - Slot for rendering the Property Action Menu\n\nAttributes:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\nProperties:\n\n * `alias` {string} - Alias. The technical name of the property.\n\n * `label` {string} - Label. Name of the property.\n\n * `orientation` {string} - Orientation: Horizontal is the default where label goes left and editor right.\nVertical is where label goes above the editor.\n\n * `description` {string} - Description: render a description underneath the label.\n\n * `styles` {`CSSResult[]`} - ",
2030
2117
  "attributes": [
2031
2118
  {
2032
2119
  "name": "alias",
@@ -2797,11 +2884,15 @@
2797
2884
  },
2798
2885
  {
2799
2886
  "name": "umb-property-editor-ui-upload-field",
2800
- "description": "Attributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`never[]`} - ",
2887
+ "description": "Events:\n\n * `property-value-change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `value` {`string`} - \n\n * `config` {`any[]`} - \n\n * `_fileExtensions` {`string[] | undefined`} - \n\n * `_multiple` {`boolean | undefined`} - ",
2801
2888
  "attributes": [
2802
2889
  {
2803
2890
  "name": "value",
2804
2891
  "description": "`value` {`string`} - \n\nProperty: value\n\nDefault: "
2892
+ },
2893
+ {
2894
+ "name": "onproperty-value-change",
2895
+ "description": "`property-value-change` {`CustomEvent<unknown>`} - "
2805
2896
  }
2806
2897
  ]
2807
2898
  },