@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,26 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}, t = e, (() => {
|
|
17
|
-
const s = typeof Symbol == "function" && Symbol.metadata ? Object.create(r[Symbol.metadata] ?? null) : void 0;
|
|
18
|
-
i(null, l = { value: t }, o, { kind: "class", name: t.name, metadata: s }, null, a), t = l.value, s && Object.defineProperty(t, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: s });
|
|
19
|
-
})(), e.styles = p, e.events = {
|
|
20
|
-
beforeshow: "beforeshow",
|
|
21
|
-
show: "show"
|
|
22
|
-
}, n(t, a), t;
|
|
23
|
-
})();
|
|
1
|
+
import { css as e, html as i } from "lit";
|
|
2
|
+
import { SbbElement as o } from "../../core/base-elements.js";
|
|
3
|
+
const r = e`:host{display:flex;scroll-snap-align:start;flex-shrink:0}::slotted(sbb-image){border-radius:unset}`, s = class s extends o {
|
|
4
|
+
connectedCallback() {
|
|
5
|
+
super.connectedCallback(), this.internals.role = "group", this.internals.ariaRoleDescription = "slide";
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
return i`<slot></slot>`;
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
s.elementName = "sbb-carousel-item", s.styles = r, s.events = {
|
|
12
|
+
beforeshow: "beforeshow",
|
|
13
|
+
show: "show"
|
|
14
|
+
};
|
|
15
|
+
let t = s;
|
|
24
16
|
export {
|
|
25
|
-
|
|
17
|
+
t as SbbCarouselItemElement
|
|
26
18
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { SbbCarouselItemElement as
|
|
1
|
+
import { SbbCarouselItemElement as e } from "./carousel-item/carousel-item.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements/carousel/carousel-item.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements/carousel.js' or '@sbb-esta/elements/carousel.pure.js' instead.`);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
e as SbbCarouselItemElement
|
|
4
7
|
};
|
|
@@ -1,98 +1,90 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
render() {
|
|
89
|
-
return v`<slot @slotchange=${this._handleSlotchange}></slot>`;
|
|
90
|
-
}
|
|
91
|
-
}, s = i, (() => {
|
|
92
|
-
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(l[Symbol.metadata] ?? null) : void 0;
|
|
93
|
-
b(null, n = { value: s }, u, { kind: "class", name: s.name, metadata: e }, null, a), s = n.value, e && Object.defineProperty(s, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
94
|
-
})(), i.styles = x, d(s, a), s;
|
|
95
|
-
})();
|
|
1
|
+
import { IntersectionController as i } from "@lit-labs/observers/intersection-controller.js";
|
|
2
|
+
import { ResizeController as l } from "@lit-labs/observers/resize-controller.js";
|
|
3
|
+
import { css as h, html as c } from "lit";
|
|
4
|
+
import { isArrowKeyPressed as u } from "../../core/a11y.js";
|
|
5
|
+
import { SbbElement as d } from "../../core/base-elements.js";
|
|
6
|
+
import { SbbLanguageController as b } from "../../core/controllers.js";
|
|
7
|
+
import { i18nCarouselItemAriaLabel as f } from "../../core/i18n.js";
|
|
8
|
+
const m = h`:host{--sbb-carousel-list-border-radius: var(--sbb-border-radius-4x);display:flex;height:var(--sbb-carousel-list-height);width:var(--sbb-carousel-list-width, 0);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;outline:none;border-radius:var(--sbb-carousel-inherit-border-radius)}:host(:focus-visible):before{outline-offset:var(--sbb-focus-outline-offset);outline:var(--sbb-focus-outline-color) var(--sbb-focus-outline-style, solid) var(--sbb-focus-outline-width);content:"";position:absolute;height:inherit;width:inherit;border-start-start-radius:var(--sbb-carousel-list-border-radius);border-start-end-radius:var(--sbb-carousel-list-border-radius);border-end-start-radius:var(--sbb-carousel-inherit-border-radius);border-end-end-radius:var(--sbb-carousel-inherit-border-radius)}`, o = class o extends d {
|
|
9
|
+
constructor() {
|
|
10
|
+
super(), this._currentIndex = 0, this._language = new b(this), this._observedCarouselItems = [], this._beforeShowObserver = new i(this, {
|
|
11
|
+
target: null,
|
|
12
|
+
callback: (e) => {
|
|
13
|
+
e.filter((r) => r.isIntersecting && r.target !== this).forEach((r) => {
|
|
14
|
+
const s = r.target;
|
|
15
|
+
s.dispatchEvent(new CustomEvent("beforeshow", {
|
|
16
|
+
detail: { index: this._carouselItems().findIndex((a) => a === s) },
|
|
17
|
+
bubbles: !0,
|
|
18
|
+
composed: !0
|
|
19
|
+
}));
|
|
20
|
+
});
|
|
21
|
+
},
|
|
22
|
+
config: { threshold: 0.01, root: this, rootMargin: "100% 0% 100% 0%" }
|
|
23
|
+
}), this._showObserver = new i(this, {
|
|
24
|
+
target: null,
|
|
25
|
+
callback: (e) => {
|
|
26
|
+
for (const t of e) {
|
|
27
|
+
if (t.target === this)
|
|
28
|
+
continue;
|
|
29
|
+
const r = t.target;
|
|
30
|
+
t.isIntersecting ? (r.ariaHidden = null, this._currentIndex = this._carouselItems().findIndex((s) => s === r), r.dispatchEvent(new CustomEvent("show", {
|
|
31
|
+
detail: { index: this._currentIndex },
|
|
32
|
+
bubbles: !0,
|
|
33
|
+
composed: !0
|
|
34
|
+
}))) : r.ariaHidden = "true";
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
config: { threshold: 0.99, root: this, rootMargin: "100% 0% 100% 0%" }
|
|
38
|
+
}), this._resizeObserverController = new l(this, {
|
|
39
|
+
skipInitial: !0,
|
|
40
|
+
callback: () => this._readDimensions()
|
|
41
|
+
}), this.addEventListener?.("keydown", (e) => this._onKeyDown(e));
|
|
42
|
+
}
|
|
43
|
+
/** Gets the slotted items. */
|
|
44
|
+
_carouselItems() {
|
|
45
|
+
return Array.from(this.querySelectorAll?.("sbb-carousel-item") ?? []);
|
|
46
|
+
}
|
|
47
|
+
_handleSlotchange() {
|
|
48
|
+
this._observedCarouselItems.forEach((t) => {
|
|
49
|
+
this._beforeShowObserver.unobserve(t), this._showObserver.unobserve(t);
|
|
50
|
+
});
|
|
51
|
+
const e = this._carouselItems();
|
|
52
|
+
e.forEach((t, r) => {
|
|
53
|
+
t.ariaLabel ||= f(r + 1, e.length)[this._language.current], t.ariaHidden = r === this._currentIndex ? null : "true";
|
|
54
|
+
}), this._readDimensions();
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Reads the dimensions of the first carousel item and sets the CSS properties accordingly.
|
|
58
|
+
* Should set the dimensions only once, when the first item becomes visible and if the value is non-zero.
|
|
59
|
+
*/
|
|
60
|
+
_readDimensions() {
|
|
61
|
+
const e = this._carouselItems();
|
|
62
|
+
if (e.length === 0)
|
|
63
|
+
return;
|
|
64
|
+
const t = e[0];
|
|
65
|
+
t.clientHeight > 0 && this.style.setProperty("--sbb-carousel-list-height", `${t.clientHeight}px`), t.clientWidth > 0 && (this.style.setProperty("--sbb-carousel-list-width", `${t.clientWidth}px`), e.forEach((r) => {
|
|
66
|
+
this._beforeShowObserver.observe(r), this._showObserver.observe(r);
|
|
67
|
+
}), this._observedCarouselItems = e, this._resizeObserverController.unobserve(this));
|
|
68
|
+
}
|
|
69
|
+
_onKeyDown(e) {
|
|
70
|
+
if (!u(e))
|
|
71
|
+
return;
|
|
72
|
+
e.preventDefault();
|
|
73
|
+
let t = this._currentIndex;
|
|
74
|
+
const r = e.key === "ArrowUp" || e.key === "ArrowLeft", s = e.key === "ArrowDown" || e.key === "ArrowRight";
|
|
75
|
+
r ? t = Math.max(0, this._currentIndex - 1) : s && (t = Math.min(this._carouselItems().length - 1, this._currentIndex + 1)), t !== this._currentIndex && (this._currentIndex = t, this.scrollTo({
|
|
76
|
+
left: this._carouselItems()[this._currentIndex].offsetLeft - this.offsetLeft
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
connectedCallback() {
|
|
80
|
+
super.connectedCallback(), this.internals.ariaLive = "polite", this.internals.ariaAtomic = "true";
|
|
81
|
+
}
|
|
82
|
+
render() {
|
|
83
|
+
return c`<slot @slotchange=${this._handleSlotchange}></slot>`;
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
o.elementName = "sbb-carousel-list", o.styles = m;
|
|
87
|
+
let n = o;
|
|
96
88
|
export {
|
|
97
|
-
|
|
89
|
+
n as SbbCarouselListElement
|
|
98
90
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { SbbCarouselListElement as
|
|
1
|
+
import { SbbCarouselListElement as e } from "./carousel-list/carousel-list.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements/carousel/carousel-list.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements/carousel.js' or '@sbb-esta/elements/carousel.pure.js' instead.`);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
e as SbbCarouselListElement
|
|
4
7
|
};
|
package/carousel/carousel.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { SbbCarouselElement as
|
|
1
|
+
import { SbbCarouselElement as e } from "./carousel/carousel.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements/carousel/carousel.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements/carousel.js' or '@sbb-esta/elements/carousel.pure.js' instead.`);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
e as SbbCarouselElement
|
|
4
7
|
};
|
package/carousel.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbCarouselItemElement as e } from "./carousel/carousel-item/carousel-item.component.js";
|
|
2
|
+
import { SbbCarouselListElement as m } from "./carousel/carousel-list/carousel-list.component.js";
|
|
3
|
+
import { SbbCarouselElement as o } from "./carousel/carousel/carousel.component.js";
|
|
4
|
+
o.define();
|
|
5
|
+
e.define();
|
|
6
|
+
m.define();
|
|
4
7
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
o as SbbCarouselElement,
|
|
9
|
+
e as SbbCarouselItemElement,
|
|
10
|
+
m as SbbCarouselListElement
|
|
8
11
|
};
|
package/carousel.pure.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCarouselItemElement as r } from "./carousel/carousel-item/carousel-item.component.js";
|
|
2
|
+
import { SbbCarouselListElement as m } from "./carousel/carousel-list/carousel-list.component.js";
|
|
3
|
+
import { SbbCarouselElement as l } from "./carousel/carousel/carousel.component.js";
|
|
4
|
+
export {
|
|
5
|
+
l as SbbCarouselElement,
|
|
6
|
+
r as SbbCarouselItemElement,
|
|
7
|
+
m as SbbCarouselListElement
|
|
8
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbCheckboxGroupElement as
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbCheckboxGroupElement as e } from "../checkbox-group/checkbox-group.component.js";
|
|
2
|
+
export * from "../checkbox-group/checkbox-group.component.js";
|
|
3
|
+
e.define();
|
|
4
|
+
console.warn(`The entrypoint '@sbb-esta/elements/checkbox/checkbox-group.js' has been deprecated.
|
|
5
|
+
Use either '@sbb-esta/elements/checkbox.js' or '@sbb-esta/elements/checkbox.pure.js' instead.`);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbCheckboxPanelElement as
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbCheckboxPanelElement as e } from "../checkbox-panel/checkbox-panel.component.js";
|
|
2
|
+
export * from "../checkbox-panel/checkbox-panel.component.js";
|
|
3
|
+
e.define();
|
|
4
|
+
console.warn(`The entrypoint '@sbb-esta/elements/checkbox/checkbox-panel.js' has been deprecated.
|
|
5
|
+
Use either '@sbb-esta/elements/checkbox.js' or '@sbb-esta/elements/checkbox.pure.js' instead.`);
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
var
|
|
1
|
+
var y = (t) => {
|
|
2
2
|
throw TypeError(t);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var h = (t, s,
|
|
6
|
-
import { __esDecorate as f, __runInitializers as
|
|
7
|
-
import { css as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import "
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
var P = (t, s, i) => s.has(t) || y("Cannot " + i);
|
|
5
|
+
var h = (t, s, i) => (P(t, s, "read from private field"), i ? i.call(t) : s.get(t)), u = (t, s, i) => s.has(t) ? y("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(t) : s.set(t, i), d = (t, s, i, n) => (P(t, s, "write to private field"), n ? n.call(t, i) : s.set(t, i), i);
|
|
6
|
+
import { __esDecorate as f, __runInitializers as l } from "tslib";
|
|
7
|
+
import { css as S, html as w } from "lit";
|
|
8
|
+
import { property as p } from "lit/decorators.js";
|
|
9
|
+
import { SbbElement as I } from "../core/base-elements.js";
|
|
10
|
+
import { getOverride as j } from "../core/decorators.js";
|
|
11
|
+
import { isLean as $ } from "../core/dom.js";
|
|
12
|
+
import { boxSizingStyles as O } from "../core/styles.js";
|
|
13
|
+
import { SbbIconNameMixin as D } from "../icon.js";
|
|
14
|
+
import { SbbCheckboxCommonElementMixin as M, checkboxCommonStyle as N } from "./common/checkbox-common.js";
|
|
15
|
+
import "../visual-checkbox.js";
|
|
16
|
+
const L = S`:host{outline:none!important;display:inline-block}:host([icon-placement=start]){--sbb-checkbox-label-icon-flex-direction: row-reverse;--sbb-checkbox-label-icon-justify-content: flex-end;--sbb-checkbox-label-icon-flex-grow: 0}:host(:focus-visible) .sbb-checkbox-wrapper{outline-offset:var(--sbb-focus-outline-offset);outline:var(--sbb-focus-outline-color) var(--sbb-focus-outline-style, solid) var(--sbb-focus-outline-width);border-radius:calc(var(--sbb-border-radius-4x) - var(--sbb-focus-outline-offset))}.sbb-checkbox__label{flex-direction:var(--sbb-checkbox-label-icon-flex-direction);justify-content:var(--sbb-checkbox-label-icon-justify-content);flex-grow:var(--sbb-checkbox-label-icon-flex-grow);gap:var(--sbb-checkbox-label-gap)}:host(:not(:is(:state(slotted),[state--slotted]),:is(:state(slotted-icon),[state--slotted-icon]),:is(:state(has-icon-name),[state--has-icon-name]))) .sbb-checkbox__label{display:none}sbb-icon,slot[name=icon] ::slotted(sbb-icon){display:flex;align-items:center;height:calc(1em * var(--sbb-typo-line-height-text))}`;
|
|
17
|
+
let V = (() => {
|
|
18
|
+
var r, b, m, a;
|
|
19
|
+
let t = D(M(I)), s, i = [], n = [], x, _ = [], v = [], g, k = [], z = [];
|
|
20
|
+
return a = class extends t {
|
|
20
21
|
constructor() {
|
|
21
22
|
super(...arguments);
|
|
22
|
-
u(this, r,
|
|
23
|
-
u(this, b, (
|
|
24
|
-
u(this, m, (
|
|
25
|
-
|
|
23
|
+
u(this, r, l(this, i, null));
|
|
24
|
+
u(this, b, (l(this, n), l(this, _, $() ? "xs" : "m")));
|
|
25
|
+
u(this, m, (l(this, v), l(this, k, "end")));
|
|
26
|
+
l(this, z);
|
|
26
27
|
}
|
|
27
28
|
/** Value of the form element. */
|
|
28
29
|
get value() {
|
|
29
30
|
return h(this, r);
|
|
30
31
|
}
|
|
31
|
-
set value(
|
|
32
|
-
d(this, r,
|
|
32
|
+
set value(o) {
|
|
33
|
+
d(this, r, o);
|
|
33
34
|
}
|
|
34
35
|
/**
|
|
35
36
|
* Size variant, either xs, s or m.
|
|
@@ -38,18 +39,18 @@ let X = (() => {
|
|
|
38
39
|
get size() {
|
|
39
40
|
return h(this, b);
|
|
40
41
|
}
|
|
41
|
-
set size(
|
|
42
|
-
d(this, b,
|
|
42
|
+
set size(o) {
|
|
43
|
+
d(this, b, o);
|
|
43
44
|
}
|
|
44
45
|
/** The label position relative to the labelIcon. Defaults to end */
|
|
45
46
|
get iconPlacement() {
|
|
46
47
|
return h(this, m);
|
|
47
48
|
}
|
|
48
|
-
set iconPlacement(
|
|
49
|
-
d(this, m,
|
|
49
|
+
set iconPlacement(o) {
|
|
50
|
+
d(this, m, o);
|
|
50
51
|
}
|
|
51
52
|
render() {
|
|
52
|
-
return
|
|
53
|
+
return w`
|
|
53
54
|
<span class="sbb-checkbox-wrapper">
|
|
54
55
|
<span class="sbb-checkbox">
|
|
55
56
|
<span class="sbb-checkbox__inner">
|
|
@@ -70,21 +71,21 @@ let X = (() => {
|
|
|
70
71
|
</span>
|
|
71
72
|
`;
|
|
72
73
|
}
|
|
73
|
-
}, r = new WeakMap(), b = new WeakMap(), m = new WeakMap(),
|
|
74
|
-
const
|
|
75
|
-
|
|
76
|
-
e.value =
|
|
77
|
-
} }, metadata:
|
|
78
|
-
e.size =
|
|
79
|
-
} }, metadata:
|
|
80
|
-
e.iconPlacement =
|
|
81
|
-
} }, metadata:
|
|
82
|
-
})(),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
],
|
|
74
|
+
}, r = new WeakMap(), b = new WeakMap(), m = new WeakMap(), (() => {
|
|
75
|
+
const o = typeof Symbol == "function" && Symbol.metadata ? Object.create(t[Symbol.metadata] ?? null) : void 0;
|
|
76
|
+
s = [p()], x = [p({ reflect: !0 }), j((e, c) => e.group?.size ?? c)], g = [p({ attribute: "icon-placement", reflect: !0 })], f(a, null, s, { kind: "accessor", name: "value", static: !1, private: !1, access: { has: (e) => "value" in e, get: (e) => e.value, set: (e, c) => {
|
|
77
|
+
e.value = c;
|
|
78
|
+
} }, metadata: o }, i, n), f(a, null, x, { kind: "accessor", name: "size", static: !1, private: !1, access: { has: (e) => "size" in e, get: (e) => e.size, set: (e, c) => {
|
|
79
|
+
e.size = c;
|
|
80
|
+
} }, metadata: o }, _, v), f(a, null, g, { kind: "accessor", name: "iconPlacement", static: !1, private: !1, access: { has: (e) => "iconPlacement" in e, get: (e) => e.iconPlacement, set: (e, c) => {
|
|
81
|
+
e.iconPlacement = c;
|
|
82
|
+
} }, metadata: o }, k, z), o && Object.defineProperty(a, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: o });
|
|
83
|
+
})(), a.elementName = "sbb-checkbox", a.styles = [
|
|
84
|
+
O,
|
|
85
|
+
N,
|
|
86
|
+
L
|
|
87
|
+
], a;
|
|
87
88
|
})();
|
|
88
89
|
export {
|
|
89
|
-
|
|
90
|
+
V as SbbCheckboxElement
|
|
90
91
|
};
|
package/checkbox/checkbox.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { SbbCheckboxElement as
|
|
1
|
+
import { SbbCheckboxElement as e } from "./checkbox.component.js";
|
|
2
|
+
e.define();
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/elements/checkbox/checkbox.js' has been deprecated.
|
|
4
|
+
Use either '@sbb-esta/elements/checkbox.js' or '@sbb-esta/elements/checkbox.pure.js' instead.`);
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
e as SbbCheckboxElement
|
|
4
7
|
};
|
|
@@ -1,37 +1,39 @@
|
|
|
1
|
-
var
|
|
1
|
+
var h = (e) => {
|
|
2
2
|
throw TypeError(e);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
import { __runInitializers as p, __esDecorate as
|
|
7
|
-
import { property as
|
|
4
|
+
var m = (e, t, i) => t.has(e) || h("Cannot " + i);
|
|
5
|
+
var d = (e, t, i) => (m(e, t, "read from private field"), i ? i.call(e) : t.get(e)), x = (e, t, i) => t.has(e) ? h("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, i), n = (e, t, i, a) => (m(e, t, "write to private field"), a ? a.call(e, i) : t.set(e, i), i);
|
|
6
|
+
import { __runInitializers as p, __esDecorate as k } from "tslib";
|
|
7
|
+
import { property as f } from "lit/decorators.js";
|
|
8
|
+
import "../../core/base-elements.js";
|
|
8
9
|
import { forceType as g } from "../../core/decorators.js";
|
|
9
|
-
import { SbbFormAssociatedCheckboxMixin as
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
import { SbbFormAssociatedCheckboxMixin as v } from "../../core/mixins.js";
|
|
11
|
+
import { css as _ } from "lit";
|
|
12
|
+
const I = _`@charset "UTF-8";:host([size=xs]){--sbb-checkbox-font-size: var(--sbb-text-font-size-xs);--sbb-checkbox-dimension: var(--sbb-checkbox-dimension-xs)}:host([size=s]){--sbb-checkbox-font-size: var(--sbb-text-font-size-s);--sbb-checkbox-dimension: var(--sbb-checkbox-dimension-s)}:host([size=m]){--sbb-checkbox-font-size: var(--sbb-text-font-size-m);--sbb-checkbox-dimension: var(--sbb-checkbox-dimension-m)}:host(:disabled){--sbb-checkbox-cursor: var(--sbb-cursor-default);--sbb-checkbox-label-color: var(--sbb-color-granite);--sbb-checkbox-label-color: light-dark(var(--sbb-color-granite), var(--sbb-color-aluminium))}.sbb-checkbox-wrapper{display:flex}.sbb-checkbox-wrapper:before{content:"";-webkit-user-select:none;user-select:none;width:0;height:0}.sbb-checkbox{font-size:var(--sbb-checkbox-font-size);letter-spacing:var(--sbb-typo-letter-spacing-text);position:relative;display:block;width:100%;cursor:var(--sbb-checkbox-cursor);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.sbb-checkbox__inner{display:flex;align-items:start;gap:var(--sbb-spacing-fixed-2x)}.sbb-checkbox__label{display:flex;flex-grow:1;color:var(--sbb-checkbox-label-color);line-height:max(1em * var(--sbb-typo-line-height-text),var(--sbb-checkbox-dimension))}.sbb-checkbox__aligner{display:flex;align-items:center;height:calc(1em * var(--sbb-typo-line-height-text))}`, j = (e) => (() => {
|
|
13
|
+
var o, r;
|
|
14
|
+
let i = v(e), a, c = [], l = [];
|
|
15
|
+
return r = class extends i {
|
|
14
16
|
constructor() {
|
|
15
17
|
super(...arguments);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
x(this, o);
|
|
19
|
+
n(this, o, p(this, c, !1)), this._group = (p(this, l), null);
|
|
18
20
|
}
|
|
19
21
|
/** Whether the checkbox is indeterminate. */
|
|
20
22
|
get indeterminate() {
|
|
21
|
-
return
|
|
23
|
+
return d(this, o);
|
|
22
24
|
}
|
|
23
|
-
set indeterminate(
|
|
24
|
-
|
|
25
|
+
set indeterminate(s) {
|
|
26
|
+
n(this, o, s);
|
|
25
27
|
}
|
|
26
28
|
/** Reference to the connected checkbox group. */
|
|
27
29
|
get group() {
|
|
28
30
|
return this._group;
|
|
29
31
|
}
|
|
30
32
|
connectedCallback() {
|
|
31
|
-
super.connectedCallback(), this._group = this.closest("sbb-checkbox-group"), ["disabled", "required", "size"].forEach((
|
|
33
|
+
super.connectedCallback(), this._group = this.closest("sbb-checkbox-group"), ["disabled", "required", "size"].forEach((s) => this.requestUpdate(s));
|
|
32
34
|
}
|
|
33
|
-
willUpdate(
|
|
34
|
-
super.willUpdate(
|
|
35
|
+
willUpdate(s) {
|
|
36
|
+
super.willUpdate(s), (s.has("checked") || s.has("indeterminate")) && (this.internals.ariaChecked = this.indeterminate ? "mixed" : `${this.checked}`);
|
|
35
37
|
}
|
|
36
38
|
isDisabledExternally() {
|
|
37
39
|
return this.group?.disabled ?? !1;
|
|
@@ -42,13 +44,14 @@ const z = (e) => (() => {
|
|
|
42
44
|
withUserInteraction() {
|
|
43
45
|
this.indeterminate && (this.indeterminate = !1);
|
|
44
46
|
}
|
|
45
|
-
},
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
} }, metadata:
|
|
50
|
-
})(),
|
|
47
|
+
}, o = new WeakMap(), (() => {
|
|
48
|
+
const s = typeof Symbol == "function" && Symbol.metadata ? Object.create(i[Symbol.metadata] ?? null) : void 0;
|
|
49
|
+
a = [g(), f({ type: Boolean })], k(r, null, a, { kind: "accessor", name: "indeterminate", static: !1, private: !1, access: { has: (b) => "indeterminate" in b, get: (b) => b.indeterminate, set: (b, u) => {
|
|
50
|
+
b.indeterminate = u;
|
|
51
|
+
} }, metadata: s }, c, l), s && Object.defineProperty(r, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: s });
|
|
52
|
+
})(), r;
|
|
51
53
|
})();
|
|
52
54
|
export {
|
|
53
|
-
|
|
55
|
+
j as SbbCheckboxCommonElementMixin,
|
|
56
|
+
I as checkboxCommonStyle
|
|
54
57
|
};
|
package/checkbox/common.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { SbbCheckboxCommonElementMixin as
|
|
2
|
-
|
|
1
|
+
import { SbbCheckboxCommonElementMixin as s, checkboxCommonStyle as b } from "./common/checkbox-common.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/elements/checkbox/common.js' has been deprecated.
|
|
3
|
+
Use either '@sbb-esta/elements/checkbox.js' or '@sbb-esta/elements/checkbox.pure.js' instead.`);
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
+
s as SbbCheckboxCommonElementMixin,
|
|
5
6
|
b as checkboxCommonStyle
|
|
6
7
|
};
|