voyager-ionic-core 8.2.6 → 8.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox.js +9 -9
- package/components/ion-content.js +9 -5
- package/components/ion-datetime.js +3 -3
- package/components/ion-range.js +10 -7
- package/components/ion-select.js +6 -6
- package/components/ion-tabs.js +12 -2
- package/components/ion-toggle.js +9 -9
- package/components/item.js +3 -3
- package/components/radio.js +9 -9
- package/dist/cjs/{app-globals-7dbf2ade.js → app-globals-21afee77.js} +1 -1
- package/dist/cjs/{button-active-cf1c215d.js → button-active-3f2f60b4.js} +1 -1
- package/dist/cjs/{hardware-back-button-ddbc12ea.js → hardware-back-button-9e8a2c4f.js} +2 -2
- package/dist/cjs/{index-480c143c.js → index-73f75efb.js} +47 -29
- package/dist/cjs/{index-a3f97de0.js → index-9cd00dc3.js} +2 -2
- package/dist/cjs/{index-24fe3fe6.js → index-f05acd21.js} +4 -4
- package/dist/cjs/index.cjs.js +8 -8
- package/dist/cjs/ion-accordion_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-action-sheet.cjs.entry.js +5 -5
- package/dist/cjs/ion-alert.cjs.entry.js +5 -5
- package/dist/cjs/ion-app_8.cjs.entry.js +14 -10
- package/dist/cjs/ion-avatar_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
- package/dist/cjs/ion-checkbox.cjs.entry.js +11 -11
- package/dist/cjs/ion-chip.cjs.entry.js +2 -2
- package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime_3.cjs.entry.js +7 -7
- package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-img.cjs.entry.js +2 -2
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +2 -2
- package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-item_8.cjs.entry.js +5 -5
- package/dist/cjs/ion-loading.cjs.entry.js +4 -4
- package/dist/cjs/ion-menu_3.cjs.entry.js +5 -5
- package/dist/cjs/ion-modal.cjs.entry.js +5 -5
- package/dist/cjs/ion-nav_2.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
- package/dist/cjs/ion-picker-column.cjs.entry.js +2 -2
- package/dist/cjs/ion-picker.cjs.entry.js +1 -1
- package/dist/cjs/ion-popover.cjs.entry.js +5 -5
- package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/ion-radio_2.cjs.entry.js +11 -11
- package/dist/cjs/ion-range.cjs.entry.js +12 -9
- 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-ripple-effect.cjs.entry.js +2 -2
- package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
- package/dist/cjs/ion-searchbar.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-select_3.cjs.entry.js +10 -10
- package/dist/cjs/ion-spinner.cjs.entry.js +2 -2
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -3
- package/dist/cjs/ion-text.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +4 -4
- package/dist/cjs/ion-toggle.cjs.entry.js +11 -11
- package/dist/cjs/{ionic-global-c1db87a5.js → ionic-global-d9a8bb5b.js} +1 -1
- package/dist/cjs/ionic.cjs.js +4 -4
- package/dist/cjs/{ios.transition-8419294d.js → ios.transition-cf40433b.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{md.transition-39852d6b.js → md.transition-ededf99f.js} +3 -3
- package/dist/cjs/{overlays-55d77381.js → overlays-0123d7d4.js} +2 -2
- package/dist/cjs/{status-tap-b68fa888.js → status-tap-37681226.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/checkbox/checkbox.ios.css +11 -1
- package/dist/collection/components/checkbox/checkbox.js +15 -17
- package/dist/collection/components/checkbox/checkbox.md.css +11 -1
- package/dist/collection/components/content/content.js +9 -5
- package/dist/collection/components/datetime/datetime.js +3 -3
- package/dist/collection/components/item/item.js +3 -3
- package/dist/collection/components/radio/radio.ios.css +9 -0
- package/dist/collection/components/radio/radio.js +15 -17
- package/dist/collection/components/radio/radio.md.css +9 -0
- package/dist/collection/components/range/range.js +10 -7
- package/dist/collection/components/select/select.ios.css +1 -0
- package/dist/collection/components/select/select.js +7 -8
- package/dist/collection/components/select/select.md.css +1 -0
- package/dist/collection/components/tabs/tabs.js +12 -2
- package/dist/collection/components/toggle/toggle.ios.css +10 -0
- package/dist/collection/components/toggle/toggle.js +15 -17
- package/dist/collection/components/toggle/toggle.md.css +10 -0
- package/dist/docs.json +51 -37
- package/dist/esm/{app-globals-7f30ce3c.js → app-globals-5dbb61a5.js} +1 -1
- package/dist/esm/{button-active-78f50add.js → button-active-f6503382.js} +1 -1
- package/dist/esm/{hardware-back-button-2e99752e.js → hardware-back-button-06ef3c3e.js} +2 -2
- package/dist/esm/{index-7a952e7a.js → index-28849c61.js} +47 -29
- package/dist/esm/{index-8808daa5.js → index-3ad7f18b.js} +4 -4
- package/dist/esm/{index-4094f808.js → index-fe1782b1.js} +2 -2
- package/dist/esm/index.js +8 -8
- package/dist/esm/ion-accordion_2.entry.js +2 -2
- package/dist/esm/ion-action-sheet.entry.js +5 -5
- package/dist/esm/ion-alert.entry.js +5 -5
- package/dist/esm/ion-app_8.entry.js +15 -11
- package/dist/esm/ion-avatar_3.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +2 -2
- package/dist/esm/ion-backdrop.entry.js +2 -2
- package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
- package/dist/esm/ion-button_2.entry.js +2 -2
- package/dist/esm/ion-card_5.entry.js +2 -2
- package/dist/esm/ion-checkbox.entry.js +11 -11
- package/dist/esm/ion-chip.entry.js +2 -2
- package/dist/esm/ion-col_3.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +2 -2
- package/dist/esm/ion-datetime_3.entry.js +7 -7
- package/dist/esm/ion-fab_3.entry.js +2 -2
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
- package/dist/esm/ion-input-password-toggle.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +2 -2
- package/dist/esm/ion-item-option_3.entry.js +2 -2
- package/dist/esm/ion-item_8.entry.js +5 -5
- package/dist/esm/ion-loading.entry.js +4 -4
- package/dist/esm/ion-menu_3.entry.js +5 -5
- package/dist/esm/ion-modal.entry.js +5 -5
- package/dist/esm/ion-nav_2.entry.js +3 -3
- package/dist/esm/ion-picker-column-option.entry.js +2 -2
- package/dist/esm/ion-picker-column.entry.js +2 -2
- package/dist/esm/ion-picker.entry.js +1 -1
- package/dist/esm/ion-popover.entry.js +5 -5
- package/dist/esm/ion-progress-bar.entry.js +2 -2
- package/dist/esm/ion-radio_2.entry.js +11 -11
- package/dist/esm/ion-range.entry.js +12 -9
- package/dist/esm/ion-refresher_2.entry.js +2 -2
- package/dist/esm/ion-reorder_2.entry.js +2 -2
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +2 -2
- package/dist/esm/ion-searchbar.entry.js +2 -2
- package/dist/esm/ion-segment_2.entry.js +2 -2
- package/dist/esm/ion-select_3.entry.js +10 -10
- package/dist/esm/ion-spinner.entry.js +2 -2
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +2 -2
- package/dist/esm/ion-tab_2.entry.js +13 -3
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +4 -4
- package/dist/esm/ion-toggle.entry.js +11 -11
- package/dist/esm/{ionic-global-81a1064f.js → ionic-global-c81d82ab.js} +1 -1
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-0a5004b4.js → ios.transition-4ee1a3af.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{md.transition-b6135ada.js → md.transition-5106a0d2.js} +3 -3
- package/dist/esm/{overlays-e1bad9cd.js → overlays-9c75ec54.js} +2 -2
- package/dist/esm/{status-tap-17122cea.js → status-tap-f472b09f.js} +1 -1
- package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
- package/dist/esm-es5/{button-active-78f50add.js → button-active-f6503382.js} +1 -1
- package/dist/esm-es5/{hardware-back-button-2e99752e.js → hardware-back-button-06ef3c3e.js} +1 -1
- package/dist/esm-es5/index-28849c61.js +5 -0
- package/dist/esm-es5/{index-8808daa5.js → index-3ad7f18b.js} +1 -1
- package/dist/esm-es5/{index-4094f808.js → index-fe1782b1.js} +1 -1
- package/dist/esm-es5/index.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-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.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-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.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-password-toggle.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-ripple-effect.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_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.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-text.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-global-81a1064f.js → ionic-global-c81d82ab.js} +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-0a5004b4.js → ios.transition-4ee1a3af.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
- package/dist/esm-es5/{overlays-e1bad9cd.js → overlays-9c75ec54.js} +1 -1
- package/dist/esm-es5/{status-tap-17122cea.js → status-tap-f472b09f.js} +1 -1
- package/dist/html.html-data.json +6 -6
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/p-003eecb9.entry.js +4 -0
- package/dist/ionic/{p-15c36478.system.entry.js → p-00b01a55.system.entry.js} +1 -1
- package/dist/ionic/{p-d450f1f9.system.entry.js → p-01503bbd.system.entry.js} +1 -1
- package/dist/ionic/{p-dc4a3358.js → p-0303d0f8.js} +1 -1
- package/dist/ionic/p-0373d924.system.entry.js +4 -0
- package/dist/ionic/{p-972902db.js → p-0574e87e.js} +1 -1
- package/dist/ionic/p-08127172.entry.js +4 -0
- package/dist/ionic/{p-6d32eb3c.entry.js → p-0fa0c92b.entry.js} +1 -1
- package/dist/ionic/p-100b83fd.system.entry.js +4 -0
- package/dist/ionic/{p-6904a62e.system.entry.js → p-16207409.system.entry.js} +1 -1
- package/dist/ionic/p-17474161.system.js +4 -0
- package/dist/ionic/{p-60a6fadb.entry.js → p-176b372f.entry.js} +1 -1
- package/dist/ionic/{p-46cf378f.entry.js → p-21cfd4de.entry.js} +1 -1
- package/dist/ionic/p-21e5e7e4.js +4 -0
- package/dist/ionic/p-2200e26b.entry.js +4 -0
- package/dist/ionic/{p-299a2ccb.system.entry.js → p-22c020db.system.entry.js} +1 -1
- package/dist/ionic/{p-4c68bf47.entry.js → p-233e6c93.entry.js} +1 -1
- package/dist/ionic/p-25180df3.system.js +5 -0
- package/dist/ionic/{p-fd61bdcd.system.entry.js → p-25928b83.system.entry.js} +1 -1
- package/dist/ionic/p-293ed6ac.system.entry.js +4 -0
- package/dist/ionic/p-2b7c93b4.entry.js +4 -0
- package/dist/ionic/{p-5c5e7f5c.entry.js → p-2c4bdd9d.entry.js} +1 -1
- package/dist/ionic/{p-b7b4c08d.system.entry.js → p-2ca6eac2.system.entry.js} +1 -1
- package/dist/ionic/{p-33ce19cf.system.entry.js → p-2ea1ca4f.system.entry.js} +1 -1
- package/dist/ionic/{p-6b14212a.system.entry.js → p-313ccc01.system.entry.js} +1 -1
- package/dist/ionic/{p-767a0d69.system.js → p-322c5fb4.system.js} +1 -1
- package/dist/ionic/{p-3fcfe35c.system.js → p-372ae7f4.system.js} +1 -1
- package/dist/ionic/{p-8df34150.system.js → p-3c8e5c23.system.js} +1 -1
- package/dist/ionic/{p-11c4215a.system.entry.js → p-3c968c7f.system.entry.js} +1 -1
- package/dist/ionic/{p-f8856320.entry.js → p-49bc6544.entry.js} +1 -1
- package/dist/ionic/{p-6fb5e9a7.system.entry.js → p-4a0a4204.system.entry.js} +1 -1
- package/dist/ionic/{p-611bb4d1.system.entry.js → p-4a82bd1c.system.entry.js} +1 -1
- package/dist/ionic/{p-f0899af9.system.entry.js → p-4b0fedb7.system.entry.js} +1 -1
- package/dist/ionic/{p-7dbadc9f.entry.js → p-4c8fceb0.entry.js} +1 -1
- package/dist/ionic/p-521eca2e.entry.js +4 -0
- package/dist/ionic/{p-f81cef9b.entry.js → p-53854390.entry.js} +1 -1
- package/dist/ionic/{p-f7ed7806.entry.js → p-5417b9bb.entry.js} +1 -1
- package/dist/ionic/{p-cfcc1b63.system.js → p-5da94421.system.js} +1 -1
- package/dist/ionic/{p-74890c76.entry.js → p-5e66bcf2.entry.js} +1 -1
- package/dist/ionic/{p-0abd2546.entry.js → p-5e842258.entry.js} +1 -1
- package/dist/ionic/{p-6782ffa5.system.entry.js → p-6562e0a9.system.entry.js} +1 -1
- package/dist/ionic/{p-c21ea624.system.entry.js → p-6817cf42.system.entry.js} +1 -1
- package/dist/ionic/{p-cb19fdbf.entry.js → p-68c4df55.entry.js} +1 -1
- package/dist/ionic/p-69066a53.js +4 -0
- package/dist/ionic/{p-98566693.entry.js → p-6b8893dd.entry.js} +1 -1
- package/dist/ionic/{p-7e192c6a.entry.js → p-6e85e450.entry.js} +1 -1
- package/dist/ionic/{p-deb257b7.entry.js → p-7243df6f.entry.js} +1 -1
- package/dist/ionic/{p-3b767add.entry.js → p-7251fed5.entry.js} +1 -1
- package/dist/ionic/p-72ffd137.system.entry.js +4 -0
- package/dist/ionic/{p-ef83f46b.system.entry.js → p-755b27f0.system.entry.js} +1 -1
- package/dist/ionic/{p-a8ed8cd3.system.entry.js → p-75c0dc65.system.entry.js} +1 -1
- package/dist/ionic/{p-4f54d1aa.system.entry.js → p-772dacba.system.entry.js} +1 -1
- package/dist/ionic/{p-271076f2.entry.js → p-773d118d.entry.js} +1 -1
- package/dist/ionic/p-7740e32c.system.js +4 -0
- package/dist/ionic/p-836d39d4.system.entry.js +4 -0
- package/dist/ionic/{p-a69e118f.entry.js → p-854f9b64.entry.js} +1 -1
- package/dist/ionic/p-85f73bdd.system.entry.js +4 -0
- package/dist/ionic/{p-6ef231bc.system.entry.js → p-8836d0eb.system.entry.js} +1 -1
- package/dist/ionic/{p-1974d32f.js → p-88e63c7d.js} +1 -1
- package/dist/ionic/{p-344d6225.entry.js → p-89a0a446.entry.js} +1 -1
- package/dist/ionic/{p-09f64b99.system.entry.js → p-8b6232a6.system.entry.js} +1 -1
- package/dist/ionic/{p-c2438564.entry.js → p-8d44cf1f.entry.js} +1 -1
- package/dist/ionic/{p-d967f9ce.system.entry.js → p-8ed31163.system.entry.js} +1 -1
- package/dist/ionic/p-9172535c.entry.js +4 -0
- package/dist/ionic/{p-283c6631.entry.js → p-92d7a3d1.entry.js} +1 -1
- package/dist/ionic/{p-527815e1.system.entry.js → p-93f37ceb.system.entry.js} +1 -1
- package/dist/ionic/{p-0db55ab4.system.entry.js → p-95823c62.system.entry.js} +1 -1
- package/dist/ionic/{p-49c011e3.system.entry.js → p-960803fc.system.entry.js} +1 -1
- package/dist/ionic/{p-aa34fd2f.system.entry.js → p-973f0b15.system.entry.js} +1 -1
- package/dist/ionic/{p-ef57ad27.system.js → p-98871496.system.js} +1 -1
- package/dist/ionic/{p-b7d1659f.system.entry.js → p-9b6c6302.system.entry.js} +1 -1
- package/dist/ionic/{p-7a6e6896.entry.js → p-9c23044d.entry.js} +1 -1
- package/dist/ionic/{p-be9fe750.system.entry.js → p-9cc3bcc5.system.entry.js} +1 -1
- package/dist/ionic/{p-679744bf.entry.js → p-9ece8dcf.entry.js} +1 -1
- package/dist/ionic/p-9f3008d4.system.js +4 -0
- package/dist/ionic/{p-eb988a08.entry.js → p-9fef1364.entry.js} +1 -1
- package/dist/ionic/{p-013621f0.system.entry.js → p-a0c88dc2.system.entry.js} +1 -1
- package/dist/ionic/{p-5303af24.system.entry.js → p-a3711608.system.entry.js} +1 -1
- package/dist/ionic/p-a41699db.entry.js +4 -0
- package/dist/ionic/p-a440397c.js +4 -0
- package/dist/ionic/{p-5c00ca73.system.js → p-a4565eb5.system.js} +1 -1
- package/dist/ionic/{p-b0bd4813.system.js → p-a4d51b8d.system.js} +1 -1
- package/dist/ionic/{p-2a08e244.system.js → p-a69b9fc5.system.js} +1 -1
- package/dist/ionic/{p-c29d39e0.system.entry.js → p-a72fb8a1.system.entry.js} +2 -2
- package/dist/ionic/{p-4de0819c.system.entry.js → p-a879ecb7.system.entry.js} +1 -1
- package/dist/ionic/{p-70e786ea.entry.js → p-ab8a2ff1.entry.js} +1 -1
- package/dist/ionic/{p-a60914c0.entry.js → p-af999a31.entry.js} +1 -1
- package/dist/ionic/{p-d755fc91.system.entry.js → p-b0180ce1.system.entry.js} +1 -1
- package/dist/ionic/p-b4c950f8.entry.js +4 -0
- package/dist/ionic/p-b54fc1ae.entry.js +4 -0
- package/dist/ionic/{p-df4c53fe.entry.js → p-b7657e8d.entry.js} +1 -1
- package/dist/ionic/{p-e8162d35.system.entry.js → p-baffaf8d.system.entry.js} +1 -1
- package/dist/ionic/p-bd25d639.system.entry.js +4 -0
- package/dist/ionic/{p-3961b22e.entry.js → p-bfa2e81c.entry.js} +1 -1
- package/dist/ionic/{p-1c6cd5bc.entry.js → p-c34659b9.entry.js} +1 -1
- package/dist/ionic/{p-fc55e1c2.system.entry.js → p-cdb11938.system.entry.js} +1 -1
- package/dist/ionic/{p-437d3e12.system.entry.js → p-ce705aac.system.entry.js} +1 -1
- package/dist/ionic/{p-978bbfe5.system.entry.js → p-cff5585e.system.entry.js} +1 -1
- package/dist/ionic/{p-5e17dc69.entry.js → p-d57661a1.entry.js} +1 -1
- package/dist/ionic/{p-678beb9e.js → p-d6841eac.js} +1 -1
- package/dist/ionic/{p-274496f1.js → p-d743e981.js} +1 -1
- package/dist/ionic/{p-6c8d40f8.entry.js → p-d77e12ca.entry.js} +1 -1
- package/dist/ionic/p-d836d43e.js +5 -0
- package/dist/ionic/{p-bbeeadc8.entry.js → p-da263d8e.entry.js} +1 -1
- package/dist/ionic/{p-5d0b285d.system.entry.js → p-df83e308.system.entry.js} +1 -1
- package/dist/ionic/{p-25467ef7.entry.js → p-e3a5da9d.entry.js} +1 -1
- package/dist/ionic/{p-4d96e6a7.entry.js → p-e3e1e3de.entry.js} +1 -1
- package/dist/ionic/p-e3f13b08.js +4 -0
- package/dist/ionic/p-ecb57d24.system.entry.js +4 -0
- package/dist/ionic/{p-9d88dc43.js → p-ecceeb90.js} +1 -1
- package/dist/ionic/{p-1924eefd.system.entry.js → p-ed6962d3.system.entry.js} +1 -1
- package/dist/ionic/{p-2496a357.entry.js → p-efaffe74.entry.js} +1 -1
- package/dist/ionic/{p-cec53b82.system.entry.js → p-f1acf541.system.entry.js} +2 -2
- package/dist/ionic/{p-99740380.system.entry.js → p-f50ae0d5.system.entry.js} +1 -1
- package/dist/ionic/{p-fca84e5b.entry.js → p-f559ac5b.entry.js} +1 -1
- package/dist/ionic/p-f88ebc36.entry.js +4 -0
- package/dist/ionic/{p-c8a847f1.entry.js → p-f8c8b9ba.entry.js} +1 -1
- package/dist/ionic/{p-e72fcc94.system.js → p-f9a53abb.system.js} +1 -1
- package/dist/ionic/{p-ddd3b389.system.entry.js → p-fcd71204.system.entry.js} +1 -1
- package/dist/ionic/p-fd0cb4ef.entry.js +4 -0
- package/dist/types/components/checkbox/checkbox.d.ts +4 -2
- package/dist/types/components/content/content.d.ts +2 -0
- package/dist/types/components/datetime/utils/format.d.ts +1 -1
- package/dist/types/components/datetime/utils/helpers.d.ts +1 -1
- package/dist/types/components/datetime/utils/manipulation.d.ts +6 -6
- package/dist/types/components/radio/radio.d.ts +4 -2
- package/dist/types/components/router/utils/matching.d.ts +1 -1
- package/dist/types/components/select/select.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +4 -2
- package/dist/types/components.d.ts +19 -19
- package/dist/types/utils/input-shims/input-shims.d.ts +1 -1
- package/dist/types/utils/rtl/dir.d.ts +1 -1
- package/dist/types/utils/test/platform.utils.d.ts +0 -1
- package/dist/types/utils/test/playwright/page/utils/goto.d.ts +1 -5
- package/dist/types/utils/test/playwright/page/utils/locator.d.ts +1 -1
- package/hydrate/index.js +224 -181
- package/hydrate/index.mjs +224 -181
- package/package.json +6 -6
- package/dist/esm-es5/app-globals-7f30ce3c.js +0 -4
- package/dist/esm-es5/index-7a952e7a.js +0 -5
- package/dist/esm-es5/md.transition-b6135ada.js +0 -4
- package/dist/ionic/p-071cb08a.entry.js +0 -4
- package/dist/ionic/p-096664b8.entry.js +0 -4
- package/dist/ionic/p-14f0f49f.system.js +0 -4
- package/dist/ionic/p-1b2c22ed.entry.js +0 -4
- package/dist/ionic/p-2b017e39.system.entry.js +0 -4
- package/dist/ionic/p-39af4fa4.system.entry.js +0 -4
- package/dist/ionic/p-41e85f07.js +0 -4
- package/dist/ionic/p-4af59128.entry.js +0 -4
- package/dist/ionic/p-54690f26.system.entry.js +0 -4
- package/dist/ionic/p-5a28559b.js +0 -5
- package/dist/ionic/p-5e687df9.js +0 -4
- package/dist/ionic/p-67bc0359.entry.js +0 -4
- package/dist/ionic/p-6e3e94e2.js +0 -4
- package/dist/ionic/p-6f7eb5d1.system.js +0 -5
- package/dist/ionic/p-7048fe74.entry.js +0 -4
- package/dist/ionic/p-804c9125.system.entry.js +0 -4
- package/dist/ionic/p-9847b92f.system.entry.js +0 -4
- package/dist/ionic/p-9df171a1.entry.js +0 -4
- package/dist/ionic/p-b2cd7aae.js +0 -4
- package/dist/ionic/p-b59d0fab.system.js +0 -4
- package/dist/ionic/p-d274a7d8.entry.js +0 -4
- package/dist/ionic/p-d950be65.entry.js +0 -4
- package/dist/ionic/p-dc321750.entry.js +0 -4
- package/dist/ionic/p-ec1562e7.system.js +0 -4
- package/dist/ionic/p-eda5abe2.entry.js +0 -4
- package/dist/ionic/p-f66fed32.system.entry.js +0 -4
- package/dist/ionic/p-f8083fd4.system.entry.js +0 -4
- package/dist/ionic/p-fe74ecc0.system.entry.js +0 -4
package/dist/docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-09-29T17:58:33",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.
|
|
5
|
+
"version": "4.20.0",
|
|
6
|
+
"typescriptVersion": "5.5.3"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -5701,18 +5701,17 @@
|
|
|
5701
5701
|
"props": [
|
|
5702
5702
|
{
|
|
5703
5703
|
"name": "alignment",
|
|
5704
|
-
"type": "\"center\" | \"start\"",
|
|
5704
|
+
"type": "\"center\" | \"start\" | undefined",
|
|
5705
5705
|
"complexType": {
|
|
5706
5706
|
"original": "'start' | 'center'",
|
|
5707
|
-
"resolved": "\"center\" | \"start\"",
|
|
5707
|
+
"resolved": "\"center\" | \"start\" | undefined",
|
|
5708
5708
|
"references": {}
|
|
5709
5709
|
},
|
|
5710
5710
|
"mutable": false,
|
|
5711
5711
|
"attr": "alignment",
|
|
5712
5712
|
"reflectToAttr": false,
|
|
5713
|
-
"docs": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL
|
|
5713
|
+
"docs": "How to control the alignment of the checkbox and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the checkbox `display` to `block`.",
|
|
5714
5714
|
"docsTags": [],
|
|
5715
|
-
"default": "'center'",
|
|
5716
5715
|
"values": [
|
|
5717
5716
|
{
|
|
5718
5717
|
"value": "center",
|
|
@@ -5721,9 +5720,12 @@
|
|
|
5721
5720
|
{
|
|
5722
5721
|
"value": "start",
|
|
5723
5722
|
"type": "string"
|
|
5723
|
+
},
|
|
5724
|
+
{
|
|
5725
|
+
"type": "undefined"
|
|
5724
5726
|
}
|
|
5725
5727
|
],
|
|
5726
|
-
"optional":
|
|
5728
|
+
"optional": true,
|
|
5727
5729
|
"required": false
|
|
5728
5730
|
},
|
|
5729
5731
|
{
|
|
@@ -5860,18 +5862,17 @@
|
|
|
5860
5862
|
},
|
|
5861
5863
|
{
|
|
5862
5864
|
"name": "justify",
|
|
5863
|
-
"type": "\"end\" | \"space-between\" | \"start\"",
|
|
5865
|
+
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
5864
5866
|
"complexType": {
|
|
5865
5867
|
"original": "'start' | 'end' | 'space-between'",
|
|
5866
|
-
"resolved": "\"end\" | \"space-between\" | \"start\"",
|
|
5868
|
+
"resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
5867
5869
|
"references": {}
|
|
5868
5870
|
},
|
|
5869
5871
|
"mutable": false,
|
|
5870
5872
|
"attr": "justify",
|
|
5871
5873
|
"reflectToAttr": false,
|
|
5872
|
-
"docs": "How to pack the label and checkbox within a line.\n`\"start\"`: The label and checkbox will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and checkbox will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and checkbox will appear on opposite\nends of the line with space between the two elements
|
|
5874
|
+
"docs": "How to pack the label and checkbox within a line.\n`\"start\"`: The label and checkbox will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and checkbox will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and checkbox will appear on opposite\nends of the line with space between the two elements.\nSetting this property will change the checkbox `display` to `block`.",
|
|
5873
5875
|
"docsTags": [],
|
|
5874
|
-
"default": "'space-between'",
|
|
5875
5876
|
"values": [
|
|
5876
5877
|
{
|
|
5877
5878
|
"value": "end",
|
|
@@ -5884,9 +5885,12 @@
|
|
|
5884
5885
|
{
|
|
5885
5886
|
"value": "start",
|
|
5886
5887
|
"type": "string"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"type": "undefined"
|
|
5887
5891
|
}
|
|
5888
5892
|
],
|
|
5889
|
-
"optional":
|
|
5893
|
+
"optional": true,
|
|
5890
5894
|
"required": false
|
|
5891
5895
|
},
|
|
5892
5896
|
{
|
|
@@ -21998,18 +22002,17 @@
|
|
|
21998
22002
|
"props": [
|
|
21999
22003
|
{
|
|
22000
22004
|
"name": "alignment",
|
|
22001
|
-
"type": "\"center\" | \"start\"",
|
|
22005
|
+
"type": "\"center\" | \"start\" | undefined",
|
|
22002
22006
|
"complexType": {
|
|
22003
22007
|
"original": "'start' | 'center'",
|
|
22004
|
-
"resolved": "\"center\" | \"start\"",
|
|
22008
|
+
"resolved": "\"center\" | \"start\" | undefined",
|
|
22005
22009
|
"references": {}
|
|
22006
22010
|
},
|
|
22007
22011
|
"mutable": false,
|
|
22008
22012
|
"attr": "alignment",
|
|
22009
22013
|
"reflectToAttr": false,
|
|
22010
|
-
"docs": "How to control the alignment of the radio and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL
|
|
22014
|
+
"docs": "How to control the alignment of the radio and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the radio `display` to `block`.",
|
|
22011
22015
|
"docsTags": [],
|
|
22012
|
-
"default": "'center'",
|
|
22013
22016
|
"values": [
|
|
22014
22017
|
{
|
|
22015
22018
|
"value": "center",
|
|
@@ -22018,9 +22021,12 @@
|
|
|
22018
22021
|
{
|
|
22019
22022
|
"value": "start",
|
|
22020
22023
|
"type": "string"
|
|
22024
|
+
},
|
|
22025
|
+
{
|
|
22026
|
+
"type": "undefined"
|
|
22021
22027
|
}
|
|
22022
22028
|
],
|
|
22023
|
-
"optional":
|
|
22029
|
+
"optional": true,
|
|
22024
22030
|
"required": false
|
|
22025
22031
|
},
|
|
22026
22032
|
{
|
|
@@ -22113,18 +22119,17 @@
|
|
|
22113
22119
|
},
|
|
22114
22120
|
{
|
|
22115
22121
|
"name": "justify",
|
|
22116
|
-
"type": "\"end\" | \"space-between\" | \"start\"",
|
|
22122
|
+
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
22117
22123
|
"complexType": {
|
|
22118
22124
|
"original": "'start' | 'end' | 'space-between'",
|
|
22119
|
-
"resolved": "\"end\" | \"space-between\" | \"start\"",
|
|
22125
|
+
"resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
22120
22126
|
"references": {}
|
|
22121
22127
|
},
|
|
22122
22128
|
"mutable": false,
|
|
22123
22129
|
"attr": "justify",
|
|
22124
22130
|
"reflectToAttr": false,
|
|
22125
|
-
"docs": "How to pack the label and radio within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements
|
|
22131
|
+
"docs": "How to pack the label and radio within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\nSetting this property will change the radio `display` to `block`.",
|
|
22126
22132
|
"docsTags": [],
|
|
22127
|
-
"default": "'space-between'",
|
|
22128
22133
|
"values": [
|
|
22129
22134
|
{
|
|
22130
22135
|
"value": "end",
|
|
@@ -22137,9 +22142,12 @@
|
|
|
22137
22142
|
{
|
|
22138
22143
|
"value": "start",
|
|
22139
22144
|
"type": "string"
|
|
22145
|
+
},
|
|
22146
|
+
{
|
|
22147
|
+
"type": "undefined"
|
|
22140
22148
|
}
|
|
22141
22149
|
],
|
|
22142
|
-
"optional":
|
|
22150
|
+
"optional": true,
|
|
22143
22151
|
"required": false
|
|
22144
22152
|
},
|
|
22145
22153
|
{
|
|
@@ -27236,10 +27244,10 @@
|
|
|
27236
27244
|
},
|
|
27237
27245
|
{
|
|
27238
27246
|
"name": "justify",
|
|
27239
|
-
"type": "\"end\" | \"space-between\" | \"start\"",
|
|
27247
|
+
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
27240
27248
|
"complexType": {
|
|
27241
27249
|
"original": "'start' | 'end' | 'space-between'",
|
|
27242
|
-
"resolved": "\"end\" | \"space-between\" | \"start\"",
|
|
27250
|
+
"resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
27243
27251
|
"references": {}
|
|
27244
27252
|
},
|
|
27245
27253
|
"mutable": false,
|
|
@@ -27247,7 +27255,6 @@
|
|
|
27247
27255
|
"reflectToAttr": false,
|
|
27248
27256
|
"docs": "How to pack the label and select within a line.\n`justify` does not apply when the label and select\nare on different lines when `labelPlacement` is set to\n`\"floating\"` or `\"stacked\"`.\n`\"start\"`: The label and select will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and select will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and select will appear on opposite\nends of the line with space between the two elements.",
|
|
27249
27257
|
"docsTags": [],
|
|
27250
|
-
"default": "'space-between'",
|
|
27251
27258
|
"values": [
|
|
27252
27259
|
{
|
|
27253
27260
|
"value": "end",
|
|
@@ -27260,9 +27267,12 @@
|
|
|
27260
27267
|
{
|
|
27261
27268
|
"value": "start",
|
|
27262
27269
|
"type": "string"
|
|
27270
|
+
},
|
|
27271
|
+
{
|
|
27272
|
+
"type": "undefined"
|
|
27263
27273
|
}
|
|
27264
27274
|
],
|
|
27265
|
-
"optional":
|
|
27275
|
+
"optional": true,
|
|
27266
27276
|
"required": false
|
|
27267
27277
|
},
|
|
27268
27278
|
{
|
|
@@ -31961,18 +31971,17 @@
|
|
|
31961
31971
|
"props": [
|
|
31962
31972
|
{
|
|
31963
31973
|
"name": "alignment",
|
|
31964
|
-
"type": "\"center\" | \"start\"",
|
|
31974
|
+
"type": "\"center\" | \"start\" | undefined",
|
|
31965
31975
|
"complexType": {
|
|
31966
31976
|
"original": "'start' | 'center'",
|
|
31967
|
-
"resolved": "\"center\" | \"start\"",
|
|
31977
|
+
"resolved": "\"center\" | \"start\" | undefined",
|
|
31968
31978
|
"references": {}
|
|
31969
31979
|
},
|
|
31970
31980
|
"mutable": false,
|
|
31971
31981
|
"attr": "alignment",
|
|
31972
31982
|
"reflectToAttr": false,
|
|
31973
|
-
"docs": "How to control the alignment of the toggle and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL
|
|
31983
|
+
"docs": "How to control the alignment of the toggle and label on the cross axis.\n`\"start\"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.\n`\"center\"`: The label and control will appear at the center of the cross axis in both LTR and RTL.\nSetting this property will change the toggle `display` to `block`.",
|
|
31974
31984
|
"docsTags": [],
|
|
31975
|
-
"default": "'center'",
|
|
31976
31985
|
"values": [
|
|
31977
31986
|
{
|
|
31978
31987
|
"value": "center",
|
|
@@ -31981,9 +31990,12 @@
|
|
|
31981
31990
|
{
|
|
31982
31991
|
"value": "start",
|
|
31983
31992
|
"type": "string"
|
|
31993
|
+
},
|
|
31994
|
+
{
|
|
31995
|
+
"type": "undefined"
|
|
31984
31996
|
}
|
|
31985
31997
|
],
|
|
31986
|
-
"optional":
|
|
31998
|
+
"optional": true,
|
|
31987
31999
|
"required": false
|
|
31988
32000
|
},
|
|
31989
32001
|
{
|
|
@@ -32123,18 +32135,17 @@
|
|
|
32123
32135
|
},
|
|
32124
32136
|
{
|
|
32125
32137
|
"name": "justify",
|
|
32126
|
-
"type": "\"end\" | \"space-between\" | \"start\"",
|
|
32138
|
+
"type": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
32127
32139
|
"complexType": {
|
|
32128
32140
|
"original": "'start' | 'end' | 'space-between'",
|
|
32129
|
-
"resolved": "\"end\" | \"space-between\" | \"start\"",
|
|
32141
|
+
"resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
|
|
32130
32142
|
"references": {}
|
|
32131
32143
|
},
|
|
32132
32144
|
"mutable": false,
|
|
32133
32145
|
"attr": "justify",
|
|
32134
32146
|
"reflectToAttr": false,
|
|
32135
|
-
"docs": "How to pack the label and toggle within a line.\n`\"start\"`: The label and toggle will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and toggle will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and toggle will appear on opposite\nends of the line with space between the two elements
|
|
32147
|
+
"docs": "How to pack the label and toggle within a line.\n`\"start\"`: The label and toggle will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and toggle will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and toggle will appear on opposite\nends of the line with space between the two elements.\nSetting this property will change the toggle `display` to `block`.",
|
|
32136
32148
|
"docsTags": [],
|
|
32137
|
-
"default": "'space-between'",
|
|
32138
32149
|
"values": [
|
|
32139
32150
|
{
|
|
32140
32151
|
"value": "end",
|
|
@@ -32147,9 +32158,12 @@
|
|
|
32147
32158
|
{
|
|
32148
32159
|
"value": "start",
|
|
32149
32160
|
"type": "string"
|
|
32161
|
+
},
|
|
32162
|
+
{
|
|
32163
|
+
"type": "undefined"
|
|
32150
32164
|
}
|
|
32151
32165
|
],
|
|
32152
|
-
"optional":
|
|
32166
|
+
"optional": true,
|
|
32153
32167
|
"required": false
|
|
32154
32168
|
},
|
|
32155
32169
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { w as writeTask } from './index-
|
|
4
|
+
import { w as writeTask } from './index-28849c61.js';
|
|
5
5
|
import { h as hapticSelectionEnd, a as hapticSelectionStart, b as hapticSelectionChanged } from './haptic-ac164e4c.js';
|
|
6
6
|
import { createGesture } from './index-39782642.js';
|
|
7
7
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { w as win } from './index-a5d50daf.js';
|
|
5
|
-
import { c as config } from './ionic-global-
|
|
6
|
-
import './index-
|
|
5
|
+
import { c as config } from './ionic-global-c81d82ab.js';
|
|
6
|
+
import './index-28849c61.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* CloseWatcher is a newer API that lets
|
|
@@ -5,7 +5,7 @@ const NAMESPACE = 'ionic';
|
|
|
5
5
|
const BUILD = /* ionic */ { allRenderFn: false, appendChildSlotFix: true, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: true, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: true, experimentalSlotFixes: true, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: true, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: true, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: true, scriptDataOpts: false, shadowDelegatesFocus: true, shadowDom: true, slot: true, slotChildNodesFix: true, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Platform v4.
|
|
8
|
+
Stencil Client Platform v4.20.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
11
11
|
var __export = (target, all) => {
|
|
@@ -435,17 +435,6 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
|
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
for (i2 = node.childNodes.length - 1; i2 >= 0; i2--) {
|
|
439
|
-
clientHydrate(
|
|
440
|
-
parentVNode,
|
|
441
|
-
childRenderNodes,
|
|
442
|
-
slotNodes,
|
|
443
|
-
shadowRootNodes,
|
|
444
|
-
hostElm,
|
|
445
|
-
node.childNodes[i2],
|
|
446
|
-
hostId
|
|
447
|
-
);
|
|
448
|
-
}
|
|
449
438
|
if (node.shadowRoot) {
|
|
450
439
|
for (i2 = node.shadowRoot.childNodes.length - 1; i2 >= 0; i2--) {
|
|
451
440
|
clientHydrate(
|
|
@@ -459,6 +448,17 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
|
|
|
459
448
|
);
|
|
460
449
|
}
|
|
461
450
|
}
|
|
451
|
+
for (i2 = node.childNodes.length - 1; i2 >= 0; i2--) {
|
|
452
|
+
clientHydrate(
|
|
453
|
+
parentVNode,
|
|
454
|
+
childRenderNodes,
|
|
455
|
+
slotNodes,
|
|
456
|
+
shadowRootNodes,
|
|
457
|
+
hostElm,
|
|
458
|
+
node.childNodes[i2],
|
|
459
|
+
hostId
|
|
460
|
+
);
|
|
461
|
+
}
|
|
462
462
|
} else if (node.nodeType === 8 /* CommentNode */) {
|
|
463
463
|
childIdSplt = node.nodeValue.split(".");
|
|
464
464
|
if (childIdSplt[1] === hostId || childIdSplt[1] === "0") {
|
|
@@ -536,14 +536,14 @@ var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes,
|
|
|
536
536
|
var initializeDocumentHydrate = (node, orgLocNodes) => {
|
|
537
537
|
if (node.nodeType === 1 /* ElementNode */) {
|
|
538
538
|
let i2 = 0;
|
|
539
|
-
for (; i2 < node.childNodes.length; i2++) {
|
|
540
|
-
initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);
|
|
541
|
-
}
|
|
542
539
|
if (node.shadowRoot) {
|
|
543
|
-
for (
|
|
540
|
+
for (; i2 < node.shadowRoot.childNodes.length; i2++) {
|
|
544
541
|
initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);
|
|
545
542
|
}
|
|
546
543
|
}
|
|
544
|
+
for (i2 = 0; i2 < node.childNodes.length; i2++) {
|
|
545
|
+
initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);
|
|
546
|
+
}
|
|
547
547
|
} else if (node.nodeType === 8 /* CommentNode */) {
|
|
548
548
|
const childIdSplt = node.nodeValue.split(".");
|
|
549
549
|
if (childIdSplt[0] === ORG_LOCATION_ID) {
|
|
@@ -632,7 +632,18 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
632
632
|
if (nonce != null) {
|
|
633
633
|
styleElm.setAttribute("nonce", nonce);
|
|
634
634
|
}
|
|
635
|
-
|
|
635
|
+
const injectStyle = (
|
|
636
|
+
/**
|
|
637
|
+
* we render a scoped component
|
|
638
|
+
*/
|
|
639
|
+
!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) || /**
|
|
640
|
+
* we are using shadow dom and render the style tag within the shadowRoot
|
|
641
|
+
*/
|
|
642
|
+
cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD"
|
|
643
|
+
);
|
|
644
|
+
if (injectStyle) {
|
|
645
|
+
styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector("link"));
|
|
646
|
+
}
|
|
636
647
|
}
|
|
637
648
|
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
638
649
|
styleElm.innerHTML += SLOT_FB_CSS;
|
|
@@ -657,7 +668,7 @@ var attachStyles = (hostRef) => {
|
|
|
657
668
|
cmpMeta,
|
|
658
669
|
hostRef.$modeName$
|
|
659
670
|
);
|
|
660
|
-
if (flags & 10 /* needsScopedEncapsulation */) {
|
|
671
|
+
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
661
672
|
elm["s-sc"] = scopeId2;
|
|
662
673
|
elm.classList.add(scopeId2 + "-h");
|
|
663
674
|
if (flags & 2 /* scopedCssEncapsulation */) {
|
|
@@ -667,7 +678,6 @@ var attachStyles = (hostRef) => {
|
|
|
667
678
|
endAttachStyles();
|
|
668
679
|
};
|
|
669
680
|
var getScopeId = (cmp, mode) => "sc-" + (mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + "-" + mode : cmp.$tagName$);
|
|
670
|
-
var convertScopedToShadow = (css) => css.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g, "$1{");
|
|
671
681
|
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
672
682
|
if (oldValue !== newValue) {
|
|
673
683
|
let isProp = isMemberInElement(elm, memberName);
|
|
@@ -846,7 +856,9 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
846
856
|
{
|
|
847
857
|
updateElement(null, newVNode2, isSvgMode);
|
|
848
858
|
}
|
|
849
|
-
|
|
859
|
+
const rootNode = elm.getRootNode();
|
|
860
|
+
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
861
|
+
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
850
862
|
elm.classList.add(elm["s-si"] = scopeId);
|
|
851
863
|
}
|
|
852
864
|
{
|
|
@@ -1056,6 +1068,15 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
1056
1068
|
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
1057
1069
|
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
1058
1070
|
if (leftVNode.$tag$ === "slot") {
|
|
1071
|
+
if (
|
|
1072
|
+
// The component gets hydrated and no VDOM has been initialized.
|
|
1073
|
+
// Here the comparison can't happen as $name$ property is not set for `leftNode`.
|
|
1074
|
+
"$nodeId$" in leftVNode && isInitialRender && // `leftNode` is not from type HTMLComment which would cause many
|
|
1075
|
+
// hydration comments to be removed
|
|
1076
|
+
leftVNode.$elm$.nodeType !== 8
|
|
1077
|
+
) {
|
|
1078
|
+
return false;
|
|
1079
|
+
}
|
|
1059
1080
|
return leftVNode.$name$ === rightVNode.$name$;
|
|
1060
1081
|
}
|
|
1061
1082
|
if (!isInitialRender) {
|
|
@@ -1097,7 +1118,10 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
1097
1118
|
elm.textContent = "";
|
|
1098
1119
|
}
|
|
1099
1120
|
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
1100
|
-
} else if (
|
|
1121
|
+
} else if (
|
|
1122
|
+
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
1123
|
+
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
1124
|
+
) {
|
|
1101
1125
|
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
1102
1126
|
}
|
|
1103
1127
|
if (isSvgMode && tag === "svg") {
|
|
@@ -1603,7 +1627,8 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1603
1627
|
if (this.hasOwnProperty(propName)) {
|
|
1604
1628
|
newValue = this[propName];
|
|
1605
1629
|
delete this[propName];
|
|
1606
|
-
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" &&
|
|
1630
|
+
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
1631
|
+
this[propName] == newValue) {
|
|
1607
1632
|
return;
|
|
1608
1633
|
} else if (propName == null) {
|
|
1609
1634
|
const hostRef = getHostRef(this);
|
|
@@ -2098,20 +2123,13 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
2098
2123
|
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
|
2099
2124
|
const dataStyles = /* @__PURE__ */ doc.createElement("style");
|
|
2100
2125
|
const deferredConnectedCallbacks = [];
|
|
2101
|
-
const styles2 = /* @__PURE__ */ doc.querySelectorAll(`[${HYDRATED_STYLE_ID}]`);
|
|
2102
2126
|
let appLoadFallback;
|
|
2103
2127
|
let isBootstrapping = true;
|
|
2104
|
-
let i2 = 0;
|
|
2105
2128
|
Object.assign(plt, options);
|
|
2106
2129
|
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
|
|
2107
2130
|
{
|
|
2108
2131
|
plt.$flags$ |= 2 /* appLoaded */;
|
|
2109
2132
|
}
|
|
2110
|
-
{
|
|
2111
|
-
for (; i2 < styles2.length; i2++) {
|
|
2112
|
-
registerStyle(styles2[i2].getAttribute(HYDRATED_STYLE_ID), convertScopedToShadow(styles2[i2].innerHTML), true);
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
2133
|
let hasSlotRelocation = false;
|
|
2116
2134
|
lazyBundles.map((lazyBundle) => {
|
|
2117
2135
|
lazyBundle[1].map((compactMeta) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { c as config } from './ionic-global-
|
|
5
|
-
import { w as writeTask, B as Build } from './index-
|
|
4
|
+
import { c as config } from './ionic-global-c81d82ab.js';
|
|
5
|
+
import { w as writeTask, B as Build } from './index-28849c61.js';
|
|
6
6
|
import { p as printIonWarning } from './index-9b0d46f4.js';
|
|
7
7
|
import { r as raf } from './helpers-da915de8.js';
|
|
8
8
|
|
|
@@ -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-4ee1a3af.js');
|
|
124
|
+
const mdTransitionAnimation = () => import('./md.transition-5106a0d2.js');
|
|
125
125
|
const focusController = createFocusController();
|
|
126
126
|
// TODO(FW-2832): types
|
|
127
127
|
const transition = (opts) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { d as doc } from './index-a5d50daf.js';
|
|
5
|
-
import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-
|
|
5
|
+
import { MENU_BACK_BUTTON_PRIORITY } from './hardware-back-button-06ef3c3e.js';
|
|
6
6
|
import { p as printIonWarning } from './index-9b0d46f4.js';
|
|
7
7
|
import { c as componentOnReady } from './helpers-da915de8.js';
|
|
8
|
-
import { b as getIonMode } from './ionic-global-
|
|
8
|
+
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
9
9
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
10
10
|
|
|
11
11
|
/**
|
package/dist/esm/index.js
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
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-3ad7f18b.js';
|
|
6
|
+
export { iosTransitionAnimation } from './ios.transition-4ee1a3af.js';
|
|
7
|
+
export { mdTransitionAnimation } from './md.transition-5106a0d2.js';
|
|
8
8
|
export { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
9
9
|
export { createGesture } from './index-39782642.js';
|
|
10
|
-
export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-
|
|
10
|
+
export { g as getPlatforms, i as initialize, a as isPlatform } from './ionic-global-c81d82ab.js';
|
|
11
11
|
export { c as componentOnReady } from './helpers-da915de8.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-fe1782b1.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-9c75ec54.js';
|
|
16
16
|
import './index-a5d50daf.js';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-28849c61.js';
|
|
18
18
|
import './index-9b0d46f4.js';
|
|
19
19
|
import './gesture-controller-314a54f6.js';
|
|
20
|
-
import './hardware-back-button-
|
|
20
|
+
import './hardware-back-button-06ef3c3e.js';
|
|
21
21
|
import './framework-delegate-63d1a679.js';
|
|
22
22
|
|
|
23
23
|
const IonicSlides = (opts) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-
|
|
4
|
+
import { r as registerInstance, h, f as Host, i as getElement, d as createEvent } from './index-28849c61.js';
|
|
5
5
|
import { r as raf, t as transitionEndAsync, a as addEventListener, b as removeEventListener, g as getElementRoot } from './helpers-da915de8.js';
|
|
6
6
|
import { l as chevronDown } from './index-e2cf2ceb.js';
|
|
7
|
-
import { c as config, b as getIonMode } from './ionic-global-
|
|
7
|
+
import { c as config, b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
8
8
|
import { p as printIonWarning } from './index-9b0d46f4.js';
|
|
9
9
|
|
|
10
10
|
const accordionIosCss = ":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, d as createEvent, e as readTask, h, f as Host, i as getElement } from './index-
|
|
5
|
-
import { c as createButtonActiveGesture } from './button-active-
|
|
4
|
+
import { r as registerInstance, d as createEvent, e as readTask, h, f as Host, i as getElement } from './index-28849c61.js';
|
|
5
|
+
import { c as createButtonActiveGesture } from './button-active-f6503382.js';
|
|
6
6
|
import { r as raf } from './helpers-da915de8.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-9c75ec54.js';
|
|
9
9
|
import { g as getClassMap } from './theme-01f3f29c.js';
|
|
10
|
-
import { b as getIonMode } from './ionic-global-
|
|
10
|
+
import { b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
11
11
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
12
12
|
import './haptic-ac164e4c.js';
|
|
13
13
|
import './capacitor-59395cbd.js';
|
|
14
14
|
import './index-a5d50daf.js';
|
|
15
15
|
import './index-39782642.js';
|
|
16
16
|
import './gesture-controller-314a54f6.js';
|
|
17
|
-
import './hardware-back-button-
|
|
17
|
+
import './hardware-back-button-06ef3c3e.js';
|
|
18
18
|
import './framework-delegate-63d1a679.js';
|
|
19
19
|
import './index-9b0d46f4.js';
|
|
20
20
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, d as createEvent, j as forceUpdate, h, f as Host, i as getElement } from './index-
|
|
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
|
-
import { c as createButtonActiveGesture } from './button-active-
|
|
6
|
+
import { c as createButtonActiveGesture } from './button-active-f6503382.js';
|
|
7
7
|
import { r as raf } from './helpers-da915de8.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-9c75ec54.js';
|
|
10
10
|
import { g as getClassMap } from './theme-01f3f29c.js';
|
|
11
|
-
import { c as config, b as getIonMode } from './ionic-global-
|
|
11
|
+
import { c as config, b as getIonMode } from './ionic-global-c81d82ab.js';
|
|
12
12
|
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
13
13
|
import './haptic-ac164e4c.js';
|
|
14
14
|
import './capacitor-59395cbd.js';
|
|
15
15
|
import './index-a5d50daf.js';
|
|
16
16
|
import './index-39782642.js';
|
|
17
17
|
import './gesture-controller-314a54f6.js';
|
|
18
|
-
import './hardware-back-button-
|
|
18
|
+
import './hardware-back-button-06ef3c3e.js';
|
|
19
19
|
import './framework-delegate-63d1a679.js';
|
|
20
20
|
import './index-9b0d46f4.js';
|
|
21
21
|
|