@ionic/core 8.5.4-dev.11744646756.1244bf71 → 8.5.4-dev.11744657992.1bb14c4f
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 +23 -37
- package/components/alert.js +25 -41
- package/components/animation.js +1 -1
- package/components/backdrop.js +4 -11
- package/components/button-active.js +1 -1
- package/components/button.js +23 -29
- package/components/buttons.js +4 -14
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +16 -40
- package/components/content.js +5 -24
- package/components/data.js +5 -30
- package/components/gesture-controller.js +1 -1
- package/components/haptic.js +1 -1
- package/components/hardware-back-button.js +1 -1
- package/components/header.js +7 -12
- package/components/helpers.js +5 -2
- package/components/icon.js +2 -1
- package/components/index3.js +5 -3
- package/components/index4.js +1 -1
- package/components/index5.js +3 -28
- package/components/index7.js +27 -163
- package/components/index8.js +1 -1
- package/components/index9.js +163 -3
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -1
- package/components/ion-accordion-group.js +6 -19
- package/components/ion-accordion.js +14 -32
- package/components/ion-app.js +4 -3
- package/components/ion-avatar.js +4 -2
- package/components/ion-back-button.js +13 -12
- package/components/ion-badge.js +5 -2
- package/components/ion-breadcrumb.js +20 -22
- package/components/ion-breadcrumbs.js +10 -14
- package/components/ion-card-content.js +4 -2
- package/components/ion-card-header.js +5 -7
- package/components/ion-card-subtitle.js +5 -2
- package/components/ion-card-title.js +5 -2
- package/components/ion-card.js +11 -16
- package/components/ion-chip.js +5 -8
- package/components/ion-col.js +26 -1
- package/components/ion-datetime-button.js +13 -15
- package/components/ion-datetime.js +81 -196
- package/components/ion-fab-button.js +20 -37
- package/components/ion-fab-list.js +2 -7
- package/components/ion-fab.js +4 -10
- package/components/ion-footer.js +8 -13
- package/components/ion-grid.js +2 -4
- package/components/ion-img.js +6 -1
- package/components/ion-infinite-scroll-content.js +6 -2
- package/components/ion-infinite-scroll.js +6 -27
- package/components/ion-input-password-toggle.js +9 -7
- package/components/ion-input.js +44 -72
- package/components/ion-item-divider.js +5 -9
- package/components/ion-item-group.js +4 -2
- package/components/ion-item-option.js +12 -14
- package/components/ion-item-options.js +4 -6
- package/components/ion-item-sliding.js +2 -4
- package/components/ion-loading.js +19 -36
- package/components/ion-menu-button.js +10 -15
- package/components/ion-menu-toggle.js +5 -9
- package/components/ion-menu.js +9 -25
- package/components/ion-nav-link.js +6 -6
- package/components/ion-nav.js +10 -7
- package/components/ion-note.js +5 -2
- package/components/ion-picker-legacy.js +24 -44
- package/components/ion-progress-bar.js +6 -19
- package/components/ion-range.js +25 -65
- package/components/ion-refresher-content.js +5 -1
- package/components/ion-refresher.js +6 -54
- package/components/ion-reorder-group.js +4 -6
- package/components/ion-reorder.js +5 -3
- package/components/ion-route-redirect.js +2 -0
- package/components/ion-route.js +7 -9
- package/components/ion-router-link.js +9 -7
- package/components/ion-router-outlet.js +8 -10
- package/components/ion-router.js +0 -18
- package/components/ion-row.js +2 -1
- package/components/ion-searchbar.js +29 -78
- package/components/ion-segment-button.js +10 -19
- package/components/ion-segment-content.js +2 -1
- package/components/ion-segment-view.js +5 -5
- package/components/ion-segment.js +11 -22
- package/components/ion-select-option.js +3 -4
- package/components/ion-select.js +41 -61
- package/components/ion-skeleton-text.js +2 -4
- package/components/ion-split-pane.js +5 -10
- package/components/ion-tab-bar.js +6 -7
- package/components/ion-tab-button.js +12 -10
- package/components/ion-tab.js +5 -2
- package/components/ion-tabs.js +4 -3
- package/components/ion-text.js +3 -1
- package/components/ion-textarea.js +36 -64
- package/components/ion-thumbnail.js +2 -1
- package/components/ion-toast.js +32 -55
- package/components/ion-toggle.js +24 -55
- package/components/item.js +14 -20
- package/components/keyboard-controller.js +2 -2
- package/components/keyboard.js +69 -134
- package/components/keyboard2.js +134 -69
- package/components/label.js +6 -2
- package/components/list-header.js +6 -2
- package/components/list.js +5 -5
- package/components/modal.js +39 -117
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +2 -2
- package/components/picker-column-option.js +5 -18
- package/components/picker-column.js +10 -25
- package/components/picker-column2.js +8 -5
- package/components/picker.js +4 -2
- package/components/popover.js +37 -129
- package/components/radio-group.js +10 -10
- package/components/radio.js +13 -27
- package/components/refresher.utils.js +2 -2
- package/components/ripple-effect.js +2 -10
- package/components/select-modal.js +8 -3
- package/components/select-popover.js +8 -5
- package/components/spinner.js +5 -4
- package/components/swipe-back.js +1 -1
- package/components/title.js +6 -2
- package/components/toolbar.js +5 -2
- 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-Bz5ImL40.js → animation-b4fdf128.js} +1 -1
- package/dist/cjs/{app-globals-CSpnImi2.js → app-globals-dd592863.js} +1 -1
- package/dist/cjs/{button-active-BzpKQ5zN.js → button-active-43e2b419.js} +3 -3
- package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-c04564bf.js} +1 -1
- package/dist/cjs/{data-BQSLLJwc.js → data-27cc2c9c.js} +5 -30
- package/dist/cjs/{framework-delegate-B0-bTZ_Y.js → framework-delegate-50a86d56.js} +1 -1
- package/dist/cjs/{gesture-controller-dtqlP_q4.js → gesture-controller-9436f482.js} +1 -1
- package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/{hardware-back-button-B0yu2YGK.js → hardware-back-button-5a99001f.js} +3 -3
- package/dist/cjs/{helpers-CLmZlPvl.js → helpers-3a248559.js} +4 -1
- package/dist/cjs/{index-CPbAsnJK.js → index-073c7cdc.js} +0 -1
- package/dist/cjs/{index-qOuhvt-6.js → index-2e236a04.js} +668 -1392
- package/dist/cjs/{index-D7kGM2E_.js → index-48b2a28e.js} +1 -1
- package/dist/cjs/{index-BjVGGb_k.js → index-4b70187a.js} +9 -9
- package/dist/cjs/{index-3N0K8CTt.js → index-509ca0d3.js} +3 -3
- package/dist/cjs/{index-B4SdCKIQ.js → index-e36bd277.js} +2 -2
- package/dist/cjs/{index-04WNNW0S.js → index-e630fd95.js} +6 -6
- package/dist/cjs/{index-CAvQ7Tka.js → index-ee07ed59.js} +4 -3
- package/dist/cjs/index.cjs.js +20 -18
- package/dist/cjs/{input-shims-B23RZ_yw.js → input-shims-22a9973f.js} +8 -8
- package/dist/cjs/{input.utils-BvrpMdKU.js → input.utils-e82b8ed0.js} +3 -3
- package/dist/cjs/ion-accordion_2.cjs.entry.js +25 -54
- package/dist/cjs/ion-action-sheet.cjs.entry.js +38 -50
- package/dist/cjs/ion-alert.cjs.entry.js +41 -55
- package/dist/cjs/ion-app_8.cjs.entry.js +65 -96
- package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -8
- package/dist/cjs/ion-back-button.cjs.entry.js +18 -15
- package/dist/cjs/ion-backdrop.cjs.entry.js +8 -13
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +34 -38
- package/dist/cjs/ion-button_2.cjs.entry.js +30 -33
- package/dist/cjs/ion-card_5.cjs.entry.js +35 -32
- package/dist/cjs/ion-checkbox.cjs.entry.js +22 -44
- package/dist/cjs/ion-chip.cjs.entry.js +10 -11
- package/dist/cjs/ion-col_3.cjs.entry.js +34 -8
- package/dist/cjs/ion-datetime-button.cjs.entry.js +20 -20
- package/dist/cjs/ion-datetime_3.cjs.entry.js +122 -251
- package/dist/cjs/ion-fab_3.cjs.entry.js +31 -57
- package/dist/cjs/ion-img.cjs.entry.js +11 -4
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +20 -35
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +15 -11
- package/dist/cjs/ion-input.cjs.entry.js +53 -79
- package/dist/cjs/ion-item-option_3.cjs.entry.js +28 -32
- package/dist/cjs/ion-item_8.cjs.entry.js +52 -49
- package/dist/cjs/ion-loading.cjs.entry.js +31 -46
- package/dist/cjs/ion-menu_3.cjs.entry.js +39 -62
- package/dist/cjs/ion-modal.cjs.entry.js +52 -128
- package/dist/cjs/ion-nav_2.cjs.entry.js +22 -17
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -22
- package/dist/cjs/ion-picker-column.cjs.entry.js +17 -30
- package/dist/cjs/ion-picker.cjs.entry.js +8 -4
- package/dist/cjs/ion-popover.cjs.entry.js +47 -137
- package/dist/cjs/ion-progress-bar.cjs.entry.js +11 -22
- package/dist/cjs/ion-radio_2.cjs.entry.js +30 -42
- package/dist/cjs/ion-range.cjs.entry.js +33 -71
- package/dist/cjs/ion-refresher_2.cjs.entry.js +26 -68
- package/dist/cjs/ion-reorder_2.cjs.entry.js +19 -17
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -12
- package/dist/cjs/ion-route_4.cjs.entry.js +20 -34
- package/dist/cjs/ion-searchbar.cjs.entry.js +36 -83
- package/dist/cjs/ion-segment-content.cjs.entry.js +5 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +8 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +29 -47
- package/dist/cjs/ion-select-modal.cjs.entry.js +20 -13
- package/dist/cjs/ion-select_3.cjs.entry.js +65 -82
- package/dist/cjs/ion-spinner.cjs.entry.js +11 -8
- package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -25
- package/dist/cjs/ion-tab_2.cjs.entry.js +14 -8
- package/dist/cjs/ion-text.cjs.entry.js +8 -4
- package/dist/cjs/ion-textarea.cjs.entry.js +45 -71
- package/dist/cjs/ion-toast.cjs.entry.js +44 -65
- package/dist/cjs/ion-toggle.cjs.entry.js +34 -63
- package/dist/cjs/{ionic-global-D0fKFhpt.js → ionic-global-acb665ad.js} +1 -1
- package/dist/cjs/ionic.cjs.js +8 -8
- package/dist/cjs/{ios.transition-Cyrk-CkT.js → ios.transition-ae7afca9.js} +7 -7
- package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-af1bb365.js} +3 -3
- package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-c05e747a.js} +2 -2
- package/dist/cjs/loader.cjs.js +6 -4
- package/dist/cjs/{md.transition-Bh2J94f4.js → md.transition-26003e25.js} +7 -7
- package/dist/cjs/{notch-controller-DNfj7cO6.js → notch-controller-ae03a497.js} +2 -2
- package/dist/cjs/{overlays-hvRku41m.js → overlays-32e1b66b.js} +7 -7
- package/dist/cjs/{status-tap-EJ9Sb5hb.js → status-tap-03023755.js} +5 -5
- package/dist/cjs/{swipe-back-Di-t3rsI.js → swipe-back-cd0d9f77.js} +4 -4
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/accordion/accordion.js +13 -43
- package/dist/collection/components/accordion-group/accordion-group.js +8 -35
- package/dist/collection/components/action-sheet/action-sheet.js +31 -84
- package/dist/collection/components/alert/alert.js +34 -94
- package/dist/collection/components/back-button/back-button.js +14 -30
- package/dist/collection/components/backdrop/backdrop.js +3 -18
- package/dist/collection/components/badge/badge.js +4 -3
- package/dist/collection/components/breadcrumb/breadcrumb.js +26 -57
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +10 -24
- package/dist/collection/components/button/button.js +33 -74
- package/dist/collection/components/buttons/buttons.js +1 -15
- package/dist/collection/components/card/card.js +16 -44
- package/dist/collection/components/card-header/card-header.js +3 -11
- package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
- package/dist/collection/components/card-title/card-title.js +4 -3
- package/dist/collection/components/checkbox/checkbox.js +24 -74
- package/dist/collection/components/chip/chip.js +4 -15
- package/dist/collection/components/col/col.js +50 -72
- package/dist/collection/components/content/content.js +9 -43
- package/dist/collection/components/datetime/datetime.ios.css +2 -7
- package/dist/collection/components/datetime/datetime.js +98 -298
- package/dist/collection/components/datetime/datetime.md.css +3 -9
- package/dist/collection/components/datetime/utils/data.js +4 -29
- package/dist/collection/components/datetime-button/datetime-button.js +11 -21
- package/dist/collection/components/fab/fab.js +6 -21
- package/dist/collection/components/fab-button/fab-button.js +28 -76
- package/dist/collection/components/fab-list/fab-list.js +2 -12
- package/dist/collection/components/footer/footer.js +5 -16
- package/dist/collection/components/grid/grid.js +1 -6
- package/dist/collection/components/header/header.js +4 -15
- package/dist/collection/components/img/img.js +6 -6
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +7 -35
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +4 -6
- package/dist/collection/components/input/input.js +72 -171
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +8 -16
- package/dist/collection/components/item/item.js +21 -56
- package/dist/collection/components/item-divider/item-divider.js +3 -13
- package/dist/collection/components/item-option/item-option.js +16 -36
- package/dist/collection/components/item-options/item-options.js +1 -7
- package/dist/collection/components/item-sliding/item-sliding.js +1 -6
- package/dist/collection/components/label/label.js +4 -6
- package/dist/collection/components/list/list.js +3 -9
- package/dist/collection/components/list-header/list-header.js +6 -6
- package/dist/collection/components/loading/loading.js +29 -86
- package/dist/collection/components/menu/menu.js +10 -42
- package/dist/collection/components/menu-button/menu-button.js +10 -27
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -14
- package/dist/collection/components/modal/modal.js +51 -188
- package/dist/collection/components/nav/nav.js +11 -24
- package/dist/collection/components/nav-link/nav-link.js +8 -18
- package/dist/collection/components/note/note.js +4 -3
- package/dist/collection/components/picker-column/picker-column.js +10 -34
- package/dist/collection/components/picker-column-option/picker-column-option.js +4 -25
- package/dist/collection/components/picker-legacy/picker.js +31 -91
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -4
- package/dist/collection/components/popover/popover.js +55 -208
- package/dist/collection/components/progress-bar/progress-bar.js +6 -31
- package/dist/collection/components/radio/radio.js +16 -46
- package/dist/collection/components/radio-group/radio-group.js +12 -26
- package/dist/collection/components/range/range.js +34 -109
- package/dist/collection/components/refresher/refresher.js +6 -68
- package/dist/collection/components/refresher-content/refresher-content.js +8 -12
- package/dist/collection/components/reorder-group/reorder-group.js +1 -6
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -12
- package/dist/collection/components/route/route.js +9 -24
- package/dist/collection/components/route-redirect/route-redirect.js +6 -6
- package/dist/collection/components/router/router.js +2 -24
- package/dist/collection/components/router-link/router-link.js +12 -24
- package/dist/collection/components/router-outlet/router-outlet.js +8 -24
- package/dist/collection/components/searchbar/searchbar.js +46 -141
- package/dist/collection/components/segment/segment.js +13 -38
- package/dist/collection/components/segment-button/segment-button.js +11 -32
- package/dist/collection/components/segment-view/segment-view.js +2 -6
- package/dist/collection/components/select/select.ios.css +5 -3
- package/dist/collection/components/select/select.js +55 -121
- package/dist/collection/components/select/select.md.css +61 -16
- package/dist/collection/components/select-modal/select-modal.js +4 -9
- package/dist/collection/components/select-option/select-option.js +3 -9
- package/dist/collection/components/select-popover/select-popover.js +8 -18
- package/dist/collection/components/skeleton-text/skeleton-text.js +1 -6
- package/dist/collection/components/spinner/spinner.js +7 -15
- package/dist/collection/components/split-pane/split-pane.js +4 -17
- package/dist/collection/components/tab/tab.js +7 -14
- package/dist/collection/components/tab-bar/tab-bar.js +5 -14
- package/dist/collection/components/tab-button/tab-button.js +16 -32
- package/dist/collection/components/tabs/tabs.js +3 -5
- package/dist/collection/components/text/text.js +4 -3
- package/dist/collection/components/textarea/textarea.js +59 -146
- package/dist/collection/components/title/title.js +6 -6
- package/dist/collection/components/toast/toast.js +45 -119
- package/dist/collection/components/toggle/toggle.js +28 -86
- package/dist/collection/components/toolbar/toolbar.js +2 -3
- package/dist/docs.d.ts +0 -8
- package/dist/docs.json +584 -1823
- package/dist/esm/{animation-CCtpQcsN.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-C0a0o4Av.js → app-globals-7b6cbf1a.js} +1 -1
- package/dist/esm/{button-active-BQqkZ_sm.js → button-active-90f1dbc4.js} +3 -3
- package/dist/esm/{capacitor-CFERIeaU.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-omKWOMer.js → data-174ad5e0.js} +6 -31
- package/dist/esm/{framework-delegate-D3CI7y6x.js → framework-delegate-2eea1763.js} +1 -1
- package/dist/esm/{gesture-controller-BTEOs1at.js → gesture-controller-314a54f6.js} +1 -1
- package/dist/esm/{haptic-DzAMWJuk.js → haptic-ac164e4c.js} +2 -2
- package/dist/esm/{hardware-back-button-RMajLSrZ.js → hardware-back-button-864101a3.js} +3 -3
- package/dist/esm/{helpers-Di6ciXLG.js → helpers-78efeec3.js} +5 -2
- package/dist/esm/{index-CfgBF1SE.js → index-39782642.js} +6 -4
- package/dist/esm/{index-B2_fY2up.js → index-40894f4b.js} +2 -2
- package/dist/esm/{index-EP3pwcdb.js → index-527b9e34.js} +648 -1392
- package/dist/esm/{index-DR2njD_q.js → index-738d7504.js} +2 -2
- package/dist/esm/{index-BLV6ykCk.js → index-e2cf2ceb.js} +1 -2
- package/dist/esm/{index-CDohRbVJ.js → index-e919e353.js} +3 -3
- package/dist/esm/{index-BKfOgUuW.js → index-ecb55b8d.js} +6 -6
- package/dist/esm/{index-C7r3mIlB.js → index-f9f5d018.js} +6 -6
- package/dist/esm/index.js +18 -18
- package/dist/esm/{input-shims-Clcc9pEO.js → input-shims-7dc1f6dc.js} +8 -8
- package/dist/esm/{input.utils-BeGXuyDm.js → input.utils-28bf4ef0.js} +3 -3
- package/dist/esm/ion-accordion_2.entry.js +23 -54
- package/dist/esm/ion-action-sheet.entry.js +36 -50
- package/dist/esm/ion-alert.entry.js +39 -55
- package/dist/esm/ion-app_8.entry.js +63 -96
- package/dist/esm/ion-avatar_3.entry.js +14 -8
- package/dist/esm/ion-back-button.entry.js +16 -15
- package/dist/esm/ion-backdrop.entry.js +6 -13
- package/dist/esm/ion-breadcrumb_2.entry.js +32 -38
- package/dist/esm/ion-button_2.entry.js +28 -33
- package/dist/esm/ion-card_5.entry.js +33 -32
- package/dist/esm/ion-checkbox.entry.js +20 -44
- package/dist/esm/ion-chip.entry.js +8 -11
- package/dist/esm/ion-col_3.entry.js +32 -8
- package/dist/esm/ion-datetime-button.entry.js +18 -20
- package/dist/esm/ion-datetime_3.entry.js +120 -251
- package/dist/esm/ion-fab_3.entry.js +29 -57
- package/dist/esm/ion-img.entry.js +9 -4
- package/dist/esm/ion-infinite-scroll_2.entry.js +18 -35
- package/dist/esm/ion-input-password-toggle.entry.js +13 -11
- package/dist/esm/ion-input.entry.js +51 -79
- package/dist/esm/ion-item-option_3.entry.js +26 -32
- package/dist/esm/ion-item_8.entry.js +50 -49
- package/dist/esm/ion-loading.entry.js +29 -46
- package/dist/esm/ion-menu_3.entry.js +37 -62
- package/dist/esm/ion-modal.entry.js +50 -128
- package/dist/esm/ion-nav_2.entry.js +20 -17
- package/dist/esm/ion-picker-column-option.entry.js +9 -22
- package/dist/esm/ion-picker-column.entry.js +15 -30
- package/dist/esm/ion-picker.entry.js +6 -4
- package/dist/esm/ion-popover.entry.js +45 -137
- package/dist/esm/ion-progress-bar.entry.js +9 -22
- package/dist/esm/ion-radio_2.entry.js +28 -42
- package/dist/esm/ion-range.entry.js +31 -71
- package/dist/esm/ion-refresher_2.entry.js +24 -68
- package/dist/esm/ion-reorder_2.entry.js +17 -17
- package/dist/esm/ion-ripple-effect.entry.js +4 -12
- package/dist/esm/ion-route_4.entry.js +18 -34
- package/dist/esm/ion-searchbar.entry.js +34 -83
- package/dist/esm/ion-segment-content.entry.js +3 -2
- package/dist/esm/ion-segment-view.entry.js +6 -6
- package/dist/esm/ion-segment_2.entry.js +27 -47
- package/dist/esm/ion-select-modal.entry.js +18 -13
- package/dist/esm/ion-select_3.entry.js +63 -82
- package/dist/esm/ion-spinner.entry.js +9 -8
- package/dist/esm/ion-split-pane.entry.js +7 -12
- package/dist/esm/ion-tab-bar_2.entry.js +26 -25
- package/dist/esm/ion-tab_2.entry.js +12 -8
- package/dist/esm/ion-text.entry.js +6 -4
- package/dist/esm/ion-textarea.entry.js +43 -71
- package/dist/esm/ion-toast.entry.js +42 -65
- package/dist/esm/ion-toggle.entry.js +32 -63
- package/dist/esm/{ionic-global-CrB2BPUW.js → ionic-global-ca86cf32.js} +1 -1
- package/dist/esm/ionic.js +6 -7
- package/dist/esm/{ios.transition-BObaMu_w.js → ios.transition-7fe5dbea.js} +7 -7
- package/dist/esm/{keyboard-ywgs5efA.js → keyboard-52278bd7.js} +3 -3
- package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-ec5c2bfa.js} +2 -2
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-BYk9oj5T.js → md.transition-8dc58b46.js} +7 -7
- package/dist/esm/{notch-controller-PoOhjO4o.js → notch-controller-00d92e89.js} +2 -2
- package/dist/esm/{overlays-DUDTB6a2.js → overlays-41a5d51b.js} +7 -7
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/{status-tap-Az5SFsVV.js → status-tap-f6d08e9e.js} +5 -5
- package/dist/esm/{swipe-back-Df75PJ2J.js → swipe-back-07df2095.js} +4 -4
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
- package/dist/esm-es5/button-active-90f1dbc4.js +4 -0
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/compare-with-utils-a96ff2ea.js +4 -0
- package/dist/esm-es5/config-49c88215.js +4 -0
- package/dist/esm-es5/cubic-bezier-fe2083dc.js +4 -0
- package/dist/esm-es5/data-174ad5e0.js +4 -0
- package/dist/esm-es5/dir-babeabeb.js +4 -0
- package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
- package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
- package/dist/esm-es5/gesture-controller-314a54f6.js +4 -0
- package/dist/esm-es5/haptic-ac164e4c.js +4 -0
- package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
- package/dist/esm-es5/helpers-78efeec3.js +4 -0
- package/dist/esm-es5/index-39782642.js +4 -0
- package/dist/esm-es5/index-40894f4b.js +4 -0
- package/dist/esm-es5/index-527b9e34.js +5 -0
- package/dist/esm-es5/index-738d7504.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/index-e2cf2ceb.js +4 -0
- package/dist/esm-es5/index-e919e353.js +4 -0
- package/dist/esm-es5/index-ecb55b8d.js +4 -0
- package/dist/esm-es5/index-f9f5d018.js +4 -0
- package/dist/esm-es5/index.js +4 -0
- package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
- package/dist/esm-es5/input.utils-28bf4ef0.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +4 -0
- package/dist/esm-es5/ion-action-sheet.entry.js +4 -0
- package/dist/esm-es5/ion-alert.entry.js +4 -0
- package/dist/esm-es5/ion-app_8.entry.js +4 -0
- package/dist/esm-es5/ion-avatar_3.entry.js +4 -0
- package/dist/esm-es5/ion-back-button.entry.js +4 -0
- package/dist/esm-es5/ion-backdrop.entry.js +4 -0
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +4 -0
- package/dist/esm-es5/ion-button_2.entry.js +4 -0
- package/dist/esm-es5/ion-card_5.entry.js +4 -0
- package/dist/esm-es5/ion-checkbox.entry.js +4 -0
- package/dist/esm-es5/ion-chip.entry.js +4 -0
- package/dist/esm-es5/ion-col_3.entry.js +4 -0
- package/dist/esm-es5/ion-datetime-button.entry.js +4 -0
- package/dist/esm-es5/ion-datetime_3.entry.js +4 -0
- package/dist/esm-es5/ion-fab_3.entry.js +4 -0
- package/dist/esm-es5/ion-img.entry.js +4 -0
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +4 -0
- package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
- package/dist/esm-es5/ion-input.entry.js +4 -0
- package/dist/esm-es5/ion-item-option_3.entry.js +4 -0
- package/dist/esm-es5/ion-item_8.entry.js +4 -0
- package/dist/esm-es5/ion-loading.entry.js +4 -0
- package/dist/esm-es5/ion-menu_3.entry.js +4 -0
- package/dist/esm-es5/ion-modal.entry.js +4 -0
- package/dist/esm-es5/ion-nav_2.entry.js +4 -0
- package/dist/esm-es5/ion-picker-column-option.entry.js +4 -0
- package/dist/esm-es5/ion-picker-column.entry.js +4 -0
- package/dist/esm-es5/ion-picker.entry.js +4 -0
- package/dist/esm-es5/ion-popover.entry.js +4 -0
- package/dist/esm-es5/ion-progress-bar.entry.js +4 -0
- package/dist/esm-es5/ion-radio_2.entry.js +4 -0
- package/dist/esm-es5/ion-range.entry.js +4 -0
- package/dist/esm-es5/ion-refresher_2.entry.js +4 -0
- package/dist/esm-es5/ion-reorder_2.entry.js +4 -0
- package/dist/esm-es5/ion-ripple-effect.entry.js +4 -0
- package/dist/esm-es5/ion-route_4.entry.js +4 -0
- package/dist/esm-es5/ion-searchbar.entry.js +4 -0
- package/dist/esm-es5/ion-segment-content.entry.js +4 -0
- package/dist/esm-es5/ion-segment-view.entry.js +4 -0
- package/dist/esm-es5/ion-segment_2.entry.js +4 -0
- package/dist/esm-es5/ion-select-modal.entry.js +4 -0
- package/dist/esm-es5/ion-select_3.entry.js +4 -0
- package/dist/esm-es5/ion-spinner.entry.js +4 -0
- package/dist/esm-es5/ion-split-pane.entry.js +4 -0
- package/dist/esm-es5/ion-tab-bar_2.entry.js +4 -0
- package/dist/esm-es5/ion-tab_2.entry.js +4 -0
- package/dist/esm-es5/ion-text.entry.js +4 -0
- package/dist/esm-es5/ion-textarea.entry.js +4 -0
- package/dist/esm-es5/ion-toast.entry.js +4 -0
- package/dist/esm-es5/ion-toggle.entry.js +4 -0
- package/dist/esm-es5/ionic-global-ca86cf32.js +4 -0
- package/dist/esm-es5/ionic.js +4 -0
- package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
- package/dist/esm-es5/keyboard-52278bd7.js +4 -0
- package/dist/esm-es5/keyboard-73175e24.js +4 -0
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
- package/dist/esm-es5/loader.js +4 -0
- package/dist/esm-es5/lock-controller-316928be.js +4 -0
- package/dist/esm-es5/md.transition-8dc58b46.js +4 -0
- package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
- package/dist/esm-es5/overlays-41a5d51b.js +4 -0
- package/dist/esm-es5/spinner-configs-964f7cf3.js +4 -0
- package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
- package/dist/esm-es5/swipe-back-07df2095.js +4 -0
- package/dist/esm-es5/theme-01f3f29c.js +4 -0
- package/dist/esm-es5/watch-options-c2911ace.js +4 -0
- package/dist/html.html-data.json +0 -216
- 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/ionic.js +127 -0
- package/dist/ionic/p-012c3ceb.system.js +4 -0
- package/dist/ionic/p-027a48f1.entry.js +4 -0
- package/dist/ionic/p-058b7f35.js +4 -0
- package/dist/ionic/p-05b65d7a.entry.js +4 -0
- package/dist/ionic/p-08e01816.system.js +4 -0
- package/dist/ionic/p-09d185ff.system.js +4 -0
- package/dist/ionic/p-0a456b7f.entry.js +4 -0
- package/dist/ionic/p-0adb6909.system.entry.js +4 -0
- package/dist/ionic/p-0bedc891.system.entry.js +4 -0
- package/dist/ionic/p-0c8386d3.entry.js +4 -0
- package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
- package/dist/ionic/p-0ec5b7cf.system.js +4 -0
- package/dist/ionic/p-14114a59.system.entry.js +4 -0
- package/dist/ionic/p-14e041cd.system.entry.js +4 -0
- package/dist/ionic/p-15bb1dde.system.js +4 -0
- package/dist/ionic/p-180b4f9a.entry.js +4 -0
- package/dist/ionic/p-19c32a76.entry.js +4 -0
- package/dist/ionic/p-1b0b2210.entry.js +4 -0
- package/dist/ionic/p-1bf5ec17.system.js +4 -0
- package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
- package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
- package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/p-1e955a45.system.js +4 -0
- package/dist/ionic/p-20d469d0.system.js +4 -0
- package/dist/ionic/p-21891ead.js +4 -0
- package/dist/ionic/{p-CwbsDRzJ.js → p-22bc235f.js} +1 -1
- package/dist/ionic/{p-9cac4dc7.entry.js → p-2567237c.entry.js} +1 -1
- package/dist/ionic/{p-D13Eaw-8.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-28c81576.entry.js +4 -0
- package/dist/ionic/p-29a5b4e4.entry.js +4 -0
- package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-33518a04.entry.js +4 -0
- package/dist/ionic/p-35f14792.entry.js +4 -0
- package/dist/ionic/p-383a6058.entry.js +4 -0
- package/dist/ionic/p-3855fef7.system.js +4 -0
- package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
- package/dist/ionic/p-3ba2a2cd.system.js +4 -0
- package/dist/ionic/p-3e1e14d9.system.js +4 -0
- package/dist/ionic/{p-C-oNjncL.js → p-3f4327f7.js} +1 -1
- package/dist/ionic/p-41e70fa2.entry.js +4 -0
- package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
- package/dist/ionic/{p-uzIBoXdl.js → p-44ff75ea.js} +1 -1
- package/dist/ionic/p-455cd7cc.system.js +4 -0
- package/dist/ionic/p-4609d030.system.js +4 -0
- package/dist/ionic/p-4630688e.system.entry.js +4 -0
- package/dist/ionic/p-4662a25c.system.entry.js +4 -0
- package/dist/ionic/p-49d53551.system.entry.js +4 -0
- package/dist/ionic/p-4b07c60a.system.js +4 -0
- package/dist/ionic/p-4c7e6fec.system.entry.js +4 -0
- package/dist/ionic/p-4d5bce60.system.entry.js +4 -0
- package/dist/ionic/p-4ea4c73a.system.entry.js +4 -0
- package/dist/ionic/p-4eeca839.system.entry.js +4 -0
- package/dist/ionic/p-4f255d5a.system.js +4 -0
- package/dist/ionic/p-50e0ce13.entry.js +4 -0
- package/dist/ionic/p-51479be0.system.entry.js +4 -0
- package/dist/ionic/p-5578033e.system.entry.js +4 -0
- package/dist/ionic/{p-HRylM0tf.js → p-597ff9af.js} +1 -1
- package/dist/ionic/p-5fb1321f.entry.js +4 -0
- package/dist/ionic/p-607aa181.entry.js +4 -0
- package/dist/ionic/p-61373098.js +4 -0
- package/dist/ionic/p-6155027f.system.entry.js +4 -0
- package/dist/ionic/p-61e794fb.entry.js +4 -0
- package/dist/ionic/{p-RyPJq84W.js → p-624ecf03.js} +1 -1
- package/dist/ionic/p-64d8ac48.js +4 -0
- package/dist/ionic/p-657ada6a.entry.js +4 -0
- package/dist/ionic/p-65943bec.system.entry.js +4 -0
- package/dist/ionic/p-65e732b9.entry.js +4 -0
- package/dist/ionic/p-66a5d6a8.js +5 -0
- package/dist/ionic/p-69a96be9.system.entry.js +4 -0
- package/dist/ionic/p-6c044a1d.system.js +4 -0
- package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
- package/dist/ionic/p-705fda69.system.js +4 -0
- package/dist/ionic/p-707408c5.system.entry.js +4 -0
- package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
- package/dist/ionic/p-747f9517.entry.js +4 -0
- package/dist/ionic/{p-DSMkBmnY.js → p-756e4559.js} +1 -1
- package/dist/ionic/p-772d1657.system.js +4 -0
- package/dist/ionic/p-77aa5fef.system.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7c9daa6f.entry.js +4 -0
- package/dist/ionic/p-7cc33a9a.system.js +4 -0
- package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
- package/dist/ionic/p-7f49a9c4.entry.js +4 -0
- package/dist/ionic/p-843ac05d.system.entry.js +4 -0
- package/dist/ionic/p-87b0d2c9.entry.js +4 -0
- package/dist/ionic/p-8985cdb6.system.js +4 -0
- package/dist/ionic/{p-CKvCXMs9.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
- package/dist/ionic/p-8b22be32.system.entry.js +4 -0
- package/dist/ionic/p-8d98e2bb.entry.js +4 -0
- package/dist/ionic/p-8ededb41.js +4 -0
- package/dist/ionic/p-9146695e.system.js +4 -0
- package/dist/ionic/p-959cf042.system.entry.js +4 -0
- package/dist/ionic/p-96eec056.entry.js +4 -0
- package/dist/ionic/p-978bdf4c.system.js +4 -0
- package/dist/ionic/p-979d4f5c.system.js +4 -0
- package/dist/ionic/p-9870728f.js +4 -0
- package/dist/ionic/p-99803283.entry.js +4 -0
- package/dist/ionic/p-9af7f110.js +4 -0
- package/dist/ionic/{p-7cdee842.entry.js → p-9b069739.entry.js} +1 -1
- package/dist/ionic/p-9e45532a.system.js +4 -0
- package/dist/ionic/p-a26d7667.system.entry.js +4 -0
- package/dist/ionic/p-a3c931ad.system.js +4 -0
- package/dist/ionic/p-a4866e3e.system.js +4 -0
- package/dist/ionic/p-a520973b.entry.js +4 -0
- package/dist/ionic/p-a6625de8.system.js +4 -0
- package/dist/ionic/p-a75a9e5a.system.entry.js +4 -0
- package/dist/ionic/p-a768ae50.entry.js +4 -0
- package/dist/ionic/p-a7830ff8.entry.js +4 -0
- package/dist/ionic/p-a9198501.system.entry.js +4 -0
- package/dist/ionic/p-a93873de.system.js +4 -0
- package/dist/ionic/p-ab7337e1.entry.js +4 -0
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
- package/dist/ionic/p-ac58d726.system.entry.js +4 -0
- package/dist/ionic/p-b06ac4a5.system.js +4 -0
- package/dist/ionic/p-b1673667.entry.js +4 -0
- package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
- package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
- package/dist/ionic/{p-f1f6326a.entry.js → p-b87a9f1d.entry.js} +1 -1
- package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
- package/dist/ionic/{p-mxKP5hf-.js → p-b9fa7882.js} +1 -1
- package/dist/ionic/p-ba29521b.entry.js +4 -0
- package/dist/ionic/p-bf64af90.system.js +4 -0
- package/dist/ionic/{p-189c7fe9.entry.js → p-c005cc37.entry.js} +1 -1
- package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
- package/dist/ionic/p-c3f9d9fe.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c53c414d.system.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c63d8dc1.js +4 -0
- package/dist/ionic/p-c7e16491.js +4 -0
- package/dist/ionic/p-ccb740ea.entry.js +4 -0
- package/dist/ionic/p-cec54707.system.entry.js +4 -0
- package/dist/ionic/p-cfc08422.entry.js +4 -0
- package/dist/ionic/p-cff4f96c.entry.js +4 -0
- package/dist/ionic/p-d40f2b7a.js +4 -0
- package/dist/ionic/p-d70a9e6d.system.js +4 -0
- package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
- package/dist/ionic/p-d8d84afa.system.js +4 -0
- package/dist/ionic/{p-BLV6ykCk.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-dcc0d747.entry.js +4 -0
- package/dist/ionic/p-e0b7569c.system.entry.js +4 -0
- package/dist/ionic/p-e11ff516.entry.js +4 -0
- package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
- package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
- package/dist/ionic/p-e3284879.system.entry.js +4 -0
- package/dist/ionic/p-e3e4eed7.entry.js +4 -0
- package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
- package/dist/ionic/p-e4d2c281.entry.js +4 -0
- package/dist/ionic/p-e65b8460.entry.js +4 -0
- package/dist/ionic/p-e673a0a2.system.js +4 -0
- package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
- package/dist/ionic/{p-46f82b82.entry.js → p-e8245753.entry.js} +1 -1
- package/dist/ionic/p-ece78e7b.js +4 -0
- package/dist/ionic/p-ee86cfff.system.js +4 -0
- package/dist/ionic/p-f11a9436.system.js +5 -0
- package/dist/ionic/p-f201b53a.system.js +4 -0
- package/dist/ionic/p-f23124c4.system.js +4 -0
- package/dist/ionic/p-f233f1e0.system.js +4 -0
- package/dist/ionic/p-f387b3c6.system.entry.js +4 -0
- package/dist/ionic/{p-D_2UPtUV.js → p-f53ee2e7.js} +1 -1
- package/dist/ionic/p-f5a04e5e.system.entry.js +4 -0
- package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
- package/dist/ionic/p-f70fc14a.entry.js +4 -0
- package/dist/ionic/{p-Cg19OPuo.js → p-f7ce606e.js} +1 -1
- package/dist/ionic/p-f834322a.entry.js +4 -0
- package/dist/ionic/p-f896194a.system.entry.js +4 -0
- package/dist/ionic/p-fa70eaab.entry.js +4 -0
- package/dist/ionic/p-ffa3ba3c.js +4 -0
- package/dist/types/components/datetime/datetime-interface.d.ts +0 -1
- package/dist/types/components/datetime/datetime.d.ts +0 -6
- package/dist/types/components/datetime/utils/data.d.ts +1 -3
- package/dist/types/components/datetime/utils/manipulation.d.ts +0 -1
- package/dist/types/components/input/input.d.ts +8 -0
- package/dist/types/components/select/select.d.ts +9 -0
- package/dist/types/components/textarea/textarea.d.ts +8 -0
- package/dist/types/components.d.ts +0 -8
- package/dist/types/index.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -9
- package/hydrate/index.d.ts +5 -40
- package/hydrate/index.js +2229 -4687
- package/hydrate/index.mjs +2228 -4686
- package/loader/cdn.js +2 -1
- package/loader/index.cjs.js +2 -1
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -1
- package/loader/package.json +11 -0
- package/package.json +2 -2
- package/dist/ionic/p-006975c7.entry.js +0 -4
- package/dist/ionic/p-00acbe36.entry.js +0 -4
- package/dist/ionic/p-03abd858.entry.js +0 -4
- package/dist/ionic/p-141822bc.entry.js +0 -4
- package/dist/ionic/p-17e8ff6b.entry.js +0 -4
- package/dist/ionic/p-18b4709f.entry.js +0 -4
- package/dist/ionic/p-1bea6291.entry.js +0 -4
- package/dist/ionic/p-1f3d9d38.entry.js +0 -4
- package/dist/ionic/p-20b45b04.entry.js +0 -4
- package/dist/ionic/p-2959ef70.entry.js +0 -4
- package/dist/ionic/p-2b9a91c2.entry.js +0 -4
- package/dist/ionic/p-2c58164d.entry.js +0 -4
- package/dist/ionic/p-2d142503.entry.js +0 -4
- package/dist/ionic/p-3129a2c6.entry.js +0 -4
- package/dist/ionic/p-3a5bc7b1.entry.js +0 -4
- package/dist/ionic/p-40e55257.entry.js +0 -4
- package/dist/ionic/p-45f3c7d9.entry.js +0 -4
- package/dist/ionic/p-47ccb59d.entry.js +0 -4
- package/dist/ionic/p-4bd5bd61.entry.js +0 -4
- package/dist/ionic/p-52043361.entry.js +0 -4
- package/dist/ionic/p-527660e0.entry.js +0 -4
- package/dist/ionic/p-601f0d27.entry.js +0 -4
- package/dist/ionic/p-644759cb.entry.js +0 -4
- package/dist/ionic/p-657e9085.entry.js +0 -4
- package/dist/ionic/p-67178c9b.entry.js +0 -4
- package/dist/ionic/p-67b4c53d.entry.js +0 -4
- package/dist/ionic/p-6cab60b7.entry.js +0 -4
- package/dist/ionic/p-6ceef433.entry.js +0 -4
- package/dist/ionic/p-6d8983d1.entry.js +0 -4
- package/dist/ionic/p-79851759.entry.js +0 -4
- package/dist/ionic/p-7d026411.entry.js +0 -4
- package/dist/ionic/p-7d4b2506.entry.js +0 -4
- package/dist/ionic/p-8b6eb546.entry.js +0 -4
- package/dist/ionic/p-8fc1959d.entry.js +0 -4
- package/dist/ionic/p-9092b7fb.entry.js +0 -4
- package/dist/ionic/p-9eeaBrnk.js +0 -4
- package/dist/ionic/p-9fe56809.entry.js +0 -4
- package/dist/ionic/p-BBmUb2In.js +0 -4
- package/dist/ionic/p-C-xl6pej.js +0 -4
- package/dist/ionic/p-C5Aon1Kb.js +0 -4
- package/dist/ionic/p-CIGNaXM1.js +0 -4
- package/dist/ionic/p-Cl0B-RWe.js +0 -4
- package/dist/ionic/p-CtWGkNnJ.js +0 -4
- package/dist/ionic/p-D0SqsSaH.js +0 -4
- package/dist/ionic/p-DCi8BSH3.js +0 -4
- package/dist/ionic/p-DFllLYu2.js +0 -4
- package/dist/ionic/p-DGw3g412.js +0 -4
- package/dist/ionic/p-Di6ciXLG.js +0 -4
- package/dist/ionic/p-DonNC93r.js +0 -4
- package/dist/ionic/p-EP3pwcdb.js +0 -5
- package/dist/ionic/p-Uz6zKimy.js +0 -4
- package/dist/ionic/p-a5570370.entry.js +0 -4
- package/dist/ionic/p-a5ee3eb8.entry.js +0 -4
- package/dist/ionic/p-a92657fc.entry.js +0 -4
- package/dist/ionic/p-a9997b1b.entry.js +0 -4
- package/dist/ionic/p-b1f3c158.entry.js +0 -4
- package/dist/ionic/p-be19e061.entry.js +0 -4
- package/dist/ionic/p-c5157026.entry.js +0 -4
- package/dist/ionic/p-c6e0f544.entry.js +0 -4
- package/dist/ionic/p-e116bb40.entry.js +0 -4
- package/dist/ionic/p-e8526b09.entry.js +0 -4
- package/dist/ionic/p-umtghMQY.js +0 -4
- package/dist/ionic/p-yluxF5qo.js +0 -4
- /package/dist/cjs/{compare-with-utils-DSicavqM.js → compare-with-utils-df1001d7.js} +0 -0
- /package/dist/cjs/{config-BHiHGeHc.js → config-4f60b98a.js} +0 -0
- /package/dist/cjs/{cubic-bezier-DAjy1V-e.js → cubic-bezier-f2dccc53.js} +0 -0
- /package/dist/cjs/{dir-Cn0z1rJH.js → dir-94c21456.js} +0 -0
- /package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-7a0ce04f.js} +0 -0
- /package/dist/cjs/{index-DkNv4J_i.js → index-c8d52405.js} +0 -0
- /package/dist/cjs/{lock-controller-aDB9wrEf.js → lock-controller-6585a42a.js} +0 -0
- /package/dist/cjs/{spinner-configs-DxHKnd3-.js → spinner-configs-282fd50a.js} +0 -0
- /package/dist/cjs/{theme-CeDs6Hcv.js → theme-d1c573d2.js} +0 -0
- /package/dist/cjs/{watch-options-CviOsrTS.js → watch-options-f5f3e158.js} +0 -0
- /package/dist/esm/{compare-with-utils-sObYyvOy.js → compare-with-utils-a96ff2ea.js} +0 -0
- /package/dist/esm/{config-O8NobGs3.js → config-49c88215.js} +0 -0
- /package/dist/esm/{cubic-bezier-hHmYLOfE.js → cubic-bezier-fe2083dc.js} +0 -0
- /package/dist/esm/{dir-C53feagD.js → dir-babeabeb.js} +0 -0
- /package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-dd40d69f.js} +0 -0
- /package/dist/esm/{index-ZjP4CjeZ.js → index-a5d50daf.js} +0 -0
- /package/dist/esm/{lock-controller-B-hirT0v.js → lock-controller-316928be.js} +0 -0
- /package/dist/esm/{spinner-configs-D4RIp70E.js → spinner-configs-964f7cf3.js} +0 -0
- /package/dist/esm/{theme-DiVJyqlX.js → theme-01f3f29c.js} +0 -0
- /package/dist/esm/{watch-options-Dtdm8lKC.js → watch-options-c2911ace.js} +0 -0
- /package/dist/ionic/{p-hHmYLOfE.js → p-2408c236.js} +0 -0
- /package/dist/ionic/{p-O8NobGs3.js → p-41d5544e.js} +0 -0
- /package/dist/ionic/{p-Dtdm8lKC.js → p-459d13d5.js} +0 -0
- /package/dist/ionic/{p-DiVJyqlX.js → p-47794def.js} +0 -0
- /package/dist/ionic/{p-ZjP4CjeZ.js → p-7b30edcc.js} +0 -0
- /package/dist/ionic/{p-BTEOs1at.js → p-9b97df10.js} +0 -0
- /package/dist/ionic/{p-B-hirT0v.js → p-ccd02320.js} +0 -0
- /package/dist/ionic/{p-BmVRXR1y.js → p-d47265c8.js} +0 -0
- /package/dist/ionic/{p-sObYyvOy.js → p-de756e5c.js} +0 -0
- /package/dist/ionic/{p-D4RIp70E.js → p-f0c2a614.js} +0 -0
- /package/dist/ionic/{p-C53feagD.js → p-fb813dab.js} +0 -0
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
opacity: 0.4;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.calendar-day:
|
|
374
|
+
.calendar-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,21 +652,15 @@ 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
|
|
656
|
-
:host .calendar-day.calendar-day-adjacent-day.calendar-day-active {
|
|
655
|
+
:host .calendar-day.calendar-day-active {
|
|
657
656
|
color: var(--ion-color-contrast);
|
|
658
657
|
}
|
|
659
658
|
|
|
660
|
-
.calendar-day.calendar-day-active
|
|
661
|
-
.calendar-day.calendar-day-active:focus {
|
|
659
|
+
.calendar-day.calendar-day-active {
|
|
662
660
|
border: 1px solid var(--ion-color-base);
|
|
663
661
|
background: var(--ion-color-base);
|
|
664
662
|
}
|
|
665
663
|
|
|
666
|
-
:host .calendar-day.calendar-day-adjacent-day {
|
|
667
|
-
color: var(--ion-color-step-500, var(--ion-text-color-step-500, gray));
|
|
668
|
-
}
|
|
669
|
-
|
|
670
664
|
:host .datetime-time {
|
|
671
665
|
-webkit-padding-start: 16px;
|
|
672
666
|
padding-inline-start: 16px;
|
|
@@ -78,17 +78,8 @@ 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) => {
|
|
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
|
-
}
|
|
92
83
|
const firstOfMonth = new Date(`${month}/1/${year}`).getDay();
|
|
93
84
|
/**
|
|
94
85
|
* To get the first day of the month aligned on the correct
|
|
@@ -112,26 +103,10 @@ export const getDaysOfMonth = (month, year, firstDayOfWeek, showAdjacentDays = f
|
|
|
112
103
|
const offset = firstOfMonth >= firstDayOfWeek ? firstOfMonth - (firstDayOfWeek + 1) : 6 - (firstDayOfWeek - firstOfMonth);
|
|
113
104
|
let days = [];
|
|
114
105
|
for (let i = 1; i <= numDays; i++) {
|
|
115
|
-
days.push({ day: i, dayOfWeek: (offset + i) % 7
|
|
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
|
-
}
|
|
106
|
+
days.push({ day: i, dayOfWeek: (offset + i) % 7 });
|
|
130
107
|
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
days = [{ day: null, dayOfWeek: null, isAdjacentDay: false }, ...days];
|
|
134
|
-
}
|
|
108
|
+
for (let i = 0; i <= offset; i++) {
|
|
109
|
+
days = [{ day: null, dayOfWeek: null }, ...days];
|
|
135
110
|
}
|
|
136
111
|
return days;
|
|
137
112
|
};
|
|
@@ -22,18 +22,6 @@ 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;
|
|
37
25
|
/**
|
|
38
26
|
* Accepts one or more string values and converts
|
|
39
27
|
* them to DatetimeParts. This is done so datetime-button
|
|
@@ -249,6 +237,14 @@ export class DatetimeButton {
|
|
|
249
237
|
overlayEl.present();
|
|
250
238
|
}
|
|
251
239
|
};
|
|
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;
|
|
252
248
|
}
|
|
253
249
|
async componentWillLoad() {
|
|
254
250
|
const { datetime } = this;
|
|
@@ -365,7 +361,6 @@ export class DatetimeButton {
|
|
|
365
361
|
return {
|
|
366
362
|
"color": {
|
|
367
363
|
"type": "string",
|
|
368
|
-
"attribute": "color",
|
|
369
364
|
"mutable": false,
|
|
370
365
|
"complexType": {
|
|
371
366
|
"original": "Color",
|
|
@@ -384,14 +379,12 @@ export class DatetimeButton {
|
|
|
384
379
|
"tags": [],
|
|
385
380
|
"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)."
|
|
386
381
|
},
|
|
387
|
-
"
|
|
388
|
-
"setter": false,
|
|
382
|
+
"attribute": "color",
|
|
389
383
|
"reflect": true,
|
|
390
384
|
"defaultValue": "'primary'"
|
|
391
385
|
},
|
|
392
386
|
"disabled": {
|
|
393
387
|
"type": "boolean",
|
|
394
|
-
"attribute": "disabled",
|
|
395
388
|
"mutable": false,
|
|
396
389
|
"complexType": {
|
|
397
390
|
"original": "boolean",
|
|
@@ -404,14 +397,12 @@ export class DatetimeButton {
|
|
|
404
397
|
"tags": [],
|
|
405
398
|
"text": "If `true`, the user cannot interact with the button."
|
|
406
399
|
},
|
|
407
|
-
"
|
|
408
|
-
"setter": false,
|
|
400
|
+
"attribute": "disabled",
|
|
409
401
|
"reflect": true,
|
|
410
402
|
"defaultValue": "false"
|
|
411
403
|
},
|
|
412
404
|
"datetime": {
|
|
413
405
|
"type": "string",
|
|
414
|
-
"attribute": "datetime",
|
|
415
406
|
"mutable": false,
|
|
416
407
|
"complexType": {
|
|
417
408
|
"original": "string",
|
|
@@ -424,8 +415,7 @@ export class DatetimeButton {
|
|
|
424
415
|
"tags": [],
|
|
425
416
|
"text": "The ID of the `ion-datetime` instance\nassociated with the datetime button."
|
|
426
417
|
},
|
|
427
|
-
"
|
|
428
|
-
"setter": false,
|
|
418
|
+
"attribute": "datetime",
|
|
429
419
|
"reflect": false
|
|
430
420
|
}
|
|
431
421
|
};
|
|
@@ -5,16 +5,9 @@ import { Host, h } from "@stencil/core";
|
|
|
5
5
|
import { getIonMode } from "../../global/ionic-global";
|
|
6
6
|
export class Fab {
|
|
7
7
|
constructor() {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* `vertical` is `"top"`, and on the edge of the footer if
|
|
11
|
-
* it is `"bottom"`. Should be used with a `fixed` slot.
|
|
12
|
-
*/
|
|
8
|
+
this.horizontal = undefined;
|
|
9
|
+
this.vertical = undefined;
|
|
13
10
|
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
|
-
*/
|
|
18
11
|
this.activated = false;
|
|
19
12
|
}
|
|
20
13
|
activatedChanged() {
|
|
@@ -77,7 +70,6 @@ export class Fab {
|
|
|
77
70
|
return {
|
|
78
71
|
"horizontal": {
|
|
79
72
|
"type": "string",
|
|
80
|
-
"attribute": "horizontal",
|
|
81
73
|
"mutable": false,
|
|
82
74
|
"complexType": {
|
|
83
75
|
"original": "'start' | 'end' | 'center'",
|
|
@@ -90,13 +82,11 @@ export class Fab {
|
|
|
90
82
|
"tags": [],
|
|
91
83
|
"text": "Where to align the fab horizontally in the viewport."
|
|
92
84
|
},
|
|
93
|
-
"
|
|
94
|
-
"setter": false,
|
|
85
|
+
"attribute": "horizontal",
|
|
95
86
|
"reflect": false
|
|
96
87
|
},
|
|
97
88
|
"vertical": {
|
|
98
89
|
"type": "string",
|
|
99
|
-
"attribute": "vertical",
|
|
100
90
|
"mutable": false,
|
|
101
91
|
"complexType": {
|
|
102
92
|
"original": "'top' | 'bottom' | 'center'",
|
|
@@ -109,13 +99,11 @@ export class Fab {
|
|
|
109
99
|
"tags": [],
|
|
110
100
|
"text": "Where to align the fab vertically in the viewport."
|
|
111
101
|
},
|
|
112
|
-
"
|
|
113
|
-
"setter": false,
|
|
102
|
+
"attribute": "vertical",
|
|
114
103
|
"reflect": false
|
|
115
104
|
},
|
|
116
105
|
"edge": {
|
|
117
106
|
"type": "boolean",
|
|
118
|
-
"attribute": "edge",
|
|
119
107
|
"mutable": false,
|
|
120
108
|
"complexType": {
|
|
121
109
|
"original": "boolean",
|
|
@@ -128,14 +116,12 @@ export class Fab {
|
|
|
128
116
|
"tags": [],
|
|
129
117
|
"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."
|
|
130
118
|
},
|
|
131
|
-
"
|
|
132
|
-
"setter": false,
|
|
119
|
+
"attribute": "edge",
|
|
133
120
|
"reflect": false,
|
|
134
121
|
"defaultValue": "false"
|
|
135
122
|
},
|
|
136
123
|
"activated": {
|
|
137
124
|
"type": "boolean",
|
|
138
|
-
"attribute": "activated",
|
|
139
125
|
"mutable": true,
|
|
140
126
|
"complexType": {
|
|
141
127
|
"original": "boolean",
|
|
@@ -148,8 +134,7 @@ export class Fab {
|
|
|
148
134
|
"tags": [],
|
|
149
135
|
"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."
|
|
150
136
|
},
|
|
151
|
-
"
|
|
152
|
-
"setter": false,
|
|
137
|
+
"attribute": "activated",
|
|
153
138
|
"reflect": false,
|
|
154
139
|
"defaultValue": "false"
|
|
155
140
|
}
|
|
@@ -16,39 +16,6 @@ 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;
|
|
52
19
|
this.onFocus = () => {
|
|
53
20
|
this.ionFocus.emit();
|
|
54
21
|
};
|
|
@@ -62,6 +29,20 @@ export class FabButton {
|
|
|
62
29
|
}
|
|
63
30
|
fab.toggle();
|
|
64
31
|
};
|
|
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;
|
|
65
46
|
}
|
|
66
47
|
connectedCallback() {
|
|
67
48
|
this.fab = this.el.closest('ion-fab');
|
|
@@ -113,7 +94,6 @@ export class FabButton {
|
|
|
113
94
|
return {
|
|
114
95
|
"color": {
|
|
115
96
|
"type": "string",
|
|
116
|
-
"attribute": "color",
|
|
117
97
|
"mutable": false,
|
|
118
98
|
"complexType": {
|
|
119
99
|
"original": "Color",
|
|
@@ -132,13 +112,11 @@ export class FabButton {
|
|
|
132
112
|
"tags": [],
|
|
133
113
|
"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)."
|
|
134
114
|
},
|
|
135
|
-
"
|
|
136
|
-
"setter": false,
|
|
115
|
+
"attribute": "color",
|
|
137
116
|
"reflect": true
|
|
138
117
|
},
|
|
139
118
|
"activated": {
|
|
140
119
|
"type": "boolean",
|
|
141
|
-
"attribute": "activated",
|
|
142
120
|
"mutable": false,
|
|
143
121
|
"complexType": {
|
|
144
122
|
"original": "boolean",
|
|
@@ -151,14 +129,12 @@ export class FabButton {
|
|
|
151
129
|
"tags": [],
|
|
152
130
|
"text": "If `true`, the fab button will be show a close icon."
|
|
153
131
|
},
|
|
154
|
-
"
|
|
155
|
-
"setter": false,
|
|
132
|
+
"attribute": "activated",
|
|
156
133
|
"reflect": false,
|
|
157
134
|
"defaultValue": "false"
|
|
158
135
|
},
|
|
159
136
|
"disabled": {
|
|
160
137
|
"type": "boolean",
|
|
161
|
-
"attribute": "disabled",
|
|
162
138
|
"mutable": false,
|
|
163
139
|
"complexType": {
|
|
164
140
|
"original": "boolean",
|
|
@@ -171,14 +147,12 @@ export class FabButton {
|
|
|
171
147
|
"tags": [],
|
|
172
148
|
"text": "If `true`, the user cannot interact with the fab button."
|
|
173
149
|
},
|
|
174
|
-
"
|
|
175
|
-
"setter": false,
|
|
150
|
+
"attribute": "disabled",
|
|
176
151
|
"reflect": false,
|
|
177
152
|
"defaultValue": "false"
|
|
178
153
|
},
|
|
179
154
|
"download": {
|
|
180
155
|
"type": "string",
|
|
181
|
-
"attribute": "download",
|
|
182
156
|
"mutable": false,
|
|
183
157
|
"complexType": {
|
|
184
158
|
"original": "string | undefined",
|
|
@@ -191,13 +165,11 @@ export class FabButton {
|
|
|
191
165
|
"tags": [],
|
|
192
166
|
"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)."
|
|
193
167
|
},
|
|
194
|
-
"
|
|
195
|
-
"setter": false,
|
|
168
|
+
"attribute": "download",
|
|
196
169
|
"reflect": false
|
|
197
170
|
},
|
|
198
171
|
"href": {
|
|
199
172
|
"type": "string",
|
|
200
|
-
"attribute": "href",
|
|
201
173
|
"mutable": false,
|
|
202
174
|
"complexType": {
|
|
203
175
|
"original": "string | undefined",
|
|
@@ -210,13 +182,11 @@ export class FabButton {
|
|
|
210
182
|
"tags": [],
|
|
211
183
|
"text": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
212
184
|
},
|
|
213
|
-
"
|
|
214
|
-
"setter": false,
|
|
185
|
+
"attribute": "href",
|
|
215
186
|
"reflect": false
|
|
216
187
|
},
|
|
217
188
|
"rel": {
|
|
218
189
|
"type": "string",
|
|
219
|
-
"attribute": "rel",
|
|
220
190
|
"mutable": false,
|
|
221
191
|
"complexType": {
|
|
222
192
|
"original": "string | undefined",
|
|
@@ -229,13 +199,11 @@ export class FabButton {
|
|
|
229
199
|
"tags": [],
|
|
230
200
|
"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)."
|
|
231
201
|
},
|
|
232
|
-
"
|
|
233
|
-
"setter": false,
|
|
202
|
+
"attribute": "rel",
|
|
234
203
|
"reflect": false
|
|
235
204
|
},
|
|
236
205
|
"routerDirection": {
|
|
237
206
|
"type": "string",
|
|
238
|
-
"attribute": "router-direction",
|
|
239
207
|
"mutable": false,
|
|
240
208
|
"complexType": {
|
|
241
209
|
"original": "RouterDirection",
|
|
@@ -254,14 +222,12 @@ export class FabButton {
|
|
|
254
222
|
"tags": [],
|
|
255
223
|
"text": "When using a router, it specifies the transition direction when navigating to\nanother page using `href`."
|
|
256
224
|
},
|
|
257
|
-
"
|
|
258
|
-
"setter": false,
|
|
225
|
+
"attribute": "router-direction",
|
|
259
226
|
"reflect": false,
|
|
260
227
|
"defaultValue": "'forward'"
|
|
261
228
|
},
|
|
262
229
|
"routerAnimation": {
|
|
263
230
|
"type": "unknown",
|
|
264
|
-
"attribute": "router-animation",
|
|
265
231
|
"mutable": false,
|
|
266
232
|
"complexType": {
|
|
267
233
|
"original": "AnimationBuilder | undefined",
|
|
@@ -279,13 +245,10 @@ export class FabButton {
|
|
|
279
245
|
"docs": {
|
|
280
246
|
"tags": [],
|
|
281
247
|
"text": "When using a router, it specifies the transition animation when navigating to\nanother page using `href`."
|
|
282
|
-
}
|
|
283
|
-
"getter": false,
|
|
284
|
-
"setter": false
|
|
248
|
+
}
|
|
285
249
|
},
|
|
286
250
|
"target": {
|
|
287
251
|
"type": "string",
|
|
288
|
-
"attribute": "target",
|
|
289
252
|
"mutable": false,
|
|
290
253
|
"complexType": {
|
|
291
254
|
"original": "string | undefined",
|
|
@@ -298,13 +261,11 @@ export class FabButton {
|
|
|
298
261
|
"tags": [],
|
|
299
262
|
"text": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
300
263
|
},
|
|
301
|
-
"
|
|
302
|
-
"setter": false,
|
|
264
|
+
"attribute": "target",
|
|
303
265
|
"reflect": false
|
|
304
266
|
},
|
|
305
267
|
"show": {
|
|
306
268
|
"type": "boolean",
|
|
307
|
-
"attribute": "show",
|
|
308
269
|
"mutable": false,
|
|
309
270
|
"complexType": {
|
|
310
271
|
"original": "boolean",
|
|
@@ -317,14 +278,12 @@ export class FabButton {
|
|
|
317
278
|
"tags": [],
|
|
318
279
|
"text": "If `true`, the fab button will show when in a fab-list."
|
|
319
280
|
},
|
|
320
|
-
"
|
|
321
|
-
"setter": false,
|
|
281
|
+
"attribute": "show",
|
|
322
282
|
"reflect": false,
|
|
323
283
|
"defaultValue": "false"
|
|
324
284
|
},
|
|
325
285
|
"translucent": {
|
|
326
286
|
"type": "boolean",
|
|
327
|
-
"attribute": "translucent",
|
|
328
287
|
"mutable": false,
|
|
329
288
|
"complexType": {
|
|
330
289
|
"original": "boolean",
|
|
@@ -337,14 +296,12 @@ export class FabButton {
|
|
|
337
296
|
"tags": [],
|
|
338
297
|
"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)."
|
|
339
298
|
},
|
|
340
|
-
"
|
|
341
|
-
"setter": false,
|
|
299
|
+
"attribute": "translucent",
|
|
342
300
|
"reflect": false,
|
|
343
301
|
"defaultValue": "false"
|
|
344
302
|
},
|
|
345
303
|
"type": {
|
|
346
304
|
"type": "string",
|
|
347
|
-
"attribute": "type",
|
|
348
305
|
"mutable": false,
|
|
349
306
|
"complexType": {
|
|
350
307
|
"original": "'submit' | 'reset' | 'button'",
|
|
@@ -357,14 +314,12 @@ export class FabButton {
|
|
|
357
314
|
"tags": [],
|
|
358
315
|
"text": "The type of the button."
|
|
359
316
|
},
|
|
360
|
-
"
|
|
361
|
-
"setter": false,
|
|
317
|
+
"attribute": "type",
|
|
362
318
|
"reflect": false,
|
|
363
319
|
"defaultValue": "'button'"
|
|
364
320
|
},
|
|
365
321
|
"size": {
|
|
366
322
|
"type": "string",
|
|
367
|
-
"attribute": "size",
|
|
368
323
|
"mutable": false,
|
|
369
324
|
"complexType": {
|
|
370
325
|
"original": "'small'",
|
|
@@ -377,13 +332,11 @@ export class FabButton {
|
|
|
377
332
|
"tags": [],
|
|
378
333
|
"text": "The size of the button. Set this to `small` in order to have a mini fab button."
|
|
379
334
|
},
|
|
380
|
-
"
|
|
381
|
-
"setter": false,
|
|
335
|
+
"attribute": "size",
|
|
382
336
|
"reflect": false
|
|
383
337
|
},
|
|
384
338
|
"closeIcon": {
|
|
385
339
|
"type": "string",
|
|
386
|
-
"attribute": "close-icon",
|
|
387
340
|
"mutable": false,
|
|
388
341
|
"complexType": {
|
|
389
342
|
"original": "string",
|
|
@@ -396,8 +349,7 @@ export class FabButton {
|
|
|
396
349
|
"tags": [],
|
|
397
350
|
"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."
|
|
398
351
|
},
|
|
399
|
-
"
|
|
400
|
-
"setter": false,
|
|
352
|
+
"attribute": "close-icon",
|
|
401
353
|
"reflect": false,
|
|
402
354
|
"defaultValue": "close"
|
|
403
355
|
}
|
|
@@ -5,13 +5,7 @@ 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
|
-
*/
|
|
11
8
|
this.activated = false;
|
|
12
|
-
/**
|
|
13
|
-
* The side the fab list will show on relative to the main fab button.
|
|
14
|
-
*/
|
|
15
9
|
this.side = 'bottom';
|
|
16
10
|
}
|
|
17
11
|
activatedChanged(activated) {
|
|
@@ -46,7 +40,6 @@ export class FabList {
|
|
|
46
40
|
return {
|
|
47
41
|
"activated": {
|
|
48
42
|
"type": "boolean",
|
|
49
|
-
"attribute": "activated",
|
|
50
43
|
"mutable": false,
|
|
51
44
|
"complexType": {
|
|
52
45
|
"original": "boolean",
|
|
@@ -59,14 +52,12 @@ export class FabList {
|
|
|
59
52
|
"tags": [],
|
|
60
53
|
"text": "If `true`, the fab list will show all fab buttons in the list."
|
|
61
54
|
},
|
|
62
|
-
"
|
|
63
|
-
"setter": false,
|
|
55
|
+
"attribute": "activated",
|
|
64
56
|
"reflect": false,
|
|
65
57
|
"defaultValue": "false"
|
|
66
58
|
},
|
|
67
59
|
"side": {
|
|
68
60
|
"type": "string",
|
|
69
|
-
"attribute": "side",
|
|
70
61
|
"mutable": false,
|
|
71
62
|
"complexType": {
|
|
72
63
|
"original": "'start' | 'end' | 'top' | 'bottom'",
|
|
@@ -79,8 +70,7 @@ export class FabList {
|
|
|
79
70
|
"tags": [],
|
|
80
71
|
"text": "The side the fab list will show on relative to the main fab button."
|
|
81
72
|
},
|
|
82
|
-
"
|
|
83
|
-
"setter": false,
|
|
73
|
+
"attribute": "side",
|
|
84
74
|
"reflect": false,
|
|
85
75
|
"defaultValue": "'bottom'"
|
|
86
76
|
}
|
|
@@ -12,16 +12,6 @@ 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;
|
|
25
15
|
this.checkCollapsibleFooter = () => {
|
|
26
16
|
const mode = getIonMode(this);
|
|
27
17
|
if (mode !== 'ios') {
|
|
@@ -51,6 +41,9 @@ export class Footer {
|
|
|
51
41
|
scrollEl.addEventListener('scroll', this.contentScrollCallback);
|
|
52
42
|
handleFooterFade(scrollEl, this.el);
|
|
53
43
|
};
|
|
44
|
+
this.keyboardVisible = false;
|
|
45
|
+
this.collapse = undefined;
|
|
46
|
+
this.translucent = false;
|
|
54
47
|
}
|
|
55
48
|
componentDidLoad() {
|
|
56
49
|
this.checkCollapsibleFooter();
|
|
@@ -114,7 +107,6 @@ export class Footer {
|
|
|
114
107
|
return {
|
|
115
108
|
"collapse": {
|
|
116
109
|
"type": "string",
|
|
117
|
-
"attribute": "collapse",
|
|
118
110
|
"mutable": false,
|
|
119
111
|
"complexType": {
|
|
120
112
|
"original": "'fade'",
|
|
@@ -127,13 +119,11 @@ export class Footer {
|
|
|
127
119
|
"tags": [],
|
|
128
120
|
"text": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode."
|
|
129
121
|
},
|
|
130
|
-
"
|
|
131
|
-
"setter": false,
|
|
122
|
+
"attribute": "collapse",
|
|
132
123
|
"reflect": false
|
|
133
124
|
},
|
|
134
125
|
"translucent": {
|
|
135
126
|
"type": "boolean",
|
|
136
|
-
"attribute": "translucent",
|
|
137
127
|
"mutable": false,
|
|
138
128
|
"complexType": {
|
|
139
129
|
"original": "boolean",
|
|
@@ -146,8 +136,7 @@ export class Footer {
|
|
|
146
136
|
"tags": [],
|
|
147
137
|
"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."
|
|
148
138
|
},
|
|
149
|
-
"
|
|
150
|
-
"setter": false,
|
|
139
|
+
"attribute": "translucent",
|
|
151
140
|
"reflect": false,
|
|
152
141
|
"defaultValue": "false"
|
|
153
142
|
}
|
|
@@ -5,9 +5,6 @@ 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
|
-
*/
|
|
11
8
|
this.fixed = false;
|
|
12
9
|
}
|
|
13
10
|
render() {
|
|
@@ -33,7 +30,6 @@ export class Grid {
|
|
|
33
30
|
return {
|
|
34
31
|
"fixed": {
|
|
35
32
|
"type": "boolean",
|
|
36
|
-
"attribute": "fixed",
|
|
37
33
|
"mutable": false,
|
|
38
34
|
"complexType": {
|
|
39
35
|
"original": "boolean",
|
|
@@ -46,8 +42,7 @@ export class Grid {
|
|
|
46
42
|
"tags": [],
|
|
47
43
|
"text": "If `true`, the grid will have a fixed width based on the screen size."
|
|
48
44
|
},
|
|
49
|
-
"
|
|
50
|
-
"setter": false,
|
|
45
|
+
"attribute": "fixed",
|
|
51
46
|
"reflect": false,
|
|
52
47
|
"defaultValue": "false"
|
|
53
48
|
}
|