@umbraco-cms/backoffice 1.0.0-next.81b4603f → 1.0.0-next.84b71a2f

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.
@@ -87,18 +87,18 @@
87
87
  },
88
88
  {
89
89
  "name": "umb-controller-host-initializer",
90
- "path": "./../../libs/controller/controller-host-initializer.element.ts",
90
+ "path": "./../../libs/controller-api/controller-host-initializer.element.ts",
91
91
  "properties": [
92
92
  {
93
93
  "name": "create",
94
94
  "description": "A way to initialize controllers.",
95
- "type": "((host: any) => void) | undefined"
95
+ "type": "((host: UmbControllerHostElement) => void) | undefined"
96
96
  }
97
97
  ]
98
98
  },
99
99
  {
100
100
  "name": "umb-app-error",
101
- "path": "./../../src/app/app-error.element.ts",
101
+ "path": "./../../src/apps/app/app-error.element.ts",
102
102
  "description": "A full page error element that can be used either solo or for instance as the error 500 page and BootFailed",
103
103
  "attributes": [
104
104
  {
@@ -139,13 +139,13 @@
139
139
  },
140
140
  {
141
141
  "name": "umb-app",
142
- "path": "./../../src/app/app.element.ts",
142
+ "path": "./../../src/apps/app/app.element.ts",
143
143
  "attributes": [
144
144
  {
145
145
  "name": "serverUrl",
146
146
  "description": "The base URL of the configured Umbraco server.",
147
147
  "type": "string",
148
- "default": "\"\""
148
+ "default": "\"origin\""
149
149
  },
150
150
  {
151
151
  "name": "backofficePath",
@@ -166,7 +166,7 @@
166
166
  "attribute": "serverUrl",
167
167
  "description": "The base URL of the configured Umbraco server.",
168
168
  "type": "string",
169
- "default": "\"\""
169
+ "default": "\"origin\""
170
170
  },
171
171
  {
172
172
  "name": "backofficePath",
@@ -196,7 +196,7 @@
196
196
  },
197
197
  {
198
198
  "name": "umb-backoffice",
199
- "path": "./../../src/backoffice/backoffice.element.ts",
199
+ "path": "./../../src/apps/backoffice/backoffice.element.ts",
200
200
  "properties": [
201
201
  {
202
202
  "name": "styles",
@@ -207,7 +207,7 @@
207
207
  },
208
208
  {
209
209
  "name": "umb-backoffice-header-apps",
210
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-header-apps.element.ts",
210
+ "path": "./../../src/apps/backoffice/components/backoffice-header-apps.element.ts",
211
211
  "properties": [
212
212
  {
213
213
  "name": "styles",
@@ -218,7 +218,7 @@
218
218
  },
219
219
  {
220
220
  "name": "umb-backoffice-header-sections",
221
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-header-sections.element.ts",
221
+ "path": "./../../src/apps/backoffice/components/backoffice-header-sections.element.ts",
222
222
  "properties": [
223
223
  {
224
224
  "name": "styles",
@@ -229,7 +229,7 @@
229
229
  },
230
230
  {
231
231
  "name": "umb-backoffice-header",
232
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-header.element.ts",
232
+ "path": "./../../src/apps/backoffice/components/backoffice-header.element.ts",
233
233
  "properties": [
234
234
  {
235
235
  "name": "styles",
@@ -240,7 +240,7 @@
240
240
  },
241
241
  {
242
242
  "name": "umb-backoffice-main",
243
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-main.element.ts",
243
+ "path": "./../../src/apps/backoffice/components/backoffice-main.element.ts",
244
244
  "properties": [
245
245
  {
246
246
  "name": "styles",
@@ -249,9 +249,157 @@
249
249
  }
250
250
  ]
251
251
  },
252
+ {
253
+ "name": "umb-installer-consent",
254
+ "path": "./../../src/apps/installer/consent/installer-consent.element.ts",
255
+ "properties": [
256
+ {
257
+ "name": "styles",
258
+ "type": "CSSResultGroup",
259
+ "default": "[null]"
260
+ }
261
+ ]
262
+ },
263
+ {
264
+ "name": "umb-installer-database",
265
+ "path": "./../../src/apps/installer/database/installer-database.element.ts",
266
+ "properties": [
267
+ {
268
+ "name": "databaseFormData"
269
+ },
270
+ {
271
+ "name": "styles",
272
+ "type": "CSSResultGroup",
273
+ "default": "[null]"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "name": "umb-installer-error",
279
+ "path": "./../../src/apps/installer/error/installer-error.element.ts",
280
+ "properties": [
281
+ {
282
+ "name": "styles",
283
+ "type": "CSSResultGroup",
284
+ "default": "[null]"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "umb-installer",
290
+ "path": "./../../src/apps/installer/installer.element.ts",
291
+ "properties": [
292
+ {
293
+ "name": "step",
294
+ "type": "number",
295
+ "default": "1"
296
+ },
297
+ {
298
+ "name": "styles",
299
+ "type": "CSSResultGroup",
300
+ "default": "[null]"
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "name": "umb-installer-installing",
306
+ "path": "./../../src/apps/installer/installing/installer-installing.element.ts",
307
+ "properties": [
308
+ {
309
+ "name": "styles",
310
+ "type": "CSSResultGroup",
311
+ "default": "[null]"
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "name": "umb-installer-layout",
317
+ "path": "./../../src/apps/installer/shared/layout/installer-layout.element.ts",
318
+ "properties": [
319
+ {
320
+ "name": "styles",
321
+ "type": "CSSResultGroup",
322
+ "default": "[null]"
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "name": "umb-installer-user",
328
+ "path": "./../../src/apps/installer/user/installer-user.element.ts",
329
+ "properties": [
330
+ {
331
+ "name": "styles",
332
+ "type": "CSSResultGroup",
333
+ "default": "[null]"
334
+ }
335
+ ]
336
+ },
337
+ {
338
+ "name": "umb-upgrader-view",
339
+ "path": "./../../src/apps/upgrader/upgrader-view.element.ts",
340
+ "attributes": [
341
+ {
342
+ "name": "fetching",
343
+ "type": "boolean",
344
+ "default": "false"
345
+ },
346
+ {
347
+ "name": "upgrading",
348
+ "type": "boolean",
349
+ "default": "false"
350
+ },
351
+ {
352
+ "name": "errorMessage",
353
+ "type": "string",
354
+ "default": "\"\""
355
+ },
356
+ {
357
+ "name": "settings"
358
+ }
359
+ ],
360
+ "properties": [
361
+ {
362
+ "name": "fetching",
363
+ "attribute": "fetching",
364
+ "type": "boolean",
365
+ "default": "false"
366
+ },
367
+ {
368
+ "name": "upgrading",
369
+ "attribute": "upgrading",
370
+ "type": "boolean",
371
+ "default": "false"
372
+ },
373
+ {
374
+ "name": "errorMessage",
375
+ "attribute": "errorMessage",
376
+ "type": "string",
377
+ "default": "\"\""
378
+ },
379
+ {
380
+ "name": "settings",
381
+ "attribute": "settings"
382
+ },
383
+ {
384
+ "name": "styles",
385
+ "type": "CSSResultGroup",
386
+ "default": "[null]"
387
+ }
388
+ ],
389
+ "events": [
390
+ {
391
+ "name": "onAuthorizeUpgrade",
392
+ "description": "fires when the user clicks the continue button"
393
+ }
394
+ ]
395
+ },
396
+ {
397
+ "name": "umb-upgrader",
398
+ "path": "./../../src/apps/upgrader/upgrader.element.ts"
399
+ },
252
400
  {
253
401
  "name": "umb-backoffice-modal-container",
254
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-modal-container.element.ts",
402
+ "path": "./../../src/packages/core/components/backoffice-modal-container/backoffice-modal-container.element.ts",
255
403
  "properties": [
256
404
  {
257
405
  "name": "styles",
@@ -262,7 +410,7 @@
262
410
  },
263
411
  {
264
412
  "name": "umb-backoffice-notification-container",
265
- "path": "./../../src/backoffice/core/components/backoffice-frame/backoffice-notification-container.element.ts",
413
+ "path": "./../../src/packages/core/components/backoffice-notification-container/backoffice-notification-container.element.ts",
266
414
  "properties": [
267
415
  {
268
416
  "name": "styles",
@@ -273,7 +421,7 @@
273
421
  },
274
422
  {
275
423
  "name": "umb-body-layout",
276
- "path": "./../../src/backoffice/core/components/body-layout/body-layout.element.ts",
424
+ "path": "./../../src/packages/core/components/body-layout/body-layout.element.ts",
277
425
  "attributes": [
278
426
  {
279
427
  "name": "headline",
@@ -321,7 +469,7 @@
321
469
  },
322
470
  {
323
471
  "name": "umb-button-with-dropdown",
324
- "path": "./../../src/backoffice/core/components/button-with-dropdown/button-with-dropdown.element.ts",
472
+ "path": "./../../src/packages/core/components/button-with-dropdown/button-with-dropdown.element.ts",
325
473
  "attributes": [
326
474
  {
327
475
  "name": "label",
@@ -408,7 +556,7 @@
408
556
  },
409
557
  {
410
558
  "name": "umb-code-block",
411
- "path": "./../../src/backoffice/core/components/code-block/code-block.element.ts",
559
+ "path": "./../../src/packages/core/components/code-block/code-block.element.ts",
412
560
  "description": "A simple styled box for showing code-based error messages.",
413
561
  "properties": [
414
562
  {
@@ -426,7 +574,7 @@
426
574
  },
427
575
  {
428
576
  "name": "umb-code-editor",
429
- "path": "./../../src/backoffice/core/components/code-editor/code-editor.element.ts",
577
+ "path": "./../../src/packages/core/components/code-editor/code-editor.element.ts",
430
578
  "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`.",
431
579
  "attributes": [
432
580
  {
@@ -521,7 +669,7 @@
521
669
  },
522
670
  {
523
671
  "name": "umb-collection-selection-actions",
524
- "path": "./../../src/backoffice/core/components/collection/collection-selection-actions.element.ts",
672
+ "path": "./../../src/packages/core/components/collection/collection-selection-actions.element.ts",
525
673
  "properties": [
526
674
  {
527
675
  "name": "styles",
@@ -532,7 +680,7 @@
532
680
  },
533
681
  {
534
682
  "name": "umb-collection-toolbar",
535
- "path": "./../../src/backoffice/core/components/collection/collection-toolbar.element.ts",
683
+ "path": "./../../src/packages/core/components/collection/collection-toolbar.element.ts",
536
684
  "attributes": [
537
685
  {
538
686
  "name": "actions",
@@ -572,7 +720,7 @@
572
720
  },
573
721
  {
574
722
  "name": "umb-collection",
575
- "path": "./../../src/backoffice/core/components/collection/collection.element.ts",
723
+ "path": "./../../src/packages/core/components/collection/collection.element.ts",
576
724
  "attributes": [
577
725
  {
578
726
  "name": "entity-type",
@@ -594,7 +742,7 @@
594
742
  },
595
743
  {
596
744
  "name": "umb-dashboard-collection",
597
- "path": "./../../src/backoffice/core/components/collection/dashboards/dashboard-collection.element.ts",
745
+ "path": "./../../src/packages/core/components/collection/dashboards/dashboard-collection.element.ts",
598
746
  "properties": [
599
747
  {
600
748
  "name": "manifest"
@@ -606,9 +754,127 @@
606
754
  }
607
755
  ]
608
756
  },
757
+ {
758
+ "name": "umb-date-input",
759
+ "path": "./../../src/packages/core/components/date-input/date-input.element.ts",
760
+ "attributes": [
761
+ {
762
+ "name": "type",
763
+ "description": "Specifies the type of input that will be rendered.",
764
+ "type": "'date'| 'time'| 'datetime-local'",
765
+ "default": "\"date\""
766
+ },
767
+ {
768
+ "name": "displayValue",
769
+ "type": "string | undefined"
770
+ },
771
+ {
772
+ "name": "offsetTime",
773
+ "type": "boolean",
774
+ "default": "false"
775
+ },
776
+ {
777
+ "name": "min",
778
+ "type": "string | undefined"
779
+ },
780
+ {
781
+ "name": "max",
782
+ "type": "string | undefined"
783
+ },
784
+ {
785
+ "name": "step",
786
+ "type": "number | undefined"
787
+ }
788
+ ],
789
+ "properties": [
790
+ {
791
+ "name": "type",
792
+ "attribute": "type",
793
+ "description": "Specifies the type of input that will be rendered.",
794
+ "type": "'date'| 'time'| 'datetime-local'",
795
+ "default": "\"date\""
796
+ },
797
+ {
798
+ "name": "displayValue",
799
+ "attribute": "displayValue",
800
+ "type": "string | undefined"
801
+ },
802
+ {
803
+ "name": "offsetTime",
804
+ "attribute": "offsetTime",
805
+ "type": "boolean",
806
+ "default": "false"
807
+ },
808
+ {
809
+ "name": "min",
810
+ "attribute": "min",
811
+ "type": "string | undefined"
812
+ },
813
+ {
814
+ "name": "max",
815
+ "attribute": "max",
816
+ "type": "string | undefined"
817
+ },
818
+ {
819
+ "name": "step",
820
+ "attribute": "step",
821
+ "type": "number | undefined"
822
+ },
823
+ {
824
+ "name": "styles",
825
+ "type": "CSSResult[]",
826
+ "default": "[\"UUITextStyles\",null]"
827
+ },
828
+ {
829
+ "name": "formAssociated",
830
+ "type": "boolean"
831
+ },
832
+ {
833
+ "name": "value",
834
+ "type": "FormDataEntryValue | FormData"
835
+ },
836
+ {
837
+ "name": "name",
838
+ "type": "string"
839
+ },
840
+ {
841
+ "name": "validationMessage",
842
+ "type": "string"
843
+ },
844
+ {
845
+ "name": "validity",
846
+ "type": "ValidityState"
847
+ },
848
+ {
849
+ "name": "pristine",
850
+ "type": "boolean"
851
+ },
852
+ {
853
+ "name": "required",
854
+ "type": "boolean"
855
+ },
856
+ {
857
+ "name": "requiredMessage",
858
+ "type": "string"
859
+ },
860
+ {
861
+ "name": "error",
862
+ "type": "boolean"
863
+ },
864
+ {
865
+ "name": "errorMessage",
866
+ "type": "string"
867
+ }
868
+ ],
869
+ "events": [
870
+ {
871
+ "name": "change"
872
+ }
873
+ ]
874
+ },
609
875
  {
610
876
  "name": "umb-debug",
611
- "path": "./../../src/backoffice/core/components/debug/debug.element.ts",
877
+ "path": "./../../src/packages/core/components/debug/debug.element.ts",
612
878
  "attributes": [
613
879
  {
614
880
  "name": "visible",
@@ -648,7 +914,7 @@
648
914
  },
649
915
  {
650
916
  "name": "umb-context-debugger-modal",
651
- "path": "./../../src/backoffice/core/components/debug/modals/debug/debug-modal.element.ts",
917
+ "path": "./../../src/packages/core/components/debug/modals/debug/debug-modal.element.ts",
652
918
  "properties": [
653
919
  {
654
920
  "name": "styles",
@@ -659,7 +925,7 @@
659
925
  },
660
926
  {
661
927
  "name": "umb-dropdown",
662
- "path": "./../../src/backoffice/core/components/dropdown/dropdown.element.ts",
928
+ "path": "./../../src/packages/core/components/dropdown/dropdown.element.ts",
663
929
  "attributes": [
664
930
  {
665
931
  "name": "open",
@@ -683,7 +949,7 @@
683
949
  },
684
950
  {
685
951
  "name": "umb-empty-state",
686
- "path": "./../../src/backoffice/core/components/empty-state/empty-state.element.ts",
952
+ "path": "./../../src/packages/core/components/empty-state/empty-state.element.ts",
687
953
  "attributes": [
688
954
  {
689
955
  "name": "size",
@@ -720,7 +986,7 @@
720
986
  },
721
987
  {
722
988
  "name": "umb-entity-action-list",
723
- "path": "./../../src/backoffice/core/components/entity-action/entity-action-list.element.ts",
989
+ "path": "./../../src/packages/core/components/entity-action/entity-action-list.element.ts",
724
990
  "attributes": [
725
991
  {
726
992
  "name": "entity-type",
@@ -746,7 +1012,7 @@
746
1012
  },
747
1013
  {
748
1014
  "name": "umb-entity-action",
749
- "path": "./../../src/backoffice/core/components/entity-action/entity-action.element.ts",
1015
+ "path": "./../../src/packages/core/components/entity-action/entity-action.element.ts",
750
1016
  "attributes": [
751
1017
  {
752
1018
  "name": "unique",
@@ -766,7 +1032,7 @@
766
1032
  },
767
1033
  {
768
1034
  "name": "umb-entity-bulk-action",
769
- "path": "./../../src/backoffice/core/components/entity-bulk-action/entity-bulk-action.element.ts",
1035
+ "path": "./../../src/packages/core/components/entity-bulk-action/entity-bulk-action.element.ts",
770
1036
  "properties": [
771
1037
  {
772
1038
  "name": "selection",
@@ -779,7 +1045,7 @@
779
1045
  },
780
1046
  {
781
1047
  "name": "umb-extension-slot",
782
- "path": "./../../src/backoffice/core/components/extension-slot/extension-slot.element.ts",
1048
+ "path": "./../../src/packages/core/components/extension-slot/extension-slot.element.ts",
783
1049
  "attributes": [
784
1050
  {
785
1051
  "name": "type",
@@ -840,7 +1106,7 @@
840
1106
  },
841
1107
  {
842
1108
  "name": "umb-footer-layout",
843
- "path": "./../../src/backoffice/core/components/footer-layout/footer-layout.element.ts",
1109
+ "path": "./../../src/packages/core/components/footer-layout/footer-layout.element.ts",
844
1110
  "properties": [
845
1111
  {
846
1112
  "name": "styles",
@@ -861,7 +1127,7 @@
861
1127
  },
862
1128
  {
863
1129
  "name": "umb-header-app-button",
864
- "path": "./../../src/backoffice/core/components/header-app/header-app-button.element.ts",
1130
+ "path": "./../../src/packages/core/components/header-app/header-app-button.element.ts",
865
1131
  "properties": [
866
1132
  {
867
1133
  "name": "manifest"
@@ -875,7 +1141,7 @@
875
1141
  },
876
1142
  {
877
1143
  "name": "umb-history-item",
878
- "path": "./../../src/backoffice/core/components/history/history-item.element.ts",
1144
+ "path": "./../../src/packages/core/components/history/history-item.element.ts",
879
1145
  "attributes": [
880
1146
  {
881
1147
  "name": "src",
@@ -915,7 +1181,7 @@
915
1181
  },
916
1182
  {
917
1183
  "name": "umb-history-list",
918
- "path": "./../../src/backoffice/core/components/history/history-list.element.ts",
1184
+ "path": "./../../src/packages/core/components/history/history-list.element.ts",
919
1185
  "properties": [
920
1186
  {
921
1187
  "name": "styles",
@@ -926,7 +1192,7 @@
926
1192
  },
927
1193
  {
928
1194
  "name": "umb-input-checkbox-list",
929
- "path": "./../../src/backoffice/core/components/input-checkbox-list/input-checkbox-list.element.ts",
1195
+ "path": "./../../src/packages/core/components/input-checkbox-list/input-checkbox-list.element.ts",
930
1196
  "attributes": [
931
1197
  {
932
1198
  "name": "list",
@@ -1006,7 +1272,7 @@
1006
1272
  },
1007
1273
  {
1008
1274
  "name": "umb-input-color-picker",
1009
- "path": "./../../src/backoffice/core/components/input-color-picker/input-color-picker.element.ts",
1275
+ "path": "./../../src/packages/core/components/input-color-picker/input-color-picker.element.ts",
1010
1276
  "description": "This wraps the UUI library uui-color-swatches component",
1011
1277
  "attributes": [
1012
1278
  {
@@ -1085,7 +1351,7 @@
1085
1351
  },
1086
1352
  {
1087
1353
  "name": "umb-input-eye-dropper",
1088
- "path": "./../../src/backoffice/core/components/input-eye-dropper/input-eye-dropper.element.ts",
1354
+ "path": "./../../src/packages/core/components/input-eye-dropper/input-eye-dropper.element.ts",
1089
1355
  "attributes": [
1090
1356
  {
1091
1357
  "name": "opacity",
@@ -1165,7 +1431,7 @@
1165
1431
  },
1166
1432
  {
1167
1433
  "name": "umb-input-multi-url-picker",
1168
- "path": "./../../src/backoffice/core/components/input-multi-url-picker/input-multi-url-picker.element.ts",
1434
+ "path": "./../../src/packages/core/components/input-multi-url-picker/input-multi-url-picker.element.ts",
1169
1435
  "attributes": [
1170
1436
  {
1171
1437
  "name": "alias",
@@ -1334,7 +1600,7 @@
1334
1600
  },
1335
1601
  {
1336
1602
  "name": "umb-input-number-range",
1337
- "path": "./../../src/backoffice/core/components/input-number-range/input-number-range.element.ts",
1603
+ "path": "./../../src/packages/core/components/input-number-range/input-number-range.element.ts",
1338
1604
  "attributes": [
1339
1605
  {
1340
1606
  "name": "min-label",
@@ -1437,7 +1703,7 @@
1437
1703
  },
1438
1704
  {
1439
1705
  "name": "umb-input-radio-button-list",
1440
- "path": "./../../src/backoffice/core/components/input-radio-button-list/input-radio-button-list.element.ts",
1706
+ "path": "./../../src/packages/core/components/input-radio-button-list/input-radio-button-list.element.ts",
1441
1707
  "attributes": [
1442
1708
  {
1443
1709
  "name": "list",
@@ -1517,7 +1783,7 @@
1517
1783
  },
1518
1784
  {
1519
1785
  "name": "umb-input-section",
1520
- "path": "./../../src/backoffice/core/components/input-section/input-section.element.ts",
1786
+ "path": "./../../src/packages/core/components/input-section/input-section.element.ts",
1521
1787
  "attributes": [
1522
1788
  {
1523
1789
  "name": "value",
@@ -1577,7 +1843,7 @@
1577
1843
  },
1578
1844
  {
1579
1845
  "name": "umb-input-slider",
1580
- "path": "./../../src/backoffice/core/components/input-slider/input-slider.element.ts",
1846
+ "path": "./../../src/packages/core/components/input-slider/input-slider.element.ts",
1581
1847
  "attributes": [
1582
1848
  {
1583
1849
  "name": "min",
@@ -1701,7 +1967,7 @@
1701
1967
  },
1702
1968
  {
1703
1969
  "name": "umb-input-toggle",
1704
- "path": "./../../src/backoffice/core/components/input-toggle/input-toggle.element.ts",
1970
+ "path": "./../../src/packages/core/components/input-toggle/input-toggle.element.ts",
1705
1971
  "attributes": [
1706
1972
  {
1707
1973
  "name": "checked",
@@ -1797,7 +2063,7 @@
1797
2063
  },
1798
2064
  {
1799
2065
  "name": "umb-input-upload-field-file",
1800
- "path": "./../../src/backoffice/core/components/input-upload-field/input-upload-field-file.element.ts",
2066
+ "path": "./../../src/packages/core/components/input-upload-field/input-upload-field-file.element.ts",
1801
2067
  "properties": [
1802
2068
  {
1803
2069
  "name": "file",
@@ -1812,7 +2078,7 @@
1812
2078
  },
1813
2079
  {
1814
2080
  "name": "umb-input-upload-field",
1815
- "path": "./../../src/backoffice/core/components/input-upload-field/input-upload-field.element.ts",
2081
+ "path": "./../../src/packages/core/components/input-upload-field/input-upload-field.element.ts",
1816
2082
  "attributes": [
1817
2083
  {
1818
2084
  "name": "keys",
@@ -1907,7 +2173,7 @@
1907
2173
  },
1908
2174
  {
1909
2175
  "name": "umb-menu-item-base",
1910
- "path": "./../../src/backoffice/core/components/menu/menu-item-base/menu-item-base.element.ts",
2176
+ "path": "./../../src/packages/core/components/menu/menu-item-base/menu-item-base.element.ts",
1911
2177
  "attributes": [
1912
2178
  {
1913
2179
  "name": "entity-type",
@@ -1962,7 +2228,7 @@
1962
2228
  },
1963
2229
  {
1964
2230
  "name": "umb-menu-item",
1965
- "path": "./../../src/backoffice/core/components/menu/menu-item/menu-item.element.ts",
2231
+ "path": "./../../src/packages/core/components/menu/menu-item/menu-item.element.ts",
1966
2232
  "properties": [
1967
2233
  {
1968
2234
  "name": "styles",
@@ -1976,7 +2242,7 @@
1976
2242
  },
1977
2243
  {
1978
2244
  "name": "umb-menu",
1979
- "path": "./../../src/backoffice/core/components/menu/menu.element.ts",
2245
+ "path": "./../../src/packages/core/components/menu/menu.element.ts",
1980
2246
  "attributes": [
1981
2247
  {
1982
2248
  "name": "manifest"
@@ -1996,7 +2262,7 @@
1996
2262
  },
1997
2263
  {
1998
2264
  "name": "umb-property-creator",
1999
- "path": "./../../src/backoffice/core/components/property-creator/property-creator.element.ts",
2265
+ "path": "./../../src/packages/core/components/property-creator/property-creator.element.ts",
2000
2266
  "properties": [
2001
2267
  {
2002
2268
  "name": "styles",
@@ -2007,7 +2273,7 @@
2007
2273
  },
2008
2274
  {
2009
2275
  "name": "umb-property-editor-config",
2010
- "path": "./../../src/backoffice/core/components/property-editor-config/property-editor-config.element.ts",
2276
+ "path": "./../../src/packages/core/components/property-editor-config/property-editor-config.element.ts",
2011
2277
  "attributes": [
2012
2278
  {
2013
2279
  "name": "property-editor-ui-alias",
@@ -2042,7 +2308,7 @@
2042
2308
  },
2043
2309
  {
2044
2310
  "name": "umb-property-type-based-property",
2045
- "path": "./../../src/backoffice/core/components/property-type-based-property/property-type-based-property.element.ts",
2311
+ "path": "./../../src/packages/core/components/property-type-based-property/property-type-based-property.element.ts",
2046
2312
  "attributes": [
2047
2313
  {
2048
2314
  "name": "propertyVariantId",
@@ -2071,7 +2337,7 @@
2071
2337
  },
2072
2338
  {
2073
2339
  "name": "umb-ref-property-editor-ui",
2074
- "path": "./../../src/backoffice/core/components/ref-property-editor-ui/ref-property-editor-ui.element.ts",
2340
+ "path": "./../../src/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.ts",
2075
2341
  "attributes": [
2076
2342
  {
2077
2343
  "name": "alias",
@@ -2194,7 +2460,7 @@
2194
2460
  },
2195
2461
  {
2196
2462
  "name": "umb-section-main",
2197
- "path": "./../../src/backoffice/core/components/section/section-main/section-main.element.ts",
2463
+ "path": "./../../src/packages/core/components/section/section-main/section-main.element.ts",
2198
2464
  "properties": [
2199
2465
  {
2200
2466
  "name": "styles",
@@ -2205,7 +2471,7 @@
2205
2471
  },
2206
2472
  {
2207
2473
  "name": "umb-section-sidebar-context-menu",
2208
- "path": "./../../src/backoffice/core/components/section/section-sidebar-context-menu/section-sidebar-context-menu.element.ts",
2474
+ "path": "./../../src/packages/core/components/section/section-sidebar-context-menu/section-sidebar-context-menu.element.ts",
2209
2475
  "properties": [
2210
2476
  {
2211
2477
  "name": "styles",
@@ -2216,7 +2482,7 @@
2216
2482
  },
2217
2483
  {
2218
2484
  "name": "umb-section-sidebar-menu",
2219
- "path": "./../../src/backoffice/core/components/section/section-sidebar-menu/section-sidebar-menu.element.ts",
2485
+ "path": "./../../src/packages/core/components/section/section-sidebar-menu/section-sidebar-menu.element.ts",
2220
2486
  "attributes": [
2221
2487
  {
2222
2488
  "name": "manifest"
@@ -2236,7 +2502,7 @@
2236
2502
  },
2237
2503
  {
2238
2504
  "name": "umb-section-sidebar",
2239
- "path": "./../../src/backoffice/core/components/section/section-sidebar/section-sidebar.element.ts",
2505
+ "path": "./../../src/packages/core/components/section/section-sidebar/section-sidebar.element.ts",
2240
2506
  "properties": [
2241
2507
  {
2242
2508
  "name": "styles",
@@ -2247,7 +2513,7 @@
2247
2513
  },
2248
2514
  {
2249
2515
  "name": "umb-section-views",
2250
- "path": "./../../src/backoffice/core/components/section/section-views/section-views.element.ts",
2516
+ "path": "./../../src/packages/core/components/section/section-views/section-views.element.ts",
2251
2517
  "attributes": [
2252
2518
  {
2253
2519
  "name": "section-alias",
@@ -2269,7 +2535,7 @@
2269
2535
  },
2270
2536
  {
2271
2537
  "name": "umb-section-default",
2272
- "path": "./../../src/backoffice/core/components/section/section.element.ts",
2538
+ "path": "./../../src/packages/core/components/section/section.element.ts",
2273
2539
  "attributes": [
2274
2540
  {
2275
2541
  "name": "manifest"
@@ -2289,7 +2555,7 @@
2289
2555
  },
2290
2556
  {
2291
2557
  "name": "umb-table",
2292
- "path": "./../../src/backoffice/core/components/table/table.element.ts",
2558
+ "path": "./../../src/packages/core/components/table/table.element.ts",
2293
2559
  "properties": [
2294
2560
  {
2295
2561
  "name": "items",
@@ -2345,7 +2611,7 @@
2345
2611
  },
2346
2612
  {
2347
2613
  "name": "umb-tooltip-menu",
2348
- "path": "./../../src/backoffice/core/components/tooltip-menu/tooltip-menu.element.ts",
2614
+ "path": "./../../src/packages/core/components/tooltip-menu/tooltip-menu.element.ts",
2349
2615
  "attributes": [
2350
2616
  {
2351
2617
  "name": "icon-only",
@@ -2380,7 +2646,7 @@
2380
2646
  },
2381
2647
  {
2382
2648
  "name": "umb-entity-tree-item",
2383
- "path": "./../../src/backoffice/core/components/tree/entity-tree-item/entity-tree-item.element.ts",
2649
+ "path": "./../../src/packages/core/components/tree/entity-tree-item/entity-tree-item.element.ts",
2384
2650
  "properties": [
2385
2651
  {
2386
2652
  "name": "item"
@@ -2394,7 +2660,7 @@
2394
2660
  },
2395
2661
  {
2396
2662
  "name": "umb-tree-item-base",
2397
- "path": "./../../src/backoffice/core/components/tree/tree-item-base/tree-item-base.element.ts",
2663
+ "path": "./../../src/packages/core/components/tree/tree-item-base/tree-item-base.element.ts",
2398
2664
  "properties": [
2399
2665
  {
2400
2666
  "name": "styles",
@@ -2405,7 +2671,7 @@
2405
2671
  },
2406
2672
  {
2407
2673
  "name": "umb-tree-item",
2408
- "path": "./../../src/backoffice/core/components/tree/tree-item/tree-item.element.ts",
2674
+ "path": "./../../src/packages/core/components/tree/tree-item/tree-item.element.ts",
2409
2675
  "properties": [
2410
2676
  {
2411
2677
  "name": "item"
@@ -2419,7 +2685,7 @@
2419
2685
  },
2420
2686
  {
2421
2687
  "name": "umb-menu-item-tree",
2422
- "path": "./../../src/backoffice/core/components/tree/tree-menu-item/tree-menu-item.element.ts",
2688
+ "path": "./../../src/packages/core/components/tree/tree-menu-item/tree-menu-item.element.ts",
2423
2689
  "attributes": [
2424
2690
  {
2425
2691
  "name": "manifest"
@@ -2434,7 +2700,7 @@
2434
2700
  },
2435
2701
  {
2436
2702
  "name": "umb-tree",
2437
- "path": "./../../src/backoffice/core/components/tree/tree.element.ts",
2703
+ "path": "./../../src/packages/core/components/tree/tree.element.ts",
2438
2704
  "attributes": [
2439
2705
  {
2440
2706
  "name": "alias"
@@ -2486,7 +2752,7 @@
2486
2752
  },
2487
2753
  {
2488
2754
  "name": "umb-variant-selector",
2489
- "path": "./../../src/backoffice/core/components/variant-selector/variant-selector.element.ts",
2755
+ "path": "./../../src/packages/core/components/variant-selector/variant-selector.element.ts",
2490
2756
  "attributes": [
2491
2757
  {
2492
2758
  "name": "alias",
@@ -2508,7 +2774,7 @@
2508
2774
  },
2509
2775
  {
2510
2776
  "name": "umb-variantable-property",
2511
- "path": "./../../src/backoffice/core/components/variantable-property/variantable-property.element.ts",
2777
+ "path": "./../../src/packages/core/components/variantable-property/variantable-property.element.ts",
2512
2778
  "properties": [
2513
2779
  {
2514
2780
  "name": "property"
@@ -2522,7 +2788,7 @@
2522
2788
  },
2523
2789
  {
2524
2790
  "name": "umb-workspace-property",
2525
- "path": "./../../src/backoffice/core/components/workspace-property/workspace-property.element.ts",
2791
+ "path": "./../../src/packages/core/components/workspace-property/workspace-property.element.ts",
2526
2792
  "attributes": [
2527
2793
  {
2528
2794
  "name": "label",
@@ -2635,7 +2901,7 @@
2635
2901
  },
2636
2902
  {
2637
2903
  "name": "umb-workspace-action-menu",
2638
- "path": "./../../src/backoffice/core/components/workspace/workspace-action-menu/workspace-action-menu.element.ts",
2904
+ "path": "./../../src/packages/core/components/workspace/workspace-action-menu/workspace-action-menu.element.ts",
2639
2905
  "properties": [
2640
2906
  {
2641
2907
  "name": "styles",
@@ -2646,7 +2912,7 @@
2646
2912
  },
2647
2913
  {
2648
2914
  "name": "umb-workspace-action",
2649
- "path": "./../../src/backoffice/core/components/workspace/workspace-action/workspace-action.element.ts",
2915
+ "path": "./../../src/packages/core/components/workspace/workspace-action/workspace-action.element.ts",
2650
2916
  "properties": [
2651
2917
  {
2652
2918
  "name": "manifest"
@@ -2660,7 +2926,7 @@
2660
2926
  },
2661
2927
  {
2662
2928
  "name": "umb-workspace-view-collection",
2663
- "path": "./../../src/backoffice/core/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
2929
+ "path": "./../../src/packages/core/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
2664
2930
  "properties": [
2665
2931
  {
2666
2932
  "name": "manifest"
@@ -2674,7 +2940,7 @@
2674
2940
  },
2675
2941
  {
2676
2942
  "name": "umb-workspace-editor",
2677
- "path": "./../../src/backoffice/core/components/workspace/workspace-editor/workspace-editor.element.ts",
2943
+ "path": "./../../src/packages/core/components/workspace/workspace-editor/workspace-editor.element.ts",
2678
2944
  "attributes": [
2679
2945
  {
2680
2946
  "name": "headline",
@@ -2759,7 +3025,7 @@
2759
3025
  },
2760
3026
  {
2761
3027
  "name": "umb-workspace-footer",
2762
- "path": "./../../src/backoffice/core/components/workspace/workspace-footer/workspace-footer.element.ts",
3028
+ "path": "./../../src/packages/core/components/workspace/workspace-footer/workspace-footer.element.ts",
2763
3029
  "attributes": [
2764
3030
  {
2765
3031
  "name": "alias",
@@ -2795,7 +3061,7 @@
2795
3061
  },
2796
3062
  {
2797
3063
  "name": "umb-workspace-property-layout",
2798
- "path": "./../../src/backoffice/core/components/workspace/workspace-property-layout/workspace-property-layout.element.ts",
3064
+ "path": "./../../src/packages/core/components/workspace/workspace-property-layout/workspace-property-layout.element.ts",
2799
3065
  "attributes": [
2800
3066
  {
2801
3067
  "name": "alias",
@@ -2874,7 +3140,7 @@
2874
3140
  },
2875
3141
  {
2876
3142
  "name": "umb-workspace-variant",
2877
- "path": "./../../src/backoffice/core/components/workspace/workspace-variant/workspace-variant.element.ts",
3143
+ "path": "./../../src/packages/core/components/workspace/workspace-variant/workspace-variant.element.ts",
2878
3144
  "description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.",
2879
3145
  "attributes": [
2880
3146
  {
@@ -2922,7 +3188,7 @@
2922
3188
  },
2923
3189
  {
2924
3190
  "name": "umb-workspace",
2925
- "path": "./../../src/backoffice/core/components/workspace/workspace.element.ts",
3191
+ "path": "./../../src/packages/core/components/workspace/workspace.element.ts",
2926
3192
  "attributes": [
2927
3193
  {
2928
3194
  "name": "entity-type",
@@ -2946,7 +3212,7 @@
2946
3212
  },
2947
3213
  {
2948
3214
  "name": "umb-confirm-modal",
2949
- "path": "./../../src/backoffice/core/modals/confirm/confirm-modal.element.ts",
3215
+ "path": "./../../src/packages/core/modals/confirm/confirm-modal.element.ts",
2950
3216
  "attributes": [
2951
3217
  {
2952
3218
  "name": "data"
@@ -2969,7 +3235,7 @@
2969
3235
  },
2970
3236
  {
2971
3237
  "name": "umb-embedded-media-modal",
2972
- "path": "./../../src/backoffice/core/modals/embedded-media/embedded-media-modal.element.ts",
3238
+ "path": "./../../src/packages/core/modals/embedded-media/embedded-media-modal.element.ts",
2973
3239
  "attributes": [
2974
3240
  {
2975
3241
  "name": "data"
@@ -2992,7 +3258,7 @@
2992
3258
  },
2993
3259
  {
2994
3260
  "name": "umb-folder-modal",
2995
- "path": "./../../src/backoffice/core/modals/folder/folder-modal.element.ts",
3261
+ "path": "./../../src/packages/core/modals/folder/folder-modal.element.ts",
2996
3262
  "properties": [
2997
3263
  {
2998
3264
  "name": "modalHandler"
@@ -3009,7 +3275,7 @@
3009
3275
  },
3010
3276
  {
3011
3277
  "name": "umb-icon-picker-modal",
3012
- "path": "./../../src/backoffice/core/modals/icon-picker/icon-picker-modal.element.ts",
3278
+ "path": "./../../src/packages/core/modals/icon-picker/icon-picker-modal.element.ts",
3013
3279
  "properties": [
3014
3280
  {
3015
3281
  "name": "styles",
@@ -3020,7 +3286,7 @@
3020
3286
  },
3021
3287
  {
3022
3288
  "name": "umb-link-picker-modal",
3023
- "path": "./../../src/backoffice/core/modals/link-picker/link-picker-modal.element.ts",
3289
+ "path": "./../../src/packages/core/modals/link-picker/link-picker-modal.element.ts",
3024
3290
  "properties": [
3025
3291
  {
3026
3292
  "name": "styles",
@@ -3031,7 +3297,7 @@
3031
3297
  },
3032
3298
  {
3033
3299
  "name": "umb-property-settings-modal",
3034
- "path": "./../../src/backoffice/core/modals/property-settings/property-settings-modal.element.ts",
3300
+ "path": "./../../src/packages/core/modals/property-settings/property-settings-modal.element.ts",
3035
3301
  "properties": [
3036
3302
  {
3037
3303
  "name": "styles",
@@ -3042,7 +3308,7 @@
3042
3308
  },
3043
3309
  {
3044
3310
  "name": "umb-section-picker-modal",
3045
- "path": "./../../src/backoffice/core/modals/section-picker/section-picker-modal.element.ts",
3311
+ "path": "./../../src/packages/core/modals/section-picker/section-picker-modal.element.ts",
3046
3312
  "properties": [
3047
3313
  {
3048
3314
  "name": "styles",
@@ -3053,7 +3319,7 @@
3053
3319
  },
3054
3320
  {
3055
3321
  "name": "umb-template-modal",
3056
- "path": "./../../src/backoffice/core/modals/template/template-modal.element.ts",
3322
+ "path": "./../../src/packages/core/modals/template/template-modal.element.ts",
3057
3323
  "properties": [
3058
3324
  {
3059
3325
  "name": "styles",
@@ -3064,7 +3330,7 @@
3064
3330
  },
3065
3331
  {
3066
3332
  "name": "umb-tree-picker-modal",
3067
- "path": "./../../src/backoffice/core/modals/tree-picker/tree-picker-modal.element.ts",
3333
+ "path": "./../../src/packages/core/modals/tree-picker/tree-picker-modal.element.ts",
3068
3334
  "properties": [
3069
3335
  {
3070
3336
  "name": "styles",
@@ -3075,7 +3341,7 @@
3075
3341
  },
3076
3342
  {
3077
3343
  "name": "umb-notification-layout-default",
3078
- "path": "./../../src/backoffice/core/notification/layouts/default/notification-layout-default.element.ts",
3344
+ "path": "./../../src/packages/core/notification/layouts/default/notification-layout-default.element.ts",
3079
3345
  "attributes": [
3080
3346
  {
3081
3347
  "name": "data"
@@ -3098,11 +3364,11 @@
3098
3364
  },
3099
3365
  {
3100
3366
  "name": "umb-story-notification-default-example",
3101
- "path": "./../../src/backoffice/core/notification/stories/story-notification-default-example.element.ts"
3367
+ "path": "./../../src/packages/core/notification/stories/story-notification-default-example.element.ts"
3102
3368
  },
3103
3369
  {
3104
3370
  "name": "umb-property-action-clear",
3105
- "path": "./../../src/backoffice/core/property-actions/clear/property-action-clear.element.ts",
3371
+ "path": "./../../src/packages/core/property-actions/clear/property-action-clear.element.ts",
3106
3372
  "attributes": [
3107
3373
  {
3108
3374
  "name": "value",
@@ -3126,7 +3392,7 @@
3126
3392
  },
3127
3393
  {
3128
3394
  "name": "umb-property-action-copy",
3129
- "path": "./../../src/backoffice/core/property-actions/copy/property-action-copy.element.ts",
3395
+ "path": "./../../src/packages/core/property-actions/copy/property-action-copy.element.ts",
3130
3396
  "attributes": [
3131
3397
  {
3132
3398
  "name": "value",
@@ -3150,7 +3416,7 @@
3150
3416
  },
3151
3417
  {
3152
3418
  "name": "umb-property-action-menu",
3153
- "path": "./../../src/backoffice/core/property-actions/shared/property-action-menu/property-action-menu.element.ts",
3419
+ "path": "./../../src/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.ts",
3154
3420
  "attributes": [
3155
3421
  {
3156
3422
  "name": "value",
@@ -3181,7 +3447,7 @@
3181
3447
  },
3182
3448
  {
3183
3449
  "name": "umb-property-action",
3184
- "path": "./../../src/backoffice/core/property-actions/shared/property-action/property-action.element.ts",
3450
+ "path": "./../../src/packages/core/property-actions/shared/property-action/property-action.element.ts",
3185
3451
  "attributes": [
3186
3452
  {
3187
3453
  "name": "propertyAction"
@@ -3210,7 +3476,7 @@
3210
3476
  },
3211
3477
  {
3212
3478
  "name": "umb-property-editor-ui-picker-modal",
3213
- "path": "./../../src/backoffice/core/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
3479
+ "path": "./../../src/packages/core/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
3214
3480
  "attributes": [
3215
3481
  {
3216
3482
  "name": "data"
@@ -3233,7 +3499,7 @@
3233
3499
  },
3234
3500
  {
3235
3501
  "name": "umb-property-editor-ui-block-grid-block-configuration",
3236
- "path": "./../../src/backoffice/core/property-editors/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
3502
+ "path": "./../../src/packages/core/property-editors/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
3237
3503
  "attributes": [
3238
3504
  {
3239
3505
  "name": "value",
@@ -3262,7 +3528,7 @@
3262
3528
  },
3263
3529
  {
3264
3530
  "name": "umb-property-editor-ui-block-grid-group-configuration",
3265
- "path": "./../../src/backoffice/core/property-editors/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
3531
+ "path": "./../../src/packages/core/property-editors/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
3266
3532
  "attributes": [
3267
3533
  {
3268
3534
  "name": "value",
@@ -3291,7 +3557,7 @@
3291
3557
  },
3292
3558
  {
3293
3559
  "name": "umb-property-editor-ui-block-grid-stylesheet-picker",
3294
- "path": "./../../src/backoffice/core/property-editors/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
3560
+ "path": "./../../src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
3295
3561
  "attributes": [
3296
3562
  {
3297
3563
  "name": "value",
@@ -3320,7 +3586,7 @@
3320
3586
  },
3321
3587
  {
3322
3588
  "name": "umb-property-editor-ui-block-grid-inner-test",
3323
- "path": "./../../src/backoffice/core/property-editors/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
3589
+ "path": "./../../src/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
3324
3590
  "attributes": [
3325
3591
  {
3326
3592
  "name": "name",
@@ -3344,7 +3610,7 @@
3344
3610
  },
3345
3611
  {
3346
3612
  "name": "umb-property-editor-ui-block-grid",
3347
- "path": "./../../src/backoffice/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts",
3613
+ "path": "./../../src/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts",
3348
3614
  "attributes": [
3349
3615
  {
3350
3616
  "name": "value",
@@ -3360,9 +3626,7 @@
3360
3626
  "default": "\"\""
3361
3627
  },
3362
3628
  {
3363
- "name": "config",
3364
- "type": "never[]",
3365
- "default": "[]"
3629
+ "name": "config"
3366
3630
  },
3367
3631
  {
3368
3632
  "name": "styles",
@@ -3373,7 +3637,7 @@
3373
3637
  },
3374
3638
  {
3375
3639
  "name": "umb-property-editor-ui-block-list-block-configuration",
3376
- "path": "./../../src/backoffice/core/property-editors/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
3640
+ "path": "./../../src/packages/core/property-editors/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
3377
3641
  "attributes": [
3378
3642
  {
3379
3643
  "name": "value",
@@ -3402,7 +3666,7 @@
3402
3666
  },
3403
3667
  {
3404
3668
  "name": "umb-property-editor-ui-block-list",
3405
- "path": "./../../src/backoffice/core/property-editors/uis/block-list/property-editor-ui-block-list.element.ts",
3669
+ "path": "./../../src/packages/core/property-editors/uis/block-list/property-editor-ui-block-list.element.ts",
3406
3670
  "attributes": [
3407
3671
  {
3408
3672
  "name": "value",
@@ -3418,9 +3682,7 @@
3418
3682
  "default": "\"\""
3419
3683
  },
3420
3684
  {
3421
- "name": "config",
3422
- "type": "never[]",
3423
- "default": "[]"
3685
+ "name": "config"
3424
3686
  },
3425
3687
  {
3426
3688
  "name": "styles",
@@ -3431,7 +3693,7 @@
3431
3693
  },
3432
3694
  {
3433
3695
  "name": "umb-property-editor-ui-checkbox-list",
3434
- "path": "./../../src/backoffice/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
3696
+ "path": "./../../src/packages/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
3435
3697
  "attributes": [
3436
3698
  {
3437
3699
  "name": "value",
@@ -3445,8 +3707,7 @@
3445
3707
  "type": "string[]"
3446
3708
  },
3447
3709
  {
3448
- "name": "config",
3449
- "type": "array"
3710
+ "name": "config"
3450
3711
  },
3451
3712
  {
3452
3713
  "name": "styles",
@@ -3462,7 +3723,7 @@
3462
3723
  },
3463
3724
  {
3464
3725
  "name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
3465
- "path": "./../../src/backoffice/core/property-editors/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
3726
+ "path": "./../../src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
3466
3727
  "attributes": [
3467
3728
  {
3468
3729
  "name": "value",
@@ -3491,7 +3752,7 @@
3491
3752
  },
3492
3753
  {
3493
3754
  "name": "umb-property-editor-ui-collection-view-column-configuration",
3494
- "path": "./../../src/backoffice/core/property-editors/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
3755
+ "path": "./../../src/packages/core/property-editors/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
3495
3756
  "attributes": [
3496
3757
  {
3497
3758
  "name": "value",
@@ -3520,7 +3781,7 @@
3520
3781
  },
3521
3782
  {
3522
3783
  "name": "umb-property-editor-ui-collection-view-layout-configuration",
3523
- "path": "./../../src/backoffice/core/property-editors/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
3784
+ "path": "./../../src/packages/core/property-editors/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
3524
3785
  "attributes": [
3525
3786
  {
3526
3787
  "name": "value",
@@ -3549,7 +3810,7 @@
3549
3810
  },
3550
3811
  {
3551
3812
  "name": "umb-property-editor-ui-collection-view-order-by",
3552
- "path": "./../../src/backoffice/core/property-editors/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
3813
+ "path": "./../../src/packages/core/property-editors/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
3553
3814
  "attributes": [
3554
3815
  {
3555
3816
  "name": "value",
@@ -3578,7 +3839,7 @@
3578
3839
  },
3579
3840
  {
3580
3841
  "name": "umb-property-editor-ui-collection-view",
3581
- "path": "./../../src/backoffice/core/property-editors/uis/collection-view/property-editor-ui-collection-view.element.ts",
3842
+ "path": "./../../src/packages/core/property-editors/uis/collection-view/property-editor-ui-collection-view.element.ts",
3582
3843
  "attributes": [
3583
3844
  {
3584
3845
  "name": "value",
@@ -3607,7 +3868,7 @@
3607
3868
  },
3608
3869
  {
3609
3870
  "name": "umb-property-editor-ui-color-picker",
3610
- "path": "./../../src/backoffice/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.ts",
3871
+ "path": "./../../src/packages/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.ts",
3611
3872
  "attributes": [
3612
3873
  {
3613
3874
  "name": "value",
@@ -3623,8 +3884,7 @@
3623
3884
  "default": "\"\""
3624
3885
  },
3625
3886
  {
3626
- "name": "config",
3627
- "type": "array"
3887
+ "name": "config"
3628
3888
  },
3629
3889
  {
3630
3890
  "name": "styles",
@@ -3640,7 +3900,7 @@
3640
3900
  },
3641
3901
  {
3642
3902
  "name": "umb-property-editor-ui-date-picker",
3643
- "path": "./../../src/backoffice/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.ts",
3903
+ "path": "./../../src/packages/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.ts",
3644
3904
  "attributes": [
3645
3905
  {
3646
3906
  "name": "value",
@@ -3654,8 +3914,7 @@
3654
3914
  "type": "string | undefined"
3655
3915
  },
3656
3916
  {
3657
- "name": "config",
3658
- "type": "array"
3917
+ "name": "config"
3659
3918
  },
3660
3919
  {
3661
3920
  "name": "styles",
@@ -3666,7 +3925,7 @@
3666
3925
  },
3667
3926
  {
3668
3927
  "name": "umb-property-editor-ui-dropdown",
3669
- "path": "./../../src/backoffice/core/property-editors/uis/dropdown/property-editor-ui-dropdown.element.ts",
3928
+ "path": "./../../src/packages/core/property-editors/uis/dropdown/property-editor-ui-dropdown.element.ts",
3670
3929
  "attributes": [
3671
3930
  {
3672
3931
  "name": "value",
@@ -3682,9 +3941,7 @@
3682
3941
  "default": "\"\""
3683
3942
  },
3684
3943
  {
3685
- "name": "config",
3686
- "type": "never[]",
3687
- "default": "[]"
3944
+ "name": "config"
3688
3945
  },
3689
3946
  {
3690
3947
  "name": "styles",
@@ -3695,7 +3952,7 @@
3695
3952
  },
3696
3953
  {
3697
3954
  "name": "umb-property-editor-ui-eye-dropper",
3698
- "path": "./../../src/backoffice/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
3955
+ "path": "./../../src/packages/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
3699
3956
  "attributes": [
3700
3957
  {
3701
3958
  "name": "value",
@@ -3711,8 +3968,7 @@
3711
3968
  "default": "\"\""
3712
3969
  },
3713
3970
  {
3714
- "name": "config",
3715
- "type": "array"
3971
+ "name": "config"
3716
3972
  },
3717
3973
  {
3718
3974
  "name": "styles",
@@ -3728,7 +3984,7 @@
3728
3984
  },
3729
3985
  {
3730
3986
  "name": "umb-property-editor-ui-icon-picker",
3731
- "path": "./../../src/backoffice/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
3987
+ "path": "./../../src/packages/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
3732
3988
  "attributes": [
3733
3989
  {
3734
3990
  "name": "value",
@@ -3744,9 +4000,7 @@
3744
4000
  "default": "\"\""
3745
4001
  },
3746
4002
  {
3747
- "name": "config",
3748
- "type": "never[]",
3749
- "default": "[]"
4003
+ "name": "config"
3750
4004
  },
3751
4005
  {
3752
4006
  "name": "styles",
@@ -3757,7 +4011,7 @@
3757
4011
  },
3758
4012
  {
3759
4013
  "name": "umb-property-editor-ui-image-cropper",
3760
- "path": "./../../src/backoffice/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
4014
+ "path": "./../../src/packages/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
3761
4015
  "attributes": [
3762
4016
  {
3763
4017
  "name": "value",
@@ -3773,9 +4027,7 @@
3773
4027
  "default": "\"\""
3774
4028
  },
3775
4029
  {
3776
- "name": "config",
3777
- "type": "never[]",
3778
- "default": "[]"
4030
+ "name": "config"
3779
4031
  },
3780
4032
  {
3781
4033
  "name": "styles",
@@ -3786,7 +4038,7 @@
3786
4038
  },
3787
4039
  {
3788
4040
  "name": "umb-property-editor-ui-image-crops-configuration",
3789
- "path": "./../../src/backoffice/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
4041
+ "path": "./../../src/packages/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
3790
4042
  "attributes": [
3791
4043
  {
3792
4044
  "name": "value",
@@ -3803,8 +4055,7 @@
3803
4055
  },
3804
4056
  {
3805
4057
  "name": "config",
3806
- "type": "never[]",
3807
- "default": "[]"
4058
+ "default": "\"new UmbDataTypePropertyCollection()\""
3808
4059
  },
3809
4060
  {
3810
4061
  "name": "styles",
@@ -3815,7 +4066,7 @@
3815
4066
  },
3816
4067
  {
3817
4068
  "name": "umb-property-editor-ui-label",
3818
- "path": "./../../src/backoffice/core/property-editors/uis/label/property-editor-ui-label.element.ts",
4069
+ "path": "./../../src/packages/core/property-editors/uis/label/property-editor-ui-label.element.ts",
3819
4070
  "attributes": [
3820
4071
  {
3821
4072
  "name": "value",
@@ -3842,9 +4093,7 @@
3842
4093
  "default": "\"\""
3843
4094
  },
3844
4095
  {
3845
- "name": "config",
3846
- "type": "never[]",
3847
- "default": "[]"
4096
+ "name": "config"
3848
4097
  },
3849
4098
  {
3850
4099
  "name": "styles",
@@ -3855,7 +4104,7 @@
3855
4104
  },
3856
4105
  {
3857
4106
  "name": "umb-property-editor-ui-markdown-editor",
3858
- "path": "./../../src/backoffice/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
4107
+ "path": "./../../src/packages/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
3859
4108
  "attributes": [
3860
4109
  {
3861
4110
  "name": "value",
@@ -3872,8 +4121,7 @@
3872
4121
  },
3873
4122
  {
3874
4123
  "name": "config",
3875
- "type": "never[]",
3876
- "default": "[]"
4124
+ "default": "\"new UmbDataTypePropertyCollection()\""
3877
4125
  },
3878
4126
  {
3879
4127
  "name": "styles",
@@ -3884,7 +4132,7 @@
3884
4132
  },
3885
4133
  {
3886
4134
  "name": "umb-property-editor-ui-media-picker",
3887
- "path": "./../../src/backoffice/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.ts",
4135
+ "path": "./../../src/packages/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.ts",
3888
4136
  "attributes": [
3889
4137
  {
3890
4138
  "name": "value",
@@ -3898,8 +4146,7 @@
3898
4146
  "type": "string[]"
3899
4147
  },
3900
4148
  {
3901
- "name": "config",
3902
- "type": "array"
4149
+ "name": "config"
3903
4150
  }
3904
4151
  ],
3905
4152
  "events": [
@@ -3910,7 +4157,7 @@
3910
4157
  },
3911
4158
  {
3912
4159
  "name": "umb-property-editor-ui-member-group-picker",
3913
- "path": "./../../src/backoffice/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
4160
+ "path": "./../../src/packages/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
3914
4161
  "attributes": [
3915
4162
  {
3916
4163
  "name": "value",
@@ -3927,8 +4174,7 @@
3927
4174
  },
3928
4175
  {
3929
4176
  "name": "config",
3930
- "type": "never[]",
3931
- "default": "[]"
4177
+ "default": "\"new UmbDataTypePropertyCollection()\""
3932
4178
  },
3933
4179
  {
3934
4180
  "name": "styles",
@@ -3939,7 +4185,7 @@
3939
4185
  },
3940
4186
  {
3941
4187
  "name": "umb-property-editor-ui-member-picker",
3942
- "path": "./../../src/backoffice/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.ts",
4188
+ "path": "./../../src/packages/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.ts",
3943
4189
  "attributes": [
3944
4190
  {
3945
4191
  "name": "value",
@@ -3956,8 +4202,7 @@
3956
4202
  },
3957
4203
  {
3958
4204
  "name": "config",
3959
- "type": "never[]",
3960
- "default": "[]"
4205
+ "default": "\"new UmbDataTypePropertyCollection()\""
3961
4206
  },
3962
4207
  {
3963
4208
  "name": "styles",
@@ -3968,7 +4213,7 @@
3968
4213
  },
3969
4214
  {
3970
4215
  "name": "umb-property-editor-ui-multi-url-picker",
3971
- "path": "./../../src/backoffice/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
4216
+ "path": "./../../src/packages/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
3972
4217
  "attributes": [
3973
4218
  {
3974
4219
  "name": "value",
@@ -3984,8 +4229,7 @@
3984
4229
  "default": "[]"
3985
4230
  },
3986
4231
  {
3987
- "name": "config",
3988
- "type": "array"
4232
+ "name": "config"
3989
4233
  },
3990
4234
  {
3991
4235
  "name": "styles",
@@ -4001,7 +4245,7 @@
4001
4245
  },
4002
4246
  {
4003
4247
  "name": "umb-input-multiple-text-string-item",
4004
- "path": "./../../src/backoffice/core/property-editors/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
4248
+ "path": "./../../src/packages/core/property-editors/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
4005
4249
  "attributes": [
4006
4250
  {
4007
4251
  "name": "disabled",
@@ -4080,7 +4324,7 @@
4080
4324
  },
4081
4325
  {
4082
4326
  "name": "umb-input-multiple-text-string",
4083
- "path": "./../../src/backoffice/core/property-editors/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
4327
+ "path": "./../../src/packages/core/property-editors/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
4084
4328
  "attributes": [
4085
4329
  {
4086
4330
  "name": "min",
@@ -4220,7 +4464,7 @@
4220
4464
  },
4221
4465
  {
4222
4466
  "name": "umb-property-editor-ui-multiple-text-string",
4223
- "path": "./../../src/backoffice/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
4467
+ "path": "./../../src/packages/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
4224
4468
  "attributes": [
4225
4469
  {
4226
4470
  "name": "value",
@@ -4254,8 +4498,7 @@
4254
4498
  "default": "[]"
4255
4499
  },
4256
4500
  {
4257
- "name": "config",
4258
- "type": "MultipleTextStringConfigData"
4501
+ "name": "config"
4259
4502
  },
4260
4503
  {
4261
4504
  "name": "disabled",
@@ -4282,7 +4525,7 @@
4282
4525
  },
4283
4526
  {
4284
4527
  "name": "umb-property-editor-ui-number-range",
4285
- "path": "./../../src/backoffice/core/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
4528
+ "path": "./../../src/packages/core/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
4286
4529
  "properties": [
4287
4530
  {
4288
4531
  "name": "value",
@@ -4290,8 +4533,7 @@
4290
4533
  },
4291
4534
  {
4292
4535
  "name": "config",
4293
- "type": "never[]",
4294
- "default": "[]"
4536
+ "default": "\"new UmbDataTypePropertyCollection()\""
4295
4537
  },
4296
4538
  {
4297
4539
  "name": "styles",
@@ -4307,7 +4549,7 @@
4307
4549
  },
4308
4550
  {
4309
4551
  "name": "umb-property-editor-ui-number",
4310
- "path": "./../../src/backoffice/core/property-editors/uis/number/property-editor-ui-number.element.ts",
4552
+ "path": "./../../src/packages/core/property-editors/uis/number/property-editor-ui-number.element.ts",
4311
4553
  "attributes": [
4312
4554
  {
4313
4555
  "name": "value",
@@ -4323,8 +4565,7 @@
4323
4565
  "default": "\"\""
4324
4566
  },
4325
4567
  {
4326
- "name": "config",
4327
- "type": "array"
4568
+ "name": "config"
4328
4569
  },
4329
4570
  {
4330
4571
  "name": "styles",
@@ -4340,7 +4581,7 @@
4340
4581
  },
4341
4582
  {
4342
4583
  "name": "umb-property-editor-ui-order-direction",
4343
- "path": "./../../src/backoffice/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.ts",
4584
+ "path": "./../../src/packages/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.ts",
4344
4585
  "attributes": [
4345
4586
  {
4346
4587
  "name": "value",
@@ -4357,8 +4598,7 @@
4357
4598
  },
4358
4599
  {
4359
4600
  "name": "config",
4360
- "type": "never[]",
4361
- "default": "[]"
4601
+ "default": "\"new UmbDataTypePropertyCollection()\""
4362
4602
  },
4363
4603
  {
4364
4604
  "name": "styles",
@@ -4369,7 +4609,7 @@
4369
4609
  },
4370
4610
  {
4371
4611
  "name": "umb-property-editor-ui-overlay-size",
4372
- "path": "./../../src/backoffice/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
4612
+ "path": "./../../src/packages/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
4373
4613
  "attributes": [
4374
4614
  {
4375
4615
  "name": "value",
@@ -4386,8 +4626,7 @@
4386
4626
  },
4387
4627
  {
4388
4628
  "name": "config",
4389
- "type": "never[]",
4390
- "default": "[]"
4629
+ "default": "\"new UmbDataTypePropertyCollection()\""
4391
4630
  },
4392
4631
  {
4393
4632
  "name": "styles",
@@ -4398,7 +4637,7 @@
4398
4637
  },
4399
4638
  {
4400
4639
  "name": "umb-property-editor-ui-radio-button-list",
4401
- "path": "./../../src/backoffice/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
4640
+ "path": "./../../src/packages/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
4402
4641
  "attributes": [
4403
4642
  {
4404
4643
  "name": "value",
@@ -4412,8 +4651,7 @@
4412
4651
  "type": "string"
4413
4652
  },
4414
4653
  {
4415
- "name": "config",
4416
- "type": "array"
4654
+ "name": "config"
4417
4655
  },
4418
4656
  {
4419
4657
  "name": "styles",
@@ -4429,7 +4667,7 @@
4429
4667
  },
4430
4668
  {
4431
4669
  "name": "umb-property-editor-ui-slider",
4432
- "path": "./../../src/backoffice/core/property-editors/uis/slider/property-editor-ui-slider.element.ts",
4670
+ "path": "./../../src/packages/core/property-editors/uis/slider/property-editor-ui-slider.element.ts",
4433
4671
  "attributes": [
4434
4672
  {
4435
4673
  "name": "value",
@@ -4445,8 +4683,7 @@
4445
4683
  "default": "{}"
4446
4684
  },
4447
4685
  {
4448
- "name": "config",
4449
- "type": "array"
4686
+ "name": "config"
4450
4687
  },
4451
4688
  {
4452
4689
  "name": "styles",
@@ -4462,7 +4699,7 @@
4462
4699
  },
4463
4700
  {
4464
4701
  "name": "umb-property-editor-ui-text-box",
4465
- "path": "./../../src/backoffice/core/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
4702
+ "path": "./../../src/packages/core/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
4466
4703
  "attributes": [
4467
4704
  {
4468
4705
  "name": "value",
@@ -4478,8 +4715,7 @@
4478
4715
  "default": "\"\""
4479
4716
  },
4480
4717
  {
4481
- "name": "config",
4482
- "type": "array"
4718
+ "name": "config"
4483
4719
  },
4484
4720
  {
4485
4721
  "name": "styles",
@@ -4495,7 +4731,7 @@
4495
4731
  },
4496
4732
  {
4497
4733
  "name": "umb-property-editor-ui-textarea",
4498
- "path": "./../../src/backoffice/core/property-editors/uis/textarea/property-editor-ui-textarea.element.ts",
4734
+ "path": "./../../src/packages/core/property-editors/uis/textarea/property-editor-ui-textarea.element.ts",
4499
4735
  "attributes": [
4500
4736
  {
4501
4737
  "name": "value",
@@ -4511,8 +4747,7 @@
4511
4747
  "default": "\"\""
4512
4748
  },
4513
4749
  {
4514
- "name": "config",
4515
- "type": "array"
4750
+ "name": "config"
4516
4751
  },
4517
4752
  {
4518
4753
  "name": "styles",
@@ -4528,7 +4763,7 @@
4528
4763
  },
4529
4764
  {
4530
4765
  "name": "umb-property-editor-ui-tiny-mce-configuration",
4531
- "path": "./../../src/backoffice/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts",
4766
+ "path": "./../../src/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts",
4532
4767
  "attributes": [
4533
4768
  {
4534
4769
  "name": "value",
@@ -4557,7 +4792,7 @@
4557
4792
  },
4558
4793
  {
4559
4794
  "name": "umb-property-editor-ui-tiny-mce",
4560
- "path": "./../../src/backoffice/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
4795
+ "path": "./../../src/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
4561
4796
  "attributes": [
4562
4797
  {
4563
4798
  "name": "value",
@@ -4574,8 +4809,7 @@
4574
4809
  },
4575
4810
  {
4576
4811
  "name": "config",
4577
- "type": "never[]",
4578
- "default": "[]"
4812
+ "default": "\"new UmbDataTypePropertyCollection()\""
4579
4813
  },
4580
4814
  {
4581
4815
  "name": "styles",
@@ -4586,7 +4820,7 @@
4586
4820
  },
4587
4821
  {
4588
4822
  "name": "umb-property-editor-ui-toggle",
4589
- "path": "./../../src/backoffice/core/property-editors/uis/toggle/property-editor-ui-toggle.element.ts",
4823
+ "path": "./../../src/packages/core/property-editors/uis/toggle/property-editor-ui-toggle.element.ts",
4590
4824
  "attributes": [
4591
4825
  {
4592
4826
  "name": "value",
@@ -4602,8 +4836,7 @@
4602
4836
  "default": "false"
4603
4837
  },
4604
4838
  {
4605
- "name": "config",
4606
- "type": "array"
4839
+ "name": "config"
4607
4840
  },
4608
4841
  {
4609
4842
  "name": "styles",
@@ -4619,7 +4852,7 @@
4619
4852
  },
4620
4853
  {
4621
4854
  "name": "umb-property-editor-ui-tree-picker-start-node",
4622
- "path": "./../../src/backoffice/core/property-editors/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
4855
+ "path": "./../../src/packages/core/property-editors/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
4623
4856
  "attributes": [
4624
4857
  {
4625
4858
  "name": "value",
@@ -4648,7 +4881,7 @@
4648
4881
  },
4649
4882
  {
4650
4883
  "name": "umb-property-editor-ui-tree-picker",
4651
- "path": "./../../src/backoffice/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
4884
+ "path": "./../../src/packages/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
4652
4885
  "attributes": [
4653
4886
  {
4654
4887
  "name": "value",
@@ -4665,8 +4898,7 @@
4665
4898
  },
4666
4899
  {
4667
4900
  "name": "config",
4668
- "type": "never[]",
4669
- "default": "[]"
4901
+ "default": "\"new UmbDataTypePropertyCollection()\""
4670
4902
  },
4671
4903
  {
4672
4904
  "name": "styles",
@@ -4677,7 +4909,7 @@
4677
4909
  },
4678
4910
  {
4679
4911
  "name": "umb-property-editor-ui-upload-field",
4680
- "path": "./../../src/backoffice/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.ts",
4912
+ "path": "./../../src/packages/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.ts",
4681
4913
  "attributes": [
4682
4914
  {
4683
4915
  "name": "value",
@@ -4693,8 +4925,7 @@
4693
4925
  "default": "\"\""
4694
4926
  },
4695
4927
  {
4696
- "name": "config",
4697
- "type": "array"
4928
+ "name": "config"
4698
4929
  },
4699
4930
  {
4700
4931
  "name": "styles",
@@ -4710,7 +4941,7 @@
4710
4941
  },
4711
4942
  {
4712
4943
  "name": "umb-property-editor-ui-user-picker",
4713
- "path": "./../../src/backoffice/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.ts",
4944
+ "path": "./../../src/packages/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.ts",
4714
4945
  "attributes": [
4715
4946
  {
4716
4947
  "name": "value",
@@ -4727,8 +4958,7 @@
4727
4958
  },
4728
4959
  {
4729
4960
  "name": "config",
4730
- "type": "never[]",
4731
- "default": "[]"
4961
+ "default": "\"new UmbDataTypePropertyCollection()\""
4732
4962
  },
4733
4963
  {
4734
4964
  "name": "styles",
@@ -4739,7 +4969,7 @@
4739
4969
  },
4740
4970
  {
4741
4971
  "name": "umb-property-editor-ui-value-type",
4742
- "path": "./../../src/backoffice/core/property-editors/uis/value-type/property-editor-ui-value-type.element.ts",
4972
+ "path": "./../../src/packages/core/property-editors/uis/value-type/property-editor-ui-value-type.element.ts",
4743
4973
  "attributes": [
4744
4974
  {
4745
4975
  "name": "value",
@@ -4755,9 +4985,7 @@
4755
4985
  "default": "\"\""
4756
4986
  },
4757
4987
  {
4758
- "name": "config",
4759
- "type": "never[]",
4760
- "default": "[]"
4988
+ "name": "config"
4761
4989
  },
4762
4990
  {
4763
4991
  "name": "styles",
@@ -4773,7 +5001,7 @@
4773
5001
  },
4774
5002
  {
4775
5003
  "name": "umb-dashboard-redirect-management",
4776
- "path": "./../../src/backoffice/documents/dashboards/redirect-management/dashboard-redirect-management.element.ts",
5004
+ "path": "./../../src/packages/documents/dashboards/redirect-management/dashboard-redirect-management.element.ts",
4777
5005
  "attributes": [
4778
5006
  {
4779
5007
  "name": "items-per-page",
@@ -4797,11 +5025,11 @@
4797
5025
  },
4798
5026
  {
4799
5027
  "name": "umb-document-blueprint-root-workspace",
4800
- "path": "./../../src/backoffice/documents/document-blueprints/workspace/document-blueprint-root-workspace.element.ts"
5028
+ "path": "./../../src/packages/documents/document-blueprints/workspace/document-blueprint-root-workspace.element.ts"
4801
5029
  },
4802
5030
  {
4803
5031
  "name": "umb-input-document-type-picker",
4804
- "path": "./../../src/backoffice/documents/document-types/components/input-document-type-picker/input-document-type-picker.element.ts",
5032
+ "path": "./../../src/packages/documents/document-types/components/input-document-type-picker/input-document-type-picker.element.ts",
4805
5033
  "attributes": [
4806
5034
  {
4807
5035
  "name": "selectedIds",
@@ -4873,7 +5101,7 @@
4873
5101
  },
4874
5102
  {
4875
5103
  "name": "umb-allowed-document-types-modal",
4876
- "path": "./../../src/backoffice/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.ts",
5104
+ "path": "./../../src/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.ts",
4877
5105
  "properties": [
4878
5106
  {
4879
5107
  "name": "styles",
@@ -4884,7 +5112,7 @@
4884
5112
  },
4885
5113
  {
4886
5114
  "name": "umb-document-type-workspace-editor",
4887
- "path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace-editor.element.ts",
5115
+ "path": "./../../src/packages/documents/document-types/workspace/document-type-workspace-editor.element.ts",
4888
5116
  "properties": [
4889
5117
  {
4890
5118
  "name": "styles",
@@ -4895,7 +5123,7 @@
4895
5123
  },
4896
5124
  {
4897
5125
  "name": "umb-document-type-workspace",
4898
- "path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace.element.ts",
5126
+ "path": "./../../src/packages/documents/document-types/workspace/document-type-workspace.element.ts",
4899
5127
  "properties": [
4900
5128
  {
4901
5129
  "name": "styles",
@@ -4906,7 +5134,7 @@
4906
5134
  },
4907
5135
  {
4908
5136
  "name": "umb-document-type-workspace-view-design",
4909
- "path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
5137
+ "path": "./../../src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
4910
5138
  "properties": [
4911
5139
  {
4912
5140
  "name": "styles",
@@ -4917,7 +5145,7 @@
4917
5145
  },
4918
5146
  {
4919
5147
  "name": "umb-document-type-workspace-view-edit-properties",
4920
- "path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
5148
+ "path": "./../../src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
4921
5149
  "attributes": [
4922
5150
  {
4923
5151
  "name": "container-id",
@@ -4955,7 +5183,7 @@
4955
5183
  },
4956
5184
  {
4957
5185
  "name": "document-type-workspace-view-edit-property",
4958
- "path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
5186
+ "path": "./../../src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
4959
5187
  "attributes": [
4960
5188
  {
4961
5189
  "name": "property",
@@ -5005,7 +5233,7 @@
5005
5233
  },
5006
5234
  {
5007
5235
  "name": "umb-document-type-workspace-view-edit-tab",
5008
- "path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
5236
+ "path": "./../../src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
5009
5237
  "attributes": [
5010
5238
  {
5011
5239
  "name": "ownerTabId",
@@ -5045,7 +5273,7 @@
5045
5273
  },
5046
5274
  {
5047
5275
  "name": "umb-document-type-workspace-view-edit",
5048
- "path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
5276
+ "path": "./../../src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
5049
5277
  "properties": [
5050
5278
  {
5051
5279
  "name": "styles",
@@ -5056,7 +5284,7 @@
5056
5284
  },
5057
5285
  {
5058
5286
  "name": "umb-document-type-workspace-view-details",
5059
- "path": "./../../src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
5287
+ "path": "./../../src/packages/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
5060
5288
  "properties": [
5061
5289
  {
5062
5290
  "name": "styles",
@@ -5067,7 +5295,7 @@
5067
5295
  },
5068
5296
  {
5069
5297
  "name": "umb-document-type-workspace-view-structure",
5070
- "path": "./../../src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
5298
+ "path": "./../../src/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
5071
5299
  "properties": [
5072
5300
  {
5073
5301
  "name": "styles",
@@ -5078,7 +5306,7 @@
5078
5306
  },
5079
5307
  {
5080
5308
  "name": "umb-document-type-workspace-view-templates",
5081
- "path": "./../../src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
5309
+ "path": "./../../src/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
5082
5310
  "properties": [
5083
5311
  {
5084
5312
  "name": "styles",
@@ -5089,7 +5317,7 @@
5089
5317
  },
5090
5318
  {
5091
5319
  "name": "umb-document-table-actions-column-layout",
5092
- "path": "./../../src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
5320
+ "path": "./../../src/packages/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
5093
5321
  "properties": [
5094
5322
  {
5095
5323
  "name": "column"
@@ -5109,7 +5337,7 @@
5109
5337
  },
5110
5338
  {
5111
5339
  "name": "umb-document-table-collection-view",
5112
- "path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
5340
+ "path": "./../../src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts",
5113
5341
  "properties": [
5114
5342
  {
5115
5343
  "name": "styles",
@@ -5120,7 +5348,7 @@
5120
5348
  },
5121
5349
  {
5122
5350
  "name": "umb-collection-view-document-table",
5123
- "path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
5351
+ "path": "./../../src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts",
5124
5352
  "properties": [
5125
5353
  {
5126
5354
  "name": "styles",
@@ -5131,7 +5359,7 @@
5131
5359
  },
5132
5360
  {
5133
5361
  "name": "umb-input-document-picker",
5134
- "path": "./../../src/backoffice/documents/documents/components/input-document-picker/input-document-picker.element.ts",
5362
+ "path": "./../../src/packages/documents/documents/components/input-document-picker/input-document-picker.element.ts",
5135
5363
  "attributes": [
5136
5364
  {
5137
5365
  "name": "min",
@@ -5250,11 +5478,11 @@
5250
5478
  },
5251
5479
  {
5252
5480
  "name": "umb-document-menu-item",
5253
- "path": "./../../src/backoffice/documents/documents/menu-item/document-menu-item.element.ts"
5481
+ "path": "./../../src/packages/documents/documents/menu-item/document-menu-item.element.ts"
5254
5482
  },
5255
5483
  {
5256
5484
  "name": "umb-property-editor-ui-document-picker",
5257
- "path": "./../../src/backoffice/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.ts",
5485
+ "path": "./../../src/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.ts",
5258
5486
  "attributes": [
5259
5487
  {
5260
5488
  "name": "value",
@@ -5268,8 +5496,7 @@
5268
5496
  "type": "string[]"
5269
5497
  },
5270
5498
  {
5271
- "name": "config",
5272
- "type": "array"
5499
+ "name": "config"
5273
5500
  }
5274
5501
  ],
5275
5502
  "events": [
@@ -5280,7 +5507,7 @@
5280
5507
  },
5281
5508
  {
5282
5509
  "name": "umb-document-tree-item",
5283
- "path": "./../../src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
5510
+ "path": "./../../src/packages/documents/documents/tree/tree-item/document-tree-item.element.ts",
5284
5511
  "properties": [
5285
5512
  {
5286
5513
  "name": "item"
@@ -5294,7 +5521,7 @@
5294
5521
  },
5295
5522
  {
5296
5523
  "name": "umb-document-workspace-editor",
5297
- "path": "./../../src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
5524
+ "path": "./../../src/packages/documents/documents/workspace/document-workspace-editor.element.ts",
5298
5525
  "properties": [
5299
5526
  {
5300
5527
  "name": "styles",
@@ -5305,7 +5532,7 @@
5305
5532
  },
5306
5533
  {
5307
5534
  "name": "umb-document-workspace-split-view",
5308
- "path": "./../../src/backoffice/documents/documents/workspace/document-workspace-split-view.element.ts",
5535
+ "path": "./../../src/packages/documents/documents/workspace/document-workspace-split-view.element.ts",
5309
5536
  "properties": [
5310
5537
  {
5311
5538
  "name": "styles",
@@ -5316,7 +5543,7 @@
5316
5543
  },
5317
5544
  {
5318
5545
  "name": "umb-document-workspace",
5319
- "path": "./../../src/backoffice/documents/documents/workspace/document-workspace.element.ts",
5546
+ "path": "./../../src/packages/documents/documents/workspace/document-workspace.element.ts",
5320
5547
  "properties": [
5321
5548
  {
5322
5549
  "name": "styles",
@@ -5327,7 +5554,7 @@
5327
5554
  },
5328
5555
  {
5329
5556
  "name": "umb-document-workspace-view-edit-properties",
5330
- "path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.ts",
5557
+ "path": "./../../src/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.ts",
5331
5558
  "attributes": [
5332
5559
  {
5333
5560
  "name": "container-name",
@@ -5356,7 +5583,7 @@
5356
5583
  },
5357
5584
  {
5358
5585
  "name": "umb-document-workspace-view-edit-tab",
5359
- "path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.ts",
5586
+ "path": "./../../src/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.ts",
5360
5587
  "attributes": [
5361
5588
  {
5362
5589
  "name": "tabName",
@@ -5387,7 +5614,7 @@
5387
5614
  },
5388
5615
  {
5389
5616
  "name": "umb-document-workspace-view-edit",
5390
- "path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit.element.ts",
5617
+ "path": "./../../src/packages/documents/documents/workspace/views/edit/document-workspace-view-edit.element.ts",
5391
5618
  "properties": [
5392
5619
  {
5393
5620
  "name": "styles",
@@ -5398,7 +5625,7 @@
5398
5625
  },
5399
5626
  {
5400
5627
  "name": "umb-document-info-workspace-view",
5401
- "path": "./../../src/backoffice/documents/documents/workspace/views/info/document-info-workspace-view.element.ts",
5628
+ "path": "./../../src/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.ts",
5402
5629
  "properties": [
5403
5630
  {
5404
5631
  "name": "styles",
@@ -5409,7 +5636,7 @@
5409
5636
  },
5410
5637
  {
5411
5638
  "name": "umb-media-type-workspace-edit",
5412
- "path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace-edit.element.ts",
5639
+ "path": "./../../src/packages/media/media-types/workspace/media-type-workspace-edit.element.ts",
5413
5640
  "properties": [
5414
5641
  {
5415
5642
  "name": "styles",
@@ -5420,7 +5647,7 @@
5420
5647
  },
5421
5648
  {
5422
5649
  "name": "umb-media-type-workspace",
5423
- "path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
5650
+ "path": "./../../src/packages/media/media-types/workspace/media-type-workspace.element.ts",
5424
5651
  "properties": [
5425
5652
  {
5426
5653
  "name": "styles",
@@ -5431,7 +5658,7 @@
5431
5658
  },
5432
5659
  {
5433
5660
  "name": "umb-media-type-workspace-",
5434
- "path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
5661
+ "path": "./../../src/packages/media/media-types/workspace/media-type-workspace.element.ts",
5435
5662
  "properties": [
5436
5663
  {
5437
5664
  "name": "styles",
@@ -5442,7 +5669,7 @@
5442
5669
  },
5443
5670
  {
5444
5671
  "name": "umb-collection-view-media-test",
5445
- "path": "./../../src/backoffice/media/media/collection-view/collection-view-media-test.element.ts",
5672
+ "path": "./../../src/packages/media/media/collection-view/collection-view-media-test.element.ts",
5446
5673
  "properties": [
5447
5674
  {
5448
5675
  "name": "styles",
@@ -5453,7 +5680,7 @@
5453
5680
  },
5454
5681
  {
5455
5682
  "name": "umb-media-grid-collection-view",
5456
- "path": "./../../src/backoffice/media/media/collection-view/media-grid-collection-view.element.ts",
5683
+ "path": "./../../src/packages/media/media/collection-view/media-grid-collection-view.element.ts",
5457
5684
  "properties": [
5458
5685
  {
5459
5686
  "name": "styles",
@@ -5464,7 +5691,7 @@
5464
5691
  },
5465
5692
  {
5466
5693
  "name": "umb-media-table-collection-view",
5467
- "path": "./../../src/backoffice/media/media/collection-view/media-table-collection-view.element.ts",
5694
+ "path": "./../../src/packages/media/media/collection-view/media-table-collection-view.element.ts",
5468
5695
  "properties": [
5469
5696
  {
5470
5697
  "name": "styles",
@@ -5475,7 +5702,7 @@
5475
5702
  },
5476
5703
  {
5477
5704
  "name": "umb-input-media-picker",
5478
- "path": "./../../src/backoffice/media/media/components/input-media-picker/input-media-picker.element.ts",
5705
+ "path": "./../../src/packages/media/media/components/input-media-picker/input-media-picker.element.ts",
5479
5706
  "attributes": [
5480
5707
  {
5481
5708
  "name": "min",
@@ -5594,11 +5821,11 @@
5594
5821
  },
5595
5822
  {
5596
5823
  "name": "umb-media-menu-item",
5597
- "path": "./../../src/backoffice/media/media/menu-item/media-menu-item.element.ts"
5824
+ "path": "./../../src/packages/media/media/menu-item/media-menu-item.element.ts"
5598
5825
  },
5599
5826
  {
5600
5827
  "name": "umb-media-workspace-edit",
5601
- "path": "./../../src/backoffice/media/media/workspace/media-workspace-edit.element.ts",
5828
+ "path": "./../../src/packages/media/media/workspace/media-workspace-edit.element.ts",
5602
5829
  "properties": [
5603
5830
  {
5604
5831
  "name": "styles",
@@ -5609,7 +5836,7 @@
5609
5836
  },
5610
5837
  {
5611
5838
  "name": "umb-media-workspace",
5612
- "path": "./../../src/backoffice/media/media/workspace/media-workspace.element.ts",
5839
+ "path": "./../../src/packages/media/media/workspace/media-workspace.element.ts",
5613
5840
  "properties": [
5614
5841
  {
5615
5842
  "name": "styles",
@@ -5620,7 +5847,7 @@
5620
5847
  },
5621
5848
  {
5622
5849
  "name": "umb-media-edit-workspace-view",
5623
- "path": "./../../src/backoffice/media/media/workspace/views/edit/media-edit-workspace-view.element.ts",
5850
+ "path": "./../../src/packages/media/media/workspace/views/edit/media-edit-workspace-view.element.ts",
5624
5851
  "properties": [
5625
5852
  {
5626
5853
  "name": "styles",
@@ -5631,7 +5858,7 @@
5631
5858
  },
5632
5859
  {
5633
5860
  "name": "umb-media-info-workspace-view",
5634
- "path": "./../../src/backoffice/media/media/workspace/views/info/media-info-workspace-view.element.ts",
5861
+ "path": "./../../src/packages/media/media/workspace/views/info/media-info-workspace-view.element.ts",
5635
5862
  "properties": [
5636
5863
  {
5637
5864
  "name": "styles",
@@ -5642,7 +5869,7 @@
5642
5869
  },
5643
5870
  {
5644
5871
  "name": "umb-dashboard-members-welcome",
5645
- "path": "./../../src/backoffice/members/dashboards/welcome/dashboard-members-welcome.element.ts",
5872
+ "path": "./../../src/packages/members/dashboards/welcome/dashboard-members-welcome.element.ts",
5646
5873
  "properties": [
5647
5874
  {
5648
5875
  "name": "styles",
@@ -5653,7 +5880,7 @@
5653
5880
  },
5654
5881
  {
5655
5882
  "name": "umb-member-group-workspace-edit",
5656
- "path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace-edit.element.ts",
5883
+ "path": "./../../src/packages/members/member-groups/workspace/member-group-workspace-edit.element.ts",
5657
5884
  "properties": [
5658
5885
  {
5659
5886
  "name": "styles",
@@ -5664,7 +5891,7 @@
5664
5891
  },
5665
5892
  {
5666
5893
  "name": "umb-member-group-workspace",
5667
- "path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace.element.ts",
5894
+ "path": "./../../src/packages/members/member-groups/workspace/member-group-workspace.element.ts",
5668
5895
  "properties": [
5669
5896
  {
5670
5897
  "name": "styles",
@@ -5675,7 +5902,7 @@
5675
5902
  },
5676
5903
  {
5677
5904
  "name": "umb-workspace-view-member-group-info",
5678
- "path": "./../../src/backoffice/members/member-groups/workspace/views/info/workspace-view-member-group-info.element.ts",
5905
+ "path": "./../../src/packages/members/member-groups/workspace/views/info/workspace-view-member-group-info.element.ts",
5679
5906
  "properties": [
5680
5907
  {
5681
5908
  "name": "styles",
@@ -5686,7 +5913,7 @@
5686
5913
  },
5687
5914
  {
5688
5915
  "name": "umb-member-type-workspace-edit",
5689
- "path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace-edit.element.ts",
5916
+ "path": "./../../src/packages/members/member-types/workspace/member-type-workspace-edit.element.ts",
5690
5917
  "properties": [
5691
5918
  {
5692
5919
  "name": "styles",
@@ -5697,7 +5924,7 @@
5697
5924
  },
5698
5925
  {
5699
5926
  "name": "umb-member-type-workspace",
5700
- "path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace.element.ts",
5927
+ "path": "./../../src/packages/members/member-types/workspace/member-type-workspace.element.ts",
5701
5928
  "properties": [
5702
5929
  {
5703
5930
  "name": "styles",
@@ -5708,7 +5935,7 @@
5708
5935
  },
5709
5936
  {
5710
5937
  "name": "umb-member-workspace-edit",
5711
- "path": "./../../src/backoffice/members/members/workspace/member-workspace-edit.element.ts",
5938
+ "path": "./../../src/packages/members/members/workspace/member-workspace-edit.element.ts",
5712
5939
  "properties": [
5713
5940
  {
5714
5941
  "name": "styles",
@@ -5719,7 +5946,7 @@
5719
5946
  },
5720
5947
  {
5721
5948
  "name": "umb-member-workspace",
5722
- "path": "./../../src/backoffice/members/members/workspace/member-workspace.element.ts",
5949
+ "path": "./../../src/packages/members/members/workspace/member-workspace.element.ts",
5723
5950
  "properties": [
5724
5951
  {
5725
5952
  "name": "styles",
@@ -5730,7 +5957,7 @@
5730
5957
  },
5731
5958
  {
5732
5959
  "name": "umb-workspace-package-builder",
5733
- "path": "./../../src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts",
5960
+ "path": "./../../src/packages/packages/package-builder/workspace/workspace-package-builder.element.ts",
5734
5961
  "attributes": [
5735
5962
  {
5736
5963
  "name": "entityId",
@@ -5752,7 +5979,7 @@
5752
5979
  },
5753
5980
  {
5754
5981
  "name": "umb-workspace-package",
5755
- "path": "./../../src/backoffice/packages/package-repo/workspace/workspace-package.element.ts",
5982
+ "path": "./../../src/packages/packages/package-repo/workspace/workspace-package.element.ts",
5756
5983
  "attributes": [
5757
5984
  {
5758
5985
  "name": "entityId",
@@ -5774,11 +6001,11 @@
5774
6001
  },
5775
6002
  {
5776
6003
  "name": "umb-created-packages-section-view",
5777
- "path": "./../../src/backoffice/packages/package-section/views/created/created-packages-section-view.element.ts"
6004
+ "path": "./../../src/packages/packages/package-section/views/created/created-packages-section-view.element.ts"
5778
6005
  },
5779
6006
  {
5780
6007
  "name": "umb-packages-created-overview",
5781
- "path": "./../../src/backoffice/packages/package-section/views/created/packages-created-overview.element.ts",
6008
+ "path": "./../../src/packages/packages/package-section/views/created/packages-created-overview.element.ts",
5782
6009
  "properties": [
5783
6010
  {
5784
6011
  "name": "styles",
@@ -5789,7 +6016,7 @@
5789
6016
  },
5790
6017
  {
5791
6018
  "name": "umb-installed-packages-section-view-item",
5792
- "path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view-item.element.ts",
6019
+ "path": "./../../src/packages/packages/package-section/views/installed/installed-packages-section-view-item.element.ts",
5793
6020
  "attributes": [
5794
6021
  {
5795
6022
  "name": "name",
@@ -5840,7 +6067,7 @@
5840
6067
  },
5841
6068
  {
5842
6069
  "name": "umb-installed-packages-section-view",
5843
- "path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view.element.ts",
6070
+ "path": "./../../src/packages/packages/package-section/views/installed/installed-packages-section-view.element.ts",
5844
6071
  "properties": [
5845
6072
  {
5846
6073
  "name": "styles",
@@ -5851,7 +6078,7 @@
5851
6078
  },
5852
6079
  {
5853
6080
  "name": "umb-packages-market-place-section-view",
5854
- "path": "./../../src/backoffice/packages/package-section/views/market-place/packages-market-place-section-view.element.ts",
6081
+ "path": "./../../src/packages/packages/package-section/views/market-place/packages-market-place-section-view.element.ts",
5855
6082
  "attributes": [
5856
6083
  {
5857
6084
  "name": "marketplaceUrl",
@@ -5875,7 +6102,7 @@
5875
6102
  },
5876
6103
  {
5877
6104
  "name": "umb-dashboard-examine-management",
5878
- "path": "./../../src/backoffice/search/examine-management-dashboard/dashboard-examine-management.element.ts",
6105
+ "path": "./../../src/packages/search/examine-management-dashboard/dashboard-examine-management.element.ts",
5879
6106
  "properties": [
5880
6107
  {
5881
6108
  "name": "styles",
@@ -5886,7 +6113,7 @@
5886
6113
  },
5887
6114
  {
5888
6115
  "name": "umb-examine-fields-settings-modal",
5889
- "path": "./../../src/backoffice/search/examine-management-dashboard/views/modal-views/fields-settings.element.ts",
6116
+ "path": "./../../src/packages/search/examine-management-dashboard/views/modal-views/fields-settings.element.ts",
5890
6117
  "properties": [
5891
6118
  {
5892
6119
  "name": "styles",
@@ -5897,7 +6124,7 @@
5897
6124
  },
5898
6125
  {
5899
6126
  "name": "umb-modal-element-fields-viewer",
5900
- "path": "./../../src/backoffice/search/examine-management-dashboard/views/modal-views/fields-viewer.element.ts",
6127
+ "path": "./../../src/packages/search/examine-management-dashboard/views/modal-views/fields-viewer.element.ts",
5901
6128
  "properties": [
5902
6129
  {
5903
6130
  "name": "styles",
@@ -5908,7 +6135,7 @@
5908
6135
  },
5909
6136
  {
5910
6137
  "name": "umb-search-modal",
5911
- "path": "./../../src/backoffice/search/search-modal/search-modal.element.ts",
6138
+ "path": "./../../src/packages/search/search-modal/search-modal.element.ts",
5912
6139
  "properties": [
5913
6140
  {
5914
6141
  "name": "styles",
@@ -5919,7 +6146,7 @@
5919
6146
  },
5920
6147
  {
5921
6148
  "name": "umb-search-header-app",
5922
- "path": "./../../src/backoffice/search/umb-search-header-app.element.ts",
6149
+ "path": "./../../src/packages/search/umb-search-header-app.element.ts",
5923
6150
  "properties": [
5924
6151
  {
5925
6152
  "name": "styles",
@@ -5930,7 +6157,7 @@
5930
6157
  },
5931
6158
  {
5932
6159
  "name": "umb-input-culture-select",
5933
- "path": "./../../src/backoffice/settings/cultures/components/input-culture-select/input-culture-select.element.ts",
6160
+ "path": "./../../src/packages/settings/cultures/components/input-culture-select/input-culture-select.element.ts",
5934
6161
  "attributes": [
5935
6162
  {
5936
6163
  "name": "disabled",
@@ -6013,11 +6240,11 @@
6013
6240
  },
6014
6241
  {
6015
6242
  "name": "umb-dashboard-health-check",
6016
- "path": "./../../src/backoffice/settings/dashboards/health-check/dashboard-health-check.element.ts"
6243
+ "path": "./../../src/packages/settings/dashboards/health-check/dashboard-health-check.element.ts"
6017
6244
  },
6018
6245
  {
6019
6246
  "name": "umb-dashboard-health-check-action",
6020
- "path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-action.element.ts",
6247
+ "path": "./../../src/packages/settings/dashboards/health-check/views/health-check-action.element.ts",
6021
6248
  "attributes": [
6022
6249
  {
6023
6250
  "name": "action"
@@ -6042,7 +6269,7 @@
6042
6269
  },
6043
6270
  {
6044
6271
  "name": "umb-health-check-group-box-overview",
6045
- "path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
6272
+ "path": "./../../src/packages/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
6046
6273
  "attributes": [
6047
6274
  {
6048
6275
  "name": "manifest"
@@ -6062,7 +6289,7 @@
6062
6289
  },
6063
6290
  {
6064
6291
  "name": "umb-health-check--group-box-overview",
6065
- "path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
6292
+ "path": "./../../src/packages/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
6066
6293
  "attributes": [
6067
6294
  {
6068
6295
  "name": "manifest"
@@ -6082,7 +6309,7 @@
6082
6309
  },
6083
6310
  {
6084
6311
  "name": "umb-dashboard-health-check-group",
6085
- "path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts",
6312
+ "path": "./../../src/packages/settings/dashboards/health-check/views/health-check-group.element.ts",
6086
6313
  "attributes": [
6087
6314
  {
6088
6315
  "name": "groupName",
@@ -6104,7 +6331,7 @@
6104
6331
  },
6105
6332
  {
6106
6333
  "name": "umb-dashboard-health-check-overview",
6107
- "path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-overview.element.ts",
6334
+ "path": "./../../src/packages/settings/dashboards/health-check/views/health-check-overview.element.ts",
6108
6335
  "properties": [
6109
6336
  {
6110
6337
  "name": "styles",
@@ -6115,7 +6342,7 @@
6115
6342
  },
6116
6343
  {
6117
6344
  "name": "umb-dashboard-models-builder",
6118
- "path": "./../../src/backoffice/settings/dashboards/models-builder/dashboard-models-builder.element.ts",
6345
+ "path": "./../../src/packages/settings/dashboards/models-builder/dashboard-models-builder.element.ts",
6119
6346
  "properties": [
6120
6347
  {
6121
6348
  "name": "styles",
@@ -6126,7 +6353,7 @@
6126
6353
  },
6127
6354
  {
6128
6355
  "name": "umb-dashboard-performance-profiling",
6129
- "path": "./../../src/backoffice/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts",
6356
+ "path": "./../../src/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts",
6130
6357
  "properties": [
6131
6358
  {
6132
6359
  "name": "styles",
@@ -6137,7 +6364,7 @@
6137
6364
  },
6138
6365
  {
6139
6366
  "name": "umb-dashboard-published-status",
6140
- "path": "./../../src/backoffice/settings/dashboards/published-status/dashboard-published-status.element.ts",
6367
+ "path": "./../../src/packages/settings/dashboards/published-status/dashboard-published-status.element.ts",
6141
6368
  "properties": [
6142
6369
  {
6143
6370
  "name": "styles",
@@ -6148,7 +6375,7 @@
6148
6375
  },
6149
6376
  {
6150
6377
  "name": "umb-dashboard-settings-welcome",
6151
- "path": "./../../src/backoffice/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.ts",
6378
+ "path": "./../../src/packages/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.ts",
6152
6379
  "properties": [
6153
6380
  {
6154
6381
  "name": "styles",
@@ -6159,7 +6386,7 @@
6159
6386
  },
6160
6387
  {
6161
6388
  "name": "umb-dashboard-telemetry",
6162
- "path": "./../../src/backoffice/settings/dashboards/telemetry/dashboard-telemetry.element.ts",
6389
+ "path": "./../../src/packages/settings/dashboards/telemetry/dashboard-telemetry.element.ts",
6163
6390
  "properties": [
6164
6391
  {
6165
6392
  "name": "styles",
@@ -6170,7 +6397,7 @@
6170
6397
  },
6171
6398
  {
6172
6399
  "name": "umb-data-type-input",
6173
- "path": "./../../src/backoffice/settings/data-types/components/data-type-input/data-type-input.element.ts",
6400
+ "path": "./../../src/packages/settings/data-types/components/data-type-input/data-type-input.element.ts",
6174
6401
  "attributes": [
6175
6402
  {
6176
6403
  "name": "min",
@@ -6291,7 +6518,7 @@
6291
6518
  },
6292
6519
  {
6293
6520
  "name": "umb-data-type-create-options-modal",
6294
- "path": "./../../src/backoffice/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
6521
+ "path": "./../../src/packages/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
6295
6522
  "attributes": [
6296
6523
  {
6297
6524
  "name": "data",
@@ -6316,7 +6543,7 @@
6316
6543
  },
6317
6544
  {
6318
6545
  "name": "umb-data-type-workspace-edit-element",
6319
- "path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
6546
+ "path": "./../../src/packages/settings/data-types/workspace/data-type-workspace-edit.element.ts",
6320
6547
  "attributes": [
6321
6548
  {
6322
6549
  "name": "manifest"
@@ -6336,7 +6563,7 @@
6336
6563
  },
6337
6564
  {
6338
6565
  "name": "umb-data-type-workspace",
6339
- "path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace.element.ts",
6566
+ "path": "./../../src/packages/settings/data-types/workspace/data-type-workspace.element.ts",
6340
6567
  "properties": [
6341
6568
  {
6342
6569
  "name": "styles",
@@ -6347,7 +6574,7 @@
6347
6574
  },
6348
6575
  {
6349
6576
  "name": "umb-data-type-details-workspace-view",
6350
- "path": "./../../src/backoffice/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts",
6577
+ "path": "./../../src/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts",
6351
6578
  "properties": [
6352
6579
  {
6353
6580
  "name": "styles",
@@ -6358,7 +6585,7 @@
6358
6585
  },
6359
6586
  {
6360
6587
  "name": "umb-workspace-view-data-type-info",
6361
- "path": "./../../src/backoffice/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.ts",
6588
+ "path": "./../../src/packages/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.ts",
6362
6589
  "properties": [
6363
6590
  {
6364
6591
  "name": "styles",
@@ -6369,7 +6596,7 @@
6369
6596
  },
6370
6597
  {
6371
6598
  "name": "umb-extension-root-workspace",
6372
- "path": "./../../src/backoffice/settings/extensions/workspace/extension-root-workspace.element.ts",
6599
+ "path": "./../../src/packages/settings/extensions/workspace/extension-root-workspace.element.ts",
6373
6600
  "properties": [
6374
6601
  {
6375
6602
  "name": "styles",
@@ -6380,7 +6607,7 @@
6380
6607
  },
6381
6608
  {
6382
6609
  "name": "umb-app-language-select",
6383
- "path": "./../../src/backoffice/settings/languages/app-language-select/app-language-select.element.ts",
6610
+ "path": "./../../src/packages/settings/languages/app-language-select/app-language-select.element.ts",
6384
6611
  "properties": [
6385
6612
  {
6386
6613
  "name": "styles",
@@ -6391,7 +6618,7 @@
6391
6618
  },
6392
6619
  {
6393
6620
  "name": "umb-input-language-picker",
6394
- "path": "./../../src/backoffice/settings/languages/components/input-language-picker/input-language-picker.element.ts",
6621
+ "path": "./../../src/packages/settings/languages/components/input-language-picker/input-language-picker.element.ts",
6395
6622
  "attributes": [
6396
6623
  {
6397
6624
  "name": "min",
@@ -6510,7 +6737,7 @@
6510
6737
  },
6511
6738
  {
6512
6739
  "name": "umb-language-picker-modal",
6513
- "path": "./../../src/backoffice/settings/languages/modals/language-picker/language-picker-modal.element.ts",
6740
+ "path": "./../../src/packages/settings/languages/modals/language-picker/language-picker-modal.element.ts",
6514
6741
  "properties": [
6515
6742
  {
6516
6743
  "name": "styles",
@@ -6521,7 +6748,7 @@
6521
6748
  },
6522
6749
  {
6523
6750
  "name": "umb-language-root-table-delete-column-layout",
6524
- "path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
6751
+ "path": "./../../src/packages/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
6525
6752
  "properties": [
6526
6753
  {
6527
6754
  "name": "value"
@@ -6535,7 +6762,7 @@
6535
6762
  },
6536
6763
  {
6537
6764
  "name": "umb-language-root-table-name-column-layout",
6538
- "path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
6765
+ "path": "./../../src/packages/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
6539
6766
  "properties": [
6540
6767
  {
6541
6768
  "name": "value",
@@ -6550,7 +6777,7 @@
6550
6777
  },
6551
6778
  {
6552
6779
  "name": "umb-language-root-workspace",
6553
- "path": "./../../src/backoffice/settings/languages/workspace/language-root/language-root-workspace.element.ts",
6780
+ "path": "./../../src/packages/settings/languages/workspace/language-root/language-root-workspace.element.ts",
6554
6781
  "properties": [
6555
6782
  {
6556
6783
  "name": "styles",
@@ -6561,7 +6788,7 @@
6561
6788
  },
6562
6789
  {
6563
6790
  "name": "umb-language-workspace-edit",
6564
- "path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
6791
+ "path": "./../../src/packages/settings/languages/workspace/language/language-workspace-edit.element.ts",
6565
6792
  "properties": [
6566
6793
  {
6567
6794
  "name": "styles",
@@ -6572,7 +6799,7 @@
6572
6799
  },
6573
6800
  {
6574
6801
  "name": "umb-language-workspace",
6575
- "path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace.element.ts",
6802
+ "path": "./../../src/packages/settings/languages/workspace/language/language-workspace.element.ts",
6576
6803
  "properties": [
6577
6804
  {
6578
6805
  "name": "styles",
@@ -6583,7 +6810,7 @@
6583
6810
  },
6584
6811
  {
6585
6812
  "name": "umb-language-details-workspace-view",
6586
- "path": "./../../src/backoffice/settings/languages/workspace/language/views/details/language-details-workspace-view.element.ts",
6813
+ "path": "./../../src/packages/settings/languages/workspace/language/views/details/language-details-workspace-view.element.ts",
6587
6814
  "properties": [
6588
6815
  {
6589
6816
  "name": "styles",
@@ -6594,7 +6821,7 @@
6594
6821
  },
6595
6822
  {
6596
6823
  "name": "umb-donut-chart",
6597
- "path": "./../../src/backoffice/settings/logviewer/components/donut-chart/donut-chart.element.ts",
6824
+ "path": "./../../src/packages/settings/logviewer/components/donut-chart/donut-chart.element.ts",
6598
6825
  "description": "This is a donut chart component that can be used to display data in a circular way.",
6599
6826
  "attributes": [
6600
6827
  {
@@ -6673,7 +6900,7 @@
6673
6900
  },
6674
6901
  {
6675
6902
  "name": "umb-donut-slice",
6676
- "path": "./../../src/backoffice/settings/logviewer/components/donut-chart/donut-slice.element.ts",
6903
+ "path": "./../../src/packages/settings/logviewer/components/donut-chart/donut-slice.element.ts",
6677
6904
  "description": "This component is used to display a single slice of a donut chart. It only makes sense insice the donut chart",
6678
6905
  "attributes": [
6679
6906
  {
@@ -6740,7 +6967,7 @@
6740
6967
  },
6741
6968
  {
6742
6969
  "name": "umb-log-viewer-date-range-selector",
6743
- "path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-date-range-selector.element.ts",
6970
+ "path": "./../../src/packages/settings/logviewer/workspace/logviewer-root/components/log-viewer-date-range-selector.element.ts",
6744
6971
  "attributes": [
6745
6972
  {
6746
6973
  "name": "horizontal",
@@ -6764,7 +6991,7 @@
6764
6991
  },
6765
6992
  {
6766
6993
  "name": "umb-log-viewer-level-tag",
6767
- "path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-level-tag.element.ts",
6994
+ "path": "./../../src/packages/settings/logviewer/workspace/logviewer-root/components/log-viewer-level-tag.element.ts",
6768
6995
  "attributes": [
6769
6996
  {
6770
6997
  "name": "level"
@@ -6789,7 +7016,7 @@
6789
7016
  },
6790
7017
  {
6791
7018
  "name": "umb-log-viewer-to-many-logs-warning",
6792
- "path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-to-many-logs-warning.element.ts",
7019
+ "path": "./../../src/packages/settings/logviewer/workspace/logviewer-root/components/log-viewer-to-many-logs-warning.element.ts",
6793
7020
  "properties": [
6794
7021
  {
6795
7022
  "name": "styles",
@@ -6800,7 +7027,7 @@
6800
7027
  },
6801
7028
  {
6802
7029
  "name": "umb-logviewer-workspace",
6803
- "path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.ts",
7030
+ "path": "./../../src/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.ts",
6804
7031
  "properties": [
6805
7032
  {
6806
7033
  "name": "styles",
@@ -6811,7 +7038,7 @@
6811
7038
  },
6812
7039
  {
6813
7040
  "name": "umb-log-viewer-log-level-overview",
6814
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-level-overview.element.ts",
7041
+ "path": "./../../src/packages/settings/logviewer/workspace/views/overview/components/log-viewer-log-level-overview.element.ts",
6815
7042
  "attributes": [
6816
7043
  {
6817
7044
  "name": "loggerName",
@@ -6832,7 +7059,7 @@
6832
7059
  },
6833
7060
  {
6834
7061
  "name": "umb-log-viewer-log-types-chart",
6835
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-types-chart.element.ts",
7062
+ "path": "./../../src/packages/settings/logviewer/workspace/views/overview/components/log-viewer-log-types-chart.element.ts",
6836
7063
  "properties": [
6837
7064
  {
6838
7065
  "name": "styles",
@@ -6843,7 +7070,7 @@
6843
7070
  },
6844
7071
  {
6845
7072
  "name": "umb-log-viewer-message-templates-overview",
6846
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-message-templates-overview.element.ts",
7073
+ "path": "./../../src/packages/settings/logviewer/workspace/views/overview/components/log-viewer-message-templates-overview.element.ts",
6847
7074
  "properties": [
6848
7075
  {
6849
7076
  "name": "styles",
@@ -6854,7 +7081,7 @@
6854
7081
  },
6855
7082
  {
6856
7083
  "name": "umb-log-viewer-saved-searches-overview",
6857
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-saved-searches-overview.element.ts",
7084
+ "path": "./../../src/packages/settings/logviewer/workspace/views/overview/components/log-viewer-saved-searches-overview.element.ts",
6858
7085
  "properties": [
6859
7086
  {
6860
7087
  "name": "styles",
@@ -6865,7 +7092,7 @@
6865
7092
  },
6866
7093
  {
6867
7094
  "name": "umb-log-viewer-overview-view",
6868
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/log-overview-view.element.ts",
7095
+ "path": "./../../src/packages/settings/logviewer/workspace/views/overview/log-overview-view.element.ts",
6869
7096
  "properties": [
6870
7097
  {
6871
7098
  "name": "styles",
@@ -6876,7 +7103,7 @@
6876
7103
  },
6877
7104
  {
6878
7105
  "name": "umb-log-viewer-log-level-filter-menu",
6879
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
7106
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
6880
7107
  "properties": [
6881
7108
  {
6882
7109
  "name": "setLogLevelDebounce",
@@ -6892,7 +7119,7 @@
6892
7119
  },
6893
7120
  {
6894
7121
  "name": "umb-log-viewer-message",
6895
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-message.element.ts",
7122
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-message.element.ts",
6896
7123
  "attributes": [
6897
7124
  {
6898
7125
  "name": "timestamp",
@@ -6982,7 +7209,7 @@
6982
7209
  },
6983
7210
  {
6984
7211
  "name": "umb-log-viewer-messages-list",
6985
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-messages-list.element.ts",
7212
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-messages-list.element.ts",
6986
7213
  "properties": [
6987
7214
  {
6988
7215
  "name": "styles",
@@ -6993,7 +7220,7 @@
6993
7220
  },
6994
7221
  {
6995
7222
  "name": "umb-log-viewer-polling-button",
6996
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-polling-button.element.ts",
7223
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-polling-button.element.ts",
6997
7224
  "properties": [
6998
7225
  {
6999
7226
  "name": "styles",
@@ -7004,7 +7231,7 @@
7004
7231
  },
7005
7232
  {
7006
7233
  "name": "umb-log-viewer-save-search-modal",
7007
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
7234
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
7008
7235
  "properties": [
7009
7236
  {
7010
7237
  "name": "styles",
@@ -7015,7 +7242,7 @@
7015
7242
  },
7016
7243
  {
7017
7244
  "name": "umb-log-viewer-search-input",
7018
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
7245
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
7019
7246
  "properties": [
7020
7247
  {
7021
7248
  "name": "styles",
@@ -7026,7 +7253,7 @@
7026
7253
  },
7027
7254
  {
7028
7255
  "name": "umb-log-viewer-search-view",
7029
- "path": "./../../src/backoffice/settings/logviewer/workspace/views/search/log-search-view.element.ts",
7256
+ "path": "./../../src/packages/settings/logviewer/workspace/views/search/log-search-view.element.ts",
7030
7257
  "properties": [
7031
7258
  {
7032
7259
  "name": "styles",
@@ -7037,7 +7264,7 @@
7037
7264
  },
7038
7265
  {
7039
7266
  "name": "umb-relation-type-workspace-edit-element",
7040
- "path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
7267
+ "path": "./../../src/packages/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
7041
7268
  "properties": [
7042
7269
  {
7043
7270
  "name": "styles",
@@ -7048,7 +7275,7 @@
7048
7275
  },
7049
7276
  {
7050
7277
  "name": "umb-relation-type-workspace",
7051
- "path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace.element.ts",
7278
+ "path": "./../../src/packages/settings/relation-types/workspace/relation-type-workspace.element.ts",
7052
7279
  "properties": [
7053
7280
  {
7054
7281
  "name": "styles",
@@ -7059,7 +7286,7 @@
7059
7286
  },
7060
7287
  {
7061
7288
  "name": "umb-relation-type-workspace-view-relation-type",
7062
- "path": "./../../src/backoffice/settings/relation-types/workspace/views/relation-type/relation-type-workspace-view-relation-type.element.ts",
7289
+ "path": "./../../src/packages/settings/relation-types/workspace/views/relation-type/relation-type-workspace-view-relation-type.element.ts",
7063
7290
  "properties": [
7064
7291
  {
7065
7292
  "name": "styles",
@@ -7070,7 +7297,7 @@
7070
7297
  },
7071
7298
  {
7072
7299
  "name": "umb-workspace-view-relation-type-relation",
7073
- "path": "./../../src/backoffice/settings/relation-types/workspace/views/relation/workspace-view-relation-type-relation.element.ts",
7300
+ "path": "./../../src/packages/settings/relation-types/workspace/views/relation/workspace-view-relation-type-relation.element.ts",
7074
7301
  "properties": [
7075
7302
  {
7076
7303
  "name": "styles",
@@ -7081,7 +7308,7 @@
7081
7308
  },
7082
7309
  {
7083
7310
  "name": "umb-tags-input",
7084
- "path": "./../../src/backoffice/tags/components/tags-input/tags-input.element.ts",
7311
+ "path": "./../../src/packages/tags/components/tags-input/tags-input.element.ts",
7085
7312
  "attributes": [
7086
7313
  {
7087
7314
  "name": "group",
@@ -7166,7 +7393,7 @@
7166
7393
  },
7167
7394
  {
7168
7395
  "name": "umb-property-editor-ui-tags-storage-type",
7169
- "path": "./../../src/backoffice/tags/property-editors/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
7396
+ "path": "./../../src/packages/tags/property-editors/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
7170
7397
  "attributes": [
7171
7398
  {
7172
7399
  "name": "value",
@@ -7195,7 +7422,7 @@
7195
7422
  },
7196
7423
  {
7197
7424
  "name": "umb-property-editor-ui-tags",
7198
- "path": "./../../src/backoffice/tags/property-editors/tags/property-editor-ui-tags.element.ts",
7425
+ "path": "./../../src/packages/tags/property-editors/tags/property-editor-ui-tags.element.ts",
7199
7426
  "attributes": [
7200
7427
  {
7201
7428
  "name": "value",
@@ -7211,8 +7438,7 @@
7211
7438
  "default": "[]"
7212
7439
  },
7213
7440
  {
7214
- "name": "config",
7215
- "type": "array"
7441
+ "name": "config"
7216
7442
  },
7217
7443
  {
7218
7444
  "name": "styles",
@@ -7228,7 +7454,7 @@
7228
7454
  },
7229
7455
  {
7230
7456
  "name": "umb-file-system-tree-item",
7231
- "path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
7457
+ "path": "./../../src/packages/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
7232
7458
  "properties": [
7233
7459
  {
7234
7460
  "name": "item"
@@ -7242,7 +7468,7 @@
7242
7468
  },
7243
7469
  {
7244
7470
  "name": "umb-templating-insert-menu",
7245
- "path": "./../../src/backoffice/templating/components/insert-menu/templating-insert-menu.element.ts",
7471
+ "path": "./../../src/packages/templating/components/insert-menu/templating-insert-menu.element.ts",
7246
7472
  "attributes": [
7247
7473
  {
7248
7474
  "name": "value",
@@ -7282,7 +7508,7 @@
7282
7508
  },
7283
7509
  {
7284
7510
  "name": "umb-templating-choose-insert-type-modal",
7285
- "path": "./../../src/backoffice/templating/modals/insert-choose-type-sidebar.element.ts",
7511
+ "path": "./../../src/packages/templating/modals/insert-choose-type-sidebar.element.ts",
7286
7512
  "properties": [
7287
7513
  {
7288
7514
  "name": "styles",
@@ -7293,7 +7519,7 @@
7293
7519
  },
7294
7520
  {
7295
7521
  "name": "umb-insert-section-checkbox",
7296
- "path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-input.element.ts",
7522
+ "path": "./../../src/packages/templating/modals/insert-section-modal/insert-section-input.element.ts",
7297
7523
  "attributes": [
7298
7524
  {
7299
7525
  "name": "show-mandatory",
@@ -7397,7 +7623,7 @@
7397
7623
  },
7398
7624
  {
7399
7625
  "name": "umb-insert-section-input",
7400
- "path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-input.element.ts",
7626
+ "path": "./../../src/packages/templating/modals/insert-section-modal/insert-section-input.element.ts",
7401
7627
  "attributes": [
7402
7628
  {
7403
7629
  "name": "show-mandatory",
@@ -7501,7 +7727,7 @@
7501
7727
  },
7502
7728
  {
7503
7729
  "name": "umb-templating-insert-section-modal",
7504
- "path": "./../../src/backoffice/templating/modals/insert-section-modal/insert-section-modal.element.ts",
7730
+ "path": "./../../src/packages/templating/modals/insert-section-modal/insert-section-modal.element.ts",
7505
7731
  "properties": [
7506
7732
  {
7507
7733
  "name": "checkboxes",
@@ -7530,7 +7756,7 @@
7530
7756
  },
7531
7757
  {
7532
7758
  "name": "umb-insert-value-sidebar",
7533
- "path": "./../../src/backoffice/templating/modals/insert-value-sidebar.element.ts",
7759
+ "path": "./../../src/packages/templating/modals/insert-value-sidebar.element.ts",
7534
7760
  "properties": [
7535
7761
  {
7536
7762
  "name": "showDefaultValueInput",
@@ -7564,7 +7790,7 @@
7564
7790
  },
7565
7791
  {
7566
7792
  "name": "umb-partial-view-picker-modal",
7567
- "path": "./../../src/backoffice/templating/modals/partial-view-picker-modal.element.ts",
7793
+ "path": "./../../src/packages/templating/modals/partial-view-picker-modal.element.ts",
7568
7794
  "properties": [
7569
7795
  {
7570
7796
  "name": "styles",
@@ -7575,7 +7801,7 @@
7575
7801
  },
7576
7802
  {
7577
7803
  "name": "umb-partial-views-workspace-edit",
7578
- "path": "./../../src/backoffice/templating/partial-views/workspace/partial-views-workspace-edit.element.ts",
7804
+ "path": "./../../src/packages/templating/partial-views/workspace/partial-views-workspace-edit.element.ts",
7579
7805
  "properties": [
7580
7806
  {
7581
7807
  "name": "styles",
@@ -7586,7 +7812,7 @@
7586
7812
  },
7587
7813
  {
7588
7814
  "name": "umb-partial-views-workspace",
7589
- "path": "./../../src/backoffice/templating/partial-views/workspace/partial-views-workspace.element.ts",
7815
+ "path": "./../../src/packages/templating/partial-views/workspace/partial-views-workspace.element.ts",
7590
7816
  "properties": [
7591
7817
  {
7592
7818
  "name": "styles",
@@ -7597,7 +7823,7 @@
7597
7823
  },
7598
7824
  {
7599
7825
  "name": "umb-stylesheet-workspace-edit",
7600
- "path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
7826
+ "path": "./../../src/packages/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
7601
7827
  "properties": [
7602
7828
  {
7603
7829
  "name": "styles",
@@ -7608,7 +7834,7 @@
7608
7834
  },
7609
7835
  {
7610
7836
  "name": "umb-stylesheet-workspace",
7611
- "path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace.element.ts",
7837
+ "path": "./../../src/packages/templating/stylesheets/workspace/stylesheet-workspace.element.ts",
7612
7838
  "properties": [
7613
7839
  {
7614
7840
  "name": "styles",
@@ -7619,7 +7845,7 @@
7619
7845
  },
7620
7846
  {
7621
7847
  "name": "umb-input-template",
7622
- "path": "./../../src/backoffice/templating/templates/components/input-template/input-template.element.ts",
7848
+ "path": "./../../src/packages/templating/templates/components/input-template/input-template.element.ts",
7623
7849
  "attributes": [
7624
7850
  {
7625
7851
  "name": "min",
@@ -7747,7 +7973,7 @@
7747
7973
  },
7748
7974
  {
7749
7975
  "name": "umb-template-card",
7750
- "path": "./../../src/backoffice/templating/templates/components/template-card/template-card.element.ts",
7976
+ "path": "./../../src/packages/templating/templates/components/template-card/template-card.element.ts",
7751
7977
  "attributes": [
7752
7978
  {
7753
7979
  "name": "default",
@@ -7843,7 +8069,7 @@
7843
8069
  },
7844
8070
  {
7845
8071
  "name": "umb-template-workspace-edit",
7846
- "path": "./../../src/backoffice/templating/templates/workspace/template-workspace-edit.element.ts",
8072
+ "path": "./../../src/packages/templating/templates/workspace/template-workspace-edit.element.ts",
7847
8073
  "properties": [
7848
8074
  {
7849
8075
  "name": "styles",
@@ -7854,7 +8080,7 @@
7854
8080
  },
7855
8081
  {
7856
8082
  "name": "umb-template-workspace",
7857
- "path": "./../../src/backoffice/templating/templates/workspace/template-workspace.element.ts",
8083
+ "path": "./../../src/packages/templating/templates/workspace/template-workspace.element.ts",
7858
8084
  "properties": [
7859
8085
  {
7860
8086
  "name": "styles",
@@ -7865,7 +8091,7 @@
7865
8091
  },
7866
8092
  {
7867
8093
  "name": "umb-dashboard-translation-dictionary",
7868
- "path": "./../../src/backoffice/translation/dashboards/dictionary/dashboard-translation-dictionary.element.ts",
8094
+ "path": "./../../src/packages/translation/dashboards/dictionary/dashboard-translation-dictionary.element.ts",
7869
8095
  "properties": [
7870
8096
  {
7871
8097
  "name": "styles",
@@ -7876,7 +8102,7 @@
7876
8102
  },
7877
8103
  {
7878
8104
  "name": "umb-create-dictionary-modal",
7879
- "path": "./../../src/backoffice/translation/dictionary/entity-actions/create/create-dictionary-modal-layout.element.ts",
8105
+ "path": "./../../src/packages/translation/dictionary/entity-actions/create/create-dictionary-modal-layout.element.ts",
7880
8106
  "properties": [
7881
8107
  {
7882
8108
  "name": "styles",
@@ -7887,7 +8113,7 @@
7887
8113
  },
7888
8114
  {
7889
8115
  "name": "umb-export-dictionary-modal",
7890
- "path": "./../../src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
8116
+ "path": "./../../src/packages/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
7891
8117
  "properties": [
7892
8118
  {
7893
8119
  "name": "styles",
@@ -7898,7 +8124,7 @@
7898
8124
  },
7899
8125
  {
7900
8126
  "name": "umb-import-dictionary-modal",
7901
- "path": "./../../src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
8127
+ "path": "./../../src/packages/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
7902
8128
  "properties": [
7903
8129
  {
7904
8130
  "name": "styles",
@@ -7909,11 +8135,11 @@
7909
8135
  },
7910
8136
  {
7911
8137
  "name": "umb-dictionary-menu-item",
7912
- "path": "./../../src/backoffice/translation/dictionary/menu-item/dictionary-menu-item.element.ts"
8138
+ "path": "./../../src/packages/translation/dictionary/menu-item/dictionary-menu-item.element.ts"
7913
8139
  },
7914
8140
  {
7915
8141
  "name": "umb-dictionary-workspace-edit",
7916
- "path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace-edit.element.ts",
8142
+ "path": "./../../src/packages/translation/dictionary/workspace/dictionary-workspace-edit.element.ts",
7917
8143
  "properties": [
7918
8144
  {
7919
8145
  "name": "styles",
@@ -7924,7 +8150,7 @@
7924
8150
  },
7925
8151
  {
7926
8152
  "name": "umb-dictionary-workspace",
7927
- "path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace.element.ts",
8153
+ "path": "./../../src/packages/translation/dictionary/workspace/dictionary-workspace.element.ts",
7928
8154
  "properties": [
7929
8155
  {
7930
8156
  "name": "styles",
@@ -7935,7 +8161,7 @@
7935
8161
  },
7936
8162
  {
7937
8163
  "name": "umb-workspace-view-dictionary-edit",
7938
- "path": "./../../src/backoffice/translation/dictionary/workspace/views/edit/workspace-view-dictionary-edit.element.ts",
8164
+ "path": "./../../src/packages/translation/dictionary/workspace/views/edit/workspace-view-dictionary-edit.element.ts",
7939
8165
  "properties": [
7940
8166
  {
7941
8167
  "name": "styles",
@@ -7946,7 +8172,7 @@
7946
8172
  },
7947
8173
  {
7948
8174
  "name": "umb-dictionary-item-picker-modal",
7949
- "path": "./../../src/backoffice/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.ts",
8175
+ "path": "./../../src/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.ts",
7950
8176
  "properties": [
7951
8177
  {
7952
8178
  "name": "styles",
@@ -7957,7 +8183,7 @@
7957
8183
  },
7958
8184
  {
7959
8185
  "name": "umb-umbraco-news-dashboard",
7960
- "path": "./../../src/backoffice/umbraco-news/umbraco-news-dashboard.element.ts",
8186
+ "path": "./../../src/packages/umbraco-news/umbraco-news-dashboard.element.ts",
7961
8187
  "properties": [
7962
8188
  {
7963
8189
  "name": "styles",
@@ -7968,7 +8194,7 @@
7968
8194
  },
7969
8195
  {
7970
8196
  "name": "umb-current-user-header-app",
7971
- "path": "./../../src/backoffice/users/current-user/current-user-header-app.element.ts",
8197
+ "path": "./../../src/packages/users/current-user/current-user-header-app.element.ts",
7972
8198
  "properties": [
7973
8199
  {
7974
8200
  "name": "styles",
@@ -7979,7 +8205,7 @@
7979
8205
  },
7980
8206
  {
7981
8207
  "name": "umb-change-password-modal",
7982
- "path": "./../../src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
8208
+ "path": "./../../src/packages/users/current-user/modals/change-password/change-password-modal.element.ts",
7983
8209
  "attributes": [
7984
8210
  {
7985
8211
  "name": "data"
@@ -8002,7 +8228,7 @@
8002
8228
  },
8003
8229
  {
8004
8230
  "name": "umb-current-user-modal",
8005
- "path": "./../../src/backoffice/users/current-user/modals/current-user/current-user-modal.element.ts",
8231
+ "path": "./../../src/packages/users/current-user/modals/current-user/current-user-modal.element.ts",
8006
8232
  "properties": [
8007
8233
  {
8008
8234
  "name": "modalHandler"
@@ -8016,7 +8242,7 @@
8016
8242
  },
8017
8243
  {
8018
8244
  "name": "umb-user-profile-app-external-login-providers",
8019
- "path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
8245
+ "path": "./../../src/packages/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
8020
8246
  "properties": [
8021
8247
  {
8022
8248
  "name": "styles",
@@ -8027,7 +8253,7 @@
8027
8253
  },
8028
8254
  {
8029
8255
  "name": "umb-user-profile-app-history",
8030
- "path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
8256
+ "path": "./../../src/packages/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
8031
8257
  "properties": [
8032
8258
  {
8033
8259
  "name": "styles",
@@ -8038,7 +8264,7 @@
8038
8264
  },
8039
8265
  {
8040
8266
  "name": "umb-user-dashboard-test",
8041
- "path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
8267
+ "path": "./../../src/packages/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
8042
8268
  "properties": [
8043
8269
  {
8044
8270
  "name": "styles",
@@ -8049,7 +8275,7 @@
8049
8275
  },
8050
8276
  {
8051
8277
  "name": "umb-user-profile-app-profile",
8052
- "path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
8278
+ "path": "./../../src/packages/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
8053
8279
  "properties": [
8054
8280
  {
8055
8281
  "name": "styles",
@@ -8060,7 +8286,7 @@
8060
8286
  },
8061
8287
  {
8062
8288
  "name": "umb-user-profile-app-themes",
8063
- "path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
8289
+ "path": "./../../src/packages/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
8064
8290
  "properties": [
8065
8291
  {
8066
8292
  "name": "styles",
@@ -8070,68 +8296,179 @@
8070
8296
  ]
8071
8297
  },
8072
8298
  {
8073
- "name": "umb-input-user-group",
8074
- "path": "./../../src/backoffice/users/user-groups/components/input-user-group/input-user-group.element.ts",
8299
+ "name": "umb-user-group-collection-header",
8300
+ "path": "./../../src/packages/users/user-groups/collection/user-group-collection-header.element.ts",
8301
+ "properties": [
8302
+ {
8303
+ "name": "styles",
8304
+ "type": "CSSResult[]",
8305
+ "default": "[\"UUITextStyles\",null]"
8306
+ }
8307
+ ]
8308
+ },
8309
+ {
8310
+ "name": "umb-user-group-collection-view",
8311
+ "path": "./../../src/packages/users/user-groups/collection/user-group-collection-view.element.ts",
8312
+ "properties": [
8313
+ {
8314
+ "name": "styles",
8315
+ "type": "CSSResult[]",
8316
+ "default": "[\"UUITextStyles\",null]"
8317
+ }
8318
+ ]
8319
+ },
8320
+ {
8321
+ "name": "umb-user-group-collection",
8322
+ "path": "./../../src/packages/users/user-groups/collection/user-group-collection.element.ts",
8323
+ "properties": [
8324
+ {
8325
+ "name": "styles",
8326
+ "type": "CSSResult[]",
8327
+ "default": "[\"UUITextStyles\",null]"
8328
+ }
8329
+ ]
8330
+ },
8331
+ {
8332
+ "name": "umb-user-group-table-name-column-layout",
8333
+ "path": "./../../src/packages/users/user-groups/collection/user-group-table-name-column-layout.element.ts",
8334
+ "properties": [
8335
+ {
8336
+ "name": "item"
8337
+ },
8338
+ {
8339
+ "name": "value"
8340
+ }
8341
+ ]
8342
+ },
8343
+ {
8344
+ "name": "umb-user-group-table-sections-column-layout",
8345
+ "path": "./../../src/packages/users/user-groups/collection/user-group-table-sections-column-layout.element.ts",
8346
+ "properties": [
8347
+ {
8348
+ "name": "item"
8349
+ },
8350
+ {
8351
+ "name": "value"
8352
+ }
8353
+ ]
8354
+ },
8355
+ {
8356
+ "name": "umb-user-group-input",
8357
+ "path": "./../../src/packages/users/user-groups/components/input-user-group/user-group-input.element.ts",
8075
8358
  "attributes": [
8076
8359
  {
8077
- "name": "value",
8078
- "type": "string[]",
8079
- "default": "[]"
8360
+ "name": "min",
8361
+ "description": "This is a minimum amount of selected items in this input.",
8362
+ "type": "number",
8363
+ "default": "\"0\""
8080
8364
  },
8081
8365
  {
8082
- "name": "multiple",
8366
+ "name": "max",
8367
+ "description": "This is a maximum amount of selected items in this input.",
8368
+ "type": "number",
8369
+ "default": "\"Infinity\""
8370
+ },
8371
+ {
8372
+ "name": "min-message",
8373
+ "description": "Min validation message.",
8083
8374
  "type": "boolean",
8084
- "default": "true"
8375
+ "default": "\"\""
8085
8376
  },
8086
8377
  {
8087
- "name": "modalType",
8088
- "default": "\"sidebar\""
8378
+ "name": "maxMessage",
8379
+ "description": "Max validation message.",
8380
+ "type": "boolean",
8381
+ "default": "\"\""
8089
8382
  },
8090
8383
  {
8091
- "name": "modalSize",
8092
- "type": "UUIModalSidebarSize",
8093
- "default": "\"small\""
8384
+ "name": "value",
8385
+ "type": "string"
8094
8386
  }
8095
8387
  ],
8096
8388
  "properties": [
8389
+ {
8390
+ "name": "min",
8391
+ "attribute": "min",
8392
+ "description": "This is a minimum amount of selected items in this input.",
8393
+ "type": "number",
8394
+ "default": "\"0\""
8395
+ },
8396
+ {
8397
+ "name": "max",
8398
+ "attribute": "max",
8399
+ "description": "This is a maximum amount of selected items in this input.",
8400
+ "type": "number",
8401
+ "default": "\"Infinity\""
8402
+ },
8403
+ {
8404
+ "name": "minMessage",
8405
+ "attribute": "min-message",
8406
+ "description": "Min validation message.",
8407
+ "type": "boolean",
8408
+ "default": "\"\""
8409
+ },
8410
+ {
8411
+ "name": "maxMessage",
8412
+ "attribute": "maxMessage",
8413
+ "description": "Max validation message.",
8414
+ "type": "boolean",
8415
+ "default": "\"\""
8416
+ },
8417
+ {
8418
+ "name": "selectedIds",
8419
+ "type": "string[]"
8420
+ },
8097
8421
  {
8098
8422
  "name": "styles",
8099
8423
  "type": "CSSResult[]",
8100
8424
  "default": "[\"UUITextStyles\",null]"
8101
8425
  },
8426
+ {
8427
+ "name": "formAssociated",
8428
+ "type": "boolean"
8429
+ },
8102
8430
  {
8103
8431
  "name": "value",
8104
8432
  "attribute": "value",
8105
- "type": "string[]",
8106
- "default": "[]"
8433
+ "type": "string"
8107
8434
  },
8108
8435
  {
8109
- "name": "multiple",
8110
- "attribute": "multiple",
8111
- "type": "boolean",
8112
- "default": "true"
8436
+ "name": "name",
8437
+ "type": "string"
8113
8438
  },
8114
8439
  {
8115
- "name": "modalType",
8116
- "attribute": "modalType",
8117
- "default": "\"sidebar\""
8440
+ "name": "validationMessage",
8441
+ "type": "string"
8118
8442
  },
8119
8443
  {
8120
- "name": "modalSize",
8121
- "attribute": "modalSize",
8122
- "type": "UUIModalSidebarSize",
8123
- "default": "\"small\""
8124
- }
8125
- ],
8126
- "events": [
8444
+ "name": "validity",
8445
+ "type": "ValidityState"
8446
+ },
8127
8447
  {
8128
- "name": "change"
8448
+ "name": "pristine",
8449
+ "type": "boolean"
8450
+ },
8451
+ {
8452
+ "name": "required",
8453
+ "type": "boolean"
8454
+ },
8455
+ {
8456
+ "name": "requiredMessage",
8457
+ "type": "string"
8458
+ },
8459
+ {
8460
+ "name": "error",
8461
+ "type": "boolean"
8462
+ },
8463
+ {
8464
+ "name": "errorMessage",
8465
+ "type": "string"
8129
8466
  }
8130
8467
  ]
8131
8468
  },
8132
8469
  {
8133
8470
  "name": "umb-user-group-picker-modal",
8134
- "path": "./../../src/backoffice/users/user-groups/modals/user-group-picker/user-group-picker-modal.element.ts",
8471
+ "path": "./../../src/packages/users/user-groups/modals/user-group-picker/user-group-picker-modal.element.ts",
8135
8472
  "properties": [
8136
8473
  {
8137
8474
  "name": "styles",
@@ -8141,8 +8478,8 @@
8141
8478
  ]
8142
8479
  },
8143
8480
  {
8144
- "name": "umb-section-view-user-groups",
8145
- "path": "./../../src/backoffice/users/user-groups/section-view/section-view-user-groups.element.ts",
8481
+ "name": "umb-user-groups-section-view",
8482
+ "path": "./../../src/packages/users/user-groups/section-view/user-groups-section-view.element.ts",
8146
8483
  "properties": [
8147
8484
  {
8148
8485
  "name": "styles",
@@ -8153,7 +8490,7 @@
8153
8490
  },
8154
8491
  {
8155
8492
  "name": "umb-workspace-action-user-group-save",
8156
- "path": "./../../src/backoffice/users/user-groups/workspace/actions/workspace-action-user-group-save.element.ts",
8493
+ "path": "./../../src/packages/users/user-groups/workspace/actions/workspace-action-user-group-save.element.ts",
8157
8494
  "properties": [
8158
8495
  {
8159
8496
  "name": "styles",
@@ -8162,39 +8499,10 @@
8162
8499
  }
8163
8500
  ]
8164
8501
  },
8165
- {
8166
- "name": "umb-user-group-table-name-column-layout",
8167
- "path": "./../../src/backoffice/users/user-groups/workspace/user-group-table-name-column-layout.element.ts",
8168
- "properties": [
8169
- {
8170
- "name": "item"
8171
- },
8172
- {
8173
- "name": "value"
8174
- }
8175
- ]
8176
- },
8177
- {
8178
- "name": "umb-user-group-table-sections-column-layout",
8179
- "path": "./../../src/backoffice/users/user-groups/workspace/user-group-table-sections-column-layout.element.ts",
8180
- "properties": [
8181
- {
8182
- "name": "item"
8183
- },
8184
- {
8185
- "name": "value"
8186
- }
8187
- ]
8188
- },
8189
8502
  {
8190
8503
  "name": "umb-user-group-workspace-edit",
8191
- "path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace-edit.element.ts",
8504
+ "path": "./../../src/packages/users/user-groups/workspace/user-group-workspace-edit.element.ts",
8192
8505
  "properties": [
8193
- {
8194
- "name": "defaultPermissions",
8195
- "type": "{ name: string; permissions: { name: string; description: string; value: boolean; }[]; }[]",
8196
- "default": "[{\"name\":\"Administration\",\"permissions\":[{\"name\":\"Culture and Hostnames\",\"description\":\"Allow access to assign culture and hostnames\",\"value\":false},{\"name\":\"Restrict Public Access\",\"description\":\"Allow access to set and change access restrictions for a node\",\"value\":false},{\"name\":\"Rollback\",\"description\":\"Allow access to roll back a node to a previous state\",\"value\":false}]},{\"name\":\"Content\",\"permissions\":[{\"name\":\"Browse Node\",\"description\":\"Allow access to view a node\",\"value\":false},{\"name\":\"Create Content Template\",\"description\":\"Allow access to create a Content Template\",\"value\":false},{\"name\":\"Delete\",\"description\":\"Allow access to delete nodes\",\"value\":false},{\"name\":\"Create\",\"description\":\"Allow access to create nodes\",\"value\":false},{\"name\":\"Publish\",\"description\":\"Allow access to publish nodes\",\"value\":false},{\"name\":\"Permissions\",\"description\":\"Allow access to change permissions for a node\",\"value\":false},{\"name\":\"Send To Publish\",\"description\":\"Allow access to send a node for approval before publishing\",\"value\":false},{\"name\":\"Unpublish\",\"description\":\"Allow access to unpublish a node\",\"value\":false},{\"name\":\"Update\",\"description\":\"Allow access to save a node\",\"value\":false},{\"name\":\"Full restore\",\"description\":\"Allow the user to restore items\",\"value\":false},{\"name\":\"Partial restore\",\"description\":\"Allow the user to partial restore items\",\"value\":false},{\"name\":\"Queue for transfer\",\"description\":\"Allow the user to queue item(s)\",\"value\":false}]},{\"name\":\"Structure\",\"permissions\":[{\"name\":\"Copy\",\"description\":\"Allow access to copy a node\",\"value\":false},{\"name\":\"Move\",\"description\":\"Allow access to move a node\",\"value\":false},{\"name\":\"Sort\",\"description\":\"Allow access to change the sort order for nodes\",\"value\":false}]}]"
8197
- },
8198
8506
  {
8199
8507
  "name": "styles",
8200
8508
  "type": "CSSResult[]",
@@ -8204,7 +8512,7 @@
8204
8512
  },
8205
8513
  {
8206
8514
  "name": "umb-user-group-workspace",
8207
- "path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace.element.ts",
8515
+ "path": "./../../src/packages/users/user-groups/workspace/user-group-workspace.element.ts",
8208
8516
  "properties": [
8209
8517
  {
8210
8518
  "name": "styles",
@@ -8213,20 +8521,9 @@
8213
8521
  }
8214
8522
  ]
8215
8523
  },
8216
- {
8217
- "name": "umb-workspace-view-user-groups",
8218
- "path": "./../../src/backoffice/users/user-groups/workspace/workspace-view-user-groups.element.ts",
8219
- "properties": [
8220
- {
8221
- "name": "styles",
8222
- "type": "CSSResult[]",
8223
- "default": "[\"UUITextStyles\",null]"
8224
- }
8225
- ]
8226
- },
8227
8524
  {
8228
8525
  "name": "umb-user-collection-header",
8229
- "path": "./../../src/backoffice/users/users/collection/user-collection-header.element.ts",
8526
+ "path": "./../../src/packages/users/users/collection/user-collection-header.element.ts",
8230
8527
  "properties": [
8231
8528
  {
8232
8529
  "name": "styles",
@@ -8237,7 +8534,7 @@
8237
8534
  },
8238
8535
  {
8239
8536
  "name": "umb-user-collection",
8240
- "path": "./../../src/backoffice/users/users/collection/user-collection.element.ts",
8537
+ "path": "./../../src/packages/users/users/collection/user-collection.element.ts",
8241
8538
  "properties": [
8242
8539
  {
8243
8540
  "name": "styles",
@@ -8248,7 +8545,7 @@
8248
8545
  },
8249
8546
  {
8250
8547
  "name": "umb-user-collection-grid-view",
8251
- "path": "./../../src/backoffice/users/users/collection/views/grid/user-collection-grid-view.element.ts",
8548
+ "path": "./../../src/packages/users/users/collection/views/grid/user-collection-grid-view.element.ts",
8252
8549
  "properties": [
8253
8550
  {
8254
8551
  "name": "styles",
@@ -8259,7 +8556,7 @@
8259
8556
  },
8260
8557
  {
8261
8558
  "name": "umb-user-table-name-column-layout",
8262
- "path": "./../../src/backoffice/users/users/collection/views/table/column-layouts/name/user-table-name-column-layout.element.ts",
8559
+ "path": "./../../src/packages/users/users/collection/views/table/column-layouts/name/user-table-name-column-layout.element.ts",
8263
8560
  "properties": [
8264
8561
  {
8265
8562
  "name": "column"
@@ -8274,7 +8571,7 @@
8274
8571
  },
8275
8572
  {
8276
8573
  "name": "umb-user-table-status-column-layout",
8277
- "path": "./../../src/backoffice/users/users/collection/views/table/column-layouts/status/user-table-status-column-layout.element.ts",
8574
+ "path": "./../../src/packages/users/users/collection/views/table/column-layouts/status/user-table-status-column-layout.element.ts",
8278
8575
  "properties": [
8279
8576
  {
8280
8577
  "name": "value"
@@ -8283,7 +8580,7 @@
8283
8580
  },
8284
8581
  {
8285
8582
  "name": "umb-user-collection-table-view",
8286
- "path": "./../../src/backoffice/users/users/collection/views/table/user-collection-table-view.element.ts",
8583
+ "path": "./../../src/packages/users/users/collection/views/table/user-collection-table-view.element.ts",
8287
8584
  "properties": [
8288
8585
  {
8289
8586
  "name": "styles",
@@ -8294,7 +8591,7 @@
8294
8591
  },
8295
8592
  {
8296
8593
  "name": "umb-workspace-view-users-table",
8297
- "path": "./../../src/backoffice/users/users/collection/views/table/user-collection-table-view.element.ts",
8594
+ "path": "./../../src/packages/users/users/collection/views/table/user-collection-table-view.element.ts",
8298
8595
  "properties": [
8299
8596
  {
8300
8597
  "name": "styles",
@@ -8305,7 +8602,7 @@
8305
8602
  },
8306
8603
  {
8307
8604
  "name": "umb-user-input",
8308
- "path": "./../../src/backoffice/users/users/components/user-input/user-input.element.ts",
8605
+ "path": "./../../src/packages/users/users/components/user-input/user-input.element.ts",
8309
8606
  "attributes": [
8310
8607
  {
8311
8608
  "name": "min",
@@ -8419,7 +8716,7 @@
8419
8716
  },
8420
8717
  {
8421
8718
  "name": "umb-user-create-modal",
8422
- "path": "./../../src/backoffice/users/users/modals/create/user-create-modal.element.ts",
8719
+ "path": "./../../src/packages/users/users/modals/create/user-create-modal.element.ts",
8423
8720
  "properties": [
8424
8721
  {
8425
8722
  "name": "styles",
@@ -8430,7 +8727,7 @@
8430
8727
  },
8431
8728
  {
8432
8729
  "name": "umb-user-invite-modal",
8433
- "path": "./../../src/backoffice/users/users/modals/invite/user-invite-modal.element.ts",
8730
+ "path": "./../../src/packages/users/users/modals/invite/user-invite-modal.element.ts",
8434
8731
  "properties": [
8435
8732
  {
8436
8733
  "name": "styles",
@@ -8441,7 +8738,7 @@
8441
8738
  },
8442
8739
  {
8443
8740
  "name": "umb-user-picker-modal",
8444
- "path": "./../../src/backoffice/users/users/modals/user-picker/user-picker-modal.element.ts",
8741
+ "path": "./../../src/packages/users/users/modals/user-picker/user-picker-modal.element.ts",
8445
8742
  "properties": [
8446
8743
  {
8447
8744
  "name": "styles",
@@ -8452,7 +8749,7 @@
8452
8749
  },
8453
8750
  {
8454
8751
  "name": "umb-section-view-users",
8455
- "path": "./../../src/backoffice/users/users/section-view/users-section-view.element.ts",
8752
+ "path": "./../../src/packages/users/users/section-view/users-section-view.element.ts",
8456
8753
  "properties": [
8457
8754
  {
8458
8755
  "name": "styles",
@@ -8463,7 +8760,7 @@
8463
8760
  },
8464
8761
  {
8465
8762
  "name": "umb-user-workspace-action-save",
8466
- "path": "./../../src/backoffice/users/users/workspace/actions/user-workspace-action-save.element.ts",
8763
+ "path": "./../../src/packages/users/users/workspace/actions/user-workspace-action-save.element.ts",
8467
8764
  "properties": [
8468
8765
  {
8469
8766
  "name": "styles",
@@ -8474,7 +8771,7 @@
8474
8771
  },
8475
8772
  {
8476
8773
  "name": "umb-user-workspace-edit",
8477
- "path": "./../../src/backoffice/users/users/workspace/user-workspace-edit.element.ts",
8774
+ "path": "./../../src/packages/users/users/workspace/user-workspace-edit.element.ts",
8478
8775
  "properties": [
8479
8776
  {
8480
8777
  "name": "styles",
@@ -8485,7 +8782,7 @@
8485
8782
  },
8486
8783
  {
8487
8784
  "name": "umb-user-workspace",
8488
- "path": "./../../src/backoffice/users/users/workspace/user-workspace.element.ts",
8785
+ "path": "./../../src/packages/users/users/workspace/user-workspace.element.ts",
8489
8786
  "properties": [
8490
8787
  {
8491
8788
  "name": "styles",
@@ -8496,7 +8793,7 @@
8496
8793
  },
8497
8794
  {
8498
8795
  "name": "umb-story-modal-context-example",
8499
- "path": "./../../src/core/modal/stories/story-modal-service-example.element.ts",
8796
+ "path": "./../../src/shared/modal/stories/story-modal-service-example.element.ts",
8500
8797
  "attributes": [
8501
8798
  {
8502
8799
  "name": "modalLayout",
@@ -8520,7 +8817,7 @@
8520
8817
  },
8521
8818
  {
8522
8819
  "name": "umb-router-slot",
8523
- "path": "./../../src/core/router/router-slot.element.ts",
8820
+ "path": "./../../src/shared/router/router-slot.element.ts",
8524
8821
  "attributes": [
8525
8822
  {
8526
8823
  "name": "routes",
@@ -8564,7 +8861,7 @@
8564
8861
  },
8565
8862
  {
8566
8863
  "name": "umb-variant-router-slot",
8567
- "path": "./../../src/core/router/variant-router-slot.element.ts",
8864
+ "path": "./../../src/shared/router/variant-router-slot.element.ts",
8568
8865
  "attributes": [
8569
8866
  {
8570
8867
  "name": "variantId",
@@ -8614,154 +8911,6 @@
8614
8911
  "description": "fires when a path of this router is changed"
8615
8912
  }
8616
8913
  ]
8617
- },
8618
- {
8619
- "name": "umb-installer-consent",
8620
- "path": "./../../src/installer/consent/installer-consent.element.ts",
8621
- "properties": [
8622
- {
8623
- "name": "styles",
8624
- "type": "CSSResultGroup",
8625
- "default": "[null]"
8626
- }
8627
- ]
8628
- },
8629
- {
8630
- "name": "umb-installer-database",
8631
- "path": "./../../src/installer/database/installer-database.element.ts",
8632
- "properties": [
8633
- {
8634
- "name": "databaseFormData"
8635
- },
8636
- {
8637
- "name": "styles",
8638
- "type": "CSSResultGroup",
8639
- "default": "[null]"
8640
- }
8641
- ]
8642
- },
8643
- {
8644
- "name": "umb-installer-error",
8645
- "path": "./../../src/installer/error/installer-error.element.ts",
8646
- "properties": [
8647
- {
8648
- "name": "styles",
8649
- "type": "CSSResultGroup",
8650
- "default": "[null]"
8651
- }
8652
- ]
8653
- },
8654
- {
8655
- "name": "umb-installer",
8656
- "path": "./../../src/installer/installer.element.ts",
8657
- "properties": [
8658
- {
8659
- "name": "step",
8660
- "type": "number",
8661
- "default": "1"
8662
- },
8663
- {
8664
- "name": "styles",
8665
- "type": "CSSResultGroup",
8666
- "default": "[null]"
8667
- }
8668
- ]
8669
- },
8670
- {
8671
- "name": "umb-installer-installing",
8672
- "path": "./../../src/installer/installing/installer-installing.element.ts",
8673
- "properties": [
8674
- {
8675
- "name": "styles",
8676
- "type": "CSSResultGroup",
8677
- "default": "[null]"
8678
- }
8679
- ]
8680
- },
8681
- {
8682
- "name": "umb-installer-layout",
8683
- "path": "./../../src/installer/shared/layout/installer-layout.element.ts",
8684
- "properties": [
8685
- {
8686
- "name": "styles",
8687
- "type": "CSSResultGroup",
8688
- "default": "[null]"
8689
- }
8690
- ]
8691
- },
8692
- {
8693
- "name": "umb-installer-user",
8694
- "path": "./../../src/installer/user/installer-user.element.ts",
8695
- "properties": [
8696
- {
8697
- "name": "styles",
8698
- "type": "CSSResultGroup",
8699
- "default": "[null]"
8700
- }
8701
- ]
8702
- },
8703
- {
8704
- "name": "umb-upgrader-view",
8705
- "path": "./../../src/upgrader/upgrader-view.element.ts",
8706
- "attributes": [
8707
- {
8708
- "name": "fetching",
8709
- "type": "boolean",
8710
- "default": "false"
8711
- },
8712
- {
8713
- "name": "upgrading",
8714
- "type": "boolean",
8715
- "default": "false"
8716
- },
8717
- {
8718
- "name": "errorMessage",
8719
- "type": "string",
8720
- "default": "\"\""
8721
- },
8722
- {
8723
- "name": "settings"
8724
- }
8725
- ],
8726
- "properties": [
8727
- {
8728
- "name": "fetching",
8729
- "attribute": "fetching",
8730
- "type": "boolean",
8731
- "default": "false"
8732
- },
8733
- {
8734
- "name": "upgrading",
8735
- "attribute": "upgrading",
8736
- "type": "boolean",
8737
- "default": "false"
8738
- },
8739
- {
8740
- "name": "errorMessage",
8741
- "attribute": "errorMessage",
8742
- "type": "string",
8743
- "default": "\"\""
8744
- },
8745
- {
8746
- "name": "settings",
8747
- "attribute": "settings"
8748
- },
8749
- {
8750
- "name": "styles",
8751
- "type": "CSSResultGroup",
8752
- "default": "[null]"
8753
- }
8754
- ],
8755
- "events": [
8756
- {
8757
- "name": "onAuthorizeUpgrade",
8758
- "description": "fires when the user clicks the continue button"
8759
- }
8760
- ]
8761
- },
8762
- {
8763
- "name": "umb-upgrader",
8764
- "path": "./../../src/upgrader/upgrader.element.ts"
8765
8914
  }
8766
8915
  ]
8767
8916
  }