@ionic/core 8.3.2-dev.11729014526.1ab61c12 → 8.3.2-dev.11729166111.115d6104
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 +1 -1
- package/components/alert.js +2 -1
- package/components/animation.js +1 -1
- package/components/backdrop.js +1 -1
- package/components/button.js +1 -1
- package/components/buttons.js +1 -1
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +1 -1
- package/components/config2.js +79 -0
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/helpers.js +4 -1
- package/components/index2.js +2 -1
- package/components/index4.js +1 -3
- package/components/index5.js +27 -3
- package/components/index6.js +124 -27
- package/components/index7.js +150 -111
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -2
- package/components/ion-accordion-group.js +5 -5
- package/components/ion-accordion.js +11 -14
- package/components/ion-app.js +7 -74
- package/components/ion-avatar.js +1 -1
- package/components/ion-back-button.js +3 -2
- package/components/ion-badge.js +1 -1
- package/components/ion-breadcrumb.js +3 -2
- package/components/ion-breadcrumbs.js +1 -1
- package/components/ion-card-content.js +1 -1
- package/components/ion-card-header.js +1 -1
- package/components/ion-card-subtitle.js +1 -1
- package/components/ion-card-title.js +1 -1
- package/components/ion-card.js +1 -1
- package/components/ion-chip.js +1 -1
- package/components/ion-col.js +1 -1
- package/components/ion-content.js +7 -5
- package/components/ion-datetime-button.js +1 -1
- package/components/ion-datetime.js +3 -2
- package/components/ion-fab-button.js +3 -2
- package/components/ion-fab-list.js +1 -1
- package/components/ion-fab.js +1 -1
- package/components/ion-footer.js +7 -5
- package/components/ion-grid.js +1 -1
- package/components/ion-header.js +8 -6
- package/components/ion-img.js +1 -1
- package/components/ion-infinite-scroll-content.js +2 -1
- package/components/ion-infinite-scroll.js +2 -2
- package/components/ion-input-password-toggle.js +3 -2
- package/components/ion-input.js +3 -2
- package/components/ion-item-divider.js +1 -1
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +1 -1
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +2 -2
- package/components/ion-loading.js +2 -1
- package/components/ion-menu-button.js +3 -2
- package/components/ion-menu-toggle.js +1 -1
- package/components/ion-menu.js +2 -2
- package/components/ion-modal.js +3 -3
- package/components/ion-nav.js +2 -1
- package/components/ion-note.js +1 -1
- package/components/ion-picker-legacy.js +1 -1
- package/components/ion-progress-bar.js +2 -1
- package/components/ion-range.js +2 -2
- package/components/ion-refresher-content.js +3 -2
- package/components/ion-refresher.js +2 -2
- package/components/ion-reorder-group.js +2 -2
- package/components/ion-reorder.js +3 -2
- package/components/ion-router-link.js +1 -1
- package/components/ion-router-outlet.js +2 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +3 -2
- package/components/ion-segment-button.js +1 -1
- package/components/ion-segment.js +1 -1
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +3 -2
- package/components/ion-skeleton-text.js +2 -1
- package/components/ion-split-pane.js +1 -1
- package/components/ion-tab-bar.js +1 -1
- package/components/ion-tab-button.js +2 -1
- package/components/ion-text.js +1 -1
- package/components/ion-textarea.js +1 -1
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-title.js +1 -1
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +3 -2
- package/components/ion-toolbar.js +1 -1
- package/components/ionic-global.js +189 -76
- package/components/item.js +6 -5
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +1 -1
- package/components/list-header.js +1 -1
- package/components/list.js +1 -1
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -4
- package/components/picker-column-option.js +1 -1
- package/components/picker-column.js +1 -2
- package/components/picker-column2.js +1 -1
- package/components/popover.js +1 -1
- package/components/radio-group.js +1 -1
- package/components/radio.js +1 -1
- package/components/ripple-effect.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +2 -1
- package/components/status-tap.js +1 -1
- package/css/ionic/bundle.ionic.css +1 -1
- package/css/ionic/bundle.ionic.css.map +1 -1
- package/css/ionic/core.ionic.css +1 -1
- package/css/ionic/core.ionic.css.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-232e0c8f.js} +2 -2
- package/dist/cjs/{app-globals-38bbc401.js → app-globals-0189a70c.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-41228dbf.js} +4 -4
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-806e7fee.js} +3 -3
- package/dist/cjs/{index-73f75efb.js → config-1349d5b4.js} +79 -0
- package/dist/cjs/{data-b3a1a686.js → data-cad5d489.js} +1 -1
- package/dist/{esm/focus-visible-dd40d69f.js → cjs/focus-visible-9aa87fa3.js} +11 -1
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-cf116b1d.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f0cad9a6.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-e75eb909.js} +4 -1
- package/dist/cjs/{index-2fa32189.js → index-1d02518d.js} +2 -2
- package/dist/cjs/{index-9509ecad.js → index-2c8b42cd.js} +8 -7
- package/dist/cjs/{index-694a3808.js → index-3ac79a1b.js} +10 -10
- package/dist/cjs/{index-ed0f67a3.js → index-71085796.js} +5 -7
- package/dist/cjs/index.cjs.js +10 -12
- package/dist/cjs/{input-shims-ab680ecf.js → input-shims-2958dcc9.js} +17 -18
- package/dist/cjs/{input.utils-44ff82f0.js → input.utils-ed749ecb.js} +3 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +28 -32
- package/dist/cjs/ion-action-sheet.cjs.entry.js +23 -25
- package/dist/cjs/ion-alert.cjs.entry.js +33 -35
- package/dist/cjs/ion-app_8.cjs.entry.js +84 -150
- package/dist/cjs/ion-avatar_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-back-button.cjs.entry.js +13 -13
- package/dist/cjs/ion-backdrop.cjs.entry.js +5 -5
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +24 -24
- package/dist/cjs/ion-button_2.cjs.entry.js +13 -13
- package/dist/cjs/ion-card_5.cjs.entry.js +19 -19
- package/dist/cjs/ion-checkbox.cjs.entry.js +15 -15
- package/dist/cjs/ion-chip.cjs.entry.js +5 -5
- package/dist/cjs/ion-col_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -8
- package/dist/cjs/ion-datetime_3.cjs.entry.js +89 -91
- package/dist/cjs/ion-fab_3.cjs.entry.js +21 -21
- package/dist/cjs/ion-img.cjs.entry.js +10 -10
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +22 -22
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +14 -14
- package/dist/cjs/ion-input.cjs.entry.js +27 -28
- package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -19
- package/dist/cjs/ion-item_8.cjs.entry.js +43 -43
- package/dist/cjs/ion-loading.cjs.entry.js +23 -25
- package/dist/cjs/ion-menu_3.cjs.entry.js +37 -39
- package/dist/cjs/ion-modal.cjs.entry.js +48 -50
- package/dist/cjs/ion-nav_2.cjs.entry.js +25 -25
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -7
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -14
- package/dist/cjs/ion-picker.cjs.entry.js +7 -7
- package/dist/cjs/ion-popover.cjs.entry.js +22 -24
- package/dist/cjs/ion-progress-bar.cjs.entry.js +10 -10
- package/dist/cjs/ion-radio_2.cjs.entry.js +16 -16
- package/dist/cjs/ion-range.cjs.entry.js +23 -23
- package/dist/cjs/ion-refresher_2.cjs.entry.js +46 -47
- package/dist/cjs/ion-reorder_2.cjs.entry.js +20 -21
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +14 -14
- package/dist/cjs/ion-searchbar.cjs.entry.js +30 -30
- package/dist/cjs/ion-segment_2.cjs.entry.js +17 -17
- package/dist/cjs/ion-select_3.cjs.entry.js +43 -45
- package/dist/cjs/ion-spinner.cjs.entry.js +12 -12
- package/dist/cjs/ion-split-pane.cjs.entry.js +7 -7
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +18 -19
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -13
- package/dist/cjs/ion-text.cjs.entry.js +5 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +23 -24
- package/dist/cjs/ion-toast.cjs.entry.js +29 -31
- package/dist/cjs/ion-toggle.cjs.entry.js +24 -25
- package/dist/cjs/{ionic-global-5df85d73.js → ionic-global-3647b9f5.js} +205 -89
- package/dist/cjs/ionic.cjs.js +7 -7
- package/dist/cjs/{ios.transition-7574ba71.js → ios.transition-4411892c.js} +5 -6
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-020444ad.js} +11 -9
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-e0062bfc.js} +4 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-ed6e1327.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-d9d90911.js → md.transition-261f9f67.js} +5 -6
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-70ad2323.js} +4 -4
- package/dist/cjs/{overlays-faf6f843.js → overlays-22320753.js} +17 -17
- package/dist/cjs/{status-tap-28780caa.js → status-tap-cfc7f9a5.js} +8 -8
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-ecdf1cf5.js} +2 -1
- package/dist/collection/components/accordion/accordion.ionic.css +203 -0
- package/dist/collection/components/accordion/accordion.ios.css +61 -58
- package/dist/collection/components/accordion/accordion.js +6 -10
- package/dist/collection/components/accordion/accordion.md.css +61 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +83 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -4
- package/dist/collection/components/accordion-group/accordion-group.js +4 -4
- package/dist/collection/components/accordion-group/accordion-group.md.css +4 -4
- package/dist/collection/components/app/app.js +5 -75
- package/dist/collection/components/content/content.js +6 -4
- package/dist/collection/components/footer/footer.js +5 -3
- package/dist/collection/components/header/header.js +6 -4
- package/dist/collection/components/input/input.js +1 -1
- package/dist/collection/components/item/item.ionic.css +2 -0
- package/dist/collection/components/item/item.ios.css +1 -0
- package/dist/collection/components/item/item.md.css +1 -0
- package/dist/collection/components/searchbar/searchbar.js +1 -1
- package/dist/collection/global/ionic-global.js +69 -1
- package/dist/collection/utils/focus-visible.js +7 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +3 -1
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/overlays.js +2 -1
- package/dist/docs.json +107 -107
- package/dist/esm/{animation-eab5a4ca.js → animation-16546c84.js} +1 -1
- package/dist/esm/{app-globals-c45950ba.js → app-globals-35381e66.js} +1 -1
- package/dist/esm/{button-active-873732e5.js → button-active-c768aceb.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-0897b83c.js} +1 -1
- package/dist/esm/{index-723c0e5d.js → config-0b6b1b3d.js} +76 -1
- package/dist/esm/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
- package/dist/{cjs/focus-visible-7a0ce04f.js → esm/focus-visible-501aff19.js} +8 -3
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-56698eb0.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-d57f52c8.js} +4 -1
- package/{components/index8.js → dist/esm/index-7f65e865.js} +3 -2
- package/dist/esm/{index-2d8b49ae.js → index-82405a4a.js} +3 -5
- package/dist/esm/{index-29be96b3.js → index-edf94b3b.js} +5 -5
- package/dist/esm/{index-56cab0d6.js → index-f8ad386a.js} +2 -2
- package/dist/esm/index.js +10 -12
- package/dist/esm/{input-shims-59f93016.js → input-shims-0f3cc1c3.js} +6 -7
- package/dist/esm/{input.utils-8755322f.js → input.utils-ef4d8197.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +15 -19
- package/dist/esm/ion-action-sheet.entry.js +9 -11
- package/dist/esm/ion-alert.entry.js +9 -11
- package/dist/esm/ion-app_8.entry.js +28 -94
- package/dist/esm/ion-avatar_3.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +3 -3
- package/dist/esm/ion-backdrop.entry.js +2 -2
- package/dist/esm/ion-breadcrumb_2.entry.js +3 -3
- package/dist/esm/ion-button_2.entry.js +3 -3
- package/dist/esm/ion-card_5.entry.js +3 -3
- package/dist/esm/ion-checkbox.entry.js +3 -3
- package/dist/esm/ion-chip.entry.js +2 -2
- package/dist/esm/ion-col_3.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +4 -4
- package/dist/esm/ion-datetime_3.entry.js +10 -12
- package/dist/esm/ion-fab_3.entry.js +3 -3
- package/dist/esm/ion-img.entry.js +3 -3
- package/dist/esm/ion-infinite-scroll_2.entry.js +4 -4
- package/dist/esm/ion-input-password-toggle.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +5 -6
- package/dist/esm/ion-item-option_3.entry.js +4 -4
- package/dist/esm/ion-item_8.entry.js +6 -6
- package/dist/esm/ion-loading.entry.js +6 -8
- package/dist/esm/ion-menu_3.entry.js +7 -9
- package/dist/esm/ion-modal.entry.js +11 -13
- package/dist/esm/ion-nav_2.entry.js +6 -6
- package/dist/esm/ion-picker-column-option.entry.js +3 -3
- package/dist/esm/ion-picker-column.entry.js +5 -6
- package/dist/esm/ion-picker.entry.js +2 -2
- package/dist/esm/ion-popover.entry.js +7 -9
- package/dist/esm/ion-progress-bar.entry.js +3 -3
- package/dist/esm/ion-radio_2.entry.js +3 -3
- package/dist/esm/ion-range.entry.js +4 -4
- package/dist/esm/ion-refresher_2.entry.js +7 -8
- package/dist/esm/ion-reorder_2.entry.js +6 -7
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +3 -3
- package/dist/esm/ion-searchbar.entry.js +3 -3
- package/dist/esm/ion-segment_2.entry.js +3 -3
- package/dist/esm/ion-select_3.entry.js +6 -8
- package/dist/esm/ion-spinner.entry.js +2 -2
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +6 -7
- package/dist/esm/ion-tab_2.entry.js +3 -3
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +5 -6
- package/dist/esm/ion-toast.entry.js +6 -8
- package/dist/esm/ion-toggle.entry.js +5 -6
- package/dist/esm/{ionic-global-a8cbb8b0.js → ionic-global-d7017fd9.js} +184 -72
- package/dist/esm/ionic.js +4 -4
- package/dist/esm/{ios.transition-4706aa28.js → ios.transition-4b9fe79e.js} +5 -6
- package/dist/esm/{keyboard-52278bd7.js → keyboard-584d2e6f.js} +4 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-9c9c2301.js} +5 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{md.transition-20ad6960.js → md.transition-a71dc418.js} +5 -6
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-4d9a7b28.js} +2 -2
- package/dist/esm/{overlays-40e86f77.js → overlays-9da9aef5.js} +6 -6
- package/dist/esm/{status-tap-0433b6a6.js → status-tap-82f51b25.js} +4 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-c5709ce5.js} +2 -1
- package/dist/esm-es5/animation-16546c84.js +4 -0
- package/dist/esm-es5/app-globals-35381e66.js +4 -0
- package/dist/esm-es5/button-active-c768aceb.js +4 -0
- package/dist/esm-es5/capacitor-0897b83c.js +4 -0
- package/dist/esm-es5/{index-723c0e5d.js → config-0b6b1b3d.js} +2 -2
- package/dist/esm-es5/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-56698eb0.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm-es5/helpers-d57f52c8.js +4 -0
- package/dist/esm-es5/index-7f65e865.js +4 -0
- package/dist/esm-es5/index-82405a4a.js +4 -0
- package/dist/esm-es5/index-edf94b3b.js +4 -0
- package/dist/esm-es5/{index-56cab0d6.js → index-f8ad386a.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0f3cc1c3.js +4 -0
- package/dist/esm-es5/input.utils-ef4d8197.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-d7017fd9.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4b9fe79e.js +4 -0
- package/dist/esm-es5/keyboard-584d2e6f.js +4 -0
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm-es5/keyboard-controller-9c9c2301.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-a71dc418.js +4 -0
- package/dist/esm-es5/notch-controller-4d9a7b28.js +4 -0
- package/dist/esm-es5/overlays-9da9aef5.js +4 -0
- package/dist/esm-es5/status-tap-82f51b25.js +4 -0
- package/dist/esm-es5/swipe-back-c5709ce5.js +4 -0
- package/dist/html.html-data.json +102 -102
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/p-027d729e.entry.js +4 -0
- package/dist/ionic/p-036e1c5b.entry.js +4 -0
- package/dist/ionic/{p-8285d686.system.entry.js → p-0695a0af.system.entry.js} +1 -1
- package/dist/ionic/p-08df90cf.system.js +4 -0
- package/dist/ionic/p-08f1ef0c.entry.js +4 -0
- package/dist/ionic/{p-eef611dc.system.entry.js → p-093de343.system.entry.js} +1 -1
- package/dist/ionic/{p-d3fd2c98.entry.js → p-0a701833.entry.js} +1 -1
- package/dist/ionic/{p-0b120b1d.js → p-0a820472.js} +1 -1
- package/dist/ionic/p-0ade0499.system.entry.js +4 -0
- package/dist/ionic/p-1037b7dd.js +4 -0
- package/dist/ionic/{p-26313905.system.entry.js → p-11915ee9.system.entry.js} +1 -1
- package/dist/ionic/p-12e3e308.entry.js +4 -0
- package/dist/ionic/p-14719a77.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-25e2c98f.system.js +4 -0
- package/dist/ionic/p-26f7c080.system.js +4 -0
- package/dist/ionic/p-28d04212.system.js +4 -0
- package/dist/ionic/{p-cde755fc.system.entry.js → p-291dc0b3.system.entry.js} +1 -1
- package/dist/ionic/p-29d6d1fc.system.entry.js +4 -0
- package/dist/ionic/p-2a559ac6.js +4 -0
- package/dist/ionic/p-2a79e451.entry.js +4 -0
- package/dist/ionic/p-2b428cf6.entry.js +4 -0
- package/dist/ionic/{p-d878447e.entry.js → p-2c368e32.entry.js} +1 -1
- package/dist/ionic/{p-a4519424.system.js → p-2c5d7d84.system.js} +1 -1
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/{p-6b6ee9ca.system.entry.js → p-2da8c20c.system.entry.js} +1 -1
- package/dist/ionic/p-334c09da.entry.js +4 -0
- package/dist/ionic/p-33a1d951.system.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/{p-727aa804.system.entry.js → p-39c02066.system.entry.js} +1 -1
- package/dist/ionic/{p-c4ae4d32.system.js → p-3a11234f.system.js} +1 -1
- package/dist/ionic/{p-4ccbf702.system.js → p-3bfe43bc.system.js} +1 -1
- package/dist/ionic/p-3c24f9f2.entry.js +4 -0
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/{p-35b66bbc.system.entry.js → p-3d9cad0b.system.entry.js} +1 -1
- package/dist/ionic/{p-5a583b1a.entry.js → p-413a936c.entry.js} +1 -1
- package/dist/ionic/p-419fac38.entry.js +4 -0
- package/dist/ionic/p-434c7348.system.entry.js +4 -0
- package/dist/ionic/p-45e150eb.js +4 -0
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-46cc2492.system.js +4 -0
- package/dist/ionic/{p-77c3fe69.entry.js → p-49a3fc76.entry.js} +1 -1
- package/dist/ionic/{p-e5333f3f.entry.js → p-49d80815.entry.js} +1 -1
- package/dist/ionic/{p-854b1e11.system.entry.js → p-4a9b61ed.system.entry.js} +1 -1
- package/dist/ionic/{p-b6d72f12.entry.js → p-4b153a9f.entry.js} +1 -1
- package/dist/ionic/p-4c251d59.entry.js +4 -0
- package/dist/ionic/{p-10dacd80.entry.js → p-4d000ec5.entry.js} +1 -1
- package/dist/ionic/p-4e202665.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-4ed7dfdb.js} +1 -1
- package/dist/ionic/p-4feea938.entry.js +4 -0
- package/dist/ionic/p-501ae197.system.entry.js +4 -0
- package/dist/ionic/p-50feac01.system.entry.js +4 -0
- package/dist/ionic/p-521ef3a2.entry.js +4 -0
- package/dist/ionic/p-5430a9da.system.entry.js +4 -0
- package/dist/ionic/{p-4de02483.entry.js → p-5468bfbf.entry.js} +1 -1
- package/dist/ionic/p-5655419d.system.entry.js +4 -0
- package/dist/ionic/p-5ce35a03.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-61a51379.system.js} +1 -1
- package/dist/ionic/p-643e2eb8.js +4 -0
- package/dist/ionic/{p-12299223.system.entry.js → p-64a3567c.system.entry.js} +1 -1
- package/dist/ionic/p-660f3b98.entry.js +4 -0
- package/dist/ionic/{p-d05aabdf.system.entry.js → p-68f3fa48.system.entry.js} +2 -2
- package/dist/ionic/{p-bd7fb7b4.js → p-69e54172.js} +1 -1
- package/dist/ionic/p-6ad6d594.js +4 -0
- package/dist/ionic/p-6d240f1a.entry.js +4 -0
- package/dist/ionic/{p-82028c01.system.entry.js → p-6d9e1887.system.entry.js} +1 -1
- package/dist/ionic/{p-f3cfb48a.entry.js → p-6ecebfc6.entry.js} +1 -1
- package/dist/ionic/{p-c32229bb.system.entry.js → p-6f8c2e62.system.entry.js} +1 -1
- package/dist/ionic/p-70c6cd75.system.js +4 -0
- package/dist/ionic/{p-5cc80c49.system.js → p-71e8ffdd.system.js} +1 -1
- package/dist/ionic/{p-6c555957.system.entry.js → p-726b9197.system.entry.js} +1 -1
- package/dist/ionic/{p-ce5c2902.system.js → p-73e32456.system.js} +1 -1
- package/dist/ionic/{p-9146695e.system.js → p-747e9c9a.system.js} +1 -1
- package/dist/ionic/p-7cdc6bce.entry.js +4 -0
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/{p-e34e037d.system.entry.js → p-80342c88.system.entry.js} +1 -1
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/{p-927b5898.entry.js → p-846dd10a.entry.js} +1 -1
- package/dist/ionic/p-90089868.system.entry.js +4 -0
- package/dist/ionic/{p-19c89aeb.system.entry.js → p-9152f6a3.system.entry.js} +1 -1
- package/dist/ionic/{p-48cd1ced.entry.js → p-92b48263.entry.js} +1 -1
- package/dist/ionic/p-931dc464.entry.js +4 -0
- package/dist/ionic/p-95e22fa9.entry.js +4 -0
- package/dist/ionic/{p-e259208f.entry.js → p-9a9eb866.entry.js} +1 -1
- package/dist/ionic/p-9c526519.entry.js +4 -0
- package/dist/ionic/p-9e4ede77.system.entry.js +4 -0
- package/dist/ionic/p-9e8e25e4.system.js +4 -0
- package/dist/ionic/p-9e9bff83.system.js +4 -0
- package/dist/ionic/p-9f51595b.entry.js +4 -0
- package/dist/ionic/{p-3efc5d47.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- package/dist/ionic/p-a6aaef61.system.entry.js +4 -0
- package/dist/ionic/p-a856dbc6.entry.js +4 -0
- package/dist/ionic/{p-83948e48.js → p-a9fd9d48.js} +2 -2
- package/dist/ionic/p-aacc6ddd.system.js +5 -0
- package/dist/ionic/{p-bcfa9bb5.system.entry.js → p-ab6e0f02.system.entry.js} +1 -1
- package/dist/ionic/{p-bef12497.entry.js → p-ac64cba5.entry.js} +1 -1
- package/dist/ionic/p-adaa7af1.entry.js +4 -0
- package/dist/ionic/p-adec897a.system.entry.js +4 -0
- package/dist/ionic/p-b0e10591.entry.js +4 -0
- package/dist/ionic/{p-46f790b3.entry.js → p-b14c601a.entry.js} +1 -1
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/{p-d6eda1bb.system.entry.js → p-b6fc8ee2.system.entry.js} +1 -1
- package/dist/ionic/{p-89b61afc.js → p-b9b36d56.js} +1 -1
- package/dist/ionic/p-ba3ddec4.js +4 -0
- package/dist/ionic/{p-9c8e5275.system.entry.js → p-bd50f24e.system.entry.js} +1 -1
- package/dist/ionic/{p-db63907a.system.entry.js → p-c2a4c5c5.system.entry.js} +1 -1
- package/dist/ionic/p-c6191942.js +4 -0
- package/dist/ionic/p-c6e47379.entry.js +4 -0
- package/dist/ionic/p-c7e967c0.system.entry.js +4 -0
- package/dist/ionic/p-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8a54d29.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/p-cb131dda.system.entry.js +4 -0
- package/dist/ionic/{p-ca3bf740.system.entry.js → p-cb8800fe.system.entry.js} +1 -1
- package/dist/ionic/p-cf2f1ede.entry.js +4 -0
- package/dist/ionic/p-d0259f44.system.js +4 -0
- package/dist/ionic/{p-bf673222.system.entry.js → p-d085c881.system.entry.js} +1 -1
- package/dist/ionic/p-d0953ec9.system.entry.js +4 -0
- package/dist/ionic/{p-cb3dc48f.entry.js → p-d0b7fe70.entry.js} +1 -1
- package/dist/ionic/p-d10313a6.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2a55f0a.system.entry.js +4 -0
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/{p-f4ad1cf6.system.entry.js → p-d346c889.system.entry.js} +1 -1
- package/dist/ionic/{p-f7712c17.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/{p-1fd1d157.system.js → p-d9e1c48c.system.js} +1 -1
- package/dist/ionic/{p-44c281df.entry.js → p-da968066.entry.js} +1 -1
- package/dist/ionic/p-db8aeb40.system.js +4 -0
- package/dist/ionic/{p-5771eacd.js → p-dbfc5db6.js} +1 -1
- package/dist/ionic/p-dd50ef12.js +4 -0
- package/dist/ionic/p-e270862e.js +4 -0
- package/dist/ionic/{p-dfd995cc.system.entry.js → p-e5239905.system.entry.js} +1 -1
- package/dist/ionic/{p-8985cdb6.system.js → p-e61e3bb4.system.js} +1 -1
- package/dist/ionic/p-e7546060.entry.js +4 -0
- package/dist/ionic/p-e9f8aa95.entry.js +4 -0
- package/dist/ionic/p-eb376af4.entry.js +4 -0
- package/dist/ionic/{p-dde3a646.entry.js → p-eeb60a8f.entry.js} +1 -1
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/{p-614d974e.system.entry.js → p-f41914c0.system.entry.js} +1 -1
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/p-f63f81aa.system.entry.js +4 -0
- package/dist/ionic/{p-7986665a.system.entry.js → p-f670192b.system.entry.js} +1 -1
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/{p-6ca5f4da.system.entry.js → p-fac985b6.system.entry.js} +1 -1
- package/dist/ionic/{p-e61c9280.entry.js → p-fbcb3139.entry.js} +1 -1
- package/dist/ionic/{p-0328213e.system.entry.js → p-fbcf9790.system.entry.js} +1 -1
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/app/app.d.ts +0 -2
- package/dist/types/global/ionic-global.d.ts +2 -0
- package/dist/types/utils/config.d.ts +7 -0
- package/dist/types/utils/focus-visible.d.ts +1 -0
- package/hydrate/index.js +207 -201
- package/hydrate/index.mjs +207 -201
- package/package.json +1 -1
- package/components/hardware-back-button.js +0 -115
- package/dist/cjs/hardware-back-button-d37054f2.js +0 -122
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/esm/hardware-back-button-2bb5194f.js +0 -116
- package/dist/esm/index-79b30591.js +0 -167
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-c45950ba.js +0 -4
- package/dist/esm-es5/button-active-873732e5.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
- package/dist/esm-es5/hardware-back-button-2bb5194f.js +0 -4
- package/dist/esm-es5/helpers-da915de8.js +0 -4
- package/dist/esm-es5/index-29be96b3.js +0 -4
- package/dist/esm-es5/index-2d8b49ae.js +0 -4
- package/dist/esm-es5/index-79b30591.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/input-shims-59f93016.js +0 -4
- package/dist/esm-es5/input.utils-8755322f.js +0 -4
- package/dist/esm-es5/ionic-global-a8cbb8b0.js +0 -4
- package/dist/esm-es5/ios.transition-4706aa28.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-20ad6960.js +0 -4
- package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
- package/dist/esm-es5/overlays-40e86f77.js +0 -4
- package/dist/esm-es5/status-tap-0433b6a6.js +0 -4
- package/dist/esm-es5/swipe-back-e5394307.js +0 -4
- package/dist/ionic/p-00093fc0.entry.js +0 -4
- package/dist/ionic/p-0bfbe380.js +0 -4
- package/dist/ionic/p-0c9a7872.system.entry.js +0 -4
- package/dist/ionic/p-0cd67533.js +0 -4
- package/dist/ionic/p-0d86eb56.system.entry.js +0 -4
- package/dist/ionic/p-0d945ebd.entry.js +0 -4
- package/dist/ionic/p-0fa218e9.system.js +0 -5
- package/dist/ionic/p-0fd7a8cb.system.entry.js +0 -4
- package/dist/ionic/p-175821bc.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1f6507e4.entry.js +0 -4
- package/dist/ionic/p-1f7b26cc.entry.js +0 -4
- package/dist/ionic/p-2282c878.system.entry.js +0 -4
- package/dist/ionic/p-27bb59a9.system.entry.js +0 -4
- package/dist/ionic/p-28be0cf9.js +0 -4
- package/dist/ionic/p-2a844e7c.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b98e44b.system.entry.js +0 -4
- package/dist/ionic/p-2fd3e890.system.entry.js +0 -4
- package/dist/ionic/p-30c8168f.system.entry.js +0 -4
- package/dist/ionic/p-3281aaeb.entry.js +0 -4
- package/dist/ionic/p-32f4a0b9.entry.js +0 -4
- package/dist/ionic/p-34b11c24.js +0 -4
- package/dist/ionic/p-36db29d9.system.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3c1b93db.system.entry.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-3dfa54e6.js +0 -4
- package/dist/ionic/p-432e6521.system.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4c38fcdd.system.js +0 -4
- package/dist/ionic/p-4e6c9480.system.entry.js +0 -4
- package/dist/ionic/p-4e7c68a5.entry.js +0 -4
- package/dist/ionic/p-5c766439.entry.js +0 -4
- package/dist/ionic/p-5c8fa89d.system.js +0 -4
- package/dist/ionic/p-614c3822.system.js +0 -4
- package/dist/ionic/p-62836b01.js +0 -4
- package/dist/ionic/p-63fe75bc.js +0 -4
- package/dist/ionic/p-664480c8.system.entry.js +0 -4
- package/dist/ionic/p-6d7c455f.js +0 -4
- package/dist/ionic/p-6f418011.system.entry.js +0 -4
- package/dist/ionic/p-713374f2.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-737d64f9.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7b341352.js +0 -4
- package/dist/ionic/p-7c9d5354.entry.js +0 -4
- package/dist/ionic/p-7ccf7f29.entry.js +0 -4
- package/dist/ionic/p-7dfa7ebc.entry.js +0 -4
- package/dist/ionic/p-80ff4e55.entry.js +0 -4
- package/dist/ionic/p-82d80c8f.entry.js +0 -4
- package/dist/ionic/p-83e4478f.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-87365857.system.entry.js +0 -4
- package/dist/ionic/p-87a81a63.system.entry.js +0 -4
- package/dist/ionic/p-916f6c1d.entry.js +0 -4
- package/dist/ionic/p-93cf45ec.system.entry.js +0 -4
- package/dist/ionic/p-9493acfe.entry.js +0 -4
- package/dist/ionic/p-9805b25a.system.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a1b80dd6.system.js +0 -4
- package/dist/ionic/p-a8a04757.system.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-b24c259e.entry.js +0 -4
- package/dist/ionic/p-b33b643b.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-ba45ad7d.entry.js +0 -4
- package/dist/ionic/p-bc8e48de.entry.js +0 -4
- package/dist/ionic/p-bcf5573f.entry.js +0 -4
- package/dist/ionic/p-bdd4e026.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c628bdcb.system.js +0 -4
- package/dist/ionic/p-c6f1b434.js +0 -4
- package/dist/ionic/p-cd40baea.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d53e0b4b.entry.js +0 -4
- package/dist/ionic/p-d79ed7b3.system.js +0 -4
- package/dist/ionic/p-dbb02a23.system.entry.js +0 -4
- package/dist/ionic/p-dd79c031.js +0 -4
- package/dist/ionic/p-e050dad9.system.js +0 -4
- package/dist/ionic/p-e2bd011e.js +0 -4
- package/dist/ionic/p-ea16a842.entry.js +0 -4
- package/dist/ionic/p-eafeb1ff.system.js +0 -4
- package/dist/ionic/p-ed419a44.entry.js +0 -4
- package/dist/ionic/p-f9782d44.system.entry.js +0 -4
|
@@ -5,68 +5,27 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const ionicGlobal = require('./ionic-global-
|
|
11
|
-
const helpers = require('./helpers-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const focusVisible = require('./focus-visible-9aa87fa3.js');
|
|
10
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
11
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
12
12
|
const dir = require('./dir-94c21456.js');
|
|
13
13
|
const theme = require('./theme-d1c573d2.js');
|
|
14
|
-
const index
|
|
15
|
-
const keyboardController = require('./keyboard-controller-
|
|
14
|
+
const index = require('./index-1d02518d.js');
|
|
15
|
+
const keyboardController = require('./keyboard-controller-020444ad.js');
|
|
16
16
|
const cubicBezier = require('./cubic-bezier-f2dccc53.js');
|
|
17
|
-
const frameworkDelegate = require('./framework-delegate-
|
|
17
|
+
const frameworkDelegate = require('./framework-delegate-cf116b1d.js');
|
|
18
18
|
const lockController = require('./lock-controller-6585a42a.js');
|
|
19
|
-
const index$
|
|
20
|
-
require('./
|
|
21
|
-
require('./
|
|
22
|
-
require('./capacitor-c04564bf.js');
|
|
19
|
+
const index$1 = require('./index-3ac79a1b.js');
|
|
20
|
+
require('./keyboard-ed6e1327.js');
|
|
21
|
+
require('./capacitor-806e7fee.js');
|
|
23
22
|
|
|
24
23
|
const appCss = "html.plt-mobile ion-app{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.plt-mobile ion-app [contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}ion-app.force-statusbar-padding{--ion-safe-area-top:20px}";
|
|
25
24
|
const IonAppStyle0 = appCss;
|
|
26
25
|
|
|
27
26
|
const App = class {
|
|
28
27
|
constructor(hostRef) {
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
componentDidLoad() {
|
|
32
|
-
{
|
|
33
|
-
rIC(async () => {
|
|
34
|
-
const isHybrid = ionicGlobal.isPlatform(window, 'hybrid');
|
|
35
|
-
if (!ionicGlobal.config.getBoolean('_testing')) {
|
|
36
|
-
Promise.resolve().then(function () { return require('./index-9509ecad.js'); }).then((module) => module.startTapClick(ionicGlobal.config));
|
|
37
|
-
}
|
|
38
|
-
if (ionicGlobal.config.getBoolean('statusTap', isHybrid)) {
|
|
39
|
-
Promise.resolve().then(function () { return require('./status-tap-28780caa.js'); }).then((module) => module.startStatusTap());
|
|
40
|
-
}
|
|
41
|
-
if (ionicGlobal.config.getBoolean('inputShims', needInputShims())) {
|
|
42
|
-
/**
|
|
43
|
-
* needInputShims() ensures that only iOS and Android
|
|
44
|
-
* platforms proceed into this block.
|
|
45
|
-
*/
|
|
46
|
-
const platform = ionicGlobal.isPlatform(window, 'ios') ? 'ios' : 'android';
|
|
47
|
-
Promise.resolve().then(function () { return require('./input-shims-ab680ecf.js'); }).then((module) => module.startInputShims(ionicGlobal.config, platform));
|
|
48
|
-
}
|
|
49
|
-
const hardwareBackButtonModule = await Promise.resolve().then(function () { return require('./hardware-back-button-d37054f2.js'); });
|
|
50
|
-
const supportsHardwareBackButtonEvents = isHybrid || hardwareBackButton.shouldUseCloseWatcher();
|
|
51
|
-
if (ionicGlobal.config.getBoolean('hardwareBackButton', supportsHardwareBackButtonEvents)) {
|
|
52
|
-
hardwareBackButtonModule.startHardwareBackButton();
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
/**
|
|
56
|
-
* If an app sets hardwareBackButton: false and experimentalCloseWatcher: true
|
|
57
|
-
* then the close watcher will not be used.
|
|
58
|
-
*/
|
|
59
|
-
if (hardwareBackButton.shouldUseCloseWatcher()) {
|
|
60
|
-
ionicGlobal.printIonWarning('experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used.');
|
|
61
|
-
}
|
|
62
|
-
hardwareBackButtonModule.blockHardwareBackButton();
|
|
63
|
-
}
|
|
64
|
-
if (typeof window !== 'undefined') {
|
|
65
|
-
Promise.resolve().then(function () { return require('./keyboard-af1bb365.js'); }).then((module) => module.startKeyboardAssist(window));
|
|
66
|
-
}
|
|
67
|
-
Promise.resolve().then(function () { return require('./focus-visible-7a0ce04f.js'); }).then((module) => (this.focusVisible = module.startFocusVisible()));
|
|
68
|
-
});
|
|
69
|
-
}
|
|
28
|
+
config.registerInstance(this, hostRef);
|
|
70
29
|
}
|
|
71
30
|
/**
|
|
72
31
|
* @internal
|
|
@@ -79,46 +38,18 @@ const App = class {
|
|
|
79
38
|
* presented as a result of keyboard action.)
|
|
80
39
|
*/
|
|
81
40
|
async setFocus(elements) {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
41
|
+
const focusVisible$1 = focusVisible.getOrInitFocusVisibleUtility();
|
|
42
|
+
focusVisible$1.setFocus(elements);
|
|
85
43
|
}
|
|
86
44
|
render() {
|
|
87
45
|
const theme = ionicGlobal.getIonTheme(this);
|
|
88
|
-
return (
|
|
46
|
+
return (config.h(config.Host, { key: '4ce289826d0119c07c227beeee2a708cc3f6e309', class: {
|
|
89
47
|
[theme]: true,
|
|
90
48
|
'ion-page': true,
|
|
91
|
-
'force-statusbar-padding':
|
|
49
|
+
'force-statusbar-padding': config.config.getBoolean('_forceStatusbarPadding'),
|
|
92
50
|
} }));
|
|
93
51
|
}
|
|
94
|
-
get el() { return
|
|
95
|
-
};
|
|
96
|
-
const needInputShims = () => {
|
|
97
|
-
/**
|
|
98
|
-
* iOS always needs input shims
|
|
99
|
-
*/
|
|
100
|
-
const needsShimsIOS = ionicGlobal.isPlatform(window, 'ios') && ionicGlobal.isPlatform(window, 'mobile');
|
|
101
|
-
if (needsShimsIOS) {
|
|
102
|
-
return true;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Android only needs input shims when running
|
|
106
|
-
* in the browser and only if the browser is using the
|
|
107
|
-
* new Chrome 108+ resize behavior: https://developer.chrome.com/blog/viewport-resize-behavior/
|
|
108
|
-
*/
|
|
109
|
-
const isAndroidMobileWeb = ionicGlobal.isPlatform(window, 'android') && ionicGlobal.isPlatform(window, 'mobileweb');
|
|
110
|
-
if (isAndroidMobileWeb) {
|
|
111
|
-
return true;
|
|
112
|
-
}
|
|
113
|
-
return false;
|
|
114
|
-
};
|
|
115
|
-
const rIC = (callback) => {
|
|
116
|
-
if ('requestIdleCallback' in window) {
|
|
117
|
-
window.requestIdleCallback(callback);
|
|
118
|
-
}
|
|
119
|
-
else {
|
|
120
|
-
setTimeout(callback, 32);
|
|
121
|
-
}
|
|
52
|
+
get el() { return config.getElement(this); }
|
|
122
53
|
};
|
|
123
54
|
App.style = IonAppStyle0;
|
|
124
55
|
|
|
@@ -133,15 +64,15 @@ const IonButtonsMdStyle0 = buttonsMdCss;
|
|
|
133
64
|
|
|
134
65
|
const Buttons = class {
|
|
135
66
|
constructor(hostRef) {
|
|
136
|
-
|
|
67
|
+
config.registerInstance(this, hostRef);
|
|
137
68
|
this.collapse = false;
|
|
138
69
|
}
|
|
139
70
|
render() {
|
|
140
71
|
const theme = ionicGlobal.getIonTheme(this);
|
|
141
|
-
return (
|
|
72
|
+
return (config.h(config.Host, { key: 'a32c3dd9e4c8a0e24be5227a3fc020a9283db778', class: {
|
|
142
73
|
[theme]: true,
|
|
143
74
|
['buttons-collapse']: this.collapse,
|
|
144
|
-
} },
|
|
75
|
+
} }, config.h("slot", { key: '2a8e7bc3a127bafd38203e6cf0098ff9c160c35c' })));
|
|
145
76
|
}
|
|
146
77
|
};
|
|
147
78
|
Buttons.style = {
|
|
@@ -155,10 +86,10 @@ const IonContentStyle0 = contentCss;
|
|
|
155
86
|
|
|
156
87
|
const Content = class {
|
|
157
88
|
constructor(hostRef) {
|
|
158
|
-
|
|
159
|
-
this.ionScrollStart =
|
|
160
|
-
this.ionScroll =
|
|
161
|
-
this.ionScrollEnd =
|
|
89
|
+
config.registerInstance(this, hostRef);
|
|
90
|
+
this.ionScrollStart = config.createEvent(this, "ionScrollStart", 7);
|
|
91
|
+
this.ionScroll = config.createEvent(this, "ionScroll", 7);
|
|
92
|
+
this.ionScrollEnd = config.createEvent(this, "ionScrollEnd", 7);
|
|
162
93
|
this.watchDog = null;
|
|
163
94
|
this.isScrolling = false;
|
|
164
95
|
this.lastScroll = 0;
|
|
@@ -305,11 +236,11 @@ const Content = class {
|
|
|
305
236
|
*/
|
|
306
237
|
{
|
|
307
238
|
if (this.fullscreen) {
|
|
308
|
-
|
|
239
|
+
config.readTask(() => this.readDimensions());
|
|
309
240
|
}
|
|
310
241
|
else if (this.cTop !== 0 || this.cBottom !== 0) {
|
|
311
242
|
this.cTop = this.cBottom = 0;
|
|
312
|
-
|
|
243
|
+
config.forceUpdate(this);
|
|
313
244
|
}
|
|
314
245
|
}
|
|
315
246
|
}
|
|
@@ -321,7 +252,7 @@ const Content = class {
|
|
|
321
252
|
if (dirty) {
|
|
322
253
|
this.cTop = top;
|
|
323
254
|
this.cBottom = bottom;
|
|
324
|
-
|
|
255
|
+
config.forceUpdate(this);
|
|
325
256
|
}
|
|
326
257
|
}
|
|
327
258
|
onScroll(ev) {
|
|
@@ -333,7 +264,7 @@ const Content = class {
|
|
|
333
264
|
}
|
|
334
265
|
if (!this.queued && this.scrollEvents) {
|
|
335
266
|
this.queued = true;
|
|
336
|
-
|
|
267
|
+
config.readTask((ts) => {
|
|
337
268
|
this.queued = false;
|
|
338
269
|
this.detail.event = ev;
|
|
339
270
|
updateScrollDetail(this.detail, this.scrollEl, ts, shouldStart);
|
|
@@ -483,7 +414,7 @@ const Content = class {
|
|
|
483
414
|
const forceOverscroll = this.shouldForceOverscroll(mode);
|
|
484
415
|
const transitionShadow = theme$1 === 'ios';
|
|
485
416
|
this.resize();
|
|
486
|
-
return (
|
|
417
|
+
return (config.h(config.Host, Object.assign({ key: '0eca3101fd42bed7d5a946f0ce498980648300c6', role: isMainContent ? 'main' : undefined, class: theme.createColorClasses(this.color, {
|
|
487
418
|
[theme$1]: true,
|
|
488
419
|
'content-sizing': theme.hostContext('ion-popover', this.el),
|
|
489
420
|
overscroll: forceOverscroll,
|
|
@@ -491,14 +422,14 @@ const Content = class {
|
|
|
491
422
|
}), style: {
|
|
492
423
|
'--offset-top': `${this.cTop}px`,
|
|
493
424
|
'--offset-bottom': `${this.cBottom}px`,
|
|
494
|
-
} }, inheritedAttributes),
|
|
425
|
+
} }, inheritedAttributes), config.h("div", { key: 'c5ce6bdad3e93161808155e942cd755f9ecbbe74', ref: (el) => (this.backgroundContentEl = el), id: "background-content", part: "background" }), fixedSlotPlacement === 'before' ? config.h("slot", { name: "fixed" }) : null, config.h("div", { key: '25ff5de101b4ace7dcde37f5dbb82f70daf0f759', class: {
|
|
495
426
|
'inner-scroll': true,
|
|
496
427
|
'scroll-x': scrollX,
|
|
497
428
|
'scroll-y': scrollY,
|
|
498
429
|
overscroll: (scrollX || scrollY) && forceOverscroll,
|
|
499
|
-
}, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" },
|
|
430
|
+
}, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" }, config.h("slot", { key: '98459fde64164bf6eeb32a550a56e5a6c9cef74c' })), transitionShadow ? (config.h("div", { class: "transition-effect" }, config.h("div", { class: "transition-cover" }), config.h("div", { class: "transition-shadow" }))) : null, fixedSlotPlacement === 'after' ? config.h("slot", { name: "fixed" }) : null));
|
|
500
431
|
}
|
|
501
|
-
get el() { return
|
|
432
|
+
get el() { return config.getElement(this); }
|
|
502
433
|
};
|
|
503
434
|
const getParentElement = (el) => {
|
|
504
435
|
var _a;
|
|
@@ -522,7 +453,8 @@ const getPageElement = (el) => {
|
|
|
522
453
|
* between the popover and the edges of the screen. But if the popover contains
|
|
523
454
|
* its own page element, we should use that instead.
|
|
524
455
|
*/
|
|
525
|
-
const
|
|
456
|
+
const appRootSelector = config.config.get('appRootSelector', 'ion-app');
|
|
457
|
+
const page = el.closest(`${appRootSelector}, ion-page, .ion-page, page-inner, .popover-content`);
|
|
526
458
|
if (page) {
|
|
527
459
|
return page;
|
|
528
460
|
}
|
|
@@ -558,7 +490,7 @@ const updateScrollDetail = (detail, el, timestamp, shouldStart) => {
|
|
|
558
490
|
Content.style = IonContentStyle0;
|
|
559
491
|
|
|
560
492
|
const handleFooterFade = (scrollEl, baseEl) => {
|
|
561
|
-
|
|
493
|
+
config.readTask(() => {
|
|
562
494
|
const scrollTop = scrollEl.scrollTop;
|
|
563
495
|
const maxScroll = scrollEl.scrollHeight - scrollEl.clientHeight;
|
|
564
496
|
/**
|
|
@@ -580,7 +512,7 @@ const handleFooterFade = (scrollEl, baseEl) => {
|
|
|
580
512
|
const fadeStart = maxScroll - fadeDuration;
|
|
581
513
|
const distanceToStart = scrollTop - fadeStart;
|
|
582
514
|
const scale = helpers.clamp(0, 1 - distanceToStart / fadeDuration, 1);
|
|
583
|
-
|
|
515
|
+
config.writeTask(() => {
|
|
584
516
|
baseEl.style.setProperty('--opacity-scale', scale.toString());
|
|
585
517
|
});
|
|
586
518
|
});
|
|
@@ -597,7 +529,7 @@ const IonFooterMdStyle0 = footerMdCss;
|
|
|
597
529
|
|
|
598
530
|
const Footer = class {
|
|
599
531
|
constructor(hostRef) {
|
|
600
|
-
|
|
532
|
+
config.registerInstance(this, hostRef);
|
|
601
533
|
this.keyboardCtrl = null;
|
|
602
534
|
this.checkCollapsibleFooter = () => {
|
|
603
535
|
const theme = ionicGlobal.getIonTheme(this);
|
|
@@ -608,17 +540,18 @@ const Footer = class {
|
|
|
608
540
|
const hasFade = collapse === 'fade';
|
|
609
541
|
this.destroyCollapsibleFooter();
|
|
610
542
|
if (hasFade) {
|
|
611
|
-
const
|
|
612
|
-
const
|
|
543
|
+
const appRootSelector = config.config.get('appRootSelector', 'ion-app');
|
|
544
|
+
const pageEl = this.el.closest(`${appRootSelector},ion-page,.ion-page,page-inner`);
|
|
545
|
+
const contentEl = pageEl ? index.findIonContent(pageEl) : null;
|
|
613
546
|
if (!contentEl) {
|
|
614
|
-
index
|
|
547
|
+
index.printIonContentErrorMsg(this.el);
|
|
615
548
|
return;
|
|
616
549
|
}
|
|
617
550
|
this.setupFadeFooter(contentEl);
|
|
618
551
|
}
|
|
619
552
|
};
|
|
620
553
|
this.setupFadeFooter = async (contentEl) => {
|
|
621
|
-
const scrollEl = (this.scrollEl = await index
|
|
554
|
+
const scrollEl = (this.scrollEl = await index.getScrollElement(contentEl));
|
|
622
555
|
/**
|
|
623
556
|
* Handle fading of toolbars on scroll
|
|
624
557
|
*/
|
|
@@ -667,7 +600,7 @@ const Footer = class {
|
|
|
667
600
|
const theme = ionicGlobal.getIonTheme(this);
|
|
668
601
|
const tabs = this.el.closest('ion-tabs');
|
|
669
602
|
const tabBar = tabs === null || tabs === void 0 ? void 0 : tabs.querySelector(':scope > ion-tab-bar');
|
|
670
|
-
return (
|
|
603
|
+
return (config.h(config.Host, { key: '4d217c3986708145ae20c4702c0a6343c2300530', role: "contentinfo", class: {
|
|
671
604
|
[theme]: true,
|
|
672
605
|
// Used internally for styling
|
|
673
606
|
[`footer-${theme}`]: true,
|
|
@@ -675,9 +608,9 @@ const Footer = class {
|
|
|
675
608
|
[`footer-translucent-${theme}`]: translucent,
|
|
676
609
|
['footer-toolbar-padding']: !this.keyboardVisible && (!tabBar || tabBar.slot !== 'bottom'),
|
|
677
610
|
[`footer-collapse-${collapse}`]: collapse !== undefined,
|
|
678
|
-
} }, theme === 'ios' && translucent &&
|
|
611
|
+
} }, theme === 'ios' && translucent && config.h("div", { key: 'c17c1cc7f073186594604dbf366d7a1c31f7cb0f', class: "footer-background" }), config.h("slot", { key: '043d2fea09805fed312774970ef353eca579710a' })));
|
|
679
612
|
}
|
|
680
|
-
get el() { return
|
|
613
|
+
get el() { return config.getElement(this); }
|
|
681
614
|
};
|
|
682
615
|
Footer.style = {
|
|
683
616
|
ionic: IonFooterIonicStyle0,
|
|
@@ -717,13 +650,13 @@ const createHeaderIndex = (headerEl) => {
|
|
|
717
650
|
};
|
|
718
651
|
};
|
|
719
652
|
const handleContentScroll = (scrollEl, scrollHeaderIndex, contentEl) => {
|
|
720
|
-
|
|
653
|
+
config.readTask(() => {
|
|
721
654
|
const scrollTop = scrollEl.scrollTop;
|
|
722
655
|
const scale = helpers.clamp(1, 1 + -scrollTop / 500, 1.1);
|
|
723
656
|
// Native refresher should not cause titles to scale
|
|
724
657
|
const nativeRefresher = contentEl.querySelector('ion-refresher.refresher-native');
|
|
725
658
|
if (nativeRefresher === null) {
|
|
726
|
-
|
|
659
|
+
config.writeTask(() => {
|
|
727
660
|
scaleLargeTitles(scrollHeaderIndex.toolbars, scale);
|
|
728
661
|
});
|
|
729
662
|
}
|
|
@@ -771,7 +704,7 @@ const handleToolbarBorderIntersection = (ev, mainHeaderIndex, scrollTop) => {
|
|
|
771
704
|
*/
|
|
772
705
|
const handleToolbarIntersection = (ev, // TODO(FW-2832): type (IntersectionObserverEntry[] triggers errors which should be sorted)
|
|
773
706
|
mainHeaderIndex, scrollHeaderIndex, scrollEl) => {
|
|
774
|
-
|
|
707
|
+
config.writeTask(() => {
|
|
775
708
|
const scrollTop = scrollEl.scrollTop;
|
|
776
709
|
handleToolbarBorderIntersection(ev, mainHeaderIndex, scrollTop);
|
|
777
710
|
const event = ev[0];
|
|
@@ -830,7 +763,7 @@ const scaleLargeTitles = (toolbars = [], scale = 1, transition = false) => {
|
|
|
830
763
|
});
|
|
831
764
|
};
|
|
832
765
|
const handleHeaderFade = (scrollEl, baseEl, condenseHeader) => {
|
|
833
|
-
|
|
766
|
+
config.readTask(() => {
|
|
834
767
|
const scrollTop = scrollEl.scrollTop;
|
|
835
768
|
const baseElHeight = baseEl.clientHeight;
|
|
836
769
|
const fadeStart = condenseHeader ? condenseHeader.clientHeight : 0;
|
|
@@ -854,7 +787,7 @@ const handleHeaderFade = (scrollEl, baseEl, condenseHeader) => {
|
|
|
854
787
|
const distanceToStart = scrollTop - fadeStart;
|
|
855
788
|
const fadeDuration = 10;
|
|
856
789
|
const scale = helpers.clamp(0, distanceToStart / fadeDuration, 1);
|
|
857
|
-
|
|
790
|
+
config.writeTask(() => {
|
|
858
791
|
scrollEl.style.removeProperty('clip-path');
|
|
859
792
|
baseEl.style.setProperty('--opacity-scale', scale.toString());
|
|
860
793
|
});
|
|
@@ -872,10 +805,10 @@ const IonHeaderMdStyle0 = headerMdCss;
|
|
|
872
805
|
|
|
873
806
|
const Header = class {
|
|
874
807
|
constructor(hostRef) {
|
|
875
|
-
|
|
808
|
+
config.registerInstance(this, hostRef);
|
|
876
809
|
this.inheritedAttributes = {};
|
|
877
810
|
this.setupFadeHeader = async (contentEl, condenseHeader) => {
|
|
878
|
-
const scrollEl = (this.scrollEl = await index
|
|
811
|
+
const scrollEl = (this.scrollEl = await index.getScrollElement(contentEl));
|
|
879
812
|
/**
|
|
880
813
|
* Handle fading of toolbars on scroll
|
|
881
814
|
*/
|
|
@@ -910,11 +843,12 @@ const Header = class {
|
|
|
910
843
|
const hasCondense = collapse === 'condense';
|
|
911
844
|
const hasFade = collapse === 'fade';
|
|
912
845
|
this.destroyCollapsibleHeader();
|
|
846
|
+
const appRootSelector = config.config.get('appRootSelector', 'ion-app');
|
|
913
847
|
if (hasCondense) {
|
|
914
|
-
const pageEl = this.el.closest(
|
|
915
|
-
const contentEl = pageEl ? index
|
|
848
|
+
const pageEl = this.el.closest(`${appRootSelector},ion-page,.ion-page,page-inner`);
|
|
849
|
+
const contentEl = pageEl ? index.findIonContent(pageEl) : null;
|
|
916
850
|
// Cloned elements are always needed in iOS transition
|
|
917
|
-
|
|
851
|
+
config.writeTask(() => {
|
|
918
852
|
const title = cloneElement('ion-title');
|
|
919
853
|
title.size = 'large';
|
|
920
854
|
cloneElement('ion-back-button');
|
|
@@ -922,10 +856,10 @@ const Header = class {
|
|
|
922
856
|
await this.setupCondenseHeader(contentEl, pageEl);
|
|
923
857
|
}
|
|
924
858
|
else if (hasFade) {
|
|
925
|
-
const pageEl = this.el.closest(
|
|
926
|
-
const contentEl = pageEl ? index
|
|
859
|
+
const pageEl = this.el.closest(`${appRootSelector},ion-page,.ion-page,page-inner`);
|
|
860
|
+
const contentEl = pageEl ? index.findIonContent(pageEl) : null;
|
|
927
861
|
if (!contentEl) {
|
|
928
|
-
index
|
|
862
|
+
index.printIonContentErrorMsg(this.el);
|
|
929
863
|
return;
|
|
930
864
|
}
|
|
931
865
|
const condenseHeader = contentEl.querySelector('ion-header[collapse="condense"]');
|
|
@@ -948,13 +882,13 @@ const Header = class {
|
|
|
948
882
|
}
|
|
949
883
|
async setupCondenseHeader(contentEl, pageEl) {
|
|
950
884
|
if (!contentEl || !pageEl) {
|
|
951
|
-
index
|
|
885
|
+
index.printIonContentErrorMsg(this.el);
|
|
952
886
|
return;
|
|
953
887
|
}
|
|
954
888
|
if (typeof IntersectionObserver === 'undefined') {
|
|
955
889
|
return;
|
|
956
890
|
}
|
|
957
|
-
this.scrollEl = await index
|
|
891
|
+
this.scrollEl = await index.getScrollElement(contentEl);
|
|
958
892
|
const headers = pageEl.querySelectorAll('ion-header');
|
|
959
893
|
this.collapsibleMainHeader = Array.from(headers).find((header) => header.collapse !== 'condense');
|
|
960
894
|
if (!this.collapsibleMainHeader) {
|
|
@@ -990,7 +924,7 @@ const Header = class {
|
|
|
990
924
|
handleContentScroll(this.scrollEl, scrollHeaderIndex, contentEl);
|
|
991
925
|
};
|
|
992
926
|
this.scrollEl.addEventListener('scroll', this.contentScrollCallback);
|
|
993
|
-
|
|
927
|
+
config.writeTask(() => {
|
|
994
928
|
if (this.collapsibleMainHeader !== undefined) {
|
|
995
929
|
this.collapsibleMainHeader.classList.add('header-collapse-main');
|
|
996
930
|
}
|
|
@@ -1002,7 +936,7 @@ const Header = class {
|
|
|
1002
936
|
const collapse = this.collapse || 'none';
|
|
1003
937
|
// banner role must be at top level, so remove role if inside a menu
|
|
1004
938
|
const roleType = theme.hostContext('ion-menu', this.el) ? 'none' : 'banner';
|
|
1005
|
-
return (
|
|
939
|
+
return (config.h(config.Host, Object.assign({ key: 'acfb36bd8441f9add0e2b13f0f00cb0dbff1997e', role: roleType, class: {
|
|
1006
940
|
[theme$1]: true,
|
|
1007
941
|
// Used internally for styling
|
|
1008
942
|
[`header-${theme$1}`]: true,
|
|
@@ -1010,9 +944,9 @@ const Header = class {
|
|
|
1010
944
|
[`header-collapse-${collapse}`]: true,
|
|
1011
945
|
[`header-translucent-${theme$1}`]: this.translucent,
|
|
1012
946
|
['header-divider']: divider,
|
|
1013
|
-
} }, inheritedAttributes), theme$1 === 'ios' && translucent &&
|
|
947
|
+
} }, inheritedAttributes), theme$1 === 'ios' && translucent && config.h("div", { key: '724237987614340e620c7247ad05d07aad5f21ab', class: "header-background" }), config.h("slot", { key: '27756e7e66029d34a83705bde894537c6895049f' })));
|
|
1014
948
|
}
|
|
1015
|
-
get el() { return
|
|
949
|
+
get el() { return config.getElement(this); }
|
|
1016
950
|
};
|
|
1017
951
|
Header.style = {
|
|
1018
952
|
ionic: IonHeaderIonicStyle0,
|
|
@@ -1025,10 +959,10 @@ const IonRouterOutletStyle0 = routerOutletCss;
|
|
|
1025
959
|
|
|
1026
960
|
const RouterOutlet = class {
|
|
1027
961
|
constructor(hostRef) {
|
|
1028
|
-
|
|
1029
|
-
this.ionNavWillLoad =
|
|
1030
|
-
this.ionNavWillChange =
|
|
1031
|
-
this.ionNavDidChange =
|
|
962
|
+
config.registerInstance(this, hostRef);
|
|
963
|
+
this.ionNavWillLoad = config.createEvent(this, "ionNavWillLoad", 7);
|
|
964
|
+
this.ionNavWillChange = config.createEvent(this, "ionNavWillChange", 3);
|
|
965
|
+
this.ionNavDidChange = config.createEvent(this, "ionNavDidChange", 3);
|
|
1032
966
|
this.lockController = lockController.createLockController();
|
|
1033
967
|
this.gestureOrAnimationInProgress = false;
|
|
1034
968
|
this.mode = ionicGlobal.getIonMode(this);
|
|
@@ -1049,7 +983,7 @@ const RouterOutlet = class {
|
|
|
1049
983
|
this.swipeHandler.onStart();
|
|
1050
984
|
}
|
|
1051
985
|
};
|
|
1052
|
-
this.gesture = (await Promise.resolve().then(function () { return require('./swipe-back-
|
|
986
|
+
this.gesture = (await Promise.resolve().then(function () { return require('./swipe-back-ecdf1cf5.js'); })).createSwipeBackGesture(this.el, () => !this.gestureOrAnimationInProgress && !!this.swipeHandler && this.swipeHandler.canStart(), () => onStart(), (step) => { var _a; return (_a = this.ani) === null || _a === void 0 ? void 0 : _a.progressStep(step); }, (shouldComplete, step, dur) => {
|
|
1053
987
|
if (this.ani) {
|
|
1054
988
|
this.ani.onFinish(() => {
|
|
1055
989
|
this.gestureOrAnimationInProgress = false;
|
|
@@ -1149,9 +1083,9 @@ const RouterOutlet = class {
|
|
|
1149
1083
|
// emit nav will change event
|
|
1150
1084
|
this.ionNavWillChange.emit();
|
|
1151
1085
|
const { el, mode } = this;
|
|
1152
|
-
const animated = this.animated &&
|
|
1153
|
-
const animationBuilder = opts.animationBuilder || this.animation ||
|
|
1154
|
-
await index$
|
|
1086
|
+
const animated = this.animated && config.config.getBoolean('animated', true);
|
|
1087
|
+
const animationBuilder = opts.animationBuilder || this.animation || config.config.get('navAnimation');
|
|
1088
|
+
await index$1.transition(Object.assign(Object.assign({ mode,
|
|
1155
1089
|
animated,
|
|
1156
1090
|
enteringEl,
|
|
1157
1091
|
leavingEl, baseEl: el,
|
|
@@ -1195,9 +1129,9 @@ const RouterOutlet = class {
|
|
|
1195
1129
|
return true;
|
|
1196
1130
|
}
|
|
1197
1131
|
render() {
|
|
1198
|
-
return
|
|
1132
|
+
return config.h("slot", { key: '3ead75e18b3e5703d765dd5b69e4831ea750c141' });
|
|
1199
1133
|
}
|
|
1200
|
-
get el() { return
|
|
1134
|
+
get el() { return config.getElement(this); }
|
|
1201
1135
|
static get watchers() { return {
|
|
1202
1136
|
"swipeHandler": ["swipeHandlerChanged"]
|
|
1203
1137
|
}; }
|
|
@@ -1215,8 +1149,8 @@ const IonTitleMdStyle0 = titleMdCss;
|
|
|
1215
1149
|
|
|
1216
1150
|
const ToolbarTitle = class {
|
|
1217
1151
|
constructor(hostRef) {
|
|
1218
|
-
|
|
1219
|
-
this.ionStyle =
|
|
1152
|
+
config.registerInstance(this, hostRef);
|
|
1153
|
+
this.ionStyle = config.createEvent(this, "ionStyle", 7);
|
|
1220
1154
|
this.color = undefined;
|
|
1221
1155
|
this.size = undefined;
|
|
1222
1156
|
}
|
|
@@ -1238,13 +1172,13 @@ const ToolbarTitle = class {
|
|
|
1238
1172
|
render() {
|
|
1239
1173
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
1240
1174
|
const size = this.getSize();
|
|
1241
|
-
return (
|
|
1175
|
+
return (config.h(config.Host, { key: 'f381a740291cd926b40f52a3020fe3905f96fe1f', class: theme.createColorClasses(this.color, {
|
|
1242
1176
|
[theme$1]: true,
|
|
1243
1177
|
[`title-${size}`]: true,
|
|
1244
1178
|
'title-rtl': document.dir === 'rtl',
|
|
1245
|
-
}) },
|
|
1179
|
+
}) }, config.h("div", { key: '01169b8d89fe706b3d6700d60429963be41ccd8d', class: "toolbar-title" }, config.h("slot", { key: '38222a860da0030c168c3adc8361796e1ba7598f' }))));
|
|
1246
1180
|
}
|
|
1247
|
-
get el() { return
|
|
1181
|
+
get el() { return config.getElement(this); }
|
|
1248
1182
|
static get watchers() { return {
|
|
1249
1183
|
"size": ["sizeChanged"]
|
|
1250
1184
|
}; }
|
|
@@ -1266,7 +1200,7 @@ const IonToolbarMdStyle0 = toolbarMdCss;
|
|
|
1266
1200
|
|
|
1267
1201
|
const Toolbar = class {
|
|
1268
1202
|
constructor(hostRef) {
|
|
1269
|
-
|
|
1203
|
+
config.registerInstance(this, hostRef);
|
|
1270
1204
|
this.childrenStyles = new Map();
|
|
1271
1205
|
this.color = undefined;
|
|
1272
1206
|
}
|
|
@@ -1305,7 +1239,7 @@ const Toolbar = class {
|
|
|
1305
1239
|
});
|
|
1306
1240
|
if (hasStyleChange) {
|
|
1307
1241
|
this.childrenStyles.set(tagName, newStyles);
|
|
1308
|
-
|
|
1242
|
+
config.forceUpdate(this);
|
|
1309
1243
|
}
|
|
1310
1244
|
}
|
|
1311
1245
|
render() {
|
|
@@ -1314,12 +1248,12 @@ const Toolbar = class {
|
|
|
1314
1248
|
this.childrenStyles.forEach((value) => {
|
|
1315
1249
|
Object.assign(childStyles, value);
|
|
1316
1250
|
});
|
|
1317
|
-
return (
|
|
1251
|
+
return (config.h(config.Host, { key: '0b157e806d08ed75667a8d4c824531274c636c3f', class: Object.assign(Object.assign({}, childStyles), theme.createColorClasses(this.color, {
|
|
1318
1252
|
[theme$1]: true,
|
|
1319
1253
|
'in-toolbar': theme.hostContext('ion-toolbar', this.el),
|
|
1320
|
-
})) },
|
|
1254
|
+
})) }, config.h("div", { key: '8413374c1b4f3d16afb265d89a2506c83983da11', class: "toolbar-background" }), config.h("div", { key: 'da917701a03f82fe0030c68663381f99324dd9aa', class: "toolbar-container" }, config.h("slot", { key: '89cbc4450b377901cd732dcef02303a41205f202', name: "start" }), config.h("slot", { key: 'ee00a40995e755970cb9be8ccacaefbe394bca93', name: "secondary" }), config.h("div", { key: 'ae653739005ac675f789a57a6c5ee6899d24c34b', class: "toolbar-content" }, config.h("slot", { key: 'e90829ef9c274f14bfd8e85834183d3498bd2825' })), config.h("slot", { key: '8f5106bb52b434a6760cf6f7848471ab99f2c80b', name: "primary" }), config.h("slot", { key: '9d20e5120164268411bd7e9e091ced61d24da5cc', name: "end" }))));
|
|
1321
1255
|
}
|
|
1322
|
-
get el() { return
|
|
1256
|
+
get el() { return config.getElement(this); }
|
|
1323
1257
|
};
|
|
1324
1258
|
Toolbar.style = {
|
|
1325
1259
|
ionic: IonToolbarIonicStyle0,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const ionicGlobal = require('./ionic-global-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
10
10
|
const theme = require('./theme-d1c573d2.js');
|
|
11
11
|
|
|
12
12
|
const avatarIonicCss = ":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--padding-top:var(--ionic-space-0, 0px);--padding-bottom:var(--ionic-space-0, 0px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:var(--ionic-color-neutral-100, #f1f1f1);color:var(--ionic-color-neutral-800, #626262);font-weight:var(--ionic-font-weight-medium, 500);line-height:var(--ionic-line-height-700, 28px)}:host(:not(.avatar-image)){-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);border:var(--ionic-border-size-025, 1px) var(--ionic-border-style-solid, solid) var(--ionic-color-neutral-800, #626262)}:host(.avatar-xxsmall){--padding-end:var(--ionic-space-050, 2px);--padding-start:var(--ionic-space-050, 2px);width:var(--ionic-scale-400, 16px);height:var(--ionic-scale-400, 16px);font-size:var(--ionic-font-size-300, 0.75rem);line-height:var(--ionic-line-height-500, 20px)}:host(.avatar-xsmall){--padding-end:var(--ionic-space-050, 2px);--padding-start:var(--ionic-space-050, 2px);width:var(--ionic-scale-600, 24px);height:var(--ionic-scale-600, 24px);font-size:var(--ionic-font-size-300, 0.75rem);line-height:var(--ionic-line-height-500, 20px)}:host(.avatar-small){--padding-end:var(--ionic-space-150, 6px);--padding-start:var(--ionic-space-150, 6px);width:var(--ionic-scale-800, 32px);height:var(--ionic-scale-800, 32px);font-size:var(--ionic-font-size-400, 1rem);line-height:var(--ionic-line-height-600, 24px)}:host(.avatar-medium){--padding-end:var(--ionic-space-200, 8px);--padding-start:var(--ionic-space-200, 8px);width:var(--ionic-scale-1000, 40px);height:var(--ionic-scale-1000, 40px);font-size:var(--ionic-font-size-450, 1.125rem)}:host(.avatar-large){--padding-end:var(--ionic-space-250, 10px);--padding-start:var(--ionic-space-250, 10px);width:var(--ionic-scale-1200, 48px);height:var(--ionic-scale-1200, 48px);font-size:var(--ionic-font-size-500, 1.25rem)}:host(.avatar-xlarge){--padding-end:var(--ionic-space-300, 12px);--padding-start:var(--ionic-space-300, 12px);width:var(--ionic-scale-1400, 56px);height:var(--ionic-scale-1400, 56px);font-size:var(--ionic-font-size-550, 1.375rem)}:host(.avatar-xxsmall.avatar-soft),:host(.avatar-xsmall.avatar-soft),:host(.avatar-small.avatar-soft){--border-radius:var(--ionic-border-radius-100, 4px)}:host(.avatar-soft){--border-radius:var(--ionic-border-radius-200, 8px)}:host(.avatar-round){--border-radius:var(--ionic-border-radius-full, 999px)}:host(.avatar-rectangular){--border-radius:var(--ionic-border-radius-0, 0px)}:host(.avatar-icon){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}:host(.avatar-xsmall) ::slotted(ion-icon){width:var(--ionic-scale-400, 16px);height:var(--ionic-scale-400, 16px)}:host(.avatar-small) ::slotted(ion-icon){width:var(--ionic-scale-500, 20px);height:var(--ionic-scale-500, 20px)}:host(.avatar-medium) ::slotted(ion-icon){width:var(--ionic-scale-600, 24px);height:var(--ionic-scale-600, 24px)}:host(.avatar-large) ::slotted(ion-icon){width:var(--ionic-scale-800, 32px);height:var(--ionic-scale-800, 32px)}:host(.avatar-xlarge) ::slotted(ion-icon){width:var(--ionic-scale-1000, 40px);height:var(--ionic-scale-1000, 40px)}";
|
|
@@ -20,7 +20,7 @@ const IonAvatarMdStyle0 = avatarMdCss;
|
|
|
20
20
|
|
|
21
21
|
const Avatar = class {
|
|
22
22
|
constructor(hostRef) {
|
|
23
|
-
|
|
23
|
+
config.registerInstance(this, hostRef);
|
|
24
24
|
this.size = undefined;
|
|
25
25
|
this.shape = undefined;
|
|
26
26
|
}
|
|
@@ -58,15 +58,15 @@ const Avatar = class {
|
|
|
58
58
|
const theme = ionicGlobal.getIonTheme(this);
|
|
59
59
|
const size = this.getSize();
|
|
60
60
|
const shape = this.getShape();
|
|
61
|
-
return (
|
|
61
|
+
return (config.h(config.Host, { key: '169f3e804c30f9eedc8c3cf064af9871bead2f5f', class: {
|
|
62
62
|
[theme]: true,
|
|
63
63
|
[`avatar-${size}`]: size !== undefined,
|
|
64
64
|
[`avatar-${shape}`]: shape !== undefined,
|
|
65
65
|
[`avatar-image`]: this.hasImage,
|
|
66
66
|
[`avatar-icon`]: this.hasIcon,
|
|
67
|
-
} },
|
|
67
|
+
} }, config.h("slot", { key: '67bb5a3c1a6bd33af37141df05663f1685c84286' })));
|
|
68
68
|
}
|
|
69
|
-
get el() { return
|
|
69
|
+
get el() { return config.getElement(this); }
|
|
70
70
|
};
|
|
71
71
|
Avatar.style = {
|
|
72
72
|
ionic: IonAvatarIonicStyle0,
|
|
@@ -85,7 +85,7 @@ const IonBadgeMdStyle0 = badgeMdCss;
|
|
|
85
85
|
|
|
86
86
|
const Badge = class {
|
|
87
87
|
constructor(hostRef) {
|
|
88
|
-
|
|
88
|
+
config.registerInstance(this, hostRef);
|
|
89
89
|
this.color = undefined;
|
|
90
90
|
this.shape = undefined;
|
|
91
91
|
this.size = undefined;
|
|
@@ -118,11 +118,11 @@ const Badge = class {
|
|
|
118
118
|
const shape = this.getShape();
|
|
119
119
|
const size = this.getSize();
|
|
120
120
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
121
|
-
return (
|
|
121
|
+
return (config.h(config.Host, { key: 'c90c2b6ac737ec5ebfa28bb2ccef6517a9a9b84e', class: theme.createColorClasses(this.color, {
|
|
122
122
|
[theme$1]: true,
|
|
123
123
|
[`badge-${shape}`]: shape !== undefined,
|
|
124
124
|
[`badge-${size}`]: size !== undefined,
|
|
125
|
-
}) },
|
|
125
|
+
}) }, config.h("slot", { key: '4a3a379d86e60a04a449b8a0bf8f99776d64bc4c' })));
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
128
|
Badge.style = {
|
|
@@ -136,13 +136,13 @@ const IonThumbnailStyle0 = thumbnailCss;
|
|
|
136
136
|
|
|
137
137
|
const Thumbnail = class {
|
|
138
138
|
constructor(hostRef) {
|
|
139
|
-
|
|
139
|
+
config.registerInstance(this, hostRef);
|
|
140
140
|
}
|
|
141
141
|
render() {
|
|
142
142
|
const theme = ionicGlobal.getIonTheme(this);
|
|
143
|
-
return (
|
|
143
|
+
return (config.h(config.Host, { key: '8913b780b1ac6a325126622f992da0d4169b5c8c', class: {
|
|
144
144
|
[theme]: true,
|
|
145
|
-
} },
|
|
145
|
+
} }, config.h("slot", { key: '10127c5603bc9b750e060e35f8b7f665befce81a' })));
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
Thumbnail.style = IonThumbnailStyle0;
|