@ionic/core 8.3.2-dev.11729014526.1ab61c12 → 8.3.2-dev.11729166111.115d6104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/action-sheet.js +1 -1
- package/components/alert.js +2 -1
- package/components/animation.js +1 -1
- package/components/backdrop.js +1 -1
- package/components/button.js +1 -1
- package/components/buttons.js +1 -1
- package/components/capacitor.js +1 -1
- package/components/checkbox.js +1 -1
- package/components/config2.js +79 -0
- package/components/focus-visible.js +8 -1
- package/components/framework-delegate.js +3 -1
- package/components/helpers.js +4 -1
- package/components/index2.js +2 -1
- package/components/index4.js +1 -3
- package/components/index5.js +27 -3
- package/components/index6.js +124 -27
- package/components/index7.js +150 -111
- package/components/input-shims.js +2 -2
- package/components/input.utils.js +1 -2
- package/components/ion-accordion-group.js +5 -5
- package/components/ion-accordion.js +11 -14
- package/components/ion-app.js +7 -74
- package/components/ion-avatar.js +1 -1
- package/components/ion-back-button.js +3 -2
- package/components/ion-badge.js +1 -1
- package/components/ion-breadcrumb.js +3 -2
- package/components/ion-breadcrumbs.js +1 -1
- package/components/ion-card-content.js +1 -1
- package/components/ion-card-header.js +1 -1
- package/components/ion-card-subtitle.js +1 -1
- package/components/ion-card-title.js +1 -1
- package/components/ion-card.js +1 -1
- package/components/ion-chip.js +1 -1
- package/components/ion-col.js +1 -1
- package/components/ion-content.js +7 -5
- package/components/ion-datetime-button.js +1 -1
- package/components/ion-datetime.js +3 -2
- package/components/ion-fab-button.js +3 -2
- package/components/ion-fab-list.js +1 -1
- package/components/ion-fab.js +1 -1
- package/components/ion-footer.js +7 -5
- package/components/ion-grid.js +1 -1
- package/components/ion-header.js +8 -6
- package/components/ion-img.js +1 -1
- package/components/ion-infinite-scroll-content.js +2 -1
- package/components/ion-infinite-scroll.js +2 -2
- package/components/ion-input-password-toggle.js +3 -2
- package/components/ion-input.js +3 -2
- package/components/ion-item-divider.js +1 -1
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +1 -1
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +2 -2
- package/components/ion-loading.js +2 -1
- package/components/ion-menu-button.js +3 -2
- package/components/ion-menu-toggle.js +1 -1
- package/components/ion-menu.js +2 -2
- package/components/ion-modal.js +3 -3
- package/components/ion-nav.js +2 -1
- package/components/ion-note.js +1 -1
- package/components/ion-picker-legacy.js +1 -1
- package/components/ion-progress-bar.js +2 -1
- package/components/ion-range.js +2 -2
- package/components/ion-refresher-content.js +3 -2
- package/components/ion-refresher.js +2 -2
- package/components/ion-reorder-group.js +2 -2
- package/components/ion-reorder.js +3 -2
- package/components/ion-router-link.js +1 -1
- package/components/ion-router-outlet.js +2 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +3 -2
- package/components/ion-segment-button.js +1 -1
- package/components/ion-segment.js +1 -1
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +3 -2
- package/components/ion-skeleton-text.js +2 -1
- package/components/ion-split-pane.js +1 -1
- package/components/ion-tab-bar.js +1 -1
- package/components/ion-tab-button.js +2 -1
- package/components/ion-text.js +1 -1
- package/components/ion-textarea.js +1 -1
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-title.js +1 -1
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +3 -2
- package/components/ion-toolbar.js +1 -1
- package/components/ionic-global.js +189 -76
- package/components/item.js +6 -5
- package/components/keyboard-controller.js +4 -2
- package/components/label.js +1 -1
- package/components/list-header.js +1 -1
- package/components/list.js +1 -1
- package/components/notch-controller.js +1 -1
- package/components/overlays.js +4 -4
- package/components/picker-column-option.js +1 -1
- package/components/picker-column.js +1 -2
- package/components/picker-column2.js +1 -1
- package/components/popover.js +1 -1
- package/components/radio-group.js +1 -1
- package/components/radio.js +1 -1
- package/components/ripple-effect.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +2 -1
- package/components/status-tap.js +1 -1
- package/css/ionic/bundle.ionic.css +1 -1
- package/css/ionic/bundle.ionic.css.map +1 -1
- package/css/ionic/core.ionic.css +1 -1
- package/css/ionic/core.ionic.css.map +1 -1
- package/dist/cjs/{animation-b4fdf128.js → animation-232e0c8f.js} +2 -2
- package/dist/cjs/{app-globals-38bbc401.js → app-globals-0189a70c.js} +1 -1
- package/dist/cjs/{button-active-3f2f60b4.js → button-active-41228dbf.js} +4 -4
- package/dist/cjs/{capacitor-c04564bf.js → capacitor-806e7fee.js} +3 -3
- package/dist/cjs/{index-73f75efb.js → config-1349d5b4.js} +79 -0
- package/dist/cjs/{data-b3a1a686.js → data-cad5d489.js} +1 -1
- package/dist/{esm/focus-visible-dd40d69f.js → cjs/focus-visible-9aa87fa3.js} +11 -1
- package/dist/cjs/{framework-delegate-55f5683a.js → framework-delegate-cf116b1d.js} +4 -2
- package/dist/cjs/{haptic-f6b37aa3.js → haptic-f0cad9a6.js} +1 -1
- package/dist/cjs/{helpers-afaa9001.js → helpers-e75eb909.js} +4 -1
- package/dist/cjs/{index-2fa32189.js → index-1d02518d.js} +2 -2
- package/dist/cjs/{index-9509ecad.js → index-2c8b42cd.js} +8 -7
- package/dist/cjs/{index-694a3808.js → index-3ac79a1b.js} +10 -10
- package/dist/cjs/{index-ed0f67a3.js → index-71085796.js} +5 -7
- package/dist/cjs/index.cjs.js +10 -12
- package/dist/cjs/{input-shims-ab680ecf.js → input-shims-2958dcc9.js} +17 -18
- package/dist/cjs/{input.utils-44ff82f0.js → input.utils-ed749ecb.js} +3 -4
- package/dist/cjs/ion-accordion_2.cjs.entry.js +28 -32
- package/dist/cjs/ion-action-sheet.cjs.entry.js +23 -25
- package/dist/cjs/ion-alert.cjs.entry.js +33 -35
- package/dist/cjs/ion-app_8.cjs.entry.js +84 -150
- package/dist/cjs/ion-avatar_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-back-button.cjs.entry.js +13 -13
- package/dist/cjs/ion-backdrop.cjs.entry.js +5 -5
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +24 -24
- package/dist/cjs/ion-button_2.cjs.entry.js +13 -13
- package/dist/cjs/ion-card_5.cjs.entry.js +19 -19
- package/dist/cjs/ion-checkbox.cjs.entry.js +15 -15
- package/dist/cjs/ion-chip.cjs.entry.js +5 -5
- package/dist/cjs/ion-col_3.cjs.entry.js +12 -12
- package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -8
- package/dist/cjs/ion-datetime_3.cjs.entry.js +89 -91
- package/dist/cjs/ion-fab_3.cjs.entry.js +21 -21
- package/dist/cjs/ion-img.cjs.entry.js +10 -10
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +22 -22
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +14 -14
- package/dist/cjs/ion-input.cjs.entry.js +27 -28
- package/dist/cjs/ion-item-option_3.cjs.entry.js +19 -19
- package/dist/cjs/ion-item_8.cjs.entry.js +43 -43
- package/dist/cjs/ion-loading.cjs.entry.js +23 -25
- package/dist/cjs/ion-menu_3.cjs.entry.js +37 -39
- package/dist/cjs/ion-modal.cjs.entry.js +48 -50
- package/dist/cjs/ion-nav_2.cjs.entry.js +25 -25
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -7
- package/dist/cjs/ion-picker-column.cjs.entry.js +13 -14
- package/dist/cjs/ion-picker.cjs.entry.js +7 -7
- package/dist/cjs/ion-popover.cjs.entry.js +22 -24
- package/dist/cjs/ion-progress-bar.cjs.entry.js +10 -10
- package/dist/cjs/ion-radio_2.cjs.entry.js +16 -16
- package/dist/cjs/ion-range.cjs.entry.js +23 -23
- package/dist/cjs/ion-refresher_2.cjs.entry.js +46 -47
- package/dist/cjs/ion-reorder_2.cjs.entry.js +20 -21
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -7
- package/dist/cjs/ion-route_4.cjs.entry.js +14 -14
- package/dist/cjs/ion-searchbar.cjs.entry.js +30 -30
- package/dist/cjs/ion-segment_2.cjs.entry.js +17 -17
- package/dist/cjs/ion-select_3.cjs.entry.js +43 -45
- package/dist/cjs/ion-spinner.cjs.entry.js +12 -12
- package/dist/cjs/ion-split-pane.cjs.entry.js +7 -7
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +18 -19
- package/dist/cjs/ion-tab_2.cjs.entry.js +13 -13
- package/dist/cjs/ion-text.cjs.entry.js +5 -5
- package/dist/cjs/ion-textarea.cjs.entry.js +23 -24
- package/dist/cjs/ion-toast.cjs.entry.js +29 -31
- package/dist/cjs/ion-toggle.cjs.entry.js +24 -25
- package/dist/cjs/{ionic-global-5df85d73.js → ionic-global-3647b9f5.js} +205 -89
- package/dist/cjs/ionic.cjs.js +7 -7
- package/dist/cjs/{ios.transition-7574ba71.js → ios.transition-4411892c.js} +5 -6
- package/dist/cjs/{keyboard-controller-c05e747a.js → keyboard-controller-020444ad.js} +11 -9
- package/dist/cjs/{keyboard-af1bb365.js → keyboard-e0062bfc.js} +4 -3
- package/dist/cjs/{keyboard-0272231f.js → keyboard-ed6e1327.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{md.transition-d9d90911.js → md.transition-261f9f67.js} +5 -6
- package/dist/cjs/{notch-controller-d69150f5.js → notch-controller-70ad2323.js} +4 -4
- package/dist/cjs/{overlays-faf6f843.js → overlays-22320753.js} +17 -17
- package/dist/cjs/{status-tap-28780caa.js → status-tap-cfc7f9a5.js} +8 -8
- package/dist/cjs/{swipe-back-0303a5e4.js → swipe-back-ecdf1cf5.js} +2 -1
- package/dist/collection/components/accordion/accordion.ionic.css +203 -0
- package/dist/collection/components/accordion/accordion.ios.css +61 -58
- package/dist/collection/components/accordion/accordion.js +6 -10
- package/dist/collection/components/accordion/accordion.md.css +61 -59
- package/dist/collection/components/accordion-group/accordion-group.ionic.css +83 -0
- package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -4
- package/dist/collection/components/accordion-group/accordion-group.js +4 -4
- package/dist/collection/components/accordion-group/accordion-group.md.css +4 -4
- package/dist/collection/components/app/app.js +5 -75
- package/dist/collection/components/content/content.js +6 -4
- package/dist/collection/components/footer/footer.js +5 -3
- package/dist/collection/components/header/header.js +6 -4
- package/dist/collection/components/input/input.js +1 -1
- package/dist/collection/components/item/item.ionic.css +2 -0
- package/dist/collection/components/item/item.ios.css +1 -0
- package/dist/collection/components/item/item.md.css +1 -0
- package/dist/collection/components/searchbar/searchbar.js +1 -1
- package/dist/collection/global/ionic-global.js +69 -1
- package/dist/collection/utils/focus-visible.js +7 -0
- package/dist/collection/utils/framework-delegate.js +3 -1
- package/dist/collection/utils/helpers.js +3 -1
- package/dist/collection/utils/keyboard/keyboard-controller.js +3 -1
- package/dist/collection/utils/overlays.js +2 -1
- package/dist/docs.json +107 -107
- package/dist/esm/{animation-eab5a4ca.js → animation-16546c84.js} +1 -1
- package/dist/esm/{app-globals-c45950ba.js → app-globals-35381e66.js} +1 -1
- package/dist/esm/{button-active-873732e5.js → button-active-c768aceb.js} +2 -2
- package/dist/esm/{capacitor-59395cbd.js → capacitor-0897b83c.js} +1 -1
- package/dist/esm/{index-723c0e5d.js → config-0b6b1b3d.js} +76 -1
- package/dist/esm/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
- package/dist/{cjs/focus-visible-7a0ce04f.js → esm/focus-visible-501aff19.js} +8 -3
- package/dist/esm/{framework-delegate-63d1a679.js → framework-delegate-56698eb0.js} +4 -2
- package/dist/esm/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm/{helpers-da915de8.js → helpers-d57f52c8.js} +4 -1
- package/{components/index8.js → dist/esm/index-7f65e865.js} +3 -2
- package/dist/esm/{index-2d8b49ae.js → index-82405a4a.js} +3 -5
- package/dist/esm/{index-29be96b3.js → index-edf94b3b.js} +5 -5
- package/dist/esm/{index-56cab0d6.js → index-f8ad386a.js} +2 -2
- package/dist/esm/index.js +10 -12
- package/dist/esm/{input-shims-59f93016.js → input-shims-0f3cc1c3.js} +6 -7
- package/dist/esm/{input.utils-8755322f.js → input.utils-ef4d8197.js} +2 -3
- package/dist/esm/ion-accordion_2.entry.js +15 -19
- package/dist/esm/ion-action-sheet.entry.js +9 -11
- package/dist/esm/ion-alert.entry.js +9 -11
- package/dist/esm/ion-app_8.entry.js +28 -94
- package/dist/esm/ion-avatar_3.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +3 -3
- package/dist/esm/ion-backdrop.entry.js +2 -2
- package/dist/esm/ion-breadcrumb_2.entry.js +3 -3
- package/dist/esm/ion-button_2.entry.js +3 -3
- package/dist/esm/ion-card_5.entry.js +3 -3
- package/dist/esm/ion-checkbox.entry.js +3 -3
- package/dist/esm/ion-chip.entry.js +2 -2
- package/dist/esm/ion-col_3.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +4 -4
- package/dist/esm/ion-datetime_3.entry.js +10 -12
- package/dist/esm/ion-fab_3.entry.js +3 -3
- package/dist/esm/ion-img.entry.js +3 -3
- package/dist/esm/ion-infinite-scroll_2.entry.js +4 -4
- package/dist/esm/ion-input-password-toggle.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +5 -6
- package/dist/esm/ion-item-option_3.entry.js +4 -4
- package/dist/esm/ion-item_8.entry.js +6 -6
- package/dist/esm/ion-loading.entry.js +6 -8
- package/dist/esm/ion-menu_3.entry.js +7 -9
- package/dist/esm/ion-modal.entry.js +11 -13
- 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 +5 -6
- package/dist/esm/ion-picker.entry.js +2 -2
- package/dist/esm/ion-popover.entry.js +7 -9
- package/dist/esm/ion-progress-bar.entry.js +3 -3
- package/dist/esm/ion-radio_2.entry.js +3 -3
- package/dist/esm/ion-range.entry.js +4 -4
- package/dist/esm/ion-refresher_2.entry.js +7 -8
- package/dist/esm/ion-reorder_2.entry.js +6 -7
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +3 -3
- package/dist/esm/ion-searchbar.entry.js +3 -3
- package/dist/esm/ion-segment_2.entry.js +3 -3
- package/dist/esm/ion-select_3.entry.js +6 -8
- package/dist/esm/ion-spinner.entry.js +2 -2
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +6 -7
- package/dist/esm/ion-tab_2.entry.js +3 -3
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +5 -6
- package/dist/esm/ion-toast.entry.js +6 -8
- package/dist/esm/ion-toggle.entry.js +5 -6
- package/dist/esm/{ionic-global-a8cbb8b0.js → ionic-global-d7017fd9.js} +184 -72
- package/dist/esm/ionic.js +4 -4
- package/dist/esm/{ios.transition-4706aa28.js → ios.transition-4b9fe79e.js} +5 -6
- package/dist/esm/{keyboard-52278bd7.js → keyboard-584d2e6f.js} +4 -3
- package/dist/esm/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm/{keyboard-controller-ec5c2bfa.js → keyboard-controller-9c9c2301.js} +5 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{md.transition-20ad6960.js → md.transition-a71dc418.js} +5 -6
- package/dist/esm/{notch-controller-55b09e11.js → notch-controller-4d9a7b28.js} +2 -2
- package/dist/esm/{overlays-40e86f77.js → overlays-9da9aef5.js} +6 -6
- package/dist/esm/{status-tap-0433b6a6.js → status-tap-82f51b25.js} +4 -4
- package/dist/esm/{swipe-back-e5394307.js → swipe-back-c5709ce5.js} +2 -1
- package/dist/esm-es5/animation-16546c84.js +4 -0
- package/dist/esm-es5/app-globals-35381e66.js +4 -0
- package/dist/esm-es5/button-active-c768aceb.js +4 -0
- package/dist/esm-es5/capacitor-0897b83c.js +4 -0
- package/dist/esm-es5/{index-723c0e5d.js → config-0b6b1b3d.js} +2 -2
- package/dist/esm-es5/{data-fde041b0.js → data-d9b1fbdb.js} +1 -1
- package/dist/esm-es5/focus-visible-501aff19.js +4 -0
- package/dist/esm-es5/framework-delegate-56698eb0.js +4 -0
- package/dist/esm-es5/{haptic-ac164e4c.js → haptic-d9a770b8.js} +1 -1
- package/dist/esm-es5/helpers-d57f52c8.js +4 -0
- package/dist/esm-es5/index-7f65e865.js +4 -0
- package/dist/esm-es5/index-82405a4a.js +4 -0
- package/dist/esm-es5/index-edf94b3b.js +4 -0
- package/dist/esm-es5/{index-56cab0d6.js → index-f8ad386a.js} +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/input-shims-0f3cc1c3.js +4 -0
- package/dist/esm-es5/input.utils-ef4d8197.js +4 -0
- package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
- package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
- package/dist/esm-es5/ion-alert.entry.js +1 -1
- package/dist/esm-es5/ion-app_8.entry.js +1 -1
- package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
- package/dist/esm-es5/ion-back-button.entry.js +1 -1
- package/dist/esm-es5/ion-backdrop.entry.js +1 -1
- package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
- package/dist/esm-es5/ion-button_2.entry.js +1 -1
- package/dist/esm-es5/ion-card_5.entry.js +1 -1
- package/dist/esm-es5/ion-checkbox.entry.js +1 -1
- package/dist/esm-es5/ion-chip.entry.js +1 -1
- package/dist/esm-es5/ion-col_3.entry.js +1 -1
- package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
- package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
- package/dist/esm-es5/ion-fab_3.entry.js +1 -1
- package/dist/esm-es5/ion-img.entry.js +1 -1
- package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
- package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
- package/dist/esm-es5/ion-input.entry.js +1 -1
- package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
- package/dist/esm-es5/ion-item_8.entry.js +1 -1
- package/dist/esm-es5/ion-loading.entry.js +1 -1
- package/dist/esm-es5/ion-menu_3.entry.js +1 -1
- package/dist/esm-es5/ion-modal.entry.js +1 -1
- package/dist/esm-es5/ion-nav_2.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
- package/dist/esm-es5/ion-picker-column.entry.js +1 -1
- package/dist/esm-es5/ion-picker.entry.js +1 -1
- package/dist/esm-es5/ion-popover.entry.js +1 -1
- package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
- package/dist/esm-es5/ion-radio_2.entry.js +1 -1
- package/dist/esm-es5/ion-range.entry.js +1 -1
- package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
- package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
- package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
- package/dist/esm-es5/ion-route_4.entry.js +1 -1
- package/dist/esm-es5/ion-searchbar.entry.js +1 -1
- package/dist/esm-es5/ion-segment_2.entry.js +1 -1
- package/dist/esm-es5/ion-select_3.entry.js +1 -1
- package/dist/esm-es5/ion-spinner.entry.js +1 -1
- package/dist/esm-es5/ion-split-pane.entry.js +1 -1
- package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
- package/dist/esm-es5/ion-tab_2.entry.js +1 -1
- package/dist/esm-es5/ion-text.entry.js +1 -1
- package/dist/esm-es5/ion-textarea.entry.js +1 -1
- package/dist/esm-es5/ion-toast.entry.js +1 -1
- package/dist/esm-es5/ion-toggle.entry.js +1 -1
- package/dist/esm-es5/ionic-global-d7017fd9.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/ios.transition-4b9fe79e.js +4 -0
- package/dist/esm-es5/keyboard-584d2e6f.js +4 -0
- package/dist/esm-es5/{keyboard-73175e24.js → keyboard-ad38b8fc.js} +1 -1
- package/dist/esm-es5/keyboard-controller-9c9c2301.js +4 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-a71dc418.js +4 -0
- package/dist/esm-es5/notch-controller-4d9a7b28.js +4 -0
- package/dist/esm-es5/overlays-9da9aef5.js +4 -0
- package/dist/esm-es5/status-tap-82f51b25.js +4 -0
- package/dist/esm-es5/swipe-back-c5709ce5.js +4 -0
- package/dist/html.html-data.json +102 -102
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/ionic.js +1 -1
- package/dist/ionic/p-027d729e.entry.js +4 -0
- package/dist/ionic/p-036e1c5b.entry.js +4 -0
- package/dist/ionic/{p-8285d686.system.entry.js → p-0695a0af.system.entry.js} +1 -1
- package/dist/ionic/p-08df90cf.system.js +4 -0
- package/dist/ionic/p-08f1ef0c.entry.js +4 -0
- package/dist/ionic/{p-eef611dc.system.entry.js → p-093de343.system.entry.js} +1 -1
- package/dist/ionic/{p-d3fd2c98.entry.js → p-0a701833.entry.js} +1 -1
- package/dist/ionic/{p-0b120b1d.js → p-0a820472.js} +1 -1
- package/dist/ionic/p-0ade0499.system.entry.js +4 -0
- package/dist/ionic/p-1037b7dd.js +4 -0
- package/dist/ionic/{p-26313905.system.entry.js → p-11915ee9.system.entry.js} +1 -1
- package/dist/ionic/p-12e3e308.entry.js +4 -0
- package/dist/ionic/p-14719a77.entry.js +4 -0
- package/dist/ionic/p-15d51b10.js +4 -0
- package/dist/ionic/p-221e5078.system.js +4 -0
- package/dist/ionic/p-25e2c98f.system.js +4 -0
- package/dist/ionic/p-26f7c080.system.js +4 -0
- package/dist/ionic/p-28d04212.system.js +4 -0
- package/dist/ionic/{p-cde755fc.system.entry.js → p-291dc0b3.system.entry.js} +1 -1
- package/dist/ionic/p-29d6d1fc.system.entry.js +4 -0
- package/dist/ionic/p-2a559ac6.js +4 -0
- package/dist/ionic/p-2a79e451.entry.js +4 -0
- package/dist/ionic/p-2b428cf6.entry.js +4 -0
- package/dist/ionic/{p-d878447e.entry.js → p-2c368e32.entry.js} +1 -1
- package/dist/ionic/{p-a4519424.system.js → p-2c5d7d84.system.js} +1 -1
- package/dist/ionic/p-2d621d56.system.entry.js +4 -0
- package/dist/ionic/{p-6b6ee9ca.system.entry.js → p-2da8c20c.system.entry.js} +1 -1
- package/dist/ionic/p-334c09da.entry.js +4 -0
- package/dist/ionic/p-33a1d951.system.entry.js +4 -0
- package/dist/ionic/p-36bdcfc4.js +4 -0
- package/dist/ionic/p-388ac217.js +4 -0
- package/dist/ionic/{p-727aa804.system.entry.js → p-39c02066.system.entry.js} +1 -1
- package/dist/ionic/{p-c4ae4d32.system.js → p-3a11234f.system.js} +1 -1
- package/dist/ionic/{p-4ccbf702.system.js → p-3bfe43bc.system.js} +1 -1
- package/dist/ionic/p-3c24f9f2.entry.js +4 -0
- package/dist/ionic/p-3ca5196c.js +4 -0
- package/dist/ionic/{p-35b66bbc.system.entry.js → p-3d9cad0b.system.entry.js} +1 -1
- package/dist/ionic/{p-5a583b1a.entry.js → p-413a936c.entry.js} +1 -1
- package/dist/ionic/p-419fac38.entry.js +4 -0
- package/dist/ionic/p-434c7348.system.entry.js +4 -0
- package/dist/ionic/p-45e150eb.js +4 -0
- package/dist/ionic/p-46787abb.system.js +4 -0
- package/dist/ionic/p-46cc2492.system.js +4 -0
- package/dist/ionic/{p-77c3fe69.entry.js → p-49a3fc76.entry.js} +1 -1
- package/dist/ionic/{p-e5333f3f.entry.js → p-49d80815.entry.js} +1 -1
- package/dist/ionic/{p-854b1e11.system.entry.js → p-4a9b61ed.system.entry.js} +1 -1
- package/dist/ionic/{p-b6d72f12.entry.js → p-4b153a9f.entry.js} +1 -1
- package/dist/ionic/p-4c251d59.entry.js +4 -0
- package/dist/ionic/{p-10dacd80.entry.js → p-4d000ec5.entry.js} +1 -1
- package/dist/ionic/p-4e202665.js +4 -0
- package/dist/ionic/{p-27281edd.js → p-4ed7dfdb.js} +1 -1
- package/dist/ionic/p-4feea938.entry.js +4 -0
- package/dist/ionic/p-501ae197.system.entry.js +4 -0
- package/dist/ionic/p-50feac01.system.entry.js +4 -0
- package/dist/ionic/p-521ef3a2.entry.js +4 -0
- package/dist/ionic/p-5430a9da.system.entry.js +4 -0
- package/dist/ionic/{p-4de02483.entry.js → p-5468bfbf.entry.js} +1 -1
- package/dist/ionic/p-5655419d.system.entry.js +4 -0
- package/dist/ionic/p-5ce35a03.js +4 -0
- package/dist/ionic/{p-19ea7bff.system.js → p-61a51379.system.js} +1 -1
- package/dist/ionic/p-643e2eb8.js +4 -0
- package/dist/ionic/{p-12299223.system.entry.js → p-64a3567c.system.entry.js} +1 -1
- package/dist/ionic/p-660f3b98.entry.js +4 -0
- package/dist/ionic/{p-d05aabdf.system.entry.js → p-68f3fa48.system.entry.js} +2 -2
- package/dist/ionic/{p-bd7fb7b4.js → p-69e54172.js} +1 -1
- package/dist/ionic/p-6ad6d594.js +4 -0
- package/dist/ionic/p-6d240f1a.entry.js +4 -0
- package/dist/ionic/{p-82028c01.system.entry.js → p-6d9e1887.system.entry.js} +1 -1
- package/dist/ionic/{p-f3cfb48a.entry.js → p-6ecebfc6.entry.js} +1 -1
- package/dist/ionic/{p-c32229bb.system.entry.js → p-6f8c2e62.system.entry.js} +1 -1
- package/dist/ionic/p-70c6cd75.system.js +4 -0
- package/dist/ionic/{p-5cc80c49.system.js → p-71e8ffdd.system.js} +1 -1
- package/dist/ionic/{p-6c555957.system.entry.js → p-726b9197.system.entry.js} +1 -1
- package/dist/ionic/{p-ce5c2902.system.js → p-73e32456.system.js} +1 -1
- package/dist/ionic/{p-9146695e.system.js → p-747e9c9a.system.js} +1 -1
- package/dist/ionic/p-7cdc6bce.entry.js +4 -0
- package/dist/ionic/p-7ebc381e.entry.js +4 -0
- package/dist/ionic/{p-e34e037d.system.entry.js → p-80342c88.system.entry.js} +1 -1
- package/dist/ionic/p-8421aedf.js +4 -0
- package/dist/ionic/{p-927b5898.entry.js → p-846dd10a.entry.js} +1 -1
- package/dist/ionic/p-90089868.system.entry.js +4 -0
- package/dist/ionic/{p-19c89aeb.system.entry.js → p-9152f6a3.system.entry.js} +1 -1
- package/dist/ionic/{p-48cd1ced.entry.js → p-92b48263.entry.js} +1 -1
- package/dist/ionic/p-931dc464.entry.js +4 -0
- package/dist/ionic/p-95e22fa9.entry.js +4 -0
- package/dist/ionic/{p-e259208f.entry.js → p-9a9eb866.entry.js} +1 -1
- package/dist/ionic/p-9c526519.entry.js +4 -0
- package/dist/ionic/p-9e4ede77.system.entry.js +4 -0
- package/dist/ionic/p-9e8e25e4.system.js +4 -0
- package/dist/ionic/p-9e9bff83.system.js +4 -0
- package/dist/ionic/p-9f51595b.entry.js +4 -0
- package/dist/ionic/{p-3efc5d47.system.entry.js → p-a65fe34d.system.entry.js} +1 -1
- package/dist/ionic/p-a6aaef61.system.entry.js +4 -0
- package/dist/ionic/p-a856dbc6.entry.js +4 -0
- package/dist/ionic/{p-83948e48.js → p-a9fd9d48.js} +2 -2
- package/dist/ionic/p-aacc6ddd.system.js +5 -0
- package/dist/ionic/{p-bcfa9bb5.system.entry.js → p-ab6e0f02.system.entry.js} +1 -1
- package/dist/ionic/{p-bef12497.entry.js → p-ac64cba5.entry.js} +1 -1
- package/dist/ionic/p-adaa7af1.entry.js +4 -0
- package/dist/ionic/p-adec897a.system.entry.js +4 -0
- package/dist/ionic/p-b0e10591.entry.js +4 -0
- package/dist/ionic/{p-46f790b3.entry.js → p-b14c601a.entry.js} +1 -1
- package/dist/ionic/p-b19a9aa9.system.js +4 -0
- package/dist/ionic/p-b297c7b5.system.js +4 -0
- package/dist/ionic/{p-d6eda1bb.system.entry.js → p-b6fc8ee2.system.entry.js} +1 -1
- package/dist/ionic/{p-89b61afc.js → p-b9b36d56.js} +1 -1
- package/dist/ionic/p-ba3ddec4.js +4 -0
- package/dist/ionic/{p-9c8e5275.system.entry.js → p-bd50f24e.system.entry.js} +1 -1
- package/dist/ionic/{p-db63907a.system.entry.js → p-c2a4c5c5.system.entry.js} +1 -1
- package/dist/ionic/p-c6191942.js +4 -0
- package/dist/ionic/p-c6e47379.entry.js +4 -0
- package/dist/ionic/p-c7e967c0.system.entry.js +4 -0
- package/dist/ionic/p-c8097757.system.entry.js +4 -0
- package/dist/ionic/p-c8a54d29.system.entry.js +4 -0
- package/dist/ionic/{p-b06ac4a5.system.js → p-c9ef0ca7.system.js} +1 -1
- package/dist/ionic/p-cb131dda.system.entry.js +4 -0
- package/dist/ionic/{p-ca3bf740.system.entry.js → p-cb8800fe.system.entry.js} +1 -1
- package/dist/ionic/p-cf2f1ede.entry.js +4 -0
- package/dist/ionic/p-d0259f44.system.js +4 -0
- package/dist/ionic/{p-bf673222.system.entry.js → p-d085c881.system.entry.js} +1 -1
- package/dist/ionic/p-d0953ec9.system.entry.js +4 -0
- package/dist/ionic/{p-cb3dc48f.entry.js → p-d0b7fe70.entry.js} +1 -1
- package/dist/ionic/p-d10313a6.system.js +4 -0
- package/dist/ionic/{p-c7e16491.js → p-d1e991c3.js} +1 -1
- package/dist/ionic/p-d2a55f0a.system.entry.js +4 -0
- package/dist/ionic/p-d2ef848a.entry.js +4 -0
- package/dist/ionic/{p-f4ad1cf6.system.entry.js → p-d346c889.system.entry.js} +1 -1
- package/dist/ionic/{p-f7712c17.system.js → p-d8339079.system.js} +1 -1
- package/dist/ionic/{p-1fd1d157.system.js → p-d9e1c48c.system.js} +1 -1
- package/dist/ionic/{p-44c281df.entry.js → p-da968066.entry.js} +1 -1
- package/dist/ionic/p-db8aeb40.system.js +4 -0
- package/dist/ionic/{p-5771eacd.js → p-dbfc5db6.js} +1 -1
- package/dist/ionic/p-dd50ef12.js +4 -0
- package/dist/ionic/p-e270862e.js +4 -0
- package/dist/ionic/{p-dfd995cc.system.entry.js → p-e5239905.system.entry.js} +1 -1
- package/dist/ionic/{p-8985cdb6.system.js → p-e61e3bb4.system.js} +1 -1
- package/dist/ionic/p-e7546060.entry.js +4 -0
- package/dist/ionic/p-e9f8aa95.entry.js +4 -0
- package/dist/ionic/p-eb376af4.entry.js +4 -0
- package/dist/ionic/{p-dde3a646.entry.js → p-eeb60a8f.entry.js} +1 -1
- package/dist/ionic/p-f065578f.js +4 -0
- package/dist/ionic/{p-614d974e.system.entry.js → p-f41914c0.system.entry.js} +1 -1
- package/dist/ionic/p-f4ae533b.js +4 -0
- package/dist/ionic/p-f61ce679.js +4 -0
- package/dist/ionic/p-f63f81aa.system.entry.js +4 -0
- package/dist/ionic/{p-7986665a.system.entry.js → p-f670192b.system.entry.js} +1 -1
- package/dist/ionic/{p-a93873de.system.js → p-f8e329da.system.js} +1 -1
- package/dist/ionic/{p-6ca5f4da.system.entry.js → p-fac985b6.system.entry.js} +1 -1
- package/dist/ionic/{p-e61c9280.entry.js → p-fbcb3139.entry.js} +1 -1
- package/dist/ionic/{p-0328213e.system.entry.js → p-fbcf9790.system.entry.js} +1 -1
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/app/app.d.ts +0 -2
- package/dist/types/global/ionic-global.d.ts +2 -0
- package/dist/types/utils/config.d.ts +7 -0
- package/dist/types/utils/focus-visible.d.ts +1 -0
- package/hydrate/index.js +207 -201
- package/hydrate/index.mjs +207 -201
- package/package.json +1 -1
- package/components/hardware-back-button.js +0 -115
- package/dist/cjs/hardware-back-button-d37054f2.js +0 -122
- package/dist/cjs/index-c8d52405.js +0 -10
- package/dist/esm/hardware-back-button-2bb5194f.js +0 -116
- package/dist/esm/index-79b30591.js +0 -167
- package/dist/esm/index-a5d50daf.js +0 -7
- package/dist/esm-es5/animation-eab5a4ca.js +0 -4
- package/dist/esm-es5/app-globals-c45950ba.js +0 -4
- package/dist/esm-es5/button-active-873732e5.js +0 -4
- package/dist/esm-es5/capacitor-59395cbd.js +0 -4
- package/dist/esm-es5/focus-visible-dd40d69f.js +0 -4
- package/dist/esm-es5/framework-delegate-63d1a679.js +0 -4
- package/dist/esm-es5/hardware-back-button-2bb5194f.js +0 -4
- package/dist/esm-es5/helpers-da915de8.js +0 -4
- package/dist/esm-es5/index-29be96b3.js +0 -4
- package/dist/esm-es5/index-2d8b49ae.js +0 -4
- package/dist/esm-es5/index-79b30591.js +0 -4
- package/dist/esm-es5/index-a5d50daf.js +0 -4
- package/dist/esm-es5/input-shims-59f93016.js +0 -4
- package/dist/esm-es5/input.utils-8755322f.js +0 -4
- package/dist/esm-es5/ionic-global-a8cbb8b0.js +0 -4
- package/dist/esm-es5/ios.transition-4706aa28.js +0 -4
- package/dist/esm-es5/keyboard-52278bd7.js +0 -4
- package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +0 -4
- package/dist/esm-es5/md.transition-20ad6960.js +0 -4
- package/dist/esm-es5/notch-controller-55b09e11.js +0 -4
- package/dist/esm-es5/overlays-40e86f77.js +0 -4
- package/dist/esm-es5/status-tap-0433b6a6.js +0 -4
- package/dist/esm-es5/swipe-back-e5394307.js +0 -4
- package/dist/ionic/p-00093fc0.entry.js +0 -4
- package/dist/ionic/p-0bfbe380.js +0 -4
- package/dist/ionic/p-0c9a7872.system.entry.js +0 -4
- package/dist/ionic/p-0cd67533.js +0 -4
- package/dist/ionic/p-0d86eb56.system.entry.js +0 -4
- package/dist/ionic/p-0d945ebd.entry.js +0 -4
- package/dist/ionic/p-0fa218e9.system.js +0 -5
- package/dist/ionic/p-0fd7a8cb.system.entry.js +0 -4
- package/dist/ionic/p-175821bc.entry.js +0 -4
- package/dist/ionic/p-1dfc11b3.system.js +0 -4
- package/dist/ionic/p-1e4371bd.js +0 -4
- package/dist/ionic/p-1f6507e4.entry.js +0 -4
- package/dist/ionic/p-1f7b26cc.entry.js +0 -4
- package/dist/ionic/p-2282c878.system.entry.js +0 -4
- package/dist/ionic/p-27bb59a9.system.entry.js +0 -4
- package/dist/ionic/p-28be0cf9.js +0 -4
- package/dist/ionic/p-2a844e7c.entry.js +0 -4
- package/dist/ionic/p-2b7827c7.js +0 -4
- package/dist/ionic/p-2b98e44b.system.entry.js +0 -4
- package/dist/ionic/p-2fd3e890.system.entry.js +0 -4
- package/dist/ionic/p-30c8168f.system.entry.js +0 -4
- package/dist/ionic/p-3281aaeb.entry.js +0 -4
- package/dist/ionic/p-32f4a0b9.entry.js +0 -4
- package/dist/ionic/p-34b11c24.js +0 -4
- package/dist/ionic/p-36db29d9.system.js +0 -4
- package/dist/ionic/p-3ad285e3.system.js +0 -4
- package/dist/ionic/p-3c1b93db.system.entry.js +0 -4
- package/dist/ionic/p-3cc276f4.js +0 -4
- package/dist/ionic/p-3dfa54e6.js +0 -4
- package/dist/ionic/p-432e6521.system.entry.js +0 -4
- package/dist/ionic/p-4c2d5b80.system.js +0 -4
- package/dist/ionic/p-4c38fcdd.system.js +0 -4
- package/dist/ionic/p-4e6c9480.system.entry.js +0 -4
- package/dist/ionic/p-4e7c68a5.entry.js +0 -4
- package/dist/ionic/p-5c766439.entry.js +0 -4
- package/dist/ionic/p-5c8fa89d.system.js +0 -4
- package/dist/ionic/p-614c3822.system.js +0 -4
- package/dist/ionic/p-62836b01.js +0 -4
- package/dist/ionic/p-63fe75bc.js +0 -4
- package/dist/ionic/p-664480c8.system.entry.js +0 -4
- package/dist/ionic/p-6d7c455f.js +0 -4
- package/dist/ionic/p-6f418011.system.entry.js +0 -4
- package/dist/ionic/p-713374f2.entry.js +0 -4
- package/dist/ionic/p-72812e99.js +0 -4
- package/dist/ionic/p-72bc8a1c.js +0 -4
- package/dist/ionic/p-737d64f9.entry.js +0 -4
- package/dist/ionic/p-792919fd.system.js +0 -4
- package/dist/ionic/p-7b30edcc.js +0 -4
- package/dist/ionic/p-7b341352.js +0 -4
- package/dist/ionic/p-7c9d5354.entry.js +0 -4
- package/dist/ionic/p-7ccf7f29.entry.js +0 -4
- package/dist/ionic/p-7dfa7ebc.entry.js +0 -4
- package/dist/ionic/p-80ff4e55.entry.js +0 -4
- package/dist/ionic/p-82d80c8f.entry.js +0 -4
- package/dist/ionic/p-83e4478f.entry.js +0 -4
- package/dist/ionic/p-8635f5e6.system.js +0 -4
- package/dist/ionic/p-87365857.system.entry.js +0 -4
- package/dist/ionic/p-87a81a63.system.entry.js +0 -4
- package/dist/ionic/p-916f6c1d.entry.js +0 -4
- package/dist/ionic/p-93cf45ec.system.entry.js +0 -4
- package/dist/ionic/p-9493acfe.entry.js +0 -4
- package/dist/ionic/p-9805b25a.system.entry.js +0 -4
- package/dist/ionic/p-a15ddedb.system.js +0 -4
- package/dist/ionic/p-a1b80dd6.system.js +0 -4
- package/dist/ionic/p-a8a04757.system.entry.js +0 -4
- package/dist/ionic/p-abe101da.system.js +0 -4
- package/dist/ionic/p-b24c259e.entry.js +0 -4
- package/dist/ionic/p-b33b643b.entry.js +0 -4
- package/dist/ionic/p-b51e4004.js +0 -4
- package/dist/ionic/p-ba45ad7d.entry.js +0 -4
- package/dist/ionic/p-bc8e48de.entry.js +0 -4
- package/dist/ionic/p-bcf5573f.entry.js +0 -4
- package/dist/ionic/p-bdd4e026.entry.js +0 -4
- package/dist/ionic/p-c468af8a.system.js +0 -4
- package/dist/ionic/p-c61cc894.js +0 -4
- package/dist/ionic/p-c628bdcb.system.js +0 -4
- package/dist/ionic/p-c6f1b434.js +0 -4
- package/dist/ionic/p-cd40baea.entry.js +0 -4
- package/dist/ionic/p-d47265c8.js +0 -4
- package/dist/ionic/p-d53e0b4b.entry.js +0 -4
- package/dist/ionic/p-d79ed7b3.system.js +0 -4
- package/dist/ionic/p-dbb02a23.system.entry.js +0 -4
- package/dist/ionic/p-dd79c031.js +0 -4
- package/dist/ionic/p-e050dad9.system.js +0 -4
- package/dist/ionic/p-e2bd011e.js +0 -4
- package/dist/ionic/p-ea16a842.entry.js +0 -4
- package/dist/ionic/p-eafeb1ff.system.js +0 -4
- package/dist/ionic/p-ed419a44.entry.js +0 -4
- package/dist/ionic/p-f9782d44.system.entry.js +0 -4
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
9
|
const caretLeft = require('./caret-left-2bb66970.js');
|
|
10
|
-
const helpers = require('./helpers-
|
|
10
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
11
11
|
const theme = require('./theme-d1c573d2.js');
|
|
12
|
-
const index
|
|
13
|
-
const ionicGlobal = require('./ionic-global-
|
|
12
|
+
const index = require('./index-073c7cdc.js');
|
|
13
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
14
14
|
|
|
15
15
|
const ionicBackButtonMdCss = ":host{--background:transparent;--color-focused:currentColor;--color-hover:currentColor;--icon-margin-top:0;--icon-margin-bottom:0;--icon-padding-top:0;--icon-padding-end:0;--icon-padding-bottom:0;--icon-padding-start:0;--margin-top:0;--margin-end:0;--margin-bottom:0;--margin-start:0;--min-width:auto;--min-height:auto;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;--opacity:1;--ripple-color:currentColor;--transition:background-color, opacity 100ms linear;display:none;min-width:var(--min-width);min-height:var(--min-height);color:var(--color);font-family:var(--ion-font-family, inherit);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-kerning:none;font-kerning:none}ion-ripple-effect{color:var(--ripple-color)}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.show-back-button){display:block}:host(.back-button-disabled){cursor:default;opacity:0.5;pointer-events:none}.button-native{border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit;display:block;position:relative;width:100%;height:100%;min-height:inherit;-webkit-transition:var(--transition);transition:var(--transition);border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;opacity:var(--opacity);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;z-index:1}ion-icon{-webkit-padding-start:var(--icon-padding-start);padding-inline-start:var(--icon-padding-start);-webkit-padding-end:var(--icon-padding-end);padding-inline-end:var(--icon-padding-end);padding-top:var(--icon-padding-top);padding-bottom:var(--icon-padding-bottom);-webkit-margin-start:var(--icon-margin-start);margin-inline-start:var(--icon-margin-start);-webkit-margin-end:var(--icon-margin-end);margin-inline-end:var(--icon-margin-end);margin-top:var(--icon-margin-top);margin-bottom:var(--icon-margin-bottom);display:inherit;font-size:var(--icon-font-size);font-weight:var(--icon-font-weight);pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-base)}}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--border-radius:4px;--background-focused:currentColor;--background-focused-opacity:0.12;--background-hover:currentColor;--background-hover-opacity:0.04;--color:currentColor;--icon-margin-end:0;--icon-margin-start:0;--icon-font-size:1.5rem;--icon-font-weight:normal;--min-height:32px;--min-width:44px;--padding-start:12px;--padding-end:12px;font-size:0.875rem;font-weight:500;text-transform:uppercase}:host(.back-button-has-icon-only){--border-radius:50%;min-width:48px;min-height:48px;aspect-ratio:1/1}.button-native{-webkit-box-shadow:none;box-shadow:none}.button-text{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:0;padding-bottom:0}ion-icon{line-height:0.67;text-align:start}@media (any-hover: hover){:host(.ion-color:hover) .button-native::after{background:var(--ion-color-base)}}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-base)}";
|
|
16
16
|
const IonBackButtonIonicStyle0 = ionicBackButtonMdCss;
|
|
@@ -23,7 +23,7 @@ const IonBackButtonMdStyle0 = backButtonMdCss;
|
|
|
23
23
|
|
|
24
24
|
const BackButton = class {
|
|
25
25
|
constructor(hostRef) {
|
|
26
|
-
|
|
26
|
+
config.registerInstance(this, hostRef);
|
|
27
27
|
this.inheritedAttributes = {};
|
|
28
28
|
this.onClick = async (ev) => {
|
|
29
29
|
const nav = this.el.closest('ion-nav');
|
|
@@ -44,7 +44,7 @@ const BackButton = class {
|
|
|
44
44
|
componentWillLoad() {
|
|
45
45
|
this.inheritedAttributes = helpers.inheritAriaAttributes(this.el);
|
|
46
46
|
if (this.defaultHref === undefined) {
|
|
47
|
-
this.defaultHref =
|
|
47
|
+
this.defaultHref = config.config.get('backButtonDefaultHref');
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
get backButtonIcon() {
|
|
@@ -55,18 +55,18 @@ const BackButton = class {
|
|
|
55
55
|
// Determine the theme and map to default icons
|
|
56
56
|
const theme = ionicGlobal.getIonTheme(this);
|
|
57
57
|
const defaultIcons = {
|
|
58
|
-
ios: index
|
|
58
|
+
ios: index.chevronBack,
|
|
59
59
|
ionic: caretLeft.caretLeftSvg,
|
|
60
|
-
md: index
|
|
60
|
+
md: index.arrowBackSharp,
|
|
61
61
|
};
|
|
62
62
|
// Get the default icon based on the theme, falling back to 'md' icon if necessary
|
|
63
63
|
const defaultIcon = defaultIcons[theme] || defaultIcons.md;
|
|
64
64
|
// Return the configured back button icon or the default icon
|
|
65
|
-
return
|
|
65
|
+
return config.config.get('backButtonIcon', defaultIcon);
|
|
66
66
|
}
|
|
67
67
|
get backButtonText() {
|
|
68
68
|
const defaultBackButtonText = ionicGlobal.getIonTheme(this) === 'ios' ? 'Back' : null;
|
|
69
|
-
return this.text != null ? this.text :
|
|
69
|
+
return this.text != null ? this.text : config.config.get('backButtonText', defaultBackButtonText);
|
|
70
70
|
}
|
|
71
71
|
get hasIconOnly() {
|
|
72
72
|
return this.backButtonIcon && !this.backButtonText;
|
|
@@ -84,7 +84,7 @@ const BackButton = class {
|
|
|
84
84
|
const showBackButton = defaultHref !== undefined;
|
|
85
85
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
86
86
|
const ariaLabel = inheritedAttributes['aria-label'] || backButtonText || 'back';
|
|
87
|
-
return (
|
|
87
|
+
return (config.h(config.Host, { key: '6b3723c6070e0ff19b312ed86ee642bdefebae2e', onClick: this.onClick, class: theme.createColorClasses(color, {
|
|
88
88
|
[theme$1]: true,
|
|
89
89
|
button: true, // ion-buttons target .button
|
|
90
90
|
'back-button-disabled': disabled,
|
|
@@ -94,9 +94,9 @@ const BackButton = class {
|
|
|
94
94
|
'ion-activatable': true,
|
|
95
95
|
'ion-focusable': true,
|
|
96
96
|
'show-back-button': showBackButton,
|
|
97
|
-
}) },
|
|
97
|
+
}) }, config.h("button", { key: '482b8e4d3d9485747d241f2bac1993cb2ab4aed6', type: type, disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }, config.h("span", { key: 'b5243414e42716903c86a08f2e8fa098d30cfdbe', class: "button-inner" }, backButtonIcon && (config.h("ion-icon", { key: 'fd6ad102d5fad6411c75005cb7bcc11c24a18bbb', part: "icon", icon: backButtonIcon, "aria-hidden": "true", lazy: false, "flip-rtl": icon === undefined })), backButtonText && (config.h("span", { key: '7d39ac018ee158f46b9bdf886ae7ed4b15c88ed4', part: "text", "aria-hidden": "true", class: "button-text" }, backButtonText))), theme$1 === 'md' && config.h("ion-ripple-effect", { key: '12d543212f08222a4ba8f235b5c4a4be62284c01', type: this.rippleType }))));
|
|
98
98
|
}
|
|
99
|
-
get el() { return
|
|
99
|
+
get el() { return config.getElement(this); }
|
|
100
100
|
};
|
|
101
101
|
BackButton.style = {
|
|
102
102
|
ionic: IonBackButtonIonicStyle0,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const ionicGlobal = require('./ionic-global-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
10
10
|
|
|
11
11
|
const backdropIonicCss = ":host{right:0;left:0;top:0;bottom:0;display:block;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);contain:strict;cursor:pointer;opacity:0.01;-ms-touch-action:none;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:rgba(var(--ionic-color-base-black-rgb, 17, 17, 17), 0.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}";
|
|
12
12
|
const IonBackdropIonicStyle0 = backdropIonicCss;
|
|
@@ -19,8 +19,8 @@ const IonBackdropMdStyle0 = backdropMdCss;
|
|
|
19
19
|
|
|
20
20
|
const Backdrop = class {
|
|
21
21
|
constructor(hostRef) {
|
|
22
|
-
|
|
23
|
-
this.ionBackdropTap =
|
|
22
|
+
config.registerInstance(this, hostRef);
|
|
23
|
+
this.ionBackdropTap = config.createEvent(this, "ionBackdropTap", 7);
|
|
24
24
|
this.visible = true;
|
|
25
25
|
this.tappable = true;
|
|
26
26
|
this.stopPropagation = true;
|
|
@@ -39,7 +39,7 @@ const Backdrop = class {
|
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
41
|
const theme = ionicGlobal.getIonTheme(this);
|
|
42
|
-
return (
|
|
42
|
+
return (config.h(config.Host, { key: 'bcf90ea611ccd2f6c2ca42777be0d74dfc0ee7c4', tabindex: "-1", "aria-hidden": "true", class: {
|
|
43
43
|
[theme]: true,
|
|
44
44
|
'backdrop-hide': !this.visible,
|
|
45
45
|
'backdrop-no-tappable': !this.tappable,
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
9
|
const caretRight = require('./caret-right-88e03970.js');
|
|
10
|
-
const helpers = require('./helpers-
|
|
10
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
11
11
|
const theme = require('./theme-d1c573d2.js');
|
|
12
|
-
const index
|
|
13
|
-
const ionicGlobal = require('./ionic-global-
|
|
12
|
+
const index = require('./index-073c7cdc.js');
|
|
13
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
14
14
|
|
|
15
15
|
const dotsThreeSvg = 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xNDAsMTI4YTEyLDEyLDAsMSwxLTEyLTEyQTEyLDEyLDAsMCwxLDE0MCwxMjhabTU2LTEyYTEyLDEyLDAsMSwwLDEyLDEyQTEyLDEyLDAsMCwwLDE5NiwxMTZaTTYwLDExNmExMiwxMiwwLDEsMCwxMiwxMkExMiwxMiwwLDAsMCw2MCwxMTZaIi8+PC9zdmc+';
|
|
16
16
|
|
|
@@ -25,10 +25,10 @@ const IonBreadcrumbMdStyle0 = breadcrumbMdCss;
|
|
|
25
25
|
|
|
26
26
|
const Breadcrumb = class {
|
|
27
27
|
constructor(hostRef) {
|
|
28
|
-
|
|
29
|
-
this.ionFocus =
|
|
30
|
-
this.ionBlur =
|
|
31
|
-
this.collapsedClick =
|
|
28
|
+
config.registerInstance(this, hostRef);
|
|
29
|
+
this.ionFocus = config.createEvent(this, "ionFocus", 7);
|
|
30
|
+
this.ionBlur = config.createEvent(this, "ionBlur", 7);
|
|
31
|
+
this.collapsedClick = config.createEvent(this, "collapsedClick", 7);
|
|
32
32
|
this.inheritedAttributes = {};
|
|
33
33
|
this.onFocus = () => {
|
|
34
34
|
this.ionFocus.emit();
|
|
@@ -60,27 +60,27 @@ const Breadcrumb = class {
|
|
|
60
60
|
// Determine the theme and map to default icons
|
|
61
61
|
const theme = ionicGlobal.getIonTheme(this);
|
|
62
62
|
const defaultIcons = {
|
|
63
|
-
ios: index
|
|
63
|
+
ios: index.ellipsisHorizontal,
|
|
64
64
|
ionic: dotsThreeSvg,
|
|
65
|
-
md: index
|
|
65
|
+
md: index.ellipsisHorizontal,
|
|
66
66
|
};
|
|
67
67
|
// Get the default icon based on the theme, falling back to 'md' icon if necessary
|
|
68
68
|
const defaultIcon = defaultIcons[theme] || defaultIcons.md;
|
|
69
69
|
// Return the configured breadcrumb collapsed icon or the default icon
|
|
70
|
-
return
|
|
70
|
+
return config.config.get('breadcrumbCollapsedIcon', defaultIcon);
|
|
71
71
|
}
|
|
72
72
|
get breadcrumbSeparatorIcon() {
|
|
73
73
|
// Determine the theme and map to default icons
|
|
74
74
|
const theme = ionicGlobal.getIonTheme(this);
|
|
75
75
|
const defaultIcons = {
|
|
76
|
-
ios: index
|
|
76
|
+
ios: index.chevronForwardOutline,
|
|
77
77
|
ionic: caretRight.caretRightSvg,
|
|
78
|
-
md: index
|
|
78
|
+
md: index.chevronForwardOutline,
|
|
79
79
|
};
|
|
80
80
|
// Get the default icon based on the theme, falling back to 'md' icon if necessary
|
|
81
81
|
const defaultIcon = defaultIcons[theme] || defaultIcons.md;
|
|
82
82
|
// Return the configured breadcrumb separator icon or the default icon
|
|
83
|
-
return
|
|
83
|
+
return config.config.get('breadcrumbSeparatorIcon', defaultIcon);
|
|
84
84
|
}
|
|
85
85
|
isClickable() {
|
|
86
86
|
return this.href !== undefined;
|
|
@@ -104,7 +104,7 @@ const Breadcrumb = class {
|
|
|
104
104
|
// to show the separator as long as it isn't also the last breadcrumb
|
|
105
105
|
// otherwise if not collapsed use the value in separator
|
|
106
106
|
const showSeparator = last ? false : collapsed ? (showCollapsedIndicator && !last ? true : false) : separator;
|
|
107
|
-
return (
|
|
107
|
+
return (config.h(config.Host, { key: '97c7e9bec347e0e0ce0aec8a8c7b5d5289221a38', onClick: (ev) => theme.openURL(href, ev, routerDirection, routerAnimation), "aria-disabled": disabled ? 'true' : null, class: theme.createColorClasses(color, {
|
|
108
108
|
[theme$1]: true,
|
|
109
109
|
'breadcrumb-active': active,
|
|
110
110
|
'breadcrumb-collapsed': collapsed,
|
|
@@ -114,17 +114,17 @@ const Breadcrumb = class {
|
|
|
114
114
|
'in-toolbar-color': theme.hostContext('ion-toolbar[color]', this.el),
|
|
115
115
|
'ion-activatable': clickable,
|
|
116
116
|
'ion-focusable': clickable,
|
|
117
|
-
}) },
|
|
117
|
+
}) }, config.h(TagType, Object.assign({ key: 'da613d8447efcac35e6053506af96643deef3ec3' }, attrs, { class: "breadcrumb-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), config.h("slot", { key: 'd2ead7214c4453eec4e0f88b9b3047bd4e24e921', name: "start" }), config.h("slot", { key: '5ef6a442cf9b29b567d7d03a51b7915f6314f7b9' }), config.h("slot", { key: '05c8c4105b0f02a46286c86e386c15f0bf431155', name: "end" })), showCollapsedIndicator && (config.h("button", { key: 'd804c9f035d21070627b8f65cfce906b72238361', part: "collapsed-indicator", "aria-label": "Show more breadcrumbs", onClick: () => this.collapsedIndicatorClick(), ref: (collapsedEl) => (this.collapsedRef = collapsedEl), class: {
|
|
118
118
|
'breadcrumbs-collapsed-indicator': true,
|
|
119
|
-
} },
|
|
119
|
+
} }, config.h("ion-icon", { key: 'd9efb45f5cfda7a379f82ed0abaaa2a350214734', "aria-hidden": "true", icon: breadcrumbCollapsedIcon, lazy: false }))), showSeparator && (
|
|
120
120
|
/**
|
|
121
121
|
* Separators should not be announced by narrators.
|
|
122
122
|
* We add aria-hidden on the span so that this applies
|
|
123
123
|
* to any custom separators too.
|
|
124
124
|
*/
|
|
125
|
-
|
|
125
|
+
config.h("span", { key: 'd3b7f24ccd1c7cec79586d157bb35e775bf5ddcc', class: "breadcrumb-separator", part: "separator", "aria-hidden": "true" }, config.h("slot", { key: 'e28e85d342eb628662ad9d4eaf944875439bd9e8', name: "separator" }, theme$1 === 'ios' || theme$1 === 'ionic' ? (config.h("ion-icon", { icon: breadcrumbSeparatorIcon, lazy: false, "flip-rtl": true })) : (config.h("span", null, "/")))))));
|
|
126
126
|
}
|
|
127
|
-
get el() { return
|
|
127
|
+
get el() { return config.getElement(this); }
|
|
128
128
|
};
|
|
129
129
|
Breadcrumb.style = {
|
|
130
130
|
ionic: IonBreadcrumbIonicStyle0,
|
|
@@ -143,8 +143,8 @@ const IonBreadcrumbsMdStyle0 = breadcrumbsMdCss;
|
|
|
143
143
|
|
|
144
144
|
const Breadcrumbs = class {
|
|
145
145
|
constructor(hostRef) {
|
|
146
|
-
|
|
147
|
-
this.ionCollapsedClick =
|
|
146
|
+
config.registerInstance(this, hostRef);
|
|
147
|
+
this.ionCollapsedClick = config.createEvent(this, "ionCollapsedClick", 7);
|
|
148
148
|
this.breadcrumbsInit = () => {
|
|
149
149
|
this.setBreadcrumbSeparator();
|
|
150
150
|
this.setMaxItems();
|
|
@@ -240,14 +240,14 @@ const Breadcrumbs = class {
|
|
|
240
240
|
render() {
|
|
241
241
|
const { color, collapsed } = this;
|
|
242
242
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
243
|
-
return (
|
|
243
|
+
return (config.h(config.Host, { key: 'ff9f05f4d7e09134be8853dd9bd21855ee312994', class: theme.createColorClasses(color, {
|
|
244
244
|
[theme$1]: true,
|
|
245
245
|
'in-toolbar': theme.hostContext('ion-toolbar', this.el),
|
|
246
246
|
'in-toolbar-color': theme.hostContext('ion-toolbar[color]', this.el),
|
|
247
247
|
'breadcrumbs-collapsed': collapsed,
|
|
248
|
-
}) },
|
|
248
|
+
}) }, config.h("slot", { key: 'bfdb6f9f26b77b378040e614948e628d42461c84', onSlotchange: this.slotChanged })));
|
|
249
249
|
}
|
|
250
|
-
get el() { return
|
|
250
|
+
get el() { return config.getElement(this); }
|
|
251
251
|
static get watchers() { return {
|
|
252
252
|
"maxItems": ["maxItemsChanged"],
|
|
253
253
|
"itemsBeforeCollapse": ["maxItemsChanged"],
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const helpers = require('./helpers-
|
|
10
|
-
const ionicGlobal = require('./ionic-global-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
10
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
11
11
|
const theme = require('./theme-d1c573d2.js');
|
|
12
12
|
|
|
13
13
|
let CACHED_MAP;
|
|
@@ -51,7 +51,7 @@ const getNamedUrl = (iconName, iconEl) => {
|
|
|
51
51
|
return url;
|
|
52
52
|
}
|
|
53
53
|
try {
|
|
54
|
-
return
|
|
54
|
+
return config.getAssetPath(`svg/${iconName}.svg`);
|
|
55
55
|
}
|
|
56
56
|
catch (e) {
|
|
57
57
|
/**
|
|
@@ -153,9 +153,9 @@ const IonButtonMdStyle0 = buttonMdCss;
|
|
|
153
153
|
|
|
154
154
|
const Button = class {
|
|
155
155
|
constructor(hostRef) {
|
|
156
|
-
|
|
157
|
-
this.ionFocus =
|
|
158
|
-
this.ionBlur =
|
|
156
|
+
config.registerInstance(this, hostRef);
|
|
157
|
+
this.ionFocus = config.createEvent(this, "ionFocus", 7);
|
|
158
|
+
this.ionBlur = config.createEvent(this, "ionBlur", 7);
|
|
159
159
|
this.inItem = false;
|
|
160
160
|
this.inListHeader = false;
|
|
161
161
|
this.inToolbar = false;
|
|
@@ -376,7 +376,7 @@ const Button = class {
|
|
|
376
376
|
{
|
|
377
377
|
type !== 'button' && this.renderHiddenButton();
|
|
378
378
|
}
|
|
379
|
-
return (
|
|
379
|
+
return (config.h(config.Host, { key: 'ab53a2de1a5ed8d54fac1b6260e92d01a4b5fe4a', onClick: this.handleClick, "aria-disabled": disabled ? 'true' : null, class: theme.createColorClasses(color, {
|
|
380
380
|
[theme$1]: true,
|
|
381
381
|
[buttonType]: true,
|
|
382
382
|
[`${buttonType}-${expand}`]: expand !== undefined,
|
|
@@ -391,9 +391,9 @@ const Button = class {
|
|
|
391
391
|
'button-disabled': disabled,
|
|
392
392
|
'ion-activatable': true,
|
|
393
393
|
'ion-focusable': true,
|
|
394
|
-
}) },
|
|
394
|
+
}) }, config.h(TagType, Object.assign({ key: 'cdecf090ea518104bb093d62edcd108fa84727b6' }, attrs, { class: "button-native", part: "native", disabled: disabled, onFocus: this.onFocus, onBlur: this.onBlur }, inheritedAttributes), config.h("span", { key: 'db73f177db1ddea7f202ef6f2c6b07d41f812f04', class: "button-inner" }, config.h("slot", { key: '8ec45f3a34de9494972ee1753750664ef51af5f6', name: "icon-only", onSlotchange: this.slotChanged }), config.h("slot", { key: '313ec292c9fcea510cedb8683050145f561492b2', name: "start" }), config.h("slot", { key: 'e4b977f187f4308dbdb883b676c65e65e46b16eb' }), config.h("slot", { key: '12a14e528c13c84648a3be528275eb84d19b7d61', name: "end" })), mode === 'md' && config.h("ion-ripple-effect", { key: 'a7d45433eb402f3edde9830867f65bbe824c0a62', type: this.rippleType }))));
|
|
395
395
|
}
|
|
396
|
-
get el() { return
|
|
396
|
+
get el() { return config.getElement(this); }
|
|
397
397
|
static get watchers() { return {
|
|
398
398
|
"disabled": ["disabledChanged"]
|
|
399
399
|
}; }
|
|
@@ -507,7 +507,7 @@ const IonIconStyle0 = iconCss;
|
|
|
507
507
|
|
|
508
508
|
const Icon = class {
|
|
509
509
|
constructor(hostRef) {
|
|
510
|
-
|
|
510
|
+
config.registerInstance(this, hostRef);
|
|
511
511
|
this.iconName = null;
|
|
512
512
|
this.inheritedAttributes = {};
|
|
513
513
|
this.didLoadIcon = false;
|
|
@@ -597,10 +597,10 @@ const Icon = class {
|
|
|
597
597
|
: false;
|
|
598
598
|
// if shouldBeFlippable is true, the icon should change direction when `dir` changes
|
|
599
599
|
const shouldBeFlippable = flipRtl || shouldAutoFlip;
|
|
600
|
-
return (
|
|
600
|
+
return (config.h(config.Host, Object.assign({ role: "img", class: Object.assign(Object.assign({ [mode]: true }, createColorClasses(this.color)), { [`icon-${this.size}`]: !!this.size, 'flip-rtl': shouldBeFlippable, 'icon-rtl': shouldBeFlippable && isRTL(el) }) }, inheritedAttributes), this.svgContent ? (config.h("div", { class: "icon-inner", innerHTML: this.svgContent })) : (config.h("div", { class: "icon-inner" }))));
|
|
601
601
|
}
|
|
602
602
|
static get assetsDirs() { return ["svg"]; }
|
|
603
|
-
get el() { return
|
|
603
|
+
get el() { return config.getElement(this); }
|
|
604
604
|
static get watchers() { return {
|
|
605
605
|
"name": ["loadIcon"],
|
|
606
606
|
"src": ["loadIcon"],
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const helpers = require('./helpers-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
10
10
|
const theme = require('./theme-d1c573d2.js');
|
|
11
|
-
const ionicGlobal = require('./ionic-global-
|
|
11
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
12
12
|
|
|
13
13
|
const cardIonicCss = ":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;border-radius:var(--border-radius);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);contain:content;overflow:hidden}:host(.ion-color){background:current-color(base);color:current-color(contrast)}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ionic-color-base-white, #ffffff);--border-radius:var(--ionic-border-radius-400, 16px);--color:var(--ionic-color-neutral-1200, #242424)}::slotted(img){display:block}:host(.card-soft){--border-radius:var(--ionic-border-radius-200, 8px)}:host(.card-rectangular){--border-radius:var(--ionic-border-radius-0, 0px)}";
|
|
14
14
|
const IonCardIonicStyle0 = cardIonicCss;
|
|
@@ -21,7 +21,7 @@ const IonCardMdStyle0 = cardMdCss;
|
|
|
21
21
|
|
|
22
22
|
const Card = class {
|
|
23
23
|
constructor(hostRef) {
|
|
24
|
-
|
|
24
|
+
config.registerInstance(this, hostRef);
|
|
25
25
|
this.inheritedAriaAttributes = {};
|
|
26
26
|
this.color = undefined;
|
|
27
27
|
this.button = false;
|
|
@@ -44,7 +44,7 @@ const Card = class {
|
|
|
44
44
|
renderCard(theme$1) {
|
|
45
45
|
const clickable = this.isClickable();
|
|
46
46
|
if (!clickable) {
|
|
47
|
-
return [
|
|
47
|
+
return [config.h("slot", null)];
|
|
48
48
|
}
|
|
49
49
|
const { href, routerAnimation, routerDirection, inheritedAriaAttributes } = this;
|
|
50
50
|
const TagType = clickable ? (href === undefined ? 'button' : 'a') : 'div';
|
|
@@ -56,19 +56,19 @@ const Card = class {
|
|
|
56
56
|
rel: this.rel,
|
|
57
57
|
target: this.target,
|
|
58
58
|
};
|
|
59
|
-
return (
|
|
59
|
+
return (config.h(TagType, Object.assign({}, attrs, inheritedAriaAttributes, { class: "card-native", part: "native", disabled: this.disabled, onClick: (ev) => theme.openURL(href, ev, routerDirection, routerAnimation) }), config.h("slot", null), clickable && theme$1 === 'md' && config.h("ion-ripple-effect", null)));
|
|
60
60
|
}
|
|
61
61
|
render() {
|
|
62
62
|
const { shape } = this;
|
|
63
63
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
64
|
-
return (
|
|
64
|
+
return (config.h(config.Host, { key: '0133afae2d18db08eccc7f746d26dbeadefde26c', class: theme.createColorClasses(this.color, {
|
|
65
65
|
[theme$1]: true,
|
|
66
66
|
[`card-${shape}`]: shape !== undefined,
|
|
67
67
|
'card-disabled': this.disabled,
|
|
68
68
|
'ion-activatable': this.isClickable(),
|
|
69
69
|
}) }, this.renderCard(theme$1)));
|
|
70
70
|
}
|
|
71
|
-
get el() { return
|
|
71
|
+
get el() { return config.getElement(this); }
|
|
72
72
|
};
|
|
73
73
|
Card.style = {
|
|
74
74
|
ionic: IonCardIonicStyle0,
|
|
@@ -87,11 +87,11 @@ const IonCardContentMdStyle0 = cardContentMdCss;
|
|
|
87
87
|
|
|
88
88
|
const CardContent = class {
|
|
89
89
|
constructor(hostRef) {
|
|
90
|
-
|
|
90
|
+
config.registerInstance(this, hostRef);
|
|
91
91
|
}
|
|
92
92
|
render() {
|
|
93
93
|
const theme = ionicGlobal.getIonTheme(this);
|
|
94
|
-
return (
|
|
94
|
+
return (config.h(config.Host, { key: 'ed8e7ee07b2ccd99427025ff4a796f5602fdd666', class: {
|
|
95
95
|
[theme]: true,
|
|
96
96
|
// Used internally for styling
|
|
97
97
|
[`card-content-${theme}`]: true,
|
|
@@ -115,17 +115,17 @@ const IonCardHeaderMdStyle0 = cardHeaderMdCss;
|
|
|
115
115
|
|
|
116
116
|
const CardHeader = class {
|
|
117
117
|
constructor(hostRef) {
|
|
118
|
-
|
|
118
|
+
config.registerInstance(this, hostRef);
|
|
119
119
|
this.color = undefined;
|
|
120
120
|
this.translucent = false;
|
|
121
121
|
}
|
|
122
122
|
render() {
|
|
123
123
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
124
|
-
return (
|
|
124
|
+
return (config.h(config.Host, { key: 'cff2da9905efddd8397f741282987530c042baf8', class: theme.createColorClasses(this.color, {
|
|
125
125
|
'card-header-translucent': this.translucent,
|
|
126
126
|
'ion-inherit-color': true,
|
|
127
127
|
[theme$1]: true,
|
|
128
|
-
}) },
|
|
128
|
+
}) }, config.h("slot", { key: '1bfe2d1ac2a171e4ce6cfb7da30a3307388d0483' })));
|
|
129
129
|
}
|
|
130
130
|
};
|
|
131
131
|
CardHeader.style = {
|
|
@@ -145,15 +145,15 @@ const IonCardSubtitleMdStyle0 = cardSubtitleMdCss;
|
|
|
145
145
|
|
|
146
146
|
const CardSubtitle = class {
|
|
147
147
|
constructor(hostRef) {
|
|
148
|
-
|
|
148
|
+
config.registerInstance(this, hostRef);
|
|
149
149
|
this.color = undefined;
|
|
150
150
|
}
|
|
151
151
|
render() {
|
|
152
152
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
153
|
-
return (
|
|
153
|
+
return (config.h(config.Host, { key: '0fc5039135810295040bbe1940ee22add6c955ac', role: "heading", "aria-level": "3", class: theme.createColorClasses(this.color, {
|
|
154
154
|
'ion-inherit-color': true,
|
|
155
155
|
[theme$1]: true,
|
|
156
|
-
}) },
|
|
156
|
+
}) }, config.h("slot", { key: 'f9730146a6e6e8f4741c8ee2ce34e4822e84e316' })));
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
159
|
CardSubtitle.style = {
|
|
@@ -173,15 +173,15 @@ const IonCardTitleMdStyle0 = cardTitleMdCss;
|
|
|
173
173
|
|
|
174
174
|
const CardTitle = class {
|
|
175
175
|
constructor(hostRef) {
|
|
176
|
-
|
|
176
|
+
config.registerInstance(this, hostRef);
|
|
177
177
|
this.color = undefined;
|
|
178
178
|
}
|
|
179
179
|
render() {
|
|
180
180
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
181
|
-
return (
|
|
181
|
+
return (config.h(config.Host, { key: '40bb33c38b01e975be19b8967bea1548edb9034d', role: "heading", "aria-level": "2", class: theme.createColorClasses(this.color, {
|
|
182
182
|
'ion-inherit-color': true,
|
|
183
183
|
[theme$1]: true,
|
|
184
|
-
}) },
|
|
184
|
+
}) }, config.h("slot", { key: '2b0604799bb5aa49452fdce02f9fd5d8f2e078e2' })));
|
|
185
185
|
}
|
|
186
186
|
};
|
|
187
187
|
CardTitle.style = {
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const helpers = require('./helpers-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const helpers = require('./helpers-e75eb909.js');
|
|
10
10
|
const theme = require('./theme-d1c573d2.js');
|
|
11
|
-
const ionicGlobal = require('./ionic-global-
|
|
11
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
12
12
|
|
|
13
13
|
const checkboxIonicCss = ":host{--border-width:var(--ionic-border-size-025, 1px);--border-style:var(--ionic-border-style-solid, solid);--border-color:var(--ionic-color-neutral-800, #626262);--checkmark-width:var(--ionic-scale-400, 16px);--checkmark-height:var(--checkmark-width);--focus-ring-color:var(--ionic-state-focus-1, #9ec4fd);--focus-ring-width:var(--ionic-border-size-050, 2px);--focus-ring-offset:var(--ionic-space-050, 2px);--size:var(--ionic-scale-600, 24px);--checkbox-background-checked:var(--ionic-color-primary-base, #105cef);--border-color-checked:var(--ionic-color-primary-base, #105cef);--checkmark-color:var(--ionic-color-base-white, #ffffff);--transition:none;display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host::after{right:0;left:0;top:50%;position:absolute;height:100%;min-height:var(--ionic-scale-1200, 48px);-webkit-transform:translateY(-50%);transform:translateY(-50%);content:\"\";cursor:pointer;z-index:1}:host .native-wrapper{position:relative}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}.checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;height:inherit;cursor:inherit}.label-text-wrapper{color:var(--ionic-color-neutral-1200, #242424);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:var(--ionic-space-250, 10px);margin-bottom:var(--ionic-space-250, 10px)}:host(.in-item.checkbox-label-placement-stacked) .label-text-wrapper{margin-top:var(--ionic-space-250, 10px);margin-bottom:var(--ionic-space-400, 16px)}:host(.in-item.checkbox-label-placement-stacked) .native-wrapper{margin-bottom:var(--ionic-space-250, 10px)}.label-text-wrapper-hidden{display:none}input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;opacity:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-appearance:none;-moz-appearance:none}.native-wrapper{border-radius:var(--border-radius);display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:var(--size);height:var(--size);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--checkbox-background);-webkit-box-sizing:border-box;box-sizing:border-box}.checkbox-icon{position:relative;width:var(--checkmark-width);height:var(--checkmark-height)}.checkbox-icon path{fill:var(--checkmark-color);opacity:0}:host(.checkbox-justify-space-between) .checkbox-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.checkbox-justify-start) .checkbox-wrapper{-ms-flex-pack:start;justify-content:start}:host(.checkbox-justify-end) .checkbox-wrapper{-ms-flex-pack:end;justify-content:end}:host(.checkbox-alignment-start) .checkbox-wrapper{-ms-flex-align:start;align-items:start}:host(.checkbox-alignment-center) .checkbox-wrapper{-ms-flex-align:center;align-items:center}:host(.checkbox-justify-space-between),:host(.checkbox-justify-start),:host(.checkbox-justify-end),:host(.checkbox-alignment-start),:host(.checkbox-alignment-center){display:block}:host(.checkbox-label-placement-start) .checkbox-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.checkbox-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:var(--ionic-space-400, 16px);margin-inline-end:var(--ionic-space-400, 16px)}:host(.checkbox-label-placement-end) .checkbox-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.checkbox-label-placement-end) .label-text-wrapper{-webkit-margin-start:var(--ionic-space-400, 16px);margin-inline-start:var(--ionic-space-400, 16px);-webkit-margin-end:0;margin-inline-end:0}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:var(--ionic-space-400, 16px);margin-inline-end:var(--ionic-space-400, 16px)}:host(.checkbox-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.checkbox-label-placement-stacked) .checkbox-wrapper{-ms-flex-direction:column;flex-direction:column}:host(.checkbox-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:var(--ionic-space-400, 16px);max-width:133.3333333333%}:host(.checkbox-size-small){--size:var(--ionic-scale-400, 16px)}:host(.checkbox-checked) .native-wrapper,:host(.checkbox-indeterminate) .native-wrapper{border-color:var(--border-color-checked);background:var(--checkbox-background-checked)}:host(.checkbox-checked) .checkbox-icon path,:host(.checkbox-indeterminate) .checkbox-icon path{opacity:1}:host(.ion-invalid){--focus-ring-color:var(--ionic-state-focus-2, #ffafaf)}:host(.ion-invalid) .native-wrapper{border-color:var(--ionic-color-danger-800, #bf2222)}:host(.checkbox-disabled){pointer-events:none}:host(.checkbox-disabled) .native-wrapper:after{right:0;left:0;top:0;bottom:0;position:absolute;background-color:var(--ionic-state-disabled, rgba(255, 255, 255, 0.6));content:\"\";pointer-events:none;right:unset;left:unset;top:unset;bottom:unset;width:inherit;height:inherit}:host(.checkbox-disabled) .native-wrapper{border-color:var(--ionic-color-neutral-800, #626262);background-color:var(--ionic-state-disabled, rgba(255, 255, 255, 0.6))}:host(.checkbox-disabled.checkbox-checked) .native-wrapper{border-width:var(--ionic-border-size-0, 0px);background-color:var(--ionic-color-primary-base, #105cef)}@media (any-hover: hover){:host(:hover) .native-wrapper{background-color:var(--ionic-color-neutral-100, #f1f1f1)}:host(:hover.checkbox-checked) .native-wrapper,:host(:hover.checkbox-indeterminate) .native-wrapper{background-color:var(--ionic-color-primary-800, #0f54da)}}:host(.ion-focused:not(.checkbox-disabled)) .native-wrapper{outline:var(--focus-ring-width) var(--ionic-border-style-solid, solid) var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}:host(.ion-activated) .native-wrapper{background-color:var(--ionic-color-neutral-200, #e7e7e7)}:host(.ion-activated.checkbox-checked) .native-wrapper,:host(.ion-activated.checkbox-indeterminate) .native-wrapper{background-color:var(--ionic-color-primary-900, #0d4bc3)}:host(.checkbox-shape-soft){--border-radius:var(--ionic-border-radius-100, 4px)}:host(.checkbox-size-small.checkbox-shape-soft){--border-radius:var(--ionic-border-radius-050, 2px)}:host(.checkbox-shape-rectangular){--border-radius:var(--ionic-border-radius-0, 0px)}.checkbox-wrapper{min-height:var(--ionic-scale-1200, 48px)}";
|
|
14
14
|
const IonCheckboxIonicStyle0 = checkboxIonicCss;
|
|
@@ -21,10 +21,10 @@ const IonCheckboxMdStyle0 = checkboxMdCss;
|
|
|
21
21
|
|
|
22
22
|
const Checkbox = class {
|
|
23
23
|
constructor(hostRef) {
|
|
24
|
-
|
|
25
|
-
this.ionChange =
|
|
26
|
-
this.ionFocus =
|
|
27
|
-
this.ionBlur =
|
|
24
|
+
config.registerInstance(this, hostRef);
|
|
25
|
+
this.ionChange = config.createEvent(this, "ionChange", 7);
|
|
26
|
+
this.ionFocus = config.createEvent(this, "ionFocus", 7);
|
|
27
|
+
this.ionBlur = config.createEvent(this, "ionBlur", 7);
|
|
28
28
|
this.inputId = `ion-cb-${checkboxIds++}`;
|
|
29
29
|
this.inheritedAttributes = {};
|
|
30
30
|
/**
|
|
@@ -83,7 +83,7 @@ const Checkbox = class {
|
|
|
83
83
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
84
84
|
const path = getSVGPath(theme$1, indeterminate);
|
|
85
85
|
helpers.renderHiddenInput(true, el, name, checked ? value : '', disabled);
|
|
86
|
-
return (
|
|
86
|
+
return (config.h(config.Host, { key: 'c8f40b3575265e443825d39f92114a67e87e0dc5', "aria-checked": indeterminate ? 'mixed' : `${checked}`, class: theme.createColorClasses(color, {
|
|
87
87
|
[theme$1]: true,
|
|
88
88
|
'in-item': theme.hostContext('ion-item', el),
|
|
89
89
|
'checkbox-checked': checked,
|
|
@@ -95,26 +95,26 @@ const Checkbox = class {
|
|
|
95
95
|
[`checkbox-label-placement-${labelPlacement}`]: true,
|
|
96
96
|
[`checkbox-size-${size}`]: size !== undefined,
|
|
97
97
|
[`checkbox-shape-${shape}`]: true,
|
|
98
|
-
}), onClick: this.onClick },
|
|
98
|
+
}), onClick: this.onClick }, config.h("label", { key: '867dcd4e2e3ad988e7981955d8bdaa129f301dd0', class: "checkbox-wrapper" }, config.h("input", Object.assign({ key: '4d57982edd0889028a9b00d379097975d3906e37', type: "checkbox", checked: checked ? true : undefined, disabled: disabled, id: inputId, onChange: this.toggleChecked, onFocus: () => this.onFocus(), onBlur: () => this.onBlur(), ref: (focusEl) => (this.focusEl = focusEl) }, inheritedAttributes)), config.h("div", { key: '280321a4f33a5ddaff8d782f7730619647114c3a', class: {
|
|
99
99
|
'label-text-wrapper': true,
|
|
100
100
|
'label-text-wrapper-hidden': el.textContent === '',
|
|
101
|
-
}, part: "label" },
|
|
101
|
+
}, part: "label" }, config.h("slot", { key: 'e029c3efdb8797e5f9059cb93a43a2534a11cc01' })), config.h("div", { key: '9cc9b58b672ce3b99fc02113c3af6aad57aa7fad', class: "native-wrapper" }, config.h("svg", { key: '134c0630714131b444f6005928a89526e53757de', class: "checkbox-icon", viewBox: theme$1 === 'ionic' ? '0 0 256 256' : '0 0 24 24', part: "container" }, path)))));
|
|
102
102
|
}
|
|
103
103
|
getSVGPath(theme, indeterminate) {
|
|
104
|
-
let path = indeterminate ? (
|
|
104
|
+
let path = indeterminate ? (config.h("path", { d: "M6 12L18 12", part: "mark" })) : (config.h("path", { d: "M5.9,12.5l3.8,3.8l8.8-8.8", part: "mark" }));
|
|
105
105
|
if (theme === 'md') {
|
|
106
|
-
path = indeterminate ? (
|
|
106
|
+
path = indeterminate ? (config.h("path", { d: "M2 12H22", part: "mark" })) : (config.h("path", { d: "M1.73,12.91 8.1,19.28 22.79,4.59", part: "mark" }));
|
|
107
107
|
}
|
|
108
108
|
else if (theme === 'ionic') {
|
|
109
109
|
path = indeterminate ? (
|
|
110
110
|
// Phosphor Icon - minus bold
|
|
111
|
-
|
|
111
|
+
config.h("path", { d: "M228,128a12,12,0,0,1-12,12H40a12,12,0,0,1,0-24H216A12,12,0,0,1,228,128Z" })) : (
|
|
112
112
|
// Phosphor Icon - check bold
|
|
113
|
-
|
|
113
|
+
config.h("path", { d: "M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z" }));
|
|
114
114
|
}
|
|
115
115
|
return path;
|
|
116
116
|
}
|
|
117
|
-
get el() { return
|
|
117
|
+
get el() { return config.getElement(this); }
|
|
118
118
|
};
|
|
119
119
|
let checkboxIds = 0;
|
|
120
120
|
Checkbox.style = {
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
|
-
const
|
|
9
|
-
const ionicGlobal = require('./ionic-global-
|
|
8
|
+
const config = require('./config-1349d5b4.js');
|
|
9
|
+
const ionicGlobal = require('./ionic-global-3647b9f5.js');
|
|
10
10
|
const theme = require('./theme-d1c573d2.js');
|
|
11
11
|
|
|
12
12
|
const chipIonicCss = ":host{--background:var(--ionic-color-neutral-100, #f1f1f1);--color:var(--ionic-color-neutral-900, #4e4e4e);--focus-ring-color:var(--ionic-state-focus-1, #9ec4fd);--focus-ring-width:var(--ionic-border-size-050, 2px);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--ionic-space-200, 8px);padding-inline-start:var(--ionic-space-200, 8px);-webkit-padding-end:var(--ionic-space-200, 8px);padding-inline-end:var(--ionic-space-200, 8px);padding-top:var(--ionic-space-150, 6px);padding-bottom:var(--ionic-space-150, 6px);border-radius:var(--border-radius);display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:var(--ionic-space-100, 4px);background:var(--background);color:var(--color);font-family:var(--ionic-font-family, \"Inter\", sans-serif);font-weight:var(--ionic-font-weight-medium, 500);line-height:var(--ionic-line-height-full, 100%);cursor:pointer;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle}:host(.chip-outline){border-width:var(--ionic-border-size-025, 1px);border-style:var(--ionic-border-style-solid, solid);border-color:var(--ionic-color-neutral-100, #f1f1f1);background:transparent}:host(.chip-outline.ion-color){border-color:rgba(var(--ion-color-base-rgb), 0.32)}:host(.ion-focused){outline:var(--focus-ring-width) var(--ionic-border-style-solid, solid) var(--focus-ring-color);outline-offset:var(--focus-ring-width)}@media (any-hover: hover){:host(:hover){--background:var(--ionic-color-neutral-200, #e7e7e7)}:host(.ion-color:hover){background:rgba(var(--ion-color-base-rgb), 0.12)}}:host(.chip-disabled){opacity:0.6;pointer-events:none}:host(.chip-soft){--border-radius:var(--ionic-border-radius-100, 4px)}:host(.chip-round){--border-radius:var(--ionic-border-radius-400, 16px)}:host(.chip-rectangular){--border-radius:var(--ionic-border-radius-0, 0px)}::slotted(ion-icon){font-size:var(--ionic-font-size-400, 1rem)}:host(.chip-small){min-height:var(--ionic-scale-600, 24px);font-size:var(--ionic-font-size-300, 0.75rem)}:host(.chip-large){min-height:var(--ionic-scale-800, 32px);font-size:var(--ionic-font-size-350, 0.875rem)}:host(.ion-color){background:rgba(var(--ion-color-base-rgb), 0.08);color:var(--ion-color-shade)}:host(.ion-color:focus){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.ion-color.ion-activated){background:rgba(var(--ion-color-base-rgb), 0.16)}";
|
|
@@ -20,7 +20,7 @@ const IonChipMdStyle0 = chipMdCss;
|
|
|
20
20
|
|
|
21
21
|
const Chip = class {
|
|
22
22
|
constructor(hostRef) {
|
|
23
|
-
|
|
23
|
+
config.registerInstance(this, hostRef);
|
|
24
24
|
this.color = undefined;
|
|
25
25
|
this.outline = false;
|
|
26
26
|
this.disabled = false;
|
|
@@ -55,7 +55,7 @@ const Chip = class {
|
|
|
55
55
|
const theme$1 = ionicGlobal.getIonTheme(this);
|
|
56
56
|
const size = this.getSize();
|
|
57
57
|
const shape = this.getShape();
|
|
58
|
-
return (
|
|
58
|
+
return (config.h(config.Host, { key: 'aa0aeece6547531edddac10afb3be5dbd63b817a', "aria-disabled": this.disabled ? 'true' : null, class: theme.createColorClasses(this.color, {
|
|
59
59
|
[theme$1]: true,
|
|
60
60
|
[`chip-${shape}`]: true,
|
|
61
61
|
'chip-outline': this.outline,
|
|
@@ -63,7 +63,7 @@ const Chip = class {
|
|
|
63
63
|
'ion-activatable': true,
|
|
64
64
|
'ion-focusable': !this.disabled,
|
|
65
65
|
[`chip-${size}`]: size !== undefined,
|
|
66
|
-
}) },
|
|
66
|
+
}) }, config.h("slot", { key: '94581c49b9e636e388fb0a84b5f390f7f2341210' }), theme$1 === 'md' && config.h("ion-ripple-effect", { key: '392fc618c6e6ea56e7481725624ab5a98d4ecb54' })));
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
Chip.style = {
|