@warp-ds/elements 2.6.0 → 2.7.0-next.2

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.
Files changed (119) hide show
  1. package/dist/custom-elements.json +1552 -0
  2. package/dist/index.d.ts +561 -0
  3. package/dist/packages/affix/affix.js +11 -11
  4. package/dist/packages/affix/affix.js.map +3 -3
  5. package/dist/packages/alert/alert.js +7 -7
  6. package/dist/packages/alert/alert.js.map +3 -3
  7. package/dist/packages/attention/attention.js +22 -22
  8. package/dist/packages/attention/attention.js.map +3 -3
  9. package/dist/packages/breadcrumbs/breadcrumbs.js +9 -9
  10. package/dist/packages/breadcrumbs/breadcrumbs.js.map +3 -3
  11. package/dist/packages/button/button.js +11 -11
  12. package/dist/packages/button/button.js.map +3 -3
  13. package/dist/packages/card/card.js +8 -8
  14. package/dist/packages/card/card.js.map +3 -3
  15. package/dist/packages/checkbox/checkbox.a11y.test.d.ts +1 -0
  16. package/dist/packages/checkbox/checkbox.a11y.test.js +73 -0
  17. package/dist/packages/checkbox/checkbox.d.ts +49 -0
  18. package/dist/packages/checkbox/checkbox.js +2594 -0
  19. package/dist/packages/checkbox/checkbox.js.map +7 -0
  20. package/dist/packages/checkbox/checkbox.react.stories.d.ts +12 -0
  21. package/dist/packages/checkbox/checkbox.react.stories.js +10 -0
  22. package/dist/packages/checkbox/checkbox.stories.d.ts +25 -0
  23. package/dist/packages/checkbox/checkbox.stories.js +183 -0
  24. package/dist/packages/checkbox/checkbox.test.d.ts +1 -0
  25. package/dist/packages/checkbox/checkbox.test.js +142 -0
  26. package/dist/packages/checkbox/react.d.ts +5 -0
  27. package/dist/packages/checkbox/react.js +15 -0
  28. package/dist/packages/checkbox/styles.d.ts +1 -0
  29. package/dist/packages/checkbox/styles.js +134 -0
  30. package/dist/packages/checkbox-group/checkbox-group.a11y.test.d.ts +2 -0
  31. package/dist/packages/checkbox-group/checkbox-group.a11y.test.js +109 -0
  32. package/dist/packages/checkbox-group/checkbox-group.d.ts +33 -0
  33. package/dist/packages/checkbox-group/checkbox-group.js +71 -0
  34. package/dist/packages/checkbox-group/checkbox-group.js.map +7 -0
  35. package/dist/packages/checkbox-group/checkbox-group.test.d.ts +2 -0
  36. package/dist/packages/checkbox-group/checkbox-group.test.js +112 -0
  37. package/dist/packages/checkbox-group/locales/da/messages.d.mts +1 -0
  38. package/dist/packages/checkbox-group/locales/da/messages.mjs +1 -0
  39. package/dist/packages/checkbox-group/locales/en/messages.d.mts +1 -0
  40. package/dist/packages/checkbox-group/locales/en/messages.mjs +1 -0
  41. package/dist/packages/checkbox-group/locales/fi/messages.d.mts +1 -0
  42. package/dist/packages/checkbox-group/locales/fi/messages.mjs +1 -0
  43. package/dist/packages/checkbox-group/locales/nb/messages.d.mts +1 -0
  44. package/dist/packages/checkbox-group/locales/nb/messages.mjs +1 -0
  45. package/dist/packages/checkbox-group/locales/sv/messages.d.mts +1 -0
  46. package/dist/packages/checkbox-group/locales/sv/messages.mjs +1 -0
  47. package/dist/packages/checkbox-group/react.d.ts +2 -0
  48. package/dist/packages/checkbox-group/react.js +11 -0
  49. package/dist/packages/combobox/combobox.js +11 -11
  50. package/dist/packages/combobox/combobox.js.map +3 -3
  51. package/dist/packages/datepicker/datepicker.js +42 -42
  52. package/dist/packages/datepicker/datepicker.js.map +3 -3
  53. package/dist/packages/expandable/expandable.js +11 -11
  54. package/dist/packages/expandable/expandable.js.map +3 -3
  55. package/dist/packages/i18n.d.ts +2 -0
  56. package/dist/packages/i18n.js +87 -2
  57. package/dist/packages/modal-header/modal-header.js +15 -15
  58. package/dist/packages/modal-header/modal-header.js.map +3 -3
  59. package/dist/packages/page-indicator/page-indicator.js +7 -7
  60. package/dist/packages/page-indicator/page-indicator.js.map +3 -3
  61. package/dist/packages/pagination/pagination.js +24 -24
  62. package/dist/packages/pagination/pagination.js.map +3 -3
  63. package/dist/packages/pill/pill.js +10 -10
  64. package/dist/packages/pill/pill.js.map +3 -3
  65. package/dist/packages/select/select.js +20 -20
  66. package/dist/packages/select/select.js.map +3 -3
  67. package/dist/packages/slider/Slider.d.ts +2 -0
  68. package/dist/packages/slider/Slider.js +8 -0
  69. package/dist/packages/slider/index.d.ts +2 -0
  70. package/dist/packages/slider/index.js +2 -0
  71. package/dist/packages/slider/locales/da/messages.d.mts +1 -0
  72. package/dist/packages/slider/locales/da/messages.mjs +1 -0
  73. package/dist/packages/slider/locales/en/messages.d.mts +1 -0
  74. package/dist/packages/slider/locales/en/messages.mjs +1 -0
  75. package/dist/packages/slider/locales/fi/messages.d.mts +1 -0
  76. package/dist/packages/slider/locales/fi/messages.mjs +1 -0
  77. package/dist/packages/slider/locales/nb/messages.d.mts +1 -0
  78. package/dist/packages/slider/locales/nb/messages.mjs +1 -0
  79. package/dist/packages/slider/locales/sv/messages.d.mts +1 -0
  80. package/dist/packages/slider/locales/sv/messages.mjs +1 -0
  81. package/dist/packages/slider/react.d.ts +3 -0
  82. package/dist/packages/slider/react.js +13 -0
  83. package/dist/packages/slider/slider.d.ts +64 -0
  84. package/dist/packages/slider/slider.js +2641 -0
  85. package/dist/packages/slider/slider.js.map +7 -0
  86. package/dist/packages/slider/slider.react.stories.d.ts +19 -0
  87. package/dist/packages/slider/slider.react.stories.js +161 -0
  88. package/dist/packages/slider/slider.stories.d.ts +26 -0
  89. package/dist/packages/slider/slider.stories.js +464 -0
  90. package/dist/packages/slider/slider.test.d.ts +5 -0
  91. package/dist/packages/slider/slider.test.js +380 -0
  92. package/dist/packages/slider/styles/w-slider.styles.d.ts +1 -0
  93. package/dist/packages/slider/styles/w-slider.styles.js +154 -0
  94. package/dist/packages/slider/styles.d.ts +1 -0
  95. package/dist/packages/slider/styles.js +2 -0
  96. package/dist/packages/slider-thumb/SliderThumb.d.ts +2 -0
  97. package/dist/packages/slider-thumb/SliderThumb.js +8 -0
  98. package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.d.ts +2 -0
  99. package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.js +3 -0
  100. package/dist/packages/slider-thumb/react.d.ts +6 -0
  101. package/dist/packages/slider-thumb/react.js +15 -0
  102. package/dist/packages/slider-thumb/slider-thumb.d.ts +72 -0
  103. package/dist/packages/slider-thumb/slider-thumb.js +2774 -0
  104. package/dist/packages/slider-thumb/slider-thumb.js.map +7 -0
  105. package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.d.ts +1 -0
  106. package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.js +194 -0
  107. package/dist/packages/step/step.js +13 -13
  108. package/dist/packages/step/step.js.map +3 -3
  109. package/dist/packages/step-indicator/step-indicator.a11y.test.js +6 -2
  110. package/dist/packages/textarea/textarea.a11y.test.js +1 -1
  111. package/dist/packages/textarea/textarea.test.js +2 -1
  112. package/dist/packages/textfield/styles/w-textfield.styles.js +6 -0
  113. package/dist/packages/textfield/textfield.js +7 -1
  114. package/dist/packages/textfield/textfield.js.map +2 -2
  115. package/dist/packages/toast/toast.js +13 -13
  116. package/dist/packages/toast/toast.js.map +3 -3
  117. package/dist/setup-tests.js +1 -1
  118. package/dist/web-types.json +328 -1
  119. package/package.json +1 -1
@@ -5635,6 +5635,1558 @@
5635
5635
  }
5636
5636
  }
5637
5637
  ]
5638
+ },
5639
+ {
5640
+ "kind": "javascript-module",
5641
+ "path": "packages/checkbox/checkbox.ts",
5642
+ "declarations": [
5643
+ {
5644
+ "kind": "class",
5645
+ "description": "",
5646
+ "name": "WCheckbox",
5647
+ "members": [
5648
+ {
5649
+ "kind": "field",
5650
+ "name": "shadowRootOptions",
5651
+ "type": {
5652
+ "text": "object"
5653
+ },
5654
+ "static": true,
5655
+ "default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
5656
+ },
5657
+ {
5658
+ "kind": "field",
5659
+ "name": "input",
5660
+ "type": {
5661
+ "text": "HTMLInputElement | null"
5662
+ }
5663
+ },
5664
+ {
5665
+ "kind": "field",
5666
+ "name": "name",
5667
+ "type": {
5668
+ "text": "string"
5669
+ },
5670
+ "default": "''",
5671
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
5672
+ "attribute": "name",
5673
+ "reflects": true
5674
+ },
5675
+ {
5676
+ "kind": "field",
5677
+ "name": "value",
5678
+ "type": {
5679
+ "text": "string | null"
5680
+ },
5681
+ "default": "null",
5682
+ "description": "The value of the checkbox, submitted as a name/value pair with form data.",
5683
+ "attribute": "value",
5684
+ "reflects": true
5685
+ },
5686
+ {
5687
+ "kind": "field",
5688
+ "name": "indeterminate",
5689
+ "type": {
5690
+ "text": "boolean"
5691
+ },
5692
+ "default": "false",
5693
+ "description": "Draws the checkbox in an indeterminate state.",
5694
+ "attribute": "indeterminate",
5695
+ "reflects": true
5696
+ },
5697
+ {
5698
+ "kind": "field",
5699
+ "name": "checked",
5700
+ "type": {
5701
+ "text": "boolean"
5702
+ },
5703
+ "default": "false",
5704
+ "description": "Draws the checkbox in a checked state (reflected to attribute).",
5705
+ "attribute": "checked",
5706
+ "reflects": true
5707
+ },
5708
+ {
5709
+ "kind": "field",
5710
+ "name": "disabled",
5711
+ "type": {
5712
+ "text": "boolean"
5713
+ },
5714
+ "default": "false",
5715
+ "description": "Disables the checkbox.",
5716
+ "attribute": "disabled",
5717
+ "reflects": true
5718
+ },
5719
+ {
5720
+ "kind": "field",
5721
+ "name": "required",
5722
+ "type": {
5723
+ "text": "boolean"
5724
+ },
5725
+ "default": "false",
5726
+ "description": "Makes the checkbox a required field.",
5727
+ "attribute": "required",
5728
+ "reflects": true
5729
+ },
5730
+ {
5731
+ "kind": "field",
5732
+ "name": "invalid",
5733
+ "type": {
5734
+ "text": "boolean"
5735
+ },
5736
+ "default": "false",
5737
+ "description": "Draws the checkbox in an invalid state.",
5738
+ "attribute": "invalid",
5739
+ "reflects": true
5740
+ },
5741
+ {
5742
+ "kind": "field",
5743
+ "name": "#defaultChecked",
5744
+ "privacy": "private",
5745
+ "type": {
5746
+ "text": "boolean"
5747
+ },
5748
+ "default": "false",
5749
+ "description": "The default value of the form control. Used for resetting."
5750
+ },
5751
+ {
5752
+ "kind": "field",
5753
+ "name": "#invalidFromRequired",
5754
+ "privacy": "private",
5755
+ "type": {
5756
+ "text": "boolean"
5757
+ },
5758
+ "default": "false"
5759
+ },
5760
+ {
5761
+ "kind": "field",
5762
+ "name": "#hasInteracted",
5763
+ "privacy": "private",
5764
+ "type": {
5765
+ "text": "boolean"
5766
+ },
5767
+ "default": "false"
5768
+ },
5769
+ {
5770
+ "kind": "field",
5771
+ "name": "#autoTabIndex",
5772
+ "privacy": "private",
5773
+ "type": {
5774
+ "text": "boolean"
5775
+ },
5776
+ "default": "false"
5777
+ },
5778
+ {
5779
+ "kind": "method",
5780
+ "name": "handleClick",
5781
+ "privacy": "private"
5782
+ },
5783
+ {
5784
+ "kind": "field",
5785
+ "name": "#handleInvalid",
5786
+ "privacy": "private"
5787
+ },
5788
+ {
5789
+ "kind": "field",
5790
+ "name": "#handleKeyDown",
5791
+ "privacy": "private"
5792
+ },
5793
+ {
5794
+ "kind": "method",
5795
+ "name": "resetFormControl",
5796
+ "return": {
5797
+ "type": {
5798
+ "text": "void"
5799
+ }
5800
+ },
5801
+ "type": {
5802
+ "text": "resetFormControl() => void"
5803
+ }
5804
+ },
5805
+ {
5806
+ "kind": "method",
5807
+ "name": "click",
5808
+ "type": {
5809
+ "text": "click() => void"
5810
+ }
5811
+ },
5812
+ {
5813
+ "kind": "method",
5814
+ "name": "focus",
5815
+ "parameters": [
5816
+ {
5817
+ "name": "options",
5818
+ "optional": true,
5819
+ "type": {
5820
+ "text": "FocusOptions"
5821
+ }
5822
+ }
5823
+ ],
5824
+ "type": {
5825
+ "text": "focus(options?: FocusOptions) => void"
5826
+ }
5827
+ },
5828
+ {
5829
+ "kind": "method",
5830
+ "name": "blur",
5831
+ "type": {
5832
+ "text": "blur() => void"
5833
+ }
5834
+ },
5835
+ {
5836
+ "kind": "field",
5837
+ "name": "validationMessage",
5838
+ "type": {
5839
+ "text": "string"
5840
+ },
5841
+ "description": "Returns the validation message if the checkbox is invalid, otherwise an empty string",
5842
+ "readonly": true
5843
+ },
5844
+ {
5845
+ "kind": "field",
5846
+ "name": "validity",
5847
+ "type": {
5848
+ "text": "ValidityState"
5849
+ },
5850
+ "description": "Returns the validity state of the checkbox",
5851
+ "readonly": true
5852
+ },
5853
+ {
5854
+ "kind": "method",
5855
+ "name": "checkValidity",
5856
+ "return": {
5857
+ "type": {
5858
+ "text": "boolean"
5859
+ }
5860
+ },
5861
+ "description": "Checks whether the checkbox passes constraint validation",
5862
+ "type": {
5863
+ "text": "checkValidity() => boolean"
5864
+ }
5865
+ },
5866
+ {
5867
+ "kind": "method",
5868
+ "name": "reportValidity",
5869
+ "return": {
5870
+ "type": {
5871
+ "text": "boolean"
5872
+ }
5873
+ },
5874
+ "description": "Checks validity and shows the browser's validation message if invalid",
5875
+ "type": {
5876
+ "text": "reportValidity() => boolean"
5877
+ }
5878
+ }
5879
+ ],
5880
+ "events": [
5881
+ {
5882
+ "name": "change",
5883
+ "type": {
5884
+ "text": "Event"
5885
+ }
5886
+ }
5887
+ ],
5888
+ "attributes": [
5889
+ {
5890
+ "name": "name",
5891
+ "type": {
5892
+ "text": "string"
5893
+ },
5894
+ "default": "''",
5895
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
5896
+ "fieldName": "name"
5897
+ },
5898
+ {
5899
+ "name": "value",
5900
+ "type": {
5901
+ "text": "string | null"
5902
+ },
5903
+ "default": "null",
5904
+ "description": "The value of the checkbox, submitted as a name/value pair with form data.",
5905
+ "fieldName": "value"
5906
+ },
5907
+ {
5908
+ "name": "indeterminate",
5909
+ "type": {
5910
+ "text": "boolean"
5911
+ },
5912
+ "default": "false",
5913
+ "description": "Draws the checkbox in an indeterminate state.",
5914
+ "fieldName": "indeterminate"
5915
+ },
5916
+ {
5917
+ "name": "checked",
5918
+ "type": {
5919
+ "text": "boolean"
5920
+ },
5921
+ "default": "false",
5922
+ "description": "Draws the checkbox in a checked state (reflected to attribute).",
5923
+ "fieldName": "checked"
5924
+ },
5925
+ {
5926
+ "name": "disabled",
5927
+ "type": {
5928
+ "text": "boolean"
5929
+ },
5930
+ "default": "false",
5931
+ "description": "Disables the checkbox.",
5932
+ "fieldName": "disabled"
5933
+ },
5934
+ {
5935
+ "name": "required",
5936
+ "type": {
5937
+ "text": "boolean"
5938
+ },
5939
+ "default": "false",
5940
+ "description": "Makes the checkbox a required field.",
5941
+ "fieldName": "required"
5942
+ },
5943
+ {
5944
+ "name": "invalid",
5945
+ "type": {
5946
+ "text": "boolean"
5947
+ },
5948
+ "default": "false",
5949
+ "description": "Draws the checkbox in an invalid state.",
5950
+ "fieldName": "invalid"
5951
+ }
5952
+ ],
5953
+ "mixins": [
5954
+ {
5955
+ "name": "FormControlMixin",
5956
+ "package": "@open-wc/form-control"
5957
+ }
5958
+ ],
5959
+ "superclass": {
5960
+ "name": "LitElement",
5961
+ "package": "lit"
5962
+ },
5963
+ "tagName": "w-checkbox",
5964
+ "customElement": true,
5965
+ "modulePath": "packages/checkbox/checkbox.ts",
5966
+ "definitionPath": "packages/checkbox/checkbox.ts"
5967
+ }
5968
+ ],
5969
+ "exports": [
5970
+ {
5971
+ "kind": "js",
5972
+ "name": "WCheckbox",
5973
+ "declaration": {
5974
+ "name": "WCheckbox",
5975
+ "module": "packages/checkbox/checkbox.ts"
5976
+ }
5977
+ },
5978
+ {
5979
+ "kind": "custom-element-definition",
5980
+ "name": "w-checkbox",
5981
+ "declaration": {
5982
+ "name": "WCheckbox",
5983
+ "module": "packages/checkbox/checkbox.ts"
5984
+ }
5985
+ }
5986
+ ]
5987
+ },
5988
+ {
5989
+ "kind": "javascript-module",
5990
+ "path": "packages/checkbox-group/checkbox-group.ts",
5991
+ "declarations": [
5992
+ {
5993
+ "kind": "class",
5994
+ "description": "",
5995
+ "name": "WCheckboxGroup",
5996
+ "members": [
5997
+ {
5998
+ "kind": "field",
5999
+ "name": "label",
6000
+ "type": {
6001
+ "text": "string"
6002
+ },
6003
+ "description": "The group label displayed above the checkboxes.",
6004
+ "attribute": "label",
6005
+ "reflects": true
6006
+ },
6007
+ {
6008
+ "kind": "field",
6009
+ "name": "name",
6010
+ "type": {
6011
+ "text": "string"
6012
+ },
6013
+ "description": "The name applied to child checkboxes when they do not provide one.",
6014
+ "attribute": "name",
6015
+ "reflects": true
6016
+ },
6017
+ {
6018
+ "kind": "field",
6019
+ "name": "optional",
6020
+ "type": {
6021
+ "text": "boolean"
6022
+ },
6023
+ "description": "Whether to show optional text next to the label.",
6024
+ "attribute": "optional",
6025
+ "reflects": true
6026
+ },
6027
+ {
6028
+ "kind": "field",
6029
+ "name": "helpText",
6030
+ "type": {
6031
+ "text": "string"
6032
+ },
6033
+ "attribute": "help-text",
6034
+ "reflects": true
6035
+ },
6036
+ {
6037
+ "kind": "field",
6038
+ "name": "required",
6039
+ "type": {
6040
+ "text": "boolean"
6041
+ },
6042
+ "description": "Makes the checkbox group required.",
6043
+ "attribute": "required",
6044
+ "reflects": true
6045
+ },
6046
+ {
6047
+ "kind": "field",
6048
+ "name": "invalid",
6049
+ "type": {
6050
+ "text": "boolean"
6051
+ },
6052
+ "description": "Marks the checkbox group as invalid.",
6053
+ "attribute": "invalid",
6054
+ "reflects": true
6055
+ },
6056
+ {
6057
+ "kind": "field",
6058
+ "name": "#hasInteracted",
6059
+ "privacy": "private",
6060
+ "type": {
6061
+ "text": "boolean"
6062
+ },
6063
+ "default": "false"
6064
+ },
6065
+ {
6066
+ "kind": "field",
6067
+ "name": "#hasWarnedMissingName",
6068
+ "privacy": "private",
6069
+ "type": {
6070
+ "text": "boolean"
6071
+ },
6072
+ "default": "false"
6073
+ },
6074
+ {
6075
+ "kind": "field",
6076
+ "name": "#autoTabIndex",
6077
+ "privacy": "private",
6078
+ "type": {
6079
+ "text": "boolean"
6080
+ },
6081
+ "default": "false"
6082
+ },
6083
+ {
6084
+ "kind": "field",
6085
+ "name": "#unsubscribeI18n",
6086
+ "privacy": "private",
6087
+ "type": {
6088
+ "text": "() => void | undefined"
6089
+ }
6090
+ },
6091
+ {
6092
+ "kind": "method",
6093
+ "name": "checkValidity",
6094
+ "return": {
6095
+ "type": {
6096
+ "text": "boolean"
6097
+ }
6098
+ },
6099
+ "description": "Checks whether the group passes constraint validation",
6100
+ "type": {
6101
+ "text": "checkValidity() => boolean"
6102
+ }
6103
+ },
6104
+ {
6105
+ "kind": "method",
6106
+ "name": "reportValidity",
6107
+ "return": {
6108
+ "type": {
6109
+ "text": "boolean"
6110
+ }
6111
+ },
6112
+ "description": "Checks validity and shows the validation message if invalid",
6113
+ "type": {
6114
+ "text": "reportValidity() => boolean"
6115
+ }
6116
+ },
6117
+ {
6118
+ "kind": "method",
6119
+ "name": "focus",
6120
+ "parameters": [
6121
+ {
6122
+ "name": "options",
6123
+ "optional": true,
6124
+ "type": {
6125
+ "text": "FocusOptions"
6126
+ }
6127
+ }
6128
+ ],
6129
+ "description": "Sets focus on the checkbox group.",
6130
+ "type": {
6131
+ "text": "focus(options?: FocusOptions) => void"
6132
+ }
6133
+ },
6134
+ {
6135
+ "kind": "field",
6136
+ "name": "#handleChange",
6137
+ "privacy": "private"
6138
+ },
6139
+ {
6140
+ "kind": "field",
6141
+ "name": "#handleInvalid",
6142
+ "privacy": "private"
6143
+ },
6144
+ {
6145
+ "kind": "field",
6146
+ "name": "#handleSlotChange",
6147
+ "privacy": "private"
6148
+ },
6149
+ {
6150
+ "kind": "method",
6151
+ "name": "#markInteracted",
6152
+ "privacy": "private",
6153
+ "return": {
6154
+ "type": {
6155
+ "text": "void"
6156
+ }
6157
+ }
6158
+ },
6159
+ {
6160
+ "kind": "field",
6161
+ "name": "#handleI18nChange",
6162
+ "privacy": "private"
6163
+ },
6164
+ {
6165
+ "kind": "method",
6166
+ "name": "#getCheckedCount",
6167
+ "privacy": "private",
6168
+ "return": {
6169
+ "type": {
6170
+ "text": "number"
6171
+ }
6172
+ }
6173
+ },
6174
+ {
6175
+ "kind": "method",
6176
+ "name": "#applyGroupName",
6177
+ "privacy": "private",
6178
+ "return": {
6179
+ "type": {
6180
+ "text": "void"
6181
+ }
6182
+ }
6183
+ },
6184
+ {
6185
+ "kind": "method",
6186
+ "name": "#syncChildInvalid",
6187
+ "privacy": "private",
6188
+ "return": {
6189
+ "type": {
6190
+ "text": "void"
6191
+ }
6192
+ },
6193
+ "parameters": [
6194
+ {
6195
+ "name": "isInvalid",
6196
+ "type": {
6197
+ "text": "boolean"
6198
+ }
6199
+ }
6200
+ ]
6201
+ },
6202
+ {
6203
+ "kind": "method",
6204
+ "name": "#getValidationAnchor",
6205
+ "privacy": "private",
6206
+ "return": {
6207
+ "type": {
6208
+ "text": "HTMLElement | undefined"
6209
+ }
6210
+ }
6211
+ },
6212
+ {
6213
+ "kind": "method",
6214
+ "name": "#getAssignedElements",
6215
+ "privacy": "private",
6216
+ "return": {
6217
+ "type": {
6218
+ "text": "Element[]"
6219
+ }
6220
+ }
6221
+ },
6222
+ {
6223
+ "kind": "method",
6224
+ "name": "#getRequiredMessage",
6225
+ "privacy": "private",
6226
+ "return": {
6227
+ "type": {
6228
+ "text": "string"
6229
+ }
6230
+ }
6231
+ },
6232
+ {
6233
+ "kind": "method",
6234
+ "name": "#shouldUpdateValidity",
6235
+ "privacy": "private",
6236
+ "return": {
6237
+ "type": {
6238
+ "text": "boolean"
6239
+ }
6240
+ },
6241
+ "parameters": [
6242
+ {
6243
+ "name": "changedProperties",
6244
+ "type": {
6245
+ "text": "PropertyValues<this>"
6246
+ }
6247
+ }
6248
+ ]
6249
+ },
6250
+ {
6251
+ "kind": "method",
6252
+ "name": "#setValidityState",
6253
+ "privacy": "private",
6254
+ "return": {
6255
+ "type": {
6256
+ "text": "void"
6257
+ }
6258
+ },
6259
+ "parameters": [
6260
+ {
6261
+ "name": "state",
6262
+ "type": {
6263
+ "text": "ValidityStateFlags"
6264
+ }
6265
+ }
6266
+ ]
6267
+ },
6268
+ {
6269
+ "kind": "method",
6270
+ "name": "#syncHostTabIndex",
6271
+ "privacy": "private",
6272
+ "return": {
6273
+ "type": {
6274
+ "text": "void"
6275
+ }
6276
+ },
6277
+ "parameters": [
6278
+ {
6279
+ "name": "shouldBeFocusable",
6280
+ "type": {
6281
+ "text": "boolean"
6282
+ }
6283
+ }
6284
+ ]
6285
+ },
6286
+ {
6287
+ "kind": "method",
6288
+ "name": "#updateValidity",
6289
+ "privacy": "private",
6290
+ "return": {
6291
+ "type": {
6292
+ "text": "void"
6293
+ }
6294
+ }
6295
+ },
6296
+ {
6297
+ "kind": "method",
6298
+ "name": "#warnIfMissingName",
6299
+ "privacy": "private",
6300
+ "return": {
6301
+ "type": {
6302
+ "text": "void"
6303
+ }
6304
+ }
6305
+ }
6306
+ ],
6307
+ "attributes": [
6308
+ {
6309
+ "name": "label",
6310
+ "type": {
6311
+ "text": "string"
6312
+ },
6313
+ "description": "The group label displayed above the checkboxes.",
6314
+ "fieldName": "label"
6315
+ },
6316
+ {
6317
+ "name": "name",
6318
+ "type": {
6319
+ "text": "string"
6320
+ },
6321
+ "description": "The name applied to child checkboxes when they do not provide one.",
6322
+ "fieldName": "name"
6323
+ },
6324
+ {
6325
+ "name": "optional",
6326
+ "type": {
6327
+ "text": "boolean"
6328
+ },
6329
+ "description": "Whether to show optional text next to the label.",
6330
+ "fieldName": "optional"
6331
+ },
6332
+ {
6333
+ "name": "help-text",
6334
+ "type": {
6335
+ "text": "string"
6336
+ },
6337
+ "fieldName": "helpText"
6338
+ },
6339
+ {
6340
+ "name": "required",
6341
+ "type": {
6342
+ "text": "boolean"
6343
+ },
6344
+ "description": "Makes the checkbox group required.",
6345
+ "fieldName": "required"
6346
+ },
6347
+ {
6348
+ "name": "invalid",
6349
+ "type": {
6350
+ "text": "boolean"
6351
+ },
6352
+ "description": "Marks the checkbox group as invalid.",
6353
+ "fieldName": "invalid"
6354
+ }
6355
+ ],
6356
+ "mixins": [
6357
+ {
6358
+ "name": "FormControlMixin",
6359
+ "package": "@open-wc/form-control"
6360
+ }
6361
+ ],
6362
+ "superclass": {
6363
+ "name": "LitElement",
6364
+ "package": "lit"
6365
+ },
6366
+ "tagName": "w-checkbox-group",
6367
+ "customElement": true,
6368
+ "modulePath": "packages/checkbox-group/checkbox-group.ts",
6369
+ "definitionPath": "packages/checkbox-group/checkbox-group.ts"
6370
+ }
6371
+ ],
6372
+ "exports": [
6373
+ {
6374
+ "kind": "js",
6375
+ "name": "WCheckboxGroup",
6376
+ "declaration": {
6377
+ "name": "WCheckboxGroup",
6378
+ "module": "packages/checkbox-group/checkbox-group.ts"
6379
+ }
6380
+ },
6381
+ {
6382
+ "kind": "custom-element-definition",
6383
+ "name": "w-checkbox-group",
6384
+ "declaration": {
6385
+ "name": "WCheckboxGroup",
6386
+ "module": "packages/checkbox-group/checkbox-group.ts"
6387
+ }
6388
+ }
6389
+ ]
6390
+ },
6391
+ {
6392
+ "kind": "javascript-module",
6393
+ "path": "packages/slider-thumb/slider-thumb.ts",
6394
+ "declarations": [
6395
+ {
6396
+ "kind": "class",
6397
+ "description": "Component to place inside a `<w-slider>`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)",
6398
+ "name": "WarpSliderThumb",
6399
+ "members": [
6400
+ {
6401
+ "kind": "field",
6402
+ "name": "shadowRootOptions",
6403
+ "type": {
6404
+ "text": "object"
6405
+ },
6406
+ "static": true,
6407
+ "default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
6408
+ },
6409
+ {
6410
+ "kind": "field",
6411
+ "name": "ariaLabel",
6412
+ "type": {
6413
+ "text": "string"
6414
+ },
6415
+ "attribute": "aria-label",
6416
+ "reflects": true
6417
+ },
6418
+ {
6419
+ "kind": "field",
6420
+ "name": "ariaDescription",
6421
+ "type": {
6422
+ "text": "string"
6423
+ },
6424
+ "attribute": "aria-description",
6425
+ "reflects": true
6426
+ },
6427
+ {
6428
+ "kind": "field",
6429
+ "name": "name",
6430
+ "type": {
6431
+ "text": "string"
6432
+ },
6433
+ "attribute": "name",
6434
+ "reflects": true
6435
+ },
6436
+ {
6437
+ "kind": "field",
6438
+ "name": "value",
6439
+ "type": {
6440
+ "text": "string"
6441
+ },
6442
+ "attribute": "value",
6443
+ "reflects": true
6444
+ },
6445
+ {
6446
+ "kind": "field",
6447
+ "name": "placeholder",
6448
+ "type": {
6449
+ "text": "string"
6450
+ },
6451
+ "attribute": "placeholder",
6452
+ "reflects": true
6453
+ },
6454
+ {
6455
+ "kind": "field",
6456
+ "name": "range",
6457
+ "type": {
6458
+ "text": "HTMLInputElement"
6459
+ }
6460
+ },
6461
+ {
6462
+ "kind": "field",
6463
+ "name": "tooltipTarget",
6464
+ "type": {
6465
+ "text": "HTMLOutputElement"
6466
+ }
6467
+ },
6468
+ {
6469
+ "kind": "field",
6470
+ "name": "textfield",
6471
+ "type": {
6472
+ "text": "WarpTextField"
6473
+ }
6474
+ },
6475
+ {
6476
+ "kind": "field",
6477
+ "name": "#initialValue",
6478
+ "privacy": "private",
6479
+ "type": {
6480
+ "text": "string | null"
6481
+ },
6482
+ "default": "null"
6483
+ },
6484
+ {
6485
+ "kind": "method",
6486
+ "name": "resetFormControl",
6487
+ "return": {
6488
+ "type": {
6489
+ "text": "void"
6490
+ }
6491
+ },
6492
+ "type": {
6493
+ "text": "resetFormControl() => void"
6494
+ }
6495
+ },
6496
+ {
6497
+ "kind": "method",
6498
+ "name": "#showTooltip",
6499
+ "privacy": "private",
6500
+ "return": {
6501
+ "type": {
6502
+ "text": "void"
6503
+ }
6504
+ }
6505
+ },
6506
+ {
6507
+ "kind": "method",
6508
+ "name": "#hideTooltip",
6509
+ "privacy": "private",
6510
+ "return": {
6511
+ "type": {
6512
+ "text": "void"
6513
+ }
6514
+ }
6515
+ },
6516
+ {
6517
+ "kind": "method",
6518
+ "name": "#syncRangeValue",
6519
+ "privacy": "private",
6520
+ "return": {
6521
+ "type": {
6522
+ "text": "void"
6523
+ }
6524
+ }
6525
+ },
6526
+ {
6527
+ "kind": "method",
6528
+ "name": "#handleValidity",
6529
+ "privacy": "private",
6530
+ "parameters": [
6531
+ {
6532
+ "name": "error",
6533
+ "type": {
6534
+ "text": "string"
6535
+ }
6536
+ }
6537
+ ]
6538
+ },
6539
+ {
6540
+ "kind": "method",
6541
+ "name": "updateFieldAfterValidation",
6542
+ "type": {
6543
+ "text": "updateFieldAfterValidation() => void"
6544
+ }
6545
+ },
6546
+ {
6547
+ "kind": "method",
6548
+ "name": "#handleValueChange",
6549
+ "privacy": "private",
6550
+ "return": {
6551
+ "type": {
6552
+ "text": "Promise<{ shouldCancel: boolean; originalValue?: string }>"
6553
+ }
6554
+ },
6555
+ "parameters": [
6556
+ {
6557
+ "name": "value",
6558
+ "type": {
6559
+ "text": "string"
6560
+ }
6561
+ },
6562
+ {
6563
+ "name": "isFromTextInput",
6564
+ "type": {
6565
+ "text": "boolean"
6566
+ }
6567
+ }
6568
+ ]
6569
+ },
6570
+ {
6571
+ "kind": "method",
6572
+ "name": "#onInput",
6573
+ "privacy": "private",
6574
+ "return": {
6575
+ "type": {
6576
+ "text": "Promise<boolean>"
6577
+ }
6578
+ },
6579
+ "parameters": [
6580
+ {
6581
+ "name": "e",
6582
+ "type": {
6583
+ "text": "InputEvent | CustomEvent"
6584
+ }
6585
+ }
6586
+ ]
6587
+ },
6588
+ {
6589
+ "kind": "method",
6590
+ "name": "#onRangeSliderKeyDown",
6591
+ "privacy": "private",
6592
+ "return": {
6593
+ "type": {
6594
+ "text": "Promise<void>"
6595
+ }
6596
+ },
6597
+ "parameters": [
6598
+ {
6599
+ "name": "e",
6600
+ "type": {
6601
+ "text": "KeyboardEvent"
6602
+ }
6603
+ }
6604
+ ]
6605
+ },
6606
+ {
6607
+ "kind": "field",
6608
+ "name": "boundaryValue",
6609
+ "type": {
6610
+ "text": "string"
6611
+ },
6612
+ "readonly": true
6613
+ },
6614
+ {
6615
+ "kind": "field",
6616
+ "name": "textFieldDisplayValue",
6617
+ "description": "Value to display in the textfield (shows boundary when focused on empty value)",
6618
+ "readonly": true
6619
+ },
6620
+ {
6621
+ "kind": "field",
6622
+ "name": "tooltipDisplayValue",
6623
+ "type": {
6624
+ "text": "string | number"
6625
+ },
6626
+ "description": "Value to display in the tooltip",
6627
+ "readonly": true
6628
+ },
6629
+ {
6630
+ "kind": "field",
6631
+ "name": "ariaDescriptionText",
6632
+ "readonly": true
6633
+ }
6634
+ ],
6635
+ "events": [
6636
+ {
6637
+ "name": "slidervalidity",
6638
+ "type": {
6639
+ "text": "CustomEvent"
6640
+ }
6641
+ }
6642
+ ],
6643
+ "attributes": [
6644
+ {
6645
+ "name": "aria-label",
6646
+ "type": {
6647
+ "text": "string"
6648
+ },
6649
+ "fieldName": "ariaLabel"
6650
+ },
6651
+ {
6652
+ "name": "aria-description",
6653
+ "type": {
6654
+ "text": "string"
6655
+ },
6656
+ "fieldName": "ariaDescription"
6657
+ },
6658
+ {
6659
+ "name": "name",
6660
+ "type": {
6661
+ "text": "string"
6662
+ },
6663
+ "fieldName": "name"
6664
+ },
6665
+ {
6666
+ "name": "value",
6667
+ "type": {
6668
+ "text": "string"
6669
+ },
6670
+ "fieldName": "value"
6671
+ },
6672
+ {
6673
+ "name": "placeholder",
6674
+ "type": {
6675
+ "text": "string"
6676
+ },
6677
+ "fieldName": "placeholder"
6678
+ }
6679
+ ],
6680
+ "mixins": [
6681
+ {
6682
+ "name": "FormControlMixin",
6683
+ "package": "@open-wc/form-control"
6684
+ }
6685
+ ],
6686
+ "superclass": {
6687
+ "name": "LitElement",
6688
+ "package": "lit"
6689
+ },
6690
+ "tagName": "w-slider-thumb",
6691
+ "customElement": true,
6692
+ "modulePath": "packages/slider-thumb/slider-thumb.ts",
6693
+ "definitionPath": "packages/slider-thumb/slider-thumb.ts"
6694
+ }
6695
+ ],
6696
+ "exports": [
6697
+ {
6698
+ "kind": "custom-element-definition",
6699
+ "name": "w-slider-thumb",
6700
+ "declaration": {
6701
+ "name": "WarpSliderThumb",
6702
+ "module": "packages/slider-thumb/slider-thumb.ts"
6703
+ }
6704
+ },
6705
+ {
6706
+ "kind": "js",
6707
+ "name": "WarpSliderThumb",
6708
+ "declaration": {
6709
+ "name": "WarpSliderThumb",
6710
+ "module": "packages/slider-thumb/slider-thumb.ts"
6711
+ }
6712
+ }
6713
+ ]
6714
+ },
6715
+ {
6716
+ "kind": "javascript-module",
6717
+ "path": "packages/slider/slider.ts",
6718
+ "declarations": [
6719
+ {
6720
+ "kind": "class",
6721
+ "description": "Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)",
6722
+ "name": "WarpSlider",
6723
+ "slots": [
6724
+ {
6725
+ "description": "For single sliders place a `<w-slider-thumb>` in the default slot.",
6726
+ "name": ""
6727
+ },
6728
+ {
6729
+ "description": "Label for the slider or range slider as a whole.",
6730
+ "name": "label"
6731
+ },
6732
+ {
6733
+ "description": "Optional description between the label and slider.",
6734
+ "name": "description"
6735
+ },
6736
+ {
6737
+ "description": "Range sliders need to place a `<w-slider-thumb>` in the from and to slots.",
6738
+ "name": "from"
6739
+ },
6740
+ {
6741
+ "description": "Range sliders need to place a `<w-slider-thumb>` in the from and to slots.",
6742
+ "name": "to"
6743
+ }
6744
+ ],
6745
+ "members": [
6746
+ {
6747
+ "kind": "field",
6748
+ "name": "shadowRootOptions",
6749
+ "type": {
6750
+ "text": "object"
6751
+ },
6752
+ "static": true,
6753
+ "default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
6754
+ },
6755
+ {
6756
+ "kind": "field",
6757
+ "name": "label",
6758
+ "type": {
6759
+ "text": "string"
6760
+ },
6761
+ "description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead (f. ex. `<legend class=\"sr-only\" slot=\"label\">Production year</legend>`)",
6762
+ "attribute": "label",
6763
+ "reflects": true
6764
+ },
6765
+ {
6766
+ "kind": "field",
6767
+ "name": "disabled",
6768
+ "type": {
6769
+ "text": "boolean"
6770
+ },
6771
+ "default": "false",
6772
+ "attribute": "disabled",
6773
+ "reflects": true
6774
+ },
6775
+ {
6776
+ "kind": "field",
6777
+ "name": "openEnded",
6778
+ "type": {
6779
+ "text": "boolean"
6780
+ },
6781
+ "default": "false",
6782
+ "description": "Whether or not to allow values outside the range such as \"Before 1950\" and \"2025+\".",
6783
+ "attribute": "open-ended"
6784
+ },
6785
+ {
6786
+ "kind": "field",
6787
+ "name": "error",
6788
+ "type": {
6789
+ "text": "string"
6790
+ },
6791
+ "default": "''",
6792
+ "attribute": "error",
6793
+ "reflects": true
6794
+ },
6795
+ {
6796
+ "kind": "field",
6797
+ "name": "helpText",
6798
+ "type": {
6799
+ "text": "string"
6800
+ },
6801
+ "default": "''",
6802
+ "attribute": "help-text",
6803
+ "reflects": true
6804
+ },
6805
+ {
6806
+ "kind": "field",
6807
+ "name": "invalid",
6808
+ "type": {
6809
+ "text": "boolean"
6810
+ },
6811
+ "default": "false",
6812
+ "attribute": "invalid",
6813
+ "reflects": true
6814
+ },
6815
+ {
6816
+ "kind": "field",
6817
+ "name": "required",
6818
+ "type": {
6819
+ "text": "boolean"
6820
+ },
6821
+ "default": "false",
6822
+ "description": "Ensures a child slider thumb has a value before allowing the containing form to submit.",
6823
+ "attribute": "required",
6824
+ "reflects": true
6825
+ },
6826
+ {
6827
+ "kind": "field",
6828
+ "name": "min",
6829
+ "type": {
6830
+ "text": "string"
6831
+ },
6832
+ "attribute": "min",
6833
+ "reflects": true
6834
+ },
6835
+ {
6836
+ "kind": "field",
6837
+ "name": "max",
6838
+ "type": {
6839
+ "text": "string"
6840
+ },
6841
+ "attribute": "max",
6842
+ "reflects": true
6843
+ },
6844
+ {
6845
+ "kind": "field",
6846
+ "name": "markers",
6847
+ "type": {
6848
+ "text": "number"
6849
+ },
6850
+ "description": "Pass a value similar to step to create visual markers at that interval",
6851
+ "attribute": "markers",
6852
+ "reflects": true
6853
+ },
6854
+ {
6855
+ "kind": "field",
6856
+ "name": "step",
6857
+ "type": {
6858
+ "text": "number"
6859
+ },
6860
+ "attribute": "step",
6861
+ "reflects": true
6862
+ },
6863
+ {
6864
+ "kind": "field",
6865
+ "name": "suffix",
6866
+ "type": {
6867
+ "text": "string"
6868
+ },
6869
+ "default": "''",
6870
+ "description": "Suffix used in text input fields and for the min and max values of the slider.",
6871
+ "attribute": "suffix",
6872
+ "reflects": true
6873
+ },
6874
+ {
6875
+ "kind": "field",
6876
+ "name": "hiddenTextfield",
6877
+ "type": {
6878
+ "text": "boolean"
6879
+ },
6880
+ "default": "false",
6881
+ "attribute": "hidden-textfield",
6882
+ "reflects": true
6883
+ },
6884
+ {
6885
+ "kind": "field",
6886
+ "name": "valueFormatter",
6887
+ "type": {
6888
+ "text": "(value: string, slot: SliderSlot) => string"
6889
+ },
6890
+ "description": "Formatter for the tooltip and input mask values."
6891
+ },
6892
+ {
6893
+ "kind": "field",
6894
+ "name": "labelFormatter",
6895
+ "type": {
6896
+ "text": "(slot: SliderSlot) => string"
6897
+ },
6898
+ "description": "Formatter for the min and max labels below the range."
6899
+ },
6900
+ {
6901
+ "kind": "field",
6902
+ "name": "_invalidMessage",
6903
+ "type": {
6904
+ "text": "string"
6905
+ },
6906
+ "default": "''"
6907
+ },
6908
+ {
6909
+ "kind": "field",
6910
+ "name": "_hasInternalError",
6911
+ "type": {
6912
+ "text": "boolean"
6913
+ },
6914
+ "default": "false"
6915
+ },
6916
+ {
6917
+ "kind": "field",
6918
+ "name": "_showError",
6919
+ "type": {
6920
+ "text": "boolean"
6921
+ },
6922
+ "default": "false"
6923
+ },
6924
+ {
6925
+ "kind": "field",
6926
+ "name": "_tabbableElements",
6927
+ "type": {
6928
+ "text": "Array<HTMLElement>"
6929
+ },
6930
+ "default": "[]"
6931
+ },
6932
+ {
6933
+ "kind": "method",
6934
+ "name": "#syncSliderThumbs",
6935
+ "privacy": "private",
6936
+ "return": {
6937
+ "type": {
6938
+ "text": "void"
6939
+ }
6940
+ }
6941
+ },
6942
+ {
6943
+ "kind": "field",
6944
+ "name": "edgeMin",
6945
+ "readonly": true
6946
+ },
6947
+ {
6948
+ "kind": "field",
6949
+ "name": "edgeMax",
6950
+ "readonly": true
6951
+ },
6952
+ {
6953
+ "kind": "method",
6954
+ "name": "#onInput",
6955
+ "privacy": "private",
6956
+ "parameters": [
6957
+ {
6958
+ "name": "e",
6959
+ "type": {
6960
+ "text": "InputEvent"
6961
+ }
6962
+ }
6963
+ ]
6964
+ },
6965
+ {
6966
+ "kind": "method",
6967
+ "name": "#onBlur",
6968
+ "privacy": "private"
6969
+ },
6970
+ {
6971
+ "kind": "method",
6972
+ "name": "#handleKeyDown",
6973
+ "privacy": "private",
6974
+ "parameters": [
6975
+ {
6976
+ "name": "e",
6977
+ "type": {
6978
+ "text": "KeyboardEvent"
6979
+ }
6980
+ }
6981
+ ]
6982
+ },
6983
+ {
6984
+ "kind": "method",
6985
+ "name": "#doValidation",
6986
+ "privacy": "private"
6987
+ },
6988
+ {
6989
+ "kind": "method",
6990
+ "name": "#onSliderValidity",
6991
+ "privacy": "private",
6992
+ "parameters": [
6993
+ {
6994
+ "name": "e",
6995
+ "type": {
6996
+ "text": "CustomEvent"
6997
+ }
6998
+ }
6999
+ ]
7000
+ },
7001
+ {
7002
+ "kind": "method",
7003
+ "name": "#getEdgeValue",
7004
+ "privacy": "private",
7005
+ "return": {
7006
+ "type": {
7007
+ "text": "string"
7008
+ }
7009
+ },
7010
+ "parameters": [
7011
+ {
7012
+ "name": "boundary",
7013
+ "type": {
7014
+ "text": "string"
7015
+ }
7016
+ },
7017
+ {
7018
+ "name": "input",
7019
+ "type": {
7020
+ "text": "WarpSliderThumb"
7021
+ }
7022
+ }
7023
+ ]
7024
+ },
7025
+ {
7026
+ "kind": "method",
7027
+ "name": "#updateActiveTrack",
7028
+ "privacy": "private",
7029
+ "parameters": [
7030
+ {
7031
+ "name": "input",
7032
+ "type": {
7033
+ "text": "WarpSliderThumb"
7034
+ }
7035
+ }
7036
+ ],
7037
+ "description": "We use CSS variables to fill the active track with a background color."
7038
+ },
7039
+ {
7040
+ "kind": "field",
7041
+ "name": "componentHasError",
7042
+ "type": {
7043
+ "text": "boolean"
7044
+ },
7045
+ "readonly": true
7046
+ },
7047
+ {
7048
+ "kind": "field",
7049
+ "name": "errorText",
7050
+ "type": {
7051
+ "text": "string"
7052
+ },
7053
+ "readonly": true
7054
+ }
7055
+ ],
7056
+ "attributes": [
7057
+ {
7058
+ "name": "label",
7059
+ "type": {
7060
+ "text": "string"
7061
+ },
7062
+ "description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead (f. ex. `<legend class=\"sr-only\" slot=\"label\">Production year</legend>`)",
7063
+ "fieldName": "label"
7064
+ },
7065
+ {
7066
+ "name": "disabled",
7067
+ "type": {
7068
+ "text": "boolean"
7069
+ },
7070
+ "default": "false",
7071
+ "fieldName": "disabled"
7072
+ },
7073
+ {
7074
+ "name": "open-ended",
7075
+ "type": {
7076
+ "text": "boolean"
7077
+ },
7078
+ "default": "false",
7079
+ "description": "Whether or not to allow values outside the range such as \"Before 1950\" and \"2025+\".",
7080
+ "fieldName": "openEnded"
7081
+ },
7082
+ {
7083
+ "name": "error",
7084
+ "type": {
7085
+ "text": "string"
7086
+ },
7087
+ "default": "''",
7088
+ "fieldName": "error"
7089
+ },
7090
+ {
7091
+ "name": "help-text",
7092
+ "type": {
7093
+ "text": "string"
7094
+ },
7095
+ "default": "''",
7096
+ "fieldName": "helpText"
7097
+ },
7098
+ {
7099
+ "name": "invalid",
7100
+ "type": {
7101
+ "text": "boolean"
7102
+ },
7103
+ "default": "false",
7104
+ "fieldName": "invalid"
7105
+ },
7106
+ {
7107
+ "name": "required",
7108
+ "type": {
7109
+ "text": "boolean"
7110
+ },
7111
+ "default": "false",
7112
+ "description": "Ensures a child slider thumb has a value before allowing the containing form to submit.",
7113
+ "fieldName": "required"
7114
+ },
7115
+ {
7116
+ "name": "min",
7117
+ "type": {
7118
+ "text": "string"
7119
+ },
7120
+ "fieldName": "min"
7121
+ },
7122
+ {
7123
+ "name": "max",
7124
+ "type": {
7125
+ "text": "string"
7126
+ },
7127
+ "fieldName": "max"
7128
+ },
7129
+ {
7130
+ "name": "markers",
7131
+ "type": {
7132
+ "text": "number"
7133
+ },
7134
+ "description": "Pass a value similar to step to create visual markers at that interval",
7135
+ "fieldName": "markers"
7136
+ },
7137
+ {
7138
+ "name": "step",
7139
+ "type": {
7140
+ "text": "number"
7141
+ },
7142
+ "fieldName": "step"
7143
+ },
7144
+ {
7145
+ "name": "suffix",
7146
+ "type": {
7147
+ "text": "string"
7148
+ },
7149
+ "default": "''",
7150
+ "description": "Suffix used in text input fields and for the min and max values of the slider.",
7151
+ "fieldName": "suffix"
7152
+ },
7153
+ {
7154
+ "name": "hidden-textfield",
7155
+ "type": {
7156
+ "text": "boolean"
7157
+ },
7158
+ "default": "false",
7159
+ "fieldName": "hiddenTextfield"
7160
+ }
7161
+ ],
7162
+ "superclass": {
7163
+ "name": "LitElement",
7164
+ "package": "lit"
7165
+ },
7166
+ "tagName": "w-slider",
7167
+ "customElement": true,
7168
+ "modulePath": "packages/slider/slider.ts",
7169
+ "definitionPath": "packages/slider/slider.ts"
7170
+ }
7171
+ ],
7172
+ "exports": [
7173
+ {
7174
+ "kind": "custom-element-definition",
7175
+ "name": "w-slider",
7176
+ "declaration": {
7177
+ "name": "WarpSlider",
7178
+ "module": "packages/slider/slider.ts"
7179
+ }
7180
+ },
7181
+ {
7182
+ "kind": "js",
7183
+ "name": "WarpSlider",
7184
+ "declaration": {
7185
+ "name": "WarpSlider",
7186
+ "module": "packages/slider/slider.ts"
7187
+ }
7188
+ }
7189
+ ]
5638
7190
  }
5639
7191
  ]
5640
7192
  }