@umbraco-cms/backoffice 1.0.0-next.d924405b → 1.0.0-next.fc4c0a95
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 +0 -367
- package/package.json +1 -1
- package/vscode-html-custom-data.json +0 -119
package/custom-elements.json
CHANGED
|
@@ -139,39 +139,6 @@
|
|
|
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
|
-
},
|
|
175
142
|
{
|
|
176
143
|
"name": "umb-document-table-actions-column-layout",
|
|
177
144
|
"path": "./src/backoffice/documents/documents/collection/views/table/column-layouts/document-table-actions-column-layout.element.ts",
|
|
@@ -231,17 +198,6 @@
|
|
|
231
198
|
}
|
|
232
199
|
]
|
|
233
200
|
},
|
|
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
|
-
},
|
|
245
201
|
{
|
|
246
202
|
"name": "umb-document-tree-item",
|
|
247
203
|
"path": "./src/backoffice/documents/documents/tree/tree-item/document-tree-item.element.ts",
|
|
@@ -2671,80 +2627,6 @@
|
|
|
2671
2627
|
}
|
|
2672
2628
|
]
|
|
2673
2629
|
},
|
|
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
|
-
},
|
|
2748
2630
|
{
|
|
2749
2631
|
"name": "umb-input-eye-dropper",
|
|
2750
2632
|
"path": "./src/backoffice/shared/components/input-eye-dropper/input-eye-dropper.element.ts",
|
|
@@ -3583,137 +3465,6 @@
|
|
|
3583
3465
|
}
|
|
3584
3466
|
]
|
|
3585
3467
|
},
|
|
3586
|
-
{
|
|
3587
|
-
"name": "umb-input-template-picker",
|
|
3588
|
-
"path": "./src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts",
|
|
3589
|
-
"attributes": [
|
|
3590
|
-
{
|
|
3591
|
-
"name": "min",
|
|
3592
|
-
"description": "This is a minimum amount of selected items in this input.",
|
|
3593
|
-
"type": "number",
|
|
3594
|
-
"default": "\"undefined\""
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"name": "max",
|
|
3598
|
-
"description": "This is a maximum amount of selected items in this input.",
|
|
3599
|
-
"type": "number",
|
|
3600
|
-
"default": "\"undefined\""
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"name": "min-message",
|
|
3604
|
-
"description": "Min validation message.",
|
|
3605
|
-
"type": "boolean",
|
|
3606
|
-
"default": "\"\""
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"name": "maxMessage",
|
|
3610
|
-
"description": "Max validation message.",
|
|
3611
|
-
"type": "boolean",
|
|
3612
|
-
"default": "\"\""
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "allowedKeys",
|
|
3616
|
-
"type": "string[]"
|
|
3617
|
-
},
|
|
3618
|
-
{
|
|
3619
|
-
"name": "defaultKey",
|
|
3620
|
-
"type": "string"
|
|
3621
|
-
}
|
|
3622
|
-
],
|
|
3623
|
-
"properties": [
|
|
3624
|
-
{
|
|
3625
|
-
"name": "min",
|
|
3626
|
-
"attribute": "min",
|
|
3627
|
-
"description": "This is a minimum amount of selected items in this input.",
|
|
3628
|
-
"type": "number",
|
|
3629
|
-
"default": "\"undefined\""
|
|
3630
|
-
},
|
|
3631
|
-
{
|
|
3632
|
-
"name": "max",
|
|
3633
|
-
"attribute": "max",
|
|
3634
|
-
"description": "This is a maximum amount of selected items in this input.",
|
|
3635
|
-
"type": "number",
|
|
3636
|
-
"default": "\"undefined\""
|
|
3637
|
-
},
|
|
3638
|
-
{
|
|
3639
|
-
"name": "minMessage",
|
|
3640
|
-
"attribute": "min-message",
|
|
3641
|
-
"description": "Min validation message.",
|
|
3642
|
-
"type": "boolean",
|
|
3643
|
-
"default": "\"\""
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"name": "maxMessage",
|
|
3647
|
-
"attribute": "maxMessage",
|
|
3648
|
-
"description": "Max validation message.",
|
|
3649
|
-
"type": "boolean",
|
|
3650
|
-
"default": "\"\""
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"name": "allowedKeys",
|
|
3654
|
-
"attribute": "allowedKeys",
|
|
3655
|
-
"type": "string[]"
|
|
3656
|
-
},
|
|
3657
|
-
{
|
|
3658
|
-
"name": "defaultKey",
|
|
3659
|
-
"attribute": "defaultKey",
|
|
3660
|
-
"type": "string"
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"name": "styles",
|
|
3664
|
-
"type": "CSSResult[]",
|
|
3665
|
-
"default": "[\"UUITextStyles\",null]"
|
|
3666
|
-
},
|
|
3667
|
-
{
|
|
3668
|
-
"name": "formAssociated",
|
|
3669
|
-
"type": "boolean"
|
|
3670
|
-
},
|
|
3671
|
-
{
|
|
3672
|
-
"name": "value",
|
|
3673
|
-
"type": "FormDataEntryValue | FormData"
|
|
3674
|
-
},
|
|
3675
|
-
{
|
|
3676
|
-
"name": "name",
|
|
3677
|
-
"type": "string"
|
|
3678
|
-
},
|
|
3679
|
-
{
|
|
3680
|
-
"name": "validationMessage",
|
|
3681
|
-
"type": "string"
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
"name": "validity",
|
|
3685
|
-
"type": "ValidityState"
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"name": "pristine",
|
|
3689
|
-
"type": "boolean"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"name": "required",
|
|
3693
|
-
"type": "boolean"
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"name": "requiredMessage",
|
|
3697
|
-
"type": "string"
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"name": "error",
|
|
3701
|
-
"type": "boolean"
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"name": "errorMessage",
|
|
3705
|
-
"type": "string"
|
|
3706
|
-
}
|
|
3707
|
-
],
|
|
3708
|
-
"events": [
|
|
3709
|
-
{
|
|
3710
|
-
"name": "change-default"
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"name": "change-allowed"
|
|
3714
|
-
}
|
|
3715
|
-
]
|
|
3716
|
-
},
|
|
3717
3468
|
{
|
|
3718
3469
|
"name": "umb-input-toggle",
|
|
3719
3470
|
"path": "./src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
@@ -4267,102 +4018,6 @@
|
|
|
4267
4018
|
}
|
|
4268
4019
|
]
|
|
4269
4020
|
},
|
|
4270
|
-
{
|
|
4271
|
-
"name": "umb-template-card",
|
|
4272
|
-
"path": "./src/backoffice/shared/components/template-card/template-card.element.ts",
|
|
4273
|
-
"attributes": [
|
|
4274
|
-
{
|
|
4275
|
-
"name": "default",
|
|
4276
|
-
"type": "boolean",
|
|
4277
|
-
"default": "false"
|
|
4278
|
-
},
|
|
4279
|
-
{
|
|
4280
|
-
"name": "key",
|
|
4281
|
-
"type": "string"
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"name": "name",
|
|
4285
|
-
"type": "string",
|
|
4286
|
-
"default": "\"\""
|
|
4287
|
-
}
|
|
4288
|
-
],
|
|
4289
|
-
"properties": [
|
|
4290
|
-
{
|
|
4291
|
-
"name": "styles",
|
|
4292
|
-
"type": "CSSResult[]",
|
|
4293
|
-
"default": "[\"UUITextStyles\",null]"
|
|
4294
|
-
},
|
|
4295
|
-
{
|
|
4296
|
-
"name": "default",
|
|
4297
|
-
"attribute": "default",
|
|
4298
|
-
"type": "boolean",
|
|
4299
|
-
"default": "false"
|
|
4300
|
-
},
|
|
4301
|
-
{
|
|
4302
|
-
"name": "key",
|
|
4303
|
-
"attribute": "key",
|
|
4304
|
-
"type": "string"
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"name": "formAssociated",
|
|
4308
|
-
"type": "boolean"
|
|
4309
|
-
},
|
|
4310
|
-
{
|
|
4311
|
-
"name": "value",
|
|
4312
|
-
"type": "FormDataEntryValue | FormData"
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
"name": "name",
|
|
4316
|
-
"attribute": "name",
|
|
4317
|
-
"type": "string",
|
|
4318
|
-
"default": "\"\""
|
|
4319
|
-
},
|
|
4320
|
-
{
|
|
4321
|
-
"name": "validationMessage",
|
|
4322
|
-
"type": "string"
|
|
4323
|
-
},
|
|
4324
|
-
{
|
|
4325
|
-
"name": "validity",
|
|
4326
|
-
"type": "ValidityState"
|
|
4327
|
-
},
|
|
4328
|
-
{
|
|
4329
|
-
"name": "pristine",
|
|
4330
|
-
"type": "boolean"
|
|
4331
|
-
},
|
|
4332
|
-
{
|
|
4333
|
-
"name": "required",
|
|
4334
|
-
"type": "boolean"
|
|
4335
|
-
},
|
|
4336
|
-
{
|
|
4337
|
-
"name": "requiredMessage",
|
|
4338
|
-
"type": "string"
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"name": "error",
|
|
4342
|
-
"type": "boolean"
|
|
4343
|
-
},
|
|
4344
|
-
{
|
|
4345
|
-
"name": "errorMessage",
|
|
4346
|
-
"type": "string"
|
|
4347
|
-
}
|
|
4348
|
-
],
|
|
4349
|
-
"events": [
|
|
4350
|
-
{
|
|
4351
|
-
"name": "open"
|
|
4352
|
-
},
|
|
4353
|
-
{
|
|
4354
|
-
"name": "selected"
|
|
4355
|
-
},
|
|
4356
|
-
{
|
|
4357
|
-
"name": "change-default"
|
|
4358
|
-
}
|
|
4359
|
-
],
|
|
4360
|
-
"slots": [
|
|
4361
|
-
{
|
|
4362
|
-
"name": "actions"
|
|
4363
|
-
}
|
|
4364
|
-
]
|
|
4365
|
-
},
|
|
4366
4021
|
{
|
|
4367
4022
|
"name": "umb-tooltip-menu",
|
|
4368
4023
|
"path": "./src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
@@ -5075,28 +4730,6 @@
|
|
|
5075
4730
|
}
|
|
5076
4731
|
]
|
|
5077
4732
|
},
|
|
5078
|
-
{
|
|
5079
|
-
"name": "umb-template-picker-modal",
|
|
5080
|
-
"path": "./src/backoffice/shared/modals/template-picker/template-picker-modal.element.ts",
|
|
5081
|
-
"properties": [
|
|
5082
|
-
{
|
|
5083
|
-
"name": "styles",
|
|
5084
|
-
"type": "CSSResult[]",
|
|
5085
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5086
|
-
}
|
|
5087
|
-
]
|
|
5088
|
-
},
|
|
5089
|
-
{
|
|
5090
|
-
"name": "umb-template-modal",
|
|
5091
|
-
"path": "./src/backoffice/shared/modals/template/template-modal.element.ts",
|
|
5092
|
-
"properties": [
|
|
5093
|
-
{
|
|
5094
|
-
"name": "styles",
|
|
5095
|
-
"type": "CSSResult[]",
|
|
5096
|
-
"default": "[\"UUITextStyles\",null]"
|
|
5097
|
-
}
|
|
5098
|
-
]
|
|
5099
|
-
},
|
|
5100
4733
|
{
|
|
5101
4734
|
"name": "umb-property-action-clear",
|
|
5102
4735
|
"path": "./src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
package/package.json
CHANGED
|
@@ -62,21 +62,6 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "umb-workspace-view-document-type-design",
|
|
65
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - \n\n * `_tabs` {`any[]`} - ",
|
|
66
|
-
"attributes": []
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "umb-workspace-view-document-type-listview",
|
|
70
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
71
|
-
"attributes": []
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "umb-workspace-view-document-type-permissions",
|
|
75
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
76
|
-
"attributes": []
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "umb-workspace-view-document-type-templates",
|
|
80
65
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
81
66
|
"attributes": []
|
|
82
67
|
},
|
|
@@ -104,11 +89,6 @@
|
|
|
104
89
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
105
90
|
"attributes": []
|
|
106
91
|
},
|
|
107
|
-
{
|
|
108
|
-
"name": "umb-document-type-picker-modal",
|
|
109
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
110
|
-
"attributes": []
|
|
111
|
-
},
|
|
112
92
|
{
|
|
113
93
|
"name": "umb-document-tree-item",
|
|
114
94
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
@@ -1219,24 +1199,6 @@
|
|
|
1219
1199
|
}
|
|
1220
1200
|
]
|
|
1221
1201
|
},
|
|
1222
|
-
{
|
|
1223
|
-
"name": "umb-input-document-type-picker",
|
|
1224
|
-
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `currentDocumentType` - \n\n * `value` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectedKeys` {`string[]`} - \n\n * `selectedKeys` {`string[]`} - \n\n * `currentDocumentType` - \n\n * `_items` {`any[] | undefined`} - \n\n * `_modalContext` - \n\n * `_documentTypeStore` - \n\n * `_pickedItemsObserver` - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`string`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1225
|
-
"attributes": [
|
|
1226
|
-
{
|
|
1227
|
-
"name": "currentDocumentType",
|
|
1228
|
-
"description": "`currentDocumentType` - \n\nProperty: currentDocumentType"
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "value",
|
|
1232
|
-
"description": "`value` {`string`} - \n\nProperty: value"
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
"name": "onchange",
|
|
1236
|
-
"description": "`change` {`CustomEvent<unknown>`} - "
|
|
1237
|
-
}
|
|
1238
|
-
]
|
|
1239
|
-
},
|
|
1240
1202
|
{
|
|
1241
1203
|
"name": "umb-input-eye-dropper",
|
|
1242
1204
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `opacity` {`boolean`} - \n\n * `swatches` {`string[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
@@ -1506,46 +1468,6 @@
|
|
|
1506
1468
|
}
|
|
1507
1469
|
]
|
|
1508
1470
|
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "umb-input-template-picker",
|
|
1511
|
-
"description": "Events:\n\n * `change-default` {`CustomEvent<unknown>`} - \n\n * `change-allowed` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `min-message` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `allowedKeys` {`string[]`} - \n\n * `defaultKey` {`string`} - \n\nProperties:\n\n * `min` {number} - This is a minimum amount of selected items in this input.\n\n * `max` {number} - This is a maximum amount of selected items in this input.\n\n * `minMessage` {boolean} - Min validation message.\n\n * `maxMessage` {boolean} - Max validation message.\n\n * `_allowedKeys` {`string[]`} - \n\n * `allowedKeys` {`string[]`} - \n\n * `_defaultKey` {`string`} - \n\n * `defaultKey` {`string`} - \n\n * `_modalContext` - \n\n * `_templateRepository` - \n\n * `_pickedTemplates` {`any[]`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1512
|
-
"attributes": [
|
|
1513
|
-
{
|
|
1514
|
-
"name": "min",
|
|
1515
|
-
"description": "`min` {number} - This is a minimum amount of selected items in this input.\n\nProperty: min\n\nDefault: undefined",
|
|
1516
|
-
"values": []
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"name": "max",
|
|
1520
|
-
"description": "`max` {number} - This is a maximum amount of selected items in this input.\n\nProperty: max\n\nDefault: undefined",
|
|
1521
|
-
"values": []
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"name": "min-message",
|
|
1525
|
-
"description": "`min-message` {boolean} - Min validation message.\n\nProperty: minMessage\n\nDefault: "
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "maxMessage",
|
|
1529
|
-
"description": "`maxMessage` {boolean} - Max validation message.\n\nProperty: maxMessage\n\nDefault: "
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"name": "allowedKeys",
|
|
1533
|
-
"description": "`allowedKeys` {`string[]`} - \n\nProperty: allowedKeys"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "defaultKey",
|
|
1537
|
-
"description": "`defaultKey` {`string`} - \n\nProperty: defaultKey"
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"name": "onchange-default",
|
|
1541
|
-
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"name": "onchange-allowed",
|
|
1545
|
-
"description": "`change-allowed` {`CustomEvent<unknown>`} - "
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1548
|
-
},
|
|
1549
1471
|
{
|
|
1550
1472
|
"name": "umb-input-toggle",
|
|
1551
1473
|
"description": "Events:\n\n * `change` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_checked` {`boolean`} - \n\n * `checked` {`boolean`} - \n\n * `showLabels` {`boolean`} - \n\n * `labelOn` {`string | undefined`} - \n\n * `labelOff` {`string | undefined`} - \n\n * `_currentLabel` {`string | undefined`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
@@ -1792,37 +1714,6 @@
|
|
|
1792
1714
|
}
|
|
1793
1715
|
]
|
|
1794
1716
|
},
|
|
1795
|
-
{
|
|
1796
|
-
"name": "umb-template-card",
|
|
1797
|
-
"description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `selected` {} - \n\n * `change-default` {`CustomEvent<unknown>`} - \n\nSlots:\n\n * `actions` {} - \n\nAttributes:\n\n * `default` {`boolean`} - \n\n * `key` {`string`} - \n\n * `name` {`string`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `default` {`boolean`} - \n\n * `_key` {`string`} - \n\n * `key` {`string`} - \n\n * `formAssociated` {`boolean`} - \n\n * `value` {`FormDataEntryValue | FormData`} - \n\n * `name` {`string`} - \n\n * `validationMessage` {`string`} - \n\n * `validity` {`ValidityState`} - \n\n * `_value` {`FormDataEntryValue | FormData`} - \n\n * `_internals` - \n\n * `addValidator` - \n\n * `pristine` {`boolean`} - \n\n * `required` {`boolean`} - \n\n * `requiredMessage` {`string`} - \n\n * `error` {`boolean`} - \n\n * `errorMessage` {`string`} - ",
|
|
1798
|
-
"attributes": [
|
|
1799
|
-
{
|
|
1800
|
-
"name": "default",
|
|
1801
|
-
"description": "`default` {`boolean`} - \n\nProperty: default\n\nDefault: false",
|
|
1802
|
-
"valueSet": "v"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"name": "key",
|
|
1806
|
-
"description": "`key` {`string`} - \n\nProperty: key"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "name",
|
|
1810
|
-
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "onopen",
|
|
1814
|
-
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "onselected",
|
|
1818
|
-
"description": "`selected` {} - "
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "onchange-default",
|
|
1822
|
-
"description": "`change-default` {`CustomEvent<unknown>`} - "
|
|
1823
|
-
}
|
|
1824
|
-
]
|
|
1825
|
-
},
|
|
1826
1717
|
{
|
|
1827
1718
|
"name": "umb-tooltip-menu",
|
|
1828
1719
|
"description": "Attributes:\n\n * `icon-only` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - \n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `iconOnly` {`boolean`} - \n\n * `items` {`TooltipMenuItem[]`} - ",
|
|
@@ -2107,16 +1998,6 @@
|
|
|
2107
1998
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
|
|
2108
1999
|
"attributes": []
|
|
2109
2000
|
},
|
|
2110
|
-
{
|
|
2111
|
-
"name": "umb-template-picker-modal",
|
|
2112
|
-
"description": "Properties:\n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2113
|
-
"attributes": []
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"name": "umb-template-modal",
|
|
2117
|
-
"description": "Properties:\n\n * `_key` {`string`} - \n\n * `_template` - \n\n * `_codeEditor` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2118
|
-
"attributes": []
|
|
2119
|
-
},
|
|
2120
2001
|
{
|
|
2121
2002
|
"name": "umb-property-action-clear",
|
|
2122
2003
|
"description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
|