@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,173 +0,0 @@
|
|
|
1
|
-
export declare const DAYS_PER_ROW: number;
|
|
2
|
-
export declare const MONTHS_PER_ROW: number;
|
|
3
|
-
export declare const YEARS_PER_ROW: number;
|
|
4
|
-
export declare const MONTHS_PER_PAGE: number;
|
|
5
|
-
export declare const YEARS_PER_PAGE: number;
|
|
6
|
-
export declare const FORMAT_DATE: RegExp;
|
|
7
|
-
export declare const ISO8601_FORMAT_DATE: RegExp;
|
|
8
|
-
/**
|
|
9
|
-
* Abstract date functionality.
|
|
10
|
-
*
|
|
11
|
-
* Adapted from https://github.com/angular/components/blob/main/src/material/core/datetime/date-adapter.ts
|
|
12
|
-
*/
|
|
13
|
-
export declare abstract class DateAdapter<T = any> {
|
|
14
|
-
/**
|
|
15
|
-
* Get the year as a number.
|
|
16
|
-
* @param date
|
|
17
|
-
*/
|
|
18
|
-
abstract getYear(date: T): number;
|
|
19
|
-
/**
|
|
20
|
-
* Get the month as a number.
|
|
21
|
-
* Attention: This returns 1-12 and mitigates the default JavaScript Date behavior.
|
|
22
|
-
* @param date
|
|
23
|
-
*/
|
|
24
|
-
abstract getMonth(date: T): number;
|
|
25
|
-
/**
|
|
26
|
-
* Get the day of the month as a number.
|
|
27
|
-
* @param date
|
|
28
|
-
*/
|
|
29
|
-
abstract getDate(date: T): number;
|
|
30
|
-
/**
|
|
31
|
-
* Get the Day of the week as a number.
|
|
32
|
-
* @param date
|
|
33
|
-
*/
|
|
34
|
-
abstract getDayOfWeek(date: T): number;
|
|
35
|
-
/** Get the first day of the week (0: sunday; 1: monday; etc.). */
|
|
36
|
-
abstract getFirstDayOfWeek(): number;
|
|
37
|
-
/**
|
|
38
|
-
* Get the number of days in a month.
|
|
39
|
-
* @param date
|
|
40
|
-
*/
|
|
41
|
-
abstract getNumDaysInMonth(date: T): number;
|
|
42
|
-
/**
|
|
43
|
-
* Get a list of all the months in a given style.
|
|
44
|
-
* @param style
|
|
45
|
-
*/
|
|
46
|
-
abstract getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
|
|
47
|
-
/** Get a string array with length = 31, filled with the days in a month, starting from 1. */
|
|
48
|
-
abstract getDateNames(): string[];
|
|
49
|
-
/**
|
|
50
|
-
* Get a list of all the week days in a given style.
|
|
51
|
-
* @param style
|
|
52
|
-
*/
|
|
53
|
-
abstract getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
|
|
54
|
-
/** Creates today's date. */
|
|
55
|
-
abstract today(): T;
|
|
56
|
-
/**
|
|
57
|
-
* Checks whether a given `date` is valid.
|
|
58
|
-
* @param date
|
|
59
|
-
*/
|
|
60
|
-
abstract isValid(date: T | null | undefined): date is T;
|
|
61
|
-
/**
|
|
62
|
-
* Creates a new date by cloning the given one.
|
|
63
|
-
* @param date
|
|
64
|
-
*/
|
|
65
|
-
abstract clone(date: T): T;
|
|
66
|
-
/**
|
|
67
|
-
* Creates a new date, given day, month and year; without date's overflow.
|
|
68
|
-
* @param year
|
|
69
|
-
* @param month The month of the date (1-indexed, 1 = January). Must be an integer 1 - 12.
|
|
70
|
-
* @param date
|
|
71
|
-
*/
|
|
72
|
-
abstract createDate(year: number, month: number, date: number): T;
|
|
73
|
-
/**
|
|
74
|
-
* Attempts to deserialize a value to a valid date object. This is different from parsing in that
|
|
75
|
-
* deserialize should only accept non-ambiguous, locale-independent formats (e.g. a ISO 8601
|
|
76
|
-
* string). The default implementation does not allow any deserialization, it simply checks that
|
|
77
|
-
* the given value is already a valid date object or null.
|
|
78
|
-
* @param value Either a date object, ISO string or an empty value.
|
|
79
|
-
* @returns The date if the input is valid, `null` otherwise.
|
|
80
|
-
*/
|
|
81
|
-
deserialize(value: T | string | null | undefined): T | null;
|
|
82
|
-
/**
|
|
83
|
-
* Creates a new date adding the number of provided `years` to the provided `date`.
|
|
84
|
-
* @param date The starting date.
|
|
85
|
-
* @param years The number of years to add.
|
|
86
|
-
*/
|
|
87
|
-
abstract addCalendarYears(date: T, years: number): T;
|
|
88
|
-
/**
|
|
89
|
-
* Creates a new date adding the number of provided `months` to the provided `date`.
|
|
90
|
-
* If the calculated month has fewer days than the original one, the date is set to the last day of the month.
|
|
91
|
-
* E.g. with `date` = new Date(2022, 0, 31) and `months` = 1, it returns new Date(2022, 1, 28).
|
|
92
|
-
* @param date The starting date.
|
|
93
|
-
* @param months The number of months to add.
|
|
94
|
-
*/
|
|
95
|
-
abstract addCalendarMonths(date: T, months: number): T;
|
|
96
|
-
/**
|
|
97
|
-
* Creates a new date by adding the number of provided `days` to the provided `date`.
|
|
98
|
-
* @param date The starting date.
|
|
99
|
-
* @param days The number of days to add.
|
|
100
|
-
*/
|
|
101
|
-
abstract addCalendarDays(date: T, days: number): T;
|
|
102
|
-
/**
|
|
103
|
-
* Get the date in the local format.
|
|
104
|
-
* @param date The date to format
|
|
105
|
-
* @returns The `date` in the local format as string.
|
|
106
|
-
*/
|
|
107
|
-
abstract getAccessibilityFormatDate(date: T | string): string;
|
|
108
|
-
/**
|
|
109
|
-
* Get the given string as Date.
|
|
110
|
-
* @param value The date in the format DD.MM.YYYY.
|
|
111
|
-
*/
|
|
112
|
-
abstract parse(value: string | null | undefined): T | null;
|
|
113
|
-
/**
|
|
114
|
-
* Format the given date as string.
|
|
115
|
-
* @param date The date to format.
|
|
116
|
-
* @param options options object with weekdayStyle as property
|
|
117
|
-
*/
|
|
118
|
-
format(date: T | null | undefined, options?: {
|
|
119
|
-
weekdayStyle?: 'long' | 'short' | 'narrow' | 'none';
|
|
120
|
-
}): string;
|
|
121
|
-
/**
|
|
122
|
-
* Checks whether the given `obj` is a Date.
|
|
123
|
-
* @param obj The object to check.
|
|
124
|
-
*/
|
|
125
|
-
abstract isDateInstance(obj: any): boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Gets date instance that is not valid.
|
|
128
|
-
* @returns An invalid date.
|
|
129
|
-
*/
|
|
130
|
-
abstract invalid(): T;
|
|
131
|
-
/**
|
|
132
|
-
* Get the given date as ISO String.
|
|
133
|
-
* @param date The date to convert to ISO String.
|
|
134
|
-
*/
|
|
135
|
-
toIso8601(date: T): string;
|
|
136
|
-
/**
|
|
137
|
-
* Given a potential date object, returns that same date object if it is
|
|
138
|
-
* a valid date, or `null` if it's not a valid date.
|
|
139
|
-
* @param value The object to check.
|
|
140
|
-
* @returns A date or `null`.
|
|
141
|
-
*/
|
|
142
|
-
getValidDateOrNull(value: unknown): T | null;
|
|
143
|
-
/**
|
|
144
|
-
* Calculates the day of the week of the first day of the month, and then its offset from the first day of the week.
|
|
145
|
-
*/
|
|
146
|
-
getFirstWeekOffset(date: T): number;
|
|
147
|
-
/**
|
|
148
|
-
* Compares two dates.
|
|
149
|
-
* @param first The first date to compare.
|
|
150
|
-
* @param second The second date to compare.
|
|
151
|
-
* @returns 0 if the dates are equal, a number less than 0 if the first date is earlier,
|
|
152
|
-
* a number greater than 0 if the first date is later.
|
|
153
|
-
*/
|
|
154
|
-
compareDate(first: T, second: T): number;
|
|
155
|
-
/**
|
|
156
|
-
* Checks if two dates are equal.
|
|
157
|
-
* @param first The first date to check.
|
|
158
|
-
* @param second The second date to check.
|
|
159
|
-
* @returns Whether the two dates are equal.
|
|
160
|
-
* Null dates are considered equal to other null dates.
|
|
161
|
-
*/
|
|
162
|
-
sameDate(first: T | null, second: T | null): boolean;
|
|
163
|
-
/**
|
|
164
|
-
* Clamp the given date between min and max dates.
|
|
165
|
-
* @param date The date to clamp.
|
|
166
|
-
* @param min The minimum value to allow. If null or omitted no min is enforced.
|
|
167
|
-
* @param max The maximum value to allow. If null or omitted no max is enforced.
|
|
168
|
-
* @returns `min` if `date` is less than `min`, `max` if date is greater than `max`,
|
|
169
|
-
* otherwise `date`.
|
|
170
|
-
*/
|
|
171
|
-
clampDate(date: T, min?: T | null, max?: T | null): T;
|
|
172
|
-
}
|
|
173
|
-
//# sourceMappingURL=date-adapter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-adapter.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/datetime/date-adapter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAU,CAAC;AACtC,eAAO,MAAM,cAAc,EAAE,MAAU,CAAC;AACxC,eAAO,MAAM,aAAa,EAAE,MAAU,CAAC;AACvC,eAAO,MAAM,eAAe,EAAE,MAAW,CAAC;AAC1C,eAAO,MAAM,cAAc,EAAE,MAAW,CAAC;AACzC,eAAO,MAAM,WAAW,QACyD,CAAC;AAClF,eAAO,MAAM,mBAAmB,QAAqD,CAAC;AAEtF;;;;GAIG;AACH,8BAAsB,WAAW,CAAC,CAAC,GAAG,GAAG;IACvC;;;OAGG;aACa,OAAO,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAExC;;;;OAIG;aACa,QAAQ,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAEzC;;;OAGG;aACa,OAAO,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAExC;;;OAGG;aACa,YAAY,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAE7C,kEAAkE;aAClD,iBAAiB,IAAI,MAAM;IAE3C;;;OAGG;aACa,iBAAiB,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAElD;;;OAGG;aACa,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAE3E,6FAA6F;aAC7E,YAAY,IAAI,MAAM,EAAE;IAExC;;;OAGG;aACa,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAE/E,4BAA4B;aACZ,KAAK,IAAI,CAAC;IAE1B;;;OAGG;aACa,OAAO,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,IAAI,CAAC;IAE9D;;;OAGG;aACa,KAAK,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC;IAEjC;;;;;OAKG;aACa,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,CAAC;IAExE;;;;;;;OAOG;IACI,WAAW,CAAC,KAAK,EAAE,CAAC,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,GAAG,IAAI;IAUlE;;;;OAIG;aACa,gBAAgB,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC;IAE3D;;;;;;OAMG;aACa,iBAAiB,CAAC,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;IAE7D;;;;OAIG;aACa,eAAe,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,CAAC;IAEzD;;;;OAIG;aACa,0BAA0B,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM,GAAG,MAAM;IAEpE;;;OAGG;aACa,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,GAAG,IAAI;IAEjE;;;;OAIG;IACI,MAAM,CACX,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,EAC1B,OAAO,CAAC,EAAE;QAAE,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;KAAE,GAChE,MAAM;IA4BT;;;OAGG;aACa,cAAc,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAEjD;;;OAGG;aACa,OAAO,IAAI,CAAC;IAE5B;;;OAGG;IACI,SAAS,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAKjC;;;;;OAKG;IACI,kBAAkB,CAAC,KAAK,EAAE,OAAO,GAAG,CAAC,GAAG,IAAI;IAInD;;OAEG;IACI,kBAAkB,CAAC,IAAI,EAAE,CAAC,GAAG,MAAM;IAO1C;;;;;;OAMG;IACI,WAAW,CAAC,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,MAAM;IAQ/C;;;;;;OAMG;IACI,QAAQ,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,OAAO;IAY3D;;;;;;;OAOG;IACI,SAAS,CAAC,IAAI,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC;CAS7D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"native-date-adapter.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/datetime/native-date-adapter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAoC,MAAM,mBAAmB,CAAC;AAUlF,qBAAa,iBAAkB,SAAQ,WAAW,CAAC,IAAI,CAAC;IACtD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAS;gBAExB,gBAAgB,GAAE,MAAW;IAKhD,uCAAuC;IAChC,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAIlC,wCAAwC;IACjC,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAInC,sCAAsC;IAC/B,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAIlC,kDAAkD;IAC3C,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAIvC,yCAAyC;IAClC,0BAA0B,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM;IAS9D;;;;OAIG;IACI,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAKlE,iGAAiG;IAC1F,YAAY,IAAI,MAAM,EAAE;IAK/B;;;;OAIG;IACI,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAKtE,+EAA+E;IACxE,iBAAiB,IAAI,MAAM;IAIlC,6EAA6E;IACtE,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI5C,4BAA4B;IACrB,KAAK,IAAI,IAAI;IAIpB,+FAA+F;IACxF,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAmBlE,gDAAgD;IACzC,cAAc,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAIxC,uDAAuD;IAChD,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,IAAI,IAAI;IAI3D,mDAAmD;IAC5C,KAAK,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAI9B;;;;OAIG;IACI,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAIxD;;;;OAIG;IACI,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI;IAQ1D,yFAAyF;IAClF,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAKtD,8DAA8D;IAC9C,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI;IAahF,+DAA+D;IACxD,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI;IAuC3C,OAAO,IAAI,IAAI;IAI/B;;;;OAIG;IACH,OAAO,CAAC,MAAM;IAId,gEAAgE;IAChE,OAAO,CAAC,uBAAuB;CAShC;AAED,eAAO,MAAM,kBAAkB,mBAA0B,CAAC"}
|
package/core/datetime.d.ts
DELETED
package/core/datetime.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.d.ts","sourceRoot":"","sources":["../../../src/elements/core/datetime.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
/**
|
|
3
|
-
* Generates a public interface type that removes private and protected fields.
|
|
4
|
-
* This allows accepting otherwise incompatible versions of the type (e.g. from
|
|
5
|
-
* multiple copies of the same package in `node_modules`).
|
|
6
|
-
*/
|
|
7
|
-
export type Interface<T> = {
|
|
8
|
-
[K in keyof T]: T[K];
|
|
9
|
-
};
|
|
10
|
-
export type PropertyDecorator = {
|
|
11
|
-
<C extends Interface<ReactiveElement>, V>(target: ClassAccessorDecoratorTarget<C, V>, context: ClassAccessorDecoratorContext<C, V>): ClassAccessorDecoratorResult<C, V>;
|
|
12
|
-
<C extends Interface<ReactiveElement>, V>(target: (value: V) => void, context: ClassSetterDecoratorContext<C, V>): (this: C, value: V) => void;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=base.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/base.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAI3C;;;;GAIG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;KACxB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACrB,CAAC;AAKF,MAAM,MAAM,iBAAiB,GAAG;IAE9B,CAAC,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EACtC,MAAM,EAAE,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1C,OAAO,EAAE,6BAA6B,CAAC,CAAC,EAAE,CAAC,CAAC,GAC3C,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAGtC,CAAC,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EACtC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,EAC1B,OAAO,EAAE,2BAA2B,CAAC,CAAC,EAAE,CAAC,CAAC,GACzC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
import { Interface, PropertyDecorator } from './base.ts';
|
|
3
|
-
/**
|
|
4
|
-
* Decorator that forces the value of a property or getter/setter
|
|
5
|
-
* to the defined type.
|
|
6
|
-
*/
|
|
7
|
-
export declare const forceType: <C extends Interface<ReactiveElement>, V>(convert?: (v: unknown) => V) => PropertyDecorator;
|
|
8
|
-
//# sourceMappingURL=force-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"force-type.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/force-type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EAC/D,UAAU,CAAC,CAAC,EAAE,OAAO,KAAK,CAAC,KAC1B,iBAwCF,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
import { Interface } from './base.ts';
|
|
3
|
-
/**
|
|
4
|
-
* Decorator that overrides the underlying getter of the accessor.
|
|
5
|
-
*/
|
|
6
|
-
export declare const getOverride: <C extends Interface<ReactiveElement>, V>(callback: (instance: C, innerValue: V) => V) => (target: ClassAccessorDecoratorTarget<C, V>, context: ClassAccessorDecoratorContext<C, V>) => any;
|
|
7
|
-
//# sourceMappingURL=get-override.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-override.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/get-override.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EACjE,UAAU,CAAC,QAAQ,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,KAAK,CAAC,MAGzC,QAAQ,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1C,SAAS,6BAA6B,CAAC,CAAC,EAAE,CAAC,CAAC,KAC3C,GAeJ,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
import { Interface } from './base.ts';
|
|
3
|
-
/**
|
|
4
|
-
* Decorator that calls the given callback when the value
|
|
5
|
-
* of the associated property is changed.
|
|
6
|
-
*/
|
|
7
|
-
export declare const handleDistinctChange: <C extends Interface<ReactiveElement>, V>(callback: (instance: C, newValue: V, oldValue: V | undefined) => void) => (target: ClassAccessorDecoratorTarget<C, V>, context: ClassAccessorDecoratorContext<C, V>) => any;
|
|
8
|
-
//# sourceMappingURL=handle-distinct-change.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-distinct-change.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/handle-distinct-change.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAE3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EAC1E,UAAU,CAAC,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,GAAG,SAAS,KAAK,IAAI,MAGnE,QAAQ,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1C,SAAS,6BAA6B,CAAC,CAAC,EAAE,CAAC,CAAC,KAC3C,GAiBJ,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
import { AbstractConstructor } from '../mixins.ts';
|
|
3
|
-
/**
|
|
4
|
-
* Applies the given attributes to the related element.
|
|
5
|
-
* If an empty string is passed as a value, the attribute will be set
|
|
6
|
-
* without value.
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
*
|
|
10
|
-
* @customElement('my-element)
|
|
11
|
-
* @hostAttributes({
|
|
12
|
-
* role: 'region'
|
|
13
|
-
* })
|
|
14
|
-
* export class MyElement extends LitElement {
|
|
15
|
-
* ...
|
|
16
|
-
* }
|
|
17
|
-
*
|
|
18
|
-
* @param attributes A record of attributes to apply to the element.
|
|
19
|
-
*/
|
|
20
|
-
export declare const hostAttributes: (attributes: Record<string, string | null>) => (target: AbstractConstructor<ReactiveElement>) => void;
|
|
21
|
-
//# sourceMappingURL=host-attributes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"host-attributes.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/host-attributes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,eAAe,EAAE,MAAM,KAAK,CAAC;AAErD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAexD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,cAAc,GACxB,YAAY,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,QAAQ,mBAAmB,CAAC,eAAe,CAAC,SAoBxF,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ReactiveElement } from 'lit';
|
|
2
|
-
import { Interface } from './base.ts';
|
|
3
|
-
/**
|
|
4
|
-
* Accessor decorator that resolves id references dynamically.
|
|
5
|
-
* If a string is passed (e.g. from an attribute), it will be resolved to the element with that id.
|
|
6
|
-
* This decorator observes the connected document fragment for changes to the id attribute
|
|
7
|
-
* and child elements and if any id reference is established or removed, it will
|
|
8
|
-
* update the associated property.
|
|
9
|
-
*/
|
|
10
|
-
export declare const idReference: <C extends Interface<ReactiveElement>, V>() => (target: ClassAccessorDecoratorTarget<C, V>, context: ClassAccessorDecoratorContext<C, V>) => any;
|
|
11
|
-
//# sourceMappingURL=id-reference.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"id-reference.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/id-reference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,KAAK,eAAe,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAgC3C;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,QAE/D,QAAQ,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1C,SAAS,6BAA6B,CAAC,CAAC,EAAE,CAAC,CAAC,KAC3C,GAkJJ,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ComplexAttributeConverter } from 'lit';
|
|
2
|
-
/**
|
|
3
|
-
* Converts empty values to null, which will not be rendered as attributes.
|
|
4
|
-
* e.g. for string properties, an empty value '' will not be rendered as an
|
|
5
|
-
* empty attribute, as would be the default with lit.
|
|
6
|
-
*/
|
|
7
|
-
export declare const omitEmptyConverter: ComplexAttributeConverter;
|
|
8
|
-
//# sourceMappingURL=omit-empty-converter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"omit-empty-converter.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/omit-empty-converter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,yBAAyB,EAAE,MAAM,KAAK,CAAC;AAEvE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,yBAOhC,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ComplexAttributeConverter, ReactiveElement } from 'lit';
|
|
2
|
-
import { DateAdapter } from '../datetime.ts';
|
|
3
|
-
import { Interface } from './base.ts';
|
|
4
|
-
/**
|
|
5
|
-
* Will convert date object values to ISO8601 formatted strings as attributes.
|
|
6
|
-
* Should be used together with the `plainDate` decorator.
|
|
7
|
-
*/
|
|
8
|
-
export declare const plainDateConverter: ComplexAttributeConverter;
|
|
9
|
-
export interface SbbPlainDateConfiguration {
|
|
10
|
-
/**
|
|
11
|
-
* Provide a function that will be called if the internal value is null.
|
|
12
|
-
* @param dataAdapter The current date adapter.
|
|
13
|
-
* @returns A date object.
|
|
14
|
-
*/
|
|
15
|
-
fallback?: <T>(dataAdapter: DateAdapter<T>) => T;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Decorator that tries to deserialize the given value to a date object
|
|
19
|
-
* and adapts the getter to only return a copy of the internal value,
|
|
20
|
-
* in order to avoid outside manipulation of date objects.
|
|
21
|
-
*/
|
|
22
|
-
export declare const plainDate: <C extends Interface<ReactiveElement>, V>(config?: SbbPlainDateConfiguration) => (target: ClassAccessorDecoratorTarget<C, V>, context: ClassAccessorDecoratorContext<C, V>) => any;
|
|
23
|
-
//# sourceMappingURL=plain-date.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plain-date.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/decorators/plain-date.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,KAAK,CAAC;AAGtE,OAAO,EAAE,KAAK,WAAW,EAAsB,MAAM,gBAAgB,CAAC;AAEtE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAE3C;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,yBAKhC,CAAC;AAEF,MAAM,WAAW,yBAAyB;IACxC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;CAClD;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,SAAS,CAAC,eAAe,CAAC,EAAE,CAAC,EAC/D,SAAS,yBAAyB,MAGhC,QAAQ,4BAA4B,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1C,SAAS,6BAA6B,CAAC,CAAC,EAAE,CAAC,CAAC,KAC3C,GA8BJ,CAAC"}
|
package/core/decorators.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @entrypoint
|
|
3
|
-
*/
|
|
4
|
-
export * from './decorators/force-type.ts';
|
|
5
|
-
export * from './decorators/get-override.ts';
|
|
6
|
-
export * from './decorators/handle-distinct-change.ts';
|
|
7
|
-
export * from './decorators/host-attributes.ts';
|
|
8
|
-
export * from './decorators/id-reference.ts';
|
|
9
|
-
export * from './decorators/omit-empty-converter.ts';
|
|
10
|
-
export * from './decorators/plain-date.ts';
|
|
11
|
-
//# sourceMappingURL=decorators.d.ts.map
|
package/core/decorators.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../../src/elements/core/decorators.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC"}
|
package/core/dom/animation.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animation.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/animation.ts"],"names":[],"mappings":"AAEA,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,GAAG,OAAO,CAU9F"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contains-pierce-shadow-dom.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/contains-pierce-shadow-dom.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,GAAG,IAAI,GAAG,OAAO,CAY7F"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lean-context.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/lean-context.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAgB,MAAM,IAAI,OAAO,CAEhC"}
|
package/core/dom/platform.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/** Whether the current browser is Microsoft Edge. */
|
|
2
|
-
export declare const isEdge: boolean;
|
|
3
|
-
/** Whether the current rendering engine is Microsoft Trident. */
|
|
4
|
-
export declare const isTrident: boolean;
|
|
5
|
-
/** Whether the current rendering engine is Blink. */
|
|
6
|
-
export declare const isBlink: boolean;
|
|
7
|
-
/** Whether the current rendering engine is WebKit. */
|
|
8
|
-
export declare const isWebkit: boolean;
|
|
9
|
-
/** Whether the current platform is Apple iOS. */
|
|
10
|
-
export declare const isIOS: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Whether the device is a mac.
|
|
13
|
-
* @experimental Avoid using this as this is not reliable.
|
|
14
|
-
*/
|
|
15
|
-
export declare const isMacOS: boolean;
|
|
16
|
-
/** Whether the current browser is Firefox. */
|
|
17
|
-
export declare const isFirefox: boolean;
|
|
18
|
-
/** Whether the current platform is Android. */
|
|
19
|
-
export declare const isAndroid: boolean;
|
|
20
|
-
/** Whether the current browser is Safari. */
|
|
21
|
-
export declare const isSafari: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* We just check for the blink engine.
|
|
24
|
-
*/
|
|
25
|
-
export declare const isChromium: boolean;
|
|
26
|
-
/** Whether the application is being rendered in a Next.js environment. */
|
|
27
|
-
export declare const isNextjs: () => boolean;
|
|
28
|
-
//# sourceMappingURL=platform.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/platform.ts"],"names":[],"mappings":"AAmBA,qDAAqD;AACrD,eAAO,MAAM,MAAM,SAAmD,CAAC;AAEvE,iEAAiE;AACjE,eAAO,MAAM,SAAS,SAA2D,CAAC;AAGlF,qDAAqD;AACrD,eAAO,MAAM,OAAO,SAKR,CAAC;AAIb,sDAAsD;AACtD,eAAO,MAAM,QAAQ,SACuE,CAAC;AAE7F,iDAAiD;AACjD,eAAO,MAAM,KAAK,SACoE,CAAC;AAEvF;;;GAGG;AACH,eAAO,MAAM,OAAO,SAAiD,CAAC;AAMtE,8CAA8C;AAC9C,eAAO,MAAM,SAAS,SAAgE,CAAC;AAEvF,+CAA+C;AAE/C,eAAO,MAAM,SAAS,SAAkE,CAAC;AAKzF,6CAA6C;AAC7C,eAAO,MAAM,QAAQ,SAA+D,CAAC;AAErF;;GAEG;AACH,eAAO,MAAM,UAAU,SAAU,CAAC;AAElC,0EAA0E;AAC1E,eAAO,MAAM,QAAQ,QAAO,OAAmD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"queue-dom-content-loaded.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/queue-dom-content-loaded.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,MAAM,IAAI,GAAG,IAAI,CAO9D"}
|
package/core/dom/scroll.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare function pageScrollDisabled(): boolean;
|
|
2
|
-
/**
|
|
3
|
-
* Handle the page scroll, allowing to disable/enable the window scroll avoiding a potential
|
|
4
|
-
* content shift caused by the disappearance/appearance of the scrollbar.
|
|
5
|
-
*/
|
|
6
|
-
export declare class SbbScrollHandler {
|
|
7
|
-
private _height;
|
|
8
|
-
private _position;
|
|
9
|
-
private _overflow;
|
|
10
|
-
private _marginInlineEnd;
|
|
11
|
-
disableScroll(): void;
|
|
12
|
-
enableScroll(): void;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=scroll.d.ts.map
|
package/core/dom/scroll.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scroll.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/scroll.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,IAAI,OAAO,CAE5C;AAED;;;GAGG;AACH,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,gBAAgB,CAAU;IAE3B,aAAa,IAAI,IAAI;IAsBrB,YAAY,IAAI,IAAI;CAc5B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Set the attribute only if value is not 'false', otherwise remove attribute.
|
|
3
|
-
* @param element The element that will have the attribute
|
|
4
|
-
* @param attribute The attribute name
|
|
5
|
-
* @param value The attribute value
|
|
6
|
-
*/
|
|
7
|
-
export declare function setOrRemoveAttribute(element: HTMLElement, attribute: string, value?: any): void;
|
|
8
|
-
//# sourceMappingURL=set-or-remove-attribute.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"set-or-remove-attribute.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/dom/set-or-remove-attribute.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI,CAM/F"}
|
package/core/dom.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @entrypoint
|
|
3
|
-
*/
|
|
4
|
-
export * from './dom/animation.ts';
|
|
5
|
-
export * from './dom/contains-pierce-shadow-dom.ts';
|
|
6
|
-
export * from './dom/lean-context.ts';
|
|
7
|
-
export * from './dom/set-or-remove-attribute.ts';
|
|
8
|
-
export * from './dom/platform.ts';
|
|
9
|
-
export * from './dom/queue-dom-content-loaded.ts';
|
|
10
|
-
export * from './dom/scroll.ts';
|
|
11
|
-
//# sourceMappingURL=dom.d.ts.map
|
package/core/dom.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/elements/core/dom.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,mBAAmB,CAAC;AAClC,cAAc,mCAAmC,CAAC;AAClD,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Check if there is an element in the composed path that has 'attribute'
|
|
3
|
-
*
|
|
4
|
-
* @param event The event object
|
|
5
|
-
* @param attribute The attribute to look for.
|
|
6
|
-
* @param endElement The boundary where the path will be cut, endElement excluded. If null or not present, the whole path will be used.
|
|
7
|
-
* @returns The element that has 'attribute', undefined otherwise.
|
|
8
|
-
*/
|
|
9
|
-
export declare function composedPathHasAttribute(event: Event, attribute: string, endElement?: Element | null): HTMLElement | undefined;
|
|
10
|
-
//# sourceMappingURL=composed-path-has-attribute.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"composed-path-has-attribute.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/composed-path-has-attribute.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,MAAM,EACjB,UAAU,GAAE,OAAO,GAAG,IAAW,GAChC,WAAW,GAAG,SAAS,CAWzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"event-target.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/event-target.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,wBAAgB,cAAc,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,KAAK,GAAG,CAAC,GAAG,IAAI,CAI5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-element-handlers.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/form-element-handlers.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAIvE"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Forwards an event to the element provided.
|
|
3
|
-
* This way, an event triggered in the Shadow DOM can cross its boundary and can be listened on e.g. the host component.
|
|
4
|
-
*/
|
|
5
|
-
export declare function forwardEvent(event: Event, element: HTMLElement | Document): void;
|
|
6
|
-
//# sourceMappingURL=forward-event.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"forward-event.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/forward-event.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,GAAG,QAAQ,GAAG,IAAI,CAIhF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-event-prevented.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/is-event-prevented.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,wBAAsB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAIrE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"throttle.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/eventing/throttle.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxD,MAAM,CAAC,EACP,OAAO,MAAM,KACZ,CAAC,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAerD,CAAC"}
|
package/core/eventing.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @entrypoint
|
|
3
|
-
*/
|
|
4
|
-
export * from './eventing/composed-path-has-attribute.ts';
|
|
5
|
-
export * from './eventing/event-target.ts';
|
|
6
|
-
export * from './eventing/form-element-handlers.ts';
|
|
7
|
-
export * from './eventing/forward-event.ts';
|
|
8
|
-
export * from './eventing/is-event-prevented.ts';
|
|
9
|
-
export * from './eventing/throttle.ts';
|
|
10
|
-
//# sourceMappingURL=eventing.d.ts.map
|
package/core/eventing.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventing.d.ts","sourceRoot":"","sources":["../../../src/elements/core/eventing.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC"}
|