voyager-ionic-core 8.0.0-beta.3 → 8.0.0
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 +3 -3
- package/components/alert.js +2 -2
- package/components/animation.js +9 -250
- package/components/backdrop.js +1 -1
- package/components/button.js +18 -5
- package/components/buttons.js +2 -2
- package/components/checkbox.js +5 -5
- package/components/haptic.js +6 -54
- package/components/helpers.js +1 -4
- package/components/index7.js +3 -1
- package/components/index9.js +5 -34
- package/components/ion-app.js +1 -1
- package/components/ion-avatar.js +1 -1
- package/components/ion-back-button.js +2 -2
- package/components/ion-badge.js +2 -2
- package/components/ion-breadcrumb.js +4 -4
- 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 +2 -2
- package/components/ion-card-title.js +2 -2
- package/components/ion-card.js +1 -1
- package/components/ion-chip.js +2 -2
- package/components/ion-col.js +2 -2
- package/components/ion-content.js +3 -3
- package/components/ion-datetime-button.js +2 -2
- package/components/ion-datetime.js +2 -2
- package/components/ion-fab-button.js +2 -2
- package/components/ion-fab-list.js +2 -2
- package/components/ion-fab.js +2 -2
- package/components/ion-footer.js +2 -2
- package/components/ion-grid.js +2 -2
- package/components/ion-header.js +2 -2
- package/components/ion-img.js +1 -1
- package/components/ion-infinite-scroll-content.js +2 -2
- package/components/ion-infinite-scroll.js +1 -1
- package/components/ion-input-password-toggle.d.ts +11 -0
- package/components/ion-input-password-toggle.js +132 -0
- package/components/ion-input.js +27 -8
- package/components/ion-item-divider.js +2 -2
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +2 -2
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +1 -1
- package/components/ion-loading.js +2 -2
- package/components/ion-menu-button.js +3 -3
- package/components/ion-menu-toggle.js +2 -2
- package/components/ion-menu.js +2 -2
- package/components/ion-modal.js +47 -23
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +1 -1
- package/components/ion-note.js +2 -2
- package/components/ion-picker-legacy.js +2 -2
- package/components/ion-progress-bar.js +1 -1
- package/components/ion-range.js +3 -3
- package/components/ion-refresher-content.js +2 -2
- package/components/ion-refresher.js +1 -1
- package/components/ion-reorder-group.js +1 -1
- package/components/ion-reorder.js +2 -2
- package/components/ion-router-link.js +2 -2
- package/components/ion-router-outlet.js +1 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +7 -7
- package/components/ion-segment-button.js +3 -3
- package/components/ion-segment.js +2 -2
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +3 -3
- package/components/ion-skeleton-text.js +2 -2
- package/components/ion-split-pane.js +2 -2
- package/components/ion-tab-bar.js +2 -2
- package/components/ion-tab-button.js +2 -2
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +1 -1
- package/components/ion-text.js +2 -2
- package/components/ion-textarea.js +2 -3
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-title.js +2 -2
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +6 -6
- package/components/ion-toolbar.js +2 -2
- package/components/item.js +1 -1
- package/components/label.js +2 -2
- package/components/list-header.js +2 -2
- package/components/list.js +1 -1
- package/components/picker-column-option.js +2 -2
- package/components/picker-column.js +3 -3
- package/components/picker-column2.js +2 -2
- package/components/picker.js +2 -2
- package/components/popover.js +4 -4
- package/components/radio-group.js +1 -1
- package/components/radio.js +5 -5
- package/components/ripple-effect.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +1 -1
- package/css/core.css +1 -624
- package/css/core.css.map +1 -1
- package/css/display.css +1 -131
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -81
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css +1 -293
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css +1 -457
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -127
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css +1 -150
- package/css/normalize.css.map +1 -1
- package/css/padding.css +1 -202
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css +1 -160
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css +1 -160
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.css +0 -2
- package/css/palettes/dark.system.css +1 -162
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css +1 -180
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css +1 -180
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.css +0 -2
- package/css/palettes/high-contrast-dark.system.css +1 -182
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css +1 -101
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css +1 -101
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.css +0 -2
- package/css/palettes/high-contrast.system.css +1 -103
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css +1 -152
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css +1 -243
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css +1 -158
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css +1 -157
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1100
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-58ecfe20.js → animation-b4fdf128.js} +9 -250
- package/dist/cjs/{app-globals-e132c781.js → app-globals-5bfa2d7f.js} +1 -1
- package/dist/cjs/{button-active-60ecf64d.js → button-active-564be49f.js} +2 -2
- package/dist/cjs/{framework-delegate-df3a2b04.js → framework-delegate-55f5683a.js} +1 -1
- package/dist/cjs/{haptic-b882e0bb.js → haptic-f6b37aa3.js} +6 -54
- package/dist/cjs/{hardware-back-button-1c67a5a2.js → hardware-back-button-44e7c052.js} +2 -2
- package/dist/cjs/{helpers-71097d9c.js → helpers-afaa9001.js} +0 -4
- package/dist/cjs/{index-f52c6d38.js → index-073c7cdc.js} +4 -0
- package/dist/cjs/{index-7479ea5a.js → index-5b6a7459.js} +1 -1
- package/dist/cjs/{index-14ae0c27.js → index-6d6ac424.js} +4 -4
- package/dist/cjs/{index-a91a3e24.js → index-9509ecad.js} +5 -34
- package/dist/cjs/{index-2d21d526.js → index-bbc6c29f.js} +48 -12
- package/dist/cjs/{index-289297dc.js → index-defd575f.js} +4 -4
- package/dist/cjs/index.cjs.js +11 -11
- package/dist/cjs/{input-shims-77b14f24.js → input-shims-20d639e6.js} +2 -2
- package/dist/cjs/{input.utils-ca74d73a.js → input.utils-611cde0b.js} +1 -1
- package/dist/cjs/ion-accordion_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-action-sheet.cjs.entry.js +12 -12
- package/dist/cjs/ion-alert.cjs.entry.js +11 -11
- package/dist/cjs/ion-app_8.cjs.entry.js +27 -27
- package/dist/cjs/ion-avatar_3.cjs.entry.js +6 -6
- package/dist/cjs/ion-back-button.cjs.entry.js +6 -6
- package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +10 -10
- package/dist/cjs/ion-button_2.cjs.entry.js +19 -7
- package/dist/cjs/ion-card_5.cjs.entry.js +11 -11
- package/dist/cjs/ion-checkbox.cjs.entry.js +8 -8
- package/dist/cjs/ion-chip.cjs.entry.js +4 -4
- package/dist/cjs/ion-col_3.cjs.entry.js +7 -7
- package/dist/cjs/ion-datetime-button.cjs.entry.js +5 -5
- package/dist/cjs/ion-datetime_3.cjs.entry.js +15 -15
- package/dist/cjs/ion-fab_3.cjs.entry.js +10 -10
- package/dist/cjs/ion-img.cjs.entry.js +4 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +93 -0
- package/dist/cjs/ion-input.cjs.entry.js +30 -12
- package/dist/cjs/ion-item-option_3.cjs.entry.js +8 -8
- package/dist/cjs/ion-item_8.cjs.entry.js +17 -17
- package/dist/cjs/ion-loading.cjs.entry.js +9 -9
- package/dist/cjs/ion-menu_3.cjs.entry.js +15 -15
- package/dist/cjs/ion-modal.cjs.entry.js +56 -32
- package/dist/cjs/ion-nav_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +5 -5
- package/dist/cjs/ion-picker-column.cjs.entry.js +7 -7
- package/dist/cjs/ion-picker.cjs.entry.js +4 -4
- package/dist/cjs/ion-popover.cjs.entry.js +12 -12
- package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
- package/dist/cjs/ion-radio_2.cjs.entry.js +9 -9
- package/dist/cjs/ion-range.cjs.entry.js +7 -7
- package/dist/cjs/ion-refresher_2.cjs.entry.js +9 -9
- package/dist/cjs/ion-reorder_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
- package/dist/cjs/ion-route_4.cjs.entry.js +5 -5
- package/dist/cjs/ion-searchbar.cjs.entry.js +10 -10
- package/dist/cjs/ion-segment_2.cjs.entry.js +8 -8
- package/dist/cjs/ion-select_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
- package/dist/cjs/ion-split-pane.cjs.entry.js +4 -4
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +7 -7
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -6
- package/dist/cjs/ion-text.cjs.entry.js +4 -4
- package/dist/cjs/ion-textarea.cjs.entry.js +7 -8
- package/dist/cjs/ion-toast.cjs.entry.js +9 -9
- package/dist/cjs/ion-toggle.cjs.entry.js +10 -10
- package/dist/cjs/{ionic-global-5762eca9.js → ionic-global-62487d02.js} +1 -1
- package/dist/cjs/ionic.cjs.js +5 -5
- package/dist/cjs/{ios.transition-8e0ca8ed.js → ios.transition-d4f0ca4e.js} +4 -4
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{md.transition-5d0f134b.js → md.transition-857328f3.js} +4 -4
- package/dist/cjs/{notch-controller-0042ad49.js → notch-controller-d69150f5.js} +1 -1
- package/dist/cjs/{overlays-30b83581.js → overlays-10c452b2.js} +4 -4
- package/dist/cjs/{status-tap-dc3b8fda.js → status-tap-81daddfa.js} +3 -3
- package/dist/cjs/{swipe-back-49825f1f.js → swipe-back-f38a434a.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/action-sheet/action-sheet.js +3 -3
- package/dist/collection/components/alert/alert.js +2 -2
- package/dist/collection/components/app/app.js +1 -1
- package/dist/collection/components/avatar/avatar.js +1 -1
- package/dist/collection/components/back-button/back-button.js +2 -2
- package/dist/collection/components/backdrop/backdrop.js +1 -1
- package/dist/collection/components/badge/badge.js +2 -2
- package/dist/collection/components/breadcrumb/breadcrumb.js +4 -4
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +2 -2
- package/dist/collection/components/button/button.ios.css +76 -15
- package/dist/collection/components/button/button.js +19 -2
- package/dist/collection/components/button/button.md.css +75 -19
- package/dist/collection/components/button/test/round/button.e2e.js +39 -4
- package/dist/collection/components/buttons/buttons.js +2 -2
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/card-content/card-content.js +1 -1
- package/dist/collection/components/card-header/card-header.js +2 -2
- package/dist/collection/components/card-subtitle/card-subtitle.js +2 -2
- package/dist/collection/components/card-title/card-title.js +2 -2
- package/dist/collection/components/checkbox/checkbox.ios.css +1 -0
- package/dist/collection/components/checkbox/checkbox.js +3 -3
- package/dist/collection/components/checkbox/checkbox.md.css +1 -0
- package/dist/collection/components/chip/chip.js +2 -2
- package/dist/collection/components/col/col.js +2 -2
- package/dist/collection/components/content/content.js +3 -3
- package/dist/collection/components/datetime/datetime.js +2 -2
- package/dist/collection/components/datetime-button/datetime-button.js +2 -2
- package/dist/collection/components/fab/fab.js +2 -2
- package/dist/collection/components/fab-button/fab-button.js +2 -2
- package/dist/collection/components/fab-list/fab-list.js +2 -2
- package/dist/collection/components/footer/footer.js +2 -2
- package/dist/collection/components/grid/grid.js +2 -2
- package/dist/collection/components/header/header.js +2 -2
- package/dist/collection/components/img/img.js +1 -1
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +1 -1
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +2 -2
- package/dist/collection/components/input/input.ios.css +9 -0
- package/dist/collection/components/input/input.js +26 -29
- package/dist/collection/components/input/input.md.css +9 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.css +0 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +183 -0
- package/dist/collection/components/input-password-toggle/test/a11y/input-password-toggle.e2e.js +21 -0
- package/dist/collection/components/input-password-toggle/test/basic/input-password-toggle.e2e.js +38 -0
- package/dist/collection/components/input-password-toggle/test/input-password-toggle.spec.js +76 -0
- package/dist/collection/components/item/item.js +1 -1
- package/dist/collection/components/item-divider/item-divider.js +2 -2
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +2 -2
- package/dist/collection/components/item-options/item-options.js +1 -1
- package/dist/collection/components/item-sliding/item-sliding.js +1 -1
- package/dist/collection/components/label/label.js +2 -2
- package/dist/collection/components/list/list.js +1 -1
- package/dist/collection/components/list-header/list-header.js +2 -2
- package/dist/collection/components/loading/loading.js +2 -2
- package/dist/collection/components/menu/menu.js +2 -2
- package/dist/collection/components/menu-button/menu-button.js +2 -2
- package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
- package/dist/collection/components/modal/gestures/sheet.js +45 -20
- package/dist/collection/components/modal/modal.js +4 -4
- package/dist/collection/components/nav/nav.js +1 -1
- package/dist/collection/components/nav-link/nav-link.js +1 -1
- package/dist/collection/components/note/note.js +2 -2
- package/dist/collection/components/picker/picker.js +2 -2
- package/dist/collection/components/picker-column/picker-column.js +3 -3
- package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
- package/dist/collection/components/picker-legacy/picker.js +2 -2
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
- package/dist/collection/components/popover/popover.ios.css +0 -1
- package/dist/collection/components/popover/popover.js +2 -2
- package/dist/collection/components/popover/popover.md.css +0 -1
- package/dist/collection/components/popover/test/basic/popover.e2e.js +76 -0
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio/radio.ios.css +1 -0
- package/dist/collection/components/radio/radio.js +3 -3
- package/dist/collection/components/radio/radio.md.css +1 -0
- package/dist/collection/components/radio-group/radio-group.js +1 -1
- package/dist/collection/components/range/range.js +3 -3
- package/dist/collection/components/refresher/refresher.js +1 -1
- package/dist/collection/components/refresher-content/refresher-content.js +1 -1
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +1 -1
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
- package/dist/collection/components/router-link/router-link.js +2 -2
- package/dist/collection/components/router-outlet/router-outlet.js +1 -1
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +9 -8
- package/dist/collection/components/segment/segment.js +2 -2
- package/dist/collection/components/segment-button/segment-button.js +3 -3
- package/dist/collection/components/select/select.js +2 -2
- package/dist/collection/components/select-option/select-option.js +1 -1
- package/dist/collection/components/select-popover/select-popover.js +1 -1
- package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/split-pane/split-pane.js +2 -2
- package/dist/collection/components/tab/tab.js +2 -2
- package/dist/collection/components/tab-bar/tab-bar.js +2 -2
- package/dist/collection/components/tab-button/tab-button.js +2 -2
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/text/text.js +2 -2
- package/dist/collection/components/textarea/textarea.js +2 -26
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.ios.css +1 -0
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/toggle/toggle.md.css +1 -0
- package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +133 -5
- package/dist/collection/components/toolbar/toolbar.js +2 -2
- package/dist/collection/utils/animation/animation-utils.js +0 -102
- package/dist/collection/utils/animation/animation.js +10 -141
- package/dist/collection/utils/animation/test/animation.spec.js +0 -89
- package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/basic/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/display/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/hooks/animation.e2e.js +0 -4
- package/dist/collection/utils/animation/test/multiple/animation.e2e.js +0 -7
- package/dist/collection/utils/native/haptic.js +6 -54
- package/dist/collection/utils/tap-click/index.js +5 -34
- package/dist/docs.json +182 -7
- package/dist/esm/{animation-6a3c0abb.js → animation-eab5a4ca.js} +9 -250
- package/dist/esm/{app-globals-80842d68.js → app-globals-49873df1.js} +1 -1
- package/dist/esm/{button-active-c6e18fac.js → button-active-46df59c1.js} +2 -2
- package/dist/esm/{framework-delegate-3dede018.js → framework-delegate-63d1a679.js} +1 -1
- package/dist/esm/{haptic-554688a5.js → haptic-ac164e4c.js} +6 -54
- package/dist/esm/{hardware-back-button-fb295e3a.js → hardware-back-button-ba8f64c2.js} +2 -2
- package/dist/esm/{helpers-eab4f597.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-95a691d4.js → index-56d90da9.js} +4 -4
- package/dist/esm/{index-044b5a86.js → index-5cc724f3.js} +1 -1
- package/dist/esm/{index-fa221975.js → index-79b30591.js} +5 -34
- package/dist/esm/{index-5d6a0317.js → index-bcd8859b.js} +48 -12
- package/dist/esm/{index-f7dc70ba.js → index-e2cf2ceb.js} +3 -1
- package/dist/esm/{index-136e99c8.js → index-f0d7371a.js} +4 -4
- package/dist/esm/index.js +11 -11
- package/dist/esm/{input-shims-196afa11.js → input-shims-4530285e.js} +2 -2
- package/dist/esm/{input.utils-426cc674.js → input.utils-09c71bc7.js} +1 -1
- package/dist/esm/ion-accordion_2.entry.js +4 -4
- package/dist/esm/ion-action-sheet.entry.js +12 -12
- package/dist/esm/ion-alert.entry.js +11 -11
- package/dist/esm/ion-app_8.entry.js +27 -27
- package/dist/esm/ion-avatar_3.entry.js +6 -6
- package/dist/esm/ion-back-button.entry.js +6 -6
- package/dist/esm/ion-backdrop.entry.js +3 -3
- package/dist/esm/ion-breadcrumb_2.entry.js +10 -10
- package/dist/esm/ion-button_2.entry.js +19 -7
- package/dist/esm/ion-card_5.entry.js +11 -11
- package/dist/esm/ion-checkbox.entry.js +8 -8
- package/dist/esm/ion-chip.entry.js +4 -4
- package/dist/esm/ion-col_3.entry.js +7 -7
- package/dist/esm/ion-datetime-button.entry.js +5 -5
- package/dist/esm/ion-datetime_3.entry.js +15 -15
- package/dist/esm/ion-fab_3.entry.js +10 -10
- package/dist/esm/ion-img.entry.js +4 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +7 -7
- package/dist/esm/ion-input-password-toggle.entry.js +89 -0
- package/dist/esm/ion-input.entry.js +30 -12
- package/dist/esm/ion-item-option_3.entry.js +8 -8
- package/dist/esm/ion-item_8.entry.js +17 -17
- package/dist/esm/ion-loading.entry.js +9 -9
- package/dist/esm/ion-menu_3.entry.js +15 -15
- package/dist/esm/ion-modal.entry.js +56 -32
- package/dist/esm/ion-nav_2.entry.js +8 -8
- package/dist/esm/ion-picker-column-option.entry.js +5 -5
- package/dist/esm/ion-picker-column.entry.js +7 -7
- package/dist/esm/ion-picker.entry.js +4 -4
- package/dist/esm/ion-popover.entry.js +12 -12
- package/dist/esm/ion-progress-bar.entry.js +4 -4
- package/dist/esm/ion-radio_2.entry.js +9 -9
- package/dist/esm/ion-range.entry.js +7 -7
- package/dist/esm/ion-refresher_2.entry.js +9 -9
- package/dist/esm/ion-reorder_2.entry.js +8 -8
- package/dist/esm/ion-ripple-effect.entry.js +3 -3
- package/dist/esm/ion-route_4.entry.js +5 -5
- package/dist/esm/ion-searchbar.entry.js +10 -10
- package/dist/esm/ion-segment_2.entry.js +8 -8
- package/dist/esm/ion-select_3.entry.js +12 -12
- package/dist/esm/ion-spinner.entry.js +3 -3
- package/dist/esm/ion-split-pane.entry.js +4 -4
- package/dist/esm/ion-tab-bar_2.entry.js +7 -7
- package/dist/esm/ion-tab_2.entry.js +6 -6
- package/dist/esm/ion-text.entry.js +4 -4
- package/dist/esm/ion-textarea.entry.js +7 -8
- package/dist/esm/ion-toast.entry.js +9 -9
- package/dist/esm/ion-toggle.entry.js +10 -10
- package/dist/esm/{ionic-global-a589c12c.js → ionic-global-e6c98cd0.js} +1 -1
- package/dist/esm/ionic.js +6 -6
- package/dist/esm/{ios.transition-d1c8eea2.js → ios.transition-71bfa932.js} +4 -4
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-0d2de76d.js → md.transition-86aef3c0.js} +4 -4
- package/dist/esm/{notch-controller-cff691e5.js → notch-controller-55b09e11.js} +1 -1
- package/dist/esm/{overlays-d41f74ac.js → overlays-6fb4a2f2.js} +4 -4
- package/dist/esm/{status-tap-45595148.js → status-tap-299361cd.js} +3 -3
- package/dist/esm/{swipe-back-5aa5feeb.js → swipe-back-b613d7db.js} +1 -1
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-49873df1.js +4 -0
- package/dist/esm-es5/{button-active-c6e18fac.js → button-active-46df59c1.js} +1 -1
- package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
- package/dist/esm-es5/haptic-ac164e4c.js +4 -0
- package/dist/esm-es5/{hardware-back-button-fb295e3a.js → hardware-back-button-ba8f64c2.js} +1 -1
- package/dist/esm-es5/{helpers-eab4f597.js → helpers-da915de8.js} +1 -1
- package/dist/esm-es5/index-56d90da9.js +4 -0
- package/dist/esm-es5/{index-044b5a86.js → index-5cc724f3.js} +1 -1
- package/dist/esm-es5/index-79b30591.js +4 -0
- package/dist/esm-es5/index-bcd8859b.js +5 -0
- package/dist/esm-es5/{index-f7dc70ba.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/{index-136e99c8.js → index-f0d7371a.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-4530285e.js +4 -0
- package/dist/esm-es5/{input.utils-426cc674.js → input.utils-09c71bc7.js} +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/{ionic-global-a589c12c.js → ionic-global-e6c98cd0.js} +1 -1
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-d1c8eea2.js → ios.transition-71bfa932.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-86aef3c0.js +4 -0
- package/dist/esm-es5/{notch-controller-cff691e5.js → notch-controller-55b09e11.js} +1 -1
- package/dist/esm-es5/{overlays-d41f74ac.js → overlays-6fb4a2f2.js} +1 -1
- package/dist/esm-es5/{status-tap-45595148.js → status-tap-299361cd.js} +1 -1
- package/dist/esm-es5/{swipe-back-5aa5feeb.js → swipe-back-b613d7db.js} +1 -1
- package/dist/html.html-data.json +68 -0
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/{p-91567c90.system.entry.js → p-005deca1.system.entry.js} +1 -1
- package/dist/ionic/{p-325c61a4.js → p-06e58c4e.js} +1 -1
- package/dist/ionic/{p-853bd866.system.js → p-07584ab4.system.js} +1 -1
- package/dist/ionic/p-0bd47555.js +4 -0
- package/dist/ionic/{p-4a3055ef.system.js → p-0c06e09b.system.js} +1 -1
- package/dist/ionic/{p-98c86cdd.js → p-0e713efe.js} +1 -1
- package/dist/ionic/p-13cc6ee6.entry.js +4 -0
- package/dist/ionic/p-1472c130.entry.js +4 -0
- package/dist/ionic/{p-bb5eba12.entry.js → p-151e8afd.entry.js} +1 -1
- package/dist/ionic/p-184fbc9e.system.js +4 -0
- package/dist/ionic/{p-2cc2c631.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/{p-d5ab02f5.entry.js → p-1b0f4e6c.entry.js} +1 -1
- package/dist/ionic/p-1ba197b6.entry.js +4 -0
- package/dist/ionic/p-1c42ad90.entry.js +4 -0
- package/dist/ionic/p-1e955a45.system.js +4 -0
- package/dist/ionic/{p-a94092b9.entry.js → p-1fa53d02.entry.js} +1 -1
- package/dist/ionic/{p-7680d0ec.entry.js → p-1fe1f512.entry.js} +1 -1
- package/dist/ionic/{p-fb870c48.entry.js → p-23fdee0e.entry.js} +1 -1
- package/dist/ionic/{p-f85a4df5.system.js → p-2613c305.system.js} +1 -1
- package/dist/ionic/{p-a6b8342e.system.entry.js → p-275dd0ba.system.entry.js} +1 -1
- package/dist/ionic/{p-42fecf9c.system.entry.js → p-2b86020c.system.entry.js} +1 -1
- package/dist/ionic/{p-d0496c22.system.entry.js → p-3008ca4e.system.entry.js} +1 -1
- package/dist/ionic/p-332aa81e.entry.js +4 -0
- package/dist/ionic/p-341b3f37.entry.js +4 -0
- package/dist/ionic/{p-a600a3e3.js → p-34b11c24.js} +1 -1
- package/dist/ionic/{p-668607c2.system.js → p-3ad285e3.system.js} +1 -1
- package/dist/ionic/{p-c6f9f3eb.js → p-3cc276f4.js} +1 -1
- package/dist/ionic/{p-40976b1c.system.entry.js → p-3d977e09.system.entry.js} +2 -2
- package/dist/ionic/{p-219c17cf.system.entry.js → p-3de2aab8.system.entry.js} +1 -1
- package/dist/ionic/p-405fd996.entry.js +4 -0
- package/dist/ionic/p-46111310.js +4 -0
- package/dist/ionic/p-46f407f0.system.js +4 -0
- package/dist/ionic/{p-bb608006.system.entry.js → p-4809ddae.system.entry.js} +1 -1
- package/dist/ionic/{p-8a881b39.entry.js → p-48f60474.entry.js} +1 -1
- package/dist/ionic/p-495ed1c3.entry.js +4 -0
- package/dist/ionic/{p-7002bc75.entry.js → p-4a01cec0.entry.js} +1 -1
- package/dist/ionic/p-4de53118.js +4 -0
- package/dist/ionic/p-4edce583.system.entry.js +4 -0
- package/dist/ionic/p-4f6ebc2b.entry.js +4 -0
- package/dist/ionic/p-4f77a080.system.entry.js +4 -0
- package/dist/ionic/{p-da5bbd4f.entry.js → p-4fadf4b0.entry.js} +1 -1
- package/dist/ionic/{p-db7fcadb.system.entry.js → p-50205ef9.system.entry.js} +2 -2
- package/dist/ionic/{p-6d9f8fac.system.js → p-510cb8e6.system.js} +1 -1
- package/dist/ionic/p-530207f9.entry.js +4 -0
- package/dist/ionic/p-53d37363.entry.js +4 -0
- package/dist/ionic/{p-7d29dff0.system.entry.js → p-53d69c70.system.entry.js} +1 -1
- package/dist/ionic/{p-af2e3481.system.entry.js → p-55bc2a11.system.entry.js} +1 -1
- package/dist/ionic/p-582db405.system.entry.js +4 -0
- package/dist/ionic/p-5ad55625.entry.js +4 -0
- package/dist/ionic/p-5c26fed5.system.entry.js +4 -0
- package/dist/ionic/p-5f28cb75.js +4 -0
- package/dist/ionic/{p-239906f1.js → p-67f5b57a.js} +1 -1
- package/dist/ionic/{p-f7af3144.system.entry.js → p-68afa357.system.entry.js} +2 -2
- package/dist/ionic/{p-af9256a0.system.js → p-6ac30fc3.system.js} +1 -1
- package/dist/ionic/p-6c5c1bb5.system.js +4 -0
- package/dist/ionic/{p-92b05b70.system.entry.js → p-6cf780b6.system.entry.js} +1 -1
- package/dist/ionic/p-6dc81903.entry.js +4 -0
- package/dist/ionic/{p-8ed900e4.entry.js → p-6e4dac1a.entry.js} +1 -1
- package/dist/ionic/{p-6a888b39.system.entry.js → p-6ef17d86.system.entry.js} +1 -1
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-7372cf23.system.entry.js +4 -0
- package/dist/ionic/p-7492572a.entry.js +4 -0
- package/dist/ionic/p-7596e24d.system.js +5 -0
- package/dist/ionic/p-76971b4f.entry.js +4 -0
- package/dist/ionic/{p-9e3177a5.system.js → p-7a7ff5e3.system.js} +1 -1
- package/dist/ionic/{p-6a62da36.system.js → p-7bbcce53.system.js} +1 -1
- package/dist/ionic/{p-5ac63b19.system.entry.js → p-7c93f00b.system.entry.js} +1 -1
- package/dist/ionic/{p-9e6a5e3d.system.entry.js → p-7f33a6e2.system.entry.js} +2 -2
- package/dist/ionic/{p-7adde43c.system.entry.js → p-814efd87.system.entry.js} +1 -1
- package/dist/ionic/{p-031c5621.js → p-83b445c3.js} +1 -1
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-89b61afc.js +4 -0
- package/dist/ionic/{p-00a6f38d.entry.js → p-8a5152e5.entry.js} +1 -1
- package/dist/ionic/{p-976c7c54.js → p-8f9e2850.js} +1 -1
- package/dist/ionic/{p-c41e0b5f.system.entry.js → p-904df2ee.system.entry.js} +2 -2
- package/dist/ionic/{p-02a803dc.entry.js → p-90f8498c.entry.js} +1 -1
- package/dist/ionic/p-9146695e.system.js +4 -0
- package/dist/ionic/p-91b568e2.system.entry.js +4 -0
- package/dist/ionic/{p-07759435.system.js → p-91dabef7.system.js} +1 -1
- package/dist/ionic/{p-78b3da77.js → p-96a561dd.js} +1 -1
- package/dist/ionic/{p-a3dae2ce.js → p-96cc4814.js} +1 -1
- package/dist/ionic/p-987e38ef.system.entry.js +4 -0
- package/dist/ionic/{p-a88b41d1.system.entry.js → p-98af538a.system.entry.js} +2 -2
- package/dist/ionic/p-9ccc8035.system.entry.js +4 -0
- package/dist/ionic/{p-e0d52ee3.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9fa5ff32.system.js +4 -0
- package/dist/ionic/{p-8dd3d9c3.system.entry.js → p-9fd3ca09.system.entry.js} +1 -1
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a28ea4d8.system.entry.js +4 -0
- package/dist/ionic/{p-2bb65deb.entry.js → p-a39a73e3.entry.js} +1 -1
- package/dist/ionic/{p-978f4710.js → p-a90201f2.js} +1 -1
- package/dist/ionic/p-a93873de.system.js +4 -0
- package/dist/ionic/{p-185db19b.system.entry.js → p-aa79cc0e.system.entry.js} +2 -2
- package/dist/ionic/{p-1bb1ef31.system.entry.js → p-aa8a2f40.system.entry.js} +1 -1
- package/dist/ionic/p-ac045dad.entry.js +4 -0
- package/dist/ionic/{p-dd9168f3.entry.js → p-ad2b9596.entry.js} +1 -1
- package/dist/ionic/p-ae42c907.entry.js +4 -0
- package/dist/ionic/{p-23838a94.system.entry.js → p-aea5f293.system.entry.js} +1 -1
- package/dist/ionic/p-b4a7f856.system.entry.js +4 -0
- package/dist/ionic/{p-364044f0.js → p-b51e4004.js} +1 -1
- package/dist/ionic/p-b6519a42.entry.js +4 -0
- package/dist/ionic/p-b7af48c0.js +4 -0
- package/dist/ionic/{p-54c31b4f.entry.js → p-ba35f07f.entry.js} +1 -1
- package/dist/ionic/{p-d4d17d47.entry.js → p-bc3d649d.entry.js} +1 -1
- package/dist/ionic/p-c1c77386.js +5 -0
- package/dist/ionic/{p-85f43165.system.entry.js → p-c2762c6a.system.entry.js} +1 -1
- package/dist/ionic/p-c4e495a3.system.js +4 -0
- package/dist/ionic/p-c4eafa12.system.entry.js +4 -0
- package/dist/ionic/{p-294c47cd.system.entry.js → p-c54b167f.system.entry.js} +1 -1
- package/dist/ionic/p-c7e16491.js +4 -0
- package/dist/ionic/{p-17ee2784.system.entry.js → p-c927dbe2.system.entry.js} +1 -1
- package/dist/ionic/{p-282bd5f9.system.entry.js → p-ca5bb110.system.entry.js} +1 -1
- package/dist/ionic/p-ca6decbd.entry.js +4 -0
- package/dist/ionic/p-cbd87df6.entry.js +4 -0
- package/dist/ionic/p-cf45a5c7.system.entry.js +4 -0
- package/dist/ionic/{p-1685d81c.system.entry.js → p-cf8101a6.system.entry.js} +1 -1
- package/dist/ionic/p-d061515d.system.entry.js +4 -0
- package/dist/ionic/{p-3ae4a2a2.entry.js → p-d73f49d0.entry.js} +1 -1
- package/dist/ionic/p-da2b833b.js +4 -0
- package/dist/ionic/p-dbc3e90c.entry.js +4 -0
- package/dist/ionic/{p-70c278c4.system.entry.js → p-dc4406d7.system.entry.js} +1 -1
- package/dist/ionic/p-dec86943.entry.js +4 -0
- package/dist/ionic/p-df0d39c7.system.entry.js +4 -0
- package/dist/ionic/{p-1a8bbd2e.entry.js → p-e099a6f3.entry.js} +1 -1
- package/dist/ionic/p-e1ad8e76.entry.js +4 -0
- package/dist/ionic/{p-d286cfbe.system.entry.js → p-e292247e.system.entry.js} +1 -1
- package/dist/ionic/p-e548fedf.system.entry.js +4 -0
- package/dist/ionic/{p-7c7e495d.system.js → p-e5a3659f.system.js} +1 -1
- package/dist/ionic/{p-5a277399.system.entry.js → p-e6d46b5d.system.entry.js} +1 -1
- package/dist/ionic/p-e781c893.entry.js +4 -0
- package/dist/ionic/{p-d8ffe61c.system.entry.js → p-e81c3ca2.system.entry.js} +1 -1
- package/dist/ionic/{p-fa8ee4c3.entry.js → p-e8a713b5.entry.js} +1 -1
- package/dist/ionic/{p-b141e253.entry.js → p-e93cd31c.entry.js} +1 -1
- package/dist/ionic/p-ec178f19.entry.js +4 -0
- package/dist/ionic/{p-3cd3214e.entry.js → p-eda2459e.entry.js} +1 -1
- package/dist/ionic/p-f13dc6bd.system.entry.js +4 -0
- package/dist/ionic/p-f6ca4d02.js +4 -0
- package/dist/ionic/{p-1807190c.entry.js → p-f6fec6a0.entry.js} +1 -1
- package/dist/ionic/{p-2852c537.system.entry.js → p-f8f8c5a8.system.entry.js} +1 -1
- package/dist/ionic/p-f956e38a.entry.js +4 -0
- package/dist/ionic/p-fea11771.entry.js +4 -0
- package/dist/ionic/{p-30dfa360.system.js → p-ffbc80ae.system.js} +1 -1
- package/dist/types/components/button/button.d.ts +5 -0
- package/dist/types/components/datetime/utils/manipulation.d.ts +7 -7
- package/dist/types/components/datetime/utils/state.d.ts +2 -2
- package/dist/types/components/input/input.d.ts +7 -6
- package/dist/types/components/input/input.utils.d.ts +1 -1
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +37 -0
- package/dist/types/components/searchbar/searchbar.d.ts +0 -14
- package/dist/types/components/textarea/textarea.d.ts +1 -6
- package/dist/types/components.d.ts +47 -3
- package/dist/types/utils/animation/animation-utils.d.ts +0 -12
- package/dist/types/utils/focus-trap.d.ts +2 -2
- package/dist/types/utils/framework-delegate.d.ts +1 -1
- package/dist/types/utils/keyboard/keyboard-controller.d.ts +1 -1
- package/dist/types/utils/overlays.d.ts +2 -2
- package/hydrate/index.js +425 -525
- package/package.json +6 -6
- package/dist/esm-es5/animation-6a3c0abb.js +0 -4
- package/dist/esm-es5/app-globals-80842d68.js +0 -4
- package/dist/esm-es5/framework-delegate-3dede018.js +0 -4
- package/dist/esm-es5/haptic-554688a5.js +0 -4
- package/dist/esm-es5/index-5d6a0317.js +0 -5
- package/dist/esm-es5/index-95a691d4.js +0 -4
- package/dist/esm-es5/index-fa221975.js +0 -4
- package/dist/esm-es5/input-shims-196afa11.js +0 -4
- package/dist/esm-es5/md.transition-0d2de76d.js +0 -4
- package/dist/ionic/p-0051ceb9.entry.js +0 -4
- package/dist/ionic/p-08a8971e.system.js +0 -4
- package/dist/ionic/p-0e4c9e45.system.js +0 -4
- package/dist/ionic/p-103ec049.system.entry.js +0 -4
- package/dist/ionic/p-17043350.system.js +0 -4
- package/dist/ionic/p-1c801dd4.entry.js +0 -4
- package/dist/ionic/p-2130b526.entry.js +0 -4
- package/dist/ionic/p-22b5c888.system.entry.js +0 -4
- package/dist/ionic/p-23cff6c1.system.js +0 -4
- package/dist/ionic/p-23efc001.entry.js +0 -4
- package/dist/ionic/p-244f56fd.js +0 -4
- package/dist/ionic/p-27c668a0.entry.js +0 -4
- package/dist/ionic/p-29ef3b9b.entry.js +0 -4
- package/dist/ionic/p-2f53c3eb.js +0 -4
- package/dist/ionic/p-2f6bc4a9.system.entry.js +0 -4
- package/dist/ionic/p-34c50a42.system.entry.js +0 -4
- package/dist/ionic/p-3785c067.entry.js +0 -4
- package/dist/ionic/p-3e6e53fe.system.entry.js +0 -4
- package/dist/ionic/p-42f189f4.js +0 -4
- package/dist/ionic/p-43c751c6.system.entry.js +0 -4
- package/dist/ionic/p-4d325220.system.entry.js +0 -4
- package/dist/ionic/p-4d361c89.entry.js +0 -4
- package/dist/ionic/p-5b2951c1.system.entry.js +0 -4
- package/dist/ionic/p-5b52897c.js +0 -4
- package/dist/ionic/p-5e39b9d8.entry.js +0 -4
- package/dist/ionic/p-610f0e12.entry.js +0 -4
- package/dist/ionic/p-66e50777.entry.js +0 -4
- package/dist/ionic/p-6a448415.entry.js +0 -4
- package/dist/ionic/p-7d4d9c40.system.entry.js +0 -4
- package/dist/ionic/p-7e7d534c.js +0 -4
- package/dist/ionic/p-831269de.js +0 -4
- package/dist/ionic/p-86c17a09.entry.js +0 -4
- package/dist/ionic/p-9b5d033a.system.entry.js +0 -4
- package/dist/ionic/p-a0e8f913.entry.js +0 -4
- package/dist/ionic/p-a4c287f9.entry.js +0 -4
- package/dist/ionic/p-ac6db4c2.js +0 -4
- package/dist/ionic/p-b0aaa59a.system.entry.js +0 -4
- package/dist/ionic/p-b1d9b078.entry.js +0 -4
- package/dist/ionic/p-ba0290d1.entry.js +0 -4
- package/dist/ionic/p-c385e49d.entry.js +0 -4
- package/dist/ionic/p-c3f5d0e7.js +0 -4
- package/dist/ionic/p-c629d22b.system.js +0 -5
- package/dist/ionic/p-c8383c20.entry.js +0 -4
- package/dist/ionic/p-c995da88.system.js +0 -4
- package/dist/ionic/p-cbf0a046.system.entry.js +0 -4
- package/dist/ionic/p-d372938e.system.entry.js +0 -4
- package/dist/ionic/p-d704f798.system.js +0 -4
- package/dist/ionic/p-d8090ce4.entry.js +0 -4
- package/dist/ionic/p-d80b7e31.system.js +0 -4
- package/dist/ionic/p-dad515dc.js +0 -4
- package/dist/ionic/p-dfb6de03.system.js +0 -4
- package/dist/ionic/p-e3611c25.entry.js +0 -4
- package/dist/ionic/p-e4ca94bd.js +0 -4
- package/dist/ionic/p-e7b0b64d.system.js +0 -4
- package/dist/ionic/p-ebc5b98f.entry.js +0 -4
- package/dist/ionic/p-ec34194e.system.entry.js +0 -4
- package/dist/ionic/p-ec613387.entry.js +0 -4
- package/dist/ionic/p-ed3463be.entry.js +0 -4
- package/dist/ionic/p-f1d1524c.entry.js +0 -4
- package/dist/ionic/p-f7a1318d.system.entry.js +0 -4
- package/dist/ionic/p-f8502e85.js +0 -5
- package/dist/ionic/p-fe1fd531.system.js +0 -4
- package/dist/ionic/p-fe35b5c0.entry.js +0 -4
package/dist/docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-04-18T14:38:08",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.
|
|
5
|
+
"version": "4.15.0",
|
|
6
|
+
"typescriptVersion": "5.4.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -4098,7 +4098,8 @@
|
|
|
4098
4098
|
}
|
|
4099
4099
|
],
|
|
4100
4100
|
"dependents": [
|
|
4101
|
-
"ion-datetime"
|
|
4101
|
+
"ion-datetime",
|
|
4102
|
+
"ion-input-password-toggle"
|
|
4102
4103
|
],
|
|
4103
4104
|
"dependencies": [
|
|
4104
4105
|
"ion-ripple-effect"
|
|
@@ -4109,6 +4110,9 @@
|
|
|
4109
4110
|
],
|
|
4110
4111
|
"ion-datetime": [
|
|
4111
4112
|
"ion-button"
|
|
4113
|
+
],
|
|
4114
|
+
"ion-input-password-toggle": [
|
|
4115
|
+
"ion-button"
|
|
4112
4116
|
]
|
|
4113
4117
|
}
|
|
4114
4118
|
},
|
|
@@ -10238,7 +10242,7 @@
|
|
|
10238
10242
|
},
|
|
10239
10243
|
"mutable": false,
|
|
10240
10244
|
"attr": "disabled",
|
|
10241
|
-
"reflectToAttr":
|
|
10245
|
+
"reflectToAttr": true,
|
|
10242
10246
|
"docs": "If `true`, the user cannot interact with the input.",
|
|
10243
10247
|
"docsTags": [],
|
|
10244
10248
|
"default": "false",
|
|
@@ -10719,7 +10723,7 @@
|
|
|
10719
10723
|
},
|
|
10720
10724
|
"mutable": false,
|
|
10721
10725
|
"attr": "readonly",
|
|
10722
|
-
"reflectToAttr":
|
|
10726
|
+
"reflectToAttr": true,
|
|
10723
10727
|
"docs": "If `true`, the user cannot modify the value.",
|
|
10724
10728
|
"docsTags": [],
|
|
10725
10729
|
"default": "false",
|
|
@@ -11177,6 +11181,176 @@
|
|
|
11177
11181
|
]
|
|
11178
11182
|
}
|
|
11179
11183
|
},
|
|
11184
|
+
{
|
|
11185
|
+
"filePath": "src/components/input-password-toggle/input-password-toggle.tsx",
|
|
11186
|
+
"encapsulation": "shadow",
|
|
11187
|
+
"tag": "ion-input-password-toggle",
|
|
11188
|
+
"docs": "",
|
|
11189
|
+
"docsTags": [
|
|
11190
|
+
{
|
|
11191
|
+
"name": "virtualProp",
|
|
11192
|
+
"text": "{\"ios\" | \"md\"} mode - The mode determines which platform styles to use."
|
|
11193
|
+
}
|
|
11194
|
+
],
|
|
11195
|
+
"usage": {},
|
|
11196
|
+
"props": [
|
|
11197
|
+
{
|
|
11198
|
+
"name": "color",
|
|
11199
|
+
"type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
11200
|
+
"complexType": {
|
|
11201
|
+
"original": "Color",
|
|
11202
|
+
"resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
|
|
11203
|
+
"references": {
|
|
11204
|
+
"Color": {
|
|
11205
|
+
"location": "import",
|
|
11206
|
+
"path": "../../interface",
|
|
11207
|
+
"id": "src/interface.d.ts::Color"
|
|
11208
|
+
}
|
|
11209
|
+
}
|
|
11210
|
+
},
|
|
11211
|
+
"mutable": false,
|
|
11212
|
+
"attr": "color",
|
|
11213
|
+
"reflectToAttr": true,
|
|
11214
|
+
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
11215
|
+
"docsTags": [],
|
|
11216
|
+
"values": [
|
|
11217
|
+
{
|
|
11218
|
+
"value": "danger",
|
|
11219
|
+
"type": "string"
|
|
11220
|
+
},
|
|
11221
|
+
{
|
|
11222
|
+
"value": "dark",
|
|
11223
|
+
"type": "string"
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"value": "light",
|
|
11227
|
+
"type": "string"
|
|
11228
|
+
},
|
|
11229
|
+
{
|
|
11230
|
+
"value": "medium",
|
|
11231
|
+
"type": "string"
|
|
11232
|
+
},
|
|
11233
|
+
{
|
|
11234
|
+
"value": "primary",
|
|
11235
|
+
"type": "string"
|
|
11236
|
+
},
|
|
11237
|
+
{
|
|
11238
|
+
"value": "secondary",
|
|
11239
|
+
"type": "string"
|
|
11240
|
+
},
|
|
11241
|
+
{
|
|
11242
|
+
"value": "success",
|
|
11243
|
+
"type": "string"
|
|
11244
|
+
},
|
|
11245
|
+
{
|
|
11246
|
+
"value": "tertiary",
|
|
11247
|
+
"type": "string"
|
|
11248
|
+
},
|
|
11249
|
+
{
|
|
11250
|
+
"value": "warning",
|
|
11251
|
+
"type": "string"
|
|
11252
|
+
},
|
|
11253
|
+
{
|
|
11254
|
+
"type": "string & Record<never, never>"
|
|
11255
|
+
},
|
|
11256
|
+
{
|
|
11257
|
+
"type": "undefined"
|
|
11258
|
+
}
|
|
11259
|
+
],
|
|
11260
|
+
"optional": true,
|
|
11261
|
+
"required": false
|
|
11262
|
+
},
|
|
11263
|
+
{
|
|
11264
|
+
"name": "hideIcon",
|
|
11265
|
+
"type": "string | undefined",
|
|
11266
|
+
"complexType": {
|
|
11267
|
+
"original": "string",
|
|
11268
|
+
"resolved": "string | undefined",
|
|
11269
|
+
"references": {}
|
|
11270
|
+
},
|
|
11271
|
+
"mutable": false,
|
|
11272
|
+
"attr": "hide-icon",
|
|
11273
|
+
"reflectToAttr": false,
|
|
11274
|
+
"docs": "The icon that can be used to represent hiding a password. If not set, the \"eyeOff\" Ionicon will be used.",
|
|
11275
|
+
"docsTags": [],
|
|
11276
|
+
"values": [
|
|
11277
|
+
{
|
|
11278
|
+
"type": "string"
|
|
11279
|
+
},
|
|
11280
|
+
{
|
|
11281
|
+
"type": "undefined"
|
|
11282
|
+
}
|
|
11283
|
+
],
|
|
11284
|
+
"optional": true,
|
|
11285
|
+
"required": false
|
|
11286
|
+
},
|
|
11287
|
+
{
|
|
11288
|
+
"name": "mode",
|
|
11289
|
+
"type": "\"ios\" | \"md\"",
|
|
11290
|
+
"mutable": false,
|
|
11291
|
+
"attr": "mode",
|
|
11292
|
+
"reflectToAttr": false,
|
|
11293
|
+
"docs": "The mode determines which platform styles to use.",
|
|
11294
|
+
"docsTags": [],
|
|
11295
|
+
"values": [
|
|
11296
|
+
{
|
|
11297
|
+
"value": "ios",
|
|
11298
|
+
"type": "string"
|
|
11299
|
+
},
|
|
11300
|
+
{
|
|
11301
|
+
"value": "md",
|
|
11302
|
+
"type": "string"
|
|
11303
|
+
}
|
|
11304
|
+
],
|
|
11305
|
+
"optional": true,
|
|
11306
|
+
"required": false
|
|
11307
|
+
},
|
|
11308
|
+
{
|
|
11309
|
+
"name": "showIcon",
|
|
11310
|
+
"type": "string | undefined",
|
|
11311
|
+
"complexType": {
|
|
11312
|
+
"original": "string",
|
|
11313
|
+
"resolved": "string | undefined",
|
|
11314
|
+
"references": {}
|
|
11315
|
+
},
|
|
11316
|
+
"mutable": false,
|
|
11317
|
+
"attr": "show-icon",
|
|
11318
|
+
"reflectToAttr": false,
|
|
11319
|
+
"docs": "The icon that can be used to represent showing a password. If not set, the \"eye\" Ionicon will be used.",
|
|
11320
|
+
"docsTags": [],
|
|
11321
|
+
"values": [
|
|
11322
|
+
{
|
|
11323
|
+
"type": "string"
|
|
11324
|
+
},
|
|
11325
|
+
{
|
|
11326
|
+
"type": "undefined"
|
|
11327
|
+
}
|
|
11328
|
+
],
|
|
11329
|
+
"optional": true,
|
|
11330
|
+
"required": false
|
|
11331
|
+
}
|
|
11332
|
+
],
|
|
11333
|
+
"methods": [],
|
|
11334
|
+
"events": [],
|
|
11335
|
+
"listeners": [],
|
|
11336
|
+
"styles": [],
|
|
11337
|
+
"slots": [],
|
|
11338
|
+
"parts": [],
|
|
11339
|
+
"dependents": [],
|
|
11340
|
+
"dependencies": [
|
|
11341
|
+
"ion-button",
|
|
11342
|
+
"ion-icon"
|
|
11343
|
+
],
|
|
11344
|
+
"dependencyGraph": {
|
|
11345
|
+
"ion-input-password-toggle": [
|
|
11346
|
+
"ion-button",
|
|
11347
|
+
"ion-icon"
|
|
11348
|
+
],
|
|
11349
|
+
"ion-button": [
|
|
11350
|
+
"ion-ripple-effect"
|
|
11351
|
+
]
|
|
11352
|
+
}
|
|
11353
|
+
},
|
|
11180
11354
|
{
|
|
11181
11355
|
"filePath": "src/components/item/item.tsx",
|
|
11182
11356
|
"encapsulation": "shadow",
|
|
@@ -22597,13 +22771,14 @@
|
|
|
22597
22771
|
"reflectToAttr": false,
|
|
22598
22772
|
"docs": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
|
|
22599
22773
|
"docsTags": [],
|
|
22774
|
+
"default": "'off'",
|
|
22600
22775
|
"values": [
|
|
22601
22776
|
{
|
|
22602
22777
|
"type": "string"
|
|
22603
22778
|
}
|
|
22604
22779
|
],
|
|
22605
22780
|
"optional": false,
|
|
22606
|
-
"required":
|
|
22781
|
+
"required": false
|
|
22607
22782
|
},
|
|
22608
22783
|
{
|
|
22609
22784
|
"name": "autocomplete",
|
|
@@ -2,39 +2,8 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { w as win } from './index-a5d50daf.js';
|
|
5
|
-
import { r as raf } from './helpers-eab4f597.js';
|
|
6
5
|
|
|
7
6
|
let animationPrefix;
|
|
8
|
-
/**
|
|
9
|
-
* Web Animations requires hyphenated CSS properties
|
|
10
|
-
* to be written in camelCase when animating
|
|
11
|
-
*/
|
|
12
|
-
const processKeyframes = (keyframes) => {
|
|
13
|
-
keyframes.forEach((keyframe) => {
|
|
14
|
-
for (const key in keyframe) {
|
|
15
|
-
// eslint-disable-next-line no-prototype-builtins
|
|
16
|
-
if (keyframe.hasOwnProperty(key)) {
|
|
17
|
-
const value = keyframe[key];
|
|
18
|
-
if (key === 'easing') {
|
|
19
|
-
const newKey = 'animation-timing-function';
|
|
20
|
-
keyframe[newKey] = value;
|
|
21
|
-
delete keyframe[key];
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
const newKey = convertCamelCaseToHypen(key);
|
|
25
|
-
if (newKey !== key) {
|
|
26
|
-
keyframe[newKey] = value;
|
|
27
|
-
delete keyframe[key];
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
return keyframes;
|
|
34
|
-
};
|
|
35
|
-
const convertCamelCaseToHypen = (str) => {
|
|
36
|
-
return str.replace(/([a-z0-9])([A-Z])/g, '$1-$2').toLowerCase();
|
|
37
|
-
};
|
|
38
7
|
const getAnimationPrefix = (el) => {
|
|
39
8
|
if (animationPrefix === undefined) {
|
|
40
9
|
const supportsUnprefixed = el.style.animationName !== undefined;
|
|
@@ -47,78 +16,6 @@ const setStyleProperty = (element, propertyName, value) => {
|
|
|
47
16
|
const prefix = propertyName.startsWith('animation') ? getAnimationPrefix(element) : '';
|
|
48
17
|
element.style.setProperty(prefix + propertyName, value);
|
|
49
18
|
};
|
|
50
|
-
const removeStyleProperty = (element, propertyName) => {
|
|
51
|
-
const prefix = propertyName.startsWith('animation') ? getAnimationPrefix(element) : '';
|
|
52
|
-
element.style.removeProperty(prefix + propertyName);
|
|
53
|
-
};
|
|
54
|
-
const animationEnd = (el, callback) => {
|
|
55
|
-
let unRegTrans;
|
|
56
|
-
const opts = { passive: true };
|
|
57
|
-
const unregister = () => {
|
|
58
|
-
if (unRegTrans) {
|
|
59
|
-
unRegTrans();
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
const onTransitionEnd = (ev) => {
|
|
63
|
-
if (el === ev.target) {
|
|
64
|
-
unregister();
|
|
65
|
-
callback(ev);
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
if (el) {
|
|
69
|
-
el.addEventListener('webkitAnimationEnd', onTransitionEnd, opts);
|
|
70
|
-
el.addEventListener('animationend', onTransitionEnd, opts);
|
|
71
|
-
unRegTrans = () => {
|
|
72
|
-
el.removeEventListener('webkitAnimationEnd', onTransitionEnd, opts);
|
|
73
|
-
el.removeEventListener('animationend', onTransitionEnd, opts);
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
return unregister;
|
|
77
|
-
};
|
|
78
|
-
// TODO(FW-2832): type
|
|
79
|
-
const generateKeyframeRules = (keyframes = []) => {
|
|
80
|
-
return keyframes
|
|
81
|
-
.map((keyframe) => {
|
|
82
|
-
const offset = keyframe.offset;
|
|
83
|
-
const frameString = [];
|
|
84
|
-
for (const property in keyframe) {
|
|
85
|
-
// eslint-disable-next-line no-prototype-builtins
|
|
86
|
-
if (keyframe.hasOwnProperty(property) && property !== 'offset') {
|
|
87
|
-
frameString.push(`${property}: ${keyframe[property]};`);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
return `${offset * 100}% { ${frameString.join(' ')} }`;
|
|
91
|
-
})
|
|
92
|
-
.join(' ');
|
|
93
|
-
};
|
|
94
|
-
const keyframeIds = [];
|
|
95
|
-
const generateKeyframeName = (keyframeRules) => {
|
|
96
|
-
let index = keyframeIds.indexOf(keyframeRules);
|
|
97
|
-
if (index < 0) {
|
|
98
|
-
index = keyframeIds.push(keyframeRules) - 1;
|
|
99
|
-
}
|
|
100
|
-
return `ion-animation-${index}`;
|
|
101
|
-
};
|
|
102
|
-
const getStyleContainer = (element) => {
|
|
103
|
-
// getRootNode is not always available in SSR environments.
|
|
104
|
-
// TODO(FW-2832): types
|
|
105
|
-
const rootNode = element.getRootNode !== undefined ? element.getRootNode() : element;
|
|
106
|
-
return rootNode.head || rootNode;
|
|
107
|
-
};
|
|
108
|
-
const createKeyframeStylesheet = (keyframeName, keyframeRules, element) => {
|
|
109
|
-
var _a;
|
|
110
|
-
const styleContainer = getStyleContainer(element);
|
|
111
|
-
const keyframePrefix = getAnimationPrefix(element);
|
|
112
|
-
const existingStylesheet = styleContainer.querySelector('#' + keyframeName);
|
|
113
|
-
if (existingStylesheet) {
|
|
114
|
-
return existingStylesheet;
|
|
115
|
-
}
|
|
116
|
-
const stylesheet = ((_a = element.ownerDocument) !== null && _a !== void 0 ? _a : document).createElement('style');
|
|
117
|
-
stylesheet.id = keyframeName;
|
|
118
|
-
stylesheet.textContent = `@${keyframePrefix}keyframes ${keyframeName} { ${keyframeRules} } @${keyframePrefix}keyframes ${keyframeName}-alt { ${keyframeRules} }`;
|
|
119
|
-
styleContainer.appendChild(stylesheet);
|
|
120
|
-
return stylesheet;
|
|
121
|
-
};
|
|
122
19
|
const addClassToArray = (classes = [], className) => {
|
|
123
20
|
if (className !== undefined) {
|
|
124
21
|
const classNameToAppend = Array.isArray(className) ? className : [className];
|
|
@@ -146,14 +43,12 @@ const createAnimation = (animationId) => {
|
|
|
146
43
|
let numAnimationsRunning = 0;
|
|
147
44
|
let shouldForceLinearEasing = false;
|
|
148
45
|
let shouldForceSyncPlayback = false;
|
|
149
|
-
let cssAnimationsTimerFallback;
|
|
150
46
|
let forceDirectionValue;
|
|
151
47
|
let forceDurationValue;
|
|
152
48
|
let forceDelayValue;
|
|
153
49
|
let willComplete = true;
|
|
154
50
|
let finished = false;
|
|
155
51
|
let shouldCalculateNumAnimations = true;
|
|
156
|
-
let keyframeName;
|
|
157
52
|
let ani;
|
|
158
53
|
let paused = false;
|
|
159
54
|
const id = animationId;
|
|
@@ -170,10 +65,16 @@ const createAnimation = (animationId) => {
|
|
|
170
65
|
const webAnimations = [];
|
|
171
66
|
const supportsAnimationEffect = typeof AnimationEffect === 'function' ||
|
|
172
67
|
(win !== undefined && typeof win.AnimationEffect === 'function');
|
|
68
|
+
/**
|
|
69
|
+
* This is a feature detection for Web Animations.
|
|
70
|
+
*
|
|
71
|
+
* Certain environments such as emulated browser environments for testing,
|
|
72
|
+
* do not support Web Animations. As a result, we need to check for support
|
|
73
|
+
* and provide a fallback to test certain functionality related to Web Animations.
|
|
74
|
+
*/
|
|
173
75
|
const supportsWebAnimations = typeof Element === 'function' &&
|
|
174
76
|
typeof Element.prototype.animate === 'function' &&
|
|
175
77
|
supportsAnimationEffect;
|
|
176
|
-
const ANIMATION_END_FALLBACK_PADDING_MS = 100;
|
|
177
78
|
const getWebAnimations = () => {
|
|
178
79
|
return webAnimations;
|
|
179
80
|
};
|
|
@@ -261,21 +162,6 @@ const createAnimation = (animationId) => {
|
|
|
261
162
|
});
|
|
262
163
|
webAnimations.length = 0;
|
|
263
164
|
}
|
|
264
|
-
else {
|
|
265
|
-
const elementsArray = elements.slice();
|
|
266
|
-
raf(() => {
|
|
267
|
-
elementsArray.forEach((element) => {
|
|
268
|
-
removeStyleProperty(element, 'animation-name');
|
|
269
|
-
removeStyleProperty(element, 'animation-duration');
|
|
270
|
-
removeStyleProperty(element, 'animation-timing-function');
|
|
271
|
-
removeStyleProperty(element, 'animation-iteration-count');
|
|
272
|
-
removeStyleProperty(element, 'animation-delay');
|
|
273
|
-
removeStyleProperty(element, 'animation-play-state');
|
|
274
|
-
removeStyleProperty(element, 'animation-fill-mode');
|
|
275
|
-
removeStyleProperty(element, 'animation-direction');
|
|
276
|
-
});
|
|
277
|
-
});
|
|
278
|
-
}
|
|
279
165
|
};
|
|
280
166
|
/**
|
|
281
167
|
* Removes the animation's stylesheets
|
|
@@ -533,9 +419,6 @@ const createAnimation = (animationId) => {
|
|
|
533
419
|
}
|
|
534
420
|
});
|
|
535
421
|
}
|
|
536
|
-
else {
|
|
537
|
-
initializeCSSAnimation();
|
|
538
|
-
}
|
|
539
422
|
};
|
|
540
423
|
/**
|
|
541
424
|
* Run all "before" animation hooks.
|
|
@@ -565,7 +448,6 @@ const createAnimation = (animationId) => {
|
|
|
565
448
|
* Run all "after" animation hooks.
|
|
566
449
|
*/
|
|
567
450
|
const afterAnimation = () => {
|
|
568
|
-
clearCSSAnimationsTimeout();
|
|
569
451
|
// Runs all after read callbacks
|
|
570
452
|
_afterAddReadFunctions.forEach((callback) => callback());
|
|
571
453
|
// Runs all after write callbacks
|
|
@@ -621,32 +503,6 @@ const createAnimation = (animationId) => {
|
|
|
621
503
|
}
|
|
622
504
|
}
|
|
623
505
|
};
|
|
624
|
-
const initializeCSSAnimation = (toggleAnimationName = true) => {
|
|
625
|
-
cleanUpStyleSheets();
|
|
626
|
-
const processedKeyframes = processKeyframes(_keyframes);
|
|
627
|
-
elements.forEach((element) => {
|
|
628
|
-
if (processedKeyframes.length > 0) {
|
|
629
|
-
const keyframeRules = generateKeyframeRules(processedKeyframes);
|
|
630
|
-
keyframeName = animationId !== undefined ? animationId : generateKeyframeName(keyframeRules);
|
|
631
|
-
const stylesheet = createKeyframeStylesheet(keyframeName, keyframeRules, element);
|
|
632
|
-
stylesheets.push(stylesheet);
|
|
633
|
-
setStyleProperty(element, 'animation-duration', `${getDuration()}ms`);
|
|
634
|
-
setStyleProperty(element, 'animation-timing-function', getEasing());
|
|
635
|
-
setStyleProperty(element, 'animation-delay', `${getDelay()}ms`);
|
|
636
|
-
setStyleProperty(element, 'animation-fill-mode', getFill());
|
|
637
|
-
setStyleProperty(element, 'animation-direction', getDirection());
|
|
638
|
-
const iterationsCount = getIterations() === Infinity ? 'infinite' : getIterations().toString();
|
|
639
|
-
setStyleProperty(element, 'animation-iteration-count', iterationsCount);
|
|
640
|
-
setStyleProperty(element, 'animation-play-state', 'paused');
|
|
641
|
-
if (toggleAnimationName) {
|
|
642
|
-
setStyleProperty(element, 'animation-name', `${stylesheet.id}-alt`);
|
|
643
|
-
}
|
|
644
|
-
raf(() => {
|
|
645
|
-
setStyleProperty(element, 'animation-name', stylesheet.id || null);
|
|
646
|
-
});
|
|
647
|
-
}
|
|
648
|
-
});
|
|
649
|
-
};
|
|
650
506
|
const initializeWebAnimation = () => {
|
|
651
507
|
elements.forEach((element) => {
|
|
652
508
|
const animation = element.animate(_keyframes, {
|
|
@@ -667,15 +523,12 @@ const createAnimation = (animationId) => {
|
|
|
667
523
|
};
|
|
668
524
|
}
|
|
669
525
|
};
|
|
670
|
-
const initializeAnimation = (
|
|
526
|
+
const initializeAnimation = () => {
|
|
671
527
|
beforeAnimation();
|
|
672
528
|
if (_keyframes.length > 0) {
|
|
673
529
|
if (supportsWebAnimations) {
|
|
674
530
|
initializeWebAnimation();
|
|
675
531
|
}
|
|
676
|
-
else {
|
|
677
|
-
initializeCSSAnimation(toggleAnimationName);
|
|
678
|
-
}
|
|
679
532
|
}
|
|
680
533
|
initialized = true;
|
|
681
534
|
};
|
|
@@ -688,15 +541,6 @@ const createAnimation = (animationId) => {
|
|
|
688
541
|
animation.pause();
|
|
689
542
|
});
|
|
690
543
|
}
|
|
691
|
-
else {
|
|
692
|
-
const animationDuration = `-${getDuration() * step}ms`;
|
|
693
|
-
elements.forEach((element) => {
|
|
694
|
-
if (_keyframes.length > 0) {
|
|
695
|
-
setStyleProperty(element, 'animation-delay', animationDuration);
|
|
696
|
-
setStyleProperty(element, 'animation-play-state', 'paused');
|
|
697
|
-
}
|
|
698
|
-
});
|
|
699
|
-
}
|
|
700
544
|
};
|
|
701
545
|
const updateWebAnimation = (step) => {
|
|
702
546
|
webAnimations.forEach((animation) => {
|
|
@@ -713,26 +557,6 @@ const createAnimation = (animationId) => {
|
|
|
713
557
|
setAnimationStep(step);
|
|
714
558
|
}
|
|
715
559
|
};
|
|
716
|
-
const updateCSSAnimation = (toggleAnimationName = true, step) => {
|
|
717
|
-
raf(() => {
|
|
718
|
-
elements.forEach((element) => {
|
|
719
|
-
setStyleProperty(element, 'animation-name', keyframeName || null);
|
|
720
|
-
setStyleProperty(element, 'animation-duration', `${getDuration()}ms`);
|
|
721
|
-
setStyleProperty(element, 'animation-timing-function', getEasing());
|
|
722
|
-
setStyleProperty(element, 'animation-delay', step !== undefined ? `-${step * getDuration()}ms` : `${getDelay()}ms`);
|
|
723
|
-
setStyleProperty(element, 'animation-fill-mode', getFill() || null);
|
|
724
|
-
setStyleProperty(element, 'animation-direction', getDirection() || null);
|
|
725
|
-
const iterationsCount = getIterations() === Infinity ? 'infinite' : getIterations().toString();
|
|
726
|
-
setStyleProperty(element, 'animation-iteration-count', iterationsCount);
|
|
727
|
-
if (toggleAnimationName) {
|
|
728
|
-
setStyleProperty(element, 'animation-name', `${keyframeName}-alt`);
|
|
729
|
-
}
|
|
730
|
-
raf(() => {
|
|
731
|
-
setStyleProperty(element, 'animation-name', keyframeName || null);
|
|
732
|
-
});
|
|
733
|
-
});
|
|
734
|
-
});
|
|
735
|
-
};
|
|
736
560
|
const update = (deep = false, toggleAnimationName = true, step) => {
|
|
737
561
|
if (deep) {
|
|
738
562
|
childAnimations.forEach((animation) => {
|
|
@@ -742,9 +566,6 @@ const createAnimation = (animationId) => {
|
|
|
742
566
|
if (supportsWebAnimations) {
|
|
743
567
|
updateWebAnimation(step);
|
|
744
568
|
}
|
|
745
|
-
else {
|
|
746
|
-
updateCSSAnimation(toggleAnimationName, step);
|
|
747
|
-
}
|
|
748
569
|
return ani;
|
|
749
570
|
};
|
|
750
571
|
const progressStart = (forceLinearEasing = false, step) => {
|
|
@@ -827,67 +648,8 @@ const createAnimation = (animationId) => {
|
|
|
827
648
|
pauseAnimation();
|
|
828
649
|
return ani;
|
|
829
650
|
};
|
|
830
|
-
const onAnimationEndFallback = () => {
|
|
831
|
-
cssAnimationsTimerFallback = undefined;
|
|
832
|
-
animationFinish();
|
|
833
|
-
};
|
|
834
|
-
const clearCSSAnimationsTimeout = () => {
|
|
835
|
-
if (cssAnimationsTimerFallback) {
|
|
836
|
-
clearTimeout(cssAnimationsTimerFallback);
|
|
837
|
-
}
|
|
838
|
-
};
|
|
839
651
|
const playCSSAnimations = () => {
|
|
840
|
-
|
|
841
|
-
raf(() => {
|
|
842
|
-
elements.forEach((element) => {
|
|
843
|
-
if (_keyframes.length > 0) {
|
|
844
|
-
setStyleProperty(element, 'animation-play-state', 'running');
|
|
845
|
-
}
|
|
846
|
-
});
|
|
847
|
-
});
|
|
848
|
-
if (_keyframes.length === 0 || elements.length === 0) {
|
|
849
|
-
animationFinish();
|
|
850
|
-
}
|
|
851
|
-
else {
|
|
852
|
-
/**
|
|
853
|
-
* This is a catchall in the event that a CSS Animation did not finish.
|
|
854
|
-
* The Web Animations API has mechanisms in place for preventing this.
|
|
855
|
-
* CSS Animations will not fire an `animationend` event
|
|
856
|
-
* for elements with `display: none`. The Web Animations API
|
|
857
|
-
* accounts for this, but using raw CSS Animations requires
|
|
858
|
-
* this workaround.
|
|
859
|
-
*/
|
|
860
|
-
const animationDelay = getDelay() || 0;
|
|
861
|
-
const animationDuration = getDuration() || 0;
|
|
862
|
-
const animationIterations = getIterations() || 1;
|
|
863
|
-
// No need to set a timeout when animation has infinite iterations
|
|
864
|
-
if (isFinite(animationIterations)) {
|
|
865
|
-
cssAnimationsTimerFallback = setTimeout(onAnimationEndFallback, animationDelay + animationDuration * animationIterations + ANIMATION_END_FALLBACK_PADDING_MS);
|
|
866
|
-
}
|
|
867
|
-
animationEnd(elements[0], () => {
|
|
868
|
-
clearCSSAnimationsTimeout();
|
|
869
|
-
/**
|
|
870
|
-
* Ensure that clean up
|
|
871
|
-
* is always done a frame
|
|
872
|
-
* before the onFinish handlers
|
|
873
|
-
* are fired. Otherwise, there
|
|
874
|
-
* may be flickering if a new
|
|
875
|
-
* animation is started on the same
|
|
876
|
-
* element too quickly
|
|
877
|
-
*/
|
|
878
|
-
raf(() => {
|
|
879
|
-
clearCSSAnimationPlayState();
|
|
880
|
-
raf(animationFinish);
|
|
881
|
-
});
|
|
882
|
-
});
|
|
883
|
-
}
|
|
884
|
-
};
|
|
885
|
-
const clearCSSAnimationPlayState = () => {
|
|
886
|
-
elements.forEach((element) => {
|
|
887
|
-
removeStyleProperty(element, 'animation-duration');
|
|
888
|
-
removeStyleProperty(element, 'animation-delay');
|
|
889
|
-
removeStyleProperty(element, 'animation-play-state');
|
|
890
|
-
});
|
|
652
|
+
animationFinish();
|
|
891
653
|
};
|
|
892
654
|
const playWebAnimations = () => {
|
|
893
655
|
webAnimations.forEach((animation) => {
|
|
@@ -902,9 +664,6 @@ const createAnimation = (animationId) => {
|
|
|
902
664
|
setAnimationStep(0);
|
|
903
665
|
updateWebAnimation();
|
|
904
666
|
}
|
|
905
|
-
else {
|
|
906
|
-
updateCSSAnimation();
|
|
907
|
-
}
|
|
908
667
|
};
|
|
909
668
|
const play = (opts) => {
|
|
910
669
|
return new Promise((resolve) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { w as writeTask } from './index-
|
|
5
|
-
import { h as hapticSelectionEnd, a as hapticSelectionStart, b as hapticSelectionChanged } from './haptic-
|
|
4
|
+
import { w as writeTask } from './index-bcd8859b.js';
|
|
5
|
+
import { h as hapticSelectionEnd, a as hapticSelectionStart, b as hapticSelectionChanged } from './haptic-ac164e4c.js';
|
|
6
6
|
import { createGesture } from './index-39782642.js';
|
|
7
7
|
|
|
8
8
|
const createButtonActiveGesture = (el, isButton) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { c as componentOnReady } from './helpers-
|
|
4
|
+
import { c as componentOnReady } from './helpers-da915de8.js';
|
|
5
5
|
|
|
6
6
|
// TODO(FW-2832): types
|
|
7
7
|
const attachComponent = async (delegate, container, component, cssClasses, componentProps, inline) => {
|