@ionic/core 8.5.4-dev.11744646756.1244bf71 → 8.5.4-dev.11744657992.1bb14c4f
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 +23 -37
- package/components/alert.js +25 -41
- package/components/animation.js +1 -1
- package/components/backdrop.js +4 -11
- package/components/button-active.js +1 -1
- package/components/button.js +23 -29
- package/components/buttons.js +4 -14
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +16 -40
- package/components/content.js +5 -24
- package/components/data.js +5 -30
- package/components/gesture-controller.js +1 -1
- package/components/haptic.js +1 -1
- package/components/hardware-back-button.js +1 -1
- package/components/header.js +7 -12
- package/components/helpers.js +5 -2
- package/components/icon.js +2 -1
- package/components/index3.js +5 -3
- package/components/index4.js +1 -1
- package/components/index5.js +3 -28
- package/components/index7.js +27 -163
- package/components/index8.js +1 -1
- package/components/index9.js +163 -3
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -1
- package/components/ion-accordion-group.js +6 -19
- package/components/ion-accordion.js +14 -32
- package/components/ion-app.js +4 -3
- package/components/ion-avatar.js +4 -2
- package/components/ion-back-button.js +13 -12
- package/components/ion-badge.js +5 -2
- package/components/ion-breadcrumb.js +20 -22
- package/components/ion-breadcrumbs.js +10 -14
- package/components/ion-card-content.js +4 -2
- package/components/ion-card-header.js +5 -7
- package/components/ion-card-subtitle.js +5 -2
- package/components/ion-card-title.js +5 -2
- package/components/ion-card.js +11 -16
- package/components/ion-chip.js +5 -8
- package/components/ion-col.js +26 -1
- package/components/ion-datetime-button.js +13 -15
- package/components/ion-datetime.js +81 -196
- package/components/ion-fab-button.js +20 -37
- package/components/ion-fab-list.js +2 -7
- package/components/ion-fab.js +4 -10
- package/components/ion-footer.js +8 -13
- package/components/ion-grid.js +2 -4
- package/components/ion-img.js +6 -1
- package/components/ion-infinite-scroll-content.js +6 -2
- package/components/ion-infinite-scroll.js +6 -27
- package/components/ion-input-password-toggle.js +9 -7
- package/components/ion-input.js +44 -72
- package/components/ion-item-divider.js +5 -9
- package/components/ion-item-group.js +4 -2
- package/components/ion-item-option.js +12 -14
- package/components/ion-item-options.js +4 -6
- package/components/ion-item-sliding.js +2 -4
- package/components/ion-loading.js +19 -36
- package/components/ion-menu-button.js +10 -15
- package/components/ion-menu-toggle.js +5 -9
- package/components/ion-menu.js +9 -25
- package/components/ion-nav-link.js +6 -6
- package/components/ion-nav.js +10 -7
- package/components/ion-note.js +5 -2
- package/components/ion-picker-legacy.js +24 -44
- package/components/ion-progress-bar.js +6 -19
- package/components/ion-range.js +25 -65
- package/components/ion-refresher-content.js +5 -1
- package/components/ion-refresher.js +6 -54
- package/components/ion-reorder-group.js +4 -6
- package/components/ion-reorder.js +5 -3
- package/components/ion-route-redirect.js +2 -0
- package/components/ion-route.js +7 -9
- package/components/ion-router-link.js +9 -7
- package/components/ion-router-outlet.js +8 -10
- package/components/ion-router.js +0 -18
- package/components/ion-row.js +2 -1
- package/components/ion-searchbar.js +29 -78
- package/components/ion-segment-button.js +10 -19
- package/components/ion-segment-content.js +2 -1
- package/components/ion-segment-view.js +5 -5
- package/components/ion-segment.js +11 -22
- package/components/ion-select-option.js +3 -4
- package/components/ion-select.js +41 -61
- package/components/ion-skeleton-text.js +2 -4
- package/components/ion-split-pane.js +5 -10
- package/components/ion-tab-bar.js +6 -7
- package/components/ion-tab-button.js +12 -10
- package/components/ion-tab.js +5 -2
- package/components/ion-tabs.js +4 -3
- package/components/ion-text.js +3 -1
- package/components/ion-textarea.js +36 -64
- package/components/ion-thumbnail.js +2 -1
- package/components/ion-toast.js +32 -55
- package/components/ion-toggle.js +24 -55
- package/components/item.js +14 -20
- package/components/keyboard-controller.js +2 -2
- package/components/keyboard.js +69 -134
- package/components/keyboard2.js +134 -69
- package/components/label.js +6 -2
- package/components/list-header.js +6 -2
- package/components/list.js +5 -5
- package/components/modal.js +39 -117
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +2 -2
- package/components/picker-column-option.js +5 -18
- package/components/picker-column.js +10 -25
- package/components/picker-column2.js +8 -5
- package/components/picker.js +4 -2
- package/components/popover.js +37 -129
- package/components/radio-group.js +10 -10
- package/components/radio.js +13 -27
- package/components/refresher.utils.js +2 -2
- package/components/ripple-effect.js +2 -10
- package/components/select-modal.js +8 -3
- package/components/select-popover.js +8 -5
- package/components/spinner.js +5 -4
- package/components/swipe-back.js +1 -1
- package/components/title.js +6 -2
- package/components/toolbar.js +5 -2
- 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/dist/cjs/{animation-Bz5ImL40.js → animation-b4fdf128.js} +1 -1
- package/dist/cjs/{app-globals-CSpnImi2.js → app-globals-dd592863.js} +1 -1
- package/dist/cjs/{button-active-BzpKQ5zN.js → button-active-43e2b419.js} +3 -3
- package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-c04564bf.js} +1 -1
- package/dist/cjs/{data-BQSLLJwc.js → data-27cc2c9c.js} +5 -30
- package/dist/cjs/{framework-delegate-B0-bTZ_Y.js → framework-delegate-50a86d56.js} +1 -1
- package/dist/cjs/{gesture-controller-dtqlP_q4.js → gesture-controller-9436f482.js} +1 -1
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/{hardware-back-button-B0yu2YGK.js → hardware-back-button-5a99001f.js} +3 -3
- package/dist/cjs/{helpers-CLmZlPvl.js → helpers-3a248559.js} +4 -1
- package/dist/cjs/{index-CPbAsnJK.js → index-073c7cdc.js} +0 -1
- package/dist/cjs/{index-qOuhvt-6.js → index-2e236a04.js} +668 -1392
- package/dist/cjs/{index-D7kGM2E_.js → index-48b2a28e.js} +1 -1
- package/dist/cjs/{index-BjVGGb_k.js → index-4b70187a.js} +9 -9
- package/dist/cjs/{index-3N0K8CTt.js → index-509ca0d3.js} +3 -3
- package/dist/cjs/{index-B4SdCKIQ.js → index-e36bd277.js} +2 -2
- package/dist/cjs/{index-04WNNW0S.js → index-e630fd95.js} +6 -6
- package/dist/cjs/{index-CAvQ7Tka.js → index-ee07ed59.js} +4 -3
- package/dist/cjs/index.cjs.js +20 -18
- package/dist/cjs/{input-shims-B23RZ_yw.js → input-shims-22a9973f.js} +8 -8
- package/dist/cjs/{input.utils-BvrpMdKU.js → input.utils-e82b8ed0.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +25 -54
- package/dist/cjs/ion-action-sheet.cjs.entry.js +38 -50
- package/dist/cjs/ion-alert.cjs.entry.js +41 -55
- package/dist/cjs/ion-app_8.cjs.entry.js +65 -96
- package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -8
- package/dist/cjs/ion-back-button.cjs.entry.js +18 -15
- package/dist/cjs/ion-backdrop.cjs.entry.js +8 -13
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +34 -38
- package/dist/cjs/ion-button_2.cjs.entry.js +30 -33
- package/dist/cjs/ion-card_5.cjs.entry.js +35 -32
- package/dist/cjs/ion-checkbox.cjs.entry.js +22 -44
- package/dist/cjs/ion-chip.cjs.entry.js +10 -11
- package/dist/cjs/ion-col_3.cjs.entry.js +34 -8
- package/dist/cjs/ion-datetime-button.cjs.entry.js +20 -20
- package/dist/cjs/ion-datetime_3.cjs.entry.js +122 -251
- package/dist/cjs/ion-fab_3.cjs.entry.js +31 -57
- package/dist/cjs/ion-img.cjs.entry.js +11 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +20 -35
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +15 -11
- package/dist/cjs/ion-input.cjs.entry.js +53 -79
- package/dist/cjs/ion-item-option_3.cjs.entry.js +28 -32
- package/dist/cjs/ion-item_8.cjs.entry.js +52 -49
- package/dist/cjs/ion-loading.cjs.entry.js +31 -46
- package/dist/cjs/ion-menu_3.cjs.entry.js +39 -62
- package/dist/cjs/ion-modal.cjs.entry.js +52 -128
- package/dist/cjs/ion-nav_2.cjs.entry.js +22 -17
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -22
- package/dist/cjs/ion-picker-column.cjs.entry.js +17 -30
- package/dist/cjs/ion-picker.cjs.entry.js +8 -4
- package/dist/cjs/ion-popover.cjs.entry.js +47 -137
- package/dist/cjs/ion-progress-bar.cjs.entry.js +11 -22
- package/dist/cjs/ion-radio_2.cjs.entry.js +30 -42
- package/dist/cjs/ion-range.cjs.entry.js +33 -71
- package/dist/cjs/ion-refresher_2.cjs.entry.js +26 -68
- package/dist/cjs/ion-reorder_2.cjs.entry.js +19 -17
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -12
- package/dist/cjs/ion-route_4.cjs.entry.js +20 -34
- package/dist/cjs/ion-searchbar.cjs.entry.js +36 -83
- package/dist/cjs/ion-segment-content.cjs.entry.js +5 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +8 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +29 -47
- package/dist/cjs/ion-select-modal.cjs.entry.js +20 -13
- package/dist/cjs/ion-select_3.cjs.entry.js +65 -82
- package/dist/cjs/ion-spinner.cjs.entry.js +11 -8
- package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -25
- package/dist/cjs/ion-tab_2.cjs.entry.js +14 -8
- package/dist/cjs/ion-text.cjs.entry.js +8 -4
- package/dist/cjs/ion-textarea.cjs.entry.js +45 -71
- package/dist/cjs/ion-toast.cjs.entry.js +44 -65
- package/dist/cjs/ion-toggle.cjs.entry.js +34 -63
- package/dist/cjs/{ionic-global-D0fKFhpt.js → ionic-global-acb665ad.js} +1 -1
- package/dist/cjs/ionic.cjs.js +8 -8
- package/dist/cjs/{ios.transition-Cyrk-CkT.js → ios.transition-ae7afca9.js} +7 -7
- package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-af1bb365.js} +3 -3
- package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-c05e747a.js} +2 -2
- package/dist/cjs/loader.cjs.js +6 -4
- package/dist/cjs/{md.transition-Bh2J94f4.js → md.transition-26003e25.js} +7 -7
- package/dist/cjs/{notch-controller-DNfj7cO6.js → notch-controller-ae03a497.js} +2 -2
- package/dist/cjs/{overlays-hvRku41m.js → overlays-32e1b66b.js} +7 -7
- package/dist/cjs/{status-tap-EJ9Sb5hb.js → status-tap-03023755.js} +5 -5
- package/dist/cjs/{swipe-back-Di-t3rsI.js → swipe-back-cd0d9f77.js} +4 -4
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/accordion/accordion.js +13 -43
- package/dist/collection/components/accordion-group/accordion-group.js +8 -35
- package/dist/collection/components/action-sheet/action-sheet.js +31 -84
- package/dist/collection/components/alert/alert.js +34 -94
- package/dist/collection/components/back-button/back-button.js +14 -30
- package/dist/collection/components/backdrop/backdrop.js +3 -18
- package/dist/collection/components/badge/badge.js +4 -3
- package/dist/collection/components/breadcrumb/breadcrumb.js +26 -57
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +10 -24
- package/dist/collection/components/button/button.js +33 -74
- package/dist/collection/components/buttons/buttons.js +1 -15
- package/dist/collection/components/card/card.js +16 -44
- package/dist/collection/components/card-header/card-header.js +3 -11
- package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
- package/dist/collection/components/card-title/card-title.js +4 -3
- package/dist/collection/components/checkbox/checkbox.js +24 -74
- package/dist/collection/components/chip/chip.js +4 -15
- package/dist/collection/components/col/col.js +50 -72
- package/dist/collection/components/content/content.js +9 -43
- package/dist/collection/components/datetime/datetime.ios.css +2 -7
- package/dist/collection/components/datetime/datetime.js +98 -298
- package/dist/collection/components/datetime/datetime.md.css +3 -9
- package/dist/collection/components/datetime/utils/data.js +4 -29
- package/dist/collection/components/datetime-button/datetime-button.js +11 -21
- package/dist/collection/components/fab/fab.js +6 -21
- package/dist/collection/components/fab-button/fab-button.js +28 -76
- package/dist/collection/components/fab-list/fab-list.js +2 -12
- package/dist/collection/components/footer/footer.js +5 -16
- package/dist/collection/components/grid/grid.js +1 -6
- package/dist/collection/components/header/header.js +4 -15
- package/dist/collection/components/img/img.js +6 -6
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +7 -35
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +4 -6
- package/dist/collection/components/input/input.js +72 -171
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +8 -16
- package/dist/collection/components/item/item.js +21 -56
- package/dist/collection/components/item-divider/item-divider.js +3 -13
- package/dist/collection/components/item-option/item-option.js +16 -36
- package/dist/collection/components/item-options/item-options.js +1 -7
- package/dist/collection/components/item-sliding/item-sliding.js +1 -6
- package/dist/collection/components/label/label.js +4 -6
- package/dist/collection/components/list/list.js +3 -9
- package/dist/collection/components/list-header/list-header.js +6 -6
- package/dist/collection/components/loading/loading.js +29 -86
- package/dist/collection/components/menu/menu.js +10 -42
- package/dist/collection/components/menu-button/menu-button.js +10 -27
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -14
- package/dist/collection/components/modal/modal.js +51 -188
- package/dist/collection/components/nav/nav.js +11 -24
- package/dist/collection/components/nav-link/nav-link.js +8 -18
- package/dist/collection/components/note/note.js +4 -3
- package/dist/collection/components/picker-column/picker-column.js +10 -34
- package/dist/collection/components/picker-column-option/picker-column-option.js +4 -25
- package/dist/collection/components/picker-legacy/picker.js +31 -91
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -4
- package/dist/collection/components/popover/popover.js +55 -208
- package/dist/collection/components/progress-bar/progress-bar.js +6 -31
- package/dist/collection/components/radio/radio.js +16 -46
- package/dist/collection/components/radio-group/radio-group.js +12 -26
- package/dist/collection/components/range/range.js +34 -109
- package/dist/collection/components/refresher/refresher.js +6 -68
- package/dist/collection/components/refresher-content/refresher-content.js +8 -12
- package/dist/collection/components/reorder-group/reorder-group.js +1 -6
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -12
- package/dist/collection/components/route/route.js +9 -24
- package/dist/collection/components/route-redirect/route-redirect.js +6 -6
- package/dist/collection/components/router/router.js +2 -24
- package/dist/collection/components/router-link/router-link.js +12 -24
- package/dist/collection/components/router-outlet/router-outlet.js +8 -24
- package/dist/collection/components/searchbar/searchbar.js +46 -141
- package/dist/collection/components/segment/segment.js +13 -38
- package/dist/collection/components/segment-button/segment-button.js +11 -32
- package/dist/collection/components/segment-view/segment-view.js +2 -6
- package/dist/collection/components/select/select.ios.css +5 -3
- package/dist/collection/components/select/select.js +55 -121
- package/dist/collection/components/select/select.md.css +61 -16
- package/dist/collection/components/select-modal/select-modal.js +4 -9
- package/dist/collection/components/select-option/select-option.js +3 -9
- package/dist/collection/components/select-popover/select-popover.js +8 -18
- package/dist/collection/components/skeleton-text/skeleton-text.js +1 -6
- package/dist/collection/components/spinner/spinner.js +7 -15
- package/dist/collection/components/split-pane/split-pane.js +4 -17
- package/dist/collection/components/tab/tab.js +7 -14
- package/dist/collection/components/tab-bar/tab-bar.js +5 -14
- package/dist/collection/components/tab-button/tab-button.js +16 -32
- package/dist/collection/components/tabs/tabs.js +3 -5
- package/dist/collection/components/text/text.js +4 -3
- package/dist/collection/components/textarea/textarea.js +59 -146
- package/dist/collection/components/title/title.js +6 -6
- package/dist/collection/components/toast/toast.js +45 -119
- package/dist/collection/components/toggle/toggle.js +28 -86
- package/dist/collection/components/toolbar/toolbar.js +2 -3
- package/dist/docs.d.ts +0 -8
- package/dist/docs.json +584 -1823
- package/dist/esm/{animation-CCtpQcsN.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-C0a0o4Av.js → app-globals-7b6cbf1a.js} +1 -1
- package/dist/esm/{button-active-BQqkZ_sm.js → button-active-90f1dbc4.js} +3 -3
- package/dist/esm/{capacitor-CFERIeaU.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-omKWOMer.js → data-174ad5e0.js} +6 -31
- package/dist/esm/{framework-delegate-D3CI7y6x.js → framework-delegate-2eea1763.js} +1 -1
- package/dist/esm/{gesture-controller-BTEOs1at.js → gesture-controller-314a54f6.js} +1 -1
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-ac164e4c.js} +2 -2
- package/dist/esm/{hardware-back-button-RMajLSrZ.js → hardware-back-button-864101a3.js} +3 -3
- package/dist/esm/{helpers-Di6ciXLG.js → helpers-78efeec3.js} +5 -2
- package/dist/esm/{index-CfgBF1SE.js → index-39782642.js} +6 -4
- package/dist/esm/{index-B2_fY2up.js → index-40894f4b.js} +2 -2
- package/dist/esm/{index-EP3pwcdb.js → index-527b9e34.js} +648 -1392
- package/dist/esm/{index-DR2njD_q.js → index-738d7504.js} +2 -2
- package/dist/esm/{index-BLV6ykCk.js → index-e2cf2ceb.js} +1 -2
- package/dist/esm/{index-CDohRbVJ.js → index-e919e353.js} +3 -3
- package/dist/esm/{index-BKfOgUuW.js → index-ecb55b8d.js} +6 -6
- package/dist/esm/{index-C7r3mIlB.js → index-f9f5d018.js} +6 -6
- package/dist/esm/index.js +18 -18
- package/dist/esm/{input-shims-Clcc9pEO.js → input-shims-7dc1f6dc.js} +8 -8
- package/dist/esm/{input.utils-BeGXuyDm.js → input.utils-28bf4ef0.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +23 -54
- package/dist/esm/ion-action-sheet.entry.js +36 -50
- package/dist/esm/ion-alert.entry.js +39 -55
- package/dist/esm/ion-app_8.entry.js +63 -96
- package/dist/esm/ion-avatar_3.entry.js +14 -8
- package/dist/esm/ion-back-button.entry.js +16 -15
- package/dist/esm/ion-backdrop.entry.js +6 -13
- package/dist/esm/ion-breadcrumb_2.entry.js +32 -38
- package/dist/esm/ion-button_2.entry.js +28 -33
- package/dist/esm/ion-card_5.entry.js +33 -32
- package/dist/esm/ion-checkbox.entry.js +20 -44
- package/dist/esm/ion-chip.entry.js +8 -11
- package/dist/esm/ion-col_3.entry.js +32 -8
- package/dist/esm/ion-datetime-button.entry.js +18 -20
- package/dist/esm/ion-datetime_3.entry.js +120 -251
- package/dist/esm/ion-fab_3.entry.js +29 -57
- package/dist/esm/ion-img.entry.js +9 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +18 -35
- package/dist/esm/ion-input-password-toggle.entry.js +13 -11
- package/dist/esm/ion-input.entry.js +51 -79
- package/dist/esm/ion-item-option_3.entry.js +26 -32
- package/dist/esm/ion-item_8.entry.js +50 -49
- package/dist/esm/ion-loading.entry.js +29 -46
- package/dist/esm/ion-menu_3.entry.js +37 -62
- package/dist/esm/ion-modal.entry.js +50 -128
- package/dist/esm/ion-nav_2.entry.js +20 -17
- package/dist/esm/ion-picker-column-option.entry.js +9 -22
- package/dist/esm/ion-picker-column.entry.js +15 -30
- package/dist/esm/ion-picker.entry.js +6 -4
- package/dist/esm/ion-popover.entry.js +45 -137
- package/dist/esm/ion-progress-bar.entry.js +9 -22
- package/dist/esm/ion-radio_2.entry.js +28 -42
- package/dist/esm/ion-range.entry.js +31 -71
- package/dist/esm/ion-refresher_2.entry.js +24 -68
- package/dist/esm/ion-reorder_2.entry.js +17 -17
- package/dist/esm/ion-ripple-effect.entry.js +4 -12
- package/dist/esm/ion-route_4.entry.js +18 -34
- package/dist/esm/ion-searchbar.entry.js +34 -83
- package/dist/esm/ion-segment-content.entry.js +3 -2
- package/dist/esm/ion-segment-view.entry.js +6 -6
- package/dist/esm/ion-segment_2.entry.js +27 -47
- package/dist/esm/ion-select-modal.entry.js +18 -13
- package/dist/esm/ion-select_3.entry.js +63 -82
- package/dist/esm/ion-spinner.entry.js +9 -8
- package/dist/esm/ion-split-pane.entry.js +7 -12
- package/dist/esm/ion-tab-bar_2.entry.js +26 -25
- package/dist/esm/ion-tab_2.entry.js +12 -8
- package/dist/esm/ion-text.entry.js +6 -4
- package/dist/esm/ion-textarea.entry.js +43 -71
- package/dist/esm/ion-toast.entry.js +42 -65
- package/dist/esm/ion-toggle.entry.js +32 -63
- package/dist/esm/{ionic-global-CrB2BPUW.js → ionic-global-ca86cf32.js} +1 -1
- package/dist/esm/ionic.js +6 -7
- package/dist/esm/{ios.transition-BObaMu_w.js → ios.transition-7fe5dbea.js} +7 -7
- package/dist/esm/{keyboard-ywgs5efA.js → keyboard-52278bd7.js} +3 -3
- package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-ec5c2bfa.js} +2 -2
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-BYk9oj5T.js → md.transition-8dc58b46.js} +7 -7
- package/dist/esm/{notch-controller-PoOhjO4o.js → notch-controller-00d92e89.js} +2 -2
- package/dist/esm/{overlays-DUDTB6a2.js → overlays-41a5d51b.js} +7 -7
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/{status-tap-Az5SFsVV.js → status-tap-f6d08e9e.js} +5 -5
- package/dist/esm/{swipe-back-Df75PJ2J.js → swipe-back-07df2095.js} +4 -4
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
- package/dist/esm-es5/button-active-90f1dbc4.js +4 -0
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/compare-with-utils-a96ff2ea.js +4 -0
- package/dist/esm-es5/config-49c88215.js +4 -0
- package/dist/esm-es5/cubic-bezier-fe2083dc.js +4 -0
- package/dist/esm-es5/data-174ad5e0.js +4 -0
- package/dist/esm-es5/dir-babeabeb.js +4 -0
- package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
- package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
- package/dist/esm-es5/gesture-controller-314a54f6.js +4 -0
- package/dist/esm-es5/haptic-ac164e4c.js +4 -0
- package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
- package/dist/esm-es5/helpers-78efeec3.js +4 -0
- package/dist/esm-es5/index-39782642.js +4 -0
- package/dist/esm-es5/index-40894f4b.js +4 -0
- package/dist/esm-es5/index-527b9e34.js +5 -0
- package/dist/esm-es5/index-738d7504.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/index-e2cf2ceb.js +4 -0
- package/dist/esm-es5/index-e919e353.js +4 -0
- package/dist/esm-es5/index-ecb55b8d.js +4 -0
- package/dist/esm-es5/index-f9f5d018.js +4 -0
- package/dist/esm-es5/index.js +4 -0
- package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
- package/dist/esm-es5/input.utils-28bf4ef0.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +4 -0
- package/dist/esm-es5/ion-action-sheet.entry.js +4 -0
- package/dist/esm-es5/ion-alert.entry.js +4 -0
- package/dist/esm-es5/ion-app_8.entry.js +4 -0
- package/dist/esm-es5/ion-avatar_3.entry.js +4 -0
- package/dist/esm-es5/ion-back-button.entry.js +4 -0
- package/dist/esm-es5/ion-backdrop.entry.js +4 -0
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +4 -0
- package/dist/esm-es5/ion-button_2.entry.js +4 -0
- package/dist/esm-es5/ion-card_5.entry.js +4 -0
- package/dist/esm-es5/ion-checkbox.entry.js +4 -0
- package/dist/esm-es5/ion-chip.entry.js +4 -0
- package/dist/esm-es5/ion-col_3.entry.js +4 -0
- package/dist/esm-es5/ion-datetime-button.entry.js +4 -0
- package/dist/esm-es5/ion-datetime_3.entry.js +4 -0
- package/dist/esm-es5/ion-fab_3.entry.js +4 -0
- package/dist/esm-es5/ion-img.entry.js +4 -0
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +4 -0
- package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
- package/dist/esm-es5/ion-input.entry.js +4 -0
- package/dist/esm-es5/ion-item-option_3.entry.js +4 -0
- package/dist/esm-es5/ion-item_8.entry.js +4 -0
- package/dist/esm-es5/ion-loading.entry.js +4 -0
- package/dist/esm-es5/ion-menu_3.entry.js +4 -0
- package/dist/esm-es5/ion-modal.entry.js +4 -0
- package/dist/esm-es5/ion-nav_2.entry.js +4 -0
- package/dist/esm-es5/ion-picker-column-option.entry.js +4 -0
- package/dist/esm-es5/ion-picker-column.entry.js +4 -0
- package/dist/esm-es5/ion-picker.entry.js +4 -0
- package/dist/esm-es5/ion-popover.entry.js +4 -0
- package/dist/esm-es5/ion-progress-bar.entry.js +4 -0
- package/dist/esm-es5/ion-radio_2.entry.js +4 -0
- package/dist/esm-es5/ion-range.entry.js +4 -0
- package/dist/esm-es5/ion-refresher_2.entry.js +4 -0
- package/dist/esm-es5/ion-reorder_2.entry.js +4 -0
- package/dist/esm-es5/ion-ripple-effect.entry.js +4 -0
- package/dist/esm-es5/ion-route_4.entry.js +4 -0
- package/dist/esm-es5/ion-searchbar.entry.js +4 -0
- package/dist/esm-es5/ion-segment-content.entry.js +4 -0
- package/dist/esm-es5/ion-segment-view.entry.js +4 -0
- package/dist/esm-es5/ion-segment_2.entry.js +4 -0
- package/dist/esm-es5/ion-select-modal.entry.js +4 -0
- package/dist/esm-es5/ion-select_3.entry.js +4 -0
- package/dist/esm-es5/ion-spinner.entry.js +4 -0
- package/dist/esm-es5/ion-split-pane.entry.js +4 -0
- package/dist/esm-es5/ion-tab-bar_2.entry.js +4 -0
- package/dist/esm-es5/ion-tab_2.entry.js +4 -0
- package/dist/esm-es5/ion-text.entry.js +4 -0
- package/dist/esm-es5/ion-textarea.entry.js +4 -0
- package/dist/esm-es5/ion-toast.entry.js +4 -0
- package/dist/esm-es5/ion-toggle.entry.js +4 -0
- package/dist/esm-es5/ionic-global-ca86cf32.js +4 -0
- package/dist/esm-es5/ionic.js +4 -0
- package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
- package/dist/esm-es5/keyboard-52278bd7.js +4 -0
- package/dist/esm-es5/keyboard-73175e24.js +4 -0
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
- package/dist/esm-es5/loader.js +4 -0
- package/dist/esm-es5/lock-controller-316928be.js +4 -0
- package/dist/esm-es5/md.transition-8dc58b46.js +4 -0
- package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
- package/dist/esm-es5/overlays-41a5d51b.js +4 -0
- package/dist/esm-es5/spinner-configs-964f7cf3.js +4 -0
- package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
- package/dist/esm-es5/swipe-back-07df2095.js +4 -0
- package/dist/esm-es5/theme-01f3f29c.js +4 -0
- package/dist/esm-es5/watch-options-c2911ace.js +4 -0
- package/dist/html.html-data.json +0 -216
- 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/ionic.js +127 -0
- package/dist/ionic/p-012c3ceb.system.js +4 -0
- package/dist/ionic/p-027a48f1.entry.js +4 -0
- package/dist/ionic/p-058b7f35.js +4 -0
- package/dist/ionic/p-05b65d7a.entry.js +4 -0
- package/dist/ionic/p-08e01816.system.js +4 -0
- package/dist/ionic/p-09d185ff.system.js +4 -0
- package/dist/ionic/p-0a456b7f.entry.js +4 -0
- package/dist/ionic/p-0adb6909.system.entry.js +4 -0
- package/dist/ionic/p-0bedc891.system.entry.js +4 -0
- package/dist/ionic/p-0c8386d3.entry.js +4 -0
- package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
- package/dist/ionic/p-0ec5b7cf.system.js +4 -0
- package/dist/ionic/p-14114a59.system.entry.js +4 -0
- package/dist/ionic/p-14e041cd.system.entry.js +4 -0
- package/dist/ionic/p-15bb1dde.system.js +4 -0
- package/dist/ionic/p-180b4f9a.entry.js +4 -0
- package/dist/ionic/p-19c32a76.entry.js +4 -0
- package/dist/ionic/p-1b0b2210.entry.js +4 -0
- package/dist/ionic/p-1bf5ec17.system.js +4 -0
- package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
- package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
- package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/p-1e955a45.system.js +4 -0
- package/dist/ionic/p-20d469d0.system.js +4 -0
- package/dist/ionic/p-21891ead.js +4 -0
- package/dist/ionic/{p-CwbsDRzJ.js → p-22bc235f.js} +1 -1
- package/dist/ionic/{p-9cac4dc7.entry.js → p-2567237c.entry.js} +1 -1
- package/dist/ionic/{p-D13Eaw-8.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-28c81576.entry.js +4 -0
- package/dist/ionic/p-29a5b4e4.entry.js +4 -0
- package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-33518a04.entry.js +4 -0
- package/dist/ionic/p-35f14792.entry.js +4 -0
- package/dist/ionic/p-383a6058.entry.js +4 -0
- package/dist/ionic/p-3855fef7.system.js +4 -0
- package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
- package/dist/ionic/p-3ba2a2cd.system.js +4 -0
- package/dist/ionic/p-3e1e14d9.system.js +4 -0
- package/dist/ionic/{p-C-oNjncL.js → p-3f4327f7.js} +1 -1
- package/dist/ionic/p-41e70fa2.entry.js +4 -0
- package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
- package/dist/ionic/{p-uzIBoXdl.js → p-44ff75ea.js} +1 -1
- package/dist/ionic/p-455cd7cc.system.js +4 -0
- package/dist/ionic/p-4609d030.system.js +4 -0
- package/dist/ionic/p-4630688e.system.entry.js +4 -0
- package/dist/ionic/p-4662a25c.system.entry.js +4 -0
- package/dist/ionic/p-49d53551.system.entry.js +4 -0
- package/dist/ionic/p-4b07c60a.system.js +4 -0
- package/dist/ionic/p-4c7e6fec.system.entry.js +4 -0
- package/dist/ionic/p-4d5bce60.system.entry.js +4 -0
- package/dist/ionic/p-4ea4c73a.system.entry.js +4 -0
- package/dist/ionic/p-4eeca839.system.entry.js +4 -0
- package/dist/ionic/p-4f255d5a.system.js +4 -0
- package/dist/ionic/p-50e0ce13.entry.js +4 -0
- package/dist/ionic/p-51479be0.system.entry.js +4 -0
- package/dist/ionic/p-5578033e.system.entry.js +4 -0
- package/dist/ionic/{p-HRylM0tf.js → p-597ff9af.js} +1 -1
- package/dist/ionic/p-5fb1321f.entry.js +4 -0
- package/dist/ionic/p-607aa181.entry.js +4 -0
- package/dist/ionic/p-61373098.js +4 -0
- package/dist/ionic/p-6155027f.system.entry.js +4 -0
- package/dist/ionic/p-61e794fb.entry.js +4 -0
- package/dist/ionic/{p-RyPJq84W.js → p-624ecf03.js} +1 -1
- package/dist/ionic/p-64d8ac48.js +4 -0
- package/dist/ionic/p-657ada6a.entry.js +4 -0
- package/dist/ionic/p-65943bec.system.entry.js +4 -0
- package/dist/ionic/p-65e732b9.entry.js +4 -0
- package/dist/ionic/p-66a5d6a8.js +5 -0
- package/dist/ionic/p-69a96be9.system.entry.js +4 -0
- package/dist/ionic/p-6c044a1d.system.js +4 -0
- package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
- package/dist/ionic/p-705fda69.system.js +4 -0
- package/dist/ionic/p-707408c5.system.entry.js +4 -0
- package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
- package/dist/ionic/p-747f9517.entry.js +4 -0
- package/dist/ionic/{p-DSMkBmnY.js → p-756e4559.js} +1 -1
- package/dist/ionic/p-772d1657.system.js +4 -0
- package/dist/ionic/p-77aa5fef.system.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7c9daa6f.entry.js +4 -0
- package/dist/ionic/p-7cc33a9a.system.js +4 -0
- package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
- package/dist/ionic/p-7f49a9c4.entry.js +4 -0
- package/dist/ionic/p-843ac05d.system.entry.js +4 -0
- package/dist/ionic/p-87b0d2c9.entry.js +4 -0
- package/dist/ionic/p-8985cdb6.system.js +4 -0
- package/dist/ionic/{p-CKvCXMs9.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
- package/dist/ionic/p-8b22be32.system.entry.js +4 -0
- package/dist/ionic/p-8d98e2bb.entry.js +4 -0
- package/dist/ionic/p-8ededb41.js +4 -0
- package/dist/ionic/p-9146695e.system.js +4 -0
- package/dist/ionic/p-959cf042.system.entry.js +4 -0
- package/dist/ionic/p-96eec056.entry.js +4 -0
- package/dist/ionic/p-978bdf4c.system.js +4 -0
- package/dist/ionic/p-979d4f5c.system.js +4 -0
- package/dist/ionic/p-9870728f.js +4 -0
- package/dist/ionic/p-99803283.entry.js +4 -0
- package/dist/ionic/p-9af7f110.js +4 -0
- package/dist/ionic/{p-7cdee842.entry.js → p-9b069739.entry.js} +1 -1
- package/dist/ionic/p-9e45532a.system.js +4 -0
- package/dist/ionic/p-a26d7667.system.entry.js +4 -0
- package/dist/ionic/p-a3c931ad.system.js +4 -0
- package/dist/ionic/p-a4866e3e.system.js +4 -0
- package/dist/ionic/p-a520973b.entry.js +4 -0
- package/dist/ionic/p-a6625de8.system.js +4 -0
- package/dist/ionic/p-a75a9e5a.system.entry.js +4 -0
- package/dist/ionic/p-a768ae50.entry.js +4 -0
- package/dist/ionic/p-a7830ff8.entry.js +4 -0
- package/dist/ionic/p-a9198501.system.entry.js +4 -0
- package/dist/ionic/p-a93873de.system.js +4 -0
- package/dist/ionic/p-ab7337e1.entry.js +4 -0
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
- package/dist/ionic/p-ac58d726.system.entry.js +4 -0
- package/dist/ionic/p-b06ac4a5.system.js +4 -0
- package/dist/ionic/p-b1673667.entry.js +4 -0
- package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
- package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
- package/dist/ionic/{p-f1f6326a.entry.js → p-b87a9f1d.entry.js} +1 -1
- package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
- package/dist/ionic/{p-mxKP5hf-.js → p-b9fa7882.js} +1 -1
- package/dist/ionic/p-ba29521b.entry.js +4 -0
- package/dist/ionic/p-bf64af90.system.js +4 -0
- package/dist/ionic/{p-189c7fe9.entry.js → p-c005cc37.entry.js} +1 -1
- package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
- package/dist/ionic/p-c3f9d9fe.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c53c414d.system.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c63d8dc1.js +4 -0
- package/dist/ionic/p-c7e16491.js +4 -0
- package/dist/ionic/p-ccb740ea.entry.js +4 -0
- package/dist/ionic/p-cec54707.system.entry.js +4 -0
- package/dist/ionic/p-cfc08422.entry.js +4 -0
- package/dist/ionic/p-cff4f96c.entry.js +4 -0
- package/dist/ionic/p-d40f2b7a.js +4 -0
- package/dist/ionic/p-d70a9e6d.system.js +4 -0
- package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
- package/dist/ionic/p-d8d84afa.system.js +4 -0
- package/dist/ionic/{p-BLV6ykCk.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-dcc0d747.entry.js +4 -0
- package/dist/ionic/p-e0b7569c.system.entry.js +4 -0
- package/dist/ionic/p-e11ff516.entry.js +4 -0
- package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
- package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
- package/dist/ionic/p-e3284879.system.entry.js +4 -0
- package/dist/ionic/p-e3e4eed7.entry.js +4 -0
- package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
- package/dist/ionic/p-e4d2c281.entry.js +4 -0
- package/dist/ionic/p-e65b8460.entry.js +4 -0
- package/dist/ionic/p-e673a0a2.system.js +4 -0
- package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
- package/dist/ionic/{p-46f82b82.entry.js → p-e8245753.entry.js} +1 -1
- package/dist/ionic/p-ece78e7b.js +4 -0
- package/dist/ionic/p-ee86cfff.system.js +4 -0
- package/dist/ionic/p-f11a9436.system.js +5 -0
- package/dist/ionic/p-f201b53a.system.js +4 -0
- package/dist/ionic/p-f23124c4.system.js +4 -0
- package/dist/ionic/p-f233f1e0.system.js +4 -0
- package/dist/ionic/p-f387b3c6.system.entry.js +4 -0
- package/dist/ionic/{p-D_2UPtUV.js → p-f53ee2e7.js} +1 -1
- package/dist/ionic/p-f5a04e5e.system.entry.js +4 -0
- package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
- package/dist/ionic/p-f70fc14a.entry.js +4 -0
- package/dist/ionic/{p-Cg19OPuo.js → p-f7ce606e.js} +1 -1
- package/dist/ionic/p-f834322a.entry.js +4 -0
- package/dist/ionic/p-f896194a.system.entry.js +4 -0
- package/dist/ionic/p-fa70eaab.entry.js +4 -0
- package/dist/ionic/p-ffa3ba3c.js +4 -0
- package/dist/types/components/datetime/datetime-interface.d.ts +0 -1
- package/dist/types/components/datetime/datetime.d.ts +0 -6
- package/dist/types/components/datetime/utils/data.d.ts +1 -3
- package/dist/types/components/datetime/utils/manipulation.d.ts +0 -1
- package/dist/types/components/input/input.d.ts +8 -0
- package/dist/types/components/select/select.d.ts +9 -0
- package/dist/types/components/textarea/textarea.d.ts +8 -0
- package/dist/types/components.d.ts +0 -8
- package/dist/types/index.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -9
- package/hydrate/index.d.ts +5 -40
- package/hydrate/index.js +2229 -4687
- package/hydrate/index.mjs +2228 -4686
- package/loader/cdn.js +2 -1
- package/loader/index.cjs.js +2 -1
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -1
- package/loader/package.json +11 -0
- package/package.json +2 -2
- package/dist/ionic/p-006975c7.entry.js +0 -4
- package/dist/ionic/p-00acbe36.entry.js +0 -4
- package/dist/ionic/p-03abd858.entry.js +0 -4
- package/dist/ionic/p-141822bc.entry.js +0 -4
- package/dist/ionic/p-17e8ff6b.entry.js +0 -4
- package/dist/ionic/p-18b4709f.entry.js +0 -4
- package/dist/ionic/p-1bea6291.entry.js +0 -4
- package/dist/ionic/p-1f3d9d38.entry.js +0 -4
- package/dist/ionic/p-20b45b04.entry.js +0 -4
- package/dist/ionic/p-2959ef70.entry.js +0 -4
- package/dist/ionic/p-2b9a91c2.entry.js +0 -4
- package/dist/ionic/p-2c58164d.entry.js +0 -4
- package/dist/ionic/p-2d142503.entry.js +0 -4
- package/dist/ionic/p-3129a2c6.entry.js +0 -4
- package/dist/ionic/p-3a5bc7b1.entry.js +0 -4
- package/dist/ionic/p-40e55257.entry.js +0 -4
- package/dist/ionic/p-45f3c7d9.entry.js +0 -4
- package/dist/ionic/p-47ccb59d.entry.js +0 -4
- package/dist/ionic/p-4bd5bd61.entry.js +0 -4
- package/dist/ionic/p-52043361.entry.js +0 -4
- package/dist/ionic/p-527660e0.entry.js +0 -4
- package/dist/ionic/p-601f0d27.entry.js +0 -4
- package/dist/ionic/p-644759cb.entry.js +0 -4
- package/dist/ionic/p-657e9085.entry.js +0 -4
- package/dist/ionic/p-67178c9b.entry.js +0 -4
- package/dist/ionic/p-67b4c53d.entry.js +0 -4
- package/dist/ionic/p-6cab60b7.entry.js +0 -4
- package/dist/ionic/p-6ceef433.entry.js +0 -4
- package/dist/ionic/p-6d8983d1.entry.js +0 -4
- package/dist/ionic/p-79851759.entry.js +0 -4
- package/dist/ionic/p-7d026411.entry.js +0 -4
- package/dist/ionic/p-7d4b2506.entry.js +0 -4
- package/dist/ionic/p-8b6eb546.entry.js +0 -4
- package/dist/ionic/p-8fc1959d.entry.js +0 -4
- package/dist/ionic/p-9092b7fb.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-9fe56809.entry.js +0 -4
- package/dist/ionic/p-BBmUb2In.js +0 -4
- package/dist/ionic/p-C-xl6pej.js +0 -4
- package/dist/ionic/p-C5Aon1Kb.js +0 -4
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-Cl0B-RWe.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-D0SqsSaH.js +0 -4
- package/dist/ionic/p-DCi8BSH3.js +0 -4
- package/dist/ionic/p-DFllLYu2.js +0 -4
- package/dist/ionic/p-DGw3g412.js +0 -4
- package/dist/ionic/p-Di6ciXLG.js +0 -4
- package/dist/ionic/p-DonNC93r.js +0 -4
- package/dist/ionic/p-EP3pwcdb.js +0 -5
- package/dist/ionic/p-Uz6zKimy.js +0 -4
- package/dist/ionic/p-a5570370.entry.js +0 -4
- package/dist/ionic/p-a5ee3eb8.entry.js +0 -4
- package/dist/ionic/p-a92657fc.entry.js +0 -4
- package/dist/ionic/p-a9997b1b.entry.js +0 -4
- package/dist/ionic/p-b1f3c158.entry.js +0 -4
- package/dist/ionic/p-be19e061.entry.js +0 -4
- package/dist/ionic/p-c5157026.entry.js +0 -4
- package/dist/ionic/p-c6e0f544.entry.js +0 -4
- package/dist/ionic/p-e116bb40.entry.js +0 -4
- package/dist/ionic/p-e8526b09.entry.js +0 -4
- package/dist/ionic/p-umtghMQY.js +0 -4
- package/dist/ionic/p-yluxF5qo.js +0 -4
- /package/dist/cjs/{compare-with-utils-DSicavqM.js → compare-with-utils-df1001d7.js} +0 -0
- /package/dist/cjs/{config-BHiHGeHc.js → config-4f60b98a.js} +0 -0
- /package/dist/cjs/{cubic-bezier-DAjy1V-e.js → cubic-bezier-f2dccc53.js} +0 -0
- /package/dist/cjs/{dir-Cn0z1rJH.js → dir-94c21456.js} +0 -0
- /package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-7a0ce04f.js} +0 -0
- /package/dist/cjs/{index-DkNv4J_i.js → index-c8d52405.js} +0 -0
- /package/dist/cjs/{lock-controller-aDB9wrEf.js → lock-controller-6585a42a.js} +0 -0
- /package/dist/cjs/{spinner-configs-DxHKnd3-.js → spinner-configs-282fd50a.js} +0 -0
- /package/dist/cjs/{theme-CeDs6Hcv.js → theme-d1c573d2.js} +0 -0
- /package/dist/cjs/{watch-options-CviOsrTS.js → watch-options-f5f3e158.js} +0 -0
- /package/dist/esm/{compare-with-utils-sObYyvOy.js → compare-with-utils-a96ff2ea.js} +0 -0
- /package/dist/esm/{config-O8NobGs3.js → config-49c88215.js} +0 -0
- /package/dist/esm/{cubic-bezier-hHmYLOfE.js → cubic-bezier-fe2083dc.js} +0 -0
- /package/dist/esm/{dir-C53feagD.js → dir-babeabeb.js} +0 -0
- /package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-dd40d69f.js} +0 -0
- /package/dist/esm/{index-ZjP4CjeZ.js → index-a5d50daf.js} +0 -0
- /package/dist/esm/{lock-controller-B-hirT0v.js → lock-controller-316928be.js} +0 -0
- /package/dist/esm/{spinner-configs-D4RIp70E.js → spinner-configs-964f7cf3.js} +0 -0
- /package/dist/esm/{theme-DiVJyqlX.js → theme-01f3f29c.js} +0 -0
- /package/dist/esm/{watch-options-Dtdm8lKC.js → watch-options-c2911ace.js} +0 -0
- /package/dist/ionic/{p-hHmYLOfE.js → p-2408c236.js} +0 -0
- /package/dist/ionic/{p-O8NobGs3.js → p-41d5544e.js} +0 -0
- /package/dist/ionic/{p-Dtdm8lKC.js → p-459d13d5.js} +0 -0
- /package/dist/ionic/{p-DiVJyqlX.js → p-47794def.js} +0 -0
- /package/dist/ionic/{p-ZjP4CjeZ.js → p-7b30edcc.js} +0 -0
- /package/dist/ionic/{p-BTEOs1at.js → p-9b97df10.js} +0 -0
- /package/dist/ionic/{p-B-hirT0v.js → p-ccd02320.js} +0 -0
- /package/dist/ionic/{p-BmVRXR1y.js → p-d47265c8.js} +0 -0
- /package/dist/ionic/{p-sObYyvOy.js → p-de756e5c.js} +0 -0
- /package/dist/ionic/{p-D4RIp70E.js → p-f0c2a614.js} +0 -0
- /package/dist/ionic/{p-C53feagD.js → p-fb813dab.js} +0 -0
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, h,
|
|
5
|
-
import { g as getTimeGivenProgression } from './cubic-bezier-
|
|
6
|
-
import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-
|
|
7
|
-
import { G as GESTURE_CONTROLLER } from './gesture-controller-
|
|
8
|
-
import { shouldUseCloseWatcher } from './hardware-back-button-
|
|
9
|
-
import { o as isEndSide, i as inheritAriaAttributes,
|
|
10
|
-
import { m as menuController } from './index-
|
|
11
|
-
import { c as config, b as getIonMode, a as isPlatform } from './ionic-global-
|
|
12
|
-
import { h as hostContext, c as createColorClasses } from './theme-
|
|
13
|
-
import { u as menuOutline, v as menuSharp } from './index-
|
|
14
|
-
import './index-
|
|
15
|
-
import './framework-delegate-
|
|
16
|
-
import './index-
|
|
17
|
-
import './animation-
|
|
4
|
+
import { r as registerInstance, c as createEvent, h, e as Host, f as getElement } from './index-527b9e34.js';
|
|
5
|
+
import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
6
|
+
import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-41a5d51b.js';
|
|
7
|
+
import { G as GESTURE_CONTROLLER } from './gesture-controller-314a54f6.js';
|
|
8
|
+
import { shouldUseCloseWatcher } from './hardware-back-button-864101a3.js';
|
|
9
|
+
import { o as isEndSide, i as inheritAriaAttributes, n as assert, j as clamp } from './helpers-78efeec3.js';
|
|
10
|
+
import { m as menuController } from './index-f9f5d018.js';
|
|
11
|
+
import { c as config, b as getIonMode, a as isPlatform } from './ionic-global-ca86cf32.js';
|
|
12
|
+
import { h as hostContext, c as createColorClasses } from './theme-01f3f29c.js';
|
|
13
|
+
import { u as menuOutline, v as menuSharp } from './index-e2cf2ceb.js';
|
|
14
|
+
import './index-a5d50daf.js';
|
|
15
|
+
import './framework-delegate-2eea1763.js';
|
|
16
|
+
import './index-738d7504.js';
|
|
17
|
+
import './animation-eab5a4ca.js';
|
|
18
18
|
|
|
19
19
|
const menuIosCss = ":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;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);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width, var(--width));min-width:var(--side-min-width, var(--min-width));max-width:var(--side-max-width, var(--max-width))}:host(.menu-pane-visible.split-pane-side){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:0}:host(.menu-pane-visible.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}:host(.menu-pane-visible.split-pane-side){-ms-flex-order:-1;order:-1}:host(.menu-pane-visible.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-pane-visible.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-pane-visible.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-type-push){z-index:1000}:host(.menu-type-push) .show-backdrop{display:block}";
|
|
20
|
+
const IonMenuIosStyle0 = menuIosCss;
|
|
20
21
|
|
|
21
22
|
const menuMdCss = ":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;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);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width, var(--width));min-width:var(--side-min-width, var(--min-width));max-width:var(--side-max-width, var(--max-width))}:host(.menu-pane-visible.split-pane-side){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:0}:host(.menu-pane-visible.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}:host(.menu-pane-visible.split-pane-side){-ms-flex-order:-1;order:-1}:host(.menu-pane-visible.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-pane-visible.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-pane-visible.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-type-overlay) .menu-inner{-webkit-box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18);box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18)}";
|
|
23
|
+
const IonMenuMdStyle0 = menuMdCss;
|
|
22
24
|
|
|
23
25
|
const iosEasing = 'cubic-bezier(0.32,0.72,0,1)';
|
|
24
26
|
const mdEasing = 'cubic-bezier(0.0,0.0,0.2,1)';
|
|
@@ -60,32 +62,14 @@ const Menu = class {
|
|
|
60
62
|
}
|
|
61
63
|
this.trapKeyboardFocus(ev, document);
|
|
62
64
|
};
|
|
63
|
-
/**
|
|
64
|
-
* If true, then the menu should be
|
|
65
|
-
* visible within a split pane.
|
|
66
|
-
* If false, then the menu is hidden.
|
|
67
|
-
* However, the menu-button/menu-toggle
|
|
68
|
-
* components can be used to open the
|
|
69
|
-
* menu.
|
|
70
|
-
*/
|
|
71
65
|
this.isPaneVisible = false;
|
|
72
66
|
this.isEndSide = false;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
67
|
+
this.contentId = undefined;
|
|
68
|
+
this.menuId = undefined;
|
|
69
|
+
this.type = undefined;
|
|
76
70
|
this.disabled = false;
|
|
77
|
-
/**
|
|
78
|
-
* Which side of the view the menu should be placed.
|
|
79
|
-
*/
|
|
80
71
|
this.side = 'start';
|
|
81
|
-
/**
|
|
82
|
-
* If `true`, swiping the menu is enabled.
|
|
83
|
-
*/
|
|
84
72
|
this.swipeGesture = true;
|
|
85
|
-
/**
|
|
86
|
-
* The edge threshold for dragging the menu open.
|
|
87
|
-
* If a drag/swipe happens over this value, the menu is not triggered.
|
|
88
|
-
*/
|
|
89
73
|
this.maxEdgeStart = 50;
|
|
90
74
|
}
|
|
91
75
|
typeChanged(type, oldType) {
|
|
@@ -146,7 +130,7 @@ const Menu = class {
|
|
|
146
130
|
// register this menu with the app's menu controller
|
|
147
131
|
menuController._register(this);
|
|
148
132
|
this.menuChanged();
|
|
149
|
-
this.gesture = (await import('./index-
|
|
133
|
+
this.gesture = (await import('./index-39782642.js')).createGesture({
|
|
150
134
|
el: document,
|
|
151
135
|
gestureName: 'menu-swipe',
|
|
152
136
|
gesturePriority: 30,
|
|
@@ -453,7 +437,7 @@ const Menu = class {
|
|
|
453
437
|
}
|
|
454
438
|
this.lastOnEnd = detail.currentTime;
|
|
455
439
|
// Account for rounding errors in JS
|
|
456
|
-
let newStepValue = shouldComplete ? 0.001 : -
|
|
440
|
+
let newStepValue = shouldComplete ? 0.001 : -0.001;
|
|
457
441
|
/**
|
|
458
442
|
* stepValue can sometimes return a negative
|
|
459
443
|
* value, but you can't have a negative time value
|
|
@@ -670,8 +654,8 @@ const SHOW_MENU = 'show-menu';
|
|
|
670
654
|
const SHOW_BACKDROP = 'show-backdrop';
|
|
671
655
|
const MENU_CONTENT_OPEN = 'menu-content-open';
|
|
672
656
|
Menu.style = {
|
|
673
|
-
ios:
|
|
674
|
-
md:
|
|
657
|
+
ios: IonMenuIosStyle0,
|
|
658
|
+
md: IonMenuMdStyle0
|
|
675
659
|
};
|
|
676
660
|
|
|
677
661
|
// Given a menu, return whether or not the menu toggle should be visible
|
|
@@ -681,29 +665,24 @@ const updateVisibility = async (menu) => {
|
|
|
681
665
|
};
|
|
682
666
|
|
|
683
667
|
const menuButtonIosCss = ":host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #0054e9);--padding-start:5px;--padding-end:5px;min-height:32px;font-size:clamp(31px, 1.9375rem, 38.13px)}:host(.ion-activated){opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}";
|
|
668
|
+
const IonMenuButtonIosStyle0 = menuButtonIosCss;
|
|
684
669
|
|
|
685
670
|
const menuButtonMdCss = ":host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.12;--background-hover:currentColor;--background-hover-opacity:.04;--border-radius:50%;--color:initial;--padding-start:8px;--padding-end:8px;width:3rem;height:3rem;font-size:1.5rem}:host(.ion-color.ion-focused)::after{background:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native::after{background:var(--ion-color-base)}}";
|
|
671
|
+
const IonMenuButtonMdStyle0 = menuButtonMdCss;
|
|
686
672
|
|
|
687
673
|
const MenuButton = class {
|
|
688
674
|
constructor(hostRef) {
|
|
689
675
|
registerInstance(this, hostRef);
|
|
690
676
|
this.inheritedAttributes = {};
|
|
677
|
+
this.onClick = async () => {
|
|
678
|
+
return menuController.toggle(this.menu);
|
|
679
|
+
};
|
|
691
680
|
this.visible = false;
|
|
692
|
-
|
|
693
|
-
* If `true`, the user cannot interact with the menu button.
|
|
694
|
-
*/
|
|
681
|
+
this.color = undefined;
|
|
695
682
|
this.disabled = false;
|
|
696
|
-
|
|
697
|
-
* Automatically hides the menu button when the corresponding menu is not active
|
|
698
|
-
*/
|
|
683
|
+
this.menu = undefined;
|
|
699
684
|
this.autoHide = true;
|
|
700
|
-
/**
|
|
701
|
-
* The type of the button.
|
|
702
|
-
*/
|
|
703
685
|
this.type = 'button';
|
|
704
|
-
this.onClick = async () => {
|
|
705
|
-
return menuController.toggle(this.menu);
|
|
706
|
-
};
|
|
707
686
|
}
|
|
708
687
|
componentWillLoad() {
|
|
709
688
|
this.inheritedAttributes = inheritAriaAttributes(this.el);
|
|
@@ -737,26 +716,22 @@ const MenuButton = class {
|
|
|
737
716
|
get el() { return getElement(this); }
|
|
738
717
|
};
|
|
739
718
|
MenuButton.style = {
|
|
740
|
-
ios:
|
|
741
|
-
md:
|
|
719
|
+
ios: IonMenuButtonIosStyle0,
|
|
720
|
+
md: IonMenuButtonMdStyle0
|
|
742
721
|
};
|
|
743
722
|
|
|
744
723
|
const menuToggleCss = ":host(.menu-toggle-hidden){display:none}";
|
|
724
|
+
const IonMenuToggleStyle0 = menuToggleCss;
|
|
745
725
|
|
|
746
726
|
const MenuToggle = class {
|
|
747
727
|
constructor(hostRef) {
|
|
748
728
|
registerInstance(this, hostRef);
|
|
749
|
-
this.visible = false;
|
|
750
|
-
/**
|
|
751
|
-
* Automatically hides the content when the corresponding menu is not active.
|
|
752
|
-
*
|
|
753
|
-
* By default, it's `true`. Change it to `false` in order to
|
|
754
|
-
* keep `ion-menu-toggle` always visible regardless the state of the menu.
|
|
755
|
-
*/
|
|
756
|
-
this.autoHide = true;
|
|
757
729
|
this.onClick = () => {
|
|
758
730
|
return menuController.toggle(this.menu);
|
|
759
731
|
};
|
|
732
|
+
this.visible = false;
|
|
733
|
+
this.menu = undefined;
|
|
734
|
+
this.autoHide = true;
|
|
760
735
|
}
|
|
761
736
|
connectedCallback() {
|
|
762
737
|
this.visibilityChanged();
|
|
@@ -773,6 +748,6 @@ const MenuToggle = class {
|
|
|
773
748
|
} }, h("slot", { key: '0a14c7b63eda64702d2fd1b4bc7db4809892842d' })));
|
|
774
749
|
}
|
|
775
750
|
};
|
|
776
|
-
MenuToggle.style =
|
|
751
|
+
MenuToggle.style = IonMenuToggleStyle0;
|
|
777
752
|
|
|
778
753
|
export { Menu as ion_menu, MenuButton as ion_menu_button, MenuToggle as ion_menu_toggle };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, w as writeTask, h,
|
|
5
|
-
import { f as findClosestIonContent, i as isIonContent, d as disableContentScrollY, r as resetContentScrollY, a as findIonContent, p as printIonContentErrorMsg } from './index-
|
|
6
|
-
import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-
|
|
7
|
-
import {
|
|
8
|
-
import { c as createLockController } from './lock-controller-
|
|
9
|
-
import {
|
|
10
|
-
import { g as getCapacitor } from './capacitor-
|
|
11
|
-
import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-
|
|
12
|
-
import { g as getClassMap } from './theme-
|
|
13
|
-
import { e as deepReady, w as waitForMount } from './index-
|
|
14
|
-
import { b as getIonMode, c as config } from './ionic-global-
|
|
15
|
-
import { KEYBOARD_DID_OPEN } from './keyboard-
|
|
16
|
-
import { c as createAnimation } from './animation-
|
|
17
|
-
import { g as getTimeGivenProgression } from './cubic-bezier-
|
|
18
|
-
import { createGesture } from './index-
|
|
19
|
-
import { w as win } from './index-
|
|
20
|
-
import './hardware-back-button-
|
|
21
|
-
import './gesture-controller-
|
|
22
|
-
import './keyboard-
|
|
4
|
+
import { r as registerInstance, c as createEvent, w as writeTask, h, e as Host, f as getElement } from './index-527b9e34.js';
|
|
5
|
+
import { f as findClosestIonContent, i as isIonContent, d as disableContentScrollY, r as resetContentScrollY, a as findIonContent, p as printIonContentErrorMsg } from './index-e919e353.js';
|
|
6
|
+
import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-2eea1763.js';
|
|
7
|
+
import { g as getElementRoot, j as clamp, r as raf, h as inheritAttributes, k as hasLazyBuild } from './helpers-78efeec3.js';
|
|
8
|
+
import { c as createLockController } from './lock-controller-316928be.js';
|
|
9
|
+
import { p as printIonWarning } from './index-738d7504.js';
|
|
10
|
+
import { g as getCapacitor } from './capacitor-59395cbd.js';
|
|
11
|
+
import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-41a5d51b.js';
|
|
12
|
+
import { g as getClassMap } from './theme-01f3f29c.js';
|
|
13
|
+
import { e as deepReady, w as waitForMount } from './index-ecb55b8d.js';
|
|
14
|
+
import { b as getIonMode, c as config } from './ionic-global-ca86cf32.js';
|
|
15
|
+
import { KEYBOARD_DID_OPEN } from './keyboard-52278bd7.js';
|
|
16
|
+
import { c as createAnimation } from './animation-eab5a4ca.js';
|
|
17
|
+
import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
18
|
+
import { createGesture } from './index-39782642.js';
|
|
19
|
+
import { w as win } from './index-a5d50daf.js';
|
|
20
|
+
import './hardware-back-button-864101a3.js';
|
|
21
|
+
import './gesture-controller-314a54f6.js';
|
|
22
|
+
import './keyboard-73175e24.js';
|
|
23
23
|
|
|
24
24
|
var Style;
|
|
25
25
|
(function (Style) {
|
|
@@ -441,7 +441,7 @@ const createSwipeToCloseGesture = (el, animation, statusBarStyle, onDismiss) =>
|
|
|
441
441
|
* canDismiss is checked.
|
|
442
442
|
*/
|
|
443
443
|
const shouldComplete = !isAttemptingDismissWithCanDismiss && threshold >= DISMISS_THRESHOLD;
|
|
444
|
-
let newStepValue = shouldComplete ? -
|
|
444
|
+
let newStepValue = shouldComplete ? -0.001 : 0.001;
|
|
445
445
|
if (!shouldComplete) {
|
|
446
446
|
animation.easing('cubic-bezier(1, 0, 0.68, 0.28)');
|
|
447
447
|
newStepValue += getTimeGivenProgression([0, 0], [1, 0], [0.68, 0.28], [1, 1], clampedStep)[0];
|
|
@@ -1348,8 +1348,10 @@ const createSheetGesture = (baseEl, backdropEl, wrapperEl, initialBreakpoint, ba
|
|
|
1348
1348
|
};
|
|
1349
1349
|
|
|
1350
1350
|
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}:host(.modal-sheet.modal-no-expand-scroll) ion-footer ion-toolbar:first-of-type{padding-top:6px}";
|
|
1351
|
+
const IonModalIosStyle0 = modalIosCss;
|
|
1351
1352
|
|
|
1352
1353
|
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}";
|
|
1354
|
+
const IonModalMdStyle0 = modalMdCss;
|
|
1353
1355
|
|
|
1354
1356
|
const Modal = class {
|
|
1355
1357
|
constructor(hostRef) {
|
|
@@ -1372,112 +1374,6 @@ const Modal = class {
|
|
|
1372
1374
|
this.inline = false;
|
|
1373
1375
|
// Whether or not modal is being dismissed via gesture
|
|
1374
1376
|
this.gestureAnimationDismissing = false;
|
|
1375
|
-
this.presented = false;
|
|
1376
|
-
/** @internal */
|
|
1377
|
-
this.hasController = false;
|
|
1378
|
-
/**
|
|
1379
|
-
* If `true`, the keyboard will be automatically dismissed when the overlay is presented.
|
|
1380
|
-
*/
|
|
1381
|
-
this.keyboardClose = true;
|
|
1382
|
-
/**
|
|
1383
|
-
* Controls whether scrolling or dragging within the sheet modal expands
|
|
1384
|
-
* it to a larger breakpoint. This only takes effect when `breakpoints`
|
|
1385
|
-
* and `initialBreakpoint` are set.
|
|
1386
|
-
*
|
|
1387
|
-
* If `true`, scrolling or dragging anywhere in the modal will first expand
|
|
1388
|
-
* it to the next breakpoint. Once fully expanded, scrolling will affect the
|
|
1389
|
-
* content.
|
|
1390
|
-
* If `false`, scrolling will always affect the content. The modal will
|
|
1391
|
-
* only expand when dragging the header or handle. The modal will close when
|
|
1392
|
-
* dragging the header or handle. It can also be closed when dragging the
|
|
1393
|
-
* content, but only if the content is scrolled to the top.
|
|
1394
|
-
*/
|
|
1395
|
-
this.expandToScroll = true;
|
|
1396
|
-
/**
|
|
1397
|
-
* A decimal value between 0 and 1 that indicates the
|
|
1398
|
-
* point after which the backdrop will begin to fade in
|
|
1399
|
-
* when using a sheet modal. Prior to this point, the
|
|
1400
|
-
* backdrop will be hidden and the content underneath
|
|
1401
|
-
* the sheet can be interacted with. This value is exclusive
|
|
1402
|
-
* meaning the backdrop will become active after the value
|
|
1403
|
-
* specified.
|
|
1404
|
-
*/
|
|
1405
|
-
this.backdropBreakpoint = 0;
|
|
1406
|
-
/**
|
|
1407
|
-
* The interaction behavior for the sheet modal when the handle is pressed.
|
|
1408
|
-
*
|
|
1409
|
-
* Defaults to `"none"`, which means the modal will not change size or position when the handle is pressed.
|
|
1410
|
-
* Set to `"cycle"` to let the modal cycle between available breakpoints when pressed.
|
|
1411
|
-
*
|
|
1412
|
-
* Handle behavior is unavailable when the `handle` property is set to `false` or
|
|
1413
|
-
* when the `breakpoints` property is not set (using a fullscreen or card modal).
|
|
1414
|
-
*/
|
|
1415
|
-
this.handleBehavior = 'none';
|
|
1416
|
-
/**
|
|
1417
|
-
* If `true`, the modal will be dismissed when the backdrop is clicked.
|
|
1418
|
-
*/
|
|
1419
|
-
this.backdropDismiss = true;
|
|
1420
|
-
/**
|
|
1421
|
-
* If `true`, a backdrop will be displayed behind the modal.
|
|
1422
|
-
* This property controls whether or not the backdrop
|
|
1423
|
-
* darkens the screen when the modal is presented.
|
|
1424
|
-
* It does not control whether or not the backdrop
|
|
1425
|
-
* is active or present in the DOM.
|
|
1426
|
-
*/
|
|
1427
|
-
this.showBackdrop = true;
|
|
1428
|
-
/**
|
|
1429
|
-
* If `true`, the modal will animate.
|
|
1430
|
-
*/
|
|
1431
|
-
this.animated = true;
|
|
1432
|
-
/**
|
|
1433
|
-
* If `true`, the modal will open. If `false`, the modal will close.
|
|
1434
|
-
* Use this if you need finer grained control over presentation, otherwise
|
|
1435
|
-
* just use the modalController or the `trigger` property.
|
|
1436
|
-
* Note: `isOpen` will not automatically be set back to `false` when
|
|
1437
|
-
* the modal dismisses. You will need to do that in your code.
|
|
1438
|
-
*/
|
|
1439
|
-
this.isOpen = false;
|
|
1440
|
-
/**
|
|
1441
|
-
* If `true`, the component passed into `ion-modal` will
|
|
1442
|
-
* automatically be mounted when the modal is created. The
|
|
1443
|
-
* component will remain mounted even when the modal is dismissed.
|
|
1444
|
-
* However, the component will be destroyed when the modal is
|
|
1445
|
-
* destroyed. This property is not reactive and should only be
|
|
1446
|
-
* used when initially creating a modal.
|
|
1447
|
-
*
|
|
1448
|
-
* Note: This feature only applies to inline modals in JavaScript
|
|
1449
|
-
* frameworks such as Angular, React, and Vue.
|
|
1450
|
-
*/
|
|
1451
|
-
this.keepContentsMounted = false;
|
|
1452
|
-
/**
|
|
1453
|
-
* If `true`, focus will not be allowed to move outside of this overlay.
|
|
1454
|
-
* If `false`, focus will be allowed to move outside of the overlay.
|
|
1455
|
-
*
|
|
1456
|
-
* In most scenarios this property should remain set to `true`. Setting
|
|
1457
|
-
* this property to `false` can cause severe accessibility issues as users
|
|
1458
|
-
* relying on assistive technologies may be able to move focus into
|
|
1459
|
-
* a confusing state. We recommend only setting this to `false` when
|
|
1460
|
-
* absolutely necessary.
|
|
1461
|
-
*
|
|
1462
|
-
* Developers may want to consider disabling focus trapping if this
|
|
1463
|
-
* overlay presents a non-Ionic overlay from a 3rd party library.
|
|
1464
|
-
* Developers would disable focus trapping on the Ionic overlay
|
|
1465
|
-
* when presenting the 3rd party overlay and then re-enable
|
|
1466
|
-
* focus trapping when dismissing the 3rd party overlay and moving
|
|
1467
|
-
* focus back to the Ionic overlay.
|
|
1468
|
-
*/
|
|
1469
|
-
this.focusTrap = true;
|
|
1470
|
-
/**
|
|
1471
|
-
* Determines whether or not a modal can dismiss
|
|
1472
|
-
* when calling the `dismiss` method.
|
|
1473
|
-
*
|
|
1474
|
-
* If the value is `true` or the value's function returns `true`, the modal will close when trying to dismiss.
|
|
1475
|
-
* If the value is `false` or the value's function returns `false`, the modal will not close when trying to dismiss.
|
|
1476
|
-
*
|
|
1477
|
-
* See https://ionicframework.com/docs/troubleshooting/runtime#accessing-this
|
|
1478
|
-
* if you need to access `this` from within the callback.
|
|
1479
|
-
*/
|
|
1480
|
-
this.canDismiss = true;
|
|
1481
1377
|
this.onHandleClick = () => {
|
|
1482
1378
|
const { sheetTransition, handleBehavior } = this;
|
|
1483
1379
|
if (handleBehavior !== 'cycle' || sheetTransition !== undefined) {
|
|
@@ -1515,6 +1411,32 @@ const Modal = class {
|
|
|
1515
1411
|
el.dispatchEvent(ev);
|
|
1516
1412
|
}
|
|
1517
1413
|
};
|
|
1414
|
+
this.presented = false;
|
|
1415
|
+
this.hasController = false;
|
|
1416
|
+
this.overlayIndex = undefined;
|
|
1417
|
+
this.delegate = undefined;
|
|
1418
|
+
this.keyboardClose = true;
|
|
1419
|
+
this.enterAnimation = undefined;
|
|
1420
|
+
this.leaveAnimation = undefined;
|
|
1421
|
+
this.breakpoints = undefined;
|
|
1422
|
+
this.expandToScroll = true;
|
|
1423
|
+
this.initialBreakpoint = undefined;
|
|
1424
|
+
this.backdropBreakpoint = 0;
|
|
1425
|
+
this.handle = undefined;
|
|
1426
|
+
this.handleBehavior = 'none';
|
|
1427
|
+
this.component = undefined;
|
|
1428
|
+
this.componentProps = undefined;
|
|
1429
|
+
this.cssClass = undefined;
|
|
1430
|
+
this.backdropDismiss = true;
|
|
1431
|
+
this.showBackdrop = true;
|
|
1432
|
+
this.animated = true;
|
|
1433
|
+
this.presentingElement = undefined;
|
|
1434
|
+
this.htmlAttributes = undefined;
|
|
1435
|
+
this.isOpen = false;
|
|
1436
|
+
this.trigger = undefined;
|
|
1437
|
+
this.keepContentsMounted = false;
|
|
1438
|
+
this.focusTrap = true;
|
|
1439
|
+
this.canDismiss = true;
|
|
1518
1440
|
}
|
|
1519
1441
|
onIsOpenChange(newValue, oldValue) {
|
|
1520
1442
|
if (newValue === true && oldValue === false) {
|
|
@@ -2010,8 +1932,8 @@ const LIFECYCLE_MAP = {
|
|
|
2010
1932
|
ionModalDidDismiss: 'ionViewDidLeave',
|
|
2011
1933
|
};
|
|
2012
1934
|
Modal.style = {
|
|
2013
|
-
ios:
|
|
2014
|
-
md:
|
|
1935
|
+
ios: IonModalIosStyle0,
|
|
1936
|
+
md: IonModalMdStyle0
|
|
2015
1937
|
};
|
|
2016
1938
|
|
|
2017
1939
|
export { Modal as ion_modal };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, c as createEvent, h,
|
|
5
|
-
import { g as getTimeGivenProgression } from './cubic-bezier-
|
|
6
|
-
import {
|
|
7
|
-
import { b as getIonMode, c as config } from './ionic-global-
|
|
8
|
-
import { l as lifecycle, t as transition, s as setPageHidden, d as LIFECYCLE_WILL_UNLOAD, b as LIFECYCLE_WILL_LEAVE, c as LIFECYCLE_DID_LEAVE } from './index-
|
|
9
|
-
import { a as attachComponent } from './framework-delegate-
|
|
10
|
-
import './index-
|
|
4
|
+
import { r as registerInstance, c as createEvent, h, f as getElement, e as Host } from './index-527b9e34.js';
|
|
5
|
+
import { g as getTimeGivenProgression } from './cubic-bezier-fe2083dc.js';
|
|
6
|
+
import { n as assert, s as shallowEqualStringMap } from './helpers-78efeec3.js';
|
|
7
|
+
import { b as getIonMode, c as config } from './ionic-global-ca86cf32.js';
|
|
8
|
+
import { l as lifecycle, t as transition, s as setPageHidden, d as LIFECYCLE_WILL_UNLOAD, b as LIFECYCLE_WILL_LEAVE, c as LIFECYCLE_DID_LEAVE } from './index-ecb55b8d.js';
|
|
9
|
+
import { a as attachComponent } from './framework-delegate-2eea1763.js';
|
|
10
|
+
import './index-738d7504.js';
|
|
11
11
|
|
|
12
12
|
const VIEW_STATE_NEW = 1;
|
|
13
13
|
const VIEW_STATE_ATTACHED = 2;
|
|
@@ -77,6 +77,7 @@ const convertToViews = (pages) => {
|
|
|
77
77
|
};
|
|
78
78
|
|
|
79
79
|
const navCss = ":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}";
|
|
80
|
+
const IonNavStyle0 = navCss;
|
|
80
81
|
|
|
81
82
|
const Nav = class {
|
|
82
83
|
constructor(hostRef) {
|
|
@@ -91,10 +92,12 @@ const Nav = class {
|
|
|
91
92
|
this.destroyed = false;
|
|
92
93
|
this.views = [];
|
|
93
94
|
this.didLoad = false;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
*/
|
|
95
|
+
this.delegate = undefined;
|
|
96
|
+
this.swipeGesture = undefined;
|
|
97
97
|
this.animated = true;
|
|
98
|
+
this.animation = undefined;
|
|
99
|
+
this.rootParams = undefined;
|
|
100
|
+
this.root = undefined;
|
|
98
101
|
}
|
|
99
102
|
swipeGestureChanged() {
|
|
100
103
|
if (this.gesture) {
|
|
@@ -130,7 +133,7 @@ const Nav = class {
|
|
|
130
133
|
// We want to set this flag before any watch callbacks are manually called
|
|
131
134
|
this.didLoad = true;
|
|
132
135
|
this.rootChanged();
|
|
133
|
-
this.gesture = (await import('./swipe-back-
|
|
136
|
+
this.gesture = (await import('./swipe-back-07df2095.js')).createSwipeBackGesture(this.el, this.canStart.bind(this), this.onStart.bind(this), this.onMove.bind(this), this.onEnd.bind(this));
|
|
134
137
|
this.swipeGestureChanged();
|
|
135
138
|
}
|
|
136
139
|
connectedCallback() {
|
|
@@ -873,7 +876,7 @@ const Nav = class {
|
|
|
873
876
|
this.gestureOrAnimationInProgress = false;
|
|
874
877
|
}, { oneTimeCallback: true });
|
|
875
878
|
// Account for rounding errors in JS
|
|
876
|
-
let newStepValue = shouldComplete ? -
|
|
879
|
+
let newStepValue = shouldComplete ? -0.001 : 0.001;
|
|
877
880
|
/**
|
|
878
881
|
* Animation will be reversed here, so need to
|
|
879
882
|
* reverse the easing curve as well
|
|
@@ -904,7 +907,7 @@ const Nav = class {
|
|
|
904
907
|
"root": ["rootChanged"]
|
|
905
908
|
}; }
|
|
906
909
|
};
|
|
907
|
-
Nav.style =
|
|
910
|
+
Nav.style = IonNavStyle0;
|
|
908
911
|
|
|
909
912
|
const navLink = (el, routerDirection, component, componentProps, routerAnimation) => {
|
|
910
913
|
const nav = el.closest('ion-nav');
|
|
@@ -929,13 +932,13 @@ const navLink = (el, routerDirection, component, componentProps, routerAnimation
|
|
|
929
932
|
const NavLink = class {
|
|
930
933
|
constructor(hostRef) {
|
|
931
934
|
registerInstance(this, hostRef);
|
|
932
|
-
/**
|
|
933
|
-
* The transition direction when navigating to another page.
|
|
934
|
-
*/
|
|
935
|
-
this.routerDirection = 'forward';
|
|
936
935
|
this.onClick = () => {
|
|
937
936
|
return navLink(this.el, this.routerDirection, this.component, this.componentProps, this.routerAnimation);
|
|
938
937
|
};
|
|
938
|
+
this.component = undefined;
|
|
939
|
+
this.componentProps = undefined;
|
|
940
|
+
this.routerDirection = 'forward';
|
|
941
|
+
this.routerAnimation = undefined;
|
|
939
942
|
}
|
|
940
943
|
render() {
|
|
941
944
|
return h(Host, { key: '9ba170d1b10e08e8a6b5e6a30d363871d455a0a9', onClick: this.onClick });
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { r as registerInstance, h,
|
|
5
|
-
import {
|
|
6
|
-
import { c as createColorClasses } from './theme-
|
|
7
|
-
import { b as getIonMode } from './ionic-global-
|
|
4
|
+
import { r as registerInstance, h, e as Host, f as getElement } from './index-527b9e34.js';
|
|
5
|
+
import { h as inheritAttributes } from './helpers-78efeec3.js';
|
|
6
|
+
import { c as createColorClasses } from './theme-01f3f29c.js';
|
|
7
|
+
import { b as getIonMode } from './ionic-global-ca86cf32.js';
|
|
8
8
|
|
|
9
9
|
const pickerColumnOptionIosCss = "button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}";
|
|
10
|
+
const IonPickerColumnOptionIosStyle0 = pickerColumnOptionIosCss;
|
|
10
11
|
|
|
11
12
|
const pickerColumnOptionMdCss = "button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}:host(.option-active){color:var(--ion-color-base)}";
|
|
13
|
+
const IonPickerColumnOptionMdStyle0 = pickerColumnOptionMdCss;
|
|
12
14
|
|
|
13
15
|
const PickerColumnOption = class {
|
|
14
16
|
constructor(hostRef) {
|
|
@@ -19,24 +21,9 @@ const PickerColumnOption = class {
|
|
|
19
21
|
* clicking an enable option.
|
|
20
22
|
*/
|
|
21
23
|
this.pickerColumn = null;
|
|
22
|
-
/**
|
|
23
|
-
* The aria-label of the option.
|
|
24
|
-
*
|
|
25
|
-
* If the value changes, then it will trigger a
|
|
26
|
-
* re-render of the picker since it's a @State variable.
|
|
27
|
-
* Otherwise, the `aria-label` attribute cannot be updated
|
|
28
|
-
* after the component is loaded.
|
|
29
|
-
*/
|
|
30
24
|
this.ariaLabel = null;
|
|
31
|
-
/**
|
|
32
|
-
* If `true`, the user cannot interact with the picker column option.
|
|
33
|
-
*/
|
|
34
25
|
this.disabled = false;
|
|
35
|
-
|
|
36
|
-
* The color to use from your application's color palette.
|
|
37
|
-
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
|
|
38
|
-
* For more information on colors, see [theming](/docs/theming/basics).
|
|
39
|
-
*/
|
|
26
|
+
this.value = undefined;
|
|
40
27
|
this.color = 'primary';
|
|
41
28
|
}
|
|
42
29
|
/**
|
|
@@ -108,8 +95,8 @@ const PickerColumnOption = class {
|
|
|
108
95
|
}; }
|
|
109
96
|
};
|
|
110
97
|
PickerColumnOption.style = {
|
|
111
|
-
ios:
|
|
112
|
-
md:
|
|
98
|
+
ios: IonPickerColumnOptionIosStyle0,
|
|
99
|
+
md: IonPickerColumnOptionMdStyle0
|
|
113
100
|
};
|
|
114
101
|
|
|
115
102
|
export { PickerColumnOption as ion_picker_column_option };
|