@umbraco-cms/backoffice 1.0.0-next.596cc732 → 1.0.0-next.6c429eee

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.
@@ -107,8 +107,8 @@
107
107
  ]
108
108
  },
109
109
  {
110
- "name": "umb-document-type-workspace-edit",
111
- "path": "./src/backoffice/documents/document-types/workspace/document-type-workspace-edit.element.ts",
110
+ "name": "umb-document-type-workspace-editor",
111
+ "path": "./src/backoffice/documents/document-types/workspace/document-type-workspace-editor.element.ts",
112
112
  "properties": [
113
113
  {
114
114
  "name": "styles",
@@ -129,8 +129,8 @@
129
129
  ]
130
130
  },
131
131
  {
132
- "name": "umb-workspace-view-document-type-design",
133
- "path": "./src/backoffice/documents/document-types/workspace/views/design/workspace-view-document-type-design.element.ts",
132
+ "name": "umb-document-type-workspace-view-design",
133
+ "path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
134
134
  "properties": [
135
135
  {
136
136
  "name": "styles",
@@ -140,8 +140,131 @@
140
140
  ]
141
141
  },
142
142
  {
143
- "name": "umb-workspace-view-document-type-listview",
144
- "path": "./src/backoffice/documents/document-types/workspace/views/listview/workspace-view-document-type-listview.element.ts",
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
+ },
265
+ {
266
+ "name": "umb-document-type-workspace-view-details",
267
+ "path": "./src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
145
268
  "properties": [
146
269
  {
147
270
  "name": "styles",
@@ -151,8 +274,8 @@
151
274
  ]
152
275
  },
153
276
  {
154
- "name": "umb-workspace-view-document-type-permissions",
155
- "path": "./src/backoffice/documents/document-types/workspace/views/permissions/workspace-view-document-type-permissions.element.ts",
277
+ "name": "umb-document-type-workspace-view-structure",
278
+ "path": "./src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
156
279
  "properties": [
157
280
  {
158
281
  "name": "styles",
@@ -162,8 +285,8 @@
162
285
  ]
163
286
  },
164
287
  {
165
- "name": "umb-workspace-view-document-type-templates",
166
- "path": "./src/backoffice/documents/document-types/workspace/views/templates/workspace-view-document-type-templates.element.ts",
288
+ "name": "umb-document-type-workspace-view-templates",
289
+ "path": "./src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
167
290
  "properties": [
168
291
  {
169
292
  "name": "styles",
@@ -257,8 +380,8 @@
257
380
  ]
258
381
  },
259
382
  {
260
- "name": "umb-document-workspace-edit",
261
- "path": "./src/backoffice/documents/documents/workspace/document-workspace-edit.element.ts",
383
+ "name": "umb-document-workspace-editor",
384
+ "path": "./src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
262
385
  "properties": [
263
386
  {
264
387
  "name": "styles",
@@ -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
  {
@@ -2675,9 +2828,6 @@
2675
2828
  "name": "umb-input-document-type-picker",
2676
2829
  "path": "./src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
2677
2830
  "attributes": [
2678
- {
2679
- "name": "currentDocumentType"
2680
- },
2681
2831
  {
2682
2832
  "name": "value",
2683
2833
  "type": "string"
@@ -2690,13 +2840,9 @@
2690
2840
  "default": "[\"UUITextStyles\",null]"
2691
2841
  },
2692
2842
  {
2693
- "name": "selectedKeys",
2843
+ "name": "selectedIds",
2694
2844
  "type": "string[]"
2695
2845
  },
2696
- {
2697
- "name": "currentDocumentType",
2698
- "attribute": "currentDocumentType"
2699
- },
2700
2846
  {
2701
2847
  "name": "formAssociated",
2702
2848
  "type": "boolean"
@@ -3012,7 +3158,7 @@
3012
3158
  "default": "\"\""
3013
3159
  },
3014
3160
  {
3015
- "name": "selectedKeys",
3161
+ "name": "selectedIds",
3016
3162
  "type": "string[]"
3017
3163
  },
3018
3164
  {
@@ -3828,6 +3974,101 @@
3828
3974
  }
3829
3975
  ]
3830
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
+ },
3831
4072
  {
3832
4073
  "name": "umb-input-user-group",
3833
4074
  "path": "./src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
@@ -3949,14 +4190,69 @@
3949
4190
  ]
3950
4191
  },
3951
4192
  {
3952
- "name": "umb-menu-item",
3953
- "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
+ ],
3954
4216
  "properties": [
3955
4217
  {
3956
4218
  "name": "styles",
3957
4219
  "type": "CSSResult[]",
3958
4220
  "default": "[\"UUITextStyles\",null]"
3959
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
+ },
3960
4256
  {
3961
4257
  "name": "manifest"
3962
4258
  }
@@ -4295,7 +4591,7 @@
4295
4591
  "default": "false"
4296
4592
  },
4297
4593
  {
4298
- "name": "key",
4594
+ "name": "id",
4299
4595
  "type": "string"
4300
4596
  },
4301
4597
  {
@@ -4305,11 +4601,6 @@
4305
4601
  }
4306
4602
  ],
4307
4603
  "properties": [
4308
- {
4309
- "name": "styles",
4310
- "type": "CSSResult[]",
4311
- "default": "[\"UUITextStyles\",null]"
4312
- },
4313
4604
  {
4314
4605
  "name": "default",
4315
4606
  "attribute": "default",
@@ -4317,10 +4608,15 @@
4317
4608
  "default": "false"
4318
4609
  },
4319
4610
  {
4320
- "name": "key",
4321
- "attribute": "key",
4611
+ "name": "id",
4612
+ "attribute": "id",
4322
4613
  "type": "string"
4323
4614
  },
4615
+ {
4616
+ "name": "styles",
4617
+ "type": "CSSResult[]",
4618
+ "default": "[\"UUITextStyles\",null]"
4619
+ },
4324
4620
  {
4325
4621
  "name": "formAssociated",
4326
4622
  "type": "boolean"
@@ -4797,6 +5093,10 @@
4797
5093
  "name": "icon",
4798
5094
  "description": "Slot for icon"
4799
5095
  },
5096
+ {
5097
+ "name": "header",
5098
+ "description": "Slot for workspace header"
5099
+ },
4800
5100
  {
4801
5101
  "name": "name",
4802
5102
  "description": "Slot for name"
@@ -4845,11 +5145,6 @@
4845
5145
  }
4846
5146
  ],
4847
5147
  "properties": [
4848
- {
4849
- "name": "styles",
4850
- "type": "CSSResult[]",
4851
- "default": "[\"UUITextStyles\",null]"
4852
- },
4853
5148
  {
4854
5149
  "name": "alias",
4855
5150
  "attribute": "alias",
@@ -4877,6 +5172,11 @@
4877
5172
  "description": "Description: render a description underneath the label.",
4878
5173
  "type": "string",
4879
5174
  "default": "\"''\""
5175
+ },
5176
+ {
5177
+ "name": "styles",
5178
+ "type": "CSSResult[]",
5179
+ "default": "[\"UUITextStyles\",null]"
4880
5180
  }
4881
5181
  ],
4882
5182
  "slots": [
@@ -5012,6 +5312,23 @@
5012
5312
  }
5013
5313
  ]
5014
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
+ },
5015
5332
  {
5016
5333
  "name": "umb-icon-picker-modal",
5017
5334
  "path": "./src/backoffice/shared/modals/icon-picker/icon-picker-modal.element.ts",
@@ -6832,8 +7149,12 @@
6832
7149
  },
6833
7150
  {
6834
7151
  "name": "config",
6835
- "type": "never[]",
6836
- "default": "[]"
7152
+ "type": "array"
7153
+ }
7154
+ ],
7155
+ "events": [
7156
+ {
7157
+ "name": "property-value-change"
6837
7158
  }
6838
7159
  ]
6839
7160
  },
@@ -7071,18 +7392,58 @@
7071
7392
  }
7072
7393
  ]
7073
7394
  },
7395
+ {
7396
+ "name": "umb-user-profile-app-external-login-providers",
7397
+ "path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
7398
+ "properties": [
7399
+ {
7400
+ "name": "styles",
7401
+ "type": "CSSResult[]",
7402
+ "default": "[\"UUITextStyles\",null]"
7403
+ }
7404
+ ]
7405
+ },
7406
+ {
7407
+ "name": "umb-user-profile-app-history",
7408
+ "path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
7409
+ "properties": [
7410
+ {
7411
+ "name": "styles",
7412
+ "type": "CSSResult[]",
7413
+ "default": "[\"UUITextStyles\",null]"
7414
+ }
7415
+ ]
7416
+ },
7074
7417
  {
7075
7418
  "name": "umb-user-dashboard-test",
7076
- "path": "./src/backoffice/users/current-user/user-dashboard-themes.element.ts",
7419
+ "path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
7077
7420
  "properties": [
7078
7421
  {
7079
7422
  "name": "styles",
7080
7423
  "type": "CSSResult[]",
7081
7424
  "default": "[\"UUITextStyles\",null]"
7082
- },
7425
+ }
7426
+ ]
7427
+ },
7428
+ {
7429
+ "name": "umb-user-profile-app-profile",
7430
+ "path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
7431
+ "properties": [
7432
+ {
7433
+ "name": "styles",
7434
+ "type": "CSSResult[]",
7435
+ "default": "[\"UUITextStyles\",null]"
7436
+ }
7437
+ ]
7438
+ },
7439
+ {
7440
+ "name": "umb-user-profile-app-themes",
7441
+ "path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
7442
+ "properties": [
7083
7443
  {
7084
- "name": "options",
7085
- "type": "{ name: any; value: any; selected: boolean; }[]"
7444
+ "name": "styles",
7445
+ "type": "CSSResult[]",
7446
+ "default": "[\"UUITextStyles\",null]"
7086
7447
  }
7087
7448
  ]
7088
7449
  },