@ionic/core 8.5.4-dev.11744646756.1244bf71 → 8.5.4-dev.11744657992.1bb14c4f

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 (779) hide show
  1. package/components/action-sheet.js +23 -37
  2. package/components/alert.js +25 -41
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +4 -11
  5. package/components/button-active.js +1 -1
  6. package/components/button.js +23 -29
  7. package/components/buttons.js +4 -14
  8. package/components/capacitor.js +1 -1
  9. package/components/checkbox.js +16 -40
  10. package/components/content.js +5 -24
  11. package/components/data.js +5 -30
  12. package/components/gesture-controller.js +1 -1
  13. package/components/haptic.js +1 -1
  14. package/components/hardware-back-button.js +1 -1
  15. package/components/header.js +7 -12
  16. package/components/helpers.js +5 -2
  17. package/components/icon.js +2 -1
  18. package/components/index3.js +5 -3
  19. package/components/index4.js +1 -1
  20. package/components/index5.js +3 -28
  21. package/components/index7.js +27 -163
  22. package/components/index8.js +1 -1
  23. package/components/index9.js +163 -3
  24. package/components/input-shims.js +2 -2
  25. package/components/input.utils.js +1 -1
  26. package/components/ion-accordion-group.js +6 -19
  27. package/components/ion-accordion.js +14 -32
  28. package/components/ion-app.js +4 -3
  29. package/components/ion-avatar.js +4 -2
  30. package/components/ion-back-button.js +13 -12
  31. package/components/ion-badge.js +5 -2
  32. package/components/ion-breadcrumb.js +20 -22
  33. package/components/ion-breadcrumbs.js +10 -14
  34. package/components/ion-card-content.js +4 -2
  35. package/components/ion-card-header.js +5 -7
  36. package/components/ion-card-subtitle.js +5 -2
  37. package/components/ion-card-title.js +5 -2
  38. package/components/ion-card.js +11 -16
  39. package/components/ion-chip.js +5 -8
  40. package/components/ion-col.js +26 -1
  41. package/components/ion-datetime-button.js +13 -15
  42. package/components/ion-datetime.js +81 -196
  43. package/components/ion-fab-button.js +20 -37
  44. package/components/ion-fab-list.js +2 -7
  45. package/components/ion-fab.js +4 -10
  46. package/components/ion-footer.js +8 -13
  47. package/components/ion-grid.js +2 -4
  48. package/components/ion-img.js +6 -1
  49. package/components/ion-infinite-scroll-content.js +6 -2
  50. package/components/ion-infinite-scroll.js +6 -27
  51. package/components/ion-input-password-toggle.js +9 -7
  52. package/components/ion-input.js +44 -72
  53. package/components/ion-item-divider.js +5 -9
  54. package/components/ion-item-group.js +4 -2
  55. package/components/ion-item-option.js +12 -14
  56. package/components/ion-item-options.js +4 -6
  57. package/components/ion-item-sliding.js +2 -4
  58. package/components/ion-loading.js +19 -36
  59. package/components/ion-menu-button.js +10 -15
  60. package/components/ion-menu-toggle.js +5 -9
  61. package/components/ion-menu.js +9 -25
  62. package/components/ion-nav-link.js +6 -6
  63. package/components/ion-nav.js +10 -7
  64. package/components/ion-note.js +5 -2
  65. package/components/ion-picker-legacy.js +24 -44
  66. package/components/ion-progress-bar.js +6 -19
  67. package/components/ion-range.js +25 -65
  68. package/components/ion-refresher-content.js +5 -1
  69. package/components/ion-refresher.js +6 -54
  70. package/components/ion-reorder-group.js +4 -6
  71. package/components/ion-reorder.js +5 -3
  72. package/components/ion-route-redirect.js +2 -0
  73. package/components/ion-route.js +7 -9
  74. package/components/ion-router-link.js +9 -7
  75. package/components/ion-router-outlet.js +8 -10
  76. package/components/ion-router.js +0 -18
  77. package/components/ion-row.js +2 -1
  78. package/components/ion-searchbar.js +29 -78
  79. package/components/ion-segment-button.js +10 -19
  80. package/components/ion-segment-content.js +2 -1
  81. package/components/ion-segment-view.js +5 -5
  82. package/components/ion-segment.js +11 -22
  83. package/components/ion-select-option.js +3 -4
  84. package/components/ion-select.js +41 -61
  85. package/components/ion-skeleton-text.js +2 -4
  86. package/components/ion-split-pane.js +5 -10
  87. package/components/ion-tab-bar.js +6 -7
  88. package/components/ion-tab-button.js +12 -10
  89. package/components/ion-tab.js +5 -2
  90. package/components/ion-tabs.js +4 -3
  91. package/components/ion-text.js +3 -1
  92. package/components/ion-textarea.js +36 -64
  93. package/components/ion-thumbnail.js +2 -1
  94. package/components/ion-toast.js +32 -55
  95. package/components/ion-toggle.js +24 -55
  96. package/components/item.js +14 -20
  97. package/components/keyboard-controller.js +2 -2
  98. package/components/keyboard.js +69 -134
  99. package/components/keyboard2.js +134 -69
  100. package/components/label.js +6 -2
  101. package/components/list-header.js +6 -2
  102. package/components/list.js +5 -5
  103. package/components/modal.js +39 -117
  104. package/components/notch-controller.js +1 -1
  105. package/components/overlays.js +2 -2
  106. package/components/picker-column-option.js +5 -18
  107. package/components/picker-column.js +10 -25
  108. package/components/picker-column2.js +8 -5
  109. package/components/picker.js +4 -2
  110. package/components/popover.js +37 -129
  111. package/components/radio-group.js +10 -10
  112. package/components/radio.js +13 -27
  113. package/components/refresher.utils.js +2 -2
  114. package/components/ripple-effect.js +2 -10
  115. package/components/select-modal.js +8 -3
  116. package/components/select-popover.js +8 -5
  117. package/components/spinner.js +5 -4
  118. package/components/swipe-back.js +1 -1
  119. package/components/title.js +6 -2
  120. package/components/toolbar.js +5 -2
  121. package/css/global.bundle.css +1 -1
  122. package/css/global.bundle.css.map +1 -1
  123. package/css/ionic.bundle.css +1 -1
  124. package/css/ionic.bundle.css.map +1 -1
  125. package/css/structure.css +1 -1
  126. package/css/structure.css.map +1 -1
  127. package/dist/cjs/{animation-Bz5ImL40.js → animation-b4fdf128.js} +1 -1
  128. package/dist/cjs/{app-globals-CSpnImi2.js → app-globals-dd592863.js} +1 -1
  129. package/dist/cjs/{button-active-BzpKQ5zN.js → button-active-43e2b419.js} +3 -3
  130. package/dist/cjs/{capacitor-DmA66EwP.js → capacitor-c04564bf.js} +1 -1
  131. package/dist/cjs/{data-BQSLLJwc.js → data-27cc2c9c.js} +5 -30
  132. package/dist/cjs/{framework-delegate-B0-bTZ_Y.js → framework-delegate-50a86d56.js} +1 -1
  133. package/dist/cjs/{gesture-controller-dtqlP_q4.js → gesture-controller-9436f482.js} +1 -1
  134. package/dist/cjs/{haptic-ClPPQ_PS.js → haptic-f6b37aa3.js} +1 -1
  135. package/dist/cjs/{hardware-back-button-B0yu2YGK.js → hardware-back-button-5a99001f.js} +3 -3
  136. package/dist/cjs/{helpers-CLmZlPvl.js → helpers-3a248559.js} +4 -1
  137. package/dist/cjs/{index-CPbAsnJK.js → index-073c7cdc.js} +0 -1
  138. package/dist/cjs/{index-qOuhvt-6.js → index-2e236a04.js} +668 -1392
  139. package/dist/cjs/{index-D7kGM2E_.js → index-48b2a28e.js} +1 -1
  140. package/dist/cjs/{index-BjVGGb_k.js → index-4b70187a.js} +9 -9
  141. package/dist/cjs/{index-3N0K8CTt.js → index-509ca0d3.js} +3 -3
  142. package/dist/cjs/{index-B4SdCKIQ.js → index-e36bd277.js} +2 -2
  143. package/dist/cjs/{index-04WNNW0S.js → index-e630fd95.js} +6 -6
  144. package/dist/cjs/{index-CAvQ7Tka.js → index-ee07ed59.js} +4 -3
  145. package/dist/cjs/index.cjs.js +20 -18
  146. package/dist/cjs/{input-shims-B23RZ_yw.js → input-shims-22a9973f.js} +8 -8
  147. package/dist/cjs/{input.utils-BvrpMdKU.js → input.utils-e82b8ed0.js} +3 -3
  148. package/dist/cjs/ion-accordion_2.cjs.entry.js +25 -54
  149. package/dist/cjs/ion-action-sheet.cjs.entry.js +38 -50
  150. package/dist/cjs/ion-alert.cjs.entry.js +41 -55
  151. package/dist/cjs/ion-app_8.cjs.entry.js +65 -96
  152. package/dist/cjs/ion-avatar_3.cjs.entry.js +16 -8
  153. package/dist/cjs/ion-back-button.cjs.entry.js +18 -15
  154. package/dist/cjs/ion-backdrop.cjs.entry.js +8 -13
  155. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +34 -38
  156. package/dist/cjs/ion-button_2.cjs.entry.js +30 -33
  157. package/dist/cjs/ion-card_5.cjs.entry.js +35 -32
  158. package/dist/cjs/ion-checkbox.cjs.entry.js +22 -44
  159. package/dist/cjs/ion-chip.cjs.entry.js +10 -11
  160. package/dist/cjs/ion-col_3.cjs.entry.js +34 -8
  161. package/dist/cjs/ion-datetime-button.cjs.entry.js +20 -20
  162. package/dist/cjs/ion-datetime_3.cjs.entry.js +122 -251
  163. package/dist/cjs/ion-fab_3.cjs.entry.js +31 -57
  164. package/dist/cjs/ion-img.cjs.entry.js +11 -4
  165. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +20 -35
  166. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +15 -11
  167. package/dist/cjs/ion-input.cjs.entry.js +53 -79
  168. package/dist/cjs/ion-item-option_3.cjs.entry.js +28 -32
  169. package/dist/cjs/ion-item_8.cjs.entry.js +52 -49
  170. package/dist/cjs/ion-loading.cjs.entry.js +31 -46
  171. package/dist/cjs/ion-menu_3.cjs.entry.js +39 -62
  172. package/dist/cjs/ion-modal.cjs.entry.js +52 -128
  173. package/dist/cjs/ion-nav_2.cjs.entry.js +22 -17
  174. package/dist/cjs/ion-picker-column-option.cjs.entry.js +11 -22
  175. package/dist/cjs/ion-picker-column.cjs.entry.js +17 -30
  176. package/dist/cjs/ion-picker.cjs.entry.js +8 -4
  177. package/dist/cjs/ion-popover.cjs.entry.js +47 -137
  178. package/dist/cjs/ion-progress-bar.cjs.entry.js +11 -22
  179. package/dist/cjs/ion-radio_2.cjs.entry.js +30 -42
  180. package/dist/cjs/ion-range.cjs.entry.js +33 -71
  181. package/dist/cjs/ion-refresher_2.cjs.entry.js +26 -68
  182. package/dist/cjs/ion-reorder_2.cjs.entry.js +19 -17
  183. package/dist/cjs/ion-ripple-effect.cjs.entry.js +6 -12
  184. package/dist/cjs/ion-route_4.cjs.entry.js +20 -34
  185. package/dist/cjs/ion-searchbar.cjs.entry.js +36 -83
  186. package/dist/cjs/ion-segment-content.cjs.entry.js +5 -2
  187. package/dist/cjs/ion-segment-view.cjs.entry.js +8 -6
  188. package/dist/cjs/ion-segment_2.cjs.entry.js +29 -47
  189. package/dist/cjs/ion-select-modal.cjs.entry.js +20 -13
  190. package/dist/cjs/ion-select_3.cjs.entry.js +65 -82
  191. package/dist/cjs/ion-spinner.cjs.entry.js +11 -8
  192. package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
  193. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +28 -25
  194. package/dist/cjs/ion-tab_2.cjs.entry.js +14 -8
  195. package/dist/cjs/ion-text.cjs.entry.js +8 -4
  196. package/dist/cjs/ion-textarea.cjs.entry.js +45 -71
  197. package/dist/cjs/ion-toast.cjs.entry.js +44 -65
  198. package/dist/cjs/ion-toggle.cjs.entry.js +34 -63
  199. package/dist/cjs/{ionic-global-D0fKFhpt.js → ionic-global-acb665ad.js} +1 -1
  200. package/dist/cjs/ionic.cjs.js +8 -8
  201. package/dist/cjs/{ios.transition-Cyrk-CkT.js → ios.transition-ae7afca9.js} +7 -7
  202. package/dist/cjs/{keyboard-UuAS4D_9.js → keyboard-0272231f.js} +1 -1
  203. package/dist/cjs/{keyboard-hHzlEQpk.js → keyboard-af1bb365.js} +3 -3
  204. package/dist/cjs/{keyboard-controller-GXBiBRKS.js → keyboard-controller-c05e747a.js} +2 -2
  205. package/dist/cjs/loader.cjs.js +6 -4
  206. package/dist/cjs/{md.transition-Bh2J94f4.js → md.transition-26003e25.js} +7 -7
  207. package/dist/cjs/{notch-controller-DNfj7cO6.js → notch-controller-ae03a497.js} +2 -2
  208. package/dist/cjs/{overlays-hvRku41m.js → overlays-32e1b66b.js} +7 -7
  209. package/dist/cjs/{status-tap-EJ9Sb5hb.js → status-tap-03023755.js} +5 -5
  210. package/dist/cjs/{swipe-back-Di-t3rsI.js → swipe-back-cd0d9f77.js} +4 -4
  211. package/dist/collection/collection-manifest.json +2 -2
  212. package/dist/collection/components/accordion/accordion.js +13 -43
  213. package/dist/collection/components/accordion-group/accordion-group.js +8 -35
  214. package/dist/collection/components/action-sheet/action-sheet.js +31 -84
  215. package/dist/collection/components/alert/alert.js +34 -94
  216. package/dist/collection/components/back-button/back-button.js +14 -30
  217. package/dist/collection/components/backdrop/backdrop.js +3 -18
  218. package/dist/collection/components/badge/badge.js +4 -3
  219. package/dist/collection/components/breadcrumb/breadcrumb.js +26 -57
  220. package/dist/collection/components/breadcrumbs/breadcrumbs.js +10 -24
  221. package/dist/collection/components/button/button.js +33 -74
  222. package/dist/collection/components/buttons/buttons.js +1 -15
  223. package/dist/collection/components/card/card.js +16 -44
  224. package/dist/collection/components/card-header/card-header.js +3 -11
  225. package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
  226. package/dist/collection/components/card-title/card-title.js +4 -3
  227. package/dist/collection/components/checkbox/checkbox.js +24 -74
  228. package/dist/collection/components/chip/chip.js +4 -15
  229. package/dist/collection/components/col/col.js +50 -72
  230. package/dist/collection/components/content/content.js +9 -43
  231. package/dist/collection/components/datetime/datetime.ios.css +2 -7
  232. package/dist/collection/components/datetime/datetime.js +98 -298
  233. package/dist/collection/components/datetime/datetime.md.css +3 -9
  234. package/dist/collection/components/datetime/utils/data.js +4 -29
  235. package/dist/collection/components/datetime-button/datetime-button.js +11 -21
  236. package/dist/collection/components/fab/fab.js +6 -21
  237. package/dist/collection/components/fab-button/fab-button.js +28 -76
  238. package/dist/collection/components/fab-list/fab-list.js +2 -12
  239. package/dist/collection/components/footer/footer.js +5 -16
  240. package/dist/collection/components/grid/grid.js +1 -6
  241. package/dist/collection/components/header/header.js +4 -15
  242. package/dist/collection/components/img/img.js +6 -6
  243. package/dist/collection/components/infinite-scroll/infinite-scroll.js +7 -35
  244. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +4 -6
  245. package/dist/collection/components/input/input.js +72 -171
  246. package/dist/collection/components/input-password-toggle/input-password-toggle.js +8 -16
  247. package/dist/collection/components/item/item.js +21 -56
  248. package/dist/collection/components/item-divider/item-divider.js +3 -13
  249. package/dist/collection/components/item-option/item-option.js +16 -36
  250. package/dist/collection/components/item-options/item-options.js +1 -7
  251. package/dist/collection/components/item-sliding/item-sliding.js +1 -6
  252. package/dist/collection/components/label/label.js +4 -6
  253. package/dist/collection/components/list/list.js +3 -9
  254. package/dist/collection/components/list-header/list-header.js +6 -6
  255. package/dist/collection/components/loading/loading.js +29 -86
  256. package/dist/collection/components/menu/menu.js +10 -42
  257. package/dist/collection/components/menu-button/menu-button.js +10 -27
  258. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -14
  259. package/dist/collection/components/modal/modal.js +51 -188
  260. package/dist/collection/components/nav/nav.js +11 -24
  261. package/dist/collection/components/nav-link/nav-link.js +8 -18
  262. package/dist/collection/components/note/note.js +4 -3
  263. package/dist/collection/components/picker-column/picker-column.js +10 -34
  264. package/dist/collection/components/picker-column-option/picker-column-option.js +4 -25
  265. package/dist/collection/components/picker-legacy/picker.js +31 -91
  266. package/dist/collection/components/picker-legacy-column/picker-column.js +2 -4
  267. package/dist/collection/components/popover/popover.js +55 -208
  268. package/dist/collection/components/progress-bar/progress-bar.js +6 -31
  269. package/dist/collection/components/radio/radio.js +16 -46
  270. package/dist/collection/components/radio-group/radio-group.js +12 -26
  271. package/dist/collection/components/range/range.js +34 -109
  272. package/dist/collection/components/refresher/refresher.js +6 -68
  273. package/dist/collection/components/refresher-content/refresher-content.js +8 -12
  274. package/dist/collection/components/reorder-group/reorder-group.js +1 -6
  275. package/dist/collection/components/ripple-effect/ripple-effect.js +1 -12
  276. package/dist/collection/components/route/route.js +9 -24
  277. package/dist/collection/components/route-redirect/route-redirect.js +6 -6
  278. package/dist/collection/components/router/router.js +2 -24
  279. package/dist/collection/components/router-link/router-link.js +12 -24
  280. package/dist/collection/components/router-outlet/router-outlet.js +8 -24
  281. package/dist/collection/components/searchbar/searchbar.js +46 -141
  282. package/dist/collection/components/segment/segment.js +13 -38
  283. package/dist/collection/components/segment-button/segment-button.js +11 -32
  284. package/dist/collection/components/segment-view/segment-view.js +2 -6
  285. package/dist/collection/components/select/select.ios.css +5 -3
  286. package/dist/collection/components/select/select.js +55 -121
  287. package/dist/collection/components/select/select.md.css +61 -16
  288. package/dist/collection/components/select-modal/select-modal.js +4 -9
  289. package/dist/collection/components/select-option/select-option.js +3 -9
  290. package/dist/collection/components/select-popover/select-popover.js +8 -18
  291. package/dist/collection/components/skeleton-text/skeleton-text.js +1 -6
  292. package/dist/collection/components/spinner/spinner.js +7 -15
  293. package/dist/collection/components/split-pane/split-pane.js +4 -17
  294. package/dist/collection/components/tab/tab.js +7 -14
  295. package/dist/collection/components/tab-bar/tab-bar.js +5 -14
  296. package/dist/collection/components/tab-button/tab-button.js +16 -32
  297. package/dist/collection/components/tabs/tabs.js +3 -5
  298. package/dist/collection/components/text/text.js +4 -3
  299. package/dist/collection/components/textarea/textarea.js +59 -146
  300. package/dist/collection/components/title/title.js +6 -6
  301. package/dist/collection/components/toast/toast.js +45 -119
  302. package/dist/collection/components/toggle/toggle.js +28 -86
  303. package/dist/collection/components/toolbar/toolbar.js +2 -3
  304. package/dist/docs.d.ts +0 -8
  305. package/dist/docs.json +584 -1823
  306. package/dist/esm/{animation-CCtpQcsN.js → animation-eab5a4ca.js} +1 -1
  307. package/dist/esm/{app-globals-C0a0o4Av.js → app-globals-7b6cbf1a.js} +1 -1
  308. package/dist/esm/{button-active-BQqkZ_sm.js → button-active-90f1dbc4.js} +3 -3
  309. package/dist/esm/{capacitor-CFERIeaU.js → capacitor-59395cbd.js} +1 -1
  310. package/dist/esm/{data-omKWOMer.js → data-174ad5e0.js} +6 -31
  311. package/dist/esm/{framework-delegate-D3CI7y6x.js → framework-delegate-2eea1763.js} +1 -1
  312. package/dist/esm/{gesture-controller-BTEOs1at.js → gesture-controller-314a54f6.js} +1 -1
  313. package/dist/esm/{haptic-DzAMWJuk.js → haptic-ac164e4c.js} +2 -2
  314. package/dist/esm/{hardware-back-button-RMajLSrZ.js → hardware-back-button-864101a3.js} +3 -3
  315. package/dist/esm/{helpers-Di6ciXLG.js → helpers-78efeec3.js} +5 -2
  316. package/dist/esm/{index-CfgBF1SE.js → index-39782642.js} +6 -4
  317. package/dist/esm/{index-B2_fY2up.js → index-40894f4b.js} +2 -2
  318. package/dist/esm/{index-EP3pwcdb.js → index-527b9e34.js} +648 -1392
  319. package/dist/esm/{index-DR2njD_q.js → index-738d7504.js} +2 -2
  320. package/dist/esm/{index-BLV6ykCk.js → index-e2cf2ceb.js} +1 -2
  321. package/dist/esm/{index-CDohRbVJ.js → index-e919e353.js} +3 -3
  322. package/dist/esm/{index-BKfOgUuW.js → index-ecb55b8d.js} +6 -6
  323. package/dist/esm/{index-C7r3mIlB.js → index-f9f5d018.js} +6 -6
  324. package/dist/esm/index.js +18 -18
  325. package/dist/esm/{input-shims-Clcc9pEO.js → input-shims-7dc1f6dc.js} +8 -8
  326. package/dist/esm/{input.utils-BeGXuyDm.js → input.utils-28bf4ef0.js} +3 -3
  327. package/dist/esm/ion-accordion_2.entry.js +23 -54
  328. package/dist/esm/ion-action-sheet.entry.js +36 -50
  329. package/dist/esm/ion-alert.entry.js +39 -55
  330. package/dist/esm/ion-app_8.entry.js +63 -96
  331. package/dist/esm/ion-avatar_3.entry.js +14 -8
  332. package/dist/esm/ion-back-button.entry.js +16 -15
  333. package/dist/esm/ion-backdrop.entry.js +6 -13
  334. package/dist/esm/ion-breadcrumb_2.entry.js +32 -38
  335. package/dist/esm/ion-button_2.entry.js +28 -33
  336. package/dist/esm/ion-card_5.entry.js +33 -32
  337. package/dist/esm/ion-checkbox.entry.js +20 -44
  338. package/dist/esm/ion-chip.entry.js +8 -11
  339. package/dist/esm/ion-col_3.entry.js +32 -8
  340. package/dist/esm/ion-datetime-button.entry.js +18 -20
  341. package/dist/esm/ion-datetime_3.entry.js +120 -251
  342. package/dist/esm/ion-fab_3.entry.js +29 -57
  343. package/dist/esm/ion-img.entry.js +9 -4
  344. package/dist/esm/ion-infinite-scroll_2.entry.js +18 -35
  345. package/dist/esm/ion-input-password-toggle.entry.js +13 -11
  346. package/dist/esm/ion-input.entry.js +51 -79
  347. package/dist/esm/ion-item-option_3.entry.js +26 -32
  348. package/dist/esm/ion-item_8.entry.js +50 -49
  349. package/dist/esm/ion-loading.entry.js +29 -46
  350. package/dist/esm/ion-menu_3.entry.js +37 -62
  351. package/dist/esm/ion-modal.entry.js +50 -128
  352. package/dist/esm/ion-nav_2.entry.js +20 -17
  353. package/dist/esm/ion-picker-column-option.entry.js +9 -22
  354. package/dist/esm/ion-picker-column.entry.js +15 -30
  355. package/dist/esm/ion-picker.entry.js +6 -4
  356. package/dist/esm/ion-popover.entry.js +45 -137
  357. package/dist/esm/ion-progress-bar.entry.js +9 -22
  358. package/dist/esm/ion-radio_2.entry.js +28 -42
  359. package/dist/esm/ion-range.entry.js +31 -71
  360. package/dist/esm/ion-refresher_2.entry.js +24 -68
  361. package/dist/esm/ion-reorder_2.entry.js +17 -17
  362. package/dist/esm/ion-ripple-effect.entry.js +4 -12
  363. package/dist/esm/ion-route_4.entry.js +18 -34
  364. package/dist/esm/ion-searchbar.entry.js +34 -83
  365. package/dist/esm/ion-segment-content.entry.js +3 -2
  366. package/dist/esm/ion-segment-view.entry.js +6 -6
  367. package/dist/esm/ion-segment_2.entry.js +27 -47
  368. package/dist/esm/ion-select-modal.entry.js +18 -13
  369. package/dist/esm/ion-select_3.entry.js +63 -82
  370. package/dist/esm/ion-spinner.entry.js +9 -8
  371. package/dist/esm/ion-split-pane.entry.js +7 -12
  372. package/dist/esm/ion-tab-bar_2.entry.js +26 -25
  373. package/dist/esm/ion-tab_2.entry.js +12 -8
  374. package/dist/esm/ion-text.entry.js +6 -4
  375. package/dist/esm/ion-textarea.entry.js +43 -71
  376. package/dist/esm/ion-toast.entry.js +42 -65
  377. package/dist/esm/ion-toggle.entry.js +32 -63
  378. package/dist/esm/{ionic-global-CrB2BPUW.js → ionic-global-ca86cf32.js} +1 -1
  379. package/dist/esm/ionic.js +6 -7
  380. package/dist/esm/{ios.transition-BObaMu_w.js → ios.transition-7fe5dbea.js} +7 -7
  381. package/dist/esm/{keyboard-ywgs5efA.js → keyboard-52278bd7.js} +3 -3
  382. package/dist/esm/{keyboard-CUw4ekVy.js → keyboard-73175e24.js} +1 -1
  383. package/dist/esm/{keyboard-controller-BaaVITYt.js → keyboard-controller-ec5c2bfa.js} +2 -2
  384. package/dist/esm/loader.js +5 -5
  385. package/dist/esm/{md.transition-BYk9oj5T.js → md.transition-8dc58b46.js} +7 -7
  386. package/dist/esm/{notch-controller-PoOhjO4o.js → notch-controller-00d92e89.js} +2 -2
  387. package/dist/esm/{overlays-DUDTB6a2.js → overlays-41a5d51b.js} +7 -7
  388. package/dist/esm/polyfills/core-js.js +11 -0
  389. package/dist/esm/polyfills/dom.js +79 -0
  390. package/dist/esm/polyfills/es5-html-element.js +1 -0
  391. package/dist/esm/polyfills/index.js +34 -0
  392. package/dist/esm/polyfills/system.js +6 -0
  393. package/dist/esm/{status-tap-Az5SFsVV.js → status-tap-f6d08e9e.js} +5 -5
  394. package/dist/esm/{swipe-back-Df75PJ2J.js → swipe-back-07df2095.js} +4 -4
  395. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  396. package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
  397. package/dist/esm-es5/button-active-90f1dbc4.js +4 -0
  398. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  399. package/dist/esm-es5/compare-with-utils-a96ff2ea.js +4 -0
  400. package/dist/esm-es5/config-49c88215.js +4 -0
  401. package/dist/esm-es5/cubic-bezier-fe2083dc.js +4 -0
  402. package/dist/esm-es5/data-174ad5e0.js +4 -0
  403. package/dist/esm-es5/dir-babeabeb.js +4 -0
  404. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  405. package/dist/esm-es5/framework-delegate-2eea1763.js +4 -0
  406. package/dist/esm-es5/gesture-controller-314a54f6.js +4 -0
  407. package/dist/esm-es5/haptic-ac164e4c.js +4 -0
  408. package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
  409. package/dist/esm-es5/helpers-78efeec3.js +4 -0
  410. package/dist/esm-es5/index-39782642.js +4 -0
  411. package/dist/esm-es5/index-40894f4b.js +4 -0
  412. package/dist/esm-es5/index-527b9e34.js +5 -0
  413. package/dist/esm-es5/index-738d7504.js +4 -0
  414. package/dist/esm-es5/index-a5d50daf.js +4 -0
  415. package/dist/esm-es5/index-e2cf2ceb.js +4 -0
  416. package/dist/esm-es5/index-e919e353.js +4 -0
  417. package/dist/esm-es5/index-ecb55b8d.js +4 -0
  418. package/dist/esm-es5/index-f9f5d018.js +4 -0
  419. package/dist/esm-es5/index.js +4 -0
  420. package/dist/esm-es5/input-shims-7dc1f6dc.js +4 -0
  421. package/dist/esm-es5/input.utils-28bf4ef0.js +4 -0
  422. package/dist/esm-es5/ion-accordion_2.entry.js +4 -0
  423. package/dist/esm-es5/ion-action-sheet.entry.js +4 -0
  424. package/dist/esm-es5/ion-alert.entry.js +4 -0
  425. package/dist/esm-es5/ion-app_8.entry.js +4 -0
  426. package/dist/esm-es5/ion-avatar_3.entry.js +4 -0
  427. package/dist/esm-es5/ion-back-button.entry.js +4 -0
  428. package/dist/esm-es5/ion-backdrop.entry.js +4 -0
  429. package/dist/esm-es5/ion-breadcrumb_2.entry.js +4 -0
  430. package/dist/esm-es5/ion-button_2.entry.js +4 -0
  431. package/dist/esm-es5/ion-card_5.entry.js +4 -0
  432. package/dist/esm-es5/ion-checkbox.entry.js +4 -0
  433. package/dist/esm-es5/ion-chip.entry.js +4 -0
  434. package/dist/esm-es5/ion-col_3.entry.js +4 -0
  435. package/dist/esm-es5/ion-datetime-button.entry.js +4 -0
  436. package/dist/esm-es5/ion-datetime_3.entry.js +4 -0
  437. package/dist/esm-es5/ion-fab_3.entry.js +4 -0
  438. package/dist/esm-es5/ion-img.entry.js +4 -0
  439. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +4 -0
  440. package/dist/esm-es5/ion-input-password-toggle.entry.js +4 -0
  441. package/dist/esm-es5/ion-input.entry.js +4 -0
  442. package/dist/esm-es5/ion-item-option_3.entry.js +4 -0
  443. package/dist/esm-es5/ion-item_8.entry.js +4 -0
  444. package/dist/esm-es5/ion-loading.entry.js +4 -0
  445. package/dist/esm-es5/ion-menu_3.entry.js +4 -0
  446. package/dist/esm-es5/ion-modal.entry.js +4 -0
  447. package/dist/esm-es5/ion-nav_2.entry.js +4 -0
  448. package/dist/esm-es5/ion-picker-column-option.entry.js +4 -0
  449. package/dist/esm-es5/ion-picker-column.entry.js +4 -0
  450. package/dist/esm-es5/ion-picker.entry.js +4 -0
  451. package/dist/esm-es5/ion-popover.entry.js +4 -0
  452. package/dist/esm-es5/ion-progress-bar.entry.js +4 -0
  453. package/dist/esm-es5/ion-radio_2.entry.js +4 -0
  454. package/dist/esm-es5/ion-range.entry.js +4 -0
  455. package/dist/esm-es5/ion-refresher_2.entry.js +4 -0
  456. package/dist/esm-es5/ion-reorder_2.entry.js +4 -0
  457. package/dist/esm-es5/ion-ripple-effect.entry.js +4 -0
  458. package/dist/esm-es5/ion-route_4.entry.js +4 -0
  459. package/dist/esm-es5/ion-searchbar.entry.js +4 -0
  460. package/dist/esm-es5/ion-segment-content.entry.js +4 -0
  461. package/dist/esm-es5/ion-segment-view.entry.js +4 -0
  462. package/dist/esm-es5/ion-segment_2.entry.js +4 -0
  463. package/dist/esm-es5/ion-select-modal.entry.js +4 -0
  464. package/dist/esm-es5/ion-select_3.entry.js +4 -0
  465. package/dist/esm-es5/ion-spinner.entry.js +4 -0
  466. package/dist/esm-es5/ion-split-pane.entry.js +4 -0
  467. package/dist/esm-es5/ion-tab-bar_2.entry.js +4 -0
  468. package/dist/esm-es5/ion-tab_2.entry.js +4 -0
  469. package/dist/esm-es5/ion-text.entry.js +4 -0
  470. package/dist/esm-es5/ion-textarea.entry.js +4 -0
  471. package/dist/esm-es5/ion-toast.entry.js +4 -0
  472. package/dist/esm-es5/ion-toggle.entry.js +4 -0
  473. package/dist/esm-es5/ionic-global-ca86cf32.js +4 -0
  474. package/dist/esm-es5/ionic.js +4 -0
  475. package/dist/esm-es5/ios.transition-7fe5dbea.js +4 -0
  476. package/dist/esm-es5/keyboard-52278bd7.js +4 -0
  477. package/dist/esm-es5/keyboard-73175e24.js +4 -0
  478. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  479. package/dist/esm-es5/loader.js +4 -0
  480. package/dist/esm-es5/lock-controller-316928be.js +4 -0
  481. package/dist/esm-es5/md.transition-8dc58b46.js +4 -0
  482. package/dist/esm-es5/notch-controller-00d92e89.js +4 -0
  483. package/dist/esm-es5/overlays-41a5d51b.js +4 -0
  484. package/dist/esm-es5/spinner-configs-964f7cf3.js +4 -0
  485. package/dist/esm-es5/status-tap-f6d08e9e.js +4 -0
  486. package/dist/esm-es5/swipe-back-07df2095.js +4 -0
  487. package/dist/esm-es5/theme-01f3f29c.js +4 -0
  488. package/dist/esm-es5/watch-options-c2911ace.js +4 -0
  489. package/dist/html.html-data.json +0 -216
  490. package/dist/index.js +1 -1
  491. package/dist/ionic/index.esm.js +1 -1
  492. package/dist/ionic/ionic.esm.js +1 -1
  493. package/dist/ionic/ionic.js +127 -0
  494. package/dist/ionic/p-012c3ceb.system.js +4 -0
  495. package/dist/ionic/p-027a48f1.entry.js +4 -0
  496. package/dist/ionic/p-058b7f35.js +4 -0
  497. package/dist/ionic/p-05b65d7a.entry.js +4 -0
  498. package/dist/ionic/p-08e01816.system.js +4 -0
  499. package/dist/ionic/p-09d185ff.system.js +4 -0
  500. package/dist/ionic/p-0a456b7f.entry.js +4 -0
  501. package/dist/ionic/p-0adb6909.system.entry.js +4 -0
  502. package/dist/ionic/p-0bedc891.system.entry.js +4 -0
  503. package/dist/ionic/p-0c8386d3.entry.js +4 -0
  504. package/dist/ionic/p-0d1be7c9.system.entry.js +4 -0
  505. package/dist/ionic/p-0ec5b7cf.system.js +4 -0
  506. package/dist/ionic/p-14114a59.system.entry.js +4 -0
  507. package/dist/ionic/p-14e041cd.system.entry.js +4 -0
  508. package/dist/ionic/p-15bb1dde.system.js +4 -0
  509. package/dist/ionic/p-180b4f9a.entry.js +4 -0
  510. package/dist/ionic/p-19c32a76.entry.js +4 -0
  511. package/dist/ionic/p-1b0b2210.entry.js +4 -0
  512. package/dist/ionic/p-1bf5ec17.system.js +4 -0
  513. package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
  514. package/dist/ionic/p-1c8b3ac9.entry.js +4 -0
  515. package/dist/ionic/p-1de5dfcd.system.entry.js +4 -0
  516. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  517. package/dist/ionic/p-1e4371bd.js +4 -0
  518. package/dist/ionic/p-1e955a45.system.js +4 -0
  519. package/dist/ionic/p-20d469d0.system.js +4 -0
  520. package/dist/ionic/p-21891ead.js +4 -0
  521. package/dist/ionic/{p-CwbsDRzJ.js → p-22bc235f.js} +1 -1
  522. package/dist/ionic/{p-9cac4dc7.entry.js → p-2567237c.entry.js} +1 -1
  523. package/dist/ionic/{p-D13Eaw-8.js → p-27281edd.js} +1 -1
  524. package/dist/ionic/p-28c81576.entry.js +4 -0
  525. package/dist/ionic/p-29a5b4e4.entry.js +4 -0
  526. package/dist/ionic/p-2a2c6bf4.system.entry.js +4 -0
  527. package/dist/ionic/p-2b7827c7.js +4 -0
  528. package/dist/ionic/p-33518a04.entry.js +4 -0
  529. package/dist/ionic/p-35f14792.entry.js +4 -0
  530. package/dist/ionic/p-383a6058.entry.js +4 -0
  531. package/dist/ionic/p-3855fef7.system.js +4 -0
  532. package/dist/ionic/p-38eaf9cf.system.entry.js +4 -0
  533. package/dist/ionic/p-3ba2a2cd.system.js +4 -0
  534. package/dist/ionic/p-3e1e14d9.system.js +4 -0
  535. package/dist/ionic/{p-C-oNjncL.js → p-3f4327f7.js} +1 -1
  536. package/dist/ionic/p-41e70fa2.entry.js +4 -0
  537. package/dist/ionic/p-44fde7d5.system.entry.js +4 -0
  538. package/dist/ionic/{p-uzIBoXdl.js → p-44ff75ea.js} +1 -1
  539. package/dist/ionic/p-455cd7cc.system.js +4 -0
  540. package/dist/ionic/p-4609d030.system.js +4 -0
  541. package/dist/ionic/p-4630688e.system.entry.js +4 -0
  542. package/dist/ionic/p-4662a25c.system.entry.js +4 -0
  543. package/dist/ionic/p-49d53551.system.entry.js +4 -0
  544. package/dist/ionic/p-4b07c60a.system.js +4 -0
  545. package/dist/ionic/p-4c7e6fec.system.entry.js +4 -0
  546. package/dist/ionic/p-4d5bce60.system.entry.js +4 -0
  547. package/dist/ionic/p-4ea4c73a.system.entry.js +4 -0
  548. package/dist/ionic/p-4eeca839.system.entry.js +4 -0
  549. package/dist/ionic/p-4f255d5a.system.js +4 -0
  550. package/dist/ionic/p-50e0ce13.entry.js +4 -0
  551. package/dist/ionic/p-51479be0.system.entry.js +4 -0
  552. package/dist/ionic/p-5578033e.system.entry.js +4 -0
  553. package/dist/ionic/{p-HRylM0tf.js → p-597ff9af.js} +1 -1
  554. package/dist/ionic/p-5fb1321f.entry.js +4 -0
  555. package/dist/ionic/p-607aa181.entry.js +4 -0
  556. package/dist/ionic/p-61373098.js +4 -0
  557. package/dist/ionic/p-6155027f.system.entry.js +4 -0
  558. package/dist/ionic/p-61e794fb.entry.js +4 -0
  559. package/dist/ionic/{p-RyPJq84W.js → p-624ecf03.js} +1 -1
  560. package/dist/ionic/p-64d8ac48.js +4 -0
  561. package/dist/ionic/p-657ada6a.entry.js +4 -0
  562. package/dist/ionic/p-65943bec.system.entry.js +4 -0
  563. package/dist/ionic/p-65e732b9.entry.js +4 -0
  564. package/dist/ionic/p-66a5d6a8.js +5 -0
  565. package/dist/ionic/p-69a96be9.system.entry.js +4 -0
  566. package/dist/ionic/p-6c044a1d.system.js +4 -0
  567. package/dist/ionic/p-7058a5e4.system.entry.js +4 -0
  568. package/dist/ionic/p-705fda69.system.js +4 -0
  569. package/dist/ionic/p-707408c5.system.entry.js +4 -0
  570. package/dist/ionic/p-70abb1f2.system.entry.js +4 -0
  571. package/dist/ionic/p-747f9517.entry.js +4 -0
  572. package/dist/ionic/{p-DSMkBmnY.js → p-756e4559.js} +1 -1
  573. package/dist/ionic/p-772d1657.system.js +4 -0
  574. package/dist/ionic/p-77aa5fef.system.entry.js +4 -0
  575. package/dist/ionic/p-792919fd.system.js +4 -0
  576. package/dist/ionic/p-7c9daa6f.entry.js +4 -0
  577. package/dist/ionic/p-7cc33a9a.system.js +4 -0
  578. package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
  579. package/dist/ionic/p-7f49a9c4.entry.js +4 -0
  580. package/dist/ionic/p-843ac05d.system.entry.js +4 -0
  581. package/dist/ionic/p-87b0d2c9.entry.js +4 -0
  582. package/dist/ionic/p-8985cdb6.system.js +4 -0
  583. package/dist/ionic/{p-CKvCXMs9.js → p-89b61afc.js} +1 -1
  584. package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
  585. package/dist/ionic/p-8b22be32.system.entry.js +4 -0
  586. package/dist/ionic/p-8d98e2bb.entry.js +4 -0
  587. package/dist/ionic/p-8ededb41.js +4 -0
  588. package/dist/ionic/p-9146695e.system.js +4 -0
  589. package/dist/ionic/p-959cf042.system.entry.js +4 -0
  590. package/dist/ionic/p-96eec056.entry.js +4 -0
  591. package/dist/ionic/p-978bdf4c.system.js +4 -0
  592. package/dist/ionic/p-979d4f5c.system.js +4 -0
  593. package/dist/ionic/p-9870728f.js +4 -0
  594. package/dist/ionic/p-99803283.entry.js +4 -0
  595. package/dist/ionic/p-9af7f110.js +4 -0
  596. package/dist/ionic/{p-7cdee842.entry.js → p-9b069739.entry.js} +1 -1
  597. package/dist/ionic/p-9e45532a.system.js +4 -0
  598. package/dist/ionic/p-a26d7667.system.entry.js +4 -0
  599. package/dist/ionic/p-a3c931ad.system.js +4 -0
  600. package/dist/ionic/p-a4866e3e.system.js +4 -0
  601. package/dist/ionic/p-a520973b.entry.js +4 -0
  602. package/dist/ionic/p-a6625de8.system.js +4 -0
  603. package/dist/ionic/p-a75a9e5a.system.entry.js +4 -0
  604. package/dist/ionic/p-a768ae50.entry.js +4 -0
  605. package/dist/ionic/p-a7830ff8.entry.js +4 -0
  606. package/dist/ionic/p-a9198501.system.entry.js +4 -0
  607. package/dist/ionic/p-a93873de.system.js +4 -0
  608. package/dist/ionic/p-ab7337e1.entry.js +4 -0
  609. package/dist/ionic/p-abe101da.system.js +4 -0
  610. package/dist/ionic/p-ac09b6e9.system.entry.js +4 -0
  611. package/dist/ionic/p-ac58d726.system.entry.js +4 -0
  612. package/dist/ionic/p-b06ac4a5.system.js +4 -0
  613. package/dist/ionic/p-b1673667.entry.js +4 -0
  614. package/dist/ionic/p-b1f9fbe8.system.entry.js +4 -0
  615. package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
  616. package/dist/ionic/{p-f1f6326a.entry.js → p-b87a9f1d.entry.js} +1 -1
  617. package/dist/ionic/p-b8a461f5.system.entry.js +4 -0
  618. package/dist/ionic/{p-mxKP5hf-.js → p-b9fa7882.js} +1 -1
  619. package/dist/ionic/p-ba29521b.entry.js +4 -0
  620. package/dist/ionic/p-bf64af90.system.js +4 -0
  621. package/dist/ionic/{p-189c7fe9.entry.js → p-c005cc37.entry.js} +1 -1
  622. package/dist/ionic/p-c27c57ea.system.entry.js +4 -0
  623. package/dist/ionic/p-c3f9d9fe.js +4 -0
  624. package/dist/ionic/p-c468af8a.system.js +4 -0
  625. package/dist/ionic/p-c53c414d.system.entry.js +4 -0
  626. package/dist/ionic/p-c61cc894.js +4 -0
  627. package/dist/ionic/p-c63d8dc1.js +4 -0
  628. package/dist/ionic/p-c7e16491.js +4 -0
  629. package/dist/ionic/p-ccb740ea.entry.js +4 -0
  630. package/dist/ionic/p-cec54707.system.entry.js +4 -0
  631. package/dist/ionic/p-cfc08422.entry.js +4 -0
  632. package/dist/ionic/p-cff4f96c.entry.js +4 -0
  633. package/dist/ionic/p-d40f2b7a.js +4 -0
  634. package/dist/ionic/p-d70a9e6d.system.js +4 -0
  635. package/dist/ionic/p-d882f1e2.system.entry.js +4 -0
  636. package/dist/ionic/p-d8d84afa.system.js +4 -0
  637. package/dist/ionic/{p-BLV6ykCk.js → p-da2b833b.js} +1 -1
  638. package/dist/ionic/p-dcc0d747.entry.js +4 -0
  639. package/dist/ionic/p-e0b7569c.system.entry.js +4 -0
  640. package/dist/ionic/p-e11ff516.entry.js +4 -0
  641. package/dist/ionic/p-e29c5aab.system.entry.js +4 -0
  642. package/dist/ionic/p-e2ce5f8b.entry.js +4 -0
  643. package/dist/ionic/p-e3284879.system.entry.js +4 -0
  644. package/dist/ionic/p-e3e4eed7.entry.js +4 -0
  645. package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
  646. package/dist/ionic/p-e4d2c281.entry.js +4 -0
  647. package/dist/ionic/p-e65b8460.entry.js +4 -0
  648. package/dist/ionic/p-e673a0a2.system.js +4 -0
  649. package/dist/ionic/p-e6cdfa96.system.entry.js +4 -0
  650. package/dist/ionic/{p-46f82b82.entry.js → p-e8245753.entry.js} +1 -1
  651. package/dist/ionic/p-ece78e7b.js +4 -0
  652. package/dist/ionic/p-ee86cfff.system.js +4 -0
  653. package/dist/ionic/p-f11a9436.system.js +5 -0
  654. package/dist/ionic/p-f201b53a.system.js +4 -0
  655. package/dist/ionic/p-f23124c4.system.js +4 -0
  656. package/dist/ionic/p-f233f1e0.system.js +4 -0
  657. package/dist/ionic/p-f387b3c6.system.entry.js +4 -0
  658. package/dist/ionic/{p-D_2UPtUV.js → p-f53ee2e7.js} +1 -1
  659. package/dist/ionic/p-f5a04e5e.system.entry.js +4 -0
  660. package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
  661. package/dist/ionic/p-f70fc14a.entry.js +4 -0
  662. package/dist/ionic/{p-Cg19OPuo.js → p-f7ce606e.js} +1 -1
  663. package/dist/ionic/p-f834322a.entry.js +4 -0
  664. package/dist/ionic/p-f896194a.system.entry.js +4 -0
  665. package/dist/ionic/p-fa70eaab.entry.js +4 -0
  666. package/dist/ionic/p-ffa3ba3c.js +4 -0
  667. package/dist/types/components/datetime/datetime-interface.d.ts +0 -1
  668. package/dist/types/components/datetime/datetime.d.ts +0 -6
  669. package/dist/types/components/datetime/utils/data.d.ts +1 -3
  670. package/dist/types/components/datetime/utils/manipulation.d.ts +0 -1
  671. package/dist/types/components/input/input.d.ts +8 -0
  672. package/dist/types/components/select/select.d.ts +9 -0
  673. package/dist/types/components/textarea/textarea.d.ts +8 -0
  674. package/dist/types/components.d.ts +0 -8
  675. package/dist/types/index.d.ts +0 -1
  676. package/dist/types/stencil-public-runtime.d.ts +0 -9
  677. package/hydrate/index.d.ts +5 -40
  678. package/hydrate/index.js +2229 -4687
  679. package/hydrate/index.mjs +2228 -4686
  680. package/loader/cdn.js +2 -1
  681. package/loader/index.cjs.js +2 -1
  682. package/loader/index.es2017.js +1 -0
  683. package/loader/index.js +2 -1
  684. package/loader/package.json +11 -0
  685. package/package.json +2 -2
  686. package/dist/ionic/p-006975c7.entry.js +0 -4
  687. package/dist/ionic/p-00acbe36.entry.js +0 -4
  688. package/dist/ionic/p-03abd858.entry.js +0 -4
  689. package/dist/ionic/p-141822bc.entry.js +0 -4
  690. package/dist/ionic/p-17e8ff6b.entry.js +0 -4
  691. package/dist/ionic/p-18b4709f.entry.js +0 -4
  692. package/dist/ionic/p-1bea6291.entry.js +0 -4
  693. package/dist/ionic/p-1f3d9d38.entry.js +0 -4
  694. package/dist/ionic/p-20b45b04.entry.js +0 -4
  695. package/dist/ionic/p-2959ef70.entry.js +0 -4
  696. package/dist/ionic/p-2b9a91c2.entry.js +0 -4
  697. package/dist/ionic/p-2c58164d.entry.js +0 -4
  698. package/dist/ionic/p-2d142503.entry.js +0 -4
  699. package/dist/ionic/p-3129a2c6.entry.js +0 -4
  700. package/dist/ionic/p-3a5bc7b1.entry.js +0 -4
  701. package/dist/ionic/p-40e55257.entry.js +0 -4
  702. package/dist/ionic/p-45f3c7d9.entry.js +0 -4
  703. package/dist/ionic/p-47ccb59d.entry.js +0 -4
  704. package/dist/ionic/p-4bd5bd61.entry.js +0 -4
  705. package/dist/ionic/p-52043361.entry.js +0 -4
  706. package/dist/ionic/p-527660e0.entry.js +0 -4
  707. package/dist/ionic/p-601f0d27.entry.js +0 -4
  708. package/dist/ionic/p-644759cb.entry.js +0 -4
  709. package/dist/ionic/p-657e9085.entry.js +0 -4
  710. package/dist/ionic/p-67178c9b.entry.js +0 -4
  711. package/dist/ionic/p-67b4c53d.entry.js +0 -4
  712. package/dist/ionic/p-6cab60b7.entry.js +0 -4
  713. package/dist/ionic/p-6ceef433.entry.js +0 -4
  714. package/dist/ionic/p-6d8983d1.entry.js +0 -4
  715. package/dist/ionic/p-79851759.entry.js +0 -4
  716. package/dist/ionic/p-7d026411.entry.js +0 -4
  717. package/dist/ionic/p-7d4b2506.entry.js +0 -4
  718. package/dist/ionic/p-8b6eb546.entry.js +0 -4
  719. package/dist/ionic/p-8fc1959d.entry.js +0 -4
  720. package/dist/ionic/p-9092b7fb.entry.js +0 -4
  721. package/dist/ionic/p-9eeaBrnk.js +0 -4
  722. package/dist/ionic/p-9fe56809.entry.js +0 -4
  723. package/dist/ionic/p-BBmUb2In.js +0 -4
  724. package/dist/ionic/p-C-xl6pej.js +0 -4
  725. package/dist/ionic/p-C5Aon1Kb.js +0 -4
  726. package/dist/ionic/p-CIGNaXM1.js +0 -4
  727. package/dist/ionic/p-Cl0B-RWe.js +0 -4
  728. package/dist/ionic/p-CtWGkNnJ.js +0 -4
  729. package/dist/ionic/p-D0SqsSaH.js +0 -4
  730. package/dist/ionic/p-DCi8BSH3.js +0 -4
  731. package/dist/ionic/p-DFllLYu2.js +0 -4
  732. package/dist/ionic/p-DGw3g412.js +0 -4
  733. package/dist/ionic/p-Di6ciXLG.js +0 -4
  734. package/dist/ionic/p-DonNC93r.js +0 -4
  735. package/dist/ionic/p-EP3pwcdb.js +0 -5
  736. package/dist/ionic/p-Uz6zKimy.js +0 -4
  737. package/dist/ionic/p-a5570370.entry.js +0 -4
  738. package/dist/ionic/p-a5ee3eb8.entry.js +0 -4
  739. package/dist/ionic/p-a92657fc.entry.js +0 -4
  740. package/dist/ionic/p-a9997b1b.entry.js +0 -4
  741. package/dist/ionic/p-b1f3c158.entry.js +0 -4
  742. package/dist/ionic/p-be19e061.entry.js +0 -4
  743. package/dist/ionic/p-c5157026.entry.js +0 -4
  744. package/dist/ionic/p-c6e0f544.entry.js +0 -4
  745. package/dist/ionic/p-e116bb40.entry.js +0 -4
  746. package/dist/ionic/p-e8526b09.entry.js +0 -4
  747. package/dist/ionic/p-umtghMQY.js +0 -4
  748. package/dist/ionic/p-yluxF5qo.js +0 -4
  749. /package/dist/cjs/{compare-with-utils-DSicavqM.js → compare-with-utils-df1001d7.js} +0 -0
  750. /package/dist/cjs/{config-BHiHGeHc.js → config-4f60b98a.js} +0 -0
  751. /package/dist/cjs/{cubic-bezier-DAjy1V-e.js → cubic-bezier-f2dccc53.js} +0 -0
  752. /package/dist/cjs/{dir-Cn0z1rJH.js → dir-94c21456.js} +0 -0
  753. /package/dist/cjs/{focus-visible-CCvKiLh3.js → focus-visible-7a0ce04f.js} +0 -0
  754. /package/dist/cjs/{index-DkNv4J_i.js → index-c8d52405.js} +0 -0
  755. /package/dist/cjs/{lock-controller-aDB9wrEf.js → lock-controller-6585a42a.js} +0 -0
  756. /package/dist/cjs/{spinner-configs-DxHKnd3-.js → spinner-configs-282fd50a.js} +0 -0
  757. /package/dist/cjs/{theme-CeDs6Hcv.js → theme-d1c573d2.js} +0 -0
  758. /package/dist/cjs/{watch-options-CviOsrTS.js → watch-options-f5f3e158.js} +0 -0
  759. /package/dist/esm/{compare-with-utils-sObYyvOy.js → compare-with-utils-a96ff2ea.js} +0 -0
  760. /package/dist/esm/{config-O8NobGs3.js → config-49c88215.js} +0 -0
  761. /package/dist/esm/{cubic-bezier-hHmYLOfE.js → cubic-bezier-fe2083dc.js} +0 -0
  762. /package/dist/esm/{dir-C53feagD.js → dir-babeabeb.js} +0 -0
  763. /package/dist/esm/{focus-visible-BmVRXR1y.js → focus-visible-dd40d69f.js} +0 -0
  764. /package/dist/esm/{index-ZjP4CjeZ.js → index-a5d50daf.js} +0 -0
  765. /package/dist/esm/{lock-controller-B-hirT0v.js → lock-controller-316928be.js} +0 -0
  766. /package/dist/esm/{spinner-configs-D4RIp70E.js → spinner-configs-964f7cf3.js} +0 -0
  767. /package/dist/esm/{theme-DiVJyqlX.js → theme-01f3f29c.js} +0 -0
  768. /package/dist/esm/{watch-options-Dtdm8lKC.js → watch-options-c2911ace.js} +0 -0
  769. /package/dist/ionic/{p-hHmYLOfE.js → p-2408c236.js} +0 -0
  770. /package/dist/ionic/{p-O8NobGs3.js → p-41d5544e.js} +0 -0
  771. /package/dist/ionic/{p-Dtdm8lKC.js → p-459d13d5.js} +0 -0
  772. /package/dist/ionic/{p-DiVJyqlX.js → p-47794def.js} +0 -0
  773. /package/dist/ionic/{p-ZjP4CjeZ.js → p-7b30edcc.js} +0 -0
  774. /package/dist/ionic/{p-BTEOs1at.js → p-9b97df10.js} +0 -0
  775. /package/dist/ionic/{p-B-hirT0v.js → p-ccd02320.js} +0 -0
  776. /package/dist/ionic/{p-BmVRXR1y.js → p-d47265c8.js} +0 -0
  777. /package/dist/ionic/{p-sObYyvOy.js → p-de756e5c.js} +0 -0
  778. /package/dist/ionic/{p-D4RIp70E.js → p-f0c2a614.js} +0 -0
  779. /package/dist/ionic/{p-C53feagD.js → p-fb813dab.js} +0 -0
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,h as i,e as o,f as e}from"./p-66a5d6a8.js";import{h as n}from"./p-ece78e7b.js";import{c as a}from"./p-47794def.js";import{b as r}from"./p-597ff9af.js";const l=class{constructor(i){t(this,i),this.pickerColumn=null,this.ariaLabel=null,this.disabled=!1,this.value=void 0,this.color="primary"}onAriaLabelChange(t){this.ariaLabel=t}componentWillLoad(){const t=n(this.el,["aria-label"]);this.ariaLabel=t["aria-label"]||null}connectedCallback(){this.pickerColumn=this.el.closest("ion-picker-column")}disconnectedCallback(){this.pickerColumn=null}componentDidLoad(){const{pickerColumn:t}=this;null!==t&&t.scrollActiveItemIntoView()}onClick(){const{pickerColumn:t}=this;null!==t&&t.setValue(this.value)}render(){const{color:t,disabled:e,ariaLabel:n}=this,l=r(this);return i(o,{key:"c1353e99c2aa19c0e3ddbe433557ed18e72e1c66",class:a(t,{[l]:!0,"option-disabled":e})},i("button",{key:"b4ee62ecf7458a07a56e8aa494485766a87a3fcb",tabindex:"-1","aria-label":n,disabled:e,onClick:()=>this.onClick()},i("slot",{key:"9ab1e4700c27103b676670a4b3521c183c6ab83d"})))}get el(){return e(this)}static get watchers(){return{"aria-label":["onAriaLabelChange"]}}};l.style={ios:"button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}",md:"button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}:host(.option-active){color:var(--ion-color-base)}"};export{l as ion_picker_column_option}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,c as o,w as i,h as a,e,f as r}from"./p-66a5d6a8.js";import{f as n,i as s,d,r as p,a as h,p as l}from"./p-c3f9d9fe.js";import{C as c,a as m,d as f}from"./p-b9fa7882.js";import{g as b,j as u,r as x,h as w,k as v}from"./p-ece78e7b.js";import{c as g}from"./p-ccd02320.js";import{p as k}from"./p-3f4327f7.js";import{g as y}from"./p-c61cc894.js";import{G as A,O as D,F as B,e as Y,B as S,j,k as E,f as M,g as T,h as C}from"./p-f53ee2e7.js";import{g as O}from"./p-47794def.js";import{e as $,w as P}from"./p-64d8ac48.js";import{b as z,c as I}from"./p-597ff9af.js";import{KEYBOARD_DID_OPEN as W}from"./p-2b7827c7.js";import{c as R}from"./p-c7e16491.js";import{g as L}from"./p-2408c236.js";import{createGesture as H}from"./p-8ededb41.js";import{w as N}from"./p-7b30edcc.js";import"./p-9af7f110.js";import"./p-9b97df10.js";import"./p-27281edd.js";var F;!function(t){t.Dark="DARK",t.Light="LIGHT",t.Default="DEFAULT"}(F||(F={}));const K={getEngine(){const t=y();if(null==t?void 0:t.isPluginAvailable("StatusBar"))return t.Plugins.StatusBar},setStyle(t){const o=this.getEngine();o&&o.setStyle(t)},getStyle:async function(){const t=this.getEngine();if(!t)return F.Default;const{style:o}=await t.getInfo();return o}},V=(t,o)=>{if(1===o)return 0;const i=1/(1-o);return t*i+-o*i},Z=()=>{!N||N.innerWidth>=768||K.setStyle({style:F.Dark})},_=(t=F.Default)=>{!N||N.innerWidth>=768||K.setStyle({style:t})},G=async(t,o)=>{"function"==typeof t.canDismiss&&await t.canDismiss(void 0,A)&&(o.isRunning()?o.onFinish((()=>{t.dismiss(void 0,"handler")}),{oneTimeCallback:!0}):t.dismiss(void 0,"handler"))},U=t=>.00255275*2.71828**(-14.9619*t)-1.00255*2.71828**(-.0380968*t)+1,q=.915,J=(t,o)=>u(400,t/Math.abs(1.1*o),500),Q=t=>{const{currentBreakpoint:o,backdropBreakpoint:i,expandToScroll:a}=t,e=void 0===i||i<o,r=e?`calc(var(--backdrop-opacity) * ${o})`:"0",n=R("backdropAnimation").fromTo("opacity",0,r);return e&&n.beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),{wrapperAnimation:R("wrapperAnimation").keyframes([{offset:0,opacity:1,transform:"translateY(100%)"},{offset:1,opacity:1,transform:`translateY(${100-100*o}%)`}]),backdropAnimation:n,contentAnimation:a?void 0:R("contentAnimation").keyframes([{offset:0,opacity:1,maxHeight:100*(1-o)+"%"},{offset:1,opacity:1,maxHeight:100*o+"%"}])}},X=t=>{const{currentBreakpoint:o,backdropBreakpoint:i}=t,a=`calc(var(--backdrop-opacity) * ${V(o,i)})`,e=[{offset:0,opacity:a},{offset:1,opacity:0}],r=[{offset:0,opacity:a},{offset:i,opacity:0},{offset:1,opacity:0}],n=R("backdropAnimation").keyframes(0!==i?r:e);return{wrapperAnimation:R("wrapperAnimation").keyframes([{offset:0,opacity:1,transform:`translateY(${100-100*o}%)`},{offset:1,opacity:1,transform:"translateY(100%)"}]),backdropAnimation:n}},tt=(t,o)=>{const{presentingEl:i,currentBreakpoint:a,expandToScroll:e}=o,r=b(t),{wrapperAnimation:n,backdropAnimation:s,contentAnimation:d}=void 0!==a?Q(o):{backdropAnimation:R().fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),wrapperAnimation:R().fromTo("transform","translateY(100vh)","translateY(0vh)"),contentAnimation:void 0};s.addElement(r.querySelector("ion-backdrop")),n.addElement(r.querySelectorAll(".modal-wrapper, .modal-shadow")).beforeStyles({opacity:1}),!e&&(null==d||d.addElement(t.querySelector(".ion-page")));const p=R("entering-base").addElement(t).easing("cubic-bezier(0.32,0.72,0,1)").duration(500).addAnimation([n]).beforeAddWrite((()=>{if(e)return;const o=t.querySelector("ion-footer"),i=t.shadowRoot.querySelector("ion-footer");if(o&&!i){const i=o.clientHeight,a=o.cloneNode(!0);t.shadowRoot.appendChild(a),o.style.setProperty("display","none"),o.setAttribute("aria-hidden","true"),t.querySelector(".ion-page").style.setProperty("padding-bottom",`${i}px`)}}));if(d&&p.addAnimation(d),i){const t=window.innerWidth<768,o="ION-MODAL"===i.tagName&&void 0!==i.presentingElement,a=b(i),e=R().beforeStyles({transform:"translateY(0)","transform-origin":"top center",overflow:"hidden"}),r=document.body;if(t){const t=CSS.supports("width","max(0px, 1px)")?"max(30px, var(--ion-safe-area-top))":"30px",a=`translateY(${o?"-10px":t}) scale(0.915)`;e.afterStyles({transform:a}).beforeAddWrite((()=>r.style.setProperty("background-color","black"))).addElement(i).keyframes([{offset:0,filter:"contrast(1)",transform:"translateY(0px) scale(1)",borderRadius:"0px"},{offset:1,filter:"contrast(0.85)",transform:a,borderRadius:"10px 10px 0 0"}]),p.addAnimation(e)}else if(p.addAnimation(s),o){const t=`translateY(-10px) scale(${o?q:1})`;e.afterStyles({transform:t}).addElement(a.querySelector(".modal-wrapper")).keyframes([{offset:0,filter:"contrast(1)",transform:"translateY(0) scale(1)"},{offset:1,filter:"contrast(0.85)",transform:t}]);const i=R().afterStyles({transform:t}).addElement(a.querySelector(".modal-shadow")).keyframes([{offset:0,opacity:"1",transform:"translateY(0) scale(1)"},{offset:1,opacity:"0",transform:t}]);p.addAnimation([e,i])}else n.fromTo("opacity","0","1")}else p.addAnimation(s);return p},ot=(t,o,i=500)=>{const{presentingEl:a,currentBreakpoint:e,expandToScroll:r}=o,n=b(t),{wrapperAnimation:s,backdropAnimation:d}=void 0!==e?X(o):{backdropAnimation:R().fromTo("opacity","var(--backdrop-opacity)",0),wrapperAnimation:R().fromTo("transform","translateY(0vh)","translateY(100vh)")};d.addElement(n.querySelector("ion-backdrop")),s.addElement(n.querySelectorAll(".modal-wrapper, .modal-shadow")).beforeStyles({opacity:1});const p=R("leaving-base").addElement(t).easing("cubic-bezier(0.32,0.72,0,1)").duration(i).addAnimation(s).beforeAddWrite((()=>{if(r)return;const o=t.querySelector("ion-footer");if(o){const i=t.shadowRoot.querySelector("ion-footer");o.style.removeProperty("display"),o.removeAttribute("aria-hidden"),i.style.setProperty("display","none"),i.setAttribute("aria-hidden","true"),t.querySelector(".ion-page").style.removeProperty("padding-bottom")}}));if(a){const t=window.innerWidth<768,o="ION-MODAL"===a.tagName&&void 0!==a.presentingElement,i=b(a),e=R().beforeClearStyles(["transform"]).afterClearStyles(["transform"]).onFinish((t=>{1===t&&(a.style.setProperty("overflow",""),Array.from(r.querySelectorAll("ion-modal:not(.overlay-hidden)")).filter((t=>void 0!==t.presentingElement)).length<=1&&r.style.setProperty("background-color",""))})),r=document.body;if(t){const t=CSS.supports("width","max(0px, 1px)")?"max(30px, var(--ion-safe-area-top))":"30px",i=`translateY(${o?"-10px":t}) scale(0.915)`;e.addElement(a).keyframes([{offset:0,filter:"contrast(0.85)",transform:i,borderRadius:"10px 10px 0 0"},{offset:1,filter:"contrast(1)",transform:"translateY(0px) scale(1)",borderRadius:"0px"}]),p.addAnimation(e)}else if(p.addAnimation(d),o){const t=`translateY(-10px) scale(${o?q:1})`;e.addElement(i.querySelector(".modal-wrapper")).afterStyles({transform:"translate3d(0, 0, 0)"}).keyframes([{offset:0,filter:"contrast(0.85)",transform:t},{offset:1,filter:"contrast(1)",transform:"translateY(0) scale(1)"}]);const a=R().addElement(i.querySelector(".modal-shadow")).afterStyles({transform:"translateY(0) scale(1)"}).keyframes([{offset:0,opacity:"0",transform:t},{offset:1,opacity:"1",transform:"translateY(0) scale(1)"}]);p.addAnimation([e,a])}else s.fromTo("opacity","1","0")}else p.addAnimation(d);return p},it=(t,o)=>{const{currentBreakpoint:i,expandToScroll:a}=o,e=b(t),{wrapperAnimation:r,backdropAnimation:n,contentAnimation:s}=void 0!==i?Q(o):{backdropAnimation:R().fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]),wrapperAnimation:R().keyframes([{offset:0,opacity:.01,transform:"translateY(40px)"},{offset:1,opacity:1,transform:"translateY(0px)"}]),contentAnimation:void 0};n.addElement(e.querySelector("ion-backdrop")),r.addElement(e.querySelector(".modal-wrapper")),a&&(null==s||s.addElement(t.querySelector(".ion-page")));const d=R().addElement(t).easing("cubic-bezier(0.36,0.66,0.04,1)").duration(280).addAnimation([n,r]).beforeAddWrite((()=>{if(a)return;const o=t.querySelector("ion-footer"),i=t.shadowRoot.querySelector("ion-footer");if(o&&!i){const i=o.clientHeight,a=o.cloneNode(!0);t.shadowRoot.appendChild(a),o.style.setProperty("display","none"),o.setAttribute("aria-hidden","true"),t.querySelector(".ion-page").style.setProperty("padding-bottom",`${i}px`)}}));return s&&d.addAnimation(s),d},at=(t,o)=>{const{currentBreakpoint:i,expandToScroll:a}=o,e=b(t),{wrapperAnimation:r,backdropAnimation:n}=void 0!==i?X(o):{backdropAnimation:R().fromTo("opacity","var(--backdrop-opacity)",0),wrapperAnimation:R().keyframes([{offset:0,opacity:.99,transform:"translateY(0px)"},{offset:1,opacity:0,transform:"translateY(40px)"}])};return n.addElement(e.querySelector("ion-backdrop")),r.addElement(e.querySelector(".modal-wrapper")),R().easing("cubic-bezier(0.47,0,0.745,0.715)").duration(200).addAnimation([n,r]).beforeAddWrite((()=>{if(a)return;const o=t.querySelector("ion-footer");if(o){const i=t.shadowRoot.querySelector("ion-footer");o.style.removeProperty("display"),o.removeAttribute("aria-hidden"),i.style.setProperty("display","none"),i.setAttribute("aria-hidden","true"),t.querySelector(".ion-page").style.removeProperty("padding-bottom")}}))},et=class{constructor(i){t(this,i),this.didPresent=o(this,"ionModalDidPresent",7),this.willPresent=o(this,"ionModalWillPresent",7),this.willDismiss=o(this,"ionModalWillDismiss",7),this.didDismiss=o(this,"ionModalDidDismiss",7),this.ionBreakpointDidChange=o(this,"ionBreakpointDidChange",7),this.didPresentShorthand=o(this,"didPresent",7),this.willPresentShorthand=o(this,"willPresent",7),this.willDismissShorthand=o(this,"willDismiss",7),this.didDismissShorthand=o(this,"didDismiss",7),this.ionMount=o(this,"ionMount",7),this.lockController=g(),this.triggerController=Y(),this.coreDelegate=c(),this.isSheetModal=!1,this.inheritedAttributes={},this.inline=!1,this.gestureAnimationDismissing=!1,this.onHandleClick=()=>{const{sheetTransition:t,handleBehavior:o}=this;"cycle"===o&&void 0===t&&this.moveToNextBreakpoint()},this.onBackdropTap=()=>{const{sheetTransition:t}=this;void 0===t&&this.dismiss(void 0,S)},this.onLifecycle=t=>{const o=this.usersElement,i=rt[t.type];if(o&&i){const a=new CustomEvent(i,{bubbles:!1,cancelable:!1,detail:t.detail});o.dispatchEvent(a)}},this.presented=!1,this.hasController=!1,this.overlayIndex=void 0,this.delegate=void 0,this.keyboardClose=!0,this.enterAnimation=void 0,this.leaveAnimation=void 0,this.breakpoints=void 0,this.expandToScroll=!0,this.initialBreakpoint=void 0,this.backdropBreakpoint=0,this.handle=void 0,this.handleBehavior="none",this.component=void 0,this.componentProps=void 0,this.cssClass=void 0,this.backdropDismiss=!0,this.showBackdrop=!0,this.animated=!0,this.presentingElement=void 0,this.htmlAttributes=void 0,this.isOpen=!1,this.trigger=void 0,this.keepContentsMounted=!1,this.focusTrap=!0,this.canDismiss=!0}onIsOpenChange(t,o){!0===t&&!1===o?this.present():!1===t&&!0===o&&this.dismiss()}triggerChanged(){const{trigger:t,el:o,triggerController:i}=this;t&&i.addClickListener(o,t)}breakpointsChanged(t){void 0!==t&&(this.sortedBreakpoints=t.sort(((t,o)=>t-o)))}connectedCallback(){const{el:t}=this;j(t),this.triggerChanged()}disconnectedCallback(){this.triggerController.removeClickListener()}componentWillLoad(){var t;const{breakpoints:o,initialBreakpoint:i,el:a,htmlAttributes:e}=this,r=this.isSheetModal=void 0!==o&&void 0!==i,n=["aria-label","role"];this.inheritedAttributes=w(a,n),void 0!==e&&n.forEach((t=>{e[t]&&(this.inheritedAttributes=Object.assign(Object.assign({},this.inheritedAttributes),{[t]:e[t]}),delete e[t])})),r&&(this.currentBreakpoint=this.initialBreakpoint),void 0===o||void 0===i||o.includes(i)||k("Your breakpoints array must include the initialBreakpoint value."),(null===(t=this.htmlAttributes)||void 0===t?void 0:t.id)||E(this.el)}componentDidLoad(){!0===this.isOpen&&x((()=>this.present())),this.breakpointsChanged(this.breakpoints),this.triggerChanged()}getDelegate(t=!1){if(this.workingDelegate&&!t)return{delegate:this.workingDelegate,inline:this.inline};const o=this.inline=null!==this.el.parentNode&&!this.hasController;return{inline:o,delegate:this.workingDelegate=o?this.delegate||this.coreDelegate:this.delegate}}async checkCanDismiss(t,o){const{canDismiss:i}=this;return"function"==typeof i?i(t,o):i}async present(){const t=await this.lockController.lock();if(this.presented)return void t();const{presentingElement:o,el:a}=this;this.currentBreakpoint=this.initialBreakpoint;const{inline:e,delegate:r}=this.getDelegate(!0);this.ionMount.emit(),this.usersElement=await m(r,a,this.component,["ion-page"],this.componentProps,e),v(a)?await $(this.usersElement):this.keepContentsMounted||await P(),i((()=>this.el.classList.add("show-modal")));const n=void 0!==o;n&&"ios"===z(this)&&(this.statusBarStyle=await K.getStyle(),Z()),await M(this,"modalEnter",tt,it,{presentingEl:o,currentBreakpoint:this.initialBreakpoint,backdropBreakpoint:this.backdropBreakpoint,expandToScroll:this.expandToScroll}),"undefined"!=typeof window&&(this.keyboardOpenCallback=()=>{this.gesture&&(this.gesture.enable(!1),x((()=>{this.gesture&&this.gesture.enable(!0)})))},window.addEventListener(W,this.keyboardOpenCallback)),this.isSheetModal?this.initSheetGesture():n&&this.initSwipeToClose(),t()}initSwipeToClose(){var t;if("ios"!==z(this))return;const{el:o}=this,i=this.leaveAnimation||I.get("modalLeave",ot),a=this.animation=i(o,{presentingEl:this.presentingElement,expandToScroll:this.expandToScroll});if(!h(o))return void l(o);const e=null!==(t=this.statusBarStyle)&&void 0!==t?t:F.Default;this.gesture=((t,o,i,a)=>{const e=.5,r=t.offsetHeight;let h=!1,l=!1,c=null,m=null,f=!0,x=0;const w=H({el:t,gestureName:"modalSwipeToClose",gesturePriority:D,direction:"y",threshold:10,canStart:t=>{const o=t.event.target;if(null===o||!o.closest)return!0;if(c=n(o),c){if(s(c)){const t=b(c);m=t.querySelector(".inner-scroll")}else m=c;return!c.querySelector("ion-refresher")&&0===m.scrollTop}return null===o.closest("ion-footer")},onStart:i=>{const{deltaY:a}=i;f=!c||!s(c)||c.scrollY,l=void 0!==t.canDismiss&&!0!==t.canDismiss,a>0&&c&&d(c),o.progressStart(!0,h?1:0)},onMove:t=>{const{deltaY:a}=t;a>0&&c&&d(c);const n=t.deltaY/r,s=n>=0&&l,p=s?.2:.9999,h=s?U(n/p):n,m=u(1e-4,h,p);o.progressStep(m),m>=e&&x<e?_(i):m<e&&x>=e&&Z(),x=m},onEnd:i=>{const n=i.velocityY,s=i.deltaY/r,d=s>=0&&l,m=d?.2:.9999,b=d?U(s/m):s,x=u(1e-4,b,m),v=!d&&(i.deltaY+1e3*n)/r>=e;let g=v?-.001:.001;v?(o.easing("cubic-bezier(0.32, 0.72, 0, 1)"),g+=L([0,0],[.32,.72],[0,1],[1,1],x)[0]):(o.easing("cubic-bezier(1, 0, 0.68, 0.28)"),g+=L([0,0],[1,0],[.68,.28],[1,1],x)[0]);const k=J(v?s*r:(1-x)*r,n);h=v,w.enable(!1),c&&p(c,f),o.onFinish((()=>{v||w.enable(!0)})).progressEnd(v?1:0,g,k),d&&x>m/4?G(t,o):v&&a()}});return w})(o,a,e,(()=>{this.gestureAnimationDismissing=!0,_(this.statusBarStyle),this.animation.onFinish((async()=>{await this.dismiss(void 0,A),this.gestureAnimationDismissing=!1}))})),this.gesture.enable(!0)}initSheetGesture(){const{wrapperEl:t,initialBreakpoint:o,backdropBreakpoint:i}=this;if(!t||void 0===o)return;const a=this.enterAnimation||I.get("modalEnter",tt),e=this.animation=a(this.el,{presentingEl:this.presentingElement,currentBreakpoint:o,backdropBreakpoint:i,expandToScroll:this.expandToScroll});e.progressStart(!0,1);const{gesture:r,moveSheetToBreakpoint:d}=((t,o,i,a,e,r,d=[],p,h,l,c)=>{const m={WRAPPER_KEYFRAMES:[{offset:0,transform:"translateY(0%)"},{offset:1,transform:"translateY(100%)"}],BACKDROP_KEYFRAMES:0!==e?[{offset:0,opacity:"var(--backdrop-opacity)"},{offset:1-e,opacity:0},{offset:1,opacity:0}]:[{offset:0,opacity:"var(--backdrop-opacity)"},{offset:1,opacity:.01}],CONTENT_KEYFRAMES:[{offset:0,maxHeight:"100%"},{offset:1,maxHeight:"0%"}]},f=t.querySelector("ion-content"),w=i.clientHeight;let v=a,g=0,k=!1,y=null;const A=d[d.length-1],D=d[0],Y=r.childAnimations.find((t=>"wrapperAnimation"===t.id)),S=r.childAnimations.find((t=>"backdropAnimation"===t.id)),j=r.childAnimations.find((t=>"contentAnimation"===t.id)),E=()=>{t.style.setProperty("pointer-events","auto"),o.style.setProperty("pointer-events","auto"),t.classList.remove(B)},M=()=>{t.style.setProperty("pointer-events","none"),o.style.setProperty("pointer-events","none"),t.classList.add(B)},T=o=>{const a=t.querySelector("ion-footer");if(!a)return;const e=i.nextElementSibling,r="original"===o?e:a,n="original"===o?a:e;n.style.removeProperty("display"),n.removeAttribute("aria-hidden");const s=t.querySelector(".ion-page");"original"===o?s.style.removeProperty("padding-bottom"):s.style.setProperty("padding-bottom",`${n.clientHeight}px`),r.style.setProperty("display","none"),r.setAttribute("aria-hidden","true")};Y&&S&&(Y.keyframes([...m.WRAPPER_KEYFRAMES]),S.keyframes([...m.BACKDROP_KEYFRAMES]),null==j||j.keyframes([...m.CONTENT_KEYFRAMES]),r.progressStart(!0,1-v),v>e?E():M()),f&&v!==A&&p&&(f.scrollY=!1);const C=o=>{const{breakpoint:i,canDismiss:a,breakpointOffset:n,animated:s}=o,h=a&&0===i,b=h?v:i,u=0!==b;return v=0,Y&&S&&(Y.keyframes([{offset:0,transform:`translateY(${100*n}%)`},{offset:1,transform:`translateY(${100*(1-b)}%)`}]),S.keyframes([{offset:0,opacity:`calc(var(--backdrop-opacity) * ${V(1-n,e)})`},{offset:1,opacity:`calc(var(--backdrop-opacity) * ${V(b,e)})`}]),j&&j.keyframes([{offset:0,maxHeight:100*(1-n)+"%"},{offset:1,maxHeight:100*b+"%"}]),r.progressStep(0)),O.enable(!1),!p&&u&&T("cloned"),h?G(t,r):u||l(),!f||b!==d[d.length-1]&&p||(f.scrollY=!0),new Promise((t=>{r.onFinish((()=>{u?Y&&S?x((()=>{Y.keyframes([...m.WRAPPER_KEYFRAMES]),S.keyframes([...m.BACKDROP_KEYFRAMES]),null==j||j.keyframes([...m.CONTENT_KEYFRAMES]),r.progressStart(!0,1-b),v=b,c(v),v>e?E():M(),O.enable(!0),t()})):(O.enable(!0),t()):t()}),{oneTimeCallback:!0}).progressEnd(1,0,s?500:0)}))},O=H({el:i,gestureName:"modalSheet",gesturePriority:40,direction:"y",threshold:10,canStart:t=>{const o=n(t.event.target);if(v=h(),!p&&o)return 0===(s(o)?b(o).querySelector(".inner-scroll"):o).scrollTop;if(1===v&&o){const t=s(o)?b(o).querySelector(".inner-scroll"):o;return!o.querySelector("ion-refresher")&&0===t.scrollTop}return!0},onStart:o=>{if(k=void 0!==t.canDismiss&&!0!==t.canDismiss&&0===D,!p){const t=n(o.event.target);y=t&&s(t)?b(t).querySelector(".inner-scroll"):t}p||T("original"),o.deltaY>0&&f&&(f.scrollY=!1),x((()=>{t.focus()})),r.progressStart(!0,1-v)},onMove:t=>{if(!p&&t.deltaY<=0&&y)return;t.deltaY>0&&f&&(f.scrollY=!1);const o=d.length>1?1-d[1]:void 0,i=1-v+t.deltaY/w,a=void 0!==o&&i>=o&&k,e=a?.95:.9999,n=a&&void 0!==o?o+U((i-o)/(e-o)):i;g=u(1e-4,n,e),r.progressStep(g)},onEnd:t=>{if(!p&&t.deltaY<=0&&y&&y.scrollTop>0)return;const o=v-(t.deltaY+350*t.velocityY)/w,i=d.reduce(((t,i)=>Math.abs(i-o)<Math.abs(t-o)?i:t));C({breakpoint:i,breakpointOffset:g,canDismiss:k,animated:!0})}});return{gesture:O,moveSheetToBreakpoint:C}})(this.el,this.backdropEl,t,o,i,e,this.sortedBreakpoints,this.expandToScroll,(()=>{var t;return null!==(t=this.currentBreakpoint)&&void 0!==t?t:0}),(()=>this.sheetOnDismiss()),(t=>{this.currentBreakpoint!==t&&(this.currentBreakpoint=t,this.ionBreakpointDidChange.emit({breakpoint:t}))}));this.gesture=r,this.moveSheetToBreakpoint=d,this.gesture.enable(!0)}sheetOnDismiss(){this.gestureAnimationDismissing=!0,this.animation.onFinish((async()=>{this.currentBreakpoint=0,this.ionBreakpointDidChange.emit({breakpoint:this.currentBreakpoint}),await this.dismiss(void 0,A),this.gestureAnimationDismissing=!1}))}async dismiss(t,o){var a;if(this.gestureAnimationDismissing&&o!==A)return!1;const e=await this.lockController.lock();if("handler"!==o&&!await this.checkCanDismiss(t,o))return e(),!1;const{presentingElement:r}=this;void 0!==r&&"ios"===z(this)&&_(this.statusBarStyle),"undefined"!=typeof window&&this.keyboardOpenCallback&&(window.removeEventListener(W,this.keyboardOpenCallback),this.keyboardOpenCallback=void 0);const n=await T(this,t,o,"modalLeave",ot,at,{presentingEl:r,currentBreakpoint:null!==(a=this.currentBreakpoint)&&void 0!==a?a:this.initialBreakpoint,backdropBreakpoint:this.backdropBreakpoint,expandToScroll:this.expandToScroll});if(n){const{delegate:t}=this.getDelegate();await f(t,this.usersElement),i((()=>this.el.classList.remove("show-modal"))),this.animation&&this.animation.destroy(),this.gesture&&this.gesture.destroy()}return this.currentBreakpoint=void 0,this.animation=void 0,e(),n}onDidDismiss(){return C(this.el,"ionModalDidDismiss")}onWillDismiss(){return C(this.el,"ionModalWillDismiss")}async setCurrentBreakpoint(t){if(!this.isSheetModal)return void k("setCurrentBreakpoint is only supported on sheet modals.");if(!this.breakpoints.includes(t))return void k(`Attempted to set invalid breakpoint value ${t}. Please double check that the breakpoint value is part of your defined breakpoints.`);const{currentBreakpoint:o,moveSheetToBreakpoint:i,canDismiss:a,breakpoints:e,animated:r}=this;o!==t&&i&&(this.sheetTransition=i({breakpoint:t,breakpointOffset:1-o,canDismiss:void 0!==a&&!0!==a&&0===e[0],animated:r}),await this.sheetTransition,this.sheetTransition=void 0)}async getCurrentBreakpoint(){return this.currentBreakpoint}async moveToNextBreakpoint(){const{breakpoints:t,currentBreakpoint:o}=this;if(!t||null==o)return!1;const i=t.filter((t=>0!==t)),a=i.indexOf(o),e=i[(a+1)%i.length];return await this.setCurrentBreakpoint(e),!0}render(){const{handle:t,isSheetModal:o,presentingElement:i,htmlAttributes:r,handleBehavior:n,inheritedAttributes:s,focusTrap:d,expandToScroll:p}=this,h=!1!==t&&o,l=z(this),c=void 0!==i&&"ios"===l,m="cycle"===n;return a(e,Object.assign({key:"e661562f9e4126136cee337e4ab8ca69ac80faae","no-router":!0,tabindex:"-1"},r,{style:{zIndex:`${2e4+this.overlayIndex}`},class:Object.assign({[l]:!0,"modal-default":!c&&!o,"modal-card":c,"modal-sheet":o,"modal-no-expand-scroll":o&&!p,"overlay-hidden":!0,[B]:!1===d},O(this.cssClass)),onIonBackdropTap:this.onBackdropTap,onIonModalDidPresent:this.onLifecycle,onIonModalWillPresent:this.onLifecycle,onIonModalWillDismiss:this.onLifecycle,onIonModalDidDismiss:this.onLifecycle}),a("ion-backdrop",{key:"9221692e0e111f99e80239ca44faaaed9b288425",ref:t=>this.backdropEl=t,visible:this.showBackdrop,tappable:this.backdropDismiss,part:"backdrop"}),"ios"===l&&a("div",{key:"20def7088d31e5eb13c3f2404c514cd8b74cd966",class:"modal-shadow"}),a("div",Object.assign({key:"b11229330571d4ff7b9136dfdddcd7d759ada876",role:"dialog"},s,{"aria-modal":"true",class:"modal-wrapper ion-overlay-wrapper",part:"content",ref:t=>this.wrapperEl=t}),h&&a("button",{key:"95b2a62477dfbc063a91910f0d37357388cfd914",class:"modal-handle",tabIndex:m?0:-1,"aria-label":"Activate to adjust the size of the dialog overlaying the screen",onClick:m?this.onHandleClick:void 0,part:"handle"}),a("slot",{key:"fba17dfdbdffbfd8992f473f633d172c5124dc19"})))}get el(){return r(this)}static get watchers(){return{isOpen:["onIsOpenChange"],trigger:["triggerChanged"]}}},rt={ionModalDidPresent:"ionViewDidEnter",ionModalWillPresent:"ionViewWillEnter",ionModalWillDismiss:"ionViewWillLeave",ionModalDidDismiss:"ionViewDidLeave"};et.style={ios:':host{--width:100%;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--overflow:hidden;--border-radius:0;--border-width:0;--border-style:none;--border-color:transparent;--background:var(--ion-background-color, #fff);--box-shadow:none;--backdrop-opacity:0;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);contain:strict}.modal-wrapper,ion-backdrop{pointer-events:auto}:host(.overlay-hidden){display:none}.modal-wrapper,.modal-shadow{border-radius:var(--border-radius);width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:var(--overflow);z-index:10}.modal-shadow{position:absolute;background:transparent}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--width:600px;--height:500px;--ion-safe-area-top:0px;--ion-safe-area-bottom:0px;--ion-safe-area-right:0px;--ion-safe-area-left:0px}}@media only screen and (min-width: 768px) and (min-height: 768px){:host{--width:600px;--height:600px}}.modal-handle{left:0px;right:0px;top:5px;border-radius:8px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;position:absolute;width:36px;height:5px;-webkit-transform:translateZ(0);transform:translateZ(0);border:0;background:var(--ion-color-step-350, var(--ion-background-color-step-350, #c0c0be));cursor:pointer;z-index:11}.modal-handle::before{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;position:absolute;width:36px;height:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:""}:host(.modal-sheet){--height:calc(100% - (var(--ion-safe-area-top) + 10px))}:host(.modal-sheet) .modal-wrapper,:host(.modal-sheet) .modal-shadow{position:absolute;bottom:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer{position:absolute;bottom:0;width:var(--width)}:host{--backdrop-opacity:var(--ion-backdrop-opacity, 0.4)}:host(.modal-card),:host(.modal-sheet){--border-radius:10px}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--border-radius:10px}}.modal-wrapper{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}@media screen and (max-width: 767px){@supports (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - max(30px, var(--ion-safe-area-top)) - 10px)}}@supports not (width: max(0px, 1px)){:host(.modal-card){--height:calc(100% - 40px)}}:host(.modal-card) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}:host(.modal-card){--backdrop-opacity:0;--width:100%;-ms-flex-align:end;align-items:flex-end}:host(.modal-card) .modal-shadow{display:none}:host(.modal-card) ion-backdrop{pointer-events:none}}@media screen and (min-width: 768px){:host(.modal-card){--width:calc(100% - 120px);--height:calc(100% - (120px + var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));--max-width:720px;--max-height:1000px;--backdrop-opacity:0;--box-shadow:0px 0px 30px 10px rgba(0, 0, 0, 0.1);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}:host(.modal-card) .modal-wrapper{-webkit-box-shadow:none;box-shadow:none}:host(.modal-card) .modal-shadow{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}}:host(.modal-sheet) .modal-wrapper{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0;border-end-start-radius:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer ion-toolbar:first-of-type{padding-top:6px}',md:':host{--width:100%;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--overflow:hidden;--border-radius:0;--border-width:0;--border-style:none;--border-color:transparent;--background:var(--ion-background-color, #fff);--box-shadow:none;--backdrop-opacity:0;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);contain:strict}.modal-wrapper,ion-backdrop{pointer-events:auto}:host(.overlay-hidden){display:none}.modal-wrapper,.modal-shadow{border-radius:var(--border-radius);width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:var(--overflow);z-index:10}.modal-shadow{position:absolute;background:transparent}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--width:600px;--height:500px;--ion-safe-area-top:0px;--ion-safe-area-bottom:0px;--ion-safe-area-right:0px;--ion-safe-area-left:0px}}@media only screen and (min-width: 768px) and (min-height: 768px){:host{--width:600px;--height:600px}}.modal-handle{left:0px;right:0px;top:5px;border-radius:8px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;position:absolute;width:36px;height:5px;-webkit-transform:translateZ(0);transform:translateZ(0);border:0;background:var(--ion-color-step-350, var(--ion-background-color-step-350, #c0c0be));cursor:pointer;z-index:11}.modal-handle::before{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;position:absolute;width:36px;height:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:""}:host(.modal-sheet){--height:calc(100% - (var(--ion-safe-area-top) + 10px))}:host(.modal-sheet) .modal-wrapper,:host(.modal-sheet) .modal-shadow{position:absolute;bottom:0}:host(.modal-sheet.modal-no-expand-scroll) ion-footer{position:absolute;bottom:0;width:var(--width)}:host{--backdrop-opacity:var(--ion-backdrop-opacity, 0.32)}@media only screen and (min-width: 768px) and (min-height: 600px){:host{--border-radius:2px;--box-shadow:0 28px 48px rgba(0, 0, 0, 0.4)}}.modal-wrapper{-webkit-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0);opacity:0.01}'};export{et as ion_modal}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register([],(function(t){"use strict";return{execute:function(){var r=t("g",(function(t,r,e,h,u){return n(t[1],r[1],e[1],h[1],u).map((function(n){return a(t[0],r[0],e[0],h[0],n)}))}));var a=function(t,r,a,n,e){var h=3*r*Math.pow(e-1,2);var u=-3*a*e+3*a+n*e;var M=t*Math.pow(e-1,3);return e*(h+e*u)-M};var n=function(t,r,a,n,e){t-=e;r-=e;a-=e;n-=e;var u=h(n-3*a+3*r-t,3*a-6*r+3*t,3*r-3*t,t);return u.filter((function(t){return t>=0&&t<=1}))};var e=function(t,r,a){var n=r*r-4*t*a;if(n<0){return[]}else{return[(-r+Math.sqrt(n))/(2*t),(-r-Math.sqrt(n))/(2*t)]}};var h=function(t,r,a,n){if(t===0){return e(r,a,n)}r/=t;a/=t;n/=t;var h=(3*a-r*r)/3;var u=(2*r*r*r-9*r*a+27*n)/27;if(h===0){return[Math.pow(-u,1/3)]}else if(u===0){return[Math.sqrt(-h),-Math.sqrt(-h)]}var M=Math.pow(u/2,2)+Math.pow(h/3,3);if(M===0){return[Math.pow(u/2,1/2)-r/3]}else if(M>0){return[Math.pow(-(u/2)+Math.sqrt(M),1/3)-Math.pow(u/2+Math.sqrt(M),1/3)-r/3]}var i=Math.sqrt(Math.pow(-(h/3),3));var v=Math.acos(-(u/(2*Math.sqrt(Math.pow(-(h/3),3)))));var f=2*Math.pow(i,1/3);return[f*Math.cos(v/3)-r/3,f*Math.cos((v+2*Math.PI)/3)-r/3,f*Math.cos((v+4*Math.PI)/3)-r/3]}}}}));
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,i,e,n){function r(t){return t instanceof e?t:new e((function(i){i(t)}))}return new(e||(e=Promise))((function(e,s){function u(t){try{a(n.next(t))}catch(t){s(t)}}function o(t){try{a(n["throw"](t))}catch(t){s(t)}}function a(t){t.done?e(t.value):r(t.value).then(u,o)}a((n=n.apply(t,i||[])).next())}))};var __generator=this&&this.__generator||function(t,i){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,u;return u={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(u[Symbol.iterator]=function(){return this}),u;function o(t){return function(i){return a([t,i])}}function a(o){if(n)throw new TypeError("Generator is already executing.");while(u&&(u=0,o[0]&&(e=0)),e)try{if(n=1,r&&(s=o[0]&2?r["return"]:o[0]?r["throw"]||((s=r["return"])&&s.call(r),0):r.next)&&!(s=s.call(r,o[1])).done)return s;if(r=0,s)o=[o[0]&2,s.value];switch(o[0]){case 0:case 1:s=o;break;case 4:e.label++;return{value:o[1],done:false};case 5:e.label++;r=o[1];o=[0];continue;case 7:o=e.ops.pop();e.trys.pop();continue;default:if(!(s=e.trys,s=s.length>0&&s[s.length-1])&&(o[0]===6||o[0]===2)){e=0;continue}if(o[0]===3&&(!s||o[1]>s[0]&&o[1]<s[3])){e.label=o[1];break}if(o[0]===6&&e.label<s[1]){e.label=s[1];s=o;break}if(s&&e.label<s[2]){e.label=s[2];e.ops.push(o);break}if(s[2])e.ops.pop();e.trys.pop();continue}o=i.call(t,e)}catch(t){o=[6,t];r=0}finally{n=s=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-f11a9436.system.js","./p-e673a0a2.system.js","./p-455cd7cc.system.js","./p-f201b53a.system.js","./p-978bdf4c.system.js","./p-3855fef7.system.js","./p-0ec5b7cf.system.js"],(function(t,i){"use strict";var e,n,r,s,u,o,a,f,h,c,d,v,l,w,m,b,_;return{setters:[function(t){e=t.r;n=t.c;r=t.h;s=t.f;u=t.e},function(t){o=t.g},function(t){a=t.n;f=t.s},function(t){h=t.b;c=t.c},function(t){d=t.l;v=t.t;l=t.s;w=t.d;m=t.b;b=t.c},function(t){_=t.a},function(){}],execute:function(){var p=1;var g=2;var y=3;var k=function(){function t(t,i){this.component=t;this.params=i;this.state=p}t.prototype.init=function(t){return __awaiter(this,void 0,void 0,(function(){var i,e;return __generator(this,(function(n){switch(n.label){case 0:this.state=g;if(!!this.element)return[3,2];i=this.component;e=this;return[4,_(this.delegate,t,i,["ion-page","ion-page-invisible"],this.params)];case 1:e.element=n.sent();n.label=2;case 2:return[2]}}))}))};t.prototype._destroy=function(){a(this.state!==y,"view state must be ATTACHED");var t=this.element;if(t){if(this.delegate){this.delegate.removeViewFromDom(t.parentElement,t)}else{t.remove()}}this.nav=undefined;this.state=y};return t}();var j=function(t,i,e){if(!t){return false}if(t.component!==i){return false}return f(t.params,e)};var C=function(t,i){if(!t){return null}if(t instanceof k){return t}return new k(t,i)};var B=function(t){return t.map((function(t){if(t instanceof k){return t}if("component"in t){return C(t.component,t.componentProps===null?undefined:t.componentProps)}return C(t,undefined)})).filter((function(t){return t!==null}))};var E=":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}";var O=E;var S=t("ion_nav",function(){function t(t){e(this,t);this.ionNavWillLoad=n(this,"ionNavWillLoad",7);this.ionNavWillChange=n(this,"ionNavWillChange",3);this.ionNavDidChange=n(this,"ionNavDidChange",3);this.transInstr=[];this.gestureOrAnimationInProgress=false;this.useRouter=false;this.isTransitioning=false;this.destroyed=false;this.views=[];this.didLoad=false;this.delegate=undefined;this.swipeGesture=undefined;this.animated=true;this.animation=undefined;this.rootParams=undefined;this.root=undefined}t.prototype.swipeGestureChanged=function(){if(this.gesture){this.gesture.enable(this.swipeGesture===true)}};t.prototype.rootChanged=function(){if(this.root===undefined){return}if(this.didLoad===false){return}if(!this.useRouter){if(this.root!==undefined){this.setRoot(this.root,this.rootParams)}}};t.prototype.componentWillLoad=function(){this.useRouter=document.querySelector("ion-router")!==null&&this.el.closest("[no-router]")===null;if(this.swipeGesture===undefined){var t=h(this);this.swipeGesture=c.getBoolean("swipeBackEnabled",t==="ios")}this.ionNavWillLoad.emit()};t.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(e){switch(e.label){case 0:this.didLoad=true;this.rootChanged();t=this;return[4,i.import("./p-705fda69.system.js")];case 1:t.gesture=e.sent().createSwipeBackGesture(this.el,this.canStart.bind(this),this.onStart.bind(this),this.onMove.bind(this),this.onEnd.bind(this));this.swipeGestureChanged();return[2]}}))}))};t.prototype.connectedCallback=function(){this.destroyed=false};t.prototype.disconnectedCallback=function(){for(var t=0,i=this.views;t<i.length;t++){var e=i[t];d(e.element,w);e._destroy()}if(this.gesture){this.gesture.destroy();this.gesture=undefined}this.transInstr.length=0;this.views.length=0;this.destroyed=true};t.prototype.push=function(t,i,e,n){return this.insert(-1,t,i,e,n)};t.prototype.insert=function(t,i,e,n,r){return this.insertPages(t,[{component:i,componentProps:e}],n,r)};t.prototype.insertPages=function(t,i,e,n){return this.queueTrns({insertStart:t,insertViews:i,opts:e},n)};t.prototype.pop=function(t,i){return this.removeIndex(-1,1,t,i)};t.prototype.popTo=function(t,i,e){var n={removeStart:-1,removeCount:-1,opts:i};if(typeof t==="object"&&t.component){n.removeView=t;n.removeStart=1}else if(typeof t==="number"){n.removeStart=t+1}return this.queueTrns(n,e)};t.prototype.popToRoot=function(t,i){return this.removeIndex(1,-1,t,i)};t.prototype.removeIndex=function(t,i,e,n){if(i===void 0){i=1}return this.queueTrns({removeStart:t,removeCount:i,opts:e},n)};t.prototype.setRoot=function(t,i,e,n){return this.setPages([{component:t,componentProps:i}],e,n)};t.prototype.setPages=function(t,i,e){i!==null&&i!==void 0?i:i={};if(i.animated!==true){i.animated=false}return this.queueTrns({insertStart:0,insertViews:t,removeStart:0,removeCount:-1,opts:i},e)};t.prototype.setRouteId=function(t,i,e,n){var r=this;var s=this.getActiveSync();if(j(s,t,i)){return Promise.resolve({changed:false,element:s.element})}var u;var o=new Promise((function(t){return u=t}));var a;var f={updateURL:false,viewIsReady:function(t){var i;var e=new Promise((function(t){return i=t}));u({changed:true,element:t,markVisible:function(){return __awaiter(r,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:i();return[4,a];case 1:t.sent();return[2]}}))}))}});return e}};if(e==="root"){a=this.setRoot(t,i,f)}else{var h=this.views.find((function(e){return j(e,t,i)}));if(h){a=this.popTo(h,Object.assign(Object.assign({},f),{direction:"back",animationBuilder:n}))}else if(e==="forward"){a=this.push(t,i,Object.assign(Object.assign({},f),{animationBuilder:n}))}else if(e==="back"){a=this.setRoot(t,i,Object.assign(Object.assign({},f),{direction:"back",animated:true,animationBuilder:n}))}}return o};t.prototype.getRouteId=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(i){t=this.getActiveSync();if(t){return[2,{id:t.element.tagName,params:t.params,element:t.element}]}return[2,undefined]}))}))};t.prototype.getActive=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.getActiveSync()]}))}))};t.prototype.getByIndex=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){return[2,this.views[t]]}))}))};t.prototype.canGoBack=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){return[2,this.canGoBackSync(t)]}))}))};t.prototype.getPrevious=function(t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){return[2,this.getPreviousSync(t)]}))}))};t.prototype.getLength=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Promise.resolve(this.views.length)]}))}))};t.prototype.getActiveSync=function(){return this.views[this.views.length-1]};t.prototype.canGoBackSync=function(t){if(t===void 0){t=this.getActiveSync()}return!!(t&&this.getPreviousSync(t))};t.prototype.getPreviousSync=function(t){if(t===void 0){t=this.getActiveSync()}if(!t){return undefined}var i=this.views;var e=i.indexOf(t);return e>0?i[e-1]:undefined};t.prototype.queueTrns=function(t,i){return __awaiter(this,void 0,void 0,(function(){var e,n,r,s,u;return __generator(this,(function(o){switch(o.label){case 0:if(this.isTransitioning&&((e=t.opts)===null||e===void 0?void 0:e.skipIfBusy)){return[2,false]}r=new Promise((function(i,e){t.resolve=i;t.reject=e}));t.done=i;if(!(t.opts&&t.opts.updateURL!==false&&this.useRouter))return[3,2];s=document.querySelector("ion-router");if(!s)return[3,2];return[4,s.canTransition()];case 1:u=o.sent();if(u===false){return[2,false]}if(typeof u==="string"){s.push(u,t.opts.direction||"back");return[2,false]}o.label=2;case 2:if(((n=t.insertViews)===null||n===void 0?void 0:n.length)===0){t.insertViews=undefined}this.transInstr.push(t);this.nextTrns();return[2,r]}}))}))};t.prototype.success=function(t,i){if(this.destroyed){this.fireError("nav controller was destroyed",i);return}if(i.done){i.done(t.hasCompleted,t.requiresTransition,t.enteringView,t.leavingView,t.direction)}i.resolve(t.hasCompleted);if(i.opts.updateURL!==false&&this.useRouter){var e=document.querySelector("ion-router");if(e){var n=t.direction==="back"?"back":"forward";e.navChanged(n)}}};t.prototype.failed=function(t,i){if(this.destroyed){this.fireError("nav controller was destroyed",i);return}this.transInstr.length=0;this.fireError(t,i)};t.prototype.fireError=function(t,i){if(i.done){i.done(false,false,t)}if(i.reject&&!this.destroyed){i.reject(t)}else{i.resolve(false)}};t.prototype.nextTrns=function(){if(this.isTransitioning){return false}var t=this.transInstr.shift();if(!t){return false}this.runTransition(t);return true};t.prototype.runTransition=function(t){return __awaiter(this,void 0,void 0,(function(){var i,e,n,r,s,u;return __generator(this,(function(o){switch(o.label){case 0:o.trys.push([0,6,,7]);this.ionNavWillChange.emit();this.isTransitioning=true;this.prepareTI(t);i=this.getActiveSync();e=this.getEnteringView(t,i);if(!i&&!e){throw new Error("no views in the stack to be removed")}if(!(e&&e.state===p))return[3,2];return[4,e.init(this.el)];case 1:o.sent();o.label=2;case 2:this.postViewInit(e,i,t);n=(t.enteringRequiresTransition||t.leavingRequiresTransition)&&e!==i;if(n&&t.opts&&i){r=t.opts.direction==="back";if(r){t.opts.animationBuilder=t.opts.animationBuilder||(e===null||e===void 0?void 0:e.animationBuilder)}i.animationBuilder=t.opts.animationBuilder}s=void 0;if(!n)return[3,4];return[4,this.transition(e,i,t)];case 3:s=o.sent();return[3,5];case 4:s={hasCompleted:true,requiresTransition:false};o.label=5;case 5:this.success(s,t);this.ionNavDidChange.emit();return[3,7];case 6:u=o.sent();this.failed(u,t);return[3,7];case 7:this.isTransitioning=false;this.nextTrns();return[2]}}))}))};t.prototype.prepareTI=function(t){var i,e;var n;var r=this.views.length;(i=t.opts)!==null&&i!==void 0?i:t.opts={};(e=(n=t.opts).delegate)!==null&&e!==void 0?e:n.delegate=this.delegate;if(t.removeView!==undefined){a(t.removeStart!==undefined,"removeView needs removeStart");a(t.removeCount!==undefined,"removeView needs removeCount");var s=this.views.indexOf(t.removeView);if(s<0){throw new Error("removeView was not found")}t.removeStart+=s}if(t.removeStart!==undefined){if(t.removeStart<0){t.removeStart=r-1}if(t.removeCount<0){t.removeCount=r-t.removeStart}t.leavingRequiresTransition=t.removeCount>0&&t.removeStart+t.removeCount===r}if(t.insertViews){if(t.insertStart<0||t.insertStart>r){t.insertStart=r}t.enteringRequiresTransition=t.insertStart===r}var u=t.insertViews;if(!u){return}a(u.length>0,"length can not be zero");var o=B(u);if(o.length===0){throw new Error("invalid views to insert")}for(var f=0,h=o;f<h.length;f++){var c=h[f];c.delegate=t.opts.delegate;var d=c.nav;if(d&&d!==this){throw new Error("inserted view was already inserted")}if(c.state===y){throw new Error("inserted view was already destroyed")}}t.insertViews=o};t.prototype.getEnteringView=function(t,i){var e=t.insertViews;if(e!==undefined){return e[e.length-1]}var n=t.removeStart;if(n!==undefined){var r=this.views;var s=n+t.removeCount;for(var u=r.length-1;u>=0;u--){var o=r[u];if((u<n||u>=s)&&o!==i){return o}}}return undefined};t.prototype.postViewInit=function(t,i,e){var n,r,s;a(i||t,"Both leavingView and enteringView are null");a(e.resolve,"resolve must be valid");a(e.reject,"reject must be valid");var u=e.opts;var o=e.insertViews,f=e.removeStart,h=e.removeCount;var c;if(f!==undefined&&h!==undefined){a(f>=0,"removeStart can not be negative");a(h>=0,"removeCount can not be negative");c=[];for(var v=f;v<f+h;v++){var l=this.views[v];if(l!==undefined&&l!==t&&l!==i){c.push(l)}}(n=u.direction)!==null&&n!==void 0?n:u.direction="back"}var _=this.views.length+((r=o===null||o===void 0?void 0:o.length)!==null&&r!==void 0?r:0)-(h!==null&&h!==void 0?h:0);a(_>=0,"final balance can not be negative");if(_===0){console.warn("You can't remove all the pages in the navigation stack. nav.pop() is probably called too many times.",this,this.el);throw new Error("navigation stack needs at least one root page")}if(o){var p=e.insertStart;for(var g=0,y=o;g<y.length;g++){var l=y[g];this.insertViewAt(l,p);p++}if(e.enteringRequiresTransition){(s=u.direction)!==null&&s!==void 0?s:u.direction="forward"}}if(c&&c.length>0){for(var k=0,j=c;k<j.length;k++){var l=j[k];d(l.element,m);d(l.element,b);d(l.element,w)}for(var C=0,B=c;C<B.length;C++){var l=B[C];this.destroyView(l)}}};t.prototype.transition=function(t,i,e){return __awaiter(this,void 0,void 0,(function(){var n,r,s,u,o,a,f;var d=this;return __generator(this,(function(l){switch(l.label){case 0:n=e.opts;r=n.progressAnimation?function(t){if(t!==undefined&&!d.gestureOrAnimationInProgress){d.gestureOrAnimationInProgress=true;t.onFinish((function(){d.gestureOrAnimationInProgress=false}),{oneTimeCallback:true});t.progressEnd(0,0,0)}else{d.sbAni=t}}:undefined;s=h(this);u=t.element;o=i&&i.element;a=Object.assign(Object.assign({mode:s,showGoBack:this.canGoBackSync(t),baseEl:this.el,progressCallback:r,animated:this.animated&&c.getBoolean("animated",true),enteringEl:u,leavingEl:o},n),{animationBuilder:n.animationBuilder||this.animation||c.get("navAnimation")});return[4,v(a)];case 1:f=l.sent().hasCompleted;return[2,this.transitionFinish(f,t,i,n)]}}))}))};t.prototype.transitionFinish=function(t,i,e,n){var r=t?i:e;if(r){this.unmountInactiveViews(r)}return{hasCompleted:t,requiresTransition:true,enteringView:i,leavingView:e,direction:n.direction}};t.prototype.insertViewAt=function(t,i){var e=this.views;var n=e.indexOf(t);if(n>-1){a(t.nav===this,"view is not part of the nav");e.splice(n,1);e.splice(i,0,t)}else{a(!t.nav,"nav is used");t.nav=this;e.splice(i,0,t)}};t.prototype.removeView=function(t){a(t.state===g||t.state===y,"view state should be loaded or destroyed");var i=this.views;var e=i.indexOf(t);a(e>-1,"view must be part of the stack");if(e>=0){i.splice(e,1)}};t.prototype.destroyView=function(t){t._destroy();this.removeView(t)};t.prototype.unmountInactiveViews=function(t){if(this.destroyed){return}var i=this.views;var e=i.indexOf(t);for(var n=i.length-1;n>=0;n--){var r=i[n];var s=r.element;if(s){if(n>e){d(s,w);this.destroyView(r)}else if(n<e){l(s,true)}}}};t.prototype.canStart=function(){return!this.gestureOrAnimationInProgress&&!!this.swipeGesture&&!this.isTransitioning&&this.transInstr.length===0&&this.canGoBackSync()};t.prototype.onStart=function(){this.gestureOrAnimationInProgress=true;this.pop({direction:"back",progressAnimation:true})};t.prototype.onMove=function(t){if(this.sbAni){this.sbAni.progressStep(t)}};t.prototype.onEnd=function(t,i,e){var n=this;if(this.sbAni){this.sbAni.onFinish((function(){n.gestureOrAnimationInProgress=false}),{oneTimeCallback:true});var r=t?-.001:.001;if(!t){this.sbAni.easing("cubic-bezier(1, 0, 0.68, 0.28)");r+=o([0,0],[1,0],[.68,.28],[1,1],i)[0]}else{r+=o([0,0],[.32,.72],[0,1],[1,1],i)[0]}this.sbAni.progressEnd(t?1:0,r,e)}else{this.gestureOrAnimationInProgress=false}};t.prototype.render=function(){return r("slot",{key:"71e9b5d07fc90ca5534197a63a003a4154aabd59"})};Object.defineProperty(t.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{swipeGesture:["swipeGestureChanged"],root:["rootChanged"]}},enumerable:false,configurable:true});return t}());S.style=O;var V=function(t,i,e,n,r){var s=t.closest("ion-nav");if(s){if(i==="forward"){if(e!==undefined){return s.push(e,n,{skipIfBusy:true,animationBuilder:r})}}else if(i==="root"){if(e!==undefined){return s.setRoot(e,n,{skipIfBusy:true,animationBuilder:r})}}else if(i==="back"){return s.pop({skipIfBusy:true,animationBuilder:r})}}return Promise.resolve(false)};var P=t("ion_nav_link",function(){function t(t){var i=this;e(this,t);this.onClick=function(){return V(i.el,i.routerDirection,i.component,i.componentProps,i.routerAnimation)};this.component=undefined;this.componentProps=undefined;this.routerDirection="forward";this.routerAnimation=undefined}t.prototype.render=function(){return r(u,{key:"9ba170d1b10e08e8a6b5e6a30d363871d455a0a9",onClick:this.onClick})};Object.defineProperty(t.prototype,"el",{get:function(){return s(this)},enumerable:false,configurable:true});return t}())}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{r as e,h as s,d as o}from"./p-EP3pwcdb.js";const r=class{constructor(s){e(this,s)}render(){return s(o,{key:"64b3965b14c749e77e9ce13b59f349d971e245c8"},s("slot",{key:"2d0bed34f9bc93f92e713cb51e42220f3cecd8f5"}))}};r.style=":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";export{r as ion_segment_content}
4
+ import{r as e,h as s,e as o}from"./p-66a5d6a8.js";const r=class{constructor(s){e(this,s)}render(){return s(o,{key:"64b3965b14c749e77e9ce13b59f349d971e245c8"},s("slot",{key:"2d0bed34f9bc93f92e713cb51e42220f3cecd8f5"}))}};r.style=":host{scroll-snap-align:center;scroll-snap-stop:always;-ms-flex-negative:0;flex-shrink:0;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}:host::-webkit-scrollbar{display:none}";export{r as ion_segment_content}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ const a=(a,r=0)=>new Promise((e=>{i(a,r,e)})),i=(a,i=0,r)=>{let e,t;const n={passive:!0},o=()=>{e&&e()},s=i=>{void 0!==i&&a!==i.target||(o(),r(i))};return a&&(a.addEventListener("webkitTransitionEnd",s,n),a.addEventListener("transitionend",s,n),t=setTimeout(s,i+500),e=()=>{void 0!==t&&(clearTimeout(t),t=void 0),a.removeEventListener("webkitTransitionEnd",s,n),a.removeEventListener("transitionend",s,n)}),o},r=(a,i)=>{a.componentOnReady?a.componentOnReady().then((a=>i(a))):c((()=>i(a)))},e=a=>void 0!==a.componentOnReady,t=(a,i=[])=>{const r={};return i.forEach((i=>{a.hasAttribute(i)&&(null!==a.getAttribute(i)&&(r[i]=a.getAttribute(i)),a.removeAttribute(i))})),r},n=["role","aria-activedescendant","aria-atomic","aria-autocomplete","aria-braillelabel","aria-brailleroledescription","aria-busy","aria-checked","aria-colcount","aria-colindex","aria-colindextext","aria-colspan","aria-controls","aria-current","aria-describedby","aria-description","aria-details","aria-disabled","aria-errormessage","aria-expanded","aria-flowto","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-level","aria-live","aria-multiline","aria-multiselectable","aria-orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed","aria-readonly","aria-relevant","aria-required","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowindextext","aria-rowspan","aria-selected","aria-setsize","aria-sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],o=(a,i)=>{let r=n;return i&&i.length>0&&(r=r.filter((a=>!i.includes(a)))),t(a,r)},s=(a,i,r,e)=>a.addEventListener(i,r,e),l=(a,i,r,e)=>a.removeEventListener(i,r,e),u=(a,i=a)=>a.shadowRoot||i,c=a=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(a):"function"==typeof requestAnimationFrame?requestAnimationFrame(a):setTimeout(a),d=a=>!!a.shadowRoot&&!!a.attachShadow,m=a=>{if(a.focus(),a.classList.contains("ion-focusable")){const i=a.closest("ion-app");i&&i.setFocus([a])}},p=(a,i,r,e,t)=>{if(a||d(i)){let a=i.querySelector("input.aux-input");a||(a=i.ownerDocument.createElement("input"),a.type="hidden",a.classList.add("aux-input"),i.appendChild(a)),a.disabled=t,a.name=r,a.value=e||""}},f=(a,i,r)=>Math.max(a,Math.min(i,r)),b=(a,i)=>{if(!a){const a="ASSERT: "+i;throw console.error(a),new Error(a)}},v=a=>{if(a){const i=a.changedTouches;if(i&&i.length>0){const a=i[0];return{x:a.clientX,y:a.clientY}}if(void 0!==a.pageX)return{x:a.pageX,y:a.pageY}}return{x:0,y:0}},w=a=>{const i="rtl"===document.dir;switch(a){case"start":return i;case"end":return!i;default:throw new Error(`"${a}" is not a valid value for [side]. Use "start" or "end" instead.`)}},x=(a,i)=>{const r=a._original||a;return{_original:a,emit:y(r.emit.bind(r),i)}},y=(a,i=0)=>{let r;return(...e)=>{clearTimeout(r),r=setTimeout(a,i,...e)}},h=(a,i)=>{if(null!=a||(a={}),null!=i||(i={}),a===i)return!0;const r=Object.keys(a);if(r.length!==Object.keys(i).length)return!1;for(const e of r){if(!(e in i))return!1;if(a[e]!==i[e])return!1}return!0},_=a=>"number"==typeof a&&!isNaN(a)&&isFinite(a);export{s as a,l as b,r as c,p as d,x as e,m as f,u as g,t as h,o as i,f as j,e as k,_ as l,d as m,b as n,w as o,y as p,v as q,c as r,h as s,a as t}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-792919fd.system.js","./p-455cd7cc.system.js","./p-0ec5b7cf.system.js"],(function(r){"use strict";var n,e,t;return{setters:[function(r){n=r.w},function(r){e=r.r},function(r){t=r.a}],execute:function(){var u=r("c",(function(r,t,u){var i;var f;if(n!==undefined&&"MutationObserver"in n){var o=Array.isArray(t)?t:[t];i=new MutationObserver((function(r){for(var n=0,t=r;n<t.length;n++){var i=t[n];var f=function(r){if(r.nodeType===Node.ELEMENT_NODE&&o.includes(r.slot)){u();e((function(){return a(r)}));return{value:void 0}}};for(var c=0,v=i.addedNodes;c<v.length;c++){var s=v[c];var d=f(s);if(typeof d==="object")return d.value}}}));i.observe(r,{childList:true,subtree:true})}var a=function(r){var n;if(f){f.disconnect();f=undefined}f=new MutationObserver((function(r){u();for(var n=0,e=r;n<e.length;n++){var i=e[n];for(var f=0,o=i.removedNodes;f<o.length;f++){var a=o[f];if(a.nodeType===Node.ELEMENT_NODE&&a.slot===t){v()}}}}));f.observe((n=r.parentElement)!==null&&n!==void 0?n:r,{subtree:true,childList:true})};var c=function(){if(i){i.disconnect();i=undefined}v()};var v=function(){if(f){f.disconnect();f=undefined}};return{destroy:c}}));var i=r("g",(function(r,n,e){var u=r==null?0:r.toString().length;var i=f(u,n);if(e===undefined){return i}try{return e(u,n)}catch(r){t("Exception in provided `counterFormatter`.",r);return i}}));var f=function(r,n){return"".concat(r," / ").concat(n)}}}}));
@@ -0,0 +1,5 @@
1
+ var __extends=this&&this.__extends||function(){var r=function(e,n){r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,e){r.__proto__=e}||function(r,e){for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n))r[n]=e[n]};return r(e,n)};return function(e,n){if(typeof n!=="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");r(e,n);function t(){this.constructor=e}e.prototype=n===null?Object.create(n):(t.prototype=n.prototype,new t)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(r){for(var e,n=1,t=arguments.length;n<t;n++){e=arguments[n];for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i))r[i]=e[i]}return r};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(r,e,n,t){function i(r){return r instanceof n?r:new n((function(e){e(r)}))}return new(n||(n=Promise))((function(n,a){function f(r){try{o(t.next(r))}catch(r){a(r)}}function u(r){try{o(t["throw"](r))}catch(r){a(r)}}function o(r){r.done?n(r.value):i(r.value).then(f,u)}o((t=t.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},t,i,a,f;return f={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(f[Symbol.iterator]=function(){return this}),f;function u(r){return function(e){return o([r,e])}}function o(u){if(t)throw new TypeError("Generator is already executing.");while(f&&(f=0,u[0]&&(n=0)),n)try{if(t=1,i&&(a=u[0]&2?i["return"]:u[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;if(i=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;i=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1];a=u;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(u);break}if(a[2])n.ops.pop();n.trys.pop();continue}u=e.call(r,n)}catch(r){u=[6,r];i=0}finally{t=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,e,n){if(n||arguments.length===2)for(var t=0,i=e.length,a;t<i;t++){if(a||!(t in e)){if(!a)a=Array.prototype.slice.call(e,0,t);a[t]=e[t]}}return r.concat(a||Array.prototype.slice.call(e))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register([],(function(r,e){"use strict";return{execute:function(){var n=this;var t="ionic";var i={allRenderFn:false,appendChildSlotFix:true,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:true,cmpDidLoad:true,cmpDidRender:true,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:true,cmpWillUpdate:false,connectedCallback:true,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:true,element:false,event:true,experimentalScopedSlotChanges:true,experimentalSlotFixes:true,formAssociated:false,hasRenderFn:true,hostListener:true,hostListenerTarget:true,hostListenerTargetBody:true,hostListenerTargetDocument:true,hostListenerTargetParent:false,hostListenerTargetWindow:true,hotModuleReplacement:false,hydrateClientSide:true,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,hydratedSelectorName:"hydrated",initializeNextTick:false,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:true,lifecycleDOMEvents:false,member:true,method:true,mode:true,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:true,scopedSlotTextContentFix:true,scriptDataOpts:false,shadowDelegatesFocus:true,shadowDom:true,slot:true,slotChildNodesFix:true,slotRelocation:true,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:true,vdomXlink:true,watchCallback:true};var a=Object.defineProperty;var f=function(r,e){for(var n in e)a(r,n,{get:e[n],enumerable:true})};var u=r("B",{isDev:false,isBrowser:true,isServer:false,isTesting:false});var o=new WeakMap;var l=function(r){return o.get(r)};var v=r("r",(function(r,e){return o.set(e.t=r,e)}));var s=function(r,e){var n={i:0,$hostElement$:r,u:e,o:new Map};{n.l=new Promise((function(r){return n.v=r}))}{n.h=new Promise((function(r){return n.p=r}));r["s-p"]=[];r["s-rc"]=[]}return o.set(r,n)};var c=function(r,e){return e in r};var d=function(r,e){return(0,console.error)(r,e)};var h=new Map;var p=function(r,n,t){var i=r.m.replace(/-/g,"_");var a=r.$;if(!a){return void 0}var f=h.get(a);if(f){return f[i]}
5
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return e.import("./".concat(a,".entry.js").concat("")).then((function(r){{h.set(a,r)}return r[i]}),d)};var m=new Map;var y=[];var w="r";var b="o";var $="s";var g="t";var _="s-id";var S="sty-id";var j="c-id";var k="{visibility:hidden}.hydrated{visibility:inherit}";var x="slot-fb{display:contents}slot-fb[hidden]{display:none}";var A="http://www.w3.org/1999/xlink";var O=typeof window!=="undefined"?window:{};var C=O.document||{head:{}};var T=r("H",O.HTMLElement||function(){function r(){}return r}());var E={i:0,_:"",jmp:function(r){return r()},raf:function(r){return requestAnimationFrame(r)},ael:function(r,e,n,t){return r.addEventListener(e,n,t)},rel:function(r,e,n,t){return r.removeEventListener(e,n,t)},ce:function(r,e){return new CustomEvent(r,e)}};var D=i.shadowDom;var R=function(){var r=false;try{C.addEventListener("e",null,Object.defineProperty({},"passive",{get:function(){r=true}}))}catch(r){}return r}();var L=r("p",(function(r){return Promise.resolve(r)}));var M=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(r){}return false}();var F=false;var N=[];var P=[];var U=function(r,e){return function(n){r.push(n);if(!F){F=true;if(e&&E.i&4){B(I)}else{E.raf(I)}}}};var W=function(r){for(var e=0;e<r.length;e++){try{r[e](performance.now())}catch(r){d(r)}}r.length=0};var I=function(){W(N);{W(P);if(F=N.length>0){E.raf(I)}}};var B=function(r){return L().then(r)};var H=r("d",U(N,false));var z=r("w",U(P,true));var G=r("j",(function(r){var e=new URL(r,E._);return e.origin!==O.location.origin?e.href:e.pathname}));var Q={};var q="http://www.w3.org/2000/svg";var K="http://www.w3.org/1999/xhtml";var V=function(r){return r!=null};var X=function(r){r=typeof r;return r==="object"||r==="function"};function J(r){var e,n,t;return(t=(n=(e=r.head)==null?void 0:e.querySelector('meta[name="csp-nonce"]'))==null?void 0:n.getAttribute("content"))!=null?t:void 0}var Y={};f(Y,{err:function(){return rr},map:function(){return er},ok:function(){return Z},unwrap:function(){return nr},unwrapErr:function(){return tr}});var Z=function(r){return{isOk:true,isErr:false,value:r}};var rr=function(r){return{isOk:false,isErr:true,value:r}};function er(r,e){if(r.isOk){var n=e(r.value);if(n instanceof Promise){return n.then((function(r){return Z(r)}))}else{return Z(n)}}if(r.isErr){var t=r.value;return rr(t)}throw"should never get here"}var nr=function(r){if(r.isOk){return r.value}else{throw r.value}};var tr=function(r){if(r.isErr){return r.value}else{throw r.value}};var ir=function(r,e){if(e===void 0){e=""}{return function(){return}}};var ar=function(r,e){{return function(){return}}};var fr=r("h",(function(r,e){var n=[];for(var t=2;t<arguments.length;t++){n[t-2]=arguments[t]}var i=null;var a=null;var f=null;var u=false;var o=false;var l=[];var v=function(e){for(var n=0;n<e.length;n++){i=e[n];if(Array.isArray(i)){v(i)}else if(i!=null&&typeof i!=="boolean"){if(u=typeof r!=="function"&&!X(i)){i=String(i)}if(u&&o){l[l.length-1].S+=i}else{l.push(u?ur(null,i):i)}o=u}}};v(n);if(e){if(e.key){a=e.key}if(e.name){f=e.name}{var s=e.className||e.class;if(s){e.class=typeof s!=="object"?s:Object.keys(s).filter((function(r){return s[r]})).join(" ")}}}if(typeof r==="function"){return r(e===null?{}:e,l,vr)}var c=ur(r,null);c.j=e;if(l.length>0){c.k=l}{c.A=a}{c.O=f}return c}));var ur=function(r,e){var n={i:0,C:r,S:e,T:null,k:null};{n.j=null}{n.A=null}{n.O=null}return n};var or=r("e",{});var lr=function(r){return r&&r.C===or};var vr={forEach:function(r,e){return r.map(sr).forEach(e)},map:function(r,e){return r.map(sr).map(e).map(cr)}};var sr=function(r){return{vattrs:r.j,vchildren:r.k,vkey:r.A,vname:r.O,vtag:r.C,vtext:r.S}};var cr=function(r){if(typeof r.vtag==="function"){var e=__assign({},r.vattrs);if(r.vkey){e.key=r.vkey}if(r.vname){e.name=r.vname}return fr.apply(void 0,__spreadArray([r.vtag,e],r.vchildren||[],false))}var n=ur(r.vtag,r.vtext);n.j=r.vattrs;n.k=r.vchildren;n.A=r.vkey;n.O=r.vname;return n};var dr=function(r,e,n,t){var i=ir("hydrateClient",e);var a=r.shadowRoot;var f=[];var u=[];var o=a?[]:null;var l=t.D=ur(e,null);if(!E.R){pr(C.body,E.R=new Map)}r[_]=n;r.removeAttribute(_);hr(l,f,u,o,r,r,n);f.map((function(r){var n=r.L+"."+r.M;var t=E.R.get(n);var i=r.T;if(t&&D&&t["s-en"]===""){t.parentNode.insertBefore(i,t.nextSibling)}if(!a){i["s-hn"]=e;if(t){i["s-ol"]=t;i["s-ol"]["s-nr"]=i}}E.R.delete(n)}));if(a){o.map((function(r){if(r){a.appendChild(r)}}))}i()};var hr=function(r,e,n,t,i,a,f){var u;var o;var l;var v;if(a.nodeType===1){u=a.getAttribute(j);if(u){o=u.split(".");if(o[0]===f||o[0]==="0"){l={i:0,L:o[0],M:o[1],F:o[2],N:o[3],C:a.tagName.toLowerCase(),T:a,j:null,k:null,A:null,O:null,S:null};e.push(l);a.removeAttribute(j);if(!r.k){r.k=[]}r.k[l.N]=l;r=l;if(t&&l.F==="0"){t[l.N]=l.T}}}if(a.shadowRoot){for(v=a.shadowRoot.childNodes.length-1;v>=0;v--){hr(r,e,n,t,i,a.shadowRoot.childNodes[v],f)}}for(v=a.childNodes.length-1;v>=0;v--){hr(r,e,n,t,i,a.childNodes[v],f)}}else if(a.nodeType===8){o=a.nodeValue.split(".");if(o[1]===f||o[1]==="0"){u=o[0];l={i:0,L:o[1],M:o[2],F:o[3],N:o[4],T:a,j:null,k:null,A:null,O:null,C:null,S:null};if(u===g){l.T=a.nextSibling;if(l.T&&l.T.nodeType===3){l.S=l.T.textContent;e.push(l);a.remove();if(!r.k){r.k=[]}r.k[l.N]=l;if(t&&l.F==="0"){t[l.N]=l.T}}}else if(l.L===f){if(u===$){l.C="slot";if(o[5]){a["s-sn"]=l.O=o[5]}else{a["s-sn"]=""}a["s-sr"]=true;if(t){l.T=C.createElement(l.C);if(l.O){l.T.setAttribute("name",l.O)}a.parentNode.insertBefore(l.T,a);a.remove();if(l.F==="0"){t[l.N]=l.T}}n.push(l);if(!r.k){r.k=[]}r.k[l.N]=l}else if(u===w){if(t){a.remove()}else{i["s-cr"]=a;a["s-cn"]=true}}}}}else if(r&&r.C==="style"){var s=ur(null,a.textContent);s.T=a;s.N="0";r.k=[s]}};var pr=function(r,e){if(r.nodeType===1){var n=0;if(r.shadowRoot){for(;n<r.shadowRoot.childNodes.length;n++){pr(r.shadowRoot.childNodes[n],e)}}for(n=0;n<r.childNodes.length;n++){pr(r.childNodes[n],e)}}else if(r.nodeType===8){var t=r.nodeValue.split(".");if(t[0]===b){e.set(t[1]+"."+t[2],r);r.nodeValue="";r["s-en"]=t[3]}}};var mr=function(r){return y.map((function(e){return e(r)})).find((function(r){return!!r}))};var yr=r("a",(function(r){return y.push(r)}));var wr=r("g",(function(r){return l(r).P}));var br=function(r,e){if(r!=null&&!X(r)){if(e&4){return r==="false"?false:r===""||!!r}if(e&2){return parseFloat(r)}if(e&1){return String(r)}return r}return r};var $r=r("f",(function(r){return l(r).$hostElement$}));var gr=r("c",(function(r,e,n){var t=$r(r);return{emit:function(r){return _r(t,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:r})}}}));var _r=function(r,e,n){var t=E.ce(e,n);r.dispatchEvent(t);return t};var Sr=new WeakMap;var jr=function(r,e,n){var t=m.get(r);if(M&&n){t=t||new CSSStyleSheet;if(typeof t==="string"){t=e}else{t.replaceSync(e)}}else{t=e}m.set(r,t)};var kr=function(r,e,n){var t;var i=Ar(e,n);var a=m.get(i);r=r.nodeType===11?r:C;if(a){if(typeof a==="string"){r=r.head||r;var f=Sr.get(r);var u=void 0;if(!f){Sr.set(r,f=new Set)}if(!f.has(i)){if(r.host&&(u=r.querySelector("[".concat(S,'="').concat(i,'"]')))){u.innerHTML=a}else{u=C.createElement("style");u.innerHTML=a;var o=(t=E.U)!=null?t:J(C);if(o!=null){u.setAttribute("nonce",o)}var l=!(e.i&1)||e.i&1&&r.nodeName!=="HEAD";if(l){r.insertBefore(u,r.querySelector("link"))}}if(e.i&4){u.innerHTML+=x}if(f){f.add(i)}}}else if(!r.adoptedStyleSheets.includes(a)){r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[a],false)}}return i};var xr=function(r){var e=r.u;var n=r.$hostElement$;var t=e.i;var i=ir("attachStyles",e.m);var a=kr(n.shadowRoot?n.shadowRoot:n.getRootNode(),e,r.P);if(t&10&&t&2){n["s-sc"]=a;n.classList.add(a+"-h");if(t&2){n.classList.add(a+"-s")}}i()};var Ar=function(r,e){return"sc-"+(e&&r.i&32?r.m+"-"+e:r.m)};var Or=function(r,e,n,t,i,a){if(n!==t){var f=c(r,e);var u=e.toLowerCase();if(e==="class"){var o=r.classList;var l=Tr(n);var v=Tr(t);o.remove.apply(o,l.filter((function(r){return r&&!v.includes(r)})));o.add.apply(o,v.filter((function(r){return r&&!l.includes(r)})))}else if(e==="style"){{for(var s in n){if(!t||t[s]==null){if(s.includes("-")){r.style.removeProperty(s)}else{r.style[s]=""}}}}for(var s in t){if(!n||t[s]!==n[s]){if(s.includes("-")){r.style.setProperty(s,t[s])}else{r.style[s]=t[s]}}}}else if(e==="key");else if(e==="ref"){if(t){t(r)}}else if(!f&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if(c(O,u)){e=u.slice(2)}else{e=u[2]+e.slice(3)}if(n||t){var d=e.endsWith(Er);e=e.replace(Dr,"");if(n){E.rel(r,e,n,d)}if(t){E.ael(r,e,t,d)}}}else{var h=X(t);if((f||h&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var p=t==null?"":t;if(e==="list"){f=false}else if(n==null||r[e]!=p){r[e]=p}}else{r[e]=t}}catch(r){}}var m=false;{if(u!==(u=u.replace(/^xlink\:?/,""))){e=u;m=true}}if(t==null||t===false){if(t!==false||r.getAttribute(e)===""){if(m){r.removeAttributeNS(A,e)}else{r.removeAttribute(e)}}}else if((!f||a&4||i)&&!h){t=t===true?"":t;if(m){r.setAttributeNS(A,e,t)}else{r.setAttribute(e,t)}}}}};var Cr=/\s/;var Tr=function(r){return!r?[]:r.split(Cr)};var Er="Capture";var Dr=new RegExp(Er+"$");var Rr=function(r,e,n){var t=e.T.nodeType===11&&e.T.host?e.T.host:e.T;var i=r&&r.j||Q;var a=e.j||Q;{for(var f=0,u=Lr(Object.keys(i));f<u.length;f++){var o=u[f];if(!(o in a)){Or(t,o,i[o],void 0,n,e.i)}}}for(var l=0,v=Lr(Object.keys(a));l<v.length;l++){var o=v[l];Or(t,o,i[o],a[o],n,e.i)}};function Lr(r){return r.includes("ref")?__spreadArray(__spreadArray([],r.filter((function(r){return r!=="ref"})),true),["ref"],false):r}var Mr;var Fr;var Nr;var Pr=false;var Ur=false;var Wr=false;var Ir=false;var Br=function(r,e,n,t){var a;var f=e.k[n];var u=0;var o;var l;var v;if(!Pr){Wr=true;if(f.C==="slot"){if(Mr){t.classList.add(Mr+"-s")}f.i|=f.k?2:1}}if(f.S!==null){o=f.T=C.createTextNode(f.S)}else if(f.i&1){o=f.T=C.createTextNode("")}else{if(!Ir){Ir=f.C==="svg"}o=f.T=C.createElementNS(Ir?q:K,!Pr&&i.slotRelocation&&f.i&2?"slot-fb":f.C);if(Ir&&f.C==="foreignObject"){Ir=false}{Rr(null,f,Ir)}var s=o.getRootNode();var c=!s.querySelector("body");if(!c&&i.scoped&&V(Mr)&&o["s-si"]!==Mr){o.classList.add(o["s-si"]=Mr)}{ae(o,t)}if(f.k){for(u=0;u<f.k.length;++u){l=Br(r,f,u,o);if(l){o.appendChild(l)}}}{if(f.C==="svg"){Ir=false}else if(o.tagName==="foreignObject"){Ir=true}}}o["s-hn"]=Nr;{if(f.i&(2|1)){o["s-sr"]=true;o["s-cr"]=Fr;o["s-sn"]=f.O||"";o["s-rf"]=(a=f.j)==null?void 0:a.ref;v=r&&r.k&&r.k[n];if(v&&v.C===f.C&&r.T){{Hr(r.T)}}}}return o};var Hr=function(r){E.i|=1;var e=r.closest(Nr.toLowerCase());if(e!=null){var n=Array.from(e.childNodes).find((function(r){return r["s-cr"]}));var t=Array.from(r.childNodes);for(var i=0,a=n?t.reverse():t;i<a.length;i++){var f=a[i];if(f["s-sh"]!=null){te(e,f,n!=null?n:null);f["s-sh"]=void 0;Wr=true}}}E.i&=~1};var zr=function(r,e){E.i|=1;var n=Array.from(r.childNodes);if(r["s-sr"]&&i.experimentalSlotFixes){var t=r;while(t=t.nextSibling){if(t&&t["s-sn"]===r["s-sn"]&&t["s-sh"]===Nr){n.push(t)}}}for(var a=n.length-1;a>=0;a--){var f=n[a];if(f["s-hn"]!==Nr&&f["s-ol"]){te(Xr(f),f,Vr(f));f["s-ol"].remove();f["s-ol"]=void 0;f["s-sh"]=void 0;Wr=true}if(e){zr(f,e)}}E.i&=~1};var Gr=function(r,e,n,t,i,a){var f=r["s-cr"]&&r["s-cr"].parentNode||r;var u;if(f.shadowRoot&&f.tagName===Nr){f=f.shadowRoot}for(;i<=a;++i){if(t[i]){u=Br(null,n,i,r);if(u){t[i].T=u;te(f,u,Vr(e))}}}};var Qr=function(r,e,n){for(var t=e;t<=n;++t){var i=r[t];if(i){var a=i.T;ne(i);if(a){{Ur=true;if(a["s-ol"]){a["s-ol"].remove()}else{zr(a,true)}}a.remove()}}}};var qr=function(r,e,n,t,i){if(i===void 0){i=false}var a=0;var f=0;var u=0;var o=0;var l=e.length-1;var v=e[0];var s=e[l];var c=t.length-1;var d=t[0];var h=t[c];var p;var m;while(a<=l&&f<=c){if(v==null){v=e[++a]}else if(s==null){s=e[--l]}else if(d==null){d=t[++f]}else if(h==null){h=t[--c]}else if(Kr(v,d,i)){Jr(v,d,i);v=e[++a];d=t[++f]}else if(Kr(s,h,i)){Jr(s,h,i);s=e[--l];h=t[--c]}else if(Kr(v,h,i)){if(v.C==="slot"||h.C==="slot"){zr(v.T.parentNode,false)}Jr(v,h,i);te(r,v.T,s.T.nextSibling);v=e[++a];h=t[--c]}else if(Kr(s,d,i)){if(v.C==="slot"||h.C==="slot"){zr(s.T.parentNode,false)}Jr(s,d,i);te(r,s.T,v.T);s=e[--l];d=t[++f]}else{u=-1;{for(o=a;o<=l;++o){if(e[o]&&e[o].A!==null&&e[o].A===d.A){u=o;break}}}if(u>=0){m=e[u];if(m.C!==d.C){p=Br(e&&e[f],n,u,r)}else{Jr(m,d,i);e[u]=void 0;p=m.T}d=t[++f]}else{p=Br(e&&e[f],n,f,r);d=t[++f]}if(p){{te(Xr(v.T),p,Vr(v.T))}}}}if(a>l){Gr(r,t[c+1]==null?null:t[c+1].T,n,t,f,c)}else if(f>c){Qr(e,a,l)}};var Kr=function(r,e,n){if(n===void 0){n=false}if(r.C===e.C){if(r.C==="slot"){if("M"in r&&n&&r.T.nodeType!==8){return false}return r.O===e.O}if(!n){return r.A===e.A}return true}return false};var Vr=function(r){return r&&r["s-ol"]||r};var Xr=function(r){return(r["s-ol"]?r["s-ol"]:r).parentNode};var Jr=function(r,e,n){if(n===void 0){n=false}var t=e.T=r.T;var a=r.k;var f=e.k;var u=e.C;var o=e.S;var l;if(o===null){{Ir=u==="svg"?true:u==="foreignObject"?false:Ir}{if(u==="slot"&&!Pr){if(r.O!==e.O){e.T["s-sn"]=e.O||"";Hr(e.T.parentElement)}}else{Rr(r,e,Ir)}}if(a!==null&&f!==null){qr(t,a,e,f,n)}else if(f!==null){if(r.S!==null){t.textContent=""}Gr(t,null,e,f,0,f.length-1)}else if(!n&&i.updatable&&a!==null){Qr(a,0,a.length-1)}if(Ir&&u==="svg"){Ir=false}}else if(l=t["s-cr"]){l.parentNode.textContent=o}else if(r.S!==o){t.data=o}};var Yr=function(r){var e=r.childNodes;for(var n=0,t=e;n<t.length;n++){var i=t[n];if(i.nodeType===1){if(i["s-sr"]){var a=i["s-sn"];i.hidden=false;for(var f=0,u=e;f<u.length;f++){var o=u[f];if(o!==i){if(o["s-hn"]!==i["s-hn"]||a!==""){if(o.nodeType===1&&(a===o.getAttribute("slot")||a===o["s-sn"])||o.nodeType===3&&a===o["s-sn"]){i.hidden=true;break}}else{if(o.nodeType===1||o.nodeType===3&&o.textContent.trim()!==""){i.hidden=true;break}}}}}Yr(i)}}};var Zr=[];var re=function(r){var e;var n;var t;for(var i=0,a=r.childNodes;i<a.length;i++){var f=a[i];if(f["s-sr"]&&(e=f["s-cr"])&&e.parentNode){n=e.parentNode.childNodes;var u=f["s-sn"];var o=function(){e=n[t];if(!e["s-cn"]&&!e["s-nr"]&&e["s-hn"]!==f["s-hn"]&&(!e["s-sh"]||e["s-sh"]!==f["s-hn"])){if(ee(e,u)){var r=Zr.find((function(r){return r.W===e}));Ur=true;e["s-sn"]=e["s-sn"]||u;if(r){r.W["s-sh"]=f["s-hn"];r.I=f}else{e["s-sh"]=f["s-hn"];Zr.push({I:f,W:e})}if(e["s-sr"]){Zr.map((function(n){if(ee(n.W,e["s-sn"])){r=Zr.find((function(r){return r.W===e}));if(r&&!n.I){n.I=r.I}}}))}}else if(!Zr.some((function(r){return r.W===e}))){Zr.push({W:e})}}};for(t=n.length-1;t>=0;t--){o()}}if(f.nodeType===1){re(f)}}};var ee=function(r,e){if(r.nodeType===1){if(r.getAttribute("slot")===null&&e===""){return true}if(r.getAttribute("slot")===e){return true}return false}if(r["s-sn"]===e){return true}return e===""};var ne=function(r){{r.j&&r.j.ref&&r.j.ref(null);r.k&&r.k.map(ne)}};var te=function(r,e,n){var t=r==null?void 0:r.insertBefore(e,n);{ae(e,r)}return t};var ie=function(r){var e=[];if(r){e.push.apply(e,__spreadArray(__spreadArray(__spreadArray([],r["s-scs"]||[],false),[r["s-si"],r["s-sc"]],false),ie(r.parentElement),false))}return e};var ae=function(r,e,n){if(n===void 0){n=false}var t;if(r&&e&&r.nodeType===1){var i=new Set(ie(e).filter(Boolean));if(i.size){(t=r.classList)==null?void 0:t.add.apply(t,r["s-scs"]=__spreadArray([],i,true));if(r["s-ol"]||n){for(var a=0,f=Array.from(r.childNodes);a<f.length;a++){var u=f[a];ae(u,r,true)}}}}};var fe=function(r,e,n){if(n===void 0){n=false}var t,i,a,f,u;var o=r.$hostElement$;var l=r.u;var v=r.D||ur(null,null);var s=lr(e)?e:fr(null,null,e);Nr=o.tagName;if(l.B){s.j=s.j||{};l.B.map((function(r){var e=r[0],n=r[1];return s.j[n]=o[e]}))}if(n&&s.j){for(var c=0,d=Object.keys(s.j);c<d.length;c++){var h=d[c];if(o.hasAttribute(h)&&!["key","ref","style","class"].includes(h)){s.j[h]=o[h]}}}s.C=null;s.i|=4;r.D=s;s.T=v.T=o.shadowRoot||o;{Mr=o["s-sc"]}Pr=(l.i&1)!==0;{Fr=o["s-cr"];Ur=false}Jr(v,s,n);{E.i|=1;if(Wr){re(s.T);for(var p=0,m=Zr;p<m.length;p++){var y=m[p];var w=y.W;if(!w["s-ol"]){var b=C.createTextNode("");b["s-nr"]=w;te(w.parentNode,w["s-ol"]=b,w)}}for(var $=0,g=Zr;$<g.length;$++){var y=g[$];var w=y.W;var _=y.I;if(_){var S=_.parentNode;var j=_.nextSibling;if(j&&j.nodeType===1){var b=(t=w["s-ol"])==null?void 0:t.previousSibling;while(b){var k=(i=b["s-nr"])!=null?i:null;if(k&&k["s-sn"]===w["s-sn"]&&S===k.parentNode){k=k.nextSibling;while(k===w||(k==null?void 0:k["s-sr"])){k=k==null?void 0:k.nextSibling}if(!k||!k["s-nr"]){j=k;break}}b=b.previousSibling}}if(!j&&S!==w.parentNode||w.nextSibling!==j){if(w!==j){te(S,w,j);if(w.nodeType===1){w.hidden=(a=w["s-ih"])!=null?a:false}}}w&&typeof _["s-rf"]==="function"&&_["s-rf"](w)}else{if(w.nodeType===1){if(n){w["s-ih"]=(f=w.hidden)!=null?f:false}w.hidden=true}}}}if(Ur){Yr(s.T)}E.i&=~1;Zr.length=0}if(l.i&2){for(var x=0,A=s.T.childNodes;x<A.length;x++){var O=A[x];if(O["s-hn"]!==Nr&&!O["s-sh"]){if(n&&O["s-ih"]==null){O["s-ih"]=(u=O.hidden)!=null?u:false}O.hidden=true}}}Fr=void 0};var ue=function(r,e){if(e&&!r.H&&e["s-p"]){e["s-p"].push(new Promise((function(e){return r.H=e})))}};var oe=function(r,e){{r.i|=16}if(r.i&4){r.i|=512;return}ue(r,r.G);var n=function(){return le(r,e)};return z(n)};var le=function(r,e){var n=r.$hostElement$;var t=ir("scheduleUpdate",r.u.m);var i=r.t;if(!i){throw new Error("Can't render component <".concat(n.tagName.toLowerCase()," /> with invalid Stencil runtime! Make sure this imported component is compiled with a `externalRuntime: true` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime"))}var a;if(e){{r.i|=256;if(r.q){r.q.map((function(r){var e=r[0],n=r[1];return ye(i,e,n)}));r.q=void 0}}{a=ye(i,"componentWillLoad")}}{a=ve(a,(function(){return ye(i,"componentWillRender")}))}t();return ve(a,(function(){return ce(r,i,e)}))};var ve=function(r,e){return se(r)?r.then(e).catch((function(r){console.error(r);e()})):e()};var se=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var ce=function(r,e,t){return __awaiter(n,void 0,void 0,(function(){var n,i,a,f,u,o,l;return __generator(this,(function(v){i=r.$hostElement$;a=ir("update",r.u.m);f=i["s-rc"];if(t){xr(r)}u=ir("render",r.u.m);{de(r,e,i,t)}if(f){f.map((function(r){return r()}));i["s-rc"]=void 0}u();a();{o=(n=i["s-p"])!=null?n:[];l=function(){return he(r)};if(o.length===0){l()}else{Promise.all(o).then(l);r.i|=4;o.length=0}}return[2]}))}))};var de=function(r,e,n,t){try{e=e.render&&e.render();{r.i&=~16}{r.i|=2}{{{fe(r,e,t)}}}}catch(e){d(e,r.$hostElement$)}return null};var he=function(r){var e=r.u.m;var n=r.$hostElement$;var t=ir("postUpdate",e);var i=r.t;var a=r.G;{ye(i,"componentDidRender")}if(!(r.i&64)){r.i|=64;{we(n)}{ye(i,"componentDidLoad")}t();{r.p(n);if(!a){me()}}}else{{ye(i,"componentDidUpdate")}t()}{r.v(n)}{if(r.H){r.H();r.H=void 0}if(r.i&512){B((function(){return oe(r,false)}))}r.i&=~(4|512)}};var pe=r("i",(function(r){{var e=l(r);var n=e.$hostElement$.isConnected;if(n&&(e.i&(2|16))===2){oe(e,false)}return n}}));var me=function(r){{we(C.documentElement)}B((function(){return _r(O,"appload",{detail:{namespace:t}})}))};var ye=function(r,e,n){if(r&&r[e]){try{return r[e](n)}catch(r){d(r)}}return void 0};var we=function(r){var e;return r.classList.add((e=i.hydratedSelectorName)!=null?e:"hydrated")};var be=function(r,e){return l(r).o.get(e)};var $e=function(r,e,n,t){var i=l(r);if(!i){throw new Error("Couldn't find host element for \"".concat(t.m,'" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).'))}var a=i.$hostElement$;var f=i.o.get(e);var u=i.i;var o=i.t;n=br(n,t.K[e][0]);var v=Number.isNaN(f)&&Number.isNaN(n);var s=n!==f&&!v;if((!(u&8)||f===void 0)&&s){i.o.set(e,n);if(o){if(t.V&&u&128){var c=t.V[e];if(c){c.map((function(r){try{o[r](n,f,e)}catch(r){d(r,a)}}))}}if((u&(2|16))===2){oe(i,false)}}}};var ge=function(r,e,n){var t,i;var a=r.prototype;if(e.K||(e.V||r.watchers)){if(r.watchers&&!e.V){e.V=r.watchers}var f=Object.entries((t=e.K)!=null?t:{});f.map((function(r){var t=r[0],i=r[1][0];if(i&31||n&2&&i&32){Object.defineProperty(a,t,{get:function(){return be(this,t)},set:function(r){$e(this,t,r,e)},configurable:true,enumerable:true})}else if(n&1&&i&64){Object.defineProperty(a,t,{value:function(){var r=[];for(var e=0;e<arguments.length;e++){r[e]=arguments[e]}var n;var i=l(this);return(n=i==null?void 0:i.l)==null?void 0:n.then((function(){var e;return(e=i.t)==null?void 0:e[t].apply(e,r)}))}})}}));if(n&1){var u=new Map;a.attributeChangedCallback=function(r,n,t){var i=this;E.jmp((function(){var f;var o=u.get(r);if(i.hasOwnProperty(o)){t=i[o];delete i[o]}else if(a.hasOwnProperty(o)&&typeof i[o]==="number"&&i[o]==t){return}else if(o==null){var v=l(i);var s=v==null?void 0:v.i;if(s&&!(s&8)&&s&128&&t!==n){var c=v.t;var d=(f=e.V)==null?void 0:f[r];d==null?void 0:d.forEach((function(e){if(c[e]!=null){c[e].call(c,t,n,r)}}))}return}i[o]=t===null&&typeof i[o]==="boolean"?false:t}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((i=e.V)!=null?i:{}),true),f.filter((function(r){var e=r[0],n=r[1];return n[0]&15})).map((function(r){var n=r[0],t=r[1];var i;var a=t[1]||n;u.set(a,n);if(t[0]&512){(i=e.B)==null?void 0:i.push([n,a])}return a})),true)))}}return r};var _e=function(r,e,t,i){return __awaiter(n,void 0,void 0,(function(){var n,i,a,f,u,o,l,v,s,c,h;return __generator(this,(function(y){switch(y.label){case 0:if(!((e.i&32)===0))return[3,6];e.i|=32;i=t.$;if(!i)return[3,4];a=p(t);if(!(a&&"then"in a))return[3,2];f=ar();return[4,a];case 1:n=y.sent();f();return[3,3];case 2:n=a;y.label=3;case 3:if(!n){throw new Error('Constructor for "'.concat(t.m,"#").concat(e.P,'" was not found'))}if(!n.isProxied){{t.V=n.watchers}ge(n,t,2);n.isProxied=true}u=ir("createInstance",t.m);{e.i|=8}try{new n(e)}catch(r){d(r)}{e.i&=~8}{e.i|=128}u();Se(e.t);return[3,5];case 4:n=r.constructor;o=r.localName;customElements.whenDefined(o).then((function(){return e.i|=128}));y.label=5;case 5:if(n&&n.style){l=void 0;if(typeof n.style==="string"){l=n.style}else if(typeof n.style!=="string"){e.P=mr(r);if(e.P){l=n.style[e.P]}}v=Ar(t,e.P);if(!m.has(v)){s=ir("registerStyles",t.m);jr(v,l,!!(t.i&1));s()}}y.label=6;case 6:c=e.G;h=function(){return oe(e,true)};if(c&&c["s-rc"]){c["s-rc"].push(h)}else{h()}return[2]}}))}))};var Se=function(r){{ye(r,"connectedCallback")}};var je=function(r){if((E.i&1)===0){var e=l(r);var n=e.u;var t=ir("connectedCallback",n.m);if(!(e.i&1)){e.i|=1;var i=void 0;{i=r.getAttribute(_);if(i){if(n.i&1){var a=kr(r.shadowRoot,n,r.getAttribute("s-mode"));r.classList.remove(a+"-h",a+"-s")}dr(r,n.m,i,e)}}if(!i){if(n.i&(4|8)){ke(r)}}{var f=r;while(f=f.parentNode||f.host){if(f.nodeType===1&&f.hasAttribute("s-id")&&f["s-p"]||f["s-p"]){ue(e,e.G=f);break}}}if(n.K){Object.entries(n.K).map((function(e){var n=e[0],t=e[1][0];if(t&31&&r.hasOwnProperty(n)){var i=r[n];delete r[n];r[n]=i}}))}{_e(r,e,n)}}else{ze(r,e,n.X);if(e==null?void 0:e.t){Se(e.t)}else if(e==null?void 0:e.h){e.h.then((function(){return Se(e.t)}))}}t()}};var ke=function(r){var e=r["s-cr"]=C.createComment("");e["s-cn"]=true;te(r,e,r.firstChild)};var xe=function(r){{ye(r,"disconnectedCallback")}};var Ae=function(r){return __awaiter(n,void 0,void 0,(function(){var e;return __generator(this,(function(n){if((E.i&1)===0){e=l(r);{if(e.J){e.J.map((function(r){return r()}));e.J=void 0}}if(e==null?void 0:e.t){xe(e.t)}else if(e==null?void 0:e.h){e.h.then((function(){return xe(e.t)}))}}return[2]}))}))};var Oe=function(r,e){Ce(r);Te(r);Re(r);De(r);Fe(r);Le(r);Me(r);Ne(r);Pe(r,e);Ee(r)};var Ce=function(r){var e=r.cloneNode;r.cloneNode=function(r){var n=this;var t=n.shadowRoot&&D;var i=e.call(n,t?r:false);if(!t&&r){var a=0;var f=void 0,u=void 0;var o=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si","s-rf","s-scs"];for(;a<n.childNodes.length;a++){f=n.childNodes[a]["s-nr"];u=o.every((function(r){return!n.childNodes[a][r]}));if(f){if(i.__appendChild){i.__appendChild(f.cloneNode(true))}else{i.appendChild(f.cloneNode(true))}}if(u){i.appendChild(n.childNodes[a].cloneNode(true))}}}return i}};var Te=function(r){r.__appendChild=r.appendChild;r.appendChild=function(r){var e=r["s-sn"]=We(r);var n=Ie(this.childNodes,e,this.tagName);if(n){var t=Be(n,e);var i=t[t.length-1];var a=te(i.parentNode,r,i.nextSibling);Yr(this);return a}return this.__appendChild(r)}};var Ee=function(r){r.__removeChild=r.removeChild;r.removeChild=function(r){if(r&&typeof r["s-sn"]!=="undefined"){var e=Ie(this.childNodes,r["s-sn"],this.tagName);if(e){var n=Be(e,r["s-sn"]);var t=n.find((function(e){return e===r}));if(t){t.remove();Yr(this);return}}}return this.__removeChild(r)}};var De=function(r){var e=r.prepend;r.prepend=function(){var r=this;var n=[];for(var t=0;t<arguments.length;t++){n[t]=arguments[t]}n.forEach((function(n){if(typeof n==="string"){n=r.ownerDocument.createTextNode(n)}var t=n["s-sn"]=We(n);var i=Ie(r.childNodes,t,r.tagName);if(i){var a=document.createTextNode("");a["s-nr"]=n;i["s-cr"].parentNode.__appendChild(a);n["s-ol"]=a;var f=Be(i,t);var u=f[0];return te(u.parentNode,n,u.nextSibling)}if(n.nodeType===1&&!!n.getAttribute("slot")){n.hidden=true}return e.call(r,n)}))}};var Re=function(r){r.append=function(){var r=this;var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}e.forEach((function(e){if(typeof e==="string"){e=r.ownerDocument.createTextNode(e)}r.appendChild(e)}))}};var Le=function(r){var e=r.insertAdjacentHTML;r.insertAdjacentHTML=function(r,n){if(r!=="afterbegin"&&r!=="beforeend"){return e.call(this,r,n)}var t=this.ownerDocument.createElement("_");var i;t.innerHTML=n;if(r==="afterbegin"){while(i=t.firstChild){this.prepend(i)}}else if(r==="beforeend"){while(i=t.firstChild){this.append(i)}}}};var Me=function(r){r.insertAdjacentText=function(r,e){this.insertAdjacentHTML(r,e)}};var Fe=function(r){var e=r.insertAdjacentElement;r.insertAdjacentElement=function(r,n){if(r!=="afterbegin"&&r!=="beforeend"){return e.call(this,r,n)}if(r==="afterbegin"){this.prepend(n);return n}else if(r==="beforeend"){this.append(n);return n}return n}};var Ne=function(r){var e=Object.getOwnPropertyDescriptor(Node.prototype,"textContent");Object.defineProperty(r,"__textContent",e);{Object.defineProperty(r,"textContent",{get:function(){var r=Ue(this.childNodes);var e=r.map((function(r){var e,n;var t=[];var i=r.nextSibling;while(i&&i["s-sn"]===r["s-sn"]){if(i.nodeType===3||i.nodeType===1){t.push((n=(e=i.textContent)==null?void 0:e.trim())!=null?n:"")}i=i.nextSibling}return t.filter((function(r){return r!==""})).join(" ")})).filter((function(r){return r!==""})).join(" ");return" "+e+" "},set:function(r){var e=this;var n=Ue(this.childNodes);n.forEach((function(n){var t=n.nextSibling;while(t&&t["s-sn"]===n["s-sn"]){var i=t;t=t.nextSibling;i.remove()}if(n["s-sn"]===""){var a=e.ownerDocument.createTextNode(r);a["s-sn"]="";te(n.parentElement,a,n.nextSibling)}else{n.remove()}}))}})}};var Pe=function(r,e){var n=function(r){__extends(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}e.prototype.item=function(r){return this[r]};return e}(Array);if(e.i&8){var t=r.__lookupGetter__("childNodes");Object.defineProperty(r,"children",{get:function(){return this.childNodes.map((function(r){return r.nodeType===1}))}});Object.defineProperty(r,"childElementCount",{get:function(){return r.children.length}});Object.defineProperty(r,"childNodes",{get:function(){var r=t.call(this);if((E.i&1)===0&&l(this).i&2){var e=new n;for(var i=0;i<r.length;i++){var a=r[i]["s-nr"];if(a){e.push(a)}}return e}return n.from(r)}})}};var Ue=function(r){var e=[];for(var n=0,t=Array.from(r);n<t.length;n++){var i=t[n];if(i["s-sr"]){e.push(i)}e.push.apply(e,Ue(i.childNodes))}return e};var We=function(r){return r["s-sn"]||r.nodeType===1&&r.getAttribute("slot")||""};var Ie=function(r,e,n){var t=0;var i;for(;t<r.length;t++){i=r[t];if(i["s-sr"]&&i["s-sn"]===e&&i["s-hn"]===n){return i}i=Ie(i.childNodes,e,n);if(i){return i}}return null};var Be=function(r,e){var n=[r];while((r=r.nextSibling)&&r["s-sn"]===e){n.push(r)}return n};var He=r("b",(function(r,e){if(e===void 0){e={}}var n;var t=ir();var i=[];var a=e.exclude||[];var f=O.customElements;var u=C.head;var o=u.querySelector("meta[charset]");var v=C.createElement("style");var c=[];var d;var h=true;Object.assign(E,e);E._=new URL(e.resourcesUrl||"./",C.baseURI).href;{E.i|=2}var p=false;r.map((function(r){r[1].map((function(e){var n;var t={i:e[0],m:e[1],K:e[2],X:e[3]};if(t.i&4){p=true}{t.K=e[2]}{t.X=e[3]}{t.B=[]}{t.V=(n=e[4])!=null?n:{}}var u=t.m;var o=function(r){__extends(e,r);function e(e){var n=r.call(this,e)||this;n.hasRegisteredEventListeners=false;e=n;s(e,t);if(t.i&1){{if(!e.shadowRoot){{e.attachShadow({mode:"open",delegatesFocus:!!(t.i&16)})}}else{if(e.shadowRoot.mode!=="open"){throw new Error("Unable to re-use existing shadow root for ".concat(t.m,"! Mode is set to ").concat(e.shadowRoot.mode," but Stencil only supports open shadow roots."))}}}}return n}e.prototype.connectedCallback=function(){var r=this;var e=l(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;ze(this,e,t.X)}if(d){clearTimeout(d);d=null}if(h){c.push(this)}else{E.jmp((function(){return je(r)}))}};e.prototype.disconnectedCallback=function(){var r=this;E.jmp((function(){return Ae(r)}))};e.prototype.componentOnReady=function(){return l(this).h};return e}(HTMLElement);{if(t.i&2){Oe(o.prototype,t)}}t.$=r[0];if(!a.includes(u)&&!f.get(u)){i.push(u);f.define(u,ge(o,t,1))}}))}));if(i.length>0){if(p){v.textContent+=x}{v.textContent+=i.sort()+k}if(v.innerHTML.length){v.setAttribute("data-styles","");var m=(n=E.U)!=null?n:J(C);if(m!=null){v.setAttribute("nonce",m)}u.insertBefore(v,o?o.nextSibling:u.firstChild)}}h=false;if(c.length){c.map((function(r){return r.connectedCallback()}))}else{{E.jmp((function(){return d=setTimeout(me,30)}))}}t()}));var ze=function(r,e,n,t){if(n){n.map((function(n){var t=n[0],i=n[1],a=n[2];var f=Qe(r,t);var u=Ge(e,a);var o=qe(t);E.ael(f,i,u,o);(e.J=e.J||[]).push((function(){return E.rel(f,i,u,o)}))}))}};var Ge=function(r,e){return function(n){var t;try{{if(r.i&256){(t=r.t)==null?void 0:t[e](n)}else{(r.q=r.q||[]).push([e,n])}}}catch(r){d(r)}}};var Qe=function(r,e){if(e&4)return C;if(e&8)return O;if(e&16)return C.body;return r};var qe=function(r){return R?{passive:(r&1)!==0,capture:(r&2)!==0}:(r&2)!==0};var Ke=r("s",(function(r){return E.U=r}))}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-f11a9436.system.js"],(function(n){"use strict";var r,t;return{setters:[function(n){r=n.g;t=n.a}],execute:function(){var i=function(){function n(){this.m=new Map}n.prototype.reset=function(n){this.m=new Map(Object.entries(n))};n.prototype.get=function(n,r){var t=this.m.get(n);return t!==undefined?t:r};n.prototype.getBoolean=function(n,r){if(r===void 0){r=false}var t=this.m.get(n);if(t===undefined){return r}if(typeof t==="string"){return t==="true"}return!!t};n.prototype.getNumber=function(n,r){var t=parseFloat(this.m.get(n));return isNaN(t)?r!==undefined?r:NaN:t};n.prototype.set=function(n,r){this.m.set(n,r)};return n}();var e=n("c",new i);var o=function(n){try{var r=n.sessionStorage.getItem(c);return r!==null?JSON.parse(r):{}}catch(n){return{}}};var u=function(n,r){try{n.sessionStorage.setItem(c,JSON.stringify(r))}catch(n){return}};var a=function(n){var r={};n.location.search.slice(1).split("&").map((function(n){return n.split("=")})).map((function(n){var r=n[0],t=n[1];try{return[decodeURIComponent(r),decodeURIComponent(t)]}catch(n){return["",""]}})).filter((function(n){var r=n[0];return f(r,v)})).map((function(n){var r=n[0],t=n[1];return[r.slice(v.length),t]})).forEach((function(n){var t=n[0],i=n[1];r[t]=i}));return r};var f=function(n,r){return n.substr(0,r.length)===r};var v="ionic:";var c="ionic-persist-config";var d=n("g",(function(n){return l(n)}));var s=n("a",(function(n,r){if(typeof n==="string"){r=n;n=undefined}return d(n).includes(r)}));var l=function(n){if(n===void 0){n=window}if(typeof n==="undefined"){return[]}n.Ionic=n.Ionic||{};var r=n.Ionic.platforms;if(r==null){r=n.Ionic.platforms=p(n);r.forEach((function(r){return n.document.documentElement.classList.add("plt-".concat(r))}))}return r};var p=function(n){var r=e.get("platform");return Object.keys(R).filter((function(t){var i=r===null||r===void 0?void 0:r[t];return typeof i==="function"?i(n):R[t](n)}))};var h=function(n){return M(n)&&!C(n)};var m=function(n){if(x(n,/iPad/i)){return true}if(x(n,/Macintosh/i)&&M(n)){return true}return false};var b=function(n){return x(n,/iPhone/i)};var w=function(n){return x(n,/iPhone|iPod/i)||m(n)};var y=function(n){return x(n,/android|sink/i)};var O=function(n){return y(n)&&!x(n,/mobile/i)};var j=function(n){var r=n.innerWidth;var t=n.innerHeight;var i=Math.min(r,t);var e=Math.max(r,t);return i>390&&i<520&&e>620&&e<800};var g=function(n){var r=n.innerWidth;var t=n.innerHeight;var i=Math.min(r,t);var e=Math.max(r,t);return m(n)||O(n)||i>460&&i<820&&e>780&&e<1400};var M=function(n){return J(n,"(any-pointer:coarse)")};var N=function(n){return!M(n)};var C=function(n){return I(n)||P(n)};var I=function(n){return!!(n["cordova"]||n["phonegap"]||n["PhoneGap"])};var P=function(n){var r=n["Capacitor"];return!!((r===null||r===void 0?void 0:r.isNative)||(r===null||r===void 0?void 0:r.isNativePlatform)&&!!r.isNativePlatform())};var S=function(n){return x(n,/electron/i)};var k=function(n){var r;return!!(((r=n.matchMedia)===null||r===void 0?void 0:r.call(n,"(display-mode: standalone)").matches)||n.navigator.standalone)};var x=function(n,r){return r.test(n.navigator.userAgent)};var J=function(n,r){var t;return(t=n.matchMedia)===null||t===void 0?void 0:t.call(n,r).matches};var R={ipad:m,iphone:b,ios:w,android:y,phablet:j,tablet:g,cordova:I,capacitor:P,electron:S,pwa:k,mobile:M,mobileweb:h,desktop:N,hybrid:C};var U;var F=n("b",(function(n){return n&&r(n)||U}));var _=n("i",(function(n){if(n===void 0){n={}}if(typeof window==="undefined"){return}var r=window.document;var i=window;var f=i.Ionic=i.Ionic||{};var v=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},o(i)),{persistConfig:false}),f.config),a(i)),n);e.reset(v);if(e.getBoolean("persistConfig")){u(i,v)}l(i);f.config=e;f.mode=U=e.get("mode",r.documentElement.getAttribute("mode")||(s(i,"ios")?"ios":"md"));e.set("mode",U);r.documentElement.setAttribute("mode",U);r.documentElement.classList.add(U);if(e.getBoolean("_testing")){e.set("animated",false)}var c=function(n){var r;return(r=n.tagName)===null||r===void 0?void 0:r.startsWith("ION-")};var d=function(n){return["ios","md"].includes(n)};t((function(n){while(n){var r=n.mode||n.getAttribute("mode");if(r){if(d(r)){return r}else if(c(n)){console.warn('Invalid ionic mode: "'+r+'", expected: "ios" or "md"')}}n=n.parentElement}return U}))}))}}}));
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(n,r,t,i){function e(n){return n instanceof t?n:new t((function(r){r(n)}))}return new(t||(t=Promise))((function(t,o){function a(n){try{f(i.next(n))}catch(n){o(n)}}function u(n){try{f(i["throw"](n))}catch(n){o(n)}}function f(n){n.done?t(n.value):e(n.value).then(a,u)}f((i=i.apply(n,r||[])).next())}))};var __generator=this&&this.__generator||function(n,r){var t={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,e,o,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(n){return function(r){return f([n,r])}}function f(u){if(i)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(t=0)),t)try{if(i=1,e&&(o=u[0]&2?e["return"]:u[0]?e["throw"]||((o=e["return"])&&o.call(e),0):e.next)&&!(o=o.call(e,u[1])).done)return o;if(e=0,o)u=[u[0]&2,o.value];switch(u[0]){case 0:case 1:o=u;break;case 4:t.label++;return{value:u[1],done:false};case 5:t.label++;e=u[1];u=[0];continue;case 7:u=t.ops.pop();t.trys.pop();continue;default:if(!(o=t.trys,o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){t.label=u[1];break}if(u[0]===6&&t.label<o[1]){t.label=o[1];o=u;break}if(o&&t.label<o[2]){t.label=o[2];t.ops.push(u);break}if(o[2])t.ops.pop();t.trys.pop();continue}u=r.call(n,t)}catch(n){u=[6,n];e=0}finally{i=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(n,r,t){if(t||arguments.length===2)for(var i=0,e=r.length,o;i<e;i++){if(o||!(i in r)){if(!o)o=Array.prototype.slice.call(r,0,i);o[i]=r[i]}}return n.concat(o||Array.prototype.slice.call(r))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-792919fd.system.js","./p-4b07c60a.system.js","./p-455cd7cc.system.js","./p-b06ac4a5.system.js","./p-0ec5b7cf.system.js","./p-f201b53a.system.js","./p-f11a9436.system.js","./p-8985cdb6.system.js"],(function(n){"use strict";var r,t,i,e,o,a,u,f,c,s,v;return{setters:[function(n){r=n.w;t=n.d},function(n){i=n.g;e=n.c;o=n.f},function(n){a=n.a;u=n.b;f=n.r;c=n.c},function(n){s=n.a;v=n.K},function(){},function(){},function(){},function(){}],execute:function(){var d=this;var l=new WeakMap;var h=function(n,r,t,i,e){if(i===void 0){i=0}if(e===void 0){e=false}if(l.has(n)===t){return}if(t){y(n,r,i,e)}else{p(n,r)}};var w=function(n){return n===n.getRootNode().activeElement};var y=function(n,r,t,i){if(i===void 0){i=false}var e=r.parentNode;var o=r.cloneNode(false);o.classList.add("cloned-input");o.tabIndex=-1;if(i){o.disabled=true}e.appendChild(o);l.set(n,o);var a=n.ownerDocument;var u=a.dir==="rtl"?9999:-9999;n.style.pointerEvents="none";r.style.transform="translate3d(".concat(u,"px,").concat(t,"px,0) scale(0)")};var p=function(n,r){var t=l.get(n);if(t){l.delete(n);t.remove()}n.style.pointerEvents="";r.style.transform=""};var b=50;var _=function(n,r,t){if(!t||!r){return function(){return}}var i=function(t){if(w(r)){h(n,r,t)}};var e=function(){return h(n,r,false)};var o=function(){return i(true)};var f=function(){return i(false)};a(t,"ionScrollStart",o);a(t,"ionScrollEnd",f);r.addEventListener("blur",e);return function(){u(t,"ionScrollStart",o);u(t,"ionScrollEnd",f);r.removeEventListener("blur",e)}};var m="input, textarea, [no-blur], [contenteditable]";var S=function(){var n=true;var r=false;var t=document;var i=function(){r=true};var e=function(){n=true};var o=function(i){if(r){r=false;return}var e=t.activeElement;if(!e){return}if(e.matches(m)){return}var o=i.target;if(o===e){return}if(o.matches(m)||o.closest(m)){return}n=false;setTimeout((function(){if(!n){e.blur()}}),50)};a(t,"ionScrollStart",i);t.addEventListener("focusin",e,true);t.addEventListener("touchend",o,false);return function(){u(t,"ionScrollStart",i,true);t.removeEventListener("focusin",e,true);t.removeEventListener("touchend",o,false)}};var g=.3;var D=function(n,r,t,i){var e;var o=(e=n.closest("ion-item,[ion-item]"))!==null&&e!==void 0?e:n;return k(o.getBoundingClientRect(),r.getBoundingClientRect(),t,i)};var k=function(n,r,t,i){var e=n.top;var o=n.bottom;var a=r.top;var u=Math.min(r.bottom,i-t);var f=a+15;var c=u-b;var s=c-o;var v=f-e;var d=Math.round(s<0?-s:v>0?-v:0);var l=Math.min(d,e-a);var h=Math.abs(l);var w=h/g;var y=Math.min(400,Math.max(150,w));return{scrollAmount:l,scrollDuration:y,scrollPadding:t,inputSafeY:-(e-f)+4}};var x="$ionPaddingTimer";var M=function(n,r,t){var i=n[x];if(i){clearTimeout(i)}if(r>0){n.style.setProperty("--keyboard-offset","".concat(r,"px"))}else{n[x]=setTimeout((function(){n.style.setProperty("--keyboard-offset","0px");if(t){t()}}),120)}};var K=function(n,r,t){var i=function(){if(r){M(r,0,t)}};n.addEventListener("focusout",i,{once:true})};var j=0;var A="data-ionic-skip-scroll-assist";var T=function(n,t,i,e,o,a,u,f){if(f===void 0){f=false}var c=a&&(u===undefined||u.mode===s.None);var v=false;var l=r!==undefined?r.innerHeight:0;var h=function(r){if(v===false){v=true;return}E(n,t,i,e,r.detail.keyboardHeight,c,f,l,false)};var w=function(){v=false;r===null||r===void 0?void 0:r.removeEventListener("ionKeyboardDidShow",h);n.removeEventListener("focusout",w)};var y=function(){return __awaiter(d,void 0,void 0,(function(){return __generator(this,(function(a){if(t.hasAttribute(A)){t.removeAttribute(A);return[2]}E(n,t,i,e,o,c,f,l);r===null||r===void 0?void 0:r.addEventListener("ionKeyboardDidShow",h);n.addEventListener("focusout",w);return[2]}))}))};n.addEventListener("focusin",y);return function(){n.removeEventListener("focusin",y);r===null||r===void 0?void 0:r.removeEventListener("ionKeyboardDidShow",h);n.removeEventListener("focusout",w)}};var P=function(n){if(document.activeElement===n){return}n.setAttribute(A,"true");n.focus()};var E=function(n,r,t,o,a,u){var c=[];for(var s=6;s<arguments.length;s++){c[s-6]=arguments[s]}return __awaiter(d,__spreadArray([n,r,t,o,a,u],c,true),void 0,(function(n,r,t,o,a,u,c,s,v){var d,l,w,y,p,_;var m=this;if(c===void 0){c=false}if(s===void 0){s=0}if(v===void 0){v=true}return __generator(this,(function(S){switch(S.label){case 0:if(!t&&!o){return[2]}d=D(n,t||o,a,s);if(t&&Math.abs(d.scrollAmount)<4){P(r);if(u&&t!==null){M(t,j);K(r,t,(function(){return j=0}))}return[2]}h(n,r,true,d.inputSafeY,c);P(r);f((function(){return n.click()}));if(u&&t){j=d.scrollPadding;M(t,j)}if(!(typeof window!=="undefined"))return[3,3];w=function(){return __awaiter(m,void 0,void 0,(function(){return __generator(this,(function(i){switch(i.label){case 0:if(l!==undefined){clearTimeout(l)}window.removeEventListener("ionKeyboardDidShow",y);window.removeEventListener("ionKeyboardDidShow",w);if(!t)return[3,2];return[4,e(t,0,d.scrollAmount,d.scrollDuration)];case 1:i.sent();i.label=2;case 2:h(n,r,false,d.inputSafeY);P(r);if(u){K(r,t,(function(){return j=0}))}return[2]}}))}))};y=function(){window.removeEventListener("ionKeyboardDidShow",y);window.addEventListener("ionKeyboardDidShow",w)};if(!t)return[3,2];return[4,i(t)];case 1:p=S.sent();_=p.scrollHeight-p.clientHeight;if(v&&d.scrollAmount>_-p.scrollTop){if(r.type==="password"){d.scrollAmount+=b;window.addEventListener("ionKeyboardDidShow",y)}else{window.addEventListener("ionKeyboardDidShow",w)}l=setTimeout(w,1e3);return[2]}S.label=2;case 2:w();S.label=3;case 3:return[2]}}))}))};var I=true;var W=n("startInputShims",(function(n,r){return __awaiter(d,void 0,void 0,(function(){var i,e,a,u,f,s,d,l,h,w,y,p,b,m,g,D;var k=this;return __generator(this,(function(x){switch(x.label){case 0:if(t===undefined){return[2]}i=r==="ios";e=r==="android";a=n.getNumber("keyboardHeight",290);u=n.getBoolean("scrollAssist",true);f=n.getBoolean("hideCaretOnScroll",i);s=n.getBoolean("inputBlurring",false);d=n.getBoolean("scrollPadding",true);l=Array.from(t.querySelectorAll("ion-input, ion-textarea"));h=new WeakMap;w=new WeakMap;return[4,v.getResizeMode()];case 1:y=x.sent();p=function(n){return __awaiter(k,void 0,void 0,(function(){var r,t,i,s,v,l,v;return __generator(this,(function(p){switch(p.label){case 0:return[4,new Promise((function(r){return c(n,r)}))];case 1:p.sent();r=n.shadowRoot||n;t=r.querySelector("input")||r.querySelector("textarea");i=o(n);s=!i?n.closest("ion-footer"):null;if(!t){return[2]}if(!!i&&f&&!h.has(n)){v=_(n,t,i);h.set(n,v)}l=t.type==="date"||t.type==="datetime-local";if(!l&&(!!i||!!s)&&u&&!w.has(n)){v=T(n,t,i,s,a,d,y,e);w.set(n,v)}return[2]}}))}))};b=function(n){if(f){var r=h.get(n);if(r){r()}h.delete(n)}if(u){var r=w.get(n);if(r){r()}w.delete(n)}};if(s&&I){S()}for(m=0,g=l;m<g.length;m++){D=g[m];p(D)}t.addEventListener("ionInputDidLoad",(function(n){p(n.detail)}));t.addEventListener("ionInputDidUnload",(function(n){b(n.detail)}));return[2]}}))}))}))}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register([],(function(r){"use strict";return{execute:function(){var n=r("a",(function(r){try{if(r instanceof u){return r.value}if(!a()||typeof r!=="string"||r===""){return r}if(r.includes("onload=")){return""}var n=document.createDocumentFragment();var i=document.createElement("div");n.appendChild(i);i.innerHTML=r;v.forEach((function(r){var a=n.querySelectorAll(r);for(var i=a.length-1;i>=0;i--){var v=a[i];if(v.parentNode){v.parentNode.removeChild(v)}else{n.removeChild(v)}var u=t(v);for(var o=0;o<u.length;o++){e(u[o])}}}));var o=t(n);for(var f=0;f<o.length;f++){e(o[f])}var c=document.createElement("div");c.appendChild(n);var d=c.querySelector("div");return d!==null?d.innerHTML:c.innerHTML}catch(r){console.error(r);return""}}));var e=function(r){if(r.nodeType&&r.nodeType!==1){return}if(typeof NamedNodeMap!=="undefined"&&!(r.attributes instanceof NamedNodeMap)){r.remove();return}for(var n=r.attributes.length-1;n>=0;n--){var a=r.attributes.item(n);var v=a.name;if(!i.includes(v.toLowerCase())){r.removeAttribute(v);continue}var u=a.value;var o=r[v];if(u!=null&&u.toLowerCase().includes("javascript:")||o!=null&&o.toLowerCase().includes("javascript:")){r.removeAttribute(v)}}var f=t(r);for(var n=0;n<f.length;n++){e(f[n])}};var t=function(r){return r.children!=null?r.children:r.childNodes};var a=function(){var r;var n=window;var e=(r=n===null||n===void 0?void 0:n.Ionic)===null||r===void 0?void 0:r.config;if(e){if(e.get){return e.get("sanitizerEnabled",true)}else{return e.sanitizerEnabled===true||e.sanitizerEnabled===undefined}}return true};var i=["class","id","href","src","name","slot"];var v=["script","style","iframe","meta","link","object","embed"];var u=function(){function r(r){this.value=r}return r}();r("I",u);var o=r("s",(function(r){var n=window;var e=n.Ionic;if(e&&e.config&&e.config.constructor.name!=="Object"){return}n.Ionic=n.Ionic||{};n.Ionic.config=Object.assign(Object.assign({},n.Ionic.config),r);return n.Ionic.config}));var f=r("g",(function(){var r;var n=window;var e=(r=n===null||n===void 0?void 0:n.Ionic)===null||r===void 0?void 0:r.config;if(e){if(e.mode){return e.mode}else{return e.get("mode")}}return"md"}));var c=r("E",false)}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-f11a9436.system.js","./p-f201b53a.system.js","./p-09d185ff.system.js","./p-4609d030.system.js","./p-792919fd.system.js","./p-455cd7cc.system.js","./p-7cc33a9a.system.js","./p-3855fef7.system.js","./p-20d469d0.system.js","./p-0ec5b7cf.system.js"],(function(o){"use strict";var i,n,e,t,r,c,a,s;return{setters:[function(o){i=o.r;n=o.h;e=o.i;t=o.e;r=o.f},function(o){c=o.b},function(o){a=o.s},function(o){s=o.g},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){var d=".sc-ion-select-modal-ionic-h{height:100%}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(container){display:none}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-ionic{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-ionic{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-ionic{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";var l=d;var u='.sc-ion-select-modal-ios-h{height:100%}ion-item.sc-ion-select-modal-ios{--inner-padding-end:0}ion-radio.sc-ion-select-modal-ios::after{bottom:0;position:absolute;width:calc(100% - 0.9375rem - 16px);border-width:0px 0px 0.55px 0px;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));content:""}ion-radio.sc-ion-select-modal-ios::after{inset-inline-start:calc(0.9375rem + 16px)}';var f=u;var m=".sc-ion-select-modal-md-h{height:100%}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(container){display:none}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}";var b=m;var h=o("ion_select_modal",function(){function o(o){i(this,o);this.header=undefined;this.multiple=undefined;this.options=[]}o.prototype.closeModal=function(){var o=this.el.closest("ion-modal");if(o){o.dismiss()}};o.prototype.findOptionFromEvent=function(o){var i=this.options;return i.find((function(i){return i.value===o.target.value}))};o.prototype.getValues=function(o){var i=this,n=i.multiple,e=i.options;if(n){return e.filter((function(o){return o.checked})).map((function(o){return o.value}))}var t=o?this.findOptionFromEvent(o):null;return t?t.value:undefined};o.prototype.callOptionHandler=function(o){var i=this.findOptionFromEvent(o);var n=this.getValues(o);if(i===null||i===void 0?void 0:i.handler){a(i.handler,n)}};o.prototype.setChecked=function(o){var i=this.multiple;var n=this.findOptionFromEvent(o);if(i&&n){n.checked=o.detail.checked}};o.prototype.renderRadioOptions=function(){var o=this;var i=this.options.filter((function(o){return o.checked})).map((function(o){return o.value}))[0];return n("ion-radio-group",{value:i,onIonChange:function(i){return o.callOptionHandler(i)}},this.options.map((function(e){return n("ion-item",{lines:"none",class:Object.assign({"item-radio-checked":e.value===i},s(e.cssClass))},n("ion-radio",{value:e.value,disabled:e.disabled,justify:"start",labelPlacement:"end",onClick:function(){return o.closeModal()},onKeyUp:function(i){if(i.key===" "){o.closeModal()}}},e.text))})))};o.prototype.renderCheckboxOptions=function(){var o=this;return this.options.map((function(i){return n("ion-item",{class:Object.assign({"item-checkbox-checked":i.checked},s(i.cssClass))},n("ion-checkbox",{value:i.value,disabled:i.disabled,checked:i.checked,justify:"start",labelPlacement:"end",onIonChange:function(i){o.setChecked(i);o.callOptionHandler(i);e(o)}},i.text))}))};o.prototype.render=function(){var o=this;return n(t,{key:"885198a9f21884e3bfb9bf0af53e0ee3ae37b231",class:c(this)},n("ion-header",{key:"d8b63726869747ac711e4fda78a50ce46f72970c"},n("ion-toolbar",{key:"9ab2a4c1480dd74eeae38d7b580a2e87fb71270e"},this.header!==undefined&&n("ion-title",{key:"87a7034385ef57f55cefdd0371dbb66a64827290"},this.header),n("ion-buttons",{key:"0a35424ea13ca002abc9a43b6138730254f187d0",slot:"end"},n("ion-button",{key:"238bf40b47128d9aa995d14d9ff9ebcae4f79492",onClick:function(){return o.closeModal()}},"Close")))),n("ion-content",{key:"4a256f3381f8cabbc7194337b8ae4aa1c3ab1066"},n("ion-list",{key:"acd38fc52024632176467ed6a84106a454021544"},this.multiple===true?this.renderCheckboxOptions():this.renderRadioOptions())))};Object.defineProperty(o.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});return o}());h.style={ionic:l,ios:f,md:b}}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{d as n}from"./p-ZjP4CjeZ.js";import{n as o,c as e,f as t,m as i,g as a}from"./p-Di6ciXLG.js";import{OVERLAY_BACK_BUTTON_PRIORITY as d,shouldUseCloseWatcher as r}from"./p-DGw3g412.js";import{b as s,c as l,a as c}from"./p-HRylM0tf.js";import{C as u}from"./p-mxKP5hf-.js";import{B as m}from"./p-BTEOs1at.js";import{a as p}from"./p-C-oNjncL.js";const v='[tabindex]:not([tabindex^="-"]):not([hidden]):not([disabled]), input:not([type=hidden]):not([tabindex^="-"]):not([hidden]):not([disabled]), textarea:not([tabindex^="-"]):not([hidden]):not([disabled]), button:not([tabindex^="-"]):not([hidden]):not([disabled]), select:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-checkbox:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-radio:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable[disabled="false"]:not([tabindex^="-"]):not([hidden])',f=(n,o)=>{const e=n.querySelector(v);b(e,null!=o?o:n)},h=(n,o)=>{const e=Array.from(n.querySelectorAll(v));b(e.length>0?e[e.length-1]:null,null!=o?o:n)},b=(n,e)=>{let t=n;const i=null==n?void 0:n.shadowRoot;if(i&&(t=i.querySelector(v)||n),t){const n=t.closest("ion-radio-group");n?n.setFocus():o(t)}else e.focus()};let y=0,w=0;const g=new WeakMap,O=n=>({create:o=>S(n,o),dismiss:(o,e,t)=>G(document,o,e,n,t),getTop:async()=>M(document,n)}),T=O("ion-alert"),k=O("ion-action-sheet"),x=O("ion-loading"),j=O("ion-modal"),A=O("ion-picker-legacy"),C=O("ion-popover"),I=O("ion-toast"),N=n=>{"undefined"!=typeof document&&B(document);const o=y++;n.overlayIndex=o},D=n=>(n.hasAttribute("id")||(n.id="ion-overlay-"+ ++w),n.id),S=(n,o)=>"undefined"!=typeof window&&void 0!==window.customElements?window.customElements.whenDefined(n).then((()=>{const t=document.createElement(n);return t.classList.add("overlay-hidden"),Object.assign(t,Object.assign(Object.assign({},o),{hasController:!0})),q(document).appendChild(t),new Promise((n=>e(t,n)))})):Promise.resolve(),P=(n,e)=>{let t=n;const i=null==n?void 0:n.shadowRoot;i&&(t=i.querySelector(v)||n),t?o(t):e.focus()},B=n=>{0===y&&(y=1,n.addEventListener("focus",(o=>{((n,o)=>{const e=M(o,"ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover"),t=n.target;e&&t&&(e.classList.contains(en)||(e.shadowRoot?(()=>{if(e.contains(t))e.lastFocus=t;else if("ION-TOAST"===t.tagName)P(e.lastFocus,e);else{const n=e.lastFocus;f(e),n===o.activeElement&&h(e),e.lastFocus=o.activeElement}})():(()=>{if(e===t)e.lastFocus=void 0;else if("ION-TOAST"===t.tagName)P(e.lastFocus,e);else{const n=a(e);if(!n.contains(t))return;const i=n.querySelector(".ion-overlay-wrapper");if(!i)return;if(i.contains(t)||t===n.querySelector("ion-backdrop"))e.lastFocus=t;else{const n=e.lastFocus;f(i,e),n===o.activeElement&&h(i,e),e.lastFocus=o.activeElement}}})()))})(o,n)}),!0),n.addEventListener("ionBackButton",(o=>{const e=M(n);(null==e?void 0:e.backdropDismiss)&&o.detail.register(d,(()=>{e.dismiss(void 0,$)}))})),r()||n.addEventListener("keydown",(o=>{if("Escape"===o.key){const o=M(n);(null==o?void 0:o.backdropDismiss)&&o.dismiss(void 0,$)}})))},G=(n,o,e,t,i)=>{const a=M(n,t,i);return a?a.dismiss(o,e):Promise.reject("overlay does not exist")},L=(n,o)=>((n,o)=>(void 0===o&&(o="ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover,ion-toast"),Array.from(n.querySelectorAll(o)).filter((n=>n.overlayIndex>0))))(n,o).filter((n=>!n.classList.contains("overlay-hidden"))),M=(n,o,e)=>{const t=L(n,o);return void 0===e?t[t.length-1]:t.find((n=>n.id===e))},E=(n=!1)=>{const o=q(document).querySelector("ion-router-outlet, ion-nav, #ion-view-container-root");o&&(n?o.setAttribute("aria-hidden","true"):o.removeAttribute("aria-hidden"))},F=async(n,o,e,t,i)=>{var a,d;if(n.presented)return;"ION-TOAST"!==n.el.tagName&&(E(!0),document.body.classList.add(m)),nn(n.el),Y(n.el),n.presented=!0,n.willPresent.emit(),null===(a=n.willPresentShorthand)||void 0===a||a.emit();const r=s(n),c=n.enterAnimation?n.enterAnimation:l.get(o,"ios"===r?e:t);await z(n,c,n.el,i)&&(n.didPresent.emit(),null===(d=n.didPresentShorthand)||void 0===d||d.emit()),"ION-TOAST"!==n.el.tagName&&V(n.el),!n.keyboardClose||null!==document.activeElement&&n.el.contains(document.activeElement)||n.el.focus(),n.el.removeAttribute("aria-hidden")},V=async n=>{let o=document.activeElement;if(!o)return;const e=null==o?void 0:o.shadowRoot;e&&(o=e.querySelector(v)||o),await n.onDidDismiss(),null!==document.activeElement&&document.activeElement!==document.body||o.focus()},Z=async(o,e,t,i,a,d,r)=>{var c,u;if(!o.presented)return!1;const p=(void 0!==n?L(n):[]).filter((n=>"ION-TOAST"!==n.tagName));1===p.length&&p[0].id===o.el.id&&(E(!1),document.body.classList.remove(m)),o.presented=!1;try{Y(o.el),o.el.style.setProperty("pointer-events","none"),o.willDismiss.emit({data:e,role:t}),null===(c=o.willDismissShorthand)||void 0===c||c.emit({data:e,role:t});const n=s(o),m=o.leaveAnimation?o.leaveAnimation:l.get(i,"ios"===n?a:d);t!==_&&await z(o,m,o.el,r),o.didDismiss.emit({data:e,role:t}),null===(u=o.didDismissShorthand)||void 0===u||u.emit({data:e,role:t}),(g.get(o)||[]).forEach((n=>n.destroy())),g.delete(o),o.el.classList.add("overlay-hidden"),o.el.style.removeProperty("pointer-events"),void 0!==o.el.lastFocus&&(o.el.lastFocus=void 0)}catch(n){console.error(n)}return o.el.remove(),on(),!0},q=n=>n.querySelector("ion-app")||n.body,z=async(n,o,e,t)=>{e.classList.remove("overlay-hidden");const i=o(n.el,t);n.animated&&l.getBoolean("animated",!0)||i.duration(0),n.keyboardClose&&i.beforeAddWrite((()=>{const n=e.ownerDocument.activeElement;(null==n?void 0:n.matches("input,ion-input, ion-textarea"))&&n.blur()}));const a=g.get(n)||[];return g.set(n,[...a,i]),await i.play(),!0},H=(n,o)=>{let e;const t=new Promise((n=>e=n));return K(n,o,(n=>{e(n.detail)})),t},K=(n,o,e)=>{const a=t=>{i(n,o,a),e(t)};t(n,o,a)},R=n=>"cancel"===n||n===$,W=n=>n(),X=(n,o)=>{if("function"==typeof n)return l.get("_zoneGate",W)((()=>{try{return n(o)}catch(n){throw n}}))},$="backdrop",_="gesture",J=39,Q=n=>{let o,e=!1;const t=u(),i=(i=!1)=>{if(o&&!i)return{delegate:o,inline:e};const{el:a,hasController:d,delegate:r}=n;return e=null!==a.parentNode&&!d,o=e?r||t:r,{inline:e,delegate:o}};return{attachViewToDom:async o=>{const{delegate:e}=i(!0);if(e)return await e.attachViewToDom(n.el,o);const{hasController:t}=n;if(t&&void 0!==o)throw new Error("framework delegate is missing");return null},removeViewFromDom:()=>{const{delegate:o}=i();o&&void 0!==n.el&&o.removeViewFromDom(n.el.parentElement,n.el)}}},U=()=>{let n;const o=()=>{n&&(n(),n=void 0)};return{addClickListener:(e,t)=>{o();const i=void 0!==t?document.getElementById(t):null;i?n=((n,o)=>{const e=()=>{o.present()};return n.addEventListener("click",e),()=>{n.removeEventListener("click",e)}})(i,e):p(`A trigger element with the ID "${t}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on an overlay component.`,e)},removeClickListener:o}},Y=o=>{void 0!==n&&c("android")&&o.setAttribute("aria-hidden","true")},nn=o=>{var e;if(void 0===n)return;const t=L(n);for(let n=t.length-1;n>=0;n--){const i=t[n],a=null!==(e=t[n+1])&&void 0!==e?e:o;(a.hasAttribute("aria-hidden")||"ION-TOAST"!==a.tagName)&&i.setAttribute("aria-hidden","true")}},on=()=>{if(void 0===n)return;const o=L(n);for(let n=o.length-1;n>=0;n--){const e=o[n];if(e.removeAttribute("aria-hidden"),"ION-TOAST"!==e.tagName)break}},en="ion-disable-focus-trap";export{$ as B,en as F,_ as G,J as O,T as a,k as b,C as c,Q as d,U as e,F as f,Z as g,H as h,R as i,N as j,D as k,x as l,j as m,f as n,M as o,A as p,h as q,X as s,I as t}
4
+ import{d as n}from"./p-7b30edcc.js";import{f as o,c as e,a as t,b as i,g as a}from"./p-ece78e7b.js";import{OVERLAY_BACK_BUTTON_PRIORITY as d,shouldUseCloseWatcher as r}from"./p-9af7f110.js";import{b as s,c as l,a as c}from"./p-597ff9af.js";import{C as u}from"./p-b9fa7882.js";import{B as f}from"./p-9b97df10.js";import{p as m}from"./p-3f4327f7.js";const p='[tabindex]:not([tabindex^="-"]):not([hidden]):not([disabled]), input:not([type=hidden]):not([tabindex^="-"]):not([hidden]):not([disabled]), textarea:not([tabindex^="-"]):not([hidden]):not([disabled]), button:not([tabindex^="-"]):not([hidden]):not([disabled]), select:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-checkbox:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-radio:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable[disabled="false"]:not([tabindex^="-"]):not([hidden])',v=(n,o)=>{const e=n.querySelector(p);b(e,null!=o?o:n)},h=(n,o)=>{const e=Array.from(n.querySelectorAll(p));b(e.length>0?e[e.length-1]:null,null!=o?o:n)},b=(n,e)=>{let t=n;const i=null==n?void 0:n.shadowRoot;if(i&&(t=i.querySelector(p)||n),t){const n=t.closest("ion-radio-group");n?n.setFocus():o(t)}else e.focus()};let y=0,w=0;const g=new WeakMap,O=n=>({create:o=>D(n,o),dismiss:(o,e,t)=>M(document,o,e,n,t),getTop:async()=>F(document,n)}),T=O("ion-alert"),k=O("ion-action-sheet"),x=O("ion-loading"),j=O("ion-modal"),A=O("ion-picker-legacy"),I=O("ion-popover"),N=O("ion-toast"),S=n=>{"undefined"!=typeof document&&P(document);const o=y++;n.overlayIndex=o},C=n=>(n.hasAttribute("id")||(n.id="ion-overlay-"+ ++w),n.id),D=(n,o)=>"undefined"!=typeof window&&void 0!==window.customElements?window.customElements.whenDefined(n).then((()=>{const t=document.createElement(n);return t.classList.add("overlay-hidden"),Object.assign(t,Object.assign(Object.assign({},o),{hasController:!0})),z(document).appendChild(t),new Promise((n=>e(t,n)))})):Promise.resolve(),B=(n,e)=>{let t=n;const i=null==n?void 0:n.shadowRoot;i&&(t=i.querySelector(p)||n),t?o(t):e.focus()},P=n=>{0===y&&(y=1,n.addEventListener("focus",(o=>{((n,o)=>{const e=F(o,"ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover"),t=n.target;e&&t&&(e.classList.contains(en)||(e.shadowRoot?(()=>{if(e.contains(t))e.lastFocus=t;else if("ION-TOAST"===t.tagName)B(e.lastFocus,e);else{const n=e.lastFocus;v(e),n===o.activeElement&&h(e),e.lastFocus=o.activeElement}})():(()=>{if(e===t)e.lastFocus=void 0;else if("ION-TOAST"===t.tagName)B(e.lastFocus,e);else{const n=a(e);if(!n.contains(t))return;const i=n.querySelector(".ion-overlay-wrapper");if(!i)return;if(i.contains(t)||t===n.querySelector("ion-backdrop"))e.lastFocus=t;else{const n=e.lastFocus;v(i,e),n===o.activeElement&&h(i,e),e.lastFocus=o.activeElement}}})()))})(o,n)}),!0),n.addEventListener("ionBackButton",(o=>{const e=F(n);(null==e?void 0:e.backdropDismiss)&&o.detail.register(d,(()=>{e.dismiss(void 0,Q)}))})),r()||n.addEventListener("keydown",(o=>{if("Escape"===o.key){const o=F(n);(null==o?void 0:o.backdropDismiss)&&o.dismiss(void 0,Q)}})))},M=(n,o,e,t,i)=>{const a=F(n,t,i);return a?a.dismiss(o,e):Promise.reject("overlay does not exist")},E=(n,o)=>((n,o)=>(void 0===o&&(o="ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover,ion-toast"),Array.from(n.querySelectorAll(o)).filter((n=>n.overlayIndex>0))))(n,o).filter((n=>!n.classList.contains("overlay-hidden"))),F=(n,o,e)=>{const t=E(n,o);return void 0===e?t[t.length-1]:t.find((n=>n.id===e))},G=(n=!1)=>{const o=z(document).querySelector("ion-router-outlet, ion-nav, #ion-view-container-root");o&&(n?o.setAttribute("aria-hidden","true"):o.removeAttribute("aria-hidden"))},L=async(n,o,e,t,i)=>{var a,d;if(n.presented)return;"ION-TOAST"!==n.el.tagName&&(G(!0),document.body.classList.add(f)),nn(n.el),Z(n.el),n.presented=!0,n.willPresent.emit(),null===(a=n.willPresentShorthand)||void 0===a||a.emit();const r=s(n),c=n.enterAnimation?n.enterAnimation:l.get(o,"ios"===r?e:t);await W(n,c,n.el,i)&&(n.didPresent.emit(),null===(d=n.didPresentShorthand)||void 0===d||d.emit()),"ION-TOAST"!==n.el.tagName&&V(n.el),!n.keyboardClose||null!==document.activeElement&&n.el.contains(document.activeElement)||n.el.focus(),n.el.removeAttribute("aria-hidden")},V=async n=>{let o=document.activeElement;if(!o)return;const e=null==o?void 0:o.shadowRoot;e&&(o=e.querySelector(p)||o),await n.onDidDismiss(),null!==document.activeElement&&document.activeElement!==document.body||o.focus()},q=async(o,e,t,i,a,d,r)=>{var c,u;if(!o.presented)return!1;const m=(void 0!==n?E(n):[]).filter((n=>"ION-TOAST"!==n.tagName));1===m.length&&m[0].id===o.el.id&&(G(!1),document.body.classList.remove(f)),o.presented=!1;try{Z(o.el),o.el.style.setProperty("pointer-events","none"),o.willDismiss.emit({data:e,role:t}),null===(c=o.willDismissShorthand)||void 0===c||c.emit({data:e,role:t});const n=s(o),f=o.leaveAnimation?o.leaveAnimation:l.get(i,"ios"===n?a:d);t!==R&&await W(o,f,o.el,r),o.didDismiss.emit({data:e,role:t}),null===(u=o.didDismissShorthand)||void 0===u||u.emit({data:e,role:t}),(g.get(o)||[]).forEach((n=>n.destroy())),g.delete(o),o.el.classList.add("overlay-hidden"),o.el.style.removeProperty("pointer-events"),void 0!==o.el.lastFocus&&(o.el.lastFocus=void 0)}catch(n){console.error(n)}return o.el.remove(),on(),!0},z=n=>n.querySelector("ion-app")||n.body,W=async(n,o,e,t)=>{e.classList.remove("overlay-hidden");const i=o(n.el,t);n.animated&&l.getBoolean("animated",!0)||i.duration(0),n.keyboardClose&&i.beforeAddWrite((()=>{const n=e.ownerDocument.activeElement;(null==n?void 0:n.matches("input,ion-input, ion-textarea"))&&n.blur()}));const a=g.get(n)||[];return g.set(n,[...a,i]),await i.play(),!0},$=(n,o)=>{let e;const t=new Promise((n=>e=n));return _(n,o,(n=>{e(n.detail)})),t},_=(n,o,e)=>{const a=t=>{i(n,o,a),e(t)};t(n,o,a)},H=n=>"cancel"===n||n===Q,J=n=>n(),K=(n,o)=>{if("function"==typeof n)return l.get("_zoneGate",J)((()=>{try{return n(o)}catch(n){throw n}}))},Q="backdrop",R="gesture",U=39,X=n=>{let o,e=!1;const t=u(),i=(i=!1)=>{if(o&&!i)return{delegate:o,inline:e};const{el:a,hasController:d,delegate:r}=n;return e=null!==a.parentNode&&!d,o=e?r||t:r,{inline:e,delegate:o}};return{attachViewToDom:async o=>{const{delegate:e}=i(!0);if(e)return await e.attachViewToDom(n.el,o);const{hasController:t}=n;if(t&&void 0!==o)throw new Error("framework delegate is missing");return null},removeViewFromDom:()=>{const{delegate:o}=i();o&&void 0!==n.el&&o.removeViewFromDom(n.el.parentElement,n.el)}}},Y=()=>{let n;const o=()=>{n&&(n(),n=void 0)};return{addClickListener:(e,t)=>{o();const i=void 0!==t?document.getElementById(t):null;i?n=((n,o)=>{const e=()=>{o.present()};return n.addEventListener("click",e),()=>{n.removeEventListener("click",e)}})(i,e):m(`A trigger element with the ID "${t}" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on an overlay component.`,e)},removeClickListener:o}},Z=o=>{void 0!==n&&c("android")&&o.setAttribute("aria-hidden","true")},nn=o=>{var e;if(void 0===n)return;const t=E(n);for(let n=t.length-1;n>=0;n--){const i=t[n],a=null!==(e=t[n+1])&&void 0!==e?e:o;(a.hasAttribute("aria-hidden")||"ION-TOAST"!==a.tagName)&&i.setAttribute("aria-hidden","true")}},on=()=>{if(void 0===n)return;const o=E(n);for(let n=o.length-1;n>=0;n--){const e=o[n];if(e.removeAttribute("aria-hidden"),"ION-TOAST"!==e.tagName)break}},en="ion-disable-focus-trap";export{Q as B,en as F,R as G,U as O,T as a,k as b,I as c,X as d,Y as e,L as f,q as g,$ as h,H as i,S as j,C as k,x as l,j as m,v as n,F as o,A as p,h as q,K as s,N as t}