@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.de0ffca0
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/context-api.d.ts +16 -6
- package/controller.d.ts +5 -5
- package/custom-elements.json +497 -34
- package/element.d.ts +2 -2
- package/entity-action.d.ts +11 -11
- package/extensions-api.d.ts +2 -2
- package/extensions-registry.d.ts +8 -8
- package/modal.d.ts +585 -12
- package/models.d.ts +6 -1
- package/observable-api.d.ts +19 -4
- package/package.json +1 -1
- package/resources.d.ts +3 -3
- package/router.d.ts +130 -0
- package/store.d.ts +3 -3
- package/vscode-html-custom-data.json +196 -32
- package/workspace.d.ts +16 -9
package/custom-elements.json
CHANGED
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
"name": "umb-document-type-workspace-
|
|
111
|
-
"path": "./src/backoffice/documents/document-types/workspace/document-type-workspace-
|
|
110
|
+
"name": "umb-document-type-workspace-editor",
|
|
111
|
+
"path": "./src/backoffice/documents/document-types/workspace/document-type-workspace-editor.element.ts",
|
|
112
112
|
"properties": [
|
|
113
113
|
{
|
|
114
114
|
"name": "styles",
|
|
@@ -129,8 +129,41 @@
|
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
"name": "umb-workspace-view-
|
|
133
|
-
"path": "./src/backoffice/documents/document-types/workspace/views/design/workspace-view-
|
|
132
|
+
"name": "umb-document-type-workspace-view-design",
|
|
133
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-design.element.ts",
|
|
134
|
+
"properties": [
|
|
135
|
+
{
|
|
136
|
+
"name": "styles",
|
|
137
|
+
"type": "CSSResult[]",
|
|
138
|
+
"default": "[\"UUITextStyles\",null]"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "umb-document-type-workspace-view-details",
|
|
144
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
|
|
145
|
+
"properties": [
|
|
146
|
+
{
|
|
147
|
+
"name": "styles",
|
|
148
|
+
"type": "CSSResult[]",
|
|
149
|
+
"default": "[\"UUITextStyles\",null]"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "umb-document-type-workspace-view-structure",
|
|
155
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.ts",
|
|
156
|
+
"properties": [
|
|
157
|
+
{
|
|
158
|
+
"name": "styles",
|
|
159
|
+
"type": "CSSResult[]",
|
|
160
|
+
"default": "[\"UUITextStyles\",null]"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "umb-document-type-workspace-view-templates",
|
|
166
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.ts",
|
|
134
167
|
"properties": [
|
|
135
168
|
{
|
|
136
169
|
"name": "styles",
|
|
@@ -198,6 +231,17 @@
|
|
|
198
231
|
}
|
|
199
232
|
]
|
|
200
233
|
},
|
|
234
|
+
{
|
|
235
|
+
"name": "umb-document-type-picker-modal",
|
|
236
|
+
"path": "./src/backoffice/documents/documents/modals/document-type-picker/document-type-picker-modal.element.ts",
|
|
237
|
+
"properties": [
|
|
238
|
+
{
|
|
239
|
+
"name": "styles",
|
|
240
|
+
"type": "CSSResult[]",
|
|
241
|
+
"default": "[\"UUITextStyles\",null]"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
},
|
|
201
245
|
{
|
|
202
246
|
"name": "umb-document-tree-item",
|
|
203
247
|
"path": "./src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
@@ -213,8 +257,8 @@
|
|
|
213
257
|
]
|
|
214
258
|
},
|
|
215
259
|
{
|
|
216
|
-
"name": "umb-document-workspace-
|
|
217
|
-
"path": "./src/backoffice/documents/documents/workspace/document-workspace-
|
|
260
|
+
"name": "umb-document-workspace-editor",
|
|
261
|
+
"path": "./src/backoffice/documents/documents/workspace/document-workspace-editor.element.ts",
|
|
218
262
|
"properties": [
|
|
219
263
|
{
|
|
220
264
|
"name": "styles",
|
|
@@ -2627,6 +2671,73 @@
|
|
|
2627
2671
|
}
|
|
2628
2672
|
]
|
|
2629
2673
|
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "umb-input-document-type-picker",
|
|
2676
|
+
"path": "./src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts",
|
|
2677
|
+
"attributes": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "value",
|
|
2680
|
+
"type": "string"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"properties": [
|
|
2684
|
+
{
|
|
2685
|
+
"name": "styles",
|
|
2686
|
+
"type": "CSSResult[]",
|
|
2687
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"name": "selectedKeys",
|
|
2691
|
+
"type": "string[]"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "formAssociated",
|
|
2695
|
+
"type": "boolean"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "value",
|
|
2699
|
+
"attribute": "value",
|
|
2700
|
+
"type": "string"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "name",
|
|
2704
|
+
"type": "string"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"name": "validationMessage",
|
|
2708
|
+
"type": "string"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "validity",
|
|
2712
|
+
"type": "ValidityState"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "pristine",
|
|
2716
|
+
"type": "boolean"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "required",
|
|
2720
|
+
"type": "boolean"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "requiredMessage",
|
|
2724
|
+
"type": "string"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "error",
|
|
2728
|
+
"type": "boolean"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"name": "errorMessage",
|
|
2732
|
+
"type": "string"
|
|
2733
|
+
}
|
|
2734
|
+
],
|
|
2735
|
+
"events": [
|
|
2736
|
+
{
|
|
2737
|
+
"name": "change"
|
|
2738
|
+
}
|
|
2739
|
+
]
|
|
2740
|
+
},
|
|
2630
2741
|
{
|
|
2631
2742
|
"name": "umb-input-eye-dropper",
|
|
2632
2743
|
"path": "./src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
@@ -2949,6 +3060,14 @@
|
|
|
2949
3060
|
"name": "umb-input-multi-url-picker",
|
|
2950
3061
|
"path": "./src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
2951
3062
|
"attributes": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "alias",
|
|
3065
|
+
"type": "string | undefined"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"name": "variantId",
|
|
3069
|
+
"type": "string | UmbVariantId | undefined"
|
|
3070
|
+
},
|
|
2952
3071
|
{
|
|
2953
3072
|
"name": "min",
|
|
2954
3073
|
"description": "This is a minimum amount of selected items in this input.",
|
|
@@ -2993,6 +3112,16 @@
|
|
|
2993
3112
|
"type": "CSSResult[]",
|
|
2994
3113
|
"default": "[\"UUITextStyles\",null]"
|
|
2995
3114
|
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "alias",
|
|
3117
|
+
"attribute": "alias",
|
|
3118
|
+
"type": "string | undefined"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "variantId",
|
|
3122
|
+
"attribute": "variantId",
|
|
3123
|
+
"type": "string | UmbVariantId | undefined"
|
|
3124
|
+
},
|
|
2996
3125
|
{
|
|
2997
3126
|
"name": "min",
|
|
2998
3127
|
"attribute": "min",
|
|
@@ -3465,6 +3594,137 @@
|
|
|
3465
3594
|
}
|
|
3466
3595
|
]
|
|
3467
3596
|
},
|
|
3597
|
+
{
|
|
3598
|
+
"name": "umb-input-template-picker",
|
|
3599
|
+
"path": "./src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts",
|
|
3600
|
+
"attributes": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "min",
|
|
3603
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3604
|
+
"type": "number",
|
|
3605
|
+
"default": "\"undefined\""
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "max",
|
|
3609
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3610
|
+
"type": "number",
|
|
3611
|
+
"default": "\"undefined\""
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "min-message",
|
|
3615
|
+
"description": "Min validation message.",
|
|
3616
|
+
"type": "boolean",
|
|
3617
|
+
"default": "\"\""
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "maxMessage",
|
|
3621
|
+
"description": "Max validation message.",
|
|
3622
|
+
"type": "boolean",
|
|
3623
|
+
"default": "\"\""
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "allowedKeys",
|
|
3627
|
+
"type": "string[]"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "defaultKey",
|
|
3631
|
+
"type": "string"
|
|
3632
|
+
}
|
|
3633
|
+
],
|
|
3634
|
+
"properties": [
|
|
3635
|
+
{
|
|
3636
|
+
"name": "min",
|
|
3637
|
+
"attribute": "min",
|
|
3638
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3639
|
+
"type": "number",
|
|
3640
|
+
"default": "\"undefined\""
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "max",
|
|
3644
|
+
"attribute": "max",
|
|
3645
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3646
|
+
"type": "number",
|
|
3647
|
+
"default": "\"undefined\""
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "minMessage",
|
|
3651
|
+
"attribute": "min-message",
|
|
3652
|
+
"description": "Min validation message.",
|
|
3653
|
+
"type": "boolean",
|
|
3654
|
+
"default": "\"\""
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "maxMessage",
|
|
3658
|
+
"attribute": "maxMessage",
|
|
3659
|
+
"description": "Max validation message.",
|
|
3660
|
+
"type": "boolean",
|
|
3661
|
+
"default": "\"\""
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "allowedKeys",
|
|
3665
|
+
"attribute": "allowedKeys",
|
|
3666
|
+
"type": "string[]"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"name": "defaultKey",
|
|
3670
|
+
"attribute": "defaultKey",
|
|
3671
|
+
"type": "string"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "styles",
|
|
3675
|
+
"type": "CSSResult[]",
|
|
3676
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "formAssociated",
|
|
3680
|
+
"type": "boolean"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"name": "value",
|
|
3684
|
+
"type": "FormDataEntryValue | FormData"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"name": "name",
|
|
3688
|
+
"type": "string"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "validationMessage",
|
|
3692
|
+
"type": "string"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "validity",
|
|
3696
|
+
"type": "ValidityState"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "pristine",
|
|
3700
|
+
"type": "boolean"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "required",
|
|
3704
|
+
"type": "boolean"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"name": "requiredMessage",
|
|
3708
|
+
"type": "string"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "error",
|
|
3712
|
+
"type": "boolean"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "errorMessage",
|
|
3716
|
+
"type": "string"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"events": [
|
|
3720
|
+
{
|
|
3721
|
+
"name": "change-default"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "change-allowed"
|
|
3725
|
+
}
|
|
3726
|
+
]
|
|
3727
|
+
},
|
|
3468
3728
|
{
|
|
3469
3729
|
"name": "umb-input-toggle",
|
|
3470
3730
|
"path": "./src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
@@ -4018,6 +4278,102 @@
|
|
|
4018
4278
|
}
|
|
4019
4279
|
]
|
|
4020
4280
|
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "umb-template-card",
|
|
4283
|
+
"path": "./src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4284
|
+
"attributes": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "default",
|
|
4287
|
+
"type": "boolean",
|
|
4288
|
+
"default": "false"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "key",
|
|
4292
|
+
"type": "string"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"name": "name",
|
|
4296
|
+
"type": "string",
|
|
4297
|
+
"default": "\"\""
|
|
4298
|
+
}
|
|
4299
|
+
],
|
|
4300
|
+
"properties": [
|
|
4301
|
+
{
|
|
4302
|
+
"name": "styles",
|
|
4303
|
+
"type": "CSSResult[]",
|
|
4304
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "default",
|
|
4308
|
+
"attribute": "default",
|
|
4309
|
+
"type": "boolean",
|
|
4310
|
+
"default": "false"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"name": "key",
|
|
4314
|
+
"attribute": "key",
|
|
4315
|
+
"type": "string"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "formAssociated",
|
|
4319
|
+
"type": "boolean"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "value",
|
|
4323
|
+
"type": "FormDataEntryValue | FormData"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "name",
|
|
4327
|
+
"attribute": "name",
|
|
4328
|
+
"type": "string",
|
|
4329
|
+
"default": "\"\""
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "validationMessage",
|
|
4333
|
+
"type": "string"
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"name": "validity",
|
|
4337
|
+
"type": "ValidityState"
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"name": "pristine",
|
|
4341
|
+
"type": "boolean"
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "required",
|
|
4345
|
+
"type": "boolean"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "requiredMessage",
|
|
4349
|
+
"type": "string"
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "error",
|
|
4353
|
+
"type": "boolean"
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "errorMessage",
|
|
4357
|
+
"type": "string"
|
|
4358
|
+
}
|
|
4359
|
+
],
|
|
4360
|
+
"events": [
|
|
4361
|
+
{
|
|
4362
|
+
"name": "open"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "selected"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "change-default"
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"slots": [
|
|
4372
|
+
{
|
|
4373
|
+
"name": "actions"
|
|
4374
|
+
}
|
|
4375
|
+
]
|
|
4376
|
+
},
|
|
4021
4377
|
{
|
|
4022
4378
|
"name": "umb-tooltip-menu",
|
|
4023
4379
|
"path": "./src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
@@ -4608,8 +4964,7 @@
|
|
|
4608
4964
|
"path": "./src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
4609
4965
|
"attributes": [
|
|
4610
4966
|
{
|
|
4611
|
-
"name": "data"
|
|
4612
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4967
|
+
"name": "data"
|
|
4613
4968
|
}
|
|
4614
4969
|
],
|
|
4615
4970
|
"properties": [
|
|
@@ -4623,8 +4978,7 @@
|
|
|
4623
4978
|
},
|
|
4624
4979
|
{
|
|
4625
4980
|
"name": "data",
|
|
4626
|
-
"attribute": "data"
|
|
4627
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4981
|
+
"attribute": "data"
|
|
4628
4982
|
}
|
|
4629
4983
|
]
|
|
4630
4984
|
},
|
|
@@ -4633,8 +4987,7 @@
|
|
|
4633
4987
|
"path": "./src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
4634
4988
|
"attributes": [
|
|
4635
4989
|
{
|
|
4636
|
-
"name": "data"
|
|
4637
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
4990
|
+
"name": "data"
|
|
4638
4991
|
}
|
|
4639
4992
|
],
|
|
4640
4993
|
"properties": [
|
|
@@ -4648,8 +5001,7 @@
|
|
|
4648
5001
|
},
|
|
4649
5002
|
{
|
|
4650
5003
|
"name": "data",
|
|
4651
|
-
"attribute": "data"
|
|
4652
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5004
|
+
"attribute": "data"
|
|
4653
5005
|
}
|
|
4654
5006
|
]
|
|
4655
5007
|
},
|
|
@@ -4730,6 +5082,28 @@
|
|
|
4730
5082
|
}
|
|
4731
5083
|
]
|
|
4732
5084
|
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "umb-template-picker-modal",
|
|
5087
|
+
"path": "./src/backoffice/shared/modals/template-picker/template-picker-modal.element.ts",
|
|
5088
|
+
"properties": [
|
|
5089
|
+
{
|
|
5090
|
+
"name": "styles",
|
|
5091
|
+
"type": "CSSResult[]",
|
|
5092
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5093
|
+
}
|
|
5094
|
+
]
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "umb-template-modal",
|
|
5098
|
+
"path": "./src/backoffice/shared/modals/template/template-modal.element.ts",
|
|
5099
|
+
"properties": [
|
|
5100
|
+
{
|
|
5101
|
+
"name": "styles",
|
|
5102
|
+
"type": "CSSResult[]",
|
|
5103
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5104
|
+
}
|
|
5105
|
+
]
|
|
5106
|
+
},
|
|
4733
5107
|
{
|
|
4734
5108
|
"name": "umb-property-action-clear",
|
|
4735
5109
|
"path": "./src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
|
@@ -4854,8 +5228,7 @@
|
|
|
4854
5228
|
"path": "./src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
4855
5229
|
"attributes": [
|
|
4856
5230
|
{
|
|
4857
|
-
"name": "data"
|
|
4858
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5231
|
+
"name": "data"
|
|
4859
5232
|
}
|
|
4860
5233
|
],
|
|
4861
5234
|
"properties": [
|
|
@@ -4866,8 +5239,7 @@
|
|
|
4866
5239
|
},
|
|
4867
5240
|
{
|
|
4868
5241
|
"name": "data",
|
|
4869
|
-
"attribute": "data"
|
|
4870
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5242
|
+
"attribute": "data"
|
|
4871
5243
|
},
|
|
4872
5244
|
{
|
|
4873
5245
|
"name": "modalHandler"
|
|
@@ -5665,7 +6037,7 @@
|
|
|
5665
6037
|
"attributes": [
|
|
5666
6038
|
{
|
|
5667
6039
|
"name": "value",
|
|
5668
|
-
"type": "
|
|
6040
|
+
"type": "array",
|
|
5669
6041
|
"default": "[]"
|
|
5670
6042
|
}
|
|
5671
6043
|
],
|
|
@@ -5678,7 +6050,7 @@
|
|
|
5678
6050
|
{
|
|
5679
6051
|
"name": "value",
|
|
5680
6052
|
"attribute": "value",
|
|
5681
|
-
"type": "
|
|
6053
|
+
"type": "array",
|
|
5682
6054
|
"default": "[]"
|
|
5683
6055
|
},
|
|
5684
6056
|
{
|
|
@@ -6586,8 +6958,8 @@
|
|
|
6586
6958
|
]
|
|
6587
6959
|
},
|
|
6588
6960
|
{
|
|
6589
|
-
"name": "umb-export-dictionary-modal
|
|
6590
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal
|
|
6961
|
+
"name": "umb-export-dictionary-modal",
|
|
6962
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
|
|
6591
6963
|
"properties": [
|
|
6592
6964
|
{
|
|
6593
6965
|
"name": "styles",
|
|
@@ -6597,8 +6969,8 @@
|
|
|
6597
6969
|
]
|
|
6598
6970
|
},
|
|
6599
6971
|
{
|
|
6600
|
-
"name": "umb-import-dictionary-modal
|
|
6601
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal
|
|
6972
|
+
"name": "umb-import-dictionary-modal",
|
|
6973
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
|
|
6602
6974
|
"properties": [
|
|
6603
6975
|
{
|
|
6604
6976
|
"name": "styles",
|
|
@@ -6660,8 +7032,7 @@
|
|
|
6660
7032
|
"path": "./src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
6661
7033
|
"attributes": [
|
|
6662
7034
|
{
|
|
6663
|
-
"name": "data"
|
|
6664
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7035
|
+
"name": "data"
|
|
6665
7036
|
}
|
|
6666
7037
|
],
|
|
6667
7038
|
"properties": [
|
|
@@ -6675,8 +7046,7 @@
|
|
|
6675
7046
|
},
|
|
6676
7047
|
{
|
|
6677
7048
|
"name": "data",
|
|
6678
|
-
"attribute": "data"
|
|
6679
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7049
|
+
"attribute": "data"
|
|
6680
7050
|
}
|
|
6681
7051
|
]
|
|
6682
7052
|
},
|
|
@@ -6694,18 +7064,58 @@
|
|
|
6694
7064
|
}
|
|
6695
7065
|
]
|
|
6696
7066
|
},
|
|
7067
|
+
{
|
|
7068
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
7069
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
|
|
7070
|
+
"properties": [
|
|
7071
|
+
{
|
|
7072
|
+
"name": "styles",
|
|
7073
|
+
"type": "CSSResult[]",
|
|
7074
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7075
|
+
}
|
|
7076
|
+
]
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"name": "umb-user-profile-app-history",
|
|
7080
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7081
|
+
"properties": [
|
|
7082
|
+
{
|
|
7083
|
+
"name": "styles",
|
|
7084
|
+
"type": "CSSResult[]",
|
|
7085
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7086
|
+
}
|
|
7087
|
+
]
|
|
7088
|
+
},
|
|
6697
7089
|
{
|
|
6698
7090
|
"name": "umb-user-dashboard-test",
|
|
6699
|
-
"path": "./src/backoffice/users/current-user/user-
|
|
7091
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
6700
7092
|
"properties": [
|
|
6701
7093
|
{
|
|
6702
7094
|
"name": "styles",
|
|
6703
7095
|
"type": "CSSResult[]",
|
|
6704
7096
|
"default": "[\"UUITextStyles\",null]"
|
|
6705
|
-
}
|
|
7097
|
+
}
|
|
7098
|
+
]
|
|
7099
|
+
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "umb-user-profile-app-profile",
|
|
7102
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
|
|
7103
|
+
"properties": [
|
|
6706
7104
|
{
|
|
6707
|
-
"name": "
|
|
6708
|
-
"type": "
|
|
7105
|
+
"name": "styles",
|
|
7106
|
+
"type": "CSSResult[]",
|
|
7107
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7108
|
+
}
|
|
7109
|
+
]
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"name": "umb-user-profile-app-themes",
|
|
7113
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
|
|
7114
|
+
"properties": [
|
|
7115
|
+
{
|
|
7116
|
+
"name": "styles",
|
|
7117
|
+
"type": "CSSResult[]",
|
|
7118
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6709
7119
|
}
|
|
6710
7120
|
]
|
|
6711
7121
|
},
|
|
@@ -7085,7 +7495,7 @@
|
|
|
7085
7495
|
"attributes": [
|
|
7086
7496
|
{
|
|
7087
7497
|
"name": "routes",
|
|
7088
|
-
"type": "
|
|
7498
|
+
"type": "any[] | undefined"
|
|
7089
7499
|
}
|
|
7090
7500
|
],
|
|
7091
7501
|
"properties": [
|
|
@@ -7097,7 +7507,60 @@
|
|
|
7097
7507
|
{
|
|
7098
7508
|
"name": "routes",
|
|
7099
7509
|
"attribute": "routes",
|
|
7100
|
-
"type": "
|
|
7510
|
+
"type": "any[] | undefined"
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"name": "absoluteRouterPath",
|
|
7514
|
+
"type": "string | undefined"
|
|
7515
|
+
},
|
|
7516
|
+
{
|
|
7517
|
+
"name": "localActiveViewPath",
|
|
7518
|
+
"type": "string | undefined"
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "absoluteActiveViewPath",
|
|
7522
|
+
"type": "string"
|
|
7523
|
+
}
|
|
7524
|
+
],
|
|
7525
|
+
"events": [
|
|
7526
|
+
{
|
|
7527
|
+
"name": "init",
|
|
7528
|
+
"description": "fires when the router is connected"
|
|
7529
|
+
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "change",
|
|
7532
|
+
"description": "fires when a path of this router is changed"
|
|
7533
|
+
}
|
|
7534
|
+
]
|
|
7535
|
+
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "umb-variant-router-slot",
|
|
7538
|
+
"path": "./src/core/router/variant-router-slot.element.ts",
|
|
7539
|
+
"attributes": [
|
|
7540
|
+
{
|
|
7541
|
+
"name": "variantId",
|
|
7542
|
+
"type": "UmbVariantId[]"
|
|
7543
|
+
},
|
|
7544
|
+
{
|
|
7545
|
+
"name": "routes",
|
|
7546
|
+
"type": "any[] | undefined"
|
|
7547
|
+
}
|
|
7548
|
+
],
|
|
7549
|
+
"properties": [
|
|
7550
|
+
{
|
|
7551
|
+
"name": "variantId",
|
|
7552
|
+
"attribute": "variantId",
|
|
7553
|
+
"type": "UmbVariantId[]"
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"name": "styles",
|
|
7557
|
+
"type": "CSSResult[]",
|
|
7558
|
+
"default": "[null]"
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "routes",
|
|
7562
|
+
"attribute": "routes",
|
|
7563
|
+
"type": "any[] | undefined"
|
|
7101
7564
|
},
|
|
7102
7565
|
{
|
|
7103
7566
|
"name": "absoluteRouterPath",
|