@sbb-esta/lyne-elements-dev 4.7.0-dev.1773148895 → 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,166 +1,169 @@
|
|
|
1
|
-
import { __esDecorate as
|
|
2
|
-
import { isServer as
|
|
3
|
-
import { property as
|
|
4
|
-
import { interactivityChecker as
|
|
5
|
-
import { SbbLanguageController as
|
|
6
|
-
import { i18nSelectionRequired as
|
|
7
|
-
import { SbbDisabledMixin as
|
|
8
|
-
import { SbbElementInternalsMixin as
|
|
9
|
-
import { SbbFormAssociatedMixin as
|
|
10
|
-
import { SbbRequiredMixin as
|
|
11
|
-
const
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
e
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
})();
|
|
1
|
+
import { __esDecorate as l, __runInitializers as f } from "tslib";
|
|
2
|
+
import { isServer as b } from "lit";
|
|
3
|
+
import { property as u } from "lit/decorators.js";
|
|
4
|
+
import { interactivityChecker as _, isArrowKeyPressed as y, getNextElementIndex as R } from "../a11y.js";
|
|
5
|
+
import { SbbLanguageController as k } from "../controllers.js";
|
|
6
|
+
import { i18nSelectionRequired as g } from "../i18n.js";
|
|
7
|
+
import { SbbDisabledMixin as B } from "./disabled-mixin.js";
|
|
8
|
+
import { SbbElementInternalsMixin as v } from "./element-internals-mixin.js";
|
|
9
|
+
import { SbbFormAssociatedMixin as S } from "./form-associated-mixin.js";
|
|
10
|
+
import { SbbRequiredMixin as x } from "./required-mixin.js";
|
|
11
|
+
const p = /* @__PURE__ */ new WeakMap(), z = (o) => {
|
|
12
|
+
const m = o._$sbbElement$ ? o : v(o);
|
|
13
|
+
return (() => {
|
|
14
|
+
var a;
|
|
15
|
+
let n = B(x(S(m))), r = [], d, c;
|
|
16
|
+
return a = class extends n {
|
|
17
|
+
/**
|
|
18
|
+
* Whether the radio button is checked.
|
|
19
|
+
*/
|
|
20
|
+
set checked(e) {
|
|
21
|
+
this._checked = !!e, this.toggleState("checked", this.checked), this.internals.ariaChecked = this.checked.toString(), this.updateFormValue(), this._synchronizeGroupState();
|
|
22
|
+
}
|
|
23
|
+
get checked() {
|
|
24
|
+
return this._checked;
|
|
25
|
+
}
|
|
26
|
+
set name(e) {
|
|
27
|
+
super.name = e, this._disconnectFromRegistry(), this._connectToRegistry(), this._synchronizeGroupState();
|
|
28
|
+
}
|
|
29
|
+
get name() {
|
|
30
|
+
return super.name;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Form type of element.
|
|
34
|
+
* @default 'radio'
|
|
35
|
+
*/
|
|
36
|
+
get type() {
|
|
37
|
+
return "radio";
|
|
38
|
+
}
|
|
39
|
+
constructor() {
|
|
40
|
+
super(), this._checked = (f(this, r), !1), this._languageController = new k(this), this.addEventListener?.("keydown", (e) => this._handleArrowKeyDown(e));
|
|
41
|
+
}
|
|
42
|
+
connectedCallback() {
|
|
43
|
+
super.connectedCallback(), this._connectToRegistry(), this._synchronizeGroupState();
|
|
44
|
+
}
|
|
45
|
+
disconnectedCallback() {
|
|
46
|
+
super.disconnectedCallback(), this._disconnectFromRegistry();
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Is called whenever the form is being reset.
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
formResetCallback() {
|
|
53
|
+
this.checked = this.hasAttribute("checked");
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Called when the browser is trying to restore element’s state to state in which case
|
|
57
|
+
* reason is "restore", or when the browser is trying to fulfill autofill on behalf of
|
|
58
|
+
* user in which case reason is "autocomplete".
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
formStateRestoreCallback(e, t) {
|
|
62
|
+
typeof e == "string" || e == null ? this.checked = e === this.value : e instanceof FormData && this._readFormData(e).then((i) => {
|
|
63
|
+
this.checked = i === this.value;
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
async _readFormData(e) {
|
|
67
|
+
const t = e.get(this.name);
|
|
68
|
+
return t instanceof Blob ? JSON.parse(await t.text()) : t;
|
|
69
|
+
}
|
|
70
|
+
willUpdate(e) {
|
|
71
|
+
super.willUpdate(e), e.has("disabled") && this.updateFocusableRadios();
|
|
72
|
+
}
|
|
73
|
+
firstUpdated(e) {
|
|
74
|
+
super.firstUpdated(e), this.updateFocusableRadios();
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Called on `value` change
|
|
78
|
+
* If 'checked', update the value. Otherwise, do nothing.
|
|
79
|
+
*/
|
|
80
|
+
updateFormValue() {
|
|
81
|
+
this.checked ? super.updateFormValue() : this.internals.setFormValue(null);
|
|
82
|
+
}
|
|
83
|
+
shouldValidate(e) {
|
|
84
|
+
return super.shouldValidate(e) || e === "checked" || e === "required";
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Sets the validity of all associated radio buttons.
|
|
88
|
+
* If any radio button is required, all associated are required as well.
|
|
89
|
+
*/
|
|
90
|
+
validate() {
|
|
91
|
+
if (super.validate(), !this.associatedRadioButtons)
|
|
92
|
+
return;
|
|
93
|
+
let e = !1, t = !1;
|
|
94
|
+
for (const i of this.associatedRadioButtons)
|
|
95
|
+
e ||= i.required, t ||= i.checked;
|
|
96
|
+
e && !t ? this.associatedRadioButtons.forEach((i) => i.setValidityFlag("valueMissing", g[this._languageController.current])) : this.associatedRadioButtons.forEach((i) => i.removeValidityFlag("valueMissing"));
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Only a single radio should be focusable in the group. Defined as:
|
|
100
|
+
* - the checked radio;
|
|
101
|
+
* - the first non-disabled radio in DOM order;
|
|
102
|
+
*/
|
|
103
|
+
updateFocusableRadios() {
|
|
104
|
+
if (!this.hasUpdated)
|
|
105
|
+
return;
|
|
106
|
+
const e = this._interactableGroupedRadios(), t = e.findIndex((s) => s.checked && !s.disabled && !s.formDisabled), i = t !== -1 ? t : e.findIndex((s) => !s.disabled && !s.formDisabled);
|
|
107
|
+
i !== -1 && (e[i].tabIndex = 0, e.splice(i, 1)), e.forEach((s) => s.removeAttribute("tabindex"));
|
|
108
|
+
}
|
|
109
|
+
async navigateByKeyboard(e) {
|
|
110
|
+
e.checked = !0, this.emitChangeEvents(), await e.updateComplete, e.focus();
|
|
111
|
+
}
|
|
112
|
+
emitChangeEvents() {
|
|
113
|
+
this.dispatchEvent(new InputEvent("input", { bubbles: !0, cancelable: !0, composed: !0 })), this.dispatchEvent(new Event("change", { bubbles: !0 }));
|
|
114
|
+
}
|
|
115
|
+
_synchronizeGroupState() {
|
|
116
|
+
this.checked && this._deselectGroupedRadios(), this.updateFocusableRadios();
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Add `this` to the radioButton registry
|
|
120
|
+
*/
|
|
121
|
+
_connectToRegistry() {
|
|
122
|
+
if (!this.name || b)
|
|
123
|
+
return;
|
|
124
|
+
const e = this.form ?? this.getRootNode();
|
|
125
|
+
this._radioButtonGroupsMap = p.get(e), this._radioButtonGroupsMap || (this._radioButtonGroupsMap = /* @__PURE__ */ new Map(), p.set(e, this._radioButtonGroupsMap)), this.associatedRadioButtons = this._radioButtonGroupsMap.get(this.name), this.associatedRadioButtons || (this.associatedRadioButtons = /* @__PURE__ */ new Set(), this._radioButtonGroupsMap.set(this.name, this.associatedRadioButtons));
|
|
126
|
+
const t = Array.from(this.associatedRadioButtons);
|
|
127
|
+
this.associatedRadioButtons.clear();
|
|
128
|
+
const i = t.findIndex((s) => this.compareDocumentPosition(s) & Node.DOCUMENT_POSITION_FOLLOWING);
|
|
129
|
+
i !== -1 ? t.splice(i, 0, this) : t.push(this), t.forEach((s) => this.associatedRadioButtons.add(s)), this.validate();
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Remove `this` from the radioButton registry and, if the group is empty, delete the entry from the groups Map
|
|
133
|
+
*/
|
|
134
|
+
_disconnectFromRegistry() {
|
|
135
|
+
this.associatedRadioButtons?.delete(this), this.associatedRadioButtons?.size === 0 ? this._radioButtonGroupsMap?.delete(this.name) : this.validate(), this.associatedRadioButtons = void 0, this._radioButtonGroupsMap = void 0;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Return a list of 'interactable' grouped radios, ordered in DOM order
|
|
139
|
+
*/
|
|
140
|
+
_interactableGroupedRadios() {
|
|
141
|
+
return Array.from(this.associatedRadioButtons ?? []).filter((e) => _.isVisible(e));
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Deselect other radio of the same group
|
|
145
|
+
*/
|
|
146
|
+
_deselectGroupedRadios() {
|
|
147
|
+
Array.from(this.associatedRadioButtons ?? []).filter((e) => e !== this).forEach((e) => e.checked = !1);
|
|
148
|
+
}
|
|
149
|
+
async _handleArrowKeyDown(e) {
|
|
150
|
+
if (!y(e))
|
|
151
|
+
return;
|
|
152
|
+
e.preventDefault();
|
|
153
|
+
const t = this._interactableGroupedRadios().filter((h) => !h.disabled && !h.formDisabled), i = t.indexOf(this), s = R(e, i, t.length);
|
|
154
|
+
await this.navigateByKeyboard(t[s]);
|
|
155
|
+
}
|
|
156
|
+
}, (() => {
|
|
157
|
+
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(n[Symbol.metadata] ?? null) : void 0;
|
|
158
|
+
d = [u({ type: Boolean })], c = [u()], l(a, null, d, { kind: "setter", name: "checked", static: !1, private: !1, access: { has: (t) => "checked" in t, set: (t, i) => {
|
|
159
|
+
t.checked = i;
|
|
160
|
+
} }, metadata: e }, null, r), l(a, null, c, { kind: "setter", name: "name", static: !1, private: !1, access: { has: (t) => "name" in t, set: (t, i) => {
|
|
161
|
+
t.name = i;
|
|
162
|
+
} }, metadata: e }, null, r), e && Object.defineProperty(a, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
163
|
+
})(), a.role = "radio", a;
|
|
164
|
+
})();
|
|
165
|
+
};
|
|
163
166
|
export {
|
|
164
|
-
|
|
165
|
-
|
|
167
|
+
z as SbbFormAssociatedRadioButtonMixin,
|
|
168
|
+
p as radioButtonRegistry
|
|
166
169
|
};
|
|
@@ -1,102 +1,105 @@
|
|
|
1
|
-
var
|
|
2
|
-
throw TypeError(
|
|
1
|
+
var S = (e) => {
|
|
2
|
+
throw TypeError(e);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
import { __runInitializers as
|
|
4
|
+
var f = (e, i, n) => i.has(e) || S("Cannot " + n);
|
|
5
|
+
var p = (e, i, n) => (f(e, i, "read from private field"), n ? n.call(e) : i.get(e)), _ = (e, i, n) => i.has(e) ? S("Cannot add the same private member more than once") : i instanceof WeakSet ? i.add(e) : i.set(e, n), c = (e, i, n, o) => (f(e, i, "write to private field"), o ? o.call(e, n) : i.set(e, n), n);
|
|
6
|
+
import { __runInitializers as g, __esDecorate as E } from "tslib";
|
|
7
7
|
import { nothing as m, html as h } from "lit";
|
|
8
8
|
import { state as L } from "lit/decorators.js";
|
|
9
9
|
import { SbbHydrationMixin as N } from "./hydration-mixin.js";
|
|
10
10
|
import "../../screen-reader-only.js";
|
|
11
|
-
const
|
|
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
|
-
|
|
11
|
+
const $ = "data-ssr-child-count", y = "li", R = (e) => {
|
|
12
|
+
const i = e._$sbbElement$ ? e : N(e);
|
|
13
|
+
return (() => {
|
|
14
|
+
var a, r;
|
|
15
|
+
let o = i, u, b = [], C = [];
|
|
16
|
+
return r = class extends o {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
_(this, a);
|
|
20
|
+
c(this, a, g(this, b, [])), this._handleSlotchange = (g(this, C), () => {
|
|
21
|
+
const t = Array.from(this.children ?? []).filter((l) => this.listChildLocalNames.includes(l.localName));
|
|
22
|
+
t.length === this.listChildren.length && this.listChildren.every((l, s) => t[s] === l) || (this.listChildren.filter((l) => !t.includes(l)).forEach((l) => l.removeAttribute("slot")), this.listChildren = t, this.listChildren.forEach((l, s) => l.setAttribute("slot", `${y}-${s}`)), this.removeAttribute($));
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A list of children with the defined tag names.
|
|
27
|
+
* This array is only updated if there is an actual change
|
|
28
|
+
* to the child elements.
|
|
29
|
+
*/
|
|
30
|
+
get listChildren() {
|
|
31
|
+
return p(this, a);
|
|
32
|
+
}
|
|
33
|
+
set listChildren(t) {
|
|
34
|
+
c(this, a, t);
|
|
35
|
+
}
|
|
36
|
+
connectedCallback() {
|
|
37
|
+
super.connectedCallback(), this.shadowRoot?.addEventListener("slotchange", this._handleSlotchange, { passive: !0 });
|
|
38
|
+
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
super.disconnectedCallback(), this.shadowRoot?.removeEventListener("slotchange", this._handleSlotchange);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Renders list and list slots for slotted children or a number of list slots
|
|
44
|
+
* corresponding to the `data-ssr-child-count` attribute value.
|
|
45
|
+
*
|
|
46
|
+
* This is a possible optimization for SSR, as in an SSR Lit environment
|
|
47
|
+
* other elements are not available, but might be available in the meta
|
|
48
|
+
* framework wrapper (like e.g. React). This allows to provide the number of
|
|
49
|
+
* children to be passed via the `data-ssr-child-count` attribute value.
|
|
50
|
+
*/
|
|
51
|
+
renderList(t = {}, l = {}) {
|
|
52
|
+
const s = this.listSlotEntries(l);
|
|
53
|
+
return s.length >= 2 ? h`
|
|
52
54
|
<ul
|
|
53
|
-
class=${
|
|
54
|
-
aria-label=${
|
|
55
|
-
aria-labelledby=${
|
|
55
|
+
class=${t.class || this.localName}
|
|
56
|
+
aria-label=${t.ariaLabel || m}
|
|
57
|
+
aria-labelledby=${t.ariaLabelledby || m}
|
|
56
58
|
>
|
|
57
|
-
${
|
|
59
|
+
${s.map((d) => h`
|
|
58
60
|
<li aria-hidden=${d.ariaHidden || m}>
|
|
59
61
|
<slot name=${d.name}></slot>
|
|
60
62
|
</li>
|
|
61
63
|
`)}
|
|
62
64
|
</ul>
|
|
63
65
|
${this.renderHiddenSlot()}
|
|
64
|
-
` :
|
|
65
|
-
<span class=${
|
|
66
|
-
<span><slot name=${
|
|
66
|
+
` : s.length === 1 ? h`<sbb-screen-reader-only>${t.ariaLabel}</sbb-screen-reader-only>
|
|
67
|
+
<span class=${t.class || this.localName}>
|
|
68
|
+
<span><slot name=${s[0].name}></slot></span>
|
|
67
69
|
</span>
|
|
68
70
|
${this.renderHiddenSlot()} ` : this.renderHiddenSlot();
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
})();
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;
|
|
74
|
+
* its length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.
|
|
75
|
+
*
|
|
76
|
+
* This is a possible optimization for SSR, as in an SSR Lit environment
|
|
77
|
+
* other elements are not available, but might be available in the meta
|
|
78
|
+
* framework wrapper (like e.g. React). This allows to provide the number of
|
|
79
|
+
* children to be passed via the `data-ssr-child-count` attribute value.
|
|
80
|
+
*/
|
|
81
|
+
listSlotEntries(t) {
|
|
82
|
+
return (this.listChildren.length ? this.listChildren : Array.from({ length: +(this.getAttribute($) ?? 0) })).map((s, d) => ({
|
|
83
|
+
name: `${y}-${d}`,
|
|
84
|
+
ariaHidden: t?.localNameVisualOnly?.includes(s.localName) ?? !1
|
|
85
|
+
}));
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Returns a hidden slot, which is intended as the children change detection.
|
|
89
|
+
* When an element without a slot attribute is slotted to the element, it triggers
|
|
90
|
+
* the slotchange event, which can be used to assign it to the appropriate named slot.
|
|
91
|
+
*/
|
|
92
|
+
renderHiddenSlot() {
|
|
93
|
+
return h`<span hidden><slot></slot></span>`;
|
|
94
|
+
}
|
|
95
|
+
}, a = new WeakMap(), (() => {
|
|
96
|
+
const t = typeof Symbol == "function" && Symbol.metadata ? Object.create(o[Symbol.metadata] ?? null) : void 0;
|
|
97
|
+
u = [L()], E(r, null, u, { kind: "accessor", name: "listChildren", static: !1, private: !1, access: { has: (l) => "listChildren" in l, get: (l) => l.listChildren, set: (l, s) => {
|
|
98
|
+
l.listChildren = s;
|
|
99
|
+
} }, metadata: t }, b, C), t && Object.defineProperty(r, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: t });
|
|
100
|
+
})(), r;
|
|
101
|
+
})();
|
|
102
|
+
};
|
|
100
103
|
export {
|
|
101
|
-
|
|
104
|
+
R as SbbNamedSlotListMixin
|
|
102
105
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { SbbPropertyWatcherController as
|
|
2
|
-
import { SbbElementInternalsMixin as
|
|
3
|
-
const
|
|
4
|
-
|
|
1
|
+
import { SbbPropertyWatcherController as r } from "../controllers.js";
|
|
2
|
+
import { SbbElementInternalsMixin as n } from "./element-internals-mixin.js";
|
|
3
|
+
const c = (t) => {
|
|
4
|
+
const s = t._$sbbElement$ ? t : n(t);
|
|
5
|
+
class i extends s {
|
|
5
6
|
/** Group element if present */
|
|
6
7
|
get group() {
|
|
7
8
|
return this.closest?.("sbb-radio-button-group, sbb-checkbox-group") ?? null;
|
|
@@ -10,8 +11,8 @@ const h = (t) => {
|
|
|
10
11
|
get panel() {
|
|
11
12
|
return this.querySelector?.("sbb-radio-button-panel, sbb-checkbox-panel") ?? null;
|
|
12
13
|
}
|
|
13
|
-
constructor(...
|
|
14
|
-
super(
|
|
14
|
+
constructor(...o) {
|
|
15
|
+
super(o), this._propertyWatcher = new r(this, () => this.panel, {
|
|
15
16
|
checked: (e) => {
|
|
16
17
|
this.toggleState("checked", e.checked), this.onInputStateChange?.();
|
|
17
18
|
},
|
|
@@ -32,8 +33,8 @@ const h = (t) => {
|
|
|
32
33
|
onInputStateChange() {
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
|
-
return
|
|
36
|
+
return i;
|
|
36
37
|
};
|
|
37
38
|
export {
|
|
38
|
-
|
|
39
|
+
c as SbbSelectionPanelMixin
|
|
39
40
|
};
|
package/core/styles/core.scss
CHANGED
|
@@ -51,10 +51,10 @@ $theme: 'standard' !default;
|
|
|
51
51
|
@use '../../core/mixins/panel-common.global' as panel-common with (
|
|
52
52
|
$theme: $theme
|
|
53
53
|
);
|
|
54
|
-
@use '../../checkbox/checkbox
|
|
54
|
+
@use '../../checkbox/checkbox.global' as checkbox with (
|
|
55
55
|
$theme: $theme
|
|
56
56
|
);
|
|
57
|
-
@use '../../checkbox
|
|
57
|
+
@use '../../checkbox-group/checkbox-group.global' as checkbox-group with (
|
|
58
58
|
$theme: $theme
|
|
59
59
|
);
|
|
60
60
|
@use '../../checkbox/common/checkbox-common.global' as checkbox-common with (
|
|
@@ -122,7 +122,7 @@ $theme: 'standard' !default;
|
|
|
122
122
|
@use '../../radio-button/common/radio-button-common.global' as radio-button-common with (
|
|
123
123
|
$theme: $theme
|
|
124
124
|
);
|
|
125
|
-
@use '../../radio-button
|
|
125
|
+
@use '../../radio-button-group/radio-button-group.global' as radio-button-group with (
|
|
126
126
|
$theme: $theme
|
|
127
127
|
);
|
|
128
128
|
@use '../../selection-action-panel/selection-action-panel.global' as selection-action-panel with (
|