@warp-ds/elements 2.7.0-next.1 → 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 (78) hide show
  1. package/dist/custom-elements.json +752 -0
  2. package/dist/index.d.ts +220 -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.js +21 -21
  68. package/dist/packages/slider/slider.js.map +3 -3
  69. package/dist/packages/step/step.js +13 -13
  70. package/dist/packages/step/step.js.map +3 -3
  71. package/dist/packages/step-indicator/step-indicator.a11y.test.js +6 -2
  72. package/dist/packages/textarea/textarea.a11y.test.js +1 -1
  73. package/dist/packages/textarea/textarea.test.js +2 -1
  74. package/dist/packages/toast/toast.js +13 -13
  75. package/dist/packages/toast/toast.js.map +3 -3
  76. package/dist/setup-tests.js +1 -1
  77. package/dist/web-types.json +160 -1
  78. package/package.json +1 -1
@@ -5636,6 +5636,758 @@
5636
5636
  }
5637
5637
  ]
5638
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
+ },
5639
6391
  {
5640
6392
  "kind": "javascript-module",
5641
6393
  "path": "packages/slider-thumb/slider-thumb.ts",