@umbraco-ui/uui 1.3.0 → 1.4.0-rc.0
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 +65 -0
- package/dist/uui.min.js +84 -42
- package/dist/uui.min.js.map +1 -1
- package/package.json +84 -81
- package/vscode-html-custom-data.json +74 -20
package/custom-elements.json
CHANGED
|
@@ -192,6 +192,12 @@
|
|
|
192
192
|
"description": "Headline for this box, can also be set via the 'box' slot.",
|
|
193
193
|
"type": "string | null",
|
|
194
194
|
"default": "\"null\""
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "headline-variant",
|
|
198
|
+
"description": "Changes the headline variant for accessibility for this box.\nNotice this does not change the visual representation of the headline. (Umbraco does only recommend displaying a h5 sizes headline in the UUI-BOX)",
|
|
199
|
+
"type": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
|
|
200
|
+
"default": "\"\\\"h5\\\"\""
|
|
195
201
|
}
|
|
196
202
|
],
|
|
197
203
|
"properties": [
|
|
@@ -206,6 +212,13 @@
|
|
|
206
212
|
"description": "Headline for this box, can also be set via the 'box' slot.",
|
|
207
213
|
"type": "string | null",
|
|
208
214
|
"default": "\"null\""
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "headlineVariant",
|
|
218
|
+
"attribute": "headline-variant",
|
|
219
|
+
"description": "Changes the headline variant for accessibility for this box.\nNotice this does not change the visual representation of the headline. (Umbraco does only recommend displaying a h5 sizes headline in the UUI-BOX)",
|
|
220
|
+
"type": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
|
|
221
|
+
"default": "\"\\\"h5\\\"\""
|
|
209
222
|
}
|
|
210
223
|
],
|
|
211
224
|
"slots": [
|
|
@@ -2835,6 +2848,12 @@
|
|
|
2835
2848
|
"type": "string",
|
|
2836
2849
|
"default": "\"undefined\""
|
|
2837
2850
|
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "auto-width",
|
|
2853
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
2854
|
+
"type": "boolean",
|
|
2855
|
+
"default": "\"undefined\""
|
|
2856
|
+
},
|
|
2838
2857
|
{
|
|
2839
2858
|
"name": "type",
|
|
2840
2859
|
"description": "This property specifies the type of input that will be rendered.",
|
|
@@ -2989,6 +3008,13 @@
|
|
|
2989
3008
|
"type": "string",
|
|
2990
3009
|
"default": "\"undefined\""
|
|
2991
3010
|
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "autoWidth",
|
|
3013
|
+
"attribute": "auto-width",
|
|
3014
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
3015
|
+
"type": "boolean",
|
|
3016
|
+
"default": "\"undefined\""
|
|
3017
|
+
},
|
|
2992
3018
|
{
|
|
2993
3019
|
"name": "type",
|
|
2994
3020
|
"attribute": "type",
|
|
@@ -3172,6 +3198,12 @@
|
|
|
3172
3198
|
"type": "string",
|
|
3173
3199
|
"default": "\"undefined\""
|
|
3174
3200
|
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "auto-width",
|
|
3203
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
3204
|
+
"type": "boolean",
|
|
3205
|
+
"default": "\"undefined\""
|
|
3206
|
+
},
|
|
3175
3207
|
{
|
|
3176
3208
|
"name": "type",
|
|
3177
3209
|
"description": "This property specifies the type of input that will be rendered.",
|
|
@@ -3319,6 +3351,13 @@
|
|
|
3319
3351
|
"type": "string",
|
|
3320
3352
|
"default": "\"undefined\""
|
|
3321
3353
|
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "autoWidth",
|
|
3356
|
+
"attribute": "auto-width",
|
|
3357
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
3358
|
+
"type": "boolean",
|
|
3359
|
+
"default": "\"undefined\""
|
|
3360
|
+
},
|
|
3322
3361
|
{
|
|
3323
3362
|
"name": "type",
|
|
3324
3363
|
"attribute": "type",
|
|
@@ -3503,6 +3542,12 @@
|
|
|
3503
3542
|
"type": "string",
|
|
3504
3543
|
"default": "\"undefined\""
|
|
3505
3544
|
},
|
|
3545
|
+
{
|
|
3546
|
+
"name": "auto-width",
|
|
3547
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
3548
|
+
"type": "boolean",
|
|
3549
|
+
"default": "\"undefined\""
|
|
3550
|
+
},
|
|
3506
3551
|
{
|
|
3507
3552
|
"name": "type",
|
|
3508
3553
|
"description": "This property specifies the type of input that will be rendered.",
|
|
@@ -3650,6 +3695,13 @@
|
|
|
3650
3695
|
"type": "string",
|
|
3651
3696
|
"default": "\"undefined\""
|
|
3652
3697
|
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "autoWidth",
|
|
3700
|
+
"attribute": "auto-width",
|
|
3701
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
3702
|
+
"type": "boolean",
|
|
3703
|
+
"default": "\"undefined\""
|
|
3704
|
+
},
|
|
3653
3705
|
{
|
|
3654
3706
|
"name": "type",
|
|
3655
3707
|
"attribute": "type",
|
|
@@ -3990,6 +4042,12 @@
|
|
|
3990
4042
|
"type": "string",
|
|
3991
4043
|
"default": "\"undefined\""
|
|
3992
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "select-mode",
|
|
4047
|
+
"description": "Sets the selection mode.",
|
|
4048
|
+
"type": "string",
|
|
4049
|
+
"default": "\"undefined\""
|
|
4050
|
+
},
|
|
3993
4051
|
{
|
|
3994
4052
|
"name": "select-only",
|
|
3995
4053
|
"description": "Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.",
|
|
@@ -4066,6 +4124,13 @@
|
|
|
4066
4124
|
"type": "string",
|
|
4067
4125
|
"default": "\"undefined\""
|
|
4068
4126
|
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "selectMode",
|
|
4129
|
+
"attribute": "select-mode",
|
|
4130
|
+
"description": "Sets the selection mode.",
|
|
4131
|
+
"type": "string",
|
|
4132
|
+
"default": "\"undefined\""
|
|
4133
|
+
},
|
|
4069
4134
|
{
|
|
4070
4135
|
"name": "selectOnly",
|
|
4071
4136
|
"attribute": "select-only",
|