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
package/dist/html.html-data.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"references": [
|
|
53
53
|
{
|
|
54
54
|
"name": "Source code",
|
|
55
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/accordion/accordion.tsx"
|
|
55
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/accordion/accordion.tsx"
|
|
56
56
|
}
|
|
57
57
|
]
|
|
58
58
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"references": [
|
|
112
112
|
{
|
|
113
113
|
"name": "Source code",
|
|
114
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/accordion-group/accordion-group.tsx"
|
|
114
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/accordion-group/accordion-group.tsx"
|
|
115
115
|
}
|
|
116
116
|
]
|
|
117
117
|
},
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"references": [
|
|
175
175
|
{
|
|
176
176
|
"name": "Source code",
|
|
177
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/action-sheet/action-sheet.tsx"
|
|
177
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/action-sheet/action-sheet.tsx"
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
},
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"references": [
|
|
242
242
|
{
|
|
243
243
|
"name": "Source code",
|
|
244
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/alert/alert.tsx"
|
|
244
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/alert/alert.tsx"
|
|
245
245
|
}
|
|
246
246
|
]
|
|
247
247
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"references": [
|
|
256
256
|
{
|
|
257
257
|
"name": "Source code",
|
|
258
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/app/app.tsx"
|
|
258
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/app/app.tsx"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
},
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"references": [
|
|
270
270
|
{
|
|
271
271
|
"name": "Source code",
|
|
272
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/avatar/avatar.tsx"
|
|
272
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/avatar/avatar.tsx"
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
},
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"references": [
|
|
361
361
|
{
|
|
362
362
|
"name": "Source code",
|
|
363
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/back-button/back-button.tsx"
|
|
363
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/back-button/back-button.tsx"
|
|
364
364
|
}
|
|
365
365
|
]
|
|
366
366
|
},
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"references": [
|
|
388
388
|
{
|
|
389
389
|
"name": "Source code",
|
|
390
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/backdrop/backdrop.tsx"
|
|
390
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/backdrop/backdrop.tsx"
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"references": [
|
|
448
448
|
{
|
|
449
449
|
"name": "Source code",
|
|
450
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/badge/badge.tsx"
|
|
450
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/badge/badge.tsx"
|
|
451
451
|
}
|
|
452
452
|
]
|
|
453
453
|
},
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"references": [
|
|
551
551
|
{
|
|
552
552
|
"name": "Source code",
|
|
553
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
553
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumb/breadcrumb.tsx"
|
|
554
554
|
}
|
|
555
555
|
]
|
|
556
556
|
},
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
"references": [
|
|
623
623
|
{
|
|
624
624
|
"name": "Source code",
|
|
625
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/breadcrumbs/breadcrumbs.tsx"
|
|
625
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/breadcrumbs/breadcrumbs.tsx"
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
628
|
},
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"references": [
|
|
799
799
|
{
|
|
800
800
|
"name": "Source code",
|
|
801
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/button/button.tsx"
|
|
801
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/button/button.tsx"
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
},
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"references": [
|
|
818
818
|
{
|
|
819
819
|
"name": "Source code",
|
|
820
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/buttons/buttons.tsx"
|
|
820
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/buttons/buttons.tsx"
|
|
821
821
|
}
|
|
822
822
|
]
|
|
823
823
|
},
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
"references": [
|
|
932
932
|
{
|
|
933
933
|
"name": "Source code",
|
|
934
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card/card.tsx"
|
|
934
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/card/card.tsx"
|
|
935
935
|
}
|
|
936
936
|
]
|
|
937
937
|
},
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
"references": [
|
|
959
959
|
{
|
|
960
960
|
"name": "Source code",
|
|
961
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-content/card-content.tsx"
|
|
961
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/card-content/card-content.tsx"
|
|
962
962
|
}
|
|
963
963
|
]
|
|
964
964
|
},
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"references": [
|
|
1023
1023
|
{
|
|
1024
1024
|
"name": "Source code",
|
|
1025
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-header/card-header.tsx"
|
|
1025
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/card-header/card-header.tsx"
|
|
1026
1026
|
}
|
|
1027
1027
|
]
|
|
1028
1028
|
},
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"references": [
|
|
1083
1083
|
{
|
|
1084
1084
|
"name": "Source code",
|
|
1085
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-subtitle/card-subtitle.tsx"
|
|
1085
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/card-subtitle/card-subtitle.tsx"
|
|
1086
1086
|
}
|
|
1087
1087
|
]
|
|
1088
1088
|
},
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"references": [
|
|
1143
1143
|
{
|
|
1144
1144
|
"name": "Source code",
|
|
1145
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/card-title/card-title.tsx"
|
|
1145
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/card-title/card-title.tsx"
|
|
1146
1146
|
}
|
|
1147
1147
|
]
|
|
1148
1148
|
},
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
"references": [
|
|
1268
1268
|
{
|
|
1269
1269
|
"name": "Source code",
|
|
1270
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/checkbox/checkbox.tsx"
|
|
1270
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/checkbox/checkbox.tsx"
|
|
1271
1271
|
}
|
|
1272
1272
|
]
|
|
1273
1273
|
},
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"references": [
|
|
1336
1336
|
{
|
|
1337
1337
|
"name": "Source code",
|
|
1338
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/chip/chip.tsx"
|
|
1338
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/chip/chip.tsx"
|
|
1339
1339
|
}
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
"references": [
|
|
1447
1447
|
{
|
|
1448
1448
|
"name": "Source code",
|
|
1449
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/col/col.tsx"
|
|
1449
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/col/col.tsx"
|
|
1450
1450
|
}
|
|
1451
1451
|
]
|
|
1452
1452
|
},
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
"references": [
|
|
1527
1527
|
{
|
|
1528
1528
|
"name": "Source code",
|
|
1529
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/content/content.tsx"
|
|
1529
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/content/content.tsx"
|
|
1530
1530
|
}
|
|
1531
1531
|
]
|
|
1532
1532
|
},
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
"references": [
|
|
1732
1732
|
{
|
|
1733
1733
|
"name": "Source code",
|
|
1734
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/datetime/datetime.tsx"
|
|
1734
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime/datetime.tsx"
|
|
1735
1735
|
}
|
|
1736
1736
|
]
|
|
1737
1737
|
},
|
|
@@ -1799,7 +1799,7 @@
|
|
|
1799
1799
|
"references": [
|
|
1800
1800
|
{
|
|
1801
1801
|
"name": "Source code",
|
|
1802
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
1802
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/datetime-button/datetime-button.tsx"
|
|
1803
1803
|
}
|
|
1804
1804
|
]
|
|
1805
1805
|
},
|
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
"references": [
|
|
1853
1853
|
{
|
|
1854
1854
|
"name": "Source code",
|
|
1855
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab/fab.tsx"
|
|
1855
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/fab/fab.tsx"
|
|
1856
1856
|
}
|
|
1857
1857
|
]
|
|
1858
1858
|
},
|
|
@@ -1987,7 +1987,7 @@
|
|
|
1987
1987
|
"references": [
|
|
1988
1988
|
{
|
|
1989
1989
|
"name": "Source code",
|
|
1990
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab-button/fab-button.tsx"
|
|
1990
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/fab-button/fab-button.tsx"
|
|
1991
1991
|
}
|
|
1992
1992
|
]
|
|
1993
1993
|
},
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
"references": [
|
|
2025
2025
|
{
|
|
2026
2026
|
"name": "Source code",
|
|
2027
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/fab-list/fab-list.tsx"
|
|
2027
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/fab-list/fab-list.tsx"
|
|
2028
2028
|
}
|
|
2029
2029
|
]
|
|
2030
2030
|
},
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
"references": [
|
|
2065
2065
|
{
|
|
2066
2066
|
"name": "Source code",
|
|
2067
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/footer/footer.tsx"
|
|
2067
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/footer/footer.tsx"
|
|
2068
2068
|
}
|
|
2069
2069
|
]
|
|
2070
2070
|
},
|
|
@@ -2083,7 +2083,7 @@
|
|
|
2083
2083
|
"references": [
|
|
2084
2084
|
{
|
|
2085
2085
|
"name": "Source code",
|
|
2086
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/grid/grid.tsx"
|
|
2086
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/grid/grid.tsx"
|
|
2087
2087
|
}
|
|
2088
2088
|
]
|
|
2089
2089
|
},
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
"references": [
|
|
2127
2127
|
{
|
|
2128
2128
|
"name": "Source code",
|
|
2129
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/header/header.tsx"
|
|
2129
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/header/header.tsx"
|
|
2130
2130
|
}
|
|
2131
2131
|
]
|
|
2132
2132
|
},
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
"references": [
|
|
2150
2150
|
{
|
|
2151
2151
|
"name": "Source code",
|
|
2152
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/img/img.tsx"
|
|
2152
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/img/img.tsx"
|
|
2153
2153
|
}
|
|
2154
2154
|
]
|
|
2155
2155
|
},
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"references": [
|
|
2185
2185
|
{
|
|
2186
2186
|
"name": "Source code",
|
|
2187
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/infinite-scroll/infinite-scroll.tsx"
|
|
2187
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll/infinite-scroll.tsx"
|
|
2188
2188
|
}
|
|
2189
2189
|
]
|
|
2190
2190
|
},
|
|
@@ -2236,7 +2236,7 @@
|
|
|
2236
2236
|
"references": [
|
|
2237
2237
|
{
|
|
2238
2238
|
"name": "Source code",
|
|
2239
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
|
|
2239
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/infinite-scroll-content/infinite-scroll-content.tsx"
|
|
2240
2240
|
}
|
|
2241
2241
|
]
|
|
2242
2242
|
},
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
"references": [
|
|
2714
2714
|
{
|
|
2715
2715
|
"name": "Source code",
|
|
2716
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/input/input.tsx"
|
|
2716
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/input/input.tsx"
|
|
2717
2717
|
}
|
|
2718
2718
|
]
|
|
2719
2719
|
},
|
|
@@ -2781,7 +2781,7 @@
|
|
|
2781
2781
|
"references": [
|
|
2782
2782
|
{
|
|
2783
2783
|
"name": "Source code",
|
|
2784
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/input-password-toggle/input-password-toggle.tsx"
|
|
2784
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/input-password-toggle/input-password-toggle.tsx"
|
|
2785
2785
|
}
|
|
2786
2786
|
]
|
|
2787
2787
|
},
|
|
@@ -2918,7 +2918,7 @@
|
|
|
2918
2918
|
"references": [
|
|
2919
2919
|
{
|
|
2920
2920
|
"name": "Source code",
|
|
2921
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item/item.tsx"
|
|
2921
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item/item.tsx"
|
|
2922
2922
|
}
|
|
2923
2923
|
]
|
|
2924
2924
|
},
|
|
@@ -2982,7 +2982,7 @@
|
|
|
2982
2982
|
"references": [
|
|
2983
2983
|
{
|
|
2984
2984
|
"name": "Source code",
|
|
2985
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-divider/item-divider.tsx"
|
|
2985
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-divider/item-divider.tsx"
|
|
2986
2986
|
}
|
|
2987
2987
|
]
|
|
2988
2988
|
},
|
|
@@ -2996,7 +2996,7 @@
|
|
|
2996
2996
|
"references": [
|
|
2997
2997
|
{
|
|
2998
2998
|
"name": "Source code",
|
|
2999
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-group/item-group.tsx"
|
|
2999
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-group/item-group.tsx"
|
|
3000
3000
|
}
|
|
3001
3001
|
]
|
|
3002
3002
|
},
|
|
@@ -3095,7 +3095,7 @@
|
|
|
3095
3095
|
"references": [
|
|
3096
3096
|
{
|
|
3097
3097
|
"name": "Source code",
|
|
3098
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-option/item-option.tsx"
|
|
3098
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-option/item-option.tsx"
|
|
3099
3099
|
}
|
|
3100
3100
|
]
|
|
3101
3101
|
},
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
"references": [
|
|
3123
3123
|
{
|
|
3124
3124
|
"name": "Source code",
|
|
3125
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-options/item-options.tsx"
|
|
3125
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-options/item-options.tsx"
|
|
3126
3126
|
}
|
|
3127
3127
|
]
|
|
3128
3128
|
},
|
|
@@ -3141,7 +3141,7 @@
|
|
|
3141
3141
|
"references": [
|
|
3142
3142
|
{
|
|
3143
3143
|
"name": "Source code",
|
|
3144
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/item-sliding/item-sliding.tsx"
|
|
3144
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-sliding/item-sliding.tsx"
|
|
3145
3145
|
}
|
|
3146
3146
|
]
|
|
3147
3147
|
},
|
|
@@ -3216,7 +3216,7 @@
|
|
|
3216
3216
|
"references": [
|
|
3217
3217
|
{
|
|
3218
3218
|
"name": "Source code",
|
|
3219
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/label/label.tsx"
|
|
3219
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/label/label.tsx"
|
|
3220
3220
|
}
|
|
3221
3221
|
]
|
|
3222
3222
|
},
|
|
@@ -3262,7 +3262,7 @@
|
|
|
3262
3262
|
"references": [
|
|
3263
3263
|
{
|
|
3264
3264
|
"name": "Source code",
|
|
3265
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/list/list.tsx"
|
|
3265
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/list/list.tsx"
|
|
3266
3266
|
}
|
|
3267
3267
|
]
|
|
3268
3268
|
},
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"references": [
|
|
3338
3338
|
{
|
|
3339
3339
|
"name": "Source code",
|
|
3340
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/list-header/list-header.tsx"
|
|
3340
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/list-header/list-header.tsx"
|
|
3341
3341
|
}
|
|
3342
3342
|
]
|
|
3343
3343
|
},
|
|
@@ -3437,7 +3437,7 @@
|
|
|
3437
3437
|
"references": [
|
|
3438
3438
|
{
|
|
3439
3439
|
"name": "Source code",
|
|
3440
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/loading/loading.tsx"
|
|
3440
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/loading/loading.tsx"
|
|
3441
3441
|
}
|
|
3442
3442
|
]
|
|
3443
3443
|
},
|
|
@@ -3499,7 +3499,7 @@
|
|
|
3499
3499
|
"references": [
|
|
3500
3500
|
{
|
|
3501
3501
|
"name": "Source code",
|
|
3502
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu/menu.tsx"
|
|
3502
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu/menu.tsx"
|
|
3503
3503
|
}
|
|
3504
3504
|
]
|
|
3505
3505
|
},
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
"references": [
|
|
3587
3587
|
{
|
|
3588
3588
|
"name": "Source code",
|
|
3589
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu-button/menu-button.tsx"
|
|
3589
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu-button/menu-button.tsx"
|
|
3590
3590
|
}
|
|
3591
3591
|
]
|
|
3592
3592
|
},
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
"references": [
|
|
3610
3610
|
{
|
|
3611
3611
|
"name": "Source code",
|
|
3612
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/menu-toggle/menu-toggle.tsx"
|
|
3612
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu-toggle/menu-toggle.tsx"
|
|
3613
3613
|
}
|
|
3614
3614
|
]
|
|
3615
3615
|
},
|
|
@@ -3696,7 +3696,7 @@
|
|
|
3696
3696
|
"references": [
|
|
3697
3697
|
{
|
|
3698
3698
|
"name": "Source code",
|
|
3699
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/modal/modal.tsx"
|
|
3699
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/modal/modal.tsx"
|
|
3700
3700
|
}
|
|
3701
3701
|
]
|
|
3702
3702
|
},
|
|
@@ -3723,7 +3723,7 @@
|
|
|
3723
3723
|
"references": [
|
|
3724
3724
|
{
|
|
3725
3725
|
"name": "Source code",
|
|
3726
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/nav/nav.tsx"
|
|
3726
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/nav/nav.tsx"
|
|
3727
3727
|
}
|
|
3728
3728
|
]
|
|
3729
3729
|
},
|
|
@@ -3757,7 +3757,7 @@
|
|
|
3757
3757
|
"references": [
|
|
3758
3758
|
{
|
|
3759
3759
|
"name": "Source code",
|
|
3760
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/nav-link/nav-link.tsx"
|
|
3760
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/nav-link/nav-link.tsx"
|
|
3761
3761
|
}
|
|
3762
3762
|
]
|
|
3763
3763
|
},
|
|
@@ -3817,7 +3817,7 @@
|
|
|
3817
3817
|
"references": [
|
|
3818
3818
|
{
|
|
3819
3819
|
"name": "Source code",
|
|
3820
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/note/note.tsx"
|
|
3820
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/note/note.tsx"
|
|
3821
3821
|
}
|
|
3822
3822
|
]
|
|
3823
3823
|
},
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
"references": [
|
|
3845
3845
|
{
|
|
3846
3846
|
"name": "Source code",
|
|
3847
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/picker/picker.tsx"
|
|
3847
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/picker/picker.tsx"
|
|
3848
3848
|
}
|
|
3849
3849
|
]
|
|
3850
3850
|
},
|
|
@@ -3912,7 +3912,7 @@
|
|
|
3912
3912
|
"references": [
|
|
3913
3913
|
{
|
|
3914
3914
|
"name": "Source code",
|
|
3915
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/picker-column/picker-column.tsx"
|
|
3915
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/picker-column/picker-column.tsx"
|
|
3916
3916
|
}
|
|
3917
3917
|
]
|
|
3918
3918
|
},
|
|
@@ -3968,7 +3968,7 @@
|
|
|
3968
3968
|
"references": [
|
|
3969
3969
|
{
|
|
3970
3970
|
"name": "Source code",
|
|
3971
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/picker-column-option/picker-column-option.tsx"
|
|
3971
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/picker-column-option/picker-column-option.tsx"
|
|
3972
3972
|
}
|
|
3973
3973
|
]
|
|
3974
3974
|
},
|
|
@@ -4027,7 +4027,7 @@
|
|
|
4027
4027
|
"references": [
|
|
4028
4028
|
{
|
|
4029
4029
|
"name": "Source code",
|
|
4030
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/picker-legacy/picker.tsx"
|
|
4030
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/picker-legacy/picker.tsx"
|
|
4031
4031
|
}
|
|
4032
4032
|
]
|
|
4033
4033
|
},
|
|
@@ -4184,7 +4184,7 @@
|
|
|
4184
4184
|
"references": [
|
|
4185
4185
|
{
|
|
4186
4186
|
"name": "Source code",
|
|
4187
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/popover/popover.tsx"
|
|
4187
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/popover/popover.tsx"
|
|
4188
4188
|
}
|
|
4189
4189
|
]
|
|
4190
4190
|
},
|
|
@@ -4268,7 +4268,7 @@
|
|
|
4268
4268
|
"references": [
|
|
4269
4269
|
{
|
|
4270
4270
|
"name": "Source code",
|
|
4271
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/progress-bar/progress-bar.tsx"
|
|
4271
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/progress-bar/progress-bar.tsx"
|
|
4272
4272
|
}
|
|
4273
4273
|
]
|
|
4274
4274
|
},
|
|
@@ -4385,7 +4385,7 @@
|
|
|
4385
4385
|
"references": [
|
|
4386
4386
|
{
|
|
4387
4387
|
"name": "Source code",
|
|
4388
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/radio/radio.tsx"
|
|
4388
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/radio/radio.tsx"
|
|
4389
4389
|
}
|
|
4390
4390
|
]
|
|
4391
4391
|
},
|
|
@@ -4416,7 +4416,7 @@
|
|
|
4416
4416
|
"references": [
|
|
4417
4417
|
{
|
|
4418
4418
|
"name": "Source code",
|
|
4419
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/radio-group/radio-group.tsx"
|
|
4419
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/radio-group/radio-group.tsx"
|
|
4420
4420
|
}
|
|
4421
4421
|
]
|
|
4422
4422
|
},
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
"references": [
|
|
4547
4547
|
{
|
|
4548
4548
|
"name": "Source code",
|
|
4549
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/range/range.tsx"
|
|
4549
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/range/range.tsx"
|
|
4550
4550
|
}
|
|
4551
4551
|
]
|
|
4552
4552
|
},
|
|
@@ -4597,7 +4597,7 @@
|
|
|
4597
4597
|
"references": [
|
|
4598
4598
|
{
|
|
4599
4599
|
"name": "Source code",
|
|
4600
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/refresher/refresher.tsx"
|
|
4600
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/refresher/refresher.tsx"
|
|
4601
4601
|
}
|
|
4602
4602
|
]
|
|
4603
4603
|
},
|
|
@@ -4657,7 +4657,7 @@
|
|
|
4657
4657
|
"references": [
|
|
4658
4658
|
{
|
|
4659
4659
|
"name": "Source code",
|
|
4660
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/refresher-content/refresher-content.tsx"
|
|
4660
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/refresher-content/refresher-content.tsx"
|
|
4661
4661
|
}
|
|
4662
4662
|
]
|
|
4663
4663
|
},
|
|
@@ -4671,7 +4671,7 @@
|
|
|
4671
4671
|
"references": [
|
|
4672
4672
|
{
|
|
4673
4673
|
"name": "Source code",
|
|
4674
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/reorder/reorder.tsx"
|
|
4674
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/reorder/reorder.tsx"
|
|
4675
4675
|
}
|
|
4676
4676
|
]
|
|
4677
4677
|
},
|
|
@@ -4690,7 +4690,7 @@
|
|
|
4690
4690
|
"references": [
|
|
4691
4691
|
{
|
|
4692
4692
|
"name": "Source code",
|
|
4693
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/reorder-group/reorder-group.tsx"
|
|
4693
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/reorder-group/reorder-group.tsx"
|
|
4694
4694
|
}
|
|
4695
4695
|
]
|
|
4696
4696
|
},
|
|
@@ -4717,7 +4717,7 @@
|
|
|
4717
4717
|
"references": [
|
|
4718
4718
|
{
|
|
4719
4719
|
"name": "Source code",
|
|
4720
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/ripple-effect/ripple-effect.tsx"
|
|
4720
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/ripple-effect/ripple-effect.tsx"
|
|
4721
4721
|
}
|
|
4722
4722
|
]
|
|
4723
4723
|
},
|
|
@@ -4740,7 +4740,7 @@
|
|
|
4740
4740
|
"references": [
|
|
4741
4741
|
{
|
|
4742
4742
|
"name": "Source code",
|
|
4743
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/route/route.tsx"
|
|
4743
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/route/route.tsx"
|
|
4744
4744
|
}
|
|
4745
4745
|
]
|
|
4746
4746
|
},
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
"references": [
|
|
4764
4764
|
{
|
|
4765
4765
|
"name": "Source code",
|
|
4766
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/route-redirect/route-redirect.tsx"
|
|
4766
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/route-redirect/route-redirect.tsx"
|
|
4767
4767
|
}
|
|
4768
4768
|
]
|
|
4769
4769
|
},
|
|
@@ -4786,7 +4786,7 @@
|
|
|
4786
4786
|
"references": [
|
|
4787
4787
|
{
|
|
4788
4788
|
"name": "Source code",
|
|
4789
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router/router.tsx"
|
|
4789
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/router/router.tsx"
|
|
4790
4790
|
}
|
|
4791
4791
|
]
|
|
4792
4792
|
},
|
|
@@ -4861,7 +4861,7 @@
|
|
|
4861
4861
|
"references": [
|
|
4862
4862
|
{
|
|
4863
4863
|
"name": "Source code",
|
|
4864
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router-link/router-link.tsx"
|
|
4864
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/router-link/router-link.tsx"
|
|
4865
4865
|
}
|
|
4866
4866
|
]
|
|
4867
4867
|
},
|
|
@@ -4892,7 +4892,7 @@
|
|
|
4892
4892
|
"references": [
|
|
4893
4893
|
{
|
|
4894
4894
|
"name": "Source code",
|
|
4895
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/router-outlet/router-outlet.tsx"
|
|
4895
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/router-outlet/router-outlet.tsx"
|
|
4896
4896
|
}
|
|
4897
4897
|
]
|
|
4898
4898
|
},
|
|
@@ -4906,7 +4906,7 @@
|
|
|
4906
4906
|
"references": [
|
|
4907
4907
|
{
|
|
4908
4908
|
"name": "Source code",
|
|
4909
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/row/row.tsx"
|
|
4909
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/row/row.tsx"
|
|
4910
4910
|
}
|
|
4911
4911
|
]
|
|
4912
4912
|
},
|
|
@@ -5316,7 +5316,7 @@
|
|
|
5316
5316
|
"references": [
|
|
5317
5317
|
{
|
|
5318
5318
|
"name": "Source code",
|
|
5319
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/searchbar/searchbar.tsx"
|
|
5319
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/searchbar/searchbar.tsx"
|
|
5320
5320
|
}
|
|
5321
5321
|
]
|
|
5322
5322
|
},
|
|
@@ -5396,7 +5396,7 @@
|
|
|
5396
5396
|
"references": [
|
|
5397
5397
|
{
|
|
5398
5398
|
"name": "Source code",
|
|
5399
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/segment/segment.tsx"
|
|
5399
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/segment/segment.tsx"
|
|
5400
5400
|
}
|
|
5401
5401
|
]
|
|
5402
5402
|
},
|
|
@@ -5470,7 +5470,7 @@
|
|
|
5470
5470
|
"references": [
|
|
5471
5471
|
{
|
|
5472
5472
|
"name": "Source code",
|
|
5473
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/segment-button/segment-button.tsx"
|
|
5473
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/segment-button/segment-button.tsx"
|
|
5474
5474
|
}
|
|
5475
5475
|
]
|
|
5476
5476
|
},
|
|
@@ -5654,7 +5654,7 @@
|
|
|
5654
5654
|
"references": [
|
|
5655
5655
|
{
|
|
5656
5656
|
"name": "Source code",
|
|
5657
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/select/select.tsx"
|
|
5657
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/select/select.tsx"
|
|
5658
5658
|
}
|
|
5659
5659
|
]
|
|
5660
5660
|
},
|
|
@@ -5677,7 +5677,7 @@
|
|
|
5677
5677
|
"references": [
|
|
5678
5678
|
{
|
|
5679
5679
|
"name": "Source code",
|
|
5680
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/select-option/select-option.tsx"
|
|
5680
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/select-option/select-option.tsx"
|
|
5681
5681
|
}
|
|
5682
5682
|
]
|
|
5683
5683
|
},
|
|
@@ -5696,7 +5696,7 @@
|
|
|
5696
5696
|
"references": [
|
|
5697
5697
|
{
|
|
5698
5698
|
"name": "Source code",
|
|
5699
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/skeleton-text/skeleton-text.tsx"
|
|
5699
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/skeleton-text/skeleton-text.tsx"
|
|
5700
5700
|
}
|
|
5701
5701
|
]
|
|
5702
5702
|
},
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
"references": [
|
|
5786
5786
|
{
|
|
5787
5787
|
"name": "Source code",
|
|
5788
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/spinner/spinner.tsx"
|
|
5788
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/spinner/spinner.tsx"
|
|
5789
5789
|
}
|
|
5790
5790
|
]
|
|
5791
5791
|
},
|
|
@@ -5812,7 +5812,7 @@
|
|
|
5812
5812
|
"references": [
|
|
5813
5813
|
{
|
|
5814
5814
|
"name": "Source code",
|
|
5815
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/split-pane/split-pane.tsx"
|
|
5815
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/split-pane/split-pane.tsx"
|
|
5816
5816
|
}
|
|
5817
5817
|
]
|
|
5818
5818
|
},
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
"references": [
|
|
5836
5836
|
{
|
|
5837
5837
|
"name": "Source code",
|
|
5838
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab/tab.tsx"
|
|
5838
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/tab/tab.tsx"
|
|
5839
5839
|
}
|
|
5840
5840
|
]
|
|
5841
5841
|
},
|
|
@@ -5903,7 +5903,7 @@
|
|
|
5903
5903
|
"references": [
|
|
5904
5904
|
{
|
|
5905
5905
|
"name": "Source code",
|
|
5906
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab-bar/tab-bar.tsx"
|
|
5906
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/tab-bar/tab-bar.tsx"
|
|
5907
5907
|
}
|
|
5908
5908
|
]
|
|
5909
5909
|
},
|
|
@@ -5982,7 +5982,7 @@
|
|
|
5982
5982
|
"references": [
|
|
5983
5983
|
{
|
|
5984
5984
|
"name": "Source code",
|
|
5985
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tab-button/tab-button.tsx"
|
|
5985
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/tab-button/tab-button.tsx"
|
|
5986
5986
|
}
|
|
5987
5987
|
]
|
|
5988
5988
|
},
|
|
@@ -5996,7 +5996,7 @@
|
|
|
5996
5996
|
"references": [
|
|
5997
5997
|
{
|
|
5998
5998
|
"name": "Source code",
|
|
5999
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/tabs/tabs.tsx"
|
|
5999
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/tabs/tabs.tsx"
|
|
6000
6000
|
}
|
|
6001
6001
|
]
|
|
6002
6002
|
},
|
|
@@ -6056,7 +6056,7 @@
|
|
|
6056
6056
|
"references": [
|
|
6057
6057
|
{
|
|
6058
6058
|
"name": "Source code",
|
|
6059
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/text/text.tsx"
|
|
6059
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/text/text.tsx"
|
|
6060
6060
|
}
|
|
6061
6061
|
]
|
|
6062
6062
|
},
|
|
@@ -6310,7 +6310,7 @@
|
|
|
6310
6310
|
"references": [
|
|
6311
6311
|
{
|
|
6312
6312
|
"name": "Source code",
|
|
6313
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/textarea/textarea.tsx"
|
|
6313
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/textarea/textarea.tsx"
|
|
6314
6314
|
}
|
|
6315
6315
|
]
|
|
6316
6316
|
},
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
"references": [
|
|
6325
6325
|
{
|
|
6326
6326
|
"name": "Source code",
|
|
6327
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/thumbnail/thumbnail.tsx"
|
|
6327
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/thumbnail/thumbnail.tsx"
|
|
6328
6328
|
}
|
|
6329
6329
|
]
|
|
6330
6330
|
},
|
|
@@ -6384,7 +6384,7 @@
|
|
|
6384
6384
|
"references": [
|
|
6385
6385
|
{
|
|
6386
6386
|
"name": "Source code",
|
|
6387
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/title/title.tsx"
|
|
6387
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/title/title.tsx"
|
|
6388
6388
|
}
|
|
6389
6389
|
]
|
|
6390
6390
|
},
|
|
@@ -6524,7 +6524,7 @@
|
|
|
6524
6524
|
"references": [
|
|
6525
6525
|
{
|
|
6526
6526
|
"name": "Source code",
|
|
6527
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toast/toast.tsx"
|
|
6527
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/toast/toast.tsx"
|
|
6528
6528
|
}
|
|
6529
6529
|
]
|
|
6530
6530
|
},
|
|
@@ -6649,7 +6649,7 @@
|
|
|
6649
6649
|
"references": [
|
|
6650
6650
|
{
|
|
6651
6651
|
"name": "Source code",
|
|
6652
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toggle/toggle.tsx"
|
|
6652
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/toggle/toggle.tsx"
|
|
6653
6653
|
}
|
|
6654
6654
|
]
|
|
6655
6655
|
},
|
|
@@ -6709,7 +6709,7 @@
|
|
|
6709
6709
|
"references": [
|
|
6710
6710
|
{
|
|
6711
6711
|
"name": "Source code",
|
|
6712
|
-
"url": "https:/github.com/ionic-team/ionic/tree/main/core/src/components/toolbar/toolbar.tsx"
|
|
6712
|
+
"url": "https:/github.com/ionic-team/ionic-framework/tree/main/core/src/components/toolbar/toolbar.tsx"
|
|
6713
6713
|
}
|
|
6714
6714
|
]
|
|
6715
6715
|
}
|