@sbb-esta/lyne-react 4.7.0 → 4.8.0
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 +10 -10
- package/accordion.js +2 -4
- package/action-group/action-group.component.js +10 -10
- package/action-group.js +2 -4
- package/alert/alert/alert.component.js +15 -15
- package/alert/alert-group/alert-group.component.js +10 -12
- package/alert/alert-group.js +5 -4
- package/alert/alert.js +4 -3
- package/alert.js +2 -5
- package/autocomplete/autocomplete.component.js +13 -14
- package/autocomplete.js +2 -4
- package/breadcrumb/breadcrumb/breadcrumb.component.js +10 -10
- package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +10 -10
- package/breadcrumb/breadcrumb-group.js +5 -4
- package/breadcrumb/breadcrumb.js +4 -3
- package/breadcrumb.js +3 -6
- package/button/accent-button/accent-button.component.js +9 -10
- package/button/accent-button-link/accent-button-link.component.js +10 -10
- package/button/accent-button-link.js +5 -4
- package/button/accent-button-static/accent-button-static.component.js +10 -10
- package/button/accent-button-static.js +5 -4
- package/button/accent-button.js +5 -4
- package/button/button/button.component.js +9 -10
- package/button/button-link/button-link.component.js +10 -10
- package/button/button-link.js +5 -4
- package/button/button-static/button-static.component.js +10 -10
- package/button/button-static.js +5 -4
- package/button/button.js +5 -4
- package/button/mini-button/mini-button.component.js +9 -10
- package/button/mini-button-group/mini-button-group.component.js +10 -10
- package/button/mini-button-group.js +5 -4
- package/button/mini-button-link/mini-button-link.component.js +9 -9
- package/button/mini-button-link.js +5 -4
- package/button/mini-button.js +5 -4
- package/button/secondary-button/secondary-button.component.js +9 -10
- package/button/secondary-button-link/secondary-button-link.component.js +10 -10
- package/button/secondary-button-link.js +5 -4
- package/button/secondary-button-static/secondary-button-static.component.js +10 -10
- package/button/secondary-button-static.js +5 -4
- package/button/secondary-button.js +5 -4
- package/button/transparent-button/transparent-button.component.js +8 -9
- package/button/transparent-button-link/transparent-button-link.component.js +9 -9
- package/button/transparent-button-link.js +5 -4
- package/button/transparent-button-static/transparent-button-static.component.js +10 -10
- package/button/transparent-button-static.js +5 -4
- package/button/transparent-button.js +5 -4
- package/button.js +15 -31
- package/calendar/calendar/calendar.component.js +13 -13
- package/calendar/calendar-day/calendar-day.component.js +10 -10
- package/calendar/calendar-day.js +5 -4
- package/calendar/calendar-month/calendar-month.component.js +11 -0
- package/calendar/calendar-month.js +5 -0
- package/calendar/calendar-weekday/calendar-weekday.component.js +11 -0
- package/calendar/calendar-weekday.js +5 -0
- package/calendar/calendar-weeknumber/calendar-weeknumber.component.js +11 -0
- package/calendar/calendar-weeknumber.js +5 -0
- package/calendar/calendar-year/calendar-year.component.js +11 -0
- package/calendar/calendar-year.js +5 -0
- package/calendar/calendar.js +5 -4
- package/calendar.js +7 -6
- package/card/card/card.component.js +9 -9
- package/card/card-badge/card-badge.component.js +9 -9
- package/card/card-badge.js +5 -4
- package/card/card-button/card-button.component.js +9 -10
- package/card/card-button.js +5 -4
- package/card/card-link/card-link.component.js +9 -9
- package/card/card-link.js +5 -4
- package/card/card.js +5 -4
- package/card.js +5 -10
- package/carousel/carousel/carousel.component.js +9 -9
- package/carousel/carousel-item/carousel-item.component.js +12 -12
- package/carousel/carousel-item.js +5 -4
- package/carousel/carousel-list/carousel-list.component.js +9 -9
- package/carousel/carousel-list.js +5 -4
- package/carousel/carousel.js +5 -4
- package/carousel.js +2 -6
- package/checkbox/checkbox.component.js +15 -0
- package/checkbox-group/checkbox-group.component.js +11 -0
- package/checkbox-group.js +2 -0
- package/checkbox-panel/checkbox-panel.component.js +15 -0
- package/checkbox-panel.js +2 -0
- package/checkbox.js +2 -8
- package/chip/chip/chip.component.js +9 -9
- package/chip/chip-group/chip-group.component.js +14 -14
- package/chip/chip-group.js +5 -4
- package/chip/chip.js +5 -4
- package/chip-label/chip-label.component.js +9 -9
- package/chip-label.js +2 -4
- package/chip.js +3 -6
- package/clock/clock.component.js +9 -9
- package/clock.js +2 -4
- package/container/container/container.component.js +9 -9
- package/container/container.js +5 -4
- package/container/sticky-bar/sticky-bar.component.js +16 -16
- package/container/sticky-bar.js +5 -4
- package/container.js +3 -6
- package/core/create-component.js +58 -61
- package/core.js +2 -4
- package/date-input/date-input.component.js +14 -14
- package/date-input.js +1 -3
- package/datepicker/datepicker/datepicker.component.js +14 -15
- package/datepicker/datepicker-next-day/datepicker-next-day.component.js +8 -9
- package/datepicker/datepicker-next-day.js +5 -4
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +8 -9
- package/datepicker/datepicker-previous-day.js +5 -4
- package/datepicker/datepicker-toggle/datepicker-toggle.component.js +8 -9
- package/datepicker/datepicker-toggle.js +5 -4
- package/datepicker/datepicker.js +5 -4
- package/datepicker.js +5 -10
- package/development/accordion/accordion.component.js +9 -8
- package/development/accordion.d.ts +1 -3
- package/development/accordion.d.ts.map +1 -1
- package/development/accordion.js +1 -4
- package/development/action-group/action-group.component.js +10 -9
- package/development/action-group.d.ts +1 -3
- package/development/action-group.d.ts.map +1 -1
- package/development/action-group.js +1 -4
- package/development/alert/alert/alert.component.d.ts +1 -1
- package/development/alert/alert/alert.component.d.ts.map +1 -1
- package/development/alert/alert/alert.component.js +16 -15
- package/development/alert/alert-group/alert-group.component.d.ts +1 -1
- package/development/alert/alert-group/alert-group.component.d.ts.map +1 -1
- package/development/alert/alert-group/alert-group.component.js +11 -12
- package/development/alert/alert-group.d.ts +1 -3
- package/development/alert/alert-group.d.ts.map +1 -1
- package/development/alert/alert-group.js +7 -4
- package/development/alert/alert.d.ts +1 -3
- package/development/alert/alert.d.ts.map +1 -1
- package/development/alert/alert.js +7 -4
- package/development/alert.d.ts +3 -5
- package/development/alert.d.ts.map +1 -1
- package/development/alert.js +1 -5
- package/development/autocomplete/autocomplete.component.js +15 -16
- package/development/autocomplete.d.ts +1 -3
- package/development/autocomplete.d.ts.map +1 -1
- package/development/autocomplete.js +1 -4
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.js +10 -9
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +1 -1
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +10 -9
- package/development/breadcrumb/breadcrumb-group.d.ts +1 -3
- package/development/breadcrumb/breadcrumb-group.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group.js +7 -4
- package/development/breadcrumb/breadcrumb.d.ts +1 -3
- package/development/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb.js +7 -4
- package/development/breadcrumb.d.ts +3 -5
- package/development/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb.js +1 -5
- package/development/button/accent-button/accent-button.component.js +9 -10
- package/development/button/accent-button-link/accent-button-link.component.js +10 -9
- package/development/button/accent-button-link.d.ts +1 -3
- package/development/button/accent-button-link.d.ts.map +1 -1
- package/development/button/accent-button-link.js +7 -4
- package/development/button/accent-button-static/accent-button-static.component.js +10 -9
- package/development/button/accent-button-static.d.ts +1 -3
- package/development/button/accent-button-static.d.ts.map +1 -1
- package/development/button/accent-button-static.js +7 -4
- package/development/button/accent-button.d.ts +1 -3
- package/development/button/accent-button.d.ts.map +1 -1
- package/development/button/accent-button.js +7 -4
- package/development/button/button/button.component.js +9 -10
- package/development/button/button-link/button-link.component.js +10 -9
- package/development/button/button-link.d.ts +1 -3
- package/development/button/button-link.d.ts.map +1 -1
- package/development/button/button-link.js +7 -4
- package/development/button/button-static/button-static.component.js +10 -9
- package/development/button/button-static.d.ts +1 -3
- package/development/button/button-static.d.ts.map +1 -1
- package/development/button/button-static.js +7 -4
- package/development/button/button.d.ts +1 -3
- package/development/button/button.d.ts.map +1 -1
- package/development/button/button.js +7 -4
- package/development/button/mini-button/mini-button.component.js +9 -10
- package/development/button/mini-button-group/mini-button-group.component.js +10 -9
- package/development/button/mini-button-group.d.ts +1 -3
- package/development/button/mini-button-group.d.ts.map +1 -1
- package/development/button/mini-button-group.js +7 -4
- package/development/button/mini-button-link/mini-button-link.component.js +10 -9
- package/development/button/mini-button-link.d.ts +1 -3
- package/development/button/mini-button-link.d.ts.map +1 -1
- package/development/button/mini-button-link.js +7 -4
- package/development/button/mini-button.d.ts +1 -3
- package/development/button/mini-button.d.ts.map +1 -1
- package/development/button/mini-button.js +7 -4
- package/development/button/secondary-button/secondary-button.component.js +9 -10
- package/development/button/secondary-button-link/secondary-button-link.component.js +10 -9
- package/development/button/secondary-button-link.d.ts +1 -3
- package/development/button/secondary-button-link.d.ts.map +1 -1
- package/development/button/secondary-button-link.js +7 -4
- package/development/button/secondary-button-static/secondary-button-static.component.js +10 -9
- package/development/button/secondary-button-static.d.ts +1 -3
- package/development/button/secondary-button-static.d.ts.map +1 -1
- package/development/button/secondary-button-static.js +7 -4
- package/development/button/secondary-button.d.ts +1 -3
- package/development/button/secondary-button.d.ts.map +1 -1
- package/development/button/secondary-button.js +7 -4
- package/development/button/transparent-button/transparent-button.component.js +9 -10
- package/development/button/transparent-button-link/transparent-button-link.component.js +10 -9
- package/development/button/transparent-button-link.d.ts +1 -3
- package/development/button/transparent-button-link.d.ts.map +1 -1
- package/development/button/transparent-button-link.js +7 -4
- package/development/button/transparent-button-static/transparent-button-static.component.js +10 -9
- package/development/button/transparent-button-static.d.ts +1 -3
- package/development/button/transparent-button-static.d.ts.map +1 -1
- package/development/button/transparent-button-static.js +7 -4
- package/development/button/transparent-button.d.ts +1 -3
- package/development/button/transparent-button.d.ts.map +1 -1
- package/development/button/transparent-button.js +7 -4
- package/development/button.d.ts +16 -18
- package/development/button.d.ts.map +1 -1
- package/development/button.js +1 -18
- package/development/calendar/calendar/calendar.component.d.ts +1 -1
- package/development/calendar/calendar/calendar.component.d.ts.map +1 -1
- package/development/calendar/calendar/calendar.component.js +14 -13
- package/development/calendar/calendar-day/calendar-day.component.d.ts +1 -1
- package/development/calendar/calendar-day/calendar-day.component.d.ts.map +1 -1
- package/development/calendar/calendar-day/calendar-day.component.js +10 -9
- package/development/calendar/calendar-day.d.ts +1 -3
- package/development/calendar/calendar-day.d.ts.map +1 -1
- package/development/calendar/calendar-day.js +7 -4
- package/development/calendar/calendar-month/calendar-month.component.d.ts +3 -0
- package/development/calendar/calendar-month/calendar-month.component.d.ts.map +1 -0
- package/development/calendar/calendar-month/calendar-month.component.js +13 -0
- package/development/calendar/calendar-month.d.ts +3 -0
- package/development/calendar/calendar-month.d.ts.map +1 -0
- package/development/calendar/calendar-month.js +8 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.d.ts +3 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.d.ts.map +1 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.js +13 -0
- package/development/calendar/calendar-weekday.d.ts +3 -0
- package/development/calendar/calendar-weekday.d.ts.map +1 -0
- package/development/calendar/calendar-weekday.js +8 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.d.ts +3 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.d.ts.map +1 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.js +13 -0
- package/development/calendar/calendar-weeknumber.d.ts +3 -0
- package/development/calendar/calendar-weeknumber.d.ts.map +1 -0
- package/development/calendar/calendar-weeknumber.js +8 -0
- package/development/calendar/calendar-year/calendar-year.component.d.ts +3 -0
- package/development/calendar/calendar-year/calendar-year.component.d.ts.map +1 -0
- package/development/calendar/calendar-year/calendar-year.component.js +13 -0
- package/development/calendar/calendar-year.d.ts +3 -0
- package/development/calendar/calendar-year.d.ts.map +1 -0
- package/development/calendar/calendar-year.js +8 -0
- package/development/calendar/calendar.d.ts +1 -3
- package/development/calendar/calendar.d.ts.map +1 -1
- package/development/calendar/calendar.js +7 -4
- package/development/calendar.d.ts +7 -5
- package/development/calendar.d.ts.map +1 -1
- package/development/calendar.js +5 -5
- package/development/card/card/card.component.d.ts +1 -1
- package/development/card/card/card.component.d.ts.map +1 -1
- package/development/card/card/card.component.js +10 -9
- package/development/card/card-badge/card-badge.component.d.ts +1 -1
- package/development/card/card-badge/card-badge.component.d.ts.map +1 -1
- package/development/card/card-badge/card-badge.component.js +10 -9
- package/development/card/card-badge.d.ts +1 -3
- package/development/card/card-badge.d.ts.map +1 -1
- package/development/card/card-badge.js +7 -4
- package/development/card/card-button/card-button.component.d.ts +1 -1
- package/development/card/card-button/card-button.component.d.ts.map +1 -1
- package/development/card/card-button/card-button.component.js +9 -10
- package/development/card/card-button.d.ts +1 -3
- package/development/card/card-button.d.ts.map +1 -1
- package/development/card/card-button.js +7 -4
- package/development/card/card-link/card-link.component.d.ts +1 -1
- package/development/card/card-link/card-link.component.d.ts.map +1 -1
- package/development/card/card-link/card-link.component.js +10 -9
- package/development/card/card-link.d.ts +1 -3
- package/development/card/card-link.d.ts.map +1 -1
- package/development/card/card-link.js +7 -4
- package/development/card/card.d.ts +1 -3
- package/development/card/card.d.ts.map +1 -1
- package/development/card/card.js +7 -4
- package/development/card.d.ts +5 -7
- package/development/card.d.ts.map +1 -1
- package/development/card.js +1 -7
- package/development/carousel/carousel/carousel.component.d.ts +1 -1
- package/development/carousel/carousel/carousel.component.d.ts.map +1 -1
- package/development/carousel/carousel/carousel.component.js +10 -9
- package/development/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -1
- package/development/carousel/carousel-item/carousel-item.component.js +14 -13
- package/development/carousel/carousel-item.d.ts +1 -3
- package/development/carousel/carousel-item.d.ts.map +1 -1
- package/development/carousel/carousel-item.js +7 -4
- package/development/carousel/carousel-list/carousel-list.component.d.ts +1 -1
- package/development/carousel/carousel-list/carousel-list.component.d.ts.map +1 -1
- package/development/carousel/carousel-list/carousel-list.component.js +10 -9
- package/development/carousel/carousel-list.d.ts +1 -3
- package/development/carousel/carousel-list.d.ts.map +1 -1
- package/development/carousel/carousel-list.js +7 -4
- package/development/carousel/carousel.d.ts +1 -3
- package/development/carousel/carousel.d.ts.map +1 -1
- package/development/carousel/carousel.js +7 -4
- package/development/carousel.d.ts +4 -6
- package/development/carousel.d.ts.map +1 -1
- package/development/carousel.js +1 -6
- package/development/checkbox/checkbox.component.d.ts +7 -0
- package/development/checkbox/checkbox.component.d.ts.map +1 -0
- package/development/checkbox/checkbox.component.js +17 -0
- package/development/checkbox-group/checkbox-group.component.d.ts +3 -0
- package/development/checkbox-group/checkbox-group.component.d.ts.map +1 -0
- package/development/checkbox-group/checkbox-group.component.js +13 -0
- package/development/checkbox-group.d.ts +3 -0
- package/development/checkbox-group.d.ts.map +1 -0
- package/development/checkbox-group.js +2 -0
- package/development/checkbox-panel/checkbox-panel.component.d.ts +7 -0
- package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -0
- package/development/checkbox-panel/checkbox-panel.component.js +17 -0
- package/development/checkbox-panel.d.ts +3 -0
- package/development/checkbox-panel.d.ts.map +1 -0
- package/development/checkbox-panel.js +2 -0
- package/development/checkbox.d.ts +2 -6
- package/development/checkbox.d.ts.map +1 -1
- package/development/checkbox.js +2 -9
- package/development/chip/chip/chip.component.d.ts +1 -1
- package/development/chip/chip/chip.component.d.ts.map +1 -1
- package/development/chip/chip/chip.component.js +10 -9
- package/development/chip/chip-group/chip-group.component.d.ts +2 -2
- package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
- package/development/chip/chip-group/chip-group.component.js +15 -14
- package/development/chip/chip-group.d.ts +1 -3
- package/development/chip/chip-group.d.ts.map +1 -1
- package/development/chip/chip-group.js +7 -4
- package/development/chip/chip.d.ts +1 -3
- package/development/chip/chip.d.ts.map +1 -1
- package/development/chip/chip.js +7 -4
- package/development/chip-label/chip-label.component.js +10 -9
- package/development/chip-label.d.ts +1 -3
- package/development/chip-label.d.ts.map +1 -1
- package/development/chip-label.js +1 -4
- package/development/chip.d.ts +3 -5
- package/development/chip.d.ts.map +1 -1
- package/development/chip.js +1 -5
- package/development/clock/clock.component.js +10 -9
- package/development/clock.d.ts +1 -3
- package/development/clock.d.ts.map +1 -1
- package/development/clock.js +1 -4
- package/development/container/container/container.component.d.ts +1 -1
- package/development/container/container/container.component.d.ts.map +1 -1
- package/development/container/container/container.component.js +10 -9
- package/development/container/container.d.ts +1 -3
- package/development/container/container.d.ts.map +1 -1
- package/development/container/container.js +7 -4
- package/development/container/sticky-bar/sticky-bar.component.d.ts +1 -1
- package/development/container/sticky-bar/sticky-bar.component.d.ts.map +1 -1
- package/development/container/sticky-bar/sticky-bar.component.js +16 -15
- package/development/container/sticky-bar.d.ts +1 -3
- package/development/container/sticky-bar.d.ts.map +1 -1
- package/development/container/sticky-bar.js +7 -4
- package/development/container.d.ts +3 -5
- package/development/container.d.ts.map +1 -1
- package/development/container.js +1 -5
- package/development/core/create-component.d.ts +2 -2
- package/development/core/create-component.d.ts.map +1 -1
- package/development/core/create-component.js +135 -115
- package/development/core.d.ts +1 -3
- package/development/core.d.ts.map +1 -1
- package/development/core.js +1 -4
- package/development/date-input/date-input.component.js +14 -13
- package/development/date-input.d.ts +1 -3
- package/development/date-input.d.ts.map +1 -1
- package/development/date-input.js +1 -4
- package/development/datepicker/datepicker/datepicker.component.d.ts +1 -1
- package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
- package/development/datepicker/datepicker/datepicker.component.js +16 -17
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts +1 -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 +9 -10
- package/development/datepicker/datepicker-next-day.d.ts +1 -3
- package/development/datepicker/datepicker-next-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-next-day.js +7 -4
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts +1 -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 +9 -10
- package/development/datepicker/datepicker-previous-day.d.ts +1 -3
- package/development/datepicker/datepicker-previous-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-previous-day.js +7 -4
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.js +9 -10
- package/development/datepicker/datepicker-toggle.d.ts +1 -3
- package/development/datepicker/datepicker-toggle.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle.js +7 -4
- package/development/datepicker/datepicker.d.ts +1 -3
- package/development/datepicker/datepicker.d.ts.map +1 -1
- package/development/datepicker/datepicker.js +7 -4
- package/development/datepicker.d.ts +5 -7
- package/development/datepicker.d.ts.map +1 -1
- package/development/datepicker.js +1 -7
- package/development/dialog/dialog/dialog.component.d.ts +1 -1
- package/development/dialog/dialog/dialog.component.d.ts.map +1 -1
- package/development/dialog/dialog/dialog.component.js +15 -16
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts.map +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.js +10 -9
- package/development/dialog/dialog-actions.d.ts +1 -3
- package/development/dialog/dialog-actions.d.ts.map +1 -1
- package/development/dialog/dialog-actions.js +7 -4
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/dialog/dialog-close-button.d.ts +1 -3
- package/development/dialog/dialog-close-button.d.ts.map +1 -1
- package/development/dialog/dialog-close-button.js +7 -4
- package/development/dialog/dialog-content/dialog-content.component.d.ts +1 -1
- package/development/dialog/dialog-content/dialog-content.component.d.ts.map +1 -1
- package/development/dialog/dialog-content/dialog-content.component.js +10 -9
- package/development/dialog/dialog-content.d.ts +1 -3
- package/development/dialog/dialog-content.d.ts.map +1 -1
- package/development/dialog/dialog-content.js +7 -4
- package/development/dialog/dialog-title/dialog-title.component.d.ts +1 -1
- package/development/dialog/dialog-title/dialog-title.component.d.ts.map +1 -1
- package/development/dialog/dialog-title/dialog-title.component.js +10 -9
- package/development/dialog/dialog-title.d.ts +1 -3
- package/development/dialog/dialog-title.d.ts.map +1 -1
- package/development/dialog/dialog-title.js +7 -4
- package/development/dialog/dialog.d.ts +1 -3
- package/development/dialog/dialog.d.ts.map +1 -1
- package/development/dialog/dialog.js +7 -4
- package/development/dialog.d.ts +6 -8
- package/development/dialog.d.ts.map +1 -1
- package/development/dialog.js +1 -8
- package/development/divider/divider.component.js +10 -9
- package/development/divider.d.ts +1 -3
- package/development/divider.d.ts.map +1 -1
- package/development/divider.js +1 -4
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts +1 -1
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel/expansion-panel.component.js +16 -15
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts +1 -1
- 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 +10 -9
- package/development/expansion-panel/expansion-panel-content.d.ts +1 -3
- package/development/expansion-panel/expansion-panel-content.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-content.js +7 -4
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts +1 -1
- 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 +10 -13
- package/development/expansion-panel/expansion-panel-header.d.ts +1 -3
- package/development/expansion-panel/expansion-panel-header.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header.js +7 -4
- package/development/expansion-panel/expansion-panel.d.ts +1 -3
- package/development/expansion-panel/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel.js +7 -4
- package/development/expansion-panel.d.ts +4 -6
- package/development/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel.js +1 -6
- package/development/file-selector/file-selector/file-selector.component.d.ts +1 -1
- package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
- package/development/file-selector/file-selector/file-selector.component.js +15 -14
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +1 -1
- 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 +15 -14
- package/development/file-selector/file-selector-dropzone.d.ts +1 -3
- package/development/file-selector/file-selector-dropzone.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone.js +7 -4
- package/development/file-selector/file-selector.d.ts +1 -3
- package/development/file-selector/file-selector.d.ts.map +1 -1
- package/development/file-selector/file-selector.js +7 -4
- package/development/file-selector.d.ts +3 -5
- package/development/file-selector.d.ts.map +1 -1
- package/development/file-selector.js +1 -5
- package/development/flip-card/flip-card/flip-card.component.d.ts +1 -1
- 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 -12
- package/development/flip-card/flip-card-details/flip-card-details.component.d.ts +1 -1
- 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 +10 -9
- package/development/flip-card/flip-card-details.d.ts +1 -3
- package/development/flip-card/flip-card-details.d.ts.map +1 -1
- package/development/flip-card/flip-card-details.js +7 -4
- package/development/flip-card/flip-card-summary/flip-card-summary.component.d.ts +1 -1
- 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 +10 -9
- package/development/flip-card/flip-card-summary.d.ts +1 -3
- package/development/flip-card/flip-card-summary.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary.js +7 -4
- package/development/flip-card/flip-card.d.ts +1 -3
- package/development/flip-card/flip-card.d.ts.map +1 -1
- package/development/flip-card/flip-card.js +7 -4
- package/development/flip-card.d.ts +4 -6
- package/development/flip-card.d.ts.map +1 -1
- package/development/flip-card.js +1 -6
- package/development/footer/footer.component.js +10 -9
- package/development/footer.d.ts +1 -3
- package/development/footer.d.ts.map +1 -1
- package/development/footer.js +1 -4
- package/development/form-field/error/error.component.d.ts +1 -1
- package/development/form-field/error/error.component.d.ts.map +1 -1
- package/development/form-field/error/error.component.js +10 -9
- package/development/form-field/error.d.ts +1 -3
- package/development/form-field/error.d.ts.map +1 -1
- package/development/form-field/error.js +7 -4
- package/development/form-field/form-field/form-field.component.d.ts +1 -1
- 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 -9
- package/development/form-field/form-field-clear/form-field-clear.component.d.ts +1 -1
- 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 +9 -10
- package/development/form-field/form-field-clear.d.ts +1 -3
- package/development/form-field/form-field-clear.d.ts.map +1 -1
- package/development/form-field/form-field-clear.js +7 -4
- package/development/form-field/form-field.d.ts +1 -3
- package/development/form-field/form-field.d.ts.map +1 -1
- package/development/form-field/form-field.js +7 -4
- package/development/form-field.d.ts +4 -6
- package/development/form-field.d.ts.map +1 -1
- package/development/form-field.js +1 -6
- package/development/header/header/header.component.d.ts +1 -1
- package/development/header/header/header.component.d.ts.map +1 -1
- package/development/header/header/header.component.js +9 -10
- package/development/header/header-button/header-button.component.d.ts +1 -1
- package/development/header/header-button/header-button.component.d.ts.map +1 -1
- package/development/header/header-button/header-button.component.js +9 -10
- package/development/header/header-button.d.ts +1 -3
- package/development/header/header-button.d.ts.map +1 -1
- package/development/header/header-button.js +7 -4
- package/development/header/header-environment/header-environment.component.d.ts +1 -1
- package/development/header/header-environment/header-environment.component.d.ts.map +1 -1
- package/development/header/header-environment/header-environment.component.js +10 -9
- package/development/header/header-environment.d.ts +1 -3
- package/development/header/header-environment.d.ts.map +1 -1
- package/development/header/header-environment.js +7 -4
- package/development/header/header-link/header-link.component.d.ts +1 -1
- package/development/header/header-link/header-link.component.d.ts.map +1 -1
- package/development/header/header-link/header-link.component.js +10 -9
- package/development/header/header-link.d.ts +1 -3
- package/development/header/header-link.d.ts.map +1 -1
- package/development/header/header-link.js +7 -4
- package/development/header/header.d.ts +1 -3
- package/development/header/header.d.ts.map +1 -1
- package/development/header/header.js +7 -4
- package/development/header.d.ts +5 -7
- package/development/header.d.ts.map +1 -1
- package/development/header.js +1 -7
- package/development/icon/icon.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/icon-sidebar/icon-sidebar-button.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-button.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-button.js +7 -4
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts +1 -1
- 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 +10 -9
- package/development/icon-sidebar/icon-sidebar-container.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-container.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-container.js +7 -4
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts +1 -1
- 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 +10 -9
- package/development/icon-sidebar/icon-sidebar-content.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-content.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-content.js +7 -4
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts +1 -1
- 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 +10 -9
- package/development/icon-sidebar/icon-sidebar-link.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-link.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-link.js +7 -4
- package/development/icon-sidebar/icon-sidebar.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar.js +7 -4
- package/development/icon-sidebar.d.ts +6 -8
- package/development/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar.js +1 -8
- package/development/icon.d.ts +1 -3
- package/development/icon.d.ts.map +1 -1
- package/development/icon.js +1 -4
- package/development/image/image.component.js +14 -13
- package/development/image.d.ts +1 -3
- package/development/image.d.ts.map +1 -1
- package/development/image.js +1 -4
- package/development/journey-header/journey-header.component.js +10 -9
- package/development/journey-header.d.ts +1 -3
- package/development/journey-header.d.ts.map +1 -1
- package/development/journey-header.js +1 -4
- package/development/lead-container/lead-container.component.js +10 -9
- package/development/lead-container.d.ts +1 -3
- package/development/lead-container.d.ts.map +1 -1
- package/development/lead-container.js +1 -4
- package/development/link/block-link/block-link.component.js +10 -9
- package/development/link/block-link-button/block-link-button.component.js +9 -10
- package/development/link/block-link-button.d.ts +1 -3
- package/development/link/block-link-button.d.ts.map +1 -1
- package/development/link/block-link-button.js +7 -4
- package/development/link/block-link-static/block-link-static.component.js +10 -9
- package/development/link/block-link-static.d.ts +1 -3
- package/development/link/block-link-static.d.ts.map +1 -1
- package/development/link/block-link-static.js +7 -4
- package/development/link/block-link.d.ts +1 -3
- package/development/link/block-link.d.ts.map +1 -1
- package/development/link/block-link.js +7 -4
- package/development/link/link/link.component.js +10 -9
- package/development/link/link-button/link-button.component.js +9 -10
- package/development/link/link-button.d.ts +1 -3
- package/development/link/link-button.d.ts.map +1 -1
- package/development/link/link-button.js +7 -4
- package/development/link/link-static/link-static.component.js +10 -9
- package/development/link/link-static.d.ts +1 -3
- package/development/link/link-static.d.ts.map +1 -1
- package/development/link/link-static.js +7 -4
- package/development/link/link.d.ts +1 -3
- package/development/link/link.d.ts.map +1 -1
- package/development/link/link.js +7 -4
- package/development/link-list/link-list.component.d.ts +3 -0
- package/development/link-list/link-list.component.d.ts.map +1 -0
- package/development/link-list/link-list.component.js +13 -0
- package/development/link-list-anchor/link-list-anchor.component.d.ts +3 -0
- package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -0
- package/development/link-list-anchor/link-list-anchor.component.js +13 -0
- package/development/link-list-anchor.d.ts +3 -0
- package/development/link-list-anchor.d.ts.map +1 -0
- package/development/link-list-anchor.js +2 -0
- package/development/link-list.d.ts +2 -5
- package/development/link-list.d.ts.map +1 -1
- package/development/link-list.js +2 -7
- package/development/link.d.ts +7 -9
- package/development/link.d.ts.map +1 -1
- package/development/link.js +1 -9
- package/development/loading-indicator/loading-indicator.component.js +10 -9
- package/development/loading-indicator-circle/loading-indicator-circle.component.js +10 -9
- package/development/loading-indicator-circle.d.ts +1 -3
- package/development/loading-indicator-circle.d.ts.map +1 -1
- package/development/loading-indicator-circle.js +1 -4
- package/development/loading-indicator.d.ts +1 -3
- package/development/loading-indicator.d.ts.map +1 -1
- package/development/loading-indicator.js +1 -4
- package/development/logo/logo.component.js +10 -9
- package/development/logo.d.ts +1 -3
- package/development/logo.d.ts.map +1 -1
- package/development/logo.js +1 -4
- package/development/map-container/map-container.component.js +10 -9
- package/development/map-container.d.ts +1 -3
- package/development/map-container.d.ts.map +1 -1
- package/development/map-container.js +1 -4
- package/development/menu/menu/menu.component.d.ts +1 -1
- package/development/menu/menu/menu.component.d.ts.map +1 -1
- package/development/menu/menu/menu.component.js +15 -16
- package/development/menu/menu-button/menu-button.component.d.ts +1 -1
- package/development/menu/menu-button/menu-button.component.d.ts.map +1 -1
- package/development/menu/menu-button/menu-button.component.js +9 -10
- package/development/menu/menu-button.d.ts +1 -3
- package/development/menu/menu-button.d.ts.map +1 -1
- package/development/menu/menu-button.js +7 -4
- package/development/menu/menu-link/menu-link.component.d.ts +1 -1
- package/development/menu/menu-link/menu-link.component.d.ts.map +1 -1
- package/development/menu/menu-link/menu-link.component.js +10 -9
- package/development/menu/menu-link.d.ts +1 -3
- package/development/menu/menu-link.d.ts.map +1 -1
- package/development/menu/menu-link.js +7 -4
- package/development/menu/menu.d.ts +1 -3
- package/development/menu/menu.d.ts.map +1 -1
- package/development/menu/menu.js +7 -4
- package/development/menu.d.ts +4 -6
- package/development/menu.d.ts.map +1 -1
- package/development/menu.js +1 -6
- package/development/message/message.component.js +10 -9
- package/development/message.d.ts +1 -3
- package/development/message.d.ts.map +1 -1
- package/development/message.js +1 -4
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts +1 -1
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar/mini-calendar.component.js +10 -9
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts +1 -1
- 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 +9 -10
- package/development/mini-calendar/mini-calendar-day.d.ts +1 -3
- package/development/mini-calendar/mini-calendar-day.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-day.js +7 -4
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +1 -1
- 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 +10 -9
- package/development/mini-calendar/mini-calendar-month.d.ts +1 -3
- package/development/mini-calendar/mini-calendar-month.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month.js +7 -4
- package/development/mini-calendar/mini-calendar.d.ts +1 -3
- package/development/mini-calendar/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar.js +7 -4
- package/development/mini-calendar.d.ts +4 -6
- package/development/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar.js +1 -6
- package/development/navigation/navigation/navigation.component.d.ts +1 -1
- package/development/navigation/navigation/navigation.component.d.ts.map +1 -1
- package/development/navigation/navigation/navigation.component.js +15 -16
- package/development/navigation/navigation-button/navigation-button.component.d.ts +1 -1
- package/development/navigation/navigation-button/navigation-button.component.d.ts.map +1 -1
- package/development/navigation/navigation-button/navigation-button.component.js +9 -10
- package/development/navigation/navigation-button.d.ts +1 -3
- package/development/navigation/navigation-button.d.ts.map +1 -1
- package/development/navigation/navigation-button.js +7 -4
- package/development/navigation/navigation-link/navigation-link.component.d.ts +1 -1
- package/development/navigation/navigation-link/navigation-link.component.d.ts.map +1 -1
- package/development/navigation/navigation-link/navigation-link.component.js +10 -9
- package/development/navigation/navigation-link.d.ts +1 -3
- package/development/navigation/navigation-link.d.ts.map +1 -1
- package/development/navigation/navigation-link.js +7 -4
- package/development/navigation/navigation-list/navigation-list.component.d.ts +1 -1
- package/development/navigation/navigation-list/navigation-list.component.d.ts.map +1 -1
- package/development/navigation/navigation-list/navigation-list.component.js +10 -9
- package/development/navigation/navigation-list.d.ts +1 -3
- package/development/navigation/navigation-list.d.ts.map +1 -1
- package/development/navigation/navigation-list.js +7 -4
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts +1 -1
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts.map +1 -1
- package/development/navigation/navigation-marker/navigation-marker.component.js +10 -9
- package/development/navigation/navigation-marker.d.ts +1 -3
- package/development/navigation/navigation-marker.d.ts.map +1 -1
- package/development/navigation/navigation-marker.js +7 -4
- package/development/navigation/navigation-section/navigation-section.component.d.ts +1 -1
- package/development/navigation/navigation-section/navigation-section.component.d.ts.map +1 -1
- package/development/navigation/navigation-section/navigation-section.component.js +15 -16
- package/development/navigation/navigation-section.d.ts +1 -3
- package/development/navigation/navigation-section.d.ts.map +1 -1
- package/development/navigation/navigation-section.js +7 -4
- package/development/navigation/navigation.d.ts +1 -3
- package/development/navigation/navigation.d.ts.map +1 -1
- package/development/navigation/navigation.js +7 -4
- package/development/navigation.d.ts +7 -9
- package/development/navigation.d.ts.map +1 -1
- package/development/navigation.js +1 -9
- package/development/notification/notification.component.js +16 -15
- package/development/notification.d.ts +1 -3
- package/development/notification.d.ts.map +1 -1
- package/development/notification.js +1 -4
- package/development/option/optgroup/optgroup.component.d.ts +1 -1
- package/development/option/optgroup/optgroup.component.d.ts.map +1 -1
- package/development/option/optgroup/optgroup.component.js +10 -9
- package/development/option/optgroup.d.ts +1 -3
- package/development/option/optgroup.d.ts.map +1 -1
- package/development/option/optgroup.js +7 -4
- package/development/option/option/option.component.d.ts +1 -1
- package/development/option/option/option.component.d.ts.map +1 -1
- package/development/option/option/option.component.js +14 -13
- package/development/option/option-hint/option-hint.component.d.ts +1 -1
- package/development/option/option-hint/option-hint.component.d.ts.map +1 -1
- package/development/option/option-hint/option-hint.component.js +10 -9
- package/development/option/option-hint.d.ts +1 -3
- package/development/option/option-hint.d.ts.map +1 -1
- package/development/option/option-hint.js +7 -4
- package/development/option/option.d.ts +1 -3
- package/development/option/option.d.ts.map +1 -1
- package/development/option/option.js +7 -4
- package/development/option.d.ts +4 -6
- package/development/option.d.ts.map +1 -1
- package/development/option.js +1 -6
- package/development/overlay/overlay.component.js +15 -16
- package/development/overlay.d.ts +1 -3
- package/development/overlay.d.ts.map +1 -1
- package/development/overlay.js +1 -4
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.js +12 -13
- package/development/paginator/compact-paginator.d.ts +1 -3
- package/development/paginator/compact-paginator.d.ts.map +1 -1
- package/development/paginator/compact-paginator.js +7 -4
- package/development/paginator/paginator/paginator.component.d.ts +1 -1
- package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/development/paginator/paginator/paginator.component.js +12 -13
- package/development/paginator/paginator.d.ts +1 -3
- package/development/paginator/paginator.d.ts.map +1 -1
- package/development/paginator/paginator.js +7 -4
- package/development/paginator.d.ts +3 -5
- package/development/paginator.d.ts.map +1 -1
- package/development/paginator.js +1 -5
- package/development/popover/popover.component.js +15 -16
- package/development/popover.d.ts +1 -3
- package/development/popover.d.ts.map +1 -1
- package/development/popover.js +1 -4
- package/development/radio-button/radio-button.component.d.ts +7 -0
- package/development/radio-button/radio-button.component.d.ts.map +1 -0
- package/development/radio-button/radio-button.component.js +17 -0
- package/development/radio-button-group/radio-button-group.component.d.ts +6 -0
- package/development/radio-button-group/radio-button-group.component.d.ts.map +1 -0
- package/development/radio-button-group/radio-button-group.component.js +14 -0
- package/development/radio-button-group.d.ts +3 -0
- package/development/radio-button-group.d.ts.map +1 -0
- package/development/radio-button-group.js +2 -0
- package/development/radio-button-panel/radio-button-panel.component.d.ts +7 -0
- package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -0
- package/development/radio-button-panel/radio-button-panel.component.js +17 -0
- package/development/radio-button-panel.d.ts +3 -0
- package/development/radio-button-panel.d.ts.map +1 -0
- package/development/radio-button-panel.js +2 -0
- package/development/radio-button.d.ts +2 -6
- package/development/radio-button.d.ts.map +1 -1
- package/development/radio-button.js +2 -9
- package/development/screen-reader-only/screen-reader-only.component.js +10 -9
- package/development/screen-reader-only.d.ts +1 -3
- package/development/screen-reader-only.d.ts.map +1 -1
- package/development/screen-reader-only.js +1 -4
- package/development/select/select.component.js +18 -17
- package/development/select.d.ts +1 -3
- package/development/select.d.ts.map +1 -1
- package/development/select.js +1 -4
- package/development/selection-action-panel/selection-action-panel.component.js +10 -9
- package/development/selection-action-panel.d.ts +1 -3
- package/development/selection-action-panel.d.ts.map +1 -1
- package/development/selection-action-panel.js +1 -4
- package/development/selection-expansion-panel/selection-expansion-panel.component.js +16 -15
- package/development/selection-expansion-panel.d.ts +1 -3
- package/development/selection-expansion-panel.d.ts.map +1 -1
- package/development/selection-expansion-panel.js +1 -4
- package/development/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/development/sidebar/sidebar/sidebar.component.d.ts.map +1 -1
- package/development/sidebar/sidebar/sidebar.component.js +16 -15
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/sidebar/sidebar-close-button.d.ts +1 -3
- package/development/sidebar/sidebar-close-button.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button.js +7 -4
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts +1 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.js +10 -9
- package/development/sidebar/sidebar-container.d.ts +1 -3
- package/development/sidebar/sidebar-container.d.ts.map +1 -1
- package/development/sidebar/sidebar-container.js +7 -4
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts +1 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.js +10 -9
- package/development/sidebar/sidebar-content.d.ts +1 -3
- package/development/sidebar/sidebar-content.d.ts.map +1 -1
- package/development/sidebar/sidebar-content.js +7 -4
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts +1 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.js +10 -9
- package/development/sidebar/sidebar-title.d.ts +1 -3
- package/development/sidebar/sidebar-title.d.ts.map +1 -1
- package/development/sidebar/sidebar-title.js +7 -4
- package/development/sidebar/sidebar.d.ts +1 -3
- package/development/sidebar/sidebar.d.ts.map +1 -1
- package/development/sidebar/sidebar.js +7 -4
- package/development/sidebar.d.ts +6 -8
- package/development/sidebar.d.ts.map +1 -1
- package/development/sidebar.js +2 -9
- package/development/signet/signet.component.js +10 -9
- package/development/signet.d.ts +1 -3
- package/development/signet.d.ts.map +1 -1
- package/development/signet.js +1 -4
- package/development/skiplink-list/skiplink-list.component.js +10 -9
- package/development/skiplink-list.d.ts +1 -3
- package/development/skiplink-list.d.ts.map +1 -1
- package/development/skiplink-list.js +1 -4
- package/development/slider/slider.component.js +15 -14
- package/development/slider.d.ts +1 -3
- package/development/slider.d.ts.map +1 -1
- package/development/slider.js +1 -4
- package/development/status/status.component.js +10 -9
- package/development/status.d.ts +1 -3
- package/development/status.d.ts.map +1 -1
- package/development/status.js +1 -4
- package/development/stepper/step/step.component.d.ts +1 -1
- package/development/stepper/step/step.component.d.ts.map +1 -1
- package/development/stepper/step/step.component.js +11 -12
- package/development/stepper/step-label/step-label.component.d.ts +1 -1
- package/development/stepper/step-label/step-label.component.d.ts.map +1 -1
- package/development/stepper/step-label/step-label.component.js +9 -10
- package/development/stepper/step-label.d.ts +1 -3
- package/development/stepper/step-label.d.ts.map +1 -1
- package/development/stepper/step-label.js +7 -4
- package/development/stepper/step.d.ts +1 -3
- package/development/stepper/step.d.ts.map +1 -1
- package/development/stepper/step.js +7 -4
- package/development/stepper/stepper/stepper.component.d.ts +1 -1
- package/development/stepper/stepper/stepper.component.d.ts.map +1 -1
- package/development/stepper/stepper/stepper.component.js +11 -12
- package/development/stepper/stepper.d.ts +1 -3
- package/development/stepper/stepper.d.ts.map +1 -1
- package/development/stepper/stepper.js +7 -4
- package/development/stepper.d.ts +4 -6
- package/development/stepper.d.ts.map +1 -1
- package/development/stepper.js +1 -6
- package/development/table/table-wrapper/table-wrapper.component.d.ts +1 -1
- package/development/table/table-wrapper/table-wrapper.component.d.ts.map +1 -1
- package/development/table/table-wrapper/table-wrapper.component.js +10 -9
- package/development/table/table-wrapper.d.ts +1 -3
- package/development/table/table-wrapper.d.ts.map +1 -1
- package/development/table/table-wrapper.js +7 -4
- package/development/table.d.ts +2 -4
- package/development/table.d.ts.map +1 -1
- package/development/table.js +1 -4
- package/development/tabs/tab/tab.component.d.ts +1 -1
- package/development/tabs/tab/tab.component.d.ts.map +1 -1
- package/development/tabs/tab/tab.component.js +11 -12
- package/development/tabs/tab-group/tab-group.component.d.ts +1 -1
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +11 -12
- package/development/tabs/tab-group.d.ts +1 -3
- package/development/tabs/tab-group.d.ts.map +1 -1
- package/development/tabs/tab-group.js +7 -4
- package/development/tabs/tab-label/tab-label.component.d.ts +1 -1
- package/development/tabs/tab-label/tab-label.component.d.ts.map +1 -1
- package/development/tabs/tab-label/tab-label.component.js +10 -9
- package/development/tabs/tab-label.d.ts +1 -3
- package/development/tabs/tab-label.d.ts.map +1 -1
- package/development/tabs/tab-label.js +7 -4
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.d.ts +1 -1
- 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 +10 -9
- package/development/tabs/tab-nav-bar.d.ts +1 -3
- package/development/tabs/tab-nav-bar.d.ts.map +1 -1
- package/development/tabs/tab-nav-bar.js +7 -4
- package/development/tabs/tab.d.ts +1 -3
- package/development/tabs/tab.d.ts.map +1 -1
- package/development/tabs/tab.js +7 -4
- package/development/tabs.d.ts +5 -7
- package/development/tabs.d.ts.map +1 -1
- package/development/tabs.js +1 -7
- package/development/tag/tag/tag.component.d.ts +1 -1
- package/development/tag/tag/tag.component.d.ts.map +1 -1
- package/development/tag/tag/tag.component.js +15 -14
- package/development/tag/tag-group/tag-group.component.d.ts +1 -1
- package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
- package/development/tag/tag-group/tag-group.component.js +10 -9
- package/development/tag/tag-group.d.ts +1 -3
- package/development/tag/tag-group.d.ts.map +1 -1
- package/development/tag/tag-group.js +7 -4
- package/development/tag/tag.d.ts +1 -3
- package/development/tag/tag.d.ts.map +1 -1
- package/development/tag/tag.js +7 -4
- package/development/tag.d.ts +3 -5
- package/development/tag.d.ts.map +1 -1
- package/development/tag.js +1 -5
- package/development/teaser/teaser.component.js +10 -9
- package/development/teaser-hero/teaser-hero.component.js +10 -9
- package/development/teaser-hero.d.ts +1 -3
- package/development/teaser-hero.d.ts.map +1 -1
- package/development/teaser-hero.js +1 -4
- package/development/teaser-product/teaser-product/teaser-product.component.d.ts +1 -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 +10 -9
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.d.ts +1 -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 +10 -9
- package/development/teaser-product/teaser-product-static.d.ts +1 -3
- package/development/teaser-product/teaser-product-static.d.ts.map +1 -1
- package/development/teaser-product/teaser-product-static.js +7 -4
- package/development/teaser-product/teaser-product.d.ts +1 -3
- package/development/teaser-product/teaser-product.d.ts.map +1 -1
- package/development/teaser-product/teaser-product.js +7 -4
- package/development/teaser-product.d.ts +3 -5
- package/development/teaser-product.d.ts.map +1 -1
- package/development/teaser-product.js +1 -5
- package/development/teaser.d.ts +1 -3
- package/development/teaser.d.ts.map +1 -1
- package/development/teaser.js +1 -4
- package/development/time-input/time-input.component.js +14 -13
- package/development/time-input.d.ts +1 -3
- package/development/time-input.d.ts.map +1 -1
- package/development/time-input.js +1 -4
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts +1 -1
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form/timetable-form.component.js +10 -9
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +1 -1
- 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 +10 -9
- package/development/timetable-form/timetable-form-details.d.ts +1 -3
- package/development/timetable-form/timetable-form-details.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-details.js +7 -4
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +1 -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 +10 -9
- package/development/timetable-form/timetable-form-field.d.ts +1 -3
- package/development/timetable-form/timetable-form-field.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-field.js +7 -4
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/timetable-form/timetable-form-swap-button.d.ts +1 -3
- package/development/timetable-form/timetable-form-swap-button.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button.js +7 -4
- package/development/timetable-form/timetable-form.d.ts +1 -3
- package/development/timetable-form/timetable-form.d.ts.map +1 -1
- package/development/timetable-form/timetable-form.js +7 -4
- package/development/timetable-form.d.ts +5 -7
- package/development/timetable-form.d.ts.map +1 -1
- package/development/timetable-form.js +1 -7
- package/development/timetable-occupancy/timetable-occupancy.component.js +10 -9
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.component.js +10 -9
- package/development/timetable-occupancy-icon.d.ts +1 -3
- package/development/timetable-occupancy-icon.d.ts.map +1 -1
- package/development/timetable-occupancy-icon.js +1 -4
- package/development/timetable-occupancy.d.ts +1 -3
- package/development/timetable-occupancy.d.ts.map +1 -1
- package/development/timetable-occupancy.js +1 -4
- package/development/title/title.component.js +10 -9
- package/development/title.d.ts +1 -3
- package/development/title.d.ts.map +1 -1
- package/development/title.js +1 -4
- package/development/toast/toast.component.js +16 -15
- package/development/toast.d.ts +1 -3
- package/development/toast.d.ts.map +1 -1
- package/development/toast.js +1 -4
- package/development/toggle/toggle/toggle.component.d.ts +1 -1
- package/development/toggle/toggle/toggle.component.d.ts.map +1 -1
- package/development/toggle/toggle/toggle.component.js +11 -12
- package/development/toggle/toggle-option/toggle-option.component.d.ts +1 -1
- package/development/toggle/toggle-option/toggle-option.component.d.ts.map +1 -1
- package/development/toggle/toggle-option/toggle-option.component.js +10 -9
- package/development/toggle/toggle-option.d.ts +1 -3
- package/development/toggle/toggle-option.d.ts.map +1 -1
- package/development/toggle/toggle-option.js +7 -4
- package/development/toggle/toggle.d.ts +1 -3
- package/development/toggle/toggle.d.ts.map +1 -1
- package/development/toggle/toggle.js +7 -4
- package/development/toggle-check/toggle-check.component.js +14 -13
- package/development/toggle-check.d.ts +1 -3
- package/development/toggle-check.d.ts.map +1 -1
- package/development/toggle-check.js +1 -4
- package/development/toggle.d.ts +3 -5
- package/development/toggle.d.ts.map +1 -1
- package/development/toggle.js +1 -5
- package/development/tooltip/tooltip.component.js +15 -16
- package/development/tooltip.d.ts +1 -3
- package/development/tooltip.d.ts.map +1 -1
- package/development/tooltip.js +1 -4
- package/development/train/train/train.component.d.ts +1 -1
- package/development/train/train/train.component.d.ts.map +1 -1
- package/development/train/train/train.component.js +10 -9
- package/development/train/train-blocked-passage/train-blocked-passage.component.d.ts +1 -1
- 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 +10 -9
- package/development/train/train-blocked-passage.d.ts +1 -3
- package/development/train/train-blocked-passage.d.ts.map +1 -1
- package/development/train/train-blocked-passage.js +7 -4
- package/development/train/train-formation/train-formation.component.d.ts +1 -1
- package/development/train/train-formation/train-formation.component.d.ts.map +1 -1
- package/development/train/train-formation/train-formation.component.js +10 -9
- package/development/train/train-formation.d.ts +1 -3
- package/development/train/train-formation.d.ts.map +1 -1
- package/development/train/train-formation.js +7 -4
- package/development/train/train-wagon/train-wagon.component.d.ts +1 -1
- package/development/train/train-wagon/train-wagon.component.d.ts.map +1 -1
- package/development/train/train-wagon/train-wagon.component.js +10 -9
- package/development/train/train-wagon.d.ts +1 -3
- package/development/train/train-wagon.d.ts.map +1 -1
- package/development/train/train-wagon.js +7 -4
- package/development/train/train.d.ts +1 -3
- package/development/train/train.d.ts.map +1 -1
- package/development/train/train.js +7 -4
- package/development/train.d.ts +5 -7
- package/development/train.d.ts.map +1 -1
- package/development/train.js +1 -7
- package/development/visual-checkbox/visual-checkbox.component.js +10 -9
- package/development/visual-checkbox.d.ts +1 -3
- package/development/visual-checkbox.d.ts.map +1 -1
- package/development/visual-checkbox.js +1 -4
- package/dialog/dialog/dialog.component.js +15 -16
- package/dialog/dialog-actions/dialog-actions.component.js +10 -10
- package/dialog/dialog-actions.js +5 -4
- package/dialog/dialog-close-button/dialog-close-button.component.js +9 -10
- package/dialog/dialog-close-button.js +5 -4
- package/dialog/dialog-content/dialog-content.component.js +10 -10
- package/dialog/dialog-content.js +5 -4
- package/dialog/dialog-title/dialog-title.component.js +10 -10
- package/dialog/dialog-title.js +4 -3
- package/dialog/dialog.js +5 -4
- package/dialog.js +6 -12
- package/divider/divider.component.js +8 -8
- package/divider.js +1 -3
- package/expansion-panel/expansion-panel/expansion-panel.component.js +15 -15
- package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +9 -9
- package/expansion-panel/expansion-panel-content.js +4 -3
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +9 -12
- package/expansion-panel/expansion-panel-header.js +5 -4
- package/expansion-panel/expansion-panel.js +5 -4
- package/expansion-panel.js +3 -7
- package/file-selector/file-selector/file-selector.component.js +14 -14
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +14 -14
- package/file-selector/file-selector-dropzone.js +5 -4
- package/file-selector/file-selector.js +5 -4
- package/file-selector.js +3 -6
- package/flip-card/flip-card/flip-card.component.js +9 -11
- package/flip-card/flip-card-details/flip-card-details.component.js +9 -9
- package/flip-card/flip-card-details.js +5 -4
- package/flip-card/flip-card-summary/flip-card-summary.component.js +10 -10
- package/flip-card/flip-card-summary.js +5 -4
- package/flip-card/flip-card.js +5 -4
- package/flip-card.js +4 -8
- package/footer/footer.component.js +9 -9
- package/footer.js +2 -4
- package/form-field/error/error.component.js +10 -10
- package/form-field/error.js +5 -4
- package/form-field/form-field/form-field.component.js +9 -9
- package/form-field/form-field-clear/form-field-clear.component.js +8 -9
- package/form-field/form-field-clear.js +5 -4
- package/form-field/form-field.js +5 -4
- package/form-field.js +4 -8
- package/header/header/header.component.js +8 -9
- package/header/header-button/header-button.component.js +9 -10
- package/header/header-button.js +5 -4
- package/header/header-environment/header-environment.component.js +9 -9
- package/header/header-environment.js +5 -4
- package/header/header-link/header-link.component.js +8 -8
- package/header/header-link.js +5 -4
- package/header/header.js +5 -4
- package/header.js +3 -8
- package/icon/icon.component.js +9 -9
- package/icon-sidebar/icon-sidebar/icon-sidebar.component.js +9 -9
- package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js +9 -10
- package/icon-sidebar/icon-sidebar-button.js +5 -4
- package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js +9 -9
- package/icon-sidebar/icon-sidebar-container.js +5 -4
- package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js +9 -9
- package/icon-sidebar/icon-sidebar-content.js +4 -3
- package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js +9 -9
- package/icon-sidebar/icon-sidebar-link.js +5 -4
- package/icon-sidebar/icon-sidebar.js +5 -4
- package/icon-sidebar.js +6 -12
- package/icon.js +2 -4
- package/image/image.component.js +13 -13
- package/image.js +2 -4
- package/journey-header/journey-header.component.js +9 -9
- package/journey-header.js +2 -4
- package/lead-container/lead-container.component.js +9 -9
- package/lead-container.js +2 -4
- package/link/block-link/block-link.component.js +9 -9
- package/link/block-link-button/block-link-button.component.js +9 -10
- package/link/block-link-button.js +5 -4
- package/link/block-link-static/block-link-static.component.js +10 -10
- package/link/block-link-static.js +5 -4
- package/link/block-link.js +5 -4
- package/link/link/link.component.js +9 -9
- package/link/link-button/link-button.component.js +9 -10
- package/link/link-button.js +5 -4
- package/link/link-static/link-static.component.js +10 -10
- package/link/link-static.js +5 -4
- package/link/link.js +5 -4
- package/link-list/link-list.component.js +11 -0
- package/link-list-anchor/link-list-anchor.component.js +11 -0
- package/link-list-anchor.js +2 -0
- package/link-list.js +2 -6
- package/link.js +6 -13
- package/loading-indicator/loading-indicator.component.js +10 -10
- package/loading-indicator-circle/loading-indicator-circle.component.js +10 -10
- package/loading-indicator-circle.js +2 -4
- package/loading-indicator.js +2 -4
- package/logo/logo.component.js +9 -9
- package/logo.js +2 -4
- package/map-container/map-container.component.js +9 -9
- package/map-container.js +2 -4
- package/menu/menu/menu.component.js +14 -15
- package/menu/menu-button/menu-button.component.js +9 -10
- package/menu/menu-button.js +5 -4
- package/menu/menu-link/menu-link.component.js +9 -9
- package/menu/menu-link.js +5 -4
- package/menu/menu.js +5 -4
- package/menu.js +3 -7
- package/message/message.component.js +8 -8
- package/message.js +2 -4
- package/mini-calendar/mini-calendar/mini-calendar.component.js +9 -9
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +9 -10
- package/mini-calendar/mini-calendar-day.js +5 -4
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +8 -8
- package/mini-calendar/mini-calendar-month.js +5 -4
- package/mini-calendar/mini-calendar.js +5 -4
- package/mini-calendar.js +4 -8
- package/navigation/navigation/navigation.component.js +15 -16
- package/navigation/navigation-button/navigation-button.component.js +9 -10
- package/navigation/navigation-button.js +5 -4
- package/navigation/navigation-link/navigation-link.component.js +10 -10
- package/navigation/navigation-link.js +5 -4
- package/navigation/navigation-list/navigation-list.component.js +10 -10
- package/navigation/navigation-list.js +5 -4
- package/navigation/navigation-marker/navigation-marker.component.js +10 -10
- package/navigation/navigation-marker.js +5 -4
- package/navigation/navigation-section/navigation-section.component.js +15 -16
- package/navigation/navigation-section.js +5 -4
- package/navigation/navigation.js +5 -4
- package/navigation.js +6 -13
- package/notification/notification.component.js +16 -16
- package/notification.js +2 -4
- package/option/optgroup/optgroup.component.js +10 -10
- package/option/optgroup.js +5 -4
- package/option/option/option.component.js +12 -12
- package/option/option-hint/option-hint.component.js +10 -10
- package/option/option-hint.js +5 -4
- package/option/option.js +5 -4
- package/option.js +4 -8
- package/overlay/overlay.component.js +14 -15
- package/overlay.js +1 -3
- package/package.json +82 -72
- package/paginator/compact-paginator/compact-paginator.component.js +11 -13
- package/paginator/compact-paginator.js +5 -4
- package/paginator/paginator/paginator.component.js +11 -13
- package/paginator/paginator.js +5 -4
- package/paginator.js +3 -6
- package/popover/popover.component.js +15 -16
- package/popover.js +2 -4
- package/radio-button/radio-button.component.js +15 -0
- package/radio-button-group/radio-button-group.component.js +12 -0
- package/radio-button-group.js +2 -0
- package/radio-button-panel/radio-button-panel.component.js +15 -0
- package/radio-button-panel.js +2 -0
- package/radio-button.js +2 -8
- package/screen-reader-only/screen-reader-only.component.js +9 -9
- package/screen-reader-only.js +2 -4
- package/select/select.component.js +17 -17
- package/select.js +2 -4
- package/selection-action-panel/selection-action-panel.component.js +9 -9
- package/selection-action-panel.js +2 -4
- package/selection-expansion-panel/selection-expansion-panel.component.js +15 -15
- package/selection-expansion-panel.js +2 -4
- package/sidebar/sidebar/sidebar.component.js +15 -15
- package/sidebar/sidebar-close-button/sidebar-close-button.component.js +9 -10
- package/sidebar/sidebar-close-button.js +4 -3
- package/sidebar/sidebar-container/sidebar-container.component.js +8 -8
- package/sidebar/sidebar-container.js +4 -3
- package/sidebar/sidebar-content/sidebar-content.component.js +9 -9
- package/sidebar/sidebar-content.js +5 -4
- package/sidebar/sidebar-title/sidebar-title.component.js +9 -9
- package/sidebar/sidebar-title.js +5 -4
- package/sidebar/sidebar.js +4 -3
- package/sidebar.js +5 -11
- package/signet/signet.component.js +9 -9
- package/signet.js +2 -4
- package/skiplink-list/skiplink-list.component.js +10 -10
- package/skiplink-list.js +2 -4
- package/slider/slider.component.js +13 -13
- package/slider.js +1 -3
- package/status/status.component.js +10 -10
- package/status.js +2 -4
- package/stepper/step/step.component.js +10 -12
- package/stepper/step-label/step-label.component.js +8 -9
- package/stepper/step-label.js +5 -4
- package/stepper/step.js +5 -4
- package/stepper/stepper/stepper.component.js +10 -12
- package/stepper/stepper.js +5 -4
- package/stepper.js +4 -8
- package/table/table-wrapper/table-wrapper.component.js +8 -8
- package/table/table-wrapper.js +4 -3
- package/table.js +1 -3
- package/tabs/tab/tab.component.js +10 -12
- package/tabs/tab-group/tab-group.component.js +9 -11
- package/tabs/tab-group.js +5 -4
- package/tabs/tab-label/tab-label.component.js +8 -8
- package/tabs/tab-label.js +4 -3
- package/tabs/tab-nav-bar/tab-nav-bar.component.js +9 -9
- package/tabs/tab-nav-bar.js +5 -4
- package/tabs/tab.js +5 -4
- package/tabs.js +5 -10
- package/tag/tag/tag.component.js +13 -13
- package/tag/tag-group/tag-group.component.js +9 -9
- package/tag/tag-group.js +5 -4
- package/tag/tag.js +5 -4
- package/tag.js +3 -6
- package/teaser/teaser.component.js +8 -8
- package/teaser-hero/teaser-hero.component.js +9 -9
- package/teaser-hero.js +2 -4
- package/teaser-product/teaser-product/teaser-product.component.js +8 -8
- package/teaser-product/teaser-product-static/teaser-product-static.component.js +10 -10
- package/teaser-product/teaser-product-static.js +4 -3
- package/teaser-product/teaser-product.js +5 -4
- package/teaser-product.js +3 -6
- package/teaser.js +2 -4
- package/time-input/time-input.component.js +13 -13
- package/time-input.js +2 -4
- package/timetable-form/timetable-form/timetable-form.component.js +8 -8
- package/timetable-form/timetable-form-details/timetable-form-details.component.js +9 -9
- package/timetable-form/timetable-form-details.js +5 -4
- package/timetable-form/timetable-form-field/timetable-form-field.component.js +8 -8
- package/timetable-form/timetable-form-field.js +5 -4
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +9 -10
- package/timetable-form/timetable-form-swap-button.js +5 -4
- package/timetable-form/timetable-form.js +5 -4
- package/timetable-form.js +5 -10
- package/timetable-occupancy/timetable-occupancy.component.js +9 -9
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.js +8 -8
- package/timetable-occupancy-icon.js +1 -3
- package/timetable-occupancy.js +1 -3
- package/title/title.component.js +10 -10
- package/title.js +2 -4
- package/toast/toast.component.js +14 -14
- package/toast.js +2 -4
- package/toggle/toggle/toggle.component.js +9 -11
- package/toggle/toggle-option/toggle-option.component.js +10 -10
- package/toggle/toggle-option.js +4 -3
- package/toggle/toggle.js +4 -3
- package/toggle-check/toggle-check.component.js +12 -12
- package/toggle-check.js +2 -4
- package/toggle.js +2 -5
- package/tooltip/tooltip.component.js +14 -15
- package/tooltip.js +2 -4
- package/train/train/train.component.js +10 -10
- package/train/train-blocked-passage/train-blocked-passage.component.js +9 -9
- package/train/train-blocked-passage.js +5 -4
- package/train/train-formation/train-formation.component.js +9 -9
- package/train/train-formation.js +5 -4
- package/train/train-wagon/train-wagon.component.js +9 -9
- package/train/train-wagon.js +5 -4
- package/train/train.js +5 -4
- package/train.js +5 -10
- package/visual-checkbox/visual-checkbox.component.js +8 -8
- package/visual-checkbox.js +1 -3
- package/checkbox/checkbox/checkbox.component.js +0 -15
- package/checkbox/checkbox-group/checkbox-group.component.js +0 -11
- package/checkbox/checkbox-group.js +0 -4
- package/checkbox/checkbox-panel/checkbox-panel.component.js +0 -15
- package/checkbox/checkbox-panel.js +0 -4
- package/checkbox/checkbox.js +0 -4
- package/development/checkbox/checkbox/checkbox.component.d.ts +0 -7
- package/development/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
- package/development/checkbox/checkbox/checkbox.component.js +0 -16
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -3
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-group/checkbox-group.component.js +0 -12
- package/development/checkbox/checkbox-group.d.ts +0 -5
- package/development/checkbox/checkbox-group.d.ts.map +0 -1
- package/development/checkbox/checkbox-group.js +0 -5
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +0 -7
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.js +0 -16
- package/development/checkbox/checkbox-panel.d.ts +0 -5
- package/development/checkbox/checkbox-panel.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel.js +0 -5
- package/development/checkbox/checkbox.d.ts +0 -5
- package/development/checkbox/checkbox.d.ts.map +0 -1
- package/development/checkbox/checkbox.js +0 -5
- package/development/link-list/link-list/link-list.component.d.ts +0 -3
- package/development/link-list/link-list/link-list.component.d.ts.map +0 -1
- package/development/link-list/link-list/link-list.component.js +0 -12
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts +0 -3
- 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 -12
- package/development/link-list/link-list-anchor.d.ts +0 -5
- package/development/link-list/link-list-anchor.d.ts.map +0 -1
- package/development/link-list/link-list-anchor.js +0 -5
- package/development/link-list/link-list.d.ts +0 -5
- package/development/link-list/link-list.d.ts.map +0 -1
- package/development/link-list/link-list.js +0 -5
- package/development/radio-button/radio-button/radio-button.component.d.ts +0 -7
- 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 -16
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts +0 -6
- 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 -15
- package/development/radio-button/radio-button-group.d.ts +0 -5
- package/development/radio-button/radio-button-group.d.ts.map +0 -1
- package/development/radio-button/radio-button-group.js +0 -5
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts +0 -7
- 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 -16
- package/development/radio-button/radio-button-panel.d.ts +0 -5
- package/development/radio-button/radio-button-panel.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel.js +0 -5
- package/development/radio-button/radio-button.d.ts +0 -5
- package/development/radio-button/radio-button.d.ts.map +0 -1
- package/development/radio-button/radio-button.js +0 -5
- package/link-list/link-list/link-list.component.js +0 -11
- package/link-list/link-list-anchor/link-list-anchor.component.js +0 -11
- package/link-list/link-list-anchor.js +0 -4
- package/link-list/link-list.js +0 -4
- package/radio-button/radio-button/radio-button.component.js +0 -15
- package/radio-button/radio-button-group/radio-button-group.component.js +0 -14
- package/radio-button/radio-button-group.js +0 -4
- package/radio-button/radio-button-panel/radio-button-panel.component.js +0 -15
- package/radio-button/radio-button-panel.js +0 -4
- package/radio-button/radio-button.js +0 -4
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import { SbbTooltipElement as e } from "@sbb-esta/lyne-elements/tooltip.js";
|
|
1
|
+
import { createComponent as e } from "../core.js";
|
|
3
2
|
import t from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
import { SbbTooltipElement as n } from "@sbb-esta/lyne-elements/tooltip.js";
|
|
4
|
+
var r = e({
|
|
5
|
+
tagName: "sbb-tooltip",
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: t,
|
|
8
|
+
events: {
|
|
9
|
+
onBeforeopen: "beforeopen",
|
|
10
|
+
onOpen: "open",
|
|
11
|
+
onBeforeclose: "beforeclose",
|
|
12
|
+
onClose: "close"
|
|
13
|
+
}
|
|
14
14
|
});
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
15
|
+
//#endregion
|
|
16
|
+
export { r as SbbTooltip };
|
package/tooltip.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { createComponent as e } from "../../core.js";
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { SbbTrainElement as n } from "@sbb-esta/lyne-elements/train.js";
|
|
4
|
+
//#region src/react/train/train/train.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-train",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTrain };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { SbbTrainBlockedPassageElement as n } from "@sbb-esta/lyne-elements/train.js";
|
|
4
|
+
//#region src/react/train/train-blocked-passage/train-blocked-passage.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-train-blocked-passage",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTrainBlockedPassage };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbTrainBlockedPassage as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbTrainBlockedPassage as e } from "./train-blocked-passage/train-blocked-passage.component.js";
|
|
2
|
+
//#region src/react/train/train-blocked-passage.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train-blocked-passage.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrainBlockedPassage };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import { SbbTrainFormationElement as r } from "@sbb-esta/lyne-elements/train/train-formation.js";
|
|
1
|
+
import { createComponent as e } from "../../core.js";
|
|
3
2
|
import t from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbTrainFormationElement as n } from "@sbb-esta/lyne-elements/train.js";
|
|
4
|
+
//#region src/react/train/train-formation/train-formation.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-train-formation",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTrainFormation };
|
package/train/train-formation.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbTrainFormation as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbTrainFormation as e } from "./train-formation/train-formation.component.js";
|
|
2
|
+
//#region src/react/train/train-formation.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train-formation.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrainFormation };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import { SbbTrainWagonElement as r } from "@sbb-esta/lyne-elements/train/train-wagon.js";
|
|
1
|
+
import { createComponent as e } from "../../core.js";
|
|
3
2
|
import t from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbTrainWagonElement as n } from "@sbb-esta/lyne-elements/train.js";
|
|
4
|
+
//#region src/react/train/train-wagon/train-wagon.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-train-wagon",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTrainWagon };
|
package/train/train-wagon.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbTrainWagon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbTrainWagon as e } from "./train-wagon/train-wagon.component.js";
|
|
2
|
+
//#region src/react/train/train-wagon.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train-wagon.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrainWagon };
|
package/train/train.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { SbbTrain as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { SbbTrain as e } from "./train/train.component.js";
|
|
2
|
+
//#region src/react/train/train.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrain };
|
package/train.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import { SbbTrain as
|
|
2
|
-
import { SbbTrainBlockedPassage as
|
|
3
|
-
import { SbbTrainFormation as
|
|
4
|
-
import { SbbTrainWagon as
|
|
5
|
-
export {
|
|
6
|
-
a as SbbTrain,
|
|
7
|
-
e as SbbTrainBlockedPassage,
|
|
8
|
-
i as SbbTrainFormation,
|
|
9
|
-
t as SbbTrainWagon
|
|
10
|
-
};
|
|
1
|
+
import { SbbTrain as e } from "./train/train/train.component.js";
|
|
2
|
+
import { SbbTrainBlockedPassage as t } from "./train/train-blocked-passage/train-blocked-passage.component.js";
|
|
3
|
+
import { SbbTrainFormation as n } from "./train/train-formation/train-formation.component.js";
|
|
4
|
+
import { SbbTrainWagon as r } from "./train/train-wagon/train-wagon.component.js";
|
|
5
|
+
export { e as SbbTrain, t as SbbTrainBlockedPassage, n as SbbTrainFormation, r as SbbTrainWagon };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
|
-
import { SbbVisualCheckboxElement as o } from "@sbb-esta/lyne-elements/visual-checkbox.js";
|
|
3
2
|
import t from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbVisualCheckboxElement as n } from "@sbb-esta/lyne-elements/visual-checkbox.js";
|
|
4
|
+
//#region src/react/visual-checkbox/visual-checkbox.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-visual-checkbox",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbVisualCheckbox };
|
package/visual-checkbox.js
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createComponent as e } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxElement as o } from "@sbb-esta/lyne-elements/checkbox/checkbox.js";
|
|
3
|
-
import t from "react";
|
|
4
|
-
const r = e({
|
|
5
|
-
tagName: "sbb-checkbox",
|
|
6
|
-
elementClass: o,
|
|
7
|
-
react: t,
|
|
8
|
-
events: {
|
|
9
|
-
onChange: "change",
|
|
10
|
-
onInput: "input"
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
export {
|
|
14
|
-
r as SbbCheckbox
|
|
15
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { createComponent as o } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxGroupElement as e } from "@sbb-esta/lyne-elements/checkbox/checkbox-group.js";
|
|
3
|
-
import r from "react";
|
|
4
|
-
const p = o({
|
|
5
|
-
tagName: "sbb-checkbox-group",
|
|
6
|
-
elementClass: e,
|
|
7
|
-
react: r
|
|
8
|
-
});
|
|
9
|
-
export {
|
|
10
|
-
p as SbbCheckboxGroup
|
|
11
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createComponent as e } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxPanelElement as n } from "@sbb-esta/lyne-elements/checkbox/checkbox-panel.js";
|
|
3
|
-
import o from "react";
|
|
4
|
-
const b = e({
|
|
5
|
-
tagName: "sbb-checkbox-panel",
|
|
6
|
-
elementClass: n,
|
|
7
|
-
react: o,
|
|
8
|
-
events: {
|
|
9
|
-
onChange: "change",
|
|
10
|
-
onInput: "input"
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
export {
|
|
14
|
-
b as SbbCheckboxPanel
|
|
15
|
-
};
|
package/checkbox/checkbox.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbCheckboxElement } from '@sbb-esta/lyne-elements/checkbox/checkbox.js';
|
|
3
|
-
export declare const SbbCheckbox: import('../../core.js').ReactWebComponent<SbbCheckboxElement<string>, {
|
|
4
|
-
onChange: EventName<Event>;
|
|
5
|
-
onInput: EventName<InputEvent>;
|
|
6
|
-
}>;
|
|
7
|
-
//# sourceMappingURL=checkbox.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/checkbox/checkbox/checkbox.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAIlF,eAAO,MAAM,WAAW;cAKI,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxElement } from "@sbb-esta/lyne-elements/checkbox/checkbox.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbCheckbox = createComponent({
|
|
5
|
-
tagName: "sbb-checkbox",
|
|
6
|
-
elementClass: SbbCheckboxElement,
|
|
7
|
-
react,
|
|
8
|
-
events: {
|
|
9
|
-
"onChange": "change",
|
|
10
|
-
"onInput": "input"
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
export {
|
|
14
|
-
SbbCheckbox
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2hlY2tib3gvY2hlY2tib3gvY2hlY2tib3guY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCwgdHlwZSBFdmVudE5hbWUgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNoZWNrYm94RWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2NoZWNrYm94L2NoZWNrYm94LmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJDaGVja2JveCA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2hlY2tib3gnLFxuICBlbGVtZW50Q2xhc3M6IFNiYkNoZWNrYm94RWxlbWVudCxcbiAgcmVhY3QsXG4gIGV2ZW50czoge1xuICAgICdvbkNoYW5nZSc6ICdjaGFuZ2UnIGFzIEV2ZW50TmFtZTxFdmVudD4sXG4gICAgJ29uSW5wdXQnOiAnaW5wdXQnIGFzIEV2ZW50TmFtZTxJbnB1dEV2ZW50PixcbiAgfSxcblxufSk7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBTU8sTUFBTSxjQUFjLGdCQUFnQjtBQUFBLEVBQ3pDLFNBQVM7QUFBQSxFQUNULGNBQWM7QUFBQSxFQUNkO0FBQUEsRUFDQSxRQUFRO0FBQUEsSUFDTixZQUFZO0FBQUEsSUFDWixXQUFXO0FBQUEsRUFBQTtBQUdkLENBQUE7In0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/checkbox/checkbox-group/checkbox-group.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAI7F,eAAO,MAAM,gBAAgB,wEAI3B,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxGroupElement } from "@sbb-esta/lyne-elements/checkbox/checkbox-group.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbCheckboxGroup = createComponent({
|
|
5
|
-
tagName: "sbb-checkbox-group",
|
|
6
|
-
elementClass: SbbCheckboxGroupElement,
|
|
7
|
-
react
|
|
8
|
-
});
|
|
9
|
-
export {
|
|
10
|
-
SbbCheckboxGroup
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtZ3JvdXAuY29tcG9uZW50LmpzIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2hlY2tib3gvY2hlY2tib3gtZ3JvdXAvY2hlY2tib3gtZ3JvdXAuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiQ2hlY2tib3hHcm91cEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9jaGVja2JveC9jaGVja2JveC1ncm91cC5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQ2hlY2tib3hHcm91cCA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2hlY2tib3gtZ3JvdXAnLFxuICBlbGVtZW50Q2xhc3M6IFNiYkNoZWNrYm94R3JvdXBFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1PLE1BQU0sbUJBQW1CLGdCQUFnQjtBQUFBLEVBQzlDLFNBQVM7QUFBQSxFQUNULGNBQWM7QUFBQSxFQUNkO0FBQ0QsQ0FBQTsifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.d.ts","sourceRoot":"","sources":["../../../../src/react/checkbox/checkbox-group.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbCheckboxGroup } from "./checkbox-group/checkbox-group.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbCheckboxGroup
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtZ3JvdXAuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbCheckboxPanelElement } from '@sbb-esta/lyne-elements/checkbox/checkbox-panel.js';
|
|
3
|
-
export declare const SbbCheckboxPanel: import('../../core.js').ReactWebComponent<SbbCheckboxPanelElement<string>, {
|
|
4
|
-
onChange: EventName<Event>;
|
|
5
|
-
onInput: EventName<InputEvent>;
|
|
6
|
-
}>;
|
|
7
|
-
//# sourceMappingURL=checkbox-panel.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-panel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/checkbox/checkbox-panel/checkbox-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAI7F,eAAO,MAAM,gBAAgB;cAKD,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCheckboxPanelElement } from "@sbb-esta/lyne-elements/checkbox/checkbox-panel.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbCheckboxPanel = createComponent({
|
|
5
|
-
tagName: "sbb-checkbox-panel",
|
|
6
|
-
elementClass: SbbCheckboxPanelElement,
|
|
7
|
-
react,
|
|
8
|
-
events: {
|
|
9
|
-
"onChange": "change",
|
|
10
|
-
"onInput": "input"
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
export {
|
|
14
|
-
SbbCheckboxPanel
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtcGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2hlY2tib3gvY2hlY2tib3gtcGFuZWwvY2hlY2tib3gtcGFuZWwuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCwgdHlwZSBFdmVudE5hbWUgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNoZWNrYm94UGFuZWxFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2hlY2tib3gvY2hlY2tib3gtcGFuZWwuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNoZWNrYm94UGFuZWwgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNoZWNrYm94LXBhbmVsJyxcbiAgZWxlbWVudENsYXNzOiBTYmJDaGVja2JveFBhbmVsRWxlbWVudCxcbiAgcmVhY3QsXG4gIGV2ZW50czoge1xuICAgICdvbkNoYW5nZSc6ICdjaGFuZ2UnIGFzIEV2ZW50TmFtZTxFdmVudD4sXG4gICAgJ29uSW5wdXQnOiAnaW5wdXQnIGFzIEV2ZW50TmFtZTxJbnB1dEV2ZW50PixcbiAgfSxcblxufSk7XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBTU8sTUFBTSxtQkFBbUIsZ0JBQWdCO0FBQUEsRUFDOUMsU0FBUztBQUFBLEVBQ1QsY0FBYztBQUFBLEVBQ2Q7QUFBQSxFQUNBLFFBQVE7QUFBQSxJQUNOLFlBQVk7QUFBQSxJQUNaLFdBQVc7QUFBQSxFQUFBO0FBR2QsQ0FBQTsifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-panel.d.ts","sourceRoot":"","sources":["../../../../src/react/checkbox/checkbox-panel.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbCheckboxPanel } from "./checkbox-panel/checkbox-panel.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbCheckboxPanel
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtcGFuZWwuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/react/checkbox/checkbox.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kCAAkC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbCheckbox } from "./checkbox/checkbox.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbCheckbox
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"link-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/link-list/link-list/link-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAIpF,eAAO,MAAM,WAAW,mEAItB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbLinkListElement } from "@sbb-esta/lyne-elements/link-list/link-list.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbLinkList = createComponent({
|
|
5
|
-
tagName: "sbb-link-list",
|
|
6
|
-
elementClass: SbbLinkListElement,
|
|
7
|
-
react
|
|
8
|
-
});
|
|
9
|
-
export {
|
|
10
|
-
SbbLinkList
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmstbGlzdC9saW5rLWxpc3QvbGluay1saXN0LmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkxpbmtMaXN0RWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2xpbmstbGlzdC9saW5rLWxpc3QuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkxpbmtMaXN0ID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1saW5rLWxpc3QnLFxuICBlbGVtZW50Q2xhc3M6IFNiYkxpbmtMaXN0RWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFNTyxNQUFNLGNBQWMsZ0JBQWdCO0FBQUEsRUFDekMsU0FBUztBQUFBLEVBQ1QsY0FBYztBQUFBLEVBQ2Q7QUFDRCxDQUFBOyJ9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"link-list-anchor.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/link-list/link-list-anchor/link-list-anchor.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uDAAuD,CAAC;AAIjG,eAAO,MAAM,iBAAiB,yEAI5B,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbLinkListAnchorElement } from "@sbb-esta/lyne-elements/link-list/link-list-anchor.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbLinkListAnchor = createComponent({
|
|
5
|
-
tagName: "sbb-link-list-anchor",
|
|
6
|
-
elementClass: SbbLinkListAnchorElement,
|
|
7
|
-
react
|
|
8
|
-
});
|
|
9
|
-
export {
|
|
10
|
-
SbbLinkListAnchor
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1saXN0LWFuY2hvci5jb21wb25lbnQuanMiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9saW5rLWxpc3QvbGluay1saXN0LWFuY2hvci9saW5rLWxpc3QtYW5jaG9yLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkxpbmtMaXN0QW5jaG9yRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2xpbmstbGlzdC9saW5rLWxpc3QtYW5jaG9yLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJMaW5rTGlzdEFuY2hvciA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItbGluay1saXN0LWFuY2hvcicsXG4gIGVsZW1lbnRDbGFzczogU2JiTGlua0xpc3RBbmNob3JFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1PLE1BQU0sb0JBQW9CLGdCQUFnQjtBQUFBLEVBQy9DLFNBQVM7QUFBQSxFQUNULGNBQWM7QUFBQSxFQUNkO0FBQ0QsQ0FBQTsifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"link-list-anchor.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list-anchor.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kDAAkD,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbLinkListAnchor } from "./link-list-anchor/link-list-anchor.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbLinkListAnchor
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1saXN0LWFuY2hvci5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"link-list.d.ts","sourceRoot":"","sources":["../../../../src/react/link-list/link-list.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbLinkList } from "./link-list/link-list.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbLinkList
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1saXN0LmpzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjsifQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbRadioButtonElement } from '@sbb-esta/lyne-elements/radio-button/radio-button.js';
|
|
3
|
-
export declare const SbbRadioButton: import('../../core.js').ReactWebComponent<SbbRadioButtonElement<string>, {
|
|
4
|
-
onChange: EventName<Event>;
|
|
5
|
-
onInput: EventName<InputEvent>;
|
|
6
|
-
}>;
|
|
7
|
-
//# sourceMappingURL=radio-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/radio-button/radio-button/radio-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAI7F,eAAO,MAAM,cAAc;cAKC,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbRadioButtonElement } from "@sbb-esta/lyne-elements/radio-button/radio-button.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbRadioButton = createComponent({
|
|
5
|
-
tagName: "sbb-radio-button",
|
|
6
|
-
elementClass: SbbRadioButtonElement,
|
|
7
|
-
react,
|
|
8
|
-
events: {
|
|
9
|
-
"onChange": "change",
|
|
10
|
-
"onInput": "input"
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
export {
|
|
14
|
-
SbbRadioButton
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L3JhZGlvLWJ1dHRvbi9yYWRpby1idXR0b24vcmFkaW8tYnV0dG9uLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQsIHR5cGUgRXZlbnROYW1lIH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJSYWRpb0J1dHRvbkVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9yYWRpby1idXR0b24vcmFkaW8tYnV0dG9uLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJSYWRpb0J1dHRvbiA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItcmFkaW8tYnV0dG9uJyxcbiAgZWxlbWVudENsYXNzOiBTYmJSYWRpb0J1dHRvbkVsZW1lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25DaGFuZ2UnOiAnY2hhbmdlJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICAgICdvbklucHV0JzogJ2lucHV0JyBhcyBFdmVudE5hbWU8SW5wdXRFdmVudD4sXG4gIH0sXG5cbn0pO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQU1PLE1BQU0saUJBQWlCLGdCQUFnQjtBQUFBLEVBQzVDLFNBQVM7QUFBQSxFQUNULGNBQWM7QUFBQSxFQUNkO0FBQUEsRUFDQSxRQUFRO0FBQUEsSUFDTixZQUFZO0FBQUEsSUFDWixXQUFXO0FBQUEsRUFBQTtBQUdkLENBQUE7In0=
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbRadioButtonGroupElement } from '@sbb-esta/lyne-elements/radio-button/radio-button-group.js';
|
|
3
|
-
export declare const SbbRadioButtonGroup: import('../../core.js').ReactWebComponent<SbbRadioButtonGroupElement<string>, {
|
|
4
|
-
onDidChange: EventName<Event>;
|
|
5
|
-
}>;
|
|
6
|
-
//# sourceMappingURL=radio-button-group.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-group.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/radio-button/radio-button-group/radio-button-group.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4DAA4D,CAAC;AAIxG,eAAO,MAAM,mBAAmB;iBAKE,SAAS,CAAC,KAAK,CAAC;EAGhD,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbRadioButtonGroupElement } from "@sbb-esta/lyne-elements/radio-button/radio-button-group.js";
|
|
3
|
-
import react from "react";
|
|
4
|
-
const SbbRadioButtonGroup = createComponent({
|
|
5
|
-
tagName: "sbb-radio-button-group",
|
|
6
|
-
elementClass: SbbRadioButtonGroupElement,
|
|
7
|
-
react,
|
|
8
|
-
events: {
|
|
9
|
-
"onDidChange": "didChange"
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
export {
|
|
13
|
-
SbbRadioButtonGroup
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tYnV0dG9uLWdyb3VwLmNvbXBvbmVudC5qcyIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L3JhZGlvLWJ1dHRvbi9yYWRpby1idXR0b24tZ3JvdXAvcmFkaW8tYnV0dG9uLWdyb3VwLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQsIHR5cGUgRXZlbnROYW1lIH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJSYWRpb0J1dHRvbkdyb3VwRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL3JhZGlvLWJ1dHRvbi9yYWRpby1idXR0b24tZ3JvdXAuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlJhZGlvQnV0dG9uR3JvdXAgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXJhZGlvLWJ1dHRvbi1ncm91cCcsXG4gIGVsZW1lbnRDbGFzczogU2JiUmFkaW9CdXR0b25Hcm91cEVsZW1lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25EaWRDaGFuZ2UnOiAnZGlkQ2hhbmdlJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICB9LFxuXG59KTtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFNTyxNQUFNLHNCQUFzQixnQkFBZ0I7QUFBQSxFQUNqRCxTQUFTO0FBQUEsRUFDVCxjQUFjO0FBQUEsRUFDZDtBQUFBLEVBQ0EsUUFBUTtBQUFBLElBQ04sZUFBZTtBQUFBLEVBQUE7QUFHbEIsQ0FBQTsifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-group.d.ts","sourceRoot":"","sources":["../../../../src/react/radio-button/radio-button-group.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sDAAsD,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { SbbRadioButtonGroup } from "./radio-button-group/radio-button-group.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbRadioButtonGroup
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tYnV0dG9uLWdyb3VwLmpzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjsifQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbRadioButtonPanelElement } from '@sbb-esta/lyne-elements/radio-button/radio-button-panel.js';
|
|
3
|
-
export declare const SbbRadioButtonPanel: import('../../core.js').ReactWebComponent<SbbRadioButtonPanelElement<string>, {
|
|
4
|
-
onChange: EventName<Event>;
|
|
5
|
-
onInput: EventName<InputEvent>;
|
|
6
|
-
}>;
|
|
7
|
-
//# sourceMappingURL=radio-button-panel.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-panel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/radio-button/radio-button-panel/radio-button-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4DAA4D,CAAC;AAIxG,eAAO,MAAM,mBAAmB;cAKJ,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
|