@ionic/core 8.5.2-dev.11743410780.1c74dd00 → 8.5.2-dev.11743531350.19e040aa
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 -30
- package/components/content.js +12 -14
- package/components/data.js +6 -6
- package/components/focus-visible.js +1 -23
- package/components/framework-delegate.js +1 -3
- package/components/hardware-back-button.js +115 -0
- package/components/header.js +15 -24
- package/components/helpers.js +3 -54
- package/components/index2.js +2 -2
- package/components/index4.js +9 -8
- package/components/index5.js +3 -27
- package/components/index6.js +24 -110
- package/components/index7.js +27 -163
- package/components/index8.js +128 -0
- package/{dist/esm/index-0c65e393.js → components/index9.js} +2 -5
- 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 -14
- package/components/ion-avatar.js +5 -58
- package/components/ion-back-button.js +19 -29
- package/components/ion-badge.js +9 -50
- 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 +7 -28
- package/components/ion-range.js +28 -15
- 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 +18 -141
- package/components/ion-segment-button.js +25 -60
- package/components/ion-segment-content.js +2 -2
- 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 +33 -120
- 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 -28
- 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 -48
- package/components/ion-thumbnail.js +2 -5
- package/components/ion-toast.js +11 -30
- package/components/ion-toggle.js +18 -77
- package/components/ionic-global.js +82 -378
- 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 +5 -4
- 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 +5 -11
- 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 +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +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 +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/dist/cjs/{animation-124b7017.js → animation-b4fdf128.js} +2 -2
- package/dist/cjs/{app-globals-04316582.js → app-globals-dd592863.js} +1 -1
- package/dist/cjs/{button-active-6c0ef0f0.js → button-active-43e2b419.js} +1 -1
- package/dist/cjs/{capacitor-ec2a454d.js → capacitor-c04564bf.js} +3 -3
- package/dist/cjs/{data-ae8423e6.js → data-27cc2c9c.js} +8 -8
- package/dist/{esm/focus-visible-6827442c.js → cjs/focus-visible-7a0ce04f.js} +3 -23
- package/dist/cjs/{framework-delegate-4de32fdc.js → framework-delegate-50a86d56.js} +2 -4
- package/dist/cjs/{haptic-f262299e.js → haptic-f6b37aa3.js} +1 -1
- package/dist/cjs/hardware-back-button-5a99001f.js +122 -0
- package/dist/cjs/{helpers-4211d834.js → helpers-3a248559.js} +2 -54
- package/dist/cjs/index-48b2a28e.js +46 -0
- package/dist/cjs/{index-943c0438.js → index-4b70187a.js} +15 -14
- package/dist/cjs/{index-f835dc22.js → index-509ca0d3.js} +3 -3
- package/dist/cjs/index-c8d52405.js +10 -0
- package/dist/cjs/{index-3d31ef2d.js → index-e36bd277.js} +7 -10
- package/dist/cjs/{index-042a8f38.js → index-e630fd95.js} +12 -12
- package/dist/cjs/index.cjs.js +12 -11
- package/dist/cjs/{input-shims-c93f3c7f.js → input-shims-22a9973f.js} +18 -18
- package/dist/cjs/{input.utils-00741e7b.js → input.utils-e82b8ed0.js} +5 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -62
- package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -22
- package/dist/cjs/ion-alert.cjs.entry.js +23 -26
- package/dist/cjs/ion-app_8.cjs.entry.js +152 -113
- package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -102
- package/dist/cjs/ion-back-button.cjs.entry.js +21 -32
- package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -54
- package/dist/cjs/ion-button_2.cjs.entry.js +15 -47
- package/dist/cjs/ion-card_5.cjs.entry.js +28 -53
- package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
- 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 -17
- package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
- package/dist/cjs/ion-fab_3.cjs.entry.js +19 -43
- package/dist/cjs/ion-img.cjs.entry.js +3 -8
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -22
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
- package/dist/cjs/ion-input.cjs.entry.js +23 -119
- package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -41
- package/dist/cjs/ion-item_8.cjs.entry.js +41 -114
- package/dist/cjs/ion-loading.cjs.entry.js +18 -21
- package/dist/cjs/ion-menu_3.cjs.entry.js +29 -49
- package/dist/cjs/ion-modal.cjs.entry.js +70 -99
- package/dist/cjs/ion-nav_2.cjs.entry.js +13 -16
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -12
- package/dist/cjs/ion-picker-column.cjs.entry.js +12 -13
- package/dist/cjs/ion-picker.cjs.entry.js +5 -11
- package/dist/cjs/ion-popover.cjs.entry.js +18 -21
- package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -29
- package/dist/cjs/ion-radio_2.cjs.entry.js +13 -25
- package/dist/cjs/ion-range.cjs.entry.js +34 -23
- package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -45
- package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -38
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
- package/dist/cjs/ion-route_4.cjs.entry.js +7 -9
- package/dist/cjs/ion-searchbar.cjs.entry.js +17 -139
- package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
- package/dist/cjs/ion-segment_2.cjs.entry.js +31 -72
- package/dist/cjs/ion-select-modal.cjs.entry.js +10 -9
- package/dist/cjs/ion-select_3.cjs.entry.js +40 -134
- 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 -61
- package/dist/cjs/ion-tab_2.cjs.entry.js +6 -8
- package/dist/cjs/ion-text.cjs.entry.js +5 -6
- package/dist/cjs/ion-textarea.cjs.entry.js +16 -52
- package/dist/cjs/ion-toast.cjs.entry.js +42 -60
- package/dist/cjs/ion-toggle.cjs.entry.js +22 -81
- package/dist/cjs/ionic-global-acb665ad.js +227 -0
- package/dist/cjs/ionic.cjs.js +3 -4
- package/dist/cjs/{ios.transition-cdf1959e.js → ios.transition-ae7afca9.js} +6 -7
- package/dist/cjs/{keyboard-924ba9a2.js → keyboard-0272231f.js} +1 -1
- package/dist/cjs/{keyboard-9cd4a473.js → keyboard-af1bb365.js} +3 -5
- package/dist/cjs/{keyboard-controller-dc7a55c4.js → keyboard-controller-c05e747a.js} +9 -11
- package/dist/cjs/loader.cjs.js +3 -4
- package/dist/cjs/{md.transition-6a00a3e7.js → md.transition-26003e25.js} +6 -6
- package/dist/cjs/{notch-controller-14681d65.js → notch-controller-ae03a497.js} +4 -4
- package/dist/cjs/{overlays-288b775b.js → overlays-a0c6b23f.js} +20 -19
- package/dist/cjs/{status-tap-a41ad873.js → status-tap-03023755.js} +4 -5
- package/dist/cjs/{swipe-back-cf9385d3.js → swipe-back-cd0d9f77.js} +1 -3
- package/dist/collection/collection-manifest.json +0 -1
- 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 +80 -22
- package/dist/collection/components/avatar/avatar.ios.css +0 -13
- package/dist/collection/components/avatar/avatar.js +4 -113
- package/dist/collection/components/avatar/avatar.md.css +0 -90
- 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 +4 -147
- package/dist/collection/components/badge/badge.js +9 -97
- package/dist/collection/components/badge/badge.md.css +4 -131
- 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 +37 -131
- package/dist/collection/components/button/button.js +16 -46
- package/dist/collection/components/button/button.md.css +41 -122
- 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 +119 -179
- package/dist/collection/components/checkbox/checkbox.js +14 -64
- package/dist/collection/components/checkbox/checkbox.md.css +120 -180
- 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 +5 -5
- 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/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 +135 -215
- package/dist/collection/components/input/input.js +30 -144
- package/dist/collection/components/input/input.md.css +137 -237
- 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 -42
- 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.ios.css +18 -42
- package/dist/collection/components/radio-group/radio-group.js +5 -13
- package/dist/collection/components/radio-group/radio-group.md.css +18 -42
- package/dist/collection/components/range/range.ios.css +85 -128
- package/dist/collection/components/range/range.js +27 -14
- 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 +29 -179
- 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 +26 -60
- package/dist/collection/components/segment-button/segment-button.md.css +107 -148
- package/dist/collection/components/segment-content/segment-content.css +9 -0
- 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 +134 -267
- package/dist/collection/components/select/select.js +55 -157
- package/dist/collection/components/select/select.md.css +136 -283
- package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
- 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 +90 -166
- package/dist/collection/components/tab-button/tab-button.js +8 -43
- package/dist/collection/components/tab-button/tab-button.md.css +88 -132
- 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 -205
- package/dist/collection/components/textarea/textarea.js +16 -69
- package/dist/collection/components/textarea/textarea.md.css +97 -218
- 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 +35 -74
- package/dist/collection/components/toast/toast.js +10 -45
- package/dist/collection/components/toast/toast.md.css +35 -74
- package/dist/collection/components/toggle/toggle.ios.css +129 -245
- package/dist/collection/components/toggle/toggle.js +18 -73
- package/dist/collection/components/toggle/toggle.md.css +129 -242
- 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-visible.js +0 -22
- package/dist/collection/utils/framework-delegate.js +1 -3
- package/dist/collection/utils/helpers.js +2 -52
- 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 +1 -2
- 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 +331 -7486
- package/dist/esm/{animation-12d440f3.js → animation-eab5a4ca.js} +1 -1
- package/dist/esm/{app-globals-2497eeed.js → app-globals-7b6cbf1a.js} +1 -1
- package/dist/esm/{button-active-8f33f086.js → button-active-90f1dbc4.js} +2 -2
- package/dist/esm/{capacitor-39edcb1f.js → capacitor-59395cbd.js} +1 -1
- package/dist/esm/{data-591c1b05.js → data-174ad5e0.js} +6 -6
- package/dist/{cjs/focus-visible-fe3acfb5.js → esm/focus-visible-dd40d69f.js} +1 -27
- package/dist/esm/{framework-delegate-9ad3e427.js → framework-delegate-2eea1763.js} +2 -4
- package/dist/esm/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm/hardware-back-button-864101a3.js +116 -0
- package/dist/esm/{helpers-ea1f7324.js → helpers-78efeec3.js} +3 -54
- package/dist/esm/index-40894f4b.js +167 -0
- package/dist/esm/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
- package/dist/esm/index-738d7504.js +42 -0
- package/dist/esm/index-a5d50daf.js +7 -0
- package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
- package/dist/esm/{index-f36a3fa4.js → index-e919e353.js} +2 -2
- package/dist/esm/{index-eb1203fa.js → index-ecb55b8d.js} +6 -6
- package/dist/esm/{index-036caa00.js → index-f9f5d018.js} +11 -10
- package/dist/esm/index.js +13 -12
- package/dist/esm/{input-shims-96f8d7c2.js → input-shims-7dc1f6dc.js} +8 -8
- package/dist/esm/{input.utils-22a20c3a.js → input.utils-28bf4ef0.js} +3 -2
- package/dist/esm/ion-accordion_2.entry.js +24 -62
- package/dist/esm/ion-action-sheet.entry.js +19 -23
- package/dist/esm/ion-alert.entry.js +21 -24
- package/dist/esm/ion-app_8.entry.js +140 -101
- package/dist/esm/ion-avatar_3.entry.js +13 -104
- package/dist/esm/ion-back-button.entry.js +21 -32
- package/dist/esm/ion-backdrop.entry.js +7 -12
- package/dist/esm/ion-breadcrumb_2.entry.js +17 -56
- package/dist/esm/ion-button_2.entry.js +13 -45
- package/dist/esm/ion-card_5.entry.js +29 -54
- package/dist/esm/ion-checkbox.entry.js +14 -32
- 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 -14
- package/dist/esm/ion-datetime_3.entry.js +41 -117
- package/dist/esm/ion-fab_3.entry.js +21 -45
- package/dist/esm/ion-img.entry.js +4 -9
- package/dist/esm/ion-infinite-scroll_2.entry.js +15 -20
- package/dist/esm/ion-input-password-toggle.entry.js +15 -54
- package/dist/esm/ion-input.entry.js +25 -121
- package/dist/esm/ion-item-option_3.entry.js +18 -42
- package/dist/esm/ion-item_8.entry.js +42 -115
- package/dist/esm/ion-loading.entry.js +16 -19
- package/dist/esm/ion-menu_3.entry.js +29 -49
- package/dist/esm/ion-modal.entry.js +31 -60
- package/dist/esm/ion-nav_2.entry.js +12 -15
- package/dist/esm/ion-picker-column-option.entry.js +7 -13
- package/dist/esm/ion-picker-column.entry.js +12 -13
- package/dist/esm/ion-picker.entry.js +6 -12
- package/dist/esm/ion-popover.entry.js +16 -19
- package/dist/esm/ion-progress-bar.entry.js +8 -29
- package/dist/esm/ion-radio_2.entry.js +14 -26
- package/dist/esm/ion-range.entry.js +30 -19
- package/dist/esm/ion-refresher_2.entry.js +21 -43
- package/dist/esm/ion-reorder_2.entry.js +15 -40
- package/dist/esm/ion-ripple-effect.entry.js +8 -19
- package/dist/esm/ion-route_4.entry.js +8 -10
- package/dist/esm/ion-searchbar.entry.js +19 -141
- package/dist/esm/ion-segment-content.entry.js +3 -3
- package/dist/esm/ion-segment-view.entry.js +3 -7
- package/dist/esm/ion-segment_2.entry.js +32 -73
- package/dist/esm/ion-select-modal.entry.js +11 -10
- package/dist/esm/ion-select_3.entry.js +42 -136
- 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 -61
- package/dist/esm/ion-tab_2.entry.js +7 -9
- package/dist/esm/ion-text.entry.js +6 -7
- package/dist/esm/ion-textarea.entry.js +17 -53
- package/dist/esm/ion-toast.entry.js +17 -35
- package/dist/esm/ion-toggle.entry.js +23 -82
- package/dist/esm/ionic-global-ca86cf32.js +221 -0
- package/dist/esm/ionic.js +5 -6
- package/dist/esm/{ios.transition-cbbf0bd1.js → ios.transition-7fe5dbea.js} +7 -8
- package/dist/esm/{keyboard-0af19ead.js → keyboard-52278bd7.js} +3 -5
- package/dist/esm/{keyboard-ceb6990d.js → keyboard-73175e24.js} +1 -1
- package/dist/esm/{keyboard-controller-7e2da6b9.js → keyboard-controller-ec5c2bfa.js} +3 -5
- package/dist/esm/loader.js +5 -6
- package/dist/esm/{md.transition-21c93656.js → md.transition-8dc58b46.js} +7 -7
- package/dist/esm/{notch-controller-cd983e05.js → notch-controller-00d92e89.js} +2 -2
- package/dist/esm/{overlays-d60b1d1e.js → overlays-1bc809ec.js} +7 -6
- package/dist/esm/{status-tap-bf78b74d.js → status-tap-f6d08e9e.js} +5 -6
- package/dist/esm/{swipe-back-fff82194.js → swipe-back-07df2095.js} +1 -3
- package/dist/esm-es5/animation-eab5a4ca.js +4 -0
- package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
- package/dist/esm-es5/{button-active-8f33f086.js → button-active-90f1dbc4.js} +1 -1
- package/dist/esm-es5/capacitor-59395cbd.js +4 -0
- package/dist/esm-es5/data-174ad5e0.js +4 -0
- package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
- package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
- package/dist/esm-es5/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
- package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
- package/dist/esm-es5/helpers-78efeec3.js +4 -0
- package/dist/esm-es5/index-40894f4b.js +4 -0
- package/dist/esm-es5/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
- package/dist/esm-es5/index-738d7504.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-e919e353.js +4 -0
- package/dist/esm-es5/index-ecb55b8d.js +4 -0
- package/dist/esm-es5/index-f9f5d018.js +4 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
- package/dist/esm-es5/input.utils-28bf4ef0.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +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-ca86cf32.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
- package/dist/esm-es5/{keyboard-0af19ead.js → keyboard-52278bd7.js} +1 -1
- package/dist/esm-es5/{keyboard-ceb6990d.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-8dc58b46.js +4 -0
- package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
- package/dist/esm-es5/overlays-1bc809ec.js +4 -0
- package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
- package/dist/esm-es5/swipe-back-07df2095.js +4 -0
- package/dist/html.html-data.json +203 -2445
- 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-027a48f1.entry.js +4 -0
- package/dist/ionic/p-056b4c2a.system.entry.js +4 -0
- package/dist/ionic/p-058b7f35.js +4 -0
- package/dist/ionic/p-05b65d7a.entry.js +4 -0
- package/dist/ionic/p-0904eb08.entry.js +4 -0
- package/dist/ionic/p-0a456b7f.entry.js +4 -0
- package/dist/ionic/p-0adb6909.system.entry.js +4 -0
- package/dist/ionic/p-0bedc891.system.entry.js +4 -0
- package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
- package/dist/ionic/p-0ec5b7cf.system.js +4 -0
- package/dist/ionic/p-15bb1dde.system.js +4 -0
- package/dist/ionic/p-16130556.entry.js +4 -0
- package/dist/ionic/p-16491015.entry.js +4 -0
- package/dist/ionic/p-180b4f9a.entry.js +4 -0
- package/dist/ionic/p-19c32a76.entry.js +4 -0
- package/dist/ionic/{p-e028d393.system.js → p-1bf5ec17.system.js} +1 -1
- package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
- package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
- package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
- package/dist/ionic/p-1dfc11b3.system.js +4 -0
- package/dist/ionic/p-1e4371bd.js +4 -0
- package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
- package/dist/ionic/p-21891ead.js +4 -0
- package/dist/ionic/{p-2d30c885.js → p-22bc235f.js} +1 -1
- package/dist/ionic/{p-de9f68cb.js → p-27281edd.js} +1 -1
- package/dist/ionic/p-28c81576.entry.js +4 -0
- package/dist/ionic/p-29a5b4e4.entry.js +4 -0
- package/dist/ionic/p-29da3dcd.entry.js +4 -0
- package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
- package/dist/ionic/p-2b7827c7.js +4 -0
- package/dist/ionic/p-317c1c08.entry.js +4 -0
- package/dist/ionic/p-33518a04.entry.js +4 -0
- package/dist/ionic/p-35b469f6.system.entry.js +4 -0
- package/dist/ionic/p-35f14792.entry.js +4 -0
- package/dist/ionic/p-383a6058.entry.js +4 -0
- package/dist/ionic/p-3855fef7.system.js +4 -0
- package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
- package/dist/ionic/p-3dad3534.system.js +4 -0
- package/dist/ionic/p-3f4327f7.js +4 -0
- package/dist/ionic/p-40388335.system.js +4 -0
- package/dist/ionic/p-41e70fa2.entry.js +4 -0
- package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
- package/dist/ionic/p-44ff75ea.js +4 -0
- package/dist/ionic/p-455cd7cc.system.js +4 -0
- package/dist/ionic/p-4630688e.system.entry.js +4 -0
- package/dist/ionic/p-48ded460.entry.js +4 -0
- package/dist/ionic/p-49d53551.system.entry.js +4 -0
- package/dist/ionic/p-4b07c60a.system.js +4 -0
- package/dist/ionic/p-4eeca839.system.entry.js +4 -0
- package/dist/ionic/p-50e0ce13.entry.js +4 -0
- package/dist/ionic/p-5578033e.system.entry.js +4 -0
- package/dist/ionic/p-579c78d2.system.entry.js +4 -0
- package/dist/ionic/p-597ff9af.js +4 -0
- package/dist/ionic/p-5b420123.entry.js +4 -0
- package/dist/ionic/p-5b97abc9.entry.js +4 -0
- package/dist/ionic/p-5fb1321f.entry.js +4 -0
- package/dist/ionic/p-5fe5dc2c.system.entry.js +4 -0
- package/dist/ionic/p-607aa181.entry.js +4 -0
- package/dist/ionic/p-61373098.js +4 -0
- package/dist/ionic/p-6155027f.system.entry.js +4 -0
- package/dist/ionic/p-61e794fb.entry.js +4 -0
- package/dist/ionic/p-624ecf03.js +4 -0
- package/dist/ionic/p-63d1da62.system.entry.js +4 -0
- package/dist/ionic/p-64d8ac48.js +4 -0
- package/dist/ionic/p-657ada6a.entry.js +4 -0
- package/dist/ionic/p-65943bec.system.entry.js +4 -0
- package/dist/ionic/p-65e732b9.entry.js +4 -0
- package/dist/ionic/{p-578d5013.js → p-66a5d6a8.js} +1 -1
- package/dist/ionic/p-6c044a1d.system.js +4 -0
- package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
- package/dist/ionic/p-705fda69.system.js +4 -0
- package/dist/ionic/p-707408c5.system.entry.js +4 -0
- package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
- package/dist/ionic/p-747f9517.entry.js +4 -0
- package/dist/ionic/p-7514f2f5.entry.js +4 -0
- package/dist/ionic/p-756e4559.js +4 -0
- package/dist/ionic/p-772d1657.system.js +4 -0
- package/dist/ionic/p-77aa5fef.system.entry.js +4 -0
- package/dist/ionic/p-792919fd.system.js +4 -0
- package/dist/ionic/p-7b30edcc.js +4 -0
- package/dist/ionic/p-7b886108.system.entry.js +4 -0
- package/dist/ionic/p-7c9daa6f.entry.js +4 -0
- package/dist/ionic/p-7cc33a9a.system.js +4 -0
- package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
- package/dist/ionic/p-824fe96b.system.entry.js +4 -0
- package/dist/ionic/p-87b0d2c9.entry.js +4 -0
- package/dist/ionic/{p-f3fed3f9.system.js → p-8985cdb6.system.js} +1 -1
- package/dist/ionic/{p-2c0735b6.js → p-89b61afc.js} +1 -1
- package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
- package/dist/ionic/p-8b22be32.system.entry.js +4 -0
- package/dist/ionic/p-8d98e2bb.entry.js +4 -0
- package/dist/ionic/p-8f94769b.entry.js +4 -0
- package/dist/ionic/p-912131e9.system.entry.js +4 -0
- package/dist/ionic/{p-5df8d52a.system.js → p-9146695e.system.js} +1 -1
- package/dist/ionic/p-959cf042.system.entry.js +4 -0
- package/dist/ionic/{p-d197eaeb.system.js → p-978bdf4c.system.js} +1 -1
- package/dist/ionic/p-9870728f.js +4 -0
- package/dist/ionic/p-9af7f110.js +4 -0
- package/dist/ionic/p-9b069739.entry.js +4 -0
- package/dist/ionic/{p-b3b40a2f.system.js → p-9e45532a.system.js} +1 -1
- package/dist/ionic/p-a26d7667.system.entry.js +4 -0
- package/dist/ionic/p-a3c931ad.system.js +4 -0
- package/dist/ionic/{p-42e12526.system.js → p-a4866e3e.system.js} +1 -1
- package/dist/ionic/p-a520973b.entry.js +4 -0
- package/dist/ionic/{p-c0abf8f8.system.js → p-a6625de8.system.js} +1 -1
- package/dist/ionic/p-a768ae50.entry.js +4 -0
- package/dist/ionic/p-a9198501.system.entry.js +4 -0
- package/dist/ionic/{p-2b8078c3.system.js → p-a93873de.system.js} +1 -1
- package/dist/ionic/p-ab7337e1.entry.js +4 -0
- package/dist/ionic/p-abe101da.system.js +4 -0
- package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
- package/dist/ionic/p-ac58d726.system.entry.js +4 -0
- package/dist/ionic/{p-6eb15fc1.system.js → p-b06ac4a5.system.js} +1 -1
- package/dist/ionic/p-b1673667.entry.js +4 -0
- package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
- package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
- package/dist/ionic/p-b87a9f1d.entry.js +4 -0
- package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
- package/dist/ionic/p-b9fa7882.js +4 -0
- package/dist/ionic/p-bf64af90.system.js +4 -0
- package/dist/ionic/p-c005cc37.entry.js +4 -0
- package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
- package/dist/ionic/p-c3f9d9fe.js +4 -0
- package/dist/ionic/p-c468af8a.system.js +4 -0
- package/dist/ionic/p-c53c414d.system.entry.js +4 -0
- package/dist/ionic/p-c609b315.system.entry.js +4 -0
- package/dist/ionic/p-c61cc894.js +4 -0
- package/dist/ionic/p-c63d8dc1.js +4 -0
- package/dist/ionic/{p-a92ad86c.js → p-c7e16491.js} +1 -1
- package/dist/ionic/p-cbebc567.entry.js +4 -0
- package/dist/ionic/p-ccb740ea.entry.js +4 -0
- package/dist/ionic/p-cec54707.system.entry.js +4 -0
- package/dist/ionic/p-d40f2b7a.js +4 -0
- package/dist/ionic/p-d47265c8.js +4 -0
- package/dist/ionic/p-d70a9e6d.system.js +4 -0
- package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
- package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
- package/dist/ionic/p-db3b409e.system.entry.js +4 -0
- package/dist/ionic/p-dcfb7283.entry.js +4 -0
- package/dist/ionic/p-df54ab6b.system.entry.js +4 -0
- package/dist/ionic/p-e0d0bc88.system.entry.js +4 -0
- package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
- package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
- package/dist/ionic/p-e3e4eed7.entry.js +4 -0
- package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
- package/dist/ionic/p-e4d2c281.entry.js +4 -0
- package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
- package/dist/ionic/p-e6e0331b.entry.js +4 -0
- package/dist/ionic/p-e8245753.entry.js +4 -0
- package/dist/ionic/p-e89451e8.system.entry.js +4 -0
- package/dist/ionic/p-e958e381.system.entry.js +4 -0
- package/dist/ionic/p-ece78e7b.js +4 -0
- package/dist/ionic/p-ee86cfff.system.js +4 -0
- package/dist/ionic/p-ef4292b9.js +4 -0
- package/dist/ionic/{p-d2536fe8.system.js → p-f11a9436.system.js} +1 -1
- package/dist/ionic/p-f201b53a.system.js +4 -0
- package/dist/ionic/{p-34fa2a61.system.js → p-f23124c4.system.js} +2 -2
- package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
- package/dist/ionic/{p-2cbcecdb.js → p-f7ce606e.js} +1 -1
- package/dist/ionic/p-f834322a.entry.js +4 -0
- package/dist/ionic/p-f896194a.system.entry.js +4 -0
- package/dist/ionic/p-fa70eaab.entry.js +4 -0
- package/dist/ionic/p-ff6be116.entry.js +4 -0
- package/dist/ionic/p-ffa3ba3c.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 -6
- package/dist/types/components/avatar/avatar.d.ts +0 -32
- 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 -29
- 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 +5 -5
- 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 -10
- package/dist/types/components/radio/radio.d.ts +1 -2
- package/dist/types/components/radio-group/radio-group.d.ts +0 -4
- package/dist/types/components/range/range.d.ts +10 -3
- 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 +9 -51
- package/dist/types/components/segment/segment.d.ts +1 -2
- package/dist/types/components/segment-button/segment-button.d.ts +2 -4
- package/dist/types/components/select/select.d.ts +13 -41
- 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 -11
- 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 -17
- 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 +191 -1461
- 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-visible.d.ts +0 -13
- package/dist/types/utils/helpers.d.ts +0 -12
- 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 +907 -2596
- package/hydrate/index.mjs +907 -2596
- package/package.json +5 -10
- 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/ion-divider.d.ts +0 -11
- package/components/ion-divider.js +0 -59
- 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/ion-divider.cjs.entry.js +0 -43
- package/dist/cjs/ionic-global-5c446a5e.js +0 -531
- 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 -374
- package/dist/collection/components/backdrop/backdrop.ionic.css +0 -150
- package/dist/collection/components/badge/badge.ionic.css +0 -333
- package/dist/collection/components/button/button.ionic.css +0 -609
- 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 -519
- package/dist/collection/components/chip/chip.ionic.css +0 -160
- package/dist/collection/components/datetime/datetime.ionic.css +0 -673
- package/dist/collection/components/divider/divider.ionic.css +0 -150
- package/dist/collection/components/divider/divider.ios.css +0 -87
- package/dist/collection/components/divider/divider.js +0 -76
- package/dist/collection/components/divider/divider.md.css +0 -87
- package/dist/collection/components/header/header.ionic.css +0 -86
- package/dist/collection/components/input/input.ionic.css +0 -922
- 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 -259
- package/dist/collection/components/list/list.ionic.css +0 -192
- 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 -245
- package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -333
- package/dist/collection/components/radio/radio.ionic.css +0 -424
- package/dist/collection/components/radio-group/radio-group.ionic.css +0 -127
- package/dist/collection/components/range/range.ionic.css +0 -555
- package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
- package/dist/collection/components/searchbar/searchbar.ionic.css +0 -628
- package/dist/collection/components/segment/segment.ionic.css +0 -117
- package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
- package/dist/collection/components/select/select.ionic.css +0 -829
- 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 -327
- package/dist/collection/components/textarea/textarea.ionic.css +0 -879
- package/dist/collection/components/title/title.ionic.css +0 -145
- package/dist/collection/components/toast/toast.ionic.css +0 -377
- package/dist/collection/components/toggle/toggle.ionic.css +0 -525
- 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/ion-divider.entry.js +0 -39
- package/dist/esm/ionic-global-b30d2cc2.js +0 -517
- package/dist/esm/list-6524700c.js +0 -6
- package/dist/esm/x-a64bcd9f.js +0 -6
- package/dist/esm-es5/animation-12d440f3.js +0 -4
- package/dist/esm-es5/app-globals-2497eeed.js +0 -4
- package/dist/esm-es5/capacitor-39edcb1f.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-591c1b05.js +0 -4
- package/dist/esm-es5/focus-visible-6827442c.js +0 -4
- package/dist/esm-es5/framework-delegate-9ad3e427.js +0 -4
- package/dist/esm-es5/helpers-ea1f7324.js +0 -4
- package/dist/esm-es5/index-036caa00.js +0 -4
- package/dist/esm-es5/index-0c65e393.js +0 -4
- package/dist/esm-es5/index-eb1203fa.js +0 -4
- package/dist/esm-es5/index-f36a3fa4.js +0 -4
- package/dist/esm-es5/input-shims-96f8d7c2.js +0 -4
- package/dist/esm-es5/input.utils-22a20c3a.js +0 -4
- package/dist/esm-es5/ion-divider.entry.js +0 -4
- package/dist/esm-es5/ionic-global-b30d2cc2.js +0 -4
- package/dist/esm-es5/ios.transition-cbbf0bd1.js +0 -4
- package/dist/esm-es5/keyboard-controller-7e2da6b9.js +0 -4
- package/dist/esm-es5/list-6524700c.js +0 -4
- package/dist/esm-es5/md.transition-21c93656.js +0 -4
- package/dist/esm-es5/notch-controller-cd983e05.js +0 -4
- package/dist/esm-es5/overlays-d60b1d1e.js +0 -4
- package/dist/esm-es5/status-tap-bf78b74d.js +0 -4
- package/dist/esm-es5/swipe-back-fff82194.js +0 -4
- package/dist/esm-es5/x-a64bcd9f.js +0 -4
- package/dist/ionic/p-007e89b7.system.entry.js +0 -4
- package/dist/ionic/p-01717254.entry.js +0 -4
- package/dist/ionic/p-0175d2ed.system.js +0 -4
- package/dist/ionic/p-01d80901.system.js +0 -4
- package/dist/ionic/p-047943a4.entry.js +0 -4
- package/dist/ionic/p-04ca2bc3.system.js +0 -4
- package/dist/ionic/p-051208d8.system.js +0 -4
- package/dist/ionic/p-0571060e.system.js +0 -4
- package/dist/ionic/p-06a7a822.system.entry.js +0 -4
- package/dist/ionic/p-06ec4706.js +0 -4
- package/dist/ionic/p-0a2ad7af.system.entry.js +0 -4
- package/dist/ionic/p-0b07a566.system.entry.js +0 -4
- package/dist/ionic/p-0c5e0dc8.system.entry.js +0 -4
- package/dist/ionic/p-0c6ba6d6.entry.js +0 -4
- package/dist/ionic/p-0e25995f.entry.js +0 -4
- package/dist/ionic/p-0eaae446.js +0 -4
- package/dist/ionic/p-107ddb23.entry.js +0 -4
- package/dist/ionic/p-11ac6c97.entry.js +0 -4
- package/dist/ionic/p-1613cd36.system.entry.js +0 -4
- package/dist/ionic/p-17f49808.system.entry.js +0 -4
- package/dist/ionic/p-195c7099.system.entry.js +0 -4
- package/dist/ionic/p-1a3b4566.system.entry.js +0 -4
- package/dist/ionic/p-1bb9592a.entry.js +0 -4
- package/dist/ionic/p-1c8f3fef.system.entry.js +0 -4
- package/dist/ionic/p-1ee39457.system.entry.js +0 -4
- package/dist/ionic/p-1fd5c378.system.js +0 -4
- package/dist/ionic/p-20ec20dc.system.js +0 -4
- package/dist/ionic/p-243adf8c.js +0 -4
- package/dist/ionic/p-266448a7.system.entry.js +0 -4
- package/dist/ionic/p-29b8f112.js +0 -4
- package/dist/ionic/p-2a1b5646.system.js +0 -4
- package/dist/ionic/p-2a4ebf7b.entry.js +0 -4
- package/dist/ionic/p-2a6e60d2.system.entry.js +0 -4
- package/dist/ionic/p-2aca2df7.entry.js +0 -4
- package/dist/ionic/p-2c4d0578.system.entry.js +0 -4
- package/dist/ionic/p-2cede1ff.system.entry.js +0 -4
- package/dist/ionic/p-2f14ca13.js +0 -4
- package/dist/ionic/p-31956865.system.entry.js +0 -4
- package/dist/ionic/p-36b11a30.system.entry.js +0 -4
- package/dist/ionic/p-3775da84.system.entry.js +0 -4
- package/dist/ionic/p-396bdcf7.js +0 -4
- package/dist/ionic/p-3cdea564.system.entry.js +0 -4
- package/dist/ionic/p-3dd43dba.system.entry.js +0 -4
- package/dist/ionic/p-3e9058ad.js +0 -4
- package/dist/ionic/p-40ea7c52.js +0 -4
- package/dist/ionic/p-4279f787.entry.js +0 -4
- package/dist/ionic/p-429dd2b5.system.js +0 -4
- package/dist/ionic/p-42acd60b.system.entry.js +0 -4
- package/dist/ionic/p-43b4ca5b.entry.js +0 -4
- package/dist/ionic/p-443152fd.js +0 -4
- package/dist/ionic/p-4459a66e.system.js +0 -4
- package/dist/ionic/p-458a5952.system.entry.js +0 -4
- package/dist/ionic/p-46204887.entry.js +0 -4
- package/dist/ionic/p-47fda111.entry.js +0 -4
- package/dist/ionic/p-495eb25e.entry.js +0 -4
- package/dist/ionic/p-4a066788.system.entry.js +0 -4
- package/dist/ionic/p-534b5031.js +0 -4
- package/dist/ionic/p-579b4a63.entry.js +0 -4
- package/dist/ionic/p-583f0c5f.js +0 -4
- package/dist/ionic/p-58a30d90.entry.js +0 -4
- package/dist/ionic/p-59294db9.entry.js +0 -4
- package/dist/ionic/p-59920a82.system.entry.js +0 -4
- package/dist/ionic/p-5b57d327.system.js +0 -4
- package/dist/ionic/p-5c586ac1.entry.js +0 -4
- package/dist/ionic/p-5c9aab48.system.entry.js +0 -4
- package/dist/ionic/p-5dce701d.js +0 -4
- package/dist/ionic/p-607c9c33.js +0 -4
- package/dist/ionic/p-61977a32.entry.js +0 -4
- package/dist/ionic/p-64771457.system.entry.js +0 -4
- package/dist/ionic/p-64b99a88.entry.js +0 -4
- package/dist/ionic/p-653e4810.entry.js +0 -4
- package/dist/ionic/p-6620dffa.entry.js +0 -4
- package/dist/ionic/p-663ace5f.entry.js +0 -4
- package/dist/ionic/p-66a495c4.system.entry.js +0 -4
- package/dist/ionic/p-6761a590.js +0 -4
- package/dist/ionic/p-689a94b3.system.entry.js +0 -4
- package/dist/ionic/p-6a0dd6bc.js +0 -4
- package/dist/ionic/p-6bf6e9e8.entry.js +0 -4
- package/dist/ionic/p-6ce59667.entry.js +0 -4
- package/dist/ionic/p-7071d7ca.js +0 -4
- package/dist/ionic/p-70d36cb8.system.js +0 -4
- package/dist/ionic/p-71d96a02.system.entry.js +0 -4
- package/dist/ionic/p-72d019c5.system.entry.js +0 -4
- package/dist/ionic/p-730993c9.system.entry.js +0 -4
- package/dist/ionic/p-787d9af9.js +0 -4
- package/dist/ionic/p-78abe8f7.system.entry.js +0 -4
- package/dist/ionic/p-78fbb151.system.js +0 -4
- package/dist/ionic/p-7ac37962.entry.js +0 -4
- package/dist/ionic/p-7beb0900.system.entry.js +0 -4
- package/dist/ionic/p-7d8e1a3d.system.entry.js +0 -4
- package/dist/ionic/p-7dbbb35d.entry.js +0 -4
- package/dist/ionic/p-80263807.system.js +0 -4
- package/dist/ionic/p-85bb90f6.entry.js +0 -4
- package/dist/ionic/p-85cee6c9.entry.js +0 -4
- package/dist/ionic/p-86a390a7.js +0 -4
- package/dist/ionic/p-883ff61d.system.entry.js +0 -4
- package/dist/ionic/p-8870fcbd.entry.js +0 -4
- package/dist/ionic/p-8af79b5c.entry.js +0 -4
- package/dist/ionic/p-8cba58fa.system.entry.js +0 -4
- package/dist/ionic/p-8cfd2546.entry.js +0 -4
- package/dist/ionic/p-8d7684b7.entry.js +0 -4
- package/dist/ionic/p-8f3bd9ab.system.js +0 -4
- package/dist/ionic/p-90ac5fdf.entry.js +0 -4
- package/dist/ionic/p-90ec152d.system.js +0 -4
- package/dist/ionic/p-91ce2114.entry.js +0 -4
- package/dist/ionic/p-91f7f574.entry.js +0 -4
- package/dist/ionic/p-97ce7496.system.entry.js +0 -4
- package/dist/ionic/p-981b8086.entry.js +0 -4
- package/dist/ionic/p-999a0cef.system.entry.js +0 -4
- package/dist/ionic/p-9b177519.js +0 -4
- package/dist/ionic/p-9dab7e7c.js +0 -4
- package/dist/ionic/p-9e9999d5.entry.js +0 -4
- package/dist/ionic/p-a3144a1e.entry.js +0 -4
- package/dist/ionic/p-a3ad8084.system.js +0 -4
- package/dist/ionic/p-a4c11918.system.entry.js +0 -4
- package/dist/ionic/p-a4c64c42.entry.js +0 -4
- package/dist/ionic/p-a8ce5285.system.entry.js +0 -4
- package/dist/ionic/p-a9af4103.js +0 -4
- package/dist/ionic/p-b1618321.entry.js +0 -4
- package/dist/ionic/p-b6baf215.entry.js +0 -4
- package/dist/ionic/p-bcfc28b7.system.entry.js +0 -4
- package/dist/ionic/p-bd215938.system.entry.js +0 -4
- package/dist/ionic/p-be1800d4.js +0 -4
- package/dist/ionic/p-befb004d.entry.js +0 -4
- package/dist/ionic/p-c043a4c8.entry.js +0 -4
- package/dist/ionic/p-c248c88d.system.js +0 -4
- package/dist/ionic/p-c27342bf.system.entry.js +0 -4
- package/dist/ionic/p-c47cb709.js +0 -4
- package/dist/ionic/p-c8e12c1c.system.entry.js +0 -4
- package/dist/ionic/p-cef4553b.entry.js +0 -4
- package/dist/ionic/p-cff47c26.system.entry.js +0 -4
- package/dist/ionic/p-d2e6afa9.system.js +0 -4
- package/dist/ionic/p-d35e20cf.system.entry.js +0 -4
- package/dist/ionic/p-d4a21287.js +0 -4
- package/dist/ionic/p-d534a6c8.entry.js +0 -4
- package/dist/ionic/p-d760d709.entry.js +0 -4
- package/dist/ionic/p-da7bd63e.system.entry.js +0 -4
- package/dist/ionic/p-de32ae2a.system.entry.js +0 -4
- package/dist/ionic/p-deb05ec4.js +0 -4
- package/dist/ionic/p-dff0b93b.system.entry.js +0 -4
- package/dist/ionic/p-e028d3f1.entry.js +0 -4
- package/dist/ionic/p-e341e1ec.system.entry.js +0 -4
- package/dist/ionic/p-e3b70846.system.js +0 -4
- package/dist/ionic/p-e913a8ec.system.entry.js +0 -4
- package/dist/ionic/p-eb15cdb8.entry.js +0 -4
- package/dist/ionic/p-ef7f7ba9.js +0 -4
- package/dist/ionic/p-effec462.system.js +0 -4
- package/dist/ionic/p-f4a27763.entry.js +0 -4
- package/dist/ionic/p-f63db3d4.entry.js +0 -4
- package/dist/ionic/p-fa6f50b3.entry.js +0 -4
- package/dist/ionic/p-fb0197d6.system.entry.js +0 -4
- package/dist/ionic/p-fcedca77.system.js +0 -4
- package/dist/ionic/p-fdcaa201.system.js +0 -4
- package/dist/types/components/divider/divider.d.ts +0 -20
- /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,78 +265,7 @@
|
|
|
368
265
|
"kind": "markdown",
|
|
369
266
|
"value": ""
|
|
370
267
|
},
|
|
371
|
-
"attributes": [
|
|
372
|
-
{
|
|
373
|
-
"name": "disabled",
|
|
374
|
-
"description": "If `true`, the user cannot interact with the avatar."
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"name": "mode",
|
|
378
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
379
|
-
"values": [
|
|
380
|
-
{
|
|
381
|
-
"name": "ios"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "md"
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "shape",
|
|
390
|
-
"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.",
|
|
391
|
-
"values": [
|
|
392
|
-
{
|
|
393
|
-
"name": "rectangular"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "round"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "soft"
|
|
400
|
-
}
|
|
401
|
-
]
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "size",
|
|
405
|
-
"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.",
|
|
406
|
-
"values": [
|
|
407
|
-
{
|
|
408
|
-
"name": "large"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"name": "medium"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "small"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"name": "xlarge"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "xsmall"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"name": "xxsmall"
|
|
424
|
-
}
|
|
425
|
-
]
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "theme",
|
|
429
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
430
|
-
"values": [
|
|
431
|
-
{
|
|
432
|
-
"name": "ios"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"name": "md"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"name": "ionic"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
441
|
-
}
|
|
442
|
-
],
|
|
268
|
+
"attributes": [],
|
|
443
269
|
"references": [
|
|
444
270
|
{
|
|
445
271
|
"name": "Source code",
|
|
@@ -501,7 +327,7 @@
|
|
|
501
327
|
},
|
|
502
328
|
{
|
|
503
329
|
"name": "mode",
|
|
504
|
-
"description": "The mode determines
|
|
330
|
+
"description": "The mode determines which platform styles to use.",
|
|
505
331
|
"values": [
|
|
506
332
|
{
|
|
507
333
|
"name": "ios"
|
|
@@ -515,21 +341,6 @@
|
|
|
515
341
|
"name": "text",
|
|
516
342
|
"description": "The text to display in the back button."
|
|
517
343
|
},
|
|
518
|
-
{
|
|
519
|
-
"name": "theme",
|
|
520
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
521
|
-
"values": [
|
|
522
|
-
{
|
|
523
|
-
"name": "ios"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "md"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "ionic"
|
|
530
|
-
}
|
|
531
|
-
]
|
|
532
|
-
},
|
|
533
344
|
{
|
|
534
345
|
"name": "type",
|
|
535
346
|
"description": "The type of the button.",
|
|
@@ -560,18 +371,6 @@
|
|
|
560
371
|
"value": ""
|
|
561
372
|
},
|
|
562
373
|
"attributes": [
|
|
563
|
-
{
|
|
564
|
-
"name": "mode",
|
|
565
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
566
|
-
"values": [
|
|
567
|
-
{
|
|
568
|
-
"name": "ios"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "md"
|
|
572
|
-
}
|
|
573
|
-
]
|
|
574
|
-
},
|
|
575
374
|
{
|
|
576
375
|
"name": "stop-propagation",
|
|
577
376
|
"description": "If `true`, the backdrop will stop propagation on tap."
|
|
@@ -580,21 +379,6 @@
|
|
|
580
379
|
"name": "tappable",
|
|
581
380
|
"description": "If `true`, the backdrop will can be clicked and will emit the `ionBackdropTap` event."
|
|
582
381
|
},
|
|
583
|
-
{
|
|
584
|
-
"name": "theme",
|
|
585
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
586
|
-
"values": [
|
|
587
|
-
{
|
|
588
|
-
"name": "ios"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"name": "md"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"name": "ionic"
|
|
595
|
-
}
|
|
596
|
-
]
|
|
597
|
-
},
|
|
598
382
|
{
|
|
599
383
|
"name": "visible",
|
|
600
384
|
"description": "If `true`, the backdrop will be visible."
|
|
@@ -649,73 +433,13 @@
|
|
|
649
433
|
},
|
|
650
434
|
{
|
|
651
435
|
"name": "mode",
|
|
652
|
-
"description": "The mode determines
|
|
653
|
-
"values": [
|
|
654
|
-
{
|
|
655
|
-
"name": "ios"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "md"
|
|
659
|
-
}
|
|
660
|
-
]
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"name": "shape",
|
|
664
|
-
"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.",
|
|
665
|
-
"values": [
|
|
666
|
-
{
|
|
667
|
-
"name": "soft"
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "size",
|
|
673
|
-
"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.",
|
|
674
|
-
"values": [
|
|
675
|
-
{
|
|
676
|
-
"name": "large"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "medium"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"name": "small"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "xlarge"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "xsmall"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "xxsmall"
|
|
692
|
-
}
|
|
693
|
-
]
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "theme",
|
|
697
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
436
|
+
"description": "The mode determines which platform styles to use.",
|
|
698
437
|
"values": [
|
|
699
438
|
{
|
|
700
439
|
"name": "ios"
|
|
701
440
|
},
|
|
702
441
|
{
|
|
703
442
|
"name": "md"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "ionic"
|
|
707
|
-
}
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"name": "vertical",
|
|
712
|
-
"description": "Set to `\"top\"` to position the badge on top right absolute position of the parent element.\nSet to `\"bottom\"` to position the badge on bottom right absolute position of the parent element.",
|
|
713
|
-
"values": [
|
|
714
|
-
{
|
|
715
|
-
"name": "bottom"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"name": "top"
|
|
719
443
|
}
|
|
720
444
|
]
|
|
721
445
|
}
|
|
@@ -785,7 +509,7 @@
|
|
|
785
509
|
},
|
|
786
510
|
{
|
|
787
511
|
"name": "mode",
|
|
788
|
-
"description": "The mode determines
|
|
512
|
+
"description": "The mode determines which platform styles to use.",
|
|
789
513
|
"values": [
|
|
790
514
|
{
|
|
791
515
|
"name": "ios"
|
|
@@ -821,21 +545,6 @@
|
|
|
821
545
|
{
|
|
822
546
|
"name": "target",
|
|
823
547
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"name": "theme",
|
|
827
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
828
|
-
"values": [
|
|
829
|
-
{
|
|
830
|
-
"name": "ios"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "md"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "ionic"
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
548
|
}
|
|
840
549
|
],
|
|
841
550
|
"references": [
|
|
@@ -899,7 +608,7 @@
|
|
|
899
608
|
},
|
|
900
609
|
{
|
|
901
610
|
"name": "mode",
|
|
902
|
-
"description": "The mode determines
|
|
611
|
+
"description": "The mode determines which platform styles to use.",
|
|
903
612
|
"values": [
|
|
904
613
|
{
|
|
905
614
|
"name": "ios"
|
|
@@ -908,21 +617,6 @@
|
|
|
908
617
|
"name": "md"
|
|
909
618
|
}
|
|
910
619
|
]
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "theme",
|
|
914
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
915
|
-
"values": [
|
|
916
|
-
{
|
|
917
|
-
"name": "ios"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"name": "md"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"name": "ionic"
|
|
924
|
-
}
|
|
925
|
-
]
|
|
926
620
|
}
|
|
927
621
|
],
|
|
928
622
|
"references": [
|
|
@@ -1024,7 +718,7 @@
|
|
|
1024
718
|
},
|
|
1025
719
|
{
|
|
1026
720
|
"name": "mode",
|
|
1027
|
-
"description": "The mode determines
|
|
721
|
+
"description": "The mode determines which platform styles to use.",
|
|
1028
722
|
"values": [
|
|
1029
723
|
{
|
|
1030
724
|
"name": "ios"
|
|
@@ -1055,16 +749,10 @@
|
|
|
1055
749
|
},
|
|
1056
750
|
{
|
|
1057
751
|
"name": "shape",
|
|
1058
|
-
"description": "Set to `\"
|
|
752
|
+
"description": "Set to `\"round\"` for a button with more rounded corners.",
|
|
1059
753
|
"values": [
|
|
1060
|
-
{
|
|
1061
|
-
"name": "rectangular"
|
|
1062
|
-
},
|
|
1063
754
|
{
|
|
1064
755
|
"name": "round"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
"name": "soft"
|
|
1068
756
|
}
|
|
1069
757
|
]
|
|
1070
758
|
},
|
|
@@ -1080,12 +768,6 @@
|
|
|
1080
768
|
},
|
|
1081
769
|
{
|
|
1082
770
|
"name": "small"
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "xlarge"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"name": "xsmall"
|
|
1089
771
|
}
|
|
1090
772
|
]
|
|
1091
773
|
},
|
|
@@ -1097,21 +779,6 @@
|
|
|
1097
779
|
"name": "target",
|
|
1098
780
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1099
781
|
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "theme",
|
|
1102
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1103
|
-
"values": [
|
|
1104
|
-
{
|
|
1105
|
-
"name": "ios"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"name": "md"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "ionic"
|
|
1112
|
-
}
|
|
1113
|
-
]
|
|
1114
|
-
},
|
|
1115
782
|
{
|
|
1116
783
|
"name": "type",
|
|
1117
784
|
"description": "The type of the button.",
|
|
@@ -1144,34 +811,7 @@
|
|
|
1144
811
|
"attributes": [
|
|
1145
812
|
{
|
|
1146
813
|
"name": "collapse",
|
|
1147
|
-
"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
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"name": "mode",
|
|
1151
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1152
|
-
"values": [
|
|
1153
|
-
{
|
|
1154
|
-
"name": "ios"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "md"
|
|
1158
|
-
}
|
|
1159
|
-
]
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"name": "theme",
|
|
1163
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1164
|
-
"values": [
|
|
1165
|
-
{
|
|
1166
|
-
"name": "ios"
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "md"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "ionic"
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
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)"
|
|
1175
815
|
}
|
|
1176
816
|
],
|
|
1177
817
|
"references": [
|
|
@@ -1239,7 +879,7 @@
|
|
|
1239
879
|
},
|
|
1240
880
|
{
|
|
1241
881
|
"name": "mode",
|
|
1242
|
-
"description": "The mode determines
|
|
882
|
+
"description": "The mode determines which platform styles to use.",
|
|
1243
883
|
"values": [
|
|
1244
884
|
{
|
|
1245
885
|
"name": "ios"
|
|
@@ -1268,40 +908,10 @@
|
|
|
1268
908
|
}
|
|
1269
909
|
]
|
|
1270
910
|
},
|
|
1271
|
-
{
|
|
1272
|
-
"name": "shape",
|
|
1273
|
-
"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\"`.",
|
|
1274
|
-
"values": [
|
|
1275
|
-
{
|
|
1276
|
-
"name": "rectangular"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "round"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"name": "soft"
|
|
1283
|
-
}
|
|
1284
|
-
]
|
|
1285
|
-
},
|
|
1286
911
|
{
|
|
1287
912
|
"name": "target",
|
|
1288
913
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
1289
914
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "theme",
|
|
1292
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1293
|
-
"values": [
|
|
1294
|
-
{
|
|
1295
|
-
"name": "ios"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "md"
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "ionic"
|
|
1302
|
-
}
|
|
1303
|
-
]
|
|
1304
|
-
},
|
|
1305
915
|
{
|
|
1306
916
|
"name": "type",
|
|
1307
917
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -1334,28 +944,13 @@
|
|
|
1334
944
|
"attributes": [
|
|
1335
945
|
{
|
|
1336
946
|
"name": "mode",
|
|
1337
|
-
"description": "The mode determines
|
|
1338
|
-
"values": [
|
|
1339
|
-
{
|
|
1340
|
-
"name": "ios"
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"name": "md"
|
|
1344
|
-
}
|
|
1345
|
-
]
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"name": "theme",
|
|
1349
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
947
|
+
"description": "The mode determines which platform styles to use.",
|
|
1350
948
|
"values": [
|
|
1351
949
|
{
|
|
1352
950
|
"name": "ios"
|
|
1353
951
|
},
|
|
1354
952
|
{
|
|
1355
953
|
"name": "md"
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"name": "ionic"
|
|
1359
954
|
}
|
|
1360
955
|
]
|
|
1361
956
|
}
|
|
@@ -1409,34 +1004,19 @@
|
|
|
1409
1004
|
},
|
|
1410
1005
|
{
|
|
1411
1006
|
"name": "mode",
|
|
1412
|
-
"description": "The mode determines
|
|
1413
|
-
"values": [
|
|
1414
|
-
{
|
|
1415
|
-
"name": "ios"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "md"
|
|
1419
|
-
}
|
|
1420
|
-
]
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "theme",
|
|
1424
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1007
|
+
"description": "The mode determines which platform styles to use.",
|
|
1425
1008
|
"values": [
|
|
1426
1009
|
{
|
|
1427
1010
|
"name": "ios"
|
|
1428
1011
|
},
|
|
1429
1012
|
{
|
|
1430
1013
|
"name": "md"
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "ionic"
|
|
1434
1014
|
}
|
|
1435
1015
|
]
|
|
1436
1016
|
},
|
|
1437
1017
|
{
|
|
1438
1018
|
"name": "translucent",
|
|
1439
|
-
"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)."
|
|
1440
1020
|
}
|
|
1441
1021
|
],
|
|
1442
1022
|
"references": [
|
|
@@ -1488,28 +1068,13 @@
|
|
|
1488
1068
|
},
|
|
1489
1069
|
{
|
|
1490
1070
|
"name": "mode",
|
|
1491
|
-
"description": "The mode determines
|
|
1492
|
-
"values": [
|
|
1493
|
-
{
|
|
1494
|
-
"name": "ios"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"name": "md"
|
|
1498
|
-
}
|
|
1499
|
-
]
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "theme",
|
|
1503
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1071
|
+
"description": "The mode determines which platform styles to use.",
|
|
1504
1072
|
"values": [
|
|
1505
1073
|
{
|
|
1506
1074
|
"name": "ios"
|
|
1507
1075
|
},
|
|
1508
1076
|
{
|
|
1509
1077
|
"name": "md"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"name": "ionic"
|
|
1513
1078
|
}
|
|
1514
1079
|
]
|
|
1515
1080
|
}
|
|
@@ -1563,28 +1128,13 @@
|
|
|
1563
1128
|
},
|
|
1564
1129
|
{
|
|
1565
1130
|
"name": "mode",
|
|
1566
|
-
"description": "The mode determines
|
|
1567
|
-
"values": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "ios"
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"name": "md"
|
|
1573
|
-
}
|
|
1574
|
-
]
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"name": "theme",
|
|
1578
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1131
|
+
"description": "The mode determines which platform styles to use.",
|
|
1579
1132
|
"values": [
|
|
1580
1133
|
{
|
|
1581
1134
|
"name": "ios"
|
|
1582
1135
|
},
|
|
1583
1136
|
{
|
|
1584
1137
|
"name": "md"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "ionic"
|
|
1588
1138
|
}
|
|
1589
1139
|
]
|
|
1590
1140
|
}
|
|
@@ -1703,7 +1253,7 @@
|
|
|
1703
1253
|
},
|
|
1704
1254
|
{
|
|
1705
1255
|
"name": "mode",
|
|
1706
|
-
"description": "The mode determines
|
|
1256
|
+
"description": "The mode determines which platform styles to use.",
|
|
1707
1257
|
"values": [
|
|
1708
1258
|
{
|
|
1709
1259
|
"name": "ios"
|
|
@@ -1721,42 +1271,6 @@
|
|
|
1721
1271
|
"name": "required",
|
|
1722
1272
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
1723
1273
|
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "shape",
|
|
1726
|
-
"description": "Set to `\"soft\"` for a checkbox with more rounded corners. Only available when the theme is `\"ionic\"`.",
|
|
1727
|
-
"values": [
|
|
1728
|
-
{
|
|
1729
|
-
"name": "rectangular"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "soft"
|
|
1733
|
-
}
|
|
1734
|
-
]
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "size",
|
|
1738
|
-
"description": "Set to `\"small\"` for a checkbox with less height and padding.",
|
|
1739
|
-
"values": [
|
|
1740
|
-
{
|
|
1741
|
-
"name": "small"
|
|
1742
|
-
}
|
|
1743
|
-
]
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "theme",
|
|
1747
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1748
|
-
"values": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "ios"
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "md"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"name": "ionic"
|
|
1757
|
-
}
|
|
1758
|
-
]
|
|
1759
|
-
},
|
|
1760
1274
|
{
|
|
1761
1275
|
"name": "value",
|
|
1762
1276
|
"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>`."
|
|
@@ -1815,7 +1329,7 @@
|
|
|
1815
1329
|
},
|
|
1816
1330
|
{
|
|
1817
1331
|
"name": "mode",
|
|
1818
|
-
"description": "The mode determines
|
|
1332
|
+
"description": "The mode determines which platform styles to use.",
|
|
1819
1333
|
"values": [
|
|
1820
1334
|
{
|
|
1821
1335
|
"name": "ios"
|
|
@@ -1828,48 +1342,6 @@
|
|
|
1828
1342
|
{
|
|
1829
1343
|
"name": "outline",
|
|
1830
1344
|
"description": "Display an outline style button."
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "shape",
|
|
1834
|
-
"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.",
|
|
1835
|
-
"values": [
|
|
1836
|
-
{
|
|
1837
|
-
"name": "rectangular"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "round"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "soft"
|
|
1844
|
-
}
|
|
1845
|
-
]
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "size",
|
|
1849
|
-
"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.",
|
|
1850
|
-
"values": [
|
|
1851
|
-
{
|
|
1852
|
-
"name": "large"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "small"
|
|
1856
|
-
}
|
|
1857
|
-
]
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "theme",
|
|
1861
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1862
|
-
"values": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "ios"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"name": "md"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "ionic"
|
|
1871
|
-
}
|
|
1872
|
-
]
|
|
1873
1345
|
}
|
|
1874
1346
|
],
|
|
1875
1347
|
"references": [
|
|
@@ -1886,18 +1358,6 @@
|
|
|
1886
1358
|
"value": ""
|
|
1887
1359
|
},
|
|
1888
1360
|
"attributes": [
|
|
1889
|
-
{
|
|
1890
|
-
"name": "mode",
|
|
1891
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
1892
|
-
"values": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "ios"
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "md"
|
|
1898
|
-
}
|
|
1899
|
-
]
|
|
1900
|
-
},
|
|
1901
1361
|
{
|
|
1902
1362
|
"name": "offset",
|
|
1903
1363
|
"description": "The amount to offset the column, in terms of how many columns it should shift to the end\nof the total available."
|
|
@@ -1993,21 +1453,6 @@
|
|
|
1993
1453
|
{
|
|
1994
1454
|
"name": "size-xs",
|
|
1995
1455
|
"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."
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"name": "theme",
|
|
1999
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2000
|
-
"values": [
|
|
2001
|
-
{
|
|
2002
|
-
"name": "ios"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"name": "md"
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"name": "ionic"
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
1456
|
}
|
|
2012
1457
|
],
|
|
2013
1458
|
"references": [
|
|
@@ -2077,18 +1522,6 @@
|
|
|
2077
1522
|
"name": "fullscreen",
|
|
2078
1523
|
"description": "If `true`, the content will scroll behind the headers\nand footers. This effect can easily be seen by setting the toolbar\nto transparent."
|
|
2079
1524
|
},
|
|
2080
|
-
{
|
|
2081
|
-
"name": "mode",
|
|
2082
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2083
|
-
"values": [
|
|
2084
|
-
{
|
|
2085
|
-
"name": "ios"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"name": "md"
|
|
2089
|
-
}
|
|
2090
|
-
]
|
|
2091
|
-
},
|
|
2092
1525
|
{
|
|
2093
1526
|
"name": "scroll-events",
|
|
2094
1527
|
"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`."
|
|
@@ -2100,21 +1533,6 @@
|
|
|
2100
1533
|
{
|
|
2101
1534
|
"name": "scroll-y",
|
|
2102
1535
|
"description": "If you want to disable the content scrolling in the Y axis, set this property to `false`."
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"name": "theme",
|
|
2106
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2107
|
-
"values": [
|
|
2108
|
-
{
|
|
2109
|
-
"name": "ios"
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"name": "md"
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"name": "ionic"
|
|
2116
|
-
}
|
|
2117
|
-
]
|
|
2118
1536
|
}
|
|
2119
1537
|
],
|
|
2120
1538
|
"references": [
|
|
@@ -2228,7 +1646,7 @@
|
|
|
2228
1646
|
},
|
|
2229
1647
|
{
|
|
2230
1648
|
"name": "mode",
|
|
2231
|
-
"description": "The mode determines
|
|
1649
|
+
"description": "The mode determines which platform styles to use.",
|
|
2232
1650
|
"values": [
|
|
2233
1651
|
{
|
|
2234
1652
|
"name": "ios"
|
|
@@ -2313,21 +1731,6 @@
|
|
|
2313
1731
|
}
|
|
2314
1732
|
]
|
|
2315
1733
|
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "theme",
|
|
2318
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2319
|
-
"values": [
|
|
2320
|
-
{
|
|
2321
|
-
"name": "ios"
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"name": "md"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"name": "ionic"
|
|
2328
|
-
}
|
|
2329
|
-
]
|
|
2330
|
-
},
|
|
2331
1734
|
{
|
|
2332
1735
|
"name": "value",
|
|
2333
1736
|
"description": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
|
|
@@ -2394,28 +1797,13 @@
|
|
|
2394
1797
|
},
|
|
2395
1798
|
{
|
|
2396
1799
|
"name": "mode",
|
|
2397
|
-
"description": "The mode determines
|
|
2398
|
-
"values": [
|
|
2399
|
-
{
|
|
2400
|
-
"name": "ios"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"name": "md"
|
|
2404
|
-
}
|
|
2405
|
-
]
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "theme",
|
|
2409
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
1800
|
+
"description": "The mode determines which platform styles to use.",
|
|
2410
1801
|
"values": [
|
|
2411
1802
|
{
|
|
2412
1803
|
"name": "ios"
|
|
2413
1804
|
},
|
|
2414
1805
|
{
|
|
2415
1806
|
"name": "md"
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"name": "ionic"
|
|
2419
1807
|
}
|
|
2420
1808
|
]
|
|
2421
1809
|
}
|
|
@@ -2427,52 +1815,6 @@
|
|
|
2427
1815
|
}
|
|
2428
1816
|
]
|
|
2429
1817
|
},
|
|
2430
|
-
{
|
|
2431
|
-
"name": "ion-divider",
|
|
2432
|
-
"description": {
|
|
2433
|
-
"kind": "markdown",
|
|
2434
|
-
"value": ""
|
|
2435
|
-
},
|
|
2436
|
-
"attributes": [
|
|
2437
|
-
{
|
|
2438
|
-
"name": "inset",
|
|
2439
|
-
"description": "If `true`, the divider will have horizontal margins\nBy default, it's `false`"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "spacing",
|
|
2443
|
-
"description": "Set to `\"xxsmall\"` for the smallest spacing.\nSet to \"xsmall\" for very small spacing.\nSet to `\"small\"` for small spacing.\nSet to \"medium\" for medium spacing.\nSet to \"large\" for large spacing.\nSet to `\"xlarge\"` for the largest spacing.\n\nDefaults to `\"medium\"`.",
|
|
2444
|
-
"values": [
|
|
2445
|
-
{
|
|
2446
|
-
"name": "large"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"name": "medium"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "small"
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"name": "xlarge"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "xsmall"
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
"name": "xxlarge"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "xxsmall"
|
|
2465
|
-
}
|
|
2466
|
-
]
|
|
2467
|
-
}
|
|
2468
|
-
],
|
|
2469
|
-
"references": [
|
|
2470
|
-
{
|
|
2471
|
-
"name": "Source code",
|
|
2472
|
-
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/divider/divider.tsx"
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2475
|
-
},
|
|
2476
1818
|
{
|
|
2477
1819
|
"name": "ion-fab",
|
|
2478
1820
|
"description": {
|
|
@@ -2503,33 +1845,6 @@
|
|
|
2503
1845
|
}
|
|
2504
1846
|
]
|
|
2505
1847
|
},
|
|
2506
|
-
{
|
|
2507
|
-
"name": "mode",
|
|
2508
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2509
|
-
"values": [
|
|
2510
|
-
{
|
|
2511
|
-
"name": "ios"
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "md"
|
|
2515
|
-
}
|
|
2516
|
-
]
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"name": "theme",
|
|
2520
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2521
|
-
"values": [
|
|
2522
|
-
{
|
|
2523
|
-
"name": "ios"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "md"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "ionic"
|
|
2530
|
-
}
|
|
2531
|
-
]
|
|
2532
|
-
},
|
|
2533
1848
|
{
|
|
2534
1849
|
"name": "vertical",
|
|
2535
1850
|
"description": "Where to align the fab vertically in the viewport.",
|
|
@@ -2615,7 +1930,7 @@
|
|
|
2615
1930
|
},
|
|
2616
1931
|
{
|
|
2617
1932
|
"name": "mode",
|
|
2618
|
-
"description": "The mode determines
|
|
1933
|
+
"description": "The mode determines which platform styles to use.",
|
|
2619
1934
|
"values": [
|
|
2620
1935
|
{
|
|
2621
1936
|
"name": "ios"
|
|
@@ -2661,24 +1976,9 @@
|
|
|
2661
1976
|
"name": "target",
|
|
2662
1977
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
2663
1978
|
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "theme",
|
|
2666
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2667
|
-
"values": [
|
|
2668
|
-
{
|
|
2669
|
-
"name": "ios"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"name": "md"
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"name": "ionic"
|
|
2676
|
-
}
|
|
2677
|
-
]
|
|
2678
|
-
},
|
|
2679
1979
|
{
|
|
2680
1980
|
"name": "translucent",
|
|
2681
|
-
"description": "If `true`, the fab button will be translucent.\nOnly applies when the
|
|
1981
|
+
"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)."
|
|
2682
1982
|
},
|
|
2683
1983
|
{
|
|
2684
1984
|
"name": "type",
|
|
@@ -2714,18 +2014,6 @@
|
|
|
2714
2014
|
"name": "activated",
|
|
2715
2015
|
"description": "If `true`, the fab list will show all fab buttons in the list."
|
|
2716
2016
|
},
|
|
2717
|
-
{
|
|
2718
|
-
"name": "mode",
|
|
2719
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2720
|
-
"values": [
|
|
2721
|
-
{
|
|
2722
|
-
"name": "ios"
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"name": "md"
|
|
2726
|
-
}
|
|
2727
|
-
]
|
|
2728
|
-
},
|
|
2729
2017
|
{
|
|
2730
2018
|
"name": "side",
|
|
2731
2019
|
"description": "The side the fab list will show on relative to the main fab button.",
|
|
@@ -2743,21 +2031,6 @@
|
|
|
2743
2031
|
"name": "top"
|
|
2744
2032
|
}
|
|
2745
2033
|
]
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "theme",
|
|
2749
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2750
|
-
"values": [
|
|
2751
|
-
{
|
|
2752
|
-
"name": "ios"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"name": "md"
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"name": "ionic"
|
|
2759
|
-
}
|
|
2760
|
-
]
|
|
2761
2034
|
}
|
|
2762
2035
|
],
|
|
2763
2036
|
"references": [
|
|
@@ -2776,7 +2049,7 @@
|
|
|
2776
2049
|
"attributes": [
|
|
2777
2050
|
{
|
|
2778
2051
|
"name": "collapse",
|
|
2779
|
-
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies
|
|
2052
|
+
"description": "Describes the scroll effect that will be applied to the footer.\nOnly applies in iOS mode.",
|
|
2780
2053
|
"values": [
|
|
2781
2054
|
{
|
|
2782
2055
|
"name": "fade"
|
|
@@ -2785,34 +2058,19 @@
|
|
|
2785
2058
|
},
|
|
2786
2059
|
{
|
|
2787
2060
|
"name": "mode",
|
|
2788
|
-
"description": "The mode determines
|
|
2789
|
-
"values": [
|
|
2790
|
-
{
|
|
2791
|
-
"name": "ios"
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"name": "md"
|
|
2795
|
-
}
|
|
2796
|
-
]
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"name": "theme",
|
|
2800
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2061
|
+
"description": "The mode determines which platform styles to use.",
|
|
2801
2062
|
"values": [
|
|
2802
2063
|
{
|
|
2803
2064
|
"name": "ios"
|
|
2804
2065
|
},
|
|
2805
2066
|
{
|
|
2806
2067
|
"name": "md"
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
"name": "ionic"
|
|
2810
2068
|
}
|
|
2811
2069
|
]
|
|
2812
2070
|
},
|
|
2813
2071
|
{
|
|
2814
2072
|
"name": "translucent",
|
|
2815
|
-
"description": "If `true`, the footer will be translucent.\nOnly applies when the
|
|
2073
|
+
"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."
|
|
2816
2074
|
}
|
|
2817
2075
|
],
|
|
2818
2076
|
"references": [
|
|
@@ -2832,33 +2090,6 @@
|
|
|
2832
2090
|
{
|
|
2833
2091
|
"name": "fixed",
|
|
2834
2092
|
"description": "If `true`, the grid will have a fixed width based on the screen size."
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"name": "mode",
|
|
2838
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2839
|
-
"values": [
|
|
2840
|
-
{
|
|
2841
|
-
"name": "ios"
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"name": "md"
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"name": "theme",
|
|
2850
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2851
|
-
"values": [
|
|
2852
|
-
{
|
|
2853
|
-
"name": "ios"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "md"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "ionic"
|
|
2860
|
-
}
|
|
2861
|
-
]
|
|
2862
2093
|
}
|
|
2863
2094
|
],
|
|
2864
2095
|
"references": [
|
|
@@ -2877,7 +2108,7 @@
|
|
|
2877
2108
|
"attributes": [
|
|
2878
2109
|
{
|
|
2879
2110
|
"name": "collapse",
|
|
2880
|
-
"description": "Describes the scroll effect that will be applied to the header.\nOnly applies
|
|
2111
|
+
"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)",
|
|
2881
2112
|
"values": [
|
|
2882
2113
|
{
|
|
2883
2114
|
"name": "condense"
|
|
@@ -2887,40 +2118,21 @@
|
|
|
2887
2118
|
}
|
|
2888
2119
|
]
|
|
2889
2120
|
},
|
|
2890
|
-
{
|
|
2891
|
-
"name": "divider",
|
|
2892
|
-
"description": "If `true`, the header will have a line at the bottom.\nTODO(ROU-10855): add support for this prop on ios/md themes"
|
|
2893
|
-
},
|
|
2894
2121
|
{
|
|
2895
2122
|
"name": "mode",
|
|
2896
|
-
"description": "The mode determines
|
|
2897
|
-
"values": [
|
|
2898
|
-
{
|
|
2899
|
-
"name": "ios"
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"name": "md"
|
|
2903
|
-
}
|
|
2904
|
-
]
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"name": "theme",
|
|
2908
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2123
|
+
"description": "The mode determines which platform styles to use.",
|
|
2909
2124
|
"values": [
|
|
2910
2125
|
{
|
|
2911
2126
|
"name": "ios"
|
|
2912
2127
|
},
|
|
2913
2128
|
{
|
|
2914
2129
|
"name": "md"
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"name": "ionic"
|
|
2918
2130
|
}
|
|
2919
2131
|
]
|
|
2920
2132
|
},
|
|
2921
2133
|
{
|
|
2922
2134
|
"name": "translucent",
|
|
2923
|
-
"description": "If `true`, the header will be translucent.\nOnly applies when the
|
|
2135
|
+
"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."
|
|
2924
2136
|
}
|
|
2925
2137
|
],
|
|
2926
2138
|
"references": [
|
|
@@ -2941,36 +2153,9 @@
|
|
|
2941
2153
|
"name": "alt",
|
|
2942
2154
|
"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."
|
|
2943
2155
|
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "mode",
|
|
2946
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2947
|
-
"values": [
|
|
2948
|
-
{
|
|
2949
|
-
"name": "ios"
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"name": "md"
|
|
2953
|
-
}
|
|
2954
|
-
]
|
|
2955
|
-
},
|
|
2956
2156
|
{
|
|
2957
2157
|
"name": "src",
|
|
2958
2158
|
"description": "The image URL. This attribute is mandatory for the `<img>` element."
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"name": "theme",
|
|
2962
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
2963
|
-
"values": [
|
|
2964
|
-
{
|
|
2965
|
-
"name": "ios"
|
|
2966
|
-
},
|
|
2967
|
-
{
|
|
2968
|
-
"name": "md"
|
|
2969
|
-
},
|
|
2970
|
-
{
|
|
2971
|
-
"name": "ionic"
|
|
2972
|
-
}
|
|
2973
|
-
]
|
|
2974
2159
|
}
|
|
2975
2160
|
],
|
|
2976
2161
|
"references": [
|
|
@@ -2991,18 +2176,6 @@
|
|
|
2991
2176
|
"name": "disabled",
|
|
2992
2177
|
"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."
|
|
2993
2178
|
},
|
|
2994
|
-
{
|
|
2995
|
-
"name": "mode",
|
|
2996
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
2997
|
-
"values": [
|
|
2998
|
-
{
|
|
2999
|
-
"name": "ios"
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"name": "md"
|
|
3003
|
-
}
|
|
3004
|
-
]
|
|
3005
|
-
},
|
|
3006
2179
|
{
|
|
3007
2180
|
"name": "position",
|
|
3008
2181
|
"description": "The position of the infinite scroll element.\nThe value can be either `top` or `bottom`.",
|
|
@@ -3015,21 +2188,6 @@
|
|
|
3015
2188
|
}
|
|
3016
2189
|
]
|
|
3017
2190
|
},
|
|
3018
|
-
{
|
|
3019
|
-
"name": "theme",
|
|
3020
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3021
|
-
"values": [
|
|
3022
|
-
{
|
|
3023
|
-
"name": "ios"
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
"name": "md"
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "ionic"
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
2191
|
{
|
|
3034
2192
|
"name": "threshold",
|
|
3035
2193
|
"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."
|
|
@@ -3085,33 +2243,6 @@
|
|
|
3085
2243
|
{
|
|
3086
2244
|
"name": "loading-text",
|
|
3087
2245
|
"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."
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"name": "mode",
|
|
3091
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3092
|
-
"values": [
|
|
3093
|
-
{
|
|
3094
|
-
"name": "ios"
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"name": "md"
|
|
3098
|
-
}
|
|
3099
|
-
]
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "theme",
|
|
3103
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3104
|
-
"values": [
|
|
3105
|
-
{
|
|
3106
|
-
"name": "ios"
|
|
3107
|
-
},
|
|
3108
|
-
{
|
|
3109
|
-
"name": "md"
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "ionic"
|
|
3113
|
-
}
|
|
3114
|
-
]
|
|
3115
2246
|
}
|
|
3116
2247
|
],
|
|
3117
2248
|
"references": [
|
|
@@ -3140,157 +2271,157 @@
|
|
|
3140
2271
|
"name": "name"
|
|
3141
2272
|
},
|
|
3142
2273
|
{
|
|
3143
|
-
"name": "
|
|
2274
|
+
"name": "email"
|
|
3144
2275
|
},
|
|
3145
2276
|
{
|
|
3146
|
-
"name": "
|
|
2277
|
+
"name": "tel"
|
|
3147
2278
|
},
|
|
3148
2279
|
{
|
|
3149
|
-
"name": "
|
|
2280
|
+
"name": "url"
|
|
3150
2281
|
},
|
|
3151
2282
|
{
|
|
3152
|
-
"name": "
|
|
2283
|
+
"name": "on"
|
|
3153
2284
|
},
|
|
3154
2285
|
{
|
|
3155
|
-
"name": "
|
|
2286
|
+
"name": "off"
|
|
3156
2287
|
},
|
|
3157
2288
|
{
|
|
3158
|
-
"name": "
|
|
2289
|
+
"name": "honorific-prefix"
|
|
3159
2290
|
},
|
|
3160
2291
|
{
|
|
3161
|
-
"name": "
|
|
2292
|
+
"name": "given-name"
|
|
3162
2293
|
},
|
|
3163
2294
|
{
|
|
3164
|
-
"name": "
|
|
2295
|
+
"name": "additional-name"
|
|
3165
2296
|
},
|
|
3166
2297
|
{
|
|
3167
|
-
"name": "
|
|
2298
|
+
"name": "family-name"
|
|
3168
2299
|
},
|
|
3169
2300
|
{
|
|
3170
|
-
"name": "
|
|
2301
|
+
"name": "honorific-suffix"
|
|
3171
2302
|
},
|
|
3172
2303
|
{
|
|
3173
|
-
"name": "
|
|
2304
|
+
"name": "nickname"
|
|
3174
2305
|
},
|
|
3175
2306
|
{
|
|
3176
|
-
"name": "
|
|
2307
|
+
"name": "username"
|
|
3177
2308
|
},
|
|
3178
2309
|
{
|
|
3179
|
-
"name": "
|
|
2310
|
+
"name": "new-password"
|
|
3180
2311
|
},
|
|
3181
2312
|
{
|
|
3182
|
-
"name": "
|
|
2313
|
+
"name": "current-password"
|
|
3183
2314
|
},
|
|
3184
2315
|
{
|
|
3185
|
-
"name": "
|
|
2316
|
+
"name": "one-time-code"
|
|
3186
2317
|
},
|
|
3187
2318
|
{
|
|
3188
|
-
"name": "
|
|
2319
|
+
"name": "organization-title"
|
|
3189
2320
|
},
|
|
3190
2321
|
{
|
|
3191
|
-
"name": "
|
|
2322
|
+
"name": "organization"
|
|
3192
2323
|
},
|
|
3193
2324
|
{
|
|
3194
|
-
"name": "
|
|
2325
|
+
"name": "street-address"
|
|
3195
2326
|
},
|
|
3196
2327
|
{
|
|
3197
|
-
"name": "
|
|
2328
|
+
"name": "address-line1"
|
|
3198
2329
|
},
|
|
3199
2330
|
{
|
|
3200
|
-
"name": "
|
|
2331
|
+
"name": "address-line2"
|
|
3201
2332
|
},
|
|
3202
2333
|
{
|
|
3203
|
-
"name": "
|
|
2334
|
+
"name": "address-line3"
|
|
3204
2335
|
},
|
|
3205
2336
|
{
|
|
3206
|
-
"name": "
|
|
2337
|
+
"name": "address-level4"
|
|
3207
2338
|
},
|
|
3208
2339
|
{
|
|
3209
|
-
"name": "
|
|
2340
|
+
"name": "address-level3"
|
|
3210
2341
|
},
|
|
3211
2342
|
{
|
|
3212
|
-
"name": "
|
|
2343
|
+
"name": "address-level2"
|
|
3213
2344
|
},
|
|
3214
2345
|
{
|
|
3215
|
-
"name": "
|
|
2346
|
+
"name": "address-level1"
|
|
3216
2347
|
},
|
|
3217
2348
|
{
|
|
3218
|
-
"name": "
|
|
2349
|
+
"name": "country"
|
|
3219
2350
|
},
|
|
3220
2351
|
{
|
|
3221
|
-
"name": "
|
|
2352
|
+
"name": "country-name"
|
|
3222
2353
|
},
|
|
3223
2354
|
{
|
|
3224
|
-
"name": "
|
|
2355
|
+
"name": "postal-code"
|
|
3225
2356
|
},
|
|
3226
2357
|
{
|
|
3227
|
-
"name": "
|
|
2358
|
+
"name": "cc-name"
|
|
3228
2359
|
},
|
|
3229
2360
|
{
|
|
3230
|
-
"name": "
|
|
2361
|
+
"name": "cc-given-name"
|
|
3231
2362
|
},
|
|
3232
2363
|
{
|
|
3233
|
-
"name": "
|
|
2364
|
+
"name": "cc-additional-name"
|
|
3234
2365
|
},
|
|
3235
2366
|
{
|
|
3236
|
-
"name": "
|
|
2367
|
+
"name": "cc-family-name"
|
|
3237
2368
|
},
|
|
3238
2369
|
{
|
|
3239
|
-
"name": "
|
|
2370
|
+
"name": "cc-number"
|
|
3240
2371
|
},
|
|
3241
2372
|
{
|
|
3242
|
-
"name": "
|
|
2373
|
+
"name": "cc-exp"
|
|
3243
2374
|
},
|
|
3244
2375
|
{
|
|
3245
|
-
"name": "
|
|
2376
|
+
"name": "cc-exp-month"
|
|
3246
2377
|
},
|
|
3247
2378
|
{
|
|
3248
|
-
"name": "
|
|
2379
|
+
"name": "cc-exp-year"
|
|
3249
2380
|
},
|
|
3250
2381
|
{
|
|
3251
|
-
"name": "
|
|
2382
|
+
"name": "cc-csc"
|
|
3252
2383
|
},
|
|
3253
2384
|
{
|
|
3254
|
-
"name": "
|
|
2385
|
+
"name": "cc-type"
|
|
3255
2386
|
},
|
|
3256
2387
|
{
|
|
3257
|
-
"name": "
|
|
2388
|
+
"name": "transaction-currency"
|
|
3258
2389
|
},
|
|
3259
2390
|
{
|
|
3260
|
-
"name": "
|
|
2391
|
+
"name": "transaction-amount"
|
|
3261
2392
|
},
|
|
3262
2393
|
{
|
|
3263
|
-
"name": "
|
|
2394
|
+
"name": "language"
|
|
3264
2395
|
},
|
|
3265
2396
|
{
|
|
3266
|
-
"name": "
|
|
2397
|
+
"name": "bday"
|
|
3267
2398
|
},
|
|
3268
2399
|
{
|
|
3269
|
-
"name": "
|
|
2400
|
+
"name": "bday-day"
|
|
3270
2401
|
},
|
|
3271
2402
|
{
|
|
3272
|
-
"name": "
|
|
2403
|
+
"name": "bday-month"
|
|
3273
2404
|
},
|
|
3274
2405
|
{
|
|
3275
|
-
"name": "
|
|
2406
|
+
"name": "bday-year"
|
|
3276
2407
|
},
|
|
3277
2408
|
{
|
|
3278
|
-
"name": "
|
|
2409
|
+
"name": "sex"
|
|
3279
2410
|
},
|
|
3280
2411
|
{
|
|
3281
|
-
"name": "
|
|
2412
|
+
"name": "tel-country-code"
|
|
3282
2413
|
},
|
|
3283
2414
|
{
|
|
3284
|
-
"name": "
|
|
2415
|
+
"name": "tel-national"
|
|
3285
2416
|
},
|
|
3286
2417
|
{
|
|
3287
|
-
"name": "
|
|
2418
|
+
"name": "tel-area-code"
|
|
3288
2419
|
},
|
|
3289
2420
|
{
|
|
3290
|
-
"name": "
|
|
2421
|
+
"name": "tel-local"
|
|
3291
2422
|
},
|
|
3292
2423
|
{
|
|
3293
|
-
"name": "
|
|
2424
|
+
"name": "tel-extension"
|
|
3294
2425
|
},
|
|
3295
2426
|
{
|
|
3296
2427
|
"name": "impp"
|
|
@@ -3406,7 +2537,7 @@
|
|
|
3406
2537
|
},
|
|
3407
2538
|
{
|
|
3408
2539
|
"name": "fill",
|
|
3409
|
-
"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
|
|
2540
|
+
"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.",
|
|
3410
2541
|
"values": [
|
|
3411
2542
|
{
|
|
3412
2543
|
"name": "outline"
|
|
@@ -3456,7 +2587,7 @@
|
|
|
3456
2587
|
},
|
|
3457
2588
|
{
|
|
3458
2589
|
"name": "label-placement",
|
|
3459
|
-
"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 (\"...\")
|
|
2590
|
+
"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 (\"...\").",
|
|
3460
2591
|
"values": [
|
|
3461
2592
|
{
|
|
3462
2593
|
"name": "end"
|
|
@@ -3493,7 +2624,7 @@
|
|
|
3493
2624
|
},
|
|
3494
2625
|
{
|
|
3495
2626
|
"name": "mode",
|
|
3496
|
-
"description": "The mode determines
|
|
2627
|
+
"description": "The mode determines which platform styles to use.",
|
|
3497
2628
|
"values": [
|
|
3498
2629
|
{
|
|
3499
2630
|
"name": "ios"
|
|
@@ -3529,31 +2660,10 @@
|
|
|
3529
2660
|
},
|
|
3530
2661
|
{
|
|
3531
2662
|
"name": "shape",
|
|
3532
|
-
"description": "
|
|
2663
|
+
"description": "The shape of the input. If \"round\" it will have an increased border radius.",
|
|
3533
2664
|
"values": [
|
|
3534
|
-
{
|
|
3535
|
-
"name": "rectangular"
|
|
3536
|
-
},
|
|
3537
2665
|
{
|
|
3538
2666
|
"name": "round"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"name": "soft"
|
|
3542
|
-
}
|
|
3543
|
-
]
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
"name": "size",
|
|
3547
|
-
"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.",
|
|
3548
|
-
"values": [
|
|
3549
|
-
{
|
|
3550
|
-
"name": "large"
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"name": "medium"
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"name": "xlarge"
|
|
3557
2667
|
}
|
|
3558
2668
|
]
|
|
3559
2669
|
},
|
|
@@ -3565,21 +2675,6 @@
|
|
|
3565
2675
|
"name": "step",
|
|
3566
2676
|
"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."
|
|
3567
2677
|
},
|
|
3568
|
-
{
|
|
3569
|
-
"name": "theme",
|
|
3570
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3571
|
-
"values": [
|
|
3572
|
-
{
|
|
3573
|
-
"name": "ios"
|
|
3574
|
-
},
|
|
3575
|
-
{
|
|
3576
|
-
"name": "md"
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "ionic"
|
|
3580
|
-
}
|
|
3581
|
-
]
|
|
3582
|
-
},
|
|
3583
2678
|
{
|
|
3584
2679
|
"name": "type",
|
|
3585
2680
|
"description": "The type of control to display. The default type is text.",
|
|
@@ -3748,7 +2843,7 @@
|
|
|
3748
2843
|
},
|
|
3749
2844
|
{
|
|
3750
2845
|
"name": "detail",
|
|
3751
|
-
"description": "If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `
|
|
2846
|
+
"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."
|
|
3752
2847
|
},
|
|
3753
2848
|
{
|
|
3754
2849
|
"name": "detail-icon",
|
|
@@ -3783,7 +2878,7 @@
|
|
|
3783
2878
|
},
|
|
3784
2879
|
{
|
|
3785
2880
|
"name": "mode",
|
|
3786
|
-
"description": "The mode determines
|
|
2881
|
+
"description": "The mode determines which platform styles to use.",
|
|
3787
2882
|
"values": [
|
|
3788
2883
|
{
|
|
3789
2884
|
"name": "ios"
|
|
@@ -3816,21 +2911,6 @@
|
|
|
3816
2911
|
"name": "target",
|
|
3817
2912
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
3818
2913
|
},
|
|
3819
|
-
{
|
|
3820
|
-
"name": "theme",
|
|
3821
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3822
|
-
"values": [
|
|
3823
|
-
{
|
|
3824
|
-
"name": "ios"
|
|
3825
|
-
},
|
|
3826
|
-
{
|
|
3827
|
-
"name": "md"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"name": "ionic"
|
|
3831
|
-
}
|
|
3832
|
-
]
|
|
3833
|
-
},
|
|
3834
2914
|
{
|
|
3835
2915
|
"name": "type",
|
|
3836
2916
|
"description": "The type of the button. Only used when an `onclick` or `button` property is present.",
|
|
@@ -3896,7 +2976,7 @@
|
|
|
3896
2976
|
},
|
|
3897
2977
|
{
|
|
3898
2978
|
"name": "mode",
|
|
3899
|
-
"description": "The mode determines
|
|
2979
|
+
"description": "The mode determines which platform styles to use.",
|
|
3900
2980
|
"values": [
|
|
3901
2981
|
{
|
|
3902
2982
|
"name": "ios"
|
|
@@ -3909,21 +2989,6 @@
|
|
|
3909
2989
|
{
|
|
3910
2990
|
"name": "sticky",
|
|
3911
2991
|
"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"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "theme",
|
|
3915
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3916
|
-
"values": [
|
|
3917
|
-
{
|
|
3918
|
-
"name": "ios"
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"name": "md"
|
|
3922
|
-
},
|
|
3923
|
-
{
|
|
3924
|
-
"name": "ionic"
|
|
3925
|
-
}
|
|
3926
|
-
]
|
|
3927
2992
|
}
|
|
3928
2993
|
],
|
|
3929
2994
|
"references": [
|
|
@@ -3939,35 +3004,7 @@
|
|
|
3939
3004
|
"kind": "markdown",
|
|
3940
3005
|
"value": ""
|
|
3941
3006
|
},
|
|
3942
|
-
"attributes": [
|
|
3943
|
-
{
|
|
3944
|
-
"name": "mode",
|
|
3945
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
3946
|
-
"values": [
|
|
3947
|
-
{
|
|
3948
|
-
"name": "ios"
|
|
3949
|
-
},
|
|
3950
|
-
{
|
|
3951
|
-
"name": "md"
|
|
3952
|
-
}
|
|
3953
|
-
]
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
"name": "theme",
|
|
3957
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3958
|
-
"values": [
|
|
3959
|
-
{
|
|
3960
|
-
"name": "ios"
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
"name": "md"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"name": "ionic"
|
|
3967
|
-
}
|
|
3968
|
-
]
|
|
3969
|
-
}
|
|
3970
|
-
],
|
|
3007
|
+
"attributes": [],
|
|
3971
3008
|
"references": [
|
|
3972
3009
|
{
|
|
3973
3010
|
"name": "Source code",
|
|
@@ -4033,7 +3070,7 @@
|
|
|
4033
3070
|
},
|
|
4034
3071
|
{
|
|
4035
3072
|
"name": "mode",
|
|
4036
|
-
"description": "The mode determines
|
|
3073
|
+
"description": "The mode determines which platform styles to use.",
|
|
4037
3074
|
"values": [
|
|
4038
3075
|
{
|
|
4039
3076
|
"name": "ios"
|
|
@@ -4047,40 +3084,10 @@
|
|
|
4047
3084
|
"name": "rel",
|
|
4048
3085
|
"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)."
|
|
4049
3086
|
},
|
|
4050
|
-
{
|
|
4051
|
-
"name": "shape",
|
|
4052
|
-
"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.",
|
|
4053
|
-
"values": [
|
|
4054
|
-
{
|
|
4055
|
-
"name": "rectangular"
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"name": "round"
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"name": "soft"
|
|
4062
|
-
}
|
|
4063
|
-
]
|
|
4064
|
-
},
|
|
4065
3087
|
{
|
|
4066
3088
|
"name": "target",
|
|
4067
3089
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
4068
3090
|
},
|
|
4069
|
-
{
|
|
4070
|
-
"name": "theme",
|
|
4071
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4072
|
-
"values": [
|
|
4073
|
-
{
|
|
4074
|
-
"name": "ios"
|
|
4075
|
-
},
|
|
4076
|
-
{
|
|
4077
|
-
"name": "md"
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
"name": "ionic"
|
|
4081
|
-
}
|
|
4082
|
-
]
|
|
4083
|
-
},
|
|
4084
3091
|
{
|
|
4085
3092
|
"name": "type",
|
|
4086
3093
|
"description": "The type of the button.",
|
|
@@ -4111,18 +3118,6 @@
|
|
|
4111
3118
|
"value": ""
|
|
4112
3119
|
},
|
|
4113
3120
|
"attributes": [
|
|
4114
|
-
{
|
|
4115
|
-
"name": "mode",
|
|
4116
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4117
|
-
"values": [
|
|
4118
|
-
{
|
|
4119
|
-
"name": "ios"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "md"
|
|
4123
|
-
}
|
|
4124
|
-
]
|
|
4125
|
-
},
|
|
4126
3121
|
{
|
|
4127
3122
|
"name": "side",
|
|
4128
3123
|
"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.",
|
|
@@ -4134,21 +3129,6 @@
|
|
|
4134
3129
|
"name": "start"
|
|
4135
3130
|
}
|
|
4136
3131
|
]
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"name": "theme",
|
|
4140
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4141
|
-
"values": [
|
|
4142
|
-
{
|
|
4143
|
-
"name": "ios"
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "md"
|
|
4147
|
-
},
|
|
4148
|
-
{
|
|
4149
|
-
"name": "ionic"
|
|
4150
|
-
}
|
|
4151
|
-
]
|
|
4152
3132
|
}
|
|
4153
3133
|
],
|
|
4154
3134
|
"references": [
|
|
@@ -4168,33 +3148,6 @@
|
|
|
4168
3148
|
{
|
|
4169
3149
|
"name": "disabled",
|
|
4170
3150
|
"description": "If `true`, the user cannot interact with the sliding item."
|
|
4171
|
-
},
|
|
4172
|
-
{
|
|
4173
|
-
"name": "mode",
|
|
4174
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4175
|
-
"values": [
|
|
4176
|
-
{
|
|
4177
|
-
"name": "ios"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "md"
|
|
4181
|
-
}
|
|
4182
|
-
]
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"name": "theme",
|
|
4186
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4187
|
-
"values": [
|
|
4188
|
-
{
|
|
4189
|
-
"name": "ios"
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"name": "md"
|
|
4193
|
-
},
|
|
4194
|
-
{
|
|
4195
|
-
"name": "ionic"
|
|
4196
|
-
}
|
|
4197
|
-
]
|
|
4198
3151
|
}
|
|
4199
3152
|
],
|
|
4200
3153
|
"references": [
|
|
@@ -4246,7 +3199,7 @@
|
|
|
4246
3199
|
},
|
|
4247
3200
|
{
|
|
4248
3201
|
"name": "mode",
|
|
4249
|
-
"description": "The mode determines
|
|
3202
|
+
"description": "The mode determines which platform styles to use.",
|
|
4250
3203
|
"values": [
|
|
4251
3204
|
{
|
|
4252
3205
|
"name": "ios"
|
|
@@ -4270,21 +3223,6 @@
|
|
|
4270
3223
|
"name": "stacked"
|
|
4271
3224
|
}
|
|
4272
3225
|
]
|
|
4273
|
-
},
|
|
4274
|
-
{
|
|
4275
|
-
"name": "theme",
|
|
4276
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4277
|
-
"values": [
|
|
4278
|
-
{
|
|
4279
|
-
"name": "ios"
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"name": "md"
|
|
4283
|
-
},
|
|
4284
|
-
{
|
|
4285
|
-
"name": "ionic"
|
|
4286
|
-
}
|
|
4287
|
-
]
|
|
4288
3226
|
}
|
|
4289
3227
|
],
|
|
4290
3228
|
"references": [
|
|
@@ -4322,7 +3260,7 @@
|
|
|
4322
3260
|
},
|
|
4323
3261
|
{
|
|
4324
3262
|
"name": "mode",
|
|
4325
|
-
"description": "The mode determines
|
|
3263
|
+
"description": "The mode determines which platform styles to use.",
|
|
4326
3264
|
"values": [
|
|
4327
3265
|
{
|
|
4328
3266
|
"name": "ios"
|
|
@@ -4331,39 +3269,9 @@
|
|
|
4331
3269
|
"name": "md"
|
|
4332
3270
|
}
|
|
4333
3271
|
]
|
|
4334
|
-
}
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
"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.",
|
|
4338
|
-
"values": [
|
|
4339
|
-
{
|
|
4340
|
-
"name": "rectangular"
|
|
4341
|
-
},
|
|
4342
|
-
{
|
|
4343
|
-
"name": "round"
|
|
4344
|
-
},
|
|
4345
|
-
{
|
|
4346
|
-
"name": "soft"
|
|
4347
|
-
}
|
|
4348
|
-
]
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"name": "theme",
|
|
4352
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4353
|
-
"values": [
|
|
4354
|
-
{
|
|
4355
|
-
"name": "ios"
|
|
4356
|
-
},
|
|
4357
|
-
{
|
|
4358
|
-
"name": "md"
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"name": "ionic"
|
|
4362
|
-
}
|
|
4363
|
-
]
|
|
4364
|
-
}
|
|
4365
|
-
],
|
|
4366
|
-
"references": [
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"references": [
|
|
4367
3275
|
{
|
|
4368
3276
|
"name": "Source code",
|
|
4369
3277
|
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/list/list.tsx"
|
|
@@ -4427,28 +3335,13 @@
|
|
|
4427
3335
|
},
|
|
4428
3336
|
{
|
|
4429
3337
|
"name": "mode",
|
|
4430
|
-
"description": "The mode determines
|
|
4431
|
-
"values": [
|
|
4432
|
-
{
|
|
4433
|
-
"name": "ios"
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"name": "md"
|
|
4437
|
-
}
|
|
4438
|
-
]
|
|
4439
|
-
},
|
|
4440
|
-
{
|
|
4441
|
-
"name": "theme",
|
|
4442
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3338
|
+
"description": "The mode determines which platform styles to use.",
|
|
4443
3339
|
"values": [
|
|
4444
3340
|
{
|
|
4445
3341
|
"name": "ios"
|
|
4446
3342
|
},
|
|
4447
3343
|
{
|
|
4448
3344
|
"name": "md"
|
|
4449
|
-
},
|
|
4450
|
-
{
|
|
4451
|
-
"name": "ionic"
|
|
4452
3345
|
}
|
|
4453
3346
|
]
|
|
4454
3347
|
}
|
|
@@ -4497,7 +3390,7 @@
|
|
|
4497
3390
|
},
|
|
4498
3391
|
{
|
|
4499
3392
|
"name": "mode",
|
|
4500
|
-
"description": "The mode determines
|
|
3393
|
+
"description": "The mode determines which platform styles to use.",
|
|
4501
3394
|
"values": [
|
|
4502
3395
|
{
|
|
4503
3396
|
"name": "ios"
|
|
@@ -4544,24 +3437,9 @@
|
|
|
4544
3437
|
}
|
|
4545
3438
|
]
|
|
4546
3439
|
},
|
|
4547
|
-
{
|
|
4548
|
-
"name": "theme",
|
|
4549
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4550
|
-
"values": [
|
|
4551
|
-
{
|
|
4552
|
-
"name": "ios"
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"name": "md"
|
|
4556
|
-
},
|
|
4557
|
-
{
|
|
4558
|
-
"name": "ionic"
|
|
4559
|
-
}
|
|
4560
|
-
]
|
|
4561
|
-
},
|
|
4562
3440
|
{
|
|
4563
3441
|
"name": "translucent",
|
|
4564
|
-
"description": "If `true`, the loading indicator will be translucent.\nOnly applies when the
|
|
3442
|
+
"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)."
|
|
4565
3443
|
},
|
|
4566
3444
|
{
|
|
4567
3445
|
"name": "trigger",
|
|
@@ -4598,18 +3476,6 @@
|
|
|
4598
3476
|
"name": "menu-id",
|
|
4599
3477
|
"description": "An id for the menu."
|
|
4600
3478
|
},
|
|
4601
|
-
{
|
|
4602
|
-
"name": "mode",
|
|
4603
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4604
|
-
"values": [
|
|
4605
|
-
{
|
|
4606
|
-
"name": "ios"
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"name": "md"
|
|
4610
|
-
}
|
|
4611
|
-
]
|
|
4612
|
-
},
|
|
4613
3479
|
{
|
|
4614
3480
|
"name": "side",
|
|
4615
3481
|
"description": "Which side of the view the menu should be placed.",
|
|
@@ -4626,21 +3492,6 @@
|
|
|
4626
3492
|
"name": "swipe-gesture",
|
|
4627
3493
|
"description": "If `true`, swiping the menu is enabled."
|
|
4628
3494
|
},
|
|
4629
|
-
{
|
|
4630
|
-
"name": "theme",
|
|
4631
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4632
|
-
"values": [
|
|
4633
|
-
{
|
|
4634
|
-
"name": "ios"
|
|
4635
|
-
},
|
|
4636
|
-
{
|
|
4637
|
-
"name": "md"
|
|
4638
|
-
},
|
|
4639
|
-
{
|
|
4640
|
-
"name": "ionic"
|
|
4641
|
-
}
|
|
4642
|
-
]
|
|
4643
|
-
},
|
|
4644
3495
|
{
|
|
4645
3496
|
"name": "type",
|
|
4646
3497
|
"description": "The display type of the menu.\nAvailable options: `\"overlay\"`, `\"reveal\"`, `\"push\"`.",
|
|
@@ -4718,28 +3569,13 @@
|
|
|
4718
3569
|
},
|
|
4719
3570
|
{
|
|
4720
3571
|
"name": "mode",
|
|
4721
|
-
"description": "The mode determines
|
|
4722
|
-
"values": [
|
|
4723
|
-
{
|
|
4724
|
-
"name": "ios"
|
|
4725
|
-
},
|
|
4726
|
-
{
|
|
4727
|
-
"name": "md"
|
|
4728
|
-
}
|
|
4729
|
-
]
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
"name": "theme",
|
|
4733
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3572
|
+
"description": "The mode determines which platform styles to use.",
|
|
4734
3573
|
"values": [
|
|
4735
3574
|
{
|
|
4736
3575
|
"name": "ios"
|
|
4737
3576
|
},
|
|
4738
3577
|
{
|
|
4739
3578
|
"name": "md"
|
|
4740
|
-
},
|
|
4741
|
-
{
|
|
4742
|
-
"name": "ionic"
|
|
4743
3579
|
}
|
|
4744
3580
|
]
|
|
4745
3581
|
},
|
|
@@ -4780,33 +3616,6 @@
|
|
|
4780
3616
|
{
|
|
4781
3617
|
"name": "menu",
|
|
4782
3618
|
"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."
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
"name": "mode",
|
|
4786
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4787
|
-
"values": [
|
|
4788
|
-
{
|
|
4789
|
-
"name": "ios"
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"name": "md"
|
|
4793
|
-
}
|
|
4794
|
-
]
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"name": "theme",
|
|
4798
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4799
|
-
"values": [
|
|
4800
|
-
{
|
|
4801
|
-
"name": "ios"
|
|
4802
|
-
},
|
|
4803
|
-
{
|
|
4804
|
-
"name": "md"
|
|
4805
|
-
},
|
|
4806
|
-
{
|
|
4807
|
-
"name": "ionic"
|
|
4808
|
-
}
|
|
4809
|
-
]
|
|
4810
3619
|
}
|
|
4811
3620
|
],
|
|
4812
3621
|
"references": [
|
|
@@ -4881,7 +3690,7 @@
|
|
|
4881
3690
|
},
|
|
4882
3691
|
{
|
|
4883
3692
|
"name": "mode",
|
|
4884
|
-
"description": "The mode determines
|
|
3693
|
+
"description": "The mode determines which platform styles to use.",
|
|
4885
3694
|
"values": [
|
|
4886
3695
|
{
|
|
4887
3696
|
"name": "ios"
|
|
@@ -4891,40 +3700,10 @@
|
|
|
4891
3700
|
}
|
|
4892
3701
|
]
|
|
4893
3702
|
},
|
|
4894
|
-
{
|
|
4895
|
-
"name": "shape",
|
|
4896
|
-
"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.",
|
|
4897
|
-
"values": [
|
|
4898
|
-
{
|
|
4899
|
-
"name": "rectangular"
|
|
4900
|
-
},
|
|
4901
|
-
{
|
|
4902
|
-
"name": "round"
|
|
4903
|
-
},
|
|
4904
|
-
{
|
|
4905
|
-
"name": "soft"
|
|
4906
|
-
}
|
|
4907
|
-
]
|
|
4908
|
-
},
|
|
4909
3703
|
{
|
|
4910
3704
|
"name": "show-backdrop",
|
|
4911
3705
|
"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."
|
|
4912
3706
|
},
|
|
4913
|
-
{
|
|
4914
|
-
"name": "theme",
|
|
4915
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4916
|
-
"values": [
|
|
4917
|
-
{
|
|
4918
|
-
"name": "ios"
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
"name": "md"
|
|
4922
|
-
},
|
|
4923
|
-
{
|
|
4924
|
-
"name": "ionic"
|
|
4925
|
-
}
|
|
4926
|
-
]
|
|
4927
|
-
},
|
|
4928
3707
|
{
|
|
4929
3708
|
"name": "trigger",
|
|
4930
3709
|
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked."
|
|
@@ -4948,18 +3727,6 @@
|
|
|
4948
3727
|
"name": "animated",
|
|
4949
3728
|
"description": "If `true`, the nav should animate the transition of components."
|
|
4950
3729
|
},
|
|
4951
|
-
{
|
|
4952
|
-
"name": "mode",
|
|
4953
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
4954
|
-
"values": [
|
|
4955
|
-
{
|
|
4956
|
-
"name": "ios"
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"name": "md"
|
|
4960
|
-
}
|
|
4961
|
-
]
|
|
4962
|
-
},
|
|
4963
3730
|
{
|
|
4964
3731
|
"name": "root",
|
|
4965
3732
|
"description": "Root NavComponent to load"
|
|
@@ -4967,21 +3734,6 @@
|
|
|
4967
3734
|
{
|
|
4968
3735
|
"name": "swipe-gesture",
|
|
4969
3736
|
"description": "If the nav component should allow for swipe-to-go-back."
|
|
4970
|
-
},
|
|
4971
|
-
{
|
|
4972
|
-
"name": "theme",
|
|
4973
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4974
|
-
"values": [
|
|
4975
|
-
{
|
|
4976
|
-
"name": "ios"
|
|
4977
|
-
},
|
|
4978
|
-
{
|
|
4979
|
-
"name": "md"
|
|
4980
|
-
},
|
|
4981
|
-
{
|
|
4982
|
-
"name": "ionic"
|
|
4983
|
-
}
|
|
4984
|
-
]
|
|
4985
3737
|
}
|
|
4986
3738
|
],
|
|
4987
3739
|
"references": [
|
|
@@ -5002,18 +3754,6 @@
|
|
|
5002
3754
|
"name": "component",
|
|
5003
3755
|
"description": "Component to navigate to. Only used if the `routerDirection` is `\"forward\"` or `\"root\"`."
|
|
5004
3756
|
},
|
|
5005
|
-
{
|
|
5006
|
-
"name": "mode",
|
|
5007
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5008
|
-
"values": [
|
|
5009
|
-
{
|
|
5010
|
-
"name": "ios"
|
|
5011
|
-
},
|
|
5012
|
-
{
|
|
5013
|
-
"name": "md"
|
|
5014
|
-
}
|
|
5015
|
-
]
|
|
5016
|
-
},
|
|
5017
3757
|
{
|
|
5018
3758
|
"name": "router-direction",
|
|
5019
3759
|
"description": "The transition direction when navigating to another page.",
|
|
@@ -5028,21 +3768,6 @@
|
|
|
5028
3768
|
"name": "root"
|
|
5029
3769
|
}
|
|
5030
3770
|
]
|
|
5031
|
-
},
|
|
5032
|
-
{
|
|
5033
|
-
"name": "theme",
|
|
5034
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5035
|
-
"values": [
|
|
5036
|
-
{
|
|
5037
|
-
"name": "ios"
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "md"
|
|
5041
|
-
},
|
|
5042
|
-
{
|
|
5043
|
-
"name": "ionic"
|
|
5044
|
-
}
|
|
5045
|
-
]
|
|
5046
3771
|
}
|
|
5047
3772
|
],
|
|
5048
3773
|
"references": [
|
|
@@ -5094,28 +3819,13 @@
|
|
|
5094
3819
|
},
|
|
5095
3820
|
{
|
|
5096
3821
|
"name": "mode",
|
|
5097
|
-
"description": "The mode determines
|
|
5098
|
-
"values": [
|
|
5099
|
-
{
|
|
5100
|
-
"name": "ios"
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"name": "md"
|
|
5104
|
-
}
|
|
5105
|
-
]
|
|
5106
|
-
},
|
|
5107
|
-
{
|
|
5108
|
-
"name": "theme",
|
|
5109
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3822
|
+
"description": "The mode determines which platform styles to use.",
|
|
5110
3823
|
"values": [
|
|
5111
3824
|
{
|
|
5112
3825
|
"name": "ios"
|
|
5113
3826
|
},
|
|
5114
3827
|
{
|
|
5115
3828
|
"name": "md"
|
|
5116
|
-
},
|
|
5117
|
-
{
|
|
5118
|
-
"name": "ionic"
|
|
5119
3829
|
}
|
|
5120
3830
|
]
|
|
5121
3831
|
}
|
|
@@ -5136,28 +3846,13 @@
|
|
|
5136
3846
|
"attributes": [
|
|
5137
3847
|
{
|
|
5138
3848
|
"name": "mode",
|
|
5139
|
-
"description": "The mode determines
|
|
5140
|
-
"values": [
|
|
5141
|
-
{
|
|
5142
|
-
"name": "ios"
|
|
5143
|
-
},
|
|
5144
|
-
{
|
|
5145
|
-
"name": "md"
|
|
5146
|
-
}
|
|
5147
|
-
]
|
|
5148
|
-
},
|
|
5149
|
-
{
|
|
5150
|
-
"name": "theme",
|
|
5151
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3849
|
+
"description": "The mode determines which platform styles to use.",
|
|
5152
3850
|
"values": [
|
|
5153
3851
|
{
|
|
5154
3852
|
"name": "ios"
|
|
5155
3853
|
},
|
|
5156
3854
|
{
|
|
5157
3855
|
"name": "md"
|
|
5158
|
-
},
|
|
5159
|
-
{
|
|
5160
|
-
"name": "ionic"
|
|
5161
3856
|
}
|
|
5162
3857
|
]
|
|
5163
3858
|
}
|
|
@@ -5215,28 +3910,13 @@
|
|
|
5215
3910
|
},
|
|
5216
3911
|
{
|
|
5217
3912
|
"name": "mode",
|
|
5218
|
-
"description": "The mode determines
|
|
5219
|
-
"values": [
|
|
5220
|
-
{
|
|
5221
|
-
"name": "ios"
|
|
5222
|
-
},
|
|
5223
|
-
{
|
|
5224
|
-
"name": "md"
|
|
5225
|
-
}
|
|
5226
|
-
]
|
|
5227
|
-
},
|
|
5228
|
-
{
|
|
5229
|
-
"name": "theme",
|
|
5230
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
3913
|
+
"description": "The mode determines which platform styles to use.",
|
|
5231
3914
|
"values": [
|
|
5232
3915
|
{
|
|
5233
3916
|
"name": "ios"
|
|
5234
3917
|
},
|
|
5235
3918
|
{
|
|
5236
3919
|
"name": "md"
|
|
5237
|
-
},
|
|
5238
|
-
{
|
|
5239
|
-
"name": "ionic"
|
|
5240
3920
|
}
|
|
5241
3921
|
]
|
|
5242
3922
|
},
|
|
@@ -5296,33 +3976,6 @@
|
|
|
5296
3976
|
"name": "disabled",
|
|
5297
3977
|
"description": "If `true`, the user cannot interact with the picker column option."
|
|
5298
3978
|
},
|
|
5299
|
-
{
|
|
5300
|
-
"name": "mode",
|
|
5301
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5302
|
-
"values": [
|
|
5303
|
-
{
|
|
5304
|
-
"name": "ios"
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"name": "md"
|
|
5308
|
-
}
|
|
5309
|
-
]
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
"name": "theme",
|
|
5313
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5314
|
-
"values": [
|
|
5315
|
-
{
|
|
5316
|
-
"name": "ios"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "md"
|
|
5320
|
-
},
|
|
5321
|
-
{
|
|
5322
|
-
"name": "ionic"
|
|
5323
|
-
}
|
|
5324
|
-
]
|
|
5325
|
-
},
|
|
5326
3979
|
{
|
|
5327
3980
|
"name": "value",
|
|
5328
3981
|
"description": "The text value of the option."
|
|
@@ -5368,7 +4021,7 @@
|
|
|
5368
4021
|
},
|
|
5369
4022
|
{
|
|
5370
4023
|
"name": "mode",
|
|
5371
|
-
"description": "The mode determines
|
|
4024
|
+
"description": "The mode determines which platform styles to use.",
|
|
5372
4025
|
"values": [
|
|
5373
4026
|
{
|
|
5374
4027
|
"name": "ios"
|
|
@@ -5382,21 +4035,6 @@
|
|
|
5382
4035
|
"name": "show-backdrop",
|
|
5383
4036
|
"description": "If `true`, a backdrop will be displayed behind the picker."
|
|
5384
4037
|
},
|
|
5385
|
-
{
|
|
5386
|
-
"name": "theme",
|
|
5387
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5388
|
-
"values": [
|
|
5389
|
-
{
|
|
5390
|
-
"name": "ios"
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"name": "md"
|
|
5394
|
-
},
|
|
5395
|
-
{
|
|
5396
|
-
"name": "ionic"
|
|
5397
|
-
}
|
|
5398
|
-
]
|
|
5399
|
-
},
|
|
5400
4038
|
{
|
|
5401
4039
|
"name": "trigger",
|
|
5402
4040
|
"description": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked."
|
|
@@ -5418,7 +4056,7 @@
|
|
|
5418
4056
|
"attributes": [
|
|
5419
4057
|
{
|
|
5420
4058
|
"name": "alignment",
|
|
5421
|
-
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for
|
|
4059
|
+
"description": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
|
|
5422
4060
|
"values": [
|
|
5423
4061
|
{
|
|
5424
4062
|
"name": "center"
|
|
@@ -5437,7 +4075,7 @@
|
|
|
5437
4075
|
},
|
|
5438
4076
|
{
|
|
5439
4077
|
"name": "arrow",
|
|
5440
|
-
"description": "If `true`, the popover will display an arrow that points at the\n`reference`
|
|
4078
|
+
"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."
|
|
5441
4079
|
},
|
|
5442
4080
|
{
|
|
5443
4081
|
"name": "backdrop-dismiss",
|
|
@@ -5473,7 +4111,7 @@
|
|
|
5473
4111
|
},
|
|
5474
4112
|
{
|
|
5475
4113
|
"name": "mode",
|
|
5476
|
-
"description": "The mode determines
|
|
4114
|
+
"description": "The mode determines which platform styles to use.",
|
|
5477
4115
|
"values": [
|
|
5478
4116
|
{
|
|
5479
4117
|
"name": "ios"
|
|
@@ -5535,24 +4173,9 @@
|
|
|
5535
4173
|
}
|
|
5536
4174
|
]
|
|
5537
4175
|
},
|
|
5538
|
-
{
|
|
5539
|
-
"name": "theme",
|
|
5540
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5541
|
-
"values": [
|
|
5542
|
-
{
|
|
5543
|
-
"name": "ios"
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"name": "md"
|
|
5547
|
-
},
|
|
5548
|
-
{
|
|
5549
|
-
"name": "ionic"
|
|
5550
|
-
}
|
|
5551
|
-
]
|
|
5552
|
-
},
|
|
5553
4176
|
{
|
|
5554
4177
|
"name": "translucent",
|
|
5555
|
-
"description": "If `true`, the popover will be translucent.\nOnly applies when the
|
|
4178
|
+
"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)."
|
|
5556
4179
|
},
|
|
5557
4180
|
{
|
|
5558
4181
|
"name": "trigger",
|
|
@@ -5627,7 +4250,7 @@
|
|
|
5627
4250
|
},
|
|
5628
4251
|
{
|
|
5629
4252
|
"name": "mode",
|
|
5630
|
-
"description": "The mode determines
|
|
4253
|
+
"description": "The mode determines which platform styles to use.",
|
|
5631
4254
|
"values": [
|
|
5632
4255
|
{
|
|
5633
4256
|
"name": "ios"
|
|
@@ -5641,33 +4264,6 @@
|
|
|
5641
4264
|
"name": "reversed",
|
|
5642
4265
|
"description": "If true, reverse the progress bar direction."
|
|
5643
4266
|
},
|
|
5644
|
-
{
|
|
5645
|
-
"name": "shape",
|
|
5646
|
-
"description": "Set to `\"round\"` for a progress bar with rounded corners, or `\"rectangular\"`\nfor a progress bar without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
5647
|
-
"values": [
|
|
5648
|
-
{
|
|
5649
|
-
"name": "rectangular"
|
|
5650
|
-
},
|
|
5651
|
-
{
|
|
5652
|
-
"name": "round"
|
|
5653
|
-
}
|
|
5654
|
-
]
|
|
5655
|
-
},
|
|
5656
|
-
{
|
|
5657
|
-
"name": "theme",
|
|
5658
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5659
|
-
"values": [
|
|
5660
|
-
{
|
|
5661
|
-
"name": "ios"
|
|
5662
|
-
},
|
|
5663
|
-
{
|
|
5664
|
-
"name": "md"
|
|
5665
|
-
},
|
|
5666
|
-
{
|
|
5667
|
-
"name": "ionic"
|
|
5668
|
-
}
|
|
5669
|
-
]
|
|
5670
|
-
},
|
|
5671
4267
|
{
|
|
5672
4268
|
"name": "type",
|
|
5673
4269
|
"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).",
|
|
@@ -5783,7 +4379,7 @@
|
|
|
5783
4379
|
},
|
|
5784
4380
|
{
|
|
5785
4381
|
"name": "mode",
|
|
5786
|
-
"description": "The mode determines
|
|
4382
|
+
"description": "The mode determines which platform styles to use.",
|
|
5787
4383
|
"values": [
|
|
5788
4384
|
{
|
|
5789
4385
|
"name": "ios"
|
|
@@ -5797,21 +4393,6 @@
|
|
|
5797
4393
|
"name": "name",
|
|
5798
4394
|
"description": "The name of the control, which is submitted with the form data."
|
|
5799
4395
|
},
|
|
5800
|
-
{
|
|
5801
|
-
"name": "theme",
|
|
5802
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5803
|
-
"values": [
|
|
5804
|
-
{
|
|
5805
|
-
"name": "ios"
|
|
5806
|
-
},
|
|
5807
|
-
{
|
|
5808
|
-
"name": "md"
|
|
5809
|
-
},
|
|
5810
|
-
{
|
|
5811
|
-
"name": "ionic"
|
|
5812
|
-
}
|
|
5813
|
-
]
|
|
5814
|
-
},
|
|
5815
4396
|
{
|
|
5816
4397
|
"name": "value",
|
|
5817
4398
|
"description": "the value of the radio."
|
|
@@ -5847,37 +4428,10 @@
|
|
|
5847
4428
|
"name": "helper-text",
|
|
5848
4429
|
"description": "The helper text to display at the top of the radio group."
|
|
5849
4430
|
},
|
|
5850
|
-
{
|
|
5851
|
-
"name": "mode",
|
|
5852
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
5853
|
-
"values": [
|
|
5854
|
-
{
|
|
5855
|
-
"name": "ios"
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"name": "md"
|
|
5859
|
-
}
|
|
5860
|
-
]
|
|
5861
|
-
},
|
|
5862
4431
|
{
|
|
5863
4432
|
"name": "name",
|
|
5864
4433
|
"description": "The name of the control, which is submitted with the form data."
|
|
5865
4434
|
},
|
|
5866
|
-
{
|
|
5867
|
-
"name": "theme",
|
|
5868
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5869
|
-
"values": [
|
|
5870
|
-
{
|
|
5871
|
-
"name": "ios"
|
|
5872
|
-
},
|
|
5873
|
-
{
|
|
5874
|
-
"name": "md"
|
|
5875
|
-
},
|
|
5876
|
-
{
|
|
5877
|
-
"name": "ionic"
|
|
5878
|
-
}
|
|
5879
|
-
]
|
|
5880
|
-
},
|
|
5881
4435
|
{
|
|
5882
4436
|
"name": "value",
|
|
5883
4437
|
"description": "the value of the radio group."
|
|
@@ -5978,7 +4532,7 @@
|
|
|
5978
4532
|
},
|
|
5979
4533
|
{
|
|
5980
4534
|
"name": "mode",
|
|
5981
|
-
"description": "The mode determines
|
|
4535
|
+
"description": "The mode determines which platform styles to use.",
|
|
5982
4536
|
"values": [
|
|
5983
4537
|
{
|
|
5984
4538
|
"name": "ios"
|
|
@@ -6004,21 +4558,6 @@
|
|
|
6004
4558
|
"name": "step",
|
|
6005
4559
|
"description": "Specifies the value granularity."
|
|
6006
4560
|
},
|
|
6007
|
-
{
|
|
6008
|
-
"name": "theme",
|
|
6009
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6010
|
-
"values": [
|
|
6011
|
-
{
|
|
6012
|
-
"name": "ios"
|
|
6013
|
-
},
|
|
6014
|
-
{
|
|
6015
|
-
"name": "md"
|
|
6016
|
-
},
|
|
6017
|
-
{
|
|
6018
|
-
"name": "ionic"
|
|
6019
|
-
}
|
|
6020
|
-
]
|
|
6021
|
-
},
|
|
6022
4561
|
{
|
|
6023
4562
|
"name": "ticks",
|
|
6024
4563
|
"description": "If `true`, tick marks are displayed based on the step value.\nOnly applies when `snaps` is `true`."
|
|
@@ -6052,7 +4591,7 @@
|
|
|
6052
4591
|
},
|
|
6053
4592
|
{
|
|
6054
4593
|
"name": "mode",
|
|
6055
|
-
"description": "The mode determines
|
|
4594
|
+
"description": "The mode determines which platform styles to use.",
|
|
6056
4595
|
"values": [
|
|
6057
4596
|
{
|
|
6058
4597
|
"name": "ios"
|
|
@@ -6077,21 +4616,6 @@
|
|
|
6077
4616
|
{
|
|
6078
4617
|
"name": "snapback-duration",
|
|
6079
4618
|
"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."
|
|
6080
|
-
},
|
|
6081
|
-
{
|
|
6082
|
-
"name": "theme",
|
|
6083
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6084
|
-
"values": [
|
|
6085
|
-
{
|
|
6086
|
-
"name": "ios"
|
|
6087
|
-
},
|
|
6088
|
-
{
|
|
6089
|
-
"name": "md"
|
|
6090
|
-
},
|
|
6091
|
-
{
|
|
6092
|
-
"name": "ionic"
|
|
6093
|
-
}
|
|
6094
|
-
]
|
|
6095
4619
|
}
|
|
6096
4620
|
],
|
|
6097
4621
|
"references": [
|
|
@@ -6108,18 +4632,6 @@
|
|
|
6108
4632
|
"value": ""
|
|
6109
4633
|
},
|
|
6110
4634
|
"attributes": [
|
|
6111
|
-
{
|
|
6112
|
-
"name": "mode",
|
|
6113
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6114
|
-
"values": [
|
|
6115
|
-
{
|
|
6116
|
-
"name": "ios"
|
|
6117
|
-
},
|
|
6118
|
-
{
|
|
6119
|
-
"name": "md"
|
|
6120
|
-
}
|
|
6121
|
-
]
|
|
6122
|
-
},
|
|
6123
4635
|
{
|
|
6124
4636
|
"name": "pulling-icon",
|
|
6125
4637
|
"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."
|
|
@@ -6164,21 +4676,6 @@
|
|
|
6164
4676
|
{
|
|
6165
4677
|
"name": "refreshing-text",
|
|
6166
4678
|
"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."
|
|
6167
|
-
},
|
|
6168
|
-
{
|
|
6169
|
-
"name": "theme",
|
|
6170
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6171
|
-
"values": [
|
|
6172
|
-
{
|
|
6173
|
-
"name": "ios"
|
|
6174
|
-
},
|
|
6175
|
-
{
|
|
6176
|
-
"name": "md"
|
|
6177
|
-
},
|
|
6178
|
-
{
|
|
6179
|
-
"name": "ionic"
|
|
6180
|
-
}
|
|
6181
|
-
]
|
|
6182
4679
|
}
|
|
6183
4680
|
],
|
|
6184
4681
|
"references": [
|
|
@@ -6194,35 +4691,7 @@
|
|
|
6194
4691
|
"kind": "markdown",
|
|
6195
4692
|
"value": ""
|
|
6196
4693
|
},
|
|
6197
|
-
"attributes": [
|
|
6198
|
-
{
|
|
6199
|
-
"name": "mode",
|
|
6200
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6201
|
-
"values": [
|
|
6202
|
-
{
|
|
6203
|
-
"name": "ios"
|
|
6204
|
-
},
|
|
6205
|
-
{
|
|
6206
|
-
"name": "md"
|
|
6207
|
-
}
|
|
6208
|
-
]
|
|
6209
|
-
},
|
|
6210
|
-
{
|
|
6211
|
-
"name": "theme",
|
|
6212
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6213
|
-
"values": [
|
|
6214
|
-
{
|
|
6215
|
-
"name": "ios"
|
|
6216
|
-
},
|
|
6217
|
-
{
|
|
6218
|
-
"name": "md"
|
|
6219
|
-
},
|
|
6220
|
-
{
|
|
6221
|
-
"name": "ionic"
|
|
6222
|
-
}
|
|
6223
|
-
]
|
|
6224
|
-
}
|
|
6225
|
-
],
|
|
4694
|
+
"attributes": [],
|
|
6226
4695
|
"references": [
|
|
6227
4696
|
{
|
|
6228
4697
|
"name": "Source code",
|
|
@@ -6240,33 +4709,6 @@
|
|
|
6240
4709
|
{
|
|
6241
4710
|
"name": "disabled",
|
|
6242
4711
|
"description": "If `true`, the reorder will be hidden."
|
|
6243
|
-
},
|
|
6244
|
-
{
|
|
6245
|
-
"name": "mode",
|
|
6246
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6247
|
-
"values": [
|
|
6248
|
-
{
|
|
6249
|
-
"name": "ios"
|
|
6250
|
-
},
|
|
6251
|
-
{
|
|
6252
|
-
"name": "md"
|
|
6253
|
-
}
|
|
6254
|
-
]
|
|
6255
|
-
},
|
|
6256
|
-
{
|
|
6257
|
-
"name": "theme",
|
|
6258
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6259
|
-
"values": [
|
|
6260
|
-
{
|
|
6261
|
-
"name": "ios"
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "md"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"name": "ionic"
|
|
6268
|
-
}
|
|
6269
|
-
]
|
|
6270
4712
|
}
|
|
6271
4713
|
],
|
|
6272
4714
|
"references": [
|
|
@@ -6283,33 +4725,6 @@
|
|
|
6283
4725
|
"value": ""
|
|
6284
4726
|
},
|
|
6285
4727
|
"attributes": [
|
|
6286
|
-
{
|
|
6287
|
-
"name": "mode",
|
|
6288
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6289
|
-
"values": [
|
|
6290
|
-
{
|
|
6291
|
-
"name": "ios"
|
|
6292
|
-
},
|
|
6293
|
-
{
|
|
6294
|
-
"name": "md"
|
|
6295
|
-
}
|
|
6296
|
-
]
|
|
6297
|
-
},
|
|
6298
|
-
{
|
|
6299
|
-
"name": "theme",
|
|
6300
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6301
|
-
"values": [
|
|
6302
|
-
{
|
|
6303
|
-
"name": "ios"
|
|
6304
|
-
},
|
|
6305
|
-
{
|
|
6306
|
-
"name": "md"
|
|
6307
|
-
},
|
|
6308
|
-
{
|
|
6309
|
-
"name": "ionic"
|
|
6310
|
-
}
|
|
6311
|
-
]
|
|
6312
|
-
},
|
|
6313
4728
|
{
|
|
6314
4729
|
"name": "type",
|
|
6315
4730
|
"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.",
|
|
@@ -6341,33 +4756,6 @@
|
|
|
6341
4756
|
"name": "component",
|
|
6342
4757
|
"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."
|
|
6343
4758
|
},
|
|
6344
|
-
{
|
|
6345
|
-
"name": "mode",
|
|
6346
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6347
|
-
"values": [
|
|
6348
|
-
{
|
|
6349
|
-
"name": "ios"
|
|
6350
|
-
},
|
|
6351
|
-
{
|
|
6352
|
-
"name": "md"
|
|
6353
|
-
}
|
|
6354
|
-
]
|
|
6355
|
-
},
|
|
6356
|
-
{
|
|
6357
|
-
"name": "theme",
|
|
6358
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6359
|
-
"values": [
|
|
6360
|
-
{
|
|
6361
|
-
"name": "ios"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"name": "md"
|
|
6365
|
-
},
|
|
6366
|
-
{
|
|
6367
|
-
"name": "ionic"
|
|
6368
|
-
}
|
|
6369
|
-
]
|
|
6370
|
-
},
|
|
6371
4759
|
{
|
|
6372
4760
|
"name": "url",
|
|
6373
4761
|
"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."
|
|
@@ -6410,37 +4798,10 @@
|
|
|
6410
4798
|
"value": ""
|
|
6411
4799
|
},
|
|
6412
4800
|
"attributes": [
|
|
6413
|
-
{
|
|
6414
|
-
"name": "mode",
|
|
6415
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6416
|
-
"values": [
|
|
6417
|
-
{
|
|
6418
|
-
"name": "ios"
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"name": "md"
|
|
6422
|
-
}
|
|
6423
|
-
]
|
|
6424
|
-
},
|
|
6425
4801
|
{
|
|
6426
4802
|
"name": "root",
|
|
6427
4803
|
"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."
|
|
6428
4804
|
},
|
|
6429
|
-
{
|
|
6430
|
-
"name": "theme",
|
|
6431
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6432
|
-
"values": [
|
|
6433
|
-
{
|
|
6434
|
-
"name": "ios"
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"name": "md"
|
|
6438
|
-
},
|
|
6439
|
-
{
|
|
6440
|
-
"name": "ionic"
|
|
6441
|
-
}
|
|
6442
|
-
]
|
|
6443
|
-
},
|
|
6444
4805
|
{
|
|
6445
4806
|
"name": "use-hash",
|
|
6446
4807
|
"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."
|
|
@@ -6497,18 +4858,6 @@
|
|
|
6497
4858
|
"name": "href",
|
|
6498
4859
|
"description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
|
|
6499
4860
|
},
|
|
6500
|
-
{
|
|
6501
|
-
"name": "mode",
|
|
6502
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6503
|
-
"values": [
|
|
6504
|
-
{
|
|
6505
|
-
"name": "ios"
|
|
6506
|
-
},
|
|
6507
|
-
{
|
|
6508
|
-
"name": "md"
|
|
6509
|
-
}
|
|
6510
|
-
]
|
|
6511
|
-
},
|
|
6512
4861
|
{
|
|
6513
4862
|
"name": "rel",
|
|
6514
4863
|
"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)."
|
|
@@ -6531,21 +4880,6 @@
|
|
|
6531
4880
|
{
|
|
6532
4881
|
"name": "target",
|
|
6533
4882
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"name": "theme",
|
|
6537
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6538
|
-
"values": [
|
|
6539
|
-
{
|
|
6540
|
-
"name": "ios"
|
|
6541
|
-
},
|
|
6542
|
-
{
|
|
6543
|
-
"name": "md"
|
|
6544
|
-
},
|
|
6545
|
-
{
|
|
6546
|
-
"name": "ionic"
|
|
6547
|
-
}
|
|
6548
|
-
]
|
|
6549
4883
|
}
|
|
6550
4884
|
],
|
|
6551
4885
|
"references": [
|
|
@@ -6568,28 +4902,13 @@
|
|
|
6568
4902
|
},
|
|
6569
4903
|
{
|
|
6570
4904
|
"name": "mode",
|
|
6571
|
-
"description": "The mode determines
|
|
6572
|
-
"values": [
|
|
6573
|
-
{
|
|
6574
|
-
"name": "ios"
|
|
6575
|
-
},
|
|
6576
|
-
{
|
|
6577
|
-
"name": "md"
|
|
6578
|
-
}
|
|
6579
|
-
]
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"name": "theme",
|
|
6583
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
4905
|
+
"description": "The mode determines which platform styles to use.",
|
|
6584
4906
|
"values": [
|
|
6585
4907
|
{
|
|
6586
4908
|
"name": "ios"
|
|
6587
4909
|
},
|
|
6588
4910
|
{
|
|
6589
4911
|
"name": "md"
|
|
6590
|
-
},
|
|
6591
|
-
{
|
|
6592
|
-
"name": "ionic"
|
|
6593
4912
|
}
|
|
6594
4913
|
]
|
|
6595
4914
|
}
|
|
@@ -6607,35 +4926,7 @@
|
|
|
6607
4926
|
"kind": "markdown",
|
|
6608
4927
|
"value": ""
|
|
6609
4928
|
},
|
|
6610
|
-
"attributes": [
|
|
6611
|
-
{
|
|
6612
|
-
"name": "mode",
|
|
6613
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
6614
|
-
"values": [
|
|
6615
|
-
{
|
|
6616
|
-
"name": "ios"
|
|
6617
|
-
},
|
|
6618
|
-
{
|
|
6619
|
-
"name": "md"
|
|
6620
|
-
}
|
|
6621
|
-
]
|
|
6622
|
-
},
|
|
6623
|
-
{
|
|
6624
|
-
"name": "theme",
|
|
6625
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6626
|
-
"values": [
|
|
6627
|
-
{
|
|
6628
|
-
"name": "ios"
|
|
6629
|
-
},
|
|
6630
|
-
{
|
|
6631
|
-
"name": "md"
|
|
6632
|
-
},
|
|
6633
|
-
{
|
|
6634
|
-
"name": "ionic"
|
|
6635
|
-
}
|
|
6636
|
-
]
|
|
6637
|
-
}
|
|
6638
|
-
],
|
|
4929
|
+
"attributes": [],
|
|
6639
4930
|
"references": [
|
|
6640
4931
|
{
|
|
6641
4932
|
"name": "Source code",
|
|
@@ -6666,157 +4957,157 @@
|
|
|
6666
4957
|
"name": "name"
|
|
6667
4958
|
},
|
|
6668
4959
|
{
|
|
6669
|
-
"name": "
|
|
4960
|
+
"name": "email"
|
|
6670
4961
|
},
|
|
6671
4962
|
{
|
|
6672
|
-
"name": "
|
|
4963
|
+
"name": "tel"
|
|
6673
4964
|
},
|
|
6674
4965
|
{
|
|
6675
|
-
"name": "
|
|
4966
|
+
"name": "url"
|
|
6676
4967
|
},
|
|
6677
4968
|
{
|
|
6678
|
-
"name": "
|
|
4969
|
+
"name": "on"
|
|
6679
4970
|
},
|
|
6680
4971
|
{
|
|
6681
|
-
"name": "
|
|
4972
|
+
"name": "off"
|
|
6682
4973
|
},
|
|
6683
4974
|
{
|
|
6684
|
-
"name": "
|
|
4975
|
+
"name": "honorific-prefix"
|
|
6685
4976
|
},
|
|
6686
4977
|
{
|
|
6687
|
-
"name": "
|
|
4978
|
+
"name": "given-name"
|
|
6688
4979
|
},
|
|
6689
4980
|
{
|
|
6690
|
-
"name": "
|
|
4981
|
+
"name": "additional-name"
|
|
6691
4982
|
},
|
|
6692
4983
|
{
|
|
6693
|
-
"name": "
|
|
4984
|
+
"name": "family-name"
|
|
6694
4985
|
},
|
|
6695
4986
|
{
|
|
6696
|
-
"name": "
|
|
4987
|
+
"name": "honorific-suffix"
|
|
6697
4988
|
},
|
|
6698
4989
|
{
|
|
6699
|
-
"name": "
|
|
4990
|
+
"name": "nickname"
|
|
6700
4991
|
},
|
|
6701
4992
|
{
|
|
6702
|
-
"name": "
|
|
4993
|
+
"name": "username"
|
|
6703
4994
|
},
|
|
6704
4995
|
{
|
|
6705
|
-
"name": "
|
|
4996
|
+
"name": "new-password"
|
|
6706
4997
|
},
|
|
6707
4998
|
{
|
|
6708
|
-
"name": "
|
|
4999
|
+
"name": "current-password"
|
|
6709
5000
|
},
|
|
6710
5001
|
{
|
|
6711
|
-
"name": "
|
|
5002
|
+
"name": "one-time-code"
|
|
6712
5003
|
},
|
|
6713
5004
|
{
|
|
6714
|
-
"name": "
|
|
5005
|
+
"name": "organization-title"
|
|
6715
5006
|
},
|
|
6716
5007
|
{
|
|
6717
|
-
"name": "
|
|
5008
|
+
"name": "organization"
|
|
6718
5009
|
},
|
|
6719
5010
|
{
|
|
6720
|
-
"name": "
|
|
5011
|
+
"name": "street-address"
|
|
6721
5012
|
},
|
|
6722
5013
|
{
|
|
6723
|
-
"name": "
|
|
5014
|
+
"name": "address-line1"
|
|
6724
5015
|
},
|
|
6725
5016
|
{
|
|
6726
|
-
"name": "
|
|
5017
|
+
"name": "address-line2"
|
|
6727
5018
|
},
|
|
6728
5019
|
{
|
|
6729
|
-
"name": "
|
|
5020
|
+
"name": "address-line3"
|
|
6730
5021
|
},
|
|
6731
5022
|
{
|
|
6732
|
-
"name": "
|
|
5023
|
+
"name": "address-level4"
|
|
6733
5024
|
},
|
|
6734
5025
|
{
|
|
6735
|
-
"name": "
|
|
5026
|
+
"name": "address-level3"
|
|
6736
5027
|
},
|
|
6737
5028
|
{
|
|
6738
|
-
"name": "
|
|
5029
|
+
"name": "address-level2"
|
|
6739
5030
|
},
|
|
6740
5031
|
{
|
|
6741
|
-
"name": "
|
|
5032
|
+
"name": "address-level1"
|
|
6742
5033
|
},
|
|
6743
5034
|
{
|
|
6744
|
-
"name": "
|
|
5035
|
+
"name": "country"
|
|
6745
5036
|
},
|
|
6746
5037
|
{
|
|
6747
|
-
"name": "
|
|
5038
|
+
"name": "country-name"
|
|
6748
5039
|
},
|
|
6749
5040
|
{
|
|
6750
|
-
"name": "
|
|
5041
|
+
"name": "postal-code"
|
|
6751
5042
|
},
|
|
6752
5043
|
{
|
|
6753
|
-
"name": "
|
|
5044
|
+
"name": "cc-name"
|
|
6754
5045
|
},
|
|
6755
5046
|
{
|
|
6756
|
-
"name": "
|
|
5047
|
+
"name": "cc-given-name"
|
|
6757
5048
|
},
|
|
6758
5049
|
{
|
|
6759
|
-
"name": "
|
|
5050
|
+
"name": "cc-additional-name"
|
|
6760
5051
|
},
|
|
6761
5052
|
{
|
|
6762
|
-
"name": "
|
|
5053
|
+
"name": "cc-family-name"
|
|
6763
5054
|
},
|
|
6764
5055
|
{
|
|
6765
|
-
"name": "
|
|
5056
|
+
"name": "cc-number"
|
|
6766
5057
|
},
|
|
6767
5058
|
{
|
|
6768
|
-
"name": "
|
|
5059
|
+
"name": "cc-exp"
|
|
6769
5060
|
},
|
|
6770
5061
|
{
|
|
6771
|
-
"name": "
|
|
5062
|
+
"name": "cc-exp-month"
|
|
6772
5063
|
},
|
|
6773
5064
|
{
|
|
6774
|
-
"name": "
|
|
5065
|
+
"name": "cc-exp-year"
|
|
6775
5066
|
},
|
|
6776
5067
|
{
|
|
6777
|
-
"name": "
|
|
5068
|
+
"name": "cc-csc"
|
|
6778
5069
|
},
|
|
6779
5070
|
{
|
|
6780
|
-
"name": "
|
|
5071
|
+
"name": "cc-type"
|
|
6781
5072
|
},
|
|
6782
5073
|
{
|
|
6783
|
-
"name": "
|
|
5074
|
+
"name": "transaction-currency"
|
|
6784
5075
|
},
|
|
6785
5076
|
{
|
|
6786
|
-
"name": "
|
|
5077
|
+
"name": "transaction-amount"
|
|
6787
5078
|
},
|
|
6788
5079
|
{
|
|
6789
|
-
"name": "
|
|
5080
|
+
"name": "language"
|
|
6790
5081
|
},
|
|
6791
5082
|
{
|
|
6792
|
-
"name": "
|
|
5083
|
+
"name": "bday"
|
|
6793
5084
|
},
|
|
6794
5085
|
{
|
|
6795
|
-
"name": "
|
|
5086
|
+
"name": "bday-day"
|
|
6796
5087
|
},
|
|
6797
5088
|
{
|
|
6798
|
-
"name": "
|
|
5089
|
+
"name": "bday-month"
|
|
6799
5090
|
},
|
|
6800
5091
|
{
|
|
6801
|
-
"name": "
|
|
5092
|
+
"name": "bday-year"
|
|
6802
5093
|
},
|
|
6803
5094
|
{
|
|
6804
|
-
"name": "
|
|
5095
|
+
"name": "sex"
|
|
6805
5096
|
},
|
|
6806
5097
|
{
|
|
6807
|
-
"name": "
|
|
5098
|
+
"name": "tel-country-code"
|
|
6808
5099
|
},
|
|
6809
5100
|
{
|
|
6810
|
-
"name": "
|
|
5101
|
+
"name": "tel-national"
|
|
6811
5102
|
},
|
|
6812
5103
|
{
|
|
6813
|
-
"name": "
|
|
5104
|
+
"name": "tel-area-code"
|
|
6814
5105
|
},
|
|
6815
5106
|
{
|
|
6816
|
-
"name": "
|
|
5107
|
+
"name": "tel-local"
|
|
6817
5108
|
},
|
|
6818
5109
|
{
|
|
6819
|
-
"name": "
|
|
5110
|
+
"name": "tel-extension"
|
|
6820
5111
|
},
|
|
6821
5112
|
{
|
|
6822
5113
|
"name": "impp"
|
|
@@ -6840,15 +5131,15 @@
|
|
|
6840
5131
|
},
|
|
6841
5132
|
{
|
|
6842
5133
|
"name": "cancel-button-icon",
|
|
6843
|
-
"description": "Set the cancel button icon. Only
|
|
5134
|
+
"description": "Set the cancel button icon. Only applies to `md` mode.\nDefaults to `arrow-back-sharp`."
|
|
6844
5135
|
},
|
|
6845
5136
|
{
|
|
6846
5137
|
"name": "cancel-button-text",
|
|
6847
|
-
"description": "Set the cancel button text. Only
|
|
5138
|
+
"description": "Set the the cancel button text. Only applies to `ios` mode."
|
|
6848
5139
|
},
|
|
6849
5140
|
{
|
|
6850
5141
|
"name": "clear-icon",
|
|
6851
|
-
"description": "Set the clear icon. Defaults to
|
|
5142
|
+
"description": "Set the clear icon. Defaults to `close-circle` for `ios` and `close-sharp` for `md`."
|
|
6852
5143
|
},
|
|
6853
5144
|
{
|
|
6854
5145
|
"name": "color",
|
|
@@ -6958,7 +5249,7 @@
|
|
|
6958
5249
|
},
|
|
6959
5250
|
{
|
|
6960
5251
|
"name": "mode",
|
|
6961
|
-
"description": "The mode determines
|
|
5252
|
+
"description": "The mode determines which platform styles to use.",
|
|
6962
5253
|
"values": [
|
|
6963
5254
|
{
|
|
6964
5255
|
"name": "ios"
|
|
@@ -6978,22 +5269,7 @@
|
|
|
6978
5269
|
},
|
|
6979
5270
|
{
|
|
6980
5271
|
"name": "search-icon",
|
|
6981
|
-
"description": "The icon to use as the search icon. Defaults to
|
|
6982
|
-
},
|
|
6983
|
-
{
|
|
6984
|
-
"name": "shape",
|
|
6985
|
-
"description": "Set to `\"soft\"` for a searchbar with slightly rounded corners,\n`\"round\"` for a searchbar with fully rounded corners,\nor `\"rectangular\"` for a searchbar without rounded corners.\n\nDefaults to `\"round\"` for the ionic theme, and `undefined` for all other themes.",
|
|
6986
|
-
"values": [
|
|
6987
|
-
{
|
|
6988
|
-
"name": "rectangular"
|
|
6989
|
-
},
|
|
6990
|
-
{
|
|
6991
|
-
"name": "round"
|
|
6992
|
-
},
|
|
6993
|
-
{
|
|
6994
|
-
"name": "soft"
|
|
6995
|
-
}
|
|
6996
|
-
]
|
|
5272
|
+
"description": "The icon to use as the search icon. Defaults to `search-outline` in\n`ios` mode and `search-sharp` in `md` mode."
|
|
6997
5273
|
},
|
|
6998
5274
|
{
|
|
6999
5275
|
"name": "show-cancel-button",
|
|
@@ -7025,40 +5301,10 @@
|
|
|
7025
5301
|
}
|
|
7026
5302
|
]
|
|
7027
5303
|
},
|
|
7028
|
-
{
|
|
7029
|
-
"name": "size",
|
|
7030
|
-
"description": "Set to `\"large\"` for a searchbar with an increase in height,\nwhile \"small\" and \"medium\" provide progressively smaller heights.\n\nDefaults to `\"medium\"` for the ionic theme, and `undefined` for all other themes.",
|
|
7031
|
-
"values": [
|
|
7032
|
-
{
|
|
7033
|
-
"name": "large"
|
|
7034
|
-
},
|
|
7035
|
-
{
|
|
7036
|
-
"name": "medium"
|
|
7037
|
-
},
|
|
7038
|
-
{
|
|
7039
|
-
"name": "small"
|
|
7040
|
-
}
|
|
7041
|
-
]
|
|
7042
|
-
},
|
|
7043
5304
|
{
|
|
7044
5305
|
"name": "spellcheck",
|
|
7045
5306
|
"description": "If `true`, enable spellcheck on the input."
|
|
7046
5307
|
},
|
|
7047
|
-
{
|
|
7048
|
-
"name": "theme",
|
|
7049
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7050
|
-
"values": [
|
|
7051
|
-
{
|
|
7052
|
-
"name": "ios"
|
|
7053
|
-
},
|
|
7054
|
-
{
|
|
7055
|
-
"name": "md"
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
"name": "ionic"
|
|
7059
|
-
}
|
|
7060
|
-
]
|
|
7061
|
-
},
|
|
7062
5308
|
{
|
|
7063
5309
|
"name": "type",
|
|
7064
5310
|
"description": "Set the type of the input.",
|
|
@@ -7144,7 +5390,7 @@
|
|
|
7144
5390
|
},
|
|
7145
5391
|
{
|
|
7146
5392
|
"name": "mode",
|
|
7147
|
-
"description": "The mode determines
|
|
5393
|
+
"description": "The mode determines which platform styles to use.",
|
|
7148
5394
|
"values": [
|
|
7149
5395
|
{
|
|
7150
5396
|
"name": "ios"
|
|
@@ -7166,21 +5412,6 @@
|
|
|
7166
5412
|
"name": "swipe-gesture",
|
|
7167
5413
|
"description": "If `true`, users will be able to swipe between segment buttons to activate them."
|
|
7168
5414
|
},
|
|
7169
|
-
{
|
|
7170
|
-
"name": "theme",
|
|
7171
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7172
|
-
"values": [
|
|
7173
|
-
{
|
|
7174
|
-
"name": "ios"
|
|
7175
|
-
},
|
|
7176
|
-
{
|
|
7177
|
-
"name": "md"
|
|
7178
|
-
},
|
|
7179
|
-
{
|
|
7180
|
-
"name": "ionic"
|
|
7181
|
-
}
|
|
7182
|
-
]
|
|
7183
|
-
},
|
|
7184
5415
|
{
|
|
7185
5416
|
"name": "value",
|
|
7186
5417
|
"description": "the value of the segment."
|
|
@@ -7234,28 +5465,13 @@
|
|
|
7234
5465
|
},
|
|
7235
5466
|
{
|
|
7236
5467
|
"name": "mode",
|
|
7237
|
-
"description": "The mode determines
|
|
7238
|
-
"values": [
|
|
7239
|
-
{
|
|
7240
|
-
"name": "ios"
|
|
7241
|
-
},
|
|
7242
|
-
{
|
|
7243
|
-
"name": "md"
|
|
7244
|
-
}
|
|
7245
|
-
]
|
|
7246
|
-
},
|
|
7247
|
-
{
|
|
7248
|
-
"name": "theme",
|
|
7249
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
5468
|
+
"description": "The mode determines which platform styles to use.",
|
|
7250
5469
|
"values": [
|
|
7251
5470
|
{
|
|
7252
5471
|
"name": "ios"
|
|
7253
5472
|
},
|
|
7254
5473
|
{
|
|
7255
5474
|
"name": "md"
|
|
7256
|
-
},
|
|
7257
|
-
{
|
|
7258
|
-
"name": "ionic"
|
|
7259
5475
|
}
|
|
7260
5476
|
]
|
|
7261
5477
|
},
|
|
@@ -7377,11 +5593,11 @@
|
|
|
7377
5593
|
},
|
|
7378
5594
|
{
|
|
7379
5595
|
"name": "expanded-icon",
|
|
7380
|
-
"description": "The toggle icon to show when the select is open. If defined, the icon\nrotation behavior in
|
|
5596
|
+
"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."
|
|
7381
5597
|
},
|
|
7382
5598
|
{
|
|
7383
5599
|
"name": "fill",
|
|
7384
|
-
"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
|
|
5600
|
+
"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.",
|
|
7385
5601
|
"values": [
|
|
7386
5602
|
{
|
|
7387
5603
|
"name": "outline"
|
|
@@ -7459,7 +5675,7 @@
|
|
|
7459
5675
|
},
|
|
7460
5676
|
{
|
|
7461
5677
|
"name": "mode",
|
|
7462
|
-
"description": "The mode determines
|
|
5678
|
+
"description": "The mode determines which platform styles to use.",
|
|
7463
5679
|
"values": [
|
|
7464
5680
|
{
|
|
7465
5681
|
"name": "ios"
|
|
@@ -7495,52 +5711,16 @@
|
|
|
7495
5711
|
},
|
|
7496
5712
|
{
|
|
7497
5713
|
"name": "shape",
|
|
7498
|
-
"description": "
|
|
5714
|
+
"description": "The shape of the select. If \"round\" it will have an increased border radius.",
|
|
7499
5715
|
"values": [
|
|
7500
|
-
{
|
|
7501
|
-
"name": "rectangular"
|
|
7502
|
-
},
|
|
7503
5716
|
{
|
|
7504
5717
|
"name": "round"
|
|
7505
|
-
},
|
|
7506
|
-
{
|
|
7507
|
-
"name": "soft"
|
|
7508
|
-
}
|
|
7509
|
-
]
|
|
7510
|
-
},
|
|
7511
|
-
{
|
|
7512
|
-
"name": "size",
|
|
7513
|
-
"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.",
|
|
7514
|
-
"values": [
|
|
7515
|
-
{
|
|
7516
|
-
"name": "large"
|
|
7517
|
-
},
|
|
7518
|
-
{
|
|
7519
|
-
"name": "medium"
|
|
7520
|
-
},
|
|
7521
|
-
{
|
|
7522
|
-
"name": "small"
|
|
7523
|
-
}
|
|
7524
|
-
]
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
"name": "theme",
|
|
7528
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7529
|
-
"values": [
|
|
7530
|
-
{
|
|
7531
|
-
"name": "ios"
|
|
7532
|
-
},
|
|
7533
|
-
{
|
|
7534
|
-
"name": "md"
|
|
7535
|
-
},
|
|
7536
|
-
{
|
|
7537
|
-
"name": "ionic"
|
|
7538
5718
|
}
|
|
7539
5719
|
]
|
|
7540
5720
|
},
|
|
7541
5721
|
{
|
|
7542
5722
|
"name": "toggle-icon",
|
|
7543
|
-
"description": "The toggle icon to use. Defaults to
|
|
5723
|
+
"description": "The toggle icon to use. Defaults to `chevronExpand` for `ios` mode,\nor `caretDownSharp` for `md` mode."
|
|
7544
5724
|
},
|
|
7545
5725
|
{
|
|
7546
5726
|
"name": "value",
|
|
@@ -7588,33 +5768,6 @@
|
|
|
7588
5768
|
"name": "disabled",
|
|
7589
5769
|
"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."
|
|
7590
5770
|
},
|
|
7591
|
-
{
|
|
7592
|
-
"name": "mode",
|
|
7593
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7594
|
-
"values": [
|
|
7595
|
-
{
|
|
7596
|
-
"name": "ios"
|
|
7597
|
-
},
|
|
7598
|
-
{
|
|
7599
|
-
"name": "md"
|
|
7600
|
-
}
|
|
7601
|
-
]
|
|
7602
|
-
},
|
|
7603
|
-
{
|
|
7604
|
-
"name": "theme",
|
|
7605
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7606
|
-
"values": [
|
|
7607
|
-
{
|
|
7608
|
-
"name": "ios"
|
|
7609
|
-
},
|
|
7610
|
-
{
|
|
7611
|
-
"name": "md"
|
|
7612
|
-
},
|
|
7613
|
-
{
|
|
7614
|
-
"name": "ionic"
|
|
7615
|
-
}
|
|
7616
|
-
]
|
|
7617
|
-
},
|
|
7618
5771
|
{
|
|
7619
5772
|
"name": "value",
|
|
7620
5773
|
"description": "The text value of the option."
|
|
@@ -7637,33 +5790,6 @@
|
|
|
7637
5790
|
{
|
|
7638
5791
|
"name": "animated",
|
|
7639
5792
|
"description": "If `true`, the skeleton text will animate."
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
"name": "mode",
|
|
7643
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7644
|
-
"values": [
|
|
7645
|
-
{
|
|
7646
|
-
"name": "ios"
|
|
7647
|
-
},
|
|
7648
|
-
{
|
|
7649
|
-
"name": "md"
|
|
7650
|
-
}
|
|
7651
|
-
]
|
|
7652
|
-
},
|
|
7653
|
-
{
|
|
7654
|
-
"name": "theme",
|
|
7655
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7656
|
-
"values": [
|
|
7657
|
-
{
|
|
7658
|
-
"name": "ios"
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"name": "md"
|
|
7662
|
-
},
|
|
7663
|
-
{
|
|
7664
|
-
"name": "ionic"
|
|
7665
|
-
}
|
|
7666
|
-
]
|
|
7667
5793
|
}
|
|
7668
5794
|
],
|
|
7669
5795
|
"references": [
|
|
@@ -7717,18 +5843,6 @@
|
|
|
7717
5843
|
"name": "duration",
|
|
7718
5844
|
"description": "Duration of the spinner animation in milliseconds. The default varies based on the spinner."
|
|
7719
5845
|
},
|
|
7720
|
-
{
|
|
7721
|
-
"name": "mode",
|
|
7722
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7723
|
-
"values": [
|
|
7724
|
-
{
|
|
7725
|
-
"name": "ios"
|
|
7726
|
-
},
|
|
7727
|
-
{
|
|
7728
|
-
"name": "md"
|
|
7729
|
-
}
|
|
7730
|
-
]
|
|
7731
|
-
},
|
|
7732
5846
|
{
|
|
7733
5847
|
"name": "name",
|
|
7734
5848
|
"description": "The name of the SVG spinner to use. If a name is not provided, the platform's default\nspinner will be used.",
|
|
@@ -7765,42 +5879,6 @@
|
|
|
7765
5879
|
{
|
|
7766
5880
|
"name": "paused",
|
|
7767
5881
|
"description": "If `true`, the spinner's animation will be paused."
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"name": "size",
|
|
7771
|
-
"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.",
|
|
7772
|
-
"values": [
|
|
7773
|
-
{
|
|
7774
|
-
"name": "large"
|
|
7775
|
-
},
|
|
7776
|
-
{
|
|
7777
|
-
"name": "medium"
|
|
7778
|
-
},
|
|
7779
|
-
{
|
|
7780
|
-
"name": "small"
|
|
7781
|
-
},
|
|
7782
|
-
{
|
|
7783
|
-
"name": "xlarge"
|
|
7784
|
-
},
|
|
7785
|
-
{
|
|
7786
|
-
"name": "xsmall"
|
|
7787
|
-
}
|
|
7788
|
-
]
|
|
7789
|
-
},
|
|
7790
|
-
{
|
|
7791
|
-
"name": "theme",
|
|
7792
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7793
|
-
"values": [
|
|
7794
|
-
{
|
|
7795
|
-
"name": "ios"
|
|
7796
|
-
},
|
|
7797
|
-
{
|
|
7798
|
-
"name": "md"
|
|
7799
|
-
},
|
|
7800
|
-
{
|
|
7801
|
-
"name": "ionic"
|
|
7802
|
-
}
|
|
7803
|
-
]
|
|
7804
5882
|
}
|
|
7805
5883
|
],
|
|
7806
5884
|
"references": [
|
|
@@ -7825,33 +5903,6 @@
|
|
|
7825
5903
|
"name": "disabled",
|
|
7826
5904
|
"description": "If `true`, the split pane will be hidden."
|
|
7827
5905
|
},
|
|
7828
|
-
{
|
|
7829
|
-
"name": "mode",
|
|
7830
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7831
|
-
"values": [
|
|
7832
|
-
{
|
|
7833
|
-
"name": "ios"
|
|
7834
|
-
},
|
|
7835
|
-
{
|
|
7836
|
-
"name": "md"
|
|
7837
|
-
}
|
|
7838
|
-
]
|
|
7839
|
-
},
|
|
7840
|
-
{
|
|
7841
|
-
"name": "theme",
|
|
7842
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7843
|
-
"values": [
|
|
7844
|
-
{
|
|
7845
|
-
"name": "ios"
|
|
7846
|
-
},
|
|
7847
|
-
{
|
|
7848
|
-
"name": "md"
|
|
7849
|
-
},
|
|
7850
|
-
{
|
|
7851
|
-
"name": "ionic"
|
|
7852
|
-
}
|
|
7853
|
-
]
|
|
7854
|
-
},
|
|
7855
5906
|
{
|
|
7856
5907
|
"name": "when",
|
|
7857
5908
|
"description": "When the split-pane should be shown.\nCan be a CSS media query expression, or a shortcut expression.\nCan also be a boolean expression."
|
|
@@ -7865,46 +5916,19 @@
|
|
|
7865
5916
|
]
|
|
7866
5917
|
},
|
|
7867
5918
|
{
|
|
7868
|
-
"name": "ion-tab",
|
|
7869
|
-
"description": {
|
|
7870
|
-
"kind": "markdown",
|
|
7871
|
-
"value": ""
|
|
7872
|
-
},
|
|
7873
|
-
"attributes": [
|
|
7874
|
-
{
|
|
7875
|
-
"name": "component",
|
|
7876
|
-
"description": "The component to display inside of the tab."
|
|
7877
|
-
},
|
|
7878
|
-
{
|
|
7879
|
-
"name": "mode",
|
|
7880
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
7881
|
-
"values": [
|
|
7882
|
-
{
|
|
7883
|
-
"name": "ios"
|
|
7884
|
-
},
|
|
7885
|
-
{
|
|
7886
|
-
"name": "md"
|
|
7887
|
-
}
|
|
7888
|
-
]
|
|
5919
|
+
"name": "ion-tab",
|
|
5920
|
+
"description": {
|
|
5921
|
+
"kind": "markdown",
|
|
5922
|
+
"value": ""
|
|
5923
|
+
},
|
|
5924
|
+
"attributes": [
|
|
5925
|
+
{
|
|
5926
|
+
"name": "component",
|
|
5927
|
+
"description": "The component to display inside of the tab."
|
|
7889
5928
|
},
|
|
7890
5929
|
{
|
|
7891
5930
|
"name": "tab",
|
|
7892
5931
|
"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."
|
|
7893
|
-
},
|
|
7894
|
-
{
|
|
7895
|
-
"name": "theme",
|
|
7896
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
7897
|
-
"values": [
|
|
7898
|
-
{
|
|
7899
|
-
"name": "ios"
|
|
7900
|
-
},
|
|
7901
|
-
{
|
|
7902
|
-
"name": "md"
|
|
7903
|
-
},
|
|
7904
|
-
{
|
|
7905
|
-
"name": "ionic"
|
|
7906
|
-
}
|
|
7907
|
-
]
|
|
7908
5932
|
}
|
|
7909
5933
|
],
|
|
7910
5934
|
"references": [
|
|
@@ -7954,21 +5978,9 @@
|
|
|
7954
5978
|
}
|
|
7955
5979
|
]
|
|
7956
5980
|
},
|
|
7957
|
-
{
|
|
7958
|
-
"name": "expand",
|
|
7959
|
-
"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\"`.",
|
|
7960
|
-
"values": [
|
|
7961
|
-
{
|
|
7962
|
-
"name": "compact"
|
|
7963
|
-
},
|
|
7964
|
-
{
|
|
7965
|
-
"name": "full"
|
|
7966
|
-
}
|
|
7967
|
-
]
|
|
7968
|
-
},
|
|
7969
5981
|
{
|
|
7970
5982
|
"name": "mode",
|
|
7971
|
-
"description": "The mode determines
|
|
5983
|
+
"description": "The mode determines which platform styles to use.",
|
|
7972
5984
|
"values": [
|
|
7973
5985
|
{
|
|
7974
5986
|
"name": "ios"
|
|
@@ -7982,39 +5994,9 @@
|
|
|
7982
5994
|
"name": "selected-tab",
|
|
7983
5995
|
"description": "The selected tab component"
|
|
7984
5996
|
},
|
|
7985
|
-
{
|
|
7986
|
-
"name": "shape",
|
|
7987
|
-
"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.",
|
|
7988
|
-
"values": [
|
|
7989
|
-
{
|
|
7990
|
-
"name": "rectangular"
|
|
7991
|
-
},
|
|
7992
|
-
{
|
|
7993
|
-
"name": "round"
|
|
7994
|
-
},
|
|
7995
|
-
{
|
|
7996
|
-
"name": "soft"
|
|
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
5997
|
{
|
|
8016
5998
|
"name": "translucent",
|
|
8017
|
-
"description": "If `true`, the tab bar will be translucent.\nOnly applies when the
|
|
5999
|
+
"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)."
|
|
8018
6000
|
}
|
|
8019
6001
|
],
|
|
8020
6002
|
"references": [
|
|
@@ -8069,7 +6051,7 @@
|
|
|
8069
6051
|
},
|
|
8070
6052
|
{
|
|
8071
6053
|
"name": "mode",
|
|
8072
|
-
"description": "The mode determines
|
|
6054
|
+
"description": "The mode determines which platform styles to use.",
|
|
8073
6055
|
"values": [
|
|
8074
6056
|
{
|
|
8075
6057
|
"name": "ios"
|
|
@@ -8087,21 +6069,6 @@
|
|
|
8087
6069
|
"name": "selected",
|
|
8088
6070
|
"description": "The selected tab component"
|
|
8089
6071
|
},
|
|
8090
|
-
{
|
|
8091
|
-
"name": "shape",
|
|
8092
|
-
"description": "Set to `\"soft\"` for a tab-button with slightly rounded corners,\n`\"round\"` for a tab-button with fully rounded corners, or `\"rectangular\"`\nfor a tab-button without rounded corners.\n\nDefaults to `\"round\"` for the `ionic` theme, undefined for all other themes.",
|
|
8093
|
-
"values": [
|
|
8094
|
-
{
|
|
8095
|
-
"name": "rectangular"
|
|
8096
|
-
},
|
|
8097
|
-
{
|
|
8098
|
-
"name": "round"
|
|
8099
|
-
},
|
|
8100
|
-
{
|
|
8101
|
-
"name": "soft"
|
|
8102
|
-
}
|
|
8103
|
-
]
|
|
8104
|
-
},
|
|
8105
6072
|
{
|
|
8106
6073
|
"name": "tab",
|
|
8107
6074
|
"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."
|
|
@@ -8109,21 +6076,6 @@
|
|
|
8109
6076
|
{
|
|
8110
6077
|
"name": "target",
|
|
8111
6078
|
"description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
|
|
8112
|
-
},
|
|
8113
|
-
{
|
|
8114
|
-
"name": "theme",
|
|
8115
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8116
|
-
"values": [
|
|
8117
|
-
{
|
|
8118
|
-
"name": "ios"
|
|
8119
|
-
},
|
|
8120
|
-
{
|
|
8121
|
-
"name": "md"
|
|
8122
|
-
},
|
|
8123
|
-
{
|
|
8124
|
-
"name": "ionic"
|
|
8125
|
-
}
|
|
8126
|
-
]
|
|
8127
6079
|
}
|
|
8128
6080
|
],
|
|
8129
6081
|
"references": [
|
|
@@ -8139,35 +6091,7 @@
|
|
|
8139
6091
|
"kind": "markdown",
|
|
8140
6092
|
"value": ""
|
|
8141
6093
|
},
|
|
8142
|
-
"attributes": [
|
|
8143
|
-
{
|
|
8144
|
-
"name": "mode",
|
|
8145
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8146
|
-
"values": [
|
|
8147
|
-
{
|
|
8148
|
-
"name": "ios"
|
|
8149
|
-
},
|
|
8150
|
-
{
|
|
8151
|
-
"name": "md"
|
|
8152
|
-
}
|
|
8153
|
-
]
|
|
8154
|
-
},
|
|
8155
|
-
{
|
|
8156
|
-
"name": "theme",
|
|
8157
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8158
|
-
"values": [
|
|
8159
|
-
{
|
|
8160
|
-
"name": "ios"
|
|
8161
|
-
},
|
|
8162
|
-
{
|
|
8163
|
-
"name": "md"
|
|
8164
|
-
},
|
|
8165
|
-
{
|
|
8166
|
-
"name": "ionic"
|
|
8167
|
-
}
|
|
8168
|
-
]
|
|
8169
|
-
}
|
|
8170
|
-
],
|
|
6094
|
+
"attributes": [],
|
|
8171
6095
|
"references": [
|
|
8172
6096
|
{
|
|
8173
6097
|
"name": "Source code",
|
|
@@ -8217,28 +6141,13 @@
|
|
|
8217
6141
|
},
|
|
8218
6142
|
{
|
|
8219
6143
|
"name": "mode",
|
|
8220
|
-
"description": "The mode determines
|
|
8221
|
-
"values": [
|
|
8222
|
-
{
|
|
8223
|
-
"name": "ios"
|
|
8224
|
-
},
|
|
8225
|
-
{
|
|
8226
|
-
"name": "md"
|
|
8227
|
-
}
|
|
8228
|
-
]
|
|
8229
|
-
},
|
|
8230
|
-
{
|
|
8231
|
-
"name": "theme",
|
|
8232
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6144
|
+
"description": "The mode determines which platform styles to use.",
|
|
8233
6145
|
"values": [
|
|
8234
6146
|
{
|
|
8235
6147
|
"name": "ios"
|
|
8236
6148
|
},
|
|
8237
6149
|
{
|
|
8238
6150
|
"name": "md"
|
|
8239
|
-
},
|
|
8240
|
-
{
|
|
8241
|
-
"name": "ionic"
|
|
8242
6151
|
}
|
|
8243
6152
|
]
|
|
8244
6153
|
}
|
|
@@ -8355,7 +6264,7 @@
|
|
|
8355
6264
|
},
|
|
8356
6265
|
{
|
|
8357
6266
|
"name": "fill",
|
|
8358
|
-
"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
|
|
6267
|
+
"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.",
|
|
8359
6268
|
"values": [
|
|
8360
6269
|
{
|
|
8361
6270
|
"name": "outline"
|
|
@@ -8434,7 +6343,7 @@
|
|
|
8434
6343
|
},
|
|
8435
6344
|
{
|
|
8436
6345
|
"name": "mode",
|
|
8437
|
-
"description": "The mode determines
|
|
6346
|
+
"description": "The mode determines which platform styles to use.",
|
|
8438
6347
|
"values": [
|
|
8439
6348
|
{
|
|
8440
6349
|
"name": "ios"
|
|
@@ -8466,31 +6375,10 @@
|
|
|
8466
6375
|
},
|
|
8467
6376
|
{
|
|
8468
6377
|
"name": "shape",
|
|
8469
|
-
"description": "
|
|
6378
|
+
"description": "The shape of the textarea. If \"round\" it will have an increased border radius.",
|
|
8470
6379
|
"values": [
|
|
8471
|
-
{
|
|
8472
|
-
"name": "rectangular"
|
|
8473
|
-
},
|
|
8474
6380
|
{
|
|
8475
6381
|
"name": "round"
|
|
8476
|
-
},
|
|
8477
|
-
{
|
|
8478
|
-
"name": "soft"
|
|
8479
|
-
}
|
|
8480
|
-
]
|
|
8481
|
-
},
|
|
8482
|
-
{
|
|
8483
|
-
"name": "size",
|
|
8484
|
-
"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.",
|
|
8485
|
-
"values": [
|
|
8486
|
-
{
|
|
8487
|
-
"name": "large"
|
|
8488
|
-
},
|
|
8489
|
-
{
|
|
8490
|
-
"name": "medium"
|
|
8491
|
-
},
|
|
8492
|
-
{
|
|
8493
|
-
"name": "small"
|
|
8494
6382
|
}
|
|
8495
6383
|
]
|
|
8496
6384
|
},
|
|
@@ -8498,21 +6386,6 @@
|
|
|
8498
6386
|
"name": "spellcheck",
|
|
8499
6387
|
"description": "If `true`, the element will have its spelling and grammar checked."
|
|
8500
6388
|
},
|
|
8501
|
-
{
|
|
8502
|
-
"name": "theme",
|
|
8503
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8504
|
-
"values": [
|
|
8505
|
-
{
|
|
8506
|
-
"name": "ios"
|
|
8507
|
-
},
|
|
8508
|
-
{
|
|
8509
|
-
"name": "md"
|
|
8510
|
-
},
|
|
8511
|
-
{
|
|
8512
|
-
"name": "ionic"
|
|
8513
|
-
}
|
|
8514
|
-
]
|
|
8515
|
-
},
|
|
8516
6389
|
{
|
|
8517
6390
|
"name": "value",
|
|
8518
6391
|
"description": "The value of the textarea."
|
|
@@ -8546,35 +6419,7 @@
|
|
|
8546
6419
|
"kind": "markdown",
|
|
8547
6420
|
"value": ""
|
|
8548
6421
|
},
|
|
8549
|
-
"attributes": [
|
|
8550
|
-
{
|
|
8551
|
-
"name": "mode",
|
|
8552
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8553
|
-
"values": [
|
|
8554
|
-
{
|
|
8555
|
-
"name": "ios"
|
|
8556
|
-
},
|
|
8557
|
-
{
|
|
8558
|
-
"name": "md"
|
|
8559
|
-
}
|
|
8560
|
-
]
|
|
8561
|
-
},
|
|
8562
|
-
{
|
|
8563
|
-
"name": "theme",
|
|
8564
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8565
|
-
"values": [
|
|
8566
|
-
{
|
|
8567
|
-
"name": "ios"
|
|
8568
|
-
},
|
|
8569
|
-
{
|
|
8570
|
-
"name": "md"
|
|
8571
|
-
},
|
|
8572
|
-
{
|
|
8573
|
-
"name": "ionic"
|
|
8574
|
-
}
|
|
8575
|
-
]
|
|
8576
|
-
}
|
|
8577
|
-
],
|
|
6422
|
+
"attributes": [],
|
|
8578
6423
|
"references": [
|
|
8579
6424
|
{
|
|
8580
6425
|
"name": "Source code",
|
|
@@ -8622,18 +6467,6 @@
|
|
|
8622
6467
|
}
|
|
8623
6468
|
]
|
|
8624
6469
|
},
|
|
8625
|
-
{
|
|
8626
|
-
"name": "mode",
|
|
8627
|
-
"description": "The mode determines the platform behaviors of the component.",
|
|
8628
|
-
"values": [
|
|
8629
|
-
{
|
|
8630
|
-
"name": "ios"
|
|
8631
|
-
},
|
|
8632
|
-
{
|
|
8633
|
-
"name": "md"
|
|
8634
|
-
}
|
|
8635
|
-
]
|
|
8636
|
-
},
|
|
8637
6470
|
{
|
|
8638
6471
|
"name": "size",
|
|
8639
6472
|
"description": "The size of the toolbar title.",
|
|
@@ -8645,21 +6478,6 @@
|
|
|
8645
6478
|
"name": "small"
|
|
8646
6479
|
}
|
|
8647
6480
|
]
|
|
8648
|
-
},
|
|
8649
|
-
{
|
|
8650
|
-
"name": "theme",
|
|
8651
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8652
|
-
"values": [
|
|
8653
|
-
{
|
|
8654
|
-
"name": "ios"
|
|
8655
|
-
},
|
|
8656
|
-
{
|
|
8657
|
-
"name": "md"
|
|
8658
|
-
},
|
|
8659
|
-
{
|
|
8660
|
-
"name": "ionic"
|
|
8661
|
-
}
|
|
8662
|
-
]
|
|
8663
6481
|
}
|
|
8664
6482
|
],
|
|
8665
6483
|
"references": [
|
|
@@ -8755,7 +6573,7 @@
|
|
|
8755
6573
|
},
|
|
8756
6574
|
{
|
|
8757
6575
|
"name": "mode",
|
|
8758
|
-
"description": "The mode determines
|
|
6576
|
+
"description": "The mode determines which platform styles to use.",
|
|
8759
6577
|
"values": [
|
|
8760
6578
|
{
|
|
8761
6579
|
"name": "ios"
|
|
@@ -8784,21 +6602,6 @@
|
|
|
8784
6602
|
"name": "position-anchor",
|
|
8785
6603
|
"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."
|
|
8786
6604
|
},
|
|
8787
|
-
{
|
|
8788
|
-
"name": "shape",
|
|
8789
|
-
"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.",
|
|
8790
|
-
"values": [
|
|
8791
|
-
{
|
|
8792
|
-
"name": "rectangular"
|
|
8793
|
-
},
|
|
8794
|
-
{
|
|
8795
|
-
"name": "round"
|
|
8796
|
-
},
|
|
8797
|
-
{
|
|
8798
|
-
"name": "soft"
|
|
8799
|
-
}
|
|
8800
|
-
]
|
|
8801
|
-
},
|
|
8802
6605
|
{
|
|
8803
6606
|
"name": "swipe-gesture",
|
|
8804
6607
|
"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.",
|
|
@@ -8808,24 +6611,9 @@
|
|
|
8808
6611
|
}
|
|
8809
6612
|
]
|
|
8810
6613
|
},
|
|
8811
|
-
{
|
|
8812
|
-
"name": "theme",
|
|
8813
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8814
|
-
"values": [
|
|
8815
|
-
{
|
|
8816
|
-
"name": "ios"
|
|
8817
|
-
},
|
|
8818
|
-
{
|
|
8819
|
-
"name": "md"
|
|
8820
|
-
},
|
|
8821
|
-
{
|
|
8822
|
-
"name": "ionic"
|
|
8823
|
-
}
|
|
8824
|
-
]
|
|
8825
|
-
},
|
|
8826
6614
|
{
|
|
8827
6615
|
"name": "translucent",
|
|
8828
|
-
"description": "If `true`, the toast will be translucent.\nOnly applies when the
|
|
6616
|
+
"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)."
|
|
8829
6617
|
},
|
|
8830
6618
|
{
|
|
8831
6619
|
"name": "trigger",
|
|
@@ -8946,7 +6734,7 @@
|
|
|
8946
6734
|
},
|
|
8947
6735
|
{
|
|
8948
6736
|
"name": "mode",
|
|
8949
|
-
"description": "The mode determines
|
|
6737
|
+
"description": "The mode determines which platform styles to use.",
|
|
8950
6738
|
"values": [
|
|
8951
6739
|
{
|
|
8952
6740
|
"name": "ios"
|
|
@@ -8964,21 +6752,6 @@
|
|
|
8964
6752
|
"name": "required",
|
|
8965
6753
|
"description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid."
|
|
8966
6754
|
},
|
|
8967
|
-
{
|
|
8968
|
-
"name": "theme",
|
|
8969
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
8970
|
-
"values": [
|
|
8971
|
-
{
|
|
8972
|
-
"name": "ios"
|
|
8973
|
-
},
|
|
8974
|
-
{
|
|
8975
|
-
"name": "md"
|
|
8976
|
-
},
|
|
8977
|
-
{
|
|
8978
|
-
"name": "ionic"
|
|
8979
|
-
}
|
|
8980
|
-
]
|
|
8981
|
-
},
|
|
8982
6755
|
{
|
|
8983
6756
|
"name": "value",
|
|
8984
6757
|
"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>`."
|
|
@@ -9033,28 +6806,13 @@
|
|
|
9033
6806
|
},
|
|
9034
6807
|
{
|
|
9035
6808
|
"name": "mode",
|
|
9036
|
-
"description": "The mode determines
|
|
9037
|
-
"values": [
|
|
9038
|
-
{
|
|
9039
|
-
"name": "ios"
|
|
9040
|
-
},
|
|
9041
|
-
{
|
|
9042
|
-
"name": "md"
|
|
9043
|
-
}
|
|
9044
|
-
]
|
|
9045
|
-
},
|
|
9046
|
-
{
|
|
9047
|
-
"name": "theme",
|
|
9048
|
-
"description": "The theme determines the visual appearance of the component.",
|
|
6809
|
+
"description": "The mode determines which platform styles to use.",
|
|
9049
6810
|
"values": [
|
|
9050
6811
|
{
|
|
9051
6812
|
"name": "ios"
|
|
9052
6813
|
},
|
|
9053
6814
|
{
|
|
9054
6815
|
"name": "md"
|
|
9055
|
-
},
|
|
9056
|
-
{
|
|
9057
|
-
"name": "ionic"
|
|
9058
6816
|
}
|
|
9059
6817
|
]
|
|
9060
6818
|
}
|