@umbraco-ui/uui 1.7.1 → 1.8.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.
@@ -247,6 +247,18 @@
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)"
250
262
  }
251
263
  ]
252
264
  },
@@ -467,7 +479,7 @@
467
479
  },
468
480
  {
469
481
  "name": "value",
470
- "description": "Value of this form control.",
482
+ "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
483
  "type": "string",
472
484
  "default": "\"''\""
473
485
  },
@@ -591,7 +603,7 @@
591
603
  {
592
604
  "name": "value",
593
605
  "attribute": "value",
594
- "description": "Value of this form control.",
606
+ "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
607
  "type": "string",
596
608
  "default": "\"''\""
597
609
  },
@@ -635,7 +647,8 @@
635
647
  "type": "ValidityState"
636
648
  },
637
649
  {
638
- "name": "validationMessage"
650
+ "name": "validationMessage",
651
+ "type": "string"
639
652
  },
640
653
  {
641
654
  "name": "label",
@@ -731,6 +744,10 @@
731
744
  {
732
745
  "name": "--uui-button-content-align",
733
746
  "description": "Overwrite justify-content alignment. Possible values: 'left', 'right', 'center'."
747
+ },
748
+ {
749
+ "name": "--uui-button-transition",
750
+ "description": "Add transition to the button. Default is none."
734
751
  }
735
752
  ]
736
753
  },
@@ -1636,7 +1653,8 @@
1636
1653
  "type": "ValidityState"
1637
1654
  },
1638
1655
  {
1639
- "name": "validationMessage"
1656
+ "name": "validationMessage",
1657
+ "type": "string"
1640
1658
  },
1641
1659
  {
1642
1660
  "name": "label",
@@ -2499,7 +2517,7 @@
2499
2517
  },
2500
2518
  {
2501
2519
  "name": "value",
2502
- "description": "Value of this form control.",
2520
+ "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
2521
  "type": "string",
2504
2522
  "default": "\"''\""
2505
2523
  },
@@ -2584,7 +2602,7 @@
2584
2602
  {
2585
2603
  "name": "value",
2586
2604
  "attribute": "value",
2587
- "description": "Value of this form control.",
2605
+ "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
2606
  "type": "string",
2589
2607
  "default": "\"''\""
2590
2608
  },
@@ -2628,7 +2646,8 @@
2628
2646
  "type": "ValidityState"
2629
2647
  },
2630
2648
  {
2631
- "name": "validationMessage"
2649
+ "name": "validationMessage",
2650
+ "type": "string"
2632
2651
  }
2633
2652
  ],
2634
2653
  "events": [
@@ -3008,7 +3027,7 @@
3008
3027
  },
3009
3028
  {
3010
3029
  "name": "value",
3011
- "description": "Value of this form control.",
3030
+ "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
3031
  "type": "string",
3013
3032
  "default": "\"''\""
3014
3033
  },
@@ -3079,7 +3098,7 @@
3079
3098
  {
3080
3099
  "name": "value",
3081
3100
  "attribute": "value",
3082
- "description": "Value of this form control.",
3101
+ "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
3102
  "type": "string",
3084
3103
  "default": "\"''\""
3085
3104
  },
@@ -3123,7 +3142,8 @@
3123
3142
  "type": "ValidityState"
3124
3143
  },
3125
3144
  {
3126
- "name": "validationMessage"
3145
+ "name": "validationMessage",
3146
+ "type": "string"
3127
3147
  }
3128
3148
  ]
3129
3149
  },
@@ -3239,7 +3259,7 @@
3239
3259
  },
3240
3260
  {
3241
3261
  "name": "value",
3242
- "description": "Value of this form control.",
3262
+ "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
3263
  "type": "string",
3244
3264
  "default": "\"''\""
3245
3265
  },
@@ -3418,7 +3438,7 @@
3418
3438
  {
3419
3439
  "name": "value",
3420
3440
  "attribute": "value",
3421
- "description": "Value of this form control.",
3441
+ "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
3442
  "type": "string",
3423
3443
  "default": "\"''\""
3424
3444
  },
@@ -3462,7 +3482,8 @@
3462
3482
  "type": "ValidityState"
3463
3483
  },
3464
3484
  {
3465
- "name": "validationMessage"
3485
+ "name": "validationMessage",
3486
+ "type": "string"
3466
3487
  },
3467
3488
  {
3468
3489
  "name": "label",
@@ -3644,7 +3665,7 @@
3644
3665
  },
3645
3666
  {
3646
3667
  "name": "value",
3647
- "description": "Value of this form control.",
3668
+ "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
3669
  "type": "string",
3649
3670
  "default": "\"''\""
3650
3671
  },
@@ -3816,7 +3837,7 @@
3816
3837
  {
3817
3838
  "name": "value",
3818
3839
  "attribute": "value",
3819
- "description": "Value of this form control.",
3840
+ "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
3841
  "type": "string",
3821
3842
  "default": "\"''\""
3822
3843
  },
@@ -3860,7 +3881,8 @@
3860
3881
  "type": "ValidityState"
3861
3882
  },
3862
3883
  {
3863
- "name": "validationMessage"
3884
+ "name": "validationMessage",
3885
+ "type": "string"
3864
3886
  },
3865
3887
  {
3866
3888
  "name": "label",
@@ -4043,7 +4065,7 @@
4043
4065
  },
4044
4066
  {
4045
4067
  "name": "value",
4046
- "description": "Value of this form control.",
4068
+ "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
4069
  "type": "string",
4048
4070
  "default": "\"''\""
4049
4071
  },
@@ -4215,7 +4237,7 @@
4215
4237
  {
4216
4238
  "name": "value",
4217
4239
  "attribute": "value",
4218
- "description": "Value of this form control.",
4240
+ "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
4241
  "type": "string",
4220
4242
  "default": "\"''\""
4221
4243
  },
@@ -4259,7 +4281,8 @@
4259
4281
  "type": "ValidityState"
4260
4282
  },
4261
4283
  {
4262
- "name": "validationMessage"
4284
+ "name": "validationMessage",
4285
+ "type": "string"
4263
4286
  },
4264
4287
  {
4265
4288
  "name": "label",
@@ -4730,6 +4753,42 @@
4730
4753
  {
4731
4754
  "name": "--uui-menu-item-flat-structure",
4732
4755
  "description": "set to 1 to remove the indentation of the chevron. Use this when you have a flat menu structure"
4756
+ },
4757
+ {
4758
+ "name": "--uui-menu-item-background-color-hover",
4759
+ "description": "background color when hovering"
4760
+ },
4761
+ {
4762
+ "name": "--uui-menu-item-color-hover",
4763
+ "description": "text color when hovering"
4764
+ },
4765
+ {
4766
+ "name": "--uui-menu-item-background-color-active",
4767
+ "description": "background color when active"
4768
+ },
4769
+ {
4770
+ "name": "--uui-menu-item-color-active",
4771
+ "description": "text color when active"
4772
+ },
4773
+ {
4774
+ "name": "--uui-menu-item-background-color-disabled",
4775
+ "description": "background color when disabled"
4776
+ },
4777
+ {
4778
+ "name": "--uui-menu-item-color-disabled",
4779
+ "description": "text color when disabled"
4780
+ },
4781
+ {
4782
+ "name": "--uui-menu-item-background-color-selected",
4783
+ "description": "background color when selected"
4784
+ },
4785
+ {
4786
+ "name": "--uui-menu-item-color-selected",
4787
+ "description": "text color when selected"
4788
+ },
4789
+ {
4790
+ "name": "--uui-menu-item-color-background-selected-hover",
4791
+ "description": "text color when selected"
4733
4792
  }
4734
4793
  ]
4735
4794
  },
@@ -5175,7 +5234,7 @@
5175
5234
  },
5176
5235
  {
5177
5236
  "name": "value",
5178
- "description": "Value of this form control.",
5237
+ "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
5238
  "type": "string",
5180
5239
  "default": "\"''\""
5181
5240
  },
@@ -5239,7 +5298,7 @@
5239
5298
  {
5240
5299
  "name": "value",
5241
5300
  "attribute": "value",
5242
- "description": "Value of this form control.",
5301
+ "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
5302
  "type": "string",
5244
5303
  "default": "\"''\""
5245
5304
  },
@@ -5283,7 +5342,8 @@
5283
5342
  "type": "ValidityState"
5284
5343
  },
5285
5344
  {
5286
- "name": "validationMessage"
5345
+ "name": "validationMessage",
5346
+ "type": "string"
5287
5347
  }
5288
5348
  ],
5289
5349
  "slots": [
@@ -5599,7 +5659,8 @@
5599
5659
  "type": "ValidityState"
5600
5660
  },
5601
5661
  {
5602
- "name": "validationMessage"
5662
+ "name": "validationMessage",
5663
+ "type": "string"
5603
5664
  }
5604
5665
  ],
5605
5666
  "events": [
@@ -7012,7 +7073,7 @@
7012
7073
  },
7013
7074
  {
7014
7075
  "name": "value",
7015
- "description": "Value of this form control.",
7076
+ "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
7077
  "type": "string",
7017
7078
  "default": "\"''\""
7018
7079
  },
@@ -7102,7 +7163,7 @@
7102
7163
  {
7103
7164
  "name": "value",
7104
7165
  "attribute": "value",
7105
- "description": "Value of this form control.",
7166
+ "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
7167
  "type": "string",
7107
7168
  "default": "\"''\""
7108
7169
  },
@@ -7146,7 +7207,8 @@
7146
7207
  "type": "ValidityState"
7147
7208
  },
7148
7209
  {
7149
- "name": "validationMessage"
7210
+ "name": "validationMessage",
7211
+ "type": "string"
7150
7212
  }
7151
7213
  ],
7152
7214
  "events": [
@@ -7387,7 +7449,8 @@
7387
7449
  "type": "ValidityState"
7388
7450
  },
7389
7451
  {
7390
- "name": "validationMessage"
7452
+ "name": "validationMessage",
7453
+ "type": "string"
7391
7454
  }
7392
7455
  ],
7393
7456
  "events": [
@@ -8321,7 +8384,7 @@
8321
8384
  {
8322
8385
  "name": "wrap",
8323
8386
  "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' | 'off'",
8387
+ "type": "'soft' | 'hard'",
8325
8388
  "default": "\"undefined\""
8326
8389
  },
8327
8390
  {
@@ -8332,7 +8395,7 @@
8332
8395
  },
8333
8396
  {
8334
8397
  "name": "value",
8335
- "description": "Value of this form control.",
8398
+ "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
8399
  "type": "string",
8337
8400
  "default": "\"''\""
8338
8401
  },
@@ -8446,7 +8509,7 @@
8446
8509
  "name": "wrap",
8447
8510
  "attribute": "wrap",
8448
8511
  "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' | 'off'",
8512
+ "type": "'soft' | 'hard'",
8450
8513
  "default": "\"undefined\""
8451
8514
  },
8452
8515
  {
@@ -8470,7 +8533,7 @@
8470
8533
  {
8471
8534
  "name": "value",
8472
8535
  "attribute": "value",
8473
- "description": "Value of this form control.",
8536
+ "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
8537
  "type": "string",
8475
8538
  "default": "\"''\""
8476
8539
  },
@@ -8514,7 +8577,8 @@
8514
8577
  "type": "ValidityState"
8515
8578
  },
8516
8579
  {
8517
- "name": "validationMessage"
8580
+ "name": "validationMessage",
8581
+ "type": "string"
8518
8582
  }
8519
8583
  ],
8520
8584
  "events": [
@@ -8870,7 +8934,8 @@
8870
8934
  "type": "ValidityState"
8871
8935
  },
8872
8936
  {
8873
- "name": "validationMessage"
8937
+ "name": "validationMessage",
8938
+ "type": "string"
8874
8939
  },
8875
8940
  {
8876
8941
  "name": "label",