@roadtrip/components 3.17.0 → 3.18.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/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 +1 -1
- 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/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.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-891decf5.js.map → index-7a0158a4.js.map} +1 -1
- 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 +2 -2
- 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/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-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-a73ef7de.entry.js → p-61d87e64.entry.js} +2 -2
- package/dist/roadtrip/{p-a73ef7de.entry.js.map → p-61d87e64.entry.js.map} +1 -1
- 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-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.esm.js +1 -1
- package/dist/roadtrip/roadtrip.esm.js.map +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 +216 -175
- package/package.json +1 -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-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-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-73fe2357.js.map → p-ac7a8bca.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
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
/**
|
|
3
|
-
* @slot - content of the carousel, it should be road-carousel-item elements.
|
|
4
|
-
*/
|
|
5
2
|
export declare class Carousel {
|
|
6
3
|
private paginationEl?;
|
|
7
4
|
private swiperReady;
|
|
@@ -11,174 +8,47 @@ export declare class Carousel {
|
|
|
11
8
|
private syncSwiper?;
|
|
12
9
|
private didInit;
|
|
13
10
|
el: HTMLRoadCarouselElement;
|
|
14
|
-
/**
|
|
15
|
-
* Options to pass to the swiper instance.
|
|
16
|
-
* See http://idangero.us/swiper/api/ for valid options
|
|
17
|
-
*/
|
|
18
11
|
options: any;
|
|
19
12
|
optionsChanged(): Promise<void>;
|
|
20
|
-
/**
|
|
21
|
-
* If `true`, show the pagination.
|
|
22
|
-
*/
|
|
23
13
|
pager: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* If `true`, show arrows.
|
|
26
|
-
*/
|
|
27
14
|
arrows: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Emitted after Swiper initialization
|
|
30
|
-
*/
|
|
31
15
|
roadslidesdidload: EventEmitter<void>;
|
|
32
|
-
/**
|
|
33
|
-
* Emitted when the user taps/clicks on the slide's container.
|
|
34
|
-
*/
|
|
35
16
|
roadslidetap: EventEmitter<void>;
|
|
36
|
-
/**
|
|
37
|
-
* Emitted when the user double taps on the slide's container.
|
|
38
|
-
*/
|
|
39
17
|
roadslidedoubletap: EventEmitter<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Emitted before the active slide has changed.
|
|
42
|
-
*/
|
|
43
18
|
roadslidewillchange: EventEmitter<void>;
|
|
44
|
-
/**
|
|
45
|
-
* Emitted after the active slide has changed.
|
|
46
|
-
*/
|
|
47
19
|
roadslidedidchange: EventEmitter<void>;
|
|
48
|
-
/**
|
|
49
|
-
* Emitted when the next slide has started.
|
|
50
|
-
*/
|
|
51
20
|
roadslidenextstart: EventEmitter<void>;
|
|
52
|
-
/**
|
|
53
|
-
* Emitted when the previous slide has started.
|
|
54
|
-
*/
|
|
55
21
|
roadslideprevstart: EventEmitter<void>;
|
|
56
|
-
/**
|
|
57
|
-
* Emitted when the next slide has ended.
|
|
58
|
-
*/
|
|
59
22
|
roadslidenextend: EventEmitter<void>;
|
|
60
|
-
/**
|
|
61
|
-
* Emitted when the previous slide has ended.
|
|
62
|
-
*/
|
|
63
23
|
roadslideprevend: EventEmitter<void>;
|
|
64
|
-
/**
|
|
65
|
-
* Emitted when the slide transition has started.
|
|
66
|
-
*/
|
|
67
24
|
roadslidetransitionstart: EventEmitter<void>;
|
|
68
|
-
/**
|
|
69
|
-
* Emitted when the slide transition has ended.
|
|
70
|
-
*/
|
|
71
25
|
roadslidetransitionend: EventEmitter<void>;
|
|
72
|
-
/**
|
|
73
|
-
* Emitted when the slider is actively being moved.
|
|
74
|
-
*/
|
|
75
26
|
roadslidedrag: EventEmitter<void>;
|
|
76
|
-
/**
|
|
77
|
-
* Emitted when the slider is at its initial position.
|
|
78
|
-
*/
|
|
79
27
|
roadslidereachstart: EventEmitter<void>;
|
|
80
|
-
/**
|
|
81
|
-
* Emitted when the slider is at the last slide.
|
|
82
|
-
*/
|
|
83
28
|
roadslidereachend: EventEmitter<void>;
|
|
84
|
-
/**
|
|
85
|
-
* Emitted when the user first touches the slider.
|
|
86
|
-
*/
|
|
87
29
|
roadslidetouchstart: EventEmitter<void>;
|
|
88
|
-
/**
|
|
89
|
-
* Emitted when the user releases the touch.
|
|
90
|
-
*/
|
|
91
30
|
roadslidetouchend: EventEmitter<void>;
|
|
92
31
|
connectedCallback(): void;
|
|
93
32
|
componentDidLoad(): void;
|
|
94
33
|
disconnectedCallback(): void;
|
|
95
|
-
/**
|
|
96
|
-
* Update the underlying slider implementation. Call this if you've added or removed
|
|
97
|
-
* child slides.
|
|
98
|
-
*/
|
|
99
34
|
update(): Promise<void>;
|
|
100
|
-
/**
|
|
101
|
-
* Force swiper to update its height (when autoHeight is enabled) for the duration
|
|
102
|
-
* equal to 'speed' parameter.
|
|
103
|
-
*
|
|
104
|
-
* @param speed The transition duration (in ms).
|
|
105
|
-
*/
|
|
106
35
|
updateAutoHeight(speed?: number): Promise<void>;
|
|
107
|
-
/**
|
|
108
|
-
* Transition to the specified slide.
|
|
109
|
-
*
|
|
110
|
-
* @param index The index of the slide to transition to.
|
|
111
|
-
* @param speed The transition duration (in ms).
|
|
112
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
113
|
-
*/
|
|
114
36
|
slideTo(index: number, speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
115
|
-
/**
|
|
116
|
-
* Transition to the next slide.
|
|
117
|
-
*
|
|
118
|
-
* @param speed The transition duration (in ms).
|
|
119
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
120
|
-
*/
|
|
121
37
|
slideNext(speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
122
|
-
/**
|
|
123
|
-
* Transition to the previous slide.
|
|
124
|
-
*
|
|
125
|
-
* @param speed The transition duration (in ms).
|
|
126
|
-
* @param runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events.
|
|
127
|
-
*/
|
|
128
38
|
slidePrev(speed?: number, runCallbacks?: boolean): Promise<void>;
|
|
129
|
-
/**
|
|
130
|
-
* Get the index of the active slide.
|
|
131
|
-
*/
|
|
132
39
|
getActiveIndex(): Promise<number>;
|
|
133
|
-
/**
|
|
134
|
-
* Get the index of the previous slide.
|
|
135
|
-
*/
|
|
136
40
|
getPreviousIndex(): Promise<number>;
|
|
137
|
-
/**
|
|
138
|
-
* Get the total number of slides.
|
|
139
|
-
*/
|
|
140
41
|
length(): Promise<number>;
|
|
141
|
-
/**
|
|
142
|
-
* Get whether or not the current slide is the last slide.
|
|
143
|
-
*/
|
|
144
42
|
isEnd(): Promise<boolean>;
|
|
145
|
-
/**
|
|
146
|
-
* Get whether or not the current slide is the first slide.
|
|
147
|
-
*/
|
|
148
43
|
isBeginning(): Promise<boolean>;
|
|
149
|
-
/**
|
|
150
|
-
* Start auto play.
|
|
151
|
-
*/
|
|
152
44
|
startAutoplay(): Promise<void>;
|
|
153
|
-
/**
|
|
154
|
-
* Stop auto play.
|
|
155
|
-
*/
|
|
156
45
|
stopAutoplay(): Promise<void>;
|
|
157
|
-
/**
|
|
158
|
-
* Lock or unlock the ability to slide to the next slide.
|
|
159
|
-
*
|
|
160
|
-
* @param lock If `true`, disable swiping to the next slide.
|
|
161
|
-
*/
|
|
162
46
|
lockSwipeToNext(lock: boolean): Promise<void>;
|
|
163
|
-
/**
|
|
164
|
-
* Lock or unlock the ability to slide to the previous slide.
|
|
165
|
-
*
|
|
166
|
-
* @param lock If `true`, disable swiping to the previous slide.
|
|
167
|
-
*/
|
|
168
47
|
lockSwipeToPrev(lock: boolean): Promise<void>;
|
|
169
|
-
/**
|
|
170
|
-
* Lock or unlock the ability to slide to the next or previous slide.
|
|
171
|
-
*
|
|
172
|
-
* @param lock If `true`, disable swiping to the next and previous slide.
|
|
173
|
-
*/
|
|
174
48
|
lockSwipes(lock: boolean): Promise<void>;
|
|
175
|
-
/**
|
|
176
|
-
* Get the Swiper instance.
|
|
177
|
-
* Use this to access the full Swiper API.
|
|
178
|
-
* See https://idangero.us/swiper/api/ for all API options.
|
|
179
|
-
*/
|
|
180
49
|
getSwiper(): Promise<any>;
|
|
181
50
|
private initSwiper;
|
|
182
51
|
private normalizeOptions;
|
|
52
|
+
private setupKeyboardNavigation;
|
|
183
53
|
render(): any;
|
|
184
54
|
}
|
|
@@ -42,6 +42,7 @@ export declare class RoadPhoneNumberInput {
|
|
|
42
42
|
handleInput(event: RoadInputCustomEvent<{
|
|
43
43
|
value: string | null | undefined;
|
|
44
44
|
}>): void;
|
|
45
|
+
handleKeyUp(event: KeyboardEvent): void;
|
|
45
46
|
handleSelect(event: Event): void;
|
|
46
47
|
createAndDispatchPhoneData(fromSelect?: boolean): void;
|
|
47
48
|
updateSelectedCountryCode(countryCode: string): void;
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class Dropdown {
|
|
12
|
+
el: HTMLRoadProfilDropdownElement;
|
|
12
13
|
/**
|
|
13
14
|
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
14
15
|
*/
|
|
@@ -17,5 +18,6 @@ export declare class Dropdown {
|
|
|
17
18
|
* Toggle the display when clicking element in slot
|
|
18
19
|
*/
|
|
19
20
|
private onClick;
|
|
21
|
+
handleDocumentClick(ev: MouseEvent): void;
|
|
20
22
|
render(): any;
|
|
21
23
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import Fuse from 'fuse.js';
|
|
2
3
|
/**
|
|
3
4
|
* @slot - Input element for the widget, it should be a road-input element.
|
|
4
5
|
*/
|
|
@@ -6,6 +7,7 @@ export declare class SelectFilter {
|
|
|
6
7
|
el: HTMLRoadSelectFilterElement;
|
|
7
8
|
isOpen: boolean;
|
|
8
9
|
currentValue: string;
|
|
10
|
+
activeIndex: number;
|
|
9
11
|
/**
|
|
10
12
|
* List of options of the select
|
|
11
13
|
*/
|
|
@@ -30,18 +32,28 @@ export declare class SelectFilter {
|
|
|
30
32
|
handleBlur(): void;
|
|
31
33
|
handleChange(event: CustomEvent): void;
|
|
32
34
|
onClickOutside(event: MouseEvent): void;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
handleKeydown(event: KeyboardEvent): void;
|
|
36
|
+
get filteredOptions(): {
|
|
37
|
+
item: {
|
|
38
|
+
value: string | number;
|
|
39
|
+
label: string;
|
|
40
|
+
};
|
|
41
|
+
score: number;
|
|
42
|
+
refIndex: number;
|
|
43
|
+
}[] | Fuse.FuseResult<{
|
|
44
|
+
value: string | number;
|
|
45
|
+
label: string;
|
|
46
|
+
}>[];
|
|
36
47
|
roadselected: EventEmitter<{
|
|
37
48
|
value: string | undefined | null;
|
|
38
49
|
label: string;
|
|
39
50
|
}>;
|
|
40
|
-
/** @internal */
|
|
41
51
|
roadSelected: EventEmitter<{
|
|
42
52
|
value: string | undefined | null;
|
|
43
53
|
label: string;
|
|
44
54
|
}>;
|
|
45
55
|
private onClick;
|
|
56
|
+
private handleOptionMouseOver;
|
|
57
|
+
private handleOptionClick;
|
|
46
58
|
render(): any;
|
|
47
59
|
}
|
|
@@ -250,92 +250,24 @@ export namespace Components {
|
|
|
250
250
|
"value"?: string;
|
|
251
251
|
}
|
|
252
252
|
interface RoadCarousel {
|
|
253
|
-
/**
|
|
254
|
-
* If `true`, show arrows.
|
|
255
|
-
*/
|
|
256
253
|
"arrows": boolean;
|
|
257
|
-
/**
|
|
258
|
-
* Get the index of the active slide.
|
|
259
|
-
*/
|
|
260
254
|
"getActiveIndex": () => Promise<number>;
|
|
261
|
-
/**
|
|
262
|
-
* Get the index of the previous slide.
|
|
263
|
-
*/
|
|
264
255
|
"getPreviousIndex": () => Promise<number>;
|
|
265
|
-
/**
|
|
266
|
-
* Get the Swiper instance. Use this to access the full Swiper API. See https://idangero.us/swiper/api/ for all API options.
|
|
267
|
-
*/
|
|
268
256
|
"getSwiper": () => Promise<any>;
|
|
269
|
-
/**
|
|
270
|
-
* Get whether or not the current slide is the first slide.
|
|
271
|
-
*/
|
|
272
257
|
"isBeginning": () => Promise<boolean>;
|
|
273
|
-
/**
|
|
274
|
-
* Get whether or not the current slide is the last slide.
|
|
275
|
-
*/
|
|
276
258
|
"isEnd": () => Promise<boolean>;
|
|
277
|
-
/**
|
|
278
|
-
* Get the total number of slides.
|
|
279
|
-
*/
|
|
280
259
|
"length": () => Promise<number>;
|
|
281
|
-
/**
|
|
282
|
-
* Lock or unlock the ability to slide to the next slide.
|
|
283
|
-
* @param lock If `true`, disable swiping to the next slide.
|
|
284
|
-
*/
|
|
285
260
|
"lockSwipeToNext": (lock: boolean) => Promise<void>;
|
|
286
|
-
/**
|
|
287
|
-
* Lock or unlock the ability to slide to the previous slide.
|
|
288
|
-
* @param lock If `true`, disable swiping to the previous slide.
|
|
289
|
-
*/
|
|
290
261
|
"lockSwipeToPrev": (lock: boolean) => Promise<void>;
|
|
291
|
-
/**
|
|
292
|
-
* Lock or unlock the ability to slide to the next or previous slide.
|
|
293
|
-
* @param lock If `true`, disable swiping to the next and previous slide.
|
|
294
|
-
*/
|
|
295
262
|
"lockSwipes": (lock: boolean) => Promise<void>;
|
|
296
|
-
/**
|
|
297
|
-
* Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options
|
|
298
|
-
*/
|
|
299
263
|
"options": any;
|
|
300
|
-
/**
|
|
301
|
-
* If `true`, show the pagination.
|
|
302
|
-
*/
|
|
303
264
|
"pager": boolean;
|
|
304
|
-
/**
|
|
305
|
-
* Transition to the next slide.
|
|
306
|
-
* @param speed The transition duration (in ms).
|
|
307
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
308
|
-
*/
|
|
309
265
|
"slideNext": (speed?: number, runCallbacks?: boolean) => Promise<void>;
|
|
310
|
-
/**
|
|
311
|
-
* Transition to the previous slide.
|
|
312
|
-
* @param speed The transition duration (in ms).
|
|
313
|
-
* @param runCallbacks If true, the transition will produce the [Transition/SlideChange][Start/End] transition events.
|
|
314
|
-
*/
|
|
315
266
|
"slidePrev": (speed?: number, runCallbacks?: boolean) => Promise<void>;
|
|
316
|
-
/**
|
|
317
|
-
* Transition to the specified slide.
|
|
318
|
-
* @param index The index of the slide to transition to.
|
|
319
|
-
* @param speed The transition duration (in ms).
|
|
320
|
-
* @param runCallbacks If true, the transition will produce [Transition/SlideChange][Start/End] transition events.
|
|
321
|
-
*/
|
|
322
267
|
"slideTo": (index: number, speed?: number, runCallbacks?: boolean) => Promise<void>;
|
|
323
|
-
/**
|
|
324
|
-
* Start auto play.
|
|
325
|
-
*/
|
|
326
268
|
"startAutoplay": () => Promise<void>;
|
|
327
|
-
/**
|
|
328
|
-
* Stop auto play.
|
|
329
|
-
*/
|
|
330
269
|
"stopAutoplay": () => Promise<void>;
|
|
331
|
-
/**
|
|
332
|
-
* Update the underlying slider implementation. Call this if you've added or removed child slides.
|
|
333
|
-
*/
|
|
334
270
|
"update": () => Promise<void>;
|
|
335
|
-
/**
|
|
336
|
-
* Force swiper to update its height (when autoHeight is enabled) for the duration equal to 'speed' parameter.
|
|
337
|
-
* @param speed The transition duration (in ms).
|
|
338
|
-
*/
|
|
339
271
|
"updateAutoHeight": (speed?: number) => Promise<void>;
|
|
340
272
|
}
|
|
341
273
|
interface RoadCarouselItem {
|
|
@@ -3192,81 +3124,24 @@ declare namespace LocalJSX {
|
|
|
3192
3124
|
"value"?: string;
|
|
3193
3125
|
}
|
|
3194
3126
|
interface RoadCarousel {
|
|
3195
|
-
/**
|
|
3196
|
-
* If `true`, show arrows.
|
|
3197
|
-
*/
|
|
3198
3127
|
"arrows"?: boolean;
|
|
3199
|
-
/**
|
|
3200
|
-
* Emitted after the active slide has changed.
|
|
3201
|
-
*/
|
|
3202
3128
|
"onRoadslidedidchange"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3203
|
-
/**
|
|
3204
|
-
* Emitted when the user double taps on the slide's container.
|
|
3205
|
-
*/
|
|
3206
3129
|
"onRoadslidedoubletap"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3207
|
-
/**
|
|
3208
|
-
* Emitted when the slider is actively being moved.
|
|
3209
|
-
*/
|
|
3210
3130
|
"onRoadslidedrag"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3211
|
-
/**
|
|
3212
|
-
* Emitted when the next slide has ended.
|
|
3213
|
-
*/
|
|
3214
3131
|
"onRoadslidenextend"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3215
|
-
/**
|
|
3216
|
-
* Emitted when the next slide has started.
|
|
3217
|
-
*/
|
|
3218
3132
|
"onRoadslidenextstart"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3219
|
-
/**
|
|
3220
|
-
* Emitted when the previous slide has ended.
|
|
3221
|
-
*/
|
|
3222
3133
|
"onRoadslideprevend"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3223
|
-
/**
|
|
3224
|
-
* Emitted when the previous slide has started.
|
|
3225
|
-
*/
|
|
3226
3134
|
"onRoadslideprevstart"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3227
|
-
/**
|
|
3228
|
-
* Emitted when the slider is at the last slide.
|
|
3229
|
-
*/
|
|
3230
3135
|
"onRoadslidereachend"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3231
|
-
/**
|
|
3232
|
-
* Emitted when the slider is at its initial position.
|
|
3233
|
-
*/
|
|
3234
3136
|
"onRoadslidereachstart"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3235
|
-
/**
|
|
3236
|
-
* Emitted after Swiper initialization
|
|
3237
|
-
*/
|
|
3238
3137
|
"onRoadslidesdidload"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3239
|
-
/**
|
|
3240
|
-
* Emitted when the user taps/clicks on the slide's container.
|
|
3241
|
-
*/
|
|
3242
3138
|
"onRoadslidetap"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3243
|
-
/**
|
|
3244
|
-
* Emitted when the user releases the touch.
|
|
3245
|
-
*/
|
|
3246
3139
|
"onRoadslidetouchend"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3247
|
-
/**
|
|
3248
|
-
* Emitted when the user first touches the slider.
|
|
3249
|
-
*/
|
|
3250
3140
|
"onRoadslidetouchstart"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3251
|
-
/**
|
|
3252
|
-
* Emitted when the slide transition has ended.
|
|
3253
|
-
*/
|
|
3254
3141
|
"onRoadslidetransitionend"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3255
|
-
/**
|
|
3256
|
-
* Emitted when the slide transition has started.
|
|
3257
|
-
*/
|
|
3258
3142
|
"onRoadslidetransitionstart"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3259
|
-
/**
|
|
3260
|
-
* Emitted before the active slide has changed.
|
|
3261
|
-
*/
|
|
3262
3143
|
"onRoadslidewillchange"?: (event: RoadCarouselCustomEvent<void>) => void;
|
|
3263
|
-
/**
|
|
3264
|
-
* Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options
|
|
3265
|
-
*/
|
|
3266
3144
|
"options"?: any;
|
|
3267
|
-
/**
|
|
3268
|
-
* If `true`, show the pagination.
|
|
3269
|
-
*/
|
|
3270
3145
|
"pager"?: boolean;
|
|
3271
3146
|
}
|
|
3272
3147
|
interface RoadCarouselItem {
|
|
@@ -4368,9 +4243,10 @@ declare namespace LocalJSX {
|
|
|
4368
4243
|
* If `true`, add class Active
|
|
4369
4244
|
*/
|
|
4370
4245
|
"isActive"?: boolean;
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4246
|
+
"onRoadSelected"?: (event: RoadSelectFilterCustomEvent<{
|
|
4247
|
+
value: string | undefined | null,
|
|
4248
|
+
label: string
|
|
4249
|
+
}>) => void;
|
|
4374
4250
|
"onRoadselected"?: (event: RoadSelectFilterCustomEvent<{
|
|
4375
4251
|
value: string | undefined | null,
|
|
4376
4252
|
label: string
|