@umbraco-ui/uui 1.7.2 → 1.8.0-rc.1
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 +102 -33
- package/dist/uui.min.js +68 -66
- package/dist/uui.min.js.map +1 -1
- package/package.json +84 -84
- package/vscode-html-custom-data.json +26 -32
package/custom-elements.json
CHANGED
|
@@ -247,6 +247,22 @@
|
|
|
247
247
|
{
|
|
248
248
|
"name": "--uui-box-default-padding",
|
|
249
249
|
"description": "overwrite the box padding"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "--uui-box-border-width",
|
|
253
|
+
"description": "overwrite the box border, default is 0"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "--uui-box-box-shadow",
|
|
257
|
+
"description": "overwrite the box shadow, default is var(--uui-shadow-depth-1)"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "--uui-box-border-radius",
|
|
261
|
+
"description": "overwrite the box border-radius, default is var(--uui-border-radius)"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "--uui-box-border-color",
|
|
265
|
+
"description": "overwrites the box border colorm default is var(--uui-color-divider-standalone)"
|
|
250
266
|
}
|
|
251
267
|
]
|
|
252
268
|
},
|
|
@@ -467,7 +483,7 @@
|
|
|
467
483
|
},
|
|
468
484
|
{
|
|
469
485
|
"name": "value",
|
|
470
|
-
"description": "Value of this form control.",
|
|
486
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
471
487
|
"type": "string",
|
|
472
488
|
"default": "\"''\""
|
|
473
489
|
},
|
|
@@ -591,7 +607,7 @@
|
|
|
591
607
|
{
|
|
592
608
|
"name": "value",
|
|
593
609
|
"attribute": "value",
|
|
594
|
-
"description": "Value of this form control.",
|
|
610
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
595
611
|
"type": "string",
|
|
596
612
|
"default": "\"''\""
|
|
597
613
|
},
|
|
@@ -635,7 +651,8 @@
|
|
|
635
651
|
"type": "ValidityState"
|
|
636
652
|
},
|
|
637
653
|
{
|
|
638
|
-
"name": "validationMessage"
|
|
654
|
+
"name": "validationMessage",
|
|
655
|
+
"type": "string"
|
|
639
656
|
},
|
|
640
657
|
{
|
|
641
658
|
"name": "label",
|
|
@@ -731,6 +748,10 @@
|
|
|
731
748
|
{
|
|
732
749
|
"name": "--uui-button-content-align",
|
|
733
750
|
"description": "Overwrite justify-content alignment. Possible values: 'left', 'right', 'center'."
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "--uui-button-transition",
|
|
754
|
+
"description": "Add transition to the button. Default is none."
|
|
734
755
|
}
|
|
735
756
|
]
|
|
736
757
|
},
|
|
@@ -1636,7 +1657,8 @@
|
|
|
1636
1657
|
"type": "ValidityState"
|
|
1637
1658
|
},
|
|
1638
1659
|
{
|
|
1639
|
-
"name": "validationMessage"
|
|
1660
|
+
"name": "validationMessage",
|
|
1661
|
+
"type": "string"
|
|
1640
1662
|
},
|
|
1641
1663
|
{
|
|
1642
1664
|
"name": "label",
|
|
@@ -2499,7 +2521,7 @@
|
|
|
2499
2521
|
},
|
|
2500
2522
|
{
|
|
2501
2523
|
"name": "value",
|
|
2502
|
-
"description": "Value of this form control.",
|
|
2524
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
2503
2525
|
"type": "string",
|
|
2504
2526
|
"default": "\"''\""
|
|
2505
2527
|
},
|
|
@@ -2584,7 +2606,7 @@
|
|
|
2584
2606
|
{
|
|
2585
2607
|
"name": "value",
|
|
2586
2608
|
"attribute": "value",
|
|
2587
|
-
"description": "Value of this form control.",
|
|
2609
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
2588
2610
|
"type": "string",
|
|
2589
2611
|
"default": "\"''\""
|
|
2590
2612
|
},
|
|
@@ -2628,7 +2650,8 @@
|
|
|
2628
2650
|
"type": "ValidityState"
|
|
2629
2651
|
},
|
|
2630
2652
|
{
|
|
2631
|
-
"name": "validationMessage"
|
|
2653
|
+
"name": "validationMessage",
|
|
2654
|
+
"type": "string"
|
|
2632
2655
|
}
|
|
2633
2656
|
],
|
|
2634
2657
|
"events": [
|
|
@@ -3008,7 +3031,7 @@
|
|
|
3008
3031
|
},
|
|
3009
3032
|
{
|
|
3010
3033
|
"name": "value",
|
|
3011
|
-
"description": "Value of this form control.",
|
|
3034
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3012
3035
|
"type": "string",
|
|
3013
3036
|
"default": "\"''\""
|
|
3014
3037
|
},
|
|
@@ -3079,7 +3102,7 @@
|
|
|
3079
3102
|
{
|
|
3080
3103
|
"name": "value",
|
|
3081
3104
|
"attribute": "value",
|
|
3082
|
-
"description": "Value of this form control.",
|
|
3105
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3083
3106
|
"type": "string",
|
|
3084
3107
|
"default": "\"''\""
|
|
3085
3108
|
},
|
|
@@ -3123,7 +3146,8 @@
|
|
|
3123
3146
|
"type": "ValidityState"
|
|
3124
3147
|
},
|
|
3125
3148
|
{
|
|
3126
|
-
"name": "validationMessage"
|
|
3149
|
+
"name": "validationMessage",
|
|
3150
|
+
"type": "string"
|
|
3127
3151
|
}
|
|
3128
3152
|
]
|
|
3129
3153
|
},
|
|
@@ -3239,7 +3263,7 @@
|
|
|
3239
3263
|
},
|
|
3240
3264
|
{
|
|
3241
3265
|
"name": "value",
|
|
3242
|
-
"description": "Value of this form control.",
|
|
3266
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3243
3267
|
"type": "string",
|
|
3244
3268
|
"default": "\"''\""
|
|
3245
3269
|
},
|
|
@@ -3418,7 +3442,7 @@
|
|
|
3418
3442
|
{
|
|
3419
3443
|
"name": "value",
|
|
3420
3444
|
"attribute": "value",
|
|
3421
|
-
"description": "Value of this form control.",
|
|
3445
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3422
3446
|
"type": "string",
|
|
3423
3447
|
"default": "\"''\""
|
|
3424
3448
|
},
|
|
@@ -3462,7 +3486,8 @@
|
|
|
3462
3486
|
"type": "ValidityState"
|
|
3463
3487
|
},
|
|
3464
3488
|
{
|
|
3465
|
-
"name": "validationMessage"
|
|
3489
|
+
"name": "validationMessage",
|
|
3490
|
+
"type": "string"
|
|
3466
3491
|
},
|
|
3467
3492
|
{
|
|
3468
3493
|
"name": "label",
|
|
@@ -3644,7 +3669,7 @@
|
|
|
3644
3669
|
},
|
|
3645
3670
|
{
|
|
3646
3671
|
"name": "value",
|
|
3647
|
-
"description": "Value of this form control.",
|
|
3672
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3648
3673
|
"type": "string",
|
|
3649
3674
|
"default": "\"''\""
|
|
3650
3675
|
},
|
|
@@ -3816,7 +3841,7 @@
|
|
|
3816
3841
|
{
|
|
3817
3842
|
"name": "value",
|
|
3818
3843
|
"attribute": "value",
|
|
3819
|
-
"description": "Value of this form control.",
|
|
3844
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
3820
3845
|
"type": "string",
|
|
3821
3846
|
"default": "\"''\""
|
|
3822
3847
|
},
|
|
@@ -3860,7 +3885,8 @@
|
|
|
3860
3885
|
"type": "ValidityState"
|
|
3861
3886
|
},
|
|
3862
3887
|
{
|
|
3863
|
-
"name": "validationMessage"
|
|
3888
|
+
"name": "validationMessage",
|
|
3889
|
+
"type": "string"
|
|
3864
3890
|
},
|
|
3865
3891
|
{
|
|
3866
3892
|
"name": "label",
|
|
@@ -4043,7 +4069,7 @@
|
|
|
4043
4069
|
},
|
|
4044
4070
|
{
|
|
4045
4071
|
"name": "value",
|
|
4046
|
-
"description": "Value of this form control.",
|
|
4072
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
4047
4073
|
"type": "string",
|
|
4048
4074
|
"default": "\"''\""
|
|
4049
4075
|
},
|
|
@@ -4215,7 +4241,7 @@
|
|
|
4215
4241
|
{
|
|
4216
4242
|
"name": "value",
|
|
4217
4243
|
"attribute": "value",
|
|
4218
|
-
"description": "Value of this form control.",
|
|
4244
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
4219
4245
|
"type": "string",
|
|
4220
4246
|
"default": "\"''\""
|
|
4221
4247
|
},
|
|
@@ -4259,7 +4285,8 @@
|
|
|
4259
4285
|
"type": "ValidityState"
|
|
4260
4286
|
},
|
|
4261
4287
|
{
|
|
4262
|
-
"name": "validationMessage"
|
|
4288
|
+
"name": "validationMessage",
|
|
4289
|
+
"type": "string"
|
|
4263
4290
|
},
|
|
4264
4291
|
{
|
|
4265
4292
|
"name": "label",
|
|
@@ -4730,6 +4757,42 @@
|
|
|
4730
4757
|
{
|
|
4731
4758
|
"name": "--uui-menu-item-flat-structure",
|
|
4732
4759
|
"description": "set to 1 to remove the indentation of the chevron. Use this when you have a flat menu structure"
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"name": "--uui-menu-item-background-color-hover",
|
|
4763
|
+
"description": "background color when hovering"
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
"name": "--uui-menu-item-color-hover",
|
|
4767
|
+
"description": "text color when hovering"
|
|
4768
|
+
},
|
|
4769
|
+
{
|
|
4770
|
+
"name": "--uui-menu-item-background-color-active",
|
|
4771
|
+
"description": "background color when active"
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "--uui-menu-item-color-active",
|
|
4775
|
+
"description": "text color when active"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
"name": "--uui-menu-item-background-color-disabled",
|
|
4779
|
+
"description": "background color when disabled"
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "--uui-menu-item-color-disabled",
|
|
4783
|
+
"description": "text color when disabled"
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "--uui-menu-item-background-color-selected",
|
|
4787
|
+
"description": "background color when selected"
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
"name": "--uui-menu-item-color-selected",
|
|
4791
|
+
"description": "text color when selected"
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
"name": "--uui-menu-item-color-background-selected-hover",
|
|
4795
|
+
"description": "text color when selected"
|
|
4733
4796
|
}
|
|
4734
4797
|
]
|
|
4735
4798
|
},
|
|
@@ -5175,7 +5238,7 @@
|
|
|
5175
5238
|
},
|
|
5176
5239
|
{
|
|
5177
5240
|
"name": "value",
|
|
5178
|
-
"description": "Value of this form control.",
|
|
5241
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
5179
5242
|
"type": "string",
|
|
5180
5243
|
"default": "\"''\""
|
|
5181
5244
|
},
|
|
@@ -5239,7 +5302,7 @@
|
|
|
5239
5302
|
{
|
|
5240
5303
|
"name": "value",
|
|
5241
5304
|
"attribute": "value",
|
|
5242
|
-
"description": "Value of this form control.",
|
|
5305
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
5243
5306
|
"type": "string",
|
|
5244
5307
|
"default": "\"''\""
|
|
5245
5308
|
},
|
|
@@ -5283,7 +5346,8 @@
|
|
|
5283
5346
|
"type": "ValidityState"
|
|
5284
5347
|
},
|
|
5285
5348
|
{
|
|
5286
|
-
"name": "validationMessage"
|
|
5349
|
+
"name": "validationMessage",
|
|
5350
|
+
"type": "string"
|
|
5287
5351
|
}
|
|
5288
5352
|
],
|
|
5289
5353
|
"slots": [
|
|
@@ -5599,7 +5663,8 @@
|
|
|
5599
5663
|
"type": "ValidityState"
|
|
5600
5664
|
},
|
|
5601
5665
|
{
|
|
5602
|
-
"name": "validationMessage"
|
|
5666
|
+
"name": "validationMessage",
|
|
5667
|
+
"type": "string"
|
|
5603
5668
|
}
|
|
5604
5669
|
],
|
|
5605
5670
|
"events": [
|
|
@@ -7012,7 +7077,7 @@
|
|
|
7012
7077
|
},
|
|
7013
7078
|
{
|
|
7014
7079
|
"name": "value",
|
|
7015
|
-
"description": "Value of this form control.",
|
|
7080
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
7016
7081
|
"type": "string",
|
|
7017
7082
|
"default": "\"''\""
|
|
7018
7083
|
},
|
|
@@ -7102,7 +7167,7 @@
|
|
|
7102
7167
|
{
|
|
7103
7168
|
"name": "value",
|
|
7104
7169
|
"attribute": "value",
|
|
7105
|
-
"description": "Value of this form control.",
|
|
7170
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
7106
7171
|
"type": "string",
|
|
7107
7172
|
"default": "\"''\""
|
|
7108
7173
|
},
|
|
@@ -7146,7 +7211,8 @@
|
|
|
7146
7211
|
"type": "ValidityState"
|
|
7147
7212
|
},
|
|
7148
7213
|
{
|
|
7149
|
-
"name": "validationMessage"
|
|
7214
|
+
"name": "validationMessage",
|
|
7215
|
+
"type": "string"
|
|
7150
7216
|
}
|
|
7151
7217
|
],
|
|
7152
7218
|
"events": [
|
|
@@ -7387,7 +7453,8 @@
|
|
|
7387
7453
|
"type": "ValidityState"
|
|
7388
7454
|
},
|
|
7389
7455
|
{
|
|
7390
|
-
"name": "validationMessage"
|
|
7456
|
+
"name": "validationMessage",
|
|
7457
|
+
"type": "string"
|
|
7391
7458
|
}
|
|
7392
7459
|
],
|
|
7393
7460
|
"events": [
|
|
@@ -8321,7 +8388,7 @@
|
|
|
8321
8388
|
{
|
|
8322
8389
|
"name": "wrap",
|
|
8323
8390
|
"description": "Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.",
|
|
8324
|
-
"type": "'soft' | 'hard'
|
|
8391
|
+
"type": "'soft' | 'hard'",
|
|
8325
8392
|
"default": "\"undefined\""
|
|
8326
8393
|
},
|
|
8327
8394
|
{
|
|
@@ -8332,7 +8399,7 @@
|
|
|
8332
8399
|
},
|
|
8333
8400
|
{
|
|
8334
8401
|
"name": "value",
|
|
8335
|
-
"description": "Value of this form control.",
|
|
8402
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
8336
8403
|
"type": "string",
|
|
8337
8404
|
"default": "\"''\""
|
|
8338
8405
|
},
|
|
@@ -8446,7 +8513,7 @@
|
|
|
8446
8513
|
"name": "wrap",
|
|
8447
8514
|
"attribute": "wrap",
|
|
8448
8515
|
"description": "Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.",
|
|
8449
|
-
"type": "'soft' | 'hard'
|
|
8516
|
+
"type": "'soft' | 'hard'",
|
|
8450
8517
|
"default": "\"undefined\""
|
|
8451
8518
|
},
|
|
8452
8519
|
{
|
|
@@ -8470,7 +8537,7 @@
|
|
|
8470
8537
|
{
|
|
8471
8538
|
"name": "value",
|
|
8472
8539
|
"attribute": "value",
|
|
8473
|
-
"description": "Value of this form control.",
|
|
8540
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
8474
8541
|
"type": "string",
|
|
8475
8542
|
"default": "\"''\""
|
|
8476
8543
|
},
|
|
@@ -8514,7 +8581,8 @@
|
|
|
8514
8581
|
"type": "ValidityState"
|
|
8515
8582
|
},
|
|
8516
8583
|
{
|
|
8517
|
-
"name": "validationMessage"
|
|
8584
|
+
"name": "validationMessage",
|
|
8585
|
+
"type": "string"
|
|
8518
8586
|
}
|
|
8519
8587
|
],
|
|
8520
8588
|
"events": [
|
|
@@ -8870,7 +8938,8 @@
|
|
|
8870
8938
|
"type": "ValidityState"
|
|
8871
8939
|
},
|
|
8872
8940
|
{
|
|
8873
|
-
"name": "validationMessage"
|
|
8941
|
+
"name": "validationMessage",
|
|
8942
|
+
"type": "string"
|
|
8874
8943
|
},
|
|
8875
8944
|
{
|
|
8876
8945
|
"name": "label",
|