@roadtrip/components 2.24.1 → 2.27.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/{app-04553107.js → app-79994847.js} +1 -1
- package/dist/cjs/{css-shim-cf2d8057.js → css-shim-9a05bb86.js} +1 -1
- package/dist/cjs/{dom-ba87b185.js → dom-417ccd20.js} +1 -1
- package/dist/cjs/{index-d47fa3c0.js → index-9b63596c.js} +1 -1
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/road-accordion.cjs.entry.js +3 -3
- package/dist/cjs/road-alert.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +7 -2
- package/dist/cjs/road-avatar.cjs.entry.js +2 -2
- package/dist/cjs/road-badge_11.cjs.entry.js +19 -7
- package/dist/cjs/road-card.cjs.entry.js +9 -4
- package/dist/cjs/road-carousel-item.cjs.entry.js +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +33 -33
- package/dist/cjs/road-checkbox.cjs.entry.js +11 -2
- package/dist/cjs/road-chip.cjs.entry.js +4 -4
- package/dist/cjs/road-collapse.cjs.entry.js +4 -4
- package/dist/cjs/road-counter.cjs.entry.js +8 -4
- package/dist/cjs/road-dialog.cjs.entry.js +1 -1
- package/dist/cjs/road-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/road-duration.cjs.entry.js +60 -0
- package/dist/cjs/road-flap.cjs.entry.js +1 -1
- package/dist/cjs/road-img.cjs.entry.js +7 -1
- package/dist/cjs/road-input-group.cjs.entry.js +1 -1
- package/dist/cjs/road-input.cjs.entry.js +12 -3
- package/dist/cjs/road-modal.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +7 -1
- package/dist/cjs/road-navbar.cjs.entry.js +5 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +11 -3
- package/dist/cjs/road-progress.cjs.entry.js +1 -1
- package/dist/cjs/road-radio-group.cjs.entry.js +3 -1
- package/dist/cjs/road-radio.cjs.entry.js +5 -1
- package/dist/cjs/road-range.cjs.entry.js +4 -2
- package/dist/cjs/road-rating.cjs.entry.js +1 -1
- package/dist/cjs/road-select-filter.cjs.entry.js +1798 -3
- package/dist/cjs/road-select.cjs.entry.js +9 -1
- package/dist/cjs/road-skeleton.cjs.entry.js +2 -2
- package/dist/cjs/road-spinner.cjs.entry.js +2 -2
- package/dist/cjs/road-switch.cjs.entry.js +13 -4
- package/dist/cjs/road-tab-bar.cjs.entry.js +5 -1
- package/dist/cjs/road-tab-button.cjs.entry.js +7 -1
- package/dist/cjs/road-tab.cjs.entry.js +1 -1
- package/dist/cjs/road-table.cjs.entry.js +2 -2
- package/dist/cjs/road-tabs.cjs.entry.js +3 -1
- package/dist/cjs/road-text.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +14 -6
- package/dist/cjs/road-toast.cjs.entry.js +3 -3
- package/dist/cjs/road-toolbar-title.cjs.entry.js +2 -2
- package/dist/cjs/road-tooltip.cjs.entry.js +3 -3
- package/dist/cjs/roadtrip.cjs.js +5 -5
- package/dist/cjs/{shadow-css-7fb0b43f.js → shadow-css-432b27e3.js} +1 -1
- package/dist/cjs/{utils-ade59127.js → utils-90171b88.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/accordion/accordion.css +6 -6
- package/dist/collection/components/accordion/accordion.js +2 -2
- package/dist/collection/components/accordion/accordion.stories.js +81 -37
- package/dist/collection/components/alert/alert.stories.js +51 -45
- package/dist/collection/components/autocomplete/autocomplete.js +31 -3
- package/dist/collection/components/autocomplete/autocomplete.stories.js +51 -21
- package/dist/collection/components/avatar/avatar.js +2 -3
- package/dist/collection/components/avatar/avatar.stories.js +39 -14
- package/dist/collection/components/badge/badge.stories.js +33 -35
- package/dist/collection/components/button/button.css +4 -4
- package/dist/collection/components/button/button.js +57 -9
- package/dist/collection/components/button/button.stories.js +162 -71
- package/dist/collection/components/card/card.js +28 -6
- package/dist/collection/components/card/card.stories.js +3 -3
- package/dist/collection/components/carousel/carousel.css +2 -2
- package/dist/collection/components/carousel/carousel.js +48 -48
- package/dist/collection/components/carousel/carousel.stories.js +332 -88
- package/dist/collection/components/checkbox/checkbox.js +67 -7
- package/dist/collection/components/checkbox/checkbox.stories.js +89 -64
- package/dist/collection/components/chip/chip.js +6 -6
- package/dist/collection/components/chip/chip.stories.js +58 -82
- package/dist/collection/components/col/col.js +2 -3
- package/dist/collection/components/collapse/collapse.js +7 -7
- package/dist/collection/components/collapse/collapse.stories.js +141 -126
- package/dist/collection/components/counter/counter.js +50 -13
- package/dist/collection/components/counter/counter.stories.js +65 -31
- package/dist/collection/components/dialog/dialog.stories.js +81 -37
- package/dist/collection/components/drawer/drawer.stories.js +187 -79
- package/dist/collection/components/dropdown/dropdown.js +2 -2
- package/dist/collection/components/dropdown/dropdown.stories.js +41 -20
- package/dist/collection/components/duration/duration.css +31 -0
- package/dist/collection/components/duration/duration.js +212 -0
- package/dist/collection/components/duration/duration.stories.js +108 -0
- package/dist/collection/components/flap/flap.stories.js +35 -31
- package/dist/collection/components/grid/grid.js +2 -3
- package/dist/collection/components/grid/grid.stories.js +5 -5
- package/dist/collection/components/icon/icon.stories.js +88 -62
- package/dist/collection/components/icon/svg/attachment.svg +1 -0
- package/dist/collection/components/icon/svg/check-list-color.svg +1 -0
- package/dist/collection/components/icon/svg/check-list.svg +1 -0
- package/dist/collection/components/icon/svg/device-smartphone-music-color.svg +1 -0
- package/dist/collection/components/icon/svg/device-smartphone-music.svg +1 -0
- package/dist/collection/components/icon/svg/mic-off-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/mic-off-outline.svg +1 -0
- package/dist/collection/components/icon/svg/mic-off.svg +1 -0
- package/dist/collection/components/icon/svg/people-community-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/people-community-outline.svg +1 -0
- package/dist/collection/components/icon/svg/people-community.svg +1 -0
- package/dist/collection/components/icon/svg/people-coworker-color.svg +1 -1
- package/dist/collection/components/icon/svg/people-coworker.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-music-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/player-radio-music-outline.svg +1 -0
- package/dist/collection/components/icon/svg/station-electric-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/station-electric-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-all-authorize-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
- package/dist/collection/components/icon/svg/{vehicle-car-bodyworkoutline-color.svg → vehicle-car-bodywork-outline-color.svg} +0 -0
- package/dist/collection/components/img/img.js +61 -4
- package/dist/collection/components/img/img.stories.js +1 -1
- package/dist/collection/components/input/input.css +4 -4
- package/dist/collection/components/input/input.js +89 -8
- package/dist/collection/components/input/input.stories.js +195 -129
- package/dist/collection/components/input-group/input-group.stories.js +44 -35
- package/dist/collection/components/item/item.css +2 -2
- package/dist/collection/components/item/item.stories.js +118 -24
- package/dist/collection/components/label/label.js +2 -3
- package/dist/collection/components/list/list.stories.js +48 -46
- package/dist/collection/components/modal/modal.stories.js +46 -30
- package/dist/collection/components/navbar/navbar.js +27 -0
- package/dist/collection/components/navbar/navbar.stories.js +41 -24
- package/dist/collection/components/navbar-item/navbar-item.js +30 -1
- package/dist/collection/components/plate-number/plate-number.js +99 -20
- package/dist/collection/components/plate-number/plate-number.stories.js +36 -17
- package/dist/collection/components/progress/progress.stories.js +3 -3
- package/dist/collection/components/radio/radio.js +47 -3
- package/dist/collection/components/radio/radio.stories.js +50 -33
- package/dist/collection/components/radio-group/radio-group.js +21 -2
- package/dist/collection/components/range/range.js +26 -8
- package/dist/collection/components/range/range.stories.js +40 -33
- package/dist/collection/components/rating/rating.stories.js +40 -31
- package/dist/collection/components/select/select.js +64 -5
- package/dist/collection/components/select/select.stories.js +82 -90
- package/dist/collection/components/select-filter/select-filter.js +69 -4
- package/dist/collection/components/select-filter/select-filter.stories.js +82 -106
- package/dist/collection/components/skeleton/skeleton.js +2 -3
- package/dist/collection/components/spinner/spinner.js +3 -4
- package/dist/collection/components/switch/switch.js +71 -11
- package/dist/collection/components/switch/switch.stories.js +96 -84
- package/dist/collection/components/tab-bar/tab-bar.js +21 -0
- package/dist/collection/components/tab-button/tab-button.js +30 -1
- package/dist/collection/components/table/table.js +2 -3
- package/dist/collection/components/table/table.stories.js +15 -6
- package/dist/collection/components/tabs/tabs.js +39 -3
- package/dist/collection/components/tabs/tabs.stories.js +107 -58
- package/dist/collection/components/text/text.stories.js +8 -4
- package/dist/collection/components/textarea/textarea.js +97 -17
- package/dist/collection/components/textarea/textarea.stories.js +135 -113
- package/dist/collection/components/toast/toast.js +4 -4
- package/dist/collection/components/toast/toast.stories.js +60 -46
- package/dist/collection/components/toolbar/toolbar.stories.js +50 -13
- package/dist/collection/components/toolbar-title/toolbar-title.js +3 -4
- package/dist/collection/components/tooltip/tooltip.js +4 -4
- package/dist/collection/components/tooltip/tooltip.stories.js +78 -11
- package/dist/esm/{app-6a43d362.js → app-a32f9d74.js} +1 -1
- package/dist/esm/{css-shim-aea0f6cc.js → css-shim-17041dc7.js} +1 -1
- package/dist/esm/{dom-c7604576.js → dom-ba83fb9d.js} +1 -1
- package/dist/esm/{index-4e5ea092.js → index-0c8a0e04.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +5 -5
- package/dist/esm/road-accordion.entry.js +3 -3
- package/dist/esm/road-alert.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js +7 -2
- package/dist/esm/road-avatar.entry.js +2 -2
- package/dist/esm/road-badge_11.entry.js +19 -7
- package/dist/esm/road-card.entry.js +9 -4
- package/dist/esm/road-carousel-item.entry.js +1 -1
- package/dist/esm/road-carousel.entry.js +33 -33
- package/dist/esm/road-checkbox.entry.js +11 -2
- package/dist/esm/road-chip.entry.js +4 -4
- package/dist/esm/road-collapse.entry.js +4 -4
- package/dist/esm/road-counter.entry.js +8 -4
- package/dist/esm/road-dialog.entry.js +1 -1
- package/dist/esm/road-dropdown.entry.js +2 -2
- package/dist/esm/road-duration.entry.js +56 -0
- package/dist/esm/road-flap.entry.js +1 -1
- package/dist/esm/road-img.entry.js +7 -1
- package/dist/esm/road-input-group.entry.js +1 -1
- package/dist/esm/road-input.entry.js +12 -3
- package/dist/esm/road-modal.entry.js +1 -1
- package/dist/esm/road-navbar-item.entry.js +7 -1
- package/dist/esm/road-navbar.entry.js +5 -1
- package/dist/esm/road-plate-number.entry.js +11 -3
- package/dist/esm/road-progress.entry.js +1 -1
- package/dist/esm/road-radio-group.entry.js +3 -1
- package/dist/esm/road-radio.entry.js +5 -1
- package/dist/esm/road-range.entry.js +4 -2
- package/dist/esm/road-rating.entry.js +1 -1
- package/dist/esm/road-select-filter.entry.js +1798 -3
- package/dist/esm/road-select.entry.js +9 -1
- package/dist/esm/road-skeleton.entry.js +2 -2
- package/dist/esm/road-spinner.entry.js +2 -2
- package/dist/esm/road-switch.entry.js +13 -4
- package/dist/esm/road-tab-bar.entry.js +5 -1
- package/dist/esm/road-tab-button.entry.js +7 -1
- package/dist/esm/road-tab.entry.js +1 -1
- package/dist/esm/road-table.entry.js +2 -2
- package/dist/esm/road-tabs.entry.js +3 -1
- package/dist/esm/road-text.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js +14 -6
- package/dist/esm/road-toast.entry.js +3 -3
- package/dist/esm/road-toolbar-title.entry.js +2 -2
- package/dist/esm/road-tooltip.entry.js +3 -3
- package/dist/esm/roadtrip.js +5 -5
- package/dist/esm/{shadow-css-83bb1d14.js → shadow-css-bfd5796e.js} +1 -1
- package/dist/esm/{utils-23aa19c1.js → utils-39de47f7.js} +1 -1
- package/dist/esm-es5/app-a32f9d74.js +1 -0
- package/dist/esm-es5/{css-shim-aea0f6cc.js → css-shim-17041dc7.js} +0 -0
- package/dist/esm-es5/{dom-c7604576.js → dom-ba83fb9d.js} +0 -0
- package/dist/esm-es5/{index-4e5ea092.js → index-0c8a0e04.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/road-accordion.entry.js +1 -1
- package/dist/esm-es5/road-alert.entry.js +1 -1
- package/dist/esm-es5/road-autocomplete.entry.js +1 -1
- package/dist/esm-es5/road-avatar.entry.js +1 -1
- package/dist/esm-es5/road-badge_11.entry.js +1 -1
- package/dist/esm-es5/road-card.entry.js +1 -1
- package/dist/esm-es5/road-carousel-item.entry.js +1 -1
- package/dist/esm-es5/road-carousel.entry.js +1 -1
- package/dist/esm-es5/road-checkbox.entry.js +1 -1
- package/dist/esm-es5/road-chip.entry.js +1 -1
- package/dist/esm-es5/road-collapse.entry.js +1 -1
- package/dist/esm-es5/road-counter.entry.js +1 -1
- package/dist/esm-es5/road-dialog.entry.js +1 -1
- package/dist/esm-es5/road-dropdown.entry.js +1 -1
- package/dist/esm-es5/road-duration.entry.js +1 -0
- package/dist/esm-es5/road-flap.entry.js +1 -1
- package/dist/esm-es5/road-img.entry.js +1 -1
- package/dist/esm-es5/road-input-group.entry.js +1 -1
- package/dist/esm-es5/road-input.entry.js +1 -1
- package/dist/esm-es5/road-modal.entry.js +1 -1
- package/dist/esm-es5/road-navbar-item.entry.js +1 -1
- package/dist/esm-es5/road-navbar.entry.js +1 -1
- package/dist/esm-es5/road-plate-number.entry.js +1 -1
- package/dist/esm-es5/road-progress.entry.js +1 -1
- package/dist/esm-es5/road-radio-group.entry.js +1 -1
- package/dist/esm-es5/road-radio.entry.js +1 -1
- package/dist/esm-es5/road-range.entry.js +1 -1
- package/dist/esm-es5/road-rating.entry.js +1 -1
- package/dist/esm-es5/road-select-filter.entry.js +1 -1
- package/dist/esm-es5/road-select.entry.js +1 -1
- package/dist/esm-es5/road-skeleton.entry.js +1 -1
- package/dist/esm-es5/road-spinner.entry.js +1 -1
- package/dist/esm-es5/road-switch.entry.js +1 -1
- package/dist/esm-es5/road-tab-bar.entry.js +1 -1
- package/dist/esm-es5/road-tab-button.entry.js +1 -1
- package/dist/esm-es5/road-tab.entry.js +1 -1
- package/dist/esm-es5/road-table.entry.js +1 -1
- package/dist/esm-es5/road-tabs.entry.js +1 -1
- package/dist/esm-es5/road-text.entry.js +1 -1
- package/dist/esm-es5/road-textarea.entry.js +1 -1
- package/dist/esm-es5/road-toast.entry.js +1 -1
- package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
- package/dist/esm-es5/road-tooltip.entry.js +1 -1
- package/dist/esm-es5/roadtrip.js +1 -1
- package/dist/esm-es5/{shadow-css-83bb1d14.js → shadow-css-bfd5796e.js} +0 -0
- package/dist/esm-es5/{utils-23aa19c1.js → utils-39de47f7.js} +1 -1
- package/dist/html.html-data.json +63 -21
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +20 -1
- package/dist/icons/index.js +22 -3
- package/dist/roadtrip/index.esm.js +1 -1
- package/dist/roadtrip/p-01cebe6a.entry.js +1 -0
- package/dist/roadtrip/p-04deac86.system.entry.js +1 -0
- package/dist/roadtrip/{p-05373846.system.js → p-05961c88.system.js} +1 -1
- package/dist/roadtrip/{p-2cf6206e.system.entry.js → p-06921946.system.entry.js} +1 -1
- package/dist/roadtrip/p-0ada8d41.entry.js +1 -0
- package/dist/roadtrip/{p-13b46f63.system.entry.js → p-0be273e0.system.entry.js} +1 -1
- package/dist/roadtrip/{p-cedaf396.system.entry.js → p-0cfc0efd.system.entry.js} +1 -1
- package/dist/roadtrip/{p-9bbeb646.entry.js → p-0e5cecff.entry.js} +1 -1
- package/dist/roadtrip/p-0e645dfb.system.entry.js +1 -0
- package/dist/roadtrip/p-0f532f30.system.entry.js +1 -0
- package/dist/roadtrip/p-102d3882.system.js +1 -0
- package/dist/roadtrip/{p-79a745a7.entry.js → p-1347a27e.entry.js} +1 -1
- package/dist/roadtrip/{p-f62ebe3f.system.entry.js → p-13c18cec.system.entry.js} +1 -1
- package/dist/roadtrip/p-1481edc3.entry.js +1 -0
- package/dist/roadtrip/p-1c0851b0.entry.js +1 -0
- package/dist/roadtrip/p-20a7a848.system.entry.js +1 -0
- package/dist/roadtrip/{p-1d83535a.entry.js → p-24234448.entry.js} +1 -1
- package/dist/roadtrip/{p-45b87537.system.entry.js → p-26b3aa33.system.entry.js} +1 -1
- package/dist/roadtrip/{p-e5eda362.system.entry.js → p-2740d308.system.entry.js} +1 -1
- package/dist/roadtrip/p-287f1612.system.entry.js +1 -0
- package/dist/roadtrip/p-299ecdd3.entry.js +1 -0
- package/dist/roadtrip/{p-b1a05290.system.entry.js → p-2f2dc4a0.system.entry.js} +1 -1
- package/dist/roadtrip/{p-8cb74e64.js → p-33e38a04.js} +1 -1
- package/dist/roadtrip/p-354107fa.entry.js +1 -0
- package/dist/roadtrip/{p-c7895d95.system.js → p-3683fe49.system.js} +0 -0
- package/dist/roadtrip/p-3ee7ff2a.system.entry.js +1 -0
- package/dist/roadtrip/{p-388a7f61.system.entry.js → p-42ccd4a2.system.entry.js} +1 -1
- package/dist/roadtrip/{p-8374797d.entry.js → p-44576eac.entry.js} +1 -1
- package/dist/roadtrip/p-46c22946.js +1 -0
- package/dist/roadtrip/{p-41bcd21c.system.entry.js → p-4742a822.system.entry.js} +1 -1
- package/dist/roadtrip/p-5bcd3e1f.entry.js +1 -0
- package/dist/roadtrip/p-6195c41f.system.entry.js +1 -0
- package/dist/roadtrip/{p-9b04e0cb.system.entry.js → p-646e75cf.system.entry.js} +1 -1
- package/dist/roadtrip/p-6a123e72.system.entry.js +1 -0
- package/dist/roadtrip/p-6bc4c517.system.entry.js +1 -0
- package/dist/roadtrip/p-6deb1943.system.entry.js +1 -0
- package/dist/roadtrip/p-6def92c3.entry.js +1 -0
- package/dist/roadtrip/p-6f248970.entry.js +1 -0
- package/dist/roadtrip/p-7070c8b5.system.entry.js +1 -0
- package/dist/roadtrip/p-7130ff47.entry.js +1 -0
- package/dist/roadtrip/{p-8649dccc.system.js → p-7154119b.system.js} +0 -0
- package/dist/roadtrip/p-7304b650.system.entry.js +1 -0
- package/dist/roadtrip/{p-a1f59f11.system.entry.js → p-74218654.system.entry.js} +1 -1
- package/dist/roadtrip/{p-085aad0a.system.entry.js → p-766f8a2a.system.entry.js} +1 -1
- package/dist/roadtrip/{p-628f5836.system.entry.js → p-76885294.system.entry.js} +1 -1
- package/dist/roadtrip/p-7765931a.system.entry.js +1 -0
- package/dist/roadtrip/{p-923c9893.entry.js → p-78315356.entry.js} +1 -1
- package/dist/roadtrip/p-7a07a70f.entry.js +1 -0
- package/dist/roadtrip/p-7b733694.js +1 -0
- package/dist/roadtrip/{p-ad3b839e.entry.js → p-7fe4f8f3.entry.js} +1 -1
- package/dist/roadtrip/{p-6688d8f8.system.entry.js → p-835d550a.system.entry.js} +1 -1
- package/dist/roadtrip/p-83f8960f.entry.js +1 -0
- package/dist/roadtrip/p-87eb24ee.entry.js +1 -0
- package/dist/roadtrip/p-8e21df57.system.entry.js +1 -0
- package/dist/roadtrip/{p-356163fb.js → p-93dab753.js} +0 -0
- package/dist/roadtrip/{p-39dd9c7f.entry.js → p-9567d161.entry.js} +1 -1
- package/dist/roadtrip/{p-a671df87.entry.js → p-9a1a293c.entry.js} +1 -1
- package/dist/roadtrip/{p-ffd2a5c1.system.entry.js → p-9afcfc7c.system.entry.js} +1 -1
- package/dist/roadtrip/{p-be0b7289.entry.js → p-9dd72bfa.entry.js} +1 -1
- package/dist/roadtrip/p-a1168bd5.system.entry.js +1 -0
- package/dist/roadtrip/p-a61e04a1.entry.js +1 -0
- package/dist/roadtrip/p-a7ddae1b.system.entry.js +1 -0
- package/dist/roadtrip/{p-8fc0f477.system.entry.js → p-a87e8b19.system.entry.js} +1 -1
- package/dist/roadtrip/{p-0626f8a2.system.entry.js → p-a8db6630.system.entry.js} +1 -1
- package/dist/roadtrip/{p-ad4a83f1.js → p-ac0761c3.js} +0 -0
- package/dist/roadtrip/{p-b862fe1a.system.js → p-ad92df4f.system.js} +1 -1
- package/dist/roadtrip/p-b0e17e68.entry.js +1 -0
- package/dist/roadtrip/{p-84578822.system.entry.js → p-b0ec7122.system.entry.js} +1 -1
- package/dist/roadtrip/{p-17ed8237.entry.js → p-b0ed748a.entry.js} +1 -1
- package/dist/roadtrip/p-b205281e.system.js +1 -0
- package/dist/roadtrip/{p-b6ea7ba9.system.entry.js → p-b591a3f7.system.entry.js} +1 -1
- package/dist/roadtrip/p-b6e60fca.system.entry.js +1 -0
- package/dist/roadtrip/p-bcf74e54.system.entry.js +1 -0
- package/dist/roadtrip/{p-d3e3af9e.system.entry.js → p-bd2a89d4.system.entry.js} +1 -1
- package/dist/roadtrip/p-bd4a114b.entry.js +1 -0
- package/dist/roadtrip/p-bebdee1e.entry.js +1 -0
- package/dist/roadtrip/{p-f907849c.system.entry.js → p-c0429d42.system.entry.js} +1 -1
- package/dist/roadtrip/p-c637a847.entry.js +1 -0
- package/dist/roadtrip/{p-f10872aa.entry.js → p-ced4c451.entry.js} +1 -1
- package/dist/roadtrip/{p-cb2bebde.entry.js → p-d06202e7.entry.js} +1 -1
- package/dist/roadtrip/p-d5607a82.system.entry.js +1 -0
- package/dist/roadtrip/{p-790067ad.system.entry.js → p-d861032d.system.entry.js} +1 -1
- package/dist/roadtrip/{p-f6d6d227.entry.js → p-dcfc236e.entry.js} +1 -1
- package/dist/roadtrip/p-e4f0f0d7.entry.js +1 -0
- package/dist/roadtrip/p-e5756d79.entry.js +1 -0
- package/dist/roadtrip/p-e6664bbe.entry.js +1 -0
- package/dist/roadtrip/{p-82d3347b.entry.js → p-e70b2a21.entry.js} +1 -1
- package/dist/roadtrip/{p-2d8ba6be.entry.js → p-e9a6f1fb.entry.js} +1 -1
- package/dist/roadtrip/p-ea45d823.entry.js +1 -0
- package/dist/roadtrip/p-ed2dbf57.entry.js +1 -0
- package/dist/roadtrip/{p-72b3db6d.system.js → p-efa19d38.system.js} +0 -0
- package/dist/roadtrip/{p-9233dfbe.entry.js → p-f0ec3a64.entry.js} +1 -1
- package/dist/roadtrip/p-f20a3658.entry.js +1 -0
- package/dist/roadtrip/p-f22c63b7.entry.js +1 -0
- package/dist/roadtrip/p-f233746c.system.entry.js +1 -0
- package/dist/roadtrip/{p-2b0d3888.system.js → p-f33e4ac5.system.js} +1 -1
- package/dist/roadtrip/{p-41aa7a41.system.entry.js → p-f4f42d5c.system.entry.js} +1 -1
- package/dist/roadtrip/{p-112e8d3f.js → p-f6631560.js} +0 -0
- package/dist/roadtrip/p-fa68c113.entry.js +1 -0
- package/dist/roadtrip/p-fce355f6.entry.js +1 -0
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.js +1 -1
- package/dist/roadtrip/svg/attachment.svg +1 -0
- package/dist/roadtrip/svg/check-list-color.svg +1 -0
- package/dist/roadtrip/svg/check-list.svg +1 -0
- package/dist/roadtrip/svg/device-smartphone-music-color.svg +1 -0
- package/dist/roadtrip/svg/device-smartphone-music.svg +1 -0
- package/dist/roadtrip/svg/mic-off-outline-color.svg +1 -0
- package/dist/roadtrip/svg/mic-off-outline.svg +1 -0
- package/dist/roadtrip/svg/mic-off.svg +1 -0
- package/dist/roadtrip/svg/people-community-outline-color.svg +1 -0
- package/dist/roadtrip/svg/people-community-outline.svg +1 -0
- package/dist/roadtrip/svg/people-community.svg +1 -0
- package/dist/roadtrip/svg/people-coworker-color.svg +1 -1
- package/dist/roadtrip/svg/people-coworker.svg +1 -1
- package/dist/roadtrip/svg/player-radio-music-outline-color.svg +1 -0
- package/dist/roadtrip/svg/player-radio-music-outline.svg +1 -0
- package/dist/roadtrip/svg/station-electric-outline-color.svg +1 -0
- package/dist/roadtrip/svg/station-electric-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-all-authorize-outline-color.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-all-authorize-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline-color.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-all-unauthorize-outline.svg +1 -0
- package/dist/roadtrip/svg/{vehicle-car-bodyworkoutline-color.svg → vehicle-car-bodywork-outline-color.svg} +0 -0
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/autocomplete/autocomplete.d.ts +5 -0
- package/dist/types/components/button/button.d.ts +6 -2
- package/dist/types/components/card/card.d.ts +5 -0
- package/dist/types/components/carousel/carousel.d.ts +16 -16
- package/dist/types/components/checkbox/checkbox.d.ts +12 -3
- package/dist/types/components/chip/chip.d.ts +3 -3
- package/dist/types/components/collapse/collapse.d.ts +4 -4
- package/dist/types/components/counter/counter.d.ts +8 -4
- package/dist/types/components/dropdown/dropdown.d.ts +1 -1
- package/dist/types/components/duration/duration.d.ts +44 -0
- package/dist/types/components/img/img.d.ts +15 -3
- package/dist/types/components/input/input.d.ts +10 -0
- package/dist/types/components/navbar/navbar.d.ts +2 -0
- package/dist/types/components/navbar-item/navbar-item.d.ts +2 -0
- package/dist/types/components/plate-number/plate-number.d.ts +10 -0
- package/dist/types/components/radio/radio.d.ts +4 -0
- package/dist/types/components/radio-group/radio-group.d.ts +4 -0
- package/dist/types/components/range/range.d.ts +4 -0
- package/dist/types/components/select/select.d.ts +8 -0
- package/dist/types/components/select-filter/select-filter.d.ts +10 -0
- package/dist/types/components/switch/switch.d.ts +14 -5
- package/dist/types/components/tab-bar/tab-bar.d.ts +2 -0
- package/dist/types/components/tab-button/tab-button.d.ts +2 -0
- package/dist/types/components/tabs/tabs.d.ts +8 -0
- package/dist/types/components/textarea/textarea.d.ts +18 -8
- package/dist/types/components/toast/toast.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.d.ts +2 -2
- package/dist/types/components.d.ts +185 -109
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +20 -1
- package/icons/index.js +22 -3
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +10 -7
- package/dist/esm-es5/app-6a43d362.js +0 -1
- package/dist/roadtrip/p-0205d149.entry.js +0 -1
- package/dist/roadtrip/p-0245b436.system.entry.js +0 -1
- package/dist/roadtrip/p-06049c44.entry.js +0 -1
- package/dist/roadtrip/p-0de3a4c8.system.entry.js +0 -1
- package/dist/roadtrip/p-10cc8504.system.entry.js +0 -1
- package/dist/roadtrip/p-16bce6f9.system.entry.js +0 -1
- package/dist/roadtrip/p-2965ce57.entry.js +0 -1
- package/dist/roadtrip/p-36a7c233.system.js +0 -1
- package/dist/roadtrip/p-3c7147c6.system.entry.js +0 -1
- package/dist/roadtrip/p-3d2cf159.entry.js +0 -1
- package/dist/roadtrip/p-3e56faf1.entry.js +0 -1
- package/dist/roadtrip/p-404509c1.entry.js +0 -1
- package/dist/roadtrip/p-464814f7.system.entry.js +0 -1
- package/dist/roadtrip/p-48a0df03.system.entry.js +0 -1
- package/dist/roadtrip/p-55c19c46.system.entry.js +0 -1
- package/dist/roadtrip/p-57e9b50d.entry.js +0 -1
- package/dist/roadtrip/p-5cfcbccd.system.entry.js +0 -1
- package/dist/roadtrip/p-674922e2.system.entry.js +0 -1
- package/dist/roadtrip/p-694eee8e.system.entry.js +0 -1
- package/dist/roadtrip/p-70b2bc5a.entry.js +0 -1
- package/dist/roadtrip/p-70d0fb28.entry.js +0 -1
- package/dist/roadtrip/p-726b0209.system.entry.js +0 -1
- package/dist/roadtrip/p-78143a79.system.entry.js +0 -1
- package/dist/roadtrip/p-89fb8799.entry.js +0 -1
- package/dist/roadtrip/p-96f5d0f6.entry.js +0 -1
- package/dist/roadtrip/p-9846103f.entry.js +0 -1
- package/dist/roadtrip/p-9d3921a8.system.js +0 -1
- package/dist/roadtrip/p-9faa50e1.system.entry.js +0 -1
- package/dist/roadtrip/p-a082797b.entry.js +0 -1
- package/dist/roadtrip/p-a0cbd965.system.entry.js +0 -1
- package/dist/roadtrip/p-a6827ec2.entry.js +0 -1
- package/dist/roadtrip/p-aa63d5e9.system.entry.js +0 -1
- package/dist/roadtrip/p-acc76968.entry.js +0 -1
- package/dist/roadtrip/p-af6faf9b.system.entry.js +0 -1
- package/dist/roadtrip/p-b0c6bcbf.entry.js +0 -1
- package/dist/roadtrip/p-bf18c600.system.entry.js +0 -1
- package/dist/roadtrip/p-c6b70e6f.js +0 -1
- package/dist/roadtrip/p-c9b37cd7.entry.js +0 -1
- package/dist/roadtrip/p-cd0efcac.system.entry.js +0 -1
- package/dist/roadtrip/p-d11931f0.js +0 -1
- package/dist/roadtrip/p-d39f805b.entry.js +0 -1
- package/dist/roadtrip/p-dad9d770.entry.js +0 -1
- package/dist/roadtrip/p-dd6c27c5.entry.js +0 -1
- package/dist/roadtrip/p-ded9cf97.entry.js +0 -1
- package/dist/roadtrip/p-eadfbbbb.entry.js +0 -1
- package/dist/roadtrip/p-f7547337.entry.js +0 -1
- package/dist/roadtrip/p-f80248b1.entry.js +0 -1
- package/dist/roadtrip/p-fe45a922.entry.js +0 -1
- package/dist/roadtrip/p-ffacdd19.entry.js +0 -1
|
@@ -9,7 +9,7 @@ import { AutocompleteTypes, Color, FeedbackColors, TextFieldTypes } from "./inte
|
|
|
9
9
|
export namespace Components {
|
|
10
10
|
interface RoadAccordion {
|
|
11
11
|
/**
|
|
12
|
-
* Set
|
|
12
|
+
* Set to `true` to open the accordion and to `false` to close it.
|
|
13
13
|
*/
|
|
14
14
|
"isOpen": boolean;
|
|
15
15
|
}
|
|
@@ -60,7 +60,7 @@ export namespace Components {
|
|
|
60
60
|
/**
|
|
61
61
|
* Set to `true` for a full-width button.
|
|
62
62
|
*/
|
|
63
|
-
"expand"
|
|
63
|
+
"expand": boolean;
|
|
64
64
|
/**
|
|
65
65
|
* Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.
|
|
66
66
|
*/
|
|
@@ -76,7 +76,7 @@ export namespace Components {
|
|
|
76
76
|
/**
|
|
77
77
|
* The button size.
|
|
78
78
|
*/
|
|
79
|
-
"size"?: 'sm' | 'md';
|
|
79
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
80
80
|
/**
|
|
81
81
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
82
82
|
*/
|
|
@@ -209,7 +209,7 @@ export namespace Components {
|
|
|
209
209
|
*/
|
|
210
210
|
"checkboxId": string;
|
|
211
211
|
/**
|
|
212
|
-
* If `true`, the checkbox is
|
|
212
|
+
* If `true`, the checkbox is checked.
|
|
213
213
|
*/
|
|
214
214
|
"checked": boolean;
|
|
215
215
|
/**
|
|
@@ -247,15 +247,15 @@ export namespace Components {
|
|
|
247
247
|
*/
|
|
248
248
|
"color"?: 'default' | 'secondary';
|
|
249
249
|
/**
|
|
250
|
-
* Display close icon
|
|
250
|
+
* Display a close icon
|
|
251
251
|
*/
|
|
252
252
|
"hasCloseIcon": boolean;
|
|
253
253
|
/**
|
|
254
|
-
* Display an outline style
|
|
254
|
+
* Display an outline style chip.
|
|
255
255
|
*/
|
|
256
256
|
"outline": boolean;
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* The chip size.
|
|
259
259
|
*/
|
|
260
260
|
"size": 'md' | 'lg';
|
|
261
261
|
}
|
|
@@ -263,15 +263,15 @@ export namespace Components {
|
|
|
263
263
|
}
|
|
264
264
|
interface RoadCollapse {
|
|
265
265
|
/**
|
|
266
|
-
* if
|
|
266
|
+
* if `true` the button will be centered
|
|
267
267
|
*/
|
|
268
268
|
"centered": boolean;
|
|
269
269
|
/**
|
|
270
|
-
* Set
|
|
270
|
+
* Set to `true` to display the collapsed part and to `false` to hide it.
|
|
271
271
|
*/
|
|
272
272
|
"isOpen": boolean;
|
|
273
273
|
/**
|
|
274
|
-
* Text displayed in the button when the content is collapsed
|
|
274
|
+
* Text displayed in the button when the content is not collapsed
|
|
275
275
|
*/
|
|
276
276
|
"showLess": string;
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export namespace Components {
|
|
|
281
281
|
}
|
|
282
282
|
interface RoadCounter {
|
|
283
283
|
/**
|
|
284
|
-
* The id of
|
|
284
|
+
* The id of counter
|
|
285
285
|
*/
|
|
286
286
|
"inputId": string;
|
|
287
287
|
/**
|
|
@@ -301,7 +301,7 @@ export namespace Components {
|
|
|
301
301
|
*/
|
|
302
302
|
"step"?: string;
|
|
303
303
|
/**
|
|
304
|
-
* The value of the
|
|
304
|
+
* The value of the counter.
|
|
305
305
|
*/
|
|
306
306
|
"value": number;
|
|
307
307
|
}
|
|
@@ -391,9 +391,39 @@ export namespace Components {
|
|
|
391
391
|
}
|
|
392
392
|
interface RoadDropdown {
|
|
393
393
|
/**
|
|
394
|
-
* Set
|
|
394
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
395
|
+
*/
|
|
396
|
+
"isOpen": boolean;
|
|
397
|
+
}
|
|
398
|
+
interface RoadDuration {
|
|
399
|
+
/**
|
|
400
|
+
* Close the widget
|
|
401
|
+
*/
|
|
402
|
+
"close": () => Promise<void>;
|
|
403
|
+
/**
|
|
404
|
+
* title of the widget
|
|
405
|
+
*/
|
|
406
|
+
"header": string;
|
|
407
|
+
/**
|
|
408
|
+
* Set isOpen property to true to open the duration widget
|
|
395
409
|
*/
|
|
396
410
|
"isOpen": boolean;
|
|
411
|
+
/**
|
|
412
|
+
* The maximum value, which must not be less than its minimum (min attribute) value in minutes.
|
|
413
|
+
*/
|
|
414
|
+
"max": number;
|
|
415
|
+
/**
|
|
416
|
+
* The minimum value, which must not be greater than its maximum (max attribute) value in minutes.
|
|
417
|
+
*/
|
|
418
|
+
"min": number;
|
|
419
|
+
/**
|
|
420
|
+
* Open the widget
|
|
421
|
+
*/
|
|
422
|
+
"open": () => Promise<void>;
|
|
423
|
+
/**
|
|
424
|
+
* Works with the min and max attributes to limit the increments at which a value can be set in minutes.
|
|
425
|
+
*/
|
|
426
|
+
"step": number;
|
|
397
427
|
}
|
|
398
428
|
interface RoadFlap {
|
|
399
429
|
/**
|
|
@@ -879,6 +909,10 @@ export namespace Components {
|
|
|
879
909
|
value: string | number;
|
|
880
910
|
label: string;
|
|
881
911
|
}>;
|
|
912
|
+
/**
|
|
913
|
+
* Options to pass to the fuse.js instance. See https://fusejs.io/api/options.html for valid options
|
|
914
|
+
*/
|
|
915
|
+
"parameters": any;
|
|
882
916
|
}
|
|
883
917
|
interface RoadSkeleton {
|
|
884
918
|
}
|
|
@@ -886,7 +920,7 @@ export namespace Components {
|
|
|
886
920
|
}
|
|
887
921
|
interface RoadSwitch {
|
|
888
922
|
/**
|
|
889
|
-
* If `true`, the
|
|
923
|
+
* If `true`, the switch is checked.
|
|
890
924
|
*/
|
|
891
925
|
"checked": boolean;
|
|
892
926
|
/**
|
|
@@ -894,7 +928,7 @@ export namespace Components {
|
|
|
894
928
|
*/
|
|
895
929
|
"color"?: 'secondary' | FeedbackColors;
|
|
896
930
|
/**
|
|
897
|
-
* If `true`, the user cannot interact with the
|
|
931
|
+
* If `true`, the user cannot interact with the switch.
|
|
898
932
|
*/
|
|
899
933
|
"disabled": boolean;
|
|
900
934
|
/**
|
|
@@ -922,7 +956,7 @@ export namespace Components {
|
|
|
922
956
|
*/
|
|
923
957
|
"on": string;
|
|
924
958
|
/**
|
|
925
|
-
* The id of
|
|
959
|
+
* The id of switch
|
|
926
960
|
*/
|
|
927
961
|
"switchId": string;
|
|
928
962
|
/**
|
|
@@ -1015,7 +1049,7 @@ export namespace Components {
|
|
|
1015
1049
|
*/
|
|
1016
1050
|
"autocapitalize": string;
|
|
1017
1051
|
/**
|
|
1018
|
-
* This Boolean attribute lets you specify that a form control should have
|
|
1052
|
+
* This Boolean attribute lets you specify that a form control should have focus when the page loads.
|
|
1019
1053
|
*/
|
|
1020
1054
|
"autofocus": boolean;
|
|
1021
1055
|
/**
|
|
@@ -1023,7 +1057,7 @@ export namespace Components {
|
|
|
1023
1057
|
*/
|
|
1024
1058
|
"cols"?: number;
|
|
1025
1059
|
/**
|
|
1026
|
-
* If `true`, the user cannot interact with the
|
|
1060
|
+
* If `true`, the user cannot interact with the textarea.
|
|
1027
1061
|
*/
|
|
1028
1062
|
"disabled": boolean;
|
|
1029
1063
|
/**
|
|
@@ -1055,7 +1089,7 @@ export namespace Components {
|
|
|
1055
1089
|
*/
|
|
1056
1090
|
"name": string;
|
|
1057
1091
|
/**
|
|
1058
|
-
* Instructional text that shows before the
|
|
1092
|
+
* Instructional text that shows before the textarea has a value.
|
|
1059
1093
|
*/
|
|
1060
1094
|
"placeholder"?: string;
|
|
1061
1095
|
/**
|
|
@@ -1075,11 +1109,11 @@ export namespace Components {
|
|
|
1075
1109
|
*/
|
|
1076
1110
|
"spellcheck": boolean;
|
|
1077
1111
|
/**
|
|
1078
|
-
* The id of
|
|
1112
|
+
* The id of textarea
|
|
1079
1113
|
*/
|
|
1080
1114
|
"textareaId": string;
|
|
1081
1115
|
/**
|
|
1082
|
-
* The value of the
|
|
1116
|
+
* The value of the textarea.
|
|
1083
1117
|
*/
|
|
1084
1118
|
"value"?: string | null;
|
|
1085
1119
|
/**
|
|
@@ -1093,11 +1127,11 @@ export namespace Components {
|
|
|
1093
1127
|
*/
|
|
1094
1128
|
"close": () => Promise<void>;
|
|
1095
1129
|
/**
|
|
1096
|
-
* Set the color of toast. e.g. info, success, warning, danger
|
|
1130
|
+
* Set the color of the toast. e.g. info, success, warning, danger
|
|
1097
1131
|
*/
|
|
1098
1132
|
"color": FeedbackColors;
|
|
1099
1133
|
/**
|
|
1100
|
-
* Set open propertie to true to
|
|
1134
|
+
* Set `open` propertie to `true` to open the toast
|
|
1101
1135
|
*/
|
|
1102
1136
|
"isOpen": boolean;
|
|
1103
1137
|
/**
|
|
@@ -1127,7 +1161,7 @@ export namespace Components {
|
|
|
1127
1161
|
}
|
|
1128
1162
|
interface RoadTooltip {
|
|
1129
1163
|
/**
|
|
1130
|
-
*
|
|
1164
|
+
* Close the tooltip.
|
|
1131
1165
|
*/
|
|
1132
1166
|
"close": () => Promise<void>;
|
|
1133
1167
|
/**
|
|
@@ -1139,7 +1173,7 @@ export namespace Components {
|
|
|
1139
1173
|
*/
|
|
1140
1174
|
"isOpen": boolean;
|
|
1141
1175
|
/**
|
|
1142
|
-
*
|
|
1176
|
+
* Open the tooltip.
|
|
1143
1177
|
*/
|
|
1144
1178
|
"open": () => Promise<void>;
|
|
1145
1179
|
/**
|
|
@@ -1262,6 +1296,12 @@ declare global {
|
|
|
1262
1296
|
prototype: HTMLRoadDropdownElement;
|
|
1263
1297
|
new (): HTMLRoadDropdownElement;
|
|
1264
1298
|
};
|
|
1299
|
+
interface HTMLRoadDurationElement extends Components.RoadDuration, HTMLStencilElement {
|
|
1300
|
+
}
|
|
1301
|
+
var HTMLRoadDurationElement: {
|
|
1302
|
+
prototype: HTMLRoadDurationElement;
|
|
1303
|
+
new (): HTMLRoadDurationElement;
|
|
1304
|
+
};
|
|
1265
1305
|
interface HTMLRoadFlapElement extends Components.RoadFlap, HTMLStencilElement {
|
|
1266
1306
|
}
|
|
1267
1307
|
var HTMLRoadFlapElement: {
|
|
@@ -1490,6 +1530,7 @@ declare global {
|
|
|
1490
1530
|
"road-dialog": HTMLRoadDialogElement;
|
|
1491
1531
|
"road-drawer": HTMLRoadDrawerElement;
|
|
1492
1532
|
"road-dropdown": HTMLRoadDropdownElement;
|
|
1533
|
+
"road-duration": HTMLRoadDurationElement;
|
|
1493
1534
|
"road-flap": HTMLRoadFlapElement;
|
|
1494
1535
|
"road-grid": HTMLRoadGridElement;
|
|
1495
1536
|
"road-icon": HTMLRoadIconElement;
|
|
@@ -1530,7 +1571,7 @@ declare global {
|
|
|
1530
1571
|
declare namespace LocalJSX {
|
|
1531
1572
|
interface RoadAccordion {
|
|
1532
1573
|
/**
|
|
1533
|
-
* Set
|
|
1574
|
+
* Set to `true` to open the accordion and to `false` to close it.
|
|
1534
1575
|
*/
|
|
1535
1576
|
"isOpen"?: boolean;
|
|
1536
1577
|
}
|
|
@@ -1544,7 +1585,7 @@ declare namespace LocalJSX {
|
|
|
1544
1585
|
/**
|
|
1545
1586
|
* Emitted the value and label of the option selected.
|
|
1546
1587
|
*/
|
|
1547
|
-
"
|
|
1588
|
+
"onRoadselected"?: (event: CustomEvent<{
|
|
1548
1589
|
value: string | undefined | null,
|
|
1549
1590
|
label: string
|
|
1550
1591
|
}>) => void;
|
|
@@ -1596,11 +1637,11 @@ declare namespace LocalJSX {
|
|
|
1596
1637
|
/**
|
|
1597
1638
|
* Emitted when the button loses focus.
|
|
1598
1639
|
*/
|
|
1599
|
-
"
|
|
1640
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
1600
1641
|
/**
|
|
1601
1642
|
* Emitted when the button has focus.
|
|
1602
1643
|
*/
|
|
1603
|
-
"
|
|
1644
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
1604
1645
|
/**
|
|
1605
1646
|
* Set to `true` for a transparent button with a border
|
|
1606
1647
|
*/
|
|
@@ -1612,7 +1653,7 @@ declare namespace LocalJSX {
|
|
|
1612
1653
|
/**
|
|
1613
1654
|
* The button size.
|
|
1614
1655
|
*/
|
|
1615
|
-
"size"?: 'sm' | 'md';
|
|
1656
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
1616
1657
|
/**
|
|
1617
1658
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1618
1659
|
*/
|
|
@@ -1634,7 +1675,7 @@ declare namespace LocalJSX {
|
|
|
1634
1675
|
/**
|
|
1635
1676
|
* Emitted when the card is clicked and send the `value` of the card
|
|
1636
1677
|
*/
|
|
1637
|
-
"
|
|
1678
|
+
"onRoadcardclick"?: (event: CustomEvent<{
|
|
1638
1679
|
value: string | undefined | null;
|
|
1639
1680
|
label: string | undefined | null;
|
|
1640
1681
|
}>) => void;
|
|
@@ -1663,67 +1704,67 @@ declare namespace LocalJSX {
|
|
|
1663
1704
|
/**
|
|
1664
1705
|
* Emitted after the active slide has changed.
|
|
1665
1706
|
*/
|
|
1666
|
-
"
|
|
1707
|
+
"onRoadslidedidchange"?: (event: CustomEvent<void>) => void;
|
|
1667
1708
|
/**
|
|
1668
1709
|
* Emitted when the user double taps on the slide's container.
|
|
1669
1710
|
*/
|
|
1670
|
-
"
|
|
1711
|
+
"onRoadslidedoubletap"?: (event: CustomEvent<void>) => void;
|
|
1671
1712
|
/**
|
|
1672
1713
|
* Emitted when the slider is actively being moved.
|
|
1673
1714
|
*/
|
|
1674
|
-
"
|
|
1715
|
+
"onRoadslidedrag"?: (event: CustomEvent<void>) => void;
|
|
1675
1716
|
/**
|
|
1676
1717
|
* Emitted when the next slide has ended.
|
|
1677
1718
|
*/
|
|
1678
|
-
"
|
|
1719
|
+
"onRoadslidenextend"?: (event: CustomEvent<void>) => void;
|
|
1679
1720
|
/**
|
|
1680
1721
|
* Emitted when the next slide has started.
|
|
1681
1722
|
*/
|
|
1682
|
-
"
|
|
1723
|
+
"onRoadslidenextstart"?: (event: CustomEvent<void>) => void;
|
|
1683
1724
|
/**
|
|
1684
1725
|
* Emitted when the previous slide has ended.
|
|
1685
1726
|
*/
|
|
1686
|
-
"
|
|
1727
|
+
"onRoadslideprevend"?: (event: CustomEvent<void>) => void;
|
|
1687
1728
|
/**
|
|
1688
1729
|
* Emitted when the previous slide has started.
|
|
1689
1730
|
*/
|
|
1690
|
-
"
|
|
1731
|
+
"onRoadslideprevstart"?: (event: CustomEvent<void>) => void;
|
|
1691
1732
|
/**
|
|
1692
1733
|
* Emitted when the slider is at the last slide.
|
|
1693
1734
|
*/
|
|
1694
|
-
"
|
|
1735
|
+
"onRoadslidereachend"?: (event: CustomEvent<void>) => void;
|
|
1695
1736
|
/**
|
|
1696
1737
|
* Emitted when the slider is at its initial position.
|
|
1697
1738
|
*/
|
|
1698
|
-
"
|
|
1739
|
+
"onRoadslidereachstart"?: (event: CustomEvent<void>) => void;
|
|
1740
|
+
/**
|
|
1741
|
+
* Emitted after Swiper initialization
|
|
1742
|
+
*/
|
|
1743
|
+
"onRoadslidesdidload"?: (event: CustomEvent<void>) => void;
|
|
1699
1744
|
/**
|
|
1700
1745
|
* Emitted when the user taps/clicks on the slide's container.
|
|
1701
1746
|
*/
|
|
1702
|
-
"
|
|
1747
|
+
"onRoadslidetap"?: (event: CustomEvent<void>) => void;
|
|
1703
1748
|
/**
|
|
1704
1749
|
* Emitted when the user releases the touch.
|
|
1705
1750
|
*/
|
|
1706
|
-
"
|
|
1751
|
+
"onRoadslidetouchend"?: (event: CustomEvent<void>) => void;
|
|
1707
1752
|
/**
|
|
1708
1753
|
* Emitted when the user first touches the slider.
|
|
1709
1754
|
*/
|
|
1710
|
-
"
|
|
1755
|
+
"onRoadslidetouchstart"?: (event: CustomEvent<void>) => void;
|
|
1711
1756
|
/**
|
|
1712
1757
|
* Emitted when the slide transition has ended.
|
|
1713
1758
|
*/
|
|
1714
|
-
"
|
|
1759
|
+
"onRoadslidetransitionend"?: (event: CustomEvent<void>) => void;
|
|
1715
1760
|
/**
|
|
1716
1761
|
* Emitted when the slide transition has started.
|
|
1717
1762
|
*/
|
|
1718
|
-
"
|
|
1763
|
+
"onRoadslidetransitionstart"?: (event: CustomEvent<void>) => void;
|
|
1719
1764
|
/**
|
|
1720
1765
|
* Emitted before the active slide has changed.
|
|
1721
1766
|
*/
|
|
1722
|
-
"
|
|
1723
|
-
/**
|
|
1724
|
-
* Emitted after Swiper initialization
|
|
1725
|
-
*/
|
|
1726
|
-
"onRoadSlidesDidLoad"?: (event: CustomEvent<void>) => void;
|
|
1767
|
+
"onRoadslidewillchange"?: (event: CustomEvent<void>) => void;
|
|
1727
1768
|
/**
|
|
1728
1769
|
* Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options
|
|
1729
1770
|
*/
|
|
@@ -1741,7 +1782,7 @@ declare namespace LocalJSX {
|
|
|
1741
1782
|
*/
|
|
1742
1783
|
"checkboxId"?: string;
|
|
1743
1784
|
/**
|
|
1744
|
-
* If `true`, the checkbox is
|
|
1785
|
+
* If `true`, the checkbox is checked.
|
|
1745
1786
|
*/
|
|
1746
1787
|
"checked"?: boolean;
|
|
1747
1788
|
/**
|
|
@@ -1765,20 +1806,20 @@ declare namespace LocalJSX {
|
|
|
1765
1806
|
*/
|
|
1766
1807
|
"name"?: string;
|
|
1767
1808
|
/**
|
|
1768
|
-
* Emitted when the
|
|
1809
|
+
* Emitted when the checkbox loses focus.
|
|
1769
1810
|
*/
|
|
1770
|
-
"
|
|
1811
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
1771
1812
|
/**
|
|
1772
1813
|
* Emitted when the checked property has changed.
|
|
1773
1814
|
*/
|
|
1774
|
-
"
|
|
1815
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
1775
1816
|
checked: boolean,
|
|
1776
1817
|
value: string | undefined | null
|
|
1777
1818
|
}>) => void;
|
|
1778
1819
|
/**
|
|
1779
|
-
* Emitted when the
|
|
1820
|
+
* Emitted when the checkbox has focus.
|
|
1780
1821
|
*/
|
|
1781
|
-
"
|
|
1822
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
1782
1823
|
/**
|
|
1783
1824
|
* If `true`, the user must fill in a value before submitting a form.
|
|
1784
1825
|
*/
|
|
@@ -1794,15 +1835,15 @@ declare namespace LocalJSX {
|
|
|
1794
1835
|
*/
|
|
1795
1836
|
"color"?: 'default' | 'secondary';
|
|
1796
1837
|
/**
|
|
1797
|
-
* Display close icon
|
|
1838
|
+
* Display a close icon
|
|
1798
1839
|
*/
|
|
1799
1840
|
"hasCloseIcon"?: boolean;
|
|
1800
1841
|
/**
|
|
1801
|
-
* Display an outline style
|
|
1842
|
+
* Display an outline style chip.
|
|
1802
1843
|
*/
|
|
1803
1844
|
"outline"?: boolean;
|
|
1804
1845
|
/**
|
|
1805
|
-
*
|
|
1846
|
+
* The chip size.
|
|
1806
1847
|
*/
|
|
1807
1848
|
"size"?: 'md' | 'lg';
|
|
1808
1849
|
}
|
|
@@ -1810,15 +1851,15 @@ declare namespace LocalJSX {
|
|
|
1810
1851
|
}
|
|
1811
1852
|
interface RoadCollapse {
|
|
1812
1853
|
/**
|
|
1813
|
-
* if
|
|
1854
|
+
* if `true` the button will be centered
|
|
1814
1855
|
*/
|
|
1815
1856
|
"centered"?: boolean;
|
|
1816
1857
|
/**
|
|
1817
|
-
* Set
|
|
1858
|
+
* Set to `true` to display the collapsed part and to `false` to hide it.
|
|
1818
1859
|
*/
|
|
1819
1860
|
"isOpen"?: boolean;
|
|
1820
1861
|
/**
|
|
1821
|
-
* Text displayed in the button when the content is collapsed
|
|
1862
|
+
* Text displayed in the button when the content is not collapsed
|
|
1822
1863
|
*/
|
|
1823
1864
|
"showLess"?: string;
|
|
1824
1865
|
/**
|
|
@@ -1828,7 +1869,7 @@ declare namespace LocalJSX {
|
|
|
1828
1869
|
}
|
|
1829
1870
|
interface RoadCounter {
|
|
1830
1871
|
/**
|
|
1831
|
-
* The id of
|
|
1872
|
+
* The id of counter
|
|
1832
1873
|
*/
|
|
1833
1874
|
"inputId"?: string;
|
|
1834
1875
|
/**
|
|
@@ -1842,11 +1883,11 @@ declare namespace LocalJSX {
|
|
|
1842
1883
|
/**
|
|
1843
1884
|
* Emitted when the minus button is clicked
|
|
1844
1885
|
*/
|
|
1845
|
-
"
|
|
1886
|
+
"onRoaddecrease"?: (event: CustomEvent<void>) => void;
|
|
1846
1887
|
/**
|
|
1847
1888
|
* Emitted when the plus button is clicked
|
|
1848
1889
|
*/
|
|
1849
|
-
"
|
|
1890
|
+
"onRoadincrease"?: (event: CustomEvent<void>) => void;
|
|
1850
1891
|
/**
|
|
1851
1892
|
* The size of the counter.
|
|
1852
1893
|
*/
|
|
@@ -1856,7 +1897,7 @@ declare namespace LocalJSX {
|
|
|
1856
1897
|
*/
|
|
1857
1898
|
"step"?: string;
|
|
1858
1899
|
/**
|
|
1859
|
-
* The value of the
|
|
1900
|
+
* The value of the counter.
|
|
1860
1901
|
*/
|
|
1861
1902
|
"value"?: number;
|
|
1862
1903
|
}
|
|
@@ -1942,10 +1983,39 @@ declare namespace LocalJSX {
|
|
|
1942
1983
|
}
|
|
1943
1984
|
interface RoadDropdown {
|
|
1944
1985
|
/**
|
|
1945
|
-
* Set
|
|
1986
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
1946
1987
|
*/
|
|
1947
1988
|
"isOpen"?: boolean;
|
|
1948
1989
|
}
|
|
1990
|
+
interface RoadDuration {
|
|
1991
|
+
/**
|
|
1992
|
+
* title of the widget
|
|
1993
|
+
*/
|
|
1994
|
+
"header"?: string;
|
|
1995
|
+
/**
|
|
1996
|
+
* Set isOpen property to true to open the duration widget
|
|
1997
|
+
*/
|
|
1998
|
+
"isOpen"?: boolean;
|
|
1999
|
+
/**
|
|
2000
|
+
* The maximum value, which must not be less than its minimum (min attribute) value in minutes.
|
|
2001
|
+
*/
|
|
2002
|
+
"max"?: number;
|
|
2003
|
+
/**
|
|
2004
|
+
* The minimum value, which must not be greater than its maximum (max attribute) value in minutes.
|
|
2005
|
+
*/
|
|
2006
|
+
"min"?: number;
|
|
2007
|
+
/**
|
|
2008
|
+
* Emitt the value and label of the selected option.
|
|
2009
|
+
*/
|
|
2010
|
+
"onRoadselected"?: (event: CustomEvent<{
|
|
2011
|
+
value: string | undefined | null,
|
|
2012
|
+
label: string
|
|
2013
|
+
}>) => void;
|
|
2014
|
+
/**
|
|
2015
|
+
* Works with the min and max attributes to limit the increments at which a value can be set in minutes.
|
|
2016
|
+
*/
|
|
2017
|
+
"step"?: number;
|
|
2018
|
+
}
|
|
1949
2019
|
interface RoadFlap {
|
|
1950
2020
|
/**
|
|
1951
2021
|
* Set the color of the flap.
|
|
@@ -2004,15 +2074,15 @@ declare namespace LocalJSX {
|
|
|
2004
2074
|
/**
|
|
2005
2075
|
* Emitted when the img fails to load
|
|
2006
2076
|
*/
|
|
2007
|
-
"
|
|
2077
|
+
"onRoaderror"?: (event: CustomEvent<void>) => void;
|
|
2008
2078
|
/**
|
|
2009
2079
|
* Emitted when the image has finished loading
|
|
2010
2080
|
*/
|
|
2011
|
-
"
|
|
2081
|
+
"onRoadimgdidload"?: (event: CustomEvent<void>) => void;
|
|
2012
2082
|
/**
|
|
2013
2083
|
* Emitted when the img src has been set
|
|
2014
2084
|
*/
|
|
2015
|
-
"
|
|
2085
|
+
"onRoadimgwillload"?: (event: CustomEvent<void>) => void;
|
|
2016
2086
|
/**
|
|
2017
2087
|
* The image URL. This attribute is mandatory for the `<img>` element.
|
|
2018
2088
|
*/
|
|
@@ -2086,21 +2156,21 @@ declare namespace LocalJSX {
|
|
|
2086
2156
|
/**
|
|
2087
2157
|
* Emitted when the input loses focus.
|
|
2088
2158
|
*/
|
|
2089
|
-
"
|
|
2159
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2090
2160
|
/**
|
|
2091
2161
|
* Emitted when the value has changed.
|
|
2092
2162
|
*/
|
|
2093
|
-
"
|
|
2163
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2094
2164
|
value: string | undefined | null;
|
|
2095
2165
|
}>) => void;
|
|
2096
2166
|
/**
|
|
2097
2167
|
* Emitted when the input has focus.
|
|
2098
2168
|
*/
|
|
2099
|
-
"
|
|
2169
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2100
2170
|
/**
|
|
2101
2171
|
* Emitted when a keyboard input occurred.
|
|
2102
2172
|
*/
|
|
2103
|
-
"
|
|
2173
|
+
"onRoadinput"?: (event: CustomEvent<KeyboardEvent>) => void;
|
|
2104
2174
|
/**
|
|
2105
2175
|
* A regular expression that the value is checked against. The pattern must match the entire value, not just some subset. Use the title attribute to describe the pattern to help the user. This attribute applies when the value of the type attribute is `"text"`, `"search"`, `"tel"`, `"url"`, `"email"`, or `"password"`, otherwise it is ignored.
|
|
2106
2176
|
*/
|
|
@@ -2268,21 +2338,21 @@ declare namespace LocalJSX {
|
|
|
2268
2338
|
/**
|
|
2269
2339
|
* Emitted when the input loses focus.
|
|
2270
2340
|
*/
|
|
2271
|
-
"
|
|
2341
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2272
2342
|
/**
|
|
2273
2343
|
* Emitted when the value has changed.
|
|
2274
2344
|
*/
|
|
2275
|
-
"
|
|
2345
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2276
2346
|
value: string | undefined | null;
|
|
2277
2347
|
}>) => void;
|
|
2278
2348
|
/**
|
|
2279
2349
|
* Emitted when the input has focus.
|
|
2280
2350
|
*/
|
|
2281
|
-
"
|
|
2351
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2282
2352
|
/**
|
|
2283
2353
|
* Emitted when a keyboard input occurred.
|
|
2284
2354
|
*/
|
|
2285
|
-
"
|
|
2355
|
+
"onRoadinput"?: (event: CustomEvent<KeyboardEvent>) => void;
|
|
2286
2356
|
/**
|
|
2287
2357
|
* overwrite the default placeholder
|
|
2288
2358
|
*/
|
|
@@ -2330,11 +2400,11 @@ declare namespace LocalJSX {
|
|
|
2330
2400
|
/**
|
|
2331
2401
|
* Emitted when the radio button loses focus.
|
|
2332
2402
|
*/
|
|
2333
|
-
"
|
|
2403
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2334
2404
|
/**
|
|
2335
2405
|
* Emitted when the radio button has focus.
|
|
2336
2406
|
*/
|
|
2337
|
-
"
|
|
2407
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2338
2408
|
/**
|
|
2339
2409
|
* The id of radio
|
|
2340
2410
|
*/
|
|
@@ -2376,7 +2446,7 @@ declare namespace LocalJSX {
|
|
|
2376
2446
|
/**
|
|
2377
2447
|
* Emitted when the value has changed.
|
|
2378
2448
|
*/
|
|
2379
|
-
"
|
|
2449
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2380
2450
|
value: string | undefined | null
|
|
2381
2451
|
}>) => void;
|
|
2382
2452
|
/**
|
|
@@ -2400,7 +2470,7 @@ declare namespace LocalJSX {
|
|
|
2400
2470
|
/**
|
|
2401
2471
|
* Emitted when the value has changed.
|
|
2402
2472
|
*/
|
|
2403
|
-
"
|
|
2473
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2404
2474
|
value: string | undefined | null;
|
|
2405
2475
|
}>) => void;
|
|
2406
2476
|
/**
|
|
@@ -2460,17 +2530,17 @@ declare namespace LocalJSX {
|
|
|
2460
2530
|
/**
|
|
2461
2531
|
* Emitted when the select loses focus.
|
|
2462
2532
|
*/
|
|
2463
|
-
"
|
|
2533
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2464
2534
|
/**
|
|
2465
2535
|
* Emitted when the value has changed.
|
|
2466
2536
|
*/
|
|
2467
|
-
"
|
|
2537
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2468
2538
|
value: string | undefined | null
|
|
2469
2539
|
}>) => void;
|
|
2470
2540
|
/**
|
|
2471
2541
|
* Emitted when the select has focus.
|
|
2472
2542
|
*/
|
|
2473
|
-
"
|
|
2543
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2474
2544
|
/**
|
|
2475
2545
|
* List of options of the select
|
|
2476
2546
|
*/
|
|
@@ -2500,7 +2570,7 @@ declare namespace LocalJSX {
|
|
|
2500
2570
|
/**
|
|
2501
2571
|
* Emitted the value and label of the option selected.
|
|
2502
2572
|
*/
|
|
2503
|
-
"
|
|
2573
|
+
"onRoadselected"?: (event: CustomEvent<{
|
|
2504
2574
|
value: string | undefined | null,
|
|
2505
2575
|
label: string
|
|
2506
2576
|
}>) => void;
|
|
@@ -2515,6 +2585,10 @@ declare namespace LocalJSX {
|
|
|
2515
2585
|
value: string | number;
|
|
2516
2586
|
label: string;
|
|
2517
2587
|
}>;
|
|
2588
|
+
/**
|
|
2589
|
+
* Options to pass to the fuse.js instance. See https://fusejs.io/api/options.html for valid options
|
|
2590
|
+
*/
|
|
2591
|
+
"parameters"?: any;
|
|
2518
2592
|
}
|
|
2519
2593
|
interface RoadSkeleton {
|
|
2520
2594
|
}
|
|
@@ -2522,7 +2596,7 @@ declare namespace LocalJSX {
|
|
|
2522
2596
|
}
|
|
2523
2597
|
interface RoadSwitch {
|
|
2524
2598
|
/**
|
|
2525
|
-
* If `true`, the
|
|
2599
|
+
* If `true`, the switch is checked.
|
|
2526
2600
|
*/
|
|
2527
2601
|
"checked"?: boolean;
|
|
2528
2602
|
/**
|
|
@@ -2530,7 +2604,7 @@ declare namespace LocalJSX {
|
|
|
2530
2604
|
*/
|
|
2531
2605
|
"color"?: 'secondary' | FeedbackColors;
|
|
2532
2606
|
/**
|
|
2533
|
-
* If `true`, the user cannot interact with the
|
|
2607
|
+
* If `true`, the user cannot interact with the switch.
|
|
2534
2608
|
*/
|
|
2535
2609
|
"disabled"?: boolean;
|
|
2536
2610
|
/**
|
|
@@ -2558,22 +2632,22 @@ declare namespace LocalJSX {
|
|
|
2558
2632
|
*/
|
|
2559
2633
|
"on"?: string;
|
|
2560
2634
|
/**
|
|
2561
|
-
* Emitted when the
|
|
2635
|
+
* Emitted when the switch loses focus.
|
|
2562
2636
|
*/
|
|
2563
|
-
"
|
|
2637
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2564
2638
|
/**
|
|
2565
2639
|
* Emitted when the checked property has changed.
|
|
2566
2640
|
*/
|
|
2567
|
-
"
|
|
2641
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2568
2642
|
checked: boolean;
|
|
2569
2643
|
value: string | undefined | null
|
|
2570
2644
|
}>) => void;
|
|
2571
2645
|
/**
|
|
2572
|
-
* Emitted when the
|
|
2646
|
+
* Emitted when the switch has focus.
|
|
2573
2647
|
*/
|
|
2574
|
-
"
|
|
2648
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2575
2649
|
/**
|
|
2576
|
-
* The id of
|
|
2650
|
+
* The id of switch
|
|
2577
2651
|
*/
|
|
2578
2652
|
"switchId"?: string;
|
|
2579
2653
|
/**
|
|
@@ -2637,11 +2711,11 @@ declare namespace LocalJSX {
|
|
|
2637
2711
|
/**
|
|
2638
2712
|
* Emitted when the navigation has finished transitioning to a new component.
|
|
2639
2713
|
*/
|
|
2640
|
-
"
|
|
2714
|
+
"onRoadtabsdidchange"?: (event: CustomEvent<{tab: string}>) => void;
|
|
2641
2715
|
/**
|
|
2642
2716
|
* Emitted when the navigation is about to transition to a new component.
|
|
2643
2717
|
*/
|
|
2644
|
-
"
|
|
2718
|
+
"onRoadtabswillchange"?: (event: CustomEvent<{tab: string}>) => void;
|
|
2645
2719
|
}
|
|
2646
2720
|
interface RoadText {
|
|
2647
2721
|
/**
|
|
@@ -2655,7 +2729,7 @@ declare namespace LocalJSX {
|
|
|
2655
2729
|
*/
|
|
2656
2730
|
"autocapitalize"?: string;
|
|
2657
2731
|
/**
|
|
2658
|
-
* This Boolean attribute lets you specify that a form control should have
|
|
2732
|
+
* This Boolean attribute lets you specify that a form control should have focus when the page loads.
|
|
2659
2733
|
*/
|
|
2660
2734
|
"autofocus"?: boolean;
|
|
2661
2735
|
/**
|
|
@@ -2663,7 +2737,7 @@ declare namespace LocalJSX {
|
|
|
2663
2737
|
*/
|
|
2664
2738
|
"cols"?: number;
|
|
2665
2739
|
/**
|
|
2666
|
-
* If `true`, the user cannot interact with the
|
|
2740
|
+
* If `true`, the user cannot interact with the textarea.
|
|
2667
2741
|
*/
|
|
2668
2742
|
"disabled"?: boolean;
|
|
2669
2743
|
/**
|
|
@@ -2695,25 +2769,25 @@ declare namespace LocalJSX {
|
|
|
2695
2769
|
*/
|
|
2696
2770
|
"name"?: string;
|
|
2697
2771
|
/**
|
|
2698
|
-
* Emitted when the
|
|
2772
|
+
* Emitted when the textarea loses focus.
|
|
2699
2773
|
*/
|
|
2700
|
-
"
|
|
2774
|
+
"onRoadblur"?: (event: CustomEvent<void>) => void;
|
|
2701
2775
|
/**
|
|
2702
2776
|
* Emitted when the value has changed.
|
|
2703
2777
|
*/
|
|
2704
|
-
"
|
|
2778
|
+
"onRoadchange"?: (event: CustomEvent<{
|
|
2705
2779
|
value: string | undefined | null
|
|
2706
2780
|
}>) => void;
|
|
2707
2781
|
/**
|
|
2708
|
-
* Emitted when the
|
|
2782
|
+
* Emitted when the textarea has focus.
|
|
2709
2783
|
*/
|
|
2710
|
-
"
|
|
2784
|
+
"onRoadfocus"?: (event: CustomEvent<void>) => void;
|
|
2711
2785
|
/**
|
|
2712
2786
|
* Emitted when a keyboard input occurred.
|
|
2713
2787
|
*/
|
|
2714
|
-
"
|
|
2788
|
+
"onRoadinput"?: (event: CustomEvent<KeyboardEvent>) => void;
|
|
2715
2789
|
/**
|
|
2716
|
-
* Instructional text that shows before the
|
|
2790
|
+
* Instructional text that shows before the textarea has a value.
|
|
2717
2791
|
*/
|
|
2718
2792
|
"placeholder"?: string;
|
|
2719
2793
|
/**
|
|
@@ -2733,11 +2807,11 @@ declare namespace LocalJSX {
|
|
|
2733
2807
|
*/
|
|
2734
2808
|
"spellcheck"?: boolean;
|
|
2735
2809
|
/**
|
|
2736
|
-
* The id of
|
|
2810
|
+
* The id of textarea
|
|
2737
2811
|
*/
|
|
2738
2812
|
"textareaId"?: string;
|
|
2739
2813
|
/**
|
|
2740
|
-
* The value of the
|
|
2814
|
+
* The value of the textarea.
|
|
2741
2815
|
*/
|
|
2742
2816
|
"value"?: string | null;
|
|
2743
2817
|
/**
|
|
@@ -2747,11 +2821,11 @@ declare namespace LocalJSX {
|
|
|
2747
2821
|
}
|
|
2748
2822
|
interface RoadToast {
|
|
2749
2823
|
/**
|
|
2750
|
-
* Set the color of toast. e.g. info, success, warning, danger
|
|
2824
|
+
* Set the color of the toast. e.g. info, success, warning, danger
|
|
2751
2825
|
*/
|
|
2752
2826
|
"color"?: FeedbackColors;
|
|
2753
2827
|
/**
|
|
2754
|
-
* Set open propertie to true to
|
|
2828
|
+
* Set `open` propertie to `true` to open the toast
|
|
2755
2829
|
*/
|
|
2756
2830
|
"isOpen"?: boolean;
|
|
2757
2831
|
/**
|
|
@@ -2822,6 +2896,7 @@ declare namespace LocalJSX {
|
|
|
2822
2896
|
"road-dialog": RoadDialog;
|
|
2823
2897
|
"road-drawer": RoadDrawer;
|
|
2824
2898
|
"road-dropdown": RoadDropdown;
|
|
2899
|
+
"road-duration": RoadDuration;
|
|
2825
2900
|
"road-flap": RoadFlap;
|
|
2826
2901
|
"road-grid": RoadGrid;
|
|
2827
2902
|
"road-icon": RoadIcon;
|
|
@@ -2880,6 +2955,7 @@ declare module "@stencil/core" {
|
|
|
2880
2955
|
"road-dialog": LocalJSX.RoadDialog & JSXBase.HTMLAttributes<HTMLRoadDialogElement>;
|
|
2881
2956
|
"road-drawer": LocalJSX.RoadDrawer & JSXBase.HTMLAttributes<HTMLRoadDrawerElement>;
|
|
2882
2957
|
"road-dropdown": LocalJSX.RoadDropdown & JSXBase.HTMLAttributes<HTMLRoadDropdownElement>;
|
|
2958
|
+
"road-duration": LocalJSX.RoadDuration & JSXBase.HTMLAttributes<HTMLRoadDurationElement>;
|
|
2883
2959
|
"road-flap": LocalJSX.RoadFlap & JSXBase.HTMLAttributes<HTMLRoadFlapElement>;
|
|
2884
2960
|
"road-grid": LocalJSX.RoadGrid & JSXBase.HTMLAttributes<HTMLRoadGridElement>;
|
|
2885
2961
|
"road-icon": LocalJSX.RoadIcon & JSXBase.HTMLAttributes<HTMLRoadIconElement>;
|