@ionic/core 8.4.4-dev.11741206641.18dd4e91 → 8.4.4-dev.11741289071.1e8e1c3f
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/components/checkbox.js +5 -37
- package/components/helpers.js +11 -1
- package/components/index9.js +1 -1
- package/components/ion-input.js +2 -2
- package/components/ion-segment-button.js +40 -9
- package/components/ion-select.js +84 -15
- package/components/ion-textarea.js +2 -2
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-05579976.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-4be3f90d.js} +11 -0
- package/dist/cjs/{index-3652c918.js → index-0ff61d0b.js} +1 -1
- package/dist/cjs/{index-e975c92b.js → index-26bb7e42.js} +3 -3
- package/dist/cjs/{index-0d762bba.js → index-6770fc00.js} +1 -1
- package/dist/cjs/{index-9509ecad.js → index-ad7a712e.js} +1 -1
- package/dist/cjs/index.cjs.js +7 -7
- package/dist/cjs/{input-shims-cd05268a.js → input-shims-fd997b01.js} +2 -2
- package/dist/cjs/{input.utils-ffb2f81b.js → input.utils-c15a1814.js} +1 -1
- package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +3 -3
- package/dist/cjs/ion-alert.cjs.entry.js +3 -3
- package/dist/cjs/ion-app_8.cjs.entry.js +8 -8
- package/dist/cjs/ion-back-button.cjs.entry.js +1 -1
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
- package/dist/cjs/ion-checkbox.cjs.entry.js +6 -36
- package/dist/cjs/ion-datetime-button.cjs.entry.js +1 -1
- package/dist/cjs/ion-datetime_3.cjs.entry.js +3 -3
- package/dist/cjs/ion-fab_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-img.cjs.entry.js +1 -1
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +5 -5
- package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-item_8.cjs.entry.js +1 -1
- package/dist/cjs/ion-loading.cjs.entry.js +3 -3
- package/dist/cjs/ion-menu_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-modal.cjs.entry.js +5 -5
- package/dist/cjs/ion-nav_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +1 -1
- package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
- package/dist/cjs/ion-picker.cjs.entry.js +1 -1
- package/dist/cjs/ion-popover.cjs.entry.js +4 -4
- package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/ion-radio_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-range.cjs.entry.js +2 -2
- package/dist/cjs/ion-refresher_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-route_4.cjs.entry.js +1 -1
- package/dist/cjs/ion-searchbar.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment_2.cjs.entry.js +40 -9
- package/dist/cjs/ion-select-modal.cjs.entry.js +3 -3
- package/dist/cjs/ion-select_3.cjs.entry.js +85 -18
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-tab_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +5 -5
- package/dist/cjs/ion-toast.cjs.entry.js +3 -3
- package/dist/cjs/ion-toggle.cjs.entry.js +1 -1
- package/dist/cjs/ionic.cjs.js +1 -1
- package/dist/cjs/{ios.transition-0e664e88.js → ios.transition-a4f35c55.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{md.transition-2e8aef2c.js → md.transition-cdf904e6.js} +2 -2
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-a0c464d1.js} +1 -1
- package/dist/cjs/{overlays-65fdaff6.js → overlays-86695cf1.js} +2 -2
- package/dist/cjs/{status-tap-d74f1429.js → status-tap-1a2485c1.js} +2 -2
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-47a52b83.js} +1 -1
- package/dist/collection/components/checkbox/checkbox.ios.css +15 -52
- package/dist/collection/components/checkbox/checkbox.js +3 -70
- package/dist/collection/components/checkbox/checkbox.md.css +15 -52
- package/dist/collection/components/input/input.ios.css +3 -2
- package/dist/collection/components/input/input.md.css +7 -2
- package/dist/collection/components/segment-button/segment-button.js +40 -9
- package/dist/collection/components/select/select.ios.css +59 -0
- package/dist/collection/components/select/select.js +116 -12
- package/dist/collection/components/select/select.md.css +61 -0
- package/dist/collection/components/textarea/textarea.ios.css +3 -2
- package/dist/collection/components/textarea/textarea.md.css +7 -2
- package/dist/collection/utils/helpers.js +10 -0
- package/dist/docs.json +73 -73
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-9b49d7d2.js} +11 -1
- package/dist/esm/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
- package/dist/esm/{index-2f7fde3d.js → index-6a5baab0.js} +3 -3
- package/dist/esm/{index-cb21eccb.js → index-7105cd59.js} +1 -1
- package/dist/esm/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
- package/dist/esm/index.js +7 -7
- package/dist/esm/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +2 -2
- package/dist/esm/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
- package/dist/esm/ion-accordion_2.entry.js +1 -1
- package/dist/esm/ion-action-sheet.entry.js +3 -3
- package/dist/esm/ion-alert.entry.js +3 -3
- package/dist/esm/ion-app_8.entry.js +8 -8
- package/dist/esm/ion-back-button.entry.js +1 -1
- package/dist/esm/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm/ion-button_2.entry.js +1 -1
- package/dist/esm/ion-card_5.entry.js +1 -1
- package/dist/esm/ion-checkbox.entry.js +6 -36
- package/dist/esm/ion-datetime-button.entry.js +1 -1
- package/dist/esm/ion-datetime_3.entry.js +3 -3
- package/dist/esm/ion-fab_3.entry.js +1 -1
- package/dist/esm/ion-img.entry.js +1 -1
- package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +5 -5
- package/dist/esm/ion-item-option_3.entry.js +2 -2
- package/dist/esm/ion-item_8.entry.js +1 -1
- package/dist/esm/ion-loading.entry.js +3 -3
- package/dist/esm/ion-menu_3.entry.js +4 -4
- package/dist/esm/ion-modal.entry.js +5 -5
- package/dist/esm/ion-nav_2.entry.js +4 -4
- package/dist/esm/ion-picker-column-option.entry.js +1 -1
- package/dist/esm/ion-picker-column.entry.js +1 -1
- package/dist/esm/ion-picker.entry.js +1 -1
- package/dist/esm/ion-popover.entry.js +4 -4
- package/dist/esm/ion-progress-bar.entry.js +1 -1
- package/dist/esm/ion-radio_2.entry.js +1 -1
- package/dist/esm/ion-range.entry.js +2 -2
- package/dist/esm/ion-refresher_2.entry.js +2 -2
- package/dist/esm/ion-reorder_2.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +1 -1
- package/dist/esm/ion-searchbar.entry.js +1 -1
- package/dist/esm/ion-segment_2.entry.js +40 -9
- package/dist/esm/ion-select-modal.entry.js +3 -3
- package/dist/esm/ion-select_3.entry.js +85 -18
- package/dist/esm/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm/ion-tab_2.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +5 -5
- package/dist/esm/ion-toast.entry.js +3 -3
- package/dist/esm/ion-toggle.entry.js +1 -1
- package/dist/esm/ionic.js +1 -1
- package/dist/esm/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{md.transition-571b3859.js → md.transition-a560e0e2.js} +2 -2
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
- package/dist/esm/{overlays-5deab4de.js → overlays-9a81f230.js} +2 -2
- package/dist/esm/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +2 -2
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
- package/dist/esm-es5/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
- package/dist/esm-es5/{helpers-da915de8.js → helpers-9b49d7d2.js} +1 -1
- package/dist/esm-es5/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
- package/dist/esm-es5/{index-2f7fde3d.js → index-6a5baab0.js} +1 -1
- package/dist/esm-es5/{index-cb21eccb.js → index-7105cd59.js} +1 -1
- package/dist/esm-es5/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +1 -1
- package/dist/esm-es5/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-a560e0e2.js +4 -0
- package/dist/esm-es5/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
- package/dist/esm-es5/{overlays-5deab4de.js → overlays-9a81f230.js} +1 -1
- package/dist/esm-es5/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +1 -1
- package/dist/esm-es5/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
- package/dist/html.html-data.json +8 -8
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/{p-937a7e21.entry.js → p-02e23f26.entry.js} +1 -1
- package/dist/ionic/{p-9b428d25.entry.js → p-037fc3f3.entry.js} +1 -1
- package/dist/ionic/p-04e08129.entry.js +4 -0
- package/dist/ionic/{p-b3c60433.system.js → p-058e61eb.system.js} +1 -1
- package/dist/ionic/{p-bdf2cb2e.system.entry.js → p-0bfffa34.system.entry.js} +1 -1
- package/dist/ionic/{p-7ed1657c.system.entry.js → p-0eb2553a.system.entry.js} +1 -1
- package/dist/ionic/{p-9b122e3c.system.entry.js → p-10327ad2.system.entry.js} +1 -1
- package/dist/ionic/{p-f63c2d12.entry.js → p-155c2bb0.entry.js} +1 -1
- package/dist/ionic/{p-a8f2c254.entry.js → p-155f4d90.entry.js} +1 -1
- package/dist/ionic/{p-2346ab53.system.entry.js → p-18e101b7.system.entry.js} +1 -1
- package/dist/ionic/p-1f405274.js +4 -0
- package/dist/ionic/p-21227121.js +4 -0
- package/dist/ionic/{p-7513b0c4.js → p-22149a4f.js} +1 -1
- package/dist/ionic/{p-2b838f86.system.entry.js → p-2515cb4d.system.entry.js} +1 -1
- package/dist/ionic/{p-de930745.entry.js → p-265939f0.entry.js} +1 -1
- package/dist/ionic/{p-34b11c24.js → p-2bc73fb5.js} +1 -1
- package/dist/ionic/p-2c9eb774.system.js +4 -0
- package/dist/ionic/{p-61db139d.entry.js → p-2cbe5399.entry.js} +1 -1
- package/dist/ionic/{p-2e46590d.system.entry.js → p-2ef3c7ee.system.entry.js} +1 -1
- package/dist/ionic/{p-cba1f9bc.system.entry.js → p-31a6efce.system.entry.js} +1 -1
- package/dist/ionic/p-322c5fb4.system.js +1 -1
- package/dist/ionic/{p-0430c2e0.entry.js → p-34479cfb.entry.js} +1 -1
- package/dist/ionic/p-346b2baf.js +4 -0
- package/dist/ionic/{p-b1eb86fd.entry.js → p-36c448fe.entry.js} +1 -1
- package/dist/ionic/{p-1ab13b2b.js → p-39dd4f62.js} +1 -1
- package/dist/ionic/p-4129228f.system.entry.js +4 -0
- package/dist/ionic/{p-9df2c6fb.entry.js → p-41780810.entry.js} +1 -1
- package/dist/ionic/{p-577bc414.entry.js → p-42c9deb1.entry.js} +1 -1
- package/dist/ionic/{p-a15ddedb.system.js → p-4452a8ac.system.js} +1 -1
- package/dist/ionic/{p-933727f9.system.entry.js → p-484d855b.system.entry.js} +2 -2
- package/dist/ionic/{p-52d7a191.entry.js → p-4ad78edc.entry.js} +1 -1
- package/dist/ionic/{p-28706c6f.js → p-4d3a5f86.js} +1 -1
- package/dist/ionic/{p-6933c482.system.entry.js → p-4d413973.system.entry.js} +1 -1
- package/dist/ionic/{p-74e3f0af.system.entry.js → p-5010643d.system.entry.js} +2 -2
- package/dist/ionic/{p-19ea7bff.system.js → p-5126cf1e.system.js} +1 -1
- package/dist/ionic/p-52245809.js +4 -0
- package/dist/ionic/p-56da53ad.system.entry.js +4 -0
- package/dist/ionic/{p-a88dec0d.system.js → p-578efda4.system.js} +1 -1
- package/dist/ionic/{p-a0eb506c.system.entry.js → p-5882bffa.system.entry.js} +1 -1
- package/dist/ionic/p-5c47ebbd.system.entry.js +4 -0
- package/dist/ionic/{p-a3db8ee3.js → p-5c9324c6.js} +1 -1
- package/dist/ionic/{p-6d6cedc5.entry.js → p-6190d0d6.entry.js} +1 -1
- package/dist/ionic/{p-ab674093.system.entry.js → p-63c09585.system.entry.js} +1 -1
- package/dist/ionic/{p-585b455c.system.entry.js → p-65346408.system.entry.js} +1 -1
- package/dist/ionic/{p-a4a2420e.system.entry.js → p-655723eb.system.entry.js} +1 -1
- package/dist/ionic/{p-120fb79a.entry.js → p-70af0afb.entry.js} +1 -1
- package/dist/ionic/{p-7ddc46c3.system.entry.js → p-70ccc275.system.entry.js} +1 -1
- package/dist/ionic/p-712fedc9.entry.js +4 -0
- package/dist/ionic/{p-5c9eb9af.entry.js → p-72ec9a26.entry.js} +1 -1
- package/dist/ionic/{p-0eb35a7f.system.js → p-73897169.system.js} +1 -1
- package/dist/ionic/{p-98ff6b32.entry.js → p-76446a85.entry.js} +1 -1
- package/dist/ionic/{p-98231c01.system.entry.js → p-77e7b7b6.system.entry.js} +1 -1
- package/dist/ionic/{p-72812e99.js → p-7a1766d6.js} +1 -1
- package/dist/ionic/{p-16188af7.entry.js → p-7b98cebe.entry.js} +1 -1
- package/dist/ionic/{p-fceec762.entry.js → p-80c6d619.entry.js} +1 -1
- package/dist/ionic/{p-1e67b266.system.entry.js → p-84d08aae.system.entry.js} +1 -1
- package/dist/ionic/{p-7de1e42c.system.js → p-860eb968.system.js} +1 -1
- package/dist/ionic/{p-7a02f476.entry.js → p-8818edd8.entry.js} +1 -1
- package/dist/ionic/{p-c4238c12.system.js → p-8e407469.system.js} +1 -1
- package/dist/ionic/{p-567de071.system.entry.js → p-92365bc1.system.entry.js} +1 -1
- package/dist/ionic/{p-f1120724.system.entry.js → p-93e3654c.system.entry.js} +1 -1
- package/dist/ionic/{p-d7aa6b00.entry.js → p-955c3eb8.entry.js} +1 -1
- package/dist/ionic/{p-8635f5e6.system.js → p-95da3ae2.system.js} +1 -1
- package/dist/ionic/{p-b6efeab8.js → p-990630ca.js} +1 -1
- package/dist/ionic/{p-92763d3d.entry.js → p-9962f63f.entry.js} +1 -1
- package/dist/ionic/p-9a100adc.entry.js +4 -0
- package/dist/ionic/{p-b9d7015f.entry.js → p-9b3bb24e.entry.js} +1 -1
- package/dist/ionic/{p-f1060cd8.entry.js → p-9de5c787.entry.js} +1 -1
- package/dist/ionic/{p-e3171ff3.entry.js → p-a18470c6.entry.js} +1 -1
- package/dist/ionic/{p-e06057c9.entry.js → p-a5b31c0f.entry.js} +1 -1
- package/dist/ionic/{p-01186920.system.entry.js → p-a9e24ae2.system.entry.js} +1 -1
- package/dist/ionic/{p-5c08627a.system.js → p-acb30a5c.system.js} +1 -1
- package/dist/ionic/p-acc8399c.system.entry.js +4 -0
- package/dist/ionic/p-af09741c.entry.js +4 -0
- package/dist/ionic/{p-d22e2a38.system.js → p-af452fa4.system.js} +1 -1
- package/dist/ionic/{p-e09d6392.system.entry.js → p-af744710.system.entry.js} +1 -1
- package/dist/ionic/{p-3ad285e3.system.js → p-b3680e2f.system.js} +1 -1
- package/dist/ionic/p-b936eb7e.system.entry.js +4 -0
- package/dist/ionic/{p-b51e4004.js → p-bb11d9fb.js} +1 -1
- package/dist/ionic/{p-081a4ce4.entry.js → p-bb2a6761.entry.js} +1 -1
- package/dist/ionic/{p-948e6c6a.entry.js → p-bc616455.entry.js} +1 -1
- package/dist/ionic/{p-bb0db172.entry.js → p-c32644d7.entry.js} +1 -1
- package/dist/ionic/{p-4c98e2cf.system.js → p-c3802319.system.js} +1 -1
- package/dist/ionic/{p-c41ac815.entry.js → p-c8d645b3.entry.js} +1 -1
- package/dist/ionic/{p-f1c4dcd4.js → p-c935cfc9.js} +1 -1
- package/dist/ionic/p-d0546368.entry.js +4 -0
- package/dist/ionic/{p-6dfb0f39.system.entry.js → p-d1172fe3.system.entry.js} +1 -1
- package/dist/ionic/{p-3cc276f4.js → p-d4ca0475.js} +1 -1
- package/dist/ionic/{p-7a6eaf9e.entry.js → p-d7bb5325.entry.js} +1 -1
- package/dist/ionic/{p-a090bce8.system.entry.js → p-d821466d.system.entry.js} +1 -1
- package/dist/ionic/{p-ada36597.system.js → p-d99e8644.system.js} +1 -1
- package/dist/ionic/{p-58d5df0c.system.entry.js → p-da8ef548.system.entry.js} +1 -1
- package/dist/ionic/{p-985a7e17.system.entry.js → p-dc146a2a.system.entry.js} +1 -1
- package/dist/ionic/{p-cac0e0b3.system.entry.js → p-dd0c9350.system.entry.js} +1 -1
- package/dist/ionic/p-df862603.entry.js +4 -0
- package/dist/ionic/{p-2172893e.system.entry.js → p-e2e19375.system.entry.js} +1 -1
- package/dist/ionic/{p-05b74e45.system.entry.js → p-e32557bb.system.entry.js} +1 -1
- package/dist/ionic/{p-2da9c8a7.entry.js → p-e5849f8d.entry.js} +1 -1
- package/dist/ionic/{p-15e76dd1.entry.js → p-e8f34871.entry.js} +1 -1
- package/dist/ionic/{p-d6eaffb1.system.entry.js → p-eeb5cb45.system.entry.js} +2 -2
- package/dist/ionic/{p-744c8672.system.entry.js → p-efbf5af5.system.entry.js} +1 -1
- package/dist/ionic/{p-e6376b93.system.entry.js → p-f2613334.system.entry.js} +1 -1
- package/dist/ionic/{p-e4ee80be.system.entry.js → p-f301a694.system.entry.js} +1 -1
- package/dist/ionic/{p-fbd41a7e.system.entry.js → p-f56752be.system.entry.js} +1 -1
- package/dist/ionic/{p-e76dae93.entry.js → p-f5d6624d.entry.js} +1 -1
- package/dist/ionic/{p-797eeea8.system.entry.js → p-f78af648.system.entry.js} +1 -1
- package/dist/ionic/{p-63b0abde.system.entry.js → p-f89cf011.system.entry.js} +1 -1
- package/dist/ionic/p-fbf86e62.system.js +4 -0
- package/dist/ionic/{p-7b9a2b23.entry.js → p-fca17935.entry.js} +1 -1
- package/dist/ionic/{p-eef505e8.entry.js → p-fec13c57.entry.js} +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +0 -19
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components/select/select.d.ts +23 -0
- package/dist/types/components.d.ts +16 -16
- package/dist/types/utils/helpers.d.ts +1 -0
- package/hydrate/index.js +144 -66
- package/hydrate/index.mjs +144 -66
- package/package.json +2 -2
- package/dist/esm-es5/md.transition-571b3859.js +0 -4
- package/dist/ionic/p-0af823e1.js +0 -4
- package/dist/ionic/p-1132ffee.entry.js +0 -4
- package/dist/ionic/p-15d18206.entry.js +0 -4
- package/dist/ionic/p-248318e0.system.entry.js +0 -4
- package/dist/ionic/p-302b50bb.system.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4ec778aa.entry.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-8694928f.entry.js +0 -4
- package/dist/ionic/p-9343a445.js +0 -4
- package/dist/ionic/p-9f364443.system.entry.js +0 -4
- package/dist/ionic/p-c4b53b16.system.entry.js +0 -4
- package/dist/ionic/p-cb13696c.js +0 -4
- package/dist/ionic/p-cdc83025.entry.js +0 -4
- package/dist/ionic/p-d1c5b60e.system.js +0 -4
- package/dist/ionic/p-d7dd8fb1.entry.js +0 -4
- package/dist/ionic/p-e4fde4fb.system.entry.js +0 -4
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-06T19:26:21",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5742,18 +5742,6 @@
|
|
|
5742
5742
|
{
|
|
5743
5743
|
"name": "part",
|
|
5744
5744
|
"text": "mark - The checkmark used to indicate the checked state."
|
|
5745
|
-
},
|
|
5746
|
-
{
|
|
5747
|
-
"name": "part",
|
|
5748
|
-
"text": "supporting-text - Supporting text displayed beneath the checkbox label."
|
|
5749
|
-
},
|
|
5750
|
-
{
|
|
5751
|
-
"name": "part",
|
|
5752
|
-
"text": "helper-text - Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
5753
|
-
},
|
|
5754
|
-
{
|
|
5755
|
-
"name": "part",
|
|
5756
|
-
"text": "error-text - Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
5757
5745
|
}
|
|
5758
5746
|
],
|
|
5759
5747
|
"usage": {},
|
|
@@ -5897,54 +5885,6 @@
|
|
|
5897
5885
|
"optional": false,
|
|
5898
5886
|
"required": false
|
|
5899
5887
|
},
|
|
5900
|
-
{
|
|
5901
|
-
"name": "errorText",
|
|
5902
|
-
"type": "string | undefined",
|
|
5903
|
-
"complexType": {
|
|
5904
|
-
"original": "string",
|
|
5905
|
-
"resolved": "string | undefined",
|
|
5906
|
-
"references": {}
|
|
5907
|
-
},
|
|
5908
|
-
"mutable": false,
|
|
5909
|
-
"attr": "error-text",
|
|
5910
|
-
"reflectToAttr": false,
|
|
5911
|
-
"docs": "Text that is placed under the checkbox label and displayed when an error is detected.",
|
|
5912
|
-
"docsTags": [],
|
|
5913
|
-
"values": [
|
|
5914
|
-
{
|
|
5915
|
-
"type": "string"
|
|
5916
|
-
},
|
|
5917
|
-
{
|
|
5918
|
-
"type": "undefined"
|
|
5919
|
-
}
|
|
5920
|
-
],
|
|
5921
|
-
"optional": true,
|
|
5922
|
-
"required": false
|
|
5923
|
-
},
|
|
5924
|
-
{
|
|
5925
|
-
"name": "helperText",
|
|
5926
|
-
"type": "string | undefined",
|
|
5927
|
-
"complexType": {
|
|
5928
|
-
"original": "string",
|
|
5929
|
-
"resolved": "string | undefined",
|
|
5930
|
-
"references": {}
|
|
5931
|
-
},
|
|
5932
|
-
"mutable": false,
|
|
5933
|
-
"attr": "helper-text",
|
|
5934
|
-
"reflectToAttr": false,
|
|
5935
|
-
"docs": "Text that is placed under the checkbox label and displayed when no error is detected.",
|
|
5936
|
-
"docsTags": [],
|
|
5937
|
-
"values": [
|
|
5938
|
-
{
|
|
5939
|
-
"type": "string"
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"type": "undefined"
|
|
5943
|
-
}
|
|
5944
|
-
],
|
|
5945
|
-
"optional": true,
|
|
5946
|
-
"required": false
|
|
5947
|
-
},
|
|
5948
5888
|
{
|
|
5949
5889
|
"name": "indeterminate",
|
|
5950
5890
|
"type": "boolean",
|
|
@@ -6320,14 +6260,6 @@
|
|
|
6320
6260
|
"name": "container",
|
|
6321
6261
|
"docs": "The container for the checkbox mark."
|
|
6322
6262
|
},
|
|
6323
|
-
{
|
|
6324
|
-
"name": "error-text",
|
|
6325
|
-
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
|
|
6326
|
-
},
|
|
6327
|
-
{
|
|
6328
|
-
"name": "helper-text",
|
|
6329
|
-
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
6330
|
-
},
|
|
6331
6263
|
{
|
|
6332
6264
|
"name": "label",
|
|
6333
6265
|
"docs": "The label text describing the checkbox."
|
|
@@ -6335,10 +6267,6 @@
|
|
|
6335
6267
|
{
|
|
6336
6268
|
"name": "mark",
|
|
6337
6269
|
"docs": "The checkmark used to indicate the checked state."
|
|
6338
|
-
},
|
|
6339
|
-
{
|
|
6340
|
-
"name": "supporting-text",
|
|
6341
|
-
"docs": "Supporting text displayed beneath the checkbox label."
|
|
6342
6270
|
}
|
|
6343
6271
|
],
|
|
6344
6272
|
"dependents": [
|
|
@@ -27338,6 +27266,18 @@
|
|
|
27338
27266
|
{
|
|
27339
27267
|
"name": "part",
|
|
27340
27268
|
"text": "label - The label text describing the select."
|
|
27269
|
+
},
|
|
27270
|
+
{
|
|
27271
|
+
"name": "part",
|
|
27272
|
+
"text": "supporting-text - Supporting text displayed beneath the select."
|
|
27273
|
+
},
|
|
27274
|
+
{
|
|
27275
|
+
"name": "part",
|
|
27276
|
+
"text": "helper-text - Supporting text displayed beneath the select when the select is valid."
|
|
27277
|
+
},
|
|
27278
|
+
{
|
|
27279
|
+
"name": "part",
|
|
27280
|
+
"text": "error-text - Supporting text displayed beneath the select when the select is invalid and touched."
|
|
27341
27281
|
}
|
|
27342
27282
|
],
|
|
27343
27283
|
"usage": {},
|
|
@@ -27488,6 +27428,30 @@
|
|
|
27488
27428
|
"optional": false,
|
|
27489
27429
|
"required": false
|
|
27490
27430
|
},
|
|
27431
|
+
{
|
|
27432
|
+
"name": "errorText",
|
|
27433
|
+
"type": "string | undefined",
|
|
27434
|
+
"complexType": {
|
|
27435
|
+
"original": "string",
|
|
27436
|
+
"resolved": "string | undefined",
|
|
27437
|
+
"references": {}
|
|
27438
|
+
},
|
|
27439
|
+
"mutable": false,
|
|
27440
|
+
"attr": "error-text",
|
|
27441
|
+
"reflectToAttr": false,
|
|
27442
|
+
"docs": "Text that is placed under the select and displayed when an error is detected.",
|
|
27443
|
+
"docsTags": [],
|
|
27444
|
+
"values": [
|
|
27445
|
+
{
|
|
27446
|
+
"type": "string"
|
|
27447
|
+
},
|
|
27448
|
+
{
|
|
27449
|
+
"type": "undefined"
|
|
27450
|
+
}
|
|
27451
|
+
],
|
|
27452
|
+
"optional": true,
|
|
27453
|
+
"required": false
|
|
27454
|
+
},
|
|
27491
27455
|
{
|
|
27492
27456
|
"name": "expandedIcon",
|
|
27493
27457
|
"type": "string | undefined",
|
|
@@ -27541,6 +27505,30 @@
|
|
|
27541
27505
|
"optional": true,
|
|
27542
27506
|
"required": false
|
|
27543
27507
|
},
|
|
27508
|
+
{
|
|
27509
|
+
"name": "helperText",
|
|
27510
|
+
"type": "string | undefined",
|
|
27511
|
+
"complexType": {
|
|
27512
|
+
"original": "string",
|
|
27513
|
+
"resolved": "string | undefined",
|
|
27514
|
+
"references": {}
|
|
27515
|
+
},
|
|
27516
|
+
"mutable": false,
|
|
27517
|
+
"attr": "helper-text",
|
|
27518
|
+
"reflectToAttr": false,
|
|
27519
|
+
"docs": "Text that is placed under the select and displayed when no error is detected.",
|
|
27520
|
+
"docsTags": [],
|
|
27521
|
+
"values": [
|
|
27522
|
+
{
|
|
27523
|
+
"type": "string"
|
|
27524
|
+
},
|
|
27525
|
+
{
|
|
27526
|
+
"type": "undefined"
|
|
27527
|
+
}
|
|
27528
|
+
],
|
|
27529
|
+
"optional": true,
|
|
27530
|
+
"required": false
|
|
27531
|
+
},
|
|
27544
27532
|
{
|
|
27545
27533
|
"name": "interface",
|
|
27546
27534
|
"type": "\"action-sheet\" | \"alert\" | \"modal\" | \"popover\"",
|
|
@@ -28283,6 +28271,14 @@
|
|
|
28283
28271
|
"name": "container",
|
|
28284
28272
|
"docs": "The container for the selected text or placeholder."
|
|
28285
28273
|
},
|
|
28274
|
+
{
|
|
28275
|
+
"name": "error-text",
|
|
28276
|
+
"docs": "Supporting text displayed beneath the select when the select is invalid and touched."
|
|
28277
|
+
},
|
|
28278
|
+
{
|
|
28279
|
+
"name": "helper-text",
|
|
28280
|
+
"docs": "Supporting text displayed beneath the select when the select is valid."
|
|
28281
|
+
},
|
|
28286
28282
|
{
|
|
28287
28283
|
"name": "icon",
|
|
28288
28284
|
"docs": "The select icon container."
|
|
@@ -28295,6 +28291,10 @@
|
|
|
28295
28291
|
"name": "placeholder",
|
|
28296
28292
|
"docs": "The text displayed in the select when there is no value."
|
|
28297
28293
|
},
|
|
28294
|
+
{
|
|
28295
|
+
"name": "supporting-text",
|
|
28296
|
+
"docs": "Supporting text displayed beneath the select."
|
|
28297
|
+
},
|
|
28298
28298
|
{
|
|
28299
28299
|
"name": "text",
|
|
28300
28300
|
"docs": "The displayed value of the select."
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { c as componentOnReady } from './helpers-
|
|
4
|
+
import { c as componentOnReady } from './helpers-9b49d7d2.js';
|
|
5
5
|
|
|
6
6
|
// TODO(FW-2832): types
|
|
7
7
|
const attachComponent = async (delegate, container, component, cssClasses, componentProps, inline) => {
|
|
@@ -358,5 +358,15 @@ const shallowEqualStringMap = (map1, map2) => {
|
|
|
358
358
|
}
|
|
359
359
|
return true;
|
|
360
360
|
};
|
|
361
|
+
const getNextSiblingOfType = (element) => {
|
|
362
|
+
let sibling = element.nextSibling;
|
|
363
|
+
while (sibling) {
|
|
364
|
+
if (sibling.nodeType === Node.ELEMENT_NODE && sibling !== null) {
|
|
365
|
+
return sibling;
|
|
366
|
+
}
|
|
367
|
+
sibling = sibling.nextSibling;
|
|
368
|
+
}
|
|
369
|
+
return null;
|
|
370
|
+
};
|
|
361
371
|
|
|
362
|
-
export { addEventListener as a, removeEventListener as b, componentOnReady as c, renderHiddenInput as d, debounceEvent as e, focusVisibleElement as f, getElementRoot as g, inheritAttributes as h, inheritAriaAttributes as i, clamp as j, hasLazyBuild as k, hasShadowDom as l, assert as m,
|
|
372
|
+
export { addEventListener as a, removeEventListener as b, componentOnReady as c, renderHiddenInput as d, debounceEvent as e, focusVisibleElement as f, getElementRoot as g, inheritAttributes as h, inheritAriaAttributes as i, clamp as j, hasLazyBuild as k, hasShadowDom as l, assert as m, getNextSiblingOfType as n, isEndSide as o, debounce as p, pointerCoord as q, raf as r, shallowEqualStringMap as s, transitionEndAsync as t };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { d as doc } from './index-a5d50daf.js';
|
|
5
|
-
import {
|
|
5
|
+
import { q as pointerCoord } from './helpers-9b49d7d2.js';
|
|
6
6
|
|
|
7
7
|
const startTapClick = (config) => {
|
|
8
8
|
if (doc === undefined) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { c as config } from './ionic-global-c81d82ab.js';
|
|
5
5
|
import { w as writeTask, B as Build } from './index-28849c61.js';
|
|
6
6
|
import { p as printIonWarning } from './index-6ad967f3.js';
|
|
7
|
-
import { r as raf } from './helpers-
|
|
7
|
+
import { r as raf } from './helpers-9b49d7d2.js';
|
|
8
8
|
|
|
9
9
|
const LIFECYCLE_WILL_ENTER = 'ionViewWillEnter';
|
|
10
10
|
const LIFECYCLE_DID_ENTER = 'ionViewDidEnter';
|
|
@@ -120,8 +120,8 @@ const createFocusController = () => {
|
|
|
120
120
|
};
|
|
121
121
|
const LAST_FOCUS = 'ion-last-focus';
|
|
122
122
|
|
|
123
|
-
const iosTransitionAnimation = () => import('./ios.transition-
|
|
124
|
-
const mdTransitionAnimation = () => import('./md.transition-
|
|
123
|
+
const iosTransitionAnimation = () => import('./ios.transition-314468a2.js');
|
|
124
|
+
const mdTransitionAnimation = () => import('./md.transition-a560e0e2.js');
|
|
125
125
|
const focusController = createFocusController();
|
|
126
126
|
// TODO(FW-2832): types
|
|
127
127
|
const transition = (opts) => {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { d as doc } from './index-a5d50daf.js';
|
|
5
5
|
import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-06ef3c3e.js';
|
|
6
6
|
import { p as printIonWarning } from './index-6ad967f3.js';
|
|
7
|
-
import { c as componentOnReady } from './helpers-
|
|
7
|
+
import { c as componentOnReady } from './helpers-9b49d7d2.js';
|
|
8
8
|
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
9
9
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { c as componentOnReady } from './helpers-
|
|
4
|
+
import { c as componentOnReady } from './helpers-9b49d7d2.js';
|
|
5
5
|
import { b as printRequiredElementError } from './index-6ad967f3.js';
|
|
6
6
|
|
|
7
7
|
const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
|
package/dist/esm/index.js
CHANGED
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
export { c as createAnimation } from './animation-eab5a4ca.js';
|
|
5
|
-
export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-
|
|
6
|
-
export { iosTransitionAnimation } from './ios.transition-
|
|
7
|
-
export { mdTransitionAnimation } from './md.transition-
|
|
5
|
+
export { a as LIFECYCLE_DID_ENTER, c as LIFECYCLE_DID_LEAVE, L as LIFECYCLE_WILL_ENTER, b as LIFECYCLE_WILL_LEAVE, d as LIFECYCLE_WILL_UNLOAD, g as getIonPageElement } from './index-6a5baab0.js';
|
|
6
|
+
export { iosTransitionAnimation } from './ios.transition-314468a2.js';
|
|
7
|
+
export { mdTransitionAnimation } from './md.transition-a560e0e2.js';
|
|
8
8
|
export { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
9
9
|
export { createGesture } from './index-39782642.js';
|
|
10
10
|
export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-c81d82ab.js';
|
|
11
|
-
export { c as componentOnReady } from './helpers-
|
|
11
|
+
export { c as componentOnReady } from './helpers-9b49d7d2.js';
|
|
12
12
|
export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-49c88215.js';
|
|
13
13
|
export { o as openURL } from './theme-01f3f29c.js';
|
|
14
|
-
export { m as menuController } from './index-
|
|
15
|
-
export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-
|
|
14
|
+
export { m as menuController } from './index-7105cd59.js';
|
|
15
|
+
export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-9a81f230.js';
|
|
16
16
|
import './index-a5d50daf.js';
|
|
17
17
|
import './index-28849c61.js';
|
|
18
18
|
import './index-6ad967f3.js';
|
|
19
19
|
import './gesture-controller-314a54f6.js';
|
|
20
20
|
import './hardware-back-button-06ef3c3e.js';
|
|
21
|
-
import './framework-delegate-
|
|
21
|
+
import './framework-delegate-f683816e.js';
|
|
22
22
|
|
|
23
23
|
const IonicSlides = (opts) => {
|
|
24
24
|
const { swiper, extendParams } = opts;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { w as win, d as doc } from './index-a5d50daf.js';
|
|
5
|
-
import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-
|
|
6
|
-
import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-
|
|
5
|
+
import { g as getScrollElement, c as scrollByPoint, f as findClosestIonContent } from './index-dd0f7395.js';
|
|
6
|
+
import { a as addEventListener, b as removeEventListener, r as raf, c as componentOnReady } from './helpers-9b49d7d2.js';
|
|
7
7
|
import { a as KeyboardResize, K as Keyboard } from './keyboard-73175e24.js';
|
|
8
8
|
import './index-6ad967f3.js';
|
|
9
9
|
import './ionic-global-c81d82ab.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { w as win } from './index-a5d50daf.js';
|
|
5
|
-
import { r as raf } from './helpers-
|
|
5
|
+
import { r as raf } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { a as printIonError } from './index-6ad967f3.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-28849c61.js';
|
|
5
|
-
import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-
|
|
5
|
+
import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { l as chevronDown } from './index-e2cf2ceb.js';
|
|
7
7
|
import { c as config, b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
8
8
|
import { p as printIonWarning } from './index-6ad967f3.js';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, d as createEvent, e as readTask, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
5
|
import { c as createButtonActiveGesture } from './button-active-f6503382.js';
|
|
6
|
-
import { r as raf } from './helpers-
|
|
6
|
+
import { r as raf } from './helpers-9b49d7d2.js';
|
|
7
7
|
import { c as createLockController } from './lock-controller-316928be.js';
|
|
8
|
-
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-
|
|
8
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-9a81f230.js';
|
|
9
9
|
import { g as getClassMap } from './theme-01f3f29c.js';
|
|
10
10
|
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
11
11
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
@@ -15,7 +15,7 @@ import './index-a5d50daf.js';
|
|
|
15
15
|
import './index-39782642.js';
|
|
16
16
|
import './gesture-controller-314a54f6.js';
|
|
17
17
|
import './hardware-back-button-06ef3c3e.js';
|
|
18
|
-
import './framework-delegate-
|
|
18
|
+
import './framework-delegate-f683816e.js';
|
|
19
19
|
import './index-6ad967f3.js';
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import { r as registerInstance, d as createEvent, j as forceUpdate, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
5
|
import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-49c88215.js';
|
|
6
6
|
import { c as createButtonActiveGesture } from './button-active-f6503382.js';
|
|
7
|
-
import { r as raf } from './helpers-
|
|
7
|
+
import { r as raf } from './helpers-9b49d7d2.js';
|
|
8
8
|
import { c as createLockController } from './lock-controller-316928be.js';
|
|
9
|
-
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-
|
|
9
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-9a81f230.js';
|
|
10
10
|
import { g as getClassMap } from './theme-01f3f29c.js';
|
|
11
11
|
import { c as config, b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
12
12
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
@@ -16,7 +16,7 @@ import './index-a5d50daf.js';
|
|
|
16
16
|
import './index-39782642.js';
|
|
17
17
|
import './gesture-controller-314a54f6.js';
|
|
18
18
|
import './hardware-back-button-06ef3c3e.js';
|
|
19
|
-
import './framework-delegate-
|
|
19
|
+
import './framework-delegate-f683816e.js';
|
|
20
20
|
import './index-6ad967f3.js';
|
|
21
21
|
|
|
22
22
|
/**
|
|
@@ -5,15 +5,15 @@ import { r as registerInstance, h, f as Host, i as getElement, d as createEvent,
|
|
|
5
5
|
import { shouldUseCloseWatcher } from './hardware-back-button-06ef3c3e.js';
|
|
6
6
|
import { p as printIonWarning } from './index-6ad967f3.js';
|
|
7
7
|
import { b as getIonMode, c as config, a as isPlatform } from './ionic-global-c81d82ab.js';
|
|
8
|
-
import { i as inheritAriaAttributes, k as hasLazyBuild, c as componentOnReady, j as clamp, s as shallowEqualStringMap } from './helpers-
|
|
8
|
+
import { i as inheritAriaAttributes, k as hasLazyBuild, c as componentOnReady, j as clamp, s as shallowEqualStringMap } from './helpers-9b49d7d2.js';
|
|
9
9
|
import { i as isRTL } from './dir-babeabeb.js';
|
|
10
10
|
import { c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
|
|
11
|
-
import { a as findIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-
|
|
11
|
+
import { a as findIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-dd0f7395.js';
|
|
12
12
|
import { c as createKeyboardController } from './keyboard-controller-ec5c2bfa.js';
|
|
13
13
|
import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
14
|
-
import { a as attachComponent, d as detachComponent } from './framework-delegate-
|
|
14
|
+
import { a as attachComponent, d as detachComponent } from './framework-delegate-f683816e.js';
|
|
15
15
|
import { c as createLockController } from './lock-controller-316928be.js';
|
|
16
|
-
import { t as transition } from './index-
|
|
16
|
+
import { t as transition } from './index-6a5baab0.js';
|
|
17
17
|
import './index-a5d50daf.js';
|
|
18
18
|
import './keyboard-73175e24.js';
|
|
19
19
|
import './capacitor-59395cbd.js';
|
|
@@ -30,10 +30,10 @@ const App = class {
|
|
|
30
30
|
rIC(async () => {
|
|
31
31
|
const isHybrid = isPlatform(window, 'hybrid');
|
|
32
32
|
if (!config.getBoolean('_testing')) {
|
|
33
|
-
import('./index-
|
|
33
|
+
import('./index-5a0f5fd0.js').then((module) => module.startTapClick(config));
|
|
34
34
|
}
|
|
35
35
|
if (config.getBoolean('statusTap', isHybrid)) {
|
|
36
|
-
import('./status-tap-
|
|
36
|
+
import('./status-tap-d07dbc82.js').then((module) => module.startStatusTap());
|
|
37
37
|
}
|
|
38
38
|
if (config.getBoolean('inputShims', needInputShims())) {
|
|
39
39
|
/**
|
|
@@ -41,7 +41,7 @@ const App = class {
|
|
|
41
41
|
* platforms proceed into this block.
|
|
42
42
|
*/
|
|
43
43
|
const platform = isPlatform(window, 'ios') ? 'ios' : 'android';
|
|
44
|
-
import('./input-shims-
|
|
44
|
+
import('./input-shims-dff819a9.js').then((module) => module.startInputShims(config, platform));
|
|
45
45
|
}
|
|
46
46
|
const hardwareBackButtonModule = await import('./hardware-back-button-06ef3c3e.js');
|
|
47
47
|
const supportsHardwareBackButtonEvents = isHybrid || shouldUseCloseWatcher();
|
|
@@ -1050,7 +1050,7 @@ const RouterOutlet = class {
|
|
|
1050
1050
|
this.swipeHandler.onStart();
|
|
1051
1051
|
}
|
|
1052
1052
|
};
|
|
1053
|
-
this.gesture = (await import('./swipe-back-
|
|
1053
|
+
this.gesture = (await import('./swipe-back-23ee7ab1.js')).createSwipeBackGesture(this.el, () => !this.gestureOrAnimationInProgress && !!this.swipeHandler && this.swipeHandler.canStart(), () => onStart(), (step) => { var _a; return (_a = this.ani) === null || _a === void 0 ? void 0 : _a.progressStep(step); }, (shouldComplete, step, dur) => {
|
|
1054
1054
|
if (this.ani) {
|
|
1055
1055
|
this.ani.onFinish(() => {
|
|
1056
1056
|
this.gestureOrAnimationInProgress = false;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
|
-
import { i as inheritAriaAttributes } from './helpers-
|
|
5
|
+
import { i as inheritAriaAttributes } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { o as openURL, c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
|
|
7
7
|
import { c as chevronBack, a as arrowBackSharp } from './index-e2cf2ceb.js';
|
|
8
8
|
import { c as config, b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
|
-
import { i as inheritAriaAttributes } from './helpers-
|
|
5
|
+
import { i as inheritAriaAttributes } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { o as openURL, c as createColorClasses, h as hostContext } from './theme-01f3f29c.js';
|
|
7
7
|
import { m as chevronForwardOutline, n as ellipsisHorizontal } from './index-e2cf2ceb.js';
|
|
8
8
|
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { k as getAssetPath, r as registerInstance, d as createEvent, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
|
-
import { l as hasShadowDom, i as inheritAriaAttributes } from './helpers-
|
|
5
|
+
import { l as hasShadowDom, i as inheritAriaAttributes } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { p as printIonWarning } from './index-6ad967f3.js';
|
|
7
7
|
import { o as openURL, c as createColorClasses$1, h as hostContext } from './theme-01f3f29c.js';
|
|
8
8
|
import { b as getIonMode$1 } from './ionic-global-c81d82ab.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
|
-
import { h as inheritAttributes } from './helpers-
|
|
5
|
+
import { h as inheritAttributes } from './helpers-9b49d7d2.js';
|
|
6
6
|
import { o as openURL, c as createColorClasses } from './theme-01f3f29c.js';
|
|
7
7
|
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
8
8
|
|