@sbb-esta/lyne-elements-dev 4.7.0-dev.1773149675 → 4.7.0-dev.1773159918
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 +42037 -26925
- 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,95 +1,95 @@
|
|
|
1
|
-
var
|
|
2
|
-
throw TypeError(
|
|
1
|
+
var S = (e) => {
|
|
2
|
+
throw TypeError(e);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
import { __esDecorate as
|
|
7
|
-
import { css as N, html as
|
|
8
|
-
import {
|
|
9
|
-
import { SbbLanguageController as
|
|
4
|
+
var I = (e, s, r) => s.has(e) || S("Cannot " + r);
|
|
5
|
+
var g = (e, s, r) => (I(e, s, "read from private field"), r ? r.call(e) : s.get(e)), m = (e, s, r) => s.has(e) ? S("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(e) : s.set(e, r), n = (e, s, r, u) => (I(e, s, "write to private field"), u ? u.call(e, r) : s.set(e, r), r);
|
|
6
|
+
import { __esDecorate as b, __runInitializers as o } from "tslib";
|
|
7
|
+
import { css as N, html as B } from "lit";
|
|
8
|
+
import { property as _ } from "lit/decorators.js";
|
|
9
|
+
import { SbbLanguageController as M } from "../core/controllers.js";
|
|
10
10
|
import { forceType as f } from "../core/decorators.js";
|
|
11
|
-
import { isLean as
|
|
12
|
-
import { i18nConnectionFrom as
|
|
13
|
-
import { SbbNegativeMixin as
|
|
14
|
-
import { boxSizingStyles as
|
|
15
|
-
import { SbbTitleBase as
|
|
11
|
+
import { isLean as O } from "../core/dom.js";
|
|
12
|
+
import { i18nConnectionFrom as U, i18nConnectionTo as D, i18nConnectionRoundtrip as F } from "../core/i18n.js";
|
|
13
|
+
import { SbbNegativeMixin as R } from "../core/mixins.js";
|
|
14
|
+
import { boxSizingStyles as q } from "../core/styles.js";
|
|
15
|
+
import { SbbTitleBase as L } from "../title.js";
|
|
16
16
|
import "../icon.js";
|
|
17
17
|
import "../screen-reader-only.js";
|
|
18
|
-
const
|
|
18
|
+
const A = N`:host{--sbb-journey-header-gap: var(--sbb-spacing-fixed-1x);display:block}:host([id]){scroll-margin-block-start:var(--sbb-spacing-fixed-10x)}:host([negative]){--sbb-title-text-color-normal: var(--sbb-color-3-negative)}sbb-icon{min-width:var(--sbb-size-icon-ui-small)}.sbb-journey-header{display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--sbb-journey-header-gap);width:fit-content}.sbb-journey-header:dir(rtl) sbb-icon{transform:rotate(-180deg)}.sbb-journey-header>span{max-width:100%}`, C = /* @__PURE__ */ new Map([
|
|
19
19
|
["s", "6"],
|
|
20
20
|
["m", "5"],
|
|
21
21
|
["l", "4"]
|
|
22
22
|
]);
|
|
23
|
-
let
|
|
24
|
-
var
|
|
25
|
-
let
|
|
26
|
-
return a = class extends
|
|
23
|
+
let ei = (() => {
|
|
24
|
+
var c, h, d, p, a;
|
|
25
|
+
let e = R(L), s, r = [], u = [], z, y = [], v = [], x, T = [], w = [], j, $ = [], k = [];
|
|
26
|
+
return a = class extends e {
|
|
27
27
|
constructor() {
|
|
28
28
|
super();
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
m(this, c);
|
|
30
|
+
m(this, h);
|
|
31
|
+
m(this, d);
|
|
32
|
+
m(this, p);
|
|
33
|
+
n(this, c, o(this, r, "")), n(this, h, (o(this, u), o(this, y, ""))), n(this, d, (o(this, v), o(this, T, !1))), n(this, p, (o(this, w), o(this, $, O() ? "s" : "m"))), this._language = (o(this, k), new M(this)), this.level = "3", this.visualLevel = C.get(this.size) ?? null;
|
|
34
34
|
}
|
|
35
35
|
/** Origin location for the journey header. */
|
|
36
36
|
get origin() {
|
|
37
|
-
return
|
|
37
|
+
return g(this, c);
|
|
38
38
|
}
|
|
39
39
|
set origin(t) {
|
|
40
|
-
|
|
40
|
+
n(this, c, t);
|
|
41
41
|
}
|
|
42
42
|
/** Destination location for the journey header. */
|
|
43
43
|
get destination() {
|
|
44
|
-
return
|
|
44
|
+
return g(this, h);
|
|
45
45
|
}
|
|
46
46
|
set destination(t) {
|
|
47
|
-
|
|
47
|
+
n(this, h, t);
|
|
48
48
|
}
|
|
49
49
|
/** Whether the journey is a round trip. If so, the icon changes to a round-trip one. */
|
|
50
50
|
get roundTrip() {
|
|
51
|
-
return
|
|
51
|
+
return g(this, d);
|
|
52
52
|
}
|
|
53
53
|
set roundTrip(t) {
|
|
54
|
-
|
|
54
|
+
n(this, d, t);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Journey header size, either s, m or l.
|
|
58
58
|
* @default 'm' / 's' (lean)
|
|
59
59
|
*/
|
|
60
60
|
get size() {
|
|
61
|
-
return
|
|
61
|
+
return g(this, p);
|
|
62
62
|
}
|
|
63
63
|
set size(t) {
|
|
64
|
-
|
|
64
|
+
n(this, p, t);
|
|
65
65
|
}
|
|
66
66
|
willUpdate(t) {
|
|
67
|
-
super.willUpdate(t), t.has("size") && (this.visualLevel =
|
|
67
|
+
super.willUpdate(t), t.has("size") && (this.visualLevel = C.get(this.size) ?? null);
|
|
68
68
|
}
|
|
69
69
|
render() {
|
|
70
|
-
const t = this.roundTrip ? "arrows-long-right-left-small" : "arrow-long-right-small",
|
|
71
|
-
return
|
|
70
|
+
const t = this.roundTrip ? "arrows-long-right-left-small" : "arrow-long-right-small", i = `${U[this._language.current]} ${this.origin} ${D[this._language.current]} ${this.destination} ${this.roundTrip ? F(this.origin)[this._language.current] : ""}`;
|
|
71
|
+
return B`
|
|
72
72
|
<span class="sbb-journey-header" aria-hidden="true">
|
|
73
73
|
<span class="sbb-journey-header__origin">${this.origin}</span>
|
|
74
74
|
<sbb-icon name=${t}></sbb-icon>
|
|
75
75
|
<span class="sbb-journey-header__destination">${this.destination}</span>
|
|
76
76
|
</span>
|
|
77
|
-
<sbb-screen-reader-only>${
|
|
77
|
+
<sbb-screen-reader-only>${i}</sbb-screen-reader-only>
|
|
78
78
|
`;
|
|
79
79
|
}
|
|
80
|
-
},
|
|
81
|
-
const t = typeof Symbol == "function" && Symbol.metadata ? Object.create(
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
} }, metadata: t },
|
|
85
|
-
|
|
86
|
-
} }, metadata: t },
|
|
87
|
-
|
|
88
|
-
} }, metadata: t },
|
|
89
|
-
|
|
90
|
-
} }, metadata: t },
|
|
91
|
-
})(), a.styles = [
|
|
80
|
+
}, c = new WeakMap(), h = new WeakMap(), d = new WeakMap(), p = new WeakMap(), (() => {
|
|
81
|
+
const t = typeof Symbol == "function" && Symbol.metadata ? Object.create(e[Symbol.metadata] ?? null) : void 0;
|
|
82
|
+
s = [f(), _()], z = [f(), _()], x = [f(), _({ attribute: "round-trip", type: Boolean })], j = [_({ reflect: !0 })], b(a, null, s, { kind: "accessor", name: "origin", static: !1, private: !1, access: { has: (i) => "origin" in i, get: (i) => i.origin, set: (i, l) => {
|
|
83
|
+
i.origin = l;
|
|
84
|
+
} }, metadata: t }, r, u), b(a, null, z, { kind: "accessor", name: "destination", static: !1, private: !1, access: { has: (i) => "destination" in i, get: (i) => i.destination, set: (i, l) => {
|
|
85
|
+
i.destination = l;
|
|
86
|
+
} }, metadata: t }, y, v), b(a, null, x, { kind: "accessor", name: "roundTrip", static: !1, private: !1, access: { has: (i) => "roundTrip" in i, get: (i) => i.roundTrip, set: (i, l) => {
|
|
87
|
+
i.roundTrip = l;
|
|
88
|
+
} }, metadata: t }, T, w), b(a, null, j, { kind: "accessor", name: "size", static: !1, private: !1, access: { has: (i) => "size" in i, get: (i) => i.size, set: (i, l) => {
|
|
89
|
+
i.size = l;
|
|
90
|
+
} }, metadata: t }, $, k), t && Object.defineProperty(a, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: t });
|
|
91
|
+
})(), a.elementName = "sbb-journey-header", a.styles = [q, L.styles, A], a;
|
|
92
92
|
})();
|
|
93
93
|
export {
|
|
94
|
-
|
|
94
|
+
ei as SbbJourneyHeaderElement
|
|
95
95
|
};
|
package/journey-header.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbJourneyHeaderElement as
|
|
1
|
+
import { SbbJourneyHeaderElement as e } from "./journey-header/journey-header.component.js";
|
|
2
|
+
e.define();
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
e as SbbJourneyHeaderElement
|
|
4
5
|
};
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
let x = (() => {
|
|
8
|
-
var e;
|
|
9
|
-
let s = [m("sbb-lead-container")], i, r = [], a, t = g(d);
|
|
10
|
-
return e = class extends t {
|
|
11
|
-
render() {
|
|
12
|
-
return c`
|
|
1
|
+
import { css as n, html as i } from "lit";
|
|
2
|
+
import { SbbElement as r } from "../core/base-elements.js";
|
|
3
|
+
import { boxSizingStyles as s } from "../core/styles.js";
|
|
4
|
+
const b = n`:host{display:block;--sbb-lead-container-background-color: var(--sbb-background-color-1);--sbb-lead-container-image-ratio: 2 / 1;--sbb-lead-container-image-overlap: var(--sbb-spacing-fixed-24x);--sbb-lead-container-content-padding-block: var(--sbb-spacing-responsive-l);--sbb-lead-container-padding-block: 0 var(--sbb-spacing-responsive-l);--sbb-lead-container-padding-inline: var(--sbb-layout-base-offset-responsive);--sbb-lead-container-border-radius: var(--sbb-border-radius-6x);--sbb-lead-container-image-border-radius: 0}@media(min-width:90rem){:host{--sbb-lead-container-image-ratio: 21 / 9;--sbb-lead-container-image-border-radius: var(--sbb-lead-container-border-radius)}}:host(:not(:is(:state(slotted-image),[state--slotted-image]))){--sbb-lead-container-image-overlap: 0}.sbb-lead-container{padding-block:var(--sbb-lead-container-padding-block)}::slotted([slot=image]){display:block;width:100%}::slotted(:is(sbb-breadcrumb-group,sbb-block-link).sbb-lead-container-spacing){margin-block-end:var(--sbb-spacing-fixed-4x)}::slotted(:is(sbb-alert,sbb-alert-group).sbb-lead-container-spacing){margin-block-end:var(--sbb-spacing-responsive-m)}::slotted(sbb-title.sbb-lead-container-spacing){margin-block-start:0}::slotted(sbb-notification.sbb-lead-container-spacing){margin-block-end:var(--sbb-spacing-responsive-xxxs)}::slotted(.sbb-lead-container-lead-text){margin-block:0 var(--sbb-spacing-responsive-s);color:var(--sbb-color-iron);color:light-dark(var(--sbb-color-iron),var(--sbb-color-smoke))}@media(min-width:90rem){.sbb-lead-container-image{max-width:calc(var(--sbb-layout-base-page-max-width) + 2 * var(--sbb-layout-base-offset-responsive));margin-inline:auto}}.sbb-lead-container-content-wrapper{background-color:var(--sbb-lead-container-background-color);display:grid;gap:var(--sbb-grid-base-gutter-responsive);grid-template-columns:repeat(var(--sbb-grid-base-columns),1fr);padding-inline:var(--sbb-page-spacing-padding, var(--sbb-layout-base-offset-responsive));margin-inline:auto;width:100%}@media(min-width:90rem){.sbb-lead-container-content-wrapper{max-width:var(--sbb-spacing-max-width, calc(var(--sbb-layout-base-page-max-width) + 2 * var(--sbb-layout-base-offset-responsive)))}}@media(min-width:64rem){.sbb-lead-container-content-wrapper{background-color:transparent}}.sbb-lead-container-content{position:relative;border-radius:var(--sbb-lead-container-border-radius);padding-block:var(--sbb-lead-container-content-padding-block);background-color:var(--sbb-lead-container-background-color);grid-column:1/-1}@media(min-width:64rem){.sbb-lead-container-content{grid-column:2/-2;margin-block-start:calc(-1 * var(--sbb-lead-container-image-overlap));padding-inline:var(--sbb-lead-container-padding-inline);margin-inline:calc(-1 * var(--sbb-lead-container-padding-inline))}}@media(min-width:90rem){.sbb-lead-container-content{grid-column:4/-4}}`, a = class a extends r {
|
|
5
|
+
render() {
|
|
6
|
+
return i`
|
|
13
7
|
<div class="sbb-lead-container">
|
|
14
8
|
<div class="sbb-lead-container-image">
|
|
15
9
|
<slot name="image"></slot>
|
|
@@ -22,12 +16,10 @@ let x = (() => {
|
|
|
22
16
|
</div>
|
|
23
17
|
</div>
|
|
24
18
|
`;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(), e.styles = [p, v], b(a, r), a;
|
|
30
|
-
})();
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
a.elementName = "sbb-lead-container", a.styles = [s, b];
|
|
22
|
+
let e = a;
|
|
31
23
|
export {
|
|
32
|
-
|
|
24
|
+
e as SbbLeadContainerElement
|
|
33
25
|
};
|
package/lead-container.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbLeadContainerElement as
|
|
1
|
+
import { SbbLeadContainerElement as e } from "./lead-container/lead-container.component.js";
|
|
2
|
+
e.define();
|
|
2
3
|
export {
|
|
3
|
-
|
|
4
|
+
e as SbbLeadContainerElement
|
|
4
5
|
};
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let o = [n("sbb-block-link")], l, i = [], e, r = u(b(c));
|
|
9
|
-
return t = class extends r {
|
|
10
|
-
}, e = t, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(r[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
m(null, l = { value: e }, o, { kind: "class", name: e.name, metadata: a }, null, i), e = l.value, a && Object.defineProperty(e, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), s(e, i);
|
|
13
|
-
})(), e;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbLinkBaseElement as e } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledMixin as o } from "../../core/mixins.js";
|
|
3
|
+
import { SbbBlockLinkCommonElementMixin as t } from "../common.js";
|
|
4
|
+
const i = class i extends t(o(e)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-block-link";
|
|
7
|
+
let m = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
m as SbbBlockLinkElement
|
|
17
10
|
};
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let n = [s("sbb-block-link-button")], l, o = [], t, i = u(c(b));
|
|
9
|
-
return e = class extends i {
|
|
10
|
-
}, t = e, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(i[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
r(null, l = { value: t }, n, { kind: "class", name: t.name, metadata: a }, null, o), t = l.value, a && Object.defineProperty(t, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), m(t, o);
|
|
13
|
-
})(), t;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbButtonBaseElement as m } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledTabIndexActionMixin as o } from "../../core/mixins.js";
|
|
3
|
+
import { SbbBlockLinkCommonElementMixin as t } from "../common.js";
|
|
4
|
+
const i = class i extends t(o(m)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-block-link-button";
|
|
7
|
+
let e = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
e as SbbBlockLinkButtonElement
|
|
17
10
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { SbbBlockLinkButtonElement as
|
|
1
|
+
import { SbbBlockLinkButtonElement as o } from "../link.pure.js";
|
|
2
|
+
import { SbbBlockLinkButtonElement as m } from "./block-link-button/block-link-button.component.js";
|
|
3
|
+
o.define();
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
m as SbbBlockLinkButtonElement
|
|
4
6
|
};
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let r = [n("sbb-block-link-static")], l, i = [], t, o = u(b(c));
|
|
9
|
-
return e = class extends o {
|
|
10
|
-
}, t = e, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(o[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
s(null, l = { value: t }, r, { kind: "class", name: t.name, metadata: a }, null, i), t = l.value, a && Object.defineProperty(t, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), m(t, i);
|
|
13
|
-
})(), t;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbActionBaseElement as o } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledMixin as e } from "../../core/mixins.js";
|
|
3
|
+
import { SbbBlockLinkCommonElementMixin as s } from "../common.js";
|
|
4
|
+
const i = class i extends s(e(o)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-block-link-static";
|
|
7
|
+
let m = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
m as SbbBlockLinkStaticElement
|
|
17
10
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { SbbBlockLinkStaticElement as
|
|
1
|
+
import { SbbBlockLinkStaticElement as t } from "../link.pure.js";
|
|
2
|
+
import { SbbBlockLinkStaticElement as m } from "./block-link-static/block-link-static.component.js";
|
|
3
|
+
t.define();
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
m as SbbBlockLinkStaticElement
|
|
4
6
|
};
|
package/link/block-link.js
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let n = [o("sbb-link")], l, i = [], e, r = u(c(b));
|
|
9
|
-
return t = class extends r {
|
|
10
|
-
}, e = t, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(r[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
m(null, l = { value: e }, n, { kind: "class", name: e.name, metadata: a }, null, i), e = l.value, a && Object.defineProperty(e, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), s(e, i);
|
|
13
|
-
})(), e;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbLinkBaseElement as m } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledMixin as o } from "../../core/mixins.js";
|
|
3
|
+
import { SbbInlineLinkCommonElementMixin as t } from "../common.js";
|
|
4
|
+
const i = class i extends t(o(m)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-link";
|
|
7
|
+
let e = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
e as SbbLinkElement
|
|
17
10
|
};
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let o = [s("sbb-link-button")], l, n = [], t, i = u(c(b));
|
|
9
|
-
return e = class extends i {
|
|
10
|
-
}, t = e, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(i[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
r(null, l = { value: t }, o, { kind: "class", name: t.name, metadata: a }, null, n), t = l.value, a && Object.defineProperty(t, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), m(t, n);
|
|
13
|
-
})(), t;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbButtonBaseElement as m } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledTabIndexActionMixin as o } from "../../core/mixins.js";
|
|
3
|
+
import { SbbInlineLinkCommonElementMixin as t } from "../common.js";
|
|
4
|
+
const i = class i extends t(o(m)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-link-button";
|
|
7
|
+
let e = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
e as SbbLinkButtonElement
|
|
17
10
|
};
|
package/link/link-button.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { SbbLinkButtonElement as
|
|
1
|
+
import { SbbLinkButtonElement as t } from "../link.pure.js";
|
|
2
|
+
import { SbbLinkButtonElement as m } from "./link-button/link-button.component.js";
|
|
3
|
+
t.define();
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
m as SbbLinkButtonElement
|
|
4
6
|
};
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
let n = [o("sbb-link-static")], l, i = [], t, r = u(b(c));
|
|
9
|
-
return e = class extends r {
|
|
10
|
-
}, t = e, (() => {
|
|
11
|
-
const a = typeof Symbol == "function" && Symbol.metadata ? Object.create(r[Symbol.metadata] ?? null) : void 0;
|
|
12
|
-
s(null, l = { value: t }, n, { kind: "class", name: t.name, metadata: a }, null, i), t = l.value, a && Object.defineProperty(t, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: a }), m(t, i);
|
|
13
|
-
})(), t;
|
|
14
|
-
})();
|
|
1
|
+
import { SbbActionBaseElement as m } from "../../core/base-elements.js";
|
|
2
|
+
import { SbbDisabledMixin as o } from "../../core/mixins.js";
|
|
3
|
+
import { SbbInlineLinkCommonElementMixin as s } from "../common.js";
|
|
4
|
+
const i = class i extends s(o(m)) {
|
|
5
|
+
};
|
|
6
|
+
i.elementName = "sbb-link-static";
|
|
7
|
+
let e = i;
|
|
15
8
|
export {
|
|
16
|
-
|
|
9
|
+
e as SbbLinkStaticElement
|
|
17
10
|
};
|
package/link/link-static.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { SbbLinkStaticElement as
|
|
1
|
+
import { SbbLinkStaticElement as t } from "../link.pure.js";
|
|
2
|
+
import { SbbLinkStaticElement as n } from "./link-static/link-static.component.js";
|
|
3
|
+
t.define();
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
n as SbbLinkStaticElement
|
|
4
6
|
};
|
package/link/link.js
CHANGED
|
@@ -1,43 +1,45 @@
|
|
|
1
|
-
var
|
|
1
|
+
var y = (e) => {
|
|
2
2
|
throw TypeError(e);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
import { __esDecorate as
|
|
7
|
-
import {
|
|
8
|
-
import { property as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
4
|
+
var L = (e, s, l) => s.has(e) || y("Cannot " + l);
|
|
5
|
+
var d = (e, s, l) => (L(e, s, "read from private field"), l ? l.call(e) : s.get(e)), v = (e, s, l) => s.has(e) ? y("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(e) : s.set(e, l), n = (e, s, l, m) => (L(e, s, "write to private field"), m ? m.call(e, l) : s.set(e, l), l);
|
|
6
|
+
import { __esDecorate as p, __runInitializers as b } from "tslib";
|
|
7
|
+
import { css as x, nothing as S, html as w } from "lit";
|
|
8
|
+
import { property as u } from "lit/decorators.js";
|
|
9
|
+
import { SbbElement as I } from "../../core/base-elements.js";
|
|
10
|
+
import { forceType as $, omitEmptyConverter as N } from "../../core/decorators.js";
|
|
11
|
+
import { isLean as j } from "../../core/dom.js";
|
|
12
|
+
import { SbbNegativeMixin as M, SbbNamedSlotListMixin as O } from "../../core/mixins.js";
|
|
12
13
|
import "../../title.js";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
const K = x`:host{display:block}.sbb-link-list-wrapper{display:flex;flex-direction:column;gap:var(--sbb-spacing-fixed-3x)}.sbb-link-list-title{margin:0}:host(:not(:is(:state(slotted-title),[state--slotted-title]),[title-content])) .sbb-link-list-title{display:none}`;
|
|
15
|
+
let Q = (() => {
|
|
16
|
+
var r, o, c, a;
|
|
17
|
+
let e = M(O(I)), s, l = [], m = [], f, _ = [], z = [], g, k = [], C = [];
|
|
16
18
|
return a = class extends e {
|
|
17
19
|
constructor() {
|
|
18
20
|
super(...arguments);
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
v(this, r);
|
|
22
|
+
v(this, o);
|
|
23
|
+
v(this, c);
|
|
22
24
|
this.listChildLocalNames = [
|
|
23
25
|
"sbb-block-link",
|
|
24
26
|
"sbb-block-link-button",
|
|
25
27
|
"sbb-block-link-static"
|
|
26
|
-
],
|
|
28
|
+
], n(this, r, b(this, l, "")), n(this, o, (b(this, m), b(this, _, "2"))), n(this, c, (b(this, z), b(this, k, j() ? "xs" : "s"))), b(this, C);
|
|
27
29
|
}
|
|
28
30
|
/** The title text we want to show before the list. */
|
|
29
31
|
get titleContent() {
|
|
30
|
-
return
|
|
32
|
+
return d(this, r);
|
|
31
33
|
}
|
|
32
34
|
set titleContent(i) {
|
|
33
|
-
|
|
35
|
+
n(this, r, i);
|
|
34
36
|
}
|
|
35
37
|
/** The semantic level of the title, e.g. 2 = h2. */
|
|
36
38
|
get titleLevel() {
|
|
37
|
-
return
|
|
39
|
+
return d(this, o);
|
|
38
40
|
}
|
|
39
41
|
set titleLevel(i) {
|
|
40
|
-
|
|
42
|
+
n(this, o, i);
|
|
41
43
|
}
|
|
42
44
|
/**
|
|
43
45
|
* Text size of the nested sbb-block-link instances.
|
|
@@ -45,10 +47,10 @@ let J = (() => {
|
|
|
45
47
|
* @default 's' / 'xs' (lean)
|
|
46
48
|
*/
|
|
47
49
|
get size() {
|
|
48
|
-
return
|
|
50
|
+
return d(this, c);
|
|
49
51
|
}
|
|
50
52
|
set size(i) {
|
|
51
|
-
|
|
53
|
+
n(this, c, i);
|
|
52
54
|
}
|
|
53
55
|
willUpdate(i) {
|
|
54
56
|
if (super.willUpdate(i), i.has("size") || i.has("negative") || i.has("listChildren"))
|
|
@@ -56,7 +58,7 @@ let J = (() => {
|
|
|
56
58
|
t.negative = this.negative, t.size = this.size;
|
|
57
59
|
}
|
|
58
60
|
render() {
|
|
59
|
-
return
|
|
61
|
+
return w`
|
|
60
62
|
<div class="sbb-link-list-wrapper">
|
|
61
63
|
<sbb-title
|
|
62
64
|
class="sbb-link-list-title"
|
|
@@ -71,17 +73,18 @@ let J = (() => {
|
|
|
71
73
|
</div>
|
|
72
74
|
`;
|
|
73
75
|
}
|
|
74
|
-
},
|
|
76
|
+
}, r = new WeakMap(), o = new WeakMap(), c = new WeakMap(), (() => {
|
|
75
77
|
const i = typeof Symbol == "function" && Symbol.metadata ? Object.create(e[Symbol.metadata] ?? null) : void 0;
|
|
76
|
-
s = [
|
|
77
|
-
t.titleContent =
|
|
78
|
-
} }, metadata: i }, l,
|
|
79
|
-
t.titleLevel =
|
|
80
|
-
} }, metadata: i },
|
|
81
|
-
t.size =
|
|
82
|
-
} }, metadata: i },
|
|
78
|
+
s = [$(), u({ attribute: "title-content", reflect: !0, converter: N })], f = [u({ attribute: "title-level" })], g = [u({ reflect: !0 })], p(a, null, s, { kind: "accessor", name: "titleContent", static: !1, private: !1, access: { has: (t) => "titleContent" in t, get: (t) => t.titleContent, set: (t, h) => {
|
|
79
|
+
t.titleContent = h;
|
|
80
|
+
} }, metadata: i }, l, m), p(a, null, f, { kind: "accessor", name: "titleLevel", static: !1, private: !1, access: { has: (t) => "titleLevel" in t, get: (t) => t.titleLevel, set: (t, h) => {
|
|
81
|
+
t.titleLevel = h;
|
|
82
|
+
} }, metadata: i }, _, z), p(a, null, g, { kind: "accessor", name: "size", static: !1, private: !1, access: { has: (t) => "size" in t, get: (t) => t.size, set: (t, h) => {
|
|
83
|
+
t.size = h;
|
|
84
|
+
} }, metadata: i }, k, C), i && Object.defineProperty(a, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: i });
|
|
83
85
|
})(), a;
|
|
84
86
|
})();
|
|
85
87
|
export {
|
|
86
|
-
|
|
88
|
+
Q as SbbLinkListBaseElement,
|
|
89
|
+
K as linkListBaseStyle
|
|
87
90
|
};
|
package/link-list/common.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { SbbLinkListBaseElement as
|
|
2
|
-
|
|
1
|
+
import { SbbLinkListBaseElement as t, linkListBaseStyle as n } from "./common/link-list-base.js";
|
|
2
|
+
console.warn(`The entrypoint '@sbb-esta/elements/link-list/common.js' has been deprecated.
|
|
3
|
+
Use either '@sbb-esta/elements/link-list.js' or '@sbb-esta/elements/link-list.pure.js' instead.`);
|
|
3
4
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
t as SbbLinkListBaseElement,
|
|
6
|
+
n as linkListBaseStyle
|
|
6
7
|
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import { SbbLinkListAnchorElement as
|
|
1
|
+
import { SbbLinkListAnchorElement as e } from "../link-list-anchor.pure.js";
|
|
2
|
+
export * from "../link-list-anchor/link-list-anchor.component.js";
|
|
3
|
+
import { SbbLinkListElement as r } from "./link-list.component.js";
|
|
4
|
+
e.define();
|
|
5
|
+
console.warn(`The entrypoint '@sbb-esta/elements/link-list/link-list-anchor.js' has been deprecated.
|
|
6
|
+
Use either '@sbb-esta/elements/link-list-anchor.js' or '@sbb-esta/elements/link-list-anchor.pure.js' instead.`);
|
|
2
7
|
export {
|
|
3
|
-
|
|
8
|
+
r as SbbLinkListElement
|
|
4
9
|
};
|