@umbraco-ui/uui 1.9.0-rc.1 → 1.9.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.
@@ -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",
@@ -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",