voyager-ionic-core 7.6.3 → 7.6.5
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/ion-back-button.js +1 -1
- package/components/ion-input.js +2 -2
- package/components/ion-menu-button.js +1 -1
- package/components/list.js +1 -1
- package/components/overlays.js +12 -3
- package/components/spinner.js +1 -1
- package/dist/cjs/{app-globals-7def22c8.js → app-globals-07127773.js} +1 -1
- package/dist/cjs/{button-active-962fe442.js → button-active-85665616.js} +1 -1
- package/dist/cjs/{index-17ab7794.js → index-6bb6b651.js} +3 -3
- package/dist/cjs/{index-50dcfe2f.js → index-71f41461.js} +25 -27
- package/dist/cjs/{index-3b012034.js → index-96a721a7.js} +1 -1
- package/dist/cjs/index.cjs.js +7 -7
- package/dist/cjs/ion-accordion_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-action-sheet.cjs.entry.js +4 -4
- package/dist/cjs/ion-alert.cjs.entry.js +4 -4
- package/dist/cjs/ion-app_8.cjs.entry.js +4 -4
- package/dist/cjs/ion-avatar_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-back-button.cjs.entry.js +3 -3
- package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
- package/dist/cjs/ion-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/ion-chip.cjs.entry.js +2 -2
- package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime_3.cjs.entry.js +3 -3
- package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-img.cjs.entry.js +2 -2
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +4 -4
- package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-item_8.cjs.entry.js +3 -3
- package/dist/cjs/ion-loading.cjs.entry.js +3 -3
- package/dist/cjs/ion-menu_3.cjs.entry.js +5 -5
- package/dist/cjs/ion-modal.cjs.entry.js +4 -4
- package/dist/cjs/ion-nav_2.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column-internal.cjs.entry.js +2 -2
- package/dist/cjs/ion-picker-internal.cjs.entry.js +1 -1
- package/dist/cjs/ion-popover.cjs.entry.js +4 -4
- package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/ion-radio_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-range.cjs.entry.js +2 -2
- package/dist/cjs/ion-refresher_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
- package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
- package/dist/cjs/ion-searchbar.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-select_3.cjs.entry.js +3 -3
- package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-text.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +3 -3
- package/dist/cjs/ion-toggle.cjs.entry.js +2 -2
- package/dist/cjs/{ionic-global-a4edbf03.js → ionic-global-c70c3fb5.js} +1 -1
- package/dist/cjs/ionic.cjs.js +4 -4
- package/dist/cjs/{ios.transition-b5353f3e.js → ios.transition-9624a175.js} +2 -2
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{md.transition-67157dd9.js → md.transition-786baf9a.js} +2 -2
- package/dist/cjs/{overlays-e77cc023.js → overlays-4c97edb0.js} +13 -4
- package/dist/cjs/{status-tap-b5d77c08.js → status-tap-66296dcb.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/accordion-group/accordion-group.js +6 -4
- package/dist/collection/components/action-sheet/action-sheet.js +6 -10
- package/dist/collection/components/alert/alert.js +6 -10
- package/dist/collection/components/app/app.js +3 -2
- package/dist/collection/components/back-button/back-button.js +1 -1
- package/dist/collection/components/content/content.js +24 -40
- package/dist/collection/components/datetime/datetime.js +9 -6
- package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +1 -1
- package/dist/collection/components/input/input.ios.css +4 -4
- package/dist/collection/components/input/input.md.css +4 -4
- package/dist/collection/components/item-sliding/item-sliding.js +3 -5
- package/dist/collection/components/list/list.md.css +1 -21
- package/dist/collection/components/loading/loading.js +6 -10
- package/dist/collection/components/menu/menu.js +15 -10
- package/dist/collection/components/menu-button/menu-button.js +1 -1
- package/dist/collection/components/modal/modal.js +9 -12
- package/dist/collection/components/nav/nav.js +114 -190
- package/dist/collection/components/picker/picker.js +9 -15
- package/dist/collection/components/picker-column-internal/picker-column-internal.js +3 -2
- package/dist/collection/components/popover/popover.js +18 -21
- package/dist/collection/components/radio/radio.js +6 -4
- package/dist/collection/components/reorder-group/reorder-group.js +3 -5
- package/dist/collection/components/ripple-effect/ripple-effect.js +6 -10
- package/dist/collection/components/router/router.js +12 -14
- package/dist/collection/components/router-outlet/router-outlet.js +21 -14
- package/dist/collection/components/select/select.js +3 -5
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/tabs/tabs.js +9 -12
- package/dist/collection/components/toast/toast.js +6 -10
- package/dist/collection/utils/overlays.js +12 -3
- package/dist/docs.d.ts +1 -21
- package/dist/docs.json +707 -534
- package/dist/esm/{app-globals-8c62bec2.js → app-globals-52c78291.js} +1 -1
- package/dist/esm/{button-active-308d3edd.js → button-active-b62776db.js} +1 -1
- package/dist/esm/{index-1193f005.js → index-01cb9192.js} +1 -1
- package/dist/esm/{index-b7d870cf.js → index-27668d5b.js} +25 -27
- package/dist/esm/{index-4743453d.js → index-a97c95a7.js} +3 -3
- package/dist/esm/index.js +7 -7
- package/dist/esm/ion-accordion_2.entry.js +2 -2
- package/dist/esm/ion-action-sheet.entry.js +4 -4
- package/dist/esm/ion-alert.entry.js +4 -4
- package/dist/esm/ion-app_8.entry.js +4 -4
- 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 +2 -2
- package/dist/esm/ion-button_2.entry.js +2 -2
- package/dist/esm/ion-card_5.entry.js +2 -2
- package/dist/esm/ion-checkbox.entry.js +2 -2
- package/dist/esm/ion-chip.entry.js +2 -2
- package/dist/esm/ion-col_3.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +2 -2
- package/dist/esm/ion-datetime_3.entry.js +3 -3
- package/dist/esm/ion-fab_3.entry.js +2 -2
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +4 -4
- package/dist/esm/ion-item-option_3.entry.js +2 -2
- package/dist/esm/ion-item_8.entry.js +3 -3
- package/dist/esm/ion-loading.entry.js +3 -3
- package/dist/esm/ion-menu_3.entry.js +5 -5
- package/dist/esm/ion-modal.entry.js +4 -4
- package/dist/esm/ion-nav_2.entry.js +3 -3
- package/dist/esm/ion-picker-column-internal.entry.js +2 -2
- package/dist/esm/ion-picker-internal.entry.js +1 -1
- package/dist/esm/ion-popover.entry.js +4 -4
- package/dist/esm/ion-progress-bar.entry.js +2 -2
- package/dist/esm/ion-radio_2.entry.js +2 -2
- package/dist/esm/ion-range.entry.js +2 -2
- package/dist/esm/ion-refresher_2.entry.js +2 -2
- package/dist/esm/ion-reorder_2.entry.js +2 -2
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +2 -2
- package/dist/esm/ion-searchbar.entry.js +2 -2
- package/dist/esm/ion-segment_2.entry.js +2 -2
- package/dist/esm/ion-select_3.entry.js +3 -3
- package/dist/esm/ion-spinner.entry.js +3 -3
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +2 -2
- package/dist/esm/ion-tab_2.entry.js +1 -1
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +3 -3
- package/dist/esm/ion-toggle.entry.js +2 -2
- package/dist/esm/{ionic-global-1f99b929.js → ionic-global-8fa0f940.js} +1 -1
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-3376ccb2.js → ios.transition-62fd50ab.js} +2 -2
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{md.transition-f992779f.js → md.transition-7e56966a.js} +2 -2
- package/dist/esm/{overlays-b33f6bca.js → overlays-8414359b.js} +13 -4
- package/dist/esm/{status-tap-16fd8f3d.js → status-tap-129c01cf.js} +1 -1
- package/dist/esm-es5/app-globals-52c78291.js +4 -0
- package/dist/esm-es5/{button-active-308d3edd.js → button-active-b62776db.js} +1 -1
- package/dist/esm-es5/{index-1193f005.js → index-01cb9192.js} +1 -1
- package/dist/esm-es5/index-27668d5b.js +5 -0
- package/dist/esm-es5/{index-4743453d.js → index-a97c95a7.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input.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-internal.entry.js +1 -1
- package/dist/esm-es5/ion-picker-internal.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-1f99b929.js → ionic-global-8fa0f940.js} +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-3376ccb2.js → ios.transition-62fd50ab.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-7e56966a.js +4 -0
- package/dist/esm-es5/{overlays-b33f6bca.js → overlays-8414359b.js} +1 -1
- package/dist/esm-es5/{status-tap-16fd8f3d.js → status-tap-129c01cf.js} +1 -1
- 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-005e0ad0.js +4 -0
- package/dist/ionic/{p-928ee57a.entry.js → p-01438d78.entry.js} +1 -1
- package/dist/ionic/{p-9a68d8ef.system.js → p-02e530f5.system.js} +1 -1
- package/dist/ionic/{p-04377cfa.js → p-03e00f90.js} +1 -1
- package/dist/ionic/{p-47bb15a1.entry.js → p-0abedd22.entry.js} +1 -1
- package/dist/ionic/{p-26c4bf85.entry.js → p-0d2b6901.entry.js} +1 -1
- package/dist/ionic/{p-4f400544.entry.js → p-1052ef2b.entry.js} +1 -1
- package/dist/ionic/{p-c68dd1e0.entry.js → p-127ff448.entry.js} +1 -1
- package/dist/ionic/{p-e33d1ebc.entry.js → p-13387c28.entry.js} +1 -1
- package/dist/ionic/{p-abd5d0d5.system.entry.js → p-1a0bf247.system.entry.js} +1 -1
- package/dist/ionic/{p-19d9ceb8.system.js → p-1a5f0313.system.js} +1 -1
- package/dist/ionic/{p-c23eff76.entry.js → p-1f7fc88d.entry.js} +1 -1
- package/dist/ionic/{p-158efe8d.system.entry.js → p-1ffb40d0.system.entry.js} +1 -1
- package/dist/ionic/{p-0509fd34.js → p-23ce95e8.js} +1 -1
- package/dist/ionic/{p-bdf71399.entry.js → p-249633a4.entry.js} +1 -1
- package/dist/ionic/{p-44a56556.js → p-25221a73.js} +1 -1
- package/dist/ionic/{p-507ddbfe.system.entry.js → p-25553eba.system.entry.js} +1 -1
- package/dist/ionic/{p-6ab03751.js → p-2a496995.js} +1 -1
- package/dist/ionic/{p-d0748f6d.entry.js → p-3197dbf7.entry.js} +1 -1
- package/dist/ionic/{p-a074be82.system.js → p-32b8e50d.system.js} +1 -1
- package/dist/ionic/{p-a4461d1c.system.entry.js → p-35e1a80f.system.entry.js} +1 -1
- package/dist/ionic/{p-254ec7c0.system.entry.js → p-3b83e483.system.entry.js} +1 -1
- package/dist/ionic/{p-9fda6824.system.entry.js → p-3bcbbf43.system.entry.js} +1 -1
- package/dist/ionic/{p-9f94c72e.system.js → p-3c33dc30.system.js} +1 -1
- package/dist/ionic/{p-2b3debd5.entry.js → p-3f0afc6f.entry.js} +1 -1
- package/dist/ionic/{p-793a10e0.system.entry.js → p-41040a92.system.entry.js} +1 -1
- package/dist/ionic/{p-84b567a6.entry.js → p-41aa2662.entry.js} +1 -1
- package/dist/ionic/{p-799da666.entry.js → p-436bd99a.entry.js} +1 -1
- package/dist/ionic/{p-afa9f205.system.js → p-43afd001.system.js} +1 -1
- package/dist/ionic/{p-6c277fa2.system.entry.js → p-48f7e8cc.system.entry.js} +1 -1
- package/dist/ionic/{p-5ad1fe3b.system.js → p-4a4bbcc5.system.js} +2 -2
- package/dist/ionic/{p-328107a5.system.entry.js → p-4cd6a04c.system.entry.js} +1 -1
- package/dist/ionic/{p-745e3339.system.entry.js → p-525b6ac4.system.entry.js} +1 -1
- package/dist/ionic/{p-eb246b50.entry.js → p-54c92c77.entry.js} +1 -1
- package/dist/ionic/{p-44dc52e5.entry.js → p-5a85d71d.entry.js} +1 -1
- package/dist/ionic/{p-dc71e4ef.system.entry.js → p-5aecd304.system.entry.js} +1 -1
- package/dist/ionic/{p-149567b1.system.entry.js → p-5c2da581.system.entry.js} +1 -1
- package/dist/ionic/{p-ee810056.system.entry.js → p-619fafe3.system.entry.js} +1 -1
- package/dist/ionic/{p-8f301ac5.system.entry.js → p-61bf9f6f.system.entry.js} +1 -1
- package/dist/ionic/p-677cb2f7.js +4 -0
- package/dist/ionic/p-67c3a2a8.system.js +5 -0
- package/dist/ionic/{p-aed4931c.entry.js → p-688a36c7.entry.js} +1 -1
- package/dist/ionic/{p-c1701827.entry.js → p-6a257379.entry.js} +1 -1
- package/dist/ionic/{p-c8aadc98.system.entry.js → p-6b9eee40.system.entry.js} +1 -1
- package/dist/ionic/{p-6337e56b.system.entry.js → p-6ba863b1.system.entry.js} +1 -1
- package/dist/ionic/{p-213e377d.system.entry.js → p-6e165986.system.entry.js} +1 -1
- package/dist/ionic/{p-154e5e06.entry.js → p-7510e462.entry.js} +1 -1
- package/dist/ionic/{p-72cb0718.system.entry.js → p-76b6b42e.system.entry.js} +1 -1
- package/dist/ionic/{p-a49931aa.system.js → p-770f5b43.system.js} +1 -1
- package/dist/ionic/{p-0ebc87b7.system.entry.js → p-7751def0.system.entry.js} +1 -1
- package/dist/ionic/{p-648ad047.system.entry.js → p-788942c8.system.entry.js} +1 -1
- package/dist/ionic/{p-b964aba3.entry.js → p-7bae84aa.entry.js} +1 -1
- package/dist/ionic/{p-cf235986.entry.js → p-7de774dd.entry.js} +1 -1
- package/dist/ionic/{p-1c249831.entry.js → p-803ad1e3.entry.js} +1 -1
- package/dist/ionic/{p-6855f26a.entry.js → p-8084e9cb.entry.js} +1 -1
- package/dist/ionic/{p-a20bb802.entry.js → p-80ddd0c1.entry.js} +1 -1
- package/dist/ionic/{p-0550f802.entry.js → p-85e04029.entry.js} +1 -1
- package/dist/ionic/{p-068ec6d3.system.entry.js → p-87e10168.system.entry.js} +1 -1
- package/dist/ionic/{p-69641343.system.entry.js → p-88d99112.system.entry.js} +1 -1
- package/dist/ionic/{p-39f96ff6.system.entry.js → p-89c28901.system.entry.js} +1 -1
- package/dist/ionic/{p-da666998.system.entry.js → p-928e945d.system.entry.js} +1 -1
- package/dist/ionic/{p-ddd48faf.system.entry.js → p-978c6799.system.entry.js} +1 -1
- package/dist/ionic/{p-93390f78.entry.js → p-9a0b9b64.entry.js} +1 -1
- package/dist/ionic/{p-85f48531.entry.js → p-a2d75455.entry.js} +1 -1
- package/dist/ionic/{p-beeed22c.system.entry.js → p-a706cf11.system.entry.js} +1 -1
- package/dist/ionic/{p-3381c3f4.entry.js → p-a78d17e2.entry.js} +1 -1
- package/dist/ionic/{p-a3013394.entry.js → p-aca77953.entry.js} +1 -1
- package/dist/ionic/{p-0aa78a8d.system.js → p-ae638cb5.system.js} +1 -1
- package/dist/ionic/{p-2894d5f6.entry.js → p-b09c8228.entry.js} +1 -1
- package/dist/ionic/{p-93419ece.system.entry.js → p-b2205a7c.system.entry.js} +1 -1
- package/dist/ionic/{p-61e4d3ec.entry.js → p-b43cf55f.entry.js} +1 -1
- package/dist/ionic/{p-767f1a92.entry.js → p-b6f6f00e.entry.js} +1 -1
- package/dist/ionic/{p-d93eed83.system.entry.js → p-bb41c476.system.entry.js} +1 -1
- package/dist/ionic/{p-b7058a0e.system.entry.js → p-bc59962f.system.entry.js} +1 -1
- package/dist/ionic/{p-17d283b9.system.entry.js → p-be04fcd8.system.entry.js} +1 -1
- package/dist/ionic/{p-b8a9e195.system.entry.js → p-bf595ef8.system.entry.js} +1 -1
- package/dist/ionic/{p-1b27ac67.entry.js → p-bf80f9d1.entry.js} +1 -1
- package/dist/ionic/{p-3671f1b9.system.js → p-c0f62b42.system.js} +1 -1
- package/dist/ionic/{p-e2903cdc.system.entry.js → p-c16d9f2c.system.entry.js} +1 -1
- package/dist/ionic/{p-41208f54.system.entry.js → p-c1c57873.system.entry.js} +1 -1
- package/dist/ionic/{p-6fba0ce1.system.entry.js → p-c48a9ef3.system.entry.js} +1 -1
- package/dist/ionic/{p-60959b71.entry.js → p-c9219299.entry.js} +1 -1
- package/dist/ionic/{p-2ba9a9bd.system.entry.js → p-cae77add.system.entry.js} +1 -1
- package/dist/ionic/{p-4489dd20.system.entry.js → p-cd6bb7f5.system.entry.js} +1 -1
- package/dist/ionic/{p-043aa6cc.system.entry.js → p-cdce5ba3.system.entry.js} +1 -1
- package/dist/ionic/{p-f6e9c227.system.js → p-d2707f9d.system.js} +1 -1
- package/dist/ionic/{p-f894e0ad.entry.js → p-d5216086.entry.js} +1 -1
- package/dist/ionic/p-d6129c6e.js +5 -0
- package/dist/ionic/p-d6beb1c9.system.entry.js +4 -0
- package/dist/ionic/{p-43f03cf4.system.entry.js → p-db798370.system.entry.js} +1 -1
- package/dist/ionic/{p-a821750c.system.entry.js → p-dc1d883c.system.entry.js} +1 -1
- package/dist/ionic/{p-3e8d5e53.entry.js → p-dd9dff11.entry.js} +1 -1
- package/dist/ionic/{p-cad1126a.entry.js → p-df62accd.entry.js} +1 -1
- package/dist/ionic/{p-b7a2ffc9.system.entry.js → p-e1e05489.system.entry.js} +1 -1
- package/dist/ionic/{p-06abe918.system.entry.js → p-e3ff3cde.system.entry.js} +1 -1
- package/dist/ionic/p-e814f9c0.entry.js +4 -0
- package/dist/ionic/{p-8dae44aa.entry.js → p-e8294cc1.entry.js} +1 -1
- package/dist/ionic/{p-c08fe2c0.entry.js → p-e87564bc.entry.js} +1 -1
- package/dist/ionic/{p-cd1b920b.entry.js → p-ea7f77e7.entry.js} +1 -1
- package/dist/ionic/{p-6e0539ea.system.entry.js → p-eb210b21.system.entry.js} +1 -1
- package/dist/ionic/{p-da5e2652.entry.js → p-eb80ca40.entry.js} +1 -1
- package/dist/ionic/{p-332ea4d3.system.entry.js → p-eba17ff5.system.entry.js} +1 -1
- package/dist/ionic/{p-ade3cf46.entry.js → p-ed60d571.entry.js} +1 -1
- package/dist/ionic/{p-1501b945.system.js → p-ef3a6b51.system.js} +1 -1
- package/dist/ionic/{p-3313c481.entry.js → p-efcc4b66.entry.js} +1 -1
- package/dist/ionic/p-f08d8865.js +4 -0
- package/dist/ionic/{p-20e0e75d.system.entry.js → p-f3478ed6.system.entry.js} +1 -1
- package/dist/ionic/{p-9fb45814.entry.js → p-f4bf2448.entry.js} +1 -1
- package/dist/ionic/{p-3dfc522b.entry.js → p-f4e37ba7.entry.js} +1 -1
- package/dist/ionic/{p-5e0c7fdc.entry.js → p-f56d53bd.entry.js} +1 -1
- package/dist/ionic/{p-328b49db.system.entry.js → p-f8564a9b.system.entry.js} +1 -1
- package/dist/ionic/{p-5ff99b79.entry.js → p-f865bc9a.entry.js} +1 -1
- package/dist/ionic/p-fd1a0431.js +4 -0
- package/dist/ionic/{p-7fae5c36.js → p-fd41bd8a.js} +1 -1
- package/dist/types/components/spinner/spinner-interface.d.ts +3 -1
- package/dist/types/components/split-pane/split-pane.d.ts +1 -1
- package/dist/types/utils/helpers.d.ts +1 -1
- package/hydrate/index.d.ts +2 -2
- package/hydrate/index.js +1793 -93
- package/package.json +3 -3
- package/dist/esm-es5/app-globals-8c62bec2.js +0 -4
- package/dist/esm-es5/index-b7d870cf.js +0 -5
- package/dist/esm-es5/md.transition-f992779f.js +0 -4
- package/dist/ionic/p-0235067a.js +0 -4
- package/dist/ionic/p-02cb0cf0.entry.js +0 -4
- package/dist/ionic/p-290d3fe9.js +0 -5
- package/dist/ionic/p-4a3218d4.system.entry.js +0 -4
- package/dist/ionic/p-52cfafe9.system.js +0 -5
- package/dist/ionic/p-97174c1e.js +0 -4
- package/dist/ionic/p-98f35d98.js +0 -4
- package/dist/ionic/p-cd574dfa.js +0 -4
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
const index = require('./index-c8d52405.js');
|
|
7
|
-
const ionicGlobal = require('./ionic-global-
|
|
7
|
+
const ionicGlobal = require('./ionic-global-c70c3fb5.js');
|
|
8
8
|
const frameworkDelegate = require('./framework-delegate-1c29b14a.js');
|
|
9
9
|
const hardwareBackButton = require('./hardware-back-button-76833cac.js');
|
|
10
10
|
const helpers = require('./helpers-76bb7efb.js');
|
|
@@ -413,7 +413,7 @@ const present = async (overlay, name, iosEnterAnimation, mdEnterAnimation, opts)
|
|
|
413
413
|
* from returning focus as a result.
|
|
414
414
|
*/
|
|
415
415
|
if (overlay.el.tagName !== 'ION-TOAST') {
|
|
416
|
-
|
|
416
|
+
focusPreviousElementOnDismissIfNeeded(overlay.el);
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* If the focused element is already
|
|
@@ -435,7 +435,7 @@ const present = async (overlay, name, iosEnterAnimation, mdEnterAnimation, opts)
|
|
|
435
435
|
* to where they were before they
|
|
436
436
|
* opened the overlay.
|
|
437
437
|
*/
|
|
438
|
-
const
|
|
438
|
+
const focusPreviousElementOnDismissIfNeeded = async (overlayEl) => {
|
|
439
439
|
let previousElement = document.activeElement;
|
|
440
440
|
if (!previousElement) {
|
|
441
441
|
return;
|
|
@@ -446,7 +446,16 @@ const focusPreviousElementOnDismiss = async (overlayEl) => {
|
|
|
446
446
|
previousElement = shadowRoot.querySelector(focusableQueryString) || previousElement;
|
|
447
447
|
}
|
|
448
448
|
await overlayEl.onDidDismiss();
|
|
449
|
-
|
|
449
|
+
/**
|
|
450
|
+
* If the user has already removed focus
|
|
451
|
+
* from the overlay (For example, focusing
|
|
452
|
+
* a text box after tapping a button in an
|
|
453
|
+
* action sheet) then don't restore focus
|
|
454
|
+
* to previous element
|
|
455
|
+
*/
|
|
456
|
+
if (document.activeElement === null || document.activeElement === document.body) {
|
|
457
|
+
previousElement.focus();
|
|
458
|
+
}
|
|
450
459
|
};
|
|
451
460
|
const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLeaveAnimation, opts) => {
|
|
452
461
|
var _a, _b;
|
|
@@ -382,11 +382,13 @@ export class AccordionGroup {
|
|
|
382
382
|
"complexType": {
|
|
383
383
|
"signature": "(accordionValue: string | undefined, accordionExpand: boolean) => Promise<void>",
|
|
384
384
|
"parameters": [{
|
|
385
|
-
"
|
|
386
|
-
"
|
|
385
|
+
"name": "accordionValue",
|
|
386
|
+
"type": "string | undefined",
|
|
387
|
+
"docs": ""
|
|
387
388
|
}, {
|
|
388
|
-
"
|
|
389
|
-
"
|
|
389
|
+
"name": "accordionExpand",
|
|
390
|
+
"type": "boolean",
|
|
391
|
+
"docs": ""
|
|
390
392
|
}],
|
|
391
393
|
"references": {
|
|
392
394
|
"Promise": {
|
|
@@ -684,17 +684,13 @@ export class ActionSheet {
|
|
|
684
684
|
"complexType": {
|
|
685
685
|
"signature": "(data?: any, role?: string) => Promise<boolean>",
|
|
686
686
|
"parameters": [{
|
|
687
|
-
"
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
}],
|
|
691
|
-
"text": "Any data to emit in the dismiss events."
|
|
687
|
+
"name": "data",
|
|
688
|
+
"type": "any",
|
|
689
|
+
"docs": "Any data to emit in the dismiss events."
|
|
692
690
|
}, {
|
|
693
|
-
"
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}],
|
|
697
|
-
"text": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
691
|
+
"name": "role",
|
|
692
|
+
"type": "string | undefined",
|
|
693
|
+
"docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
698
694
|
}],
|
|
699
695
|
"references": {
|
|
700
696
|
"Promise": {
|
|
@@ -926,17 +926,13 @@ export class Alert {
|
|
|
926
926
|
"complexType": {
|
|
927
927
|
"signature": "(data?: any, role?: string) => Promise<boolean>",
|
|
928
928
|
"parameters": [{
|
|
929
|
-
"
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
}],
|
|
933
|
-
"text": "Any data to emit in the dismiss events."
|
|
929
|
+
"name": "data",
|
|
930
|
+
"type": "any",
|
|
931
|
+
"docs": "Any data to emit in the dismiss events."
|
|
934
932
|
}, {
|
|
935
|
-
"
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
}],
|
|
939
|
-
"text": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
933
|
+
"name": "role",
|
|
934
|
+
"type": "string | undefined",
|
|
935
|
+
"docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
940
936
|
}],
|
|
941
937
|
"references": {
|
|
942
938
|
"Promise": {
|
|
@@ -78,8 +78,9 @@ export class App {
|
|
|
78
78
|
"complexType": {
|
|
79
79
|
"signature": "(elements: HTMLElement[]) => Promise<void>",
|
|
80
80
|
"parameters": [{
|
|
81
|
-
"
|
|
82
|
-
"
|
|
81
|
+
"name": "elements",
|
|
82
|
+
"type": "HTMLElement[]",
|
|
83
|
+
"docs": ""
|
|
83
84
|
}],
|
|
84
85
|
"references": {
|
|
85
86
|
"Promise": {
|
|
@@ -74,7 +74,7 @@ export class BackButton {
|
|
|
74
74
|
const ariaLabel = inheritedAttributes['aria-label'] || backButtonText || 'back';
|
|
75
75
|
return (h(Host, { onClick: this.onClick, class: createColorClasses(color, {
|
|
76
76
|
[mode]: true,
|
|
77
|
-
button: true,
|
|
77
|
+
button: true, // ion-buttons target .button
|
|
78
78
|
'back-button-disabled': disabled,
|
|
79
79
|
'back-button-has-icon-only': hasIconOnly,
|
|
80
80
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
@@ -596,11 +596,9 @@ export class Content {
|
|
|
596
596
|
"complexType": {
|
|
597
597
|
"signature": "(duration?: number) => Promise<void>",
|
|
598
598
|
"parameters": [{
|
|
599
|
-
"
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}],
|
|
603
|
-
"text": "The amount of time to take scrolling to the top. Defaults to `0`."
|
|
599
|
+
"name": "duration",
|
|
600
|
+
"type": "number",
|
|
601
|
+
"docs": "The amount of time to take scrolling to the top. Defaults to `0`."
|
|
604
602
|
}],
|
|
605
603
|
"references": {
|
|
606
604
|
"Promise": {
|
|
@@ -622,11 +620,9 @@ export class Content {
|
|
|
622
620
|
"complexType": {
|
|
623
621
|
"signature": "(duration?: number) => Promise<void>",
|
|
624
622
|
"parameters": [{
|
|
625
|
-
"
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
}],
|
|
629
|
-
"text": "The amount of time to take scrolling to the bottom. Defaults to `0`."
|
|
623
|
+
"name": "duration",
|
|
624
|
+
"type": "number",
|
|
625
|
+
"docs": "The amount of time to take scrolling to the bottom. Defaults to `0`."
|
|
630
626
|
}],
|
|
631
627
|
"references": {
|
|
632
628
|
"Promise": {
|
|
@@ -648,23 +644,17 @@ export class Content {
|
|
|
648
644
|
"complexType": {
|
|
649
645
|
"signature": "(x: number, y: number, duration: number) => Promise<void>",
|
|
650
646
|
"parameters": [{
|
|
651
|
-
"
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
}],
|
|
655
|
-
"text": "The amount to scroll by on the horizontal axis."
|
|
647
|
+
"name": "x",
|
|
648
|
+
"type": "number",
|
|
649
|
+
"docs": "The amount to scroll by on the horizontal axis."
|
|
656
650
|
}, {
|
|
657
|
-
"
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
}],
|
|
661
|
-
"text": "The amount to scroll by on the vertical axis."
|
|
651
|
+
"name": "y",
|
|
652
|
+
"type": "number",
|
|
653
|
+
"docs": "The amount to scroll by on the vertical axis."
|
|
662
654
|
}, {
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
}],
|
|
667
|
-
"text": "The amount of time to take scrolling by that amount."
|
|
655
|
+
"name": "duration",
|
|
656
|
+
"type": "number",
|
|
657
|
+
"docs": "The amount of time to take scrolling by that amount."
|
|
668
658
|
}],
|
|
669
659
|
"references": {
|
|
670
660
|
"Promise": {
|
|
@@ -692,23 +682,17 @@ export class Content {
|
|
|
692
682
|
"complexType": {
|
|
693
683
|
"signature": "(x: number | undefined | null, y: number | undefined | null, duration?: number) => Promise<void>",
|
|
694
684
|
"parameters": [{
|
|
695
|
-
"
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}],
|
|
699
|
-
"text": "The point to scroll to on the horizontal axis."
|
|
685
|
+
"name": "x",
|
|
686
|
+
"type": "number | null | undefined",
|
|
687
|
+
"docs": "The point to scroll to on the horizontal axis."
|
|
700
688
|
}, {
|
|
701
|
-
"
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
}],
|
|
705
|
-
"text": "The point to scroll to on the vertical axis."
|
|
689
|
+
"name": "y",
|
|
690
|
+
"type": "number | null | undefined",
|
|
691
|
+
"docs": "The point to scroll to on the vertical axis."
|
|
706
692
|
}, {
|
|
707
|
-
"
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}],
|
|
711
|
-
"text": "The amount of time to take scrolling to that point. Defaults to `0`."
|
|
693
|
+
"name": "duration",
|
|
694
|
+
"type": "number",
|
|
695
|
+
"docs": "The amount of time to take scrolling to that point. Defaults to `0`."
|
|
712
696
|
}],
|
|
713
697
|
"references": {
|
|
714
698
|
"Promise": {
|
|
@@ -2293,8 +2293,9 @@ export class Datetime {
|
|
|
2293
2293
|
"complexType": {
|
|
2294
2294
|
"signature": "(closeOverlay?: boolean) => Promise<void>",
|
|
2295
2295
|
"parameters": [{
|
|
2296
|
-
"
|
|
2297
|
-
"
|
|
2296
|
+
"name": "closeOverlay",
|
|
2297
|
+
"type": "boolean",
|
|
2298
|
+
"docs": ""
|
|
2298
2299
|
}],
|
|
2299
2300
|
"references": {
|
|
2300
2301
|
"Promise": {
|
|
@@ -2313,8 +2314,9 @@ export class Datetime {
|
|
|
2313
2314
|
"complexType": {
|
|
2314
2315
|
"signature": "(startDate?: string) => Promise<void>",
|
|
2315
2316
|
"parameters": [{
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2317
|
+
"name": "startDate",
|
|
2318
|
+
"type": "string | undefined",
|
|
2319
|
+
"docs": ""
|
|
2318
2320
|
}],
|
|
2319
2321
|
"references": {
|
|
2320
2322
|
"Promise": {
|
|
@@ -2333,8 +2335,9 @@ export class Datetime {
|
|
|
2333
2335
|
"complexType": {
|
|
2334
2336
|
"signature": "(closeOverlay?: boolean) => Promise<void>",
|
|
2335
2337
|
"parameters": [{
|
|
2336
|
-
"
|
|
2337
|
-
"
|
|
2338
|
+
"name": "closeOverlay",
|
|
2339
|
+
"type": "boolean",
|
|
2340
|
+
"docs": ""
|
|
2338
2341
|
}],
|
|
2339
2342
|
"references": {
|
|
2340
2343
|
"Promise": {
|
|
@@ -15,7 +15,7 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
|
|
|
15
15
|
await datetime.evaluate((el) => {
|
|
16
16
|
el.highlightedDates = [
|
|
17
17
|
{
|
|
18
|
-
date: '2023-01-01',
|
|
18
|
+
date: '2023-01-01', // ensure selected date style overrides highlight
|
|
19
19
|
textColor: '#800080',
|
|
20
20
|
backgroundColor: '#ffc0cb',
|
|
21
21
|
},
|
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
visibility: visible;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
:host(.has-focus) {
|
|
311
|
+
:host(.has-focus.legacy-input) {
|
|
312
312
|
pointer-events: none;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
:host(.has-focus) input,
|
|
316
|
-
:host(.has-focus) a,
|
|
317
|
-
:host(.has-focus) button {
|
|
315
|
+
:host(.has-focus.legacy-input) input,
|
|
316
|
+
:host(.has-focus.legacy-input) a,
|
|
317
|
+
:host(.has-focus.legacy-input) button {
|
|
318
318
|
pointer-events: auto;
|
|
319
319
|
}
|
|
320
320
|
|
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
visibility: visible;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
:host(.has-focus) {
|
|
311
|
+
:host(.has-focus.legacy-input) {
|
|
312
312
|
pointer-events: none;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
:host(.has-focus) input,
|
|
316
|
-
:host(.has-focus) a,
|
|
317
|
-
:host(.has-focus) button {
|
|
315
|
+
:host(.has-focus.legacy-input) input,
|
|
316
|
+
:host(.has-focus.legacy-input) a,
|
|
317
|
+
:host(.has-focus.legacy-input) button {
|
|
318
318
|
pointer-events: auto;
|
|
319
319
|
}
|
|
320
320
|
|
|
@@ -491,11 +491,9 @@ export class ItemSliding {
|
|
|
491
491
|
"complexType": {
|
|
492
492
|
"signature": "(side: Side | undefined) => Promise<void>",
|
|
493
493
|
"parameters": [{
|
|
494
|
-
"
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}],
|
|
498
|
-
"text": "The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
|
|
494
|
+
"name": "side",
|
|
495
|
+
"type": "Side | undefined",
|
|
496
|
+
"docs": "The side of the options to open. If a side is not provided, it will open the first set of options it finds within the item."
|
|
499
497
|
}],
|
|
500
498
|
"references": {
|
|
501
499
|
"Promise": {
|
|
@@ -232,25 +232,9 @@ ion-list.list-inset {
|
|
|
232
232
|
border-radius: 2px;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
/**
|
|
236
|
-
* These selectors ensure the first item in the list
|
|
237
|
-
* has the correct radius.
|
|
238
|
-
* We need to consider the following scenarios:
|
|
239
|
-
1. The first item in a list as long as it is not the only item.
|
|
240
|
-
2. The item in the first item-sliding in a list.
|
|
241
|
-
* Note that we do not select "ion-item-sliding ion-item:first-of-type"
|
|
242
|
-
* because that will cause the borders to disappear on
|
|
243
|
-
* items in an item-sliding when the item is the first
|
|
244
|
-
* element in the item-sliding container.
|
|
245
|
-
*/
|
|
246
|
-
.list-md.list-inset ion-item:not(:only-of-type):first-of-type,
|
|
247
|
-
.list-md.list-inset ion-item-sliding:first-of-type ion-item {
|
|
248
|
-
--border-radius: 2px 2px 0 0;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
235
|
/**
|
|
252
236
|
* These selectors ensure the last item in the list
|
|
253
|
-
* has the correct
|
|
237
|
+
* has the correct border.
|
|
254
238
|
* We need to consider the following scenarios:
|
|
255
239
|
1. The last item in a list as long as it is not the only item.
|
|
256
240
|
2. The item in the last item-sliding in a list.
|
|
@@ -261,21 +245,17 @@ ion-list.list-inset {
|
|
|
261
245
|
*/
|
|
262
246
|
.list-md.list-inset ion-item:not(:only-of-type):last-of-type,
|
|
263
247
|
.list-md.list-inset ion-item-sliding:last-of-type ion-item {
|
|
264
|
-
--border-radius: 0 0 2px 2px;
|
|
265
248
|
--border-width: 0;
|
|
266
249
|
--inner-border-width: 0;
|
|
267
250
|
}
|
|
268
251
|
|
|
269
252
|
/**
|
|
270
|
-
* The only item in a list should have a border radius
|
|
271
|
-
* on all corners.
|
|
272
253
|
* We target :only-child instead of :only-of-type
|
|
273
254
|
* otherwise borders will disappear on items inside of
|
|
274
255
|
* ion-item-sliding because the item will be the only
|
|
275
256
|
* one of its type inside of the ion-item-sliding group.
|
|
276
257
|
*/
|
|
277
258
|
.list-md.list-inset ion-item:only-child {
|
|
278
|
-
--border-radius: 2px;
|
|
279
259
|
--border-width: 0;
|
|
280
260
|
--inner-border-width: 0;
|
|
281
261
|
}
|
|
@@ -674,17 +674,13 @@ export class Loading {
|
|
|
674
674
|
"complexType": {
|
|
675
675
|
"signature": "(data?: any, role?: string) => Promise<boolean>",
|
|
676
676
|
"parameters": [{
|
|
677
|
-
"
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
}],
|
|
681
|
-
"text": "Any data to emit in the dismiss events."
|
|
677
|
+
"name": "data",
|
|
678
|
+
"type": "any",
|
|
679
|
+
"docs": "Any data to emit in the dismiss events."
|
|
682
680
|
}, {
|
|
683
|
-
"
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}],
|
|
687
|
-
"text": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
681
|
+
"name": "role",
|
|
682
|
+
"type": "string | undefined",
|
|
683
|
+
"docs": "The role of the element that is dismissing the loading.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the loading.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
|
|
688
684
|
}],
|
|
689
685
|
"references": {
|
|
690
686
|
"Promise": {
|
|
@@ -883,8 +883,9 @@ export class Menu {
|
|
|
883
883
|
"complexType": {
|
|
884
884
|
"signature": "(animated?: boolean) => Promise<boolean>",
|
|
885
885
|
"parameters": [{
|
|
886
|
-
"
|
|
887
|
-
"
|
|
886
|
+
"name": "animated",
|
|
887
|
+
"type": "boolean",
|
|
888
|
+
"docs": ""
|
|
888
889
|
}],
|
|
889
890
|
"references": {
|
|
890
891
|
"Promise": {
|
|
@@ -903,8 +904,9 @@ export class Menu {
|
|
|
903
904
|
"complexType": {
|
|
904
905
|
"signature": "(animated?: boolean) => Promise<boolean>",
|
|
905
906
|
"parameters": [{
|
|
906
|
-
"
|
|
907
|
-
"
|
|
907
|
+
"name": "animated",
|
|
908
|
+
"type": "boolean",
|
|
909
|
+
"docs": ""
|
|
908
910
|
}],
|
|
909
911
|
"references": {
|
|
910
912
|
"Promise": {
|
|
@@ -923,8 +925,9 @@ export class Menu {
|
|
|
923
925
|
"complexType": {
|
|
924
926
|
"signature": "(animated?: boolean) => Promise<boolean>",
|
|
925
927
|
"parameters": [{
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
+
"name": "animated",
|
|
929
|
+
"type": "boolean",
|
|
930
|
+
"docs": ""
|
|
928
931
|
}],
|
|
929
932
|
"references": {
|
|
930
933
|
"Promise": {
|
|
@@ -943,11 +946,13 @@ export class Menu {
|
|
|
943
946
|
"complexType": {
|
|
944
947
|
"signature": "(shouldOpen: boolean, animated?: boolean) => Promise<boolean>",
|
|
945
948
|
"parameters": [{
|
|
946
|
-
"
|
|
947
|
-
"
|
|
949
|
+
"name": "shouldOpen",
|
|
950
|
+
"type": "boolean",
|
|
951
|
+
"docs": ""
|
|
948
952
|
}, {
|
|
949
|
-
"
|
|
950
|
-
"
|
|
953
|
+
"name": "animated",
|
|
954
|
+
"type": "boolean",
|
|
955
|
+
"docs": ""
|
|
951
956
|
}],
|
|
952
957
|
"references": {
|
|
953
958
|
"Promise": {
|
|
@@ -48,7 +48,7 @@ export class MenuButton {
|
|
|
48
48
|
const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
|
|
49
49
|
return (h(Host, { onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses(color, {
|
|
50
50
|
[mode]: true,
|
|
51
|
-
button: true,
|
|
51
|
+
button: true, // ion-buttons target .button
|
|
52
52
|
'menu-button-hidden': hidden,
|
|
53
53
|
'menu-button-disabled': disabled,
|
|
54
54
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
@@ -1229,17 +1229,13 @@ export class Modal {
|
|
|
1229
1229
|
"complexType": {
|
|
1230
1230
|
"signature": "(data?: any, role?: string) => Promise<boolean>",
|
|
1231
1231
|
"parameters": [{
|
|
1232
|
-
"
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
}],
|
|
1236
|
-
"text": "Any data to emit in the dismiss events."
|
|
1232
|
+
"name": "data",
|
|
1233
|
+
"type": "any",
|
|
1234
|
+
"docs": "Any data to emit in the dismiss events."
|
|
1237
1235
|
}, {
|
|
1238
|
-
"
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
}],
|
|
1242
|
-
"text": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
|
|
1236
|
+
"name": "role",
|
|
1237
|
+
"type": "string | undefined",
|
|
1238
|
+
"docs": "The role of the element that is dismissing the modal. For example, 'cancel' or 'backdrop'."
|
|
1243
1239
|
}],
|
|
1244
1240
|
"references": {
|
|
1245
1241
|
"Promise": {
|
|
@@ -1320,8 +1316,9 @@ export class Modal {
|
|
|
1320
1316
|
"complexType": {
|
|
1321
1317
|
"signature": "(breakpoint: number) => Promise<void>",
|
|
1322
1318
|
"parameters": [{
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1319
|
+
"name": "breakpoint",
|
|
1320
|
+
"type": "number",
|
|
1321
|
+
"docs": ""
|
|
1325
1322
|
}],
|
|
1326
1323
|
"references": {
|
|
1327
1324
|
"Promise": {
|