@umbraco-ui/uui 1.9.0-rc.2 → 1.10.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.
@@ -538,7 +538,7 @@
538
538
  },
539
539
  {
540
540
  "name": "label",
541
- "description": "Label to be used for aria-label and potentially as visual label for some components",
541
+ "description": "label to be used for aria-label and potentially as visual label for some components",
542
542
  "type": "string"
543
543
  },
544
544
  {
@@ -683,7 +683,7 @@
683
683
  {
684
684
  "name": "label",
685
685
  "attribute": "label",
686
- "description": "Label to be used for aria-label and potentially as visual label for some components",
686
+ "description": "label to be used for aria-label and potentially as visual label for some components",
687
687
  "type": "string"
688
688
  },
689
689
  {
@@ -1615,6 +1615,12 @@
1615
1615
  "type": "boolean",
1616
1616
  "default": "\"false\""
1617
1617
  },
1618
+ {
1619
+ "name": "indeterminate",
1620
+ "description": "Indeterminate state for the input.",
1621
+ "type": "boolean",
1622
+ "default": "\"false\""
1623
+ },
1618
1624
  {
1619
1625
  "name": "disabled",
1620
1626
  "description": "Disables the input.",
@@ -1690,6 +1696,13 @@
1690
1696
  "type": "boolean",
1691
1697
  "default": "\"false\""
1692
1698
  },
1699
+ {
1700
+ "name": "indeterminate",
1701
+ "attribute": "indeterminate",
1702
+ "description": "Indeterminate state for the input.",
1703
+ "type": "boolean",
1704
+ "default": "\"false\""
1705
+ },
1693
1706
  {
1694
1707
  "name": "disabled",
1695
1708
  "attribute": "disabled",
@@ -3393,13 +3406,13 @@
3393
3406
  },
3394
3407
  {
3395
3408
  "name": "name",
3396
- "description": "This is a name property of the component.",
3409
+ "description": "get/set the name of the input",
3397
3410
  "type": "string",
3398
3411
  "default": "\"''\""
3399
3412
  },
3400
3413
  {
3401
3414
  "name": "value",
3402
- "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.",
3415
+ "description": "get/set the value of the input",
3403
3416
  "type": "string",
3404
3417
  "default": "\"''\""
3405
3418
  },
@@ -3571,14 +3584,14 @@
3571
3584
  {
3572
3585
  "name": "name",
3573
3586
  "attribute": "name",
3574
- "description": "This is a name property of the component.",
3587
+ "description": "get/set the name of the input",
3575
3588
  "type": "string",
3576
3589
  "default": "\"''\""
3577
3590
  },
3578
3591
  {
3579
3592
  "name": "value",
3580
3593
  "attribute": "value",
3581
- "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.",
3594
+ "description": "get/set the value of the input",
3582
3595
  "type": "string",
3583
3596
  "default": "\"''\""
3584
3597
  },
@@ -3799,13 +3812,13 @@
3799
3812
  },
3800
3813
  {
3801
3814
  "name": "name",
3802
- "description": "This is a name property of the component.",
3815
+ "description": "get/set the name of the input",
3803
3816
  "type": "string",
3804
3817
  "default": "\"''\""
3805
3818
  },
3806
3819
  {
3807
3820
  "name": "value",
3808
- "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.",
3821
+ "description": "get/set the value of the input",
3809
3822
  "type": "string",
3810
3823
  "default": "\"''\""
3811
3824
  },
@@ -3970,14 +3983,14 @@
3970
3983
  {
3971
3984
  "name": "name",
3972
3985
  "attribute": "name",
3973
- "description": "This is a name property of the component.",
3986
+ "description": "get/set the name of the input",
3974
3987
  "type": "string",
3975
3988
  "default": "\"''\""
3976
3989
  },
3977
3990
  {
3978
3991
  "name": "value",
3979
3992
  "attribute": "value",
3980
- "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.",
3993
+ "description": "get/set the value of the input",
3981
3994
  "type": "string",
3982
3995
  "default": "\"''\""
3983
3996
  },
@@ -4199,13 +4212,13 @@
4199
4212
  },
4200
4213
  {
4201
4214
  "name": "name",
4202
- "description": "This is a name property of the component.",
4215
+ "description": "get/set the name of the input",
4203
4216
  "type": "string",
4204
4217
  "default": "\"''\""
4205
4218
  },
4206
4219
  {
4207
4220
  "name": "value",
4208
- "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.",
4221
+ "description": "get/set the value of the input",
4209
4222
  "type": "string",
4210
4223
  "default": "\"''\""
4211
4224
  },
@@ -4370,14 +4383,14 @@
4370
4383
  {
4371
4384
  "name": "name",
4372
4385
  "attribute": "name",
4373
- "description": "This is a name property of the component.",
4386
+ "description": "get/set the name of the input",
4374
4387
  "type": "string",
4375
4388
  "default": "\"''\""
4376
4389
  },
4377
4390
  {
4378
4391
  "name": "value",
4379
4392
  "attribute": "value",
4380
- "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.",
4393
+ "description": "get/set the value of the input",
4381
4394
  "type": "string",
4382
4395
  "default": "\"''\""
4383
4396
  },
@@ -4735,6 +4748,12 @@
4735
4748
  "type": "string",
4736
4749
  "default": "\"undefined\""
4737
4750
  },
4751
+ {
4752
+ "name": "caret-label",
4753
+ "description": "Sets the aria-label for the caret button.",
4754
+ "type": "string",
4755
+ "default": "\"'Reveal the underlying items'\""
4756
+ },
4738
4757
  {
4739
4758
  "name": "select-only",
4740
4759
  "description": "Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.",
@@ -4820,6 +4839,13 @@
4820
4839
  "type": "string",
4821
4840
  "default": "\"undefined\""
4822
4841
  },
4842
+ {
4843
+ "name": "caretLabel",
4844
+ "attribute": "caret-label",
4845
+ "description": "Sets the aria-label for the caret button.",
4846
+ "type": "string",
4847
+ "default": "\"'Reveal the underlying items'\""
4848
+ },
4823
4849
  {
4824
4850
  "name": "styles",
4825
4851
  "type": "CSSResult[]",
@@ -5542,7 +5568,8 @@
5542
5568
  },
5543
5569
  {
5544
5570
  "name": "checked",
5545
- "type": "boolean"
5571
+ "type": "boolean",
5572
+ "default": "false"
5546
5573
  },
5547
5574
  {
5548
5575
  "name": "disabled",
@@ -5581,7 +5608,8 @@
5581
5608
  {
5582
5609
  "name": "checked",
5583
5610
  "attribute": "checked",
5584
- "type": "boolean"
5611
+ "type": "boolean",
5612
+ "default": "false"
5585
5613
  },
5586
5614
  {
5587
5615
  "name": "disabled",
@@ -9265,6 +9293,12 @@
9265
9293
  "type": "boolean",
9266
9294
  "default": "\"false\""
9267
9295
  },
9296
+ {
9297
+ "name": "indeterminate",
9298
+ "description": "Indeterminate state for the input.",
9299
+ "type": "boolean",
9300
+ "default": "\"false\""
9301
+ },
9268
9302
  {
9269
9303
  "name": "disabled",
9270
9304
  "description": "Disables the input.",
@@ -9340,6 +9374,13 @@
9340
9374
  "type": "boolean",
9341
9375
  "default": "\"false\""
9342
9376
  },
9377
+ {
9378
+ "name": "indeterminate",
9379
+ "attribute": "indeterminate",
9380
+ "description": "Indeterminate state for the input.",
9381
+ "type": "boolean",
9382
+ "default": "\"false\""
9383
+ },
9343
9384
  {
9344
9385
  "name": "disabled",
9345
9386
  "attribute": "disabled",