@umbraco-cms/backoffice 1.0.0-next.99fe12c7 → 1.0.0-next.bf0e5e95
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 +5 -5
- package/controller.d.ts +5 -5
- package/custom-elements.json +572 -88
- 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 +20 -13
- package/modal.d.ts +558 -12
- package/observable-api.d.ts +3 -3
- package/package.json +1 -1
- package/repository.d.ts +33 -29
- package/resources.d.ts +3 -3
- package/router.d.ts +130 -0
- package/store.d.ts +80 -34
- package/vscode-html-custom-data.json +224 -58
- package/workspace.d.ts +7 -7
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",
|
|
@@ -183,6 +216,10 @@
|
|
|
183
216
|
}
|
|
184
217
|
]
|
|
185
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "umb-document-menu-item",
|
|
221
|
+
"path": "./src/backoffice/documents/documents/menu-item/document-menu-item.element.ts"
|
|
222
|
+
},
|
|
186
223
|
{
|
|
187
224
|
"name": "umb-document-picker-modal",
|
|
188
225
|
"path": "./src/backoffice/documents/documents/modals/document-picker/document-picker-modal.element.ts",
|
|
@@ -195,8 +232,29 @@
|
|
|
195
232
|
]
|
|
196
233
|
},
|
|
197
234
|
{
|
|
198
|
-
"name": "umb-document-
|
|
199
|
-
"path": "./src/backoffice/documents/documents/
|
|
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
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "umb-document-tree-item",
|
|
247
|
+
"path": "./src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
248
|
+
"properties": [
|
|
249
|
+
{
|
|
250
|
+
"name": "styles",
|
|
251
|
+
"type": "CSSResult[]",
|
|
252
|
+
"default": "[\"UUITextStyles\",null]"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "item"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
200
258
|
},
|
|
201
259
|
{
|
|
202
260
|
"name": "umb-document-workspace-edit",
|
|
@@ -1337,10 +1395,6 @@
|
|
|
1337
1395
|
}
|
|
1338
1396
|
]
|
|
1339
1397
|
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "umb-relation-types-menu-item",
|
|
1342
|
-
"path": "./src/backoffice/settings/relation-types/menu-item/relation-types-menu-item.element.ts"
|
|
1343
|
-
},
|
|
1344
1398
|
{
|
|
1345
1399
|
"name": "umb-relation-type-workspace-edit-element",
|
|
1346
1400
|
"path": "./src/backoffice/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
|
|
@@ -2146,6 +2200,10 @@
|
|
|
2146
2200
|
"type": "(manifest: any) => boolean",
|
|
2147
2201
|
"default": "\"() => true\""
|
|
2148
2202
|
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "props",
|
|
2205
|
+
"type": "Record<string, any> | undefined"
|
|
2206
|
+
},
|
|
2149
2207
|
{
|
|
2150
2208
|
"name": "defaultElement",
|
|
2151
2209
|
"attribute": "default-element",
|
|
@@ -2613,6 +2671,80 @@
|
|
|
2613
2671
|
}
|
|
2614
2672
|
]
|
|
2615
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
|
+
},
|
|
2616
2748
|
{
|
|
2617
2749
|
"name": "umb-input-eye-dropper",
|
|
2618
2750
|
"path": "./src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
@@ -2935,6 +3067,14 @@
|
|
|
2935
3067
|
"name": "umb-input-multi-url-picker",
|
|
2936
3068
|
"path": "./src/backoffice/shared/components/input-multi-url-picker/input-multi-url-picker.element.ts",
|
|
2937
3069
|
"attributes": [
|
|
3070
|
+
{
|
|
3071
|
+
"name": "alias",
|
|
3072
|
+
"type": "string | undefined"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "variantId",
|
|
3076
|
+
"type": "string | UmbVariantId | undefined"
|
|
3077
|
+
},
|
|
2938
3078
|
{
|
|
2939
3079
|
"name": "min",
|
|
2940
3080
|
"description": "This is a minimum amount of selected items in this input.",
|
|
@@ -2979,6 +3119,16 @@
|
|
|
2979
3119
|
"type": "CSSResult[]",
|
|
2980
3120
|
"default": "[\"UUITextStyles\",null]"
|
|
2981
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
|
+
},
|
|
2982
3132
|
{
|
|
2983
3133
|
"name": "min",
|
|
2984
3134
|
"attribute": "min",
|
|
@@ -3451,6 +3601,137 @@
|
|
|
3451
3601
|
}
|
|
3452
3602
|
]
|
|
3453
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
|
+
},
|
|
3454
3735
|
{
|
|
3455
3736
|
"name": "umb-input-toggle",
|
|
3456
3737
|
"path": "./src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
@@ -4005,18 +4286,22 @@
|
|
|
4005
4286
|
]
|
|
4006
4287
|
},
|
|
4007
4288
|
{
|
|
4008
|
-
"name": "umb-
|
|
4009
|
-
"path": "./src/backoffice/shared/components/
|
|
4289
|
+
"name": "umb-template-card",
|
|
4290
|
+
"path": "./src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4010
4291
|
"attributes": [
|
|
4011
4292
|
{
|
|
4012
|
-
"name": "
|
|
4293
|
+
"name": "default",
|
|
4013
4294
|
"type": "boolean",
|
|
4014
4295
|
"default": "false"
|
|
4015
4296
|
},
|
|
4016
4297
|
{
|
|
4017
|
-
"name": "
|
|
4018
|
-
"type": "
|
|
4019
|
-
|
|
4298
|
+
"name": "key",
|
|
4299
|
+
"type": "string"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "name",
|
|
4303
|
+
"type": "string",
|
|
4304
|
+
"default": "\"\""
|
|
4020
4305
|
}
|
|
4021
4306
|
],
|
|
4022
4307
|
"properties": [
|
|
@@ -4026,50 +4311,89 @@
|
|
|
4026
4311
|
"default": "[\"UUITextStyles\",null]"
|
|
4027
4312
|
},
|
|
4028
4313
|
{
|
|
4029
|
-
"name": "
|
|
4030
|
-
"attribute": "
|
|
4314
|
+
"name": "default",
|
|
4315
|
+
"attribute": "default",
|
|
4031
4316
|
"type": "boolean",
|
|
4032
4317
|
"default": "false"
|
|
4033
4318
|
},
|
|
4034
|
-
{
|
|
4035
|
-
"name": "items",
|
|
4036
|
-
"attribute": "items",
|
|
4037
|
-
"type": "TooltipMenuItem[]",
|
|
4038
|
-
"default": "[]"
|
|
4039
|
-
}
|
|
4040
|
-
]
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"name": "umb-tree-item",
|
|
4044
|
-
"path": "./src/backoffice/shared/components/tree/tree-item.element.ts",
|
|
4045
|
-
"attributes": [
|
|
4046
4319
|
{
|
|
4047
4320
|
"name": "key",
|
|
4048
|
-
"
|
|
4049
|
-
"
|
|
4321
|
+
"attribute": "key",
|
|
4322
|
+
"type": "string"
|
|
4050
4323
|
},
|
|
4051
4324
|
{
|
|
4052
|
-
"name": "
|
|
4053
|
-
"type": "
|
|
4325
|
+
"name": "formAssociated",
|
|
4326
|
+
"type": "boolean"
|
|
4054
4327
|
},
|
|
4055
4328
|
{
|
|
4056
|
-
"name": "
|
|
4057
|
-
"type": "
|
|
4058
|
-
"default": "\"\""
|
|
4329
|
+
"name": "value",
|
|
4330
|
+
"type": "FormDataEntryValue | FormData"
|
|
4059
4331
|
},
|
|
4060
4332
|
{
|
|
4061
|
-
"name": "
|
|
4333
|
+
"name": "name",
|
|
4334
|
+
"attribute": "name",
|
|
4062
4335
|
"type": "string",
|
|
4063
4336
|
"default": "\"\""
|
|
4064
4337
|
},
|
|
4065
4338
|
{
|
|
4066
|
-
"name": "
|
|
4339
|
+
"name": "validationMessage",
|
|
4067
4340
|
"type": "string"
|
|
4068
4341
|
},
|
|
4069
4342
|
{
|
|
4070
|
-
"name": "
|
|
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
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "umb-tooltip-menu",
|
|
4386
|
+
"path": "./src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
4387
|
+
"attributes": [
|
|
4388
|
+
{
|
|
4389
|
+
"name": "icon-only",
|
|
4071
4390
|
"type": "boolean",
|
|
4072
4391
|
"default": "false"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "items",
|
|
4395
|
+
"type": "TooltipMenuItem[]",
|
|
4396
|
+
"default": "[]"
|
|
4073
4397
|
}
|
|
4074
4398
|
],
|
|
4075
4399
|
"properties": [
|
|
@@ -4079,38 +4403,55 @@
|
|
|
4079
4403
|
"default": "[\"UUITextStyles\",null]"
|
|
4080
4404
|
},
|
|
4081
4405
|
{
|
|
4082
|
-
"name": "
|
|
4083
|
-
"attribute": "
|
|
4084
|
-
"type": "
|
|
4085
|
-
"default": "
|
|
4406
|
+
"name": "iconOnly",
|
|
4407
|
+
"attribute": "icon-only",
|
|
4408
|
+
"type": "boolean",
|
|
4409
|
+
"default": "false"
|
|
4086
4410
|
},
|
|
4087
4411
|
{
|
|
4088
|
-
"name": "
|
|
4089
|
-
"attribute": "
|
|
4090
|
-
"type": "
|
|
4091
|
-
|
|
4412
|
+
"name": "items",
|
|
4413
|
+
"attribute": "items",
|
|
4414
|
+
"type": "TooltipMenuItem[]",
|
|
4415
|
+
"default": "[]"
|
|
4416
|
+
}
|
|
4417
|
+
]
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "umb-entity-tree-item",
|
|
4421
|
+
"path": "./src/backoffice/shared/components/tree/entity-tree-item/entity-tree-item.element.ts",
|
|
4422
|
+
"properties": [
|
|
4092
4423
|
{
|
|
4093
|
-
"name": "
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4096
|
-
"default": "\"\""
|
|
4424
|
+
"name": "styles",
|
|
4425
|
+
"type": "CSSResult[]",
|
|
4426
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4097
4427
|
},
|
|
4098
4428
|
{
|
|
4099
|
-
"name": "
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4429
|
+
"name": "item"
|
|
4430
|
+
}
|
|
4431
|
+
]
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "umb-tree-item-base",
|
|
4435
|
+
"path": "./src/backoffice/shared/components/tree/tree-item-base/tree-item-base.element.ts",
|
|
4436
|
+
"properties": [
|
|
4104
4437
|
{
|
|
4105
|
-
"name": "
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4438
|
+
"name": "styles",
|
|
4439
|
+
"type": "CSSResult[]",
|
|
4440
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4441
|
+
}
|
|
4442
|
+
]
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "umb-tree-item",
|
|
4446
|
+
"path": "./src/backoffice/shared/components/tree/tree-item/tree-item.element.ts",
|
|
4447
|
+
"properties": [
|
|
4448
|
+
{
|
|
4449
|
+
"name": "styles",
|
|
4450
|
+
"type": "CSSResult[]",
|
|
4451
|
+
"default": "[\"UUITextStyles\",null]"
|
|
4108
4452
|
},
|
|
4109
4453
|
{
|
|
4110
|
-
"name": "
|
|
4111
|
-
"attribute": "has-children",
|
|
4112
|
-
"type": "boolean",
|
|
4113
|
-
"default": "false"
|
|
4454
|
+
"name": "item"
|
|
4114
4455
|
}
|
|
4115
4456
|
]
|
|
4116
4457
|
},
|
|
@@ -4630,8 +4971,7 @@
|
|
|
4630
4971
|
"path": "./src/backoffice/shared/modals/confirm/confirm-modal.element.ts",
|
|
4631
4972
|
"attributes": [
|
|
4632
4973
|
{
|
|
4633
|
-
"name": "data"
|
|
4634
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4974
|
+
"name": "data"
|
|
4635
4975
|
}
|
|
4636
4976
|
],
|
|
4637
4977
|
"properties": [
|
|
@@ -4645,8 +4985,7 @@
|
|
|
4645
4985
|
},
|
|
4646
4986
|
{
|
|
4647
4987
|
"name": "data",
|
|
4648
|
-
"attribute": "data"
|
|
4649
|
-
"type": "UmbConfirmModalData | undefined"
|
|
4988
|
+
"attribute": "data"
|
|
4650
4989
|
}
|
|
4651
4990
|
]
|
|
4652
4991
|
},
|
|
@@ -4655,8 +4994,7 @@
|
|
|
4655
4994
|
"path": "./src/backoffice/shared/modals/embedded-media/embedded-media-modal.element.ts",
|
|
4656
4995
|
"attributes": [
|
|
4657
4996
|
{
|
|
4658
|
-
"name": "data"
|
|
4659
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
4997
|
+
"name": "data"
|
|
4660
4998
|
}
|
|
4661
4999
|
],
|
|
4662
5000
|
"properties": [
|
|
@@ -4670,8 +5008,7 @@
|
|
|
4670
5008
|
},
|
|
4671
5009
|
{
|
|
4672
5010
|
"name": "data",
|
|
4673
|
-
"attribute": "data"
|
|
4674
|
-
"type": "UmbEmbeddedMediaModalData | undefined"
|
|
5011
|
+
"attribute": "data"
|
|
4675
5012
|
}
|
|
4676
5013
|
]
|
|
4677
5014
|
},
|
|
@@ -4752,6 +5089,28 @@
|
|
|
4752
5089
|
}
|
|
4753
5090
|
]
|
|
4754
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
|
+
},
|
|
4755
5114
|
{
|
|
4756
5115
|
"name": "umb-property-action-clear",
|
|
4757
5116
|
"path": "./src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
|
@@ -4876,8 +5235,7 @@
|
|
|
4876
5235
|
"path": "./src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts",
|
|
4877
5236
|
"attributes": [
|
|
4878
5237
|
{
|
|
4879
|
-
"name": "data"
|
|
4880
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5238
|
+
"name": "data"
|
|
4881
5239
|
}
|
|
4882
5240
|
],
|
|
4883
5241
|
"properties": [
|
|
@@ -4888,8 +5246,7 @@
|
|
|
4888
5246
|
},
|
|
4889
5247
|
{
|
|
4890
5248
|
"name": "data",
|
|
4891
|
-
"attribute": "data"
|
|
4892
|
-
"type": "UmbPropertyEditorUIPickerModalData | undefined"
|
|
5249
|
+
"attribute": "data"
|
|
4893
5250
|
},
|
|
4894
5251
|
{
|
|
4895
5252
|
"name": "modalHandler"
|
|
@@ -5687,7 +6044,7 @@
|
|
|
5687
6044
|
"attributes": [
|
|
5688
6045
|
{
|
|
5689
6046
|
"name": "value",
|
|
5690
|
-
"type": "
|
|
6047
|
+
"type": "array",
|
|
5691
6048
|
"default": "[]"
|
|
5692
6049
|
}
|
|
5693
6050
|
],
|
|
@@ -5700,7 +6057,7 @@
|
|
|
5700
6057
|
{
|
|
5701
6058
|
"name": "value",
|
|
5702
6059
|
"attribute": "value",
|
|
5703
|
-
"type": "
|
|
6060
|
+
"type": "array",
|
|
5704
6061
|
"default": "[]"
|
|
5705
6062
|
},
|
|
5706
6063
|
{
|
|
@@ -6538,6 +6895,42 @@
|
|
|
6538
6895
|
}
|
|
6539
6896
|
]
|
|
6540
6897
|
},
|
|
6898
|
+
{
|
|
6899
|
+
"name": "umb-file-system-tree-item",
|
|
6900
|
+
"path": "./src/backoffice/templating/components/file-system-tree-item/file-system-tree-item.element.ts",
|
|
6901
|
+
"properties": [
|
|
6902
|
+
{
|
|
6903
|
+
"name": "styles",
|
|
6904
|
+
"type": "CSSResult[]",
|
|
6905
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6906
|
+
},
|
|
6907
|
+
{
|
|
6908
|
+
"name": "item"
|
|
6909
|
+
}
|
|
6910
|
+
]
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"name": "umb-stylesheet-workspace-edit",
|
|
6914
|
+
"path": "./src/backoffice/templating/stylesheets/workspace/stylesheet-workspace-edit.element.ts",
|
|
6915
|
+
"properties": [
|
|
6916
|
+
{
|
|
6917
|
+
"name": "styles",
|
|
6918
|
+
"type": "CSSResult[]",
|
|
6919
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6920
|
+
}
|
|
6921
|
+
]
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
"name": "umb-stylesheet-workspace",
|
|
6925
|
+
"path": "./src/backoffice/templating/stylesheets/workspace/stylesheet-workspace.element.ts",
|
|
6926
|
+
"properties": [
|
|
6927
|
+
{
|
|
6928
|
+
"name": "styles",
|
|
6929
|
+
"type": "CSSResult[]",
|
|
6930
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6931
|
+
}
|
|
6932
|
+
]
|
|
6933
|
+
},
|
|
6541
6934
|
{
|
|
6542
6935
|
"name": "umb-template-workspace",
|
|
6543
6936
|
"path": "./src/backoffice/templating/templates/workspace/template-workspace.element.ts",
|
|
@@ -6572,8 +6965,8 @@
|
|
|
6572
6965
|
]
|
|
6573
6966
|
},
|
|
6574
6967
|
{
|
|
6575
|
-
"name": "umb-export-dictionary-modal
|
|
6576
|
-
"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",
|
|
6577
6970
|
"properties": [
|
|
6578
6971
|
{
|
|
6579
6972
|
"name": "styles",
|
|
@@ -6583,8 +6976,8 @@
|
|
|
6583
6976
|
]
|
|
6584
6977
|
},
|
|
6585
6978
|
{
|
|
6586
|
-
"name": "umb-import-dictionary-modal
|
|
6587
|
-
"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",
|
|
6588
6981
|
"properties": [
|
|
6589
6982
|
{
|
|
6590
6983
|
"name": "styles",
|
|
@@ -6646,8 +7039,7 @@
|
|
|
6646
7039
|
"path": "./src/backoffice/users/current-user/modals/change-password/change-password-modal.element.ts",
|
|
6647
7040
|
"attributes": [
|
|
6648
7041
|
{
|
|
6649
|
-
"name": "data"
|
|
6650
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7042
|
+
"name": "data"
|
|
6651
7043
|
}
|
|
6652
7044
|
],
|
|
6653
7045
|
"properties": [
|
|
@@ -6661,8 +7053,7 @@
|
|
|
6661
7053
|
},
|
|
6662
7054
|
{
|
|
6663
7055
|
"name": "data",
|
|
6664
|
-
"attribute": "data"
|
|
6665
|
-
"type": "UmbChangePasswordModalData | undefined"
|
|
7056
|
+
"attribute": "data"
|
|
6666
7057
|
}
|
|
6667
7058
|
]
|
|
6668
7059
|
},
|
|
@@ -6680,18 +7071,58 @@
|
|
|
6680
7071
|
}
|
|
6681
7072
|
]
|
|
6682
7073
|
},
|
|
7074
|
+
{
|
|
7075
|
+
"name": "umb-user-profile-app-external-login-providers",
|
|
7076
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-external-login-providers.element.ts",
|
|
7077
|
+
"properties": [
|
|
7078
|
+
{
|
|
7079
|
+
"name": "styles",
|
|
7080
|
+
"type": "CSSResult[]",
|
|
7081
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7082
|
+
}
|
|
7083
|
+
]
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"name": "umb-user-profile-app-history",
|
|
7087
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
7088
|
+
"properties": [
|
|
7089
|
+
{
|
|
7090
|
+
"name": "styles",
|
|
7091
|
+
"type": "CSSResult[]",
|
|
7092
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7093
|
+
}
|
|
7094
|
+
]
|
|
7095
|
+
},
|
|
6683
7096
|
{
|
|
6684
7097
|
"name": "umb-user-dashboard-test",
|
|
6685
|
-
"path": "./src/backoffice/users/current-user/user-
|
|
7098
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-history.element.ts",
|
|
6686
7099
|
"properties": [
|
|
6687
7100
|
{
|
|
6688
7101
|
"name": "styles",
|
|
6689
7102
|
"type": "CSSResult[]",
|
|
6690
7103
|
"default": "[\"UUITextStyles\",null]"
|
|
6691
|
-
}
|
|
7104
|
+
}
|
|
7105
|
+
]
|
|
7106
|
+
},
|
|
7107
|
+
{
|
|
7108
|
+
"name": "umb-user-profile-app-profile",
|
|
7109
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-profile.element.ts",
|
|
7110
|
+
"properties": [
|
|
6692
7111
|
{
|
|
6693
|
-
"name": "
|
|
6694
|
-
"type": "
|
|
7112
|
+
"name": "styles",
|
|
7113
|
+
"type": "CSSResult[]",
|
|
7114
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7115
|
+
}
|
|
7116
|
+
]
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"name": "umb-user-profile-app-themes",
|
|
7120
|
+
"path": "./src/backoffice/users/current-user/user-profile-apps/user-profile-app-themes.element.ts",
|
|
7121
|
+
"properties": [
|
|
7122
|
+
{
|
|
7123
|
+
"name": "styles",
|
|
7124
|
+
"type": "CSSResult[]",
|
|
7125
|
+
"default": "[\"UUITextStyles\",null]"
|
|
6695
7126
|
}
|
|
6696
7127
|
]
|
|
6697
7128
|
},
|
|
@@ -7071,7 +7502,7 @@
|
|
|
7071
7502
|
"attributes": [
|
|
7072
7503
|
{
|
|
7073
7504
|
"name": "routes",
|
|
7074
|
-
"type": "
|
|
7505
|
+
"type": "any[] | undefined"
|
|
7075
7506
|
}
|
|
7076
7507
|
],
|
|
7077
7508
|
"properties": [
|
|
@@ -7083,7 +7514,60 @@
|
|
|
7083
7514
|
{
|
|
7084
7515
|
"name": "routes",
|
|
7085
7516
|
"attribute": "routes",
|
|
7086
|
-
"type": "
|
|
7517
|
+
"type": "any[] | undefined"
|
|
7518
|
+
},
|
|
7519
|
+
{
|
|
7520
|
+
"name": "absoluteRouterPath",
|
|
7521
|
+
"type": "string | undefined"
|
|
7522
|
+
},
|
|
7523
|
+
{
|
|
7524
|
+
"name": "localActiveViewPath",
|
|
7525
|
+
"type": "string | undefined"
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"name": "absoluteActiveViewPath",
|
|
7529
|
+
"type": "string"
|
|
7530
|
+
}
|
|
7531
|
+
],
|
|
7532
|
+
"events": [
|
|
7533
|
+
{
|
|
7534
|
+
"name": "init",
|
|
7535
|
+
"description": "fires when the router is connected"
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "change",
|
|
7539
|
+
"description": "fires when a path of this router is changed"
|
|
7540
|
+
}
|
|
7541
|
+
]
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
"name": "umb-variant-router-slot",
|
|
7545
|
+
"path": "./src/core/router/variant-router-slot.element.ts",
|
|
7546
|
+
"attributes": [
|
|
7547
|
+
{
|
|
7548
|
+
"name": "variantId",
|
|
7549
|
+
"type": "UmbVariantId[]"
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"name": "routes",
|
|
7553
|
+
"type": "any[] | undefined"
|
|
7554
|
+
}
|
|
7555
|
+
],
|
|
7556
|
+
"properties": [
|
|
7557
|
+
{
|
|
7558
|
+
"name": "variantId",
|
|
7559
|
+
"attribute": "variantId",
|
|
7560
|
+
"type": "UmbVariantId[]"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"name": "styles",
|
|
7564
|
+
"type": "CSSResult[]",
|
|
7565
|
+
"default": "[null]"
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"name": "routes",
|
|
7569
|
+
"attribute": "routes",
|
|
7570
|
+
"type": "any[] | undefined"
|
|
7087
7571
|
},
|
|
7088
7572
|
{
|
|
7089
7573
|
"name": "absoluteRouterPath",
|