voyager-ionic-core 8.1.0 → 8.2.0
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/README.md +1 -1
- package/components/checkbox.js +2 -2
- package/components/ion-searchbar.js +5 -5
- package/components/ion-segment.js +10 -9
- package/components/ion-select.js +20 -7
- package/components/ion-toggle.js +2 -2
- package/components/ionic-global.js +8 -1
- package/components/picker-column.js +25 -6
- package/components/radio.js +16 -5
- package/dist/cjs/{app-globals-66b7dc06.js → app-globals-1c261a7f.js} +1 -1
- package/dist/cjs/{button-active-9135c809.js → button-active-8da8d63e.js} +1 -1
- package/dist/cjs/{hardware-back-button-ed931127.js → hardware-back-button-93f7a8f0.js} +2 -2
- package/dist/cjs/{index-c54654c6.js → index-93b3a556.js} +2 -2
- package/dist/cjs/{index-8709af32.js → index-ceeb4ff8.js} +45 -20
- package/dist/cjs/{index-c0b7f8f4.js → index-fa3cf6ba.js} +4 -4
- package/dist/cjs/index.cjs.js +8 -8
- package/dist/cjs/ion-accordion_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-action-sheet.cjs.entry.js +5 -5
- package/dist/cjs/ion-alert.cjs.entry.js +5 -5
- package/dist/cjs/ion-app_8.cjs.entry.js +6 -6
- package/dist/cjs/ion-avatar_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-back-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-backdrop.cjs.entry.js +2 -2
- package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-button_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-card_5.cjs.entry.js +2 -2
- package/dist/cjs/ion-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/ion-chip.cjs.entry.js +2 -2
- package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime-button.cjs.entry.js +2 -2
- package/dist/cjs/ion-datetime_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-fab_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-img.cjs.entry.js +2 -2
- package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-input-password-toggle.cjs.entry.js +2 -2
- package/dist/cjs/ion-input.cjs.entry.js +2 -2
- package/dist/cjs/ion-item-option_3.cjs.entry.js +2 -2
- package/dist/cjs/ion-item_8.cjs.entry.js +2 -2
- package/dist/cjs/ion-loading.cjs.entry.js +4 -4
- package/dist/cjs/ion-menu_3.cjs.entry.js +5 -5
- package/dist/cjs/ion-modal.cjs.entry.js +5 -5
- package/dist/cjs/ion-nav_2.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
- package/dist/cjs/ion-picker-column.cjs.entry.js +27 -8
- package/dist/cjs/ion-picker.cjs.entry.js +1 -1
- package/dist/cjs/ion-popover.cjs.entry.js +5 -5
- package/dist/cjs/ion-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/ion-radio_2.cjs.entry.js +18 -7
- package/dist/cjs/ion-range.cjs.entry.js +2 -2
- package/dist/cjs/ion-refresher_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
- package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
- package/dist/cjs/ion-searchbar.cjs.entry.js +7 -7
- package/dist/cjs/ion-segment_2.cjs.entry.js +12 -11
- package/dist/cjs/ion-select_3.cjs.entry.js +24 -11
- package/dist/cjs/ion-spinner.cjs.entry.js +2 -2
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab_2.cjs.entry.js +1 -1
- package/dist/cjs/ion-text.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +4 -4
- package/dist/cjs/ion-toggle.cjs.entry.js +4 -4
- package/dist/cjs/{ionic-global-35b86a09.js → ionic-global-f401ca2e.js} +9 -2
- package/dist/cjs/ionic.cjs.js +4 -4
- package/dist/cjs/{ios.transition-5ddf92f1.js → ios.transition-ae54d131.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{md.transition-047c18c5.js → md.transition-dbc2d3f3.js} +3 -3
- package/dist/cjs/{overlays-cb04d075.js → overlays-d4afb0bd.js} +2 -2
- package/dist/cjs/{status-tap-5b2775cd.js → status-tap-0a82a165.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +4 -3
- package/dist/collection/components/alert/test/a11y/alert.e2e.js +3 -1
- package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +1 -1
- package/dist/collection/components/checkbox/checkbox.ios.css +1 -0
- package/dist/collection/components/checkbox/checkbox.md.css +1 -0
- package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
- package/dist/collection/components/item/test/inputs/item.e2e.js +46 -0
- package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +135 -0
- package/dist/collection/components/loading/test/basic/loading.e2e.js +1 -1
- package/dist/collection/components/menu/test/basic/menu.e2e.js +1 -1
- package/dist/collection/components/modal/test/trigger/modal.e2e.js +1 -1
- package/dist/collection/components/nav/test/basic/nav.e2e.js +5 -5
- package/dist/collection/components/nav/test/nested/nav.e2e.js +6 -6
- package/dist/collection/components/nav/test/routing/nav.e2e.js +7 -7
- package/dist/collection/components/picker-column/picker-column.js +25 -6
- package/dist/collection/components/popover/test/trigger/popover.e2e.js +1 -1
- package/dist/collection/components/radio/radio.ios.css +1 -0
- package/dist/collection/components/radio/radio.js +14 -3
- package/dist/collection/components/radio/radio.md.css +1 -0
- package/dist/collection/components/searchbar/searchbar.js +5 -5
- package/dist/collection/components/segment/segment.js +10 -9
- package/dist/collection/components/select/select.ios.css +1 -0
- package/dist/collection/components/select/select.js +18 -5
- package/dist/collection/components/select/select.md.css +1 -0
- package/dist/collection/components/select/test/basic/select.e2e.js +1 -1
- package/dist/collection/components/select/test/disabled/select.e2e.js +1 -1
- package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +2 -2
- package/dist/collection/components/toast/test/basic/toast.e2e.js +1 -0
- package/dist/collection/components/toggle/toggle.ios.css +1 -0
- package/dist/collection/components/toggle/toggle.md.css +1 -0
- package/dist/collection/global/config.js +8 -1
- package/dist/collection/global/test/config-controller.spec.js +9 -1
- package/dist/docs.d.ts +34 -0
- package/dist/docs.json +3506 -482
- package/dist/esm/{app-globals-b99e6d29.js → app-globals-7c667c11.js} +1 -1
- package/dist/esm/{button-active-920addb8.js → button-active-7c57df95.js} +1 -1
- package/dist/esm/{hardware-back-button-2d9760b6.js → hardware-back-button-63852d15.js} +2 -2
- package/dist/esm/{index-7ae7186a.js → index-1e2f8425.js} +2 -2
- package/dist/esm/{index-9aab3bcf.js → index-8d8c14b0.js} +45 -20
- package/dist/esm/{index-8e6b6a24.js → index-91ed2172.js} +4 -4
- package/dist/esm/index.js +8 -8
- package/dist/esm/ion-accordion_2.entry.js +2 -2
- package/dist/esm/ion-action-sheet.entry.js +5 -5
- package/dist/esm/ion-alert.entry.js +5 -5
- package/dist/esm/ion-app_8.entry.js +6 -6
- package/dist/esm/ion-avatar_3.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +2 -2
- package/dist/esm/ion-backdrop.entry.js +2 -2
- package/dist/esm/ion-breadcrumb_2.entry.js +2 -2
- package/dist/esm/ion-button_2.entry.js +2 -2
- package/dist/esm/ion-card_5.entry.js +2 -2
- package/dist/esm/ion-checkbox.entry.js +4 -4
- 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 +2 -2
- package/dist/esm/ion-datetime_3.entry.js +4 -4
- package/dist/esm/ion-fab_3.entry.js +2 -2
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll_2.entry.js +2 -2
- package/dist/esm/ion-input-password-toggle.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +2 -2
- package/dist/esm/ion-item-option_3.entry.js +2 -2
- package/dist/esm/ion-item_8.entry.js +2 -2
- package/dist/esm/ion-loading.entry.js +4 -4
- package/dist/esm/ion-menu_3.entry.js +5 -5
- package/dist/esm/ion-modal.entry.js +5 -5
- package/dist/esm/ion-nav_2.entry.js +3 -3
- package/dist/esm/ion-picker-column-option.entry.js +2 -2
- package/dist/esm/ion-picker-column.entry.js +27 -8
- package/dist/esm/ion-picker.entry.js +1 -1
- package/dist/esm/ion-popover.entry.js +5 -5
- package/dist/esm/ion-progress-bar.entry.js +2 -2
- package/dist/esm/ion-radio_2.entry.js +18 -7
- package/dist/esm/ion-range.entry.js +2 -2
- package/dist/esm/ion-refresher_2.entry.js +2 -2
- package/dist/esm/ion-reorder_2.entry.js +2 -2
- package/dist/esm/ion-ripple-effect.entry.js +2 -2
- package/dist/esm/ion-route_4.entry.js +2 -2
- package/dist/esm/ion-searchbar.entry.js +7 -7
- package/dist/esm/ion-segment_2.entry.js +12 -11
- package/dist/esm/ion-select_3.entry.js +24 -11
- 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 +2 -2
- package/dist/esm/ion-tab_2.entry.js +1 -1
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +4 -4
- package/dist/esm/ion-toggle.entry.js +4 -4
- package/dist/esm/{ionic-global-4528d288.js → ionic-global-8180d812.js} +9 -2
- package/dist/esm/ionic.js +5 -5
- package/dist/esm/{ios.transition-e35d0940.js → ios.transition-140cedc8.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{md.transition-4b90a1f0.js → md.transition-4961bea4.js} +3 -3
- package/dist/esm/{overlays-df2c06b2.js → overlays-e8e5bd06.js} +2 -2
- package/dist/esm/{status-tap-12c27922.js → status-tap-0502d0fd.js} +1 -1
- package/dist/esm-es5/app-globals-7c667c11.js +4 -0
- package/dist/esm-es5/{button-active-920addb8.js → button-active-7c57df95.js} +1 -1
- package/dist/esm-es5/{hardware-back-button-2d9760b6.js → hardware-back-button-63852d15.js} +1 -1
- package/dist/esm-es5/{index-7ae7186a.js → index-1e2f8425.js} +1 -1
- package/dist/esm-es5/index-8d8c14b0.js +5 -0
- package/dist/esm-es5/{index-8e6b6a24.js → index-91ed2172.js} +1 -1
- package/dist/esm-es5/index.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-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-8180d812.js +4 -0
- package/dist/esm-es5/ionic.js +1 -1
- package/dist/esm-es5/{ios.transition-e35d0940.js → ios.transition-140cedc8.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/md.transition-4961bea4.js +4 -0
- package/dist/esm-es5/{overlays-df2c06b2.js → overlays-e8e5bd06.js} +1 -1
- package/dist/esm-es5/{status-tap-12c27922.js → status-tap-0502d0fd.js} +1 -1
- package/dist/html.html-data.json +91 -91
- 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-e6e197f5.system.entry.js → p-00343522.system.entry.js} +1 -1
- package/dist/ionic/{p-fcecca8f.entry.js → p-00f85ca4.entry.js} +1 -1
- package/dist/ionic/p-0213e506.entry.js +4 -0
- package/dist/ionic/{p-d73a16e6.system.entry.js → p-036382b2.system.entry.js} +1 -1
- package/dist/ionic/{p-8a03fbee.entry.js → p-0617a85d.entry.js} +1 -1
- package/dist/ionic/{p-279f3bac.system.entry.js → p-06330374.system.entry.js} +2 -2
- package/dist/ionic/p-0973cae7.entry.js +4 -0
- package/dist/ionic/{p-08ea3402.system.entry.js → p-09bd8558.system.entry.js} +1 -1
- package/dist/ionic/{p-fb21fd1c.system.entry.js → p-0a9c8c36.system.entry.js} +1 -1
- package/dist/ionic/{p-712d54ae.js → p-0f89c47c.js} +1 -1
- package/dist/ionic/{p-b28d3ccb.system.entry.js → p-111b0e11.system.entry.js} +1 -1
- package/dist/ionic/{p-628967e3.system.entry.js → p-11feccde.system.entry.js} +1 -1
- package/dist/ionic/{p-130299c9.entry.js → p-13a736a9.entry.js} +1 -1
- package/dist/ionic/{p-d69b26d9.system.entry.js → p-18657fab.system.entry.js} +1 -1
- package/dist/ionic/{p-0536574e.entry.js → p-1ca3679b.entry.js} +1 -1
- package/dist/ionic/{p-8d14ee8c.system.entry.js → p-1dd59f8d.system.entry.js} +2 -2
- package/dist/ionic/{p-5dc9f99a.entry.js → p-1e5cabf8.entry.js} +1 -1
- package/dist/ionic/{p-9797f6eb.entry.js → p-24b0ece0.entry.js} +1 -1
- package/dist/ionic/{p-e81f22e3.system.js → p-27317f8f.system.js} +1 -1
- package/dist/ionic/{p-30baae57.system.js → p-30bbe61c.system.js} +1 -1
- package/dist/ionic/{p-55f99a39.system.entry.js → p-34827988.system.entry.js} +1 -1
- package/dist/ionic/p-370835b4.system.js +4 -0
- package/dist/ionic/p-39303199.system.js +4 -0
- package/dist/ionic/{p-0a6d801e.system.entry.js → p-3b0711a0.system.entry.js} +1 -1
- package/dist/ionic/{p-7349de07.entry.js → p-3d1951f5.entry.js} +1 -1
- package/dist/ionic/p-3fd68f4e.system.entry.js +4 -0
- package/dist/ionic/{p-bbbe869e.entry.js → p-443cbfcb.entry.js} +1 -1
- package/dist/ionic/{p-09538818.entry.js → p-4455daad.entry.js} +1 -1
- package/dist/ionic/{p-eb3023c9.system.js → p-45a51395.system.js} +1 -1
- package/dist/ionic/{p-1cc0b31f.js → p-4691dc8d.js} +1 -1
- package/dist/ionic/{p-52ce473d.entry.js → p-4713f5f0.entry.js} +1 -1
- package/dist/ionic/p-479e7655.system.js +5 -0
- package/dist/ionic/{p-c41435e6.system.entry.js → p-47ab6574.system.entry.js} +1 -1
- package/dist/ionic/{p-1eb63fa4.entry.js → p-4816d827.entry.js} +1 -1
- package/dist/ionic/{p-ba70039f.entry.js → p-4927bd6e.entry.js} +1 -1
- package/dist/ionic/{p-498eb648.system.entry.js → p-4fa57f1e.system.entry.js} +1 -1
- package/dist/ionic/{p-ed5aebaa.system.entry.js → p-54b04ed1.system.entry.js} +1 -1
- package/dist/ionic/{p-199f826f.system.entry.js → p-5cd86cdb.system.entry.js} +1 -1
- package/dist/ionic/{p-dc0d9ff5.system.entry.js → p-5e1094ae.system.entry.js} +1 -1
- package/dist/ionic/{p-5091f63c.entry.js → p-5f610767.entry.js} +1 -1
- package/dist/ionic/p-65a8336f.entry.js +4 -0
- package/dist/ionic/p-66de062f.system.entry.js +4 -0
- package/dist/ionic/{p-6c3666d5.entry.js → p-69cc64ab.entry.js} +1 -1
- package/dist/ionic/{p-6f008ad2.js → p-6c16d0e8.js} +1 -1
- package/dist/ionic/{p-7402fcdf.entry.js → p-6e76ed16.entry.js} +1 -1
- package/dist/ionic/p-7058dfda.entry.js +4 -0
- package/dist/ionic/{p-a39d3482.system.js → p-7171dbf4.system.js} +1 -1
- package/dist/ionic/{p-26bb6bb8.entry.js → p-7198726e.entry.js} +1 -1
- package/dist/ionic/{p-9848d7be.system.entry.js → p-71e2f283.system.entry.js} +1 -1
- package/dist/ionic/{p-9664a1a2.system.entry.js → p-71f25447.system.entry.js} +1 -1
- package/dist/ionic/{p-62e44e4a.system.entry.js → p-750e902d.system.entry.js} +1 -1
- package/dist/ionic/{p-0b007acc.system.entry.js → p-764eb419.system.entry.js} +1 -1
- package/dist/ionic/p-76637161.system.entry.js +4 -0
- package/dist/ionic/{p-83d748f8.system.entry.js → p-78bf8302.system.entry.js} +1 -1
- package/dist/ionic/{p-4824398b.entry.js → p-79f4cb29.entry.js} +1 -1
- package/dist/ionic/{p-80265a58.entry.js → p-7a416af9.entry.js} +1 -1
- package/dist/ionic/{p-29de09dd.entry.js → p-80aae5d7.entry.js} +1 -1
- package/dist/ionic/{p-9213681c.system.entry.js → p-8890e47f.system.entry.js} +1 -1
- package/dist/ionic/{p-4d8f408d.system.entry.js → p-8c7490bc.system.entry.js} +1 -1
- package/dist/ionic/{p-9da86308.js → p-8d0eb68d.js} +1 -1
- package/dist/ionic/{p-10feef7e.system.entry.js → p-935221f8.system.entry.js} +1 -1
- package/dist/ionic/{p-3f53a0b1.entry.js → p-941ecbba.entry.js} +1 -1
- package/dist/ionic/{p-e6e88ab9.entry.js → p-94b46442.entry.js} +1 -1
- package/dist/ionic/{p-cec8589b.system.js → p-967da5f2.system.js} +1 -1
- package/dist/ionic/{p-5734ac17.system.js → p-98125393.system.js} +1 -1
- package/dist/ionic/{p-aaaaaea1.entry.js → p-9b46f7e0.entry.js} +1 -1
- package/dist/ionic/{p-2c588aa2.entry.js → p-a00a5621.entry.js} +1 -1
- package/dist/ionic/{p-380efbfa.system.entry.js → p-a055fdcf.system.entry.js} +1 -1
- package/dist/ionic/{p-a50f23bf.system.entry.js → p-a0abe7ab.system.entry.js} +1 -1
- package/dist/ionic/{p-0395be73.entry.js → p-a4116282.entry.js} +1 -1
- package/dist/ionic/{p-33e10509.system.js → p-a4a45ad9.system.js} +1 -1
- package/dist/ionic/{p-1b435d20.entry.js → p-a5adb027.entry.js} +1 -1
- package/dist/ionic/p-a82d4913.system.js +4 -0
- package/dist/ionic/{p-f357707e.entry.js → p-a87b1500.entry.js} +1 -1
- package/dist/ionic/{p-57bc32e2.system.entry.js → p-a931cd3e.system.entry.js} +1 -1
- package/dist/ionic/{p-7d6fd45f.system.entry.js → p-ae3be67f.system.entry.js} +1 -1
- package/dist/ionic/{p-98f6116f.entry.js → p-aeb61b82.entry.js} +1 -1
- package/dist/ionic/{p-52f53904.entry.js → p-aeef6ac4.entry.js} +1 -1
- package/dist/ionic/{p-a488b7ab.system.js → p-aef1c744.system.js} +1 -1
- package/dist/ionic/{p-9c6dcf78.system.entry.js → p-b0ff8469.system.entry.js} +1 -1
- package/dist/ionic/{p-77731f19.system.entry.js → p-b7299e38.system.entry.js} +1 -1
- package/dist/ionic/{p-b02eda30.entry.js → p-b7eecfa6.entry.js} +1 -1
- package/dist/ionic/{p-9bfd7cda.system.entry.js → p-b84d9005.system.entry.js} +1 -1
- package/dist/ionic/{p-99ca9787.system.entry.js → p-bad2e0c8.system.entry.js} +1 -1
- package/dist/ionic/{p-90dfc454.system.entry.js → p-bd7ad51d.system.entry.js} +1 -1
- package/dist/ionic/{p-5cc6dcf5.js → p-bdc1b4e3.js} +1 -1
- package/dist/ionic/{p-509620b8.system.entry.js → p-c1d7a187.system.entry.js} +1 -1
- package/dist/ionic/{p-ecbdbf25.system.entry.js → p-c4493e98.system.entry.js} +1 -1
- package/dist/ionic/p-c44efdb8.entry.js +4 -0
- package/dist/ionic/p-c5543c41.system.entry.js +4 -0
- package/dist/ionic/{p-66ed603b.js → p-c5c65bbe.js} +1 -1
- package/dist/ionic/{p-a4ab7449.entry.js → p-c6143912.entry.js} +1 -1
- package/dist/ionic/{p-6ec88301.entry.js → p-c623f0d9.entry.js} +1 -1
- package/dist/ionic/{p-b62ae60a.system.entry.js → p-c6d9d978.system.entry.js} +1 -1
- package/dist/ionic/p-c7717147.js +4 -0
- package/dist/ionic/{p-f9baf25c.entry.js → p-c7a015e4.entry.js} +1 -1
- package/dist/ionic/{p-78405458.entry.js → p-c89af27e.entry.js} +1 -1
- package/dist/ionic/{p-5109a566.entry.js → p-cd681265.entry.js} +1 -1
- package/dist/ionic/{p-dc1e363a.entry.js → p-cf8ad0c3.entry.js} +1 -1
- package/dist/ionic/p-d6dbda17.js +5 -0
- package/dist/ionic/{p-f53bcebd.entry.js → p-d7e957e9.entry.js} +1 -1
- package/dist/ionic/p-d8a1f0e2.entry.js +4 -0
- package/dist/ionic/{p-5ec3bb70.system.entry.js → p-dba2da82.system.entry.js} +2 -2
- package/dist/ionic/{p-a953ef66.js → p-ddde112a.js} +1 -1
- package/dist/ionic/{p-700567ab.system.entry.js → p-e08d9edc.system.entry.js} +1 -1
- package/dist/ionic/{p-df517d1f.entry.js → p-eaab79f3.entry.js} +1 -1
- package/dist/ionic/{p-b07affd5.system.entry.js → p-ee8bf348.system.entry.js} +1 -1
- package/dist/ionic/{p-207e11dc.entry.js → p-eea44228.entry.js} +1 -1
- package/dist/ionic/{p-99884813.entry.js → p-eef82267.entry.js} +1 -1
- package/dist/ionic/{p-e0a8ffd0.system.entry.js → p-f149e6c3.system.entry.js} +1 -1
- package/dist/ionic/{p-6a2cf398.system.entry.js → p-f1c090c5.system.entry.js} +1 -1
- package/dist/ionic/{p-606f069c.entry.js → p-f5efe527.entry.js} +1 -1
- package/dist/ionic/p-f6a419d2.js +4 -0
- package/dist/ionic/p-f896c857.system.entry.js +4 -0
- package/dist/ionic/{p-8cb80f83.system.entry.js → p-f9046353.system.entry.js} +1 -1
- package/dist/ionic/{p-b9181033.system.entry.js → p-f9b3ffd6.system.entry.js} +1 -1
- package/dist/ionic/{p-b563b6ac.entry.js → p-fa7234ee.entry.js} +1 -1
- package/dist/ionic/{p-09b4e9ec.entry.js → p-fba8ea9e.entry.js} +1 -1
- package/dist/ionic/p-fc6f99be.js +4 -0
- package/dist/ionic/p-fcbd65bc.system.js +4 -0
- package/dist/types/components/radio/radio.d.ts +1 -0
- package/dist/types/components/segment/segment.d.ts +1 -0
- package/dist/types/components/select/select.d.ts +2 -1
- package/dist/types/stencil-public-runtime.d.ts +1 -0
- package/hydrate/index.js +175 -143
- package/loader/cdn.js +1 -1
- package/loader/index.cjs.js +1 -1
- package/loader/index.es2017.js +1 -1
- package/loader/index.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-b99e6d29.js +0 -4
- package/dist/esm-es5/index-9aab3bcf.js +0 -5
- package/dist/esm-es5/ionic-global-4528d288.js +0 -4
- package/dist/esm-es5/md.transition-4b90a1f0.js +0 -4
- package/dist/ionic/p-01a27023.system.entry.js +0 -4
- package/dist/ionic/p-03b86a5e.js +0 -4
- package/dist/ionic/p-049d43bd.entry.js +0 -4
- package/dist/ionic/p-15d1ddba.js +0 -4
- package/dist/ionic/p-2ff0e0aa.system.js +0 -4
- package/dist/ionic/p-31d27232.system.js +0 -4
- package/dist/ionic/p-3c27be4a.entry.js +0 -4
- package/dist/ionic/p-3d015cdb.system.js +0 -5
- package/dist/ionic/p-433157a4.entry.js +0 -4
- package/dist/ionic/p-670c9f57.system.entry.js +0 -4
- package/dist/ionic/p-6df12af0.system.entry.js +0 -4
- package/dist/ionic/p-7eb47906.entry.js +0 -4
- package/dist/ionic/p-842c9fca.system.js +0 -4
- package/dist/ionic/p-92d7e99d.system.js +0 -4
- package/dist/ionic/p-9ec42be0.js +0 -4
- package/dist/ionic/p-a2e94ade.system.entry.js +0 -4
- package/dist/ionic/p-a76ab3ea.system.entry.js +0 -4
- package/dist/ionic/p-b04c27d8.entry.js +0 -4
- package/dist/ionic/p-dba5cb84.js +0 -5
- package/dist/ionic/p-fa8f2e62.entry.js +0 -4
|
@@ -34,6 +34,14 @@ export class Segment {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
+
this.onSlottedItemsChange = () => {
|
|
38
|
+
/**
|
|
39
|
+
* When the slotted segment buttons change we need to
|
|
40
|
+
* ensure that the new segment buttons are checked if
|
|
41
|
+
* the value matches the segment button value.
|
|
42
|
+
*/
|
|
43
|
+
this.valueChanged(this.value);
|
|
44
|
+
};
|
|
37
45
|
this.getSegmentButton = (selector) => {
|
|
38
46
|
var _a, _b;
|
|
39
47
|
const buttons = this.getButtons().filter((button) => !button.disabled);
|
|
@@ -101,13 +109,6 @@ export class Segment {
|
|
|
101
109
|
}
|
|
102
110
|
async componentDidLoad() {
|
|
103
111
|
this.setCheckedClasses();
|
|
104
|
-
/**
|
|
105
|
-
* If the value changes before watchers
|
|
106
|
-
* are setup, then the ionSelect watch callback
|
|
107
|
-
* will not fire. As a result, we manually
|
|
108
|
-
* fire this event when Select is loaded.
|
|
109
|
-
*/
|
|
110
|
-
this.ionSelect.emit({ value: this.value });
|
|
111
112
|
/**
|
|
112
113
|
* We need to wait for the buttons to all be rendered
|
|
113
114
|
* before we can scroll.
|
|
@@ -420,14 +421,14 @@ export class Segment {
|
|
|
420
421
|
}
|
|
421
422
|
render() {
|
|
422
423
|
const mode = getIonMode(this);
|
|
423
|
-
return (h(Host, { key: '
|
|
424
|
+
return (h(Host, { key: 'ad0946134c8d465b760ad792655f1cb9922db520', role: "tablist", onClick: this.onClick, class: createColorClasses(this.color, {
|
|
424
425
|
[mode]: true,
|
|
425
426
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
426
427
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
427
428
|
'segment-activated': this.activated,
|
|
428
429
|
'segment-disabled': this.disabled,
|
|
429
430
|
'segment-scrollable': this.scrollable,
|
|
430
|
-
}) }, h("slot", { key: '
|
|
431
|
+
}) }, h("slot", { key: 'dcdb425bcda0d60acb7c317e5e671ed462715b4a', onSlotchange: this.onSlottedItemsChange })));
|
|
431
432
|
}
|
|
432
433
|
static get is() { return "ion-segment"; }
|
|
433
434
|
static get encapsulation() { return "shadow"; }
|
|
@@ -99,9 +99,6 @@ export class Select {
|
|
|
99
99
|
this.value = value;
|
|
100
100
|
this.ionChange.emit({ value });
|
|
101
101
|
}
|
|
102
|
-
componentWillLoad() {
|
|
103
|
-
this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
|
|
104
|
-
}
|
|
105
102
|
async connectedCallback() {
|
|
106
103
|
const { el } = this;
|
|
107
104
|
this.notchController = createNotchController(el, () => this.notchSpacerEl, () => this.labelSlot);
|
|
@@ -118,6 +115,22 @@ export class Select {
|
|
|
118
115
|
forceUpdate(this);
|
|
119
116
|
});
|
|
120
117
|
}
|
|
118
|
+
componentWillLoad() {
|
|
119
|
+
this.inheritedAttributes = inheritAttributes(this.el, ['aria-label']);
|
|
120
|
+
}
|
|
121
|
+
componentDidLoad() {
|
|
122
|
+
/**
|
|
123
|
+
* If any of the conditions that trigger the styleChanged callback
|
|
124
|
+
* are met on component load, it is possible the event emitted
|
|
125
|
+
* prior to a parent web component registering an event listener.
|
|
126
|
+
*
|
|
127
|
+
* To ensure the parent web component receives the event, we
|
|
128
|
+
* emit the style event again after the component has loaded.
|
|
129
|
+
*
|
|
130
|
+
* This is often seen in Angular with the `dist` output target.
|
|
131
|
+
*/
|
|
132
|
+
this.emitStyle();
|
|
133
|
+
}
|
|
121
134
|
disconnectedCallback() {
|
|
122
135
|
if (this.mutationO) {
|
|
123
136
|
this.mutationO.disconnect();
|
|
@@ -610,7 +623,7 @@ export class Select {
|
|
|
610
623
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
611
624
|
*/
|
|
612
625
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
|
|
613
|
-
return (h(Host, { key: '
|
|
626
|
+
return (h(Host, { key: 'e14586e887c0b73457b9f1e8f0585dfc7d590051', onClick: this.onClick, class: createColorClasses(this.color, {
|
|
614
627
|
[mode]: true,
|
|
615
628
|
'in-item': inItem,
|
|
616
629
|
'in-item-color': hostContext('ion-item.ion-color', el),
|
|
@@ -626,7 +639,7 @@ export class Select {
|
|
|
626
639
|
[`select-justify-${justify}`]: justifyEnabled,
|
|
627
640
|
[`select-shape-${shape}`]: shape !== undefined,
|
|
628
641
|
[`select-label-placement-${labelPlacement}`]: true,
|
|
629
|
-
}) }, h("label", { key: '
|
|
642
|
+
}) }, h("label", { key: 'b44929542c809f2dca25afc588701762a083edd1', class: "select-wrapper", id: "select-label" }, this.renderLabelContainer(), h("div", { key: '195e3fad9cea0363ff00bf257ec2975fe5aa6887', class: "select-wrapper-inner" }, h("slot", { key: '9da7161a69b92d6fd124a478348d3fa420092f26', name: "start" }), h("div", { key: '49c589c164d167de0ba5741a0c80fba58ea0bec6', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), h("slot", { key: 'de1536d910fceb8e2dbdda13abcf88ee969888b8', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && h("div", { key: 'e821b7b32cd1996eaa6d471df9b531ad0d491098', class: "select-highlight" }))));
|
|
630
643
|
}
|
|
631
644
|
static get is() { return "ion-select"; }
|
|
632
645
|
static get encapsulation() { return "shadow"; }
|
|
@@ -32,7 +32,7 @@ configs({ directions: ['ltr'] }).forEach(({ title, config }) => {
|
|
|
32
32
|
});
|
|
33
33
|
test.describe('select: popover', () => {
|
|
34
34
|
test('it should open a popover select', async ({ page, skip }) => {
|
|
35
|
-
// TODO (
|
|
35
|
+
// TODO (ROU-5437)
|
|
36
36
|
skip.browser('webkit', 'Safari 16 only allows text fields and pop-up menus to be focused.');
|
|
37
37
|
const ionPopoverDidPresent = await page.spyOnEvent('ionPopoverDidPresent');
|
|
38
38
|
await page.click('#customPopoverSelect');
|
|
@@ -6,7 +6,7 @@ import { configs, test } from "../../../../utils/test/playwright/index";
|
|
|
6
6
|
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
|
|
7
7
|
test.describe(title('select: disabled options'), () => {
|
|
8
8
|
test('should not focus a disabled option when no value is set', async ({ page, skip }) => {
|
|
9
|
-
// TODO (
|
|
9
|
+
// TODO (ROU-5437)
|
|
10
10
|
skip.browser('webkit', 'Safari 16 only allows text fields and pop-up menus to be focused.');
|
|
11
11
|
test.info().annotations.push({
|
|
12
12
|
type: 'issue',
|
|
@@ -18,7 +18,7 @@ const checkedOptions = [
|
|
|
18
18
|
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
|
|
19
19
|
test.describe(title('select-popover: basic'), () => {
|
|
20
20
|
test.beforeEach(({ browserName }) => {
|
|
21
|
-
test.skip(browserName === 'webkit', '
|
|
21
|
+
test.skip(browserName === 'webkit', 'ROU-5437');
|
|
22
22
|
});
|
|
23
23
|
test.describe('single selection', () => {
|
|
24
24
|
let selectPopoverPage;
|
|
@@ -44,7 +44,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
|
|
|
44
44
|
await expect(selectPopoverPage.popover).not.toBeVisible();
|
|
45
45
|
});
|
|
46
46
|
test('pressing Space on a selected option should dismiss the popover', async ({ browserName }) => {
|
|
47
|
-
test.skip(browserName === 'firefox', 'Same behavior as
|
|
47
|
+
test.skip(browserName === 'firefox', 'Same behavior as ROU-5437');
|
|
48
48
|
await selectPopoverPage.setup(config, checkedOptions, false);
|
|
49
49
|
await selectPopoverPage.pressSpaceOnOption('apple');
|
|
50
50
|
await selectPopoverPage.ionPopoverDidDismiss.next();
|
|
@@ -81,6 +81,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, screenshot, c
|
|
|
81
81
|
const { container } = await toastFixture.openToast('#translucent-toast');
|
|
82
82
|
await toastFixture.screenshot('translucent', screenshot, container);
|
|
83
83
|
});
|
|
84
|
+
// TODO(FW-6220): investigate why backdrop filter is not being captured in screenshot
|
|
84
85
|
test('should set translucency correctly when color is provided', async ({ page }) => {
|
|
85
86
|
const toastFixture = new ToastFixture(page);
|
|
86
87
|
await toastFixture.goto(config);
|
|
@@ -55,7 +55,14 @@ export const configFromURL = (win) => {
|
|
|
55
55
|
.slice(1)
|
|
56
56
|
.split('&')
|
|
57
57
|
.map((entry) => entry.split('='))
|
|
58
|
-
.map(([key, value]) =>
|
|
58
|
+
.map(([key, value]) => {
|
|
59
|
+
try {
|
|
60
|
+
return [decodeURIComponent(key), decodeURIComponent(value)];
|
|
61
|
+
}
|
|
62
|
+
catch (e) {
|
|
63
|
+
return ['', ''];
|
|
64
|
+
}
|
|
65
|
+
})
|
|
59
66
|
.filter(([key]) => startsWith(key, IONIC_PREFIX))
|
|
60
67
|
.map(([key, value]) => [key.slice(IONIC_PREFIX.length), value])
|
|
61
68
|
.forEach(([key, value]) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
|
-
import { Config } from "../config";
|
|
4
|
+
import { Config, configFromURL } from "../config";
|
|
5
5
|
describe('Config', () => {
|
|
6
6
|
it('should get a value from the config', () => {
|
|
7
7
|
const config = new Config();
|
|
@@ -74,4 +74,12 @@ describe('Config', () => {
|
|
|
74
74
|
config.set('text0', 'hola');
|
|
75
75
|
expect(config.get('text0', 'HEY')).toEqual('hola');
|
|
76
76
|
});
|
|
77
|
+
it('should not throw an exception with a malformed URI', () => {
|
|
78
|
+
// https://github.com/ionic-team/ionic-framework/issues/29479
|
|
79
|
+
expect(configFromURL({
|
|
80
|
+
location: {
|
|
81
|
+
search: '?test=%',
|
|
82
|
+
},
|
|
83
|
+
})).toEqual({});
|
|
84
|
+
});
|
|
77
85
|
});
|
package/dist/docs.d.ts
CHANGED
|
@@ -347,10 +347,26 @@ export interface JsonDocsEvent {
|
|
|
347
347
|
deprecation?: string;
|
|
348
348
|
detail: string;
|
|
349
349
|
}
|
|
350
|
+
/**
|
|
351
|
+
* Type describing a CSS Style, as described by a JSDoc-style comment
|
|
352
|
+
*/
|
|
350
353
|
export interface JsonDocsStyle {
|
|
354
|
+
/**
|
|
355
|
+
* The name of the style
|
|
356
|
+
*/
|
|
351
357
|
name: string;
|
|
358
|
+
/**
|
|
359
|
+
* The type/description associated with the style
|
|
360
|
+
*/
|
|
352
361
|
docs: string;
|
|
362
|
+
/**
|
|
363
|
+
* The annotation used in the JSDoc of the style (e.g. `@prop`)
|
|
364
|
+
*/
|
|
353
365
|
annotation: string;
|
|
366
|
+
/**
|
|
367
|
+
* The mode associated with the style
|
|
368
|
+
*/
|
|
369
|
+
mode: string | undefined;
|
|
354
370
|
}
|
|
355
371
|
export interface JsonDocsListener {
|
|
356
372
|
event: string;
|
|
@@ -389,10 +405,28 @@ export interface JsonDocsPart {
|
|
|
389
405
|
*/
|
|
390
406
|
docs: string;
|
|
391
407
|
}
|
|
408
|
+
/**
|
|
409
|
+
* Represents a parsed block comment in a CSS, Sass, etc. file for a custom property.
|
|
410
|
+
*/
|
|
392
411
|
export interface StyleDoc {
|
|
412
|
+
/**
|
|
413
|
+
* The name of the CSS property
|
|
414
|
+
*/
|
|
393
415
|
name: string;
|
|
416
|
+
/**
|
|
417
|
+
* The user-defined description of the CSS property
|
|
418
|
+
*/
|
|
394
419
|
docs: string;
|
|
420
|
+
/**
|
|
421
|
+
* The JSDoc-style annotation (e.g. `@prop`) that was used in the block comment to detect the comment.
|
|
422
|
+
* Used to inform Stencil where the start of a new property's description starts (and where the previous description
|
|
423
|
+
* ends).
|
|
424
|
+
*/
|
|
395
425
|
annotation: "prop";
|
|
426
|
+
/**
|
|
427
|
+
* The Stencil style-mode that is associated with this property.
|
|
428
|
+
*/
|
|
429
|
+
mode: string | undefined;
|
|
396
430
|
}
|
|
397
431
|
|
|
398
432
|
export {};
|