@umbraco-ui/uui 1.2.0-rc.2 → 1.2.0-rc.3

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.
@@ -599,12 +599,16 @@
599
599
  ],
600
600
  "slots": [
601
601
  {
602
- "name": "extra",
603
- "description": "for extra"
602
+ "name": "",
603
+ "description": "for default content"
604
604
  },
605
605
  {
606
- "name": "",
607
- "description": "Override the default label"
606
+ "name": "label",
607
+ "description": "for label content"
608
+ },
609
+ {
610
+ "name": "extra",
611
+ "description": "for extra"
608
612
  }
609
613
  ],
610
614
  "cssProperties": [
@@ -1318,12 +1322,6 @@
1318
1322
  "description": "fires when the element is begin checked by a user action"
1319
1323
  }
1320
1324
  ],
1321
- "slots": [
1322
- {
1323
- "name": "",
1324
- "description": "Override the default label"
1325
- }
1326
- ],
1327
1325
  "cssProperties": [
1328
1326
  {
1329
1327
  "name": "--uui-checkbox-size",
@@ -1591,12 +1589,6 @@
1591
1589
  "description": "Fired when the color changes"
1592
1590
  }
1593
1591
  ],
1594
- "slots": [
1595
- {
1596
- "name": "",
1597
- "description": "Override the default label"
1598
- }
1599
- ],
1600
1592
  "cssProperties": [
1601
1593
  {
1602
1594
  "name": "--uui-color-picker-width",
@@ -1741,12 +1733,6 @@
1741
1733
  "description": "Fires when the value of the slider changes."
1742
1734
  }
1743
1735
  ],
1744
- "slots": [
1745
- {
1746
- "name": "",
1747
- "description": "Override the default label"
1748
- }
1749
- ],
1750
1736
  "cssProperties": [
1751
1737
  {
1752
1738
  "name": "--uui-slider-height",
@@ -1894,10 +1880,6 @@
1894
1880
  {
1895
1881
  "name": "label",
1896
1882
  "description": "Default slot for the label."
1897
- },
1898
- {
1899
- "name": "",
1900
- "description": "Override the default label"
1901
1883
  }
1902
1884
  ],
1903
1885
  "cssProperties": [
@@ -3058,10 +3040,6 @@
3058
3040
  {
3059
3041
  "name": "append",
3060
3042
  "description": "for components to render to the right of the input."
3061
- },
3062
- {
3063
- "name": "",
3064
- "description": "Override the default label"
3065
3043
  }
3066
3044
  ]
3067
3045
  },
@@ -3327,10 +3305,6 @@
3327
3305
  {
3328
3306
  "name": "append",
3329
3307
  "description": "for components to render to the right of the input."
3330
- },
3331
- {
3332
- "name": "",
3333
- "description": "Override the default label"
3334
3308
  }
3335
3309
  ]
3336
3310
  },
@@ -3597,10 +3571,6 @@
3597
3571
  {
3598
3572
  "name": "append",
3599
3573
  "description": "for components to render to the right of the input."
3600
- },
3601
- {
3602
- "name": "",
3603
- "description": "Override the default label"
3604
3574
  }
3605
3575
  ]
3606
3576
  },
@@ -4610,28 +4580,28 @@
4610
4580
  "default": "\"100\""
4611
4581
  },
4612
4582
  {
4613
- "name": "value-low",
4614
- "description": "The lower picked value.",
4583
+ "name": "min-gap",
4584
+ "description": "Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap",
4615
4585
  "type": "number",
4616
- "default": "\"0\""
4586
+ "default": "\"undefined\""
4617
4587
  },
4618
4588
  {
4619
- "name": "value-high",
4620
- "description": "The higher picked value.",
4589
+ "name": "max-gap",
4590
+ "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
4621
4591
  "type": "number",
4622
- "default": "\"100\""
4592
+ "default": "\"undefined\""
4623
4593
  },
4624
4594
  {
4625
- "name": "min-gap",
4626
- "description": "Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap",
4595
+ "name": "value-low",
4596
+ "description": "The lower picked value.",
4627
4597
  "type": "number",
4628
- "default": "\"1\""
4598
+ "default": "\"0\""
4629
4599
  },
4630
4600
  {
4631
- "name": "max-gap",
4632
- "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
4601
+ "name": "value-high",
4602
+ "description": "The higher picked value.",
4633
4603
  "type": "number",
4634
- "default": "\"undefined\""
4604
+ "default": "\"100\""
4635
4605
  },
4636
4606
  {
4637
4607
  "name": "name",
@@ -4723,6 +4693,20 @@
4723
4693
  "type": "number",
4724
4694
  "default": "\"100\""
4725
4695
  },
4696
+ {
4697
+ "name": "minGap",
4698
+ "attribute": "min-gap",
4699
+ "description": "Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap",
4700
+ "type": "number",
4701
+ "default": "\"undefined\""
4702
+ },
4703
+ {
4704
+ "name": "maxGap",
4705
+ "attribute": "max-gap",
4706
+ "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
4707
+ "type": "number",
4708
+ "default": "\"undefined\""
4709
+ },
4726
4710
  {
4727
4711
  "name": "valueLow",
4728
4712
  "attribute": "value-low",
@@ -4737,20 +4721,6 @@
4737
4721
  "type": "number",
4738
4722
  "default": "\"100\""
4739
4723
  },
4740
- {
4741
- "name": "minGap",
4742
- "attribute": "min-gap",
4743
- "description": "Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap",
4744
- "type": "number",
4745
- "default": "\"1\""
4746
- },
4747
- {
4748
- "name": "maxGap",
4749
- "attribute": "max-gap",
4750
- "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
4751
- "type": "number",
4752
- "default": "\"undefined\""
4753
- },
4754
4724
  {
4755
4725
  "name": "formAssociated",
4756
4726
  "description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
@@ -4813,6 +4783,16 @@
4813
4783
  {
4814
4784
  "name": "validationMessage"
4815
4785
  }
4786
+ ],
4787
+ "events": [
4788
+ {
4789
+ "name": "input",
4790
+ "description": "on input"
4791
+ },
4792
+ {
4793
+ "name": "change",
4794
+ "description": "on change"
4795
+ }
4816
4796
  ]
4817
4797
  },
4818
4798
  {
@@ -5919,11 +5899,26 @@
5919
5899
  {
5920
5900
  "name": "uui-scroll-container",
5921
5901
  "path": "./../uui-scroll-container/lib/uui-scroll-container.element.ts",
5902
+ "attributes": [
5903
+ {
5904
+ "name": "enforce-scroll",
5905
+ "description": "forces the scrollbar to appear",
5906
+ "type": "boolean",
5907
+ "default": "false"
5908
+ }
5909
+ ],
5922
5910
  "properties": [
5923
5911
  {
5924
5912
  "name": "styles",
5925
5913
  "type": "CSSResult[]",
5926
5914
  "default": "[null]"
5915
+ },
5916
+ {
5917
+ "name": "enforceScroll",
5918
+ "attribute": "enforce-scroll",
5919
+ "description": "forces the scrollbar to appear",
5920
+ "type": "boolean",
5921
+ "default": "false"
5927
5922
  }
5928
5923
  ],
5929
5924
  "slots": [
@@ -7696,12 +7691,6 @@
7696
7691
  "description": "on change"
7697
7692
  }
7698
7693
  ],
7699
- "slots": [
7700
- {
7701
- "name": "",
7702
- "description": "Override the default label"
7703
- }
7704
- ],
7705
7694
  "cssProperties": [
7706
7695
  {
7707
7696
  "name": "--uui-toggle-size",