@ionic/core 8.4.1-dev.11732561669.1ff93af7 → 8.4.1-dev.11732646949.1aaebad5

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.
Files changed (1183) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +10 -15
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -10
  5. package/components/button.js +11 -41
  6. package/components/buttons.js +7 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +12 -29
  9. package/components/content.js +12 -14
  10. package/components/data.js +4 -4
  11. package/components/focus-visible.js +3 -8
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +36 -26
  15. package/components/helpers.js +1 -4
  16. package/components/index2.js +2 -2
  17. package/components/index4.js +9 -8
  18. package/components/index5.js +3 -27
  19. package/components/index6.js +20 -114
  20. package/components/index7.js +27 -163
  21. package/components/index8.js +128 -0
  22. package/{dist/esm/index-62b4a18b.js → components/index9.js} +2 -4
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +2 -1
  25. package/components/ion-accordion-group.js +6 -25
  26. package/components/ion-accordion.js +17 -36
  27. package/components/ion-app.js +77 -9
  28. package/components/ion-avatar.js +3 -52
  29. package/components/ion-back-button.js +19 -29
  30. package/components/ion-badge.js +8 -44
  31. package/components/ion-breadcrumb.js +11 -45
  32. package/components/ion-breadcrumbs.js +5 -9
  33. package/components/ion-card-content.js +7 -11
  34. package/components/ion-card-header.js +5 -9
  35. package/components/ion-card-subtitle.js +5 -9
  36. package/components/ion-card-title.js +5 -9
  37. package/components/ion-card.js +9 -17
  38. package/components/ion-chip.js +8 -45
  39. package/components/ion-col.js +5 -5
  40. package/components/ion-datetime-button.js +6 -9
  41. package/components/ion-datetime.js +21 -99
  42. package/components/ion-fab-button.js +10 -33
  43. package/components/ion-fab-list.js +5 -5
  44. package/components/ion-fab.js +6 -6
  45. package/components/ion-footer.js +12 -18
  46. package/components/ion-grid.js +5 -5
  47. package/components/ion-img.js +2 -5
  48. package/components/ion-infinite-scroll-content.js +8 -13
  49. package/components/ion-infinite-scroll.js +5 -5
  50. package/components/ion-input-password-toggle.js +14 -53
  51. package/components/ion-input.js +20 -118
  52. package/components/ion-item-divider.js +5 -9
  53. package/components/ion-item-group.js +5 -9
  54. package/components/ion-item-option.js +8 -28
  55. package/components/ion-item-options.js +5 -9
  56. package/components/ion-item-sliding.js +5 -5
  57. package/components/ion-loading.js +8 -13
  58. package/components/ion-menu-button.js +10 -28
  59. package/components/ion-menu-toggle.js +5 -5
  60. package/components/ion-menu.js +8 -12
  61. package/components/ion-nav-link.js +1 -1
  62. package/components/ion-nav.js +6 -8
  63. package/components/ion-note.js +5 -9
  64. package/components/ion-picker-legacy.js +8 -7
  65. package/components/ion-progress-bar.js +6 -11
  66. package/components/ion-range.js +10 -13
  67. package/components/ion-refresher-content.js +9 -28
  68. package/components/ion-refresher.js +7 -11
  69. package/components/ion-reorder-group.js +5 -5
  70. package/components/ion-reorder.js +5 -31
  71. package/components/ion-router-link.js +6 -6
  72. package/components/ion-router-outlet.js +3 -4
  73. package/components/ion-row.js +2 -5
  74. package/components/ion-searchbar.js +16 -93
  75. package/components/ion-segment-button.js +7 -11
  76. package/components/ion-segment-content.js +1 -1
  77. package/components/ion-segment-view.js +2 -6
  78. package/components/ion-segment.js +7 -11
  79. package/components/ion-select-option.js +2 -5
  80. package/components/ion-select.js +31 -118
  81. package/components/ion-skeleton-text.js +5 -6
  82. package/components/ion-split-pane.js +8 -12
  83. package/components/ion-tab-bar.js +8 -31
  84. package/components/ion-tab-button.js +7 -12
  85. package/components/ion-tab.js +2 -2
  86. package/components/ion-tabs.js +2 -2
  87. package/components/ion-text.js +5 -5
  88. package/components/ion-textarea.js +11 -38
  89. package/components/ion-thumbnail.js +2 -5
  90. package/components/ion-toast.js +12 -30
  91. package/components/ion-toggle.js +18 -77
  92. package/components/ionic-global.js +84 -374
  93. package/components/ios.transition.js +0 -1
  94. package/components/item.js +11 -41
  95. package/components/keyboard-controller.js +2 -4
  96. package/components/label.js +5 -9
  97. package/components/list-header.js +5 -9
  98. package/components/list.js +6 -29
  99. package/components/modal.js +21 -51
  100. package/components/notch-controller.js +1 -1
  101. package/components/overlays.js +27 -12
  102. package/components/picker-column-option.js +5 -9
  103. package/components/picker-column.js +8 -7
  104. package/components/picker-column2.js +4 -4
  105. package/components/picker.js +4 -8
  106. package/components/popover.js +8 -11
  107. package/components/radio-group.js +10 -6
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-modal.js +3 -3
  111. package/components/select-popover.js +2 -9
  112. package/components/spinner.js +9 -36
  113. package/components/status-tap.js +1 -1
  114. package/components/title.js +7 -11
  115. package/components/toolbar.js +7 -11
  116. package/css/core.css +1 -1
  117. package/css/core.css.map +1 -1
  118. package/css/display.css.map +1 -1
  119. package/css/flex-utils.css.map +1 -1
  120. package/css/float-elements.css.map +1 -1
  121. package/css/global.bundle.css.map +1 -1
  122. package/css/ionic-swiper.css +1 -1
  123. package/css/ionic-swiper.css.map +1 -1
  124. package/css/ionic.bundle.css +1 -1
  125. package/css/ionic.bundle.css.map +1 -1
  126. package/css/normalize.css.map +1 -1
  127. package/css/padding.css.map +1 -1
  128. package/css/palettes/dark.always.css.map +1 -1
  129. package/css/palettes/dark.class.css.map +1 -1
  130. package/css/palettes/dark.system.css.map +1 -1
  131. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  132. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  134. package/css/palettes/high-contrast.always.css.map +1 -1
  135. package/css/palettes/high-contrast.class.css.map +1 -1
  136. package/css/palettes/high-contrast.system.css.map +1 -1
  137. package/css/structure.css.map +1 -1
  138. package/css/text-alignment.css.map +1 -1
  139. package/css/text-transformation.css.map +1 -1
  140. package/css/typography.css.map +1 -1
  141. package/css/utils.bundle.css.map +1 -1
  142. package/dist/cjs/{animation-58015a44.js → animation-b4fdf128.js} +2 -2
  143. package/dist/cjs/{app-globals-d64148d3.js → app-globals-21afee77.js} +1 -1
  144. package/dist/cjs/{button-active-ec1fd1d8.js → button-active-3f2f60b4.js} +1 -1
  145. package/dist/cjs/{capacitor-454dd071.js → capacitor-c04564bf.js} +3 -3
  146. package/dist/cjs/{data-b726dbee.js → data-21dc0f81.js} +6 -6
  147. package/dist/{esm/focus-visible-501aff19.js → cjs/focus-visible-2578eb30.js} +5 -8
  148. package/dist/cjs/{framework-delegate-32f1a0e4.js → framework-delegate-55f5683a.js} +2 -4
  149. package/dist/cjs/{haptic-7c25be74.js → haptic-f6b37aa3.js} +1 -1
  150. package/dist/cjs/hardware-back-button-9e8a2c4f.js +122 -0
  151. package/dist/cjs/{helpers-4e2936d2.js → helpers-afaa9001.js} +1 -4
  152. package/dist/cjs/index-5915f9b3.js +38 -0
  153. package/dist/cjs/{index-604c36ae.js → index-5b6a7459.js} +3 -3
  154. package/dist/cjs/{index-03fbee1d.js → index-8e789962.js} +15 -14
  155. package/dist/cjs/{index-0e0c6196.js → index-9509ecad.js} +7 -9
  156. package/dist/cjs/index-c8d52405.js +10 -0
  157. package/dist/cjs/{index-8f975cf4.js → index-f05acd21.js} +12 -12
  158. package/dist/cjs/index.cjs.js +12 -10
  159. package/dist/cjs/{input-shims-4b4d2251.js → input-shims-9e59ef62.js} +17 -18
  160. package/dist/cjs/{input.utils-fb1debe4.js → input.utils-611cde0b.js} +5 -4
  161. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -61
  162. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -21
  163. package/dist/cjs/ion-alert.cjs.entry.js +23 -25
  164. package/dist/cjs/ion-app_8.cjs.entry.js +173 -110
  165. package/dist/cjs/ion-avatar_3.cjs.entry.js +9 -93
  166. package/dist/cjs/ion-back-button.cjs.entry.js +21 -31
  167. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
  168. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -53
  169. package/dist/cjs/ion-button_2.cjs.entry.js +15 -46
  170. package/dist/cjs/ion-card_5.cjs.entry.js +28 -52
  171. package/dist/cjs/ion-checkbox.cjs.entry.js +13 -29
  172. package/dist/cjs/ion-chip.cjs.entry.js +7 -43
  173. package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
  174. package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -16
  175. package/dist/cjs/ion-datetime_3.cjs.entry.js +115 -191
  176. package/dist/cjs/ion-fab_3.cjs.entry.js +19 -42
  177. package/dist/cjs/ion-img.cjs.entry.js +3 -7
  178. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -21
  179. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
  180. package/dist/cjs/ion-input.cjs.entry.js +23 -118
  181. package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -40
  182. package/dist/cjs/ion-item_8.cjs.entry.js +41 -113
  183. package/dist/cjs/ion-loading.cjs.entry.js +18 -20
  184. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -48
  185. package/dist/cjs/ion-modal.cjs.entry.js +67 -95
  186. package/dist/cjs/ion-nav_2.cjs.entry.js +13 -15
  187. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -11
  188. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -12
  189. package/dist/cjs/ion-picker.cjs.entry.js +5 -10
  190. package/dist/cjs/ion-popover.cjs.entry.js +18 -20
  191. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -13
  192. package/dist/cjs/ion-radio_2.cjs.entry.js +16 -18
  193. package/dist/cjs/ion-range.cjs.entry.js +16 -20
  194. package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -44
  195. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  196. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
  197. package/dist/cjs/ion-route_4.cjs.entry.js +7 -8
  198. package/dist/cjs/ion-searchbar.cjs.entry.js +17 -94
  199. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  200. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
  201. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -23
  202. package/dist/cjs/ion-select-modal.cjs.entry.js +10 -8
  203. package/dist/cjs/ion-select_3.cjs.entry.js +39 -132
  204. package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
  205. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
  206. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -45
  207. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -7
  208. package/dist/cjs/ion-text.cjs.entry.js +5 -6
  209. package/dist/cjs/ion-textarea.cjs.entry.js +16 -41
  210. package/dist/cjs/ion-toast.cjs.entry.js +43 -59
  211. package/dist/cjs/ion-toggle.cjs.entry.js +22 -80
  212. package/dist/cjs/ionic-global-d9a8bb5b.js +237 -0
  213. package/dist/cjs/ionic.cjs.js +3 -4
  214. package/dist/cjs/{ios.transition-2bb0f7d5.js → ios.transition-cf40433b.js} +6 -6
  215. package/dist/cjs/{keyboard-53c12a15.js → keyboard-0272231f.js} +1 -1
  216. package/dist/cjs/{keyboard-0a5d46dd.js → keyboard-af1bb365.js} +3 -5
  217. package/dist/cjs/{keyboard-controller-102bad3e.js → keyboard-controller-c05e747a.js} +9 -11
  218. package/dist/cjs/loader.cjs.js +3 -4
  219. package/dist/cjs/{md.transition-cf600117.js → md.transition-ededf99f.js} +6 -5
  220. package/dist/cjs/{notch-controller-ea70e230.js → notch-controller-d69150f5.js} +4 -4
  221. package/dist/cjs/{overlays-a698a408.js → overlays-a6b4fa63.js} +42 -27
  222. package/dist/cjs/{status-tap-aa97d209.js → status-tap-37681226.js} +3 -4
  223. package/dist/cjs/{swipe-back-27975274.js → swipe-back-0303a5e4.js} +1 -2
  224. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  225. package/dist/collection/components/accordion/accordion.js +21 -37
  226. package/dist/collection/components/accordion/accordion.md.css +59 -67
  227. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  228. package/dist/collection/components/accordion-group/accordion-group.js +8 -43
  229. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  230. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  231. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  232. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  233. package/dist/collection/components/alert/alert.ios.css +1 -19
  234. package/dist/collection/components/alert/alert.js +12 -15
  235. package/dist/collection/components/alert/alert.md.css +1 -19
  236. package/dist/collection/components/app/app.js +78 -12
  237. package/dist/collection/components/avatar/avatar.ios.css +0 -12
  238. package/dist/collection/components/avatar/avatar.js +4 -92
  239. package/dist/collection/components/avatar/avatar.md.css +0 -12
  240. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  241. package/dist/collection/components/back-button/back-button.js +19 -27
  242. package/dist/collection/components/back-button/back-button.md.css +48 -60
  243. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  244. package/dist/collection/components/backdrop/backdrop.js +6 -12
  245. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  246. package/dist/collection/components/badge/badge.ios.css +3 -106
  247. package/dist/collection/components/badge/badge.js +8 -75
  248. package/dist/collection/components/badge/badge.md.css +3 -106
  249. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  250. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  251. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  252. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  253. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  254. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  255. package/dist/collection/components/button/button.ios.css +36 -129
  256. package/dist/collection/components/button/button.js +16 -46
  257. package/dist/collection/components/button/button.md.css +40 -120
  258. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  259. package/dist/collection/components/buttons/buttons.js +8 -14
  260. package/dist/collection/components/buttons/buttons.md.css +3 -55
  261. package/dist/collection/components/card/card.ios.css +14 -65
  262. package/dist/collection/components/card/card.js +10 -34
  263. package/dist/collection/components/card/card.md.css +14 -65
  264. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  265. package/dist/collection/components/card-content/card-content.js +8 -11
  266. package/dist/collection/components/card-content/card-content.md.css +1 -16
  267. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  268. package/dist/collection/components/card-header/card-header.js +9 -12
  269. package/dist/collection/components/card-header/card-header.md.css +15 -27
  270. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  271. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  272. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  273. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  274. package/dist/collection/components/card-title/card-title.js +8 -11
  275. package/dist/collection/components/card-title/card-title.md.css +0 -73
  276. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  277. package/dist/collection/components/checkbox/checkbox.js +14 -63
  278. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  279. package/dist/collection/components/chip/chip.ios.css +1 -20
  280. package/dist/collection/components/chip/chip.js +8 -77
  281. package/dist/collection/components/chip/chip.md.css +1 -20
  282. package/dist/collection/components/col/col.css +0 -12
  283. package/dist/collection/components/col/col.js +5 -9
  284. package/dist/collection/components/content/content.css +2 -8
  285. package/dist/collection/components/content/content.js +11 -16
  286. package/dist/collection/components/datetime/datetime.ios.css +86 -237
  287. package/dist/collection/components/datetime/datetime.js +20 -98
  288. package/dist/collection/components/datetime/datetime.md.css +86 -237
  289. package/dist/collection/components/datetime/utils/data.js +3 -3
  290. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  291. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  292. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  293. package/dist/collection/components/fab/fab.css +1 -25
  294. package/dist/collection/components/fab/fab.js +5 -9
  295. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  296. package/dist/collection/components/fab-button/fab-button.js +15 -36
  297. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  298. package/dist/collection/components/fab-list/fab-list.css +0 -12
  299. package/dist/collection/components/fab-list/fab-list.js +5 -9
  300. package/dist/collection/components/footer/footer.ios.css +2 -14
  301. package/dist/collection/components/footer/footer.js +15 -20
  302. package/dist/collection/components/footer/footer.md.css +0 -12
  303. package/dist/collection/components/grid/grid.css +0 -12
  304. package/dist/collection/components/grid/grid.js +5 -9
  305. package/dist/collection/components/header/header.ios.css +10 -25
  306. package/dist/collection/components/header/header.js +17 -42
  307. package/dist/collection/components/header/header.md.css +8 -23
  308. package/dist/collection/components/header/header.utils.js +21 -2
  309. package/dist/collection/components/img/img.js +2 -8
  310. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  311. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  312. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  313. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  314. package/dist/collection/components/input/input.ios.css +2 -21
  315. package/dist/collection/components/input/input.js +30 -144
  316. package/dist/collection/components/input/input.md.css +4 -43
  317. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  318. package/dist/collection/components/item/item.ios.css +69 -109
  319. package/dist/collection/components/item/item.js +16 -44
  320. package/dist/collection/components/item/item.md.css +68 -120
  321. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  322. package/dist/collection/components/item-divider/item-divider.js +8 -11
  323. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  324. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  325. package/dist/collection/components/item-group/item-group.js +7 -13
  326. package/dist/collection/components/item-group/item-group.md.css +0 -12
  327. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  328. package/dist/collection/components/item-option/item-option.js +8 -43
  329. package/dist/collection/components/item-option/item-option.md.css +2 -14
  330. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  331. package/dist/collection/components/item-options/item-options.js +7 -13
  332. package/dist/collection/components/item-options/item-options.md.css +0 -18
  333. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  334. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  335. package/dist/collection/components/label/label.ios.css +0 -18
  336. package/dist/collection/components/label/label.js +8 -11
  337. package/dist/collection/components/label/label.md.css +0 -18
  338. package/dist/collection/components/list/list.ios.css +0 -18
  339. package/dist/collection/components/list/list.js +9 -47
  340. package/dist/collection/components/list/list.md.css +2 -20
  341. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  342. package/dist/collection/components/list-header/list-header.js +8 -11
  343. package/dist/collection/components/list-header/list-header.md.css +0 -18
  344. package/dist/collection/components/loading/loading.ios.css +1 -13
  345. package/dist/collection/components/loading/loading.js +10 -13
  346. package/dist/collection/components/loading/loading.md.css +1 -13
  347. package/dist/collection/components/menu/menu.ios.css +3 -15
  348. package/dist/collection/components/menu/menu.js +7 -12
  349. package/dist/collection/components/menu/menu.md.css +3 -15
  350. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  351. package/dist/collection/components/menu-button/menu-button.js +10 -26
  352. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  353. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  354. package/dist/collection/components/modal/animations/sheet.js +2 -8
  355. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  356. package/dist/collection/components/modal/modal.ios.css +63 -106
  357. package/dist/collection/components/modal/modal.js +11 -47
  358. package/dist/collection/components/modal/modal.md.css +63 -106
  359. package/dist/collection/components/nav/nav.css +1 -7
  360. package/dist/collection/components/nav/nav.js +5 -11
  361. package/dist/collection/components/nav-link/nav-link.js +1 -5
  362. package/dist/collection/components/note/note.ios.css +0 -12
  363. package/dist/collection/components/note/note.js +8 -11
  364. package/dist/collection/components/note/note.md.css +0 -12
  365. package/dist/collection/components/picker/picker.ios.css +3 -15
  366. package/dist/collection/components/picker/picker.js +5 -8
  367. package/dist/collection/components/picker/picker.md.css +3 -15
  368. package/dist/collection/components/picker-column/picker-column.css +2 -9
  369. package/dist/collection/components/picker-column/picker-column.js +7 -8
  370. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  371. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  372. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  373. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  374. package/dist/collection/components/picker-legacy/picker.js +6 -7
  375. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  376. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  377. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  378. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  379. package/dist/collection/components/popover/popover.ios.css +1 -13
  380. package/dist/collection/components/popover/popover.js +12 -15
  381. package/dist/collection/components/popover/popover.md.css +1 -13
  382. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  383. package/dist/collection/components/progress-bar/progress-bar.js +7 -10
  384. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  385. package/dist/collection/components/radio/radio.ios.css +91 -134
  386. package/dist/collection/components/radio/radio.js +9 -12
  387. package/dist/collection/components/radio/radio.md.css +91 -134
  388. package/dist/collection/components/radio-group/radio-group.js +32 -9
  389. package/dist/collection/components/range/range.ios.css +85 -128
  390. package/dist/collection/components/range/range.js +9 -12
  391. package/dist/collection/components/range/range.md.css +85 -128
  392. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  393. package/dist/collection/components/refresher/refresher.js +8 -11
  394. package/dist/collection/components/refresher/refresher.md.css +2 -15
  395. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  396. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  397. package/dist/collection/components/reorder/reorder.js +6 -33
  398. package/dist/collection/components/reorder/reorder.md.css +0 -6
  399. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  400. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  401. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  402. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  403. package/dist/collection/components/route/route.js +0 -4
  404. package/dist/collection/components/router/router.js +0 -4
  405. package/dist/collection/components/router-link/router-link.css +2 -8
  406. package/dist/collection/components/router-link/router-link.js +5 -9
  407. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  408. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  409. package/dist/collection/components/row/row.css +0 -12
  410. package/dist/collection/components/row/row.js +2 -9
  411. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  412. package/dist/collection/components/searchbar/searchbar.js +25 -97
  413. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  414. package/dist/collection/components/segment/segment.ios.css +2 -45
  415. package/dist/collection/components/segment/segment.js +8 -11
  416. package/dist/collection/components/segment/segment.md.css +2 -45
  417. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  418. package/dist/collection/components/segment-button/segment-button.js +8 -11
  419. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  420. package/dist/collection/components/segment-content/segment-content.js +1 -1
  421. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  422. package/dist/collection/components/segment-view/segment-view.js +4 -6
  423. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  424. package/dist/collection/components/select/select.ios.css +102 -168
  425. package/dist/collection/components/select/select.js +37 -139
  426. package/dist/collection/components/select/select.md.css +206 -164
  427. package/dist/collection/components/select-modal/select-modal.js +3 -3
  428. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  429. package/dist/collection/components/select-option/select-option.js +2 -9
  430. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  431. package/dist/collection/components/select-popover/select-popover.js +4 -12
  432. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  433. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  434. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  435. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
  436. package/dist/collection/components/spinner/spinner.js +6 -46
  437. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  438. package/dist/collection/components/split-pane/split-pane.js +8 -14
  439. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  440. package/dist/collection/components/tab/tab.js +2 -6
  441. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  442. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  443. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  444. package/dist/collection/components/tab-button/tab-button.ios.css +88 -103
  445. package/dist/collection/components/tab-button/tab-button.js +8 -11
  446. package/dist/collection/components/tab-button/tab-button.md.css +88 -103
  447. package/dist/collection/components/tabs/tabs.css +1 -7
  448. package/dist/collection/components/tabs/tabs.js +1 -4
  449. package/dist/collection/components/text/text.css +0 -6
  450. package/dist/collection/components/text/text.js +6 -7
  451. package/dist/collection/components/textarea/textarea.ios.css +96 -201
  452. package/dist/collection/components/textarea/textarea.js +16 -59
  453. package/dist/collection/components/textarea/textarea.md.css +97 -214
  454. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  455. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  456. package/dist/collection/components/title/title.ios.css +4 -32
  457. package/dist/collection/components/title/title.js +7 -13
  458. package/dist/collection/components/title/title.md.css +4 -32
  459. package/dist/collection/components/toast/animations/utils.js +1 -1
  460. package/dist/collection/components/toast/toast.ios.css +36 -75
  461. package/dist/collection/components/toast/toast.js +11 -45
  462. package/dist/collection/components/toast/toast.md.css +36 -75
  463. package/dist/collection/components/toggle/toggle.ios.css +120 -166
  464. package/dist/collection/components/toggle/toggle.js +18 -73
  465. package/dist/collection/components/toggle/toggle.md.css +120 -163
  466. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  467. package/dist/collection/components/toolbar/toolbar.js +10 -13
  468. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  469. package/dist/collection/global/ionic-global.js +13 -229
  470. package/dist/collection/utils/focus-trap.js +8 -2
  471. package/dist/collection/utils/focus-visible.js +2 -7
  472. package/dist/collection/utils/framework-delegate.js +1 -3
  473. package/dist/collection/utils/helpers.js +1 -3
  474. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  475. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  476. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  477. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  478. package/dist/collection/utils/overlays.js +16 -8
  479. package/dist/collection/utils/test/playwright/generator.js +23 -48
  480. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  481. package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
  482. package/dist/collection/utils/transition/ios.transition.js +0 -1
  483. package/dist/docs.json +325 -7075
  484. package/dist/esm/{animation-f1a88600.js → animation-eab5a4ca.js} +1 -1
  485. package/dist/esm/{app-globals-eceadabb.js → app-globals-5dbb61a5.js} +1 -1
  486. package/dist/esm/{button-active-321f0dba.js → button-active-f6503382.js} +2 -2
  487. package/dist/esm/{capacitor-6b0341c8.js → capacitor-59395cbd.js} +1 -1
  488. package/dist/esm/{data-a753c96a.js → data-ae11fd43.js} +4 -4
  489. package/dist/{cjs/focus-visible-9aa87fa3.js → esm/focus-visible-ab389174.js} +3 -11
  490. package/dist/esm/{framework-delegate-3e4a8c9f.js → framework-delegate-63d1a679.js} +2 -4
  491. package/dist/esm/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  492. package/dist/esm/hardware-back-button-06ef3c3e.js +116 -0
  493. package/dist/esm/{helpers-f08d15bd.js → helpers-da915de8.js} +1 -4
  494. package/dist/esm/{index-31109e63.js → index-24b48b06.js} +11 -10
  495. package/dist/esm/{index-723c0e5d.js → index-28849c61.js} +1 -1
  496. package/dist/esm/{index-59f81cb8.js → index-3ad7f18b.js} +6 -6
  497. package/dist/esm/{index-7bd160c2.js → index-5cc724f3.js} +2 -2
  498. package/dist/esm/index-79b30591.js +167 -0
  499. package/dist/esm/index-9b0d46f4.js +34 -0
  500. package/dist/esm/index-a5d50daf.js +7 -0
  501. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  502. package/dist/esm/index.js +13 -11
  503. package/dist/esm/{input-shims-6be83e59.js → input-shims-0314bbe5.js} +6 -7
  504. package/dist/esm/{input.utils-67459bae.js → input.utils-09c71bc7.js} +3 -2
  505. package/dist/esm/ion-accordion_2.entry.js +24 -61
  506. package/dist/esm/ion-action-sheet.entry.js +19 -22
  507. package/dist/esm/ion-alert.entry.js +21 -23
  508. package/dist/esm/ion-app_8.entry.js +161 -98
  509. package/dist/esm/ion-avatar_3.entry.js +10 -94
  510. package/dist/esm/ion-back-button.entry.js +21 -31
  511. package/dist/esm/ion-backdrop.entry.js +7 -12
  512. package/dist/esm/ion-breadcrumb_2.entry.js +17 -55
  513. package/dist/esm/ion-button_2.entry.js +13 -44
  514. package/dist/esm/ion-card_5.entry.js +29 -53
  515. package/dist/esm/ion-checkbox.entry.js +14 -30
  516. package/dist/esm/ion-chip.entry.js +8 -44
  517. package/dist/esm/ion-col_3.entry.js +11 -15
  518. package/dist/esm/ion-datetime-button.entry.js +9 -13
  519. package/dist/esm/ion-datetime_3.entry.js +41 -117
  520. package/dist/esm/ion-fab_3.entry.js +21 -44
  521. package/dist/esm/ion-img.entry.js +4 -8
  522. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -19
  523. package/dist/esm/ion-input-password-toggle.entry.js +15 -54
  524. package/dist/esm/ion-input.entry.js +25 -120
  525. package/dist/esm/ion-item-option_3.entry.js +18 -41
  526. package/dist/esm/ion-item_8.entry.js +42 -114
  527. package/dist/esm/ion-loading.entry.js +16 -18
  528. package/dist/esm/ion-menu_3.entry.js +29 -48
  529. package/dist/esm/ion-modal.entry.js +31 -59
  530. package/dist/esm/ion-nav_2.entry.js +12 -14
  531. package/dist/esm/ion-picker-column-option.entry.js +7 -12
  532. package/dist/esm/ion-picker-column.entry.js +12 -12
  533. package/dist/esm/ion-picker.entry.js +6 -11
  534. package/dist/esm/ion-popover.entry.js +16 -18
  535. package/dist/esm/ion-progress-bar.entry.js +8 -13
  536. package/dist/esm/ion-radio_2.entry.js +17 -19
  537. package/dist/esm/ion-range.entry.js +12 -16
  538. package/dist/esm/ion-refresher_2.entry.js +21 -42
  539. package/dist/esm/ion-reorder_2.entry.js +15 -39
  540. package/dist/esm/ion-ripple-effect.entry.js +8 -19
  541. package/dist/esm/ion-route_4.entry.js +8 -9
  542. package/dist/esm/ion-searchbar.entry.js +18 -95
  543. package/dist/esm/ion-segment-content.entry.js +2 -2
  544. package/dist/esm/ion-segment-view.entry.js +3 -7
  545. package/dist/esm/ion-segment_2.entry.js +15 -24
  546. package/dist/esm/ion-select-modal.entry.js +11 -9
  547. package/dist/esm/ion-select_3.entry.js +41 -134
  548. package/dist/esm/ion-spinner.entry.js +8 -34
  549. package/dist/esm/ion-split-pane.entry.js +9 -14
  550. package/dist/esm/ion-tab-bar_2.entry.js +20 -45
  551. package/dist/esm/ion-tab_2.entry.js +7 -8
  552. package/dist/esm/ion-text.entry.js +6 -7
  553. package/dist/esm/ion-textarea.entry.js +17 -42
  554. package/dist/esm/ion-toast.entry.js +18 -34
  555. package/dist/esm/ion-toggle.entry.js +23 -81
  556. package/dist/esm/ionic-global-c81d82ab.js +231 -0
  557. package/dist/esm/ionic.js +5 -6
  558. package/dist/esm/{ios.transition-06b78ea0.js → ios.transition-4ee1a3af.js} +7 -7
  559. package/dist/esm/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +3 -5
  560. package/dist/esm/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  561. package/dist/esm/{keyboard-controller-aff395fd.js → keyboard-controller-ec5c2bfa.js} +3 -5
  562. package/dist/esm/loader.js +5 -6
  563. package/dist/esm/{md.transition-e5712bda.js → md.transition-5106a0d2.js} +7 -6
  564. package/dist/esm/{notch-controller-c0bd22ff.js → notch-controller-55b09e11.js} +2 -2
  565. package/dist/esm/{overlays-ce6f6b23.js → overlays-dcc93658.js} +29 -14
  566. package/dist/esm/{status-tap-edf9f395.js → status-tap-f472b09f.js} +4 -5
  567. package/dist/esm/{swipe-back-17c42610.js → swipe-back-e5394307.js} +1 -2
  568. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  569. package/dist/esm-es5/app-globals-5dbb61a5.js +4 -0
  570. package/dist/esm-es5/{button-active-321f0dba.js → button-active-f6503382.js} +1 -1
  571. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  572. package/dist/esm-es5/data-ae11fd43.js +4 -0
  573. package/dist/esm-es5/focus-visible-ab389174.js +4 -0
  574. package/dist/esm-es5/framework-delegate-63d1a679.js +4 -0
  575. package/dist/esm-es5/{haptic-dd6c0ea9.js → haptic-ac164e4c.js} +1 -1
  576. package/dist/esm-es5/hardware-back-button-06ef3c3e.js +4 -0
  577. package/dist/esm-es5/helpers-da915de8.js +4 -0
  578. package/dist/esm-es5/index-24b48b06.js +4 -0
  579. package/dist/esm-es5/{index-723c0e5d.js → index-28849c61.js} +1 -1
  580. package/dist/esm-es5/index-3ad7f18b.js +4 -0
  581. package/dist/esm-es5/index-5cc724f3.js +4 -0
  582. package/dist/esm-es5/{index-62b4a18b.js → index-79b30591.js} +1 -1
  583. package/dist/esm-es5/index-9b0d46f4.js +4 -0
  584. package/dist/esm-es5/index-a5d50daf.js +4 -0
  585. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  586. package/dist/esm-es5/index.js +1 -1
  587. package/dist/esm-es5/input-shims-0314bbe5.js +4 -0
  588. package/dist/esm-es5/input.utils-09c71bc7.js +4 -0
  589. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  590. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  591. package/dist/esm-es5/ion-alert.entry.js +1 -1
  592. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  593. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  594. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  595. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  596. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  597. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  598. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  599. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  600. package/dist/esm-es5/ion-chip.entry.js +1 -1
  601. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  602. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  603. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  604. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  605. package/dist/esm-es5/ion-img.entry.js +1 -1
  606. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  607. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  608. package/dist/esm-es5/ion-input.entry.js +1 -1
  609. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  610. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  611. package/dist/esm-es5/ion-loading.entry.js +1 -1
  612. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  613. package/dist/esm-es5/ion-modal.entry.js +1 -1
  614. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  615. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  616. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  617. package/dist/esm-es5/ion-picker.entry.js +1 -1
  618. package/dist/esm-es5/ion-popover.entry.js +1 -1
  619. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  620. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  621. package/dist/esm-es5/ion-range.entry.js +1 -1
  622. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  623. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  624. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  625. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  626. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  627. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  628. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  629. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  630. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  631. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  632. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  633. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  634. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  635. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  636. package/dist/esm-es5/ion-text.entry.js +1 -1
  637. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  638. package/dist/esm-es5/ion-toast.entry.js +1 -1
  639. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  640. package/dist/esm-es5/ionic-global-c81d82ab.js +4 -0
  641. package/dist/esm-es5/ionic.js +1 -1
  642. package/dist/esm-es5/ios.transition-4ee1a3af.js +4 -0
  643. package/dist/esm-es5/{keyboard-5b1b354d.js → keyboard-52278bd7.js} +1 -1
  644. package/dist/esm-es5/{keyboard-9bbd546a.js → keyboard-73175e24.js} +1 -1
  645. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  646. package/dist/esm-es5/loader.js +1 -1
  647. package/dist/esm-es5/md.transition-5106a0d2.js +4 -0
  648. package/dist/esm-es5/notch-controller-55b09e11.js +4 -0
  649. package/dist/esm-es5/overlays-dcc93658.js +4 -0
  650. package/dist/esm-es5/status-tap-f472b09f.js +4 -0
  651. package/dist/esm-es5/swipe-back-e5394307.js +4 -0
  652. package/dist/html.html-data.json +205 -2328
  653. package/dist/ionic/index.esm.js +1 -1
  654. package/dist/ionic/ionic.esm.js +1 -1
  655. package/dist/ionic/ionic.js +1 -1
  656. package/dist/ionic/p-01186920.system.entry.js +4 -0
  657. package/dist/ionic/p-0303d0f8.js +4 -0
  658. package/dist/ionic/p-0574e87e.js +4 -0
  659. package/dist/ionic/p-05efd326.system.js +4 -0
  660. package/dist/ionic/p-06e58c4e.js +4 -0
  661. package/dist/ionic/p-06fee233.js +4 -0
  662. package/dist/ionic/p-081a4ce4.entry.js +4 -0
  663. package/dist/ionic/p-0af1adf2.entry.js +4 -0
  664. package/dist/ionic/p-0c06e09b.system.js +4 -0
  665. package/dist/ionic/p-0cccca18.system.entry.js +4 -0
  666. package/dist/ionic/p-0ce9d0a6.entry.js +4 -0
  667. package/dist/ionic/p-14be4015.entry.js +4 -0
  668. package/dist/ionic/p-14f084bc.system.entry.js +4 -0
  669. package/dist/ionic/p-15e76dd1.entry.js +4 -0
  670. package/dist/ionic/p-16188af7.entry.js +4 -0
  671. package/dist/ionic/p-16799667.system.entry.js +4 -0
  672. package/dist/ionic/p-16bfb979.system.entry.js +4 -0
  673. package/dist/ionic/p-17474161.system.js +4 -0
  674. package/dist/ionic/{p-dbd39afd.system.js → p-19ea7bff.system.js} +1 -1
  675. package/dist/ionic/p-19ec4f42.entry.js +4 -0
  676. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  677. package/dist/ionic/p-1e010627.system.entry.js +4 -0
  678. package/dist/ionic/p-1e4371bd.js +4 -0
  679. package/dist/ionic/p-1e67b266.system.entry.js +4 -0
  680. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  681. package/dist/ionic/p-20e70007.system.entry.js +4 -0
  682. package/dist/ionic/p-2172893e.system.entry.js +4 -0
  683. package/dist/ionic/p-21e5e7e4.js +4 -0
  684. package/dist/ionic/p-2507278c.system.entry.js +4 -0
  685. package/dist/ionic/{p-0fa218e9.system.js → p-25180df3.system.js} +1 -1
  686. package/dist/ionic/p-2690b1de.js +4 -0
  687. package/dist/ionic/{p-93e47936.js → p-27281edd.js} +1 -1
  688. package/dist/ionic/p-2799c6d3.system.entry.js +4 -0
  689. package/dist/ionic/p-2abae1cc.system.entry.js +4 -0
  690. package/dist/ionic/p-2b65e30a.system.entry.js +4 -0
  691. package/dist/ionic/p-2b7827c7.js +4 -0
  692. package/dist/ionic/p-2b838f86.system.entry.js +4 -0
  693. package/dist/ionic/p-2e46590d.system.entry.js +4 -0
  694. package/dist/ionic/p-2fc0dafe.entry.js +4 -0
  695. package/dist/ionic/p-322c5fb4.system.js +4 -0
  696. package/dist/ionic/p-33a8a71b.entry.js +4 -0
  697. package/dist/ionic/p-33df3f1f.entry.js +4 -0
  698. package/dist/ionic/p-33fa7400.entry.js +4 -0
  699. package/dist/ionic/{p-12d6df53.js → p-34b11c24.js} +1 -1
  700. package/dist/ionic/{p-f193945e.system.js → p-372ae7f4.system.js} +1 -1
  701. package/dist/ionic/p-37cb43bd.system.entry.js +4 -0
  702. package/dist/ionic/p-3974e3c3.system.entry.js +4 -0
  703. package/dist/ionic/p-3ad285e3.system.js +4 -0
  704. package/dist/ionic/p-3b13af78.system.entry.js +4 -0
  705. package/dist/ionic/p-3c186721.entry.js +4 -0
  706. package/dist/ionic/{p-41c19986.system.js → p-3c8e5c23.system.js} +1 -1
  707. package/dist/ionic/p-3cc276f4.js +4 -0
  708. package/dist/ionic/p-424eb140.system.entry.js +4 -0
  709. package/dist/ionic/p-4439fc2a.entry.js +4 -0
  710. package/dist/ionic/p-45693d7e.entry.js +4 -0
  711. package/dist/ionic/p-475d32bd.system.entry.js +4 -0
  712. package/dist/ionic/p-49a0e74c.entry.js +4 -0
  713. package/dist/ionic/p-4c2d5b80.system.js +4 -0
  714. package/dist/ionic/p-4ec778aa.entry.js +4 -0
  715. package/dist/ionic/p-52d7a191.entry.js +4 -0
  716. package/dist/ionic/p-567de071.system.entry.js +4 -0
  717. package/dist/ionic/p-5823babc.system.entry.js +4 -0
  718. package/dist/ionic/{p-86e9a917.system.entry.js → p-58d5df0c.system.entry.js} +1 -1
  719. package/dist/ionic/p-5ab1b709.entry.js +4 -0
  720. package/dist/ionic/p-5b932840.entry.js +4 -0
  721. package/dist/ionic/{p-f8c63ac0.system.js → p-5da94421.system.js} +2 -2
  722. package/dist/ionic/p-5dcd3d43.entry.js +4 -0
  723. package/dist/ionic/p-5e01fc7f.system.js +4 -0
  724. package/dist/ionic/p-5e074501.entry.js +4 -0
  725. package/dist/ionic/p-5fce0c0b.system.entry.js +4 -0
  726. package/dist/ionic/p-62af944c.entry.js +4 -0
  727. package/dist/ionic/p-63ad99b8.system.entry.js +4 -0
  728. package/dist/ionic/p-63b0abde.system.entry.js +4 -0
  729. package/dist/ionic/p-66640ff7.system.entry.js +4 -0
  730. package/dist/ionic/p-69066a53.js +4 -0
  731. package/dist/ionic/p-69666e8a.system.entry.js +4 -0
  732. package/dist/ionic/p-6d32975a.entry.js +4 -0
  733. package/dist/ionic/p-6d6cedc5.entry.js +4 -0
  734. package/dist/ionic/p-72812e99.js +4 -0
  735. package/dist/ionic/p-72bc8a1c.js +4 -0
  736. package/dist/ionic/p-73747722.entry.js +4 -0
  737. package/dist/ionic/p-73dc4950.entry.js +4 -0
  738. package/dist/ionic/p-7458862e.system.entry.js +4 -0
  739. package/dist/ionic/p-792919fd.system.js +4 -0
  740. package/dist/ionic/p-797eeea8.system.entry.js +4 -0
  741. package/dist/ionic/p-7b30edcc.js +4 -0
  742. package/dist/ionic/p-7b9a2b23.entry.js +4 -0
  743. package/dist/ionic/p-7ddc46c3.system.entry.js +4 -0
  744. package/dist/ionic/p-7e3faa44.system.entry.js +4 -0
  745. package/dist/ionic/p-7ed1657c.system.entry.js +4 -0
  746. package/dist/ionic/p-8635f5e6.system.js +4 -0
  747. package/dist/ionic/p-88e63c7d.js +4 -0
  748. package/dist/ionic/{p-4626fb32.system.js → p-8985cdb6.system.js} +1 -1
  749. package/dist/ionic/{p-4c275462.js → p-89b61afc.js} +1 -1
  750. package/dist/ionic/p-908d6080.entry.js +4 -0
  751. package/dist/ionic/{p-62887754.system.js → p-9146695e.system.js} +1 -1
  752. package/dist/ionic/p-9318ed44.entry.js +4 -0
  753. package/dist/ionic/p-937a7e21.entry.js +4 -0
  754. package/dist/ionic/p-95775830.entry.js +4 -0
  755. package/dist/ionic/p-96573065.js +4 -0
  756. package/dist/ionic/p-96cc4814.js +4 -0
  757. package/dist/ionic/p-98231c01.system.entry.js +4 -0
  758. package/dist/ionic/p-985a7e17.system.entry.js +4 -0
  759. package/dist/ionic/p-98ff6b32.entry.js +4 -0
  760. package/dist/ionic/p-9df2c6fb.entry.js +4 -0
  761. package/dist/ionic/{p-3e91ea3a.system.js → p-9ea607bd.system.js} +2 -2
  762. package/dist/ionic/p-9ee1e8a6.entry.js +4 -0
  763. package/dist/ionic/p-9f3008d4.system.js +4 -0
  764. package/dist/ionic/p-9fa07aec.entry.js +4 -0
  765. package/dist/ionic/p-a15ddedb.system.js +4 -0
  766. package/dist/ionic/p-a4565eb5.system.js +4 -0
  767. package/dist/ionic/p-a49378bb.system.entry.js +4 -0
  768. package/dist/ionic/p-a61cba41.entry.js +4 -0
  769. package/dist/ionic/p-a696e441.system.js +4 -0
  770. package/dist/ionic/p-a69b9fc5.system.js +4 -0
  771. package/dist/ionic/{p-94816e7a.system.js → p-a93873de.system.js} +1 -1
  772. package/dist/ionic/p-abe101da.system.js +4 -0
  773. package/dist/ionic/p-adbc4bdf.entry.js +4 -0
  774. package/dist/ionic/p-afecb188.entry.js +4 -0
  775. package/dist/ionic/{p-18f86177.system.js → p-b06ac4a5.system.js} +1 -1
  776. package/dist/ionic/p-b335ffed.system.entry.js +4 -0
  777. package/dist/ionic/p-b51e4004.js +4 -0
  778. package/dist/ionic/p-b82d4cab.js +4 -0
  779. package/dist/ionic/p-b9d7015f.entry.js +4 -0
  780. package/dist/ionic/p-bb0db172.entry.js +4 -0
  781. package/dist/ionic/p-bbae699e.entry.js +4 -0
  782. package/dist/ionic/p-bc36ad98.system.entry.js +4 -0
  783. package/dist/ionic/p-bdad26e3.entry.js +4 -0
  784. package/dist/ionic/p-c29f8157.system.entry.js +4 -0
  785. package/dist/ionic/p-c2b74d92.system.entry.js +4 -0
  786. package/dist/ionic/p-c41ac815.entry.js +4 -0
  787. package/dist/ionic/p-c61cc894.js +4 -0
  788. package/dist/ionic/p-c7c0c9d2.system.entry.js +4 -0
  789. package/dist/ionic/{p-11266916.js → p-c7e16491.js} +1 -1
  790. package/dist/ionic/p-c9f3a539.entry.js +4 -0
  791. package/dist/ionic/p-ca065903.system.entry.js +4 -0
  792. package/dist/ionic/p-cac0e0b3.system.entry.js +4 -0
  793. package/dist/ionic/p-cd8bd2e1.system.entry.js +4 -0
  794. package/dist/ionic/p-d18ab582.system.entry.js +4 -0
  795. package/dist/ionic/{p-aaccbb95.js → p-d60342e3.js} +1 -1
  796. package/dist/ionic/p-d6841eac.js +4 -0
  797. package/dist/ionic/{p-a510e9c0.js → p-d743e981.js} +1 -1
  798. package/dist/ionic/p-d7aa6b00.entry.js +4 -0
  799. package/dist/ionic/{p-83948e48.js → p-d836d43e.js} +1 -1
  800. package/dist/ionic/p-da074ff7.entry.js +4 -0
  801. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  802. package/dist/ionic/p-de5ed31e.entry.js +4 -0
  803. package/dist/ionic/p-de930745.entry.js +4 -0
  804. package/dist/ionic/p-dfb78785.system.js +4 -0
  805. package/dist/ionic/p-e4ee80be.system.entry.js +4 -0
  806. package/dist/ionic/p-e563a35c.entry.js +4 -0
  807. package/dist/ionic/p-e7ed4a7f.system.js +4 -0
  808. package/dist/ionic/p-eba29931.entry.js +4 -0
  809. package/dist/ionic/p-ebf042e0.system.entry.js +4 -0
  810. package/dist/ionic/p-ecceeb90.js +4 -0
  811. package/dist/ionic/p-ed75fcfb.system.entry.js +4 -0
  812. package/dist/ionic/p-efaffe74.entry.js +4 -0
  813. package/dist/ionic/p-f1acf541.system.entry.js +4 -0
  814. package/dist/ionic/p-f3102647.system.entry.js +4 -0
  815. package/dist/ionic/p-f4f05cb7.js +4 -0
  816. package/dist/ionic/{p-44ad86d7.system.js → p-f687573e.system.js} +1 -1
  817. package/dist/ionic/{p-58aa8a36.system.js → p-f9a53abb.system.js} +1 -1
  818. package/dist/ionic/p-fca6ef5f.system.entry.js +4 -0
  819. package/dist/ionic/p-ff4b7e40.system.js +4 -0
  820. package/dist/types/components/accordion/accordion.d.ts +3 -5
  821. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  822. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  823. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  824. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  825. package/dist/types/components/alert/alert.d.ts +2 -3
  826. package/dist/types/components/app/app.d.ts +2 -4
  827. package/dist/types/components/avatar/avatar.d.ts +0 -28
  828. package/dist/types/components/back-button/back-button.d.ts +1 -2
  829. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  830. package/dist/types/components/badge/badge.d.ts +1 -23
  831. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  832. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  833. package/dist/types/components/button/button.d.ts +4 -15
  834. package/dist/types/components/buttons/buttons.d.ts +1 -5
  835. package/dist/types/components/card/card.d.ts +1 -8
  836. package/dist/types/components/card-content/card-content.d.ts +1 -2
  837. package/dist/types/components/card-header/card-header.d.ts +2 -3
  838. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  839. package/dist/types/components/card-title/card-title.d.ts +1 -2
  840. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  841. package/dist/types/components/chip/chip.d.ts +1 -19
  842. package/dist/types/components/col/col.d.ts +0 -4
  843. package/dist/types/components/content/content.d.ts +0 -3
  844. package/dist/types/components/datetime/datetime.d.ts +1 -26
  845. package/dist/types/components/datetime/utils/data.d.ts +3 -3
  846. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  847. package/dist/types/components/fab/fab.d.ts +0 -4
  848. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  849. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  850. package/dist/types/components/footer/footer.d.ts +3 -4
  851. package/dist/types/components/grid/grid.d.ts +0 -4
  852. package/dist/types/components/header/header.d.ts +3 -9
  853. package/dist/types/components/img/img.d.ts +0 -3
  854. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  855. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  856. package/dist/types/components/input/input.d.ts +5 -31
  857. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  858. package/dist/types/components/item/item.d.ts +4 -11
  859. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  860. package/dist/types/components/item-group/item-group.d.ts +0 -4
  861. package/dist/types/components/item-option/item-option.d.ts +1 -11
  862. package/dist/types/components/item-options/item-options.d.ts +0 -4
  863. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  864. package/dist/types/components/label/label.d.ts +1 -2
  865. package/dist/types/components/list/list.d.ts +1 -15
  866. package/dist/types/components/list-header/list-header.d.ts +1 -2
  867. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  868. package/dist/types/components/loading/loading.d.ts +2 -3
  869. package/dist/types/components/menu/menu.d.ts +0 -3
  870. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  871. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  872. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  873. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  874. package/dist/types/components/modal/modal.d.ts +1 -11
  875. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  876. package/dist/types/components/nav/nav.d.ts +1 -5
  877. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  878. package/dist/types/components/note/note.d.ts +1 -2
  879. package/dist/types/components/picker/picker.d.ts +1 -2
  880. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  881. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  882. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  883. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  884. package/dist/types/components/popover/popover.d.ts +5 -6
  885. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -2
  886. package/dist/types/components/radio/radio.d.ts +1 -2
  887. package/dist/types/components/radio-group/radio-group.d.ts +2 -4
  888. package/dist/types/components/range/range.d.ts +1 -2
  889. package/dist/types/components/refresher/refresher.d.ts +1 -2
  890. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  891. package/dist/types/components/reorder/reorder.d.ts +0 -9
  892. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  893. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  894. package/dist/types/components/route/route.d.ts +0 -4
  895. package/dist/types/components/router/router.d.ts +0 -4
  896. package/dist/types/components/router-link/router-link.d.ts +0 -4
  897. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  898. package/dist/types/components/row/row.d.ts +0 -4
  899. package/dist/types/components/searchbar/searchbar.d.ts +8 -30
  900. package/dist/types/components/segment/segment.d.ts +1 -2
  901. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  902. package/dist/types/components/select/select.d.ts +7 -35
  903. package/dist/types/components/select-option/select-option.d.ts +0 -4
  904. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  905. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  906. package/dist/types/components/spinner/spinner.d.ts +0 -15
  907. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  908. package/dist/types/components/tab/tab.d.ts +0 -4
  909. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  910. package/dist/types/components/tab-button/tab-button.d.ts +1 -2
  911. package/dist/types/components/tabs/tabs.d.ts +0 -3
  912. package/dist/types/components/text/text.d.ts +1 -2
  913. package/dist/types/components/textarea/textarea.d.ts +4 -16
  914. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  915. package/dist/types/components/title/title.d.ts +0 -4
  916. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  917. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  918. package/dist/types/components/toast/toast.d.ts +2 -12
  919. package/dist/types/components/toggle/toggle.d.ts +1 -15
  920. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  921. package/dist/types/components.d.ts +183 -1374
  922. package/dist/types/global/ionic-global.d.ts +2 -27
  923. package/dist/types/interface.d.ts +0 -3
  924. package/dist/types/utils/config.d.ts +2 -106
  925. package/dist/types/utils/focus-trap.d.ts +1 -1
  926. package/dist/types/utils/focus-visible.d.ts +0 -1
  927. package/dist/types/utils/overlays-interface.d.ts +1 -31
  928. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  929. package/hydrate/index.js +912 -2332
  930. package/hydrate/index.mjs +912 -2332
  931. package/package.json +4 -9
  932. package/components/caret-down.js +0 -6
  933. package/components/caret-left.js +0 -6
  934. package/components/caret-right.js +0 -6
  935. package/components/config2.js +0 -79
  936. package/components/list2.js +0 -6
  937. package/components/x.js +0 -6
  938. package/css/ionic/bundle.ionic.css +0 -1
  939. package/css/ionic/bundle.ionic.css.map +0 -1
  940. package/css/ionic/core.ionic.css +0 -1
  941. package/css/ionic/core.ionic.css.map +0 -1
  942. package/css/ionic/global.bundle.ionic.css +0 -1
  943. package/css/ionic/global.bundle.ionic.css.map +0 -1
  944. package/css/ionic/ionic-swiper.ionic.css +0 -1
  945. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  946. package/css/ionic/link.ionic.css +0 -1
  947. package/css/ionic/link.ionic.css.map +0 -1
  948. package/css/ionic/structure.ionic.css +0 -1
  949. package/css/ionic/structure.ionic.css.map +0 -1
  950. package/css/ionic/typography.ionic.css +0 -1
  951. package/css/ionic/typography.ionic.css.map +0 -1
  952. package/css/ionic/utils.bundle.ionic.css +0 -1
  953. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  954. package/dist/cjs/caret-down-3c215cff.js +0 -8
  955. package/dist/cjs/caret-left-2bb66970.js +0 -8
  956. package/dist/cjs/caret-right-88e03970.js +0 -8
  957. package/dist/cjs/config-aff4ff52.js +0 -84
  958. package/dist/cjs/ionic-global-14af9c21.js +0 -535
  959. package/dist/cjs/list-2930c629.js +0 -8
  960. package/dist/cjs/x-81a8f51c.js +0 -8
  961. package/dist/collection/components/accordion/accordion.ionic.css +0 -197
  962. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
  963. package/dist/collection/components/avatar/avatar.ionic.css +0 -269
  964. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -151
  965. package/dist/collection/components/badge/badge.ionic.css +0 -249
  966. package/dist/collection/components/button/button.ionic.css +0 -589
  967. package/dist/collection/components/buttons/buttons.ionic.css +0 -100
  968. package/dist/collection/components/card/card.ionic.css +0 -137
  969. package/dist/collection/components/card-content/card-content.ionic.css +0 -90
  970. package/dist/collection/components/card-header/card-header.ionic.css +0 -87
  971. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
  972. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
  973. package/dist/collection/components/chip/chip.ionic.css +0 -160
  974. package/dist/collection/components/datetime/datetime.ionic.css +0 -673
  975. package/dist/collection/components/header/header.ionic.css +0 -86
  976. package/dist/collection/components/input/input.ionic.css +0 -1096
  977. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  978. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -141
  979. package/dist/collection/components/item/item.ionic.css +0 -497
  980. package/dist/collection/components/item-option/item-option.ionic.css +0 -332
  981. package/dist/collection/components/item-options/item-options.ionic.css +0 -258
  982. package/dist/collection/components/list/list.ionic.css +0 -193
  983. package/dist/collection/components/list-header/list-header.ionic.css +0 -236
  984. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
  985. package/dist/collection/components/modal/modal.ionic.css +0 -239
  986. package/dist/collection/components/radio/radio.ionic.css +0 -424
  987. package/dist/collection/components/range/range.ionic.css +0 -550
  988. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  989. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -345
  990. package/dist/collection/components/segment/segment.ionic.css +0 -117
  991. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -350
  992. package/dist/collection/components/select/select.ionic.css +0 -707
  993. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
  994. package/dist/collection/components/spinner/spinner.common.css +0 -199
  995. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
  996. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -271
  997. package/dist/collection/components/textarea/textarea.ionic.css +0 -804
  998. package/dist/collection/components/title/title.ionic.css +0 -145
  999. package/dist/collection/components/toast/toast.ionic.css +0 -358
  1000. package/dist/collection/components/toggle/toggle.ionic.css +0 -419
  1001. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
  1002. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  1003. package/dist/esm/caret-left-33424bb0.js +0 -6
  1004. package/dist/esm/caret-right-68d856ad.js +0 -6
  1005. package/dist/esm/config-84eb9670.js +0 -79
  1006. package/dist/esm/ionic-global-3c97a4aa.js +0 -521
  1007. package/dist/esm/list-6524700c.js +0 -6
  1008. package/dist/esm/x-a64bcd9f.js +0 -6
  1009. package/dist/esm-es5/animation-f1a88600.js +0 -4
  1010. package/dist/esm-es5/app-globals-eceadabb.js +0 -4
  1011. package/dist/esm-es5/capacitor-6b0341c8.js +0 -4
  1012. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  1013. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  1014. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  1015. package/dist/esm-es5/config-84eb9670.js +0 -4
  1016. package/dist/esm-es5/data-a753c96a.js +0 -4
  1017. package/dist/esm-es5/focus-visible-501aff19.js +0 -4
  1018. package/dist/esm-es5/framework-delegate-3e4a8c9f.js +0 -4
  1019. package/dist/esm-es5/helpers-f08d15bd.js +0 -4
  1020. package/dist/esm-es5/index-31109e63.js +0 -4
  1021. package/dist/esm-es5/index-59f81cb8.js +0 -4
  1022. package/dist/esm-es5/index-7bd160c2.js +0 -4
  1023. package/dist/esm-es5/input-shims-6be83e59.js +0 -4
  1024. package/dist/esm-es5/input.utils-67459bae.js +0 -4
  1025. package/dist/esm-es5/ionic-global-3c97a4aa.js +0 -4
  1026. package/dist/esm-es5/ios.transition-06b78ea0.js +0 -4
  1027. package/dist/esm-es5/keyboard-controller-aff395fd.js +0 -4
  1028. package/dist/esm-es5/list-6524700c.js +0 -4
  1029. package/dist/esm-es5/md.transition-e5712bda.js +0 -4
  1030. package/dist/esm-es5/notch-controller-c0bd22ff.js +0 -4
  1031. package/dist/esm-es5/overlays-ce6f6b23.js +0 -4
  1032. package/dist/esm-es5/status-tap-edf9f395.js +0 -4
  1033. package/dist/esm-es5/swipe-back-17c42610.js +0 -4
  1034. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1035. package/dist/ionic/p-01d80901.system.js +0 -4
  1036. package/dist/ionic/p-038a6294.js +0 -4
  1037. package/dist/ionic/p-06ec4706.js +0 -4
  1038. package/dist/ionic/p-08f4a45d.system.entry.js +0 -4
  1039. package/dist/ionic/p-09125f4f.entry.js +0 -4
  1040. package/dist/ionic/p-096e5f6d.system.entry.js +0 -4
  1041. package/dist/ionic/p-09c6b5e4.js +0 -4
  1042. package/dist/ionic/p-0a0ce78f.system.entry.js +0 -4
  1043. package/dist/ionic/p-0e80425f.system.entry.js +0 -4
  1044. package/dist/ionic/p-112120d7.system.js +0 -4
  1045. package/dist/ionic/p-156d17cd.js +0 -4
  1046. package/dist/ionic/p-161ecf50.system.entry.js +0 -4
  1047. package/dist/ionic/p-18892506.entry.js +0 -4
  1048. package/dist/ionic/p-1da82a87.system.entry.js +0 -4
  1049. package/dist/ionic/p-1e4fd112.entry.js +0 -4
  1050. package/dist/ionic/p-1efa63f2.js +0 -4
  1051. package/dist/ionic/p-23b31425.entry.js +0 -4
  1052. package/dist/ionic/p-243adf8c.js +0 -4
  1053. package/dist/ionic/p-24f15ce4.system.entry.js +0 -4
  1054. package/dist/ionic/p-25413edd.entry.js +0 -4
  1055. package/dist/ionic/p-27258d5a.entry.js +0 -4
  1056. package/dist/ionic/p-29ca4da2.entry.js +0 -4
  1057. package/dist/ionic/p-2ef115ec.system.entry.js +0 -4
  1058. package/dist/ionic/p-33dc4514.js +0 -4
  1059. package/dist/ionic/p-346c67b0.js +0 -4
  1060. package/dist/ionic/p-3608e72b.entry.js +0 -4
  1061. package/dist/ionic/p-398b00a5.system.entry.js +0 -4
  1062. package/dist/ionic/p-3a7f86e2.system.entry.js +0 -4
  1063. package/dist/ionic/p-3b520400.system.entry.js +0 -4
  1064. package/dist/ionic/p-3c4c73f9.system.entry.js +0 -4
  1065. package/dist/ionic/p-3ce95a91.entry.js +0 -4
  1066. package/dist/ionic/p-3d61263b.system.entry.js +0 -4
  1067. package/dist/ionic/p-4130574e.entry.js +0 -4
  1068. package/dist/ionic/p-41f06734.entry.js +0 -4
  1069. package/dist/ionic/p-4219582c.system.js +0 -4
  1070. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1071. package/dist/ionic/p-43df37ca.entry.js +0 -4
  1072. package/dist/ionic/p-4459a66e.system.js +0 -4
  1073. package/dist/ionic/p-465ffde2.entry.js +0 -4
  1074. package/dist/ionic/p-46787abb.system.js +0 -4
  1075. package/dist/ionic/p-47fd935c.system.js +0 -4
  1076. package/dist/ionic/p-4a89c1ec.system.js +0 -4
  1077. package/dist/ionic/p-4ac4f52a.system.entry.js +0 -4
  1078. package/dist/ionic/p-4b4e4592.system.entry.js +0 -4
  1079. package/dist/ionic/p-4c9e1b2c.js +0 -4
  1080. package/dist/ionic/p-4f127a09.system.entry.js +0 -4
  1081. package/dist/ionic/p-51371e21.system.js +0 -4
  1082. package/dist/ionic/p-530c591a.entry.js +0 -4
  1083. package/dist/ionic/p-53dfa2e3.entry.js +0 -4
  1084. package/dist/ionic/p-5474c7c4.entry.js +0 -4
  1085. package/dist/ionic/p-55546d77.system.entry.js +0 -4
  1086. package/dist/ionic/p-556778bd.system.js +0 -4
  1087. package/dist/ionic/p-5684893b.system.entry.js +0 -4
  1088. package/dist/ionic/p-57de8d54.system.entry.js +0 -4
  1089. package/dist/ionic/p-58c64779.system.entry.js +0 -4
  1090. package/dist/ionic/p-5a1979e0.system.entry.js +0 -4
  1091. package/dist/ionic/p-5a6b3c0d.entry.js +0 -4
  1092. package/dist/ionic/p-5a6d245d.system.entry.js +0 -4
  1093. package/dist/ionic/p-5b57d327.system.js +0 -4
  1094. package/dist/ionic/p-5ce35a03.js +0 -4
  1095. package/dist/ionic/p-607c9c33.js +0 -4
  1096. package/dist/ionic/p-63fde7fe.entry.js +0 -4
  1097. package/dist/ionic/p-67b6e18d.entry.js +0 -4
  1098. package/dist/ionic/p-67f3ed57.entry.js +0 -4
  1099. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1100. package/dist/ionic/p-6bc2795b.entry.js +0 -4
  1101. package/dist/ionic/p-6bd1c0ee.system.entry.js +0 -4
  1102. package/dist/ionic/p-6caa76ec.js +0 -4
  1103. package/dist/ionic/p-7071d7ca.js +0 -4
  1104. package/dist/ionic/p-72cbf799.system.entry.js +0 -4
  1105. package/dist/ionic/p-74d76684.js +0 -4
  1106. package/dist/ionic/p-7607d8ba.system.entry.js +0 -4
  1107. package/dist/ionic/p-787c1bd0.system.entry.js +0 -4
  1108. package/dist/ionic/p-78ed8923.js +0 -4
  1109. package/dist/ionic/p-7a858bae.system.js +0 -4
  1110. package/dist/ionic/p-815f649a.system.entry.js +0 -4
  1111. package/dist/ionic/p-81e632cb.entry.js +0 -4
  1112. package/dist/ionic/p-82cb4235.js +0 -4
  1113. package/dist/ionic/p-8463212e.js +0 -4
  1114. package/dist/ionic/p-84667060.entry.js +0 -4
  1115. package/dist/ionic/p-857ba8d4.entry.js +0 -4
  1116. package/dist/ionic/p-86d98446.system.entry.js +0 -4
  1117. package/dist/ionic/p-87049797.js +0 -4
  1118. package/dist/ionic/p-8956f9a8.system.entry.js +0 -4
  1119. package/dist/ionic/p-8b0f0a87.entry.js +0 -4
  1120. package/dist/ionic/p-8db246c2.system.js +0 -4
  1121. package/dist/ionic/p-8dbfae64.entry.js +0 -4
  1122. package/dist/ionic/p-903c544a.js +0 -4
  1123. package/dist/ionic/p-916bc9ed.system.entry.js +0 -4
  1124. package/dist/ionic/p-92646426.js +0 -4
  1125. package/dist/ionic/p-954d0d7c.system.entry.js +0 -4
  1126. package/dist/ionic/p-986855d6.js +0 -4
  1127. package/dist/ionic/p-9abb7d9b.entry.js +0 -4
  1128. package/dist/ionic/p-9ac1a506.system.js +0 -4
  1129. package/dist/ionic/p-a1cdc742.js +0 -4
  1130. package/dist/ionic/p-a2814291.system.js +0 -4
  1131. package/dist/ionic/p-a5a9206f.entry.js +0 -4
  1132. package/dist/ionic/p-a616b6e4.entry.js +0 -4
  1133. package/dist/ionic/p-a685da08.system.entry.js +0 -4
  1134. package/dist/ionic/p-a7acb257.system.entry.js +0 -4
  1135. package/dist/ionic/p-a81bc291.entry.js +0 -4
  1136. package/dist/ionic/p-a98061d0.entry.js +0 -4
  1137. package/dist/ionic/p-a9af4103.js +0 -4
  1138. package/dist/ionic/p-ac1c2b6a.js +0 -4
  1139. package/dist/ionic/p-adc0276b.entry.js +0 -4
  1140. package/dist/ionic/p-ae55c4c7.system.entry.js +0 -4
  1141. package/dist/ionic/p-b18c52cd.entry.js +0 -4
  1142. package/dist/ionic/p-b2df786a.system.entry.js +0 -4
  1143. package/dist/ionic/p-b517144d.system.entry.js +0 -4
  1144. package/dist/ionic/p-b5dc9a32.system.entry.js +0 -4
  1145. package/dist/ionic/p-b79f3ded.entry.js +0 -4
  1146. package/dist/ionic/p-bbcec459.system.js +0 -4
  1147. package/dist/ionic/p-be87ec25.entry.js +0 -4
  1148. package/dist/ionic/p-c248c88d.system.js +0 -4
  1149. package/dist/ionic/p-c373eebd.system.js +0 -4
  1150. package/dist/ionic/p-c3ae4bcf.entry.js +0 -4
  1151. package/dist/ionic/p-c5226e15.system.entry.js +0 -4
  1152. package/dist/ionic/p-cad8a848.entry.js +0 -4
  1153. package/dist/ionic/p-ccce3322.system.entry.js +0 -4
  1154. package/dist/ionic/p-cdff6a80.system.entry.js +0 -4
  1155. package/dist/ionic/p-cea92c46.system.js +0 -4
  1156. package/dist/ionic/p-cf3dad24.entry.js +0 -4
  1157. package/dist/ionic/p-da96f15f.entry.js +0 -4
  1158. package/dist/ionic/p-ddbf4ca9.entry.js +0 -4
  1159. package/dist/ionic/p-df09db21.entry.js +0 -4
  1160. package/dist/ionic/p-df9c6620.system.entry.js +0 -4
  1161. package/dist/ionic/p-e18f9479.system.entry.js +0 -4
  1162. package/dist/ionic/p-e3b70846.system.js +0 -4
  1163. package/dist/ionic/p-e7909e1d.entry.js +0 -4
  1164. package/dist/ionic/p-e894ab16.system.entry.js +0 -4
  1165. package/dist/ionic/p-e9eb25ba.system.entry.js +0 -4
  1166. package/dist/ionic/p-ea3ca474.system.js +0 -4
  1167. package/dist/ionic/p-ea98a10a.system.entry.js +0 -4
  1168. package/dist/ionic/p-eb4ba253.entry.js +0 -4
  1169. package/dist/ionic/p-ebe94d15.entry.js +0 -4
  1170. package/dist/ionic/p-eda736d7.entry.js +0 -4
  1171. package/dist/ionic/p-ee17be82.entry.js +0 -4
  1172. package/dist/ionic/p-eecb1b04.entry.js +0 -4
  1173. package/dist/ionic/p-eee899d5.system.entry.js +0 -4
  1174. package/dist/ionic/p-ef60ee95.entry.js +0 -4
  1175. package/dist/ionic/p-f116fb3f.system.js +0 -4
  1176. package/dist/ionic/p-f1e11e93.entry.js +0 -4
  1177. package/dist/ionic/p-f25ad420.system.entry.js +0 -4
  1178. package/dist/ionic/p-f28ac1ad.entry.js +0 -4
  1179. package/dist/ionic/p-f44934a7.system.entry.js +0 -4
  1180. package/dist/ionic/p-f44c9c6e.system.entry.js +0 -4
  1181. package/dist/ionic/p-f8123284.entry.js +0 -4
  1182. package/dist/ionic/p-fff78cd2.system.entry.js +0 -4
  1183. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(r,n,t,e){function i(r){return r instanceof t?r:new t((function(n){n(r)}))}return new(t||(t=Promise))((function(t,u){function a(r){try{f(e.next(r))}catch(r){u(r)}}function o(r){try{f(e["throw"](r))}catch(r){u(r)}}function f(r){r.done?t(r.value):i(r.value).then(a,o)}f((e=e.apply(r,n||[])).next())}))};var __generator=this&&this.__generator||function(r,n){var t={label:0,sent:function(){if(u[0]&1)throw u[1];return u[1]},trys:[],ops:[]},e,i,u,a;return a={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function o(r){return function(n){return f([r,n])}}function f(o){if(e)throw new TypeError("Generator is already executing.");while(a&&(a=0,o[0]&&(t=0)),t)try{if(e=1,i&&(u=o[0]&2?i["return"]:o[0]?i["throw"]||((u=i["return"])&&u.call(i),0):i.next)&&!(u=u.call(i,o[1])).done)return u;if(i=0,u)o=[o[0]&2,u.value];switch(o[0]){case 0:case 1:u=o;break;case 4:t.label++;return{value:o[1],done:false};case 5:t.label++;i=o[1];o=[0];continue;case 7:o=t.ops.pop();t.trys.pop();continue;default:if(!(u=t.trys,u=u.length>0&&u[u.length-1])&&(o[0]===6||o[0]===2)){t=0;continue}if(o[0]===3&&(!u||o[1]>u[0]&&o[1]<u[3])){t.label=o[1];break}if(o[0]===6&&t.label<u[1]){t.label=u[1];u=o;break}if(u&&t.label<u[2]){t.label=u[2];t.ops.push(o);break}if(u[2])t.ops.pop();t.trys.pop();continue}o=n.call(r,t)}catch(r){o=[6,r];i=0}finally{e=u=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,n,t){if(t||arguments.length===2)for(var e=0,i=n.length,u;e<i;e++){if(u||!(e in n)){if(!u)u=Array.prototype.slice.call(n,0,e);u[e]=n[e]}}return r.concat(u||Array.prototype.slice.call(n))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-792919fd.system.js","./p-9f3008d4.system.js","./p-ff4b7e40.system.js","./p-3ad285e3.system.js","./p-a69b9fc5.system.js","./p-9146695e.system.js"],(function(r){"use strict";var n,t,e,i,u,a;return{setters:[function(r){n=r.d},function(r){t=r.MENU_BACK_BUTTON_PRIORITY},function(r){e=r.p},function(r){i=r.c},function(r){u=r.b},function(r){a=r.c}],execute:function(){var o=this;var f=function(r){return a().duration(r?400:300)};var s=function(r){var n;var t;var e=r.width+8;var i=a();var o=a();if(r.isEndSide){n=e+"px";t="0px"}else{n=-e+"px";t="0px"}i.addElement(r.menuInnerEl).fromTo("transform","translateX(".concat(n,")"),"translateX(".concat(t,")"));var s=u(r);var c=s==="ios";var v=c?.2:.25;o.addElement(r.backdropEl).fromTo("opacity",.01,v);return f(c).addAnimation([i,o])};var c=function(r){var n;var t;var e=u(r);var i=r.width;if(r.isEndSide){n=-i+"px";t=i+"px"}else{n=i+"px";t=-i+"px"}var o=a().addElement(r.menuInnerEl).fromTo("transform","translateX(".concat(t,")"),"translateX(0px)");var s=a().addElement(r.contentEl).fromTo("transform","translateX(0px)","translateX(".concat(n,")"));var c=a().addElement(r.backdropEl).fromTo("opacity",.01,.32);return f(e==="ios").addAnimation([o,s,c])};var v=function(r){var n=u(r);var t=r.width*(r.isEndSide?-1:1)+"px";var e=a().addElement(r.contentEl).fromTo("transform","translateX(0px)","translateX(".concat(t,")"));return f(n==="ios").addAnimation(e)};var d=function(){var r=new Map;var u=[];var a=function(r){return __awaiter(o,void 0,void 0,(function(){var n;return __generator(this,(function(t){switch(t.label){case 0:return[4,p(r,true)];case 1:n=t.sent();if(n){return[2,n.open()]}return[2,false]}}))}))};var f=function(r){return __awaiter(o,void 0,void 0,(function(){var n;return __generator(this,(function(t){switch(t.label){case 0:return[4,r!==undefined?p(r,true):m()];case 1:n=t.sent();if(n!==undefined){return[2,n.close()]}return[2,false]}}))}))};var d=function(r){return __awaiter(o,void 0,void 0,(function(){var n;return __generator(this,(function(t){switch(t.label){case 0:return[4,p(r,true)];case 1:n=t.sent();if(n){return[2,n.toggle()]}return[2,false]}}))}))};var _=function(r,n){return __awaiter(o,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:return[4,p(n)];case 1:t=e.sent();if(t){t.disabled=!r}return[2,t]}}))}))};var h=function(r,n){return __awaiter(o,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:return[4,p(n)];case 1:t=e.sent();if(t){t.swipeGesture=r}return[2,t]}}))}))};var l=function(r){return __awaiter(o,void 0,void 0,(function(){var n,n;return __generator(this,(function(t){switch(t.label){case 0:if(!(r!=null))return[3,2];return[4,p(r)];case 1:n=t.sent();return[2,n!==undefined&&n.isOpen()];case 2:return[4,m()];case 3:n=t.sent();return[2,n!==undefined]}}))}))};var w=function(r){return __awaiter(o,void 0,void 0,(function(){var n;return __generator(this,(function(t){switch(t.label){case 0:return[4,p(r)];case 1:n=t.sent();if(n){return[2,!n.disabled]}return[2,false]}}))}))};var p=function(r){var n=[];for(var t=1;t<arguments.length;t++){n[t-1]=arguments[t]}return __awaiter(o,__spreadArray([r],n,true),void 0,(function(r,n){var t,i,a;if(n===void 0){n=false}return __generator(this,(function(o){switch(o.label){case 0:return[4,E()];case 1:o.sent();if(r==="start"||r==="end"){t=u.filter((function(n){return n.side===r&&!n.disabled}));if(t.length>=1){if(t.length>1&&n){e('menuController queried for a menu on the "'.concat(r,'" side, but ').concat(t.length," menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side."),t.map((function(r){return r.el})))}return[2,t[0].el]}i=u.filter((function(n){return n.side===r}));if(i.length>=1){if(i.length>1&&n){e('menuController queried for a menu on the "'.concat(r,'" side, but ').concat(i.length," menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side."),i.map((function(r){return r.el})))}return[2,i[0].el]}}else if(r!=null){return[2,S((function(n){return n.menuId===r}))]}a=S((function(r){return!r.disabled}));if(a){return[2,a]}return[2,u.length>0?u[0].el:undefined]}}))}))};var m=function(){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(r){switch(r.label){case 0:return[4,E()];case 1:r.sent();return[2,k()]}}))}))};var y=function(){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(r){switch(r.label){case 0:return[4,E()];case 1:r.sent();return[2,I()]}}))}))};var g=function(){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(r){switch(r.label){case 0:return[4,E()];case 1:r.sent();return[2,O()]}}))}))};var b=function(n,t){r.set(n,t)};var x=function(r){if(u.indexOf(r)<0){u.push(r)}};var A=function(r){var n=u.indexOf(r);if(n>-1){u.splice(n,1)}};var X=function(r,n,t,e){return __awaiter(o,void 0,void 0,(function(){var i;return __generator(this,(function(u){switch(u.label){case 0:if(O()){return[2,false]}if(!n)return[3,3];return[4,m()];case 1:i=u.sent();if(!(i&&r.el!==i))return[3,3];return[4,i.setOpen(false,false)];case 2:u.sent();u.label=3;case 3:return[2,r._setOpen(n,t,e)]}}))}))};var j=function(n,t){var e=r.get(n);if(!e){throw new Error("animation not registered")}var i=e(t);return i};var k=function(){return S((function(r){return r._isOpen}))};var I=function(){return u.map((function(r){return r.el}))};var O=function(){return u.some((function(r){return r.isAnimating}))};var S=function(r){var n=u.find(r);if(n!==undefined){return n.el}return undefined};var E=function(){return Promise.all(Array.from(document.querySelectorAll("ion-menu")).map((function(r){return new Promise((function(n){return i(r,n)}))})))};b("reveal",v);b("push",c);b("overlay",s);n===null||n===void 0?void 0:n.addEventListener("ionBackButton",(function(r){var n=k();if(n){r.detail.register(t,(function(){return n.close()}))}}));return{registerAnimation:b,get:p,getMenus:y,getOpen:m,isEnabled:w,swipeGesture:h,isAnimating:g,isOpen:l,enable:_,toggle:d,close:f,open:a,_getOpenSync:k,_createAnimation:j,_register:x,_unregister:A,_setOpen:X}};var _=r("m",d())}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,d as i,h as s,i as e,f as o}from"./p-d836d43e.js";import{g as n}from"./p-2408c236.js";import{m as r,s as a}from"./p-b51e4004.js";import{l as h,t as c,s as d,d as l,b as u,c as v}from"./p-88e63c7d.js";import{b as f,c as m}from"./p-0574e87e.js";import{a as p}from"./p-3cc276f4.js";import"./p-06fee233.js";class w{constructor(t,i){this.component=t,this.params=i,this.state=1}async init(t){if(this.state=2,!this.element){const i=this.component;this.element=await p(this.delegate,t,i,["ion-page","ion-page-invisible"],this.params)}}_destroy(){r(3!==this.state,"view state must be ATTACHED");const t=this.element;t&&(this.delegate?this.delegate.removeViewFromDom(t.parentElement,t):t.remove()),this.nav=void 0,this.state=3}}const b=(t,i,s)=>!!t&&t.component===i&&a(t.params,s),g=(t,i)=>t?t instanceof w?t:new w(t,i):null,y=class{constructor(s){t(this,s),this.ionNavWillLoad=i(this,"ionNavWillLoad",7),this.ionNavWillChange=i(this,"ionNavWillChange",3),this.ionNavDidChange=i(this,"ionNavDidChange",3),this.transInstr=[],this.gestureOrAnimationInProgress=!1,this.useRouter=!1,this.isTransitioning=!1,this.destroyed=!1,this.views=[],this.didLoad=!1,this.delegate=void 0,this.swipeGesture=void 0,this.animated=!0,this.animation=void 0,this.rootParams=void 0,this.root=void 0}swipeGestureChanged(){this.gesture&&this.gesture.enable(!0===this.swipeGesture)}rootChanged(){void 0!==this.root&&!1!==this.didLoad&&(this.useRouter||void 0!==this.root&&this.setRoot(this.root,this.rootParams))}componentWillLoad(){if(this.useRouter=null!==document.querySelector("ion-router")&&null===this.el.closest("[no-router]"),void 0===this.swipeGesture){const t=f(this);this.swipeGesture=m.getBoolean("swipeBackEnabled","ios"===t)}this.ionNavWillLoad.emit()}async componentDidLoad(){this.didLoad=!0,this.rootChanged(),this.gesture=(await import("./p-72bc8a1c.js")).createSwipeBackGesture(this.el,this.canStart.bind(this),this.onStart.bind(this),this.onMove.bind(this),this.onEnd.bind(this)),this.swipeGestureChanged()}connectedCallback(){this.destroyed=!1}disconnectedCallback(){for(const t of this.views)h(t.element,l),t._destroy();this.gesture&&(this.gesture.destroy(),this.gesture=void 0),this.transInstr.length=0,this.views.length=0,this.destroyed=!0}push(t,i,s,e){return this.insert(-1,t,i,s,e)}insert(t,i,s,e,o){return this.insertPages(t,[{component:i,componentProps:s}],e,o)}insertPages(t,i,s,e){return this.queueTrns({insertStart:t,insertViews:i,opts:s},e)}pop(t,i){return this.removeIndex(-1,1,t,i)}popTo(t,i,s){const e={removeStart:-1,removeCount:-1,opts:i};return"object"==typeof t&&t.component?(e.removeView=t,e.removeStart=1):"number"==typeof t&&(e.removeStart=t+1),this.queueTrns(e,s)}popToRoot(t,i){return this.removeIndex(1,-1,t,i)}removeIndex(t,i=1,s,e){return this.queueTrns({removeStart:t,removeCount:i,opts:s},e)}setRoot(t,i,s,e){return this.setPages([{component:t,componentProps:i}],s,e)}setPages(t,i,s){return null!=i||(i={}),!0!==i.animated&&(i.animated=!1),this.queueTrns({insertStart:0,insertViews:t,removeStart:0,removeCount:-1,opts:i},s)}setRouteId(t,i,s,e){const o=this.getActiveSync();if(b(o,t,i))return Promise.resolve({changed:!1,element:o.element});let n;const r=new Promise((t=>n=t));let a;const h={updateURL:!1,viewIsReady:t=>{let i;const s=new Promise((t=>i=t));return n({changed:!0,element:t,markVisible:async()=>{i(),await a}}),s}};if("root"===s)a=this.setRoot(t,i,h);else{const o=this.views.find((s=>b(s,t,i)));o?a=this.popTo(o,Object.assign(Object.assign({},h),{direction:"back",animationBuilder:e})):"forward"===s?a=this.push(t,i,Object.assign(Object.assign({},h),{animationBuilder:e})):"back"===s&&(a=this.setRoot(t,i,Object.assign(Object.assign({},h),{direction:"back",animated:!0,animationBuilder:e})))}return r}async getRouteId(){const t=this.getActiveSync();if(t)return{id:t.element.tagName,params:t.params,element:t.element}}async getActive(){return this.getActiveSync()}async getByIndex(t){return this.views[t]}async canGoBack(t){return this.canGoBackSync(t)}async getPrevious(t){return this.getPreviousSync(t)}async getLength(){return Promise.resolve(this.views.length)}getActiveSync(){return this.views[this.views.length-1]}canGoBackSync(t=this.getActiveSync()){return!(!t||!this.getPreviousSync(t))}getPreviousSync(t=this.getActiveSync()){if(!t)return;const i=this.views,s=i.indexOf(t);return s>0?i[s-1]:void 0}async queueTrns(t,i){var s,e;if(this.isTransitioning&&(null===(s=t.opts)||void 0===s?void 0:s.skipIfBusy))return!1;const o=new Promise(((i,s)=>{t.resolve=i,t.reject=s}));if(t.done=i,t.opts&&!1!==t.opts.updateURL&&this.useRouter){const i=document.querySelector("ion-router");if(i){const s=await i.canTransition();if(!1===s)return!1;if("string"==typeof s)return i.push(s,t.opts.direction||"back"),!1}}return 0===(null===(e=t.insertViews)||void 0===e?void 0:e.length)&&(t.insertViews=void 0),this.transInstr.push(t),this.nextTrns(),o}success(t,i){if(this.destroyed)this.fireError("nav controller was destroyed",i);else if(i.done&&i.done(t.hasCompleted,t.requiresTransition,t.enteringView,t.leavingView,t.direction),i.resolve(t.hasCompleted),!1!==i.opts.updateURL&&this.useRouter){const i=document.querySelector("ion-router");i&&i.navChanged("back"===t.direction?"back":"forward")}}failed(t,i){this.destroyed?this.fireError("nav controller was destroyed",i):(this.transInstr.length=0,this.fireError(t,i))}fireError(t,i){i.done&&i.done(!1,!1,t),i.reject&&!this.destroyed?i.reject(t):i.resolve(!1)}nextTrns(){if(this.isTransitioning)return!1;const t=this.transInstr.shift();return!!t&&(this.runTransition(t),!0)}async runTransition(t){try{this.ionNavWillChange.emit(),this.isTransitioning=!0,this.prepareTI(t);const i=this.getActiveSync(),s=this.getEnteringView(t,i);if(!i&&!s)throw new Error("no views in the stack to be removed");s&&1===s.state&&await s.init(this.el),this.postViewInit(s,i,t);const e=(t.enteringRequiresTransition||t.leavingRequiresTransition)&&s!==i;let o;e&&t.opts&&i&&("back"===t.opts.direction&&(t.opts.animationBuilder=t.opts.animationBuilder||(null==s?void 0:s.animationBuilder)),i.animationBuilder=t.opts.animationBuilder),o=e?await this.transition(s,i,t):{hasCompleted:!0,requiresTransition:!1},this.success(o,t),this.ionNavDidChange.emit()}catch(i){this.failed(i,t)}this.isTransitioning=!1,this.nextTrns()}prepareTI(t){var i,s,e;const o=this.views.length;if(null!==(i=t.opts)&&void 0!==i||(t.opts={}),null!==(s=(e=t.opts).delegate)&&void 0!==s||(e.delegate=this.delegate),void 0!==t.removeView){r(void 0!==t.removeStart,"removeView needs removeStart"),r(void 0!==t.removeCount,"removeView needs removeCount");const i=this.views.indexOf(t.removeView);if(i<0)throw new Error("removeView was not found");t.removeStart+=i}void 0!==t.removeStart&&(t.removeStart<0&&(t.removeStart=o-1),t.removeCount<0&&(t.removeCount=o-t.removeStart),t.leavingRequiresTransition=t.removeCount>0&&t.removeStart+t.removeCount===o),t.insertViews&&((t.insertStart<0||t.insertStart>o)&&(t.insertStart=o),t.enteringRequiresTransition=t.insertStart===o);const n=t.insertViews;if(!n)return;r(n.length>0,"length can not be zero");const a=n.map((t=>t instanceof w?t:"component"in t?g(t.component,null===t.componentProps?void 0:t.componentProps):g(t,void 0))).filter((t=>null!==t));if(0===a.length)throw new Error("invalid views to insert");for(const i of a){i.delegate=t.opts.delegate;const s=i.nav;if(s&&s!==this)throw new Error("inserted view was already inserted");if(3===i.state)throw new Error("inserted view was already destroyed")}t.insertViews=a}getEnteringView(t,i){const s=t.insertViews;if(void 0!==s)return s[s.length-1];const e=t.removeStart;if(void 0!==e){const s=this.views,o=e+t.removeCount;for(let t=s.length-1;t>=0;t--){const n=s[t];if((t<e||t>=o)&&n!==i)return n}}}postViewInit(t,i,s){var e,o,n;r(i||t,"Both leavingView and enteringView are null"),r(s.resolve,"resolve must be valid"),r(s.reject,"reject must be valid");const a=s.opts,{insertViews:c,removeStart:d,removeCount:f}=s;let m;if(void 0!==d&&void 0!==f){r(d>=0,"removeStart can not be negative"),r(f>=0,"removeCount can not be negative"),m=[];for(let s=d;s<d+f;s++){const e=this.views[s];void 0!==e&&e!==t&&e!==i&&m.push(e)}null!==(e=a.direction)&&void 0!==e||(a.direction="back")}const p=this.views.length+(null!==(o=null==c?void 0:c.length)&&void 0!==o?o:0)-(null!=f?f:0);if(r(p>=0,"final balance can not be negative"),0===p)throw console.warn("You can't remove all the pages in the navigation stack. nav.pop() is probably called too many times.",this,this.el),new Error("navigation stack needs at least one root page");if(c){let t=s.insertStart;for(const i of c)this.insertViewAt(i,t),t++;s.enteringRequiresTransition&&(null!==(n=a.direction)&&void 0!==n||(a.direction="forward"))}if(m&&m.length>0){for(const t of m)h(t.element,u),h(t.element,v),h(t.element,l);for(const t of m)this.destroyView(t)}}async transition(t,i,s){const e=s.opts,o=e.progressAnimation?t=>{void 0===t||this.gestureOrAnimationInProgress?this.sbAni=t:(this.gestureOrAnimationInProgress=!0,t.onFinish((()=>{this.gestureOrAnimationInProgress=!1}),{oneTimeCallback:!0}),t.progressEnd(0,0,0))}:void 0,n=f(this),r=t.element,a=i&&i.element,h=Object.assign(Object.assign({mode:n,showGoBack:this.canGoBackSync(t),baseEl:this.el,progressCallback:o,animated:this.animated&&m.getBoolean("animated",!0),enteringEl:r,leavingEl:a},e),{animationBuilder:e.animationBuilder||this.animation||m.get("navAnimation")}),{hasCompleted:d}=await c(h);return this.transitionFinish(d,t,i,e)}transitionFinish(t,i,s,e){const o=t?i:s;return o&&this.unmountInactiveViews(o),{hasCompleted:t,requiresTransition:!0,enteringView:i,leavingView:s,direction:e.direction}}insertViewAt(t,i){const s=this.views,e=s.indexOf(t);e>-1?(r(t.nav===this,"view is not part of the nav"),s.splice(e,1),s.splice(i,0,t)):(r(!t.nav,"nav is used"),t.nav=this,s.splice(i,0,t))}removeView(t){r(2===t.state||3===t.state,"view state should be loaded or destroyed");const i=this.views,s=i.indexOf(t);r(s>-1,"view must be part of the stack"),s>=0&&i.splice(s,1)}destroyView(t){t._destroy(),this.removeView(t)}unmountInactiveViews(t){if(this.destroyed)return;const i=this.views,s=i.indexOf(t);for(let t=i.length-1;t>=0;t--){const e=i[t],o=e.element;o&&(t>s?(h(o,l),this.destroyView(e)):t<s&&d(o,!0))}}canStart(){return!this.gestureOrAnimationInProgress&&!!this.swipeGesture&&!this.isTransitioning&&0===this.transInstr.length&&this.canGoBackSync()}onStart(){this.gestureOrAnimationInProgress=!0,this.pop({direction:"back",progressAnimation:!0})}onMove(t){this.sbAni&&this.sbAni.progressStep(t)}onEnd(t,i,s){if(this.sbAni){this.sbAni.onFinish((()=>{this.gestureOrAnimationInProgress=!1}),{oneTimeCallback:!0});let e=t?-.001:.001;t?e+=n([0,0],[.32,.72],[0,1],[1,1],i)[0]:(this.sbAni.easing("cubic-bezier(1, 0, 0.68, 0.28)"),e+=n([0,0],[1,0],[.68,.28],[1,1],i)[0]),this.sbAni.progressEnd(t?1:0,e,s)}else this.gestureOrAnimationInProgress=!1}render(){return s("slot",{key:"dfe98cb6604a2015a49f41beffebdd2da957dfff"})}get el(){return e(this)}static get watchers(){return{swipeGesture:["swipeGestureChanged"],root:["rootChanged"]}}};y.style=":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}";const k=class{constructor(i){t(this,i),this.onClick=()=>((t,i,s,e,o)=>{const n=this.el.closest("ion-nav");if(n)if("forward"===i){if(void 0!==s)return n.push(s,e,{skipIfBusy:!0,animationBuilder:o})}else if("root"===i){if(void 0!==s)return n.setRoot(s,e,{skipIfBusy:!0,animationBuilder:o})}else if("back"===i)return n.pop({skipIfBusy:!0,animationBuilder:o});return Promise.resolve(!1)})(0,this.routerDirection,this.component,this.componentProps,this.routerAnimation),this.component=void 0,this.componentProps=void 0,this.routerDirection="forward",this.routerAnimation=void 0}render(){return s(o,{key:"d2f8545b4fbd5aa25ef36eb01dffbc5d35ccfbb9",onClick:this.onClick})}get el(){return e(this)}};export{y as ion_nav,k as ion_nav_link}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function a(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,i){function o(t){try{s(r.next(t))}catch(t){i(t)}}function l(t){try{s(r["throw"](t))}catch(t){i(t)}}function s(t){t.done?n(t.value):a(t.value).then(o,l)}s((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,a,i,o;return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(t){return function(e){return s([t,e])}}function s(l){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,l[0]&&(n=0)),n)try{if(r=1,a&&(i=l[0]&2?a["return"]:l[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,l[1])).done)return i;if(a=0,i)l=[l[0]&2,i.value];switch(l[0]){case 0:case 1:i=l;break;case 4:n.label++;return{value:l[1],done:false};case 5:n.label++;a=l[1];l=[0];continue;case 7:l=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){n.label=l[1];break}if(l[0]===6&&n.label<i[1]){n.label=i[1];i=l;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(l);break}if(i[2])n.ops.pop();n.trys.pop();continue}l=e.call(t,n)}catch(t){l=[6,t];a=0}finally{r=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-25180df3.system.js","./p-3ad285e3.system.js","./p-a93873de.system.js","./p-08e01816.system.js","./p-4609d030.system.js","./p-1e955a45.system.js","./p-a69b9fc5.system.js","./p-8985cdb6.system.js","./p-792919fd.system.js"],(function(t,e){"use strict";var n,r,a,i,o,l,s,g,c,h,d,p,f,b,m,u;return{setters:[function(t){n=t.r;r=t.d;a=t.h;i=t.f;o=t.i},function(t){l=t.i;s=t.d},function(t){g=t.c},function(t){c=t.i},function(t){h=t.c;d=t.h},function(t){p=t.f;f=t.r;b=t.g},function(t){m=t.c;u=t.b},function(){},function(){}],execute:function(){var w=":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-focused) input{border:2px solid #5e9ed6}:host(.toggle-disabled){pointer-events:none}input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.toggle-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.toggle-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.toggle-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between) .toggle-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.toggle-justify-start) .toggle-wrapper{-ms-flex-pack:start;justify-content:start}:host(.toggle-justify-end) .toggle-wrapper{-ms-flex-pack:end;justify-content:end}:host(.toggle-alignment-start) .toggle-wrapper{-ms-flex-align:start;align-items:start}:host(.toggle-alignment-center) .toggle-wrapper{-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between),:host(.toggle-justify-start),:host(.toggle-justify-end),:host(.toggle-alignment-start),:host(.toggle-alignment-center){display:block}:host(.toggle-label-placement-start) .toggle-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.toggle-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-end) .toggle-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.toggle-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.toggle-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.toggle-label-placement-stacked) .toggle-wrapper{-ms-flex-direction:column;flex-direction:column}:host(.toggle-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}.toggle-icon-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:var(--handle-transition);transition:var(--handle-transition);will-change:transform}.toggle-icon{border-radius:var(--border-radius);display:block;position:relative;width:100%;height:100%;background:var(--track-background);overflow:inherit}:host(.toggle-checked) .toggle-icon{background:var(--track-background-checked)}.toggle-inner{border-radius:var(--handle-border-radius);position:absolute;left:var(--handle-spacing);width:var(--handle-width);height:var(--handle-height);max-height:var(--handle-max-height);-webkit-transition:var(--handle-transition);transition:var(--handle-transition);background:var(--handle-background);-webkit-box-shadow:var(--handle-box-shadow);box-shadow:var(--handle-box-shadow);contain:strict}:host(.toggle-ltr) .toggle-inner{left:var(--handle-spacing)}:host(.toggle-rtl) .toggle-inner{right:var(--handle-spacing)}:host(.toggle-ltr.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width)), 0, 0);transform:translate3d(calc(100% - var(--handle-width)), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width)), 0, 0);transform:translate3d(calc(-100% + var(--handle-width)), 0, 0)}:host(.toggle-checked) .toggle-inner{background:var(--handle-background-checked)}:host(.toggle-ltr.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0)}:host{--track-background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.088);--track-background-checked:var(--ion-color-primary, #0054e9);--border-radius:15.5px;--handle-background:#ffffff;--handle-background-checked:#ffffff;--handle-border-radius:25.5px;--handle-box-shadow:0 3px 4px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.06);--handle-height:calc(31px - (2px * 2));--handle-max-height:calc(100% - var(--handle-spacing) * 2);--handle-width:calc(31px - (2px * 2));--handle-spacing:2px;--handle-transition:transform 300ms, width 120ms ease-in-out 80ms, left 110ms ease-in-out 80ms, right 110ms ease-in-out 80ms}.native-wrapper .toggle-icon{width:51px;height:31px;overflow:hidden}:host(.ion-color.toggle-checked) .toggle-icon{background:var(--ion-color-base)}:host(.toggle-activated) .toggle-switch-icon{opacity:0}.toggle-icon{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:background-color 300ms;transition:background-color 300ms}.toggle-inner{will-change:transform}.toggle-switch-icon{position:absolute;top:50%;width:11px;height:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity 300ms, color 300ms;transition:opacity 300ms, color 300ms}.toggle-switch-icon{position:absolute;color:var(--ion-color-dark, #222428)}:host(.toggle-ltr) .toggle-switch-icon{right:6px}:host(.toggle-rtl) .toggle-switch-icon{right:initial;left:6px;}:host(.toggle-checked) .toggle-switch-icon.toggle-switch-icon-checked{color:var(--ion-color-contrast, #fff)}:host(.toggle-checked) .toggle-switch-icon:not(.toggle-switch-icon-checked){opacity:0}.toggle-switch-icon-checked{position:absolute;width:15px;height:15px;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}:host(.toggle-ltr) .toggle-switch-icon-checked{right:initial;left:4px;}:host(.toggle-rtl) .toggle-switch-icon-checked{right:4px}:host(.toggle-activated) .toggle-icon::before,:host(.toggle-checked) .toggle-icon::before{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}:host(.toggle-activated.toggle-checked) .toggle-inner::before{-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}:host(.toggle-activated) .toggle-inner{width:calc(var(--handle-width) + 6px)}:host(.toggle-ltr.toggle-activated.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width) - 6px), 0, 0);transform:translate3d(calc(100% - var(--handle-width) - 6px), 0, 0)}:host(.toggle-rtl.toggle-activated.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width) + 6px), 0, 0);transform:translate3d(calc(-100% + var(--handle-width) + 6px), 0, 0)}:host(.toggle-disabled){opacity:0.3}";var x=w;var k=":host{-webkit-box-sizing:content-box !important;box-sizing:content-box !important;display:inline-block;position:relative;max-width:100%;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2}:host(.in-item){-ms-flex:1 1 0px;flex:1 1 0;width:100%;height:100%}:host([slot=start]),:host([slot=end]){-ms-flex:initial;flex:initial;width:auto}:host(.ion-focused) input{border:2px solid #5e9ed6}:host(.toggle-disabled){pointer-events:none}input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.toggle-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;cursor:inherit}.label-text-wrapper{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host(.in-item) .label-text-wrapper{margin-top:10px;margin-bottom:10px}:host(.in-item.toggle-label-placement-stacked) .label-text-wrapper{margin-top:10px;margin-bottom:16px}:host(.in-item.toggle-label-placement-stacked) .native-wrapper{margin-bottom:10px}.label-text-wrapper-hidden{display:none}.native-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between) .toggle-wrapper{-ms-flex-pack:justify;justify-content:space-between}:host(.toggle-justify-start) .toggle-wrapper{-ms-flex-pack:start;justify-content:start}:host(.toggle-justify-end) .toggle-wrapper{-ms-flex-pack:end;justify-content:end}:host(.toggle-alignment-start) .toggle-wrapper{-ms-flex-align:start;align-items:start}:host(.toggle-alignment-center) .toggle-wrapper{-ms-flex-align:center;align-items:center}:host(.toggle-justify-space-between),:host(.toggle-justify-start),:host(.toggle-justify-end),:host(.toggle-alignment-start),:host(.toggle-alignment-center){display:block}:host(.toggle-label-placement-start) .toggle-wrapper{-ms-flex-direction:row;flex-direction:row}:host(.toggle-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-end) .toggle-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.toggle-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}:host(.toggle-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px}:host(.toggle-label-placement-fixed) .label-text-wrapper{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.toggle-label-placement-stacked) .toggle-wrapper{-ms-flex-direction:column;flex-direction:column}:host(.toggle-label-placement-stacked) .label-text-wrapper{-webkit-transform:scale(0.75);transform:scale(0.75);margin-left:0;margin-right:0;margin-bottom:16px;max-width:calc(100% / 0.75)}:host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper{-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-start) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-start .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-start:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:right top;transform-origin:right top}}:host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper{-webkit-transform-origin:center top;transform-origin:center top}:host-context([dir=rtl]):host(.toggle-label-placement-stacked.toggle-alignment-center) .label-text-wrapper,:host-context([dir=rtl]).toggle-label-placement-stacked.toggle-alignment-center .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}@supports selector(:dir(rtl)){:host(.toggle-label-placement-stacked.toggle-alignment-center:dir(rtl)) .label-text-wrapper{-webkit-transform-origin:calc(100% - center) top;transform-origin:calc(100% - center) top}}.toggle-icon-wrapper{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:var(--handle-transition);transition:var(--handle-transition);will-change:transform}.toggle-icon{border-radius:var(--border-radius);display:block;position:relative;width:100%;height:100%;background:var(--track-background);overflow:inherit}:host(.toggle-checked) .toggle-icon{background:var(--track-background-checked)}.toggle-inner{border-radius:var(--handle-border-radius);position:absolute;left:var(--handle-spacing);width:var(--handle-width);height:var(--handle-height);max-height:var(--handle-max-height);-webkit-transition:var(--handle-transition);transition:var(--handle-transition);background:var(--handle-background);-webkit-box-shadow:var(--handle-box-shadow);box-shadow:var(--handle-box-shadow);contain:strict}:host(.toggle-ltr) .toggle-inner{left:var(--handle-spacing)}:host(.toggle-rtl) .toggle-inner{right:var(--handle-spacing)}:host(.toggle-ltr.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(100% - var(--handle-width)), 0, 0);transform:translate3d(calc(100% - var(--handle-width)), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-icon-wrapper{-webkit-transform:translate3d(calc(-100% + var(--handle-width)), 0, 0);transform:translate3d(calc(-100% + var(--handle-width)), 0, 0)}:host(.toggle-checked) .toggle-inner{background:var(--handle-background-checked)}:host(.toggle-ltr.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * -2), 0, 0)}:host(.toggle-rtl.toggle-checked) .toggle-inner{-webkit-transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0);transform:translate3d(calc(var(--handle-spacing) * 2), 0, 0)}:host{--track-background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.39);--track-background-checked:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.5);--border-radius:14px;--handle-background:#ffffff;--handle-background-checked:var(--ion-color-primary, #0054e9);--handle-border-radius:50%;--handle-box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);--handle-width:20px;--handle-height:20px;--handle-max-height:calc(100% + 6px);--handle-spacing:0;--handle-transition:transform 160ms cubic-bezier(0.4, 0, 0.2, 1), background-color 160ms cubic-bezier(0.4, 0, 0.2, 1)}.native-wrapper .toggle-icon{width:36px;height:14px}:host(.ion-color.toggle-checked) .toggle-icon{background:rgba(var(--ion-color-base-rgb), 0.5)}:host(.ion-color.toggle-checked) .toggle-inner{background:var(--ion-color-base)}:host(.toggle-checked) .toggle-inner{color:var(--ion-color-contrast, #fff)}.toggle-icon{-webkit-transition:background-color 160ms;transition:background-color 160ms}.toggle-inner{will-change:background-color, transform;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#000}.toggle-inner .toggle-switch-icon{-webkit-padding-start:1px;padding-inline-start:1px;-webkit-padding-end:1px;padding-inline-end:1px;padding-top:1px;padding-bottom:1px;width:100%;height:100%}:host(.toggle-disabled){opacity:0.38}";var v=k;var y=t("ion_toggle",function(){function t(t){var a=this;n(this,t);this.ionChange=r(this,"ionChange",7);this.ionFocus=r(this,"ionFocus",7);this.ionBlur=r(this,"ionBlur",7);this.inputId="ion-tg-".concat(_++);this.lastDrag=0;this.inheritedAttributes={};this.didLoad=false;this.setupGesture=function(){return __awaiter(a,void 0,void 0,(function(){var t,n;var r=this;return __generator(this,(function(a){switch(a.label){case 0:t=this.toggleTrack;if(!t)return[3,2];n=this;return[4,e.import("./p-3e1e14d9.system.js")];case 1:n.gesture=a.sent().createGesture({el:t,gestureName:"toggle",gesturePriority:100,threshold:5,passive:false,onStart:function(){return r.onStart()},onMove:function(t){return r.onMove(t)},onEnd:function(t){return r.onEnd(t)}});this.disabledChanged();a.label=2;case 2:return[2]}}))}))};this.onClick=function(t){if(a.disabled){return}t.preventDefault();if(a.lastDrag+300<Date.now()){a.toggleChecked()}};this.onFocus=function(){a.ionFocus.emit()};this.onBlur=function(){a.ionBlur.emit()};this.getSwitchLabelIcon=function(t,e){if(t==="md"){return e?p:f}return e?f:b};this.activated=false;this.color=undefined;this.name=this.inputId;this.checked=false;this.disabled=false;this.value="on";this.enableOnOffLabels=m.get("toggleOnOffLabels");this.labelPlacement="start";this.justify=undefined;this.alignment=undefined}t.prototype.disabledChanged=function(){if(this.gesture){this.gesture.enable(!this.disabled)}};t.prototype.toggleChecked=function(){var t=this,e=t.checked,n=t.value;var r=!e;this.checked=r;this.ionChange.emit({checked:r,value:n})};t.prototype.connectedCallback=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){if(this.didLoad){this.setupGesture()}return[2]}))}))};t.prototype.componentDidLoad=function(){this.setupGesture();this.didLoad=true};t.prototype.disconnectedCallback=function(){if(this.gesture){this.gesture.destroy();this.gesture=undefined}};t.prototype.componentWillLoad=function(){this.inheritedAttributes=Object.assign({},l(this.el))};t.prototype.onStart=function(){this.activated=true;this.setFocus()};t.prototype.onMove=function(t){if(j(c(this.el),this.checked,t.deltaX,-10)){this.toggleChecked();g()}};t.prototype.onEnd=function(t){this.activated=false;this.lastDrag=Date.now();t.event.preventDefault();t.event.stopImmediatePropagation()};t.prototype.getValue=function(){return this.value||""};t.prototype.setFocus=function(){if(this.focusEl){this.focusEl.focus()}};t.prototype.renderOnOffSwitchLabels=function(t,e){var n=this.getSwitchLabelIcon(t,e);return a("ion-icon",{class:{"toggle-switch-icon":true,"toggle-switch-icon-checked":e},icon:n,"aria-hidden":"true"})};t.prototype.renderToggleControl=function(){var t=this;var e=u(this);var n=this,r=n.enableOnOffLabels,i=n.checked;return a("div",{class:"toggle-icon",part:"track",ref:function(e){return t.toggleTrack=e}},r&&e==="ios"&&[this.renderOnOffSwitchLabels(e,true),this.renderOnOffSwitchLabels(e,false)],a("div",{class:"toggle-icon-wrapper"},a("div",{class:"toggle-inner",part:"handle"},r&&e==="md"&&this.renderOnOffSwitchLabels(e,i))))};Object.defineProperty(t.prototype,"hasLabel",{get:function(){return this.el.textContent!==""},enumerable:false,configurable:true});t.prototype.render=function(){var t;var e=this;var n=this,r=n.activated,o=n.color,l=n.checked,g=n.disabled,p=n.el,f=n.justify,b=n.labelPlacement,m=n.inputId,w=n.name,x=n.alignment;var k=u(this);var v=this.getValue();var y=c(p)?"rtl":"ltr";s(true,p,w,l?v:"",g);return a(i,{key:"f52195ec3bc14c024647cb41319c32a4cd330e19",onClick:this.onClick,class:h(o,(t={},t[k]=true,t["in-item"]=d("ion-item",p),t["toggle-activated"]=r,t["toggle-checked"]=l,t["toggle-disabled"]=g,t["toggle-justify-".concat(f)]=f!==undefined,t["toggle-alignment-".concat(x)]=x!==undefined,t["toggle-label-placement-".concat(b)]=true,t["toggle-".concat(y)]=true,t))},a("label",{key:"f8b3a215ad85b2cee611ad63449b584e1640f27f",class:"toggle-wrapper"},a("input",Object.assign({key:"f387b1ea840737a9737917e516834c887be99c09",type:"checkbox",role:"switch","aria-checked":"".concat(l),checked:l,disabled:g,id:m,onFocus:function(){return e.onFocus()},onBlur:function(){return e.onBlur()},ref:function(t){return e.focusEl=t}},this.inheritedAttributes)),a("div",{key:"936af880db59fe377cd2de9101eb28a1c4fb8914",class:{"label-text-wrapper":true,"label-text-wrapper-hidden":!this.hasLabel},part:"label"},a("slot",{key:"80a6672e2e792c15011a9496dcd75363cdba31c6"})),a("div",{key:"2b2b318b38ab27b194c0dab4cecd77d9d780f2ca",class:"native-wrapper"},this.renderToggleControl())))};Object.defineProperty(t.prototype,"el",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{disabled:["disabledChanged"]}},enumerable:false,configurable:true});return t}());var j=function(t,e,n,r){if(e){return!t&&r>n||t&&-r<n}else{return!t&&-r<n||t&&r>n}};var _=0;y.style={ios:x,md:v}}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{w as t}from"./p-7b30edcc.js";import{c as e}from"./p-0574e87e.js";import"./p-d836d43e.js";const o=()=>e.get("experimentalCloseWatcher",!1)&&void 0!==t&&"CloseWatcher"in t,n=()=>{document.addEventListener("backbutton",(()=>{}))},c=()=>{const e=document;let n=!1;const c=()=>{if(n)return;let t=0,o=[];const c=new CustomEvent("ionBackButton",{bubbles:!1,detail:{register(e,n){o.push({priority:e,handler:n,id:t++})}}});e.dispatchEvent(c);const i=()=>{if(o.length>0){let t={priority:Number.MIN_SAFE_INTEGER,handler:()=>{},id:-1};o.forEach((e=>{e.priority>=t.priority&&(t=e)})),n=!0,o=o.filter((e=>e.id!==t.id)),(async t=>{try{if(null==t?void 0:t.handler){const e=t.handler(i);null!=e&&await e}}catch(t){console.error(t)}})(t).then((()=>n=!1))}};i()};if(o()){let e;const o=()=>{null==e||e.destroy(),e=new t.CloseWatcher,e.onclose=()=>{c(),o()}};o()}else e.addEventListener("backbutton",c)},i=100,r=99;export{r as MENU_BACK_BUTTON_PRIORITY,i as OVERLAY_BACK_BUTTON_PRIORITY,n as blockHardwareBackButton,o as shouldUseCloseWatcher,c as startHardwareBackButton}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-25180df3.system.js","./p-4609d030.system.js","./p-a69b9fc5.system.js","./p-d8d84afa.system.js"],(function(e){"use strict";var r,n,s,t,i,a,o;return{setters:[function(e){r=e.r;n=e.h;s=e.f},function(e){t=e.c},function(e){i=e.c;a=e.b},function(e){o=e.S}],execute:function(){var l=":host{display:inline-block;position:relative;width:28px;height:28px;color:var(--color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.ion-color){color:var(--ion-color-base)}svg{-webkit-transform-origin:center;transform-origin:center;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}:host-context([dir=rtl]) svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){svg:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}:host(.spinner-lines) line,:host(.spinner-lines-small) line{stroke-width:7px}:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-width:4px}:host(.spinner-lines) line,:host(.spinner-lines-small) line,:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-linecap:round;stroke:currentColor}:host(.spinner-lines) svg,:host(.spinner-lines-small) svg,:host(.spinner-lines-sharp) svg,:host(.spinner-lines-sharp-small) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite}:host(.spinner-bubbles) svg{-webkit-animation:spinner-scale-out 1s linear infinite;animation:spinner-scale-out 1s linear infinite;fill:currentColor}:host(.spinner-circles) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite;fill:currentColor}:host(.spinner-crescent) circle{fill:transparent;stroke-width:4px;stroke-dasharray:128px;stroke-dashoffset:82px;stroke:currentColor}:host(.spinner-crescent) svg{-webkit-animation:spinner-rotate 1s linear infinite;animation:spinner-rotate 1s linear infinite}:host(.spinner-dots) circle{stroke-width:0;fill:currentColor}:host(.spinner-dots) svg{-webkit-animation:spinner-dots 1s linear infinite;animation:spinner-dots 1s linear infinite}:host(.spinner-circular) svg{-webkit-animation:spinner-circular linear infinite;animation:spinner-circular linear infinite}:host(.spinner-circular) circle{-webkit-animation:spinner-circular-inner ease-in-out infinite;animation:spinner-circular-inner ease-in-out infinite;stroke:currentColor;stroke-dasharray:80px, 200px;stroke-dashoffset:0px;stroke-width:5.6;fill:none}:host(.spinner-paused),:host(.spinner-paused) svg,:host(.spinner-paused) circle{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@-webkit-keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@-webkit-keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}@keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}";var c=l;var f=e("ion_spinner",function(){function e(e){r(this,e);this.color=undefined;this.duration=undefined;this.name=undefined;this.paused=false}e.prototype.getName=function(){var e=this.name||i.get("spinner");var r=a(this);if(e){return e}return r==="ios"?"lines":"circular"};e.prototype.render=function(){var e;var r;var l=this;var c=a(l);var f=l.getName();var d=(r=o[f])!==null&&r!==void 0?r:o["lines"];var k=typeof l.duration==="number"&&l.duration>10?l.duration:d.dur;var u=[];if(d.circles!==undefined){for(var h=0;h<d.circles;h++){u.push(p(d,k,h,d.circles))}}else if(d.lines!==undefined){for(var h=0;h<d.lines;h++){u.push(m(d,k,h,d.lines))}}return n(s,{key:"9d30ee9f5aa0dd0e220da07e75d05b8b2435224d",class:t(l.color,(e={},e[c]=true,e["spinner-".concat(f)]=true,e["spinner-paused"]=l.paused||i.getBoolean("_testing"),e)),role:"progressbar",style:d.elmDuration?{animationDuration:k+"ms"}:{}},u)};return e}());var p=function(e,r,s,t){var i=e.fn(r,s,t);i.style["animation-duration"]=r+"ms";return n("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},n("circle",{transform:i.transform||"translate(32,32)",cx:i.cx,cy:i.cy,r:i.r,style:e.elmDuration?{animationDuration:r+"ms"}:{}}))};var m=function(e,r,s,t){var i=e.fn(r,s,t);i.style["animation-duration"]=r+"ms";return n("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},n("line",{transform:"translate(32,32)",y1:i.y1,y2:i.y2}))};f.style=c}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as o,h as t,f as i,i as n,d as e}from"./p-d836d43e.js";import{r as a,t as s,a as r,b as d,g as c}from"./p-b51e4004.js";import{l as h}from"./p-da2b833b.js";import{c as l,b as p}from"./p-0574e87e.js";import{p as u}from"./p-06fee233.js";const g=class{constructor(t){o(this,t),this.updateListener=()=>this.updateState(!1),this.setItemDefaults=()=>{const o=this.getSlottedHeaderIonItem();o&&(o.button=!0,o.detail=!1,void 0===o.lines&&(o.lines="full"))},this.getSlottedHeaderIonItem=()=>{const{headerEl:o}=this;if(!o)return;const t=o.querySelector("slot");return t&&void 0!==t.assignedElements?t.assignedElements().find((o=>"ION-ITEM"===o.tagName)):void 0},this.setAria=(o=!1)=>{const t=this.getSlottedHeaderIonItem();if(!t)return;const i=c(t).querySelector("button");i&&i.setAttribute("aria-expanded",`${o}`)},this.slotToggleIcon=()=>{const o=this.getSlottedHeaderIonItem();if(!o)return;const{toggleIconSlot:t,toggleIcon:i}=this;if(o.querySelector(".ion-accordion-toggle-icon"))return;const n=document.createElement("ion-icon");n.slot=t,n.lazy=!1,n.classList.add("ion-accordion-toggle-icon"),n.icon=i,n.setAttribute("aria-hidden","true"),o.appendChild(n)},this.expandAccordion=(o=!1)=>{const{contentEl:t,contentElWrapper:i}=this;o||void 0===t||void 0===i?this.state=4:4!==this.state&&(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?a((()=>{this.state=8,this.currentRaf=a((async()=>{const o=i.offsetHeight,n=s(t,2e3);t.style.setProperty("max-height",`${o}px`),await n,this.state=4,t.style.removeProperty("max-height")}))})):this.state=4)},this.collapseAccordion=(o=!1)=>{const{contentEl:t}=this;o||void 0===t?this.state=1:1!==this.state&&(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?this.currentRaf=a((async()=>{t.style.setProperty("max-height",`${t.offsetHeight}px`),a((async()=>{const o=s(t,2e3);this.state=2,await o,this.state=1,t.style.removeProperty("max-height")}))})):this.state=1)},this.shouldAnimate=()=>"undefined"!=typeof window&&(!matchMedia("(prefers-reduced-motion: reduce)").matches&&!(!l.get("animated",!0)||this.accordionGroupEl&&!this.accordionGroupEl.animated)),this.updateState=async(o=!1)=>{const t=this.accordionGroupEl,i=this.value;if(!t)return;const n=t.value;if(Array.isArray(n)?n.includes(i):n===i)this.expandAccordion(o),this.isNext=this.isPrevious=!1;else{this.collapseAccordion(o);const t=this.getNextSibling(),i=null==t?void 0:t.value;void 0!==i&&(this.isPrevious=Array.isArray(n)?n.includes(i):n===i);const e=this.getPreviousSibling(),a=null==e?void 0:e.value;void 0!==a&&(this.isNext=Array.isArray(n)?n.includes(a):n===a)}},this.getNextSibling=()=>{if(!this.el)return;const o=this.el.nextElementSibling;return"ION-ACCORDION"===(null==o?void 0:o.tagName)?o:void 0},this.getPreviousSibling=()=>{if(!this.el)return;const o=this.el.previousElementSibling;return"ION-ACCORDION"===(null==o?void 0:o.tagName)?o:void 0},this.state=1,this.isNext=!1,this.isPrevious=!1,this.value="ion-accordion-"+b++,this.disabled=!1,this.readonly=!1,this.toggleIcon=h,this.toggleIconSlot="end"}valueChanged(){this.updateState()}connectedCallback(){var o;const t=this.accordionGroupEl=null===(o=this.el)||void 0===o?void 0:o.closest("ion-accordion-group");t&&(this.updateState(!0),r(t,"ionValueChange",this.updateListener))}disconnectedCallback(){const o=this.accordionGroupEl;o&&d(o,"ionValueChange",this.updateListener)}componentDidLoad(){this.setItemDefaults(),this.slotToggleIcon(),a((()=>{this.setAria(4===this.state||8===this.state)}))}toggleExpanded(){const{accordionGroupEl:o,disabled:t,readonly:i,value:n,state:e}=this;t||i||!o||o.requestAccordionToggle(n,1===e||2===e)}render(){const{disabled:o,readonly:n}=this,e=p(this),a=4===this.state||8===this.state,s=a?"header expanded":"header",r=a?"content expanded":"content";return this.setAria(a),t(i,{key:"073e1d02c18dcbc20c68648426e87c14750c031d",class:{[e]:!0,"accordion-expanding":8===this.state,"accordion-expanded":4===this.state,"accordion-collapsing":2===this.state,"accordion-collapsed":1===this.state,"accordion-next":this.isNext,"accordion-previous":this.isPrevious,"accordion-disabled":o,"accordion-readonly":n,"accordion-animated":this.shouldAnimate()}},t("div",{key:"9b4cf326de8bb6b4033992903c0c1bfd7eea9bcc",onClick:()=>this.toggleExpanded(),id:"header",part:s,"aria-controls":"content",ref:o=>this.headerEl=o},t("slot",{key:"464c32a37f64655eacf4218284214f5f30b14a1e",name:"header"})),t("div",{key:"8bb52e6a62d7de0106b253201a89a32e79d9a594",id:"content",part:r,role:"region","aria-labelledby":"header",ref:o=>this.contentEl=o},t("div",{key:"1d9dfd952ad493754aaeea7a8f625b33c2dd90a0",id:"content-wrapper",ref:o=>this.contentElWrapper=o},t("slot",{key:"970dfbc55a612d739d0ca3b7b1a08e5c96d0c479",name:"content"}))))}static get delegatesFocus(){return!0}get el(){return n(this)}static get watchers(){return{value:["valueChanged"]}}};let b=0;g.style={ios:":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}",md:":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}"};const x=class{constructor(t){o(this,t),this.ionChange=e(this,"ionChange",7),this.ionValueChange=e(this,"ionValueChange",7),this.animated=!0,this.multiple=void 0,this.value=void 0,this.disabled=!1,this.readonly=!1,this.expand="compact"}valueChanged(){const{value:o,multiple:t}=this;!t&&Array.isArray(o)&&u(`ion-accordion-group was passed an array of values, but multiple="false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".\n\n Value Passed: [${o.map((o=>`'${o}'`)).join(", ")}]\n`,this.el),this.ionValueChange.emit({value:this.value})}async disabledChanged(){const{disabled:o}=this,t=await this.getAccordions();for(const i of t)i.disabled=o}async readonlyChanged(){const{readonly:o}=this,t=await this.getAccordions();for(const i of t)i.readonly=o}async onKeydown(o){const t=document.activeElement;if(!t)return;if(!t.closest('ion-accordion [slot="header"]'))return;const i="ION-ACCORDION"===t.tagName?t:t.closest("ion-accordion");if(!i)return;if(i.closest("ion-accordion-group")!==this.el)return;const n=await this.getAccordions(),e=n.findIndex((o=>o===i));if(-1===e)return;let a;"ArrowDown"===o.key?a=this.findNextAccordion(n,e):"ArrowUp"===o.key?a=this.findPreviousAccordion(n,e):"Home"===o.key?a=n[0]:"End"===o.key&&(a=n[n.length-1]),void 0!==a&&a!==t&&a.focus()}async componentDidLoad(){this.disabled&&this.disabledChanged(),this.readonly&&this.readonlyChanged(),this.valueChanged()}setValue(o){const t=this.value=o;this.ionChange.emit({value:t})}async requestAccordionToggle(o,t){const{multiple:i,value:n,readonly:e,disabled:a}=this;if(!e&&!a)if(t)if(i){const t=null!=n?n:[],i=Array.isArray(t)?t:[t];void 0===i.find((t=>t===o))&&void 0!==o&&this.setValue([...i,o])}else this.setValue(o);else if(i){const t=null!=n?n:[],i=Array.isArray(t)?t:[t];this.setValue(i.filter((t=>t!==o)))}else this.setValue(void 0)}findNextAccordion(o,t){const i=o[t+1];return void 0===i?o[0]:i}findPreviousAccordion(o,t){const i=o[t-1];return void 0===i?o[o.length-1]:i}async getAccordions(){return Array.from(this.el.querySelectorAll(":scope > ion-accordion"))}render(){const{disabled:o,readonly:n,expand:e}=this,a=p(this);return t(i,{key:"82f3e77066fabb4736638ee4c487ad56efd39c63",class:{[a]:!0,"accordion-group-disabled":o,"accordion-group-readonly":n,[`accordion-group-expand-${e}`]:!0},role:"presentation"},t("slot",{key:"a3c791ea887fc640b512f81d429be465ae902b3d"}))}get el(){return n(this)}static get watchers(){return{value:["valueChanged"],disabled:["disabledChanged"],readonly:["readonlyChanged"]}}};x.style={ios:":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}",md:":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;border-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous){border-end-end-radius:6px;border-end-start-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next){border-start-start-radius:6px;border-start-end-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion):first-of-type{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}"};export{g as ion_accordion,x as ion_accordion_group}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(n,t,e,i){function r(n){return n instanceof e?n:new e((function(t){t(n)}))}return new(e||(e=Promise))((function(e,o){function a(n){try{s(i.next(n))}catch(n){o(n)}}function c(n){try{s(i["throw"](n))}catch(n){o(n)}}function s(n){n.done?e(n.value):r(n.value).then(a,c)}s((i=i.apply(n,t||[])).next())}))};var __generator=this&&this.__generator||function(n,t){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,r,o,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(n){return function(t){return s([n,t])}}function s(c){if(i)throw new TypeError("Generator is already executing.");while(a&&(a=0,c[0]&&(e=0)),e)try{if(i=1,r&&(o=c[0]&2?r["return"]:c[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;if(r=0,o)c=[c[0]&2,o.value];switch(c[0]){case 0:case 1:o=c;break;case 4:e.label++;return{value:c[1],done:false};case 5:e.label++;r=c[1];c=[0];continue;case 7:c=e.ops.pop();e.trys.pop();continue;default:if(!(o=e.trys,o=o.length>0&&o[o.length-1])&&(c[0]===6||c[0]===2)){e=0;continue}if(c[0]===3&&(!o||c[1]>o[0]&&c[1]<o[3])){e.label=c[1];break}if(c[0]===6&&e.label<o[1]){e.label=o[1];o=c;break}if(o&&e.label<o[2]){e.label=o[2];e.ops.push(c);break}if(o[2])e.ops.pop();e.trys.pop();continue}c=t.call(n,e)}catch(n){c=[6,n];r=0}finally{i=o=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(n,t,e){if(e||arguments.length===2)for(var i=0,r=t.length,o;i<r;i++){if(o||!(i in t)){if(!o)o=Array.prototype.slice.call(t,0,i);o[i]=t[i]}}return n.concat(o||Array.prototype.slice.call(t))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-25180df3.system.js","./p-3ad285e3.system.js","./p-1e955a45.system.js","./p-a69b9fc5.system.js","./p-ff4b7e40.system.js"],(function(n){"use strict";var t,e,i,r,o,a,c,s,d,u,f,h,l,p;return{setters:[function(n){t=n.r;e=n.h;i=n.f;r=n.i;o=n.d},function(n){a=n.r;c=n.t;s=n.a;d=n.b;u=n.g},function(n){f=n.l},function(n){h=n.c;l=n.b},function(n){p=n.p}],execute:function(){var v=":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}";var b=v;var g=":host{display:block;position:relative;width:100%;background-color:var(--ion-background-color, #ffffff);overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}";var x=g;var m=n("ion_accordion",function(){function n(n){var e=this;t(this,n);this.updateListener=function(){return e.updateState(false)};this.setItemDefaults=function(){var n=e.getSlottedHeaderIonItem();if(!n){return}n.button=true;n.detail=false;if(n.lines===undefined){n.lines="full"}};this.getSlottedHeaderIonItem=function(){var n=e.headerEl;if(!n){return}var t=n.querySelector("slot");if(!t){return}if(t.assignedElements===undefined)return;return t.assignedElements().find((function(n){return n.tagName==="ION-ITEM"}))};this.setAria=function(n){if(n===void 0){n=false}var t=e.getSlottedHeaderIonItem();if(!t){return}var i=u(t);var r=i.querySelector("button");if(!r){return}r.setAttribute("aria-expanded","".concat(n))};this.slotToggleIcon=function(){var n=e.getSlottedHeaderIonItem();if(!n){return}var t=e,i=t.toggleIconSlot,r=t.toggleIcon;var o=n.querySelector(".ion-accordion-toggle-icon");if(o){return}var a=document.createElement("ion-icon");a.slot=i;a.lazy=false;a.classList.add("ion-accordion-toggle-icon");a.icon=r;a.setAttribute("aria-hidden","true");n.appendChild(a)};this.expandAccordion=function(n){if(n===void 0){n=false}var t=e,i=t.contentEl,r=t.contentElWrapper;if(n||i===undefined||r===undefined){e.state=4;return}if(e.state===4){return}if(e.currentRaf!==undefined){cancelAnimationFrame(e.currentRaf)}if(e.shouldAnimate()){a((function(){e.state=8;e.currentRaf=a((function(){return __awaiter(e,void 0,void 0,(function(){var n,t;return __generator(this,(function(e){switch(e.label){case 0:n=r.offsetHeight;t=c(i,2e3);i.style.setProperty("max-height","".concat(n,"px"));return[4,t];case 1:e.sent();this.state=4;i.style.removeProperty("max-height");return[2]}}))}))}))}))}else{e.state=4}};this.collapseAccordion=function(n){if(n===void 0){n=false}var t=e.contentEl;if(n||t===undefined){e.state=1;return}if(e.state===1){return}if(e.currentRaf!==undefined){cancelAnimationFrame(e.currentRaf)}if(e.shouldAnimate()){e.currentRaf=a((function(){return __awaiter(e,void 0,void 0,(function(){var n;var e=this;return __generator(this,(function(i){n=t.offsetHeight;t.style.setProperty("max-height","".concat(n,"px"));a((function(){return __awaiter(e,void 0,void 0,(function(){var n;return __generator(this,(function(e){switch(e.label){case 0:n=c(t,2e3);this.state=2;return[4,n];case 1:e.sent();this.state=1;t.style.removeProperty("max-height");return[2]}}))}))}));return[2]}))}))}))}else{e.state=1}};this.shouldAnimate=function(){if(typeof window==="undefined"){return false}var n=matchMedia("(prefers-reduced-motion: reduce)").matches;if(n){return false}var t=h.get("animated",true);if(!t){return false}if(e.accordionGroupEl&&!e.accordionGroupEl.animated){return false}return true};this.updateState=function(){var n=[];for(var t=0;t<arguments.length;t++){n[t]=arguments[t]}return __awaiter(e,__spreadArray([],n,true),void 0,(function(n){var t,e,i,r,o,a,c,s;if(n===void 0){n=false}return __generator(this,(function(d){t=this.accordionGroupEl;e=this.value;if(!t){return[2]}i=t.value;r=Array.isArray(i)?i.includes(e):i===e;if(r){this.expandAccordion(n);this.isNext=this.isPrevious=false}else{this.collapseAccordion(n);o=this.getNextSibling();a=o===null||o===void 0?void 0:o.value;if(a!==undefined){this.isPrevious=Array.isArray(i)?i.includes(a):i===a}c=this.getPreviousSibling();s=c===null||c===void 0?void 0:c.value;if(s!==undefined){this.isNext=Array.isArray(i)?i.includes(s):i===s}}return[2]}))}))};this.getNextSibling=function(){if(!e.el){return}var n=e.el.nextElementSibling;if((n===null||n===void 0?void 0:n.tagName)!=="ION-ACCORDION"){return}return n};this.getPreviousSibling=function(){if(!e.el){return}var n=e.el.previousElementSibling;if((n===null||n===void 0?void 0:n.tagName)!=="ION-ACCORDION"){return}return n};this.state=1;this.isNext=false;this.isPrevious=false;this.value="ion-accordion-".concat(w++);this.disabled=false;this.readonly=false;this.toggleIcon=f;this.toggleIconSlot="end"}n.prototype.valueChanged=function(){this.updateState()};n.prototype.connectedCallback=function(){var n;var t=this.accordionGroupEl=(n=this.el)===null||n===void 0?void 0:n.closest("ion-accordion-group");if(t){this.updateState(true);s(t,"ionValueChange",this.updateListener)}};n.prototype.disconnectedCallback=function(){var n=this.accordionGroupEl;if(n){d(n,"ionValueChange",this.updateListener)}};n.prototype.componentDidLoad=function(){var n=this;this.setItemDefaults();this.slotToggleIcon();a((function(){var t=n.state===4||n.state===8;n.setAria(t)}))};n.prototype.toggleExpanded=function(){var n=this,t=n.accordionGroupEl,e=n.disabled,i=n.readonly,r=n.value,o=n.state;if(e||i)return;if(t){var a=o===1||o===2;t.requestAccordionToggle(r,a)}};n.prototype.render=function(){var n;var t=this;var r=this,o=r.disabled,a=r.readonly;var c=l(this);var s=this.state===4||this.state===8;var d=s?"header expanded":"header";var u=s?"content expanded":"content";this.setAria(s);return e(i,{key:"073e1d02c18dcbc20c68648426e87c14750c031d",class:(n={},n[c]=true,n["accordion-expanding"]=this.state===8,n["accordion-expanded"]=this.state===4,n["accordion-collapsing"]=this.state===2,n["accordion-collapsed"]=this.state===1,n["accordion-next"]=this.isNext,n["accordion-previous"]=this.isPrevious,n["accordion-disabled"]=o,n["accordion-readonly"]=a,n["accordion-animated"]=this.shouldAnimate(),n)},e("div",{key:"9b4cf326de8bb6b4033992903c0c1bfd7eea9bcc",onClick:function(){return t.toggleExpanded()},id:"header",part:d,"aria-controls":"content",ref:function(n){return t.headerEl=n}},e("slot",{key:"464c32a37f64655eacf4218284214f5f30b14a1e",name:"header"})),e("div",{key:"8bb52e6a62d7de0106b253201a89a32e79d9a594",id:"content",part:u,role:"region","aria-labelledby":"header",ref:function(n){return t.contentEl=n}},e("div",{key:"1d9dfd952ad493754aaeea7a8f625b33c2dd90a0",id:"content-wrapper",ref:function(n){return t.contentElWrapper=n}},e("slot",{key:"970dfbc55a612d739d0ca3b7b1a08e5c96d0c479",name:"content"}))))};Object.defineProperty(n,"delegatesFocus",{get:function(){return true},enumerable:false,configurable:true});Object.defineProperty(n.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(n,"watchers",{get:function(){return{value:["valueChanged"]}},enumerable:false,configurable:true});return n}());var w=0;m.style={ios:b,md:x};var y=":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}";var _=y;var k=":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;border-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous){border-end-end-radius:6px;border-end-start-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next){border-start-start-radius:6px;border-start-end-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion):first-of-type{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}";var A=k;var C=n("ion_accordion_group",function(){function n(n){t(this,n);this.ionChange=o(this,"ionChange",7);this.ionValueChange=o(this,"ionValueChange",7);this.animated=true;this.multiple=undefined;this.value=undefined;this.disabled=false;this.readonly=false;this.expand="compact"}n.prototype.valueChanged=function(){var n=this,t=n.value,e=n.multiple;if(!e&&Array.isArray(t)){p('ion-accordion-group was passed an array of values, but multiple="false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".\n\n Value Passed: ['.concat(t.map((function(n){return"'".concat(n,"'")})).join(", "),"]\n"),this.el)}this.ionValueChange.emit({value:this.value})};n.prototype.disabledChanged=function(){return __awaiter(this,void 0,void 0,(function(){var n,t,e,i,r;return __generator(this,(function(o){switch(o.label){case 0:n=this.disabled;return[4,this.getAccordions()];case 1:t=o.sent();for(e=0,i=t;e<i.length;e++){r=i[e];r.disabled=n}return[2]}}))}))};n.prototype.readonlyChanged=function(){return __awaiter(this,void 0,void 0,(function(){var n,t,e,i,r;return __generator(this,(function(o){switch(o.label){case 0:n=this.readonly;return[4,this.getAccordions()];case 1:t=o.sent();for(e=0,i=t;e<i.length;e++){r=i[e];r.readonly=n}return[2]}}))}))};n.prototype.onKeydown=function(n){return __awaiter(this,void 0,void 0,(function(){var t,e,i,r,o,a,c;return __generator(this,(function(s){switch(s.label){case 0:t=document.activeElement;if(!t){return[2]}e=t.closest('ion-accordion [slot="header"]');if(!e){return[2]}i=t.tagName==="ION-ACCORDION"?t:t.closest("ion-accordion");if(!i){return[2]}r=i.closest("ion-accordion-group");if(r!==this.el){return[2]}return[4,this.getAccordions()];case 1:o=s.sent();a=o.findIndex((function(n){return n===i}));if(a===-1){return[2]}if(n.key==="ArrowDown"){c=this.findNextAccordion(o,a)}else if(n.key==="ArrowUp"){c=this.findPreviousAccordion(o,a)}else if(n.key==="Home"){c=o[0]}else if(n.key==="End"){c=o[o.length-1]}if(c!==undefined&&c!==t){c.focus()}return[2]}}))}))};n.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){if(this.disabled){this.disabledChanged()}if(this.readonly){this.readonlyChanged()}this.valueChanged();return[2]}))}))};n.prototype.setValue=function(n){var t=this.value=n;this.ionChange.emit({value:t})};n.prototype.requestAccordionToggle=function(n,t){return __awaiter(this,void 0,void 0,(function(){var e,i,r,o,a,c,s,d,c,s;return __generator(this,(function(u){e=this,i=e.multiple,r=e.value,o=e.readonly,a=e.disabled;if(o||a){return[2]}if(t){if(i){c=r!==null&&r!==void 0?r:[];s=Array.isArray(c)?c:[c];d=s.find((function(t){return t===n}));if(d===undefined&&n!==undefined){this.setValue(__spreadArray(__spreadArray([],s,true),[n],false))}}else{this.setValue(n)}}else{if(i){c=r!==null&&r!==void 0?r:[];s=Array.isArray(c)?c:[c];this.setValue(s.filter((function(t){return t!==n})))}else{this.setValue(undefined)}}return[2]}))}))};n.prototype.findNextAccordion=function(n,t){var e=n[t+1];if(e===undefined){return n[0]}return e};n.prototype.findPreviousAccordion=function(n,t){var e=n[t-1];if(e===undefined){return n[n.length-1]}return e};n.prototype.getAccordions=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,Array.from(this.el.querySelectorAll(":scope > ion-accordion"))]}))}))};n.prototype.render=function(){var n;var t=this,r=t.disabled,o=t.readonly,a=t.expand;var c=l(this);return e(i,{key:"82f3e77066fabb4736638ee4c487ad56efd39c63",class:(n={},n[c]=true,n["accordion-group-disabled"]=r,n["accordion-group-readonly"]=o,n["accordion-group-expand-".concat(a)]=true,n),role:"presentation"},e("slot",{key:"a3c791ea887fc640b512f81d429be465ae902b3d"}))};Object.defineProperty(n.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(n,"watchers",{get:function(){return{value:["valueChanged"],disabled:["disabledChanged"],readonly:["readonlyChanged"]}},enumerable:false,configurable:true});return n}());C.style={ios:_,md:A}}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-25180df3.system.js","./p-4609d030.system.js","./p-a69b9fc5.system.js"],(function(o){"use strict";var i,r,n,t,a;return{setters:[function(o){i=o.r;r=o.h;n=o.f},function(o){t=o.c},function(o){a=o.b}],execute:function(){var e=":host{--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.12);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.87);border-radius:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:4px;margin-inline-end:4px;margin-top:4px;margin-bottom:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px;display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-align:center;align-items:center;min-height:32px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);cursor:pointer;overflow:hidden;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.chip-disabled){cursor:default;opacity:0.4;pointer-events:none}:host(.ion-color){background:rgba(var(--ion-color-base-rgb), 0.08);color:var(--ion-color-shade)}:host(.ion-color:focus){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.ion-color.ion-activated){background:rgba(var(--ion-color-base-rgb), 0.16)}:host(.chip-outline){border-width:1px;border-style:solid}:host(.chip-outline){border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.32);background:transparent}:host(.chip-outline.ion-color){border-color:rgba(var(--ion-color-base-rgb), 0.32)}:host(.chip-outline:not(.ion-color):focus){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}:host(.chip-outline.ion-activated:not(.ion-color)){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)}::slotted(ion-icon){font-size:1.4285714286em}:host(:not(.ion-color)) ::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}::slotted(ion-icon:first-child){-webkit-margin-start:-4px;margin-inline-start:-4px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-icon:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-4px;margin-inline-end:-4px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar){-ms-flex-negative:0;flex-shrink:0;width:1.7142857143em;height:1.7142857143em}::slotted(ion-avatar:first-child){-webkit-margin-start:-8px;margin-inline-start:-8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-8px;margin-inline-end:-8px;margin-top:-4px;margin-bottom:-4px}:host(:focus){outline:none}:host(:focus){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-activated){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@media (any-hover: hover){:host(:hover){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-color:hover){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.chip-outline:not(.ion-color):hover){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}}:host{font-size:clamp(13px, 0.875rem, 22px)}";var l=e;var g=":host{--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.12);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.87);border-radius:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:4px;margin-inline-end:4px;margin-top:4px;margin-bottom:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px;display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-align:center;align-items:center;min-height:32px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);cursor:pointer;overflow:hidden;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.chip-disabled){cursor:default;opacity:0.4;pointer-events:none}:host(.ion-color){background:rgba(var(--ion-color-base-rgb), 0.08);color:var(--ion-color-shade)}:host(.ion-color:focus){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.ion-color.ion-activated){background:rgba(var(--ion-color-base-rgb), 0.16)}:host(.chip-outline){border-width:1px;border-style:solid}:host(.chip-outline){border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.32);background:transparent}:host(.chip-outline.ion-color){border-color:rgba(var(--ion-color-base-rgb), 0.32)}:host(.chip-outline:not(.ion-color):focus){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}:host(.chip-outline.ion-activated:not(.ion-color)){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)}::slotted(ion-icon){font-size:1.4285714286em}:host(:not(.ion-color)) ::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}::slotted(ion-icon:first-child){-webkit-margin-start:-4px;margin-inline-start:-4px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-icon:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-4px;margin-inline-end:-4px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar){-ms-flex-negative:0;flex-shrink:0;width:1.7142857143em;height:1.7142857143em}::slotted(ion-avatar:first-child){-webkit-margin-start:-8px;margin-inline-start:-8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:-4px;margin-bottom:-4px}::slotted(ion-avatar:last-child){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:-8px;margin-inline-end:-8px;margin-top:-4px;margin-bottom:-4px}:host(:focus){outline:none}:host(:focus){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-activated){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@media (any-hover: hover){:host(:hover){--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.16)}:host(.ion-color:hover){background:rgba(var(--ion-color-base-rgb), 0.12)}:host(.chip-outline:not(.ion-color):hover){background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.04)}}:host{font-size:0.875rem}";var s=g;var b=o("ion_chip",function(){function o(o){i(this,o);this.color=undefined;this.outline=false;this.disabled=false}o.prototype.render=function(){var o;var i=a(this);return r(n,{key:"fa2e9a4837ef87a17ef10f388e8caa7f604d9145","aria-disabled":this.disabled?"true":null,class:t(this.color,(o={},o[i]=true,o["chip-outline"]=this.outline,o["chip-disabled"]=this.disabled,o["ion-activatable"]=true,o))},r("slot",{key:"3793fbd9d915cef7241fb101e2bc64c08b9ba482"}),i==="md"&&r("ion-ripple-effect",{key:"d3b95b53918611dec095a50f2aaaab65617947a4"}))};return o}());b.style={ios:l,md:s}}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ const o="ion-focused",t=["Tab","ArrowDown","Space","Escape"," ","Shift","Enter","ArrowLeft","ArrowRight","ArrowUp","Home","End","Meta"],e=e=>{let s=[],n=!0;const c=e?e.shadowRoot:document,u=e||document.body,r=t=>{s.forEach((t=>t.classList.remove(o))),t.forEach((t=>t.classList.add(o))),s=t},d=()=>{n=!1,r([])},f=o=>{n=t.includes(o.key),n||r([])},i=o=>{if(n&&void 0!==o.composedPath){const t=o.composedPath().filter((o=>!!o.classList&&o.classList.contains("ion-focusable")));r(t)}n=!0},w=()=>{c.activeElement===u&&r([])};return c.addEventListener("keydown",f),c.addEventListener("focusin",i),c.addEventListener("focusout",w),c.addEventListener("touchstart",d,{passive:!0}),c.addEventListener("mousedown",d),{destroy:()=>{c.removeEventListener("keydown",f),c.removeEventListener("focusin",i),c.removeEventListener("focusout",w),c.removeEventListener("touchstart",d),c.removeEventListener("mousedown",d)},setFocus:r}};export{e as startFocusVisible}
@@ -1,4 +1,4 @@
1
1
  var __spreadArray=this&&this.__spreadArray||function(r,n,e){if(e||arguments.length===2)for(var u=0,t=n.length,a;u<t;u++){if(a||!(u in n)){if(!a)a=Array.prototype.slice.call(n,0,u);a[u]=n[u]}}return r.concat(a||Array.prototype.slice.call(n))};
2
2
  /*!
3
3
  * (C) Ionic http://ionicframework.com - MIT License
4
- */System.register(["./p-556778bd.system.js"],(function(r){"use strict";var n;return{setters:[function(r){n=r.p}],execute:function(){r({s:h,u:T});var e=r("c",(function(r,n){return r.month===n.month&&r.day===n.day&&r.year===n.year}));var u=r("i",(function(r,n){return!!(r.year<n.year||r.year===n.year&&r.month<n.month||r.year===n.year&&r.month===n.month&&r.day!==null&&r.day<n.day)}));var t=r("b",(function(r,n){return!!(r.year>n.year||r.year===n.year&&r.month>n.month||r.year===n.year&&r.month===n.month&&r.day!==null&&r.day>n.day)}));var a=r("w",(function(r,e,a){var i=Array.isArray(r)?r:[r];for(var f=0,d=i;f<d.length;f++){var v=d[f];if(e!==undefined&&u(v,e)||a!==undefined&&t(v,a)){n("The value provided to ion-datetime is out of bounds.\n\n"+"Min: ".concat(JSON.stringify(e),"\n")+"Max: ".concat(JSON.stringify(a),"\n")+"Value: ".concat(JSON.stringify(r)));break}}}));var i=function(r){return r%4===0&&r%100!==0||r%400===0};var f=r("L",(function(r,n){if(n!==undefined){return n}var e=new Intl.DateTimeFormat(r,{hour:"numeric"});var u=e.resolvedOptions();if(u.hourCycle!==undefined){return u.hourCycle}var t=new Date("5/18/2021 00:00");var a=e.formatToParts(t);var i=a.find((function(r){return r.type==="hour"}));if(!i){throw new Error("Hour value not found from DateTimeFormat")}switch(i.value){case"0":return"h11";case"12":return"h12";case"00":return"h23";case"24":return"h24";default:throw new Error('Invalid hour cycle "'.concat(n,'"'))}}));var d=function(r){return r==="h23"||r==="h24"};var v=r("A",(function(r,n){return r===4||r===6||r===9||r===11?30:r===2?i(n)?29:28:31}));var o=r("F",(function(r,n){if(n===void 0){n={month:"numeric",year:"numeric"}}var e=new Intl.DateTimeFormat(r,n).formatToParts(new Date);return e[0].type==="month"}));var l=r("H",(function(r){var n=new Intl.DateTimeFormat(r,{hour:"numeric"}).formatToParts(new Date);return n[0].type==="dayPeriod"}));var c=/^(\d{4}|[+\-]\d{6})(?:-(\d{2})(?:-(\d{2}))?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/;var m=/^((\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/;var y=r("t",(function(r){if(r===undefined){return}var n=r;if(typeof r==="string"){n=r.replace(/\[|\]|\s/g,"").split(",")}var e;if(Array.isArray(n)){e=n.map((function(r){return parseInt(r,10)})).filter(isFinite)}else{e=[n]}return e}));var s=r("f",(function(r){return{month:parseInt(r.getAttribute("data-month"),10),day:parseInt(r.getAttribute("data-day"),10),year:parseInt(r.getAttribute("data-year"),10),dayOfWeek:parseInt(r.getAttribute("data-day-of-week"),10)}}));function h(r){if(Array.isArray(r)){var e=[];for(var u=0,t=r;u<t.length;u++){var a=t[u];var i=h(a);if(!i){return undefined}e.push(i)}return e}var f=null;if(r!=null&&r!==""){f=m.exec(r);if(f){f.unshift(undefined,undefined);f[2]=f[3]=undefined}else{f=c.exec(r)}}if(f===null){n("Unable to parse date string: ".concat(r,". Please provide a valid ISO 8601 datetime string."));return undefined}for(var d=1;d<8;d++){f[d]=f[d]!==undefined?parseInt(f[d],10):undefined}return{year:f[1],month:f[2],day:f[3],hour:f[4],minute:f[5],ampm:f[4]<12?"am":"pm"}}var w=r("P",(function(r,n,e){if(n&&u(r,n)){return n}else if(e&&t(r,e)){return e}return r}));var p=r("Q",(function(r){return r>=12?"pm":"am"}));var O=r("r",(function(r,n){var e=h(r);if(e===undefined){return}var u=e.month,t=e.day,a=e.year,i=e.hour,f=e.minute;var d=a!==null&&a!==void 0?a:n.year;var o=u!==null&&u!==void 0?u:12;return{month:o,day:t!==null&&t!==void 0?t:v(o,d),year:d,hour:i!==null&&i!==void 0?i:23,minute:f!==null&&f!==void 0?f:59}}));var b=r("q",(function(r,n){var e=h(r);if(e===undefined){return}var u=e.month,t=e.day,a=e.year,i=e.hour,f=e.minute;return{month:u!==null&&u!==void 0?u:1,day:t!==null&&t!==void 0?t:1,year:a!==null&&a!==void 0?a:n.year,hour:i!==null&&i!==void 0?i:0,minute:f!==null&&f!==void 0?f:0}}));var I=function(r){return("0"+(r!==undefined?Math.abs(r):"0")).slice(-2)};var j=function(r){return("000"+(r!==undefined?Math.abs(r):"0")).slice(-4)};function T(r){if(Array.isArray(r)){return r.map((function(r){return T(r)}))}var n="";if(r.year!==undefined){n=j(r.year);if(r.month!==undefined){n+="-"+I(r.month);if(r.day!==undefined){n+="-"+I(r.day);if(r.hour!==undefined){n+="T".concat(I(r.hour),":").concat(I(r.minute),":00")}}}}else if(r.hour!==undefined){n=I(r.hour)+":"+I(r.minute)}return n}var D=function(r,n){if(n===undefined){return r}if(n==="am"){if(r===12){return 0}return r}if(r===12){return 12}return r+12};var A=r("l",(function(r){var n=r.dayOfWeek;if(n===null||n===undefined){throw new Error("No day of week provided")}return C(r,n)}));var _=r("k",(function(r){var n=r.dayOfWeek;if(n===null||n===undefined){throw new Error("No day of week provided")}return U(r,6-n)}));var x=r("n",(function(r){return U(r,1)}));var M=r("m",(function(r){return C(r,1)}));var Z=r("o",(function(r){return C(r,7)}));var k=r("p",(function(r){return U(r,7)}));var C=function(r,n){var e=r.month,u=r.day,t=r.year;if(u===null){throw new Error("No day provided")}var a={month:e,day:u,year:t};a.day=u-n;if(a.day<1){a.month-=1}if(a.month<1){a.month=12;a.year-=1}if(a.day<1){var i=v(a.month,a.year);a.day=i+a.day}return a};var U=function(r,n){var e=r.month,u=r.day,t=r.year;if(u===null){throw new Error("No day provided")}var a={month:e,day:u,year:t};var i=v(e,t);a.day=u+n;if(a.day>i){a.day-=i;a.month+=1}if(a.month>12){a.month=1;a.year+=1}return a};var g=r("d",(function(r){var n=r.month===1?12:r.month-1;var e=r.month===1?r.year-1:r.year;var u=v(n,e);var t=u<r.day?u:r.day;return{month:n,year:e,day:t}}));var E=r("e",(function(r){var n=r.month===12?1:r.month+1;var e=r.month===12?r.year+1:r.year;var u=v(n,e);var t=u<r.day?u:r.day;return{month:n,year:e,day:t}}));var N=function(r,n){var e=r.month;var u=r.year+n;var t=v(e,u);var a=t<r.day?t:r.day;return{month:e,year:u,day:a}};var G=r("j",(function(r){return N(r,-1)}));var P=r("h",(function(r){return N(r,1)}));var S=function(r,n,e){if(n){return r}return D(r,e)};var F=r("R",(function(r,n){var e=r.ampm,u=r.hour;var t=u;if(e==="am"&&n==="pm"){t=D(t,"pm")}else if(e==="pm"&&n==="am"){t=Math.abs(t-12)}return t}));var J=r("v",(function(r,n,u){var t=r.month,a=r.day,i=r.year;var f=w(Object.assign({},r),n,u);var d=v(t,i);if(a!==null&&d<a){f.day=d}if(n!==undefined&&e(f,n)){if(f.hour!==undefined&&n.hour!==undefined){if(f.hour<n.hour){f.hour=n.hour;f.minute=n.minute}else if(f.hour===n.hour&&f.minute!==undefined&&n.minute!==undefined&&f.minute<n.minute){f.minute=n.minute}}}if(u!==undefined&&e(r,u)){if(f.hour!==undefined&&u.hour!==undefined){if(f.hour>u.hour){f.hour=u.hour;f.minute=u.minute}else if(f.hour===u.hour&&f.minute!==undefined&&u.minute!==undefined&&f.minute>u.minute){f.minute=u.minute}}}return f}));var W=r("y",(function(r){var n=r.refParts,a=r.monthValues,i=r.dayValues,f=r.yearValues,d=r.hourValues,v=r.minuteValues,o=r.minParts,l=r.maxParts;var c=n.hour,m=n.minute,y=n.day,s=n.month,h=n.year;var w=Object.assign(Object.assign({},n),{dayOfWeek:undefined});if(f!==undefined){var O=f.filter((function(r){if(o!==undefined&&r<o.year){return false}if(l!==undefined&&r>l.year){return false}return true}));w.year=H(h,O)}if(a!==undefined){var b=a.filter((function(r){if(o!==undefined&&w.year===o.year&&r<o.month){return false}if(l!==undefined&&w.year===l.year&&r>l.month){return false}return true}));w.month=H(s,b)}if(y!==null&&i!==undefined){var I=i.filter((function(r){if(o!==undefined&&u(Object.assign(Object.assign({},w),{day:r}),o)){return false}if(l!==undefined&&t(Object.assign(Object.assign({},w),{day:r}),l)){return false}return true}));w.day=H(y,I)}if(c!==undefined&&d!==undefined){var j=d.filter((function(r){if((o===null||o===void 0?void 0:o.hour)!==undefined&&e(w,o)&&r<o.hour){return false}if((l===null||l===void 0?void 0:l.hour)!==undefined&&e(w,l)&&r>l.hour){return false}return true}));w.hour=H(c,j);w.ampm=p(w.hour)}if(m!==undefined&&v!==undefined){var T=v.filter((function(r){if((o===null||o===void 0?void 0:o.minute)!==undefined&&e(w,o)&&w.hour===o.hour&&r<o.minute){return false}if((l===null||l===void 0?void 0:l.minute)!==undefined&&e(w,l)&&w.hour===l.hour&&r>l.minute){return false}return true}));w.minute=H(m,T)}return w}));var H=function(r,n){var e=n[0];var u=Math.abs(e-r);for(var t=1;t<n.length;t++){var a=n[t];var i=Math.abs(a-r);if(i<u){e=a;u=i}}return e};var R=function(r){if(r===undefined){return""}return r.toUpperCase()};var $=function(r){return Object.assign(Object.assign({},r),{timeZone:"UTC",timeZoneName:undefined})};var q=r("M",(function(r,n,e,u){if(u===void 0){u={hour:"numeric",minute:"numeric"}}var t={hour:n.hour,minute:n.minute};if(t.hour===undefined||t.minute===undefined){return"Invalid Time"}return new Intl.DateTimeFormat(r,Object.assign(Object.assign({},$(u)),{hourCycle:e})).format(new Date(T(Object.assign({year:2023,day:1,month:1},t))+"Z"))}));var z=function(r){var n=r.toString();if(n.length>1){return n}return"0".concat(n)};var B=function(r,n){if(r===0){switch(n){case"h11":return"0";case"h12":return"12";case"h23":return"00";case"h24":return"24";default:throw new Error('Invalid hour cycle "'.concat(n,'"'))}}var e=d(n);if(e){return z(r)}return r.toString()};var K=r("g",(function(r,n,e){if(e.day===null){return null}var u=X(e);var t=new Intl.DateTimeFormat(r,{weekday:"long",month:"long",day:"numeric",timeZone:"UTC"}).format(u);return n?"Today, ".concat(t):t}));var L=r("J",(function(r,n){var e=X(n);return new Intl.DateTimeFormat(r,{month:"long",year:"numeric",timeZone:"UTC"}).format(e)}));var Q=r("a",(function(r,n){return rr(r,n,{day:"numeric"}).find((function(r){return r.type==="day"})).value}));var V=function(r,n){return Y(r,n,{year:"numeric"})};var X=function(r){var n,e,u;var t=r.hour!==undefined&&r.minute!==undefined?" ".concat(r.hour,":").concat(r.minute):"";return new Date("".concat((n=r.month)!==null&&n!==void 0?n:1,"/").concat((e=r.day)!==null&&e!==void 0?e:1,"/").concat((u=r.year)!==null&&u!==void 0?u:2023).concat(t," GMT+0000"))};var Y=r("N",(function(r,n,e){var u=X(n);return nr(r,$(e)).format(u)}));var rr=function(r,n,e){var u=X(n);return nr(r,e).formatToParts(u)};var nr=function(r,n){return new Intl.DateTimeFormat(r,Object.assign(Object.assign({},n),{timeZone:"UTC"}))};var er=function(r){if("RelativeTimeFormat"in Intl){var n=new Intl.RelativeTimeFormat(r,{numeric:"auto"}).format(0,"day");return n.charAt(0).toUpperCase()+n.slice(1)}else{return"Today"}};var ur=function(r){var n=r.getTimezoneOffset();r.setMinutes(r.getMinutes()-n);return r};var tr=ur(new Date("2022T01:00"));var ar=ur(new Date("2022T13:00"));var ir=function(r,n){var e=n==="am"?tr:ar;var u=new Intl.DateTimeFormat(r,{hour:"numeric",timeZone:"UTC"}).formatToParts(e).find((function(r){return r.type==="dayPeriod"}));if(u){return u.value}return R(n)};var fr=r("O",(function(r){return Array.isArray(r)?r.join(","):r}));var dr=r("x",(function(){return ur(new Date).toISOString()}));var vr=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59];var or=[0,1,2,3,4,5,6,7,8,9,10,11];var lr=[0,1,2,3,4,5,6,7,8,9,10,11];var cr=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23];var mr=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0];var yr=r("I",(function(r,n,e){if(e===void 0){e=0}var u=n==="ios"?"short":"narrow";var t=new Intl.DateTimeFormat(r,{weekday:u});var a=new Date("11/01/2020");var i=[];for(var f=e;f<e+7;f++){var d=new Date(a);d.setDate(d.getDate()+f);i.push(t.format(d))}return i}));var sr=r("K",(function(r,n,e){var u=v(r,n);var t=new Date("".concat(r,"/1/").concat(n)).getDay();var a=t>=e?t-(e+1):6-(e-t);var i=[];for(var f=1;f<=u;f++){i.push({day:f,dayOfWeek:(a+f)%7})}for(var f=0;f<=a;f++){i=__spreadArray([{day:null,dayOfWeek:null}],i,true)}return i}));var hr=function(r){switch(r){case"h11":return or;case"h12":return lr;case"h23":return cr;case"h24":return mr;default:throw new Error('Invalid hour cycle "'.concat(r,'"'))}};var wr=function(r,n,a,i,v,o,l){if(a===void 0){a="h12"}var c=f(r,a);var m=d(c);var y=hr(c);var s=vr;var h=true;var w=true;if(o){y=y.filter((function(r){return o.includes(r)}))}if(l){s=s.filter((function(r){return l.includes(r)}))}if(i){if(e(n,i)){if(i.hour!==undefined){y=y.filter((function(r){var e=n.ampm==="pm"?(r+12)%24:r;return(m?r:e)>=i.hour}));h=i.hour<13}if(i.minute!==undefined){var p=false;if(i.hour!==undefined&&n.hour!==undefined){if(n.hour>i.hour){p=true}}s=s.filter((function(r){if(p){return true}return r>=i.minute}))}}else if(u(n,i)){y=[];s=[];h=w=false}}if(v){if(e(n,v)){if(v.hour!==undefined){y=y.filter((function(r){var e=n.ampm==="pm"?(r+12)%24:r;return(m?r:e)<=v.hour}));w=v.hour>=12}if(v.minute!==undefined&&n.hour===v.hour){s=s.filter((function(r){return r<=v.minute}))}}else if(t(n,v)){y=[];s=[];h=w=false}}return{hours:y,minutes:s,am:h,pm:w}};var pr=r("z",(function(r,n){var e={month:r.month,year:r.year,day:r.day};if(n!==undefined&&(r.month!==n.month||r.year!==n.year)){var t={month:n.month,year:n.year,day:n.day};var a=u(t,e);return a?[t,e,E(r)]:[g(r),e,t]}return[g(r),e,E(r)]}));var Or=r("C",(function(r,n,e,u,t,a){if(a===void 0){a={month:"long"}}var i=n.year;var f=[];if(t!==undefined){var d=t;if((u===null||u===void 0?void 0:u.month)!==undefined){d=d.filter((function(r){return r<=u.month}))}if((e===null||e===void 0?void 0:e.month)!==undefined){d=d.filter((function(r){return r>=e.month}))}d.forEach((function(n){var e=new Date("".concat(n,"/1/").concat(i," GMT+0000"));var u=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(e);f.push({text:u,value:n})}))}else{var v=u&&u.year===i?u.month:12;var o=e&&e.year===i?e.month:1;for(var l=o;l<=v;l++){var c=new Date("".concat(l,"/1/").concat(i," GMT+0000"));var m=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(c);f.push({text:m,value:l})}}return f}));var br=r("D",(function(r,n,e,u,t,a){if(a===void 0){a={day:"numeric"}}var i=n.month,f=n.year;var d=[];var o=v(i,f);var l=(u===null||u===void 0?void 0:u.day)!==null&&(u===null||u===void 0?void 0:u.day)!==undefined&&u.year===f&&u.month===i?u.day:o;var c=(e===null||e===void 0?void 0:e.day)!==null&&(e===null||e===void 0?void 0:e.day)!==undefined&&e.year===f&&e.month===i?e.day:1;if(t!==undefined){var m=t;m=m.filter((function(r){return r>=c&&r<=l}));m.forEach((function(n){var e=new Date("".concat(i,"/").concat(n,"/").concat(f," GMT+0000"));var u=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(e);d.push({text:u,value:n})}))}else{for(var y=c;y<=l;y++){var s=new Date("".concat(i,"/").concat(y,"/").concat(f," GMT+0000"));var h=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(s);d.push({text:h,value:y})}}return d}));var Ir=r("E",(function(r,n,e,u,t){var a,i;var f=[];if(t!==undefined){f=t;if((u===null||u===void 0?void 0:u.year)!==undefined){f=f.filter((function(r){return r<=u.year}))}if((e===null||e===void 0?void 0:e.year)!==undefined){f=f.filter((function(r){return r>=e.year}))}}else{var d=n.year;var v=(a=u===null||u===void 0?void 0:u.year)!==null&&a!==void 0?a:d;var o=(i=e===null||e===void 0?void 0:e.year)!==null&&i!==void 0?i:d-100;for(var l=o;l<=v;l++){f.push(l)}}return f.map((function(e){return{text:V(r,{year:e,month:n.month,day:n.day}),value:e}}))}));var jr=function(r,n){if(r.month===n.month&&r.year===n.year){return[r]}return __spreadArray([r],jr(E(r),n),true)};var Tr=r("B",(function(r,n,u,t,a,i){var f=[];var d=[];var v=jr(u,t);if(i){v=v.filter((function(r){var n=r.month;return i.includes(n)}))}v.forEach((function(i){var v={month:i.month,day:null,year:i.year};var o=br(r,v,u,t,a,{month:"short",day:"numeric",weekday:"short"});var l=[];var c=[];o.forEach((function(u){var t=e(Object.assign(Object.assign({},v),{day:u.value}),n);c.push({text:t?er(r):u.text,value:"".concat(v.year,"-").concat(v.month,"-").concat(u.value)});l.push({month:v.month,year:v.year,day:u.value})}));d=__spreadArray(__spreadArray([],d,true),l,true);f=__spreadArray(__spreadArray([],f,true),c,true)}));return{parts:d,items:f}}));var Dr=r("G",(function(r,n,e,u,t,a,i){var v=f(r,e);var o=d(v);var l=wr(r,n,v,u,t,a,i),c=l.hours,m=l.minutes,y=l.am,s=l.pm;var h=c.map((function(r){return{text:B(r,v),value:S(r,o,n.ampm)}}));var w=m.map((function(r){return{text:z(r),value:r}}));var p=[];if(y&&!o){p.push({text:ir(r,"am"),value:"am"})}if(s&&!o){p.push({text:ir(r,"pm"),value:"pm"})}return{minutesData:w,hoursData:h,dayPeriodData:p}}))}}}));
4
+ */System.register(["./p-ff4b7e40.system.js"],(function(r){"use strict";var n;return{setters:[function(r){n=r.p}],execute:function(){r({s:h,u:T});var e=r("c",(function(r,n){return r.month===n.month&&r.day===n.day&&r.year===n.year}));var u=r("i",(function(r,n){return!!(r.year<n.year||r.year===n.year&&r.month<n.month||r.year===n.year&&r.month===n.month&&r.day!==null&&r.day<n.day)}));var t=r("b",(function(r,n){return!!(r.year>n.year||r.year===n.year&&r.month>n.month||r.year===n.year&&r.month===n.month&&r.day!==null&&r.day>n.day)}));var a=r("w",(function(r,e,a){var i=Array.isArray(r)?r:[r];for(var f=0,d=i;f<d.length;f++){var v=d[f];if(e!==undefined&&u(v,e)||a!==undefined&&t(v,a)){n("The value provided to ion-datetime is out of bounds.\n\n"+"Min: ".concat(JSON.stringify(e),"\n")+"Max: ".concat(JSON.stringify(a),"\n")+"Value: ".concat(JSON.stringify(r)));break}}}));var i=function(r){return r%4===0&&r%100!==0||r%400===0};var f=r("L",(function(r,n){if(n!==undefined){return n}var e=new Intl.DateTimeFormat(r,{hour:"numeric"});var u=e.resolvedOptions();if(u.hourCycle!==undefined){return u.hourCycle}var t=new Date("5/18/2021 00:00");var a=e.formatToParts(t);var i=a.find((function(r){return r.type==="hour"}));if(!i){throw new Error("Hour value not found from DateTimeFormat")}switch(i.value){case"0":return"h11";case"12":return"h12";case"00":return"h23";case"24":return"h24";default:throw new Error('Invalid hour cycle "'.concat(n,'"'))}}));var d=function(r){return r==="h23"||r==="h24"};var v=r("A",(function(r,n){return r===4||r===6||r===9||r===11?30:r===2?i(n)?29:28:31}));var o=r("F",(function(r,n){if(n===void 0){n={month:"numeric",year:"numeric"}}var e=new Intl.DateTimeFormat(r,n).formatToParts(new Date);return e[0].type==="month"}));var l=r("H",(function(r){var n=new Intl.DateTimeFormat(r,{hour:"numeric"}).formatToParts(new Date);return n[0].type==="dayPeriod"}));var c=/^(\d{4}|[+\-]\d{6})(?:-(\d{2})(?:-(\d{2}))?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/;var m=/^((\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/;var y=r("t",(function(r){if(r===undefined){return}var n=r;if(typeof r==="string"){n=r.replace(/\[|\]|\s/g,"").split(",")}var e;if(Array.isArray(n)){e=n.map((function(r){return parseInt(r,10)})).filter(isFinite)}else{e=[n]}return e}));var s=r("f",(function(r){return{month:parseInt(r.getAttribute("data-month"),10),day:parseInt(r.getAttribute("data-day"),10),year:parseInt(r.getAttribute("data-year"),10),dayOfWeek:parseInt(r.getAttribute("data-day-of-week"),10)}}));function h(r){if(Array.isArray(r)){var e=[];for(var u=0,t=r;u<t.length;u++){var a=t[u];var i=h(a);if(!i){return undefined}e.push(i)}return e}var f=null;if(r!=null&&r!==""){f=m.exec(r);if(f){f.unshift(undefined,undefined);f[2]=f[3]=undefined}else{f=c.exec(r)}}if(f===null){n("Unable to parse date string: ".concat(r,". Please provide a valid ISO 8601 datetime string."));return undefined}for(var d=1;d<8;d++){f[d]=f[d]!==undefined?parseInt(f[d],10):undefined}return{year:f[1],month:f[2],day:f[3],hour:f[4],minute:f[5],ampm:f[4]<12?"am":"pm"}}var w=r("P",(function(r,n,e){if(n&&u(r,n)){return n}else if(e&&t(r,e)){return e}return r}));var p=r("Q",(function(r){return r>=12?"pm":"am"}));var O=r("r",(function(r,n){var e=h(r);if(e===undefined){return}var u=e.month,t=e.day,a=e.year,i=e.hour,f=e.minute;var d=a!==null&&a!==void 0?a:n.year;var o=u!==null&&u!==void 0?u:12;return{month:o,day:t!==null&&t!==void 0?t:v(o,d),year:d,hour:i!==null&&i!==void 0?i:23,minute:f!==null&&f!==void 0?f:59}}));var b=r("q",(function(r,n){var e=h(r);if(e===undefined){return}var u=e.month,t=e.day,a=e.year,i=e.hour,f=e.minute;return{month:u!==null&&u!==void 0?u:1,day:t!==null&&t!==void 0?t:1,year:a!==null&&a!==void 0?a:n.year,hour:i!==null&&i!==void 0?i:0,minute:f!==null&&f!==void 0?f:0}}));var I=function(r){return("0"+(r!==undefined?Math.abs(r):"0")).slice(-2)};var j=function(r){return("000"+(r!==undefined?Math.abs(r):"0")).slice(-4)};function T(r){if(Array.isArray(r)){return r.map((function(r){return T(r)}))}var n="";if(r.year!==undefined){n=j(r.year);if(r.month!==undefined){n+="-"+I(r.month);if(r.day!==undefined){n+="-"+I(r.day);if(r.hour!==undefined){n+="T".concat(I(r.hour),":").concat(I(r.minute),":00")}}}}else if(r.hour!==undefined){n=I(r.hour)+":"+I(r.minute)}return n}var D=function(r,n){if(n===undefined){return r}if(n==="am"){if(r===12){return 0}return r}if(r===12){return 12}return r+12};var A=r("l",(function(r){var n=r.dayOfWeek;if(n===null||n===undefined){throw new Error("No day of week provided")}return C(r,n)}));var _=r("k",(function(r){var n=r.dayOfWeek;if(n===null||n===undefined){throw new Error("No day of week provided")}return U(r,6-n)}));var x=r("n",(function(r){return U(r,1)}));var M=r("m",(function(r){return C(r,1)}));var Z=r("o",(function(r){return C(r,7)}));var k=r("p",(function(r){return U(r,7)}));var C=function(r,n){var e=r.month,u=r.day,t=r.year;if(u===null){throw new Error("No day provided")}var a={month:e,day:u,year:t};a.day=u-n;if(a.day<1){a.month-=1}if(a.month<1){a.month=12;a.year-=1}if(a.day<1){var i=v(a.month,a.year);a.day=i+a.day}return a};var U=function(r,n){var e=r.month,u=r.day,t=r.year;if(u===null){throw new Error("No day provided")}var a={month:e,day:u,year:t};var i=v(e,t);a.day=u+n;if(a.day>i){a.day-=i;a.month+=1}if(a.month>12){a.month=1;a.year+=1}return a};var g=r("d",(function(r){var n=r.month===1?12:r.month-1;var e=r.month===1?r.year-1:r.year;var u=v(n,e);var t=u<r.day?u:r.day;return{month:n,year:e,day:t}}));var E=r("e",(function(r){var n=r.month===12?1:r.month+1;var e=r.month===12?r.year+1:r.year;var u=v(n,e);var t=u<r.day?u:r.day;return{month:n,year:e,day:t}}));var N=function(r,n){var e=r.month;var u=r.year+n;var t=v(e,u);var a=t<r.day?t:r.day;return{month:e,year:u,day:a}};var G=r("j",(function(r){return N(r,-1)}));var P=r("h",(function(r){return N(r,1)}));var S=function(r,n,e){if(n){return r}return D(r,e)};var F=r("R",(function(r,n){var e=r.ampm,u=r.hour;var t=u;if(e==="am"&&n==="pm"){t=D(t,"pm")}else if(e==="pm"&&n==="am"){t=Math.abs(t-12)}return t}));var J=r("v",(function(r,n,u){var t=r.month,a=r.day,i=r.year;var f=w(Object.assign({},r),n,u);var d=v(t,i);if(a!==null&&d<a){f.day=d}if(n!==undefined&&e(f,n)){if(f.hour!==undefined&&n.hour!==undefined){if(f.hour<n.hour){f.hour=n.hour;f.minute=n.minute}else if(f.hour===n.hour&&f.minute!==undefined&&n.minute!==undefined&&f.minute<n.minute){f.minute=n.minute}}}if(u!==undefined&&e(r,u)){if(f.hour!==undefined&&u.hour!==undefined){if(f.hour>u.hour){f.hour=u.hour;f.minute=u.minute}else if(f.hour===u.hour&&f.minute!==undefined&&u.minute!==undefined&&f.minute>u.minute){f.minute=u.minute}}}return f}));var W=r("y",(function(r){var n=r.refParts,a=r.monthValues,i=r.dayValues,f=r.yearValues,d=r.hourValues,v=r.minuteValues,o=r.minParts,l=r.maxParts;var c=n.hour,m=n.minute,y=n.day,s=n.month,h=n.year;var w=Object.assign(Object.assign({},n),{dayOfWeek:undefined});if(f!==undefined){var O=f.filter((function(r){if(o!==undefined&&r<o.year){return false}if(l!==undefined&&r>l.year){return false}return true}));w.year=H(h,O)}if(a!==undefined){var b=a.filter((function(r){if(o!==undefined&&w.year===o.year&&r<o.month){return false}if(l!==undefined&&w.year===l.year&&r>l.month){return false}return true}));w.month=H(s,b)}if(y!==null&&i!==undefined){var I=i.filter((function(r){if(o!==undefined&&u(Object.assign(Object.assign({},w),{day:r}),o)){return false}if(l!==undefined&&t(Object.assign(Object.assign({},w),{day:r}),l)){return false}return true}));w.day=H(y,I)}if(c!==undefined&&d!==undefined){var j=d.filter((function(r){if((o===null||o===void 0?void 0:o.hour)!==undefined&&e(w,o)&&r<o.hour){return false}if((l===null||l===void 0?void 0:l.hour)!==undefined&&e(w,l)&&r>l.hour){return false}return true}));w.hour=H(c,j);w.ampm=p(w.hour)}if(m!==undefined&&v!==undefined){var T=v.filter((function(r){if((o===null||o===void 0?void 0:o.minute)!==undefined&&e(w,o)&&w.hour===o.hour&&r<o.minute){return false}if((l===null||l===void 0?void 0:l.minute)!==undefined&&e(w,l)&&w.hour===l.hour&&r>l.minute){return false}return true}));w.minute=H(m,T)}return w}));var H=function(r,n){var e=n[0];var u=Math.abs(e-r);for(var t=1;t<n.length;t++){var a=n[t];var i=Math.abs(a-r);if(i<u){e=a;u=i}}return e};var R=function(r){if(r===undefined){return""}return r.toUpperCase()};var $=function(r){return Object.assign(Object.assign({},r),{timeZone:"UTC",timeZoneName:undefined})};var q=r("M",(function(r,n,e,u){if(u===void 0){u={hour:"numeric",minute:"numeric"}}var t={hour:n.hour,minute:n.minute};if(t.hour===undefined||t.minute===undefined){return"Invalid Time"}return new Intl.DateTimeFormat(r,Object.assign(Object.assign({},$(u)),{hourCycle:e})).format(new Date(T(Object.assign({year:2023,day:1,month:1},t))+"Z"))}));var z=function(r){var n=r.toString();if(n.length>1){return n}return"0".concat(n)};var B=function(r,n){if(r===0){switch(n){case"h11":return"0";case"h12":return"12";case"h23":return"00";case"h24":return"24";default:throw new Error('Invalid hour cycle "'.concat(n,'"'))}}var e=d(n);if(e){return z(r)}return r.toString()};var K=r("g",(function(r,n,e){if(e.day===null){return null}var u=X(e);var t=new Intl.DateTimeFormat(r,{weekday:"long",month:"long",day:"numeric",timeZone:"UTC"}).format(u);return n?"Today, ".concat(t):t}));var L=r("J",(function(r,n){var e=X(n);return new Intl.DateTimeFormat(r,{month:"long",year:"numeric",timeZone:"UTC"}).format(e)}));var Q=r("a",(function(r,n){return rr(r,n,{day:"numeric"}).find((function(r){return r.type==="day"})).value}));var V=function(r,n){return Y(r,n,{year:"numeric"})};var X=function(r){var n,e,u;var t=r.hour!==undefined&&r.minute!==undefined?" ".concat(r.hour,":").concat(r.minute):"";return new Date("".concat((n=r.month)!==null&&n!==void 0?n:1,"/").concat((e=r.day)!==null&&e!==void 0?e:1,"/").concat((u=r.year)!==null&&u!==void 0?u:2023).concat(t," GMT+0000"))};var Y=r("N",(function(r,n,e){var u=X(n);return nr(r,$(e)).format(u)}));var rr=function(r,n,e){var u=X(n);return nr(r,e).formatToParts(u)};var nr=function(r,n){return new Intl.DateTimeFormat(r,Object.assign(Object.assign({},n),{timeZone:"UTC"}))};var er=function(r){if("RelativeTimeFormat"in Intl){var n=new Intl.RelativeTimeFormat(r,{numeric:"auto"}).format(0,"day");return n.charAt(0).toUpperCase()+n.slice(1)}else{return"Today"}};var ur=function(r){var n=r.getTimezoneOffset();r.setMinutes(r.getMinutes()-n);return r};var tr=ur(new Date("2022T01:00"));var ar=ur(new Date("2022T13:00"));var ir=function(r,n){var e=n==="am"?tr:ar;var u=new Intl.DateTimeFormat(r,{hour:"numeric",timeZone:"UTC"}).formatToParts(e).find((function(r){return r.type==="dayPeriod"}));if(u){return u.value}return R(n)};var fr=r("O",(function(r){return Array.isArray(r)?r.join(","):r}));var dr=r("x",(function(){return ur(new Date).toISOString()}));var vr=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59];var or=[0,1,2,3,4,5,6,7,8,9,10,11];var lr=[0,1,2,3,4,5,6,7,8,9,10,11];var cr=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23];var mr=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0];var yr=r("I",(function(r,n,e){if(e===void 0){e=0}var u=n==="ios"?"short":"narrow";var t=new Intl.DateTimeFormat(r,{weekday:u});var a=new Date("11/01/2020");var i=[];for(var f=e;f<e+7;f++){var d=new Date(a);d.setDate(d.getDate()+f);i.push(t.format(d))}return i}));var sr=r("K",(function(r,n,e){var u=v(r,n);var t=new Date("".concat(r,"/1/").concat(n)).getDay();var a=t>=e?t-(e+1):6-(e-t);var i=[];for(var f=1;f<=u;f++){i.push({day:f,dayOfWeek:(a+f)%7})}for(var f=0;f<=a;f++){i=__spreadArray([{day:null,dayOfWeek:null}],i,true)}return i}));var hr=function(r){switch(r){case"h11":return or;case"h12":return lr;case"h23":return cr;case"h24":return mr;default:throw new Error('Invalid hour cycle "'.concat(r,'"'))}};var wr=function(r,n,a,i,v,o,l){if(a===void 0){a="h12"}var c=f(r,a);var m=d(c);var y=hr(c);var s=vr;var h=true;var w=true;if(o){y=y.filter((function(r){return o.includes(r)}))}if(l){s=s.filter((function(r){return l.includes(r)}))}if(i){if(e(n,i)){if(i.hour!==undefined){y=y.filter((function(r){var e=n.ampm==="pm"?(r+12)%24:r;return(m?r:e)>=i.hour}));h=i.hour<13}if(i.minute!==undefined){var p=false;if(i.hour!==undefined&&n.hour!==undefined){if(n.hour>i.hour){p=true}}s=s.filter((function(r){if(p){return true}return r>=i.minute}))}}else if(u(n,i)){y=[];s=[];h=w=false}}if(v){if(e(n,v)){if(v.hour!==undefined){y=y.filter((function(r){var e=n.ampm==="pm"?(r+12)%24:r;return(m?r:e)<=v.hour}));w=v.hour>=12}if(v.minute!==undefined&&n.hour===v.hour){s=s.filter((function(r){return r<=v.minute}))}}else if(t(n,v)){y=[];s=[];h=w=false}}return{hours:y,minutes:s,am:h,pm:w}};var pr=r("z",(function(r,n){var e={month:r.month,year:r.year,day:r.day};if(n!==undefined&&(r.month!==n.month||r.year!==n.year)){var t={month:n.month,year:n.year,day:n.day};var a=u(t,e);return a?[t,e,E(r)]:[g(r),e,t]}return[g(r),e,E(r)]}));var Or=r("C",(function(r,n,e,u,t,a){if(a===void 0){a={month:"long"}}var i=n.year;var f=[];if(t!==undefined){var d=t;if((u===null||u===void 0?void 0:u.month)!==undefined){d=d.filter((function(r){return r<=u.month}))}if((e===null||e===void 0?void 0:e.month)!==undefined){d=d.filter((function(r){return r>=e.month}))}d.forEach((function(n){var e=new Date("".concat(n,"/1/").concat(i," GMT+0000"));var u=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(e);f.push({text:u,value:n})}))}else{var v=u&&u.year===i?u.month:12;var o=e&&e.year===i?e.month:1;for(var l=o;l<=v;l++){var c=new Date("".concat(l,"/1/").concat(i," GMT+0000"));var m=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(c);f.push({text:m,value:l})}}return f}));var br=r("D",(function(r,n,e,u,t,a){if(a===void 0){a={day:"numeric"}}var i=n.month,f=n.year;var d=[];var o=v(i,f);var l=(u===null||u===void 0?void 0:u.day)!==null&&(u===null||u===void 0?void 0:u.day)!==undefined&&u.year===f&&u.month===i?u.day:o;var c=(e===null||e===void 0?void 0:e.day)!==null&&(e===null||e===void 0?void 0:e.day)!==undefined&&e.year===f&&e.month===i?e.day:1;if(t!==undefined){var m=t;m=m.filter((function(r){return r>=c&&r<=l}));m.forEach((function(n){var e=new Date("".concat(i,"/").concat(n,"/").concat(f," GMT+0000"));var u=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(e);d.push({text:u,value:n})}))}else{for(var y=c;y<=l;y++){var s=new Date("".concat(i,"/").concat(y,"/").concat(f," GMT+0000"));var h=new Intl.DateTimeFormat(r,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(s);d.push({text:h,value:y})}}return d}));var Ir=r("E",(function(r,n,e,u,t){var a,i;var f=[];if(t!==undefined){f=t;if((u===null||u===void 0?void 0:u.year)!==undefined){f=f.filter((function(r){return r<=u.year}))}if((e===null||e===void 0?void 0:e.year)!==undefined){f=f.filter((function(r){return r>=e.year}))}}else{var d=n.year;var v=(a=u===null||u===void 0?void 0:u.year)!==null&&a!==void 0?a:d;var o=(i=e===null||e===void 0?void 0:e.year)!==null&&i!==void 0?i:d-100;for(var l=o;l<=v;l++){f.push(l)}}return f.map((function(e){return{text:V(r,{year:e,month:n.month,day:n.day}),value:e}}))}));var jr=function(r,n){if(r.month===n.month&&r.year===n.year){return[r]}return __spreadArray([r],jr(E(r),n),true)};var Tr=r("B",(function(r,n,u,t,a,i){var f=[];var d=[];var v=jr(u,t);if(i){v=v.filter((function(r){var n=r.month;return i.includes(n)}))}v.forEach((function(i){var v={month:i.month,day:null,year:i.year};var o=br(r,v,u,t,a,{month:"short",day:"numeric",weekday:"short"});var l=[];var c=[];o.forEach((function(u){var t=e(Object.assign(Object.assign({},v),{day:u.value}),n);c.push({text:t?er(r):u.text,value:"".concat(v.year,"-").concat(v.month,"-").concat(u.value)});l.push({month:v.month,year:v.year,day:u.value})}));d=__spreadArray(__spreadArray([],d,true),l,true);f=__spreadArray(__spreadArray([],f,true),c,true)}));return{parts:d,items:f}}));var Dr=r("G",(function(r,n,e,u,t,a,i){var v=f(r,e);var o=d(v);var l=wr(r,n,v,u,t,a,i),c=l.hours,m=l.minutes,y=l.am,s=l.pm;var h=c.map((function(r){return{text:B(r,v),value:S(r,o,n.ampm)}}));var w=m.map((function(r){return{text:z(r),value:r}}));var p=[];if(y&&!o){p.push({text:ir(r,"am"),value:"am"})}if(s&&!o){p.push({text:ir(r,"pm"),value:"pm"})}return{minutesData:w,hoursData:h,dayPeriodData:p}}))}}}));
@@ -1,4 +1,4 @@
1
1
  var __awaiter=this&&this.__awaiter||function(n,r,e,t){function i(n){return n instanceof e?n:new e((function(r){r(n)}))}return new(e||(e=Promise))((function(e,a){function u(n){try{c(t.next(n))}catch(n){a(n)}}function o(n){try{c(t["throw"](n))}catch(n){a(n)}}function c(n){n.done?e(n.value):i(n.value).then(u,o)}c((t=t.apply(n,r||[])).next())}))};var __generator=this&&this.__generator||function(n,r){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},t,i,a,u;return u={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(u[Symbol.iterator]=function(){return this}),u;function o(n){return function(r){return c([n,r])}}function c(o){if(t)throw new TypeError("Generator is already executing.");while(u&&(u=0,o[0]&&(e=0)),e)try{if(t=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:e.label++;return{value:o[1],done:false};case 5:e.label++;i=o[1];o=[0];continue;case 7:o=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){e=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){e.label=o[1];break}if(o[0]===6&&e.label<a[1]){e.label=a[1];a=o;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(o);break}if(a[2])e.ops.pop();e.trys.pop();continue}o=r.call(n,e)}catch(n){o=[6,n];i=0}finally{t=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * (C) Ionic http://ionicframework.com - MIT License
4
- */System.register(["./p-4459a66e.system.js","./p-0fa218e9.system.js","./p-556778bd.system.js","./p-c373eebd.system.js"],(function(n,r){"use strict";var e,t,i,a,u;return{setters:[function(n){e=n.c},function(n){t=n.w;i=n.B},function(n){a=n.p},function(n){u=n.r}],execute:function(){var o=this;var c=n("L","ionViewWillEnter");var f=n("a","ionViewDidEnter");var s=n("b","ionViewWillLeave");var v=n("c","ionViewDidLeave");var l=n("d","ionViewWillUnload");var d=function(n){n.tabIndex=-1;n.focus()};var h=function(n){return n.offsetParent!==null};var w=function(){var n=function(n){var r=e.get("focusManagerPriority",false);if(r){var t=document.activeElement;if(t!==null&&(n===null||n===void 0?void 0:n.contains(t))){t.setAttribute(_,"true")}}};var r=function(n){var r=e.get("focusManagerPriority",false);if(Array.isArray(r)&&!n.contains(document.activeElement)){var t=n.querySelector("[".concat(_,"]"));if(t&&h(t)){d(t);return}for(var i=0,u=r;i<u.length;i++){var o=u[i];switch(o){case"content":var c=n.querySelector('main, [role="main"]');if(c&&h(c)){d(c);return}break;case"heading":var f=n.querySelector('h1, [role="heading"][aria-level="1"]');if(f&&h(f)){d(f);return}break;case"banner":var s=n.querySelector('header, [role="banner"]');if(s&&h(s)){d(s);return}break;default:a("Unrecognized focus manager priority value ".concat(o));break}}d(n)}};return{saveViewFocus:n,setViewFocus:r}};var _="ion-last-focus";var b=function(){return r.import("./p-7a858bae.system.js")};var g=function(){return r.import("./p-112120d7.system.js")};var m=w();var p=n("t",(function(n){return new Promise((function(r,e){t((function(){y(n);k(n).then((function(e){if(e.animation){e.animation.destroy()}P(n);r(e)}),(function(r){P(n);e(r)}))}))}))}));var y=function(n){var r=n.enteringEl;var e=n.leavingEl;m.saveViewFocus(e);U(r,e,n.direction);if(n.showGoBack){r.classList.add("can-go-back")}else{r.classList.remove("can-go-back")}F(r,false);r.style.setProperty("pointer-events","none");if(e){F(e,false);e.style.setProperty("pointer-events","none")}};var k=function(n){return __awaiter(o,void 0,void 0,(function(){var r,e;return __generator(this,(function(t){switch(t.label){case 0:return[4,V(n)];case 1:r=t.sent();e=r&&i.isBrowser?j(r,n):E(n);return[2,e]}}))}))};var P=function(n){var r=n.enteringEl;var e=n.leavingEl;r.classList.remove("ion-page-invisible");r.style.removeProperty("pointer-events");if(e!==undefined){e.classList.remove("ion-page-invisible");e.style.removeProperty("pointer-events")}m.setViewFocus(r)};var V=function(n){return __awaiter(o,void 0,void 0,(function(){var r,e;return __generator(this,(function(t){switch(t.label){case 0:if(!n.leavingEl||!n.animated||n.duration===0){return[2,undefined]}if(n.animationBuilder){return[2,n.animationBuilder]}if(!(n.mode==="ios"))return[3,2];return[4,b()];case 1:e=t.sent().iosTransitionAnimation;return[3,4];case 2:return[4,g()];case 3:e=t.sent().mdTransitionAnimation;t.label=4;case 4:r=e;return[2,r]}}))}))};var j=function(n,r){return __awaiter(o,void 0,void 0,(function(){var e,t;return __generator(this,(function(i){switch(i.label){case 0:return[4,x(r,true)];case 1:i.sent();e=n(r.baseEl,r);M(r.enteringEl,r.leavingEl);return[4,L(e,r)];case 2:t=i.sent();if(r.progressCallback){r.progressCallback(undefined)}if(t){S(r.enteringEl,r.leavingEl)}return[2,{hasCompleted:t,animation:e}]}}))}))};var E=function(n){return __awaiter(o,void 0,void 0,(function(){var r,t,i;return __generator(this,(function(a){switch(a.label){case 0:r=n.enteringEl;t=n.leavingEl;i=e.get("focusManagerPriority",false);return[4,x(n,i)];case 1:a.sent();M(r,t);S(r,t);return[2,{hasCompleted:true}]}}))}))};var x=function(n,r){return __awaiter(o,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=n.deepWait!==undefined?n.deepWait:r;if(!e)return[3,2];return[4,Promise.all([D(n.enteringEl),D(n.leavingEl)])];case 1:t.sent();t.label=2;case 2:return[4,C(n.viewIsReady,n.enteringEl)];case 3:t.sent();return[2]}}))}))};var C=function(n,r){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!n)return[3,2];return[4,n(r)];case 1:e.sent();e.label=2;case 2:return[2]}}))}))};var L=function(n,r){var e=r.progressCallback;var t=new Promise((function(r){n.onFinish((function(n){return r(n===1)}))}));if(e){n.progressStart(true);e(n)}else{n.play()}return t};var M=function(n,r){W(r,s);W(n,c)};var S=function(n,r){W(n,f);W(r,v)};var W=n("l",(function(n,r){if(n){var e=new CustomEvent(r,{bubbles:false,cancelable:false});n.dispatchEvent(e)}}));var A=n("w",(function(){return new Promise((function(n){return u((function(){return u((function(){return n()}))}))}))}));var D=n("e",(function(n){return __awaiter(o,void 0,void 0,(function(){var r,e,t;return __generator(this,(function(i){switch(i.label){case 0:r=n;if(!r)return[3,6];if(!(r.componentOnReady!=null))return[3,2];return[4,r.componentOnReady()];case 1:e=i.sent();if(e!=null){return[2]}return[3,4];case 2:if(!(r.__registerHost!=null))return[3,4];t=new Promise((function(n){return u(n)}));return[4,t];case 3:i.sent();return[2];case 4:return[4,Promise.all(Array.from(r.children).map(D))];case 5:i.sent();i.label=6;case 6:return[2]}}))}))}));var F=n("s",(function(n,r){if(r){n.setAttribute("aria-hidden","true");n.classList.add("ion-page-hidden")}else{n.hidden=false;n.removeAttribute("aria-hidden");n.classList.remove("ion-page-hidden")}}));var U=function(n,r,e){if(n!==undefined){n.style.zIndex=e==="back"?"99":"101"}if(r!==undefined){r.style.zIndex="100"}};var z=n("g",(function(n){if(n.classList.contains("ion-page")){return n}var r=n.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs");if(r){return r}return n}))}}}));
4
+ */System.register(["./p-a69b9fc5.system.js","./p-25180df3.system.js","./p-ff4b7e40.system.js","./p-3ad285e3.system.js"],(function(n,r){"use strict";var e,t,i,a,u;return{setters:[function(n){e=n.c},function(n){t=n.w;i=n.B},function(n){a=n.p},function(n){u=n.r}],execute:function(){var o=this;var c=n("L","ionViewWillEnter");var f=n("a","ionViewDidEnter");var s=n("b","ionViewWillLeave");var v=n("c","ionViewDidLeave");var l=n("d","ionViewWillUnload");var d=function(n){n.tabIndex=-1;n.focus()};var h=function(n){return n.offsetParent!==null};var w=function(){var n=function(n){var r=e.get("focusManagerPriority",false);if(r){var t=document.activeElement;if(t!==null&&(n===null||n===void 0?void 0:n.contains(t))){t.setAttribute(_,"true")}}};var r=function(n){var r=e.get("focusManagerPriority",false);if(Array.isArray(r)&&!n.contains(document.activeElement)){var t=n.querySelector("[".concat(_,"]"));if(t&&h(t)){d(t);return}for(var i=0,u=r;i<u.length;i++){var o=u[i];switch(o){case"content":var c=n.querySelector('main, [role="main"]');if(c&&h(c)){d(c);return}break;case"heading":var f=n.querySelector('h1, [role="heading"][aria-level="1"]');if(f&&h(f)){d(f);return}break;case"banner":var s=n.querySelector('header, [role="banner"]');if(s&&h(s)){d(s);return}break;default:a("Unrecognized focus manager priority value ".concat(o));break}}d(n)}};return{saveViewFocus:n,setViewFocus:r}};var _="ion-last-focus";var b=function(){return r.import("./p-a4565eb5.system.js")};var g=function(){return r.import("./p-17474161.system.js")};var m=w();var p=n("t",(function(n){return new Promise((function(r,e){t((function(){y(n);k(n).then((function(e){if(e.animation){e.animation.destroy()}P(n);r(e)}),(function(r){P(n);e(r)}))}))}))}));var y=function(n){var r=n.enteringEl;var e=n.leavingEl;m.saveViewFocus(e);U(r,e,n.direction);if(n.showGoBack){r.classList.add("can-go-back")}else{r.classList.remove("can-go-back")}F(r,false);r.style.setProperty("pointer-events","none");if(e){F(e,false);e.style.setProperty("pointer-events","none")}};var k=function(n){return __awaiter(o,void 0,void 0,(function(){var r,e;return __generator(this,(function(t){switch(t.label){case 0:return[4,V(n)];case 1:r=t.sent();e=r&&i.isBrowser?j(r,n):E(n);return[2,e]}}))}))};var P=function(n){var r=n.enteringEl;var e=n.leavingEl;r.classList.remove("ion-page-invisible");r.style.removeProperty("pointer-events");if(e!==undefined){e.classList.remove("ion-page-invisible");e.style.removeProperty("pointer-events")}m.setViewFocus(r)};var V=function(n){return __awaiter(o,void 0,void 0,(function(){var r,e;return __generator(this,(function(t){switch(t.label){case 0:if(!n.leavingEl||!n.animated||n.duration===0){return[2,undefined]}if(n.animationBuilder){return[2,n.animationBuilder]}if(!(n.mode==="ios"))return[3,2];return[4,b()];case 1:e=t.sent().iosTransitionAnimation;return[3,4];case 2:return[4,g()];case 3:e=t.sent().mdTransitionAnimation;t.label=4;case 4:r=e;return[2,r]}}))}))};var j=function(n,r){return __awaiter(o,void 0,void 0,(function(){var e,t;return __generator(this,(function(i){switch(i.label){case 0:return[4,x(r,true)];case 1:i.sent();e=n(r.baseEl,r);M(r.enteringEl,r.leavingEl);return[4,L(e,r)];case 2:t=i.sent();if(r.progressCallback){r.progressCallback(undefined)}if(t){S(r.enteringEl,r.leavingEl)}return[2,{hasCompleted:t,animation:e}]}}))}))};var E=function(n){return __awaiter(o,void 0,void 0,(function(){var r,t,i;return __generator(this,(function(a){switch(a.label){case 0:r=n.enteringEl;t=n.leavingEl;i=e.get("focusManagerPriority",false);return[4,x(n,i)];case 1:a.sent();M(r,t);S(r,t);return[2,{hasCompleted:true}]}}))}))};var x=function(n,r){return __awaiter(o,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=n.deepWait!==undefined?n.deepWait:r;if(!e)return[3,2];return[4,Promise.all([D(n.enteringEl),D(n.leavingEl)])];case 1:t.sent();t.label=2;case 2:return[4,C(n.viewIsReady,n.enteringEl)];case 3:t.sent();return[2]}}))}))};var C=function(n,r){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!n)return[3,2];return[4,n(r)];case 1:e.sent();e.label=2;case 2:return[2]}}))}))};var L=function(n,r){var e=r.progressCallback;var t=new Promise((function(r){n.onFinish((function(n){return r(n===1)}))}));if(e){n.progressStart(true);e(n)}else{n.play()}return t};var M=function(n,r){W(r,s);W(n,c)};var S=function(n,r){W(n,f);W(r,v)};var W=n("l",(function(n,r){if(n){var e=new CustomEvent(r,{bubbles:false,cancelable:false});n.dispatchEvent(e)}}));var A=n("w",(function(){return new Promise((function(n){return u((function(){return u((function(){return n()}))}))}))}));var D=n("e",(function(n){return __awaiter(o,void 0,void 0,(function(){var r,e,t;return __generator(this,(function(i){switch(i.label){case 0:r=n;if(!r)return[3,6];if(!(r.componentOnReady!=null))return[3,2];return[4,r.componentOnReady()];case 1:e=i.sent();if(e!=null){return[2]}return[3,4];case 2:if(!(r.__registerHost!=null))return[3,4];t=new Promise((function(n){return u(n)}));return[4,t];case 3:i.sent();return[2];case 4:return[4,Promise.all(Array.from(r.children).map(D))];case 5:i.sent();i.label=6;case 6:return[2]}}))}))}));var F=n("s",(function(n,r){if(r){n.setAttribute("aria-hidden","true");n.classList.add("ion-page-hidden")}else{n.hidden=false;n.removeAttribute("aria-hidden");n.classList.remove("ion-page-hidden")}}));var U=function(n,r,e){if(n!==undefined){n.style.zIndex=e==="back"?"99":"101"}if(r!==undefined){r.style.zIndex="100"}};var z=n("g",(function(n){if(n.classList.contains("ion-page")){return n}var r=n.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs");if(r){return r}return n}))}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-25180df3.system.js","./p-a69b9fc5.system.js","./p-4609d030.system.js"],(function(o){"use strict";var i,t,r,a,d;return{setters:[function(o){i=o.r;t=o.h;r=o.f},function(o){a=o.b},function(o){d=o.c}],execute:function(){var n=":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}";var e=n;var s=":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:64px;height:64px}";var c=s;var p=o("ion_avatar",function(){function o(o){i(this,o)}o.prototype.render=function(){return t(r,{key:"998217066084f966bf5d356fed85bcbd451f675a",class:a(this)},t("slot",{key:"1a6f7c9d4dc6a875f86b5b3cda6d59cb39587f22"}))};return o}());p.style={ios:e,md:c};var b=":host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{border-radius:10px;font-size:max(13px, 0.8125rem)}";var l=b;var g=":host{--background:var(--ion-color-primary, #0054e9);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}";var f=g;var v=o("ion_badge",function(){function o(o){i(this,o);this.color=undefined}o.prototype.render=function(){var o;var i=a(this);return t(r,{key:"1a2d39c5deec771a2f2196447627b62a7d4c8389",class:d(this.color,(o={},o[i]=true,o))},t("slot",{key:"fc1b6587f1ed24715748eb6785e7fb7a57cdd5cd"}))};return o}());v.style={ios:l,md:f};var h=":host{--size:48px;--border-radius:0;border-radius:var(--border-radius);display:block;width:var(--size);height:var(--size)}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}";var u=h;var m=o("ion_thumbnail",function(){function o(o){i(this,o)}o.prototype.render=function(){return t(r,{key:"cfa9aeb1d4fd624a9732c5230d29dd887e4b7771",class:a(this)},t("slot",{key:"29bc6e64063cba44e2643228df54394883933918"}))};return o}());m.style=u}}}));
@@ -0,0 +1,4 @@
1
+ var __spreadArray=this&&this.__spreadArray||function(r,n,o){if(o||arguments.length===2)for(var a=0,e=n.length,i;a<e;a++){if(i||!(a in n)){if(!i)i=Array.prototype.slice.call(n,0,a);i[a]=n[a]}}return r.concat(i||Array.prototype.slice.call(n))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register([],(function(r){"use strict";return{execute:function(){var n=r("p",(function(r){var n=[];for(var o=1;o<arguments.length;o++){n[o-1]=arguments[o]}return console.warn.apply(console,__spreadArray(["[Ionic Warning]: ".concat(r)],n,false))}));var o=r("a",(function(r){var n=[];for(var o=1;o<arguments.length;o++){n[o-1]=arguments[o]}return console.error.apply(console,__spreadArray(["[Ionic Error]: ".concat(r)],n,false))}));var a=r("b",(function(r){var n=[];for(var o=1;o<arguments.length;o++){n[o-1]=arguments[o]}return console.error("<".concat(r.tagName.toLowerCase(),"> must be used inside ").concat(n.join(" or "),"."))}))}}}));
@@ -6,8 +6,7 @@ declare const enum AccordionState {
6
6
  Expanding = 8
7
7
  }
8
8
  /**
9
- * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
10
- * @virtualProp {"ios" | "md" | "ionic"} theme - The theme determines the visual appearance of the component.
9
+ * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
11
10
  *
12
11
  * @slot header - Content is placed at the top and is used to
13
12
  * expand or collapse the accordion item.
@@ -26,7 +25,7 @@ export declare class Accordion implements ComponentInterface {
26
25
  private contentElWrapper;
27
26
  private headerEl;
28
27
  private currentRaf;
29
- el: HTMLElement;
28
+ el?: HTMLElement;
30
29
  state: AccordionState;
31
30
  isNext: boolean;
32
31
  isPrevious: boolean;
@@ -50,7 +49,7 @@ export declare class Accordion implements ComponentInterface {
50
49
  * rotated when the accordion is expanded
51
50
  * or collapsed.
52
51
  */
53
- toggleIcon?: string;
52
+ toggleIcon: string;
54
53
  /**
55
54
  * The slot inside of `ion-item` to
56
55
  * place the toggle icon. Defaults to `"end"`.
@@ -62,7 +61,6 @@ export declare class Accordion implements ComponentInterface {
62
61
  private setItemDefaults;
63
62
  private getSlottedHeaderIonItem;
64
63
  private setAria;
65
- get accordionToggleIcon(): any;
66
64
  private slotToggleIcon;
67
65
  private expandAccordion;
68
66
  private collapseAccordion;
@@ -1,8 +1,7 @@
1
1
  import type { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
2
2
  import type { AccordionGroupChangeEventDetail } from './accordion-group-interface';
3
3
  /**
4
- * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
5
- * @virtualProp {"ios" | "md" | "ionic"} theme - The theme determines the visual appearance of the component.
4
+ * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
6
5
  */
7
6
  export declare class AccordionGroup implements ComponentInterface {
8
7
  el: HTMLIonAccordionGroupElement;
@@ -38,15 +37,6 @@ export declare class AccordionGroup implements ComponentInterface {
38
37
  * Defaults to `"compact"`.
39
38
  */
40
39
  expand: 'compact' | 'inset';
41
- /**
42
- * Set to `"soft"` for an accordion group with slightly rounded corners,
43
- * `"round"` for an accordion group with fully rounded corners, or
44
- * `"rectangular"` for an accordion group without rounded corners.
45
- *
46
- * Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
47
- * Only applies when `expand` is set to `"inset"`.
48
- */
49
- shape?: 'soft' | 'round' | 'rectangular';
50
40
  /**
51
41
  * Emitted when the value property has changed as a result of a user action such as a click.
52
42
  *
@@ -88,6 +78,5 @@ export declare class AccordionGroup implements ComponentInterface {
88
78
  * @internal
89
79
  */
90
80
  getAccordions(): Promise<HTMLIonAccordionElement[]>;
91
- private getShape;
92
81
  render(): any;
93
82
  }
@@ -1,16 +1,20 @@
1
- import type { OverlayOptions } from "../../utils/overlays-interface";
2
- import type { LiteralUnion } from '../../interface';
3
- export interface ActionSheetOptions extends OverlayOptions {
1
+ import type { AnimationBuilder, LiteralUnion, Mode } from '../../interface';
2
+ export interface ActionSheetOptions {
4
3
  header?: string;
5
4
  subHeader?: string;
6
5
  cssClass?: string | string[];
7
6
  buttons: (ActionSheetButton | string)[];
8
7
  backdropDismiss?: boolean;
9
8
  translucent?: boolean;
9
+ animated?: boolean;
10
+ mode?: Mode;
10
11
  keyboardClose?: boolean;
12
+ id?: string;
11
13
  htmlAttributes?: {
12
14
  [key: string]: any;
13
15
  };
16
+ enterAnimation?: AnimationBuilder;
17
+ leaveAnimation?: AnimationBuilder;
14
18
  }
15
19
  export interface ActionSheetButton<T = any> {
16
20
  text?: string;
@@ -3,8 +3,7 @@ import type { AnimationBuilder, FrameworkDelegate, OverlayInterface } from '../.
3
3
  import type { OverlayEventDetail } from '../../utils/overlays-interface';
4
4
  import type { ActionSheetButton } from './action-sheet-interface';
5
5
  /**
6
- * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
7
- * @virtualProp {"ios" | "md" | "ionic"} theme - The theme determines the visual appearance of the component.
6
+ * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
8
7
  */
9
8
  export declare class ActionSheet implements ComponentInterface, OverlayInterface {
10
9
  private readonly delegateController;
@@ -58,7 +57,7 @@ export declare class ActionSheet implements ComponentInterface, OverlayInterface
58
57
  subHeader?: string;
59
58
  /**
60
59
  * If `true`, the action sheet will be translucent.
61
- * Only applies when the theme is `"ios"` and the device supports
60
+ * Only applies when the mode is `"ios"` and the device supports
62
61
  * [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
63
62
  */
64
63
  translucent: boolean;
@@ -1,7 +1,6 @@
1
- import type { OverlayOptions } from "../../utils/overlays-interface";
2
- import type { LiteralUnion, TextFieldTypes } from '../../interface';
1
+ import type { AnimationBuilder, LiteralUnion, Mode, TextFieldTypes } from '../../interface';
3
2
  import type { IonicSafeString } from '../../utils/sanitization';
4
- export interface AlertOptions extends OverlayOptions {
3
+ export interface AlertOptions {
5
4
  header?: string;
6
5
  subHeader?: string;
7
6
  message?: string | IonicSafeString;
@@ -10,10 +9,15 @@ export interface AlertOptions extends OverlayOptions {
10
9
  buttons?: (AlertButton | string)[];
11
10
  backdropDismiss?: boolean;
12
11
  translucent?: boolean;
12
+ animated?: boolean;
13
13
  htmlAttributes?: {
14
14
  [key: string]: any;
15
15
  };
16
+ mode?: Mode;
16
17
  keyboardClose?: boolean;
18
+ id?: string;
19
+ enterAnimation?: AnimationBuilder;
20
+ leaveAnimation?: AnimationBuilder;
17
21
  }
18
22
  export interface AlertInput {
19
23
  type?: TextFieldTypes | 'checkbox' | 'radio' | 'textarea';
@@ -4,8 +4,7 @@ import type { OverlayEventDetail } from '../../utils/overlays-interface';
4
4
  import type { IonicSafeString } from '../../utils/sanitization';
5
5
  import type { AlertButton, AlertInput } from './alert-interface';
6
6
  /**
7
- * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
8
- * @virtualProp {"ios" | "md" | "ionic"} theme - The theme determines the visual appearance of the component.
7
+ * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
9
8
  */
10
9
  export declare class Alert implements ComponentInterface, OverlayInterface {
11
10
  private readonly delegateController;
@@ -81,7 +80,7 @@ export declare class Alert implements ComponentInterface, OverlayInterface {
81
80
  backdropDismiss: boolean;
82
81
  /**
83
82
  * If `true`, the alert will be translucent.
84
- * Only applies when the theme is `"ios"` and the device supports
83
+ * Only applies when the mode is `"ios"` and the device supports
85
84
  * [`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).
86
85
  */
87
86
  translucent: boolean;
@@ -1,10 +1,8 @@
1
1
  import type { ComponentInterface } from '../../stencil-public-runtime';
2
- /**
3
- * @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.
4
- * @virtualProp {"ios" | "md" | "ionic"} theme - The theme determines the visual appearance of the component.
5
- */
6
2
  export declare class App implements ComponentInterface {
3
+ private focusVisible?;
7
4
  el: HTMLElement;
5
+ componentDidLoad(): void;
8
6
  /**
9
7
  * Used to set focus on an element that uses `ion-focusable`.
10
8
  * Do not use this if focusing the element as a result of a keyboard