@umbraco-cms/backoffice 1.0.0-next.de0ffca0 → 1.0.0-next.f1bd6ec7

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.
@@ -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": "containerId",
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": "ownerTabId",
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": "ownerTabId",
239
+ "attribute": "ownerTabId",
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
  },
@@ -591,7 +714,7 @@
591
714
  "path": "./src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts",
592
715
  "attributes": [
593
716
  {
594
- "name": "entityKey",
717
+ "name": "entityId",
595
718
  "type": "string | undefined"
596
719
  }
597
720
  ],
@@ -602,8 +725,8 @@
602
725
  "default": "[\"UUITextStyles\",null]"
603
726
  },
604
727
  {
605
- "name": "entityKey",
606
- "attribute": "entityKey",
728
+ "name": "entityId",
729
+ "attribute": "entityId",
607
730
  "type": "string | undefined"
608
731
  }
609
732
  ]
@@ -613,7 +736,7 @@
613
736
  "path": "./src/backoffice/packages/package-repo/workspace/workspace-package.element.ts",
614
737
  "attributes": [
615
738
  {
616
- "name": "entityKey",
739
+ "name": "entityId",
617
740
  "type": "string | undefined"
618
741
  }
619
742
  ],
@@ -624,8 +747,8 @@
624
747
  "default": "[\"UUITextStyles\",null]"
625
748
  },
626
749
  {
627
- "name": "entityKey",
628
- "attribute": "entityKey",
750
+ "name": "entityId",
751
+ "attribute": "entityId",
629
752
  "type": "string | undefined"
630
753
  }
631
754
  ]
@@ -943,6 +1066,31 @@
943
1066
  }
944
1067
  ]
945
1068
  },
1069
+ {
1070
+ "name": "umb-data-type-create-options-modal",
1071
+ "path": "./src/backoffice/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
1072
+ "attributes": [
1073
+ {
1074
+ "name": "data",
1075
+ "type": "UmbDataTypeCreateOptionsModalData | undefined"
1076
+ }
1077
+ ],
1078
+ "properties": [
1079
+ {
1080
+ "name": "styles",
1081
+ "type": "CSSResult[]",
1082
+ "default": "[\"UUITextStyles\"]"
1083
+ },
1084
+ {
1085
+ "name": "modalHandler"
1086
+ },
1087
+ {
1088
+ "name": "data",
1089
+ "attribute": "data",
1090
+ "type": "UmbDataTypeCreateOptionsModalData | undefined"
1091
+ }
1092
+ ]
1093
+ },
946
1094
  {
947
1095
  "name": "umb-data-type-workspace-edit-element",
948
1096
  "path": "./src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
@@ -1077,7 +1225,7 @@
1077
1225
  ]
1078
1226
  },
1079
1227
  {
1080
- "name": "umb-language-workspace-thingy",
1228
+ "name": "umb-language-workspace-edit",
1081
1229
  "path": "./src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
1082
1230
  "properties": [
1083
1231
  {
@@ -1154,7 +1302,7 @@
1154
1302
  {
1155
1303
  "name": "levelMap",
1156
1304
  "type": "Record<any, LevelMapStyles>",
1157
- "default": "{\"Verbose\":{\"look\":\"secondary\"},\"Debug\":{\"look\":\"default\",\"style\":\"background-color: var(--umb-log-viewer-debug-color); color: var(--uui-color-surface)\"},\"Information\":{\"look\":\"primary\",\"color\":\"positive\"},\"Warning\":{\"look\":\"primary\",\"color\":\"warning\"},\"Error\":{\"look\":\"primary\",\"color\":\"danger\"},\"Fatal\":{\"look\":\"primary\"}}"
1305
+ "default": "{\"Verbose\":{\"look\":\"secondary\"},\"Debug\":{\"look\":\"default\",\"style\":\"background-color: var(--umb-log-viewer-debug-color); color: var(--uui-color-surface)\"},\"Information\":{\"look\":\"primary\",\"color\":\"positive\"},\"Warning\":{\"look\":\"primary\",\"color\":\"warning\"},\"Error\":{\"look\":\"primary\",\"color\":\"danger\"},\"Fatal\":{\"look\":\"primary\",\"style\":\"background-color: var(--umb-log-viewer-fatal-color); color: var(--uui-color-surface)\"}}"
1158
1306
  }
1159
1307
  ]
1160
1308
  },
@@ -1257,7 +1405,7 @@
1257
1405
  {
1258
1406
  "name": "setLogLevelDebounce",
1259
1407
  "type": "DebouncedFunc<() => void>",
1260
- "default": "\"_.debounce(this.#setLogLevel, 300)\""
1408
+ "default": "\"debounce(this.#setLogLevel, 300)\""
1261
1409
  }
1262
1410
  ]
1263
1411
  },
@@ -1373,6 +1521,17 @@
1373
1521
  }
1374
1522
  ]
1375
1523
  },
1524
+ {
1525
+ "name": "umb-log-viewer-save-search-modal",
1526
+ "path": "./src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
1527
+ "properties": [
1528
+ {
1529
+ "name": "styles",
1530
+ "type": "CSSResult[]",
1531
+ "default": "[\"UUITextStyles\",null]"
1532
+ }
1533
+ ]
1534
+ },
1376
1535
  {
1377
1536
  "name": "umb-log-viewer-search-input",
1378
1537
  "path": "./src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
@@ -1845,7 +2004,7 @@
1845
2004
  "path": "./src/backoffice/shared/components/debug/debug.element.ts",
1846
2005
  "attributes": [
1847
2006
  {
1848
- "name": "enabled",
2007
+ "name": "visible",
1849
2008
  "type": "boolean",
1850
2009
  "default": "false"
1851
2010
  },
@@ -1853,11 +2012,6 @@
1853
2012
  "name": "dialog",
1854
2013
  "type": "boolean",
1855
2014
  "default": "false"
1856
- },
1857
- {
1858
- "name": "contexts",
1859
- "type": "Map<any, any>",
1860
- "default": "\"new Map()\""
1861
2015
  }
1862
2016
  ],
1863
2017
  "properties": [
@@ -1867,8 +2021,8 @@
1867
2021
  "default": "[\"UUITextStyles\",null]"
1868
2022
  },
1869
2023
  {
1870
- "name": "enabled",
1871
- "attribute": "enabled",
2024
+ "name": "visible",
2025
+ "attribute": "visible",
1872
2026
  "type": "boolean",
1873
2027
  "default": "false"
1874
2028
  },
@@ -1879,10 +2033,9 @@
1879
2033
  "default": "false"
1880
2034
  },
1881
2035
  {
1882
- "name": "contexts",
1883
- "attribute": "contexts",
1884
- "type": "Map<any, any>",
1885
- "default": "\"new Map()\""
2036
+ "name": "contextData",
2037
+ "type": "array",
2038
+ "default": "\"Array<DebugContextData>()\""
1886
2039
  }
1887
2040
  ]
1888
2041
  },
@@ -2179,7 +2332,7 @@
2179
2332
  },
2180
2333
  {
2181
2334
  "name": "renderMethod",
2182
- "type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<2 | 1> | null",
2335
+ "type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
2183
2336
  "default": "\"(extension) =>\\n\\t\\textension.component\""
2184
2337
  }
2185
2338
  ],
@@ -2213,7 +2366,7 @@
2213
2366
  {
2214
2367
  "name": "renderMethod",
2215
2368
  "attribute": "renderMethod",
2216
- "type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<2 | 1> | null",
2369
+ "type": "(extension: InitializedExtension) => HTMLElement | TemplateResult<1 | 2> | null",
2217
2370
  "default": "\"(extension) =>\\n\\t\\textension.component\""
2218
2371
  }
2219
2372
  ],
@@ -2620,7 +2773,7 @@
2620
2773
  "default": "\"\""
2621
2774
  },
2622
2775
  {
2623
- "name": "selectedKeys",
2776
+ "name": "selectedIds",
2624
2777
  "type": "string[]"
2625
2778
  },
2626
2779
  {
@@ -2687,7 +2840,7 @@
2687
2840
  "default": "[\"UUITextStyles\",null]"
2688
2841
  },
2689
2842
  {
2690
- "name": "selectedKeys",
2843
+ "name": "selectedIds",
2691
2844
  "type": "string[]"
2692
2845
  },
2693
2846
  {
@@ -3005,7 +3158,7 @@
3005
3158
  "default": "\"\""
3006
3159
  },
3007
3160
  {
3008
- "name": "selectedKeys",
3161
+ "name": "selectedIds",
3009
3162
  "type": "string[]"
3010
3163
  },
3011
3164
  {
@@ -3821,6 +3974,101 @@
3821
3974
  }
3822
3975
  ]
3823
3976
  },
3977
+ {
3978
+ "name": "umb-input-upload-field",
3979
+ "path": "./src/backoffice/shared/components/input-upload-field/input-upload-field.element.ts",
3980
+ "attributes": [
3981
+ {
3982
+ "name": "keys",
3983
+ "type": "Array<String>",
3984
+ "default": "\"[]\""
3985
+ },
3986
+ {
3987
+ "name": "fileExtensions",
3988
+ "type": "Array<String>",
3989
+ "default": "\"undefined\""
3990
+ },
3991
+ {
3992
+ "name": "multiple",
3993
+ "type": "Boolean",
3994
+ "default": "\"false\""
3995
+ }
3996
+ ],
3997
+ "properties": [
3998
+ {
3999
+ "name": "styles",
4000
+ "type": "CSSResult[]",
4001
+ "default": "[\"UUITextStyles\",null]"
4002
+ },
4003
+ {
4004
+ "name": "keys",
4005
+ "attribute": "keys",
4006
+ "type": "Array<String>",
4007
+ "default": "\"[]\""
4008
+ },
4009
+ {
4010
+ "name": "fileExtensions",
4011
+ "attribute": "fileExtensions",
4012
+ "type": "Array<String>",
4013
+ "default": "\"undefined\""
4014
+ },
4015
+ {
4016
+ "name": "multiple",
4017
+ "attribute": "multiple",
4018
+ "type": "Boolean",
4019
+ "default": "\"false\""
4020
+ },
4021
+ {
4022
+ "name": "extensions",
4023
+ "type": "string[] | undefined"
4024
+ },
4025
+ {
4026
+ "name": "formAssociated",
4027
+ "type": "boolean"
4028
+ },
4029
+ {
4030
+ "name": "value",
4031
+ "type": "FormDataEntryValue | FormData"
4032
+ },
4033
+ {
4034
+ "name": "name",
4035
+ "type": "string"
4036
+ },
4037
+ {
4038
+ "name": "validationMessage",
4039
+ "type": "string"
4040
+ },
4041
+ {
4042
+ "name": "validity",
4043
+ "type": "ValidityState"
4044
+ },
4045
+ {
4046
+ "name": "pristine",
4047
+ "type": "boolean"
4048
+ },
4049
+ {
4050
+ "name": "required",
4051
+ "type": "boolean"
4052
+ },
4053
+ {
4054
+ "name": "requiredMessage",
4055
+ "type": "string"
4056
+ },
4057
+ {
4058
+ "name": "error",
4059
+ "type": "boolean"
4060
+ },
4061
+ {
4062
+ "name": "errorMessage",
4063
+ "type": "string"
4064
+ }
4065
+ ],
4066
+ "events": [
4067
+ {
4068
+ "name": "change"
4069
+ }
4070
+ ]
4071
+ },
3824
4072
  {
3825
4073
  "name": "umb-input-user-group",
3826
4074
  "path": "./src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
@@ -3942,14 +4190,69 @@
3942
4190
  ]
3943
4191
  },
3944
4192
  {
3945
- "name": "umb-menu-item",
3946
- "path": "./src/backoffice/shared/components/menu-item/menu-item.element.ts",
4193
+ "name": "umb-menu-item-base",
4194
+ "path": "./src/backoffice/shared/components/menu/menu-item-base/menu-item-base.element.ts",
4195
+ "attributes": [
4196
+ {
4197
+ "name": "entity-type",
4198
+ "type": "string | undefined"
4199
+ },
4200
+ {
4201
+ "name": "icon-name",
4202
+ "type": "string",
4203
+ "default": "\"\""
4204
+ },
4205
+ {
4206
+ "name": "label",
4207
+ "type": "string",
4208
+ "default": "\"\""
4209
+ },
4210
+ {
4211
+ "name": "has-children",
4212
+ "type": "boolean",
4213
+ "default": "false"
4214
+ }
4215
+ ],
3947
4216
  "properties": [
3948
4217
  {
3949
4218
  "name": "styles",
3950
4219
  "type": "CSSResult[]",
3951
4220
  "default": "[\"UUITextStyles\",null]"
3952
4221
  },
4222
+ {
4223
+ "name": "entityType",
4224
+ "attribute": "entity-type",
4225
+ "type": "string | undefined"
4226
+ },
4227
+ {
4228
+ "name": "iconName",
4229
+ "attribute": "icon-name",
4230
+ "type": "string",
4231
+ "default": "\"\""
4232
+ },
4233
+ {
4234
+ "name": "label",
4235
+ "attribute": "label",
4236
+ "type": "string",
4237
+ "default": "\"\""
4238
+ },
4239
+ {
4240
+ "name": "hasChildren",
4241
+ "attribute": "has-children",
4242
+ "type": "boolean",
4243
+ "default": "false"
4244
+ }
4245
+ ]
4246
+ },
4247
+ {
4248
+ "name": "umb-menu-item",
4249
+ "path": "./src/backoffice/shared/components/menu/menu-item/menu-item.element.ts",
4250
+ "properties": [
4251
+ {
4252
+ "name": "styles",
4253
+ "type": "CSSResult[]",
4254
+ "default": "[\"UUITextStyles\"]"
4255
+ },
3953
4256
  {
3954
4257
  "name": "manifest"
3955
4258
  }
@@ -4288,7 +4591,7 @@
4288
4591
  "default": "false"
4289
4592
  },
4290
4593
  {
4291
- "name": "key",
4594
+ "name": "id",
4292
4595
  "type": "string"
4293
4596
  },
4294
4597
  {
@@ -4298,11 +4601,6 @@
4298
4601
  }
4299
4602
  ],
4300
4603
  "properties": [
4301
- {
4302
- "name": "styles",
4303
- "type": "CSSResult[]",
4304
- "default": "[\"UUITextStyles\",null]"
4305
- },
4306
4604
  {
4307
4605
  "name": "default",
4308
4606
  "attribute": "default",
@@ -4310,10 +4608,15 @@
4310
4608
  "default": "false"
4311
4609
  },
4312
4610
  {
4313
- "name": "key",
4314
- "attribute": "key",
4611
+ "name": "id",
4612
+ "attribute": "id",
4315
4613
  "type": "string"
4316
4614
  },
4615
+ {
4616
+ "name": "styles",
4617
+ "type": "CSSResult[]",
4618
+ "default": "[\"UUITextStyles\",null]"
4619
+ },
4317
4620
  {
4318
4621
  "name": "formAssociated",
4319
4622
  "type": "boolean"
@@ -4790,6 +5093,10 @@
4790
5093
  "name": "icon",
4791
5094
  "description": "Slot for icon"
4792
5095
  },
5096
+ {
5097
+ "name": "header",
5098
+ "description": "Slot for workspace header"
5099
+ },
4793
5100
  {
4794
5101
  "name": "name",
4795
5102
  "description": "Slot for name"
@@ -4838,11 +5145,6 @@
4838
5145
  }
4839
5146
  ],
4840
5147
  "properties": [
4841
- {
4842
- "name": "styles",
4843
- "type": "CSSResult[]",
4844
- "default": "[\"UUITextStyles\",null]"
4845
- },
4846
5148
  {
4847
5149
  "name": "alias",
4848
5150
  "attribute": "alias",
@@ -4870,6 +5172,11 @@
4870
5172
  "description": "Description: render a description underneath the label.",
4871
5173
  "type": "string",
4872
5174
  "default": "\"''\""
5175
+ },
5176
+ {
5177
+ "name": "styles",
5178
+ "type": "CSSResult[]",
5179
+ "default": "[\"UUITextStyles\",null]"
4873
5180
  }
4874
5181
  ],
4875
5182
  "slots": [
@@ -5005,6 +5312,23 @@
5005
5312
  }
5006
5313
  ]
5007
5314
  },
5315
+ {
5316
+ "name": "umb-folder-modal",
5317
+ "path": "./src/backoffice/shared/modals/folder/folder-modal.element.ts",
5318
+ "properties": [
5319
+ {
5320
+ "name": "styles",
5321
+ "type": "CSSResult[]",
5322
+ "default": "[\"UUITextStyles\",null]"
5323
+ },
5324
+ {
5325
+ "name": "modalHandler"
5326
+ },
5327
+ {
5328
+ "name": "data"
5329
+ }
5330
+ ]
5331
+ },
5008
5332
  {
5009
5333
  "name": "umb-icon-picker-modal",
5010
5334
  "path": "./src/backoffice/shared/modals/icon-picker/icon-picker-modal.element.ts",
@@ -6825,8 +7149,12 @@
6825
7149
  },
6826
7150
  {
6827
7151
  "name": "config",
6828
- "type": "never[]",
6829
- "default": "[]"
7152
+ "type": "array"
7153
+ }
7154
+ ],
7155
+ "events": [
7156
+ {
7157
+ "name": "property-value-change"
6830
7158
  }
6831
7159
  ]
6832
7160
  },
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 };
@@ -1,5 +1,6 @@
1
1
  import { UmbControllerHostElement } from './controller';
2
2
  import { UmbEntityActionBase as UmbEntityActionBase$1 } from './entity-action';
3
+ import { UmbFolderRepository } from './repository';
3
4
 
4
5
  interface UmbAction<RepositoryType = unknown> {
5
6
  host: UmbControllerHostElement;
@@ -17,6 +18,7 @@ interface UmbEntityAction<RepositoryType> extends UmbAction<RepositoryType> {
17
18
  }
18
19
  declare class UmbEntityActionBase<RepositoryType> extends UmbActionBase<RepositoryType> {
19
20
  unique: string;
21
+ repositoryAlias: string;
20
22
  constructor(host: UmbControllerHostElement, repositoryAlias: string, unique: string);
21
23
  }
22
24
 
@@ -39,13 +41,28 @@ declare class UmbCopyEntityAction<T extends {
39
41
 
40
42
  declare class UmbDeleteEntityAction<T extends {
41
43
  delete(unique: string): Promise<void>;
42
- requestItems(uniques: Array<string>): any;
44
+ requestTreeItems(uniques: Array<string>): any;
43
45
  }> extends UmbEntityActionBase$1<T> {
44
46
  #private;
45
47
  constructor(host: UmbControllerHostElement, repositoryAlias: string, unique: string);
46
48
  execute(): Promise<void>;
47
49
  }
48
50
 
51
+ declare class UmbDeleteFolderEntityAction<T extends {
52
+ deleteFolder(unique: string): Promise<void>;
53
+ requestTreeItems(uniques: Array<string>): any;
54
+ }> extends UmbEntityActionBase$1<T> {
55
+ #private;
56
+ constructor(host: UmbControllerHostElement, repositoryAlias: string, unique: string);
57
+ execute(): Promise<void>;
58
+ }
59
+
60
+ declare class UmbFolderUpdateEntityAction<T extends UmbFolderRepository = UmbFolderRepository> extends UmbEntityActionBase$1<T> {
61
+ #private;
62
+ constructor(host: UmbControllerHostElement, repositoryAlias: string, unique: string);
63
+ execute(): Promise<void>;
64
+ }
65
+
49
66
  declare class UmbMoveEntityAction<T extends {
50
67
  move(): Promise<void>;
51
68
  }> extends UmbEntityActionBase$1<T> {
@@ -69,4 +86,4 @@ declare class UmbTrashEntityAction<T extends {
69
86
  execute(): Promise<void>;
70
87
  }
71
88
 
72
- export { UmbAction, UmbActionBase, UmbCopyEntityAction, UmbDeleteEntityAction, UmbEntityAction, UmbEntityActionBase, UmbEntityBulkAction, UmbEntityBulkActionBase, UmbMoveEntityAction, UmbSortChildrenOfEntityAction, UmbTrashEntityAction };
89
+ export { UmbAction, UmbActionBase, UmbCopyEntityAction, UmbDeleteEntityAction, UmbDeleteFolderEntityAction, UmbEntityAction, UmbEntityActionBase, UmbEntityBulkAction, UmbEntityBulkActionBase, UmbFolderUpdateEntityAction, UmbMoveEntityAction, UmbSortChildrenOfEntityAction, UmbTrashEntityAction };