@ionic/core 8.4.1-dev.11732561669.1ff93af7 → 8.4.1-dev.11732646949.1aaebad5
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 +8 -13
- package/components/alert.js +10 -15
- package/components/animation.js +1 -1
- package/components/backdrop.js +6 -10
- package/components/button.js +11 -41
- package/components/buttons.js +7 -11
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +12 -29
- package/components/content.js +12 -14
- package/components/data.js +4 -4
- package/components/focus-visible.js +3 -8
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +36 -26
- package/components/helpers.js +1 -4
- package/components/index2.js +2 -2
- package/components/index4.js +9 -8
- package/components/index5.js +3 -27
- package/components/index6.js +20 -114
- package/components/index7.js +27 -163
- package/components/index8.js +128 -0
- package/{dist/esm/index-62b4a18b.js → components/index9.js} +2 -4
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +2 -1
- package/components/ion-accordion-group.js +6 -25
- package/components/ion-accordion.js +17 -36
- package/components/ion-app.js +77 -9
- package/components/ion-avatar.js +3 -52
- package/components/ion-back-button.js +19 -29
- package/components/ion-badge.js +8 -44
- package/components/ion-breadcrumb.js +11 -45
- package/components/ion-breadcrumbs.js +5 -9
- package/components/ion-card-content.js +7 -11
- package/components/ion-card-header.js +5 -9
- package/components/ion-card-subtitle.js +5 -9
- package/components/ion-card-title.js +5 -9
- package/components/ion-card.js +9 -17
- package/components/ion-chip.js +8 -45
- package/components/ion-col.js +5 -5
- package/components/ion-datetime-button.js +6 -9
- package/components/ion-datetime.js +21 -99
- package/components/ion-fab-button.js +10 -33
- package/components/ion-fab-list.js +5 -5
- package/components/ion-fab.js +6 -6
- package/components/ion-footer.js +12 -18
- package/components/ion-grid.js +5 -5
- package/components/ion-img.js +2 -5
- package/components/ion-infinite-scroll-content.js +8 -13
- package/components/ion-infinite-scroll.js +5 -5
- package/components/ion-input-password-toggle.js +14 -53
- package/components/ion-input.js +20 -118
- package/components/ion-item-divider.js +5 -9
- package/components/ion-item-group.js +5 -9
- package/components/ion-item-option.js +8 -28
- package/components/ion-item-options.js +5 -9
- package/components/ion-item-sliding.js +5 -5
- package/components/ion-loading.js +8 -13
- package/components/ion-menu-button.js +10 -28
- package/components/ion-menu-toggle.js +5 -5
- package/components/ion-menu.js +8 -12
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +6 -8
- package/components/ion-note.js +5 -9
- package/components/ion-picker-legacy.js +8 -7
- package/components/ion-progress-bar.js +6 -11
- package/components/ion-range.js +10 -13
- package/components/ion-refresher-content.js +9 -28
- package/components/ion-refresher.js +7 -11
- package/components/ion-reorder-group.js +5 -5
- package/components/ion-reorder.js +5 -31
- package/components/ion-router-link.js +6 -6
- package/components/ion-router-outlet.js +3 -4
- package/components/ion-row.js +2 -5
- package/components/ion-searchbar.js +16 -93
- package/components/ion-segment-button.js +7 -11
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -6
- package/components/ion-segment.js +7 -11
- package/components/ion-select-option.js +2 -5
- package/components/ion-select.js +31 -118
- package/components/ion-skeleton-text.js +5 -6
- package/components/ion-split-pane.js +8 -12
- package/components/ion-tab-bar.js +8 -31
- package/components/ion-tab-button.js +7 -12
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +2 -2
- package/components/ion-text.js +5 -5
- package/components/ion-textarea.js +11 -38
- package/components/ion-thumbnail.js +2 -5
- package/components/ion-toast.js +12 -30
- package/components/ion-toggle.js +18 -77
- package/components/ionic-global.js +84 -374
- package/components/ios.transition.js +0 -1
- package/components/item.js +11 -41
- package/components/keyboard-controller.js +2 -4
- package/components/label.js +5 -9
- package/components/list-header.js +5 -9
- package/components/list.js +6 -29
- package/components/modal.js +21 -51
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +27 -12
- package/components/picker-column-option.js +5 -9
- package/components/picker-column.js +8 -7
- package/components/picker-column2.js +4 -4
- package/components/picker.js +4 -8
- package/components/popover.js +8 -11
- package/components/radio-group.js +10 -6
- package/components/radio.js +8 -12
- package/components/ripple-effect.js +8 -18
- package/components/select-modal.js +3 -3
- package/components/select-popover.js +2 -9
- package/components/spinner.js +9 -36
- package/components/status-tap.js +1 -1
- package/components/title.js +7 -11
- package/components/toolbar.js +7 -11
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-58015a44.js → animation-b4fdf128.js} +2 -2
- package/dist/cjs/{app-globals-d64148d3.js → app-globals-21afee77.js} +1 -1
- package/dist/cjs/{button-active-ec1fd1d8.js → button-active-3f2f60b4.js} +1 -1
- package/dist/cjs/{capacitor-454dd071.js → capacitor-c04564bf.js} +3 -3
- package/dist/cjs/{data-b726dbee.js → data-21dc0f81.js} +6 -6
- package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-2578eb30.js} +5 -8
- package/dist/cjs/{framework-delegate-32f1a0e4.js → framework-delegate-55f5683a.js} +2 -4
- package/dist/cjs/{haptic-7c25be74.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
- package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
- package/dist/cjs/index-5915f9b3.js +38 -0
- package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
- package/dist/cjs/{index-03fbee1d.js → index-8e789962.js} +15 -14
- package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-8f975cf4.js → index-f05acd21.js} +12 -12
- package/dist/cjs/index.cjs.js +12 -10
- package/dist/cjs/{input-shims-4b4d2251.js → input-shims-9e59ef62.js} +17 -18
- package/dist/cjs/{input.utils-fb1debe4.js → input.utils-611cde0b.js} +5 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -61
- package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
- package/dist/cjs/ion-alert.cjs.entry.js +23 -25
- package/dist/cjs/ion-app_8.cjs.entry.js +173 -110
- package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -93
- package/dist/cjs/ion-back-button.cjs.entry.js +21 -31
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -53
- package/dist/cjs/ion-button_2.cjs.entry.js +15 -46
- package/dist/cjs/ion-card_5.cjs.entry.js +28 -52
- package/dist/cjs/ion-checkbox.cjs.entry.js +13 -29
- package/dist/cjs/ion-chip.cjs.entry.js +7 -43
- package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
- package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -16
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
- package/dist/cjs/ion-fab_3.cjs.entry.js +19 -42
- package/dist/cjs/ion-img.cjs.entry.js +3 -7
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -21
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
- package/dist/cjs/ion-input.cjs.entry.js +23 -118
- package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -40
- package/dist/cjs/ion-item_8.cjs.entry.js +41 -113
- package/dist/cjs/ion-loading.cjs.entry.js +18 -20
- package/dist/cjs/ion-menu_3.cjs.entry.js +29 -48
- package/dist/cjs/ion-modal.cjs.entry.js +67 -95
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -15
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -11
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
- package/dist/cjs/ion-picker.cjs.entry.js +5 -10
- package/dist/cjs/ion-popover.cjs.entry.js +18 -20
- package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -13
- package/dist/cjs/ion-radio_2.cjs.entry.js +16 -18
- package/dist/cjs/ion-range.cjs.entry.js +16 -20
- package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -44
- package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
- package/dist/cjs/ion-searchbar.cjs.entry.js +17 -94
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +14 -23
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -8
- package/dist/cjs/ion-select_3.cjs.entry.js +39 -132
- package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
- package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -45
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
- package/dist/cjs/ion-text.cjs.entry.js +5 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +16 -41
- package/dist/cjs/ion-toast.cjs.entry.js +43 -59
- package/dist/cjs/ion-toggle.cjs.entry.js +22 -80
- package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
- package/dist/cjs/ionic.cjs.js +3 -4
- package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-cf40433b.js} +6 -6
- package/dist/cjs/{keyboard-53c12a15.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-0a5d46dd.js → keyboard-af1bb365.js} +3 -5
- package/dist/cjs/{keyboard-controller-102bad3e.js → keyboard-controller-c05e747a.js} +9 -11
- package/dist/cjs/loader.cjs.js +3 -4
- package/dist/cjs/{md.transition-cf600117.js → md.transition-ededf99f.js} +6 -5
- package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
- package/dist/cjs/{overlays-a698a408.js → overlays-a6b4fa63.js} +42 -27
- package/dist/cjs/{status-tap-aa97d209.js → status-tap-37681226.js} +3 -4
- package/dist/cjs/{swipe-back-27975274.js → swipe-back-0303a5e4.js} +1 -2
- package/dist/collection/components/accordion/accordion.ios.css +58 -73
- package/dist/collection/components/accordion/accordion.js +21 -37
- package/dist/collection/components/accordion/accordion.md.css +59 -67
- package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
- package/dist/collection/components/accordion-group/accordion-group.js +8 -43
- package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
- package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
- package/dist/collection/components/action-sheet/action-sheet.js +10 -14
- package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
- package/dist/collection/components/alert/alert.ios.css +1 -19
- package/dist/collection/components/alert/alert.js +12 -15
- package/dist/collection/components/alert/alert.md.css +1 -19
- package/dist/collection/components/app/app.js +78 -12
- package/dist/collection/components/avatar/avatar.ios.css +0 -12
- package/dist/collection/components/avatar/avatar.js +4 -92
- package/dist/collection/components/avatar/avatar.md.css +0 -12
- package/dist/collection/components/back-button/back-button.ios.css +48 -60
- package/dist/collection/components/back-button/back-button.js +19 -27
- package/dist/collection/components/back-button/back-button.md.css +48 -60
- package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
- package/dist/collection/components/backdrop/backdrop.js +6 -12
- package/dist/collection/components/backdrop/backdrop.md.css +1 -13
- package/dist/collection/components/badge/badge.ios.css +3 -106
- package/dist/collection/components/badge/badge.js +8 -75
- package/dist/collection/components/badge/badge.md.css +3 -106
- package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
- package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
- package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
- package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
- package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
- package/dist/collection/components/button/button.ios.css +36 -129
- package/dist/collection/components/button/button.js +16 -46
- package/dist/collection/components/button/button.md.css +40 -120
- package/dist/collection/components/buttons/buttons.ios.css +7 -59
- package/dist/collection/components/buttons/buttons.js +8 -14
- package/dist/collection/components/buttons/buttons.md.css +3 -55
- package/dist/collection/components/card/card.ios.css +14 -65
- package/dist/collection/components/card/card.js +10 -34
- package/dist/collection/components/card/card.md.css +14 -65
- package/dist/collection/components/card-content/card-content.ios.css +1 -16
- package/dist/collection/components/card-content/card-content.js +8 -11
- package/dist/collection/components/card-content/card-content.md.css +1 -16
- package/dist/collection/components/card-header/card-header.ios.css +15 -27
- package/dist/collection/components/card-header/card-header.js +9 -12
- package/dist/collection/components/card-header/card-header.md.css +15 -27
- package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
- package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
- package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
- package/dist/collection/components/card-title/card-title.ios.css +0 -73
- package/dist/collection/components/card-title/card-title.js +8 -11
- package/dist/collection/components/card-title/card-title.md.css +0 -73
- package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
- package/dist/collection/components/checkbox/checkbox.js +14 -63
- package/dist/collection/components/checkbox/checkbox.md.css +3 -21
- package/dist/collection/components/chip/chip.ios.css +1 -20
- package/dist/collection/components/chip/chip.js +8 -77
- package/dist/collection/components/chip/chip.md.css +1 -20
- package/dist/collection/components/col/col.css +0 -12
- package/dist/collection/components/col/col.js +5 -9
- package/dist/collection/components/content/content.css +2 -8
- package/dist/collection/components/content/content.js +11 -16
- package/dist/collection/components/datetime/datetime.ios.css +86 -237
- package/dist/collection/components/datetime/datetime.js +20 -98
- package/dist/collection/components/datetime/datetime.md.css +86 -237
- package/dist/collection/components/datetime/utils/data.js +3 -3
- package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
- package/dist/collection/components/datetime-button/datetime-button.js +8 -11
- package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
- package/dist/collection/components/fab/fab.css +1 -25
- package/dist/collection/components/fab/fab.js +5 -9
- package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
- package/dist/collection/components/fab-button/fab-button.js +15 -36
- package/dist/collection/components/fab-button/fab-button.md.css +8 -20
- package/dist/collection/components/fab-list/fab-list.css +0 -12
- package/dist/collection/components/fab-list/fab-list.js +5 -9
- package/dist/collection/components/footer/footer.ios.css +2 -14
- package/dist/collection/components/footer/footer.js +15 -20
- package/dist/collection/components/footer/footer.md.css +0 -12
- package/dist/collection/components/grid/grid.css +0 -12
- package/dist/collection/components/grid/grid.js +5 -9
- package/dist/collection/components/header/header.ios.css +10 -25
- package/dist/collection/components/header/header.js +17 -42
- package/dist/collection/components/header/header.md.css +8 -23
- package/dist/collection/components/header/header.utils.js +21 -2
- package/dist/collection/components/img/img.js +2 -8
- package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
- package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
- package/dist/collection/components/input/input.ios.css +2 -21
- package/dist/collection/components/input/input.js +30 -144
- package/dist/collection/components/input/input.md.css +4 -43
- package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
- package/dist/collection/components/item/item.ios.css +69 -109
- package/dist/collection/components/item/item.js +16 -44
- package/dist/collection/components/item/item.md.css +68 -120
- package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
- package/dist/collection/components/item-divider/item-divider.js +8 -11
- package/dist/collection/components/item-divider/item-divider.md.css +0 -18
- package/dist/collection/components/item-group/item-group.ios.css +0 -12
- package/dist/collection/components/item-group/item-group.js +7 -13
- package/dist/collection/components/item-group/item-group.md.css +0 -12
- package/dist/collection/components/item-option/item-option.ios.css +2 -14
- package/dist/collection/components/item-option/item-option.js +8 -43
- package/dist/collection/components/item-option/item-option.md.css +2 -14
- package/dist/collection/components/item-options/item-options.ios.css +0 -18
- package/dist/collection/components/item-options/item-options.js +7 -13
- package/dist/collection/components/item-options/item-options.md.css +0 -18
- package/dist/collection/components/item-sliding/item-sliding.css +0 -6
- package/dist/collection/components/item-sliding/item-sliding.js +4 -8
- package/dist/collection/components/label/label.ios.css +0 -18
- package/dist/collection/components/label/label.js +8 -11
- package/dist/collection/components/label/label.md.css +0 -18
- package/dist/collection/components/list/list.ios.css +0 -18
- package/dist/collection/components/list/list.js +9 -47
- package/dist/collection/components/list/list.md.css +2 -20
- package/dist/collection/components/list-header/list-header.ios.css +0 -18
- package/dist/collection/components/list-header/list-header.js +8 -11
- package/dist/collection/components/list-header/list-header.md.css +0 -18
- package/dist/collection/components/loading/loading.ios.css +1 -13
- package/dist/collection/components/loading/loading.js +10 -13
- package/dist/collection/components/loading/loading.md.css +1 -13
- package/dist/collection/components/menu/menu.ios.css +3 -15
- package/dist/collection/components/menu/menu.js +7 -12
- package/dist/collection/components/menu/menu.md.css +3 -15
- package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
- package/dist/collection/components/menu-button/menu-button.js +10 -26
- package/dist/collection/components/menu-button/menu-button.md.css +15 -49
- package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
- package/dist/collection/components/modal/animations/sheet.js +2 -8
- package/dist/collection/components/modal/gestures/sheet.js +6 -10
- package/dist/collection/components/modal/modal.ios.css +63 -106
- package/dist/collection/components/modal/modal.js +11 -47
- package/dist/collection/components/modal/modal.md.css +63 -106
- package/dist/collection/components/nav/nav.css +1 -7
- package/dist/collection/components/nav/nav.js +5 -11
- package/dist/collection/components/nav-link/nav-link.js +1 -5
- package/dist/collection/components/note/note.ios.css +0 -12
- package/dist/collection/components/note/note.js +8 -11
- package/dist/collection/components/note/note.md.css +0 -12
- package/dist/collection/components/picker/picker.ios.css +3 -15
- package/dist/collection/components/picker/picker.js +5 -8
- package/dist/collection/components/picker/picker.md.css +3 -15
- package/dist/collection/components/picker-column/picker-column.css +2 -9
- package/dist/collection/components/picker-column/picker-column.js +7 -8
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
- package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
- package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
- package/dist/collection/components/picker-legacy/picker.js +6 -7
- package/dist/collection/components/picker-legacy/picker.md.css +1 -13
- package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
- package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
- package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
- package/dist/collection/components/popover/popover.ios.css +1 -13
- package/dist/collection/components/popover/popover.js +12 -15
- package/dist/collection/components/popover/popover.md.css +1 -13
- package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
- package/dist/collection/components/progress-bar/progress-bar.js +7 -10
- package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
- package/dist/collection/components/radio/radio.ios.css +91 -134
- package/dist/collection/components/radio/radio.js +9 -12
- package/dist/collection/components/radio/radio.md.css +91 -134
- package/dist/collection/components/radio-group/radio-group.js +32 -9
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +9 -12
- package/dist/collection/components/range/range.md.css +85 -128
- package/dist/collection/components/refresher/refresher.ios.css +1 -14
- package/dist/collection/components/refresher/refresher.js +8 -11
- package/dist/collection/components/refresher/refresher.md.css +2 -15
- package/dist/collection/components/refresher-content/refresher-content.js +7 -28
- package/dist/collection/components/reorder/reorder.ios.css +0 -6
- package/dist/collection/components/reorder/reorder.js +6 -33
- package/dist/collection/components/reorder/reorder.md.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.css +0 -6
- package/dist/collection/components/reorder-group/reorder-group.js +4 -8
- package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
- package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
- package/dist/collection/components/route/route.js +0 -4
- package/dist/collection/components/router/router.js +0 -4
- package/dist/collection/components/router-link/router-link.css +2 -8
- package/dist/collection/components/router-link/router-link.js +5 -9
- package/dist/collection/components/router-outlet/router-outlet.css +1 -7
- package/dist/collection/components/router-outlet/router-outlet.js +2 -5
- package/dist/collection/components/row/row.css +0 -12
- package/dist/collection/components/row/row.js +2 -9
- package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
- package/dist/collection/components/searchbar/searchbar.js +25 -97
- package/dist/collection/components/searchbar/searchbar.md.css +18 -56
- package/dist/collection/components/segment/segment.ios.css +2 -45
- package/dist/collection/components/segment/segment.js +8 -11
- package/dist/collection/components/segment/segment.md.css +2 -45
- package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
- package/dist/collection/components/segment-button/segment-button.js +8 -11
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
- package/dist/collection/components/segment-view/segment-view.js +4 -6
- package/dist/collection/components/segment-view/segment-view.md.css +0 -6
- package/dist/collection/components/select/select.ios.css +102 -168
- package/dist/collection/components/select/select.js +37 -139
- package/dist/collection/components/select/select.md.css +206 -164
- package/dist/collection/components/select-modal/select-modal.js +3 -3
- package/dist/collection/components/select-modal/select-modal.md.css +3 -7
- package/dist/collection/components/select-option/select-option.js +2 -9
- package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
- package/dist/collection/components/select-popover/select-popover.js +4 -12
- package/dist/collection/components/select-popover/select-popover.md.css +0 -18
- package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
- package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
- package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
- package/dist/collection/components/spinner/spinner.js +6 -46
- package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
- package/dist/collection/components/split-pane/split-pane.js +8 -14
- package/dist/collection/components/split-pane/split-pane.md.css +2 -20
- package/dist/collection/components/tab/tab.js +2 -6
- package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
- package/dist/collection/components/tab-bar/tab-bar.js +10 -65
- package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
- package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
- package/dist/collection/components/tab-button/tab-button.js +8 -11
- package/dist/collection/components/tab-button/tab-button.md.css +88 -103
- package/dist/collection/components/tabs/tabs.css +1 -7
- package/dist/collection/components/tabs/tabs.js +1 -4
- package/dist/collection/components/text/text.css +0 -6
- package/dist/collection/components/text/text.js +6 -7
- package/dist/collection/components/textarea/textarea.ios.css +96 -201
- package/dist/collection/components/textarea/textarea.js +16 -59
- package/dist/collection/components/textarea/textarea.md.css +97 -214
- package/dist/collection/components/thumbnail/thumbnail.css +0 -6
- package/dist/collection/components/thumbnail/thumbnail.js +2 -9
- package/dist/collection/components/title/title.ios.css +4 -32
- package/dist/collection/components/title/title.js +7 -13
- package/dist/collection/components/title/title.md.css +4 -32
- package/dist/collection/components/toast/animations/utils.js +1 -1
- package/dist/collection/components/toast/toast.ios.css +36 -75
- package/dist/collection/components/toast/toast.js +11 -45
- package/dist/collection/components/toast/toast.md.css +36 -75
- package/dist/collection/components/toggle/toggle.ios.css +120 -166
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +120 -163
- package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
- package/dist/collection/components/toolbar/toolbar.js +10 -13
- package/dist/collection/components/toolbar/toolbar.md.css +47 -90
- package/dist/collection/global/ionic-global.js +13 -229
- package/dist/collection/utils/focus-trap.js +8 -2
- package/dist/collection/utils/focus-visible.js +2 -7
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/helpers.js +1 -3
- package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
- package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
- package/dist/collection/utils/menu-controller/animations/push.js +1 -2
- package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
- package/dist/collection/utils/overlays.js +16 -8
- package/dist/collection/utils/test/playwright/generator.js +23 -48
- package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
- package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
- package/dist/collection/utils/transition/ios.transition.js +0 -1
- package/dist/docs.json +325 -7075
- package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-eceadabb.js → app-globals-5dbb61a5.js} +1 -1
- package/dist/esm/{button-active-321f0dba.js → button-active-f6503382.js} +2 -2
- package/dist/esm/{capacitor-6b0341c8.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-a753c96a.js → data-ae11fd43.js} +4 -4
- package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-ab389174.js} +3 -11
- package/dist/esm/{framework-delegate-3e4a8c9f.js → framework-delegate-63d1a679.js} +2 -4
- package/dist/esm/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
- package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
- package/dist/esm/{index-31109e63.js → index-24b48b06.js} +11 -10
- package/dist/esm/{index-723c0e5d.js → index-28849c61.js} +1 -1
- package/dist/esm/{index-59f81cb8.js → index-3ad7f18b.js} +6 -6
- package/dist/esm/{index-7bd160c2.js → index-5cc724f3.js} +2 -2
- package/dist/esm/index-79b30591.js +167 -0
- package/dist/esm/index-9b0d46f4.js +34 -0
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/index.js +13 -11
- package/dist/esm/{input-shims-6be83e59.js → input-shims-0314bbe5.js} +6 -7
- package/dist/esm/{input.utils-67459bae.js → input.utils-09c71bc7.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +24 -61
- package/dist/esm/ion-action-sheet.entry.js +19 -22
- package/dist/esm/ion-alert.entry.js +21 -23
- package/dist/esm/ion-app_8.entry.js +161 -98
- package/dist/esm/ion-avatar_3.entry.js +10 -94
- package/dist/esm/ion-back-button.entry.js +21 -31
- package/dist/esm/ion-backdrop.entry.js +7 -12
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -55
- package/dist/esm/ion-button_2.entry.js +13 -44
- package/dist/esm/ion-card_5.entry.js +29 -53
- package/dist/esm/ion-checkbox.entry.js +14 -30
- package/dist/esm/ion-chip.entry.js +8 -44
- package/dist/esm/ion-col_3.entry.js +11 -15
- package/dist/esm/ion-datetime-button.entry.js +9 -13
- package/dist/esm/ion-datetime_3.entry.js +41 -117
- package/dist/esm/ion-fab_3.entry.js +21 -44
- package/dist/esm/ion-img.entry.js +4 -8
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -19
- package/dist/esm/ion-input-password-toggle.entry.js +15 -54
- package/dist/esm/ion-input.entry.js +25 -120
- package/dist/esm/ion-item-option_3.entry.js +18 -41
- package/dist/esm/ion-item_8.entry.js +42 -114
- package/dist/esm/ion-loading.entry.js +16 -18
- package/dist/esm/ion-menu_3.entry.js +29 -48
- package/dist/esm/ion-modal.entry.js +31 -59
- package/dist/esm/ion-nav_2.entry.js +12 -14
- package/dist/esm/ion-picker-column-option.entry.js +7 -12
- package/dist/esm/ion-picker-column.entry.js +12 -12
- package/dist/esm/ion-picker.entry.js +6 -11
- package/dist/esm/ion-popover.entry.js +16 -18
- package/dist/esm/ion-progress-bar.entry.js +8 -13
- package/dist/esm/ion-radio_2.entry.js +17 -19
- package/dist/esm/ion-range.entry.js +12 -16
- package/dist/esm/ion-refresher_2.entry.js +21 -42
- package/dist/esm/ion-reorder_2.entry.js +15 -39
- package/dist/esm/ion-ripple-effect.entry.js +8 -19
- package/dist/esm/ion-route_4.entry.js +8 -9
- package/dist/esm/ion-searchbar.entry.js +18 -95
- package/dist/esm/ion-segment-content.entry.js +2 -2
- package/dist/esm/ion-segment-view.entry.js +3 -7
- package/dist/esm/ion-segment_2.entry.js +15 -24
- package/dist/esm/ion-select-modal.entry.js +11 -9
- package/dist/esm/ion-select_3.entry.js +41 -134
- package/dist/esm/ion-spinner.entry.js +8 -34
- package/dist/esm/ion-split-pane.entry.js +9 -14
- package/dist/esm/ion-tab-bar_2.entry.js +20 -45
- package/dist/esm/ion-tab_2.entry.js +7 -8
- package/dist/esm/ion-text.entry.js +6 -7
- package/dist/esm/ion-textarea.entry.js +17 -42
- package/dist/esm/ion-toast.entry.js +18 -34
- package/dist/esm/ion-toggle.entry.js +23 -81
- package/dist/esm/ionic-global-c81d82ab.js +231 -0
- package/dist/esm/ionic.js +5 -6
- package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-4ee1a3af.js} +7 -7
- package/dist/esm/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +3 -5
- package/dist/esm/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-aff395fd.js → keyboard-controller-ec5c2bfa.js} +3 -5
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-e5712bda.js → md.transition-5106a0d2.js} +7 -6
- package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
- package/dist/esm/{overlays-ce6f6b23.js → overlays-dcc93658.js} +29 -14
- package/dist/esm/{status-tap-edf9f395.js → status-tap-f472b09f.js} +4 -5
- package/dist/esm/{swipe-back-17c42610.js → swipe-back-e5394307.js} +1 -2
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
- package/dist/esm-es5/{button-active-321f0dba.js → button-active-f6503382.js} +1 -1
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/data-ae11fd43.js +4 -0
- package/dist/esm-es5/focus-visible-ab389174.js +4 -0
- package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
- package/dist/esm-es5/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
- package/dist/esm-es5/helpers-da915de8.js +4 -0
- package/dist/esm-es5/index-24b48b06.js +4 -0
- package/dist/esm-es5/{index-723c0e5d.js → index-28849c61.js} +1 -1
- package/dist/esm-es5/index-3ad7f18b.js +4 -0
- package/dist/esm-es5/index-5cc724f3.js +4 -0
- package/dist/esm-es5/{index-62b4a18b.js → index-79b30591.js} +1 -1
- package/dist/esm-es5/index-9b0d46f4.js +4 -0
- package/dist/esm-es5/index-a5d50daf.js +4 -0
- package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
- package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment-content.entry.js +1 -1
- package/dist/esm-es5/ion-segment-view.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select-modal.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
- package/dist/esm-es5/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +1 -1
- package/dist/esm-es5/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
- package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
- package/dist/esm-es5/overlays-dcc93658.js +4 -0
- package/dist/esm-es5/status-tap-f472b09f.js +4 -0
- package/dist/esm-es5/swipe-back-e5394307.js +4 -0
- package/dist/html.html-data.json +205 -2328
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/p-01186920.system.entry.js +4 -0
- package/dist/ionic/p-0303d0f8.js +4 -0
- package/dist/ionic/p-0574e87e.js +4 -0
- package/dist/ionic/p-05efd326.system.js +4 -0
- package/dist/ionic/p-06e58c4e.js +4 -0
- package/dist/ionic/p-06fee233.js +4 -0
- package/dist/ionic/p-081a4ce4.entry.js +4 -0
- package/dist/ionic/p-0af1adf2.entry.js +4 -0
- package/dist/ionic/p-0c06e09b.system.js +4 -0
- package/dist/ionic/p-0cccca18.system.entry.js +4 -0
- package/dist/ionic/p-0ce9d0a6.entry.js +4 -0
- package/dist/ionic/p-14be4015.entry.js +4 -0
- package/dist/ionic/p-14f084bc.system.entry.js +4 -0
- package/dist/ionic/p-15e76dd1.entry.js +4 -0
- package/dist/ionic/p-16188af7.entry.js +4 -0
- package/dist/ionic/p-16799667.system.entry.js +4 -0
- package/dist/ionic/p-16bfb979.system.entry.js +4 -0
- package/dist/ionic/p-17474161.system.js +4 -0
- package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
- package/dist/ionic/p-19ec4f42.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e010627.system.entry.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/p-1e67b266.system.entry.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-20e70007.system.entry.js +4 -0
- package/dist/ionic/p-2172893e.system.entry.js +4 -0
- package/dist/ionic/p-21e5e7e4.js +4 -0
- package/dist/ionic/p-2507278c.system.entry.js +4 -0
- package/dist/ionic/{p-0fa218e9.system.js → p-25180df3.system.js} +1 -1
- package/dist/ionic/p-2690b1de.js +4 -0
- package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-2799c6d3.system.entry.js +4 -0
- package/dist/ionic/p-2abae1cc.system.entry.js +4 -0
- package/dist/ionic/p-2b65e30a.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-2b838f86.system.entry.js +4 -0
- package/dist/ionic/p-2e46590d.system.entry.js +4 -0
- package/dist/ionic/p-2fc0dafe.entry.js +4 -0
- package/dist/ionic/p-322c5fb4.system.js +4 -0
- package/dist/ionic/p-33a8a71b.entry.js +4 -0
- package/dist/ionic/p-33df3f1f.entry.js +4 -0
- package/dist/ionic/p-33fa7400.entry.js +4 -0
- package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
- package/dist/ionic/{p-f193945e.system.js → p-372ae7f4.system.js} +1 -1
- package/dist/ionic/p-37cb43bd.system.entry.js +4 -0
- package/dist/ionic/p-3974e3c3.system.entry.js +4 -0
- package/dist/ionic/p-3ad285e3.system.js +4 -0
- package/dist/ionic/p-3b13af78.system.entry.js +4 -0
- package/dist/ionic/p-3c186721.entry.js +4 -0
- package/dist/ionic/{p-41c19986.system.js → p-3c8e5c23.system.js} +1 -1
- package/dist/ionic/p-3cc276f4.js +4 -0
- package/dist/ionic/p-424eb140.system.entry.js +4 -0
- package/dist/ionic/p-4439fc2a.entry.js +4 -0
- package/dist/ionic/p-45693d7e.entry.js +4 -0
- package/dist/ionic/p-475d32bd.system.entry.js +4 -0
- package/dist/ionic/p-49a0e74c.entry.js +4 -0
- package/dist/ionic/p-4c2d5b80.system.js +4 -0
- package/dist/ionic/p-4ec778aa.entry.js +4 -0
- package/dist/ionic/p-52d7a191.entry.js +4 -0
- package/dist/ionic/p-567de071.system.entry.js +4 -0
- package/dist/ionic/p-5823babc.system.entry.js +4 -0
- package/dist/ionic/{p-86e9a917.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
- package/dist/ionic/p-5ab1b709.entry.js +4 -0
- package/dist/ionic/p-5b932840.entry.js +4 -0
- package/dist/ionic/{p-f8c63ac0.system.js → p-5da94421.system.js} +2 -2
- package/dist/ionic/p-5dcd3d43.entry.js +4 -0
- package/dist/ionic/p-5e01fc7f.system.js +4 -0
- package/dist/ionic/p-5e074501.entry.js +4 -0
- package/dist/ionic/p-5fce0c0b.system.entry.js +4 -0
- package/dist/ionic/p-62af944c.entry.js +4 -0
- package/dist/ionic/p-63ad99b8.system.entry.js +4 -0
- package/dist/ionic/p-63b0abde.system.entry.js +4 -0
- package/dist/ionic/p-66640ff7.system.entry.js +4 -0
- package/dist/ionic/p-69066a53.js +4 -0
- package/dist/ionic/p-69666e8a.system.entry.js +4 -0
- package/dist/ionic/p-6d32975a.entry.js +4 -0
- package/dist/ionic/p-6d6cedc5.entry.js +4 -0
- package/dist/ionic/p-72812e99.js +4 -0
- package/dist/ionic/p-72bc8a1c.js +4 -0
- package/dist/ionic/p-73747722.entry.js +4 -0
- package/dist/ionic/p-73dc4950.entry.js +4 -0
- package/dist/ionic/p-7458862e.system.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-797eeea8.system.entry.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7b9a2b23.entry.js +4 -0
- package/dist/ionic/p-7ddc46c3.system.entry.js +4 -0
- package/dist/ionic/p-7e3faa44.system.entry.js +4 -0
- package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
- package/dist/ionic/p-8635f5e6.system.js +4 -0
- package/dist/ionic/p-88e63c7d.js +4 -0
- package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-908d6080.entry.js +4 -0
- package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-9318ed44.entry.js +4 -0
- package/dist/ionic/p-937a7e21.entry.js +4 -0
- package/dist/ionic/p-95775830.entry.js +4 -0
- package/dist/ionic/p-96573065.js +4 -0
- package/dist/ionic/p-96cc4814.js +4 -0
- package/dist/ionic/p-98231c01.system.entry.js +4 -0
- package/dist/ionic/p-985a7e17.system.entry.js +4 -0
- package/dist/ionic/p-98ff6b32.entry.js +4 -0
- package/dist/ionic/p-9df2c6fb.entry.js +4 -0
- package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
- package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
- package/dist/ionic/p-9f3008d4.system.js +4 -0
- package/dist/ionic/p-9fa07aec.entry.js +4 -0
- package/dist/ionic/p-a15ddedb.system.js +4 -0
- package/dist/ionic/p-a4565eb5.system.js +4 -0
- package/dist/ionic/p-a49378bb.system.entry.js +4 -0
- package/dist/ionic/p-a61cba41.entry.js +4 -0
- package/dist/ionic/p-a696e441.system.js +4 -0
- package/dist/ionic/p-a69b9fc5.system.js +4 -0
- package/dist/ionic/{p-94816e7a.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-adbc4bdf.entry.js +4 -0
- package/dist/ionic/p-afecb188.entry.js +4 -0
- package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b335ffed.system.entry.js +4 -0
- package/dist/ionic/p-b51e4004.js +4 -0
- package/dist/ionic/p-b82d4cab.js +4 -0
- package/dist/ionic/p-b9d7015f.entry.js +4 -0
- package/dist/ionic/p-bb0db172.entry.js +4 -0
- package/dist/ionic/p-bbae699e.entry.js +4 -0
- package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
- package/dist/ionic/p-bdad26e3.entry.js +4 -0
- package/dist/ionic/p-c29f8157.system.entry.js +4 -0
- package/dist/ionic/p-c2b74d92.system.entry.js +4 -0
- package/dist/ionic/p-c41ac815.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c7c0c9d2.system.entry.js +4 -0
- package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-c9f3a539.entry.js +4 -0
- package/dist/ionic/p-ca065903.system.entry.js +4 -0
- package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
- package/dist/ionic/p-cd8bd2e1.system.entry.js +4 -0
- package/dist/ionic/p-d18ab582.system.entry.js +4 -0
- package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
- package/dist/ionic/p-d6841eac.js +4 -0
- package/dist/ionic/{p-a510e9c0.js → p-d743e981.js} +1 -1
- package/dist/ionic/p-d7aa6b00.entry.js +4 -0
- package/dist/ionic/{p-83948e48.js → p-d836d43e.js} +1 -1
- package/dist/ionic/p-da074ff7.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-de5ed31e.entry.js +4 -0
- package/dist/ionic/p-de930745.entry.js +4 -0
- package/dist/ionic/p-dfb78785.system.js +4 -0
- package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
- package/dist/ionic/p-e563a35c.entry.js +4 -0
- package/dist/ionic/p-e7ed4a7f.system.js +4 -0
- package/dist/ionic/p-eba29931.entry.js +4 -0
- package/dist/ionic/p-ebf042e0.system.entry.js +4 -0
- package/dist/ionic/p-ecceeb90.js +4 -0
- package/dist/ionic/p-ed75fcfb.system.entry.js +4 -0
- package/dist/ionic/p-efaffe74.entry.js +4 -0
- package/dist/ionic/p-f1acf541.system.entry.js +4 -0
- package/dist/ionic/p-f3102647.system.entry.js +4 -0
- package/dist/ionic/p-f4f05cb7.js +4 -0
- package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
- package/dist/ionic/{p-58aa8a36.system.js → p-f9a53abb.system.js} +1 -1
- package/dist/ionic/p-fca6ef5f.system.entry.js +4 -0
- package/dist/ionic/p-ff4b7e40.system.js +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -5
- package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
- package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
- package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
- package/dist/types/components/alert/alert-interface.d.ts +7 -3
- package/dist/types/components/alert/alert.d.ts +2 -3
- package/dist/types/components/app/app.d.ts +2 -4
- package/dist/types/components/avatar/avatar.d.ts +0 -28
- package/dist/types/components/back-button/back-button.d.ts +1 -2
- package/dist/types/components/backdrop/backdrop.d.ts +0 -4
- package/dist/types/components/badge/badge.d.ts +1 -23
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/button/button.d.ts +4 -15
- package/dist/types/components/buttons/buttons.d.ts +1 -5
- package/dist/types/components/card/card.d.ts +1 -8
- package/dist/types/components/card-content/card-content.d.ts +1 -2
- package/dist/types/components/card-header/card-header.d.ts +2 -3
- package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
- package/dist/types/components/card-title/card-title.d.ts +1 -2
- package/dist/types/components/checkbox/checkbox.d.ts +4 -14
- package/dist/types/components/chip/chip.d.ts +1 -19
- package/dist/types/components/col/col.d.ts +0 -4
- package/dist/types/components/content/content.d.ts +0 -3
- package/dist/types/components/datetime/datetime.d.ts +1 -26
- package/dist/types/components/datetime/utils/data.d.ts +3 -3
- package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
- package/dist/types/components/fab/fab.d.ts +0 -4
- package/dist/types/components/fab-button/fab-button.d.ts +3 -5
- package/dist/types/components/fab-list/fab-list.d.ts +0 -4
- package/dist/types/components/footer/footer.d.ts +3 -4
- package/dist/types/components/grid/grid.d.ts +0 -4
- package/dist/types/components/header/header.d.ts +3 -9
- package/dist/types/components/img/img.d.ts +0 -3
- package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
- package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
- package/dist/types/components/input/input.d.ts +5 -31
- package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
- package/dist/types/components/item/item.d.ts +4 -11
- package/dist/types/components/item-divider/item-divider.d.ts +1 -2
- package/dist/types/components/item-group/item-group.d.ts +0 -4
- package/dist/types/components/item-option/item-option.d.ts +1 -11
- package/dist/types/components/item-options/item-options.d.ts +0 -4
- package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
- package/dist/types/components/label/label.d.ts +1 -2
- package/dist/types/components/list/list.d.ts +1 -15
- package/dist/types/components/list-header/list-header.d.ts +1 -2
- package/dist/types/components/loading/loading-interface.d.ts +7 -2
- package/dist/types/components/loading/loading.d.ts +2 -3
- package/dist/types/components/menu/menu.d.ts +0 -3
- package/dist/types/components/menu-button/menu-button.d.ts +1 -3
- package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
- package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
- package/dist/types/components/modal/modal-interface.d.ts +7 -4
- package/dist/types/components/modal/modal.d.ts +1 -11
- package/dist/types/components/nav/nav-interface.d.ts +1 -9
- package/dist/types/components/nav/nav.d.ts +1 -5
- package/dist/types/components/nav-link/nav-link.d.ts +0 -4
- package/dist/types/components/note/note.d.ts +1 -2
- package/dist/types/components/picker/picker.d.ts +1 -2
- package/dist/types/components/picker-column/picker-column.d.ts +1 -2
- package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
- package/dist/types/components/picker-legacy/picker.d.ts +1 -2
- package/dist/types/components/popover/popover-interface.d.ts +6 -3
- package/dist/types/components/popover/popover.d.ts +5 -6
- package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
- package/dist/types/components/radio/radio.d.ts +1 -2
- package/dist/types/components/radio-group/radio-group.d.ts +2 -4
- package/dist/types/components/range/range.d.ts +1 -2
- package/dist/types/components/refresher/refresher.d.ts +1 -2
- package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
- package/dist/types/components/reorder/reorder.d.ts +0 -9
- package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
- package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
- package/dist/types/components/route/route.d.ts +0 -4
- package/dist/types/components/router/router.d.ts +0 -4
- package/dist/types/components/router-link/router-link.d.ts +0 -4
- package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
- package/dist/types/components/row/row.d.ts +0 -4
- package/dist/types/components/searchbar/searchbar.d.ts +8 -30
- package/dist/types/components/segment/segment.d.ts +1 -2
- package/dist/types/components/segment-button/segment-button.d.ts +1 -2
- package/dist/types/components/select/select.d.ts +7 -35
- package/dist/types/components/select-option/select-option.d.ts +0 -4
- package/dist/types/components/select-popover/select-popover.d.ts +0 -3
- package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
- package/dist/types/components/spinner/spinner.d.ts +0 -15
- package/dist/types/components/split-pane/split-pane.d.ts +0 -4
- package/dist/types/components/tab/tab.d.ts +0 -4
- package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
- package/dist/types/components/tab-button/tab-button.d.ts +1 -2
- package/dist/types/components/tabs/tabs.d.ts +0 -3
- package/dist/types/components/text/text.d.ts +1 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -16
- package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
- package/dist/types/components/title/title.d.ts +0 -4
- package/dist/types/components/toast/animations/utils.d.ts +2 -2
- package/dist/types/components/toast/toast-interface.d.ts +7 -3
- package/dist/types/components/toast/toast.d.ts +2 -12
- package/dist/types/components/toggle/toggle.d.ts +1 -15
- package/dist/types/components/toolbar/toolbar.d.ts +3 -4
- package/dist/types/components.d.ts +183 -1374
- package/dist/types/global/ionic-global.d.ts +2 -27
- package/dist/types/interface.d.ts +0 -3
- package/dist/types/utils/config.d.ts +2 -106
- package/dist/types/utils/focus-trap.d.ts +1 -1
- package/dist/types/utils/focus-visible.d.ts +0 -1
- package/dist/types/utils/overlays-interface.d.ts +1 -31
- package/dist/types/utils/test/playwright/generator.d.ts +2 -31
- package/hydrate/index.js +912 -2332
- package/hydrate/index.mjs +912 -2332
- package/package.json +4 -9
- package/components/caret-down.js +0 -6
- package/components/caret-left.js +0 -6
- package/components/caret-right.js +0 -6
- package/components/config2.js +0 -79
- package/components/list2.js +0 -6
- package/components/x.js +0 -6
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/dist/cjs/caret-down-3c215cff.js +0 -8
- package/dist/cjs/caret-left-2bb66970.js +0 -8
- package/dist/cjs/caret-right-88e03970.js +0 -8
- package/dist/cjs/config-aff4ff52.js +0 -84
- package/dist/cjs/ionic-global-14af9c21.js +0 -535
- package/dist/cjs/list-2930c629.js +0 -8
- package/dist/cjs/x-81a8f51c.js +0 -8
- package/dist/collection/components/accordion/accordion.ionic.css +0 -197
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
- package/dist/collection/components/avatar/avatar.ionic.css +0 -269
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -151
- package/dist/collection/components/badge/badge.ionic.css +0 -249
- package/dist/collection/components/button/button.ionic.css +0 -589
- package/dist/collection/components/buttons/buttons.ionic.css +0 -100
- package/dist/collection/components/card/card.ionic.css +0 -137
- package/dist/collection/components/card-content/card-content.ionic.css +0 -90
- package/dist/collection/components/card-header/card-header.ionic.css +0 -87
- package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
- package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
- package/dist/collection/components/chip/chip.ionic.css +0 -160
- package/dist/collection/components/datetime/datetime.ionic.css +0 -673
- package/dist/collection/components/header/header.ionic.css +0 -86
- package/dist/collection/components/input/input.ionic.css +0 -1096
- package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
- package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -141
- package/dist/collection/components/item/item.ionic.css +0 -497
- package/dist/collection/components/item-option/item-option.ionic.css +0 -332
- package/dist/collection/components/item-options/item-options.ionic.css +0 -258
- package/dist/collection/components/list/list.ionic.css +0 -193
- package/dist/collection/components/list-header/list-header.ionic.css +0 -236
- package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
- package/dist/collection/components/modal/modal.ionic.css +0 -239
- package/dist/collection/components/radio/radio.ionic.css +0 -424
- package/dist/collection/components/range/range.ionic.css +0 -550
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -345
- package/dist/collection/components/segment/segment.ionic.css +0 -117
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -350
- package/dist/collection/components/select/select.ionic.css +0 -707
- package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
- package/dist/collection/components/spinner/spinner.common.css +0 -199
- package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
- package/dist/collection/components/tab-button/tab-button.ionic.css +0 -271
- package/dist/collection/components/textarea/textarea.ionic.css +0 -804
- package/dist/collection/components/title/title.ionic.css +0 -145
- package/dist/collection/components/toast/toast.ionic.css +0 -358
- package/dist/collection/components/toggle/toggle.ionic.css +0 -419
- package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
- package/dist/esm/caret-down-3eaad1cc.js +0 -6
- package/dist/esm/caret-left-33424bb0.js +0 -6
- package/dist/esm/caret-right-68d856ad.js +0 -6
- package/dist/esm/config-84eb9670.js +0 -79
- package/dist/esm/ionic-global-3c97a4aa.js +0 -521
- package/dist/esm/list-6524700c.js +0 -6
- package/dist/esm/x-a64bcd9f.js +0 -6
- package/dist/esm-es5/animation-f1a88600.js +0 -4
- package/dist/esm-es5/app-globals-eceadabb.js +0 -4
- package/dist/esm-es5/capacitor-6b0341c8.js +0 -4
- package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
- package/dist/esm-es5/caret-left-33424bb0.js +0 -4
- package/dist/esm-es5/caret-right-68d856ad.js +0 -4
- package/dist/esm-es5/config-84eb9670.js +0 -4
- package/dist/esm-es5/data-a753c96a.js +0 -4
- package/dist/esm-es5/focus-visible-501aff19.js +0 -4
- package/dist/esm-es5/framework-delegate-3e4a8c9f.js +0 -4
- package/dist/esm-es5/helpers-f08d15bd.js +0 -4
- package/dist/esm-es5/index-31109e63.js +0 -4
- package/dist/esm-es5/index-59f81cb8.js +0 -4
- package/dist/esm-es5/index-7bd160c2.js +0 -4
- package/dist/esm-es5/input-shims-6be83e59.js +0 -4
- package/dist/esm-es5/input.utils-67459bae.js +0 -4
- package/dist/esm-es5/ionic-global-3c97a4aa.js +0 -4
- package/dist/esm-es5/ios.transition-06b78ea0.js +0 -4
- package/dist/esm-es5/keyboard-controller-aff395fd.js +0 -4
- package/dist/esm-es5/list-6524700c.js +0 -4
- package/dist/esm-es5/md.transition-e5712bda.js +0 -4
- package/dist/esm-es5/notch-controller-c0bd22ff.js +0 -4
- package/dist/esm-es5/overlays-ce6f6b23.js +0 -4
- package/dist/esm-es5/status-tap-edf9f395.js +0 -4
- package/dist/esm-es5/swipe-back-17c42610.js +0 -4
- package/dist/esm-es5/x-a64bcd9f.js +0 -4
- package/dist/ionic/p-01d80901.system.js +0 -4
- package/dist/ionic/p-038a6294.js +0 -4
- package/dist/ionic/p-06ec4706.js +0 -4
- package/dist/ionic/p-08f4a45d.system.entry.js +0 -4
- package/dist/ionic/p-09125f4f.entry.js +0 -4
- package/dist/ionic/p-096e5f6d.system.entry.js +0 -4
- package/dist/ionic/p-09c6b5e4.js +0 -4
- package/dist/ionic/p-0a0ce78f.system.entry.js +0 -4
- package/dist/ionic/p-0e80425f.system.entry.js +0 -4
- package/dist/ionic/p-112120d7.system.js +0 -4
- package/dist/ionic/p-156d17cd.js +0 -4
- package/dist/ionic/p-161ecf50.system.entry.js +0 -4
- package/dist/ionic/p-18892506.entry.js +0 -4
- package/dist/ionic/p-1da82a87.system.entry.js +0 -4
- package/dist/ionic/p-1e4fd112.entry.js +0 -4
- package/dist/ionic/p-1efa63f2.js +0 -4
- package/dist/ionic/p-23b31425.entry.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-24f15ce4.system.entry.js +0 -4
- package/dist/ionic/p-25413edd.entry.js +0 -4
- package/dist/ionic/p-27258d5a.entry.js +0 -4
- package/dist/ionic/p-29ca4da2.entry.js +0 -4
- package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
- package/dist/ionic/p-33dc4514.js +0 -4
- package/dist/ionic/p-346c67b0.js +0 -4
- package/dist/ionic/p-3608e72b.entry.js +0 -4
- package/dist/ionic/p-398b00a5.system.entry.js +0 -4
- package/dist/ionic/p-3a7f86e2.system.entry.js +0 -4
- package/dist/ionic/p-3b520400.system.entry.js +0 -4
- package/dist/ionic/p-3c4c73f9.system.entry.js +0 -4
- package/dist/ionic/p-3ce95a91.entry.js +0 -4
- package/dist/ionic/p-3d61263b.system.entry.js +0 -4
- package/dist/ionic/p-4130574e.entry.js +0 -4
- package/dist/ionic/p-41f06734.entry.js +0 -4
- package/dist/ionic/p-4219582c.system.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-43df37ca.entry.js +0 -4
- package/dist/ionic/p-4459a66e.system.js +0 -4
- package/dist/ionic/p-465ffde2.entry.js +0 -4
- package/dist/ionic/p-46787abb.system.js +0 -4
- package/dist/ionic/p-47fd935c.system.js +0 -4
- package/dist/ionic/p-4a89c1ec.system.js +0 -4
- package/dist/ionic/p-4ac4f52a.system.entry.js +0 -4
- package/dist/ionic/p-4b4e4592.system.entry.js +0 -4
- package/dist/ionic/p-4c9e1b2c.js +0 -4
- package/dist/ionic/p-4f127a09.system.entry.js +0 -4
- package/dist/ionic/p-51371e21.system.js +0 -4
- package/dist/ionic/p-530c591a.entry.js +0 -4
- package/dist/ionic/p-53dfa2e3.entry.js +0 -4
- package/dist/ionic/p-5474c7c4.entry.js +0 -4
- package/dist/ionic/p-55546d77.system.entry.js +0 -4
- package/dist/ionic/p-556778bd.system.js +0 -4
- package/dist/ionic/p-5684893b.system.entry.js +0 -4
- package/dist/ionic/p-57de8d54.system.entry.js +0 -4
- package/dist/ionic/p-58c64779.system.entry.js +0 -4
- package/dist/ionic/p-5a1979e0.system.entry.js +0 -4
- package/dist/ionic/p-5a6b3c0d.entry.js +0 -4
- package/dist/ionic/p-5a6d245d.system.entry.js +0 -4
- package/dist/ionic/p-5b57d327.system.js +0 -4
- package/dist/ionic/p-5ce35a03.js +0 -4
- package/dist/ionic/p-607c9c33.js +0 -4
- package/dist/ionic/p-63fde7fe.entry.js +0 -4
- package/dist/ionic/p-67b6e18d.entry.js +0 -4
- package/dist/ionic/p-67f3ed57.entry.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6bc2795b.entry.js +0 -4
- package/dist/ionic/p-6bd1c0ee.system.entry.js +0 -4
- package/dist/ionic/p-6caa76ec.js +0 -4
- package/dist/ionic/p-7071d7ca.js +0 -4
- package/dist/ionic/p-72cbf799.system.entry.js +0 -4
- package/dist/ionic/p-74d76684.js +0 -4
- package/dist/ionic/p-7607d8ba.system.entry.js +0 -4
- package/dist/ionic/p-787c1bd0.system.entry.js +0 -4
- package/dist/ionic/p-78ed8923.js +0 -4
- package/dist/ionic/p-7a858bae.system.js +0 -4
- package/dist/ionic/p-815f649a.system.entry.js +0 -4
- package/dist/ionic/p-81e632cb.entry.js +0 -4
- package/dist/ionic/p-82cb4235.js +0 -4
- package/dist/ionic/p-8463212e.js +0 -4
- package/dist/ionic/p-84667060.entry.js +0 -4
- package/dist/ionic/p-857ba8d4.entry.js +0 -4
- package/dist/ionic/p-86d98446.system.entry.js +0 -4
- package/dist/ionic/p-87049797.js +0 -4
- package/dist/ionic/p-8956f9a8.system.entry.js +0 -4
- package/dist/ionic/p-8b0f0a87.entry.js +0 -4
- package/dist/ionic/p-8db246c2.system.js +0 -4
- package/dist/ionic/p-8dbfae64.entry.js +0 -4
- package/dist/ionic/p-903c544a.js +0 -4
- package/dist/ionic/p-916bc9ed.system.entry.js +0 -4
- package/dist/ionic/p-92646426.js +0 -4
- package/dist/ionic/p-954d0d7c.system.entry.js +0 -4
- package/dist/ionic/p-986855d6.js +0 -4
- package/dist/ionic/p-9abb7d9b.entry.js +0 -4
- package/dist/ionic/p-9ac1a506.system.js +0 -4
- package/dist/ionic/p-a1cdc742.js +0 -4
- package/dist/ionic/p-a2814291.system.js +0 -4
- package/dist/ionic/p-a5a9206f.entry.js +0 -4
- package/dist/ionic/p-a616b6e4.entry.js +0 -4
- package/dist/ionic/p-a685da08.system.entry.js +0 -4
- package/dist/ionic/p-a7acb257.system.entry.js +0 -4
- package/dist/ionic/p-a81bc291.entry.js +0 -4
- package/dist/ionic/p-a98061d0.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-ac1c2b6a.js +0 -4
- package/dist/ionic/p-adc0276b.entry.js +0 -4
- package/dist/ionic/p-ae55c4c7.system.entry.js +0 -4
- package/dist/ionic/p-b18c52cd.entry.js +0 -4
- package/dist/ionic/p-b2df786a.system.entry.js +0 -4
- package/dist/ionic/p-b517144d.system.entry.js +0 -4
- package/dist/ionic/p-b5dc9a32.system.entry.js +0 -4
- package/dist/ionic/p-b79f3ded.entry.js +0 -4
- package/dist/ionic/p-bbcec459.system.js +0 -4
- package/dist/ionic/p-be87ec25.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c373eebd.system.js +0 -4
- package/dist/ionic/p-c3ae4bcf.entry.js +0 -4
- package/dist/ionic/p-c5226e15.system.entry.js +0 -4
- package/dist/ionic/p-cad8a848.entry.js +0 -4
- package/dist/ionic/p-ccce3322.system.entry.js +0 -4
- package/dist/ionic/p-cdff6a80.system.entry.js +0 -4
- package/dist/ionic/p-cea92c46.system.js +0 -4
- package/dist/ionic/p-cf3dad24.entry.js +0 -4
- package/dist/ionic/p-da96f15f.entry.js +0 -4
- package/dist/ionic/p-ddbf4ca9.entry.js +0 -4
- package/dist/ionic/p-df09db21.entry.js +0 -4
- package/dist/ionic/p-df9c6620.system.entry.js +0 -4
- package/dist/ionic/p-e18f9479.system.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e7909e1d.entry.js +0 -4
- package/dist/ionic/p-e894ab16.system.entry.js +0 -4
- package/dist/ionic/p-e9eb25ba.system.entry.js +0 -4
- package/dist/ionic/p-ea3ca474.system.js +0 -4
- package/dist/ionic/p-ea98a10a.system.entry.js +0 -4
- package/dist/ionic/p-eb4ba253.entry.js +0 -4
- package/dist/ionic/p-ebe94d15.entry.js +0 -4
- package/dist/ionic/p-eda736d7.entry.js +0 -4
- package/dist/ionic/p-ee17be82.entry.js +0 -4
- package/dist/ionic/p-eecb1b04.entry.js +0 -4
- package/dist/ionic/p-eee899d5.system.entry.js +0 -4
- package/dist/ionic/p-ef60ee95.entry.js +0 -4
- package/dist/ionic/p-f116fb3f.system.js +0 -4
- package/dist/ionic/p-f1e11e93.entry.js +0 -4
- package/dist/ionic/p-f25ad420.system.entry.js +0 -4
- package/dist/ionic/p-f28ac1ad.entry.js +0 -4
- package/dist/ionic/p-f44934a7.system.entry.js +0 -4
- package/dist/ionic/p-f44c9c6e.system.entry.js +0 -4
- package/dist/ionic/p-f8123284.entry.js +0 -4
- package/dist/ionic/p-fff78cd2.system.entry.js +0 -4
- /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
package/dist/html.html-data.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "mode",
|
|
17
|
-
"description": "The mode determines
|
|
17
|
+
"description": "The mode determines which platform styles to use.",
|
|
18
18
|
"values": [
|
|
19
19
|
{
|
|
20
20
|
"name": "ios"
|
|
@@ -28,21 +28,6 @@
|
|
|
28
28
|
"name": "readonly",
|
|
29
29
|
"description": "If `true`, the accordion cannot be interacted with,\nbut does not alter the opacity."
|
|
30
30
|
},
|
|
31
|
-
{
|
|
32
|
-
"name": "theme",
|
|
33
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
34
|
-
"values": [
|
|
35
|
-
{
|
|
36
|
-
"name": "ios"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "md"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "ionic"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
31
|
{
|
|
47
32
|
"name": "toggle-icon",
|
|
48
33
|
"description": "The toggle icon to use. This icon will be\nrotated when the accordion is expanded\nor collapsed."
|
|
@@ -100,7 +85,7 @@
|
|
|
100
85
|
},
|
|
101
86
|
{
|
|
102
87
|
"name": "mode",
|
|
103
|
-
"description": "The mode determines
|
|
88
|
+
"description": "The mode determines which platform styles to use.",
|
|
104
89
|
"values": [
|
|
105
90
|
{
|
|
106
91
|
"name": "ios"
|
|
@@ -118,36 +103,6 @@
|
|
|
118
103
|
"name": "readonly",
|
|
119
104
|
"description": "If `true`, the accordion group cannot be interacted with,\nbut does not alter the opacity."
|
|
120
105
|
},
|
|
121
|
-
{
|
|
122
|
-
"name": "shape",
|
|
123
|
-
"description": "Set to `\"soft\"` for an accordion group with slightly rounded corners,\n`\"round\"` for an accordion group with fully rounded corners, or\n`\"rectangular\"` for an accordion group without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.\nOnly applies when `expand` is set to `\"inset\"`.",
|
|
124
|
-
"values": [
|
|
125
|
-
{
|
|
126
|
-
"name": "rectangular"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "round"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "soft"
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "theme",
|
|
138
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
139
|
-
"values": [
|
|
140
|
-
{
|
|
141
|
-
"name": "ios"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "md"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "ionic"
|
|
148
|
-
}
|
|
149
|
-
]
|
|
150
|
-
},
|
|
151
106
|
{
|
|
152
107
|
"name": "value",
|
|
153
108
|
"description": "The value of the accordion group. This controls which\naccordions are expanded.\nThis should be an array of strings only when `multiple=\"true\"`"
|
|
@@ -193,7 +148,7 @@
|
|
|
193
148
|
},
|
|
194
149
|
{
|
|
195
150
|
"name": "mode",
|
|
196
|
-
"description": "The mode determines
|
|
151
|
+
"description": "The mode determines which platform styles to use.",
|
|
197
152
|
"values": [
|
|
198
153
|
{
|
|
199
154
|
"name": "ios"
|
|
@@ -207,24 +162,9 @@
|
|
|
207
162
|
"name": "sub-header",
|
|
208
163
|
"description": "Subtitle for the action sheet."
|
|
209
164
|
},
|
|
210
|
-
{
|
|
211
|
-
"name": "theme",
|
|
212
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
213
|
-
"values": [
|
|
214
|
-
{
|
|
215
|
-
"name": "ios"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"name": "md"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"name": "ionic"
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
165
|
{
|
|
226
166
|
"name": "translucent",
|
|
227
|
-
"description": "If `true`, the action sheet will be translucent.\nOnly applies when the
|
|
167
|
+
"description": "If `true`, the action sheet 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)."
|
|
228
168
|
},
|
|
229
169
|
{
|
|
230
170
|
"name": "trigger",
|
|
@@ -275,7 +215,7 @@
|
|
|
275
215
|
},
|
|
276
216
|
{
|
|
277
217
|
"name": "mode",
|
|
278
|
-
"description": "The mode determines
|
|
218
|
+
"description": "The mode determines which platform styles to use.",
|
|
279
219
|
"values": [
|
|
280
220
|
{
|
|
281
221
|
"name": "ios"
|
|
@@ -289,24 +229,9 @@
|
|
|
289
229
|
"name": "sub-header",
|
|
290
230
|
"description": "The subtitle in the heading of the alert. Displayed under the title."
|
|
291
231
|
},
|
|
292
|
-
{
|
|
293
|
-
"name": "theme",
|
|
294
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
295
|
-
"values": [
|
|
296
|
-
{
|
|
297
|
-
"name": "ios"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "md"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "ionic"
|
|
304
|
-
}
|
|
305
|
-
]
|
|
306
|
-
},
|
|
307
232
|
{
|
|
308
233
|
"name": "translucent",
|
|
309
|
-
"description": "If `true`, the alert will be translucent.\nOnly applies when the
|
|
234
|
+
"description": "If `true`, the alert 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)."
|
|
310
235
|
},
|
|
311
236
|
{
|
|
312
237
|
"name": "trigger",
|
|
@@ -326,35 +251,7 @@
|
|
|
326
251
|
"kind": "markdown",
|
|
327
252
|
"value": ""
|
|
328
253
|
},
|
|
329
|
-
"attributes": [
|
|
330
|
-
{
|
|
331
|
-
"name": "mode",
|
|
332
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
333
|
-
"values": [
|
|
334
|
-
{
|
|
335
|
-
"name": "ios"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"name": "md"
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "theme",
|
|
344
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
345
|
-
"values": [
|
|
346
|
-
{
|
|
347
|
-
"name": "ios"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "md"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "ionic"
|
|
354
|
-
}
|
|
355
|
-
]
|
|
356
|
-
}
|
|
357
|
-
],
|
|
254
|
+
"attributes": [],
|
|
358
255
|
"references": [
|
|
359
256
|
{
|
|
360
257
|
"name": "Source code",
|
|
@@ -368,74 +265,7 @@
|
|
|
368
265
|
"kind": "markdown",
|
|
369
266
|
"value": ""
|
|
370
267
|
},
|
|
371
|
-
"attributes": [
|
|
372
|
-
{
|
|
373
|
-
"name": "mode",
|
|
374
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
375
|
-
"values": [
|
|
376
|
-
{
|
|
377
|
-
"name": "ios"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"name": "md"
|
|
381
|
-
}
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "shape",
|
|
386
|
-
"description": "Set to `\"soft\"` for an avatar with slightly rounded corners,\n`\"round\"` for an avatar with fully rounded corners, or `\"rectangular\"`\nfor an avatar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
387
|
-
"values": [
|
|
388
|
-
{
|
|
389
|
-
"name": "rectangular"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "round"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "soft"
|
|
396
|
-
}
|
|
397
|
-
]
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"name": "size",
|
|
401
|
-
"description": "Set to `\"xxsmall\"` for the smallest size.\nSet to `\"xsmall\"` for a very small size.\nSet to `\"small\"` for a compact size.\nSet to `\"medium\"` for the default height and width.\nSet to `\"large\"` for a larger size.\nSet to `\"xlarge\"` for the largest dimensions.\n\nDefaults to `\"medium\"` for the `ionic` theme, undefined for all other themes.",
|
|
402
|
-
"values": [
|
|
403
|
-
{
|
|
404
|
-
"name": "large"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "medium"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"name": "small"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "xlarge"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "xsmall"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"name": "xxsmall"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "theme",
|
|
425
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
426
|
-
"values": [
|
|
427
|
-
{
|
|
428
|
-
"name": "ios"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"name": "md"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "ionic"
|
|
435
|
-
}
|
|
436
|
-
]
|
|
437
|
-
}
|
|
438
|
-
],
|
|
268
|
+
"attributes": [],
|
|
439
269
|
"references": [
|
|
440
270
|
{
|
|
441
271
|
"name": "Source code",
|
|
@@ -497,7 +327,7 @@
|
|
|
497
327
|
},
|
|
498
328
|
{
|
|
499
329
|
"name": "mode",
|
|
500
|
-
"description": "The mode determines
|
|
330
|
+
"description": "The mode determines which platform styles to use.",
|
|
501
331
|
"values": [
|
|
502
332
|
{
|
|
503
333
|
"name": "ios"
|
|
@@ -511,21 +341,6 @@
|
|
|
511
341
|
"name": "text",
|
|
512
342
|
"description": "The text to display in the back button."
|
|
513
343
|
},
|
|
514
|
-
{
|
|
515
|
-
"name": "theme",
|
|
516
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
517
|
-
"values": [
|
|
518
|
-
{
|
|
519
|
-
"name": "ios"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"name": "md"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "ionic"
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
344
|
{
|
|
530
345
|
"name": "type",
|
|
531
346
|
"description": "The type of the button.",
|
|
@@ -556,18 +371,6 @@
|
|
|
556
371
|
"value": ""
|
|
557
372
|
},
|
|
558
373
|
"attributes": [
|
|
559
|
-
{
|
|
560
|
-
"name": "mode",
|
|
561
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
562
|
-
"values": [
|
|
563
|
-
{
|
|
564
|
-
"name": "ios"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "md"
|
|
568
|
-
}
|
|
569
|
-
]
|
|
570
|
-
},
|
|
571
374
|
{
|
|
572
375
|
"name": "stop-propagation",
|
|
573
376
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -576,21 +379,6 @@
|
|
|
576
379
|
"name": "tappable",
|
|
577
380
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
578
381
|
},
|
|
579
|
-
{
|
|
580
|
-
"name": "theme",
|
|
581
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
582
|
-
"values": [
|
|
583
|
-
{
|
|
584
|
-
"name": "ios"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "md"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"name": "ionic"
|
|
591
|
-
}
|
|
592
|
-
]
|
|
593
|
-
},
|
|
594
382
|
{
|
|
595
383
|
"name": "visible",
|
|
596
384
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -645,61 +433,13 @@
|
|
|
645
433
|
},
|
|
646
434
|
{
|
|
647
435
|
"name": "mode",
|
|
648
|
-
"description": "The mode determines
|
|
649
|
-
"values": [
|
|
650
|
-
{
|
|
651
|
-
"name": "ios"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "md"
|
|
655
|
-
}
|
|
656
|
-
]
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "shape",
|
|
660
|
-
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
661
|
-
"values": [
|
|
662
|
-
{
|
|
663
|
-
"name": "soft"
|
|
664
|
-
}
|
|
665
|
-
]
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"name": "size",
|
|
669
|
-
"description": "Set to `\"xxsmall\"` for the smallest badge.\nSet to \"xsmall\" for a very small badge.\nSet to `\"small\"` for a small badge.\nSet to \"medium\" for a medium badge.\nSet to \"large\" for a large badge.\nSet to `\"xlarge\"` for the largest badge.\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
670
|
-
"values": [
|
|
671
|
-
{
|
|
672
|
-
"name": "large"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"name": "medium"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "small"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "xlarge"
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"name": "xsmall"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"name": "xxsmall"
|
|
688
|
-
}
|
|
689
|
-
]
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "theme",
|
|
693
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
436
|
+
"description": "The mode determines which platform styles to use.",
|
|
694
437
|
"values": [
|
|
695
438
|
{
|
|
696
439
|
"name": "ios"
|
|
697
440
|
},
|
|
698
441
|
{
|
|
699
442
|
"name": "md"
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "ionic"
|
|
703
443
|
}
|
|
704
444
|
]
|
|
705
445
|
}
|
|
@@ -769,7 +509,7 @@
|
|
|
769
509
|
},
|
|
770
510
|
{
|
|
771
511
|
"name": "mode",
|
|
772
|
-
"description": "The mode determines
|
|
512
|
+
"description": "The mode determines which platform styles to use.",
|
|
773
513
|
"values": [
|
|
774
514
|
{
|
|
775
515
|
"name": "ios"
|
|
@@ -805,21 +545,6 @@
|
|
|
805
545
|
{
|
|
806
546
|
"name": "target",
|
|
807
547
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "theme",
|
|
811
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
812
|
-
"values": [
|
|
813
|
-
{
|
|
814
|
-
"name": "ios"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"name": "md"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "ionic"
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
548
|
}
|
|
824
549
|
],
|
|
825
550
|
"references": [
|
|
@@ -883,28 +608,13 @@
|
|
|
883
608
|
},
|
|
884
609
|
{
|
|
885
610
|
"name": "mode",
|
|
886
|
-
"description": "The mode determines
|
|
887
|
-
"values": [
|
|
888
|
-
{
|
|
889
|
-
"name": "ios"
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "md"
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"name": "theme",
|
|
898
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
611
|
+
"description": "The mode determines which platform styles to use.",
|
|
899
612
|
"values": [
|
|
900
613
|
{
|
|
901
614
|
"name": "ios"
|
|
902
615
|
},
|
|
903
616
|
{
|
|
904
617
|
"name": "md"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "ionic"
|
|
908
618
|
}
|
|
909
619
|
]
|
|
910
620
|
}
|
|
@@ -1008,7 +718,7 @@
|
|
|
1008
718
|
},
|
|
1009
719
|
{
|
|
1010
720
|
"name": "mode",
|
|
1011
|
-
"description": "The mode determines
|
|
721
|
+
"description": "The mode determines which platform styles to use.",
|
|
1012
722
|
"values": [
|
|
1013
723
|
{
|
|
1014
724
|
"name": "ios"
|
|
@@ -1039,16 +749,10 @@
|
|
|
1039
749
|
},
|
|
1040
750
|
{
|
|
1041
751
|
"name": "shape",
|
|
1042
|
-
"description": "Set to `\"
|
|
752
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
1043
753
|
"values": [
|
|
1044
|
-
{
|
|
1045
|
-
"name": "rectangular"
|
|
1046
|
-
},
|
|
1047
754
|
{
|
|
1048
755
|
"name": "round"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "soft"
|
|
1052
756
|
}
|
|
1053
757
|
]
|
|
1054
758
|
},
|
|
@@ -1064,12 +768,6 @@
|
|
|
1064
768
|
},
|
|
1065
769
|
{
|
|
1066
770
|
"name": "small"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "xlarge"
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "xsmall"
|
|
1073
771
|
}
|
|
1074
772
|
]
|
|
1075
773
|
},
|
|
@@ -1081,21 +779,6 @@
|
|
|
1081
779
|
"name": "target",
|
|
1082
780
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1083
781
|
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "theme",
|
|
1086
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1087
|
-
"values": [
|
|
1088
|
-
{
|
|
1089
|
-
"name": "ios"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "md"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "ionic"
|
|
1096
|
-
}
|
|
1097
|
-
]
|
|
1098
|
-
},
|
|
1099
782
|
{
|
|
1100
783
|
"name": "type",
|
|
1101
784
|
"description": "The type of the button.",
|
|
@@ -1128,34 +811,7 @@
|
|
|
1128
811
|
"attributes": [
|
|
1129
812
|
{
|
|
1130
813
|
"name": "collapse",
|
|
1131
|
-
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "mode",
|
|
1135
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1136
|
-
"values": [
|
|
1137
|
-
{
|
|
1138
|
-
"name": "ios"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"name": "md"
|
|
1142
|
-
}
|
|
1143
|
-
]
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"name": "theme",
|
|
1147
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1148
|
-
"values": [
|
|
1149
|
-
{
|
|
1150
|
-
"name": "ios"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "md"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "ionic"
|
|
1157
|
-
}
|
|
1158
|
-
]
|
|
814
|
+
"description": "If true, buttons will disappear when its\nparent toolbar has fully collapsed if the toolbar\nis not the first toolbar. If the toolbar is the\nfirst toolbar, the buttons will be hidden and will\nonly be shown once all toolbars have fully collapsed.\n\nOnly applies in `ios` mode with `collapse` set to\n`true` on `ion-header`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)"
|
|
1159
815
|
}
|
|
1160
816
|
],
|
|
1161
817
|
"references": [
|
|
@@ -1223,7 +879,7 @@
|
|
|
1223
879
|
},
|
|
1224
880
|
{
|
|
1225
881
|
"name": "mode",
|
|
1226
|
-
"description": "The mode determines
|
|
882
|
+
"description": "The mode determines which platform styles to use.",
|
|
1227
883
|
"values": [
|
|
1228
884
|
{
|
|
1229
885
|
"name": "ios"
|
|
@@ -1252,40 +908,10 @@
|
|
|
1252
908
|
}
|
|
1253
909
|
]
|
|
1254
910
|
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "shape",
|
|
1257
|
-
"description": "Set to `\"soft\"` for a card with slightly rounded corners, `\"round\"` for a card with more\nrounded corners, or `\"rectangular\"` for a card without rounded corners.\nDefaults to `\"round\"`.",
|
|
1258
|
-
"values": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "rectangular"
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"name": "round"
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "soft"
|
|
1267
|
-
}
|
|
1268
|
-
]
|
|
1269
|
-
},
|
|
1270
911
|
{
|
|
1271
912
|
"name": "target",
|
|
1272
913
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1273
914
|
},
|
|
1274
|
-
{
|
|
1275
|
-
"name": "theme",
|
|
1276
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1277
|
-
"values": [
|
|
1278
|
-
{
|
|
1279
|
-
"name": "ios"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"name": "md"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "ionic"
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1288
|
-
},
|
|
1289
915
|
{
|
|
1290
916
|
"name": "type",
|
|
1291
917
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1318,28 +944,13 @@
|
|
|
1318
944
|
"attributes": [
|
|
1319
945
|
{
|
|
1320
946
|
"name": "mode",
|
|
1321
|
-
"description": "The mode determines
|
|
1322
|
-
"values": [
|
|
1323
|
-
{
|
|
1324
|
-
"name": "ios"
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "md"
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "theme",
|
|
1333
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
947
|
+
"description": "The mode determines which platform styles to use.",
|
|
1334
948
|
"values": [
|
|
1335
949
|
{
|
|
1336
950
|
"name": "ios"
|
|
1337
951
|
},
|
|
1338
952
|
{
|
|
1339
953
|
"name": "md"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"name": "ionic"
|
|
1343
954
|
}
|
|
1344
955
|
]
|
|
1345
956
|
}
|
|
@@ -1393,34 +1004,19 @@
|
|
|
1393
1004
|
},
|
|
1394
1005
|
{
|
|
1395
1006
|
"name": "mode",
|
|
1396
|
-
"description": "The mode determines
|
|
1397
|
-
"values": [
|
|
1398
|
-
{
|
|
1399
|
-
"name": "ios"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"name": "md"
|
|
1403
|
-
}
|
|
1404
|
-
]
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "theme",
|
|
1408
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1007
|
+
"description": "The mode determines which platform styles to use.",
|
|
1409
1008
|
"values": [
|
|
1410
1009
|
{
|
|
1411
1010
|
"name": "ios"
|
|
1412
1011
|
},
|
|
1413
1012
|
{
|
|
1414
1013
|
"name": "md"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"name": "ionic"
|
|
1418
1014
|
}
|
|
1419
1015
|
]
|
|
1420
1016
|
},
|
|
1421
1017
|
{
|
|
1422
1018
|
"name": "translucent",
|
|
1423
|
-
"description": "If `true`, the card header will be translucent.\nOnly applies when the
|
|
1019
|
+
"description": "If `true`, the card header 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)."
|
|
1424
1020
|
}
|
|
1425
1021
|
],
|
|
1426
1022
|
"references": [
|
|
@@ -1472,28 +1068,13 @@
|
|
|
1472
1068
|
},
|
|
1473
1069
|
{
|
|
1474
1070
|
"name": "mode",
|
|
1475
|
-
"description": "The mode determines
|
|
1476
|
-
"values": [
|
|
1477
|
-
{
|
|
1478
|
-
"name": "ios"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "md"
|
|
1482
|
-
}
|
|
1483
|
-
]
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"name": "theme",
|
|
1487
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1071
|
+
"description": "The mode determines which platform styles to use.",
|
|
1488
1072
|
"values": [
|
|
1489
1073
|
{
|
|
1490
1074
|
"name": "ios"
|
|
1491
1075
|
},
|
|
1492
1076
|
{
|
|
1493
1077
|
"name": "md"
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"name": "ionic"
|
|
1497
1078
|
}
|
|
1498
1079
|
]
|
|
1499
1080
|
}
|
|
@@ -1547,28 +1128,13 @@
|
|
|
1547
1128
|
},
|
|
1548
1129
|
{
|
|
1549
1130
|
"name": "mode",
|
|
1550
|
-
"description": "The mode determines
|
|
1551
|
-
"values": [
|
|
1552
|
-
{
|
|
1553
|
-
"name": "ios"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"name": "md"
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"name": "theme",
|
|
1562
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1131
|
+
"description": "The mode determines which platform styles to use.",
|
|
1563
1132
|
"values": [
|
|
1564
1133
|
{
|
|
1565
1134
|
"name": "ios"
|
|
1566
1135
|
},
|
|
1567
1136
|
{
|
|
1568
1137
|
"name": "md"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "ionic"
|
|
1572
1138
|
}
|
|
1573
1139
|
]
|
|
1574
1140
|
}
|
|
@@ -1679,7 +1245,7 @@
|
|
|
1679
1245
|
},
|
|
1680
1246
|
{
|
|
1681
1247
|
"name": "mode",
|
|
1682
|
-
"description": "The mode determines
|
|
1248
|
+
"description": "The mode determines which platform styles to use.",
|
|
1683
1249
|
"values": [
|
|
1684
1250
|
{
|
|
1685
1251
|
"name": "ios"
|
|
@@ -1693,42 +1259,6 @@
|
|
|
1693
1259
|
"name": "name",
|
|
1694
1260
|
"description": "The name of the control, which is submitted with the form data."
|
|
1695
1261
|
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "shape",
|
|
1698
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1699
|
-
"values": [
|
|
1700
|
-
{
|
|
1701
|
-
"name": "rectangular"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "soft"
|
|
1705
|
-
}
|
|
1706
|
-
]
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"name": "size",
|
|
1710
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1711
|
-
"values": [
|
|
1712
|
-
{
|
|
1713
|
-
"name": "small"
|
|
1714
|
-
}
|
|
1715
|
-
]
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "theme",
|
|
1719
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1720
|
-
"values": [
|
|
1721
|
-
{
|
|
1722
|
-
"name": "ios"
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "md"
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"name": "ionic"
|
|
1729
|
-
}
|
|
1730
|
-
]
|
|
1731
|
-
},
|
|
1732
1262
|
{
|
|
1733
1263
|
"name": "value",
|
|
1734
1264
|
"description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`."
|
|
@@ -1787,7 +1317,7 @@
|
|
|
1787
1317
|
},
|
|
1788
1318
|
{
|
|
1789
1319
|
"name": "mode",
|
|
1790
|
-
"description": "The mode determines
|
|
1320
|
+
"description": "The mode determines which platform styles to use.",
|
|
1791
1321
|
"values": [
|
|
1792
1322
|
{
|
|
1793
1323
|
"name": "ios"
|
|
@@ -1800,48 +1330,6 @@
|
|
|
1800
1330
|
{
|
|
1801
1331
|
"name": "outline",
|
|
1802
1332
|
"description": "Display an outline style button."
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"name": "shape",
|
|
1806
|
-
"description": "Set to `\"soft\"` for a chip with slightly rounded corners, `\"round\"` for a chip with fully\nrounded corners, or `\"rectangular\"` for a chip without rounded corners.\nDefaults to `\"round\"` for the `\"ionic\"` theme and `\"soft\"` for all other themes.",
|
|
1807
|
-
"values": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "rectangular"
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"name": "round"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "soft"
|
|
1816
|
-
}
|
|
1817
|
-
]
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "size",
|
|
1821
|
-
"description": "Set to `\"small\"` for a chip with less height and padding.\n\nDefaults to `\"large\"` for the ionic theme, and undefined for all other themes.",
|
|
1822
|
-
"values": [
|
|
1823
|
-
{
|
|
1824
|
-
"name": "large"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "small"
|
|
1828
|
-
}
|
|
1829
|
-
]
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "theme",
|
|
1833
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1834
|
-
"values": [
|
|
1835
|
-
{
|
|
1836
|
-
"name": "ios"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"name": "md"
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"name": "ionic"
|
|
1843
|
-
}
|
|
1844
|
-
]
|
|
1845
1333
|
}
|
|
1846
1334
|
],
|
|
1847
1335
|
"references": [
|
|
@@ -1858,18 +1346,6 @@
|
|
|
1858
1346
|
"value": ""
|
|
1859
1347
|
},
|
|
1860
1348
|
"attributes": [
|
|
1861
|
-
{
|
|
1862
|
-
"name": "mode",
|
|
1863
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1864
|
-
"values": [
|
|
1865
|
-
{
|
|
1866
|
-
"name": "ios"
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"name": "md"
|
|
1870
|
-
}
|
|
1871
|
-
]
|
|
1872
|
-
},
|
|
1873
1349
|
{
|
|
1874
1350
|
"name": "offset",
|
|
1875
1351
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1965,21 +1441,6 @@
|
|
|
1965
1441
|
{
|
|
1966
1442
|
"name": "size-xs",
|
|
1967
1443
|
"description": "The size of the column for xs screens, in terms of how many columns it should take up out\nof the total available. If `\"auto\"` is passed, the column will be the size of its content."
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"name": "theme",
|
|
1971
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1972
|
-
"values": [
|
|
1973
|
-
{
|
|
1974
|
-
"name": "ios"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"name": "md"
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "ionic"
|
|
1981
|
-
}
|
|
1982
|
-
]
|
|
1983
1444
|
}
|
|
1984
1445
|
],
|
|
1985
1446
|
"references": [
|
|
@@ -2049,18 +1510,6 @@
|
|
|
2049
1510
|
"name": "fullscreen",
|
|
2050
1511
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
2051
1512
|
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "mode",
|
|
2054
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2055
|
-
"values": [
|
|
2056
|
-
{
|
|
2057
|
-
"name": "ios"
|
|
2058
|
-
},
|
|
2059
|
-
{
|
|
2060
|
-
"name": "md"
|
|
2061
|
-
}
|
|
2062
|
-
]
|
|
2063
|
-
},
|
|
2064
1513
|
{
|
|
2065
1514
|
"name": "scroll-events",
|
|
2066
1515
|
"description": "Because of performance reasons, ionScroll events are disabled by default, in order to enable them\nand start listening from (ionScroll), set this property to `true`."
|
|
@@ -2072,21 +1521,6 @@
|
|
|
2072
1521
|
{
|
|
2073
1522
|
"name": "scroll-y",
|
|
2074
1523
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "theme",
|
|
2078
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2079
|
-
"values": [
|
|
2080
|
-
{
|
|
2081
|
-
"name": "ios"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"name": "md"
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "ionic"
|
|
2088
|
-
}
|
|
2089
|
-
]
|
|
2090
1524
|
}
|
|
2091
1525
|
],
|
|
2092
1526
|
"references": [
|
|
@@ -2200,7 +1634,7 @@
|
|
|
2200
1634
|
},
|
|
2201
1635
|
{
|
|
2202
1636
|
"name": "mode",
|
|
2203
|
-
"description": "The mode determines
|
|
1637
|
+
"description": "The mode determines which platform styles to use.",
|
|
2204
1638
|
"values": [
|
|
2205
1639
|
{
|
|
2206
1640
|
"name": "ios"
|
|
@@ -2285,21 +1719,6 @@
|
|
|
2285
1719
|
}
|
|
2286
1720
|
]
|
|
2287
1721
|
},
|
|
2288
|
-
{
|
|
2289
|
-
"name": "theme",
|
|
2290
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2291
|
-
"values": [
|
|
2292
|
-
{
|
|
2293
|
-
"name": "ios"
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "md"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"name": "ionic"
|
|
2300
|
-
}
|
|
2301
|
-
]
|
|
2302
|
-
},
|
|
2303
1722
|
{
|
|
2304
1723
|
"name": "value",
|
|
2305
1724
|
"description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
|
|
@@ -2366,7 +1785,7 @@
|
|
|
2366
1785
|
},
|
|
2367
1786
|
{
|
|
2368
1787
|
"name": "mode",
|
|
2369
|
-
"description": "The mode determines
|
|
1788
|
+
"description": "The mode determines which platform styles to use.",
|
|
2370
1789
|
"values": [
|
|
2371
1790
|
{
|
|
2372
1791
|
"name": "ios"
|
|
@@ -2375,24 +1794,9 @@
|
|
|
2375
1794
|
"name": "md"
|
|
2376
1795
|
}
|
|
2377
1796
|
]
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2382
|
-
"values": [
|
|
2383
|
-
{
|
|
2384
|
-
"name": "ios"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"name": "md"
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"name": "ionic"
|
|
2391
|
-
}
|
|
2392
|
-
]
|
|
2393
|
-
}
|
|
2394
|
-
],
|
|
2395
|
-
"references": [
|
|
1797
|
+
}
|
|
1798
|
+
],
|
|
1799
|
+
"references": [
|
|
2396
1800
|
{
|
|
2397
1801
|
"name": "Source code",
|
|
2398
1802
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
@@ -2429,33 +1833,6 @@
|
|
|
2429
1833
|
}
|
|
2430
1834
|
]
|
|
2431
1835
|
},
|
|
2432
|
-
{
|
|
2433
|
-
"name": "mode",
|
|
2434
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2435
|
-
"values": [
|
|
2436
|
-
{
|
|
2437
|
-
"name": "ios"
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"name": "md"
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"name": "theme",
|
|
2446
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2447
|
-
"values": [
|
|
2448
|
-
{
|
|
2449
|
-
"name": "ios"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "md"
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"name": "ionic"
|
|
2456
|
-
}
|
|
2457
|
-
]
|
|
2458
|
-
},
|
|
2459
1836
|
{
|
|
2460
1837
|
"name": "vertical",
|
|
2461
1838
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2541,7 +1918,7 @@
|
|
|
2541
1918
|
},
|
|
2542
1919
|
{
|
|
2543
1920
|
"name": "mode",
|
|
2544
|
-
"description": "The mode determines
|
|
1921
|
+
"description": "The mode determines which platform styles to use.",
|
|
2545
1922
|
"values": [
|
|
2546
1923
|
{
|
|
2547
1924
|
"name": "ios"
|
|
@@ -2587,24 +1964,9 @@
|
|
|
2587
1964
|
"name": "target",
|
|
2588
1965
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2589
1966
|
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "theme",
|
|
2592
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2593
|
-
"values": [
|
|
2594
|
-
{
|
|
2595
|
-
"name": "ios"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"name": "md"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "ionic"
|
|
2602
|
-
}
|
|
2603
|
-
]
|
|
2604
|
-
},
|
|
2605
1967
|
{
|
|
2606
1968
|
"name": "translucent",
|
|
2607
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1969
|
+
"description": "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)."
|
|
2608
1970
|
},
|
|
2609
1971
|
{
|
|
2610
1972
|
"name": "type",
|
|
@@ -2640,18 +2002,6 @@
|
|
|
2640
2002
|
"name": "activated",
|
|
2641
2003
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2642
2004
|
},
|
|
2643
|
-
{
|
|
2644
|
-
"name": "mode",
|
|
2645
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2646
|
-
"values": [
|
|
2647
|
-
{
|
|
2648
|
-
"name": "ios"
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"name": "md"
|
|
2652
|
-
}
|
|
2653
|
-
]
|
|
2654
|
-
},
|
|
2655
2005
|
{
|
|
2656
2006
|
"name": "side",
|
|
2657
2007
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2669,21 +2019,6 @@
|
|
|
2669
2019
|
"name": "top"
|
|
2670
2020
|
}
|
|
2671
2021
|
]
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "theme",
|
|
2675
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2676
|
-
"values": [
|
|
2677
|
-
{
|
|
2678
|
-
"name": "ios"
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"name": "md"
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"name": "ionic"
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
2022
|
}
|
|
2688
2023
|
],
|
|
2689
2024
|
"references": [
|
|
@@ -2702,7 +2037,7 @@
|
|
|
2702
2037
|
"attributes": [
|
|
2703
2038
|
{
|
|
2704
2039
|
"name": "collapse",
|
|
2705
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2040
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
2706
2041
|
"values": [
|
|
2707
2042
|
{
|
|
2708
2043
|
"name": "fade"
|
|
@@ -2711,34 +2046,19 @@
|
|
|
2711
2046
|
},
|
|
2712
2047
|
{
|
|
2713
2048
|
"name": "mode",
|
|
2714
|
-
"description": "The mode determines
|
|
2715
|
-
"values": [
|
|
2716
|
-
{
|
|
2717
|
-
"name": "ios"
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"name": "md"
|
|
2721
|
-
}
|
|
2722
|
-
]
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"name": "theme",
|
|
2726
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2049
|
+
"description": "The mode determines which platform styles to use.",
|
|
2727
2050
|
"values": [
|
|
2728
2051
|
{
|
|
2729
2052
|
"name": "ios"
|
|
2730
2053
|
},
|
|
2731
2054
|
{
|
|
2732
2055
|
"name": "md"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"name": "ionic"
|
|
2736
2056
|
}
|
|
2737
2057
|
]
|
|
2738
2058
|
},
|
|
2739
2059
|
{
|
|
2740
2060
|
"name": "translucent",
|
|
2741
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2061
|
+
"description": "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."
|
|
2742
2062
|
}
|
|
2743
2063
|
],
|
|
2744
2064
|
"references": [
|
|
@@ -2758,33 +2078,6 @@
|
|
|
2758
2078
|
{
|
|
2759
2079
|
"name": "fixed",
|
|
2760
2080
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"name": "mode",
|
|
2764
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2765
|
-
"values": [
|
|
2766
|
-
{
|
|
2767
|
-
"name": "ios"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "md"
|
|
2771
|
-
}
|
|
2772
|
-
]
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"name": "theme",
|
|
2776
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2777
|
-
"values": [
|
|
2778
|
-
{
|
|
2779
|
-
"name": "ios"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"name": "md"
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"name": "ionic"
|
|
2786
|
-
}
|
|
2787
|
-
]
|
|
2788
2081
|
}
|
|
2789
2082
|
],
|
|
2790
2083
|
"references": [
|
|
@@ -2803,7 +2096,7 @@
|
|
|
2803
2096
|
"attributes": [
|
|
2804
2097
|
{
|
|
2805
2098
|
"name": "collapse",
|
|
2806
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2099
|
+
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies in iOS mode.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
|
|
2807
2100
|
"values": [
|
|
2808
2101
|
{
|
|
2809
2102
|
"name": "condense"
|
|
@@ -2813,40 +2106,21 @@
|
|
|
2813
2106
|
}
|
|
2814
2107
|
]
|
|
2815
2108
|
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "divider",
|
|
2818
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2819
|
-
},
|
|
2820
2109
|
{
|
|
2821
2110
|
"name": "mode",
|
|
2822
|
-
"description": "The mode determines
|
|
2823
|
-
"values": [
|
|
2824
|
-
{
|
|
2825
|
-
"name": "ios"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "md"
|
|
2829
|
-
}
|
|
2830
|
-
]
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "theme",
|
|
2834
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2111
|
+
"description": "The mode determines which platform styles to use.",
|
|
2835
2112
|
"values": [
|
|
2836
2113
|
{
|
|
2837
2114
|
"name": "ios"
|
|
2838
2115
|
},
|
|
2839
2116
|
{
|
|
2840
2117
|
"name": "md"
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"name": "ionic"
|
|
2844
2118
|
}
|
|
2845
2119
|
]
|
|
2846
2120
|
},
|
|
2847
2121
|
{
|
|
2848
2122
|
"name": "translucent",
|
|
2849
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2123
|
+
"description": "If `true`, the header 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 header, the `fullscreen`\nattribute needs to be set on the content."
|
|
2850
2124
|
}
|
|
2851
2125
|
],
|
|
2852
2126
|
"references": [
|
|
@@ -2867,36 +2141,9 @@
|
|
|
2867
2141
|
"name": "alt",
|
|
2868
2142
|
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded."
|
|
2869
2143
|
},
|
|
2870
|
-
{
|
|
2871
|
-
"name": "mode",
|
|
2872
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2873
|
-
"values": [
|
|
2874
|
-
{
|
|
2875
|
-
"name": "ios"
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"name": "md"
|
|
2879
|
-
}
|
|
2880
|
-
]
|
|
2881
|
-
},
|
|
2882
2144
|
{
|
|
2883
2145
|
"name": "src",
|
|
2884
2146
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
"name": "theme",
|
|
2888
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2889
|
-
"values": [
|
|
2890
|
-
{
|
|
2891
|
-
"name": "ios"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"name": "md"
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "ionic"
|
|
2898
|
-
}
|
|
2899
|
-
]
|
|
2900
2147
|
}
|
|
2901
2148
|
],
|
|
2902
2149
|
"references": [
|
|
@@ -2917,18 +2164,6 @@
|
|
|
2917
2164
|
"name": "disabled",
|
|
2918
2165
|
"description": "If `true`, the infinite scroll will be hidden and scroll event listeners\nwill be removed.\n\nSet this to true to disable the infinite scroll from actively\ntrying to receive new data while scrolling. This is useful\nwhen it is known that there is no more data that can be added, and\nthe infinite scroll is no longer needed."
|
|
2919
2166
|
},
|
|
2920
|
-
{
|
|
2921
|
-
"name": "mode",
|
|
2922
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2923
|
-
"values": [
|
|
2924
|
-
{
|
|
2925
|
-
"name": "ios"
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "md"
|
|
2929
|
-
}
|
|
2930
|
-
]
|
|
2931
|
-
},
|
|
2932
2167
|
{
|
|
2933
2168
|
"name": "position",
|
|
2934
2169
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -2941,21 +2176,6 @@
|
|
|
2941
2176
|
}
|
|
2942
2177
|
]
|
|
2943
2178
|
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "theme",
|
|
2946
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2947
|
-
"values": [
|
|
2948
|
-
{
|
|
2949
|
-
"name": "ios"
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"name": "md"
|
|
2953
|
-
},
|
|
2954
|
-
{
|
|
2955
|
-
"name": "ionic"
|
|
2956
|
-
}
|
|
2957
|
-
]
|
|
2958
|
-
},
|
|
2959
2179
|
{
|
|
2960
2180
|
"name": "threshold",
|
|
2961
2181
|
"description": "The threshold distance from the bottom\nof the content to call the `infinite` output event when scrolled.\nThe threshold value can be either a percent, or\nin pixels. For example, use the value of `10%` for the `infinite`\noutput event to get called when the user has scrolled 10%\nfrom the bottom of the page. Use the value `100px` when the\nscroll is within 100 pixels from the bottom of the page."
|
|
@@ -3011,33 +2231,6 @@
|
|
|
3011
2231
|
{
|
|
3012
2232
|
"name": "loading-text",
|
|
3013
2233
|
"description": "Optional text to display while loading.\n`loadingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nThis property accepts custom HTML as a string.\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"name": "mode",
|
|
3017
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3018
|
-
"values": [
|
|
3019
|
-
{
|
|
3020
|
-
"name": "ios"
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"name": "md"
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"name": "theme",
|
|
3029
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3030
|
-
"values": [
|
|
3031
|
-
{
|
|
3032
|
-
"name": "ios"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"name": "md"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"name": "ionic"
|
|
3039
|
-
}
|
|
3040
|
-
]
|
|
3041
2234
|
}
|
|
3042
2235
|
],
|
|
3043
2236
|
"references": [
|
|
@@ -3066,73 +2259,79 @@
|
|
|
3066
2259
|
"name": "name"
|
|
3067
2260
|
},
|
|
3068
2261
|
{
|
|
3069
|
-
"name": "
|
|
2262
|
+
"name": "email"
|
|
3070
2263
|
},
|
|
3071
2264
|
{
|
|
3072
|
-
"name": "
|
|
2265
|
+
"name": "tel"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "url"
|
|
3073
2269
|
},
|
|
3074
2270
|
{
|
|
3075
2271
|
"name": "on"
|
|
3076
2272
|
},
|
|
3077
2273
|
{
|
|
3078
|
-
"name": "
|
|
2274
|
+
"name": "off"
|
|
3079
2275
|
},
|
|
3080
2276
|
{
|
|
3081
|
-
"name": "
|
|
2277
|
+
"name": "honorific-prefix"
|
|
3082
2278
|
},
|
|
3083
2279
|
{
|
|
3084
|
-
"name": "
|
|
2280
|
+
"name": "given-name"
|
|
3085
2281
|
},
|
|
3086
2282
|
{
|
|
3087
|
-
"name": "
|
|
2283
|
+
"name": "additional-name"
|
|
3088
2284
|
},
|
|
3089
2285
|
{
|
|
3090
|
-
"name": "
|
|
2286
|
+
"name": "family-name"
|
|
3091
2287
|
},
|
|
3092
2288
|
{
|
|
3093
|
-
"name": "
|
|
2289
|
+
"name": "honorific-suffix"
|
|
3094
2290
|
},
|
|
3095
2291
|
{
|
|
3096
|
-
"name": "
|
|
2292
|
+
"name": "nickname"
|
|
3097
2293
|
},
|
|
3098
2294
|
{
|
|
3099
|
-
"name": "
|
|
2295
|
+
"name": "username"
|
|
3100
2296
|
},
|
|
3101
2297
|
{
|
|
3102
|
-
"name": "
|
|
2298
|
+
"name": "new-password"
|
|
3103
2299
|
},
|
|
3104
2300
|
{
|
|
3105
|
-
"name": "
|
|
2301
|
+
"name": "current-password"
|
|
3106
2302
|
},
|
|
3107
2303
|
{
|
|
3108
|
-
"name": "
|
|
2304
|
+
"name": "one-time-code"
|
|
3109
2305
|
},
|
|
3110
2306
|
{
|
|
3111
|
-
"name": "
|
|
2307
|
+
"name": "organization-title"
|
|
3112
2308
|
},
|
|
3113
2309
|
{
|
|
3114
|
-
"name": "
|
|
2310
|
+
"name": "organization"
|
|
3115
2311
|
},
|
|
3116
2312
|
{
|
|
3117
|
-
"name": "
|
|
2313
|
+
"name": "street-address"
|
|
3118
2314
|
},
|
|
3119
2315
|
{
|
|
3120
|
-
"name": "
|
|
2316
|
+
"name": "address-line1"
|
|
3121
2317
|
},
|
|
3122
2318
|
{
|
|
3123
|
-
"name": "
|
|
2319
|
+
"name": "address-line2"
|
|
3124
2320
|
},
|
|
3125
2321
|
{
|
|
3126
|
-
"name": "
|
|
2322
|
+
"name": "address-line3"
|
|
3127
2323
|
},
|
|
3128
2324
|
{
|
|
3129
|
-
"name": "
|
|
2325
|
+
"name": "address-level4"
|
|
3130
2326
|
},
|
|
3131
2327
|
{
|
|
3132
|
-
"name": "
|
|
2328
|
+
"name": "address-level3"
|
|
3133
2329
|
},
|
|
3134
2330
|
{
|
|
3135
|
-
"name": "
|
|
2331
|
+
"name": "address-level2"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "address-level1"
|
|
3136
2335
|
},
|
|
3137
2336
|
{
|
|
3138
2337
|
"name": "country"
|
|
@@ -3141,82 +2340,76 @@
|
|
|
3141
2340
|
"name": "country-name"
|
|
3142
2341
|
},
|
|
3143
2342
|
{
|
|
3144
|
-
"name": "
|
|
2343
|
+
"name": "postal-code"
|
|
3145
2344
|
},
|
|
3146
2345
|
{
|
|
3147
|
-
"name": "
|
|
2346
|
+
"name": "cc-name"
|
|
3148
2347
|
},
|
|
3149
2348
|
{
|
|
3150
|
-
"name": "given-name"
|
|
2349
|
+
"name": "cc-given-name"
|
|
3151
2350
|
},
|
|
3152
2351
|
{
|
|
3153
|
-
"name": "
|
|
2352
|
+
"name": "cc-additional-name"
|
|
3154
2353
|
},
|
|
3155
2354
|
{
|
|
3156
|
-
"name": "
|
|
2355
|
+
"name": "cc-family-name"
|
|
3157
2356
|
},
|
|
3158
2357
|
{
|
|
3159
|
-
"name": "
|
|
2358
|
+
"name": "cc-number"
|
|
3160
2359
|
},
|
|
3161
2360
|
{
|
|
3162
|
-
"name": "
|
|
2361
|
+
"name": "cc-exp"
|
|
3163
2362
|
},
|
|
3164
2363
|
{
|
|
3165
|
-
"name": "
|
|
2364
|
+
"name": "cc-exp-month"
|
|
3166
2365
|
},
|
|
3167
2366
|
{
|
|
3168
|
-
"name": "
|
|
2367
|
+
"name": "cc-exp-year"
|
|
3169
2368
|
},
|
|
3170
2369
|
{
|
|
3171
|
-
"name": "
|
|
2370
|
+
"name": "cc-csc"
|
|
3172
2371
|
},
|
|
3173
2372
|
{
|
|
3174
|
-
"name": "
|
|
2373
|
+
"name": "cc-type"
|
|
3175
2374
|
},
|
|
3176
2375
|
{
|
|
3177
2376
|
"name": "transaction-currency"
|
|
3178
2377
|
},
|
|
3179
2378
|
{
|
|
3180
|
-
"name": "
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "email"
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"name": "tel"
|
|
2379
|
+
"name": "transaction-amount"
|
|
3187
2380
|
},
|
|
3188
2381
|
{
|
|
3189
|
-
"name": "
|
|
2382
|
+
"name": "language"
|
|
3190
2383
|
},
|
|
3191
2384
|
{
|
|
3192
|
-
"name": "
|
|
2385
|
+
"name": "bday"
|
|
3193
2386
|
},
|
|
3194
2387
|
{
|
|
3195
|
-
"name": "
|
|
2388
|
+
"name": "bday-day"
|
|
3196
2389
|
},
|
|
3197
2390
|
{
|
|
3198
|
-
"name": "
|
|
2391
|
+
"name": "bday-month"
|
|
3199
2392
|
},
|
|
3200
2393
|
{
|
|
3201
|
-
"name": "
|
|
2394
|
+
"name": "bday-year"
|
|
3202
2395
|
},
|
|
3203
2396
|
{
|
|
3204
|
-
"name": "
|
|
2397
|
+
"name": "sex"
|
|
3205
2398
|
},
|
|
3206
2399
|
{
|
|
3207
|
-
"name": "
|
|
2400
|
+
"name": "tel-country-code"
|
|
3208
2401
|
},
|
|
3209
2402
|
{
|
|
3210
|
-
"name": "
|
|
2403
|
+
"name": "tel-national"
|
|
3211
2404
|
},
|
|
3212
2405
|
{
|
|
3213
|
-
"name": "
|
|
2406
|
+
"name": "tel-area-code"
|
|
3214
2407
|
},
|
|
3215
2408
|
{
|
|
3216
|
-
"name": "
|
|
2409
|
+
"name": "tel-local"
|
|
3217
2410
|
},
|
|
3218
2411
|
{
|
|
3219
|
-
"name": "
|
|
2412
|
+
"name": "tel-extension"
|
|
3220
2413
|
},
|
|
3221
2414
|
{
|
|
3222
2415
|
"name": "impp"
|
|
@@ -3332,7 +2525,7 @@
|
|
|
3332
2525
|
},
|
|
3333
2526
|
{
|
|
3334
2527
|
"name": "fill",
|
|
3335
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
2528
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
3336
2529
|
"values": [
|
|
3337
2530
|
{
|
|
3338
2531
|
"name": "outline"
|
|
@@ -3382,7 +2575,7 @@
|
|
|
3382
2575
|
},
|
|
3383
2576
|
{
|
|
3384
2577
|
"name": "label-placement",
|
|
3385
|
-
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\")
|
|
2578
|
+
"description": "Where to place the label relative to the input.\n`\"start\"`: The label will appear to the left of the input in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the input in LTR and to the left in RTL.\n`\"floating\"`: The label will appear smaller and above the input when the input is focused or it has a value. Otherwise it will appear on top of the input.\n`\"stacked\"`: The label will appear smaller and above the input regardless even when the input is blurred or has no value.\n`\"fixed\"`: The label has the same behavior as `\"start\"` except it also has a fixed width. Long text will be truncated with ellipses (\"...\").",
|
|
3386
2579
|
"values": [
|
|
3387
2580
|
{
|
|
3388
2581
|
"name": "end"
|
|
@@ -3419,7 +2612,7 @@
|
|
|
3419
2612
|
},
|
|
3420
2613
|
{
|
|
3421
2614
|
"name": "mode",
|
|
3422
|
-
"description": "The mode determines
|
|
2615
|
+
"description": "The mode determines which platform styles to use.",
|
|
3423
2616
|
"values": [
|
|
3424
2617
|
{
|
|
3425
2618
|
"name": "ios"
|
|
@@ -3455,31 +2648,10 @@
|
|
|
3455
2648
|
},
|
|
3456
2649
|
{
|
|
3457
2650
|
"name": "shape",
|
|
3458
|
-
"description": "
|
|
2651
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
3459
2652
|
"values": [
|
|
3460
|
-
{
|
|
3461
|
-
"name": "rectangular"
|
|
3462
|
-
},
|
|
3463
2653
|
{
|
|
3464
2654
|
"name": "round"
|
|
3465
|
-
},
|
|
3466
|
-
{
|
|
3467
|
-
"name": "soft"
|
|
3468
|
-
}
|
|
3469
|
-
]
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"name": "size",
|
|
3473
|
-
"description": "The size of the input. If \"large\", it will have an increased height. By default the\nsize is medium. This property only applies to the `\"ionic\"` theme.",
|
|
3474
|
-
"values": [
|
|
3475
|
-
{
|
|
3476
|
-
"name": "large"
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"name": "medium"
|
|
3480
|
-
},
|
|
3481
|
-
{
|
|
3482
|
-
"name": "xlarge"
|
|
3483
2655
|
}
|
|
3484
2656
|
]
|
|
3485
2657
|
},
|
|
@@ -3491,21 +2663,6 @@
|
|
|
3491
2663
|
"name": "step",
|
|
3492
2664
|
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number."
|
|
3493
2665
|
},
|
|
3494
|
-
{
|
|
3495
|
-
"name": "theme",
|
|
3496
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3497
|
-
"values": [
|
|
3498
|
-
{
|
|
3499
|
-
"name": "ios"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "md"
|
|
3503
|
-
},
|
|
3504
|
-
{
|
|
3505
|
-
"name": "ionic"
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
},
|
|
3509
2666
|
{
|
|
3510
2667
|
"name": "type",
|
|
3511
2668
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3674,7 +2831,7 @@
|
|
|
3674
2831
|
},
|
|
3675
2832
|
{
|
|
3676
2833
|
"name": "detail",
|
|
3677
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
2834
|
+
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode`\nis `ios` and an `href` or `button` property is present."
|
|
3678
2835
|
},
|
|
3679
2836
|
{
|
|
3680
2837
|
"name": "detail-icon",
|
|
@@ -3709,7 +2866,7 @@
|
|
|
3709
2866
|
},
|
|
3710
2867
|
{
|
|
3711
2868
|
"name": "mode",
|
|
3712
|
-
"description": "The mode determines
|
|
2869
|
+
"description": "The mode determines which platform styles to use.",
|
|
3713
2870
|
"values": [
|
|
3714
2871
|
{
|
|
3715
2872
|
"name": "ios"
|
|
@@ -3742,21 +2899,6 @@
|
|
|
3742
2899
|
"name": "target",
|
|
3743
2900
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3744
2901
|
},
|
|
3745
|
-
{
|
|
3746
|
-
"name": "theme",
|
|
3747
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3748
|
-
"values": [
|
|
3749
|
-
{
|
|
3750
|
-
"name": "ios"
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"name": "md"
|
|
3754
|
-
},
|
|
3755
|
-
{
|
|
3756
|
-
"name": "ionic"
|
|
3757
|
-
}
|
|
3758
|
-
]
|
|
3759
|
-
},
|
|
3760
2902
|
{
|
|
3761
2903
|
"name": "type",
|
|
3762
2904
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3822,7 +2964,7 @@
|
|
|
3822
2964
|
},
|
|
3823
2965
|
{
|
|
3824
2966
|
"name": "mode",
|
|
3825
|
-
"description": "The mode determines
|
|
2967
|
+
"description": "The mode determines which platform styles to use.",
|
|
3826
2968
|
"values": [
|
|
3827
2969
|
{
|
|
3828
2970
|
"name": "ios"
|
|
@@ -3835,21 +2977,6 @@
|
|
|
3835
2977
|
{
|
|
3836
2978
|
"name": "sticky",
|
|
3837
2979
|
"description": "When it's set to `true`, the item-divider will stay visible when it reaches the top\nof the viewport until the next `ion-item-divider` replaces it.\n\nThis feature relies in `position:sticky`:\nhttps://caniuse.com/#feat=css-sticky"
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"name": "theme",
|
|
3841
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3842
|
-
"values": [
|
|
3843
|
-
{
|
|
3844
|
-
"name": "ios"
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "md"
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"name": "ionic"
|
|
3851
|
-
}
|
|
3852
|
-
]
|
|
3853
2980
|
}
|
|
3854
2981
|
],
|
|
3855
2982
|
"references": [
|
|
@@ -3865,35 +2992,7 @@
|
|
|
3865
2992
|
"kind": "markdown",
|
|
3866
2993
|
"value": ""
|
|
3867
2994
|
},
|
|
3868
|
-
"attributes": [
|
|
3869
|
-
{
|
|
3870
|
-
"name": "mode",
|
|
3871
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3872
|
-
"values": [
|
|
3873
|
-
{
|
|
3874
|
-
"name": "ios"
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
"name": "md"
|
|
3878
|
-
}
|
|
3879
|
-
]
|
|
3880
|
-
},
|
|
3881
|
-
{
|
|
3882
|
-
"name": "theme",
|
|
3883
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3884
|
-
"values": [
|
|
3885
|
-
{
|
|
3886
|
-
"name": "ios"
|
|
3887
|
-
},
|
|
3888
|
-
{
|
|
3889
|
-
"name": "md"
|
|
3890
|
-
},
|
|
3891
|
-
{
|
|
3892
|
-
"name": "ionic"
|
|
3893
|
-
}
|
|
3894
|
-
]
|
|
3895
|
-
}
|
|
3896
|
-
],
|
|
2995
|
+
"attributes": [],
|
|
3897
2996
|
"references": [
|
|
3898
2997
|
{
|
|
3899
2998
|
"name": "Source code",
|
|
@@ -3959,7 +3058,7 @@
|
|
|
3959
3058
|
},
|
|
3960
3059
|
{
|
|
3961
3060
|
"name": "mode",
|
|
3962
|
-
"description": "The mode determines
|
|
3061
|
+
"description": "The mode determines which platform styles to use.",
|
|
3963
3062
|
"values": [
|
|
3964
3063
|
{
|
|
3965
3064
|
"name": "ios"
|
|
@@ -3973,40 +3072,10 @@
|
|
|
3973
3072
|
"name": "rel",
|
|
3974
3073
|
"description": "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)."
|
|
3975
3074
|
},
|
|
3976
|
-
{
|
|
3977
|
-
"name": "shape",
|
|
3978
|
-
"description": "Set to `\"rectangular\"` for non-rounded corners.\nSet to `\"soft\"` for slightly rounded corners.\nSet to `\"round\"` for fully rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
3979
|
-
"values": [
|
|
3980
|
-
{
|
|
3981
|
-
"name": "rectangular"
|
|
3982
|
-
},
|
|
3983
|
-
{
|
|
3984
|
-
"name": "round"
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"name": "soft"
|
|
3988
|
-
}
|
|
3989
|
-
]
|
|
3990
|
-
},
|
|
3991
3075
|
{
|
|
3992
3076
|
"name": "target",
|
|
3993
3077
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3994
3078
|
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "theme",
|
|
3997
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3998
|
-
"values": [
|
|
3999
|
-
{
|
|
4000
|
-
"name": "ios"
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "md"
|
|
4004
|
-
},
|
|
4005
|
-
{
|
|
4006
|
-
"name": "ionic"
|
|
4007
|
-
}
|
|
4008
|
-
]
|
|
4009
|
-
},
|
|
4010
3079
|
{
|
|
4011
3080
|
"name": "type",
|
|
4012
3081
|
"description": "The type of the button.",
|
|
@@ -4037,18 +3106,6 @@
|
|
|
4037
3106
|
"value": ""
|
|
4038
3107
|
},
|
|
4039
3108
|
"attributes": [
|
|
4040
|
-
{
|
|
4041
|
-
"name": "mode",
|
|
4042
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4043
|
-
"values": [
|
|
4044
|
-
{
|
|
4045
|
-
"name": "ios"
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
"name": "md"
|
|
4049
|
-
}
|
|
4050
|
-
]
|
|
4051
|
-
},
|
|
4052
3109
|
{
|
|
4053
3110
|
"name": "side",
|
|
4054
3111
|
"description": "The side the option button should be on. Possible values: `\"start\"` and `\"end\"`. If you have multiple `ion-item-options`, a side must be provided for each.",
|
|
@@ -4060,21 +3117,6 @@
|
|
|
4060
3117
|
"name": "start"
|
|
4061
3118
|
}
|
|
4062
3119
|
]
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"name": "theme",
|
|
4066
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4067
|
-
"values": [
|
|
4068
|
-
{
|
|
4069
|
-
"name": "ios"
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"name": "md"
|
|
4073
|
-
},
|
|
4074
|
-
{
|
|
4075
|
-
"name": "ionic"
|
|
4076
|
-
}
|
|
4077
|
-
]
|
|
4078
3120
|
}
|
|
4079
3121
|
],
|
|
4080
3122
|
"references": [
|
|
@@ -4094,33 +3136,6 @@
|
|
|
4094
3136
|
{
|
|
4095
3137
|
"name": "disabled",
|
|
4096
3138
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4097
|
-
},
|
|
4098
|
-
{
|
|
4099
|
-
"name": "mode",
|
|
4100
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4101
|
-
"values": [
|
|
4102
|
-
{
|
|
4103
|
-
"name": "ios"
|
|
4104
|
-
},
|
|
4105
|
-
{
|
|
4106
|
-
"name": "md"
|
|
4107
|
-
}
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"name": "theme",
|
|
4112
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4113
|
-
"values": [
|
|
4114
|
-
{
|
|
4115
|
-
"name": "ios"
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"name": "md"
|
|
4119
|
-
},
|
|
4120
|
-
{
|
|
4121
|
-
"name": "ionic"
|
|
4122
|
-
}
|
|
4123
|
-
]
|
|
4124
3139
|
}
|
|
4125
3140
|
],
|
|
4126
3141
|
"references": [
|
|
@@ -4172,7 +3187,7 @@
|
|
|
4172
3187
|
},
|
|
4173
3188
|
{
|
|
4174
3189
|
"name": "mode",
|
|
4175
|
-
"description": "The mode determines
|
|
3190
|
+
"description": "The mode determines which platform styles to use.",
|
|
4176
3191
|
"values": [
|
|
4177
3192
|
{
|
|
4178
3193
|
"name": "ios"
|
|
@@ -4196,21 +3211,6 @@
|
|
|
4196
3211
|
"name": "stacked"
|
|
4197
3212
|
}
|
|
4198
3213
|
]
|
|
4199
|
-
},
|
|
4200
|
-
{
|
|
4201
|
-
"name": "theme",
|
|
4202
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4203
|
-
"values": [
|
|
4204
|
-
{
|
|
4205
|
-
"name": "ios"
|
|
4206
|
-
},
|
|
4207
|
-
{
|
|
4208
|
-
"name": "md"
|
|
4209
|
-
},
|
|
4210
|
-
{
|
|
4211
|
-
"name": "ionic"
|
|
4212
|
-
}
|
|
4213
|
-
]
|
|
4214
3214
|
}
|
|
4215
3215
|
],
|
|
4216
3216
|
"references": [
|
|
@@ -4248,43 +3248,13 @@
|
|
|
4248
3248
|
},
|
|
4249
3249
|
{
|
|
4250
3250
|
"name": "mode",
|
|
4251
|
-
"description": "The mode determines
|
|
4252
|
-
"values": [
|
|
4253
|
-
{
|
|
4254
|
-
"name": "ios"
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"name": "md"
|
|
4258
|
-
}
|
|
4259
|
-
]
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"name": "shape",
|
|
4263
|
-
"description": "Set to `\"soft\"` for slightly rounded corners,\n`\"round\"` for fully rounded corners,\nor `\"rectangular\"` for no rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme\nwhen inset is `true`\ndefaults to `\"rectangular\"` for the `ionic`\ntheme when inset is `false`,\nundefined for all other themes.",
|
|
4264
|
-
"values": [
|
|
4265
|
-
{
|
|
4266
|
-
"name": "rectangular"
|
|
4267
|
-
},
|
|
4268
|
-
{
|
|
4269
|
-
"name": "round"
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"name": "soft"
|
|
4273
|
-
}
|
|
4274
|
-
]
|
|
4275
|
-
},
|
|
4276
|
-
{
|
|
4277
|
-
"name": "theme",
|
|
4278
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3251
|
+
"description": "The mode determines which platform styles to use.",
|
|
4279
3252
|
"values": [
|
|
4280
3253
|
{
|
|
4281
3254
|
"name": "ios"
|
|
4282
3255
|
},
|
|
4283
3256
|
{
|
|
4284
3257
|
"name": "md"
|
|
4285
|
-
},
|
|
4286
|
-
{
|
|
4287
|
-
"name": "ionic"
|
|
4288
3258
|
}
|
|
4289
3259
|
]
|
|
4290
3260
|
}
|
|
@@ -4353,28 +3323,13 @@
|
|
|
4353
3323
|
},
|
|
4354
3324
|
{
|
|
4355
3325
|
"name": "mode",
|
|
4356
|
-
"description": "The mode determines
|
|
4357
|
-
"values": [
|
|
4358
|
-
{
|
|
4359
|
-
"name": "ios"
|
|
4360
|
-
},
|
|
4361
|
-
{
|
|
4362
|
-
"name": "md"
|
|
4363
|
-
}
|
|
4364
|
-
]
|
|
4365
|
-
},
|
|
4366
|
-
{
|
|
4367
|
-
"name": "theme",
|
|
4368
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3326
|
+
"description": "The mode determines which platform styles to use.",
|
|
4369
3327
|
"values": [
|
|
4370
3328
|
{
|
|
4371
3329
|
"name": "ios"
|
|
4372
3330
|
},
|
|
4373
3331
|
{
|
|
4374
3332
|
"name": "md"
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"name": "ionic"
|
|
4378
3333
|
}
|
|
4379
3334
|
]
|
|
4380
3335
|
}
|
|
@@ -4423,7 +3378,7 @@
|
|
|
4423
3378
|
},
|
|
4424
3379
|
{
|
|
4425
3380
|
"name": "mode",
|
|
4426
|
-
"description": "The mode determines
|
|
3381
|
+
"description": "The mode determines which platform styles to use.",
|
|
4427
3382
|
"values": [
|
|
4428
3383
|
{
|
|
4429
3384
|
"name": "ios"
|
|
@@ -4470,24 +3425,9 @@
|
|
|
4470
3425
|
}
|
|
4471
3426
|
]
|
|
4472
3427
|
},
|
|
4473
|
-
{
|
|
4474
|
-
"name": "theme",
|
|
4475
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4476
|
-
"values": [
|
|
4477
|
-
{
|
|
4478
|
-
"name": "ios"
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"name": "md"
|
|
4482
|
-
},
|
|
4483
|
-
{
|
|
4484
|
-
"name": "ionic"
|
|
4485
|
-
}
|
|
4486
|
-
]
|
|
4487
|
-
},
|
|
4488
3428
|
{
|
|
4489
3429
|
"name": "translucent",
|
|
4490
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
3430
|
+
"description": "If `true`, the loading indicator 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)."
|
|
4491
3431
|
},
|
|
4492
3432
|
{
|
|
4493
3433
|
"name": "trigger",
|
|
@@ -4524,18 +3464,6 @@
|
|
|
4524
3464
|
"name": "menu-id",
|
|
4525
3465
|
"description": "An id for the menu."
|
|
4526
3466
|
},
|
|
4527
|
-
{
|
|
4528
|
-
"name": "mode",
|
|
4529
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4530
|
-
"values": [
|
|
4531
|
-
{
|
|
4532
|
-
"name": "ios"
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"name": "md"
|
|
4536
|
-
}
|
|
4537
|
-
]
|
|
4538
|
-
},
|
|
4539
3467
|
{
|
|
4540
3468
|
"name": "side",
|
|
4541
3469
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4552,21 +3480,6 @@
|
|
|
4552
3480
|
"name": "swipe-gesture",
|
|
4553
3481
|
"description": "If `true`, swiping the menu is enabled."
|
|
4554
3482
|
},
|
|
4555
|
-
{
|
|
4556
|
-
"name": "theme",
|
|
4557
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4558
|
-
"values": [
|
|
4559
|
-
{
|
|
4560
|
-
"name": "ios"
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"name": "md"
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"name": "ionic"
|
|
4567
|
-
}
|
|
4568
|
-
]
|
|
4569
|
-
},
|
|
4570
3483
|
{
|
|
4571
3484
|
"name": "type",
|
|
4572
3485
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4644,28 +3557,13 @@
|
|
|
4644
3557
|
},
|
|
4645
3558
|
{
|
|
4646
3559
|
"name": "mode",
|
|
4647
|
-
"description": "The mode determines
|
|
4648
|
-
"values": [
|
|
4649
|
-
{
|
|
4650
|
-
"name": "ios"
|
|
4651
|
-
},
|
|
4652
|
-
{
|
|
4653
|
-
"name": "md"
|
|
4654
|
-
}
|
|
4655
|
-
]
|
|
4656
|
-
},
|
|
4657
|
-
{
|
|
4658
|
-
"name": "theme",
|
|
4659
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3560
|
+
"description": "The mode determines which platform styles to use.",
|
|
4660
3561
|
"values": [
|
|
4661
3562
|
{
|
|
4662
3563
|
"name": "ios"
|
|
4663
3564
|
},
|
|
4664
3565
|
{
|
|
4665
3566
|
"name": "md"
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"name": "ionic"
|
|
4669
3567
|
}
|
|
4670
3568
|
]
|
|
4671
3569
|
},
|
|
@@ -4706,33 +3604,6 @@
|
|
|
4706
3604
|
{
|
|
4707
3605
|
"name": "menu",
|
|
4708
3606
|
"description": "Optional property that maps to a Menu's `menuId` prop.\nCan also be `start` or `end` for the menu side.\nThis is used to find the correct menu to toggle.\n\nIf this property is not used, `ion-menu-toggle` will toggle the\nfirst menu that is active."
|
|
4709
|
-
},
|
|
4710
|
-
{
|
|
4711
|
-
"name": "mode",
|
|
4712
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4713
|
-
"values": [
|
|
4714
|
-
{
|
|
4715
|
-
"name": "ios"
|
|
4716
|
-
},
|
|
4717
|
-
{
|
|
4718
|
-
"name": "md"
|
|
4719
|
-
}
|
|
4720
|
-
]
|
|
4721
|
-
},
|
|
4722
|
-
{
|
|
4723
|
-
"name": "theme",
|
|
4724
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4725
|
-
"values": [
|
|
4726
|
-
{
|
|
4727
|
-
"name": "ios"
|
|
4728
|
-
},
|
|
4729
|
-
{
|
|
4730
|
-
"name": "md"
|
|
4731
|
-
},
|
|
4732
|
-
{
|
|
4733
|
-
"name": "ionic"
|
|
4734
|
-
}
|
|
4735
|
-
]
|
|
4736
3607
|
}
|
|
4737
3608
|
],
|
|
4738
3609
|
"references": [
|
|
@@ -4803,7 +3674,7 @@
|
|
|
4803
3674
|
},
|
|
4804
3675
|
{
|
|
4805
3676
|
"name": "mode",
|
|
4806
|
-
"description": "The mode determines
|
|
3677
|
+
"description": "The mode determines which platform styles to use.",
|
|
4807
3678
|
"values": [
|
|
4808
3679
|
{
|
|
4809
3680
|
"name": "ios"
|
|
@@ -4813,40 +3684,10 @@
|
|
|
4813
3684
|
}
|
|
4814
3685
|
]
|
|
4815
3686
|
},
|
|
4816
|
-
{
|
|
4817
|
-
"name": "shape",
|
|
4818
|
-
"description": "Set to `\"soft\"` for a modal with slightly rounded corners,\n`\"round\"` for a modal with fully rounded corners, or `\"rectangular\"`\nfor a modal without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
4819
|
-
"values": [
|
|
4820
|
-
{
|
|
4821
|
-
"name": "rectangular"
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"name": "round"
|
|
4825
|
-
},
|
|
4826
|
-
{
|
|
4827
|
-
"name": "soft"
|
|
4828
|
-
}
|
|
4829
|
-
]
|
|
4830
|
-
},
|
|
4831
3687
|
{
|
|
4832
3688
|
"name": "show-backdrop",
|
|
4833
3689
|
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM."
|
|
4834
3690
|
},
|
|
4835
|
-
{
|
|
4836
|
-
"name": "theme",
|
|
4837
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4838
|
-
"values": [
|
|
4839
|
-
{
|
|
4840
|
-
"name": "ios"
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"name": "md"
|
|
4844
|
-
},
|
|
4845
|
-
{
|
|
4846
|
-
"name": "ionic"
|
|
4847
|
-
}
|
|
4848
|
-
]
|
|
4849
|
-
},
|
|
4850
3691
|
{
|
|
4851
3692
|
"name": "trigger",
|
|
4852
3693
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -4870,18 +3711,6 @@
|
|
|
4870
3711
|
"name": "animated",
|
|
4871
3712
|
"description": "If `true`, the nav should animate the transition of components."
|
|
4872
3713
|
},
|
|
4873
|
-
{
|
|
4874
|
-
"name": "mode",
|
|
4875
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4876
|
-
"values": [
|
|
4877
|
-
{
|
|
4878
|
-
"name": "ios"
|
|
4879
|
-
},
|
|
4880
|
-
{
|
|
4881
|
-
"name": "md"
|
|
4882
|
-
}
|
|
4883
|
-
]
|
|
4884
|
-
},
|
|
4885
3714
|
{
|
|
4886
3715
|
"name": "root",
|
|
4887
3716
|
"description": "Root NavComponent to load"
|
|
@@ -4889,21 +3718,6 @@
|
|
|
4889
3718
|
{
|
|
4890
3719
|
"name": "swipe-gesture",
|
|
4891
3720
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
4892
|
-
},
|
|
4893
|
-
{
|
|
4894
|
-
"name": "theme",
|
|
4895
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4896
|
-
"values": [
|
|
4897
|
-
{
|
|
4898
|
-
"name": "ios"
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"name": "md"
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"name": "ionic"
|
|
4905
|
-
}
|
|
4906
|
-
]
|
|
4907
3721
|
}
|
|
4908
3722
|
],
|
|
4909
3723
|
"references": [
|
|
@@ -4924,18 +3738,6 @@
|
|
|
4924
3738
|
"name": "component",
|
|
4925
3739
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
4926
3740
|
},
|
|
4927
|
-
{
|
|
4928
|
-
"name": "mode",
|
|
4929
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4930
|
-
"values": [
|
|
4931
|
-
{
|
|
4932
|
-
"name": "ios"
|
|
4933
|
-
},
|
|
4934
|
-
{
|
|
4935
|
-
"name": "md"
|
|
4936
|
-
}
|
|
4937
|
-
]
|
|
4938
|
-
},
|
|
4939
3741
|
{
|
|
4940
3742
|
"name": "router-direction",
|
|
4941
3743
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -4950,21 +3752,6 @@
|
|
|
4950
3752
|
"name": "root"
|
|
4951
3753
|
}
|
|
4952
3754
|
]
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"name": "theme",
|
|
4956
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4957
|
-
"values": [
|
|
4958
|
-
{
|
|
4959
|
-
"name": "ios"
|
|
4960
|
-
},
|
|
4961
|
-
{
|
|
4962
|
-
"name": "md"
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"name": "ionic"
|
|
4966
|
-
}
|
|
4967
|
-
]
|
|
4968
3755
|
}
|
|
4969
3756
|
],
|
|
4970
3757
|
"references": [
|
|
@@ -5016,28 +3803,13 @@
|
|
|
5016
3803
|
},
|
|
5017
3804
|
{
|
|
5018
3805
|
"name": "mode",
|
|
5019
|
-
"description": "The mode determines
|
|
5020
|
-
"values": [
|
|
5021
|
-
{
|
|
5022
|
-
"name": "ios"
|
|
5023
|
-
},
|
|
5024
|
-
{
|
|
5025
|
-
"name": "md"
|
|
5026
|
-
}
|
|
5027
|
-
]
|
|
5028
|
-
},
|
|
5029
|
-
{
|
|
5030
|
-
"name": "theme",
|
|
5031
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3806
|
+
"description": "The mode determines which platform styles to use.",
|
|
5032
3807
|
"values": [
|
|
5033
3808
|
{
|
|
5034
3809
|
"name": "ios"
|
|
5035
3810
|
},
|
|
5036
3811
|
{
|
|
5037
3812
|
"name": "md"
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "ionic"
|
|
5041
3813
|
}
|
|
5042
3814
|
]
|
|
5043
3815
|
}
|
|
@@ -5058,28 +3830,13 @@
|
|
|
5058
3830
|
"attributes": [
|
|
5059
3831
|
{
|
|
5060
3832
|
"name": "mode",
|
|
5061
|
-
"description": "The mode determines
|
|
5062
|
-
"values": [
|
|
5063
|
-
{
|
|
5064
|
-
"name": "ios"
|
|
5065
|
-
},
|
|
5066
|
-
{
|
|
5067
|
-
"name": "md"
|
|
5068
|
-
}
|
|
5069
|
-
]
|
|
5070
|
-
},
|
|
5071
|
-
{
|
|
5072
|
-
"name": "theme",
|
|
5073
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3833
|
+
"description": "The mode determines which platform styles to use.",
|
|
5074
3834
|
"values": [
|
|
5075
3835
|
{
|
|
5076
3836
|
"name": "ios"
|
|
5077
3837
|
},
|
|
5078
3838
|
{
|
|
5079
3839
|
"name": "md"
|
|
5080
|
-
},
|
|
5081
|
-
{
|
|
5082
|
-
"name": "ionic"
|
|
5083
3840
|
}
|
|
5084
3841
|
]
|
|
5085
3842
|
}
|
|
@@ -5137,28 +3894,13 @@
|
|
|
5137
3894
|
},
|
|
5138
3895
|
{
|
|
5139
3896
|
"name": "mode",
|
|
5140
|
-
"description": "The mode determines
|
|
5141
|
-
"values": [
|
|
5142
|
-
{
|
|
5143
|
-
"name": "ios"
|
|
5144
|
-
},
|
|
5145
|
-
{
|
|
5146
|
-
"name": "md"
|
|
5147
|
-
}
|
|
5148
|
-
]
|
|
5149
|
-
},
|
|
5150
|
-
{
|
|
5151
|
-
"name": "theme",
|
|
5152
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3897
|
+
"description": "The mode determines which platform styles to use.",
|
|
5153
3898
|
"values": [
|
|
5154
3899
|
{
|
|
5155
3900
|
"name": "ios"
|
|
5156
3901
|
},
|
|
5157
3902
|
{
|
|
5158
3903
|
"name": "md"
|
|
5159
|
-
},
|
|
5160
|
-
{
|
|
5161
|
-
"name": "ionic"
|
|
5162
3904
|
}
|
|
5163
3905
|
]
|
|
5164
3906
|
},
|
|
@@ -5218,33 +3960,6 @@
|
|
|
5218
3960
|
"name": "disabled",
|
|
5219
3961
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
5220
3962
|
},
|
|
5221
|
-
{
|
|
5222
|
-
"name": "mode",
|
|
5223
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5224
|
-
"values": [
|
|
5225
|
-
{
|
|
5226
|
-
"name": "ios"
|
|
5227
|
-
},
|
|
5228
|
-
{
|
|
5229
|
-
"name": "md"
|
|
5230
|
-
}
|
|
5231
|
-
]
|
|
5232
|
-
},
|
|
5233
|
-
{
|
|
5234
|
-
"name": "theme",
|
|
5235
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5236
|
-
"values": [
|
|
5237
|
-
{
|
|
5238
|
-
"name": "ios"
|
|
5239
|
-
},
|
|
5240
|
-
{
|
|
5241
|
-
"name": "md"
|
|
5242
|
-
},
|
|
5243
|
-
{
|
|
5244
|
-
"name": "ionic"
|
|
5245
|
-
}
|
|
5246
|
-
]
|
|
5247
|
-
},
|
|
5248
3963
|
{
|
|
5249
3964
|
"name": "value",
|
|
5250
3965
|
"description": "The text value of the option."
|
|
@@ -5290,7 +4005,7 @@
|
|
|
5290
4005
|
},
|
|
5291
4006
|
{
|
|
5292
4007
|
"name": "mode",
|
|
5293
|
-
"description": "The mode determines
|
|
4008
|
+
"description": "The mode determines which platform styles to use.",
|
|
5294
4009
|
"values": [
|
|
5295
4010
|
{
|
|
5296
4011
|
"name": "ios"
|
|
@@ -5304,21 +4019,6 @@
|
|
|
5304
4019
|
"name": "show-backdrop",
|
|
5305
4020
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
5306
4021
|
},
|
|
5307
|
-
{
|
|
5308
|
-
"name": "theme",
|
|
5309
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5310
|
-
"values": [
|
|
5311
|
-
{
|
|
5312
|
-
"name": "ios"
|
|
5313
|
-
},
|
|
5314
|
-
{
|
|
5315
|
-
"name": "md"
|
|
5316
|
-
},
|
|
5317
|
-
{
|
|
5318
|
-
"name": "ionic"
|
|
5319
|
-
}
|
|
5320
|
-
]
|
|
5321
|
-
},
|
|
5322
4022
|
{
|
|
5323
4023
|
"name": "trigger",
|
|
5324
4024
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -5340,7 +4040,7 @@
|
|
|
5340
4040
|
"attributes": [
|
|
5341
4041
|
{
|
|
5342
4042
|
"name": "alignment",
|
|
5343
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
4043
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
5344
4044
|
"values": [
|
|
5345
4045
|
{
|
|
5346
4046
|
"name": "center"
|
|
@@ -5359,7 +4059,7 @@
|
|
|
5359
4059
|
},
|
|
5360
4060
|
{
|
|
5361
4061
|
"name": "arrow",
|
|
5362
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
4062
|
+
"description": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode."
|
|
5363
4063
|
},
|
|
5364
4064
|
{
|
|
5365
4065
|
"name": "backdrop-dismiss",
|
|
@@ -5395,7 +4095,7 @@
|
|
|
5395
4095
|
},
|
|
5396
4096
|
{
|
|
5397
4097
|
"name": "mode",
|
|
5398
|
-
"description": "The mode determines
|
|
4098
|
+
"description": "The mode determines which platform styles to use.",
|
|
5399
4099
|
"values": [
|
|
5400
4100
|
{
|
|
5401
4101
|
"name": "ios"
|
|
@@ -5457,24 +4157,9 @@
|
|
|
5457
4157
|
}
|
|
5458
4158
|
]
|
|
5459
4159
|
},
|
|
5460
|
-
{
|
|
5461
|
-
"name": "theme",
|
|
5462
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5463
|
-
"values": [
|
|
5464
|
-
{
|
|
5465
|
-
"name": "ios"
|
|
5466
|
-
},
|
|
5467
|
-
{
|
|
5468
|
-
"name": "md"
|
|
5469
|
-
},
|
|
5470
|
-
{
|
|
5471
|
-
"name": "ionic"
|
|
5472
|
-
}
|
|
5473
|
-
]
|
|
5474
|
-
},
|
|
5475
4160
|
{
|
|
5476
4161
|
"name": "translucent",
|
|
5477
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
4162
|
+
"description": "If `true`, the popover 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)."
|
|
5478
4163
|
},
|
|
5479
4164
|
{
|
|
5480
4165
|
"name": "trigger",
|
|
@@ -5549,7 +4234,7 @@
|
|
|
5549
4234
|
},
|
|
5550
4235
|
{
|
|
5551
4236
|
"name": "mode",
|
|
5552
|
-
"description": "The mode determines
|
|
4237
|
+
"description": "The mode determines which platform styles to use.",
|
|
5553
4238
|
"values": [
|
|
5554
4239
|
{
|
|
5555
4240
|
"name": "ios"
|
|
@@ -5563,21 +4248,6 @@
|
|
|
5563
4248
|
"name": "reversed",
|
|
5564
4249
|
"description": "If true, reverse the progress bar direction."
|
|
5565
4250
|
},
|
|
5566
|
-
{
|
|
5567
|
-
"name": "theme",
|
|
5568
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5569
|
-
"values": [
|
|
5570
|
-
{
|
|
5571
|
-
"name": "ios"
|
|
5572
|
-
},
|
|
5573
|
-
{
|
|
5574
|
-
"name": "md"
|
|
5575
|
-
},
|
|
5576
|
-
{
|
|
5577
|
-
"name": "ionic"
|
|
5578
|
-
}
|
|
5579
|
-
]
|
|
5580
|
-
},
|
|
5581
4251
|
{
|
|
5582
4252
|
"name": "type",
|
|
5583
4253
|
"description": "The state of the progress bar, based on if the time the process takes is known or not.\nDefault options are: `\"determinate\"` (no animation), `\"indeterminate\"` (animate from left to right).",
|
|
@@ -5693,7 +4363,7 @@
|
|
|
5693
4363
|
},
|
|
5694
4364
|
{
|
|
5695
4365
|
"name": "mode",
|
|
5696
|
-
"description": "The mode determines
|
|
4366
|
+
"description": "The mode determines which platform styles to use.",
|
|
5697
4367
|
"values": [
|
|
5698
4368
|
{
|
|
5699
4369
|
"name": "ios"
|
|
@@ -5707,21 +4377,6 @@
|
|
|
5707
4377
|
"name": "name",
|
|
5708
4378
|
"description": "The name of the control, which is submitted with the form data."
|
|
5709
4379
|
},
|
|
5710
|
-
{
|
|
5711
|
-
"name": "theme",
|
|
5712
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5713
|
-
"values": [
|
|
5714
|
-
{
|
|
5715
|
-
"name": "ios"
|
|
5716
|
-
},
|
|
5717
|
-
{
|
|
5718
|
-
"name": "md"
|
|
5719
|
-
},
|
|
5720
|
-
{
|
|
5721
|
-
"name": "ionic"
|
|
5722
|
-
}
|
|
5723
|
-
]
|
|
5724
|
-
},
|
|
5725
4380
|
{
|
|
5726
4381
|
"name": "value",
|
|
5727
4382
|
"description": "the value of the radio."
|
|
@@ -5749,37 +4404,10 @@
|
|
|
5749
4404
|
"name": "compare-with",
|
|
5750
4405
|
"description": "This property allows developers to specify a custom function or property\nname for comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison."
|
|
5751
4406
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "mode",
|
|
5754
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5755
|
-
"values": [
|
|
5756
|
-
{
|
|
5757
|
-
"name": "ios"
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "md"
|
|
5761
|
-
}
|
|
5762
|
-
]
|
|
5763
|
-
},
|
|
5764
4407
|
{
|
|
5765
4408
|
"name": "name",
|
|
5766
4409
|
"description": "The name of the control, which is submitted with the form data."
|
|
5767
4410
|
},
|
|
5768
|
-
{
|
|
5769
|
-
"name": "theme",
|
|
5770
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5771
|
-
"values": [
|
|
5772
|
-
{
|
|
5773
|
-
"name": "ios"
|
|
5774
|
-
},
|
|
5775
|
-
{
|
|
5776
|
-
"name": "md"
|
|
5777
|
-
},
|
|
5778
|
-
{
|
|
5779
|
-
"name": "ionic"
|
|
5780
|
-
}
|
|
5781
|
-
]
|
|
5782
|
-
},
|
|
5783
4411
|
{
|
|
5784
4412
|
"name": "value",
|
|
5785
4413
|
"description": "the value of the radio group."
|
|
@@ -5880,7 +4508,7 @@
|
|
|
5880
4508
|
},
|
|
5881
4509
|
{
|
|
5882
4510
|
"name": "mode",
|
|
5883
|
-
"description": "The mode determines
|
|
4511
|
+
"description": "The mode determines which platform styles to use.",
|
|
5884
4512
|
"values": [
|
|
5885
4513
|
{
|
|
5886
4514
|
"name": "ios"
|
|
@@ -5906,21 +4534,6 @@
|
|
|
5906
4534
|
"name": "step",
|
|
5907
4535
|
"description": "Specifies the value granularity."
|
|
5908
4536
|
},
|
|
5909
|
-
{
|
|
5910
|
-
"name": "theme",
|
|
5911
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5912
|
-
"values": [
|
|
5913
|
-
{
|
|
5914
|
-
"name": "ios"
|
|
5915
|
-
},
|
|
5916
|
-
{
|
|
5917
|
-
"name": "md"
|
|
5918
|
-
},
|
|
5919
|
-
{
|
|
5920
|
-
"name": "ionic"
|
|
5921
|
-
}
|
|
5922
|
-
]
|
|
5923
|
-
},
|
|
5924
4537
|
{
|
|
5925
4538
|
"name": "ticks",
|
|
5926
4539
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -5954,7 +4567,7 @@
|
|
|
5954
4567
|
},
|
|
5955
4568
|
{
|
|
5956
4569
|
"name": "mode",
|
|
5957
|
-
"description": "The mode determines
|
|
4570
|
+
"description": "The mode determines which platform styles to use.",
|
|
5958
4571
|
"values": [
|
|
5959
4572
|
{
|
|
5960
4573
|
"name": "ios"
|
|
@@ -5979,21 +4592,6 @@
|
|
|
5979
4592
|
{
|
|
5980
4593
|
"name": "snapback-duration",
|
|
5981
4594
|
"description": "Time it takes the refresher to snap back to the `refreshing` state.\nDoes not apply when the refresher content uses a spinner,\nenabling the native refresher."
|
|
5982
|
-
},
|
|
5983
|
-
{
|
|
5984
|
-
"name": "theme",
|
|
5985
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5986
|
-
"values": [
|
|
5987
|
-
{
|
|
5988
|
-
"name": "ios"
|
|
5989
|
-
},
|
|
5990
|
-
{
|
|
5991
|
-
"name": "md"
|
|
5992
|
-
},
|
|
5993
|
-
{
|
|
5994
|
-
"name": "ionic"
|
|
5995
|
-
}
|
|
5996
|
-
]
|
|
5997
4595
|
}
|
|
5998
4596
|
],
|
|
5999
4597
|
"references": [
|
|
@@ -6010,18 +4608,6 @@
|
|
|
6010
4608
|
"value": ""
|
|
6011
4609
|
},
|
|
6012
4610
|
"attributes": [
|
|
6013
|
-
{
|
|
6014
|
-
"name": "mode",
|
|
6015
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6016
|
-
"values": [
|
|
6017
|
-
{
|
|
6018
|
-
"name": "ios"
|
|
6019
|
-
},
|
|
6020
|
-
{
|
|
6021
|
-
"name": "md"
|
|
6022
|
-
}
|
|
6023
|
-
]
|
|
6024
|
-
},
|
|
6025
4611
|
{
|
|
6026
4612
|
"name": "pulling-icon",
|
|
6027
4613
|
"description": "A static icon or a spinner to display when you begin to pull down.\nA spinner name can be provided to gradually show tick marks\nwhen pulling down on iOS devices."
|
|
@@ -6066,21 +4652,6 @@
|
|
|
6066
4652
|
{
|
|
6067
4653
|
"name": "refreshing-text",
|
|
6068
4654
|
"description": "The text you want to display when performing a refresh.\n`refreshingText` can accept either plaintext or HTML as a string.\nTo display characters normally reserved for HTML, they\nmust be escaped. For example `<Ionic>` would become\n`<Ionic>`\n\nFor more information: [Security Documentation](https://ionicframework.com/docs/faq/security)\n\nContent is parsed as plaintext by default.\n`innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config\nbefore custom HTML can be used."
|
|
6069
|
-
},
|
|
6070
|
-
{
|
|
6071
|
-
"name": "theme",
|
|
6072
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6073
|
-
"values": [
|
|
6074
|
-
{
|
|
6075
|
-
"name": "ios"
|
|
6076
|
-
},
|
|
6077
|
-
{
|
|
6078
|
-
"name": "md"
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"name": "ionic"
|
|
6082
|
-
}
|
|
6083
|
-
]
|
|
6084
4655
|
}
|
|
6085
4656
|
],
|
|
6086
4657
|
"references": [
|
|
@@ -6096,35 +4667,7 @@
|
|
|
6096
4667
|
"kind": "markdown",
|
|
6097
4668
|
"value": ""
|
|
6098
4669
|
},
|
|
6099
|
-
"attributes": [
|
|
6100
|
-
{
|
|
6101
|
-
"name": "mode",
|
|
6102
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6103
|
-
"values": [
|
|
6104
|
-
{
|
|
6105
|
-
"name": "ios"
|
|
6106
|
-
},
|
|
6107
|
-
{
|
|
6108
|
-
"name": "md"
|
|
6109
|
-
}
|
|
6110
|
-
]
|
|
6111
|
-
},
|
|
6112
|
-
{
|
|
6113
|
-
"name": "theme",
|
|
6114
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6115
|
-
"values": [
|
|
6116
|
-
{
|
|
6117
|
-
"name": "ios"
|
|
6118
|
-
},
|
|
6119
|
-
{
|
|
6120
|
-
"name": "md"
|
|
6121
|
-
},
|
|
6122
|
-
{
|
|
6123
|
-
"name": "ionic"
|
|
6124
|
-
}
|
|
6125
|
-
]
|
|
6126
|
-
}
|
|
6127
|
-
],
|
|
4670
|
+
"attributes": [],
|
|
6128
4671
|
"references": [
|
|
6129
4672
|
{
|
|
6130
4673
|
"name": "Source code",
|
|
@@ -6142,33 +4685,6 @@
|
|
|
6142
4685
|
{
|
|
6143
4686
|
"name": "disabled",
|
|
6144
4687
|
"description": "If `true`, the reorder will be hidden."
|
|
6145
|
-
},
|
|
6146
|
-
{
|
|
6147
|
-
"name": "mode",
|
|
6148
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6149
|
-
"values": [
|
|
6150
|
-
{
|
|
6151
|
-
"name": "ios"
|
|
6152
|
-
},
|
|
6153
|
-
{
|
|
6154
|
-
"name": "md"
|
|
6155
|
-
}
|
|
6156
|
-
]
|
|
6157
|
-
},
|
|
6158
|
-
{
|
|
6159
|
-
"name": "theme",
|
|
6160
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6161
|
-
"values": [
|
|
6162
|
-
{
|
|
6163
|
-
"name": "ios"
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"name": "md"
|
|
6167
|
-
},
|
|
6168
|
-
{
|
|
6169
|
-
"name": "ionic"
|
|
6170
|
-
}
|
|
6171
|
-
]
|
|
6172
4688
|
}
|
|
6173
4689
|
],
|
|
6174
4690
|
"references": [
|
|
@@ -6185,33 +4701,6 @@
|
|
|
6185
4701
|
"value": ""
|
|
6186
4702
|
},
|
|
6187
4703
|
"attributes": [
|
|
6188
|
-
{
|
|
6189
|
-
"name": "mode",
|
|
6190
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6191
|
-
"values": [
|
|
6192
|
-
{
|
|
6193
|
-
"name": "ios"
|
|
6194
|
-
},
|
|
6195
|
-
{
|
|
6196
|
-
"name": "md"
|
|
6197
|
-
}
|
|
6198
|
-
]
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"name": "theme",
|
|
6202
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6203
|
-
"values": [
|
|
6204
|
-
{
|
|
6205
|
-
"name": "ios"
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "md"
|
|
6209
|
-
},
|
|
6210
|
-
{
|
|
6211
|
-
"name": "ionic"
|
|
6212
|
-
}
|
|
6213
|
-
]
|
|
6214
|
-
},
|
|
6215
4704
|
{
|
|
6216
4705
|
"name": "type",
|
|
6217
4706
|
"description": "Sets the type of ripple-effect:\n\n- `bounded`: the ripple effect expands from the user's click position\n- `unbounded`: the ripple effect expands from the center of the button and overflows the container.\n\nNOTE: Surfaces for bounded ripples should have the overflow property set to hidden,\nwhile surfaces for unbounded ripples should have it set to visible.",
|
|
@@ -6243,33 +4732,6 @@
|
|
|
6243
4732
|
"name": "component",
|
|
6244
4733
|
"description": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select."
|
|
6245
4734
|
},
|
|
6246
|
-
{
|
|
6247
|
-
"name": "mode",
|
|
6248
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6249
|
-
"values": [
|
|
6250
|
-
{
|
|
6251
|
-
"name": "ios"
|
|
6252
|
-
},
|
|
6253
|
-
{
|
|
6254
|
-
"name": "md"
|
|
6255
|
-
}
|
|
6256
|
-
]
|
|
6257
|
-
},
|
|
6258
|
-
{
|
|
6259
|
-
"name": "theme",
|
|
6260
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6261
|
-
"values": [
|
|
6262
|
-
{
|
|
6263
|
-
"name": "ios"
|
|
6264
|
-
},
|
|
6265
|
-
{
|
|
6266
|
-
"name": "md"
|
|
6267
|
-
},
|
|
6268
|
-
{
|
|
6269
|
-
"name": "ionic"
|
|
6270
|
-
}
|
|
6271
|
-
]
|
|
6272
|
-
},
|
|
6273
4735
|
{
|
|
6274
4736
|
"name": "url",
|
|
6275
4737
|
"description": "Relative path that needs to match in order for this route to apply.\n\nAccepts paths similar to expressjs so that you can define parameters\nin the url /foo/:bar where bar would be available in incoming props."
|
|
@@ -6312,37 +4774,10 @@
|
|
|
6312
4774
|
"value": ""
|
|
6313
4775
|
},
|
|
6314
4776
|
"attributes": [
|
|
6315
|
-
{
|
|
6316
|
-
"name": "mode",
|
|
6317
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6318
|
-
"values": [
|
|
6319
|
-
{
|
|
6320
|
-
"name": "ios"
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"name": "md"
|
|
6324
|
-
}
|
|
6325
|
-
]
|
|
6326
|
-
},
|
|
6327
4777
|
{
|
|
6328
4778
|
"name": "root",
|
|
6329
4779
|
"description": "The root path to use when matching URLs. By default, this is set to \"/\", but you can specify\nan alternate prefix for all URL paths."
|
|
6330
4780
|
},
|
|
6331
|
-
{
|
|
6332
|
-
"name": "theme",
|
|
6333
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6334
|
-
"values": [
|
|
6335
|
-
{
|
|
6336
|
-
"name": "ios"
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"name": "md"
|
|
6340
|
-
},
|
|
6341
|
-
{
|
|
6342
|
-
"name": "ionic"
|
|
6343
|
-
}
|
|
6344
|
-
]
|
|
6345
|
-
},
|
|
6346
4781
|
{
|
|
6347
4782
|
"name": "use-hash",
|
|
6348
4783
|
"description": "The router can work in two \"modes\":\n- With hash: `/index.html#/path/to/page`\n- Without hash: `/path/to/page`\n\nUsing one or another might depend in the requirements of your app and/or where it's deployed.\n\nUsually \"hash-less\" navigation works better for SEO and it's more user friendly too, but it might\nrequires additional server-side configuration in order to properly work.\n\nOn the other side hash-navigation is much easier to deploy, it even works over the file protocol.\n\nBy default, this property is `true`, change to `false` to allow hash-less URLs."
|
|
@@ -6399,18 +4834,6 @@
|
|
|
6399
4834
|
"name": "href",
|
|
6400
4835
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
6401
4836
|
},
|
|
6402
|
-
{
|
|
6403
|
-
"name": "mode",
|
|
6404
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6405
|
-
"values": [
|
|
6406
|
-
{
|
|
6407
|
-
"name": "ios"
|
|
6408
|
-
},
|
|
6409
|
-
{
|
|
6410
|
-
"name": "md"
|
|
6411
|
-
}
|
|
6412
|
-
]
|
|
6413
|
-
},
|
|
6414
4837
|
{
|
|
6415
4838
|
"name": "rel",
|
|
6416
4839
|
"description": "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)."
|
|
@@ -6433,21 +4856,6 @@
|
|
|
6433
4856
|
{
|
|
6434
4857
|
"name": "target",
|
|
6435
4858
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6436
|
-
},
|
|
6437
|
-
{
|
|
6438
|
-
"name": "theme",
|
|
6439
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6440
|
-
"values": [
|
|
6441
|
-
{
|
|
6442
|
-
"name": "ios"
|
|
6443
|
-
},
|
|
6444
|
-
{
|
|
6445
|
-
"name": "md"
|
|
6446
|
-
},
|
|
6447
|
-
{
|
|
6448
|
-
"name": "ionic"
|
|
6449
|
-
}
|
|
6450
|
-
]
|
|
6451
4859
|
}
|
|
6452
4860
|
],
|
|
6453
4861
|
"references": [
|
|
@@ -6470,28 +4878,13 @@
|
|
|
6470
4878
|
},
|
|
6471
4879
|
{
|
|
6472
4880
|
"name": "mode",
|
|
6473
|
-
"description": "The mode determines
|
|
6474
|
-
"values": [
|
|
6475
|
-
{
|
|
6476
|
-
"name": "ios"
|
|
6477
|
-
},
|
|
6478
|
-
{
|
|
6479
|
-
"name": "md"
|
|
6480
|
-
}
|
|
6481
|
-
]
|
|
6482
|
-
},
|
|
6483
|
-
{
|
|
6484
|
-
"name": "theme",
|
|
6485
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4881
|
+
"description": "The mode determines which platform styles to use.",
|
|
6486
4882
|
"values": [
|
|
6487
4883
|
{
|
|
6488
4884
|
"name": "ios"
|
|
6489
4885
|
},
|
|
6490
4886
|
{
|
|
6491
4887
|
"name": "md"
|
|
6492
|
-
},
|
|
6493
|
-
{
|
|
6494
|
-
"name": "ionic"
|
|
6495
4888
|
}
|
|
6496
4889
|
]
|
|
6497
4890
|
}
|
|
@@ -6509,35 +4902,7 @@
|
|
|
6509
4902
|
"kind": "markdown",
|
|
6510
4903
|
"value": ""
|
|
6511
4904
|
},
|
|
6512
|
-
"attributes": [
|
|
6513
|
-
{
|
|
6514
|
-
"name": "mode",
|
|
6515
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6516
|
-
"values": [
|
|
6517
|
-
{
|
|
6518
|
-
"name": "ios"
|
|
6519
|
-
},
|
|
6520
|
-
{
|
|
6521
|
-
"name": "md"
|
|
6522
|
-
}
|
|
6523
|
-
]
|
|
6524
|
-
},
|
|
6525
|
-
{
|
|
6526
|
-
"name": "theme",
|
|
6527
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6528
|
-
"values": [
|
|
6529
|
-
{
|
|
6530
|
-
"name": "ios"
|
|
6531
|
-
},
|
|
6532
|
-
{
|
|
6533
|
-
"name": "md"
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"name": "ionic"
|
|
6537
|
-
}
|
|
6538
|
-
]
|
|
6539
|
-
}
|
|
6540
|
-
],
|
|
4905
|
+
"attributes": [],
|
|
6541
4906
|
"references": [
|
|
6542
4907
|
{
|
|
6543
4908
|
"name": "Source code",
|
|
@@ -6568,73 +4933,79 @@
|
|
|
6568
4933
|
"name": "name"
|
|
6569
4934
|
},
|
|
6570
4935
|
{
|
|
6571
|
-
"name": "
|
|
4936
|
+
"name": "email"
|
|
6572
4937
|
},
|
|
6573
4938
|
{
|
|
6574
|
-
"name": "
|
|
4939
|
+
"name": "tel"
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"name": "url"
|
|
6575
4943
|
},
|
|
6576
4944
|
{
|
|
6577
4945
|
"name": "on"
|
|
6578
4946
|
},
|
|
6579
4947
|
{
|
|
6580
|
-
"name": "
|
|
4948
|
+
"name": "off"
|
|
6581
4949
|
},
|
|
6582
4950
|
{
|
|
6583
|
-
"name": "
|
|
4951
|
+
"name": "honorific-prefix"
|
|
6584
4952
|
},
|
|
6585
4953
|
{
|
|
6586
|
-
"name": "
|
|
4954
|
+
"name": "given-name"
|
|
6587
4955
|
},
|
|
6588
4956
|
{
|
|
6589
|
-
"name": "
|
|
4957
|
+
"name": "additional-name"
|
|
6590
4958
|
},
|
|
6591
4959
|
{
|
|
6592
|
-
"name": "
|
|
4960
|
+
"name": "family-name"
|
|
6593
4961
|
},
|
|
6594
4962
|
{
|
|
6595
|
-
"name": "
|
|
4963
|
+
"name": "honorific-suffix"
|
|
6596
4964
|
},
|
|
6597
4965
|
{
|
|
6598
|
-
"name": "
|
|
4966
|
+
"name": "nickname"
|
|
6599
4967
|
},
|
|
6600
4968
|
{
|
|
6601
|
-
"name": "
|
|
4969
|
+
"name": "username"
|
|
6602
4970
|
},
|
|
6603
4971
|
{
|
|
6604
|
-
"name": "
|
|
4972
|
+
"name": "new-password"
|
|
6605
4973
|
},
|
|
6606
4974
|
{
|
|
6607
|
-
"name": "
|
|
4975
|
+
"name": "current-password"
|
|
6608
4976
|
},
|
|
6609
4977
|
{
|
|
6610
|
-
"name": "
|
|
4978
|
+
"name": "one-time-code"
|
|
6611
4979
|
},
|
|
6612
4980
|
{
|
|
6613
|
-
"name": "
|
|
4981
|
+
"name": "organization-title"
|
|
6614
4982
|
},
|
|
6615
4983
|
{
|
|
6616
|
-
"name": "
|
|
4984
|
+
"name": "organization"
|
|
6617
4985
|
},
|
|
6618
4986
|
{
|
|
6619
|
-
"name": "
|
|
4987
|
+
"name": "street-address"
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"name": "address-line1"
|
|
6620
4991
|
},
|
|
6621
4992
|
{
|
|
6622
|
-
"name": "
|
|
4993
|
+
"name": "address-line2"
|
|
6623
4994
|
},
|
|
6624
4995
|
{
|
|
6625
|
-
"name": "
|
|
4996
|
+
"name": "address-line3"
|
|
6626
4997
|
},
|
|
6627
4998
|
{
|
|
6628
|
-
"name": "
|
|
4999
|
+
"name": "address-level4"
|
|
6629
5000
|
},
|
|
6630
5001
|
{
|
|
6631
|
-
"name": "
|
|
5002
|
+
"name": "address-level3"
|
|
6632
5003
|
},
|
|
6633
5004
|
{
|
|
6634
|
-
"name": "
|
|
5005
|
+
"name": "address-level2"
|
|
6635
5006
|
},
|
|
6636
5007
|
{
|
|
6637
|
-
"name": "
|
|
5008
|
+
"name": "address-level1"
|
|
6638
5009
|
},
|
|
6639
5010
|
{
|
|
6640
5011
|
"name": "country"
|
|
@@ -6643,82 +5014,76 @@
|
|
|
6643
5014
|
"name": "country-name"
|
|
6644
5015
|
},
|
|
6645
5016
|
{
|
|
6646
|
-
"name": "
|
|
5017
|
+
"name": "postal-code"
|
|
6647
5018
|
},
|
|
6648
5019
|
{
|
|
6649
|
-
"name": "
|
|
5020
|
+
"name": "cc-name"
|
|
6650
5021
|
},
|
|
6651
5022
|
{
|
|
6652
|
-
"name": "given-name"
|
|
5023
|
+
"name": "cc-given-name"
|
|
6653
5024
|
},
|
|
6654
5025
|
{
|
|
6655
|
-
"name": "
|
|
5026
|
+
"name": "cc-additional-name"
|
|
6656
5027
|
},
|
|
6657
5028
|
{
|
|
6658
|
-
"name": "
|
|
5029
|
+
"name": "cc-family-name"
|
|
6659
5030
|
},
|
|
6660
5031
|
{
|
|
6661
|
-
"name": "
|
|
5032
|
+
"name": "cc-number"
|
|
6662
5033
|
},
|
|
6663
5034
|
{
|
|
6664
|
-
"name": "
|
|
5035
|
+
"name": "cc-exp"
|
|
6665
5036
|
},
|
|
6666
5037
|
{
|
|
6667
|
-
"name": "
|
|
5038
|
+
"name": "cc-exp-month"
|
|
6668
5039
|
},
|
|
6669
5040
|
{
|
|
6670
|
-
"name": "
|
|
5041
|
+
"name": "cc-exp-year"
|
|
6671
5042
|
},
|
|
6672
5043
|
{
|
|
6673
|
-
"name": "
|
|
5044
|
+
"name": "cc-csc"
|
|
6674
5045
|
},
|
|
6675
5046
|
{
|
|
6676
|
-
"name": "
|
|
5047
|
+
"name": "cc-type"
|
|
6677
5048
|
},
|
|
6678
5049
|
{
|
|
6679
5050
|
"name": "transaction-currency"
|
|
6680
5051
|
},
|
|
6681
5052
|
{
|
|
6682
|
-
"name": "
|
|
6683
|
-
},
|
|
6684
|
-
{
|
|
6685
|
-
"name": "email"
|
|
6686
|
-
},
|
|
6687
|
-
{
|
|
6688
|
-
"name": "tel"
|
|
5053
|
+
"name": "transaction-amount"
|
|
6689
5054
|
},
|
|
6690
5055
|
{
|
|
6691
|
-
"name": "
|
|
5056
|
+
"name": "language"
|
|
6692
5057
|
},
|
|
6693
5058
|
{
|
|
6694
|
-
"name": "
|
|
5059
|
+
"name": "bday"
|
|
6695
5060
|
},
|
|
6696
5061
|
{
|
|
6697
|
-
"name": "
|
|
5062
|
+
"name": "bday-day"
|
|
6698
5063
|
},
|
|
6699
5064
|
{
|
|
6700
|
-
"name": "
|
|
5065
|
+
"name": "bday-month"
|
|
6701
5066
|
},
|
|
6702
5067
|
{
|
|
6703
|
-
"name": "
|
|
5068
|
+
"name": "bday-year"
|
|
6704
5069
|
},
|
|
6705
5070
|
{
|
|
6706
|
-
"name": "
|
|
5071
|
+
"name": "sex"
|
|
6707
5072
|
},
|
|
6708
5073
|
{
|
|
6709
|
-
"name": "
|
|
5074
|
+
"name": "tel-country-code"
|
|
6710
5075
|
},
|
|
6711
5076
|
{
|
|
6712
|
-
"name": "
|
|
5077
|
+
"name": "tel-national"
|
|
6713
5078
|
},
|
|
6714
5079
|
{
|
|
6715
|
-
"name": "
|
|
5080
|
+
"name": "tel-area-code"
|
|
6716
5081
|
},
|
|
6717
5082
|
{
|
|
6718
|
-
"name": "
|
|
5083
|
+
"name": "tel-local"
|
|
6719
5084
|
},
|
|
6720
5085
|
{
|
|
6721
|
-
"name": "
|
|
5086
|
+
"name": "tel-extension"
|
|
6722
5087
|
},
|
|
6723
5088
|
{
|
|
6724
5089
|
"name": "impp"
|
|
@@ -6742,15 +5107,15 @@
|
|
|
6742
5107
|
},
|
|
6743
5108
|
{
|
|
6744
5109
|
"name": "cancel-button-icon",
|
|
6745
|
-
"description": "Set the cancel button icon. Only
|
|
5110
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
|
|
6746
5111
|
},
|
|
6747
5112
|
{
|
|
6748
5113
|
"name": "cancel-button-text",
|
|
6749
|
-
"description": "Set the the cancel button text. Only
|
|
5114
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode."
|
|
6750
5115
|
},
|
|
6751
5116
|
{
|
|
6752
5117
|
"name": "clear-icon",
|
|
6753
|
-
"description": "Set the clear icon. Defaults to
|
|
5118
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
|
|
6754
5119
|
},
|
|
6755
5120
|
{
|
|
6756
5121
|
"name": "color",
|
|
@@ -6860,7 +5225,7 @@
|
|
|
6860
5225
|
},
|
|
6861
5226
|
{
|
|
6862
5227
|
"name": "mode",
|
|
6863
|
-
"description": "The mode determines
|
|
5228
|
+
"description": "The mode determines which platform styles to use.",
|
|
6864
5229
|
"values": [
|
|
6865
5230
|
{
|
|
6866
5231
|
"name": "ios"
|
|
@@ -6880,7 +5245,7 @@
|
|
|
6880
5245
|
},
|
|
6881
5246
|
{
|
|
6882
5247
|
"name": "search-icon",
|
|
6883
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
5248
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
|
|
6884
5249
|
},
|
|
6885
5250
|
{
|
|
6886
5251
|
"name": "show-cancel-button",
|
|
@@ -6916,21 +5281,6 @@
|
|
|
6916
5281
|
"name": "spellcheck",
|
|
6917
5282
|
"description": "If `true`, enable spellcheck on the input."
|
|
6918
5283
|
},
|
|
6919
|
-
{
|
|
6920
|
-
"name": "theme",
|
|
6921
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6922
|
-
"values": [
|
|
6923
|
-
{
|
|
6924
|
-
"name": "ios"
|
|
6925
|
-
},
|
|
6926
|
-
{
|
|
6927
|
-
"name": "md"
|
|
6928
|
-
},
|
|
6929
|
-
{
|
|
6930
|
-
"name": "ionic"
|
|
6931
|
-
}
|
|
6932
|
-
]
|
|
6933
|
-
},
|
|
6934
5284
|
{
|
|
6935
5285
|
"name": "type",
|
|
6936
5286
|
"description": "Set the type of the input.",
|
|
@@ -7016,7 +5366,7 @@
|
|
|
7016
5366
|
},
|
|
7017
5367
|
{
|
|
7018
5368
|
"name": "mode",
|
|
7019
|
-
"description": "The mode determines
|
|
5369
|
+
"description": "The mode determines which platform styles to use.",
|
|
7020
5370
|
"values": [
|
|
7021
5371
|
{
|
|
7022
5372
|
"name": "ios"
|
|
@@ -7038,21 +5388,6 @@
|
|
|
7038
5388
|
"name": "swipe-gesture",
|
|
7039
5389
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
7040
5390
|
},
|
|
7041
|
-
{
|
|
7042
|
-
"name": "theme",
|
|
7043
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7044
|
-
"values": [
|
|
7045
|
-
{
|
|
7046
|
-
"name": "ios"
|
|
7047
|
-
},
|
|
7048
|
-
{
|
|
7049
|
-
"name": "md"
|
|
7050
|
-
},
|
|
7051
|
-
{
|
|
7052
|
-
"name": "ionic"
|
|
7053
|
-
}
|
|
7054
|
-
]
|
|
7055
|
-
},
|
|
7056
5391
|
{
|
|
7057
5392
|
"name": "value",
|
|
7058
5393
|
"description": "the value of the segment."
|
|
@@ -7106,28 +5441,13 @@
|
|
|
7106
5441
|
},
|
|
7107
5442
|
{
|
|
7108
5443
|
"name": "mode",
|
|
7109
|
-
"description": "The mode determines
|
|
7110
|
-
"values": [
|
|
7111
|
-
{
|
|
7112
|
-
"name": "ios"
|
|
7113
|
-
},
|
|
7114
|
-
{
|
|
7115
|
-
"name": "md"
|
|
7116
|
-
}
|
|
7117
|
-
]
|
|
7118
|
-
},
|
|
7119
|
-
{
|
|
7120
|
-
"name": "theme",
|
|
7121
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5444
|
+
"description": "The mode determines which platform styles to use.",
|
|
7122
5445
|
"values": [
|
|
7123
5446
|
{
|
|
7124
5447
|
"name": "ios"
|
|
7125
5448
|
},
|
|
7126
5449
|
{
|
|
7127
5450
|
"name": "md"
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"name": "ionic"
|
|
7131
5451
|
}
|
|
7132
5452
|
]
|
|
7133
5453
|
},
|
|
@@ -7245,11 +5565,11 @@
|
|
|
7245
5565
|
},
|
|
7246
5566
|
{
|
|
7247
5567
|
"name": "expanded-icon",
|
|
7248
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
5568
|
+
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in `md` mode will be disabled. If undefined, `toggleIcon`\nwill be used for when the select is both open and closed."
|
|
7249
5569
|
},
|
|
7250
5570
|
{
|
|
7251
5571
|
"name": "fill",
|
|
7252
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in
|
|
5572
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
7253
5573
|
"values": [
|
|
7254
5574
|
{
|
|
7255
5575
|
"name": "outline"
|
|
@@ -7323,7 +5643,7 @@
|
|
|
7323
5643
|
},
|
|
7324
5644
|
{
|
|
7325
5645
|
"name": "mode",
|
|
7326
|
-
"description": "The mode determines
|
|
5646
|
+
"description": "The mode determines which platform styles to use.",
|
|
7327
5647
|
"values": [
|
|
7328
5648
|
{
|
|
7329
5649
|
"name": "ios"
|
|
@@ -7355,52 +5675,16 @@
|
|
|
7355
5675
|
},
|
|
7356
5676
|
{
|
|
7357
5677
|
"name": "shape",
|
|
7358
|
-
"description": "
|
|
5678
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
7359
5679
|
"values": [
|
|
7360
|
-
{
|
|
7361
|
-
"name": "rectangular"
|
|
7362
|
-
},
|
|
7363
5680
|
{
|
|
7364
5681
|
"name": "round"
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"name": "soft"
|
|
7368
|
-
}
|
|
7369
|
-
]
|
|
7370
|
-
},
|
|
7371
|
-
{
|
|
7372
|
-
"name": "size",
|
|
7373
|
-
"description": "The size of the select. If \"large\" it will increase the height of the select, while\n\"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and undefined for all other themes.",
|
|
7374
|
-
"values": [
|
|
7375
|
-
{
|
|
7376
|
-
"name": "large"
|
|
7377
|
-
},
|
|
7378
|
-
{
|
|
7379
|
-
"name": "medium"
|
|
7380
|
-
},
|
|
7381
|
-
{
|
|
7382
|
-
"name": "small"
|
|
7383
|
-
}
|
|
7384
|
-
]
|
|
7385
|
-
},
|
|
7386
|
-
{
|
|
7387
|
-
"name": "theme",
|
|
7388
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7389
|
-
"values": [
|
|
7390
|
-
{
|
|
7391
|
-
"name": "ios"
|
|
7392
|
-
},
|
|
7393
|
-
{
|
|
7394
|
-
"name": "md"
|
|
7395
|
-
},
|
|
7396
|
-
{
|
|
7397
|
-
"name": "ionic"
|
|
7398
5682
|
}
|
|
7399
5683
|
]
|
|
7400
5684
|
},
|
|
7401
5685
|
{
|
|
7402
5686
|
"name": "toggle-icon",
|
|
7403
|
-
"description": "The toggle icon to use. Defaults to
|
|
5687
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
|
|
7404
5688
|
},
|
|
7405
5689
|
{
|
|
7406
5690
|
"name": "value",
|
|
@@ -7448,33 +5732,6 @@
|
|
|
7448
5732
|
"name": "disabled",
|
|
7449
5733
|
"description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons."
|
|
7450
5734
|
},
|
|
7451
|
-
{
|
|
7452
|
-
"name": "mode",
|
|
7453
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7454
|
-
"values": [
|
|
7455
|
-
{
|
|
7456
|
-
"name": "ios"
|
|
7457
|
-
},
|
|
7458
|
-
{
|
|
7459
|
-
"name": "md"
|
|
7460
|
-
}
|
|
7461
|
-
]
|
|
7462
|
-
},
|
|
7463
|
-
{
|
|
7464
|
-
"name": "theme",
|
|
7465
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7466
|
-
"values": [
|
|
7467
|
-
{
|
|
7468
|
-
"name": "ios"
|
|
7469
|
-
},
|
|
7470
|
-
{
|
|
7471
|
-
"name": "md"
|
|
7472
|
-
},
|
|
7473
|
-
{
|
|
7474
|
-
"name": "ionic"
|
|
7475
|
-
}
|
|
7476
|
-
]
|
|
7477
|
-
},
|
|
7478
5735
|
{
|
|
7479
5736
|
"name": "value",
|
|
7480
5737
|
"description": "The text value of the option."
|
|
@@ -7497,33 +5754,6 @@
|
|
|
7497
5754
|
{
|
|
7498
5755
|
"name": "animated",
|
|
7499
5756
|
"description": "If `true`, the skeleton text will animate."
|
|
7500
|
-
},
|
|
7501
|
-
{
|
|
7502
|
-
"name": "mode",
|
|
7503
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7504
|
-
"values": [
|
|
7505
|
-
{
|
|
7506
|
-
"name": "ios"
|
|
7507
|
-
},
|
|
7508
|
-
{
|
|
7509
|
-
"name": "md"
|
|
7510
|
-
}
|
|
7511
|
-
]
|
|
7512
|
-
},
|
|
7513
|
-
{
|
|
7514
|
-
"name": "theme",
|
|
7515
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7516
|
-
"values": [
|
|
7517
|
-
{
|
|
7518
|
-
"name": "ios"
|
|
7519
|
-
},
|
|
7520
|
-
{
|
|
7521
|
-
"name": "md"
|
|
7522
|
-
},
|
|
7523
|
-
{
|
|
7524
|
-
"name": "ionic"
|
|
7525
|
-
}
|
|
7526
|
-
]
|
|
7527
5757
|
}
|
|
7528
5758
|
],
|
|
7529
5759
|
"references": [
|
|
@@ -7577,18 +5807,6 @@
|
|
|
7577
5807
|
"name": "duration",
|
|
7578
5808
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
7579
5809
|
},
|
|
7580
|
-
{
|
|
7581
|
-
"name": "mode",
|
|
7582
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7583
|
-
"values": [
|
|
7584
|
-
{
|
|
7585
|
-
"name": "ios"
|
|
7586
|
-
},
|
|
7587
|
-
{
|
|
7588
|
-
"name": "md"
|
|
7589
|
-
}
|
|
7590
|
-
]
|
|
7591
|
-
},
|
|
7592
5810
|
{
|
|
7593
5811
|
"name": "name",
|
|
7594
5812
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7625,42 +5843,6 @@
|
|
|
7625
5843
|
{
|
|
7626
5844
|
"name": "paused",
|
|
7627
5845
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7628
|
-
},
|
|
7629
|
-
{
|
|
7630
|
-
"name": "size",
|
|
7631
|
-
"description": "Set to `\"xsmall\"` for the smallest size.\nSet to `\"small\"` for a smaller size.\nSet to `\"medium\"` for a medium size.\nSet to `\"large\"` for a large size.\nSet to `\"xlarge\"` for the largest size.\n\nDefaults to `\"xsmall\"` for the `ionic` theme, undefined for all other themes.",
|
|
7632
|
-
"values": [
|
|
7633
|
-
{
|
|
7634
|
-
"name": "large"
|
|
7635
|
-
},
|
|
7636
|
-
{
|
|
7637
|
-
"name": "medium"
|
|
7638
|
-
},
|
|
7639
|
-
{
|
|
7640
|
-
"name": "small"
|
|
7641
|
-
},
|
|
7642
|
-
{
|
|
7643
|
-
"name": "xlarge"
|
|
7644
|
-
},
|
|
7645
|
-
{
|
|
7646
|
-
"name": "xsmall"
|
|
7647
|
-
}
|
|
7648
|
-
]
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"name": "theme",
|
|
7652
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7653
|
-
"values": [
|
|
7654
|
-
{
|
|
7655
|
-
"name": "ios"
|
|
7656
|
-
},
|
|
7657
|
-
{
|
|
7658
|
-
"name": "md"
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"name": "ionic"
|
|
7662
|
-
}
|
|
7663
|
-
]
|
|
7664
5846
|
}
|
|
7665
5847
|
],
|
|
7666
5848
|
"references": [
|
|
@@ -7673,44 +5855,17 @@
|
|
|
7673
5855
|
{
|
|
7674
5856
|
"name": "ion-split-pane",
|
|
7675
5857
|
"description": {
|
|
7676
|
-
"kind": "markdown",
|
|
7677
|
-
"value": ""
|
|
7678
|
-
},
|
|
7679
|
-
"attributes": [
|
|
7680
|
-
{
|
|
7681
|
-
"name": "content-id",
|
|
7682
|
-
"description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`."
|
|
7683
|
-
},
|
|
7684
|
-
{
|
|
7685
|
-
"name": "disabled",
|
|
7686
|
-
"description": "If `true`, the split pane will be hidden."
|
|
7687
|
-
},
|
|
7688
|
-
{
|
|
7689
|
-
"name": "mode",
|
|
7690
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7691
|
-
"values": [
|
|
7692
|
-
{
|
|
7693
|
-
"name": "ios"
|
|
7694
|
-
},
|
|
7695
|
-
{
|
|
7696
|
-
"name": "md"
|
|
7697
|
-
}
|
|
7698
|
-
]
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"name": "theme",
|
|
7702
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7703
|
-
"values": [
|
|
7704
|
-
{
|
|
7705
|
-
"name": "ios"
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
"name": "md"
|
|
7709
|
-
},
|
|
7710
|
-
{
|
|
7711
|
-
"name": "ionic"
|
|
7712
|
-
}
|
|
7713
|
-
]
|
|
5858
|
+
"kind": "markdown",
|
|
5859
|
+
"value": ""
|
|
5860
|
+
},
|
|
5861
|
+
"attributes": [
|
|
5862
|
+
{
|
|
5863
|
+
"name": "content-id",
|
|
5864
|
+
"description": "The `id` of the main content. When using\na router this is typically `ion-router-outlet`.\nWhen not using a router, this is typically\nyour main view's `ion-content`. This is not the\nid of the `ion-content` inside of your `ion-menu`."
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
"name": "disabled",
|
|
5868
|
+
"description": "If `true`, the split pane will be hidden."
|
|
7714
5869
|
},
|
|
7715
5870
|
{
|
|
7716
5871
|
"name": "when",
|
|
@@ -7735,36 +5890,9 @@
|
|
|
7735
5890
|
"name": "component",
|
|
7736
5891
|
"description": "The component to display inside of the tab."
|
|
7737
5892
|
},
|
|
7738
|
-
{
|
|
7739
|
-
"name": "mode",
|
|
7740
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7741
|
-
"values": [
|
|
7742
|
-
{
|
|
7743
|
-
"name": "ios"
|
|
7744
|
-
},
|
|
7745
|
-
{
|
|
7746
|
-
"name": "md"
|
|
7747
|
-
}
|
|
7748
|
-
]
|
|
7749
|
-
},
|
|
7750
5893
|
{
|
|
7751
5894
|
"name": "tab",
|
|
7752
5895
|
"description": "A tab id must be provided for each `ion-tab`. It's used internally to reference\nthe selected tab or by the router to switch between them."
|
|
7753
|
-
},
|
|
7754
|
-
{
|
|
7755
|
-
"name": "theme",
|
|
7756
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7757
|
-
"values": [
|
|
7758
|
-
{
|
|
7759
|
-
"name": "ios"
|
|
7760
|
-
},
|
|
7761
|
-
{
|
|
7762
|
-
"name": "md"
|
|
7763
|
-
},
|
|
7764
|
-
{
|
|
7765
|
-
"name": "ionic"
|
|
7766
|
-
}
|
|
7767
|
-
]
|
|
7768
5896
|
}
|
|
7769
5897
|
],
|
|
7770
5898
|
"references": [
|
|
@@ -7814,21 +5942,9 @@
|
|
|
7814
5942
|
}
|
|
7815
5943
|
]
|
|
7816
5944
|
},
|
|
7817
|
-
{
|
|
7818
|
-
"name": "expand",
|
|
7819
|
-
"description": "Set to `\"compact\"` to display a width based on the items\ninside the tab bar. This value will only work for the\n`ionic` theme.\n\nSet to `\"full\"` to display a full width tab bar.\n\nDefaults to `\"full\"`.",
|
|
7820
|
-
"values": [
|
|
7821
|
-
{
|
|
7822
|
-
"name": "compact"
|
|
7823
|
-
},
|
|
7824
|
-
{
|
|
7825
|
-
"name": "full"
|
|
7826
|
-
}
|
|
7827
|
-
]
|
|
7828
|
-
},
|
|
7829
5945
|
{
|
|
7830
5946
|
"name": "mode",
|
|
7831
|
-
"description": "The mode determines
|
|
5947
|
+
"description": "The mode determines which platform styles to use.",
|
|
7832
5948
|
"values": [
|
|
7833
5949
|
{
|
|
7834
5950
|
"name": "ios"
|
|
@@ -7842,39 +5958,9 @@
|
|
|
7842
5958
|
"name": "selected-tab",
|
|
7843
5959
|
"description": "The selected tab component"
|
|
7844
5960
|
},
|
|
7845
|
-
{
|
|
7846
|
-
"name": "shape",
|
|
7847
|
-
"description": "Set to `\"soft\"` for a tab bar with slightly rounded corners,\n`\"round\"` for a tab bar with fully rounded corners, or\n`\"rectangular\"` for a tab bar without rounded corners.\n\nDefaults to `\"round\"` for the `\"ionic\"` theme, undefined for all other themes.",
|
|
7848
|
-
"values": [
|
|
7849
|
-
{
|
|
7850
|
-
"name": "rectangular"
|
|
7851
|
-
},
|
|
7852
|
-
{
|
|
7853
|
-
"name": "round"
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"name": "soft"
|
|
7857
|
-
}
|
|
7858
|
-
]
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"name": "theme",
|
|
7862
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7863
|
-
"values": [
|
|
7864
|
-
{
|
|
7865
|
-
"name": "ios"
|
|
7866
|
-
},
|
|
7867
|
-
{
|
|
7868
|
-
"name": "md"
|
|
7869
|
-
},
|
|
7870
|
-
{
|
|
7871
|
-
"name": "ionic"
|
|
7872
|
-
}
|
|
7873
|
-
]
|
|
7874
|
-
},
|
|
7875
5961
|
{
|
|
7876
5962
|
"name": "translucent",
|
|
7877
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
5963
|
+
"description": "If `true`, the tab bar 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)."
|
|
7878
5964
|
}
|
|
7879
5965
|
],
|
|
7880
5966
|
"references": [
|
|
@@ -7929,7 +6015,7 @@
|
|
|
7929
6015
|
},
|
|
7930
6016
|
{
|
|
7931
6017
|
"name": "mode",
|
|
7932
|
-
"description": "The mode determines
|
|
6018
|
+
"description": "The mode determines which platform styles to use.",
|
|
7933
6019
|
"values": [
|
|
7934
6020
|
{
|
|
7935
6021
|
"name": "ios"
|
|
@@ -7954,21 +6040,6 @@
|
|
|
7954
6040
|
{
|
|
7955
6041
|
"name": "target",
|
|
7956
6042
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
7957
|
-
},
|
|
7958
|
-
{
|
|
7959
|
-
"name": "theme",
|
|
7960
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7961
|
-
"values": [
|
|
7962
|
-
{
|
|
7963
|
-
"name": "ios"
|
|
7964
|
-
},
|
|
7965
|
-
{
|
|
7966
|
-
"name": "md"
|
|
7967
|
-
},
|
|
7968
|
-
{
|
|
7969
|
-
"name": "ionic"
|
|
7970
|
-
}
|
|
7971
|
-
]
|
|
7972
6043
|
}
|
|
7973
6044
|
],
|
|
7974
6045
|
"references": [
|
|
@@ -7984,35 +6055,7 @@
|
|
|
7984
6055
|
"kind": "markdown",
|
|
7985
6056
|
"value": ""
|
|
7986
6057
|
},
|
|
7987
|
-
"attributes": [
|
|
7988
|
-
{
|
|
7989
|
-
"name": "mode",
|
|
7990
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7991
|
-
"values": [
|
|
7992
|
-
{
|
|
7993
|
-
"name": "ios"
|
|
7994
|
-
},
|
|
7995
|
-
{
|
|
7996
|
-
"name": "md"
|
|
7997
|
-
}
|
|
7998
|
-
]
|
|
7999
|
-
},
|
|
8000
|
-
{
|
|
8001
|
-
"name": "theme",
|
|
8002
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8003
|
-
"values": [
|
|
8004
|
-
{
|
|
8005
|
-
"name": "ios"
|
|
8006
|
-
},
|
|
8007
|
-
{
|
|
8008
|
-
"name": "md"
|
|
8009
|
-
},
|
|
8010
|
-
{
|
|
8011
|
-
"name": "ionic"
|
|
8012
|
-
}
|
|
8013
|
-
]
|
|
8014
|
-
}
|
|
8015
|
-
],
|
|
6058
|
+
"attributes": [],
|
|
8016
6059
|
"references": [
|
|
8017
6060
|
{
|
|
8018
6061
|
"name": "Source code",
|
|
@@ -8062,28 +6105,13 @@
|
|
|
8062
6105
|
},
|
|
8063
6106
|
{
|
|
8064
6107
|
"name": "mode",
|
|
8065
|
-
"description": "The mode determines
|
|
8066
|
-
"values": [
|
|
8067
|
-
{
|
|
8068
|
-
"name": "ios"
|
|
8069
|
-
},
|
|
8070
|
-
{
|
|
8071
|
-
"name": "md"
|
|
8072
|
-
}
|
|
8073
|
-
]
|
|
8074
|
-
},
|
|
8075
|
-
{
|
|
8076
|
-
"name": "theme",
|
|
8077
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6108
|
+
"description": "The mode determines which platform styles to use.",
|
|
8078
6109
|
"values": [
|
|
8079
6110
|
{
|
|
8080
6111
|
"name": "ios"
|
|
8081
6112
|
},
|
|
8082
6113
|
{
|
|
8083
6114
|
"name": "md"
|
|
8084
|
-
},
|
|
8085
|
-
{
|
|
8086
|
-
"name": "ionic"
|
|
8087
6115
|
}
|
|
8088
6116
|
]
|
|
8089
6117
|
}
|
|
@@ -8200,7 +6228,7 @@
|
|
|
8200
6228
|
},
|
|
8201
6229
|
{
|
|
8202
6230
|
"name": "fill",
|
|
8203
|
-
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available
|
|
6231
|
+
"description": "The fill for the item. If `\"solid\"` the item will have a background. If\n`\"outline\"` the item will be transparent with a border. Only available in `md` mode.",
|
|
8204
6232
|
"values": [
|
|
8205
6233
|
{
|
|
8206
6234
|
"name": "outline"
|
|
@@ -8279,7 +6307,7 @@
|
|
|
8279
6307
|
},
|
|
8280
6308
|
{
|
|
8281
6309
|
"name": "mode",
|
|
8282
|
-
"description": "The mode determines
|
|
6310
|
+
"description": "The mode determines which platform styles to use.",
|
|
8283
6311
|
"values": [
|
|
8284
6312
|
{
|
|
8285
6313
|
"name": "ios"
|
|
@@ -8311,31 +6339,10 @@
|
|
|
8311
6339
|
},
|
|
8312
6340
|
{
|
|
8313
6341
|
"name": "shape",
|
|
8314
|
-
"description": "
|
|
6342
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
8315
6343
|
"values": [
|
|
8316
|
-
{
|
|
8317
|
-
"name": "rectangular"
|
|
8318
|
-
},
|
|
8319
6344
|
{
|
|
8320
6345
|
"name": "round"
|
|
8321
|
-
},
|
|
8322
|
-
{
|
|
8323
|
-
"name": "soft"
|
|
8324
|
-
}
|
|
8325
|
-
]
|
|
8326
|
-
},
|
|
8327
|
-
{
|
|
8328
|
-
"name": "size",
|
|
8329
|
-
"description": "The size of the textarea. If \"large\" it will increase the height of the textarea, while\n\"small\" and \"medium\" provide progressively smaller heights. The default size is \"medium\".\nThis property only applies to the `\"ionic\"` theme.",
|
|
8330
|
-
"values": [
|
|
8331
|
-
{
|
|
8332
|
-
"name": "large"
|
|
8333
|
-
},
|
|
8334
|
-
{
|
|
8335
|
-
"name": "medium"
|
|
8336
|
-
},
|
|
8337
|
-
{
|
|
8338
|
-
"name": "small"
|
|
8339
6346
|
}
|
|
8340
6347
|
]
|
|
8341
6348
|
},
|
|
@@ -8343,21 +6350,6 @@
|
|
|
8343
6350
|
"name": "spellcheck",
|
|
8344
6351
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
8345
6352
|
},
|
|
8346
|
-
{
|
|
8347
|
-
"name": "theme",
|
|
8348
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8349
|
-
"values": [
|
|
8350
|
-
{
|
|
8351
|
-
"name": "ios"
|
|
8352
|
-
},
|
|
8353
|
-
{
|
|
8354
|
-
"name": "md"
|
|
8355
|
-
},
|
|
8356
|
-
{
|
|
8357
|
-
"name": "ionic"
|
|
8358
|
-
}
|
|
8359
|
-
]
|
|
8360
|
-
},
|
|
8361
6353
|
{
|
|
8362
6354
|
"name": "value",
|
|
8363
6355
|
"description": "The value of the textarea."
|
|
@@ -8391,35 +6383,7 @@
|
|
|
8391
6383
|
"kind": "markdown",
|
|
8392
6384
|
"value": ""
|
|
8393
6385
|
},
|
|
8394
|
-
"attributes": [
|
|
8395
|
-
{
|
|
8396
|
-
"name": "mode",
|
|
8397
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8398
|
-
"values": [
|
|
8399
|
-
{
|
|
8400
|
-
"name": "ios"
|
|
8401
|
-
},
|
|
8402
|
-
{
|
|
8403
|
-
"name": "md"
|
|
8404
|
-
}
|
|
8405
|
-
]
|
|
8406
|
-
},
|
|
8407
|
-
{
|
|
8408
|
-
"name": "theme",
|
|
8409
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8410
|
-
"values": [
|
|
8411
|
-
{
|
|
8412
|
-
"name": "ios"
|
|
8413
|
-
},
|
|
8414
|
-
{
|
|
8415
|
-
"name": "md"
|
|
8416
|
-
},
|
|
8417
|
-
{
|
|
8418
|
-
"name": "ionic"
|
|
8419
|
-
}
|
|
8420
|
-
]
|
|
8421
|
-
}
|
|
8422
|
-
],
|
|
6386
|
+
"attributes": [],
|
|
8423
6387
|
"references": [
|
|
8424
6388
|
{
|
|
8425
6389
|
"name": "Source code",
|
|
@@ -8467,18 +6431,6 @@
|
|
|
8467
6431
|
}
|
|
8468
6432
|
]
|
|
8469
6433
|
},
|
|
8470
|
-
{
|
|
8471
|
-
"name": "mode",
|
|
8472
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8473
|
-
"values": [
|
|
8474
|
-
{
|
|
8475
|
-
"name": "ios"
|
|
8476
|
-
},
|
|
8477
|
-
{
|
|
8478
|
-
"name": "md"
|
|
8479
|
-
}
|
|
8480
|
-
]
|
|
8481
|
-
},
|
|
8482
6434
|
{
|
|
8483
6435
|
"name": "size",
|
|
8484
6436
|
"description": "The size of the toolbar title.",
|
|
@@ -8490,21 +6442,6 @@
|
|
|
8490
6442
|
"name": "small"
|
|
8491
6443
|
}
|
|
8492
6444
|
]
|
|
8493
|
-
},
|
|
8494
|
-
{
|
|
8495
|
-
"name": "theme",
|
|
8496
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8497
|
-
"values": [
|
|
8498
|
-
{
|
|
8499
|
-
"name": "ios"
|
|
8500
|
-
},
|
|
8501
|
-
{
|
|
8502
|
-
"name": "md"
|
|
8503
|
-
},
|
|
8504
|
-
{
|
|
8505
|
-
"name": "ionic"
|
|
8506
|
-
}
|
|
8507
|
-
]
|
|
8508
6445
|
}
|
|
8509
6446
|
],
|
|
8510
6447
|
"references": [
|
|
@@ -8600,7 +6537,7 @@
|
|
|
8600
6537
|
},
|
|
8601
6538
|
{
|
|
8602
6539
|
"name": "mode",
|
|
8603
|
-
"description": "The mode determines
|
|
6540
|
+
"description": "The mode determines which platform styles to use.",
|
|
8604
6541
|
"values": [
|
|
8605
6542
|
{
|
|
8606
6543
|
"name": "ios"
|
|
@@ -8629,21 +6566,6 @@
|
|
|
8629
6566
|
"name": "position-anchor",
|
|
8630
6567
|
"description": "The element to anchor the toast's position to. Can be set as a direct reference\nor the ID of the element. With `position=\"bottom\"`, the toast will sit above the\nchosen element. With `position=\"top\"`, the toast will sit below the chosen element.\nWith `position=\"middle\"`, the value of `positionAnchor` is ignored."
|
|
8631
6568
|
},
|
|
8632
|
-
{
|
|
8633
|
-
"name": "shape",
|
|
8634
|
-
"description": "Set to `\"soft\"` for a toast with slightly rounded corners,\n`\"round\"` for a toast with fully rounded corners, or `\"rectangular\"`\nfor a toast without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8635
|
-
"values": [
|
|
8636
|
-
{
|
|
8637
|
-
"name": "rectangular"
|
|
8638
|
-
},
|
|
8639
|
-
{
|
|
8640
|
-
"name": "round"
|
|
8641
|
-
},
|
|
8642
|
-
{
|
|
8643
|
-
"name": "soft"
|
|
8644
|
-
}
|
|
8645
|
-
]
|
|
8646
|
-
},
|
|
8647
6569
|
{
|
|
8648
6570
|
"name": "swipe-gesture",
|
|
8649
6571
|
"description": "If set to 'vertical', the Toast can be dismissed with\na swipe gesture. The swipe direction is determined by\nthe value of the `position` property:\n`top`: The Toast can be swiped up to dismiss.\n`bottom`: The Toast can be swiped down to dismiss.\n`middle`: The Toast can be swiped up or down to dismiss.",
|
|
@@ -8653,24 +6575,9 @@
|
|
|
8653
6575
|
}
|
|
8654
6576
|
]
|
|
8655
6577
|
},
|
|
8656
|
-
{
|
|
8657
|
-
"name": "theme",
|
|
8658
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8659
|
-
"values": [
|
|
8660
|
-
{
|
|
8661
|
-
"name": "ios"
|
|
8662
|
-
},
|
|
8663
|
-
{
|
|
8664
|
-
"name": "md"
|
|
8665
|
-
},
|
|
8666
|
-
{
|
|
8667
|
-
"name": "ionic"
|
|
8668
|
-
}
|
|
8669
|
-
]
|
|
8670
|
-
},
|
|
8671
6578
|
{
|
|
8672
6579
|
"name": "translucent",
|
|
8673
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
6580
|
+
"description": "If `true`, the toast 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)."
|
|
8674
6581
|
},
|
|
8675
6582
|
{
|
|
8676
6583
|
"name": "trigger",
|
|
@@ -8783,7 +6690,7 @@
|
|
|
8783
6690
|
},
|
|
8784
6691
|
{
|
|
8785
6692
|
"name": "mode",
|
|
8786
|
-
"description": "The mode determines
|
|
6693
|
+
"description": "The mode determines which platform styles to use.",
|
|
8787
6694
|
"values": [
|
|
8788
6695
|
{
|
|
8789
6696
|
"name": "ios"
|
|
@@ -8797,21 +6704,6 @@
|
|
|
8797
6704
|
"name": "name",
|
|
8798
6705
|
"description": "The name of the control, which is submitted with the form data."
|
|
8799
6706
|
},
|
|
8800
|
-
{
|
|
8801
|
-
"name": "theme",
|
|
8802
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8803
|
-
"values": [
|
|
8804
|
-
{
|
|
8805
|
-
"name": "ios"
|
|
8806
|
-
},
|
|
8807
|
-
{
|
|
8808
|
-
"name": "md"
|
|
8809
|
-
},
|
|
8810
|
-
{
|
|
8811
|
-
"name": "ionic"
|
|
8812
|
-
}
|
|
8813
|
-
]
|
|
8814
|
-
},
|
|
8815
6707
|
{
|
|
8816
6708
|
"name": "value",
|
|
8817
6709
|
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`."
|
|
@@ -8866,28 +6758,13 @@
|
|
|
8866
6758
|
},
|
|
8867
6759
|
{
|
|
8868
6760
|
"name": "mode",
|
|
8869
|
-
"description": "The mode determines
|
|
8870
|
-
"values": [
|
|
8871
|
-
{
|
|
8872
|
-
"name": "ios"
|
|
8873
|
-
},
|
|
8874
|
-
{
|
|
8875
|
-
"name": "md"
|
|
8876
|
-
}
|
|
8877
|
-
]
|
|
8878
|
-
},
|
|
8879
|
-
{
|
|
8880
|
-
"name": "theme",
|
|
8881
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6761
|
+
"description": "The mode determines which platform styles to use.",
|
|
8882
6762
|
"values": [
|
|
8883
6763
|
{
|
|
8884
6764
|
"name": "ios"
|
|
8885
6765
|
},
|
|
8886
6766
|
{
|
|
8887
6767
|
"name": "md"
|
|
8888
|
-
},
|
|
8889
|
-
{
|
|
8890
|
-
"name": "ionic"
|
|
8891
6768
|
}
|
|
8892
6769
|
]
|
|
8893
6770
|
}
|