@umbraco-ui/uui 1.2.0-rc.1 → 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
  },
@@ -4084,6 +4054,11 @@
4084
4054
  "name": "uui-modal-sidebar",
4085
4055
  "path": "./../uui-modal/lib/uui-modal-sidebar.element.ts",
4086
4056
  "attributes": [
4057
+ {
4058
+ "name": "size",
4059
+ "type": "UUIModalSidebarSize",
4060
+ "default": "\"full\""
4061
+ },
4087
4062
  {
4088
4063
  "name": "is-open",
4089
4064
  "type": "boolean",
@@ -4110,6 +4085,12 @@
4110
4085
  }
4111
4086
  ],
4112
4087
  "properties": [
4088
+ {
4089
+ "name": "size",
4090
+ "attribute": "size",
4091
+ "type": "UUIModalSidebarSize",
4092
+ "default": "\"full\""
4093
+ },
4113
4094
  {
4114
4095
  "name": "isOpen",
4115
4096
  "attribute": "is-open",
@@ -4599,28 +4580,28 @@
4599
4580
  "default": "\"100\""
4600
4581
  },
4601
4582
  {
4602
- "name": "value-low",
4603
- "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",
4604
4585
  "type": "number",
4605
- "default": "\"0\""
4586
+ "default": "\"undefined\""
4606
4587
  },
4607
4588
  {
4608
- "name": "value-high",
4609
- "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.",
4610
4591
  "type": "number",
4611
- "default": "\"100\""
4592
+ "default": "\"undefined\""
4612
4593
  },
4613
4594
  {
4614
- "name": "min-gap",
4615
- "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.",
4616
4597
  "type": "number",
4617
- "default": "\"1\""
4598
+ "default": "\"0\""
4618
4599
  },
4619
4600
  {
4620
- "name": "max-gap",
4621
- "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.",
4622
4603
  "type": "number",
4623
- "default": "\"undefined\""
4604
+ "default": "\"100\""
4624
4605
  },
4625
4606
  {
4626
4607
  "name": "name",
@@ -4712,6 +4693,20 @@
4712
4693
  "type": "number",
4713
4694
  "default": "\"100\""
4714
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
+ },
4715
4710
  {
4716
4711
  "name": "valueLow",
4717
4712
  "attribute": "value-low",
@@ -4726,20 +4721,6 @@
4726
4721
  "type": "number",
4727
4722
  "default": "\"100\""
4728
4723
  },
4729
- {
4730
- "name": "minGap",
4731
- "attribute": "min-gap",
4732
- "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",
4733
- "type": "number",
4734
- "default": "\"1\""
4735
- },
4736
- {
4737
- "name": "maxGap",
4738
- "attribute": "max-gap",
4739
- "description": "Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.",
4740
- "type": "number",
4741
- "default": "\"undefined\""
4742
- },
4743
4724
  {
4744
4725
  "name": "formAssociated",
4745
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/",
@@ -4802,6 +4783,16 @@
4802
4783
  {
4803
4784
  "name": "validationMessage"
4804
4785
  }
4786
+ ],
4787
+ "events": [
4788
+ {
4789
+ "name": "input",
4790
+ "description": "on input"
4791
+ },
4792
+ {
4793
+ "name": "change",
4794
+ "description": "on change"
4795
+ }
4805
4796
  ]
4806
4797
  },
4807
4798
  {
@@ -5908,11 +5899,26 @@
5908
5899
  {
5909
5900
  "name": "uui-scroll-container",
5910
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
+ ],
5911
5910
  "properties": [
5912
5911
  {
5913
5912
  "name": "styles",
5914
5913
  "type": "CSSResult[]",
5915
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"
5916
5922
  }
5917
5923
  ],
5918
5924
  "slots": [
@@ -7685,12 +7691,6 @@
7685
7691
  "description": "on change"
7686
7692
  }
7687
7693
  ],
7688
- "slots": [
7689
- {
7690
- "name": "",
7691
- "description": "Override the default label"
7692
- }
7693
- ],
7694
7694
  "cssProperties": [
7695
7695
  {
7696
7696
  "name": "--uui-toggle-size",