@roadtrip/components 3.17.0 → 3.19.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/dist/cjs/index-fb57f684.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js +1 -1
- package/dist/cjs/road-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js.map +1 -1
- package/dist/cjs/road-badge_14.cjs.entry.js +40 -8
- package/dist/cjs/road-badge_14.cjs.entry.js.map +1 -1
- package/dist/cjs/road-banner.cjs.entry.js +1 -1
- package/dist/cjs/road-banner.cjs.entry.js.map +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js +1 -1
- package/dist/cjs/road-button-floating.cjs.entry.js.map +1 -1
- package/dist/cjs/road-card.cjs.entry.js +1 -1
- package/dist/cjs/road-card.cjs.entry.js.map +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +30 -118
- package/dist/cjs/road-carousel.cjs.entry.js.map +1 -1
- package/dist/cjs/road-chip.cjs.entry.js +2 -2
- package/dist/cjs/road-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/road-collapse.cjs.entry.js +1 -1
- package/dist/cjs/road-collapse.cjs.entry.js.map +1 -1
- package/dist/cjs/road-dialog.cjs.entry.js +2 -2
- package/dist/cjs/road-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/road-dropdown.cjs.entry.js +4 -4
- package/dist/cjs/road-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/road-global-navigation.cjs.entry.js +1 -1
- package/dist/cjs/road-global-navigation.cjs.entry.js.map +1 -1
- package/dist/cjs/road-illustration.cjs.entry.js +1 -1
- package/dist/cjs/road-illustration.cjs.entry.js.map +1 -1
- package/dist/cjs/road-modal.cjs.entry.js +2 -2
- package/dist/cjs/road-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js.map +1 -1
- package/dist/cjs/road-phone-number-input.cjs.entry.js +41 -5
- package/dist/cjs/road-phone-number-input.cjs.entry.js.map +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +2 -2
- package/dist/cjs/road-plate-number.cjs.entry.js.map +1 -1
- package/dist/cjs/road-profil-dropdown.cjs.entry.js +10 -1
- package/dist/cjs/road-profil-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js +2 -2
- package/dist/cjs/road-progress-indicator-vertical.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress-tracker.cjs.entry.js +2 -2
- package/dist/cjs/road-progress-tracker.cjs.entry.js.map +1 -1
- package/dist/cjs/road-progress.cjs.entry.js +1 -1
- package/dist/cjs/road-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/road-range.cjs.entry.js +26 -2
- package/dist/cjs/road-range.cjs.entry.js.map +1 -1
- package/dist/cjs/road-segmented-button.cjs.entry.js +1 -1
- package/dist/cjs/road-segmented-button.cjs.entry.js.map +1 -1
- package/dist/cjs/road-select-filter.cjs.entry.js +34 -4
- package/dist/cjs/road-select-filter.cjs.entry.js.map +1 -1
- package/dist/cjs/road-select.cjs.entry.js +1 -1
- package/dist/cjs/road-select.cjs.entry.js.map +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/road-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion.css +4 -0
- package/dist/collection/components/accordion/accordion.stories.js +1 -1
- package/dist/collection/components/alert/alert.stories.js +1 -1
- package/dist/collection/components/autocomplete/autocomplete.js +1 -1
- package/dist/collection/components/autocomplete/autocomplete.js.map +1 -1
- package/dist/collection/components/autocomplete/autocomplete.stories.js +2 -2
- package/dist/collection/components/avatar/avatar.stories.js +1 -1
- package/dist/collection/components/badge/badge.stories.js +2 -2
- package/dist/collection/components/banner/banner.js +1 -1
- package/dist/collection/components/banner/banner.js.map +1 -1
- package/dist/collection/components/button/button.stories.js +6 -6
- package/dist/collection/components/button-floating/button-floating.css +0 -4
- package/dist/collection/components/button-floating/button-floating.stories.js +2 -2
- package/dist/collection/components/card/card.css +4 -0
- package/dist/collection/components/card/card.stories.js +4 -4
- package/dist/collection/components/carousel/carousel.css +4 -1
- package/dist/collection/components/carousel/carousel.js +93 -250
- package/dist/collection/components/carousel/carousel.js.map +1 -1
- package/dist/collection/components/chip/chip.css +2 -2
- package/dist/collection/components/chip/chip.js +1 -1
- package/dist/collection/components/chip/chip.js.map +1 -1
- package/dist/collection/components/chip/chip.stories.js +26 -1
- package/dist/collection/components/collapse/collapse.css +4 -0
- package/dist/collection/components/collapse/collapse.stories.js +8 -8
- package/dist/collection/components/counter/counter.css +5 -0
- package/dist/collection/components/counter/counter.js +19 -1
- package/dist/collection/components/counter/counter.js.map +1 -1
- package/dist/collection/components/dialog/dialog.js +2 -2
- package/dist/collection/components/dialog/dialog.js.map +1 -1
- package/dist/collection/components/drawer/drawer.js +1 -1
- package/dist/collection/components/drawer/drawer.js.map +1 -1
- package/dist/collection/components/drawer/drawer.stories.js +2 -2
- package/dist/collection/components/dropdown/dropdown.css +9 -4
- package/dist/collection/components/dropdown/dropdown.js +3 -3
- package/dist/collection/components/dropdown/dropdown.js.map +1 -1
- package/dist/collection/components/dropdown/dropdown.stories.js +4 -4
- package/dist/collection/components/global-navigation/global-navigation.js +1 -1
- package/dist/collection/components/global-navigation/global-navigation.js.map +1 -1
- package/dist/collection/components/global-navigation/global-navigation.stories.js +39 -39
- package/dist/collection/components/icon/icon.stories.js +44 -43
- package/dist/collection/components/icon/svg/fuel-air-supply-color.svg +1 -1
- package/dist/collection/components/icon/svg/fuel-air-supply-outline.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-color.svg +1 -1
- package/dist/collection/components/icon/svg/funding-best-price-outline.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-color.svg +1 -1
- package/dist/collection/components/icon/svg/helmet-cross-outline.svg +1 -1
- package/dist/collection/components/icon/svg/ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/ice-outline.svg +1 -1
- package/dist/collection/components/icon/svg/ice-solid-color.svg +1 -1
- package/dist/collection/components/icon/svg/ice-solid.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-color.svg +1 -1
- package/dist/collection/components/icon/svg/light-beam-signal-outline.svg +1 -1
- package/dist/collection/components/icon/svg/social-facebook-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-google-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-instagram-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-instagramWithinCircle.svg +1 -1
- package/dist/collection/components/icon/svg/social-linkedin-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-paypal-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-tiktok-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-twitter-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-whatsapp-badge.svg +1 -1
- package/dist/collection/components/icon/svg/social-youtube-badge.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-color.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-outline.svg +1 -1
- package/dist/collection/components/icon/svg/tire-ice-solid.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-color.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-car-unselected-outline.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-color.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-outline.svg +1 -1
- package/dist/collection/components/icon/svg/wrench-twin-solid.svg +1 -1
- package/dist/collection/components/illustration/illustration.js +1 -1
- package/dist/collection/components/illustration/illustration.js.map +1 -1
- package/dist/collection/components/input/input.css +8 -2
- package/dist/collection/components/input/input.js +16 -2
- package/dist/collection/components/input/input.js.map +1 -1
- package/dist/collection/components/input-group/input-group.js +1 -1
- package/dist/collection/components/input-group/input-group.js.map +1 -1
- package/dist/collection/components/input-group/input-group.stories.js +4 -4
- package/dist/collection/components/item/item.stories.js +9 -9
- package/dist/collection/components/list/list.stories.js +8 -8
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.js +1 -1
- package/dist/collection/components/modal/modal.js.map +1 -1
- package/dist/collection/components/navbar/navbar.js +1 -1
- package/dist/collection/components/navbar/navbar.js.map +1 -1
- package/dist/collection/components/navbar/navbar.stories.js +84 -63
- package/dist/collection/components/navbar-item/navbar-item.js +1 -1
- package/dist/collection/components/navbar-item/navbar-item.js.map +1 -1
- package/dist/collection/components/patterns/link.stories.js +2 -2
- package/dist/collection/components/phone-number-input/phone-number-input.css +0 -1
- package/dist/collection/components/phone-number-input/phone-number-input.js +40 -4
- package/dist/collection/components/phone-number-input/phone-number-input.js.map +1 -1
- package/dist/collection/components/plate-number/plate-number.css +1 -1
- package/dist/collection/components/plate-number/plate-number.js +1 -1
- package/dist/collection/components/plate-number/plate-number.js.map +1 -1
- package/dist/collection/components/profil-dropdown/profil-dropdown.css +8 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.js +18 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.js.map +1 -1
- package/dist/collection/components/profil-dropdown/profil-dropdown.stories.js +4 -4
- package/dist/collection/components/progress/progress.js +1 -1
- package/dist/collection/components/progress/progress.js.map +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.css +5 -0
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.js +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.js.map +1 -1
- package/dist/collection/components/progress-indicator-vertical/progress-indicator-vertical.stories.js +20 -20
- package/dist/collection/components/progress-tracker/progress-tracker.css +4 -0
- package/dist/collection/components/progress-tracker/progress-tracker.js +1 -1
- package/dist/collection/components/progress-tracker/progress-tracker.js.map +1 -1
- package/dist/collection/components/range/range.css +17 -2
- package/dist/collection/components/range/range.js +41 -2
- package/dist/collection/components/range/range.js.map +1 -1
- package/dist/collection/components/segmented-button/segmented-button.js +1 -1
- package/dist/collection/components/segmented-button/segmented-button.js.map +1 -1
- package/dist/collection/components/select/select.css +1 -1
- package/dist/collection/components/select-filter/select-filter.css +5 -0
- package/dist/collection/components/select-filter/select-filter.js +43 -9
- package/dist/collection/components/select-filter/select-filter.js.map +1 -1
- package/dist/collection/components/select-filter/select-filter.stories.js +8 -8
- package/dist/collection/components/tabs/tabs.stories.js +5 -5
- package/dist/collection/components/textarea/textarea.css +2 -2
- package/dist/collection/components/toolbar/toolbar.css +0 -2
- package/dist/collection/components/toolbar/toolbar.stories.js +8 -8
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js.map +1 -1
- package/dist/collection/components/tooltip/tooltip.stories.js +3 -3
- package/dist/esm/{index-891decf5.js → index-7a0158a4.js} +2 -2
- package/dist/esm/index-7a0158a4.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-accordion.entry.js +2 -2
- package/dist/esm/road-accordion.entry.js.map +1 -1
- package/dist/esm/road-autocomplete.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js.map +1 -1
- package/dist/esm/road-badge_14.entry.js +41 -9
- package/dist/esm/road-badge_14.entry.js.map +1 -1
- package/dist/esm/road-banner.entry.js +2 -2
- package/dist/esm/road-banner.entry.js.map +1 -1
- package/dist/esm/road-button-floating.entry.js +1 -1
- package/dist/esm/road-button-floating.entry.js.map +1 -1
- package/dist/esm/road-card.entry.js +1 -1
- package/dist/esm/road-card.entry.js.map +1 -1
- package/dist/esm/road-carousel.entry.js +31 -119
- package/dist/esm/road-carousel.entry.js.map +1 -1
- package/dist/esm/road-checkbox.entry.js +1 -1
- package/dist/esm/road-chip.entry.js +3 -3
- package/dist/esm/road-chip.entry.js.map +1 -1
- package/dist/esm/road-collapse.entry.js +1 -1
- package/dist/esm/road-collapse.entry.js.map +1 -1
- package/dist/esm/road-dialog.entry.js +3 -3
- package/dist/esm/road-dialog.entry.js.map +1 -1
- package/dist/esm/road-dropdown.entry.js +4 -4
- package/dist/esm/road-dropdown.entry.js.map +1 -1
- package/dist/esm/road-global-navigation.entry.js +1 -1
- package/dist/esm/road-global-navigation.entry.js.map +1 -1
- package/dist/esm/road-illustration.entry.js +1 -1
- package/dist/esm/road-illustration.entry.js.map +1 -1
- package/dist/esm/road-modal.entry.js +3 -3
- package/dist/esm/road-modal.entry.js.map +1 -1
- package/dist/esm/road-navbar-item.entry.js +1 -1
- package/dist/esm/road-navbar-item.entry.js.map +1 -1
- package/dist/esm/road-navbar.entry.js +1 -1
- package/dist/esm/road-navbar.entry.js.map +1 -1
- package/dist/esm/road-phone-number-input.entry.js +41 -5
- package/dist/esm/road-phone-number-input.entry.js.map +1 -1
- package/dist/esm/road-plate-number.entry.js +3 -3
- package/dist/esm/road-plate-number.entry.js.map +1 -1
- package/dist/esm/road-profil-dropdown.entry.js +11 -2
- package/dist/esm/road-profil-dropdown.entry.js.map +1 -1
- package/dist/esm/road-progress-indicator-vertical.entry.js +2 -2
- package/dist/esm/road-progress-indicator-vertical.entry.js.map +1 -1
- package/dist/esm/road-progress-tracker.entry.js +2 -2
- package/dist/esm/road-progress-tracker.entry.js.map +1 -1
- package/dist/esm/road-progress.entry.js +1 -1
- package/dist/esm/road-progress.entry.js.map +1 -1
- package/dist/esm/road-range.entry.js +28 -4
- package/dist/esm/road-range.entry.js.map +1 -1
- package/dist/esm/road-rating.entry.js +1 -1
- package/dist/esm/road-segmented-button.entry.js +1 -1
- package/dist/esm/road-segmented-button.entry.js.map +1 -1
- package/dist/esm/road-select-filter.entry.js +34 -4
- package/dist/esm/road-select-filter.entry.js.map +1 -1
- package/dist/esm/road-select.entry.js +1 -1
- package/dist/esm/road-select.entry.js.map +1 -1
- package/dist/esm/road-textarea.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js.map +1 -1
- package/dist/esm/road-toast.entry.js +1 -1
- package/dist/esm/road-tooltip.entry.js +1 -1
- package/dist/esm/road-tooltip.entry.js.map +1 -1
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +3 -3
- package/dist/icons/index.js +30 -30
- package/dist/roadtrip/p-054acf61.entry.js +2 -0
- package/dist/roadtrip/p-054acf61.entry.js.map +1 -0
- package/dist/roadtrip/{p-ea28a425.entry.js → p-08b0be1b.entry.js} +2 -2
- package/dist/roadtrip/p-08b0be1b.entry.js.map +1 -0
- package/dist/roadtrip/{p-1a761fc0.entry.js → p-0fd454dc.entry.js} +2 -2
- package/dist/roadtrip/p-0fd454dc.entry.js.map +1 -0
- package/dist/roadtrip/{p-60e25858.entry.js → p-14ecc91e.entry.js} +2 -2
- package/dist/roadtrip/{p-60e25858.entry.js.map → p-14ecc91e.entry.js.map} +1 -1
- package/dist/roadtrip/{p-82919e58.entry.js → p-16c934bc.entry.js} +2 -2
- package/dist/roadtrip/p-17ae87b0.entry.js +2 -0
- package/dist/roadtrip/p-17ae87b0.entry.js.map +1 -0
- package/dist/roadtrip/{p-6e3e0b40.entry.js → p-18967429.entry.js} +2 -2
- package/dist/roadtrip/{p-6e3e0b40.entry.js.map → p-18967429.entry.js.map} +1 -1
- package/dist/roadtrip/{p-a73ef7de.entry.js → p-233eb25c.entry.js} +2 -2
- package/dist/roadtrip/p-233eb25c.entry.js.map +1 -0
- package/dist/roadtrip/p-27d2770a.entry.js +2 -0
- package/dist/roadtrip/p-27d2770a.entry.js.map +1 -0
- package/dist/roadtrip/{p-4f47f4f7.entry.js → p-31cf9b61.entry.js} +2 -2
- package/dist/roadtrip/p-31cf9b61.entry.js.map +1 -0
- package/dist/roadtrip/{p-dcb280e3.entry.js → p-3bce3bdc.entry.js} +2 -2
- package/dist/roadtrip/p-3bce3bdc.entry.js.map +1 -0
- package/dist/roadtrip/p-4a2f2612.entry.js +2 -0
- package/dist/roadtrip/p-4a2f2612.entry.js.map +1 -0
- package/dist/roadtrip/p-5203acea.entry.js +2 -0
- package/dist/roadtrip/p-5203acea.entry.js.map +1 -0
- package/dist/roadtrip/p-6ad5091d.entry.js +2 -0
- package/dist/roadtrip/p-6ad5091d.entry.js.map +1 -0
- package/dist/roadtrip/{p-2c132382.entry.js → p-72b3b34a.entry.js} +2 -2
- package/dist/roadtrip/p-72b3b34a.entry.js.map +1 -0
- package/dist/roadtrip/p-7a14e5b7.entry.js +2 -0
- package/dist/roadtrip/p-7a14e5b7.entry.js.map +1 -0
- package/dist/roadtrip/{p-c3c92152.entry.js → p-7f1d9286.entry.js} +2 -2
- package/dist/roadtrip/p-7f1d9286.entry.js.map +1 -0
- package/dist/roadtrip/p-9a929988.entry.js +2 -0
- package/dist/roadtrip/p-9a929988.entry.js.map +1 -0
- package/dist/roadtrip/{p-336aa5f6.entry.js → p-9ff79904.entry.js} +2 -2
- package/dist/roadtrip/{p-336aa5f6.entry.js.map → p-9ff79904.entry.js.map} +1 -1
- package/dist/roadtrip/p-a5eee655.entry.js +2 -0
- package/dist/roadtrip/{p-40daa53b.entry.js.map → p-a5eee655.entry.js.map} +1 -1
- package/dist/roadtrip/{p-73fe2357.js → p-ac7a8bca.js} +2 -2
- package/dist/roadtrip/p-ac7a8bca.js.map +1 -0
- package/dist/roadtrip/{p-6177bb46.entry.js → p-b510e552.entry.js} +2 -2
- package/dist/roadtrip/{p-6177bb46.entry.js.map → p-b510e552.entry.js.map} +1 -1
- package/dist/roadtrip/{p-46cccafc.entry.js → p-c096723c.entry.js} +2 -2
- package/dist/roadtrip/{p-46cccafc.entry.js.map → p-c096723c.entry.js.map} +1 -1
- package/dist/roadtrip/p-c7866ae4.entry.js +2 -0
- package/dist/roadtrip/p-c7866ae4.entry.js.map +1 -0
- package/dist/roadtrip/p-cdefa79c.entry.js +2 -0
- package/dist/roadtrip/p-cdefa79c.entry.js.map +1 -0
- package/dist/roadtrip/{p-cbc00bfb.entry.js → p-cfc0a3a7.entry.js} +2 -2
- package/dist/roadtrip/p-dcbaee2f.entry.js +2 -0
- package/dist/roadtrip/p-dcbaee2f.entry.js.map +1 -0
- package/dist/roadtrip/{p-7048f786.entry.js → p-dcbb0d20.entry.js} +2 -2
- package/dist/roadtrip/p-dcbb0d20.entry.js.map +1 -0
- package/dist/roadtrip/{p-414a2791.entry.js → p-e8c9c816.entry.js} +2 -2
- package/dist/roadtrip/{p-f5cce766.entry.js → p-ebd19369.entry.js} +2 -2
- package/dist/roadtrip/{p-f5cce766.entry.js.map → p-ebd19369.entry.js.map} +1 -1
- package/dist/roadtrip/p-f7b4f1fa.entry.js +2 -0
- package/dist/roadtrip/p-f7b4f1fa.entry.js.map +1 -0
- package/dist/roadtrip/p-f90af0e1.entry.js +2 -0
- package/dist/roadtrip/p-f90af0e1.entry.js.map +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-color.svg +1 -1
- package/dist/roadtrip/svg/fuel-air-supply-outline.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-color.svg +1 -1
- package/dist/roadtrip/svg/funding-best-price-outline.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-color.svg +1 -1
- package/dist/roadtrip/svg/helmet-cross-outline.svg +1 -1
- package/dist/roadtrip/svg/ice-color.svg +1 -1
- package/dist/roadtrip/svg/ice-outline.svg +1 -1
- package/dist/roadtrip/svg/ice-solid-color.svg +1 -1
- package/dist/roadtrip/svg/ice-solid.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-color.svg +1 -1
- package/dist/roadtrip/svg/light-beam-signal-outline.svg +1 -1
- package/dist/roadtrip/svg/social-facebook-badge.svg +1 -1
- package/dist/roadtrip/svg/social-google-badge.svg +1 -1
- package/dist/roadtrip/svg/social-instagram-badge.svg +1 -1
- package/dist/roadtrip/svg/social-instagramWithinCircle.svg +1 -1
- package/dist/roadtrip/svg/social-linkedin-badge.svg +1 -1
- package/dist/roadtrip/svg/social-paypal-badge.svg +1 -1
- package/dist/roadtrip/svg/social-tiktok-badge.svg +1 -1
- package/dist/roadtrip/svg/social-twitter-badge.svg +1 -1
- package/dist/roadtrip/svg/social-whatsapp-badge.svg +1 -1
- package/dist/roadtrip/svg/social-youtube-badge.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-color.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-outline.svg +1 -1
- package/dist/roadtrip/svg/tire-ice-solid.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-color.svg +1 -1
- package/dist/roadtrip/svg/vehicle-car-unselected-outline.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-color.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-outline.svg +1 -1
- package/dist/roadtrip/svg/wrench-twin-solid.svg +1 -1
- package/dist/types/components/carousel/carousel.d.ts +1 -131
- package/dist/types/components/counter/counter.d.ts +1 -0
- package/dist/types/components/phone-number-input/phone-number-input.d.ts +1 -0
- package/dist/types/components/profil-dropdown/profil-dropdown.d.ts +2 -0
- package/dist/types/components/range/range.d.ts +3 -0
- package/dist/types/components/select-filter/select-filter.d.ts +16 -4
- package/dist/types/components.d.ts +4 -128
- package/hydrate/index.js +217 -176
- package/icons/index.js +30 -30
- package/package.json +1 -1
- package/dist/esm/index-891decf5.js.map +0 -1
- package/dist/roadtrip/p-1a761fc0.entry.js.map +0 -1
- package/dist/roadtrip/p-2b5974fc.entry.js +0 -2
- package/dist/roadtrip/p-2b5974fc.entry.js.map +0 -1
- package/dist/roadtrip/p-2c132382.entry.js.map +0 -1
- package/dist/roadtrip/p-2c8a6854.entry.js +0 -2
- package/dist/roadtrip/p-2c8a6854.entry.js.map +0 -1
- package/dist/roadtrip/p-2e25c08d.entry.js +0 -2
- package/dist/roadtrip/p-2e25c08d.entry.js.map +0 -1
- package/dist/roadtrip/p-33002e9d.entry.js +0 -2
- package/dist/roadtrip/p-33002e9d.entry.js.map +0 -1
- package/dist/roadtrip/p-372fcb4d.entry.js +0 -2
- package/dist/roadtrip/p-372fcb4d.entry.js.map +0 -1
- package/dist/roadtrip/p-40daa53b.entry.js +0 -2
- package/dist/roadtrip/p-4f47f4f7.entry.js.map +0 -1
- package/dist/roadtrip/p-5053b01a.entry.js +0 -2
- package/dist/roadtrip/p-5053b01a.entry.js.map +0 -1
- package/dist/roadtrip/p-7048f786.entry.js.map +0 -1
- package/dist/roadtrip/p-73fe2357.js.map +0 -1
- package/dist/roadtrip/p-9bef58e1.entry.js +0 -2
- package/dist/roadtrip/p-9bef58e1.entry.js.map +0 -1
- package/dist/roadtrip/p-a44a569a.entry.js +0 -2
- package/dist/roadtrip/p-a44a569a.entry.js.map +0 -1
- package/dist/roadtrip/p-a73ef7de.entry.js.map +0 -1
- package/dist/roadtrip/p-acbc0a14.entry.js +0 -2
- package/dist/roadtrip/p-acbc0a14.entry.js.map +0 -1
- package/dist/roadtrip/p-b2e7bfcb.entry.js +0 -2
- package/dist/roadtrip/p-b2e7bfcb.entry.js.map +0 -1
- package/dist/roadtrip/p-c3c92152.entry.js.map +0 -1
- package/dist/roadtrip/p-dcb280e3.entry.js.map +0 -1
- package/dist/roadtrip/p-e2149bdf.entry.js +0 -2
- package/dist/roadtrip/p-e2149bdf.entry.js.map +0 -1
- package/dist/roadtrip/p-ea28a425.entry.js.map +0 -1
- package/dist/roadtrip/p-ee7aaee5.entry.js +0 -2
- package/dist/roadtrip/p-ee7aaee5.entry.js.map +0 -1
- package/dist/roadtrip/p-faba450c.entry.js +0 -2
- package/dist/roadtrip/p-faba450c.entry.js.map +0 -1
- /package/dist/roadtrip/{p-82919e58.entry.js.map → p-16c934bc.entry.js.map} +0 -0
- /package/dist/roadtrip/{p-cbc00bfb.entry.js.map → p-cfc0a3a7.entry.js.map} +0 -0
- /package/dist/roadtrip/{p-414a2791.entry.js.map → p-e8c9c816.entry.js.map} +0 -0
|
@@ -2,9 +2,6 @@ import { Host, h } from "@stencil/core";
|
|
|
2
2
|
import { navigationChevron } from "../../../icons";
|
|
3
3
|
import Swiper, { Autoplay, Pagination, Scrollbar, Keyboard, Zoom } from "swiper";
|
|
4
4
|
Swiper.use([Pagination, Scrollbar, Autoplay, Keyboard, Zoom]);
|
|
5
|
-
/**
|
|
6
|
-
* @slot - content of the carousel, it should be road-carousel-item elements.
|
|
7
|
-
*/
|
|
8
5
|
export class Carousel {
|
|
9
6
|
constructor() {
|
|
10
7
|
this.swiperReady = false;
|
|
@@ -24,7 +21,6 @@ export class Carousel {
|
|
|
24
21
|
}
|
|
25
22
|
}
|
|
26
23
|
connectedCallback() {
|
|
27
|
-
// tslint:disable-next-line: strict-type-predicates
|
|
28
24
|
if (typeof MutationObserver !== 'undefined') {
|
|
29
25
|
const mut = this.mutationO = new MutationObserver(() => {
|
|
30
26
|
if (this.swiperReady) {
|
|
@@ -42,19 +38,13 @@ export class Carousel {
|
|
|
42
38
|
this.didInit = true;
|
|
43
39
|
this.initSwiper();
|
|
44
40
|
}
|
|
41
|
+
this.setupKeyboardNavigation();
|
|
45
42
|
}
|
|
46
43
|
disconnectedCallback() {
|
|
47
44
|
if (this.mutationO) {
|
|
48
45
|
this.mutationO.disconnect();
|
|
49
46
|
this.mutationO = undefined;
|
|
50
47
|
}
|
|
51
|
-
/**
|
|
52
|
-
* We need to synchronously destroy
|
|
53
|
-
* swiper otherwise it is possible
|
|
54
|
-
* that it will be left in a
|
|
55
|
-
* destroyed state if connectedCallback
|
|
56
|
-
* is called multiple times
|
|
57
|
-
*/
|
|
58
48
|
const swiper = this.syncSwiper;
|
|
59
49
|
if (swiper !== undefined) {
|
|
60
50
|
swiper.destroy(true, true);
|
|
@@ -66,10 +56,6 @@ export class Carousel {
|
|
|
66
56
|
}
|
|
67
57
|
this.didInit = false;
|
|
68
58
|
}
|
|
69
|
-
/**
|
|
70
|
-
* Update the underlying slider implementation. Call this if you've added or removed
|
|
71
|
-
* child slides.
|
|
72
|
-
*/
|
|
73
59
|
async update() {
|
|
74
60
|
const [swiper] = await Promise.all([
|
|
75
61
|
this.getSwiper(),
|
|
@@ -77,150 +63,80 @@ export class Carousel {
|
|
|
77
63
|
]);
|
|
78
64
|
swiper.update();
|
|
79
65
|
}
|
|
80
|
-
/**
|
|
81
|
-
* Force swiper to update its height (when autoHeight is enabled) for the duration
|
|
82
|
-
* equal to 'speed' parameter.
|
|
83
|
-
*
|
|
84
|
-
* @param speed The transition duration (in ms).
|
|
85
|
-
*/
|
|
86
66
|
async updateAutoHeight(speed) {
|
|
87
67
|
const swiper = await this.getSwiper();
|
|
88
68
|
swiper.updateAutoHeight(speed);
|
|
89
69
|
}
|
|
90
|
-
/**
|
|
91
|
-
* Transition to the specified slide.
|
|
92
|
-
*
|
|
93
|
-
* @param index The index of the slide to transition to.
|
|
94
|
-
* @param speed The transition duration (in ms).
|
|
95
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
96
|
-
*/
|
|
97
70
|
async slideTo(index, speed, runCallbacks) {
|
|
98
71
|
const swiper = await this.getSwiper();
|
|
99
72
|
swiper.slideTo(index, speed, runCallbacks);
|
|
100
73
|
}
|
|
101
|
-
/**
|
|
102
|
-
* Transition to the next slide.
|
|
103
|
-
*
|
|
104
|
-
* @param speed The transition duration (in ms).
|
|
105
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
106
|
-
*/
|
|
107
74
|
async slideNext(speed, runCallbacks) {
|
|
108
75
|
const swiper = await this.getSwiper();
|
|
109
76
|
swiper.slideNext(speed, runCallbacks);
|
|
110
77
|
}
|
|
111
|
-
/**
|
|
112
|
-
* Transition to the previous slide.
|
|
113
|
-
*
|
|
114
|
-
* @param speed The transition duration (in ms).
|
|
115
|
-
* @param runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events.
|
|
116
|
-
*/
|
|
117
78
|
async slidePrev(speed, runCallbacks) {
|
|
118
79
|
const swiper = await this.getSwiper();
|
|
119
80
|
swiper.slidePrev(speed, runCallbacks);
|
|
120
81
|
}
|
|
121
|
-
/**
|
|
122
|
-
* Get the index of the active slide.
|
|
123
|
-
*/
|
|
124
82
|
async getActiveIndex() {
|
|
125
83
|
const swiper = await this.getSwiper();
|
|
126
84
|
return swiper.activeIndex;
|
|
127
85
|
}
|
|
128
|
-
/**
|
|
129
|
-
* Get the index of the previous slide.
|
|
130
|
-
*/
|
|
131
86
|
async getPreviousIndex() {
|
|
132
87
|
const swiper = await this.getSwiper();
|
|
133
88
|
return swiper.previousIndex;
|
|
134
89
|
}
|
|
135
|
-
/**
|
|
136
|
-
* Get the total number of slides.
|
|
137
|
-
*/
|
|
138
90
|
async length() {
|
|
139
91
|
const swiper = await this.getSwiper();
|
|
140
92
|
return swiper.slides.length;
|
|
141
93
|
}
|
|
142
|
-
/**
|
|
143
|
-
* Get whether or not the current slide is the last slide.
|
|
144
|
-
*/
|
|
145
94
|
async isEnd() {
|
|
146
95
|
const swiper = await this.getSwiper();
|
|
147
96
|
return swiper.isEnd;
|
|
148
97
|
}
|
|
149
|
-
/**
|
|
150
|
-
* Get whether or not the current slide is the first slide.
|
|
151
|
-
*/
|
|
152
98
|
async isBeginning() {
|
|
153
99
|
const swiper = await this.getSwiper();
|
|
154
100
|
return swiper.isBeginning;
|
|
155
101
|
}
|
|
156
|
-
/**
|
|
157
|
-
* Start auto play.
|
|
158
|
-
*/
|
|
159
102
|
async startAutoplay() {
|
|
160
103
|
const swiper = await this.getSwiper();
|
|
161
104
|
if (swiper.autoplay) {
|
|
162
105
|
swiper.autoplay.start();
|
|
163
106
|
}
|
|
164
107
|
}
|
|
165
|
-
/**
|
|
166
|
-
* Stop auto play.
|
|
167
|
-
*/
|
|
168
108
|
async stopAutoplay() {
|
|
169
109
|
const swiper = await this.getSwiper();
|
|
170
110
|
if (swiper.autoplay) {
|
|
171
111
|
swiper.autoplay.stop();
|
|
172
112
|
}
|
|
173
113
|
}
|
|
174
|
-
/**
|
|
175
|
-
* Lock or unlock the ability to slide to the next slide.
|
|
176
|
-
*
|
|
177
|
-
* @param lock If `true`, disable swiping to the next slide.
|
|
178
|
-
*/
|
|
179
114
|
async lockSwipeToNext(lock) {
|
|
180
115
|
const swiper = await this.getSwiper();
|
|
181
116
|
swiper.allowSlideNext = !lock;
|
|
182
117
|
}
|
|
183
|
-
/**
|
|
184
|
-
* Lock or unlock the ability to slide to the previous slide.
|
|
185
|
-
*
|
|
186
|
-
* @param lock If `true`, disable swiping to the previous slide.
|
|
187
|
-
*/
|
|
188
118
|
async lockSwipeToPrev(lock) {
|
|
189
119
|
const swiper = await this.getSwiper();
|
|
190
120
|
swiper.allowSlidePrev = !lock;
|
|
191
121
|
}
|
|
192
|
-
/**
|
|
193
|
-
* Lock or unlock the ability to slide to the next or previous slide.
|
|
194
|
-
*
|
|
195
|
-
* @param lock If `true`, disable swiping to the next and previous slide.
|
|
196
|
-
*/
|
|
197
122
|
async lockSwipes(lock) {
|
|
198
123
|
const swiper = await this.getSwiper();
|
|
199
124
|
swiper.allowSlideNext = !lock;
|
|
200
125
|
swiper.allowSlidePrev = !lock;
|
|
201
126
|
swiper.allowTouchMove = !lock;
|
|
202
127
|
}
|
|
203
|
-
/**
|
|
204
|
-
* Get the Swiper instance.
|
|
205
|
-
* Use this to access the full Swiper API.
|
|
206
|
-
* See https://idangero.us/swiper/api/ for all API options.
|
|
207
|
-
*/
|
|
208
128
|
async getSwiper() {
|
|
209
129
|
return this.swiper;
|
|
210
130
|
}
|
|
211
131
|
async initSwiper() {
|
|
212
132
|
const finalOptions = this.normalizeOptions();
|
|
213
|
-
// init swiper core
|
|
214
133
|
await waitForSlides(this.el);
|
|
215
|
-
// @ts-ignore
|
|
216
134
|
const swiper = new Swiper(this.el, finalOptions);
|
|
217
135
|
this.swiperReady = true;
|
|
218
136
|
this.syncSwiper = swiper;
|
|
219
137
|
this.readySwiper(swiper);
|
|
220
138
|
}
|
|
221
139
|
normalizeOptions() {
|
|
222
|
-
// Base options, can be changed
|
|
223
|
-
// TODO Add interface SwiperOptions
|
|
224
140
|
const swiperOptions = {
|
|
225
141
|
effect: undefined,
|
|
226
142
|
direction: 'horizontal',
|
|
@@ -313,8 +229,6 @@ export class Carousel {
|
|
|
313
229
|
hideOnClick: false,
|
|
314
230
|
};
|
|
315
231
|
}
|
|
316
|
-
// Keep the event options separate, we dont want users
|
|
317
|
-
// overwriting these
|
|
318
232
|
const eventOptions = {
|
|
319
233
|
on: {
|
|
320
234
|
init: () => {
|
|
@@ -322,46 +236,41 @@ export class Carousel {
|
|
|
322
236
|
this.roadslidesdidload.emit();
|
|
323
237
|
}, 20);
|
|
324
238
|
},
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
transitionEnd: this.roadslidetransitionend.emit,
|
|
341
|
-
// @ts-ignore
|
|
342
|
-
sliderMove: this.roadslidedrag.emit,
|
|
343
|
-
// @ts-ignore
|
|
344
|
-
reachBeginning: this.roadslidereachstart.emit,
|
|
345
|
-
// @ts-ignore
|
|
346
|
-
reachEnd: this.roadslidereachend.emit,
|
|
347
|
-
// @ts-ignore
|
|
348
|
-
touchStart: this.roadslidetouchstart.emit,
|
|
349
|
-
// @ts-ignore
|
|
350
|
-
touchEnd: this.roadslidetouchend.emit,
|
|
351
|
-
// @ts-ignore
|
|
352
|
-
tap: this.roadslidetap.emit,
|
|
353
|
-
// @ts-ignore
|
|
354
|
-
doubleTap: this.roadslidedoubletap.emit,
|
|
239
|
+
slideChangeTransitionStart: () => this.roadslidewillchange.emit(),
|
|
240
|
+
slideChangeTransitionEnd: () => this.roadslidedidchange.emit(),
|
|
241
|
+
slideNextTransitionStart: () => this.roadslidenextstart.emit(),
|
|
242
|
+
slidePrevTransitionStart: () => this.roadslideprevstart.emit(),
|
|
243
|
+
slideNextTransitionEnd: () => this.roadslidenextend.emit(),
|
|
244
|
+
slidePrevTransitionEnd: () => this.roadslideprevend.emit(),
|
|
245
|
+
transitionStart: () => this.roadslidetransitionstart.emit(),
|
|
246
|
+
transitionEnd: () => this.roadslidetransitionend.emit(),
|
|
247
|
+
sliderMove: () => this.roadslidedrag.emit(),
|
|
248
|
+
reachBeginning: () => this.roadslidereachstart.emit(),
|
|
249
|
+
reachEnd: () => this.roadslidereachend.emit(),
|
|
250
|
+
touchStart: () => this.roadslidetouchstart.emit(),
|
|
251
|
+
touchEnd: () => this.roadslidetouchend.emit(),
|
|
252
|
+
tap: () => this.roadslidetap.emit(),
|
|
253
|
+
doubleTap: () => this.roadslidedoubletap.emit(),
|
|
355
254
|
},
|
|
356
255
|
};
|
|
357
256
|
const customEvents = (!!this.options && !!this.options.on) ? this.options.on : {};
|
|
358
|
-
// merge "on" event listeners, while giving our event listeners priority
|
|
359
257
|
const mergedEventOptions = { on: Object.assign(Object.assign({}, customEvents), eventOptions.on) };
|
|
360
|
-
// Merge the base, user options, and events together then pas to swiper
|
|
361
258
|
return Object.assign(Object.assign(Object.assign({}, swiperOptions), this.options), mergedEventOptions);
|
|
362
259
|
}
|
|
260
|
+
setupKeyboardNavigation() {
|
|
261
|
+
this.el.addEventListener('keydown', (event) => {
|
|
262
|
+
switch (event.key) {
|
|
263
|
+
case 'ArrowLeft':
|
|
264
|
+
this.slidePrev();
|
|
265
|
+
break;
|
|
266
|
+
case 'ArrowRight':
|
|
267
|
+
this.slideNext();
|
|
268
|
+
break;
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
}
|
|
363
272
|
render() {
|
|
364
|
-
return (h(Host, { class: "swiper-container" }, h("div", { class: "swiper-wrapper" }, h("slot", null)), this.pager && h("div", { class: "swiper-pagination", ref: el => this.paginationEl = el }), this.arrows && (h("div", { class: "swiper-button-prev", onClick: () => this.
|
|
273
|
+
return (h(Host, { class: "swiper-container", tabindex: "0" }, h("div", { class: "swiper-wrapper" }, h("slot", null)), this.pager && h("div", { class: "swiper-pagination", ref: el => this.paginationEl = el }), this.arrows && (h("div", { role: "button", class: "swiper-button-prev", tabindex: "0", "aria-label": "Previous slide", onClick: () => this.slidePrev() }, h("road-icon", { icon: navigationChevron, rotate: "180" }))), this.arrows && (h("div", { role: "button", class: "swiper-button-next", tabindex: "0", "aria-label": "Next slide", onClick: () => this.slideNext() }, h("road-icon", { icon: navigationChevron })))));
|
|
365
274
|
}
|
|
366
275
|
static get is() { return "road-carousel"; }
|
|
367
276
|
static get encapsulation() { return "shadow"; }
|
|
@@ -389,7 +298,7 @@ export class Carousel {
|
|
|
389
298
|
"optional": false,
|
|
390
299
|
"docs": {
|
|
391
300
|
"tags": [],
|
|
392
|
-
"text": "
|
|
301
|
+
"text": ""
|
|
393
302
|
},
|
|
394
303
|
"attribute": "options",
|
|
395
304
|
"reflect": false,
|
|
@@ -407,7 +316,7 @@ export class Carousel {
|
|
|
407
316
|
"optional": false,
|
|
408
317
|
"docs": {
|
|
409
318
|
"tags": [],
|
|
410
|
-
"text": "
|
|
319
|
+
"text": ""
|
|
411
320
|
},
|
|
412
321
|
"attribute": "pager",
|
|
413
322
|
"reflect": false,
|
|
@@ -425,7 +334,7 @@ export class Carousel {
|
|
|
425
334
|
"optional": false,
|
|
426
335
|
"docs": {
|
|
427
336
|
"tags": [],
|
|
428
|
-
"text": "
|
|
337
|
+
"text": ""
|
|
429
338
|
},
|
|
430
339
|
"attribute": "arrows",
|
|
431
340
|
"reflect": false,
|
|
@@ -442,7 +351,7 @@ export class Carousel {
|
|
|
442
351
|
"composed": true,
|
|
443
352
|
"docs": {
|
|
444
353
|
"tags": [],
|
|
445
|
-
"text": "
|
|
354
|
+
"text": ""
|
|
446
355
|
},
|
|
447
356
|
"complexType": {
|
|
448
357
|
"original": "void",
|
|
@@ -457,7 +366,7 @@ export class Carousel {
|
|
|
457
366
|
"composed": true,
|
|
458
367
|
"docs": {
|
|
459
368
|
"tags": [],
|
|
460
|
-
"text": "
|
|
369
|
+
"text": ""
|
|
461
370
|
},
|
|
462
371
|
"complexType": {
|
|
463
372
|
"original": "void",
|
|
@@ -472,7 +381,7 @@ export class Carousel {
|
|
|
472
381
|
"composed": true,
|
|
473
382
|
"docs": {
|
|
474
383
|
"tags": [],
|
|
475
|
-
"text": "
|
|
384
|
+
"text": ""
|
|
476
385
|
},
|
|
477
386
|
"complexType": {
|
|
478
387
|
"original": "void",
|
|
@@ -487,7 +396,7 @@ export class Carousel {
|
|
|
487
396
|
"composed": true,
|
|
488
397
|
"docs": {
|
|
489
398
|
"tags": [],
|
|
490
|
-
"text": "
|
|
399
|
+
"text": ""
|
|
491
400
|
},
|
|
492
401
|
"complexType": {
|
|
493
402
|
"original": "void",
|
|
@@ -502,7 +411,7 @@ export class Carousel {
|
|
|
502
411
|
"composed": true,
|
|
503
412
|
"docs": {
|
|
504
413
|
"tags": [],
|
|
505
|
-
"text": "
|
|
414
|
+
"text": ""
|
|
506
415
|
},
|
|
507
416
|
"complexType": {
|
|
508
417
|
"original": "void",
|
|
@@ -517,7 +426,7 @@ export class Carousel {
|
|
|
517
426
|
"composed": true,
|
|
518
427
|
"docs": {
|
|
519
428
|
"tags": [],
|
|
520
|
-
"text": "
|
|
429
|
+
"text": ""
|
|
521
430
|
},
|
|
522
431
|
"complexType": {
|
|
523
432
|
"original": "void",
|
|
@@ -532,7 +441,7 @@ export class Carousel {
|
|
|
532
441
|
"composed": true,
|
|
533
442
|
"docs": {
|
|
534
443
|
"tags": [],
|
|
535
|
-
"text": "
|
|
444
|
+
"text": ""
|
|
536
445
|
},
|
|
537
446
|
"complexType": {
|
|
538
447
|
"original": "void",
|
|
@@ -547,7 +456,7 @@ export class Carousel {
|
|
|
547
456
|
"composed": true,
|
|
548
457
|
"docs": {
|
|
549
458
|
"tags": [],
|
|
550
|
-
"text": "
|
|
459
|
+
"text": ""
|
|
551
460
|
},
|
|
552
461
|
"complexType": {
|
|
553
462
|
"original": "void",
|
|
@@ -562,7 +471,7 @@ export class Carousel {
|
|
|
562
471
|
"composed": true,
|
|
563
472
|
"docs": {
|
|
564
473
|
"tags": [],
|
|
565
|
-
"text": "
|
|
474
|
+
"text": ""
|
|
566
475
|
},
|
|
567
476
|
"complexType": {
|
|
568
477
|
"original": "void",
|
|
@@ -577,7 +486,7 @@ export class Carousel {
|
|
|
577
486
|
"composed": true,
|
|
578
487
|
"docs": {
|
|
579
488
|
"tags": [],
|
|
580
|
-
"text": "
|
|
489
|
+
"text": ""
|
|
581
490
|
},
|
|
582
491
|
"complexType": {
|
|
583
492
|
"original": "void",
|
|
@@ -592,7 +501,7 @@ export class Carousel {
|
|
|
592
501
|
"composed": true,
|
|
593
502
|
"docs": {
|
|
594
503
|
"tags": [],
|
|
595
|
-
"text": "
|
|
504
|
+
"text": ""
|
|
596
505
|
},
|
|
597
506
|
"complexType": {
|
|
598
507
|
"original": "void",
|
|
@@ -607,7 +516,7 @@ export class Carousel {
|
|
|
607
516
|
"composed": true,
|
|
608
517
|
"docs": {
|
|
609
518
|
"tags": [],
|
|
610
|
-
"text": "
|
|
519
|
+
"text": ""
|
|
611
520
|
},
|
|
612
521
|
"complexType": {
|
|
613
522
|
"original": "void",
|
|
@@ -622,7 +531,7 @@ export class Carousel {
|
|
|
622
531
|
"composed": true,
|
|
623
532
|
"docs": {
|
|
624
533
|
"tags": [],
|
|
625
|
-
"text": "
|
|
534
|
+
"text": ""
|
|
626
535
|
},
|
|
627
536
|
"complexType": {
|
|
628
537
|
"original": "void",
|
|
@@ -637,7 +546,7 @@ export class Carousel {
|
|
|
637
546
|
"composed": true,
|
|
638
547
|
"docs": {
|
|
639
548
|
"tags": [],
|
|
640
|
-
"text": "
|
|
549
|
+
"text": ""
|
|
641
550
|
},
|
|
642
551
|
"complexType": {
|
|
643
552
|
"original": "void",
|
|
@@ -652,7 +561,7 @@ export class Carousel {
|
|
|
652
561
|
"composed": true,
|
|
653
562
|
"docs": {
|
|
654
563
|
"tags": [],
|
|
655
|
-
"text": "
|
|
564
|
+
"text": ""
|
|
656
565
|
},
|
|
657
566
|
"complexType": {
|
|
658
567
|
"original": "void",
|
|
@@ -667,7 +576,7 @@ export class Carousel {
|
|
|
667
576
|
"composed": true,
|
|
668
577
|
"docs": {
|
|
669
578
|
"tags": [],
|
|
670
|
-
"text": "
|
|
579
|
+
"text": ""
|
|
671
580
|
},
|
|
672
581
|
"complexType": {
|
|
673
582
|
"original": "void",
|
|
@@ -691,7 +600,7 @@ export class Carousel {
|
|
|
691
600
|
"return": "Promise<void>"
|
|
692
601
|
},
|
|
693
602
|
"docs": {
|
|
694
|
-
"text": "
|
|
603
|
+
"text": "",
|
|
695
604
|
"tags": []
|
|
696
605
|
}
|
|
697
606
|
},
|
|
@@ -699,11 +608,8 @@ export class Carousel {
|
|
|
699
608
|
"complexType": {
|
|
700
609
|
"signature": "(speed?: number) => Promise<void>",
|
|
701
610
|
"parameters": [{
|
|
702
|
-
"tags": [
|
|
703
|
-
|
|
704
|
-
"text": "speed The transition duration (in ms)."
|
|
705
|
-
}],
|
|
706
|
-
"text": "The transition duration (in ms)."
|
|
611
|
+
"tags": [],
|
|
612
|
+
"text": ""
|
|
707
613
|
}],
|
|
708
614
|
"references": {
|
|
709
615
|
"Promise": {
|
|
@@ -714,34 +620,22 @@ export class Carousel {
|
|
|
714
620
|
"return": "Promise<void>"
|
|
715
621
|
},
|
|
716
622
|
"docs": {
|
|
717
|
-
"text": "
|
|
718
|
-
"tags": [
|
|
719
|
-
"name": "param",
|
|
720
|
-
"text": "speed The transition duration (in ms)."
|
|
721
|
-
}]
|
|
623
|
+
"text": "",
|
|
624
|
+
"tags": []
|
|
722
625
|
}
|
|
723
626
|
},
|
|
724
627
|
"slideTo": {
|
|
725
628
|
"complexType": {
|
|
726
629
|
"signature": "(index: number, speed?: number, runCallbacks?: boolean) => Promise<void>",
|
|
727
630
|
"parameters": [{
|
|
728
|
-
"tags": [
|
|
729
|
-
|
|
730
|
-
"text": "index The index of the slide to transition to."
|
|
731
|
-
}],
|
|
732
|
-
"text": "The index of the slide to transition to."
|
|
631
|
+
"tags": [],
|
|
632
|
+
"text": ""
|
|
733
633
|
}, {
|
|
734
|
-
"tags": [
|
|
735
|
-
|
|
736
|
-
"text": "speed The transition duration (in ms)."
|
|
737
|
-
}],
|
|
738
|
-
"text": "The transition duration (in ms)."
|
|
634
|
+
"tags": [],
|
|
635
|
+
"text": ""
|
|
739
636
|
}, {
|
|
740
|
-
"tags": [
|
|
741
|
-
|
|
742
|
-
"text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
743
|
-
}],
|
|
744
|
-
"text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
637
|
+
"tags": [],
|
|
638
|
+
"text": ""
|
|
745
639
|
}],
|
|
746
640
|
"references": {
|
|
747
641
|
"Promise": {
|
|
@@ -752,34 +646,19 @@ export class Carousel {
|
|
|
752
646
|
"return": "Promise<void>"
|
|
753
647
|
},
|
|
754
648
|
"docs": {
|
|
755
|
-
"text": "
|
|
756
|
-
"tags": [
|
|
757
|
-
"name": "param",
|
|
758
|
-
"text": "index The index of the slide to transition to."
|
|
759
|
-
}, {
|
|
760
|
-
"name": "param",
|
|
761
|
-
"text": "speed The transition duration (in ms)."
|
|
762
|
-
}, {
|
|
763
|
-
"name": "param",
|
|
764
|
-
"text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
765
|
-
}]
|
|
649
|
+
"text": "",
|
|
650
|
+
"tags": []
|
|
766
651
|
}
|
|
767
652
|
},
|
|
768
653
|
"slideNext": {
|
|
769
654
|
"complexType": {
|
|
770
655
|
"signature": "(speed?: number, runCallbacks?: boolean) => Promise<void>",
|
|
771
656
|
"parameters": [{
|
|
772
|
-
"tags": [
|
|
773
|
-
|
|
774
|
-
"text": "speed The transition duration (in ms)."
|
|
775
|
-
}],
|
|
776
|
-
"text": "The transition duration (in ms)."
|
|
657
|
+
"tags": [],
|
|
658
|
+
"text": ""
|
|
777
659
|
}, {
|
|
778
|
-
"tags": [
|
|
779
|
-
|
|
780
|
-
"text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
781
|
-
}],
|
|
782
|
-
"text": "If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
660
|
+
"tags": [],
|
|
661
|
+
"text": ""
|
|
783
662
|
}],
|
|
784
663
|
"references": {
|
|
785
664
|
"Promise": {
|
|
@@ -790,31 +669,19 @@ export class Carousel {
|
|
|
790
669
|
"return": "Promise<void>"
|
|
791
670
|
},
|
|
792
671
|
"docs": {
|
|
793
|
-
"text": "
|
|
794
|
-
"tags": [
|
|
795
|
-
"name": "param",
|
|
796
|
-
"text": "speed The transition duration (in ms)."
|
|
797
|
-
}, {
|
|
798
|
-
"name": "param",
|
|
799
|
-
"text": "runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events."
|
|
800
|
-
}]
|
|
672
|
+
"text": "",
|
|
673
|
+
"tags": []
|
|
801
674
|
}
|
|
802
675
|
},
|
|
803
676
|
"slidePrev": {
|
|
804
677
|
"complexType": {
|
|
805
678
|
"signature": "(speed?: number, runCallbacks?: boolean) => Promise<void>",
|
|
806
679
|
"parameters": [{
|
|
807
|
-
"tags": [
|
|
808
|
-
|
|
809
|
-
"text": "speed The transition duration (in ms)."
|
|
810
|
-
}],
|
|
811
|
-
"text": "The transition duration (in ms)."
|
|
680
|
+
"tags": [],
|
|
681
|
+
"text": ""
|
|
812
682
|
}, {
|
|
813
|
-
"tags": [
|
|
814
|
-
|
|
815
|
-
"text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
|
|
816
|
-
}],
|
|
817
|
-
"text": "If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
|
|
683
|
+
"tags": [],
|
|
684
|
+
"text": ""
|
|
818
685
|
}],
|
|
819
686
|
"references": {
|
|
820
687
|
"Promise": {
|
|
@@ -825,14 +692,8 @@ export class Carousel {
|
|
|
825
692
|
"return": "Promise<void>"
|
|
826
693
|
},
|
|
827
694
|
"docs": {
|
|
828
|
-
"text": "
|
|
829
|
-
"tags": [
|
|
830
|
-
"name": "param",
|
|
831
|
-
"text": "speed The transition duration (in ms)."
|
|
832
|
-
}, {
|
|
833
|
-
"name": "param",
|
|
834
|
-
"text": "runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events."
|
|
835
|
-
}]
|
|
695
|
+
"text": "",
|
|
696
|
+
"tags": []
|
|
836
697
|
}
|
|
837
698
|
},
|
|
838
699
|
"getActiveIndex": {
|
|
@@ -848,7 +709,7 @@ export class Carousel {
|
|
|
848
709
|
"return": "Promise<number>"
|
|
849
710
|
},
|
|
850
711
|
"docs": {
|
|
851
|
-
"text": "
|
|
712
|
+
"text": "",
|
|
852
713
|
"tags": []
|
|
853
714
|
}
|
|
854
715
|
},
|
|
@@ -865,7 +726,7 @@ export class Carousel {
|
|
|
865
726
|
"return": "Promise<number>"
|
|
866
727
|
},
|
|
867
728
|
"docs": {
|
|
868
|
-
"text": "
|
|
729
|
+
"text": "",
|
|
869
730
|
"tags": []
|
|
870
731
|
}
|
|
871
732
|
},
|
|
@@ -882,7 +743,7 @@ export class Carousel {
|
|
|
882
743
|
"return": "Promise<number>"
|
|
883
744
|
},
|
|
884
745
|
"docs": {
|
|
885
|
-
"text": "
|
|
746
|
+
"text": "",
|
|
886
747
|
"tags": []
|
|
887
748
|
}
|
|
888
749
|
},
|
|
@@ -899,7 +760,7 @@ export class Carousel {
|
|
|
899
760
|
"return": "Promise<boolean>"
|
|
900
761
|
},
|
|
901
762
|
"docs": {
|
|
902
|
-
"text": "
|
|
763
|
+
"text": "",
|
|
903
764
|
"tags": []
|
|
904
765
|
}
|
|
905
766
|
},
|
|
@@ -916,7 +777,7 @@ export class Carousel {
|
|
|
916
777
|
"return": "Promise<boolean>"
|
|
917
778
|
},
|
|
918
779
|
"docs": {
|
|
919
|
-
"text": "
|
|
780
|
+
"text": "",
|
|
920
781
|
"tags": []
|
|
921
782
|
}
|
|
922
783
|
},
|
|
@@ -933,7 +794,7 @@ export class Carousel {
|
|
|
933
794
|
"return": "Promise<void>"
|
|
934
795
|
},
|
|
935
796
|
"docs": {
|
|
936
|
-
"text": "
|
|
797
|
+
"text": "",
|
|
937
798
|
"tags": []
|
|
938
799
|
}
|
|
939
800
|
},
|
|
@@ -950,7 +811,7 @@ export class Carousel {
|
|
|
950
811
|
"return": "Promise<void>"
|
|
951
812
|
},
|
|
952
813
|
"docs": {
|
|
953
|
-
"text": "
|
|
814
|
+
"text": "",
|
|
954
815
|
"tags": []
|
|
955
816
|
}
|
|
956
817
|
},
|
|
@@ -958,11 +819,8 @@ export class Carousel {
|
|
|
958
819
|
"complexType": {
|
|
959
820
|
"signature": "(lock: boolean) => Promise<void>",
|
|
960
821
|
"parameters": [{
|
|
961
|
-
"tags": [
|
|
962
|
-
|
|
963
|
-
"text": "lock If `true`, disable swiping to the next slide."
|
|
964
|
-
}],
|
|
965
|
-
"text": "If `true`, disable swiping to the next slide."
|
|
822
|
+
"tags": [],
|
|
823
|
+
"text": ""
|
|
966
824
|
}],
|
|
967
825
|
"references": {
|
|
968
826
|
"Promise": {
|
|
@@ -973,22 +831,16 @@ export class Carousel {
|
|
|
973
831
|
"return": "Promise<void>"
|
|
974
832
|
},
|
|
975
833
|
"docs": {
|
|
976
|
-
"text": "
|
|
977
|
-
"tags": [
|
|
978
|
-
"name": "param",
|
|
979
|
-
"text": "lock If `true`, disable swiping to the next slide."
|
|
980
|
-
}]
|
|
834
|
+
"text": "",
|
|
835
|
+
"tags": []
|
|
981
836
|
}
|
|
982
837
|
},
|
|
983
838
|
"lockSwipeToPrev": {
|
|
984
839
|
"complexType": {
|
|
985
840
|
"signature": "(lock: boolean) => Promise<void>",
|
|
986
841
|
"parameters": [{
|
|
987
|
-
"tags": [
|
|
988
|
-
|
|
989
|
-
"text": "lock If `true`, disable swiping to the previous slide."
|
|
990
|
-
}],
|
|
991
|
-
"text": "If `true`, disable swiping to the previous slide."
|
|
842
|
+
"tags": [],
|
|
843
|
+
"text": ""
|
|
992
844
|
}],
|
|
993
845
|
"references": {
|
|
994
846
|
"Promise": {
|
|
@@ -999,22 +851,16 @@ export class Carousel {
|
|
|
999
851
|
"return": "Promise<void>"
|
|
1000
852
|
},
|
|
1001
853
|
"docs": {
|
|
1002
|
-
"text": "
|
|
1003
|
-
"tags": [
|
|
1004
|
-
"name": "param",
|
|
1005
|
-
"text": "lock If `true`, disable swiping to the previous slide."
|
|
1006
|
-
}]
|
|
854
|
+
"text": "",
|
|
855
|
+
"tags": []
|
|
1007
856
|
}
|
|
1008
857
|
},
|
|
1009
858
|
"lockSwipes": {
|
|
1010
859
|
"complexType": {
|
|
1011
860
|
"signature": "(lock: boolean) => Promise<void>",
|
|
1012
861
|
"parameters": [{
|
|
1013
|
-
"tags": [
|
|
1014
|
-
|
|
1015
|
-
"text": "lock If `true`, disable swiping to the next and previous slide."
|
|
1016
|
-
}],
|
|
1017
|
-
"text": "If `true`, disable swiping to the next and previous slide."
|
|
862
|
+
"tags": [],
|
|
863
|
+
"text": ""
|
|
1018
864
|
}],
|
|
1019
865
|
"references": {
|
|
1020
866
|
"Promise": {
|
|
@@ -1025,11 +871,8 @@ export class Carousel {
|
|
|
1025
871
|
"return": "Promise<void>"
|
|
1026
872
|
},
|
|
1027
873
|
"docs": {
|
|
1028
|
-
"text": "
|
|
1029
|
-
"tags": [
|
|
1030
|
-
"name": "param",
|
|
1031
|
-
"text": "lock If `true`, disable swiping to the next and previous slide."
|
|
1032
|
-
}]
|
|
874
|
+
"text": "",
|
|
875
|
+
"tags": []
|
|
1033
876
|
}
|
|
1034
877
|
},
|
|
1035
878
|
"getSwiper": {
|
|
@@ -1045,7 +888,7 @@ export class Carousel {
|
|
|
1045
888
|
"return": "Promise<any>"
|
|
1046
889
|
},
|
|
1047
890
|
"docs": {
|
|
1048
|
-
"text": "
|
|
891
|
+
"text": "",
|
|
1049
892
|
"tags": []
|
|
1050
893
|
}
|
|
1051
894
|
}
|