@umbraco-cms/backoffice 1.0.0-next.c1172939 → 1.0.0-next.d924405b
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 +367 -0
- package/package.json +1 -1
- package/vscode-html-custom-data.json +119 -0
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",
|
|
@@ -3465,6 +3583,137 @@
|
|
|
3465
3583
|
}
|
|
3466
3584
|
]
|
|
3467
3585
|
},
|
|
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
|
+
},
|
|
3468
3717
|
{
|
|
3469
3718
|
"name": "umb-input-toggle",
|
|
3470
3719
|
"path": "./src/backoffice/shared/components/input-toggle/input-toggle.element.ts",
|
|
@@ -4018,6 +4267,102 @@
|
|
|
4018
4267
|
}
|
|
4019
4268
|
]
|
|
4020
4269
|
},
|
|
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
|
+
},
|
|
4021
4366
|
{
|
|
4022
4367
|
"name": "umb-tooltip-menu",
|
|
4023
4368
|
"path": "./src/backoffice/shared/components/tooltip-menu/tooltip-menu.element.ts",
|
|
@@ -4730,6 +5075,28 @@
|
|
|
4730
5075
|
}
|
|
4731
5076
|
]
|
|
4732
5077
|
},
|
|
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
|
+
},
|
|
4733
5100
|
{
|
|
4734
5101
|
"name": "umb-property-action-clear",
|
|
4735
5102
|
"path": "./src/backoffice/shared/property-actions/clear/property-action-clear.element.ts",
|
package/package.json
CHANGED
|
@@ -62,6 +62,21 @@
|
|
|
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",
|
|
65
80
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_documentType` - \n\n * `_workspaceContext` - ",
|
|
66
81
|
"attributes": []
|
|
67
82
|
},
|
|
@@ -89,6 +104,11 @@
|
|
|
89
104
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_selection` {`string[]`} - \n\n * `_multiple` {`boolean`} - ",
|
|
90
105
|
"attributes": []
|
|
91
106
|
},
|
|
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
|
+
},
|
|
92
112
|
{
|
|
93
113
|
"name": "umb-document-tree-item",
|
|
94
114
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_item` - \n\n * `item` - ",
|
|
@@ -1199,6 +1219,24 @@
|
|
|
1199
1219
|
}
|
|
1200
1220
|
]
|
|
1201
1221
|
},
|
|
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
|
+
},
|
|
1202
1240
|
{
|
|
1203
1241
|
"name": "umb-input-eye-dropper",
|
|
1204
1242
|
"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`} - ",
|
|
@@ -1468,6 +1506,46 @@
|
|
|
1468
1506
|
}
|
|
1469
1507
|
]
|
|
1470
1508
|
},
|
|
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
|
+
},
|
|
1471
1549
|
{
|
|
1472
1550
|
"name": "umb-input-toggle",
|
|
1473
1551
|
"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`} - ",
|
|
@@ -1714,6 +1792,37 @@
|
|
|
1714
1792
|
}
|
|
1715
1793
|
]
|
|
1716
1794
|
},
|
|
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
|
+
},
|
|
1717
1826
|
{
|
|
1718
1827
|
"name": "umb-tooltip-menu",
|
|
1719
1828
|
"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[]`} - ",
|
|
@@ -1998,6 +2107,16 @@
|
|
|
1998
2107
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - \n\n * `_sections` {`any[]`} - ",
|
|
1999
2108
|
"attributes": []
|
|
2000
2109
|
},
|
|
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
|
+
},
|
|
2001
2120
|
{
|
|
2002
2121
|
"name": "umb-property-action-clear",
|
|
2003
2122
|
"description": "Events:\n\n * `close` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `value` {`string`} - \n\nProperties:\n\n * `_propertyContext` - \n\n * `value` {`string`} - ",
|