voyager-ionic-core 8.7.11 → 8.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +186 -5
- package/components/button.js +6 -4
- package/components/content.js +13 -3
- package/components/header.js +1 -1
- package/components/ion-accordion.js +1 -1
- package/components/ion-fab-button.js +1 -1
- package/components/ion-input-password-toggle.js +2 -2
- package/components/ion-select.js +8 -3
- package/components/item.js +1 -1
- package/components/modal.js +97 -5
- package/components/overlays.js +14 -6
- package/components/popover.js +36 -2
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +184 -5
- package/dist/cjs/ion-alert.cjs.entry.js +1 -1
- package/dist/cjs/ion-app_8.cjs.entry.js +13 -4
- package/dist/cjs/ion-button_2.cjs.entry.js +4 -3
- package/dist/cjs/ion-datetime_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
- package/dist/cjs/ion-loading.cjs.entry.js +1 -1
- package/dist/cjs/ion-menu_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-modal.cjs.entry.js +97 -6
- package/dist/cjs/ion-popover.cjs.entry.js +37 -3
- package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
- package/dist/cjs/ion-select_3.cjs.entry.js +9 -4
- package/dist/cjs/ion-toast.cjs.entry.js +1 -1
- package/dist/cjs/ionic.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{overlays-DxIZwUXI.js → overlays-B2b-TTbl.js} +14 -6
- package/dist/collection/components/accordion/accordion.js +3 -3
- package/dist/collection/components/action-sheet/action-sheet.js +199 -4
- package/dist/collection/components/button/button.js +5 -2
- package/dist/collection/components/content/content.js +32 -3
- package/dist/collection/components/fab-button/fab-button.js +3 -3
- package/dist/collection/components/header/header.md.css +1 -1
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +2 -2
- package/dist/collection/components/item/item.js +3 -3
- package/dist/collection/components/modal/modal.js +97 -5
- package/dist/collection/components/popover/popover.js +36 -2
- package/dist/collection/components/select/select.js +8 -3
- package/dist/collection/utils/overlays.js +14 -6
- package/dist/docs.json +26 -20
- package/dist/esm/index.js +1 -1
- package/dist/esm/ion-action-sheet.entry.js +184 -5
- package/dist/esm/ion-alert.entry.js +1 -1
- package/dist/esm/ion-app_8.entry.js +13 -4
- package/dist/esm/ion-button_2.entry.js +4 -3
- package/dist/esm/ion-datetime_3.entry.js +1 -1
- package/dist/esm/ion-input-password-toggle.entry.js +2 -2
- package/dist/esm/ion-loading.entry.js +1 -1
- package/dist/esm/ion-menu_3.entry.js +1 -1
- package/dist/esm/ion-modal.entry.js +97 -6
- package/dist/esm/ion-popover.entry.js +37 -3
- package/dist/esm/ion-select-modal.entry.js +1 -1
- package/dist/esm/ion-select_3.entry.js +9 -4
- package/dist/esm/ion-toast.entry.js +1 -1
- package/dist/esm/ionic.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{overlays-BymNv-BL.js → overlays-D5YkFThA.js} +14 -6
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/{p-0b80d700.entry.js → p-02d76786.entry.js} +1 -1
- package/dist/ionic/p-11aa58d6.entry.js +4 -0
- package/dist/ionic/p-2072e209.entry.js +4 -0
- package/dist/ionic/p-34642fa1.entry.js +4 -0
- package/dist/ionic/{p-7da39a4d.entry.js → p-35696017.entry.js} +1 -1
- package/dist/ionic/p-6e4c7b5b.entry.js +4 -0
- package/dist/ionic/p-7babec72.entry.js +4 -0
- package/dist/ionic/p-DdR6rpbR.js +4 -0
- package/dist/ionic/{p-15193d01.entry.js → p-b3d44509.entry.js} +1 -1
- package/dist/ionic/{p-cb93126d.entry.js → p-c19af093.entry.js} +1 -1
- package/dist/ionic/{p-83be404e.entry.js → p-db82892c.entry.js} +1 -1
- package/dist/ionic/{p-98fc09eb.entry.js → p-dd1aef77.entry.js} +1 -1
- package/dist/ionic/p-eb024a5b.entry.js +4 -0
- package/dist/ionic/p-f9061316.entry.js +4 -0
- package/dist/ionic/svg/document-sharp.svg +1 -0
- package/dist/ionic/svg/document-text-outline.svg +1 -0
- package/dist/ionic/svg/document-text-sharp.svg +1 -0
- package/dist/ionic/svg/document-text.svg +1 -0
- package/dist/ionic/svg/document.svg +1 -0
- package/dist/ionic/svg/documents-outline.svg +1 -0
- package/dist/ionic/svg/documents-sharp.svg +1 -0
- package/dist/ionic/svg/documents.svg +1 -0
- package/dist/ionic/svg/download-outline.svg +1 -0
- package/dist/ionic/svg/download-sharp.svg +1 -0
- package/dist/ionic/svg/download.svg +1 -0
- package/dist/ionic/svg/duplicate-outline.svg +1 -0
- package/dist/ionic/svg/duplicate-sharp.svg +1 -0
- package/dist/ionic/svg/duplicate.svg +1 -0
- package/dist/ionic/svg/ear-outline.svg +1 -0
- package/dist/ionic/svg/ear-sharp.svg +1 -0
- package/dist/ionic/svg/ear.svg +1 -0
- package/dist/ionic/svg/earth-outline.svg +1 -0
- package/dist/ionic/svg/earth-sharp.svg +1 -0
- package/dist/ionic/svg/earth.svg +1 -0
- package/dist/ionic/svg/easel-outline.svg +1 -0
- package/dist/ionic/svg/easel-sharp.svg +1 -0
- package/dist/ionic/svg/easel.svg +1 -0
- package/dist/ionic/svg/egg-outline.svg +1 -0
- package/dist/ionic/svg/egg-sharp.svg +1 -0
- package/dist/ionic/svg/egg.svg +1 -0
- package/dist/ionic/svg/ellipse-outline.svg +1 -0
- package/dist/ionic/svg/ellipse-sharp.svg +1 -0
- package/dist/ionic/svg/ellipse.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -0
- package/dist/ionic/svg/ellipsis-horizontal.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -0
- package/dist/ionic/svg/ellipsis-vertical.svg +1 -0
- package/dist/ionic/svg/enter-outline.svg +1 -0
- package/dist/ionic/svg/enter-sharp.svg +1 -0
- package/dist/ionic/svg/enter.svg +1 -0
- package/dist/ionic/svg/exit-outline.svg +1 -0
- package/dist/ionic/svg/exit-sharp.svg +1 -0
- package/dist/ionic/svg/exit.svg +1 -0
- package/dist/ionic/svg/expand-outline.svg +1 -0
- package/dist/ionic/svg/expand-sharp.svg +1 -0
- package/dist/ionic/svg/expand.svg +1 -0
- package/dist/ionic/svg/extension-puzzle-outline.svg +1 -0
- package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -0
- package/dist/ionic/svg/extension-puzzle.svg +1 -0
- package/dist/ionic/svg/eye-off-outline.svg +1 -0
- package/dist/ionic/svg/eye-off-sharp.svg +1 -0
- package/dist/ionic/svg/eye-off.svg +1 -0
- package/dist/ionic/svg/eye-outline.svg +1 -0
- package/dist/ionic/svg/eye-sharp.svg +1 -0
- package/dist/ionic/svg/eye.svg +1 -0
- package/dist/ionic/svg/eyedrop-outline.svg +1 -0
- package/dist/ionic/svg/eyedrop-sharp.svg +1 -0
- package/dist/ionic/svg/eyedrop.svg +1 -0
- package/dist/ionic/svg/fast-food-outline.svg +1 -0
- package/dist/ionic/svg/fast-food-sharp.svg +1 -0
- package/dist/ionic/svg/fast-food.svg +1 -0
- package/dist/ionic/svg/female-outline.svg +1 -0
- package/dist/ionic/svg/female-sharp.svg +1 -0
- package/dist/ionic/svg/female.svg +1 -0
- package/dist/ionic/svg/file-tray-full-outline.svg +1 -0
- package/dist/ionic/svg/file-tray-full-sharp.svg +1 -0
- package/dist/ionic/svg/file-tray-full.svg +1 -0
- package/dist/ionic/svg/file-tray-outline.svg +1 -0
- package/dist/ionic/svg/file-tray-sharp.svg +1 -0
- package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -0
- package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -0
- package/dist/ionic/svg/file-tray-stacked.svg +1 -0
- package/dist/ionic/svg/file-tray.svg +1 -0
- package/dist/ionic/svg/film-outline.svg +1 -0
- package/dist/ionic/svg/film-sharp.svg +1 -0
- package/dist/ionic/svg/film.svg +1 -0
- package/dist/ionic/svg/filter-circle-outline.svg +1 -0
- package/dist/ionic/svg/filter-circle-sharp.svg +1 -0
- package/dist/ionic/svg/filter-circle.svg +1 -0
- package/dist/ionic/svg/filter-outline.svg +1 -0
- package/dist/ionic/svg/filter-sharp.svg +1 -0
- package/dist/ionic/svg/filter.svg +1 -0
- package/dist/ionic/svg/finger-print-outline.svg +1 -0
- package/dist/ionic/svg/finger-print-sharp.svg +1 -0
- package/dist/ionic/svg/finger-print.svg +1 -0
- package/dist/ionic/svg/fish-outline.svg +1 -0
- package/dist/ionic/svg/fish-sharp.svg +1 -0
- package/dist/ionic/svg/fish.svg +1 -0
- package/dist/ionic/svg/fitness-outline.svg +1 -0
- package/dist/ionic/svg/fitness-sharp.svg +1 -0
- package/dist/ionic/svg/fitness.svg +1 -0
- package/dist/ionic/svg/flag-outline.svg +1 -0
- package/dist/ionic/svg/flag-sharp.svg +1 -0
- package/dist/ionic/svg/flag.svg +1 -0
- package/dist/ionic/svg/flame-outline.svg +1 -0
- package/dist/ionic/svg/flame-sharp.svg +1 -0
- package/dist/ionic/svg/flame.svg +1 -0
- package/dist/ionic/svg/flash-off-outline.svg +1 -0
- package/dist/ionic/svg/flash-off-sharp.svg +1 -0
- package/dist/ionic/svg/flash-off.svg +1 -0
- package/dist/ionic/svg/flash-outline.svg +1 -0
- package/dist/ionic/svg/flash-sharp.svg +1 -0
- package/dist/ionic/svg/flash.svg +1 -0
- package/dist/ionic/svg/flashlight-outline.svg +1 -0
- package/dist/ionic/svg/flashlight-sharp.svg +1 -0
- package/dist/ionic/svg/flashlight.svg +1 -0
- package/dist/ionic/svg/flask-outline.svg +1 -0
- package/dist/ionic/svg/flask-sharp.svg +1 -0
- package/dist/ionic/svg/flask.svg +1 -0
- package/dist/ionic/svg/flower-outline.svg +1 -0
- package/dist/ionic/svg/flower-sharp.svg +1 -0
- package/dist/ionic/svg/flower.svg +1 -0
- package/dist/ionic/svg/folder-open-outline.svg +1 -0
- package/dist/ionic/svg/folder-open-sharp.svg +1 -0
- package/dist/ionic/svg/folder-open.svg +1 -0
- package/dist/ionic/svg/folder-outline.svg +1 -0
- package/dist/ionic/svg/folder-sharp.svg +1 -0
- package/dist/ionic/svg/folder.svg +1 -0
- package/dist/ionic/svg/football-outline.svg +1 -0
- package/dist/ionic/svg/football-sharp.svg +1 -0
- package/dist/ionic/svg/football.svg +1 -0
- package/dist/ionic/svg/footsteps-outline.svg +1 -0
- package/dist/ionic/svg/footsteps-sharp.svg +1 -0
- package/dist/ionic/svg/footsteps.svg +1 -0
- package/dist/ionic/svg/funnel-outline.svg +1 -0
- package/dist/ionic/svg/funnel-sharp.svg +1 -0
- package/dist/ionic/svg/funnel.svg +1 -0
- package/dist/ionic/svg/game-controller-outline.svg +1 -0
- package/dist/ionic/svg/game-controller-sharp.svg +1 -0
- package/dist/ionic/svg/game-controller.svg +1 -0
- package/dist/ionic/svg/gift-outline.svg +1 -0
- package/dist/ionic/svg/gift-sharp.svg +1 -0
- package/dist/ionic/svg/gift.svg +1 -0
- package/dist/ionic/svg/git-branch-outline.svg +1 -0
- package/dist/ionic/svg/git-branch-sharp.svg +1 -0
- package/dist/ionic/svg/git-branch.svg +1 -0
- package/dist/ionic/svg/git-commit-outline.svg +1 -0
- package/dist/ionic/svg/git-commit-sharp.svg +1 -0
- package/dist/ionic/svg/git-commit.svg +1 -0
- package/dist/ionic/svg/git-compare-outline.svg +1 -0
- package/dist/ionic/svg/git-compare-sharp.svg +1 -0
- package/dist/ionic/svg/git-compare.svg +1 -0
- package/dist/ionic/svg/git-merge-outline.svg +1 -0
- package/dist/ionic/svg/git-merge-sharp.svg +1 -0
- package/dist/ionic/svg/git-merge.svg +1 -0
- package/dist/ionic/svg/git-network-outline.svg +1 -0
- package/dist/ionic/svg/git-network-sharp.svg +1 -0
- package/dist/ionic/svg/git-network.svg +1 -0
- package/dist/ionic/svg/git-pull-request-outline.svg +1 -0
- package/dist/ionic/svg/git-pull-request-sharp.svg +1 -0
- package/dist/ionic/svg/git-pull-request.svg +1 -0
- package/dist/ionic/svg/glasses-outline.svg +1 -0
- package/dist/ionic/svg/glasses-sharp.svg +1 -0
- package/dist/ionic/svg/glasses.svg +1 -0
- package/dist/ionic/svg/globe-outline.svg +1 -0
- package/dist/ionic/svg/globe-sharp.svg +1 -0
- package/dist/ionic/svg/globe.svg +1 -0
- package/dist/ionic/svg/golf-outline.svg +1 -0
- package/dist/ionic/svg/golf-sharp.svg +1 -0
- package/dist/ionic/svg/golf.svg +1 -0
- package/dist/ionic/svg/grid-outline.svg +1 -0
- package/dist/ionic/svg/grid-sharp.svg +1 -0
- package/dist/ionic/svg/grid.svg +1 -0
- package/dist/ionic/svg/hammer-outline.svg +1 -0
- package/dist/ionic/svg/hammer-sharp.svg +1 -0
- package/dist/ionic/svg/hammer.svg +1 -0
- package/dist/ionic/svg/hand-left-outline.svg +1 -0
- package/dist/ionic/svg/hand-left-sharp.svg +1 -0
- package/dist/ionic/svg/hand-left.svg +1 -0
- package/dist/ionic/svg/hand-right-outline.svg +1 -0
- package/dist/ionic/svg/hand-right-sharp.svg +1 -0
- package/dist/ionic/svg/hand-right.svg +1 -0
- package/dist/ionic/svg/happy-outline.svg +1 -0
- package/dist/ionic/svg/happy-sharp.svg +1 -0
- package/dist/ionic/svg/happy.svg +1 -0
- package/dist/ionic/svg/hardware-chip-outline.svg +1 -0
- package/dist/ionic/svg/hardware-chip-sharp.svg +1 -0
- package/dist/ionic/svg/hardware-chip.svg +1 -0
- package/dist/ionic/svg/headset-outline.svg +1 -0
- package/dist/ionic/svg/headset-sharp.svg +1 -0
- package/dist/ionic/svg/headset.svg +1 -0
- package/dist/ionic/svg/heart-circle-outline.svg +1 -0
- package/dist/ionic/svg/heart-circle-sharp.svg +1 -0
- package/dist/ionic/svg/heart-circle.svg +1 -0
- package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -0
- package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -0
- package/dist/ionic/svg/heart-dislike-circle.svg +1 -0
- package/dist/ionic/svg/heart-dislike-outline.svg +1 -0
- package/dist/ionic/svg/heart-dislike-sharp.svg +1 -0
- package/dist/ionic/svg/heart-dislike.svg +1 -0
- package/dist/ionic/svg/heart-half-outline.svg +1 -0
- package/dist/ionic/svg/heart-half-sharp.svg +1 -0
- package/dist/ionic/svg/heart-half.svg +1 -0
- package/dist/ionic/svg/heart-outline.svg +1 -0
- package/dist/ionic/svg/heart-sharp.svg +1 -0
- package/dist/ionic/svg/heart.svg +1 -0
- package/dist/ionic/svg/help-buoy-outline.svg +1 -0
- package/dist/ionic/svg/help-buoy-sharp.svg +1 -0
- package/dist/ionic/svg/help-buoy.svg +1 -0
- package/dist/ionic/svg/help-circle-outline.svg +1 -0
- package/dist/ionic/svg/help-circle-sharp.svg +1 -0
- package/dist/ionic/svg/help-circle.svg +1 -0
- package/dist/ionic/svg/help-outline.svg +1 -0
- package/dist/ionic/svg/help-sharp.svg +1 -0
- package/dist/ionic/svg/help.svg +1 -0
- package/dist/ionic/svg/home-outline.svg +1 -0
- package/dist/ionic/svg/home-sharp.svg +1 -0
- package/dist/ionic/svg/home.svg +1 -0
- package/dist/ionic/svg/hourglass-outline.svg +1 -0
- package/dist/ionic/svg/hourglass-sharp.svg +1 -0
- package/dist/ionic/svg/hourglass.svg +1 -0
- package/dist/ionic/svg/ice-cream-outline.svg +1 -0
- package/dist/ionic/svg/ice-cream-sharp.svg +1 -0
- package/dist/ionic/svg/ice-cream.svg +1 -0
- package/dist/ionic/svg/id-card-outline.svg +1 -0
- package/dist/ionic/svg/id-card-sharp.svg +1 -0
- package/dist/ionic/svg/id-card.svg +1 -0
- package/dist/ionic/svg/image-outline.svg +1 -0
- package/dist/ionic/svg/image-sharp.svg +1 -0
- package/dist/ionic/svg/image.svg +1 -0
- package/dist/ionic/svg/images-outline.svg +1 -0
- package/dist/ionic/svg/images-sharp.svg +1 -0
- package/dist/ionic/svg/images.svg +1 -0
- package/dist/ionic/svg/infinite-outline.svg +1 -0
- package/dist/ionic/svg/infinite-sharp.svg +1 -0
- package/dist/ionic/svg/infinite.svg +1 -0
- package/dist/ionic/svg/information-circle-outline.svg +1 -0
- package/dist/ionic/svg/information-circle-sharp.svg +1 -0
- package/dist/ionic/svg/information-circle.svg +1 -0
- package/dist/ionic/svg/information-outline.svg +1 -0
- package/dist/ionic/svg/information-sharp.svg +1 -0
- package/dist/ionic/svg/information.svg +1 -0
- package/dist/ionic/svg/invert-mode-outline.svg +1 -0
- package/dist/ionic/svg/invert-mode-sharp.svg +1 -0
- package/dist/ionic/svg/invert-mode.svg +1 -0
- package/dist/ionic/svg/journal-outline.svg +1 -0
- package/dist/ionic/svg/journal-sharp.svg +1 -0
- package/dist/ionic/svg/journal.svg +1 -0
- package/dist/ionic/svg/key-outline.svg +1 -0
- package/dist/ionic/svg/key-sharp.svg +1 -0
- package/dist/ionic/svg/key.svg +1 -0
- package/dist/ionic/svg/keypad-outline.svg +1 -0
- package/dist/ionic/svg/keypad-sharp.svg +1 -0
- package/dist/ionic/svg/keypad.svg +1 -0
- package/dist/ionic/svg/language-outline.svg +1 -0
- package/dist/ionic/svg/language-sharp.svg +1 -0
- package/dist/ionic/svg/language.svg +1 -0
- package/dist/ionic/svg/laptop-outline.svg +1 -0
- package/dist/ionic/svg/laptop-sharp.svg +1 -0
- package/dist/ionic/svg/laptop.svg +1 -0
- package/dist/ionic/svg/layers-outline.svg +1 -0
- package/dist/ionic/svg/layers-sharp.svg +1 -0
- package/dist/ionic/svg/layers.svg +1 -0
- package/dist/ionic/svg/leaf-outline.svg +1 -0
- package/dist/ionic/svg/leaf-sharp.svg +1 -0
- package/dist/ionic/svg/leaf.svg +1 -0
- package/dist/ionic/svg/library-outline.svg +1 -0
- package/dist/ionic/svg/library-sharp.svg +1 -0
- package/dist/ionic/svg/library.svg +1 -0
- package/dist/ionic/svg/link-outline.svg +1 -0
- package/dist/ionic/svg/link-sharp.svg +1 -0
- package/dist/ionic/svg/link.svg +1 -0
- package/dist/ionic/svg/list-circle-outline.svg +1 -0
- package/dist/ionic/svg/list-circle-sharp.svg +1 -0
- package/dist/ionic/svg/list-circle.svg +1 -0
- package/dist/ionic/svg/list-outline.svg +1 -0
- package/dist/ionic/svg/list-sharp.svg +1 -0
- package/dist/ionic/svg/list.svg +1 -0
- package/dist/ionic/svg/locate-outline.svg +1 -0
- package/dist/ionic/svg/locate-sharp.svg +1 -0
- package/dist/ionic/svg/locate.svg +1 -0
- package/dist/ionic/svg/location-outline.svg +1 -0
- package/dist/ionic/svg/location-sharp.svg +1 -0
- package/dist/ionic/svg/location.svg +1 -0
- package/dist/ionic/svg/lock-closed-outline.svg +1 -0
- package/dist/ionic/svg/lock-closed-sharp.svg +1 -0
- package/dist/ionic/svg/lock-closed.svg +1 -0
- package/dist/ionic/svg/lock-open-outline.svg +1 -0
- package/dist/ionic/svg/lock-open-sharp.svg +1 -0
- package/dist/ionic/svg/lock-open.svg +1 -0
- package/dist/ionic/svg/log-in-outline.svg +1 -0
- package/dist/ionic/svg/log-in-sharp.svg +1 -0
- package/dist/ionic/svg/log-in.svg +1 -0
- package/dist/ionic/svg/log-out-outline.svg +1 -0
- package/dist/ionic/svg/log-out-sharp.svg +1 -0
- package/dist/ionic/svg/log-out.svg +1 -0
- package/dist/ionic/svg/logo-alipay.svg +1 -0
- package/dist/ionic/svg/logo-amazon.svg +1 -0
- package/dist/ionic/svg/logo-amplify.svg +1 -0
- package/dist/ionic/svg/logo-android.svg +1 -0
- package/dist/ionic/svg/logo-angular.svg +1 -0
- package/dist/ionic/svg/logo-appflow.svg +1 -0
- package/dist/ionic/svg/logo-apple-appstore.svg +1 -0
- package/dist/ionic/svg/logo-apple-ar.svg +1 -0
- package/dist/ionic/svg/logo-apple.svg +1 -0
- package/dist/ionic/svg/logo-behance.svg +1 -0
- package/dist/ionic/svg/logo-bitbucket.svg +1 -0
- package/dist/ionic/svg/logo-bitcoin.svg +1 -0
- package/dist/ionic/svg/logo-buffer.svg +1 -0
- package/dist/ionic/svg/logo-capacitor.svg +1 -0
- package/dist/ionic/svg/logo-chrome.svg +1 -0
- package/dist/ionic/svg/logo-closed-captioning.svg +1 -0
- package/dist/ionic/svg/logo-codepen.svg +1 -0
- package/dist/ionic/svg/logo-css3.svg +1 -0
- package/dist/ionic/svg/logo-designernews.svg +1 -0
- package/dist/ionic/svg/logo-deviantart.svg +1 -0
- package/dist/ionic/svg/logo-discord.svg +1 -0
- package/dist/ionic/svg/logo-docker.svg +1 -0
- package/dist/ionic/svg/logo-dribbble.svg +1 -0
- package/dist/ionic/svg/logo-dropbox.svg +1 -0
- package/dist/ionic/svg/logo-edge.svg +1 -0
- package/dist/ionic/svg/logo-electron.svg +1 -0
- package/dist/ionic/svg/logo-euro.svg +1 -0
- package/dist/ionic/svg/logo-facebook.svg +1 -0
- package/dist/ionic/svg/logo-figma.svg +1 -0
- package/dist/ionic/svg/logo-firebase.svg +1 -0
- package/dist/ionic/svg/logo-firefox.svg +1 -0
- package/dist/ionic/svg/logo-flickr.svg +1 -0
- package/dist/ionic/svg/logo-foursquare.svg +1 -0
- package/dist/ionic/svg/logo-github.svg +1 -0
- package/dist/ionic/svg/logo-gitlab.svg +1 -0
- package/dist/ionic/svg/logo-google-playstore.svg +1 -0
- package/dist/ionic/svg/logo-google.svg +1 -0
- package/dist/ionic/svg/logo-hackernews.svg +1 -0
- package/dist/ionic/svg/logo-html5.svg +1 -0
- package/dist/ionic/svg/logo-instagram.svg +1 -0
- package/dist/ionic/svg/logo-ionic.svg +1 -0
- package/dist/ionic/svg/logo-ionitron.svg +1 -0
- package/dist/ionic/svg/logo-javascript.svg +1 -0
- package/dist/ionic/svg/logo-laravel.svg +1 -0
- package/dist/ionic/svg/logo-linkedin.svg +1 -0
- package/dist/ionic/svg/logo-markdown.svg +1 -0
- package/dist/ionic/svg/logo-mastodon.svg +1 -0
- package/dist/ionic/svg/logo-medium.svg +1 -0
- package/dist/ionic/svg/logo-microsoft.svg +1 -0
- package/dist/ionic/svg/logo-no-smoking.svg +1 -0
- package/dist/ionic/svg/logo-nodejs.svg +1 -0
- package/dist/ionic/svg/logo-npm.svg +1 -0
- package/dist/ionic/svg/logo-octocat.svg +1 -0
- package/dist/ionic/svg/logo-paypal.svg +1 -0
- package/dist/ionic/svg/logo-pinterest.svg +1 -0
- package/dist/ionic/svg/logo-playstation.svg +1 -0
- package/dist/ionic/svg/logo-pwa.svg +1 -0
- package/dist/ionic/svg/logo-python.svg +1 -0
- package/dist/ionic/svg/logo-react.svg +1 -0
- package/dist/ionic/svg/logo-reddit.svg +1 -0
- package/dist/ionic/svg/logo-rss.svg +1 -0
- package/dist/ionic/svg/logo-sass.svg +1 -0
- package/dist/ionic/svg/logo-skype.svg +1 -0
- package/dist/ionic/svg/logo-slack.svg +1 -0
- package/dist/ionic/svg/logo-snapchat.svg +1 -0
- package/dist/ionic/svg/logo-soundcloud.svg +1 -0
- package/dist/ionic/svg/logo-stackoverflow.svg +1 -0
- package/dist/ionic/svg/logo-steam.svg +1 -0
- package/dist/ionic/svg/logo-stencil.svg +1 -0
- package/dist/ionic/svg/logo-tableau.svg +1 -0
- package/dist/ionic/svg/logo-threads.svg +1 -0
- package/dist/ionic/svg/logo-tiktok.svg +1 -0
- package/dist/ionic/svg/logo-trapeze.svg +1 -0
- package/dist/ionic/svg/logo-tumblr.svg +1 -0
- package/dist/ionic/svg/logo-tux.svg +1 -0
- package/dist/ionic/svg/logo-twitch.svg +1 -0
- package/dist/ionic/svg/logo-twitter.svg +1 -0
- package/dist/ionic/svg/logo-usd.svg +1 -0
- package/dist/ionic/svg/logo-venmo.svg +1 -0
- package/dist/ionic/svg/logo-vercel.svg +1 -0
- package/dist/ionic/svg/logo-vimeo.svg +1 -0
- package/dist/ionic/svg/logo-vk.svg +1 -0
- package/dist/ionic/svg/logo-vue.svg +1 -0
- package/dist/ionic/svg/logo-web-component.svg +1 -0
- package/dist/ionic/svg/logo-wechat.svg +1 -0
- package/dist/ionic/svg/logo-whatsapp.svg +1 -0
- package/dist/ionic/svg/logo-windows.svg +1 -0
- package/dist/ionic/svg/logo-wordpress.svg +1 -0
- package/dist/ionic/svg/logo-x.svg +1 -0
- package/dist/ionic/svg/logo-xbox.svg +1 -0
- package/dist/ionic/svg/logo-xing.svg +1 -0
- package/dist/ionic/svg/logo-yahoo.svg +1 -0
- package/dist/ionic/svg/logo-yen.svg +1 -0
- package/dist/ionic/svg/logo-youtube.svg +1 -0
- package/dist/ionic/svg/magnet-outline.svg +1 -0
- package/dist/ionic/svg/magnet-sharp.svg +1 -0
- package/dist/ionic/svg/magnet.svg +1 -0
- package/dist/ionic/svg/mail-open-outline.svg +1 -0
- package/dist/ionic/svg/mail-open-sharp.svg +1 -0
- package/dist/ionic/svg/mail-open.svg +1 -0
- package/dist/ionic/svg/mail-outline.svg +1 -0
- package/dist/ionic/svg/mail-sharp.svg +1 -0
- package/dist/ionic/svg/mail-unread-outline.svg +1 -0
- package/dist/ionic/svg/mail-unread-sharp.svg +1 -0
- package/dist/ionic/svg/mail-unread.svg +1 -0
- package/dist/ionic/svg/mail.svg +1 -0
- package/dist/ionic/svg/male-female-outline.svg +1 -0
- package/dist/ionic/svg/male-female-sharp.svg +1 -0
- package/dist/ionic/svg/male-female.svg +1 -0
- package/dist/ionic/svg/male-outline.svg +1 -0
- package/dist/ionic/svg/male-sharp.svg +1 -0
- package/dist/ionic/svg/male.svg +1 -0
- package/dist/ionic/svg/man-outline.svg +1 -0
- package/dist/ionic/svg/man-sharp.svg +1 -0
- package/dist/ionic/svg/man.svg +1 -0
- package/dist/ionic/svg/map-outline.svg +1 -0
- package/dist/ionic/svg/map-sharp.svg +1 -0
- package/dist/ionic/svg/map.svg +1 -0
- package/dist/ionic/svg/medal-outline.svg +1 -0
- package/dist/ionic/svg/medal-sharp.svg +1 -0
- package/dist/ionic/svg/medal.svg +1 -0
- package/dist/ionic/svg/medical-outline.svg +1 -0
- package/dist/ionic/svg/medical-sharp.svg +1 -0
- package/dist/ionic/svg/medical.svg +1 -0
- package/dist/ionic/svg/medkit-outline.svg +1 -0
- package/dist/ionic/svg/medkit-sharp.svg +1 -0
- package/dist/ionic/svg/medkit.svg +1 -0
- package/dist/ionic/svg/megaphone-outline.svg +1 -0
- package/dist/ionic/svg/megaphone-sharp.svg +1 -0
- package/dist/ionic/svg/megaphone.svg +1 -0
- package/dist/ionic/svg/menu-outline.svg +1 -0
- package/dist/ionic/svg/menu-sharp.svg +1 -0
- package/dist/ionic/svg/menu.svg +1 -0
- package/dist/ionic/svg/mic-circle-outline.svg +1 -0
- package/dist/ionic/svg/mic-circle-sharp.svg +1 -0
- package/dist/ionic/svg/mic-circle.svg +1 -0
- package/dist/ionic/svg/mic-off-circle-outline.svg +1 -0
- package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -0
- package/dist/ionic/svg/mic-off-circle.svg +1 -0
- package/dist/ionic/svg/mic-off-outline.svg +1 -0
- package/dist/ionic/svg/mic-off-sharp.svg +1 -0
- package/dist/ionic/svg/mic-off.svg +1 -0
- package/dist/ionic/svg/mic-outline.svg +1 -0
- package/dist/ionic/svg/mic-sharp.svg +1 -0
- package/dist/ionic/svg/mic.svg +1 -0
- package/dist/ionic/svg/moon-outline.svg +1 -0
- package/dist/ionic/svg/moon-sharp.svg +1 -0
- package/dist/ionic/svg/moon.svg +1 -0
- package/dist/ionic/svg/move-outline.svg +1 -0
- package/dist/ionic/svg/move-sharp.svg +1 -0
- package/dist/ionic/svg/move.svg +1 -0
- package/dist/ionic/svg/musical-note-outline.svg +1 -0
- package/dist/ionic/svg/musical-note-sharp.svg +1 -0
- package/dist/ionic/svg/musical-note.svg +1 -0
- package/dist/ionic/svg/musical-notes-outline.svg +1 -0
- package/dist/ionic/svg/musical-notes-sharp.svg +1 -0
- package/dist/ionic/svg/musical-notes.svg +1 -0
- package/dist/ionic/svg/navigate-circle-outline.svg +1 -0
- package/dist/ionic/svg/navigate-circle-sharp.svg +1 -0
- package/dist/ionic/svg/navigate-circle.svg +1 -0
- package/dist/ionic/svg/navigate-outline.svg +1 -0
- package/dist/ionic/svg/navigate-sharp.svg +1 -0
- package/dist/ionic/svg/navigate.svg +1 -0
- package/dist/ionic/svg/newspaper-outline.svg +1 -0
- package/dist/ionic/svg/newspaper-sharp.svg +1 -0
- package/dist/ionic/svg/newspaper.svg +1 -0
- package/dist/ionic/svg/notifications-circle-outline.svg +1 -0
- package/dist/ionic/svg/notifications-circle-sharp.svg +1 -0
- package/dist/ionic/svg/notifications-circle.svg +1 -0
- package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -0
- package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -0
- package/dist/ionic/svg/notifications-off-circle.svg +1 -0
- package/dist/ionic/svg/notifications-off-outline.svg +1 -0
- package/dist/ionic/svg/notifications-off-sharp.svg +1 -0
- package/dist/ionic/svg/notifications-off.svg +1 -0
- package/dist/ionic/svg/notifications-outline.svg +1 -0
- package/dist/ionic/svg/notifications-sharp.svg +1 -0
- package/dist/ionic/svg/notifications.svg +1 -0
- package/dist/ionic/svg/nuclear-outline.svg +1 -0
- package/dist/ionic/svg/nuclear-sharp.svg +1 -0
- package/dist/ionic/svg/nuclear.svg +1 -0
- package/dist/ionic/svg/nutrition-outline.svg +1 -0
- package/dist/ionic/svg/nutrition-sharp.svg +1 -0
- package/dist/ionic/svg/nutrition.svg +1 -0
- package/dist/ionic/svg/open-outline.svg +1 -0
- package/dist/ionic/svg/open-sharp.svg +1 -0
- package/dist/ionic/svg/open.svg +1 -0
- package/dist/ionic/svg/options-outline.svg +1 -0
- package/dist/ionic/svg/options-sharp.svg +1 -0
- package/dist/ionic/svg/options.svg +1 -0
- package/dist/ionic/svg/paper-plane-outline.svg +1 -0
- package/dist/ionic/svg/paper-plane-sharp.svg +1 -0
- package/dist/ionic/svg/paper-plane.svg +1 -0
- package/dist/ionic/svg/partly-sunny-outline.svg +1 -0
- package/dist/ionic/svg/partly-sunny-sharp.svg +1 -0
- package/dist/ionic/svg/partly-sunny.svg +1 -0
- package/dist/ionic/svg/pause-circle-outline.svg +1 -0
- package/dist/ionic/svg/pause-circle-sharp.svg +1 -0
- package/dist/ionic/svg/pause-circle.svg +1 -0
- package/dist/ionic/svg/pause-outline.svg +1 -0
- package/dist/ionic/svg/pause-sharp.svg +1 -0
- package/dist/ionic/svg/pause.svg +1 -0
- package/dist/ionic/svg/paw-outline.svg +1 -0
- package/dist/ionic/svg/paw-sharp.svg +1 -0
- package/dist/ionic/svg/paw.svg +1 -0
- package/dist/ionic/svg/pencil-outline.svg +1 -0
- package/dist/ionic/svg/pencil-sharp.svg +1 -0
- package/dist/ionic/svg/pencil.svg +1 -0
- package/dist/ionic/svg/people-circle-outline.svg +1 -0
- package/dist/ionic/svg/people-circle-sharp.svg +1 -0
- package/dist/ionic/svg/people-circle.svg +1 -0
- package/dist/ionic/svg/people-outline.svg +1 -0
- package/dist/ionic/svg/people-sharp.svg +1 -0
- package/dist/ionic/svg/people.svg +1 -0
- package/dist/ionic/svg/person-add-outline.svg +1 -0
- package/dist/ionic/svg/person-add-sharp.svg +1 -0
- package/dist/ionic/svg/person-add.svg +1 -0
- package/dist/ionic/svg/person-circle-outline.svg +1 -0
- package/dist/ionic/svg/person-circle-sharp.svg +1 -0
- package/dist/ionic/svg/person-circle.svg +1 -0
- package/dist/ionic/svg/person-outline.svg +1 -0
- package/dist/ionic/svg/person-remove-outline.svg +1 -0
- package/dist/ionic/svg/person-remove-sharp.svg +1 -0
- package/dist/ionic/svg/person-remove.svg +1 -0
- package/dist/ionic/svg/person-sharp.svg +1 -0
- package/dist/ionic/svg/person.svg +1 -0
- package/dist/ionic/svg/phone-landscape-outline.svg +1 -0
- package/dist/ionic/svg/phone-landscape-sharp.svg +1 -0
- package/dist/ionic/svg/phone-landscape.svg +1 -0
- package/dist/ionic/svg/phone-portrait-outline.svg +1 -0
- package/dist/ionic/svg/phone-portrait-sharp.svg +1 -0
- package/dist/ionic/svg/phone-portrait.svg +1 -0
- package/dist/ionic/svg/pie-chart-outline.svg +1 -0
- package/dist/ionic/svg/pie-chart-sharp.svg +1 -0
- package/dist/ionic/svg/pie-chart.svg +1 -0
- package/dist/ionic/svg/pin-outline.svg +1 -0
- package/dist/ionic/svg/pin-sharp.svg +1 -0
- package/dist/ionic/svg/pin.svg +1 -0
- package/dist/ionic/svg/pint-outline.svg +1 -0
- package/dist/ionic/svg/pint-sharp.svg +1 -0
- package/dist/ionic/svg/pint.svg +1 -0
- package/dist/ionic/svg/pizza-outline.svg +1 -0
- package/dist/ionic/svg/pizza-sharp.svg +1 -0
- package/dist/ionic/svg/pizza.svg +1 -0
- package/dist/ionic/svg/planet-outline.svg +1 -0
- package/dist/ionic/svg/planet-sharp.svg +1 -0
- package/dist/ionic/svg/planet.svg +1 -0
- package/dist/ionic/svg/play-back-circle-outline.svg +1 -0
- package/dist/ionic/svg/play-back-circle-sharp.svg +1 -0
- package/dist/ionic/svg/play-back-circle.svg +1 -0
- package/dist/ionic/svg/play-back-outline.svg +1 -0
- package/dist/ionic/svg/play-back-sharp.svg +1 -0
- package/dist/ionic/svg/play-back.svg +1 -0
- package/dist/ionic/svg/play-circle-outline.svg +1 -0
- package/dist/ionic/svg/play-circle-sharp.svg +1 -0
- package/dist/ionic/svg/play-circle.svg +1 -0
- package/dist/ionic/svg/play-forward-circle-outline.svg +1 -0
- package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -0
- package/dist/ionic/svg/play-forward-circle.svg +1 -0
- package/dist/ionic/svg/play-forward-outline.svg +1 -0
- package/dist/ionic/svg/play-forward-sharp.svg +1 -0
- package/dist/ionic/svg/play-forward.svg +1 -0
- package/dist/ionic/svg/play-outline.svg +1 -0
- package/dist/ionic/svg/play-sharp.svg +1 -0
- package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -0
- package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -0
- package/dist/ionic/svg/play-skip-back-circle.svg +1 -0
- package/dist/ionic/svg/play-skip-back-outline.svg +1 -0
- package/dist/ionic/svg/play-skip-back-sharp.svg +1 -0
- package/dist/ionic/svg/play-skip-back.svg +1 -0
- package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -0
- package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -0
- package/dist/ionic/svg/play-skip-forward-circle.svg +1 -0
- package/dist/ionic/svg/play-skip-forward-outline.svg +1 -0
- package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -0
- package/dist/ionic/svg/play-skip-forward.svg +1 -0
- package/dist/ionic/svg/play.svg +1 -0
- package/dist/ionic/svg/podium-outline.svg +1 -0
- package/dist/ionic/svg/podium-sharp.svg +1 -0
- package/dist/ionic/svg/podium.svg +1 -0
- package/dist/ionic/svg/power-outline.svg +1 -0
- package/dist/ionic/svg/power-sharp.svg +1 -0
- package/dist/ionic/svg/power.svg +1 -0
- package/dist/ionic/svg/pricetag-outline.svg +1 -0
- package/dist/ionic/svg/pricetag-sharp.svg +1 -0
- package/dist/ionic/svg/pricetag.svg +1 -0
- package/dist/ionic/svg/pricetags-outline.svg +1 -0
- package/dist/ionic/svg/pricetags-sharp.svg +1 -0
- package/dist/ionic/svg/pricetags.svg +1 -0
- package/dist/ionic/svg/print-outline.svg +1 -0
- package/dist/ionic/svg/print-sharp.svg +1 -0
- package/dist/ionic/svg/print.svg +1 -0
- package/dist/ionic/svg/prism-outline.svg +1 -0
- package/dist/ionic/svg/prism-sharp.svg +1 -0
- package/dist/ionic/svg/prism.svg +1 -0
- package/dist/ionic/svg/pulse-outline.svg +1 -0
- package/dist/ionic/svg/pulse-sharp.svg +1 -0
- package/dist/ionic/svg/pulse.svg +1 -0
- package/dist/ionic/svg/push-outline.svg +1 -0
- package/dist/ionic/svg/push-sharp.svg +1 -0
- package/dist/ionic/svg/push.svg +1 -0
- package/dist/ionic/svg/qr-code-outline.svg +1 -0
- package/dist/ionic/svg/qr-code-sharp.svg +1 -0
- package/dist/ionic/svg/qr-code.svg +1 -0
- package/dist/ionic/svg/radio-button-off-outline.svg +1 -0
- package/dist/ionic/svg/radio-button-off-sharp.svg +1 -0
- package/dist/ionic/svg/radio-button-off.svg +1 -0
- package/dist/ionic/svg/radio-button-on-outline.svg +1 -0
- package/dist/ionic/svg/radio-button-on-sharp.svg +1 -0
- package/dist/ionic/svg/radio-button-on.svg +1 -0
- package/dist/ionic/svg/radio-outline.svg +1 -0
- package/dist/ionic/svg/radio-sharp.svg +1 -0
- package/dist/ionic/svg/radio.svg +1 -0
- package/dist/ionic/svg/rainy-outline.svg +1 -0
- package/dist/ionic/svg/rainy-sharp.svg +1 -0
- package/dist/ionic/svg/rainy.svg +1 -0
- package/dist/ionic/svg/reader-outline.svg +1 -0
- package/dist/ionic/svg/reader-sharp.svg +1 -0
- package/dist/ionic/svg/reader.svg +1 -0
- package/dist/ionic/svg/receipt-outline.svg +1 -0
- package/dist/ionic/svg/receipt-sharp.svg +1 -0
- package/dist/ionic/svg/receipt.svg +1 -0
- package/dist/ionic/svg/recording-outline.svg +1 -0
- package/dist/ionic/svg/recording-sharp.svg +1 -0
- package/dist/ionic/svg/recording.svg +1 -0
- package/dist/ionic/svg/refresh-circle-outline.svg +1 -0
- package/dist/ionic/svg/refresh-circle-sharp.svg +1 -0
- package/dist/ionic/svg/refresh-circle.svg +1 -0
- package/dist/ionic/svg/refresh-outline.svg +1 -0
- package/dist/ionic/svg/refresh-sharp.svg +1 -0
- package/dist/ionic/svg/refresh.svg +1 -0
- package/dist/ionic/svg/reload-circle-outline.svg +1 -0
- package/dist/ionic/svg/reload-circle-sharp.svg +1 -0
- package/dist/ionic/svg/reload-circle.svg +1 -0
- package/dist/ionic/svg/reload-outline.svg +1 -0
- package/dist/ionic/svg/reload-sharp.svg +1 -0
- package/dist/ionic/svg/reload.svg +1 -0
- package/dist/ionic/svg/remove-circle-outline.svg +1 -0
- package/dist/ionic/svg/remove-circle-sharp.svg +1 -0
- package/dist/ionic/svg/remove-circle.svg +1 -0
- package/dist/ionic/svg/remove-outline.svg +1 -0
- package/dist/ionic/svg/remove-sharp.svg +1 -0
- package/dist/ionic/svg/remove.svg +1 -0
- package/dist/ionic/svg/reorder-four-outline.svg +1 -0
- package/dist/ionic/svg/reorder-four-sharp.svg +1 -0
- package/dist/ionic/svg/reorder-four.svg +1 -0
- package/dist/ionic/svg/reorder-three-outline.svg +1 -0
- package/dist/ionic/svg/reorder-three-sharp.svg +1 -0
- package/dist/ionic/svg/reorder-three.svg +1 -0
- package/dist/ionic/svg/reorder-two-outline.svg +1 -0
- package/dist/ionic/svg/reorder-two-sharp.svg +1 -0
- package/dist/ionic/svg/reorder-two.svg +1 -0
- package/dist/ionic/svg/repeat-outline.svg +1 -0
- package/dist/ionic/svg/repeat-sharp.svg +1 -0
- package/dist/ionic/svg/repeat.svg +1 -0
- package/dist/ionic/svg/resize-outline.svg +1 -0
- package/dist/ionic/svg/resize-sharp.svg +1 -0
- package/dist/ionic/svg/resize.svg +1 -0
- package/dist/ionic/svg/restaurant-outline.svg +1 -0
- package/dist/ionic/svg/restaurant-sharp.svg +1 -0
- package/dist/ionic/svg/restaurant.svg +1 -0
- package/dist/ionic/svg/return-down-back-outline.svg +1 -0
- package/dist/ionic/svg/return-down-back-sharp.svg +1 -0
- package/dist/ionic/svg/return-down-back.svg +1 -0
- package/dist/ionic/svg/return-down-forward-outline.svg +1 -0
- package/dist/ionic/svg/return-down-forward-sharp.svg +1 -0
- package/dist/ionic/svg/return-down-forward.svg +1 -0
- package/dist/ionic/svg/return-up-back-outline.svg +1 -0
- package/dist/ionic/svg/return-up-back-sharp.svg +1 -0
- package/dist/ionic/svg/return-up-back.svg +1 -0
- package/dist/ionic/svg/return-up-forward-outline.svg +1 -0
- package/dist/ionic/svg/return-up-forward-sharp.svg +1 -0
- package/dist/ionic/svg/return-up-forward.svg +1 -0
- package/dist/ionic/svg/ribbon-outline.svg +1 -0
- package/dist/ionic/svg/ribbon-sharp.svg +1 -0
- package/dist/ionic/svg/ribbon.svg +1 -0
- package/dist/ionic/svg/rocket-outline.svg +1 -0
- package/dist/ionic/svg/rocket-sharp.svg +1 -0
- package/dist/ionic/svg/rocket.svg +1 -0
- package/dist/ionic/svg/rose-outline.svg +1 -0
- package/dist/ionic/svg/rose-sharp.svg +1 -0
- package/dist/ionic/svg/rose.svg +1 -0
- package/dist/ionic/svg/sad-outline.svg +1 -0
- package/dist/ionic/svg/sad-sharp.svg +1 -0
- package/dist/ionic/svg/sad.svg +1 -0
- package/dist/ionic/svg/save-outline.svg +1 -0
- package/dist/ionic/svg/save-sharp.svg +1 -0
- package/dist/ionic/svg/save.svg +1 -0
- package/dist/ionic/svg/scale-outline.svg +1 -0
- package/dist/ionic/svg/scale-sharp.svg +1 -0
- package/dist/ionic/svg/scale.svg +1 -0
- package/dist/ionic/svg/scan-circle-outline.svg +1 -0
- package/dist/ionic/svg/scan-circle-sharp.svg +1 -0
- package/dist/ionic/svg/scan-circle.svg +1 -0
- package/dist/ionic/svg/scan-outline.svg +1 -0
- package/dist/ionic/svg/scan-sharp.svg +1 -0
- package/dist/ionic/svg/scan.svg +1 -0
- package/dist/ionic/svg/school-outline.svg +1 -0
- package/dist/ionic/svg/school-sharp.svg +1 -0
- package/dist/ionic/svg/school.svg +1 -0
- package/dist/ionic/svg/search-circle-outline.svg +1 -0
- package/dist/ionic/svg/search-circle-sharp.svg +1 -0
- package/dist/ionic/svg/search-circle.svg +1 -0
- package/dist/ionic/svg/search-outline.svg +1 -0
- package/dist/ionic/svg/search-sharp.svg +1 -0
- package/dist/ionic/svg/search.svg +1 -0
- package/dist/ionic/svg/send-outline.svg +1 -0
- package/dist/ionic/svg/send-sharp.svg +1 -0
- package/dist/ionic/svg/send.svg +1 -0
- package/dist/ionic/svg/server-outline.svg +1 -0
- package/dist/ionic/svg/server-sharp.svg +1 -0
- package/dist/ionic/svg/server.svg +1 -0
- package/dist/ionic/svg/settings-outline.svg +1 -0
- package/dist/ionic/svg/settings-sharp.svg +1 -0
- package/dist/ionic/svg/settings.svg +1 -0
- package/dist/ionic/svg/shapes-outline.svg +1 -0
- package/dist/ionic/svg/shapes-sharp.svg +1 -0
- package/dist/ionic/svg/shapes.svg +1 -0
- package/dist/ionic/svg/share-outline.svg +1 -0
- package/dist/ionic/svg/share-sharp.svg +1 -0
- package/dist/ionic/svg/share-social-outline.svg +1 -0
- package/dist/ionic/svg/share-social-sharp.svg +1 -0
- package/dist/ionic/svg/share-social.svg +1 -0
- package/dist/ionic/svg/share.svg +1 -0
- package/dist/ionic/svg/shield-checkmark-outline.svg +1 -0
- package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -0
- package/dist/ionic/svg/shield-checkmark.svg +1 -0
- package/dist/ionic/svg/shield-half-outline.svg +1 -0
- package/dist/ionic/svg/shield-half-sharp.svg +1 -0
- package/dist/ionic/svg/shield-half.svg +1 -0
- package/dist/ionic/svg/shield-outline.svg +1 -0
- package/dist/ionic/svg/shield-sharp.svg +1 -0
- package/dist/ionic/svg/shield.svg +1 -0
- package/dist/ionic/svg/shirt-outline.svg +1 -0
- package/dist/ionic/svg/shirt-sharp.svg +1 -0
- package/dist/ionic/svg/shirt.svg +1 -0
- package/dist/ionic/svg/shuffle-outline.svg +1 -0
- package/dist/ionic/svg/shuffle-sharp.svg +1 -0
- package/dist/ionic/svg/shuffle.svg +1 -0
- package/dist/ionic/svg/skull-outline.svg +1 -0
- package/dist/ionic/svg/skull-sharp.svg +1 -0
- package/dist/ionic/svg/skull.svg +1 -0
- package/dist/ionic/svg/snow-outline.svg +1 -0
- package/dist/ionic/svg/snow-sharp.svg +1 -0
- package/dist/ionic/svg/snow.svg +1 -0
- package/dist/ionic/svg/sparkles-outline.svg +1 -0
- package/dist/ionic/svg/sparkles-sharp.svg +1 -0
- package/dist/ionic/svg/sparkles.svg +1 -0
- package/dist/ionic/svg/speedometer-outline.svg +1 -0
- package/dist/ionic/svg/speedometer-sharp.svg +1 -0
- package/dist/ionic/svg/speedometer.svg +1 -0
- package/dist/ionic/svg/square-outline.svg +1 -0
- package/dist/ionic/svg/square-sharp.svg +1 -0
- package/dist/ionic/svg/square.svg +1 -0
- package/dist/ionic/svg/star-half-outline.svg +1 -0
- package/dist/ionic/svg/star-half-sharp.svg +1 -0
- package/dist/ionic/svg/star-half.svg +1 -0
- package/dist/ionic/svg/star-outline.svg +1 -0
- package/dist/ionic/svg/star-sharp.svg +1 -0
- package/dist/ionic/svg/star.svg +1 -0
- package/dist/ionic/svg/stats-chart-outline.svg +1 -0
- package/dist/ionic/svg/stats-chart-sharp.svg +1 -0
- package/dist/ionic/svg/stats-chart.svg +1 -0
- package/dist/ionic/svg/stop-circle-outline.svg +1 -0
- package/dist/ionic/svg/stop-circle-sharp.svg +1 -0
- package/dist/ionic/svg/stop-circle.svg +1 -0
- package/dist/ionic/svg/stop-outline.svg +1 -0
- package/dist/ionic/svg/stop-sharp.svg +1 -0
- package/dist/ionic/svg/stop.svg +1 -0
- package/dist/ionic/svg/stopwatch-outline.svg +1 -0
- package/dist/ionic/svg/stopwatch-sharp.svg +1 -0
- package/dist/ionic/svg/stopwatch.svg +1 -0
- package/dist/ionic/svg/storefront-outline.svg +1 -0
- package/dist/ionic/svg/storefront-sharp.svg +1 -0
- package/dist/ionic/svg/storefront.svg +1 -0
- package/dist/ionic/svg/subway-outline.svg +1 -0
- package/dist/ionic/svg/subway-sharp.svg +1 -0
- package/dist/ionic/svg/subway.svg +1 -0
- package/dist/ionic/svg/sunny-outline.svg +1 -0
- package/dist/ionic/svg/sunny-sharp.svg +1 -0
- package/dist/ionic/svg/sunny.svg +1 -0
- package/dist/ionic/svg/swap-horizontal-outline.svg +1 -0
- package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -0
- package/dist/ionic/svg/swap-horizontal.svg +1 -0
- package/dist/ionic/svg/swap-vertical-outline.svg +1 -0
- package/dist/ionic/svg/swap-vertical-sharp.svg +1 -0
- package/dist/ionic/svg/swap-vertical.svg +1 -0
- package/dist/ionic/svg/sync-circle-outline.svg +1 -0
- package/dist/ionic/svg/sync-circle-sharp.svg +1 -0
- package/dist/ionic/svg/sync-circle.svg +1 -0
- package/dist/ionic/svg/sync-outline.svg +1 -0
- package/dist/ionic/svg/sync-sharp.svg +1 -0
- package/dist/ionic/svg/sync.svg +1 -0
- package/dist/ionic/svg/tablet-landscape-outline.svg +1 -0
- package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -0
- package/dist/ionic/svg/tablet-landscape.svg +1 -0
- package/dist/ionic/svg/tablet-portrait-outline.svg +1 -0
- package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -0
- package/dist/ionic/svg/tablet-portrait.svg +1 -0
- package/dist/ionic/svg/telescope-outline.svg +1 -0
- package/dist/ionic/svg/telescope-sharp.svg +1 -0
- package/dist/ionic/svg/telescope.svg +1 -0
- package/dist/ionic/svg/tennisball-outline.svg +1 -0
- package/dist/ionic/svg/tennisball-sharp.svg +1 -0
- package/dist/ionic/svg/tennisball.svg +1 -0
- package/dist/ionic/svg/terminal-outline.svg +1 -0
- package/dist/ionic/svg/terminal-sharp.svg +1 -0
- package/dist/ionic/svg/terminal.svg +1 -0
- package/dist/ionic/svg/text-outline.svg +1 -0
- package/dist/ionic/svg/text-sharp.svg +1 -0
- package/dist/ionic/svg/text.svg +1 -0
- package/dist/ionic/svg/thermometer-outline.svg +1 -0
- package/dist/ionic/svg/thermometer-sharp.svg +1 -0
- package/dist/ionic/svg/thermometer.svg +1 -0
- package/dist/ionic/svg/thumbs-down-outline.svg +1 -0
- package/dist/ionic/svg/thumbs-down-sharp.svg +1 -0
- package/dist/ionic/svg/thumbs-down.svg +1 -0
- package/dist/ionic/svg/thumbs-up-outline.svg +1 -0
- package/dist/ionic/svg/thumbs-up-sharp.svg +1 -0
- package/dist/ionic/svg/thumbs-up.svg +1 -0
- package/dist/ionic/svg/thunderstorm-outline.svg +1 -0
- package/dist/ionic/svg/thunderstorm-sharp.svg +1 -0
- package/dist/ionic/svg/thunderstorm.svg +1 -0
- package/dist/ionic/svg/ticket-outline.svg +1 -0
- package/dist/ionic/svg/ticket-sharp.svg +1 -0
- package/dist/ionic/svg/ticket.svg +1 -0
- package/dist/ionic/svg/time-outline.svg +1 -0
- package/dist/ionic/svg/time-sharp.svg +1 -0
- package/dist/ionic/svg/time.svg +1 -0
- package/dist/ionic/svg/timer-outline.svg +1 -0
- package/dist/ionic/svg/timer-sharp.svg +1 -0
- package/dist/ionic/svg/timer.svg +1 -0
- package/dist/ionic/svg/today-outline.svg +1 -0
- package/dist/ionic/svg/today-sharp.svg +1 -0
- package/dist/ionic/svg/today.svg +1 -0
- package/dist/ionic/svg/toggle-outline.svg +1 -0
- package/dist/ionic/svg/toggle-sharp.svg +1 -0
- package/dist/ionic/svg/toggle.svg +1 -0
- package/dist/ionic/svg/trail-sign-outline.svg +1 -0
- package/dist/ionic/svg/trail-sign-sharp.svg +1 -0
- package/dist/ionic/svg/trail-sign.svg +1 -0
- package/dist/ionic/svg/train-outline.svg +1 -0
- package/dist/ionic/svg/train-sharp.svg +1 -0
- package/dist/ionic/svg/train.svg +1 -0
- package/dist/ionic/svg/transgender-outline.svg +1 -0
- package/dist/ionic/svg/transgender-sharp.svg +1 -0
- package/dist/ionic/svg/transgender.svg +1 -0
- package/dist/ionic/svg/trash-bin-outline.svg +1 -0
- package/dist/ionic/svg/trash-bin-sharp.svg +1 -0
- package/dist/ionic/svg/trash-bin.svg +1 -0
- package/dist/ionic/svg/trash-outline.svg +1 -0
- package/dist/ionic/svg/trash-sharp.svg +1 -0
- package/dist/ionic/svg/trash.svg +1 -0
- package/dist/ionic/svg/trending-down-outline.svg +1 -0
- package/dist/ionic/svg/trending-down-sharp.svg +1 -0
- package/dist/ionic/svg/trending-down.svg +1 -0
- package/dist/ionic/svg/trending-up-outline.svg +1 -0
- package/dist/ionic/svg/trending-up-sharp.svg +1 -0
- package/dist/ionic/svg/trending-up.svg +1 -0
- package/dist/ionic/svg/triangle-outline.svg +1 -0
- package/dist/ionic/svg/triangle-sharp.svg +1 -0
- package/dist/ionic/svg/triangle.svg +1 -0
- package/dist/ionic/svg/trophy-outline.svg +1 -0
- package/dist/ionic/svg/trophy-sharp.svg +1 -0
- package/dist/ionic/svg/trophy.svg +1 -0
- package/dist/ionic/svg/tv-outline.svg +1 -0
- package/dist/ionic/svg/tv-sharp.svg +1 -0
- package/dist/ionic/svg/tv.svg +1 -0
- package/dist/ionic/svg/umbrella-outline.svg +1 -0
- package/dist/ionic/svg/umbrella-sharp.svg +1 -0
- package/dist/ionic/svg/umbrella.svg +1 -0
- package/dist/ionic/svg/unlink-outline.svg +1 -0
- package/dist/ionic/svg/unlink-sharp.svg +1 -0
- package/dist/ionic/svg/unlink.svg +1 -0
- package/dist/ionic/svg/videocam-off-outline.svg +1 -0
- package/dist/ionic/svg/videocam-off-sharp.svg +1 -0
- package/dist/ionic/svg/videocam-off.svg +1 -0
- package/dist/ionic/svg/videocam-outline.svg +1 -0
- package/dist/ionic/svg/videocam-sharp.svg +1 -0
- package/dist/ionic/svg/videocam.svg +1 -0
- package/dist/ionic/svg/volume-high-outline.svg +1 -0
- package/dist/ionic/svg/volume-high-sharp.svg +1 -0
- package/dist/ionic/svg/volume-high.svg +1 -0
- package/dist/ionic/svg/volume-low-outline.svg +1 -0
- package/dist/ionic/svg/volume-low-sharp.svg +1 -0
- package/dist/ionic/svg/volume-low.svg +1 -0
- package/dist/ionic/svg/volume-medium-outline.svg +1 -0
- package/dist/ionic/svg/volume-medium-sharp.svg +1 -0
- package/dist/ionic/svg/volume-medium.svg +1 -0
- package/dist/ionic/svg/volume-mute-outline.svg +1 -0
- package/dist/ionic/svg/volume-mute-sharp.svg +1 -0
- package/dist/ionic/svg/volume-mute.svg +1 -0
- package/dist/ionic/svg/volume-off-outline.svg +1 -0
- package/dist/ionic/svg/volume-off-sharp.svg +1 -0
- package/dist/ionic/svg/volume-off.svg +1 -0
- package/dist/ionic/svg/walk-outline.svg +1 -0
- package/dist/ionic/svg/walk-sharp.svg +1 -0
- package/dist/ionic/svg/walk.svg +1 -0
- package/dist/ionic/svg/wallet-outline.svg +1 -0
- package/dist/ionic/svg/wallet-sharp.svg +1 -0
- package/dist/ionic/svg/wallet.svg +1 -0
- package/dist/ionic/svg/warning-outline.svg +1 -0
- package/dist/ionic/svg/warning-sharp.svg +1 -0
- package/dist/ionic/svg/warning.svg +1 -0
- package/dist/ionic/svg/watch-outline.svg +1 -0
- package/dist/ionic/svg/watch-sharp.svg +1 -0
- package/dist/ionic/svg/watch.svg +1 -0
- package/dist/ionic/svg/water-outline.svg +1 -0
- package/dist/ionic/svg/water-sharp.svg +1 -0
- package/dist/ionic/svg/water.svg +1 -0
- package/dist/ionic/svg/wifi-outline.svg +1 -0
- package/dist/ionic/svg/wifi-sharp.svg +1 -0
- package/dist/ionic/svg/wifi.svg +1 -0
- package/dist/ionic/svg/wine-outline.svg +1 -0
- package/dist/ionic/svg/wine-sharp.svg +1 -0
- package/dist/ionic/svg/wine.svg +1 -0
- package/dist/ionic/svg/woman-outline.svg +1 -0
- package/dist/ionic/svg/woman-sharp.svg +1 -0
- package/dist/ionic/svg/woman.svg +1 -0
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/action-sheet/action-sheet.d.ts +37 -0
- package/dist/types/components/content/content.d.ts +7 -0
- package/dist/types/components/fab-button/fab-button.d.ts +1 -1
- package/dist/types/components/item/item.d.ts +1 -1
- package/dist/types/components/modal/modal.d.ts +14 -0
- package/dist/types/components/popover/popover.d.ts +7 -0
- package/dist/types/components.d.ts +10 -6
- package/hydrate/index.js +363 -33
- package/hydrate/index.mjs +363 -33
- package/package.json +9 -5
- package/dist/ionic/p-43ed1ef5.entry.js +0 -4
- package/dist/ionic/p-510d86e1.entry.js +0 -4
- package/dist/ionic/p-5fb517e4.entry.js +0 -4
- package/dist/ionic/p-7380261c.entry.js +0 -4
- package/dist/ionic/p-95bddd49.entry.js +0 -4
- package/dist/ionic/p-D87hU-Ly.js +0 -4
- package/dist/ionic/p-b57c6d3e.entry.js +0 -4
- package/dist/ionic/p-e16b69e1.entry.js +0 -4
package/hydrate/index.js
CHANGED
|
@@ -4451,7 +4451,7 @@ class Accordion {
|
|
|
4451
4451
|
"value": [1],
|
|
4452
4452
|
"disabled": [4],
|
|
4453
4453
|
"readonly": [4],
|
|
4454
|
-
"toggleIcon": [
|
|
4454
|
+
"toggleIcon": [1, "toggle-icon"],
|
|
4455
4455
|
"toggleIconSlot": [1, "toggle-icon-slot"],
|
|
4456
4456
|
"state": [32],
|
|
4457
4457
|
"isNext": [32],
|
|
@@ -5851,6 +5851,14 @@ const CoreDelegate = () => {
|
|
|
5851
5851
|
let lastOverlayIndex = 0;
|
|
5852
5852
|
let lastId = 0;
|
|
5853
5853
|
const activeAnimations = new WeakMap();
|
|
5854
|
+
/**
|
|
5855
|
+
* Determines if the overlay's backdrop is always blocking (no background interaction).
|
|
5856
|
+
* Returns false if showBackdrop=false or backdropBreakpoint > 0.
|
|
5857
|
+
*/
|
|
5858
|
+
const isBackdropAlwaysBlocking = (el) => {
|
|
5859
|
+
var _a;
|
|
5860
|
+
return el.showBackdrop !== false && !(((_a = el.backdropBreakpoint) !== null && _a !== void 0 ? _a : 0) > 0);
|
|
5861
|
+
};
|
|
5854
5862
|
const createController = (tagName) => {
|
|
5855
5863
|
return {
|
|
5856
5864
|
create(options) {
|
|
@@ -6216,7 +6224,9 @@ const getPresentedOverlays = (doc, overlayTag) => {
|
|
|
6216
6224
|
*/
|
|
6217
6225
|
const getPresentedOverlay = (doc, overlayTag, id) => {
|
|
6218
6226
|
const overlays = getPresentedOverlays(doc, overlayTag);
|
|
6219
|
-
|
|
6227
|
+
// If no id is provided, return the last presented overlay
|
|
6228
|
+
// Otherwise, return the last overlay with the given id
|
|
6229
|
+
return (id === undefined ? overlays : overlays.filter((o) => o.id === id)).slice(-1)[0];
|
|
6220
6230
|
};
|
|
6221
6231
|
/**
|
|
6222
6232
|
* When an overlay is presented, the main
|
|
@@ -6288,9 +6298,7 @@ const present = async (overlay, name, iosEnterAnimation, mdEnterAnimation, opts)
|
|
|
6288
6298
|
*/
|
|
6289
6299
|
const overlayEl = overlay.el;
|
|
6290
6300
|
const shouldTrapFocus = overlayEl.tagName !== 'ION-TOAST' && overlayEl.focusTrap !== false;
|
|
6291
|
-
|
|
6292
|
-
// expect background interaction to remain enabled.
|
|
6293
|
-
const shouldLockRoot = shouldTrapFocus && overlayEl.showBackdrop !== false;
|
|
6301
|
+
const shouldLockRoot = shouldTrapFocus && isBackdropAlwaysBlocking(overlayEl);
|
|
6294
6302
|
overlay.presented = true;
|
|
6295
6303
|
overlay.willPresent.emit();
|
|
6296
6304
|
if (shouldLockRoot) {
|
|
@@ -6406,10 +6414,10 @@ const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLeaveAnim
|
|
|
6406
6414
|
*/
|
|
6407
6415
|
const overlaysLockingRoot = presentedOverlays.filter((o) => {
|
|
6408
6416
|
const el = o;
|
|
6409
|
-
return el.tagName !== 'ION-TOAST' && el.focusTrap !== false && el
|
|
6417
|
+
return el.tagName !== 'ION-TOAST' && el.focusTrap !== false && isBackdropAlwaysBlocking(el);
|
|
6410
6418
|
});
|
|
6411
6419
|
const overlayEl = overlay.el;
|
|
6412
|
-
const locksRoot = overlayEl.tagName !== 'ION-TOAST' && overlayEl.focusTrap !== false && overlayEl
|
|
6420
|
+
const locksRoot = overlayEl.tagName !== 'ION-TOAST' && overlayEl.focusTrap !== false && isBackdropAlwaysBlocking(overlayEl);
|
|
6413
6421
|
/**
|
|
6414
6422
|
* If this is the last visible overlay that is trapping focus
|
|
6415
6423
|
* then we want to re-add the root to the accessibility tree.
|
|
@@ -7613,6 +7621,7 @@ class ActionSheet {
|
|
|
7613
7621
|
this.delegateController = createDelegateController(this);
|
|
7614
7622
|
this.lockController = createLockController();
|
|
7615
7623
|
this.triggerController = createTriggerController();
|
|
7624
|
+
this.hasRadioButtons = false;
|
|
7616
7625
|
this.presented = false;
|
|
7617
7626
|
/** @internal */
|
|
7618
7627
|
this.hasController = false;
|
|
@@ -7657,6 +7666,19 @@ class ActionSheet {
|
|
|
7657
7666
|
}
|
|
7658
7667
|
};
|
|
7659
7668
|
}
|
|
7669
|
+
buttonsChanged() {
|
|
7670
|
+
const radioButtons = this.getRadioButtons();
|
|
7671
|
+
this.hasRadioButtons = radioButtons.length > 0;
|
|
7672
|
+
// Initialize activeRadioId when buttons change
|
|
7673
|
+
if (this.hasRadioButtons) {
|
|
7674
|
+
const checkedButton = radioButtons.find((b) => { var _a; return ((_a = b.htmlAttributes) === null || _a === void 0 ? void 0 : _a['aria-checked']) === 'true'; });
|
|
7675
|
+
if (checkedButton) {
|
|
7676
|
+
const allButtons = this.getButtons();
|
|
7677
|
+
const checkedIndex = allButtons.indexOf(checkedButton);
|
|
7678
|
+
this.activeRadioId = this.getButtonId(checkedButton, checkedIndex);
|
|
7679
|
+
}
|
|
7680
|
+
}
|
|
7681
|
+
}
|
|
7660
7682
|
onIsOpenChange(newValue, oldValue) {
|
|
7661
7683
|
if (newValue === true && oldValue === false) {
|
|
7662
7684
|
this.present();
|
|
@@ -7737,11 +7759,122 @@ class ActionSheet {
|
|
|
7737
7759
|
}
|
|
7738
7760
|
return true;
|
|
7739
7761
|
}
|
|
7762
|
+
/**
|
|
7763
|
+
* Get all buttons regardless of role.
|
|
7764
|
+
*/
|
|
7740
7765
|
getButtons() {
|
|
7741
7766
|
return this.buttons.map((b) => {
|
|
7742
7767
|
return typeof b === 'string' ? { text: b } : b;
|
|
7743
7768
|
});
|
|
7744
7769
|
}
|
|
7770
|
+
/**
|
|
7771
|
+
* Get all radio buttons (buttons with role="radio").
|
|
7772
|
+
*/
|
|
7773
|
+
getRadioButtons() {
|
|
7774
|
+
return this.getButtons().filter((b) => {
|
|
7775
|
+
var _a;
|
|
7776
|
+
const role = (_a = b.htmlAttributes) === null || _a === void 0 ? void 0 : _a.role;
|
|
7777
|
+
return role === 'radio' && !isCancel(role);
|
|
7778
|
+
});
|
|
7779
|
+
}
|
|
7780
|
+
/**
|
|
7781
|
+
* Handle radio button selection and update aria-checked state.
|
|
7782
|
+
*
|
|
7783
|
+
* @param button The radio button that was selected.
|
|
7784
|
+
*/
|
|
7785
|
+
selectRadioButton(button) {
|
|
7786
|
+
const buttonId = this.getButtonId(button);
|
|
7787
|
+
// Set the active radio ID (this will trigger a re-render and update aria-checked)
|
|
7788
|
+
this.activeRadioId = buttonId;
|
|
7789
|
+
}
|
|
7790
|
+
/**
|
|
7791
|
+
* Get or generate an ID for a button.
|
|
7792
|
+
*
|
|
7793
|
+
* @param button The button for which to get the ID.
|
|
7794
|
+
* @param index Optional index of the button in the buttons array.
|
|
7795
|
+
* @returns The ID of the button.
|
|
7796
|
+
*/
|
|
7797
|
+
getButtonId(button, index) {
|
|
7798
|
+
if (button.id) {
|
|
7799
|
+
return button.id;
|
|
7800
|
+
}
|
|
7801
|
+
const allButtons = this.getButtons();
|
|
7802
|
+
const buttonIndex = index !== undefined ? index : allButtons.indexOf(button);
|
|
7803
|
+
return `action-sheet-button-${this.overlayIndex}-${buttonIndex}`;
|
|
7804
|
+
}
|
|
7805
|
+
/**
|
|
7806
|
+
* When the action sheet has radio buttons, we want to follow the
|
|
7807
|
+
* keyboard navigation pattern for radio groups:
|
|
7808
|
+
* - Arrow Down/Right: Move to the next radio button (wrap to first if at end)
|
|
7809
|
+
* - Arrow Up/Left: Move to the previous radio button (wrap to last if at start)
|
|
7810
|
+
* - Space/Enter: Select the focused radio button and trigger its handler
|
|
7811
|
+
*/
|
|
7812
|
+
onKeydown(ev) {
|
|
7813
|
+
// Only handle keyboard navigation if we have radio buttons
|
|
7814
|
+
if (!this.hasRadioButtons || !this.presented) {
|
|
7815
|
+
return;
|
|
7816
|
+
}
|
|
7817
|
+
const target = ev.target;
|
|
7818
|
+
// Ignore if the target element is not within the action sheet or not a radio button
|
|
7819
|
+
if (!this.el.contains(target) ||
|
|
7820
|
+
!target.classList.contains('action-sheet-button') ||
|
|
7821
|
+
target.getAttribute('role') !== 'radio') {
|
|
7822
|
+
return;
|
|
7823
|
+
}
|
|
7824
|
+
// Get all radio button elements and filter out disabled ones
|
|
7825
|
+
const radios = Array.from(this.el.querySelectorAll('.action-sheet-button[role="radio"]')).filter((el) => !el.disabled);
|
|
7826
|
+
const currentIndex = radios.findIndex((radio) => radio.id === target.id);
|
|
7827
|
+
if (currentIndex === -1) {
|
|
7828
|
+
return;
|
|
7829
|
+
}
|
|
7830
|
+
const allButtons = this.getButtons();
|
|
7831
|
+
const radioButtons = this.getRadioButtons();
|
|
7832
|
+
/**
|
|
7833
|
+
* Build a map of button element IDs to their ActionSheetButton
|
|
7834
|
+
* config objects.
|
|
7835
|
+
* This allows us to quickly look up which button config corresponds
|
|
7836
|
+
* to a DOM element when handling keyboard navigation
|
|
7837
|
+
* (e.g., whenuser presses Space/Enter or arrow keys).
|
|
7838
|
+
* The key is the ID that was set on the DOM element during render,
|
|
7839
|
+
* and the value is the ActionSheetButton config that contains the
|
|
7840
|
+
* handler and other properties.
|
|
7841
|
+
*/
|
|
7842
|
+
const buttonIdMap = new Map();
|
|
7843
|
+
radioButtons.forEach((b) => {
|
|
7844
|
+
const allIndex = allButtons.indexOf(b);
|
|
7845
|
+
const buttonId = this.getButtonId(b, allIndex);
|
|
7846
|
+
buttonIdMap.set(buttonId, b);
|
|
7847
|
+
});
|
|
7848
|
+
let nextEl;
|
|
7849
|
+
if (['ArrowDown', 'ArrowRight'].includes(ev.key)) {
|
|
7850
|
+
ev.preventDefault();
|
|
7851
|
+
ev.stopPropagation();
|
|
7852
|
+
nextEl = currentIndex === radios.length - 1 ? radios[0] : radios[currentIndex + 1];
|
|
7853
|
+
}
|
|
7854
|
+
else if (['ArrowUp', 'ArrowLeft'].includes(ev.key)) {
|
|
7855
|
+
ev.preventDefault();
|
|
7856
|
+
ev.stopPropagation();
|
|
7857
|
+
nextEl = currentIndex === 0 ? radios[radios.length - 1] : radios[currentIndex - 1];
|
|
7858
|
+
}
|
|
7859
|
+
else if (ev.key === ' ' || ev.key === 'Enter') {
|
|
7860
|
+
ev.preventDefault();
|
|
7861
|
+
ev.stopPropagation();
|
|
7862
|
+
const button = buttonIdMap.get(target.id);
|
|
7863
|
+
if (button) {
|
|
7864
|
+
this.selectRadioButton(button);
|
|
7865
|
+
this.buttonClick(button);
|
|
7866
|
+
}
|
|
7867
|
+
return;
|
|
7868
|
+
}
|
|
7869
|
+
// Focus the next radio button
|
|
7870
|
+
if (nextEl) {
|
|
7871
|
+
const button = buttonIdMap.get(nextEl.id);
|
|
7872
|
+
if (button) {
|
|
7873
|
+
this.selectRadioButton(button);
|
|
7874
|
+
nextEl.focus();
|
|
7875
|
+
}
|
|
7876
|
+
}
|
|
7877
|
+
}
|
|
7745
7878
|
connectedCallback() {
|
|
7746
7879
|
prepareOverlay(this.el);
|
|
7747
7880
|
this.triggerChanged();
|
|
@@ -7758,6 +7891,8 @@ class ActionSheet {
|
|
|
7758
7891
|
if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
7759
7892
|
setOverlayId(this.el);
|
|
7760
7893
|
}
|
|
7894
|
+
// Initialize activeRadioId for radio buttons
|
|
7895
|
+
this.buttonsChanged();
|
|
7761
7896
|
}
|
|
7762
7897
|
componentDidLoad() {
|
|
7763
7898
|
/**
|
|
@@ -7795,22 +7930,74 @@ class ActionSheet {
|
|
|
7795
7930
|
*/
|
|
7796
7931
|
this.triggerChanged();
|
|
7797
7932
|
}
|
|
7933
|
+
renderActionSheetButtons(filteredButtons) {
|
|
7934
|
+
const mode = getIonMode$1(this);
|
|
7935
|
+
const { activeRadioId } = this;
|
|
7936
|
+
return filteredButtons.map((b, index) => {
|
|
7937
|
+
var _a;
|
|
7938
|
+
const isRadio = ((_a = b.htmlAttributes) === null || _a === void 0 ? void 0 : _a.role) === 'radio';
|
|
7939
|
+
const buttonId = this.getButtonId(b, index);
|
|
7940
|
+
const radioButtons = this.getRadioButtons();
|
|
7941
|
+
const isActiveRadio = isRadio && buttonId === activeRadioId;
|
|
7942
|
+
const isFirstRadio = isRadio && b === radioButtons[0];
|
|
7943
|
+
// For radio buttons, set tabindex: 0 for the active one, -1 for others
|
|
7944
|
+
// For non-radio buttons, use default tabindex (undefined, which means 0)
|
|
7945
|
+
/**
|
|
7946
|
+
* For radio buttons, set tabindex based on activeRadioId
|
|
7947
|
+
* - If the button is the active radio, tabindex is 0
|
|
7948
|
+
* - If no radio is active, the first radio button should have tabindex 0
|
|
7949
|
+
* - All other radio buttons have tabindex -1
|
|
7950
|
+
* For non-radio buttons, use default tabindex (undefined, which means 0)
|
|
7951
|
+
*/
|
|
7952
|
+
let tabIndex;
|
|
7953
|
+
if (isRadio) {
|
|
7954
|
+
// Focus on the active radio button
|
|
7955
|
+
if (isActiveRadio) {
|
|
7956
|
+
tabIndex = 0;
|
|
7957
|
+
}
|
|
7958
|
+
else if (!activeRadioId && isFirstRadio) {
|
|
7959
|
+
// No active radio, first radio gets focus
|
|
7960
|
+
tabIndex = 0;
|
|
7961
|
+
}
|
|
7962
|
+
else {
|
|
7963
|
+
// All other radios are not focusable
|
|
7964
|
+
tabIndex = -1;
|
|
7965
|
+
}
|
|
7966
|
+
}
|
|
7967
|
+
else {
|
|
7968
|
+
tabIndex = undefined;
|
|
7969
|
+
}
|
|
7970
|
+
// For radio buttons, set aria-checked based on activeRadioId
|
|
7971
|
+
// Otherwise, use the value from htmlAttributes if provided
|
|
7972
|
+
const htmlAttrs = Object.assign({}, b.htmlAttributes);
|
|
7973
|
+
if (isRadio) {
|
|
7974
|
+
htmlAttrs['aria-checked'] = isActiveRadio ? 'true' : 'false';
|
|
7975
|
+
}
|
|
7976
|
+
return (hAsync("button", Object.assign({}, htmlAttrs, { role: isRadio ? 'radio' : undefined, type: "button", id: buttonId, class: Object.assign(Object.assign({}, buttonClass$3(b)), { 'action-sheet-selected': isActiveRadio }), onClick: () => {
|
|
7977
|
+
if (isRadio) {
|
|
7978
|
+
this.selectRadioButton(b);
|
|
7979
|
+
}
|
|
7980
|
+
this.buttonClick(b);
|
|
7981
|
+
}, disabled: b.disabled, tabIndex: tabIndex }), hAsync("span", { class: "action-sheet-button-inner" }, b.icon && hAsync("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && hAsync("ion-ripple-effect", null)));
|
|
7982
|
+
});
|
|
7983
|
+
}
|
|
7798
7984
|
render() {
|
|
7799
|
-
const { header, htmlAttributes, overlayIndex } = this;
|
|
7985
|
+
const { header, htmlAttributes, overlayIndex, hasRadioButtons } = this;
|
|
7800
7986
|
const mode = getIonMode$1(this);
|
|
7801
7987
|
const allButtons = this.getButtons();
|
|
7802
7988
|
const cancelButton = allButtons.find((b) => b.role === 'cancel');
|
|
7803
7989
|
const buttons = allButtons.filter((b) => b.role !== 'cancel');
|
|
7804
7990
|
const headerID = `action-sheet-${overlayIndex}-header`;
|
|
7805
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
7991
|
+
return (hAsync(Host, Object.assign({ key: '173fcff5b1da7c33c267de4667591c946b8c8d03', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
|
|
7806
7992
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
7807
|
-
}, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), hAsync("ion-backdrop", { key: '
|
|
7993
|
+
}, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), hAsync("ion-backdrop", { key: '521ede659f747864f6c974e09016436eceb7158c', tappable: this.backdropDismiss }), hAsync("div", { key: '7a7946fc434bc444f16a70638f5e948c69d33fcd', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'bcff39a580489dbafa255842e57aa8602c6d0f18', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, hAsync("div", { key: '84bba13ce14261f0f0daa3f9c77648c9e7f36e0e', class: "action-sheet-container" }, hAsync("div", { key: 'd9c8ac404fd6719a7adf8cb36549f67616f9a0c4', class: "action-sheet-group", ref: (el) => (this.groupEl = el), role: hasRadioButtons ? 'radiogroup' : undefined }, header !== undefined && (hAsync("div", { key: '180433a8ad03ef5c54728a1a8f34715b6921d658', id: headerID, class: {
|
|
7808
7994
|
'action-sheet-title': true,
|
|
7809
7995
|
'action-sheet-has-sub-title': this.subHeader !== undefined,
|
|
7810
|
-
} }, header, this.subHeader && hAsync("div", { key: '
|
|
7996
|
+
} }, header, this.subHeader && hAsync("div", { key: '7138e79e61b1a8f42bc5a9175c57fa2f15d7ec5a', class: "action-sheet-sub-title" }, this.subHeader))), this.renderActionSheetButtons(buttons)), cancelButton && (hAsync("div", { key: 'b617c722f5b8028d73ed34b69310f312c65f34a7', class: "action-sheet-group action-sheet-group-cancel" }, hAsync("button", Object.assign({ key: 'd0dd876fc48815df3710413c201c0b445a8e16c0' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass$3(cancelButton), onClick: () => this.buttonClick(cancelButton) }), hAsync("span", { key: 'e7b960157cc6fc5fe92a12090b2be55e8ae072e4', class: "action-sheet-button-inner" }, cancelButton.icon && (hAsync("ion-icon", { key: '05498ffc60cab911dbff0ecbc6168dea59ada9a5', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && hAsync("ion-ripple-effect", { key: '3d401346cea301be4ca03671f7370f6f4b0b6bde' })))))), hAsync("div", { key: '971f3c5fcc07f36c28eb469a47ec0290c692e139', tabindex: "0", "aria-hidden": "true" })));
|
|
7811
7997
|
}
|
|
7812
7998
|
get el() { return getElement(this); }
|
|
7813
7999
|
static get watchers() { return {
|
|
8000
|
+
"buttons": ["buttonsChanged"],
|
|
7814
8001
|
"isOpen": ["onIsOpenChange"],
|
|
7815
8002
|
"trigger": ["triggerChanged"]
|
|
7816
8003
|
}; }
|
|
@@ -7838,12 +8025,13 @@ class ActionSheet {
|
|
|
7838
8025
|
"htmlAttributes": [16],
|
|
7839
8026
|
"isOpen": [4, "is-open"],
|
|
7840
8027
|
"trigger": [1],
|
|
8028
|
+
"activeRadioId": [32],
|
|
7841
8029
|
"present": [64],
|
|
7842
8030
|
"dismiss": [64],
|
|
7843
8031
|
"onDidDismiss": [64],
|
|
7844
8032
|
"onWillDismiss": [64]
|
|
7845
8033
|
},
|
|
7846
|
-
"$listeners$":
|
|
8034
|
+
"$listeners$": [[0, "keydown", "onKeydown"]],
|
|
7847
8035
|
"$lazyBundleId$": "-",
|
|
7848
8036
|
"$attrsToReflect$": []
|
|
7849
8037
|
}; }
|
|
@@ -9355,7 +9543,7 @@ class Button {
|
|
|
9355
9543
|
{
|
|
9356
9544
|
type !== 'button' && this.renderHiddenButton();
|
|
9357
9545
|
}
|
|
9358
|
-
return (hAsync(Host, { key: '
|
|
9546
|
+
return (hAsync(Host, { key: 'd148ed2332917f03fafd63dbbef10131df0ec5f0', onClick: this.handleClick, "aria-disabled": disabled ? 'true' : null, class: createColorClasses$1(color, {
|
|
9359
9547
|
[mode]: true,
|
|
9360
9548
|
[buttonType]: true,
|
|
9361
9549
|
[`${buttonType}-${expand}`]: expand !== undefined,
|
|
@@ -9370,13 +9558,14 @@ class Button {
|
|
|
9370
9558
|
'button-disabled': disabled,
|
|
9371
9559
|
'ion-activatable': true,
|
|
9372
9560
|
'ion-focusable': true,
|
|
9373
|
-
}) }, hAsync(TagType, Object.assign({ key: '
|
|
9561
|
+
}) }, hAsync(TagType, Object.assign({ key: '9da73c530017d510839a224bc4d5315bd44f60ed' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), hAsync("span", { key: '9046184db918cc53e90796860c43d1dfb7d1f85c', class: "button-inner" }, hAsync("slot", { key: '9dd37ab124803e703567ddde4154c81ed1922be1', name: "icon-only", onSlotchange: this.slotChanged }), hAsync("slot", { key: '01713ecf19c68be05072ffcd00ed7ff2d76c4551', name: "start" }), hAsync("slot", { key: '121124874ba1357bc10ffaf4f7ed13803a02add9' }), hAsync("slot", { key: '09317cf5ced153fbb94d4ebba69db858f9dbe570', name: "end" })), mode === 'md' && hAsync("ion-ripple-effect", { key: '8bdd9d082f48582be903221b13b67095046cd9aa', type: this.rippleType }))));
|
|
9374
9562
|
}
|
|
9375
9563
|
get el() { return getElement(this); }
|
|
9376
9564
|
static get watchers() { return {
|
|
9377
9565
|
"disabled": ["disabledChanged"],
|
|
9378
9566
|
"aria-checked": ["onAriaChanged"],
|
|
9379
|
-
"aria-label": ["onAriaChanged"]
|
|
9567
|
+
"aria-label": ["onAriaChanged"],
|
|
9568
|
+
"aria-pressed": ["onAriaChanged"]
|
|
9380
9569
|
}; }
|
|
9381
9570
|
static get style() { return {
|
|
9382
9571
|
ios: buttonIosCss,
|
|
@@ -10483,6 +10672,15 @@ class Content {
|
|
|
10483
10672
|
}
|
|
10484
10673
|
resize() {
|
|
10485
10674
|
}
|
|
10675
|
+
/**
|
|
10676
|
+
* Recalculate content dimensions. Called by overlays (e.g., popover) when
|
|
10677
|
+
* sibling elements like headers or footers have finished rendering and their
|
|
10678
|
+
* heights are available, ensuring accurate offset-top calculations.
|
|
10679
|
+
* @internal
|
|
10680
|
+
*/
|
|
10681
|
+
async recalculateDimensions() {
|
|
10682
|
+
readTask(() => this.readDimensions());
|
|
10683
|
+
}
|
|
10486
10684
|
readDimensions() {
|
|
10487
10685
|
const page = getPageElement(this.el);
|
|
10488
10686
|
const top = Math.max(this.el.offsetTop, 0);
|
|
@@ -10651,7 +10849,7 @@ class Content {
|
|
|
10651
10849
|
const forceOverscroll = this.shouldForceOverscroll();
|
|
10652
10850
|
const transitionShadow = mode === 'ios';
|
|
10653
10851
|
this.resize();
|
|
10654
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
10852
|
+
return (hAsync(Host, Object.assign({ key: 'cd8781f848d8dc926fe66f43d43c49564425a507', role: isMainContent ? 'main' : undefined, class: createColorClasses$1(this.color, {
|
|
10655
10853
|
[mode]: true,
|
|
10656
10854
|
'content-sizing': hostContext('ion-popover', this.el),
|
|
10657
10855
|
overscroll: forceOverscroll,
|
|
@@ -10659,12 +10857,12 @@ class Content {
|
|
|
10659
10857
|
}), style: {
|
|
10660
10858
|
'--offset-top': `${this.cTop}px`,
|
|
10661
10859
|
'--offset-bottom': `${this.cBottom}px`,
|
|
10662
|
-
} }, inheritedAttributes), hAsync("div", { key: '
|
|
10860
|
+
} }, inheritedAttributes), hAsync("div", { key: '95b112d7cae30f22ef778ceffb88edb4d941c170', ref: (el) => (this.backgroundContentEl = el), id: "background-content", part: "background" }), fixedSlotPlacement === 'before' ? hAsync("slot", { name: "fixed" }) : null, hAsync("div", { key: '2fdfcbc39fb66f11b6191911f2941c660f4c12e5', class: {
|
|
10663
10861
|
'inner-scroll': true,
|
|
10664
10862
|
'scroll-x': scrollX,
|
|
10665
10863
|
'scroll-y': scrollY,
|
|
10666
10864
|
overscroll: (scrollX || scrollY) && forceOverscroll,
|
|
10667
|
-
}, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" }, hAsync("slot", { key: '
|
|
10865
|
+
}, ref: (scrollEl) => (this.scrollEl = scrollEl), onScroll: this.scrollEvents ? (ev) => this.onScroll(ev) : undefined, part: "scroll" }, hAsync("slot", { key: '6bc77e0054ec8e21635a7f2abfe0ca46e0962e03' })), transitionShadow ? (hAsync("div", { class: "transition-effect" }, hAsync("div", { class: "transition-cover" }), hAsync("div", { class: "transition-shadow" }))) : null, fixedSlotPlacement === 'after' ? hAsync("slot", { name: "fixed" }) : null));
|
|
10668
10866
|
}
|
|
10669
10867
|
get el() { return getElement(this); }
|
|
10670
10868
|
static get style() { return contentCss; }
|
|
@@ -10679,6 +10877,7 @@ class Content {
|
|
|
10679
10877
|
"scrollX": [4, "scroll-x"],
|
|
10680
10878
|
"scrollY": [4, "scroll-y"],
|
|
10681
10879
|
"scrollEvents": [4, "scroll-events"],
|
|
10880
|
+
"recalculateDimensions": [64],
|
|
10682
10881
|
"getScrollElement": [64],
|
|
10683
10882
|
"getBackgroundElement": [64],
|
|
10684
10883
|
"scrollToTop": [64],
|
|
@@ -14996,7 +15195,7 @@ class FabButton {
|
|
|
14996
15195
|
"translucent": [4],
|
|
14997
15196
|
"type": [1],
|
|
14998
15197
|
"size": [1],
|
|
14999
|
-
"closeIcon": [
|
|
15198
|
+
"closeIcon": [1, "close-icon"]
|
|
15000
15199
|
},
|
|
15001
15200
|
"$listeners$": undefined,
|
|
15002
15201
|
"$lazyBundleId$": "-",
|
|
@@ -15782,7 +15981,7 @@ const getRoleType = (isInsideMenu, isCondensed, mode) => {
|
|
|
15782
15981
|
|
|
15783
15982
|
const headerIosCss = "ion-header{display:block;position:relative;-ms-flex-order:-1;order:-1;width:100%;z-index:10}ion-header ion-toolbar:first-of-type{padding-top:var(--ion-safe-area-top, 0)}.header-ios ion-toolbar:last-of-type{--border-width:0 0 0.55px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.header-background{left:0;right:0;top:0;bottom:0;position:absolute;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.header-translucent-ios ion-toolbar{--opacity:.8}.header-collapse-condense-inactive .header-background{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.header-ios.ion-no-border ion-toolbar:last-of-type{--border-width:0}.header-collapse-fade ion-toolbar{--opacity-scale:inherit}.header-collapse-fade.header-transitioning ion-toolbar{--background:transparent;--border-style:none}.header-collapse-condense{z-index:9}.header-collapse-condense ion-toolbar{position:-webkit-sticky;position:sticky;top:0}.header-collapse-condense ion-toolbar:first-of-type{padding-top:0px;z-index:1}.header-collapse-condense ion-toolbar{z-index:0}.header-collapse-condense ion-toolbar:last-of-type{--border-width:0px}.header-collapse-condense ion-toolbar ion-searchbar{padding-top:0px;padding-bottom:13px}.header-collapse-main{--opacity-scale:1}.header-collapse-main ion-toolbar{--opacity-scale:inherit}.header-collapse-main ion-toolbar.in-toolbar ion-title,.header-collapse-main ion-toolbar.in-toolbar ion-buttons{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.header-collapse-condense ion-toolbar,.header-collapse-condense-inactive.header-transitioning:not(.header-collapse-condense) ion-toolbar{--background:var(--ion-background-color, #fff)}.header-collapse-condense-inactive.header-transitioning:not(.header-collapse-condense) ion-toolbar{--border-style:none;--opacity-scale:1}.header-collapse-condense-inactive:not(.header-collapse-condense) ion-toolbar.in-toolbar ion-title,.header-collapse-condense-inactive:not(.header-collapse-condense) ion-toolbar.in-toolbar ion-buttons.buttons-collapse{opacity:0;pointer-events:none}.header-collapse-condense-inactive.header-collapse-condense ion-toolbar.in-toolbar ion-title,.header-collapse-condense-inactive.header-collapse-condense ion-toolbar.in-toolbar ion-buttons.buttons-collapse{visibility:hidden}ion-header.header-ios:not(.header-collapse-main):has(~ion-content ion-header.header-ios[collapse=condense],~ion-content ion-header.header-ios.header-collapse-condense){opacity:0}";
|
|
15784
15983
|
|
|
15785
|
-
const headerMdCss = "ion-header{display:block;position:relative;-ms-flex-order:-1;order:-1;width:100%;z-index:10}ion-header ion-toolbar:first-of-type{padding-top:var(--ion-safe-area-top, 0)}.header-md{-webkit-box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)}.header-collapse-condense{display:none}.header-md.ion-no-border{-webkit-box-shadow:none;box-shadow:none}";
|
|
15984
|
+
const headerMdCss = "ion-header{display:block;position:relative;-ms-flex-order:-1;order:-1;width:100%;z-index:10}ion-header ion-toolbar:first-of-type{padding-top:var(--ion-safe-area-top, 0)}.header-md{-webkit-box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12)}.header-md.header-collapse-condense{display:none}.header-md.ion-no-border{-webkit-box-shadow:none;box-shadow:none}";
|
|
15786
15985
|
|
|
15787
15986
|
/**
|
|
15788
15987
|
* @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
|
|
@@ -17988,14 +18187,14 @@ class InputPasswordToggle {
|
|
|
17988
18187
|
const isPasswordVisible = type === 'text';
|
|
17989
18188
|
return (hAsync(Host, { key: '91bc55664d496fe457518bd112865dd7811d0c17', class: createColorClasses$1(color, {
|
|
17990
18189
|
[mode]: true,
|
|
17991
|
-
}) }, hAsync("ion-button", { key: '
|
|
18190
|
+
}) }, hAsync("ion-button", { key: '6344d6838f5cdcba54c6bf4b592f036092044de0', mode: mode, color: color, fill: "clear", shape: "round", "aria-label": isPasswordVisible ? 'Hide password' : 'Show password', "aria-pressed": isPasswordVisible ? 'true' : 'false', type: "button", onPointerDown: (ev) => {
|
|
17992
18191
|
/**
|
|
17993
18192
|
* This prevents mobile browsers from
|
|
17994
18193
|
* blurring the input when the password toggle
|
|
17995
18194
|
* button is activated.
|
|
17996
18195
|
*/
|
|
17997
18196
|
ev.preventDefault();
|
|
17998
|
-
}, onClick: this.togglePasswordVisibility }, hAsync("ion-icon", { key: '
|
|
18197
|
+
}, onClick: this.togglePasswordVisibility }, hAsync("ion-icon", { key: 'a2bd9197c2635bf8cb155ff25ce022e7d7dc6d00', slot: "icon-only", "aria-hidden": "true", icon: isPasswordVisible ? hidePasswordIcon : showPasswordIcon }))));
|
|
17999
18198
|
}
|
|
18000
18199
|
get el() { return getElement(this); }
|
|
18001
18200
|
static get watchers() { return {
|
|
@@ -18281,7 +18480,7 @@ class Item {
|
|
|
18281
18480
|
"color": [513],
|
|
18282
18481
|
"button": [4],
|
|
18283
18482
|
"detail": [4],
|
|
18284
|
-
"detailIcon": [
|
|
18483
|
+
"detailIcon": [1, "detail-icon"],
|
|
18285
18484
|
"disabled": [516],
|
|
18286
18485
|
"download": [1],
|
|
18287
18486
|
"href": [1],
|
|
@@ -23017,7 +23216,13 @@ class Modal {
|
|
|
23017
23216
|
};
|
|
23018
23217
|
window.addEventListener(KEYBOARD_DID_OPEN, this.keyboardOpenCallback);
|
|
23019
23218
|
}
|
|
23020
|
-
|
|
23219
|
+
/**
|
|
23220
|
+
* Recalculate isSheetModal because framework bindings (e.g., Angular)
|
|
23221
|
+
* may not have been applied when componentWillLoad ran.
|
|
23222
|
+
*/
|
|
23223
|
+
const isSheetModal = this.breakpoints !== undefined && this.initialBreakpoint !== undefined;
|
|
23224
|
+
this.isSheetModal = isSheetModal;
|
|
23225
|
+
if (isSheetModal) {
|
|
23021
23226
|
this.initSheetGesture();
|
|
23022
23227
|
}
|
|
23023
23228
|
else if (hasCardModal) {
|
|
@@ -23099,6 +23304,79 @@ class Modal {
|
|
|
23099
23304
|
this.gesture = gesture;
|
|
23100
23305
|
this.moveSheetToBreakpoint = moveSheetToBreakpoint;
|
|
23101
23306
|
this.gesture.enable(true);
|
|
23307
|
+
/**
|
|
23308
|
+
* When backdrop interaction is allowed, nested router outlets from child routes
|
|
23309
|
+
* may block pointer events to parent content. Apply passthrough styles only when
|
|
23310
|
+
* the modal was the sole content of a child route page.
|
|
23311
|
+
* See https://github.com/ionic-team/ionic-framework/issues/30700
|
|
23312
|
+
*/
|
|
23313
|
+
const backdropNotBlocking = this.showBackdrop === false || this.focusTrap === false || backdropBreakpoint > 0;
|
|
23314
|
+
if (backdropNotBlocking) {
|
|
23315
|
+
this.setupChildRoutePassthrough();
|
|
23316
|
+
}
|
|
23317
|
+
}
|
|
23318
|
+
/**
|
|
23319
|
+
* For sheet modals that allow background interaction, sets up pointer-events
|
|
23320
|
+
* passthrough on child route page wrappers and nested router outlets.
|
|
23321
|
+
*/
|
|
23322
|
+
setupChildRoutePassthrough() {
|
|
23323
|
+
var _a;
|
|
23324
|
+
// Cache the page parent for cleanup
|
|
23325
|
+
this.cachedPageParent = this.getOriginalPageParent();
|
|
23326
|
+
const pageParent = this.cachedPageParent;
|
|
23327
|
+
// Skip ion-app (controller modals) and pages with visible sibling content next to the modal
|
|
23328
|
+
if (!pageParent || pageParent.tagName === 'ION-APP') {
|
|
23329
|
+
return;
|
|
23330
|
+
}
|
|
23331
|
+
const hasVisibleContent = Array.from(pageParent.children).some((child) => {
|
|
23332
|
+
var _a;
|
|
23333
|
+
return child !== this.el &&
|
|
23334
|
+
!(child instanceof HTMLElement && window.getComputedStyle(child).display === 'none') &&
|
|
23335
|
+
child.tagName !== 'TEMPLATE' &&
|
|
23336
|
+
child.tagName !== 'SLOT' &&
|
|
23337
|
+
!(child.nodeType === Node.TEXT_NODE && !((_a = child.textContent) === null || _a === void 0 ? void 0 : _a.trim()));
|
|
23338
|
+
});
|
|
23339
|
+
if (hasVisibleContent) {
|
|
23340
|
+
return;
|
|
23341
|
+
}
|
|
23342
|
+
// Child route case: page only contained the modal
|
|
23343
|
+
pageParent.classList.add('ion-page-overlay-passthrough');
|
|
23344
|
+
// Also make nested router outlets passthrough
|
|
23345
|
+
const routerOutlet = pageParent.parentElement;
|
|
23346
|
+
if ((routerOutlet === null || routerOutlet === void 0 ? void 0 : routerOutlet.tagName) === 'ION-ROUTER-OUTLET' && ((_a = routerOutlet.parentElement) === null || _a === void 0 ? void 0 : _a.tagName) !== 'ION-APP') {
|
|
23347
|
+
routerOutlet.style.setProperty('pointer-events', 'none');
|
|
23348
|
+
routerOutlet.setAttribute('data-overlay-passthrough', 'true');
|
|
23349
|
+
}
|
|
23350
|
+
}
|
|
23351
|
+
/**
|
|
23352
|
+
* Finds the ion-page ancestor of the modal's original parent location.
|
|
23353
|
+
*/
|
|
23354
|
+
getOriginalPageParent() {
|
|
23355
|
+
if (!this.cachedOriginalParent) {
|
|
23356
|
+
return null;
|
|
23357
|
+
}
|
|
23358
|
+
let pageParent = this.cachedOriginalParent;
|
|
23359
|
+
while (pageParent && !pageParent.classList.contains('ion-page')) {
|
|
23360
|
+
pageParent = pageParent.parentElement;
|
|
23361
|
+
}
|
|
23362
|
+
return pageParent;
|
|
23363
|
+
}
|
|
23364
|
+
/**
|
|
23365
|
+
* Removes passthrough styles added by setupChildRoutePassthrough.
|
|
23366
|
+
*/
|
|
23367
|
+
cleanupChildRoutePassthrough() {
|
|
23368
|
+
const pageParent = this.cachedPageParent;
|
|
23369
|
+
if (!pageParent) {
|
|
23370
|
+
return;
|
|
23371
|
+
}
|
|
23372
|
+
pageParent.classList.remove('ion-page-overlay-passthrough');
|
|
23373
|
+
const routerOutlet = pageParent.parentElement;
|
|
23374
|
+
if (routerOutlet === null || routerOutlet === void 0 ? void 0 : routerOutlet.hasAttribute('data-overlay-passthrough')) {
|
|
23375
|
+
routerOutlet.style.removeProperty('pointer-events');
|
|
23376
|
+
routerOutlet.removeAttribute('data-overlay-passthrough');
|
|
23377
|
+
}
|
|
23378
|
+
// Clear the cached reference
|
|
23379
|
+
this.cachedPageParent = undefined;
|
|
23102
23380
|
}
|
|
23103
23381
|
sheetOnDismiss() {
|
|
23104
23382
|
/**
|
|
@@ -23188,6 +23466,7 @@ class Modal {
|
|
|
23188
23466
|
}
|
|
23189
23467
|
this.cleanupViewTransitionListener();
|
|
23190
23468
|
this.cleanupParentRemovalObserver();
|
|
23469
|
+
this.cleanupChildRoutePassthrough();
|
|
23191
23470
|
}
|
|
23192
23471
|
this.currentBreakpoint = undefined;
|
|
23193
23472
|
this.animation = undefined;
|
|
@@ -23384,6 +23663,17 @@ class Modal {
|
|
|
23384
23663
|
this.cachedOriginalParent.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
|
|
23385
23664
|
return;
|
|
23386
23665
|
}
|
|
23666
|
+
/**
|
|
23667
|
+
* Don't observe for controller-based modals or when the parent is the
|
|
23668
|
+
* app root (document.body or ion-app). These parents won't be removed,
|
|
23669
|
+
* and observing document.body with subtree: true causes performance
|
|
23670
|
+
* issues with frameworks like Angular during change detection.
|
|
23671
|
+
*/
|
|
23672
|
+
if (this.hasController ||
|
|
23673
|
+
this.cachedOriginalParent === document.body ||
|
|
23674
|
+
this.cachedOriginalParent.tagName === 'ION-APP') {
|
|
23675
|
+
return;
|
|
23676
|
+
}
|
|
23387
23677
|
this.parentRemovalObserver = new MutationObserver((mutations) => {
|
|
23388
23678
|
mutations.forEach((mutation) => {
|
|
23389
23679
|
if (mutation.type === 'childList' && mutation.removedNodes.length > 0) {
|
|
@@ -23425,20 +23715,20 @@ class Modal {
|
|
|
23425
23715
|
const isCardModal = presentingElement !== undefined && mode === 'ios';
|
|
23426
23716
|
const isHandleCycle = handleBehavior === 'cycle';
|
|
23427
23717
|
const isSheetModalWithHandle = isSheetModal && showHandle;
|
|
23428
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
23718
|
+
return (hAsync(Host, Object.assign({ key: '9a75095a13de0cfc96f1fa69fd92777d25da8daa', "no-router": true,
|
|
23429
23719
|
// Allow the modal to be navigable when the handle is focusable
|
|
23430
23720
|
tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
|
|
23431
23721
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
23432
|
-
}, 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, onFocus: this.onModalFocus }), hAsync("ion-backdrop", { key: '
|
|
23722
|
+
}, 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, onFocus: this.onModalFocus }), hAsync("ion-backdrop", { key: 'd02612d8063ef20f59f173ff47795f71cdaaf63e', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: '708761b70a93e34c08faae079569f444c7416a4c', class: "modal-shadow" }), hAsync("div", Object.assign({ key: 'a72226ff1a98229f9bfd9207b98fc57e02baa430',
|
|
23433
23723
|
/*
|
|
23434
23724
|
role and aria-modal must be used on the
|
|
23435
23725
|
same element. They must also be set inside the
|
|
23436
23726
|
shadow DOM otherwise ion-button will not be highlighted
|
|
23437
23727
|
when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
|
|
23438
23728
|
*/
|
|
23439
|
-
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '
|
|
23729
|
+
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '0547f32323882660221385d84d492929caa77c6b', class: "modal-handle",
|
|
23440
23730
|
// Prevents the handle from receiving keyboard focus when it does not cycle
|
|
23441
|
-
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), hAsync("slot", { key: '
|
|
23731
|
+
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), hAsync("slot", { key: 'fccbd64518b6fa22f9e874deb6b4ba55d8d89c3b', onSlotchange: this.onSlotChange }))));
|
|
23442
23732
|
}
|
|
23443
23733
|
get el() { return getElement(this); }
|
|
23444
23734
|
static get watchers() { return {
|
|
@@ -23478,6 +23768,7 @@ class Modal {
|
|
|
23478
23768
|
"keepContentsMounted": [4, "keep-contents-mounted"],
|
|
23479
23769
|
"focusTrap": [4, "focus-trap"],
|
|
23480
23770
|
"canDismiss": [4, "can-dismiss"],
|
|
23771
|
+
"isSheetModal": [32],
|
|
23481
23772
|
"presented": [32],
|
|
23482
23773
|
"present": [64],
|
|
23483
23774
|
"dismiss": [64],
|
|
@@ -27545,6 +27836,10 @@ class Popover {
|
|
|
27545
27836
|
if (destroyTriggerInteraction) {
|
|
27546
27837
|
destroyTriggerInteraction();
|
|
27547
27838
|
}
|
|
27839
|
+
if (this.headerResizeObserver) {
|
|
27840
|
+
this.headerResizeObserver.disconnect();
|
|
27841
|
+
this.headerResizeObserver = undefined;
|
|
27842
|
+
}
|
|
27548
27843
|
}
|
|
27549
27844
|
componentWillLoad() {
|
|
27550
27845
|
var _a, _b;
|
|
@@ -27647,6 +27942,7 @@ class Popover {
|
|
|
27647
27942
|
*/
|
|
27648
27943
|
this.ionMount.emit();
|
|
27649
27944
|
this.usersElement = await attachComponent(delegate, el, this.component, ['popover-viewport'], this.componentProps, inline);
|
|
27945
|
+
this.recalculateContentOnHeaderReady();
|
|
27650
27946
|
if (!this.keyboardEvents) {
|
|
27651
27947
|
this.configureKeyboardInteraction();
|
|
27652
27948
|
}
|
|
@@ -27692,6 +27988,35 @@ class Popover {
|
|
|
27692
27988
|
}
|
|
27693
27989
|
unlock();
|
|
27694
27990
|
}
|
|
27991
|
+
/**
|
|
27992
|
+
* Watch the header for height changes and trigger content dimension
|
|
27993
|
+
* recalculation when the header has a height > 0. This sets the offset-top
|
|
27994
|
+
* of the content to the height of the header correctly.
|
|
27995
|
+
*/
|
|
27996
|
+
recalculateContentOnHeaderReady() {
|
|
27997
|
+
var _a;
|
|
27998
|
+
const popoverContent = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.popover-content');
|
|
27999
|
+
if (!popoverContent) {
|
|
28000
|
+
return;
|
|
28001
|
+
}
|
|
28002
|
+
const contentContainer = this.usersElement || popoverContent;
|
|
28003
|
+
const header = contentContainer.querySelector('ion-header');
|
|
28004
|
+
const contentElements = contentContainer.querySelectorAll('ion-content');
|
|
28005
|
+
if (!header || contentElements.length === 0) {
|
|
28006
|
+
return;
|
|
28007
|
+
}
|
|
28008
|
+
this.headerResizeObserver = new ResizeObserver(async () => {
|
|
28009
|
+
var _a;
|
|
28010
|
+
if (header.offsetHeight > 0) {
|
|
28011
|
+
(_a = this.headerResizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
28012
|
+
this.headerResizeObserver = undefined;
|
|
28013
|
+
for (const contentEl of contentElements) {
|
|
28014
|
+
await contentEl.recalculateDimensions();
|
|
28015
|
+
}
|
|
28016
|
+
}
|
|
28017
|
+
});
|
|
28018
|
+
this.headerResizeObserver.observe(header);
|
|
28019
|
+
}
|
|
27695
28020
|
/**
|
|
27696
28021
|
* Dismiss the popover overlay after it has been presented.
|
|
27697
28022
|
* This is a no-op if the overlay has not been presented yet. If you want
|
|
@@ -27753,9 +28078,9 @@ class Popover {
|
|
|
27753
28078
|
const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
|
|
27754
28079
|
const desktop = isPlatform('desktop');
|
|
27755
28080
|
const enableArrow = arrow && !parentPopover;
|
|
27756
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
28081
|
+
return (hAsync(Host, Object.assign({ key: '42863f748c93f709d433931d969230137b37d42d', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
27757
28082
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
27758
|
-
}, 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: '
|
|
28083
|
+
}, 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: '22b6d82178b52158b76ab3fd9a7dd738fd6e4bbf', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: 'b76335c64e992a964ed3fb91d17a992c3474b4cd', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '018c846c32e7ff7fa010528e6b37a17e5f03c84c', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: '350c468c80052da3a07768bceab98fe159c35a43', class: "popover-content", part: "content" }, hAsync("slot", { key: '686443c17ac9873d33905c1cdb67e6d6da675282' })))));
|
|
27759
28084
|
}
|
|
27760
28085
|
get el() { return getElement(this); }
|
|
27761
28086
|
static get watchers() { return {
|
|
@@ -33627,13 +33952,18 @@ class Select {
|
|
|
33627
33952
|
.filter((cls) => cls !== 'hydrated')
|
|
33628
33953
|
.join(' ');
|
|
33629
33954
|
const optClass = `${OPTION_CLASS} ${copyClasses}`;
|
|
33955
|
+
const isSelected = isOptionSelected(selectValue, value, this.compareWith);
|
|
33630
33956
|
return {
|
|
33631
|
-
role:
|
|
33957
|
+
role: isSelected ? 'selected' : '',
|
|
33632
33958
|
text: option.textContent,
|
|
33633
33959
|
cssClass: optClass,
|
|
33634
33960
|
handler: () => {
|
|
33635
33961
|
this.setValue(value);
|
|
33636
33962
|
},
|
|
33963
|
+
htmlAttributes: {
|
|
33964
|
+
'aria-checked': isSelected ? 'true' : 'false',
|
|
33965
|
+
role: 'radio',
|
|
33966
|
+
},
|
|
33637
33967
|
};
|
|
33638
33968
|
});
|
|
33639
33969
|
// Add "cancel" button
|
|
@@ -34014,7 +34344,7 @@ class Select {
|
|
|
34014
34344
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
34015
34345
|
*/
|
|
34016
34346
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
|
|
34017
|
-
return (hAsync(Host, { key: '
|
|
34347
|
+
return (hAsync(Host, { key: 'd8026835993d0e6dce747098f741a06ae4e4f54d', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
34018
34348
|
[mode]: true,
|
|
34019
34349
|
'in-item': inItem,
|
|
34020
34350
|
'in-item-color': hostContext('ion-item.ion-color', el),
|
|
@@ -34032,7 +34362,7 @@ class Select {
|
|
|
34032
34362
|
[`select-justify-${justify}`]: justifyEnabled,
|
|
34033
34363
|
[`select-shape-${shape}`]: shape !== undefined,
|
|
34034
34364
|
[`select-label-placement-${labelPlacement}`]: true,
|
|
34035
|
-
}) }, hAsync("label", { key: '
|
|
34365
|
+
}) }, hAsync("label", { key: 'fcfb40209d6d07d49c7fdca4884b31abf6ac2567', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), hAsync("div", { key: 'f191664f2290c3890bde1156157c83a6ff17dbe2', class: "select-wrapper-inner" }, hAsync("slot", { key: '317a28d1115b4214f291e228ce0fe6fc782e57d5', name: "start" }), hAsync("div", { key: 'db68e18abd5ca3a1023d7c7b58bf89893ae18073', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: '4274e042267c2234a198b0f65c89477898d08130', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: '2e2eb1ee2b2791e0683d9afb186fde6e938ca59c', class: "select-highlight" })), this.renderBottomContent()));
|
|
34036
34366
|
}
|
|
34037
34367
|
get el() { return getElement(this); }
|
|
34038
34368
|
static get watchers() { return {
|