voyager-ionic-core 8.5.7 → 8.7.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/action-sheet.js +46 -33
- package/components/alert.js +50 -35
- package/components/animation.js +2 -2
- package/components/backdrop.js +12 -5
- package/components/button-active.js +1 -1
- package/components/button.js +54 -30
- package/components/buttons.js +15 -5
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +41 -17
- package/components/config.js +1 -1
- package/components/content.js +25 -6
- package/components/data.js +31 -6
- package/components/gesture-controller.js +1 -1
- package/components/haptic.js +1 -1
- package/components/hardware-back-button.js +2 -2
- package/components/header.js +13 -8
- package/components/helpers.js +3 -6
- package/components/icon.js +269 -201
- package/components/index.js +1 -1
- package/components/index2.js +1 -1
- package/components/index3.js +3 -5
- package/components/index4.js +1 -1
- package/components/index5.js +2 -2
- package/components/index6.js +28 -3
- package/components/index7.js +163 -27
- package/components/index8.js +1 -1
- package/components/index9.js +3 -163
- package/components/input-shims.js +25 -2
- package/components/input.utils.js +2 -2
- package/components/ion-accordion-group.js +21 -8
- package/components/ion-accordion.js +33 -15
- package/components/ion-app.js +8 -7
- package/components/ion-avatar.js +3 -5
- package/components/ion-back-button.js +13 -14
- package/components/ion-badge.js +3 -6
- package/components/ion-breadcrumb.js +23 -21
- package/components/ion-breadcrumbs.js +15 -11
- package/components/ion-card-content.js +3 -5
- package/components/ion-card-header.js +8 -6
- package/components/ion-card-subtitle.js +3 -6
- package/components/ion-card-title.js +3 -6
- package/components/ion-card.js +17 -12
- package/components/ion-chip.js +9 -6
- package/components/ion-col.js +2 -27
- package/components/ion-datetime-button.js +17 -15
- package/components/ion-datetime.js +231 -132
- package/components/ion-fab-button.js +38 -21
- package/components/ion-fab-list.js +8 -3
- package/components/ion-fab.js +11 -5
- package/components/ion-footer.js +14 -9
- package/components/ion-grid.js +5 -3
- package/components/ion-img.js +2 -7
- package/components/ion-infinite-scroll-content.js +3 -7
- package/components/ion-infinite-scroll.js +28 -7
- package/components/ion-input-otp.d.ts +11 -0
- package/components/ion-input-otp.js +684 -0
- package/components/ion-input-password-toggle.js +12 -14
- package/components/ion-input.js +82 -54
- package/components/ion-item-divider.js +12 -8
- package/components/ion-item-group.js +4 -6
- package/components/ion-item-option.js +17 -15
- package/components/ion-item-options.js +8 -6
- package/components/ion-item-sliding.js +9 -6
- package/components/ion-loading.js +44 -28
- package/components/ion-menu-button.js +18 -13
- package/components/ion-menu-toggle.js +12 -8
- package/components/ion-menu.js +54 -16
- package/components/ion-nav-link.js +8 -8
- package/components/ion-nav.js +10 -13
- package/components/ion-note.js +5 -8
- package/components/ion-picker-legacy.js +48 -28
- package/components/ion-progress-bar.js +22 -8
- package/components/ion-range.js +115 -32
- package/components/ion-refresher-content.js +3 -7
- package/components/ion-refresher.js +57 -9
- package/components/ion-reorder-group.js +27 -10
- package/components/ion-reorder.js +5 -7
- package/components/ion-route-redirect.js +0 -2
- package/components/ion-route.js +9 -7
- package/components/ion-router-link.js +10 -12
- package/components/ion-router-outlet.js +13 -11
- package/components/ion-router.js +20 -1
- package/components/ion-row.js +3 -4
- package/components/ion-searchbar.js +83 -36
- package/components/ion-segment-button.js +23 -14
- package/components/ion-segment-content.js +4 -5
- package/components/ion-segment-view.js +8 -8
- package/components/ion-segment.js +25 -14
- package/components/ion-select-option.js +6 -5
- package/components/ion-select.js +70 -36
- package/components/ion-skeleton-text.js +7 -5
- package/components/ion-split-pane.js +14 -9
- package/components/ion-tab-bar.js +10 -9
- package/components/ion-tab-button.js +13 -15
- package/components/ion-tab.js +6 -9
- package/components/ion-tabs.js +6 -7
- package/components/ion-text.js +4 -6
- package/components/ion-textarea.js +73 -37
- package/components/ion-thumbnail.js +3 -4
- package/components/ion-toast.js +63 -41
- package/components/ion-toggle.js +56 -25
- package/components/ionic-global.js +1 -1
- package/components/item.js +49 -22
- package/components/keyboard-controller.js +2 -2
- package/components/keyboard.js +134 -69
- package/components/keyboard2.js +69 -134
- package/components/label.js +5 -9
- package/components/list-header.js +5 -9
- package/components/list.js +7 -7
- package/components/modal.js +630 -217
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +3 -3
- package/components/picker-column-option.js +21 -8
- package/components/picker-column.js +48 -15
- package/components/picker-column2.js +9 -12
- package/components/picker.js +3 -5
- package/components/popover.js +139 -46
- package/components/radio-group.js +12 -12
- package/components/radio.js +31 -17
- package/components/refresher.utils.js +2 -2
- package/components/ripple-effect.js +12 -4
- package/components/select-modal.js +7 -12
- package/components/select-popover.js +8 -11
- package/components/spinner.js +6 -7
- package/components/swipe-back.js +1 -1
- package/components/title.js +5 -9
- package/components/toolbar.js +5 -8
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/global.bundle.css +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/structure.css +1 -1
- package/css/structure.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-ab2d3449.js → animation-ZJ1lAkZD.js} +2 -2
- package/dist/cjs/{app-globals-ddceb1f4.js → app-globals-77ZfuXXk.js} +1 -1
- package/dist/cjs/{button-active-43e2b419.js → button-active-BzZenWWH.js} +3 -3
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-DmA66EwP.js} +1 -1
- package/dist/cjs/{config-f6225ae7.js → config-CKhELRRu.js} +1 -1
- package/dist/cjs/{data-94e8d392.js → data-DW6ofvJ8.js} +30 -5
- package/dist/cjs/{framework-delegate-862d9d00.js → framework-delegate-WkyjrnCx.js} +1 -1
- package/dist/cjs/{gesture-controller-9436f482.js → gesture-controller-dtqlP_q4.js} +1 -1
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-ClPPQ_PS.js} +1 -1
- package/dist/cjs/{hardware-back-button-3d2b1004.js → hardware-back-button-BxdNu76F.js} +2 -2
- package/dist/cjs/{helpers-8a48fdea.js → helpers-DgwmcYAu.js} +2 -5
- package/dist/cjs/{index-1eff7149.js → index-BzEyuIww.js} +6 -7
- package/dist/cjs/{index-ee07ed59.js → index-CAvQ7Tka.js} +3 -4
- package/dist/cjs/{index-31b07b9c.js → index-Cc5PNMyz.js} +3 -3
- package/dist/cjs/{index-a96d31ae.js → index-D24wggHR.js} +9 -9
- package/dist/cjs/{index-2e236a04.js → index-DNh170BW.js} +1710 -754
- package/dist/cjs/index-DqmRDbxg.js +58 -0
- package/dist/cjs/{index-dbe01e08.js → index-bGpoPC4u.js} +3 -3
- package/dist/cjs/index.cjs.js +19 -24
- package/dist/cjs/{input-shims-415be7ee.js → input-shims-CLI_OrmU.js} +29 -6
- package/dist/cjs/{input.utils-a7957fd6.js → input.utils-B2hZ5tX6.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +55 -27
- package/dist/cjs/ion-action-sheet.cjs.entry.js +57 -47
- package/dist/cjs/ion-alert.cjs.entry.js +63 -51
- package/dist/cjs/ion-app_8.cjs.entry.js +122 -90
- package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -18
- package/dist/cjs/ion-back-button.cjs.entry.js +19 -23
- package/dist/cjs/ion-backdrop.cjs.entry.js +13 -9
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +38 -35
- package/dist/cjs/ion-button_2.cjs.entry.js +367 -280
- package/dist/cjs/ion-card_5.cjs.entry.js +32 -36
- package/dist/cjs/ion-checkbox.cjs.entry.js +44 -23
- package/dist/cjs/ion-chip.cjs.entry.js +11 -11
- package/dist/cjs/ion-col_3.cjs.entry.js +9 -36
- package/dist/cjs/ion-datetime-button.cjs.entry.js +23 -24
- package/dist/cjs/ion-datetime_3.cjs.entry.js +348 -236
- package/dist/cjs/ion-fab_3.cjs.entry.js +57 -32
- package/dist/cjs/ion-img.cjs.entry.js +4 -12
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +36 -22
- package/dist/cjs/ion-input-otp.cjs.entry.js +646 -0
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +17 -22
- package/dist/cjs/ion-input.cjs.entry.js +87 -62
- package/dist/cjs/ion-item-option_3.cjs.entry.js +38 -34
- package/dist/cjs/ion-item_8.cjs.entry.js +88 -72
- package/dist/cjs/ion-loading.cjs.entry.js +54 -41
- package/dist/cjs/ion-menu_3.cjs.entry.js +104 -60
- package/dist/cjs/ion-modal.cjs.entry.js +644 -234
- package/dist/cjs/ion-nav_2.cjs.entry.js +29 -35
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +24 -14
- package/dist/cjs/ion-picker-column.cjs.entry.js +52 -22
- package/dist/cjs/ion-picker.cjs.entry.js +4 -9
- package/dist/cjs/ion-popover.cjs.entry.js +147 -57
- package/dist/cjs/ion-progress-bar.cjs.entry.js +25 -14
- package/dist/cjs/ion-radio_2.cjs.entry.js +46 -35
- package/dist/cjs/ion-range.cjs.entry.js +123 -43
- package/dist/cjs/ion-refresher_2.cjs.entry.js +74 -33
- package/dist/cjs/ion-reorder_2.cjs.entry.js +37 -25
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +13 -8
- package/dist/cjs/ion-route_4.cjs.entry.js +53 -39
- package/dist/cjs/ion-searchbar.cjs.entry.js +90 -46
- package/dist/cjs/ion-segment-content.cjs.entry.js +4 -7
- package/dist/cjs/ion-segment-view.cjs.entry.js +8 -10
- package/dist/cjs/ion-segment_2.cjs.entry.js +54 -37
- package/dist/cjs/ion-select-modal.cjs.entry.js +15 -23
- package/dist/cjs/ion-select_3.cjs.entry.js +94 -65
- package/dist/cjs/ion-spinner.cjs.entry.js +11 -15
- package/dist/cjs/ion-split-pane.cjs.entry.js +16 -14
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +30 -34
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -20
- package/dist/cjs/ion-text.cjs.entry.js +6 -11
- package/dist/cjs/ion-textarea.cjs.entry.js +78 -45
- package/dist/cjs/ion-toast.cjs.entry.js +84 -65
- package/dist/cjs/ion-toggle.cjs.entry.js +63 -35
- package/dist/cjs/{ionic-global-6dea5a96.js → ionic-global-UI5YPSi-.js} +3 -4
- package/dist/cjs/ionic.cjs.js +8 -9
- package/dist/cjs/{ios.transition-a131cd4d.js → ios.transition-DEitrLlG.js} +5 -6
- package/dist/cjs/{keyboard-0272231f.js → keyboard-UuAS4D_9.js} +1 -1
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-GXBiBRKS.js} +2 -2
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-hHzlEQpk.js} +3 -3
- package/dist/cjs/loader.cjs.js +4 -7
- package/dist/cjs/{md.transition-e018ebe5.js → md.transition-BHtGC-Wg.js} +5 -6
- package/dist/cjs/{notch-controller-09b7f358.js → notch-controller-Bf5Rr4R5.js} +2 -2
- package/dist/cjs/{overlays-4c291a05.js → overlays-CglR7j-u.js} +7 -7
- package/dist/cjs/{status-tap-f1acefac.js → status-tap-D9YPr62n.js} +3 -4
- package/dist/cjs/{swipe-back-442ca3d7.js → swipe-back-Ck8mDs0g.js} +5 -5
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/accordion/accordion.js +43 -13
- package/dist/collection/components/accordion-group/accordion-group.js +35 -8
- package/dist/collection/components/action-sheet/action-sheet.js +95 -43
- package/dist/collection/components/alert/alert.js +104 -45
- package/dist/collection/components/app/app.js +8 -3
- package/dist/collection/components/back-button/back-button.js +30 -14
- package/dist/collection/components/backdrop/backdrop.js +18 -3
- package/dist/collection/components/badge/badge.js +3 -4
- package/dist/collection/components/breadcrumb/breadcrumb.js +57 -26
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +24 -10
- package/dist/collection/components/button/button.js +97 -36
- package/dist/collection/components/buttons/buttons.js +15 -1
- package/dist/collection/components/card/card.js +44 -16
- package/dist/collection/components/card-header/card-header.js +11 -3
- package/dist/collection/components/card-subtitle/card-subtitle.js +3 -4
- package/dist/collection/components/card-title/card-title.js +3 -4
- package/dist/collection/components/checkbox/checkbox.js +74 -24
- package/dist/collection/components/chip/chip.js +15 -4
- package/dist/collection/components/col/col.js +72 -50
- package/dist/collection/components/content/content.js +43 -9
- package/dist/collection/components/datetime/datetime.ios.css +7 -2
- package/dist/collection/components/datetime/datetime.js +345 -153
- package/dist/collection/components/datetime/datetime.md.css +9 -3
- package/dist/collection/components/datetime/utils/data.js +29 -4
- package/dist/collection/components/datetime/utils/state.js +1 -0
- package/dist/collection/components/datetime-button/datetime-button.js +21 -11
- package/dist/collection/components/fab/fab.js +21 -6
- package/dist/collection/components/fab-button/fab-button.js +76 -28
- package/dist/collection/components/fab-list/fab-list.js +12 -2
- package/dist/collection/components/footer/footer.js +16 -5
- package/dist/collection/components/grid/grid.js +6 -1
- package/dist/collection/components/header/header.js +15 -4
- package/dist/collection/components/img/img.js +6 -6
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +35 -7
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +6 -4
- package/dist/collection/components/input/input.ios.css +1 -1
- package/dist/collection/components/input/input.js +178 -79
- package/dist/collection/components/input/input.md.css +1 -1
- package/dist/collection/components/input-otp/input-otp-interface.js +1 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +381 -0
- package/dist/collection/components/input-otp/input-otp.js +1056 -0
- package/dist/collection/components/input-otp/input-otp.md.css +381 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +19 -11
- package/dist/collection/components/item/item.js +84 -28
- package/dist/collection/components/item-divider/item-divider.js +15 -5
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +38 -18
- package/dist/collection/components/item-options/item-options.js +8 -2
- package/dist/collection/components/item-sliding/item-sliding.js +9 -3
- package/dist/collection/components/label/label.js +8 -6
- package/dist/collection/components/list/list.js +10 -4
- package/dist/collection/components/list-header/list-header.js +8 -8
- package/dist/collection/components/loading/loading.js +96 -40
- package/dist/collection/components/menu/menu.js +104 -29
- package/dist/collection/components/menu-button/menu-button.js +29 -12
- package/dist/collection/components/menu-toggle/menu-toggle.js +16 -7
- package/dist/collection/components/modal/animations/ios.enter.js +3 -43
- package/dist/collection/components/modal/animations/ios.leave.js +4 -26
- package/dist/collection/components/modal/animations/ios.transition.js +152 -0
- package/dist/collection/components/modal/animations/md.enter.js +2 -42
- package/dist/collection/components/modal/animations/md.leave.js +2 -24
- package/dist/collection/components/modal/gestures/sheet.js +122 -29
- package/dist/collection/components/modal/modal.ios.css +0 -10
- package/dist/collection/components/modal/modal.js +446 -69
- package/dist/collection/components/nav/nav.js +25 -12
- package/dist/collection/components/nav-link/nav-link.js +19 -9
- package/dist/collection/components/note/note.js +5 -6
- package/dist/collection/components/picker-column/picker-column.js +56 -14
- package/dist/collection/components/picker-column-option/picker-column-option.js +27 -6
- package/dist/collection/components/picker-legacy/picker.js +93 -33
- package/dist/collection/components/picker-legacy-column/picker-column.js +7 -5
- package/dist/collection/components/popover/popover.js +227 -70
- package/dist/collection/components/progress-bar/progress-bar.js +33 -7
- package/dist/collection/components/radio/radio.js +49 -19
- package/dist/collection/components/radio-group/radio-group.js +27 -13
- package/dist/collection/components/range/range.js +157 -39
- package/dist/collection/components/refresher/refresher.js +69 -7
- package/dist/collection/components/refresher-content/refresher-content.js +13 -9
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +86 -9
- package/dist/collection/components/ripple-effect/ripple-effect.js +13 -2
- package/dist/collection/components/route/route.js +24 -9
- package/dist/collection/components/route-redirect/route-redirect.js +6 -6
- package/dist/collection/components/router/router.js +29 -3
- package/dist/collection/components/router-link/router-link.js +26 -14
- package/dist/collection/components/router-outlet/router-outlet.js +25 -9
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +147 -54
- package/dist/collection/components/segment/segment.js +40 -15
- package/dist/collection/components/segment-button/segment-button.js +34 -13
- package/dist/collection/components/segment-content/segment-content.css +1 -0
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.js +8 -4
- package/dist/collection/components/select/select.js +129 -49
- package/dist/collection/components/select-modal/select-modal.js +10 -5
- package/dist/collection/components/select-option/select-option.js +10 -4
- package/dist/collection/components/select-popover/select-popover.js +19 -9
- package/dist/collection/components/skeleton-text/skeleton-text.js +8 -3
- package/dist/collection/components/spinner/spinner.js +16 -8
- package/dist/collection/components/split-pane/split-pane.js +19 -6
- package/dist/collection/components/tab/tab.js +16 -9
- package/dist/collection/components/tab-bar/tab-bar.js +16 -7
- package/dist/collection/components/tab-button/tab-button.js +34 -18
- package/dist/collection/components/tabs/tabs.js +6 -4
- package/dist/collection/components/text/text.js +5 -6
- package/dist/collection/components/textarea/textarea.js +154 -59
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +8 -8
- package/dist/collection/components/toast/toast.js +128 -55
- package/dist/collection/components/toggle/toggle.js +86 -28
- package/dist/collection/components/toolbar/toolbar.js +5 -4
- package/dist/collection/utils/input-shims/hacks/scroll-assist.js +23 -0
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +20 -2
- package/dist/docs.d.ts +8 -0
- package/dist/docs.json +5522 -1831
- package/dist/esm/{animation-8b25e105.js → animation-BvhAtgca.js} +2 -2
- package/dist/esm/{app-globals-dbdbb3df.js → app-globals-CvLYUxE9.js} +1 -1
- package/dist/esm/{button-active-90f1dbc4.js → button-active-DBUPuLNw.js} +3 -3
- package/dist/esm/{capacitor-59395cbd.js → capacitor-CFERIeaU.js} +1 -1
- package/dist/esm/{config-9898ed97.js → config-Dx_6wPIJ.js} +1 -1
- package/dist/esm/{data-0d7ea6eb.js → data-CKHMWxfe.js} +31 -6
- package/dist/esm/{framework-delegate-56b467ad.js → framework-delegate-BLEBgH06.js} +1 -1
- package/dist/esm/{gesture-controller-314a54f6.js → gesture-controller-BTEOs1at.js} +1 -1
- package/dist/esm/{haptic-ac164e4c.js → haptic-DzAMWJuk.js} +2 -2
- package/dist/esm/{hardware-back-button-a7eb8233.js → hardware-back-button-Dhbd-23H.js} +2 -2
- package/dist/esm/{helpers-d94bc8ad.js → helpers-8KSQQGQy.js} +3 -6
- package/dist/esm/{index-527b9e34.js → index-4DxY6_gG.js} +1703 -735
- package/dist/esm/{index-9a17db3d.js → index-7UbSlv7N.js} +3 -3
- package/dist/esm/{index-be190feb.js → index-C6WeRr09.js} +3 -3
- package/dist/esm/{index-18f31305.js → index-CXSTcaAW.js} +6 -6
- package/dist/esm/{index-39782642.js → index-CfgBF1SE.js} +4 -6
- package/dist/esm/index-DV3sJJW8.js +32 -0
- package/dist/esm/{index-68c0d151.js → index-Dp7GXH1z.js} +4 -5
- package/dist/esm/index.js +17 -18
- package/dist/esm/{input-shims-279903e2.js → input-shims-C4KDnhxb.js} +29 -6
- package/dist/esm/{input.utils-40504d6d.js → input.utils-be4gBvVY.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +53 -23
- package/dist/esm/ion-action-sheet.entry.js +57 -45
- package/dist/esm/ion-alert.entry.js +61 -47
- package/dist/esm/ion-app_8.entry.js +103 -69
- package/dist/esm/ion-avatar_3.entry.js +9 -16
- package/dist/esm/ion-back-button.entry.js +15 -17
- package/dist/esm/ion-backdrop.entry.js +13 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +38 -33
- package/dist/esm/ion-button_2.entry.js +364 -275
- package/dist/esm/ion-card_5.entry.js +32 -34
- package/dist/esm/ion-checkbox.entry.js +44 -21
- package/dist/esm/ion-chip.entry.js +11 -9
- package/dist/esm/ion-col_3.entry.js +9 -34
- package/dist/esm/ion-datetime-button.entry.js +19 -18
- package/dist/esm/ion-datetime_3.entry.js +288 -174
- package/dist/esm/ion-fab_3.entry.js +57 -30
- package/dist/esm/ion-img.entry.js +4 -10
- package/dist/esm/ion-infinite-scroll_2.entry.js +34 -18
- package/dist/esm/ion-input-otp.entry.js +644 -0
- package/dist/esm/ion-input-password-toggle.entry.js +13 -16
- package/dist/esm/ion-input.entry.js +87 -60
- package/dist/esm/ion-item-option_3.entry.js +37 -31
- package/dist/esm/ion-item_8.entry.js +87 -69
- package/dist/esm/ion-loading.entry.js +52 -37
- package/dist/esm/ion-menu_3.entry.js +92 -46
- package/dist/esm/ion-modal.entry.js +637 -225
- package/dist/esm/ion-nav_2.entry.js +18 -22
- package/dist/esm/ion-picker-column-option.entry.js +24 -12
- package/dist/esm/ion-picker-column.entry.js +52 -20
- package/dist/esm/ion-picker.entry.js +4 -7
- package/dist/esm/ion-popover.entry.js +144 -52
- package/dist/esm/ion-progress-bar.entry.js +24 -11
- package/dist/esm/ion-radio_2.entry.js +46 -33
- package/dist/esm/ion-range.entry.js +118 -36
- package/dist/esm/ion-refresher_2.entry.js +69 -26
- package/dist/esm/ion-reorder_2.entry.js +37 -23
- package/dist/esm/ion-ripple-effect.entry.js +13 -6
- package/dist/esm/ion-route_4.entry.js +37 -21
- package/dist/esm/ion-searchbar.entry.js +87 -41
- package/dist/esm/ion-segment-content.entry.js +4 -5
- package/dist/esm/ion-segment-view.entry.js +8 -8
- package/dist/esm/ion-segment_2.entry.js +51 -32
- package/dist/esm/ion-select-modal.entry.js +15 -21
- package/dist/esm/ion-select_3.entry.js +91 -60
- package/dist/esm/ion-spinner.entry.js +9 -11
- package/dist/esm/ion-split-pane.entry.js +14 -10
- package/dist/esm/ion-tab-bar_2.entry.js +29 -31
- package/dist/esm/ion-tab_2.entry.js +11 -16
- package/dist/esm/ion-text.entry.js +6 -9
- package/dist/esm/ion-textarea.entry.js +78 -43
- package/dist/esm/ion-toast.entry.js +70 -49
- package/dist/esm/ion-toggle.entry.js +63 -33
- package/dist/esm/{ionic-global-b26f573e.js → ionic-global-CTSyufhF.js} +1 -2
- package/dist/esm/ionic.js +7 -7
- package/dist/esm/{ios.transition-4047cb68.js → ios.transition-eAEkgVAv.js} +5 -6
- package/dist/esm/{keyboard-73175e24.js → keyboard-CUw4ekVy.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-BaaVITYt.js} +2 -2
- package/dist/esm/{keyboard-52278bd7.js → keyboard-ywgs5efA.js} +3 -3
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-30ce8d1b.js → md.transition-D8TeJ_Pz.js} +5 -6
- package/dist/esm/{notch-controller-1a1f7183.js → notch-controller-lb417-kU.js} +2 -2
- package/dist/esm/{overlays-d99dcb0a.js → overlays-ZX_4-t_r.js} +7 -7
- package/dist/esm/{status-tap-42a8af65.js → status-tap-pATNXEtr.js} +3 -4
- package/dist/esm/{swipe-back-04123e7c.js → swipe-back-tV63j0BI.js} +5 -5
- package/dist/html.html-data.json +377 -1
- package/dist/index.js +1 -1
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-0f396661.entry.js +4 -0
- package/dist/ionic/p-1191a2d9.entry.js +4 -0
- package/dist/ionic/p-1488b7cc.entry.js +4 -0
- package/dist/ionic/p-148bdf18.entry.js +4 -0
- package/dist/ionic/p-16116947.entry.js +4 -0
- package/dist/ionic/p-19f80390.entry.js +4 -0
- package/dist/ionic/p-1bbd0a23.entry.js +4 -0
- package/dist/ionic/p-1d5b934a.entry.js +4 -0
- package/dist/ionic/p-29032e49.entry.js +4 -0
- package/dist/ionic/p-2cb0f39f.entry.js +4 -0
- package/dist/ionic/p-349fc921.entry.js +4 -0
- package/dist/ionic/p-3624b640.entry.js +4 -0
- package/dist/ionic/p-36a54836.entry.js +4 -0
- package/dist/ionic/p-39ed3212.entry.js +4 -0
- package/dist/ionic/p-3e426ddc.entry.js +4 -0
- package/dist/ionic/p-4DxY6_gG.js +5 -0
- package/dist/ionic/p-504e4c9c.entry.js +4 -0
- package/dist/ionic/p-528af4e6.entry.js +4 -0
- package/dist/ionic/p-54dec9b1.entry.js +4 -0
- package/dist/ionic/p-5c976c00.entry.js +4 -0
- package/dist/ionic/p-6383afc2.entry.js +4 -0
- package/dist/ionic/p-6701ab96.entry.js +4 -0
- package/dist/ionic/p-6d26651e.entry.js +4 -0
- package/dist/ionic/p-7a53f04c.entry.js +4 -0
- package/dist/ionic/p-7bac2c5f.entry.js +4 -0
- package/dist/ionic/p-7da05504.entry.js +4 -0
- package/dist/ionic/p-7fa27903.entry.js +4 -0
- package/dist/ionic/p-8d96a0cd.entry.js +4 -0
- package/dist/ionic/p-91d6ccb0.entry.js +4 -0
- package/dist/ionic/p-982fe1c4.entry.js +4 -0
- package/dist/ionic/p-9ddf2620.entry.js +4 -0
- package/dist/ionic/p-9eeaBrnk.js +4 -0
- package/dist/ionic/{p-8d2d39d0.js → p-B1xocg0A.js} +1 -1
- package/dist/ionic/{p-2bb55ebc.js → p-B5MDSrGg.js} +1 -1
- package/dist/ionic/p-BB-JoKGB.js +4 -0
- package/dist/ionic/{p-0f5e6225.js → p-BHGXdud8.js} +1 -1
- package/dist/ionic/p-BhNEp2QP.js +4 -0
- package/dist/ionic/p-Br3vSlYh.js +4 -0
- package/dist/ionic/p-C-Cct-6D.js +4 -0
- package/dist/ionic/p-C87oPMMF.js +4 -0
- package/dist/ionic/{p-aded71ec.js → p-C8d2ebIg.js} +1 -1
- package/dist/ionic/p-CIGNaXM1.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-CKvCXMs9.js} +1 -1
- package/dist/ionic/{p-95001a19.js → p-CSwZyt05.js} +1 -1
- package/dist/ionic/p-CWvl4RPO.js +4 -0
- package/dist/ionic/p-Cl0B-RWe.js +4 -0
- package/dist/ionic/p-CtWGkNnJ.js +4 -0
- package/dist/ionic/p-CvaZMP6T.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-D13Eaw-8.js} +1 -1
- package/dist/ionic/p-D2fQU_qK.js +4 -0
- package/dist/ionic/p-D2re3d9B.js +4 -0
- package/dist/ionic/p-DAfH9Iif.js +4 -0
- package/dist/ionic/p-DCuOL88l.js +4 -0
- package/dist/ionic/p-DJKvq7vb.js +4 -0
- package/dist/ionic/p-DV3sJJW8.js +4 -0
- package/dist/ionic/{p-ed005d9c.js → p-DiZPU8BH.js} +1 -1
- package/dist/ionic/p-Dm_oBkW1.js +4 -0
- package/dist/ionic/{p-10a1bddc.js → p-EnaLTYYj.js} +1 -1
- package/dist/ionic/p-LaGjiAVo.js +4 -0
- package/dist/ionic/p-a81be128.entry.js +4 -0
- package/dist/ionic/p-ab33ef20.entry.js +4 -0
- package/dist/ionic/p-ac2be9d6.entry.js +4 -0
- package/dist/ionic/p-ac434970.entry.js +4 -0
- package/dist/ionic/p-afeb9df6.entry.js +4 -0
- package/dist/ionic/p-bc9f9032.entry.js +4 -0
- package/dist/ionic/p-bf81a468.entry.js +4 -0
- package/dist/ionic/p-c0d58c8e.entry.js +4 -0
- package/dist/ionic/p-c5210d3e.entry.js +4 -0
- package/dist/ionic/p-c575e7ce.entry.js +4 -0
- package/dist/ionic/p-c836e1a2.entry.js +4 -0
- package/dist/ionic/p-cb335dbc.entry.js +4 -0
- package/dist/ionic/p-d04d66fc.entry.js +4 -0
- package/dist/ionic/p-d3df6032.entry.js +4 -0
- package/dist/ionic/p-dbba38cf.entry.js +4 -0
- package/dist/ionic/p-e6c465ff.entry.js +4 -0
- package/dist/ionic/p-ec76fec4.entry.js +4 -0
- package/dist/ionic/p-ee2e35a6.entry.js +4 -0
- package/dist/ionic/p-f2884bc2.entry.js +4 -0
- package/dist/ionic/p-f456d176.entry.js +4 -0
- package/dist/ionic/p-f7db572a.entry.js +4 -0
- package/dist/ionic/p-f9eb54ee.entry.js +4 -0
- package/dist/ionic/svg/accessibility-outline.svg +1 -1
- package/dist/ionic/svg/accessibility-sharp.svg +1 -1
- package/dist/ionic/svg/accessibility.svg +1 -1
- package/dist/ionic/svg/add-circle-outline.svg +1 -1
- package/dist/ionic/svg/add-circle-sharp.svg +1 -1
- package/dist/ionic/svg/add-circle.svg +1 -1
- package/dist/ionic/svg/add-outline.svg +1 -1
- package/dist/ionic/svg/add-sharp.svg +1 -1
- package/dist/ionic/svg/add.svg +1 -1
- package/dist/ionic/svg/airplane-outline.svg +1 -1
- package/dist/ionic/svg/airplane-sharp.svg +1 -1
- package/dist/ionic/svg/airplane.svg +1 -1
- package/dist/ionic/svg/alarm-outline.svg +1 -1
- package/dist/ionic/svg/alarm-sharp.svg +1 -1
- package/dist/ionic/svg/alarm.svg +1 -1
- package/dist/ionic/svg/albums-outline.svg +1 -1
- package/dist/ionic/svg/albums-sharp.svg +1 -1
- package/dist/ionic/svg/albums.svg +1 -1
- package/dist/ionic/svg/alert-circle-outline.svg +1 -1
- package/dist/ionic/svg/alert-circle-sharp.svg +1 -1
- package/dist/ionic/svg/alert-circle.svg +1 -1
- package/dist/ionic/svg/alert-outline.svg +1 -1
- package/dist/ionic/svg/alert-sharp.svg +1 -1
- package/dist/ionic/svg/alert.svg +1 -1
- package/dist/ionic/svg/american-football-outline.svg +1 -1
- package/dist/ionic/svg/american-football-sharp.svg +1 -1
- package/dist/ionic/svg/american-football.svg +1 -1
- package/dist/ionic/svg/analytics-outline.svg +1 -1
- package/dist/ionic/svg/analytics-sharp.svg +1 -1
- package/dist/ionic/svg/analytics.svg +1 -1
- package/dist/ionic/svg/aperture-outline.svg +1 -1
- package/dist/ionic/svg/aperture-sharp.svg +1 -1
- package/dist/ionic/svg/aperture.svg +1 -1
- package/dist/ionic/svg/apps-outline.svg +1 -1
- package/dist/ionic/svg/apps-sharp.svg +1 -1
- package/dist/ionic/svg/apps.svg +1 -1
- package/dist/ionic/svg/archive-outline.svg +1 -1
- package/dist/ionic/svg/archive-sharp.svg +1 -1
- package/dist/ionic/svg/archive.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-back-circle.svg +1 -1
- package/dist/ionic/svg/arrow-back-outline.svg +1 -1
- package/dist/ionic/svg/arrow-back-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-back.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-down-circle.svg +1 -1
- package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-down-outline.svg +1 -1
- package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
- package/dist/ionic/svg/arrow-down-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-down.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-forward-circle.svg +1 -1
- package/dist/ionic/svg/arrow-forward-outline.svg +1 -1
- package/dist/ionic/svg/arrow-forward-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-forward.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-redo-circle.svg +1 -1
- package/dist/ionic/svg/arrow-redo-outline.svg +1 -1
- package/dist/ionic/svg/arrow-redo-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-redo.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-undo-circle.svg +1 -1
- package/dist/ionic/svg/arrow-undo-outline.svg +1 -1
- package/dist/ionic/svg/arrow-undo-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-undo.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-up-circle.svg +1 -1
- package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-outline.svg +1 -1
- package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
- package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
- package/dist/ionic/svg/arrow-up-sharp.svg +1 -1
- package/dist/ionic/svg/arrow-up.svg +1 -1
- package/dist/ionic/svg/at-circle-outline.svg +1 -1
- package/dist/ionic/svg/at-circle-sharp.svg +1 -1
- package/dist/ionic/svg/at-circle.svg +1 -1
- package/dist/ionic/svg/at-outline.svg +1 -1
- package/dist/ionic/svg/at-sharp.svg +1 -1
- package/dist/ionic/svg/at.svg +1 -1
- package/dist/ionic/svg/attach-outline.svg +1 -1
- package/dist/ionic/svg/attach-sharp.svg +1 -1
- package/dist/ionic/svg/attach.svg +1 -1
- package/dist/ionic/svg/backspace-outline.svg +1 -1
- package/dist/ionic/svg/backspace-sharp.svg +1 -1
- package/dist/ionic/svg/backspace.svg +1 -1
- package/dist/ionic/svg/bag-add-outline.svg +1 -1
- package/dist/ionic/svg/bag-add-sharp.svg +1 -1
- package/dist/ionic/svg/bag-add.svg +1 -1
- package/dist/ionic/svg/bag-check-outline.svg +1 -1
- package/dist/ionic/svg/bag-check-sharp.svg +1 -1
- package/dist/ionic/svg/bag-check.svg +1 -1
- package/dist/ionic/svg/bag-handle-outline.svg +1 -1
- package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
- package/dist/ionic/svg/bag-handle.svg +1 -1
- package/dist/ionic/svg/bag-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-outline.svg +1 -1
- package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
- package/dist/ionic/svg/bag-remove.svg +1 -1
- package/dist/ionic/svg/bag-sharp.svg +1 -1
- package/dist/ionic/svg/bag.svg +1 -1
- package/dist/ionic/svg/balloon-outline.svg +1 -1
- package/dist/ionic/svg/balloon-sharp.svg +1 -1
- package/dist/ionic/svg/balloon.svg +1 -1
- package/dist/ionic/svg/ban-outline.svg +1 -1
- package/dist/ionic/svg/ban-sharp.svg +1 -1
- package/dist/ionic/svg/ban.svg +1 -1
- package/dist/ionic/svg/bandage-outline.svg +1 -1
- package/dist/ionic/svg/bandage-sharp.svg +1 -1
- package/dist/ionic/svg/bandage.svg +1 -1
- package/dist/ionic/svg/bar-chart-outline.svg +1 -1
- package/dist/ionic/svg/bar-chart-sharp.svg +1 -1
- package/dist/ionic/svg/bar-chart.svg +1 -1
- package/dist/ionic/svg/barbell-outline.svg +1 -1
- package/dist/ionic/svg/barbell-sharp.svg +1 -1
- package/dist/ionic/svg/barbell.svg +1 -1
- package/dist/ionic/svg/barcode-outline.svg +1 -1
- package/dist/ionic/svg/barcode-sharp.svg +1 -1
- package/dist/ionic/svg/barcode.svg +1 -1
- package/dist/ionic/svg/baseball-outline.svg +1 -1
- package/dist/ionic/svg/baseball-sharp.svg +1 -1
- package/dist/ionic/svg/baseball.svg +1 -1
- package/dist/ionic/svg/basket-outline.svg +1 -1
- package/dist/ionic/svg/basket-sharp.svg +1 -1
- package/dist/ionic/svg/basket.svg +1 -1
- package/dist/ionic/svg/basketball-outline.svg +1 -1
- package/dist/ionic/svg/basketball-sharp.svg +1 -1
- package/dist/ionic/svg/basketball.svg +1 -1
- package/dist/ionic/svg/battery-charging-outline.svg +1 -1
- package/dist/ionic/svg/battery-charging-sharp.svg +1 -1
- package/dist/ionic/svg/battery-charging.svg +1 -1
- package/dist/ionic/svg/battery-dead-outline.svg +1 -1
- package/dist/ionic/svg/battery-dead-sharp.svg +1 -1
- package/dist/ionic/svg/battery-dead.svg +1 -1
- package/dist/ionic/svg/battery-full-outline.svg +1 -1
- package/dist/ionic/svg/battery-full-sharp.svg +1 -1
- package/dist/ionic/svg/battery-full.svg +1 -1
- package/dist/ionic/svg/battery-half-outline.svg +1 -1
- package/dist/ionic/svg/battery-half-sharp.svg +1 -1
- package/dist/ionic/svg/battery-half.svg +1 -1
- package/dist/ionic/svg/beaker-outline.svg +1 -1
- package/dist/ionic/svg/beaker-sharp.svg +1 -1
- package/dist/ionic/svg/beaker.svg +1 -1
- package/dist/ionic/svg/bed-outline.svg +1 -1
- package/dist/ionic/svg/bed-sharp.svg +1 -1
- package/dist/ionic/svg/bed.svg +1 -1
- package/dist/ionic/svg/beer-outline.svg +1 -1
- package/dist/ionic/svg/beer-sharp.svg +1 -1
- package/dist/ionic/svg/beer.svg +1 -1
- package/dist/ionic/svg/bicycle-outline.svg +1 -1
- package/dist/ionic/svg/bicycle-sharp.svg +1 -1
- package/dist/ionic/svg/bicycle.svg +1 -1
- package/dist/ionic/svg/binoculars-outline.svg +1 -0
- package/dist/ionic/svg/binoculars-sharp.svg +1 -0
- package/dist/ionic/svg/binoculars.svg +1 -0
- package/dist/ionic/svg/bluetooth-outline.svg +1 -1
- package/dist/ionic/svg/bluetooth-sharp.svg +1 -1
- package/dist/ionic/svg/bluetooth.svg +1 -1
- package/dist/ionic/svg/boat-outline.svg +1 -1
- package/dist/ionic/svg/boat-sharp.svg +1 -1
- package/dist/ionic/svg/boat.svg +1 -1
- package/dist/ionic/svg/body-outline.svg +1 -1
- package/dist/ionic/svg/body-sharp.svg +1 -1
- package/dist/ionic/svg/body.svg +1 -1
- package/dist/ionic/svg/bonfire-outline.svg +1 -1
- package/dist/ionic/svg/bonfire-sharp.svg +1 -1
- package/dist/ionic/svg/bonfire.svg +1 -1
- package/dist/ionic/svg/book-outline.svg +1 -1
- package/dist/ionic/svg/book-sharp.svg +1 -1
- package/dist/ionic/svg/book.svg +1 -1
- package/dist/ionic/svg/bookmark-outline.svg +1 -1
- package/dist/ionic/svg/bookmark-sharp.svg +1 -1
- package/dist/ionic/svg/bookmark.svg +1 -1
- package/dist/ionic/svg/bookmarks-outline.svg +1 -1
- package/dist/ionic/svg/bookmarks-sharp.svg +1 -1
- package/dist/ionic/svg/bookmarks.svg +1 -1
- package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
- package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
- package/dist/ionic/svg/bowling-ball.svg +1 -1
- package/dist/ionic/svg/briefcase-outline.svg +1 -1
- package/dist/ionic/svg/briefcase-sharp.svg +1 -1
- package/dist/ionic/svg/briefcase.svg +1 -1
- package/dist/ionic/svg/browsers-outline.svg +1 -1
- package/dist/ionic/svg/browsers-sharp.svg +1 -1
- package/dist/ionic/svg/browsers.svg +1 -1
- package/dist/ionic/svg/brush-outline.svg +1 -1
- package/dist/ionic/svg/brush-sharp.svg +1 -1
- package/dist/ionic/svg/brush.svg +1 -1
- package/dist/ionic/svg/bug-outline.svg +1 -1
- package/dist/ionic/svg/bug-sharp.svg +1 -1
- package/dist/ionic/svg/bug.svg +1 -1
- package/dist/ionic/svg/build-outline.svg +1 -1
- package/dist/ionic/svg/build-sharp.svg +1 -1
- package/dist/ionic/svg/build.svg +1 -1
- package/dist/ionic/svg/bulb-outline.svg +1 -1
- package/dist/ionic/svg/bulb-sharp.svg +1 -1
- package/dist/ionic/svg/bulb.svg +1 -1
- package/dist/ionic/svg/bus-outline.svg +1 -1
- package/dist/ionic/svg/bus-sharp.svg +1 -1
- package/dist/ionic/svg/bus.svg +1 -1
- package/dist/ionic/svg/business-outline.svg +1 -1
- package/dist/ionic/svg/business-sharp.svg +1 -1
- package/dist/ionic/svg/business.svg +1 -1
- package/dist/ionic/svg/cafe-outline.svg +1 -1
- package/dist/ionic/svg/cafe-sharp.svg +1 -1
- package/dist/ionic/svg/cafe.svg +1 -1
- package/dist/ionic/svg/calculator-outline.svg +1 -1
- package/dist/ionic/svg/calculator-sharp.svg +1 -1
- package/dist/ionic/svg/calculator.svg +1 -1
- package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
- package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-clear.svg +1 -1
- package/dist/ionic/svg/calendar-number-outline.svg +1 -1
- package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
- package/dist/ionic/svg/calendar-number.svg +1 -1
- package/dist/ionic/svg/calendar-outline.svg +1 -1
- package/dist/ionic/svg/calendar-sharp.svg +1 -1
- package/dist/ionic/svg/calendar.svg +1 -1
- package/dist/ionic/svg/call-outline.svg +1 -1
- package/dist/ionic/svg/call-sharp.svg +1 -1
- package/dist/ionic/svg/call.svg +1 -1
- package/dist/ionic/svg/camera-outline.svg +1 -1
- package/dist/ionic/svg/camera-reverse-outline.svg +1 -1
- package/dist/ionic/svg/camera-reverse-sharp.svg +1 -1
- package/dist/ionic/svg/camera-reverse.svg +1 -1
- package/dist/ionic/svg/camera-sharp.svg +1 -1
- package/dist/ionic/svg/camera.svg +1 -1
- package/dist/ionic/svg/car-outline.svg +1 -1
- package/dist/ionic/svg/car-sharp.svg +1 -1
- package/dist/ionic/svg/car-sport-outline.svg +1 -1
- package/dist/ionic/svg/car-sport-sharp.svg +1 -1
- package/dist/ionic/svg/car-sport.svg +1 -1
- package/dist/ionic/svg/car.svg +1 -1
- package/dist/ionic/svg/card-outline.svg +1 -1
- package/dist/ionic/svg/card-sharp.svg +1 -1
- package/dist/ionic/svg/card.svg +1 -1
- package/dist/ionic/svg/caret-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-back-circle.svg +1 -1
- package/dist/ionic/svg/caret-back-outline.svg +1 -1
- package/dist/ionic/svg/caret-back-sharp.svg +1 -1
- package/dist/ionic/svg/caret-back.svg +1 -1
- package/dist/ionic/svg/caret-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-down-circle.svg +1 -1
- package/dist/ionic/svg/caret-down-outline.svg +1 -1
- package/dist/ionic/svg/caret-down-sharp.svg +1 -1
- package/dist/ionic/svg/caret-down.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-forward-circle.svg +1 -1
- package/dist/ionic/svg/caret-forward-outline.svg +1 -1
- package/dist/ionic/svg/caret-forward-sharp.svg +1 -1
- package/dist/ionic/svg/caret-forward.svg +1 -1
- package/dist/ionic/svg/caret-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/caret-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/caret-up-circle.svg +1 -1
- package/dist/ionic/svg/caret-up-outline.svg +1 -1
- package/dist/ionic/svg/caret-up-sharp.svg +1 -1
- package/dist/ionic/svg/caret-up.svg +1 -1
- package/dist/ionic/svg/cart-outline.svg +1 -1
- package/dist/ionic/svg/cart-sharp.svg +1 -1
- package/dist/ionic/svg/cart.svg +1 -1
- package/dist/ionic/svg/cash-outline.svg +1 -1
- package/dist/ionic/svg/cash-sharp.svg +1 -1
- package/dist/ionic/svg/cash.svg +1 -1
- package/dist/ionic/svg/cellular-outline.svg +1 -1
- package/dist/ionic/svg/cellular-sharp.svg +1 -1
- package/dist/ionic/svg/cellular.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses-outline.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses-sharp.svg +1 -1
- package/dist/ionic/svg/chatbox-ellipses.svg +1 -1
- package/dist/ionic/svg/chatbox-outline.svg +1 -1
- package/dist/ionic/svg/chatbox-sharp.svg +1 -1
- package/dist/ionic/svg/chatbox.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses-outline.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubble-ellipses.svg +1 -1
- package/dist/ionic/svg/chatbubble-outline.svg +1 -1
- package/dist/ionic/svg/chatbubble-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubble.svg +1 -1
- package/dist/ionic/svg/chatbubbles-outline.svg +1 -1
- package/dist/ionic/svg/chatbubbles-sharp.svg +1 -1
- package/dist/ionic/svg/chatbubbles.svg +1 -1
- package/dist/ionic/svg/checkbox-outline.svg +1 -1
- package/dist/ionic/svg/checkbox-sharp.svg +1 -1
- package/dist/ionic/svg/checkbox.svg +1 -1
- package/dist/ionic/svg/checkmark-circle-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-circle-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-circle.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-done-circle.svg +1 -1
- package/dist/ionic/svg/checkmark-done-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-done-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark-done.svg +1 -1
- package/dist/ionic/svg/checkmark-outline.svg +1 -1
- package/dist/ionic/svg/checkmark-sharp.svg +1 -1
- package/dist/ionic/svg/checkmark.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-back-circle.svg +1 -1
- package/dist/ionic/svg/chevron-back-outline.svg +1 -1
- package/dist/ionic/svg/chevron-back-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-back.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
- package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-collapse.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-down-circle.svg +1 -1
- package/dist/ionic/svg/chevron-down-outline.svg +1 -1
- package/dist/ionic/svg/chevron-down-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-down.svg +1 -1
- package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
- package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-expand.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-forward-circle.svg +1 -1
- package/dist/ionic/svg/chevron-forward-outline.svg +1 -1
- package/dist/ionic/svg/chevron-forward-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-forward.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle-outline.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-up-circle.svg +1 -1
- package/dist/ionic/svg/chevron-up-outline.svg +1 -1
- package/dist/ionic/svg/chevron-up-sharp.svg +1 -1
- package/dist/ionic/svg/chevron-up.svg +1 -1
- package/dist/ionic/svg/clipboard-outline.svg +1 -1
- package/dist/ionic/svg/clipboard-sharp.svg +1 -1
- package/dist/ionic/svg/clipboard.svg +1 -1
- package/dist/ionic/svg/close-circle-outline.svg +1 -1
- package/dist/ionic/svg/close-circle-sharp.svg +1 -1
- package/dist/ionic/svg/close-circle.svg +1 -1
- package/dist/ionic/svg/close-outline.svg +1 -1
- package/dist/ionic/svg/close-sharp.svg +1 -1
- package/dist/ionic/svg/close.svg +1 -1
- package/dist/ionic/svg/cloud-circle-outline.svg +1 -1
- package/dist/ionic/svg/cloud-circle-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-circle.svg +1 -1
- package/dist/ionic/svg/cloud-done-outline.svg +1 -1
- package/dist/ionic/svg/cloud-done-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-done.svg +1 -1
- package/dist/ionic/svg/cloud-download-outline.svg +1 -1
- package/dist/ionic/svg/cloud-download-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-download.svg +1 -1
- package/dist/ionic/svg/cloud-offline-outline.svg +1 -1
- package/dist/ionic/svg/cloud-offline-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-offline.svg +1 -1
- package/dist/ionic/svg/cloud-outline.svg +1 -1
- package/dist/ionic/svg/cloud-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-upload-outline.svg +1 -1
- package/dist/ionic/svg/cloud-upload-sharp.svg +1 -1
- package/dist/ionic/svg/cloud-upload.svg +1 -1
- package/dist/ionic/svg/cloud.svg +1 -1
- package/dist/ionic/svg/cloudy-night-outline.svg +1 -1
- package/dist/ionic/svg/cloudy-night-sharp.svg +1 -1
- package/dist/ionic/svg/cloudy-night.svg +1 -1
- package/dist/ionic/svg/cloudy-outline.svg +1 -1
- package/dist/ionic/svg/cloudy-sharp.svg +1 -1
- package/dist/ionic/svg/cloudy.svg +1 -1
- package/dist/ionic/svg/code-download-outline.svg +1 -1
- package/dist/ionic/svg/code-download-sharp.svg +1 -1
- package/dist/ionic/svg/code-download.svg +1 -1
- package/dist/ionic/svg/code-outline.svg +1 -1
- package/dist/ionic/svg/code-sharp.svg +1 -1
- package/dist/ionic/svg/code-slash-outline.svg +1 -1
- package/dist/ionic/svg/code-slash-sharp.svg +1 -1
- package/dist/ionic/svg/code-slash.svg +1 -1
- package/dist/ionic/svg/code-working-outline.svg +1 -1
- package/dist/ionic/svg/code-working-sharp.svg +1 -1
- package/dist/ionic/svg/code-working.svg +1 -1
- package/dist/ionic/svg/code.svg +1 -1
- package/dist/ionic/svg/cog-outline.svg +1 -1
- package/dist/ionic/svg/cog-sharp.svg +1 -1
- package/dist/ionic/svg/cog.svg +1 -1
- package/dist/ionic/svg/color-fill-outline.svg +1 -1
- package/dist/ionic/svg/color-fill-sharp.svg +1 -1
- package/dist/ionic/svg/color-fill.svg +1 -1
- package/dist/ionic/svg/color-filter-outline.svg +1 -1
- package/dist/ionic/svg/color-filter-sharp.svg +1 -1
- package/dist/ionic/svg/color-filter.svg +1 -1
- package/dist/ionic/svg/color-palette-outline.svg +1 -1
- package/dist/ionic/svg/color-palette-sharp.svg +1 -1
- package/dist/ionic/svg/color-palette.svg +1 -1
- package/dist/ionic/svg/color-wand-outline.svg +1 -1
- package/dist/ionic/svg/color-wand-sharp.svg +1 -1
- package/dist/ionic/svg/color-wand.svg +1 -1
- package/dist/ionic/svg/compass-outline.svg +1 -1
- package/dist/ionic/svg/compass-sharp.svg +1 -1
- package/dist/ionic/svg/compass.svg +1 -1
- package/dist/ionic/svg/construct-outline.svg +1 -1
- package/dist/ionic/svg/construct-sharp.svg +1 -1
- package/dist/ionic/svg/construct.svg +1 -1
- package/dist/ionic/svg/contract-outline.svg +1 -1
- package/dist/ionic/svg/contract-sharp.svg +1 -1
- package/dist/ionic/svg/contract.svg +1 -1
- package/dist/ionic/svg/contrast-outline.svg +1 -1
- package/dist/ionic/svg/contrast-sharp.svg +1 -1
- package/dist/ionic/svg/contrast.svg +1 -1
- package/dist/ionic/svg/copy-outline.svg +1 -1
- package/dist/ionic/svg/copy-sharp.svg +1 -1
- package/dist/ionic/svg/copy.svg +1 -1
- package/dist/ionic/svg/create-outline.svg +1 -1
- package/dist/ionic/svg/create-sharp.svg +1 -1
- package/dist/ionic/svg/create.svg +1 -1
- package/dist/ionic/svg/crop-outline.svg +1 -1
- package/dist/ionic/svg/crop-sharp.svg +1 -1
- package/dist/ionic/svg/crop.svg +1 -1
- package/dist/ionic/svg/cube-outline.svg +1 -1
- package/dist/ionic/svg/cube-sharp.svg +1 -1
- package/dist/ionic/svg/cube.svg +1 -1
- package/dist/ionic/svg/cut-outline.svg +1 -1
- package/dist/ionic/svg/cut-sharp.svg +1 -1
- package/dist/ionic/svg/cut.svg +1 -1
- package/dist/ionic/svg/desktop-outline.svg +1 -1
- package/dist/ionic/svg/desktop-sharp.svg +1 -1
- package/dist/ionic/svg/desktop.svg +1 -1
- package/dist/ionic/svg/diamond-outline.svg +1 -1
- package/dist/ionic/svg/diamond-sharp.svg +1 -1
- package/dist/ionic/svg/diamond.svg +1 -1
- package/dist/ionic/svg/dice-outline.svg +1 -1
- package/dist/ionic/svg/dice-sharp.svg +1 -1
- package/dist/ionic/svg/dice.svg +1 -1
- package/dist/ionic/svg/disc-outline.svg +1 -1
- package/dist/ionic/svg/disc-sharp.svg +1 -1
- package/dist/ionic/svg/disc.svg +1 -1
- package/dist/ionic/svg/document-attach-outline.svg +1 -1
- package/dist/ionic/svg/document-attach-sharp.svg +1 -1
- package/dist/ionic/svg/document-attach.svg +1 -1
- package/dist/ionic/svg/document-lock-outline.svg +1 -1
- package/dist/ionic/svg/document-lock-sharp.svg +1 -1
- package/dist/ionic/svg/document-lock.svg +1 -1
- package/dist/ionic/svg/document-outline.svg +1 -1
- package/dist/ionic/svg/document-sharp.svg +1 -1
- package/dist/ionic/svg/document-text-outline.svg +1 -1
- package/dist/ionic/svg/document-text-sharp.svg +1 -1
- package/dist/ionic/svg/document-text.svg +1 -1
- package/dist/ionic/svg/document.svg +1 -1
- package/dist/ionic/svg/documents-outline.svg +1 -1
- package/dist/ionic/svg/documents-sharp.svg +1 -1
- package/dist/ionic/svg/documents.svg +1 -1
- package/dist/ionic/svg/download-outline.svg +1 -1
- package/dist/ionic/svg/download-sharp.svg +1 -1
- package/dist/ionic/svg/download.svg +1 -1
- package/dist/ionic/svg/duplicate-outline.svg +1 -1
- package/dist/ionic/svg/duplicate-sharp.svg +1 -1
- package/dist/ionic/svg/duplicate.svg +1 -1
- package/dist/ionic/svg/ear-outline.svg +1 -1
- package/dist/ionic/svg/ear-sharp.svg +1 -1
- package/dist/ionic/svg/ear.svg +1 -1
- package/dist/ionic/svg/earth-outline.svg +1 -1
- package/dist/ionic/svg/earth-sharp.svg +1 -1
- package/dist/ionic/svg/earth.svg +1 -1
- package/dist/ionic/svg/easel-outline.svg +1 -1
- package/dist/ionic/svg/easel-sharp.svg +1 -1
- package/dist/ionic/svg/easel.svg +1 -1
- package/dist/ionic/svg/egg-outline.svg +1 -1
- package/dist/ionic/svg/egg-sharp.svg +1 -1
- package/dist/ionic/svg/egg.svg +1 -1
- package/dist/ionic/svg/ellipse-outline.svg +1 -1
- package/dist/ionic/svg/ellipse-sharp.svg +1 -1
- package/dist/ionic/svg/ellipse.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-horizontal.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -1
- package/dist/ionic/svg/ellipsis-vertical.svg +1 -1
- package/dist/ionic/svg/enter-outline.svg +1 -1
- package/dist/ionic/svg/enter-sharp.svg +1 -1
- package/dist/ionic/svg/enter.svg +1 -1
- package/dist/ionic/svg/exit-outline.svg +1 -1
- package/dist/ionic/svg/exit-sharp.svg +1 -1
- package/dist/ionic/svg/exit.svg +1 -1
- package/dist/ionic/svg/expand-outline.svg +1 -1
- package/dist/ionic/svg/expand-sharp.svg +1 -1
- package/dist/ionic/svg/expand.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
- package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
- package/dist/ionic/svg/extension-puzzle.svg +1 -1
- package/dist/ionic/svg/eye-off-outline.svg +1 -1
- package/dist/ionic/svg/eye-off-sharp.svg +1 -1
- package/dist/ionic/svg/eye-off.svg +1 -1
- package/dist/ionic/svg/eye-outline.svg +1 -1
- package/dist/ionic/svg/eye-sharp.svg +1 -1
- package/dist/ionic/svg/eye.svg +1 -1
- package/dist/ionic/svg/eyedrop-outline.svg +1 -1
- package/dist/ionic/svg/eyedrop-sharp.svg +1 -1
- package/dist/ionic/svg/eyedrop.svg +1 -1
- package/dist/ionic/svg/fast-food-outline.svg +1 -1
- package/dist/ionic/svg/fast-food-sharp.svg +1 -1
- package/dist/ionic/svg/fast-food.svg +1 -1
- package/dist/ionic/svg/female-outline.svg +1 -1
- package/dist/ionic/svg/female-sharp.svg +1 -1
- package/dist/ionic/svg/female.svg +1 -1
- package/dist/ionic/svg/file-tray-full-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-full-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-full.svg +1 -1
- package/dist/ionic/svg/file-tray-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -1
- package/dist/ionic/svg/file-tray-stacked.svg +1 -1
- package/dist/ionic/svg/file-tray.svg +1 -1
- package/dist/ionic/svg/film-outline.svg +1 -1
- package/dist/ionic/svg/film-sharp.svg +1 -1
- package/dist/ionic/svg/film.svg +1 -1
- package/dist/ionic/svg/filter-circle-outline.svg +1 -1
- package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
- package/dist/ionic/svg/filter-circle.svg +1 -1
- package/dist/ionic/svg/filter-outline.svg +1 -1
- package/dist/ionic/svg/filter-sharp.svg +1 -1
- package/dist/ionic/svg/filter.svg +1 -1
- package/dist/ionic/svg/finger-print-outline.svg +1 -1
- package/dist/ionic/svg/finger-print-sharp.svg +1 -1
- package/dist/ionic/svg/finger-print.svg +1 -1
- package/dist/ionic/svg/fish-outline.svg +1 -1
- package/dist/ionic/svg/fish-sharp.svg +1 -1
- package/dist/ionic/svg/fish.svg +1 -1
- package/dist/ionic/svg/fitness-outline.svg +1 -1
- package/dist/ionic/svg/fitness-sharp.svg +1 -1
- package/dist/ionic/svg/fitness.svg +1 -1
- package/dist/ionic/svg/flag-outline.svg +1 -1
- package/dist/ionic/svg/flag-sharp.svg +1 -1
- package/dist/ionic/svg/flag.svg +1 -1
- package/dist/ionic/svg/flame-outline.svg +1 -1
- package/dist/ionic/svg/flame-sharp.svg +1 -1
- package/dist/ionic/svg/flame.svg +1 -1
- package/dist/ionic/svg/flash-off-outline.svg +1 -1
- package/dist/ionic/svg/flash-off-sharp.svg +1 -1
- package/dist/ionic/svg/flash-off.svg +1 -1
- package/dist/ionic/svg/flash-outline.svg +1 -1
- package/dist/ionic/svg/flash-sharp.svg +1 -1
- package/dist/ionic/svg/flash.svg +1 -1
- package/dist/ionic/svg/flashlight-outline.svg +1 -1
- package/dist/ionic/svg/flashlight-sharp.svg +1 -1
- package/dist/ionic/svg/flashlight.svg +1 -1
- package/dist/ionic/svg/flask-outline.svg +1 -1
- package/dist/ionic/svg/flask-sharp.svg +1 -1
- package/dist/ionic/svg/flask.svg +1 -1
- package/dist/ionic/svg/flower-outline.svg +1 -1
- package/dist/ionic/svg/flower-sharp.svg +1 -1
- package/dist/ionic/svg/flower.svg +1 -1
- package/dist/ionic/svg/folder-open-outline.svg +1 -1
- package/dist/ionic/svg/folder-open-sharp.svg +1 -1
- package/dist/ionic/svg/folder-open.svg +1 -1
- package/dist/ionic/svg/folder-outline.svg +1 -1
- package/dist/ionic/svg/folder-sharp.svg +1 -1
- package/dist/ionic/svg/folder.svg +1 -1
- package/dist/ionic/svg/football-outline.svg +1 -1
- package/dist/ionic/svg/football-sharp.svg +1 -1
- package/dist/ionic/svg/football.svg +1 -1
- package/dist/ionic/svg/footsteps-outline.svg +1 -1
- package/dist/ionic/svg/footsteps-sharp.svg +1 -1
- package/dist/ionic/svg/footsteps.svg +1 -1
- package/dist/ionic/svg/funnel-outline.svg +1 -1
- package/dist/ionic/svg/funnel-sharp.svg +1 -1
- package/dist/ionic/svg/funnel.svg +1 -1
- package/dist/ionic/svg/game-controller-outline.svg +1 -1
- package/dist/ionic/svg/game-controller-sharp.svg +1 -1
- package/dist/ionic/svg/game-controller.svg +1 -1
- package/dist/ionic/svg/gift-outline.svg +1 -1
- package/dist/ionic/svg/gift-sharp.svg +1 -1
- package/dist/ionic/svg/gift.svg +1 -1
- package/dist/ionic/svg/git-branch-outline.svg +1 -1
- package/dist/ionic/svg/git-branch-sharp.svg +1 -1
- package/dist/ionic/svg/git-branch.svg +1 -1
- package/dist/ionic/svg/git-commit-outline.svg +1 -1
- package/dist/ionic/svg/git-commit-sharp.svg +1 -1
- package/dist/ionic/svg/git-commit.svg +1 -1
- package/dist/ionic/svg/git-compare-outline.svg +1 -1
- package/dist/ionic/svg/git-compare-sharp.svg +1 -1
- package/dist/ionic/svg/git-compare.svg +1 -1
- package/dist/ionic/svg/git-merge-outline.svg +1 -1
- package/dist/ionic/svg/git-merge-sharp.svg +1 -1
- package/dist/ionic/svg/git-merge.svg +1 -1
- package/dist/ionic/svg/git-network-outline.svg +1 -1
- package/dist/ionic/svg/git-network-sharp.svg +1 -1
- package/dist/ionic/svg/git-network.svg +1 -1
- package/dist/ionic/svg/git-pull-request-outline.svg +1 -1
- package/dist/ionic/svg/git-pull-request-sharp.svg +1 -1
- package/dist/ionic/svg/git-pull-request.svg +1 -1
- package/dist/ionic/svg/glasses-outline.svg +1 -1
- package/dist/ionic/svg/glasses-sharp.svg +1 -1
- package/dist/ionic/svg/glasses.svg +1 -1
- package/dist/ionic/svg/globe-outline.svg +1 -1
- package/dist/ionic/svg/globe-sharp.svg +1 -1
- package/dist/ionic/svg/globe.svg +1 -1
- package/dist/ionic/svg/golf-outline.svg +1 -1
- package/dist/ionic/svg/golf-sharp.svg +1 -1
- package/dist/ionic/svg/golf.svg +1 -1
- package/dist/ionic/svg/grid-outline.svg +1 -1
- package/dist/ionic/svg/grid-sharp.svg +1 -1
- package/dist/ionic/svg/grid.svg +1 -1
- package/dist/ionic/svg/hammer-outline.svg +1 -1
- package/dist/ionic/svg/hammer-sharp.svg +1 -1
- package/dist/ionic/svg/hammer.svg +1 -1
- package/dist/ionic/svg/hand-left-outline.svg +1 -1
- package/dist/ionic/svg/hand-left-sharp.svg +1 -1
- package/dist/ionic/svg/hand-left.svg +1 -1
- package/dist/ionic/svg/hand-right-outline.svg +1 -1
- package/dist/ionic/svg/hand-right-sharp.svg +1 -1
- package/dist/ionic/svg/hand-right.svg +1 -1
- package/dist/ionic/svg/happy-outline.svg +1 -1
- package/dist/ionic/svg/happy-sharp.svg +1 -1
- package/dist/ionic/svg/happy.svg +1 -1
- package/dist/ionic/svg/hardware-chip-outline.svg +1 -1
- package/dist/ionic/svg/hardware-chip-sharp.svg +1 -1
- package/dist/ionic/svg/hardware-chip.svg +1 -1
- package/dist/ionic/svg/headset-outline.svg +1 -1
- package/dist/ionic/svg/headset-sharp.svg +1 -1
- package/dist/ionic/svg/headset.svg +1 -1
- package/dist/ionic/svg/heart-circle-outline.svg +1 -1
- package/dist/ionic/svg/heart-circle-sharp.svg +1 -1
- package/dist/ionic/svg/heart-circle.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -1
- package/dist/ionic/svg/heart-dislike-circle.svg +1 -1
- package/dist/ionic/svg/heart-dislike-outline.svg +1 -1
- package/dist/ionic/svg/heart-dislike-sharp.svg +1 -1
- package/dist/ionic/svg/heart-dislike.svg +1 -1
- package/dist/ionic/svg/heart-half-outline.svg +1 -1
- package/dist/ionic/svg/heart-half-sharp.svg +1 -1
- package/dist/ionic/svg/heart-half.svg +1 -1
- package/dist/ionic/svg/heart-outline.svg +1 -1
- package/dist/ionic/svg/heart-sharp.svg +1 -1
- package/dist/ionic/svg/heart.svg +1 -1
- package/dist/ionic/svg/help-buoy-outline.svg +1 -1
- package/dist/ionic/svg/help-buoy-sharp.svg +1 -1
- package/dist/ionic/svg/help-buoy.svg +1 -1
- package/dist/ionic/svg/help-circle-outline.svg +1 -1
- package/dist/ionic/svg/help-circle-sharp.svg +1 -1
- package/dist/ionic/svg/help-circle.svg +1 -1
- package/dist/ionic/svg/help-outline.svg +1 -1
- package/dist/ionic/svg/help-sharp.svg +1 -1
- package/dist/ionic/svg/help.svg +1 -1
- package/dist/ionic/svg/home-outline.svg +1 -1
- package/dist/ionic/svg/home-sharp.svg +1 -1
- package/dist/ionic/svg/home.svg +1 -1
- package/dist/ionic/svg/hourglass-outline.svg +1 -1
- package/dist/ionic/svg/hourglass-sharp.svg +1 -1
- package/dist/ionic/svg/hourglass.svg +1 -1
- package/dist/ionic/svg/ice-cream-outline.svg +1 -1
- package/dist/ionic/svg/ice-cream-sharp.svg +1 -1
- package/dist/ionic/svg/ice-cream.svg +1 -1
- package/dist/ionic/svg/id-card-outline.svg +1 -1
- package/dist/ionic/svg/id-card-sharp.svg +1 -1
- package/dist/ionic/svg/id-card.svg +1 -1
- package/dist/ionic/svg/image-outline.svg +1 -1
- package/dist/ionic/svg/image-sharp.svg +1 -1
- package/dist/ionic/svg/image.svg +1 -1
- package/dist/ionic/svg/images-outline.svg +1 -1
- package/dist/ionic/svg/images-sharp.svg +1 -1
- package/dist/ionic/svg/images.svg +1 -1
- package/dist/ionic/svg/infinite-outline.svg +1 -1
- package/dist/ionic/svg/infinite-sharp.svg +1 -1
- package/dist/ionic/svg/infinite.svg +1 -1
- package/dist/ionic/svg/information-circle-outline.svg +1 -1
- package/dist/ionic/svg/information-circle-sharp.svg +1 -1
- package/dist/ionic/svg/information-circle.svg +1 -1
- package/dist/ionic/svg/information-outline.svg +1 -1
- package/dist/ionic/svg/information-sharp.svg +1 -1
- package/dist/ionic/svg/information.svg +1 -1
- package/dist/ionic/svg/invert-mode-outline.svg +1 -1
- package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
- package/dist/ionic/svg/invert-mode.svg +1 -1
- package/dist/ionic/svg/journal-outline.svg +1 -1
- package/dist/ionic/svg/journal-sharp.svg +1 -1
- package/dist/ionic/svg/journal.svg +1 -1
- package/dist/ionic/svg/key-outline.svg +1 -1
- package/dist/ionic/svg/key-sharp.svg +1 -1
- package/dist/ionic/svg/key.svg +1 -1
- package/dist/ionic/svg/keypad-outline.svg +1 -1
- package/dist/ionic/svg/keypad-sharp.svg +1 -1
- package/dist/ionic/svg/keypad.svg +1 -1
- package/dist/ionic/svg/language-outline.svg +1 -1
- package/dist/ionic/svg/language-sharp.svg +1 -1
- package/dist/ionic/svg/language.svg +1 -1
- package/dist/ionic/svg/laptop-outline.svg +1 -1
- package/dist/ionic/svg/laptop-sharp.svg +1 -1
- package/dist/ionic/svg/laptop.svg +1 -1
- package/dist/ionic/svg/layers-outline.svg +1 -1
- package/dist/ionic/svg/layers-sharp.svg +1 -1
- package/dist/ionic/svg/layers.svg +1 -1
- package/dist/ionic/svg/leaf-outline.svg +1 -1
- package/dist/ionic/svg/leaf-sharp.svg +1 -1
- package/dist/ionic/svg/leaf.svg +1 -1
- package/dist/ionic/svg/library-outline.svg +1 -1
- package/dist/ionic/svg/library-sharp.svg +1 -1
- package/dist/ionic/svg/library.svg +1 -1
- package/dist/ionic/svg/link-outline.svg +1 -1
- package/dist/ionic/svg/link-sharp.svg +1 -1
- package/dist/ionic/svg/link.svg +1 -1
- package/dist/ionic/svg/list-circle-outline.svg +1 -1
- package/dist/ionic/svg/list-circle-sharp.svg +1 -1
- package/dist/ionic/svg/list-circle.svg +1 -1
- package/dist/ionic/svg/list-outline.svg +1 -1
- package/dist/ionic/svg/list-sharp.svg +1 -1
- package/dist/ionic/svg/list.svg +1 -1
- package/dist/ionic/svg/locate-outline.svg +1 -1
- package/dist/ionic/svg/locate-sharp.svg +1 -1
- package/dist/ionic/svg/locate.svg +1 -1
- package/dist/ionic/svg/location-outline.svg +1 -1
- package/dist/ionic/svg/location-sharp.svg +1 -1
- package/dist/ionic/svg/location.svg +1 -1
- package/dist/ionic/svg/lock-closed-outline.svg +1 -1
- package/dist/ionic/svg/lock-closed-sharp.svg +1 -1
- package/dist/ionic/svg/lock-closed.svg +1 -1
- package/dist/ionic/svg/lock-open-outline.svg +1 -1
- package/dist/ionic/svg/lock-open-sharp.svg +1 -1
- package/dist/ionic/svg/lock-open.svg +1 -1
- package/dist/ionic/svg/log-in-outline.svg +1 -1
- package/dist/ionic/svg/log-in-sharp.svg +1 -1
- package/dist/ionic/svg/log-in.svg +1 -1
- package/dist/ionic/svg/log-out-outline.svg +1 -1
- package/dist/ionic/svg/log-out-sharp.svg +1 -1
- package/dist/ionic/svg/log-out.svg +1 -1
- package/dist/ionic/svg/logo-alipay.svg +1 -1
- package/dist/ionic/svg/logo-amazon.svg +1 -1
- package/dist/ionic/svg/logo-amplify.svg +1 -1
- package/dist/ionic/svg/logo-android.svg +1 -1
- package/dist/ionic/svg/logo-angular.svg +1 -1
- package/dist/ionic/svg/logo-appflow.svg +1 -0
- package/dist/ionic/svg/logo-apple-appstore.svg +1 -1
- package/dist/ionic/svg/logo-apple-ar.svg +1 -1
- package/dist/ionic/svg/logo-apple.svg +1 -1
- package/dist/ionic/svg/logo-behance.svg +1 -1
- package/dist/ionic/svg/logo-bitbucket.svg +1 -1
- package/dist/ionic/svg/logo-bitcoin.svg +1 -1
- package/dist/ionic/svg/logo-buffer.svg +1 -1
- package/dist/ionic/svg/logo-capacitor.svg +1 -1
- package/dist/ionic/svg/logo-chrome.svg +1 -1
- package/dist/ionic/svg/logo-closed-captioning.svg +1 -1
- package/dist/ionic/svg/logo-codepen.svg +1 -1
- package/dist/ionic/svg/logo-css3.svg +1 -1
- package/dist/ionic/svg/logo-designernews.svg +1 -1
- package/dist/ionic/svg/logo-deviantart.svg +1 -1
- package/dist/ionic/svg/logo-discord.svg +1 -1
- package/dist/ionic/svg/logo-docker.svg +1 -1
- package/dist/ionic/svg/logo-dribbble.svg +1 -1
- package/dist/ionic/svg/logo-dropbox.svg +1 -1
- package/dist/ionic/svg/logo-edge.svg +1 -1
- package/dist/ionic/svg/logo-electron.svg +1 -1
- package/dist/ionic/svg/logo-euro.svg +1 -1
- package/dist/ionic/svg/logo-facebook.svg +1 -1
- package/dist/ionic/svg/logo-figma.svg +1 -1
- package/dist/ionic/svg/logo-firebase.svg +1 -1
- package/dist/ionic/svg/logo-firefox.svg +1 -1
- package/dist/ionic/svg/logo-flickr.svg +1 -1
- package/dist/ionic/svg/logo-foursquare.svg +1 -1
- package/dist/ionic/svg/logo-github.svg +1 -1
- package/dist/ionic/svg/logo-gitlab.svg +1 -1
- package/dist/ionic/svg/logo-google-playstore.svg +1 -1
- package/dist/ionic/svg/logo-google.svg +1 -1
- package/dist/ionic/svg/logo-hackernews.svg +1 -1
- package/dist/ionic/svg/logo-html5.svg +1 -1
- package/dist/ionic/svg/logo-instagram.svg +1 -1
- package/dist/ionic/svg/logo-ionic.svg +1 -1
- package/dist/ionic/svg/logo-ionitron.svg +1 -1
- package/dist/ionic/svg/logo-javascript.svg +1 -1
- package/dist/ionic/svg/logo-laravel.svg +1 -1
- package/dist/ionic/svg/logo-linkedin.svg +1 -1
- package/dist/ionic/svg/logo-markdown.svg +1 -1
- package/dist/ionic/svg/logo-mastodon.svg +1 -1
- package/dist/ionic/svg/logo-medium.svg +1 -1
- package/dist/ionic/svg/logo-microsoft.svg +1 -1
- package/dist/ionic/svg/logo-no-smoking.svg +1 -1
- package/dist/ionic/svg/logo-nodejs.svg +1 -1
- package/dist/ionic/svg/logo-npm.svg +1 -1
- package/dist/ionic/svg/logo-octocat.svg +1 -1
- package/dist/ionic/svg/logo-paypal.svg +1 -1
- package/dist/ionic/svg/logo-pinterest.svg +1 -1
- package/dist/ionic/svg/logo-playstation.svg +1 -1
- package/dist/ionic/svg/logo-pwa.svg +1 -1
- package/dist/ionic/svg/logo-python.svg +1 -1
- package/dist/ionic/svg/logo-react.svg +1 -1
- package/dist/ionic/svg/logo-reddit.svg +1 -1
- package/dist/ionic/svg/logo-rss.svg +1 -1
- package/dist/ionic/svg/logo-sass.svg +1 -1
- package/dist/ionic/svg/logo-skype.svg +1 -1
- package/dist/ionic/svg/logo-slack.svg +1 -1
- package/dist/ionic/svg/logo-snapchat.svg +1 -1
- package/dist/ionic/svg/logo-soundcloud.svg +1 -1
- package/dist/ionic/svg/logo-stackoverflow.svg +1 -1
- package/dist/ionic/svg/logo-steam.svg +1 -1
- package/dist/ionic/svg/logo-stencil.svg +1 -1
- package/dist/ionic/svg/logo-tableau.svg +1 -1
- package/dist/ionic/svg/logo-threads.svg +1 -0
- package/dist/ionic/svg/logo-tiktok.svg +1 -1
- package/dist/ionic/svg/logo-trapeze.svg +1 -0
- package/dist/ionic/svg/logo-tumblr.svg +1 -1
- package/dist/ionic/svg/logo-tux.svg +1 -1
- package/dist/ionic/svg/logo-twitch.svg +1 -1
- package/dist/ionic/svg/logo-twitter.svg +1 -1
- package/dist/ionic/svg/logo-usd.svg +1 -1
- package/dist/ionic/svg/logo-venmo.svg +1 -1
- package/dist/ionic/svg/logo-vercel.svg +1 -1
- package/dist/ionic/svg/logo-vimeo.svg +1 -1
- package/dist/ionic/svg/logo-vk.svg +1 -1
- package/dist/ionic/svg/logo-vue.svg +1 -1
- package/dist/ionic/svg/logo-web-component.svg +1 -1
- package/dist/ionic/svg/logo-wechat.svg +1 -1
- package/dist/ionic/svg/logo-whatsapp.svg +1 -1
- package/dist/ionic/svg/logo-windows.svg +1 -1
- package/dist/ionic/svg/logo-wordpress.svg +1 -1
- package/dist/ionic/svg/logo-x.svg +1 -0
- package/dist/ionic/svg/logo-xbox.svg +1 -1
- package/dist/ionic/svg/logo-xing.svg +1 -1
- package/dist/ionic/svg/logo-yahoo.svg +1 -1
- package/dist/ionic/svg/logo-yen.svg +1 -1
- package/dist/ionic/svg/logo-youtube.svg +1 -1
- package/dist/ionic/svg/magnet-outline.svg +1 -1
- package/dist/ionic/svg/magnet-sharp.svg +1 -1
- package/dist/ionic/svg/magnet.svg +1 -1
- package/dist/ionic/svg/mail-open-outline.svg +1 -1
- package/dist/ionic/svg/mail-open-sharp.svg +1 -1
- package/dist/ionic/svg/mail-open.svg +1 -1
- package/dist/ionic/svg/mail-outline.svg +1 -1
- package/dist/ionic/svg/mail-sharp.svg +1 -1
- package/dist/ionic/svg/mail-unread-outline.svg +1 -1
- package/dist/ionic/svg/mail-unread-sharp.svg +1 -1
- package/dist/ionic/svg/mail-unread.svg +1 -1
- package/dist/ionic/svg/mail.svg +1 -1
- package/dist/ionic/svg/male-female-outline.svg +1 -1
- package/dist/ionic/svg/male-female-sharp.svg +1 -1
- package/dist/ionic/svg/male-female.svg +1 -1
- package/dist/ionic/svg/male-outline.svg +1 -1
- package/dist/ionic/svg/male-sharp.svg +1 -1
- package/dist/ionic/svg/male.svg +1 -1
- package/dist/ionic/svg/man-outline.svg +1 -1
- package/dist/ionic/svg/man-sharp.svg +1 -1
- package/dist/ionic/svg/man.svg +1 -1
- package/dist/ionic/svg/map-outline.svg +1 -1
- package/dist/ionic/svg/map-sharp.svg +1 -1
- package/dist/ionic/svg/map.svg +1 -1
- package/dist/ionic/svg/medal-outline.svg +1 -1
- package/dist/ionic/svg/medal-sharp.svg +1 -1
- package/dist/ionic/svg/medal.svg +1 -1
- package/dist/ionic/svg/medical-outline.svg +1 -1
- package/dist/ionic/svg/medical-sharp.svg +1 -1
- package/dist/ionic/svg/medical.svg +1 -1
- package/dist/ionic/svg/medkit-outline.svg +1 -1
- package/dist/ionic/svg/medkit-sharp.svg +1 -1
- package/dist/ionic/svg/medkit.svg +1 -1
- package/dist/ionic/svg/megaphone-outline.svg +1 -1
- package/dist/ionic/svg/megaphone-sharp.svg +1 -1
- package/dist/ionic/svg/megaphone.svg +1 -1
- package/dist/ionic/svg/menu-outline.svg +1 -1
- package/dist/ionic/svg/menu-sharp.svg +1 -1
- package/dist/ionic/svg/menu.svg +1 -1
- package/dist/ionic/svg/mic-circle-outline.svg +1 -1
- package/dist/ionic/svg/mic-circle-sharp.svg +1 -1
- package/dist/ionic/svg/mic-circle.svg +1 -1
- package/dist/ionic/svg/mic-off-circle-outline.svg +1 -1
- package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -1
- package/dist/ionic/svg/mic-off-circle.svg +1 -1
- package/dist/ionic/svg/mic-off-outline.svg +1 -1
- package/dist/ionic/svg/mic-off-sharp.svg +1 -1
- package/dist/ionic/svg/mic-off.svg +1 -1
- package/dist/ionic/svg/mic-outline.svg +1 -1
- package/dist/ionic/svg/mic-sharp.svg +1 -1
- package/dist/ionic/svg/mic.svg +1 -1
- package/dist/ionic/svg/moon-outline.svg +1 -1
- package/dist/ionic/svg/moon-sharp.svg +1 -1
- package/dist/ionic/svg/moon.svg +1 -1
- package/dist/ionic/svg/move-outline.svg +1 -1
- package/dist/ionic/svg/move-sharp.svg +1 -1
- package/dist/ionic/svg/move.svg +1 -1
- package/dist/ionic/svg/musical-note-outline.svg +1 -1
- package/dist/ionic/svg/musical-note-sharp.svg +1 -1
- package/dist/ionic/svg/musical-note.svg +1 -1
- package/dist/ionic/svg/musical-notes-outline.svg +1 -1
- package/dist/ionic/svg/musical-notes-sharp.svg +1 -1
- package/dist/ionic/svg/musical-notes.svg +1 -1
- package/dist/ionic/svg/navigate-circle-outline.svg +1 -1
- package/dist/ionic/svg/navigate-circle-sharp.svg +1 -1
- package/dist/ionic/svg/navigate-circle.svg +1 -1
- package/dist/ionic/svg/navigate-outline.svg +1 -1
- package/dist/ionic/svg/navigate-sharp.svg +1 -1
- package/dist/ionic/svg/navigate.svg +1 -1
- package/dist/ionic/svg/newspaper-outline.svg +1 -1
- package/dist/ionic/svg/newspaper-sharp.svg +1 -1
- package/dist/ionic/svg/newspaper.svg +1 -1
- package/dist/ionic/svg/notifications-circle-outline.svg +1 -1
- package/dist/ionic/svg/notifications-circle-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-circle.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-off-circle.svg +1 -1
- package/dist/ionic/svg/notifications-off-outline.svg +1 -1
- package/dist/ionic/svg/notifications-off-sharp.svg +1 -1
- package/dist/ionic/svg/notifications-off.svg +1 -1
- package/dist/ionic/svg/notifications-outline.svg +1 -1
- package/dist/ionic/svg/notifications-sharp.svg +1 -1
- package/dist/ionic/svg/notifications.svg +1 -1
- package/dist/ionic/svg/nuclear-outline.svg +1 -1
- package/dist/ionic/svg/nuclear-sharp.svg +1 -1
- package/dist/ionic/svg/nuclear.svg +1 -1
- package/dist/ionic/svg/nutrition-outline.svg +1 -1
- package/dist/ionic/svg/nutrition-sharp.svg +1 -1
- package/dist/ionic/svg/nutrition.svg +1 -1
- package/dist/ionic/svg/open-outline.svg +1 -1
- package/dist/ionic/svg/open-sharp.svg +1 -1
- package/dist/ionic/svg/open.svg +1 -1
- package/dist/ionic/svg/options-outline.svg +1 -1
- package/dist/ionic/svg/options-sharp.svg +1 -1
- package/dist/ionic/svg/options.svg +1 -1
- package/dist/ionic/svg/paper-plane-outline.svg +1 -1
- package/dist/ionic/svg/paper-plane-sharp.svg +1 -1
- package/dist/ionic/svg/paper-plane.svg +1 -1
- package/dist/ionic/svg/partly-sunny-outline.svg +1 -1
- package/dist/ionic/svg/partly-sunny-sharp.svg +1 -1
- package/dist/ionic/svg/partly-sunny.svg +1 -1
- package/dist/ionic/svg/pause-circle-outline.svg +1 -1
- package/dist/ionic/svg/pause-circle-sharp.svg +1 -1
- package/dist/ionic/svg/pause-circle.svg +1 -1
- package/dist/ionic/svg/pause-outline.svg +1 -1
- package/dist/ionic/svg/pause-sharp.svg +1 -1
- package/dist/ionic/svg/pause.svg +1 -1
- package/dist/ionic/svg/paw-outline.svg +1 -1
- package/dist/ionic/svg/paw-sharp.svg +1 -1
- package/dist/ionic/svg/paw.svg +1 -1
- package/dist/ionic/svg/pencil-outline.svg +1 -1
- package/dist/ionic/svg/pencil-sharp.svg +1 -1
- package/dist/ionic/svg/pencil.svg +1 -1
- package/dist/ionic/svg/people-circle-outline.svg +1 -1
- package/dist/ionic/svg/people-circle-sharp.svg +1 -1
- package/dist/ionic/svg/people-circle.svg +1 -1
- package/dist/ionic/svg/people-outline.svg +1 -1
- package/dist/ionic/svg/people-sharp.svg +1 -1
- package/dist/ionic/svg/people.svg +1 -1
- package/dist/ionic/svg/person-add-outline.svg +1 -1
- package/dist/ionic/svg/person-add-sharp.svg +1 -1
- package/dist/ionic/svg/person-add.svg +1 -1
- package/dist/ionic/svg/person-circle-outline.svg +1 -1
- package/dist/ionic/svg/person-circle-sharp.svg +1 -1
- package/dist/ionic/svg/person-circle.svg +1 -1
- package/dist/ionic/svg/person-outline.svg +1 -1
- package/dist/ionic/svg/person-remove-outline.svg +1 -1
- package/dist/ionic/svg/person-remove-sharp.svg +1 -1
- package/dist/ionic/svg/person-remove.svg +1 -1
- package/dist/ionic/svg/person-sharp.svg +1 -1
- package/dist/ionic/svg/person.svg +1 -1
- package/dist/ionic/svg/phone-landscape-outline.svg +1 -1
- package/dist/ionic/svg/phone-landscape-sharp.svg +1 -1
- package/dist/ionic/svg/phone-landscape.svg +1 -1
- package/dist/ionic/svg/phone-portrait-outline.svg +1 -1
- package/dist/ionic/svg/phone-portrait-sharp.svg +1 -1
- package/dist/ionic/svg/phone-portrait.svg +1 -1
- package/dist/ionic/svg/pie-chart-outline.svg +1 -1
- package/dist/ionic/svg/pie-chart-sharp.svg +1 -1
- package/dist/ionic/svg/pie-chart.svg +1 -1
- package/dist/ionic/svg/pin-outline.svg +1 -1
- package/dist/ionic/svg/pin-sharp.svg +1 -1
- package/dist/ionic/svg/pin.svg +1 -1
- package/dist/ionic/svg/pint-outline.svg +1 -1
- package/dist/ionic/svg/pint-sharp.svg +1 -1
- package/dist/ionic/svg/pint.svg +1 -1
- package/dist/ionic/svg/pizza-outline.svg +1 -1
- package/dist/ionic/svg/pizza-sharp.svg +1 -1
- package/dist/ionic/svg/pizza.svg +1 -1
- package/dist/ionic/svg/planet-outline.svg +1 -1
- package/dist/ionic/svg/planet-sharp.svg +1 -1
- package/dist/ionic/svg/planet.svg +1 -1
- package/dist/ionic/svg/play-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-back-circle.svg +1 -1
- package/dist/ionic/svg/play-back-outline.svg +1 -1
- package/dist/ionic/svg/play-back-sharp.svg +1 -1
- package/dist/ionic/svg/play-back.svg +1 -1
- package/dist/ionic/svg/play-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-circle.svg +1 -1
- package/dist/ionic/svg/play-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-forward-circle.svg +1 -1
- package/dist/ionic/svg/play-forward-outline.svg +1 -1
- package/dist/ionic/svg/play-forward-sharp.svg +1 -1
- package/dist/ionic/svg/play-forward.svg +1 -1
- package/dist/ionic/svg/play-outline.svg +1 -1
- package/dist/ionic/svg/play-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back-circle.svg +1 -1
- package/dist/ionic/svg/play-skip-back-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-back-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-back.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-circle.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-outline.svg +1 -1
- package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -1
- package/dist/ionic/svg/play-skip-forward.svg +1 -1
- package/dist/ionic/svg/play.svg +1 -1
- package/dist/ionic/svg/podium-outline.svg +1 -1
- package/dist/ionic/svg/podium-sharp.svg +1 -1
- package/dist/ionic/svg/podium.svg +1 -1
- package/dist/ionic/svg/power-outline.svg +1 -1
- package/dist/ionic/svg/power-sharp.svg +1 -1
- package/dist/ionic/svg/power.svg +1 -1
- package/dist/ionic/svg/pricetag-outline.svg +1 -1
- package/dist/ionic/svg/pricetag-sharp.svg +1 -1
- package/dist/ionic/svg/pricetag.svg +1 -1
- package/dist/ionic/svg/pricetags-outline.svg +1 -1
- package/dist/ionic/svg/pricetags-sharp.svg +1 -1
- package/dist/ionic/svg/pricetags.svg +1 -1
- package/dist/ionic/svg/print-outline.svg +1 -1
- package/dist/ionic/svg/print-sharp.svg +1 -1
- package/dist/ionic/svg/print.svg +1 -1
- package/dist/ionic/svg/prism-outline.svg +1 -1
- package/dist/ionic/svg/prism-sharp.svg +1 -1
- package/dist/ionic/svg/prism.svg +1 -1
- package/dist/ionic/svg/pulse-outline.svg +1 -1
- package/dist/ionic/svg/pulse-sharp.svg +1 -1
- package/dist/ionic/svg/pulse.svg +1 -1
- package/dist/ionic/svg/push-outline.svg +1 -1
- package/dist/ionic/svg/push-sharp.svg +1 -1
- package/dist/ionic/svg/push.svg +1 -1
- package/dist/ionic/svg/qr-code-outline.svg +1 -1
- package/dist/ionic/svg/qr-code-sharp.svg +1 -1
- package/dist/ionic/svg/qr-code.svg +1 -1
- package/dist/ionic/svg/radio-button-off-outline.svg +1 -1
- package/dist/ionic/svg/radio-button-off-sharp.svg +1 -1
- package/dist/ionic/svg/radio-button-off.svg +1 -1
- package/dist/ionic/svg/radio-button-on-outline.svg +1 -1
- package/dist/ionic/svg/radio-button-on-sharp.svg +1 -1
- package/dist/ionic/svg/radio-button-on.svg +1 -1
- package/dist/ionic/svg/radio-outline.svg +1 -1
- package/dist/ionic/svg/radio-sharp.svg +1 -1
- package/dist/ionic/svg/radio.svg +1 -1
- package/dist/ionic/svg/rainy-outline.svg +1 -1
- package/dist/ionic/svg/rainy-sharp.svg +1 -1
- package/dist/ionic/svg/rainy.svg +1 -1
- package/dist/ionic/svg/reader-outline.svg +1 -1
- package/dist/ionic/svg/reader-sharp.svg +1 -1
- package/dist/ionic/svg/reader.svg +1 -1
- package/dist/ionic/svg/receipt-outline.svg +1 -1
- package/dist/ionic/svg/receipt-sharp.svg +1 -1
- package/dist/ionic/svg/receipt.svg +1 -1
- package/dist/ionic/svg/recording-outline.svg +1 -1
- package/dist/ionic/svg/recording-sharp.svg +1 -1
- package/dist/ionic/svg/recording.svg +1 -1
- package/dist/ionic/svg/refresh-circle-outline.svg +1 -1
- package/dist/ionic/svg/refresh-circle-sharp.svg +1 -1
- package/dist/ionic/svg/refresh-circle.svg +1 -1
- package/dist/ionic/svg/refresh-outline.svg +1 -1
- package/dist/ionic/svg/refresh-sharp.svg +1 -1
- package/dist/ionic/svg/refresh.svg +1 -1
- package/dist/ionic/svg/reload-circle-outline.svg +1 -1
- package/dist/ionic/svg/reload-circle-sharp.svg +1 -1
- package/dist/ionic/svg/reload-circle.svg +1 -1
- package/dist/ionic/svg/reload-outline.svg +1 -1
- package/dist/ionic/svg/reload-sharp.svg +1 -1
- package/dist/ionic/svg/reload.svg +1 -1
- package/dist/ionic/svg/remove-circle-outline.svg +1 -1
- package/dist/ionic/svg/remove-circle-sharp.svg +1 -1
- package/dist/ionic/svg/remove-circle.svg +1 -1
- package/dist/ionic/svg/remove-outline.svg +1 -1
- package/dist/ionic/svg/remove-sharp.svg +1 -1
- package/dist/ionic/svg/remove.svg +1 -1
- package/dist/ionic/svg/reorder-four-outline.svg +1 -1
- package/dist/ionic/svg/reorder-four-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-four.svg +1 -1
- package/dist/ionic/svg/reorder-three-outline.svg +1 -1
- package/dist/ionic/svg/reorder-three-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-three.svg +1 -1
- package/dist/ionic/svg/reorder-two-outline.svg +1 -1
- package/dist/ionic/svg/reorder-two-sharp.svg +1 -1
- package/dist/ionic/svg/reorder-two.svg +1 -1
- package/dist/ionic/svg/repeat-outline.svg +1 -1
- package/dist/ionic/svg/repeat-sharp.svg +1 -1
- package/dist/ionic/svg/repeat.svg +1 -1
- package/dist/ionic/svg/resize-outline.svg +1 -1
- package/dist/ionic/svg/resize-sharp.svg +1 -1
- package/dist/ionic/svg/resize.svg +1 -1
- package/dist/ionic/svg/restaurant-outline.svg +1 -1
- package/dist/ionic/svg/restaurant-sharp.svg +1 -1
- package/dist/ionic/svg/restaurant.svg +1 -1
- package/dist/ionic/svg/return-down-back-outline.svg +1 -1
- package/dist/ionic/svg/return-down-back-sharp.svg +1 -1
- package/dist/ionic/svg/return-down-back.svg +1 -1
- package/dist/ionic/svg/return-down-forward-outline.svg +1 -1
- package/dist/ionic/svg/return-down-forward-sharp.svg +1 -1
- package/dist/ionic/svg/return-down-forward.svg +1 -1
- package/dist/ionic/svg/return-up-back-outline.svg +1 -1
- package/dist/ionic/svg/return-up-back-sharp.svg +1 -1
- package/dist/ionic/svg/return-up-back.svg +1 -1
- package/dist/ionic/svg/return-up-forward-outline.svg +1 -1
- package/dist/ionic/svg/return-up-forward-sharp.svg +1 -1
- package/dist/ionic/svg/return-up-forward.svg +1 -1
- package/dist/ionic/svg/ribbon-outline.svg +1 -1
- package/dist/ionic/svg/ribbon-sharp.svg +1 -1
- package/dist/ionic/svg/ribbon.svg +1 -1
- package/dist/ionic/svg/rocket-outline.svg +1 -1
- package/dist/ionic/svg/rocket-sharp.svg +1 -1
- package/dist/ionic/svg/rocket.svg +1 -1
- package/dist/ionic/svg/rose-outline.svg +1 -1
- package/dist/ionic/svg/rose-sharp.svg +1 -1
- package/dist/ionic/svg/rose.svg +1 -1
- package/dist/ionic/svg/sad-outline.svg +1 -1
- package/dist/ionic/svg/sad-sharp.svg +1 -1
- package/dist/ionic/svg/sad.svg +1 -1
- package/dist/ionic/svg/save-outline.svg +1 -1
- package/dist/ionic/svg/save-sharp.svg +1 -1
- package/dist/ionic/svg/save.svg +1 -1
- package/dist/ionic/svg/scale-outline.svg +1 -1
- package/dist/ionic/svg/scale-sharp.svg +1 -1
- package/dist/ionic/svg/scale.svg +1 -1
- package/dist/ionic/svg/scan-circle-outline.svg +1 -1
- package/dist/ionic/svg/scan-circle-sharp.svg +1 -1
- package/dist/ionic/svg/scan-circle.svg +1 -1
- package/dist/ionic/svg/scan-outline.svg +1 -1
- package/dist/ionic/svg/scan-sharp.svg +1 -1
- package/dist/ionic/svg/scan.svg +1 -1
- package/dist/ionic/svg/school-outline.svg +1 -1
- package/dist/ionic/svg/school-sharp.svg +1 -1
- package/dist/ionic/svg/school.svg +1 -1
- package/dist/ionic/svg/search-circle-outline.svg +1 -1
- package/dist/ionic/svg/search-circle-sharp.svg +1 -1
- package/dist/ionic/svg/search-circle.svg +1 -1
- package/dist/ionic/svg/search-outline.svg +1 -1
- package/dist/ionic/svg/search-sharp.svg +1 -1
- package/dist/ionic/svg/search.svg +1 -1
- package/dist/ionic/svg/send-outline.svg +1 -1
- package/dist/ionic/svg/send-sharp.svg +1 -1
- package/dist/ionic/svg/send.svg +1 -1
- package/dist/ionic/svg/server-outline.svg +1 -1
- package/dist/ionic/svg/server-sharp.svg +1 -1
- package/dist/ionic/svg/server.svg +1 -1
- package/dist/ionic/svg/settings-outline.svg +1 -1
- package/dist/ionic/svg/settings-sharp.svg +1 -1
- package/dist/ionic/svg/settings.svg +1 -1
- package/dist/ionic/svg/shapes-outline.svg +1 -1
- package/dist/ionic/svg/shapes-sharp.svg +1 -1
- package/dist/ionic/svg/shapes.svg +1 -1
- package/dist/ionic/svg/share-outline.svg +1 -1
- package/dist/ionic/svg/share-sharp.svg +1 -1
- package/dist/ionic/svg/share-social-outline.svg +1 -1
- package/dist/ionic/svg/share-social-sharp.svg +1 -1
- package/dist/ionic/svg/share-social.svg +1 -1
- package/dist/ionic/svg/share.svg +1 -1
- package/dist/ionic/svg/shield-checkmark-outline.svg +1 -1
- package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -1
- package/dist/ionic/svg/shield-checkmark.svg +1 -1
- package/dist/ionic/svg/shield-half-outline.svg +1 -1
- package/dist/ionic/svg/shield-half-sharp.svg +1 -1
- package/dist/ionic/svg/shield-half.svg +1 -1
- package/dist/ionic/svg/shield-outline.svg +1 -1
- package/dist/ionic/svg/shield-sharp.svg +1 -1
- package/dist/ionic/svg/shield.svg +1 -1
- package/dist/ionic/svg/shirt-outline.svg +1 -1
- package/dist/ionic/svg/shirt-sharp.svg +1 -1
- package/dist/ionic/svg/shirt.svg +1 -1
- package/dist/ionic/svg/shuffle-outline.svg +1 -1
- package/dist/ionic/svg/shuffle-sharp.svg +1 -1
- package/dist/ionic/svg/shuffle.svg +1 -1
- package/dist/ionic/svg/skull-outline.svg +1 -1
- package/dist/ionic/svg/skull-sharp.svg +1 -1
- package/dist/ionic/svg/skull.svg +1 -1
- package/dist/ionic/svg/snow-outline.svg +1 -1
- package/dist/ionic/svg/snow-sharp.svg +1 -1
- package/dist/ionic/svg/snow.svg +1 -1
- package/dist/ionic/svg/sparkles-outline.svg +1 -1
- package/dist/ionic/svg/sparkles-sharp.svg +1 -1
- package/dist/ionic/svg/sparkles.svg +1 -1
- package/dist/ionic/svg/speedometer-outline.svg +1 -1
- package/dist/ionic/svg/speedometer-sharp.svg +1 -1
- package/dist/ionic/svg/speedometer.svg +1 -1
- package/dist/ionic/svg/square-outline.svg +1 -1
- package/dist/ionic/svg/square-sharp.svg +1 -1
- package/dist/ionic/svg/square.svg +1 -1
- package/dist/ionic/svg/star-half-outline.svg +1 -1
- package/dist/ionic/svg/star-half-sharp.svg +1 -1
- package/dist/ionic/svg/star-half.svg +1 -1
- package/dist/ionic/svg/star-outline.svg +1 -1
- package/dist/ionic/svg/star-sharp.svg +1 -1
- package/dist/ionic/svg/star.svg +1 -1
- package/dist/ionic/svg/stats-chart-outline.svg +1 -1
- package/dist/ionic/svg/stats-chart-sharp.svg +1 -1
- package/dist/ionic/svg/stats-chart.svg +1 -1
- package/dist/ionic/svg/stop-circle-outline.svg +1 -1
- package/dist/ionic/svg/stop-circle-sharp.svg +1 -1
- package/dist/ionic/svg/stop-circle.svg +1 -1
- package/dist/ionic/svg/stop-outline.svg +1 -1
- package/dist/ionic/svg/stop-sharp.svg +1 -1
- package/dist/ionic/svg/stop.svg +1 -1
- package/dist/ionic/svg/stopwatch-outline.svg +1 -1
- package/dist/ionic/svg/stopwatch-sharp.svg +1 -1
- package/dist/ionic/svg/stopwatch.svg +1 -1
- package/dist/ionic/svg/storefront-outline.svg +1 -1
- package/dist/ionic/svg/storefront-sharp.svg +1 -1
- package/dist/ionic/svg/storefront.svg +1 -1
- package/dist/ionic/svg/subway-outline.svg +1 -1
- package/dist/ionic/svg/subway-sharp.svg +1 -1
- package/dist/ionic/svg/subway.svg +1 -1
- package/dist/ionic/svg/sunny-outline.svg +1 -1
- package/dist/ionic/svg/sunny-sharp.svg +1 -1
- package/dist/ionic/svg/sunny.svg +1 -1
- package/dist/ionic/svg/swap-horizontal-outline.svg +1 -1
- package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -1
- package/dist/ionic/svg/swap-horizontal.svg +1 -1
- package/dist/ionic/svg/swap-vertical-outline.svg +1 -1
- package/dist/ionic/svg/swap-vertical-sharp.svg +1 -1
- package/dist/ionic/svg/swap-vertical.svg +1 -1
- package/dist/ionic/svg/sync-circle-outline.svg +1 -1
- package/dist/ionic/svg/sync-circle-sharp.svg +1 -1
- package/dist/ionic/svg/sync-circle.svg +1 -1
- package/dist/ionic/svg/sync-outline.svg +1 -1
- package/dist/ionic/svg/sync-sharp.svg +1 -1
- package/dist/ionic/svg/sync.svg +1 -1
- package/dist/ionic/svg/tablet-landscape-outline.svg +1 -1
- package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -1
- package/dist/ionic/svg/tablet-landscape.svg +1 -1
- package/dist/ionic/svg/tablet-portrait-outline.svg +1 -1
- package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -1
- package/dist/ionic/svg/tablet-portrait.svg +1 -1
- package/dist/ionic/svg/telescope-outline.svg +1 -1
- package/dist/ionic/svg/telescope-sharp.svg +1 -1
- package/dist/ionic/svg/telescope.svg +1 -1
- package/dist/ionic/svg/tennisball-outline.svg +1 -1
- package/dist/ionic/svg/tennisball-sharp.svg +1 -1
- package/dist/ionic/svg/tennisball.svg +1 -1
- package/dist/ionic/svg/terminal-outline.svg +1 -1
- package/dist/ionic/svg/terminal-sharp.svg +1 -1
- package/dist/ionic/svg/terminal.svg +1 -1
- package/dist/ionic/svg/text-outline.svg +1 -1
- package/dist/ionic/svg/text-sharp.svg +1 -1
- package/dist/ionic/svg/text.svg +1 -1
- package/dist/ionic/svg/thermometer-outline.svg +1 -1
- package/dist/ionic/svg/thermometer-sharp.svg +1 -1
- package/dist/ionic/svg/thermometer.svg +1 -1
- package/dist/ionic/svg/thumbs-down-outline.svg +1 -1
- package/dist/ionic/svg/thumbs-down-sharp.svg +1 -1
- package/dist/ionic/svg/thumbs-down.svg +1 -1
- package/dist/ionic/svg/thumbs-up-outline.svg +1 -1
- package/dist/ionic/svg/thumbs-up-sharp.svg +1 -1
- package/dist/ionic/svg/thumbs-up.svg +1 -1
- package/dist/ionic/svg/thunderstorm-outline.svg +1 -1
- package/dist/ionic/svg/thunderstorm-sharp.svg +1 -1
- package/dist/ionic/svg/thunderstorm.svg +1 -1
- package/dist/ionic/svg/ticket-outline.svg +1 -1
- package/dist/ionic/svg/ticket-sharp.svg +1 -1
- package/dist/ionic/svg/ticket.svg +1 -1
- package/dist/ionic/svg/time-outline.svg +1 -1
- package/dist/ionic/svg/time-sharp.svg +1 -1
- package/dist/ionic/svg/time.svg +1 -1
- package/dist/ionic/svg/timer-outline.svg +1 -1
- package/dist/ionic/svg/timer-sharp.svg +1 -1
- package/dist/ionic/svg/timer.svg +1 -1
- package/dist/ionic/svg/today-outline.svg +1 -1
- package/dist/ionic/svg/today-sharp.svg +1 -1
- package/dist/ionic/svg/today.svg +1 -1
- package/dist/ionic/svg/toggle-outline.svg +1 -1
- package/dist/ionic/svg/toggle-sharp.svg +1 -1
- package/dist/ionic/svg/toggle.svg +1 -1
- package/dist/ionic/svg/trail-sign-outline.svg +1 -1
- package/dist/ionic/svg/trail-sign-sharp.svg +1 -1
- package/dist/ionic/svg/trail-sign.svg +1 -1
- package/dist/ionic/svg/train-outline.svg +1 -1
- package/dist/ionic/svg/train-sharp.svg +1 -1
- package/dist/ionic/svg/train.svg +1 -1
- package/dist/ionic/svg/transgender-outline.svg +1 -1
- package/dist/ionic/svg/transgender-sharp.svg +1 -1
- package/dist/ionic/svg/transgender.svg +1 -1
- package/dist/ionic/svg/trash-bin-outline.svg +1 -1
- package/dist/ionic/svg/trash-bin-sharp.svg +1 -1
- package/dist/ionic/svg/trash-bin.svg +1 -1
- package/dist/ionic/svg/trash-outline.svg +1 -1
- package/dist/ionic/svg/trash-sharp.svg +1 -1
- package/dist/ionic/svg/trash.svg +1 -1
- package/dist/ionic/svg/trending-down-outline.svg +1 -1
- package/dist/ionic/svg/trending-down-sharp.svg +1 -1
- package/dist/ionic/svg/trending-down.svg +1 -1
- package/dist/ionic/svg/trending-up-outline.svg +1 -1
- package/dist/ionic/svg/trending-up-sharp.svg +1 -1
- package/dist/ionic/svg/trending-up.svg +1 -1
- package/dist/ionic/svg/triangle-outline.svg +1 -1
- package/dist/ionic/svg/triangle-sharp.svg +1 -1
- package/dist/ionic/svg/triangle.svg +1 -1
- package/dist/ionic/svg/trophy-outline.svg +1 -1
- package/dist/ionic/svg/trophy-sharp.svg +1 -1
- package/dist/ionic/svg/trophy.svg +1 -1
- package/dist/ionic/svg/tv-outline.svg +1 -1
- package/dist/ionic/svg/tv-sharp.svg +1 -1
- package/dist/ionic/svg/tv.svg +1 -1
- package/dist/ionic/svg/umbrella-outline.svg +1 -1
- package/dist/ionic/svg/umbrella-sharp.svg +1 -1
- package/dist/ionic/svg/umbrella.svg +1 -1
- package/dist/ionic/svg/unlink-outline.svg +1 -1
- package/dist/ionic/svg/unlink-sharp.svg +1 -1
- package/dist/ionic/svg/unlink.svg +1 -1
- package/dist/ionic/svg/videocam-off-outline.svg +1 -1
- package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
- package/dist/ionic/svg/videocam-off.svg +1 -1
- package/dist/ionic/svg/videocam-outline.svg +1 -1
- package/dist/ionic/svg/videocam-sharp.svg +1 -1
- package/dist/ionic/svg/videocam.svg +1 -1
- package/dist/ionic/svg/volume-high-outline.svg +1 -1
- package/dist/ionic/svg/volume-high-sharp.svg +1 -1
- package/dist/ionic/svg/volume-high.svg +1 -1
- package/dist/ionic/svg/volume-low-outline.svg +1 -1
- package/dist/ionic/svg/volume-low-sharp.svg +1 -1
- package/dist/ionic/svg/volume-low.svg +1 -1
- package/dist/ionic/svg/volume-medium-outline.svg +1 -1
- package/dist/ionic/svg/volume-medium-sharp.svg +1 -1
- package/dist/ionic/svg/volume-medium.svg +1 -1
- package/dist/ionic/svg/volume-mute-outline.svg +1 -1
- package/dist/ionic/svg/volume-mute-sharp.svg +1 -1
- package/dist/ionic/svg/volume-mute.svg +1 -1
- package/dist/ionic/svg/volume-off-outline.svg +1 -1
- package/dist/ionic/svg/volume-off-sharp.svg +1 -1
- package/dist/ionic/svg/volume-off.svg +1 -1
- package/dist/ionic/svg/walk-outline.svg +1 -1
- package/dist/ionic/svg/walk-sharp.svg +1 -1
- package/dist/ionic/svg/walk.svg +1 -1
- package/dist/ionic/svg/wallet-outline.svg +1 -1
- package/dist/ionic/svg/wallet-sharp.svg +1 -1
- package/dist/ionic/svg/wallet.svg +1 -1
- package/dist/ionic/svg/warning-outline.svg +1 -1
- package/dist/ionic/svg/warning-sharp.svg +1 -1
- package/dist/ionic/svg/warning.svg +1 -1
- package/dist/ionic/svg/watch-outline.svg +1 -1
- package/dist/ionic/svg/watch-sharp.svg +1 -1
- package/dist/ionic/svg/watch.svg +1 -1
- package/dist/ionic/svg/water-outline.svg +1 -1
- package/dist/ionic/svg/water-sharp.svg +1 -1
- package/dist/ionic/svg/water.svg +1 -1
- package/dist/ionic/svg/wifi-outline.svg +1 -1
- package/dist/ionic/svg/wifi-sharp.svg +1 -1
- package/dist/ionic/svg/wifi.svg +1 -1
- package/dist/ionic/svg/wine-outline.svg +1 -1
- package/dist/ionic/svg/wine-sharp.svg +1 -1
- package/dist/ionic/svg/wine.svg +1 -1
- package/dist/ionic/svg/woman-outline.svg +1 -1
- package/dist/ionic/svg/woman-sharp.svg +1 -1
- package/dist/ionic/svg/woman.svg +1 -1
- package/dist/types/components/action-sheet/action-sheet.d.ts +5 -6
- package/dist/types/components/alert/alert.d.ts +5 -6
- package/dist/types/components/app/app.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +11 -0
- package/dist/types/components/datetime/datetime-interface.d.ts +12 -3
- package/dist/types/components/datetime/datetime.d.ts +12 -0
- package/dist/types/components/datetime/utils/data.d.ts +3 -1
- package/dist/types/components/datetime/utils/manipulation.d.ts +1 -0
- package/dist/types/components/input-otp/input-otp-interface.d.ts +21 -0
- package/dist/types/components/input-otp/input-otp.d.ts +272 -0
- package/dist/types/components/item/item.d.ts +4 -0
- package/dist/types/components/loading/loading.d.ts +5 -6
- package/dist/types/components/menu/menu.d.ts +25 -3
- package/dist/types/components/modal/animations/ios.transition.d.ts +14 -0
- package/dist/types/components/modal/modal.d.ts +36 -6
- package/dist/types/components/popover/popover.d.ts +6 -5
- package/dist/types/components/range/range.d.ts +2 -0
- package/dist/types/components/reorder-group/reorder-group-interface.d.ts +17 -0
- package/dist/types/components/reorder-group/reorder-group.d.ts +24 -4
- package/dist/types/components/router/router.d.ts +1 -0
- package/dist/types/components/router/utils/interface.d.ts +1 -4
- package/dist/types/components/searchbar/searchbar.d.ts +1 -3
- package/dist/types/components/toast/toast.d.ts +4 -5
- package/dist/types/components.d.ts +837 -23
- package/dist/types/interface.d.ts +8 -2
- package/dist/types/stencil-public-runtime.d.ts +37 -2
- package/dist/types/utils/element-interface.d.ts +10 -0
- package/dist/types/utils/test/playwright/playwright-declarations.d.ts +5 -0
- package/hydrate/index.d.ts +44 -7
- package/hydrate/index.js +6783 -2909
- package/hydrate/index.mjs +6782 -2908
- package/loader/cdn.js +1 -2
- package/loader/index.cjs.js +1 -2
- package/loader/index.es2017.js +0 -1
- package/loader/index.js +1 -2
- package/package.json +7 -7
- package/dist/cjs/index-073c7cdc.js +0 -57
- package/dist/cjs/index-cc858e97.js +0 -129
- package/dist/esm/index-cfd9c1f2.js +0 -121
- package/dist/esm/index-e2cf2ceb.js +0 -31
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm-es5/animation-8b25e105.js +0 -4
- package/dist/esm-es5/app-globals-dbdbb3df.js +0 -4
- package/dist/esm-es5/button-active-90f1dbc4.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/compare-with-utils-a96ff2ea.js +0 -4
- package/dist/esm-es5/config-9898ed97.js +0 -4
- package/dist/esm-es5/cubic-bezier-fe2083dc.js +0 -4
- package/dist/esm-es5/data-0d7ea6eb.js +0 -4
- package/dist/esm-es5/dir-babeabeb.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-56b467ad.js +0 -4
- package/dist/esm-es5/gesture-controller-314a54f6.js +0 -4
- package/dist/esm-es5/haptic-ac164e4c.js +0 -4
- package/dist/esm-es5/hardware-back-button-a7eb8233.js +0 -4
- package/dist/esm-es5/helpers-d94bc8ad.js +0 -4
- package/dist/esm-es5/index-18f31305.js +0 -4
- package/dist/esm-es5/index-39782642.js +0 -4
- package/dist/esm-es5/index-527b9e34.js +0 -5
- package/dist/esm-es5/index-68c0d151.js +0 -4
- package/dist/esm-es5/index-9a17db3d.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-be190feb.js +0 -4
- package/dist/esm-es5/index-cfd9c1f2.js +0 -5
- package/dist/esm-es5/index-e2cf2ceb.js +0 -4
- package/dist/esm-es5/index.js +0 -4
- package/dist/esm-es5/input-shims-279903e2.js +0 -4
- package/dist/esm-es5/input.utils-40504d6d.js +0 -4
- package/dist/esm-es5/ion-accordion_2.entry.js +0 -4
- package/dist/esm-es5/ion-action-sheet.entry.js +0 -4
- package/dist/esm-es5/ion-alert.entry.js +0 -4
- package/dist/esm-es5/ion-app_8.entry.js +0 -4
- package/dist/esm-es5/ion-avatar_3.entry.js +0 -4
- package/dist/esm-es5/ion-back-button.entry.js +0 -4
- package/dist/esm-es5/ion-backdrop.entry.js +0 -4
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +0 -4
- package/dist/esm-es5/ion-button_2.entry.js +0 -4
- package/dist/esm-es5/ion-card_5.entry.js +0 -4
- package/dist/esm-es5/ion-checkbox.entry.js +0 -4
- package/dist/esm-es5/ion-chip.entry.js +0 -4
- package/dist/esm-es5/ion-col_3.entry.js +0 -4
- package/dist/esm-es5/ion-datetime-button.entry.js +0 -4
- package/dist/esm-es5/ion-datetime_3.entry.js +0 -4
- package/dist/esm-es5/ion-fab_3.entry.js +0 -4
- package/dist/esm-es5/ion-img.entry.js +0 -4
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +0 -4
- package/dist/esm-es5/ion-input-password-toggle.entry.js +0 -4
- package/dist/esm-es5/ion-input.entry.js +0 -4
- package/dist/esm-es5/ion-item-option_3.entry.js +0 -4
- package/dist/esm-es5/ion-item_8.entry.js +0 -4
- package/dist/esm-es5/ion-loading.entry.js +0 -4
- package/dist/esm-es5/ion-menu_3.entry.js +0 -4
- package/dist/esm-es5/ion-modal.entry.js +0 -4
- package/dist/esm-es5/ion-nav_2.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column-option.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column.entry.js +0 -4
- package/dist/esm-es5/ion-picker.entry.js +0 -4
- package/dist/esm-es5/ion-popover.entry.js +0 -4
- package/dist/esm-es5/ion-progress-bar.entry.js +0 -4
- package/dist/esm-es5/ion-radio_2.entry.js +0 -4
- package/dist/esm-es5/ion-range.entry.js +0 -4
- package/dist/esm-es5/ion-refresher_2.entry.js +0 -4
- package/dist/esm-es5/ion-reorder_2.entry.js +0 -4
- package/dist/esm-es5/ion-ripple-effect.entry.js +0 -4
- package/dist/esm-es5/ion-route_4.entry.js +0 -4
- package/dist/esm-es5/ion-searchbar.entry.js +0 -4
- package/dist/esm-es5/ion-segment-content.entry.js +0 -4
- package/dist/esm-es5/ion-segment-view.entry.js +0 -4
- package/dist/esm-es5/ion-segment_2.entry.js +0 -4
- package/dist/esm-es5/ion-select-modal.entry.js +0 -4
- package/dist/esm-es5/ion-select_3.entry.js +0 -4
- package/dist/esm-es5/ion-spinner.entry.js +0 -4
- package/dist/esm-es5/ion-split-pane.entry.js +0 -4
- package/dist/esm-es5/ion-tab-bar_2.entry.js +0 -4
- package/dist/esm-es5/ion-tab_2.entry.js +0 -4
- package/dist/esm-es5/ion-text.entry.js +0 -4
- package/dist/esm-es5/ion-textarea.entry.js +0 -4
- package/dist/esm-es5/ion-toast.entry.js +0 -4
- package/dist/esm-es5/ion-toggle.entry.js +0 -4
- package/dist/esm-es5/ionic-global-b26f573e.js +0 -4
- package/dist/esm-es5/ionic.js +0 -4
- package/dist/esm-es5/ios.transition-4047cb68.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-73175e24.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/loader.js +0 -4
- package/dist/esm-es5/lock-controller-316928be.js +0 -4
- package/dist/esm-es5/md.transition-30ce8d1b.js +0 -4
- package/dist/esm-es5/notch-controller-1a1f7183.js +0 -4
- package/dist/esm-es5/overlays-d99dcb0a.js +0 -4
- package/dist/esm-es5/spinner-configs-964f7cf3.js +0 -4
- package/dist/esm-es5/status-tap-42a8af65.js +0 -4
- package/dist/esm-es5/swipe-back-04123e7c.js +0 -4
- package/dist/esm-es5/theme-01f3f29c.js +0 -4
- package/dist/esm-es5/watch-options-c2911ace.js +0 -4
- package/dist/ionic/ionic.js +0 -127
- package/dist/ionic/p-00023f5a.system.js +0 -4
- package/dist/ionic/p-012c3ceb.system.js +0 -4
- package/dist/ionic/p-03480b95.system.entry.js +0 -4
- package/dist/ionic/p-08cef0b1.entry.js +0 -4
- package/dist/ionic/p-08e01816.system.js +0 -4
- package/dist/ionic/p-0af640d6.entry.js +0 -4
- package/dist/ionic/p-105b2e8b.entry.js +0 -4
- package/dist/ionic/p-117d0013.system.entry.js +0 -4
- package/dist/ionic/p-11dca959.entry.js +0 -4
- package/dist/ionic/p-12193821.system.js +0 -4
- package/dist/ionic/p-12830298.system.entry.js +0 -4
- package/dist/ionic/p-14154301.system.entry.js +0 -4
- package/dist/ionic/p-1706b406.system.entry.js +0 -4
- package/dist/ionic/p-17e21141.js +0 -4
- package/dist/ionic/p-19494658.system.entry.js +0 -4
- package/dist/ionic/p-1966a13c.system.js +0 -4
- package/dist/ionic/p-1974d5b2.system.js +0 -4
- package/dist/ionic/p-1a7df1c3.system.js +0 -4
- package/dist/ionic/p-1a81ac09.system.js +0 -4
- package/dist/ionic/p-1b9c59ab.js +0 -4
- package/dist/ionic/p-1d307396.system.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1e955a45.system.js +0 -4
- package/dist/ionic/p-200fc491.js +0 -4
- package/dist/ionic/p-20d469d0.system.js +0 -4
- package/dist/ionic/p-21891ead.js +0 -4
- package/dist/ionic/p-2233344a.system.js +0 -4
- package/dist/ionic/p-2469240b.entry.js +0 -4
- package/dist/ionic/p-24a6c8a3.system.entry.js +0 -4
- package/dist/ionic/p-257fb777.entry.js +0 -4
- package/dist/ionic/p-25b10f81.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2bff0e69.system.entry.js +0 -4
- package/dist/ionic/p-31dc303d.entry.js +0 -4
- package/dist/ionic/p-3535d6b5.entry.js +0 -4
- package/dist/ionic/p-35cdfd77.system.entry.js +0 -4
- package/dist/ionic/p-393ffcc2.entry.js +0 -4
- package/dist/ionic/p-39fa7dd1.system.entry.js +0 -4
- package/dist/ionic/p-3a30f31b.system.entry.js +0 -4
- package/dist/ionic/p-3e1e14d9.system.js +0 -4
- package/dist/ionic/p-42f08b26.system.entry.js +0 -4
- package/dist/ionic/p-4609d030.system.js +0 -4
- package/dist/ionic/p-481e0885.entry.js +0 -4
- package/dist/ionic/p-4a5be299.system.entry.js +0 -4
- package/dist/ionic/p-4c667fce.js +0 -4
- package/dist/ionic/p-4cf4172e.entry.js +0 -4
- package/dist/ionic/p-4da92dac.entry.js +0 -4
- package/dist/ionic/p-4ed5db19.system.js +0 -4
- package/dist/ionic/p-4f255d5a.system.js +0 -4
- package/dist/ionic/p-50cb2e8b.system.entry.js +0 -4
- package/dist/ionic/p-57957c0f.entry.js +0 -4
- package/dist/ionic/p-57d6e18e.entry.js +0 -4
- package/dist/ionic/p-57e55ecb.system.js +0 -4
- package/dist/ionic/p-5b67b447.js +0 -4
- package/dist/ionic/p-5c9feddc.system.entry.js +0 -4
- package/dist/ionic/p-5fac20aa.system.entry.js +0 -4
- package/dist/ionic/p-612096e6.system.entry.js +0 -4
- package/dist/ionic/p-6201c4ba.entry.js +0 -4
- package/dist/ionic/p-625248d0.system.js +0 -4
- package/dist/ionic/p-663413be.system.js +0 -4
- package/dist/ionic/p-6636a436.js +0 -4
- package/dist/ionic/p-66a5d6a8.js +0 -5
- package/dist/ionic/p-66df5468.system.entry.js +0 -4
- package/dist/ionic/p-67077d48.entry.js +0 -4
- package/dist/ionic/p-67cacd6d.entry.js +0 -4
- package/dist/ionic/p-6835ebdd.system.entry.js +0 -4
- package/dist/ionic/p-6b8530f5.system.entry.js +0 -4
- package/dist/ionic/p-6c474e87.entry.js +0 -4
- package/dist/ionic/p-6dd86ff5.system.entry.js +0 -4
- package/dist/ionic/p-6ec0c94a.entry.js +0 -4
- package/dist/ionic/p-6f832afe.system.entry.js +0 -4
- package/dist/ionic/p-707408c5.system.entry.js +0 -4
- package/dist/ionic/p-712c0131.entry.js +0 -4
- package/dist/ionic/p-721f43f9.entry.js +0 -4
- package/dist/ionic/p-7445a2e5.system.js +0 -4
- package/dist/ionic/p-7611ede3.system.entry.js +0 -4
- package/dist/ionic/p-781e2dbb.system.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b8c12c3.entry.js +0 -4
- package/dist/ionic/p-7c5c7ae1.system.entry.js +0 -4
- package/dist/ionic/p-7e3e6ed2.entry.js +0 -4
- package/dist/ionic/p-7ffedf77.system.entry.js +0 -4
- package/dist/ionic/p-809483ac.js +0 -4
- package/dist/ionic/p-81904a80.entry.js +0 -4
- package/dist/ionic/p-84096b45.system.js +0 -4
- package/dist/ionic/p-8450f761.entry.js +0 -4
- package/dist/ionic/p-8460d95a.entry.js +0 -4
- package/dist/ionic/p-85b01465.js +0 -4
- package/dist/ionic/p-865fe95c.entry.js +0 -4
- package/dist/ionic/p-8674af94.entry.js +0 -4
- package/dist/ionic/p-890a4ee2.entry.js +0 -4
- package/dist/ionic/p-891553d8.entry.js +0 -4
- package/dist/ionic/p-8985cdb6.system.js +0 -4
- package/dist/ionic/p-8b050e84.system.js +0 -4
- package/dist/ionic/p-8dacf4e2.entry.js +0 -4
- package/dist/ionic/p-8ededb41.js +0 -4
- package/dist/ionic/p-94551927.js +0 -4
- package/dist/ionic/p-965287fb.system.entry.js +0 -4
- package/dist/ionic/p-979d4f5c.system.js +0 -4
- package/dist/ionic/p-98fd942b.system.entry.js +0 -4
- package/dist/ionic/p-9df5043e.system.entry.js +0 -4
- package/dist/ionic/p-9e753482.system.entry.js +0 -4
- package/dist/ionic/p-a0fd2fe5.system.entry.js +0 -4
- package/dist/ionic/p-a2c6a9c8.entry.js +0 -4
- package/dist/ionic/p-a2dd5b69.system.entry.js +0 -4
- package/dist/ionic/p-a4866e3e.system.js +0 -4
- package/dist/ionic/p-a5dbe0ff.system.entry.js +0 -4
- package/dist/ionic/p-a7a97bf4.system.entry.js +0 -4
- package/dist/ionic/p-a835aca8.entry.js +0 -4
- package/dist/ionic/p-a83e3290.system.js +0 -4
- package/dist/ionic/p-a93873de.system.js +0 -4
- package/dist/ionic/p-aad57e35.entry.js +0 -4
- package/dist/ionic/p-ab7337e1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-ad592db9.entry.js +0 -4
- package/dist/ionic/p-ae039072.entry.js +0 -4
- package/dist/ionic/p-aebfab05.system.entry.js +0 -4
- package/dist/ionic/p-b06ac4a5.system.js +0 -4
- package/dist/ionic/p-b2e7eda0.system.entry.js +0 -4
- package/dist/ionic/p-b445ff65.entry.js +0 -4
- package/dist/ionic/p-b4d17da0.system.entry.js +0 -4
- package/dist/ionic/p-b5432d15.entry.js +0 -4
- package/dist/ionic/p-b6d324f0.js +0 -4
- package/dist/ionic/p-b7b1d91a.js +0 -4
- package/dist/ionic/p-b8050298.system.entry.js +0 -4
- package/dist/ionic/p-b904cfe2.system.entry.js +0 -4
- package/dist/ionic/p-b9c793d4.entry.js +0 -4
- package/dist/ionic/p-bafc3eae.system.entry.js +0 -4
- package/dist/ionic/p-bf184319.system.entry.js +0 -4
- package/dist/ionic/p-bfb763d0.system.entry.js +0 -4
- package/dist/ionic/p-c16443a8.system.js +0 -4
- package/dist/ionic/p-c1b7d311.system.entry.js +0 -4
- package/dist/ionic/p-c2160d8c.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c5b77054.entry.js +0 -4
- package/dist/ionic/p-c5bfa3e9.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-cad82569.entry.js +0 -4
- package/dist/ionic/p-d16fab3f.entry.js +0 -4
- package/dist/ionic/p-d1eb2d7f.entry.js +0 -4
- package/dist/ionic/p-d382f09c.system.js +0 -4
- package/dist/ionic/p-d8d84afa.system.js +0 -4
- package/dist/ionic/p-d984c1ab.system.entry.js +0 -4
- package/dist/ionic/p-da2b833b.js +0 -4
- package/dist/ionic/p-dabe3bd4.js +0 -4
- package/dist/ionic/p-df069a0d.entry.js +0 -4
- package/dist/ionic/p-e1678e42.entry.js +0 -4
- package/dist/ionic/p-e6068998.system.entry.js +0 -4
- package/dist/ionic/p-e673a0a2.system.js +0 -4
- package/dist/ionic/p-e727e32d.system.entry.js +0 -4
- package/dist/ionic/p-e8245753.entry.js +0 -4
- package/dist/ionic/p-e887b6a9.system.js +0 -4
- package/dist/ionic/p-f08a92cc.js +0 -4
- package/dist/ionic/p-f08dfb19.entry.js +0 -4
- package/dist/ionic/p-f0c9f8e3.system.entry.js +0 -4
- package/dist/ionic/p-f0ef39ab.entry.js +0 -4
- package/dist/ionic/p-f11a9436.system.js +0 -5
- package/dist/ionic/p-f22490a7.system.entry.js +0 -4
- package/dist/ionic/p-f6bb9be7.system.entry.js +0 -4
- package/dist/ionic/p-f6e7d104.system.js +0 -4
- package/dist/ionic/p-f725bf9e.system.js +0 -4
- package/dist/ionic/p-f9a87db2.system.entry.js +0 -4
- package/dist/ionic/p-fa3f4b96.system.js +0 -4
- package/dist/ionic/p-fe063952.system.entry.js +0 -4
- package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -144
- package/loader/package.json +0 -11
- /package/dist/cjs/{compare-with-utils-df1001d7.js → compare-with-utils-DSicavqM.js} +0 -0
- /package/dist/cjs/{cubic-bezier-f2dccc53.js → cubic-bezier-DAjy1V-e.js} +0 -0
- /package/dist/cjs/{dir-94c21456.js → dir-Cn0z1rJH.js} +0 -0
- /package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-CCvKiLh3.js} +0 -0
- /package/dist/cjs/{index-c8d52405.js → index-DkNv4J_i.js} +0 -0
- /package/dist/cjs/{lock-controller-6585a42a.js → lock-controller-aDB9wrEf.js} +0 -0
- /package/dist/cjs/{spinner-configs-282fd50a.js → spinner-configs-DxHKnd3-.js} +0 -0
- /package/dist/cjs/{theme-d1c573d2.js → theme-CeDs6Hcv.js} +0 -0
- /package/dist/cjs/{watch-options-f5f3e158.js → watch-options-CviOsrTS.js} +0 -0
- /package/dist/esm/{compare-with-utils-a96ff2ea.js → compare-with-utils-sObYyvOy.js} +0 -0
- /package/dist/esm/{cubic-bezier-fe2083dc.js → cubic-bezier-hHmYLOfE.js} +0 -0
- /package/dist/esm/{dir-babeabeb.js → dir-C53feagD.js} +0 -0
- /package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-BmVRXR1y.js} +0 -0
- /package/dist/esm/{index-a5d50daf.js → index-ZjP4CjeZ.js} +0 -0
- /package/dist/esm/{lock-controller-316928be.js → lock-controller-B-hirT0v.js} +0 -0
- /package/dist/esm/{spinner-configs-964f7cf3.js → spinner-configs-D4RIp70E.js} +0 -0
- /package/dist/esm/{theme-01f3f29c.js → theme-DiVJyqlX.js} +0 -0
- /package/dist/esm/{watch-options-c2911ace.js → watch-options-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-ccd02320.js → p-B-hirT0v.js} +0 -0
- /package/dist/ionic/{p-9b97df10.js → p-BTEOs1at.js} +0 -0
- /package/dist/ionic/{p-d47265c8.js → p-BmVRXR1y.js} +0 -0
- /package/dist/ionic/{p-fb813dab.js → p-C53feagD.js} +0 -0
- /package/dist/ionic/{p-f0c2a614.js → p-D4RIp70E.js} +0 -0
- /package/dist/ionic/{p-47794def.js → p-DiVJyqlX.js} +0 -0
- /package/dist/ionic/{p-459d13d5.js → p-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-7b30edcc.js → p-ZjP4CjeZ.js} +0 -0
- /package/dist/ionic/{p-2408c236.js → p-hHmYLOfE.js} +0 -0
- /package/dist/ionic/{p-de756e5c.js → p-sObYyvOy.js} +0 -0
|
@@ -3,27 +3,24 @@
|
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
require('./hardware-back-button-3d2b1004.js');
|
|
25
|
-
require('./gesture-controller-9436f482.js');
|
|
26
|
-
require('./keyboard-0272231f.js');
|
|
6
|
+
var index$3 = require('./index-DNh170BW.js');
|
|
7
|
+
var index$2 = require('./index-Cc5PNMyz.js');
|
|
8
|
+
var frameworkDelegate = require('./framework-delegate-WkyjrnCx.js');
|
|
9
|
+
var helpers = require('./helpers-DgwmcYAu.js');
|
|
10
|
+
var lockController = require('./lock-controller-aDB9wrEf.js');
|
|
11
|
+
var capacitor = require('./capacitor-DmA66EwP.js');
|
|
12
|
+
var overlays = require('./overlays-CglR7j-u.js');
|
|
13
|
+
var theme = require('./theme-CeDs6Hcv.js');
|
|
14
|
+
var index$4 = require('./index-BzEyuIww.js');
|
|
15
|
+
var ionicGlobal = require('./ionic-global-UI5YPSi-.js');
|
|
16
|
+
var keyboard = require('./keyboard-hHzlEQpk.js');
|
|
17
|
+
var animation = require('./animation-ZJ1lAkZD.js');
|
|
18
|
+
var cubicBezier = require('./cubic-bezier-DAjy1V-e.js');
|
|
19
|
+
var index$1 = require('./index-CAvQ7Tka.js');
|
|
20
|
+
var index = require('./index-DkNv4J_i.js');
|
|
21
|
+
require('./hardware-back-button-BxdNu76F.js');
|
|
22
|
+
require('./gesture-controller-dtqlP_q4.js');
|
|
23
|
+
require('./keyboard-UuAS4D_9.js');
|
|
27
24
|
|
|
28
25
|
var Style;
|
|
29
26
|
(function (Style) {
|
|
@@ -445,7 +442,7 @@ const createSwipeToCloseGesture = (el, animation, statusBarStyle, onDismiss) =>
|
|
|
445
442
|
* canDismiss is checked.
|
|
446
443
|
*/
|
|
447
444
|
const shouldComplete = !isAttemptingDismissWithCanDismiss && threshold >= DISMISS_THRESHOLD;
|
|
448
|
-
let newStepValue = shouldComplete ? -
|
|
445
|
+
let newStepValue = shouldComplete ? -1e-3 : 0.001;
|
|
449
446
|
if (!shouldComplete) {
|
|
450
447
|
animation.easing('cubic-bezier(1, 0, 0.68, 0.28)');
|
|
451
448
|
newStepValue += cubicBezier.getTimeGivenProgression([0, 0], [1, 0], [0.68, 0.28], [1, 1], clampedStep)[0];
|
|
@@ -588,52 +585,12 @@ const iosEnterAnimation = (baseEl, opts) => {
|
|
|
588
585
|
.addElement(baseEl)
|
|
589
586
|
.easing('cubic-bezier(0.32,0.72,0,1)')
|
|
590
587
|
.duration(500)
|
|
591
|
-
.addAnimation([wrapperAnimation])
|
|
592
|
-
.beforeAddWrite(() => {
|
|
593
|
-
if (expandToScroll) {
|
|
594
|
-
// Scroll can only be done when the modal is fully expanded.
|
|
595
|
-
return;
|
|
596
|
-
}
|
|
597
|
-
/**
|
|
598
|
-
* There are some browsers that causes flickering when
|
|
599
|
-
* dragging the content when scroll is enabled at every
|
|
600
|
-
* breakpoint. This is due to the wrapper element being
|
|
601
|
-
* transformed off the screen and having a snap animation.
|
|
602
|
-
*
|
|
603
|
-
* A workaround is to clone the footer element and append
|
|
604
|
-
* it outside of the wrapper element. This way, the footer
|
|
605
|
-
* is still visible and the drag can be done without
|
|
606
|
-
* flickering. The original footer is hidden until the modal
|
|
607
|
-
* is dismissed. This maintains the animation of the footer
|
|
608
|
-
* when the modal is dismissed.
|
|
609
|
-
*
|
|
610
|
-
* The workaround needs to be done before the animation starts
|
|
611
|
-
* so there are no flickering issues.
|
|
612
|
-
*/
|
|
613
|
-
const ionFooter = baseEl.querySelector('ion-footer');
|
|
614
|
-
/**
|
|
615
|
-
* This check is needed to prevent more than one footer
|
|
616
|
-
* from being appended to the shadow root.
|
|
617
|
-
* Otherwise, iOS and MD enter animations would append
|
|
618
|
-
* the footer twice.
|
|
619
|
-
*/
|
|
620
|
-
const ionFooterAlreadyAppended = baseEl.shadowRoot.querySelector('ion-footer');
|
|
621
|
-
if (ionFooter && !ionFooterAlreadyAppended) {
|
|
622
|
-
const footerHeight = ionFooter.clientHeight;
|
|
623
|
-
const clonedFooter = ionFooter.cloneNode(true);
|
|
624
|
-
baseEl.shadowRoot.appendChild(clonedFooter);
|
|
625
|
-
ionFooter.style.setProperty('display', 'none');
|
|
626
|
-
ionFooter.setAttribute('aria-hidden', 'true');
|
|
627
|
-
// Padding is added to prevent some content from being hidden.
|
|
628
|
-
const page = baseEl.querySelector('.ion-page');
|
|
629
|
-
page.style.setProperty('padding-bottom', `${footerHeight}px`);
|
|
630
|
-
}
|
|
631
|
-
});
|
|
588
|
+
.addAnimation([wrapperAnimation]);
|
|
632
589
|
if (contentAnimation) {
|
|
633
590
|
baseAnimation.addAnimation(contentAnimation);
|
|
634
591
|
}
|
|
635
592
|
if (presentingEl) {
|
|
636
|
-
const
|
|
593
|
+
const isPortrait = window.innerWidth < 768;
|
|
637
594
|
const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
|
|
638
595
|
const presentingElRoot = helpers.getElementRoot(presentingEl);
|
|
639
596
|
const presentingAnimation = animation.createAnimation().beforeStyles({
|
|
@@ -642,7 +599,7 @@ const iosEnterAnimation = (baseEl, opts) => {
|
|
|
642
599
|
overflow: 'hidden',
|
|
643
600
|
});
|
|
644
601
|
const appEl = baseEl.closest('ion-app');
|
|
645
|
-
if (
|
|
602
|
+
if (isPortrait && appEl) {
|
|
646
603
|
/**
|
|
647
604
|
* Fallback for browsers that does not support `max()` (ex: Firefox)
|
|
648
605
|
* No need to worry about statusbar padding since engines like Gecko
|
|
@@ -709,7 +666,7 @@ const createLeaveAnimation$1 = () => {
|
|
|
709
666
|
* iOS Modal Leave Animation
|
|
710
667
|
*/
|
|
711
668
|
const iosLeaveAnimation = (baseEl, opts, duration = 500) => {
|
|
712
|
-
const { presentingEl, currentBreakpoint
|
|
669
|
+
const { presentingEl, currentBreakpoint } = opts;
|
|
713
670
|
const root = helpers.getElementRoot(baseEl);
|
|
714
671
|
const { wrapperAnimation, backdropAnimation } = currentBreakpoint !== undefined ? createSheetLeaveAnimation(opts) : createLeaveAnimation$1();
|
|
715
672
|
backdropAnimation.addElement(root.querySelector('ion-backdrop'));
|
|
@@ -718,32 +675,10 @@ const iosLeaveAnimation = (baseEl, opts, duration = 500) => {
|
|
|
718
675
|
.addElement(baseEl)
|
|
719
676
|
.easing('cubic-bezier(0.32,0.72,0,1)')
|
|
720
677
|
.duration(duration)
|
|
721
|
-
.addAnimation(wrapperAnimation)
|
|
722
|
-
.beforeAddWrite(() => {
|
|
723
|
-
if (expandToScroll) {
|
|
724
|
-
// Scroll can only be done when the modal is fully expanded.
|
|
725
|
-
return;
|
|
726
|
-
}
|
|
727
|
-
/**
|
|
728
|
-
* If expandToScroll is disabled, we need to swap
|
|
729
|
-
* the visibility to the original, so the footer
|
|
730
|
-
* dismisses with the modal and doesn't stay
|
|
731
|
-
* until the modal is removed from the DOM.
|
|
732
|
-
*/
|
|
733
|
-
const ionFooter = baseEl.querySelector('ion-footer');
|
|
734
|
-
if (ionFooter) {
|
|
735
|
-
const clonedFooter = baseEl.shadowRoot.querySelector('ion-footer');
|
|
736
|
-
ionFooter.style.removeProperty('display');
|
|
737
|
-
ionFooter.removeAttribute('aria-hidden');
|
|
738
|
-
clonedFooter.style.setProperty('display', 'none');
|
|
739
|
-
clonedFooter.setAttribute('aria-hidden', 'true');
|
|
740
|
-
const page = baseEl.querySelector('.ion-page');
|
|
741
|
-
page.style.removeProperty('padding-bottom');
|
|
742
|
-
}
|
|
743
|
-
});
|
|
678
|
+
.addAnimation(wrapperAnimation);
|
|
744
679
|
const appEl = baseEl.closest('ion-app');
|
|
745
680
|
if (presentingEl && appEl) {
|
|
746
|
-
const
|
|
681
|
+
const isPortrait = window.innerWidth < 768;
|
|
747
682
|
const hasCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
|
|
748
683
|
const presentingElRoot = helpers.getElementRoot(presentingEl);
|
|
749
684
|
const presentingAnimation = animation.createAnimation()
|
|
@@ -760,7 +695,7 @@ const iosLeaveAnimation = (baseEl, opts, duration = 500) => {
|
|
|
760
695
|
appEl.style.setProperty('background-color', '');
|
|
761
696
|
}
|
|
762
697
|
});
|
|
763
|
-
if (
|
|
698
|
+
if (isPortrait) {
|
|
764
699
|
const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
|
|
765
700
|
const modalTransform = hasCardModal ? '-10px' : transformOffset;
|
|
766
701
|
const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
@@ -807,6 +742,153 @@ const iosLeaveAnimation = (baseEl, opts, duration = 500) => {
|
|
|
807
742
|
return baseAnimation;
|
|
808
743
|
};
|
|
809
744
|
|
|
745
|
+
/**
|
|
746
|
+
* Transition animation from portrait view to landscape view
|
|
747
|
+
* This handles the case where a card modal is open in portrait view
|
|
748
|
+
* and the user switches to landscape view
|
|
749
|
+
*/
|
|
750
|
+
const portraitToLandscapeTransition = (baseEl, opts, duration = 300) => {
|
|
751
|
+
const { presentingEl } = opts;
|
|
752
|
+
if (!presentingEl) {
|
|
753
|
+
// No transition needed for non-card modals
|
|
754
|
+
return animation.createAnimation('portrait-to-landscape-transition');
|
|
755
|
+
}
|
|
756
|
+
const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
|
|
757
|
+
const presentingElRoot = helpers.getElementRoot(presentingEl);
|
|
758
|
+
const bodyEl = document.body;
|
|
759
|
+
const baseAnimation = animation.createAnimation('portrait-to-landscape-transition')
|
|
760
|
+
.addElement(baseEl)
|
|
761
|
+
.easing('cubic-bezier(0.32,0.72,0,1)')
|
|
762
|
+
.duration(duration);
|
|
763
|
+
const presentingAnimation = animation.createAnimation().beforeStyles({
|
|
764
|
+
transform: 'translateY(0)',
|
|
765
|
+
'transform-origin': 'top center',
|
|
766
|
+
overflow: 'hidden',
|
|
767
|
+
});
|
|
768
|
+
if (!presentingElIsCardModal) {
|
|
769
|
+
// The presenting element is not a card modal, so we do not
|
|
770
|
+
// need to care about layering and modal-specific styles.
|
|
771
|
+
const root = helpers.getElementRoot(baseEl);
|
|
772
|
+
const wrapperAnimation = animation.createAnimation()
|
|
773
|
+
.addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
|
|
774
|
+
.fromTo('opacity', '1', '1'); // Keep wrapper visible in landscape
|
|
775
|
+
const backdropAnimation = animation.createAnimation()
|
|
776
|
+
.addElement(root.querySelector('ion-backdrop'))
|
|
777
|
+
.fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
|
|
778
|
+
// Animate presentingEl from portrait state back to normal
|
|
779
|
+
const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
|
|
780
|
+
const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
781
|
+
const fromTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
|
|
782
|
+
presentingAnimation
|
|
783
|
+
.addElement(presentingEl)
|
|
784
|
+
.afterStyles({
|
|
785
|
+
transform: 'translateY(0px) scale(1)',
|
|
786
|
+
'border-radius': '0px',
|
|
787
|
+
})
|
|
788
|
+
.beforeAddWrite(() => bodyEl.style.setProperty('background-color', ''))
|
|
789
|
+
.fromTo('transform', fromTransform, 'translateY(0px) scale(1)')
|
|
790
|
+
.fromTo('filter', 'contrast(0.85)', 'contrast(1)')
|
|
791
|
+
.fromTo('border-radius', '10px 10px 0 0', '0px');
|
|
792
|
+
baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
|
|
793
|
+
}
|
|
794
|
+
else {
|
|
795
|
+
// The presenting element is a card modal, so we do
|
|
796
|
+
// need to care about layering and modal-specific styles.
|
|
797
|
+
const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
798
|
+
const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
|
|
799
|
+
const toTransform = `translateY(0px) scale(1)`;
|
|
800
|
+
presentingAnimation
|
|
801
|
+
.addElement(presentingEl)
|
|
802
|
+
.afterStyles({
|
|
803
|
+
transform: toTransform,
|
|
804
|
+
})
|
|
805
|
+
.fromTo('transform', fromTransform, toTransform)
|
|
806
|
+
.fromTo('filter', 'contrast(0.85)', 'contrast(1)');
|
|
807
|
+
const shadowAnimation = animation.createAnimation()
|
|
808
|
+
.addElement(presentingElRoot.querySelector('.modal-shadow'))
|
|
809
|
+
.afterStyles({
|
|
810
|
+
transform: toTransform,
|
|
811
|
+
opacity: '0',
|
|
812
|
+
})
|
|
813
|
+
.fromTo('transform', fromTransform, toTransform);
|
|
814
|
+
baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
|
|
815
|
+
}
|
|
816
|
+
return baseAnimation;
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* Transition animation from landscape view to portrait view
|
|
820
|
+
* This handles the case where a card modal is open in landscape view
|
|
821
|
+
* and the user switches to portrait view
|
|
822
|
+
*/
|
|
823
|
+
const landscapeToPortraitTransition = (baseEl, opts, duration = 300) => {
|
|
824
|
+
const { presentingEl } = opts;
|
|
825
|
+
if (!presentingEl) {
|
|
826
|
+
// No transition needed for non-card modals
|
|
827
|
+
return animation.createAnimation('landscape-to-portrait-transition');
|
|
828
|
+
}
|
|
829
|
+
const presentingElIsCardModal = presentingEl.tagName === 'ION-MODAL' && presentingEl.presentingElement !== undefined;
|
|
830
|
+
const presentingElRoot = helpers.getElementRoot(presentingEl);
|
|
831
|
+
const bodyEl = document.body;
|
|
832
|
+
const baseAnimation = animation.createAnimation('landscape-to-portrait-transition')
|
|
833
|
+
.addElement(baseEl)
|
|
834
|
+
.easing('cubic-bezier(0.32,0.72,0,1)')
|
|
835
|
+
.duration(duration);
|
|
836
|
+
const presentingAnimation = animation.createAnimation().beforeStyles({
|
|
837
|
+
transform: 'translateY(0)',
|
|
838
|
+
'transform-origin': 'top center',
|
|
839
|
+
overflow: 'hidden',
|
|
840
|
+
});
|
|
841
|
+
if (!presentingElIsCardModal) {
|
|
842
|
+
// The presenting element is not a card modal, so we do not
|
|
843
|
+
// need to care about layering and modal-specific styles.
|
|
844
|
+
const root = helpers.getElementRoot(baseEl);
|
|
845
|
+
const wrapperAnimation = animation.createAnimation()
|
|
846
|
+
.addElement(root.querySelectorAll('.modal-wrapper, .modal-shadow'))
|
|
847
|
+
.fromTo('opacity', '1', '1'); // Keep wrapper visible
|
|
848
|
+
const backdropAnimation = animation.createAnimation()
|
|
849
|
+
.addElement(root.querySelector('ion-backdrop'))
|
|
850
|
+
.fromTo('opacity', 'var(--backdrop-opacity)', 'var(--backdrop-opacity)'); // Keep backdrop visible
|
|
851
|
+
// Animate presentingEl from normal state to portrait state
|
|
852
|
+
const transformOffset = !CSS.supports('width', 'max(0px, 1px)') ? '30px' : 'max(30px, var(--ion-safe-area-top))';
|
|
853
|
+
const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
854
|
+
const toTransform = `translateY(${transformOffset}) scale(${toPresentingScale})`;
|
|
855
|
+
presentingAnimation
|
|
856
|
+
.addElement(presentingEl)
|
|
857
|
+
.afterStyles({
|
|
858
|
+
transform: toTransform,
|
|
859
|
+
})
|
|
860
|
+
.beforeAddWrite(() => bodyEl.style.setProperty('background-color', 'black'))
|
|
861
|
+
.keyframes([
|
|
862
|
+
{ offset: 0, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '0px' },
|
|
863
|
+
{ offset: 0.2, transform: 'translateY(0px) scale(1)', filter: 'contrast(1)', borderRadius: '10px 10px 0 0' },
|
|
864
|
+
{ offset: 1, transform: toTransform, filter: 'contrast(0.85)', borderRadius: '10px 10px 0 0' },
|
|
865
|
+
]);
|
|
866
|
+
baseAnimation.addAnimation([presentingAnimation, wrapperAnimation, backdropAnimation]);
|
|
867
|
+
}
|
|
868
|
+
else {
|
|
869
|
+
// The presenting element is also a card modal, so we need
|
|
870
|
+
// to handle layering and modal-specific styles.
|
|
871
|
+
const toPresentingScale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
872
|
+
const fromTransform = `translateY(-10px) scale(${toPresentingScale})`;
|
|
873
|
+
const toTransform = `translateY(0) scale(1)`;
|
|
874
|
+
presentingAnimation
|
|
875
|
+
.addElement(presentingEl)
|
|
876
|
+
.afterStyles({
|
|
877
|
+
transform: toTransform,
|
|
878
|
+
})
|
|
879
|
+
.fromTo('transform', fromTransform, toTransform);
|
|
880
|
+
const shadowAnimation = animation.createAnimation()
|
|
881
|
+
.addElement(presentingElRoot.querySelector('.modal-shadow'))
|
|
882
|
+
.afterStyles({
|
|
883
|
+
transform: toTransform,
|
|
884
|
+
opacity: '0',
|
|
885
|
+
})
|
|
886
|
+
.fromTo('transform', fromTransform, toTransform);
|
|
887
|
+
baseAnimation.addAnimation([presentingAnimation, shadowAnimation]);
|
|
888
|
+
}
|
|
889
|
+
return baseAnimation;
|
|
890
|
+
};
|
|
891
|
+
|
|
810
892
|
const createEnterAnimation = () => {
|
|
811
893
|
const backdropAnimation = animation.createAnimation()
|
|
812
894
|
.fromTo('opacity', 0.01, 'var(--backdrop-opacity)')
|
|
@@ -831,52 +913,12 @@ const mdEnterAnimation = (baseEl, opts) => {
|
|
|
831
913
|
wrapperAnimation.addElement(root.querySelector('.modal-wrapper'));
|
|
832
914
|
// The content animation is only added if scrolling is enabled for
|
|
833
915
|
// all the breakpoints.
|
|
834
|
-
expandToScroll && (contentAnimation === null || contentAnimation === void 0 ? void 0 : contentAnimation.addElement(baseEl.querySelector('.ion-page')));
|
|
916
|
+
!expandToScroll && (contentAnimation === null || contentAnimation === void 0 ? void 0 : contentAnimation.addElement(baseEl.querySelector('.ion-page')));
|
|
835
917
|
const baseAnimation = animation.createAnimation()
|
|
836
918
|
.addElement(baseEl)
|
|
837
919
|
.easing('cubic-bezier(0.36,0.66,0.04,1)')
|
|
838
920
|
.duration(280)
|
|
839
|
-
.addAnimation([backdropAnimation, wrapperAnimation])
|
|
840
|
-
.beforeAddWrite(() => {
|
|
841
|
-
if (expandToScroll) {
|
|
842
|
-
// Scroll can only be done when the modal is fully expanded.
|
|
843
|
-
return;
|
|
844
|
-
}
|
|
845
|
-
/**
|
|
846
|
-
* There are some browsers that causes flickering when
|
|
847
|
-
* dragging the content when scroll is enabled at every
|
|
848
|
-
* breakpoint. This is due to the wrapper element being
|
|
849
|
-
* transformed off the screen and having a snap animation.
|
|
850
|
-
*
|
|
851
|
-
* A workaround is to clone the footer element and append
|
|
852
|
-
* it outside of the wrapper element. This way, the footer
|
|
853
|
-
* is still visible and the drag can be done without
|
|
854
|
-
* flickering. The original footer is hidden until the modal
|
|
855
|
-
* is dismissed. This maintains the animation of the footer
|
|
856
|
-
* when the modal is dismissed.
|
|
857
|
-
*
|
|
858
|
-
* The workaround needs to be done before the animation starts
|
|
859
|
-
* so there are no flickering issues.
|
|
860
|
-
*/
|
|
861
|
-
const ionFooter = baseEl.querySelector('ion-footer');
|
|
862
|
-
/**
|
|
863
|
-
* This check is needed to prevent more than one footer
|
|
864
|
-
* from being appended to the shadow root.
|
|
865
|
-
* Otherwise, iOS and MD enter animations would append
|
|
866
|
-
* the footer twice.
|
|
867
|
-
*/
|
|
868
|
-
const ionFooterAlreadyAppended = baseEl.shadowRoot.querySelector('ion-footer');
|
|
869
|
-
if (ionFooter && !ionFooterAlreadyAppended) {
|
|
870
|
-
const footerHeight = ionFooter.clientHeight;
|
|
871
|
-
const clonedFooter = ionFooter.cloneNode(true);
|
|
872
|
-
baseEl.shadowRoot.appendChild(clonedFooter);
|
|
873
|
-
ionFooter.style.setProperty('display', 'none');
|
|
874
|
-
ionFooter.setAttribute('aria-hidden', 'true');
|
|
875
|
-
// Padding is added to prevent some content from being hidden.
|
|
876
|
-
const page = baseEl.querySelector('.ion-page');
|
|
877
|
-
page.style.setProperty('padding-bottom', `${footerHeight}px`);
|
|
878
|
-
}
|
|
879
|
-
});
|
|
921
|
+
.addAnimation([backdropAnimation, wrapperAnimation]);
|
|
880
922
|
if (contentAnimation) {
|
|
881
923
|
baseAnimation.addAnimation(contentAnimation);
|
|
882
924
|
}
|
|
@@ -895,7 +937,7 @@ const createLeaveAnimation = () => {
|
|
|
895
937
|
* Md Modal Leave Animation
|
|
896
938
|
*/
|
|
897
939
|
const mdLeaveAnimation = (baseEl, opts) => {
|
|
898
|
-
const { currentBreakpoint
|
|
940
|
+
const { currentBreakpoint } = opts;
|
|
899
941
|
const root = helpers.getElementRoot(baseEl);
|
|
900
942
|
const { wrapperAnimation, backdropAnimation } = currentBreakpoint !== undefined ? createSheetLeaveAnimation(opts) : createLeaveAnimation();
|
|
901
943
|
backdropAnimation.addElement(root.querySelector('ion-backdrop'));
|
|
@@ -903,29 +945,7 @@ const mdLeaveAnimation = (baseEl, opts) => {
|
|
|
903
945
|
const baseAnimation = animation.createAnimation()
|
|
904
946
|
.easing('cubic-bezier(0.47,0,0.745,0.715)')
|
|
905
947
|
.duration(200)
|
|
906
|
-
.addAnimation([backdropAnimation, wrapperAnimation])
|
|
907
|
-
.beforeAddWrite(() => {
|
|
908
|
-
if (expandToScroll) {
|
|
909
|
-
// Scroll can only be done when the modal is fully expanded.
|
|
910
|
-
return;
|
|
911
|
-
}
|
|
912
|
-
/**
|
|
913
|
-
* If expandToScroll is disabled, we need to swap
|
|
914
|
-
* the visibility to the original, so the footer
|
|
915
|
-
* dismisses with the modal and doesn't stay
|
|
916
|
-
* until the modal is removed from the DOM.
|
|
917
|
-
*/
|
|
918
|
-
const ionFooter = baseEl.querySelector('ion-footer');
|
|
919
|
-
if (ionFooter) {
|
|
920
|
-
const clonedFooter = baseEl.shadowRoot.querySelector('ion-footer');
|
|
921
|
-
ionFooter.style.removeProperty('display');
|
|
922
|
-
ionFooter.removeAttribute('aria-hidden');
|
|
923
|
-
clonedFooter.style.setProperty('display', 'none');
|
|
924
|
-
clonedFooter.setAttribute('aria-hidden', 'true');
|
|
925
|
-
const page = baseEl.querySelector('.ion-page');
|
|
926
|
-
page.style.removeProperty('padding-bottom');
|
|
927
|
-
}
|
|
928
|
-
});
|
|
948
|
+
.addAnimation([backdropAnimation, wrapperAnimation]);
|
|
929
949
|
return baseAnimation;
|
|
930
950
|
};
|
|
931
951
|
|
|
@@ -957,6 +977,9 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
957
977
|
let offset = 0;
|
|
958
978
|
let canDismissBlocksGesture = false;
|
|
959
979
|
let cachedScrollEl = null;
|
|
980
|
+
let cachedFooterEls = null;
|
|
981
|
+
let cachedFooterYPosition = null;
|
|
982
|
+
let currentFooterState = null;
|
|
960
983
|
const canDismissMaxStep = 0.95;
|
|
961
984
|
const maxBreakpoint = breakpoints[breakpoints.length - 1];
|
|
962
985
|
const minBreakpoint = breakpoints[0];
|
|
@@ -986,29 +1009,87 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
986
1009
|
baseEl.classList.add(overlays.FOCUS_TRAP_DISABLE_CLASS);
|
|
987
1010
|
};
|
|
988
1011
|
/**
|
|
989
|
-
* Toggles the
|
|
990
|
-
*
|
|
1012
|
+
* Toggles the footer to an absolute position while moving to prevent
|
|
1013
|
+
* it from shaking while the sheet is being dragged.
|
|
1014
|
+
* @param newPosition Whether the footer is in a moving or stationary position.
|
|
991
1015
|
*/
|
|
992
|
-
const
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1016
|
+
const swapFooterPosition = (newPosition) => {
|
|
1017
|
+
if (!cachedFooterEls) {
|
|
1018
|
+
cachedFooterEls = Array.from(baseEl.querySelectorAll('ion-footer'));
|
|
1019
|
+
if (!cachedFooterEls.length) {
|
|
1020
|
+
return;
|
|
1021
|
+
}
|
|
996
1022
|
}
|
|
997
|
-
const clonedFooter = wrapperEl.nextElementSibling;
|
|
998
|
-
const footerToHide = footer === 'original' ? clonedFooter : originalFooter;
|
|
999
|
-
const footerToShow = footer === 'original' ? originalFooter : clonedFooter;
|
|
1000
|
-
footerToShow.style.removeProperty('display');
|
|
1001
|
-
footerToShow.removeAttribute('aria-hidden');
|
|
1002
1023
|
const page = baseEl.querySelector('.ion-page');
|
|
1003
|
-
|
|
1004
|
-
|
|
1024
|
+
currentFooterState = newPosition;
|
|
1025
|
+
if (newPosition === 'stationary') {
|
|
1026
|
+
cachedFooterEls.forEach((cachedFooterEl) => {
|
|
1027
|
+
// Reset positioning styles to allow normal document flow
|
|
1028
|
+
cachedFooterEl.classList.remove('modal-footer-moving');
|
|
1029
|
+
cachedFooterEl.style.removeProperty('position');
|
|
1030
|
+
cachedFooterEl.style.removeProperty('width');
|
|
1031
|
+
cachedFooterEl.style.removeProperty('height');
|
|
1032
|
+
cachedFooterEl.style.removeProperty('top');
|
|
1033
|
+
cachedFooterEl.style.removeProperty('left');
|
|
1034
|
+
page === null || page === void 0 ? void 0 : page.style.removeProperty('padding-bottom');
|
|
1035
|
+
// Move to page
|
|
1036
|
+
page === null || page === void 0 ? void 0 : page.appendChild(cachedFooterEl);
|
|
1037
|
+
});
|
|
1005
1038
|
}
|
|
1006
1039
|
else {
|
|
1007
|
-
|
|
1008
|
-
|
|
1040
|
+
let footerHeights = 0;
|
|
1041
|
+
cachedFooterEls.forEach((cachedFooterEl, index) => {
|
|
1042
|
+
// Get both the footer and document body positions
|
|
1043
|
+
const cachedFooterElRect = cachedFooterEl.getBoundingClientRect();
|
|
1044
|
+
const bodyRect = document.body.getBoundingClientRect();
|
|
1045
|
+
// Calculate the total height of all footers
|
|
1046
|
+
// so we can add padding to the page element
|
|
1047
|
+
footerHeights += cachedFooterEl.clientHeight;
|
|
1048
|
+
// Calculate absolute position relative to body
|
|
1049
|
+
// We need to subtract the body's offsetTop to get true position within document.body
|
|
1050
|
+
const absoluteTop = cachedFooterElRect.top - bodyRect.top;
|
|
1051
|
+
const absoluteLeft = cachedFooterElRect.left - bodyRect.left;
|
|
1052
|
+
// Capture the footer's current dimensions and store them in CSS variables for
|
|
1053
|
+
// later use when applying absolute positioning.
|
|
1054
|
+
cachedFooterEl.style.setProperty('--pinned-width', `${cachedFooterEl.clientWidth}px`);
|
|
1055
|
+
cachedFooterEl.style.setProperty('--pinned-height', `${cachedFooterEl.clientHeight}px`);
|
|
1056
|
+
cachedFooterEl.style.setProperty('--pinned-top', `${absoluteTop}px`);
|
|
1057
|
+
cachedFooterEl.style.setProperty('--pinned-left', `${absoluteLeft}px`);
|
|
1058
|
+
// Only cache the first footer's Y position
|
|
1059
|
+
// This is used to determine if the sheet has been moved below the footer
|
|
1060
|
+
// and needs to be swapped back to stationary so it collapses correctly.
|
|
1061
|
+
if (index === 0) {
|
|
1062
|
+
cachedFooterYPosition = absoluteTop;
|
|
1063
|
+
// If there's a header, we need to combine the header height with the footer position
|
|
1064
|
+
// because the header moves with the drag handle, so when it starts overlapping the footer,
|
|
1065
|
+
// we need to account for that.
|
|
1066
|
+
const header = baseEl.querySelector('ion-header');
|
|
1067
|
+
if (header) {
|
|
1068
|
+
cachedFooterYPosition -= header.clientHeight;
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
});
|
|
1072
|
+
// Apply the pinning of styles after we've calculated everything
|
|
1073
|
+
// so that we don't cause layouts to shift while calculating the footer positions.
|
|
1074
|
+
// Otherwise, with multiple footers we'll end up capturing the wrong positions.
|
|
1075
|
+
cachedFooterEls.forEach((cachedFooterEl) => {
|
|
1076
|
+
// Add padding to the parent element to prevent content from being hidden
|
|
1077
|
+
// when the footer is positioned absolutely. This has to be done before we
|
|
1078
|
+
// make the footer absolutely positioned or we may accidentally cause the
|
|
1079
|
+
// sheet to scroll.
|
|
1080
|
+
page === null || page === void 0 ? void 0 : page.style.setProperty('padding-bottom', `${footerHeights}px`);
|
|
1081
|
+
// Apply positioning styles to keep footer at bottom
|
|
1082
|
+
cachedFooterEl.classList.add('modal-footer-moving');
|
|
1083
|
+
// Apply our preserved styles to pin the footer
|
|
1084
|
+
cachedFooterEl.style.setProperty('position', 'absolute');
|
|
1085
|
+
cachedFooterEl.style.setProperty('width', 'var(--pinned-width)');
|
|
1086
|
+
cachedFooterEl.style.setProperty('height', 'var(--pinned-height)');
|
|
1087
|
+
cachedFooterEl.style.setProperty('top', 'var(--pinned-top)');
|
|
1088
|
+
cachedFooterEl.style.setProperty('left', 'var(--pinned-left)');
|
|
1089
|
+
// Move the element to the body when everything else is done
|
|
1090
|
+
document.body.appendChild(cachedFooterEl);
|
|
1091
|
+
});
|
|
1009
1092
|
}
|
|
1010
|
-
footerToHide.style.setProperty('display', 'none');
|
|
1011
|
-
footerToHide.setAttribute('aria-hidden', 'true');
|
|
1012
1093
|
};
|
|
1013
1094
|
/**
|
|
1014
1095
|
* After the entering animation completes,
|
|
@@ -1102,12 +1183,11 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1102
1183
|
}
|
|
1103
1184
|
/**
|
|
1104
1185
|
* If expandToScroll is disabled, we need to swap
|
|
1105
|
-
* the footer
|
|
1106
|
-
*
|
|
1107
|
-
* and doesn't stay on the screen after the modal is gone.
|
|
1186
|
+
* the footer position to moving so that it doesn't shake
|
|
1187
|
+
* while the sheet is being dragged.
|
|
1108
1188
|
*/
|
|
1109
1189
|
if (!expandToScroll) {
|
|
1110
|
-
|
|
1190
|
+
swapFooterPosition('moving');
|
|
1111
1191
|
}
|
|
1112
1192
|
/**
|
|
1113
1193
|
* If we are pulling down, then it is possible we are pulling on the content.
|
|
@@ -1126,6 +1206,21 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1126
1206
|
animation.progressStart(true, 1 - currentBreakpoint);
|
|
1127
1207
|
};
|
|
1128
1208
|
const onMove = (detail) => {
|
|
1209
|
+
/**
|
|
1210
|
+
* If `expandToScroll` is disabled, we need to see if we're currently below
|
|
1211
|
+
* the footer element and the footer is in a stationary position. If so,
|
|
1212
|
+
* we need to make the stationary the original position so that the footer
|
|
1213
|
+
* collapses with the sheet.
|
|
1214
|
+
*/
|
|
1215
|
+
if (!expandToScroll && cachedFooterYPosition !== null && currentFooterState !== null) {
|
|
1216
|
+
// Check if we need to swap the footer position
|
|
1217
|
+
if (detail.currentY >= cachedFooterYPosition && currentFooterState === 'moving') {
|
|
1218
|
+
swapFooterPosition('stationary');
|
|
1219
|
+
}
|
|
1220
|
+
else if (detail.currentY < cachedFooterYPosition && currentFooterState === 'stationary') {
|
|
1221
|
+
swapFooterPosition('moving');
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1129
1224
|
/**
|
|
1130
1225
|
* If `expandToScroll` is disabled, and an upwards swipe gesture is done within
|
|
1131
1226
|
* the scrollable content, we should not allow the swipe gesture to continue.
|
|
@@ -1185,6 +1280,14 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1185
1280
|
* is not scrolled to the top.
|
|
1186
1281
|
*/
|
|
1187
1282
|
if (!expandToScroll && detail.deltaY <= 0 && cachedScrollEl && cachedScrollEl.scrollTop > 0) {
|
|
1283
|
+
/**
|
|
1284
|
+
* If expand to scroll is disabled, we need to make sure we swap the footer position
|
|
1285
|
+
* back to stationary so that it will collapse correctly if the modal is dismissed without
|
|
1286
|
+
* dragging (e.g. through a dismiss button).
|
|
1287
|
+
* This can cause issues if the user has a modal with content that can be dragged, as we'll
|
|
1288
|
+
* swap to moving on drag and if we don't swap back here then the footer will get stuck.
|
|
1289
|
+
*/
|
|
1290
|
+
swapFooterPosition('stationary');
|
|
1188
1291
|
return;
|
|
1189
1292
|
}
|
|
1190
1293
|
/**
|
|
@@ -1259,14 +1362,6 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1259
1362
|
* snapping animation completes.
|
|
1260
1363
|
*/
|
|
1261
1364
|
gesture.enable(false);
|
|
1262
|
-
/**
|
|
1263
|
-
* If expandToScroll is disabled, we need to swap
|
|
1264
|
-
* the footer visibility to the cloned one so the footer
|
|
1265
|
-
* doesn't flicker when the sheet's height is animated.
|
|
1266
|
-
*/
|
|
1267
|
-
if (!expandToScroll && shouldRemainOpen) {
|
|
1268
|
-
swapFooterVisibility('cloned');
|
|
1269
|
-
}
|
|
1270
1365
|
if (shouldPreventDismiss) {
|
|
1271
1366
|
handleCanDismiss(baseEl, animation);
|
|
1272
1367
|
}
|
|
@@ -1283,10 +1378,28 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1283
1378
|
if (contentEl && (snapToBreakpoint === breakpoints[breakpoints.length - 1] || !expandToScroll)) {
|
|
1284
1379
|
contentEl.scrollY = true;
|
|
1285
1380
|
}
|
|
1381
|
+
/**
|
|
1382
|
+
* If expandToScroll is disabled and we're animating
|
|
1383
|
+
* to close the sheet, we need to swap
|
|
1384
|
+
* the footer position to stationary so that it
|
|
1385
|
+
* will collapse correctly. We cannot just always swap
|
|
1386
|
+
* here or it'll be jittery while animating movement.
|
|
1387
|
+
*/
|
|
1388
|
+
if (!expandToScroll && snapToBreakpoint === 0) {
|
|
1389
|
+
swapFooterPosition('stationary');
|
|
1390
|
+
}
|
|
1286
1391
|
return new Promise((resolve) => {
|
|
1287
1392
|
animation
|
|
1288
1393
|
.onFinish(() => {
|
|
1289
1394
|
if (shouldRemainOpen) {
|
|
1395
|
+
/**
|
|
1396
|
+
* If expandToScroll is disabled, we need to swap
|
|
1397
|
+
* the footer position to stationary so that it
|
|
1398
|
+
* will act as it would by default.
|
|
1399
|
+
*/
|
|
1400
|
+
if (!expandToScroll) {
|
|
1401
|
+
swapFooterPosition('stationary');
|
|
1402
|
+
}
|
|
1290
1403
|
/**
|
|
1291
1404
|
* Once the snapping animation completes,
|
|
1292
1405
|
* we need to reset the animation to go
|
|
@@ -1351,11 +1464,9 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1351
1464
|
};
|
|
1352
1465
|
};
|
|
1353
1466
|
|
|
1354
|
-
const modalIosCss = ":host{--width:100%;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--overflow:hidden;--border-radius:0;--border-width:0;--border-style:none;--border-color:transparent;--background:var(--ion-background-color, #fff);--box-shadow:none;--backdrop-opacity:0;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);contain:strict}.modal-wrapper,ion-backdrop{pointer-events:auto}:host(.overlay-hidden){display:none}.modal-wrapper,.modal-shadow{border-radius:var(--border-radius);width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:var(--overflow);z-index:10}.modal-shadow{position:absolute;background:transparent}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--width:600px;--height:500px;--ion-safe-area-top:0px;--ion-safe-area-bottom:0px;--ion-safe-area-right:0px;--ion-safe-area-left:0px}}@media only screen and (min-width: 768px) and (min-height: 768px){:host{--width:600px;--height:600px}}.modal-handle{left:0px;right:0px;top:5px;border-radius:8px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;position:absolute;width:36px;height:5px;-webkit-transform:translateZ(0);transform:translateZ(0);border:0;background:var(--ion-color-step-350, var(--ion-background-color-step-350, #c0c0be));cursor:pointer;z-index:11}.modal-handle::before{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;position:absolute;width:36px;height:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:\"\"}:host(.modal-sheet){--height:calc(100% - (var(--ion-safe-area-top) + 10px))}:host(.modal-sheet) .modal-wrapper,:host(.modal-sheet) .modal-shadow{position:absolute;bottom:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer{position:absolute;bottom:0;width:var(--width)}:host{--backdrop-opacity:var(--ion-backdrop-opacity, 0.4)}:host(.modal-card),:host(.modal-sheet){--border-radius:10px}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--border-radius:10px}}.modal-wrapper{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}@media screen and (max-width: 767px){@supports (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - max(30px, var(--ion-safe-area-top)) - 10px)}}@supports not (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - 40px)}}:host(.modal-card) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}:host(.modal-card){--backdrop-opacity:0;--width:100%;-ms-flex-align:end;align-items:flex-end}:host(.modal-card) .modal-shadow{display:none}:host(.modal-card) ion-backdrop{pointer-events:none}}@media screen and (min-width: 768px){:host(.modal-card){--width:calc(100% - 120px);--height:calc(100% - (120px + var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));--max-width:720px;--max-height:1000px;--backdrop-opacity:0;--box-shadow:0px 0px 30px 10px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}:host(.modal-card) .modal-wrapper{-webkit-box-shadow:none;box-shadow:none}:host(.modal-card) .modal-shadow{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}}:host(.modal-sheet) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}
|
|
1355
|
-
const IonModalIosStyle0 = modalIosCss;
|
|
1467
|
+
const modalIosCss = ":host{--width:100%;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--overflow:hidden;--border-radius:0;--border-width:0;--border-style:none;--border-color:transparent;--background:var(--ion-background-color, #fff);--box-shadow:none;--backdrop-opacity:0;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);contain:strict}.modal-wrapper,ion-backdrop{pointer-events:auto}:host(.overlay-hidden){display:none}.modal-wrapper,.modal-shadow{border-radius:var(--border-radius);width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:var(--overflow);z-index:10}.modal-shadow{position:absolute;background:transparent}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--width:600px;--height:500px;--ion-safe-area-top:0px;--ion-safe-area-bottom:0px;--ion-safe-area-right:0px;--ion-safe-area-left:0px}}@media only screen and (min-width: 768px) and (min-height: 768px){:host{--width:600px;--height:600px}}.modal-handle{left:0px;right:0px;top:5px;border-radius:8px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;position:absolute;width:36px;height:5px;-webkit-transform:translateZ(0);transform:translateZ(0);border:0;background:var(--ion-color-step-350, var(--ion-background-color-step-350, #c0c0be));cursor:pointer;z-index:11}.modal-handle::before{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;position:absolute;width:36px;height:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:\"\"}:host(.modal-sheet){--height:calc(100% - (var(--ion-safe-area-top) + 10px))}:host(.modal-sheet) .modal-wrapper,:host(.modal-sheet) .modal-shadow{position:absolute;bottom:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer{position:absolute;bottom:0;width:var(--width)}:host{--backdrop-opacity:var(--ion-backdrop-opacity, 0.4)}:host(.modal-card),:host(.modal-sheet){--border-radius:10px}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--border-radius:10px}}.modal-wrapper{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}@media screen and (max-width: 767px){@supports (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - max(30px, var(--ion-safe-area-top)) - 10px)}}@supports not (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - 40px)}}:host(.modal-card) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}:host(.modal-card){--backdrop-opacity:0;--width:100%;-ms-flex-align:end;align-items:flex-end}:host(.modal-card) .modal-shadow{display:none}:host(.modal-card) ion-backdrop{pointer-events:none}}@media screen and (min-width: 768px){:host(.modal-card){--width:calc(100% - 120px);--height:calc(100% - (120px + var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));--max-width:720px;--max-height:1000px;--backdrop-opacity:0;--box-shadow:0px 0px 30px 10px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}:host(.modal-card) .modal-wrapper{-webkit-box-shadow:none;box-shadow:none}:host(.modal-card) .modal-shadow{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}}:host(.modal-sheet) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}";
|
|
1356
1468
|
|
|
1357
1469
|
const modalMdCss = ":host{--width:100%;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--overflow:hidden;--border-radius:0;--border-width:0;--border-style:none;--border-color:transparent;--background:var(--ion-background-color, #fff);--box-shadow:none;--backdrop-opacity:0;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);contain:strict}.modal-wrapper,ion-backdrop{pointer-events:auto}:host(.overlay-hidden){display:none}.modal-wrapper,.modal-shadow{border-radius:var(--border-radius);width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:var(--overflow);z-index:10}.modal-shadow{position:absolute;background:transparent}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--width:600px;--height:500px;--ion-safe-area-top:0px;--ion-safe-area-bottom:0px;--ion-safe-area-right:0px;--ion-safe-area-left:0px}}@media only screen and (min-width: 768px) and (min-height: 768px){:host{--width:600px;--height:600px}}.modal-handle{left:0px;right:0px;top:5px;border-radius:8px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;position:absolute;width:36px;height:5px;-webkit-transform:translateZ(0);transform:translateZ(0);border:0;background:var(--ion-color-step-350, var(--ion-background-color-step-350, #c0c0be));cursor:pointer;z-index:11}.modal-handle::before{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;position:absolute;width:36px;height:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:\"\"}:host(.modal-sheet){--height:calc(100% - (var(--ion-safe-area-top) + 10px))}:host(.modal-sheet) .modal-wrapper,:host(.modal-sheet) .modal-shadow{position:absolute;bottom:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer{position:absolute;bottom:0;width:var(--width)}:host{--backdrop-opacity:var(--ion-backdrop-opacity, 0.32)}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--border-radius:2px;--box-shadow:0 28px 48px rgba(0, 0, 0, 0.4)}}.modal-wrapper{-webkit-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0);opacity:0.01}";
|
|
1358
|
-
const IonModalMdStyle0 = modalMdCss;
|
|
1359
1470
|
|
|
1360
1471
|
const Modal = class {
|
|
1361
1472
|
constructor(hostRef) {
|
|
@@ -1378,6 +1489,112 @@ const Modal = class {
|
|
|
1378
1489
|
this.inline = false;
|
|
1379
1490
|
// Whether or not modal is being dismissed via gesture
|
|
1380
1491
|
this.gestureAnimationDismissing = false;
|
|
1492
|
+
this.presented = false;
|
|
1493
|
+
/** @internal */
|
|
1494
|
+
this.hasController = false;
|
|
1495
|
+
/**
|
|
1496
|
+
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
1497
|
+
*/
|
|
1498
|
+
this.keyboardClose = true;
|
|
1499
|
+
/**
|
|
1500
|
+
* Controls whether scrolling or dragging within the sheet modal expands
|
|
1501
|
+
* it to a larger breakpoint. This only takes effect when `breakpoints`
|
|
1502
|
+
* and `initialBreakpoint` are set.
|
|
1503
|
+
*
|
|
1504
|
+
* If `true`, scrolling or dragging anywhere in the modal will first expand
|
|
1505
|
+
* it to the next breakpoint. Once fully expanded, scrolling will affect the
|
|
1506
|
+
* content.
|
|
1507
|
+
* If `false`, scrolling will always affect the content. The modal will
|
|
1508
|
+
* only expand when dragging the header or handle. The modal will close when
|
|
1509
|
+
* dragging the header or handle. It can also be closed when dragging the
|
|
1510
|
+
* content, but only if the content is scrolled to the top.
|
|
1511
|
+
*/
|
|
1512
|
+
this.expandToScroll = true;
|
|
1513
|
+
/**
|
|
1514
|
+
* A decimal value between 0 and 1 that indicates the
|
|
1515
|
+
* point after which the backdrop will begin to fade in
|
|
1516
|
+
* when using a sheet modal. Prior to this point, the
|
|
1517
|
+
* backdrop will be hidden and the content underneath
|
|
1518
|
+
* the sheet can be interacted with. This value is exclusive
|
|
1519
|
+
* meaning the backdrop will become active after the value
|
|
1520
|
+
* specified.
|
|
1521
|
+
*/
|
|
1522
|
+
this.backdropBreakpoint = 0;
|
|
1523
|
+
/**
|
|
1524
|
+
* The interaction behavior for the sheet modal when the handle is pressed.
|
|
1525
|
+
*
|
|
1526
|
+
* Defaults to `"none"`, which means the modal will not change size or position when the handle is pressed.
|
|
1527
|
+
* Set to `"cycle"` to let the modal cycle between available breakpoints when pressed.
|
|
1528
|
+
*
|
|
1529
|
+
* Handle behavior is unavailable when the `handle` property is set to `false` or
|
|
1530
|
+
* when the `breakpoints` property is not set (using a fullscreen or card modal).
|
|
1531
|
+
*/
|
|
1532
|
+
this.handleBehavior = 'none';
|
|
1533
|
+
/**
|
|
1534
|
+
* If `true`, the modal will be dismissed when the backdrop is clicked.
|
|
1535
|
+
*/
|
|
1536
|
+
this.backdropDismiss = true;
|
|
1537
|
+
/**
|
|
1538
|
+
* If `true`, a backdrop will be displayed behind the modal.
|
|
1539
|
+
* This property controls whether or not the backdrop
|
|
1540
|
+
* darkens the screen when the modal is presented.
|
|
1541
|
+
* It does not control whether or not the backdrop
|
|
1542
|
+
* is active or present in the DOM.
|
|
1543
|
+
*/
|
|
1544
|
+
this.showBackdrop = true;
|
|
1545
|
+
/**
|
|
1546
|
+
* If `true`, the modal will animate.
|
|
1547
|
+
*/
|
|
1548
|
+
this.animated = true;
|
|
1549
|
+
/**
|
|
1550
|
+
* If `true`, the modal will open. If `false`, the modal will close.
|
|
1551
|
+
* Use this if you need finer grained control over presentation, otherwise
|
|
1552
|
+
* just use the modalController or the `trigger` property.
|
|
1553
|
+
* Note: `isOpen` will not automatically be set back to `false` when
|
|
1554
|
+
* the modal dismisses. You will need to do that in your code.
|
|
1555
|
+
*/
|
|
1556
|
+
this.isOpen = false;
|
|
1557
|
+
/**
|
|
1558
|
+
* If `true`, the component passed into `ion-modal` will
|
|
1559
|
+
* automatically be mounted when the modal is created. The
|
|
1560
|
+
* component will remain mounted even when the modal is dismissed.
|
|
1561
|
+
* However, the component will be destroyed when the modal is
|
|
1562
|
+
* destroyed. This property is not reactive and should only be
|
|
1563
|
+
* used when initially creating a modal.
|
|
1564
|
+
*
|
|
1565
|
+
* Note: This feature only applies to inline modals in JavaScript
|
|
1566
|
+
* frameworks such as Angular, React, and Vue.
|
|
1567
|
+
*/
|
|
1568
|
+
this.keepContentsMounted = false;
|
|
1569
|
+
/**
|
|
1570
|
+
* If `true`, focus will not be allowed to move outside of this overlay.
|
|
1571
|
+
* If `false`, focus will be allowed to move outside of the overlay.
|
|
1572
|
+
*
|
|
1573
|
+
* In most scenarios this property should remain set to `true`. Setting
|
|
1574
|
+
* this property to `false` can cause severe accessibility issues as users
|
|
1575
|
+
* relying on assistive technologies may be able to move focus into
|
|
1576
|
+
* a confusing state. We recommend only setting this to `false` when
|
|
1577
|
+
* absolutely necessary.
|
|
1578
|
+
*
|
|
1579
|
+
* Developers may want to consider disabling focus trapping if this
|
|
1580
|
+
* overlay presents a non-Ionic overlay from a 3rd party library.
|
|
1581
|
+
* Developers would disable focus trapping on the Ionic overlay
|
|
1582
|
+
* when presenting the 3rd party overlay and then re-enable
|
|
1583
|
+
* focus trapping when dismissing the 3rd party overlay and moving
|
|
1584
|
+
* focus back to the Ionic overlay.
|
|
1585
|
+
*/
|
|
1586
|
+
this.focusTrap = true;
|
|
1587
|
+
/**
|
|
1588
|
+
* Determines whether or not a modal can dismiss
|
|
1589
|
+
* when calling the `dismiss` method.
|
|
1590
|
+
*
|
|
1591
|
+
* If the value is `true` or the value's function returns `true`, the modal will close when trying to dismiss.
|
|
1592
|
+
* If the value is `false` or the value's function returns `false`, the modal will not close when trying to dismiss.
|
|
1593
|
+
*
|
|
1594
|
+
* See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this
|
|
1595
|
+
* if you need to access `this` from within the callback.
|
|
1596
|
+
*/
|
|
1597
|
+
this.canDismiss = true;
|
|
1381
1598
|
this.onHandleClick = () => {
|
|
1382
1599
|
const { sheetTransition, handleBehavior } = this;
|
|
1383
1600
|
if (handleBehavior !== 'cycle' || sheetTransition !== undefined) {
|
|
@@ -1415,32 +1632,37 @@ const Modal = class {
|
|
|
1415
1632
|
el.dispatchEvent(ev);
|
|
1416
1633
|
}
|
|
1417
1634
|
};
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
this.
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
this.
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1635
|
+
/**
|
|
1636
|
+
* When the modal receives focus directly, pass focus to the handle
|
|
1637
|
+
* if it exists and is focusable, otherwise let the focus trap handle it.
|
|
1638
|
+
*/
|
|
1639
|
+
this.onModalFocus = (ev) => {
|
|
1640
|
+
const { dragHandleEl, el } = this;
|
|
1641
|
+
// Only handle focus if the modal itself was focused (not a child element)
|
|
1642
|
+
if (ev.target === el && dragHandleEl && dragHandleEl.tabIndex !== -1) {
|
|
1643
|
+
dragHandleEl.focus();
|
|
1644
|
+
}
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* When the slot changes, we need to find all the modals in the slot
|
|
1648
|
+
* and set the data-parent-ion-modal attribute on them so we can find them
|
|
1649
|
+
* and dismiss them when we get dismissed.
|
|
1650
|
+
* We need to do it this way because when a modal is opened, it's moved to
|
|
1651
|
+
* the end of the body and is no longer an actual child of the modal.
|
|
1652
|
+
*/
|
|
1653
|
+
this.onSlotChange = ({ target }) => {
|
|
1654
|
+
const slot = target;
|
|
1655
|
+
slot.assignedElements().forEach((el) => {
|
|
1656
|
+
el.querySelectorAll('ion-modal').forEach((childModal) => {
|
|
1657
|
+
// We don't need to write to the DOM if the modal is already tagged
|
|
1658
|
+
// If this is a deeply nested modal, this effect should cascade so we don't
|
|
1659
|
+
// need to worry about another modal claiming the same child.
|
|
1660
|
+
if (childModal.getAttribute('data-parent-ion-modal') === null) {
|
|
1661
|
+
childModal.setAttribute('data-parent-ion-modal', this.el.id);
|
|
1662
|
+
}
|
|
1663
|
+
});
|
|
1664
|
+
});
|
|
1665
|
+
};
|
|
1444
1666
|
}
|
|
1445
1667
|
onIsOpenChange(newValue, oldValue) {
|
|
1446
1668
|
if (newValue === true && oldValue === false) {
|
|
@@ -1456,6 +1678,16 @@ const Modal = class {
|
|
|
1456
1678
|
triggerController.addClickListener(el, trigger);
|
|
1457
1679
|
}
|
|
1458
1680
|
}
|
|
1681
|
+
onWindowResize() {
|
|
1682
|
+
// Only handle resize for iOS card modals when no custom animations are provided
|
|
1683
|
+
if (ionicGlobal.getIonMode(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
|
|
1684
|
+
return;
|
|
1685
|
+
}
|
|
1686
|
+
clearTimeout(this.resizeTimeout);
|
|
1687
|
+
this.resizeTimeout = setTimeout(() => {
|
|
1688
|
+
this.handleViewTransition();
|
|
1689
|
+
}, 50); // Debounce to avoid excessive calls during active resizing
|
|
1690
|
+
}
|
|
1459
1691
|
breakpointsChanged(breakpoints) {
|
|
1460
1692
|
if (breakpoints !== undefined) {
|
|
1461
1693
|
this.sortedBreakpoints = breakpoints.sort((a, b) => a - b);
|
|
@@ -1468,6 +1700,8 @@ const Modal = class {
|
|
|
1468
1700
|
}
|
|
1469
1701
|
disconnectedCallback() {
|
|
1470
1702
|
this.triggerController.removeClickListener();
|
|
1703
|
+
this.cleanupViewTransitionListener();
|
|
1704
|
+
this.cleanupParentRemovalObserver();
|
|
1471
1705
|
}
|
|
1472
1706
|
componentWillLoad() {
|
|
1473
1707
|
var _a;
|
|
@@ -1475,6 +1709,10 @@ const Modal = class {
|
|
|
1475
1709
|
const isSheetModal = (this.isSheetModal = breakpoints !== undefined && initialBreakpoint !== undefined);
|
|
1476
1710
|
const attributesToInherit = ['aria-label', 'role'];
|
|
1477
1711
|
this.inheritedAttributes = helpers.inheritAttributes(el, attributesToInherit);
|
|
1712
|
+
// Cache original parent before modal gets moved to body during presentation
|
|
1713
|
+
if (el.parentNode) {
|
|
1714
|
+
this.cachedOriginalParent = el.parentNode;
|
|
1715
|
+
}
|
|
1478
1716
|
/**
|
|
1479
1717
|
* When using a controller modal you can set attributes
|
|
1480
1718
|
* using the htmlAttributes property. Since the above attributes
|
|
@@ -1510,7 +1748,7 @@ const Modal = class {
|
|
|
1510
1748
|
this.currentBreakpoint = this.initialBreakpoint;
|
|
1511
1749
|
}
|
|
1512
1750
|
if (breakpoints !== undefined && initialBreakpoint !== undefined && !breakpoints.includes(initialBreakpoint)) {
|
|
1513
|
-
index$
|
|
1751
|
+
index$3.printIonWarning('[ion-modal] - Your breakpoints array must include the initialBreakpoint value.');
|
|
1514
1752
|
}
|
|
1515
1753
|
if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
1516
1754
|
overlays.setOverlayId(this.el);
|
|
@@ -1610,7 +1848,7 @@ const Modal = class {
|
|
|
1610
1848
|
* get the transition incorrect.
|
|
1611
1849
|
*/
|
|
1612
1850
|
if (helpers.hasLazyBuild(el)) {
|
|
1613
|
-
await index$
|
|
1851
|
+
await index$4.deepReady(this.usersElement);
|
|
1614
1852
|
/**
|
|
1615
1853
|
* If keepContentsMounted="true" then the
|
|
1616
1854
|
* JS Framework has already mounted the inner
|
|
@@ -1621,7 +1859,7 @@ const Modal = class {
|
|
|
1621
1859
|
*/
|
|
1622
1860
|
}
|
|
1623
1861
|
else if (!this.keepContentsMounted) {
|
|
1624
|
-
await index$
|
|
1862
|
+
await index$4.waitForMount();
|
|
1625
1863
|
}
|
|
1626
1864
|
index$3.writeTask(() => this.el.classList.add('show-modal'));
|
|
1627
1865
|
const hasCardModal = presentingElement !== undefined;
|
|
@@ -1678,6 +1916,10 @@ const Modal = class {
|
|
|
1678
1916
|
else if (hasCardModal) {
|
|
1679
1917
|
this.initSwipeToClose();
|
|
1680
1918
|
}
|
|
1919
|
+
// Initialize view transition listener for iOS card modals
|
|
1920
|
+
this.initViewTransitionListener();
|
|
1921
|
+
// Initialize parent removal observer
|
|
1922
|
+
this.initParentRemovalObserver();
|
|
1681
1923
|
unlock();
|
|
1682
1924
|
}
|
|
1683
1925
|
initSwipeToClose() {
|
|
@@ -1689,7 +1931,7 @@ const Modal = class {
|
|
|
1689
1931
|
// All of the elements needed for the swipe gesture
|
|
1690
1932
|
// should be in the DOM and referenced by now, except
|
|
1691
1933
|
// for the presenting el
|
|
1692
|
-
const animationBuilder = this.leaveAnimation || index$
|
|
1934
|
+
const animationBuilder = this.leaveAnimation || index$3.config.get('modalLeave', iosLeaveAnimation);
|
|
1693
1935
|
const ani = (this.animation = animationBuilder(el, {
|
|
1694
1936
|
presentingEl: this.presentingElement,
|
|
1695
1937
|
expandToScroll: this.expandToScroll,
|
|
@@ -1733,7 +1975,7 @@ const Modal = class {
|
|
|
1733
1975
|
if (!wrapperEl || initialBreakpoint === undefined) {
|
|
1734
1976
|
return;
|
|
1735
1977
|
}
|
|
1736
|
-
const animationBuilder = this.enterAnimation || index$
|
|
1978
|
+
const animationBuilder = this.enterAnimation || index$3.config.get('modalEnter', iosEnterAnimation);
|
|
1737
1979
|
const ani = (this.animation = animationBuilder(this.el, {
|
|
1738
1980
|
presentingEl: this.presentingElement,
|
|
1739
1981
|
currentBreakpoint: initialBreakpoint,
|
|
@@ -1772,13 +2014,13 @@ const Modal = class {
|
|
|
1772
2014
|
}
|
|
1773
2015
|
/**
|
|
1774
2016
|
* Dismiss the modal overlay after it has been presented.
|
|
1775
|
-
*
|
|
1776
|
-
* @param data Any data to emit in the dismiss events.
|
|
1777
|
-
* @param role The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'.
|
|
1778
|
-
*
|
|
1779
2017
|
* This is a no-op if the overlay has not been presented yet. If you want
|
|
1780
2018
|
* to remove an overlay from the DOM that was never presented, use the
|
|
1781
2019
|
* [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.
|
|
2020
|
+
*
|
|
2021
|
+
* @param data Any data to emit in the dismiss events.
|
|
2022
|
+
* @param role The role of the element that is dismissing the modal.
|
|
2023
|
+
* For example, `cancel` or `backdrop`.
|
|
1782
2024
|
*/
|
|
1783
2025
|
async dismiss(data, role) {
|
|
1784
2026
|
var _a;
|
|
@@ -1791,6 +2033,12 @@ const Modal = class {
|
|
|
1791
2033
|
* in case the dismiss transition does run.
|
|
1792
2034
|
*/
|
|
1793
2035
|
const unlock = await this.lockController.lock();
|
|
2036
|
+
/**
|
|
2037
|
+
* Dismiss all child modals. This is especially important in
|
|
2038
|
+
* Angular and React because it's possible to lose control of a child
|
|
2039
|
+
* modal when the parent modal is dismissed.
|
|
2040
|
+
*/
|
|
2041
|
+
await this.dismissNestedModals();
|
|
1794
2042
|
/**
|
|
1795
2043
|
* If a canDismiss handler is responsible
|
|
1796
2044
|
* for calling the dismiss method, we should
|
|
@@ -1831,6 +2079,8 @@ const Modal = class {
|
|
|
1831
2079
|
if (this.gesture) {
|
|
1832
2080
|
this.gesture.destroy();
|
|
1833
2081
|
}
|
|
2082
|
+
this.cleanupViewTransitionListener();
|
|
2083
|
+
this.cleanupParentRemovalObserver();
|
|
1834
2084
|
}
|
|
1835
2085
|
this.currentBreakpoint = undefined;
|
|
1836
2086
|
this.animation = undefined;
|
|
@@ -1850,16 +2100,18 @@ const Modal = class {
|
|
|
1850
2100
|
return overlays.eventMethod(this.el, 'ionModalWillDismiss');
|
|
1851
2101
|
}
|
|
1852
2102
|
/**
|
|
1853
|
-
* Move a sheet style modal to a specific breakpoint.
|
|
1854
|
-
*
|
|
2103
|
+
* Move a sheet style modal to a specific breakpoint.
|
|
2104
|
+
*
|
|
2105
|
+
* @param breakpoint The breakpoint value to move the sheet modal to.
|
|
2106
|
+
* Must be a value defined in your `breakpoints` array.
|
|
1855
2107
|
*/
|
|
1856
2108
|
async setCurrentBreakpoint(breakpoint) {
|
|
1857
2109
|
if (!this.isSheetModal) {
|
|
1858
|
-
index$
|
|
2110
|
+
index$3.printIonWarning('[ion-modal] - setCurrentBreakpoint is only supported on sheet modals.');
|
|
1859
2111
|
return;
|
|
1860
2112
|
}
|
|
1861
2113
|
if (!this.breakpoints.includes(breakpoint)) {
|
|
1862
|
-
index$
|
|
2114
|
+
index$3.printIonWarning(`[ion-modal] - Attempted to set invalid breakpoint value ${breakpoint}. Please double check that the breakpoint value is part of your defined breakpoints.`);
|
|
1863
2115
|
return;
|
|
1864
2116
|
}
|
|
1865
2117
|
const { currentBreakpoint, moveSheetToBreakpoint, canDismiss, breakpoints, animated } = this;
|
|
@@ -1904,24 +2156,182 @@ const Modal = class {
|
|
|
1904
2156
|
await this.setCurrentBreakpoint(nextBreakpoint);
|
|
1905
2157
|
return true;
|
|
1906
2158
|
}
|
|
2159
|
+
initViewTransitionListener() {
|
|
2160
|
+
// Only enable for iOS card modals when no custom animations are provided
|
|
2161
|
+
if (ionicGlobal.getIonMode(this) !== 'ios' || !this.presentingElement || this.enterAnimation || this.leaveAnimation) {
|
|
2162
|
+
return;
|
|
2163
|
+
}
|
|
2164
|
+
// Set initial view state
|
|
2165
|
+
this.currentViewIsPortrait = window.innerWidth < 768;
|
|
2166
|
+
}
|
|
2167
|
+
handleViewTransition() {
|
|
2168
|
+
const isPortrait = window.innerWidth < 768;
|
|
2169
|
+
// Only transition if view state actually changed
|
|
2170
|
+
if (this.currentViewIsPortrait === isPortrait) {
|
|
2171
|
+
return;
|
|
2172
|
+
}
|
|
2173
|
+
// Cancel any ongoing transition animation
|
|
2174
|
+
if (this.viewTransitionAnimation) {
|
|
2175
|
+
this.viewTransitionAnimation.destroy();
|
|
2176
|
+
this.viewTransitionAnimation = undefined;
|
|
2177
|
+
}
|
|
2178
|
+
const { presentingElement } = this;
|
|
2179
|
+
if (!presentingElement) {
|
|
2180
|
+
return;
|
|
2181
|
+
}
|
|
2182
|
+
// Create transition animation
|
|
2183
|
+
let transitionAnimation;
|
|
2184
|
+
if (this.currentViewIsPortrait && !isPortrait) {
|
|
2185
|
+
// Portrait to landscape transition
|
|
2186
|
+
transitionAnimation = portraitToLandscapeTransition(this.el, {
|
|
2187
|
+
presentingEl: presentingElement});
|
|
2188
|
+
}
|
|
2189
|
+
else {
|
|
2190
|
+
// Landscape to portrait transition
|
|
2191
|
+
transitionAnimation = landscapeToPortraitTransition(this.el, {
|
|
2192
|
+
presentingEl: presentingElement});
|
|
2193
|
+
}
|
|
2194
|
+
// Update state and play animation
|
|
2195
|
+
this.currentViewIsPortrait = isPortrait;
|
|
2196
|
+
this.viewTransitionAnimation = transitionAnimation;
|
|
2197
|
+
transitionAnimation.play().then(() => {
|
|
2198
|
+
this.viewTransitionAnimation = undefined;
|
|
2199
|
+
// After orientation transition, recreate the swipe-to-close gesture
|
|
2200
|
+
// with updated animation that reflects the new presenting element state
|
|
2201
|
+
this.reinitSwipeToClose();
|
|
2202
|
+
});
|
|
2203
|
+
}
|
|
2204
|
+
cleanupViewTransitionListener() {
|
|
2205
|
+
// Clear any pending resize timeout
|
|
2206
|
+
if (this.resizeTimeout) {
|
|
2207
|
+
clearTimeout(this.resizeTimeout);
|
|
2208
|
+
this.resizeTimeout = undefined;
|
|
2209
|
+
}
|
|
2210
|
+
if (this.viewTransitionAnimation) {
|
|
2211
|
+
this.viewTransitionAnimation.destroy();
|
|
2212
|
+
this.viewTransitionAnimation = undefined;
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
reinitSwipeToClose() {
|
|
2216
|
+
// Only reinitialize if we have a presenting element and are on iOS
|
|
2217
|
+
if (ionicGlobal.getIonMode(this) !== 'ios' || !this.presentingElement) {
|
|
2218
|
+
return;
|
|
2219
|
+
}
|
|
2220
|
+
// Clean up existing gesture and animation
|
|
2221
|
+
if (this.gesture) {
|
|
2222
|
+
this.gesture.destroy();
|
|
2223
|
+
this.gesture = undefined;
|
|
2224
|
+
}
|
|
2225
|
+
if (this.animation) {
|
|
2226
|
+
// Properly end the progress-based animation at initial state before destroying
|
|
2227
|
+
// to avoid leaving modal in intermediate swipe position
|
|
2228
|
+
this.animation.progressEnd(0, 0, 0);
|
|
2229
|
+
this.animation.destroy();
|
|
2230
|
+
this.animation = undefined;
|
|
2231
|
+
}
|
|
2232
|
+
// Force the modal back to the correct position or it could end up
|
|
2233
|
+
// in a weird state after destroying the animation
|
|
2234
|
+
helpers.raf(() => {
|
|
2235
|
+
this.ensureCorrectModalPosition();
|
|
2236
|
+
this.initSwipeToClose();
|
|
2237
|
+
});
|
|
2238
|
+
}
|
|
2239
|
+
ensureCorrectModalPosition() {
|
|
2240
|
+
const { el, presentingElement } = this;
|
|
2241
|
+
const root = helpers.getElementRoot(el);
|
|
2242
|
+
const wrapperEl = root.querySelector('.modal-wrapper');
|
|
2243
|
+
if (wrapperEl) {
|
|
2244
|
+
wrapperEl.style.transform = 'translateY(0vh)';
|
|
2245
|
+
wrapperEl.style.opacity = '1';
|
|
2246
|
+
}
|
|
2247
|
+
if ((presentingElement === null || presentingElement === void 0 ? void 0 : presentingElement.tagName) === 'ION-MODAL') {
|
|
2248
|
+
const isPortrait = window.innerWidth < 768;
|
|
2249
|
+
if (isPortrait) {
|
|
2250
|
+
const transformOffset = !CSS.supports('width', 'max(0px, 1px)')
|
|
2251
|
+
? '30px'
|
|
2252
|
+
: 'max(30px, var(--ion-safe-area-top))';
|
|
2253
|
+
const scale = SwipeToCloseDefaults.MIN_PRESENTING_SCALE;
|
|
2254
|
+
presentingElement.style.transform = `translateY(${transformOffset}) scale(${scale})`;
|
|
2255
|
+
}
|
|
2256
|
+
else {
|
|
2257
|
+
presentingElement.style.transform = 'translateY(0px) scale(1)';
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
async dismissNestedModals() {
|
|
2262
|
+
const nestedModals = document.querySelectorAll(`ion-modal[data-parent-ion-modal="${this.el.id}"]`);
|
|
2263
|
+
nestedModals === null || nestedModals === void 0 ? void 0 : nestedModals.forEach(async (modal) => {
|
|
2264
|
+
await modal.dismiss(undefined, 'parent-dismissed');
|
|
2265
|
+
});
|
|
2266
|
+
}
|
|
2267
|
+
initParentRemovalObserver() {
|
|
2268
|
+
if (typeof MutationObserver === 'undefined') {
|
|
2269
|
+
return;
|
|
2270
|
+
}
|
|
2271
|
+
// Only observe if we have a cached parent and are in browser environment
|
|
2272
|
+
if (typeof window === 'undefined' || !this.cachedOriginalParent) {
|
|
2273
|
+
return;
|
|
2274
|
+
}
|
|
2275
|
+
// Don't observe document or fragment nodes as they can't be "removed"
|
|
2276
|
+
if (this.cachedOriginalParent.nodeType === Node.DOCUMENT_NODE ||
|
|
2277
|
+
this.cachedOriginalParent.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
|
|
2278
|
+
return;
|
|
2279
|
+
}
|
|
2280
|
+
this.parentRemovalObserver = new MutationObserver((mutations) => {
|
|
2281
|
+
mutations.forEach((mutation) => {
|
|
2282
|
+
if (mutation.type === 'childList' && mutation.removedNodes.length > 0) {
|
|
2283
|
+
// Check if our cached original parent was removed
|
|
2284
|
+
const cachedParentWasRemoved = Array.from(mutation.removedNodes).some((node) => {
|
|
2285
|
+
var _a, _b;
|
|
2286
|
+
const isDirectMatch = node === this.cachedOriginalParent;
|
|
2287
|
+
const isContainedMatch = this.cachedOriginalParent
|
|
2288
|
+
? (_b = (_a = node).contains) === null || _b === void 0 ? void 0 : _b.call(_a, this.cachedOriginalParent)
|
|
2289
|
+
: false;
|
|
2290
|
+
return isDirectMatch || isContainedMatch;
|
|
2291
|
+
});
|
|
2292
|
+
// Also check if parent is no longer connected to DOM
|
|
2293
|
+
const cachedParentDisconnected = this.cachedOriginalParent && !this.cachedOriginalParent.isConnected;
|
|
2294
|
+
if (cachedParentWasRemoved || cachedParentDisconnected) {
|
|
2295
|
+
this.dismiss(undefined, 'parent-removed');
|
|
2296
|
+
// Release the reference to the cached original parent
|
|
2297
|
+
// so we don't have a memory leak
|
|
2298
|
+
this.cachedOriginalParent = undefined;
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
});
|
|
2302
|
+
});
|
|
2303
|
+
// Observe document body with subtree to catch removals at any level
|
|
2304
|
+
this.parentRemovalObserver.observe(document.body, {
|
|
2305
|
+
childList: true,
|
|
2306
|
+
subtree: true,
|
|
2307
|
+
});
|
|
2308
|
+
}
|
|
2309
|
+
cleanupParentRemovalObserver() {
|
|
2310
|
+
var _a;
|
|
2311
|
+
(_a = this.parentRemovalObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
2312
|
+
this.parentRemovalObserver = undefined;
|
|
2313
|
+
}
|
|
1907
2314
|
render() {
|
|
1908
2315
|
const { handle, isSheetModal, presentingElement, htmlAttributes, handleBehavior, inheritedAttributes, focusTrap, expandToScroll, } = this;
|
|
1909
2316
|
const showHandle = handle !== false && isSheetModal;
|
|
1910
2317
|
const mode = ionicGlobal.getIonMode(this);
|
|
1911
2318
|
const isCardModal = presentingElement !== undefined && mode === 'ios';
|
|
1912
2319
|
const isHandleCycle = handleBehavior === 'cycle';
|
|
1913
|
-
|
|
2320
|
+
const isSheetModalWithHandle = isSheetModal && showHandle;
|
|
2321
|
+
return (index$3.h(index$3.Host, Object.assign({ key: '9e9a7bd591eb17a225a00b4fa2e379e94601d17f', "no-router": true,
|
|
2322
|
+
// Allow the modal to be navigable when the handle is focusable
|
|
2323
|
+
tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
|
|
1914
2324
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
1915
|
-
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [overlays.FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, theme.getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), index$3.h("ion-backdrop", { key: '
|
|
2325
|
+
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [overlays.FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, theme.getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), index$3.h("ion-backdrop", { key: 'e5eae2c14f830f75e308fcd7f4c10c86fac5b962', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && index$3.h("div", { key: 'e268f9cd310c3cf4e051b5b92524ce4fb70d005e', class: "modal-shadow" }), index$3.h("div", Object.assign({ key: '9c380f36c18144c153077b15744d1c3346bce63e',
|
|
1916
2326
|
/*
|
|
1917
2327
|
role and aria-modal must be used on the
|
|
1918
2328
|
same element. They must also be set inside the
|
|
1919
2329
|
shadow DOM otherwise ion-button will not be highlighted
|
|
1920
2330
|
when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
|
|
1921
2331
|
*/
|
|
1922
|
-
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (index$3.h("button", { key: '
|
|
2332
|
+
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (index$3.h("button", { key: '2d5ee6d5959d97309c306e8ce72eb0f2c19be144', class: "modal-handle",
|
|
1923
2333
|
// Prevents the handle from receiving keyboard focus when it does not cycle
|
|
1924
|
-
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), index$3.h("slot", { key: '
|
|
2334
|
+
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), index$3.h("slot", { key: '5590434c35ea04c42fc006498bc189038e15a298', onSlotchange: this.onSlotChange }))));
|
|
1925
2335
|
}
|
|
1926
2336
|
get el() { return index$3.getElement(this); }
|
|
1927
2337
|
static get watchers() { return {
|
|
@@ -1936,8 +2346,8 @@ const LIFECYCLE_MAP = {
|
|
|
1936
2346
|
ionModalDidDismiss: 'ionViewDidLeave',
|
|
1937
2347
|
};
|
|
1938
2348
|
Modal.style = {
|
|
1939
|
-
ios:
|
|
1940
|
-
md:
|
|
2349
|
+
ios: modalIosCss,
|
|
2350
|
+
md: modalMdCss
|
|
1941
2351
|
};
|
|
1942
2352
|
|
|
1943
2353
|
exports.ion_modal = Modal;
|