@pod-os/elements 0.0.1 → 0.0.2-c322656
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/{animation-bd89cfc5.js → animation-5840e4df.js} +1 -1
- package/dist/cjs/{app-globals-01ad6c72.js → app-globals-8793f3b5.js} +1 -1
- package/dist/cjs/{button-active-e6ddc8af.js → button-active-dc62e864.js} +3 -3
- package/dist/cjs/{cubic-bezier-24e309bf.js → cubic-bezier-dcb7bfef.js} +0 -0
- package/dist/cjs/elements.cjs.js +5 -5
- package/dist/cjs/{focus-visible-1583bc8e.js → focus-visible-16c98640.js} +0 -0
- package/dist/cjs/{framework-delegate-0a2d58a6.js → framework-delegate-c45292a3.js} +1 -1
- package/dist/cjs/{gesture-controller-e824cfb3.js → gesture-controller-fbbe9a65.js} +0 -0
- package/dist/cjs/{haptic-415dac5b.js → haptic-09e73337.js} +0 -0
- package/dist/cjs/{hardware-back-button-ca468aae.js → hardware-back-button-01027575.js} +0 -0
- package/dist/cjs/{helpers-ff618d5e.js → helpers-398ced09.js} +67 -0
- package/dist/cjs/{index-6bf2cd3d.js → index-0aae2825.js} +121 -79
- package/dist/cjs/{index-427d03fb.js → index-6bbae9b1.js} +0 -0
- package/dist/cjs/{index-5663f42c.js → index-b8164b0b.js} +4 -4
- package/dist/cjs/{index-5571e89c.js → index-d01d9183.js} +1 -1
- package/dist/cjs/{index-b29012b2.js → index-fdf96391.js} +4 -4
- package/dist/cjs/{input-shims-23510d35.js → input-shims-e959d9e2.js} +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +13 -13
- package/dist/cjs/ion-alert.cjs.entry.js +12 -12
- package/dist/cjs/{ion-app_32.cjs.entry.js → ion-app_34.cjs.entry.js} +475 -64
- package/dist/cjs/ion-avatar.cjs.entry.js +2 -2
- package/dist/cjs/ion-back-button.cjs.entry.js +9 -5
- package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/ion-badge.cjs.entry.js +3 -3
- package/dist/cjs/ion-buttons.cjs.entry.js +2 -2
- package/dist/cjs/ion-card-subtitle.cjs.entry.js +30 -0
- package/dist/cjs/ion-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/ion-chip.cjs.entry.js +3 -3
- package/dist/cjs/ion-datetime.cjs.entry.js +6 -6
- package/dist/cjs/ion-fab-button.cjs.entry.js +3 -3
- package/dist/cjs/ion-fab-list.cjs.entry.js +2 -2
- package/dist/cjs/ion-fab.cjs.entry.js +2 -2
- package/dist/cjs/ion-img.cjs.entry.js +2 -2
- package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +3 -3
- package/dist/cjs/ion-infinite-scroll.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +5 -5
- package/dist/cjs/ion-item-option.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-options.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-sliding.cjs.entry.js +4 -4
- package/dist/cjs/ion-list-header_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-loading.cjs.entry.js +8 -8
- package/dist/cjs/ion-menu-button.cjs.entry.js +9 -9
- package/dist/cjs/ion-menu-toggle.cjs.entry.js +7 -7
- package/dist/cjs/ion-menu.cjs.entry.js +117 -13
- package/dist/cjs/ion-modal.cjs.entry.js +12 -12
- package/dist/cjs/ion-nav-link.cjs.entry.js +1 -1
- package/dist/cjs/ion-nav.cjs.entry.js +7 -7
- package/dist/cjs/ion-note.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column.cjs.entry.js +5 -5
- package/dist/cjs/ion-picker.cjs.entry.js +7 -7
- package/dist/cjs/ion-popover.cjs.entry.js +11 -11
- package/dist/cjs/ion-range.cjs.entry.js +6 -6
- package/dist/cjs/ion-refresher-content.cjs.entry.js +4 -4
- package/dist/cjs/ion-refresher.cjs.entry.js +9 -9
- package/dist/cjs/ion-reorder-group.cjs.entry.js +4 -4
- package/dist/cjs/ion-reorder.cjs.entry.js +2 -2
- package/dist/cjs/ion-route-redirect.cjs.entry.js +1 -1
- package/dist/cjs/ion-route.cjs.entry.js +1 -1
- package/dist/cjs/ion-router-link.cjs.entry.js +3 -3
- package/dist/cjs/ion-router-outlet.cjs.entry.js +7 -7
- package/dist/cjs/ion-router.cjs.entry.js +48 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +4 -4
- package/dist/cjs/ion-segment-button.cjs.entry.js +4 -4
- package/dist/cjs/ion-segment.cjs.entry.js +5 -5
- package/dist/cjs/ion-select-option.cjs.entry.js +2 -2
- package/dist/cjs/ion-select-popover.cjs.entry.js +6 -6
- package/dist/cjs/ion-select.cjs.entry.js +6 -6
- package/dist/cjs/ion-skeleton-text.cjs.entry.js +3 -3
- package/dist/cjs/ion-slide.cjs.entry.js +2 -2
- package/dist/cjs/ion-slides.cjs.entry.js +8 -27
- package/dist/cjs/ion-spinner.cjs.entry.js +4 -4
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar.cjs.entry.js +3 -3
- package/dist/cjs/ion-tab-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab.cjs.entry.js +3 -3
- package/dist/cjs/ion-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ion-text.cjs.entry.js +3 -3
- package/dist/cjs/ion-textarea.cjs.entry.js +5 -5
- package/dist/cjs/ion-thumbnail.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +8 -8
- package/dist/cjs/ion-toggle.cjs.entry.js +6 -6
- package/dist/cjs/ion-virtual-scroll.cjs.entry.js +2 -2
- package/dist/cjs/{ionic-global-167e590d.js → ionic-global-a6599940.js} +1 -1
- package/dist/cjs/{ios.transition-2250af96.js → ios.transition-b6fe660c.js} +4 -4
- package/dist/cjs/{keyboard-1dcbde6c.js → keyboard-9e8103e4.js} +0 -0
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-e801e09e.js → md.transition-af65cb42.js} +4 -4
- package/dist/cjs/{menu-toggle-util-48d3b587.js → menu-toggle-util-e66c2545.js} +1 -1
- package/dist/cjs/{overlays-0c3389b6.js → overlays-7d879e64.js} +3 -3
- package/dist/cjs/{spinner-configs-559523fd.js → spinner-configs-fb16b986.js} +0 -0
- package/dist/cjs/{status-tap-da644888.js → status-tap-869e1b97.js} +2 -2
- package/dist/cjs/{swipe-back-a15422cc.js → swipe-back-c4a778df.js} +3 -3
- package/dist/cjs/{swiper.bundle-8c897c07.js → swiper.bundle-bcbafede.js} +0 -0
- package/dist/cjs/{tap-click-9c4dcea3.js → tap-click-f24cb477.js} +1 -1
- package/dist/cjs/{theme-98ccfc24.js → theme-2259d0f5.js} +0 -0
- package/dist/collection/apps/pos-app-generic/pos-app-generic.js +21 -0
- package/dist/collection/collection-manifest.json +6 -3
- package/dist/collection/components/pos-app/pos-app.js +6 -6
- package/dist/collection/components/pos-demo-app/pos-demo-app.js +3 -34
- package/dist/collection/components/pos-login/pos-login.js +7 -7
- package/dist/collection/components/pos-resource/pos-resource.js +6 -3
- package/dist/collection/components/pos-reverse-relations/pos-reverse-relations.js +43 -0
- package/dist/collection/components/pos-rich-link/pos-rich-link.js +1 -1
- package/dist/collection/components/pos-router/pos-router.js +38 -0
- package/dist/collection/store/session.js +2 -2
- package/dist/collection/test/mockPodOS.js +15 -1
- package/dist/custom-elements/index.d.ts +18 -0
- package/dist/custom-elements/index.js +879 -242
- package/dist/elements/elements.css +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-252ee244.entry.js → p-025c9a9b.entry.js} +1 -1
- package/dist/elements/p-039fd555.js +1 -0
- package/dist/elements/{p-f2660943.js → p-03bda390.js} +0 -0
- package/dist/elements/{p-4ea63d49.entry.js → p-03cde843.entry.js} +1 -1
- package/dist/elements/p-0452fb27.entry.js +1 -0
- package/dist/elements/{p-2bb4eed0.entry.js → p-0931b188.entry.js} +1 -1
- package/dist/elements/p-0addb25c.entry.js +1 -0
- package/dist/elements/p-10e4ca40.entry.js +1 -0
- package/dist/elements/p-12094a99.entry.js +1 -0
- package/dist/elements/{p-22c3fe84.js → p-16427279.js} +1 -1
- package/dist/elements/{p-35ae10a1.entry.js → p-17758df3.entry.js} +1 -1
- package/dist/elements/p-1aa0e849.js +1 -0
- package/dist/elements/{p-1672bb59.js → p-1bb1a7ba.js} +1 -1
- package/dist/elements/{p-c563b4de.js → p-1d4a2c61.js} +0 -0
- package/dist/elements/p-1d8e7db1.entry.js +1 -0
- package/dist/elements/{p-073c4b46.entry.js → p-1f6a9d65.entry.js} +1 -1
- package/dist/elements/{p-c9c31823.entry.js → p-2145cf89.entry.js} +1 -1
- package/dist/elements/{p-d3820644.entry.js → p-22fc3a24.entry.js} +1 -1
- package/dist/elements/p-2c2ae808.js +1 -0
- package/dist/elements/p-30ceacb9.entry.js +1 -0
- package/dist/elements/{p-7dbfc316.js → p-312e6979.js} +0 -0
- package/dist/elements/{p-8f72be08.js → p-37de7110.js} +0 -0
- package/dist/elements/{p-5dcf40ab.entry.js → p-387aff19.entry.js} +1 -1
- package/dist/elements/{p-21a76883.js → p-38bde1d3.js} +1 -1
- package/dist/elements/{p-10a1d53e.entry.js → p-3a26e7e5.entry.js} +1 -1
- package/dist/elements/{p-b41e0ead.entry.js → p-3e6db2fa.entry.js} +1 -1
- package/dist/elements/p-46221508.entry.js +1 -0
- package/dist/elements/{p-3bf3b9ee.entry.js → p-4b8b50f2.entry.js} +1 -1
- package/dist/elements/{p-b85f2273.entry.js → p-51c7cb3f.entry.js} +1 -1
- package/dist/elements/{p-44da9fdb.entry.js → p-5628f80d.entry.js} +1 -1
- package/dist/elements/{p-52b26eb1.entry.js → p-57f7c0c2.entry.js} +1 -1
- package/dist/elements/{p-37fb0153.entry.js → p-58625104.entry.js} +1 -1
- package/dist/elements/p-66bbe62d.entry.js +1 -0
- package/dist/elements/{p-7748825d.entry.js → p-671b4546.entry.js} +1 -1
- package/dist/elements/p-675e436c.js +1 -0
- package/dist/elements/{p-adaf489e.entry.js → p-6e905d35.entry.js} +1 -1
- package/dist/elements/p-7003c175.entry.js +1 -0
- package/dist/elements/p-7010f947.entry.js +1 -0
- package/dist/elements/p-70f5d1c1.entry.js +1 -0
- package/dist/elements/p-735719e4.js +1 -0
- package/dist/elements/{p-9ab5469e.entry.js → p-78cd25d1.entry.js} +1 -1
- package/dist/elements/{p-762052a8.entry.js → p-80adc18b.entry.js} +1 -1
- package/dist/elements/{p-58fde612.entry.js → p-8544ef1b.entry.js} +1 -1
- package/dist/elements/p-854dbdf1.js +1 -0
- package/dist/elements/{p-6428a29b.entry.js → p-856e2a7d.entry.js} +1 -1
- package/dist/elements/{p-8fc9298a.js → p-874c2b44.js} +0 -0
- package/dist/elements/{p-6c8effa6.entry.js → p-8aaf51be.entry.js} +1 -1
- package/dist/elements/{p-cf929f00.entry.js → p-8b372444.entry.js} +1 -1
- package/dist/elements/{p-c2396e45.js → p-8d1d6062.js} +1 -1
- package/dist/elements/{p-6d0e7670.entry.js → p-8d8e018a.entry.js} +1 -1
- package/dist/elements/{p-894597a1.entry.js → p-90ab8eff.entry.js} +1 -1
- package/dist/elements/{p-2e4e8117.js → p-91fe653f.js} +0 -0
- package/dist/elements/p-92a0735b.js +1 -0
- package/dist/elements/{p-f5849699.js → p-98c79eda.js} +1 -1
- package/dist/elements/{p-c6685d24.entry.js → p-99837f0d.entry.js} +1 -1
- package/dist/elements/{p-0bbdf7ee.entry.js → p-9a05c749.entry.js} +1 -1
- package/dist/elements/{p-c358ebf9.entry.js → p-9b2ff01b.entry.js} +1 -1
- package/dist/elements/p-9b903903.js +1 -0
- package/dist/elements/{p-677eed6e.entry.js → p-a08b2157.entry.js} +1 -1
- package/dist/elements/{p-627c2a27.entry.js → p-a0ee39e8.entry.js} +1 -1
- package/dist/elements/{p-c46ee782.entry.js → p-a5b00718.entry.js} +1 -1
- package/dist/elements/p-a712c2f6.js +2 -0
- package/dist/elements/p-a9dafdf2.entry.js +1 -0
- package/dist/elements/{p-aef0bba0.js → p-aab0f63c.js} +0 -0
- package/dist/elements/{p-670281d8.entry.js → p-b04936a5.entry.js} +1 -1
- package/dist/elements/{p-69104d78.entry.js → p-b4ab884c.entry.js} +1 -1
- package/dist/elements/{p-559e271a.entry.js → p-b7cd6fef.entry.js} +1 -1
- package/dist/elements/p-b84ab0eb.js +1 -0
- package/dist/elements/{p-89d2245e.entry.js → p-bcc3c37c.entry.js} +1 -1
- package/dist/elements/p-bf5cd642.entry.js +1 -0
- package/dist/elements/{p-111520a0.js → p-c1e7fbfb.js} +0 -0
- package/dist/elements/p-c3e16816.entry.js +1 -0
- package/dist/elements/p-c67ec320.js +1 -0
- package/dist/elements/{p-3d2c1009.entry.js → p-c6dbdd06.entry.js} +1 -1
- package/dist/elements/{p-73a89fc4.entry.js → p-c7feb66f.entry.js} +1 -1
- package/dist/elements/{p-258f83d6.entry.js → p-c8663562.entry.js} +1 -1
- package/dist/elements/{p-0773b39d.entry.js → p-c94f01cf.entry.js} +1 -1
- package/dist/elements/{p-051e7d1c.entry.js → p-c96b5885.entry.js} +1 -1
- package/dist/elements/p-ca395368.entry.js +1 -0
- package/dist/elements/{p-417a8dd6.js → p-ca69d6c9.js} +0 -0
- package/dist/elements/{p-8f9f5815.entry.js → p-cf79afd2.entry.js} +1 -1
- package/dist/elements/{p-7840618d.js → p-cfc0e54d.js} +0 -0
- package/dist/elements/{p-20488e32.entry.js → p-d4ac974f.entry.js} +1 -1
- package/dist/elements/{p-3d052ec7.entry.js → p-d6012b74.entry.js} +1 -1
- package/dist/elements/{p-b5c94073.entry.js → p-d82c8102.entry.js} +1 -1
- package/dist/elements/{p-996d272b.entry.js → p-d9570980.entry.js} +1 -1
- package/dist/elements/{p-e4cd9daa.entry.js → p-da1d4d15.entry.js} +1 -1
- package/dist/elements/p-e8b8da88.entry.js +1 -0
- package/dist/elements/{p-7735ce2a.js → p-ec47a369.js} +1 -1
- package/dist/elements/{p-39e69ceb.entry.js → p-f35bc63b.entry.js} +1 -1
- package/dist/elements/{p-d7bc38e3.entry.js → p-f4120adc.entry.js} +1 -1
- package/dist/elements/p-f5b9742c.js +1 -0
- package/dist/elements/{p-5e6fdd4f.entry.js → p-f91f59f9.entry.js} +1 -1
- package/dist/esm/{animation-23699cc5.js → animation-cb124ae5.js} +1 -1
- package/dist/esm/{app-globals-b3330c28.js → app-globals-6c3cceb6.js} +1 -1
- package/dist/esm/{button-active-8918719c.js → button-active-1cd0f291.js} +3 -3
- package/dist/esm/{cubic-bezier-ed243a9b.js → cubic-bezier-108b8579.js} +0 -0
- package/dist/esm/elements.js +5 -5
- package/dist/esm/{focus-visible-abf04ce3.js → focus-visible-edb28f19.js} +0 -0
- package/dist/esm/{framework-delegate-0a271c52.js → framework-delegate-ef487ffc.js} +1 -1
- package/dist/esm/{gesture-controller-604336b7.js → gesture-controller-8f35af24.js} +0 -0
- package/dist/esm/{haptic-67928174.js → haptic-c424e670.js} +0 -0
- package/dist/esm/{hardware-back-button-508e48cf.js → hardware-back-button-bb4c578a.js} +0 -0
- package/dist/esm/{helpers-dffac6f7.js → helpers-af16fc18.js} +67 -1
- package/dist/esm/{index-82f710ea.js → index-082b47ce.js} +121 -79
- package/dist/esm/{index-f910ce2c.js → index-178a7a06.js} +4 -4
- package/dist/esm/{index-51ec9e66.js → index-3a1bd803.js} +2 -2
- package/dist/esm/{index-cc97b114.js → index-8d682224.js} +0 -0
- package/dist/esm/{index-db7c08b4.js → index-edb45c26.js} +4 -4
- package/dist/esm/{input-shims-9c0b3bc9.js → input-shims-dbfbbeff.js} +1 -1
- package/dist/esm/ion-action-sheet.entry.js +13 -13
- package/dist/esm/ion-alert.entry.js +12 -12
- package/dist/esm/{ion-app_32.entry.js → ion-app_34.entry.js} +471 -62
- package/dist/esm/ion-avatar.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +9 -5
- package/dist/esm/ion-backdrop.entry.js +3 -3
- package/dist/esm/ion-badge.entry.js +3 -3
- package/dist/esm/ion-buttons.entry.js +2 -2
- package/dist/esm/ion-card-subtitle.entry.js +26 -0
- package/dist/esm/ion-checkbox.entry.js +4 -4
- package/dist/esm/ion-chip.entry.js +3 -3
- package/dist/esm/ion-datetime.entry.js +6 -6
- package/dist/esm/ion-fab-button.entry.js +3 -3
- package/dist/esm/ion-fab-list.entry.js +2 -2
- package/dist/esm/ion-fab.entry.js +2 -2
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll-content.entry.js +3 -3
- package/dist/esm/ion-infinite-scroll.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +5 -5
- package/dist/esm/ion-item-option.entry.js +3 -3
- package/dist/esm/ion-item-options.entry.js +3 -3
- package/dist/esm/ion-item-sliding.entry.js +4 -4
- package/dist/esm/ion-list-header_3.entry.js +4 -4
- package/dist/esm/ion-loading.entry.js +8 -8
- package/dist/esm/ion-menu-button.entry.js +9 -9
- package/dist/esm/ion-menu-toggle.entry.js +7 -7
- package/dist/esm/ion-menu.entry.js +117 -13
- package/dist/esm/ion-modal.entry.js +12 -12
- package/dist/esm/ion-nav-link.entry.js +1 -1
- package/dist/esm/ion-nav.entry.js +7 -7
- package/dist/esm/ion-note.entry.js +3 -3
- package/dist/esm/ion-picker-column.entry.js +5 -5
- package/dist/esm/ion-picker.entry.js +7 -7
- package/dist/esm/ion-popover.entry.js +11 -11
- package/dist/esm/ion-range.entry.js +6 -6
- package/dist/esm/ion-refresher-content.entry.js +4 -4
- package/dist/esm/ion-refresher.entry.js +9 -9
- package/dist/esm/ion-reorder-group.entry.js +4 -4
- package/dist/esm/ion-reorder.entry.js +2 -2
- package/dist/esm/ion-route-redirect.entry.js +1 -1
- package/dist/esm/ion-route.entry.js +1 -1
- package/dist/esm/ion-router-link.entry.js +3 -3
- package/dist/esm/ion-router-outlet.entry.js +7 -7
- package/dist/esm/ion-router.entry.js +48 -8
- package/dist/esm/ion-searchbar.entry.js +4 -4
- package/dist/esm/ion-segment-button.entry.js +4 -4
- package/dist/esm/ion-segment.entry.js +5 -5
- package/dist/esm/ion-select-option.entry.js +2 -2
- package/dist/esm/ion-select-popover.entry.js +6 -6
- package/dist/esm/ion-select.entry.js +6 -6
- package/dist/esm/ion-skeleton-text.entry.js +3 -3
- package/dist/esm/ion-slide.entry.js +2 -2
- package/dist/esm/ion-slides.entry.js +8 -27
- package/dist/esm/ion-spinner.entry.js +4 -4
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar.entry.js +3 -3
- package/dist/esm/ion-tab-button.entry.js +2 -2
- package/dist/esm/ion-tab.entry.js +3 -3
- package/dist/esm/ion-tabs.entry.js +1 -1
- package/dist/esm/ion-text.entry.js +3 -3
- package/dist/esm/ion-textarea.entry.js +5 -5
- package/dist/esm/ion-thumbnail.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +8 -8
- package/dist/esm/ion-toggle.entry.js +6 -6
- package/dist/esm/ion-virtual-scroll.entry.js +2 -2
- package/dist/esm/{ionic-global-fadc16f8.js → ionic-global-b8056dd2.js} +1 -1
- package/dist/esm/{ios.transition-dd5b9636.js → ios.transition-ab339f2c.js} +4 -4
- package/dist/esm/{keyboard-06906eac.js → keyboard-e6abcb80.js} +0 -0
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-6a0a5df0.js → md.transition-1ed7c8eb.js} +4 -4
- package/dist/esm/{menu-toggle-util-0e5e4140.js → menu-toggle-util-d2db3453.js} +1 -1
- package/dist/esm/{overlays-6a09f1ef.js → overlays-423fcd0a.js} +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/{spinner-configs-9536fae2.js → spinner-configs-aaf2a1a9.js} +0 -0
- package/dist/esm/{status-tap-54b1c888.js → status-tap-3e0a5551.js} +2 -2
- package/dist/esm/{swipe-back-5459ab3a.js → swipe-back-7e655479.js} +3 -3
- package/dist/esm/{swiper.bundle-b6a959de.js → swiper.bundle-2dd16264.js} +0 -0
- package/dist/esm/{tap-click-e0215d5a.js → tap-click-faa3d392.js} +1 -1
- package/dist/esm/{theme-12606872.js → theme-d21826a7.js} +0 -0
- package/dist/types/apps/pos-app-generic/pos-app-generic.d.ts +3 -0
- package/dist/types/components/pos-app/pos-app.d.ts +2 -2
- package/dist/types/components/pos-demo-app/pos-demo-app.d.ts +0 -2
- package/dist/types/components/pos-login/pos-login.d.ts +1 -1
- package/dist/types/components/pos-resource/pos-resource.d.ts +1 -1
- package/dist/types/components/pos-reverse-relations/pos-reverse-relations.d.ts +8 -0
- package/dist/types/components/pos-rich-link/pos-rich-link.d.ts +1 -1
- package/dist/types/components/pos-router/pos-router.d.ts +8 -0
- package/dist/types/components.d.ts +79 -7
- package/dist/types/stencil-public-runtime.d.ts +6 -4
- package/dist/types/store/session.d.ts +3 -3
- package/dist/types/test/mockPodOS.d.ts +1 -0
- package/loader/index.d.ts +0 -1
- package/package.json +19 -10
- package/readme.md +9 -64
- package/dist/elements/p-0ce985f2.entry.js +0 -1
- package/dist/elements/p-2ae62ee2.entry.js +0 -1
- package/dist/elements/p-3783db21.entry.js +0 -1
- package/dist/elements/p-3eb3ceda.js +0 -1
- package/dist/elements/p-4261cf00.entry.js +0 -1
- package/dist/elements/p-4e81f5a3.js +0 -1
- package/dist/elements/p-4f428fec.js +0 -1
- package/dist/elements/p-514a156e.entry.js +0 -1
- package/dist/elements/p-64fbf059.entry.js +0 -1
- package/dist/elements/p-6f125c33.entry.js +0 -1
- package/dist/elements/p-7e4727c5.entry.js +0 -1
- package/dist/elements/p-825cd4a4.js +0 -1
- package/dist/elements/p-8e7bb098.js +0 -1
- package/dist/elements/p-94ccf933.js +0 -1
- package/dist/elements/p-974e28d1.entry.js +0 -1
- package/dist/elements/p-a856c740.entry.js +0 -1
- package/dist/elements/p-aae3bbd8.js +0 -1
- package/dist/elements/p-bc8ab428.entry.js +0 -1
- package/dist/elements/p-cb3dd05c.entry.js +0 -1
- package/dist/elements/p-cd151f5b.js +0 -1
- package/dist/elements/p-cd981ec5.js +0 -1
- package/dist/elements/p-d9cf0163.js +0 -1
- package/dist/elements/p-db2e69b4.js +0 -1
- package/dist/elements/p-deec7dde.entry.js +0 -1
- package/dist/elements/p-e110bbef.entry.js +0 -1
- package/dist/elements/p-f8e7eda0.js +0 -1
- package/dist/elements/p-fba364fd.entry.js +0 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +0 -371
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +0 -287
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +0 -494
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +0 -502
- package/dist/node_modules/@ionic/core/dist/collection/components/app/app.css +0 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.ios.css +0 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.md.css +0 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +0 -281
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +0 -309
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.ios.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.md.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +0 -58
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +0 -62
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +0 -439
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +0 -428
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.ios.css +0 -128
- package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.md.css +0 -151
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +0 -101
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +0 -95
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css +0 -61
- package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css +0 -63
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css +0 -37
- package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css +0 -35
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -28
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -26
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css +0 -27
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +0 -27
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +0 -169
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +0 -172
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.ios.css +0 -200
- package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.md.css +0 -200
- package/dist/node_modules/@ionic/core/dist/collection/components/col/col.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +0 -184
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +0 -106
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +0 -106
- package/dist/node_modules/@ionic/core/dist/collection/components/fab/fab.css +0 -61
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +0 -338
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +0 -307
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +0 -116
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +0 -33
- package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.md.css +0 -37
- package/dist/node_modules/@ionic/core/dist/collection/components/grid/grid.css +0 -151
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +0 -92
- package/dist/node_modules/@ionic/core/dist/collection/components/header/header.md.css +0 -40
- package/dist/node_modules/@ionic/core/dist/collection/components/img/img.css +0 -12
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll/infinite-scroll.css +0 -8
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -54
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -54
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +0 -185
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +0 -185
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +0 -580
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +0 -654
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +0 -204
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +0 -297
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.ios.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.md.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +0 -186
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +0 -180
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +0 -88
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +0 -85
- package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +0 -42
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +0 -156
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +0 -172
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +0 -91
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +0 -114
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +0 -118
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +0 -94
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +0 -114
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +0 -105
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +0 -131
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +0 -127
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +0 -175
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.md.css +0 -178
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-toggle/menu-toggle.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +0 -159
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +0 -105
- package/dist/node_modules/@ionic/core/dist/collection/components/nav/nav.css +0 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +0 -16
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +0 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +0 -217
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +0 -204
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +0 -122
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +0 -123
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +0 -118
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +0 -83
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +0 -206
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +0 -206
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +0 -177
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +0 -178
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +0 -275
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +0 -320
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +0 -177
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +0 -210
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.ios.css +0 -15
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.md.css +0 -15
- package/dist/node_modules/@ionic/core/dist/collection/components/reorder-group/reorder-group.css +0 -33
- package/dist/node_modules/@ionic/core/dist/collection/components/ripple-effect/ripple-effect.css +0 -58
- package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +0 -29
- package/dist/node_modules/@ionic/core/dist/collection/components/router-outlet/route-outlet.css +0 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/row/row.css +0 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +0 -348
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +0 -279
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.ios.css +0 -65
- package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.md.css +0 -36
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +0 -446
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +0 -424
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +0 -145
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +0 -149
- package/dist/node_modules/@ionic/core/dist/collection/components/select-option/select-option.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.css +0 -14
- package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +0 -53
- package/dist/node_modules/@ionic/core/dist/collection/components/slide/slide.css +0 -31
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.ios.css +0 -764
- package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.md.css +0 -764
- package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +0 -154
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +0 -108
- package/dist/node_modules/@ionic/core/dist/collection/components/tab/tab.css +0 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +0 -97
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +0 -82
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +0 -308
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +0 -331
- package/dist/node_modules/@ionic/core/dist/collection/components/tabs/tabs.css +0 -19
- package/dist/node_modules/@ionic/core/dist/collection/components/text/text.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +0 -158
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +0 -162
- package/dist/node_modules/@ionic/core/dist/collection/components/thumbnail/thumbnail.css +0 -21
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +0 -122
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.md.css +0 -55
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +0 -250
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +0 -283
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +0 -237
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +0 -234
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +0 -174
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +0 -167
- package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +0 -21
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -101
|
@@ -1,424 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --background: Background of the segment button
|
|
4
|
-
* @prop --background-checked: Background of the checked segment button
|
|
5
|
-
*
|
|
6
|
-
* @prop --background-hover: Background of the segment button on hover
|
|
7
|
-
* @prop --background-focused: Background of the segment button when focused with the tab key
|
|
8
|
-
*
|
|
9
|
-
* @prop --background-hover-opacity: Opacity of the segment button background on hover
|
|
10
|
-
* @prop --background-focused-opacity: Opacity of the segment button background when focused with the tab key
|
|
11
|
-
*
|
|
12
|
-
* @prop --color: Color of the segment button
|
|
13
|
-
* @prop --color-checked: Color of the checked segment button
|
|
14
|
-
* @prop --color-hover: Color of the segment button on hover
|
|
15
|
-
* @prop --color-focused: Color of the segment button when focused with the tab key
|
|
16
|
-
*
|
|
17
|
-
* @prop --border-radius: Radius of the segment button border
|
|
18
|
-
* @prop --border-color: Color of the segment button border
|
|
19
|
-
* @prop --border-style: Style of the segment button border
|
|
20
|
-
* @prop --border-width: Width of the segment button border
|
|
21
|
-
*
|
|
22
|
-
* @prop --margin-top: Top margin of the segment button
|
|
23
|
-
* @prop --margin-end: Right margin if direction is left-to-right, and left margin if direction is right-to-left of the segment button
|
|
24
|
-
* @prop --margin-bottom: Bottom margin of the segment button
|
|
25
|
-
* @prop --margin-start: Left margin if direction is left-to-right, and right margin if direction is right-to-left of the segment button
|
|
26
|
-
*
|
|
27
|
-
* @prop --padding-top: Top padding of the segment button
|
|
28
|
-
* @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the segment button
|
|
29
|
-
* @prop --padding-bottom: Bottom padding of the segment button
|
|
30
|
-
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the segment button
|
|
31
|
-
*
|
|
32
|
-
* @prop --transition: Transition of the segment button
|
|
33
|
-
*
|
|
34
|
-
* @prop --indicator-height: Height of the indicator for the checked segment button
|
|
35
|
-
* @prop --indicator-box-shadow: Box shadow on the indicator for the checked segment button
|
|
36
|
-
* @prop --indicator-color: Color of the indicator for the checked segment button
|
|
37
|
-
* @prop --indicator-transition: Transition of the indicator for the checked segment button
|
|
38
|
-
* @prop --indicator-transform: Transform of the indicator for the checked segment button
|
|
39
|
-
*/
|
|
40
|
-
--color: initial;
|
|
41
|
-
--color-hover: var(--color);
|
|
42
|
-
--color-checked: var(--color);
|
|
43
|
-
--color-disabled: var(--color);
|
|
44
|
-
--padding-start: 0;
|
|
45
|
-
--padding-end: 0;
|
|
46
|
-
--padding-top: 0;
|
|
47
|
-
--padding-bottom: 0;
|
|
48
|
-
border-radius: var(--border-radius);
|
|
49
|
-
display: flex;
|
|
50
|
-
position: relative;
|
|
51
|
-
flex: 1 1 auto;
|
|
52
|
-
flex-direction: column;
|
|
53
|
-
height: auto;
|
|
54
|
-
background: var(--background);
|
|
55
|
-
color: var(--color);
|
|
56
|
-
text-decoration: none;
|
|
57
|
-
text-overflow: ellipsis;
|
|
58
|
-
white-space: nowrap;
|
|
59
|
-
font-kerning: none;
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.button-native {
|
|
64
|
-
border-radius: 0;
|
|
65
|
-
font-family: inherit;
|
|
66
|
-
font-size: inherit;
|
|
67
|
-
font-style: inherit;
|
|
68
|
-
font-weight: inherit;
|
|
69
|
-
letter-spacing: inherit;
|
|
70
|
-
text-decoration: inherit;
|
|
71
|
-
text-indent: inherit;
|
|
72
|
-
text-overflow: inherit;
|
|
73
|
-
text-transform: inherit;
|
|
74
|
-
text-align: inherit;
|
|
75
|
-
white-space: inherit;
|
|
76
|
-
color: inherit;
|
|
77
|
-
margin-left: var(--margin-start);
|
|
78
|
-
margin-right: var(--margin-end);
|
|
79
|
-
margin-top: var(--margin-top);
|
|
80
|
-
margin-bottom: var(--margin-bottom);
|
|
81
|
-
padding-left: var(--padding-start);
|
|
82
|
-
padding-right: var(--padding-end);
|
|
83
|
-
padding-top: var(--padding-top);
|
|
84
|
-
padding-bottom: var(--padding-bottom);
|
|
85
|
-
transform: translate3d(0, 0, 0);
|
|
86
|
-
display: flex;
|
|
87
|
-
position: relative;
|
|
88
|
-
flex-direction: inherit;
|
|
89
|
-
flex-grow: 1;
|
|
90
|
-
align-items: center;
|
|
91
|
-
justify-content: center;
|
|
92
|
-
width: 100%;
|
|
93
|
-
min-width: inherit;
|
|
94
|
-
max-width: inherit;
|
|
95
|
-
height: auto;
|
|
96
|
-
min-height: inherit;
|
|
97
|
-
max-height: inherit;
|
|
98
|
-
transition: var(--transition);
|
|
99
|
-
border: none;
|
|
100
|
-
outline: none;
|
|
101
|
-
background: transparent;
|
|
102
|
-
contain: content;
|
|
103
|
-
pointer-events: none;
|
|
104
|
-
overflow: hidden;
|
|
105
|
-
z-index: 2;
|
|
106
|
-
}
|
|
107
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
108
|
-
.button-native {
|
|
109
|
-
margin-left: unset;
|
|
110
|
-
margin-right: unset;
|
|
111
|
-
-webkit-margin-start: var(--margin-start);
|
|
112
|
-
margin-inline-start: var(--margin-start);
|
|
113
|
-
-webkit-margin-end: var(--margin-end);
|
|
114
|
-
margin-inline-end: var(--margin-end);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
118
|
-
.button-native {
|
|
119
|
-
padding-left: unset;
|
|
120
|
-
padding-right: unset;
|
|
121
|
-
-webkit-padding-start: var(--padding-start);
|
|
122
|
-
padding-inline-start: var(--padding-start);
|
|
123
|
-
-webkit-padding-end: var(--padding-end);
|
|
124
|
-
padding-inline-end: var(--padding-end);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.button-native::after {
|
|
129
|
-
left: 0;
|
|
130
|
-
right: 0;
|
|
131
|
-
top: 0;
|
|
132
|
-
bottom: 0;
|
|
133
|
-
position: absolute;
|
|
134
|
-
content: "";
|
|
135
|
-
opacity: 0;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.button-inner {
|
|
139
|
-
display: flex;
|
|
140
|
-
position: relative;
|
|
141
|
-
flex-flow: inherit;
|
|
142
|
-
align-items: center;
|
|
143
|
-
justify-content: center;
|
|
144
|
-
width: 100%;
|
|
145
|
-
height: 100%;
|
|
146
|
-
z-index: 1;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
:host(.segment-button-checked) {
|
|
150
|
-
background: var(--background-checked);
|
|
151
|
-
color: var(--color-checked);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
:host(.segment-button-disabled) {
|
|
155
|
-
cursor: default;
|
|
156
|
-
pointer-events: none;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
:host(.ion-focused) .button-native {
|
|
160
|
-
color: var(--color-focused);
|
|
161
|
-
}
|
|
162
|
-
:host(.ion-focused) .button-native::after {
|
|
163
|
-
background: var(--background-focused);
|
|
164
|
-
opacity: var(--background-focused-opacity);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
:host(:focus) {
|
|
168
|
-
outline: none;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
@media (any-hover: hover) {
|
|
172
|
-
:host(:hover) .button-native {
|
|
173
|
-
color: var(--color-hover);
|
|
174
|
-
}
|
|
175
|
-
:host(:hover) .button-native::after {
|
|
176
|
-
background: var(--background-hover);
|
|
177
|
-
opacity: var(--background-hover-opacity);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
:host(.segment-button-checked:hover) .button-native {
|
|
181
|
-
color: var(--color-checked);
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
::slotted(ion-icon) {
|
|
185
|
-
flex-shrink: 0;
|
|
186
|
-
order: -1;
|
|
187
|
-
pointer-events: none;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
::slotted(ion-label) {
|
|
191
|
-
display: block;
|
|
192
|
-
align-self: center;
|
|
193
|
-
line-height: 22px;
|
|
194
|
-
text-overflow: ellipsis;
|
|
195
|
-
white-space: nowrap;
|
|
196
|
-
box-sizing: border-box;
|
|
197
|
-
pointer-events: none;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
:host(.segment-button-layout-icon-top) .button-native {
|
|
201
|
-
flex-direction: column;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
:host(.segment-button-layout-icon-start) .button-native {
|
|
205
|
-
flex-direction: row;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
:host(.segment-button-layout-icon-end) .button-native {
|
|
209
|
-
flex-direction: row-reverse;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
:host(.segment-button-layout-icon-bottom) .button-native {
|
|
213
|
-
flex-direction: column-reverse;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
:host(.segment-button-layout-icon-hide) ::slotted(ion-icon) {
|
|
217
|
-
display: none;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
:host(.segment-button-layout-label-hide) ::slotted(ion-label) {
|
|
221
|
-
display: none;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
ion-ripple-effect {
|
|
225
|
-
color: var(--ripple-color, var(--color-checked));
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.segment-button-indicator {
|
|
229
|
-
transform-origin: left;
|
|
230
|
-
position: absolute;
|
|
231
|
-
opacity: 0;
|
|
232
|
-
box-sizing: border-box;
|
|
233
|
-
will-change: transform, opacity;
|
|
234
|
-
pointer-events: none;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.segment-button-indicator-background {
|
|
238
|
-
width: 100%;
|
|
239
|
-
height: var(--indicator-height);
|
|
240
|
-
transform: var(--indicator-transform);
|
|
241
|
-
box-shadow: var(--indicator-box-shadow);
|
|
242
|
-
pointer-events: none;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.segment-button-indicator-animated {
|
|
246
|
-
transition: var(--indicator-transition);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
:host(.segment-button-checked) .segment-button-indicator {
|
|
250
|
-
opacity: 1;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
@media (prefers-reduced-motion: reduce) {
|
|
254
|
-
.segment-button-indicator-background {
|
|
255
|
-
transform: none;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.segment-button-indicator-animated {
|
|
259
|
-
transition: none;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
:host {
|
|
263
|
-
--background: none;
|
|
264
|
-
--background-checked: none;
|
|
265
|
-
--background-hover: var(--color-checked);
|
|
266
|
-
--background-focused: var(--color-checked);
|
|
267
|
-
--background-activated-opacity: 0;
|
|
268
|
-
--background-focused-opacity: .12;
|
|
269
|
-
--background-hover-opacity: .04;
|
|
270
|
-
--color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.6);
|
|
271
|
-
--color-checked: var(--ion-color-primary, #3880ff);
|
|
272
|
-
--indicator-box-shadow: none;
|
|
273
|
-
--indicator-color: var(--color-checked);
|
|
274
|
-
--indicator-height: 2px;
|
|
275
|
-
--indicator-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
276
|
-
--indicator-transform: none;
|
|
277
|
-
--padding-top: 0;
|
|
278
|
-
--padding-end: 16px;
|
|
279
|
-
--padding-bottom: 0;
|
|
280
|
-
--padding-start: 16px;
|
|
281
|
-
--transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
|
|
282
|
-
min-width: 90px;
|
|
283
|
-
max-width: 360px;
|
|
284
|
-
min-height: 48px;
|
|
285
|
-
border-width: var(--border-width);
|
|
286
|
-
border-style: var(--border-style);
|
|
287
|
-
border-color: var(--border-color);
|
|
288
|
-
font-size: 14px;
|
|
289
|
-
font-weight: 500;
|
|
290
|
-
letter-spacing: 0.06em;
|
|
291
|
-
line-height: 40px;
|
|
292
|
-
text-transform: uppercase;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
:host(.segment-button-disabled) {
|
|
296
|
-
opacity: 0.3;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
:host(.in-segment-color) {
|
|
300
|
-
background: none;
|
|
301
|
-
color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.6);
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
:host(.in-segment-color) ion-ripple-effect {
|
|
305
|
-
color: var(--ion-color-base);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
:host(.in-segment-color) .segment-button-indicator-background {
|
|
309
|
-
background: var(--ion-color-base);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
:host(.in-segment-color.segment-button-checked) .button-native {
|
|
313
|
-
color: var(--ion-color-base);
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
:host(.in-segment-color.ion-focused) .button-native::after {
|
|
317
|
-
background: var(--ion-color-base);
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
@media (any-hover: hover) {
|
|
321
|
-
:host(.in-segment-color:hover) .button-native {
|
|
322
|
-
color: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.6);
|
|
323
|
-
}
|
|
324
|
-
:host(.in-segment-color:hover) .button-native::after {
|
|
325
|
-
background: var(--ion-color-base);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
:host(.in-segment-color.segment-button-checked:hover) .button-native {
|
|
329
|
-
color: var(--ion-color-base);
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
:host(.in-toolbar:not(.in-segment-color)) {
|
|
333
|
-
--background: var(--ion-toolbar-segment-background, none);
|
|
334
|
-
--background-checked: var(--ion-toolbar-segment-background-checked, none);
|
|
335
|
-
--color: var(--ion-toolbar-segment-color, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.6));
|
|
336
|
-
--color-checked: var(--ion-toolbar-segment-color-checked, var(--ion-color-primary, #3880ff));
|
|
337
|
-
--indicator-color: var(--ion-toolbar-segment-color-checked, var(--color-checked));
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
:host(.in-toolbar-color:not(.in-segment-color)) .button-native {
|
|
341
|
-
color: rgba(var(--ion-color-contrast-rgb), 0.6);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
:host(.in-toolbar-color.segment-button-checked:not(.in-segment-color)) .button-native {
|
|
345
|
-
color: var(--ion-color-contrast);
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
@media (any-hover: hover) {
|
|
349
|
-
:host(.in-toolbar-color:not(.in-segment-color)) .button-native::after {
|
|
350
|
-
background: var(--ion-color-contrast);
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
::slotted(ion-icon) {
|
|
354
|
-
margin-top: 12px;
|
|
355
|
-
margin-bottom: 12px;
|
|
356
|
-
font-size: 24px;
|
|
357
|
-
}
|
|
358
|
-
::slotted(ion-label) {
|
|
359
|
-
margin-top: 12px;
|
|
360
|
-
margin-bottom: 12px;
|
|
361
|
-
}
|
|
362
|
-
:host(.segment-button-layout-icon-top) ::slotted(ion-label),
|
|
363
|
-
:host(.segment-button-layout-icon-bottom) ::slotted(ion-icon) {
|
|
364
|
-
margin-top: 0;
|
|
365
|
-
}
|
|
366
|
-
:host(.segment-button-layout-icon-top) ::slotted(ion-icon),
|
|
367
|
-
:host(.segment-button-layout-icon-bottom) ::slotted(ion-label) {
|
|
368
|
-
margin-bottom: 0;
|
|
369
|
-
}
|
|
370
|
-
:host(.segment-button-layout-icon-start) ::slotted(ion-label) {
|
|
371
|
-
margin-left: 8px;
|
|
372
|
-
margin-right: 0;
|
|
373
|
-
}
|
|
374
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
375
|
-
:host(.segment-button-layout-icon-start) ::slotted(ion-label) {
|
|
376
|
-
margin-left: unset;
|
|
377
|
-
margin-right: unset;
|
|
378
|
-
-webkit-margin-start: 8px;
|
|
379
|
-
margin-inline-start: 8px;
|
|
380
|
-
-webkit-margin-end: 0;
|
|
381
|
-
margin-inline-end: 0;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
:host(.segment-button-layout-icon-end) ::slotted(ion-label) {
|
|
386
|
-
margin-left: 0;
|
|
387
|
-
margin-right: 8px;
|
|
388
|
-
}
|
|
389
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
390
|
-
:host(.segment-button-layout-icon-end) ::slotted(ion-label) {
|
|
391
|
-
margin-left: unset;
|
|
392
|
-
margin-right: unset;
|
|
393
|
-
-webkit-margin-start: 0;
|
|
394
|
-
margin-inline-start: 0;
|
|
395
|
-
-webkit-margin-end: 8px;
|
|
396
|
-
margin-inline-end: 8px;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
:host(.segment-button-has-icon-only) ::slotted(ion-icon) {
|
|
401
|
-
margin-top: 12px;
|
|
402
|
-
margin-bottom: 12px;
|
|
403
|
-
}
|
|
404
|
-
:host(.segment-button-has-label-only) ::slotted(ion-label) {
|
|
405
|
-
margin-top: 12px;
|
|
406
|
-
margin-bottom: 12px;
|
|
407
|
-
}
|
|
408
|
-
.segment-button-indicator {
|
|
409
|
-
left: 0;
|
|
410
|
-
right: 0;
|
|
411
|
-
bottom: 0;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.segment-button-indicator-background {
|
|
415
|
-
background: var(--indicator-color);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
:host(.in-toolbar:not(.in-segment-color)) .segment-button-indicator-background {
|
|
419
|
-
background: var(--ion-toolbar-segment-indicator-color, var(--indicator-color));
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
:host(.in-toolbar-color:not(.in-segment-color)) .segment-button-indicator-background {
|
|
423
|
-
background: var(--ion-color-contrast);
|
|
424
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --padding-top: Top padding of the select
|
|
4
|
-
* @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the select
|
|
5
|
-
* @prop --padding-bottom: Bottom padding of the select
|
|
6
|
-
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the select
|
|
7
|
-
*
|
|
8
|
-
* @prop --placeholder-color: Color of the select placeholder text
|
|
9
|
-
* @prop --placeholder-opacity: Opacity of the select placeholder text
|
|
10
|
-
*/
|
|
11
|
-
--placeholder-color: currentColor;
|
|
12
|
-
--placeholder-opacity: 0.33;
|
|
13
|
-
padding-left: var(--padding-start);
|
|
14
|
-
padding-right: var(--padding-end);
|
|
15
|
-
padding-top: var(--padding-top);
|
|
16
|
-
padding-bottom: var(--padding-bottom);
|
|
17
|
-
display: flex;
|
|
18
|
-
position: relative;
|
|
19
|
-
align-items: center;
|
|
20
|
-
font-family: var(--ion-font-family, inherit);
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
z-index: 2;
|
|
23
|
-
}
|
|
24
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
25
|
-
:host {
|
|
26
|
-
padding-left: unset;
|
|
27
|
-
padding-right: unset;
|
|
28
|
-
-webkit-padding-start: var(--padding-start);
|
|
29
|
-
padding-inline-start: var(--padding-start);
|
|
30
|
-
-webkit-padding-end: var(--padding-end);
|
|
31
|
-
padding-inline-end: var(--padding-end);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
:host(.in-item) {
|
|
36
|
-
position: static;
|
|
37
|
-
max-width: 45%;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
:host(.select-disabled) {
|
|
41
|
-
opacity: 0.4;
|
|
42
|
-
pointer-events: none;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
:host(.ion-focused) button {
|
|
46
|
-
border: 2px solid #5e9ed6;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.select-placeholder {
|
|
50
|
-
color: var(--placeholder-color);
|
|
51
|
-
opacity: var(--placeholder-opacity);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
label {
|
|
55
|
-
left: 0;
|
|
56
|
-
top: 0;
|
|
57
|
-
margin-left: 0;
|
|
58
|
-
margin-right: 0;
|
|
59
|
-
margin-top: 0;
|
|
60
|
-
margin-bottom: 0;
|
|
61
|
-
position: absolute;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
border: 0;
|
|
65
|
-
background: transparent;
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
appearance: none;
|
|
68
|
-
outline: none;
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: center;
|
|
71
|
-
opacity: 0;
|
|
72
|
-
}
|
|
73
|
-
[dir=rtl] label, :host-context([dir=rtl]) label {
|
|
74
|
-
left: unset;
|
|
75
|
-
right: unset;
|
|
76
|
-
right: 0;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
label::-moz-focus-inner {
|
|
80
|
-
border: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
button {
|
|
84
|
-
position: absolute;
|
|
85
|
-
top: 0;
|
|
86
|
-
left: 0;
|
|
87
|
-
right: 0;
|
|
88
|
-
bottom: 0;
|
|
89
|
-
width: 100%;
|
|
90
|
-
height: 100%;
|
|
91
|
-
margin: 0;
|
|
92
|
-
padding: 0;
|
|
93
|
-
border: 0;
|
|
94
|
-
outline: 0;
|
|
95
|
-
clip: rect(0 0 0 0);
|
|
96
|
-
opacity: 0;
|
|
97
|
-
overflow: hidden;
|
|
98
|
-
-webkit-appearance: none;
|
|
99
|
-
-moz-appearance: none;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.select-icon {
|
|
103
|
-
position: relative;
|
|
104
|
-
opacity: 0.33;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.select-text {
|
|
108
|
-
flex: 1;
|
|
109
|
-
min-width: 16px;
|
|
110
|
-
font-size: inherit;
|
|
111
|
-
text-overflow: ellipsis;
|
|
112
|
-
white-space: nowrap;
|
|
113
|
-
overflow: hidden;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.select-icon-inner {
|
|
117
|
-
left: 5px;
|
|
118
|
-
top: 50%;
|
|
119
|
-
margin-top: -2px;
|
|
120
|
-
position: absolute;
|
|
121
|
-
width: 0;
|
|
122
|
-
height: 0;
|
|
123
|
-
border-top: 5px solid;
|
|
124
|
-
border-right: 5px solid transparent;
|
|
125
|
-
border-left: 5px solid transparent;
|
|
126
|
-
color: currentColor;
|
|
127
|
-
pointer-events: none;
|
|
128
|
-
}
|
|
129
|
-
[dir=rtl] .select-icon-inner, :host-context([dir=rtl]) .select-icon-inner {
|
|
130
|
-
left: unset;
|
|
131
|
-
right: unset;
|
|
132
|
-
right: 5px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
:host {
|
|
136
|
-
--padding-top: 10px;
|
|
137
|
-
--padding-end: 10px;
|
|
138
|
-
--padding-bottom: 10px;
|
|
139
|
-
--padding-start: 20px;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.select-icon {
|
|
143
|
-
width: 12px;
|
|
144
|
-
height: 18px;
|
|
145
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
:host {
|
|
2
|
-
/**
|
|
3
|
-
* @prop --padding-top: Top padding of the select
|
|
4
|
-
* @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the select
|
|
5
|
-
* @prop --padding-bottom: Bottom padding of the select
|
|
6
|
-
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the select
|
|
7
|
-
*
|
|
8
|
-
* @prop --placeholder-color: Color of the select placeholder text
|
|
9
|
-
* @prop --placeholder-opacity: Opacity of the select placeholder text
|
|
10
|
-
*/
|
|
11
|
-
--placeholder-color: currentColor;
|
|
12
|
-
--placeholder-opacity: 0.33;
|
|
13
|
-
padding-left: var(--padding-start);
|
|
14
|
-
padding-right: var(--padding-end);
|
|
15
|
-
padding-top: var(--padding-top);
|
|
16
|
-
padding-bottom: var(--padding-bottom);
|
|
17
|
-
display: flex;
|
|
18
|
-
position: relative;
|
|
19
|
-
align-items: center;
|
|
20
|
-
font-family: var(--ion-font-family, inherit);
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
z-index: 2;
|
|
23
|
-
}
|
|
24
|
-
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
|
|
25
|
-
:host {
|
|
26
|
-
padding-left: unset;
|
|
27
|
-
padding-right: unset;
|
|
28
|
-
-webkit-padding-start: var(--padding-start);
|
|
29
|
-
padding-inline-start: var(--padding-start);
|
|
30
|
-
-webkit-padding-end: var(--padding-end);
|
|
31
|
-
padding-inline-end: var(--padding-end);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
:host(.in-item) {
|
|
36
|
-
position: static;
|
|
37
|
-
max-width: 45%;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
:host(.select-disabled) {
|
|
41
|
-
opacity: 0.4;
|
|
42
|
-
pointer-events: none;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
:host(.ion-focused) button {
|
|
46
|
-
border: 2px solid #5e9ed6;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.select-placeholder {
|
|
50
|
-
color: var(--placeholder-color);
|
|
51
|
-
opacity: var(--placeholder-opacity);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
label {
|
|
55
|
-
left: 0;
|
|
56
|
-
top: 0;
|
|
57
|
-
margin-left: 0;
|
|
58
|
-
margin-right: 0;
|
|
59
|
-
margin-top: 0;
|
|
60
|
-
margin-bottom: 0;
|
|
61
|
-
position: absolute;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
border: 0;
|
|
65
|
-
background: transparent;
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
appearance: none;
|
|
68
|
-
outline: none;
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: center;
|
|
71
|
-
opacity: 0;
|
|
72
|
-
}
|
|
73
|
-
[dir=rtl] label, :host-context([dir=rtl]) label {
|
|
74
|
-
left: unset;
|
|
75
|
-
right: unset;
|
|
76
|
-
right: 0;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
label::-moz-focus-inner {
|
|
80
|
-
border: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
button {
|
|
84
|
-
position: absolute;
|
|
85
|
-
top: 0;
|
|
86
|
-
left: 0;
|
|
87
|
-
right: 0;
|
|
88
|
-
bottom: 0;
|
|
89
|
-
width: 100%;
|
|
90
|
-
height: 100%;
|
|
91
|
-
margin: 0;
|
|
92
|
-
padding: 0;
|
|
93
|
-
border: 0;
|
|
94
|
-
outline: 0;
|
|
95
|
-
clip: rect(0 0 0 0);
|
|
96
|
-
opacity: 0;
|
|
97
|
-
overflow: hidden;
|
|
98
|
-
-webkit-appearance: none;
|
|
99
|
-
-moz-appearance: none;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.select-icon {
|
|
103
|
-
position: relative;
|
|
104
|
-
opacity: 0.33;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.select-text {
|
|
108
|
-
flex: 1;
|
|
109
|
-
min-width: 16px;
|
|
110
|
-
font-size: inherit;
|
|
111
|
-
text-overflow: ellipsis;
|
|
112
|
-
white-space: nowrap;
|
|
113
|
-
overflow: hidden;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.select-icon-inner {
|
|
117
|
-
left: 5px;
|
|
118
|
-
top: 50%;
|
|
119
|
-
margin-top: -2px;
|
|
120
|
-
position: absolute;
|
|
121
|
-
width: 0;
|
|
122
|
-
height: 0;
|
|
123
|
-
border-top: 5px solid;
|
|
124
|
-
border-right: 5px solid transparent;
|
|
125
|
-
border-left: 5px solid transparent;
|
|
126
|
-
color: currentColor;
|
|
127
|
-
pointer-events: none;
|
|
128
|
-
}
|
|
129
|
-
[dir=rtl] .select-icon-inner, :host-context([dir=rtl]) .select-icon-inner {
|
|
130
|
-
left: unset;
|
|
131
|
-
right: unset;
|
|
132
|
-
right: 5px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
:host {
|
|
136
|
-
--padding-top: 10px;
|
|
137
|
-
--padding-end: 0;
|
|
138
|
-
--padding-bottom: 10px;
|
|
139
|
-
--padding-start: 16px;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.select-icon {
|
|
143
|
-
width: 19px;
|
|
144
|
-
height: 19px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
:host-context(.item-label-floating) .select-icon {
|
|
148
|
-
transform: translate3d(0, -9px, 0);
|
|
149
|
-
}
|