voyager-ionic-core 8.5.1 → 8.5.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/alert.js +5 -4
- package/components/animation.js +3 -2
- package/components/button.js +6 -6
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +18 -6
- package/components/config.js +3 -1
- package/components/data.js +3 -3
- package/components/hardware-back-button.js +3 -3
- package/components/helpers.js +4 -12
- package/components/index.js +2 -1
- package/components/index2.js +1 -2
- package/components/index4.js +104 -289
- package/components/index5.js +302 -3
- package/components/index6.js +3 -38
- package/components/index8.js +1 -1
- package/components/index9.js +2 -2
- package/components/input-shims.js +1 -1
- package/components/input.utils.js +3 -3
- package/components/ion-accordion-group.js +4 -4
- package/components/ion-accordion.js +2 -1
- package/components/ion-app.js +4 -4
- package/components/ion-back-button.js +2 -1
- package/components/ion-datetime-button.js +7 -7
- package/components/ion-datetime.js +20 -20
- package/components/ion-infinite-scroll-content.js +2 -1
- package/components/ion-input-password-toggle.js +6 -6
- package/components/ion-input.js +3 -3
- package/components/ion-item-sliding.js +3 -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 +7 -6
- package/components/ion-nav.js +5 -5
- package/components/ion-picker-legacy.js +4 -4
- package/components/ion-progress-bar.js +2 -1
- package/components/ion-range.js +24 -8
- package/components/ion-refresher-content.js +2 -1
- package/components/ion-refresher.js +3 -2
- package/components/ion-router-outlet.js +4 -3
- package/components/ion-router.js +9 -8
- package/components/ion-searchbar.js +2 -1
- package/components/ion-segment-button.js +22 -52
- package/components/ion-segment-content.js +1 -1
- package/components/ion-select.js +14 -7
- package/components/ion-skeleton-text.js +2 -1
- package/components/ion-split-pane.js +5 -4
- package/components/ion-tab-button.js +2 -1
- package/components/ion-tab.js +5 -4
- package/components/ion-tabs.js +3 -2
- package/components/ion-textarea.js +2 -2
- package/components/ion-toast.js +11 -11
- package/components/ion-toggle.js +18 -8
- package/components/ionic-global.js +3 -77
- package/components/keyboard-controller.js +1 -1
- package/components/menu-toggle-util.js +1 -1
- package/components/modal.js +10 -10
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +9 -8
- package/components/picker-column.js +1 -1
- package/components/picker.js +54 -77
- package/components/popover.js +4 -4
- package/components/spinner.js +2 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-ab2d3449.js} +4 -3
- package/dist/cjs/{app-globals-dd592863.js → app-globals-ddceb1f4.js} +1 -1
- package/dist/cjs/{config-4f60b98a.js → config-f6225ae7.js} +3 -1
- package/dist/cjs/{data-27cc2c9c.js → data-94e8d392.js} +3 -3
- package/dist/cjs/{framework-delegate-11b0ba2f.js → framework-delegate-862d9d00.js} +1 -1
- package/dist/cjs/{hardware-back-button-5a99001f.js → hardware-back-button-3d2b1004.js} +7 -8
- package/dist/cjs/{helpers-d0dfbb50.js → helpers-8a48fdea.js} +3 -12
- package/dist/cjs/{index-f68a486a.js → index-1eff7149.js} +7 -8
- package/dist/cjs/{index-9b945a2d.js → index-31b07b9c.js} +2 -2
- package/dist/cjs/{index-fd6383b6.js → index-a96d31ae.js} +5 -5
- package/dist/cjs/index-cc858e97.js +129 -0
- package/dist/cjs/{index-363fe6b2.js → index-dbe01e08.js} +2 -1
- package/dist/cjs/index.cjs.js +19 -13
- package/dist/cjs/{input-shims-2d27a5be.js → input-shims-415be7ee.js} +3 -5
- package/dist/cjs/{input.utils-2f642324.js → input.utils-a7957fd6.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +9 -9
- package/dist/cjs/ion-action-sheet.cjs.entry.js +7 -7
- package/dist/cjs/ion-alert.cjs.entry.js +12 -12
- package/dist/cjs/ion-app_8.cjs.entry.js +23 -23
- package/dist/cjs/ion-avatar_3.cjs.entry.js +2 -1
- package/dist/cjs/ion-back-button.cjs.entry.js +8 -7
- package/dist/cjs/ion-backdrop.cjs.entry.js +2 -1
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +3 -2
- package/dist/cjs/ion-button_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-card_5.cjs.entry.js +3 -2
- package/dist/cjs/ion-checkbox.cjs.entry.js +21 -8
- package/dist/cjs/ion-chip.cjs.entry.js +2 -1
- package/dist/cjs/ion-col_3.cjs.entry.js +2 -1
- package/dist/cjs/ion-datetime-button.cjs.entry.js +10 -10
- package/dist/cjs/ion-datetime_3.cjs.entry.js +30 -30
- package/dist/cjs/ion-fab_3.cjs.entry.js +3 -2
- package/dist/cjs/ion-img.cjs.entry.js +3 -2
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +7 -7
- package/dist/cjs/ion-input.cjs.entry.js +8 -8
- package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
- package/dist/cjs/ion-item_8.cjs.entry.js +4 -3
- package/dist/cjs/ion-loading.cjs.entry.js +10 -10
- package/dist/cjs/ion-menu_3.cjs.entry.js +24 -24
- package/dist/cjs/ion-modal.cjs.entry.js +18 -18
- package/dist/cjs/ion-nav_2.cjs.entry.js +18 -18
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -2
- package/dist/cjs/ion-picker-column.cjs.entry.js +3 -2
- package/dist/cjs/ion-picker.cjs.entry.js +56 -78
- package/dist/cjs/ion-popover.cjs.entry.js +11 -11
- package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -3
- package/dist/cjs/ion-radio_2.cjs.entry.js +3 -2
- package/dist/cjs/ion-range.cjs.entry.js +27 -11
- package/dist/cjs/ion-refresher_2.cjs.entry.js +14 -14
- package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -1
- package/dist/cjs/ion-route_4.cjs.entry.js +11 -10
- package/dist/cjs/ion-searchbar.cjs.entry.js +8 -7
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment_2.cjs.entry.js +23 -53
- package/dist/cjs/ion-select-modal.cjs.entry.js +6 -6
- package/dist/cjs/ion-select_3.cjs.entry.js +21 -16
- package/dist/cjs/ion-spinner.cjs.entry.js +4 -3
- package/dist/cjs/ion-split-pane.cjs.entry.js +6 -5
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +4 -3
- package/dist/cjs/ion-tab_2.cjs.entry.js +8 -7
- package/dist/cjs/ion-text.cjs.entry.js +2 -1
- package/dist/cjs/ion-textarea.cjs.entry.js +7 -7
- package/dist/cjs/ion-toast.cjs.entry.js +18 -18
- package/dist/cjs/ion-toggle.cjs.entry.js +20 -10
- package/dist/cjs/{ionic-global-acb665ad.js → ionic-global-6dea5a96.js} +15 -90
- package/dist/cjs/ionic.cjs.js +4 -3
- package/dist/cjs/{ios.transition-f970164c.js → ios.transition-a131cd4d.js} +4 -5
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/{md.transition-aa8820dd.js → md.transition-e018ebe5.js} +4 -5
- package/dist/cjs/{notch-controller-58d2e557.js → notch-controller-09b7f358.js} +1 -1
- package/dist/cjs/{overlays-737576a2.js → overlays-4c291a05.js} +21 -20
- package/dist/cjs/{status-tap-08d1ac81.js → status-tap-f1acefac.js} +3 -4
- package/dist/cjs/{swipe-back-5c0003bd.js → swipe-back-442ca3d7.js} +2 -1
- package/dist/collection/components/accordion-group/accordion-group.js +3 -3
- package/dist/collection/components/alert/alert.js +4 -3
- package/dist/collection/components/app/app.js +2 -2
- package/dist/collection/components/button/button.js +5 -5
- package/dist/collection/components/checkbox/checkbox.ios.css +5 -16
- package/dist/collection/components/checkbox/checkbox.js +16 -4
- package/dist/collection/components/checkbox/checkbox.md.css +5 -16
- package/dist/collection/components/datetime/datetime.js +14 -14
- package/dist/collection/components/datetime/utils/comparison.js +1 -1
- package/dist/collection/components/datetime/utils/parse.js +1 -1
- package/dist/collection/components/datetime/utils/state.js +1 -1
- package/dist/collection/components/datetime/utils/validate.js +4 -4
- package/dist/collection/components/datetime-button/datetime-button.js +6 -6
- package/dist/collection/components/input/input.js +3 -3
- package/dist/collection/components/input/input.utils.js +1 -1
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +5 -5
- package/dist/collection/components/item-sliding/item-sliding.js +3 -2
- package/dist/collection/components/menu/menu.js +5 -4
- package/dist/collection/components/modal/modal.js +7 -7
- package/dist/collection/components/nav/nav.js +3 -3
- package/dist/collection/components/picker/picker.js +54 -77
- package/dist/collection/components/picker-legacy/picker.js +3 -3
- package/dist/collection/components/popover/popover.js +3 -3
- package/dist/collection/components/range/range.js +23 -7
- package/dist/collection/components/refresher/refresher.js +3 -2
- package/dist/collection/components/router/router.js +8 -7
- package/dist/collection/components/router/utils/dom.js +2 -1
- package/dist/collection/components/router-outlet/router-outlet.js +3 -2
- package/dist/collection/components/segment-button/segment-button.js +22 -52
- package/dist/collection/components/segment-content/segment-content.css +9 -0
- package/dist/collection/components/select/select.ios.css +5 -3
- package/dist/collection/components/select/select.js +13 -6
- package/dist/collection/components/select/select.md.css +55 -16
- package/dist/collection/components/split-pane/split-pane.js +5 -4
- package/dist/collection/components/tab/tab.js +5 -4
- package/dist/collection/components/tabs/tabs.js +3 -2
- package/dist/collection/components/textarea/textarea.js +2 -2
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.js +8 -8
- package/dist/collection/components/toggle/toggle.ios.css +5 -17
- package/dist/collection/components/toggle/toggle.js +14 -5
- package/dist/collection/components/toggle/toggle.md.css +5 -17
- package/dist/collection/global/ionic-global.js +2 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/animation/animation.js +2 -1
- package/dist/collection/utils/hardware-back-button.js +2 -1
- package/dist/collection/utils/helpers.js +2 -11
- package/dist/collection/utils/logging/index.js +10 -4
- package/dist/collection/utils/overlays.js +7 -6
- package/dist/collection/utils/sanitization/index.js +2 -1
- package/dist/docs.json +1 -1
- package/dist/esm/{animation-eab5a4ca.js → animation-8b25e105.js} +2 -1
- package/dist/esm/{app-globals-7b6cbf1a.js → app-globals-dbdbb3df.js} +1 -1
- package/dist/esm/{config-49c88215.js → config-9898ed97.js} +3 -1
- package/dist/esm/{data-174ad5e0.js → data-0d7ea6eb.js} +3 -3
- package/dist/esm/{framework-delegate-c7d92b77.js → framework-delegate-56b467ad.js} +1 -1
- package/dist/esm/{hardware-back-button-864101a3.js → hardware-back-button-a7eb8233.js} +2 -3
- package/dist/esm/{helpers-e48b0397.js → helpers-d94bc8ad.js} +4 -12
- package/dist/esm/{index-c63afbe6.js → index-18f31305.js} +5 -5
- package/dist/esm/{index-a313df53.js → index-68c0d151.js} +4 -5
- package/dist/esm/{index-933ca126.js → index-9a17db3d.js} +2 -2
- package/dist/esm/{index-8222b29f.js → index-be190feb.js} +2 -1
- package/dist/esm/index-cfd9c1f2.js +121 -0
- package/dist/esm/index.js +12 -12
- package/dist/esm/{input-shims-3070628a.js → input-shims-279903e2.js} +3 -5
- package/dist/esm/{input.utils-926c04a8.js → input.utils-40504d6d.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +6 -6
- package/dist/esm/ion-action-sheet.entry.js +7 -7
- package/dist/esm/ion-alert.entry.js +11 -11
- package/dist/esm/ion-app_8.entry.js +16 -16
- package/dist/esm/ion-avatar_3.entry.js +2 -1
- package/dist/esm/ion-back-button.entry.js +3 -2
- package/dist/esm/ion-backdrop.entry.js +2 -1
- package/dist/esm/ion-breadcrumb_2.entry.js +3 -2
- package/dist/esm/ion-button_2.entry.js +8 -8
- package/dist/esm/ion-card_5.entry.js +3 -2
- package/dist/esm/ion-checkbox.entry.js +21 -8
- package/dist/esm/ion-chip.entry.js +2 -1
- package/dist/esm/ion-col_3.entry.js +2 -1
- package/dist/esm/ion-datetime-button.entry.js +10 -10
- package/dist/esm/ion-datetime_3.entry.js +30 -30
- package/dist/esm/ion-fab_3.entry.js +3 -2
- package/dist/esm/ion-img.entry.js +3 -2
- package/dist/esm/ion-infinite-scroll_2.entry.js +5 -5
- package/dist/esm/ion-input-password-toggle.entry.js +7 -7
- package/dist/esm/ion-input.entry.js +8 -8
- package/dist/esm/ion-item-option_3.entry.js +6 -6
- package/dist/esm/ion-item_8.entry.js +3 -2
- package/dist/esm/ion-loading.entry.js +8 -8
- package/dist/esm/ion-menu_3.entry.js +12 -12
- package/dist/esm/ion-modal.entry.js +16 -16
- package/dist/esm/ion-nav_2.entry.js +8 -8
- package/dist/esm/ion-picker-column-option.entry.js +3 -2
- package/dist/esm/ion-picker-column.entry.js +3 -2
- package/dist/esm/ion-picker.entry.js +56 -78
- package/dist/esm/ion-popover.entry.js +11 -11
- package/dist/esm/ion-progress-bar.entry.js +3 -2
- package/dist/esm/ion-radio_2.entry.js +3 -2
- package/dist/esm/ion-range.entry.js +27 -11
- package/dist/esm/ion-refresher_2.entry.js +8 -8
- package/dist/esm/ion-reorder_2.entry.js +4 -4
- package/dist/esm/ion-ripple-effect.entry.js +2 -1
- package/dist/esm/ion-route_4.entry.js +11 -10
- package/dist/esm/ion-searchbar.entry.js +3 -2
- package/dist/esm/ion-segment-content.entry.js +1 -1
- package/dist/esm/ion-segment_2.entry.js +23 -53
- package/dist/esm/ion-select-modal.entry.js +6 -6
- package/dist/esm/ion-select_3.entry.js +19 -14
- package/dist/esm/ion-spinner.entry.js +2 -1
- package/dist/esm/ion-split-pane.entry.js +6 -5
- package/dist/esm/ion-tab-bar_2.entry.js +3 -2
- package/dist/esm/ion-tab_2.entry.js +8 -7
- package/dist/esm/ion-text.entry.js +2 -1
- package/dist/esm/ion-textarea.entry.js +7 -7
- package/dist/esm/ion-toast.entry.js +16 -16
- package/dist/esm/ion-toggle.entry.js +19 -9
- package/dist/esm/{ionic-global-ca86cf32.js → ionic-global-b26f573e.js} +3 -77
- package/dist/esm/ionic.js +4 -3
- package/dist/esm/{ios.transition-5fe4d6c8.js → ios.transition-4047cb68.js} +4 -5
- package/dist/esm/loader.js +4 -3
- package/dist/esm/{md.transition-3d0d3730.js → md.transition-30ce8d1b.js} +4 -5
- package/dist/esm/{notch-controller-381a5334.js → notch-controller-1a1f7183.js} +1 -1
- package/dist/esm/{overlays-7579a420.js → overlays-d99dcb0a.js} +11 -10
- package/dist/esm/{status-tap-6367b913.js → status-tap-42a8af65.js} +3 -4
- package/dist/esm/{swipe-back-326faa1c.js → swipe-back-04123e7c.js} +2 -1
- package/dist/esm-es5/animation-8b25e105.js +4 -0
- package/dist/esm-es5/app-globals-dbdbb3df.js +4 -0
- package/dist/esm-es5/config-9898ed97.js +4 -0
- package/dist/esm-es5/data-0d7ea6eb.js +4 -0
- package/dist/esm-es5/{framework-delegate-c7d92b77.js → framework-delegate-56b467ad.js} +1 -1
- package/dist/esm-es5/hardware-back-button-a7eb8233.js +4 -0
- package/dist/esm-es5/helpers-d94bc8ad.js +4 -0
- package/dist/esm-es5/{index-c63afbe6.js → index-18f31305.js} +1 -1
- package/dist/esm-es5/index-68c0d151.js +4 -0
- package/dist/esm-es5/{index-933ca126.js → index-9a17db3d.js} +1 -1
- package/dist/esm-es5/index-be190feb.js +4 -0
- package/dist/esm-es5/index-cfd9c1f2.js +5 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-279903e2.js +4 -0
- package/dist/esm-es5/input.utils-40504d6d.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-content.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.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-b26f573e.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4047cb68.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-30ce8d1b.js +4 -0
- package/dist/esm-es5/{notch-controller-381a5334.js → notch-controller-1a1f7183.js} +1 -1
- package/dist/esm-es5/overlays-d99dcb0a.js +4 -0
- package/dist/esm-es5/status-tap-42a8af65.js +4 -0
- package/dist/esm-es5/swipe-back-04123e7c.js +4 -0
- 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-00023f5a.system.js +4 -0
- package/dist/ionic/p-03480b95.system.entry.js +4 -0
- package/dist/ionic/p-08cef0b1.entry.js +4 -0
- package/dist/ionic/p-0af640d6.entry.js +4 -0
- package/dist/ionic/{p-e0a05506.js → p-0f5e6225.js} +1 -1
- package/dist/ionic/p-105b2e8b.entry.js +4 -0
- package/dist/ionic/p-10a1bddc.js +4 -0
- package/dist/ionic/p-117d0013.system.entry.js +4 -0
- package/dist/ionic/p-12193821.system.js +4 -0
- package/dist/ionic/p-12830298.system.entry.js +4 -0
- package/dist/ionic/p-14154301.system.entry.js +4 -0
- package/dist/ionic/{p-e0c43e11.system.entry.js → p-1706b406.system.entry.js} +1 -1
- package/dist/ionic/p-17e21141.js +4 -0
- package/dist/ionic/p-19494658.system.entry.js +4 -0
- package/dist/ionic/{p-9a2ff5ea.system.js → p-1966a13c.system.js} +1 -1
- package/dist/ionic/p-1974d5b2.system.js +4 -0
- package/dist/ionic/p-1a7df1c3.system.js +4 -0
- package/dist/ionic/p-1a81ac09.system.js +4 -0
- package/dist/ionic/p-1b9c59ab.js +4 -0
- package/dist/ionic/p-1cb02e44.entry.js +4 -0
- package/dist/ionic/{p-77991411.system.js → p-1d307396.system.js} +1 -1
- package/dist/ionic/p-1f871cf8.entry.js +4 -0
- package/dist/ionic/p-200fc491.js +4 -0
- package/dist/ionic/p-2233344a.system.js +4 -0
- package/dist/ionic/p-2469240b.entry.js +4 -0
- package/dist/ionic/{p-e0c0218f.system.entry.js → p-24a6c8a3.system.entry.js} +1 -1
- package/dist/ionic/p-257fb777.entry.js +4 -0
- package/dist/ionic/{p-e7309bfa.js → p-25b10f81.js} +1 -1
- package/dist/ionic/p-2bb55ebc.js +4 -0
- package/dist/ionic/p-2bff0e69.system.entry.js +4 -0
- package/dist/ionic/{p-606887b7.system.entry.js → p-2fa37fdc.system.entry.js} +1 -1
- package/dist/ionic/p-31dc303d.entry.js +4 -0
- package/dist/ionic/p-3535d6b5.entry.js +4 -0
- package/dist/ionic/{p-4470f87b.system.entry.js → p-35cdfd77.system.entry.js} +1 -1
- package/dist/ionic/p-393ffcc2.entry.js +4 -0
- package/dist/ionic/p-39fa7dd1.system.entry.js +4 -0
- package/dist/ionic/p-3a30f31b.system.entry.js +4 -0
- package/dist/ionic/p-42f08b26.system.entry.js +4 -0
- package/dist/ionic/p-481e0885.entry.js +4 -0
- package/dist/ionic/p-4a5be299.system.entry.js +4 -0
- package/dist/ionic/p-4c667fce.js +4 -0
- package/dist/ionic/p-4cf4172e.entry.js +4 -0
- package/dist/ionic/p-4da92dac.entry.js +4 -0
- package/dist/ionic/p-4ec0e961.system.entry.js +4 -0
- package/dist/ionic/{p-3479f51b.system.js → p-4ed5db19.system.js} +1 -1
- package/dist/ionic/p-50cb2e8b.system.entry.js +4 -0
- package/dist/ionic/p-57957c0f.entry.js +4 -0
- package/dist/ionic/p-57e55ecb.system.js +4 -0
- package/dist/ionic/p-5b67b447.js +4 -0
- package/dist/ionic/p-5c9feddc.system.entry.js +4 -0
- package/dist/ionic/p-5edf78c5.system.entry.js +4 -0
- package/dist/ionic/p-612096e6.system.entry.js +4 -0
- package/dist/ionic/p-6201c4ba.entry.js +4 -0
- package/dist/ionic/p-625248d0.system.js +4 -0
- package/dist/ionic/p-663413be.system.js +4 -0
- package/dist/ionic/p-6636a436.js +4 -0
- package/dist/ionic/p-66df5468.system.entry.js +4 -0
- package/dist/ionic/p-67077d48.entry.js +4 -0
- package/dist/ionic/p-67cacd6d.entry.js +4 -0
- package/dist/ionic/p-6835ebdd.system.entry.js +4 -0
- package/dist/ionic/p-6b8530f5.system.entry.js +4 -0
- package/dist/ionic/{p-ace2d2be.entry.js → p-6c474e87.entry.js} +1 -1
- package/dist/ionic/p-6dd86ff5.system.entry.js +4 -0
- package/dist/ionic/p-6ec0c94a.entry.js +4 -0
- package/dist/ionic/p-6f832afe.system.entry.js +4 -0
- package/dist/ionic/p-707408c5.system.entry.js +4 -0
- package/dist/ionic/p-712c0131.entry.js +4 -0
- package/dist/ionic/{p-c8bf9ba7.entry.js → p-721f43f9.entry.js} +1 -1
- package/dist/ionic/p-7445a2e5.system.js +4 -0
- package/dist/ionic/p-7611ede3.system.entry.js +4 -0
- package/dist/ionic/p-781e2dbb.system.js +4 -0
- package/dist/ionic/p-7b8c12c3.entry.js +4 -0
- package/dist/ionic/p-7c5c7ae1.system.entry.js +4 -0
- package/dist/ionic/p-7e3e6ed2.entry.js +4 -0
- package/dist/ionic/{p-1a9613bf.system.entry.js → p-7ffedf77.system.entry.js} +1 -1
- package/dist/ionic/p-809483ac.js +4 -0
- package/dist/ionic/{p-54893ae3.entry.js → p-81904a80.entry.js} +1 -1
- package/dist/ionic/{p-a6625de8.system.js → p-84096b45.system.js} +1 -1
- package/dist/ionic/p-8450f761.entry.js +4 -0
- package/dist/ionic/p-8460d95a.entry.js +4 -0
- package/dist/ionic/p-85b01465.js +4 -0
- package/dist/ionic/p-865fe95c.entry.js +4 -0
- package/dist/ionic/p-8674af94.entry.js +4 -0
- package/dist/ionic/p-890a4ee2.entry.js +4 -0
- package/dist/ionic/p-891553d8.entry.js +4 -0
- package/dist/ionic/p-8b050e84.system.js +4 -0
- package/dist/ionic/{p-22bc235f.js → p-8d2d39d0.js} +1 -1
- package/dist/ionic/p-8dacf4e2.entry.js +4 -0
- package/dist/ionic/p-94551927.js +4 -0
- package/dist/ionic/p-95001a19.js +4 -0
- package/dist/ionic/p-98fd942b.system.entry.js +4 -0
- package/dist/ionic/p-9e753482.system.entry.js +4 -0
- package/dist/ionic/p-a0fd2fe5.system.entry.js +4 -0
- package/dist/ionic/p-a2c6a9c8.entry.js +4 -0
- package/dist/ionic/p-a2dd5b69.system.entry.js +4 -0
- package/dist/ionic/p-a5dbe0ff.system.entry.js +4 -0
- package/dist/ionic/p-a78fa846.entry.js +4 -0
- package/dist/ionic/p-a835aca8.entry.js +4 -0
- package/dist/ionic/p-a83e3290.system.js +4 -0
- package/dist/ionic/{p-e00b72ce.js → p-aded71ec.js} +1 -1
- package/dist/ionic/p-ae039072.entry.js +4 -0
- package/dist/ionic/p-aebfab05.system.entry.js +4 -0
- package/dist/ionic/{p-4493c1ac.entry.js → p-b22a021d.entry.js} +1 -1
- package/dist/ionic/p-b2e7eda0.system.entry.js +4 -0
- package/dist/ionic/p-b445ff65.entry.js +4 -0
- package/dist/ionic/{p-4d0190ad.system.entry.js → p-b4d17da0.system.entry.js} +1 -1
- package/dist/ionic/p-b5432d15.entry.js +4 -0
- package/dist/ionic/{p-c8402249.js → p-b6d324f0.js} +1 -1
- package/dist/ionic/p-b7b1d91a.js +4 -0
- package/dist/ionic/{p-8deac7df.system.entry.js → p-b8050298.system.entry.js} +1 -1
- package/dist/ionic/p-b9c793d4.entry.js +4 -0
- package/dist/ionic/p-bf184319.system.entry.js +4 -0
- package/dist/ionic/{p-4888cb66.system.entry.js → p-bfb763d0.system.entry.js} +1 -1
- package/dist/ionic/p-c16443a8.system.js +4 -0
- package/dist/ionic/{p-9df36075.system.entry.js → p-c1b7d311.system.entry.js} +1 -1
- package/dist/ionic/p-c2160d8c.entry.js +4 -0
- package/dist/ionic/{p-d8c9d5ac.system.entry.js → p-c26c5c20.system.entry.js} +1 -1
- package/dist/ionic/p-c5b77054.entry.js +4 -0
- package/dist/ionic/p-c5bfa3e9.entry.js +4 -0
- package/dist/ionic/p-c6879aa4.system.entry.js +4 -0
- package/dist/ionic/p-cad82569.entry.js +4 -0
- package/dist/ionic/p-d16fab3f.entry.js +4 -0
- package/dist/ionic/p-d2c3524b.system.entry.js +4 -0
- package/dist/ionic/p-d382f09c.system.js +4 -0
- package/dist/ionic/p-d984c1ab.system.entry.js +4 -0
- package/dist/ionic/p-da6247e5.entry.js +4 -0
- package/dist/ionic/p-dabe3bd4.js +4 -0
- package/dist/ionic/p-df069a0d.entry.js +4 -0
- package/dist/ionic/p-e6068998.system.entry.js +4 -0
- package/dist/ionic/p-e727e32d.system.entry.js +4 -0
- package/dist/ionic/p-e8245753.entry.js +4 -0
- package/dist/ionic/p-e887b6a9.system.js +4 -0
- package/dist/ionic/p-ed005d9c.js +4 -0
- package/dist/ionic/{p-f554845e.js → p-f08a92cc.js} +1 -1
- package/dist/ionic/p-f08dfb19.entry.js +4 -0
- package/dist/ionic/p-f0c9f8e3.system.entry.js +4 -0
- package/dist/ionic/p-f0ef39ab.entry.js +4 -0
- package/dist/ionic/{p-c8331397.system.entry.js → p-f22490a7.system.entry.js} +1 -1
- package/dist/ionic/{p-5eb6f582.system.js → p-f6e7d104.system.js} +1 -1
- package/dist/ionic/p-f725bf9e.system.js +4 -0
- package/dist/ionic/{p-2fa5a4b1.entry.js → p-f8c0c707.entry.js} +1 -1
- package/dist/ionic/p-f9a87db2.system.entry.js +4 -0
- package/dist/ionic/{p-44e168f3.system.js → p-fa3f4b96.system.js} +1 -1
- package/dist/ionic/p-fe063952.system.entry.js +4 -0
- package/dist/types/components/checkbox/checkbox.d.ts +2 -0
- package/dist/types/components/input/input.d.ts +8 -0
- package/dist/types/components/modal/modal-interface.d.ts +1 -0
- package/dist/types/components/picker/picker.d.ts +8 -0
- package/dist/types/components/range/range.d.ts +9 -1
- package/dist/types/components/segment-button/segment-button.d.ts +1 -2
- package/dist/types/components/select/select.d.ts +9 -0
- package/dist/types/components/textarea/textarea.d.ts +8 -0
- package/dist/types/components/toggle/toggle.d.ts +2 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/helpers.d.ts +0 -1
- package/dist/types/utils/logging/index.d.ts +1 -1
- package/hydrate/index.js +324 -338
- package/hydrate/index.mjs +324 -338
- package/package.json +2 -2
- package/dist/cjs/index-48b2a28e.js +0 -46
- package/dist/esm/index-738d7504.js +0 -42
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-7b6cbf1a.js +0 -4
- package/dist/esm-es5/config-49c88215.js +0 -4
- package/dist/esm-es5/data-174ad5e0.js +0 -4
- package/dist/esm-es5/hardware-back-button-864101a3.js +0 -4
- package/dist/esm-es5/helpers-e48b0397.js +0 -4
- package/dist/esm-es5/index-738d7504.js +0 -4
- package/dist/esm-es5/index-8222b29f.js +0 -4
- package/dist/esm-es5/index-a313df53.js +0 -4
- package/dist/esm-es5/input-shims-3070628a.js +0 -4
- package/dist/esm-es5/input.utils-926c04a8.js +0 -4
- package/dist/esm-es5/ionic-global-ca86cf32.js +0 -4
- package/dist/esm-es5/ios.transition-5fe4d6c8.js +0 -4
- package/dist/esm-es5/md.transition-3d0d3730.js +0 -4
- package/dist/esm-es5/overlays-7579a420.js +0 -4
- package/dist/esm-es5/status-tap-6367b913.js +0 -4
- package/dist/esm-es5/swipe-back-326faa1c.js +0 -4
- package/dist/ionic/p-023e8017.system.entry.js +0 -4
- package/dist/ionic/p-042d5353.system.js +0 -4
- package/dist/ionic/p-060e4551.js +0 -4
- package/dist/ionic/p-0749768d.entry.js +0 -4
- package/dist/ionic/p-094c82d7.entry.js +0 -4
- package/dist/ionic/p-0adb6909.system.entry.js +0 -4
- package/dist/ionic/p-0be8a0b5.entry.js +0 -4
- package/dist/ionic/p-0bedc891.system.entry.js +0 -4
- package/dist/ionic/p-0c9b8240.system.entry.js +0 -4
- package/dist/ionic/p-0ec5b7cf.system.js +0 -4
- package/dist/ionic/p-1164ff6b.system.entry.js +0 -4
- package/dist/ionic/p-13886789.entry.js +0 -4
- package/dist/ionic/p-143ff664.system.entry.js +0 -4
- package/dist/ionic/p-18f9b6d5.entry.js +0 -4
- package/dist/ionic/p-19c32a76.entry.js +0 -4
- package/dist/ionic/p-1bf5ec17.system.js +0 -4
- package/dist/ionic/p-1c1d781d.system.entry.js +0 -4
- package/dist/ionic/p-1d2844a5.system.entry.js +0 -4
- package/dist/ionic/p-1d98a7f1.entry.js +0 -4
- package/dist/ionic/p-1f837356.entry.js +0 -4
- package/dist/ionic/p-2027221d.js +0 -4
- package/dist/ionic/p-24ae7b33.system.js +0 -4
- package/dist/ionic/p-294271c7.system.js +0 -4
- package/dist/ionic/p-297d6806.system.js +0 -4
- package/dist/ionic/p-29a5b4e4.entry.js +0 -4
- package/dist/ionic/p-2ab4a324.system.entry.js +0 -4
- package/dist/ionic/p-2b59470f.system.entry.js +0 -4
- package/dist/ionic/p-2ee9a2c6.entry.js +0 -4
- package/dist/ionic/p-35f14792.entry.js +0 -4
- package/dist/ionic/p-37a438ad.system.entry.js +0 -4
- package/dist/ionic/p-3af7b907.entry.js +0 -4
- package/dist/ionic/p-3bd5fedc.system.js +0 -4
- package/dist/ionic/p-3be7cdeb.system.entry.js +0 -4
- package/dist/ionic/p-3e86b4fa.system.js +0 -4
- package/dist/ionic/p-3f4327f7.js +0 -4
- package/dist/ionic/p-41d5544e.js +0 -4
- package/dist/ionic/p-42f6e75c.entry.js +0 -4
- package/dist/ionic/p-4630688e.system.entry.js +0 -4
- package/dist/ionic/p-472c7e08.system.entry.js +0 -4
- package/dist/ionic/p-491de063.system.entry.js +0 -4
- package/dist/ionic/p-49cb79a1.system.entry.js +0 -4
- package/dist/ionic/p-4c44d04c.js +0 -4
- package/dist/ionic/p-4c94580e.js +0 -4
- package/dist/ionic/p-50f38461.entry.js +0 -4
- package/dist/ionic/p-51c363e7.system.js +0 -4
- package/dist/ionic/p-524ad57e.system.entry.js +0 -4
- package/dist/ionic/p-54e9620f.js +0 -4
- package/dist/ionic/p-58c482af.entry.js +0 -4
- package/dist/ionic/p-597ff9af.js +0 -4
- package/dist/ionic/p-5f4ff20a.entry.js +0 -4
- package/dist/ionic/p-5f8cd560.entry.js +0 -4
- package/dist/ionic/p-61e794fb.entry.js +0 -4
- package/dist/ionic/p-67163d4a.entry.js +0 -4
- package/dist/ionic/p-6797c66e.system.js +0 -4
- package/dist/ionic/p-6bb846d3.entry.js +0 -4
- package/dist/ionic/p-6e24cf82.entry.js +0 -4
- package/dist/ionic/p-72e6a9c6.entry.js +0 -4
- package/dist/ionic/p-747f9517.entry.js +0 -4
- package/dist/ionic/p-7cc33a9a.system.js +0 -4
- package/dist/ionic/p-7e3b5638.system.entry.js +0 -4
- package/dist/ionic/p-7f39653f.entry.js +0 -4
- package/dist/ionic/p-7ff4f502.entry.js +0 -4
- package/dist/ionic/p-81474833.system.entry.js +0 -4
- package/dist/ionic/p-838cc359.entry.js +0 -4
- package/dist/ionic/p-85f6070f.entry.js +0 -4
- package/dist/ionic/p-888d383b.system.entry.js +0 -4
- package/dist/ionic/p-8b1c1fd7.entry.js +0 -4
- package/dist/ionic/p-8fc426e2.entry.js +0 -4
- package/dist/ionic/p-9146695e.system.js +0 -4
- package/dist/ionic/p-959cf042.system.entry.js +0 -4
- package/dist/ionic/p-96450929.system.entry.js +0 -4
- package/dist/ionic/p-9a5420dd.js +0 -4
- package/dist/ionic/p-9af7f110.js +0 -4
- package/dist/ionic/p-9b069739.entry.js +0 -4
- package/dist/ionic/p-9e51f822.js +0 -4
- package/dist/ionic/p-a520973b.entry.js +0 -4
- package/dist/ionic/p-a587b2ae.system.js +0 -4
- package/dist/ionic/p-a63b345e.system.entry.js +0 -4
- package/dist/ionic/p-a6df5168.system.entry.js +0 -4
- package/dist/ionic/p-a9f2c0a7.entry.js +0 -4
- package/dist/ionic/p-ac58d726.system.entry.js +0 -4
- package/dist/ionic/p-ada878ce.entry.js +0 -4
- package/dist/ionic/p-b055d618.entry.js +0 -4
- package/dist/ionic/p-b0e53bc7.entry.js +0 -4
- package/dist/ionic/p-b2296998.system.entry.js +0 -4
- package/dist/ionic/p-b2ee0628.system.entry.js +0 -4
- package/dist/ionic/p-b6174297.entry.js +0 -4
- package/dist/ionic/p-b85d199c.entry.js +0 -4
- package/dist/ionic/p-b9ea58ef.js +0 -4
- package/dist/ionic/p-b9eb1465.system.entry.js +0 -4
- package/dist/ionic/p-b9f2e353.entry.js +0 -4
- package/dist/ionic/p-bbc6db8c.entry.js +0 -4
- package/dist/ionic/p-bf64af90.system.js +0 -4
- package/dist/ionic/p-c005cc37.entry.js +0 -4
- package/dist/ionic/p-c25c0ba4.entry.js +0 -4
- package/dist/ionic/p-c5b5f44a.entry.js +0 -4
- package/dist/ionic/p-c6a20407.system.entry.js +0 -4
- package/dist/ionic/p-c7e16491.js +0 -4
- package/dist/ionic/p-ceaea4ce.js +0 -4
- package/dist/ionic/p-d37fdc68.system.entry.js +0 -4
- package/dist/ionic/p-d7032956.system.js +0 -4
- package/dist/ionic/p-daf1e8ec.system.entry.js +0 -4
- package/dist/ionic/p-def7a8bd.system.entry.js +0 -4
- package/dist/ionic/p-e4683bfd.system.entry.js +0 -4
- package/dist/ionic/p-e5708e5d.system.entry.js +0 -4
- package/dist/ionic/p-e5c27d9f.system.entry.js +0 -4
- package/dist/ionic/p-ed768b77.entry.js +0 -4
- package/dist/ionic/p-eec4b772.entry.js +0 -4
- package/dist/ionic/p-eeee3990.system.entry.js +0 -4
- package/dist/ionic/p-efa0f3f5.entry.js +0 -4
- package/dist/ionic/p-f02e9382.system.entry.js +0 -4
- package/dist/ionic/p-f201b53a.system.js +0 -4
- package/dist/ionic/p-f233f1e0.system.js +0 -4
- package/dist/ionic/p-f7ce606e.js +0 -4
- package/dist/ionic/p-f94b2f2f.system.entry.js +0 -4
- package/dist/ionic/p-ff4a1ba0.system.entry.js +0 -4
package/hydrate/index.mjs
CHANGED
|
@@ -2364,6 +2364,80 @@ var Build = {
|
|
|
2364
2364
|
var styles = /* @__PURE__ */ new Map();
|
|
2365
2365
|
var modeResolutionChain = [];
|
|
2366
2366
|
|
|
2367
|
+
// TODO(FW-2832): types
|
|
2368
|
+
class Config {
|
|
2369
|
+
constructor() {
|
|
2370
|
+
this.m = new Map();
|
|
2371
|
+
}
|
|
2372
|
+
reset(configObj) {
|
|
2373
|
+
this.m = new Map(Object.entries(configObj));
|
|
2374
|
+
}
|
|
2375
|
+
get(key, fallback) {
|
|
2376
|
+
const value = this.m.get(key);
|
|
2377
|
+
return value !== undefined ? value : fallback;
|
|
2378
|
+
}
|
|
2379
|
+
getBoolean(key, fallback = false) {
|
|
2380
|
+
const val = this.m.get(key);
|
|
2381
|
+
if (val === undefined) {
|
|
2382
|
+
return fallback;
|
|
2383
|
+
}
|
|
2384
|
+
if (typeof val === 'string') {
|
|
2385
|
+
return val === 'true';
|
|
2386
|
+
}
|
|
2387
|
+
return !!val;
|
|
2388
|
+
}
|
|
2389
|
+
getNumber(key, fallback) {
|
|
2390
|
+
const val = parseFloat(this.m.get(key));
|
|
2391
|
+
return isNaN(val) ? (fallback !== undefined ? fallback : NaN) : val;
|
|
2392
|
+
}
|
|
2393
|
+
set(key, value) {
|
|
2394
|
+
this.m.set(key, value);
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
const config = /*@__PURE__*/ new Config();
|
|
2398
|
+
|
|
2399
|
+
var LogLevel;
|
|
2400
|
+
(function (LogLevel) {
|
|
2401
|
+
LogLevel["OFF"] = "OFF";
|
|
2402
|
+
LogLevel["ERROR"] = "ERROR";
|
|
2403
|
+
LogLevel["WARN"] = "WARN";
|
|
2404
|
+
})(LogLevel || (LogLevel = {}));
|
|
2405
|
+
/**
|
|
2406
|
+
* Logs a warning to the console with an Ionic prefix
|
|
2407
|
+
* to indicate the library that is warning the developer.
|
|
2408
|
+
*
|
|
2409
|
+
* @param message - The string message to be logged to the console.
|
|
2410
|
+
*/
|
|
2411
|
+
const printIonWarning = (message, ...params) => {
|
|
2412
|
+
const logLevel = config.get('logLevel', LogLevel.WARN);
|
|
2413
|
+
if ([LogLevel.WARN].includes(logLevel)) {
|
|
2414
|
+
return console.warn(`[Ionic Warning]: ${message}`, ...params);
|
|
2415
|
+
}
|
|
2416
|
+
};
|
|
2417
|
+
/**
|
|
2418
|
+
* Logs an error to the console with an Ionic prefix
|
|
2419
|
+
* to indicate the library that is warning the developer.
|
|
2420
|
+
*
|
|
2421
|
+
* @param message - The string message to be logged to the console.
|
|
2422
|
+
* @param params - Additional arguments to supply to the console.error.
|
|
2423
|
+
*/
|
|
2424
|
+
const printIonError = (message, ...params) => {
|
|
2425
|
+
const logLevel = config.get('logLevel', LogLevel.ERROR);
|
|
2426
|
+
if ([LogLevel.ERROR, LogLevel.WARN].includes(logLevel)) {
|
|
2427
|
+
return console.error(`[Ionic Error]: ${message}`, ...params);
|
|
2428
|
+
}
|
|
2429
|
+
};
|
|
2430
|
+
/**
|
|
2431
|
+
* Prints an error informing developers that an implementation requires an element to be used
|
|
2432
|
+
* within a specific selector.
|
|
2433
|
+
*
|
|
2434
|
+
* @param el The web component element this is requiring the element.
|
|
2435
|
+
* @param targetSelectors The selector or selectors that were not found.
|
|
2436
|
+
*/
|
|
2437
|
+
const printRequiredElementError = (el, ...targetSelectors) => {
|
|
2438
|
+
return console.error(`<${el.tagName.toLowerCase()}> must be used inside ${targetSelectors.join(' or ')}.`);
|
|
2439
|
+
};
|
|
2440
|
+
|
|
2367
2441
|
const transitionEndAsync = (el, expectedDuration = 0) => {
|
|
2368
2442
|
return new Promise((resolve) => {
|
|
2369
2443
|
transitionEnd(el, expectedDuration, resolve);
|
|
@@ -2614,7 +2688,7 @@ const clamp = (min, n, max) => {
|
|
|
2614
2688
|
const assert = (actual, reason) => {
|
|
2615
2689
|
if (!actual) {
|
|
2616
2690
|
const message = 'ASSERT: ' + reason;
|
|
2617
|
-
|
|
2691
|
+
printIonError(message);
|
|
2618
2692
|
debugger; // eslint-disable-line
|
|
2619
2693
|
throw new Error(message);
|
|
2620
2694
|
}
|
|
@@ -2678,16 +2752,6 @@ const shallowEqualStringMap = (map1, map2) => {
|
|
|
2678
2752
|
}
|
|
2679
2753
|
return true;
|
|
2680
2754
|
};
|
|
2681
|
-
const getNextSiblingOfType = (element) => {
|
|
2682
|
-
let sibling = element.nextSibling;
|
|
2683
|
-
while (sibling) {
|
|
2684
|
-
if (sibling.nodeType === Node.ELEMENT_NODE && sibling !== null) {
|
|
2685
|
-
return sibling;
|
|
2686
|
-
}
|
|
2687
|
-
sibling = sibling.nextSibling;
|
|
2688
|
-
}
|
|
2689
|
-
return null;
|
|
2690
|
-
};
|
|
2691
2755
|
/**
|
|
2692
2756
|
* Checks input for usable number. Not NaN and not Infinite.
|
|
2693
2757
|
*/
|
|
@@ -2722,38 +2786,6 @@ const reorderTwoSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2
|
|
|
2722
2786
|
const searchOutline = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-miterlimit='10' d='M338.29 338.29L448 448' class='ionicon-fill-none ionicon-stroke-width'/></svg>";
|
|
2723
2787
|
const searchSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M464 428L339.92 303.9a160.48 160.48 0 0030.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0094.58-30.72L428 464zM209.32 319.69a110.38 110.38 0 11110.37-110.37 110.5 110.5 0 01-110.37 110.37z'/></svg>";
|
|
2724
2788
|
|
|
2725
|
-
// TODO(FW-2832): types
|
|
2726
|
-
class Config {
|
|
2727
|
-
constructor() {
|
|
2728
|
-
this.m = new Map();
|
|
2729
|
-
}
|
|
2730
|
-
reset(configObj) {
|
|
2731
|
-
this.m = new Map(Object.entries(configObj));
|
|
2732
|
-
}
|
|
2733
|
-
get(key, fallback) {
|
|
2734
|
-
const value = this.m.get(key);
|
|
2735
|
-
return value !== undefined ? value : fallback;
|
|
2736
|
-
}
|
|
2737
|
-
getBoolean(key, fallback = false) {
|
|
2738
|
-
const val = this.m.get(key);
|
|
2739
|
-
if (val === undefined) {
|
|
2740
|
-
return fallback;
|
|
2741
|
-
}
|
|
2742
|
-
if (typeof val === 'string') {
|
|
2743
|
-
return val === 'true';
|
|
2744
|
-
}
|
|
2745
|
-
return !!val;
|
|
2746
|
-
}
|
|
2747
|
-
getNumber(key, fallback) {
|
|
2748
|
-
const val = parseFloat(this.m.get(key));
|
|
2749
|
-
return isNaN(val) ? (fallback !== undefined ? fallback : NaN) : val;
|
|
2750
|
-
}
|
|
2751
|
-
set(key, value) {
|
|
2752
|
-
this.m.set(key, value);
|
|
2753
|
-
}
|
|
2754
|
-
}
|
|
2755
|
-
const config = /*@__PURE__*/ new Config();
|
|
2756
|
-
|
|
2757
2789
|
const getPlatforms = (win) => setupPlatforms(win);
|
|
2758
2790
|
const isPlatform = (winOrPlatform, platform) => {
|
|
2759
2791
|
if (typeof winOrPlatform === 'string') {
|
|
@@ -3195,42 +3227,6 @@ class Accordion {
|
|
|
3195
3227
|
}
|
|
3196
3228
|
let accordionIds = 0;
|
|
3197
3229
|
|
|
3198
|
-
/**
|
|
3199
|
-
* Logs a warning to the console with an Ionic prefix
|
|
3200
|
-
* to indicate the library that is warning the developer.
|
|
3201
|
-
*
|
|
3202
|
-
* @param message - The string message to be logged to the console.
|
|
3203
|
-
*/
|
|
3204
|
-
const printIonWarning = (message, ...params) => {
|
|
3205
|
-
const logLevel = config.get('logLevel', "WARN" /* LogLevel.WARN */);
|
|
3206
|
-
if (["WARN" /* LogLevel.WARN */].includes(logLevel)) {
|
|
3207
|
-
return console.warn(`[Ionic Warning]: ${message}`, ...params);
|
|
3208
|
-
}
|
|
3209
|
-
};
|
|
3210
|
-
/**
|
|
3211
|
-
* Logs an error to the console with an Ionic prefix
|
|
3212
|
-
* to indicate the library that is warning the developer.
|
|
3213
|
-
*
|
|
3214
|
-
* @param message - The string message to be logged to the console.
|
|
3215
|
-
* @param params - Additional arguments to supply to the console.error.
|
|
3216
|
-
*/
|
|
3217
|
-
const printIonError = (message, ...params) => {
|
|
3218
|
-
const logLevel = config.get('logLevel', "ERROR" /* LogLevel.ERROR */);
|
|
3219
|
-
if (["ERROR" /* LogLevel.ERROR */, "WARN" /* LogLevel.WARN */].includes(logLevel)) {
|
|
3220
|
-
return console.error(`[Ionic Error]: ${message}`, ...params);
|
|
3221
|
-
}
|
|
3222
|
-
};
|
|
3223
|
-
/**
|
|
3224
|
-
* Prints an error informing developers that an implementation requires an element to be used
|
|
3225
|
-
* within a specific selector.
|
|
3226
|
-
*
|
|
3227
|
-
* @param el The web component element this is requiring the element.
|
|
3228
|
-
* @param targetSelectors The selector or selectors that were not found.
|
|
3229
|
-
*/
|
|
3230
|
-
const printRequiredElementError = (el, ...targetSelectors) => {
|
|
3231
|
-
return console.error(`<${el.tagName.toLowerCase()}> must be used inside ${targetSelectors.join(' or ')}.`);
|
|
3232
|
-
};
|
|
3233
|
-
|
|
3234
3230
|
const accordionGroupIosCss = ":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}";
|
|
3235
3231
|
var IonAccordionGroupIosStyle0 = accordionGroupIosCss;
|
|
3236
3232
|
|
|
@@ -3263,7 +3259,7 @@ class AccordionGroup {
|
|
|
3263
3259
|
* Default toString() behavior: a,b
|
|
3264
3260
|
* Custom behavior: ['a', 'b']
|
|
3265
3261
|
*/
|
|
3266
|
-
printIonWarning(`ion-accordion-group
|
|
3262
|
+
printIonWarning(`[ion-accordion-group] - An array of values was passed, but multiple is "false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".
|
|
3267
3263
|
|
|
3268
3264
|
Value Passed: [${value.map((v) => `'${v}'`).join(', ')}]
|
|
3269
3265
|
`, this.el);
|
|
@@ -3433,12 +3429,12 @@ class AccordionGroup {
|
|
|
3433
3429
|
render() {
|
|
3434
3430
|
const { disabled, readonly, expand } = this;
|
|
3435
3431
|
const mode = getIonMode$1(this);
|
|
3436
|
-
return (hAsync(Host, { key: '
|
|
3432
|
+
return (hAsync(Host, { key: 'd1a79a93179474fbba66fcf11a92f4871dacc975', class: {
|
|
3437
3433
|
[mode]: true,
|
|
3438
3434
|
'accordion-group-disabled': disabled,
|
|
3439
3435
|
'accordion-group-readonly': readonly,
|
|
3440
3436
|
[`accordion-group-expand-${expand}`]: true,
|
|
3441
|
-
}, role: "presentation" }, hAsync("slot", { key: '
|
|
3437
|
+
}, role: "presentation" }, hAsync("slot", { key: 'e6b8954b686d1fbb4fc92adb07fddc97a24b0a31' })));
|
|
3442
3438
|
}
|
|
3443
3439
|
get el() { return getElement(this); }
|
|
3444
3440
|
static get watchers() { return {
|
|
@@ -5021,8 +5017,8 @@ const present = async (overlay, name, iosEnterAnimation, mdEnterAnimation, opts)
|
|
|
5021
5017
|
*/
|
|
5022
5018
|
if (overlay.el.tagName !== 'ION-TOAST') {
|
|
5023
5019
|
setRootAriaHidden(true);
|
|
5020
|
+
document.body.classList.add(BACKDROP_NO_SCROLL);
|
|
5024
5021
|
}
|
|
5025
|
-
document.body.classList.add(BACKDROP_NO_SCROLL);
|
|
5026
5022
|
hideUnderlyingOverlaysFromScreenReaders(overlay.el);
|
|
5027
5023
|
hideAnimatingOverlayFromScreenReaders(overlay.el);
|
|
5028
5024
|
overlay.presented = true;
|
|
@@ -5126,8 +5122,9 @@ const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLeaveAnim
|
|
|
5126
5122
|
if (!overlay.presented) {
|
|
5127
5123
|
return false;
|
|
5128
5124
|
}
|
|
5125
|
+
const presentedOverlays = doc !== undefined ? getPresentedOverlays(doc) : [];
|
|
5129
5126
|
/**
|
|
5130
|
-
* For accessibility, toasts lack focus traps and don
|
|
5127
|
+
* For accessibility, toasts lack focus traps and don't receive
|
|
5131
5128
|
* `aria-hidden` on the root element when presented.
|
|
5132
5129
|
*
|
|
5133
5130
|
* All other overlays use focus traps to keep keyboard focus
|
|
@@ -5137,7 +5134,7 @@ const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLeaveAnim
|
|
|
5137
5134
|
* Therefore, we must remove `aria-hidden` from the root element
|
|
5138
5135
|
* when the last non-toast overlay is dismissed.
|
|
5139
5136
|
*/
|
|
5140
|
-
const overlaysNotToast =
|
|
5137
|
+
const overlaysNotToast = presentedOverlays.filter((o) => o.tagName !== 'ION-TOAST');
|
|
5141
5138
|
const lastOverlayNotToast = overlaysNotToast.length === 1 && overlaysNotToast[0].id === overlay.el.id;
|
|
5142
5139
|
/**
|
|
5143
5140
|
* If this is the last visible overlay that is not a toast
|
|
@@ -5190,7 +5187,7 @@ const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLeaveAnim
|
|
|
5190
5187
|
}
|
|
5191
5188
|
}
|
|
5192
5189
|
catch (err) {
|
|
5193
|
-
|
|
5190
|
+
printIonError(`[${overlay.el.tagName.toLowerCase()}] - `, err);
|
|
5194
5191
|
}
|
|
5195
5192
|
overlay.el.remove();
|
|
5196
5193
|
revealOverlaysToScreenReaders();
|
|
@@ -5370,7 +5367,7 @@ const createTriggerController = () => {
|
|
|
5370
5367
|
removeClickListener();
|
|
5371
5368
|
const triggerEl = trigger !== undefined ? document.getElementById(trigger) : null;
|
|
5372
5369
|
if (!triggerEl) {
|
|
5373
|
-
printIonWarning(`A trigger element with the ID "${trigger}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on an overlay component.`, el);
|
|
5370
|
+
printIonWarning(`[${el.tagName.toLowerCase()}] - A trigger element with the ID "${trigger}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on an overlay component.`, el);
|
|
5374
5371
|
return;
|
|
5375
5372
|
}
|
|
5376
5373
|
const configureTriggerInteraction = (targetEl, overlayEl) => {
|
|
@@ -5879,7 +5876,7 @@ const createAnimation = (animationId) => {
|
|
|
5879
5876
|
}
|
|
5880
5877
|
}
|
|
5881
5878
|
else {
|
|
5882
|
-
|
|
5879
|
+
printIonError('createAnimation - Invalid addElement value.');
|
|
5883
5880
|
}
|
|
5884
5881
|
}
|
|
5885
5882
|
return ani;
|
|
@@ -6737,7 +6734,7 @@ const sanitizeDOMString = (untrustedString) => {
|
|
|
6737
6734
|
return getInnerDiv !== null ? getInnerDiv.innerHTML : fragmentDiv.innerHTML;
|
|
6738
6735
|
}
|
|
6739
6736
|
catch (err) {
|
|
6740
|
-
|
|
6737
|
+
printIonError('sanitizeDOMString', err);
|
|
6741
6738
|
return '';
|
|
6742
6739
|
}
|
|
6743
6740
|
};
|
|
@@ -7057,7 +7054,7 @@ class Alert {
|
|
|
7057
7054
|
// checkboxes and inputs are all accepted, but they cannot be mixed.
|
|
7058
7055
|
const inputTypes = new Set(inputs.map((i) => i.type));
|
|
7059
7056
|
if (inputTypes.has('checkbox') && inputTypes.has('radio')) {
|
|
7060
|
-
|
|
7057
|
+
printIonWarning(`[ion-alert] - Alert cannot mix input types: ${Array.from(inputTypes.values()).join('/')}. Please see alert docs for more info.`);
|
|
7061
7058
|
}
|
|
7062
7059
|
this.inputType = inputTypes.values().next().value;
|
|
7063
7060
|
this.processedInputs = inputs.map((i, index) => {
|
|
@@ -7330,9 +7327,9 @@ class Alert {
|
|
|
7330
7327
|
* If neither are defined, do not set aria-labelledby.
|
|
7331
7328
|
*/
|
|
7332
7329
|
const ariaLabelledBy = header && subHeader ? `${hdrId} ${subHdrId}` : header ? hdrId : subHeader ? subHdrId : null;
|
|
7333
|
-
return (hAsync(Host, { key: '
|
|
7330
|
+
return (hAsync(Host, { key: 'f8ee04fe6a97a2585b302c8e1a9eea3b122e3479', tabindex: "-1", style: {
|
|
7334
7331
|
zIndex: `${20000 + overlayIndex}`,
|
|
7335
|
-
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }, hAsync("ion-backdrop", { key: '
|
|
7332
|
+
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }, hAsync("ion-backdrop", { key: 'e9592e879f51c27ef20016beec12c986be632cf3', tappable: this.backdropDismiss }), hAsync("div", { key: '5e9425c3c8acdea6f8006389689c73220e2ce423', tabindex: "0", "aria-hidden": "true" }), hAsync("div", Object.assign({ key: '615465703e357619681fc36ed7276591a6fe3787', class: "alert-wrapper ion-overlay-wrapper", role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "0", ref: (el) => (this.wrapperEl = el) }, htmlAttributes), hAsync("div", { key: '934eba3759456cd4660e10f274edc7859f908461', class: "alert-head" }, header && (hAsync("h2", { key: '7d5d98d71f81f59a2cba227121b6fa01e6cc53b6', id: hdrId, class: "alert-title" }, header)), subHeader && !header && (hAsync("h2", { key: 'e5f5d35748c58a98ee933eb15cb1dcaf8113e9a7', id: subHdrId, class: "alert-sub-title" }, subHeader)), subHeader && header && (hAsync("h3", { key: 'a5cb89ca02bfa9c4828e694cb0835493a9088b05', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), hAsync("div", { key: 'cacffc31c911882df73e6845d15c8bb2d4acab56', tabindex: "0", "aria-hidden": "true" })));
|
|
7336
7333
|
}
|
|
7337
7334
|
get el() { return getElement(this); }
|
|
7338
7335
|
static get watchers() { return {
|
|
@@ -7410,7 +7407,7 @@ class App {
|
|
|
7410
7407
|
}
|
|
7411
7408
|
render() {
|
|
7412
7409
|
const mode = getIonMode$1(this);
|
|
7413
|
-
return (hAsync(Host, { key: '
|
|
7410
|
+
return (hAsync(Host, { key: '03aa892f986330078d112b1e8b010df98fa7e39e', class: {
|
|
7414
7411
|
[mode]: true,
|
|
7415
7412
|
'ion-page': true,
|
|
7416
7413
|
'force-statusbar-padding': config.getBoolean('_forceStatusbarPadding'),
|
|
@@ -8057,7 +8054,7 @@ class Button {
|
|
|
8057
8054
|
* The developer specified a string for the form attribute, but the
|
|
8058
8055
|
* element with that id is not a form element.
|
|
8059
8056
|
*/
|
|
8060
|
-
printIonWarning(`Form with selector: "#${form}" could not be found. Verify that the id is attached to a <form> element.`, this.el);
|
|
8057
|
+
printIonWarning(`[ion-button] - Form with selector: "#${form}" could not be found. Verify that the id is attached to a <form> element.`, this.el);
|
|
8061
8058
|
return null;
|
|
8062
8059
|
}
|
|
8063
8060
|
}
|
|
@@ -8066,7 +8063,7 @@ class Button {
|
|
|
8066
8063
|
* The developer specified a string for the form attribute, but the
|
|
8067
8064
|
* element with that id could not be found in the DOM.
|
|
8068
8065
|
*/
|
|
8069
|
-
printIonWarning(`Form with selector: "#${form}" could not be found. Verify that the id is correct and the form is rendered in the DOM.`, this.el);
|
|
8066
|
+
printIonWarning(`[ion-button] - Form with selector: "#${form}" could not be found. Verify that the id is correct and the form is rendered in the DOM.`, this.el);
|
|
8070
8067
|
return null;
|
|
8071
8068
|
}
|
|
8072
8069
|
}
|
|
@@ -8077,7 +8074,7 @@ class Button {
|
|
|
8077
8074
|
* This will also catch if the developer tries to pass in null
|
|
8078
8075
|
* as the form attribute.
|
|
8079
8076
|
*/
|
|
8080
|
-
printIonWarning(`The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.`, this.el);
|
|
8077
|
+
printIonWarning(`[ion-button] - The provided "form" element is invalid. Verify that the form is a HTMLFormElement and rendered in the DOM.`, this.el);
|
|
8081
8078
|
return null;
|
|
8082
8079
|
}
|
|
8083
8080
|
/**
|
|
@@ -8126,7 +8123,7 @@ class Button {
|
|
|
8126
8123
|
{
|
|
8127
8124
|
type !== 'button' && this.renderHiddenButton();
|
|
8128
8125
|
}
|
|
8129
|
-
return (hAsync(Host, { key: '
|
|
8126
|
+
return (hAsync(Host, { key: 'e213b0bb76b3f90f883b1a0ea463bb86c2df69c3', onClick: this.handleClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses$1(color, {
|
|
8130
8127
|
[mode]: true,
|
|
8131
8128
|
[buttonType]: true,
|
|
8132
8129
|
[`${buttonType}-${expand}`]: expand !== undefined,
|
|
@@ -8141,7 +8138,7 @@ class Button {
|
|
|
8141
8138
|
'button-disabled': disabled,
|
|
8142
8139
|
'ion-activatable': true,
|
|
8143
8140
|
'ion-focusable': true,
|
|
8144
|
-
}) }, hAsync(TagType, Object.assign({ key: '
|
|
8141
|
+
}) }, hAsync(TagType, Object.assign({ key: 'b7c2a46fb994024841219316f4089335fa463d84' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), hAsync("span", { key: '3e07a5c9f86836f9fbaefc6c617bdde6eb6f70cd', class: "button-inner" }, hAsync("slot", { key: '41c08ae09aed16faaa57707d229ff75d97f0731c', name: "icon-only", onSlotchange: this.slotChanged }), hAsync("slot", { key: 'ab8b749e4572884cc04970a7594466b4a24c886e', name: "start" }), hAsync("slot", { key: '397f7ff48ea45e82029414be95d29ae86e12c3a9' }), hAsync("slot", { key: '9a5627713002e8be3738d392b616f6e951b70e12', name: "end" })), mode === 'md' && hAsync("ion-ripple-effect", { key: '105566543ceda102474edab7ca8a44c7e71af589', type: this.rippleType }))));
|
|
8145
8142
|
}
|
|
8146
8143
|
get el() { return getElement(this); }
|
|
8147
8144
|
static get watchers() { return {
|
|
@@ -8445,10 +8442,10 @@ class CardTitle {
|
|
|
8445
8442
|
}; }
|
|
8446
8443
|
}
|
|
8447
8444
|
|
|
8448
|
-
const checkboxIosCss = ":host{--checkbox-background-checked:var(--ion-color-primary, #0054e9);--border-color-checked:var(--ion-color-primary, #0054e9);--checkmark-color:var(--ion-color-primary-contrast, #fff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-color){--checkbox-background-checked:var(--ion-color-base);--border-color-checked:var(--ion-color-base);--checkmark-color:var(--ion-color-contrast)}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}input{
|
|
8445
|
+
const checkboxIosCss = ":host{--checkbox-background-checked:var(--ion-color-primary, #0054e9);--border-color-checked:var(--ion-color-primary, #0054e9);--checkmark-color:var(--ion-color-primary-contrast, #fff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-color){--checkbox-background-checked:var(--ion-color-base);--border-color-checked:var(--ion-color-base);--checkmark-color:var(--ion-color-contrast)}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}input{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.checkbox-icon{border-radius:var(--border-radius);position:relative;width:var(--size);height:var(--size);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--checkbox-background);-webkit-box-sizing:border-box;box-sizing:border-box}.checkbox-icon path{fill:none;stroke:var(--checkmark-color);stroke-width:var(--checkmark-width);opacity:0}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}:host(.checkbox-label-placement-start) .checkbox-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.checkbox-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-end) .checkbox-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:start;justify-content:start}:host(.checkbox-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.checkbox-label-placement-stacked) .checkbox-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:center}:host(.checkbox-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host(.checkbox-justify-space-between) .checkbox-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.checkbox-justify-start) .checkbox-wrapper{-ms-flex-pack:start;justify-content:start}:host(.checkbox-justify-end) .checkbox-wrapper{-ms-flex-pack:end;justify-content:end}:host(.checkbox-alignment-start) .checkbox-wrapper{-ms-flex-align:start;align-items:start}:host(.checkbox-alignment-center) .checkbox-wrapper{-ms-flex-align:center;align-items:center}:host(.checkbox-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}:host(.checkbox-checked) .checkbox-icon,:host(.checkbox-indeterminate) .checkbox-icon{border-color:var(--border-color-checked);background:var(--checkbox-background-checked)}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{opacity:1}:host(.checkbox-disabled){pointer-events:none}:host{--border-radius:50%;--border-width:0.125rem;--border-style:solid;--border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.23);--checkbox-background:var(--ion-item-background, var(--ion-background-color, #fff));--size:min(1.375rem, 55.836px);--checkmark-width:1.5px}:host(.checkbox-disabled){opacity:0.3}";
|
|
8449
8446
|
var IonCheckboxIosStyle0 = checkboxIosCss;
|
|
8450
8447
|
|
|
8451
|
-
const checkboxMdCss = ":host{--checkbox-background-checked:var(--ion-color-primary, #0054e9);--border-color-checked:var(--ion-color-primary, #0054e9);--checkmark-color:var(--ion-color-primary-contrast, #fff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-color){--checkbox-background-checked:var(--ion-color-base);--border-color-checked:var(--ion-color-base);--checkmark-color:var(--ion-color-contrast)}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}input{
|
|
8448
|
+
const checkboxMdCss = ":host{--checkbox-background-checked:var(--ion-color-primary, #0054e9);--border-color-checked:var(--ion-color-primary, #0054e9);--checkmark-color:var(--ion-color-primary-contrast, #fff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-color){--checkbox-background-checked:var(--ion-color-base);--border-color-checked:var(--ion-color-base);--checkmark-color:var(--ion-color-contrast)}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper,:host(.in-item:not(.checkbox-label-placement-stacked):not([slot])) .native-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}input{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.checkbox-icon{border-radius:var(--border-radius);position:relative;width:var(--size);height:var(--size);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--checkbox-background);-webkit-box-sizing:border-box;box-sizing:border-box}.checkbox-icon path{fill:none;stroke:var(--checkmark-color);stroke-width:var(--checkmark-width);opacity:0}.checkbox-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.checkbox-label-placement-stacked) .checkbox-bottom{font-size:1rem}.checkbox-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.checkbox-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .checkbox-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .checkbox-bottom .helper-text{display:none}:host(.checkbox-label-placement-start) .checkbox-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.checkbox-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-end) .checkbox-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:start;justify-content:start}:host(.checkbox-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.checkbox-label-placement-stacked) .checkbox-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:center}:host(.checkbox-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.checkbox-label-placement-stacked.checkbox-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).checkbox-label-placement-stacked.checkbox-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.checkbox-label-placement-stacked.checkbox-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host(.checkbox-justify-space-between) .checkbox-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.checkbox-justify-start) .checkbox-wrapper{-ms-flex-pack:start;justify-content:start}:host(.checkbox-justify-end) .checkbox-wrapper{-ms-flex-pack:end;justify-content:end}:host(.checkbox-alignment-start) .checkbox-wrapper{-ms-flex-align:start;align-items:start}:host(.checkbox-alignment-center) .checkbox-wrapper{-ms-flex-align:center;align-items:center}:host(.checkbox-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}:host(.checkbox-checked) .checkbox-icon,:host(.checkbox-indeterminate) .checkbox-icon{border-color:var(--border-color-checked);background:var(--checkbox-background-checked)}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{opacity:1}:host(.checkbox-disabled){pointer-events:none}:host{--border-radius:calc(var(--size) * .125);--border-width:2px;--border-style:solid;--border-color:rgb(var(--ion-text-color-rgb, 0, 0, 0), 0.6);--checkmark-width:3;--checkbox-background:var(--ion-item-background, var(--ion-background-color, #fff));--transition:background 180ms cubic-bezier(0.4, 0, 0.2, 1);--size:18px}.checkbox-icon path{stroke-dasharray:30;stroke-dashoffset:30}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{stroke-dashoffset:0;-webkit-transition:stroke-dashoffset 90ms linear 90ms;transition:stroke-dashoffset 90ms linear 90ms}:host(.checkbox-disabled) .label-text-wrapper{opacity:0.38}:host(.checkbox-disabled) .native-wrapper{opacity:0.63}";
|
|
8452
8449
|
var IonCheckboxMdStyle0 = checkboxMdCss;
|
|
8453
8450
|
|
|
8454
8451
|
/**
|
|
@@ -8470,6 +8467,7 @@ class Checkbox {
|
|
|
8470
8467
|
this.ionFocus = createEvent(this, "ionFocus", 7);
|
|
8471
8468
|
this.ionBlur = createEvent(this, "ionBlur", 7);
|
|
8472
8469
|
this.inputId = `ion-cb-${checkboxIds++}`;
|
|
8470
|
+
this.inputLabelId = `${this.inputId}-lbl`;
|
|
8473
8471
|
this.helperTextId = `${this.inputId}-helper-text`;
|
|
8474
8472
|
this.errorTextId = `${this.inputId}-error-text`;
|
|
8475
8473
|
this.inheritedAttributes = {};
|
|
@@ -8498,6 +8496,14 @@ class Checkbox {
|
|
|
8498
8496
|
this.onBlur = () => {
|
|
8499
8497
|
this.ionBlur.emit();
|
|
8500
8498
|
};
|
|
8499
|
+
this.onKeyDown = (ev) => {
|
|
8500
|
+
if (ev.key === ' ') {
|
|
8501
|
+
ev.preventDefault();
|
|
8502
|
+
if (!this.disabled) {
|
|
8503
|
+
this.toggleChecked(ev);
|
|
8504
|
+
}
|
|
8505
|
+
}
|
|
8506
|
+
};
|
|
8501
8507
|
this.onClick = (ev) => {
|
|
8502
8508
|
if (this.disabled) {
|
|
8503
8509
|
return;
|
|
@@ -8556,8 +8562,11 @@ class Checkbox {
|
|
|
8556
8562
|
const { color, checked, disabled, el, getSVGPath, indeterminate, inheritedAttributes, inputId, justify, labelPlacement, name, value, alignment, required, } = this;
|
|
8557
8563
|
const mode = getIonMode$1(this);
|
|
8558
8564
|
const path = getSVGPath(mode, indeterminate);
|
|
8565
|
+
const hasLabelContent = el.textContent !== '';
|
|
8559
8566
|
renderHiddenInput(true, el, name, checked ? value : '', disabled);
|
|
8560
|
-
|
|
8567
|
+
// The host element must have a checkbox role to ensure proper VoiceOver
|
|
8568
|
+
// support in Safari for accessibility.
|
|
8569
|
+
return (hAsync(Host, { key: '90bb17a4fae17088524555968a002327400807cf', role: "checkbox", "aria-checked": indeterminate ? 'mixed' : `${checked}`, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId, "aria-labelledby": hasLabelContent ? this.inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, class: createColorClasses$1(color, {
|
|
8561
8570
|
[mode]: true,
|
|
8562
8571
|
'in-item': hostContext('ion-item', el),
|
|
8563
8572
|
'checkbox-checked': checked,
|
|
@@ -8567,10 +8576,10 @@ class Checkbox {
|
|
|
8567
8576
|
[`checkbox-justify-${justify}`]: justify !== undefined,
|
|
8568
8577
|
[`checkbox-alignment-${alignment}`]: alignment !== undefined,
|
|
8569
8578
|
[`checkbox-label-placement-${labelPlacement}`]: true,
|
|
8570
|
-
}), onClick: this.onClick }, hAsync("label", { key: '
|
|
8579
|
+
}), onClick: this.onClick }, hAsync("label", { key: '58b5762aa358dff81910874631e06620a2ae1561', class: "checkbox-wrapper", htmlFor: inputId }, hAsync("input", Object.assign({ key: '6abe299d690c345d36d6fd76ab113fdccfbbac52', type: "checkbox", checked: checked ? true : undefined, disabled: disabled, id: inputId, onChange: this.toggleChecked, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, inheritedAttributes)), hAsync("div", { key: '2654168e45ccfdbcfe13af8c97e0e21d61ba0150', class: {
|
|
8571
8580
|
'label-text-wrapper': true,
|
|
8572
|
-
'label-text-wrapper-hidden':
|
|
8573
|
-
}, part: "label" }, hAsync("slot", { key: '
|
|
8581
|
+
'label-text-wrapper-hidden': !hasLabelContent,
|
|
8582
|
+
}, part: "label", id: this.inputLabelId }, hAsync("slot", { key: 'a91f3f67d9ddd6b616e48799aba11cae3564d1ab' }), this.renderHintText()), hAsync("div", { key: 'd5a9170b084d09df6b02f416e744085b5bcf0dde', class: "native-wrapper" }, hAsync("svg", { key: 'b1968ce4aa9d652a9f2bdc427ea3a65e6c04df51', class: "checkbox-icon", viewBox: "0 0 24 24", part: "container" }, path)))));
|
|
8574
8583
|
}
|
|
8575
8584
|
getSVGPath(mode, indeterminate) {
|
|
8576
8585
|
let path = indeterminate ? (hAsync("path", { d: "M6 12L18 12", part: "mark" })) : (hAsync("path", { d: "M5.9,12.5l3.8,3.8l8.8-8.8", part: "mark" }));
|
|
@@ -9358,7 +9367,7 @@ const warnIfValueOutOfBounds = (value, min, max) => {
|
|
|
9358
9367
|
const valueArray = Array.isArray(value) ? value : [value];
|
|
9359
9368
|
for (const val of valueArray) {
|
|
9360
9369
|
if ((min !== undefined && isBefore(val, min)) || (max !== undefined && isAfter(val, max))) {
|
|
9361
|
-
printIonWarning('The value provided to ion-datetime is out of bounds.\n\n' +
|
|
9370
|
+
printIonWarning('[ion-datetime] - The value provided to ion-datetime is out of bounds.\n\n' +
|
|
9362
9371
|
`Min: ${JSON.stringify(min)}\n` +
|
|
9363
9372
|
`Max: ${JSON.stringify(max)}\n` +
|
|
9364
9373
|
`Value: ${JSON.stringify(value)}`);
|
|
@@ -9575,7 +9584,7 @@ function parseDate(val) {
|
|
|
9575
9584
|
}
|
|
9576
9585
|
if (parse === null) {
|
|
9577
9586
|
// wasn't able to parse the ISO datetime
|
|
9578
|
-
printIonWarning(`Unable to parse date string: ${val}. Please provide a valid ISO 8601 datetime string.`);
|
|
9587
|
+
printIonWarning(`[ion-datetime] - Unable to parse date string: ${val}. Please provide a valid ISO 8601 datetime string.`);
|
|
9579
9588
|
return undefined;
|
|
9580
9589
|
}
|
|
9581
9590
|
// ensure all the parse values exist with at least 0
|
|
@@ -11091,7 +11100,7 @@ const getHighlightStyles = (highlightedDates, dateIsoString, el) => {
|
|
|
11091
11100
|
return highlightedDates(dateIsoString);
|
|
11092
11101
|
}
|
|
11093
11102
|
catch (e) {
|
|
11094
|
-
printIonError('Exception thrown from provided `highlightedDates` callback. Please check your function and try again.', el, e);
|
|
11103
|
+
printIonError('[ion-datetime] - Exception thrown from provided `highlightedDates` callback. Please check your function and try again.', el, e);
|
|
11095
11104
|
}
|
|
11096
11105
|
}
|
|
11097
11106
|
return undefined;
|
|
@@ -11108,7 +11117,7 @@ const warnIfTimeZoneProvided = (el, formatOptions) => {
|
|
|
11108
11117
|
((_b = formatOptions === null || formatOptions === void 0 ? void 0 : formatOptions.date) === null || _b === void 0 ? void 0 : _b.timeZoneName) ||
|
|
11109
11118
|
((_c = formatOptions === null || formatOptions === void 0 ? void 0 : formatOptions.time) === null || _c === void 0 ? void 0 : _c.timeZone) ||
|
|
11110
11119
|
((_d = formatOptions === null || formatOptions === void 0 ? void 0 : formatOptions.time) === null || _d === void 0 ? void 0 : _d.timeZoneName)) {
|
|
11111
|
-
printIonWarning('
|
|
11120
|
+
printIonWarning('[ion-datetime] - "timeZone" and "timeZoneName" are not supported in "formatOptions".', el);
|
|
11112
11121
|
}
|
|
11113
11122
|
};
|
|
11114
11123
|
const checkForPresentationFormatMismatch = (el, presentation, formatOptions) => {
|
|
@@ -11122,18 +11131,18 @@ const checkForPresentationFormatMismatch = (el, presentation, formatOptions) =>
|
|
|
11122
11131
|
case 'month':
|
|
11123
11132
|
case 'year':
|
|
11124
11133
|
if (formatOptions.date === undefined) {
|
|
11125
|
-
printIonWarning(`
|
|
11134
|
+
printIonWarning(`[ion-datetime] - The '${presentation}' presentation requires a date object in formatOptions.`, el);
|
|
11126
11135
|
}
|
|
11127
11136
|
break;
|
|
11128
11137
|
case 'time':
|
|
11129
11138
|
if (formatOptions.time === undefined) {
|
|
11130
|
-
printIonWarning(`
|
|
11139
|
+
printIonWarning(`[ion-datetime] - The 'time' presentation requires a time object in formatOptions.`, el);
|
|
11131
11140
|
}
|
|
11132
11141
|
break;
|
|
11133
11142
|
case 'date-time':
|
|
11134
11143
|
case 'time-date':
|
|
11135
11144
|
if (formatOptions.date === undefined && formatOptions.time === undefined) {
|
|
11136
|
-
printIonWarning(`
|
|
11145
|
+
printIonWarning(`[ion-datetime] - The '${presentation}' presentation requires either a date or time object (or both) in formatOptions.`, el);
|
|
11137
11146
|
}
|
|
11138
11147
|
break;
|
|
11139
11148
|
}
|
|
@@ -11192,7 +11201,7 @@ class Datetime {
|
|
|
11192
11201
|
* Default toString() behavior: a,b
|
|
11193
11202
|
* Custom behavior: ['a', 'b']
|
|
11194
11203
|
*/
|
|
11195
|
-
printIonWarning(`ion-datetime
|
|
11204
|
+
printIonWarning(`[ion-datetime] - An array of values was passed, but multiple is "false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".
|
|
11196
11205
|
|
|
11197
11206
|
Value Passed: [${value.map((v) => `'${v}'`).join(', ')}]
|
|
11198
11207
|
`, this.el);
|
|
@@ -12073,18 +12082,18 @@ class Datetime {
|
|
|
12073
12082
|
const { el, formatOptions, highlightedDates, multiple, presentation, preferWheel } = this;
|
|
12074
12083
|
if (multiple) {
|
|
12075
12084
|
if (presentation !== 'date') {
|
|
12076
|
-
printIonWarning('Multiple date selection is only supported for presentation="date".', el);
|
|
12085
|
+
printIonWarning('[ion-datetime] - Multiple date selection is only supported for presentation="date".', el);
|
|
12077
12086
|
}
|
|
12078
12087
|
if (preferWheel) {
|
|
12079
|
-
printIonWarning('Multiple date selection is not supported with preferWheel="true".', el);
|
|
12088
|
+
printIonWarning('[ion-datetime] - Multiple date selection is not supported with preferWheel="true".', el);
|
|
12080
12089
|
}
|
|
12081
12090
|
}
|
|
12082
12091
|
if (highlightedDates !== undefined) {
|
|
12083
12092
|
if (presentation !== 'date' && presentation !== 'date-time' && presentation !== 'time-date') {
|
|
12084
|
-
printIonWarning('The highlightedDates property is only supported with the date, date-time, and time-date presentations.', el);
|
|
12093
|
+
printIonWarning('[ion-datetime] - The highlightedDates property is only supported with the date, date-time, and time-date presentations.', el);
|
|
12085
12094
|
}
|
|
12086
12095
|
if (preferWheel) {
|
|
12087
|
-
printIonWarning('The highlightedDates property is not supported with preferWheel="true".', el);
|
|
12096
|
+
printIonWarning('[ion-datetime] - The highlightedDates property is not supported with preferWheel="true".', el);
|
|
12088
12097
|
}
|
|
12089
12098
|
}
|
|
12090
12099
|
if (formatOptions) {
|
|
@@ -12215,7 +12224,7 @@ class Datetime {
|
|
|
12215
12224
|
disabled = !isDateEnabled(convertDataToISO(referenceParts));
|
|
12216
12225
|
}
|
|
12217
12226
|
catch (e) {
|
|
12218
|
-
printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
|
|
12227
|
+
printIonError('[ion-datetime] - Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
|
|
12219
12228
|
}
|
|
12220
12229
|
return Object.assign(Object.assign({}, itemObject), { disabled });
|
|
12221
12230
|
});
|
|
@@ -12264,7 +12273,7 @@ class Datetime {
|
|
|
12264
12273
|
disabled = !isDateEnabled(convertDataToISO(referenceParts));
|
|
12265
12274
|
}
|
|
12266
12275
|
catch (e) {
|
|
12267
|
-
printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
|
|
12276
|
+
printIonError('[ion-datetime] - Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
|
|
12268
12277
|
}
|
|
12269
12278
|
return Object.assign(Object.assign({}, dayObject), { disabled });
|
|
12270
12279
|
});
|
|
@@ -12361,7 +12370,7 @@ class Datetime {
|
|
|
12361
12370
|
const activePart = this.getActivePartsWithFallback();
|
|
12362
12371
|
return (hAsync("ion-picker-column", { "aria-label": "Select an hour", color: this.color, disabled: disabled, value: activePart.hour, numericInput: true, onIonChange: (ev) => {
|
|
12363
12372
|
this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { hour: ev.detail.value }));
|
|
12364
|
-
this.setActiveParts(Object.assign(Object.assign({},
|
|
12373
|
+
this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { hour: ev.detail.value }));
|
|
12365
12374
|
ev.stopPropagation();
|
|
12366
12375
|
} }, hoursData.map((hour) => (hAsync("ion-picker-column-option", { part: hour.value === activePart.hour ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: hour.value, disabled: hour.disabled, value: hour.value }, hour.text)))));
|
|
12367
12376
|
}
|
|
@@ -12372,7 +12381,7 @@ class Datetime {
|
|
|
12372
12381
|
const activePart = this.getActivePartsWithFallback();
|
|
12373
12382
|
return (hAsync("ion-picker-column", { "aria-label": "Select a minute", color: this.color, disabled: disabled, value: activePart.minute, numericInput: true, onIonChange: (ev) => {
|
|
12374
12383
|
this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { minute: ev.detail.value }));
|
|
12375
|
-
this.setActiveParts(Object.assign(Object.assign({},
|
|
12384
|
+
this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { minute: ev.detail.value }));
|
|
12376
12385
|
ev.stopPropagation();
|
|
12377
12386
|
} }, minutesData.map((minute) => (hAsync("ion-picker-column-option", { part: minute.value === activePart.minute ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: minute.value, disabled: minute.disabled, value: minute.value }, minute.text)))));
|
|
12378
12387
|
}
|
|
@@ -12386,7 +12395,7 @@ class Datetime {
|
|
|
12386
12395
|
return (hAsync("ion-picker-column", { "aria-label": "Select a day period", style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, disabled: disabled, value: activePart.ampm, onIonChange: (ev) => {
|
|
12387
12396
|
const hour = calculateHourFromAMPM(workingParts, ev.detail.value);
|
|
12388
12397
|
this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { ampm: ev.detail.value, hour }));
|
|
12389
|
-
this.setActiveParts(Object.assign(Object.assign({},
|
|
12398
|
+
this.setActiveParts(Object.assign(Object.assign({}, this.getActivePartsWithFallback()), { ampm: ev.detail.value, hour }));
|
|
12390
12399
|
ev.stopPropagation();
|
|
12391
12400
|
} }, dayPeriodData.map((dayPeriod) => (hAsync("ion-picker-column-option", { part: dayPeriod.value === activePart.ampm ? `${WHEEL_ITEM_PART} ${WHEEL_ITEM_ACTIVE_PART}` : WHEEL_ITEM_PART, key: dayPeriod.value, disabled: dayPeriod.disabled, value: dayPeriod.value }, dayPeriod.text)))));
|
|
12392
12401
|
}
|
|
@@ -12462,7 +12471,7 @@ class Datetime {
|
|
|
12462
12471
|
isCalDayDisabled = !isDateEnabled(dateIsoString);
|
|
12463
12472
|
}
|
|
12464
12473
|
catch (e) {
|
|
12465
|
-
printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', el, e);
|
|
12474
|
+
printIonError('[ion-datetime] - Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', el, e);
|
|
12466
12475
|
}
|
|
12467
12476
|
}
|
|
12468
12477
|
/**
|
|
@@ -12598,7 +12607,7 @@ class Datetime {
|
|
|
12598
12607
|
headerText = titleSelectedDatesFormatter(convertDataToISO(activeParts));
|
|
12599
12608
|
}
|
|
12600
12609
|
catch (e) {
|
|
12601
|
-
printIonError('Exception in provided `titleSelectedDatesFormatter`:
|
|
12610
|
+
printIonError('[ion-datetime] - Exception in provided `titleSelectedDatesFormatter`:', e);
|
|
12602
12611
|
}
|
|
12603
12612
|
}
|
|
12604
12613
|
}
|
|
@@ -12693,7 +12702,7 @@ class Datetime {
|
|
|
12693
12702
|
const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
|
|
12694
12703
|
const hasWheelVariant = hasDatePresentation && preferWheel;
|
|
12695
12704
|
renderHiddenInput(true, el, name, formatValue(value), disabled);
|
|
12696
|
-
return (hAsync(Host, { key: '
|
|
12705
|
+
return (hAsync(Host, { key: 'c3dfea8f46fcbcef38eb9e8a69b1b46a4e4b82fd', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses$1(color, {
|
|
12697
12706
|
[mode]: true,
|
|
12698
12707
|
['datetime-readonly']: readonly,
|
|
12699
12708
|
['datetime-disabled']: disabled,
|
|
@@ -12703,7 +12712,7 @@ class Datetime {
|
|
|
12703
12712
|
[`datetime-size-${size}`]: true,
|
|
12704
12713
|
[`datetime-prefer-wheel`]: hasWheelVariant,
|
|
12705
12714
|
[`datetime-grid`]: isGridStyle,
|
|
12706
|
-
})) }, hAsync("div", { key: '
|
|
12715
|
+
})) }, hAsync("div", { key: '75c91243cf6a51f44b83d7cf7d8c0c96bfd3c83f', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
|
|
12707
12716
|
}
|
|
12708
12717
|
get el() { return getElement(this); }
|
|
12709
12718
|
static get watchers() { return {
|
|
@@ -12863,7 +12872,7 @@ class DatetimeButton {
|
|
|
12863
12872
|
headerText = titleSelectedDatesFormatter(parsedValues);
|
|
12864
12873
|
}
|
|
12865
12874
|
catch (e) {
|
|
12866
|
-
printIonError('Exception in provided `titleSelectedDatesFormatter`:
|
|
12875
|
+
printIonError('[ion-datetime-button] - Exception in provided `titleSelectedDatesFormatter`:', e);
|
|
12867
12876
|
}
|
|
12868
12877
|
}
|
|
12869
12878
|
this.dateText = headerText;
|
|
@@ -13023,12 +13032,12 @@ class DatetimeButton {
|
|
|
13023
13032
|
async componentWillLoad() {
|
|
13024
13033
|
const { datetime } = this;
|
|
13025
13034
|
if (!datetime) {
|
|
13026
|
-
printIonError('An ID associated with an ion-datetime instance is required
|
|
13035
|
+
printIonError('[ion-datetime-button] - An ID associated with an ion-datetime instance is required to function properly.', this.el);
|
|
13027
13036
|
return;
|
|
13028
13037
|
}
|
|
13029
13038
|
const datetimeEl = (this.datetimeEl = document.getElementById(datetime));
|
|
13030
13039
|
if (!datetimeEl) {
|
|
13031
|
-
printIonError(`No ion-datetime instance found for ID '${datetime}'.`, this.el);
|
|
13040
|
+
printIonError(`[ion-datetime-button] - No ion-datetime instance found for ID '${datetime}'.`, this.el);
|
|
13032
13041
|
return;
|
|
13033
13042
|
}
|
|
13034
13043
|
/**
|
|
@@ -13036,7 +13045,7 @@ class DatetimeButton {
|
|
|
13036
13045
|
* if a non-datetime element was provided.
|
|
13037
13046
|
*/
|
|
13038
13047
|
if (datetimeEl.tagName !== 'ION-DATETIME') {
|
|
13039
|
-
printIonError(`Expected an ion-datetime instance for ID '${datetime}' but received '${datetimeEl.tagName.toLowerCase()}' instead.`, datetimeEl);
|
|
13048
|
+
printIonError(`[ion-datetime-button] - Expected an ion-datetime instance for ID '${datetime}' but received '${datetimeEl.tagName.toLowerCase()}' instead.`, datetimeEl);
|
|
13040
13049
|
return;
|
|
13041
13050
|
}
|
|
13042
13051
|
/**
|
|
@@ -13111,11 +13120,11 @@ class DatetimeButton {
|
|
|
13111
13120
|
render() {
|
|
13112
13121
|
const { color, dateText, timeText, selectedButton, datetimeActive, disabled } = this;
|
|
13113
13122
|
const mode = getIonMode$1(this);
|
|
13114
|
-
return (hAsync(Host, { key: '
|
|
13123
|
+
return (hAsync(Host, { key: '11d037e6ab061e5116842970760b04850b42f2c7', class: createColorClasses$1(color, {
|
|
13115
13124
|
[mode]: true,
|
|
13116
13125
|
[`${selectedButton}-active`]: datetimeActive,
|
|
13117
13126
|
['datetime-button-disabled']: disabled,
|
|
13118
|
-
}) }, dateText && (hAsync("button", { key: '
|
|
13127
|
+
}) }, dateText && (hAsync("button", { key: '08ecb62da0fcbf7466a1f2403276712a3ff17fbc', class: "ion-activatable", id: "date-button", "aria-expanded": datetimeActive ? 'true' : 'false', onClick: this.handleDateClick, disabled: disabled, part: "native", ref: (el) => (this.dateTargetEl = el) }, hAsync("slot", { key: '1c04853d4d23c0f1a594602bde44511c98355644', name: "date-target" }, dateText), mode === 'md' && hAsync("ion-ripple-effect", { key: '5fc566cd4bc885bcf983ce99e3dc65d7f485bf9b' }))), timeText && (hAsync("button", { key: 'c9c5c34ac338badf8659da22bea5829d62c51169', class: "ion-activatable", id: "time-button", "aria-expanded": datetimeActive ? 'true' : 'false', onClick: this.handleTimeClick, disabled: disabled, part: "native", ref: (el) => (this.timeTargetEl = el) }, hAsync("slot", { key: '147a9d2069dbf737f6fc64787823d6d5af5aa653', name: "time-target" }, timeText), mode === 'md' && hAsync("ion-ripple-effect", { key: '70a5e25b75ed90ac6bba003468435f67aa9d8f0a' })))));
|
|
13119
13128
|
}
|
|
13120
13129
|
get el() { return getElement(this); }
|
|
13121
13130
|
static get style() { return {
|
|
@@ -15080,7 +15089,7 @@ const getCounterText = (value, maxLength, counterFormatter) => {
|
|
|
15080
15089
|
return counterFormatter(valueLength, maxLength);
|
|
15081
15090
|
}
|
|
15082
15091
|
catch (e) {
|
|
15083
|
-
printIonError('Exception in provided `counterFormatter
|
|
15092
|
+
printIonError('[ion-input] - Exception in provided `counterFormatter`:', e);
|
|
15084
15093
|
return defaultCounterText;
|
|
15085
15094
|
}
|
|
15086
15095
|
};
|
|
@@ -15504,7 +15513,7 @@ class Input {
|
|
|
15504
15513
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
15505
15514
|
*/
|
|
15506
15515
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
15507
|
-
return (hAsync(Host, { key: '
|
|
15516
|
+
return (hAsync(Host, { key: '01f49d79dd068256eb6bf24a01e8622ea6d67506', class: createColorClasses$1(this.color, {
|
|
15508
15517
|
[mode]: true,
|
|
15509
15518
|
'has-value': hasValue,
|
|
15510
15519
|
'has-focus': hasFocus,
|
|
@@ -15515,7 +15524,7 @@ class Input {
|
|
|
15515
15524
|
'in-item': inItem,
|
|
15516
15525
|
'in-item-color': hostContext('ion-item.ion-color', this.el),
|
|
15517
15526
|
'input-disabled': disabled,
|
|
15518
|
-
}) }, hAsync("label", { key: '
|
|
15527
|
+
}) }, hAsync("label", { key: '1cc45ad82b1b27108978aadb992b7aee60649be0', class: "input-wrapper", htmlFor: inputId }, this.renderLabelContainer(), hAsync("div", { key: '5f067a2595367840c853a4ca7d7ead77edf99849', class: "native-wrapper" }, hAsync("slot", { key: '6680b1345b673f5c2bf0d575de89df199b873ae5', name: "start" }), hAsync("input", Object.assign({ key: 'd508c472607d904ebcf9fa97ea26f92e50d34f0e', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (hAsync("button", { key: '3f17a4630fa897608289e6cf51c2bf4f763f1652', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
|
|
15519
15528
|
/**
|
|
15520
15529
|
* This prevents mobile browsers from
|
|
15521
15530
|
* blurring the input when the clear
|
|
@@ -15530,7 +15539,7 @@ class Input {
|
|
|
15530
15539
|
* for screen readers as it means users would be unable to swipe past the clear button.
|
|
15531
15540
|
*/
|
|
15532
15541
|
ev.stopPropagation();
|
|
15533
|
-
}, onClick: this.clearTextInput }, hAsync("ion-icon", { key: '
|
|
15542
|
+
}, onClick: this.clearTextInput }, hAsync("ion-icon", { key: '09d1004cf2ca31d936e5399c35b3ad6302008394', "aria-hidden": "true", icon: clearIconData }))), hAsync("slot", { key: 'b7877386aebff51c36295046967ff4b82ef6a905', name: "end" })), shouldRenderHighlight && hAsync("div", { key: 'a0544f1d9af50c140cae1154d391b00d1d77e108', class: "input-highlight" })), this.renderBottomContent()));
|
|
15534
15543
|
}
|
|
15535
15544
|
get el() { return getElement(this); }
|
|
15536
15545
|
static get watchers() { return {
|
|
@@ -15623,7 +15632,7 @@ class InputPasswordToggle {
|
|
|
15623
15632
|
*/
|
|
15624
15633
|
onTypeChange(newValue) {
|
|
15625
15634
|
if (newValue !== 'text' && newValue !== 'password') {
|
|
15626
|
-
printIonWarning(`ion-input-password-toggle
|
|
15635
|
+
printIonWarning(`[ion-input-password-toggle] - Only inputs of type "text" or "password" are supported. Input of type "${newValue}" is not compatible.`, this.el);
|
|
15627
15636
|
return;
|
|
15628
15637
|
}
|
|
15629
15638
|
}
|
|
@@ -15631,7 +15640,7 @@ class InputPasswordToggle {
|
|
|
15631
15640
|
const { el } = this;
|
|
15632
15641
|
const inputElRef = (this.inputElRef = el.closest('ion-input'));
|
|
15633
15642
|
if (!inputElRef) {
|
|
15634
|
-
printIonWarning('No ancestor ion-input found
|
|
15643
|
+
printIonWarning('[ion-input-password-toggle] - No ancestor ion-input found. This component must be slotted inside of an ion-input.', el);
|
|
15635
15644
|
return;
|
|
15636
15645
|
}
|
|
15637
15646
|
/**
|
|
@@ -15653,16 +15662,16 @@ class InputPasswordToggle {
|
|
|
15653
15662
|
const showPasswordIcon = (_a = this.showIcon) !== null && _a !== void 0 ? _a : eye;
|
|
15654
15663
|
const hidePasswordIcon = (_b = this.hideIcon) !== null && _b !== void 0 ? _b : eyeOff;
|
|
15655
15664
|
const isPasswordVisible = type === 'text';
|
|
15656
|
-
return (hAsync(Host, { key: '
|
|
15665
|
+
return (hAsync(Host, { key: '1a28e078c83e74c72d8bb8189ece93ec2e3fa3d0', class: createColorClasses$1(color, {
|
|
15657
15666
|
[mode]: true,
|
|
15658
|
-
}) }, hAsync("ion-button", { key: '
|
|
15667
|
+
}) }, hAsync("ion-button", { key: '039d1bab764093bb6fe4a34299b0872abda087fd', mode: mode, color: color, fill: "clear", shape: "round", "aria-checked": isPasswordVisible ? 'true' : 'false', "aria-label": "show password", role: "switch", type: "button", onPointerDown: (ev) => {
|
|
15659
15668
|
/**
|
|
15660
15669
|
* This prevents mobile browsers from
|
|
15661
15670
|
* blurring the input when the password toggle
|
|
15662
15671
|
* button is activated.
|
|
15663
15672
|
*/
|
|
15664
15673
|
ev.preventDefault();
|
|
15665
|
-
}, onClick: this.togglePasswordVisibility }, hAsync("ion-icon", { key: '
|
|
15674
|
+
}, onClick: this.togglePasswordVisibility }, hAsync("ion-icon", { key: '26477ee97b808c3d79944bf5e33d4e05f1ae0b3f', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
|
|
15666
15675
|
}
|
|
15667
15676
|
get el() { return getElement(this); }
|
|
15668
15677
|
static get watchers() { return {
|
|
@@ -16450,7 +16459,7 @@ class ItemSliding {
|
|
|
16450
16459
|
case 0 /* ItemSide.None */:
|
|
16451
16460
|
return;
|
|
16452
16461
|
default:
|
|
16453
|
-
|
|
16462
|
+
printIonWarning('[ion-item-sliding] - invalid ItemSideFlags value', this.sides);
|
|
16454
16463
|
break;
|
|
16455
16464
|
}
|
|
16456
16465
|
let optsWidth;
|
|
@@ -16578,7 +16587,7 @@ class ItemSliding {
|
|
|
16578
16587
|
}
|
|
16579
16588
|
render() {
|
|
16580
16589
|
const mode = getIonMode$1(this);
|
|
16581
|
-
return (hAsync(Host, { key: '
|
|
16590
|
+
return (hAsync(Host, { key: '245523e940e08c75c6d5fdd1cdd370b5f5a23a0d', class: {
|
|
16582
16591
|
[mode]: true,
|
|
16583
16592
|
'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
|
|
16584
16593
|
'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
|
|
@@ -18077,14 +18086,14 @@ class Menu {
|
|
|
18077
18086
|
* the ionBackButton listener in the menu controller
|
|
18078
18087
|
* will handle closing the menu when Escape is pressed.
|
|
18079
18088
|
*/
|
|
18080
|
-
return (hAsync(Host, { key: '
|
|
18089
|
+
return (hAsync(Host, { key: '0a2ba4ff5600b80b54d1b5b45124779c6aa0d2f2', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
|
|
18081
18090
|
[mode]: true,
|
|
18082
18091
|
[`menu-type-${type}`]: true,
|
|
18083
18092
|
'menu-enabled': !disabled,
|
|
18084
18093
|
[`menu-side-${side}`]: true,
|
|
18085
18094
|
'menu-pane-visible': isPaneVisible,
|
|
18086
18095
|
'split-pane-side': hostContext('ion-split-pane', el),
|
|
18087
|
-
} }, hAsync("div", { key: '
|
|
18096
|
+
} }, hAsync("div", { key: '40a222bcde4b959abc9939c44e89ea0cf8967aba', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, hAsync("slot", { key: '6a7ec5583294bb314990ff4ce6f25045652c07cb' })), hAsync("ion-backdrop", { key: '95f1e87237f3cc24845d91b744f935bad6bb460d', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
|
|
18088
18097
|
}
|
|
18089
18098
|
get el() { return getElement(this); }
|
|
18090
18099
|
static get watchers() { return {
|
|
@@ -20102,7 +20111,7 @@ class Modal {
|
|
|
20102
20111
|
this.currentBreakpoint = this.initialBreakpoint;
|
|
20103
20112
|
}
|
|
20104
20113
|
if (breakpoints !== undefined && initialBreakpoint !== undefined && !breakpoints.includes(initialBreakpoint)) {
|
|
20105
|
-
printIonWarning('Your breakpoints array must include the initialBreakpoint value.');
|
|
20114
|
+
printIonWarning('[ion-modal] - Your breakpoints array must include the initialBreakpoint value.');
|
|
20106
20115
|
}
|
|
20107
20116
|
if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
20108
20117
|
setOverlayId(this.el);
|
|
@@ -20447,11 +20456,11 @@ class Modal {
|
|
|
20447
20456
|
*/
|
|
20448
20457
|
async setCurrentBreakpoint(breakpoint) {
|
|
20449
20458
|
if (!this.isSheetModal) {
|
|
20450
|
-
printIonWarning('setCurrentBreakpoint is only supported on sheet modals.');
|
|
20459
|
+
printIonWarning('[ion-modal] - setCurrentBreakpoint is only supported on sheet modals.');
|
|
20451
20460
|
return;
|
|
20452
20461
|
}
|
|
20453
20462
|
if (!this.breakpoints.includes(breakpoint)) {
|
|
20454
|
-
printIonWarning(`Attempted to set invalid breakpoint value ${breakpoint}. Please double check that the breakpoint value is part of your defined breakpoints.`);
|
|
20463
|
+
printIonWarning(`[ion-modal] - Attempted to set invalid breakpoint value ${breakpoint}. Please double check that the breakpoint value is part of your defined breakpoints.`);
|
|
20455
20464
|
return;
|
|
20456
20465
|
}
|
|
20457
20466
|
const { currentBreakpoint, moveSheetToBreakpoint, canDismiss, breakpoints, animated } = this;
|
|
@@ -20502,18 +20511,18 @@ class Modal {
|
|
|
20502
20511
|
const mode = getIonMode$1(this);
|
|
20503
20512
|
const isCardModal = presentingElement !== undefined && mode === 'ios';
|
|
20504
20513
|
const isHandleCycle = handleBehavior === 'cycle';
|
|
20505
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
20514
|
+
return (hAsync(Host, Object.assign({ key: '0991b2e4e32da511e59fb1463b47e4ac1b86d1ca', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
20506
20515
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
20507
|
-
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), hAsync("ion-backdrop", { key: '
|
|
20516
|
+
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), hAsync("ion-backdrop", { key: 'ca9453ffe1021fb252ad9460676cfabb5633f00f', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: '9f8da446a7b0f3b26aec856e13f6d6d131a7e37b', class: "modal-shadow" }), hAsync("div", Object.assign({ key: '9d08bf600571849c97b58f66df40b496a358d1e1',
|
|
20508
20517
|
/*
|
|
20509
20518
|
role and aria-modal must be used on the
|
|
20510
20519
|
same element. They must also be set inside the
|
|
20511
20520
|
shadow DOM otherwise ion-button will not be highlighted
|
|
20512
20521
|
when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
|
|
20513
20522
|
*/
|
|
20514
|
-
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '
|
|
20523
|
+
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: 'f8bf0d1126e5376519101225d9965727121ee042', class: "modal-handle",
|
|
20515
20524
|
// Prevents the handle from receiving keyboard focus when it does not cycle
|
|
20516
|
-
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), hAsync("slot", { key: '
|
|
20525
|
+
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), hAsync("slot", { key: '6d52849df98f2c6c8fbc03996a931ea6a39a512b' }))));
|
|
20517
20526
|
}
|
|
20518
20527
|
get el() { return getElement(this); }
|
|
20519
20528
|
static get watchers() { return {
|
|
@@ -21241,7 +21250,7 @@ class Nav {
|
|
|
21241
21250
|
const finalNumViews = this.views.length + ((_b = insertViews === null || insertViews === void 0 ? void 0 : insertViews.length) !== null && _b !== void 0 ? _b : 0) - (removeCount !== null && removeCount !== void 0 ? removeCount : 0);
|
|
21242
21251
|
assert(finalNumViews >= 0, 'final balance can not be negative');
|
|
21243
21252
|
if (finalNumViews === 0) {
|
|
21244
|
-
|
|
21253
|
+
printIonWarning(`[ion-nav] - You can't remove all the pages in the navigation stack. nav.pop() is probably called too many times.`, this, this.el);
|
|
21245
21254
|
throw new Error('navigation stack needs at least one root page');
|
|
21246
21255
|
}
|
|
21247
21256
|
// At this point the transition can not be rejected, any throw should be an error
|
|
@@ -21463,7 +21472,7 @@ class Nav {
|
|
|
21463
21472
|
}
|
|
21464
21473
|
}
|
|
21465
21474
|
render() {
|
|
21466
|
-
return hAsync("slot", { key: '
|
|
21475
|
+
return hAsync("slot", { key: '188d0abd6c047d235380f07aac81223b757010e8' });
|
|
21467
21476
|
}
|
|
21468
21477
|
get el() { return getElement(this); }
|
|
21469
21478
|
static get watchers() { return {
|
|
@@ -21908,13 +21917,59 @@ class Picker$1 {
|
|
|
21908
21917
|
* or trailing zeros when looking at the item text.
|
|
21909
21918
|
*/
|
|
21910
21919
|
this.searchColumn = (colEl, value, zeroBehavior = 'start') => {
|
|
21920
|
+
if (!value) {
|
|
21921
|
+
return false;
|
|
21922
|
+
}
|
|
21911
21923
|
const behavior = zeroBehavior === 'start' ? /^0+/ : /0$/;
|
|
21924
|
+
value = value.replace(behavior, '');
|
|
21912
21925
|
const option = Array.from(colEl.querySelectorAll('ion-picker-column-option')).find((el) => {
|
|
21913
21926
|
return el.disabled !== true && el.textContent.replace(behavior, '') === value;
|
|
21914
21927
|
});
|
|
21915
21928
|
if (option) {
|
|
21916
21929
|
colEl.setValue(option.value);
|
|
21917
21930
|
}
|
|
21931
|
+
return !!option;
|
|
21932
|
+
};
|
|
21933
|
+
/**
|
|
21934
|
+
* Attempts to intelligently search the first and second
|
|
21935
|
+
* column as if they're number columns for the provided numbers
|
|
21936
|
+
* where the first two numbers are the first column
|
|
21937
|
+
* and the last 2 are the last column. Tries to allow for the first
|
|
21938
|
+
* number to be ignored for situations where typos occurred.
|
|
21939
|
+
*/
|
|
21940
|
+
this.multiColumnSearch = (firstColumn, secondColumn, input) => {
|
|
21941
|
+
if (input.length === 0) {
|
|
21942
|
+
return;
|
|
21943
|
+
}
|
|
21944
|
+
const inputArray = input.split('');
|
|
21945
|
+
const hourValue = inputArray.slice(0, 2).join('');
|
|
21946
|
+
// Try to find a match for the first two digits in the first column
|
|
21947
|
+
const foundHour = this.searchColumn(firstColumn, hourValue);
|
|
21948
|
+
// If we have more than 2 digits and found a match for hours,
|
|
21949
|
+
// use the remaining digits for the second column (minutes)
|
|
21950
|
+
if (inputArray.length > 2 && foundHour) {
|
|
21951
|
+
const minuteValue = inputArray.slice(2, 4).join('');
|
|
21952
|
+
this.searchColumn(secondColumn, minuteValue);
|
|
21953
|
+
}
|
|
21954
|
+
// If we couldn't find a match for the two-digit hour, try single digit approaches
|
|
21955
|
+
else if (!foundHour && inputArray.length >= 1) {
|
|
21956
|
+
// First try the first digit as a single-digit hour
|
|
21957
|
+
let singleDigitHour = inputArray[0];
|
|
21958
|
+
let singleDigitFound = this.searchColumn(firstColumn, singleDigitHour);
|
|
21959
|
+
// If that didn't work, try the second digit as a single-digit hour
|
|
21960
|
+
// (handles case where user made a typo in the first digit, or they typed over themselves)
|
|
21961
|
+
if (!singleDigitFound) {
|
|
21962
|
+
inputArray.shift();
|
|
21963
|
+
singleDigitHour = inputArray[0];
|
|
21964
|
+
singleDigitFound = this.searchColumn(firstColumn, singleDigitHour);
|
|
21965
|
+
}
|
|
21966
|
+
// If we found a single-digit hour and have remaining digits,
|
|
21967
|
+
// use up to 2 of the remaining digits for the second column
|
|
21968
|
+
if (singleDigitFound && inputArray.length > 1) {
|
|
21969
|
+
const remainingDigits = inputArray.slice(1, 3).join('');
|
|
21970
|
+
this.searchColumn(secondColumn, remainingDigits);
|
|
21971
|
+
}
|
|
21972
|
+
}
|
|
21918
21973
|
};
|
|
21919
21974
|
this.selectMultiColumn = () => {
|
|
21920
21975
|
const { inputEl, el } = this;
|
|
@@ -21925,82 +21980,13 @@ class Picker$1 {
|
|
|
21925
21980
|
const firstColumn = numericPickers[0];
|
|
21926
21981
|
const lastColumn = numericPickers[1];
|
|
21927
21982
|
let value = inputEl.value;
|
|
21928
|
-
|
|
21929
|
-
|
|
21930
|
-
|
|
21931
|
-
|
|
21932
|
-
|
|
21933
|
-
case 2:
|
|
21934
|
-
/**
|
|
21935
|
-
* If the first character is `0` or `1` it is
|
|
21936
|
-
* possible that users are trying to type `09`
|
|
21937
|
-
* or `11` into the hour field, so we should look
|
|
21938
|
-
* at that first.
|
|
21939
|
-
*/
|
|
21940
|
-
const firstCharacter = inputEl.value.substring(0, 1);
|
|
21941
|
-
value = firstCharacter === '0' || firstCharacter === '1' ? inputEl.value : firstCharacter;
|
|
21942
|
-
this.searchColumn(firstColumn, value);
|
|
21943
|
-
/**
|
|
21944
|
-
* If only checked the first value,
|
|
21945
|
-
* we can check the second value
|
|
21946
|
-
* for a match in the minutes column
|
|
21947
|
-
*/
|
|
21948
|
-
if (value.length === 1) {
|
|
21949
|
-
minuteValue = inputEl.value.substring(inputEl.value.length - 1);
|
|
21950
|
-
this.searchColumn(lastColumn, minuteValue, 'end');
|
|
21951
|
-
}
|
|
21952
|
-
break;
|
|
21953
|
-
case 3:
|
|
21954
|
-
/**
|
|
21955
|
-
* If the first character is `0` or `1` it is
|
|
21956
|
-
* possible that users are trying to type `09`
|
|
21957
|
-
* or `11` into the hour field, so we should look
|
|
21958
|
-
* at that first.
|
|
21959
|
-
*/
|
|
21960
|
-
const firstCharacterAgain = inputEl.value.substring(0, 1);
|
|
21961
|
-
value =
|
|
21962
|
-
firstCharacterAgain === '0' || firstCharacterAgain === '1'
|
|
21963
|
-
? inputEl.value.substring(0, 2)
|
|
21964
|
-
: firstCharacterAgain;
|
|
21965
|
-
this.searchColumn(firstColumn, value);
|
|
21966
|
-
/**
|
|
21967
|
-
* If only checked the first value,
|
|
21968
|
-
* we can check the second value
|
|
21969
|
-
* for a match in the minutes column
|
|
21970
|
-
*/
|
|
21971
|
-
minuteValue = value.length === 1 ? inputEl.value.substring(1) : inputEl.value.substring(2);
|
|
21972
|
-
this.searchColumn(lastColumn, minuteValue, 'end');
|
|
21973
|
-
break;
|
|
21974
|
-
case 4:
|
|
21975
|
-
/**
|
|
21976
|
-
* If the first character is `0` or `1` it is
|
|
21977
|
-
* possible that users are trying to type `09`
|
|
21978
|
-
* or `11` into the hour field, so we should look
|
|
21979
|
-
* at that first.
|
|
21980
|
-
*/
|
|
21981
|
-
const firstCharacterAgainAgain = inputEl.value.substring(0, 1);
|
|
21982
|
-
value =
|
|
21983
|
-
firstCharacterAgainAgain === '0' || firstCharacterAgainAgain === '1'
|
|
21984
|
-
? inputEl.value.substring(0, 2)
|
|
21985
|
-
: firstCharacterAgainAgain;
|
|
21986
|
-
this.searchColumn(firstColumn, value);
|
|
21987
|
-
/**
|
|
21988
|
-
* If only checked the first value,
|
|
21989
|
-
* we can check the second value
|
|
21990
|
-
* for a match in the minutes column
|
|
21991
|
-
*/
|
|
21992
|
-
const minuteValueAgain = value.length === 1
|
|
21993
|
-
? inputEl.value.substring(1, inputEl.value.length)
|
|
21994
|
-
: inputEl.value.substring(2, inputEl.value.length);
|
|
21995
|
-
this.searchColumn(lastColumn, minuteValueAgain, 'end');
|
|
21996
|
-
break;
|
|
21997
|
-
default:
|
|
21998
|
-
const startIndex = inputEl.value.length - 4;
|
|
21999
|
-
const newString = inputEl.value.substring(startIndex);
|
|
22000
|
-
inputEl.value = newString;
|
|
22001
|
-
this.selectMultiColumn();
|
|
22002
|
-
break;
|
|
21983
|
+
if (value.length > 4) {
|
|
21984
|
+
const startIndex = inputEl.value.length - 4;
|
|
21985
|
+
const newString = inputEl.value.substring(startIndex);
|
|
21986
|
+
inputEl.value = newString;
|
|
21987
|
+
value = newString;
|
|
22003
21988
|
}
|
|
21989
|
+
this.multiColumnSearch(firstColumn, lastColumn, value);
|
|
22004
21990
|
};
|
|
22005
21991
|
/**
|
|
22006
21992
|
* Searches the value of the active column
|
|
@@ -22069,7 +22055,7 @@ class Picker$1 {
|
|
|
22069
22055
|
this.emitInputModeChange();
|
|
22070
22056
|
}
|
|
22071
22057
|
render() {
|
|
22072
|
-
return (hAsync(Host, { key: '
|
|
22058
|
+
return (hAsync(Host, { key: '28f81e4ed44a633178561757c5199c2c98f94b74', onPointerDown: (ev) => this.onPointerDown(ev), onClick: () => this.onClick() }, hAsync("input", { key: 'abb3d1ad25ef63856af7804111175a4d50008bc0', "aria-hidden": "true", tabindex: -1, inputmode: "numeric", type: "number", onKeyDown: (ev) => {
|
|
22073
22059
|
var _a;
|
|
22074
22060
|
/**
|
|
22075
22061
|
* The "Enter" key represents
|
|
@@ -22084,7 +22070,7 @@ class Picker$1 {
|
|
|
22084
22070
|
if (ev.key === 'Enter') {
|
|
22085
22071
|
(_a = this.inputEl) === null || _a === void 0 ? void 0 : _a.blur();
|
|
22086
22072
|
}
|
|
22087
|
-
}, ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), hAsync("div", { key: '
|
|
22073
|
+
}, ref: (el) => (this.inputEl = el), onInput: () => this.onInputChange(), onBlur: () => this.exitInputMode() }), hAsync("div", { key: '334a5abdc02e6b127c57177f626d7e4ff5526183', class: "picker-before" }), hAsync("div", { key: 'ffd6271931129e88fc7c820e919d684899e420c5', class: "picker-after" }), hAsync("div", { key: '78d1d95fd09e04f154ea59f24a1cece72c47ed7b', class: "picker-highlight", ref: (el) => (this.highlightEl = el) }), hAsync("slot", { key: '0bd5b9f875d3c71f6cbbde2054baeb1b0a2e8cd5' })));
|
|
22088
22074
|
}
|
|
22089
22075
|
get el() { return getElement(this); }
|
|
22090
22076
|
static get style() { return {
|
|
@@ -22227,7 +22213,7 @@ class Picker {
|
|
|
22227
22213
|
}
|
|
22228
22214
|
}
|
|
22229
22215
|
componentDidLoad() {
|
|
22230
|
-
printIonWarning('ion-picker-legacy and ion-picker-legacy-column have been deprecated in favor of new versions of the ion-picker and ion-picker-column components. These new components display inline with your page content allowing for more presentation flexibility than before.', this.el);
|
|
22216
|
+
printIonWarning('[ion-picker-legacy] - ion-picker-legacy and ion-picker-legacy-column have been deprecated in favor of new versions of the ion-picker and ion-picker-column components. These new components display inline with your page content allowing for more presentation flexibility than before.', this.el);
|
|
22231
22217
|
/**
|
|
22232
22218
|
* If picker was rendered with isOpen="true"
|
|
22233
22219
|
* then we should open picker immediately.
|
|
@@ -22337,11 +22323,11 @@ class Picker {
|
|
|
22337
22323
|
render() {
|
|
22338
22324
|
const { htmlAttributes } = this;
|
|
22339
22325
|
const mode = getIonMode$1(this);
|
|
22340
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
22326
|
+
return (hAsync(Host, Object.assign({ key: 'b6b6ca6f9aa74681e6d67f64b366f5965fec2a6d', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
|
|
22341
22327
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
22342
22328
|
}, class: Object.assign({ [mode]: true,
|
|
22343
22329
|
// Used internally for styling
|
|
22344
|
-
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: '
|
|
22330
|
+
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: '20202ca1d7b6cd5f517a802879b39efb79033cb1', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: '72fe76a1e1748593cdf38deab5100087bfa75983', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: '921954cfc716f3774aab66677563754ff479a44a', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, hAsync("div", { key: '224413950bfcf2a948e58c2554c2a37a4e6d0319', class: "picker-toolbar" }, this.buttons.map((b) => (hAsync("div", { class: buttonWrapperClass(b) }, hAsync("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass$1(b) }, b.text))))), hAsync("div", { key: '7e688c2d0705940ec8a9ace493b679e6a9b68860', class: "picker-columns" }, hAsync("div", { key: '0ec2db79a9ca9e2a0b324b6c4b90176a0eb33df3', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => hAsync("ion-picker-legacy-column", { col: c })), hAsync("div", { key: 'b8344f4f342fddc3f773435515567ef8f3accbb0', class: "picker-below-highlight" }))), hAsync("div", { key: '374c7a6b31b0a00ab3913faeea0ec3d6c02274b9', tabindex: "0", "aria-hidden": "true" })));
|
|
22345
22331
|
}
|
|
22346
22332
|
get el() { return getElement(this); }
|
|
22347
22333
|
static get watchers() { return {
|
|
@@ -24460,7 +24446,7 @@ class Popover {
|
|
|
24460
24446
|
}
|
|
24461
24447
|
const triggerEl = (this.triggerEl = trigger !== undefined ? document.getElementById(trigger) : null);
|
|
24462
24448
|
if (!triggerEl) {
|
|
24463
|
-
printIonWarning(`A trigger element with the ID "${trigger}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on ion-popover.`, this.el);
|
|
24449
|
+
printIonWarning(`[ion-popover] - A trigger element with the ID "${trigger}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on ion-popover.`, this.el);
|
|
24464
24450
|
return;
|
|
24465
24451
|
}
|
|
24466
24452
|
this.destroyTriggerInteraction = configureTriggerInteraction(triggerEl, triggerAction, el);
|
|
@@ -24739,9 +24725,9 @@ class Popover {
|
|
|
24739
24725
|
const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
|
|
24740
24726
|
const desktop = isPlatform('desktop');
|
|
24741
24727
|
const enableArrow = arrow && !parentPopover;
|
|
24742
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
24728
|
+
return (hAsync(Host, Object.assign({ key: 'ff24e8d9677711248a36994cce568e74ba151499', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
24743
24729
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
24744
|
-
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '
|
|
24730
|
+
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: 'aca68b4002a08b0e563a976a867141162c20f8b4', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: '62d21d1eab5c6d675d49932559ffb161747e5fec', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '1b46cc77d5302637fc979353483bb5fd780fd1d3', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: 'a5657bff26e46d1959b71eb0992e7dc8fcae86f1', class: "popover-content", part: "content" }, hAsync("slot", { key: 'e1a98007226a46b51109e7004c4d338ca1bc0f9e' })))));
|
|
24745
24731
|
}
|
|
24746
24732
|
get el() { return getElement(this); }
|
|
24747
24733
|
static get watchers() { return {
|
|
@@ -25353,6 +25339,19 @@ class Range {
|
|
|
25353
25339
|
this.inheritedAttributes = {};
|
|
25354
25340
|
this.contentEl = null;
|
|
25355
25341
|
this.initialContentScrollY = true;
|
|
25342
|
+
/**
|
|
25343
|
+
* Compares two RangeValue inputs to determine if they are different.
|
|
25344
|
+
*
|
|
25345
|
+
* @param newVal - The new value.
|
|
25346
|
+
* @param oldVal - The old value.
|
|
25347
|
+
* @returns `true` if the values are different, `false` otherwise.
|
|
25348
|
+
*/
|
|
25349
|
+
this.compareValues = (newVal, oldVal) => {
|
|
25350
|
+
if (typeof newVal === 'object' && typeof oldVal === 'object') {
|
|
25351
|
+
return newVal.lower !== oldVal.lower || newVal.upper !== oldVal.upper;
|
|
25352
|
+
}
|
|
25353
|
+
return newVal !== oldVal;
|
|
25354
|
+
};
|
|
25356
25355
|
this.clampBounds = (value) => {
|
|
25357
25356
|
return clamp(this.min, value, this.max);
|
|
25358
25357
|
};
|
|
@@ -25472,11 +25471,11 @@ class Range {
|
|
|
25472
25471
|
const { activeBarStart } = this;
|
|
25473
25472
|
if (activeBarStart !== undefined) {
|
|
25474
25473
|
if (activeBarStart > this.max) {
|
|
25475
|
-
printIonWarning(`
|
|
25474
|
+
printIonWarning(`[ion-range] - The value of activeBarStart (${activeBarStart}) is greater than the max (${this.max}). Valid values are greater than or equal to the min value and less than or equal to the max value.`, this.el);
|
|
25476
25475
|
this.activeBarStart = this.max;
|
|
25477
25476
|
}
|
|
25478
25477
|
else if (activeBarStart < this.min) {
|
|
25479
|
-
printIonWarning(`
|
|
25478
|
+
printIonWarning(`[ion-range] - The value of activeBarStart (${activeBarStart}) is less than the min (${this.min}). Valid values are greater than or equal to the min value and less than or equal to the max value.`, this.el);
|
|
25480
25479
|
this.activeBarStart = this.min;
|
|
25481
25480
|
}
|
|
25482
25481
|
}
|
|
@@ -25486,7 +25485,11 @@ class Range {
|
|
|
25486
25485
|
this.gesture.enable(!this.disabled);
|
|
25487
25486
|
}
|
|
25488
25487
|
}
|
|
25489
|
-
valueChanged() {
|
|
25488
|
+
valueChanged(newValue, oldValue) {
|
|
25489
|
+
const valuesChanged = this.compareValues(newValue, oldValue);
|
|
25490
|
+
if (valuesChanged) {
|
|
25491
|
+
this.ionInput.emit({ value: this.value });
|
|
25492
|
+
}
|
|
25490
25493
|
if (!this.noUpdate) {
|
|
25491
25494
|
this.updateRatio();
|
|
25492
25495
|
}
|
|
@@ -25731,7 +25734,6 @@ class Range {
|
|
|
25731
25734
|
lower: Math.min(valA, valB),
|
|
25732
25735
|
upper: Math.max(valA, valB),
|
|
25733
25736
|
};
|
|
25734
|
-
this.ionInput.emit({ value: this.value });
|
|
25735
25737
|
this.noUpdate = false;
|
|
25736
25738
|
}
|
|
25737
25739
|
setFocus(knob) {
|
|
@@ -25899,7 +25901,7 @@ class Range {
|
|
|
25899
25901
|
const needsEndAdjustment = inItem && !hasEndContent;
|
|
25900
25902
|
const mode = getIonMode$1(this);
|
|
25901
25903
|
renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
|
|
25902
|
-
return (hAsync(Host, { key: '
|
|
25904
|
+
return (hAsync(Host, { key: '3e065039ee048f1f70d97dba5dae98fa1315d867', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
|
|
25903
25905
|
[mode]: true,
|
|
25904
25906
|
'in-item': inItem,
|
|
25905
25907
|
'range-disabled': disabled,
|
|
@@ -25908,10 +25910,10 @@ class Range {
|
|
|
25908
25910
|
[`range-label-placement-${labelPlacement}`]: true,
|
|
25909
25911
|
'range-item-start-adjustment': needsStartAdjustment,
|
|
25910
25912
|
'range-item-end-adjustment': needsEndAdjustment,
|
|
25911
|
-
}) }, hAsync("label", { key: '
|
|
25913
|
+
}) }, hAsync("label", { key: '27ff22842c9ea79a1b9495302b926f70c9080a95', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: 'da1f9784be02dfe87d2fef34931d8b7f2148189e', class: {
|
|
25912
25914
|
'label-text-wrapper': true,
|
|
25913
25915
|
'label-text-wrapper-hidden': !hasLabel,
|
|
25914
|
-
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '
|
|
25916
|
+
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '4389bf30b08214f5b5917fc30976b38f7bcdd29b', class: "native-wrapper" }, hAsync("slot", { key: 'ad1b2745f8b061ee189617bb5c567e4f1d02250c', name: "start" }), this.renderRangeSlider(), hAsync("slot", { key: 'c6dec9e843e232af2a5f16a0f8ee56439c545d7a', name: "end" })))));
|
|
25915
25917
|
}
|
|
25916
25918
|
get el() { return getElement(this); }
|
|
25917
25919
|
static get watchers() { return {
|
|
@@ -26481,7 +26483,7 @@ class Refresher {
|
|
|
26481
26483
|
}
|
|
26482
26484
|
async connectedCallback() {
|
|
26483
26485
|
if (this.el.getAttribute('slot') !== 'fixed') {
|
|
26484
|
-
|
|
26486
|
+
printIonError('[ion-refresher] - Make sure you use: <ion-refresher slot="fixed">');
|
|
26485
26487
|
return;
|
|
26486
26488
|
}
|
|
26487
26489
|
const contentEl = this.el.closest(ION_CONTENT_ELEMENT_SELECTOR);
|
|
@@ -26813,7 +26815,7 @@ class Refresher {
|
|
|
26813
26815
|
}
|
|
26814
26816
|
render() {
|
|
26815
26817
|
const mode = getIonMode$1(this);
|
|
26816
|
-
return (hAsync(Host, { key: '
|
|
26818
|
+
return (hAsync(Host, { key: 'c717c16f2ca3e42351848cc8ad37918dec28961d', slot: "fixed", class: {
|
|
26817
26819
|
[mode]: true,
|
|
26818
26820
|
// Used internally for styling
|
|
26819
26821
|
[`refresher-${mode}`]: true,
|
|
@@ -27723,7 +27725,7 @@ const writeNavState = async (root, chain, direction, index, changed = false, ani
|
|
|
27723
27725
|
return changed;
|
|
27724
27726
|
}
|
|
27725
27727
|
catch (e) {
|
|
27726
|
-
|
|
27728
|
+
printIonError('[ion-router] - Exception in writeNavState:', e);
|
|
27727
27729
|
return false;
|
|
27728
27730
|
}
|
|
27729
27731
|
};
|
|
@@ -28186,19 +28188,19 @@ class Router {
|
|
|
28186
28188
|
/** @internal */
|
|
28187
28189
|
async navChanged(direction) {
|
|
28188
28190
|
if (this.busy) {
|
|
28189
|
-
|
|
28191
|
+
printIonWarning('[ion-router] - Router is busy, navChanged was cancelled.');
|
|
28190
28192
|
return false;
|
|
28191
28193
|
}
|
|
28192
28194
|
const { ids, outlet } = await readNavState(window.document.body);
|
|
28193
28195
|
const routes = readRoutes(this.el);
|
|
28194
28196
|
const chain = findChainForIDs(ids, routes);
|
|
28195
28197
|
if (!chain) {
|
|
28196
|
-
|
|
28198
|
+
printIonWarning('[ion-router] - No matching URL for', ids.map((i) => i.id));
|
|
28197
28199
|
return false;
|
|
28198
28200
|
}
|
|
28199
28201
|
const segments = chainToSegments(chain);
|
|
28200
28202
|
if (!segments) {
|
|
28201
|
-
|
|
28203
|
+
printIonWarning('[ion-router] - Router could not match path because some required param is missing.');
|
|
28202
28204
|
return false;
|
|
28203
28205
|
}
|
|
28204
28206
|
this.setSegments(segments, direction);
|
|
@@ -28236,7 +28238,7 @@ class Router {
|
|
|
28236
28238
|
}
|
|
28237
28239
|
async writeNavStateRoot(segments, direction, animation) {
|
|
28238
28240
|
if (!segments) {
|
|
28239
|
-
|
|
28241
|
+
printIonError('[ion-router] - URL is not part of the routing set.');
|
|
28240
28242
|
return false;
|
|
28241
28243
|
}
|
|
28242
28244
|
// lookup redirect rule
|
|
@@ -28253,7 +28255,7 @@ class Router {
|
|
|
28253
28255
|
const routes = readRoutes(this.el);
|
|
28254
28256
|
const chain = findChainForSegments(segments, routes);
|
|
28255
28257
|
if (!chain) {
|
|
28256
|
-
|
|
28258
|
+
printIonError('[ion-router] - The path does not match any route.');
|
|
28257
28259
|
return false;
|
|
28258
28260
|
}
|
|
28259
28261
|
// write DOM give
|
|
@@ -28266,7 +28268,7 @@ class Router {
|
|
|
28266
28268
|
changed = await this.writeNavState(node, chain, direction, segments, redirectFrom, index, animation);
|
|
28267
28269
|
}
|
|
28268
28270
|
catch (e) {
|
|
28269
|
-
|
|
28271
|
+
printIonError('[ion-router] - Exception in safeWriteNavState:', e);
|
|
28270
28272
|
}
|
|
28271
28273
|
unlock();
|
|
28272
28274
|
return changed;
|
|
@@ -28308,7 +28310,7 @@ class Router {
|
|
|
28308
28310
|
}
|
|
28309
28311
|
async writeNavState(node, chain, direction, segments, redirectFrom, index = 0, animation) {
|
|
28310
28312
|
if (this.busy) {
|
|
28311
|
-
|
|
28313
|
+
printIonWarning('[ion-router] - Router is busy, transition was cancelled.');
|
|
28312
28314
|
return false;
|
|
28313
28315
|
}
|
|
28314
28316
|
this.busy = true;
|
|
@@ -28491,7 +28493,7 @@ class RouterOutlet {
|
|
|
28491
28493
|
changed = await this.transition(enteringEl, leavingEl, opts);
|
|
28492
28494
|
}
|
|
28493
28495
|
catch (e) {
|
|
28494
|
-
|
|
28496
|
+
printIonError('[ion-router-outlet] - Exception in commit:', e);
|
|
28495
28497
|
}
|
|
28496
28498
|
unlock();
|
|
28497
28499
|
return changed;
|
|
@@ -28587,7 +28589,7 @@ class RouterOutlet {
|
|
|
28587
28589
|
return true;
|
|
28588
28590
|
}
|
|
28589
28591
|
render() {
|
|
28590
|
-
return hAsync("slot", { key: '
|
|
28592
|
+
return hAsync("slot", { key: 'df4fa3e07f10157d53129661d48282e8feec13a1' });
|
|
28591
28593
|
}
|
|
28592
28594
|
get el() { return getElement(this); }
|
|
28593
28595
|
static get watchers() { return {
|
|
@@ -29695,62 +29697,16 @@ class SegmentButton {
|
|
|
29695
29697
|
valueChanged() {
|
|
29696
29698
|
this.updateState();
|
|
29697
29699
|
}
|
|
29698
|
-
|
|
29699
|
-
return new Promise((resolve, reject) => {
|
|
29700
|
-
let timeoutId = undefined;
|
|
29701
|
-
let animationFrameId;
|
|
29702
|
-
const check = () => {
|
|
29703
|
-
if (!ionSegment) {
|
|
29704
|
-
reject(new Error(`Segment not found when looking for Segment Content`));
|
|
29705
|
-
return;
|
|
29706
|
-
}
|
|
29707
|
-
const segmentView = getNextSiblingOfType(ionSegment); // Skip the text nodes
|
|
29708
|
-
const segmentContent = segmentView === null || segmentView === void 0 ? void 0 : segmentView.querySelector(`ion-segment-content[id="${contentId}"]`);
|
|
29709
|
-
if (segmentContent && timeoutId) {
|
|
29710
|
-
clearTimeout(timeoutId); // Clear the timeout if the segmentContent is found
|
|
29711
|
-
cancelAnimationFrame(animationFrameId);
|
|
29712
|
-
resolve(segmentContent);
|
|
29713
|
-
}
|
|
29714
|
-
else {
|
|
29715
|
-
animationFrameId = requestAnimationFrame(check); // Keep checking on the next animation frame
|
|
29716
|
-
}
|
|
29717
|
-
};
|
|
29718
|
-
check();
|
|
29719
|
-
// Set a timeout to reject the promise
|
|
29720
|
-
timeoutId = setTimeout(() => {
|
|
29721
|
-
cancelAnimationFrame(animationFrameId);
|
|
29722
|
-
reject(new Error(`Unable to find Segment Content with id="${contentId} within 1000 ms`));
|
|
29723
|
-
}, 1000);
|
|
29724
|
-
});
|
|
29725
|
-
}
|
|
29726
|
-
async connectedCallback() {
|
|
29700
|
+
connectedCallback() {
|
|
29727
29701
|
const segmentEl = (this.segmentEl = this.el.closest('ion-segment'));
|
|
29728
29702
|
if (segmentEl) {
|
|
29729
29703
|
this.updateState();
|
|
29730
29704
|
addEventListener$1(segmentEl, 'ionSelect', this.updateState);
|
|
29731
29705
|
addEventListener$1(segmentEl, 'ionStyle', this.updateStyle);
|
|
29732
29706
|
}
|
|
29733
|
-
// Return if there is no contentId defined
|
|
29734
|
-
if (!this.contentId)
|
|
29735
|
-
return;
|
|
29736
|
-
let segmentContent;
|
|
29737
|
-
try {
|
|
29738
|
-
// Attempt to find the Segment Content by its contentId
|
|
29739
|
-
segmentContent = await this.waitForSegmentContent(segmentEl, this.contentId);
|
|
29740
|
-
}
|
|
29741
|
-
catch (error) {
|
|
29742
|
-
// If no associated Segment Content exists, log an error and return
|
|
29743
|
-
console.error('Segment Button: ', error.message);
|
|
29744
|
-
return;
|
|
29745
|
-
}
|
|
29746
|
-
// Ensure the found element is a valid ION-SEGMENT-CONTENT
|
|
29747
|
-
if (segmentContent.tagName !== 'ION-SEGMENT-CONTENT') {
|
|
29748
|
-
console.error(`Segment Button: Element with id="${this.contentId}" is not an <ion-segment-content> element.`);
|
|
29749
|
-
return;
|
|
29750
|
-
}
|
|
29751
29707
|
// Prevent buttons from being disabled when associated with segment content
|
|
29752
|
-
if (this.disabled) {
|
|
29753
|
-
|
|
29708
|
+
if (this.contentId && this.disabled) {
|
|
29709
|
+
printIonWarning(`[ion-segment-button] - Segment buttons cannot be disabled when associated with an <ion-segment-content>.`);
|
|
29754
29710
|
this.disabled = false;
|
|
29755
29711
|
}
|
|
29756
29712
|
}
|
|
@@ -29764,6 +29720,21 @@ class SegmentButton {
|
|
|
29764
29720
|
}
|
|
29765
29721
|
componentWillLoad() {
|
|
29766
29722
|
this.inheritedAttributes = Object.assign({}, inheritAttributes$1(this.el, ['aria-label']));
|
|
29723
|
+
// Return if there is no contentId defined
|
|
29724
|
+
if (!this.contentId)
|
|
29725
|
+
return;
|
|
29726
|
+
// Attempt to find the Segment Content by its contentId
|
|
29727
|
+
const segmentContent = document.getElementById(this.contentId);
|
|
29728
|
+
// If no associated Segment Content exists, log an error and return
|
|
29729
|
+
if (!segmentContent) {
|
|
29730
|
+
printIonError(`[ion-segment-button] - Unable to find Segment Content with id="${this.contentId}".`);
|
|
29731
|
+
return;
|
|
29732
|
+
}
|
|
29733
|
+
// Ensure the found element is a valid ION-SEGMENT-CONTENT
|
|
29734
|
+
if (segmentContent.tagName !== 'ION-SEGMENT-CONTENT') {
|
|
29735
|
+
printIonError(`[ion-segment-button] - Element with id="${this.contentId}" is not an <ion-segment-content> element.`);
|
|
29736
|
+
return;
|
|
29737
|
+
}
|
|
29767
29738
|
}
|
|
29768
29739
|
get hasLabel() {
|
|
29769
29740
|
return !!this.el.querySelector('ion-label');
|
|
@@ -29786,7 +29757,7 @@ class SegmentButton {
|
|
|
29786
29757
|
const { checked, type, disabled, hasIcon, hasLabel, layout, segmentEl } = this;
|
|
29787
29758
|
const mode = getIonMode$1(this);
|
|
29788
29759
|
const hasSegmentColor = () => (segmentEl === null || segmentEl === void 0 ? void 0 : segmentEl.color) !== undefined;
|
|
29789
|
-
return (hAsync(Host, { key: '
|
|
29760
|
+
return (hAsync(Host, { key: 'd79dad80db69123510c6d52bbf4424558600c14a', class: {
|
|
29790
29761
|
[mode]: true,
|
|
29791
29762
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
29792
29763
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
@@ -29802,7 +29773,7 @@ class SegmentButton {
|
|
|
29802
29773
|
'ion-activatable': true,
|
|
29803
29774
|
'ion-activatable-instant': true,
|
|
29804
29775
|
'ion-focusable': true,
|
|
29805
|
-
} }, hAsync("button", Object.assign({ key: '
|
|
29776
|
+
} }, hAsync("button", Object.assign({ key: '781fd7fef443a2fbd404b8a399d1203794759a69', "aria-selected": checked ? 'true' : 'false', role: "tab", ref: (el) => (this.nativeEl = el), type: type, class: "button-native", part: "native", disabled: disabled }, this.inheritedAttributes), hAsync("span", { key: '64df08f60ea17481183f8ad284884b9979eaeb24', class: "button-inner" }, hAsync("slot", { key: '2b7ef328023ab5ccc0adc6f865e5e7121467eeb8' })), mode === 'md' && hAsync("ion-ripple-effect", { key: '1fd5e6179227925a03b6c3b5258bbf4ea99bfef1' })), hAsync("div", { key: 'dbcedad6988b0eadeebe02bdafdedb8eb37af19c', part: "indicator", class: "segment-button-indicator segment-button-indicator-animated" }, hAsync("div", { key: 'f4f1789f66bdfa2de5445bc0d292116a93bad7cc', part: "indicator-background", class: "segment-button-indicator-background" }))));
|
|
29806
29777
|
}
|
|
29807
29778
|
get el() { return getElement(this); }
|
|
29808
29779
|
static get watchers() { return {
|
|
@@ -29830,7 +29801,7 @@ class SegmentButton {
|
|
|
29830
29801
|
}; }
|
|
29831
29802
|
}
|
|
29832
29803
|
|
|
29833
|
-
const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100
|
|
29804
|
+
const segmentContentCss = ":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";
|
|
29834
29805
|
var IonSegmentContentStyle0 = segmentContentCss;
|
|
29835
29806
|
|
|
29836
29807
|
class SegmentContent {
|
|
@@ -29975,10 +29946,10 @@ class SegmentView {
|
|
|
29975
29946
|
}; }
|
|
29976
29947
|
}
|
|
29977
29948
|
|
|
29978
|
-
const selectIosCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0}:host(.select-disabled){pointer-events:none}:host(.
|
|
29949
|
+
const selectIosCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0}:host(.select-disabled){pointer-events:none}:host(.has-focus) button{border:2px solid #5e9ed6}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}button{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;-ms-flex-negative:0;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{-ms-flex:1;flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-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-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .select-placeholder{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{-ms-flex-positive:1;flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.select-bottom{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}:host(.has-focus.ion-valid),:host(.select-expanded.ion-valid),:host(.ion-touched.ion-invalid),:host(.select-expanded.ion-touched.ion-invalid){--border-color:var(--highlight-color)}.select-bottom .error-text{display:none;color:var(--highlight-color-invalid)}.select-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .select-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .select-bottom .helper-text{display:none}.label-text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.select-justify-start) .select-wrapper{-ms-flex-pack:start;justify-content:start}:host(.select-justify-end) .select-wrapper{-ms-flex-pack:end;justify-content:end}:host(.select-label-placement-start) .select-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;-ms-flex-positive:1;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-focus.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){-ms-flex-negative:0;flex-shrink:0}::slotted([slot=start]:last-of-type){-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}::slotted([slot=end]:first-of-type){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--highlight-height:0px}.select-icon{width:1.125rem;height:1.125rem;color:var(--ion-color-step-650, var(--ion-text-color-step-350, #595959))}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 1.125rem - 4px)}:host(.select-disabled){opacity:0.3}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
|
|
29979
29950
|
var IonSelectIosStyle0 = selectIosCss;
|
|
29980
29951
|
|
|
29981
|
-
const selectMdCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0}:host(.select-disabled){pointer-events:none}:host(.ion-focused) button{border:2px solid #5e9ed6}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}button{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;-ms-flex-negative:0;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{-ms-flex:1;flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-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-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .select-placeholder{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{-ms-flex-positive:1;flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.select-bottom{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}:host(.has-focus.ion-valid),:host(.ion-touched.ion-invalid){--border-color:var(--highlight-color)}.select-bottom .error-text{display:none;color:var(--highlight-color-invalid)}.select-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .select-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .select-bottom .helper-text{display:none}.label-text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.select-justify-start) .select-wrapper{-ms-flex-pack:start;justify-content:start}:host(.select-justify-end) .select-wrapper{-ms-flex-pack:end;justify-content:end}:host(.select-label-placement-start) .select-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;-ms-flex-positive:1;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.ion-focused.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){-ms-flex-negative:0;flex-shrink:0}::slotted([slot=start]:last-of-type){-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}::slotted([slot=end]:first-of-type){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.select-fill-solid){--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-solid) .select-wrapper{border-bottom:var(--border-width) var(--border-style) var(--border-color)}:host(.has-focus.select-fill-solid.ion-valid),:host(.select-fill-solid.ion-touched.ion-invalid){--border-color:var(--highlight-color)}:host(.select-fill-solid) .select-bottom{border-top:none}@media (any-hover: hover){:host(.select-fill-solid:hover){--background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-solid.select-expanded),:host(.select-fill-solid.ion-focused){--background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}:host(.select-fill-solid) .select-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}:host(.label-floating.select-fill-solid) .label-text-wrapper{max-width:calc(100% / 0.75)}:host(.select-fill-outline){--border-color:var(--ion-color-step-300, var(--ion-background-color-step-300, #b3b3b3));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-outline.select-shape-round){--border-radius:28px;--padding-start:32px;--padding-end:32px}:host(.has-focus.select-fill-outline.ion-valid),:host(.select-fill-outline.ion-touched.ion-invalid){--border-color:var(--highlight-color)}@media (any-hover: hover){:host(.select-fill-outline:hover){--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-outline.select-expanded),:host(.select-fill-outline.ion-focused){--border-width:var(--highlight-height);--border-color:var(--highlight-color)}:host(.select-fill-outline) .select-bottom{border-top:none}:host(.select-fill-outline) .select-wrapper{border-bottom:none}:host(.select-ltr.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-fill-outline.select-label-placement-floating) .label-text-wrapper{position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .label-text-wrapper{position:relative;z-index:1}:host(.label-floating.select-fill-outline) .label-text-wrapper{-webkit-transform:translateY(-32%) scale(0.75);transform:translateY(-32%) scale(0.75);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;max-width:calc((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}:host(.select-fill-outline.select-label-placement-stacked) select,:host(.select-fill-outline.select-label-placement-floating) select{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}:host(.select-fill-outline) .select-outline-container{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-end{pointer-events:none}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-notch,:host(.select-fill-outline) .select-outline-end{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box}:host(.select-fill-outline) .select-outline-notch{max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .notch-spacer{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none}:host(.select-fill-outline) .select-outline-start{-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-start{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius)}:host(.select-fill-outline) .select-outline-start{width:calc(var(--padding-start) - 4px)}:host(.select-fill-outline) .select-outline-end{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-end{border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px}:host(.select-fill-outline) .select-outline-end{-ms-flex-positive:1;flex-grow:1}:host(.label-floating.select-fill-outline) .select-outline-notch{border-top:none}:host{--border-width:1px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--highlight-height:2px}.select-icon{width:0.8125rem;-webkit-transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);color:var(--ion-color-step-500, var(--ion-text-color-step-500, gray))}:host(.select-label-placement-floating.select-expanded) .label-text-wrapper,:host(.select-label-placement-floating.ion-focused) .label-text-wrapper,:host(.select-label-placement-stacked.select-expanded) .label-text-wrapper,:host(.select-label-placement-stacked.ion-focused) .label-text-wrapper{color:var(--highlight-color)}:host(.has-focus.select-label-placement-floating.ion-valid) .label-text-wrapper,:host(.select-label-placement-floating.ion-touched.ion-invalid) .label-text-wrapper,:host(.has-focus.select-label-placement-stacked.ion-valid) .label-text-wrapper,:host(.select-label-placement-stacked.ion-touched.ion-invalid) .label-text-wrapper{color:var(--highlight-color)}.select-highlight{bottom:-1px;position:absolute;width:100%;height:var(--highlight-height);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms;background:var(--highlight-color)}.select-highlight{inset-inline-start:0}:host(.select-expanded) .select-highlight,:host(.ion-focused) .select-highlight{-webkit-transform:scale(1);transform:scale(1)}:host(.in-item) .select-highlight{bottom:0}:host(.in-item) .select-highlight{inset-inline-start:0}:host(.select-expanded:not(.has-expanded-icon)) .select-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host(.select-expanded) .select-wrapper .select-icon,:host(.has-focus.ion-valid) .select-wrapper .select-icon,:host(.ion-touched.ion-invalid) .select-wrapper .select-icon,:host(.ion-focused) .select-wrapper .select-icon{color:var(--highlight-color)}:host(.select-shape-round){--border-radius:16px}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 0.8125rem - 4px)}:host(.select-disabled){opacity:0.38}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:8px;--padding-end:8px;--padding-top:8px;--padding-bottom:8px;aspect-ratio:1;min-height:40px}";
|
|
29952
|
+
const selectMdCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0}:host(.select-disabled){pointer-events:none}:host(.has-focus) button{border:2px solid #5e9ed6}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}button{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;-ms-flex-negative:0;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{-ms-flex:1;flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-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-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.select-wrapper .select-placeholder{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{-ms-flex-positive:1;flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.select-bottom{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}:host(.has-focus.ion-valid),:host(.select-expanded.ion-valid),:host(.ion-touched.ion-invalid),:host(.select-expanded.ion-touched.ion-invalid){--border-color:var(--highlight-color)}.select-bottom .error-text{display:none;color:var(--highlight-color-invalid)}.select-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .select-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .select-bottom .helper-text{display:none}.label-text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.select-justify-start) .select-wrapper{-ms-flex-pack:start;justify-content:start}:host(.select-justify-end) .select-wrapper{-ms-flex-pack:end;justify-content:end}:host(.select-label-placement-start) .select-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;-ms-flex-positive:1;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-focus.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){-ms-flex-negative:0;flex-shrink:0}::slotted([slot=start]:last-of-type){-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}::slotted([slot=end]:first-of-type){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.select-fill-solid){--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-solid) .select-wrapper{border-bottom:var(--border-width) var(--border-style) var(--border-color)}:host(.select-expanded.select-fill-solid.ion-valid),:host(.has-focus.select-fill-solid.ion-valid),:host(.select-fill-solid.ion-touched.ion-invalid){--border-color:var(--highlight-color)}:host(.select-fill-solid) .select-bottom{border-top:none}@media (any-hover: hover){:host(.select-fill-solid:hover){--background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-solid.select-expanded),:host(.select-fill-solid.has-focus){--background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-color:var(--highlight-color)}:host(.select-fill-solid) .select-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}:host(.label-floating.select-fill-solid) .label-text-wrapper{max-width:calc(100% / 0.75)}:host(.in-item.select-expanded.select-fill-solid) .select-wrapper .select-icon,:host(.in-item.has-focus.select-fill-solid) .select-wrapper .select-icon,:host(.in-item.has-focus.ion-valid.select-fill-solid) .select-wrapper .select-icon,:host(.in-item.ion-touched.ion-invalid.select-fill-solid) .select-wrapper .select-icon{color:var(--highlight-color)}:host(.select-fill-outline){--border-color:var(--ion-color-step-300, var(--ion-background-color-step-300, #b3b3b3));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}:host(.select-fill-outline.select-shape-round){--border-radius:28px;--padding-start:32px;--padding-end:32px}:host(.has-focus.select-fill-outline.ion-valid),:host(.select-fill-outline.ion-touched.ion-invalid){--border-color:var(--highlight-color)}@media (any-hover: hover){:host(.select-fill-outline:hover){--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}:host(.select-fill-outline.select-expanded),:host(.select-fill-outline.has-focus){--border-width:var(--highlight-height);--border-color:var(--highlight-color)}:host(.select-fill-outline) .select-bottom{border-top:none}:host(.select-fill-outline) .select-wrapper{border-bottom:none}:host(.select-ltr.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host(.select-rtl.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-fill-outline.select-label-placement-floating) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}:host(.select-fill-outline.select-label-placement-stacked) .label-text-wrapper,:host(.select-fill-outline.select-label-placement-floating) .label-text-wrapper{position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .label-text-wrapper{position:relative;z-index:1}:host(.label-floating.select-fill-outline) .label-text-wrapper{-webkit-transform:translateY(-32%) scale(0.75);transform:translateY(-32%) scale(0.75);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;max-width:calc((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}:host(.select-fill-outline.select-label-placement-stacked) select,:host(.select-fill-outline.select-label-placement-floating) select{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}:host(.select-fill-outline) .select-outline-container{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-end{pointer-events:none}:host(.select-fill-outline) .select-outline-start,:host(.select-fill-outline) .select-outline-notch,:host(.select-fill-outline) .select-outline-end{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box}:host(.select-fill-outline) .select-outline-notch{max-width:calc(100% - var(--padding-start) - var(--padding-end))}:host(.select-fill-outline) .notch-spacer{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none}:host(.select-fill-outline) .select-outline-start{-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-start{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius)}:host(.select-fill-outline) .select-outline-start{width:calc(var(--padding-start) - 4px)}:host(.select-fill-outline) .select-outline-end{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color)}:host(.select-fill-outline) .select-outline-end{border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px}:host(.select-fill-outline) .select-outline-end{-ms-flex-positive:1;flex-grow:1}:host(.label-floating.select-fill-outline) .select-outline-notch{border-top:none}:host(.in-item.select-expanded.select-fill-outline) .select-wrapper .select-icon,:host(.in-item.has-focus.select-fill-outline) .select-wrapper .select-icon,:host(.in-item.has-focus.ion-valid.select-fill-outline) .select-wrapper .select-icon,:host(.in-item.ion-touched.ion-invalid.select-fill-outline) .select-wrapper .select-icon{color:var(--highlight-color)}:host{--border-width:1px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--highlight-height:2px}:host(.select-label-placement-floating.select-expanded) .label-text-wrapper,:host(.select-label-placement-floating.has-focus) .label-text-wrapper,:host(.select-label-placement-stacked.select-expanded) .label-text-wrapper,:host(.select-label-placement-stacked.has-focus) .label-text-wrapper{color:var(--highlight-color)}:host(.has-focus.select-label-placement-floating.ion-valid) .label-text-wrapper,:host(.select-label-placement-floating.ion-touched.ion-invalid) .label-text-wrapper,:host(.has-focus.select-label-placement-stacked.ion-valid) .label-text-wrapper,:host(.select-label-placement-stacked.ion-touched.ion-invalid) .label-text-wrapper{color:var(--highlight-color)}.select-highlight{bottom:-1px;position:absolute;width:100%;height:var(--highlight-height);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms;background:var(--highlight-color)}.select-highlight{inset-inline-start:0}:host(.select-expanded) .select-highlight,:host(.has-focus) .select-highlight{-webkit-transform:scale(1);transform:scale(1)}:host(.in-item) .select-highlight{bottom:0}:host(.in-item) .select-highlight{inset-inline-start:0}.select-icon{width:0.8125rem;-webkit-transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);color:var(--ion-color-step-500, var(--ion-text-color-step-500, gray))}:host(.select-expanded:not(.has-expanded-icon)) .select-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host(.in-item.select-expanded) .select-wrapper .select-icon,:host(.in-item.has-focus) .select-wrapper .select-icon,:host(.in-item.has-focus.ion-valid) .select-wrapper .select-icon,:host(.in-item.ion-touched.ion-invalid) .select-wrapper .select-icon{color:var(--ion-color-step-500, var(--ion-text-color-step-500, gray))}:host(.select-expanded) .select-wrapper .select-icon,:host(.has-focus.ion-valid) .select-wrapper .select-icon,:host(.ion-touched.ion-invalid) .select-wrapper .select-icon,:host(.has-focus) .select-wrapper .select-icon{color:var(--highlight-color)}:host(.select-shape-round){--border-radius:16px}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 0.8125rem - 4px)}:host(.select-disabled){opacity:0.38}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:8px;--padding-end:8px;--padding-top:8px;--padding-bottom:8px;aspect-ratio:1;min-height:40px}";
|
|
29982
29953
|
var IonSelectMdStyle0 = selectMdCss;
|
|
29983
29954
|
|
|
29984
29955
|
// TODO(FW-2832): types
|
|
@@ -30049,12 +30020,15 @@ class Select {
|
|
|
30049
30020
|
}
|
|
30050
30021
|
};
|
|
30051
30022
|
this.onFocus = () => {
|
|
30023
|
+
this.hasFocus = true;
|
|
30052
30024
|
this.ionFocus.emit();
|
|
30053
30025
|
};
|
|
30054
30026
|
this.onBlur = () => {
|
|
30027
|
+
this.hasFocus = false;
|
|
30055
30028
|
this.ionBlur.emit();
|
|
30056
30029
|
};
|
|
30057
30030
|
this.isExpanded = false;
|
|
30031
|
+
this.hasFocus = false;
|
|
30058
30032
|
this.cancelText = 'Cancel';
|
|
30059
30033
|
this.color = undefined;
|
|
30060
30034
|
this.compareWith = undefined;
|
|
@@ -30214,11 +30188,11 @@ class Select {
|
|
|
30214
30188
|
createOverlay(ev) {
|
|
30215
30189
|
let selectInterface = this.interface;
|
|
30216
30190
|
if (selectInterface === 'action-sheet' && this.multiple) {
|
|
30217
|
-
|
|
30191
|
+
printIonWarning(`[ion-select] - Interface cannot be "${selectInterface}" with a multi-value select. Using the "alert" interface instead.`);
|
|
30218
30192
|
selectInterface = 'alert';
|
|
30219
30193
|
}
|
|
30220
30194
|
if (selectInterface === 'popover' && !ev) {
|
|
30221
|
-
|
|
30195
|
+
printIonWarning(`[ion-select] - Interface cannot be a "${selectInterface}" without passing an event. Using the "alert" interface instead.`);
|
|
30222
30196
|
selectInterface = 'alert';
|
|
30223
30197
|
}
|
|
30224
30198
|
if (selectInterface === 'action-sheet') {
|
|
@@ -30628,7 +30602,7 @@ class Select {
|
|
|
30628
30602
|
return hAsync("div", { class: "select-bottom" }, this.renderHintText());
|
|
30629
30603
|
}
|
|
30630
30604
|
render() {
|
|
30631
|
-
const { disabled, el, isExpanded, expandedIcon, labelPlacement, justify, placeholder, fill, shape, name, value } = this;
|
|
30605
|
+
const { disabled, el, isExpanded, expandedIcon, labelPlacement, justify, placeholder, fill, shape, name, value, hasFocus, } = this;
|
|
30632
30606
|
const mode = getIonMode$1(this);
|
|
30633
30607
|
const hasFloatingOrStackedLabel = labelPlacement === 'floating' || labelPlacement === 'stacked';
|
|
30634
30608
|
const justifyEnabled = !hasFloatingOrStackedLabel && justify !== undefined;
|
|
@@ -30656,7 +30630,7 @@ class Select {
|
|
|
30656
30630
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
30657
30631
|
*/
|
|
30658
30632
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
|
|
30659
|
-
return (hAsync(Host, { key: '
|
|
30633
|
+
return (hAsync(Host, { key: 'e6c0498d6c275f89344f4b5146752a047058ad88', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
30660
30634
|
[mode]: true,
|
|
30661
30635
|
'in-item': inItem,
|
|
30662
30636
|
'in-item-color': hostContext('ion-item.ion-color', el),
|
|
@@ -30666,13 +30640,15 @@ class Select {
|
|
|
30666
30640
|
'has-value': hasValue,
|
|
30667
30641
|
'label-floating': labelShouldFloat,
|
|
30668
30642
|
'has-placeholder': placeholder !== undefined,
|
|
30643
|
+
'has-focus': hasFocus,
|
|
30644
|
+
// TODO(FW-6451): Remove `ion-focusable` class in favor of `has-focus`.
|
|
30669
30645
|
'ion-focusable': true,
|
|
30670
30646
|
[`select-${rtl}`]: true,
|
|
30671
30647
|
[`select-fill-${fill}`]: fill !== undefined,
|
|
30672
30648
|
[`select-justify-${justify}`]: justifyEnabled,
|
|
30673
30649
|
[`select-shape-${shape}`]: shape !== undefined,
|
|
30674
30650
|
[`select-label-placement-${labelPlacement}`]: true,
|
|
30675
|
-
}) }, hAsync("label", { key: '
|
|
30651
|
+
}) }, hAsync("label", { key: 'f030b6bd329f8014c7227f5e5f1aeb7efa0e641a', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), hAsync("div", { key: '7480e1b40d09e53a2942295d6c9dae474c9de810', class: "select-wrapper-inner" }, hAsync("slot", { key: '250fd2ff08b3e6ed04c7062455a044863481fe1c', name: "start" }), hAsync("div", { key: '11b73ad5b7decfe2d307f9d54293c21c0df3ddb8', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: 'ddedafc89061372567bd46354ef972f08c60e19d', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: '792ce27aea18a0020c17dceb0f0e293171ded3a3', class: "select-highlight" })), this.renderBottomContent()));
|
|
30676
30652
|
}
|
|
30677
30653
|
get el() { return getElement(this); }
|
|
30678
30654
|
static get watchers() { return {
|
|
@@ -30712,6 +30688,7 @@ class Select {
|
|
|
30712
30688
|
"value": [1032],
|
|
30713
30689
|
"required": [4],
|
|
30714
30690
|
"isExpanded": [32],
|
|
30691
|
+
"hasFocus": [32],
|
|
30715
30692
|
"open": [64]
|
|
30716
30693
|
},
|
|
30717
30694
|
"$listeners$": undefined,
|
|
@@ -31193,12 +31170,12 @@ class SplitPane {
|
|
|
31193
31170
|
}
|
|
31194
31171
|
render() {
|
|
31195
31172
|
const mode = getIonMode$1(this);
|
|
31196
|
-
return (hAsync(Host, { key: '
|
|
31173
|
+
return (hAsync(Host, { key: '098801b5a318e2fc6913fb0d9079b1552927b99b', class: {
|
|
31197
31174
|
[mode]: true,
|
|
31198
31175
|
// Used internally for styling
|
|
31199
31176
|
[`split-pane-${mode}`]: true,
|
|
31200
31177
|
'split-pane-visible': this.visible,
|
|
31201
|
-
} }, hAsync("slot", { key: '
|
|
31178
|
+
} }, hAsync("slot", { key: '8cbc6a942ecba54fc3c62027d46917db067b65c8' })));
|
|
31202
31179
|
}
|
|
31203
31180
|
get el() { return getElement(this); }
|
|
31204
31181
|
static get watchers() { return {
|
|
@@ -31260,17 +31237,17 @@ class Tab {
|
|
|
31260
31237
|
return attachComponent(this.delegate, this.el, this.component, ['ion-page']);
|
|
31261
31238
|
}
|
|
31262
31239
|
catch (e) {
|
|
31263
|
-
|
|
31240
|
+
printIonError('[ion-tab] - Exception in prepareLazyLoaded:', e);
|
|
31264
31241
|
}
|
|
31265
31242
|
}
|
|
31266
31243
|
return Promise.resolve(undefined);
|
|
31267
31244
|
}
|
|
31268
31245
|
render() {
|
|
31269
31246
|
const { tab, active, component } = this;
|
|
31270
|
-
return (hAsync(Host, { key: '
|
|
31247
|
+
return (hAsync(Host, { key: 'c36c113e74e12b58459df9e3b546ad4856187e90', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
|
|
31271
31248
|
'ion-page': component === undefined,
|
|
31272
31249
|
'tab-hidden': !active,
|
|
31273
|
-
} }, hAsync("slot", { key: '
|
|
31250
|
+
} }, hAsync("slot", { key: '0d7821dac70ba7a12edfb3331988f3df1566cc1a' })));
|
|
31274
31251
|
}
|
|
31275
31252
|
get el() { return getElement(this); }
|
|
31276
31253
|
static get watchers() { return {
|
|
@@ -31638,7 +31615,7 @@ class Tabs {
|
|
|
31638
31615
|
return Array.from(this.el.querySelectorAll('ion-tab'));
|
|
31639
31616
|
}
|
|
31640
31617
|
render() {
|
|
31641
|
-
return (hAsync(Host, { key: '
|
|
31618
|
+
return (hAsync(Host, { key: '20b97196d78c1b3f3faf31618a8a2347e087f06b', onIonTabButtonClick: this.onTabClicked }, hAsync("slot", { key: 'b0823fbae6e47743cfd12c376b365ad7e32cec7c', name: "top" }), hAsync("div", { key: 'eaffd7e4d69ab9489a387e3bbb36e3bab72203a0', class: "tabs-inner" }, hAsync("slot", { key: '20bb66a2937e3ec473aa59c4075ce581b5411677' })), hAsync("slot", { key: '1529dd361f050f52074f51c73b3982ba827dc3a5', name: "bottom" })));
|
|
31642
31619
|
}
|
|
31643
31620
|
get el() { return getElement(this); }
|
|
31644
31621
|
static get style() { return IonTabsStyle0; }
|
|
@@ -31662,7 +31639,7 @@ class Tabs {
|
|
|
31662
31639
|
const getTab = (tabs, tab) => {
|
|
31663
31640
|
const tabEl = typeof tab === 'string' ? tabs.find((t) => t.tab === tab) : tab;
|
|
31664
31641
|
if (!tabEl) {
|
|
31665
|
-
|
|
31642
|
+
printIonError(`[ion-tabs] - Tab with id: "${tabEl}" does not exist`);
|
|
31666
31643
|
}
|
|
31667
31644
|
return tabEl;
|
|
31668
31645
|
};
|
|
@@ -32074,7 +32051,7 @@ class Textarea {
|
|
|
32074
32051
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
32075
32052
|
*/
|
|
32076
32053
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
32077
|
-
return (hAsync(Host, { key: '
|
|
32054
|
+
return (hAsync(Host, { key: '016dd354c8a4cd62646d4a85dbcfa2eacb870d69', class: createColorClasses$1(this.color, {
|
|
32078
32055
|
[mode]: true,
|
|
32079
32056
|
'has-value': hasValue,
|
|
32080
32057
|
'has-focus': hasFocus,
|
|
@@ -32083,7 +32060,7 @@ class Textarea {
|
|
|
32083
32060
|
[`textarea-shape-${shape}`]: shape !== undefined,
|
|
32084
32061
|
[`textarea-label-placement-${labelPlacement}`]: true,
|
|
32085
32062
|
'textarea-disabled': disabled,
|
|
32086
|
-
}) }, hAsync("label", { key: '
|
|
32063
|
+
}) }, hAsync("label", { key: '7e98f3fc05f678e8567d9977aa7e622ddb90d394', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), hAsync("div", { key: '7af77dad961ca9f80bbc6be8cd834989542ae27d', class: "textarea-wrapper-inner" }, hAsync("div", { key: 'e311cda4bb52e93ce7775f40b62a0a62a847794b', class: "start-slot-wrapper" }, hAsync("slot", { key: '81248b4cedce3876c1da9da03d36e3bee8442738', name: "start" })), hAsync("div", { key: 'f68ba6e2bb3df4971ecbebbcb316f31ee10f9e75', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, hAsync("textarea", Object.assign({ key: '2e896ef782d08b56454a1656301b8ce54564c8b3', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), hAsync("div", { key: '7eff97dabd340641a666a388fc590caa88128046', class: "end-slot-wrapper" }, hAsync("slot", { key: 'e8f7e6bd5a33afae6add6d920954cca7a3c0612b', name: "end" }))), shouldRenderHighlight && hAsync("div", { key: '4c825874e6ed910e3aa36b16fa1d2927b7f006b1', class: "textarea-highlight" })), this.renderBottomContent()));
|
|
32087
32064
|
}
|
|
32088
32065
|
get el() { return getElement(this); }
|
|
32089
32066
|
static get watchers() { return {
|
|
@@ -32231,7 +32208,7 @@ function getAnimationPosition(position, positionAnchor, mode, toast) {
|
|
|
32231
32208
|
*/
|
|
32232
32209
|
function warnIfAnchorIsHidden(positionAnchor, toast) {
|
|
32233
32210
|
if (positionAnchor.offsetParent === null) {
|
|
32234
|
-
printIonWarning('The positionAnchor element for ion-toast was found in the DOM, but appears to be hidden. This may lead to unexpected positioning of the toast.', toast);
|
|
32211
|
+
printIonWarning('[ion-toast] - The positionAnchor element for ion-toast was found in the DOM, but appears to be hidden. This may lead to unexpected positioning of the toast.', toast);
|
|
32235
32212
|
}
|
|
32236
32213
|
}
|
|
32237
32214
|
/**
|
|
@@ -32882,7 +32859,7 @@ class Toast {
|
|
|
32882
32859
|
return;
|
|
32883
32860
|
}
|
|
32884
32861
|
if (position === 'middle' && positionAnchor !== undefined) {
|
|
32885
|
-
printIonWarning('The positionAnchor property is ignored when using position="middle".', this.el);
|
|
32862
|
+
printIonWarning('[ion-toast] - The positionAnchor property is ignored when using position="middle".', this.el);
|
|
32886
32863
|
return undefined;
|
|
32887
32864
|
}
|
|
32888
32865
|
if (typeof positionAnchor === 'string') {
|
|
@@ -32894,7 +32871,7 @@ class Toast {
|
|
|
32894
32871
|
*/
|
|
32895
32872
|
const foundEl = document.getElementById(positionAnchor);
|
|
32896
32873
|
if (foundEl === null) {
|
|
32897
|
-
printIonWarning(`An anchor element with an ID of "${positionAnchor}" was not found in the DOM.`, el);
|
|
32874
|
+
printIonWarning(`[ion-toast] - An anchor element with an ID of "${positionAnchor}" was not found in the DOM.`, el);
|
|
32898
32875
|
return undefined;
|
|
32899
32876
|
}
|
|
32900
32877
|
return foundEl;
|
|
@@ -32902,7 +32879,7 @@ class Toast {
|
|
|
32902
32879
|
if (positionAnchor instanceof HTMLElement) {
|
|
32903
32880
|
return positionAnchor;
|
|
32904
32881
|
}
|
|
32905
|
-
printIonWarning('Invalid positionAnchor value:', positionAnchor, el);
|
|
32882
|
+
printIonWarning('[ion-toast] - Invalid positionAnchor value:', positionAnchor, el);
|
|
32906
32883
|
return undefined;
|
|
32907
32884
|
}
|
|
32908
32885
|
async buttonClick(button) {
|
|
@@ -32928,7 +32905,7 @@ class Toast {
|
|
|
32928
32905
|
}
|
|
32929
32906
|
}
|
|
32930
32907
|
catch (e) {
|
|
32931
|
-
|
|
32908
|
+
printIonError('[ion-toast] - Exception in callButtonHandler:', e);
|
|
32932
32909
|
}
|
|
32933
32910
|
}
|
|
32934
32911
|
return true;
|
|
@@ -32980,11 +32957,11 @@ class Toast {
|
|
|
32980
32957
|
* used with one type of button.
|
|
32981
32958
|
*/
|
|
32982
32959
|
if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
|
|
32983
|
-
printIonWarning('This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
|
|
32960
|
+
printIonWarning('[ion-toast] - This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
|
|
32984
32961
|
}
|
|
32985
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
32962
|
+
return (hAsync(Host, Object.assign({ key: 'a2216d860255c99337464370dcb12f6125871a50', tabindex: "-1" }, this.htmlAttributes, { style: {
|
|
32986
32963
|
zIndex: `${60000 + this.overlayIndex}`,
|
|
32987
|
-
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '
|
|
32964
|
+
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: 'd5adf8bc4c6c52431600033a76c4795689f9b412', class: wrapperClass }, hAsync("div", { key: 'ab694497ae37ceba123217eb48800129b9bebb84', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (hAsync("ion-icon", { key: '224854fa3989ce0eb69416cb5b0cc55fc9f131ea', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), hAsync("div", { key: 'c8e11fb5bdac202987f5c8613a0ebbd42bda946e', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
|
|
32988
32965
|
}
|
|
32989
32966
|
get el() { return getElement(this); }
|
|
32990
32967
|
static get watchers() { return {
|
|
@@ -33046,10 +33023,10 @@ const buttonPart = (button) => {
|
|
|
33046
33023
|
return isCancel(button.role) ? 'button cancel' : 'button';
|
|
33047
33024
|
};
|
|
33048
33025
|
|
|
33049
|
-
const toggleIosCss = ":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;
|
|
33026
|
+
const toggleIosCss = ":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-focused) input{border:2px solid #5e9ed6}:host(.toggle-disabled){pointer-events:none}input{display:none}.toggle-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.toggle-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.toggle-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.toggle-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.toggle-label-placement-stacked) .toggle-bottom{font-size:1rem}.toggle-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.toggle-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .toggle-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .toggle-bottom .helper-text{display:none}:host(.toggle-label-placement-start) .toggle-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.toggle-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-end) .toggle-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:start;justify-content:start}:host(.toggle-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.toggle-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.toggle-label-placement-stacked) .toggle-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:center}:host(.toggle-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host(.toggle-justify-space-between) .toggle-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.toggle-justify-start) .toggle-wrapper{-ms-flex-pack:start;justify-content:start}:host(.toggle-justify-end) .toggle-wrapper{-ms-flex-pack:end;justify-content:end}:host(.toggle-alignment-start) .toggle-wrapper{-ms-flex-align:start;align-items:start}:host(.toggle-alignment-center) .toggle-wrapper{-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between),:host(.toggle-justify-start),:host(.toggle-justify-end),:host(.toggle-alignment-start),:host(.toggle-alignment-center){display:block}.toggle-icon-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:var(--handle-transition);transition:var(--handle-transition);will-change:transform}.toggle-icon{border-radius:var(--border-radius);display:block;position:relative;width:100%;height:100%;background:var(--track-background);overflow:inherit}:host(.toggle-checked) .toggle-icon{background:var(--track-background-checked)}.toggle-inner{border-radius:var(--handle-border-radius);position:absolute;left:var(--handle-spacing);width:var(--handle-width);height:var(--handle-height);max-height:var(--handle-max-height);-webkit-transition:var(--handle-transition);transition:var(--handle-transition);background:var(--handle-background);-webkit-box-shadow:var(--handle-box-shadow);box-shadow:var(--handle-box-shadow);contain:strict}:host(.toggle-ltr) .toggle-inner{left:var(--handle-spacing)}:host(.toggle-rtl) .toggle-inner{right:var(--handle-spacing)}:host(.toggle-ltr.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width)), 0, 0);transform:translate3d(calc(100% - var(--handle-width)), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width)), 0, 0);transform:translate3d(calc(-100% + var(--handle-width)), 0, 0)}:host(.toggle-checked) .toggle-inner{background:var(--handle-background-checked)}:host(.toggle-ltr.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0)}:host{--track-background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.088);--track-background-checked:var(--ion-color-primary, #0054e9);--border-radius:15.5px;--handle-background:#ffffff;--handle-background-checked:#ffffff;--handle-border-radius:25.5px;--handle-box-shadow:0 3px 4px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.06);--handle-height:calc(31px - (2px * 2));--handle-max-height:calc(100% - var(--handle-spacing) * 2);--handle-width:calc(31px - (2px * 2));--handle-spacing:2px;--handle-transition:transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms}.native-wrapper .toggle-icon{width:51px;height:31px;overflow:hidden}:host(.ion-color.toggle-checked) .toggle-icon{background:var(--ion-color-base)}:host(.toggle-activated) .toggle-switch-icon{opacity:0}.toggle-icon{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:background-color 300ms;transition:background-color 300ms}.toggle-inner{will-change:transform}.toggle-switch-icon{position:absolute;top:50%;width:11px;height:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity 300ms, color 300ms;transition:opacity 300ms, color 300ms}.toggle-switch-icon{position:absolute;color:var(--ion-color-dark, #222428)}:host(.toggle-ltr) .toggle-switch-icon{right:6px}:host(.toggle-rtl) .toggle-switch-icon{right:initial;left:6px;}:host(.toggle-checked) .toggle-switch-icon.toggle-switch-icon-checked{color:var(--ion-color-contrast, #fff)}:host(.toggle-checked) .toggle-switch-icon:not(.toggle-switch-icon-checked){opacity:0}.toggle-switch-icon-checked{position:absolute;width:15px;height:15px;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}:host(.toggle-ltr) .toggle-switch-icon-checked{right:initial;left:4px;}:host(.toggle-rtl) .toggle-switch-icon-checked{right:4px}:host(.toggle-activated) .toggle-icon::before,:host(.toggle-checked) .toggle-icon::before{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}:host(.toggle-activated.toggle-checked) .toggle-inner::before{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}:host(.toggle-activated) .toggle-inner{width:calc(var(--handle-width) + 6px)}:host(.toggle-ltr.toggle-activated.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width) - 6px), 0, 0);transform:translate3d(calc(100% - var(--handle-width) - 6px), 0, 0)}:host(.toggle-rtl.toggle-activated.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width) + 6px), 0, 0);transform:translate3d(calc(-100% + var(--handle-width) + 6px), 0, 0)}:host(.toggle-disabled){opacity:0.3}";
|
|
33050
33027
|
var IonToggleIosStyle0 = toggleIosCss;
|
|
33051
33028
|
|
|
33052
|
-
const toggleMdCss = ":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;
|
|
33029
|
+
const toggleMdCss = ":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-focused) input{border:2px solid #5e9ed6}:host(.toggle-disabled){pointer-events:none}input{display:none}.toggle-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.toggle-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.toggle-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.toggle-bottom{padding-top:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:0.75rem;white-space:normal}:host(.toggle-label-placement-stacked) .toggle-bottom{font-size:1rem}.toggle-bottom .error-text{display:none;color:var(--ion-color-danger, #c5000f)}.toggle-bottom .helper-text{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}:host(.ion-touched.ion-invalid) .toggle-bottom .error-text{display:block}:host(.ion-touched.ion-invalid) .toggle-bottom .helper-text{display:none}:host(.toggle-label-placement-start) .toggle-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.toggle-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-end) .toggle-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:start;justify-content:start}:host(.toggle-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.toggle-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.toggle-label-placement-stacked) .toggle-wrapper{-ms-flex-direction:column;flex-direction:column;text-align:center}:host(.toggle-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}:host(.toggle-justify-space-between) .toggle-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.toggle-justify-start) .toggle-wrapper{-ms-flex-pack:start;justify-content:start}:host(.toggle-justify-end) .toggle-wrapper{-ms-flex-pack:end;justify-content:end}:host(.toggle-alignment-start) .toggle-wrapper{-ms-flex-align:start;align-items:start}:host(.toggle-alignment-center) .toggle-wrapper{-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between),:host(.toggle-justify-start),:host(.toggle-justify-end),:host(.toggle-alignment-start),:host(.toggle-alignment-center){display:block}.toggle-icon-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:var(--handle-transition);transition:var(--handle-transition);will-change:transform}.toggle-icon{border-radius:var(--border-radius);display:block;position:relative;width:100%;height:100%;background:var(--track-background);overflow:inherit}:host(.toggle-checked) .toggle-icon{background:var(--track-background-checked)}.toggle-inner{border-radius:var(--handle-border-radius);position:absolute;left:var(--handle-spacing);width:var(--handle-width);height:var(--handle-height);max-height:var(--handle-max-height);-webkit-transition:var(--handle-transition);transition:var(--handle-transition);background:var(--handle-background);-webkit-box-shadow:var(--handle-box-shadow);box-shadow:var(--handle-box-shadow);contain:strict}:host(.toggle-ltr) .toggle-inner{left:var(--handle-spacing)}:host(.toggle-rtl) .toggle-inner{right:var(--handle-spacing)}:host(.toggle-ltr.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width)), 0, 0);transform:translate3d(calc(100% - var(--handle-width)), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width)), 0, 0);transform:translate3d(calc(-100% + var(--handle-width)), 0, 0)}:host(.toggle-checked) .toggle-inner{background:var(--handle-background-checked)}:host(.toggle-ltr.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0)}:host{--track-background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.39);--track-background-checked:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.5);--border-radius:14px;--handle-background:#ffffff;--handle-background-checked:var(--ion-color-primary, #0054e9);--handle-border-radius:50%;--handle-box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);--handle-width:20px;--handle-height:20px;--handle-max-height:calc(100% + 6px);--handle-spacing:0;--handle-transition:transform 160ms cubic-bezier(0.4, 0, 0.2, 1), background-color 160ms cubic-bezier(0.4, 0, 0.2, 1)}.native-wrapper .toggle-icon{width:36px;height:14px}:host(.ion-color.toggle-checked) .toggle-icon{background:rgba(var(--ion-color-base-rgb), 0.5)}:host(.ion-color.toggle-checked) .toggle-inner{background:var(--ion-color-base)}:host(.toggle-checked) .toggle-inner{color:var(--ion-color-contrast, #fff)}.toggle-icon{-webkit-transition:background-color 160ms;transition:background-color 160ms}.toggle-inner{will-change:background-color, transform;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#000}.toggle-inner .toggle-switch-icon{-webkit-padding-start:1px;padding-inline-start:1px;-webkit-padding-end:1px;padding-inline-end:1px;padding-top:1px;padding-bottom:1px;width:100%;height:100%}:host(.toggle-disabled){opacity:0.38}";
|
|
33053
33030
|
var IonToggleMdStyle0 = toggleMdCss;
|
|
33054
33031
|
|
|
33055
33032
|
/**
|
|
@@ -33071,6 +33048,7 @@ class Toggle {
|
|
|
33071
33048
|
this.ionFocus = createEvent(this, "ionFocus", 7);
|
|
33072
33049
|
this.ionBlur = createEvent(this, "ionBlur", 7);
|
|
33073
33050
|
this.inputId = `ion-tg-${toggleIds++}`;
|
|
33051
|
+
this.inputLabelId = `${this.inputId}-lbl`;
|
|
33074
33052
|
this.helperTextId = `${this.inputId}-helper-text`;
|
|
33075
33053
|
this.errorTextId = `${this.inputId}-error-text`;
|
|
33076
33054
|
this.lastDrag = 0;
|
|
@@ -33092,6 +33070,14 @@ class Toggle {
|
|
|
33092
33070
|
this.disabledChanged();
|
|
33093
33071
|
}
|
|
33094
33072
|
};
|
|
33073
|
+
this.onKeyDown = (ev) => {
|
|
33074
|
+
if (ev.key === ' ') {
|
|
33075
|
+
ev.preventDefault();
|
|
33076
|
+
if (!this.disabled) {
|
|
33077
|
+
this.toggleChecked();
|
|
33078
|
+
}
|
|
33079
|
+
}
|
|
33080
|
+
};
|
|
33095
33081
|
this.onClick = (ev) => {
|
|
33096
33082
|
if (this.disabled) {
|
|
33097
33083
|
return;
|
|
@@ -33234,12 +33220,12 @@ class Toggle {
|
|
|
33234
33220
|
return (hAsync("div", { class: "toggle-bottom" }, hAsync("div", { id: helperTextId, class: "helper-text", part: "supporting-text helper-text" }, helperText), hAsync("div", { id: errorTextId, class: "error-text", part: "supporting-text error-text" }, errorText)));
|
|
33235
33221
|
}
|
|
33236
33222
|
render() {
|
|
33237
|
-
const { activated,
|
|
33223
|
+
const { activated, alignment, checked, color, disabled, el, errorTextId, hasLabel, inheritedAttributes, inputId, inputLabelId, justify, labelPlacement, name, required, } = this;
|
|
33238
33224
|
const mode = getIonMode$1(this);
|
|
33239
33225
|
const value = this.getValue();
|
|
33240
33226
|
const rtl = isRTL$1(el) ? 'rtl' : 'ltr';
|
|
33241
33227
|
renderHiddenInput(true, el, name, checked ? value : '', disabled);
|
|
33242
|
-
return (hAsync(Host, { key: '
|
|
33228
|
+
return (hAsync(Host, { key: '63c67d52dc47661c5758049f6278e873ab867a22', role: "switch", "aria-checked": `${checked}`, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === errorTextId, onClick: this.onClick, "aria-labelledby": hasLabel ? inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, class: createColorClasses$1(color, {
|
|
33243
33229
|
[mode]: true,
|
|
33244
33230
|
'in-item': hostContext('ion-item', el),
|
|
33245
33231
|
'toggle-activated': activated,
|
|
@@ -33249,10 +33235,10 @@ class Toggle {
|
|
|
33249
33235
|
[`toggle-alignment-${alignment}`]: alignment !== undefined,
|
|
33250
33236
|
[`toggle-label-placement-${labelPlacement}`]: true,
|
|
33251
33237
|
[`toggle-${rtl}`]: true,
|
|
33252
|
-
}) }, hAsync("label", { key: '
|
|
33238
|
+
}) }, hAsync("label", { key: '723cfac071ee5ec5c75984fc64762209452e9eea', class: "toggle-wrapper", htmlFor: inputId }, hAsync("input", Object.assign({ key: '8fa79f49348afbce5e083d454b751f7f9cc04d3f', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, inheritedAttributes)), hAsync("div", { key: '00a4415539ef677be9f6981afddcec61f7fe9487', class: {
|
|
33253
33239
|
'label-text-wrapper': true,
|
|
33254
|
-
'label-text-wrapper-hidden': !
|
|
33255
|
-
}, part: "label" }, hAsync("slot", { key: '
|
|
33240
|
+
'label-text-wrapper-hidden': !hasLabel,
|
|
33241
|
+
}, part: "label", id: inputLabelId }, hAsync("slot", { key: '7ce338bd5116337c9ea90805fdee7285ef7c5811' }), this.renderHintText()), hAsync("div", { key: 'ecb5dfd2c7b534e357cba272dd4f189728555b3a', class: "native-wrapper" }, this.renderToggleControl()))));
|
|
33256
33242
|
}
|
|
33257
33243
|
get el() { return getElement(this); }
|
|
33258
33244
|
static get watchers() { return {
|