@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.fc037c85
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/custom-elements.json +454 -24
- package/modal.d.ts +578 -12
- package/observable-api.d.ts +1 -1
- package/package.json +1 -1
- package/router.d.ts +130 -0
- package/vscode-html-custom-data.json +169 -21
package/custom-elements.json
CHANGED
|
@@ -139,6 +139,39 @@
|
|
|
139
139
|
}
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"name": "umb-workspace-view-document-type-listview",
|
|
144
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/listview/workspace-view-document-type-listview.element.ts",
|
|
145
|
+
"properties": [
|
|
146
|
+
{
|
|
147
|
+
"name": "styles",
|
|
148
|
+
"type": "CSSResult[]",
|
|
149
|
+
"default": "[\"UUITextStyles\",null]"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "umb-workspace-view-document-type-permissions",
|
|
155
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/permissions/workspace-view-document-type-permissions.element.ts",
|
|
156
|
+
"properties": [
|
|
157
|
+
{
|
|
158
|
+
"name": "styles",
|
|
159
|
+
"type": "CSSResult[]",
|
|
160
|
+
"default": "[\"UUITextStyles\",null]"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "umb-workspace-view-document-type-templates",
|
|
166
|
+
"path": "./src/backoffice/documents/document-types/workspace/views/templates/workspace-view-document-type-templates.element.ts",
|
|
167
|
+
"properties": [
|
|
168
|
+
{
|
|
169
|
+
"name": "styles",
|
|
170
|
+
"type": "CSSResult[]",
|
|
171
|
+
"default": "[\"UUITextStyles\",null]"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
},
|
|
142
175
|
{
|
|
143
176
|
"name": "umb-document-table-actions-column-layout",
|
|
144
177
|
"path": "./src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
@@ -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",
|
|
@@ -2627,6 +2671,80 @@
|
|
|
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": "currentDocumentType"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "value",
|
|
2683
|
+
"type": "string"
|
|
2684
|
+
}
|
|
2685
|
+
],
|
|
2686
|
+
"properties": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "styles",
|
|
2689
|
+
"type": "CSSResult[]",
|
|
2690
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "selectedKeys",
|
|
2694
|
+
"type": "string[]"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "currentDocumentType",
|
|
2698
|
+
"attribute": "currentDocumentType"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "formAssociated",
|
|
2702
|
+
"type": "boolean"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "value",
|
|
2706
|
+
"attribute": "value",
|
|
2707
|
+
"type": "string"
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"name": "name",
|
|
2711
|
+
"type": "string"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"name": "validationMessage",
|
|
2715
|
+
"type": "string"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "validity",
|
|
2719
|
+
"type": "ValidityState"
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "pristine",
|
|
2723
|
+
"type": "boolean"
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "required",
|
|
2727
|
+
"type": "boolean"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "requiredMessage",
|
|
2731
|
+
"type": "string"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "error",
|
|
2735
|
+
"type": "boolean"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "errorMessage",
|
|
2739
|
+
"type": "string"
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2742
|
+
"events": [
|
|
2743
|
+
{
|
|
2744
|
+
"name": "change"
|
|
2745
|
+
}
|
|
2746
|
+
]
|
|
2747
|
+
},
|
|
2630
2748
|
{
|
|
2631
2749
|
"name": "umb-input-eye-dropper",
|
|
2632
2750
|
"path": "./src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
@@ -2949,6 +3067,14 @@
|
|
|
2949
3067
|
"name": "umb-input-multi-url-picker",
|
|
2950
3068
|
"path": "./src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
2951
3069
|
"attributes": [
|
|
3070
|
+
{
|
|
3071
|
+
"name": "alias",
|
|
3072
|
+
"type": "string | undefined"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "variantId",
|
|
3076
|
+
"type": "string | UmbVariantId | undefined"
|
|
3077
|
+
},
|
|
2952
3078
|
{
|
|
2953
3079
|
"name": "min",
|
|
2954
3080
|
"description": "This is a minimum amount of selected items in this input.",
|
|
@@ -2993,6 +3119,16 @@
|
|
|
2993
3119
|
"type": "CSSResult[]",
|
|
2994
3120
|
"default": "[\"UUITextStyles\",null]"
|
|
2995
3121
|
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "alias",
|
|
3124
|
+
"attribute": "alias",
|
|
3125
|
+
"type": "string | undefined"
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"name": "variantId",
|
|
3129
|
+
"attribute": "variantId",
|
|
3130
|
+
"type": "string | UmbVariantId | undefined"
|
|
3131
|
+
},
|
|
2996
3132
|
{
|
|
2997
3133
|
"name": "min",
|
|
2998
3134
|
"attribute": "min",
|
|
@@ -3465,6 +3601,137 @@
|
|
|
3465
3601
|
}
|
|
3466
3602
|
]
|
|
3467
3603
|
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "umb-input-template-picker",
|
|
3606
|
+
"path": "./src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts",
|
|
3607
|
+
"attributes": [
|
|
3608
|
+
{
|
|
3609
|
+
"name": "min",
|
|
3610
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3611
|
+
"type": "number",
|
|
3612
|
+
"default": "\"undefined\""
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"name": "max",
|
|
3616
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3617
|
+
"type": "number",
|
|
3618
|
+
"default": "\"undefined\""
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "min-message",
|
|
3622
|
+
"description": "Min validation message.",
|
|
3623
|
+
"type": "boolean",
|
|
3624
|
+
"default": "\"\""
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"name": "maxMessage",
|
|
3628
|
+
"description": "Max validation message.",
|
|
3629
|
+
"type": "boolean",
|
|
3630
|
+
"default": "\"\""
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "allowedKeys",
|
|
3634
|
+
"type": "string[]"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"name": "defaultKey",
|
|
3638
|
+
"type": "string"
|
|
3639
|
+
}
|
|
3640
|
+
],
|
|
3641
|
+
"properties": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "min",
|
|
3644
|
+
"attribute": "min",
|
|
3645
|
+
"description": "This is a minimum amount of selected items in this input.",
|
|
3646
|
+
"type": "number",
|
|
3647
|
+
"default": "\"undefined\""
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "max",
|
|
3651
|
+
"attribute": "max",
|
|
3652
|
+
"description": "This is a maximum amount of selected items in this input.",
|
|
3653
|
+
"type": "number",
|
|
3654
|
+
"default": "\"undefined\""
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "minMessage",
|
|
3658
|
+
"attribute": "min-message",
|
|
3659
|
+
"description": "Min validation message.",
|
|
3660
|
+
"type": "boolean",
|
|
3661
|
+
"default": "\"\""
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "maxMessage",
|
|
3665
|
+
"attribute": "maxMessage",
|
|
3666
|
+
"description": "Max validation message.",
|
|
3667
|
+
"type": "boolean",
|
|
3668
|
+
"default": "\"\""
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "allowedKeys",
|
|
3672
|
+
"attribute": "allowedKeys",
|
|
3673
|
+
"type": "string[]"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "defaultKey",
|
|
3677
|
+
"attribute": "defaultKey",
|
|
3678
|
+
"type": "string"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "styles",
|
|
3682
|
+
"type": "CSSResult[]",
|
|
3683
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"name": "formAssociated",
|
|
3687
|
+
"type": "boolean"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"name": "value",
|
|
3691
|
+
"type": "FormDataEntryValue | FormData"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "name",
|
|
3695
|
+
"type": "string"
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"name": "validationMessage",
|
|
3699
|
+
"type": "string"
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "validity",
|
|
3703
|
+
"type": "ValidityState"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "pristine",
|
|
3707
|
+
"type": "boolean"
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"name": "required",
|
|
3711
|
+
"type": "boolean"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "requiredMessage",
|
|
3715
|
+
"type": "string"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "error",
|
|
3719
|
+
"type": "boolean"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "errorMessage",
|
|
3723
|
+
"type": "string"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"events": [
|
|
3727
|
+
{
|
|
3728
|
+
"name": "change-default"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"name": "change-allowed"
|
|
3732
|
+
}
|
|
3733
|
+
]
|
|
3734
|
+
},
|
|
3468
3735
|
{
|
|
3469
3736
|
"name": "umb-input-toggle",
|
|
3470
3737
|
"path": "./src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
@@ -4018,6 +4285,102 @@
|
|
|
4018
4285
|
}
|
|
4019
4286
|
]
|
|
4020
4287
|
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "umb-template-card",
|
|
4290
|
+
"path": "./src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4291
|
+
"attributes": [
|
|
4292
|
+
{
|
|
4293
|
+
"name": "default",
|
|
4294
|
+
"type": "boolean",
|
|
4295
|
+
"default": "false"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "key",
|
|
4299
|
+
"type": "string"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "name",
|
|
4303
|
+
"type": "string",
|
|
4304
|
+
"default": "\"\""
|
|
4305
|
+
}
|
|
4306
|
+
],
|
|
4307
|
+
"properties": [
|
|
4308
|
+
{
|
|
4309
|
+
"name": "styles",
|
|
4310
|
+
"type": "CSSResult[]",
|
|
4311
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "default",
|
|
4315
|
+
"attribute": "default",
|
|
4316
|
+
"type": "boolean",
|
|
4317
|
+
"default": "false"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "key",
|
|
4321
|
+
"attribute": "key",
|
|
4322
|
+
"type": "string"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "formAssociated",
|
|
4326
|
+
"type": "boolean"
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "value",
|
|
4330
|
+
"type": "FormDataEntryValue | FormData"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "name",
|
|
4334
|
+
"attribute": "name",
|
|
4335
|
+
"type": "string",
|
|
4336
|
+
"default": "\"\""
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "validationMessage",
|
|
4340
|
+
"type": "string"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "validity",
|
|
4344
|
+
"type": "ValidityState"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "pristine",
|
|
4348
|
+
"type": "boolean"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "required",
|
|
4352
|
+
"type": "boolean"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "requiredMessage",
|
|
4356
|
+
"type": "string"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "error",
|
|
4360
|
+
"type": "boolean"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "errorMessage",
|
|
4364
|
+
"type": "string"
|
|
4365
|
+
}
|
|
4366
|
+
],
|
|
4367
|
+
"events": [
|
|
4368
|
+
{
|
|
4369
|
+
"name": "open"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "selected"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "change-default"
|
|
4376
|
+
}
|
|
4377
|
+
],
|
|
4378
|
+
"slots": [
|
|
4379
|
+
{
|
|
4380
|
+
"name": "actions"
|
|
4381
|
+
}
|
|
4382
|
+
]
|
|
4383
|
+
},
|
|
4021
4384
|
{
|
|
4022
4385
|
"name": "umb-tooltip-menu",
|
|
4023
4386
|
"path": "./src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
@@ -4608,8 +4971,7 @@
|
|
|
4608
4971
|
"path": "./src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
4609
4972
|
"attributes": [
|
|
4610
4973
|
{
|
|
4611
|
-
"name": "data"
|
|
4612
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4974
|
+
"name": "data"
|
|
4613
4975
|
}
|
|
4614
4976
|
],
|
|
4615
4977
|
"properties": [
|
|
@@ -4623,8 +4985,7 @@
|
|
|
4623
4985
|
},
|
|
4624
4986
|
{
|
|
4625
4987
|
"name": "data",
|
|
4626
|
-
"attribute": "data"
|
|
4627
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4988
|
+
"attribute": "data"
|
|
4628
4989
|
}
|
|
4629
4990
|
]
|
|
4630
4991
|
},
|
|
@@ -4633,8 +4994,7 @@
|
|
|
4633
4994
|
"path": "./src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
4634
4995
|
"attributes": [
|
|
4635
4996
|
{
|
|
4636
|
-
"name": "data"
|
|
4637
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
4997
|
+
"name": "data"
|
|
4638
4998
|
}
|
|
4639
4999
|
],
|
|
4640
5000
|
"properties": [
|
|
@@ -4648,8 +5008,7 @@
|
|
|
4648
5008
|
},
|
|
4649
5009
|
{
|
|
4650
5010
|
"name": "data",
|
|
4651
|
-
"attribute": "data"
|
|
4652
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5011
|
+
"attribute": "data"
|
|
4653
5012
|
}
|
|
4654
5013
|
]
|
|
4655
5014
|
},
|
|
@@ -4730,6 +5089,28 @@
|
|
|
4730
5089
|
}
|
|
4731
5090
|
]
|
|
4732
5091
|
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "umb-template-picker-modal",
|
|
5094
|
+
"path": "./src/backoffice/shared/modals/template-picker/template-picker-modal.element.ts",
|
|
5095
|
+
"properties": [
|
|
5096
|
+
{
|
|
5097
|
+
"name": "styles",
|
|
5098
|
+
"type": "CSSResult[]",
|
|
5099
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5100
|
+
}
|
|
5101
|
+
]
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"name": "umb-template-modal",
|
|
5105
|
+
"path": "./src/backoffice/shared/modals/template/template-modal.element.ts",
|
|
5106
|
+
"properties": [
|
|
5107
|
+
{
|
|
5108
|
+
"name": "styles",
|
|
5109
|
+
"type": "CSSResult[]",
|
|
5110
|
+
"default": "[\"UUITextStyles\",null]"
|
|
5111
|
+
}
|
|
5112
|
+
]
|
|
5113
|
+
},
|
|
4733
5114
|
{
|
|
4734
5115
|
"name": "umb-property-action-clear",
|
|
4735
5116
|
"path": "./src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
|
@@ -4854,8 +5235,7 @@
|
|
|
4854
5235
|
"path": "./src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
4855
5236
|
"attributes": [
|
|
4856
5237
|
{
|
|
4857
|
-
"name": "data"
|
|
4858
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5238
|
+
"name": "data"
|
|
4859
5239
|
}
|
|
4860
5240
|
],
|
|
4861
5241
|
"properties": [
|
|
@@ -4866,8 +5246,7 @@
|
|
|
4866
5246
|
},
|
|
4867
5247
|
{
|
|
4868
5248
|
"name": "data",
|
|
4869
|
-
"attribute": "data"
|
|
4870
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5249
|
+
"attribute": "data"
|
|
4871
5250
|
},
|
|
4872
5251
|
{
|
|
4873
5252
|
"name": "modalHandler"
|
|
@@ -5665,7 +6044,7 @@
|
|
|
5665
6044
|
"attributes": [
|
|
5666
6045
|
{
|
|
5667
6046
|
"name": "value",
|
|
5668
|
-
"type": "
|
|
6047
|
+
"type": "array",
|
|
5669
6048
|
"default": "[]"
|
|
5670
6049
|
}
|
|
5671
6050
|
],
|
|
@@ -5678,7 +6057,7 @@
|
|
|
5678
6057
|
{
|
|
5679
6058
|
"name": "value",
|
|
5680
6059
|
"attribute": "value",
|
|
5681
|
-
"type": "
|
|
6060
|
+
"type": "array",
|
|
5682
6061
|
"default": "[]"
|
|
5683
6062
|
},
|
|
5684
6063
|
{
|
|
@@ -6586,8 +6965,8 @@
|
|
|
6586
6965
|
]
|
|
6587
6966
|
},
|
|
6588
6967
|
{
|
|
6589
|
-
"name": "umb-export-dictionary-modal
|
|
6590
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal
|
|
6968
|
+
"name": "umb-export-dictionary-modal",
|
|
6969
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/export/export-dictionary-modal.element.ts",
|
|
6591
6970
|
"properties": [
|
|
6592
6971
|
{
|
|
6593
6972
|
"name": "styles",
|
|
@@ -6597,8 +6976,8 @@
|
|
|
6597
6976
|
]
|
|
6598
6977
|
},
|
|
6599
6978
|
{
|
|
6600
|
-
"name": "umb-import-dictionary-modal
|
|
6601
|
-
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal
|
|
6979
|
+
"name": "umb-import-dictionary-modal",
|
|
6980
|
+
"path": "./src/backoffice/translation/dictionary/entity-actions/import/import-dictionary-modal.element.ts",
|
|
6602
6981
|
"properties": [
|
|
6603
6982
|
{
|
|
6604
6983
|
"name": "styles",
|
|
@@ -6660,8 +7039,7 @@
|
|
|
6660
7039
|
"path": "./src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
6661
7040
|
"attributes": [
|
|
6662
7041
|
{
|
|
6663
|
-
"name": "data"
|
|
6664
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7042
|
+
"name": "data"
|
|
6665
7043
|
}
|
|
6666
7044
|
],
|
|
6667
7045
|
"properties": [
|
|
@@ -6675,8 +7053,7 @@
|
|
|
6675
7053
|
},
|
|
6676
7054
|
{
|
|
6677
7055
|
"name": "data",
|
|
6678
|
-
"attribute": "data"
|
|
6679
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7056
|
+
"attribute": "data"
|
|
6680
7057
|
}
|
|
6681
7058
|
]
|
|
6682
7059
|
},
|
|
@@ -7085,7 +7462,7 @@
|
|
|
7085
7462
|
"attributes": [
|
|
7086
7463
|
{
|
|
7087
7464
|
"name": "routes",
|
|
7088
|
-
"type": "
|
|
7465
|
+
"type": "any[] | undefined"
|
|
7089
7466
|
}
|
|
7090
7467
|
],
|
|
7091
7468
|
"properties": [
|
|
@@ -7097,7 +7474,60 @@
|
|
|
7097
7474
|
{
|
|
7098
7475
|
"name": "routes",
|
|
7099
7476
|
"attribute": "routes",
|
|
7100
|
-
"type": "
|
|
7477
|
+
"type": "any[] | undefined"
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"name": "absoluteRouterPath",
|
|
7481
|
+
"type": "string | undefined"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"name": "localActiveViewPath",
|
|
7485
|
+
"type": "string | undefined"
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"name": "absoluteActiveViewPath",
|
|
7489
|
+
"type": "string"
|
|
7490
|
+
}
|
|
7491
|
+
],
|
|
7492
|
+
"events": [
|
|
7493
|
+
{
|
|
7494
|
+
"name": "init",
|
|
7495
|
+
"description": "fires when the router is connected"
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"name": "change",
|
|
7499
|
+
"description": "fires when a path of this router is changed"
|
|
7500
|
+
}
|
|
7501
|
+
]
|
|
7502
|
+
},
|
|
7503
|
+
{
|
|
7504
|
+
"name": "umb-variant-router-slot",
|
|
7505
|
+
"path": "./src/core/router/variant-router-slot.element.ts",
|
|
7506
|
+
"attributes": [
|
|
7507
|
+
{
|
|
7508
|
+
"name": "variantId",
|
|
7509
|
+
"type": "UmbVariantId[]"
|
|
7510
|
+
},
|
|
7511
|
+
{
|
|
7512
|
+
"name": "routes",
|
|
7513
|
+
"type": "any[] | undefined"
|
|
7514
|
+
}
|
|
7515
|
+
],
|
|
7516
|
+
"properties": [
|
|
7517
|
+
{
|
|
7518
|
+
"name": "variantId",
|
|
7519
|
+
"attribute": "variantId",
|
|
7520
|
+
"type": "UmbVariantId[]"
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "styles",
|
|
7524
|
+
"type": "CSSResult[]",
|
|
7525
|
+
"default": "[null]"
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"name": "routes",
|
|
7529
|
+
"attribute": "routes",
|
|
7530
|
+
"type": "any[] | undefined"
|
|
7101
7531
|
},
|
|
7102
7532
|
{
|
|
7103
7533
|
"name": "absoluteRouterPath",
|