@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
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup, TemplateResult } from 'lit';
|
|
2
|
-
import { SbbLinkBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbBreadcrumbElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../icon.ts').SbbIconNameMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbHydrationMixinType> & typeof SbbLinkBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a link to a page; used within a `sbb-breadcrumb-group` it can display the path to the current page.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the breadcrumb.
|
|
8
|
-
* @slot icon - Use this to display an icon as breadcrumb.
|
|
9
|
-
*/
|
|
10
|
-
export declare class SbbBreadcrumbElement extends SbbBreadcrumbElement_base {
|
|
11
|
-
static styles: CSSResultGroup;
|
|
12
|
-
protected renderTemplate(): TemplateResult;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-breadcrumb': SbbBreadcrumbElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=breadcrumb.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/breadcrumb/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAOjE;;;;;GAKG;AACH,qBAEM,oBAAqB,SAAQ,yBAAuD;IACxF,OAAuB,MAAM,EAAE,cAAc,CAA4B;cAEtD,cAAc,IAAI,cAAc;CAQpD;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,gBAAgB,EAAE,oBAAoB,CAAC;KACxC;CACF"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup, LitElement, PropertyValues, TemplateResult } from 'lit';
|
|
2
|
-
import { WithListChildren } from '../../core/mixins.ts';
|
|
3
|
-
import { SbbBreadcrumbElement } from '../breadcrumb.ts';
|
|
4
|
-
declare const SbbBreadcrumbGroupElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbElementInternalsMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbNamedSlotListMixinType<SbbBreadcrumbElement>> & typeof LitElement & import('../../core/mixins.ts').SbbElementInternalsConstructor;
|
|
5
|
-
/**
|
|
6
|
-
* It can be used as a container for one or more `sbb-breadcrumb` component.
|
|
7
|
-
*
|
|
8
|
-
* @slot - Use the unnamed slot to add `sbb-breadcrumb` elements.
|
|
9
|
-
*/
|
|
10
|
-
export declare class SbbBreadcrumbGroupElement extends SbbBreadcrumbGroupElement_base {
|
|
11
|
-
static readonly role = "navigation";
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
protected readonly listChildLocalNames: string[];
|
|
14
|
-
/** The state of the breadcrumb group. */
|
|
15
|
-
private set _state(value);
|
|
16
|
-
private get _state();
|
|
17
|
-
private _stateInternal;
|
|
18
|
-
private _resizeObserver;
|
|
19
|
-
private _language;
|
|
20
|
-
private _markForFocus;
|
|
21
|
-
constructor();
|
|
22
|
-
private _handleKeyDown;
|
|
23
|
-
protected firstUpdated(changedProperties: PropertyValues<this>): void;
|
|
24
|
-
protected willUpdate(changedProperties: PropertyValues<WithListChildren<this>>): void;
|
|
25
|
-
protected updated(changedProperties: PropertyValues<WithListChildren<this>>): void;
|
|
26
|
-
/** Apply the aria-current attribute to the last sbb-breadcrumb element. */
|
|
27
|
-
private _syncBreadcrumbs;
|
|
28
|
-
/**
|
|
29
|
-
* Sets the focus on the correct element when the ellipsis breadcrumb is displayed and the user is navigating with keyboard's arrows.
|
|
30
|
-
*/
|
|
31
|
-
private _focusNextCollapsed;
|
|
32
|
-
private _focusNext;
|
|
33
|
-
/**
|
|
34
|
-
* Note: due to @State annotation on _state, this method triggers a new render; as a consequence, the focus is moved
|
|
35
|
-
* to the `body`, so if the ellipsis element has focus, it's asynchronously forced to the first element.
|
|
36
|
-
*/
|
|
37
|
-
private _expandBreadcrumbs;
|
|
38
|
-
/** Evaluate if the expanded breadcrumb element fits in page width, otherwise it needs ellipsis */
|
|
39
|
-
private _evaluateCollapsedState;
|
|
40
|
-
private _renderCollapsed;
|
|
41
|
-
private _renderExpanded;
|
|
42
|
-
protected render(): TemplateResult;
|
|
43
|
-
}
|
|
44
|
-
declare global {
|
|
45
|
-
interface HTMLElementTagNameMap {
|
|
46
|
-
'sbb-breadcrumb-group': SbbBreadcrumbGroupElement;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
export {};
|
|
50
|
-
//# sourceMappingURL=breadcrumb-group.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-group.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/breadcrumb/breadcrumb-group/breadcrumb-group.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,cAAc,EAEnB,UAAU,EAEV,KAAK,cAAc,EACnB,KAAK,cAAc,EACpB,MAAM,KAAK,CAAC;AAUb,OAAO,EAGL,KAAK,gBAAgB,EACtB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI7D,OAAO,eAAe,CAAC;;AAIvB;;;;GAIG;AACH,qBAEM,yBAA0B,SAAQ,8BAEvC;IACC,gBAAgC,IAAI,gBAAgB;IACpD,OAAuB,MAAM,EAAE,cAAc,CAA4B;IACzE,mBAA4B,mBAAmB,WAAsB;IAErE,yCAAyC;IAEzC,OAAO,KAAK,MAAM,QAQjB;IACD,OAAO,KAAK,MAAM,GAEjB;IACD,OAAO,CAAC,cAAc,CAAkD;IAExE,OAAO,CAAC,eAAe,CAIpB;IACH,OAAO,CAAC,SAAS,CAAmC;IACpD,OAAO,CAAC,aAAa,CAAS;;IAO9B,OAAO,CAAC,cAAc;cAiBH,YAAY,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;cAO3D,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI;cAQ3E,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI;IAa3F,2EAA2E;IAC3E,OAAO,CAAC,gBAAgB;IAaxB;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAS3B,OAAO,CAAC,UAAU;IAYlB;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAK1B,kGAAkG;IAClG,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,gBAAgB;IA8BxB,OAAO,CAAC,eAAe;cAgBJ,MAAM,IAAI,cAAc;CAQ5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,sBAAsB,EAAE,yBAAyB,CAAC;KACnD;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-group.d.ts","sourceRoot":"","sources":["../../../src/elements/breadcrumb/breadcrumb-group.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kDAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/elements/breadcrumb/breadcrumb.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sCAAsC,CAAC"}
|
package/breadcrumb.d.ts
DELETED
package/breadcrumb.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../src/elements/breadcrumb.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbButtonBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbAccentButtonElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType & import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & typeof SbbButtonBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'accent' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the accent-button.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbAccentButtonElement extends SbbAccentButtonElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-accent-button': SbbAccentButtonElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=accent-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/accent-button/accent-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,sBAAuB,SAAQ,2BAEpC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,mBAAmB,EAAE,sBAAsB,CAAC;KAC7C;CACF"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbLinkBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbAccentButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbLinkBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the accent-button-link.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbAccentButtonLinkElement extends SbbAccentButtonLinkElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-accent-button-link': SbbAccentButtonLinkElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=accent-button-link.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button-link.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/accent-button-link/accent-button-link.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAKjE;;;;;;GAMG;AACH,qBAEM,0BAA2B,SAAQ,+BAExC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,wBAAwB,EAAE,0BAA0B,CAAC;KACtD;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button-link.d.ts","sourceRoot":"","sources":["../../../src/elements/button/accent-button-link.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sDAAsD,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbActionBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbAccentButtonStaticElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbActionBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a static button enhanced with the SBB Design in the 'accent' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the accent-button-static.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbAccentButtonStaticElement extends SbbAccentButtonStaticElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-accent-button-static': SbbAccentButtonStaticElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=accent-button-static.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button-static.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/accent-button-static/accent-button-static.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,4BAA6B,SAAQ,iCAE1C;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,0BAA0B,EAAE,4BAA4B,CAAC;KAC1D;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button-static.d.ts","sourceRoot":"","sources":["../../../src/elements/button/accent-button-static.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0DAA0D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accent-button.d.ts","sourceRoot":"","sources":["../../../src/elements/button/accent-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbButtonBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbButtonElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType & import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & typeof SbbButtonBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'primary' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the button.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbButtonElement extends SbbButtonElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-button': SbbButtonElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,gBAAiB,SAAQ,qBAE9B;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,YAAY,EAAE,gBAAgB,CAAC;KAChC;CACF"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbLinkBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbLinkBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'primary' variant, which will behave as a link.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the button-link.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbButtonLinkElement extends SbbButtonLinkElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-button-link': SbbButtonLinkElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=button-link.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-link.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/button-link/button-link.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAKjE;;;;;;GAMG;AACH,qBAEM,oBAAqB,SAAQ,yBAElC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,iBAAiB,EAAE,oBAAoB,CAAC;KACzC;CACF"}
|
package/button/button-link.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-link.d.ts","sourceRoot":"","sources":["../../../src/elements/button/button-link.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wCAAwC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbActionBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbButtonStaticElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbActionBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a static button enhanced with the SBB Design in the 'primary' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the button-static.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbButtonStaticElement extends SbbButtonStaticElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-button-static': SbbButtonStaticElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=button-static.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-static.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/button-static/button-static.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,sBAAuB,SAAQ,2BAEpC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,mBAAmB,EAAE,sBAAsB,CAAC;KAC7C;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-static.d.ts","sourceRoot":"","sources":["../../../src/elements/button/button-static.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4CAA4C,CAAC"}
|
package/button/button.d.ts
DELETED
package/button/button.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/elements/button/button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,8BAA8B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SbbActionBaseElement } from '../../core/base-elements.ts';
|
|
2
|
-
import { AbstractConstructor } from '../../core/mixins.ts';
|
|
3
|
-
export type SbbButtonSize = 'l' | 'm' | 's';
|
|
4
|
-
declare const SbbButtonCommonElementMixinType_base: AbstractConstructor<import('../../core/mixins.ts').SbbNegativeMixinType> & AbstractConstructor<import('../../icon.ts').SbbIconNameMixinType> & typeof SbbActionBaseElement;
|
|
5
|
-
export declare class SbbButtonCommonElementMixinType extends SbbButtonCommonElementMixinType_base {
|
|
6
|
-
accessor size: SbbButtonSize;
|
|
7
|
-
accessor loading: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const SbbButtonCommonElementMixin: <T extends AbstractConstructor<SbbActionBaseElement>>(superClass: T) => AbstractConstructor<SbbButtonCommonElementMixinType> & T;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=button-common.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button-common.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/common/button-common.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAIhE,MAAM,MAAM,aAAa,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;;AAE5C,MAAM,CAAC,OAAO,OAAO,+BAAgC,SAAQ,oCAE5D;IACC,SAAgB,IAAI,EAAE,aAAa,CAAC;IACpC,SAAgB,OAAO,EAAE,OAAO,CAAC;CAClC;AAGD,eAAO,MAAM,2BAA2B,GAAI,CAAC,SAAS,mBAAmB,CAAC,oBAAoB,CAAC,EAC7F,YAAY,CAAC,KACZ,mBAAmB,CAAC,+BAA+B,CAAC,GAAG,CA0DzD,CAAC"}
|
package/button/common.d.ts
DELETED
package/button/common.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/elements/button/common.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAE1C,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,mDAAmD,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup, TemplateResult } from 'lit';
|
|
2
|
-
import { SbbButtonBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbMiniButtonElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType & import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbNegativeMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../icon.ts').SbbIconNameMixinType> & typeof SbbButtonBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays an icon-only button enhanced with the SBB Design;
|
|
6
|
-
* it's meant to be used mainly within the sbb-form-field in prefix/suffix slot
|
|
7
|
-
* or the `sbb-mini-button-group`. *
|
|
8
|
-
* @slot - Use the unnamed slot to add a label to the mini-button.
|
|
9
|
-
* @slot icon - Slot used to display the icon, if one is set
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbMiniButtonElement extends SbbMiniButtonElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
protected renderTemplate(): TemplateResult;
|
|
14
|
-
}
|
|
15
|
-
declare global {
|
|
16
|
-
interface HTMLElementTagNameMap {
|
|
17
|
-
'sbb-mini-button': SbbMiniButtonElement;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=mini-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/mini-button/mini-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAMnE;;;;;;GAMG;AACH,qBAEM,oBAAqB,SAAQ,yBAElC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;cAEiB,cAAc,IAAI,cAAc;CAQpD;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,iBAAiB,EAAE,oBAAoB,CAAC;KACzC;CACF"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup, PropertyValues, TemplateResult, LitElement } from 'lit';
|
|
2
|
-
import { SbbMiniButtonElement } from '../mini-button/mini-button.component.ts';
|
|
3
|
-
export type SbbMiniButtonGroupSize = 's' | 'm' | 'l' | 'xl';
|
|
4
|
-
declare const SbbMiniButtonGroupElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbNegativeMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbNamedSlotListMixinType<SbbMiniButtonElement>> & typeof LitElement;
|
|
5
|
-
/**
|
|
6
|
-
* Display a list of `sbb-mini-button` elements in a horizontal container,
|
|
7
|
-
* possibly separated by a `sbb-divider` component.
|
|
8
|
-
*
|
|
9
|
-
* @slot - Use the unnamed slot to add `sbb-mini-button` and `sbb-divider` elements.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbMiniButtonGroupElement extends SbbMiniButtonGroupElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
protected readonly listChildLocalNames: string[];
|
|
14
|
-
/** This will be forwarded as aria-label to the list that contains the buttons. */
|
|
15
|
-
accessor accessibilityLabel: string;
|
|
16
|
-
/**
|
|
17
|
-
* Size variant, either s, m, l or xl.
|
|
18
|
-
* @default 'm' / 's' (lean)
|
|
19
|
-
*/
|
|
20
|
-
accessor size: SbbMiniButtonGroupSize;
|
|
21
|
-
protected willUpdate(changedProperties: PropertyValues<this>): void;
|
|
22
|
-
private _proxyNegative;
|
|
23
|
-
protected render(): TemplateResult;
|
|
24
|
-
}
|
|
25
|
-
declare global {
|
|
26
|
-
interface HTMLElementTagNameMap {
|
|
27
|
-
'sbb-mini-button-group': SbbMiniButtonGroupElement;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export {};
|
|
31
|
-
//# sourceMappingURL=mini-button-group.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button-group.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/mini-button-group/mini-button-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1E,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAQvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAIpF,MAAM,MAAM,sBAAsB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;;AAE5D;;;;;GAKG;AACH,qBAEM,yBAA0B,SAAQ,8BAEvC;IACC,OAAuB,MAAM,EAAE,cAAc,CAA4B;IACzE,mBAA4B,mBAAmB,WAI7C;IAEF,kFAAkF;IAClF,SAEgB,kBAAkB,EAAE,MAAM,CAAM;IAEhD;;;OAGG;IACH,SAA6C,IAAI,EAAE,sBAAsB,CAAwB;cAE9E,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAQ5E,OAAO,CAAC,cAAc;cAMH,MAAM,IAAI,cAAc;CAQ5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,uBAAuB,EAAE,yBAAyB,CAAC;KACpD;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button-group.d.ts","sourceRoot":"","sources":["../../../src/elements/button/mini-button-group.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup, TemplateResult } from 'lit';
|
|
2
|
-
import { SbbLinkBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbMiniButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbNegativeMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../icon.ts').SbbIconNameMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbLinkBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays an icon-only button enhanced with the SBB Design as link variant;
|
|
6
|
-
* it's meant to be used within the `sbb-mini-button-group`.
|
|
7
|
-
*
|
|
8
|
-
* @slot - Use the unnamed slot to add a label to the mini-button.
|
|
9
|
-
* @slot icon - Slot used to display the icon, if one is set
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbMiniButtonLinkElement extends SbbMiniButtonLinkElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
protected renderTemplate(): TemplateResult;
|
|
14
|
-
}
|
|
15
|
-
declare global {
|
|
16
|
-
interface HTMLElementTagNameMap {
|
|
17
|
-
'sbb-mini-button-link': SbbMiniButtonLinkElement;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=mini-button-link.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button-link.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/mini-button-link/mini-button-link.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAYjE;;;;;;GAMG;AACH,qBAEM,wBAAyB,SAAQ,6BAEtC;IACC,OAAuB,MAAM,EAAE,cAAc,CAK3C;cAEiB,cAAc,IAAI,cAAc;CAQpD;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,sBAAsB,EAAE,wBAAwB,CAAC;KAClD;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button-link.d.ts","sourceRoot":"","sources":["../../../src/elements/button/mini-button-link.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kDAAkD,CAAC"}
|
package/button/mini-button.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mini-button.d.ts","sourceRoot":"","sources":["../../../src/elements/button/mini-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,wCAAwC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbButtonBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbSecondaryButtonElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType & import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & typeof SbbButtonBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'secondary' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the secondary-button.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbSecondaryButtonElement extends SbbSecondaryButtonElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-secondary-button': SbbSecondaryButtonElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=secondary-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/secondary-button/secondary-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,yBAA0B,SAAQ,8BAEvC;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,sBAAsB,EAAE,yBAAyB,CAAC;KACnD;CACF"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbLinkBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbSecondaryButtonLinkElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledInteractiveMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbLinkBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a button enhanced with the SBB Design in the 'primary' variant, which will behave as a link.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the secondary-button-link.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbSecondaryButtonLinkElement extends SbbSecondaryButtonLinkElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-secondary-button-link': SbbSecondaryButtonLinkElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=secondary-button-link.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button-link.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/secondary-button-link/secondary-button-link.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;;AAKjE;;;;;;GAMG;AACH,qBAEM,6BAA8B,SAAQ,kCAE3C;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,2BAA2B,EAAE,6BAA6B,CAAC;KAC5D;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button-link.d.ts","sourceRoot":"","sources":["../../../src/elements/button/secondary-button-link.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4DAA4D,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CSSResultGroup } from 'lit';
|
|
2
|
-
import { SbbActionBaseElement } from '../../core/base-elements.ts';
|
|
3
|
-
declare const SbbSecondaryButtonStaticElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../common.ts').SbbButtonCommonElementMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbDisabledMixinType> & typeof SbbActionBaseElement;
|
|
4
|
-
/**
|
|
5
|
-
* It displays a static button enhanced with the SBB Design in the 'secondary' variant.
|
|
6
|
-
*
|
|
7
|
-
* @slot - Use the unnamed slot to add content to the secondary-button-static.
|
|
8
|
-
* @slot icon - Slot used to display the icon, if one is set.
|
|
9
|
-
* @cssprop [--sbb-button-loading-delay=300ms] - The delay before the loading animation starts, when setting the button into loading state.
|
|
10
|
-
*/
|
|
11
|
-
export declare class SbbSecondaryButtonStaticElement extends SbbSecondaryButtonStaticElement_base {
|
|
12
|
-
static styles: CSSResultGroup;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'sbb-secondary-button-static': SbbSecondaryButtonStaticElement;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=secondary-button-static.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button-static.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/button/secondary-button-static/secondary-button-static.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAKnE;;;;;;GAMG;AACH,qBAEM,+BAAgC,SAAQ,oCAE7C;IACC,OAAuB,MAAM,EAAE,cAAc,CAI3C;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,6BAA6B,EAAE,+BAA+B,CAAC;KAChE;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button-static.d.ts","sourceRoot":"","sources":["../../../src/elements/button/secondary-button-static.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,gEAAgE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button.d.ts","sourceRoot":"","sources":["../../../src/elements/button/secondary-button.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,kDAAkD,CAAC"}
|