@umbraco-cms/backoffice 1.0.0-next.b7d4efa4 → 1.0.0-next.b82f3242
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-api.d.ts +594 -272
- package/context-api.d.ts +4 -4
- package/controller.d.ts +2 -1
- package/custom-elements.json +509 -344
- package/element.d.ts +4 -4
- package/entity-action.d.ts +6 -13
- package/extensions-api.d.ts +5 -4
- package/extensions-registry.d.ts +171 -10
- package/modal.d.ts +21 -321
- package/models.d.ts +9 -9
- package/notification.d.ts +1 -1
- package/observable-api.d.ts +49 -49
- package/package.json +1 -1
- package/picker-input.d.ts +24 -0
- package/property-editor.d.ts +1 -1
- package/repository.d.ts +53 -28
- package/resources.d.ts +7 -5
- package/router.d.ts +275 -25
- package/store.d.ts +51 -56
- package/umbraco-package-schema.json +2439 -0
- package/utils.d.ts +1 -1
- package/vscode-html-custom-data.json +91 -46
- package/workspace.d.ts +6 -6
package/custom-elements.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "umb-auth-layout",
|
|
6
|
-
"path": "
|
|
6
|
+
"path": "./../../apps/auth/src/auth-layout.element.ts",
|
|
7
7
|
"properties": [
|
|
8
8
|
{
|
|
9
9
|
"name": "styles",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "umb-external-login-provider-test",
|
|
17
|
-
"path": "
|
|
17
|
+
"path": "./../../apps/auth/src/external-login-providers/external-login-provider-test.element.ts",
|
|
18
18
|
"properties": [
|
|
19
19
|
{
|
|
20
20
|
"name": "styles",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"name": "umb-external-login-provider-test2",
|
|
28
|
-
"path": "
|
|
28
|
+
"path": "./../../apps/auth/src/external-login-providers/external-login-provider-test2.element.ts",
|
|
29
29
|
"properties": [
|
|
30
30
|
{
|
|
31
31
|
"name": "styles",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "umb-login",
|
|
39
|
-
"path": "
|
|
39
|
+
"path": "./../../apps/auth/src/login.element.ts",
|
|
40
40
|
"properties": [
|
|
41
41
|
{
|
|
42
42
|
"name": "styles",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "umb-backoffice",
|
|
50
|
-
"path": "
|
|
50
|
+
"path": "./../../src/backoffice/backoffice.element.ts",
|
|
51
51
|
"properties": [
|
|
52
52
|
{
|
|
53
53
|
"name": "styles",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "umb-dashboard-redirect-management",
|
|
61
|
-
"path": "
|
|
61
|
+
"path": "./../../src/backoffice/documents/dashboards/redirect-management/dashboard-redirect-management.element.ts",
|
|
62
62
|
"attributes": [
|
|
63
63
|
{
|
|
64
64
|
"name": "items-per-page",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"name": "umb-dashboard-welcome",
|
|
85
|
-
"path": "
|
|
85
|
+
"path": "./../../src/backoffice/documents/dashboards/welcome/dashboard-welcome.element.ts",
|
|
86
86
|
"properties": [
|
|
87
87
|
{
|
|
88
88
|
"name": "styles",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "umb-document-blueprint-root-workspace",
|
|
96
|
-
"path": "
|
|
96
|
+
"path": "./../../src/backoffice/documents/document-blueprints/workspace/document-blueprint-root-workspace.element.ts"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"name": "umb-allowed-document-types-modal",
|
|
100
|
-
"path": "
|
|
100
|
+
"path": "./../../src/backoffice/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.ts",
|
|
101
101
|
"properties": [
|
|
102
102
|
{
|
|
103
103
|
"name": "styles",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"name": "umb-document-type-workspace-editor",
|
|
111
|
-
"path": "
|
|
111
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace-editor.element.ts",
|
|
112
112
|
"properties": [
|
|
113
113
|
{
|
|
114
114
|
"name": "styles",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"name": "umb-document-type-workspace",
|
|
122
|
-
"path": "
|
|
122
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/document-type-workspace.element.ts",
|
|
123
123
|
"properties": [
|
|
124
124
|
{
|
|
125
125
|
"name": "styles",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "umb-document-type-workspace-view-design",
|
|
133
|
-
"path": "
|
|
133
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
|
|
134
134
|
"properties": [
|
|
135
135
|
{
|
|
136
136
|
"name": "styles",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"name": "umb-document-type-workspace-view-edit-properties",
|
|
144
|
-
"path": "
|
|
144
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.ts",
|
|
145
145
|
"attributes": [
|
|
146
146
|
{
|
|
147
147
|
"name": "container-name",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
],
|
|
155
155
|
"properties": [
|
|
156
156
|
{
|
|
157
|
-
"name": "
|
|
157
|
+
"name": "containerId",
|
|
158
158
|
"type": "string | undefined"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "document-type-workspace-view-edit-property",
|
|
179
|
-
"path": "
|
|
179
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts",
|
|
180
180
|
"attributes": [
|
|
181
181
|
{
|
|
182
182
|
"name": "property",
|
|
@@ -213,10 +213,10 @@
|
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"name": "umb-document-type-workspace-view-edit-tab",
|
|
216
|
-
"path": "
|
|
216
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.ts",
|
|
217
217
|
"attributes": [
|
|
218
218
|
{
|
|
219
|
-
"name": "
|
|
219
|
+
"name": "ownerTabId",
|
|
220
220
|
"type": "string | undefined"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
"default": "[\"UUITextStyles\",null]"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"name": "
|
|
239
|
-
"attribute": "
|
|
238
|
+
"name": "ownerTabId",
|
|
239
|
+
"attribute": "ownerTabId",
|
|
240
240
|
"type": "string | undefined"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"name": "umb-document-type-workspace-view-edit",
|
|
256
|
-
"path": "
|
|
256
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts",
|
|
257
257
|
"properties": [
|
|
258
258
|
{
|
|
259
259
|
"name": "styles",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"name": "umb-document-type-workspace-view-details",
|
|
267
|
-
"path": "
|
|
267
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
|
|
268
268
|
"properties": [
|
|
269
269
|
{
|
|
270
270
|
"name": "styles",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"name": "umb-document-type-workspace-view-structure",
|
|
278
|
-
"path": "
|
|
278
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
|
|
279
279
|
"properties": [
|
|
280
280
|
{
|
|
281
281
|
"name": "styles",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"name": "umb-document-type-workspace-view-templates",
|
|
289
|
-
"path": "
|
|
289
|
+
"path": "./../../src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
|
|
290
290
|
"properties": [
|
|
291
291
|
{
|
|
292
292
|
"name": "styles",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"name": "umb-document-table-actions-column-layout",
|
|
300
|
-
"path": "
|
|
300
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
301
301
|
"properties": [
|
|
302
302
|
{
|
|
303
303
|
"name": "styles",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"name": "umb-document-table-collection-view",
|
|
322
|
-
"path": "
|
|
322
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
|
|
323
323
|
"properties": [
|
|
324
324
|
{
|
|
325
325
|
"name": "styles",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"name": "umb-collection-view-document-table",
|
|
333
|
-
"path": "
|
|
333
|
+
"path": "./../../src/backoffice/documents/documents/collection/views/table/document-table-collection-view.element.ts",
|
|
334
334
|
"properties": [
|
|
335
335
|
{
|
|
336
336
|
"name": "styles",
|
|
@@ -341,11 +341,11 @@
|
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"name": "umb-document-menu-item",
|
|
344
|
-
"path": "
|
|
344
|
+
"path": "./../../src/backoffice/documents/documents/menu-item/document-menu-item.element.ts"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"name": "umb-document-picker-modal",
|
|
348
|
-
"path": "
|
|
348
|
+
"path": "./../../src/backoffice/documents/documents/modals/document-picker/document-picker-modal.element.ts",
|
|
349
349
|
"properties": [
|
|
350
350
|
{
|
|
351
351
|
"name": "styles",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"name": "umb-document-type-picker-modal",
|
|
359
|
-
"path": "
|
|
359
|
+
"path": "./../../src/backoffice/documents/documents/modals/document-type-picker/document-type-picker-modal.element.ts",
|
|
360
360
|
"properties": [
|
|
361
361
|
{
|
|
362
362
|
"name": "styles",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"name": "umb-document-tree-item",
|
|
370
|
-
"path": "
|
|
370
|
+
"path": "./../../src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
371
371
|
"properties": [
|
|
372
372
|
{
|
|
373
373
|
"name": "styles",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"name": "umb-document-workspace-editor",
|
|
384
|
-
"path": "
|
|
384
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
|
|
385
385
|
"properties": [
|
|
386
386
|
{
|
|
387
387
|
"name": "styles",
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"name": "umb-document-workspace-split-view",
|
|
395
|
-
"path": "
|
|
395
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace-split-view.element.ts",
|
|
396
396
|
"properties": [
|
|
397
397
|
{
|
|
398
398
|
"name": "styles",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"name": "umb-document-workspace",
|
|
406
|
-
"path": "
|
|
406
|
+
"path": "./../../src/backoffice/documents/documents/workspace/document-workspace.element.ts",
|
|
407
407
|
"properties": [
|
|
408
408
|
{
|
|
409
409
|
"name": "styles",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"name": "umb-document-workspace-view-edit-properties",
|
|
417
|
-
"path": "
|
|
417
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.ts",
|
|
418
418
|
"attributes": [
|
|
419
419
|
{
|
|
420
420
|
"name": "container-name",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"name": "umb-document-workspace-view-edit-tab",
|
|
448
|
-
"path": "
|
|
448
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.ts",
|
|
449
449
|
"attributes": [
|
|
450
450
|
{
|
|
451
451
|
"name": "tabName",
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
"name": "umb-document-workspace-view-edit",
|
|
479
|
-
"path": "
|
|
479
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/edit/document-workspace-view-edit.element.ts",
|
|
480
480
|
"properties": [
|
|
481
481
|
{
|
|
482
482
|
"name": "styles",
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
489
|
"name": "umb-document-info-workspace-view",
|
|
490
|
-
"path": "
|
|
490
|
+
"path": "./../../src/backoffice/documents/documents/workspace/views/info/document-info-workspace-view.element.ts",
|
|
491
491
|
"properties": [
|
|
492
492
|
{
|
|
493
493
|
"name": "styles",
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
"name": "umb-media-type-workspace-edit",
|
|
501
|
-
"path": "
|
|
501
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace-edit.element.ts",
|
|
502
502
|
"properties": [
|
|
503
503
|
{
|
|
504
504
|
"name": "styles",
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
"name": "umb-media-type-workspace",
|
|
512
|
-
"path": "
|
|
512
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
|
|
513
513
|
"properties": [
|
|
514
514
|
{
|
|
515
515
|
"name": "styles",
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
"name": "umb-media-type-workspace-",
|
|
523
|
-
"path": "
|
|
523
|
+
"path": "./../../src/backoffice/media/media-types/workspace/media-type-workspace.element.ts",
|
|
524
524
|
"properties": [
|
|
525
525
|
{
|
|
526
526
|
"name": "styles",
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"name": "umb-collection-view-media-test",
|
|
534
|
-
"path": "
|
|
534
|
+
"path": "./../../src/backoffice/media/media/collection-view/collection-view-media-test.element.ts",
|
|
535
535
|
"properties": [
|
|
536
536
|
{
|
|
537
537
|
"name": "styles",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
544
|
"name": "umb-media-grid-collection-view",
|
|
545
|
-
"path": "
|
|
545
|
+
"path": "./../../src/backoffice/media/media/collection-view/media-grid-collection-view.element.ts",
|
|
546
546
|
"properties": [
|
|
547
547
|
{
|
|
548
548
|
"name": "styles",
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
555
|
"name": "umb-media-table-collection-view",
|
|
556
|
-
"path": "
|
|
556
|
+
"path": "./../../src/backoffice/media/media/collection-view/media-table-collection-view.element.ts",
|
|
557
557
|
"properties": [
|
|
558
558
|
{
|
|
559
559
|
"name": "styles",
|
|
@@ -564,11 +564,11 @@
|
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
"name": "umb-media-menu-item",
|
|
567
|
-
"path": "
|
|
567
|
+
"path": "./../../src/backoffice/media/media/menu-item/media-menu-item.element.ts"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
"name": "umb-media-picker-modal",
|
|
571
|
-
"path": "
|
|
571
|
+
"path": "./../../src/backoffice/media/media/modals/media-picker/media-picker-modal.element.ts",
|
|
572
572
|
"properties": [
|
|
573
573
|
{
|
|
574
574
|
"name": "styles",
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
"name": "umb-media-workspace-edit",
|
|
582
|
-
"path": "
|
|
582
|
+
"path": "./../../src/backoffice/media/media/workspace/media-workspace-edit.element.ts",
|
|
583
583
|
"properties": [
|
|
584
584
|
{
|
|
585
585
|
"name": "styles",
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
"name": "umb-media-workspace",
|
|
593
|
-
"path": "
|
|
593
|
+
"path": "./../../src/backoffice/media/media/workspace/media-workspace.element.ts",
|
|
594
594
|
"properties": [
|
|
595
595
|
{
|
|
596
596
|
"name": "styles",
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"name": "umb-media-edit-workspace-view",
|
|
604
|
-
"path": "
|
|
604
|
+
"path": "./../../src/backoffice/media/media/workspace/views/edit/media-edit-workspace-view.element.ts",
|
|
605
605
|
"properties": [
|
|
606
606
|
{
|
|
607
607
|
"name": "styles",
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
},
|
|
613
613
|
{
|
|
614
614
|
"name": "umb-media-info-workspace-view",
|
|
615
|
-
"path": "
|
|
615
|
+
"path": "./../../src/backoffice/media/media/workspace/views/info/media-info-workspace-view.element.ts",
|
|
616
616
|
"properties": [
|
|
617
617
|
{
|
|
618
618
|
"name": "styles",
|
|
@@ -623,7 +623,7 @@
|
|
|
623
623
|
},
|
|
624
624
|
{
|
|
625
625
|
"name": "umb-dashboard-members-welcome",
|
|
626
|
-
"path": "
|
|
626
|
+
"path": "./../../src/backoffice/members/dashboards/welcome/dashboard-members-welcome.element.ts",
|
|
627
627
|
"properties": [
|
|
628
628
|
{
|
|
629
629
|
"name": "styles",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"name": "umb-member-group-workspace-edit",
|
|
637
|
-
"path": "
|
|
637
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace-edit.element.ts",
|
|
638
638
|
"properties": [
|
|
639
639
|
{
|
|
640
640
|
"name": "styles",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
647
|
"name": "umb-member-group-workspace",
|
|
648
|
-
"path": "
|
|
648
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/member-group-workspace.element.ts",
|
|
649
649
|
"properties": [
|
|
650
650
|
{
|
|
651
651
|
"name": "styles",
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"name": "umb-workspace-view-member-group-info",
|
|
659
|
-
"path": "
|
|
659
|
+
"path": "./../../src/backoffice/members/member-groups/workspace/views/info/workspace-view-member-group-info.element.ts",
|
|
660
660
|
"properties": [
|
|
661
661
|
{
|
|
662
662
|
"name": "styles",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
669
|
"name": "umb-member-type-workspace-edit",
|
|
670
|
-
"path": "
|
|
670
|
+
"path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace-edit.element.ts",
|
|
671
671
|
"properties": [
|
|
672
672
|
{
|
|
673
673
|
"name": "styles",
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
},
|
|
679
679
|
{
|
|
680
680
|
"name": "umb-member-type-workspace",
|
|
681
|
-
"path": "
|
|
681
|
+
"path": "./../../src/backoffice/members/member-types/workspace/member-type-workspace.element.ts",
|
|
682
682
|
"properties": [
|
|
683
683
|
{
|
|
684
684
|
"name": "styles",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
691
|
"name": "umb-member-workspace-edit",
|
|
692
|
-
"path": "
|
|
692
|
+
"path": "./../../src/backoffice/members/members/workspace/member-workspace-edit.element.ts",
|
|
693
693
|
"properties": [
|
|
694
694
|
{
|
|
695
695
|
"name": "styles",
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
"name": "umb-member-workspace",
|
|
703
|
-
"path": "
|
|
703
|
+
"path": "./../../src/backoffice/members/members/workspace/member-workspace.element.ts",
|
|
704
704
|
"properties": [
|
|
705
705
|
{
|
|
706
706
|
"name": "styles",
|
|
@@ -711,10 +711,10 @@
|
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
"name": "umb-workspace-package-builder",
|
|
714
|
-
"path": "
|
|
714
|
+
"path": "./../../src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts",
|
|
715
715
|
"attributes": [
|
|
716
716
|
{
|
|
717
|
-
"name": "
|
|
717
|
+
"name": "entityId",
|
|
718
718
|
"type": "string | undefined"
|
|
719
719
|
}
|
|
720
720
|
],
|
|
@@ -725,18 +725,18 @@
|
|
|
725
725
|
"default": "[\"UUITextStyles\",null]"
|
|
726
726
|
},
|
|
727
727
|
{
|
|
728
|
-
"name": "
|
|
729
|
-
"attribute": "
|
|
728
|
+
"name": "entityId",
|
|
729
|
+
"attribute": "entityId",
|
|
730
730
|
"type": "string | undefined"
|
|
731
731
|
}
|
|
732
732
|
]
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
735
|
"name": "umb-workspace-package",
|
|
736
|
-
"path": "
|
|
736
|
+
"path": "./../../src/backoffice/packages/package-repo/workspace/workspace-package.element.ts",
|
|
737
737
|
"attributes": [
|
|
738
738
|
{
|
|
739
|
-
"name": "
|
|
739
|
+
"name": "entityId",
|
|
740
740
|
"type": "string | undefined"
|
|
741
741
|
}
|
|
742
742
|
],
|
|
@@ -747,19 +747,19 @@
|
|
|
747
747
|
"default": "[\"UUITextStyles\",null]"
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
|
-
"name": "
|
|
751
|
-
"attribute": "
|
|
750
|
+
"name": "entityId",
|
|
751
|
+
"attribute": "entityId",
|
|
752
752
|
"type": "string | undefined"
|
|
753
753
|
}
|
|
754
754
|
]
|
|
755
755
|
},
|
|
756
756
|
{
|
|
757
757
|
"name": "umb-created-packages-section-view",
|
|
758
|
-
"path": "
|
|
758
|
+
"path": "./../../src/backoffice/packages/package-section/views/created/created-packages-section-view.element.ts"
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
761
|
"name": "umb-packages-created-overview",
|
|
762
|
-
"path": "
|
|
762
|
+
"path": "./../../src/backoffice/packages/package-section/views/created/packages-created-overview.element.ts",
|
|
763
763
|
"properties": [
|
|
764
764
|
{
|
|
765
765
|
"name": "styles",
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"name": "umb-installed-packages-section-view-item",
|
|
773
|
-
"path": "
|
|
773
|
+
"path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view-item.element.ts",
|
|
774
774
|
"attributes": [
|
|
775
775
|
{
|
|
776
776
|
"name": "name",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
823
|
"name": "umb-installed-packages-section-view",
|
|
824
|
-
"path": "
|
|
824
|
+
"path": "./../../src/backoffice/packages/package-section/views/installed/installed-packages-section-view.element.ts",
|
|
825
825
|
"properties": [
|
|
826
826
|
{
|
|
827
827
|
"name": "styles",
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
834
|
"name": "umb-packages-market-place-section-view",
|
|
835
|
-
"path": "
|
|
835
|
+
"path": "./../../src/backoffice/packages/package-section/views/market-place/packages-market-place-section-view.element.ts",
|
|
836
836
|
"attributes": [
|
|
837
837
|
{
|
|
838
838
|
"name": "marketplaceUrl",
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
},
|
|
857
857
|
{
|
|
858
858
|
"name": "umb-search-modal",
|
|
859
|
-
"path": "
|
|
859
|
+
"path": "./../../src/backoffice/search/modals/search/search-modal.element.ts",
|
|
860
860
|
"properties": [
|
|
861
861
|
{
|
|
862
862
|
"name": "styles",
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
},
|
|
868
868
|
{
|
|
869
869
|
"name": "umb-search-header-app",
|
|
870
|
-
"path": "
|
|
870
|
+
"path": "./../../src/backoffice/search/umb-search-header-app.element.ts",
|
|
871
871
|
"properties": [
|
|
872
872
|
{
|
|
873
873
|
"name": "styles",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
880
|
"name": "umb-dashboard-examine-management",
|
|
881
|
-
"path": "
|
|
881
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/dashboard-examine-management.element.ts",
|
|
882
882
|
"properties": [
|
|
883
883
|
{
|
|
884
884
|
"name": "styles",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
891
|
"name": "umb-examine-fields-settings-modal",
|
|
892
|
-
"path": "
|
|
892
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/views/modal-views/fields-settings.element.ts",
|
|
893
893
|
"properties": [
|
|
894
894
|
{
|
|
895
895
|
"name": "styles",
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
"name": "umb-modal-element-fields-viewer",
|
|
903
|
-
"path": "
|
|
903
|
+
"path": "./../../src/backoffice/settings/dashboards/examine-management/views/modal-views/fields-viewer.element.ts",
|
|
904
904
|
"properties": [
|
|
905
905
|
{
|
|
906
906
|
"name": "styles",
|
|
@@ -911,11 +911,11 @@
|
|
|
911
911
|
},
|
|
912
912
|
{
|
|
913
913
|
"name": "umb-dashboard-health-check",
|
|
914
|
-
"path": "
|
|
914
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/dashboard-health-check.element.ts"
|
|
915
915
|
},
|
|
916
916
|
{
|
|
917
917
|
"name": "umb-dashboard-health-check-action",
|
|
918
|
-
"path": "
|
|
918
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-action.element.ts",
|
|
919
919
|
"attributes": [
|
|
920
920
|
{
|
|
921
921
|
"name": "action"
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
942
|
"name": "umb-health-check-group-box-overview",
|
|
943
|
-
"path": "
|
|
943
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
|
|
944
944
|
"attributes": [
|
|
945
945
|
{
|
|
946
946
|
"name": "manifest"
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
},
|
|
961
961
|
{
|
|
962
962
|
"name": "umb-health-check--group-box-overview",
|
|
963
|
-
"path": "
|
|
963
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group-box-overview.element.ts",
|
|
964
964
|
"attributes": [
|
|
965
965
|
{
|
|
966
966
|
"name": "manifest"
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
982
|
"name": "umb-dashboard-health-check-group",
|
|
983
|
-
"path": "
|
|
983
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-group.element.ts",
|
|
984
984
|
"attributes": [
|
|
985
985
|
{
|
|
986
986
|
"name": "groupName",
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"name": "umb-dashboard-health-check-overview",
|
|
1005
|
-
"path": "
|
|
1005
|
+
"path": "./../../src/backoffice/settings/dashboards/health-check/views/health-check-overview.element.ts",
|
|
1006
1006
|
"properties": [
|
|
1007
1007
|
{
|
|
1008
1008
|
"name": "styles",
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"name": "umb-dashboard-models-builder",
|
|
1016
|
-
"path": "
|
|
1016
|
+
"path": "./../../src/backoffice/settings/dashboards/models-builder/dashboard-models-builder.element.ts",
|
|
1017
1017
|
"properties": [
|
|
1018
1018
|
{
|
|
1019
1019
|
"name": "styles",
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
},
|
|
1025
1025
|
{
|
|
1026
1026
|
"name": "umb-dashboard-performance-profiling",
|
|
1027
|
-
"path": "
|
|
1027
|
+
"path": "./../../src/backoffice/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts",
|
|
1028
1028
|
"properties": [
|
|
1029
1029
|
{
|
|
1030
1030
|
"name": "styles",
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
1037
|
"name": "umb-dashboard-published-status",
|
|
1038
|
-
"path": "
|
|
1038
|
+
"path": "./../../src/backoffice/settings/dashboards/published-status/dashboard-published-status.element.ts",
|
|
1039
1039
|
"properties": [
|
|
1040
1040
|
{
|
|
1041
1041
|
"name": "styles",
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
},
|
|
1047
1047
|
{
|
|
1048
1048
|
"name": "umb-dashboard-settings-welcome",
|
|
1049
|
-
"path": "
|
|
1049
|
+
"path": "./../../src/backoffice/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.ts",
|
|
1050
1050
|
"properties": [
|
|
1051
1051
|
{
|
|
1052
1052
|
"name": "styles",
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
1059
|
"name": "umb-dashboard-telemetry",
|
|
1060
|
-
"path": "
|
|
1060
|
+
"path": "./../../src/backoffice/settings/dashboards/telemetry/dashboard-telemetry.element.ts",
|
|
1061
1061
|
"properties": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"name": "styles",
|
|
@@ -1067,19 +1067,164 @@
|
|
|
1067
1067
|
]
|
|
1068
1068
|
},
|
|
1069
1069
|
{
|
|
1070
|
-
"name": "umb-
|
|
1071
|
-
"path": "
|
|
1070
|
+
"name": "umb-data-type-input",
|
|
1071
|
+
"path": "./../../src/backoffice/settings/data-types/components/data-type-input/data-type-input.element.ts",
|
|
1072
|
+
"attributes": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "min",
|
|
1075
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
1076
|
+
"type": "number",
|
|
1077
|
+
"default": "\"0\""
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "max",
|
|
1081
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
1082
|
+
"type": "number",
|
|
1083
|
+
"default": "\"Infinity\""
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "min-message",
|
|
1087
|
+
"description": "Min validation message.",
|
|
1088
|
+
"type": "boolean",
|
|
1089
|
+
"default": "\"\""
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "maxMessage",
|
|
1093
|
+
"description": "Max validation message.",
|
|
1094
|
+
"type": "boolean",
|
|
1095
|
+
"default": "\"\""
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "value",
|
|
1099
|
+
"type": "string"
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"properties": [
|
|
1103
|
+
{
|
|
1104
|
+
"name": "min",
|
|
1105
|
+
"attribute": "min",
|
|
1106
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
1107
|
+
"type": "number",
|
|
1108
|
+
"default": "\"0\""
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "max",
|
|
1112
|
+
"attribute": "max",
|
|
1113
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
1114
|
+
"type": "number",
|
|
1115
|
+
"default": "\"Infinity\""
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "minMessage",
|
|
1119
|
+
"attribute": "min-message",
|
|
1120
|
+
"description": "Min validation message.",
|
|
1121
|
+
"type": "boolean",
|
|
1122
|
+
"default": "\"\""
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "maxMessage",
|
|
1126
|
+
"attribute": "maxMessage",
|
|
1127
|
+
"description": "Max validation message.",
|
|
1128
|
+
"type": "boolean",
|
|
1129
|
+
"default": "\"\""
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "selectedIds",
|
|
1133
|
+
"type": "string[]"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "styles",
|
|
1137
|
+
"type": "CSSResult[]",
|
|
1138
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "formAssociated",
|
|
1142
|
+
"type": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "value",
|
|
1146
|
+
"attribute": "value",
|
|
1147
|
+
"type": "string"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "name",
|
|
1151
|
+
"type": "string"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "validationMessage",
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "validity",
|
|
1159
|
+
"type": "ValidityState"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "pristine",
|
|
1163
|
+
"type": "boolean"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "required",
|
|
1167
|
+
"type": "boolean"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "requiredMessage",
|
|
1171
|
+
"type": "string"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "error",
|
|
1175
|
+
"type": "boolean"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "errorMessage",
|
|
1179
|
+
"type": "string"
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "umb-data-type-create-options-modal",
|
|
1185
|
+
"path": "./../../src/backoffice/settings/data-types/entity-actions/create/modal/data-type-create-options-modal.element.ts",
|
|
1186
|
+
"attributes": [
|
|
1187
|
+
{
|
|
1188
|
+
"name": "data",
|
|
1189
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1190
|
+
}
|
|
1191
|
+
],
|
|
1072
1192
|
"properties": [
|
|
1073
1193
|
{
|
|
1074
1194
|
"name": "styles",
|
|
1075
1195
|
"type": "CSSResult[]",
|
|
1076
1196
|
"default": "[\"UUITextStyles\"]"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "modalHandler"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "data",
|
|
1203
|
+
"attribute": "data",
|
|
1204
|
+
"type": "UmbDataTypeCreateOptionsModalData | undefined"
|
|
1205
|
+
}
|
|
1206
|
+
]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "umb-data-type-picker-modal",
|
|
1210
|
+
"path": "./../../src/backoffice/settings/data-types/modal/data-type-picker/data-type-picker-modal.element.ts",
|
|
1211
|
+
"properties": [
|
|
1212
|
+
{
|
|
1213
|
+
"name": "styles",
|
|
1214
|
+
"type": "CSSResult[]",
|
|
1215
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "modalHandler"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "data"
|
|
1077
1222
|
}
|
|
1078
1223
|
]
|
|
1079
1224
|
},
|
|
1080
1225
|
{
|
|
1081
1226
|
"name": "umb-data-type-workspace-edit-element",
|
|
1082
|
-
"path": "
|
|
1227
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace-edit.element.ts",
|
|
1083
1228
|
"attributes": [
|
|
1084
1229
|
{
|
|
1085
1230
|
"name": "manifest"
|
|
@@ -1106,7 +1251,7 @@
|
|
|
1106
1251
|
},
|
|
1107
1252
|
{
|
|
1108
1253
|
"name": "umb-data-type-workspace",
|
|
1109
|
-
"path": "
|
|
1254
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/data-type-workspace.element.ts",
|
|
1110
1255
|
"properties": [
|
|
1111
1256
|
{
|
|
1112
1257
|
"name": "styles",
|
|
@@ -1117,7 +1262,7 @@
|
|
|
1117
1262
|
},
|
|
1118
1263
|
{
|
|
1119
1264
|
"name": "umb-data-type-details-workspace-view",
|
|
1120
|
-
"path": "
|
|
1265
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts",
|
|
1121
1266
|
"properties": [
|
|
1122
1267
|
{
|
|
1123
1268
|
"name": "styles",
|
|
@@ -1128,7 +1273,7 @@
|
|
|
1128
1273
|
},
|
|
1129
1274
|
{
|
|
1130
1275
|
"name": "umb-workspace-view-data-type-info",
|
|
1131
|
-
"path": "
|
|
1276
|
+
"path": "./../../src/backoffice/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.ts",
|
|
1132
1277
|
"properties": [
|
|
1133
1278
|
{
|
|
1134
1279
|
"name": "styles",
|
|
@@ -1139,7 +1284,7 @@
|
|
|
1139
1284
|
},
|
|
1140
1285
|
{
|
|
1141
1286
|
"name": "umb-extension-root-workspace",
|
|
1142
|
-
"path": "
|
|
1287
|
+
"path": "./../../src/backoffice/settings/extensions/workspace/extension-root-workspace.element.ts",
|
|
1143
1288
|
"properties": [
|
|
1144
1289
|
{
|
|
1145
1290
|
"name": "styles",
|
|
@@ -1150,7 +1295,7 @@
|
|
|
1150
1295
|
},
|
|
1151
1296
|
{
|
|
1152
1297
|
"name": "umb-app-language-select",
|
|
1153
|
-
"path": "
|
|
1298
|
+
"path": "./../../src/backoffice/settings/languages/app-language-select/app-language-select.element.ts",
|
|
1154
1299
|
"properties": [
|
|
1155
1300
|
{
|
|
1156
1301
|
"name": "styles",
|
|
@@ -1161,7 +1306,7 @@
|
|
|
1161
1306
|
},
|
|
1162
1307
|
{
|
|
1163
1308
|
"name": "umb-language-picker-modal",
|
|
1164
|
-
"path": "
|
|
1309
|
+
"path": "./../../src/backoffice/settings/languages/modals/language-picker/language-picker-modal.element.ts",
|
|
1165
1310
|
"properties": [
|
|
1166
1311
|
{
|
|
1167
1312
|
"name": "styles",
|
|
@@ -1172,7 +1317,7 @@
|
|
|
1172
1317
|
},
|
|
1173
1318
|
{
|
|
1174
1319
|
"name": "umb-language-root-table-delete-column-layout",
|
|
1175
|
-
"path": "
|
|
1320
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.ts",
|
|
1176
1321
|
"properties": [
|
|
1177
1322
|
{
|
|
1178
1323
|
"name": "styles",
|
|
@@ -1186,7 +1331,7 @@
|
|
|
1186
1331
|
},
|
|
1187
1332
|
{
|
|
1188
1333
|
"name": "umb-language-root-table-name-column-layout",
|
|
1189
|
-
"path": "
|
|
1334
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.ts",
|
|
1190
1335
|
"properties": [
|
|
1191
1336
|
{
|
|
1192
1337
|
"name": "styles",
|
|
@@ -1201,7 +1346,7 @@
|
|
|
1201
1346
|
},
|
|
1202
1347
|
{
|
|
1203
1348
|
"name": "umb-language-root-workspace",
|
|
1204
|
-
"path": "
|
|
1349
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language-root/language-root-workspace.element.ts",
|
|
1205
1350
|
"properties": [
|
|
1206
1351
|
{
|
|
1207
1352
|
"name": "styles",
|
|
@@ -1212,7 +1357,7 @@
|
|
|
1212
1357
|
},
|
|
1213
1358
|
{
|
|
1214
1359
|
"name": "umb-language-workspace-edit",
|
|
1215
|
-
"path": "
|
|
1360
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace-edit.element.ts",
|
|
1216
1361
|
"properties": [
|
|
1217
1362
|
{
|
|
1218
1363
|
"name": "styles",
|
|
@@ -1223,7 +1368,7 @@
|
|
|
1223
1368
|
},
|
|
1224
1369
|
{
|
|
1225
1370
|
"name": "umb-language-workspace",
|
|
1226
|
-
"path": "
|
|
1371
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/language-workspace.element.ts",
|
|
1227
1372
|
"properties": [
|
|
1228
1373
|
{
|
|
1229
1374
|
"name": "styles",
|
|
@@ -1234,7 +1379,7 @@
|
|
|
1234
1379
|
},
|
|
1235
1380
|
{
|
|
1236
1381
|
"name": "umb-language-details-workspace-view",
|
|
1237
|
-
"path": "
|
|
1382
|
+
"path": "./../../src/backoffice/settings/languages/workspace/language/views/details/language-details-workspace-view.element.ts",
|
|
1238
1383
|
"properties": [
|
|
1239
1384
|
{
|
|
1240
1385
|
"name": "styles",
|
|
@@ -1245,7 +1390,7 @@
|
|
|
1245
1390
|
},
|
|
1246
1391
|
{
|
|
1247
1392
|
"name": "umb-log-viewer-date-range-selector",
|
|
1248
|
-
"path": "
|
|
1393
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-date-range-selector.element.ts",
|
|
1249
1394
|
"attributes": [
|
|
1250
1395
|
{
|
|
1251
1396
|
"name": "horizontal",
|
|
@@ -1269,7 +1414,7 @@
|
|
|
1269
1414
|
},
|
|
1270
1415
|
{
|
|
1271
1416
|
"name": "umb-log-viewer-level-tag",
|
|
1272
|
-
"path": "
|
|
1417
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-level-tag.element.ts",
|
|
1273
1418
|
"attributes": [
|
|
1274
1419
|
{
|
|
1275
1420
|
"name": "level"
|
|
@@ -1288,13 +1433,13 @@
|
|
|
1288
1433
|
{
|
|
1289
1434
|
"name": "levelMap",
|
|
1290
1435
|
"type": "Record<any, LevelMapStyles>",
|
|
1291
|
-
"default": "{\"Verbose\":{\"look\":\"secondary\"},\"Debug\":{\"look\":\"default\",\"style\":\"background-color: var(--umb-log-viewer-debug-color); color: var(--uui-color-surface)\"},\"Information\":{\"look\":\"primary\",\"color\":\"positive\"},\"Warning\":{\"look\":\"primary\",\"color\":\"warning\"},\"Error\":{\"look\":\"primary\",\"color\":\"danger\"},\"Fatal\":{\"look\":\"primary\"}}"
|
|
1436
|
+
"default": "{\"Verbose\":{\"look\":\"secondary\"},\"Debug\":{\"look\":\"default\",\"style\":\"background-color: var(--umb-log-viewer-debug-color); color: var(--uui-color-surface)\"},\"Information\":{\"look\":\"primary\",\"color\":\"positive\"},\"Warning\":{\"look\":\"primary\",\"color\":\"warning\"},\"Error\":{\"look\":\"primary\",\"color\":\"danger\"},\"Fatal\":{\"look\":\"primary\",\"style\":\"background-color: var(--umb-log-viewer-fatal-color); color: var(--uui-color-surface)\"}}"
|
|
1292
1437
|
}
|
|
1293
1438
|
]
|
|
1294
1439
|
},
|
|
1295
1440
|
{
|
|
1296
1441
|
"name": "umb-log-viewer-to-many-logs-warning",
|
|
1297
|
-
"path": "
|
|
1442
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/components/log-viewer-to-many-logs-warning.element.ts",
|
|
1298
1443
|
"properties": [
|
|
1299
1444
|
{
|
|
1300
1445
|
"name": "styles",
|
|
@@ -1305,7 +1450,7 @@
|
|
|
1305
1450
|
},
|
|
1306
1451
|
{
|
|
1307
1452
|
"name": "umb-logviewer-workspace",
|
|
1308
|
-
"path": "
|
|
1453
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.ts",
|
|
1309
1454
|
"properties": [
|
|
1310
1455
|
{
|
|
1311
1456
|
"name": "styles",
|
|
@@ -1316,7 +1461,7 @@
|
|
|
1316
1461
|
},
|
|
1317
1462
|
{
|
|
1318
1463
|
"name": "umb-log-viewer-log-level-overview",
|
|
1319
|
-
"path": "
|
|
1464
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-level-overview.element.ts",
|
|
1320
1465
|
"attributes": [
|
|
1321
1466
|
{
|
|
1322
1467
|
"name": "loggerName",
|
|
@@ -1337,7 +1482,7 @@
|
|
|
1337
1482
|
},
|
|
1338
1483
|
{
|
|
1339
1484
|
"name": "umb-log-viewer-log-types-chart",
|
|
1340
|
-
"path": "
|
|
1485
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-log-types-chart.element.ts",
|
|
1341
1486
|
"properties": [
|
|
1342
1487
|
{
|
|
1343
1488
|
"name": "styles",
|
|
@@ -1348,7 +1493,7 @@
|
|
|
1348
1493
|
},
|
|
1349
1494
|
{
|
|
1350
1495
|
"name": "umb-log-viewer-message-templates-overview",
|
|
1351
|
-
"path": "
|
|
1496
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-message-templates-overview.element.ts",
|
|
1352
1497
|
"properties": [
|
|
1353
1498
|
{
|
|
1354
1499
|
"name": "styles",
|
|
@@ -1359,7 +1504,7 @@
|
|
|
1359
1504
|
},
|
|
1360
1505
|
{
|
|
1361
1506
|
"name": "umb-log-viewer-saved-searches-overview",
|
|
1362
|
-
"path": "
|
|
1507
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/components/log-viewer-saved-searches-overview.element.ts",
|
|
1363
1508
|
"properties": [
|
|
1364
1509
|
{
|
|
1365
1510
|
"name": "styles",
|
|
@@ -1370,7 +1515,7 @@
|
|
|
1370
1515
|
},
|
|
1371
1516
|
{
|
|
1372
1517
|
"name": "umb-log-viewer-overview-view",
|
|
1373
|
-
"path": "
|
|
1518
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/overview/log-overview-view.element.ts",
|
|
1374
1519
|
"properties": [
|
|
1375
1520
|
{
|
|
1376
1521
|
"name": "styles",
|
|
@@ -1381,7 +1526,7 @@
|
|
|
1381
1526
|
},
|
|
1382
1527
|
{
|
|
1383
1528
|
"name": "umb-log-viewer-log-level-filter-menu",
|
|
1384
|
-
"path": "
|
|
1529
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-log-level-filter-menu.element.ts",
|
|
1385
1530
|
"properties": [
|
|
1386
1531
|
{
|
|
1387
1532
|
"name": "styles",
|
|
@@ -1391,13 +1536,13 @@
|
|
|
1391
1536
|
{
|
|
1392
1537
|
"name": "setLogLevelDebounce",
|
|
1393
1538
|
"type": "DebouncedFunc<() => void>",
|
|
1394
|
-
"default": "\"
|
|
1539
|
+
"default": "\"debounce(this.#setLogLevel, 300)\""
|
|
1395
1540
|
}
|
|
1396
1541
|
]
|
|
1397
1542
|
},
|
|
1398
1543
|
{
|
|
1399
1544
|
"name": "umb-log-viewer-message",
|
|
1400
|
-
"path": "
|
|
1545
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-message.element.ts",
|
|
1401
1546
|
"attributes": [
|
|
1402
1547
|
{
|
|
1403
1548
|
"name": "timestamp",
|
|
@@ -1487,7 +1632,7 @@
|
|
|
1487
1632
|
},
|
|
1488
1633
|
{
|
|
1489
1634
|
"name": "umb-log-viewer-messages-list",
|
|
1490
|
-
"path": "
|
|
1635
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-messages-list.element.ts",
|
|
1491
1636
|
"properties": [
|
|
1492
1637
|
{
|
|
1493
1638
|
"name": "styles",
|
|
@@ -1498,7 +1643,18 @@
|
|
|
1498
1643
|
},
|
|
1499
1644
|
{
|
|
1500
1645
|
"name": "umb-log-viewer-polling-button",
|
|
1501
|
-
"path": "
|
|
1646
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-polling-button.element.ts",
|
|
1647
|
+
"properties": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "styles",
|
|
1650
|
+
"type": "CSSResult[]",
|
|
1651
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "umb-log-viewer-save-search-modal",
|
|
1657
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input-modal.element.ts",
|
|
1502
1658
|
"properties": [
|
|
1503
1659
|
{
|
|
1504
1660
|
"name": "styles",
|
|
@@ -1509,7 +1665,7 @@
|
|
|
1509
1665
|
},
|
|
1510
1666
|
{
|
|
1511
1667
|
"name": "umb-log-viewer-search-input",
|
|
1512
|
-
"path": "
|
|
1668
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/components/log-viewer-search-input.element.ts",
|
|
1513
1669
|
"properties": [
|
|
1514
1670
|
{
|
|
1515
1671
|
"name": "styles",
|
|
@@ -1520,7 +1676,7 @@
|
|
|
1520
1676
|
},
|
|
1521
1677
|
{
|
|
1522
1678
|
"name": "umb-log-viewer-search-view",
|
|
1523
|
-
"path": "
|
|
1679
|
+
"path": "./../../src/backoffice/settings/logviewer/workspace/views/search/log-search-view.element.ts",
|
|
1524
1680
|
"properties": [
|
|
1525
1681
|
{
|
|
1526
1682
|
"name": "styles",
|
|
@@ -1531,7 +1687,7 @@
|
|
|
1531
1687
|
},
|
|
1532
1688
|
{
|
|
1533
1689
|
"name": "umb-relation-type-workspace-edit-element",
|
|
1534
|
-
"path": "
|
|
1690
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
|
|
1535
1691
|
"properties": [
|
|
1536
1692
|
{
|
|
1537
1693
|
"name": "styles",
|
|
@@ -1542,7 +1698,7 @@
|
|
|
1542
1698
|
},
|
|
1543
1699
|
{
|
|
1544
1700
|
"name": "umb-relation-type-workspace",
|
|
1545
|
-
"path": "
|
|
1701
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/relation-type-workspace.element.ts",
|
|
1546
1702
|
"properties": [
|
|
1547
1703
|
{
|
|
1548
1704
|
"name": "styles",
|
|
@@ -1553,7 +1709,7 @@
|
|
|
1553
1709
|
},
|
|
1554
1710
|
{
|
|
1555
1711
|
"name": "umb-relation-type-workspace-view-relation-type",
|
|
1556
|
-
"path": "
|
|
1712
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/views/relation-type/relation-type-workspace-view-relation-type.element.ts",
|
|
1557
1713
|
"properties": [
|
|
1558
1714
|
{
|
|
1559
1715
|
"name": "styles",
|
|
@@ -1564,7 +1720,7 @@
|
|
|
1564
1720
|
},
|
|
1565
1721
|
{
|
|
1566
1722
|
"name": "umb-workspace-view-relation-type-relation",
|
|
1567
|
-
"path": "
|
|
1723
|
+
"path": "./../../src/backoffice/settings/relation-types/workspace/views/relation/workspace-view-relation-type-relation.element.ts",
|
|
1568
1724
|
"properties": [
|
|
1569
1725
|
{
|
|
1570
1726
|
"name": "styles",
|
|
@@ -1575,7 +1731,7 @@
|
|
|
1575
1731
|
},
|
|
1576
1732
|
{
|
|
1577
1733
|
"name": "umb-collection-selection-actions",
|
|
1578
|
-
"path": "
|
|
1734
|
+
"path": "./../../src/backoffice/shared/collection/collection-selection-actions.element.ts",
|
|
1579
1735
|
"attributes": [
|
|
1580
1736
|
{
|
|
1581
1737
|
"name": "entityType",
|
|
@@ -1597,7 +1753,7 @@
|
|
|
1597
1753
|
},
|
|
1598
1754
|
{
|
|
1599
1755
|
"name": "umb-collection-toolbar",
|
|
1600
|
-
"path": "
|
|
1756
|
+
"path": "./../../src/backoffice/shared/collection/collection-toolbar.element.ts",
|
|
1601
1757
|
"attributes": [
|
|
1602
1758
|
{
|
|
1603
1759
|
"name": "actions",
|
|
@@ -1637,7 +1793,7 @@
|
|
|
1637
1793
|
},
|
|
1638
1794
|
{
|
|
1639
1795
|
"name": "umb-collection",
|
|
1640
|
-
"path": "
|
|
1796
|
+
"path": "./../../src/backoffice/shared/collection/collection.element.ts",
|
|
1641
1797
|
"attributes": [
|
|
1642
1798
|
{
|
|
1643
1799
|
"name": "entity-type",
|
|
@@ -1659,7 +1815,7 @@
|
|
|
1659
1815
|
},
|
|
1660
1816
|
{
|
|
1661
1817
|
"name": "umb-dashboard-collection",
|
|
1662
|
-
"path": "
|
|
1818
|
+
"path": "./../../src/backoffice/shared/collection/dashboards/dashboard-collection.element.ts",
|
|
1663
1819
|
"properties": [
|
|
1664
1820
|
{
|
|
1665
1821
|
"name": "styles",
|
|
@@ -1673,7 +1829,7 @@
|
|
|
1673
1829
|
},
|
|
1674
1830
|
{
|
|
1675
1831
|
"name": "umb-backoffice-header-apps",
|
|
1676
|
-
"path": "
|
|
1832
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-apps.element.ts",
|
|
1677
1833
|
"properties": [
|
|
1678
1834
|
{
|
|
1679
1835
|
"name": "styles",
|
|
@@ -1684,7 +1840,7 @@
|
|
|
1684
1840
|
},
|
|
1685
1841
|
{
|
|
1686
1842
|
"name": "umb-backoffice-header-sections",
|
|
1687
|
-
"path": "
|
|
1843
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header-sections.element.ts",
|
|
1688
1844
|
"properties": [
|
|
1689
1845
|
{
|
|
1690
1846
|
"name": "styles",
|
|
@@ -1695,7 +1851,7 @@
|
|
|
1695
1851
|
},
|
|
1696
1852
|
{
|
|
1697
1853
|
"name": "umb-backoffice-header",
|
|
1698
|
-
"path": "
|
|
1854
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-header.element.ts",
|
|
1699
1855
|
"properties": [
|
|
1700
1856
|
{
|
|
1701
1857
|
"name": "styles",
|
|
@@ -1706,7 +1862,7 @@
|
|
|
1706
1862
|
},
|
|
1707
1863
|
{
|
|
1708
1864
|
"name": "umb-backoffice-main",
|
|
1709
|
-
"path": "
|
|
1865
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-main.element.ts",
|
|
1710
1866
|
"properties": [
|
|
1711
1867
|
{
|
|
1712
1868
|
"name": "styles",
|
|
@@ -1717,7 +1873,7 @@
|
|
|
1717
1873
|
},
|
|
1718
1874
|
{
|
|
1719
1875
|
"name": "umb-backoffice-modal-container",
|
|
1720
|
-
"path": "
|
|
1876
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-modal-container.element.ts",
|
|
1721
1877
|
"properties": [
|
|
1722
1878
|
{
|
|
1723
1879
|
"name": "styles",
|
|
@@ -1728,7 +1884,7 @@
|
|
|
1728
1884
|
},
|
|
1729
1885
|
{
|
|
1730
1886
|
"name": "umb-backoffice-notification-container",
|
|
1731
|
-
"path": "
|
|
1887
|
+
"path": "./../../src/backoffice/shared/components/backoffice-frame/backoffice-notification-container.element.ts",
|
|
1732
1888
|
"properties": [
|
|
1733
1889
|
{
|
|
1734
1890
|
"name": "styles",
|
|
@@ -1739,7 +1895,7 @@
|
|
|
1739
1895
|
},
|
|
1740
1896
|
{
|
|
1741
1897
|
"name": "umb-body-layout",
|
|
1742
|
-
"path": "
|
|
1898
|
+
"path": "./../../src/backoffice/shared/components/body-layout/body-layout.element.ts",
|
|
1743
1899
|
"attributes": [
|
|
1744
1900
|
{
|
|
1745
1901
|
"name": "headline",
|
|
@@ -1787,7 +1943,7 @@
|
|
|
1787
1943
|
},
|
|
1788
1944
|
{
|
|
1789
1945
|
"name": "umb-button-with-dropdown",
|
|
1790
|
-
"path": "
|
|
1946
|
+
"path": "./../../src/backoffice/shared/components/button-with-dropdown/button-with-dropdown.element.ts",
|
|
1791
1947
|
"attributes": [
|
|
1792
1948
|
{
|
|
1793
1949
|
"name": "label",
|
|
@@ -1862,8 +2018,8 @@
|
|
|
1862
2018
|
]
|
|
1863
2019
|
},
|
|
1864
2020
|
{
|
|
1865
|
-
"name": "
|
|
1866
|
-
"path": "
|
|
2021
|
+
"name": "umb-code-block",
|
|
2022
|
+
"path": "./../../src/backoffice/shared/components/code-block/code-block.element.ts",
|
|
1867
2023
|
"description": "A simple styled box for showing code-based error messages.",
|
|
1868
2024
|
"properties": [
|
|
1869
2025
|
{
|
|
@@ -1881,7 +2037,7 @@
|
|
|
1881
2037
|
},
|
|
1882
2038
|
{
|
|
1883
2039
|
"name": "umb-code-editor",
|
|
1884
|
-
"path": "
|
|
2040
|
+
"path": "./../../src/backoffice/shared/components/code-editor/code-editor.element.ts",
|
|
1885
2041
|
"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`.",
|
|
1886
2042
|
"attributes": [
|
|
1887
2043
|
{
|
|
@@ -1976,7 +2132,7 @@
|
|
|
1976
2132
|
},
|
|
1977
2133
|
{
|
|
1978
2134
|
"name": "umb-debug",
|
|
1979
|
-
"path": "
|
|
2135
|
+
"path": "./../../src/backoffice/shared/components/debug/debug.element.ts",
|
|
1980
2136
|
"attributes": [
|
|
1981
2137
|
{
|
|
1982
2138
|
"name": "visible",
|
|
@@ -2016,7 +2172,7 @@
|
|
|
2016
2172
|
},
|
|
2017
2173
|
{
|
|
2018
2174
|
"name": "umb-context-debugger-modal",
|
|
2019
|
-
"path": "
|
|
2175
|
+
"path": "./../../src/backoffice/shared/components/debug/modals/debug/debug-modal.element.ts",
|
|
2020
2176
|
"properties": [
|
|
2021
2177
|
{
|
|
2022
2178
|
"name": "styles",
|
|
@@ -2027,7 +2183,7 @@
|
|
|
2027
2183
|
},
|
|
2028
2184
|
{
|
|
2029
2185
|
"name": "umb-donut-chart",
|
|
2030
|
-
"path": "
|
|
2186
|
+
"path": "./../../src/backoffice/shared/components/donut-chart/donut-chart.element.ts",
|
|
2031
2187
|
"description": "This is a donut chart component that can be used to display data in a circular way.",
|
|
2032
2188
|
"attributes": [
|
|
2033
2189
|
{
|
|
@@ -2106,7 +2262,7 @@
|
|
|
2106
2262
|
},
|
|
2107
2263
|
{
|
|
2108
2264
|
"name": "umb-donut-slice",
|
|
2109
|
-
"path": "
|
|
2265
|
+
"path": "./../../src/backoffice/shared/components/donut-chart/donut-slice.element.ts",
|
|
2110
2266
|
"description": "This component is used to display a single slice of a donut chart. It only makes sense insice the donut chart",
|
|
2111
2267
|
"attributes": [
|
|
2112
2268
|
{
|
|
@@ -2173,7 +2329,7 @@
|
|
|
2173
2329
|
},
|
|
2174
2330
|
{
|
|
2175
2331
|
"name": "umb-dropdown",
|
|
2176
|
-
"path": "
|
|
2332
|
+
"path": "./../../src/backoffice/shared/components/dropdown/dropdown.element.ts",
|
|
2177
2333
|
"attributes": [
|
|
2178
2334
|
{
|
|
2179
2335
|
"name": "open",
|
|
@@ -2197,7 +2353,7 @@
|
|
|
2197
2353
|
},
|
|
2198
2354
|
{
|
|
2199
2355
|
"name": "umb-empty-state",
|
|
2200
|
-
"path": "
|
|
2356
|
+
"path": "./../../src/backoffice/shared/components/empty-state/empty-state.element.ts",
|
|
2201
2357
|
"attributes": [
|
|
2202
2358
|
{
|
|
2203
2359
|
"name": "size",
|
|
@@ -2234,7 +2390,7 @@
|
|
|
2234
2390
|
},
|
|
2235
2391
|
{
|
|
2236
2392
|
"name": "umb-entity-action-list",
|
|
2237
|
-
"path": "
|
|
2393
|
+
"path": "./../../src/backoffice/shared/components/entity-action/entity-action-list.element.ts",
|
|
2238
2394
|
"attributes": [
|
|
2239
2395
|
{
|
|
2240
2396
|
"name": "entity-type",
|
|
@@ -2260,7 +2416,7 @@
|
|
|
2260
2416
|
},
|
|
2261
2417
|
{
|
|
2262
2418
|
"name": "umb-entity-action",
|
|
2263
|
-
"path": "
|
|
2419
|
+
"path": "./../../src/backoffice/shared/components/entity-action/entity-action.element.ts",
|
|
2264
2420
|
"attributes": [
|
|
2265
2421
|
{
|
|
2266
2422
|
"name": "unique",
|
|
@@ -2280,7 +2436,7 @@
|
|
|
2280
2436
|
},
|
|
2281
2437
|
{
|
|
2282
2438
|
"name": "umb-entity-bulk-action",
|
|
2283
|
-
"path": "
|
|
2439
|
+
"path": "./../../src/backoffice/shared/components/entity-bulk-action/entity-bulk-action.element.ts",
|
|
2284
2440
|
"properties": [
|
|
2285
2441
|
{
|
|
2286
2442
|
"name": "selection",
|
|
@@ -2293,7 +2449,7 @@
|
|
|
2293
2449
|
},
|
|
2294
2450
|
{
|
|
2295
2451
|
"name": "umb-extension-slot",
|
|
2296
|
-
"path": "
|
|
2452
|
+
"path": "./../../src/backoffice/shared/components/extension-slot/extension-slot.element.ts",
|
|
2297
2453
|
"attributes": [
|
|
2298
2454
|
{
|
|
2299
2455
|
"name": "type",
|
|
@@ -2354,7 +2510,7 @@
|
|
|
2354
2510
|
},
|
|
2355
2511
|
{
|
|
2356
2512
|
"name": "umb-footer-layout",
|
|
2357
|
-
"path": "
|
|
2513
|
+
"path": "./../../src/backoffice/shared/components/footer-layout/footer-layout.element.ts",
|
|
2358
2514
|
"properties": [
|
|
2359
2515
|
{
|
|
2360
2516
|
"name": "styles",
|
|
@@ -2375,7 +2531,7 @@
|
|
|
2375
2531
|
},
|
|
2376
2532
|
{
|
|
2377
2533
|
"name": "umb-header-app-button",
|
|
2378
|
-
"path": "
|
|
2534
|
+
"path": "./../../src/backoffice/shared/components/header-app/header-app-button.element.ts",
|
|
2379
2535
|
"properties": [
|
|
2380
2536
|
{
|
|
2381
2537
|
"name": "styles",
|
|
@@ -2389,7 +2545,7 @@
|
|
|
2389
2545
|
},
|
|
2390
2546
|
{
|
|
2391
2547
|
"name": "umb-history-item",
|
|
2392
|
-
"path": "
|
|
2548
|
+
"path": "./../../src/backoffice/shared/components/history/history-item.element.ts",
|
|
2393
2549
|
"attributes": [
|
|
2394
2550
|
{
|
|
2395
2551
|
"name": "src",
|
|
@@ -2429,7 +2585,7 @@
|
|
|
2429
2585
|
},
|
|
2430
2586
|
{
|
|
2431
2587
|
"name": "umb-history-list",
|
|
2432
|
-
"path": "
|
|
2588
|
+
"path": "./../../src/backoffice/shared/components/history/history-list.element.ts",
|
|
2433
2589
|
"properties": [
|
|
2434
2590
|
{
|
|
2435
2591
|
"name": "styles",
|
|
@@ -2440,7 +2596,7 @@
|
|
|
2440
2596
|
},
|
|
2441
2597
|
{
|
|
2442
2598
|
"name": "umb-input-checkbox-list",
|
|
2443
|
-
"path": "
|
|
2599
|
+
"path": "./../../src/backoffice/shared/components/input-checkbox-list/input-checkbox-list.element.ts",
|
|
2444
2600
|
"attributes": [
|
|
2445
2601
|
{
|
|
2446
2602
|
"name": "list",
|
|
@@ -2520,7 +2676,7 @@
|
|
|
2520
2676
|
},
|
|
2521
2677
|
{
|
|
2522
2678
|
"name": "umb-input-color-picker",
|
|
2523
|
-
"path": "
|
|
2679
|
+
"path": "./../../src/backoffice/shared/components/input-color-picker/input-color-picker.element.ts",
|
|
2524
2680
|
"description": "This wraps the UUI library uui-color-swatches component",
|
|
2525
2681
|
"attributes": [
|
|
2526
2682
|
{
|
|
@@ -2599,7 +2755,7 @@
|
|
|
2599
2755
|
},
|
|
2600
2756
|
{
|
|
2601
2757
|
"name": "umb-input-culture-select",
|
|
2602
|
-
"path": "
|
|
2758
|
+
"path": "./../../src/backoffice/shared/components/input-culture-select/input-culture-select.element.ts",
|
|
2603
2759
|
"attributes": [
|
|
2604
2760
|
{
|
|
2605
2761
|
"name": "disabled",
|
|
@@ -2682,7 +2838,7 @@
|
|
|
2682
2838
|
},
|
|
2683
2839
|
{
|
|
2684
2840
|
"name": "umb-input-document-picker",
|
|
2685
|
-
"path": "
|
|
2841
|
+
"path": "./../../src/backoffice/shared/components/input-document-picker/input-document-picker.element.ts",
|
|
2686
2842
|
"attributes": [
|
|
2687
2843
|
{
|
|
2688
2844
|
"name": "min",
|
|
@@ -2748,7 +2904,7 @@
|
|
|
2748
2904
|
"default": "\"\""
|
|
2749
2905
|
},
|
|
2750
2906
|
{
|
|
2751
|
-
"name": "
|
|
2907
|
+
"name": "selectedIds",
|
|
2752
2908
|
"type": "string[]"
|
|
2753
2909
|
},
|
|
2754
2910
|
{
|
|
@@ -2801,7 +2957,7 @@
|
|
|
2801
2957
|
},
|
|
2802
2958
|
{
|
|
2803
2959
|
"name": "umb-input-document-type-picker",
|
|
2804
|
-
"path": "
|
|
2960
|
+
"path": "./../../src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
|
|
2805
2961
|
"attributes": [
|
|
2806
2962
|
{
|
|
2807
2963
|
"name": "value",
|
|
@@ -2815,7 +2971,7 @@
|
|
|
2815
2971
|
"default": "[\"UUITextStyles\",null]"
|
|
2816
2972
|
},
|
|
2817
2973
|
{
|
|
2818
|
-
"name": "
|
|
2974
|
+
"name": "selectedIds",
|
|
2819
2975
|
"type": "string[]"
|
|
2820
2976
|
},
|
|
2821
2977
|
{
|
|
@@ -2868,7 +3024,7 @@
|
|
|
2868
3024
|
},
|
|
2869
3025
|
{
|
|
2870
3026
|
"name": "umb-input-eye-dropper",
|
|
2871
|
-
"path": "
|
|
3027
|
+
"path": "./../../src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
2872
3028
|
"attributes": [
|
|
2873
3029
|
{
|
|
2874
3030
|
"name": "opacity",
|
|
@@ -2948,19 +3104,19 @@
|
|
|
2948
3104
|
},
|
|
2949
3105
|
{
|
|
2950
3106
|
"name": "umb-input-language-picker",
|
|
2951
|
-
"path": "
|
|
3107
|
+
"path": "./../../src/backoffice/shared/components/input-language-picker/input-language-picker.element.ts",
|
|
2952
3108
|
"attributes": [
|
|
2953
3109
|
{
|
|
2954
3110
|
"name": "min",
|
|
2955
3111
|
"description": "This is a minimum amount of selected items in this input.",
|
|
2956
3112
|
"type": "number",
|
|
2957
|
-
"default": "\"
|
|
3113
|
+
"default": "\"0\""
|
|
2958
3114
|
},
|
|
2959
3115
|
{
|
|
2960
3116
|
"name": "max",
|
|
2961
3117
|
"description": "This is a maximum amount of selected items in this input.",
|
|
2962
3118
|
"type": "number",
|
|
2963
|
-
"default": "\"
|
|
3119
|
+
"default": "\"Infinity\""
|
|
2964
3120
|
},
|
|
2965
3121
|
{
|
|
2966
3122
|
"name": "min-message",
|
|
@@ -2980,24 +3136,19 @@
|
|
|
2980
3136
|
}
|
|
2981
3137
|
],
|
|
2982
3138
|
"properties": [
|
|
2983
|
-
{
|
|
2984
|
-
"name": "styles",
|
|
2985
|
-
"type": "CSSResult[]",
|
|
2986
|
-
"default": "[\"UUITextStyles\",null]"
|
|
2987
|
-
},
|
|
2988
3139
|
{
|
|
2989
3140
|
"name": "min",
|
|
2990
3141
|
"attribute": "min",
|
|
2991
3142
|
"description": "This is a minimum amount of selected items in this input.",
|
|
2992
3143
|
"type": "number",
|
|
2993
|
-
"default": "\"
|
|
3144
|
+
"default": "\"0\""
|
|
2994
3145
|
},
|
|
2995
3146
|
{
|
|
2996
3147
|
"name": "max",
|
|
2997
3148
|
"attribute": "max",
|
|
2998
3149
|
"description": "This is a maximum amount of selected items in this input.",
|
|
2999
3150
|
"type": "number",
|
|
3000
|
-
"default": "\"
|
|
3151
|
+
"default": "\"Infinity\""
|
|
3001
3152
|
},
|
|
3002
3153
|
{
|
|
3003
3154
|
"name": "minMessage",
|
|
@@ -3022,6 +3173,11 @@
|
|
|
3022
3173
|
"name": "selectedIsoCodes",
|
|
3023
3174
|
"type": "string[]"
|
|
3024
3175
|
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "styles",
|
|
3178
|
+
"type": "CSSResult[]",
|
|
3179
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3180
|
+
},
|
|
3025
3181
|
{
|
|
3026
3182
|
"name": "formAssociated",
|
|
3027
3183
|
"type": "boolean"
|
|
@@ -3067,7 +3223,7 @@
|
|
|
3067
3223
|
},
|
|
3068
3224
|
{
|
|
3069
3225
|
"name": "umb-input-media-picker",
|
|
3070
|
-
"path": "
|
|
3226
|
+
"path": "./../../src/backoffice/shared/components/input-media-picker/input-media-picker.element.ts",
|
|
3071
3227
|
"attributes": [
|
|
3072
3228
|
{
|
|
3073
3229
|
"name": "min",
|
|
@@ -3133,7 +3289,7 @@
|
|
|
3133
3289
|
"default": "\"\""
|
|
3134
3290
|
},
|
|
3135
3291
|
{
|
|
3136
|
-
"name": "
|
|
3292
|
+
"name": "selectedIds",
|
|
3137
3293
|
"type": "string[]"
|
|
3138
3294
|
},
|
|
3139
3295
|
{
|
|
@@ -3186,7 +3342,7 @@
|
|
|
3186
3342
|
},
|
|
3187
3343
|
{
|
|
3188
3344
|
"name": "umb-input-multi-url-picker",
|
|
3189
|
-
"path": "
|
|
3345
|
+
"path": "./../../src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
3190
3346
|
"attributes": [
|
|
3191
3347
|
{
|
|
3192
3348
|
"name": "alias",
|
|
@@ -3357,7 +3513,7 @@
|
|
|
3357
3513
|
},
|
|
3358
3514
|
{
|
|
3359
3515
|
"name": "umb-input-number-range",
|
|
3360
|
-
"path": "
|
|
3516
|
+
"path": "./../../src/backoffice/shared/components/input-number-range/input-number-range.element.ts",
|
|
3361
3517
|
"attributes": [
|
|
3362
3518
|
{
|
|
3363
3519
|
"name": "min-label",
|
|
@@ -3460,7 +3616,7 @@
|
|
|
3460
3616
|
},
|
|
3461
3617
|
{
|
|
3462
3618
|
"name": "umb-input-radio-button-list",
|
|
3463
|
-
"path": "
|
|
3619
|
+
"path": "./../../src/backoffice/shared/components/input-radio-button-list/input-radio-button-list.element.ts",
|
|
3464
3620
|
"attributes": [
|
|
3465
3621
|
{
|
|
3466
3622
|
"name": "list",
|
|
@@ -3540,7 +3696,7 @@
|
|
|
3540
3696
|
},
|
|
3541
3697
|
{
|
|
3542
3698
|
"name": "umb-input-section",
|
|
3543
|
-
"path": "
|
|
3699
|
+
"path": "./../../src/backoffice/shared/components/input-section/input-section.element.ts",
|
|
3544
3700
|
"attributes": [
|
|
3545
3701
|
{
|
|
3546
3702
|
"name": "value",
|
|
@@ -3600,7 +3756,7 @@
|
|
|
3600
3756
|
},
|
|
3601
3757
|
{
|
|
3602
3758
|
"name": "umb-input-slider",
|
|
3603
|
-
"path": "
|
|
3759
|
+
"path": "./../../src/backoffice/shared/components/input-slider/input-slider.element.ts",
|
|
3604
3760
|
"attributes": [
|
|
3605
3761
|
{
|
|
3606
3762
|
"name": "min",
|
|
@@ -3724,7 +3880,7 @@
|
|
|
3724
3880
|
},
|
|
3725
3881
|
{
|
|
3726
3882
|
"name": "umb-input-template-picker",
|
|
3727
|
-
"path": "
|
|
3883
|
+
"path": "./../../src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts",
|
|
3728
3884
|
"attributes": [
|
|
3729
3885
|
{
|
|
3730
3886
|
"name": "min",
|
|
@@ -3855,7 +4011,7 @@
|
|
|
3855
4011
|
},
|
|
3856
4012
|
{
|
|
3857
4013
|
"name": "umb-input-toggle",
|
|
3858
|
-
"path": "
|
|
4014
|
+
"path": "./../../src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
3859
4015
|
"attributes": [
|
|
3860
4016
|
{
|
|
3861
4017
|
"name": "checked",
|
|
@@ -3951,7 +4107,7 @@
|
|
|
3951
4107
|
},
|
|
3952
4108
|
{
|
|
3953
4109
|
"name": "umb-input-upload-field",
|
|
3954
|
-
"path": "
|
|
4110
|
+
"path": "./../../src/backoffice/shared/components/input-upload-field/input-upload-field.element.ts",
|
|
3955
4111
|
"attributes": [
|
|
3956
4112
|
{
|
|
3957
4113
|
"name": "keys",
|
|
@@ -4046,7 +4202,7 @@
|
|
|
4046
4202
|
},
|
|
4047
4203
|
{
|
|
4048
4204
|
"name": "umb-input-user-group",
|
|
4049
|
-
"path": "
|
|
4205
|
+
"path": "./../../src/backoffice/shared/components/input-user-group/input-user-group.element.ts",
|
|
4050
4206
|
"attributes": [
|
|
4051
4207
|
{
|
|
4052
4208
|
"name": "value",
|
|
@@ -4106,7 +4262,7 @@
|
|
|
4106
4262
|
},
|
|
4107
4263
|
{
|
|
4108
4264
|
"name": "umb-input-user",
|
|
4109
|
-
"path": "
|
|
4265
|
+
"path": "./../../src/backoffice/shared/components/input-user/input-user.element.ts",
|
|
4110
4266
|
"attributes": [
|
|
4111
4267
|
{
|
|
4112
4268
|
"name": "value",
|
|
@@ -4166,7 +4322,7 @@
|
|
|
4166
4322
|
},
|
|
4167
4323
|
{
|
|
4168
4324
|
"name": "umb-menu-item-base",
|
|
4169
|
-
"path": "
|
|
4325
|
+
"path": "./../../src/backoffice/shared/components/menu/menu-item-base/menu-item-base.element.ts",
|
|
4170
4326
|
"attributes": [
|
|
4171
4327
|
{
|
|
4172
4328
|
"name": "entity-type",
|
|
@@ -4221,7 +4377,7 @@
|
|
|
4221
4377
|
},
|
|
4222
4378
|
{
|
|
4223
4379
|
"name": "umb-menu-item",
|
|
4224
|
-
"path": "
|
|
4380
|
+
"path": "./../../src/backoffice/shared/components/menu/menu-item/menu-item.element.ts",
|
|
4225
4381
|
"properties": [
|
|
4226
4382
|
{
|
|
4227
4383
|
"name": "styles",
|
|
@@ -4235,7 +4391,7 @@
|
|
|
4235
4391
|
},
|
|
4236
4392
|
{
|
|
4237
4393
|
"name": "umb-menu",
|
|
4238
|
-
"path": "
|
|
4394
|
+
"path": "./../../src/backoffice/shared/components/menu/menu.element.ts",
|
|
4239
4395
|
"attributes": [
|
|
4240
4396
|
{
|
|
4241
4397
|
"name": "manifest"
|
|
@@ -4255,7 +4411,7 @@
|
|
|
4255
4411
|
},
|
|
4256
4412
|
{
|
|
4257
4413
|
"name": "umb-property-type-based-property",
|
|
4258
|
-
"path": "
|
|
4414
|
+
"path": "./../../src/backoffice/shared/components/property-type-based-property/property-type-based-property.element.ts",
|
|
4259
4415
|
"attributes": [
|
|
4260
4416
|
{
|
|
4261
4417
|
"name": "propertyVariantId",
|
|
@@ -4284,7 +4440,7 @@
|
|
|
4284
4440
|
},
|
|
4285
4441
|
{
|
|
4286
4442
|
"name": "umb-ref-property-editor-ui",
|
|
4287
|
-
"path": "
|
|
4443
|
+
"path": "./../../src/backoffice/shared/components/ref-property-editor-ui/ref-property-editor-ui.element.ts",
|
|
4288
4444
|
"attributes": [
|
|
4289
4445
|
{
|
|
4290
4446
|
"name": "alias",
|
|
@@ -4407,7 +4563,7 @@
|
|
|
4407
4563
|
},
|
|
4408
4564
|
{
|
|
4409
4565
|
"name": "umb-section-main",
|
|
4410
|
-
"path": "
|
|
4566
|
+
"path": "./../../src/backoffice/shared/components/section/section-main/section-main.element.ts",
|
|
4411
4567
|
"properties": [
|
|
4412
4568
|
{
|
|
4413
4569
|
"name": "styles",
|
|
@@ -4418,7 +4574,7 @@
|
|
|
4418
4574
|
},
|
|
4419
4575
|
{
|
|
4420
4576
|
"name": "umb-section-sidebar-context-menu",
|
|
4421
|
-
"path": "
|
|
4577
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar-context-menu/section-sidebar-context-menu.element.ts",
|
|
4422
4578
|
"properties": [
|
|
4423
4579
|
{
|
|
4424
4580
|
"name": "styles",
|
|
@@ -4429,7 +4585,7 @@
|
|
|
4429
4585
|
},
|
|
4430
4586
|
{
|
|
4431
4587
|
"name": "umb-section-sidebar-menu",
|
|
4432
|
-
"path": "
|
|
4588
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar-menu/section-sidebar-menu.element.ts",
|
|
4433
4589
|
"attributes": [
|
|
4434
4590
|
{
|
|
4435
4591
|
"name": "manifest"
|
|
@@ -4449,7 +4605,7 @@
|
|
|
4449
4605
|
},
|
|
4450
4606
|
{
|
|
4451
4607
|
"name": "umb-section-sidebar",
|
|
4452
|
-
"path": "
|
|
4608
|
+
"path": "./../../src/backoffice/shared/components/section/section-sidebar/section-sidebar.element.ts",
|
|
4453
4609
|
"properties": [
|
|
4454
4610
|
{
|
|
4455
4611
|
"name": "styles",
|
|
@@ -4460,7 +4616,7 @@
|
|
|
4460
4616
|
},
|
|
4461
4617
|
{
|
|
4462
4618
|
"name": "umb-section-views",
|
|
4463
|
-
"path": "
|
|
4619
|
+
"path": "./../../src/backoffice/shared/components/section/section-views/section-views.element.ts",
|
|
4464
4620
|
"attributes": [
|
|
4465
4621
|
{
|
|
4466
4622
|
"name": "section-alias",
|
|
@@ -4482,7 +4638,7 @@
|
|
|
4482
4638
|
},
|
|
4483
4639
|
{
|
|
4484
4640
|
"name": "umb-section",
|
|
4485
|
-
"path": "
|
|
4641
|
+
"path": "./../../src/backoffice/shared/components/section/section.element.ts",
|
|
4486
4642
|
"attributes": [
|
|
4487
4643
|
{
|
|
4488
4644
|
"name": "manifest"
|
|
@@ -4502,7 +4658,7 @@
|
|
|
4502
4658
|
},
|
|
4503
4659
|
{
|
|
4504
4660
|
"name": "umb-table",
|
|
4505
|
-
"path": "
|
|
4661
|
+
"path": "./../../src/backoffice/shared/components/table/table.element.ts",
|
|
4506
4662
|
"properties": [
|
|
4507
4663
|
{
|
|
4508
4664
|
"name": "styles",
|
|
@@ -4558,7 +4714,7 @@
|
|
|
4558
4714
|
},
|
|
4559
4715
|
{
|
|
4560
4716
|
"name": "umb-template-card",
|
|
4561
|
-
"path": "
|
|
4717
|
+
"path": "./../../src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4562
4718
|
"attributes": [
|
|
4563
4719
|
{
|
|
4564
4720
|
"name": "default",
|
|
@@ -4566,7 +4722,7 @@
|
|
|
4566
4722
|
"default": "false"
|
|
4567
4723
|
},
|
|
4568
4724
|
{
|
|
4569
|
-
"name": "
|
|
4725
|
+
"name": "id",
|
|
4570
4726
|
"type": "string"
|
|
4571
4727
|
},
|
|
4572
4728
|
{
|
|
@@ -4576,11 +4732,6 @@
|
|
|
4576
4732
|
}
|
|
4577
4733
|
],
|
|
4578
4734
|
"properties": [
|
|
4579
|
-
{
|
|
4580
|
-
"name": "styles",
|
|
4581
|
-
"type": "CSSResult[]",
|
|
4582
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4583
|
-
},
|
|
4584
4735
|
{
|
|
4585
4736
|
"name": "default",
|
|
4586
4737
|
"attribute": "default",
|
|
@@ -4588,10 +4739,15 @@
|
|
|
4588
4739
|
"default": "false"
|
|
4589
4740
|
},
|
|
4590
4741
|
{
|
|
4591
|
-
"name": "
|
|
4592
|
-
"attribute": "
|
|
4742
|
+
"name": "id",
|
|
4743
|
+
"attribute": "id",
|
|
4593
4744
|
"type": "string"
|
|
4594
4745
|
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "styles",
|
|
4748
|
+
"type": "CSSResult[]",
|
|
4749
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4750
|
+
},
|
|
4595
4751
|
{
|
|
4596
4752
|
"name": "formAssociated",
|
|
4597
4753
|
"type": "boolean"
|
|
@@ -4654,7 +4810,7 @@
|
|
|
4654
4810
|
},
|
|
4655
4811
|
{
|
|
4656
4812
|
"name": "umb-tooltip-menu",
|
|
4657
|
-
"path": "
|
|
4813
|
+
"path": "./../../src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
4658
4814
|
"attributes": [
|
|
4659
4815
|
{
|
|
4660
4816
|
"name": "icon-only",
|
|
@@ -4689,7 +4845,7 @@
|
|
|
4689
4845
|
},
|
|
4690
4846
|
{
|
|
4691
4847
|
"name": "umb-entity-tree-item",
|
|
4692
|
-
"path": "
|
|
4848
|
+
"path": "./../../src/backoffice/shared/components/tree/entity-tree-item/entity-tree-item.element.ts",
|
|
4693
4849
|
"properties": [
|
|
4694
4850
|
{
|
|
4695
4851
|
"name": "styles",
|
|
@@ -4703,7 +4859,7 @@
|
|
|
4703
4859
|
},
|
|
4704
4860
|
{
|
|
4705
4861
|
"name": "umb-tree-item-base",
|
|
4706
|
-
"path": "
|
|
4862
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-item-base/tree-item-base.element.ts",
|
|
4707
4863
|
"properties": [
|
|
4708
4864
|
{
|
|
4709
4865
|
"name": "styles",
|
|
@@ -4714,7 +4870,7 @@
|
|
|
4714
4870
|
},
|
|
4715
4871
|
{
|
|
4716
4872
|
"name": "umb-tree-item",
|
|
4717
|
-
"path": "
|
|
4873
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-item/tree-item.element.ts",
|
|
4718
4874
|
"properties": [
|
|
4719
4875
|
{
|
|
4720
4876
|
"name": "styles",
|
|
@@ -4728,7 +4884,7 @@
|
|
|
4728
4884
|
},
|
|
4729
4885
|
{
|
|
4730
4886
|
"name": "umb-menu-item-tree",
|
|
4731
|
-
"path": "
|
|
4887
|
+
"path": "./../../src/backoffice/shared/components/tree/tree-menu-item/tree-menu-item.element.ts",
|
|
4732
4888
|
"attributes": [
|
|
4733
4889
|
{
|
|
4734
4890
|
"name": "manifest"
|
|
@@ -4743,7 +4899,7 @@
|
|
|
4743
4899
|
},
|
|
4744
4900
|
{
|
|
4745
4901
|
"name": "umb-tree",
|
|
4746
|
-
"path": "
|
|
4902
|
+
"path": "./../../src/backoffice/shared/components/tree/tree.element.ts",
|
|
4747
4903
|
"attributes": [
|
|
4748
4904
|
{
|
|
4749
4905
|
"name": "alias",
|
|
@@ -4756,6 +4912,10 @@
|
|
|
4756
4912
|
{
|
|
4757
4913
|
"name": "selection",
|
|
4758
4914
|
"type": "string[]"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "multiple",
|
|
4918
|
+
"type": "boolean"
|
|
4759
4919
|
}
|
|
4760
4920
|
],
|
|
4761
4921
|
"properties": [
|
|
@@ -4773,6 +4933,11 @@
|
|
|
4773
4933
|
"name": "selection",
|
|
4774
4934
|
"attribute": "selection",
|
|
4775
4935
|
"type": "string[]"
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"name": "multiple",
|
|
4939
|
+
"attribute": "multiple",
|
|
4940
|
+
"type": "boolean"
|
|
4776
4941
|
}
|
|
4777
4942
|
],
|
|
4778
4943
|
"events": [
|
|
@@ -4783,7 +4948,7 @@
|
|
|
4783
4948
|
},
|
|
4784
4949
|
{
|
|
4785
4950
|
"name": "umb-variant-selector",
|
|
4786
|
-
"path": "
|
|
4951
|
+
"path": "./../../src/backoffice/shared/components/variant-selector/variant-selector.element.ts",
|
|
4787
4952
|
"attributes": [
|
|
4788
4953
|
{
|
|
4789
4954
|
"name": "alias",
|
|
@@ -4805,7 +4970,7 @@
|
|
|
4805
4970
|
},
|
|
4806
4971
|
{
|
|
4807
4972
|
"name": "umb-variantable-property",
|
|
4808
|
-
"path": "
|
|
4973
|
+
"path": "./../../src/backoffice/shared/components/variantable-property/variantable-property.element.ts",
|
|
4809
4974
|
"properties": [
|
|
4810
4975
|
{
|
|
4811
4976
|
"name": "styles",
|
|
@@ -4819,7 +4984,7 @@
|
|
|
4819
4984
|
},
|
|
4820
4985
|
{
|
|
4821
4986
|
"name": "umb-workspace-property",
|
|
4822
|
-
"path": "
|
|
4987
|
+
"path": "./../../src/backoffice/shared/components/workspace-property/workspace-property.element.ts",
|
|
4823
4988
|
"attributes": [
|
|
4824
4989
|
{
|
|
4825
4990
|
"name": "label",
|
|
@@ -4932,7 +5097,7 @@
|
|
|
4932
5097
|
},
|
|
4933
5098
|
{
|
|
4934
5099
|
"name": "umb-workspace-action-menu",
|
|
4935
|
-
"path": "
|
|
5100
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-action-menu/workspace-action-menu.element.ts",
|
|
4936
5101
|
"properties": [
|
|
4937
5102
|
{
|
|
4938
5103
|
"name": "styles",
|
|
@@ -4943,7 +5108,7 @@
|
|
|
4943
5108
|
},
|
|
4944
5109
|
{
|
|
4945
5110
|
"name": "umb-workspace-action",
|
|
4946
|
-
"path": "
|
|
5111
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-action/workspace-action.element.ts",
|
|
4947
5112
|
"properties": [
|
|
4948
5113
|
{
|
|
4949
5114
|
"name": "styles",
|
|
@@ -4957,7 +5122,7 @@
|
|
|
4957
5122
|
},
|
|
4958
5123
|
{
|
|
4959
5124
|
"name": "umb-workspace-view-collection",
|
|
4960
|
-
"path": "
|
|
5125
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-content/views/collection/workspace-view-collection.element.ts",
|
|
4961
5126
|
"properties": [
|
|
4962
5127
|
{
|
|
4963
5128
|
"name": "styles",
|
|
@@ -4971,7 +5136,7 @@
|
|
|
4971
5136
|
},
|
|
4972
5137
|
{
|
|
4973
5138
|
"name": "umb-workspace-footer-layout",
|
|
4974
|
-
"path": "
|
|
5139
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-footer-layout/workspace-footer-layout.element.ts",
|
|
4975
5140
|
"attributes": [
|
|
4976
5141
|
{
|
|
4977
5142
|
"name": "alias",
|
|
@@ -5007,7 +5172,7 @@
|
|
|
5007
5172
|
},
|
|
5008
5173
|
{
|
|
5009
5174
|
"name": "umb-workspace-layout",
|
|
5010
|
-
"path": "
|
|
5175
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-layout/workspace-layout.element.ts",
|
|
5011
5176
|
"attributes": [
|
|
5012
5177
|
{
|
|
5013
5178
|
"name": "headline",
|
|
@@ -5092,7 +5257,7 @@
|
|
|
5092
5257
|
},
|
|
5093
5258
|
{
|
|
5094
5259
|
"name": "umb-workspace-property-layout",
|
|
5095
|
-
"path": "
|
|
5260
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-property-layout/workspace-property-layout.element.ts",
|
|
5096
5261
|
"attributes": [
|
|
5097
5262
|
{
|
|
5098
5263
|
"name": "alias",
|
|
@@ -5171,7 +5336,7 @@
|
|
|
5171
5336
|
},
|
|
5172
5337
|
{
|
|
5173
5338
|
"name": "umb-workspace-variant",
|
|
5174
|
-
"path": "
|
|
5339
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace-variant/workspace-variant.element.ts",
|
|
5175
5340
|
"description": "\nExample. Document Workspace would use a Variant-component(variant component would talk directly to the workspace-context)\nAs well breadcrumbs etc.",
|
|
5176
5341
|
"attributes": [
|
|
5177
5342
|
{
|
|
@@ -5219,7 +5384,7 @@
|
|
|
5219
5384
|
},
|
|
5220
5385
|
{
|
|
5221
5386
|
"name": "umb-workspace",
|
|
5222
|
-
"path": "
|
|
5387
|
+
"path": "./../../src/backoffice/shared/components/workspace/workspace.element.ts",
|
|
5223
5388
|
"attributes": [
|
|
5224
5389
|
{
|
|
5225
5390
|
"name": "entity-type",
|
|
@@ -5243,7 +5408,7 @@
|
|
|
5243
5408
|
},
|
|
5244
5409
|
{
|
|
5245
5410
|
"name": "umb-confirm-modal",
|
|
5246
|
-
"path": "
|
|
5411
|
+
"path": "./../../src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
5247
5412
|
"attributes": [
|
|
5248
5413
|
{
|
|
5249
5414
|
"name": "data"
|
|
@@ -5266,7 +5431,7 @@
|
|
|
5266
5431
|
},
|
|
5267
5432
|
{
|
|
5268
5433
|
"name": "umb-embedded-media-modal",
|
|
5269
|
-
"path": "
|
|
5434
|
+
"path": "./../../src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
5270
5435
|
"attributes": [
|
|
5271
5436
|
{
|
|
5272
5437
|
"name": "data"
|
|
@@ -5289,7 +5454,7 @@
|
|
|
5289
5454
|
},
|
|
5290
5455
|
{
|
|
5291
5456
|
"name": "umb-folder-modal",
|
|
5292
|
-
"path": "
|
|
5457
|
+
"path": "./../../src/backoffice/shared/modals/folder/folder-modal.element.ts",
|
|
5293
5458
|
"properties": [
|
|
5294
5459
|
{
|
|
5295
5460
|
"name": "styles",
|
|
@@ -5306,7 +5471,7 @@
|
|
|
5306
5471
|
},
|
|
5307
5472
|
{
|
|
5308
5473
|
"name": "umb-icon-picker-modal",
|
|
5309
|
-
"path": "
|
|
5474
|
+
"path": "./../../src/backoffice/shared/modals/icon-picker/icon-picker-modal.element.ts",
|
|
5310
5475
|
"attributes": [
|
|
5311
5476
|
{
|
|
5312
5477
|
"name": "iconlist",
|
|
@@ -5350,7 +5515,7 @@
|
|
|
5350
5515
|
},
|
|
5351
5516
|
{
|
|
5352
5517
|
"name": "umb-link-picker-modal",
|
|
5353
|
-
"path": "
|
|
5518
|
+
"path": "./../../src/backoffice/shared/modals/link-picker/link-picker-modal.element.ts",
|
|
5354
5519
|
"properties": [
|
|
5355
5520
|
{
|
|
5356
5521
|
"name": "styles",
|
|
@@ -5361,7 +5526,7 @@
|
|
|
5361
5526
|
},
|
|
5362
5527
|
{
|
|
5363
5528
|
"name": "umb-property-settings-modal",
|
|
5364
|
-
"path": "
|
|
5529
|
+
"path": "./../../src/backoffice/shared/modals/property-settings/property-settings-modal.element.ts",
|
|
5365
5530
|
"properties": [
|
|
5366
5531
|
{
|
|
5367
5532
|
"name": "styles",
|
|
@@ -5372,7 +5537,7 @@
|
|
|
5372
5537
|
},
|
|
5373
5538
|
{
|
|
5374
5539
|
"name": "umb-section-picker-modal",
|
|
5375
|
-
"path": "
|
|
5540
|
+
"path": "./../../src/backoffice/shared/modals/section-picker/section-picker-modal.element.ts",
|
|
5376
5541
|
"properties": [
|
|
5377
5542
|
{
|
|
5378
5543
|
"name": "styles",
|
|
@@ -5383,7 +5548,7 @@
|
|
|
5383
5548
|
},
|
|
5384
5549
|
{
|
|
5385
5550
|
"name": "umb-template-picker-modal",
|
|
5386
|
-
"path": "
|
|
5551
|
+
"path": "./../../src/backoffice/shared/modals/template-picker/template-picker-modal.element.ts",
|
|
5387
5552
|
"properties": [
|
|
5388
5553
|
{
|
|
5389
5554
|
"name": "styles",
|
|
@@ -5394,7 +5559,7 @@
|
|
|
5394
5559
|
},
|
|
5395
5560
|
{
|
|
5396
5561
|
"name": "umb-template-modal",
|
|
5397
|
-
"path": "
|
|
5562
|
+
"path": "./../../src/backoffice/shared/modals/template/template-modal.element.ts",
|
|
5398
5563
|
"properties": [
|
|
5399
5564
|
{
|
|
5400
5565
|
"name": "styles",
|
|
@@ -5405,7 +5570,7 @@
|
|
|
5405
5570
|
},
|
|
5406
5571
|
{
|
|
5407
5572
|
"name": "umb-property-action-clear",
|
|
5408
|
-
"path": "
|
|
5573
|
+
"path": "./../../src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
|
5409
5574
|
"attributes": [
|
|
5410
5575
|
{
|
|
5411
5576
|
"name": "value",
|
|
@@ -5429,7 +5594,7 @@
|
|
|
5429
5594
|
},
|
|
5430
5595
|
{
|
|
5431
5596
|
"name": "umb-property-action-copy",
|
|
5432
|
-
"path": "
|
|
5597
|
+
"path": "./../../src/backoffice/shared/property-actions/copy/property-action-copy.element.ts",
|
|
5433
5598
|
"attributes": [
|
|
5434
5599
|
{
|
|
5435
5600
|
"name": "value",
|
|
@@ -5453,7 +5618,7 @@
|
|
|
5453
5618
|
},
|
|
5454
5619
|
{
|
|
5455
5620
|
"name": "umb-property-action-menu",
|
|
5456
|
-
"path": "
|
|
5621
|
+
"path": "./../../src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts",
|
|
5457
5622
|
"attributes": [
|
|
5458
5623
|
{
|
|
5459
5624
|
"name": "value",
|
|
@@ -5484,7 +5649,7 @@
|
|
|
5484
5649
|
},
|
|
5485
5650
|
{
|
|
5486
5651
|
"name": "umb-property-action",
|
|
5487
|
-
"path": "
|
|
5652
|
+
"path": "./../../src/backoffice/shared/property-actions/shared/property-action/property-action.element.ts",
|
|
5488
5653
|
"attributes": [
|
|
5489
5654
|
{
|
|
5490
5655
|
"name": "propertyAction"
|
|
@@ -5513,7 +5678,7 @@
|
|
|
5513
5678
|
},
|
|
5514
5679
|
{
|
|
5515
5680
|
"name": "umb-property-creator",
|
|
5516
|
-
"path": "
|
|
5681
|
+
"path": "./../../src/backoffice/shared/property-creator/property-creator.element.ts",
|
|
5517
5682
|
"properties": [
|
|
5518
5683
|
{
|
|
5519
5684
|
"name": "styles",
|
|
@@ -5524,7 +5689,7 @@
|
|
|
5524
5689
|
},
|
|
5525
5690
|
{
|
|
5526
5691
|
"name": "umb-property-editor-ui-picker-modal",
|
|
5527
|
-
"path": "
|
|
5692
|
+
"path": "./../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
5528
5693
|
"attributes": [
|
|
5529
5694
|
{
|
|
5530
5695
|
"name": "data"
|
|
@@ -5547,7 +5712,7 @@
|
|
|
5547
5712
|
},
|
|
5548
5713
|
{
|
|
5549
5714
|
"name": "umb-property-editor-config",
|
|
5550
|
-
"path": "
|
|
5715
|
+
"path": "./../../src/backoffice/shared/property-editors/shared/property-editor-config/property-editor-config.element.ts",
|
|
5551
5716
|
"attributes": [
|
|
5552
5717
|
{
|
|
5553
5718
|
"name": "property-editor-ui-alias",
|
|
@@ -5582,7 +5747,7 @@
|
|
|
5582
5747
|
},
|
|
5583
5748
|
{
|
|
5584
5749
|
"name": "umb-property-editor-ui-block-grid-block-configuration",
|
|
5585
|
-
"path": "
|
|
5750
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
|
|
5586
5751
|
"attributes": [
|
|
5587
5752
|
{
|
|
5588
5753
|
"name": "value",
|
|
@@ -5611,7 +5776,7 @@
|
|
|
5611
5776
|
},
|
|
5612
5777
|
{
|
|
5613
5778
|
"name": "umb-property-editor-ui-block-grid-group-configuration",
|
|
5614
|
-
"path": "
|
|
5779
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
|
|
5615
5780
|
"attributes": [
|
|
5616
5781
|
{
|
|
5617
5782
|
"name": "value",
|
|
@@ -5640,7 +5805,7 @@
|
|
|
5640
5805
|
},
|
|
5641
5806
|
{
|
|
5642
5807
|
"name": "umb-property-editor-ui-block-grid-stylesheet-picker",
|
|
5643
|
-
"path": "
|
|
5808
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
|
|
5644
5809
|
"attributes": [
|
|
5645
5810
|
{
|
|
5646
5811
|
"name": "value",
|
|
@@ -5669,7 +5834,7 @@
|
|
|
5669
5834
|
},
|
|
5670
5835
|
{
|
|
5671
5836
|
"name": "umb-property-editor-ui-block-grid-inner-test",
|
|
5672
|
-
"path": "
|
|
5837
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
|
|
5673
5838
|
"attributes": [
|
|
5674
5839
|
{
|
|
5675
5840
|
"name": "name",
|
|
@@ -5693,7 +5858,7 @@
|
|
|
5693
5858
|
},
|
|
5694
5859
|
{
|
|
5695
5860
|
"name": "umb-property-editor-ui-block-grid",
|
|
5696
|
-
"path": "
|
|
5861
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts",
|
|
5697
5862
|
"attributes": [
|
|
5698
5863
|
{
|
|
5699
5864
|
"name": "value",
|
|
@@ -5722,7 +5887,7 @@
|
|
|
5722
5887
|
},
|
|
5723
5888
|
{
|
|
5724
5889
|
"name": "umb-property-editor-ui-block-list-block-configuration",
|
|
5725
|
-
"path": "
|
|
5890
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
|
|
5726
5891
|
"attributes": [
|
|
5727
5892
|
{
|
|
5728
5893
|
"name": "value",
|
|
@@ -5751,7 +5916,7 @@
|
|
|
5751
5916
|
},
|
|
5752
5917
|
{
|
|
5753
5918
|
"name": "umb-property-editor-ui-block-list",
|
|
5754
|
-
"path": "
|
|
5919
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/block-list/property-editor-ui-block-list.element.ts",
|
|
5755
5920
|
"attributes": [
|
|
5756
5921
|
{
|
|
5757
5922
|
"name": "value",
|
|
@@ -5780,7 +5945,7 @@
|
|
|
5780
5945
|
},
|
|
5781
5946
|
{
|
|
5782
5947
|
"name": "umb-property-editor-ui-checkbox-list",
|
|
5783
|
-
"path": "
|
|
5948
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
|
|
5784
5949
|
"attributes": [
|
|
5785
5950
|
{
|
|
5786
5951
|
"name": "value",
|
|
@@ -5811,7 +5976,7 @@
|
|
|
5811
5976
|
},
|
|
5812
5977
|
{
|
|
5813
5978
|
"name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
|
|
5814
|
-
"path": "
|
|
5979
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
|
|
5815
5980
|
"attributes": [
|
|
5816
5981
|
{
|
|
5817
5982
|
"name": "value",
|
|
@@ -5840,7 +6005,7 @@
|
|
|
5840
6005
|
},
|
|
5841
6006
|
{
|
|
5842
6007
|
"name": "umb-property-editor-ui-collection-view-column-configuration",
|
|
5843
|
-
"path": "
|
|
6008
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
|
|
5844
6009
|
"attributes": [
|
|
5845
6010
|
{
|
|
5846
6011
|
"name": "value",
|
|
@@ -5869,7 +6034,7 @@
|
|
|
5869
6034
|
},
|
|
5870
6035
|
{
|
|
5871
6036
|
"name": "umb-property-editor-ui-collection-view-layout-configuration",
|
|
5872
|
-
"path": "
|
|
6037
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
|
|
5873
6038
|
"attributes": [
|
|
5874
6039
|
{
|
|
5875
6040
|
"name": "value",
|
|
@@ -5898,7 +6063,7 @@
|
|
|
5898
6063
|
},
|
|
5899
6064
|
{
|
|
5900
6065
|
"name": "umb-property-editor-ui-collection-view-order-by",
|
|
5901
|
-
"path": "
|
|
6066
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
|
|
5902
6067
|
"attributes": [
|
|
5903
6068
|
{
|
|
5904
6069
|
"name": "value",
|
|
@@ -5927,7 +6092,7 @@
|
|
|
5927
6092
|
},
|
|
5928
6093
|
{
|
|
5929
6094
|
"name": "umb-property-editor-ui-collection-view",
|
|
5930
|
-
"path": "
|
|
6095
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/collection-view/property-editor-ui-collection-view.element.ts",
|
|
5931
6096
|
"attributes": [
|
|
5932
6097
|
{
|
|
5933
6098
|
"name": "value",
|
|
@@ -5956,7 +6121,7 @@
|
|
|
5956
6121
|
},
|
|
5957
6122
|
{
|
|
5958
6123
|
"name": "umb-property-editor-ui-color-picker",
|
|
5959
|
-
"path": "
|
|
6124
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/color-picker/property-editor-ui-color-picker.element.ts",
|
|
5960
6125
|
"attributes": [
|
|
5961
6126
|
{
|
|
5962
6127
|
"name": "value",
|
|
@@ -5989,7 +6154,7 @@
|
|
|
5989
6154
|
},
|
|
5990
6155
|
{
|
|
5991
6156
|
"name": "umb-property-editor-ui-date-picker",
|
|
5992
|
-
"path": "
|
|
6157
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/date-picker/property-editor-ui-date-picker.element.ts",
|
|
5993
6158
|
"attributes": [
|
|
5994
6159
|
{
|
|
5995
6160
|
"name": "value",
|
|
@@ -6015,7 +6180,7 @@
|
|
|
6015
6180
|
},
|
|
6016
6181
|
{
|
|
6017
6182
|
"name": "umb-property-editor-ui-document-picker",
|
|
6018
|
-
"path": "
|
|
6183
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/document-picker/property-editor-ui-document-picker.element.ts",
|
|
6019
6184
|
"attributes": [
|
|
6020
6185
|
{
|
|
6021
6186
|
"name": "value",
|
|
@@ -6041,7 +6206,7 @@
|
|
|
6041
6206
|
},
|
|
6042
6207
|
{
|
|
6043
6208
|
"name": "umb-property-editor-ui-dropdown",
|
|
6044
|
-
"path": "
|
|
6209
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/dropdown/property-editor-ui-dropdown.element.ts",
|
|
6045
6210
|
"attributes": [
|
|
6046
6211
|
{
|
|
6047
6212
|
"name": "value",
|
|
@@ -6070,7 +6235,7 @@
|
|
|
6070
6235
|
},
|
|
6071
6236
|
{
|
|
6072
6237
|
"name": "umb-property-editor-ui-eye-dropper",
|
|
6073
|
-
"path": "
|
|
6238
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
|
|
6074
6239
|
"attributes": [
|
|
6075
6240
|
{
|
|
6076
6241
|
"name": "value",
|
|
@@ -6103,7 +6268,7 @@
|
|
|
6103
6268
|
},
|
|
6104
6269
|
{
|
|
6105
6270
|
"name": "umb-property-editor-ui-icon-picker",
|
|
6106
|
-
"path": "
|
|
6271
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
|
|
6107
6272
|
"attributes": [
|
|
6108
6273
|
{
|
|
6109
6274
|
"name": "value",
|
|
@@ -6132,7 +6297,7 @@
|
|
|
6132
6297
|
},
|
|
6133
6298
|
{
|
|
6134
6299
|
"name": "umb-property-editor-ui-image-cropper",
|
|
6135
|
-
"path": "
|
|
6300
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
|
|
6136
6301
|
"attributes": [
|
|
6137
6302
|
{
|
|
6138
6303
|
"name": "value",
|
|
@@ -6161,7 +6326,7 @@
|
|
|
6161
6326
|
},
|
|
6162
6327
|
{
|
|
6163
6328
|
"name": "umb-property-editor-ui-image-crops-configuration",
|
|
6164
|
-
"path": "
|
|
6329
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
|
|
6165
6330
|
"attributes": [
|
|
6166
6331
|
{
|
|
6167
6332
|
"name": "value",
|
|
@@ -6190,7 +6355,7 @@
|
|
|
6190
6355
|
},
|
|
6191
6356
|
{
|
|
6192
6357
|
"name": "umb-property-editor-ui-label",
|
|
6193
|
-
"path": "
|
|
6358
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/label/property-editor-ui-label.element.ts",
|
|
6194
6359
|
"attributes": [
|
|
6195
6360
|
{
|
|
6196
6361
|
"name": "value",
|
|
@@ -6219,7 +6384,7 @@
|
|
|
6219
6384
|
},
|
|
6220
6385
|
{
|
|
6221
6386
|
"name": "umb-property-editor-ui-markdown-editor",
|
|
6222
|
-
"path": "
|
|
6387
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
|
|
6223
6388
|
"attributes": [
|
|
6224
6389
|
{
|
|
6225
6390
|
"name": "value",
|
|
@@ -6248,7 +6413,7 @@
|
|
|
6248
6413
|
},
|
|
6249
6414
|
{
|
|
6250
6415
|
"name": "umb-property-editor-ui-media-picker",
|
|
6251
|
-
"path": "
|
|
6416
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/media-picker/property-editor-ui-media-picker.element.ts",
|
|
6252
6417
|
"attributes": [
|
|
6253
6418
|
{
|
|
6254
6419
|
"name": "value",
|
|
@@ -6274,7 +6439,7 @@
|
|
|
6274
6439
|
},
|
|
6275
6440
|
{
|
|
6276
6441
|
"name": "umb-property-editor-ui-member-group-picker",
|
|
6277
|
-
"path": "
|
|
6442
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
|
|
6278
6443
|
"attributes": [
|
|
6279
6444
|
{
|
|
6280
6445
|
"name": "value",
|
|
@@ -6303,7 +6468,7 @@
|
|
|
6303
6468
|
},
|
|
6304
6469
|
{
|
|
6305
6470
|
"name": "umb-property-editor-ui-member-picker",
|
|
6306
|
-
"path": "
|
|
6471
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/member-picker/property-editor-ui-member-picker.element.ts",
|
|
6307
6472
|
"attributes": [
|
|
6308
6473
|
{
|
|
6309
6474
|
"name": "value",
|
|
@@ -6332,7 +6497,7 @@
|
|
|
6332
6497
|
},
|
|
6333
6498
|
{
|
|
6334
6499
|
"name": "umb-property-editor-ui-multi-url-picker",
|
|
6335
|
-
"path": "
|
|
6500
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
|
|
6336
6501
|
"attributes": [
|
|
6337
6502
|
{
|
|
6338
6503
|
"name": "value",
|
|
@@ -6365,7 +6530,7 @@
|
|
|
6365
6530
|
},
|
|
6366
6531
|
{
|
|
6367
6532
|
"name": "umb-input-multiple-text-string-item",
|
|
6368
|
-
"path": "
|
|
6533
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
|
|
6369
6534
|
"attributes": [
|
|
6370
6535
|
{
|
|
6371
6536
|
"name": "disabled",
|
|
@@ -6444,7 +6609,7 @@
|
|
|
6444
6609
|
},
|
|
6445
6610
|
{
|
|
6446
6611
|
"name": "umb-input-multiple-text-string",
|
|
6447
|
-
"path": "
|
|
6612
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
|
|
6448
6613
|
"attributes": [
|
|
6449
6614
|
{
|
|
6450
6615
|
"name": "min",
|
|
@@ -6584,7 +6749,7 @@
|
|
|
6584
6749
|
},
|
|
6585
6750
|
{
|
|
6586
6751
|
"name": "umb-property-editor-ui-multiple-text-string",
|
|
6587
|
-
"path": "
|
|
6752
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
|
|
6588
6753
|
"attributes": [
|
|
6589
6754
|
{
|
|
6590
6755
|
"name": "value",
|
|
@@ -6646,7 +6811,7 @@
|
|
|
6646
6811
|
},
|
|
6647
6812
|
{
|
|
6648
6813
|
"name": "umb-property-editor-ui-number-range",
|
|
6649
|
-
"path": "
|
|
6814
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
|
|
6650
6815
|
"properties": [
|
|
6651
6816
|
{
|
|
6652
6817
|
"name": "styles",
|
|
@@ -6671,7 +6836,7 @@
|
|
|
6671
6836
|
},
|
|
6672
6837
|
{
|
|
6673
6838
|
"name": "umb-property-editor-ui-number",
|
|
6674
|
-
"path": "
|
|
6839
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/number/property-editor-ui-number.element.ts",
|
|
6675
6840
|
"attributes": [
|
|
6676
6841
|
{
|
|
6677
6842
|
"name": "value",
|
|
@@ -6705,7 +6870,7 @@
|
|
|
6705
6870
|
},
|
|
6706
6871
|
{
|
|
6707
6872
|
"name": "umb-property-editor-ui-order-direction",
|
|
6708
|
-
"path": "
|
|
6873
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/order-direction/property-editor-ui-order-direction.element.ts",
|
|
6709
6874
|
"attributes": [
|
|
6710
6875
|
{
|
|
6711
6876
|
"name": "value",
|
|
@@ -6734,7 +6899,7 @@
|
|
|
6734
6899
|
},
|
|
6735
6900
|
{
|
|
6736
6901
|
"name": "umb-property-editor-ui-overlay-size",
|
|
6737
|
-
"path": "
|
|
6902
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
|
|
6738
6903
|
"attributes": [
|
|
6739
6904
|
{
|
|
6740
6905
|
"name": "value",
|
|
@@ -6763,7 +6928,7 @@
|
|
|
6763
6928
|
},
|
|
6764
6929
|
{
|
|
6765
6930
|
"name": "umb-property-editor-ui-radio-button-list",
|
|
6766
|
-
"path": "
|
|
6931
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
|
|
6767
6932
|
"attributes": [
|
|
6768
6933
|
{
|
|
6769
6934
|
"name": "value",
|
|
@@ -6794,7 +6959,7 @@
|
|
|
6794
6959
|
},
|
|
6795
6960
|
{
|
|
6796
6961
|
"name": "umb-property-editor-ui-slider",
|
|
6797
|
-
"path": "
|
|
6962
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/slider/property-editor-ui-slider.element.ts",
|
|
6798
6963
|
"attributes": [
|
|
6799
6964
|
{
|
|
6800
6965
|
"name": "value",
|
|
@@ -6827,7 +6992,7 @@
|
|
|
6827
6992
|
},
|
|
6828
6993
|
{
|
|
6829
6994
|
"name": "umb-property-editor-ui-tags-storage-type",
|
|
6830
|
-
"path": "
|
|
6995
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tags/config/storage-type/property-editor-ui-tags-storage-type.element.ts",
|
|
6831
6996
|
"attributes": [
|
|
6832
6997
|
{
|
|
6833
6998
|
"name": "value",
|
|
@@ -6856,7 +7021,7 @@
|
|
|
6856
7021
|
},
|
|
6857
7022
|
{
|
|
6858
7023
|
"name": "umb-property-editor-ui-tags",
|
|
6859
|
-
"path": "
|
|
7024
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tags/property-editor-ui-tags.element.ts",
|
|
6860
7025
|
"attributes": [
|
|
6861
7026
|
{
|
|
6862
7027
|
"name": "value",
|
|
@@ -6885,7 +7050,7 @@
|
|
|
6885
7050
|
},
|
|
6886
7051
|
{
|
|
6887
7052
|
"name": "umb-property-editor-ui-text-box",
|
|
6888
|
-
"path": "
|
|
7053
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
|
|
6889
7054
|
"attributes": [
|
|
6890
7055
|
{
|
|
6891
7056
|
"name": "value",
|
|
@@ -6919,7 +7084,7 @@
|
|
|
6919
7084
|
},
|
|
6920
7085
|
{
|
|
6921
7086
|
"name": "umb-property-editor-ui-textarea",
|
|
6922
|
-
"path": "
|
|
7087
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/textarea/property-editor-ui-textarea.element.ts",
|
|
6923
7088
|
"attributes": [
|
|
6924
7089
|
{
|
|
6925
7090
|
"name": "value",
|
|
@@ -6953,7 +7118,7 @@
|
|
|
6953
7118
|
},
|
|
6954
7119
|
{
|
|
6955
7120
|
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
6956
|
-
"path": "
|
|
7121
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts",
|
|
6957
7122
|
"attributes": [
|
|
6958
7123
|
{
|
|
6959
7124
|
"name": "value",
|
|
@@ -6982,7 +7147,7 @@
|
|
|
6982
7147
|
},
|
|
6983
7148
|
{
|
|
6984
7149
|
"name": "umb-property-editor-ui-tiny-mce",
|
|
6985
|
-
"path": "
|
|
7150
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
|
|
6986
7151
|
"attributes": [
|
|
6987
7152
|
{
|
|
6988
7153
|
"name": "value",
|
|
@@ -7011,7 +7176,7 @@
|
|
|
7011
7176
|
},
|
|
7012
7177
|
{
|
|
7013
7178
|
"name": "umb-property-editor-ui-toggle",
|
|
7014
|
-
"path": "
|
|
7179
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/toggle/property-editor-ui-toggle.element.ts",
|
|
7015
7180
|
"attributes": [
|
|
7016
7181
|
{
|
|
7017
7182
|
"name": "value",
|
|
@@ -7044,7 +7209,7 @@
|
|
|
7044
7209
|
},
|
|
7045
7210
|
{
|
|
7046
7211
|
"name": "umb-property-editor-ui-tree-picker-start-node",
|
|
7047
|
-
"path": "
|
|
7212
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
|
|
7048
7213
|
"attributes": [
|
|
7049
7214
|
{
|
|
7050
7215
|
"name": "value",
|
|
@@ -7073,7 +7238,7 @@
|
|
|
7073
7238
|
},
|
|
7074
7239
|
{
|
|
7075
7240
|
"name": "umb-property-editor-ui-tree-picker",
|
|
7076
|
-
"path": "
|
|
7241
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
|
|
7077
7242
|
"attributes": [
|
|
7078
7243
|
{
|
|
7079
7244
|
"name": "value",
|
|
@@ -7102,7 +7267,7 @@
|
|
|
7102
7267
|
},
|
|
7103
7268
|
{
|
|
7104
7269
|
"name": "umb-property-editor-ui-upload-field",
|
|
7105
|
-
"path": "
|
|
7270
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/upload-field/property-editor-ui-upload-field.element.ts",
|
|
7106
7271
|
"attributes": [
|
|
7107
7272
|
{
|
|
7108
7273
|
"name": "value",
|
|
@@ -7135,7 +7300,7 @@
|
|
|
7135
7300
|
},
|
|
7136
7301
|
{
|
|
7137
7302
|
"name": "umb-property-editor-ui-user-picker",
|
|
7138
|
-
"path": "
|
|
7303
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/user-picker/property-editor-ui-user-picker.element.ts",
|
|
7139
7304
|
"attributes": [
|
|
7140
7305
|
{
|
|
7141
7306
|
"name": "value",
|
|
@@ -7164,7 +7329,7 @@
|
|
|
7164
7329
|
},
|
|
7165
7330
|
{
|
|
7166
7331
|
"name": "umb-property-editor-ui-value-type",
|
|
7167
|
-
"path": "
|
|
7332
|
+
"path": "./../../src/backoffice/shared/property-editors/uis/value-type/property-editor-ui-value-type.element.ts",
|
|
7168
7333
|
"attributes": [
|
|
7169
7334
|
{
|
|
7170
7335
|
"name": "value",
|
|
@@ -7193,7 +7358,7 @@
|
|
|
7193
7358
|
},
|
|
7194
7359
|
{
|
|
7195
7360
|
"name": "umb-file-system-tree-item",
|
|
7196
|
-
"path": "
|
|
7361
|
+
"path": "./../../src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
|
7197
7362
|
"properties": [
|
|
7198
7363
|
{
|
|
7199
7364
|
"name": "styles",
|
|
@@ -7207,7 +7372,7 @@
|
|
|
7207
7372
|
},
|
|
7208
7373
|
{
|
|
7209
7374
|
"name": "umb-stylesheet-workspace-edit",
|
|
7210
|
-
"path": "
|
|
7375
|
+
"path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
|
|
7211
7376
|
"properties": [
|
|
7212
7377
|
{
|
|
7213
7378
|
"name": "styles",
|
|
@@ -7218,7 +7383,7 @@
|
|
|
7218
7383
|
},
|
|
7219
7384
|
{
|
|
7220
7385
|
"name": "umb-stylesheet-workspace",
|
|
7221
|
-
"path": "
|
|
7386
|
+
"path": "./../../src/backoffice/templating/stylesheets/workspace/stylesheet-workspace.element.ts",
|
|
7222
7387
|
"properties": [
|
|
7223
7388
|
{
|
|
7224
7389
|
"name": "styles",
|
|
@@ -7229,7 +7394,7 @@
|
|
|
7229
7394
|
},
|
|
7230
7395
|
{
|
|
7231
7396
|
"name": "umb-template-workspace",
|
|
7232
|
-
"path": "
|
|
7397
|
+
"path": "./../../src/backoffice/templating/templates/workspace/template-workspace.element.ts",
|
|
7233
7398
|
"properties": [
|
|
7234
7399
|
{
|
|
7235
7400
|
"name": "styles",
|
|
@@ -7240,7 +7405,7 @@
|
|
|
7240
7405
|
},
|
|
7241
7406
|
{
|
|
7242
7407
|
"name": "umb-dashboard-translation-dictionary",
|
|
7243
|
-
"path": "
|
|
7408
|
+
"path": "./../../src/backoffice/translation/dashboards/dictionary/dashboard-translation-dictionary.element.ts",
|
|
7244
7409
|
"properties": [
|
|
7245
7410
|
{
|
|
7246
7411
|
"name": "styles",
|
|
@@ -7251,7 +7416,7 @@
|
|
|
7251
7416
|
},
|
|
7252
7417
|
{
|
|
7253
7418
|
"name": "umb-create-dictionary-modal",
|
|
7254
|
-
"path": "
|
|
7419
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/create/create-dictionary-modal-layout.element.ts",
|
|
7255
7420
|
"properties": [
|
|
7256
7421
|
{
|
|
7257
7422
|
"name": "styles",
|
|
@@ -7262,7 +7427,7 @@
|
|
|
7262
7427
|
},
|
|
7263
7428
|
{
|
|
7264
7429
|
"name": "umb-export-dictionary-modal",
|
|
7265
|
-
"path": "
|
|
7430
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
|
|
7266
7431
|
"properties": [
|
|
7267
7432
|
{
|
|
7268
7433
|
"name": "styles",
|
|
@@ -7273,7 +7438,7 @@
|
|
|
7273
7438
|
},
|
|
7274
7439
|
{
|
|
7275
7440
|
"name": "umb-import-dictionary-modal",
|
|
7276
|
-
"path": "
|
|
7441
|
+
"path": "./../../src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
|
|
7277
7442
|
"properties": [
|
|
7278
7443
|
{
|
|
7279
7444
|
"name": "styles",
|
|
@@ -7284,11 +7449,11 @@
|
|
|
7284
7449
|
},
|
|
7285
7450
|
{
|
|
7286
7451
|
"name": "umb-dictionary-menu-item",
|
|
7287
|
-
"path": "
|
|
7452
|
+
"path": "./../../src/backoffice/translation/dictionary/menu-item/dictionary-menu-item.element.ts"
|
|
7288
7453
|
},
|
|
7289
7454
|
{
|
|
7290
7455
|
"name": "umb-dictionary-workspace-edit",
|
|
7291
|
-
"path": "
|
|
7456
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace-edit.element.ts",
|
|
7292
7457
|
"properties": [
|
|
7293
7458
|
{
|
|
7294
7459
|
"name": "styles",
|
|
@@ -7299,7 +7464,7 @@
|
|
|
7299
7464
|
},
|
|
7300
7465
|
{
|
|
7301
7466
|
"name": "umb-dictionary-workspace",
|
|
7302
|
-
"path": "
|
|
7467
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/dictionary-workspace.element.ts",
|
|
7303
7468
|
"properties": [
|
|
7304
7469
|
{
|
|
7305
7470
|
"name": "styles",
|
|
@@ -7310,7 +7475,7 @@
|
|
|
7310
7475
|
},
|
|
7311
7476
|
{
|
|
7312
7477
|
"name": "umb-workspace-view-dictionary-edit",
|
|
7313
|
-
"path": "
|
|
7478
|
+
"path": "./../../src/backoffice/translation/dictionary/workspace/views/edit/workspace-view-dictionary-edit.element.ts",
|
|
7314
7479
|
"properties": [
|
|
7315
7480
|
{
|
|
7316
7481
|
"name": "styles",
|
|
@@ -7321,7 +7486,7 @@
|
|
|
7321
7486
|
},
|
|
7322
7487
|
{
|
|
7323
7488
|
"name": "umb-current-user-header-app",
|
|
7324
|
-
"path": "
|
|
7489
|
+
"path": "./../../src/backoffice/users/current-user/current-user-header-app.element.ts",
|
|
7325
7490
|
"properties": [
|
|
7326
7491
|
{
|
|
7327
7492
|
"name": "styles",
|
|
@@ -7332,7 +7497,7 @@
|
|
|
7332
7497
|
},
|
|
7333
7498
|
{
|
|
7334
7499
|
"name": "umb-change-password-modal",
|
|
7335
|
-
"path": "
|
|
7500
|
+
"path": "./../../src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
7336
7501
|
"attributes": [
|
|
7337
7502
|
{
|
|
7338
7503
|
"name": "data"
|
|
@@ -7355,7 +7520,7 @@
|
|
|
7355
7520
|
},
|
|
7356
7521
|
{
|
|
7357
7522
|
"name": "umb-current-user-modal",
|
|
7358
|
-
"path": "
|
|
7523
|
+
"path": "./../../src/backoffice/users/current-user/modals/current-user/current-user-modal.element.ts",
|
|
7359
7524
|
"properties": [
|
|
7360
7525
|
{
|
|
7361
7526
|
"name": "styles",
|
|
@@ -7369,7 +7534,7 @@
|
|
|
7369
7534
|
},
|
|
7370
7535
|
{
|
|
7371
7536
|
"name": "umb-user-profile-app-external-login-providers",
|
|
7372
|
-
"path": "
|
|
7537
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
|
|
7373
7538
|
"properties": [
|
|
7374
7539
|
{
|
|
7375
7540
|
"name": "styles",
|
|
@@ -7380,7 +7545,7 @@
|
|
|
7380
7545
|
},
|
|
7381
7546
|
{
|
|
7382
7547
|
"name": "umb-user-profile-app-history",
|
|
7383
|
-
"path": "
|
|
7548
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7384
7549
|
"properties": [
|
|
7385
7550
|
{
|
|
7386
7551
|
"name": "styles",
|
|
@@ -7391,7 +7556,7 @@
|
|
|
7391
7556
|
},
|
|
7392
7557
|
{
|
|
7393
7558
|
"name": "umb-user-dashboard-test",
|
|
7394
|
-
"path": "
|
|
7559
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7395
7560
|
"properties": [
|
|
7396
7561
|
{
|
|
7397
7562
|
"name": "styles",
|
|
@@ -7402,7 +7567,7 @@
|
|
|
7402
7567
|
},
|
|
7403
7568
|
{
|
|
7404
7569
|
"name": "umb-user-profile-app-profile",
|
|
7405
|
-
"path": "
|
|
7570
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
|
|
7406
7571
|
"properties": [
|
|
7407
7572
|
{
|
|
7408
7573
|
"name": "styles",
|
|
@@ -7413,7 +7578,7 @@
|
|
|
7413
7578
|
},
|
|
7414
7579
|
{
|
|
7415
7580
|
"name": "umb-user-profile-app-themes",
|
|
7416
|
-
"path": "
|
|
7581
|
+
"path": "./../../src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
|
|
7417
7582
|
"properties": [
|
|
7418
7583
|
{
|
|
7419
7584
|
"name": "styles",
|
|
@@ -7424,7 +7589,7 @@
|
|
|
7424
7589
|
},
|
|
7425
7590
|
{
|
|
7426
7591
|
"name": "umb-user-group-picker-modal",
|
|
7427
|
-
"path": "
|
|
7592
|
+
"path": "./../../src/backoffice/users/user-groups/modals/user-group-picker/user-group-picker-modal.element.ts",
|
|
7428
7593
|
"properties": [
|
|
7429
7594
|
{
|
|
7430
7595
|
"name": "styles",
|
|
@@ -7435,7 +7600,7 @@
|
|
|
7435
7600
|
},
|
|
7436
7601
|
{
|
|
7437
7602
|
"name": "umb-workspace-action-user-group-save",
|
|
7438
|
-
"path": "
|
|
7603
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/actions/workspace-action-user-group-save.element.ts",
|
|
7439
7604
|
"properties": [
|
|
7440
7605
|
{
|
|
7441
7606
|
"name": "styles",
|
|
@@ -7446,7 +7611,7 @@
|
|
|
7446
7611
|
},
|
|
7447
7612
|
{
|
|
7448
7613
|
"name": "umb-user-group-workspace-edit",
|
|
7449
|
-
"path": "
|
|
7614
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace-edit.element.ts",
|
|
7450
7615
|
"properties": [
|
|
7451
7616
|
{
|
|
7452
7617
|
"name": "styles",
|
|
@@ -7462,7 +7627,7 @@
|
|
|
7462
7627
|
},
|
|
7463
7628
|
{
|
|
7464
7629
|
"name": "umb-user-group-workspace",
|
|
7465
|
-
"path": "
|
|
7630
|
+
"path": "./../../src/backoffice/users/user-groups/workspace/user-group-workspace.element.ts",
|
|
7466
7631
|
"properties": [
|
|
7467
7632
|
{
|
|
7468
7633
|
"name": "styles",
|
|
@@ -7473,11 +7638,11 @@
|
|
|
7473
7638
|
},
|
|
7474
7639
|
{
|
|
7475
7640
|
"name": "umb-users-section",
|
|
7476
|
-
"path": "
|
|
7641
|
+
"path": "./../../src/backoffice/users/user-section/section-users.element.ts"
|
|
7477
7642
|
},
|
|
7478
7643
|
{
|
|
7479
7644
|
"name": "umb-section-view-user-groups",
|
|
7480
|
-
"path": "
|
|
7645
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/section-view-user-groups.element.ts",
|
|
7481
7646
|
"properties": [
|
|
7482
7647
|
{
|
|
7483
7648
|
"name": "styles",
|
|
@@ -7488,7 +7653,7 @@
|
|
|
7488
7653
|
},
|
|
7489
7654
|
{
|
|
7490
7655
|
"name": "umb-user-group-table-name-column-layout",
|
|
7491
|
-
"path": "
|
|
7656
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/user-group-table-name-column-layout.element.ts",
|
|
7492
7657
|
"properties": [
|
|
7493
7658
|
{
|
|
7494
7659
|
"name": "item",
|
|
@@ -7501,7 +7666,7 @@
|
|
|
7501
7666
|
},
|
|
7502
7667
|
{
|
|
7503
7668
|
"name": "umb-user-group-table-sections-column-layout",
|
|
7504
|
-
"path": "
|
|
7669
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/user-group-table-sections-column-layout.element.ts",
|
|
7505
7670
|
"properties": [
|
|
7506
7671
|
{
|
|
7507
7672
|
"name": "item",
|
|
@@ -7514,7 +7679,7 @@
|
|
|
7514
7679
|
},
|
|
7515
7680
|
{
|
|
7516
7681
|
"name": "umb-workspace-view-user-groups",
|
|
7517
|
-
"path": "
|
|
7682
|
+
"path": "./../../src/backoffice/users/user-section/views/user-groups/workspace-view-user-groups.element.ts",
|
|
7518
7683
|
"properties": [
|
|
7519
7684
|
{
|
|
7520
7685
|
"name": "styles",
|
|
@@ -7525,7 +7690,7 @@
|
|
|
7525
7690
|
},
|
|
7526
7691
|
{
|
|
7527
7692
|
"name": "umb-workspace-view-users-grid",
|
|
7528
|
-
"path": "
|
|
7693
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/grid/workspace-view-users-grid.element.ts",
|
|
7529
7694
|
"properties": [
|
|
7530
7695
|
{
|
|
7531
7696
|
"name": "styles",
|
|
@@ -7536,7 +7701,7 @@
|
|
|
7536
7701
|
},
|
|
7537
7702
|
{
|
|
7538
7703
|
"name": "umb-user-table-name-column-layout",
|
|
7539
|
-
"path": "
|
|
7704
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/column-layouts/name/user-table-name-column-layout.element.ts",
|
|
7540
7705
|
"properties": [
|
|
7541
7706
|
{
|
|
7542
7707
|
"name": "column",
|
|
@@ -7553,7 +7718,7 @@
|
|
|
7553
7718
|
},
|
|
7554
7719
|
{
|
|
7555
7720
|
"name": "umb-user-table-status-column-layout",
|
|
7556
|
-
"path": "
|
|
7721
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/column-layouts/status/user-table-status-column-layout.element.ts",
|
|
7557
7722
|
"properties": [
|
|
7558
7723
|
{
|
|
7559
7724
|
"name": "value"
|
|
@@ -7562,7 +7727,7 @@
|
|
|
7562
7727
|
},
|
|
7563
7728
|
{
|
|
7564
7729
|
"name": "umb-workspace-view-users-table",
|
|
7565
|
-
"path": "
|
|
7730
|
+
"path": "./../../src/backoffice/users/user-section/views/users/list-view-layouts/table/workspace-view-users-table.element.ts",
|
|
7566
7731
|
"properties": [
|
|
7567
7732
|
{
|
|
7568
7733
|
"name": "styles",
|
|
@@ -7573,7 +7738,7 @@
|
|
|
7573
7738
|
},
|
|
7574
7739
|
{
|
|
7575
7740
|
"name": "umb-section-view-users",
|
|
7576
|
-
"path": "
|
|
7741
|
+
"path": "./../../src/backoffice/users/user-section/views/users/section-view-users.element.ts",
|
|
7577
7742
|
"properties": [
|
|
7578
7743
|
{
|
|
7579
7744
|
"name": "styles",
|
|
@@ -7596,7 +7761,7 @@
|
|
|
7596
7761
|
},
|
|
7597
7762
|
{
|
|
7598
7763
|
"name": "umb-workspace-view-users-overview",
|
|
7599
|
-
"path": "
|
|
7764
|
+
"path": "./../../src/backoffice/users/user-section/views/users/workspace-view-users-overview.element.ts",
|
|
7600
7765
|
"properties": [
|
|
7601
7766
|
{
|
|
7602
7767
|
"name": "styles",
|
|
@@ -7607,7 +7772,7 @@
|
|
|
7607
7772
|
},
|
|
7608
7773
|
{
|
|
7609
7774
|
"name": "umb-workspace-view-users-selection",
|
|
7610
|
-
"path": "
|
|
7775
|
+
"path": "./../../src/backoffice/users/user-section/views/users/workspace-view-users-selection.element.ts",
|
|
7611
7776
|
"properties": [
|
|
7612
7777
|
{
|
|
7613
7778
|
"name": "styles",
|
|
@@ -7618,7 +7783,7 @@
|
|
|
7618
7783
|
},
|
|
7619
7784
|
{
|
|
7620
7785
|
"name": "umb-create-user-modal",
|
|
7621
|
-
"path": "
|
|
7786
|
+
"path": "./../../src/backoffice/users/users/modals/create-user/create-user-modal.element.ts",
|
|
7622
7787
|
"properties": [
|
|
7623
7788
|
{
|
|
7624
7789
|
"name": "styles",
|
|
@@ -7629,7 +7794,7 @@
|
|
|
7629
7794
|
},
|
|
7630
7795
|
{
|
|
7631
7796
|
"name": "umb-invite-user-modal",
|
|
7632
|
-
"path": "
|
|
7797
|
+
"path": "./../../src/backoffice/users/users/modals/invite-user/invite-user-modal.element.ts",
|
|
7633
7798
|
"properties": [
|
|
7634
7799
|
{
|
|
7635
7800
|
"name": "styles",
|
|
@@ -7640,7 +7805,7 @@
|
|
|
7640
7805
|
},
|
|
7641
7806
|
{
|
|
7642
7807
|
"name": "umb-user-picker-modal",
|
|
7643
|
-
"path": "
|
|
7808
|
+
"path": "./../../src/backoffice/users/users/modals/user-picker/user-picker-modal.element.ts",
|
|
7644
7809
|
"properties": [
|
|
7645
7810
|
{
|
|
7646
7811
|
"name": "styles",
|
|
@@ -7651,7 +7816,7 @@
|
|
|
7651
7816
|
},
|
|
7652
7817
|
{
|
|
7653
7818
|
"name": "umb-workspace-action-user-save",
|
|
7654
|
-
"path": "
|
|
7819
|
+
"path": "./../../src/backoffice/users/users/workspace/actions/workspace-action-user-save.element.ts",
|
|
7655
7820
|
"properties": [
|
|
7656
7821
|
{
|
|
7657
7822
|
"name": "styles",
|
|
@@ -7662,7 +7827,7 @@
|
|
|
7662
7827
|
},
|
|
7663
7828
|
{
|
|
7664
7829
|
"name": "umb-user-workspace-edit",
|
|
7665
|
-
"path": "
|
|
7830
|
+
"path": "./../../src/backoffice/users/users/workspace/user-workspace-edit.element.ts",
|
|
7666
7831
|
"properties": [
|
|
7667
7832
|
{
|
|
7668
7833
|
"name": "styles",
|
|
@@ -7673,7 +7838,7 @@
|
|
|
7673
7838
|
},
|
|
7674
7839
|
{
|
|
7675
7840
|
"name": "umb-user-workspace",
|
|
7676
|
-
"path": "
|
|
7841
|
+
"path": "./../../src/backoffice/users/users/workspace/user-workspace.element.ts",
|
|
7677
7842
|
"properties": [
|
|
7678
7843
|
{
|
|
7679
7844
|
"name": "styles",
|
|
@@ -7684,7 +7849,7 @@
|
|
|
7684
7849
|
},
|
|
7685
7850
|
{
|
|
7686
7851
|
"name": "umb-context-provider",
|
|
7687
|
-
"path": "
|
|
7852
|
+
"path": "./../../src/core/context-provider/context-provider.element.ts",
|
|
7688
7853
|
"attributes": [
|
|
7689
7854
|
{
|
|
7690
7855
|
"name": "value",
|
|
@@ -7719,7 +7884,7 @@
|
|
|
7719
7884
|
},
|
|
7720
7885
|
{
|
|
7721
7886
|
"name": "umb-controller-host-test",
|
|
7722
|
-
"path": "
|
|
7887
|
+
"path": "./../../src/core/controller-host/controller-host-test.element.ts",
|
|
7723
7888
|
"properties": [
|
|
7724
7889
|
{
|
|
7725
7890
|
"name": "create",
|
|
@@ -7730,7 +7895,7 @@
|
|
|
7730
7895
|
},
|
|
7731
7896
|
{
|
|
7732
7897
|
"name": "umb-modal-element",
|
|
7733
|
-
"path": "
|
|
7898
|
+
"path": "./../../src/core/modal/modal-element.element.ts",
|
|
7734
7899
|
"properties": [
|
|
7735
7900
|
{
|
|
7736
7901
|
"name": "modalHandler"
|
|
@@ -7742,8 +7907,8 @@
|
|
|
7742
7907
|
]
|
|
7743
7908
|
},
|
|
7744
7909
|
{
|
|
7745
|
-
"name": "story-modal-context-example",
|
|
7746
|
-
"path": "
|
|
7910
|
+
"name": "umb-story-modal-context-example",
|
|
7911
|
+
"path": "./../../src/core/modal/stories/story-modal-service-example.element.ts",
|
|
7747
7912
|
"attributes": [
|
|
7748
7913
|
{
|
|
7749
7914
|
"name": "modalLayout",
|
|
@@ -7767,7 +7932,7 @@
|
|
|
7767
7932
|
},
|
|
7768
7933
|
{
|
|
7769
7934
|
"name": "umb-notification-layout-default",
|
|
7770
|
-
"path": "
|
|
7935
|
+
"path": "./../../src/core/notification/layouts/default/notification-layout-default.element.ts",
|
|
7771
7936
|
"attributes": [
|
|
7772
7937
|
{
|
|
7773
7938
|
"name": "data"
|
|
@@ -7789,12 +7954,12 @@
|
|
|
7789
7954
|
]
|
|
7790
7955
|
},
|
|
7791
7956
|
{
|
|
7792
|
-
"name": "story-notification-default-example",
|
|
7793
|
-
"path": "
|
|
7957
|
+
"name": "umb-story-notification-default-example",
|
|
7958
|
+
"path": "./../../src/core/notification/stories/story-notification-default-example.element.ts"
|
|
7794
7959
|
},
|
|
7795
7960
|
{
|
|
7796
7961
|
"name": "umb-router-slot",
|
|
7797
|
-
"path": "
|
|
7962
|
+
"path": "./../../src/core/router/router-slot.element.ts",
|
|
7798
7963
|
"attributes": [
|
|
7799
7964
|
{
|
|
7800
7965
|
"name": "routes",
|
|
@@ -7838,7 +8003,7 @@
|
|
|
7838
8003
|
},
|
|
7839
8004
|
{
|
|
7840
8005
|
"name": "umb-variant-router-slot",
|
|
7841
|
-
"path": "
|
|
8006
|
+
"path": "./../../src/core/router/variant-router-slot.element.ts",
|
|
7842
8007
|
"attributes": [
|
|
7843
8008
|
{
|
|
7844
8009
|
"name": "variantId",
|
|
@@ -7891,7 +8056,7 @@
|
|
|
7891
8056
|
},
|
|
7892
8057
|
{
|
|
7893
8058
|
"name": "umb-installer-consent",
|
|
7894
|
-
"path": "
|
|
8059
|
+
"path": "./../../src/installer/consent/installer-consent.element.ts",
|
|
7895
8060
|
"properties": [
|
|
7896
8061
|
{
|
|
7897
8062
|
"name": "styles",
|
|
@@ -7902,7 +8067,7 @@
|
|
|
7902
8067
|
},
|
|
7903
8068
|
{
|
|
7904
8069
|
"name": "umb-installer-database",
|
|
7905
|
-
"path": "
|
|
8070
|
+
"path": "./../../src/installer/database/installer-database.element.ts",
|
|
7906
8071
|
"properties": [
|
|
7907
8072
|
{
|
|
7908
8073
|
"name": "styles",
|
|
@@ -7916,7 +8081,7 @@
|
|
|
7916
8081
|
},
|
|
7917
8082
|
{
|
|
7918
8083
|
"name": "umb-installer-error",
|
|
7919
|
-
"path": "
|
|
8084
|
+
"path": "./../../src/installer/error/installer-error.element.ts",
|
|
7920
8085
|
"properties": [
|
|
7921
8086
|
{
|
|
7922
8087
|
"name": "styles",
|
|
@@ -7927,7 +8092,7 @@
|
|
|
7927
8092
|
},
|
|
7928
8093
|
{
|
|
7929
8094
|
"name": "umb-installer",
|
|
7930
|
-
"path": "
|
|
8095
|
+
"path": "./../../src/installer/installer.element.ts",
|
|
7931
8096
|
"properties": [
|
|
7932
8097
|
{
|
|
7933
8098
|
"name": "styles",
|
|
@@ -7943,7 +8108,7 @@
|
|
|
7943
8108
|
},
|
|
7944
8109
|
{
|
|
7945
8110
|
"name": "umb-installer-installing",
|
|
7946
|
-
"path": "
|
|
8111
|
+
"path": "./../../src/installer/installing/installer-installing.element.ts",
|
|
7947
8112
|
"properties": [
|
|
7948
8113
|
{
|
|
7949
8114
|
"name": "styles",
|
|
@@ -7954,7 +8119,7 @@
|
|
|
7954
8119
|
},
|
|
7955
8120
|
{
|
|
7956
8121
|
"name": "umb-installer-layout",
|
|
7957
|
-
"path": "
|
|
8122
|
+
"path": "./../../src/installer/shared/layout/installer-layout.element.ts",
|
|
7958
8123
|
"properties": [
|
|
7959
8124
|
{
|
|
7960
8125
|
"name": "styles",
|
|
@@ -7965,7 +8130,7 @@
|
|
|
7965
8130
|
},
|
|
7966
8131
|
{
|
|
7967
8132
|
"name": "umb-installer-user",
|
|
7968
|
-
"path": "
|
|
8133
|
+
"path": "./../../src/installer/user/installer-user.element.ts",
|
|
7969
8134
|
"properties": [
|
|
7970
8135
|
{
|
|
7971
8136
|
"name": "styles",
|
|
@@ -7976,7 +8141,7 @@
|
|
|
7976
8141
|
},
|
|
7977
8142
|
{
|
|
7978
8143
|
"name": "umb-upgrader-view",
|
|
7979
|
-
"path": "
|
|
8144
|
+
"path": "./../../src/upgrader/upgrader-view.element.ts",
|
|
7980
8145
|
"attributes": [
|
|
7981
8146
|
{
|
|
7982
8147
|
"name": "fetching",
|
|
@@ -8035,7 +8200,7 @@
|
|
|
8035
8200
|
},
|
|
8036
8201
|
{
|
|
8037
8202
|
"name": "umb-upgrader",
|
|
8038
|
-
"path": "
|
|
8203
|
+
"path": "./../../src/upgrader/upgrader.element.ts"
|
|
8039
8204
|
}
|
|
8040
8205
|
]
|
|
8041
8206
|
}
|