@sbb-esta/lyne-elements-dev 4.7.0-dev.1773149675 → 4.7.0-dev.1773157346
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/accordion/accordion.component.js +39 -38
- package/accordion.js +3 -2
- package/accordion.pure.js +4 -0
- package/action-group/action-group.component.js +46 -45
- package/action-group.js +3 -2
- package/action-group.pure.js +4 -0
- package/alert/alert/alert.component.js +37 -37
- package/alert/alert-group/alert-group.component.js +43 -43
- package/alert/alert-group.js +5 -2
- package/alert/alert.js +5 -2
- package/alert.js +6 -4
- package/alert.pure.js +6 -0
- package/autocomplete/autocomplete-base-element.js +16 -16
- package/autocomplete/autocomplete.component.js +48 -56
- package/autocomplete.js +5 -4
- package/autocomplete.pure.js +6 -0
- package/breadcrumb/breadcrumb/breadcrumb.component.js +13 -22
- package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +35 -34
- package/breadcrumb/breadcrumb-group.js +5 -2
- package/breadcrumb/breadcrumb.js +5 -2
- package/breadcrumb.js +6 -4
- package/breadcrumb.pure.js +6 -0
- package/button/accent-button/accent-button.component.js +13 -20
- package/button/accent-button-link/accent-button-link.component.js +13 -20
- package/button/accent-button-link.js +4 -2
- package/button/accent-button-static/accent-button-static.component.js +13 -20
- package/button/accent-button-static.js +4 -2
- package/button/accent-button.js +4 -2
- package/button/button/button.component.js +13 -20
- package/button/button-link/button-link.component.js +13 -20
- package/button/button-link.js +4 -2
- package/button/button-static/button-static.component.js +13 -20
- package/button/button-static.js +4 -2
- package/button/button.js +4 -2
- package/button/mini-button/mini-button.component.js +18 -25
- package/button/mini-button-group/mini-button-group.component.js +36 -35
- package/button/mini-button-group.js +4 -2
- package/button/mini-button-link/mini-button-link.component.js +20 -28
- package/button/mini-button-link.js +4 -2
- package/button/mini-button.js +4 -2
- package/button/secondary-button/secondary-button.component.js +13 -20
- package/button/secondary-button-link/secondary-button-link.component.js +13 -20
- package/button/secondary-button-link.js +4 -2
- package/button/secondary-button-static/secondary-button-static.component.js +13 -20
- package/button/secondary-button-static.js +4 -2
- package/button/secondary-button.js +4 -2
- package/button/transparent-button/transparent-button.component.js +13 -20
- package/button/transparent-button-link/transparent-button-link.component.js +13 -20
- package/button/transparent-button-link.js +4 -2
- package/button/transparent-button-static/transparent-button-static.component.js +13 -20
- package/button/transparent-button-static.js +4 -2
- package/button/transparent-button.js +4 -2
- package/button.js +43 -28
- package/button.pure.js +42 -0
- package/calendar/calendar/calendar.component.js +115 -114
- package/calendar/calendar-day/calendar-day.component.js +24 -24
- package/calendar/calendar-day.js +5 -2
- package/calendar/calendar.js +7 -3
- package/calendar.js +8 -5
- package/calendar.pure.js +7 -0
- package/card/card/card.component.js +26 -26
- package/card/card-badge/card-badge.component.js +26 -26
- package/card/card-badge.js +5 -2
- package/card/card-button/card-button.component.js +10 -17
- package/card/card-button.js +5 -2
- package/card/card-link/card-link.component.js +10 -17
- package/card/card-link.js +5 -2
- package/card/card.js +5 -2
- package/card/common.js +2 -0
- package/card.js +12 -8
- package/card.pure.js +12 -0
- package/carousel/carousel/carousel.component.js +32 -32
- package/carousel/carousel-item/carousel-item.component.js +16 -24
- package/carousel/carousel-item.js +5 -2
- package/carousel/carousel-list/carousel-list.component.js +88 -96
- package/carousel/carousel-list.js +5 -2
- package/carousel/carousel.js +5 -2
- package/carousel.js +9 -6
- package/carousel.pure.js +8 -0
- package/checkbox/checkbox-group.js +5 -4
- package/checkbox/checkbox-panel.js +5 -4
- package/checkbox/{checkbox/checkbox.component.js → checkbox.component.js} +44 -43
- package/checkbox/checkbox.js +5 -2
- package/checkbox/common/checkbox-common.js +28 -25
- package/checkbox/common.js +4 -3
- package/{checkbox/checkbox-group → checkbox-group}/checkbox-group.component.js +49 -48
- package/checkbox-group.js +5 -0
- package/checkbox-group.pure.js +4 -0
- package/checkbox-panel/checkbox-panel.component.js +76 -0
- package/checkbox-panel.js +5 -0
- package/checkbox-panel.pure.js +4 -0
- package/checkbox.js +12 -10
- package/checkbox.pure.js +7 -0
- package/chip/chip/chip.component.js +35 -34
- package/chip/chip-group/chip-group.component.js +47 -46
- package/chip/chip-group.js +5 -2
- package/chip/chip.js +5 -2
- package/chip-label/chip-label.component.js +30 -29
- package/chip-label.js +3 -2
- package/chip-label.pure.js +4 -0
- package/chip.js +6 -4
- package/chip.pure.js +6 -0
- package/clock/clock.component.js +51 -51
- package/clock.js +3 -2
- package/clock.pure.js +4 -0
- package/container/container/container.component.js +33 -32
- package/container/container.js +5 -2
- package/container/sticky-bar/sticky-bar.component.js +34 -33
- package/container/sticky-bar.js +5 -2
- package/container.js +6 -4
- package/container.pure.js +6 -0
- package/core/base-elements/action-base-element.js +5 -5
- package/core/base-elements/element.js +64 -0
- package/core/base-elements/link-base-element.js +47 -46
- package/core/base-elements/open-close-base-element.js +2 -3
- package/core/base-elements.js +9 -7
- package/core/mixins/form-associated-checkbox-mixin.js +90 -87
- package/core/mixins/form-associated-input-mixin.js +179 -176
- package/core/mixins/form-associated-radio-button-mixin.js +167 -164
- package/core/mixins/named-slot-list-mixin.js +88 -85
- package/core/mixins/selection-panel-mixin.js +9 -8
- package/core/styles/core.scss +3 -3
- package/custom-elements.json +41994 -26882
- package/date-input/date-input.component.js +72 -71
- package/date-input.js +3 -2
- package/date-input.pure.js +4 -0
- package/datepicker/common/datepicker-button.js +20 -18
- package/datepicker/common.js +6 -5
- package/datepicker/datepicker/datepicker.component.js +46 -46
- package/datepicker/datepicker-next-day/datepicker-next-day.component.js +23 -30
- package/datepicker/datepicker-next-day.js +5 -2
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +23 -30
- package/datepicker/datepicker-previous-day.js +5 -2
- package/datepicker/datepicker-toggle/datepicker-toggle.component.js +35 -35
- package/datepicker/datepicker-toggle.js +5 -2
- package/datepicker/datepicker.js +5 -2
- package/datepicker.js +16 -13
- package/datepicker.pure.js +14 -0
- package/development/accordion/accordion.component.d.ts +4 -4
- package/development/accordion/accordion.component.d.ts.map +1 -1
- package/development/accordion/accordion.component.js +10 -16
- package/development/accordion.d.ts +1 -4
- package/development/accordion.d.ts.map +1 -1
- package/development/accordion.js +2 -1
- package/development/accordion.pure.d.ts +3 -0
- package/development/accordion.pure.d.ts.map +1 -0
- package/development/accordion.pure.js +5 -0
- package/development/action-group/action-group.component.d.ts +4 -2
- package/development/action-group/action-group.component.d.ts.map +1 -1
- package/development/action-group/action-group.component.js +9 -15
- package/development/action-group.d.ts +1 -4
- package/development/action-group.d.ts.map +1 -1
- package/development/action-group.js +2 -1
- package/development/action-group.pure.d.ts +3 -0
- package/development/action-group.pure.d.ts.map +1 -0
- package/development/action-group.pure.js +5 -0
- package/development/alert/alert/alert.component.d.ts +1 -0
- package/development/alert/alert/alert.component.d.ts.map +1 -1
- package/development/alert/alert/alert.component.js +7 -14
- package/development/alert/alert-group/alert-group.component.d.ts +4 -4
- package/development/alert/alert-group/alert-group.component.d.ts.map +1 -1
- package/development/alert/alert-group/alert-group.component.js +10 -17
- package/development/alert/alert-group.d.ts +0 -3
- package/development/alert/alert-group.d.ts.map +1 -1
- package/development/alert/alert-group.js +4 -1
- package/development/alert/alert.d.ts +0 -3
- package/development/alert/alert.d.ts.map +1 -1
- package/development/alert/alert.js +4 -1
- package/development/alert.d.ts +1 -5
- package/development/alert.d.ts.map +1 -1
- package/development/alert.js +4 -2
- package/development/alert.pure.d.ts +4 -0
- package/development/alert.pure.d.ts.map +1 -0
- package/development/alert.pure.js +7 -0
- package/development/autocomplete/autocomplete-base-element.d.ts +1 -1
- package/development/autocomplete/autocomplete-base-element.js +3 -3
- package/development/autocomplete/autocomplete.component.d.ts +1 -0
- package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/development/autocomplete/autocomplete.component.js +60 -73
- package/development/autocomplete.d.ts +1 -5
- package/development/autocomplete.d.ts.map +1 -1
- package/development/autocomplete.js +3 -2
- package/development/autocomplete.pure.d.ts +4 -0
- package/development/autocomplete.pure.d.ts.map +1 -0
- package/development/autocomplete.pure.js +7 -0
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts +2 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.js +9 -23
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +5 -3
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +10 -16
- package/development/breadcrumb/breadcrumb-group.d.ts +0 -3
- package/development/breadcrumb/breadcrumb-group.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group.js +4 -1
- package/development/breadcrumb/breadcrumb.d.ts +0 -3
- package/development/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb.js +4 -1
- package/development/breadcrumb.d.ts +1 -5
- package/development/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb.js +4 -2
- package/development/breadcrumb.pure.d.ts +4 -0
- package/development/breadcrumb.pure.d.ts.map +1 -0
- package/development/breadcrumb.pure.js +7 -0
- package/development/button/accent-button/accent-button.component.d.ts +1 -0
- package/development/button/accent-button/accent-button.component.d.ts.map +1 -1
- package/development/button/accent-button/accent-button.component.js +10 -23
- package/development/button/accent-button-link/accent-button-link.component.d.ts +1 -0
- package/development/button/accent-button-link/accent-button-link.component.d.ts.map +1 -1
- package/development/button/accent-button-link/accent-button-link.component.js +10 -23
- package/development/button/accent-button-link.d.ts +0 -3
- package/development/button/accent-button-link.d.ts.map +1 -1
- package/development/button/accent-button-link.js +5 -3
- package/development/button/accent-button-static/accent-button-static.component.d.ts +1 -0
- package/development/button/accent-button-static/accent-button-static.component.d.ts.map +1 -1
- package/development/button/accent-button-static/accent-button-static.component.js +10 -23
- package/development/button/accent-button-static.d.ts +0 -3
- package/development/button/accent-button-static.d.ts.map +1 -1
- package/development/button/accent-button-static.js +5 -3
- package/development/button/accent-button.d.ts +0 -3
- package/development/button/accent-button.d.ts.map +1 -1
- package/development/button/accent-button.js +5 -3
- package/development/button/button/button.component.d.ts +1 -0
- package/development/button/button/button.component.d.ts.map +1 -1
- package/development/button/button/button.component.js +10 -23
- package/development/button/button-link/button-link.component.d.ts +1 -0
- package/development/button/button-link/button-link.component.d.ts.map +1 -1
- package/development/button/button-link/button-link.component.js +10 -23
- package/development/button/button-link.d.ts +0 -3
- package/development/button/button-link.d.ts.map +1 -1
- package/development/button/button-link.js +5 -3
- package/development/button/button-static/button-static.component.d.ts +1 -0
- package/development/button/button-static/button-static.component.d.ts.map +1 -1
- package/development/button/button-static/button-static.component.js +10 -23
- package/development/button/button-static.d.ts +0 -3
- package/development/button/button-static.d.ts.map +1 -1
- package/development/button/button-static.js +5 -3
- package/development/button/button.d.ts +0 -3
- package/development/button/button.d.ts.map +1 -1
- package/development/button/button.js +5 -3
- package/development/button/common.d.ts +1 -3
- package/development/button/common.d.ts.map +1 -1
- package/development/button/mini-button/mini-button.component.d.ts +1 -0
- package/development/button/mini-button/mini-button.component.d.ts.map +1 -1
- package/development/button/mini-button/mini-button.component.js +13 -26
- package/development/button/mini-button-group/mini-button-group.component.d.ts +4 -2
- package/development/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
- package/development/button/mini-button-group/mini-button-group.component.js +9 -15
- package/development/button/mini-button-group.d.ts +0 -3
- package/development/button/mini-button-group.d.ts.map +1 -1
- package/development/button/mini-button-group.js +5 -3
- package/development/button/mini-button-link/mini-button-link.component.d.ts +1 -0
- package/development/button/mini-button-link/mini-button-link.component.d.ts.map +1 -1
- package/development/button/mini-button-link/mini-button-link.component.js +14 -27
- package/development/button/mini-button-link.d.ts +0 -3
- package/development/button/mini-button-link.d.ts.map +1 -1
- package/development/button/mini-button-link.js +5 -3
- package/development/button/mini-button.d.ts +0 -3
- package/development/button/mini-button.d.ts.map +1 -1
- package/development/button/mini-button.js +5 -3
- package/development/button/secondary-button/secondary-button.component.d.ts +1 -0
- package/development/button/secondary-button/secondary-button.component.d.ts.map +1 -1
- package/development/button/secondary-button/secondary-button.component.js +10 -23
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts +1 -0
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts.map +1 -1
- package/development/button/secondary-button-link/secondary-button-link.component.js +10 -23
- package/development/button/secondary-button-link.d.ts +0 -3
- package/development/button/secondary-button-link.d.ts.map +1 -1
- package/development/button/secondary-button-link.js +5 -3
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts +1 -0
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts.map +1 -1
- package/development/button/secondary-button-static/secondary-button-static.component.js +10 -23
- package/development/button/secondary-button-static.d.ts +0 -3
- package/development/button/secondary-button-static.d.ts.map +1 -1
- package/development/button/secondary-button-static.js +5 -3
- package/development/button/secondary-button.d.ts +0 -3
- package/development/button/secondary-button.d.ts.map +1 -1
- package/development/button/secondary-button.js +5 -3
- package/development/button/transparent-button/transparent-button.component.d.ts +1 -0
- package/development/button/transparent-button/transparent-button.component.d.ts.map +1 -1
- package/development/button/transparent-button/transparent-button.component.js +10 -23
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts +1 -0
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts.map +1 -1
- package/development/button/transparent-button-link/transparent-button-link.component.js +10 -23
- package/development/button/transparent-button-link.d.ts +0 -3
- package/development/button/transparent-button-link.d.ts.map +1 -1
- package/development/button/transparent-button-link.js +5 -3
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts +1 -0
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts.map +1 -1
- package/development/button/transparent-button-static/transparent-button-static.component.js +10 -23
- package/development/button/transparent-button-static.d.ts +0 -3
- package/development/button/transparent-button-static.d.ts.map +1 -1
- package/development/button/transparent-button-static.js +5 -3
- package/development/button/transparent-button.d.ts +0 -3
- package/development/button/transparent-button.d.ts.map +1 -1
- package/development/button/transparent-button.js +5 -3
- package/development/button.d.ts +1 -19
- package/development/button.d.ts.map +1 -1
- package/development/button.js +16 -1
- package/development/button.pure.d.ts +18 -0
- package/development/button.pure.d.ts.map +1 -0
- package/development/button.pure.js +43 -0
- package/development/calendar/calendar/calendar.component.d.ts +4 -4
- package/development/calendar/calendar/calendar.component.d.ts.map +1 -1
- package/development/calendar/calendar/calendar.component.js +12 -18
- package/development/calendar/calendar-day/calendar-day.component.d.ts +1 -0
- package/development/calendar/calendar-day/calendar-day.component.d.ts.map +1 -1
- package/development/calendar/calendar-day/calendar-day.component.js +6 -13
- package/development/calendar/calendar-day.d.ts +0 -3
- package/development/calendar/calendar-day.d.ts.map +1 -1
- package/development/calendar/calendar-day.js +4 -1
- package/development/calendar/calendar.d.ts +0 -3
- package/development/calendar/calendar.d.ts.map +1 -1
- package/development/calendar/calendar.js +6 -2
- package/development/calendar.d.ts +1 -5
- package/development/calendar.d.ts.map +1 -1
- package/development/calendar.js +5 -2
- package/development/calendar.pure.d.ts +4 -0
- package/development/calendar.pure.d.ts.map +1 -0
- package/development/calendar.pure.js +8 -0
- package/development/card/card/card.component.d.ts +4 -4
- package/development/card/card/card.component.d.ts.map +1 -1
- package/development/card/card/card.component.js +9 -16
- package/development/card/card-badge/card-badge.component.d.ts +4 -4
- package/development/card/card-badge/card-badge.component.d.ts.map +1 -1
- package/development/card/card-badge/card-badge.component.js +9 -16
- package/development/card/card-badge.d.ts +0 -3
- package/development/card/card-badge.d.ts.map +1 -1
- package/development/card/card-badge.js +4 -1
- package/development/card/card-button/card-button.component.d.ts +2 -1
- package/development/card/card-button/card-button.component.d.ts.map +1 -1
- package/development/card/card-button/card-button.component.js +10 -25
- package/development/card/card-button.d.ts +0 -3
- package/development/card/card-button.d.ts.map +1 -1
- package/development/card/card-button.js +4 -1
- package/development/card/card-link/card-link.component.d.ts +2 -1
- package/development/card/card-link/card-link.component.d.ts.map +1 -1
- package/development/card/card-link/card-link.component.js +10 -25
- package/development/card/card-link.d.ts +0 -3
- package/development/card/card-link.d.ts.map +1 -1
- package/development/card/card-link.js +4 -1
- package/development/card/card.d.ts +0 -3
- package/development/card/card.d.ts.map +1 -1
- package/development/card/card.js +4 -1
- package/development/card/common/card-action-common.js +1 -1
- package/development/card/common.d.ts +1 -3
- package/development/card/common.d.ts.map +1 -1
- package/development/card/common.js +3 -1
- package/development/card.d.ts +1 -8
- package/development/card.d.ts.map +1 -1
- package/development/card.js +6 -2
- package/development/card.pure.d.ts +7 -0
- package/development/card.pure.d.ts.map +1 -0
- package/development/card.pure.js +13 -0
- package/development/carousel/carousel/carousel.component.d.ts +4 -4
- package/development/carousel/carousel/carousel.component.d.ts.map +1 -1
- package/development/carousel/carousel/carousel.component.js +9 -16
- package/development/carousel/carousel-item/carousel-item.component.d.ts +6 -6
- package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -1
- package/development/carousel/carousel-item/carousel-item.component.js +20 -32
- package/development/carousel/carousel-item.d.ts +0 -3
- package/development/carousel/carousel-item.d.ts.map +1 -1
- package/development/carousel/carousel-item.js +4 -1
- package/development/carousel/carousel-list/carousel-list.component.d.ts +4 -4
- package/development/carousel/carousel-list/carousel-list.component.d.ts.map +1 -1
- package/development/carousel/carousel-list/carousel-list.component.js +113 -126
- package/development/carousel/carousel-list.d.ts +0 -3
- package/development/carousel/carousel-list.d.ts.map +1 -1
- package/development/carousel/carousel-list.js +4 -1
- package/development/carousel/carousel.d.ts +0 -3
- package/development/carousel/carousel.d.ts.map +1 -1
- package/development/carousel/carousel.js +4 -1
- package/development/carousel.d.ts +1 -6
- package/development/carousel.d.ts.map +1 -1
- package/development/carousel.js +5 -2
- package/development/carousel.pure.d.ts +5 -0
- package/development/carousel.pure.d.ts.map +1 -0
- package/development/carousel.pure.js +9 -0
- package/development/checkbox/checkbox-group.d.ts +1 -4
- package/development/checkbox/checkbox-group.d.ts.map +1 -1
- package/development/checkbox/checkbox-group.js +6 -5
- package/development/checkbox/checkbox-panel.d.ts +1 -4
- package/development/checkbox/checkbox-panel.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel.js +6 -5
- package/development/checkbox/{checkbox/checkbox.component.d.ts → checkbox.component.d.ts} +6 -4
- package/development/checkbox/checkbox.component.d.ts.map +1 -0
- package/development/checkbox/checkbox.component.js +141 -0
- package/development/checkbox/checkbox.d.ts +1 -4
- package/development/checkbox/checkbox.d.ts.map +1 -1
- package/development/checkbox/checkbox.js +5 -2
- package/development/checkbox/common/checkbox-common.d.ts +4 -5
- package/development/checkbox/common/checkbox-common.d.ts.map +1 -1
- package/development/checkbox/common/checkbox-common.js +66 -2
- package/development/checkbox/common.d.ts +1 -3
- package/development/checkbox/common.d.ts.map +1 -1
- package/development/checkbox/common.js +5 -4
- package/development/{checkbox/checkbox-group → checkbox-group}/checkbox-group.component.d.ts +6 -5
- package/development/checkbox-group/checkbox-group.component.d.ts.map +1 -0
- package/development/{checkbox/checkbox-group → checkbox-group}/checkbox-group.component.js +14 -20
- package/development/checkbox-group.d.ts +2 -0
- package/development/checkbox-group.d.ts.map +1 -0
- package/development/checkbox-group.js +6 -0
- package/development/checkbox-group.pure.d.ts +3 -0
- package/development/checkbox-group.pure.d.ts.map +1 -0
- package/development/checkbox-group.pure.js +5 -0
- package/development/{checkbox/checkbox-panel → checkbox-panel}/checkbox-panel.component.d.ts +4 -2
- package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -0
- package/development/checkbox-panel/checkbox-panel.component.js +88 -0
- package/development/checkbox-panel.d.ts +2 -0
- package/development/checkbox-panel.d.ts.map +1 -0
- package/development/checkbox-panel.js +6 -0
- package/development/checkbox-panel.pure.d.ts +3 -0
- package/development/checkbox-panel.pure.d.ts.map +1 -0
- package/development/checkbox-panel.pure.js +5 -0
- package/development/checkbox.d.ts +3 -7
- package/development/checkbox.d.ts.map +1 -1
- package/development/checkbox.js +9 -7
- package/development/checkbox.pure.d.ts +4 -0
- package/development/checkbox.pure.d.ts.map +1 -0
- package/development/checkbox.pure.js +8 -0
- package/development/chip/chip/chip.component.d.ts +4 -2
- package/development/chip/chip/chip.component.d.ts.map +1 -1
- package/development/chip/chip/chip.component.js +11 -17
- package/development/chip/chip-group/chip-group.component.d.ts +4 -2
- package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
- package/development/chip/chip-group/chip-group.component.js +12 -18
- package/development/chip/chip-group.d.ts +0 -3
- package/development/chip/chip-group.d.ts.map +1 -1
- package/development/chip/chip-group.js +4 -1
- package/development/chip/chip.d.ts +0 -3
- package/development/chip/chip.d.ts.map +1 -1
- package/development/chip/chip.js +4 -1
- package/development/chip-label/chip-label.component.d.ts +4 -2
- package/development/chip-label/chip-label.component.d.ts.map +1 -1
- package/development/chip-label/chip-label.component.js +9 -15
- package/development/chip-label.d.ts +1 -4
- package/development/chip-label.d.ts.map +1 -1
- package/development/chip-label.js +2 -1
- package/development/chip-label.pure.d.ts +3 -0
- package/development/chip-label.pure.d.ts.map +1 -0
- package/development/chip-label.pure.js +5 -0
- package/development/chip.d.ts +1 -5
- package/development/chip.d.ts.map +1 -1
- package/development/chip.js +4 -2
- package/development/chip.pure.d.ts +4 -0
- package/development/chip.pure.d.ts.map +1 -0
- package/development/chip.pure.js +7 -0
- package/development/clock/clock.component.d.ts +4 -4
- package/development/clock/clock.component.d.ts.map +1 -1
- package/development/clock/clock.component.js +9 -16
- package/development/clock.d.ts +1 -4
- package/development/clock.d.ts.map +1 -1
- package/development/clock.js +2 -1
- package/development/clock.pure.d.ts +3 -0
- package/development/clock.pure.d.ts.map +1 -0
- package/development/clock.pure.js +5 -0
- package/development/container/container/container.component.d.ts +4 -4
- package/development/container/container/container.component.d.ts.map +1 -1
- package/development/container/container/container.component.js +10 -16
- package/development/container/container.d.ts +0 -3
- package/development/container/container.d.ts.map +1 -1
- package/development/container/container.js +4 -1
- package/development/container/sticky-bar/sticky-bar.component.d.ts +4 -2
- package/development/container/sticky-bar/sticky-bar.component.d.ts.map +1 -1
- package/development/container/sticky-bar/sticky-bar.component.js +11 -17
- package/development/container/sticky-bar.d.ts +0 -3
- package/development/container/sticky-bar.d.ts.map +1 -1
- package/development/container/sticky-bar.js +4 -1
- package/development/container.d.ts +1 -5
- package/development/container.d.ts.map +1 -1
- package/development/container.js +3 -1
- package/development/container.pure.d.ts +4 -0
- package/development/container.pure.d.ts.map +1 -0
- package/development/container.pure.js +7 -0
- package/development/core/a11y.d.ts +1 -3
- package/development/core/a11y.d.ts.map +1 -1
- package/development/core/base-elements/action-base-element.d.ts +3 -4
- package/development/core/base-elements/action-base-element.d.ts.map +1 -1
- package/development/core/base-elements/action-base-element.js +4 -4
- package/development/core/base-elements/element.d.ts +59 -0
- package/development/core/base-elements/element.d.ts.map +1 -0
- package/development/core/base-elements/element.js +71 -0
- package/development/core/base-elements/link-base-element.d.ts.map +1 -1
- package/development/core/base-elements/link-base-element.js +6 -5
- package/development/core/base-elements/open-close-base-element.d.ts +2 -4
- package/development/core/base-elements/open-close-base-element.d.ts.map +1 -1
- package/development/core/base-elements/open-close-base-element.js +3 -4
- package/development/core/base-elements.d.ts +2 -3
- package/development/core/base-elements.d.ts.map +1 -1
- package/development/core/base-elements.js +3 -1
- package/development/core/config.d.ts +1 -3
- package/development/core/config.d.ts.map +1 -1
- package/development/core/controllers.d.ts +1 -3
- package/development/core/controllers.d.ts.map +1 -1
- package/development/core/datetime.d.ts +1 -3
- package/development/core/datetime.d.ts.map +1 -1
- package/development/core/decorators/base.d.ts +2 -2
- package/development/core/decorators/base.d.ts.map +1 -1
- package/development/core/decorators/host-attributes.d.ts +1 -0
- package/development/core/decorators/host-attributes.d.ts.map +1 -1
- package/development/core/decorators/host-attributes.js +1 -1
- package/development/core/decorators.d.ts +1 -3
- package/development/core/decorators.d.ts.map +1 -1
- package/development/core/dom.d.ts +1 -3
- package/development/core/dom.d.ts.map +1 -1
- package/development/core/eventing.d.ts +1 -3
- package/development/core/eventing.d.ts.map +1 -1
- package/development/core/i18n.d.ts +1 -3
- package/development/core/i18n.d.ts.map +1 -1
- package/development/core/interfaces/overlay-close-details.d.ts +2 -2
- package/development/core/interfaces/overlay-close-details.d.ts.map +1 -1
- package/development/core/interfaces/paginator-page.d.ts +2 -2
- package/development/core/interfaces/paginator-page.d.ts.map +1 -1
- package/development/core/interfaces.d.ts +1 -3
- package/development/core/interfaces.d.ts.map +1 -1
- package/development/core/mixins/form-associated-checkbox-mixin.d.ts +2 -1
- package/development/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-checkbox-mixin.js +3 -2
- package/development/core/mixins/form-associated-input-mixin.d.ts +2 -1
- package/development/core/mixins/form-associated-input-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +3 -2
- package/development/core/mixins/form-associated-radio-button-mixin.d.ts +2 -1
- package/development/core/mixins/form-associated-radio-button-mixin.d.ts.map +1 -1
- package/development/core/mixins/form-associated-radio-button-mixin.js +3 -2
- package/development/core/mixins/named-slot-list-mixin.d.ts +2 -2
- package/development/core/mixins/named-slot-list-mixin.d.ts.map +1 -1
- package/development/core/mixins/named-slot-list-mixin.js +3 -2
- package/development/core/mixins/panel-mixin.d.ts +2 -2
- package/development/core/mixins/panel-mixin.d.ts.map +1 -1
- package/development/core/mixins/panel-mixin.js +1 -1
- package/development/core/mixins/selection-panel-mixin.d.ts +4 -4
- package/development/core/mixins/selection-panel-mixin.d.ts.map +1 -1
- package/development/core/mixins/selection-panel-mixin.js +3 -2
- package/development/core/mixins.d.ts +1 -3
- package/development/core/mixins.d.ts.map +1 -1
- package/development/core/overlay.d.ts +1 -3
- package/development/core/overlay.d.ts.map +1 -1
- package/development/core/styles.d.ts +1 -3
- package/development/core/styles.d.ts.map +1 -1
- package/development/core/testing/event-spy.js +1 -1
- package/development/core/testing.d.ts +1 -3
- package/development/core/testing.d.ts.map +1 -1
- package/development/date-input/date-input.component.d.ts +4 -2
- package/development/date-input/date-input.component.d.ts.map +1 -1
- package/development/date-input/date-input.component.js +9 -15
- package/development/date-input.d.ts +1 -4
- package/development/date-input.d.ts.map +1 -1
- package/development/date-input.js +2 -1
- package/development/date-input.pure.d.ts +3 -0
- package/development/date-input.pure.d.ts.map +1 -0
- package/development/date-input.pure.js +5 -0
- package/development/datepicker/common/datepicker-button.d.ts +0 -1
- package/development/datepicker/common/datepicker-button.d.ts.map +1 -1
- package/development/datepicker/common/datepicker-button.js +8 -3
- package/development/datepicker/common.d.ts +1 -3
- package/development/datepicker/common.d.ts.map +1 -1
- package/development/datepicker/common.js +5 -4
- package/development/datepicker/datepicker/datepicker.component.d.ts +1 -0
- package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
- package/development/datepicker/datepicker/datepicker.component.js +6 -13
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts +2 -1
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.js +26 -39
- package/development/datepicker/datepicker-next-day.d.ts +0 -3
- package/development/datepicker/datepicker-next-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-next-day.js +4 -1
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts +2 -1
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +26 -39
- package/development/datepicker/datepicker-previous-day.d.ts +0 -3
- package/development/datepicker/datepicker-previous-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-previous-day.js +4 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts +3 -2
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.js +8 -15
- package/development/datepicker/datepicker-toggle.d.ts +0 -3
- package/development/datepicker/datepicker-toggle.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle.js +4 -1
- package/development/datepicker/datepicker.d.ts +0 -3
- package/development/datepicker/datepicker.d.ts.map +1 -1
- package/development/datepicker/datepicker.js +4 -1
- package/development/datepicker.d.ts +1 -8
- package/development/datepicker.d.ts.map +1 -1
- package/development/datepicker.js +8 -5
- package/development/datepicker.pure.d.ts +7 -0
- package/development/datepicker.pure.d.ts.map +1 -0
- package/development/datepicker.pure.js +15 -0
- package/development/dialog/dialog/dialog.component.d.ts +1 -0
- package/development/dialog/dialog/dialog.component.d.ts.map +1 -1
- package/development/dialog/dialog/dialog.component.js +6 -13
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts +1 -0
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts.map +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.js +11 -24
- package/development/dialog/dialog-actions.d.ts +0 -3
- package/development/dialog/dialog-actions.d.ts.map +1 -1
- package/development/dialog/dialog-actions.js +4 -1
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +1 -0
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -1
- package/development/dialog/dialog-close-button/dialog-close-button.component.js +21 -34
- package/development/dialog/dialog-close-button.d.ts +0 -3
- package/development/dialog/dialog-close-button.d.ts.map +1 -1
- package/development/dialog/dialog-close-button.js +4 -1
- package/development/dialog/dialog-content/dialog-content.component.d.ts +4 -2
- package/development/dialog/dialog-content/dialog-content.component.d.ts.map +1 -1
- package/development/dialog/dialog-content/dialog-content.component.js +15 -27
- package/development/dialog/dialog-content.d.ts +0 -3
- package/development/dialog/dialog-content.d.ts.map +1 -1
- package/development/dialog/dialog-content.js +4 -1
- package/development/dialog/dialog-title/dialog-title.component.d.ts +1 -0
- package/development/dialog/dialog-title/dialog-title.component.d.ts.map +1 -1
- package/development/dialog/dialog-title/dialog-title.component.js +11 -24
- package/development/dialog/dialog-title.d.ts +0 -3
- package/development/dialog/dialog-title.d.ts.map +1 -1
- package/development/dialog/dialog-title.js +4 -1
- package/development/dialog/dialog.d.ts +0 -3
- package/development/dialog/dialog.d.ts.map +1 -1
- package/development/dialog/dialog.js +4 -1
- package/development/dialog.d.ts +1 -8
- package/development/dialog.d.ts.map +1 -1
- package/development/dialog.js +7 -2
- package/development/dialog.pure.d.ts +7 -0
- package/development/dialog.pure.d.ts.map +1 -0
- package/development/dialog.pure.js +16 -0
- package/development/divider/divider.component.d.ts +4 -2
- package/development/divider/divider.component.d.ts.map +1 -1
- package/development/divider/divider.component.js +10 -16
- package/development/divider.d.ts +1 -4
- package/development/divider.d.ts.map +1 -1
- package/development/divider.js +2 -1
- package/development/divider.pure.d.ts +3 -0
- package/development/divider.pure.d.ts.map +1 -0
- package/development/divider.pure.js +5 -0
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts +4 -4
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel/expansion-panel.component.js +11 -17
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts +4 -4
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +29 -41
- package/development/expansion-panel/expansion-panel-content.d.ts +0 -3
- package/development/expansion-panel/expansion-panel-content.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-content.js +4 -1
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts +1 -0
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +54 -66
- package/development/expansion-panel/expansion-panel-header.d.ts +0 -3
- package/development/expansion-panel/expansion-panel-header.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header.js +4 -1
- package/development/expansion-panel/expansion-panel.d.ts +0 -3
- package/development/expansion-panel/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel.js +4 -1
- package/development/expansion-panel.d.ts +1 -6
- package/development/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel.js +5 -2
- package/development/expansion-panel.pure.d.ts +5 -0
- package/development/expansion-panel.pure.d.ts.map +1 -0
- package/development/expansion-panel.pure.js +9 -0
- package/development/file-selector/common/file-selector-common.d.ts +4 -4
- package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/development/file-selector/common/file-selector-common.js +104 -5
- package/development/file-selector/common.d.ts +1 -3
- package/development/file-selector/common.d.ts.map +1 -1
- package/development/file-selector/common.js +5 -4
- package/development/file-selector/file-selector/file-selector.component.d.ts +4 -2
- package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
- package/development/file-selector/file-selector/file-selector.component.js +17 -28
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +4 -2
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +11 -17
- package/development/file-selector/file-selector-dropzone.d.ts +0 -3
- package/development/file-selector/file-selector-dropzone.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone.js +4 -1
- package/development/file-selector/file-selector.d.ts +0 -3
- package/development/file-selector/file-selector.d.ts.map +1 -1
- package/development/file-selector/file-selector.js +4 -1
- package/development/file-selector.d.ts +1 -6
- package/development/file-selector.d.ts.map +1 -1
- package/development/file-selector.js +5 -4
- package/development/file-selector.pure.d.ts +5 -0
- package/development/file-selector.pure.d.ts.map +1 -0
- package/development/file-selector.pure.js +10 -0
- package/development/flip-card/flip-card/flip-card.component.d.ts +6 -6
- package/development/flip-card/flip-card/flip-card.component.d.ts.map +1 -1
- package/development/flip-card/flip-card/flip-card.component.js +11 -17
- package/development/flip-card/flip-card-details/flip-card-details.component.d.ts +4 -4
- package/development/flip-card/flip-card-details/flip-card-details.component.d.ts.map +1 -1
- package/development/flip-card/flip-card-details/flip-card-details.component.js +30 -43
- package/development/flip-card/flip-card-details.d.ts +0 -3
- package/development/flip-card/flip-card-details.d.ts.map +1 -1
- package/development/flip-card/flip-card-details.js +4 -1
- package/development/flip-card/flip-card-summary/flip-card-summary.component.d.ts +4 -2
- package/development/flip-card/flip-card-summary/flip-card-summary.component.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary/flip-card-summary.component.js +9 -15
- package/development/flip-card/flip-card-summary.d.ts +0 -3
- package/development/flip-card/flip-card-summary.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary.js +4 -1
- package/development/flip-card/flip-card.d.ts +0 -3
- package/development/flip-card/flip-card.d.ts.map +1 -1
- package/development/flip-card/flip-card.js +4 -1
- package/development/flip-card.d.ts +1 -6
- package/development/flip-card.d.ts.map +1 -1
- package/development/flip-card.js +6 -3
- package/development/flip-card.pure.d.ts +5 -0
- package/development/flip-card.pure.d.ts.map +1 -0
- package/development/flip-card.pure.js +9 -0
- package/development/footer/footer.component.d.ts +4 -2
- package/development/footer/footer.component.d.ts.map +1 -1
- package/development/footer/footer.component.js +9 -15
- package/development/footer.d.ts +1 -4
- package/development/footer.d.ts.map +1 -1
- package/development/footer.js +2 -1
- package/development/footer.pure.d.ts +3 -0
- package/development/footer.pure.d.ts.map +1 -0
- package/development/footer.pure.js +5 -0
- package/development/form-field/error/error.component.d.ts +4 -2
- package/development/form-field/error/error.component.d.ts.map +1 -1
- package/development/form-field/error/error.component.js +18 -30
- package/development/form-field/error.d.ts +0 -3
- package/development/form-field/error.d.ts.map +1 -1
- package/development/form-field/error.js +4 -1
- package/development/form-field/form-field/form-field.component.d.ts +4 -2
- package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/development/form-field/form-field/form-field.component.js +10 -16
- package/development/form-field/form-field-clear/form-field-clear.component.d.ts +1 -0
- package/development/form-field/form-field-clear/form-field-clear.component.d.ts.map +1 -1
- package/development/form-field/form-field-clear/form-field-clear.component.js +34 -47
- package/development/form-field/form-field-clear.d.ts +0 -3
- package/development/form-field/form-field-clear.d.ts.map +1 -1
- package/development/form-field/form-field-clear.js +4 -1
- package/development/form-field/form-field.d.ts +0 -3
- package/development/form-field/form-field.d.ts.map +1 -1
- package/development/form-field/form-field.js +6 -2
- package/development/form-field.d.ts +1 -6
- package/development/form-field.d.ts.map +1 -1
- package/development/form-field.js +6 -2
- package/development/form-field.pure.d.ts +5 -0
- package/development/form-field.pure.d.ts.map +1 -0
- package/development/form-field.pure.js +10 -0
- package/development/header/common.d.ts +1 -3
- package/development/header/common.d.ts.map +1 -1
- package/development/header/common.js +3 -1
- package/development/header/header/header.component.d.ts +4 -4
- package/development/header/header/header.component.d.ts.map +1 -1
- package/development/header/header/header.component.js +9 -16
- package/development/header/header-button/header-button.component.d.ts +2 -1
- package/development/header/header-button/header-button.component.d.ts.map +1 -1
- package/development/header/header-button/header-button.component.js +6 -21
- package/development/header/header-button.d.ts +0 -3
- package/development/header/header-button.d.ts.map +1 -1
- package/development/header/header-button.js +4 -1
- package/development/header/header-environment/header-environment.component.d.ts +4 -4
- package/development/header/header-environment/header-environment.component.d.ts.map +1 -1
- package/development/header/header-environment/header-environment.component.js +28 -41
- package/development/header/header-environment.d.ts +0 -3
- package/development/header/header-environment.d.ts.map +1 -1
- package/development/header/header-environment.js +4 -1
- package/development/header/header-link/header-link.component.d.ts +2 -1
- package/development/header/header-link/header-link.component.d.ts.map +1 -1
- package/development/header/header-link/header-link.component.js +6 -21
- package/development/header/header-link.d.ts +0 -3
- package/development/header/header-link.d.ts.map +1 -1
- package/development/header/header-link.js +4 -1
- package/development/header/header.d.ts +0 -3
- package/development/header/header.d.ts.map +1 -1
- package/development/header/header.js +4 -1
- package/development/header.d.ts +1 -7
- package/development/header.d.ts.map +1 -1
- package/development/header.js +9 -3
- package/development/header.pure.d.ts +7 -0
- package/development/header.pure.d.ts.map +1 -0
- package/development/header.pure.js +13 -0
- package/development/icon/icon-base.d.ts +3 -4
- package/development/icon/icon-base.d.ts.map +1 -1
- package/development/icon/icon-base.js +4 -4
- package/development/icon/icon-name-mixin.d.ts +3 -2
- package/development/icon/icon-name-mixin.d.ts.map +1 -1
- package/development/icon/icon-name-mixin.js +1 -1
- package/development/icon/icon.component.d.ts +1 -0
- package/development/icon/icon.component.d.ts.map +1 -1
- package/development/icon/icon.component.js +6 -14
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts +5 -5
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.js +9 -16
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts +1 -0
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js +14 -27
- package/development/icon-sidebar/icon-sidebar-button.d.ts +0 -3
- package/development/icon-sidebar/icon-sidebar-button.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-button.js +4 -1
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts +5 -3
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js +24 -36
- package/development/icon-sidebar/icon-sidebar-container.d.ts +0 -3
- package/development/icon-sidebar/icon-sidebar-container.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-container.js +4 -1
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts +4 -2
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js +16 -28
- package/development/icon-sidebar/icon-sidebar-content.d.ts +0 -3
- package/development/icon-sidebar/icon-sidebar-content.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-content.js +4 -1
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts +1 -0
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js +14 -27
- package/development/icon-sidebar/icon-sidebar-link.d.ts +0 -3
- package/development/icon-sidebar/icon-sidebar-link.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-link.js +4 -1
- package/development/icon-sidebar/icon-sidebar.d.ts +0 -3
- package/development/icon-sidebar/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar.js +4 -1
- package/development/icon-sidebar.d.ts +1 -8
- package/development/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar.js +7 -2
- package/development/icon-sidebar.pure.d.ts +7 -0
- package/development/icon-sidebar.pure.d.ts.map +1 -0
- package/development/icon-sidebar.pure.js +13 -0
- package/development/icon.d.ts +1 -8
- package/development/icon.d.ts.map +1 -1
- package/development/icon.js +4 -3
- package/development/icon.pure.d.ts +7 -0
- package/development/icon.pure.d.ts.map +1 -0
- package/development/icon.pure.js +14 -0
- package/development/image/image.component.d.ts +4 -4
- package/development/image/image.component.d.ts.map +1 -1
- package/development/image/image.component.js +10 -17
- package/development/image.d.ts +1 -4
- package/development/image.d.ts.map +1 -1
- package/development/image.js +2 -1
- package/development/image.pure.d.ts +3 -0
- package/development/image.pure.d.ts.map +1 -0
- package/development/image.pure.js +5 -0
- package/development/journey-header/journey-header.component.d.ts +1 -0
- package/development/journey-header/journey-header.component.d.ts.map +1 -1
- package/development/journey-header/journey-header.component.js +6 -13
- package/development/journey-header.d.ts +1 -4
- package/development/journey-header.d.ts.map +1 -1
- package/development/journey-header.js +2 -1
- package/development/journey-header.pure.d.ts +3 -0
- package/development/journey-header.pure.d.ts.map +1 -0
- package/development/journey-header.pure.js +5 -0
- package/development/lead-container/lead-container.component.d.ts +4 -4
- package/development/lead-container/lead-container.component.d.ts.map +1 -1
- package/development/lead-container/lead-container.component.js +11 -24
- package/development/lead-container.d.ts +1 -4
- package/development/lead-container.d.ts.map +1 -1
- package/development/lead-container.js +2 -1
- package/development/lead-container.pure.d.ts +3 -0
- package/development/lead-container.pure.d.ts.map +1 -0
- package/development/lead-container.pure.js +5 -0
- package/development/link/block-link/block-link.component.d.ts +1 -0
- package/development/link/block-link/block-link.component.d.ts.map +1 -1
- package/development/link/block-link/block-link.component.js +5 -20
- package/development/link/block-link-button/block-link-button.component.d.ts +1 -0
- package/development/link/block-link-button/block-link-button.component.d.ts.map +1 -1
- package/development/link/block-link-button/block-link-button.component.js +5 -20
- package/development/link/block-link-button.d.ts +0 -3
- package/development/link/block-link-button.d.ts.map +1 -1
- package/development/link/block-link-button.js +5 -3
- package/development/link/block-link-static/block-link-static.component.d.ts +1 -0
- package/development/link/block-link-static/block-link-static.component.d.ts.map +1 -1
- package/development/link/block-link-static/block-link-static.component.js +5 -20
- package/development/link/block-link-static.d.ts +0 -3
- package/development/link/block-link-static.d.ts.map +1 -1
- package/development/link/block-link-static.js +5 -3
- package/development/link/block-link.d.ts +0 -3
- package/development/link/block-link.d.ts.map +1 -1
- package/development/link/block-link.js +5 -3
- package/development/link/common.d.ts +1 -3
- package/development/link/common.d.ts.map +1 -1
- package/development/link/link/link.component.d.ts +1 -0
- package/development/link/link/link.component.d.ts.map +1 -1
- package/development/link/link/link.component.js +5 -20
- package/development/link/link-button/link-button.component.d.ts +1 -0
- package/development/link/link-button/link-button.component.d.ts.map +1 -1
- package/development/link/link-button/link-button.component.js +5 -20
- package/development/link/link-button.d.ts +0 -3
- package/development/link/link-button.d.ts.map +1 -1
- package/development/link/link-button.js +5 -3
- package/development/link/link-static/link-static.component.d.ts +1 -0
- package/development/link/link-static/link-static.component.d.ts.map +1 -1
- package/development/link/link-static/link-static.component.js +5 -20
- package/development/link/link-static.d.ts +0 -3
- package/development/link/link-static.d.ts.map +1 -1
- package/development/link/link-static.js +5 -3
- package/development/link/link.d.ts +0 -3
- package/development/link/link.d.ts.map +1 -1
- package/development/link/link.js +5 -3
- package/development/link-list/common/link-list-base.d.ts +3 -3
- package/development/link-list/common/link-list-base.d.ts.map +1 -1
- package/development/link-list/common/link-list-base.js +23 -5
- package/development/link-list/common.d.ts +1 -3
- package/development/link-list/common.d.ts.map +1 -1
- package/development/link-list/common.js +5 -4
- package/development/link-list/link-list-anchor.d.ts +2 -4
- package/development/link-list/link-list-anchor.d.ts.map +1 -1
- package/development/link-list/link-list-anchor.js +8 -3
- package/development/link-list/{link-list/link-list.component.d.ts → link-list.component.d.ts} +3 -2
- package/development/link-list/link-list.component.d.ts.map +1 -0
- package/development/link-list/{link-list/link-list.component.js → link-list.component.js} +8 -15
- package/development/link-list/link-list.d.ts +1 -4
- package/development/link-list/link-list.d.ts.map +1 -1
- package/development/link-list/link-list.js +5 -2
- package/development/{link-list/link-list-anchor → link-list-anchor}/link-list-anchor.component.d.ts +2 -1
- package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -0
- package/development/link-list-anchor/link-list-anchor.component.js +61 -0
- package/development/link-list-anchor.d.ts +2 -0
- package/development/link-list-anchor.d.ts.map +1 -0
- package/development/link-list-anchor.js +6 -0
- package/development/link-list-anchor.pure.d.ts +3 -0
- package/development/link-list-anchor.pure.d.ts.map +1 -0
- package/development/link-list-anchor.pure.js +5 -0
- package/development/link-list.d.ts +1 -6
- package/development/link-list.d.ts.map +1 -1
- package/development/link-list.js +7 -7
- package/development/link-list.pure.d.ts +4 -0
- package/development/link-list.pure.d.ts.map +1 -0
- package/development/link-list.pure.js +8 -0
- package/development/link.d.ts +1 -10
- package/development/link.d.ts.map +1 -1
- package/development/link.js +7 -1
- package/development/link.pure.d.ts +9 -0
- package/development/link.pure.d.ts.map +1 -0
- package/development/link.pure.js +21 -0
- package/development/loading-indicator/loading-indicator.component.d.ts +4 -4
- package/development/loading-indicator/loading-indicator.component.d.ts.map +1 -1
- package/development/loading-indicator/loading-indicator.component.js +9 -16
- package/development/loading-indicator-circle/loading-indicator-circle.component.d.ts +4 -4
- package/development/loading-indicator-circle/loading-indicator-circle.component.d.ts.map +1 -1
- package/development/loading-indicator-circle/loading-indicator-circle.component.js +9 -16
- package/development/loading-indicator-circle.d.ts +1 -4
- package/development/loading-indicator-circle.d.ts.map +1 -1
- package/development/loading-indicator-circle.js +2 -1
- package/development/loading-indicator-circle.pure.d.ts +3 -0
- package/development/loading-indicator-circle.pure.d.ts.map +1 -0
- package/development/loading-indicator-circle.pure.js +5 -0
- package/development/loading-indicator.d.ts +1 -4
- package/development/loading-indicator.d.ts.map +1 -1
- package/development/loading-indicator.js +2 -1
- package/development/loading-indicator.pure.d.ts +3 -0
- package/development/loading-indicator.pure.d.ts.map +1 -0
- package/development/loading-indicator.pure.js +5 -0
- package/development/logo/logo.component.d.ts +4 -2
- package/development/logo/logo.component.d.ts.map +1 -1
- package/development/logo/logo.component.js +9 -15
- package/development/logo.d.ts +1 -4
- package/development/logo.d.ts.map +1 -1
- package/development/logo.js +2 -1
- package/development/logo.pure.d.ts +3 -0
- package/development/logo.pure.d.ts.map +1 -0
- package/development/logo.pure.js +5 -0
- package/development/map-container/map-container.component.d.ts +4 -4
- package/development/map-container/map-container.component.d.ts.map +1 -1
- package/development/map-container/map-container.component.js +9 -16
- package/development/map-container.d.ts +1 -4
- package/development/map-container.d.ts.map +1 -1
- package/development/map-container.js +2 -1
- package/development/map-container.pure.d.ts +3 -0
- package/development/map-container.pure.d.ts.map +1 -0
- package/development/map-container.pure.js +5 -0
- package/development/menu/common.d.ts +1 -3
- package/development/menu/common.d.ts.map +1 -1
- package/development/menu/common.js +3 -1
- package/development/menu/menu/menu.component.d.ts +1 -0
- package/development/menu/menu/menu.component.d.ts.map +1 -1
- package/development/menu/menu/menu.component.js +8 -14
- package/development/menu/menu-button/menu-button.component.d.ts +2 -1
- package/development/menu/menu-button/menu-button.component.d.ts.map +1 -1
- package/development/menu/menu-button/menu-button.component.js +7 -20
- package/development/menu/menu-button.d.ts +0 -3
- package/development/menu/menu-button.d.ts.map +1 -1
- package/development/menu/menu-button.js +4 -1
- package/development/menu/menu-link/menu-link.component.d.ts +2 -1
- package/development/menu/menu-link/menu-link.component.d.ts.map +1 -1
- package/development/menu/menu-link/menu-link.component.js +10 -25
- package/development/menu/menu-link.d.ts +0 -3
- package/development/menu/menu-link.d.ts.map +1 -1
- package/development/menu/menu-link.js +4 -1
- package/development/menu/menu.d.ts +0 -3
- package/development/menu/menu.d.ts.map +1 -1
- package/development/menu/menu.js +4 -1
- package/development/menu.d.ts +1 -7
- package/development/menu.d.ts.map +1 -1
- package/development/menu.js +6 -3
- package/development/menu.pure.d.ts +6 -0
- package/development/menu.pure.d.ts.map +1 -0
- package/development/menu.pure.js +11 -0
- package/development/message/message.component.d.ts +4 -2
- package/development/message/message.component.d.ts.map +1 -1
- package/development/message/message.component.js +17 -29
- package/development/message.d.ts +1 -4
- package/development/message.d.ts.map +1 -1
- package/development/message.js +2 -1
- package/development/message.pure.d.ts +3 -0
- package/development/message.pure.d.ts.map +1 -0
- package/development/message.pure.js +5 -0
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts +4 -2
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar/mini-calendar.component.js +9 -15
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts +1 -0
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +6 -13
- package/development/mini-calendar/mini-calendar-day.d.ts +0 -3
- package/development/mini-calendar/mini-calendar-day.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-day.js +4 -1
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +4 -4
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +9 -16
- package/development/mini-calendar/mini-calendar-month.d.ts +0 -3
- package/development/mini-calendar/mini-calendar-month.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month.js +4 -1
- package/development/mini-calendar/mini-calendar.d.ts +0 -3
- package/development/mini-calendar/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar.js +4 -1
- package/development/mini-calendar.d.ts +1 -6
- package/development/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar.js +5 -2
- package/development/mini-calendar.pure.d.ts +5 -0
- package/development/mini-calendar.pure.d.ts.map +1 -0
- package/development/mini-calendar.pure.js +9 -0
- package/development/navigation/common/navigation-action-common.d.ts +2 -2
- package/development/navigation/common/navigation-action-common.d.ts.map +1 -1
- package/development/navigation/common/navigation-action-common.js +1 -1
- package/development/navigation/common.d.ts +1 -3
- package/development/navigation/common.d.ts.map +1 -1
- package/development/navigation/common.js +3 -1
- package/development/navigation/navigation/navigation.component.d.ts +2 -1
- package/development/navigation/navigation/navigation.component.d.ts.map +1 -1
- package/development/navigation/navigation/navigation.component.js +6 -13
- package/development/navigation/navigation-button/navigation-button.component.d.ts +2 -1
- package/development/navigation/navigation-button/navigation-button.component.d.ts.map +1 -1
- package/development/navigation/navigation-button/navigation-button.component.js +6 -21
- package/development/navigation/navigation-button.d.ts +0 -3
- package/development/navigation/navigation-button.d.ts.map +1 -1
- package/development/navigation/navigation-button.js +4 -1
- package/development/navigation/navigation-link/navigation-link.component.d.ts +2 -1
- package/development/navigation/navigation-link/navigation-link.component.d.ts.map +1 -1
- package/development/navigation/navigation-link/navigation-link.component.js +6 -21
- package/development/navigation/navigation-link.d.ts +0 -3
- package/development/navigation/navigation-link.d.ts.map +1 -1
- package/development/navigation/navigation-link.js +4 -1
- package/development/navigation/navigation-list/navigation-list.component.d.ts +6 -4
- package/development/navigation/navigation-list/navigation-list.component.d.ts.map +1 -1
- package/development/navigation/navigation-list/navigation-list.component.js +10 -16
- package/development/navigation/navigation-list.d.ts +0 -3
- package/development/navigation/navigation-list.d.ts.map +1 -1
- package/development/navigation/navigation-list.js +4 -1
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts +6 -4
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts.map +1 -1
- package/development/navigation/navigation-marker/navigation-marker.component.js +10 -16
- package/development/navigation/navigation-marker.d.ts +0 -3
- package/development/navigation/navigation-marker.d.ts.map +1 -1
- package/development/navigation/navigation-marker.js +4 -1
- package/development/navigation/navigation-section/navigation-section.component.d.ts +1 -0
- package/development/navigation/navigation-section/navigation-section.component.d.ts.map +1 -1
- package/development/navigation/navigation-section/navigation-section.component.js +6 -13
- package/development/navigation/navigation-section.d.ts +0 -3
- package/development/navigation/navigation-section.d.ts.map +1 -1
- package/development/navigation/navigation-section.js +4 -1
- package/development/navigation/navigation.d.ts +0 -3
- package/development/navigation/navigation.d.ts.map +1 -1
- package/development/navigation/navigation.js +4 -1
- package/development/navigation.d.ts +1 -10
- package/development/navigation.d.ts.map +1 -1
- package/development/navigation.js +11 -5
- package/development/navigation.pure.d.ts +9 -0
- package/development/navigation.pure.d.ts.map +1 -0
- package/development/navigation.pure.js +17 -0
- package/development/notification/notification.component.d.ts +4 -2
- package/development/notification/notification.component.d.ts.map +1 -1
- package/development/notification/notification.component.js +11 -17
- package/development/notification.d.ts +1 -4
- package/development/notification.d.ts.map +1 -1
- package/development/notification.js +2 -1
- package/development/notification.pure.d.ts +3 -0
- package/development/notification.pure.d.ts.map +1 -0
- package/development/notification.pure.js +5 -0
- package/development/option/optgroup/optgroup-base-element.d.ts +4 -3
- package/development/option/optgroup/optgroup-base-element.d.ts.map +1 -1
- package/development/option/optgroup/optgroup-base-element.js +5 -4
- package/development/option/optgroup/optgroup.component.d.ts +2 -1
- package/development/option/optgroup/optgroup.component.d.ts.map +1 -1
- package/development/option/optgroup/optgroup.component.js +33 -48
- package/development/option/optgroup.d.ts +0 -3
- package/development/option/optgroup.d.ts.map +1 -1
- package/development/option/optgroup.js +4 -1
- package/development/option/option/option-base-element.d.ts +3 -2
- package/development/option/option/option-base-element.d.ts.map +1 -1
- package/development/option/option/option-base-element.js +5 -4
- package/development/option/option/option.component.d.ts +1 -0
- package/development/option/option/option.component.d.ts.map +1 -1
- package/development/option/option/option.component.js +94 -105
- package/development/option/option-hint/option-hint.component.d.ts +4 -2
- package/development/option/option-hint/option-hint.component.d.ts.map +1 -1
- package/development/option/option-hint/option-hint.component.js +11 -23
- package/development/option/option-hint.d.ts +0 -3
- package/development/option/option-hint.d.ts.map +1 -1
- package/development/option/option-hint.js +4 -1
- package/development/option/option.d.ts +0 -3
- package/development/option/option.d.ts.map +1 -1
- package/development/option/option.js +4 -1
- package/development/option.d.ts +1 -6
- package/development/option.d.ts.map +1 -1
- package/development/option.js +7 -4
- package/development/option.pure.d.ts +7 -0
- package/development/option.pure.d.ts.map +1 -0
- package/development/option.pure.js +13 -0
- package/development/overlay/overlay.component.d.ts +1 -0
- package/development/overlay/overlay.component.d.ts.map +1 -1
- package/development/overlay/overlay.component.js +7 -14
- package/development/overlay.d.ts +1 -5
- package/development/overlay.d.ts.map +1 -1
- package/development/overlay.js +3 -2
- package/development/overlay.pure.d.ts +4 -0
- package/development/overlay.pure.d.ts.map +1 -0
- package/development/overlay.pure.js +10 -0
- package/development/paginator/common/paginator-common.d.ts +4 -3
- package/development/paginator/common/paginator-common.d.ts.map +1 -1
- package/development/paginator/common/paginator-common.js +4 -3
- package/development/paginator/common.d.ts +1 -3
- package/development/paginator/common.d.ts.map +1 -1
- package/development/paginator/common.js +3 -1
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts +4 -2
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.js +18 -29
- package/development/paginator/compact-paginator.d.ts +0 -3
- package/development/paginator/compact-paginator.d.ts.map +1 -1
- package/development/paginator/compact-paginator.js +4 -1
- package/development/paginator/paginator/paginator.component.d.ts +4 -2
- package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/development/paginator/paginator/paginator.component.js +11 -17
- package/development/paginator/paginator.d.ts +0 -3
- package/development/paginator/paginator.d.ts.map +1 -1
- package/development/paginator/paginator.js +4 -1
- package/development/paginator.d.ts +1 -6
- package/development/paginator.d.ts.map +1 -1
- package/development/paginator.js +3 -1
- package/development/paginator.pure.d.ts +5 -0
- package/development/paginator.pure.d.ts.map +1 -0
- package/development/paginator.pure.js +9 -0
- package/development/popover/popover.component.d.ts +2 -3
- package/development/popover/popover.component.d.ts.map +1 -1
- package/development/popover/popover.component.js +8 -16
- package/development/popover.d.ts +1 -4
- package/development/popover.d.ts.map +1 -1
- package/development/popover.js +4 -2
- package/development/popover.pure.d.ts +3 -0
- package/development/popover.pure.d.ts.map +1 -0
- package/development/popover.pure.js +6 -0
- package/development/radio-button/common/radio-button-common.d.ts +4 -5
- package/development/radio-button/common/radio-button-common.d.ts.map +1 -1
- package/development/radio-button/common/radio-button-common.js +116 -2
- package/development/radio-button/common.d.ts +1 -3
- package/development/radio-button/common.d.ts.map +1 -1
- package/development/radio-button/common.js +5 -4
- package/development/radio-button/radio-button-group.d.ts +1 -4
- package/development/radio-button/radio-button-group.d.ts.map +1 -1
- package/development/radio-button/radio-button-group.js +6 -5
- package/development/radio-button/radio-button-panel.d.ts +1 -4
- package/development/radio-button/radio-button-panel.d.ts.map +1 -1
- package/development/radio-button/radio-button-panel.js +6 -5
- package/development/radio-button/{radio-button/radio-button.component.d.ts → radio-button.component.d.ts} +5 -3
- package/development/radio-button/radio-button.component.d.ts.map +1 -0
- package/development/radio-button/radio-button.component.js +97 -0
- package/development/radio-button/radio-button.d.ts +1 -4
- package/development/radio-button/radio-button.d.ts.map +1 -1
- package/development/radio-button/radio-button.js +5 -2
- package/development/{radio-button/radio-button-group → radio-button-group}/radio-button-group.component.d.ts +7 -5
- package/development/radio-button-group/radio-button-group.component.d.ts.map +1 -0
- package/development/radio-button-group/radio-button-group.component.js +308 -0
- package/development/radio-button-group.d.ts +2 -0
- package/development/radio-button-group.d.ts.map +1 -0
- package/development/radio-button-group.js +6 -0
- package/development/radio-button-group.pure.d.ts +3 -0
- package/development/radio-button-group.pure.d.ts.map +1 -0
- package/development/radio-button-group.pure.js +5 -0
- package/development/{radio-button/radio-button-panel → radio-button-panel}/radio-button-panel.component.d.ts +4 -3
- package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -0
- package/development/radio-button-panel/radio-button-panel.component.js +102 -0
- package/development/radio-button-panel.d.ts +2 -0
- package/development/radio-button-panel.d.ts.map +1 -0
- package/development/radio-button-panel.js +6 -0
- package/development/radio-button-panel.pure.d.ts +3 -0
- package/development/radio-button-panel.pure.d.ts.map +1 -0
- package/development/radio-button-panel.pure.js +5 -0
- package/development/radio-button.d.ts +3 -7
- package/development/radio-button.d.ts.map +1 -1
- package/development/radio-button.js +9 -7
- package/development/radio-button.pure.d.ts +4 -0
- package/development/radio-button.pure.d.ts.map +1 -0
- package/development/radio-button.pure.js +8 -0
- package/development/screen-reader-only/screen-reader-only.component.d.ts +4 -2
- package/development/screen-reader-only/screen-reader-only.component.d.ts.map +1 -1
- package/development/screen-reader-only/screen-reader-only.component.js +11 -23
- package/development/screen-reader-only.d.ts +1 -4
- package/development/screen-reader-only.d.ts.map +1 -1
- package/development/screen-reader-only.js +2 -1
- package/development/screen-reader-only.pure.d.ts +3 -0
- package/development/screen-reader-only.pure.d.ts.map +1 -0
- package/development/screen-reader-only.pure.js +5 -0
- package/development/select/select.component.d.ts +2 -1
- package/development/select/select.component.d.ts.map +1 -1
- package/development/select/select.component.js +9 -16
- package/development/select.d.ts +1 -4
- package/development/select.d.ts.map +1 -1
- package/development/select.js +2 -1
- package/development/select.pure.d.ts +3 -0
- package/development/select.pure.d.ts.map +1 -0
- package/development/select.pure.js +5 -0
- package/development/selection-action-panel/selection-action-panel.component.d.ts +4 -2
- package/development/selection-action-panel/selection-action-panel.component.d.ts.map +1 -1
- package/development/selection-action-panel/selection-action-panel.component.js +26 -38
- package/development/selection-action-panel.d.ts +1 -4
- package/development/selection-action-panel.d.ts.map +1 -1
- package/development/selection-action-panel.js +2 -1
- package/development/selection-action-panel.pure.d.ts +3 -0
- package/development/selection-action-panel.pure.d.ts.map +1 -0
- package/development/selection-action-panel.pure.js +5 -0
- package/development/selection-expansion-panel/selection-expansion-panel.component.d.ts +4 -2
- package/development/selection-expansion-panel/selection-expansion-panel.component.d.ts.map +1 -1
- package/development/selection-expansion-panel/selection-expansion-panel.component.js +11 -17
- package/development/selection-expansion-panel.d.ts +1 -4
- package/development/selection-expansion-panel.d.ts.map +1 -1
- package/development/selection-expansion-panel.js +2 -1
- package/development/selection-expansion-panel.pure.d.ts +3 -0
- package/development/selection-expansion-panel.pure.d.ts.map +1 -0
- package/development/selection-expansion-panel.pure.js +5 -0
- package/development/sidebar/common/styles.d.ts +1 -0
- package/development/sidebar/common/styles.d.ts.map +1 -0
- package/development/sidebar/common/styles.js +7 -0
- package/development/sidebar/common.d.ts +2 -3
- package/development/sidebar/common.d.ts.map +1 -1
- package/development/sidebar/common.js +3 -1
- package/development/sidebar/sidebar/sidebar.component.d.ts +2 -1
- package/development/sidebar/sidebar/sidebar.component.d.ts.map +1 -1
- package/development/sidebar/sidebar/sidebar.component.js +6 -13
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +1 -0
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.js +25 -38
- package/development/sidebar/sidebar-close-button.d.ts +0 -3
- package/development/sidebar/sidebar-close-button.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button.js +4 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts +5 -3
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.js +94 -106
- package/development/sidebar/sidebar-container.d.ts +0 -3
- package/development/sidebar/sidebar-container.d.ts.map +1 -1
- package/development/sidebar/sidebar-container.js +4 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts +4 -2
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.js +16 -28
- package/development/sidebar/sidebar-content.d.ts +0 -3
- package/development/sidebar/sidebar-content.d.ts.map +1 -1
- package/development/sidebar/sidebar-content.js +4 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts +1 -0
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.js +6 -13
- package/development/sidebar/sidebar-title.d.ts +0 -3
- package/development/sidebar/sidebar-title.d.ts.map +1 -1
- package/development/sidebar/sidebar-title.js +4 -1
- package/development/sidebar/sidebar.d.ts +0 -3
- package/development/sidebar/sidebar.d.ts.map +1 -1
- package/development/sidebar/sidebar.js +4 -1
- package/development/sidebar.d.ts +1 -9
- package/development/sidebar.d.ts.map +1 -1
- package/development/sidebar.js +8 -7
- package/development/sidebar.pure.d.ts +7 -0
- package/development/sidebar.pure.d.ts.map +1 -0
- package/development/sidebar.pure.js +13 -0
- package/development/signet/signet.component.d.ts +4 -2
- package/development/signet/signet.component.d.ts.map +1 -1
- package/development/signet/signet.component.js +9 -15
- package/development/signet.d.ts +1 -4
- package/development/signet.d.ts.map +1 -1
- package/development/signet.js +2 -1
- package/development/signet.pure.d.ts +3 -0
- package/development/signet.pure.d.ts.map +1 -0
- package/development/signet.pure.js +5 -0
- package/development/skiplink-list/skiplink-list.component.d.ts +4 -2
- package/development/skiplink-list/skiplink-list.component.d.ts.map +1 -1
- package/development/skiplink-list/skiplink-list.component.js +10 -16
- package/development/skiplink-list.d.ts +1 -4
- package/development/skiplink-list.d.ts.map +1 -1
- package/development/skiplink-list.js +2 -1
- package/development/skiplink-list.pure.d.ts +3 -0
- package/development/skiplink-list.pure.d.ts.map +1 -0
- package/development/skiplink-list.pure.js +5 -0
- package/development/slider/slider.component.d.ts +4 -2
- package/development/slider/slider.component.d.ts.map +1 -1
- package/development/slider/slider.component.js +8 -7
- package/development/slider.d.ts +1 -4
- package/development/slider.d.ts.map +1 -1
- package/development/slider.js +2 -1
- package/development/slider.pure.d.ts +3 -0
- package/development/slider.pure.d.ts.map +1 -0
- package/development/slider.pure.js +5 -0
- package/development/status/status.component.d.ts +4 -2
- package/development/status/status.component.d.ts.map +1 -1
- package/development/status/status.component.js +9 -16
- package/development/status.d.ts +1 -4
- package/development/status.d.ts.map +1 -1
- package/development/status.js +2 -1
- package/development/status.pure.d.ts +3 -0
- package/development/status.pure.d.ts.map +1 -0
- package/development/status.pure.js +5 -0
- package/development/stepper/step/step.component.d.ts +8 -8
- package/development/stepper/step/step.component.d.ts.map +1 -1
- package/development/stepper/step/step.component.js +127 -137
- package/development/stepper/step-label/step-label.component.d.ts +3 -2
- package/development/stepper/step-label/step-label.component.d.ts.map +1 -1
- package/development/stepper/step-label/step-label.component.js +110 -122
- package/development/stepper/step-label.d.ts +0 -3
- package/development/stepper/step-label.d.ts.map +1 -1
- package/development/stepper/step-label.js +4 -1
- package/development/stepper/step.d.ts +0 -3
- package/development/stepper/step.d.ts.map +1 -1
- package/development/stepper/step.js +4 -1
- package/development/stepper/stepper/stepper.component.d.ts +5 -5
- package/development/stepper/stepper/stepper.component.d.ts.map +1 -1
- package/development/stepper/stepper/stepper.component.js +10 -17
- package/development/stepper/stepper.d.ts +0 -3
- package/development/stepper/stepper.d.ts.map +1 -1
- package/development/stepper/stepper.js +6 -2
- package/development/stepper.d.ts +1 -6
- package/development/stepper.d.ts.map +1 -1
- package/development/stepper.js +7 -3
- package/development/stepper.pure.d.ts +5 -0
- package/development/stepper.pure.d.ts.map +1 -0
- package/development/stepper.pure.js +10 -0
- package/development/tab-label-common-Mfl36Rsa.js +171 -0
- package/development/table/table-wrapper/table-wrapper.component.d.ts +4 -2
- package/development/table/table-wrapper/table-wrapper.component.d.ts.map +1 -1
- package/development/table/table-wrapper/table-wrapper.component.js +10 -16
- package/development/table/table-wrapper.d.ts +0 -3
- package/development/table/table-wrapper.d.ts.map +1 -1
- package/development/table/table-wrapper.js +4 -1
- package/development/table.d.ts +1 -4
- package/development/table.d.ts.map +1 -1
- package/development/table.js +2 -1
- package/development/table.pure.d.ts +3 -0
- package/development/table.pure.d.ts.map +1 -0
- package/development/table.pure.js +5 -0
- package/development/tabs/common/styles.d.ts +1 -0
- package/development/tabs/common/styles.d.ts.map +1 -0
- package/development/tabs/common/styles.js +6 -0
- package/development/tabs/common.d.ts +2 -3
- package/development/tabs/common.d.ts.map +1 -1
- package/development/tabs/common.js +6 -169
- package/development/tabs/tab/tab.component.d.ts +5 -5
- package/development/tabs/tab/tab.component.d.ts.map +1 -1
- package/development/tabs/tab/tab.component.js +50 -61
- package/development/tabs/tab-group/tab-group.component.d.ts +8 -8
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +12 -18
- package/development/tabs/tab-group.d.ts +0 -3
- package/development/tabs/tab-group.d.ts.map +1 -1
- package/development/tabs/tab-group.js +4 -1
- package/development/tabs/tab-label/tab-label.component.d.ts +6 -4
- package/development/tabs/tab-label/tab-label.component.d.ts.map +1 -1
- package/development/tabs/tab-label/tab-label.component.js +12 -18
- package/development/tabs/tab-label.d.ts +0 -3
- package/development/tabs/tab-label.d.ts.map +1 -1
- package/development/tabs/tab-label.js +4 -1
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.d.ts +4 -2
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.d.ts.map +1 -1
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.js +12 -18
- package/development/tabs/tab-nav-bar.d.ts +0 -3
- package/development/tabs/tab-nav-bar.d.ts.map +1 -1
- package/development/tabs/tab-nav-bar.js +4 -1
- package/development/tabs/tab.d.ts +0 -3
- package/development/tabs/tab.d.ts.map +1 -1
- package/development/tabs/tab.js +4 -1
- package/development/tabs.d.ts +1 -7
- package/development/tabs.d.ts.map +1 -1
- package/development/tabs.js +10 -3
- package/development/tabs.pure.d.ts +7 -0
- package/development/tabs.pure.d.ts.map +1 -0
- package/development/tabs.pure.js +14 -0
- package/development/tag/tag/tag.component.d.ts +1 -0
- package/development/tag/tag/tag.component.d.ts.map +1 -1
- package/development/tag/tag/tag.component.js +7 -14
- package/development/tag/tag-group/tag-group.component.d.ts +5 -3
- package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
- package/development/tag/tag-group/tag-group.component.js +9 -15
- package/development/tag/tag-group.d.ts +0 -3
- package/development/tag/tag-group.d.ts.map +1 -1
- package/development/tag/tag-group.js +4 -1
- package/development/tag/tag.d.ts +0 -3
- package/development/tag/tag.d.ts.map +1 -1
- package/development/tag/tag.js +4 -1
- package/development/tag.d.ts +1 -5
- package/development/tag.d.ts.map +1 -1
- package/development/tag.js +4 -2
- package/development/tag.pure.d.ts +4 -0
- package/development/tag.pure.d.ts.map +1 -0
- package/development/tag.pure.js +7 -0
- package/development/teaser/teaser.component.d.ts +1 -0
- package/development/teaser/teaser.component.d.ts.map +1 -1
- package/development/teaser/teaser.component.js +6 -13
- package/development/teaser-hero/teaser-hero.component.d.ts +1 -0
- package/development/teaser-hero/teaser-hero.component.d.ts.map +1 -1
- package/development/teaser-hero/teaser-hero.component.js +6 -13
- package/development/teaser-hero.d.ts +1 -4
- package/development/teaser-hero.d.ts.map +1 -1
- package/development/teaser-hero.js +2 -1
- package/development/teaser-hero.pure.d.ts +3 -0
- package/development/teaser-hero.pure.d.ts.map +1 -0
- package/development/teaser-hero.pure.js +5 -0
- package/development/teaser-product/common/teaser-product-common.d.ts +0 -1
- package/development/teaser-product/common/teaser-product-common.d.ts.map +1 -1
- package/development/teaser-product/common/teaser-product-common.js +149 -3
- package/development/teaser-product/common.d.ts +1 -3
- package/development/teaser-product/common.d.ts.map +1 -1
- package/development/teaser-product/common.js +5 -4
- package/development/teaser-product/teaser-product/teaser-product.component.d.ts +2 -1
- package/development/teaser-product/teaser-product/teaser-product.component.d.ts.map +1 -1
- package/development/teaser-product/teaser-product/teaser-product.component.js +17 -30
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.d.ts +2 -1
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.d.ts.map +1 -1
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.js +7 -20
- package/development/teaser-product/teaser-product-static.d.ts +0 -3
- package/development/teaser-product/teaser-product-static.d.ts.map +1 -1
- package/development/teaser-product/teaser-product-static.js +4 -1
- package/development/teaser-product/teaser-product.d.ts +0 -3
- package/development/teaser-product/teaser-product.d.ts.map +1 -1
- package/development/teaser-product/teaser-product.js +4 -1
- package/development/teaser-product.d.ts +1 -6
- package/development/teaser-product.d.ts.map +1 -1
- package/development/teaser-product.js +6 -5
- package/development/teaser-product.pure.d.ts +5 -0
- package/development/teaser-product.pure.d.ts.map +1 -0
- package/development/teaser-product.pure.js +10 -0
- package/development/teaser.d.ts +1 -4
- package/development/teaser.d.ts.map +1 -1
- package/development/teaser.js +2 -1
- package/development/teaser.pure.d.ts +3 -0
- package/development/teaser.pure.d.ts.map +1 -0
- package/development/teaser.pure.js +5 -0
- package/development/time-input/time-input.component.d.ts +4 -2
- package/development/time-input/time-input.component.d.ts.map +1 -1
- package/development/time-input/time-input.component.js +9 -15
- package/development/time-input.d.ts +1 -4
- package/development/time-input.d.ts.map +1 -1
- package/development/time-input.js +2 -1
- package/development/time-input.pure.d.ts +3 -0
- package/development/time-input.pure.d.ts.map +1 -0
- package/development/time-input.pure.js +5 -0
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts +4 -2
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form/timetable-form.component.js +11 -23
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +4 -2
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.js +11 -23
- package/development/timetable-form/timetable-form-details.d.ts +0 -3
- package/development/timetable-form/timetable-form-details.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-details.js +4 -1
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +2 -1
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.js +25 -37
- package/development/timetable-form/timetable-form-field.d.ts +0 -3
- package/development/timetable-form/timetable-form-field.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-field.js +4 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +1 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +39 -52
- package/development/timetable-form/timetable-form-swap-button.d.ts +0 -3
- package/development/timetable-form/timetable-form-swap-button.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button.js +4 -1
- package/development/timetable-form/timetable-form.d.ts +0 -3
- package/development/timetable-form/timetable-form.d.ts.map +1 -1
- package/development/timetable-form/timetable-form.js +4 -1
- package/development/timetable-form.d.ts +1 -7
- package/development/timetable-form.d.ts.map +1 -1
- package/development/timetable-form.js +6 -2
- package/development/timetable-form.pure.d.ts +6 -0
- package/development/timetable-form.pure.d.ts.map +1 -0
- package/development/timetable-form.pure.js +11 -0
- package/development/timetable-occupancy/timetable-occupancy.component.d.ts +4 -2
- package/development/timetable-occupancy/timetable-occupancy.component.d.ts.map +1 -1
- package/development/timetable-occupancy/timetable-occupancy.component.js +9 -15
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts +1 -0
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts.map +1 -1
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.component.js +6 -13
- package/development/timetable-occupancy-icon.d.ts +1 -4
- package/development/timetable-occupancy-icon.d.ts.map +1 -1
- package/development/timetable-occupancy-icon.js +2 -1
- package/development/timetable-occupancy-icon.pure.d.ts +3 -0
- package/development/timetable-occupancy-icon.pure.d.ts.map +1 -0
- package/development/timetable-occupancy-icon.pure.js +5 -0
- package/development/timetable-occupancy.d.ts +1 -4
- package/development/timetable-occupancy.d.ts.map +1 -1
- package/development/timetable-occupancy.js +2 -1
- package/development/timetable-occupancy.pure.d.ts +3 -0
- package/development/timetable-occupancy.pure.d.ts.map +1 -0
- package/development/timetable-occupancy.pure.js +5 -0
- package/development/title/title-base.d.ts +3 -4
- package/development/title/title-base.d.ts.map +1 -1
- package/development/title/title-base.js +4 -4
- package/development/title/title.component.d.ts +1 -0
- package/development/title/title.component.d.ts.map +1 -1
- package/development/title/title.component.js +6 -13
- package/development/title.d.ts +1 -5
- package/development/title.d.ts.map +1 -1
- package/development/title.js +3 -2
- package/development/title.pure.d.ts +4 -0
- package/development/title.pure.d.ts.map +1 -0
- package/development/title.pure.js +7 -0
- package/development/toast/toast.component.d.ts +2 -1
- package/development/toast/toast.component.d.ts.map +1 -1
- package/development/toast/toast.component.js +8 -15
- package/development/toast.d.ts +1 -4
- package/development/toast.d.ts.map +1 -1
- package/development/toast.js +2 -1
- package/development/toast.pure.d.ts +3 -0
- package/development/toast.pure.d.ts.map +1 -0
- package/development/toast.pure.js +5 -0
- package/development/toggle/toggle/toggle.component.d.ts +5 -3
- package/development/toggle/toggle/toggle.component.d.ts.map +1 -1
- package/development/toggle/toggle/toggle.component.js +11 -18
- package/development/toggle/toggle-option/toggle-option.component.d.ts +4 -2
- package/development/toggle/toggle-option/toggle-option.component.d.ts.map +1 -1
- package/development/toggle/toggle-option/toggle-option.component.js +10 -16
- package/development/toggle/toggle-option.d.ts +0 -3
- package/development/toggle/toggle-option.d.ts.map +1 -1
- package/development/toggle/toggle-option.js +4 -1
- package/development/toggle/toggle.d.ts +0 -3
- package/development/toggle/toggle.d.ts.map +1 -1
- package/development/toggle/toggle.js +4 -1
- package/development/toggle-check/toggle-check.component.d.ts +4 -2
- package/development/toggle-check/toggle-check.component.d.ts.map +1 -1
- package/development/toggle-check/toggle-check.component.js +9 -15
- package/development/toggle-check.d.ts +1 -4
- package/development/toggle-check.d.ts.map +1 -1
- package/development/toggle-check.js +2 -1
- package/development/toggle-check.pure.d.ts +3 -0
- package/development/toggle-check.pure.d.ts.map +1 -0
- package/development/toggle-check.pure.js +5 -0
- package/development/toggle.d.ts +1 -5
- package/development/toggle.d.ts.map +1 -1
- package/development/toggle.js +4 -2
- package/development/toggle.pure.d.ts +4 -0
- package/development/toggle.pure.d.ts.map +1 -0
- package/development/toggle.pure.js +7 -0
- package/development/tooltip/tooltip.component.d.ts +1 -0
- package/development/tooltip/tooltip.component.d.ts.map +1 -1
- package/development/tooltip/tooltip.component.js +8 -15
- package/development/tooltip.d.ts +1 -4
- package/development/tooltip.d.ts.map +1 -1
- package/development/tooltip.js +2 -1
- package/development/tooltip.pure.d.ts +3 -0
- package/development/tooltip.pure.d.ts.map +1 -0
- package/development/tooltip.pure.js +5 -0
- package/development/train/train/train.component.d.ts +6 -4
- package/development/train/train/train.component.d.ts.map +1 -1
- package/development/train/train/train.component.js +10 -16
- package/development/train/train-blocked-passage/train-blocked-passage.component.d.ts +4 -2
- package/development/train/train-blocked-passage/train-blocked-passage.component.d.ts.map +1 -1
- package/development/train/train-blocked-passage/train-blocked-passage.component.js +11 -23
- package/development/train/train-blocked-passage.d.ts +0 -3
- package/development/train/train-blocked-passage.d.ts.map +1 -1
- package/development/train/train-blocked-passage.js +4 -1
- package/development/train/train-formation/train-formation.component.d.ts +5 -3
- package/development/train/train-formation/train-formation.component.d.ts.map +1 -1
- package/development/train/train-formation/train-formation.component.js +9 -15
- package/development/train/train-formation.d.ts +0 -3
- package/development/train/train-formation.d.ts.map +1 -1
- package/development/train/train-formation.js +4 -1
- package/development/train/train-wagon/train-wagon.component.d.ts +4 -2
- package/development/train/train-wagon/train-wagon.component.d.ts.map +1 -1
- package/development/train/train-wagon/train-wagon.component.js +10 -16
- package/development/train/train-wagon.d.ts +0 -3
- package/development/train/train-wagon.d.ts.map +1 -1
- package/development/train/train-wagon.js +4 -1
- package/development/train/train.d.ts +0 -3
- package/development/train/train.d.ts.map +1 -1
- package/development/train/train.js +4 -1
- package/development/train.d.ts +1 -7
- package/development/train.d.ts.map +1 -1
- package/development/train.js +6 -2
- package/development/train.pure.d.ts +6 -0
- package/development/train.pure.d.ts.map +1 -0
- package/development/train.pure.js +11 -0
- package/development/visual-checkbox/visual-checkbox.component.d.ts +5 -3
- package/development/visual-checkbox/visual-checkbox.component.d.ts.map +1 -1
- package/development/visual-checkbox/visual-checkbox.component.js +9 -15
- package/development/visual-checkbox.d.ts +1 -4
- package/development/visual-checkbox.d.ts.map +1 -1
- package/development/visual-checkbox.js +2 -1
- package/development/visual-checkbox.pure.d.ts +3 -0
- package/development/visual-checkbox.pure.d.ts.map +1 -0
- package/development/visual-checkbox.pure.js +5 -0
- package/dialog/dialog/dialog.component.js +42 -42
- package/dialog/dialog-actions/dialog-actions.component.js +11 -19
- package/dialog/dialog-actions.js +5 -2
- package/dialog/dialog-close-button/dialog-close-button.component.js +21 -29
- package/dialog/dialog-close-button.js +5 -2
- package/dialog/dialog-content/dialog-content.component.js +13 -20
- package/dialog/dialog-content.js +5 -2
- package/dialog/dialog-title/dialog-title.component.js +11 -19
- package/dialog/dialog-title.js +5 -2
- package/dialog/dialog.js +8 -5
- package/dialog.js +18 -13
- package/dialog.pure.js +15 -0
- package/divider/divider.component.js +26 -25
- package/divider.js +3 -2
- package/divider.pure.js +4 -0
- package/expansion-panel/expansion-panel/expansion-panel.component.js +55 -54
- package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +22 -30
- package/expansion-panel/expansion-panel-content.js +5 -2
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +44 -52
- package/expansion-panel/expansion-panel-header.js +5 -2
- package/expansion-panel/expansion-panel.js +5 -2
- package/expansion-panel.js +7 -4
- package/expansion-panel.pure.js +8 -0
- package/file-selector/common/file-selector-common.js +58 -56
- package/file-selector/common.js +5 -4
- package/file-selector/file-selector/file-selector.component.js +20 -26
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +35 -34
- package/file-selector/file-selector-dropzone.js +5 -2
- package/file-selector/file-selector.js +5 -2
- package/file-selector.js +9 -8
- package/file-selector.pure.js +9 -0
- package/flip-card/flip-card/flip-card.component.js +48 -47
- package/flip-card/flip-card-details/flip-card-details.component.js +30 -38
- package/flip-card/flip-card-details.js +5 -2
- package/flip-card/flip-card-summary/flip-card-summary.component.js +25 -24
- package/flip-card/flip-card-summary.js +3 -0
- package/flip-card/flip-card.js +5 -2
- package/flip-card.js +9 -6
- package/flip-card.pure.js +8 -0
- package/footer/footer.component.js +45 -44
- package/footer.js +3 -2
- package/footer.pure.js +4 -0
- package/form-field/error/error.component.js +19 -24
- package/form-field/error.js +5 -2
- package/form-field/form-field/form-field.component.js +71 -70
- package/form-field/form-field-clear/form-field-clear.component.js +28 -35
- package/form-field/form-field-clear.js +5 -2
- package/form-field/form-field.js +7 -3
- package/form-field.js +11 -7
- package/form-field.pure.js +9 -0
- package/header/common.js +4 -2
- package/header/header/header.component.js +53 -53
- package/header/header-button/header-button.component.js +7 -14
- package/header/header-button.js +5 -2
- package/header/header-environment/header-environment.component.js +23 -31
- package/header/header-environment.js +5 -2
- package/header/header-link/header-link.component.js +7 -14
- package/header/header-link.js +5 -2
- package/header/header.js +5 -2
- package/header.js +12 -6
- package/header.pure.js +12 -0
- package/icon/icon-base.js +22 -22
- package/icon/icon.component.js +30 -30
- package/icon-sidebar/icon-sidebar/icon-sidebar.component.js +26 -26
- package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js +15 -22
- package/icon-sidebar/icon-sidebar-button.js +5 -2
- package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js +23 -30
- package/icon-sidebar/icon-sidebar-container.js +5 -2
- package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js +14 -21
- package/icon-sidebar/icon-sidebar-content.js +5 -2
- package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js +15 -22
- package/icon-sidebar/icon-sidebar-link.js +5 -2
- package/icon-sidebar/icon-sidebar.js +5 -2
- package/icon-sidebar.js +15 -10
- package/icon-sidebar.pure.js +12 -0
- package/icon.js +10 -9
- package/icon.pure.js +13 -0
- package/image/image.component.js +112 -112
- package/image.js +3 -2
- package/image.pure.js +4 -0
- package/index.d.ts +79 -158
- package/index.js +79 -158
- package/journey-header/journey-header.component.js +48 -48
- package/journey-header.js +3 -2
- package/journey-header.pure.js +4 -0
- package/lead-container/lead-container.component.js +11 -19
- package/lead-container.js +3 -2
- package/lead-container.pure.js +4 -0
- package/link/block-link/block-link.component.js +8 -15
- package/link/block-link-button/block-link-button.component.js +8 -15
- package/link/block-link-button.js +4 -2
- package/link/block-link-static/block-link-static.component.js +8 -15
- package/link/block-link-static.js +4 -2
- package/link/block-link.js +2 -0
- package/link/link/link.component.js +8 -15
- package/link/link-button/link-button.component.js +8 -15
- package/link/link-button.js +4 -2
- package/link/link-static/link-static.component.js +8 -15
- package/link/link-static.js +4 -2
- package/link/link.js +4 -2
- package/link-list/common/link-list-base.js +35 -32
- package/link-list/common.js +5 -4
- package/link-list/link-list-anchor.js +7 -2
- package/link-list/{link-list/link-list.component.js → link-list.component.js} +31 -31
- package/link-list/link-list.js +5 -2
- package/{link-list/link-list-anchor → link-list-anchor}/link-list-anchor.component.js +8 -16
- package/link-list-anchor.js +5 -0
- package/link-list-anchor.pure.js +4 -0
- package/link-list.js +7 -7
- package/link-list.pure.js +7 -0
- package/link.js +22 -16
- package/link.pure.js +20 -0
- package/loading-indicator/loading-indicator.component.js +30 -30
- package/loading-indicator-circle/loading-indicator-circle.component.js +26 -26
- package/loading-indicator-circle.js +3 -2
- package/loading-indicator-circle.pure.js +4 -0
- package/loading-indicator.js +3 -2
- package/loading-indicator.pure.js +4 -0
- package/logo/logo.component.js +26 -25
- package/logo.js +3 -2
- package/logo.pure.js +4 -0
- package/map-container/map-container.component.js +42 -42
- package/map-container.js +3 -2
- package/map-container.pure.js +4 -0
- package/menu/common.js +4 -2
- package/menu/menu/menu.component.js +56 -54
- package/menu/menu-button/menu-button.component.js +8 -15
- package/menu/menu-button.js +5 -2
- package/menu/menu-link/menu-link.component.js +11 -18
- package/menu/menu-link.js +5 -2
- package/menu/menu.js +5 -2
- package/menu.js +11 -8
- package/menu.pure.js +10 -0
- package/message/message.component.js +15 -22
- package/message.js +3 -2
- package/message.pure.js +4 -0
- package/mini-calendar/mini-calendar/mini-calendar.component.js +51 -50
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +32 -32
- package/mini-calendar/mini-calendar-day.js +5 -2
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +33 -33
- package/mini-calendar/mini-calendar-month.js +5 -2
- package/mini-calendar/mini-calendar.js +5 -2
- package/mini-calendar.js +9 -6
- package/mini-calendar.pure.js +8 -0
- package/navigation/common.js +4 -2
- package/navigation/navigation/navigation.component.js +50 -50
- package/navigation/navigation-button/navigation-button.component.js +7 -14
- package/navigation/navigation-button.js +3 -0
- package/navigation/navigation-link/navigation-link.component.js +7 -14
- package/navigation/navigation-link.js +5 -2
- package/navigation/navigation-list/navigation-list.component.js +29 -28
- package/navigation/navigation-list.js +5 -2
- package/navigation/navigation-marker/navigation-marker.component.js +31 -30
- package/navigation/navigation-marker.js +5 -2
- package/navigation/navigation-section/navigation-section.component.js +53 -53
- package/navigation/navigation-section.js +5 -2
- package/navigation/navigation.js +5 -2
- package/navigation.js +20 -14
- package/navigation.pure.js +16 -0
- package/notification/notification.component.js +44 -43
- package/notification.js +1 -0
- package/notification.pure.js +4 -0
- package/option/optgroup/optgroup-base-element.js +12 -11
- package/option/optgroup/optgroup.component.js +29 -36
- package/option/optgroup.js +7 -4
- package/option/option/option-base-element.js +21 -20
- package/option/option/option.component.js +73 -81
- package/option/option-hint/option-hint.component.js +12 -19
- package/option/option-hint.js +5 -2
- package/option/option.js +7 -4
- package/option.js +13 -10
- package/option.pure.js +12 -0
- package/overlay/overlay.component.js +52 -52
- package/overlay.js +8 -7
- package/overlay.pure.js +9 -0
- package/package.json +412 -2
- package/paginator/common/paginator-common.js +8 -7
- package/paginator/common.js +4 -2
- package/paginator/compact-paginator/compact-paginator.component.js +22 -29
- package/paginator/compact-paginator.js +5 -2
- package/paginator/paginator/paginator.component.js +56 -55
- package/paginator/paginator.js +5 -2
- package/paginator.js +8 -6
- package/paginator.pure.js +8 -0
- package/popover/popover.component.js +87 -87
- package/popover.js +5 -3
- package/popover.pure.js +5 -0
- package/radio-button/common/radio-button-common.js +25 -22
- package/radio-button/common.js +5 -4
- package/radio-button/radio-button-group.js +5 -4
- package/radio-button/radio-button-panel.js +5 -4
- package/radio-button/radio-button.component.js +71 -0
- package/radio-button/radio-button.js +4 -1
- package/{radio-button/radio-button-group → radio-button-group}/radio-button-group.component.js +59 -58
- package/radio-button-group.js +5 -0
- package/radio-button-group.pure.js +4 -0
- package/radio-button-panel/radio-button-panel.component.js +83 -0
- package/radio-button-panel.js +5 -0
- package/radio-button-panel.pure.js +4 -0
- package/radio-button.js +11 -9
- package/radio-button.pure.js +7 -0
- package/screen-reader-only/screen-reader-only.component.js +10 -17
- package/screen-reader-only.js +3 -2
- package/screen-reader-only.pure.js +4 -0
- package/select/select.component.js +83 -83
- package/select.js +3 -2
- package/select.pure.js +4 -0
- package/selection-action-panel/selection-action-panel.component.js +23 -30
- package/selection-action-panel.js +3 -2
- package/selection-action-panel.pure.js +4 -0
- package/selection-expansion-panel/selection-expansion-panel.component.js +38 -37
- package/selection-expansion-panel.js +3 -2
- package/selection-expansion-panel.pure.js +4 -0
- package/sidebar/common/styles.js +6 -0
- package/sidebar/common.js +5 -3
- package/sidebar/sidebar/sidebar.component.js +49 -49
- package/sidebar/sidebar-close-button/sidebar-close-button.component.js +24 -32
- package/sidebar/sidebar-close-button.js +5 -2
- package/sidebar/sidebar-container/sidebar-container.component.js +69 -76
- package/sidebar/sidebar-container.js +5 -2
- package/sidebar/sidebar-content/sidebar-content.component.js +14 -21
- package/sidebar/sidebar-content.js +5 -2
- package/sidebar/sidebar-title/sidebar-title.component.js +22 -22
- package/sidebar/sidebar-title.js +5 -2
- package/sidebar/sidebar.js +5 -2
- package/sidebar.js +15 -14
- package/sidebar.pure.js +12 -0
- package/signet/signet.component.js +30 -29
- package/signet.js +3 -2
- package/signet.pure.js +4 -0
- package/skiplink-list/skiplink-list.component.js +36 -35
- package/skiplink-list.js +3 -2
- package/skiplink-list.pure.js +4 -0
- package/slider/slider.component.js +31 -30
- package/slider.js +3 -2
- package/slider.pure.js +4 -0
- package/status/status.component.js +32 -32
- package/status.js +3 -2
- package/status.pure.js +4 -0
- package/stepper/step/step.component.js +103 -108
- package/stepper/step-label/step-label.component.js +87 -93
- package/stepper/step-label.js +5 -2
- package/stepper/step.js +5 -2
- package/stepper/stepper/stepper.component.js +68 -68
- package/stepper/stepper.js +7 -3
- package/stepper.js +11 -7
- package/stepper.pure.js +9 -0
- package/tab-label-common-D6k40yRU.js +6 -0
- package/table/table-wrapper/table-wrapper.component.js +35 -34
- package/table/table-wrapper.js +5 -2
- package/table.js +3 -2
- package/table.pure.js +4 -0
- package/tabs/common/styles.js +5 -0
- package/tabs/common.js +4 -3
- package/tabs/tab/tab.component.js +44 -50
- package/tabs/tab-group/tab-group.component.js +52 -51
- package/tabs/tab-group.js +5 -2
- package/tabs/tab-label/tab-label.component.js +39 -38
- package/tabs/tab-label.js +5 -2
- package/tabs/tab-nav-bar/tab-nav-bar.component.js +41 -40
- package/tabs/tab-nav-bar.js +3 -0
- package/tabs/tab.js +5 -2
- package/tabs.js +15 -8
- package/tabs.pure.js +13 -0
- package/tag/tag/tag.component.js +42 -42
- package/tag/tag-group/tag-group.component.js +48 -47
- package/tag/tag-group.js +5 -2
- package/tag/tag.js +5 -2
- package/tag.js +6 -4
- package/tag.pure.js +6 -0
- package/teaser/teaser.component.js +34 -34
- package/teaser-hero/teaser-hero.component.js +27 -27
- package/teaser-hero.js +3 -2
- package/teaser-hero.pure.js +4 -0
- package/teaser-product/common/teaser-product-common.js +24 -23
- package/teaser-product/common.js +5 -4
- package/teaser-product/teaser-product/teaser-product.component.js +20 -28
- package/teaser-product/teaser-product-static/teaser-product-static.component.js +8 -15
- package/teaser-product/teaser-product-static.js +5 -2
- package/teaser-product/teaser-product.js +5 -2
- package/teaser-product.js +9 -8
- package/teaser-product.pure.js +9 -0
- package/teaser.js +3 -2
- package/teaser.pure.js +4 -0
- package/time-input/time-input.component.js +28 -27
- package/time-input.js +3 -2
- package/time-input.pure.js +4 -0
- package/timetable-form/timetable-form/timetable-form.component.js +10 -17
- package/timetable-form/timetable-form-details/timetable-form-details.component.js +10 -17
- package/timetable-form/timetable-form-details.js +5 -2
- package/timetable-form/timetable-form-field/timetable-form-field.component.js +20 -26
- package/timetable-form/timetable-form-field.js +5 -2
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +31 -39
- package/timetable-form/timetable-form-swap-button.js +5 -2
- package/timetable-form/timetable-form.js +5 -2
- package/timetable-form.js +12 -8
- package/timetable-form.pure.js +10 -0
- package/timetable-occupancy/timetable-occupancy.component.js +39 -38
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.js +38 -38
- package/timetable-occupancy-icon.js +3 -2
- package/timetable-occupancy-icon.pure.js +4 -0
- package/timetable-occupancy.js +3 -2
- package/timetable-occupancy.pure.js +4 -0
- package/title/title-base.js +17 -17
- package/title/title.component.js +25 -25
- package/title.js +5 -4
- package/title.pure.js +6 -0
- package/toast/toast.component.js +49 -49
- package/toast.js +3 -2
- package/toast.pure.js +4 -0
- package/toggle/toggle/toggle.component.js +51 -51
- package/toggle/toggle-option/toggle-option.component.js +32 -31
- package/toggle/toggle-option.js +5 -2
- package/toggle/toggle.js +5 -2
- package/toggle-check/toggle-check.component.js +29 -28
- package/toggle-check.js +3 -2
- package/toggle-check.pure.js +4 -0
- package/toggle.js +6 -4
- package/toggle.pure.js +6 -0
- package/tooltip/tooltip.component.js +52 -52
- package/tooltip.js +3 -2
- package/tooltip.pure.js +4 -0
- package/train/train/train.component.js +50 -49
- package/train/train-blocked-passage/train-blocked-passage.component.js +11 -18
- package/train/train-blocked-passage.js +5 -2
- package/train/train-formation/train-formation.component.js +43 -42
- package/train/train-formation.js +3 -0
- package/train/train-wagon/train-wagon.component.js +77 -76
- package/train/train-wagon.js +5 -2
- package/train/train.js +5 -2
- package/train.js +12 -8
- package/train.pure.js +10 -0
- package/visual-checkbox/visual-checkbox.component.js +39 -38
- package/visual-checkbox.js +3 -2
- package/visual-checkbox.pure.js +4 -0
- package/checkbox/checkbox-panel/checkbox-panel.component.js +0 -75
- package/checkbox-common-t04WeA36.js +0 -5
- package/datepicker-button-Debzp_As.js +0 -5
- package/development/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
- package/development/checkbox/checkbox/checkbox.component.js +0 -147
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.js +0 -94
- package/development/checkbox-common-D2-QcV8n.js +0 -66
- package/development/datepicker-button-BDlxIp9r.js +0 -9
- package/development/file-selector-common-B-9Eiig3.js +0 -102
- package/development/link-list/link-list/link-list.component.d.ts.map +0 -1
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts.map +0 -1
- package/development/link-list/link-list-anchor/link-list-anchor.component.js +0 -74
- package/development/link-list-base-CJJ3qdD7.js +0 -21
- package/development/radio-button/radio-button/radio-button.component.d.ts.map +0 -1
- package/development/radio-button/radio-button/radio-button.component.js +0 -103
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-group/radio-button-group.component.js +0 -314
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel/radio-button-panel.component.js +0 -108
- package/development/radio-button-common-4_yg7r8b.js +0 -116
- package/development/teaser-product-common-CJfmvweQ.js +0 -150
- package/file-selector-common-DbYkpr-x.js +0 -5
- package/link-list-base-3v7CHEei.js +0 -5
- package/radio-button/radio-button/radio-button.component.js +0 -70
- package/radio-button/radio-button-panel/radio-button-panel.component.js +0 -82
- package/radio-button-common-Bf2b18jm.js +0 -5
- package/teaser-product-common-DwaWdQEh.js +0 -5
|
@@ -1,91 +1,94 @@
|
|
|
1
|
-
import { __esDecorate as
|
|
2
|
-
import { defaultConverter as
|
|
3
|
-
import { property as
|
|
4
|
-
import { SbbLanguageController as
|
|
5
|
-
import { hostAttributes as
|
|
6
|
-
import { preventScrollOnSpacebarPress as
|
|
1
|
+
import { __esDecorate as d, __runInitializers as u } from "tslib";
|
|
2
|
+
import { defaultConverter as b } from "lit";
|
|
3
|
+
import { property as p } from "lit/decorators.js";
|
|
4
|
+
import { SbbLanguageController as f } from "../controllers.js";
|
|
5
|
+
import { hostAttributes as _ } from "../decorators.js";
|
|
6
|
+
import { preventScrollOnSpacebarPress as S } from "../eventing.js";
|
|
7
7
|
import { i18nCheckboxRequired as v } from "../i18n.js";
|
|
8
|
-
import { SbbDisabledMixin as
|
|
9
|
-
import { SbbElementInternalsMixin as
|
|
10
|
-
import { SbbFormAssociatedMixin as
|
|
11
|
-
import { SbbRequiredMixin as
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return this._checked;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Form type of element.
|
|
28
|
-
* @default 'checkbox'
|
|
29
|
-
*/
|
|
30
|
-
get type() {
|
|
31
|
-
return "checkbox";
|
|
32
|
-
}
|
|
33
|
-
constructor() {
|
|
34
|
-
super(), this._attributeMutationBlocked = (u(this, l), !1), this._languageController = new p(this), this._checked = !1, this._handleKeyboardInteraction = (e) => {
|
|
35
|
-
e.key === " " && this._handleUserInteraction();
|
|
36
|
-
}, this._handleUserInteraction = () => {
|
|
37
|
-
this.disabled || (this.withUserInteraction?.(), this.checked = !this.checked, this._attributeMutationBlocked = !0, this.dispatchEvent(new InputEvent("input", { composed: !0, bubbles: !0 })), this.dispatchEvent(new Event("change", { bubbles: !0 })));
|
|
38
|
-
}, this.addEventListener?.("click", this._handleUserInteraction), this.addEventListener?.("keydown", _), this.addEventListener?.("keyup", this._handleKeyboardInteraction);
|
|
39
|
-
}
|
|
40
|
-
attributeChangedCallback(e, t, a) {
|
|
41
|
-
(e !== "checked" || !this._attributeMutationBlocked) && super.attributeChangedCallback(e, t, a);
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Is called whenever the form is being reset.
|
|
45
|
-
*
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
formResetCallback() {
|
|
49
|
-
this.checked = this.hasAttribute("checked"), this._attributeMutationBlocked = !1;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Called when the browser is trying to restore element’s state to state in which case
|
|
53
|
-
* reason is "restore", or when the browser is trying to fulfill autofill on behalf of
|
|
54
|
-
* user in which case reason is "autocomplete".
|
|
55
|
-
* In the case of "restore", state is a string, File, or FormData object
|
|
56
|
-
* previously set as the second argument to setFormValue.
|
|
57
|
-
*
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
formStateRestoreCallback(e, t) {
|
|
61
|
-
e && (this.checked = e === "true");
|
|
62
|
-
}
|
|
63
|
-
updateFormValue() {
|
|
64
|
-
this.checked ? super.updateFormValue() : this.internals.setFormValue(null);
|
|
65
|
-
}
|
|
66
|
-
formState() {
|
|
67
|
-
return `${this.checked}`;
|
|
68
|
-
}
|
|
69
|
-
shouldValidate(e) {
|
|
70
|
-
return super.shouldValidate(e) || e === "checked" || e === "required";
|
|
71
|
-
}
|
|
72
|
-
validate() {
|
|
73
|
-
super.validate(), this.required && !this.checked ? this.setValidityFlag("valueMissing", v[this._languageController.current]) : this.removeValidityFlag("valueMissing");
|
|
74
|
-
}
|
|
75
|
-
}, r = i, (() => {
|
|
76
|
-
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(c[Symbol.metadata] ?? null) : void 0;
|
|
77
|
-
n = [k({
|
|
78
|
-
type: Boolean,
|
|
79
|
-
converter: {
|
|
80
|
-
...d,
|
|
81
|
-
// We need to pass information to the setter so that we know it was called by attribute change.
|
|
82
|
-
fromAttribute: (t, a) => ({ value: d.fromAttribute?.(t, a), attribute: !0 })
|
|
8
|
+
import { SbbDisabledMixin as y } from "./disabled-mixin.js";
|
|
9
|
+
import { SbbElementInternalsMixin as g } from "./element-internals-mixin.js";
|
|
10
|
+
import { SbbFormAssociatedMixin as x } from "./form-associated-mixin.js";
|
|
11
|
+
import { SbbRequiredMixin as C } from "./required-mixin.js";
|
|
12
|
+
const j = (s) => {
|
|
13
|
+
const m = s._$sbbElement$ ? s : g(s);
|
|
14
|
+
return (() => {
|
|
15
|
+
var i;
|
|
16
|
+
let k = [_({
|
|
17
|
+
tabindex: "0"
|
|
18
|
+
})], o, n = [], r, c = y(C(x(m))), l = [], h;
|
|
19
|
+
return i = class extends c {
|
|
20
|
+
/** Whether the checkbox is checked. */
|
|
21
|
+
set checked(e) {
|
|
22
|
+
const t = typeof e == "object" ? e.attribute : !1;
|
|
23
|
+
t && (e = e.value), this.hasUpdated && !t && (this._attributeMutationBlocked = !0), this._checked = !!e, this.updateFormValue();
|
|
83
24
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
25
|
+
get checked() {
|
|
26
|
+
return this._checked;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Form type of element.
|
|
30
|
+
* @default 'checkbox'
|
|
31
|
+
*/
|
|
32
|
+
get type() {
|
|
33
|
+
return "checkbox";
|
|
34
|
+
}
|
|
35
|
+
constructor() {
|
|
36
|
+
super(), this._attributeMutationBlocked = (u(this, l), !1), this._languageController = new f(this), this._checked = !1, this._handleKeyboardInteraction = (e) => {
|
|
37
|
+
e.key === " " && this._handleUserInteraction();
|
|
38
|
+
}, this._handleUserInteraction = () => {
|
|
39
|
+
this.disabled || (this.withUserInteraction?.(), this.checked = !this.checked, this._attributeMutationBlocked = !0, this.dispatchEvent(new InputEvent("input", { composed: !0, bubbles: !0 })), this.dispatchEvent(new Event("change", { bubbles: !0 })));
|
|
40
|
+
}, this.addEventListener?.("click", this._handleUserInteraction), this.addEventListener?.("keydown", S), this.addEventListener?.("keyup", this._handleKeyboardInteraction);
|
|
41
|
+
}
|
|
42
|
+
attributeChangedCallback(e, t, a) {
|
|
43
|
+
(e !== "checked" || !this._attributeMutationBlocked) && super.attributeChangedCallback(e, t, a);
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Is called whenever the form is being reset.
|
|
47
|
+
*
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
formResetCallback() {
|
|
51
|
+
this.checked = this.hasAttribute("checked"), this._attributeMutationBlocked = !1;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Called when the browser is trying to restore element’s state to state in which case
|
|
55
|
+
* reason is "restore", or when the browser is trying to fulfill autofill on behalf of
|
|
56
|
+
* user in which case reason is "autocomplete".
|
|
57
|
+
* In the case of "restore", state is a string, File, or FormData object
|
|
58
|
+
* previously set as the second argument to setFormValue.
|
|
59
|
+
*
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
formStateRestoreCallback(e, t) {
|
|
63
|
+
e && (this.checked = e === "true");
|
|
64
|
+
}
|
|
65
|
+
updateFormValue() {
|
|
66
|
+
this.checked ? super.updateFormValue() : this.internals.setFormValue(null);
|
|
67
|
+
}
|
|
68
|
+
formState() {
|
|
69
|
+
return `${this.checked}`;
|
|
70
|
+
}
|
|
71
|
+
shouldValidate(e) {
|
|
72
|
+
return super.shouldValidate(e) || e === "checked" || e === "required";
|
|
73
|
+
}
|
|
74
|
+
validate() {
|
|
75
|
+
super.validate(), this.required && !this.checked ? this.setValidityFlag("valueMissing", v[this._languageController.current]) : this.removeValidityFlag("valueMissing");
|
|
76
|
+
}
|
|
77
|
+
}, r = i, (() => {
|
|
78
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(c[Symbol.metadata] ?? null) : void 0;
|
|
79
|
+
h = [p({
|
|
80
|
+
type: Boolean,
|
|
81
|
+
converter: {
|
|
82
|
+
...b,
|
|
83
|
+
// We need to pass information to the setter so that we know it was called by attribute change.
|
|
84
|
+
fromAttribute: (t, a) => ({ value: b.fromAttribute?.(t, a), attribute: !0 })
|
|
85
|
+
}
|
|
86
|
+
})], d(i, null, h, { kind: "setter", name: "checked", static: !1, private: !1, access: { has: (t) => "checked" in t, set: (t, a) => {
|
|
87
|
+
t.checked = a;
|
|
88
|
+
} }, metadata: e }, null, l), d(null, o = { value: r }, k, { kind: "class", name: r.name, metadata: e }, null, n), r = o.value, e && Object.defineProperty(r, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
89
|
+
})(), i.role = "checkbox", u(r, n), r;
|
|
90
|
+
})();
|
|
91
|
+
};
|
|
89
92
|
export {
|
|
90
|
-
|
|
93
|
+
j as SbbFormAssociatedCheckboxMixin
|
|
91
94
|
};
|
|
@@ -1,191 +1,194 @@
|
|
|
1
|
-
import { __esDecorate as l, __runInitializers as
|
|
2
|
-
import { isServer as r, html as
|
|
3
|
-
import { property as c, eventOptions as
|
|
1
|
+
import { __esDecorate as l, __runInitializers as m } from "tslib";
|
|
2
|
+
import { isServer as r, html as b } from "lit";
|
|
3
|
+
import { property as c, eventOptions as g } from "lit/decorators.js";
|
|
4
4
|
import { sbbInputModalityDetector as p } from "../a11y.js";
|
|
5
|
-
import { SbbLanguageController as
|
|
6
|
-
import { isWebkit as
|
|
7
|
-
import { i18nInputRequired as
|
|
8
|
-
import { SbbDisabledMixin as
|
|
9
|
-
import { SbbElementInternalsMixin as
|
|
10
|
-
import { SbbFormAssociatedMixin as
|
|
11
|
-
import { SbbReadonlyMixin as
|
|
12
|
-
import { SbbRequiredMixin as
|
|
13
|
-
const
|
|
5
|
+
import { SbbLanguageController as _, SbbMediaQueryPointerCoarse as v } from "../controllers.js";
|
|
6
|
+
import { isWebkit as y, isBlink as C } from "../dom.js";
|
|
7
|
+
import { i18nInputRequired as E } from "../i18n.js";
|
|
8
|
+
import { SbbDisabledMixin as S } from "./disabled-mixin.js";
|
|
9
|
+
import { SbbElementInternalsMixin as x } from "./element-internals-mixin.js";
|
|
10
|
+
import { SbbFormAssociatedMixin as k } from "./form-associated-mixin.js";
|
|
11
|
+
import { SbbReadonlyMixin as w } from "./readonly-mixin.js";
|
|
12
|
+
import { SbbRequiredMixin as A } from "./required-mixin.js";
|
|
13
|
+
const O = () => {
|
|
14
14
|
if (r)
|
|
15
15
|
return !1;
|
|
16
16
|
const a = document.createElement("div");
|
|
17
17
|
return a.setAttribute("contenteditable", "PLAINTEXT-ONLY"), a.contentEditable === "plaintext-only";
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
this.
|
|
48
|
-
|
|
49
|
-
|
|
18
|
+
}, R = O(), z = (a) => {
|
|
19
|
+
const f = a._$sbbElement$ ? a : x(a);
|
|
20
|
+
return (() => {
|
|
21
|
+
var s;
|
|
22
|
+
let h = w(S(A(k(f)))), n = [], d, o, u;
|
|
23
|
+
return s = class extends h {
|
|
24
|
+
/**
|
|
25
|
+
* Form type of element.
|
|
26
|
+
* @default 'text'
|
|
27
|
+
*/
|
|
28
|
+
get type() {
|
|
29
|
+
return "text";
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* The value of the input. Reflects the current text value of this input.
|
|
33
|
+
*/
|
|
34
|
+
set value(e) {
|
|
35
|
+
this._value = this._cleanText(e), this.hasUpdated && this._assignValue(this._value), this.dispatchEvent(new Event("displayvaluechange", { bubbles: !0, composed: !0 }));
|
|
36
|
+
}
|
|
37
|
+
get value() {
|
|
38
|
+
return this._value ?? "";
|
|
39
|
+
}
|
|
40
|
+
set placeholder(e) {
|
|
41
|
+
e ? this.setAttribute("placeholder", e) : this.removeAttribute("placeholder"), this.internals.ariaPlaceholder = e || null;
|
|
42
|
+
}
|
|
43
|
+
get placeholder() {
|
|
44
|
+
return this.getAttribute("placeholder") ?? "";
|
|
45
|
+
}
|
|
46
|
+
constructor() {
|
|
47
|
+
super(), this._shouldEmitChange = (m(this, n), !1), this._shouldTriggerSubmit = !1, this.language = new _(this), this._value = "", this.addEventListener?.("input", () => {
|
|
48
|
+
const e = this._value;
|
|
49
|
+
this._value = this._cleanText(this.textContent ?? ""), this.requestUpdate("value", e), this.internals.states.add("interacted"), this._shouldEmitChange = !0;
|
|
50
|
+
}, { capture: !0 }), this.addEventListener?.("change", () => this._shouldEmitChange = !1, { capture: !0 }), this.addEventListener?.("keydown", (e) => {
|
|
51
|
+
if (this._requiresEmptyPatch() && this._assignValue(""), (e.key === "Enter" || e.key === `
|
|
50
52
|
`) && e.isTrusted)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
e.preventDefault(), e.stopImmediatePropagation(), this._shouldTriggerSubmit = this.dispatchEvent(new KeyboardEvent("keydown", e));
|
|
54
|
+
else if (y && this.value && (e.key === "Backspace" || e.key === "Delete") && e.isTrusted) {
|
|
55
|
+
if (e.preventDefault(), e.stopImmediatePropagation(), !this.dispatchEvent(new KeyboardEvent("keydown", e)))
|
|
56
|
+
return;
|
|
57
|
+
const t = window.getSelection()?.getRangeAt(0);
|
|
58
|
+
if (!t)
|
|
59
|
+
return;
|
|
60
|
+
t.startOffset !== t.endOffset ? (t.deleteContents(), this._dispatchInputEvent()) : e.key === "Backspace" && t.startOffset > 0 ? (t.setStart(t.startContainer, t.startOffset - 1), t.deleteContents(), this._dispatchInputEvent()) : e.key === "Delete" && t.endOffset < this.value.length && (t.setEnd(t.endContainer, t.endOffset + 1), t.deleteContents(), this._dispatchInputEvent());
|
|
61
|
+
}
|
|
62
|
+
}, { capture: !0 }), this.addEventListener?.("keyup", (e) => {
|
|
63
|
+
e.key === "Enter" || e.key === `
|
|
64
|
+
` ? (this._emitChangeIfNecessary(), this._shouldTriggerSubmit && (this._shouldTriggerSubmit = !1, this.form?.requestSubmit())) : this._requiresEmptyPatch() && this._setCursorAt(0);
|
|
65
|
+
}, { capture: !0 }), this.addEventListener?.("paste", (e) => {
|
|
66
|
+
e.preventDefault(), this._requiresEmptyPatch() && this._assignValue("");
|
|
67
|
+
const t = this._cleanText(e.clipboardData?.getData("text/plain") ?? ""), i = window.getSelection()?.getRangeAt(0);
|
|
68
|
+
!i || !t || (i.deleteContents(), i.insertNode(document.createTextNode(this.preparePastedText(t))), i.setStart(i.endContainer, i.endOffset), this._dispatchInputEvent());
|
|
69
|
+
}), this.addEventListener?.("focus", () => {
|
|
70
|
+
p.mostRecentModality === "keyboard" && window.getSelection()?.selectAllChildren(this);
|
|
71
|
+
}), this.addEventListener?.("touchend", () => {
|
|
72
|
+
this._requiresEmptyPatch() && (this._assignValue(" "), this._setCursorAt(0));
|
|
73
|
+
}), this.addEventListener?.("click", () => {
|
|
74
|
+
this._requiresEmptyPatch() && p.mostRecentModality === "touch" && this._setCursorAt(0);
|
|
75
|
+
}), this.addEventListener?.("blur", () => {
|
|
76
|
+
window.getSelection()?.removeAllRanges(), this.value === "" && this._assignValue(""), this._emitChangeIfNecessary(), this.scrollLeft = 0;
|
|
77
|
+
}, { capture: !0 });
|
|
78
|
+
}
|
|
79
|
+
isDisabledExternally() {
|
|
80
|
+
return this.formDisabled;
|
|
81
|
+
}
|
|
82
|
+
connectedCallback() {
|
|
83
|
+
super.connectedCallback(), this.internals.ariaMultiLine = "false", this._updateContenteditable(), this._assignValue(this.value);
|
|
84
|
+
}
|
|
85
|
+
focus(e) {
|
|
86
|
+
if (super.focus(e), this._canSelect()) {
|
|
87
|
+
const t = window.getSelection();
|
|
56
88
|
if (!t)
|
|
57
89
|
return;
|
|
58
|
-
|
|
90
|
+
const i = t.rangeCount > 0 ? t.getRangeAt(0) : null;
|
|
91
|
+
if (i && i.startOffset !== 0)
|
|
92
|
+
return;
|
|
93
|
+
this._setCursorAt(this.textContent.length);
|
|
59
94
|
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
this.
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
95
|
+
}
|
|
96
|
+
attributeChangedCallback(e, t, i) {
|
|
97
|
+
(e !== "value" || !this.internals.states.has("interacted")) && super.attributeChangedCallback(e, t, i);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Is called whenever the form is being reset.
|
|
101
|
+
*
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
formResetCallback() {
|
|
105
|
+
this.internals.states.delete("interacted"), this.value = this.getAttribute("value") ?? "";
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Called when the browser is trying to restore element’s state to state in which case
|
|
109
|
+
* reason is "restore", or when the browser is trying to fulfill autofill on behalf of
|
|
110
|
+
* user in which case reason is "autocomplete".
|
|
111
|
+
* In the case of "restore", state is a string, File, or FormData object
|
|
112
|
+
* previously set as the second argument to setFormValue.
|
|
113
|
+
*
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
116
|
+
formStateRestoreCallback(e, t) {
|
|
117
|
+
e && typeof e == "string" && (this.value = e);
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Makes the selection equal to the current object.
|
|
121
|
+
*
|
|
122
|
+
* @link https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select
|
|
123
|
+
*/
|
|
124
|
+
select() {
|
|
125
|
+
window.getSelection()?.selectAllChildren(this);
|
|
126
|
+
}
|
|
127
|
+
firstUpdated(e) {
|
|
128
|
+
super.firstUpdated(e), this.value && !this.innerHTML.length && this._assignValue(this.value);
|
|
129
|
+
}
|
|
130
|
+
requestUpdate(e, t, i) {
|
|
131
|
+
super.requestUpdate(e, t, i), this.isConnected && (e === "disabled" || e === "formDisabled" || e === "readOnly") && this._updateContenteditable();
|
|
132
|
+
}
|
|
133
|
+
shouldValidate(e) {
|
|
134
|
+
return super.shouldValidate(e) || e === "value" || e === "required";
|
|
135
|
+
}
|
|
136
|
+
validate() {
|
|
137
|
+
super.validate(), this.required && !this.value ? this.setValidityFlag("valueMissing", E[this.language.current]) : this.removeValidityFlag("valueMissing");
|
|
138
|
+
}
|
|
139
|
+
preparePastedText(e) {
|
|
140
|
+
return e;
|
|
141
|
+
}
|
|
142
|
+
_requiresEmptyPatch() {
|
|
143
|
+
return r ? !1 : C && this.value === "" && window.matchMedia(v).matches;
|
|
144
|
+
}
|
|
145
|
+
_assignValue(e) {
|
|
146
|
+
this.innerHTML = e;
|
|
147
|
+
}
|
|
148
|
+
_setCursorAt(e) {
|
|
85
149
|
const t = window.getSelection();
|
|
86
150
|
if (!t)
|
|
87
151
|
return;
|
|
88
|
-
const i =
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
requestUpdate(e, t, i) {
|
|
129
|
-
super.requestUpdate(e, t, i), this.isConnected && (e === "disabled" || e === "formDisabled" || e === "readOnly") && this._updateContenteditable();
|
|
130
|
-
}
|
|
131
|
-
shouldValidate(e) {
|
|
132
|
-
return super.shouldValidate(e) || e === "value" || e === "required";
|
|
133
|
-
}
|
|
134
|
-
validate() {
|
|
135
|
-
super.validate(), this.required && !this.value ? this.setValidityFlag("valueMissing", C[this.language.current]) : this.removeValidityFlag("valueMissing");
|
|
136
|
-
}
|
|
137
|
-
preparePastedText(e) {
|
|
138
|
-
return e;
|
|
139
|
-
}
|
|
140
|
-
_requiresEmptyPatch() {
|
|
141
|
-
return r ? !1 : y && this.value === "" && window.matchMedia(_).matches;
|
|
142
|
-
}
|
|
143
|
-
_assignValue(e) {
|
|
144
|
-
this.innerHTML = e;
|
|
145
|
-
}
|
|
146
|
-
_setCursorAt(e) {
|
|
147
|
-
const t = window.getSelection();
|
|
148
|
-
if (!t)
|
|
149
|
-
return;
|
|
150
|
-
const i = document.createRange();
|
|
151
|
-
i.setStart(this.firstChild, e), i.collapse(!0), t.removeAllRanges(), t.addRange(i);
|
|
152
|
-
}
|
|
153
|
-
_cleanText(e) {
|
|
154
|
-
return e === null ? "" : `${e}`.replace(/[\n\r]+/g, "");
|
|
155
|
-
}
|
|
156
|
-
_dispatchInputEvent() {
|
|
157
|
-
this.dispatchEvent(new InputEvent("input", { bubbles: !0, composed: !0 }));
|
|
158
|
-
}
|
|
159
|
-
_cleanChildren() {
|
|
160
|
-
if (this.childElementCount)
|
|
161
|
-
for (const e of this.children)
|
|
162
|
-
e.remove();
|
|
163
|
-
}
|
|
164
|
-
_updateContenteditable() {
|
|
165
|
-
if (!r && this.isConnected) {
|
|
166
|
-
this.internals.ariaReadOnly = this.readOnly ? "true" : null, this.internals.ariaDisabled = this.disabled ? "true" : null;
|
|
167
|
-
const e = this.disabled || this.readOnly ? "false" : O ? "plaintext-only" : "true";
|
|
168
|
-
this.setAttribute("contenteditable", e), this.readOnly ? this.setAttribute("tabindex", "0") : this.removeAttribute("tabindex");
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
_emitChangeIfNecessary() {
|
|
172
|
-
this._shouldEmitChange && (this._shouldEmitChange = !1, this.dispatchEvent(new Event("change", { bubbles: !0 })));
|
|
173
|
-
}
|
|
174
|
-
_canSelect() {
|
|
175
|
-
return !r && !this.disabled && !this.readOnly && !!this.value;
|
|
176
|
-
}
|
|
177
|
-
render() {
|
|
178
|
-
return m`<slot @slotchange=${this._cleanChildren}></slot>`;
|
|
179
|
-
}
|
|
180
|
-
}, (() => {
|
|
181
|
-
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(h[Symbol.metadata] ?? null) : void 0;
|
|
182
|
-
d = [c()], u = [c({ attribute: !1 })], o = [b({ passive: !0 })], l(s, null, d, { kind: "setter", name: "value", static: !1, private: !1, access: { has: (t) => "value" in t, set: (t, i) => {
|
|
183
|
-
t.value = i;
|
|
184
|
-
} }, metadata: e }, null, n), l(s, null, u, { kind: "setter", name: "placeholder", static: !1, private: !1, access: { has: (t) => "placeholder" in t, set: (t, i) => {
|
|
185
|
-
t.placeholder = i;
|
|
186
|
-
} }, metadata: e }, null, n), l(s, null, o, { kind: "method", name: "_cleanChildren", static: !1, private: !1, access: { has: (t) => "_cleanChildren" in t, get: (t) => t._cleanChildren }, metadata: e }, null, n), e && Object.defineProperty(s, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
187
|
-
})(), s.role = "textbox", s.formFieldAssociated = !0, s;
|
|
188
|
-
})();
|
|
152
|
+
const i = document.createRange();
|
|
153
|
+
i.setStart(this.firstChild, e), i.collapse(!0), t.removeAllRanges(), t.addRange(i);
|
|
154
|
+
}
|
|
155
|
+
_cleanText(e) {
|
|
156
|
+
return e === null ? "" : `${e}`.replace(/[\n\r]+/g, "");
|
|
157
|
+
}
|
|
158
|
+
_dispatchInputEvent() {
|
|
159
|
+
this.dispatchEvent(new InputEvent("input", { bubbles: !0, composed: !0 }));
|
|
160
|
+
}
|
|
161
|
+
_cleanChildren() {
|
|
162
|
+
if (this.childElementCount)
|
|
163
|
+
for (const e of this.children)
|
|
164
|
+
e.remove();
|
|
165
|
+
}
|
|
166
|
+
_updateContenteditable() {
|
|
167
|
+
if (!r && this.isConnected) {
|
|
168
|
+
this.internals.ariaReadOnly = this.readOnly ? "true" : null, this.internals.ariaDisabled = this.disabled ? "true" : null;
|
|
169
|
+
const e = this.disabled || this.readOnly ? "false" : R ? "plaintext-only" : "true";
|
|
170
|
+
this.setAttribute("contenteditable", e), this.readOnly ? this.setAttribute("tabindex", "0") : this.removeAttribute("tabindex");
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
_emitChangeIfNecessary() {
|
|
174
|
+
this._shouldEmitChange && (this._shouldEmitChange = !1, this.dispatchEvent(new Event("change", { bubbles: !0 })));
|
|
175
|
+
}
|
|
176
|
+
_canSelect() {
|
|
177
|
+
return !r && !this.disabled && !this.readOnly && !!this.value;
|
|
178
|
+
}
|
|
179
|
+
render() {
|
|
180
|
+
return b`<slot @slotchange=${this._cleanChildren}></slot>`;
|
|
181
|
+
}
|
|
182
|
+
}, (() => {
|
|
183
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(h[Symbol.metadata] ?? null) : void 0;
|
|
184
|
+
d = [c()], o = [c({ attribute: !1 })], u = [g({ passive: !0 })], l(s, null, d, { kind: "setter", name: "value", static: !1, private: !1, access: { has: (t) => "value" in t, set: (t, i) => {
|
|
185
|
+
t.value = i;
|
|
186
|
+
} }, metadata: e }, null, n), l(s, null, o, { kind: "setter", name: "placeholder", static: !1, private: !1, access: { has: (t) => "placeholder" in t, set: (t, i) => {
|
|
187
|
+
t.placeholder = i;
|
|
188
|
+
} }, metadata: e }, null, n), l(s, null, u, { kind: "method", name: "_cleanChildren", static: !1, private: !1, access: { has: (t) => "_cleanChildren" in t, get: (t) => t._cleanChildren }, metadata: e }, null, n), e && Object.defineProperty(s, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
189
|
+
})(), s.role = "textbox", s.formFieldAssociated = !0, s;
|
|
190
|
+
})();
|
|
191
|
+
};
|
|
189
192
|
export {
|
|
190
193
|
z as SbbFormAssociatedInputMixin
|
|
191
194
|
};
|