@warp-ds/elements 2.3.2 → 2.4.0-next.10
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.
- package/dist/api.js.map +2 -2
- package/dist/custom-elements.json +4016 -385
- package/dist/index.d.ts +3526 -746
- package/dist/packages/affix/{index.js → affix.js} +1 -1
- package/dist/packages/affix/{index.js.map → affix.js.map} +1 -1
- package/dist/packages/affix/affix.react.stories.d.ts +1 -1
- package/dist/packages/affix/affix.stories.d.ts +2 -2
- package/dist/packages/affix/affix.stories.js +1 -1
- package/dist/packages/affix/affix.test.d.ts +1 -1
- package/dist/packages/affix/affix.test.js +1 -1
- package/dist/packages/affix/react.d.ts +1 -1
- package/dist/packages/alert/{index.js → alert.js} +1 -1
- package/dist/packages/alert/{index.js.map → alert.js.map} +1 -1
- package/dist/packages/alert/alert.react.stories.d.ts +1 -1
- package/dist/packages/alert/alert.stories.d.ts +2 -2
- package/dist/packages/alert/alert.stories.js +1 -1
- package/dist/packages/alert/alert.test.d.ts +1 -1
- package/dist/packages/alert/alert.test.js +1 -1
- package/dist/packages/alert/react.d.ts +1 -1
- package/dist/packages/alert/react.js +1 -1
- package/dist/packages/attention/{index.d.ts → attention.d.ts} +1 -1
- package/dist/packages/attention/{index.js → attention.js} +15 -15
- package/dist/packages/attention/{index.js.map → attention.js.map} +4 -4
- package/dist/packages/attention/attention.react.stories.d.ts +1 -1
- package/dist/packages/attention/attention.stories.d.ts +3 -3
- package/dist/packages/attention/attention.stories.js +2 -2
- package/dist/packages/attention/attention.test.d.ts +1 -1
- package/dist/packages/attention/attention.test.js +1 -1
- package/dist/packages/attention/react.d.ts +1 -1
- package/dist/packages/attention/react.js +1 -1
- package/dist/packages/badge/{index.js → badge.js} +1 -1
- package/dist/packages/badge/{index.js.map → badge.js.map} +1 -1
- package/dist/packages/badge/badge.react.stories.d.ts +3 -3
- package/dist/packages/badge/badge.stories.d.ts +2 -2
- package/dist/packages/badge/badge.stories.js +1 -1
- package/dist/packages/badge/badge.test.d.ts +1 -1
- package/dist/packages/badge/badge.test.js +1 -1
- package/dist/packages/badge/react.d.ts +1 -1
- package/dist/packages/badge/react.js +1 -1
- package/dist/packages/box/{index.js → box.js} +1 -1
- package/dist/packages/box/{index.js.map → box.js.map} +1 -1
- package/dist/packages/box/box.react.stories.d.ts +3 -3
- package/dist/packages/box/box.stories.d.ts +2 -2
- package/dist/packages/box/box.stories.js +1 -1
- package/dist/packages/box/box.test.d.ts +1 -1
- package/dist/packages/box/box.test.js +1 -1
- package/dist/packages/box/react.d.ts +1 -1
- package/dist/packages/box/react.js +1 -1
- package/dist/packages/box/slot.test.d.ts +1 -1
- package/dist/packages/box/slot.test.js +1 -1
- package/dist/packages/breadcrumbs/{index.js → breadcrumbs.js} +1 -1
- package/dist/packages/breadcrumbs/{index.js.map → breadcrumbs.js.map} +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +3 -3
- package/dist/packages/breadcrumbs/breadcrumbs.stories.d.ts +2 -2
- package/dist/packages/breadcrumbs/breadcrumbs.stories.js +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.test.d.ts +1 -1
- package/dist/packages/breadcrumbs/breadcrumbs.test.js +1 -1
- package/dist/packages/breadcrumbs/react.d.ts +1 -1
- package/dist/packages/breadcrumbs/react.js +1 -1
- package/dist/packages/button/{index.d.ts → button.d.ts} +1 -1
- package/dist/packages/button/{index.js → button.js} +12 -12
- package/dist/packages/button/button.js.map +7 -0
- package/dist/packages/button/button.react.stories.d.ts +3 -3
- package/dist/packages/button/button.stories.d.ts +2 -2
- package/dist/packages/button/button.stories.js +1 -1
- package/dist/packages/button/button.test.d.ts +1 -1
- package/dist/packages/button/button.test.js +1 -1
- package/dist/packages/button/react.d.ts +1 -1
- package/dist/packages/button/react.js +1 -1
- package/dist/packages/card/{index.js → card.js} +1 -1
- package/dist/packages/card/{index.js.map → card.js.map} +1 -1
- package/dist/packages/card/card.react.stories.d.ts +3 -3
- package/dist/packages/card/card.stories.d.ts +2 -2
- package/dist/packages/card/card.stories.js +1 -1
- package/dist/packages/card/card.test.d.ts +1 -1
- package/dist/packages/card/card.test.js +1 -1
- package/dist/packages/card/react.d.ts +1 -1
- package/dist/packages/card/react.js +1 -1
- package/dist/packages/checkbox/checkbox.d.ts +66 -0
- package/dist/packages/checkbox/checkbox.js +2591 -0
- package/dist/packages/checkbox/checkbox.js.map +7 -0
- package/dist/packages/checkbox/checkbox.react.stories.d.ts +12 -0
- package/dist/packages/checkbox/checkbox.react.stories.js +10 -0
- package/dist/packages/checkbox/checkbox.stories.d.ts +12 -0
- package/dist/packages/checkbox/checkbox.stories.js +26 -0
- package/dist/packages/checkbox/react.d.ts +5 -0
- package/dist/packages/checkbox/react.js +15 -0
- package/dist/packages/checkbox/styles.d.ts +0 -0
- package/dist/packages/checkbox/styles.js +0 -0
- package/dist/packages/checkbox-group/checkbox-group.d.ts +10 -0
- package/dist/packages/checkbox-group/checkbox-group.js +7 -0
- package/dist/packages/checkbox-group/checkbox-group.js.map +7 -0
- package/dist/packages/checkbox-group/react.d.ts +2 -0
- package/dist/packages/checkbox-group/react.js +11 -0
- package/dist/packages/combobox/combobox.d.ts +89 -0
- package/dist/packages/combobox/combobox.js +2494 -0
- package/dist/packages/combobox/combobox.js.map +7 -0
- package/dist/packages/combobox/combobox.react.stories.d.ts +28 -0
- package/dist/packages/combobox/combobox.react.stories.js +90 -0
- package/dist/packages/combobox/combobox.stories.d.ts +19 -0
- package/dist/packages/combobox/combobox.stories.js +143 -0
- package/dist/packages/combobox/combobox.test.d.ts +2 -0
- package/dist/packages/combobox/combobox.test.js +21 -0
- package/dist/packages/combobox/locales/da/messages.d.mts +1 -0
- package/dist/packages/combobox/locales/da/messages.mjs +1 -0
- package/dist/packages/combobox/locales/en/messages.d.mts +1 -0
- package/dist/packages/combobox/locales/en/messages.mjs +1 -0
- package/dist/packages/combobox/locales/fi/messages.d.mts +1 -0
- package/dist/packages/combobox/locales/fi/messages.mjs +1 -0
- package/dist/packages/combobox/locales/nb/messages.d.mts +1 -0
- package/dist/packages/combobox/locales/nb/messages.mjs +1 -0
- package/dist/packages/combobox/locales/sv/messages.d.mts +1 -0
- package/dist/packages/combobox/locales/sv/messages.mjs +1 -0
- package/dist/packages/combobox/react.d.ts +7 -0
- package/dist/packages/combobox/react.js +17 -0
- package/dist/packages/combobox/styles.d.ts +1 -0
- package/dist/packages/combobox/styles.js +3 -0
- package/dist/packages/datepicker/DatePicker.test.d.ts +2 -2
- package/dist/packages/datepicker/DatePicker.test.js +2 -2
- package/dist/packages/datepicker/datepicker.react.stories.d.ts +2 -2
- package/dist/packages/datepicker/datepicker.stories.d.ts +3 -3
- package/dist/packages/datepicker/datepicker.stories.js +2 -2
- package/dist/packages/datepicker/datepicker.test.d.ts +2 -2
- package/dist/packages/datepicker/datepicker.test.js +2 -2
- package/dist/packages/datepicker/react.js +1 -1
- package/dist/packages/dead-toggle/dead-toggle.d.ts +17 -0
- package/dist/packages/dead-toggle/dead-toggle.js +2547 -0
- package/dist/packages/dead-toggle/dead-toggle.js.map +7 -0
- package/dist/packages/dead-toggle/dead-toggle.react.stories.d.ts +15 -0
- package/dist/packages/dead-toggle/dead-toggle.react.stories.js +34 -0
- package/dist/packages/dead-toggle/dead-toggle.stories.d.ts +14 -0
- package/dist/packages/dead-toggle/dead-toggle.stories.js +45 -0
- package/dist/packages/dead-toggle/dead-toggle.test.d.ts +1 -0
- package/dist/packages/dead-toggle/dead-toggle.test.js +9 -0
- package/dist/packages/dead-toggle/react.d.ts +2 -0
- package/dist/packages/dead-toggle/react.js +11 -0
- package/dist/packages/expandable/{index.js → expandable.js} +1 -1
- package/dist/packages/expandable/{index.js.map → expandable.js.map} +1 -1
- package/dist/packages/expandable/expandable.react.stories.d.ts +3 -3
- package/dist/packages/expandable/expandable.stories.d.ts +2 -2
- package/dist/packages/expandable/expandable.stories.js +1 -1
- package/dist/packages/expandable/expandable.test.d.ts +1 -1
- package/dist/packages/expandable/expandable.test.js +1 -1
- package/dist/packages/expandable/react.d.ts +1 -1
- package/dist/packages/expandable/react.js +1 -1
- package/dist/packages/icon/icon.d.ts +27 -0
- package/dist/packages/icon/icon.js +101 -0
- package/dist/packages/icon/icon.react.stories.d.ts +28 -0
- package/dist/packages/icon/icon.react.stories.js +37 -0
- package/dist/packages/icon/icon.stories.d.ts +39 -0
- package/dist/packages/icon/icon.stories.js +43 -0
- package/dist/packages/icon/react.d.ts +2 -0
- package/dist/packages/icon/react.js +11 -0
- package/dist/packages/icon/style.d.ts +1 -0
- package/dist/packages/icon/style.js +27 -0
- package/dist/packages/link/{index.js → link.js} +3 -3
- package/dist/packages/link/link.js.map +7 -0
- package/dist/packages/link/link.react.stories.d.ts +3 -3
- package/dist/packages/link/link.stories.d.ts +2 -2
- package/dist/packages/link/link.stories.js +1 -1
- package/dist/packages/link/link.test.d.ts +1 -1
- package/dist/packages/link/link.test.js +1 -1
- package/dist/packages/link/react.d.ts +1 -1
- package/dist/packages/link/react.js +1 -1
- package/dist/packages/link/styles.js +2 -2
- package/dist/packages/modal/index.d.ts +6 -3
- package/dist/packages/modal/index.js +10 -2717
- package/dist/packages/modal/{modal-main.js → modal.js} +1 -1
- package/dist/packages/modal/{modal-main.js.map → modal.js.map} +1 -1
- package/dist/packages/modal/modal.react.stories.d.ts +1 -1
- package/dist/packages/modal/modal.stories.d.ts +6 -3
- package/dist/packages/modal/modal.stories.js +3 -1
- package/dist/packages/modal/react.d.ts +3 -6
- package/dist/packages/modal/react.js +4 -15
- package/dist/packages/{modal → modal-footer}/modal-footer.d.ts +2 -2
- package/dist/packages/{modal → modal-footer}/modal-footer.js +4 -4
- package/dist/packages/modal-footer/modal-footer.js.map +7 -0
- package/dist/packages/modal-footer/react.d.ts +2 -0
- package/dist/packages/modal-footer/react.js +11 -0
- package/dist/packages/{modal → modal-header}/modal-header.d.ts +1 -1
- package/dist/packages/{modal → modal-header}/modal-header.js +4 -4
- package/dist/packages/modal-header/modal-header.js.map +7 -0
- package/dist/packages/modal-header/react.d.ts +5 -0
- package/dist/packages/modal-header/react.js +15 -0
- package/dist/packages/page-indicator/page-indicator.d.ts +10 -0
- package/dist/packages/page-indicator/page-indicator.js +32 -0
- package/dist/packages/page-indicator/page-indicator.js.map +7 -0
- package/dist/packages/page-indicator/page-indicator.react.stories.d.ts +19 -0
- package/dist/packages/page-indicator/page-indicator.react.stories.js +20 -0
- package/dist/packages/page-indicator/page-indicator.stories.d.ts +32 -0
- package/dist/packages/page-indicator/page-indicator.stories.js +71 -0
- package/dist/packages/page-indicator/react.d.ts +2 -0
- package/dist/packages/page-indicator/react.js +11 -0
- package/dist/packages/page-indicator/style.d.ts +1 -0
- package/dist/packages/page-indicator/style.js +26 -0
- package/dist/packages/pagination/locales/da/messages.d.mts +1 -0
- package/dist/packages/pagination/locales/da/messages.mjs +1 -0
- package/dist/packages/pagination/locales/en/messages.d.mts +1 -0
- package/dist/packages/pagination/locales/en/messages.mjs +1 -0
- package/dist/packages/pagination/locales/fi/messages.d.mts +1 -0
- package/dist/packages/pagination/locales/fi/messages.mjs +1 -0
- package/dist/packages/pagination/locales/nb/messages.d.mts +1 -0
- package/dist/packages/pagination/locales/nb/messages.mjs +1 -0
- package/dist/packages/pagination/locales/sv/messages.d.mts +1 -0
- package/dist/packages/pagination/locales/sv/messages.mjs +1 -0
- package/dist/packages/pagination/pagination.d.ts +32 -0
- package/dist/packages/pagination/pagination.js +2500 -0
- package/dist/packages/pagination/pagination.js.map +7 -0
- package/dist/packages/pagination/pagination.react.stories.d.ts +21 -0
- package/dist/packages/pagination/pagination.react.stories.js +45 -0
- package/dist/packages/pagination/pagination.stories.d.ts +14 -0
- package/dist/packages/pagination/pagination.stories.js +56 -0
- package/dist/packages/pagination/pagination.test.d.ts +1 -0
- package/dist/packages/pagination/pagination.test.js +76 -0
- package/dist/packages/pagination/react.d.ts +5 -0
- package/dist/packages/pagination/react.js +15 -0
- package/dist/packages/pagination/styles.d.ts +1 -0
- package/dist/packages/pagination/styles.js +2 -0
- package/dist/packages/pill/{index.js → pill.js} +1 -1
- package/dist/packages/pill/{index.js.map → pill.js.map} +1 -1
- package/dist/packages/pill/pill.react.stories.d.ts +4 -4
- package/dist/packages/pill/pill.stories.d.ts +2 -2
- package/dist/packages/pill/pill.stories.js +1 -1
- package/dist/packages/pill/pill.test.d.ts +1 -1
- package/dist/packages/pill/pill.test.js +1 -1
- package/dist/packages/pill/react.d.ts +1 -1
- package/dist/packages/pill/react.js +1 -1
- package/dist/packages/radio/base-element.d.ts +46 -0
- package/dist/packages/radio/base-element.js +100 -0
- package/dist/packages/radio/custom-error-validator.d.ts +6 -0
- package/dist/packages/radio/custom-error-validator.js +22 -0
- package/dist/packages/radio/form-associated-element.d.ts +103 -0
- package/dist/packages/radio/form-associated-element.js +282 -0
- package/dist/packages/radio/host-styles.d.ts +1 -0
- package/dist/packages/radio/host-styles.js +12 -0
- package/dist/packages/radio/invalid.d.ts +8 -0
- package/dist/packages/radio/invalid.js +5 -0
- package/dist/packages/radio/math.d.ts +1 -0
- package/dist/packages/radio/math.js +4 -0
- package/dist/packages/radio/radio-styles.d.ts +0 -0
- package/dist/packages/radio/radio-styles.js +0 -0
- package/dist/packages/radio/radio.d.ts +38 -0
- package/dist/packages/radio/radio.js +2562 -0
- package/dist/packages/radio/radio.js.map +7 -0
- package/dist/packages/radio/radio.react.stories.d.ts +9 -0
- package/dist/packages/radio/radio.react.stories.js +10 -0
- package/dist/packages/radio/radio.stories.d.ts +15 -0
- package/dist/packages/radio/radio.stories.js +61 -0
- package/dist/packages/radio/react.d.ts +2 -0
- package/dist/packages/radio/react.js +11 -0
- package/dist/packages/radio/required-validator.d.ts +11 -0
- package/dist/packages/radio/required-validator.js +34 -0
- package/dist/packages/radio/slot.d.ts +20 -0
- package/dist/packages/radio/slot.js +71 -0
- package/dist/packages/radio/watch.d.ts +26 -0
- package/dist/packages/radio/watch.js +39 -0
- package/dist/packages/radio-group/radio-group-styles.d.ts +1 -0
- package/dist/packages/radio-group/radio-group-styles.js +59 -0
- package/dist/packages/radio-group/radio-group.d.ts +72 -0
- package/dist/packages/radio-group/radio-group.js +2648 -0
- package/dist/packages/radio-group/radio-group.js.map +7 -0
- package/dist/packages/radio-group/react.d.ts +7 -0
- package/dist/packages/radio-group/react.js +17 -0
- package/dist/packages/select/react.d.ts +1 -1
- package/dist/packages/select/react.js +1 -1
- package/dist/packages/select/{index.js → select.js} +3 -3
- package/dist/packages/select/select.js.map +7 -0
- package/dist/packages/select/select.react.stories.d.ts +4 -4
- package/dist/packages/select/select.react.stories.js +1 -1
- package/dist/packages/select/select.stories.d.ts +2 -2
- package/dist/packages/select/select.stories.js +1 -1
- package/dist/packages/select/select.test.d.ts +1 -1
- package/dist/packages/select/select.test.js +1 -1
- package/dist/packages/slider/Slider.d.ts +2 -0
- package/dist/packages/slider/Slider.js +8 -0
- package/dist/packages/slider/index.d.ts +2 -0
- package/dist/packages/slider/index.js +2 -0
- package/dist/packages/slider/locales/da/messages.d.mts +1 -0
- package/dist/packages/slider/locales/da/messages.mjs +1 -0
- package/dist/packages/slider/locales/en/messages.d.mts +1 -0
- package/dist/packages/slider/locales/en/messages.mjs +1 -0
- package/dist/packages/slider/locales/fi/messages.d.mts +1 -0
- package/dist/packages/slider/locales/fi/messages.mjs +1 -0
- package/dist/packages/slider/locales/nb/messages.d.mts +1 -0
- package/dist/packages/slider/locales/nb/messages.mjs +1 -0
- package/dist/packages/slider/locales/sv/messages.d.mts +1 -0
- package/dist/packages/slider/locales/sv/messages.mjs +1 -0
- package/dist/packages/slider/react.d.ts +3 -0
- package/dist/packages/slider/react.js +13 -0
- package/dist/packages/slider/slider.d.ts +55 -0
- package/dist/packages/slider/slider.js +2632 -0
- package/dist/packages/slider/slider.js.map +7 -0
- package/dist/packages/slider/slider.react.stories.d.ts +19 -0
- package/dist/packages/slider/slider.react.stories.js +140 -0
- package/dist/packages/slider/slider.stories.d.ts +22 -0
- package/dist/packages/slider/slider.stories.js +405 -0
- package/dist/packages/slider/slider.test.d.ts +5 -0
- package/dist/packages/slider/slider.test.js +112 -0
- package/dist/packages/slider/styles/w-slider.styles.d.ts +1 -0
- package/dist/packages/slider/styles/w-slider.styles.js +148 -0
- package/dist/packages/slider/styles.d.ts +1 -0
- package/dist/packages/slider/styles.js +2 -0
- package/dist/packages/slider-thumb/SliderThumb.d.ts +2 -0
- package/dist/packages/slider-thumb/SliderThumb.js +8 -0
- package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.d.ts +2 -0
- package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.js +3 -0
- package/dist/packages/slider-thumb/react.d.ts +6 -0
- package/dist/packages/slider-thumb/react.js +15 -0
- package/dist/packages/slider-thumb/slider-thumb.d.ts +63 -0
- package/dist/packages/slider-thumb/slider-thumb.js +2748 -0
- package/dist/packages/slider-thumb/slider-thumb.js.map +7 -0
- package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.d.ts +1 -0
- package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.js +175 -0
- package/dist/packages/step/react.d.ts +2 -0
- package/dist/packages/step/react.js +11 -0
- package/dist/packages/step/step.d.ts +22 -0
- package/dist/packages/step/step.js +2461 -0
- package/dist/packages/step/step.js.map +7 -0
- package/dist/packages/step-indicator/index.d.ts +2 -0
- package/dist/packages/step-indicator/index.js +2 -0
- package/dist/packages/step-indicator/locales/da/messages.d.mts +1 -0
- package/dist/packages/step-indicator/locales/da/messages.mjs +1 -0
- package/dist/packages/step-indicator/locales/en/messages.d.mts +1 -0
- package/dist/packages/step-indicator/locales/en/messages.mjs +1 -0
- package/dist/packages/step-indicator/locales/fi/messages.d.mts +1 -0
- package/dist/packages/step-indicator/locales/fi/messages.mjs +1 -0
- package/dist/packages/step-indicator/locales/nb/messages.d.mts +1 -0
- package/dist/packages/step-indicator/locales/nb/messages.mjs +1 -0
- package/dist/packages/step-indicator/locales/sv/messages.d.mts +1 -0
- package/dist/packages/step-indicator/locales/sv/messages.mjs +1 -0
- package/dist/packages/step-indicator/react.d.ts +3 -0
- package/dist/packages/step-indicator/react.js +13 -0
- package/dist/packages/step-indicator/step-indicator.d.ts +15 -0
- package/dist/packages/step-indicator/step-indicator.js +2454 -0
- package/dist/packages/step-indicator/step-indicator.js.map +7 -0
- package/dist/packages/step-indicator/stepindicator.react.stories.d.ts +15 -0
- package/dist/packages/step-indicator/stepindicator.react.stories.js +112 -0
- package/dist/packages/step-indicator/stepindicator.stories.d.ts +13 -0
- package/dist/packages/step-indicator/stepindicator.stories.js +173 -0
- package/dist/packages/step-indicator/styles.d.ts +1 -0
- package/dist/packages/step-indicator/styles.js +2 -0
- package/dist/packages/switch/react.d.ts +5 -0
- package/dist/packages/switch/react.js +15 -0
- package/dist/packages/switch/styles.d.ts +1 -0
- package/dist/packages/switch/styles.js +2 -0
- package/dist/packages/switch/switch.d.ts +23 -0
- package/dist/packages/switch/switch.js +2456 -0
- package/dist/packages/switch/switch.js.map +7 -0
- package/dist/packages/switch/switch.react.stories.d.ts +15 -0
- package/dist/packages/switch/switch.react.stories.js +29 -0
- package/dist/packages/switch/switch.stories.d.ts +9 -0
- package/dist/packages/switch/switch.stories.js +35 -0
- package/dist/packages/switch/switch.test.d.ts +1 -0
- package/dist/packages/switch/switch.test.js +40 -0
- package/dist/packages/tab/react.d.ts +7 -0
- package/dist/packages/tab/react.js +17 -0
- package/dist/packages/tab/tab.d.ts +15 -0
- package/dist/packages/tab/tab.js +2464 -0
- package/dist/packages/tab/tab.js.map +7 -0
- package/dist/packages/tab-panel/react.d.ts +2 -0
- package/dist/packages/tab-panel/react.js +11 -0
- package/dist/packages/tab-panel/tab-panel.d.ts +20 -0
- package/dist/packages/tab-panel/tab-panel.js +2441 -0
- package/dist/packages/tab-panel/tab-panel.js.map +7 -0
- package/dist/packages/tabs/index.d.ts +3 -0
- package/dist/packages/tabs/index.js +4 -0
- package/dist/packages/tabs/react.d.ts +7 -0
- package/dist/packages/tabs/react.js +18 -0
- package/dist/packages/tabs/styles.d.ts +1 -0
- package/dist/packages/tabs/styles.js +2 -0
- package/dist/packages/tabs/tabs.d.ts +37 -0
- package/dist/packages/tabs/tabs.js +2450 -0
- package/dist/packages/tabs/tabs.js.map +7 -0
- package/dist/packages/tabs/tabs.react.stories.d.ts +28 -0
- package/dist/packages/tabs/tabs.react.stories.js +71 -0
- package/dist/packages/tabs/tabs.stories.d.ts +12 -0
- package/dist/packages/tabs/tabs.stories.js +117 -0
- package/dist/packages/textarea/locales/da/messages.d.mts +1 -0
- package/dist/packages/textarea/locales/da/messages.mjs +1 -0
- package/dist/packages/textarea/locales/en/messages.d.mts +1 -0
- package/dist/packages/textarea/locales/en/messages.mjs +1 -0
- package/dist/packages/textarea/locales/fi/messages.d.mts +1 -0
- package/dist/packages/textarea/locales/fi/messages.mjs +1 -0
- package/dist/packages/textarea/locales/nb/messages.d.mts +1 -0
- package/dist/packages/textarea/locales/nb/messages.mjs +1 -0
- package/dist/packages/textarea/locales/sv/messages.d.mts +1 -0
- package/dist/packages/textarea/locales/sv/messages.mjs +1 -0
- package/dist/packages/textarea/react.d.ts +11 -0
- package/dist/packages/textarea/react.js +21 -0
- package/dist/packages/textarea/styles.d.ts +1 -0
- package/dist/packages/textarea/styles.js +2 -0
- package/dist/packages/textarea/textarea.d.ts +49 -0
- package/dist/packages/textarea/textarea.js +2475 -0
- package/dist/packages/textarea/textarea.js.map +7 -0
- package/dist/packages/textarea/textarea.react.stories.d.ts +33 -0
- package/dist/packages/textarea/textarea.react.stories.js +41 -0
- package/dist/packages/textarea/textarea.stories.d.ts +19 -0
- package/dist/packages/textarea/textarea.stories.js +85 -0
- package/dist/packages/textarea/textarea.test.d.ts +1 -0
- package/dist/packages/textarea/textarea.test.js +68 -0
- package/dist/packages/textfield/react.d.ts +1 -1
- package/dist/packages/textfield/react.js +1 -1
- package/dist/packages/textfield/{index.d.ts → textfield.d.ts} +1 -0
- package/dist/packages/textfield/{index.js → textfield.js} +19 -18
- package/dist/packages/textfield/textfield.js.map +7 -0
- package/dist/packages/textfield/textfield.react.stories.d.ts +4 -4
- package/dist/packages/textfield/textfield.stories.d.ts +2 -2
- package/dist/packages/textfield/textfield.stories.js +1 -1
- package/dist/packages/textfield/textfield.test.d.ts +2 -2
- package/dist/packages/textfield/textfield.test.js +11 -2
- package/dist/packages/toast/index.d.ts +5 -3
- package/dist/packages/toast/index.js +7 -2483
- package/dist/packages/toast/toast.stories.d.ts +4 -3
- package/dist/packages/toast/toast.stories.js +3 -2
- package/dist/packages/{toast → toast-container}/toast-container.d.ts +1 -1
- package/dist/packages/toast-container/toast-container.js.map +7 -0
- package/dist/packages/toggle-styles.d.ts +1 -0
- package/dist/packages/toggle-styles.js +108 -0
- package/dist/setup-tests.d.ts +1 -0
- package/dist/setup-tests.js +1 -0
- package/dist/web-types.json +1018 -39
- package/package.json +174 -32
- package/dist/packages/button/index.js.map +0 -7
- package/dist/packages/datepicker/index.d.ts +0 -1
- package/dist/packages/datepicker/index.js +0 -2785
- package/dist/packages/datepicker/index.js.map +0 -7
- package/dist/packages/link/index.js.map +0 -7
- package/dist/packages/modal/index.js.map +0 -7
- package/dist/packages/modal/modal-footer.js.map +0 -7
- package/dist/packages/modal/modal-header.js.map +0 -7
- package/dist/packages/select/index.js.map +0 -7
- package/dist/packages/textfield/index.js.map +0 -7
- package/dist/packages/toast/index.js.map +0 -7
- package/dist/packages/toast/toast-container.js.map +0 -7
- /package/dist/packages/affix/{index.d.ts → affix.d.ts} +0 -0
- /package/dist/packages/alert/{index.d.ts → alert.d.ts} +0 -0
- /package/dist/packages/badge/{index.d.ts → badge.d.ts} +0 -0
- /package/dist/packages/box/{index.d.ts → box.d.ts} +0 -0
- /package/dist/packages/breadcrumbs/{index.d.ts → breadcrumbs.d.ts} +0 -0
- /package/dist/packages/card/{index.d.ts → card.d.ts} +0 -0
- /package/dist/packages/expandable/{index.d.ts → expandable.d.ts} +0 -0
- /package/dist/packages/link/{index.d.ts → link.d.ts} +0 -0
- /package/dist/packages/modal/{modal-main.d.ts → modal.d.ts} +0 -0
- /package/dist/packages/pill/{index.d.ts → pill.d.ts} +0 -0
- /package/dist/packages/select/{index.d.ts → select.d.ts} +0 -0
- /package/dist/packages/{toast → toast-container}/toast-container.js +0 -0
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { spread } from '@open-wc/lit-helpers';
|
|
2
|
+
import { getStorybookHelpers } from '@wc-toolkit/storybook-helpers';
|
|
3
|
+
import { html } from 'lit';
|
|
4
|
+
import { prespread } from '../../.storybook/utilities.js';
|
|
5
|
+
import './combobox.js';
|
|
6
|
+
import '../textfield/textfield.js';
|
|
7
|
+
const { events, args, argTypes } = getStorybookHelpers('w-combobox');
|
|
8
|
+
const meta = {
|
|
9
|
+
title: 'Forms/Combobox',
|
|
10
|
+
component: 'w-combobox',
|
|
11
|
+
render(args) {
|
|
12
|
+
return html ` <w-combobox ${spread(prespread(args))} .options="${sampleOptions}"></w-combobox> `;
|
|
13
|
+
},
|
|
14
|
+
parameters: {
|
|
15
|
+
docs: {
|
|
16
|
+
description: {
|
|
17
|
+
component: 'A combobox element for text input with selectable options.',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
actions: {
|
|
21
|
+
handles: events,
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
args,
|
|
25
|
+
argTypes,
|
|
26
|
+
};
|
|
27
|
+
export default meta;
|
|
28
|
+
const sampleOptions = [
|
|
29
|
+
{ value: 'Apple', label: 'Apple' },
|
|
30
|
+
{ value: 'Banana', label: 'Banana' },
|
|
31
|
+
{ value: 'Orange', label: 'Orange' },
|
|
32
|
+
{ value: 'Grape', label: 'Grape' },
|
|
33
|
+
{ value: 'Strawberry', label: 'Strawberry' },
|
|
34
|
+
{ value: 'Pineapple', label: 'Pineapple' },
|
|
35
|
+
{ value: 'Mango', label: 'Mango' },
|
|
36
|
+
];
|
|
37
|
+
export const Default = {
|
|
38
|
+
args: {},
|
|
39
|
+
render: () => html ` <w-combobox label="Select a fruit" placeholder="Type to search..." .options="${sampleOptions}"></w-combobox> `,
|
|
40
|
+
};
|
|
41
|
+
export const WithValue = {
|
|
42
|
+
args: {
|
|
43
|
+
options: sampleOptions,
|
|
44
|
+
label: 'Select a fruit',
|
|
45
|
+
placeholder: 'Type to search...',
|
|
46
|
+
value: 'Apple',
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
export const OpenOnFocus = {
|
|
50
|
+
args: {
|
|
51
|
+
options: sampleOptions,
|
|
52
|
+
label: 'Select a fruit',
|
|
53
|
+
placeholder: 'Type to search...',
|
|
54
|
+
openOnFocus: true,
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
export const WithTextMatching = {
|
|
58
|
+
args: {
|
|
59
|
+
options: sampleOptions,
|
|
60
|
+
label: 'Select a fruit',
|
|
61
|
+
placeholder: 'Type to search...',
|
|
62
|
+
matchTextSegments: true,
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
export const Invalid = {
|
|
66
|
+
args: {
|
|
67
|
+
options: sampleOptions,
|
|
68
|
+
label: 'Select a fruit',
|
|
69
|
+
placeholder: 'Type to search...',
|
|
70
|
+
value: 'Invalid fruit',
|
|
71
|
+
helpText: 'Please select a valid fruit from the list',
|
|
72
|
+
invalid: true,
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
export const Disabled = {
|
|
76
|
+
args: {
|
|
77
|
+
options: sampleOptions,
|
|
78
|
+
label: 'Select a fruit',
|
|
79
|
+
placeholder: 'Type to search...',
|
|
80
|
+
value: 'Apple',
|
|
81
|
+
disabled: true,
|
|
82
|
+
},
|
|
83
|
+
};
|
|
84
|
+
export const Optional = {
|
|
85
|
+
args: {
|
|
86
|
+
options: sampleOptions,
|
|
87
|
+
label: 'Select a fruit',
|
|
88
|
+
placeholder: 'Type to search...',
|
|
89
|
+
optional: true,
|
|
90
|
+
},
|
|
91
|
+
};
|
|
92
|
+
export const DisableStaticFiltering = {
|
|
93
|
+
render: () => html `
|
|
94
|
+
<w-combobox
|
|
95
|
+
id="combobox-dynamic"
|
|
96
|
+
label="Select a fruit (dynamic)"
|
|
97
|
+
placeholder="Type to search..."
|
|
98
|
+
disable-static-filtering></w-combobox>
|
|
99
|
+
<script type="module">
|
|
100
|
+
const combobox = document.querySelector('#combobox-dynamic');
|
|
101
|
+
const sampleOptions = ${JSON.stringify(sampleOptions)};
|
|
102
|
+
combobox.options = sampleOptions;
|
|
103
|
+
combobox.value = '';
|
|
104
|
+
|
|
105
|
+
combobox.addEventListener('change', (e) => {
|
|
106
|
+
combobox.value = e?.detail?.value;
|
|
107
|
+
// Simulate dynamic filtering
|
|
108
|
+
const filteredOptions = sampleOptions.filter((option) => option.value.toLowerCase().includes(e?.detail?.value.toLowerCase()));
|
|
109
|
+
combobox.options = filteredOptions;
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
combobox.addEventListener('select', (e) => {
|
|
113
|
+
combobox.value = e?.detail?.value;
|
|
114
|
+
});
|
|
115
|
+
</script>
|
|
116
|
+
`,
|
|
117
|
+
};
|
|
118
|
+
export const FormSubmission = {
|
|
119
|
+
render: () => html `
|
|
120
|
+
<p>Resetting the form should return values to the initial values</p>
|
|
121
|
+
<p>Submitting the form should result in the values being in the resulting pages query parameters</p>
|
|
122
|
+
<form>
|
|
123
|
+
<w-combobox
|
|
124
|
+
id="form-submission"
|
|
125
|
+
name="warp-combo-1"
|
|
126
|
+
label="Select a fruit (dynamic)"
|
|
127
|
+
placeholder="Type to search..."
|
|
128
|
+
.options="${sampleOptions}"
|
|
129
|
+
></w-combobox>
|
|
130
|
+
<br>
|
|
131
|
+
<w-combobox
|
|
132
|
+
id="form-submission"
|
|
133
|
+
name="warp-combo-2"
|
|
134
|
+
label="Select a fruit (dynamic)"
|
|
135
|
+
value="Banana"
|
|
136
|
+
placeholder="Type to search..."
|
|
137
|
+
.options="${sampleOptions}"
|
|
138
|
+
></w-combobox>
|
|
139
|
+
<button type="reset">Reset</button>
|
|
140
|
+
<button type="submit">Submit</button>
|
|
141
|
+
</form>
|
|
142
|
+
`,
|
|
143
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { html } from 'lit';
|
|
2
|
+
import { expect, test } from 'vitest';
|
|
3
|
+
import { render } from 'vitest-browser-lit';
|
|
4
|
+
import '../textfield/textfield.js';
|
|
5
|
+
import './combobox.js';
|
|
6
|
+
test('renders with autocomplete="off" when attribute not provided', async () => {
|
|
7
|
+
const component = html `<w-combobox data-testid="combobox"></w-combobox>`;
|
|
8
|
+
const page = render(component);
|
|
9
|
+
const locator = page.getByTestId('combobox');
|
|
10
|
+
await expect.element(locator).toBeVisible();
|
|
11
|
+
const el = (await locator.element());
|
|
12
|
+
expect(el.getAttribute('autocomplete')).toBe('off');
|
|
13
|
+
});
|
|
14
|
+
test('renders with autocomplete attribute when provided', async () => {
|
|
15
|
+
const component = html `<w-combobox data-testid="combobox" autocomplete="on"></w-combobox>`;
|
|
16
|
+
const page = render(component);
|
|
17
|
+
const locator = page.getByTestId('combobox');
|
|
18
|
+
await expect.element(locator).toBeVisible();
|
|
19
|
+
const el = (await locator.element());
|
|
20
|
+
expect(el.getAttribute('autocomplete')).toBe('on');
|
|
21
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*eslint-disable*/ export const messages = JSON.parse("{\"combobox.aria.pluralResults\":[[\"numResults\",\"plural\",{\"one\":[\"#\",\" resultat\"],\"other\":[\"#\",\" resultater\"]}]],\"combobox.aria.noResults\":[\"Ingen resultater\"]}");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*eslint-disable*/ export const messages = JSON.parse("{\"combobox.aria.pluralResults\":[[\"numResults\",\"plural\",{\"one\":[\"#\",\" result\"],\"other\":[\"#\",\" results\"]}]],\"combobox.aria.noResults\":[\"No results\"]}");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*eslint-disable*/ export const messages = JSON.parse("{\"combobox.aria.pluralResults\":[[\"numResults\",\"plural\",{\"one\":[\"#\",\" tulos\"],\"other\":[\"#\",\" tulosta\"]}]],\"combobox.aria.noResults\":[\"Ei tuloksia\"]}");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*eslint-disable*/ export const messages = JSON.parse("{\"combobox.aria.pluralResults\":[[\"numResults\",\"plural\",{\"one\":[\"#\",\" resultat\"],\"other\":[\"#\",\" resultater\"]}]],\"combobox.aria.noResults\":[\"Ingen resultater\"]}");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*eslint-disable*/ export const messages = JSON.parse("{\"combobox.aria.pluralResults\":[[\"numResults\",\"plural\",{\"one\":[\"#\",\" resultat\"],\"other\":[\"#\",\" resultat\"]}]],\"combobox.aria.noResults\":[\"Inga resultat\"]}");
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { createComponent } from '@lit/react';
|
|
2
|
+
import { LitElement } from 'lit';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
// decouple from CDN by providing a dummy class
|
|
5
|
+
class Component extends LitElement {
|
|
6
|
+
}
|
|
7
|
+
export const Combobox = createComponent({
|
|
8
|
+
tagName: 'w-combobox',
|
|
9
|
+
elementClass: Component,
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onSelect: 'select',
|
|
13
|
+
onselect: 'select',
|
|
14
|
+
onChange: 'change',
|
|
15
|
+
onchange: 'change',
|
|
16
|
+
},
|
|
17
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `*,:before,:after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0}.rounded-8{border-radius:8px}.block{display:block}.overflow-hidden{overflow:hidden}.list-none{list-style-type:none}.left-0{left:0}.right-0{right:0}.absolute{position:absolute}.relative{position:relative}.static{position:static}.s-bg{background-color:var(--w-s-color-background)}.s-bg-selected{background-color:var(--w-s-color-background-selected)}.hover\\:s-bg-hover:hover{background-color:var(--w-s-color-background-hover)}.hover\\:s-bg-selected-hover:hover{background-color:var(--w-s-color-background-selected-hover)}.shadow-m{box-shadow:var(--w-shadow-m)}.m-0{margin:0}.p-0{padding:0}.p-8{padding:.8rem}.pb-4{padding-bottom:.4rem}.cursor-pointer{cursor:pointer}.font-bold{font-weight:700}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.select-none{-webkit-user-select:none;user-select:none};
|
|
3
|
+
.z-0{z-index:0;}.z-20{z-index:20;}`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '../button/
|
|
2
|
-
import './
|
|
1
|
+
import '../button/button.js';
|
|
2
|
+
import './datepicker.js';
|
|
@@ -2,8 +2,8 @@ import { server, userEvent } from '@vitest/browser/context';
|
|
|
2
2
|
import React, { useState } from 'react';
|
|
3
3
|
import { expect, test, vi } from 'vitest';
|
|
4
4
|
import { render } from 'vitest-browser-react';
|
|
5
|
-
import '../button/
|
|
6
|
-
import './
|
|
5
|
+
import '../button/button.js';
|
|
6
|
+
import './datepicker.js';
|
|
7
7
|
import { DatePicker } from './react.js';
|
|
8
8
|
test('renders the date picker component', async () => {
|
|
9
9
|
const page = render(React.createElement("form", null,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { DatePicker } from './react';
|
|
4
4
|
declare const _default: {
|
|
5
5
|
title: string;
|
|
6
|
-
render(args: Omit<React.HTMLAttributes<import("./datepicker").WarpDatepicker>, "label" | "onchange" | "onChange" | "render" | "renderOptions" | "connectedCallback" | "disconnectedCallback" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "form" | "input" | "name" | "value" | "updated" | "resetFormControl" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "month" | "
|
|
6
|
+
render(args: Omit<React.HTMLAttributes<import("./datepicker").WarpDatepicker>, "label" | "onchange" | "onChange" | "render" | "renderOptions" | "connectedCallback" | "disconnectedCallback" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "form" | "input" | "name" | "value" | "updated" | "resetFormControl" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "month" | "calendar" | "wrapper" | "headerFormat" | "weekdayFormat" | "isDayDisabled" | "dayFormat" | "isCalendarOpen" | "navigationDate" | "locale" | "selectedDate" | "weeks" | "toggleButton" | "previousMonthButton" | "todayCell" | "selectedCell"> & {
|
|
7
7
|
onChange?: (e: Event) => void;
|
|
8
8
|
onchange?: (e: Event) => void;
|
|
9
9
|
} & Partial<Omit<import("./datepicker").WarpDatepicker, keyof HTMLElement>> & React.RefAttributes<import("./datepicker").WarpDatepicker>): React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
-
import '../button/
|
|
3
|
-
import type { WarpDatepicker } from './
|
|
4
|
-
import './
|
|
2
|
+
import '../button/button.js';
|
|
3
|
+
import type { WarpDatepicker } from './datepicker.js';
|
|
4
|
+
import './datepicker.js';
|
|
5
5
|
declare const args: Partial<WarpDatepicker> & {
|
|
6
6
|
[key: string]: any;
|
|
7
7
|
};
|
|
@@ -2,8 +2,8 @@ import { spread } from '@open-wc/lit-helpers';
|
|
|
2
2
|
import { getStorybookHelpers } from '@wc-toolkit/storybook-helpers';
|
|
3
3
|
import { html } from 'lit';
|
|
4
4
|
import { prespread } from '../../.storybook/utilities.js';
|
|
5
|
-
import '../button/
|
|
6
|
-
import './
|
|
5
|
+
import '../button/button.js';
|
|
6
|
+
import './datepicker.js';
|
|
7
7
|
const { events, args, argTypes } = getStorybookHelpers('w-datepicker');
|
|
8
8
|
const meta = {
|
|
9
9
|
title: 'Forms/Datepicker',
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '../button/
|
|
2
|
-
import './
|
|
1
|
+
import '../button/button.js';
|
|
2
|
+
import './datepicker.js';
|
|
@@ -2,8 +2,8 @@ import { server, userEvent } from '@vitest/browser/context';
|
|
|
2
2
|
import { html } from 'lit';
|
|
3
3
|
import { expect, test } from 'vitest';
|
|
4
4
|
import { render } from 'vitest-browser-lit';
|
|
5
|
-
import '../button/
|
|
6
|
-
import './
|
|
5
|
+
import '../button/button.js';
|
|
6
|
+
import './datepicker.js';
|
|
7
7
|
test('can pick a date using a pointer', async () => {
|
|
8
8
|
const component = html `
|
|
9
9
|
<form data-testid="flight">
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CSSResultGroup, LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Dead toggle can be used where the appearance of a checkbox or radio is needed - but for accessibility purposes an actual input element should not be present.
|
|
4
|
+
*
|
|
5
|
+
* [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-dead-toggle--docs)
|
|
6
|
+
*/
|
|
7
|
+
export declare class WarpDeadToggle extends LitElement {
|
|
8
|
+
type: 'radio' | 'checkbox';
|
|
9
|
+
checked: boolean;
|
|
10
|
+
indeterminate: boolean;
|
|
11
|
+
invalid: boolean;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
/** @internal */
|
|
14
|
+
get indeterminateMarker(): "" | "–";
|
|
15
|
+
render(): import("lit").TemplateResult<1>;
|
|
16
|
+
static styles?: CSSResultGroup | undefined;
|
|
17
|
+
}
|