@sbb-esta/lyne-elements 4.3.1 → 4.5.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/autocomplete/autocomplete-base-element.js +88 -64
- package/autocomplete/autocomplete.component.js +12 -12
- package/button/common.js +1 -1
- package/button/mini-button-group/mini-button-group.component.js +14 -14
- package/button.js +1 -1
- package/carousel/carousel/carousel.component.js +15 -15
- package/carousel/carousel-item/carousel-item.component.js +1 -1
- package/chip/chip/chip.component.js +36 -38
- package/chip/chip-group/chip-group.component.js +13 -17
- package/core/a11y/focus-trap-controller.js +10 -10
- package/core/datetime/date-adapter.js +51 -17
- package/core/datetime/native-date-adapter.js +61 -86
- package/core/datetime/temporal-date-adapter.js +139 -0
- package/core/datetime.js +15 -12
- package/core/styles/core/mediaqueries.scss +1 -1
- package/core/styles/core.scss +29 -1
- package/core/styles/mixins/image.scss +7 -1
- package/core/styles/mixins/table.scss +24 -19
- package/core.css +80 -0
- package/custom-elements.json +1750 -779
- package/datepicker/common.js +5 -3
- package/datepicker/datepicker-next-day/datepicker-next-day.component.js +13 -11
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +12 -10
- package/datepicker/datepicker-toggle/datepicker-toggle.component.js +21 -19
- package/datepicker-button-Debzp_As.js +5 -0
- package/datepicker.js +6 -4
- package/development/autocomplete/autocomplete-base-element.d.ts +17 -3
- package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/development/autocomplete/autocomplete-base-element.js +57 -12
- package/development/autocomplete/autocomplete.component.d.ts +0 -1
- package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/development/autocomplete/autocomplete.component.js +9 -7
- package/development/button/common.js +1 -1
- package/development/button/mini-button-group/mini-button-group.component.js +10 -14
- package/development/button.js +1 -1
- package/development/carousel/carousel/carousel.component.js +3 -5
- package/development/carousel/carousel-item/carousel-item.component.js +5 -1
- package/development/chip/chip/chip.component.d.ts.map +1 -1
- package/development/chip/chip/chip.component.js +28 -48
- package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
- package/development/chip/chip-group/chip-group.component.js +22 -28
- package/development/core/a11y/focus-trap-controller.d.ts.map +1 -1
- package/development/core/a11y/focus-trap-controller.js +4 -6
- package/development/core/base-elements/action-base-element.js +1 -4
- package/development/core/controllers/inert-controller.js +1 -3
- package/development/core/controllers/overlay-position-controller.d.ts.map +1 -1
- package/development/core/controllers/overlay-position-controller.js +1 -20
- package/development/core/datetime/date-adapter.d.ts +11 -3
- package/development/core/datetime/date-adapter.d.ts.map +1 -1
- package/development/core/datetime/date-adapter.js +39 -1
- package/development/core/datetime/native-date-adapter.d.ts +1 -5
- package/development/core/datetime/native-date-adapter.d.ts.map +1 -1
- package/development/core/datetime/native-date-adapter.js +8 -39
- package/{core/datetime/native-date-adapter.d.ts → development/core/datetime/temporal-date-adapter.d.ts} +23 -28
- package/development/core/datetime/temporal-date-adapter.d.ts.map +1 -0
- package/development/core/datetime/temporal-date-adapter.js +144 -0
- package/development/core/datetime.d.ts +1 -0
- package/development/core/datetime.d.ts.map +1 -1
- package/development/core/datetime.js +5 -2
- package/development/core/decorators/id-reference.js +1 -5
- package/development/datepicker/common.d.ts.map +1 -1
- package/development/datepicker/common.js +4 -2
- 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 +7 -8
- 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 +7 -8
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.js +7 -12
- package/development/datepicker-button-BDlxIp9r.js +9 -0
- package/development/datepicker.js +4 -2
- package/development/form-field/form-field/form-field.component.js +1 -4
- package/development/image/image.component.d.ts +0 -1
- package/development/image/image.component.d.ts.map +1 -1
- package/development/image/image.component.js +1 -15
- package/development/{mini-button-label-common-0DeEC1qs.js → mini-button-label-common-BaMSfSTe.js} +13 -63
- package/development/radio-button/common.js +1 -1
- package/development/radio-button/radio-button/radio-button.component.js +4 -3
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts.map +1 -1
- package/development/radio-button/radio-button-group/radio-button-group.component.js +1 -1
- package/development/{radio-button-common-B3kVD7QV.js → radio-button-common-4_yg7r8b.js} +3 -2
- package/development/radio-button.js +1 -1
- package/development/select/select.component.d.ts +1 -1
- package/development/select/select.component.d.ts.map +1 -1
- package/development/select/select.component.js +17 -8
- package/development/tabs/common.js +3 -2
- package/development/tabs/tab/tab.component.d.ts.map +1 -1
- package/development/tabs/tab/tab.component.js +2 -1
- package/development/tabs/tab-group/tab-group.component.d.ts +12 -7
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +48 -23
- package/development/tabs/tab-label/tab-label.component.js +1 -7
- package/development/tag/tag-group/tag-group.component.js +1 -3
- package/development/toggle/toggle/toggle.component.js +1 -4
- package/image/image.component.js +30 -36
- package/index.d.ts +155 -156
- package/index.js +155 -155
- package/mini-button-label-common-Dx9JhmQ6.js +11 -0
- package/off-brand-theme.css +114 -59
- package/package.json +19 -19
- package/radio-button/common.js +1 -1
- package/radio-button/radio-button/radio-button.component.js +10 -10
- package/{radio-button-common-1Yg7p8dc.js → radio-button-common-Bf2b18jm.js} +1 -1
- package/radio-button.js +1 -1
- package/safety-theme.css +114 -59
- package/select/select.component.js +20 -20
- package/standard-theme.css +114 -59
- package/table.css +26 -58
- package/tabs/common.js +1 -1
- package/tabs/tab/tab.component.js +4 -4
- package/tabs/tab-group/tab-group.component.js +67 -54
- package/accordion/accordion.component.d.ts +0 -38
- package/accordion/accordion.component.d.ts.map +0 -1
- package/accordion.d.ts +0 -5
- package/accordion.d.ts.map +0 -1
- package/action-group/action-group.component.d.ts +0 -46
- package/action-group/action-group.component.d.ts.map +0 -1
- package/action-group.d.ts +0 -5
- package/action-group.d.ts.map +0 -1
- package/alert/alert/alert.component.d.ts +0 -51
- package/alert/alert/alert.component.d.ts.map +0 -1
- package/alert/alert-group/alert-group.component.d.ts +0 -39
- package/alert/alert-group/alert-group.component.d.ts.map +0 -1
- package/alert/alert-group.d.ts +0 -5
- package/alert/alert-group.d.ts.map +0 -1
- package/alert/alert.d.ts +0 -5
- package/alert/alert.d.ts.map +0 -1
- package/alert.d.ts +0 -6
- package/alert.d.ts.map +0 -1
- package/autocomplete/autocomplete-base-element.d.ts +0 -123
- package/autocomplete/autocomplete-base-element.d.ts.map +0 -1
- package/autocomplete/autocomplete.component.d.ts +0 -31
- package/autocomplete/autocomplete.component.d.ts.map +0 -1
- package/autocomplete.d.ts +0 -6
- package/autocomplete.d.ts.map +0 -1
- package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -20
- package/breadcrumb/breadcrumb/breadcrumb.component.d.ts.map +0 -1
- package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +0 -50
- package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +0 -1
- package/breadcrumb/breadcrumb-group.d.ts +0 -5
- package/breadcrumb/breadcrumb-group.d.ts.map +0 -1
- package/breadcrumb/breadcrumb.d.ts +0 -5
- package/breadcrumb/breadcrumb.d.ts.map +0 -1
- package/breadcrumb.d.ts +0 -6
- package/breadcrumb.d.ts.map +0 -1
- package/button/accent-button/accent-button.component.d.ts +0 -20
- package/button/accent-button/accent-button.component.d.ts.map +0 -1
- package/button/accent-button-link/accent-button-link.component.d.ts +0 -20
- package/button/accent-button-link/accent-button-link.component.d.ts.map +0 -1
- package/button/accent-button-link.d.ts +0 -5
- package/button/accent-button-link.d.ts.map +0 -1
- package/button/accent-button-static/accent-button-static.component.d.ts +0 -20
- package/button/accent-button-static/accent-button-static.component.d.ts.map +0 -1
- package/button/accent-button-static.d.ts +0 -5
- package/button/accent-button-static.d.ts.map +0 -1
- package/button/accent-button.d.ts +0 -5
- package/button/accent-button.d.ts.map +0 -1
- package/button/button/button.component.d.ts +0 -20
- package/button/button/button.component.d.ts.map +0 -1
- package/button/button-link/button-link.component.d.ts +0 -20
- package/button/button-link/button-link.component.d.ts.map +0 -1
- package/button/button-link.d.ts +0 -5
- package/button/button-link.d.ts.map +0 -1
- package/button/button-static/button-static.component.d.ts +0 -20
- package/button/button-static/button-static.component.d.ts.map +0 -1
- package/button/button-static.d.ts +0 -5
- package/button/button-static.d.ts.map +0 -1
- package/button/button.d.ts +0 -5
- package/button/button.d.ts.map +0 -1
- package/button/common/button-common.d.ts +0 -11
- package/button/common/button-common.d.ts.map +0 -1
- package/button/common.d.ts +0 -5
- package/button/common.d.ts.map +0 -1
- package/button/mini-button/mini-button.component.d.ts +0 -21
- package/button/mini-button/mini-button.component.d.ts.map +0 -1
- package/button/mini-button-group/mini-button-group.component.d.ts +0 -31
- package/button/mini-button-group/mini-button-group.component.d.ts.map +0 -1
- package/button/mini-button-group.d.ts +0 -5
- package/button/mini-button-group.d.ts.map +0 -1
- package/button/mini-button-link/mini-button-link.component.d.ts +0 -21
- package/button/mini-button-link/mini-button-link.component.d.ts.map +0 -1
- package/button/mini-button-link.d.ts +0 -5
- package/button/mini-button-link.d.ts.map +0 -1
- package/button/mini-button.d.ts +0 -5
- package/button/mini-button.d.ts.map +0 -1
- package/button/secondary-button/secondary-button.component.d.ts +0 -20
- package/button/secondary-button/secondary-button.component.d.ts.map +0 -1
- package/button/secondary-button-link/secondary-button-link.component.d.ts +0 -20
- package/button/secondary-button-link/secondary-button-link.component.d.ts.map +0 -1
- package/button/secondary-button-link.d.ts +0 -5
- package/button/secondary-button-link.d.ts.map +0 -1
- package/button/secondary-button-static/secondary-button-static.component.d.ts +0 -20
- package/button/secondary-button-static/secondary-button-static.component.d.ts.map +0 -1
- package/button/secondary-button-static.d.ts +0 -5
- package/button/secondary-button-static.d.ts.map +0 -1
- package/button/secondary-button.d.ts +0 -5
- package/button/secondary-button.d.ts.map +0 -1
- package/button/transparent-button/transparent-button.component.d.ts +0 -20
- package/button/transparent-button/transparent-button.component.d.ts.map +0 -1
- package/button/transparent-button-link/transparent-button-link.component.d.ts +0 -20
- package/button/transparent-button-link/transparent-button-link.component.d.ts.map +0 -1
- package/button/transparent-button-link.d.ts +0 -5
- package/button/transparent-button-link.d.ts.map +0 -1
- package/button/transparent-button-static/transparent-button-static.component.d.ts +0 -20
- package/button/transparent-button-static/transparent-button-static.component.d.ts.map +0 -1
- package/button/transparent-button-static.d.ts +0 -5
- package/button/transparent-button-static.d.ts.map +0 -1
- package/button/transparent-button.d.ts +0 -5
- package/button/transparent-button.d.ts.map +0 -1
- package/button.d.ts +0 -20
- package/button.d.ts.map +0 -1
- package/calendar/calendar.component.d.ts +0 -310
- package/calendar/calendar.component.d.ts.map +0 -1
- package/calendar.d.ts +0 -5
- package/calendar.d.ts.map +0 -1
- package/card/card/card.component.d.ts +0 -22
- package/card/card/card.component.d.ts.map +0 -1
- package/card/card-badge/card-badge.component.d.ts +0 -23
- package/card/card-badge/card-badge.component.d.ts.map +0 -1
- package/card/card-badge.d.ts +0 -5
- package/card/card-badge.d.ts.map +0 -1
- package/card/card-button/card-button.component.d.ts +0 -18
- package/card/card-button/card-button.component.d.ts.map +0 -1
- package/card/card-button.d.ts +0 -5
- package/card/card-button.d.ts.map +0 -1
- package/card/card-link/card-link.component.d.ts +0 -18
- package/card/card-link/card-link.component.d.ts.map +0 -1
- package/card/card-link.d.ts +0 -5
- package/card/card-link.d.ts.map +0 -1
- package/card/card.d.ts +0 -5
- package/card/card.d.ts.map +0 -1
- package/card/common/card-action-common.d.ts +0 -8
- package/card/common/card-action-common.d.ts.map +0 -1
- package/card/common.d.ts +0 -5
- package/card/common.d.ts.map +0 -1
- package/card.d.ts +0 -9
- package/card.d.ts.map +0 -1
- package/carousel/carousel/carousel.component.d.ts +0 -34
- package/carousel/carousel/carousel.component.d.ts.map +0 -1
- package/carousel/carousel-item/carousel-item.component.d.ts +0 -29
- package/carousel/carousel-item/carousel-item.component.d.ts.map +0 -1
- package/carousel/carousel-item.d.ts +0 -5
- package/carousel/carousel-item.d.ts.map +0 -1
- package/carousel/carousel-list/carousel-list.component.d.ts +0 -35
- package/carousel/carousel-list/carousel-list.component.d.ts.map +0 -1
- package/carousel/carousel-list.d.ts +0 -5
- package/carousel/carousel-list.d.ts.map +0 -1
- package/carousel/carousel.d.ts +0 -5
- package/carousel/carousel.d.ts.map +0 -1
- package/carousel.d.ts +0 -7
- package/carousel.d.ts.map +0 -1
- package/checkbox/checkbox/checkbox.component.d.ts +0 -33
- package/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
- package/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -39
- package/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
- package/checkbox/checkbox-group.d.ts +0 -5
- package/checkbox/checkbox-group.d.ts.map +0 -1
- package/checkbox/checkbox-panel/checkbox-panel.component.d.ts +0 -27
- package/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
- package/checkbox/checkbox-panel.d.ts +0 -5
- package/checkbox/checkbox-panel.d.ts.map +0 -1
- package/checkbox/checkbox.d.ts +0 -5
- package/checkbox/checkbox.d.ts.map +0 -1
- package/checkbox/common/checkbox-common.d.ts +0 -12
- package/checkbox/common/checkbox-common.d.ts.map +0 -1
- package/checkbox/common.d.ts +0 -5
- package/checkbox/common.d.ts.map +0 -1
- package/checkbox.d.ts +0 -8
- package/checkbox.d.ts.map +0 -1
- package/chip/chip/chip.component.d.ts +0 -30
- package/chip/chip/chip.component.d.ts.map +0 -1
- package/chip/chip-group/chip-group.component.d.ts +0 -102
- package/chip/chip-group/chip-group.component.d.ts.map +0 -1
- package/chip/chip-group.d.ts +0 -5
- package/chip/chip-group.d.ts.map +0 -1
- package/chip/chip.d.ts +0 -5
- package/chip/chip.d.ts.map +0 -1
- package/chip-label/chip-label.component.d.ts +0 -20
- package/chip-label/chip-label.component.d.ts.map +0 -1
- package/chip-label.d.ts +0 -5
- package/chip-label.d.ts.map +0 -1
- package/chip.d.ts +0 -6
- package/chip.d.ts.map +0 -1
- package/clock/clock.component.d.ts +0 -77
- package/clock/clock.component.d.ts.map +0 -1
- package/clock.d.ts +0 -5
- package/clock.d.ts.map +0 -1
- package/container/container/container.component.d.ts +0 -27
- package/container/container/container.component.d.ts.map +0 -1
- package/container/container.d.ts +0 -5
- package/container/container.d.ts.map +0 -1
- package/container/sticky-bar/sticky-bar.component.d.ts +0 -58
- package/container/sticky-bar/sticky-bar.component.d.ts.map +0 -1
- package/container/sticky-bar.d.ts +0 -5
- package/container/sticky-bar.d.ts.map +0 -1
- package/container.d.ts +0 -6
- package/container.d.ts.map +0 -1
- package/core/a11y/arrow-navigation.d.ts +0 -32
- package/core/a11y/arrow-navigation.d.ts.map +0 -1
- package/core/a11y/fake-event-detection.d.ts +0 -5
- package/core/a11y/fake-event-detection.d.ts.map +0 -1
- package/core/a11y/focus-trap-controller.d.ts +0 -35
- package/core/a11y/focus-trap-controller.d.ts.map +0 -1
- package/core/a11y/focus-visible-within-controller.d.ts +0 -11
- package/core/a11y/focus-visible-within-controller.d.ts.map +0 -1
- package/core/a11y/focus.d.ts +0 -2
- package/core/a11y/focus.d.ts.map +0 -1
- package/core/a11y/input-modality-detector.d.ts +0 -58
- package/core/a11y/input-modality-detector.d.ts.map +0 -1
- package/core/a11y/interactivity-checker.d.ts +0 -52
- package/core/a11y/interactivity-checker.d.ts.map +0 -1
- package/core/a11y/live-announcer.d.ts +0 -62
- package/core/a11y/live-announcer.d.ts.map +0 -1
- package/core/a11y.d.ts +0 -12
- package/core/a11y.d.ts.map +0 -1
- package/core/base-elements/action-base-element.d.ts +0 -15
- package/core/base-elements/action-base-element.d.ts.map +0 -1
- package/core/base-elements/button-base-element.d.ts +0 -66
- package/core/base-elements/button-base-element.d.ts.map +0 -1
- package/core/base-elements/link-base-element.d.ts +0 -34
- package/core/base-elements/link-base-element.d.ts.map +0 -1
- package/core/base-elements/open-close-base-element.d.ts +0 -41
- package/core/base-elements/open-close-base-element.d.ts.map +0 -1
- package/core/base-elements.d.ts +0 -8
- package/core/base-elements.d.ts.map +0 -1
- package/core/config/config.d.ts +0 -40
- package/core/config/config.d.ts.map +0 -1
- package/core/config.d.ts +0 -5
- package/core/config.d.ts.map +0 -1
- package/core/controllers/escapable-overlay-controller.d.ts +0 -14
- package/core/controllers/escapable-overlay-controller.d.ts.map +0 -1
- package/core/controllers/id-reference-controller.d.ts +0 -21
- package/core/controllers/id-reference-controller.d.ts.map +0 -1
- package/core/controllers/inert-controller.d.ts +0 -27
- package/core/controllers/inert-controller.d.ts.map +0 -1
- package/core/controllers/language-controller.d.ts +0 -32
- package/core/controllers/language-controller.d.ts.map +0 -1
- package/core/controllers/media-matchers-controller.d.ts +0 -65
- package/core/controllers/media-matchers-controller.d.ts.map +0 -1
- package/core/controllers/overlay-position-controller.d.ts +0 -61
- package/core/controllers/overlay-position-controller.d.ts.map +0 -1
- package/core/controllers/property-watcher-controller.d.ts +0 -16
- package/core/controllers/property-watcher-controller.d.ts.map +0 -1
- package/core/controllers/slot-state-controller.d.ts +0 -45
- package/core/controllers/slot-state-controller.d.ts.map +0 -1
- package/core/controllers.d.ts +0 -12
- package/core/controllers.d.ts.map +0 -1
- package/core/datetime/date-adapter.d.ts +0 -173
- package/core/datetime/date-adapter.d.ts.map +0 -1
- package/core/datetime/native-date-adapter.d.ts.map +0 -1
- package/core/datetime.d.ts +0 -6
- package/core/datetime.d.ts.map +0 -1
- package/core/decorators/base.d.ts +0 -14
- package/core/decorators/base.d.ts.map +0 -1
- package/core/decorators/force-type.d.ts +0 -8
- package/core/decorators/force-type.d.ts.map +0 -1
- package/core/decorators/get-override.d.ts +0 -7
- package/core/decorators/get-override.d.ts.map +0 -1
- package/core/decorators/handle-distinct-change.d.ts +0 -8
- package/core/decorators/handle-distinct-change.d.ts.map +0 -1
- package/core/decorators/host-attributes.d.ts +0 -21
- package/core/decorators/host-attributes.d.ts.map +0 -1
- package/core/decorators/id-reference.d.ts +0 -11
- package/core/decorators/id-reference.d.ts.map +0 -1
- package/core/decorators/omit-empty-converter.d.ts +0 -8
- package/core/decorators/omit-empty-converter.d.ts.map +0 -1
- package/core/decorators/plain-date.d.ts +0 -23
- package/core/decorators/plain-date.d.ts.map +0 -1
- package/core/decorators.d.ts +0 -11
- package/core/decorators.d.ts.map +0 -1
- package/core/dom/animation.d.ts +0 -2
- package/core/dom/animation.d.ts.map +0 -1
- package/core/dom/contains-pierce-shadow-dom.d.ts +0 -3
- package/core/dom/contains-pierce-shadow-dom.d.ts.map +0 -1
- package/core/dom/lean-context.d.ts +0 -5
- package/core/dom/lean-context.d.ts.map +0 -1
- package/core/dom/platform.d.ts +0 -28
- package/core/dom/platform.d.ts.map +0 -1
- package/core/dom/queue-dom-content-loaded.d.ts +0 -5
- package/core/dom/queue-dom-content-loaded.d.ts.map +0 -1
- package/core/dom/scroll.d.ts +0 -14
- package/core/dom/scroll.d.ts.map +0 -1
- package/core/dom/set-or-remove-attribute.d.ts +0 -8
- package/core/dom/set-or-remove-attribute.d.ts.map +0 -1
- package/core/dom.d.ts +0 -11
- package/core/dom.d.ts.map +0 -1
- package/core/eventing/composed-path-has-attribute.d.ts +0 -10
- package/core/eventing/composed-path-has-attribute.d.ts.map +0 -1
- package/core/eventing/event-target.d.ts +0 -3
- package/core/eventing/event-target.d.ts.map +0 -1
- package/core/eventing/form-element-handlers.d.ts +0 -6
- package/core/eventing/form-element-handlers.d.ts.map +0 -1
- package/core/eventing/forward-event.d.ts +0 -6
- package/core/eventing/forward-event.d.ts.map +0 -1
- package/core/eventing/is-event-prevented.d.ts +0 -3
- package/core/eventing/is-event-prevented.d.ts.map +0 -1
- package/core/eventing/throttle.d.ts +0 -2
- package/core/eventing/throttle.d.ts.map +0 -1
- package/core/eventing.d.ts +0 -10
- package/core/eventing.d.ts.map +0 -1
- package/core/i18n/i18n.d.ts +0 -103
- package/core/i18n/i18n.d.ts.map +0 -1
- package/core/i18n.d.ts +0 -5
- package/core/i18n.d.ts.map +0 -1
- package/core/images.d.ts +0 -7
- package/core/images.d.ts.map +0 -1
- package/core/interfaces/overlay-close-details.d.ts +0 -6
- package/core/interfaces/overlay-close-details.d.ts.map +0 -1
- package/core/interfaces/paginator-page.d.ts +0 -7
- package/core/interfaces/paginator-page.d.ts.map +0 -1
- package/core/interfaces/types.d.ts +0 -9
- package/core/interfaces/types.d.ts.map +0 -1
- package/core/interfaces.d.ts +0 -7
- package/core/interfaces.d.ts.map +0 -1
- package/core/mixins/animation-complete-mixin.d.ts +0 -13
- package/core/mixins/animation-complete-mixin.d.ts.map +0 -1
- package/core/mixins/constructor.d.ts +0 -8
- package/core/mixins/constructor.d.ts.map +0 -1
- package/core/mixins/disabled-mixin.d.ts +0 -20
- package/core/mixins/disabled-mixin.d.ts.map +0 -1
- package/core/mixins/element-internals-mixin.d.ts +0 -49
- package/core/mixins/element-internals-mixin.d.ts.map +0 -1
- package/core/mixins/form-associated-checkbox-mixin.d.ts +0 -20
- package/core/mixins/form-associated-checkbox-mixin.d.ts.map +0 -1
- package/core/mixins/form-associated-input-mixin.d.ts +0 -32
- package/core/mixins/form-associated-input-mixin.d.ts.map +0 -1
- package/core/mixins/form-associated-mixin.d.ts +0 -53
- package/core/mixins/form-associated-mixin.d.ts.map +0 -1
- package/core/mixins/form-associated-radio-button-mixin.d.ts +0 -28
- package/core/mixins/form-associated-radio-button-mixin.d.ts.map +0 -1
- package/core/mixins/hydration-mixin.d.ts +0 -23
- package/core/mixins/hydration-mixin.d.ts.map +0 -1
- package/core/mixins/named-slot-list-mixin.d.ts +0 -36
- package/core/mixins/named-slot-list-mixin.d.ts.map +0 -1
- package/core/mixins/negative-mixin.d.ts +0 -10
- package/core/mixins/negative-mixin.d.ts.map +0 -1
- package/core/mixins/panel-mixin.d.ts +0 -21
- package/core/mixins/panel-mixin.d.ts.map +0 -1
- package/core/mixins/readonly-mixin.d.ts +0 -10
- package/core/mixins/readonly-mixin.d.ts.map +0 -1
- package/core/mixins/required-mixin.d.ts +0 -12
- package/core/mixins/required-mixin.d.ts.map +0 -1
- package/core/mixins/selection-panel-mixin.d.ts +0 -17
- package/core/mixins/selection-panel-mixin.d.ts.map +0 -1
- package/core/mixins/update-scheduler-mixin.d.ts +0 -13
- package/core/mixins/update-scheduler-mixin.d.ts.map +0 -1
- package/core/mixins.d.ts +0 -20
- package/core/mixins.d.ts.map +0 -1
- package/core/overlay/overlay-option-panel.d.ts +0 -12
- package/core/overlay/overlay-option-panel.d.ts.map +0 -1
- package/core/overlay/overlay-outside-pointer-event-listener.d.ts +0 -26
- package/core/overlay/overlay-outside-pointer-event-listener.d.ts.map +0 -1
- package/core/overlay/overlay-trigger-attributes.d.ts +0 -18
- package/core/overlay/overlay-trigger-attributes.d.ts.map +0 -1
- package/core/overlay/overlay.d.ts +0 -7
- package/core/overlay/overlay.d.ts.map +0 -1
- package/core/overlay/position.d.ts +0 -63
- package/core/overlay/position.d.ts.map +0 -1
- package/core/overlay.d.ts +0 -9
- package/core/overlay.d.ts.map +0 -1
- package/core/styles.d.ts +0 -4
- package/core/styles.d.ts.map +0 -1
- package/core/testing/event-spy.d.ts +0 -22
- package/core/testing/event-spy.d.ts.map +0 -1
- package/core/testing/mocha-extensions.d.ts +0 -10
- package/core/testing/mocha-extensions.d.ts.map +0 -1
- package/core/testing/wait-for-condition.d.ts +0 -2
- package/core/testing/wait-for-condition.d.ts.map +0 -1
- package/core/testing/wait-for-image-ready.d.ts +0 -3
- package/core/testing/wait-for-image-ready.d.ts.map +0 -1
- package/core/testing/wait-for-render.d.ts +0 -17
- package/core/testing/wait-for-render.d.ts.map +0 -1
- package/core/testing.d.ts +0 -9
- package/core/testing.d.ts.map +0 -1
- package/date-input/date-input.component.d.ts +0 -88
- package/date-input/date-input.component.d.ts.map +0 -1
- package/date-input.d.ts +0 -5
- package/date-input.d.ts.map +0 -1
- package/datepicker/common/datepicker-button.d.ts +0 -42
- package/datepicker/common/datepicker-button.d.ts.map +0 -1
- package/datepicker/common.d.ts +0 -5
- package/datepicker/common.d.ts.map +0 -1
- package/datepicker/datepicker/datepicker.component.d.ts +0 -41
- package/datepicker/datepicker/datepicker.component.d.ts.map +0 -1
- package/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts +0 -19
- package/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts.map +0 -1
- package/datepicker/datepicker-next-day.d.ts +0 -5
- package/datepicker/datepicker-next-day.d.ts.map +0 -1
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts +0 -19
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts.map +0 -1
- package/datepicker/datepicker-previous-day.d.ts +0 -5
- package/datepicker/datepicker-previous-day.d.ts.map +0 -1
- package/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts +0 -21
- package/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +0 -1
- package/datepicker/datepicker-toggle.d.ts +0 -5
- package/datepicker/datepicker-toggle.d.ts.map +0 -1
- package/datepicker/datepicker.d.ts +0 -5
- package/datepicker/datepicker.d.ts.map +0 -1
- package/datepicker.d.ts +0 -9
- package/datepicker.d.ts.map +0 -1
- package/dialog/dialog/dialog.component.d.ts +0 -51
- package/dialog/dialog/dialog.component.d.ts.map +0 -1
- package/dialog/dialog-actions/dialog-actions.component.d.ts +0 -17
- package/dialog/dialog-actions/dialog-actions.component.d.ts.map +0 -1
- package/dialog/dialog-actions.d.ts +0 -5
- package/dialog/dialog-actions.d.ts.map +0 -1
- package/dialog/dialog-close-button/dialog-close-button.component.d.ts +0 -22
- package/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +0 -1
- package/dialog/dialog-close-button.d.ts +0 -5
- package/dialog/dialog-close-button.d.ts.map +0 -1
- package/dialog/dialog-content/dialog-content.component.d.ts +0 -17
- package/dialog/dialog-content/dialog-content.component.d.ts.map +0 -1
- package/dialog/dialog-content.d.ts +0 -5
- package/dialog/dialog-content.d.ts.map +0 -1
- package/dialog/dialog-title/dialog-title.component.d.ts +0 -19
- package/dialog/dialog-title/dialog-title.component.d.ts.map +0 -1
- package/dialog/dialog-title.d.ts +0 -5
- package/dialog/dialog-title.d.ts.map +0 -1
- package/dialog/dialog.d.ts +0 -5
- package/dialog/dialog.d.ts.map +0 -1
- package/dialog.d.ts +0 -9
- package/dialog.d.ts.map +0 -1
- package/divider/divider.component.d.ts +0 -21
- package/divider/divider.component.d.ts.map +0 -1
- package/divider.d.ts +0 -5
- package/divider.d.ts.map +0 -1
- package/expansion-panel/expansion-panel/expansion-panel.component.d.ts +0 -64
- package/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +0 -1
- package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts +0 -22
- package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +0 -1
- package/expansion-panel/expansion-panel-content.d.ts +0 -5
- package/expansion-panel/expansion-panel-content.d.ts.map +0 -1
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts +0 -36
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts.map +0 -1
- package/expansion-panel/expansion-panel-header.d.ts +0 -5
- package/expansion-panel/expansion-panel-header.d.ts.map +0 -1
- package/expansion-panel/expansion-panel.d.ts +0 -5
- package/expansion-panel/expansion-panel.d.ts.map +0 -1
- package/expansion-panel.d.ts +0 -7
- package/expansion-panel.d.ts.map +0 -1
- package/file-selector/common/file-selector-common.d.ts +0 -25
- package/file-selector/common/file-selector-common.d.ts.map +0 -1
- package/file-selector/common.d.ts +0 -5
- package/file-selector/common.d.ts.map +0 -1
- package/file-selector/file-selector/file-selector.component.d.ts +0 -21
- package/file-selector/file-selector/file-selector.component.d.ts.map +0 -1
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -23
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +0 -1
- package/file-selector/file-selector-dropzone.d.ts +0 -5
- package/file-selector/file-selector-dropzone.d.ts.map +0 -1
- package/file-selector/file-selector.d.ts +0 -5
- package/file-selector/file-selector.d.ts.map +0 -1
- package/file-selector.d.ts +0 -7
- package/file-selector.d.ts.map +0 -1
- package/flip-card/flip-card/flip-card.component.d.ts +0 -47
- package/flip-card/flip-card/flip-card.component.d.ts.map +0 -1
- package/flip-card/flip-card-details/flip-card-details.component.d.ts +0 -21
- package/flip-card/flip-card-details/flip-card-details.component.d.ts.map +0 -1
- package/flip-card/flip-card-details.d.ts +0 -5
- package/flip-card/flip-card-details.d.ts.map +0 -1
- package/flip-card/flip-card-summary/flip-card-summary.component.d.ts +0 -21
- package/flip-card/flip-card-summary/flip-card-summary.component.d.ts.map +0 -1
- package/flip-card/flip-card-summary.d.ts +0 -5
- package/flip-card/flip-card-summary.d.ts.map +0 -1
- package/flip-card/flip-card.d.ts +0 -5
- package/flip-card/flip-card.d.ts.map +0 -1
- package/flip-card.d.ts +0 -7
- package/flip-card.d.ts.map +0 -1
- package/footer/footer.component.d.ts +0 -34
- package/footer/footer.component.d.ts.map +0 -1
- package/footer.d.ts +0 -5
- package/footer.d.ts.map +0 -1
- package/form-field/error/error.component.d.ts +0 -20
- package/form-field/error/error.component.d.ts.map +0 -1
- package/form-field/error.d.ts +0 -5
- package/form-field/error.d.ts.map +0 -1
- package/form-field/form-field/form-field.component.d.ts +0 -125
- package/form-field/form-field/form-field.component.d.ts.map +0 -1
- package/form-field/form-field-clear/form-field-clear.component.d.ts +0 -23
- package/form-field/form-field-clear/form-field-clear.component.d.ts.map +0 -1
- package/form-field/form-field-clear.d.ts +0 -5
- package/form-field/form-field-clear.d.ts.map +0 -1
- package/form-field/form-field.d.ts +0 -5
- package/form-field/form-field.d.ts.map +0 -1
- package/form-field.d.ts +0 -7
- package/form-field.d.ts.map +0 -1
- package/header/common/header-action-common.d.ts +0 -10
- package/header/common/header-action-common.d.ts.map +0 -1
- package/header/common.d.ts +0 -5
- package/header/common.d.ts.map +0 -1
- package/header/header/header.component.d.ts +0 -65
- package/header/header/header.component.d.ts.map +0 -1
- package/header/header-button/header-button.component.d.ts +0 -17
- package/header/header-button/header-button.component.d.ts.map +0 -1
- package/header/header-button.d.ts +0 -5
- package/header/header-button.d.ts.map +0 -1
- package/header/header-environment/header-environment.component.d.ts +0 -24
- package/header/header-environment/header-environment.component.d.ts.map +0 -1
- package/header/header-environment.d.ts +0 -5
- package/header/header-environment.d.ts.map +0 -1
- package/header/header-link/header-link.component.d.ts +0 -17
- package/header/header-link/header-link.component.d.ts.map +0 -1
- package/header/header-link.d.ts +0 -5
- package/header/header-link.d.ts.map +0 -1
- package/header/header.d.ts +0 -5
- package/header/header.d.ts.map +0 -1
- package/header.d.ts +0 -8
- package/header.d.ts.map +0 -1
- package/icon/icon-base.d.ts +0 -29
- package/icon/icon-base.d.ts.map +0 -1
- package/icon/icon-name-mixin.d.ts +0 -12
- package/icon/icon-name-mixin.d.ts.map +0 -1
- package/icon/icon-request.d.ts +0 -3
- package/icon/icon-request.d.ts.map +0 -1
- package/icon/icon-validate.d.ts +0 -12
- package/icon/icon-validate.d.ts.map +0 -1
- package/icon/icon.component.d.ts +0 -36
- package/icon/icon.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts +0 -25
- package/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts +0 -22
- package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-button.d.ts +0 -5
- package/icon-sidebar/icon-sidebar-button.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts +0 -23
- package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-container.d.ts +0 -5
- package/icon-sidebar/icon-sidebar-container.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts +0 -17
- package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-content.d.ts +0 -5
- package/icon-sidebar/icon-sidebar-content.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts +0 -22
- package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar-link.d.ts +0 -5
- package/icon-sidebar/icon-sidebar-link.d.ts.map +0 -1
- package/icon-sidebar/icon-sidebar.d.ts +0 -5
- package/icon-sidebar/icon-sidebar.d.ts.map +0 -1
- package/icon-sidebar.d.ts +0 -9
- package/icon-sidebar.d.ts.map +0 -1
- package/icon.d.ts +0 -9
- package/icon.d.ts.map +0 -1
- package/image/image.component.d.ts +0 -215
- package/image/image.component.d.ts.map +0 -1
- package/image.d.ts +0 -5
- package/image.d.ts.map +0 -1
- package/journey-header/journey-header.component.d.ts +0 -32
- package/journey-header/journey-header.component.d.ts.map +0 -1
- package/journey-header.d.ts +0 -5
- package/journey-header.d.ts.map +0 -1
- package/lead-container/lead-container.component.d.ts +0 -21
- package/lead-container/lead-container.component.d.ts.map +0 -1
- package/lead-container.d.ts +0 -5
- package/lead-container.d.ts.map +0 -1
- package/link/block-link/block-link.component.d.ts +0 -17
- package/link/block-link/block-link.component.d.ts.map +0 -1
- package/link/block-link-button/block-link-button.component.d.ts +0 -17
- package/link/block-link-button/block-link-button.component.d.ts.map +0 -1
- package/link/block-link-button.d.ts +0 -5
- package/link/block-link-button.d.ts.map +0 -1
- package/link/block-link-static/block-link-static.component.d.ts +0 -17
- package/link/block-link-static/block-link-static.component.d.ts.map +0 -1
- package/link/block-link-static.d.ts +0 -5
- package/link/block-link-static.d.ts.map +0 -1
- package/link/block-link.d.ts +0 -5
- package/link/block-link.d.ts.map +0 -1
- package/link/common/block-link-common.d.ts +0 -10
- package/link/common/block-link-common.d.ts.map +0 -1
- package/link/common/inline-link-common.d.ts +0 -8
- package/link/common/inline-link-common.d.ts.map +0 -1
- package/link/common/link-common.d.ts +0 -10
- package/link/common/link-common.d.ts.map +0 -1
- package/link/common.d.ts +0 -7
- package/link/common.d.ts.map +0 -1
- package/link/link/link.component.d.ts +0 -16
- package/link/link/link.component.d.ts.map +0 -1
- package/link/link-button/link-button.component.d.ts +0 -16
- package/link/link-button/link-button.component.d.ts.map +0 -1
- package/link/link-button.d.ts +0 -5
- package/link/link-button.d.ts.map +0 -1
- package/link/link-static/link-static.component.d.ts +0 -16
- package/link/link-static/link-static.component.d.ts.map +0 -1
- package/link/link-static.d.ts +0 -5
- package/link/link-static.d.ts.map +0 -1
- package/link/link.d.ts +0 -5
- package/link/link.d.ts.map +0 -1
- package/link-list/common/link-list-base.d.ts +0 -28
- package/link-list/common/link-list-base.d.ts.map +0 -1
- package/link-list/common.d.ts +0 -5
- package/link-list/common.d.ts.map +0 -1
- package/link-list/link-list/link-list.component.d.ts +0 -22
- package/link-list/link-list/link-list.component.d.ts.map +0 -1
- package/link-list/link-list-anchor/link-list-anchor.component.d.ts +0 -17
- package/link-list/link-list-anchor/link-list-anchor.component.d.ts.map +0 -1
- package/link-list/link-list-anchor.d.ts +0 -5
- package/link-list/link-list-anchor.d.ts.map +0 -1
- package/link-list/link-list.d.ts +0 -5
- package/link-list/link-list.d.ts.map +0 -1
- package/link-list.d.ts +0 -7
- package/link-list.d.ts.map +0 -1
- package/link.d.ts +0 -11
- package/link.d.ts.map +0 -1
- package/loading-indicator/loading-indicator.component.d.ts +0 -22
- package/loading-indicator/loading-indicator.component.d.ts.map +0 -1
- package/loading-indicator-circle/loading-indicator-circle.component.d.ts +0 -20
- package/loading-indicator-circle/loading-indicator-circle.component.d.ts.map +0 -1
- package/loading-indicator-circle.d.ts +0 -5
- package/loading-indicator-circle.d.ts.map +0 -1
- package/loading-indicator.d.ts +0 -5
- package/loading-indicator.d.ts.map +0 -1
- package/logo/logo.component.d.ts +0 -23
- package/logo/logo.component.d.ts.map +0 -1
- package/logo.d.ts +0 -5
- package/logo.d.ts.map +0 -1
- package/map-container/map-container.component.d.ts +0 -47
- package/map-container/map-container.component.d.ts.map +0 -1
- package/map-container.d.ts +0 -5
- package/map-container.d.ts.map +0 -1
- package/menu/common/menu-action-common.d.ts +0 -8
- package/menu/common/menu-action-common.d.ts.map +0 -1
- package/menu/common.d.ts +0 -5
- package/menu/common.d.ts.map +0 -1
- package/menu/menu/menu.component.d.ts +0 -79
- package/menu/menu/menu.component.d.ts.map +0 -1
- package/menu/menu-button/menu-button.component.d.ts +0 -20
- package/menu/menu-button/menu-button.component.d.ts.map +0 -1
- package/menu/menu-button.d.ts +0 -5
- package/menu/menu-button.d.ts.map +0 -1
- package/menu/menu-link/menu-link.component.d.ts +0 -20
- package/menu/menu-link/menu-link.component.d.ts.map +0 -1
- package/menu/menu-link.d.ts +0 -5
- package/menu/menu-link.d.ts.map +0 -1
- package/menu/menu.d.ts +0 -5
- package/menu/menu.d.ts.map +0 -1
- package/menu.d.ts +0 -8
- package/menu.d.ts.map +0 -1
- package/message/message.component.d.ts +0 -21
- package/message/message.component.d.ts.map +0 -1
- package/message.d.ts +0 -5
- package/message.d.ts.map +0 -1
- package/mini-button-label-common-BOB7JQKi.js +0 -11
- package/mini-calendar/mini-calendar/mini-calendar.component.d.ts +0 -35
- package/mini-calendar/mini-calendar/mini-calendar.component.d.ts.map +0 -1
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts +0 -23
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts.map +0 -1
- package/mini-calendar/mini-calendar-day.d.ts +0 -5
- package/mini-calendar/mini-calendar-day.d.ts.map +0 -1
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +0 -25
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts.map +0 -1
- package/mini-calendar/mini-calendar-month.d.ts +0 -5
- package/mini-calendar/mini-calendar-month.d.ts.map +0 -1
- package/mini-calendar/mini-calendar.d.ts +0 -5
- package/mini-calendar/mini-calendar.d.ts.map +0 -1
- package/mini-calendar.d.ts +0 -7
- package/mini-calendar.d.ts.map +0 -1
- package/navigation/common/navigation-action-common.d.ts +0 -13
- package/navigation/common/navigation-action-common.d.ts.map +0 -1
- package/navigation/common.d.ts +0 -5
- package/navigation/common.d.ts.map +0 -1
- package/navigation/navigation/navigation.component.d.ts +0 -73
- package/navigation/navigation/navigation.component.d.ts.map +0 -1
- package/navigation/navigation-button/navigation-button.component.d.ts +0 -16
- package/navigation/navigation-button/navigation-button.component.d.ts.map +0 -1
- package/navigation/navigation-button.d.ts +0 -5
- package/navigation/navigation-button.d.ts.map +0 -1
- package/navigation/navigation-link/navigation-link.component.d.ts +0 -16
- package/navigation/navigation-link/navigation-link.component.d.ts.map +0 -1
- package/navigation/navigation-link.d.ts +0 -5
- package/navigation/navigation-link.d.ts.map +0 -1
- package/navigation/navigation-list/navigation-list.component.d.ts +0 -28
- package/navigation/navigation-list/navigation-list.component.d.ts.map +0 -1
- package/navigation/navigation-list.d.ts +0 -5
- package/navigation/navigation-list.d.ts.map +0 -1
- package/navigation/navigation-marker/navigation-marker.component.d.ts +0 -37
- package/navigation/navigation-marker/navigation-marker.component.d.ts.map +0 -1
- package/navigation/navigation-marker.d.ts +0 -5
- package/navigation/navigation-marker.d.ts.map +0 -1
- package/navigation/navigation-section/navigation-section.component.d.ts +0 -77
- package/navigation/navigation-section/navigation-section.component.d.ts.map +0 -1
- package/navigation/navigation-section.d.ts +0 -5
- package/navigation/navigation-section.d.ts.map +0 -1
- package/navigation/navigation.d.ts +0 -5
- package/navigation/navigation.d.ts.map +0 -1
- package/navigation.d.ts +0 -11
- package/navigation.d.ts.map +0 -1
- package/notification/notification.component.d.ts +0 -60
- package/notification/notification.component.d.ts.map +0 -1
- package/notification.d.ts +0 -5
- package/notification.d.ts.map +0 -1
- package/option/optgroup/optgroup-base-element.d.ts +0 -22
- package/option/optgroup/optgroup-base-element.d.ts.map +0 -1
- package/option/optgroup/optgroup.component.d.ts +0 -21
- package/option/optgroup/optgroup.component.d.ts.map +0 -1
- package/option/optgroup.d.ts +0 -6
- package/option/optgroup.d.ts.map +0 -1
- package/option/option/option-base-element.d.ts +0 -63
- package/option/option/option-base-element.d.ts.map +0 -1
- package/option/option/option.component.d.ts +0 -45
- package/option/option/option.component.d.ts.map +0 -1
- package/option/option-hint/option-hint.component.d.ts +0 -18
- package/option/option-hint/option-hint.component.d.ts.map +0 -1
- package/option/option-hint.d.ts +0 -5
- package/option/option-hint.d.ts.map +0 -1
- package/option/option.d.ts +0 -6
- package/option/option.d.ts.map +0 -1
- package/option.d.ts +0 -7
- package/option.d.ts.map +0 -1
- package/overlay/overlay-base-element.d.ts +0 -93
- package/overlay/overlay-base-element.d.ts.map +0 -1
- package/overlay/overlay.component.d.ts +0 -43
- package/overlay/overlay.component.d.ts.map +0 -1
- package/overlay.d.ts +0 -6
- package/overlay.d.ts.map +0 -1
- package/paginator/common/paginator-common.d.ts +0 -35
- package/paginator/common/paginator-common.d.ts.map +0 -1
- package/paginator/common.d.ts +0 -5
- package/paginator/common.d.ts.map +0 -1
- package/paginator/compact-paginator/compact-paginator.component.d.ts +0 -18
- package/paginator/compact-paginator/compact-paginator.component.d.ts.map +0 -1
- package/paginator/compact-paginator.d.ts +0 -5
- package/paginator/compact-paginator.d.ts.map +0 -1
- package/paginator/paginator/paginator.component.d.ts +0 -45
- package/paginator/paginator/paginator.component.d.ts.map +0 -1
- package/paginator/paginator.d.ts +0 -5
- package/paginator/paginator.d.ts.map +0 -1
- package/paginator.d.ts +0 -7
- package/paginator.d.ts.map +0 -1
- package/popover/popover.component.d.ts +0 -109
- package/popover/popover.component.d.ts.map +0 -1
- package/popover.d.ts +0 -5
- package/popover.d.ts.map +0 -1
- package/radio-button/common/radio-button-common.d.ts +0 -14
- package/radio-button/common/radio-button-common.d.ts.map +0 -1
- package/radio-button/common.d.ts +0 -5
- package/radio-button/common.d.ts.map +0 -1
- package/radio-button/radio-button/radio-button.component.d.ts +0 -35
- package/radio-button/radio-button/radio-button.component.d.ts.map +0 -1
- package/radio-button/radio-button-group/radio-button-group.component.d.ts +0 -78
- package/radio-button/radio-button-group/radio-button-group.component.d.ts.map +0 -1
- package/radio-button/radio-button-group.d.ts +0 -5
- package/radio-button/radio-button-group.d.ts.map +0 -1
- package/radio-button/radio-button-panel/radio-button-panel.component.d.ts +0 -44
- package/radio-button/radio-button-panel/radio-button-panel.component.d.ts.map +0 -1
- package/radio-button/radio-button-panel.d.ts +0 -5
- package/radio-button/radio-button-panel.d.ts.map +0 -1
- package/radio-button/radio-button.d.ts +0 -5
- package/radio-button/radio-button.d.ts.map +0 -1
- package/radio-button.d.ts +0 -8
- package/radio-button.d.ts.map +0 -1
- package/screen-reader-only/screen-reader-only.component.d.ts +0 -16
- package/screen-reader-only/screen-reader-only.component.d.ts.map +0 -1
- package/screen-reader-only.d.ts +0 -5
- package/screen-reader-only.d.ts.map +0 -1
- package/select/select.component.d.ts +0 -171
- package/select/select.component.d.ts.map +0 -1
- package/select.d.ts +0 -5
- package/select.d.ts.map +0 -1
- package/selection-action-panel/selection-action-panel.component.d.ts +0 -22
- package/selection-action-panel/selection-action-panel.component.d.ts.map +0 -1
- package/selection-action-panel.d.ts +0 -5
- package/selection-action-panel.d.ts.map +0 -1
- package/selection-expansion-panel/selection-expansion-panel.component.d.ts +0 -45
- package/selection-expansion-panel/selection-expansion-panel.component.d.ts.map +0 -1
- package/selection-expansion-panel.d.ts +0 -5
- package/selection-expansion-panel.d.ts.map +0 -1
- package/sidebar/common.d.ts +0 -4
- package/sidebar/common.d.ts.map +0 -1
- package/sidebar/sidebar/sidebar.component.d.ts +0 -66
- package/sidebar/sidebar/sidebar.component.d.ts.map +0 -1
- package/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +0 -23
- package/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +0 -1
- package/sidebar/sidebar-close-button.d.ts +0 -5
- package/sidebar/sidebar-close-button.d.ts.map +0 -1
- package/sidebar/sidebar-container/sidebar-container.component.d.ts +0 -34
- package/sidebar/sidebar-container/sidebar-container.component.d.ts.map +0 -1
- package/sidebar/sidebar-container.d.ts +0 -5
- package/sidebar/sidebar-container.d.ts.map +0 -1
- package/sidebar/sidebar-content/sidebar-content.component.d.ts +0 -18
- package/sidebar/sidebar-content/sidebar-content.component.d.ts.map +0 -1
- package/sidebar/sidebar-content.d.ts +0 -5
- package/sidebar/sidebar-content.d.ts.map +0 -1
- package/sidebar/sidebar-title/sidebar-title.component.d.ts +0 -20
- package/sidebar/sidebar-title/sidebar-title.component.d.ts.map +0 -1
- package/sidebar/sidebar-title.d.ts +0 -5
- package/sidebar/sidebar-title.d.ts.map +0 -1
- package/sidebar/sidebar.d.ts +0 -5
- package/sidebar/sidebar.d.ts.map +0 -1
- package/sidebar.d.ts +0 -10
- package/sidebar.d.ts.map +0 -1
- package/signet/signet.component.d.ts +0 -22
- package/signet/signet.component.d.ts.map +0 -1
- package/signet.d.ts +0 -5
- package/signet.d.ts.map +0 -1
- package/skiplink-list/skiplink-list.component.d.ts +0 -33
- package/skiplink-list/skiplink-list.component.d.ts.map +0 -1
- package/skiplink-list.d.ts +0 -5
- package/skiplink-list.d.ts.map +0 -1
- package/slider/slider.component.d.ts +0 -79
- package/slider/slider.component.d.ts.map +0 -1
- package/slider.d.ts +0 -5
- package/slider.d.ts.map +0 -1
- package/status/status.component.d.ts +0 -31
- package/status/status.component.d.ts.map +0 -1
- package/status.d.ts +0 -5
- package/status.d.ts.map +0 -1
- package/stepper/step/step.component.d.ts +0 -75
- package/stepper/step/step.component.d.ts.map +0 -1
- package/stepper/step-label/step-label.component.d.ts +0 -56
- package/stepper/step-label/step-label.component.d.ts.map +0 -1
- package/stepper/step-label.d.ts +0 -5
- package/stepper/step-label.d.ts.map +0 -1
- package/stepper/step.d.ts +0 -5
- package/stepper/step.d.ts.map +0 -1
- package/stepper/stepper/stepper.component.d.ts +0 -96
- package/stepper/stepper/stepper.component.d.ts.map +0 -1
- package/stepper/stepper.d.ts +0 -5
- package/stepper/stepper.d.ts.map +0 -1
- package/stepper.d.ts +0 -7
- package/stepper.d.ts.map +0 -1
- package/table/table-wrapper/table-wrapper.component.d.ts +0 -31
- package/table/table-wrapper/table-wrapper.component.d.ts.map +0 -1
- package/table/table-wrapper.d.ts +0 -5
- package/table/table-wrapper.d.ts.map +0 -1
- package/table.d.ts +0 -5
- package/table.d.ts.map +0 -1
- package/tabs/common.d.ts +0 -4
- package/tabs/common.d.ts.map +0 -1
- package/tabs/tab/tab.component.d.ts +0 -36
- package/tabs/tab/tab.component.d.ts.map +0 -1
- package/tabs/tab-group/tab-group.component.d.ts +0 -76
- package/tabs/tab-group/tab-group.component.d.ts.map +0 -1
- package/tabs/tab-group.d.ts +0 -5
- package/tabs/tab-group.d.ts.map +0 -1
- package/tabs/tab-label/tab-label.component.d.ts +0 -51
- package/tabs/tab-label/tab-label.component.d.ts.map +0 -1
- package/tabs/tab-label.d.ts +0 -5
- package/tabs/tab-label.d.ts.map +0 -1
- package/tabs/tab-nav-bar/tab-nav-bar.component.d.ts +0 -30
- package/tabs/tab-nav-bar/tab-nav-bar.component.d.ts.map +0 -1
- package/tabs/tab-nav-bar.d.ts +0 -5
- package/tabs/tab-nav-bar.d.ts.map +0 -1
- package/tabs/tab.d.ts +0 -5
- package/tabs/tab.d.ts.map +0 -1
- package/tabs.d.ts +0 -8
- package/tabs.d.ts.map +0 -1
- package/tag/tag/tag.component.d.ts +0 -58
- package/tag/tag/tag.component.d.ts.map +0 -1
- package/tag/tag-group/tag-group.component.d.ts +0 -50
- package/tag/tag-group/tag-group.component.d.ts.map +0 -1
- package/tag/tag-group.d.ts +0 -5
- package/tag/tag-group.d.ts.map +0 -1
- package/tag/tag.d.ts +0 -5
- package/tag/tag.d.ts.map +0 -1
- package/tag.d.ts +0 -6
- package/tag.d.ts.map +0 -1
- package/teaser/teaser.component.d.ts +0 -26
- package/teaser/teaser.component.d.ts.map +0 -1
- package/teaser-hero/teaser-hero.component.d.ts +0 -23
- package/teaser-hero/teaser-hero.component.d.ts.map +0 -1
- package/teaser-hero.d.ts +0 -5
- package/teaser-hero.d.ts.map +0 -1
- package/teaser-product/common/teaser-product-common.d.ts +0 -9
- package/teaser-product/common/teaser-product-common.d.ts.map +0 -1
- package/teaser-product/common.d.ts +0 -5
- package/teaser-product/common.d.ts.map +0 -1
- package/teaser-product/teaser-product/teaser-product.component.d.ts +0 -23
- package/teaser-product/teaser-product/teaser-product.component.d.ts.map +0 -1
- package/teaser-product/teaser-product-static/teaser-product-static.component.d.ts +0 -22
- package/teaser-product/teaser-product-static/teaser-product-static.component.d.ts.map +0 -1
- package/teaser-product/teaser-product-static.d.ts +0 -5
- package/teaser-product/teaser-product-static.d.ts.map +0 -1
- package/teaser-product/teaser-product.d.ts +0 -5
- package/teaser-product/teaser-product.d.ts.map +0 -1
- package/teaser-product.d.ts +0 -7
- package/teaser-product.d.ts.map +0 -1
- package/teaser.d.ts +0 -5
- package/teaser.d.ts.map +0 -1
- package/time-input/time-input.component.d.ts +0 -49
- package/time-input/time-input.component.d.ts.map +0 -1
- package/time-input.d.ts +0 -5
- package/time-input.d.ts.map +0 -1
- package/timetable-form/timetable-form/timetable-form.component.d.ts +0 -17
- package/timetable-form/timetable-form/timetable-form.component.d.ts.map +0 -1
- package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +0 -16
- package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +0 -1
- package/timetable-form/timetable-form-details.d.ts +0 -5
- package/timetable-form/timetable-form-details.d.ts.map +0 -1
- package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +0 -18
- package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +0 -1
- package/timetable-form/timetable-form-field.d.ts +0 -5
- package/timetable-form/timetable-form-field.d.ts.map +0 -1
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +0 -24
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +0 -1
- package/timetable-form/timetable-form-swap-button.d.ts +0 -5
- package/timetable-form/timetable-form-swap-button.d.ts.map +0 -1
- package/timetable-form/timetable-form.d.ts +0 -5
- package/timetable-form/timetable-form.d.ts.map +0 -1
- package/timetable-form.d.ts +0 -8
- package/timetable-form.d.ts.map +0 -1
- package/timetable-occupancy/timetable-occupancy.component.d.ts +0 -22
- package/timetable-occupancy/timetable-occupancy.component.d.ts.map +0 -1
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts +0 -28
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts.map +0 -1
- package/timetable-occupancy-icon.d.ts +0 -5
- package/timetable-occupancy-icon.d.ts.map +0 -1
- package/timetable-occupancy.d.ts +0 -5
- package/timetable-occupancy.d.ts.map +0 -1
- package/title/title-base.d.ts +0 -18
- package/title/title-base.d.ts.map +0 -1
- package/title/title.component.d.ts +0 -20
- package/title/title.component.d.ts.map +0 -1
- package/title.d.ts +0 -6
- package/title.d.ts.map +0 -1
- package/toast/toast.component.d.ts +0 -73
- package/toast/toast.component.d.ts.map +0 -1
- package/toast.d.ts +0 -5
- package/toast.d.ts.map +0 -1
- package/toggle/toggle/toggle.component.d.ts +0 -72
- package/toggle/toggle/toggle.component.d.ts.map +0 -1
- package/toggle/toggle-option/toggle-option.component.d.ts +0 -35
- package/toggle/toggle-option/toggle-option.component.d.ts.map +0 -1
- package/toggle/toggle-option.d.ts +0 -5
- package/toggle/toggle-option.d.ts.map +0 -1
- package/toggle/toggle.d.ts +0 -5
- package/toggle/toggle.d.ts.map +0 -1
- package/toggle-check/toggle-check.component.d.ts +0 -33
- package/toggle-check/toggle-check.component.d.ts.map +0 -1
- package/toggle-check.d.ts +0 -5
- package/toggle-check.d.ts.map +0 -1
- package/toggle.d.ts +0 -6
- package/toggle.d.ts.map +0 -1
- package/tooltip/tooltip.component.d.ts +0 -96
- package/tooltip/tooltip.component.d.ts.map +0 -1
- package/tooltip.d.ts +0 -5
- package/tooltip.d.ts.map +0 -1
- package/train/train/train.component.d.ts +0 -42
- package/train/train/train.component.d.ts.map +0 -1
- package/train/train-blocked-passage/train-blocked-passage.component.d.ts +0 -14
- package/train/train-blocked-passage/train-blocked-passage.component.d.ts.map +0 -1
- package/train/train-blocked-passage.d.ts +0 -5
- package/train/train-blocked-passage.d.ts.map +0 -1
- package/train/train-formation/train-formation.component.d.ts +0 -29
- package/train/train-formation/train-formation.component.d.ts.map +0 -1
- package/train/train-formation.d.ts +0 -5
- package/train/train-formation.d.ts.map +0 -1
- package/train/train-wagon/train-wagon.component.d.ts +0 -44
- package/train/train-wagon/train-wagon.component.d.ts.map +0 -1
- package/train/train-wagon.d.ts +0 -5
- package/train/train-wagon.d.ts.map +0 -1
- package/train/train.d.ts +0 -5
- package/train/train.d.ts.map +0 -1
- package/train.d.ts +0 -8
- package/train.d.ts.map +0 -1
- package/visual-checkbox/visual-checkbox.component.d.ts +0 -26
- package/visual-checkbox/visual-checkbox.component.d.ts.map +0 -1
- package/visual-checkbox.d.ts +0 -5
- package/visual-checkbox.d.ts.map +0 -1
- /package/core/styles/{node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss → core/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss} +0 -0
package/core/i18n/i18n.d.ts
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { SbbLanguage, SbbOccupancy } from '../interfaces.ts';
|
|
2
|
-
export declare const i18nDirection: Record<string, string>;
|
|
3
|
-
export declare const i18nArrival: Record<string, string>;
|
|
4
|
-
export declare const i18nSector: Record<string, string>;
|
|
5
|
-
export declare const i18nSectorShort: Record<string, string>;
|
|
6
|
-
export declare const i18nClass: Record<string, Record<string, string>>;
|
|
7
|
-
export declare const i18nTrain: Record<string, string>;
|
|
8
|
-
export declare const i18nTrains: Record<string, string>;
|
|
9
|
-
export declare const i18nWagonsLabel: Record<string, string>;
|
|
10
|
-
export declare const i18nWagonLabel: Record<string, string>;
|
|
11
|
-
export declare const i18nWagonLabelNumber: Record<string, string>;
|
|
12
|
-
export declare const i18nClosedCompartmentLabel: Record<string, string>;
|
|
13
|
-
export declare const i18nLocomotiveLabel: Record<string, string>;
|
|
14
|
-
export declare const i18nSleepingWagonLabel: Record<string, string>;
|
|
15
|
-
export declare const i18nCouchetteWagonLabel: Record<string, string>;
|
|
16
|
-
export declare const i18nRestaurantWagonLabel: Record<string, string>;
|
|
17
|
-
export declare const i18nBlockedPassage: Record<string, Record<string, string>>;
|
|
18
|
-
export declare const i18nAdditionalWagonInformationHeading: Record<string, string>;
|
|
19
|
-
export declare const i18nDeparture: Record<string, string>;
|
|
20
|
-
export declare const i18nDurationMinute: Record<string, Record<string, Record<string, string>>>;
|
|
21
|
-
export declare const i18nDurationHour: Record<string, Record<string, Record<string, string>>>;
|
|
22
|
-
export declare const i18nDurationDay: Record<string, Record<string, Record<string, string>>>;
|
|
23
|
-
export declare const i18nTripQuayChange: Record<string, string>;
|
|
24
|
-
export declare const i18nTripDuration: Record<string, string>;
|
|
25
|
-
export declare const i18nTravelhints: Record<string, string>;
|
|
26
|
-
export declare const i18nRealTimeInfo: Record<string, string>;
|
|
27
|
-
export declare const i18nTransferProcedure: Record<string, string>;
|
|
28
|
-
export declare const i18nTransferProcedures: Record<string, string>;
|
|
29
|
-
export declare const i18nNew: Record<string, string>;
|
|
30
|
-
export declare const i18nFromPlatform: Record<string, string>;
|
|
31
|
-
export declare const i18nSupersaver: Record<string, string>;
|
|
32
|
-
export declare const i18nOccupancy: Record<SbbOccupancy, Record<SbbLanguage, string>>;
|
|
33
|
-
export declare const i18nMeansOfTransport: Record<string, Record<string, string>>;
|
|
34
|
-
export declare const i18nOptional: Record<string, string>;
|
|
35
|
-
export declare const i18nTargetOpensInNewWindow: Record<string, string>;
|
|
36
|
-
export declare const i18nWalkingDistanceArrival: Record<string, string>;
|
|
37
|
-
export declare const i18nWalkingDistanceDeparture: Record<string, string>;
|
|
38
|
-
export declare const i18nCloseAlert: Record<string, string>;
|
|
39
|
-
export declare const i18nCloseNotification: Record<string, string>;
|
|
40
|
-
export declare const i18nDialog: Record<string, string>;
|
|
41
|
-
export declare const i18nCloseDialog: Record<string, string>;
|
|
42
|
-
export declare const i18nCloseNavigation: Record<string, string>;
|
|
43
|
-
export declare const i18nCloseSidebar: Record<string, string>;
|
|
44
|
-
export declare const i18nClosePopover: Record<string, string>;
|
|
45
|
-
export declare const i18nGoBack: Record<string, string>;
|
|
46
|
-
export declare const i18nToday: Record<string, string>;
|
|
47
|
-
export declare const i18nNextMonth: Record<string, string>;
|
|
48
|
-
export declare const i18nPreviousMonth: Record<string, string>;
|
|
49
|
-
export declare const i18nNextDay: Record<string, string>;
|
|
50
|
-
export declare const i18nPreviousDay: Record<string, string>;
|
|
51
|
-
export declare const i18nYearMonthSelection: Record<string, string>;
|
|
52
|
-
export declare const i18nCalendarDateSelection: Record<string, string>;
|
|
53
|
-
export declare const i18nNextYearRange: (yearRange: number) => Record<string, string>;
|
|
54
|
-
export declare const i18nPreviousYearRange: (yearRange: number) => Record<string, string>;
|
|
55
|
-
export declare const i18nNextYear: Record<string, string>;
|
|
56
|
-
export declare const i18nPreviousYear: Record<string, string>;
|
|
57
|
-
export declare const i18nSelectNextDay: (currentDate: string) => Record<string, string>;
|
|
58
|
-
export declare const i18nSelectPreviousDay: (currentDate: string) => Record<string, string>;
|
|
59
|
-
export declare const i18nShowCalendar: Record<string, string>;
|
|
60
|
-
export declare const i18nDatePickerPlaceholder: Record<string, string>;
|
|
61
|
-
export declare const i18nDateChangedTo: Record<string, string>;
|
|
62
|
-
export declare const i18nConnectionFrom: Record<string, string>;
|
|
63
|
-
export declare const i18nConnectionTo: Record<string, string>;
|
|
64
|
-
export declare const i18nConnectionRoundtrip: (returnCity: string) => Record<string, string>;
|
|
65
|
-
export declare const i18nExpanded: Record<string, string>;
|
|
66
|
-
export declare const i18nCollapsed: Record<string, string>;
|
|
67
|
-
export declare const i18nMapContainerButtonLabel: Record<string, string>;
|
|
68
|
-
export declare const i18nBreadcrumbEllipsisButtonLabel: Record<string, string>;
|
|
69
|
-
export declare const i18nClearInput: Record<string, string>;
|
|
70
|
-
export declare const i18nFlipCard: Record<string, string>;
|
|
71
|
-
export declare const i18nReverseCard: Record<string, string>;
|
|
72
|
-
export declare const i18nFileSelectorButtonLabel: Record<string, string>;
|
|
73
|
-
export declare const i18nFileSelectorButtonLabelMultiple: Record<string, string>;
|
|
74
|
-
export declare const i18nFileSelectorSubtitleLabel: Record<string, string>;
|
|
75
|
-
export declare const i18nFileSelectorSubtitleLabelMultiple: Record<string, string>;
|
|
76
|
-
export declare const i18nFileSelectorDeleteFile: Record<string, string>;
|
|
77
|
-
export declare const i18nFileSelectorCurrentlySelected: (filesName: string[]) => Record<string, string>;
|
|
78
|
-
export declare const i18nNextPage: Record<string, string>;
|
|
79
|
-
export declare const i18nPreviousPage: Record<string, string>;
|
|
80
|
-
export declare const i18nPage: Record<string, string>;
|
|
81
|
-
export declare const i18nItemsPerPage: Record<string, string>;
|
|
82
|
-
export declare const i18nPaginatorSelected: Record<string, string>;
|
|
83
|
-
export declare const i18nPaginatorOf: Record<string, string>;
|
|
84
|
-
export declare const i18nCheckboxRequired: Record<string, string>;
|
|
85
|
-
export declare const i18nSelectionRequired: Record<string, string>;
|
|
86
|
-
export declare const i18nInputRequired: Record<string, string>;
|
|
87
|
-
export declare const i18nDateInvalid: Record<string, string>;
|
|
88
|
-
export declare const i18nDateMin: (min: string) => Record<string, string>;
|
|
89
|
-
export declare const i18nDateMax: (max: string) => Record<string, string>;
|
|
90
|
-
export declare const i18nTimeInputChange: (value: string) => Record<string, string>;
|
|
91
|
-
export declare const i18nTimeInvalid: Record<string, string>;
|
|
92
|
-
export declare const i18nTimeMax: Record<string, string>;
|
|
93
|
-
export declare const i18nTimeMaxLength: Record<string, string>;
|
|
94
|
-
export declare const i18nChipDelete: Record<string, string>;
|
|
95
|
-
export declare const i18nChipGroupInputDescription: Record<string, string>;
|
|
96
|
-
export declare const i18nCalendarWeekNumber: Record<string, string>;
|
|
97
|
-
export declare const i18nTimetableFormSwapButtonLabel: Record<string, string>;
|
|
98
|
-
export declare const i18nCarouselItemAriaLabel: (index: number, total: number) => Record<string, string>;
|
|
99
|
-
export declare const i18nCarouselArrowsNavigationHint: Record<string, string>;
|
|
100
|
-
export declare const i18nNextSlide: Record<string, string>;
|
|
101
|
-
export declare const i18nPreviousSlide: Record<string, string>;
|
|
102
|
-
export declare const i18nSlide: Record<string, string>;
|
|
103
|
-
//# sourceMappingURL=i18n.d.ts.map
|
package/core/i18n/i18n.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAElE,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK9C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAa5D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK5C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKvD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKzD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK1D,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmBrE,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CA6BrF,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CA6BnF,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAiBlF,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKzD,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAyB3E,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmEvE,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/C,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKjD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK5C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKzD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK5D,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,WAAW,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAKzE,CAAC;AAEH,eAAO,MAAM,qBAAqB,GAAI,WAAW,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7E,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,aAAa,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAK3E,CAAC;AAEH,eAAO,MAAM,qBAAqB,GAAI,aAAa,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/E,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK5D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,YAAY,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhF,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK9D,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKjD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK9D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKtE,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhE,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxE,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEF,eAAO,MAAM,iCAAiC,GAAI,WAAW,MAAM,EAAE,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAe5F,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK/C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKvD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEH,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAK7D,CAAC;AAEH,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAKvE,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKlD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKjD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhE,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKzD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnE,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,OAAO,MAAM,EACb,OAAO,MAAM,KACZ,MAAM,CAAC,MAAM,EAAE,MAAM,CAKtB,CAAC;AAEH,eAAO,MAAM,gCAAgC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKnE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKhD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAKpD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAK5C,CAAC"}
|
package/core/i18n.d.ts
DELETED
package/core/i18n.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/elements/core/i18n.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gBAAgB,CAAC"}
|
package/core/images.d.ts
DELETED
package/core/images.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"images.d.ts","sourceRoot":"","sources":["../../../src/elements/core/images.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,QAAA,MAAM,YAAY,EAAE,MAAM,EAWzB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"overlay-close-details.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/interfaces/overlay-close-details.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,MAAM,MAAM,2BAA2B,GAAG;IACxC,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"paginator-page.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/interfaces/paginator-page.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type SbbLanguage = 'de' | 'en' | 'fr' | 'it';
|
|
2
|
-
export type SbbTime = `${number}:${number}:${number}`;
|
|
3
|
-
export type SbbHorizontalFrom = 'zero' | 'small' | 'large' | 'ultra';
|
|
4
|
-
export type SbbIconPlacement = 'start' | 'end';
|
|
5
|
-
export type SbbOccupancy = 'high' | 'medium' | 'low' | 'none';
|
|
6
|
-
export type SbbOrientation = 'horizontal' | 'vertical';
|
|
7
|
-
export type SbbProtectiveRoom = 'none' | 'minimal' | 'ideal';
|
|
8
|
-
export type SbbOpenedClosedState = 'closed' | 'opening' | 'opened' | 'closing';
|
|
9
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/interfaces/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEpD,MAAM,MAAM,OAAO,GAAG,GAAG,MAAM,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC;AAEtD,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAErE,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,KAAK,CAAC;AAE/C,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,UAAU,CAAC;AAEvD,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7D,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC"}
|
package/core/interfaces.d.ts
DELETED
package/core/interfaces.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/elements/core/interfaces.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
export declare abstract class SbbAnimationCompleteMixinType {
|
|
4
|
-
isAnimating: boolean;
|
|
5
|
-
get animationComplete(): Promise<void> | null;
|
|
6
|
-
protected startAnimation(): void;
|
|
7
|
-
protected stopAnimation(): void;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Enhances the component with a Promise which resolves whenever an animation ends.
|
|
11
|
-
*/
|
|
12
|
-
export declare const SbbAnimationCompleteMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbAnimationCompleteMixinType> & T;
|
|
13
|
-
//# sourceMappingURL=animation-complete-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animation-complete-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/animation-complete-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAEtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,6BAA6B;IAClD,WAAW,EAAE,OAAO,CAAC;IAC5B,IAAW,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACrD,SAAS,CAAC,cAAc,IAAI,IAAI;IAChC,SAAS,CAAC,aAAa,IAAI,IAAI;CAChC;AAED;;GAEG;AAEH,eAAO,MAAM,yBAAyB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACjF,YAAY,CAAC,KACZ,mBAAmB,CAAC,6BAA6B,CAAC,GAAG,CA8DvD,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/** @docs-private */
|
|
2
|
-
export type Constructor<T> = new (...args: any[]) => T;
|
|
3
|
-
/**
|
|
4
|
-
* This is a permissive type for abstract class constructors.
|
|
5
|
-
* @docs-private
|
|
6
|
-
*/
|
|
7
|
-
export type AbstractConstructor<T = object> = abstract new (...args: any[]) => T;
|
|
8
|
-
//# sourceMappingURL=constructor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constructor.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/constructor.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAEvD;;;GAGG;AACH,MAAM,MAAM,mBAAmB,CAAC,CAAC,GAAG,MAAM,IAAI,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { SbbElementInternalsMixinType } from './element-internals-mixin.ts';
|
|
4
|
-
export declare class SbbDisabledMixinType {
|
|
5
|
-
accessor disabled: boolean;
|
|
6
|
-
protected isDisabledExternally(): boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class SbbDisabledInteractiveMixinType {
|
|
9
|
-
accessor disabledInteractive: boolean;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Enhance your component with a disabled property.
|
|
13
|
-
*/
|
|
14
|
-
export declare const SbbDisabledMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbDisabledMixinType> & T;
|
|
15
|
-
/**
|
|
16
|
-
* Enhance your component with a disabled interactive property.
|
|
17
|
-
*/
|
|
18
|
-
export declare const SbbDisabledInteractiveMixin: <T extends AbstractConstructor<LitElement & SbbDisabledMixinType>>(superClass: T) => AbstractConstructor<SbbDisabledInteractiveMixinType> & T;
|
|
19
|
-
export declare const SbbDisabledTabIndexActionMixin: <T extends AbstractConstructor<LitElement & SbbElementInternalsMixinType>>(superClass: T) => AbstractConstructor<SbbDisabledMixinType & SbbDisabledInteractiveMixinType> & T;
|
|
20
|
-
//# sourceMappingURL=disabled-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"disabled-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/disabled-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AAKtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAEjF,MAAM,CAAC,OAAO,OAAO,oBAAoB;IACvC,SAAgB,QAAQ,EAAE,OAAO,CAAC;IAClC,SAAS,CAAC,oBAAoB,IAAI,OAAO;CAC1C;AAED,MAAM,CAAC,OAAO,OAAO,+BAA+B;IAClD,SAAgB,mBAAmB,EAAE,OAAO,CAAC;CAC9C;AAED;;GAEG;AAEH,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACxE,YAAY,CAAC,KACZ,mBAAmB,CAAC,oBAAoB,CAAC,GAAG,CA8B9C,CAAC;AAEF;;GAEG;AAEH,eAAO,MAAM,2BAA2B,GACtC,CAAC,SAAS,mBAAmB,CAAC,UAAU,GAAG,oBAAoB,CAAC,EAEhE,YAAY,CAAC,KACZ,mBAAmB,CAAC,+BAA+B,CAAC,GAAG,CAazD,CAAC;AAGF,eAAO,MAAM,8BAA8B,GACzC,CAAC,SAAS,mBAAmB,CAAC,UAAU,GAAG,4BAA4B,CAAC,EAExE,YAAY,CAAC,KACZ,mBAAmB,CAAC,oBAAoB,GAAG,+BAA+B,CAAC,GAAG,CA2BhF,CAAC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
declare global {
|
|
4
|
-
interface ARIAMixin {
|
|
5
|
-
ariaActiveDescendantElement: Element | null;
|
|
6
|
-
ariaControlsElements: readonly Element[] | null;
|
|
7
|
-
ariaDescribedByElements: readonly Element[] | null;
|
|
8
|
-
ariaDetailsElements: readonly Element[] | null;
|
|
9
|
-
ariaErrorMessageElements: readonly Element[] | null;
|
|
10
|
-
ariaLabelledByElements: readonly Element[] | null;
|
|
11
|
-
ariaOwnsElements: readonly Element[] | null;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export interface SbbStateController {
|
|
15
|
-
add(value: string): this;
|
|
16
|
-
delete(value: string): boolean;
|
|
17
|
-
has(value: string): boolean;
|
|
18
|
-
toggle(value: string, force?: boolean): void;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Creates a state controller for the given element.
|
|
22
|
-
* NOT INTENDED TO BE USED BY CONSUMERS!
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
export declare function ɵstateController(element: Element): SbbStateController;
|
|
26
|
-
export declare function ɵstateController(element: Element | undefined | null): SbbStateController | null;
|
|
27
|
-
export interface SbbElementInternalsConstructor {
|
|
28
|
-
role?: ElementInternals['role'];
|
|
29
|
-
}
|
|
30
|
-
export declare abstract class SbbElementInternalsMixinType {
|
|
31
|
-
protected readonly internals: ElementInternals;
|
|
32
|
-
protected toggleState(value: string, force?: boolean): void;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Appends the given elements to the given aria value and returns the
|
|
36
|
-
* combined value as a new array or null, if both values were empty.
|
|
37
|
-
*/
|
|
38
|
-
export declare const appendAriaElements: (ariaValue: readonly Element[] | null, ...newElements: (Element | null)[]) => Element[] | null;
|
|
39
|
-
/**
|
|
40
|
-
* Removes the given elements from the given aria value and returns
|
|
41
|
-
* the remaining elements as a new array or null, if the result is empty.
|
|
42
|
-
*/
|
|
43
|
-
export declare const removeAriaElements: (ariaValue: readonly Element[] | null, ...removableElements: (Element | null)[]) => Element[] | null;
|
|
44
|
-
/**
|
|
45
|
-
* The SbbElementInternalsMixin attaches ElementInternals to the element and sets
|
|
46
|
-
* the role, if defined.
|
|
47
|
-
*/
|
|
48
|
-
export declare const SbbElementInternalsMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbElementInternalsMixinType> & T & SbbElementInternalsConstructor;
|
|
49
|
-
//# sourceMappingURL=element-internals-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"element-internals-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/element-internals-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,UAAU,EAA2B,MAAM,KAAK,CAAC;AAIzE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AA8D5D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,SAAS;QACjB,2BAA2B,EAAE,OAAO,GAAG,IAAI,CAAC;QAC5C,oBAAoB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;QAChD,uBAAuB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;QACnD,mBAAmB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;QAC/C,wBAAwB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;QACpD,sBAAsB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;QAClD,gBAAgB,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAAC;KAC7C;CACF;AA2KD,MAAM,WAAW,kBAAkB;IACjC,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IAC/B,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,OAAO,GAAG,kBAAkB,CAAC;AACvE,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,OAAO,GAAG,SAAS,GAAG,IAAI,GAAG,kBAAkB,GAAG,IAAI,CAAC;AAqCjG,MAAM,WAAW,8BAA8B;IAC7C,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,4BAA4B;IACxD,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAAC;IAC/C,SAAS,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;CAC5D;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAC7B,WAAW,SAAS,OAAO,EAAE,GAAG,IAAI,EACpC,GAAG,aAAa,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,KACjC,OAAO,EAAE,GAAG,IAGd,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAC7B,WAAW,SAAS,OAAO,EAAE,GAAG,IAAI,EACpC,GAAG,mBAAmB,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,KACvC,OAAO,EAAE,GAAG,IAId,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,wBAAwB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EAChF,YAAY,CAAC,KACZ,mBAAmB,CAAC,4BAA4B,CAAC,GAAG,CAAC,GAAG,8BA6C1D,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { FormRestoreReason, FormRestoreState } from './form-associated-mixin.ts';
|
|
4
|
-
declare const SbbFormAssociatedCheckboxMixinType_base: AbstractConstructor<import('./disabled-mixin.ts').SbbDisabledMixinType> & AbstractConstructor<import('./required-mixin.ts').SbbRequiredMixinType> & AbstractConstructor<import('./form-associated-mixin.ts').SbbFormAssociatedMixinType> & AbstractConstructor<import('./element-internals-mixin.ts').SbbElementInternalsMixinType> & typeof LitElement & import('./element-internals-mixin.ts').SbbElementInternalsConstructor;
|
|
5
|
-
export declare abstract class SbbFormAssociatedCheckboxMixinType extends SbbFormAssociatedCheckboxMixinType_base {
|
|
6
|
-
accessor checked: boolean;
|
|
7
|
-
formResetCallback(): void;
|
|
8
|
-
formStateRestoreCallback(state: FormRestoreState | null, reason: FormRestoreReason): void;
|
|
9
|
-
protected isRequiredExternally(): boolean;
|
|
10
|
-
protected withUserInteraction?(): void;
|
|
11
|
-
protected updateFormValue(): void;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* The FormAssociatedCheckboxMixin enables native form support for checkbox controls.
|
|
15
|
-
*
|
|
16
|
-
* Inherited classes MUST implement the ariaChecked state (ElementInternals) themselves.
|
|
17
|
-
*/
|
|
18
|
-
export declare const SbbFormAssociatedCheckboxMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbFormAssociatedCheckboxMixinType> & T;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=form-associated-checkbox-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-associated-checkbox-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-checkbox-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,UAAU,EAAE,MAAM,KAAK,CAAC;AAQxD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACtB,MAAM,4BAA4B,CAAC;;AAKpC,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,kCAAmC,SAAQ,uCAExE;IACC,SAAgB,OAAO,EAAE,OAAO,CAAC;IAE1B,iBAAiB,IAAI,IAAI;IACzB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAAE,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAEhG,SAAS,CAAC,oBAAoB,IAAI,OAAO;IACzC,SAAS,CAAC,mBAAmB,CAAC,IAAI,IAAI;IACtC,SAAS,CAAC,eAAe,IAAI,IAAI;CAClC;AAED;;;;GAIG;AAEH,eAAO,MAAM,8BAA8B,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACtF,YAAY,CAAC,KACZ,mBAAmB,CAAC,kCAAkC,CAAC,GAAG,CA8J5D,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { SbbLanguageController } from '../controllers.ts';
|
|
3
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
4
|
-
import { FormRestoreReason, FormRestoreState } from './form-associated-mixin.ts';
|
|
5
|
-
declare const SbbFormAssociatedInputMixinType_base: AbstractConstructor<import('./required-mixin.ts').SbbRequiredMixinType> & AbstractConstructor<import('./form-associated-mixin.ts').SbbFormAssociatedMixinType> & AbstractConstructor<import('./element-internals-mixin.ts').SbbElementInternalsMixinType> & typeof LitElement & import('./element-internals-mixin.ts').SbbElementInternalsConstructor;
|
|
6
|
-
export declare abstract class SbbFormAssociatedInputMixinType extends SbbFormAssociatedInputMixinType_base {
|
|
7
|
-
static readonly formFieldAssociated = true;
|
|
8
|
-
set value(value: string);
|
|
9
|
-
get value(): string;
|
|
10
|
-
set disabled(value: boolean);
|
|
11
|
-
get disabled(): boolean;
|
|
12
|
-
set readOnly(value: boolean);
|
|
13
|
-
get readOnly(): boolean;
|
|
14
|
-
set placeholder(value: string);
|
|
15
|
-
get placeholder(): string;
|
|
16
|
-
/**
|
|
17
|
-
* Makes the selection equal to the current object.
|
|
18
|
-
*
|
|
19
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select)
|
|
20
|
-
*/
|
|
21
|
-
select(): void;
|
|
22
|
-
formResetCallback(): void;
|
|
23
|
-
formStateRestoreCallback(state: FormRestoreState | null, reason: FormRestoreReason): void;
|
|
24
|
-
protected preparePastedText(text: string): string;
|
|
25
|
-
protected language: SbbLanguageController;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* The SbbFormAssociatedInputMixin enables native form support for text input controls.
|
|
29
|
-
*/
|
|
30
|
-
export declare const SbbFormAssociatedInputMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbFormAssociatedInputMixinType> & T;
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=form-associated-input-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-associated-input-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-input-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAIb,OAAO,EAAE,qBAAqB,EAA8B,MAAM,mBAAmB,CAAC;AAItF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAEtB,MAAM,4BAA4B,CAAC;;AAIpC,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,+BAAgC,SAAQ,oCAErE;IACC,gBAAuB,mBAAmB,QAAQ;IAElD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE;IAChC,IAAW,KAAK,IAAI,MAAM,CAAC;IAE3B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE;IACpC,IAAW,QAAQ,IAAI,OAAO,CAAC;IAE/B,IAAW,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE;IACtC,IAAW,WAAW,IAAI,MAAM,CAAC;IAEjC;;;;OAIG;IACI,MAAM,IAAI,IAAI;IAEd,iBAAiB,IAAI,IAAI;IACzB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAAE,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAEhG,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IACjD,SAAS,CAAC,QAAQ,EAAE,qBAAqB,CAAC;CAC3C;AAgBD;;GAEG;AAEH,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACnF,YAAY,CAAC,KACZ,mBAAmB,CAAC,+BAA+B,CAAC,GAAG,CAqazD,CAAC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { SbbElementInternalsMixinType } from './element-internals-mixin.ts';
|
|
4
|
-
declare global {
|
|
5
|
-
/**
|
|
6
|
-
* Defines custom validity state properties.
|
|
7
|
-
*/
|
|
8
|
-
interface CustomValidityState {
|
|
9
|
-
}
|
|
10
|
-
interface ValidityState extends CustomValidityState {
|
|
11
|
-
}
|
|
12
|
-
interface ValidityStateFlags extends Partial<CustomValidityState> {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export declare abstract class SbbFormAssociatedMixinType {
|
|
16
|
-
get form(): HTMLFormElement | null;
|
|
17
|
-
accessor name: string;
|
|
18
|
-
get type(): string;
|
|
19
|
-
abstract accessor value: unknown;
|
|
20
|
-
get validity(): ValidityState;
|
|
21
|
-
get validationMessage(): string;
|
|
22
|
-
get willValidate(): boolean;
|
|
23
|
-
protected formDisabled: boolean;
|
|
24
|
-
checkValidity(): boolean;
|
|
25
|
-
reportValidity(): boolean;
|
|
26
|
-
setCustomValidity(message: string): void;
|
|
27
|
-
formAssociatedCallback?(form: HTMLFormElement | null): void;
|
|
28
|
-
formDisabledCallback(disabled: boolean): void;
|
|
29
|
-
abstract formResetCallback(): void;
|
|
30
|
-
abstract formStateRestoreCallback(state: FormRestoreState | null, reason: FormRestoreReason): void;
|
|
31
|
-
protected updateFormValue(): void;
|
|
32
|
-
protected formState?(): FormRestoreState;
|
|
33
|
-
protected setValidityFlag<T extends keyof ValidityStateFlags>(flag: T, message: string, flagValue?: ValidityStateFlags[T]): void;
|
|
34
|
-
protected removeValidityFlag<T extends keyof ValidityStateFlags>(flag: T): void;
|
|
35
|
-
protected validate(): void;
|
|
36
|
-
protected shouldValidate(name: PropertyKey | undefined): boolean;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* The FormAssociatedMixin enables native form support for custom controls.
|
|
40
|
-
*/
|
|
41
|
-
export declare const SbbFormAssociatedMixin: <T extends AbstractConstructor<LitElement & SbbElementInternalsMixinType>>(superClass: T) => AbstractConstructor<SbbFormAssociatedMixinType> & T;
|
|
42
|
-
/**
|
|
43
|
-
* A value to be restored for a component's form value. If a component's form
|
|
44
|
-
* state is a `FormData` object, its entry list of name and values will be
|
|
45
|
-
* provided.
|
|
46
|
-
*/
|
|
47
|
-
export type FormRestoreState = string | FormData | File;
|
|
48
|
-
/**
|
|
49
|
-
* The reason a form component is being restored for, either `'restore'` for
|
|
50
|
-
* browser restoration or `'autocomplete'` for restoring user values.
|
|
51
|
-
*/
|
|
52
|
-
export type FormRestoreReason = 'restore' | 'autocomplete';
|
|
53
|
-
//# sourceMappingURL=form-associated-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-associated-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-mixin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAuC,MAAM,KAAK,CAAC;AAK3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAEjF,OAAO,CAAC,MAAM,CAAC;IACb;;OAEG;IACH,UAAU,mBAAmB;KAAG;IAChC,UAAU,aAAc,SAAQ,mBAAmB;KAAG;IACtD,UAAU,kBAAmB,SAAQ,OAAO,CAAC,mBAAmB,CAAC;KAAG;CACrE;AAoCD,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,0BAA0B;IACtD,IAAW,IAAI,IAAI,eAAe,GAAG,IAAI,CAAC;IAC1C,SAAgB,IAAI,EAAE,MAAM,CAAC;IAC7B,IAAW,IAAI,IAAI,MAAM,CAAC;IAE1B,kBAAyB,KAAK,EAAE,OAAO,CAAC;IAExC,IAAW,QAAQ,IAAI,aAAa,CAAC;IACrC,IAAW,iBAAiB,IAAI,MAAM,CAAC;IACvC,IAAW,YAAY,IAAI,OAAO,CAAC;IAEnC,SAAS,CAAC,YAAY,EAAE,OAAO,CAAC;IAEzB,aAAa,IAAI,OAAO;IACxB,cAAc,IAAI,OAAO;IACzB,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAExC,sBAAsB,CAAC,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI,GAAG,IAAI;IAC3D,oBAAoB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;aACpC,iBAAiB,IAAI,IAAI;aACzB,wBAAwB,CACtC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAC9B,MAAM,EAAE,iBAAiB,GACxB,IAAI;IAEP,SAAS,CAAC,eAAe,IAAI,IAAI;IACjC,SAAS,CAAC,SAAS,CAAC,IAAI,gBAAgB;IACxC,SAAS,CAAC,eAAe,CAAC,CAAC,SAAS,MAAM,kBAAkB,EAC1D,IAAI,EAAE,CAAC,EACP,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAChC,IAAI;IACP,SAAS,CAAC,kBAAkB,CAAC,CAAC,SAAS,MAAM,kBAAkB,EAAE,IAAI,EAAE,CAAC,GAAG,IAAI;IAC/E,SAAS,CAAC,QAAQ,IAAI,IAAI;IAC1B,SAAS,CAAC,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,SAAS,GAAG,OAAO;CACjE;AAED;;GAEG;AAEH,eAAO,MAAM,sBAAsB,GACjC,CAAC,SAAS,mBAAmB,CAAC,UAAU,GAAG,4BAA4B,CAAC,EAExE,YAAY,CAAC,KACZ,mBAAmB,CAAC,0BAA0B,CAAC,GAAG,CAgUpD,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI,CAAC;AAExD;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,cAAc,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { FormRestoreReason, FormRestoreState } from './form-associated-mixin.ts';
|
|
4
|
-
/**
|
|
5
|
-
* A static registry that holds a collection of grouped `radio-buttons`.
|
|
6
|
-
* Groups of radio buttons are local to the form they belong (or the `renderRoot` if they're not part of any form)
|
|
7
|
-
* Multiple groups of radio with the same name can coexist (as long as they belong to a different form / renderRoot)
|
|
8
|
-
* It is mainly used to support the standalone groups of radios.
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export declare const radioButtonRegistry: WeakMap<Node, Map<string, Set<SbbFormAssociatedRadioButtonMixinType>>>;
|
|
12
|
-
declare const SbbFormAssociatedRadioButtonMixinType_base: AbstractConstructor<import('./disabled-mixin.ts').SbbDisabledMixinType> & AbstractConstructor<import('./required-mixin.ts').SbbRequiredMixinType> & AbstractConstructor<import('./form-associated-mixin.ts').SbbFormAssociatedMixinType> & AbstractConstructor<import('./element-internals-mixin.ts').SbbElementInternalsMixinType> & typeof LitElement & import('./element-internals-mixin.ts').SbbElementInternalsConstructor;
|
|
13
|
-
export declare abstract class SbbFormAssociatedRadioButtonMixinType extends SbbFormAssociatedRadioButtonMixinType_base {
|
|
14
|
-
accessor checked: boolean;
|
|
15
|
-
protected associatedRadioButtons?: Set<SbbFormAssociatedRadioButtonMixinType>;
|
|
16
|
-
formResetCallback(): void;
|
|
17
|
-
formStateRestoreCallback(state: FormRestoreState | null, reason: FormRestoreReason): void;
|
|
18
|
-
protected updateFormValue(): void;
|
|
19
|
-
protected updateFocusableRadios(): void;
|
|
20
|
-
protected emitChangeEvents(): void;
|
|
21
|
-
protected navigateByKeyboard(radio: SbbFormAssociatedRadioButtonMixinType): Promise<void>;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* The SbbFormAssociatedRadioButtonMixin enables native form support for radio controls.
|
|
25
|
-
*/
|
|
26
|
-
export declare const SbbFormAssociatedRadioButtonMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbFormAssociatedRadioButtonMixinType> & T;
|
|
27
|
-
export {};
|
|
28
|
-
//# sourceMappingURL=form-associated-radio-button-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-associated-radio-button-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/form-associated-radio-button-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,UAAU,EAAuB,MAAM,KAAK,CAAC;AAOrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAEtB,MAAM,4BAA4B,CAAC;AAGpC;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,wEAG7B,CAAC;;AAEJ,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,qCAAsC,SAAQ,0CAE3E;IACC,SAAgB,OAAO,EAAE,OAAO,CAAC;IAEjC,SAAS,CAAC,sBAAsB,CAAC,EAAE,GAAG,CAAC,qCAAqC,CAAC,CAAC;IAEvE,iBAAiB,IAAI,IAAI;IACzB,wBAAwB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAAE,MAAM,EAAE,iBAAiB,GAAG,IAAI;IAEhG,SAAS,CAAC,eAAe,IAAI,IAAI;IACjC,SAAS,CAAC,qBAAqB,IAAI,IAAI;IACvC,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAClC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,qCAAqC,GAAG,OAAO,CAAC,IAAI,CAAC;CAC1F;AAED;;GAEG;AAEH,eAAO,MAAM,iCAAiC,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACzF,YAAY,CAAC,KACZ,mBAAmB,CAAC,qCAAqC,CAAC,GAAG,CAsT/D,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
export declare abstract class SbbHydrationMixinType {
|
|
4
|
-
/**
|
|
5
|
-
* Returns a Promise that resolves when the element has completed hydration.
|
|
6
|
-
* The Promise value is a boolean that is `true` if the element required hydration
|
|
7
|
-
* and `false` if not.
|
|
8
|
-
*
|
|
9
|
-
* @return A promise of a boolean that resolves to true once the hydration completed.
|
|
10
|
-
*/
|
|
11
|
-
get hydrationComplete(): Promise<boolean>;
|
|
12
|
-
/** Returns whether hydration is required and not completed. */
|
|
13
|
-
protected get hydrationRequired(): boolean;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* This mixin extends a base class with functionality to check if hydration is completed.
|
|
17
|
-
* It also delays slotchange events until hydration is complete.
|
|
18
|
-
*
|
|
19
|
-
* @param base The class to extend.
|
|
20
|
-
* @returns A class extended with the hydration check functionality.
|
|
21
|
-
*/
|
|
22
|
-
export declare const SbbHydrationMixin: <T extends AbstractConstructor<LitElement>>(base: T) => AbstractConstructor<SbbHydrationMixinType> & T;
|
|
23
|
-
//# sourceMappingURL=hydration-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hydration-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/hydration-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AAEtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,qBAAqB;IACjD;;;;;;OAMG;IACH,IAAW,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAEjD,+DAA+D;IAC/D,SAAS,KAAK,iBAAiB,IAAI,OAAO,CAAC;CAC5C;AAED;;;;;;GAMG;AAEH,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACzE,MAAM,CAAC,KACN,mBAAmB,CAAC,qBAAqB,CAAC,GAAG,CAwE/C,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { SbbHydrationMixinType } from './hydration-mixin.ts';
|
|
4
|
-
export type SbbNamedSlotProperties = {
|
|
5
|
-
name: string;
|
|
6
|
-
ariaHidden: boolean;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Helper type for willUpdate or similar checks.
|
|
10
|
-
* Allows the usage of the string literal 'listChildren'.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* protected override willUpdate(changedProperties: PropertyValues<WithListChildren<this>>): void {
|
|
14
|
-
* if (changedProperties.has('listChildren')) {
|
|
15
|
-
* ...
|
|
16
|
-
* }
|
|
17
|
-
* }
|
|
18
|
-
*/
|
|
19
|
-
export type WithListChildren<T extends SbbNamedSlotListMixinType<C>, C extends HTMLElement = HTMLElement> = T & {
|
|
20
|
-
listChildren: C[];
|
|
21
|
-
};
|
|
22
|
-
export declare abstract class SbbNamedSlotListMixinType<C extends HTMLElement> extends SbbHydrationMixinType {
|
|
23
|
-
protected abstract readonly listChildLocalNames: string[];
|
|
24
|
-
protected accessor listChildren: C[];
|
|
25
|
-
protected renderList(attributes?: {
|
|
26
|
-
class?: string;
|
|
27
|
-
ariaLabel?: string;
|
|
28
|
-
ariaLabelledby?: string;
|
|
29
|
-
}, listItemAttributes?: {
|
|
30
|
-
localNameVisualOnly?: string[];
|
|
31
|
-
}): TemplateResult;
|
|
32
|
-
protected listSlotEntries(): SbbNamedSlotProperties[];
|
|
33
|
-
protected renderHiddenSlot(): TemplateResult;
|
|
34
|
-
}
|
|
35
|
-
export declare const SbbNamedSlotListMixin: <C extends HTMLElement, T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbNamedSlotListMixinType<C>> & T;
|
|
36
|
-
//# sourceMappingURL=named-slot-list-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"named-slot-list-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/named-slot-list-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAW,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAqB,KAAK,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAErF,OAAO,6BAA6B,CAAC;AAKrC,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,MAAM,MAAM,gBAAgB,CAC1B,CAAC,SAAS,yBAAyB,CAAC,CAAC,CAAC,EACtC,CAAC,SAAS,WAAW,GAAG,WAAW,IACjC,CAAC,GAAG;IAAE,YAAY,EAAE,CAAC,EAAE,CAAA;CAAE,CAAC;AAE9B,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,yBAAyB,CACrD,CAAC,SAAS,WAAW,CACrB,SAAQ,qBAAqB;IAC7B,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAC1D,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAC,EAAE,CAAC;IACrC,SAAS,CAAC,UAAU,CAClB,UAAU,CAAC,EAAE;QACX,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,EACD,kBAAkB,CAAC,EAAE;QACnB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;KAChC,GACA,cAAc;IACjB,SAAS,CAAC,eAAe,IAAI,sBAAsB,EAAE;IACrD,SAAS,CAAC,gBAAgB,IAAI,cAAc;CAC7C;AAGD,eAAO,MAAM,qBAAqB,GAChC,CAAC,SAAS,WAAW,EACrB,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EAEzC,YAAY,CAAC,KACZ,mBAAmB,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC,GAAG,CAsItD,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
export declare class SbbNegativeMixinType {
|
|
4
|
-
accessor negative: boolean;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Enhance your component with a negative property.
|
|
8
|
-
*/
|
|
9
|
-
export declare const SbbNegativeMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbNegativeMixinType> & T;
|
|
10
|
-
//# sourceMappingURL=negative-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"negative-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/negative-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,CAAC,OAAO,OAAO,oBAAoB;IACvC,SAAgB,QAAQ,EAAE,OAAO,CAAC;CACnC;AAED;;GAEG;AAEH,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACxE,YAAY,CAAC,KACZ,mBAAmB,CAAC,oBAAoB,CAAC,GAAG,CAS9C,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { SbbCheckboxGroupElement } from '../../checkbox/checkbox-group.ts';
|
|
3
|
-
import { SbbCheckboxSize } from '../../checkbox/common/checkbox-common.ts';
|
|
4
|
-
import { SbbRadioButtonSize } from '../../radio-button/common/radio-button-common.ts';
|
|
5
|
-
import { SbbRadioButtonGroupElement } from '../../radio-button/radio-button-group.ts';
|
|
6
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
7
|
-
interface SbbPanelWithGroup {
|
|
8
|
-
group: SbbCheckboxGroupElement | SbbRadioButtonGroupElement | null;
|
|
9
|
-
}
|
|
10
|
-
export declare class SbbPanelMixinType {
|
|
11
|
-
accessor color: 'white' | 'milk';
|
|
12
|
-
accessor borderless: boolean;
|
|
13
|
-
accessor expansionState: string;
|
|
14
|
-
accessor size: SbbCheckboxSize | SbbRadioButtonSize;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Mixin for common panel behaviors
|
|
18
|
-
*/
|
|
19
|
-
export declare const SbbPanelMixin: <T extends AbstractConstructor<LitElement & SbbPanelWithGroup>>(superClass: T) => AbstractConstructor<SbbPanelMixinType> & T;
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=panel-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"panel-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/panel-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAGtC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAI3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,UAAU,iBAAiB;IACzB,KAAK,EAAE,uBAAuB,GAAG,0BAA0B,GAAG,IAAI,CAAC;CACpE;AAED,MAAM,CAAC,OAAO,OAAO,iBAAiB;IACpC,SAAgB,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;IACxC,SAAgB,UAAU,EAAE,OAAO,CAAC;IACpC,SAAgB,cAAc,EAAE,MAAM,CAAC;IACvC,SAAgB,IAAI,EAAE,eAAe,GAAG,kBAAkB,CAAC;CAC5D;AAED;;GAEG;AAEH,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,GAAG,iBAAiB,CAAC,EACzF,YAAY,CAAC,KACZ,mBAAmB,CAAC,iBAAiB,CAAC,GAAG,CAiC3C,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
export declare class SbbReadonlyMixinType {
|
|
4
|
-
accessor readOnly: boolean;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Enhance your component with a readonly property.
|
|
8
|
-
*/
|
|
9
|
-
export declare const SbbReadonlyMixin: <T extends AbstractConstructor<LitElement>>(superClass: T) => AbstractConstructor<SbbReadonlyMixinType> & T;
|
|
10
|
-
//# sourceMappingURL=readonly-mixin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"readonly-mixin.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/mixins/readonly-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAGtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,CAAC,OAAO,OAAO,oBAAoB;IACvC,SAAgB,QAAQ,EAAE,OAAO,CAAC;CACnC;AAED;;GAEG;AAEH,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,mBAAmB,CAAC,UAAU,CAAC,EACxE,YAAY,CAAC,KACZ,mBAAmB,CAAC,oBAAoB,CAAC,GAAG,CAoB9C,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from './constructor.ts';
|
|
3
|
-
import { SbbElementInternalsMixinType } from './element-internals-mixin.ts';
|
|
4
|
-
export declare class SbbRequiredMixinType {
|
|
5
|
-
accessor required: boolean;
|
|
6
|
-
protected isRequiredExternally(): boolean;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Enhance your component with a required property.
|
|
10
|
-
*/
|
|
11
|
-
export declare const SbbRequiredMixin: <T extends AbstractConstructor<LitElement & SbbElementInternalsMixinType>>(superClass: T) => AbstractConstructor<SbbRequiredMixinType> & T;
|
|
12
|
-
//# sourceMappingURL=required-mixin.d.ts.map
|