voyager-ionic-core 8.5.7 → 8.6.1
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 +37 -23
- package/components/alert.js +42 -26
- package/components/animation.js +2 -2
- package/components/backdrop.js +11 -4
- package/components/button-active.js +1 -1
- package/components/button.js +53 -29
- package/components/buttons.js +14 -4
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +40 -16
- package/components/config.js +1 -1
- package/components/content.js +24 -5
- package/components/data.js +31 -6
- package/components/gesture-controller.js +1 -1
- package/components/haptic.js +1 -1
- package/components/hardware-back-button.js +2 -2
- package/components/header.js +12 -7
- package/components/helpers.js +3 -6
- package/components/icon.js +1 -2
- package/components/index.js +1 -1
- package/components/index2.js +1 -1
- package/components/index3.js +3 -5
- package/components/index4.js +1 -1
- package/components/index5.js +2 -2
- package/components/index6.js +28 -3
- package/components/index7.js +163 -27
- package/components/index8.js +1 -1
- package/components/index9.js +3 -163
- package/components/input-shims.js +25 -2
- package/components/input.utils.js +2 -2
- package/components/ion-accordion-group.js +20 -7
- package/components/ion-accordion.js +32 -14
- package/components/ion-app.js +4 -5
- package/components/ion-avatar.js +2 -4
- package/components/ion-back-button.js +12 -13
- package/components/ion-badge.js +2 -5
- package/components/ion-breadcrumb.js +22 -20
- package/components/ion-breadcrumbs.js +14 -10
- package/components/ion-card-content.js +2 -4
- package/components/ion-card-header.js +7 -5
- package/components/ion-card-subtitle.js +2 -5
- package/components/ion-card-title.js +2 -5
- package/components/ion-card.js +16 -11
- package/components/ion-chip.js +8 -5
- package/components/ion-col.js +1 -26
- package/components/ion-datetime-button.js +16 -14
- package/components/ion-datetime.js +222 -131
- package/components/ion-fab-button.js +37 -20
- package/components/ion-fab-list.js +7 -2
- package/components/ion-fab.js +10 -4
- package/components/ion-footer.js +13 -8
- package/components/ion-grid.js +4 -2
- package/components/ion-img.js +1 -6
- package/components/ion-infinite-scroll-content.js +2 -6
- package/components/ion-infinite-scroll.js +27 -6
- package/components/ion-input-otp.d.ts +11 -0
- package/components/ion-input-otp.js +631 -0
- package/components/ion-input-password-toggle.js +11 -13
- package/components/ion-input.js +79 -51
- package/components/ion-item-divider.js +11 -7
- package/components/ion-item-group.js +3 -5
- package/components/ion-item-option.js +16 -14
- package/components/ion-item-options.js +7 -5
- package/components/ion-item-sliding.js +8 -5
- package/components/ion-loading.js +38 -21
- package/components/ion-menu-button.js +17 -12
- package/components/ion-menu-toggle.js +11 -7
- package/components/ion-menu.js +28 -12
- package/components/ion-nav-link.js +7 -7
- package/components/ion-nav.js +9 -12
- package/components/ion-note.js +4 -7
- package/components/ion-picker-legacy.js +47 -27
- package/components/ion-progress-bar.js +20 -7
- package/components/ion-range.js +69 -29
- package/components/ion-refresher-content.js +2 -6
- package/components/ion-refresher.js +56 -8
- package/components/ion-reorder-group.js +7 -5
- package/components/ion-reorder.js +4 -6
- package/components/ion-route-redirect.js +0 -2
- package/components/ion-route.js +9 -7
- package/components/ion-router-link.js +9 -11
- package/components/ion-router-outlet.js +12 -10
- package/components/ion-router.js +19 -1
- package/components/ion-row.js +2 -3
- package/components/ion-searchbar.js +82 -33
- package/components/ion-segment-button.js +22 -13
- package/components/ion-segment-content.js +2 -3
- package/components/ion-segment-view.js +7 -7
- package/components/ion-segment.js +24 -13
- package/components/ion-select-option.js +5 -4
- package/components/ion-select.js +68 -34
- package/components/ion-skeleton-text.js +6 -4
- package/components/ion-split-pane.js +13 -8
- package/components/ion-tab-bar.js +9 -8
- package/components/ion-tab-button.js +12 -14
- package/components/ion-tab.js +5 -8
- package/components/ion-tabs.js +5 -6
- package/components/ion-text.js +3 -5
- package/components/ion-textarea.js +72 -36
- package/components/ion-thumbnail.js +2 -3
- package/components/ion-toast.js +58 -35
- package/components/ion-toggle.js +55 -24
- package/components/ionic-global.js +1 -1
- package/components/item.js +20 -14
- package/components/keyboard-controller.js +2 -2
- package/components/keyboard.js +134 -69
- package/components/keyboard2.js +69 -134
- package/components/label.js +4 -8
- package/components/list-header.js +4 -8
- package/components/list.js +6 -6
- package/components/modal.js +252 -205
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +3 -3
- package/components/picker-column-option.js +20 -7
- package/components/picker-column.js +25 -10
- package/components/picker-column2.js +8 -11
- package/components/picker.js +2 -4
- package/components/popover.js +132 -40
- package/components/radio-group.js +11 -11
- package/components/radio.js +30 -16
- package/components/refresher.utils.js +2 -2
- package/components/ripple-effect.js +11 -3
- package/components/select-modal.js +4 -9
- package/components/select-popover.js +6 -9
- package/components/spinner.js +5 -6
- package/components/swipe-back.js +1 -1
- package/components/title.js +4 -8
- package/components/toolbar.js +4 -7
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/global.bundle.css +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/structure.css +1 -1
- package/css/structure.css.map +1 -1
- package/dist/cjs/{animation-ab2d3449.js → animation-0T7gKwOt.js} +2 -2
- package/dist/cjs/{button-active-43e2b419.js → button-active-C-4ud7Ht.js} +3 -3
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-DmA66EwP.js} +1 -1
- package/dist/cjs/{config-f6225ae7.js → config-U7OAuj53.js} +1 -1
- package/dist/cjs/{data-94e8d392.js → data-DRqa6oM4.js} +30 -5
- package/dist/cjs/{framework-delegate-862d9d00.js → framework-delegate-C7sIJyT5.js} +1 -1
- package/dist/cjs/{gesture-controller-9436f482.js → gesture-controller-dtqlP_q4.js} +1 -1
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-ClPPQ_PS.js} +1 -1
- package/dist/cjs/{hardware-back-button-3d2b1004.js → hardware-back-button-D90qZxju.js} +2 -2
- package/dist/cjs/{helpers-8a48fdea.js → helpers-BITAzJfi.js} +2 -5
- package/dist/cjs/{index-dbe01e08.js → index-BDBT0u4l.js} +3 -3
- package/dist/cjs/{index-ee07ed59.js → index-CAvQ7Tka.js} +3 -4
- package/dist/cjs/{index-073c7cdc.js → index-CPbAsnJK.js} +1 -0
- package/dist/cjs/{index-31b07b9c.js → index-CVa6JE57.js} +3 -3
- package/dist/cjs/{index-a96d31ae.js → index-CxfLS2mX.js} +8 -9
- package/dist/cjs/{index-2e236a04.js → index-DODXXb_r.js} +1676 -675
- package/dist/cjs/{index-1eff7149.js → index-y0QaNtCi.js} +6 -7
- package/dist/cjs/index.cjs.js +22 -28
- package/dist/cjs/{input-shims-415be7ee.js → input-shims-D1Mfgd4s.js} +29 -6
- package/dist/cjs/{input.utils-a7957fd6.js → input.utils-DSoBEyUu.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +56 -29
- package/dist/cjs/ion-action-sheet.cjs.entry.js +50 -40
- package/dist/cjs/ion-alert.cjs.entry.js +59 -47
- package/dist/cjs/ion-app_8.cjs.entry.js +134 -105
- package/dist/cjs/ion-avatar_3.cjs.entry.js +10 -20
- package/dist/cjs/ion-back-button.cjs.entry.js +21 -26
- package/dist/cjs/ion-backdrop.cjs.entry.js +13 -10
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +39 -37
- package/dist/cjs/ion-button_2.cjs.entry.js +54 -37
- package/dist/cjs/ion-card_5.cjs.entry.js +36 -41
- package/dist/cjs/ion-checkbox.cjs.entry.js +44 -24
- package/dist/cjs/ion-chip.cjs.entry.js +11 -12
- package/dist/cjs/ion-col_3.cjs.entry.js +10 -38
- package/dist/cjs/ion-datetime-button.cjs.entry.js +23 -25
- package/dist/cjs/ion-datetime_3.cjs.entry.js +344 -241
- package/dist/cjs/ion-fab_3.cjs.entry.js +59 -35
- package/dist/cjs/ion-img.cjs.entry.js +4 -13
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +38 -25
- package/dist/cjs/ion-input-otp.cjs.entry.js +593 -0
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +17 -23
- package/dist/cjs/ion-input.cjs.entry.js +86 -62
- package/dist/cjs/ion-item-option_3.cjs.entry.js +40 -37
- package/dist/cjs/ion-item_8.cjs.entry.js +69 -74
- package/dist/cjs/ion-loading.cjs.entry.js +50 -37
- package/dist/cjs/ion-menu_3.cjs.entry.js +84 -63
- package/dist/cjs/ion-modal.cjs.entry.js +271 -228
- package/dist/cjs/ion-nav_2.cjs.entry.js +30 -37
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +24 -15
- package/dist/cjs/ion-picker-column.cjs.entry.js +32 -21
- package/dist/cjs/ion-picker.cjs.entry.js +4 -9
- package/dist/cjs/ion-popover.cjs.entry.js +143 -55
- package/dist/cjs/ion-progress-bar.cjs.entry.js +24 -15
- package/dist/cjs/ion-radio_2.cjs.entry.js +47 -37
- package/dist/cjs/ion-range.cjs.entry.js +78 -42
- package/dist/cjs/ion-refresher_2.cjs.entry.js +81 -41
- package/dist/cjs/ion-reorder_2.cjs.entry.js +19 -23
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +13 -9
- package/dist/cjs/ion-route_4.cjs.entry.js +52 -40
- package/dist/cjs/ion-searchbar.cjs.entry.js +91 -46
- package/dist/cjs/ion-segment-content.cjs.entry.js +3 -6
- package/dist/cjs/ion-segment-view.cjs.entry.js +8 -10
- package/dist/cjs/ion-segment_2.cjs.entry.js +55 -39
- package/dist/cjs/ion-select-modal.cjs.entry.js +12 -21
- package/dist/cjs/ion-select_3.cjs.entry.js +98 -70
- package/dist/cjs/ion-spinner.cjs.entry.js +12 -17
- package/dist/cjs/ion-split-pane.cjs.entry.js +16 -15
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +31 -36
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -20
- package/dist/cjs/ion-text.cjs.entry.js +6 -12
- package/dist/cjs/ion-textarea.cjs.entry.js +79 -47
- package/dist/cjs/ion-toast.cjs.entry.js +82 -63
- package/dist/cjs/ion-toggle.cjs.entry.js +64 -37
- package/dist/cjs/ionic.cjs.js +7 -10
- package/dist/cjs/{ios.transition-a131cd4d.js → ios.transition-baEy2tr4.js} +5 -6
- package/dist/cjs/{keyboard-0272231f.js → keyboard-UuAS4D_9.js} +1 -1
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-GXBiBRKS.js} +2 -2
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-hHzlEQpk.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -8
- package/dist/cjs/{md.transition-e018ebe5.js → md.transition-Bvc-JrM5.js} +5 -6
- package/dist/cjs/{notch-controller-09b7f358.js → notch-controller-BAbqGXRi.js} +2 -2
- package/dist/cjs/{overlays-4c291a05.js → overlays-DRDumz2b.js} +9 -10
- package/dist/cjs/{status-tap-f1acefac.js → status-tap-Db3WeCkO.js} +3 -4
- package/dist/cjs/{swipe-back-442ca3d7.js → swipe-back-bLyc4PSi.js} +5 -5
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/accordion/accordion.js +43 -13
- package/dist/collection/components/accordion-group/accordion-group.js +35 -8
- package/dist/collection/components/action-sheet/action-sheet.js +84 -31
- package/dist/collection/components/alert/alert.js +94 -34
- package/dist/collection/components/back-button/back-button.js +30 -14
- package/dist/collection/components/backdrop/backdrop.js +18 -3
- package/dist/collection/components/badge/badge.js +3 -4
- package/dist/collection/components/breadcrumb/breadcrumb.js +57 -26
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +24 -10
- package/dist/collection/components/button/button.js +97 -36
- package/dist/collection/components/buttons/buttons.js +15 -1
- package/dist/collection/components/card/card.js +44 -16
- package/dist/collection/components/card-header/card-header.js +11 -3
- package/dist/collection/components/card-subtitle/card-subtitle.js +3 -4
- package/dist/collection/components/card-title/card-title.js +3 -4
- package/dist/collection/components/checkbox/checkbox.js +74 -24
- package/dist/collection/components/chip/chip.js +15 -4
- package/dist/collection/components/col/col.js +72 -50
- package/dist/collection/components/content/content.js +43 -9
- package/dist/collection/components/datetime/datetime.ios.css +7 -2
- package/dist/collection/components/datetime/datetime.js +323 -147
- package/dist/collection/components/datetime/datetime.md.css +9 -3
- package/dist/collection/components/datetime/utils/data.js +29 -4
- package/dist/collection/components/datetime-button/datetime-button.js +21 -11
- package/dist/collection/components/fab/fab.js +21 -6
- package/dist/collection/components/fab-button/fab-button.js +76 -28
- package/dist/collection/components/fab-list/fab-list.js +12 -2
- package/dist/collection/components/footer/footer.js +16 -5
- package/dist/collection/components/grid/grid.js +6 -1
- package/dist/collection/components/header/header.js +15 -4
- package/dist/collection/components/img/img.js +6 -6
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +35 -7
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +6 -4
- package/dist/collection/components/input/input.js +178 -79
- package/dist/collection/components/input-otp/input-otp-interface.js +1 -0
- package/dist/collection/components/input-otp/input-otp.ios.css +381 -0
- package/dist/collection/components/input-otp/input-otp.js +1003 -0
- package/dist/collection/components/input-otp/input-otp.md.css +381 -0
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +19 -11
- package/dist/collection/components/item/item.js +56 -21
- package/dist/collection/components/item-divider/item-divider.js +15 -5
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +38 -18
- package/dist/collection/components/item-options/item-options.js +8 -2
- package/dist/collection/components/item-sliding/item-sliding.js +9 -3
- package/dist/collection/components/label/label.js +8 -6
- package/dist/collection/components/list/list.js +10 -4
- package/dist/collection/components/list-header/list-header.js +8 -8
- package/dist/collection/components/loading/loading.js +88 -31
- package/dist/collection/components/menu/menu.js +44 -12
- package/dist/collection/components/menu-button/menu-button.js +29 -12
- package/dist/collection/components/menu-toggle/menu-toggle.js +16 -7
- package/dist/collection/components/modal/animations/ios.enter.js +1 -41
- package/dist/collection/components/modal/animations/ios.leave.js +2 -24
- package/dist/collection/components/modal/animations/md.enter.js +2 -42
- package/dist/collection/components/modal/animations/md.leave.js +2 -24
- package/dist/collection/components/modal/gestures/sheet.js +122 -29
- package/dist/collection/components/modal/modal.ios.css +0 -10
- package/dist/collection/components/modal/modal.js +192 -55
- package/dist/collection/components/nav/nav.js +25 -12
- package/dist/collection/components/nav-link/nav-link.js +19 -9
- package/dist/collection/components/note/note.js +5 -6
- package/dist/collection/components/picker-column/picker-column.js +34 -10
- package/dist/collection/components/picker-column-option/picker-column-option.js +27 -6
- package/dist/collection/components/picker-legacy/picker.js +93 -33
- package/dist/collection/components/picker-legacy-column/picker-column.js +7 -5
- package/dist/collection/components/popover/popover.js +211 -58
- package/dist/collection/components/progress-bar/progress-bar.js +32 -7
- package/dist/collection/components/radio/radio.js +49 -19
- package/dist/collection/components/radio-group/radio-group.js +27 -13
- package/dist/collection/components/range/range.js +112 -37
- package/dist/collection/components/refresher/refresher.js +69 -7
- package/dist/collection/components/refresher-content/refresher-content.js +13 -9
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +7 -2
- package/dist/collection/components/ripple-effect/ripple-effect.js +13 -2
- package/dist/collection/components/route/route.js +24 -9
- package/dist/collection/components/route-redirect/route-redirect.js +6 -6
- package/dist/collection/components/router/router.js +24 -2
- package/dist/collection/components/router-link/router-link.js +26 -14
- package/dist/collection/components/router-outlet/router-outlet.js +25 -9
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +146 -51
- package/dist/collection/components/segment/segment.js +40 -15
- package/dist/collection/components/segment-button/segment-button.js +34 -13
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.js +8 -4
- package/dist/collection/components/select/select.js +128 -48
- package/dist/collection/components/select-modal/select-modal.js +10 -5
- package/dist/collection/components/select-option/select-option.js +10 -4
- package/dist/collection/components/select-popover/select-popover.js +19 -9
- package/dist/collection/components/skeleton-text/skeleton-text.js +8 -3
- package/dist/collection/components/spinner/spinner.js +16 -8
- package/dist/collection/components/split-pane/split-pane.js +19 -6
- package/dist/collection/components/tab/tab.js +16 -9
- package/dist/collection/components/tab-bar/tab-bar.js +16 -7
- package/dist/collection/components/tab-button/tab-button.js +34 -18
- package/dist/collection/components/tabs/tabs.js +6 -4
- package/dist/collection/components/text/text.js +5 -6
- package/dist/collection/components/textarea/textarea.js +154 -59
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +8 -8
- package/dist/collection/components/toast/toast.js +121 -47
- package/dist/collection/components/toggle/toggle.js +86 -28
- package/dist/collection/components/toolbar/toolbar.js +5 -4
- package/dist/collection/utils/input-shims/hacks/scroll-assist.js +23 -0
- package/dist/docs.d.ts +8 -0
- package/dist/docs.json +4490 -942
- package/dist/esm/{animation-8b25e105.js → animation-BWcUKtbn.js} +2 -2
- package/dist/esm/{button-active-90f1dbc4.js → button-active-Bxcnevju.js} +3 -3
- package/dist/esm/{capacitor-59395cbd.js → capacitor-CFERIeaU.js} +1 -1
- package/dist/esm/{config-9898ed97.js → config-AaTyISnm.js} +1 -1
- package/dist/esm/{data-0d7ea6eb.js → data-GIsHsYIB.js} +31 -6
- package/dist/esm/{framework-delegate-56b467ad.js → framework-delegate-DxcnWic_.js} +1 -1
- package/dist/esm/{gesture-controller-314a54f6.js → gesture-controller-BTEOs1at.js} +1 -1
- package/dist/esm/{haptic-ac164e4c.js → haptic-DzAMWJuk.js} +2 -2
- package/dist/esm/{hardware-back-button-a7eb8233.js → hardware-back-button-DcH0BbDp.js} +2 -2
- package/dist/esm/{helpers-d94bc8ad.js → helpers-1O4D2b7y.js} +3 -6
- package/dist/esm/{index-e2cf2ceb.js → index-BLV6ykCk.js} +2 -1
- package/dist/esm/{index-527b9e34.js → index-B_U9CtaY.js} +1667 -654
- package/dist/esm/{index-9a17db3d.js → index-BlJTBdxG.js} +3 -3
- package/dist/esm/{index-be190feb.js → index-CWbP1eJz.js} +3 -3
- package/dist/esm/{index-39782642.js → index-CfgBF1SE.js} +4 -6
- package/dist/esm/{index-18f31305.js → index-D8sncTHY.js} +5 -6
- package/dist/esm/{index-68c0d151.js → index-DfBA5ztX.js} +4 -5
- package/dist/esm/index.js +16 -18
- package/dist/esm/{input-shims-279903e2.js → input-shims-C3lNp93k.js} +29 -6
- package/dist/esm/{input.utils-40504d6d.js → input.utils-zWijNCrx.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +52 -23
- package/dist/esm/ion-action-sheet.entry.js +48 -36
- package/dist/esm/ion-alert.entry.js +53 -39
- package/dist/esm/ion-app_8.entry.js +99 -68
- package/dist/esm/ion-avatar_3.entry.js +8 -16
- package/dist/esm/ion-back-button.entry.js +14 -17
- package/dist/esm/ion-backdrop.entry.js +12 -7
- package/dist/esm/ion-breadcrumb_2.entry.js +37 -33
- package/dist/esm/ion-button_2.entry.js +50 -31
- package/dist/esm/ion-card_5.entry.js +31 -34
- package/dist/esm/ion-checkbox.entry.js +43 -21
- package/dist/esm/ion-chip.entry.js +10 -9
- package/dist/esm/ion-col_3.entry.js +8 -34
- package/dist/esm/ion-datetime-button.entry.js +18 -18
- package/dist/esm/ion-datetime_3.entry.js +279 -174
- package/dist/esm/ion-fab_3.entry.js +56 -30
- package/dist/esm/ion-img.entry.js +3 -10
- package/dist/esm/ion-infinite-scroll_2.entry.js +33 -18
- package/dist/esm/ion-input-otp.entry.js +591 -0
- package/dist/esm/ion-input-password-toggle.entry.js +12 -16
- package/dist/esm/ion-input.entry.js +84 -58
- package/dist/esm/ion-item-option_3.entry.js +36 -31
- package/dist/esm/ion-item_8.entry.js +60 -63
- package/dist/esm/ion-loading.entry.js +46 -31
- package/dist/esm/ion-menu_3.entry.js +66 -43
- package/dist/esm/ion-modal.entry.js +260 -215
- package/dist/esm/ion-nav_2.entry.js +17 -22
- package/dist/esm/ion-picker-column-option.entry.js +23 -12
- package/dist/esm/ion-picker-column.entry.js +29 -16
- package/dist/esm/ion-picker.entry.js +4 -7
- package/dist/esm/ion-popover.entry.js +137 -47
- package/dist/esm/ion-progress-bar.entry.js +22 -11
- package/dist/esm/ion-radio_2.entry.js +45 -33
- package/dist/esm/ion-range.entry.js +72 -34
- package/dist/esm/ion-refresher_2.entry.js +68 -26
- package/dist/esm/ion-reorder_2.entry.js +17 -19
- package/dist/esm/ion-ripple-effect.entry.js +12 -6
- package/dist/esm/ion-route_4.entry.js +35 -21
- package/dist/esm/ion-searchbar.entry.js +86 -39
- package/dist/esm/ion-segment-content.entry.js +3 -4
- package/dist/esm/ion-segment-view.entry.js +8 -8
- package/dist/esm/ion-segment_2.entry.js +50 -32
- package/dist/esm/ion-select-modal.entry.js +12 -19
- package/dist/esm/ion-select_3.entry.js +88 -58
- package/dist/esm/ion-spinner.entry.js +8 -11
- package/dist/esm/ion-split-pane.entry.js +13 -10
- package/dist/esm/ion-tab-bar_2.entry.js +28 -31
- package/dist/esm/ion-tab_2.entry.js +11 -16
- package/dist/esm/ion-text.entry.js +5 -9
- package/dist/esm/ion-textarea.entry.js +77 -43
- package/dist/esm/ion-toast.entry.js +65 -44
- package/dist/esm/ion-toggle.entry.js +62 -33
- package/dist/esm/ionic.js +5 -7
- package/dist/esm/{ios.transition-4047cb68.js → ios.transition-BmXtMRXZ.js} +5 -6
- package/dist/esm/{keyboard-73175e24.js → keyboard-CUw4ekVy.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-BaaVITYt.js} +2 -2
- package/dist/esm/{keyboard-52278bd7.js → keyboard-ywgs5efA.js} +3 -3
- package/dist/esm/loader.js +3 -6
- package/dist/esm/{md.transition-30ce8d1b.js → md.transition-CLI683c7.js} +5 -6
- package/dist/esm/{notch-controller-1a1f7183.js → notch-controller-C5LPspO8.js} +2 -2
- package/dist/esm/{overlays-d99dcb0a.js → overlays-8Y2rA-ps.js} +6 -7
- package/dist/esm/{status-tap-42a8af65.js → status-tap-7t9T91bG.js} +3 -4
- package/dist/esm/{swipe-back-04123e7c.js → swipe-back-D_6Vqlwy.js} +5 -5
- package/dist/html.html-data.json +377 -1
- package/dist/index.js +1 -1
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-0fc6fc38.entry.js +4 -0
- package/dist/ionic/p-14ae45e4.entry.js +4 -0
- package/dist/ionic/p-15da9760.entry.js +4 -0
- package/dist/ionic/p-1739f5f2.entry.js +4 -0
- package/dist/ionic/p-18f1813b.entry.js +4 -0
- package/dist/ionic/p-2020aa51.entry.js +4 -0
- package/dist/ionic/p-2c6c6991.entry.js +4 -0
- package/dist/ionic/p-2cfd6b61.entry.js +4 -0
- package/dist/ionic/p-2d01ecd5.entry.js +4 -0
- package/dist/ionic/p-2da6a16b.entry.js +4 -0
- package/dist/ionic/p-3a4feac2.entry.js +4 -0
- package/dist/ionic/p-473877b6.entry.js +4 -0
- package/dist/ionic/p-4b7d1f35.entry.js +4 -0
- package/dist/ionic/p-4d61f20b.entry.js +4 -0
- package/dist/ionic/p-4ddc10ef.entry.js +4 -0
- package/dist/ionic/p-56712fd4.entry.js +4 -0
- package/dist/ionic/p-6b666996.entry.js +4 -0
- package/dist/ionic/p-7149db7e.entry.js +4 -0
- package/dist/ionic/p-73d7ad90.entry.js +4 -0
- package/dist/ionic/p-76b697a3.entry.js +4 -0
- package/dist/ionic/{p-ed005d9c.js → p-7qk7mxdr.js} +1 -1
- package/dist/ionic/p-81f1b778.entry.js +4 -0
- package/dist/ionic/p-8957540a.entry.js +4 -0
- package/dist/ionic/p-8a8ef46b.entry.js +4 -0
- package/dist/ionic/p-8c674371.entry.js +4 -0
- package/dist/ionic/p-8f2f76e0.entry.js +4 -0
- package/dist/ionic/p-91bde659.entry.js +4 -0
- package/dist/ionic/p-96389029.entry.js +4 -0
- package/dist/ionic/p-97667b9c.entry.js +4 -0
- package/dist/ionic/p-9b46b31b.entry.js +4 -0
- package/dist/ionic/p-9e699d4a.entry.js +4 -0
- package/dist/ionic/p-9eeaBrnk.js +4 -0
- package/dist/ionic/p-B1MNHTYX.js +4 -0
- package/dist/ionic/p-B3XSxWNQ.js +4 -0
- package/dist/ionic/{p-da2b833b.js → p-BLV6ykCk.js} +1 -1
- package/dist/ionic/p-BROiNJRB.js +4 -0
- package/dist/ionic/p-B_U9CtaY.js +5 -0
- package/dist/ionic/{p-f08a92cc.js → p-BhLqfMrf.js} +1 -1
- package/dist/ionic/{p-2bb55ebc.js → p-BmQduG8c.js} +1 -1
- package/dist/ionic/p-CIGNaXM1.js +4 -0
- package/dist/ionic/{p-89b61afc.js → p-CKvCXMs9.js} +1 -1
- package/dist/ionic/p-CL-KfWxq.js +4 -0
- package/dist/ionic/p-CPgXVSua.js +4 -0
- package/dist/ionic/p-CRiGyYOA.js +4 -0
- package/dist/ionic/{p-10a1bddc.js → p-CbI9XwwW.js} +1 -1
- package/dist/ionic/p-Cl0B-RWe.js +4 -0
- package/dist/ionic/p-CtWGkNnJ.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-D13Eaw-8.js} +1 -1
- package/dist/ionic/{p-0f5e6225.js → p-DCfS5Jk_.js} +1 -1
- package/dist/ionic/p-DgdWETCP.js +4 -0
- package/dist/ionic/p-Do-uqmtX.js +4 -0
- package/dist/ionic/p-DonTxalL.js +4 -0
- package/dist/ionic/{p-b7b1d91a.js → p-DzH0J0yi.js} +1 -1
- package/dist/ionic/p-QwEXyOze.js +4 -0
- package/dist/ionic/p-a6282370.entry.js +4 -0
- package/dist/ionic/p-a9ac80bd.entry.js +4 -0
- package/dist/ionic/p-a9f99c74.entry.js +4 -0
- package/dist/ionic/p-aIxOGKys.js +4 -0
- package/dist/ionic/p-aa8956c2.entry.js +4 -0
- package/dist/ionic/p-b37dbc31.entry.js +4 -0
- package/dist/ionic/p-b9f79efc.entry.js +4 -0
- package/dist/ionic/p-bNmY-WfR.js +4 -0
- package/dist/ionic/p-bb5fc02e.entry.js +4 -0
- package/dist/ionic/p-bc01c127.entry.js +4 -0
- package/dist/ionic/p-bec79123.entry.js +4 -0
- package/dist/ionic/p-c0335397.entry.js +4 -0
- package/dist/ionic/p-c448135a.entry.js +4 -0
- package/dist/ionic/p-c4912ca5.entry.js +4 -0
- package/dist/ionic/p-c884d7e3.entry.js +4 -0
- package/dist/ionic/p-cb787a4b.entry.js +4 -0
- package/dist/ionic/p-cd12ed1c.entry.js +4 -0
- package/dist/ionic/p-cf632ee2.entry.js +4 -0
- package/dist/ionic/p-d8ed5df0.entry.js +4 -0
- package/dist/ionic/p-e1260ed5.entry.js +4 -0
- package/dist/ionic/p-e30ff968.entry.js +4 -0
- package/dist/ionic/{p-b6d324f0.js → p-ei_RiGrl.js} +1 -1
- package/dist/ionic/p-f83db8cd.entry.js +4 -0
- package/dist/ionic/p-fbc5481b.entry.js +4 -0
- package/dist/ionic/p-fcc7437b.entry.js +4 -0
- package/dist/types/components/button/button.d.ts +11 -0
- package/dist/types/components/datetime/datetime-interface.d.ts +1 -0
- package/dist/types/components/datetime/datetime.d.ts +6 -0
- package/dist/types/components/datetime/utils/data.d.ts +3 -1
- package/dist/types/components/datetime/utils/manipulation.d.ts +1 -0
- package/dist/types/components/input-otp/input-otp-interface.d.ts +21 -0
- package/dist/types/components/input-otp/input-otp.d.ts +268 -0
- package/dist/types/components/searchbar/searchbar.d.ts +1 -1
- package/dist/types/components.d.ts +786 -2
- package/dist/types/interface.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +29 -1
- package/hydrate/index.d.ts +44 -7
- package/hydrate/index.js +5671 -2585
- package/hydrate/index.mjs +5670 -2584
- package/loader/cdn.js +1 -2
- package/loader/index.cjs.js +1 -2
- package/loader/index.es2017.js +0 -1
- package/loader/index.js +1 -2
- package/package.json +4 -4
- package/dist/cjs/app-globals-ddceb1f4.js +0 -10
- package/dist/cjs/index-cc858e97.js +0 -129
- package/dist/cjs/ionic-global-6dea5a96.js +0 -152
- package/dist/esm/app-globals-dbdbb3df.js +0 -8
- package/dist/esm/index-cfd9c1f2.js +0 -121
- package/dist/esm/ionic-global-b26f573e.js +0 -147
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm-es5/animation-8b25e105.js +0 -4
- package/dist/esm-es5/app-globals-dbdbb3df.js +0 -4
- package/dist/esm-es5/button-active-90f1dbc4.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/compare-with-utils-a96ff2ea.js +0 -4
- package/dist/esm-es5/config-9898ed97.js +0 -4
- package/dist/esm-es5/cubic-bezier-fe2083dc.js +0 -4
- package/dist/esm-es5/data-0d7ea6eb.js +0 -4
- package/dist/esm-es5/dir-babeabeb.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-56b467ad.js +0 -4
- package/dist/esm-es5/gesture-controller-314a54f6.js +0 -4
- package/dist/esm-es5/haptic-ac164e4c.js +0 -4
- package/dist/esm-es5/hardware-back-button-a7eb8233.js +0 -4
- package/dist/esm-es5/helpers-d94bc8ad.js +0 -4
- package/dist/esm-es5/index-18f31305.js +0 -4
- package/dist/esm-es5/index-39782642.js +0 -4
- package/dist/esm-es5/index-527b9e34.js +0 -5
- package/dist/esm-es5/index-68c0d151.js +0 -4
- package/dist/esm-es5/index-9a17db3d.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/index-be190feb.js +0 -4
- package/dist/esm-es5/index-cfd9c1f2.js +0 -5
- package/dist/esm-es5/index-e2cf2ceb.js +0 -4
- package/dist/esm-es5/index.js +0 -4
- package/dist/esm-es5/input-shims-279903e2.js +0 -4
- package/dist/esm-es5/input.utils-40504d6d.js +0 -4
- package/dist/esm-es5/ion-accordion_2.entry.js +0 -4
- package/dist/esm-es5/ion-action-sheet.entry.js +0 -4
- package/dist/esm-es5/ion-alert.entry.js +0 -4
- package/dist/esm-es5/ion-app_8.entry.js +0 -4
- package/dist/esm-es5/ion-avatar_3.entry.js +0 -4
- package/dist/esm-es5/ion-back-button.entry.js +0 -4
- package/dist/esm-es5/ion-backdrop.entry.js +0 -4
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +0 -4
- package/dist/esm-es5/ion-button_2.entry.js +0 -4
- package/dist/esm-es5/ion-card_5.entry.js +0 -4
- package/dist/esm-es5/ion-checkbox.entry.js +0 -4
- package/dist/esm-es5/ion-chip.entry.js +0 -4
- package/dist/esm-es5/ion-col_3.entry.js +0 -4
- package/dist/esm-es5/ion-datetime-button.entry.js +0 -4
- package/dist/esm-es5/ion-datetime_3.entry.js +0 -4
- package/dist/esm-es5/ion-fab_3.entry.js +0 -4
- package/dist/esm-es5/ion-img.entry.js +0 -4
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +0 -4
- package/dist/esm-es5/ion-input-password-toggle.entry.js +0 -4
- package/dist/esm-es5/ion-input.entry.js +0 -4
- package/dist/esm-es5/ion-item-option_3.entry.js +0 -4
- package/dist/esm-es5/ion-item_8.entry.js +0 -4
- package/dist/esm-es5/ion-loading.entry.js +0 -4
- package/dist/esm-es5/ion-menu_3.entry.js +0 -4
- package/dist/esm-es5/ion-modal.entry.js +0 -4
- package/dist/esm-es5/ion-nav_2.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column-option.entry.js +0 -4
- package/dist/esm-es5/ion-picker-column.entry.js +0 -4
- package/dist/esm-es5/ion-picker.entry.js +0 -4
- package/dist/esm-es5/ion-popover.entry.js +0 -4
- package/dist/esm-es5/ion-progress-bar.entry.js +0 -4
- package/dist/esm-es5/ion-radio_2.entry.js +0 -4
- package/dist/esm-es5/ion-range.entry.js +0 -4
- package/dist/esm-es5/ion-refresher_2.entry.js +0 -4
- package/dist/esm-es5/ion-reorder_2.entry.js +0 -4
- package/dist/esm-es5/ion-ripple-effect.entry.js +0 -4
- package/dist/esm-es5/ion-route_4.entry.js +0 -4
- package/dist/esm-es5/ion-searchbar.entry.js +0 -4
- package/dist/esm-es5/ion-segment-content.entry.js +0 -4
- package/dist/esm-es5/ion-segment-view.entry.js +0 -4
- package/dist/esm-es5/ion-segment_2.entry.js +0 -4
- package/dist/esm-es5/ion-select-modal.entry.js +0 -4
- package/dist/esm-es5/ion-select_3.entry.js +0 -4
- package/dist/esm-es5/ion-spinner.entry.js +0 -4
- package/dist/esm-es5/ion-split-pane.entry.js +0 -4
- package/dist/esm-es5/ion-tab-bar_2.entry.js +0 -4
- package/dist/esm-es5/ion-tab_2.entry.js +0 -4
- package/dist/esm-es5/ion-text.entry.js +0 -4
- package/dist/esm-es5/ion-textarea.entry.js +0 -4
- package/dist/esm-es5/ion-toast.entry.js +0 -4
- package/dist/esm-es5/ion-toggle.entry.js +0 -4
- package/dist/esm-es5/ionic-global-b26f573e.js +0 -4
- package/dist/esm-es5/ionic.js +0 -4
- package/dist/esm-es5/ios.transition-4047cb68.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-73175e24.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/loader.js +0 -4
- package/dist/esm-es5/lock-controller-316928be.js +0 -4
- package/dist/esm-es5/md.transition-30ce8d1b.js +0 -4
- package/dist/esm-es5/notch-controller-1a1f7183.js +0 -4
- package/dist/esm-es5/overlays-d99dcb0a.js +0 -4
- package/dist/esm-es5/spinner-configs-964f7cf3.js +0 -4
- package/dist/esm-es5/status-tap-42a8af65.js +0 -4
- package/dist/esm-es5/swipe-back-04123e7c.js +0 -4
- package/dist/esm-es5/theme-01f3f29c.js +0 -4
- package/dist/esm-es5/watch-options-c2911ace.js +0 -4
- package/dist/ionic/ionic.js +0 -127
- package/dist/ionic/p-00023f5a.system.js +0 -4
- package/dist/ionic/p-012c3ceb.system.js +0 -4
- package/dist/ionic/p-03480b95.system.entry.js +0 -4
- package/dist/ionic/p-08cef0b1.entry.js +0 -4
- package/dist/ionic/p-08e01816.system.js +0 -4
- package/dist/ionic/p-0af640d6.entry.js +0 -4
- package/dist/ionic/p-105b2e8b.entry.js +0 -4
- package/dist/ionic/p-117d0013.system.entry.js +0 -4
- package/dist/ionic/p-11dca959.entry.js +0 -4
- package/dist/ionic/p-12193821.system.js +0 -4
- package/dist/ionic/p-12830298.system.entry.js +0 -4
- package/dist/ionic/p-14154301.system.entry.js +0 -4
- package/dist/ionic/p-1706b406.system.entry.js +0 -4
- package/dist/ionic/p-17e21141.js +0 -4
- package/dist/ionic/p-19494658.system.entry.js +0 -4
- package/dist/ionic/p-1966a13c.system.js +0 -4
- package/dist/ionic/p-1974d5b2.system.js +0 -4
- package/dist/ionic/p-1a7df1c3.system.js +0 -4
- package/dist/ionic/p-1a81ac09.system.js +0 -4
- package/dist/ionic/p-1b9c59ab.js +0 -4
- package/dist/ionic/p-1d307396.system.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1e955a45.system.js +0 -4
- package/dist/ionic/p-200fc491.js +0 -4
- package/dist/ionic/p-20d469d0.system.js +0 -4
- package/dist/ionic/p-21891ead.js +0 -4
- package/dist/ionic/p-2233344a.system.js +0 -4
- package/dist/ionic/p-2469240b.entry.js +0 -4
- package/dist/ionic/p-24a6c8a3.system.entry.js +0 -4
- package/dist/ionic/p-257fb777.entry.js +0 -4
- package/dist/ionic/p-25b10f81.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2bff0e69.system.entry.js +0 -4
- package/dist/ionic/p-31dc303d.entry.js +0 -4
- package/dist/ionic/p-3535d6b5.entry.js +0 -4
- package/dist/ionic/p-35cdfd77.system.entry.js +0 -4
- package/dist/ionic/p-393ffcc2.entry.js +0 -4
- package/dist/ionic/p-39fa7dd1.system.entry.js +0 -4
- package/dist/ionic/p-3a30f31b.system.entry.js +0 -4
- package/dist/ionic/p-3e1e14d9.system.js +0 -4
- package/dist/ionic/p-42f08b26.system.entry.js +0 -4
- package/dist/ionic/p-4609d030.system.js +0 -4
- package/dist/ionic/p-481e0885.entry.js +0 -4
- package/dist/ionic/p-4a5be299.system.entry.js +0 -4
- package/dist/ionic/p-4c667fce.js +0 -4
- package/dist/ionic/p-4cf4172e.entry.js +0 -4
- package/dist/ionic/p-4da92dac.entry.js +0 -4
- package/dist/ionic/p-4ed5db19.system.js +0 -4
- package/dist/ionic/p-4f255d5a.system.js +0 -4
- package/dist/ionic/p-50cb2e8b.system.entry.js +0 -4
- package/dist/ionic/p-57957c0f.entry.js +0 -4
- package/dist/ionic/p-57d6e18e.entry.js +0 -4
- package/dist/ionic/p-57e55ecb.system.js +0 -4
- package/dist/ionic/p-5b67b447.js +0 -4
- package/dist/ionic/p-5c9feddc.system.entry.js +0 -4
- package/dist/ionic/p-5fac20aa.system.entry.js +0 -4
- package/dist/ionic/p-612096e6.system.entry.js +0 -4
- package/dist/ionic/p-6201c4ba.entry.js +0 -4
- package/dist/ionic/p-625248d0.system.js +0 -4
- package/dist/ionic/p-663413be.system.js +0 -4
- package/dist/ionic/p-6636a436.js +0 -4
- package/dist/ionic/p-66a5d6a8.js +0 -5
- package/dist/ionic/p-66df5468.system.entry.js +0 -4
- package/dist/ionic/p-67077d48.entry.js +0 -4
- package/dist/ionic/p-67cacd6d.entry.js +0 -4
- package/dist/ionic/p-6835ebdd.system.entry.js +0 -4
- package/dist/ionic/p-6b8530f5.system.entry.js +0 -4
- package/dist/ionic/p-6c474e87.entry.js +0 -4
- package/dist/ionic/p-6dd86ff5.system.entry.js +0 -4
- package/dist/ionic/p-6ec0c94a.entry.js +0 -4
- package/dist/ionic/p-6f832afe.system.entry.js +0 -4
- package/dist/ionic/p-707408c5.system.entry.js +0 -4
- package/dist/ionic/p-712c0131.entry.js +0 -4
- package/dist/ionic/p-721f43f9.entry.js +0 -4
- package/dist/ionic/p-7445a2e5.system.js +0 -4
- package/dist/ionic/p-7611ede3.system.entry.js +0 -4
- package/dist/ionic/p-781e2dbb.system.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b8c12c3.entry.js +0 -4
- package/dist/ionic/p-7c5c7ae1.system.entry.js +0 -4
- package/dist/ionic/p-7e3e6ed2.entry.js +0 -4
- package/dist/ionic/p-7ffedf77.system.entry.js +0 -4
- package/dist/ionic/p-809483ac.js +0 -4
- package/dist/ionic/p-81904a80.entry.js +0 -4
- package/dist/ionic/p-84096b45.system.js +0 -4
- package/dist/ionic/p-8450f761.entry.js +0 -4
- package/dist/ionic/p-8460d95a.entry.js +0 -4
- package/dist/ionic/p-85b01465.js +0 -4
- package/dist/ionic/p-865fe95c.entry.js +0 -4
- package/dist/ionic/p-8674af94.entry.js +0 -4
- package/dist/ionic/p-890a4ee2.entry.js +0 -4
- package/dist/ionic/p-891553d8.entry.js +0 -4
- package/dist/ionic/p-8985cdb6.system.js +0 -4
- package/dist/ionic/p-8b050e84.system.js +0 -4
- package/dist/ionic/p-8d2d39d0.js +0 -4
- package/dist/ionic/p-8dacf4e2.entry.js +0 -4
- package/dist/ionic/p-8ededb41.js +0 -4
- package/dist/ionic/p-94551927.js +0 -4
- package/dist/ionic/p-95001a19.js +0 -4
- package/dist/ionic/p-965287fb.system.entry.js +0 -4
- package/dist/ionic/p-979d4f5c.system.js +0 -4
- package/dist/ionic/p-98fd942b.system.entry.js +0 -4
- package/dist/ionic/p-9df5043e.system.entry.js +0 -4
- package/dist/ionic/p-9e753482.system.entry.js +0 -4
- package/dist/ionic/p-a0fd2fe5.system.entry.js +0 -4
- package/dist/ionic/p-a2c6a9c8.entry.js +0 -4
- package/dist/ionic/p-a2dd5b69.system.entry.js +0 -4
- package/dist/ionic/p-a4866e3e.system.js +0 -4
- package/dist/ionic/p-a5dbe0ff.system.entry.js +0 -4
- package/dist/ionic/p-a7a97bf4.system.entry.js +0 -4
- package/dist/ionic/p-a835aca8.entry.js +0 -4
- package/dist/ionic/p-a83e3290.system.js +0 -4
- package/dist/ionic/p-a93873de.system.js +0 -4
- package/dist/ionic/p-aad57e35.entry.js +0 -4
- package/dist/ionic/p-ab7337e1.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-ad592db9.entry.js +0 -4
- package/dist/ionic/p-aded71ec.js +0 -4
- package/dist/ionic/p-ae039072.entry.js +0 -4
- package/dist/ionic/p-aebfab05.system.entry.js +0 -4
- package/dist/ionic/p-b06ac4a5.system.js +0 -4
- package/dist/ionic/p-b2e7eda0.system.entry.js +0 -4
- package/dist/ionic/p-b445ff65.entry.js +0 -4
- package/dist/ionic/p-b4d17da0.system.entry.js +0 -4
- package/dist/ionic/p-b5432d15.entry.js +0 -4
- package/dist/ionic/p-b8050298.system.entry.js +0 -4
- package/dist/ionic/p-b904cfe2.system.entry.js +0 -4
- package/dist/ionic/p-b9c793d4.entry.js +0 -4
- package/dist/ionic/p-bafc3eae.system.entry.js +0 -4
- package/dist/ionic/p-bf184319.system.entry.js +0 -4
- package/dist/ionic/p-bfb763d0.system.entry.js +0 -4
- package/dist/ionic/p-c16443a8.system.js +0 -4
- package/dist/ionic/p-c1b7d311.system.entry.js +0 -4
- package/dist/ionic/p-c2160d8c.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c5b77054.entry.js +0 -4
- package/dist/ionic/p-c5bfa3e9.entry.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-cad82569.entry.js +0 -4
- package/dist/ionic/p-d16fab3f.entry.js +0 -4
- package/dist/ionic/p-d1eb2d7f.entry.js +0 -4
- package/dist/ionic/p-d382f09c.system.js +0 -4
- package/dist/ionic/p-d8d84afa.system.js +0 -4
- package/dist/ionic/p-d984c1ab.system.entry.js +0 -4
- package/dist/ionic/p-dabe3bd4.js +0 -4
- package/dist/ionic/p-df069a0d.entry.js +0 -4
- package/dist/ionic/p-e1678e42.entry.js +0 -4
- package/dist/ionic/p-e6068998.system.entry.js +0 -4
- package/dist/ionic/p-e673a0a2.system.js +0 -4
- package/dist/ionic/p-e727e32d.system.entry.js +0 -4
- package/dist/ionic/p-e8245753.entry.js +0 -4
- package/dist/ionic/p-e887b6a9.system.js +0 -4
- package/dist/ionic/p-f08dfb19.entry.js +0 -4
- package/dist/ionic/p-f0c9f8e3.system.entry.js +0 -4
- package/dist/ionic/p-f0ef39ab.entry.js +0 -4
- package/dist/ionic/p-f11a9436.system.js +0 -5
- package/dist/ionic/p-f22490a7.system.entry.js +0 -4
- package/dist/ionic/p-f6bb9be7.system.entry.js +0 -4
- package/dist/ionic/p-f6e7d104.system.js +0 -4
- package/dist/ionic/p-f725bf9e.system.js +0 -4
- package/dist/ionic/p-f9a87db2.system.entry.js +0 -4
- package/dist/ionic/p-fa3f4b96.system.js +0 -4
- package/dist/ionic/p-fe063952.system.entry.js +0 -4
- package/loader/package.json +0 -11
- /package/dist/cjs/{compare-with-utils-df1001d7.js → compare-with-utils-DSicavqM.js} +0 -0
- /package/dist/cjs/{cubic-bezier-f2dccc53.js → cubic-bezier-DAjy1V-e.js} +0 -0
- /package/dist/cjs/{dir-94c21456.js → dir-Cn0z1rJH.js} +0 -0
- /package/dist/cjs/{focus-visible-7a0ce04f.js → focus-visible-CCvKiLh3.js} +0 -0
- /package/dist/cjs/{index-c8d52405.js → index-DkNv4J_i.js} +0 -0
- /package/dist/cjs/{lock-controller-6585a42a.js → lock-controller-aDB9wrEf.js} +0 -0
- /package/dist/cjs/{spinner-configs-282fd50a.js → spinner-configs-DxHKnd3-.js} +0 -0
- /package/dist/cjs/{theme-d1c573d2.js → theme-CeDs6Hcv.js} +0 -0
- /package/dist/cjs/{watch-options-f5f3e158.js → watch-options-CviOsrTS.js} +0 -0
- /package/dist/esm/{compare-with-utils-a96ff2ea.js → compare-with-utils-sObYyvOy.js} +0 -0
- /package/dist/esm/{cubic-bezier-fe2083dc.js → cubic-bezier-hHmYLOfE.js} +0 -0
- /package/dist/esm/{dir-babeabeb.js → dir-C53feagD.js} +0 -0
- /package/dist/esm/{focus-visible-dd40d69f.js → focus-visible-BmVRXR1y.js} +0 -0
- /package/dist/esm/{index-a5d50daf.js → index-ZjP4CjeZ.js} +0 -0
- /package/dist/esm/{lock-controller-316928be.js → lock-controller-B-hirT0v.js} +0 -0
- /package/dist/esm/{spinner-configs-964f7cf3.js → spinner-configs-D4RIp70E.js} +0 -0
- /package/dist/esm/{theme-01f3f29c.js → theme-DiVJyqlX.js} +0 -0
- /package/dist/esm/{watch-options-c2911ace.js → watch-options-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-ccd02320.js → p-B-hirT0v.js} +0 -0
- /package/dist/ionic/{p-9b97df10.js → p-BTEOs1at.js} +0 -0
- /package/dist/ionic/{p-d47265c8.js → p-BmVRXR1y.js} +0 -0
- /package/dist/ionic/{p-fb813dab.js → p-C53feagD.js} +0 -0
- /package/dist/ionic/{p-f0c2a614.js → p-D4RIp70E.js} +0 -0
- /package/dist/ionic/{p-47794def.js → p-DiVJyqlX.js} +0 -0
- /package/dist/ionic/{p-459d13d5.js → p-Dtdm8lKC.js} +0 -0
- /package/dist/ionic/{p-7b30edcc.js → p-ZjP4CjeZ.js} +0 -0
- /package/dist/ionic/{p-2408c236.js → p-hHmYLOfE.js} +0 -0
- /package/dist/ionic/{p-de756e5c.js → p-sObYyvOy.js} +0 -0
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
opacity: 0.4;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.calendar-day:focus {
|
|
374
|
+
.calendar-day:not(.calendar-day-adjacent-day):focus {
|
|
375
375
|
background: rgba(var(--ion-color-base-rgb), 0.2);
|
|
376
376
|
box-shadow: 0px 0px 0px 4px rgba(var(--ion-color-base-rgb), 0.2);
|
|
377
377
|
}
|
|
@@ -652,15 +652,21 @@ ion-picker {
|
|
|
652
652
|
* is selected should have ion-color for
|
|
653
653
|
* text color and be bolder.
|
|
654
654
|
*/
|
|
655
|
-
:host .calendar-day.calendar-day-active
|
|
655
|
+
:host .calendar-day.calendar-day-active,
|
|
656
|
+
:host .calendar-day.calendar-day-adjacent-day.calendar-day-active {
|
|
656
657
|
color: var(--ion-color-contrast);
|
|
657
658
|
}
|
|
658
659
|
|
|
659
|
-
.calendar-day.calendar-day-active
|
|
660
|
+
.calendar-day.calendar-day-active,
|
|
661
|
+
.calendar-day.calendar-day-active:focus {
|
|
660
662
|
border: 1px solid var(--ion-color-base);
|
|
661
663
|
background: var(--ion-color-base);
|
|
662
664
|
}
|
|
663
665
|
|
|
666
|
+
:host .calendar-day.calendar-day-adjacent-day {
|
|
667
|
+
color: var(--ion-color-step-500, var(--ion-text-color-step-500, gray));
|
|
668
|
+
}
|
|
669
|
+
|
|
664
670
|
:host .datetime-time {
|
|
665
671
|
-webkit-padding-start: 16px;
|
|
666
672
|
padding-inline-start: 16px;
|
|
@@ -78,8 +78,17 @@ export const getDaysOfWeek = (locale, mode, firstDayOfWeek = 0) => {
|
|
|
78
78
|
* the firstDayOfWeek value (Sunday by default)
|
|
79
79
|
* using null values.
|
|
80
80
|
*/
|
|
81
|
-
export const getDaysOfMonth = (month, year, firstDayOfWeek) => {
|
|
81
|
+
export const getDaysOfMonth = (month, year, firstDayOfWeek, showAdjacentDays = false) => {
|
|
82
82
|
const numDays = getNumDaysInMonth(month, year);
|
|
83
|
+
let previousNumDays; //previous month number of days
|
|
84
|
+
if (month === 1) {
|
|
85
|
+
// If the current month is January, the previous month should be December of the previous year.
|
|
86
|
+
previousNumDays = getNumDaysInMonth(12, year - 1);
|
|
87
|
+
}
|
|
88
|
+
else {
|
|
89
|
+
// Otherwise, the previous month should be the current month - 1 of the same year.
|
|
90
|
+
previousNumDays = getNumDaysInMonth(month - 1, year);
|
|
91
|
+
}
|
|
83
92
|
const firstOfMonth = new Date(`${month}/1/${year}`).getDay();
|
|
84
93
|
/**
|
|
85
94
|
* To get the first day of the month aligned on the correct
|
|
@@ -103,10 +112,26 @@ export const getDaysOfMonth = (month, year, firstDayOfWeek) => {
|
|
|
103
112
|
const offset = firstOfMonth >= firstDayOfWeek ? firstOfMonth - (firstDayOfWeek + 1) : 6 - (firstDayOfWeek - firstOfMonth);
|
|
104
113
|
let days = [];
|
|
105
114
|
for (let i = 1; i <= numDays; i++) {
|
|
106
|
-
days.push({ day: i, dayOfWeek: (offset + i) % 7 });
|
|
115
|
+
days.push({ day: i, dayOfWeek: (offset + i) % 7, isAdjacentDay: false });
|
|
116
|
+
}
|
|
117
|
+
if (showAdjacentDays) {
|
|
118
|
+
for (let i = 0; i <= offset; i++) {
|
|
119
|
+
// Using offset create previous month adjacent day, starting from last day
|
|
120
|
+
days = [{ day: previousNumDays - i, dayOfWeek: (previousNumDays - i) % 7, isAdjacentDay: true }, ...days];
|
|
121
|
+
}
|
|
122
|
+
// Calculate positiveOffset
|
|
123
|
+
// The calendar will display 42 days (6 rows of 7 columns)
|
|
124
|
+
// Knowing this the offset is 41 (we start at index 0)
|
|
125
|
+
// minus (the previous offset + the current month days)
|
|
126
|
+
const positiveOffset = 41 - (numDays + offset);
|
|
127
|
+
for (let i = 0; i < positiveOffset; i++) {
|
|
128
|
+
days.push({ day: i + 1, dayOfWeek: (numDays + offset + i) % 7, isAdjacentDay: true });
|
|
129
|
+
}
|
|
107
130
|
}
|
|
108
|
-
|
|
109
|
-
|
|
131
|
+
else {
|
|
132
|
+
for (let i = 0; i <= offset; i++) {
|
|
133
|
+
days = [{ day: null, dayOfWeek: null, isAdjacentDay: false }, ...days];
|
|
134
|
+
}
|
|
110
135
|
}
|
|
111
136
|
return days;
|
|
112
137
|
};
|
|
@@ -22,6 +22,18 @@ export class DatetimeButton {
|
|
|
22
22
|
constructor() {
|
|
23
23
|
this.datetimeEl = null;
|
|
24
24
|
this.overlayEl = null;
|
|
25
|
+
this.datetimePresentation = 'date-time';
|
|
26
|
+
this.datetimeActive = false;
|
|
27
|
+
/**
|
|
28
|
+
* The color to use from your application's color palette.
|
|
29
|
+
* Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`.
|
|
30
|
+
* For more information on colors, see [theming](/docs/theming/basics).
|
|
31
|
+
*/
|
|
32
|
+
this.color = 'primary';
|
|
33
|
+
/**
|
|
34
|
+
* If `true`, the user cannot interact with the button.
|
|
35
|
+
*/
|
|
36
|
+
this.disabled = false;
|
|
25
37
|
/**
|
|
26
38
|
* Accepts one or more string values and converts
|
|
27
39
|
* them to DatetimeParts. This is done so datetime-button
|
|
@@ -237,14 +249,6 @@ export class DatetimeButton {
|
|
|
237
249
|
overlayEl.present();
|
|
238
250
|
}
|
|
239
251
|
};
|
|
240
|
-
this.datetimePresentation = 'date-time';
|
|
241
|
-
this.dateText = undefined;
|
|
242
|
-
this.timeText = undefined;
|
|
243
|
-
this.datetimeActive = false;
|
|
244
|
-
this.selectedButton = undefined;
|
|
245
|
-
this.color = 'primary';
|
|
246
|
-
this.disabled = false;
|
|
247
|
-
this.datetime = undefined;
|
|
248
252
|
}
|
|
249
253
|
async componentWillLoad() {
|
|
250
254
|
const { datetime } = this;
|
|
@@ -361,6 +365,7 @@ export class DatetimeButton {
|
|
|
361
365
|
return {
|
|
362
366
|
"color": {
|
|
363
367
|
"type": "string",
|
|
368
|
+
"attribute": "color",
|
|
364
369
|
"mutable": false,
|
|
365
370
|
"complexType": {
|
|
366
371
|
"original": "Color",
|
|
@@ -379,12 +384,14 @@ export class DatetimeButton {
|
|
|
379
384
|
"tags": [],
|
|
380
385
|
"text": "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)."
|
|
381
386
|
},
|
|
382
|
-
"
|
|
387
|
+
"getter": false,
|
|
388
|
+
"setter": false,
|
|
383
389
|
"reflect": true,
|
|
384
390
|
"defaultValue": "'primary'"
|
|
385
391
|
},
|
|
386
392
|
"disabled": {
|
|
387
393
|
"type": "boolean",
|
|
394
|
+
"attribute": "disabled",
|
|
388
395
|
"mutable": false,
|
|
389
396
|
"complexType": {
|
|
390
397
|
"original": "boolean",
|
|
@@ -397,12 +404,14 @@ export class DatetimeButton {
|
|
|
397
404
|
"tags": [],
|
|
398
405
|
"text": "If `true`, the user cannot interact with the button."
|
|
399
406
|
},
|
|
400
|
-
"
|
|
407
|
+
"getter": false,
|
|
408
|
+
"setter": false,
|
|
401
409
|
"reflect": true,
|
|
402
410
|
"defaultValue": "false"
|
|
403
411
|
},
|
|
404
412
|
"datetime": {
|
|
405
413
|
"type": "string",
|
|
414
|
+
"attribute": "datetime",
|
|
406
415
|
"mutable": false,
|
|
407
416
|
"complexType": {
|
|
408
417
|
"original": "string",
|
|
@@ -415,7 +424,8 @@ export class DatetimeButton {
|
|
|
415
424
|
"tags": [],
|
|
416
425
|
"text": "The ID of the `ion-datetime` instance\nassociated with the datetime button."
|
|
417
426
|
},
|
|
418
|
-
"
|
|
427
|
+
"getter": false,
|
|
428
|
+
"setter": false,
|
|
419
429
|
"reflect": false
|
|
420
430
|
}
|
|
421
431
|
};
|
|
@@ -5,9 +5,16 @@ import { Host, h } from "@stencil/core";
|
|
|
5
5
|
import { getIonMode } from "../../global/ionic-global";
|
|
6
6
|
export class Fab {
|
|
7
7
|
constructor() {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
/**
|
|
9
|
+
* If `true`, the fab will display on the edge of the header if
|
|
10
|
+
* `vertical` is `"top"`, and on the edge of the footer if
|
|
11
|
+
* it is `"bottom"`. Should be used with a `fixed` slot.
|
|
12
|
+
*/
|
|
10
13
|
this.edge = false;
|
|
14
|
+
/**
|
|
15
|
+
* If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.
|
|
16
|
+
* That means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible.
|
|
17
|
+
*/
|
|
11
18
|
this.activated = false;
|
|
12
19
|
}
|
|
13
20
|
activatedChanged() {
|
|
@@ -70,6 +77,7 @@ export class Fab {
|
|
|
70
77
|
return {
|
|
71
78
|
"horizontal": {
|
|
72
79
|
"type": "string",
|
|
80
|
+
"attribute": "horizontal",
|
|
73
81
|
"mutable": false,
|
|
74
82
|
"complexType": {
|
|
75
83
|
"original": "'start' | 'end' | 'center'",
|
|
@@ -82,11 +90,13 @@ export class Fab {
|
|
|
82
90
|
"tags": [],
|
|
83
91
|
"text": "Where to align the fab horizontally in the viewport."
|
|
84
92
|
},
|
|
85
|
-
"
|
|
93
|
+
"getter": false,
|
|
94
|
+
"setter": false,
|
|
86
95
|
"reflect": false
|
|
87
96
|
},
|
|
88
97
|
"vertical": {
|
|
89
98
|
"type": "string",
|
|
99
|
+
"attribute": "vertical",
|
|
90
100
|
"mutable": false,
|
|
91
101
|
"complexType": {
|
|
92
102
|
"original": "'top' | 'bottom' | 'center'",
|
|
@@ -99,11 +109,13 @@ export class Fab {
|
|
|
99
109
|
"tags": [],
|
|
100
110
|
"text": "Where to align the fab vertically in the viewport."
|
|
101
111
|
},
|
|
102
|
-
"
|
|
112
|
+
"getter": false,
|
|
113
|
+
"setter": false,
|
|
103
114
|
"reflect": false
|
|
104
115
|
},
|
|
105
116
|
"edge": {
|
|
106
117
|
"type": "boolean",
|
|
118
|
+
"attribute": "edge",
|
|
107
119
|
"mutable": false,
|
|
108
120
|
"complexType": {
|
|
109
121
|
"original": "boolean",
|
|
@@ -116,12 +128,14 @@ export class Fab {
|
|
|
116
128
|
"tags": [],
|
|
117
129
|
"text": "If `true`, the fab will display on the edge of the header if\n`vertical` is `\"top\"`, and on the edge of the footer if\nit is `\"bottom\"`. Should be used with a `fixed` slot."
|
|
118
130
|
},
|
|
119
|
-
"
|
|
131
|
+
"getter": false,
|
|
132
|
+
"setter": false,
|
|
120
133
|
"reflect": false,
|
|
121
134
|
"defaultValue": "false"
|
|
122
135
|
},
|
|
123
136
|
"activated": {
|
|
124
137
|
"type": "boolean",
|
|
138
|
+
"attribute": "activated",
|
|
125
139
|
"mutable": true,
|
|
126
140
|
"complexType": {
|
|
127
141
|
"original": "boolean",
|
|
@@ -134,7 +148,8 @@ export class Fab {
|
|
|
134
148
|
"tags": [],
|
|
135
149
|
"text": "If `true`, both the `ion-fab-button` and all `ion-fab-list` inside `ion-fab` will become active.\nThat means `ion-fab-button` will become a `close` icon and `ion-fab-list` will become visible."
|
|
136
150
|
},
|
|
137
|
-
"
|
|
151
|
+
"getter": false,
|
|
152
|
+
"setter": false,
|
|
138
153
|
"reflect": false,
|
|
139
154
|
"defaultValue": "false"
|
|
140
155
|
}
|
|
@@ -16,6 +16,39 @@ export class FabButton {
|
|
|
16
16
|
constructor() {
|
|
17
17
|
this.fab = null;
|
|
18
18
|
this.inheritedAttributes = {};
|
|
19
|
+
/**
|
|
20
|
+
* If `true`, the fab button will be show a close icon.
|
|
21
|
+
*/
|
|
22
|
+
this.activated = false;
|
|
23
|
+
/**
|
|
24
|
+
* If `true`, the user cannot interact with the fab button.
|
|
25
|
+
*/
|
|
26
|
+
this.disabled = false;
|
|
27
|
+
/**
|
|
28
|
+
* When using a router, it specifies the transition direction when navigating to
|
|
29
|
+
* another page using `href`.
|
|
30
|
+
*/
|
|
31
|
+
this.routerDirection = 'forward';
|
|
32
|
+
/**
|
|
33
|
+
* If `true`, the fab button will show when in a fab-list.
|
|
34
|
+
*/
|
|
35
|
+
this.show = false;
|
|
36
|
+
/**
|
|
37
|
+
* If `true`, the fab button will be translucent.
|
|
38
|
+
* Only applies when the mode is `"ios"` and the device supports
|
|
39
|
+
* [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
40
|
+
*/
|
|
41
|
+
this.translucent = false;
|
|
42
|
+
/**
|
|
43
|
+
* The type of the button.
|
|
44
|
+
*/
|
|
45
|
+
this.type = 'button';
|
|
46
|
+
/**
|
|
47
|
+
* The icon name to use for the close icon. This will appear when the fab button
|
|
48
|
+
* is pressed. Only applies if it is the main button inside of a fab containing a
|
|
49
|
+
* fab list.
|
|
50
|
+
*/
|
|
51
|
+
this.closeIcon = close;
|
|
19
52
|
this.onFocus = () => {
|
|
20
53
|
this.ionFocus.emit();
|
|
21
54
|
};
|
|
@@ -29,20 +62,6 @@ export class FabButton {
|
|
|
29
62
|
}
|
|
30
63
|
fab.toggle();
|
|
31
64
|
};
|
|
32
|
-
this.color = undefined;
|
|
33
|
-
this.activated = false;
|
|
34
|
-
this.disabled = false;
|
|
35
|
-
this.download = undefined;
|
|
36
|
-
this.href = undefined;
|
|
37
|
-
this.rel = undefined;
|
|
38
|
-
this.routerDirection = 'forward';
|
|
39
|
-
this.routerAnimation = undefined;
|
|
40
|
-
this.target = undefined;
|
|
41
|
-
this.show = false;
|
|
42
|
-
this.translucent = false;
|
|
43
|
-
this.type = 'button';
|
|
44
|
-
this.size = undefined;
|
|
45
|
-
this.closeIcon = close;
|
|
46
65
|
}
|
|
47
66
|
connectedCallback() {
|
|
48
67
|
this.fab = this.el.closest('ion-fab');
|
|
@@ -94,6 +113,7 @@ export class FabButton {
|
|
|
94
113
|
return {
|
|
95
114
|
"color": {
|
|
96
115
|
"type": "string",
|
|
116
|
+
"attribute": "color",
|
|
97
117
|
"mutable": false,
|
|
98
118
|
"complexType": {
|
|
99
119
|
"original": "Color",
|
|
@@ -112,11 +132,13 @@ export class FabButton {
|
|
|
112
132
|
"tags": [],
|
|
113
133
|
"text": "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)."
|
|
114
134
|
},
|
|
115
|
-
"
|
|
135
|
+
"getter": false,
|
|
136
|
+
"setter": false,
|
|
116
137
|
"reflect": true
|
|
117
138
|
},
|
|
118
139
|
"activated": {
|
|
119
140
|
"type": "boolean",
|
|
141
|
+
"attribute": "activated",
|
|
120
142
|
"mutable": false,
|
|
121
143
|
"complexType": {
|
|
122
144
|
"original": "boolean",
|
|
@@ -129,12 +151,14 @@ export class FabButton {
|
|
|
129
151
|
"tags": [],
|
|
130
152
|
"text": "If `true`, the fab button will be show a close icon."
|
|
131
153
|
},
|
|
132
|
-
"
|
|
154
|
+
"getter": false,
|
|
155
|
+
"setter": false,
|
|
133
156
|
"reflect": false,
|
|
134
157
|
"defaultValue": "false"
|
|
135
158
|
},
|
|
136
159
|
"disabled": {
|
|
137
160
|
"type": "boolean",
|
|
161
|
+
"attribute": "disabled",
|
|
138
162
|
"mutable": false,
|
|
139
163
|
"complexType": {
|
|
140
164
|
"original": "boolean",
|
|
@@ -147,12 +171,14 @@ export class FabButton {
|
|
|
147
171
|
"tags": [],
|
|
148
172
|
"text": "If `true`, the user cannot interact with the fab button."
|
|
149
173
|
},
|
|
150
|
-
"
|
|
174
|
+
"getter": false,
|
|
175
|
+
"setter": false,
|
|
151
176
|
"reflect": false,
|
|
152
177
|
"defaultValue": "false"
|
|
153
178
|
},
|
|
154
179
|
"download": {
|
|
155
180
|
"type": "string",
|
|
181
|
+
"attribute": "download",
|
|
156
182
|
"mutable": false,
|
|
157
183
|
"complexType": {
|
|
158
184
|
"original": "string | undefined",
|
|
@@ -165,11 +191,13 @@ export class FabButton {
|
|
|
165
191
|
"tags": [],
|
|
166
192
|
"text": "This attribute instructs browsers to download a URL instead of navigating to\nit, so the user will be prompted to save it as a local file. If the attribute\nhas a value, it is used as the pre-filled file name in the Save prompt\n(the user can still change the file name if they want)."
|
|
167
193
|
},
|
|
168
|
-
"
|
|
194
|
+
"getter": false,
|
|
195
|
+
"setter": false,
|
|
169
196
|
"reflect": false
|
|
170
197
|
},
|
|
171
198
|
"href": {
|
|
172
199
|
"type": "string",
|
|
200
|
+
"attribute": "href",
|
|
173
201
|
"mutable": false,
|
|
174
202
|
"complexType": {
|
|
175
203
|
"original": "string | undefined",
|
|
@@ -182,11 +210,13 @@ export class FabButton {
|
|
|
182
210
|
"tags": [],
|
|
183
211
|
"text": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
184
212
|
},
|
|
185
|
-
"
|
|
213
|
+
"getter": false,
|
|
214
|
+
"setter": false,
|
|
186
215
|
"reflect": false
|
|
187
216
|
},
|
|
188
217
|
"rel": {
|
|
189
218
|
"type": "string",
|
|
219
|
+
"attribute": "rel",
|
|
190
220
|
"mutable": false,
|
|
191
221
|
"complexType": {
|
|
192
222
|
"original": "string | undefined",
|
|
@@ -199,11 +229,13 @@ export class FabButton {
|
|
|
199
229
|
"tags": [],
|
|
200
230
|
"text": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
|
|
201
231
|
},
|
|
202
|
-
"
|
|
232
|
+
"getter": false,
|
|
233
|
+
"setter": false,
|
|
203
234
|
"reflect": false
|
|
204
235
|
},
|
|
205
236
|
"routerDirection": {
|
|
206
237
|
"type": "string",
|
|
238
|
+
"attribute": "router-direction",
|
|
207
239
|
"mutable": false,
|
|
208
240
|
"complexType": {
|
|
209
241
|
"original": "RouterDirection",
|
|
@@ -222,12 +254,14 @@ export class FabButton {
|
|
|
222
254
|
"tags": [],
|
|
223
255
|
"text": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`."
|
|
224
256
|
},
|
|
225
|
-
"
|
|
257
|
+
"getter": false,
|
|
258
|
+
"setter": false,
|
|
226
259
|
"reflect": false,
|
|
227
260
|
"defaultValue": "'forward'"
|
|
228
261
|
},
|
|
229
262
|
"routerAnimation": {
|
|
230
263
|
"type": "unknown",
|
|
264
|
+
"attribute": "router-animation",
|
|
231
265
|
"mutable": false,
|
|
232
266
|
"complexType": {
|
|
233
267
|
"original": "AnimationBuilder | undefined",
|
|
@@ -245,10 +279,13 @@ export class FabButton {
|
|
|
245
279
|
"docs": {
|
|
246
280
|
"tags": [],
|
|
247
281
|
"text": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
|
|
248
|
-
}
|
|
282
|
+
},
|
|
283
|
+
"getter": false,
|
|
284
|
+
"setter": false
|
|
249
285
|
},
|
|
250
286
|
"target": {
|
|
251
287
|
"type": "string",
|
|
288
|
+
"attribute": "target",
|
|
252
289
|
"mutable": false,
|
|
253
290
|
"complexType": {
|
|
254
291
|
"original": "string | undefined",
|
|
@@ -261,11 +298,13 @@ export class FabButton {
|
|
|
261
298
|
"tags": [],
|
|
262
299
|
"text": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
263
300
|
},
|
|
264
|
-
"
|
|
301
|
+
"getter": false,
|
|
302
|
+
"setter": false,
|
|
265
303
|
"reflect": false
|
|
266
304
|
},
|
|
267
305
|
"show": {
|
|
268
306
|
"type": "boolean",
|
|
307
|
+
"attribute": "show",
|
|
269
308
|
"mutable": false,
|
|
270
309
|
"complexType": {
|
|
271
310
|
"original": "boolean",
|
|
@@ -278,12 +317,14 @@ export class FabButton {
|
|
|
278
317
|
"tags": [],
|
|
279
318
|
"text": "If `true`, the fab button will show when in a fab-list."
|
|
280
319
|
},
|
|
281
|
-
"
|
|
320
|
+
"getter": false,
|
|
321
|
+
"setter": false,
|
|
282
322
|
"reflect": false,
|
|
283
323
|
"defaultValue": "false"
|
|
284
324
|
},
|
|
285
325
|
"translucent": {
|
|
286
326
|
"type": "boolean",
|
|
327
|
+
"attribute": "translucent",
|
|
287
328
|
"mutable": false,
|
|
288
329
|
"complexType": {
|
|
289
330
|
"original": "boolean",
|
|
@@ -296,12 +337,14 @@ export class FabButton {
|
|
|
296
337
|
"tags": [],
|
|
297
338
|
"text": "If `true`, the fab button will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility)."
|
|
298
339
|
},
|
|
299
|
-
"
|
|
340
|
+
"getter": false,
|
|
341
|
+
"setter": false,
|
|
300
342
|
"reflect": false,
|
|
301
343
|
"defaultValue": "false"
|
|
302
344
|
},
|
|
303
345
|
"type": {
|
|
304
346
|
"type": "string",
|
|
347
|
+
"attribute": "type",
|
|
305
348
|
"mutable": false,
|
|
306
349
|
"complexType": {
|
|
307
350
|
"original": "'submit' | 'reset' | 'button'",
|
|
@@ -314,12 +357,14 @@ export class FabButton {
|
|
|
314
357
|
"tags": [],
|
|
315
358
|
"text": "The type of the button."
|
|
316
359
|
},
|
|
317
|
-
"
|
|
360
|
+
"getter": false,
|
|
361
|
+
"setter": false,
|
|
318
362
|
"reflect": false,
|
|
319
363
|
"defaultValue": "'button'"
|
|
320
364
|
},
|
|
321
365
|
"size": {
|
|
322
366
|
"type": "string",
|
|
367
|
+
"attribute": "size",
|
|
323
368
|
"mutable": false,
|
|
324
369
|
"complexType": {
|
|
325
370
|
"original": "'small'",
|
|
@@ -332,11 +377,13 @@ export class FabButton {
|
|
|
332
377
|
"tags": [],
|
|
333
378
|
"text": "The size of the button. Set this to `small` in order to have a mini fab button."
|
|
334
379
|
},
|
|
335
|
-
"
|
|
380
|
+
"getter": false,
|
|
381
|
+
"setter": false,
|
|
336
382
|
"reflect": false
|
|
337
383
|
},
|
|
338
384
|
"closeIcon": {
|
|
339
385
|
"type": "string",
|
|
386
|
+
"attribute": "close-icon",
|
|
340
387
|
"mutable": false,
|
|
341
388
|
"complexType": {
|
|
342
389
|
"original": "string",
|
|
@@ -349,7 +396,8 @@ export class FabButton {
|
|
|
349
396
|
"tags": [],
|
|
350
397
|
"text": "The icon name to use for the close icon. This will appear when the fab button\nis pressed. Only applies if it is the main button inside of a fab containing a\nfab list."
|
|
351
398
|
},
|
|
352
|
-
"
|
|
399
|
+
"getter": false,
|
|
400
|
+
"setter": false,
|
|
353
401
|
"reflect": false,
|
|
354
402
|
"defaultValue": "close"
|
|
355
403
|
}
|
|
@@ -5,7 +5,13 @@ import { Host, h } from "@stencil/core";
|
|
|
5
5
|
import { getIonMode } from "../../global/ionic-global";
|
|
6
6
|
export class FabList {
|
|
7
7
|
constructor() {
|
|
8
|
+
/**
|
|
9
|
+
* If `true`, the fab list will show all fab buttons in the list.
|
|
10
|
+
*/
|
|
8
11
|
this.activated = false;
|
|
12
|
+
/**
|
|
13
|
+
* The side the fab list will show on relative to the main fab button.
|
|
14
|
+
*/
|
|
9
15
|
this.side = 'bottom';
|
|
10
16
|
}
|
|
11
17
|
activatedChanged(activated) {
|
|
@@ -40,6 +46,7 @@ export class FabList {
|
|
|
40
46
|
return {
|
|
41
47
|
"activated": {
|
|
42
48
|
"type": "boolean",
|
|
49
|
+
"attribute": "activated",
|
|
43
50
|
"mutable": false,
|
|
44
51
|
"complexType": {
|
|
45
52
|
"original": "boolean",
|
|
@@ -52,12 +59,14 @@ export class FabList {
|
|
|
52
59
|
"tags": [],
|
|
53
60
|
"text": "If `true`, the fab list will show all fab buttons in the list."
|
|
54
61
|
},
|
|
55
|
-
"
|
|
62
|
+
"getter": false,
|
|
63
|
+
"setter": false,
|
|
56
64
|
"reflect": false,
|
|
57
65
|
"defaultValue": "false"
|
|
58
66
|
},
|
|
59
67
|
"side": {
|
|
60
68
|
"type": "string",
|
|
69
|
+
"attribute": "side",
|
|
61
70
|
"mutable": false,
|
|
62
71
|
"complexType": {
|
|
63
72
|
"original": "'start' | 'end' | 'top' | 'bottom'",
|
|
@@ -70,7 +79,8 @@ export class FabList {
|
|
|
70
79
|
"tags": [],
|
|
71
80
|
"text": "The side the fab list will show on relative to the main fab button."
|
|
72
81
|
},
|
|
73
|
-
"
|
|
82
|
+
"getter": false,
|
|
83
|
+
"setter": false,
|
|
74
84
|
"reflect": false,
|
|
75
85
|
"defaultValue": "'bottom'"
|
|
76
86
|
}
|
|
@@ -12,6 +12,16 @@ import { handleFooterFade } from "./footer.utils";
|
|
|
12
12
|
export class Footer {
|
|
13
13
|
constructor() {
|
|
14
14
|
this.keyboardCtrl = null;
|
|
15
|
+
this.keyboardVisible = false;
|
|
16
|
+
/**
|
|
17
|
+
* If `true`, the footer will be translucent.
|
|
18
|
+
* Only applies when the mode is `"ios"` and the device supports
|
|
19
|
+
* [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
|
|
20
|
+
*
|
|
21
|
+
* Note: In order to scroll content behind the footer, the `fullscreen`
|
|
22
|
+
* attribute needs to be set on the content.
|
|
23
|
+
*/
|
|
24
|
+
this.translucent = false;
|
|
15
25
|
this.checkCollapsibleFooter = () => {
|
|
16
26
|
const mode = getIonMode(this);
|
|
17
27
|
if (mode !== 'ios') {
|
|
@@ -41,9 +51,6 @@ export class Footer {
|
|
|
41
51
|
scrollEl.addEventListener('scroll', this.contentScrollCallback);
|
|
42
52
|
handleFooterFade(scrollEl, this.el);
|
|
43
53
|
};
|
|
44
|
-
this.keyboardVisible = false;
|
|
45
|
-
this.collapse = undefined;
|
|
46
|
-
this.translucent = false;
|
|
47
54
|
}
|
|
48
55
|
componentDidLoad() {
|
|
49
56
|
this.checkCollapsibleFooter();
|
|
@@ -107,6 +114,7 @@ export class Footer {
|
|
|
107
114
|
return {
|
|
108
115
|
"collapse": {
|
|
109
116
|
"type": "string",
|
|
117
|
+
"attribute": "collapse",
|
|
110
118
|
"mutable": false,
|
|
111
119
|
"complexType": {
|
|
112
120
|
"original": "'fade'",
|
|
@@ -119,11 +127,13 @@ export class Footer {
|
|
|
119
127
|
"tags": [],
|
|
120
128
|
"text": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode."
|
|
121
129
|
},
|
|
122
|
-
"
|
|
130
|
+
"getter": false,
|
|
131
|
+
"setter": false,
|
|
123
132
|
"reflect": false
|
|
124
133
|
},
|
|
125
134
|
"translucent": {
|
|
126
135
|
"type": "boolean",
|
|
136
|
+
"attribute": "translucent",
|
|
127
137
|
"mutable": false,
|
|
128
138
|
"complexType": {
|
|
129
139
|
"original": "boolean",
|
|
@@ -136,7 +146,8 @@ export class Footer {
|
|
|
136
146
|
"tags": [],
|
|
137
147
|
"text": "If `true`, the footer will be translucent.\nOnly applies when the mode is `\"ios\"` and the device supports\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\n\nNote: In order to scroll content behind the footer, the `fullscreen`\nattribute needs to be set on the content."
|
|
138
148
|
},
|
|
139
|
-
"
|
|
149
|
+
"getter": false,
|
|
150
|
+
"setter": false,
|
|
140
151
|
"reflect": false,
|
|
141
152
|
"defaultValue": "false"
|
|
142
153
|
}
|
|
@@ -5,6 +5,9 @@ import { Host, h } from "@stencil/core";
|
|
|
5
5
|
import { getIonMode } from "../../global/ionic-global";
|
|
6
6
|
export class Grid {
|
|
7
7
|
constructor() {
|
|
8
|
+
/**
|
|
9
|
+
* If `true`, the grid will have a fixed width based on the screen size.
|
|
10
|
+
*/
|
|
8
11
|
this.fixed = false;
|
|
9
12
|
}
|
|
10
13
|
render() {
|
|
@@ -30,6 +33,7 @@ export class Grid {
|
|
|
30
33
|
return {
|
|
31
34
|
"fixed": {
|
|
32
35
|
"type": "boolean",
|
|
36
|
+
"attribute": "fixed",
|
|
33
37
|
"mutable": false,
|
|
34
38
|
"complexType": {
|
|
35
39
|
"original": "boolean",
|
|
@@ -42,7 +46,8 @@ export class Grid {
|
|
|
42
46
|
"tags": [],
|
|
43
47
|
"text": "If `true`, the grid will have a fixed width based on the screen size."
|
|
44
48
|
},
|
|
45
|
-
"
|
|
49
|
+
"getter": false,
|
|
50
|
+
"setter": false,
|
|
46
51
|
"reflect": false,
|
|
47
52
|
"defaultValue": "false"
|
|
48
53
|
}
|