cty-mui-core 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +1 -1
- package/components/action-sheet2.js +8 -11
- package/components/alert.js +1 -1
- package/components/alert2.js +9 -14
- package/components/animation.js +250 -9
- package/components/backdrop.js +13 -1
- package/components/banner.js +1 -1
- package/components/button-active.js +1 -1
- package/components/button.js +6 -19
- package/components/buttons.js +3 -3
- package/components/checkbox.js +84 -14
- package/components/col.js +2 -2
- package/components/cty-camera-photo.js +1 -1
- package/components/cty-canvas-board.js +5 -4
- package/components/cty-cascader.js +1 -1
- package/components/cty-floating-bubble.js +1 -1
- package/components/cty-image-viewer.js +1 -1
- package/components/cty-index-bar.js +1 -1
- package/components/cty-loading.js +1 -1
- package/components/cty-quick-access.js +1 -1
- package/components/cty-record.js +1 -1
- package/components/cty-share-sheet.js +1 -1
- package/components/cty-tour.js +6 -6
- package/components/cty-tutorial.js +1 -1
- package/components/cty-video.js +2 -2
- package/components/data.js +1 -1
- package/components/form-controller.js +64 -0
- package/components/framework-delegate.js +1 -1
- package/components/gesture-controller.js +1 -1
- package/components/grid.js +2 -2
- package/components/haptic.js +54 -6
- package/components/header.js +5 -24
- package/components/helpers2.js +407 -3
- package/components/helpers3.js +3 -351
- package/components/index.js +23 -18
- package/components/index10.js +34 -5
- package/components/index4.js +1 -3
- package/components/index5.js +1 -1
- package/components/index8.js +2 -123
- package/components/index9.js +3 -3
- package/components/input-shims.js +2 -9
- package/components/input.utils.js +1 -13
- package/components/ion-accordion-group.js +3 -3
- package/components/ion-accordion.js +1 -1
- package/components/ion-app.js +2 -1
- package/components/ion-avatar.js +1 -1
- package/components/ion-back-button.js +4 -4
- package/components/ion-badge.js +4 -4
- package/components/ion-breadcrumb.js +7 -7
- package/components/ion-breadcrumbs.js +2 -2
- package/components/ion-card-content.js +1 -1
- package/components/ion-card-header.js +2 -2
- package/components/ion-card-subtitle.js +4 -4
- package/components/ion-card-title.js +3 -3
- package/components/ion-card.js +4 -4
- package/components/ion-chip.js +2 -2
- package/components/ion-content.js +437 -1
- package/components/ion-datetime-button.js +7 -7
- package/components/ion-datetime.js +113 -52
- package/components/ion-fab-button.js +5 -5
- package/components/ion-fab-list.js +3 -3
- package/components/ion-fab.js +2 -2
- package/components/ion-footer.js +3 -3
- package/components/ion-img.js +2 -2
- package/components/ion-infinite-scroll-content.js +4 -4
- package/components/ion-infinite-scroll.js +1 -1
- package/components/ion-input.js +96 -49
- package/components/ion-item-divider.js +4 -4
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +4 -4
- package/components/ion-item-options.js +4 -4
- package/components/ion-item-sliding.js +2 -2
- package/components/ion-loading.js +6 -9
- package/components/ion-menu-button.js +5 -5
- package/components/ion-menu-toggle.js +2 -2
- package/components/ion-menu.js +60 -72
- package/components/ion-modal.js +1780 -1
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +5 -9
- package/components/ion-note.js +1 -43
- package/components/ion-picker-column-internal.js +6 -0
- package/components/ion-picker-column.js +2 -2
- package/components/ion-picker-internal.js +6 -0
- package/components/ion-picker.js +321 -1
- package/components/ion-progress-bar.js +4 -7
- package/components/ion-refresher-content.js +2 -2
- package/components/ion-refresher.js +4 -31
- package/components/ion-reorder-group.js +2 -2
- package/components/ion-reorder.js +2 -2
- package/components/ion-router-link.js +3 -3
- package/components/ion-router-outlet.js +2 -2
- package/components/ion-router.js +1 -1
- package/components/ion-searchbar.js +10 -10
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +209 -195
- package/components/ion-skeleton-text.js +2 -2
- package/components/ion-split-pane.js +17 -28
- package/components/ion-tab-bar.js +4 -4
- package/components/ion-tab-button.js +5 -5
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -12
- package/components/ion-text.js +2 -2
- package/components/ion-textarea.js +73 -24
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-toggle.js +69 -12
- package/components/ios.transition.js +67 -94
- package/components/item.js +100 -33
- package/components/label.js +5 -5
- package/components/list-header.js +4 -4
- package/components/list.js +2 -2
- package/components/notch-controller.js +1 -1
- package/components/note.js +45 -0
- package/components/overlay.js +1 -1
- package/components/overlays2.js +46 -168
- package/components/picker-column-internal.js +394 -0
- package/components/picker-column.js +319 -538
- package/components/picker-internal.js +514 -0
- package/components/platform.js +1 -8
- package/components/popover.js +8 -11
- package/components/radio-group.js +5 -13
- package/components/radio.js +87 -27
- package/components/range.js +111 -47
- package/components/refresher.utils.js +1 -1
- package/components/ripple-effect.js +1 -1
- package/components/row.js +1 -1
- package/components/segment-button.js +8 -27
- package/components/segment.js +27 -136
- package/components/select-popover.js +20 -14
- package/components/spinner.js +1 -1
- package/components/status-bar.js +0 -2
- package/components/status-tap.js +1 -1
- package/components/swipe-back.js +1 -1
- package/components/swipe-item.js +1 -1
- package/components/swipe.js +1 -1
- package/components/title.js +3 -3
- package/components/toast.js +8 -17
- package/components/toolbar.js +4 -4
- package/dist/cjs/animation-0c52d0da.js +1065 -0
- package/dist/cjs/app-globals-a3d55118.js +13 -0
- package/dist/cjs/cty-action-sheet.cjs.entry.js +4 -3
- package/dist/cjs/cty-agree.cjs.entry.js +1 -1
- package/dist/cjs/cty-alert_2.cjs.entry.js +4 -3
- package/dist/cjs/cty-audio.cjs.entry.js +3 -3
- package/dist/cjs/cty-camera-photo.cjs.entry.js +9 -8
- package/dist/cjs/cty-canvas-board.cjs.entry.js +5 -4
- package/dist/cjs/cty-canvas-video.cjs.entry.js +5 -5
- package/dist/cjs/cty-cascader.cjs.entry.js +4 -3
- package/dist/cjs/cty-floating-panel.cjs.entry.js +1 -1
- package/dist/cjs/cty-image-upload.cjs.entry.js +1 -1
- package/dist/cjs/cty-image-viewer.cjs.entry.js +4 -3
- package/dist/cjs/cty-keyboard.cjs.entry.js +5 -5
- package/dist/cjs/cty-loading.cjs.entry.js +4 -3
- package/dist/cjs/cty-media-capture.cjs.entry.js +6 -7
- package/dist/cjs/cty-mui-global-d06ce460.js +40 -0
- package/dist/cjs/cty-mui.cjs.js +6 -6
- package/dist/cjs/cty-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/cty-notice-bar.cjs.entry.js +3 -2
- package/dist/cjs/cty-overlay.cjs.entry.js +4 -3
- package/dist/cjs/cty-rate.cjs.entry.js +1 -1
- package/dist/cjs/cty-record.cjs.entry.js +9 -8
- package/dist/cjs/cty-share-sheet.cjs.entry.js +9 -8
- package/dist/cjs/cty-steps.cjs.entry.js +1 -1
- package/dist/cjs/cty-tour.cjs.entry.js +5 -5
- package/dist/cjs/cty-tutorial.cjs.entry.js +4 -3
- package/dist/cjs/cty-video.cjs.entry.js +10 -11
- package/dist/cjs/data-3db13a0d.js +1673 -0
- package/dist/cjs/device-info-17184306.js +110 -0
- package/dist/cjs/device-info-5b724fc2.js +42 -0
- package/dist/cjs/form-controller-68b564f5.js +66 -0
- package/dist/cjs/framework-delegate-6bcc353e.js +144 -0
- package/dist/cjs/gesture-controller-5af7dc44.js +197 -0
- package/dist/cjs/haptic-5cbe081d.js +212 -0
- package/dist/cjs/hardware-back-button-72541549.js +121 -0
- package/dist/cjs/helpers-610bf466.js +441 -0
- package/dist/cjs/index-04a36e23.js +198 -0
- package/dist/cjs/index-419d516f.js +96 -0
- package/dist/cjs/index-486add42.js +140 -0
- package/dist/cjs/index-b6883819.js +244 -0
- package/dist/cjs/index-cc42e41f.js +320 -0
- package/dist/cjs/index-db3ce39e.js +468 -0
- package/dist/cjs/index.cjs.js +31 -25
- package/dist/cjs/input-shims-ef4362de.js +619 -0
- package/dist/cjs/input.utils-a26b9af5.js +141 -0
- package/dist/cjs/ion-accordion-group.cjs.entry.js +5 -5
- package/dist/cjs/ion-accordion.cjs.entry.js +4 -4
- package/dist/cjs/ion-action-sheet_3.cjs.entry.js +1013 -0
- package/dist/cjs/ion-app.cjs.entry.js +9 -8
- package/dist/cjs/ion-avatar.cjs.entry.js +3 -3
- package/dist/cjs/ion-back-button.cjs.entry.js +7 -7
- package/dist/cjs/ion-backdrop.cjs.entry.js +15 -3
- package/dist/cjs/ion-badge.cjs.entry.js +6 -6
- package/dist/cjs/ion-breadcrumb.cjs.entry.js +10 -10
- package/dist/cjs/ion-breadcrumbs.cjs.entry.js +4 -4
- package/dist/cjs/ion-button_2.cjs.entry.js +9 -21
- package/dist/cjs/ion-card-content.cjs.entry.js +3 -3
- package/dist/cjs/ion-card-header.cjs.entry.js +4 -4
- package/dist/cjs/ion-card-subtitle.cjs.entry.js +6 -6
- package/dist/cjs/ion-card-title.cjs.entry.js +5 -5
- package/dist/cjs/ion-card.cjs.entry.js +6 -6
- package/dist/cjs/ion-checkbox_7.cjs.entry.js +958 -0
- package/dist/cjs/ion-chip.cjs.entry.js +4 -4
- package/dist/cjs/ion-col.cjs.entry.js +4 -4
- package/dist/cjs/ion-content.cjs.entry.js +415 -0
- package/dist/cjs/ion-datetime-button.cjs.entry.js +10 -10
- package/dist/cjs/ion-datetime.cjs.entry.js +91 -42
- package/dist/cjs/ion-fab-button.cjs.entry.js +8 -8
- package/dist/cjs/ion-fab-list.cjs.entry.js +5 -5
- package/dist/cjs/ion-fab.cjs.entry.js +4 -4
- package/dist/cjs/ion-footer.cjs.entry.js +6 -6
- package/dist/cjs/ion-grid.cjs.entry.js +4 -4
- package/dist/cjs/ion-header_3.cjs.entry.js +462 -0
- package/dist/cjs/ion-img.cjs.entry.js +4 -4
- package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +6 -6
- package/dist/cjs/ion-infinite-scroll.cjs.entry.js +5 -5
- package/dist/cjs/ion-input.cjs.entry.js +94 -51
- package/dist/cjs/ion-item-divider.cjs.entry.js +6 -6
- package/dist/cjs/ion-item-group.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-option.cjs.entry.js +6 -6
- package/dist/cjs/ion-item-options.cjs.entry.js +6 -6
- package/dist/cjs/ion-item-sliding.cjs.entry.js +6 -6
- package/dist/cjs/ion-loading.cjs.entry.js +12 -16
- package/dist/cjs/ion-menu-button.cjs.entry.js +11 -11
- package/dist/cjs/ion-menu-toggle.cjs.entry.js +9 -9
- package/dist/cjs/ion-menu.cjs.entry.js +67 -79
- package/dist/cjs/ion-modal.cjs.entry.js +1734 -0
- package/dist/cjs/ion-nav-link.cjs.entry.js +1 -1
- package/dist/cjs/ion-nav.cjs.entry.js +9 -13
- package/dist/cjs/ion-note.cjs.entry.js +6 -6
- package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +868 -0
- package/dist/cjs/ion-picker-column.cjs.entry.js +367 -0
- package/dist/cjs/ion-picker.cjs.entry.js +280 -0
- package/dist/cjs/ion-popover.cjs.entry.js +14 -17
- package/dist/cjs/ion-progress-bar.cjs.entry.js +6 -9
- package/dist/cjs/ion-range.cjs.entry.js +113 -50
- package/dist/cjs/ion-refresher-content.cjs.entry.js +7 -7
- package/dist/cjs/ion-refresher.cjs.entry.js +13 -40
- package/dist/cjs/ion-reorder-group.cjs.entry.js +7 -7
- package/dist/cjs/ion-reorder.cjs.entry.js +4 -4
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
- package/dist/cjs/ion-router-link.cjs.entry.js +5 -5
- package/dist/cjs/ion-router-outlet.cjs.entry.js +7 -8
- package/dist/cjs/ion-router.cjs.entry.js +1 -1
- package/dist/cjs/ion-row.cjs.entry.js +3 -3
- package/dist/cjs/ion-searchbar.cjs.entry.js +12 -12
- package/dist/cjs/ion-segment_2.cjs.entry.js +36 -163
- package/dist/cjs/ion-select-option.cjs.entry.js +3 -3
- package/dist/cjs/ion-select.cjs.entry.js +184 -131
- package/dist/cjs/ion-skeleton-text.cjs.entry.js +4 -4
- package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
- package/dist/cjs/ion-split-pane.cjs.entry.js +18 -28
- package/dist/cjs/ion-tab-bar.cjs.entry.js +6 -6
- package/dist/cjs/ion-tab-button.cjs.entry.js +7 -7
- package/dist/cjs/ion-tab.cjs.entry.js +4 -4
- package/dist/cjs/ion-tabs.cjs.entry.js +2 -12
- package/dist/cjs/ion-text.cjs.entry.js +4 -4
- package/dist/cjs/ion-textarea.cjs.entry.js +74 -28
- package/dist/cjs/ion-thumbnail.cjs.entry.js +3 -3
- package/dist/cjs/ion-toast.cjs.entry.js +15 -24
- package/dist/cjs/ion-toggle.cjs.entry.js +72 -16
- package/dist/cjs/ionic-global-87cc50ec.js +72 -0
- package/dist/cjs/ios.transition-c3a63357.js +654 -0
- package/dist/cjs/loader.cjs.js +6 -6
- package/dist/cjs/md.transition-ee491fdc.js +59 -0
- package/dist/cjs/menu-toggle-util-bc43877a.js +14 -0
- package/dist/cjs/network-8e98924e.js +32 -0
- package/dist/cjs/notch-controller-4c74d136.js +155 -0
- package/dist/cjs/overlays-6d292bc5.js +869 -0
- package/dist/cjs/platform-c5f6b806.js +170 -0
- package/dist/cjs/refresher.utils-2aed304b.js +206 -0
- package/dist/cjs/status-bar-3eeb8fa8.js +72 -0
- package/dist/cjs/status-tap-cc0eac47.js +42 -0
- package/dist/cjs/swipe-back-5e31dcba.js +81 -0
- package/dist/cjs/theme-a16341cf.js +50 -0
- package/dist/cjs/utils-f9260515.js +36 -0
- package/dist/collection/collection-manifest.json +2 -7
- package/dist/collection/components/canvas-board/canvas-board.js +4 -3
- package/dist/collection/components/tour/tour.js +5 -5
- package/dist/collection/components/video/video.js +2 -2
- package/dist/collection/utils/animations/modal/slide.js +4 -4
- package/dist/collection/utils/base64.js +2 -1
- package/dist/collection/utils/date.js +11 -7
- package/dist/cty-mui/cty-mui.esm.js +1 -1
- package/dist/cty-mui/cty-mui.js +1 -1
- package/dist/cty-mui/index.esm.js +1 -1
- package/dist/cty-mui/p-029d976e.system.entry.js +1 -0
- package/dist/cty-mui/p-037374d1.system.js +5 -0
- package/dist/cty-mui/p-0664ff0d.entry.js +1 -0
- package/dist/cty-mui/p-08813e48.system.entry.js +1 -0
- package/dist/cty-mui/p-0909376f.system.entry.js +1 -0
- package/dist/cty-mui/p-0983c9aa.entry.js +1 -0
- package/dist/cty-mui/p-0a3105a8.system.entry.js +5 -0
- package/dist/cty-mui/p-0baad49b.system.entry.js +1 -0
- package/dist/cty-mui/p-0bfd3ca5.entry.js +1 -0
- package/dist/cty-mui/p-0c325a48.entry.js +1 -0
- package/dist/cty-mui/p-0c39efb8.system.entry.js +5 -0
- package/dist/cty-mui/p-0c5f04fd.system.js +22 -0
- package/dist/cty-mui/p-0d55cf14.system.entry.js +1 -0
- package/dist/cty-mui/p-0ef4081c.js +1 -0
- package/dist/cty-mui/p-10c1aa0f.system.js +1 -0
- package/dist/cty-mui/p-116e34a0.entry.js +1 -0
- package/dist/cty-mui/p-1198f939.entry.js +1 -0
- package/dist/cty-mui/p-1403af79.entry.js +1 -0
- package/dist/cty-mui/p-14d685e6.entry.js +1 -0
- package/dist/cty-mui/p-1639635f.system.entry.js +1 -0
- package/dist/cty-mui/p-16c44e92.system.js +1 -0
- package/dist/cty-mui/p-176836bb.system.entry.js +1 -0
- package/dist/cty-mui/p-1a939b9b.system.entry.js +1 -0
- package/dist/cty-mui/p-1b181c6b.entry.js +1 -0
- package/dist/cty-mui/p-1b4d281d.js +4 -0
- package/dist/cty-mui/p-1c5d46a4.js +1 -0
- package/dist/cty-mui/p-1d2f9b2f.entry.js +1 -0
- package/dist/cty-mui/p-1df984fc.system.entry.js +29 -0
- package/dist/cty-mui/p-1e2b3999.js +1 -0
- package/dist/cty-mui/p-1fb374ad.system.js +5 -0
- package/dist/cty-mui/p-20c13e2d.system.entry.js +14 -0
- package/dist/cty-mui/p-21213462.system.js +1 -0
- package/dist/cty-mui/p-2334637c.system.entry.js +1 -0
- package/dist/cty-mui/p-2354e1db.system.entry.js +1 -0
- package/dist/cty-mui/p-2413947d.system.entry.js +5 -0
- package/dist/cty-mui/p-24f7d5d9.entry.js +1 -0
- package/dist/cty-mui/p-25859671.entry.js +1 -0
- package/dist/cty-mui/p-270769bb.js +4 -0
- package/dist/cty-mui/p-2ac4ea75.system.js +1 -0
- package/dist/cty-mui/p-2d552ac6.js +1 -0
- package/dist/cty-mui/p-2d655ccb.entry.js +1 -0
- package/dist/cty-mui/p-2dd4e8fd.system.entry.js +31 -0
- package/dist/cty-mui/p-2e4d3d61.entry.js +1 -0
- package/dist/cty-mui/p-2e6366c9.system.entry.js +1 -0
- package/dist/cty-mui/p-2fa5148b.entry.js +1 -0
- package/dist/cty-mui/p-30775dd6.entry.js +1 -0
- package/dist/cty-mui/p-31add44a.system.entry.js +1 -0
- package/dist/cty-mui/p-33e18608.system.js +5 -0
- package/dist/cty-mui/p-340ca715.system.entry.js +1 -0
- package/dist/cty-mui/p-34ad6b39.system.entry.js +1 -0
- package/dist/cty-mui/p-352c347e.system.entry.js +5 -0
- package/dist/cty-mui/p-35911218.entry.js +1 -0
- package/dist/cty-mui/p-39757d36.entry.js +1 -0
- package/dist/cty-mui/p-39830fed.entry.js +1 -0
- package/dist/cty-mui/p-39d6439a.system.entry.js +1 -0
- package/dist/cty-mui/p-3a6a2ac4.entry.js +4 -0
- package/dist/cty-mui/p-3b2948bd.system.entry.js +1 -0
- package/dist/cty-mui/p-3bc9835b.entry.js +1 -0
- package/dist/cty-mui/p-3be780a2.js +4 -0
- package/dist/cty-mui/p-3c6ce7b4.entry.js +1 -0
- package/dist/cty-mui/p-3e695dee.entry.js +1 -0
- package/dist/cty-mui/p-3e757146.system.js +8 -0
- package/dist/cty-mui/p-400bdacd.entry.js +1 -0
- package/dist/cty-mui/p-4056a25c.system.entry.js +1 -0
- package/dist/cty-mui/p-40bd9c58.system.entry.js +1 -0
- package/dist/cty-mui/p-419a8e40.entry.js +4 -0
- package/dist/cty-mui/p-4345d4f0.system.entry.js +1 -0
- package/dist/cty-mui/p-4386d76e.entry.js +1 -0
- package/dist/cty-mui/p-43e71989.entry.js +1 -0
- package/dist/cty-mui/p-44ac0a34.entry.js +1 -0
- package/dist/cty-mui/p-4665ce1e.system.js +4 -0
- package/dist/cty-mui/p-49a21c4a.system.entry.js +1 -0
- package/dist/cty-mui/p-49f04e4f.entry.js +1 -0
- package/dist/cty-mui/p-4b7345e7.entry.js +7 -0
- package/dist/cty-mui/p-4c170fc7.system.entry.js +1 -0
- package/dist/cty-mui/p-4c47ac59.system.entry.js +1 -0
- package/dist/cty-mui/p-4cdb6216.system.entry.js +1 -0
- package/dist/cty-mui/p-4d0f5eeb.system.entry.js +1 -0
- package/dist/cty-mui/p-4deeff33.system.entry.js +1 -0
- package/dist/cty-mui/p-50ed4dd2.js +4 -0
- package/dist/cty-mui/p-52ae34b4.entry.js +1 -0
- package/dist/cty-mui/p-53073033.system.entry.js +20 -0
- package/dist/cty-mui/p-5346d709.entry.js +7 -0
- package/dist/cty-mui/p-54d4bbc9.js +1 -0
- package/dist/cty-mui/p-56635202.system.entry.js +1 -0
- package/dist/cty-mui/p-56ff6fc0.entry.js +1 -0
- package/dist/cty-mui/p-5899b091.js +5 -0
- package/dist/cty-mui/p-589c2151.system.entry.js +1 -0
- package/dist/cty-mui/p-59aaf89a.system.entry.js +8 -0
- package/dist/cty-mui/p-5b428325.system.entry.js +1 -0
- package/dist/cty-mui/p-5bc3b6f0.entry.js +1 -0
- package/dist/cty-mui/p-5bcd47da.entry.js +1 -0
- package/dist/cty-mui/p-5c1d44f2.system.entry.js +1 -0
- package/dist/cty-mui/p-5d02b8a0.system.js +1 -0
- package/dist/cty-mui/p-5de79692.system.entry.js +1 -0
- package/dist/cty-mui/p-5f869183.js +5 -0
- package/dist/cty-mui/p-603a9ab6.system.entry.js +19 -0
- package/dist/cty-mui/p-60ba3bcf.entry.js +1 -0
- package/dist/cty-mui/p-619f8dc8.entry.js +1 -0
- package/dist/cty-mui/p-6291c2ec.entry.js +7 -0
- package/dist/cty-mui/p-63044694.system.entry.js +1 -0
- package/dist/cty-mui/p-64d84b52.entry.js +1 -0
- package/dist/cty-mui/p-64fc9f90.system.entry.js +1 -0
- package/dist/cty-mui/p-667ec4cd.system.entry.js +1 -0
- package/dist/cty-mui/p-6835a073.entry.js +4 -0
- package/dist/cty-mui/p-6acde970.system.js +1 -0
- package/dist/cty-mui/p-6bdfc8a0.system.entry.js +1 -0
- package/dist/cty-mui/p-6c4bd090.js +4 -0
- package/dist/cty-mui/p-6c8aa877.system.entry.js +1 -0
- package/dist/cty-mui/p-6cbedfed.system.entry.js +1 -0
- package/dist/cty-mui/p-6da52520.system.entry.js +1 -0
- package/dist/cty-mui/p-6dcc104f.entry.js +1 -0
- package/dist/cty-mui/p-6ea6fd00.system.entry.js +1 -0
- package/dist/cty-mui/p-70d04f64.entry.js +1 -0
- package/dist/cty-mui/p-7314de9e.system.js +1 -0
- package/dist/cty-mui/p-732e7bbf.system.entry.js +1 -0
- package/dist/cty-mui/p-7683e715.entry.js +7 -0
- package/dist/cty-mui/p-774b9ba5.entry.js +1 -0
- package/dist/cty-mui/p-775a7cce.entry.js +1 -0
- package/dist/cty-mui/p-77fa3fa3.entry.js +1 -0
- package/dist/cty-mui/p-78d5b421.entry.js +1 -0
- package/dist/cty-mui/p-7902dc4a.system.js +7 -0
- package/dist/cty-mui/p-79353038.system.entry.js +1 -0
- package/dist/cty-mui/p-7ac566a8.entry.js +1 -0
- package/dist/cty-mui/p-7c1eb1a3.js +4 -0
- package/dist/cty-mui/p-7dd52ca4.system.entry.js +1 -0
- package/dist/cty-mui/p-7e383596.system.js +5 -0
- package/dist/cty-mui/p-7e4d5e9b.js +4 -0
- package/dist/cty-mui/p-7eb6906a.system.entry.js +1 -0
- package/dist/cty-mui/p-7f90e93c.system.entry.js +1 -0
- package/dist/cty-mui/p-8404feec.system.js +1 -0
- package/dist/cty-mui/p-84b63331.entry.js +1 -0
- package/dist/cty-mui/p-84e4c87e.entry.js +4 -0
- package/dist/cty-mui/p-84f67c36.system.js +4 -0
- package/dist/cty-mui/p-860bf1c6.entry.js +1 -0
- package/dist/cty-mui/p-88025878.system.entry.js +1 -0
- package/dist/cty-mui/p-8813b9a6.entry.js +1 -0
- package/dist/cty-mui/p-89347cbf.js +7 -0
- package/dist/cty-mui/p-8a2cf17f.system.js +8 -0
- package/dist/cty-mui/p-8a9830fc.entry.js +1 -0
- package/dist/cty-mui/p-8bca6673.system.entry.js +1 -0
- package/dist/cty-mui/p-8d66e185.system.entry.js +1 -0
- package/dist/cty-mui/p-8de6fb55.entry.js +1 -0
- package/dist/cty-mui/p-8e0cfc3a.system.entry.js +1 -0
- package/dist/cty-mui/p-8f895694.entry.js +1 -0
- package/dist/cty-mui/p-92749096.js +1 -0
- package/dist/cty-mui/p-92e89a65.system.entry.js +1 -0
- package/dist/cty-mui/p-9385e9a6.js +4 -0
- package/dist/cty-mui/p-93cb68b2.entry.js +1 -0
- package/dist/cty-mui/p-93d3d18a.system.js +1 -0
- package/dist/cty-mui/p-943a7cb9.system.entry.js +1 -0
- package/dist/cty-mui/p-956410dc.entry.js +1 -0
- package/dist/cty-mui/p-958cb881.entry.js +1 -0
- package/dist/cty-mui/p-95f91ef2.system.js +5 -0
- package/dist/cty-mui/p-9659f92d.system.entry.js +1 -0
- package/dist/cty-mui/p-9679dbd7.entry.js +1 -0
- package/dist/cty-mui/p-96ae721f.entry.js +1 -0
- package/dist/cty-mui/p-9947976e.entry.js +1 -0
- package/dist/cty-mui/p-99557b21.js +4 -0
- package/dist/cty-mui/p-9bc1e4a4.entry.js +1 -0
- package/dist/cty-mui/p-9ccda7b7.system.entry.js +1 -0
- package/dist/cty-mui/p-9da26241.system.entry.js +1 -0
- package/dist/cty-mui/p-9e1b6711.system.entry.js +1 -0
- package/dist/cty-mui/p-a1e1a5e3.entry.js +1 -0
- package/dist/cty-mui/p-a2787438.entry.js +1 -0
- package/dist/cty-mui/p-a28cd437.system.js +4 -0
- package/dist/cty-mui/p-a3aaf57c.system.entry.js +1 -0
- package/dist/cty-mui/p-a5c346e0.js +4 -0
- package/dist/cty-mui/p-a60113f0.system.entry.js +1 -0
- package/dist/cty-mui/p-a7dd4e88.system.entry.js +1 -0
- package/dist/cty-mui/p-a82b9caa.entry.js +1 -0
- package/dist/cty-mui/p-a8c9f94d.entry.js +1 -0
- package/dist/cty-mui/p-ab220f15.system.entry.js +1 -0
- package/dist/cty-mui/p-ac9d7aea.system.entry.js +1 -0
- package/dist/cty-mui/p-aca972bb.system.js +14 -0
- package/dist/cty-mui/p-ad2672a2.system.entry.js +1 -0
- package/dist/cty-mui/p-ae701692.entry.js +1 -0
- package/dist/cty-mui/p-afed3719.system.entry.js +5 -0
- package/dist/cty-mui/p-b12c14a7.system.entry.js +1 -0
- package/dist/cty-mui/p-b188e538.system.entry.js +16 -0
- package/dist/cty-mui/p-b18bfead.system.js +4 -0
- package/dist/cty-mui/p-b23a88c4.system.entry.js +1 -0
- package/dist/cty-mui/p-b4dcf32c.js +7 -0
- package/dist/cty-mui/p-b513b6e1.entry.js +4 -0
- package/dist/cty-mui/p-b7113fd9.js +5 -0
- package/dist/cty-mui/p-b79d384f.system.entry.js +1 -0
- package/dist/cty-mui/p-b9793eab.system.js +4 -0
- package/dist/cty-mui/p-b9a4d0ee.entry.js +1 -0
- package/dist/cty-mui/p-ba9135d9.js +4 -0
- package/dist/cty-mui/p-bb360d75.js +4 -0
- package/dist/cty-mui/p-bb7af9a8.system.js +4 -0
- package/dist/cty-mui/p-bd6aee55.system.js +1 -0
- package/dist/cty-mui/p-bedfe500.entry.js +14 -0
- package/dist/cty-mui/p-c08f8bd8.system.entry.js +1 -0
- package/dist/cty-mui/p-c1391708.entry.js +1 -0
- package/dist/cty-mui/p-c1933c75.system.entry.js +1 -0
- package/dist/cty-mui/p-c1b4144b.entry.js +1 -0
- package/dist/cty-mui/p-c1df683c.entry.js +1 -0
- package/dist/cty-mui/p-c4d4b595.system.entry.js +1 -0
- package/dist/cty-mui/p-c67e97c1.js +4 -0
- package/dist/cty-mui/p-c6a2e187.js +4 -0
- package/dist/cty-mui/p-ca263577.system.entry.js +1 -0
- package/dist/cty-mui/p-cb050cc4.system.entry.js +1 -0
- package/dist/cty-mui/p-cb21f222.system.js +5 -0
- package/dist/cty-mui/p-cbbfc071.entry.js +1 -0
- package/dist/cty-mui/p-cbdf48ed.js +7 -0
- package/dist/cty-mui/p-cdbb2f19.system.entry.js +1 -0
- package/dist/cty-mui/p-cdec4044.entry.js +1 -0
- package/dist/cty-mui/p-ce8bb984.system.js +5 -0
- package/dist/cty-mui/p-cf323f5a.entry.js +1 -0
- package/dist/cty-mui/p-cf7b499d.system.js +5 -0
- package/dist/cty-mui/p-d0235bb5.entry.js +1 -0
- package/dist/cty-mui/p-d0453a7d.system.entry.js +1 -0
- package/dist/cty-mui/p-d05648f2.js +4 -0
- package/dist/cty-mui/p-d19c42f5.entry.js +1 -0
- package/dist/cty-mui/p-d4e3e8d1.entry.js +1 -0
- package/dist/cty-mui/p-d525846d.system.entry.js +5 -0
- package/dist/cty-mui/p-d5d54dec.entry.js +4 -0
- package/dist/cty-mui/p-d63c2571.entry.js +1 -0
- package/dist/cty-mui/p-d7009391.entry.js +4 -0
- package/dist/cty-mui/p-d7423676.system.entry.js +1 -0
- package/dist/cty-mui/p-d753e7af.entry.js +1 -0
- package/dist/cty-mui/p-d9c7cf01.system.js +5 -0
- package/dist/cty-mui/p-d9c9b152.entry.js +1 -0
- package/dist/cty-mui/p-d9cd6f59.entry.js +1 -0
- package/dist/cty-mui/p-da4a95c9.system.entry.js +1 -0
- package/dist/cty-mui/p-dbb22cc6.entry.js +1 -0
- package/dist/cty-mui/p-dc8af39e.system.js +8 -0
- package/dist/cty-mui/p-dd515778.js +4 -0
- package/dist/cty-mui/p-dd7b059f.entry.js +1 -0
- package/dist/cty-mui/p-de01d9bf.js +1 -0
- package/dist/cty-mui/p-de59b899.system.entry.js +1 -0
- package/dist/cty-mui/p-deb046c7.system.js +4 -0
- package/dist/cty-mui/p-df9e6d6b.entry.js +1 -0
- package/dist/cty-mui/p-e0d81f89.system.entry.js +1 -0
- package/dist/cty-mui/p-e155abb6.system.entry.js +1 -0
- package/dist/cty-mui/p-e165ad03.system.entry.js +1 -0
- package/dist/cty-mui/p-e211879b.system.entry.js +1 -0
- package/dist/cty-mui/p-e2590401.entry.js +1 -0
- package/dist/cty-mui/p-e298cad4.system.entry.js +1 -0
- package/dist/cty-mui/p-e3b83794.entry.js +1 -0
- package/dist/cty-mui/p-e5b4e452.system.entry.js +1 -0
- package/dist/cty-mui/p-e5ebb8e3.entry.js +1 -0
- package/dist/cty-mui/p-e6a8ef04.system.js +1 -0
- package/dist/cty-mui/p-e81e3573.system.entry.js +1 -0
- package/dist/cty-mui/p-e8e9a4c3.entry.js +1 -0
- package/dist/cty-mui/p-e9cebb53.entry.js +1 -0
- package/dist/cty-mui/p-ea818f95.entry.js +1 -0
- package/dist/cty-mui/p-eb52b735.system.entry.js +1 -0
- package/dist/cty-mui/p-eba8c4e2.system.entry.js +8 -0
- package/dist/cty-mui/p-ec34f0cc.js +1 -0
- package/dist/cty-mui/p-ec6374a5.system.js +16 -0
- package/dist/cty-mui/p-ed5903c3.js +8 -0
- package/dist/cty-mui/p-ed74e01a.entry.js +7 -0
- package/dist/cty-mui/p-eff2eb69.entry.js +1 -0
- package/dist/cty-mui/p-f0a2d395.system.entry.js +1 -0
- package/dist/cty-mui/p-f0c8a6e2.entry.js +1 -0
- package/dist/cty-mui/p-f5930227.system.entry.js +1 -0
- package/dist/cty-mui/p-f5f16a8c.system.entry.js +1 -0
- package/dist/cty-mui/p-f68ecebd.system.entry.js +1 -0
- package/dist/cty-mui/p-f87f3232.js +1 -0
- package/dist/cty-mui/p-f99837be.entry.js +1 -0
- package/dist/cty-mui/p-fab9519b.system.entry.js +1 -0
- package/dist/cty-mui/p-fbf1477a.entry.js +4 -0
- package/dist/cty-mui/p-fd32afca.js +4 -0
- package/dist/cty-mui/p-fe10c8db.system.entry.js +1 -0
- package/dist/cty-mui/p-fec5ecaa.system.js +5 -0
- package/dist/cty-mui/p-fef9fcb2.entry.js +1 -0
- package/dist/docs.json +1 -1
- package/dist/esm/animation-b16a2a19.js +1063 -0
- package/dist/esm/app-globals-3415af9e.js +11 -0
- package/dist/esm/cty-action-sheet.entry.js +4 -3
- package/dist/esm/cty-agree.entry.js +1 -1
- package/dist/esm/cty-alert_2.entry.js +4 -3
- package/dist/esm/cty-audio.entry.js +3 -3
- package/dist/esm/cty-camera-photo.entry.js +9 -8
- package/dist/esm/cty-canvas-board.entry.js +5 -4
- package/dist/esm/cty-canvas-video.entry.js +5 -5
- package/dist/esm/cty-cascader.entry.js +4 -3
- package/dist/esm/cty-floating-panel.entry.js +1 -1
- package/dist/esm/cty-image-upload.entry.js +1 -1
- package/dist/esm/cty-image-viewer.entry.js +4 -3
- package/dist/esm/cty-keyboard.entry.js +5 -5
- package/dist/esm/cty-loading.entry.js +4 -3
- package/dist/esm/cty-media-capture.entry.js +6 -7
- package/dist/esm/cty-mui-global-fa4e4388.js +38 -0
- package/dist/esm/cty-mui.js +6 -6
- package/dist/esm/cty-nav-bar.entry.js +1 -1
- package/dist/esm/cty-notice-bar.entry.js +3 -2
- package/dist/esm/cty-overlay.entry.js +4 -3
- package/dist/esm/cty-rate.entry.js +1 -1
- package/dist/esm/cty-record.entry.js +9 -8
- package/dist/esm/cty-share-sheet.entry.js +9 -8
- package/dist/esm/cty-steps.entry.js +1 -1
- package/dist/esm/cty-tour.entry.js +5 -5
- package/dist/esm/cty-tutorial.entry.js +4 -3
- package/dist/esm/cty-video.entry.js +10 -11
- package/dist/esm/data-f2eb55d6.js +1628 -0
- package/dist/esm/device-info-9597a43d.js +101 -0
- package/dist/esm/device-info-ba83a042.js +40 -0
- package/dist/esm/form-controller-62913d30.js +64 -0
- package/dist/esm/framework-delegate-683c05ab.js +140 -0
- package/dist/esm/gesture-controller-4c257f5f.js +195 -0
- package/dist/esm/haptic-24661586.js +206 -0
- package/dist/esm/hardware-back-button-06c7b4ce.js +115 -0
- package/dist/esm/helpers-297cf52d.js +418 -0
- package/dist/esm/index-05441d37.js +234 -0
- package/dist/esm/index-3803a7b4.js +318 -0
- package/dist/esm/index-4198b775.js +128 -0
- package/dist/esm/index-4ff9f2e6.js +466 -0
- package/dist/esm/index-772ef105.js +49 -0
- package/dist/esm/index-df5b1ddc.js +196 -0
- package/dist/esm/index.js +32 -26
- package/dist/esm/input-shims-2ae68524.js +617 -0
- package/dist/esm/input.utils-d4a1c243.js +138 -0
- package/dist/esm/ion-accordion-group.entry.js +5 -5
- package/dist/esm/ion-accordion.entry.js +4 -4
- package/dist/esm/ion-action-sheet_3.entry.js +1007 -0
- package/dist/esm/ion-app.entry.js +9 -8
- package/dist/esm/ion-avatar.entry.js +3 -3
- package/dist/esm/ion-back-button.entry.js +7 -7
- package/dist/esm/ion-backdrop.entry.js +15 -3
- package/dist/esm/ion-badge.entry.js +6 -6
- package/dist/esm/ion-breadcrumb.entry.js +10 -10
- package/dist/esm/ion-breadcrumbs.entry.js +4 -4
- package/dist/esm/ion-button_2.entry.js +9 -21
- package/dist/esm/ion-card-content.entry.js +3 -3
- package/dist/esm/ion-card-header.entry.js +4 -4
- package/dist/esm/ion-card-subtitle.entry.js +6 -6
- package/dist/esm/ion-card-title.entry.js +5 -5
- package/dist/esm/ion-card.entry.js +6 -6
- package/dist/esm/ion-checkbox_7.entry.js +948 -0
- package/dist/esm/ion-chip.entry.js +4 -4
- package/dist/esm/ion-col.entry.js +4 -4
- package/dist/esm/ion-content.entry.js +411 -0
- package/dist/esm/ion-datetime-button.entry.js +10 -10
- package/dist/esm/ion-datetime.entry.js +91 -42
- package/dist/esm/ion-fab-button.entry.js +8 -8
- package/dist/esm/ion-fab-list.entry.js +5 -5
- package/dist/esm/ion-fab.entry.js +4 -4
- package/dist/esm/ion-footer.entry.js +6 -6
- package/dist/esm/ion-grid.entry.js +4 -4
- package/dist/esm/ion-header_3.entry.js +456 -0
- package/dist/esm/ion-img.entry.js +4 -4
- package/dist/esm/ion-infinite-scroll-content.entry.js +6 -6
- package/dist/esm/ion-infinite-scroll.entry.js +5 -5
- package/dist/esm/ion-input.entry.js +94 -51
- package/dist/esm/ion-item-divider.entry.js +6 -6
- package/dist/esm/ion-item-group.entry.js +3 -3
- package/dist/esm/ion-item-option.entry.js +6 -6
- package/dist/esm/ion-item-options.entry.js +6 -6
- package/dist/esm/ion-item-sliding.entry.js +6 -6
- package/dist/esm/ion-loading.entry.js +12 -16
- package/dist/esm/ion-menu-button.entry.js +11 -11
- package/dist/esm/ion-menu-toggle.entry.js +9 -9
- package/dist/esm/ion-menu.entry.js +67 -79
- package/dist/esm/ion-modal.entry.js +1730 -0
- package/dist/esm/ion-nav-link.entry.js +1 -1
- package/dist/esm/ion-nav.entry.js +9 -13
- package/dist/esm/ion-note.entry.js +6 -6
- package/dist/esm/ion-picker-column-internal_2.entry.js +863 -0
- package/dist/esm/ion-picker-column.entry.js +363 -0
- package/dist/esm/ion-picker.entry.js +276 -0
- package/dist/esm/ion-popover.entry.js +14 -17
- package/dist/esm/ion-progress-bar.entry.js +6 -9
- package/dist/esm/ion-range.entry.js +114 -51
- package/dist/esm/ion-refresher-content.entry.js +7 -7
- package/dist/esm/ion-refresher.entry.js +13 -40
- package/dist/esm/ion-reorder-group.entry.js +7 -7
- package/dist/esm/ion-reorder.entry.js +4 -4
- package/dist/esm/ion-ripple-effect.entry.js +3 -3
- package/dist/esm/ion-router-link.entry.js +5 -5
- package/dist/esm/ion-router-outlet.entry.js +7 -8
- package/dist/esm/ion-router.entry.js +1 -1
- package/dist/esm/ion-row.entry.js +3 -3
- package/dist/esm/ion-searchbar.entry.js +12 -12
- package/dist/esm/ion-segment_2.entry.js +36 -163
- package/dist/esm/ion-select-option.entry.js +3 -3
- package/dist/esm/ion-select.entry.js +183 -130
- package/dist/esm/ion-skeleton-text.entry.js +4 -4
- package/dist/esm/ion-spinner.entry.js +3 -3
- package/dist/esm/ion-split-pane.entry.js +18 -28
- package/dist/esm/ion-tab-bar.entry.js +6 -6
- package/dist/esm/ion-tab-button.entry.js +7 -7
- package/dist/esm/ion-tab.entry.js +4 -4
- package/dist/esm/ion-tabs.entry.js +2 -12
- package/dist/esm/ion-text.entry.js +4 -4
- package/dist/esm/ion-textarea.entry.js +75 -29
- package/dist/esm/ion-thumbnail.entry.js +3 -3
- package/dist/esm/ion-toast.entry.js +16 -25
- package/dist/esm/ion-toggle.entry.js +72 -16
- package/dist/esm/ionic-global-dab6889e.js +69 -0
- package/dist/esm/ios.transition-fa832483.js +651 -0
- package/dist/esm/loader.js +6 -6
- package/dist/esm/md.transition-4a24263d.js +57 -0
- package/dist/esm/menu-toggle-util-ac024670.js +12 -0
- package/dist/esm/network-c7cc92fe.js +30 -0
- package/dist/esm/notch-controller-56567128.js +153 -0
- package/dist/esm/overlays-48c9f37e.js +851 -0
- package/dist/esm/platform-f0939ad8.js +163 -0
- package/dist/esm/refresher.utils-ae67affe.js +196 -0
- package/dist/esm/status-bar-cc8a58c8.js +69 -0
- package/dist/esm/status-tap-7b602f5d.js +40 -0
- package/dist/esm/swipe-back-58dea440.js +79 -0
- package/dist/esm/theme-b79a4b19.js +46 -0
- package/dist/esm/utils-1384e2b9.js +33 -0
- package/dist/esm-es5/animation-b16a2a19.js +7 -0
- package/dist/esm-es5/app-globals-3415af9e.js +1 -0
- package/dist/esm-es5/cty-action-sheet.entry.js +1 -1
- package/dist/esm-es5/cty-agree.entry.js +1 -1
- package/dist/esm-es5/cty-alert_2.entry.js +1 -1
- package/dist/esm-es5/cty-audio.entry.js +1 -1
- package/dist/esm-es5/cty-camera-photo.entry.js +1 -1
- package/dist/esm-es5/cty-canvas-board.entry.js +1 -1
- package/dist/esm-es5/cty-canvas-video.entry.js +1 -1
- package/dist/esm-es5/cty-cascader.entry.js +1 -1
- package/dist/esm-es5/cty-floating-panel.entry.js +1 -1
- package/dist/esm-es5/cty-image-upload.entry.js +1 -1
- package/dist/esm-es5/cty-image-viewer.entry.js +1 -1
- package/dist/esm-es5/cty-keyboard.entry.js +1 -1
- package/dist/esm-es5/cty-loading.entry.js +1 -1
- package/dist/esm-es5/cty-media-capture.entry.js +1 -1
- package/dist/esm-es5/cty-mui-global-fa4e4388.js +1 -0
- package/dist/esm-es5/cty-mui.js +1 -1
- package/dist/esm-es5/cty-nav-bar.entry.js +1 -1
- package/dist/esm-es5/cty-notice-bar.entry.js +1 -1
- package/dist/esm-es5/cty-overlay.entry.js +1 -1
- package/dist/esm-es5/cty-rate.entry.js +1 -1
- package/dist/esm-es5/cty-record.entry.js +1 -1
- package/dist/esm-es5/cty-share-sheet.entry.js +1 -1
- package/dist/esm-es5/cty-steps.entry.js +1 -1
- package/dist/esm-es5/cty-tour.entry.js +1 -1
- package/dist/esm-es5/cty-tutorial.entry.js +1 -1
- package/dist/esm-es5/cty-video.entry.js +1 -1
- package/dist/esm-es5/device-info-9597a43d.js +1 -0
- package/dist/esm-es5/device-info-ba83a042.js +1 -0
- package/dist/esm-es5/form-controller-62913d30.js +4 -0
- package/dist/esm-es5/framework-delegate-683c05ab.js +5 -0
- package/dist/esm-es5/gesture-controller-4c257f5f.js +4 -0
- package/dist/esm-es5/haptic-24661586.js +4 -0
- package/dist/esm-es5/hardware-back-button-06c7b4ce.js +4 -0
- package/dist/esm-es5/helpers-297cf52d.js +4 -0
- package/dist/esm-es5/index-05441d37.js +7 -0
- package/dist/esm-es5/index-3803a7b4.js +16 -0
- package/dist/esm-es5/index-4198b775.js +4 -0
- package/dist/esm-es5/index-4ff9f2e6.js +13 -0
- package/dist/esm-es5/index-772ef105.js +1 -0
- package/dist/esm-es5/index-df5b1ddc.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-2ae68524.js +22 -0
- package/dist/esm-es5/input.utils-d4a1c243.js +7 -0
- package/dist/esm-es5/ion-accordion-group.entry.js +1 -1
- package/dist/esm-es5/ion-accordion.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet_3.entry.js +28 -0
- package/dist/esm-es5/ion-app.entry.js +1 -1
- package/dist/esm-es5/ion-avatar.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-badge.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumbs.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card-content.entry.js +1 -1
- package/dist/esm-es5/ion-card-header.entry.js +1 -1
- package/dist/esm-es5/ion-card-subtitle.entry.js +1 -1
- package/dist/esm-es5/ion-card-title.entry.js +1 -1
- package/dist/esm-es5/ion-card.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox_7.entry.js +1 -0
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col.entry.js +2 -2
- package/dist/esm-es5/ion-content.entry.js +1 -0
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime.entry.js +3 -3
- package/dist/esm-es5/ion-fab-button.entry.js +1 -1
- package/dist/esm-es5/ion-fab-list.entry.js +1 -1
- package/dist/esm-es5/ion-fab.entry.js +1 -1
- package/dist/esm-es5/ion-footer.entry.js +2 -2
- package/dist/esm-es5/ion-grid.entry.js +1 -1
- package/dist/esm-es5/ion-header_3.entry.js +4 -0
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll-content.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-divider.entry.js +1 -1
- package/dist/esm-es5/ion-item-group.entry.js +1 -1
- package/dist/esm-es5/ion-item-option.entry.js +1 -1
- package/dist/esm-es5/ion-item-options.entry.js +1 -1
- package/dist/esm-es5/ion-item-sliding.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +2 -2
- package/dist/esm-es5/ion-menu-button.entry.js +1 -1
- package/dist/esm-es5/ion-menu-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-menu.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +31 -0
- package/dist/esm-es5/ion-nav-link.entry.js +1 -1
- package/dist/esm-es5/ion-nav.entry.js +2 -2
- package/dist/esm-es5/ion-note.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-internal_2.entry.js +1 -0
- package/dist/esm-es5/ion-picker-column.entry.js +1 -0
- package/dist/esm-es5/ion-picker.entry.js +7 -0
- package/dist/esm-es5/ion-popover.entry.js +5 -5
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +2 -2
- package/dist/esm-es5/ion-refresher-content.entry.js +1 -1
- package/dist/esm-es5/ion-refresher.entry.js +1 -1
- package/dist/esm-es5/ion-reorder-group.entry.js +1 -1
- package/dist/esm-es5/ion-reorder.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-router-link.entry.js +1 -1
- package/dist/esm-es5/ion-router-outlet.entry.js +1 -1
- package/dist/esm-es5/ion-router.entry.js +1 -1
- package/dist/esm-es5/ion-row.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-option.entry.js +1 -1
- package/dist/esm-es5/ion-select.entry.js +1 -1
- package/dist/esm-es5/ion-skeleton-text.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar.entry.js +1 -1
- package/dist/esm-es5/ion-tab-button.entry.js +1 -1
- package/dist/esm-es5/ion-tab.entry.js +1 -1
- package/dist/esm-es5/ion-tabs.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-thumbnail.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +7 -7
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-dab6889e.js +5 -0
- package/dist/esm-es5/ios.transition-fa832483.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-4a24263d.js +4 -0
- package/dist/esm-es5/menu-toggle-util-ac024670.js +5 -0
- package/dist/esm-es5/network-c7cc92fe.js +1 -0
- package/dist/esm-es5/notch-controller-56567128.js +4 -0
- package/dist/esm-es5/overlays-48c9f37e.js +4 -0
- package/dist/esm-es5/platform-f0939ad8.js +7 -0
- package/dist/esm-es5/refresher.utils-ae67affe.js +4 -0
- package/dist/esm-es5/status-bar-cc8a58c8.js +1 -0
- package/dist/esm-es5/status-tap-7b602f5d.js +4 -0
- package/dist/esm-es5/swipe-back-58dea440.js +4 -0
- package/dist/esm-es5/theme-b79a4b19.js +1 -0
- package/dist/esm-es5/utils-1384e2b9.js +1 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +26 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +9 -16
- package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +3 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +80 -33
- package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +121 -25
- package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +9 -9
- package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +9 -9
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +21 -82
- package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +23 -80
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +88 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +85 -19
- package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +4 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +117 -105
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +114 -106
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.css +100 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +7 -7
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +42 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +106 -24
- package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +220 -50
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +224 -8
- package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +451 -15
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +17 -7
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +2 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +6 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +77 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +26 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +2 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +2 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +53 -72
- package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +53 -72
- package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +38 -9
- package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +234 -97
- package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +226 -98
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +255 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +246 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +138 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +196 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +262 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +258 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +27 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +11 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +10 -8
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +101 -21
- package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +105 -19
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +90 -12
- package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +152 -22
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +27 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +30 -7
- package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +1 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +59 -11
- package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +82 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +2 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +81 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +198 -46
- package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +5 -12
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +55 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +55 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +4 -4
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +3 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +94 -16
- package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +93 -10
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +125 -17
- package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +243 -43
- package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +21 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +56 -9
- package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +58 -11
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +90 -23
- package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +91 -18
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +2 -2
- package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +1 -1
- package/dist/types/components/canvas-board/canvas-board.d.ts +1 -1
- package/dist/types/components/tour/tour.d.ts +1 -1
- package/dist/types/global/config.d.ts +1 -1
- package/dist/types/utils/animations/modal/slide.d.ts +0 -1
- package/package.json +2 -2
- package/components/content.js +0 -444
- package/components/ion-input-password-toggle.js +0 -129
- package/components/ion-picker-column-option.js +0 -6
- package/components/ion-picker-legacy-column.js +0 -6
- package/components/ion-picker-legacy.js +0 -327
- package/components/ion-segment-content.js +0 -34
- package/components/ion-segment-view.js +0 -137
- package/components/ion-select-modal.js +0 -6
- package/components/modal.js +0 -1770
- package/components/picker-column-option.js +0 -121
- package/components/picker-column2.js +0 -378
- package/components/picker.js +0 -521
- package/components/select-modal.js +0 -194
- package/dist/cjs/animation-38c620f1.js +0 -824
- package/dist/cjs/app-globals-68c62d02.js +0 -13
- package/dist/cjs/cty-mui-global-ef1729f2.js +0 -40
- package/dist/cjs/data-fea16d94.js +0 -1673
- package/dist/cjs/device-info-90a64097.js +0 -42
- package/dist/cjs/device-info-b4dbd6bf.js +0 -110
- package/dist/cjs/framework-delegate-ea328c64.js +0 -144
- package/dist/cjs/gesture-controller-c77f93be.js +0 -198
- package/dist/cjs/haptic-f21414c3.js +0 -164
- package/dist/cjs/hardware-back-button-bf808040.js +0 -121
- package/dist/cjs/helpers-0f03deef.js +0 -382
- package/dist/cjs/index-4bc3155c.js +0 -320
- package/dist/cjs/index-63bd8011.js +0 -468
- package/dist/cjs/index-63e60bc0.js +0 -365
- package/dist/cjs/index-9b06e5b3.js +0 -140
- package/dist/cjs/index-ad73340e.js +0 -169
- package/dist/cjs/index-fda121c8.js +0 -100
- package/dist/cjs/input-shims-741ac2de.js +0 -626
- package/dist/cjs/input.utils-316f50d1.js +0 -153
- package/dist/cjs/ion-action-sheet_5.cjs.entry.js +0 -2815
- package/dist/cjs/ion-checkbox_9.cjs.entry.js +0 -1566
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +0 -91
- package/dist/cjs/ion-label_2.cjs.entry.js +0 -113
- package/dist/cjs/ion-picker-legacy-column.cjs.entry.js +0 -367
- package/dist/cjs/ion-picker-legacy.cjs.entry.js +0 -281
- package/dist/cjs/ion-picker_3.cjs.entry.js +0 -1169
- package/dist/cjs/ion-segment-content.cjs.entry.js +0 -20
- package/dist/cjs/ion-segment-view.cjs.entry.js +0 -119
- package/dist/cjs/ionic-global-62e37a1d.js +0 -72
- package/dist/cjs/ios.transition-5c7d2362.js +0 -683
- package/dist/cjs/md.transition-b0e0f9f7.js +0 -61
- package/dist/cjs/menu-toggle-util-fffaf04c.js +0 -14
- package/dist/cjs/network-2247cd7b.js +0 -32
- package/dist/cjs/notch-controller-24d4b472.js +0 -155
- package/dist/cjs/overlays-c1889287.js +0 -994
- package/dist/cjs/platform-28cf364d.js +0 -177
- package/dist/cjs/refresher.utils-c8c5e46c.js +0 -206
- package/dist/cjs/status-bar-fc65c606.js +0 -74
- package/dist/cjs/status-tap-35c41f04.js +0 -42
- package/dist/cjs/swipe-back-cbe535f3.js +0 -81
- package/dist/cjs/theme-557b72e7.js +0 -50
- package/dist/cjs/utils-a9d8d024.js +0 -36
- package/dist/cty-mui/p-0156fd1e.entry.js +0 -1
- package/dist/cty-mui/p-03771c41.system.entry.js +0 -1
- package/dist/cty-mui/p-04730faf.system.entry.js +0 -20
- package/dist/cty-mui/p-0528f136.entry.js +0 -1
- package/dist/cty-mui/p-05fa409b.entry.js +0 -1
- package/dist/cty-mui/p-06c2878b.system.entry.js +0 -1
- package/dist/cty-mui/p-06c70af2.entry.js +0 -4
- package/dist/cty-mui/p-0923afa2.entry.js +0 -7
- package/dist/cty-mui/p-0bb97004.system.entry.js +0 -1
- package/dist/cty-mui/p-0bde257b.system.entry.js +0 -1
- package/dist/cty-mui/p-0c457cf1.entry.js +0 -1
- package/dist/cty-mui/p-0de45b72.system.entry.js +0 -1
- package/dist/cty-mui/p-0e1d89ca.entry.js +0 -1
- package/dist/cty-mui/p-0e6f0737.entry.js +0 -1
- package/dist/cty-mui/p-11c1c363.entry.js +0 -7
- package/dist/cty-mui/p-1319e728.system.js +0 -5
- package/dist/cty-mui/p-134ff6ba.system.js +0 -16
- package/dist/cty-mui/p-1383bc83.entry.js +0 -1
- package/dist/cty-mui/p-141dbd16.entry.js +0 -1
- package/dist/cty-mui/p-15d30cd0.system.entry.js +0 -1
- package/dist/cty-mui/p-1814dde9.entry.js +0 -1
- package/dist/cty-mui/p-18589890.js +0 -5
- package/dist/cty-mui/p-1bd22228.entry.js +0 -1
- package/dist/cty-mui/p-1bed08fd.js +0 -1
- package/dist/cty-mui/p-1ced0b7a.system.entry.js +0 -1
- package/dist/cty-mui/p-1d85b21c.js +0 -1
- package/dist/cty-mui/p-1fd4aad1.js +0 -4
- package/dist/cty-mui/p-2021913e.system.js +0 -1
- package/dist/cty-mui/p-2094c6c4.entry.js +0 -1
- package/dist/cty-mui/p-2207208f.js +0 -4
- package/dist/cty-mui/p-22bdf994.entry.js +0 -1
- package/dist/cty-mui/p-235f24ca.entry.js +0 -1
- package/dist/cty-mui/p-2520dca3.entry.js +0 -1
- package/dist/cty-mui/p-2bc9f4da.system.entry.js +0 -1
- package/dist/cty-mui/p-2bd7f273.entry.js +0 -1
- package/dist/cty-mui/p-2e1aa0eb.entry.js +0 -1
- package/dist/cty-mui/p-2e9565a7.system.entry.js +0 -1
- package/dist/cty-mui/p-2ea99228.system.entry.js +0 -4
- package/dist/cty-mui/p-2f0c8ed5.entry.js +0 -1
- package/dist/cty-mui/p-301d2a6c.system.js +0 -4
- package/dist/cty-mui/p-30e2d54a.js +0 -4
- package/dist/cty-mui/p-314dca82.system.entry.js +0 -1
- package/dist/cty-mui/p-31855097.js +0 -4
- package/dist/cty-mui/p-31f3685b.system.js +0 -1
- package/dist/cty-mui/p-3225a6fc.js +0 -4
- package/dist/cty-mui/p-3378161e.system.entry.js +0 -1
- package/dist/cty-mui/p-340a1ebb.js +0 -8
- package/dist/cty-mui/p-352822ea.system.entry.js +0 -1
- package/dist/cty-mui/p-3717c8ac.entry.js +0 -1
- package/dist/cty-mui/p-38dd8825.system.js +0 -4
- package/dist/cty-mui/p-38f8bc1e.system.entry.js +0 -1
- package/dist/cty-mui/p-39a2f141.system.js +0 -1
- package/dist/cty-mui/p-3a0e00c8.js +0 -5
- package/dist/cty-mui/p-3a0f19f0.system.entry.js +0 -1
- package/dist/cty-mui/p-3ab1c1a7.system.entry.js +0 -1
- package/dist/cty-mui/p-3ea33aeb.system.js +0 -1
- package/dist/cty-mui/p-3eecdb74.entry.js +0 -1
- package/dist/cty-mui/p-40dcd15d.entry.js +0 -1
- package/dist/cty-mui/p-419a0b59.system.entry.js +0 -19
- package/dist/cty-mui/p-41ae3240.system.js +0 -5
- package/dist/cty-mui/p-423b8484.system.entry.js +0 -1
- package/dist/cty-mui/p-43ea751f.system.entry.js +0 -1
- package/dist/cty-mui/p-43edd9d1.system.entry.js +0 -1
- package/dist/cty-mui/p-44e82632.system.entry.js +0 -1
- package/dist/cty-mui/p-45c8a043.system.entry.js +0 -16
- package/dist/cty-mui/p-46cb80b4.entry.js +0 -1
- package/dist/cty-mui/p-46e9bfe6.system.entry.js +0 -1
- package/dist/cty-mui/p-47272917.system.entry.js +0 -1
- package/dist/cty-mui/p-47289a85.system.entry.js +0 -5
- package/dist/cty-mui/p-47d9b01a.entry.js +0 -1
- package/dist/cty-mui/p-47fd57df.entry.js +0 -1
- package/dist/cty-mui/p-4a0cc3de.system.entry.js +0 -1
- package/dist/cty-mui/p-4acd4cb0.entry.js +0 -1
- package/dist/cty-mui/p-4c750b39.system.js +0 -5
- package/dist/cty-mui/p-4ccb2f76.system.entry.js +0 -1
- package/dist/cty-mui/p-4d460ac3.entry.js +0 -1
- package/dist/cty-mui/p-4d5513e3.system.entry.js +0 -5
- package/dist/cty-mui/p-4dc05073.entry.js +0 -1
- package/dist/cty-mui/p-4e826cd4.js +0 -8
- package/dist/cty-mui/p-4eca9054.js +0 -4
- package/dist/cty-mui/p-50ab246f.system.entry.js +0 -1
- package/dist/cty-mui/p-50adef38.entry.js +0 -1
- package/dist/cty-mui/p-515f61f0.system.entry.js +0 -1
- package/dist/cty-mui/p-529e1207.system.entry.js +0 -1
- package/dist/cty-mui/p-52ed752a.js +0 -7
- package/dist/cty-mui/p-532aab77.entry.js +0 -1
- package/dist/cty-mui/p-53afafba.entry.js +0 -1
- package/dist/cty-mui/p-54f0ba7f.entry.js +0 -1
- package/dist/cty-mui/p-567171a9.entry.js +0 -1
- package/dist/cty-mui/p-5818595d.system.entry.js +0 -1
- package/dist/cty-mui/p-596496c6.js +0 -1
- package/dist/cty-mui/p-599aacd4.js +0 -5
- package/dist/cty-mui/p-59a8b24b.system.entry.js +0 -1
- package/dist/cty-mui/p-5b933e7b.js +0 -1
- package/dist/cty-mui/p-5c3c0e7c.system.entry.js +0 -1
- package/dist/cty-mui/p-5cadfca1.system.entry.js +0 -1
- package/dist/cty-mui/p-5d271631.system.entry.js +0 -1
- package/dist/cty-mui/p-5f3534ce.entry.js +0 -1
- package/dist/cty-mui/p-5f495b88.entry.js +0 -1
- package/dist/cty-mui/p-5fd2505c.entry.js +0 -1
- package/dist/cty-mui/p-6178c7ce.system.entry.js +0 -1
- package/dist/cty-mui/p-61bbeb56.entry.js +0 -1
- package/dist/cty-mui/p-626a455f.system.entry.js +0 -1
- package/dist/cty-mui/p-6317a302.entry.js +0 -1
- package/dist/cty-mui/p-6363d1c7.js +0 -4
- package/dist/cty-mui/p-6477d422.system.js +0 -8
- package/dist/cty-mui/p-67278fda.entry.js +0 -21
- package/dist/cty-mui/p-686a8f4c.entry.js +0 -1
- package/dist/cty-mui/p-68fd6eb1.entry.js +0 -1
- package/dist/cty-mui/p-694b8ade.js +0 -4
- package/dist/cty-mui/p-6a2c214b.system.entry.js +0 -1
- package/dist/cty-mui/p-6c88e530.js +0 -7
- package/dist/cty-mui/p-6ceeb5e3.system.entry.js +0 -1
- package/dist/cty-mui/p-6d004993.system.js +0 -5
- package/dist/cty-mui/p-6d93bedf.entry.js +0 -1
- package/dist/cty-mui/p-6e341a1d.entry.js +0 -1
- package/dist/cty-mui/p-719f7bee.system.entry.js +0 -1
- package/dist/cty-mui/p-730d57a1.system.entry.js +0 -1
- package/dist/cty-mui/p-7577f514.system.js +0 -1
- package/dist/cty-mui/p-7629cbf3.system.entry.js +0 -1
- package/dist/cty-mui/p-769e00d4.system.entry.js +0 -1
- package/dist/cty-mui/p-7899b5ea.system.js +0 -4
- package/dist/cty-mui/p-7899d9e2.entry.js +0 -1
- package/dist/cty-mui/p-79496998.system.js +0 -4
- package/dist/cty-mui/p-7aa66c5d.entry.js +0 -1
- package/dist/cty-mui/p-7b0e8ba1.js +0 -4
- package/dist/cty-mui/p-7b16831a.system.entry.js +0 -1
- package/dist/cty-mui/p-7b16cf9c.entry.js +0 -1
- package/dist/cty-mui/p-7bdfa34e.system.entry.js +0 -14
- package/dist/cty-mui/p-7bf6e794.system.js +0 -8
- package/dist/cty-mui/p-7c1f3397.system.entry.js +0 -1
- package/dist/cty-mui/p-7c71140f.entry.js +0 -1
- package/dist/cty-mui/p-7ed56eee.system.entry.js +0 -1
- package/dist/cty-mui/p-7f22df35.system.js +0 -4
- package/dist/cty-mui/p-7f7c6046.entry.js +0 -1
- package/dist/cty-mui/p-80184437.js +0 -1
- package/dist/cty-mui/p-81b9e9df.entry.js +0 -1
- package/dist/cty-mui/p-8240e2cc.system.entry.js +0 -8
- package/dist/cty-mui/p-8311f1ee.system.entry.js +0 -1
- package/dist/cty-mui/p-83e67643.entry.js +0 -1
- package/dist/cty-mui/p-843996c3.system.js +0 -8
- package/dist/cty-mui/p-84a603b9.entry.js +0 -1
- package/dist/cty-mui/p-85669dbe.system.entry.js +0 -1
- package/dist/cty-mui/p-87534112.entry.js +0 -1
- package/dist/cty-mui/p-8974627c.system.entry.js +0 -1
- package/dist/cty-mui/p-8be26d68.entry.js +0 -7
- package/dist/cty-mui/p-8be8b29d.entry.js +0 -1
- package/dist/cty-mui/p-8c246a58.system.entry.js +0 -1
- package/dist/cty-mui/p-8ca3e7c7.entry.js +0 -1
- package/dist/cty-mui/p-8cb395c2.js +0 -4
- package/dist/cty-mui/p-8f378d86.system.entry.js +0 -1
- package/dist/cty-mui/p-8fdabfbd.system.entry.js +0 -1
- package/dist/cty-mui/p-904b1b95.system.js +0 -1
- package/dist/cty-mui/p-91753b84.system.entry.js +0 -1
- package/dist/cty-mui/p-92c74dee.system.entry.js +0 -1
- package/dist/cty-mui/p-933950fe.entry.js +0 -1
- package/dist/cty-mui/p-949cd784.entry.js +0 -1
- package/dist/cty-mui/p-94e26e58.entry.js +0 -1
- package/dist/cty-mui/p-980d5e52.entry.js +0 -1
- package/dist/cty-mui/p-98a72829.entry.js +0 -1
- package/dist/cty-mui/p-9a62ff13.entry.js +0 -1
- package/dist/cty-mui/p-9b2f1dbe.entry.js +0 -1
- package/dist/cty-mui/p-9b7d2c4e.system.js +0 -22
- package/dist/cty-mui/p-9ceebfd8.entry.js +0 -1
- package/dist/cty-mui/p-9ea239ed.system.js +0 -1
- package/dist/cty-mui/p-a0352c66.system.entry.js +0 -1
- package/dist/cty-mui/p-a16b0786.system.entry.js +0 -1
- package/dist/cty-mui/p-a3b1886f.entry.js +0 -1
- package/dist/cty-mui/p-a5056532.entry.js +0 -1
- package/dist/cty-mui/p-a5b240e4.system.entry.js +0 -1
- package/dist/cty-mui/p-a7e46897.system.entry.js +0 -1
- package/dist/cty-mui/p-a86d6d38.system.entry.js +0 -1
- package/dist/cty-mui/p-aa489f2e.system.entry.js +0 -58
- package/dist/cty-mui/p-aab9538e.system.entry.js +0 -1
- package/dist/cty-mui/p-ad5105ac.system.entry.js +0 -1
- package/dist/cty-mui/p-ad7ed116.system.entry.js +0 -1
- package/dist/cty-mui/p-addd3692.system.entry.js +0 -1
- package/dist/cty-mui/p-aecd75cb.js +0 -1
- package/dist/cty-mui/p-aef8e3e3.entry.js +0 -1
- package/dist/cty-mui/p-b0a4fd26.entry.js +0 -1
- package/dist/cty-mui/p-b148c0d8.system.entry.js +0 -1
- package/dist/cty-mui/p-b18e32f2.system.entry.js +0 -1
- package/dist/cty-mui/p-b32c8c88.system.entry.js +0 -1
- package/dist/cty-mui/p-b3f0dcb9.system.js +0 -5
- package/dist/cty-mui/p-b472356a.system.entry.js +0 -1
- package/dist/cty-mui/p-b4756449.system.entry.js +0 -1
- package/dist/cty-mui/p-b548b1c9.entry.js +0 -1
- package/dist/cty-mui/p-b79cac01.system.entry.js +0 -1
- package/dist/cty-mui/p-b810f0e3.system.entry.js +0 -1
- package/dist/cty-mui/p-ba1ac897.entry.js +0 -1
- package/dist/cty-mui/p-ba309f03.entry.js +0 -4
- package/dist/cty-mui/p-bca1afa2.js +0 -1
- package/dist/cty-mui/p-be6c888f.entry.js +0 -4
- package/dist/cty-mui/p-c11a967f.js +0 -4
- package/dist/cty-mui/p-c4688205.system.js +0 -5
- package/dist/cty-mui/p-c46b3c03.system.entry.js +0 -1
- package/dist/cty-mui/p-c512572d.entry.js +0 -1
- package/dist/cty-mui/p-c56834b0.system.entry.js +0 -1
- package/dist/cty-mui/p-c5f4dc5d.js +0 -1
- package/dist/cty-mui/p-c7ee7cfe.js +0 -4
- package/dist/cty-mui/p-c812e3ce.js +0 -7
- package/dist/cty-mui/p-c90ff3bb.system.entry.js +0 -1
- package/dist/cty-mui/p-c9551424.system.entry.js +0 -1
- package/dist/cty-mui/p-c95c26a2.system.js +0 -5
- package/dist/cty-mui/p-c9da023d.entry.js +0 -1
- package/dist/cty-mui/p-cb68b7e0.entry.js +0 -1
- package/dist/cty-mui/p-cc5bf3e4.system.entry.js +0 -5
- package/dist/cty-mui/p-cca79b1d.system.entry.js +0 -1
- package/dist/cty-mui/p-cd1f16d3.entry.js +0 -7
- package/dist/cty-mui/p-cd4b1b2f.entry.js +0 -1
- package/dist/cty-mui/p-ce5333f4.system.entry.js +0 -1
- package/dist/cty-mui/p-d02a9b4a.system.js +0 -14
- package/dist/cty-mui/p-d3ada6e6.system.entry.js +0 -1
- package/dist/cty-mui/p-d4469f2d.entry.js +0 -1
- package/dist/cty-mui/p-d4b62dc6.system.entry.js +0 -1
- package/dist/cty-mui/p-d528ce51.system.entry.js +0 -1
- package/dist/cty-mui/p-d7532acd.system.entry.js +0 -1
- package/dist/cty-mui/p-d83074c6.system.entry.js +0 -5
- package/dist/cty-mui/p-d930e729.entry.js +0 -4
- package/dist/cty-mui/p-db3661b8.entry.js +0 -1
- package/dist/cty-mui/p-dc53f68f.system.entry.js +0 -1
- package/dist/cty-mui/p-de26a437.js +0 -4
- package/dist/cty-mui/p-df801fcd.system.js +0 -5
- package/dist/cty-mui/p-df858f1e.system.js +0 -1
- package/dist/cty-mui/p-e002fdc6.system.entry.js +0 -1
- package/dist/cty-mui/p-e1198801.system.entry.js +0 -1
- package/dist/cty-mui/p-e163b602.system.entry.js +0 -1
- package/dist/cty-mui/p-e1b70425.system.entry.js +0 -1
- package/dist/cty-mui/p-e1c8b903.entry.js +0 -1
- package/dist/cty-mui/p-e3599326.system.js +0 -7
- package/dist/cty-mui/p-e4ca2c94.entry.js +0 -1
- package/dist/cty-mui/p-e5c64124.entry.js +0 -1
- package/dist/cty-mui/p-e7dc0b72.system.entry.js +0 -1
- package/dist/cty-mui/p-e7f9c8df.entry.js +0 -1
- package/dist/cty-mui/p-e8ab2736.system.entry.js +0 -1
- package/dist/cty-mui/p-e9d5e961.entry.js +0 -1
- package/dist/cty-mui/p-eac45e93.system.entry.js +0 -1
- package/dist/cty-mui/p-ebfb5220.system.js +0 -10
- package/dist/cty-mui/p-ec41ca01.system.entry.js +0 -1
- package/dist/cty-mui/p-ec4d4eb4.entry.js +0 -1
- package/dist/cty-mui/p-eca9fb87.entry.js +0 -4
- package/dist/cty-mui/p-ed0cb95c.entry.js +0 -1
- package/dist/cty-mui/p-edb162c2.entry.js +0 -1
- package/dist/cty-mui/p-ee794d28.system.js +0 -5
- package/dist/cty-mui/p-ee9430d0.system.js +0 -1
- package/dist/cty-mui/p-eeaf9e94.entry.js +0 -1
- package/dist/cty-mui/p-f0a3ab9e.entry.js +0 -1
- package/dist/cty-mui/p-f25f2fec.js +0 -4
- package/dist/cty-mui/p-f2c8d80b.js +0 -4
- package/dist/cty-mui/p-f325d237.entry.js +0 -1
- package/dist/cty-mui/p-f40bb7ee.entry.js +0 -1
- package/dist/cty-mui/p-f46605f0.entry.js +0 -4
- package/dist/cty-mui/p-f551a242.system.entry.js +0 -1
- package/dist/cty-mui/p-f5e885cc.entry.js +0 -1
- package/dist/cty-mui/p-f6a4b8e3.system.js +0 -1
- package/dist/cty-mui/p-f7b1d4f8.js +0 -1
- package/dist/cty-mui/p-f8559d88.entry.js +0 -4
- package/dist/cty-mui/p-f8c1df55.entry.js +0 -1
- package/dist/cty-mui/p-f90d7639.system.entry.js +0 -5
- package/dist/cty-mui/p-f941b0c0.system.js +0 -4
- package/dist/cty-mui/p-f99fb89f.entry.js +0 -1
- package/dist/cty-mui/p-fad15290.entry.js +0 -1
- package/dist/cty-mui/p-fb461135.system.entry.js +0 -1
- package/dist/cty-mui/p-fbbe067b.system.entry.js +0 -8
- package/dist/cty-mui/p-fbda75aa.entry.js +0 -1
- package/dist/cty-mui/p-fd1ee4ac.system.js +0 -1
- package/dist/cty-mui/p-fee3079f.system.entry.js +0 -1
- package/dist/cty-mui/p-fee8b060.entry.js +0 -5
- package/dist/esm/animation-45b3e295.js +0 -822
- package/dist/esm/app-globals-a5bc787d.js +0 -11
- package/dist/esm/cty-mui-global-7fab24fb.js +0 -38
- package/dist/esm/data-5c6feb69.js +0 -1628
- package/dist/esm/device-info-245d1409.js +0 -101
- package/dist/esm/device-info-5aa56140.js +0 -40
- package/dist/esm/framework-delegate-bf63e129.js +0 -140
- package/dist/esm/gesture-controller-a0857859.js +0 -195
- package/dist/esm/haptic-70842af8.js +0 -158
- package/dist/esm/hardware-back-button-0d9fca79.js +0 -115
- package/dist/esm/helpers-1c7ee8cf.js +0 -362
- package/dist/esm/index-493838d0.js +0 -466
- package/dist/esm/index-78d873c7.js +0 -355
- package/dist/esm/index-babefcb9.js +0 -318
- package/dist/esm/index-e7d50d29.js +0 -51
- package/dist/esm/index-f37b5e3f.js +0 -128
- package/dist/esm/index-f6c93162.js +0 -167
- package/dist/esm/input-shims-3dae0ab5.js +0 -624
- package/dist/esm/input.utils-289f8ac6.js +0 -150
- package/dist/esm/ion-action-sheet_5.entry.js +0 -2807
- package/dist/esm/ion-checkbox_9.entry.js +0 -1554
- package/dist/esm/ion-input-password-toggle.entry.js +0 -87
- package/dist/esm/ion-label_2.entry.js +0 -108
- package/dist/esm/ion-picker-legacy-column.entry.js +0 -363
- package/dist/esm/ion-picker-legacy.entry.js +0 -277
- package/dist/esm/ion-picker_3.entry.js +0 -1163
- package/dist/esm/ion-segment-content.entry.js +0 -16
- package/dist/esm/ion-segment-view.entry.js +0 -115
- package/dist/esm/ionic-global-fb94a76b.js +0 -69
- package/dist/esm/ios.transition-4fa332a3.js +0 -680
- package/dist/esm/md.transition-8b8bd2df.js +0 -59
- package/dist/esm/menu-toggle-util-b5a2dee5.js +0 -12
- package/dist/esm/network-a5ead569.js +0 -30
- package/dist/esm/notch-controller-572757fb.js +0 -153
- package/dist/esm/overlays-afa7fa06.js +0 -973
- package/dist/esm/platform-05b41f09.js +0 -170
- package/dist/esm/refresher.utils-6977493a.js +0 -196
- package/dist/esm/status-bar-367a4f37.js +0 -71
- package/dist/esm/status-tap-ac0f61ce.js +0 -40
- package/dist/esm/swipe-back-123c2d83.js +0 -79
- package/dist/esm/theme-bb534398.js +0 -46
- package/dist/esm/utils-c998f6da.js +0 -33
- package/dist/esm-es5/animation-45b3e295.js +0 -7
- package/dist/esm-es5/app-globals-a5bc787d.js +0 -1
- package/dist/esm-es5/cty-mui-global-7fab24fb.js +0 -1
- package/dist/esm-es5/device-info-245d1409.js +0 -1
- package/dist/esm-es5/device-info-5aa56140.js +0 -1
- package/dist/esm-es5/framework-delegate-bf63e129.js +0 -5
- package/dist/esm-es5/gesture-controller-a0857859.js +0 -4
- package/dist/esm-es5/haptic-70842af8.js +0 -4
- package/dist/esm-es5/hardware-back-button-0d9fca79.js +0 -4
- package/dist/esm-es5/helpers-1c7ee8cf.js +0 -4
- package/dist/esm-es5/index-493838d0.js +0 -13
- package/dist/esm-es5/index-78d873c7.js +0 -10
- package/dist/esm-es5/index-babefcb9.js +0 -16
- package/dist/esm-es5/index-e7d50d29.js +0 -1
- package/dist/esm-es5/index-f37b5e3f.js +0 -4
- package/dist/esm-es5/index-f6c93162.js +0 -4
- package/dist/esm-es5/input-shims-3dae0ab5.js +0 -22
- package/dist/esm-es5/input.utils-289f8ac6.js +0 -7
- package/dist/esm-es5/ion-action-sheet_5.entry.js +0 -58
- package/dist/esm-es5/ion-checkbox_9.entry.js +0 -4
- package/dist/esm-es5/ion-input-password-toggle.entry.js +0 -1
- package/dist/esm-es5/ion-label_2.entry.js +0 -1
- package/dist/esm-es5/ion-picker-legacy-column.entry.js +0 -1
- package/dist/esm-es5/ion-picker-legacy.entry.js +0 -7
- package/dist/esm-es5/ion-picker_3.entry.js +0 -1
- package/dist/esm-es5/ion-segment-content.entry.js +0 -1
- package/dist/esm-es5/ion-segment-view.entry.js +0 -1
- package/dist/esm-es5/ionic-global-fb94a76b.js +0 -5
- package/dist/esm-es5/ios.transition-4fa332a3.js +0 -4
- package/dist/esm-es5/md.transition-8b8bd2df.js +0 -4
- package/dist/esm-es5/menu-toggle-util-b5a2dee5.js +0 -5
- package/dist/esm-es5/network-a5ead569.js +0 -1
- package/dist/esm-es5/notch-controller-572757fb.js +0 -4
- package/dist/esm-es5/overlays-afa7fa06.js +0 -7
- package/dist/esm-es5/platform-05b41f09.js +0 -7
- package/dist/esm-es5/refresher.utils-6977493a.js +0 -4
- package/dist/esm-es5/status-bar-367a4f37.js +0 -1
- package/dist/esm-es5/status-tap-ac0f61ce.js +0 -4
- package/dist/esm-es5/swipe-back-123c2d83.js +0 -4
- package/dist/esm-es5/theme-bb534398.js +0 -1
- package/dist/esm-es5/utils-c998f6da.js +0 -1
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.ios.css +0 -107
- package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.md.css +0 -103
- package/dist/node_modules/@ionic/core/dist/collection/components/input-password-toggle/input-password-toggle.css +0 -0
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.css +0 -228
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -87
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -91
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy/picker.ios.css +0 -300
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy/picker.md.css +0 -287
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -231
- package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -222
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-content/segment-content.css +0 -6
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-view/segment-view.ios.css +0 -83
- package/dist/node_modules/@ionic/core/dist/collection/components/segment-view/segment-view.md.css +0 -83
- package/dist/node_modules/@ionic/core/dist/collection/components/select-modal/select-modal.ios.css +0 -3
- package/dist/node_modules/@ionic/core/dist/collection/components/select-modal/select-modal.md.css +0 -110
- /package/dist/cjs/{merge-3a2d28be.js → merge-877c9d6b.js} +0 -0
- /package/dist/cty-mui/{p-b5a39948.js → p-1109ee7a.js} +0 -0
- /package/dist/cty-mui/{p-6c18487d.js → p-2fe92166.js} +0 -0
- /package/dist/cty-mui/{p-40d82257.system.js → p-92aa9713.system.js} +0 -0
- /package/dist/cty-mui/{p-df630f98.system.js → p-f8a92861.system.js} +0 -0
- /package/dist/esm/{merge-6b9cc841.js → merge-66a5beeb.js} +0 -0
- /package/dist/esm-es5/{data-5c6feb69.js → data-f2eb55d6.js} +0 -0
- /package/dist/esm-es5/{merge-6b9cc841.js → merge-66a5beeb.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as createDelegateController, a as createTriggerController, p as prepareOverlay, b as present, d as dismiss, e as eventMethod } from './overlays.js';
|
|
3
3
|
import { c as createLockController, g as getClassMap, d as defineCustomElement$2, e as enterAnimation, l as leaveAnimation } from './overlay.js';
|
|
4
|
-
import { r as raf } from './
|
|
4
|
+
import { r as raf } from './helpers3.js';
|
|
5
5
|
import { d as defineCustomElement$3 } from './icon.js';
|
|
6
6
|
import { d as defineCustomElement$1 } from './icon2.js';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, readTask, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as createButtonActiveGesture } from './button-active.js';
|
|
3
|
-
import {
|
|
3
|
+
import { r as raf } from './helpers2.js';
|
|
4
4
|
import { c as createLockController } from './lock-controller.js';
|
|
5
5
|
import { c as createDelegateController, a as createTriggerController, B as BACKDROP, i as isCancel, b as present, d as dismiss, e as eventMethod, f as safeCall, p as prepareOverlay, s as setOverlayId } from './overlays2.js';
|
|
6
6
|
import { g as getClassMap } from './theme.js';
|
|
@@ -106,10 +106,10 @@ const mdLeaveAnimation = (baseEl) => {
|
|
|
106
106
|
.addAnimation([backdropAnimation, wrapperAnimation]);
|
|
107
107
|
};
|
|
108
108
|
|
|
109
|
-
const actionSheetIosCss = ".sc-ion-action-sheet-ios-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-ios-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-ios{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button
|
|
109
|
+
const actionSheetIosCss = ".sc-ion-action-sheet-ios-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-ios-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-ios{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-ios{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-ios::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-ios{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-ios::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-ios{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-ios:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-ios:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--backdrop-opacity:var(--ion-backdrop-opacity, 0.4);--button-background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent;--button-background-activated:var(--ion-text-color, #000);--button-background-activated-opacity:.08;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-background-selected:var(--ion-color-step-150, var(--ion-background-color, #fff));--button-background-selected-opacity:1;--button-color:var(--ion-color-primary, #3880ff);--color:var(--ion-color-step-400, #999999);text-align:center}.action-sheet-wrapper.sc-ion-action-sheet-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);padding-bottom:var(--ion-safe-area-bottom, 0);-webkit-box-sizing:content-box;box-sizing:content-box}.action-sheet-container.sc-ion-action-sheet-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}.action-sheet-group.sc-ion-action-sheet-ios{border-radius:13px;margin-bottom:8px}.action-sheet-group.sc-ion-action-sheet-ios:first-child{margin-top:10px}.action-sheet-group.sc-ion-action-sheet-ios:last-child{margin-bottom:10px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-group.sc-ion-action-sheet-ios{background-color:transparent;-webkit-backdrop-filter:saturate(280%) blur(20px);backdrop-filter:saturate(280%) blur(20px)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-title.sc-ion-action-sheet-ios,.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.sc-ion-action-sheet-ios{background-color:transparent;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)), to(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)));background-image:linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%), linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4) 50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 50%);background-repeat:no-repeat;background-position:top, bottom;background-size:100% calc(100% - 1px), 100% 1px;-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.ion-activated.sc-ion-action-sheet-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.7);background-image:none}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-cancel.sc-ion-action-sheet-ios{background:var(--button-background-selected)}}.action-sheet-title.sc-ion-action-sheet-ios{background:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, transparent)) bottom/100% 1px no-repeat transparent;background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent}.action-sheet-title.sc-ion-action-sheet-ios{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:14px;padding-bottom:13px;color:var(--color, var(--ion-color-step-400, #999999));font-size:max(13px, 0.8125rem);font-weight:400;text-align:center}.action-sheet-title.action-sheet-has-sub-title.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-sub-title.sc-ion-action-sheet-ios{padding-left:0;padding-right:0;padding-top:6px;padding-bottom:0;font-size:max(13px, 0.8125rem);font-weight:400}.action-sheet-button.sc-ion-action-sheet-ios{-webkit-padding-start:14px;padding-inline-start:14px;-webkit-padding-end:14px;padding-inline-end:14px;padding-top:14px;padding-bottom:14px;min-height:56px;font-size:max(20px, 1.25rem);contain:content}.action-sheet-button.sc-ion-action-sheet-ios .action-sheet-icon.sc-ion-action-sheet-ios{-webkit-margin-end:0.3em;margin-inline-end:0.3em;font-size:max(28px, 1.75rem);pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios:last-child{background-image:none}.action-sheet-selected.sc-ion-action-sheet-ios{font-weight:bold}.action-sheet-cancel.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-cancel.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-destructive.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-activated.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-focused.sc-ion-action-sheet-ios{color:var(--ion-color-danger, #eb445a)}@media (any-hover: hover){.action-sheet-destructive.sc-ion-action-sheet-ios:hover{color:var(--ion-color-danger, #eb445a)}}";
|
|
110
110
|
const IonActionSheetIosStyle0 = actionSheetIosCss;
|
|
111
111
|
|
|
112
|
-
const actionSheetMdCss = ".sc-ion-action-sheet-md-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-md-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-md{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-md{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button
|
|
112
|
+
const actionSheetMdCss = ".sc-ion-action-sheet-md-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-md-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-md{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-md{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-md{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-md::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-md{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-md::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-md{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-md::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-md:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-md:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);--button-background:transparent;--button-background-selected:currentColor;--button-background-selected-opacity:0;--button-background-activated:transparent;--button-background-activated-opacity:0;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-color:var(--ion-color-step-850, #262626);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}.action-sheet-wrapper.sc-ion-action-sheet-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);margin-bottom:0}.action-sheet-title.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:20px;padding-bottom:17px;min-height:60px;color:var(--color, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54));font-size:1rem;text-align:start}.action-sheet-sub-title.sc-ion-action-sheet-md{padding-left:0;padding-right:0;padding-top:16px;padding-bottom:0;font-size:0.875rem}.action-sheet-group.sc-ion-action-sheet-md:first-child{padding-top:0}.action-sheet-group.sc-ion-action-sheet-md:last-child{padding-bottom:var(--ion-safe-area-bottom)}.action-sheet-button.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:12px;position:relative;min-height:52px;font-size:1rem;text-align:start;contain:content;overflow:hidden}.action-sheet-icon.sc-ion-action-sheet-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:0;margin-bottom:0;color:var(--color);font-size:1.5rem}.action-sheet-button-inner.sc-ion-action-sheet-md{-ms-flex-pack:start;justify-content:flex-start}.action-sheet-selected.sc-ion-action-sheet-md{font-weight:bold}";
|
|
113
113
|
const IonActionSheetMdStyle0 = actionSheetMdCss;
|
|
114
114
|
|
|
115
115
|
const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends HTMLElement {
|
|
@@ -253,10 +253,7 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
|
|
|
253
253
|
this.triggerController.removeClickListener();
|
|
254
254
|
}
|
|
255
255
|
componentWillLoad() {
|
|
256
|
-
|
|
257
|
-
if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
258
|
-
setOverlayId(this.el);
|
|
259
|
-
}
|
|
256
|
+
setOverlayId(this.el);
|
|
260
257
|
}
|
|
261
258
|
componentDidLoad() {
|
|
262
259
|
/**
|
|
@@ -301,12 +298,12 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
|
|
|
301
298
|
const cancelButton = allButtons.find((b) => b.role === 'cancel');
|
|
302
299
|
const buttons = allButtons.filter((b) => b.role !== 'cancel');
|
|
303
300
|
const headerID = `action-sheet-${overlayIndex}-header`;
|
|
304
|
-
return (h(Host, Object.assign({ key: '
|
|
301
|
+
return (h(Host, Object.assign({ key: '49c8b5b3412b5688e44f3e3fa18abcc01c75a770', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
|
|
305
302
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
306
|
-
}, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '
|
|
303
|
+
}, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '80b4c279fca194c6d65bbdb8128956641387bb05', tappable: this.backdropDismiss }), h("div", { key: '245cde1873c07ef09267de8ab1a4d6ee51c0a83c', tabindex: "0" }), h("div", { key: '045109bb2118decbe633f45aa3d71b824d37c0fd', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: 'b053f3a177b6ac7f2f76f5470f7023389f06cfd8', class: "action-sheet-container" }, h("div", { key: '88287aa180c22389747c9fec702112e29f4ec039', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { key: '693e67af994a0018508a6deb867937916913eaa6', id: headerID, class: {
|
|
307
304
|
'action-sheet-title': true,
|
|
308
305
|
'action-sheet-has-sub-title': this.subHeader !== undefined,
|
|
309
|
-
} }, header, this.subHeader && h("div", { key: '
|
|
306
|
+
} }, header, this.subHeader && h("div", { key: '813cbb8d66e46d5a55a6c8bf52c5689882dc7002', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { key: 'f99cd10e7d91d3014edac6109c3e6dc128737f7c', class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({ key: '595c6a39ba04185e80cc3b0705536f93b4f1ebf4' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { key: '1f40403b907c6e925405a8b405ede9f7f9885611', class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { key: '75d5398d889fa70b514843b9cc73b2087a0bf1a0', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", { key: 'cda40def00755c69da9f6a67494eee4dc79550fc' })))))), h("div", { key: '4d9432bae550ef618ba762857144f1558e3e29e7', tabindex: "0" })));
|
|
310
307
|
}
|
|
311
308
|
get el() { return this; }
|
|
312
309
|
static get watchers() { return {
|
|
@@ -343,7 +340,7 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
|
|
|
343
340
|
"trigger": ["triggerChanged"]
|
|
344
341
|
}]);
|
|
345
342
|
const buttonClass = (button) => {
|
|
346
|
-
return Object.assign({ 'action-sheet-button': true, 'ion-activatable':
|
|
343
|
+
return Object.assign({ 'action-sheet-button': true, 'ion-activatable': true, 'ion-focusable': true, [`action-sheet-${button.role}`]: button.role !== undefined }, getClassMap(button.cssClass));
|
|
347
344
|
};
|
|
348
345
|
function defineCustomElement() {
|
|
349
346
|
if (typeof customElements === "undefined") {
|
package/components/alert.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { c as createLockController, g as getClassMap, s as sanitizeDOMString, d as defineCustomElement$2, e as enterAnimation, l as leaveAnimation } from './overlay.js';
|
|
3
3
|
import { c as createDelegateController, a as createTriggerController, p as prepareOverlay, b as present, d as dismiss, e as eventMethod } from './overlays.js';
|
|
4
|
-
import { r as raf } from './
|
|
4
|
+
import { r as raf } from './helpers3.js';
|
|
5
5
|
import { c as config } from './config2.js';
|
|
6
6
|
import { d as defineCustomElement$3 } from './icon.js';
|
|
7
7
|
import { d as defineCustomElement$1 } from './icon2.js';
|
package/components/alert2.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { E as ENABLE_HTML_CONTENT_DEFAULT, s as sanitizeDOMString } from './config3.js';
|
|
3
3
|
import { c as createButtonActiveGesture } from './button-active.js';
|
|
4
|
-
import {
|
|
4
|
+
import { r as raf } from './helpers2.js';
|
|
5
5
|
import { c as createLockController } from './lock-controller.js';
|
|
6
6
|
import { c as createDelegateController, a as createTriggerController, B as BACKDROP, i as isCancel, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod, f as safeCall } from './overlays2.js';
|
|
7
7
|
import { g as getClassMap } from './theme.js';
|
|
@@ -108,10 +108,10 @@ const mdLeaveAnimation = (baseEl) => {
|
|
|
108
108
|
.addAnimation([backdropAnimation, wrapperAnimation]);
|
|
109
109
|
};
|
|
110
110
|
|
|
111
|
-
const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-ios,.alert-radio-label.sc-ion-alert-ios{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6))}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, var(--ion-background-color-step-100, #f9f9f9)));--max-width:clamp(270px, 16.875rem, 324px);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:max(14px, 0.875rem)}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:max(17px, 1.0625rem);font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));font-size:max(14px, 0.875rem)}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:max(13px, 0.8125rem);text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:7px;margin-top:10px;-webkit-padding-start:7px;padding-inline-start:7px;-webkit-padding-end:7px;padding-inline-end:7px;padding-top:7px;padding-bottom:7px;border:0.55px solid var(--ion-color-step-250, var(--ion-background-color-step-250, #bfbfbf));background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-input.sc-ion-alert-ios::-webkit-date-and-time-value{height:18px}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{min-height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000)}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #0054e9)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000)}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:min(1.375rem, 55.836px);height:min(1.375rem, 55.836px);border-width:0.125rem;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #0054e9);background-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:calc(min(1.375rem, 55.836px) / 8);position:absolute;width:calc(min(1.375rem, 55.836px) / 6 + 1px);height:calc(min(1.375rem, 55.836px) * 0.5);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:0.125rem;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:calc(min(1.375rem, 55.836px) / 3)}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios{border-right:none}[dir=rtl].sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}[dir=rtl].sc-ion-alert-ios .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}@supports selector(:dir(rtl)){.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:none}}.alert-button.sc-ion-alert-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:max(44px, 2.75rem);border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #0054e9);font-size:max(17px, 1.0625rem);overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #c5000f)}";
|
|
111
|
+
const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-ios,.alert-radio-label.sc-ion-alert-ios{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:clamp(270px, 16.875rem, 324px);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:max(14px, 0.875rem)}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:max(17px, 1.0625rem);font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, #666666);font-size:max(14px, 0.875rem)}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:max(13px, 0.8125rem);text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:4px;margin-top:10px;-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:6px;padding-bottom:6px;border:0.55px solid var(--ion-color-step-250, #bfbfbf);background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-input.sc-ion-alert-ios::-webkit-date-and-time-value{height:18px}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{min-height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000)}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #3880ff)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:7px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:7px}}}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000)}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:min(1.5rem, 66px);height:min(1.5rem, 66px);border-width:0.0625rem;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:calc(min(1.5rem, 66px) / 6);position:absolute;width:calc(min(1.5rem, 66px) / 6 + 1px);height:calc(min(1.5rem, 66px) * 0.5);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:0.0625rem;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:calc(min(1.5rem, 66px) / 3 + 1px)}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:calc(min(1.5rem, 66px) / 3 + 1px)}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}}}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios{border-right:none}[dir=rtl].sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}[dir=rtl].sc-ion-alert-ios .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}@supports selector(:dir(rtl)){.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:none}}.alert-button.sc-ion-alert-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:max(44px, 2.75rem);border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #3880ff);font-size:max(17px, 1.0625rem);overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #eb445a)}";
|
|
112
112
|
const IonAlertIosStyle0 = alertIosCss;
|
|
113
113
|
|
|
114
|
-
const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-md,.alert-radio-label.sc-ion-alert-md{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6))}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:0.875rem}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1.25rem;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1rem}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, var(--ion-text-color-step-450, #737373))}.alert-message.sc-ion-alert-md{font-size:1rem}@media screen and (max-width: 767px){.alert-message.sc-ion-alert-md{max-height:266px}}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #0054e9)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;border-top:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));border-bottom:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));overflow:auto}@media screen and (max-width: 767px){.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{max-height:266px}}.alert-tappable.sc-ion-alert-md{position:relative;min-height:48px}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));font-size:1rem}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373))}.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #0054e9)}.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626))}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;width:calc(100% - 53px);color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));font-size:1rem}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373));contain:strict}.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #0054e9);background-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #0054e9);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 768px){.sc-ion-alert-md-h{--max-width:min(100vw - 96px, 560px);--max-height:min(100vh - 96px, 560px)}}";
|
|
114
|
+
const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-md,.alert-radio-label.sc-ion-alert-md{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:0.875rem}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1.25rem;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1rem}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, #737373)}.alert-message.sc-ion-alert-md{font-size:1rem}@media screen and (max-width: 767px){.alert-message.sc-ion-alert-md{max-height:266px}}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #3880ff)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;border-top:1px solid var(--ion-color-step-150, #d9d9d9);border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);overflow:auto}@media screen and (max-width: 767px){.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{max-height:266px}}.alert-tappable.sc-ion-alert-md{position:relative;min-height:48px}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:1rem}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373)}@supports (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-radio-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){.alert-radio-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, #262626)}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;width:calc(100% - 53px);color:var(--ion-color-step-850, #262626);font-size:1rem}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373);contain:strict}@supports (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-checkbox-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #3880ff);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 768px){.sc-ion-alert-md-h{--max-width:min(100vw - 96px, 560px);--max-height:min(100vh - 96px, 560px)}}";
|
|
115
115
|
const IonAlertMdStyle0 = alertMdCss;
|
|
116
116
|
|
|
117
117
|
const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
|
|
@@ -268,10 +268,7 @@ const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
|
|
|
268
268
|
this.triggerChanged();
|
|
269
269
|
}
|
|
270
270
|
componentWillLoad() {
|
|
271
|
-
|
|
272
|
-
if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
|
|
273
|
-
setOverlayId(this.el);
|
|
274
|
-
}
|
|
271
|
+
setOverlayId(this.el);
|
|
275
272
|
this.inputsChanged();
|
|
276
273
|
this.buttonsChanged();
|
|
277
274
|
}
|
|
@@ -495,15 +492,13 @@ const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
|
|
|
495
492
|
const msgId = `alert-${overlayIndex}-msg`;
|
|
496
493
|
const role = this.inputs.length > 0 || this.buttons.length > 0 ? 'alertdialog' : 'alert';
|
|
497
494
|
/**
|
|
498
|
-
*
|
|
499
|
-
* If
|
|
500
|
-
* If only the subHeader is defined, use the subHeader id.
|
|
501
|
-
* If neither are defined, do not set aria-labelledby.
|
|
495
|
+
* If the header is defined, use that. Otherwise, fall back to the subHeader.
|
|
496
|
+
* If neither is defined, don't set aria-labelledby.
|
|
502
497
|
*/
|
|
503
|
-
const ariaLabelledBy = header
|
|
504
|
-
return (h(Host, Object.assign({ key: '
|
|
498
|
+
const ariaLabelledBy = header ? hdrId : subHeader ? subHdrId : null;
|
|
499
|
+
return (h(Host, Object.assign({ key: 'd623baf94bddc6b1932f128f6a605c6232b37fb5', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
|
|
505
500
|
zIndex: `${20000 + overlayIndex}`,
|
|
506
|
-
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '
|
|
501
|
+
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: 'a594ba787a73a33ba10e7a32ca863bd610730cb6', tappable: this.backdropDismiss }), h("div", { key: 'c95ef8332f46ce93fb8d3b7f0168ae5b939c52fd', tabindex: "0" }), h("div", { key: '1895ea338a8e446d01c6151552af658e1e1c841d', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '5156393eb8a8f3e60e7d4bce20b0b85196141b0e', class: "alert-head" }, header && (h("h2", { key: '72ba8253644adfeeb8472531234d3572af28b473', id: hdrId, class: "alert-title" }, header)), subHeader && (h("h2", { key: 'eb8d2443170fbea182199bb3b3f5446c98f1c17e', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), h("div", { key: '13c6fac1a58574156951ae2dfdd24790c0812e11', tabindex: "0" })));
|
|
507
502
|
}
|
|
508
503
|
get el() { return this; }
|
|
509
504
|
static get watchers() { return {
|