@roadtrip/components 2.23.0 → 2.25.1
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-dd3d5c6d.js → app-79994847.js} +1 -1
- package/dist/cjs/{css-shim-17741caa.js → css-shim-9a05bb86.js} +1 -1
- package/dist/cjs/{dom-500ce210.js → dom-417ccd20.js} +1 -1
- package/dist/cjs/{index-c72934e6.js → index-9b63596c.js} +81 -72
- 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 +2 -2
- package/dist/cjs/road-avatar.cjs.entry.js +2 -2
- package/dist/cjs/road-badge_11.cjs.entry.js +17 -9
- package/dist/cjs/road-card.cjs.entry.js +2 -2
- package/dist/cjs/road-carousel-item.cjs.entry.js +1 -1
- package/dist/cjs/road-carousel.cjs.entry.js +1 -1
- package/dist/cjs/road-checkbox.cjs.entry.js +2 -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 +4 -4
- package/dist/cjs/road-dialog.cjs.entry.js +1 -1
- package/dist/cjs/road-dropdown.cjs.entry.js +29 -0
- package/dist/cjs/road-flap.cjs.entry.js +1 -1
- package/dist/cjs/road-img.cjs.entry.js +1 -1
- package/dist/cjs/road-input-group.cjs.entry.js +2 -2
- package/dist/cjs/road-input.cjs.entry.js +3 -3
- package/dist/cjs/road-modal.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar-item.cjs.entry.js +1 -1
- package/dist/cjs/road-navbar.cjs.entry.js +1 -1
- package/dist/cjs/road-plate-number.cjs.entry.js +7 -4
- package/dist/cjs/road-progress.cjs.entry.js +1 -1
- package/dist/cjs/road-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/road-radio.cjs.entry.js +1 -1
- package/dist/cjs/road-range.cjs.entry.js +2 -2
- package/dist/cjs/road-rating.cjs.entry.js +2 -2
- package/dist/cjs/road-select-filter.cjs.entry.js +1794 -4
- package/dist/cjs/road-select.cjs.entry.js +1 -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 +4 -4
- package/dist/cjs/road-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/road-tab-button.cjs.entry.js +1 -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 +1 -1
- package/dist/cjs/road-text.cjs.entry.js +1 -1
- package/dist/cjs/road-textarea.cjs.entry.js +6 -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-d8ee70b1.js → shadow-css-432b27e3.js} +9 -10
- package/dist/cjs/{utils-6ec63290.js → utils-90171b88.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/accordion/accordion.css +10 -11
- 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.css +10 -16
- package/dist/collection/components/alert/alert.stories.js +51 -45
- package/dist/collection/components/autocomplete/autocomplete.css +0 -3
- package/dist/collection/components/autocomplete/autocomplete.js +1 -1
- package/dist/collection/components/autocomplete/autocomplete.stories.js +50 -20
- package/dist/collection/components/avatar/avatar.css +18 -0
- 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.css +9 -10
- package/dist/collection/components/badge/badge.stories.js +33 -35
- package/dist/collection/components/button/button.css +33 -33
- package/dist/collection/components/button/button.js +16 -6
- package/dist/collection/components/button/button.stories.js +161 -70
- package/dist/collection/components/card/card.css +12 -7
- package/dist/collection/components/card/card.js +2 -2
- package/dist/collection/components/carousel/carousel.css +22 -2
- package/dist/collection/components/carousel/carousel.js +22 -22
- package/dist/collection/components/carousel/carousel.stories.js +317 -73
- package/dist/collection/components/carousel-item/carousel-item.css +14 -0
- package/dist/collection/components/checkbox/checkbox.css +4 -5
- package/dist/collection/components/checkbox/checkbox.js +4 -4
- package/dist/collection/components/checkbox/checkbox.stories.js +88 -63
- 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.css +0 -1
- 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.css +0 -1
- package/dist/collection/components/counter/counter.js +9 -10
- package/dist/collection/components/counter/counter.stories.js +64 -30
- package/dist/collection/components/dialog/dialog.css +14 -15
- package/dist/collection/components/dialog/dialog.stories.js +81 -37
- package/dist/collection/components/drawer/drawer.dark.css +28 -26
- package/dist/collection/components/drawer/drawer.light.css +28 -26
- package/dist/collection/components/drawer/drawer.stories.js +195 -72
- package/dist/collection/components/dropdown/dropdown.css +63 -0
- package/dist/collection/components/dropdown/dropdown.js +54 -0
- package/dist/collection/components/dropdown/dropdown.stories.js +71 -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.css +12 -3
- package/dist/collection/components/icon/icon.stories.js +88 -62
- package/dist/collection/components/icon/svg/app.svg +1 -1
- package/dist/collection/components/icon/svg/archive-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/archive-outline.svg +1 -0
- package/dist/collection/components/icon/svg/archive.svg +1 -0
- package/dist/collection/components/icon/svg/attachment.svg +1 -0
- package/dist/collection/components/icon/svg/brake-color.svg +1 -1
- 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/data-bar-color.svg +1 -0
- package/dist/collection/components/icon/svg/data-bar.svg +1 -0
- package/dist/collection/components/icon/svg/fuse-color.svg +1 -0
- package/dist/collection/components/icon/svg/location-pin-all-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -0
- package/dist/collection/components/icon/svg/location-pin-all.svg +1 -1
- package/dist/collection/components/icon/svg/navigation-app.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-first-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-first.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-hours-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-hours.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-minute-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-minute.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-night-and-day-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-night-and-day.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-second-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-second.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-third-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-level-third.svg +1 -0
- package/dist/collection/components/icon/svg/star-half.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-bodywork-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-bodywork-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-car-bodywork.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-delevery-van.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-delevery.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wiper-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wiper.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-left.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers-right.svg +1 -1
- package/dist/collection/components/icon/svg/windscreen-wipers.svg +1 -1
- package/dist/collection/components/icon/svg/work-order-awaiting-approval-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-awaiting-approval-outline.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-awaiting-approval.svg +1 -0
- package/dist/collection/components/img/img.css +2 -3
- package/dist/collection/components/input/input.css +8 -9
- package/dist/collection/components/input/input.js +1 -1
- package/dist/collection/components/input/input.stories.js +192 -126
- package/dist/collection/components/input-group/input-group.css +5 -4
- package/dist/collection/components/input-group/input-group.stories.js +44 -35
- package/dist/collection/components/item/item.css +15 -16
- package/dist/collection/components/item/item.stories.js +118 -24
- package/dist/collection/components/label/label.css +5 -0
- package/dist/collection/components/label/label.js +2 -3
- package/dist/collection/components/list/list.css +5 -3
- package/dist/collection/components/list/list.stories.js +48 -46
- package/dist/collection/components/modal/modal.css +10 -11
- package/dist/collection/components/modal/modal.stories.js +46 -30
- package/dist/collection/components/navbar/navbar.js +2 -2
- package/dist/collection/components/navbar/navbar.stories.js +40 -23
- package/dist/collection/components/navbar-item/navbar-item.css +6 -7
- package/dist/collection/components/navbar-item/navbar-item.js +2 -2
- package/dist/collection/components/plate-number/plate-number.css +41 -2
- package/dist/collection/components/plate-number/plate-number.js +28 -7
- package/dist/collection/components/plate-number/plate-number.stories.js +39 -7
- package/dist/collection/components/progress/progress.css +2 -2
- package/dist/collection/components/progress/progress.stories.js +3 -3
- package/dist/collection/components/radio/radio.css +4 -5
- package/dist/collection/components/radio/radio.stories.js +47 -30
- package/dist/collection/components/radio-group/radio-group.css +22 -3
- package/dist/collection/components/range/range.css +1 -2
- package/dist/collection/components/range/range.js +5 -6
- package/dist/collection/components/range/range.stories.js +39 -32
- package/dist/collection/components/rating/rating.css +19 -1
- package/dist/collection/components/rating/rating.stories.js +40 -31
- package/dist/collection/components/select/select.css +4 -5
- package/dist/collection/components/select/select.stories.js +81 -89
- package/dist/collection/components/select-filter/select-filter.css +0 -1
- package/dist/collection/components/select-filter/select-filter.js +34 -3
- package/dist/collection/components/select-filter/select-filter.stories.js +95 -85
- package/dist/collection/components/skeleton/skeleton.css +2 -3
- package/dist/collection/components/skeleton/skeleton.js +2 -3
- package/dist/collection/components/spinner/spinner.css +4 -5
- package/dist/collection/components/spinner/spinner.js +3 -4
- package/dist/collection/components/switch/switch.css +9 -10
- package/dist/collection/components/switch/switch.js +8 -8
- package/dist/collection/components/switch/switch.stories.js +94 -82
- package/dist/collection/components/tab/tab.js +2 -2
- package/dist/collection/components/tab-bar/tab-bar.js +2 -2
- package/dist/collection/components/tab-button/tab-button.css +12 -11
- package/dist/collection/components/tab-button/tab-button.js +2 -2
- package/dist/collection/components/table/table.css +1 -0
- 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.css +5 -0
- package/dist/collection/components/tabs/tabs.js +4 -4
- package/dist/collection/components/tabs/tabs.stories.js +106 -57
- package/dist/collection/components/text/text.css +52 -1
- package/dist/collection/components/text/text.stories.js +8 -4
- package/dist/collection/components/textarea/textarea.css +5 -6
- package/dist/collection/components/textarea/textarea.js +12 -12
- package/dist/collection/components/textarea/textarea.stories.js +132 -110
- package/dist/collection/components/toast/toast.css +5 -6
- 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.css +8 -9
- package/dist/collection/components/toolbar/toolbar.stories.js +50 -13
- package/dist/collection/components/toolbar-title/toolbar-title.css +5 -0
- package/dist/collection/components/toolbar-title/toolbar-title.js +3 -4
- package/dist/collection/components/tooltip/tooltip.css +16 -5
- package/dist/collection/components/tooltip/tooltip.js +4 -4
- package/dist/collection/components/tooltip/tooltip.stories.js +78 -11
- package/dist/esm/{app-292fcdfa.js → app-a32f9d74.js} +1 -1
- package/dist/esm/{css-shim-09c9cbdc.js → css-shim-17041dc7.js} +1 -1
- package/dist/esm/{dom-db0073f0.js → dom-ba83fb9d.js} +1 -1
- package/dist/esm/{index-ca0a4edb.js → index-0c8a0e04.js} +81 -72
- 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 +2 -2
- package/dist/esm/road-avatar.entry.js +2 -2
- package/dist/esm/road-badge_11.entry.js +17 -9
- package/dist/esm/road-card.entry.js +2 -2
- package/dist/esm/road-carousel-item.entry.js +1 -1
- package/dist/esm/road-carousel.entry.js +1 -1
- package/dist/esm/road-checkbox.entry.js +2 -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 +4 -4
- package/dist/esm/road-dialog.entry.js +1 -1
- package/dist/esm/road-dropdown.entry.js +25 -0
- package/dist/esm/road-flap.entry.js +1 -1
- package/dist/esm/road-img.entry.js +1 -1
- package/dist/esm/road-input-group.entry.js +2 -2
- package/dist/esm/road-input.entry.js +3 -3
- package/dist/esm/road-modal.entry.js +1 -1
- package/dist/esm/road-navbar-item.entry.js +1 -1
- package/dist/esm/road-navbar.entry.js +1 -1
- package/dist/esm/road-plate-number.entry.js +7 -4
- package/dist/esm/road-progress.entry.js +1 -1
- package/dist/esm/road-radio-group.entry.js +2 -2
- package/dist/esm/road-radio.entry.js +1 -1
- package/dist/esm/road-range.entry.js +2 -2
- package/dist/esm/road-rating.entry.js +2 -2
- package/dist/esm/road-select-filter.entry.js +1794 -4
- package/dist/esm/road-select.entry.js +1 -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 +4 -4
- package/dist/esm/road-tab-bar.entry.js +1 -1
- package/dist/esm/road-tab-button.entry.js +1 -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 +1 -1
- package/dist/esm/road-text.entry.js +1 -1
- package/dist/esm/road-textarea.entry.js +6 -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-c1fdfa9f.js → shadow-css-bfd5796e.js} +9 -10
- package/dist/esm/{utils-38991a7b.js → utils-39de47f7.js} +1 -1
- package/dist/esm-es5/app-a32f9d74.js +1 -0
- package/dist/esm-es5/{css-shim-09c9cbdc.js → css-shim-17041dc7.js} +0 -0
- package/dist/esm-es5/{dom-db0073f0.js → dom-ba83fb9d.js} +0 -0
- package/dist/esm-es5/index-0c8a0e04.js +1 -0
- 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 -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-bfd5796e.js +12 -0
- package/dist/esm-es5/{utils-38991a7b.js → utils-39de47f7.js} +1 -1
- package/dist/html.html-data.json +50 -20
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +35 -2
- package/dist/icons/index.js +49 -16
- package/dist/roadtrip/index.esm.js +1 -1
- package/dist/roadtrip/{p-db7b669e.system.js → p-05961c88.system.js} +1 -1
- package/dist/roadtrip/{p-52b55f44.system.entry.js → p-06a743b4.system.entry.js} +1 -1
- package/dist/roadtrip/{p-741d9d7d.system.entry.js → p-093a2288.system.entry.js} +1 -1
- package/dist/roadtrip/p-0a5f2c0f.entry.js +1 -0
- package/dist/roadtrip/{p-ccdb9902.system.entry.js → p-0b4b6077.system.entry.js} +1 -1
- package/dist/roadtrip/{p-3af119c3.entry.js → p-0e5cecff.entry.js} +1 -1
- package/dist/roadtrip/{p-5f20bd78.entry.js → p-0f8da68b.entry.js} +1 -1
- package/dist/roadtrip/p-102d3882.system.js +1 -0
- package/dist/roadtrip/{p-3919001a.entry.js → p-1347a27e.entry.js} +1 -1
- package/dist/roadtrip/{p-dbe915df.system.entry.js → p-13c18cec.system.entry.js} +1 -1
- package/dist/roadtrip/{p-f92085f7.entry.js → p-16a1b3cb.entry.js} +1 -1
- package/dist/roadtrip/{p-f90c7a6e.entry.js → p-194b2934.entry.js} +1 -1
- package/dist/roadtrip/{p-2087071d.system.entry.js → p-19c89e8f.system.entry.js} +1 -1
- package/dist/roadtrip/p-1c0851b0.entry.js +1 -0
- package/dist/roadtrip/p-1ef8acf8.system.entry.js +1 -0
- package/dist/roadtrip/{p-39f45672.entry.js → p-24234448.entry.js} +1 -1
- package/dist/roadtrip/{p-438be30d.system.entry.js → p-25c303d8.system.entry.js} +1 -1
- package/dist/roadtrip/p-26b3aa33.system.entry.js +1 -0
- package/dist/roadtrip/{p-355be3ad.system.entry.js → p-2740d308.system.entry.js} +1 -1
- package/dist/roadtrip/p-287f1612.system.entry.js +1 -0
- package/dist/roadtrip/{p-57a5b6ee.js → p-33e38a04.js} +1 -1
- package/dist/roadtrip/p-3683fe49.system.js +13 -0
- package/dist/roadtrip/p-3cb3107f.entry.js +1 -0
- package/dist/roadtrip/{p-45589dc8.entry.js → p-44576eac.entry.js} +1 -1
- package/dist/roadtrip/p-46c22946.js +1 -0
- package/dist/roadtrip/p-4742a822.system.entry.js +1 -0
- package/dist/roadtrip/{p-e4f0bdc9.entry.js → p-4ef3684e.entry.js} +1 -1
- package/dist/roadtrip/{p-b0d85186.system.entry.js → p-52f05a7c.system.entry.js} +1 -1
- package/dist/roadtrip/{p-86d407db.system.entry.js → p-54635daa.system.entry.js} +1 -1
- package/dist/roadtrip/p-5bcd3e1f.entry.js +1 -0
- package/dist/roadtrip/{p-07a0be0c.system.entry.js → p-5e8571d3.system.entry.js} +1 -1
- package/dist/roadtrip/p-6195c41f.system.entry.js +1 -0
- package/dist/roadtrip/{p-c68c4c08.entry.js → p-63aa411f.entry.js} +1 -1
- package/dist/roadtrip/p-68af3047.entry.js +1 -0
- package/dist/roadtrip/p-6a123e72.system.entry.js +1 -0
- package/dist/roadtrip/{p-fcd6d9ee.system.entry.js → p-6cf85ea2.system.entry.js} +1 -1
- package/dist/roadtrip/{p-a4f564ff.entry.js → p-6f744bd8.entry.js} +1 -1
- package/dist/roadtrip/{p-d266b343.system.js → p-7154119b.system.js} +0 -0
- package/dist/roadtrip/{p-5e0abf8a.system.entry.js → p-74218654.system.entry.js} +1 -1
- package/dist/roadtrip/{p-4db46d4e.system.entry.js → p-766f8a2a.system.entry.js} +1 -1
- package/dist/roadtrip/p-76885294.system.entry.js +1 -0
- package/dist/roadtrip/p-768d1a90.entry.js +1 -0
- package/dist/roadtrip/{p-ce911622.system.entry.js → p-76f26f2b.system.entry.js} +1 -1
- package/dist/roadtrip/{p-907af5c4.entry.js → p-78315356.entry.js} +1 -1
- package/dist/roadtrip/{p-7a3cc989.js → p-7b733694.js} +1 -1
- package/dist/roadtrip/{p-5457d69f.entry.js → p-7fe4f8f3.entry.js} +1 -1
- package/dist/roadtrip/{p-7e6d339b.entry.js → p-82a07b27.entry.js} +1 -1
- package/dist/roadtrip/{p-b743a929.system.entry.js → p-835d550a.system.entry.js} +1 -1
- package/dist/roadtrip/{p-1879601d.entry.js → p-8d18ebce.entry.js} +1 -1
- package/dist/roadtrip/p-8e21df57.system.entry.js +1 -0
- package/dist/roadtrip/{p-f470f97c.entry.js → p-92300d3f.entry.js} +1 -1
- package/dist/roadtrip/p-93345613.system.entry.js +1 -0
- package/dist/roadtrip/{p-1327abae.entry.js → p-93ccfda6.entry.js} +1 -1
- package/dist/roadtrip/p-93dab753.js +12 -0
- package/dist/roadtrip/{p-5b2de675.entry.js → p-9567d161.entry.js} +1 -1
- package/dist/roadtrip/{p-8934d5fc.entry.js → p-9a1a293c.entry.js} +1 -1
- package/dist/roadtrip/p-9a36bd11.system.entry.js +1 -0
- package/dist/roadtrip/{p-7e528855.entry.js → p-9dd72bfa.entry.js} +1 -1
- package/dist/roadtrip/p-a1168bd5.system.entry.js +1 -0
- package/dist/roadtrip/{p-5f4c4992.system.entry.js → p-a1628953.system.entry.js} +1 -1
- package/dist/roadtrip/p-a3bc0e5b.entry.js +1 -0
- package/dist/roadtrip/{p-d1d86108.system.entry.js → p-a467913d.system.entry.js} +1 -1
- package/dist/roadtrip/p-a61e04a1.entry.js +1 -0
- package/dist/roadtrip/p-a64c67ad.system.entry.js +1 -0
- package/dist/roadtrip/{p-e1ecf3e2.entry.js → p-a7dc1c0c.entry.js} +1 -1
- package/dist/roadtrip/{p-48e5ee18.system.entry.js → p-a87e8b19.system.entry.js} +1 -1
- package/dist/roadtrip/p-a9c74737.entry.js +1 -0
- package/dist/roadtrip/{p-9e2990f1.js → p-ac0761c3.js} +0 -0
- package/dist/roadtrip/{p-870401c7.system.js → p-ad92df4f.system.js} +1 -1
- package/dist/roadtrip/p-adbaa790.entry.js +1 -0
- package/dist/roadtrip/{p-e10e3018.system.entry.js → p-b0ec7122.system.entry.js} +1 -1
- package/dist/roadtrip/{p-92a913e8.entry.js → p-b0ed748a.entry.js} +1 -1
- package/dist/roadtrip/p-b205281e.system.js +1 -0
- package/dist/roadtrip/{p-71cd56c1.entry.js → p-b501c4b2.entry.js} +1 -1
- package/dist/roadtrip/{p-ba19e220.system.entry.js → p-b591a3f7.system.entry.js} +1 -1
- package/dist/roadtrip/p-b6e60fca.system.entry.js +1 -0
- package/dist/roadtrip/{p-f10ecc10.entry.js → p-bba29599.entry.js} +1 -1
- package/dist/roadtrip/{p-4e11546d.system.entry.js → p-bd2a89d4.system.entry.js} +1 -1
- package/dist/roadtrip/{p-9e689ce3.system.entry.js → p-c0429d42.system.entry.js} +1 -1
- package/dist/roadtrip/{p-770605d6.entry.js → p-ced4c451.entry.js} +1 -1
- package/dist/roadtrip/{p-d8c05f0b.system.entry.js → p-cf4b48af.system.entry.js} +1 -1
- package/dist/roadtrip/p-d5607a82.system.entry.js +1 -0
- package/dist/roadtrip/{p-e0990af2.system.entry.js → p-d861032d.system.entry.js} +1 -1
- package/dist/roadtrip/{p-fb2e1da0.entry.js → p-dcfc236e.entry.js} +1 -1
- package/dist/roadtrip/{p-634bb469.system.entry.js → p-de1a3a53.system.entry.js} +1 -1
- package/dist/roadtrip/{p-f63b910b.entry.js → p-e4b0578a.entry.js} +1 -1
- package/dist/roadtrip/p-e56b3c0f.system.entry.js +1 -0
- package/dist/roadtrip/p-e5756d79.entry.js +1 -0
- package/dist/roadtrip/p-e70b2a21.entry.js +1 -0
- package/dist/roadtrip/p-e9a6f1fb.entry.js +1 -0
- package/dist/roadtrip/{p-ff0c3182.system.entry.js → p-eaf8ddaf.system.entry.js} +1 -1
- package/dist/roadtrip/p-ed2dbf57.entry.js +1 -0
- package/dist/roadtrip/{p-e956996a.system.js → p-efa19d38.system.js} +0 -0
- package/dist/roadtrip/{p-33c4dca7.entry.js → p-f0ec3a64.entry.js} +1 -1
- package/dist/roadtrip/p-f22c63b7.entry.js +1 -0
- package/dist/roadtrip/p-f2593f4b.system.entry.js +1 -0
- package/dist/roadtrip/{p-c2373cf9.system.js → p-f33e4ac5.system.js} +1 -1
- package/dist/roadtrip/{p-f38a8df4.js → p-f6631560.js} +0 -0
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.js +1 -1
- package/dist/roadtrip/svg/app.svg +1 -1
- package/dist/roadtrip/svg/archive-outline-color.svg +1 -0
- package/dist/roadtrip/svg/archive-outline.svg +1 -0
- package/dist/roadtrip/svg/archive.svg +1 -0
- package/dist/roadtrip/svg/attachment.svg +1 -0
- package/dist/roadtrip/svg/brake-color.svg +1 -1
- package/dist/roadtrip/svg/check-list-color.svg +1 -0
- package/dist/roadtrip/svg/check-list.svg +1 -0
- package/dist/roadtrip/svg/data-bar-color.svg +1 -0
- package/dist/roadtrip/svg/data-bar.svg +1 -0
- package/dist/roadtrip/svg/fuse-color.svg +1 -0
- package/dist/roadtrip/svg/location-pin-all-outline-color.svg +1 -0
- package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -0
- package/dist/roadtrip/svg/location-pin-all.svg +1 -1
- package/dist/roadtrip/svg/navigation-app.svg +1 -0
- package/dist/roadtrip/svg/secure-level-first-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-first.svg +1 -0
- package/dist/roadtrip/svg/secure-level-hours-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-hours.svg +1 -0
- package/dist/roadtrip/svg/secure-level-minute-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-minute.svg +1 -0
- package/dist/roadtrip/svg/secure-level-night-and-day-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-night-and-day.svg +1 -0
- package/dist/roadtrip/svg/secure-level-second-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-second.svg +1 -0
- package/dist/roadtrip/svg/secure-level-third-color.svg +1 -0
- package/dist/roadtrip/svg/secure-level-third.svg +1 -0
- package/dist/roadtrip/svg/star-half.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-bodywork-outline-color.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-bodywork-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-car-bodywork.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-delevery-van.svg +1 -1
- package/dist/roadtrip/svg/vehicle-delevery.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wiper-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wiper.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-left-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-left.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-right-color.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers-right.svg +1 -1
- package/dist/roadtrip/svg/windscreen-wipers.svg +1 -1
- package/dist/roadtrip/svg/work-order-awaiting-approval-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-awaiting-approval-outline.svg +1 -0
- package/dist/roadtrip/svg/work-order-awaiting-approval.svg +1 -0
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/button/button.d.ts +2 -2
- package/dist/types/components/checkbox/checkbox.d.ts +3 -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 +2 -2
- package/dist/types/components/dropdown/dropdown.d.ts +15 -0
- package/dist/types/components/plate-number/plate-number.d.ts +4 -0
- package/dist/types/components/select-filter/select-filter.d.ts +5 -0
- package/dist/types/components/switch/switch.d.ts +5 -5
- package/dist/types/components/textarea/textarea.d.ts +8 -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 +88 -51
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +35 -2
- package/icons/index.js +49 -16
- 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 +11 -8
- package/dist/collection/components/icon/svg/vehicle-car-outline-side.svg +0 -1
- package/dist/collection/components/icon/svg/vehicle-delevery-privilege.svg +0 -1
- package/dist/esm-es5/app-292fcdfa.js +0 -1
- package/dist/esm-es5/index-ca0a4edb.js +0 -1
- package/dist/esm-es5/shadow-css-c1fdfa9f.js +0 -12
- package/dist/roadtrip/p-01135bcf.system.entry.js +0 -1
- package/dist/roadtrip/p-0599269b.system.entry.js +0 -1
- package/dist/roadtrip/p-07e0e430.js +0 -1
- package/dist/roadtrip/p-08b5f69e.entry.js +0 -1
- package/dist/roadtrip/p-09c241ad.entry.js +0 -1
- package/dist/roadtrip/p-114c8027.entry.js +0 -1
- package/dist/roadtrip/p-1df09c8b.system.entry.js +0 -1
- package/dist/roadtrip/p-28d034bb.entry.js +0 -1
- package/dist/roadtrip/p-2a02e7ca.system.entry.js +0 -1
- package/dist/roadtrip/p-3a2bd53d.system.entry.js +0 -1
- package/dist/roadtrip/p-4972df5f.system.entry.js +0 -1
- package/dist/roadtrip/p-4ed66188.entry.js +0 -1
- package/dist/roadtrip/p-4ef32250.system.entry.js +0 -1
- package/dist/roadtrip/p-5d801a6d.entry.js +0 -1
- package/dist/roadtrip/p-5db7ec05.system.entry.js +0 -1
- package/dist/roadtrip/p-6fd29998.system.entry.js +0 -1
- package/dist/roadtrip/p-858200a0.system.entry.js +0 -1
- package/dist/roadtrip/p-90069a64.entry.js +0 -1
- package/dist/roadtrip/p-93468129.entry.js +0 -1
- package/dist/roadtrip/p-9b7fa180.system.js +0 -1
- package/dist/roadtrip/p-a51ceef7.system.entry.js +0 -1
- package/dist/roadtrip/p-a6bf7d9a.entry.js +0 -1
- package/dist/roadtrip/p-accf62b5.entry.js +0 -1
- package/dist/roadtrip/p-b32c5fc9.entry.js +0 -1
- package/dist/roadtrip/p-b3da87d9.entry.js +0 -1
- package/dist/roadtrip/p-b6750852.entry.js +0 -1
- package/dist/roadtrip/p-bb3dd068.system.entry.js +0 -1
- package/dist/roadtrip/p-bd3cee80.system.js +0 -1
- package/dist/roadtrip/p-c257e55b.system.entry.js +0 -1
- package/dist/roadtrip/p-c8a2384d.system.entry.js +0 -1
- package/dist/roadtrip/p-ce6bd79c.entry.js +0 -1
- package/dist/roadtrip/p-ea858ec9.system.entry.js +0 -1
- package/dist/roadtrip/p-f4d979bb.system.js +0 -13
- package/dist/roadtrip/p-f566887e.js +0 -12
- package/dist/roadtrip/svg/vehicle-car-outline-side.svg +0 -1
- package/dist/roadtrip/svg/vehicle-delevery-privilege.svg +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
|
}
|
|
@@ -389,6 +389,12 @@ export namespace Components {
|
|
|
389
389
|
*/
|
|
390
390
|
"position": string;
|
|
391
391
|
}
|
|
392
|
+
interface RoadDropdown {
|
|
393
|
+
/**
|
|
394
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
395
|
+
*/
|
|
396
|
+
"isOpen": boolean;
|
|
397
|
+
}
|
|
392
398
|
interface RoadFlap {
|
|
393
399
|
/**
|
|
394
400
|
* Set the color of the flap.
|
|
@@ -678,6 +684,10 @@ export namespace Components {
|
|
|
678
684
|
* country of the plate
|
|
679
685
|
*/
|
|
680
686
|
"country": 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
|
|
687
|
+
/**
|
|
688
|
+
* Enable motorbike display
|
|
689
|
+
*/
|
|
690
|
+
"motorbike"?: boolean;
|
|
681
691
|
/**
|
|
682
692
|
* overwrite the default placeholder
|
|
683
693
|
*/
|
|
@@ -869,6 +879,10 @@ export namespace Components {
|
|
|
869
879
|
value: string | number;
|
|
870
880
|
label: string;
|
|
871
881
|
}>;
|
|
882
|
+
/**
|
|
883
|
+
* Options to pass to the fuse.js instance. See https://fusejs.io/api/options.html for valid options
|
|
884
|
+
*/
|
|
885
|
+
"parameters": any;
|
|
872
886
|
}
|
|
873
887
|
interface RoadSkeleton {
|
|
874
888
|
}
|
|
@@ -876,7 +890,7 @@ export namespace Components {
|
|
|
876
890
|
}
|
|
877
891
|
interface RoadSwitch {
|
|
878
892
|
/**
|
|
879
|
-
* If `true`, the
|
|
893
|
+
* If `true`, the switch is checked.
|
|
880
894
|
*/
|
|
881
895
|
"checked": boolean;
|
|
882
896
|
/**
|
|
@@ -884,7 +898,7 @@ export namespace Components {
|
|
|
884
898
|
*/
|
|
885
899
|
"color"?: 'secondary' | FeedbackColors;
|
|
886
900
|
/**
|
|
887
|
-
* If `true`, the user cannot interact with the
|
|
901
|
+
* If `true`, the user cannot interact with the switch.
|
|
888
902
|
*/
|
|
889
903
|
"disabled": boolean;
|
|
890
904
|
/**
|
|
@@ -912,7 +926,7 @@ export namespace Components {
|
|
|
912
926
|
*/
|
|
913
927
|
"on": string;
|
|
914
928
|
/**
|
|
915
|
-
* The id of
|
|
929
|
+
* The id of switch
|
|
916
930
|
*/
|
|
917
931
|
"switchId": string;
|
|
918
932
|
/**
|
|
@@ -1005,7 +1019,7 @@ export namespace Components {
|
|
|
1005
1019
|
*/
|
|
1006
1020
|
"autocapitalize": string;
|
|
1007
1021
|
/**
|
|
1008
|
-
* This Boolean attribute lets you specify that a form control should have
|
|
1022
|
+
* This Boolean attribute lets you specify that a form control should have focus when the page loads.
|
|
1009
1023
|
*/
|
|
1010
1024
|
"autofocus": boolean;
|
|
1011
1025
|
/**
|
|
@@ -1013,7 +1027,7 @@ export namespace Components {
|
|
|
1013
1027
|
*/
|
|
1014
1028
|
"cols"?: number;
|
|
1015
1029
|
/**
|
|
1016
|
-
* If `true`, the user cannot interact with the
|
|
1030
|
+
* If `true`, the user cannot interact with the textarea.
|
|
1017
1031
|
*/
|
|
1018
1032
|
"disabled": boolean;
|
|
1019
1033
|
/**
|
|
@@ -1045,7 +1059,7 @@ export namespace Components {
|
|
|
1045
1059
|
*/
|
|
1046
1060
|
"name": string;
|
|
1047
1061
|
/**
|
|
1048
|
-
* Instructional text that shows before the
|
|
1062
|
+
* Instructional text that shows before the textarea has a value.
|
|
1049
1063
|
*/
|
|
1050
1064
|
"placeholder"?: string;
|
|
1051
1065
|
/**
|
|
@@ -1065,11 +1079,11 @@ export namespace Components {
|
|
|
1065
1079
|
*/
|
|
1066
1080
|
"spellcheck": boolean;
|
|
1067
1081
|
/**
|
|
1068
|
-
* The id of
|
|
1082
|
+
* The id of textarea
|
|
1069
1083
|
*/
|
|
1070
1084
|
"textareaId": string;
|
|
1071
1085
|
/**
|
|
1072
|
-
* The value of the
|
|
1086
|
+
* The value of the textarea.
|
|
1073
1087
|
*/
|
|
1074
1088
|
"value"?: string | null;
|
|
1075
1089
|
/**
|
|
@@ -1083,11 +1097,11 @@ export namespace Components {
|
|
|
1083
1097
|
*/
|
|
1084
1098
|
"close": () => Promise<void>;
|
|
1085
1099
|
/**
|
|
1086
|
-
* Set the color of toast. e.g. info, success, warning, danger
|
|
1100
|
+
* Set the color of the toast. e.g. info, success, warning, danger
|
|
1087
1101
|
*/
|
|
1088
1102
|
"color": FeedbackColors;
|
|
1089
1103
|
/**
|
|
1090
|
-
* Set open propertie to true to
|
|
1104
|
+
* Set `open` propertie to `true` to open the toast
|
|
1091
1105
|
*/
|
|
1092
1106
|
"isOpen": boolean;
|
|
1093
1107
|
/**
|
|
@@ -1117,7 +1131,7 @@ export namespace Components {
|
|
|
1117
1131
|
}
|
|
1118
1132
|
interface RoadTooltip {
|
|
1119
1133
|
/**
|
|
1120
|
-
*
|
|
1134
|
+
* Close the tooltip.
|
|
1121
1135
|
*/
|
|
1122
1136
|
"close": () => Promise<void>;
|
|
1123
1137
|
/**
|
|
@@ -1129,7 +1143,7 @@ export namespace Components {
|
|
|
1129
1143
|
*/
|
|
1130
1144
|
"isOpen": boolean;
|
|
1131
1145
|
/**
|
|
1132
|
-
*
|
|
1146
|
+
* Open the tooltip.
|
|
1133
1147
|
*/
|
|
1134
1148
|
"open": () => Promise<void>;
|
|
1135
1149
|
/**
|
|
@@ -1246,6 +1260,12 @@ declare global {
|
|
|
1246
1260
|
prototype: HTMLRoadDrawerElement;
|
|
1247
1261
|
new (): HTMLRoadDrawerElement;
|
|
1248
1262
|
};
|
|
1263
|
+
interface HTMLRoadDropdownElement extends Components.RoadDropdown, HTMLStencilElement {
|
|
1264
|
+
}
|
|
1265
|
+
var HTMLRoadDropdownElement: {
|
|
1266
|
+
prototype: HTMLRoadDropdownElement;
|
|
1267
|
+
new (): HTMLRoadDropdownElement;
|
|
1268
|
+
};
|
|
1249
1269
|
interface HTMLRoadFlapElement extends Components.RoadFlap, HTMLStencilElement {
|
|
1250
1270
|
}
|
|
1251
1271
|
var HTMLRoadFlapElement: {
|
|
@@ -1473,6 +1493,7 @@ declare global {
|
|
|
1473
1493
|
"road-counter": HTMLRoadCounterElement;
|
|
1474
1494
|
"road-dialog": HTMLRoadDialogElement;
|
|
1475
1495
|
"road-drawer": HTMLRoadDrawerElement;
|
|
1496
|
+
"road-dropdown": HTMLRoadDropdownElement;
|
|
1476
1497
|
"road-flap": HTMLRoadFlapElement;
|
|
1477
1498
|
"road-grid": HTMLRoadGridElement;
|
|
1478
1499
|
"road-icon": HTMLRoadIconElement;
|
|
@@ -1513,7 +1534,7 @@ declare global {
|
|
|
1513
1534
|
declare namespace LocalJSX {
|
|
1514
1535
|
interface RoadAccordion {
|
|
1515
1536
|
/**
|
|
1516
|
-
* Set
|
|
1537
|
+
* Set to `true` to open the accordion and to `false` to close it.
|
|
1517
1538
|
*/
|
|
1518
1539
|
"isOpen"?: boolean;
|
|
1519
1540
|
}
|
|
@@ -1595,7 +1616,7 @@ declare namespace LocalJSX {
|
|
|
1595
1616
|
/**
|
|
1596
1617
|
* The button size.
|
|
1597
1618
|
*/
|
|
1598
|
-
"size"?: 'sm' | 'md';
|
|
1619
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
1599
1620
|
/**
|
|
1600
1621
|
* Specifies where to display the linked URL. Only applies when an `href` is provided. Special keywords: `"_blank"`, `"_self"`, `"_parent"`, `"_top"`.
|
|
1601
1622
|
*/
|
|
@@ -1724,7 +1745,7 @@ declare namespace LocalJSX {
|
|
|
1724
1745
|
*/
|
|
1725
1746
|
"checkboxId"?: string;
|
|
1726
1747
|
/**
|
|
1727
|
-
* If `true`, the checkbox is
|
|
1748
|
+
* If `true`, the checkbox is checked.
|
|
1728
1749
|
*/
|
|
1729
1750
|
"checked"?: boolean;
|
|
1730
1751
|
/**
|
|
@@ -1748,7 +1769,7 @@ declare namespace LocalJSX {
|
|
|
1748
1769
|
*/
|
|
1749
1770
|
"name"?: string;
|
|
1750
1771
|
/**
|
|
1751
|
-
* Emitted when the
|
|
1772
|
+
* Emitted when the checkbox loses focus.
|
|
1752
1773
|
*/
|
|
1753
1774
|
"onRoadBlur"?: (event: CustomEvent<void>) => void;
|
|
1754
1775
|
/**
|
|
@@ -1759,7 +1780,7 @@ declare namespace LocalJSX {
|
|
|
1759
1780
|
value: string | undefined | null
|
|
1760
1781
|
}>) => void;
|
|
1761
1782
|
/**
|
|
1762
|
-
* Emitted when the
|
|
1783
|
+
* Emitted when the checkbox has focus.
|
|
1763
1784
|
*/
|
|
1764
1785
|
"onRoadFocus"?: (event: CustomEvent<void>) => void;
|
|
1765
1786
|
/**
|
|
@@ -1777,15 +1798,15 @@ declare namespace LocalJSX {
|
|
|
1777
1798
|
*/
|
|
1778
1799
|
"color"?: 'default' | 'secondary';
|
|
1779
1800
|
/**
|
|
1780
|
-
* Display close icon
|
|
1801
|
+
* Display a close icon
|
|
1781
1802
|
*/
|
|
1782
1803
|
"hasCloseIcon"?: boolean;
|
|
1783
1804
|
/**
|
|
1784
|
-
* Display an outline style
|
|
1805
|
+
* Display an outline style chip.
|
|
1785
1806
|
*/
|
|
1786
1807
|
"outline"?: boolean;
|
|
1787
1808
|
/**
|
|
1788
|
-
*
|
|
1809
|
+
* The chip size.
|
|
1789
1810
|
*/
|
|
1790
1811
|
"size"?: 'md' | 'lg';
|
|
1791
1812
|
}
|
|
@@ -1793,15 +1814,15 @@ declare namespace LocalJSX {
|
|
|
1793
1814
|
}
|
|
1794
1815
|
interface RoadCollapse {
|
|
1795
1816
|
/**
|
|
1796
|
-
* if
|
|
1817
|
+
* if `true` the button will be centered
|
|
1797
1818
|
*/
|
|
1798
1819
|
"centered"?: boolean;
|
|
1799
1820
|
/**
|
|
1800
|
-
* Set
|
|
1821
|
+
* Set to `true` to display the collapsed part and to `false` to hide it.
|
|
1801
1822
|
*/
|
|
1802
1823
|
"isOpen"?: boolean;
|
|
1803
1824
|
/**
|
|
1804
|
-
* Text displayed in the button when the content is collapsed
|
|
1825
|
+
* Text displayed in the button when the content is not collapsed
|
|
1805
1826
|
*/
|
|
1806
1827
|
"showLess"?: string;
|
|
1807
1828
|
/**
|
|
@@ -1811,7 +1832,7 @@ declare namespace LocalJSX {
|
|
|
1811
1832
|
}
|
|
1812
1833
|
interface RoadCounter {
|
|
1813
1834
|
/**
|
|
1814
|
-
* The id of
|
|
1835
|
+
* The id of counter
|
|
1815
1836
|
*/
|
|
1816
1837
|
"inputId"?: string;
|
|
1817
1838
|
/**
|
|
@@ -1839,7 +1860,7 @@ declare namespace LocalJSX {
|
|
|
1839
1860
|
*/
|
|
1840
1861
|
"step"?: string;
|
|
1841
1862
|
/**
|
|
1842
|
-
* The value of the
|
|
1863
|
+
* The value of the counter.
|
|
1843
1864
|
*/
|
|
1844
1865
|
"value"?: number;
|
|
1845
1866
|
}
|
|
@@ -1923,6 +1944,12 @@ declare namespace LocalJSX {
|
|
|
1923
1944
|
*/
|
|
1924
1945
|
"position"?: string;
|
|
1925
1946
|
}
|
|
1947
|
+
interface RoadDropdown {
|
|
1948
|
+
/**
|
|
1949
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
1950
|
+
*/
|
|
1951
|
+
"isOpen"?: boolean;
|
|
1952
|
+
}
|
|
1926
1953
|
interface RoadFlap {
|
|
1927
1954
|
/**
|
|
1928
1955
|
* Set the color of the flap.
|
|
@@ -2238,6 +2265,10 @@ declare namespace LocalJSX {
|
|
|
2238
2265
|
* country of the plate
|
|
2239
2266
|
*/
|
|
2240
2267
|
"country"?: 'FR' | 'BE' | 'IT' | 'ES' | 'PT' | 'PL';
|
|
2268
|
+
/**
|
|
2269
|
+
* Enable motorbike display
|
|
2270
|
+
*/
|
|
2271
|
+
"motorbike"?: boolean;
|
|
2241
2272
|
/**
|
|
2242
2273
|
* Emitted when the input loses focus.
|
|
2243
2274
|
*/
|
|
@@ -2488,6 +2519,10 @@ declare namespace LocalJSX {
|
|
|
2488
2519
|
value: string | number;
|
|
2489
2520
|
label: string;
|
|
2490
2521
|
}>;
|
|
2522
|
+
/**
|
|
2523
|
+
* Options to pass to the fuse.js instance. See https://fusejs.io/api/options.html for valid options
|
|
2524
|
+
*/
|
|
2525
|
+
"parameters"?: any;
|
|
2491
2526
|
}
|
|
2492
2527
|
interface RoadSkeleton {
|
|
2493
2528
|
}
|
|
@@ -2495,7 +2530,7 @@ declare namespace LocalJSX {
|
|
|
2495
2530
|
}
|
|
2496
2531
|
interface RoadSwitch {
|
|
2497
2532
|
/**
|
|
2498
|
-
* If `true`, the
|
|
2533
|
+
* If `true`, the switch is checked.
|
|
2499
2534
|
*/
|
|
2500
2535
|
"checked"?: boolean;
|
|
2501
2536
|
/**
|
|
@@ -2503,7 +2538,7 @@ declare namespace LocalJSX {
|
|
|
2503
2538
|
*/
|
|
2504
2539
|
"color"?: 'secondary' | FeedbackColors;
|
|
2505
2540
|
/**
|
|
2506
|
-
* If `true`, the user cannot interact with the
|
|
2541
|
+
* If `true`, the user cannot interact with the switch.
|
|
2507
2542
|
*/
|
|
2508
2543
|
"disabled"?: boolean;
|
|
2509
2544
|
/**
|
|
@@ -2531,7 +2566,7 @@ declare namespace LocalJSX {
|
|
|
2531
2566
|
*/
|
|
2532
2567
|
"on"?: string;
|
|
2533
2568
|
/**
|
|
2534
|
-
* Emitted when the
|
|
2569
|
+
* Emitted when the switch loses focus.
|
|
2535
2570
|
*/
|
|
2536
2571
|
"onRoadBlur"?: (event: CustomEvent<void>) => void;
|
|
2537
2572
|
/**
|
|
@@ -2542,11 +2577,11 @@ declare namespace LocalJSX {
|
|
|
2542
2577
|
value: string | undefined | null
|
|
2543
2578
|
}>) => void;
|
|
2544
2579
|
/**
|
|
2545
|
-
* Emitted when the
|
|
2580
|
+
* Emitted when the switch has focus.
|
|
2546
2581
|
*/
|
|
2547
2582
|
"onRoadFocus"?: (event: CustomEvent<void>) => void;
|
|
2548
2583
|
/**
|
|
2549
|
-
* The id of
|
|
2584
|
+
* The id of switch
|
|
2550
2585
|
*/
|
|
2551
2586
|
"switchId"?: string;
|
|
2552
2587
|
/**
|
|
@@ -2628,7 +2663,7 @@ declare namespace LocalJSX {
|
|
|
2628
2663
|
*/
|
|
2629
2664
|
"autocapitalize"?: string;
|
|
2630
2665
|
/**
|
|
2631
|
-
* This Boolean attribute lets you specify that a form control should have
|
|
2666
|
+
* This Boolean attribute lets you specify that a form control should have focus when the page loads.
|
|
2632
2667
|
*/
|
|
2633
2668
|
"autofocus"?: boolean;
|
|
2634
2669
|
/**
|
|
@@ -2636,7 +2671,7 @@ declare namespace LocalJSX {
|
|
|
2636
2671
|
*/
|
|
2637
2672
|
"cols"?: number;
|
|
2638
2673
|
/**
|
|
2639
|
-
* If `true`, the user cannot interact with the
|
|
2674
|
+
* If `true`, the user cannot interact with the textarea.
|
|
2640
2675
|
*/
|
|
2641
2676
|
"disabled"?: boolean;
|
|
2642
2677
|
/**
|
|
@@ -2668,7 +2703,7 @@ declare namespace LocalJSX {
|
|
|
2668
2703
|
*/
|
|
2669
2704
|
"name"?: string;
|
|
2670
2705
|
/**
|
|
2671
|
-
* Emitted when the
|
|
2706
|
+
* Emitted when the textarea loses focus.
|
|
2672
2707
|
*/
|
|
2673
2708
|
"onRoadBlur"?: (event: CustomEvent<void>) => void;
|
|
2674
2709
|
/**
|
|
@@ -2678,7 +2713,7 @@ declare namespace LocalJSX {
|
|
|
2678
2713
|
value: string | undefined | null
|
|
2679
2714
|
}>) => void;
|
|
2680
2715
|
/**
|
|
2681
|
-
* Emitted when the
|
|
2716
|
+
* Emitted when the textarea has focus.
|
|
2682
2717
|
*/
|
|
2683
2718
|
"onRoadFocus"?: (event: CustomEvent<void>) => void;
|
|
2684
2719
|
/**
|
|
@@ -2686,7 +2721,7 @@ declare namespace LocalJSX {
|
|
|
2686
2721
|
*/
|
|
2687
2722
|
"onRoadInput"?: (event: CustomEvent<KeyboardEvent>) => void;
|
|
2688
2723
|
/**
|
|
2689
|
-
* Instructional text that shows before the
|
|
2724
|
+
* Instructional text that shows before the textarea has a value.
|
|
2690
2725
|
*/
|
|
2691
2726
|
"placeholder"?: string;
|
|
2692
2727
|
/**
|
|
@@ -2706,11 +2741,11 @@ declare namespace LocalJSX {
|
|
|
2706
2741
|
*/
|
|
2707
2742
|
"spellcheck"?: boolean;
|
|
2708
2743
|
/**
|
|
2709
|
-
* The id of
|
|
2744
|
+
* The id of textarea
|
|
2710
2745
|
*/
|
|
2711
2746
|
"textareaId"?: string;
|
|
2712
2747
|
/**
|
|
2713
|
-
* The value of the
|
|
2748
|
+
* The value of the textarea.
|
|
2714
2749
|
*/
|
|
2715
2750
|
"value"?: string | null;
|
|
2716
2751
|
/**
|
|
@@ -2720,11 +2755,11 @@ declare namespace LocalJSX {
|
|
|
2720
2755
|
}
|
|
2721
2756
|
interface RoadToast {
|
|
2722
2757
|
/**
|
|
2723
|
-
* Set the color of toast. e.g. info, success, warning, danger
|
|
2758
|
+
* Set the color of the toast. e.g. info, success, warning, danger
|
|
2724
2759
|
*/
|
|
2725
2760
|
"color"?: FeedbackColors;
|
|
2726
2761
|
/**
|
|
2727
|
-
* Set open propertie to true to
|
|
2762
|
+
* Set `open` propertie to `true` to open the toast
|
|
2728
2763
|
*/
|
|
2729
2764
|
"isOpen"?: boolean;
|
|
2730
2765
|
/**
|
|
@@ -2794,6 +2829,7 @@ declare namespace LocalJSX {
|
|
|
2794
2829
|
"road-counter": RoadCounter;
|
|
2795
2830
|
"road-dialog": RoadDialog;
|
|
2796
2831
|
"road-drawer": RoadDrawer;
|
|
2832
|
+
"road-dropdown": RoadDropdown;
|
|
2797
2833
|
"road-flap": RoadFlap;
|
|
2798
2834
|
"road-grid": RoadGrid;
|
|
2799
2835
|
"road-icon": RoadIcon;
|
|
@@ -2851,6 +2887,7 @@ declare module "@stencil/core" {
|
|
|
2851
2887
|
"road-counter": LocalJSX.RoadCounter & JSXBase.HTMLAttributes<HTMLRoadCounterElement>;
|
|
2852
2888
|
"road-dialog": LocalJSX.RoadDialog & JSXBase.HTMLAttributes<HTMLRoadDialogElement>;
|
|
2853
2889
|
"road-drawer": LocalJSX.RoadDrawer & JSXBase.HTMLAttributes<HTMLRoadDrawerElement>;
|
|
2890
|
+
"road-dropdown": LocalJSX.RoadDropdown & JSXBase.HTMLAttributes<HTMLRoadDropdownElement>;
|
|
2854
2891
|
"road-flap": LocalJSX.RoadFlap & JSXBase.HTMLAttributes<HTMLRoadFlapElement>;
|
|
2855
2892
|
"road-grid": LocalJSX.RoadGrid & JSXBase.HTMLAttributes<HTMLRoadGridElement>;
|
|
2856
2893
|
"road-icon": LocalJSX.RoadIcon & JSXBase.HTMLAttributes<HTMLRoadIconElement>;
|
|
@@ -666,7 +666,7 @@ export declare namespace JSXBase {
|
|
|
666
666
|
use: JSXBase.SVGAttributes;
|
|
667
667
|
view: JSXBase.SVGAttributes;
|
|
668
668
|
}
|
|
669
|
-
interface SlotAttributes {
|
|
669
|
+
interface SlotAttributes extends JSXAttributes {
|
|
670
670
|
name?: string;
|
|
671
671
|
slot?: string;
|
|
672
672
|
onSlotchange?: (event: Event) => void;
|
|
@@ -1427,9 +1427,7 @@ export declare namespace JSXBase {
|
|
|
1427
1427
|
z?: number | string;
|
|
1428
1428
|
zoomAndPan?: string;
|
|
1429
1429
|
}
|
|
1430
|
-
interface DOMAttributes<T
|
|
1431
|
-
key?: string | number;
|
|
1432
|
-
ref?: (elm?: T) => void;
|
|
1430
|
+
interface DOMAttributes<T> extends JSXAttributes<T> {
|
|
1433
1431
|
slot?: string;
|
|
1434
1432
|
part?: string;
|
|
1435
1433
|
exportparts?: string;
|
|
@@ -1550,6 +1548,10 @@ export declare namespace JSXBase {
|
|
|
1550
1548
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1551
1549
|
}
|
|
1552
1550
|
}
|
|
1551
|
+
export interface JSXAttributes<T = Element> {
|
|
1552
|
+
key?: string | number;
|
|
1553
|
+
ref?: (elm?: T) => void;
|
|
1554
|
+
}
|
|
1553
1555
|
export interface CustomElementsDefineOptions {
|
|
1554
1556
|
exclude?: string[];
|
|
1555
1557
|
resourcesUrl?: string;
|