@roadtrip/components 2.23.0 → 2.24.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-dd3d5c6d.js → app-04553107.js} +1 -1
- package/dist/cjs/{css-shim-17741caa.js → css-shim-cf2d8057.js} +1 -1
- package/dist/cjs/{dom-500ce210.js → dom-ba87b185.js} +1 -1
- package/dist/cjs/{index-c72934e6.js → index-d47fa3c0.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 +1 -1
- package/dist/cjs/road-alert.cjs.entry.js +1 -1
- package/dist/cjs/road-autocomplete.cjs.entry.js +1 -1
- package/dist/cjs/road-avatar.cjs.entry.js +1 -1
- package/dist/cjs/road-badge_11.cjs.entry.js +4 -4
- package/dist/cjs/road-card.cjs.entry.js +1 -1
- 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 +1 -1
- package/dist/cjs/road-chip.cjs.entry.js +1 -1
- package/dist/cjs/road-collapse.cjs.entry.js +1 -1
- package/dist/cjs/road-counter.cjs.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/cjs/road-rating.cjs.entry.js +2 -2
- package/dist/cjs/road-select-filter.cjs.entry.js +3 -3
- package/dist/cjs/road-select.cjs.entry.js +1 -1
- package/dist/cjs/road-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/road-spinner.cjs.entry.js +1 -1
- package/dist/cjs/road-switch.cjs.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/cjs/road-toast.cjs.entry.js +1 -1
- package/dist/cjs/road-toolbar-title.cjs.entry.js +1 -1
- package/dist/cjs/road-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/roadtrip.cjs.js +5 -5
- package/dist/cjs/{shadow-css-d8ee70b1.js → shadow-css-7fb0b43f.js} +9 -10
- package/dist/cjs/{utils-6ec63290.js → utils-ade59127.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/accordion/accordion.css +4 -5
- package/dist/collection/components/alert/alert.css +10 -16
- package/dist/collection/components/autocomplete/autocomplete.css +0 -3
- package/dist/collection/components/avatar/avatar.css +18 -0
- package/dist/collection/components/badge/badge.css +9 -10
- package/dist/collection/components/button/button.css +28 -29
- package/dist/collection/components/card/card.css +12 -7
- package/dist/collection/components/carousel/carousel.css +22 -2
- 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 +4 -5
- package/dist/collection/components/collapse/collapse.css +0 -1
- package/dist/collection/components/counter/counter.css +0 -1
- package/dist/collection/components/dialog/dialog.css +14 -15
- package/dist/collection/components/drawer/drawer.dark.css +19 -23
- package/dist/collection/components/drawer/drawer.light.css +19 -23
- package/dist/collection/components/drawer/drawer.stories.js +4 -0
- 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 +50 -0
- package/dist/collection/components/icon/icon.css +12 -3
- package/dist/collection/components/img/img.css +2 -3
- package/dist/collection/components/input/input.css +4 -5
- package/dist/collection/components/input-group/input-group.css +1 -1
- package/dist/collection/components/item/item.css +13 -14
- package/dist/collection/components/label/label.css +5 -0
- package/dist/collection/components/list/list.css +5 -3
- package/dist/collection/components/modal/modal.css +10 -11
- package/dist/collection/components/navbar/navbar.js +2 -2
- 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 +29 -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 +4 -5
- package/dist/collection/components/radio-group/radio-group.css +22 -3
- package/dist/collection/components/range/range.css +1 -2
- package/dist/collection/components/rating/rating.css +19 -1
- package/dist/collection/components/select/select.css +4 -5
- package/dist/collection/components/select-filter/select-filter.css +0 -1
- package/dist/collection/components/select-filter/select-filter.js +2 -2
- package/dist/collection/components/select-filter/select-filter.stories.js +35 -1
- package/dist/collection/components/skeleton/skeleton.css +2 -3
- package/dist/collection/components/spinner/spinner.css +4 -5
- package/dist/collection/components/switch/switch.css +9 -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 +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/tabs/tabs.css +5 -0
- package/dist/collection/components/tabs/tabs.js +4 -4
- package/dist/collection/components/text/text.css +52 -1
- package/dist/collection/components/textarea/textarea.css +5 -6
- package/dist/collection/components/toast/toast.css +5 -6
- package/dist/collection/components/toolbar/toolbar.css +8 -9
- package/dist/collection/components/toolbar-title/toolbar-title.css +5 -0
- package/dist/collection/components/tooltip/tooltip.css +16 -5
- package/dist/esm/{app-292fcdfa.js → app-6a43d362.js} +1 -1
- package/dist/esm/{css-shim-09c9cbdc.js → css-shim-aea0f6cc.js} +1 -1
- package/dist/esm/{dom-db0073f0.js → dom-c7604576.js} +1 -1
- package/dist/esm/{index-ca0a4edb.js → index-4e5ea092.js} +81 -72
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +5 -5
- package/dist/esm/road-accordion.entry.js +1 -1
- package/dist/esm/road-alert.entry.js +1 -1
- package/dist/esm/road-autocomplete.entry.js +1 -1
- package/dist/esm/road-avatar.entry.js +1 -1
- package/dist/esm/road-badge_11.entry.js +4 -4
- package/dist/esm/road-card.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/road-chip.entry.js +1 -1
- package/dist/esm/road-collapse.entry.js +1 -1
- package/dist/esm/road-counter.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/esm/road-rating.entry.js +2 -2
- package/dist/esm/road-select-filter.entry.js +3 -3
- package/dist/esm/road-select.entry.js +1 -1
- package/dist/esm/road-skeleton.entry.js +1 -1
- package/dist/esm/road-spinner.entry.js +1 -1
- package/dist/esm/road-switch.entry.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/esm/road-toast.entry.js +1 -1
- package/dist/esm/road-toolbar-title.entry.js +1 -1
- package/dist/esm/road-tooltip.entry.js +1 -1
- package/dist/esm/roadtrip.js +5 -5
- package/dist/esm/{shadow-css-c1fdfa9f.js → shadow-css-83bb1d14.js} +9 -10
- package/dist/esm/{utils-38991a7b.js → utils-23aa19c1.js} +1 -1
- package/dist/esm-es5/app-6a43d362.js +1 -0
- package/dist/esm-es5/{css-shim-09c9cbdc.js → css-shim-aea0f6cc.js} +0 -0
- package/dist/esm-es5/{dom-db0073f0.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 -1
- package/dist/esm-es5/road-select.entry.js +1 -1
- package/dist/esm-es5/road-skeleton.entry.js +1 -1
- package/dist/esm-es5/road-spinner.entry.js +1 -1
- package/dist/esm-es5/road-switch.entry.js +1 -1
- package/dist/esm-es5/road-tab-bar.entry.js +1 -1
- package/dist/esm-es5/road-tab-button.entry.js +1 -1
- package/dist/esm-es5/road-tab.entry.js +1 -1
- package/dist/esm-es5/road-table.entry.js +1 -1
- package/dist/esm-es5/road-tabs.entry.js +1 -1
- package/dist/esm-es5/road-text.entry.js +1 -1
- package/dist/esm-es5/road-textarea.entry.js +1 -1
- package/dist/esm-es5/road-toast.entry.js +1 -1
- package/dist/esm-es5/road-toolbar-title.entry.js +1 -1
- package/dist/esm-es5/road-tooltip.entry.js +1 -1
- package/dist/esm-es5/roadtrip.js +1 -1
- package/dist/esm-es5/shadow-css-83bb1d14.js +12 -0
- package/dist/esm-es5/{utils-38991a7b.js → utils-23aa19c1.js} +1 -1
- package/dist/html.html-data.json +23 -0
- package/dist/roadtrip/index.esm.js +1 -1
- package/dist/roadtrip/{p-f90c7a6e.entry.js → p-0205d149.entry.js} +1 -1
- package/dist/roadtrip/{p-2087071d.system.entry.js → p-0245b436.system.entry.js} +1 -1
- package/dist/roadtrip/{p-db7b669e.system.js → p-05373846.system.js} +1 -1
- package/dist/roadtrip/{p-e1ecf3e2.entry.js → p-06049c44.entry.js} +1 -1
- package/dist/roadtrip/{p-fcd6d9ee.system.entry.js → p-0626f8a2.system.entry.js} +1 -1
- package/dist/roadtrip/{p-4db46d4e.system.entry.js → p-085aad0a.system.entry.js} +1 -1
- package/dist/roadtrip/{p-2a02e7ca.system.entry.js → p-0de3a4c8.system.entry.js} +1 -1
- package/dist/roadtrip/{p-0599269b.system.entry.js → p-10cc8504.system.entry.js} +1 -1
- package/dist/roadtrip/{p-f38a8df4.js → p-112e8d3f.js} +0 -0
- package/dist/roadtrip/{p-634bb469.system.entry.js → p-13b46f63.system.entry.js} +1 -1
- package/dist/roadtrip/{p-ea858ec9.system.entry.js → p-16bce6f9.system.entry.js} +1 -1
- package/dist/roadtrip/{p-92a913e8.entry.js → p-17ed8237.entry.js} +1 -1
- package/dist/roadtrip/{p-39f45672.entry.js → p-1d83535a.entry.js} +1 -1
- package/dist/roadtrip/p-2965ce57.entry.js +1 -0
- package/dist/roadtrip/{p-c2373cf9.system.js → p-2b0d3888.system.js} +1 -1
- package/dist/roadtrip/{p-5f4c4992.system.entry.js → p-2cf6206e.system.entry.js} +1 -1
- 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-ff0c3182.system.entry.js → p-388a7f61.system.entry.js} +1 -1
- package/dist/roadtrip/{p-5b2de675.entry.js → p-39dd9c7f.entry.js} +1 -1
- package/dist/roadtrip/{p-d1d86108.system.entry.js → p-3c7147c6.system.entry.js} +1 -1
- package/dist/roadtrip/p-3d2cf159.entry.js +1 -0
- package/dist/roadtrip/{p-f63b910b.entry.js → p-3e56faf1.entry.js} +1 -1
- package/dist/roadtrip/{p-ce6bd79c.entry.js → p-404509c1.entry.js} +1 -1
- package/dist/roadtrip/{p-86d407db.system.entry.js → p-41aa7a41.system.entry.js} +1 -1
- package/dist/roadtrip/p-443dae1f.system.entry.js +1 -0
- package/dist/roadtrip/p-45b87537.system.entry.js +1 -0
- package/dist/roadtrip/{p-4ef32250.system.entry.js → p-464814f7.system.entry.js} +1 -1
- package/dist/roadtrip/{p-a51ceef7.system.entry.js → p-48a0df03.system.entry.js} +1 -1
- package/dist/roadtrip/{p-4972df5f.system.entry.js → p-55c19c46.system.entry.js} +1 -1
- package/dist/roadtrip/{p-b32c5fc9.entry.js → p-57e9b50d.entry.js} +1 -1
- package/dist/roadtrip/{p-b0d85186.system.entry.js → p-5cfcbccd.system.entry.js} +1 -1
- package/dist/roadtrip/p-5f62ac72.system.entry.js +1 -0
- package/dist/roadtrip/p-628f5836.system.entry.js +1 -0
- package/dist/roadtrip/{p-b743a929.system.entry.js → p-6688d8f8.system.entry.js} +1 -1
- package/dist/roadtrip/{p-c257e55b.system.entry.js → p-674922e2.system.entry.js} +1 -1
- package/dist/roadtrip/{p-07a0be0c.system.entry.js → p-694eee8e.system.entry.js} +1 -1
- package/dist/roadtrip/{p-09c241ad.entry.js → p-70d0fb28.entry.js} +1 -1
- package/dist/roadtrip/{p-3a2bd53d.system.entry.js → p-726b0209.system.entry.js} +1 -1
- package/dist/roadtrip/{p-e956996a.system.js → p-72b3db6d.system.js} +0 -0
- package/dist/roadtrip/{p-741d9d7d.system.entry.js → p-78143a79.system.entry.js} +1 -1
- package/dist/roadtrip/{p-e0990af2.system.entry.js → p-790067ad.system.entry.js} +1 -1
- package/dist/roadtrip/{p-3919001a.entry.js → p-79a745a7.entry.js} +1 -1
- package/dist/roadtrip/{p-45589dc8.entry.js → p-8374797d.entry.js} +1 -1
- package/dist/roadtrip/{p-e10e3018.system.entry.js → p-84578822.system.entry.js} +1 -1
- package/dist/roadtrip/{p-d266b343.system.js → p-8649dccc.system.js} +0 -0
- package/dist/roadtrip/{p-7e6d339b.entry.js → p-89fb8799.entry.js} +1 -1
- package/dist/roadtrip/{p-57a5b6ee.js → p-8cb74e64.js} +1 -1
- package/dist/roadtrip/{p-48e5ee18.system.entry.js → p-8fc0f477.system.entry.js} +1 -1
- package/dist/roadtrip/{p-33c4dca7.entry.js → p-9233dfbe.entry.js} +1 -1
- package/dist/roadtrip/{p-907af5c4.entry.js → p-923c9893.entry.js} +1 -1
- package/dist/roadtrip/{p-93468129.entry.js → p-96f5d0f6.entry.js} +1 -1
- package/dist/roadtrip/{p-1327abae.entry.js → p-9846103f.entry.js} +1 -1
- package/dist/roadtrip/{p-d8c05f0b.system.entry.js → p-9b04e0cb.system.entry.js} +1 -1
- package/dist/roadtrip/{p-3af119c3.entry.js → p-9bbeb646.entry.js} +1 -1
- package/dist/roadtrip/p-9d3921a8.system.js +1 -0
- package/dist/roadtrip/{p-e4f0bdc9.entry.js → p-a082797b.entry.js} +1 -1
- package/dist/roadtrip/{p-1df09c8b.system.entry.js → p-a0cbd965.system.entry.js} +1 -1
- package/dist/roadtrip/{p-5e0abf8a.system.entry.js → p-a1f59f11.system.entry.js} +1 -1
- package/dist/roadtrip/{p-8934d5fc.entry.js → p-a671df87.entry.js} +1 -1
- package/dist/roadtrip/{p-71cd56c1.entry.js → p-a6827ec2.entry.js} +1 -1
- package/dist/roadtrip/{p-ccdb9902.system.entry.js → p-aa63d5e9.system.entry.js} +1 -1
- package/dist/roadtrip/{p-1879601d.entry.js → p-acc76968.entry.js} +1 -1
- package/dist/roadtrip/{p-5457d69f.entry.js → p-ad3b839e.entry.js} +1 -1
- package/dist/roadtrip/{p-9e2990f1.js → p-ad4a83f1.js} +0 -0
- package/dist/roadtrip/{p-c8a2384d.system.entry.js → p-af6faf9b.system.entry.js} +1 -1
- package/dist/roadtrip/{p-4ed66188.entry.js → p-b0c6bcbf.entry.js} +1 -1
- package/dist/roadtrip/{p-52b55f44.system.entry.js → p-b1a05290.system.entry.js} +1 -1
- package/dist/roadtrip/{p-ba19e220.system.entry.js → p-b6ea7ba9.system.entry.js} +1 -1
- package/dist/roadtrip/p-b862fe1a.system.js +1 -0
- package/dist/roadtrip/{p-7e528855.entry.js → p-be0b7289.entry.js} +1 -1
- package/dist/roadtrip/{p-bb3dd068.system.entry.js → p-bf18c600.system.entry.js} +1 -1
- package/dist/roadtrip/p-c6b70e6f.js +1 -0
- package/dist/roadtrip/p-c7895d95.system.js +13 -0
- package/dist/roadtrip/{p-c68c4c08.entry.js → p-c9b37cd7.entry.js} +1 -1
- package/dist/roadtrip/{p-5f20bd78.entry.js → p-cb2bebde.entry.js} +1 -1
- package/dist/roadtrip/p-cd0efcac.system.entry.js +1 -0
- package/dist/roadtrip/{p-438be30d.system.entry.js → p-cedaf396.system.entry.js} +1 -1
- package/dist/roadtrip/p-d11931f0.js +1 -0
- package/dist/roadtrip/{p-f92085f7.entry.js → p-d39f805b.entry.js} +1 -1
- package/dist/roadtrip/{p-4e11546d.system.entry.js → p-d3e3af9e.system.entry.js} +1 -1
- package/dist/roadtrip/p-d3f0016e.entry.js +1 -0
- package/dist/roadtrip/{p-f470f97c.entry.js → p-dad9d770.entry.js} +1 -1
- package/dist/roadtrip/p-dd6c27c5.entry.js +1 -0
- package/dist/roadtrip/{p-b3da87d9.entry.js → p-ded9cf97.entry.js} +1 -1
- package/dist/roadtrip/{p-355be3ad.system.entry.js → p-e5eda362.system.entry.js} +1 -1
- package/dist/roadtrip/{p-5d801a6d.entry.js → p-eadfbbbb.entry.js} +1 -1
- package/dist/roadtrip/{p-770605d6.entry.js → p-f10872aa.entry.js} +1 -1
- package/dist/roadtrip/{p-dbe915df.system.entry.js → p-f62ebe3f.system.entry.js} +1 -1
- package/dist/roadtrip/{p-fb2e1da0.entry.js → p-f6d6d227.entry.js} +1 -1
- package/dist/roadtrip/{p-114c8027.entry.js → p-f7547337.entry.js} +1 -1
- package/dist/roadtrip/{p-accf62b5.entry.js → p-f80248b1.entry.js} +1 -1
- package/dist/roadtrip/{p-9e689ce3.system.entry.js → p-f907849c.system.entry.js} +1 -1
- package/dist/roadtrip/p-fa509d52.entry.js +1 -0
- package/dist/roadtrip/{p-a4f564ff.entry.js → p-fe45a922.entry.js} +1 -1
- package/dist/roadtrip/{p-f10ecc10.entry.js → p-ffacdd19.entry.js} +1 -1
- package/dist/roadtrip/{p-ce911622.system.entry.js → p-ffd2a5c1.system.entry.js} +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/roadtrip.js +1 -1
- 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.d.ts +29 -0
- package/package.json +2 -2
- 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-07e0e430.js +0 -1
- package/dist/roadtrip/p-08b5f69e.entry.js +0 -1
- package/dist/roadtrip/p-28d034bb.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-7a3cc989.js +0 -1
- package/dist/roadtrip/p-858200a0.system.entry.js +0 -1
- package/dist/roadtrip/p-870401c7.system.js +0 -1
- package/dist/roadtrip/p-90069a64.entry.js +0 -1
- package/dist/roadtrip/p-9b7fa180.system.js +0 -1
- package/dist/roadtrip/p-a6bf7d9a.entry.js +0 -1
- package/dist/roadtrip/p-b6750852.entry.js +0 -1
- package/dist/roadtrip/p-bd3cee80.system.js +0 -1
- package/dist/roadtrip/p-f4d979bb.system.js +0 -13
- package/dist/roadtrip/p-f566887e.js +0 -12
|
@@ -19,7 +19,7 @@ export class SelectFilter {
|
|
|
19
19
|
this.isOpen = false;
|
|
20
20
|
this.roadSelected.emit({
|
|
21
21
|
value: value.toString(),
|
|
22
|
-
label: label
|
|
22
|
+
label: label,
|
|
23
23
|
});
|
|
24
24
|
};
|
|
25
25
|
}
|
|
@@ -41,7 +41,7 @@ export class SelectFilter {
|
|
|
41
41
|
return (h(Host, null,
|
|
42
42
|
h("slot", null),
|
|
43
43
|
this.isOpen &&
|
|
44
|
-
h("ul", { class: "select-filter-list", role: "listbox" }, this.options && this.options.filter(element => element.label.toLowerCase().indexOf(this.currentValue) > -1).map(option => (h("li", { class: "select-filter-item", role: "option", onClick: () => this.onClick(option.value, option.label)
|
|
44
|
+
h("ul", { class: "select-filter-list", role: "listbox" }, this.options && this.options.filter(element => element.label.replace(/(<([^>]+)>)/gi, "").toLowerCase().indexOf(this.currentValue) > -1).map(option => (h("li", { class: "select-filter-item", role: "option", onClick: () => this.onClick(option.value, option.label.replace(/(<([^>]+)>)/gi, "")), innerHTML: option.label }))))));
|
|
45
45
|
}
|
|
46
46
|
static get is() { return "road-select-filter"; }
|
|
47
47
|
static get encapsulation() { return "scoped"; }
|
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
component: 'road-select-filter',
|
|
6
6
|
parameters: {
|
|
7
7
|
actions: {
|
|
8
|
-
handles: [
|
|
8
|
+
handles: ['roadBlur', 'roadFocus'],
|
|
9
9
|
},
|
|
10
10
|
},
|
|
11
11
|
};
|
|
@@ -29,6 +29,9 @@ export const Playground = (args) => {
|
|
|
29
29
|
</label>
|
|
30
30
|
</road-input-group>
|
|
31
31
|
</road-select-filter>
|
|
32
|
+
|
|
33
|
+
<!-- br are here only until we find how to add a margin only for Storybook docs block, do not copy them -->
|
|
34
|
+
<br><br><br><br><br><br><br><br><br><br><br><br><br>
|
|
32
35
|
`;
|
|
33
36
|
};
|
|
34
37
|
Playground.argTypes = {
|
|
@@ -102,3 +105,34 @@ export const Error = () => {
|
|
|
102
105
|
</road-select-filter>
|
|
103
106
|
`;
|
|
104
107
|
};
|
|
108
|
+
|
|
109
|
+
export const withHTML = () => {
|
|
110
|
+
const options = [
|
|
111
|
+
{
|
|
112
|
+
"value": 31,
|
|
113
|
+
"label": "<b>Original equipment electronics</b> > Cleaning Injection",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"value": 4,
|
|
117
|
+
"label": "<b>Exhaust / Pollution</b> > Replacement EGR",
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"value": 14,
|
|
121
|
+
"label": "<b>Drain and filter</b> > Oil filter + fuel filter",
|
|
122
|
+
}
|
|
123
|
+
];
|
|
124
|
+
|
|
125
|
+
return html`
|
|
126
|
+
<road-select-filter .options=${options}>
|
|
127
|
+
<road-input-group>
|
|
128
|
+
<road-input input-id="controls" label="Controls" class="mb-0"></road-input>
|
|
129
|
+
<label slot="append" for="brand">
|
|
130
|
+
<road-icon name="arrow-drop" focusable="false"></road-icon>
|
|
131
|
+
</label>
|
|
132
|
+
</road-input-group>
|
|
133
|
+
</road-select-filter>
|
|
134
|
+
|
|
135
|
+
<!-- br are here only until we find how to add a margin only for Storybook docs block, do not copy them -->
|
|
136
|
+
<br><br><br><br><br><br><br><br><br><br><br><br><br>
|
|
137
|
+
`;
|
|
138
|
+
};
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Index
|
|
5
5
|
* - Skeleton
|
|
6
|
-
* -
|
|
7
|
-
*
|
|
6
|
+
* - Animation
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
animation: road-skeleton-animation 1s linear infinite;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
|
-
/*
|
|
23
|
+
/* ANIMATION
|
|
25
24
|
-------------------- */
|
|
26
25
|
|
|
27
26
|
@keyframes road-skeleton-animation {
|
|
@@ -3,9 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Index
|
|
5
5
|
* - Spinner
|
|
6
|
-
* -
|
|
7
|
-
* -
|
|
8
|
-
*
|
|
6
|
+
* - Circle
|
|
7
|
+
* - Animation
|
|
9
8
|
*/
|
|
10
9
|
|
|
11
10
|
:host {
|
|
@@ -22,7 +21,7 @@
|
|
|
22
21
|
animation: road-rotate 2s linear infinite;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
/*
|
|
24
|
+
/* CIRCLE
|
|
26
25
|
-------------------- */
|
|
27
26
|
|
|
28
27
|
.spinner-circle {
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
stroke-linecap: round;
|
|
36
35
|
}
|
|
37
36
|
|
|
38
|
-
/*
|
|
37
|
+
/* ANIMATION
|
|
39
38
|
-------------------- */
|
|
40
39
|
|
|
41
40
|
@keyframes road-rotate {
|
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Index
|
|
9
9
|
* - Switch
|
|
10
|
-
* -
|
|
11
|
-
* -
|
|
12
|
-
* -
|
|
13
|
-
* -
|
|
14
|
-
*
|
|
10
|
+
* - Label
|
|
11
|
+
* - Lever
|
|
12
|
+
* - Feedback
|
|
13
|
+
* - Position
|
|
15
14
|
*/
|
|
16
15
|
|
|
17
16
|
/**
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
opacity: 0;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
|
-
/*
|
|
44
|
+
/* LABEL
|
|
46
45
|
-------------------- */
|
|
47
46
|
|
|
48
47
|
.form-switch-label {
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
53
52
|
}
|
|
54
53
|
|
|
55
|
-
/*
|
|
54
|
+
/* LEVER
|
|
56
55
|
-------------------- */
|
|
57
56
|
|
|
58
57
|
.form-switch-lever {
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
box-shadow: 0 0 0 0.125rem var(--white), 0 0 0 0.1875rem var(--secondary);
|
|
131
130
|
}
|
|
132
131
|
|
|
133
|
-
/*
|
|
132
|
+
/* FEEDBACK
|
|
134
133
|
-------------------- */
|
|
135
134
|
|
|
136
135
|
/**
|
|
@@ -146,7 +145,7 @@
|
|
|
146
145
|
}
|
|
147
146
|
|
|
148
147
|
/**
|
|
149
|
-
*
|
|
148
|
+
* Info
|
|
150
149
|
*/
|
|
151
150
|
|
|
152
151
|
.form-switch-input:checked ~ .form-switch-info .form-switch-lever {
|
|
@@ -193,7 +192,7 @@
|
|
|
193
192
|
color: var(--danger-contrast);
|
|
194
193
|
}
|
|
195
194
|
|
|
196
|
-
/*
|
|
195
|
+
/* POSITION
|
|
197
196
|
-------------------- */
|
|
198
197
|
|
|
199
198
|
.form-switch-right {
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
* Tab button
|
|
3
3
|
*
|
|
4
4
|
* Index
|
|
5
|
-
* -
|
|
6
|
-
* -
|
|
7
|
-
* -
|
|
8
|
-
* -
|
|
9
|
-
* -
|
|
5
|
+
* - Button
|
|
6
|
+
* - Native
|
|
7
|
+
* - Underline
|
|
8
|
+
* - Inner
|
|
9
|
+
* - Icon
|
|
10
|
+
* - Label
|
|
10
11
|
*
|
|
11
12
|
*/
|
|
12
13
|
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
*/
|
|
22
23
|
|
|
23
24
|
|
|
24
|
-
/*
|
|
25
|
+
/* BUTTON
|
|
25
26
|
-------------------- */
|
|
26
27
|
|
|
27
28
|
:host {
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
|
|
71
|
-
/*
|
|
72
|
+
/* NATIVE
|
|
72
73
|
-------------------- */
|
|
73
74
|
|
|
74
75
|
.button-native {
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
109
110
|
}
|
|
110
111
|
|
|
111
|
-
/*
|
|
112
|
+
/* UNDERLINE
|
|
112
113
|
-------------------- */
|
|
113
114
|
|
|
114
115
|
.button-native::after {
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
transform-origin: center;
|
|
126
127
|
}
|
|
127
128
|
|
|
128
|
-
/*
|
|
129
|
+
/* INNER
|
|
129
130
|
-------------------- */
|
|
130
131
|
|
|
131
132
|
.button-inner {
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
height: 100%;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
|
-
/*
|
|
143
|
+
/* ICON
|
|
143
144
|
-------------------- */
|
|
144
145
|
|
|
145
146
|
:host ::slotted(road-icon) {
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
flex-direction: column;
|
|
155
156
|
}
|
|
156
157
|
|
|
157
|
-
/*
|
|
158
|
+
/* LABEL
|
|
158
159
|
-------------------- */
|
|
159
160
|
|
|
160
161
|
:host(.tab-layout-icon-top) ::slotted(road-label) {
|
|
@@ -139,8 +139,8 @@ export class Tabs {
|
|
|
139
139
|
"signature": "(tab: string | HTMLRoadTabElement) => Promise<boolean>",
|
|
140
140
|
"parameters": [{
|
|
141
141
|
"tags": [{
|
|
142
|
-
"
|
|
143
|
-
"
|
|
142
|
+
"name": "param",
|
|
143
|
+
"text": "tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
|
|
144
144
|
}],
|
|
145
145
|
"text": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
|
|
146
146
|
}],
|
|
@@ -167,8 +167,8 @@ export class Tabs {
|
|
|
167
167
|
"signature": "(tab: string | HTMLRoadTabElement) => Promise<HTMLRoadTabElement | undefined>",
|
|
168
168
|
"parameters": [{
|
|
169
169
|
"tags": [{
|
|
170
|
-
"
|
|
171
|
-
"
|
|
170
|
+
"name": "param",
|
|
171
|
+
"text": "tab The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
|
|
172
172
|
}],
|
|
173
173
|
"text": "The tab instance to select. If passed a string, it should be the value of the tab's `tab` property."
|
|
174
174
|
}],
|
|
@@ -1,46 +1,97 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/*
|
|
2
|
+
* Text
|
|
3
|
+
*
|
|
4
|
+
* Index
|
|
5
|
+
* - Colors
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/* COLORS
|
|
2
9
|
-------------------- */
|
|
3
10
|
|
|
11
|
+
/**
|
|
12
|
+
* Primary
|
|
13
|
+
*/
|
|
14
|
+
|
|
4
15
|
:host(.text-primary) {
|
|
5
16
|
color: var(--primary);
|
|
6
17
|
}
|
|
7
18
|
|
|
19
|
+
/**
|
|
20
|
+
* Secondary
|
|
21
|
+
*/
|
|
22
|
+
|
|
8
23
|
:host(.text-secondary) {
|
|
9
24
|
color: var(--secondary);
|
|
10
25
|
}
|
|
11
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Accent
|
|
29
|
+
*/
|
|
30
|
+
|
|
12
31
|
:host(.text-accent) {
|
|
13
32
|
color: var(--accent);
|
|
14
33
|
}
|
|
15
34
|
|
|
35
|
+
/**
|
|
36
|
+
* Info
|
|
37
|
+
*/
|
|
38
|
+
|
|
16
39
|
:host(.text-info) {
|
|
17
40
|
color: var(--info);
|
|
18
41
|
}
|
|
19
42
|
|
|
43
|
+
/**
|
|
44
|
+
* Success
|
|
45
|
+
*/
|
|
46
|
+
|
|
20
47
|
:host(.text-success) {
|
|
21
48
|
color: var(--success);
|
|
22
49
|
}
|
|
23
50
|
|
|
51
|
+
/**
|
|
52
|
+
* Warning
|
|
53
|
+
*/
|
|
54
|
+
|
|
24
55
|
:host(.text-warning) {
|
|
25
56
|
color: var(--warning);
|
|
26
57
|
}
|
|
27
58
|
|
|
59
|
+
/**
|
|
60
|
+
* Danger
|
|
61
|
+
*/
|
|
62
|
+
|
|
28
63
|
:host(.text-danger) {
|
|
29
64
|
color: var(--danger);
|
|
30
65
|
}
|
|
31
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Default
|
|
69
|
+
*/
|
|
70
|
+
|
|
32
71
|
:host(.text-default) {
|
|
33
72
|
color: var(--text);
|
|
34
73
|
}
|
|
35
74
|
|
|
75
|
+
/**
|
|
76
|
+
* Default second
|
|
77
|
+
*/
|
|
78
|
+
|
|
36
79
|
:host(.text-default-second) {
|
|
37
80
|
color: var(--text-second);
|
|
38
81
|
}
|
|
39
82
|
|
|
83
|
+
/**
|
|
84
|
+
* Disabled
|
|
85
|
+
*/
|
|
86
|
+
|
|
40
87
|
:host(.text-disabled) {
|
|
41
88
|
color: var(--text-disabled);
|
|
42
89
|
}
|
|
43
90
|
|
|
91
|
+
/**
|
|
92
|
+
* White
|
|
93
|
+
*/
|
|
94
|
+
|
|
44
95
|
:host(.text-white) {
|
|
45
96
|
color: var(--white);
|
|
46
97
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
*
|
|
2
|
+
* Textarea
|
|
3
3
|
*
|
|
4
4
|
* Index
|
|
5
5
|
* - Input
|
|
6
6
|
* - Textarea
|
|
7
|
-
* -
|
|
8
|
-
* -
|
|
9
|
-
*
|
|
7
|
+
* - Label
|
|
8
|
+
* - Error
|
|
10
9
|
*/
|
|
11
10
|
|
|
12
11
|
|
|
@@ -96,7 +95,7 @@
|
|
|
96
95
|
}
|
|
97
96
|
|
|
98
97
|
|
|
99
|
-
/*
|
|
98
|
+
/* LABEL
|
|
100
99
|
-------------------- */
|
|
101
100
|
|
|
102
101
|
.form-label {
|
|
@@ -112,7 +111,7 @@
|
|
|
112
111
|
transform-origin: 0 0;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
|
-
/*
|
|
114
|
+
/* ERROR
|
|
116
115
|
-------------------- */
|
|
117
116
|
|
|
118
117
|
.invalid-feedback {
|
|
@@ -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
|
|
|
@@ -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 {
|
|
@@ -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,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))}
|