@roadtrip/components 2.22.1 → 2.25.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-268f9884.js → app-04553107.js} +1 -1
- package/dist/cjs/{css-shim-9670f2f3.js → css-shim-cf2d8057.js} +1 -1
- package/dist/cjs/{dom-3e7d9c3b.js → dom-ba87b185.js} +1 -1
- package/dist/cjs/{index-8402028a.js → index-d47fa3c0.js} +88 -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 +2 -2
- package/dist/cjs/road-autocomplete.cjs.entry.js +13 -19
- package/dist/cjs/road-avatar.cjs.entry.js +3 -3
- package/dist/cjs/road-badge_11.cjs.entry.js +23 -23
- package/dist/cjs/road-card.cjs.entry.js +4 -4
- package/dist/cjs/road-carousel-item.cjs.entry.js +2 -2
- package/dist/cjs/road-carousel.cjs.entry.js +3 -3
- package/dist/cjs/road-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/road-chip.cjs.entry.js +2 -2
- package/dist/cjs/road-collapse.cjs.entry.js +3 -3
- package/dist/cjs/road-counter.cjs.entry.js +3 -3
- package/dist/cjs/road-dialog.cjs.entry.js +3 -3
- package/dist/cjs/road-dropdown.cjs.entry.js +29 -0
- package/dist/cjs/road-flap.cjs.entry.js +3 -3
- package/dist/cjs/road-img.cjs.entry.js +2 -2
- package/dist/cjs/road-input-group.cjs.entry.js +13 -4
- package/dist/cjs/road-input.cjs.entry.js +25 -3
- package/dist/cjs/road-modal.cjs.entry.js +3 -3
- package/dist/cjs/road-navbar-item.cjs.entry.js +3 -3
- package/dist/cjs/road-navbar.cjs.entry.js +3 -3
- package/dist/cjs/road-plate-number.cjs.entry.js +8 -5
- package/dist/cjs/road-progress.cjs.entry.js +2 -2
- package/dist/cjs/road-radio-group.cjs.entry.js +3 -3
- package/dist/cjs/road-radio.cjs.entry.js +3 -3
- package/dist/cjs/road-range.cjs.entry.js +3 -3
- package/dist/cjs/road-rating.cjs.entry.js +3 -3
- package/dist/cjs/road-select-filter.cjs.entry.js +1847 -0
- package/dist/cjs/road-select.cjs.entry.js +3 -3
- package/dist/cjs/road-skeleton.cjs.entry.js +4 -4
- package/dist/cjs/road-spinner.cjs.entry.js +4 -4
- package/dist/cjs/road-switch.cjs.entry.js +3 -3
- package/dist/cjs/road-tab-bar.cjs.entry.js +2 -2
- package/dist/cjs/road-tab-button.cjs.entry.js +3 -3
- package/dist/cjs/road-tab.cjs.entry.js +2 -2
- package/dist/cjs/road-table.cjs.entry.js +3 -3
- package/dist/cjs/road-tabs.cjs.entry.js +2 -2
- package/dist/cjs/road-text.cjs.entry.js +2 -2
- package/dist/cjs/road-textarea.cjs.entry.js +3 -3
- package/dist/cjs/road-toast.cjs.entry.js +3 -3
- package/dist/cjs/road-toolbar-title.cjs.entry.js +3 -3
- package/dist/cjs/road-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/roadtrip.cjs.js +5 -5
- package/dist/cjs/{shadow-css-09555044.js → shadow-css-7fb0b43f.js} +9 -10
- package/dist/cjs/{utils-07e0a826.js → utils-ade59127.js} +1 -1
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/accordion/accordion.css +14 -6
- package/dist/collection/components/alert/alert.css +10 -16
- package/dist/collection/components/autocomplete/autocomplete.css +14 -7
- package/dist/collection/components/autocomplete/autocomplete.js +28 -44
- package/dist/collection/components/autocomplete/autocomplete.stories.js +28 -83
- package/dist/collection/components/avatar/avatar.css +18 -0
- package/dist/collection/components/avatar/avatar.js +2 -3
- package/dist/collection/components/badge/badge.css +9 -10
- package/dist/collection/components/button/button.css +31 -33
- package/dist/collection/components/button/button.stories.js +11 -4
- package/dist/collection/components/card/card.css +13 -8
- package/dist/collection/components/card/card.js +2 -2
- package/dist/collection/components/carousel/carousel.css +23 -4
- package/dist/collection/components/carousel/carousel.js +22 -22
- package/dist/collection/components/carousel-item/carousel-item.css +14 -0
- package/dist/collection/components/checkbox/checkbox.css +5 -5
- package/dist/collection/components/chip/chip.css +11 -1
- package/dist/collection/components/col/col.css +120 -120
- package/dist/collection/components/col/col.js +2 -3
- package/dist/collection/components/collapse/collapse.css +3 -2
- package/dist/collection/components/counter/counter.css +0 -1
- package/dist/collection/components/counter/counter.js +5 -6
- package/dist/collection/components/dialog/dialog.css +15 -15
- package/dist/collection/components/drawer/drawer.dark.css +29 -26
- package/dist/collection/components/drawer/drawer.js +4 -3
- package/dist/collection/components/drawer/drawer.light.css +29 -26
- package/dist/collection/components/drawer/drawer.stories.js +39 -14
- 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 +51 -0
- package/dist/collection/components/flap/flap.css +19 -0
- package/dist/collection/components/flap/flap.js +2 -2
- package/dist/collection/components/flap/flap.stories.js +25 -32
- package/dist/collection/components/grid/grid.css +0 -1
- package/dist/collection/components/grid/grid.js +2 -3
- package/dist/collection/components/grid/grid.stories.js +6 -2
- package/dist/collection/components/icon/icon.css +12 -3
- package/dist/collection/components/icon/icon.js +1 -1
- 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/axle-support-color.svg +1 -0
- package/dist/collection/components/icon/svg/axle-support.svg +1 -1
- package/dist/collection/components/icon/svg/brake-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-outline-color.svg +1 -1
- package/dist/collection/components/icon/svg/brake-outline.svg +1 -1
- package/dist/collection/components/icon/svg/brake-pad-color.svg +1 -0
- package/dist/collection/components/icon/svg/brake-pad.svg +1 -1
- package/dist/collection/components/icon/svg/brake.svg +1 -1
- package/dist/collection/components/icon/svg/cable-color.svg +1 -0
- package/dist/collection/components/icon/svg/cable.svg +1 -1
- package/dist/collection/components/icon/svg/coolbox-color.svg +1 -0
- package/dist/collection/components/icon/svg/coolbox.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/data-tech-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/data-tech-outline.svg +1 -0
- package/dist/collection/components/icon/svg/data-tech.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/people-home-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/people-home-outline.svg +1 -0
- package/dist/collection/components/icon/svg/people-home.svg +1 -0
- package/dist/collection/components/icon/svg/player-dvd-color.svg +1 -0
- package/dist/collection/components/icon/svg/player-dvd.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/player-radio-outline.svg +1 -1
- package/dist/collection/components/icon/svg/player-radio.svg +1 -1
- package/dist/collection/components/icon/svg/player-touchscreen-color.svg +1 -0
- package/dist/collection/components/icon/svg/player-touchscreen-motorized-color.svg +1 -0
- package/dist/collection/components/icon/svg/player-touchscreen-motorized.svg +1 -0
- package/dist/collection/components/icon/svg/player-touchscreen.svg +1 -0
- package/dist/collection/components/icon/svg/secure-back-door-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-back-door-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cable-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cable-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cable-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cable.svg +1 -0
- package/dist/collection/components/icon/svg/secure-chain-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-chain.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cuff-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-cuff-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-disk-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-disk-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-folding-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-folding-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-frame-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-frame-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-gearbox-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-gearbox.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/secure-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-lock-open-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-lock-open.svg +1 -0
- package/dist/collection/components/icon/svg/secure-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-pedal-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-pedal.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering-dashboard-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering-dashboard.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering-pedal-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering-pedal.svg +1 -0
- package/dist/collection/components/icon/svg/secure-steering.svg +1 -0
- package/dist/collection/components/icon/svg/secure-u-lock-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-u-lock.svg +1 -0
- package/dist/collection/components/icon/svg/secure-wheel-color.svg +1 -0
- package/dist/collection/components/icon/svg/secure-wheel.svg +1 -0
- package/dist/collection/components/icon/svg/security-belt-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/security-belt-outline.svg +1 -0
- package/dist/collection/components/icon/svg/security-belt.svg +1 -1
- package/dist/collection/components/icon/svg/sensor-color.svg +1 -0
- package/dist/collection/components/icon/svg/sensor.svg +1 -1
- package/dist/collection/components/icon/svg/shipping-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/shipping-outline.svg +1 -0
- package/dist/collection/components/icon/svg/shipping.svg +1 -1
- package/dist/collection/components/icon/svg/star-half.svg +1 -0
- package/dist/collection/components/icon/svg/steering-control-color.svg +1 -1
- package/dist/collection/components/icon/svg/steering-control-flat-color.svg +1 -0
- package/dist/collection/components/icon/svg/steering-control-flat.svg +1 -0
- package/dist/collection/components/icon/svg/steering-control-four-spoke-color.svg +1 -0
- package/dist/collection/components/icon/svg/steering-control-four-spoke.svg +1 -0
- package/dist/collection/components/icon/svg/steering-control.svg +1 -1
- package/dist/collection/components/icon/svg/timer-hourglass-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/timer-hourglass-outline.svg +1 -0
- package/dist/collection/components/icon/svg/timer-hourglass.svg +1 -0
- package/dist/collection/components/icon/svg/travel-backpack-color.svg +1 -0
- package/dist/collection/components/icon/svg/travel-backpack.svg +1 -0
- package/dist/collection/components/icon/svg/travel-bag-color.svg +1 -0
- package/dist/collection/components/icon/svg/travel-bag.svg +1 -1
- package/dist/collection/components/icon/svg/travel-briefcase-color.svg +1 -0
- package/dist/collection/components/icon/svg/travel-briefcase.svg +1 -0
- package/dist/collection/components/icon/svg/travel-rolling-suitcase-color.svg +1 -0
- package/dist/collection/components/icon/svg/travel-rolling-suitcase.svg +1 -0
- package/dist/collection/components/icon/svg/travel-suitcase-color.svg +1 -0
- package/dist/collection/components/icon/svg/travel-suitcase.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-bus-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-bus.svg +1 -1
- 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/vehicle-pickup-van-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-pickup-van.svg +1 -1
- package/dist/collection/components/icon/svg/vehicle-van-outline.svg +1 -0
- package/dist/collection/components/icon/svg/vehicle-van.svg +1 -1
- package/dist/collection/components/icon/svg/wheel-hub-cap-color.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-hub-cap-outline.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-hub-cap.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-color.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-double-spoke-outline.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-double-spoke.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-honeycomb-outline.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-honeycomb.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-multi-spoke-outline.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-multi-spoke.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim-outline.svg +1 -0
- package/dist/collection/components/icon/svg/wheel-rim.svg +1 -0
- 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/icon/svg/work-order-check-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-check-outline.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-check.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-diagnostic-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-diagnostic-outline.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-diagnostic.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-pass-maintain-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-pass-maintain.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-view-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-view-outline.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-view.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-wait-check-outline-color.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-wait-check-outline.svg +1 -0
- package/dist/collection/components/icon/svg/work-order-wait-check.svg +1 -0
- package/dist/collection/components/icon/svg/zoom-in-color.svg +1 -0
- package/dist/collection/components/icon/svg/zoom-in.svg +1 -0
- package/dist/collection/components/icon/svg/zoom-out-color.svg +1 -0
- package/dist/collection/components/icon/svg/zoom-out.svg +1 -0
- package/dist/collection/components/img/img.css +2 -3
- package/dist/collection/components/input/input.css +5 -14
- package/dist/collection/components/input/input.js +42 -0
- package/dist/collection/components/input/input.stories.js +4 -0
- package/dist/collection/components/input-group/input-group.css +47 -50
- package/dist/collection/components/input-group/input-group.js +11 -2
- package/dist/collection/components/input-group/input-group.stories.js +19 -1
- package/dist/collection/components/item/item.css +14 -15
- 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/modal/modal.css +11 -11
- package/dist/collection/components/navbar/navbar.css +0 -1
- package/dist/collection/components/navbar/navbar.js +2 -2
- package/dist/collection/components/navbar/navbar.stories.js +4 -1
- package/dist/collection/components/navbar-item/navbar-item.css +8 -11
- package/dist/collection/components/navbar-item/navbar-item.js +2 -2
- package/dist/collection/components/plate-number/plate-number.css +41 -7
- package/dist/collection/components/plate-number/plate-number.js +28 -7
- package/dist/collection/components/plate-number/plate-number.stories.js +13 -0
- package/dist/collection/components/progress/progress.css +2 -2
- package/dist/collection/components/radio/radio.css +5 -5
- package/dist/collection/components/radio/radio.stories.js +4 -1
- 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/rating/rating.css +19 -1
- package/dist/collection/components/select/select.css +4 -9
- package/dist/collection/components/select-filter/select-filter.css +53 -0
- package/dist/collection/components/select-filter/select-filter.js +165 -0
- package/dist/collection/components/select-filter/select-filter.stories.js +133 -0
- package/dist/collection/components/skeleton/skeleton.css +4 -5
- package/dist/collection/components/skeleton/skeleton.js +2 -3
- package/dist/collection/components/spinner/spinner.css +8 -9
- package/dist/collection/components/spinner/spinner.js +3 -4
- package/dist/collection/components/switch/switch.css +10 -10
- 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 +14 -15
- 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/tabs/tabs.css +5 -0
- package/dist/collection/components/tabs/tabs.js +4 -4
- package/dist/collection/components/tabs/tabs.stories.js +12 -7
- package/dist/collection/components/text/text.css +52 -1
- package/dist/collection/components/textarea/textarea.css +5 -14
- package/dist/collection/components/toast/toast.css +8 -8
- package/dist/collection/components/toolbar/toolbar.css +8 -9
- package/dist/collection/components/toolbar/toolbar.stories.js +4 -1
- 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/esm/{app-7b5384c5.js → app-6a43d362.js} +1 -1
- package/dist/esm/{css-shim-a7f418e3.js → css-shim-aea0f6cc.js} +1 -1
- package/dist/esm/{dom-1f98a75f.js → dom-c7604576.js} +1 -1
- package/dist/esm/{index-42b74371.js → index-4e5ea092.js} +88 -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 +2 -2
- package/dist/esm/road-autocomplete.entry.js +13 -19
- package/dist/esm/road-avatar.entry.js +3 -3
- package/dist/esm/road-badge_11.entry.js +23 -23
- package/dist/esm/road-card.entry.js +4 -4
- package/dist/esm/road-carousel-item.entry.js +2 -2
- package/dist/esm/road-carousel.entry.js +3 -3
- package/dist/esm/road-checkbox.entry.js +3 -3
- package/dist/esm/road-chip.entry.js +2 -2
- package/dist/esm/road-collapse.entry.js +3 -3
- package/dist/esm/road-counter.entry.js +3 -3
- package/dist/esm/road-dialog.entry.js +3 -3
- package/dist/esm/road-dropdown.entry.js +25 -0
- package/dist/esm/road-flap.entry.js +3 -3
- package/dist/esm/road-img.entry.js +2 -2
- package/dist/esm/road-input-group.entry.js +13 -4
- package/dist/esm/road-input.entry.js +25 -3
- package/dist/esm/road-modal.entry.js +3 -3
- package/dist/esm/road-navbar-item.entry.js +3 -3
- package/dist/esm/road-navbar.entry.js +3 -3
- package/dist/esm/road-plate-number.entry.js +8 -5
- package/dist/esm/road-progress.entry.js +2 -2
- package/dist/esm/road-radio-group.entry.js +3 -3
- package/dist/esm/road-radio.entry.js +3 -3
- package/dist/esm/road-range.entry.js +3 -3
- package/dist/esm/road-rating.entry.js +3 -3
- package/dist/esm/road-select-filter.entry.js +1843 -0
- package/dist/esm/road-select.entry.js +3 -3
- package/dist/esm/road-skeleton.entry.js +4 -4
- package/dist/esm/road-spinner.entry.js +4 -4
- package/dist/esm/road-switch.entry.js +3 -3
- package/dist/esm/road-tab-bar.entry.js +2 -2
- package/dist/esm/road-tab-button.entry.js +3 -3
- package/dist/esm/road-tab.entry.js +2 -2
- package/dist/esm/road-table.entry.js +3 -3
- package/dist/esm/road-tabs.entry.js +2 -2
- package/dist/esm/road-text.entry.js +2 -2
- package/dist/esm/road-textarea.entry.js +3 -3
- package/dist/esm/road-toast.entry.js +3 -3
- package/dist/esm/road-toolbar-title.entry.js +3 -3
- package/dist/esm/road-tooltip.entry.js +2 -2
- package/dist/esm/roadtrip.js +5 -5
- package/dist/esm/{shadow-css-67b66845.js → shadow-css-83bb1d14.js} +9 -10
- package/dist/esm/{utils-cf12c226.js → utils-23aa19c1.js} +1 -1
- package/dist/esm-es5/app-6a43d362.js +1 -0
- package/dist/esm-es5/{css-shim-a7f418e3.js → css-shim-aea0f6cc.js} +0 -0
- package/dist/esm-es5/{dom-1f98a75f.js → dom-c7604576.js} +0 -0
- package/dist/esm-es5/index-4e5ea092.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 -0
- 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 +12 -0
- package/dist/esm-es5/{utils-cf12c226.js → utils-23aa19c1.js} +1 -1
- package/dist/html.html-data.json +54 -6
- package/dist/icons/icons.svg +1 -1
- package/dist/icons/index.d.ts +136 -3
- package/dist/icons/index.js +169 -36
- package/dist/loader/index.d.ts +0 -1
- package/dist/roadtrip/index.esm.js +1 -1
- package/dist/roadtrip/p-0205d149.entry.js +1 -0
- package/dist/roadtrip/{p-fb92eb91.system.entry.js → p-0245b436.system.entry.js} +1 -1
- package/dist/roadtrip/{p-2fbab6fe.system.js → p-05373846.system.js} +1 -1
- package/dist/roadtrip/p-06049c44.entry.js +1 -0
- package/dist/roadtrip/p-0626f8a2.system.entry.js +1 -0
- package/dist/roadtrip/{p-7f900814.system.entry.js → p-085aad0a.system.entry.js} +1 -1
- package/dist/roadtrip/p-0bc3262d.entry.js +1 -0
- package/dist/roadtrip/p-10cc8504.system.entry.js +1 -0
- package/dist/roadtrip/{p-40f0da52.js → p-112e8d3f.js} +0 -0
- package/dist/roadtrip/p-11db7868.system.entry.js +1 -0
- package/dist/roadtrip/{p-37c7c67a.system.entry.js → p-13b46f63.system.entry.js} +1 -1
- package/dist/roadtrip/p-17ed8237.entry.js +1 -0
- package/dist/roadtrip/p-1d83535a.entry.js +1 -0
- package/dist/roadtrip/p-25ea233f.system.entry.js +1 -0
- package/dist/roadtrip/{p-bd2c0a1b.system.js → p-2b0d3888.system.js} +1 -1
- package/dist/roadtrip/p-2cf6206e.system.entry.js +1 -0
- package/dist/roadtrip/p-2d8ba6be.entry.js +1 -0
- package/dist/roadtrip/p-356163fb.js +12 -0
- package/dist/roadtrip/p-36a7c233.system.js +1 -0
- package/dist/roadtrip/p-388a7f61.system.entry.js +1 -0
- package/dist/roadtrip/p-39dd9c7f.entry.js +1 -0
- package/dist/roadtrip/p-3c7147c6.system.entry.js +1 -0
- package/dist/roadtrip/p-3d2cf159.entry.js +1 -0
- package/dist/roadtrip/p-3e56faf1.entry.js +1 -0
- package/dist/roadtrip/{p-436ed9ba.system.entry.js → p-41aa7a41.system.entry.js} +1 -1
- package/dist/roadtrip/p-41bcd21c.system.entry.js +1 -0
- package/dist/roadtrip/p-43da88c6.system.entry.js +1 -0
- package/dist/roadtrip/p-45b87537.system.entry.js +1 -0
- package/dist/roadtrip/p-55c19c46.system.entry.js +1 -0
- package/dist/roadtrip/{p-29112092.system.entry.js → p-5cfcbccd.system.entry.js} +1 -1
- package/dist/roadtrip/p-628f5836.system.entry.js +1 -0
- package/dist/roadtrip/{p-df4a232f.system.entry.js → p-6688d8f8.system.entry.js} +1 -1
- package/dist/roadtrip/{p-ee0455c8.system.entry.js → p-694eee8e.system.entry.js} +1 -1
- package/dist/roadtrip/p-70d0fb28.entry.js +1 -0
- package/dist/roadtrip/{p-498ca42b.system.js → p-72b3db6d.system.js} +0 -0
- package/dist/roadtrip/{p-0f922d99.system.entry.js → p-78143a79.system.entry.js} +1 -1
- package/dist/roadtrip/{p-7a59ecb8.system.entry.js → p-790067ad.system.entry.js} +1 -1
- package/dist/roadtrip/p-79a745a7.entry.js +1 -0
- package/dist/roadtrip/p-8067c254.system.entry.js +1 -0
- package/dist/roadtrip/p-82d3347b.entry.js +1 -0
- package/dist/roadtrip/p-8374797d.entry.js +1 -0
- package/dist/roadtrip/{p-62c3be42.system.entry.js → p-84578822.system.entry.js} +1 -1
- package/dist/roadtrip/p-85aa4543.system.entry.js +1 -0
- package/dist/roadtrip/{p-dbe056ce.system.js → p-8649dccc.system.js} +0 -0
- package/dist/roadtrip/p-88179272.entry.js +1 -0
- package/dist/roadtrip/p-89fb8799.entry.js +1 -0
- package/dist/roadtrip/p-8a9626cc.entry.js +1 -0
- package/dist/roadtrip/p-8b445fbd.entry.js +1 -0
- package/dist/roadtrip/{p-e558ebfb.js → p-8cb74e64.js} +1 -1
- package/dist/roadtrip/p-8fc0f477.system.entry.js +1 -0
- package/dist/roadtrip/p-9233dfbe.entry.js +1 -0
- package/dist/roadtrip/p-923c9893.entry.js +1 -0
- package/dist/roadtrip/p-95dd1ee4.system.entry.js +1 -0
- package/dist/roadtrip/p-9846103f.entry.js +1 -0
- package/dist/roadtrip/p-9b04e0cb.system.entry.js +1 -0
- package/dist/roadtrip/p-9bbeb646.entry.js +1 -0
- package/dist/roadtrip/p-9d3921a8.system.js +1 -0
- package/dist/roadtrip/p-a082797b.entry.js +1 -0
- package/dist/roadtrip/{p-7103b86e.system.entry.js → p-a1f59f11.system.entry.js} +1 -1
- package/dist/roadtrip/p-a567cedb.entry.js +1 -0
- package/dist/roadtrip/p-a671df87.entry.js +1 -0
- package/dist/roadtrip/p-a6827ec2.entry.js +1 -0
- package/dist/roadtrip/{p-518b69d3.system.entry.js → p-aa63d5e9.system.entry.js} +1 -1
- package/dist/roadtrip/p-acc76968.entry.js +1 -0
- package/dist/roadtrip/p-ad3b839e.entry.js +1 -0
- package/dist/roadtrip/{p-69599f4e.js → p-ad4a83f1.js} +0 -0
- package/dist/roadtrip/p-adfa74db.entry.js +1 -0
- package/dist/roadtrip/p-b1a05290.system.entry.js +1 -0
- package/dist/roadtrip/{p-0114b277.system.entry.js → p-b6ea7ba9.system.entry.js} +1 -1
- package/dist/roadtrip/{p-420fd82a.system.js → p-b862fe1a.system.js} +1 -1
- package/dist/roadtrip/p-bc8a92cf.system.entry.js +1 -0
- package/dist/roadtrip/p-be0b7289.entry.js +1 -0
- package/dist/roadtrip/p-c6b70e6f.js +1 -0
- package/dist/roadtrip/p-c7895d95.system.js +13 -0
- package/dist/roadtrip/p-c873409a.system.entry.js +1 -0
- package/dist/roadtrip/p-c94f70de.entry.js +1 -0
- package/dist/roadtrip/p-c9b37cd7.entry.js +1 -0
- package/dist/roadtrip/p-cb2bebde.entry.js +1 -0
- package/dist/roadtrip/p-cedaf396.system.entry.js +1 -0
- package/dist/roadtrip/p-d0a42614.entry.js +1 -0
- package/dist/roadtrip/{p-9c8ddf01.js → p-d11931f0.js} +1 -1
- package/dist/roadtrip/p-d39f805b.entry.js +1 -0
- package/dist/roadtrip/{p-990f2104.system.entry.js → p-d3e3af9e.system.entry.js} +1 -1
- package/dist/roadtrip/p-d5da11ca.system.entry.js +1 -0
- package/dist/roadtrip/p-da3ea4e5.entry.js +1 -0
- package/dist/roadtrip/p-dad9d770.entry.js +1 -0
- package/dist/roadtrip/{p-680a8005.system.entry.js → p-e5eda362.system.entry.js} +1 -1
- package/dist/roadtrip/p-e719a34e.entry.js +1 -0
- package/dist/roadtrip/p-f0704f07.system.entry.js +1 -0
- package/dist/roadtrip/p-f10872aa.entry.js +1 -0
- package/dist/roadtrip/p-f62ebe3f.system.entry.js +1 -0
- package/dist/roadtrip/p-f6d6d227.entry.js +1 -0
- package/dist/roadtrip/{p-fe5c5fd9.system.entry.js → p-f907849c.system.entry.js} +1 -1
- package/dist/roadtrip/p-f95a155f.entry.js +1 -0
- package/dist/roadtrip/p-fe45a922.entry.js +1 -0
- package/dist/roadtrip/p-fe70fb94.system.entry.js +1 -0
- package/dist/roadtrip/p-ffacdd19.entry.js +1 -0
- package/dist/roadtrip/{p-ba78dff5.system.entry.js → p-ffd2a5c1.system.entry.js} +1 -1
- package/dist/roadtrip/roadtrip.css +1 -1
- 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/axle-support-color.svg +1 -0
- package/dist/roadtrip/svg/axle-support.svg +1 -1
- package/dist/roadtrip/svg/brake-color.svg +1 -1
- package/dist/roadtrip/svg/brake-outline-color.svg +1 -1
- package/dist/roadtrip/svg/brake-outline.svg +1 -1
- package/dist/roadtrip/svg/brake-pad-color.svg +1 -0
- package/dist/roadtrip/svg/brake-pad.svg +1 -1
- package/dist/roadtrip/svg/brake.svg +1 -1
- package/dist/roadtrip/svg/cable-color.svg +1 -0
- package/dist/roadtrip/svg/cable.svg +1 -1
- package/dist/roadtrip/svg/coolbox-color.svg +1 -0
- package/dist/roadtrip/svg/coolbox.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/data-tech-outline-color.svg +1 -0
- package/dist/roadtrip/svg/data-tech-outline.svg +1 -0
- package/dist/roadtrip/svg/data-tech.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/people-home-outline-color.svg +1 -0
- package/dist/roadtrip/svg/people-home-outline.svg +1 -0
- package/dist/roadtrip/svg/people-home.svg +1 -0
- package/dist/roadtrip/svg/player-dvd-color.svg +1 -0
- package/dist/roadtrip/svg/player-dvd.svg +1 -1
- package/dist/roadtrip/svg/player-radio-outline-color.svg +1 -0
- package/dist/roadtrip/svg/player-radio-outline.svg +1 -1
- package/dist/roadtrip/svg/player-radio.svg +1 -1
- package/dist/roadtrip/svg/player-touchscreen-color.svg +1 -0
- package/dist/roadtrip/svg/player-touchscreen-motorized-color.svg +1 -0
- package/dist/roadtrip/svg/player-touchscreen-motorized.svg +1 -0
- package/dist/roadtrip/svg/player-touchscreen.svg +1 -0
- package/dist/roadtrip/svg/secure-back-door-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-back-door-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-cable-color.svg +1 -0
- package/dist/roadtrip/svg/secure-cable-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-cable-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-cable.svg +1 -0
- package/dist/roadtrip/svg/secure-chain-color.svg +1 -0
- package/dist/roadtrip/svg/secure-chain.svg +1 -0
- package/dist/roadtrip/svg/secure-cuff-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-cuff-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-disk-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-disk-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-folding-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-folding-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-frame-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-frame-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-gearbox-color.svg +1 -0
- package/dist/roadtrip/svg/secure-gearbox.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/secure-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-lock-open-color.svg +1 -0
- package/dist/roadtrip/svg/secure-lock-open.svg +1 -0
- package/dist/roadtrip/svg/secure-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-pedal-color.svg +1 -0
- package/dist/roadtrip/svg/secure-pedal.svg +1 -0
- package/dist/roadtrip/svg/secure-steering-color.svg +1 -0
- package/dist/roadtrip/svg/secure-steering-dashboard-color.svg +1 -0
- package/dist/roadtrip/svg/secure-steering-dashboard.svg +1 -0
- package/dist/roadtrip/svg/secure-steering-pedal-color.svg +1 -0
- package/dist/roadtrip/svg/secure-steering-pedal.svg +1 -0
- package/dist/roadtrip/svg/secure-steering.svg +1 -0
- package/dist/roadtrip/svg/secure-u-lock-color.svg +1 -0
- package/dist/roadtrip/svg/secure-u-lock.svg +1 -0
- package/dist/roadtrip/svg/secure-wheel-color.svg +1 -0
- package/dist/roadtrip/svg/secure-wheel.svg +1 -0
- package/dist/roadtrip/svg/security-belt-outline-color.svg +1 -0
- package/dist/roadtrip/svg/security-belt-outline.svg +1 -0
- package/dist/roadtrip/svg/security-belt.svg +1 -1
- package/dist/roadtrip/svg/sensor-color.svg +1 -0
- package/dist/roadtrip/svg/sensor.svg +1 -1
- package/dist/roadtrip/svg/shipping-outline-color.svg +1 -0
- package/dist/roadtrip/svg/shipping-outline.svg +1 -0
- package/dist/roadtrip/svg/shipping.svg +1 -1
- package/dist/roadtrip/svg/star-half.svg +1 -0
- package/dist/roadtrip/svg/steering-control-color.svg +1 -1
- package/dist/roadtrip/svg/steering-control-flat-color.svg +1 -0
- package/dist/roadtrip/svg/steering-control-flat.svg +1 -0
- package/dist/roadtrip/svg/steering-control-four-spoke-color.svg +1 -0
- package/dist/roadtrip/svg/steering-control-four-spoke.svg +1 -0
- package/dist/roadtrip/svg/steering-control.svg +1 -1
- package/dist/roadtrip/svg/timer-hourglass-outline-color.svg +1 -0
- package/dist/roadtrip/svg/timer-hourglass-outline.svg +1 -0
- package/dist/roadtrip/svg/timer-hourglass.svg +1 -0
- package/dist/roadtrip/svg/travel-backpack-color.svg +1 -0
- package/dist/roadtrip/svg/travel-backpack.svg +1 -0
- package/dist/roadtrip/svg/travel-bag-color.svg +1 -0
- package/dist/roadtrip/svg/travel-bag.svg +1 -1
- package/dist/roadtrip/svg/travel-briefcase-color.svg +1 -0
- package/dist/roadtrip/svg/travel-briefcase.svg +1 -0
- package/dist/roadtrip/svg/travel-rolling-suitcase-color.svg +1 -0
- package/dist/roadtrip/svg/travel-rolling-suitcase.svg +1 -0
- package/dist/roadtrip/svg/travel-suitcase-color.svg +1 -0
- package/dist/roadtrip/svg/travel-suitcase.svg +1 -1
- package/dist/roadtrip/svg/vehicle-bus-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-bus.svg +1 -1
- 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/vehicle-pickup-van-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-pickup-van.svg +1 -1
- package/dist/roadtrip/svg/vehicle-van-outline.svg +1 -0
- package/dist/roadtrip/svg/vehicle-van.svg +1 -1
- package/dist/roadtrip/svg/wheel-hub-cap-color.svg +1 -0
- package/dist/roadtrip/svg/wheel-hub-cap-outline.svg +1 -0
- package/dist/roadtrip/svg/wheel-hub-cap.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-color.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-double-spoke-outline-color.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-double-spoke-outline.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-double-spoke.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-honeycomb-outline-color.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-honeycomb-outline.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-honeycomb.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline-color.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-multi-spoke-outline.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-multi-spoke.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim-outline.svg +1 -0
- package/dist/roadtrip/svg/wheel-rim.svg +1 -0
- 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/roadtrip/svg/work-order-check-outline-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-check-outline.svg +1 -0
- package/dist/roadtrip/svg/work-order-check.svg +1 -0
- package/dist/roadtrip/svg/work-order-diagnostic-outline-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-diagnostic-outline.svg +1 -0
- package/dist/roadtrip/svg/work-order-diagnostic.svg +1 -0
- package/dist/roadtrip/svg/work-order-pass-maintain-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-pass-maintain.svg +1 -0
- package/dist/roadtrip/svg/work-order-view-outline-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-view-outline.svg +1 -0
- package/dist/roadtrip/svg/work-order-view.svg +1 -0
- package/dist/roadtrip/svg/work-order-wait-check-outline-color.svg +1 -0
- package/dist/roadtrip/svg/work-order-wait-check-outline.svg +1 -0
- package/dist/roadtrip/svg/work-order-wait-check.svg +1 -0
- package/dist/roadtrip/svg/zoom-in-color.svg +1 -0
- package/dist/roadtrip/svg/zoom-in.svg +1 -0
- package/dist/roadtrip/svg/zoom-out-color.svg +1 -0
- package/dist/roadtrip/svg/zoom-out.svg +1 -0
- package/dist/types/components/autocomplete/autocomplete.d.ts +9 -7
- package/dist/types/components/drawer/drawer.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown.d.ts +15 -0
- package/dist/types/components/flap/flap.d.ts +1 -1
- package/dist/types/components/input/input.d.ts +5 -0
- package/dist/types/components/input-group/input-group.d.ts +2 -0
- package/dist/types/components/plate-number/plate-number.d.ts +4 -0
- package/dist/types/components/select-filter/select-filter.d.ts +37 -0
- package/dist/types/components.d.ts +96 -10
- package/icons/icons.svg +1 -1
- package/icons/index.d.ts +136 -3
- package/icons/index.js +169 -36
- 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/CHANGELOG.md +0 -213
- 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-7b5384c5.js +0 -1
- package/dist/esm-es5/index-42b74371.js +0 -1
- package/dist/esm-es5/shadow-css-67b66845.js +0 -12
- package/dist/roadtrip/p-02438cfb.entry.js +0 -1
- package/dist/roadtrip/p-02e4bc64.system.entry.js +0 -1
- package/dist/roadtrip/p-041210d2.system.entry.js +0 -1
- package/dist/roadtrip/p-0cef4909.entry.js +0 -1
- package/dist/roadtrip/p-0d394981.entry.js +0 -1
- package/dist/roadtrip/p-0d72b32f.entry.js +0 -1
- package/dist/roadtrip/p-10d2f292.entry.js +0 -1
- package/dist/roadtrip/p-1247ae38.entry.js +0 -1
- package/dist/roadtrip/p-1331984c.system.entry.js +0 -1
- package/dist/roadtrip/p-13b4e299.entry.js +0 -1
- package/dist/roadtrip/p-17c183fb.system.entry.js +0 -1
- package/dist/roadtrip/p-17e1fad4.entry.js +0 -1
- package/dist/roadtrip/p-1fc157fe.entry.js +0 -1
- package/dist/roadtrip/p-316f18c5.system.entry.js +0 -1
- package/dist/roadtrip/p-35eb0f57.entry.js +0 -1
- package/dist/roadtrip/p-37e3988b.entry.js +0 -1
- package/dist/roadtrip/p-3b0bf6c7.system.entry.js +0 -1
- package/dist/roadtrip/p-3b954155.entry.js +0 -1
- package/dist/roadtrip/p-425ea346.entry.js +0 -1
- package/dist/roadtrip/p-42a9ad7b.entry.js +0 -1
- package/dist/roadtrip/p-430a11a6.system.entry.js +0 -1
- package/dist/roadtrip/p-4d56e09a.system.entry.js +0 -1
- package/dist/roadtrip/p-5350841a.system.entry.js +0 -1
- package/dist/roadtrip/p-54eb6c30.system.entry.js +0 -1
- package/dist/roadtrip/p-551176bd.entry.js +0 -1
- package/dist/roadtrip/p-58e70635.system.entry.js +0 -1
- package/dist/roadtrip/p-590dcc09.entry.js +0 -1
- package/dist/roadtrip/p-5a70fe34.entry.js +0 -1
- package/dist/roadtrip/p-5fae0a97.system.js +0 -1
- package/dist/roadtrip/p-5faefeba.entry.js +0 -1
- package/dist/roadtrip/p-60019e46.entry.js +0 -1
- package/dist/roadtrip/p-6626bd71.system.entry.js +0 -1
- package/dist/roadtrip/p-68bbe841.system.entry.js +0 -1
- package/dist/roadtrip/p-6bf12486.system.entry.js +0 -1
- package/dist/roadtrip/p-6cbf0271.entry.js +0 -1
- package/dist/roadtrip/p-7dc1cc99.entry.js +0 -1
- package/dist/roadtrip/p-871be532.entry.js +0 -1
- package/dist/roadtrip/p-8a10bd9c.entry.js +0 -1
- package/dist/roadtrip/p-8c389605.system.entry.js +0 -1
- package/dist/roadtrip/p-9112876a.system.entry.js +0 -1
- package/dist/roadtrip/p-93b244be.entry.js +0 -1
- package/dist/roadtrip/p-97d9114f.system.entry.js +0 -1
- package/dist/roadtrip/p-9cd9dd57.system.entry.js +0 -1
- package/dist/roadtrip/p-9eae51cb.entry.js +0 -1
- package/dist/roadtrip/p-a225ba2d.entry.js +0 -1
- package/dist/roadtrip/p-a5548019.entry.js +0 -1
- package/dist/roadtrip/p-a69855b7.js +0 -12
- package/dist/roadtrip/p-a71ed0b6.entry.js +0 -1
- package/dist/roadtrip/p-abb85557.entry.js +0 -1
- package/dist/roadtrip/p-ac68d72d.entry.js +0 -1
- package/dist/roadtrip/p-afc0a90b.system.entry.js +0 -1
- package/dist/roadtrip/p-c2334232.system.js +0 -1
- package/dist/roadtrip/p-c9906366.entry.js +0 -1
- package/dist/roadtrip/p-cafbe9cb.entry.js +0 -1
- package/dist/roadtrip/p-cc1da076.system.entry.js +0 -1
- package/dist/roadtrip/p-cd603d87.system.js +0 -13
- package/dist/roadtrip/p-d13bb916.entry.js +0 -1
- package/dist/roadtrip/p-d64857ac.entry.js +0 -1
- package/dist/roadtrip/p-d8712919.entry.js +0 -1
- package/dist/roadtrip/p-e1d854ec.entry.js +0 -1
- package/dist/roadtrip/p-e2add5a5.system.entry.js +0 -1
- package/dist/roadtrip/p-e381e807.entry.js +0 -1
- package/dist/roadtrip/p-e487ed25.entry.js +0 -1
- package/dist/roadtrip/p-e575fb5f.entry.js +0 -1
- package/dist/roadtrip/p-e9113160.entry.js +0 -1
- package/dist/roadtrip/p-ec231b77.js +0 -1
- package/dist/roadtrip/p-f3f029a7.system.entry.js +0 -1
- package/dist/roadtrip/p-ffe2b39f.system.entry.js +0 -1
- package/dist/roadtrip/svg/vehicle-car-outline-side.svg +0 -1
- package/dist/roadtrip/svg/vehicle-delevery-privilege.svg +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
*
|
|
2
|
+
* Toast
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
* Index
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* - Feedback color
|
|
10
10
|
* - Feedback icon
|
|
11
11
|
* - Close button
|
|
12
|
-
*
|
|
13
12
|
*/
|
|
14
13
|
|
|
15
14
|
|
|
@@ -88,9 +87,9 @@
|
|
|
88
87
|
@media (min-width: 576px) {
|
|
89
88
|
|
|
90
89
|
.toast {
|
|
91
|
-
flex: 0 0 83.
|
|
90
|
+
flex: 0 0 83.3333%;
|
|
92
91
|
justify-content: center;
|
|
93
|
-
max-width: 83.
|
|
92
|
+
max-width: 83.3333%;
|
|
94
93
|
padding: 1rem 2rem;
|
|
95
94
|
margin-right: auto;
|
|
96
95
|
margin-left: auto;
|
|
@@ -101,7 +100,7 @@
|
|
|
101
100
|
-------------------- */
|
|
102
101
|
|
|
103
102
|
/**
|
|
104
|
-
*
|
|
103
|
+
* Danger
|
|
105
104
|
*/
|
|
106
105
|
|
|
107
106
|
.toast-danger {
|
|
@@ -114,7 +113,7 @@
|
|
|
114
113
|
}
|
|
115
114
|
|
|
116
115
|
/**
|
|
117
|
-
*
|
|
116
|
+
* Warning
|
|
118
117
|
*/
|
|
119
118
|
|
|
120
119
|
.toast-warning {
|
|
@@ -127,7 +126,7 @@
|
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
/**
|
|
130
|
-
*
|
|
129
|
+
* Success
|
|
131
130
|
*/
|
|
132
131
|
|
|
133
132
|
.toast-success {
|
|
@@ -140,7 +139,7 @@
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
/**
|
|
143
|
-
*
|
|
142
|
+
* Info
|
|
144
143
|
*/
|
|
145
144
|
|
|
146
145
|
.toast-info {
|
|
@@ -185,6 +184,7 @@
|
|
|
185
184
|
background: none;
|
|
186
185
|
border: 1px solid transparent;
|
|
187
186
|
border-radius: 4px;
|
|
187
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
/**
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
* Toolbar
|
|
3
3
|
*
|
|
4
4
|
* Index
|
|
5
|
-
* -
|
|
6
|
-
* -
|
|
7
|
-
* -
|
|
8
|
-
* -
|
|
9
|
-
*
|
|
5
|
+
* - Container
|
|
6
|
+
* - Content
|
|
7
|
+
* - Buttons
|
|
8
|
+
* - Colors
|
|
10
9
|
*/
|
|
11
10
|
|
|
12
11
|
:host {
|
|
@@ -20,7 +19,7 @@
|
|
|
20
19
|
border-bottom: 1px solid var(--border);
|
|
21
20
|
}
|
|
22
21
|
|
|
23
|
-
/*
|
|
22
|
+
/* CONTAINER
|
|
24
23
|
-------------------- */
|
|
25
24
|
|
|
26
25
|
.toolbar-container {
|
|
@@ -36,7 +35,7 @@
|
|
|
36
35
|
overflow: hidden;
|
|
37
36
|
}
|
|
38
37
|
|
|
39
|
-
/*
|
|
38
|
+
/* CONTENT
|
|
40
39
|
-------------------- */
|
|
41
40
|
|
|
42
41
|
.toolbar-content {
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
max-width: 100%;
|
|
46
45
|
}
|
|
47
46
|
|
|
48
|
-
/*
|
|
47
|
+
/* BUTTONS
|
|
49
48
|
-------------------- */
|
|
50
49
|
|
|
51
50
|
::slotted(road-button) {
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
font-weight: 400;
|
|
59
58
|
}
|
|
60
59
|
|
|
61
|
-
/*
|
|
60
|
+
/* COLORS
|
|
62
61
|
-------------------- */
|
|
63
62
|
|
|
64
63
|
:host(.toolbar-primary) {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
|
-
title: 'Navigation/Toolbar
|
|
4
|
+
title: 'Navigation/Toolbar',
|
|
5
5
|
component: 'road-toolbar',
|
|
6
|
+
subcomponents: {
|
|
7
|
+
RoadToolbarTitle: 'road-toolbar-title'
|
|
8
|
+
},
|
|
6
9
|
parameters: {
|
|
7
10
|
backgrounds: {
|
|
8
11
|
default: 'grey',
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
2
|
/**
|
|
3
3
|
* @slot - Text of the title.
|
|
4
4
|
*/
|
|
5
5
|
export class ToolbarTitle {
|
|
6
6
|
render() {
|
|
7
|
-
return (h(
|
|
8
|
-
h("
|
|
9
|
-
h("slot", null))));
|
|
7
|
+
return (h("div", { class: "toolbar-title" },
|
|
8
|
+
h("slot", null)));
|
|
10
9
|
}
|
|
11
10
|
static get is() { return "road-toolbar-title"; }
|
|
12
11
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,9 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Tooltip
|
|
3
|
+
*
|
|
4
|
+
* Index
|
|
5
|
+
* - Tooltip
|
|
6
|
+
* - Position
|
|
7
|
+
*/
|
|
8
|
+
|
|
1
9
|
/**
|
|
2
10
|
* @prop --max-width: The maximum width of the tooltip.
|
|
3
11
|
* @prop --z-index: The z-index of the tooltip.
|
|
4
12
|
* @prop --width: width of the tooltip.
|
|
5
13
|
*/
|
|
6
14
|
|
|
15
|
+
/* TOOLTIP
|
|
16
|
+
-------------------- */
|
|
17
|
+
|
|
7
18
|
:host {
|
|
8
19
|
--max-width: 16rem;
|
|
9
20
|
--z-index: 1;
|
|
@@ -39,11 +50,11 @@
|
|
|
39
50
|
opacity: 1;
|
|
40
51
|
}
|
|
41
52
|
|
|
42
|
-
/*
|
|
53
|
+
/* POSITION
|
|
43
54
|
-------------------- */
|
|
44
55
|
|
|
45
56
|
/**
|
|
46
|
-
* Top
|
|
57
|
+
* Top
|
|
47
58
|
*/
|
|
48
59
|
|
|
49
60
|
:host([data-tooltip-position="top"]) .tooltip {
|
|
@@ -57,7 +68,7 @@
|
|
|
57
68
|
}
|
|
58
69
|
|
|
59
70
|
/**
|
|
60
|
-
* Left
|
|
71
|
+
* Left
|
|
61
72
|
*/
|
|
62
73
|
|
|
63
74
|
:host([data-tooltip-position="left"]) .tooltip {
|
|
@@ -72,7 +83,7 @@
|
|
|
72
83
|
}
|
|
73
84
|
|
|
74
85
|
/**
|
|
75
|
-
* Bottom
|
|
86
|
+
* Bottom
|
|
76
87
|
*/
|
|
77
88
|
|
|
78
89
|
:host([data-tooltip-position="bottom"]) .tooltip {
|
|
@@ -87,7 +98,7 @@
|
|
|
87
98
|
}
|
|
88
99
|
|
|
89
100
|
/**
|
|
90
|
-
* Right
|
|
101
|
+
* Right
|
|
91
102
|
*/
|
|
92
103
|
|
|
93
104
|
:host([data-tooltip-position="right"]) .tooltip {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Client Patch Esm v2.
|
|
2
|
+
Stencil Client Patch Esm v2.11.0 | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
var __assign=function(){return (__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector="";};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r);}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE;}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return "\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@";function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return {start:s,end:s+n[0].length}}return null}var VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return {start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t);}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else {if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s);}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value;}));}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0);})),!t)return "break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return [];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t});})),t++;})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o});}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.substr(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement;}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors);})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return ":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return {original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return !1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t));}));}function reScope(e,t){var r=e.template.map((function(r){return "string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\."+t,"."+r)}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t);}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t);})).observe(document.head,{childList:!0});}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove();}})).catch((function(e){console.error(e);}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1;}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}));}));})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal();}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal();},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t=s.scopeId+"-"+this.count,o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e);},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n);}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes);},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document));}("undefined"!=typeof window&&window);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Client Patch Browser v2.
|
|
2
|
+
Stencil Client Patch Browser v2.11.0 | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
(function(){
|
|
5
5
|
var aa=new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));function g(a){var b=aa.has(a);a=/^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(a);return !b&&a}function l(a){var b=a.isConnected;if(void 0!==b)return b;for(;a&&!(a.__CE_isImportDocument||a instanceof Document);)a=a.parentNode||(window.ShadowRoot&&a instanceof ShadowRoot?a.host:void 0);return !(!a||!(a.__CE_isImportDocument||a instanceof Document))}
|
|
@@ -416,7 +416,6 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
416
416
|
// Workaround for Safari, moving the <input> caret when re-assigning the same valued
|
|
417
417
|
if (memberName === 'list') {
|
|
418
418
|
isProp = false;
|
|
419
|
-
// tslint:disable-next-line: triple-equals
|
|
420
419
|
}
|
|
421
420
|
else if (oldValue == null || elm[memberName] != n) {
|
|
422
421
|
elm[memberName] = n;
|
|
@@ -1074,6 +1073,13 @@ const createEvent = (ref, name, flags) => {
|
|
|
1074
1073
|
},
|
|
1075
1074
|
};
|
|
1076
1075
|
};
|
|
1076
|
+
/**
|
|
1077
|
+
* Helper function to create & dispatch a custom Event on a provided target
|
|
1078
|
+
* @param elm the target of the Event
|
|
1079
|
+
* @param name the name to give the custom Event
|
|
1080
|
+
* @param opts options for configuring a custom Event
|
|
1081
|
+
* @returns the custom Event
|
|
1082
|
+
*/
|
|
1077
1083
|
const emitEvent = (elm, name, opts) => {
|
|
1078
1084
|
const ev = plt.ce(name, opts);
|
|
1079
1085
|
elm.dispatchEvent(ev);
|
|
@@ -1358,14 +1364,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1358
1364
|
prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
|
|
1359
1365
|
plt.jmp(() => {
|
|
1360
1366
|
const propName = attrNameToPropName.get(attrName);
|
|
1361
|
-
// In a
|
|
1367
|
+
// In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
|
|
1362
1368
|
// in the case where an attribute was set inline.
|
|
1363
1369
|
// ```html
|
|
1364
1370
|
// <my-component some-attribute="some-value"></my-component>
|
|
1365
1371
|
// ```
|
|
1366
1372
|
//
|
|
1367
|
-
// There is an edge case where a developer sets the attribute inline on a custom element and then
|
|
1368
|
-
// changes it before it has been upgraded as shown below:
|
|
1373
|
+
// There is an edge case where a developer sets the attribute inline on a custom element and then
|
|
1374
|
+
// programmatically changes it before it has been upgraded as shown below:
|
|
1369
1375
|
//
|
|
1370
1376
|
// ```html
|
|
1371
1377
|
// <!-- this component has _not_ been upgraded yet -->
|
|
@@ -1375,13 +1381,13 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1375
1381
|
// el = document.querySelector("#test");
|
|
1376
1382
|
// el.someAttribute = "another-value";
|
|
1377
1383
|
// // upgrade component
|
|
1378
|
-
//
|
|
1384
|
+
// customElements.define('my-component', MyComponent);
|
|
1379
1385
|
// </script>
|
|
1380
1386
|
// ```
|
|
1381
1387
|
// In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
|
|
1382
1388
|
// will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
|
|
1383
1389
|
// to the value that was set inline i.e. "some-value" from above example. When
|
|
1384
|
-
// the connectedCallback attempts to unshadow it will use "some-value" as the
|
|
1390
|
+
// the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
|
|
1385
1391
|
//
|
|
1386
1392
|
// The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
|
|
1387
1393
|
// by connectedCallback as this attributeChangedCallback will not fire.
|
|
@@ -1395,6 +1401,14 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1395
1401
|
newValue = this[propName];
|
|
1396
1402
|
delete this[propName];
|
|
1397
1403
|
}
|
|
1404
|
+
else if (prototype.hasOwnProperty(propName) &&
|
|
1405
|
+
typeof this[propName] === 'number' &&
|
|
1406
|
+
this[propName] == newValue) {
|
|
1407
|
+
// if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
|
|
1408
|
+
// APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
|
|
1409
|
+
// `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
|
|
1410
|
+
return;
|
|
1411
|
+
}
|
|
1398
1412
|
this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
|
|
1399
1413
|
});
|
|
1400
1414
|
};
|
|
@@ -1476,7 +1490,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
1476
1490
|
if (!styles.has(scopeId)) {
|
|
1477
1491
|
const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
|
|
1478
1492
|
if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {
|
|
1479
|
-
style = await import('./shadow-css-
|
|
1493
|
+
style = await import('./shadow-css-83bb1d14.js').then((m) => m.scopeCss(style, scopeId, false));
|
|
1480
1494
|
}
|
|
1481
1495
|
registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
|
|
1482
1496
|
endRegisterStyles();
|
|
@@ -1487,7 +1501,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
1487
1501
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
1488
1502
|
const schedule = () => scheduleUpdate(hostRef, true);
|
|
1489
1503
|
if (ancestorComponent && ancestorComponent['s-rc']) {
|
|
1490
|
-
// this is the
|
|
1504
|
+
// this is the initial load and this component it has an ancestor component
|
|
1491
1505
|
// but the ancestor component has NOT fired its will update lifecycle yet
|
|
1492
1506
|
// so let's just cool our jets and wait for the ancestor to continue first
|
|
1493
1507
|
// this will get fired off when the ancestor component
|
|
@@ -1605,77 +1619,79 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1605
1619
|
let isBootstrapping = true;
|
|
1606
1620
|
Object.assign(plt, options);
|
|
1607
1621
|
plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
|
|
1608
|
-
lazyBundles.map((lazyBundle) =>
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
cmpMeta.$flags$
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
{
|
|
1645
|
-
|
|
1622
|
+
lazyBundles.map((lazyBundle) => {
|
|
1623
|
+
lazyBundle[1].map((compactMeta) => {
|
|
1624
|
+
const cmpMeta = {
|
|
1625
|
+
$flags$: compactMeta[0],
|
|
1626
|
+
$tagName$: compactMeta[1],
|
|
1627
|
+
$members$: compactMeta[2],
|
|
1628
|
+
$listeners$: compactMeta[3],
|
|
1629
|
+
};
|
|
1630
|
+
{
|
|
1631
|
+
cmpMeta.$members$ = compactMeta[2];
|
|
1632
|
+
}
|
|
1633
|
+
{
|
|
1634
|
+
cmpMeta.$listeners$ = compactMeta[3];
|
|
1635
|
+
}
|
|
1636
|
+
{
|
|
1637
|
+
cmpMeta.$attrsToReflect$ = [];
|
|
1638
|
+
}
|
|
1639
|
+
{
|
|
1640
|
+
cmpMeta.$watchers$ = {};
|
|
1641
|
+
}
|
|
1642
|
+
if (!supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
1643
|
+
cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;
|
|
1644
|
+
}
|
|
1645
|
+
const tagName = cmpMeta.$tagName$;
|
|
1646
|
+
const HostElement = class extends HTMLElement {
|
|
1647
|
+
// StencilLazyHost
|
|
1648
|
+
constructor(self) {
|
|
1649
|
+
// @ts-ignore
|
|
1650
|
+
super(self);
|
|
1651
|
+
self = this;
|
|
1652
|
+
registerHost(self, cmpMeta);
|
|
1653
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
1654
|
+
// this component is using shadow dom
|
|
1655
|
+
// and this browser supports shadow dom
|
|
1656
|
+
// add the read-only property "shadowRoot" to the host element
|
|
1657
|
+
// adding the shadow root build conditionals to minimize runtime
|
|
1658
|
+
if (supportsShadow) {
|
|
1659
|
+
{
|
|
1660
|
+
self.attachShadow({ mode: 'open' });
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
else if (!('shadowRoot' in self)) {
|
|
1664
|
+
self.shadowRoot = self;
|
|
1646
1665
|
}
|
|
1647
|
-
}
|
|
1648
|
-
else if (!('shadowRoot' in self)) {
|
|
1649
|
-
self.shadowRoot = self;
|
|
1650
1666
|
}
|
|
1651
1667
|
}
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1668
|
+
connectedCallback() {
|
|
1669
|
+
if (appLoadFallback) {
|
|
1670
|
+
clearTimeout(appLoadFallback);
|
|
1671
|
+
appLoadFallback = null;
|
|
1672
|
+
}
|
|
1673
|
+
if (isBootstrapping) {
|
|
1674
|
+
// connectedCallback will be processed once all components have been registered
|
|
1675
|
+
deferredConnectedCallbacks.push(this);
|
|
1676
|
+
}
|
|
1677
|
+
else {
|
|
1678
|
+
plt.jmp(() => connectedCallback(this));
|
|
1679
|
+
}
|
|
1657
1680
|
}
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
deferredConnectedCallbacks.push(this);
|
|
1681
|
+
disconnectedCallback() {
|
|
1682
|
+
plt.jmp(() => disconnectedCallback(this));
|
|
1661
1683
|
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1684
|
+
componentOnReady() {
|
|
1685
|
+
return getHostRef(this).$onReadyPromise$;
|
|
1664
1686
|
}
|
|
1687
|
+
};
|
|
1688
|
+
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
|
1689
|
+
if (!exclude.includes(tagName) && !customElements.get(tagName)) {
|
|
1690
|
+
cmpTags.push(tagName);
|
|
1691
|
+
customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
|
|
1665
1692
|
}
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
}
|
|
1669
|
-
componentOnReady() {
|
|
1670
|
-
return getHostRef(this).$onReadyPromise$;
|
|
1671
|
-
}
|
|
1672
|
-
};
|
|
1673
|
-
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
|
1674
|
-
if (!exclude.includes(tagName) && !customElements.get(tagName)) {
|
|
1675
|
-
cmpTags.push(tagName);
|
|
1676
|
-
customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */));
|
|
1677
|
-
}
|
|
1678
|
-
}));
|
|
1693
|
+
});
|
|
1694
|
+
});
|
|
1679
1695
|
{
|
|
1680
1696
|
visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
|
|
1681
1697
|
visibilityStyle.setAttribute('data-styles', '');
|
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as addIcons } from './utils-
|
|
2
|
-
import './index-
|
|
1
|
+
export { a as addIcons } from './utils-23aa19c1.js';
|
|
2
|
+
import './index-4e5ea092.js';
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { C as CSS, p as plt, w as win, a as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
import './app-
|
|
1
|
+
import { C as CSS, p as plt, w as win, a as promiseResolve, b as bootstrapLazy } from './index-4e5ea092.js';
|
|
2
|
+
import './app-6a43d362.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Esm v2.
|
|
5
|
+
Stencil Client Patch Esm v2.11.0 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
const patchEsm = () => {
|
|
8
8
|
// NOTE!! This fn cannot use async/await!
|
|
9
9
|
// @ts-ignore
|
|
10
10
|
if (!(CSS && CSS.supports && CSS.supports('color', 'var(--c)'))) {
|
|
11
11
|
// @ts-ignore
|
|
12
|
-
return import(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-
|
|
12
|
+
return import(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-aea0f6cc.js').then(() => {
|
|
13
13
|
if ((plt.$cssShim$ = win.__cssshim)) {
|
|
14
14
|
return plt.$cssShim$.i();
|
|
15
15
|
}
|
|
@@ -25,7 +25,7 @@ const patchEsm = () => {
|
|
|
25
25
|
const defineCustomElements = (win, options) => {
|
|
26
26
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
27
27
|
return patchEsm().then(() => {
|
|
28
|
-
return bootstrapLazy([["road-badge_11",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"
|
|
28
|
+
return bootstrapLazy([["road-badge_11",[[33,"road-drawer",{"isOpen":[1028,"is-open"],"position":[1],"drawerWidth":[2,"drawer-width"],"hasInverseHeader":[4,"has-inverse-header"],"hasBackIcon":[4,"has-back-icon"],"backText":[1,"back-text"],"drawerTitle":[1,"drawer-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64],"back":[64]},[[4,"keyup","onEscape"]]],[1,"road-item",{"button":[4],"detail":[4],"active":[4],"detailIcon":[1,"detail-icon"],"disabled":[4],"download":[1],"href":[1],"rel":[1],"lines":[1],"target":[1],"type":[1],"multipleInputs":[32]}],[1,"road-badge",{"color":[1],"bubble":[4]}],[1,"road-col"],[1,"road-grid"],[1,"road-label"],[1,"road-list",{"lines":[1]}],[1,"road-row"],[1,"road-toolbar",{"color":[1]}],[1,"road-button",{"color":[1],"size":[513],"buttonType":[1,"button-type"],"disabled":[516],"expand":[516],"download":[1],"href":[1],"rel":[1],"target":[1],"outline":[4]}],[1,"road-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"ariaHidden":[513,"aria-hidden"],"name":[1],"src":[1],"icon":[8],"size":[1],"rotate":[1],"lazy":[4],"sanitize":[4],"svgContent":[32],"isVisible":[32]}]]],["road-counter",[[2,"road-counter",{"inputId":[1,"input-id"],"min":[1],"max":[1],"step":[1],"value":[2],"size":[1]}]]],["road-plate-number",[[2,"road-plate-number",{"country":[1],"placeholder":[1],"value":[1032],"motorbike":[4]}]]],["road-accordion",[[1,"road-accordion",{"isOpen":[1028,"is-open"]}]]],["road-carousel",[[4,"road-carousel",{"options":[8],"pager":[4],"arrows":[4],"update":[64],"updateAutoHeight":[64],"slideTo":[64],"slideNext":[64],"slidePrev":[64],"getActiveIndex":[64],"getPreviousIndex":[64],"length":[64],"isEnd":[64],"isBeginning":[64],"startAutoplay":[64],"stopAutoplay":[64],"lockSwipeToNext":[64],"lockSwipeToPrev":[64],"lockSwipes":[64],"getSwiper":[64]}]]],["road-chip",[[1,"road-chip",{"color":[1],"outline":[4],"size":[1],"hasCloseIcon":[4,"has-close-icon"]}]]],["road-collapse",[[1,"road-collapse",{"isOpen":[1028,"is-open"],"showMore":[1,"show-more"],"showLess":[1,"show-less"],"centered":[4]}]]],["road-dialog",[[1,"road-dialog",{"isOpen":[1028,"is-open"],"hasCloseIcon":[4,"has-close-icon"],"color":[1],"icon":[1],"label":[1],"description":[1],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-modal",[[1,"road-modal",{"maxWidth":[2,"max-width"],"isOpen":[1028,"is-open"],"hasInverseHeader":[4,"has-inverse-header"],"modalTitle":[1,"modal-title"],"hasCloseIcon":[4,"has-close-icon"],"open":[64],"close":[64]},[[4,"keyup","onEscape"]]]]],["road-rating",[[1,"road-rating",{"rate":[2],"reviews":[2],"reviewsText":[1,"reviews-text"]}]]],["road-toast",[[1,"road-toast",{"isOpen":[1028,"is-open"],"color":[1],"label":[1],"timeout":[2],"position":[1],"open":[64],"close":[64]}]]],["road-alert",[[1,"road-alert",{"color":[1]}]]],["road-autocomplete",[[6,"road-autocomplete",{"options":[16],"visible":[32]},[[0,"roadFocus","handleFocus"],[4,"click","onClickOutside"]]]]],["road-avatar",[[1,"road-avatar"]]],["road-card",[[1,"road-card",{"button":[4],"value":[1],"type":[1],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["road-carousel-item",[[4,"road-carousel-item"]]],["road-checkbox",[[6,"road-checkbox",{"checkboxId":[1,"checkbox-id"],"name":[1],"required":[4],"checked":[1028],"disabled":[4],"value":[1],"label":[1],"inverse":[4],"error":[1]}]]],["road-dropdown",[[1,"road-dropdown",{"isOpen":[1028,"is-open"]}]]],["road-flap",[[1,"road-flap",{"color":[1]}]]],["road-img",[[1,"road-img",{"alt":[1],"src":[1],"loadSrc":[32],"loadError":[32]}]]],["road-navbar",[[1,"road-navbar",{"selectedTab":[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"]]]]],["road-navbar-item",[[1,"road-navbar-item",{"disabled":[4],"download":[1],"href":[1],"rel":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadNavbarChanged","onNavbarChanged"]]]]],["road-progress",[[1,"road-progress",{"value":[2],"color":[1]}]]],["road-radio",[[2,"road-radio",{"radioId":[1,"radio-id"],"name":[1],"required":[4],"disabled":[4],"value":[8],"label":[1],"inverse":[4],"error":[4],"inline":[4],"checked":[32]},[[8,"roadChange","onRoadChangedChanged"]]]]],["road-radio-group",[[6,"road-radio-group",{"radioGroupId":[1,"radio-group-id"],"allowEmptySelection":[4,"allow-empty-selection"],"name":[1],"value":[1032],"label":[1],"asterisk":[4],"ariaLabel":[513,"aria-label"],"error":[1025]}]]],["road-range",[[2,"road-range",{"rangeId":[1,"range-id"],"value":[1032],"min":[1],"max":[1],"step":[1],"showValue":[4,"show-value"]}]]],["road-select",[[2,"road-select",{"selectId":[1,"select-id"],"options":[16],"autofocus":[4],"disabled":[4],"name":[1],"required":[4],"size":[2],"label":[1],"error":[1],"value":[1032]}]]],["road-select-filter",[[6,"road-select-filter",{"options":[16],"parameters":[8],"onlySelect":[4,"only-select"],"isOpen":[32],"currentValue":[32]},[[0,"roadFocus","handleFocus"],[0,"roadChange","handleChange"],[4,"click","onClickOutside"]]]]],["road-skeleton",[[1,"road-skeleton"]]],["road-spinner",[[1,"road-spinner"]]],["road-switch",[[2,"road-switch",{"switchId":[1,"switch-id"],"name":[1],"checked":[1028],"disabled":[4],"label":[1],"color":[1],"hasLeftLabel":[4,"has-left-label"],"isSpaced":[4,"is-spaced"],"value":[1],"on":[1],"off":[1]}]]],["road-tab",[[1,"road-tab",{"active":[1028],"tab":[1],"setActive":[64]}]]],["road-tab-bar",[[1,"road-tab-bar",{"expand":[4],"center":[4],"selectedTab":[1,"selected-tab"]}]]],["road-tab-button",[[1,"road-tab-button",{"download":[1],"href":[1],"rel":[1],"layout":[1],"selected":[1028],"tab":[1],"target":[1]},[[8,"roadTabBarChanged","onTabBarChanged"]]]]],["road-table",[[6,"road-table"]]],["road-tabs",[[1,"road-tabs",{"selectedTab":[32],"select":[64],"getTab":[64],"getSelected":[64]}]]],["road-text",[[1,"road-text",{"color":[1]}]]],["road-textarea",[[2,"road-textarea",{"textareaId":[1,"textarea-id"],"autocapitalize":[1],"autofocus":[4],"disabled":[4],"inputmode":[1],"enterkeyhint":[1],"maxlength":[2],"minlength":[2],"name":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"cols":[2],"rows":[2],"wrap":[1],"value":[1025],"label":[1],"error":[1]}]]],["road-toolbar-title",[[1,"road-toolbar-title"]]],["road-tooltip",[[1,"road-tooltip",{"tooltipId":[1,"tooltip-id"],"content":[1],"position":[1],"isOpen":[1028,"is-open"],"trigger":[1],"open":[64],"close":[64]}]]],["road-input",[[2,"road-input",{"inputId":[1,"input-id"],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"autofocus":[4],"disabled":[4],"enterkeyhint":[1],"inputmode":[1],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"spellcheck":[4],"step":[1],"size":[2],"type":[1],"value":[1032],"label":[1],"error":[1],"debounce":[2]}]]],["road-input-group",[[1,"road-input-group"]]]], options);
|
|
29
29
|
});
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-4e5ea092.js';
|
|
2
2
|
import { n as navigationChevron } from './index-1ea26b25.js';
|
|
3
3
|
import './polyfill-2b159e86.js';
|
|
4
4
|
|
|
5
|
-
const accordionCss = ":host{--accordion-header-border:1px;--chevron-color:var(--icon);--header-padding:1rem 0.5rem 1rem 1rem;--content-padding:1rem 0.5rem 0;--content-margin:0 1rem 1rem;display:block;margin-bottom:1rem}.accordion{font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-
|
|
5
|
+
const accordionCss = ":host{--accordion-header-border:1px;--chevron-color:var(--icon);--header-padding:1rem 0.5rem 1rem 1rem;--content-padding:1rem 0.5rem 0;--content-margin:0 1rem 1rem;--max-height:800px;display:block;margin-bottom:1rem}.accordion{max-height:4.25rem;overflow:hidden;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:0.25rem;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out}.accordion[open]{max-height:var(--max-height)}.accordion[open] .accordion-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion[open] .accordion-content{padding:var(--content-padding);margin:var(--content-margin)}.accordion-trigger{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:4rem;border:1px solid transparent;border-radius:0.25rem;outline:0;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger.focus-visible{border-color:var(--info)}.accordion-trigger:active{background:var(--background-second)}.accordion-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:var(--header-padding);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-arrow{margin-left:1rem;color:var(--icon-color);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-content{padding:0 0.5rem;margin:0 1rem;overflow:hidden;border-top:var(--accordion-header-border) solid var(--border)}";
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
let Accordion = class {
|
|
8
8
|
constructor(hostRef) {
|
|
9
9
|
registerInstance(this, hostRef);
|
|
10
10
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { r as registerInstance, h, H as Host } from './index-
|
|
1
|
+
import { r as registerInstance, h, H as Host } from './index-4e5ea092.js';
|
|
2
2
|
|
|
3
3
|
const alertCss = ":host{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding:0.5rem;font-family:var(--font, sans-serif);font-size:0.875rem;line-height:1.5;border:1px solid transparent;border-radius:0.25rem}.alert-icon{-ms-flex-negative:0;flex-shrink:0;width:2rem;height:2rem;margin-right:0.5rem}.alert-description{padding-top:0.375rem;margin:0}:host(.alert-info){color:var(--info);background:var(--info-background);border-color:var(--info)}:host(.alert-info) ::slotted(road-icon){color:var(--info)}:host(.alert-success){color:var(--success-text);background:var(--success-background);border-color:var(--success)}:host(.alert-success) ::slotted(road-icon){color:var(--success-text)}:host(.alert-warning){color:var(--warning-text);background:var(--warning-background);border-color:var(--warning)}:host(.alert-warning) ::slotted(road-icon){color:var(--warning)}:host(.alert-danger){color:var(--danger-text);background:var(--danger-background);border-color:var(--danger)}:host(.alert-danger) ::slotted(road-icon){color:var(--danger-text)}";
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
let Alert = class {
|
|
6
6
|
constructor(hostRef) {
|
|
7
7
|
registerInstance(this, hostRef);
|
|
8
8
|
/**
|