@ionic/core 8.4.4-dev.11740685209.1c1ac2bf → 8.4.4-dev.11741027468.1f4941f2
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/helpers.js +11 -1
- package/components/index9.js +1 -1
- package/components/ion-item-divider.js +2 -2
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +2 -2
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +1 -1
- package/components/ion-loading.js +2 -2
- package/components/ion-menu-button.js +2 -2
- package/components/ion-menu-toggle.js +2 -2
- package/components/ion-menu.js +2 -2
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +1 -1
- package/components/ion-note.js +2 -2
- package/components/ion-picker-legacy.js +2 -2
- package/components/ion-progress-bar.js +1 -1
- package/components/ion-range.js +3 -3
- package/components/ion-refresher-content.js +1 -1
- package/components/ion-refresher.js +1 -1
- package/components/ion-reorder-group.js +1 -1
- package/components/ion-reorder.js +1 -1
- package/components/ion-router-link.js +2 -2
- package/components/ion-router-outlet.js +1 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +4 -4
- package/components/ion-segment-button.js +40 -9
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -2
- package/components/ion-segment.js +2 -2
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +39 -12
- package/components/ion-skeleton-text.js +2 -2
- package/components/ion-split-pane.js +2 -2
- package/components/ion-tab-bar.js +2 -2
- package/components/ion-tab-button.js +2 -2
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +1 -1
- package/components/ion-text.js +2 -2
- package/components/ion-textarea.js +2 -2
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +3 -3
- package/components/label.js +2 -2
- package/components/list-header.js +2 -2
- package/components/modal.js +4 -4
- package/components/picker-column-option.js +2 -2
- package/components/picker-column2.js +2 -2
- package/components/popover.js +2 -2
- package/components/radio-group.js +2 -39
- package/components/radio.js +3 -3
- package/components/ripple-effect.js +1 -1
- package/components/select-modal.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +1 -1
- package/components/title.js +2 -2
- package/components/toolbar.js +2 -2
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-05579976.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-4be3f90d.js} +11 -0
- package/dist/cjs/{index-3652c918.js → index-0ff61d0b.js} +1 -1
- package/dist/cjs/{index-e975c92b.js → index-26bb7e42.js} +3 -3
- package/dist/cjs/{index-0d762bba.js → index-6770fc00.js} +1 -1
- package/dist/cjs/{index-9509ecad.js → index-ad7a712e.js} +1 -1
- package/dist/cjs/index.cjs.js +7 -7
- package/dist/cjs/{input-shims-cd05268a.js → input-shims-fd997b01.js} +2 -2
- package/dist/cjs/{input.utils-ffb2f81b.js → input.utils-c15a1814.js} +1 -1
- package/dist/cjs/ion-accordion_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +3 -3
- package/dist/cjs/ion-alert.cjs.entry.js +3 -3
- package/dist/cjs/ion-app_8.cjs.entry.js +13 -13
- package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-back-button.cjs.entry.js +1 -1
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-button_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-card_5.cjs.entry.js +1 -1
- package/dist/cjs/ion-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-datetime-button.cjs.entry.js +1 -1
- package/dist/cjs/ion-datetime_3.cjs.entry.js +7 -7
- package/dist/cjs/ion-fab_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-img.cjs.entry.js +1 -1
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +3 -3
- package/dist/cjs/ion-item-option_3.cjs.entry.js +6 -6
- package/dist/cjs/ion-item_8.cjs.entry.js +12 -12
- package/dist/cjs/ion-loading.cjs.entry.js +5 -5
- package/dist/cjs/ion-menu_3.cjs.entry.js +10 -10
- package/dist/cjs/ion-modal.cjs.entry.js +9 -9
- package/dist/cjs/ion-nav_2.cjs.entry.js +6 -6
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column.cjs.entry.js +1 -1
- package/dist/cjs/ion-picker.cjs.entry.js +1 -1
- package/dist/cjs/ion-popover.cjs.entry.js +6 -6
- package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/ion-radio_2.cjs.entry.js +5 -40
- package/dist/cjs/ion-range.cjs.entry.js +5 -5
- package/dist/cjs/ion-refresher_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-reorder_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
- package/dist/cjs/ion-route_4.cjs.entry.js +3 -3
- package/dist/cjs/ion-searchbar.cjs.entry.js +5 -5
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +42 -11
- package/dist/cjs/ion-select-modal.cjs.entry.js +4 -4
- package/dist/cjs/ion-select_3.cjs.entry.js +44 -17
- package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -5
- package/dist/cjs/ion-tab_2.cjs.entry.js +5 -5
- package/dist/cjs/ion-text.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +5 -5
- package/dist/cjs/ion-toast.cjs.entry.js +5 -5
- package/dist/cjs/ion-toggle.cjs.entry.js +4 -4
- package/dist/cjs/ionic.cjs.js +1 -1
- package/dist/cjs/{ios.transition-0e664e88.js → ios.transition-a4f35c55.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{md.transition-2e8aef2c.js → md.transition-cdf904e6.js} +2 -2
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-a0c464d1.js} +1 -1
- package/dist/cjs/{overlays-65fdaff6.js → overlays-86695cf1.js} +2 -2
- package/dist/cjs/{status-tap-d74f1429.js → status-tap-1a2485c1.js} +2 -2
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-47a52b83.js} +1 -1
- package/dist/collection/components/item-divider/item-divider.js +2 -2
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +2 -2
- package/dist/collection/components/item-options/item-options.js +1 -1
- package/dist/collection/components/item-sliding/item-sliding.js +1 -1
- package/dist/collection/components/label/label.js +2 -2
- package/dist/collection/components/list-header/list-header.js +2 -2
- package/dist/collection/components/loading/loading.js +2 -2
- package/dist/collection/components/menu/menu.js +2 -2
- package/dist/collection/components/menu-button/menu-button.js +2 -2
- package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
- package/dist/collection/components/modal/modal.js +4 -4
- package/dist/collection/components/nav/nav.js +1 -1
- package/dist/collection/components/nav-link/nav-link.js +1 -1
- package/dist/collection/components/note/note.js +2 -2
- package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
- package/dist/collection/components/picker-legacy/picker.js +2 -2
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
- package/dist/collection/components/popover/popover.js +2 -2
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio/radio.js +3 -3
- package/dist/collection/components/radio-group/radio-group.js +1 -72
- package/dist/collection/components/range/range.js +3 -3
- package/dist/collection/components/refresher/refresher.js +1 -1
- package/dist/collection/components/refresher-content/refresher-content.js +1 -1
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +1 -1
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
- package/dist/collection/components/router-link/router-link.js +2 -2
- package/dist/collection/components/router-outlet/router-outlet.js +1 -1
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +4 -4
- package/dist/collection/components/segment/segment.js +2 -2
- package/dist/collection/components/segment-button/segment-button.js +40 -9
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.js +2 -2
- package/dist/collection/components/select/select.js +38 -11
- package/dist/collection/components/select-modal/select-modal.js +1 -1
- package/dist/collection/components/select-option/select-option.js +1 -1
- package/dist/collection/components/select-popover/select-popover.js +1 -1
- package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/split-pane/split-pane.js +2 -2
- package/dist/collection/components/tab/tab.js +2 -2
- package/dist/collection/components/tab-bar/tab-bar.js +2 -2
- package/dist/collection/components/tab-button/tab-button.js +2 -2
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/text/text.js +2 -2
- package/dist/collection/components/textarea/textarea.js +2 -2
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/toolbar/toolbar.js +2 -2
- package/dist/collection/utils/helpers.js +10 -0
- package/dist/docs.json +1 -49
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-9b49d7d2.js} +11 -1
- package/dist/esm/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
- package/dist/esm/{index-2f7fde3d.js → index-6a5baab0.js} +3 -3
- package/dist/esm/{index-cb21eccb.js → index-7105cd59.js} +1 -1
- package/dist/esm/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
- package/dist/esm/index.js +7 -7
- package/dist/esm/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +2 -2
- package/dist/esm/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
- package/dist/esm/ion-accordion_2.entry.js +1 -1
- package/dist/esm/ion-action-sheet.entry.js +3 -3
- package/dist/esm/ion-alert.entry.js +3 -3
- package/dist/esm/ion-app_8.entry.js +13 -13
- package/dist/esm/ion-avatar_3.entry.js +1 -1
- package/dist/esm/ion-back-button.entry.js +1 -1
- package/dist/esm/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm/ion-button_2.entry.js +1 -1
- package/dist/esm/ion-card_5.entry.js +1 -1
- package/dist/esm/ion-checkbox.entry.js +1 -1
- package/dist/esm/ion-col_3.entry.js +1 -1
- package/dist/esm/ion-datetime-button.entry.js +1 -1
- package/dist/esm/ion-datetime_3.entry.js +7 -7
- package/dist/esm/ion-fab_3.entry.js +1 -1
- package/dist/esm/ion-img.entry.js +1 -1
- package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +3 -3
- package/dist/esm/ion-item-option_3.entry.js +6 -6
- package/dist/esm/ion-item_8.entry.js +12 -12
- package/dist/esm/ion-loading.entry.js +5 -5
- package/dist/esm/ion-menu_3.entry.js +10 -10
- package/dist/esm/ion-modal.entry.js +9 -9
- package/dist/esm/ion-nav_2.entry.js +6 -6
- package/dist/esm/ion-picker-column-option.entry.js +3 -3
- package/dist/esm/ion-picker-column.entry.js +1 -1
- package/dist/esm/ion-picker.entry.js +1 -1
- package/dist/esm/ion-popover.entry.js +6 -6
- package/dist/esm/ion-progress-bar.entry.js +2 -2
- package/dist/esm/ion-radio_2.entry.js +5 -40
- package/dist/esm/ion-range.entry.js +5 -5
- package/dist/esm/ion-refresher_2.entry.js +4 -4
- package/dist/esm/ion-reorder_2.entry.js +4 -4
- package/dist/esm/ion-ripple-effect.entry.js +1 -1
- package/dist/esm/ion-route_4.entry.js +3 -3
- package/dist/esm/ion-searchbar.entry.js +5 -5
- package/dist/esm/ion-segment-content.entry.js +1 -1
- package/dist/esm/ion-segment-view.entry.js +2 -2
- package/dist/esm/ion-segment_2.entry.js +42 -11
- package/dist/esm/ion-select-modal.entry.js +4 -4
- package/dist/esm/ion-select_3.entry.js +44 -17
- package/dist/esm/ion-spinner.entry.js +1 -1
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +5 -5
- package/dist/esm/ion-tab_2.entry.js +5 -5
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +5 -5
- package/dist/esm/ion-toast.entry.js +5 -5
- package/dist/esm/ion-toggle.entry.js +4 -4
- package/dist/esm/ionic.js +1 -1
- package/dist/esm/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{md.transition-571b3859.js → md.transition-a560e0e2.js} +2 -2
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
- package/dist/esm/{overlays-5deab4de.js → overlays-9a81f230.js} +2 -2
- package/dist/esm/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +2 -2
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
- package/dist/esm-es5/{framework-delegate-63d1a679.js → framework-delegate-f683816e.js} +1 -1
- package/dist/esm-es5/{helpers-da915de8.js → helpers-9b49d7d2.js} +1 -1
- package/dist/esm-es5/{index-79b30591.js → index-5a0f5fd0.js} +1 -1
- package/dist/esm-es5/{index-2f7fde3d.js → index-6a5baab0.js} +1 -1
- package/dist/esm-es5/{index-cb21eccb.js → index-7105cd59.js} +1 -1
- package/dist/esm-es5/{index-efb8ecdf.js → index-dd0f7395.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/{input-shims-2fd7c6ef.js → input-shims-dff819a9.js} +1 -1
- package/dist/esm-es5/{input.utils-961c9f17.js → input.utils-2f1029cf.js} +1 -1
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-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-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.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.js +1 -1
- package/dist/esm-es5/{ios.transition-b1da3753.js → ios.transition-314468a2.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-a560e0e2.js +4 -0
- package/dist/esm-es5/{notch-controller-55b09e11.js → notch-controller-3dc61260.js} +1 -1
- package/dist/esm-es5/{overlays-5deab4de.js → overlays-9a81f230.js} +1 -1
- package/dist/esm-es5/{status-tap-79eac0ac.js → status-tap-d07dbc82.js} +1 -1
- package/dist/esm-es5/{swipe-back-e5394307.js → swipe-back-23ee7ab1.js} +1 -1
- package/dist/html.html-data.json +0 -8
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/{p-6f0f433c.entry.js → p-02e23f26.entry.js} +1 -1
- package/dist/ionic/{p-797204e3.entry.js → p-037fc3f3.entry.js} +1 -1
- package/dist/ionic/{p-b3c60433.system.js → p-058e61eb.system.js} +1 -1
- package/dist/ionic/{p-1fdf3d2e.system.entry.js → p-0bfffa34.system.entry.js} +1 -1
- package/dist/ionic/{p-7ed1657c.system.entry.js → p-0eb2553a.system.entry.js} +1 -1
- package/dist/ionic/{p-a2cc2247.system.entry.js → p-10327ad2.system.entry.js} +1 -1
- package/dist/ionic/p-14be4015.entry.js +4 -0
- package/dist/ionic/{p-5a064906.entry.js → p-155c2bb0.entry.js} +1 -1
- package/dist/ionic/{p-a8f2c254.entry.js → p-155f4d90.entry.js} +1 -1
- package/dist/ionic/{p-2f43663c.system.entry.js → p-16799667.system.entry.js} +1 -1
- package/dist/ionic/p-16bfb979.system.entry.js +4 -0
- package/dist/ionic/{p-0445f081.system.entry.js → p-179bf9d1.system.entry.js} +1 -1
- package/dist/ionic/{p-2346ab53.system.entry.js → p-18e101b7.system.entry.js} +1 -1
- package/dist/ionic/p-1f405274.js +4 -0
- package/dist/ionic/p-21227121.js +4 -0
- package/dist/ionic/{p-7513b0c4.js → p-22149a4f.js} +1 -1
- package/dist/ionic/{p-9659caca.system.entry.js → p-2507278c.system.entry.js} +1 -1
- package/dist/ionic/{p-4fb8b6f8.system.entry.js → p-2515cb4d.system.entry.js} +1 -1
- package/dist/ionic/{p-959886ca.entry.js → p-265939f0.entry.js} +1 -1
- package/dist/ionic/{p-c078a25d.system.entry.js → p-2abae1cc.system.entry.js} +1 -1
- package/dist/ionic/{p-34b11c24.js → p-2bc73fb5.js} +1 -1
- package/dist/ionic/p-2c9eb774.system.js +4 -0
- package/dist/ionic/{p-308d9b4c.entry.js → p-2cbe5399.entry.js} +1 -1
- package/dist/ionic/{p-08f8804f.system.entry.js → p-2ef3c7ee.system.entry.js} +1 -1
- package/dist/ionic/{p-6270042b.system.entry.js → p-31a6efce.system.entry.js} +1 -1
- package/dist/ionic/p-322c5fb4.system.js +1 -1
- package/dist/ionic/{p-eb027b33.entry.js → p-34479cfb.entry.js} +1 -1
- package/dist/ionic/p-346b2baf.js +4 -0
- package/dist/ionic/{p-b1eb86fd.entry.js → p-36c448fe.entry.js} +1 -1
- package/dist/ionic/{p-1ab13b2b.js → p-39dd4f62.js} +1 -1
- package/dist/ionic/p-3e99e3e0.entry.js +4 -0
- package/dist/ionic/{p-2034ff3e.entry.js → p-41780810.entry.js} +1 -1
- package/dist/ionic/{p-468b7fe5.system.entry.js → p-424eb140.system.entry.js} +1 -1
- package/dist/ionic/{p-58fff30e.entry.js → p-42c9deb1.entry.js} +1 -1
- package/dist/ionic/{p-a15ddedb.system.js → p-4452a8ac.system.js} +1 -1
- package/dist/ionic/{p-933727f9.system.entry.js → p-484d855b.system.entry.js} +2 -2
- package/dist/ionic/p-49a0e74c.entry.js +4 -0
- package/dist/ionic/{p-52d7a191.entry.js → p-4ad78edc.entry.js} +1 -1
- package/dist/ionic/{p-28706c6f.js → p-4d3a5f86.js} +1 -1
- package/dist/ionic/{p-71c66f13.system.entry.js → p-4d413973.system.entry.js} +1 -1
- package/dist/ionic/{p-d4c9f8f6.system.entry.js → p-5010643d.system.entry.js} +1 -1
- package/dist/ionic/{p-19ea7bff.system.js → p-5126cf1e.system.js} +1 -1
- package/dist/ionic/p-52245809.js +4 -0
- package/dist/ionic/p-56da53ad.system.entry.js +4 -0
- package/dist/ionic/{p-a88dec0d.system.js → p-578efda4.system.js} +1 -1
- package/dist/ionic/{p-fd257e86.system.entry.js → p-5882bffa.system.entry.js} +1 -1
- package/dist/ionic/{p-571f7efd.entry.js → p-5b932840.entry.js} +1 -1
- package/dist/ionic/{p-a3db8ee3.js → p-5c9324c6.js} +1 -1
- package/dist/ionic/{p-766477e0.entry.js → p-5fe8b767.entry.js} +1 -1
- package/dist/ionic/{p-59a63a7f.entry.js → p-6190d0d6.entry.js} +1 -1
- package/dist/ionic/{p-f200c0f2.entry.js → p-62af944c.entry.js} +1 -1
- package/dist/ionic/{p-14350389.system.entry.js → p-63c09585.system.entry.js} +2 -2
- package/dist/ionic/{p-e1ebcbb2.system.entry.js → p-65346408.system.entry.js} +1 -1
- package/dist/ionic/{p-a4a2420e.system.entry.js → p-655723eb.system.entry.js} +1 -1
- package/dist/ionic/{p-48d2c8e3.entry.js → p-6d32975a.entry.js} +1 -1
- package/dist/ionic/{p-120fb79a.entry.js → p-70af0afb.entry.js} +1 -1
- package/dist/ionic/{p-e3e4ac8f.system.entry.js → p-70ccc275.system.entry.js} +2 -2
- package/dist/ionic/{p-6c95736e.entry.js → p-712fedc9.entry.js} +1 -1
- package/dist/ionic/p-72ec9a26.entry.js +4 -0
- package/dist/ionic/{p-0eb35a7f.system.js → p-73897169.system.js} +1 -1
- package/dist/ionic/{p-d12c8b7c.entry.js → p-73dc4950.entry.js} +1 -1
- package/dist/ionic/{p-65493214.system.entry.js → p-7458862e.system.entry.js} +1 -1
- package/dist/ionic/{p-d1918f92.entry.js → p-76446a85.entry.js} +1 -1
- package/dist/ionic/{p-e7bfd50d.system.entry.js → p-77e7b7b6.system.entry.js} +1 -1
- package/dist/ionic/{p-72812e99.js → p-7a1766d6.js} +1 -1
- package/dist/ionic/{p-34093a29.system.entry.js → p-7ae680ba.system.entry.js} +1 -1
- package/dist/ionic/{p-aacfc8f1.entry.js → p-7b98cebe.entry.js} +1 -1
- package/dist/ionic/{p-ef2b566d.entry.js → p-80c6d619.entry.js} +1 -1
- package/dist/ionic/{p-1e67b266.system.entry.js → p-84d08aae.system.entry.js} +1 -1
- package/dist/ionic/{p-7de1e42c.system.js → p-860eb968.system.js} +1 -1
- package/dist/ionic/{p-2b0ce71f.entry.js → p-8818edd8.entry.js} +1 -1
- package/dist/ionic/{p-c4238c12.system.js → p-8e407469.system.js} +1 -1
- package/dist/ionic/{p-1eb2e3bc.system.entry.js → p-92365bc1.system.entry.js} +1 -1
- package/dist/ionic/{p-bac6d8b8.system.entry.js → p-93e3654c.system.entry.js} +1 -1
- package/dist/ionic/{p-d7aa6b00.entry.js → p-955c3eb8.entry.js} +1 -1
- package/dist/ionic/{p-7d6d8f1f.entry.js → p-95775830.entry.js} +1 -1
- package/dist/ionic/{p-8635f5e6.system.js → p-95da3ae2.system.js} +1 -1
- package/dist/ionic/{p-15d18206.entry.js → p-97a65908.entry.js} +1 -1
- package/dist/ionic/{p-b6efeab8.js → p-990630ca.js} +1 -1
- package/dist/ionic/{p-f0270b8c.entry.js → p-9962f63f.entry.js} +1 -1
- package/dist/ionic/{p-b9d7015f.entry.js → p-9b3bb24e.entry.js} +1 -1
- package/dist/ionic/{p-eb86eafb.entry.js → p-9de5c787.entry.js} +1 -1
- package/dist/ionic/{p-13966709.entry.js → p-a18470c6.entry.js} +1 -1
- package/dist/ionic/{p-248318e0.system.entry.js → p-a584c79d.system.entry.js} +1 -1
- package/dist/ionic/{p-c8c015fa.entry.js → p-a5b31c0f.entry.js} +1 -1
- package/dist/ionic/{p-01186920.system.entry.js → p-a9e24ae2.system.entry.js} +1 -1
- package/dist/ionic/{p-5c08627a.system.js → p-acb30a5c.system.js} +1 -1
- package/dist/ionic/{p-8ac07653.system.entry.js → p-acc8399c.system.entry.js} +1 -1
- package/dist/ionic/{p-b8427d77.entry.js → p-af09741c.entry.js} +1 -1
- package/dist/ionic/{p-d22e2a38.system.js → p-af452fa4.system.js} +1 -1
- package/dist/ionic/{p-e09d6392.system.entry.js → p-af744710.system.entry.js} +1 -1
- package/dist/ionic/{p-442e3021.entry.js → p-afecb188.entry.js} +1 -1
- package/dist/ionic/{p-3ad285e3.system.js → p-b3680e2f.system.js} +1 -1
- package/dist/ionic/{p-b51e4004.js → p-bb11d9fb.js} +1 -1
- package/dist/ionic/{p-081a4ce4.entry.js → p-bb2a6761.entry.js} +1 -1
- package/dist/ionic/{p-948e6c6a.entry.js → p-bc616455.entry.js} +1 -1
- package/dist/ionic/{p-d3a4e061.entry.js → p-c32644d7.entry.js} +1 -1
- package/dist/ionic/{p-4c98e2cf.system.js → p-c3802319.system.js} +1 -1
- package/dist/ionic/{p-c41ac815.entry.js → p-c8d645b3.entry.js} +1 -1
- package/dist/ionic/{p-f1c4dcd4.js → p-c935cfc9.js} +1 -1
- package/dist/ionic/{p-102e55aa.system.entry.js → p-d1172fe3.system.entry.js} +1 -1
- package/dist/ionic/{p-3cc276f4.js → p-d4ca0475.js} +1 -1
- package/dist/ionic/{p-7a6eaf9e.entry.js → p-d7bb5325.entry.js} +1 -1
- package/dist/ionic/{p-a090bce8.system.entry.js → p-d821466d.system.entry.js} +1 -1
- package/dist/ionic/{p-ada36597.system.js → p-d99e8644.system.js} +1 -1
- package/dist/ionic/{p-58d5df0c.system.entry.js → p-da8ef548.system.entry.js} +1 -1
- package/dist/ionic/{p-985a7e17.system.entry.js → p-dc146a2a.system.entry.js} +1 -1
- package/dist/ionic/{p-cac0e0b3.system.entry.js → p-dd0c9350.system.entry.js} +1 -1
- package/dist/ionic/p-df862603.entry.js +4 -0
- package/dist/ionic/{p-b0dce4ab.system.entry.js → p-e2e19375.system.entry.js} +1 -1
- package/dist/ionic/{p-05b74e45.system.entry.js → p-e32557bb.system.entry.js} +1 -1
- package/dist/ionic/{p-46d78904.entry.js → p-e5849f8d.entry.js} +1 -1
- package/dist/ionic/{p-15e76dd1.entry.js → p-e8f34871.entry.js} +1 -1
- package/dist/ionic/{p-d8a385f2.system.entry.js → p-ed75fcfb.system.entry.js} +1 -1
- package/dist/ionic/{p-1854b62d.system.entry.js → p-eeb5cb45.system.entry.js} +2 -2
- package/dist/ionic/{p-a9b68560.system.entry.js → p-efbf5af5.system.entry.js} +1 -1
- package/dist/ionic/{p-9fd14430.system.entry.js → p-f2613334.system.entry.js} +1 -1
- package/dist/ionic/{p-6b888f65.system.entry.js → p-f301a694.system.entry.js} +1 -1
- package/dist/ionic/{p-f03b3a76.system.entry.js → p-f56752be.system.entry.js} +1 -1
- package/dist/ionic/{p-e76dae93.entry.js → p-f5d6624d.entry.js} +1 -1
- package/dist/ionic/{p-03692b8d.system.entry.js → p-f78af648.system.entry.js} +1 -1
- package/dist/ionic/{p-63b0abde.system.entry.js → p-f89cf011.system.entry.js} +1 -1
- package/dist/ionic/p-fbf86e62.system.js +4 -0
- package/dist/ionic/{p-7b9a2b23.entry.js → p-fca17935.entry.js} +1 -1
- package/dist/ionic/{p-ed059cb7.system.entry.js → p-fca6ef5f.system.entry.js} +1 -1
- package/dist/ionic/{p-d1d88a4a.entry.js → p-fec13c57.entry.js} +1 -1
- package/dist/types/components/radio-group/radio-group.d.ts +0 -15
- package/dist/types/components/segment-button/segment-button.d.ts +2 -1
- package/dist/types/components.d.ts +0 -16
- package/dist/types/utils/helpers.d.ts +1 -0
- package/hydrate/index.js +178 -147
- package/hydrate/index.mjs +178 -147
- package/package.json +2 -2
- package/dist/collection/components/radio-group/radio-group.ios.css +0 -202
- package/dist/collection/components/radio-group/radio-group.md.css +0 -202
- package/dist/esm-es5/md.transition-571b3859.js +0 -4
- package/dist/ionic/p-073b47c8.system.entry.js +0 -4
- package/dist/ionic/p-0af823e1.js +0 -4
- package/dist/ionic/p-116f21ad.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-702bc67d.entry.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-9343a445.js +0 -4
- package/dist/ionic/p-c5d5571d.system.entry.js +0 -4
- package/dist/ionic/p-cb13696c.js +0 -4
- package/dist/ionic/p-d1c5b60e.system.js +0 -4
- package/dist/ionic/p-edbf38cf.entry.js +0 -4
- package/dist/ionic/p-ef67a752.entry.js +0 -4
- package/dist/ionic/p-efe06d98.entry.js +0 -4
package/hydrate/index.mjs
CHANGED
|
@@ -2706,6 +2706,16 @@ const shallowEqualStringMap = (map1, map2) => {
|
|
|
2706
2706
|
}
|
|
2707
2707
|
return true;
|
|
2708
2708
|
};
|
|
2709
|
+
const getNextSiblingOfType = (element) => {
|
|
2710
|
+
let sibling = element.nextSibling;
|
|
2711
|
+
while (sibling) {
|
|
2712
|
+
if (sibling.nodeType === Node.ELEMENT_NODE && sibling !== null) {
|
|
2713
|
+
return sibling;
|
|
2714
|
+
}
|
|
2715
|
+
sibling = sibling.nextSibling;
|
|
2716
|
+
}
|
|
2717
|
+
return null;
|
|
2718
|
+
};
|
|
2709
2719
|
|
|
2710
2720
|
/* Ionicons v7.2.2, ES Modules */
|
|
2711
2721
|
const arrowBackSharp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292' class='ionicon-fill-none'/></svg>";
|
|
@@ -15897,11 +15907,11 @@ class ItemDivider {
|
|
|
15897
15907
|
}
|
|
15898
15908
|
render() {
|
|
15899
15909
|
const mode = getIonMode$1(this);
|
|
15900
|
-
return (hAsync(Host, { key: '
|
|
15910
|
+
return (hAsync(Host, { key: '6cff318230a9b2a9db529df154285d3dd9822efe', class: createColorClasses$1(this.color, {
|
|
15901
15911
|
[mode]: true,
|
|
15902
15912
|
'item-divider-sticky': this.sticky,
|
|
15903
15913
|
item: true,
|
|
15904
|
-
}) }, hAsync("slot", { key: '
|
|
15914
|
+
}) }, hAsync("slot", { key: 'eb50dfab74ab0fd13697db17ecd60e8fa0bf1750', name: "start" }), hAsync("div", { key: '2806efd89d086f4fb844a479d9c095e1e0775713', class: "item-divider-inner" }, hAsync("div", { key: '77b7d5fa987e5f1c26d8023cd1f974a8a263a3de', class: "item-divider-wrapper" }, hAsync("slot", { key: 'dbafb0deb140a19a2a9748fd5b48760c39c6fd2e' })), hAsync("slot", { key: 'ef9a848fe21e84ef21cd273b8a4d9f95f558175b', name: "end" }))));
|
|
15905
15915
|
}
|
|
15906
15916
|
get el() { return getElement(this); }
|
|
15907
15917
|
static get style() { return {
|
|
@@ -15933,7 +15943,7 @@ class ItemGroup {
|
|
|
15933
15943
|
}
|
|
15934
15944
|
render() {
|
|
15935
15945
|
const mode = getIonMode$1(this);
|
|
15936
|
-
return (hAsync(Host, { key: '
|
|
15946
|
+
return (hAsync(Host, { key: 'f9ffe0290d3fa546494fe55f952d8554f2a8abf8', role: "group", class: {
|
|
15937
15947
|
[mode]: true,
|
|
15938
15948
|
// Used internally for styling
|
|
15939
15949
|
[`item-group-${mode}`]: true,
|
|
@@ -16001,12 +16011,12 @@ class ItemOption {
|
|
|
16001
16011
|
href: this.href,
|
|
16002
16012
|
target: this.target,
|
|
16003
16013
|
};
|
|
16004
|
-
return (hAsync(Host, { key: '
|
|
16014
|
+
return (hAsync(Host, { key: '89310624997821858c1abde60c0ffb142ca466e0', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
16005
16015
|
[mode]: true,
|
|
16006
16016
|
'item-option-disabled': disabled,
|
|
16007
16017
|
'item-option-expandable': expandable,
|
|
16008
16018
|
'ion-activatable': true,
|
|
16009
|
-
}) }, hAsync(TagType, Object.assign({ key: '
|
|
16019
|
+
}) }, hAsync(TagType, Object.assign({ key: 'e4dfbb3048eed03a7f7e84c6f75545e0ca9b45fb' }, attrs, { class: "button-native", part: "native", disabled: disabled }), hAsync("span", { key: 'dffcf437fbdc15f2e7a19e60a015e90c73c8377d', class: "button-inner" }, hAsync("slot", { key: '48a23512e0601e062118d8b2c46c8bb96f25509f', name: "top" }), hAsync("div", { key: '952a9a9aa3a476aa1f4408d7e208bf9e916b8c30', class: "horizontal-wrapper" }, hAsync("slot", { key: 'f8d18a61c1ecec4a22a55443cf72bbc51383b64f', name: "start" }), hAsync("slot", { key: '1f9f219e6f879d2e0bf6d80cf0d3f518eb14ce0e', name: "icon-only" }), hAsync("slot", { key: 'a55adcdbe68131e5b1855c2dd45dd9454ab544fb' }), hAsync("slot", { key: '3c4c85a4fbb7efc797d8bc5adf6d238da022ff9f', name: "end" })), hAsync("slot", { key: '503c7e4b306745c523f57f24399ea06ba9b1e21d', name: "bottom" })), mode === 'md' && hAsync("ion-ripple-effect", { key: 'b0e270b0c4f3ff9f9b6d74bad12a9278d7633226' }))));
|
|
16010
16020
|
}
|
|
16011
16021
|
get el() { return getElement(this); }
|
|
16012
16022
|
static get style() { return {
|
|
@@ -16053,7 +16063,7 @@ class ItemOptions {
|
|
|
16053
16063
|
render() {
|
|
16054
16064
|
const mode = getIonMode$1(this);
|
|
16055
16065
|
const isEnd = isEndSide(this.side);
|
|
16056
|
-
return (hAsync(Host, { key: '
|
|
16066
|
+
return (hAsync(Host, { key: '6d91399d2aaaa81d514d0bbc8dffe53eeec25d36', class: {
|
|
16057
16067
|
[mode]: true,
|
|
16058
16068
|
// Used internally for styling
|
|
16059
16069
|
[`item-options-${mode}`]: true,
|
|
@@ -16515,7 +16525,7 @@ class ItemSliding {
|
|
|
16515
16525
|
}
|
|
16516
16526
|
render() {
|
|
16517
16527
|
const mode = getIonMode$1(this);
|
|
16518
|
-
return (hAsync(Host, { key: '
|
|
16528
|
+
return (hAsync(Host, { key: '47a3edd2ef2080ed9cfc2784277dea09785c7dc4', class: {
|
|
16519
16529
|
[mode]: true,
|
|
16520
16530
|
'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
|
|
16521
16531
|
'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
|
|
@@ -16624,13 +16634,13 @@ class Label {
|
|
|
16624
16634
|
render() {
|
|
16625
16635
|
const position = this.position;
|
|
16626
16636
|
const mode = getIonMode$1(this);
|
|
16627
|
-
return (hAsync(Host, { key: '
|
|
16637
|
+
return (hAsync(Host, { key: '6353a70565ef6fbbbf4042b000e536c61bcf99a9', class: createColorClasses$1(this.color, {
|
|
16628
16638
|
[mode]: true,
|
|
16629
16639
|
'in-item-color': hostContext('ion-item.ion-color', this.el),
|
|
16630
16640
|
[`label-${position}`]: position !== undefined,
|
|
16631
16641
|
[`label-no-animate`]: this.noAnimate,
|
|
16632
16642
|
'label-rtl': document.dir === 'rtl',
|
|
16633
|
-
}) }, hAsync("slot", { key: '
|
|
16643
|
+
}) }, hAsync("slot", { key: '6ef9c2758c0168442aa84941af0a6cec1ef1ec21' })));
|
|
16634
16644
|
}
|
|
16635
16645
|
get el() { return getElement(this); }
|
|
16636
16646
|
static get watchers() { return {
|
|
@@ -16732,10 +16742,10 @@ class ListHeader {
|
|
|
16732
16742
|
render() {
|
|
16733
16743
|
const { lines } = this;
|
|
16734
16744
|
const mode = getIonMode$1(this);
|
|
16735
|
-
return (hAsync(Host, { key: '
|
|
16745
|
+
return (hAsync(Host, { key: 'fb78bd8601cbd7b90ec84a96e0c8325be1132b1e', class: createColorClasses$1(this.color, {
|
|
16736
16746
|
[mode]: true,
|
|
16737
16747
|
[`list-header-lines-${lines}`]: lines !== undefined,
|
|
16738
|
-
}) }, hAsync("div", { key: '
|
|
16748
|
+
}) }, hAsync("div", { key: '2580ad49f3a54973e15f14d645a1e55a6fa066ac', class: "list-header-inner" }, hAsync("slot", { key: '677b2e2ec8eeb3ae6ad329e86c76451cf3ae6c2f' }))));
|
|
16739
16749
|
}
|
|
16740
16750
|
static get style() { return {
|
|
16741
16751
|
ios: IonListHeaderIosStyle0,
|
|
@@ -17004,9 +17014,9 @@ class Loading {
|
|
|
17004
17014
|
* Otherwise, don't set aria-labelledby.
|
|
17005
17015
|
*/
|
|
17006
17016
|
const ariaLabelledBy = message !== undefined ? msgId : null;
|
|
17007
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
17017
|
+
return (hAsync(Host, Object.assign({ key: 'd97f536b7f443ea19a2bbf2dcbc7f546b8e0a092', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
|
|
17008
17018
|
zIndex: `${40000 + this.overlayIndex}`,
|
|
17009
|
-
}, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '
|
|
17019
|
+
}, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '6cd39bd7912fd080ab59d041644054c96d238ea9', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: 'c14ca5a9308844f11bcb010257e15208a75b39bc', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: '118bceefa8e1cf8b225a858f224e6d919cf03c26', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (hAsync("div", { key: '490d6e8ae4433835fe273162d7b90deab944fb39', class: "loading-spinner" }, hAsync("ion-spinner", { key: 'c5cf6549c43df4cb23814b3e62ec4d9e7ea2b64f', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), hAsync("div", { key: '2b888362122d3b66b0492d53b0c21bd6a2a97501', tabindex: "0", "aria-hidden": "true" })));
|
|
17010
17020
|
}
|
|
17011
17021
|
get el() { return getElement(this); }
|
|
17012
17022
|
static get watchers() { return {
|
|
@@ -18014,14 +18024,14 @@ class Menu {
|
|
|
18014
18024
|
* the ionBackButton listener in the menu controller
|
|
18015
18025
|
* will handle closing the menu when Escape is pressed.
|
|
18016
18026
|
*/
|
|
18017
|
-
return (hAsync(Host, { key: '
|
|
18027
|
+
return (hAsync(Host, { key: 'da96fdb4c5ddf60e615cc4cdda7ccdb3fd7e089b', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
|
|
18018
18028
|
[mode]: true,
|
|
18019
18029
|
[`menu-type-${type}`]: true,
|
|
18020
18030
|
'menu-enabled': !disabled,
|
|
18021
18031
|
[`menu-side-${side}`]: true,
|
|
18022
18032
|
'menu-pane-visible': isPaneVisible,
|
|
18023
18033
|
'split-pane-side': hostContext('ion-split-pane', el),
|
|
18024
|
-
} }, hAsync("div", { key: '
|
|
18034
|
+
} }, hAsync("div", { key: '894e680fe227534711128c7aca980964ddb5a08a', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, hAsync("slot", { key: 'e9f5934518dc0cceaeadf1f2820614595fec6bc9' })), hAsync("ion-backdrop", { key: '7282077817657b1bb6c155f1404c0a519fece993', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
|
|
18025
18035
|
}
|
|
18026
18036
|
get el() { return getElement(this); }
|
|
18027
18037
|
static get watchers() { return {
|
|
@@ -18124,7 +18134,7 @@ class MenuButton {
|
|
|
18124
18134
|
type: this.type,
|
|
18125
18135
|
};
|
|
18126
18136
|
const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
|
|
18127
|
-
return (hAsync(Host, { key: '
|
|
18137
|
+
return (hAsync(Host, { key: '7ec29715ce7926b7c2b08f3d9cac8aaa16b3dc28', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses$1(color, {
|
|
18128
18138
|
[mode]: true,
|
|
18129
18139
|
button: true, // ion-buttons target .button
|
|
18130
18140
|
'menu-button-hidden': hidden,
|
|
@@ -18133,7 +18143,7 @@ class MenuButton {
|
|
|
18133
18143
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
18134
18144
|
'ion-activatable': true,
|
|
18135
18145
|
'ion-focusable': true,
|
|
18136
|
-
}) }, hAsync("button", Object.assign({ key: '
|
|
18146
|
+
}) }, hAsync("button", Object.assign({ key: 'd4c5929264af3ba0328118bcc27d2ab7ef5d3809' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), hAsync("span", { key: '7bfa6e9a93105486623d044861e879ec79ff64f1', class: "button-inner" }, hAsync("slot", { key: '071ab58e285832fc188706166f5547d45d501ac5' }, hAsync("ion-icon", { key: '918ec5d791921de9821c347af4f65f97dd94aabf', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && hAsync("ion-ripple-effect", { key: '00ffdd53f635e706c1dbd01b8e7944498650fe81', type: "unbounded" }))));
|
|
18137
18147
|
}
|
|
18138
18148
|
get el() { return getElement(this); }
|
|
18139
18149
|
static get style() { return {
|
|
@@ -18182,10 +18192,10 @@ class MenuToggle {
|
|
|
18182
18192
|
render() {
|
|
18183
18193
|
const mode = getIonMode$1(this);
|
|
18184
18194
|
const hidden = this.autoHide && !this.visible;
|
|
18185
|
-
return (hAsync(Host, { key: '
|
|
18195
|
+
return (hAsync(Host, { key: '7c27ea5b0795676bf5cb33e1f83aa142c197f64e', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
|
|
18186
18196
|
[mode]: true,
|
|
18187
18197
|
'menu-toggle-hidden': hidden,
|
|
18188
|
-
} }, hAsync("slot", { key: '
|
|
18198
|
+
} }, hAsync("slot", { key: '69f187becedc0fe34603d41d279f043cf0fdf776' })));
|
|
18189
18199
|
}
|
|
18190
18200
|
static get style() { return IonMenuToggleStyle0; }
|
|
18191
18201
|
static get cmpMeta() { return {
|
|
@@ -20412,18 +20422,18 @@ class Modal {
|
|
|
20412
20422
|
const mode = getIonMode$1(this);
|
|
20413
20423
|
const isCardModal = presentingElement !== undefined && mode === 'ios';
|
|
20414
20424
|
const isHandleCycle = handleBehavior === 'cycle';
|
|
20415
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
20425
|
+
return (hAsync(Host, Object.assign({ key: 'ff15df63e72caaeb0a4ad68e9eedeaaa7d3f3bde', "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
20416
20426
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
20417
|
-
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), hAsync("ion-backdrop", { key: '
|
|
20427
|
+
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle }), hAsync("ion-backdrop", { key: '27a73655779af9d175a829d3d2d29e42fd2a63ee', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: '406a65080087e7895026ecc2f04e9d707439e86f', class: "modal-shadow" }), hAsync("div", Object.assign({ key: '8e410eb925374158996c82cbbd522f07d741679e',
|
|
20418
20428
|
/*
|
|
20419
20429
|
role and aria-modal must be used on the
|
|
20420
20430
|
same element. They must also be set inside the
|
|
20421
20431
|
shadow DOM otherwise ion-button will not be highlighted
|
|
20422
20432
|
when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
|
|
20423
20433
|
*/
|
|
20424
|
-
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '
|
|
20434
|
+
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '7326c969ebe5a70a35e83b09d3db2bb848c90e47', class: "modal-handle",
|
|
20425
20435
|
// Prevents the handle from receiving keyboard focus when it does not cycle
|
|
20426
|
-
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), hAsync("slot", { key: '
|
|
20436
|
+
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle" })), hAsync("slot", { key: '0b65cdb9e337a27edf437b9e754e79f1449c217d' }))));
|
|
20427
20437
|
}
|
|
20428
20438
|
get el() { return getElement(this); }
|
|
20429
20439
|
static get watchers() { return {
|
|
@@ -21373,7 +21383,7 @@ class Nav {
|
|
|
21373
21383
|
}
|
|
21374
21384
|
}
|
|
21375
21385
|
render() {
|
|
21376
|
-
return hAsync("slot", { key: '
|
|
21386
|
+
return hAsync("slot", { key: 'dfe98cb6604a2015a49f41beffebdd2da957dfff' });
|
|
21377
21387
|
}
|
|
21378
21388
|
get el() { return getElement(this); }
|
|
21379
21389
|
static get watchers() { return {
|
|
@@ -21446,7 +21456,7 @@ class NavLink {
|
|
|
21446
21456
|
this.routerAnimation = undefined;
|
|
21447
21457
|
}
|
|
21448
21458
|
render() {
|
|
21449
|
-
return hAsync(Host, { key: '
|
|
21459
|
+
return hAsync(Host, { key: 'd2f8545b4fbd5aa25ef36eb01dffbc5d35ccfbb9', onClick: this.onClick });
|
|
21450
21460
|
}
|
|
21451
21461
|
get el() { return getElement(this); }
|
|
21452
21462
|
static get cmpMeta() { return {
|
|
@@ -21480,9 +21490,9 @@ class Note {
|
|
|
21480
21490
|
}
|
|
21481
21491
|
render() {
|
|
21482
21492
|
const mode = getIonMode$1(this);
|
|
21483
|
-
return (hAsync(Host, { key: '
|
|
21493
|
+
return (hAsync(Host, { key: '10a3495bc21166176986441479f8f7539029d161', class: createColorClasses$1(this.color, {
|
|
21484
21494
|
[mode]: true,
|
|
21485
|
-
}) }, hAsync("slot", { key: '
|
|
21495
|
+
}) }, hAsync("slot", { key: 'b6a9459e1b85f608fafd060a4bfeb11637ebe873' })));
|
|
21486
21496
|
}
|
|
21487
21497
|
static get style() { return {
|
|
21488
21498
|
ios: IonNoteIosStyle0,
|
|
@@ -22247,11 +22257,11 @@ class Picker {
|
|
|
22247
22257
|
render() {
|
|
22248
22258
|
const { htmlAttributes } = this;
|
|
22249
22259
|
const mode = getIonMode$1(this);
|
|
22250
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
22260
|
+
return (hAsync(Host, Object.assign({ key: '0712fa8732141848e50ad2e08e2ba66ef2a48991', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
|
|
22251
22261
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
22252
22262
|
}, class: Object.assign({ [mode]: true,
|
|
22253
22263
|
// Used internally for styling
|
|
22254
|
-
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: '
|
|
22264
|
+
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: 'c997632ef0488698739664012de5a6494de438b6', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: '20045054a76cca997b410835fa6b305af22dcb12', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'a73a6ac20b685ed9694d4fa95ea236ce5d63fdbf', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, hAsync("div", { key: '1221cdcc2ff013deeba12170129c8fe78308330c', class: "picker-toolbar" }, this.buttons.map((b) => (hAsync("div", { class: buttonWrapperClass(b) }, hAsync("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass$1(b) }, b.text))))), hAsync("div", { key: '45038a58430a4251100797b902e7034243137564', class: "picker-columns" }, hAsync("div", { key: 'c579bb69cddd4090912855ffd7f59536280f34b9', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => hAsync("ion-picker-legacy-column", { col: c })), hAsync("div", { key: '978c6632d82a97d053b729c9de65dd3af4c4cee2', class: "picker-below-highlight" }))), hAsync("div", { key: 'e7e9dc437a3cf6d559e2cb0df71af69047a2ae31', tabindex: "0", "aria-hidden": "true" })));
|
|
22255
22265
|
}
|
|
22256
22266
|
get el() { return getElement(this); }
|
|
22257
22267
|
static get watchers() { return {
|
|
@@ -23226,9 +23236,9 @@ class PickerColumnCmp {
|
|
|
23226
23236
|
render() {
|
|
23227
23237
|
const col = this.col;
|
|
23228
23238
|
const mode = getIonMode$1(this);
|
|
23229
|
-
return (hAsync(Host, { key: '
|
|
23239
|
+
return (hAsync(Host, { key: 'c015eb8bc01b3287cbd1d71af0aa311b6be89d36', class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
|
|
23230
23240
|
'max-width': this.col.columnWidth,
|
|
23231
|
-
} }, col.prefix && (hAsync("div", { key: '
|
|
23241
|
+
} }, col.prefix && (hAsync("div", { key: 'f9de3fe2f5c7ad3256d6e5f44b6d03a2b1f96ffb', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), hAsync("div", { key: '10f9c12aa174f96c7cf9adc30efbb26695c0aa64', class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (hAsync("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (hAsync("div", { key: '1d9c0892ce56e0da9044c79eb953827166f5190b', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
|
|
23232
23242
|
}
|
|
23233
23243
|
get el() { return getElement(this); }
|
|
23234
23244
|
static get watchers() { return {
|
|
@@ -23332,10 +23342,10 @@ class PickerColumnOption {
|
|
|
23332
23342
|
render() {
|
|
23333
23343
|
const { color, disabled, ariaLabel } = this;
|
|
23334
23344
|
const mode = getIonMode$1(this);
|
|
23335
|
-
return (hAsync(Host, { key: '
|
|
23345
|
+
return (hAsync(Host, { key: 'c743c6ef44bb9f765cc15b3b5d2864de6520203a', class: createColorClasses$1(color, {
|
|
23336
23346
|
[mode]: true,
|
|
23337
23347
|
['option-disabled']: disabled,
|
|
23338
|
-
}) }, hAsync("button", { key: '
|
|
23348
|
+
}) }, hAsync("button", { key: '4c3d9eb245c52b2c007f727e145cfb55759bd7a9', tabindex: "-1", "aria-label": ariaLabel, disabled: disabled, onClick: () => this.onClick() }, hAsync("slot", { key: '4c907d2187cbe9d5941e27f2b12578e2b7271461' }))));
|
|
23339
23349
|
}
|
|
23340
23350
|
get el() { return getElement(this); }
|
|
23341
23351
|
static get watchers() { return {
|
|
@@ -24649,9 +24659,9 @@ class Popover {
|
|
|
24649
24659
|
const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
|
|
24650
24660
|
const desktop = isPlatform('desktop');
|
|
24651
24661
|
const enableArrow = arrow && !parentPopover;
|
|
24652
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
24662
|
+
return (hAsync(Host, Object.assign({ key: 'ffe8b37c9ffb5cac210a7307e6cdfcf78712905b', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
24653
24663
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
24654
|
-
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '
|
|
24664
|
+
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '12b3ffa3928b4d56a4f09c3d2f5d493d47b45255', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: '2c2862d5c7e75b637973c712b4982bf4978c0cdf', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '0cfacc52afaa7abc28c1b7742889d7a1c23a37ad', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: '3ef570c44d4fe7f063dd419008c92c8c40d3cd22', class: "popover-content", part: "content" }, hAsync("slot", { key: '6fc5dfdce20fee1642bc1f05d41b5bf7d1034457' })))));
|
|
24655
24665
|
}
|
|
24656
24666
|
get el() { return getElement(this); }
|
|
24657
24667
|
static get watchers() { return {
|
|
@@ -24743,7 +24753,7 @@ class ProgressBar {
|
|
|
24743
24753
|
const mode = getIonMode$1(this);
|
|
24744
24754
|
// If the progress is displayed as a solid bar.
|
|
24745
24755
|
const progressSolid = buffer === 1;
|
|
24746
|
-
return (hAsync(Host, { key: '
|
|
24756
|
+
return (hAsync(Host, { key: '8d8ddf0b26fe33803d3a6168cbedd523d1a888e7', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses$1(color, {
|
|
24747
24757
|
[mode]: true,
|
|
24748
24758
|
[`progress-bar-${type}`]: true,
|
|
24749
24759
|
'progress-paused': paused,
|
|
@@ -24913,7 +24923,7 @@ class Radio {
|
|
|
24913
24923
|
const { checked, disabled, color, el, justify, labelPlacement, hasLabel, buttonTabindex, alignment } = this;
|
|
24914
24924
|
const mode = getIonMode$1(this);
|
|
24915
24925
|
const inItem = hostContext('ion-item', el);
|
|
24916
|
-
return (hAsync(Host, { key: '
|
|
24926
|
+
return (hAsync(Host, { key: '5a0adab55ad009305de4856fa1b9f93f2279a734', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses$1(color, {
|
|
24917
24927
|
[mode]: true,
|
|
24918
24928
|
'in-item': inItem,
|
|
24919
24929
|
'radio-checked': checked,
|
|
@@ -24924,10 +24934,10 @@ class Radio {
|
|
|
24924
24934
|
// Focus and active styling should not apply when the radio is in an item
|
|
24925
24935
|
'ion-activatable': !inItem,
|
|
24926
24936
|
'ion-focusable': !inItem,
|
|
24927
|
-
}), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, hAsync("label", { key: '
|
|
24937
|
+
}), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, hAsync("label", { key: 'f5673a798e6d87868339f046445f707e1d93b7b6', class: "radio-wrapper" }, hAsync("div", { key: 'e9190c06f75a171cab63e3f74ccf771c3ed87005', class: {
|
|
24928
24938
|
'label-text-wrapper': true,
|
|
24929
24939
|
'label-text-wrapper-hidden': !hasLabel,
|
|
24930
|
-
}, part: "label" }, hAsync("slot", { key: '
|
|
24940
|
+
}, part: "label" }, hAsync("slot", { key: '6cedf4e7b3bd03e4a635727dd7b6094bab64af64' })), hAsync("div", { key: '26dd48d9d2848b7f100b732abdc4a3171adde483', class: "native-wrapper" }, this.renderRadioControl()))));
|
|
24931
24941
|
}
|
|
24932
24942
|
get el() { return getElement(this); }
|
|
24933
24943
|
static get watchers() { return {
|
|
@@ -24960,20 +24970,12 @@ class Radio {
|
|
|
24960
24970
|
}
|
|
24961
24971
|
let radioButtonIds = 0;
|
|
24962
24972
|
|
|
24963
|
-
const radioGroupIosCss = "ion-radio-group{display:block}.supporting-text{line-height:1.5}.error-text{display:none;color:var(--ion-color-danger, #eb445a)}.helper-text{display:block;color:var(--ion-color-step-550, #737373)}.ion-touched.ion-invalid .error-text{display:block}.ion-touched.ion-invalid .helper-text{display:none}ion-list .supporting-text{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px}";
|
|
24964
|
-
var IonRadioGroupIosStyle0 = radioGroupIosCss;
|
|
24965
|
-
|
|
24966
|
-
const radioGroupMdCss = "ion-radio-group{display:block}.supporting-text{line-height:1.5}.error-text{display:none;color:var(--ion-color-danger, #eb445a)}.helper-text{display:block;color:var(--ion-color-step-550, #737373)}.ion-touched.ion-invalid .error-text{display:block}.ion-touched.ion-invalid .helper-text{display:none}ion-list .supporting-text{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px}";
|
|
24967
|
-
var IonRadioGroupMdStyle0 = radioGroupMdCss;
|
|
24968
|
-
|
|
24969
24973
|
class RadioGroup {
|
|
24970
24974
|
constructor(hostRef) {
|
|
24971
24975
|
registerInstance(this, hostRef);
|
|
24972
24976
|
this.ionChange = createEvent(this, "ionChange", 7);
|
|
24973
24977
|
this.ionValueChange = createEvent(this, "ionValueChange", 7);
|
|
24974
24978
|
this.inputId = `ion-rg-${radioGroupIds++}`;
|
|
24975
|
-
this.helperTextId = `${this.inputId}-helper-text`;
|
|
24976
|
-
this.errorTextId = `${this.inputId}-error-text`;
|
|
24977
24979
|
this.labelId = `${this.inputId}-lbl`;
|
|
24978
24980
|
this.setRadioTabindex = (value) => {
|
|
24979
24981
|
const radios = this.getRadios();
|
|
@@ -25025,8 +25027,6 @@ class RadioGroup {
|
|
|
25025
25027
|
this.compareWith = undefined;
|
|
25026
25028
|
this.name = this.inputId;
|
|
25027
25029
|
this.value = undefined;
|
|
25028
|
-
this.helperText = undefined;
|
|
25029
|
-
this.errorText = undefined;
|
|
25030
25030
|
}
|
|
25031
25031
|
valueChanged(value) {
|
|
25032
25032
|
this.setRadioTabindex(value);
|
|
@@ -25125,51 +25125,24 @@ class RadioGroup {
|
|
|
25125
25125
|
const radioToFocus = this.getRadios().find((r) => r.tabIndex !== -1);
|
|
25126
25126
|
radioToFocus === null || radioToFocus === void 0 ? void 0 : radioToFocus.setFocus();
|
|
25127
25127
|
}
|
|
25128
|
-
/**
|
|
25129
|
-
* Renders the helper text or error text values
|
|
25130
|
-
*/
|
|
25131
|
-
renderHintText() {
|
|
25132
|
-
const { helperText, errorText, helperTextId, errorTextId } = this;
|
|
25133
|
-
const hasHintText = !!helperText || !!errorText;
|
|
25134
|
-
if (!hasHintText) {
|
|
25135
|
-
return;
|
|
25136
|
-
}
|
|
25137
|
-
return (hAsync("div", { class: "supporting-text" }, hAsync("div", { id: helperTextId, class: "helper-text" }, helperText), hAsync("div", { id: errorTextId, class: "error-text" }, errorText)));
|
|
25138
|
-
}
|
|
25139
|
-
getHintTextID() {
|
|
25140
|
-
const { el, helperText, errorText, helperTextId, errorTextId } = this;
|
|
25141
|
-
if (el.classList.contains('ion-touched') && el.classList.contains('ion-invalid') && errorText) {
|
|
25142
|
-
return errorTextId;
|
|
25143
|
-
}
|
|
25144
|
-
if (helperText) {
|
|
25145
|
-
return helperTextId;
|
|
25146
|
-
}
|
|
25147
|
-
return undefined;
|
|
25148
|
-
}
|
|
25149
25128
|
render() {
|
|
25150
25129
|
const { label, labelId, el, name, value } = this;
|
|
25151
25130
|
const mode = getIonMode$1(this);
|
|
25152
25131
|
renderHiddenInput(true, el, name, value, false);
|
|
25153
|
-
return
|
|
25132
|
+
return hAsync(Host, { key: 'a853e38901f0f4ba17bbf21ebb5da5b5c20b327e', role: "radiogroup", "aria-labelledby": label ? labelId : null, onClick: this.onClick, class: mode });
|
|
25154
25133
|
}
|
|
25155
25134
|
get el() { return getElement(this); }
|
|
25156
25135
|
static get watchers() { return {
|
|
25157
25136
|
"value": ["valueChanged"]
|
|
25158
25137
|
}; }
|
|
25159
|
-
static get style() { return {
|
|
25160
|
-
ios: IonRadioGroupIosStyle0,
|
|
25161
|
-
md: IonRadioGroupMdStyle0
|
|
25162
|
-
}; }
|
|
25163
25138
|
static get cmpMeta() { return {
|
|
25164
|
-
"$flags$":
|
|
25139
|
+
"$flags$": 0,
|
|
25165
25140
|
"$tagName$": "ion-radio-group",
|
|
25166
25141
|
"$members$": {
|
|
25167
25142
|
"allowEmptySelection": [4, "allow-empty-selection"],
|
|
25168
25143
|
"compareWith": [1, "compare-with"],
|
|
25169
25144
|
"name": [1],
|
|
25170
25145
|
"value": [1032],
|
|
25171
|
-
"helperText": [1, "helper-text"],
|
|
25172
|
-
"errorText": [1, "error-text"],
|
|
25173
25146
|
"setFocus": [64]
|
|
25174
25147
|
},
|
|
25175
25148
|
"$listeners$": [[4, "keydown", "onKeydown"]],
|
|
@@ -25789,7 +25762,7 @@ class Range {
|
|
|
25789
25762
|
const needsEndAdjustment = inItem && !hasEndContent;
|
|
25790
25763
|
const mode = getIonMode$1(this);
|
|
25791
25764
|
renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
|
|
25792
|
-
return (hAsync(Host, { key: '
|
|
25765
|
+
return (hAsync(Host, { key: '05c699caaead7cc74deaae2a958c4632191473a8', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
|
|
25793
25766
|
[mode]: true,
|
|
25794
25767
|
'in-item': inItem,
|
|
25795
25768
|
'range-disabled': disabled,
|
|
@@ -25798,10 +25771,10 @@ class Range {
|
|
|
25798
25771
|
[`range-label-placement-${labelPlacement}`]: true,
|
|
25799
25772
|
'range-item-start-adjustment': needsStartAdjustment,
|
|
25800
25773
|
'range-item-end-adjustment': needsEndAdjustment,
|
|
25801
|
-
}) }, hAsync("label", { key: '
|
|
25774
|
+
}) }, hAsync("label", { key: '959837bcc48c4bda33ae1f62b66ef444329a2961', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: 'a434c6b5c26f57f52b3af98d881e7e6a179c89fc', class: {
|
|
25802
25775
|
'label-text-wrapper': true,
|
|
25803
25776
|
'label-text-wrapper-hidden': !hasLabel,
|
|
25804
|
-
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '
|
|
25777
|
+
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '87df1037b6b3337bd1fab05d33a26bf658c57914', class: "native-wrapper" }, hAsync("slot", { key: '2cb88f101da49b70aeae29b0bf5445fac241bb2f', name: "start" }), this.renderRangeSlider(), hAsync("slot", { key: '17b835cfb2bd9b8e1957afd425543ff02b913d83', name: "end" })))));
|
|
25805
25778
|
}
|
|
25806
25779
|
get el() { return getElement(this); }
|
|
25807
25780
|
static get watchers() { return {
|
|
@@ -26702,7 +26675,7 @@ class Refresher {
|
|
|
26702
26675
|
}
|
|
26703
26676
|
render() {
|
|
26704
26677
|
const mode = getIonMode$1(this);
|
|
26705
|
-
return (hAsync(Host, { key: '
|
|
26678
|
+
return (hAsync(Host, { key: '9d4ac22988aec2c6af0b0c90934c52f62f0e4ce3', slot: "fixed", class: {
|
|
26706
26679
|
[mode]: true,
|
|
26707
26680
|
// Used internally for styling
|
|
26708
26681
|
[`refresher-${mode}`]: true,
|
|
@@ -26930,7 +26903,7 @@ class RefresherContent {
|
|
|
26930
26903
|
const pullingIcon = this.pullingIcon;
|
|
26931
26904
|
const hasSpinner = pullingIcon != null && SPINNERS[pullingIcon] !== undefined;
|
|
26932
26905
|
const mode = getIonMode$1(this);
|
|
26933
|
-
return (hAsync(Host, { key: '
|
|
26906
|
+
return (hAsync(Host, { key: '19633bbcf02e3dba885d6bdcdaf2269bf4c8e2f5', class: mode }, hAsync("div", { key: '28922e434a55a6cac0476fe2bee56941ce0d1c02', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (hAsync("div", { key: 'fe575bf996021884677e9b23a3215d63caf894f5', class: "refresher-pulling-icon" }, hAsync("div", { key: '59fe12297fd95bc33b8df8cd35316e2a1c084d91', class: "spinner-arrow-container" }, hAsync("ion-spinner", { key: 'af9cc013ae04945c140b2865610ca73edb52ab48', name: this.pullingIcon, paused: true }), mode === 'md' && this.pullingIcon === 'circular' && (hAsync("div", { key: '34df66ad1b0f706a0532957251aa2c20bf4587d8', class: "arrow-container" }, hAsync("ion-icon", { key: 'ffdb5c123e606b823491c6c51cc2b497f62581bb', icon: caretBackSharp, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (hAsync("div", { key: 'ac3a2032bb969264d20fa057e9123441005d7a9d', class: "refresher-pulling-icon" }, hAsync("ion-icon", { key: 'd969d10915548e72aae289b52154366f3dd39b31', icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), hAsync("div", { key: 'a8f854f81a94812d7bef8ce088331d94f49ff53d', class: "refresher-refreshing" }, this.refreshingSpinner && (hAsync("div", { key: 'a1f646945370e40c844d62bc0c647443ae9dfbe7', class: "refresher-refreshing-icon" }, hAsync("ion-spinner", { key: 'ab3ff4047769b6436e222b46d193c1e8b23e2fce', name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
|
|
26934
26907
|
}
|
|
26935
26908
|
get el() { return getElement(this); }
|
|
26936
26909
|
static get cmpMeta() { return {
|
|
@@ -26973,7 +26946,7 @@ class Reorder {
|
|
|
26973
26946
|
render() {
|
|
26974
26947
|
const mode = getIonMode$1(this);
|
|
26975
26948
|
const reorderIcon = mode === 'ios' ? reorderThreeOutline : reorderTwoSharp;
|
|
26976
|
-
return (hAsync(Host, { key: '
|
|
26949
|
+
return (hAsync(Host, { key: '27266e30bcb7e10c57fb6d546399cfb1f1c93b23', class: mode }, hAsync("slot", { key: '8745cb9a31458e884c27eed1fb90d104fe9a79eb' }, hAsync("ion-icon", { key: '6c4b9631a2f5610f1e21b2db025b6702d0d593bf', icon: reorderIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
|
|
26977
26950
|
}
|
|
26978
26951
|
get el() { return getElement(this); }
|
|
26979
26952
|
static get style() { return {
|
|
@@ -27227,7 +27200,7 @@ class ReorderGroup {
|
|
|
27227
27200
|
}
|
|
27228
27201
|
render() {
|
|
27229
27202
|
const mode = getIonMode$1(this);
|
|
27230
|
-
return (hAsync(Host, { key: '
|
|
27203
|
+
return (hAsync(Host, { key: 'a38c7fbceb677201330a602273d5b55abb32da19', class: {
|
|
27231
27204
|
[mode]: true,
|
|
27232
27205
|
'reorder-enabled': !this.disabled,
|
|
27233
27206
|
'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
|
|
@@ -27335,7 +27308,7 @@ class RippleEffect {
|
|
|
27335
27308
|
}
|
|
27336
27309
|
render() {
|
|
27337
27310
|
const mode = getIonMode$1(this);
|
|
27338
|
-
return (hAsync(Host, { key: '
|
|
27311
|
+
return (hAsync(Host, { key: '7ae559bda5d2c1856a45bfa150c2cb4f83373f8e', role: "presentation", class: {
|
|
27339
27312
|
[mode]: true,
|
|
27340
27313
|
unbounded: this.unbounded,
|
|
27341
27314
|
} }));
|
|
@@ -28277,10 +28250,10 @@ class RouterLink {
|
|
|
28277
28250
|
rel: this.rel,
|
|
28278
28251
|
target: this.target,
|
|
28279
28252
|
};
|
|
28280
|
-
return (hAsync(Host, { key: '
|
|
28253
|
+
return (hAsync(Host, { key: '529ceed5beaf92d7b4cc315c82f449eac18310e8', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
28281
28254
|
[mode]: true,
|
|
28282
28255
|
'ion-activatable': true,
|
|
28283
|
-
}) }, hAsync("a", Object.assign({ key: '
|
|
28256
|
+
}) }, hAsync("a", Object.assign({ key: 'd5f1f8b256695d70bdafd20ff3d1b625963fa2da' }, attrs), hAsync("slot", { key: '613fcdb36a71e076f989551ea21f1d5c118b1cd2' }))));
|
|
28284
28257
|
}
|
|
28285
28258
|
static get style() { return IonRouterLinkStyle0; }
|
|
28286
28259
|
static get cmpMeta() { return {
|
|
@@ -28475,7 +28448,7 @@ class RouterOutlet {
|
|
|
28475
28448
|
return true;
|
|
28476
28449
|
}
|
|
28477
28450
|
render() {
|
|
28478
|
-
return hAsync("slot", { key: '
|
|
28451
|
+
return hAsync("slot", { key: 'a70341f58d19df55de1dad00e3464388e446aa2a' });
|
|
28479
28452
|
}
|
|
28480
28453
|
get el() { return getElement(this); }
|
|
28481
28454
|
static get watchers() { return {
|
|
@@ -28509,7 +28482,7 @@ class Row {
|
|
|
28509
28482
|
registerInstance(this, hostRef);
|
|
28510
28483
|
}
|
|
28511
28484
|
render() {
|
|
28512
|
-
return (hAsync(Host, { key: '
|
|
28485
|
+
return (hAsync(Host, { key: 'aea072a5005e3f1f309f0d1ae5be5ee19869b035', class: getIonMode$1(this) }, hAsync("slot", { key: '2a481c2126ac6ca65f0a1bbd07c2d3365409cb78' })));
|
|
28513
28486
|
}
|
|
28514
28487
|
static get style() { return IonRowStyle0; }
|
|
28515
28488
|
static get cmpMeta() { return {
|
|
@@ -28903,8 +28876,8 @@ class Searchbar {
|
|
|
28903
28876
|
const clearIcon = this.clearIcon || (mode === 'ios' ? closeCircle : closeSharp);
|
|
28904
28877
|
const searchIcon = this.searchIcon || (mode === 'ios' ? searchOutline : searchSharp);
|
|
28905
28878
|
const shouldShowCancelButton = this.shouldShowCancelButton();
|
|
28906
|
-
const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '
|
|
28907
|
-
return (hAsync(Host, { key: '
|
|
28879
|
+
const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '0ef595eb1628928d4c7fdb166b8e41768700fa6e', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: mode === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, hAsync("div", { key: 'ea2c9b36d991acf5af7662059cb6b045f683ca94', "aria-hidden": "true" }, mode === 'md' ? (hAsync("ion-icon", { "aria-hidden": "true", mode: mode, icon: this.cancelButtonIcon, lazy: false })) : (cancelButtonText))));
|
|
28880
|
+
return (hAsync(Host, { key: '17d57ece5852d03047e4d53ddad6c9d88a432a00', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
|
|
28908
28881
|
[mode]: true,
|
|
28909
28882
|
'searchbar-animated': animated,
|
|
28910
28883
|
'searchbar-disabled': this.disabled,
|
|
@@ -28914,14 +28887,14 @@ class Searchbar {
|
|
|
28914
28887
|
'searchbar-has-focus': this.focused,
|
|
28915
28888
|
'searchbar-should-show-clear': this.shouldShowClearButton(),
|
|
28916
28889
|
'searchbar-should-show-cancel': this.shouldShowCancelButton(),
|
|
28917
|
-
}) }, hAsync("div", { key: '
|
|
28890
|
+
}) }, hAsync("div", { key: 'f67c2124e70c24eef0a271516e9c4bdaf7e98ceb', class: "searchbar-input-container" }, hAsync("input", Object.assign({ key: '8c7f7ccc6809cca30ccc8c4e98e349d3f916321d', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), mode === 'md' && cancelButton, hAsync("ion-icon", { key: 'f06524d3163b3883bbde937862aa1e0e8f49f6e1', "aria-hidden": "true", mode: mode, icon: searchIcon, lazy: false, class: "searchbar-search-icon" }), hAsync("button", { key: '9f7ba2bec93412ecb674b197be13db1de308bb57', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
|
|
28918
28891
|
/**
|
|
28919
28892
|
* This prevents mobile browsers from
|
|
28920
28893
|
* blurring the input when the clear
|
|
28921
28894
|
* button is activated.
|
|
28922
28895
|
*/
|
|
28923
28896
|
ev.preventDefault();
|
|
28924
|
-
}, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: '
|
|
28897
|
+
}, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: '19fc3dbc722acc47ff7eb3c94ad4de8aed38dff4', "aria-hidden": "true", mode: mode, icon: clearIcon, lazy: false, class: "searchbar-clear-icon" }))), mode === 'ios' && cancelButton));
|
|
28925
28898
|
}
|
|
28926
28899
|
get el() { return getElement(this); }
|
|
28927
28900
|
static get watchers() { return {
|
|
@@ -29505,14 +29478,14 @@ class Segment {
|
|
|
29505
29478
|
}
|
|
29506
29479
|
render() {
|
|
29507
29480
|
const mode = getIonMode$1(this);
|
|
29508
|
-
return (hAsync(Host, { key: '
|
|
29481
|
+
return (hAsync(Host, { key: 'b1eb4a6e4f953f6c4882395585799503735bbc6b', role: "tablist", onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
29509
29482
|
[mode]: true,
|
|
29510
29483
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
29511
29484
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
29512
29485
|
'segment-activated': this.activated,
|
|
29513
29486
|
'segment-disabled': this.disabled,
|
|
29514
29487
|
'segment-scrollable': this.scrollable,
|
|
29515
|
-
}) }, hAsync("slot", { key: '
|
|
29488
|
+
}) }, hAsync("slot", { key: 'e7df6b017d154f30eb8021bc965f2e6c8e6480bf', onSlotchange: this.onSlottedItemsChange })));
|
|
29516
29489
|
}
|
|
29517
29490
|
get el() { return getElement(this); }
|
|
29518
29491
|
static get watchers() { return {
|
|
@@ -29583,7 +29556,35 @@ class SegmentButton {
|
|
|
29583
29556
|
valueChanged() {
|
|
29584
29557
|
this.updateState();
|
|
29585
29558
|
}
|
|
29586
|
-
|
|
29559
|
+
waitForSegmentContent(ionSegment, contentId) {
|
|
29560
|
+
return new Promise((resolve, reject) => {
|
|
29561
|
+
let timeoutId = undefined;
|
|
29562
|
+
let animationFrameId;
|
|
29563
|
+
const check = () => {
|
|
29564
|
+
if (!ionSegment) {
|
|
29565
|
+
reject(new Error(`Segment not found when looking for Segment Content`));
|
|
29566
|
+
return;
|
|
29567
|
+
}
|
|
29568
|
+
const segmentView = getNextSiblingOfType(ionSegment); // Skip the text nodes
|
|
29569
|
+
const segmentContent = segmentView === null || segmentView === void 0 ? void 0 : segmentView.querySelector(`ion-segment-content[id="${contentId}"]`);
|
|
29570
|
+
if (segmentContent && timeoutId) {
|
|
29571
|
+
clearTimeout(timeoutId); // Clear the timeout if the segmentContent is found
|
|
29572
|
+
cancelAnimationFrame(animationFrameId);
|
|
29573
|
+
resolve(segmentContent);
|
|
29574
|
+
}
|
|
29575
|
+
else {
|
|
29576
|
+
animationFrameId = requestAnimationFrame(check); // Keep checking on the next animation frame
|
|
29577
|
+
}
|
|
29578
|
+
};
|
|
29579
|
+
check();
|
|
29580
|
+
// Set a timeout to reject the promise
|
|
29581
|
+
timeoutId = setTimeout(() => {
|
|
29582
|
+
cancelAnimationFrame(animationFrameId);
|
|
29583
|
+
reject(new Error(`Unable to find Segment Content with id="${contentId} within 1000 ms`));
|
|
29584
|
+
}, 1000);
|
|
29585
|
+
});
|
|
29586
|
+
}
|
|
29587
|
+
async connectedCallback() {
|
|
29587
29588
|
const segmentEl = (this.segmentEl = this.el.closest('ion-segment'));
|
|
29588
29589
|
if (segmentEl) {
|
|
29589
29590
|
this.updateState();
|
|
@@ -29593,11 +29594,14 @@ class SegmentButton {
|
|
|
29593
29594
|
// Return if there is no contentId defined
|
|
29594
29595
|
if (!this.contentId)
|
|
29595
29596
|
return;
|
|
29596
|
-
|
|
29597
|
-
|
|
29598
|
-
|
|
29599
|
-
|
|
29600
|
-
|
|
29597
|
+
let segmentContent;
|
|
29598
|
+
try {
|
|
29599
|
+
// Attempt to find the Segment Content by its contentId
|
|
29600
|
+
segmentContent = await this.waitForSegmentContent(segmentEl, this.contentId);
|
|
29601
|
+
}
|
|
29602
|
+
catch (error) {
|
|
29603
|
+
// If no associated Segment Content exists, log an error and return
|
|
29604
|
+
console.error('Segment Button: ', error.message);
|
|
29601
29605
|
return;
|
|
29602
29606
|
}
|
|
29603
29607
|
// Ensure the found element is a valid ION-SEGMENT-CONTENT
|
|
@@ -29643,7 +29647,7 @@ class SegmentButton {
|
|
|
29643
29647
|
const { checked, type, disabled, hasIcon, hasLabel, layout, segmentEl } = this;
|
|
29644
29648
|
const mode = getIonMode$1(this);
|
|
29645
29649
|
const hasSegmentColor = () => (segmentEl === null || segmentEl === void 0 ? void 0 : segmentEl.color) !== undefined;
|
|
29646
|
-
return (hAsync(Host, { key: '
|
|
29650
|
+
return (hAsync(Host, { key: 'f9da656c8eccb80e4ef30e3fa977f2dbbefbc988', class: {
|
|
29647
29651
|
[mode]: true,
|
|
29648
29652
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
29649
29653
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
@@ -29659,7 +29663,7 @@ class SegmentButton {
|
|
|
29659
29663
|
'ion-activatable': true,
|
|
29660
29664
|
'ion-activatable-instant': true,
|
|
29661
29665
|
'ion-focusable': true,
|
|
29662
|
-
} }, hAsync("button", Object.assign({ key: '
|
|
29666
|
+
} }, hAsync("button", Object.assign({ key: '00dbcdbd81cd74abdd39803f6840a6e477cc7b0c', "aria-selected": checked ? 'true' : 'false', role: "tab", ref: (el) => (this.nativeEl = el), type: type, class: "button-native", part: "native", disabled: disabled }, this.inheritedAttributes), hAsync("span", { key: '5200c082a9c4788010c4fc33fe75e2b2ad28364a', class: "button-inner" }, hAsync("slot", { key: 'cf3fce2b5d22436b84cd4367a5885df7d6a2715f' })), mode === 'md' && hAsync("ion-ripple-effect", { key: 'f1a2816465f4c2c06644be07315bff2da77e2342' })), hAsync("div", { key: 'aaf31c0ed39641fca698ee98d0773131f4eea6bd', part: "indicator", class: "segment-button-indicator segment-button-indicator-animated" }, hAsync("div", { key: 'fc556651361b7ac305aaedd25ea4afe3173abd20', part: "indicator-background", class: "segment-button-indicator-background" }))));
|
|
29663
29667
|
}
|
|
29664
29668
|
get el() { return getElement(this); }
|
|
29665
29669
|
static get watchers() { return {
|
|
@@ -29695,7 +29699,7 @@ class SegmentContent {
|
|
|
29695
29699
|
registerInstance(this, hostRef);
|
|
29696
29700
|
}
|
|
29697
29701
|
render() {
|
|
29698
|
-
return (hAsync(Host, { key: '
|
|
29702
|
+
return (hAsync(Host, { key: '03684b2999ac64fe13e376fd7e7f279976e9d4f2' }, hAsync("slot", { key: '143031075bf33ca19e7cfd76fc8a67b83ccaf11c' })));
|
|
29699
29703
|
}
|
|
29700
29704
|
static get style() { return IonSegmentContentStyle0; }
|
|
29701
29705
|
static get cmpMeta() { return {
|
|
@@ -29808,10 +29812,10 @@ class SegmentView {
|
|
|
29808
29812
|
}
|
|
29809
29813
|
render() {
|
|
29810
29814
|
const { disabled, isManualScroll } = this;
|
|
29811
|
-
return (hAsync(Host, { key: '
|
|
29815
|
+
return (hAsync(Host, { key: '9f4f11d31c4db776f077e59ae895b35dd4454717', class: {
|
|
29812
29816
|
'segment-view-disabled': disabled,
|
|
29813
29817
|
'segment-view-scroll-disabled': isManualScroll === false,
|
|
29814
|
-
} }, hAsync("slot", { key: '
|
|
29818
|
+
} }, hAsync("slot", { key: 'ea58b21f031cee2ab2b70580f336deaefa364538' })));
|
|
29815
29819
|
}
|
|
29816
29820
|
get el() { return getElement(this); }
|
|
29817
29821
|
static get style() { return {
|
|
@@ -29982,15 +29986,8 @@ class Select {
|
|
|
29982
29986
|
}
|
|
29983
29987
|
this.isExpanded = true;
|
|
29984
29988
|
const overlay = (this.overlay = await this.createOverlay(event));
|
|
29985
|
-
|
|
29986
|
-
|
|
29987
|
-
this.isExpanded = false;
|
|
29988
|
-
this.ionDismiss.emit();
|
|
29989
|
-
this.setFocus();
|
|
29990
|
-
});
|
|
29991
|
-
await overlay.present();
|
|
29992
|
-
// focus selected option for popovers and modals
|
|
29993
|
-
if (this.interface === 'popover' || this.interface === 'modal') {
|
|
29989
|
+
// Add logic to scroll selected item into view before presenting
|
|
29990
|
+
const scrollSelectedIntoView = () => {
|
|
29994
29991
|
const indexOfSelected = this.childOpts.findIndex((o) => o.value === this.value);
|
|
29995
29992
|
if (indexOfSelected > -1) {
|
|
29996
29993
|
const selectedItem = overlay.querySelector(`.select-interface-option:nth-child(${indexOfSelected + 1})`);
|
|
@@ -30008,6 +30005,7 @@ class Select {
|
|
|
30008
30005
|
*/
|
|
30009
30006
|
const interactiveEl = selectedItem.querySelector('ion-radio, ion-checkbox');
|
|
30010
30007
|
if (interactiveEl) {
|
|
30008
|
+
selectedItem.scrollIntoView({ block: 'nearest' });
|
|
30011
30009
|
// Needs to be called before `focusVisibleElement` to prevent issue with focus event bubbling
|
|
30012
30010
|
// and removing `ion-focused` style
|
|
30013
30011
|
interactiveEl.setFocus();
|
|
@@ -30031,7 +30029,40 @@ class Select {
|
|
|
30031
30029
|
focusVisibleElement(firstEnabledOption.closest('ion-item'));
|
|
30032
30030
|
}
|
|
30033
30031
|
}
|
|
30032
|
+
};
|
|
30033
|
+
// For modals and popovers, we can scroll before they're visible
|
|
30034
|
+
if (this.interface === 'modal') {
|
|
30035
|
+
overlay.addEventListener('ionModalWillPresent', scrollSelectedIntoView, { once: true });
|
|
30036
|
+
}
|
|
30037
|
+
else if (this.interface === 'popover') {
|
|
30038
|
+
overlay.addEventListener('ionPopoverWillPresent', scrollSelectedIntoView, { once: true });
|
|
30039
|
+
}
|
|
30040
|
+
else {
|
|
30041
|
+
/**
|
|
30042
|
+
* For alerts and action sheets, we need to wait a frame after willPresent
|
|
30043
|
+
* because these overlays don't have their content in the DOM immediately
|
|
30044
|
+
* when willPresent fires. By waiting a frame, we ensure the content is
|
|
30045
|
+
* rendered and can be properly scrolled into view.
|
|
30046
|
+
*/
|
|
30047
|
+
const scrollAfterRender = () => {
|
|
30048
|
+
requestAnimationFrame(() => {
|
|
30049
|
+
scrollSelectedIntoView();
|
|
30050
|
+
});
|
|
30051
|
+
};
|
|
30052
|
+
if (this.interface === 'alert') {
|
|
30053
|
+
overlay.addEventListener('ionAlertWillPresent', scrollAfterRender, { once: true });
|
|
30054
|
+
}
|
|
30055
|
+
else if (this.interface === 'action-sheet') {
|
|
30056
|
+
overlay.addEventListener('ionActionSheetWillPresent', scrollAfterRender, { once: true });
|
|
30057
|
+
}
|
|
30034
30058
|
}
|
|
30059
|
+
overlay.onDidDismiss().then(() => {
|
|
30060
|
+
this.overlay = undefined;
|
|
30061
|
+
this.isExpanded = false;
|
|
30062
|
+
this.ionDismiss.emit();
|
|
30063
|
+
this.setFocus();
|
|
30064
|
+
});
|
|
30065
|
+
await overlay.present();
|
|
30035
30066
|
return overlay;
|
|
30036
30067
|
}
|
|
30037
30068
|
createOverlay(ev) {
|
|
@@ -30443,7 +30474,7 @@ class Select {
|
|
|
30443
30474
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
30444
30475
|
*/
|
|
30445
30476
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
|
|
30446
|
-
return (hAsync(Host, { key: '
|
|
30477
|
+
return (hAsync(Host, { key: 'f7cf03de773cd85da42978e274d65cc1eb6ed8a3', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
30447
30478
|
[mode]: true,
|
|
30448
30479
|
'in-item': inItem,
|
|
30449
30480
|
'in-item-color': hostContext('ion-item.ion-color', el),
|
|
@@ -30459,7 +30490,7 @@ class Select {
|
|
|
30459
30490
|
[`select-justify-${justify}`]: justifyEnabled,
|
|
30460
30491
|
[`select-shape-${shape}`]: shape !== undefined,
|
|
30461
30492
|
[`select-label-placement-${labelPlacement}`]: true,
|
|
30462
|
-
}) }, hAsync("label", { key: '
|
|
30493
|
+
}) }, hAsync("label", { key: '91674f8f5cce37c87a7096d09b3f1d351cba1527', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), hAsync("div", { key: '2229333833047db13ed2a01cb10bb6e6f774031d', class: "select-wrapper-inner" }, hAsync("slot", { key: 'f2766bdf8bff261efa5711f72d9edef407e45189', name: "start" }), hAsync("div", { key: '84fec020ecaaac41298a01dbffdbb2f3744170b4', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: '9b91237d7a1621bce1e15546abcb4f6b74cccc5f', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: 'e02aea3e8f344376013257f5261a29408e62b359', class: "select-highlight" }))));
|
|
30463
30494
|
}
|
|
30464
30495
|
get el() { return getElement(this); }
|
|
30465
30496
|
static get watchers() { return {
|
|
@@ -30620,7 +30651,7 @@ class SelectModal {
|
|
|
30620
30651
|
} }, option.text))));
|
|
30621
30652
|
}
|
|
30622
30653
|
render() {
|
|
30623
|
-
return (hAsync(Host, { key: '
|
|
30654
|
+
return (hAsync(Host, { key: '4df42c447b4026d09d9231f09dc4bdae9a8cfe4a', class: getIonMode$1(this) }, hAsync("ion-header", { key: '211c4e869b858867f3d60637e570aeb01de41de7' }, hAsync("ion-toolbar", { key: 'dc4b151331aecbaaaafb460802ee9b689493601d' }, this.header !== undefined && hAsync("ion-title", { key: 'ba1347a59ae0a5c6770c239b5ec02a536a445bd1' }, this.header), hAsync("ion-buttons", { key: '43c98fd25d7e7f54b94b24e53535c6d5ba599892', slot: "end" }, hAsync("ion-button", { key: '51b2b3f3eed42637b2cfc213c95d0bcf10e4b89d', onClick: () => this.closeModal() }, "Close")))), hAsync("ion-content", { key: 'fe721b09f80555856211f7e40dbfc31a533acae1' }, hAsync("ion-list", { key: 'd0b932d137136958d896408fb2fa571023775b92' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
|
|
30624
30655
|
}
|
|
30625
30656
|
get el() { return getElement(this); }
|
|
30626
30657
|
static get style() { return {
|
|
@@ -30653,7 +30684,7 @@ class SelectOption {
|
|
|
30653
30684
|
this.value = undefined;
|
|
30654
30685
|
}
|
|
30655
30686
|
render() {
|
|
30656
|
-
return hAsync(Host, { key: '
|
|
30687
|
+
return hAsync(Host, { key: '2e6fa159464f04f6d8720f960141f67918bc7534', role: "option", id: this.inputId, class: getIonMode$1(this) });
|
|
30657
30688
|
}
|
|
30658
30689
|
get el() { return getElement(this); }
|
|
30659
30690
|
static get style() { return IonSelectOptionStyle0; }
|
|
@@ -30773,7 +30804,7 @@ class SelectPopover {
|
|
|
30773
30804
|
render() {
|
|
30774
30805
|
const { header, message, options, subHeader } = this;
|
|
30775
30806
|
const hasSubHeaderOrMessage = subHeader !== undefined || message !== undefined;
|
|
30776
|
-
return (hAsync(Host, { key: '
|
|
30807
|
+
return (hAsync(Host, { key: 'dd0990db4de4f175b176b27f35501dd1604ca400', class: getIonMode$1(this) }, hAsync("ion-list", { key: 'cea2bc3687b8b2490a2a9ff4a1e16cd34169558e' }, header !== undefined && hAsync("ion-list-header", { key: '194aebb53453c43f913daae45a1a3066a1708c4c' }, header), hasSubHeaderOrMessage && (hAsync("ion-item", { key: 'b706b07a3c63ad8104d2db413e210c735ec1bec9' }, hAsync("ion-label", { key: '6e52b5b4cf6b04ff3dd5671d64264233de4190d5', class: "ion-text-wrap" }, subHeader !== undefined && hAsync("h3", { key: '6ef4440d17f5db8c96c63b9aa5073f4fe4b8ad62' }, subHeader), message !== undefined && hAsync("p", { key: 'c7b3b76c30ecd606c0e985a0258c13d3a75756e7' }, message)))), this.renderOptions(options))));
|
|
30777
30808
|
}
|
|
30778
30809
|
get el() { return getElement(this); }
|
|
30779
30810
|
static get style() { return {
|
|
@@ -30821,11 +30852,11 @@ class SkeletonText {
|
|
|
30821
30852
|
const animated = this.animated && config.getBoolean('animated', true);
|
|
30822
30853
|
const inMedia = hostContext('ion-avatar', this.el) || hostContext('ion-thumbnail', this.el);
|
|
30823
30854
|
const mode = getIonMode$1(this);
|
|
30824
|
-
return (hAsync(Host, { key: '
|
|
30855
|
+
return (hAsync(Host, { key: 'fdfabf9364caf507450239b62be24f08873bd650', class: {
|
|
30825
30856
|
[mode]: true,
|
|
30826
30857
|
'skeleton-text-animated': animated,
|
|
30827
30858
|
'in-media': inMedia,
|
|
30828
|
-
} }, hAsync("span", { key: '
|
|
30859
|
+
} }, hAsync("span", { key: '3482c88dcc177547185ce87972afa064a542367d' }, "\u00A0")));
|
|
30829
30860
|
}
|
|
30830
30861
|
get el() { return getElement(this); }
|
|
30831
30862
|
static get style() { return IonSkeletonTextStyle0; }
|
|
@@ -30878,7 +30909,7 @@ class Spinner {
|
|
|
30878
30909
|
svgs.push(buildLine(spinner, duration, i, spinner.lines));
|
|
30879
30910
|
}
|
|
30880
30911
|
}
|
|
30881
|
-
return (hAsync(Host, { key: '
|
|
30912
|
+
return (hAsync(Host, { key: '9d30ee9f5aa0dd0e220da07e75d05b8b2435224d', class: createColorClasses$1(self.color, {
|
|
30882
30913
|
[mode]: true,
|
|
30883
30914
|
[`spinner-${spinnerName}`]: true,
|
|
30884
30915
|
'spinner-paused': self.paused || config.getBoolean('_testing'),
|
|
@@ -30978,12 +31009,12 @@ class SplitPane {
|
|
|
30978
31009
|
}
|
|
30979
31010
|
render() {
|
|
30980
31011
|
const mode = getIonMode$1(this);
|
|
30981
|
-
return (hAsync(Host, { key: '
|
|
31012
|
+
return (hAsync(Host, { key: '1ca0b0299d03605bb358112ca56cbafbe58f00f5', class: {
|
|
30982
31013
|
[mode]: true,
|
|
30983
31014
|
// Used internally for styling
|
|
30984
31015
|
[`split-pane-${mode}`]: true,
|
|
30985
31016
|
'split-pane-visible': this.visible,
|
|
30986
|
-
} }, hAsync("slot", { key: '
|
|
31017
|
+
} }, hAsync("slot", { key: 'abe231361727ae7fc63edd592a4490caac1909fb' })));
|
|
30987
31018
|
}
|
|
30988
31019
|
get el() { return getElement(this); }
|
|
30989
31020
|
static get watchers() { return {
|
|
@@ -31052,10 +31083,10 @@ class Tab {
|
|
|
31052
31083
|
}
|
|
31053
31084
|
render() {
|
|
31054
31085
|
const { tab, active, component } = this;
|
|
31055
|
-
return (hAsync(Host, { key: '
|
|
31086
|
+
return (hAsync(Host, { key: 'cb75d0877979b3b8df8f7e1952bfa9677da1eaa5', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
|
|
31056
31087
|
'ion-page': component === undefined,
|
|
31057
31088
|
'tab-hidden': !active,
|
|
31058
|
-
} }, hAsync("slot", { key: '
|
|
31089
|
+
} }, hAsync("slot", { key: '37fbb7b7a6b03eb93b1dacd2dc1025b78eb2aa6b' })));
|
|
31059
31090
|
}
|
|
31060
31091
|
get el() { return getElement(this); }
|
|
31061
31092
|
static get watchers() { return {
|
|
@@ -31133,11 +31164,11 @@ class TabBar {
|
|
|
31133
31164
|
const { color, translucent, keyboardVisible } = this;
|
|
31134
31165
|
const mode = getIonMode$1(this);
|
|
31135
31166
|
const shouldHide = keyboardVisible && this.el.getAttribute('slot') !== 'top';
|
|
31136
|
-
return (hAsync(Host, { key: '
|
|
31167
|
+
return (hAsync(Host, { key: 'a87fd2ea5df053705a37ea7ffec043e75c4a9907', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses$1(color, {
|
|
31137
31168
|
[mode]: true,
|
|
31138
31169
|
'tab-bar-translucent': translucent,
|
|
31139
31170
|
'tab-bar-hidden': shouldHide,
|
|
31140
|
-
}) }, hAsync("slot", { key: '
|
|
31171
|
+
}) }, hAsync("slot", { key: '81a6223299b6cab29d7ddced590e9152e2b3ded0' })));
|
|
31141
31172
|
}
|
|
31142
31173
|
get el() { return getElement(this); }
|
|
31143
31174
|
static get watchers() { return {
|
|
@@ -31235,7 +31266,7 @@ class TabButton {
|
|
|
31235
31266
|
rel,
|
|
31236
31267
|
target,
|
|
31237
31268
|
};
|
|
31238
|
-
return (hAsync(Host, { key: '
|
|
31269
|
+
return (hAsync(Host, { key: '5976c45943ea7ea8e7c1a85fc9996de421439f08', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
|
|
31239
31270
|
[mode]: true,
|
|
31240
31271
|
'tab-selected': selected,
|
|
31241
31272
|
'tab-disabled': disabled,
|
|
@@ -31247,7 +31278,7 @@ class TabButton {
|
|
|
31247
31278
|
'ion-activatable': true,
|
|
31248
31279
|
'ion-selectable': true,
|
|
31249
31280
|
'ion-focusable': true,
|
|
31250
|
-
} }, hAsync("a", Object.assign({ key: '
|
|
31281
|
+
} }, hAsync("a", Object.assign({ key: '1db09d861b67ff292018fb4b0dc7b85bd4677eb8' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), hAsync("span", { key: '4381eafcb27e8c7bb0d86d4f115ceb0caf03b9b4', class: "button-inner" }, hAsync("slot", { key: '1981135f6fbb88376c1bd923c55c70fe8b5c5159' })), mode === 'md' && hAsync("ion-ripple-effect", { key: '0509bc7155d055d1ed710600e9cf4df135881491', type: "unbounded" }))));
|
|
31251
31282
|
}
|
|
31252
31283
|
get el() { return getElement(this); }
|
|
31253
31284
|
static get style() { return {
|
|
@@ -31423,7 +31454,7 @@ class Tabs {
|
|
|
31423
31454
|
return Array.from(this.el.querySelectorAll('ion-tab'));
|
|
31424
31455
|
}
|
|
31425
31456
|
render() {
|
|
31426
|
-
return (hAsync(Host, { key: '
|
|
31457
|
+
return (hAsync(Host, { key: 'e01ccf6bfaccad094515be50e407399c733fc226', onIonTabButtonClick: this.onTabClicked }, hAsync("slot", { key: '38d2d01dbfd8a08f01e6f0e27274b21d75424e37', name: "top" }), hAsync("div", { key: '7e894f0f423e2d43e1c68daff5f9f6c442fad237', class: "tabs-inner" }, hAsync("slot", { key: 'df16be529a0370a26d0adf850530b31607507c23' })), hAsync("slot", { key: '44642e1cb24c3281c43db75fd69a32fe0defe40a', name: "bottom" })));
|
|
31427
31458
|
}
|
|
31428
31459
|
get el() { return getElement(this); }
|
|
31429
31460
|
static get style() { return IonTabsStyle0; }
|
|
@@ -31465,9 +31496,9 @@ class Text {
|
|
|
31465
31496
|
}
|
|
31466
31497
|
render() {
|
|
31467
31498
|
const mode = getIonMode$1(this);
|
|
31468
|
-
return (hAsync(Host, { key: '
|
|
31499
|
+
return (hAsync(Host, { key: 'e134d70c04344b708a2ecf6253722781ad2ca826', class: createColorClasses$1(this.color, {
|
|
31469
31500
|
[mode]: true,
|
|
31470
|
-
}) }, hAsync("slot", { key: '
|
|
31501
|
+
}) }, hAsync("slot", { key: 'da79c760f7ebbcd007ce110439f05a62cb22eac8' })));
|
|
31471
31502
|
}
|
|
31472
31503
|
static get style() { return IonTextStyle0; }
|
|
31473
31504
|
static get cmpMeta() { return {
|
|
@@ -31849,7 +31880,7 @@ class Textarea {
|
|
|
31849
31880
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
31850
31881
|
*/
|
|
31851
31882
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
31852
|
-
return (hAsync(Host, { key: '
|
|
31883
|
+
return (hAsync(Host, { key: 'd6e25c83d8eab8cb1a5b6ab411c9a13847f69f8d', class: createColorClasses$1(this.color, {
|
|
31853
31884
|
[mode]: true,
|
|
31854
31885
|
'has-value': hasValue,
|
|
31855
31886
|
'has-focus': hasFocus,
|
|
@@ -31858,7 +31889,7 @@ class Textarea {
|
|
|
31858
31889
|
[`textarea-shape-${shape}`]: shape !== undefined,
|
|
31859
31890
|
[`textarea-label-placement-${labelPlacement}`]: true,
|
|
31860
31891
|
'textarea-disabled': disabled,
|
|
31861
|
-
}) }, hAsync("label", { key: '
|
|
31892
|
+
}) }, hAsync("label", { key: 'f840a5be2b776a4b9c18c6da24e0b7d3d4838fee', class: "textarea-wrapper", htmlFor: inputId }, this.renderLabelContainer(), hAsync("div", { key: '979461fc0d4684926d79d75759c63c6867b7622b', class: "textarea-wrapper-inner" }, hAsync("div", { key: '88f0d5d4bac29597cc2588e5b2ed72fb4fbe153d', class: "start-slot-wrapper" }, hAsync("slot", { key: '21dcca0e59c1260e3d0d1e126c1c590de15c4bad', name: "start" })), hAsync("div", { key: '3c48a4bb3d763a389d3429123e7c110064b9b8d4', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, hAsync("textarea", Object.assign({ key: '1550599ad15b3f215c104c014e90711f073ace8b', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), hAsync("div", { key: '4f01ab4d2994a6de6f49eb9ed2e310d00daf21b2', class: "end-slot-wrapper" }, hAsync("slot", { key: '501e288b6807e039972bb4f0b63906114255518a', name: "end" }))), shouldRenderHighlight && hAsync("div", { key: 'd3008eed34494aa9f8e98a28eac3b465dc4c2bd0', class: "textarea-highlight" })), this.renderBottomContent()));
|
|
31862
31893
|
}
|
|
31863
31894
|
get el() { return getElement(this); }
|
|
31864
31895
|
static get watchers() { return {
|
|
@@ -31920,7 +31951,7 @@ class Thumbnail {
|
|
|
31920
31951
|
registerInstance(this, hostRef);
|
|
31921
31952
|
}
|
|
31922
31953
|
render() {
|
|
31923
|
-
return (hAsync(Host, { key: '
|
|
31954
|
+
return (hAsync(Host, { key: 'cfa9aeb1d4fd624a9732c5230d29dd887e4b7771', class: getIonMode$1(this) }, hAsync("slot", { key: '29bc6e64063cba44e2643228df54394883933918' })));
|
|
31924
31955
|
}
|
|
31925
31956
|
static get style() { return IonThumbnailStyle0; }
|
|
31926
31957
|
static get cmpMeta() { return {
|
|
@@ -32756,9 +32787,9 @@ class Toast {
|
|
|
32756
32787
|
if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
|
|
32757
32788
|
printIonWarning('This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
|
|
32758
32789
|
}
|
|
32759
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
32790
|
+
return (hAsync(Host, Object.assign({ key: 'c05655ff06af8d0e48c2a85396b07ad942fa81b4', tabindex: "-1" }, this.htmlAttributes, { style: {
|
|
32760
32791
|
zIndex: `${60000 + this.overlayIndex}`,
|
|
32761
|
-
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '
|
|
32792
|
+
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '9393ead4de1bf28529661d6f64049d34e18d725c', class: wrapperClass }, hAsync("div", { key: '3e9dd73c17c337849c3f26e8d0f395b3e5ee20a7', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (hAsync("ion-icon", { key: '5d15b18364301ad55e44e9f601014ac33181590b', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), hAsync("div", { key: 'f6dd164502637a882c5caf18445d8509b85ad6f9', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
|
|
32762
32793
|
}
|
|
32763
32794
|
get el() { return getElement(this); }
|
|
32764
32795
|
static get watchers() { return {
|
|
@@ -32979,7 +33010,7 @@ class Toggle {
|
|
|
32979
33010
|
const value = this.getValue();
|
|
32980
33011
|
const rtl = isRTL$1(el) ? 'rtl' : 'ltr';
|
|
32981
33012
|
renderHiddenInput(true, el, name, checked ? value : '', disabled);
|
|
32982
|
-
return (hAsync(Host, { key: '
|
|
33013
|
+
return (hAsync(Host, { key: 'ed75573caa6e37011f1453dd7f723fb9bd8a3656', onClick: this.onClick, class: createColorClasses$1(color, {
|
|
32983
33014
|
[mode]: true,
|
|
32984
33015
|
'in-item': hostContext('ion-item', el),
|
|
32985
33016
|
'toggle-activated': activated,
|
|
@@ -32989,10 +33020,10 @@ class Toggle {
|
|
|
32989
33020
|
[`toggle-alignment-${alignment}`]: alignment !== undefined,
|
|
32990
33021
|
[`toggle-label-placement-${labelPlacement}`]: true,
|
|
32991
33022
|
[`toggle-${rtl}`]: true,
|
|
32992
|
-
}) }, hAsync("label", { key: '
|
|
33023
|
+
}) }, hAsync("label", { key: '484860e2a33f4d123904edb96159f0e1972d3add', class: "toggle-wrapper" }, hAsync("input", Object.assign({ key: '360b53080aacfd99a9ff60ffb5219816bd4163ee', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl), required: required }, this.inheritedAttributes)), hAsync("div", { key: 'f7239fa668fe11257239ea30cf0198e4f3274f6b', class: {
|
|
32993
33024
|
'label-text-wrapper': true,
|
|
32994
33025
|
'label-text-wrapper-hidden': !this.hasLabel,
|
|
32995
|
-
}, part: "label" }, hAsync("slot", { key: '
|
|
33026
|
+
}, part: "label" }, hAsync("slot", { key: '9495a4a39889822ee68e0d89dc5a2f863d1feb3c' })), hAsync("div", { key: '55f1eb08c4b705e94fbcf02220bbe1d292f06155', class: "native-wrapper" }, this.renderToggleControl()))));
|
|
32996
33027
|
}
|
|
32997
33028
|
get el() { return getElement(this); }
|
|
32998
33029
|
static get watchers() { return {
|
|
@@ -33101,10 +33132,10 @@ class Toolbar {
|
|
|
33101
33132
|
this.childrenStyles.forEach((value) => {
|
|
33102
33133
|
Object.assign(childStyles, value);
|
|
33103
33134
|
});
|
|
33104
|
-
return (hAsync(Host, { key: '
|
|
33135
|
+
return (hAsync(Host, { key: '4fdc9ae82a93237cc28ceb95b0ebd8069b62839d', class: Object.assign(Object.assign({}, childStyles), createColorClasses$1(this.color, {
|
|
33105
33136
|
[mode]: true,
|
|
33106
33137
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
33107
|
-
})) }, hAsync("div", { key: '
|
|
33138
|
+
})) }, hAsync("div", { key: '443a216362bbbf1c149ed12140d52b0f0ea2d664', class: "toolbar-background", part: "background" }), hAsync("div", { key: '1df87f4027d605e42757a13d4828df45b90a4fdc', class: "toolbar-container", part: "container" }, hAsync("slot", { key: 'f66f34972be8e3f4915b9c6f5808600dbaedb1ea', name: "start" }), hAsync("slot", { key: '14f38b0975e956f404c4eb3ee56f2055c6615276', name: "secondary" }), hAsync("div", { key: '75ba5953a25c7544793484d2b245792cb0a5af75', class: "toolbar-content", part: "content" }, hAsync("slot", { key: '149dfa58ff7106f318fecb4134e7c69edf8bc231' })), hAsync("slot", { key: '807ab9ad21d7f1d9d427a4086460bcb9e5e8c019', name: "primary" }), hAsync("slot", { key: 'bd2f9da95d2fa8e74dc6e0666587ceecbba99d9f', name: "end" }))));
|
|
33108
33139
|
}
|
|
33109
33140
|
get el() { return getElement(this); }
|
|
33110
33141
|
static get style() { return {
|
|
@@ -33154,11 +33185,11 @@ class ToolbarTitle {
|
|
|
33154
33185
|
render() {
|
|
33155
33186
|
const mode = getIonMode$1(this);
|
|
33156
33187
|
const size = this.getSize();
|
|
33157
|
-
return (hAsync(Host, { key: '
|
|
33188
|
+
return (hAsync(Host, { key: '7293d2ecd6262feb0d8d769effbb208230baed89', class: createColorClasses$1(this.color, {
|
|
33158
33189
|
[mode]: true,
|
|
33159
33190
|
[`title-${size}`]: true,
|
|
33160
33191
|
'title-rtl': document.dir === 'rtl',
|
|
33161
|
-
}) }, hAsync("div", { key: '
|
|
33192
|
+
}) }, hAsync("div", { key: '086ec3a361ebdf6506846a8704b457cda3a6f897', class: "toolbar-title" }, hAsync("slot", { key: '59add7eb92b82d6832a8f0894f897c51fdf4f214' }))));
|
|
33162
33193
|
}
|
|
33163
33194
|
get el() { return getElement(this); }
|
|
33164
33195
|
static get watchers() { return {
|