voyager-ionic-core 8.6.1 → 8.7.2

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 (1814) hide show
  1. package/components/action-sheet.js +9 -10
  2. package/components/alert.js +8 -9
  3. package/components/backdrop.js +1 -1
  4. package/components/button.js +1 -1
  5. package/components/buttons.js +1 -1
  6. package/components/checkbox.js +1 -1
  7. package/components/content.js +1 -1
  8. package/components/header.js +1 -1
  9. package/components/icon.js +268 -199
  10. package/components/index6.js +26 -26
  11. package/components/ion-accordion-group.js +1 -1
  12. package/components/ion-accordion.js +1 -1
  13. package/components/ion-app.js +4 -2
  14. package/components/ion-avatar.js +1 -1
  15. package/components/ion-back-button.js +1 -1
  16. package/components/ion-badge.js +1 -1
  17. package/components/ion-breadcrumb.js +1 -1
  18. package/components/ion-breadcrumbs.js +1 -1
  19. package/components/ion-card-content.js +1 -1
  20. package/components/ion-card-header.js +1 -1
  21. package/components/ion-card-subtitle.js +1 -1
  22. package/components/ion-card-title.js +1 -1
  23. package/components/ion-card.js +1 -1
  24. package/components/ion-chip.js +1 -1
  25. package/components/ion-col.js +1 -1
  26. package/components/ion-datetime-button.js +1 -1
  27. package/components/ion-datetime.js +11 -3
  28. package/components/ion-fab-button.js +1 -1
  29. package/components/ion-fab-list.js +1 -1
  30. package/components/ion-fab.js +1 -1
  31. package/components/ion-footer.js +1 -1
  32. package/components/ion-grid.js +1 -1
  33. package/components/ion-img.js +1 -1
  34. package/components/ion-infinite-scroll-content.js +1 -1
  35. package/components/ion-infinite-scroll.js +1 -1
  36. package/components/ion-input-otp.js +104 -51
  37. package/components/ion-input-password-toggle.js +1 -1
  38. package/components/ion-input.js +3 -3
  39. package/components/ion-item-divider.js +1 -1
  40. package/components/ion-item-group.js +1 -1
  41. package/components/ion-item-option.js +1 -1
  42. package/components/ion-item-options.js +1 -1
  43. package/components/ion-item-sliding.js +1 -1
  44. package/components/ion-loading.js +8 -9
  45. package/components/ion-menu-button.js +1 -1
  46. package/components/ion-menu-toggle.js +1 -1
  47. package/components/ion-menu.js +28 -6
  48. package/components/ion-nav-link.js +1 -1
  49. package/components/ion-nav.js +1 -1
  50. package/components/ion-note.js +1 -1
  51. package/components/ion-picker-legacy.js +1 -1
  52. package/components/ion-progress-bar.js +2 -1
  53. package/components/ion-range.js +49 -6
  54. package/components/ion-refresher-content.js +1 -1
  55. package/components/ion-refresher.js +1 -1
  56. package/components/ion-reorder-group.js +21 -6
  57. package/components/ion-reorder.js +1 -1
  58. package/components/ion-router-link.js +1 -1
  59. package/components/ion-router-outlet.js +1 -1
  60. package/components/ion-router.js +1 -0
  61. package/components/ion-row.js +1 -1
  62. package/components/ion-searchbar.js +5 -7
  63. package/components/ion-segment-button.js +1 -1
  64. package/components/ion-segment-content.js +2 -2
  65. package/components/ion-segment-view.js +1 -1
  66. package/components/ion-segment.js +1 -1
  67. package/components/ion-select-option.js +1 -1
  68. package/components/ion-select.js +4 -4
  69. package/components/ion-skeleton-text.js +1 -1
  70. package/components/ion-split-pane.js +1 -1
  71. package/components/ion-tab-bar.js +1 -1
  72. package/components/ion-tab-button.js +1 -1
  73. package/components/ion-tab.js +1 -1
  74. package/components/ion-tabs.js +20 -3
  75. package/components/ion-text.js +1 -1
  76. package/components/ion-textarea.js +1 -1
  77. package/components/ion-thumbnail.js +1 -1
  78. package/components/ion-toast.js +7 -8
  79. package/components/ion-toggle.js +1 -1
  80. package/components/item.js +29 -8
  81. package/components/label.js +1 -1
  82. package/components/list-header.js +1 -1
  83. package/components/list.js +1 -1
  84. package/components/modal.js +382 -16
  85. package/components/picker-column-option.js +1 -1
  86. package/components/picker-column.js +23 -5
  87. package/components/picker-column2.js +1 -1
  88. package/components/picker.js +1 -1
  89. package/components/popover.js +9 -8
  90. package/components/radio-group.js +1 -1
  91. package/components/radio.js +1 -1
  92. package/components/ripple-effect.js +1 -1
  93. package/components/select-modal.js +3 -3
  94. package/components/select-popover.js +2 -2
  95. package/components/spinner.js +1 -1
  96. package/components/title.js +1 -1
  97. package/components/toolbar.js +1 -1
  98. package/css/display.css +1 -1
  99. package/css/display.css.map +1 -1
  100. package/css/flex-utils.css +1 -1
  101. package/css/flex-utils.css.map +1 -1
  102. package/css/ionic.bundle.css +1 -1
  103. package/css/ionic.bundle.css.map +1 -1
  104. package/css/utils.bundle.css +1 -1
  105. package/css/utils.bundle.css.map +1 -1
  106. package/dist/cjs/{animation-0T7gKwOt.js → animation-ZJ1lAkZD.js} +1 -1
  107. package/dist/cjs/app-globals-77ZfuXXk.js +10 -0
  108. package/dist/cjs/{button-active-C-4ud7Ht.js → button-active-BzZenWWH.js} +1 -1
  109. package/dist/cjs/{config-U7OAuj53.js → config-CKhELRRu.js} +1 -1
  110. package/dist/cjs/{data-DRqa6oM4.js → data-DW6ofvJ8.js} +1 -1
  111. package/dist/cjs/{framework-delegate-C7sIJyT5.js → framework-delegate-WkyjrnCx.js} +1 -1
  112. package/dist/cjs/{hardware-back-button-D90qZxju.js → hardware-back-button-BxdNu76F.js} +1 -1
  113. package/dist/cjs/{helpers-BITAzJfi.js → helpers-DgwmcYAu.js} +1 -1
  114. package/dist/cjs/{index-y0QaNtCi.js → index-BzEyuIww.js} +4 -4
  115. package/dist/cjs/{index-CVa6JE57.js → index-Cc5PNMyz.js} +2 -2
  116. package/dist/cjs/{index-CxfLS2mX.js → index-D24wggHR.js} +12 -11
  117. package/dist/cjs/{index-DODXXb_r.js → index-DNh170BW.js} +274 -319
  118. package/dist/cjs/index-DqmRDbxg.js +58 -0
  119. package/dist/cjs/{index-BDBT0u4l.js → index-bGpoPC4u.js} +2 -2
  120. package/dist/cjs/index.cjs.js +16 -15
  121. package/dist/cjs/{input-shims-D1Mfgd4s.js → input-shims-CLI_OrmU.js} +3 -3
  122. package/dist/cjs/{input.utils-DSoBEyUu.js → input.utils-B2hZ5tX6.js} +2 -2
  123. package/dist/cjs/ion-accordion_2.cjs.entry.js +6 -5
  124. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -18
  125. package/dist/cjs/ion-alert.cjs.entry.js +20 -20
  126. package/dist/cjs/ion-app_8.cjs.entry.js +31 -28
  127. package/dist/cjs/ion-avatar_3.cjs.entry.js +5 -4
  128. package/dist/cjs/ion-back-button.cjs.entry.js +7 -6
  129. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -2
  130. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +6 -5
  131. package/dist/cjs/ion-button_2.cjs.entry.js +317 -247
  132. package/dist/cjs/ion-card_5.cjs.entry.js +8 -7
  133. package/dist/cjs/ion-checkbox.cjs.entry.js +4 -3
  134. package/dist/cjs/ion-chip.cjs.entry.js +3 -2
  135. package/dist/cjs/ion-col_3.cjs.entry.js +5 -4
  136. package/dist/cjs/ion-datetime-button.cjs.entry.js +5 -4
  137. package/dist/cjs/ion-datetime_3.cjs.entry.js +24 -15
  138. package/dist/cjs/ion-fab_3.cjs.entry.js +7 -6
  139. package/dist/cjs/ion-img.cjs.entry.js +4 -3
  140. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +8 -7
  141. package/dist/cjs/ion-input-otp.cjs.entry.js +106 -53
  142. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +4 -3
  143. package/dist/cjs/ion-input.cjs.entry.js +10 -9
  144. package/dist/cjs/ion-item-option_3.cjs.entry.js +7 -6
  145. package/dist/cjs/ion-item_8.cjs.entry.js +38 -17
  146. package/dist/cjs/ion-loading.cjs.entry.js +17 -17
  147. package/dist/cjs/ion-menu_3.cjs.entry.js +42 -19
  148. package/dist/cjs/ion-modal.cjs.entry.js +393 -26
  149. package/dist/cjs/ion-nav_2.cjs.entry.js +8 -7
  150. package/dist/cjs/ion-picker-column-option.cjs.entry.js +4 -3
  151. package/dist/cjs/ion-picker-column.cjs.entry.js +28 -9
  152. package/dist/cjs/ion-picker.cjs.entry.js +2 -2
  153. package/dist/cjs/ion-popover.cjs.entry.js +19 -17
  154. package/dist/cjs/ion-progress-bar.cjs.entry.js +5 -3
  155. package/dist/cjs/ion-radio_2.cjs.entry.js +5 -4
  156. package/dist/cjs/ion-range.cjs.entry.js +53 -9
  157. package/dist/cjs/ion-refresher_2.cjs.entry.js +15 -14
  158. package/dist/cjs/ion-reorder_2.cjs.entry.js +27 -11
  159. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -2
  160. package/dist/cjs/ion-route_4.cjs.entry.js +5 -3
  161. package/dist/cjs/ion-searchbar.cjs.entry.js +10 -11
  162. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  163. package/dist/cjs/ion-segment-view.cjs.entry.js +1 -1
  164. package/dist/cjs/ion-segment_2.cjs.entry.js +5 -4
  165. package/dist/cjs/ion-select-modal.cjs.entry.js +9 -8
  166. package/dist/cjs/ion-select_3.cjs.entry.js +21 -20
  167. package/dist/cjs/ion-spinner.cjs.entry.js +4 -3
  168. package/dist/cjs/ion-split-pane.cjs.entry.js +3 -2
  169. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +5 -4
  170. package/dist/cjs/ion-tab_2.cjs.entry.js +22 -5
  171. package/dist/cjs/ion-text.cjs.entry.js +3 -2
  172. package/dist/cjs/ion-textarea.cjs.entry.js +7 -6
  173. package/dist/cjs/ion-toast.cjs.entry.js +17 -17
  174. package/dist/cjs/ion-toggle.cjs.entry.js +7 -6
  175. package/dist/cjs/ionic-global-UI5YPSi-.js +151 -0
  176. package/dist/cjs/ionic.cjs.js +6 -4
  177. package/dist/cjs/{ios.transition-baEy2tr4.js → ios.transition-DEitrLlG.js} +4 -4
  178. package/dist/cjs/loader.cjs.js +5 -3
  179. package/dist/cjs/{md.transition-Bvc-JrM5.js → md.transition-BHtGC-Wg.js} +4 -4
  180. package/dist/cjs/{notch-controller-BAbqGXRi.js → notch-controller-Bf5Rr4R5.js} +1 -1
  181. package/dist/cjs/{overlays-DRDumz2b.js → overlays-CglR7j-u.js} +8 -7
  182. package/dist/cjs/{status-tap-Db3WeCkO.js → status-tap-D9YPr62n.js} +3 -3
  183. package/dist/cjs/{swipe-back-bLyc4PSi.js → swipe-back-Ck8mDs0g.js} +2 -2
  184. package/dist/collection/collection-manifest.json +1 -1
  185. package/dist/collection/components/action-sheet/action-sheet.js +11 -12
  186. package/dist/collection/components/alert/alert.js +10 -11
  187. package/dist/collection/components/app/app.js +8 -3
  188. package/dist/collection/components/datetime/datetime.js +24 -8
  189. package/dist/collection/components/datetime/utils/state.js +1 -0
  190. package/dist/collection/components/input/input.ios.css +1 -1
  191. package/dist/collection/components/input/input.md.css +1 -1
  192. package/dist/collection/components/input-otp/input-otp.js +104 -51
  193. package/dist/collection/components/item/item.js +28 -7
  194. package/dist/collection/components/loading/loading.js +10 -11
  195. package/dist/collection/components/menu/menu.js +62 -19
  196. package/dist/collection/components/modal/animations/ios.enter.js +2 -2
  197. package/dist/collection/components/modal/animations/ios.leave.js +2 -2
  198. package/dist/collection/components/modal/animations/ios.transition.js +152 -0
  199. package/dist/collection/components/modal/modal.js +258 -18
  200. package/dist/collection/components/picker-column/picker-column.js +22 -4
  201. package/dist/collection/components/popover/popover.js +18 -14
  202. package/dist/collection/components/progress-bar/progress-bar.js +1 -0
  203. package/dist/collection/components/range/range.js +48 -5
  204. package/dist/collection/components/reorder-group/reorder-group.js +80 -8
  205. package/dist/collection/components/router/router.js +5 -1
  206. package/dist/collection/components/searchbar/searchbar.js +5 -7
  207. package/dist/collection/components/segment-content/segment-content.css +1 -0
  208. package/dist/collection/components/select/select.js +3 -3
  209. package/dist/collection/components/tabs/tabs.js +19 -2
  210. package/dist/collection/components/toast/toast.js +9 -10
  211. package/dist/collection/utils/test/playwright/page/utils/set-content.js +20 -2
  212. package/dist/docs.json +218 -75
  213. package/dist/esm/{animation-BWcUKtbn.js → animation-BvhAtgca.js} +1 -1
  214. package/dist/esm/app-globals-CvLYUxE9.js +8 -0
  215. package/dist/esm/{button-active-Bxcnevju.js → button-active-DBUPuLNw.js} +1 -1
  216. package/dist/esm/{config-AaTyISnm.js → config-Dx_6wPIJ.js} +1 -1
  217. package/dist/esm/{data-GIsHsYIB.js → data-CKHMWxfe.js} +1 -1
  218. package/dist/esm/{framework-delegate-DxcnWic_.js → framework-delegate-BLEBgH06.js} +1 -1
  219. package/dist/esm/{hardware-back-button-DcH0BbDp.js → hardware-back-button-Dhbd-23H.js} +1 -1
  220. package/dist/esm/{helpers-1O4D2b7y.js → helpers-8KSQQGQy.js} +1 -1
  221. package/dist/esm/{index-B_U9CtaY.js → index-4DxY6_gG.js} +270 -315
  222. package/dist/esm/{index-BlJTBdxG.js → index-7UbSlv7N.js} +2 -2
  223. package/dist/esm/{index-CWbP1eJz.js → index-C6WeRr09.js} +2 -2
  224. package/dist/esm/{index-D8sncTHY.js → index-CXSTcaAW.js} +5 -4
  225. package/dist/esm/index-DV3sJJW8.js +32 -0
  226. package/dist/esm/{index-DfBA5ztX.js → index-Dp7GXH1z.js} +4 -4
  227. package/dist/esm/index.js +12 -11
  228. package/dist/esm/{input-shims-C3lNp93k.js → input-shims-C4KDnhxb.js} +3 -3
  229. package/dist/esm/{input.utils-zWijNCrx.js → input.utils-be4gBvVY.js} +2 -2
  230. package/dist/esm/ion-accordion_2.entry.js +4 -3
  231. package/dist/esm/ion-action-sheet.entry.js +16 -16
  232. package/dist/esm/ion-alert.entry.js +16 -16
  233. package/dist/esm/ion-app_8.entry.js +15 -12
  234. package/dist/esm/ion-avatar_3.entry.js +2 -1
  235. package/dist/esm/ion-back-button.entry.js +4 -3
  236. package/dist/esm/ion-backdrop.entry.js +2 -1
  237. package/dist/esm/ion-breadcrumb_2.entry.js +4 -3
  238. package/dist/esm/ion-button_2.entry.js +316 -246
  239. package/dist/esm/ion-card_5.entry.js +3 -2
  240. package/dist/esm/ion-checkbox.entry.js +3 -2
  241. package/dist/esm/ion-chip.entry.js +2 -1
  242. package/dist/esm/ion-col_3.entry.js +2 -1
  243. package/dist/esm/ion-datetime-button.entry.js +4 -3
  244. package/dist/esm/ion-datetime_3.entry.js +19 -10
  245. package/dist/esm/ion-fab_3.entry.js +4 -3
  246. package/dist/esm/ion-img.entry.js +3 -2
  247. package/dist/esm/ion-infinite-scroll_2.entry.js +5 -4
  248. package/dist/esm/ion-input-otp.entry.js +105 -52
  249. package/dist/esm/ion-input-password-toggle.entry.js +3 -2
  250. package/dist/esm/ion-input.entry.js +8 -7
  251. package/dist/esm/ion-item-option_3.entry.js +4 -3
  252. package/dist/esm/ion-item_8.entry.js +30 -9
  253. package/dist/esm/ion-loading.entry.js +15 -15
  254. package/dist/esm/ion-menu_3.entry.js +36 -13
  255. package/dist/esm/ion-modal.entry.js +389 -22
  256. package/dist/esm/ion-nav_2.entry.js +6 -5
  257. package/dist/esm/ion-picker-column-option.entry.js +3 -2
  258. package/dist/esm/ion-picker-column.entry.js +25 -6
  259. package/dist/esm/ion-picker.entry.js +2 -2
  260. package/dist/esm/ion-popover.entry.js +16 -14
  261. package/dist/esm/ion-progress-bar.entry.js +4 -2
  262. package/dist/esm/ion-radio_2.entry.js +3 -2
  263. package/dist/esm/ion-range.entry.js +52 -8
  264. package/dist/esm/ion-refresher_2.entry.js +7 -6
  265. package/dist/esm/ion-reorder_2.entry.js +25 -9
  266. package/dist/esm/ion-ripple-effect.entry.js +2 -1
  267. package/dist/esm/ion-route_4.entry.js +4 -2
  268. package/dist/esm/ion-searchbar.entry.js +8 -9
  269. package/dist/esm/ion-segment-content.entry.js +2 -2
  270. package/dist/esm/ion-segment-view.entry.js +1 -1
  271. package/dist/esm/ion-segment_2.entry.js +3 -2
  272. package/dist/esm/ion-select-modal.entry.js +8 -7
  273. package/dist/esm/ion-select_3.entry.js +12 -11
  274. package/dist/esm/ion-spinner.entry.js +2 -1
  275. package/dist/esm/ion-split-pane.entry.js +2 -1
  276. package/dist/esm/ion-tab-bar_2.entry.js +3 -2
  277. package/dist/esm/ion-tab_2.entry.js +22 -5
  278. package/dist/esm/ion-text.entry.js +2 -1
  279. package/dist/esm/ion-textarea.entry.js +5 -4
  280. package/dist/esm/ion-toast.entry.js +14 -14
  281. package/dist/esm/ion-toggle.entry.js +4 -3
  282. package/dist/esm/ionic-global-CTSyufhF.js +146 -0
  283. package/dist/esm/ionic.js +6 -4
  284. package/dist/esm/{ios.transition-BmXtMRXZ.js → ios.transition-eAEkgVAv.js} +4 -4
  285. package/dist/esm/loader.js +5 -3
  286. package/dist/esm/{md.transition-CLI683c7.js → md.transition-D8TeJ_Pz.js} +4 -4
  287. package/dist/esm/{notch-controller-C5LPspO8.js → notch-controller-lb417-kU.js} +1 -1
  288. package/dist/esm/{overlays-8Y2rA-ps.js → overlays-ZX_4-t_r.js} +5 -4
  289. package/dist/esm/{status-tap-7t9T91bG.js → status-tap-pATNXEtr.js} +3 -3
  290. package/dist/esm/{swipe-back-D_6Vqlwy.js → swipe-back-tV63j0BI.js} +2 -2
  291. package/dist/ionic/index.esm.js +1 -1
  292. package/dist/ionic/ionic.esm.js +1 -1
  293. package/dist/ionic/p-0f396661.entry.js +4 -0
  294. package/dist/ionic/p-1191a2d9.entry.js +4 -0
  295. package/dist/ionic/p-1488b7cc.entry.js +4 -0
  296. package/dist/ionic/p-148bdf18.entry.js +4 -0
  297. package/dist/ionic/p-16116947.entry.js +4 -0
  298. package/dist/ionic/p-19f80390.entry.js +4 -0
  299. package/dist/ionic/p-1bbd0a23.entry.js +4 -0
  300. package/dist/ionic/p-1d5b934a.entry.js +4 -0
  301. package/dist/ionic/p-29032e49.entry.js +4 -0
  302. package/dist/ionic/p-2cb0f39f.entry.js +4 -0
  303. package/dist/ionic/p-349fc921.entry.js +4 -0
  304. package/dist/ionic/p-3624b640.entry.js +4 -0
  305. package/dist/ionic/p-36a54836.entry.js +4 -0
  306. package/dist/ionic/p-39ed3212.entry.js +4 -0
  307. package/dist/ionic/p-4DxY6_gG.js +5 -0
  308. package/dist/ionic/p-504e4c9c.entry.js +4 -0
  309. package/dist/ionic/p-528af4e6.entry.js +4 -0
  310. package/dist/ionic/p-54dec9b1.entry.js +4 -0
  311. package/dist/ionic/p-5c976c00.entry.js +4 -0
  312. package/dist/ionic/p-6383afc2.entry.js +4 -0
  313. package/dist/ionic/p-6701ab96.entry.js +4 -0
  314. package/dist/ionic/p-7a53f04c.entry.js +4 -0
  315. package/dist/ionic/p-7b12d853.entry.js +4 -0
  316. package/dist/ionic/p-7bac2c5f.entry.js +4 -0
  317. package/dist/ionic/p-7da05504.entry.js +4 -0
  318. package/dist/ionic/p-7fa27903.entry.js +4 -0
  319. package/dist/ionic/p-8d96a0cd.entry.js +4 -0
  320. package/dist/ionic/p-91d6ccb0.entry.js +4 -0
  321. package/dist/ionic/p-982fe1c4.entry.js +4 -0
  322. package/dist/ionic/{p-9b46b31b.entry.js → p-9ddf2620.entry.js} +1 -1
  323. package/dist/ionic/p-B1xocg0A.js +4 -0
  324. package/dist/ionic/{p-BmQduG8c.js → p-B5MDSrGg.js} +1 -1
  325. package/dist/ionic/{p-CRiGyYOA.js → p-BB-JoKGB.js} +1 -1
  326. package/dist/ionic/{p-DCfS5Jk_.js → p-BHGXdud8.js} +1 -1
  327. package/dist/ionic/{p-QwEXyOze.js → p-BhNEp2QP.js} +1 -1
  328. package/dist/ionic/p-Br3vSlYh.js +4 -0
  329. package/dist/ionic/{p-Do-uqmtX.js → p-C-Cct-6D.js} +1 -1
  330. package/dist/ionic/p-C87oPMMF.js +4 -0
  331. package/dist/ionic/p-C8d2ebIg.js +4 -0
  332. package/dist/ionic/p-CSwZyt05.js +4 -0
  333. package/dist/ionic/{p-CPgXVSua.js → p-CWvl4RPO.js} +1 -1
  334. package/dist/ionic/p-CvaZMP6T.js +4 -0
  335. package/dist/ionic/{p-DgdWETCP.js → p-D2fQU_qK.js} +1 -1
  336. package/dist/ionic/{p-DonTxalL.js → p-D2re3d9B.js} +1 -1
  337. package/dist/ionic/p-DAfH9Iif.js +4 -0
  338. package/dist/ionic/p-DCuOL88l.js +4 -0
  339. package/dist/ionic/p-DJKvq7vb.js +4 -0
  340. package/dist/ionic/p-DV3sJJW8.js +4 -0
  341. package/dist/ionic/{p-7qk7mxdr.js → p-DiZPU8BH.js} +1 -1
  342. package/dist/ionic/p-Dm_oBkW1.js +4 -0
  343. package/dist/ionic/{p-CbI9XwwW.js → p-EnaLTYYj.js} +1 -1
  344. package/dist/ionic/{p-B1MNHTYX.js → p-LaGjiAVo.js} +1 -1
  345. package/dist/ionic/p-a81be128.entry.js +4 -0
  346. package/dist/ionic/p-ab33ef20.entry.js +4 -0
  347. package/dist/ionic/p-ac2be9d6.entry.js +4 -0
  348. package/dist/ionic/p-ac434970.entry.js +4 -0
  349. package/dist/ionic/p-afeb9df6.entry.js +4 -0
  350. package/dist/ionic/p-bc9f9032.entry.js +4 -0
  351. package/dist/ionic/p-bf81a468.entry.js +4 -0
  352. package/dist/ionic/{p-8a8ef46b.entry.js → p-c0d58c8e.entry.js} +1 -1
  353. package/dist/ionic/p-c5210d3e.entry.js +4 -0
  354. package/dist/ionic/p-c575e7ce.entry.js +4 -0
  355. package/dist/ionic/p-c836e1a2.entry.js +4 -0
  356. package/dist/ionic/p-cb335dbc.entry.js +4 -0
  357. package/dist/ionic/p-d04d66fc.entry.js +4 -0
  358. package/dist/ionic/p-d3df6032.entry.js +4 -0
  359. package/dist/ionic/p-dbba38cf.entry.js +4 -0
  360. package/dist/ionic/p-e6c3214c.entry.js +4 -0
  361. package/dist/ionic/p-e6c465ff.entry.js +4 -0
  362. package/dist/ionic/p-ec76fec4.entry.js +4 -0
  363. package/dist/ionic/p-ee2e35a6.entry.js +4 -0
  364. package/dist/ionic/p-f2884bc2.entry.js +4 -0
  365. package/dist/ionic/p-f456d176.entry.js +4 -0
  366. package/dist/ionic/p-f7db572a.entry.js +4 -0
  367. package/dist/ionic/p-f9eb54ee.entry.js +4 -0
  368. package/dist/ionic/svg/accessibility-outline.svg +1 -1
  369. package/dist/ionic/svg/accessibility-sharp.svg +1 -1
  370. package/dist/ionic/svg/accessibility.svg +1 -1
  371. package/dist/ionic/svg/add-circle-outline.svg +1 -1
  372. package/dist/ionic/svg/add-circle-sharp.svg +1 -1
  373. package/dist/ionic/svg/add-circle.svg +1 -1
  374. package/dist/ionic/svg/add-outline.svg +1 -1
  375. package/dist/ionic/svg/add-sharp.svg +1 -1
  376. package/dist/ionic/svg/add.svg +1 -1
  377. package/dist/ionic/svg/airplane-outline.svg +1 -1
  378. package/dist/ionic/svg/airplane-sharp.svg +1 -1
  379. package/dist/ionic/svg/airplane.svg +1 -1
  380. package/dist/ionic/svg/alarm-outline.svg +1 -1
  381. package/dist/ionic/svg/alarm-sharp.svg +1 -1
  382. package/dist/ionic/svg/alarm.svg +1 -1
  383. package/dist/ionic/svg/albums-outline.svg +1 -1
  384. package/dist/ionic/svg/albums-sharp.svg +1 -1
  385. package/dist/ionic/svg/albums.svg +1 -1
  386. package/dist/ionic/svg/alert-circle-outline.svg +1 -1
  387. package/dist/ionic/svg/alert-circle-sharp.svg +1 -1
  388. package/dist/ionic/svg/alert-circle.svg +1 -1
  389. package/dist/ionic/svg/alert-outline.svg +1 -1
  390. package/dist/ionic/svg/alert-sharp.svg +1 -1
  391. package/dist/ionic/svg/alert.svg +1 -1
  392. package/dist/ionic/svg/american-football-outline.svg +1 -1
  393. package/dist/ionic/svg/american-football-sharp.svg +1 -1
  394. package/dist/ionic/svg/american-football.svg +1 -1
  395. package/dist/ionic/svg/analytics-outline.svg +1 -1
  396. package/dist/ionic/svg/analytics-sharp.svg +1 -1
  397. package/dist/ionic/svg/analytics.svg +1 -1
  398. package/dist/ionic/svg/aperture-outline.svg +1 -1
  399. package/dist/ionic/svg/aperture-sharp.svg +1 -1
  400. package/dist/ionic/svg/aperture.svg +1 -1
  401. package/dist/ionic/svg/apps-outline.svg +1 -1
  402. package/dist/ionic/svg/apps-sharp.svg +1 -1
  403. package/dist/ionic/svg/apps.svg +1 -1
  404. package/dist/ionic/svg/archive-outline.svg +1 -1
  405. package/dist/ionic/svg/archive-sharp.svg +1 -1
  406. package/dist/ionic/svg/archive.svg +1 -1
  407. package/dist/ionic/svg/arrow-back-circle-outline.svg +1 -1
  408. package/dist/ionic/svg/arrow-back-circle-sharp.svg +1 -1
  409. package/dist/ionic/svg/arrow-back-circle.svg +1 -1
  410. package/dist/ionic/svg/arrow-back-outline.svg +1 -1
  411. package/dist/ionic/svg/arrow-back-sharp.svg +1 -1
  412. package/dist/ionic/svg/arrow-back.svg +1 -1
  413. package/dist/ionic/svg/arrow-down-circle-outline.svg +1 -1
  414. package/dist/ionic/svg/arrow-down-circle-sharp.svg +1 -1
  415. package/dist/ionic/svg/arrow-down-circle.svg +1 -1
  416. package/dist/ionic/svg/arrow-down-left-box-outline.svg +1 -0
  417. package/dist/ionic/svg/arrow-down-left-box-sharp.svg +1 -0
  418. package/dist/ionic/svg/arrow-down-left-box.svg +1 -0
  419. package/dist/ionic/svg/arrow-down-outline.svg +1 -1
  420. package/dist/ionic/svg/arrow-down-right-box-outline.svg +1 -0
  421. package/dist/ionic/svg/arrow-down-right-box-sharp.svg +1 -0
  422. package/dist/ionic/svg/arrow-down-right-box.svg +1 -0
  423. package/dist/ionic/svg/arrow-down-sharp.svg +1 -1
  424. package/dist/ionic/svg/arrow-down.svg +1 -1
  425. package/dist/ionic/svg/arrow-forward-circle-outline.svg +1 -1
  426. package/dist/ionic/svg/arrow-forward-circle-sharp.svg +1 -1
  427. package/dist/ionic/svg/arrow-forward-circle.svg +1 -1
  428. package/dist/ionic/svg/arrow-forward-outline.svg +1 -1
  429. package/dist/ionic/svg/arrow-forward-sharp.svg +1 -1
  430. package/dist/ionic/svg/arrow-forward.svg +1 -1
  431. package/dist/ionic/svg/arrow-redo-circle-outline.svg +1 -1
  432. package/dist/ionic/svg/arrow-redo-circle-sharp.svg +1 -1
  433. package/dist/ionic/svg/arrow-redo-circle.svg +1 -1
  434. package/dist/ionic/svg/arrow-redo-outline.svg +1 -1
  435. package/dist/ionic/svg/arrow-redo-sharp.svg +1 -1
  436. package/dist/ionic/svg/arrow-redo.svg +1 -1
  437. package/dist/ionic/svg/arrow-undo-circle-outline.svg +1 -1
  438. package/dist/ionic/svg/arrow-undo-circle-sharp.svg +1 -1
  439. package/dist/ionic/svg/arrow-undo-circle.svg +1 -1
  440. package/dist/ionic/svg/arrow-undo-outline.svg +1 -1
  441. package/dist/ionic/svg/arrow-undo-sharp.svg +1 -1
  442. package/dist/ionic/svg/arrow-undo.svg +1 -1
  443. package/dist/ionic/svg/arrow-up-circle-outline.svg +1 -1
  444. package/dist/ionic/svg/arrow-up-circle-sharp.svg +1 -1
  445. package/dist/ionic/svg/arrow-up-circle.svg +1 -1
  446. package/dist/ionic/svg/arrow-up-left-box-outline.svg +1 -0
  447. package/dist/ionic/svg/arrow-up-left-box-sharp.svg +1 -0
  448. package/dist/ionic/svg/arrow-up-left-box.svg +1 -0
  449. package/dist/ionic/svg/arrow-up-outline.svg +1 -1
  450. package/dist/ionic/svg/arrow-up-right-box-outline.svg +1 -0
  451. package/dist/ionic/svg/arrow-up-right-box-sharp.svg +1 -0
  452. package/dist/ionic/svg/arrow-up-right-box.svg +1 -0
  453. package/dist/ionic/svg/arrow-up-sharp.svg +1 -1
  454. package/dist/ionic/svg/arrow-up.svg +1 -1
  455. package/dist/ionic/svg/at-circle-outline.svg +1 -1
  456. package/dist/ionic/svg/at-circle-sharp.svg +1 -1
  457. package/dist/ionic/svg/at-circle.svg +1 -1
  458. package/dist/ionic/svg/at-outline.svg +1 -1
  459. package/dist/ionic/svg/at-sharp.svg +1 -1
  460. package/dist/ionic/svg/at.svg +1 -1
  461. package/dist/ionic/svg/attach-outline.svg +1 -1
  462. package/dist/ionic/svg/attach-sharp.svg +1 -1
  463. package/dist/ionic/svg/attach.svg +1 -1
  464. package/dist/ionic/svg/backspace-outline.svg +1 -1
  465. package/dist/ionic/svg/backspace-sharp.svg +1 -1
  466. package/dist/ionic/svg/backspace.svg +1 -1
  467. package/dist/ionic/svg/bag-add-outline.svg +1 -1
  468. package/dist/ionic/svg/bag-add-sharp.svg +1 -1
  469. package/dist/ionic/svg/bag-add.svg +1 -1
  470. package/dist/ionic/svg/bag-check-outline.svg +1 -1
  471. package/dist/ionic/svg/bag-check-sharp.svg +1 -1
  472. package/dist/ionic/svg/bag-check.svg +1 -1
  473. package/dist/ionic/svg/bag-handle-outline.svg +1 -1
  474. package/dist/ionic/svg/bag-handle-sharp.svg +1 -1
  475. package/dist/ionic/svg/bag-handle.svg +1 -1
  476. package/dist/ionic/svg/bag-outline.svg +1 -1
  477. package/dist/ionic/svg/bag-remove-outline.svg +1 -1
  478. package/dist/ionic/svg/bag-remove-sharp.svg +1 -1
  479. package/dist/ionic/svg/bag-remove.svg +1 -1
  480. package/dist/ionic/svg/bag-sharp.svg +1 -1
  481. package/dist/ionic/svg/bag.svg +1 -1
  482. package/dist/ionic/svg/balloon-outline.svg +1 -1
  483. package/dist/ionic/svg/balloon-sharp.svg +1 -1
  484. package/dist/ionic/svg/balloon.svg +1 -1
  485. package/dist/ionic/svg/ban-outline.svg +1 -1
  486. package/dist/ionic/svg/ban-sharp.svg +1 -1
  487. package/dist/ionic/svg/ban.svg +1 -1
  488. package/dist/ionic/svg/bandage-outline.svg +1 -1
  489. package/dist/ionic/svg/bandage-sharp.svg +1 -1
  490. package/dist/ionic/svg/bandage.svg +1 -1
  491. package/dist/ionic/svg/bar-chart-outline.svg +1 -1
  492. package/dist/ionic/svg/bar-chart-sharp.svg +1 -1
  493. package/dist/ionic/svg/bar-chart.svg +1 -1
  494. package/dist/ionic/svg/barbell-outline.svg +1 -1
  495. package/dist/ionic/svg/barbell-sharp.svg +1 -1
  496. package/dist/ionic/svg/barbell.svg +1 -1
  497. package/dist/ionic/svg/barcode-outline.svg +1 -1
  498. package/dist/ionic/svg/barcode-sharp.svg +1 -1
  499. package/dist/ionic/svg/barcode.svg +1 -1
  500. package/dist/ionic/svg/baseball-outline.svg +1 -1
  501. package/dist/ionic/svg/baseball-sharp.svg +1 -1
  502. package/dist/ionic/svg/baseball.svg +1 -1
  503. package/dist/ionic/svg/basket-outline.svg +1 -1
  504. package/dist/ionic/svg/basket-sharp.svg +1 -1
  505. package/dist/ionic/svg/basket.svg +1 -1
  506. package/dist/ionic/svg/basketball-outline.svg +1 -1
  507. package/dist/ionic/svg/basketball-sharp.svg +1 -1
  508. package/dist/ionic/svg/basketball.svg +1 -1
  509. package/dist/ionic/svg/battery-charging-outline.svg +1 -1
  510. package/dist/ionic/svg/battery-charging-sharp.svg +1 -1
  511. package/dist/ionic/svg/battery-charging.svg +1 -1
  512. package/dist/ionic/svg/battery-dead-outline.svg +1 -1
  513. package/dist/ionic/svg/battery-dead-sharp.svg +1 -1
  514. package/dist/ionic/svg/battery-dead.svg +1 -1
  515. package/dist/ionic/svg/battery-full-outline.svg +1 -1
  516. package/dist/ionic/svg/battery-full-sharp.svg +1 -1
  517. package/dist/ionic/svg/battery-full.svg +1 -1
  518. package/dist/ionic/svg/battery-half-outline.svg +1 -1
  519. package/dist/ionic/svg/battery-half-sharp.svg +1 -1
  520. package/dist/ionic/svg/battery-half.svg +1 -1
  521. package/dist/ionic/svg/beaker-outline.svg +1 -1
  522. package/dist/ionic/svg/beaker-sharp.svg +1 -1
  523. package/dist/ionic/svg/beaker.svg +1 -1
  524. package/dist/ionic/svg/bed-outline.svg +1 -1
  525. package/dist/ionic/svg/bed-sharp.svg +1 -1
  526. package/dist/ionic/svg/bed.svg +1 -1
  527. package/dist/ionic/svg/beer-outline.svg +1 -1
  528. package/dist/ionic/svg/beer-sharp.svg +1 -1
  529. package/dist/ionic/svg/beer.svg +1 -1
  530. package/dist/ionic/svg/bicycle-outline.svg +1 -1
  531. package/dist/ionic/svg/bicycle-sharp.svg +1 -1
  532. package/dist/ionic/svg/bicycle.svg +1 -1
  533. package/dist/ionic/svg/binoculars-outline.svg +1 -0
  534. package/dist/ionic/svg/binoculars-sharp.svg +1 -0
  535. package/dist/ionic/svg/binoculars.svg +1 -0
  536. package/dist/ionic/svg/bluetooth-outline.svg +1 -1
  537. package/dist/ionic/svg/bluetooth-sharp.svg +1 -1
  538. package/dist/ionic/svg/bluetooth.svg +1 -1
  539. package/dist/ionic/svg/boat-outline.svg +1 -1
  540. package/dist/ionic/svg/boat-sharp.svg +1 -1
  541. package/dist/ionic/svg/boat.svg +1 -1
  542. package/dist/ionic/svg/body-outline.svg +1 -1
  543. package/dist/ionic/svg/body-sharp.svg +1 -1
  544. package/dist/ionic/svg/body.svg +1 -1
  545. package/dist/ionic/svg/bonfire-outline.svg +1 -1
  546. package/dist/ionic/svg/bonfire-sharp.svg +1 -1
  547. package/dist/ionic/svg/bonfire.svg +1 -1
  548. package/dist/ionic/svg/book-outline.svg +1 -1
  549. package/dist/ionic/svg/book-sharp.svg +1 -1
  550. package/dist/ionic/svg/book.svg +1 -1
  551. package/dist/ionic/svg/bookmark-outline.svg +1 -1
  552. package/dist/ionic/svg/bookmark-sharp.svg +1 -1
  553. package/dist/ionic/svg/bookmark.svg +1 -1
  554. package/dist/ionic/svg/bookmarks-outline.svg +1 -1
  555. package/dist/ionic/svg/bookmarks-sharp.svg +1 -1
  556. package/dist/ionic/svg/bookmarks.svg +1 -1
  557. package/dist/ionic/svg/bowling-ball-outline.svg +1 -1
  558. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -1
  559. package/dist/ionic/svg/bowling-ball.svg +1 -1
  560. package/dist/ionic/svg/briefcase-outline.svg +1 -1
  561. package/dist/ionic/svg/briefcase-sharp.svg +1 -1
  562. package/dist/ionic/svg/briefcase.svg +1 -1
  563. package/dist/ionic/svg/browsers-outline.svg +1 -1
  564. package/dist/ionic/svg/browsers-sharp.svg +1 -1
  565. package/dist/ionic/svg/browsers.svg +1 -1
  566. package/dist/ionic/svg/brush-outline.svg +1 -1
  567. package/dist/ionic/svg/brush-sharp.svg +1 -1
  568. package/dist/ionic/svg/brush.svg +1 -1
  569. package/dist/ionic/svg/bug-outline.svg +1 -1
  570. package/dist/ionic/svg/bug-sharp.svg +1 -1
  571. package/dist/ionic/svg/bug.svg +1 -1
  572. package/dist/ionic/svg/build-outline.svg +1 -1
  573. package/dist/ionic/svg/build-sharp.svg +1 -1
  574. package/dist/ionic/svg/build.svg +1 -1
  575. package/dist/ionic/svg/bulb-outline.svg +1 -1
  576. package/dist/ionic/svg/bulb-sharp.svg +1 -1
  577. package/dist/ionic/svg/bulb.svg +1 -1
  578. package/dist/ionic/svg/bus-outline.svg +1 -1
  579. package/dist/ionic/svg/bus-sharp.svg +1 -1
  580. package/dist/ionic/svg/bus.svg +1 -1
  581. package/dist/ionic/svg/business-outline.svg +1 -1
  582. package/dist/ionic/svg/business-sharp.svg +1 -1
  583. package/dist/ionic/svg/business.svg +1 -1
  584. package/dist/ionic/svg/cafe-outline.svg +1 -1
  585. package/dist/ionic/svg/cafe-sharp.svg +1 -1
  586. package/dist/ionic/svg/cafe.svg +1 -1
  587. package/dist/ionic/svg/calculator-outline.svg +1 -1
  588. package/dist/ionic/svg/calculator-sharp.svg +1 -1
  589. package/dist/ionic/svg/calculator.svg +1 -1
  590. package/dist/ionic/svg/calendar-clear-outline.svg +1 -1
  591. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -1
  592. package/dist/ionic/svg/calendar-clear.svg +1 -1
  593. package/dist/ionic/svg/calendar-number-outline.svg +1 -1
  594. package/dist/ionic/svg/calendar-number-sharp.svg +1 -1
  595. package/dist/ionic/svg/calendar-number.svg +1 -1
  596. package/dist/ionic/svg/calendar-outline.svg +1 -1
  597. package/dist/ionic/svg/calendar-sharp.svg +1 -1
  598. package/dist/ionic/svg/calendar.svg +1 -1
  599. package/dist/ionic/svg/call-outline.svg +1 -1
  600. package/dist/ionic/svg/call-sharp.svg +1 -1
  601. package/dist/ionic/svg/call.svg +1 -1
  602. package/dist/ionic/svg/camera-outline.svg +1 -1
  603. package/dist/ionic/svg/camera-reverse-outline.svg +1 -1
  604. package/dist/ionic/svg/camera-reverse-sharp.svg +1 -1
  605. package/dist/ionic/svg/camera-reverse.svg +1 -1
  606. package/dist/ionic/svg/camera-sharp.svg +1 -1
  607. package/dist/ionic/svg/camera.svg +1 -1
  608. package/dist/ionic/svg/car-outline.svg +1 -1
  609. package/dist/ionic/svg/car-sharp.svg +1 -1
  610. package/dist/ionic/svg/car-sport-outline.svg +1 -1
  611. package/dist/ionic/svg/car-sport-sharp.svg +1 -1
  612. package/dist/ionic/svg/car-sport.svg +1 -1
  613. package/dist/ionic/svg/car.svg +1 -1
  614. package/dist/ionic/svg/card-outline.svg +1 -1
  615. package/dist/ionic/svg/card-sharp.svg +1 -1
  616. package/dist/ionic/svg/card.svg +1 -1
  617. package/dist/ionic/svg/caret-back-circle-outline.svg +1 -1
  618. package/dist/ionic/svg/caret-back-circle-sharp.svg +1 -1
  619. package/dist/ionic/svg/caret-back-circle.svg +1 -1
  620. package/dist/ionic/svg/caret-back-outline.svg +1 -1
  621. package/dist/ionic/svg/caret-back-sharp.svg +1 -1
  622. package/dist/ionic/svg/caret-back.svg +1 -1
  623. package/dist/ionic/svg/caret-down-circle-outline.svg +1 -1
  624. package/dist/ionic/svg/caret-down-circle-sharp.svg +1 -1
  625. package/dist/ionic/svg/caret-down-circle.svg +1 -1
  626. package/dist/ionic/svg/caret-down-outline.svg +1 -1
  627. package/dist/ionic/svg/caret-down-sharp.svg +1 -1
  628. package/dist/ionic/svg/caret-down.svg +1 -1
  629. package/dist/ionic/svg/caret-forward-circle-outline.svg +1 -1
  630. package/dist/ionic/svg/caret-forward-circle-sharp.svg +1 -1
  631. package/dist/ionic/svg/caret-forward-circle.svg +1 -1
  632. package/dist/ionic/svg/caret-forward-outline.svg +1 -1
  633. package/dist/ionic/svg/caret-forward-sharp.svg +1 -1
  634. package/dist/ionic/svg/caret-forward.svg +1 -1
  635. package/dist/ionic/svg/caret-up-circle-outline.svg +1 -1
  636. package/dist/ionic/svg/caret-up-circle-sharp.svg +1 -1
  637. package/dist/ionic/svg/caret-up-circle.svg +1 -1
  638. package/dist/ionic/svg/caret-up-outline.svg +1 -1
  639. package/dist/ionic/svg/caret-up-sharp.svg +1 -1
  640. package/dist/ionic/svg/caret-up.svg +1 -1
  641. package/dist/ionic/svg/cart-outline.svg +1 -1
  642. package/dist/ionic/svg/cart-sharp.svg +1 -1
  643. package/dist/ionic/svg/cart.svg +1 -1
  644. package/dist/ionic/svg/cash-outline.svg +1 -1
  645. package/dist/ionic/svg/cash-sharp.svg +1 -1
  646. package/dist/ionic/svg/cash.svg +1 -1
  647. package/dist/ionic/svg/cellular-outline.svg +1 -1
  648. package/dist/ionic/svg/cellular-sharp.svg +1 -1
  649. package/dist/ionic/svg/cellular.svg +1 -1
  650. package/dist/ionic/svg/chatbox-ellipses-outline.svg +1 -1
  651. package/dist/ionic/svg/chatbox-ellipses-sharp.svg +1 -1
  652. package/dist/ionic/svg/chatbox-ellipses.svg +1 -1
  653. package/dist/ionic/svg/chatbox-outline.svg +1 -1
  654. package/dist/ionic/svg/chatbox-sharp.svg +1 -1
  655. package/dist/ionic/svg/chatbox.svg +1 -1
  656. package/dist/ionic/svg/chatbubble-ellipses-outline.svg +1 -1
  657. package/dist/ionic/svg/chatbubble-ellipses-sharp.svg +1 -1
  658. package/dist/ionic/svg/chatbubble-ellipses.svg +1 -1
  659. package/dist/ionic/svg/chatbubble-outline.svg +1 -1
  660. package/dist/ionic/svg/chatbubble-sharp.svg +1 -1
  661. package/dist/ionic/svg/chatbubble.svg +1 -1
  662. package/dist/ionic/svg/chatbubbles-outline.svg +1 -1
  663. package/dist/ionic/svg/chatbubbles-sharp.svg +1 -1
  664. package/dist/ionic/svg/chatbubbles.svg +1 -1
  665. package/dist/ionic/svg/checkbox-outline.svg +1 -1
  666. package/dist/ionic/svg/checkbox-sharp.svg +1 -1
  667. package/dist/ionic/svg/checkbox.svg +1 -1
  668. package/dist/ionic/svg/checkmark-circle-outline.svg +1 -1
  669. package/dist/ionic/svg/checkmark-circle-sharp.svg +1 -1
  670. package/dist/ionic/svg/checkmark-circle.svg +1 -1
  671. package/dist/ionic/svg/checkmark-done-circle-outline.svg +1 -1
  672. package/dist/ionic/svg/checkmark-done-circle-sharp.svg +1 -1
  673. package/dist/ionic/svg/checkmark-done-circle.svg +1 -1
  674. package/dist/ionic/svg/checkmark-done-outline.svg +1 -1
  675. package/dist/ionic/svg/checkmark-done-sharp.svg +1 -1
  676. package/dist/ionic/svg/checkmark-done.svg +1 -1
  677. package/dist/ionic/svg/checkmark-outline.svg +1 -1
  678. package/dist/ionic/svg/checkmark-sharp.svg +1 -1
  679. package/dist/ionic/svg/checkmark.svg +1 -1
  680. package/dist/ionic/svg/chevron-back-circle-outline.svg +1 -1
  681. package/dist/ionic/svg/chevron-back-circle-sharp.svg +1 -1
  682. package/dist/ionic/svg/chevron-back-circle.svg +1 -1
  683. package/dist/ionic/svg/chevron-back-outline.svg +1 -1
  684. package/dist/ionic/svg/chevron-back-sharp.svg +1 -1
  685. package/dist/ionic/svg/chevron-back.svg +1 -1
  686. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -1
  687. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -1
  688. package/dist/ionic/svg/chevron-collapse.svg +1 -1
  689. package/dist/ionic/svg/chevron-down-circle-outline.svg +1 -1
  690. package/dist/ionic/svg/chevron-down-circle-sharp.svg +1 -1
  691. package/dist/ionic/svg/chevron-down-circle.svg +1 -1
  692. package/dist/ionic/svg/chevron-down-outline.svg +1 -1
  693. package/dist/ionic/svg/chevron-down-sharp.svg +1 -1
  694. package/dist/ionic/svg/chevron-down.svg +1 -1
  695. package/dist/ionic/svg/chevron-expand-outline.svg +1 -1
  696. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -1
  697. package/dist/ionic/svg/chevron-expand.svg +1 -1
  698. package/dist/ionic/svg/chevron-forward-circle-outline.svg +1 -1
  699. package/dist/ionic/svg/chevron-forward-circle-sharp.svg +1 -1
  700. package/dist/ionic/svg/chevron-forward-circle.svg +1 -1
  701. package/dist/ionic/svg/chevron-forward-outline.svg +1 -1
  702. package/dist/ionic/svg/chevron-forward-sharp.svg +1 -1
  703. package/dist/ionic/svg/chevron-forward.svg +1 -1
  704. package/dist/ionic/svg/chevron-up-circle-outline.svg +1 -1
  705. package/dist/ionic/svg/chevron-up-circle-sharp.svg +1 -1
  706. package/dist/ionic/svg/chevron-up-circle.svg +1 -1
  707. package/dist/ionic/svg/chevron-up-outline.svg +1 -1
  708. package/dist/ionic/svg/chevron-up-sharp.svg +1 -1
  709. package/dist/ionic/svg/chevron-up.svg +1 -1
  710. package/dist/ionic/svg/clipboard-outline.svg +1 -1
  711. package/dist/ionic/svg/clipboard-sharp.svg +1 -1
  712. package/dist/ionic/svg/clipboard.svg +1 -1
  713. package/dist/ionic/svg/close-circle-outline.svg +1 -1
  714. package/dist/ionic/svg/close-circle-sharp.svg +1 -1
  715. package/dist/ionic/svg/close-circle.svg +1 -1
  716. package/dist/ionic/svg/close-outline.svg +1 -1
  717. package/dist/ionic/svg/close-sharp.svg +1 -1
  718. package/dist/ionic/svg/close.svg +1 -1
  719. package/dist/ionic/svg/cloud-circle-outline.svg +1 -1
  720. package/dist/ionic/svg/cloud-circle-sharp.svg +1 -1
  721. package/dist/ionic/svg/cloud-circle.svg +1 -1
  722. package/dist/ionic/svg/cloud-done-outline.svg +1 -1
  723. package/dist/ionic/svg/cloud-done-sharp.svg +1 -1
  724. package/dist/ionic/svg/cloud-done.svg +1 -1
  725. package/dist/ionic/svg/cloud-download-outline.svg +1 -1
  726. package/dist/ionic/svg/cloud-download-sharp.svg +1 -1
  727. package/dist/ionic/svg/cloud-download.svg +1 -1
  728. package/dist/ionic/svg/cloud-offline-outline.svg +1 -1
  729. package/dist/ionic/svg/cloud-offline-sharp.svg +1 -1
  730. package/dist/ionic/svg/cloud-offline.svg +1 -1
  731. package/dist/ionic/svg/cloud-outline.svg +1 -1
  732. package/dist/ionic/svg/cloud-sharp.svg +1 -1
  733. package/dist/ionic/svg/cloud-upload-outline.svg +1 -1
  734. package/dist/ionic/svg/cloud-upload-sharp.svg +1 -1
  735. package/dist/ionic/svg/cloud-upload.svg +1 -1
  736. package/dist/ionic/svg/cloud.svg +1 -1
  737. package/dist/ionic/svg/cloudy-night-outline.svg +1 -1
  738. package/dist/ionic/svg/cloudy-night-sharp.svg +1 -1
  739. package/dist/ionic/svg/cloudy-night.svg +1 -1
  740. package/dist/ionic/svg/cloudy-outline.svg +1 -1
  741. package/dist/ionic/svg/cloudy-sharp.svg +1 -1
  742. package/dist/ionic/svg/cloudy.svg +1 -1
  743. package/dist/ionic/svg/code-download-outline.svg +1 -1
  744. package/dist/ionic/svg/code-download-sharp.svg +1 -1
  745. package/dist/ionic/svg/code-download.svg +1 -1
  746. package/dist/ionic/svg/code-outline.svg +1 -1
  747. package/dist/ionic/svg/code-sharp.svg +1 -1
  748. package/dist/ionic/svg/code-slash-outline.svg +1 -1
  749. package/dist/ionic/svg/code-slash-sharp.svg +1 -1
  750. package/dist/ionic/svg/code-slash.svg +1 -1
  751. package/dist/ionic/svg/code-working-outline.svg +1 -1
  752. package/dist/ionic/svg/code-working-sharp.svg +1 -1
  753. package/dist/ionic/svg/code-working.svg +1 -1
  754. package/dist/ionic/svg/code.svg +1 -1
  755. package/dist/ionic/svg/cog-outline.svg +1 -1
  756. package/dist/ionic/svg/cog-sharp.svg +1 -1
  757. package/dist/ionic/svg/cog.svg +1 -1
  758. package/dist/ionic/svg/color-fill-outline.svg +1 -1
  759. package/dist/ionic/svg/color-fill-sharp.svg +1 -1
  760. package/dist/ionic/svg/color-fill.svg +1 -1
  761. package/dist/ionic/svg/color-filter-outline.svg +1 -1
  762. package/dist/ionic/svg/color-filter-sharp.svg +1 -1
  763. package/dist/ionic/svg/color-filter.svg +1 -1
  764. package/dist/ionic/svg/color-palette-outline.svg +1 -1
  765. package/dist/ionic/svg/color-palette-sharp.svg +1 -1
  766. package/dist/ionic/svg/color-palette.svg +1 -1
  767. package/dist/ionic/svg/color-wand-outline.svg +1 -1
  768. package/dist/ionic/svg/color-wand-sharp.svg +1 -1
  769. package/dist/ionic/svg/color-wand.svg +1 -1
  770. package/dist/ionic/svg/compass-outline.svg +1 -1
  771. package/dist/ionic/svg/compass-sharp.svg +1 -1
  772. package/dist/ionic/svg/compass.svg +1 -1
  773. package/dist/ionic/svg/construct-outline.svg +1 -1
  774. package/dist/ionic/svg/construct-sharp.svg +1 -1
  775. package/dist/ionic/svg/construct.svg +1 -1
  776. package/dist/ionic/svg/contract-outline.svg +1 -1
  777. package/dist/ionic/svg/contract-sharp.svg +1 -1
  778. package/dist/ionic/svg/contract.svg +1 -1
  779. package/dist/ionic/svg/contrast-outline.svg +1 -1
  780. package/dist/ionic/svg/contrast-sharp.svg +1 -1
  781. package/dist/ionic/svg/contrast.svg +1 -1
  782. package/dist/ionic/svg/copy-outline.svg +1 -1
  783. package/dist/ionic/svg/copy-sharp.svg +1 -1
  784. package/dist/ionic/svg/copy.svg +1 -1
  785. package/dist/ionic/svg/create-outline.svg +1 -1
  786. package/dist/ionic/svg/create-sharp.svg +1 -1
  787. package/dist/ionic/svg/create.svg +1 -1
  788. package/dist/ionic/svg/crop-outline.svg +1 -1
  789. package/dist/ionic/svg/crop-sharp.svg +1 -1
  790. package/dist/ionic/svg/crop.svg +1 -1
  791. package/dist/ionic/svg/cube-outline.svg +1 -1
  792. package/dist/ionic/svg/cube-sharp.svg +1 -1
  793. package/dist/ionic/svg/cube.svg +1 -1
  794. package/dist/ionic/svg/cut-outline.svg +1 -1
  795. package/dist/ionic/svg/cut-sharp.svg +1 -1
  796. package/dist/ionic/svg/cut.svg +1 -1
  797. package/dist/ionic/svg/desktop-outline.svg +1 -1
  798. package/dist/ionic/svg/desktop-sharp.svg +1 -1
  799. package/dist/ionic/svg/desktop.svg +1 -1
  800. package/dist/ionic/svg/diamond-outline.svg +1 -1
  801. package/dist/ionic/svg/diamond-sharp.svg +1 -1
  802. package/dist/ionic/svg/diamond.svg +1 -1
  803. package/dist/ionic/svg/dice-outline.svg +1 -1
  804. package/dist/ionic/svg/dice-sharp.svg +1 -1
  805. package/dist/ionic/svg/dice.svg +1 -1
  806. package/dist/ionic/svg/disc-outline.svg +1 -1
  807. package/dist/ionic/svg/disc-sharp.svg +1 -1
  808. package/dist/ionic/svg/disc.svg +1 -1
  809. package/dist/ionic/svg/document-attach-outline.svg +1 -1
  810. package/dist/ionic/svg/document-attach-sharp.svg +1 -1
  811. package/dist/ionic/svg/document-attach.svg +1 -1
  812. package/dist/ionic/svg/document-lock-outline.svg +1 -1
  813. package/dist/ionic/svg/document-lock-sharp.svg +1 -1
  814. package/dist/ionic/svg/document-lock.svg +1 -1
  815. package/dist/ionic/svg/document-outline.svg +1 -1
  816. package/dist/ionic/svg/document-sharp.svg +1 -1
  817. package/dist/ionic/svg/document-text-outline.svg +1 -1
  818. package/dist/ionic/svg/document-text-sharp.svg +1 -1
  819. package/dist/ionic/svg/document-text.svg +1 -1
  820. package/dist/ionic/svg/document.svg +1 -1
  821. package/dist/ionic/svg/documents-outline.svg +1 -1
  822. package/dist/ionic/svg/documents-sharp.svg +1 -1
  823. package/dist/ionic/svg/documents.svg +1 -1
  824. package/dist/ionic/svg/download-outline.svg +1 -1
  825. package/dist/ionic/svg/download-sharp.svg +1 -1
  826. package/dist/ionic/svg/download.svg +1 -1
  827. package/dist/ionic/svg/duplicate-outline.svg +1 -1
  828. package/dist/ionic/svg/duplicate-sharp.svg +1 -1
  829. package/dist/ionic/svg/duplicate.svg +1 -1
  830. package/dist/ionic/svg/ear-outline.svg +1 -1
  831. package/dist/ionic/svg/ear-sharp.svg +1 -1
  832. package/dist/ionic/svg/ear.svg +1 -1
  833. package/dist/ionic/svg/earth-outline.svg +1 -1
  834. package/dist/ionic/svg/earth-sharp.svg +1 -1
  835. package/dist/ionic/svg/earth.svg +1 -1
  836. package/dist/ionic/svg/easel-outline.svg +1 -1
  837. package/dist/ionic/svg/easel-sharp.svg +1 -1
  838. package/dist/ionic/svg/easel.svg +1 -1
  839. package/dist/ionic/svg/egg-outline.svg +1 -1
  840. package/dist/ionic/svg/egg-sharp.svg +1 -1
  841. package/dist/ionic/svg/egg.svg +1 -1
  842. package/dist/ionic/svg/ellipse-outline.svg +1 -1
  843. package/dist/ionic/svg/ellipse-sharp.svg +1 -1
  844. package/dist/ionic/svg/ellipse.svg +1 -1
  845. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -1
  846. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -1
  847. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -1
  848. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -1
  849. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -1
  850. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -1
  851. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -1
  852. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -1
  853. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -1
  854. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -1
  855. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -1
  856. package/dist/ionic/svg/ellipsis-vertical.svg +1 -1
  857. package/dist/ionic/svg/enter-outline.svg +1 -1
  858. package/dist/ionic/svg/enter-sharp.svg +1 -1
  859. package/dist/ionic/svg/enter.svg +1 -1
  860. package/dist/ionic/svg/exit-outline.svg +1 -1
  861. package/dist/ionic/svg/exit-sharp.svg +1 -1
  862. package/dist/ionic/svg/exit.svg +1 -1
  863. package/dist/ionic/svg/expand-outline.svg +1 -1
  864. package/dist/ionic/svg/expand-sharp.svg +1 -1
  865. package/dist/ionic/svg/expand.svg +1 -1
  866. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -1
  867. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -1
  868. package/dist/ionic/svg/extension-puzzle.svg +1 -1
  869. package/dist/ionic/svg/eye-off-outline.svg +1 -1
  870. package/dist/ionic/svg/eye-off-sharp.svg +1 -1
  871. package/dist/ionic/svg/eye-off.svg +1 -1
  872. package/dist/ionic/svg/eye-outline.svg +1 -1
  873. package/dist/ionic/svg/eye-sharp.svg +1 -1
  874. package/dist/ionic/svg/eye.svg +1 -1
  875. package/dist/ionic/svg/eyedrop-outline.svg +1 -1
  876. package/dist/ionic/svg/eyedrop-sharp.svg +1 -1
  877. package/dist/ionic/svg/eyedrop.svg +1 -1
  878. package/dist/ionic/svg/fast-food-outline.svg +1 -1
  879. package/dist/ionic/svg/fast-food-sharp.svg +1 -1
  880. package/dist/ionic/svg/fast-food.svg +1 -1
  881. package/dist/ionic/svg/female-outline.svg +1 -1
  882. package/dist/ionic/svg/female-sharp.svg +1 -1
  883. package/dist/ionic/svg/female.svg +1 -1
  884. package/dist/ionic/svg/file-tray-full-outline.svg +1 -1
  885. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -1
  886. package/dist/ionic/svg/file-tray-full.svg +1 -1
  887. package/dist/ionic/svg/file-tray-outline.svg +1 -1
  888. package/dist/ionic/svg/file-tray-sharp.svg +1 -1
  889. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -1
  890. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -1
  891. package/dist/ionic/svg/file-tray-stacked.svg +1 -1
  892. package/dist/ionic/svg/file-tray.svg +1 -1
  893. package/dist/ionic/svg/film-outline.svg +1 -1
  894. package/dist/ionic/svg/film-sharp.svg +1 -1
  895. package/dist/ionic/svg/film.svg +1 -1
  896. package/dist/ionic/svg/filter-circle-outline.svg +1 -1
  897. package/dist/ionic/svg/filter-circle-sharp.svg +1 -1
  898. package/dist/ionic/svg/filter-circle.svg +1 -1
  899. package/dist/ionic/svg/filter-outline.svg +1 -1
  900. package/dist/ionic/svg/filter-sharp.svg +1 -1
  901. package/dist/ionic/svg/filter.svg +1 -1
  902. package/dist/ionic/svg/finger-print-outline.svg +1 -1
  903. package/dist/ionic/svg/finger-print-sharp.svg +1 -1
  904. package/dist/ionic/svg/finger-print.svg +1 -1
  905. package/dist/ionic/svg/fish-outline.svg +1 -1
  906. package/dist/ionic/svg/fish-sharp.svg +1 -1
  907. package/dist/ionic/svg/fish.svg +1 -1
  908. package/dist/ionic/svg/fitness-outline.svg +1 -1
  909. package/dist/ionic/svg/fitness-sharp.svg +1 -1
  910. package/dist/ionic/svg/fitness.svg +1 -1
  911. package/dist/ionic/svg/flag-outline.svg +1 -1
  912. package/dist/ionic/svg/flag-sharp.svg +1 -1
  913. package/dist/ionic/svg/flag.svg +1 -1
  914. package/dist/ionic/svg/flame-outline.svg +1 -1
  915. package/dist/ionic/svg/flame-sharp.svg +1 -1
  916. package/dist/ionic/svg/flame.svg +1 -1
  917. package/dist/ionic/svg/flash-off-outline.svg +1 -1
  918. package/dist/ionic/svg/flash-off-sharp.svg +1 -1
  919. package/dist/ionic/svg/flash-off.svg +1 -1
  920. package/dist/ionic/svg/flash-outline.svg +1 -1
  921. package/dist/ionic/svg/flash-sharp.svg +1 -1
  922. package/dist/ionic/svg/flash.svg +1 -1
  923. package/dist/ionic/svg/flashlight-outline.svg +1 -1
  924. package/dist/ionic/svg/flashlight-sharp.svg +1 -1
  925. package/dist/ionic/svg/flashlight.svg +1 -1
  926. package/dist/ionic/svg/flask-outline.svg +1 -1
  927. package/dist/ionic/svg/flask-sharp.svg +1 -1
  928. package/dist/ionic/svg/flask.svg +1 -1
  929. package/dist/ionic/svg/flower-outline.svg +1 -1
  930. package/dist/ionic/svg/flower-sharp.svg +1 -1
  931. package/dist/ionic/svg/flower.svg +1 -1
  932. package/dist/ionic/svg/folder-open-outline.svg +1 -1
  933. package/dist/ionic/svg/folder-open-sharp.svg +1 -1
  934. package/dist/ionic/svg/folder-open.svg +1 -1
  935. package/dist/ionic/svg/folder-outline.svg +1 -1
  936. package/dist/ionic/svg/folder-sharp.svg +1 -1
  937. package/dist/ionic/svg/folder.svg +1 -1
  938. package/dist/ionic/svg/football-outline.svg +1 -1
  939. package/dist/ionic/svg/football-sharp.svg +1 -1
  940. package/dist/ionic/svg/football.svg +1 -1
  941. package/dist/ionic/svg/footsteps-outline.svg +1 -1
  942. package/dist/ionic/svg/footsteps-sharp.svg +1 -1
  943. package/dist/ionic/svg/footsteps.svg +1 -1
  944. package/dist/ionic/svg/funnel-outline.svg +1 -1
  945. package/dist/ionic/svg/funnel-sharp.svg +1 -1
  946. package/dist/ionic/svg/funnel.svg +1 -1
  947. package/dist/ionic/svg/game-controller-outline.svg +1 -1
  948. package/dist/ionic/svg/game-controller-sharp.svg +1 -1
  949. package/dist/ionic/svg/game-controller.svg +1 -1
  950. package/dist/ionic/svg/gift-outline.svg +1 -1
  951. package/dist/ionic/svg/gift-sharp.svg +1 -1
  952. package/dist/ionic/svg/gift.svg +1 -1
  953. package/dist/ionic/svg/git-branch-outline.svg +1 -1
  954. package/dist/ionic/svg/git-branch-sharp.svg +1 -1
  955. package/dist/ionic/svg/git-branch.svg +1 -1
  956. package/dist/ionic/svg/git-commit-outline.svg +1 -1
  957. package/dist/ionic/svg/git-commit-sharp.svg +1 -1
  958. package/dist/ionic/svg/git-commit.svg +1 -1
  959. package/dist/ionic/svg/git-compare-outline.svg +1 -1
  960. package/dist/ionic/svg/git-compare-sharp.svg +1 -1
  961. package/dist/ionic/svg/git-compare.svg +1 -1
  962. package/dist/ionic/svg/git-merge-outline.svg +1 -1
  963. package/dist/ionic/svg/git-merge-sharp.svg +1 -1
  964. package/dist/ionic/svg/git-merge.svg +1 -1
  965. package/dist/ionic/svg/git-network-outline.svg +1 -1
  966. package/dist/ionic/svg/git-network-sharp.svg +1 -1
  967. package/dist/ionic/svg/git-network.svg +1 -1
  968. package/dist/ionic/svg/git-pull-request-outline.svg +1 -1
  969. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -1
  970. package/dist/ionic/svg/git-pull-request.svg +1 -1
  971. package/dist/ionic/svg/glasses-outline.svg +1 -1
  972. package/dist/ionic/svg/glasses-sharp.svg +1 -1
  973. package/dist/ionic/svg/glasses.svg +1 -1
  974. package/dist/ionic/svg/globe-outline.svg +1 -1
  975. package/dist/ionic/svg/globe-sharp.svg +1 -1
  976. package/dist/ionic/svg/globe.svg +1 -1
  977. package/dist/ionic/svg/golf-outline.svg +1 -1
  978. package/dist/ionic/svg/golf-sharp.svg +1 -1
  979. package/dist/ionic/svg/golf.svg +1 -1
  980. package/dist/ionic/svg/grid-outline.svg +1 -1
  981. package/dist/ionic/svg/grid-sharp.svg +1 -1
  982. package/dist/ionic/svg/grid.svg +1 -1
  983. package/dist/ionic/svg/hammer-outline.svg +1 -1
  984. package/dist/ionic/svg/hammer-sharp.svg +1 -1
  985. package/dist/ionic/svg/hammer.svg +1 -1
  986. package/dist/ionic/svg/hand-left-outline.svg +1 -1
  987. package/dist/ionic/svg/hand-left-sharp.svg +1 -1
  988. package/dist/ionic/svg/hand-left.svg +1 -1
  989. package/dist/ionic/svg/hand-right-outline.svg +1 -1
  990. package/dist/ionic/svg/hand-right-sharp.svg +1 -1
  991. package/dist/ionic/svg/hand-right.svg +1 -1
  992. package/dist/ionic/svg/happy-outline.svg +1 -1
  993. package/dist/ionic/svg/happy-sharp.svg +1 -1
  994. package/dist/ionic/svg/happy.svg +1 -1
  995. package/dist/ionic/svg/hardware-chip-outline.svg +1 -1
  996. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -1
  997. package/dist/ionic/svg/hardware-chip.svg +1 -1
  998. package/dist/ionic/svg/headset-outline.svg +1 -1
  999. package/dist/ionic/svg/headset-sharp.svg +1 -1
  1000. package/dist/ionic/svg/headset.svg +1 -1
  1001. package/dist/ionic/svg/heart-circle-outline.svg +1 -1
  1002. package/dist/ionic/svg/heart-circle-sharp.svg +1 -1
  1003. package/dist/ionic/svg/heart-circle.svg +1 -1
  1004. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -1
  1005. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -1
  1006. package/dist/ionic/svg/heart-dislike-circle.svg +1 -1
  1007. package/dist/ionic/svg/heart-dislike-outline.svg +1 -1
  1008. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -1
  1009. package/dist/ionic/svg/heart-dislike.svg +1 -1
  1010. package/dist/ionic/svg/heart-half-outline.svg +1 -1
  1011. package/dist/ionic/svg/heart-half-sharp.svg +1 -1
  1012. package/dist/ionic/svg/heart-half.svg +1 -1
  1013. package/dist/ionic/svg/heart-outline.svg +1 -1
  1014. package/dist/ionic/svg/heart-sharp.svg +1 -1
  1015. package/dist/ionic/svg/heart.svg +1 -1
  1016. package/dist/ionic/svg/help-buoy-outline.svg +1 -1
  1017. package/dist/ionic/svg/help-buoy-sharp.svg +1 -1
  1018. package/dist/ionic/svg/help-buoy.svg +1 -1
  1019. package/dist/ionic/svg/help-circle-outline.svg +1 -1
  1020. package/dist/ionic/svg/help-circle-sharp.svg +1 -1
  1021. package/dist/ionic/svg/help-circle.svg +1 -1
  1022. package/dist/ionic/svg/help-outline.svg +1 -1
  1023. package/dist/ionic/svg/help-sharp.svg +1 -1
  1024. package/dist/ionic/svg/help.svg +1 -1
  1025. package/dist/ionic/svg/home-outline.svg +1 -1
  1026. package/dist/ionic/svg/home-sharp.svg +1 -1
  1027. package/dist/ionic/svg/home.svg +1 -1
  1028. package/dist/ionic/svg/hourglass-outline.svg +1 -1
  1029. package/dist/ionic/svg/hourglass-sharp.svg +1 -1
  1030. package/dist/ionic/svg/hourglass.svg +1 -1
  1031. package/dist/ionic/svg/ice-cream-outline.svg +1 -1
  1032. package/dist/ionic/svg/ice-cream-sharp.svg +1 -1
  1033. package/dist/ionic/svg/ice-cream.svg +1 -1
  1034. package/dist/ionic/svg/id-card-outline.svg +1 -1
  1035. package/dist/ionic/svg/id-card-sharp.svg +1 -1
  1036. package/dist/ionic/svg/id-card.svg +1 -1
  1037. package/dist/ionic/svg/image-outline.svg +1 -1
  1038. package/dist/ionic/svg/image-sharp.svg +1 -1
  1039. package/dist/ionic/svg/image.svg +1 -1
  1040. package/dist/ionic/svg/images-outline.svg +1 -1
  1041. package/dist/ionic/svg/images-sharp.svg +1 -1
  1042. package/dist/ionic/svg/images.svg +1 -1
  1043. package/dist/ionic/svg/infinite-outline.svg +1 -1
  1044. package/dist/ionic/svg/infinite-sharp.svg +1 -1
  1045. package/dist/ionic/svg/infinite.svg +1 -1
  1046. package/dist/ionic/svg/information-circle-outline.svg +1 -1
  1047. package/dist/ionic/svg/information-circle-sharp.svg +1 -1
  1048. package/dist/ionic/svg/information-circle.svg +1 -1
  1049. package/dist/ionic/svg/information-outline.svg +1 -1
  1050. package/dist/ionic/svg/information-sharp.svg +1 -1
  1051. package/dist/ionic/svg/information.svg +1 -1
  1052. package/dist/ionic/svg/invert-mode-outline.svg +1 -1
  1053. package/dist/ionic/svg/invert-mode-sharp.svg +1 -1
  1054. package/dist/ionic/svg/invert-mode.svg +1 -1
  1055. package/dist/ionic/svg/journal-outline.svg +1 -1
  1056. package/dist/ionic/svg/journal-sharp.svg +1 -1
  1057. package/dist/ionic/svg/journal.svg +1 -1
  1058. package/dist/ionic/svg/key-outline.svg +1 -1
  1059. package/dist/ionic/svg/key-sharp.svg +1 -1
  1060. package/dist/ionic/svg/key.svg +1 -1
  1061. package/dist/ionic/svg/keypad-outline.svg +1 -1
  1062. package/dist/ionic/svg/keypad-sharp.svg +1 -1
  1063. package/dist/ionic/svg/keypad.svg +1 -1
  1064. package/dist/ionic/svg/language-outline.svg +1 -1
  1065. package/dist/ionic/svg/language-sharp.svg +1 -1
  1066. package/dist/ionic/svg/language.svg +1 -1
  1067. package/dist/ionic/svg/laptop-outline.svg +1 -1
  1068. package/dist/ionic/svg/laptop-sharp.svg +1 -1
  1069. package/dist/ionic/svg/laptop.svg +1 -1
  1070. package/dist/ionic/svg/layers-outline.svg +1 -1
  1071. package/dist/ionic/svg/layers-sharp.svg +1 -1
  1072. package/dist/ionic/svg/layers.svg +1 -1
  1073. package/dist/ionic/svg/leaf-outline.svg +1 -1
  1074. package/dist/ionic/svg/leaf-sharp.svg +1 -1
  1075. package/dist/ionic/svg/leaf.svg +1 -1
  1076. package/dist/ionic/svg/library-outline.svg +1 -1
  1077. package/dist/ionic/svg/library-sharp.svg +1 -1
  1078. package/dist/ionic/svg/library.svg +1 -1
  1079. package/dist/ionic/svg/link-outline.svg +1 -1
  1080. package/dist/ionic/svg/link-sharp.svg +1 -1
  1081. package/dist/ionic/svg/link.svg +1 -1
  1082. package/dist/ionic/svg/list-circle-outline.svg +1 -1
  1083. package/dist/ionic/svg/list-circle-sharp.svg +1 -1
  1084. package/dist/ionic/svg/list-circle.svg +1 -1
  1085. package/dist/ionic/svg/list-outline.svg +1 -1
  1086. package/dist/ionic/svg/list-sharp.svg +1 -1
  1087. package/dist/ionic/svg/list.svg +1 -1
  1088. package/dist/ionic/svg/locate-outline.svg +1 -1
  1089. package/dist/ionic/svg/locate-sharp.svg +1 -1
  1090. package/dist/ionic/svg/locate.svg +1 -1
  1091. package/dist/ionic/svg/location-outline.svg +1 -1
  1092. package/dist/ionic/svg/location-sharp.svg +1 -1
  1093. package/dist/ionic/svg/location.svg +1 -1
  1094. package/dist/ionic/svg/lock-closed-outline.svg +1 -1
  1095. package/dist/ionic/svg/lock-closed-sharp.svg +1 -1
  1096. package/dist/ionic/svg/lock-closed.svg +1 -1
  1097. package/dist/ionic/svg/lock-open-outline.svg +1 -1
  1098. package/dist/ionic/svg/lock-open-sharp.svg +1 -1
  1099. package/dist/ionic/svg/lock-open.svg +1 -1
  1100. package/dist/ionic/svg/log-in-outline.svg +1 -1
  1101. package/dist/ionic/svg/log-in-sharp.svg +1 -1
  1102. package/dist/ionic/svg/log-in.svg +1 -1
  1103. package/dist/ionic/svg/log-out-outline.svg +1 -1
  1104. package/dist/ionic/svg/log-out-sharp.svg +1 -1
  1105. package/dist/ionic/svg/log-out.svg +1 -1
  1106. package/dist/ionic/svg/logo-alipay.svg +1 -1
  1107. package/dist/ionic/svg/logo-amazon.svg +1 -1
  1108. package/dist/ionic/svg/logo-amplify.svg +1 -1
  1109. package/dist/ionic/svg/logo-android.svg +1 -1
  1110. package/dist/ionic/svg/logo-angular.svg +1 -1
  1111. package/dist/ionic/svg/logo-appflow.svg +1 -0
  1112. package/dist/ionic/svg/logo-apple-appstore.svg +1 -1
  1113. package/dist/ionic/svg/logo-apple-ar.svg +1 -1
  1114. package/dist/ionic/svg/logo-apple.svg +1 -1
  1115. package/dist/ionic/svg/logo-behance.svg +1 -1
  1116. package/dist/ionic/svg/logo-bitbucket.svg +1 -1
  1117. package/dist/ionic/svg/logo-bitcoin.svg +1 -1
  1118. package/dist/ionic/svg/logo-buffer.svg +1 -1
  1119. package/dist/ionic/svg/logo-capacitor.svg +1 -1
  1120. package/dist/ionic/svg/logo-chrome.svg +1 -1
  1121. package/dist/ionic/svg/logo-closed-captioning.svg +1 -1
  1122. package/dist/ionic/svg/logo-codepen.svg +1 -1
  1123. package/dist/ionic/svg/logo-css3.svg +1 -1
  1124. package/dist/ionic/svg/logo-designernews.svg +1 -1
  1125. package/dist/ionic/svg/logo-deviantart.svg +1 -1
  1126. package/dist/ionic/svg/logo-discord.svg +1 -1
  1127. package/dist/ionic/svg/logo-docker.svg +1 -1
  1128. package/dist/ionic/svg/logo-dribbble.svg +1 -1
  1129. package/dist/ionic/svg/logo-dropbox.svg +1 -1
  1130. package/dist/ionic/svg/logo-edge.svg +1 -1
  1131. package/dist/ionic/svg/logo-electron.svg +1 -1
  1132. package/dist/ionic/svg/logo-euro.svg +1 -1
  1133. package/dist/ionic/svg/logo-facebook.svg +1 -1
  1134. package/dist/ionic/svg/logo-figma.svg +1 -1
  1135. package/dist/ionic/svg/logo-firebase.svg +1 -1
  1136. package/dist/ionic/svg/logo-firefox.svg +1 -1
  1137. package/dist/ionic/svg/logo-flickr.svg +1 -1
  1138. package/dist/ionic/svg/logo-foursquare.svg +1 -1
  1139. package/dist/ionic/svg/logo-github.svg +1 -1
  1140. package/dist/ionic/svg/logo-gitlab.svg +1 -1
  1141. package/dist/ionic/svg/logo-google-playstore.svg +1 -1
  1142. package/dist/ionic/svg/logo-google.svg +1 -1
  1143. package/dist/ionic/svg/logo-hackernews.svg +1 -1
  1144. package/dist/ionic/svg/logo-html5.svg +1 -1
  1145. package/dist/ionic/svg/logo-instagram.svg +1 -1
  1146. package/dist/ionic/svg/logo-ionic.svg +1 -1
  1147. package/dist/ionic/svg/logo-ionitron.svg +1 -1
  1148. package/dist/ionic/svg/logo-javascript.svg +1 -1
  1149. package/dist/ionic/svg/logo-laravel.svg +1 -1
  1150. package/dist/ionic/svg/logo-linkedin.svg +1 -1
  1151. package/dist/ionic/svg/logo-markdown.svg +1 -1
  1152. package/dist/ionic/svg/logo-mastodon.svg +1 -1
  1153. package/dist/ionic/svg/logo-medium.svg +1 -1
  1154. package/dist/ionic/svg/logo-microsoft.svg +1 -1
  1155. package/dist/ionic/svg/logo-no-smoking.svg +1 -1
  1156. package/dist/ionic/svg/logo-nodejs.svg +1 -1
  1157. package/dist/ionic/svg/logo-npm.svg +1 -1
  1158. package/dist/ionic/svg/logo-octocat.svg +1 -1
  1159. package/dist/ionic/svg/logo-paypal.svg +1 -1
  1160. package/dist/ionic/svg/logo-pinterest.svg +1 -1
  1161. package/dist/ionic/svg/logo-playstation.svg +1 -1
  1162. package/dist/ionic/svg/logo-pwa.svg +1 -1
  1163. package/dist/ionic/svg/logo-python.svg +1 -1
  1164. package/dist/ionic/svg/logo-react.svg +1 -1
  1165. package/dist/ionic/svg/logo-reddit.svg +1 -1
  1166. package/dist/ionic/svg/logo-rss.svg +1 -1
  1167. package/dist/ionic/svg/logo-sass.svg +1 -1
  1168. package/dist/ionic/svg/logo-skype.svg +1 -1
  1169. package/dist/ionic/svg/logo-slack.svg +1 -1
  1170. package/dist/ionic/svg/logo-snapchat.svg +1 -1
  1171. package/dist/ionic/svg/logo-soundcloud.svg +1 -1
  1172. package/dist/ionic/svg/logo-stackoverflow.svg +1 -1
  1173. package/dist/ionic/svg/logo-steam.svg +1 -1
  1174. package/dist/ionic/svg/logo-stencil.svg +1 -1
  1175. package/dist/ionic/svg/logo-tableau.svg +1 -1
  1176. package/dist/ionic/svg/logo-threads.svg +1 -0
  1177. package/dist/ionic/svg/logo-tiktok.svg +1 -1
  1178. package/dist/ionic/svg/logo-trapeze.svg +1 -0
  1179. package/dist/ionic/svg/logo-tumblr.svg +1 -1
  1180. package/dist/ionic/svg/logo-tux.svg +1 -1
  1181. package/dist/ionic/svg/logo-twitch.svg +1 -1
  1182. package/dist/ionic/svg/logo-twitter.svg +1 -1
  1183. package/dist/ionic/svg/logo-usd.svg +1 -1
  1184. package/dist/ionic/svg/logo-venmo.svg +1 -1
  1185. package/dist/ionic/svg/logo-vercel.svg +1 -1
  1186. package/dist/ionic/svg/logo-vimeo.svg +1 -1
  1187. package/dist/ionic/svg/logo-vk.svg +1 -1
  1188. package/dist/ionic/svg/logo-vue.svg +1 -1
  1189. package/dist/ionic/svg/logo-web-component.svg +1 -1
  1190. package/dist/ionic/svg/logo-wechat.svg +1 -1
  1191. package/dist/ionic/svg/logo-whatsapp.svg +1 -1
  1192. package/dist/ionic/svg/logo-windows.svg +1 -1
  1193. package/dist/ionic/svg/logo-wordpress.svg +1 -1
  1194. package/dist/ionic/svg/logo-x.svg +1 -0
  1195. package/dist/ionic/svg/logo-xbox.svg +1 -1
  1196. package/dist/ionic/svg/logo-xing.svg +1 -1
  1197. package/dist/ionic/svg/logo-yahoo.svg +1 -1
  1198. package/dist/ionic/svg/logo-yen.svg +1 -1
  1199. package/dist/ionic/svg/logo-youtube.svg +1 -1
  1200. package/dist/ionic/svg/magnet-outline.svg +1 -1
  1201. package/dist/ionic/svg/magnet-sharp.svg +1 -1
  1202. package/dist/ionic/svg/magnet.svg +1 -1
  1203. package/dist/ionic/svg/mail-open-outline.svg +1 -1
  1204. package/dist/ionic/svg/mail-open-sharp.svg +1 -1
  1205. package/dist/ionic/svg/mail-open.svg +1 -1
  1206. package/dist/ionic/svg/mail-outline.svg +1 -1
  1207. package/dist/ionic/svg/mail-sharp.svg +1 -1
  1208. package/dist/ionic/svg/mail-unread-outline.svg +1 -1
  1209. package/dist/ionic/svg/mail-unread-sharp.svg +1 -1
  1210. package/dist/ionic/svg/mail-unread.svg +1 -1
  1211. package/dist/ionic/svg/mail.svg +1 -1
  1212. package/dist/ionic/svg/male-female-outline.svg +1 -1
  1213. package/dist/ionic/svg/male-female-sharp.svg +1 -1
  1214. package/dist/ionic/svg/male-female.svg +1 -1
  1215. package/dist/ionic/svg/male-outline.svg +1 -1
  1216. package/dist/ionic/svg/male-sharp.svg +1 -1
  1217. package/dist/ionic/svg/male.svg +1 -1
  1218. package/dist/ionic/svg/man-outline.svg +1 -1
  1219. package/dist/ionic/svg/man-sharp.svg +1 -1
  1220. package/dist/ionic/svg/man.svg +1 -1
  1221. package/dist/ionic/svg/map-outline.svg +1 -1
  1222. package/dist/ionic/svg/map-sharp.svg +1 -1
  1223. package/dist/ionic/svg/map.svg +1 -1
  1224. package/dist/ionic/svg/medal-outline.svg +1 -1
  1225. package/dist/ionic/svg/medal-sharp.svg +1 -1
  1226. package/dist/ionic/svg/medal.svg +1 -1
  1227. package/dist/ionic/svg/medical-outline.svg +1 -1
  1228. package/dist/ionic/svg/medical-sharp.svg +1 -1
  1229. package/dist/ionic/svg/medical.svg +1 -1
  1230. package/dist/ionic/svg/medkit-outline.svg +1 -1
  1231. package/dist/ionic/svg/medkit-sharp.svg +1 -1
  1232. package/dist/ionic/svg/medkit.svg +1 -1
  1233. package/dist/ionic/svg/megaphone-outline.svg +1 -1
  1234. package/dist/ionic/svg/megaphone-sharp.svg +1 -1
  1235. package/dist/ionic/svg/megaphone.svg +1 -1
  1236. package/dist/ionic/svg/menu-outline.svg +1 -1
  1237. package/dist/ionic/svg/menu-sharp.svg +1 -1
  1238. package/dist/ionic/svg/menu.svg +1 -1
  1239. package/dist/ionic/svg/mic-circle-outline.svg +1 -1
  1240. package/dist/ionic/svg/mic-circle-sharp.svg +1 -1
  1241. package/dist/ionic/svg/mic-circle.svg +1 -1
  1242. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -1
  1243. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -1
  1244. package/dist/ionic/svg/mic-off-circle.svg +1 -1
  1245. package/dist/ionic/svg/mic-off-outline.svg +1 -1
  1246. package/dist/ionic/svg/mic-off-sharp.svg +1 -1
  1247. package/dist/ionic/svg/mic-off.svg +1 -1
  1248. package/dist/ionic/svg/mic-outline.svg +1 -1
  1249. package/dist/ionic/svg/mic-sharp.svg +1 -1
  1250. package/dist/ionic/svg/mic.svg +1 -1
  1251. package/dist/ionic/svg/moon-outline.svg +1 -1
  1252. package/dist/ionic/svg/moon-sharp.svg +1 -1
  1253. package/dist/ionic/svg/moon.svg +1 -1
  1254. package/dist/ionic/svg/move-outline.svg +1 -1
  1255. package/dist/ionic/svg/move-sharp.svg +1 -1
  1256. package/dist/ionic/svg/move.svg +1 -1
  1257. package/dist/ionic/svg/musical-note-outline.svg +1 -1
  1258. package/dist/ionic/svg/musical-note-sharp.svg +1 -1
  1259. package/dist/ionic/svg/musical-note.svg +1 -1
  1260. package/dist/ionic/svg/musical-notes-outline.svg +1 -1
  1261. package/dist/ionic/svg/musical-notes-sharp.svg +1 -1
  1262. package/dist/ionic/svg/musical-notes.svg +1 -1
  1263. package/dist/ionic/svg/navigate-circle-outline.svg +1 -1
  1264. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -1
  1265. package/dist/ionic/svg/navigate-circle.svg +1 -1
  1266. package/dist/ionic/svg/navigate-outline.svg +1 -1
  1267. package/dist/ionic/svg/navigate-sharp.svg +1 -1
  1268. package/dist/ionic/svg/navigate.svg +1 -1
  1269. package/dist/ionic/svg/newspaper-outline.svg +1 -1
  1270. package/dist/ionic/svg/newspaper-sharp.svg +1 -1
  1271. package/dist/ionic/svg/newspaper.svg +1 -1
  1272. package/dist/ionic/svg/notifications-circle-outline.svg +1 -1
  1273. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -1
  1274. package/dist/ionic/svg/notifications-circle.svg +1 -1
  1275. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -1
  1276. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -1
  1277. package/dist/ionic/svg/notifications-off-circle.svg +1 -1
  1278. package/dist/ionic/svg/notifications-off-outline.svg +1 -1
  1279. package/dist/ionic/svg/notifications-off-sharp.svg +1 -1
  1280. package/dist/ionic/svg/notifications-off.svg +1 -1
  1281. package/dist/ionic/svg/notifications-outline.svg +1 -1
  1282. package/dist/ionic/svg/notifications-sharp.svg +1 -1
  1283. package/dist/ionic/svg/notifications.svg +1 -1
  1284. package/dist/ionic/svg/nuclear-outline.svg +1 -1
  1285. package/dist/ionic/svg/nuclear-sharp.svg +1 -1
  1286. package/dist/ionic/svg/nuclear.svg +1 -1
  1287. package/dist/ionic/svg/nutrition-outline.svg +1 -1
  1288. package/dist/ionic/svg/nutrition-sharp.svg +1 -1
  1289. package/dist/ionic/svg/nutrition.svg +1 -1
  1290. package/dist/ionic/svg/open-outline.svg +1 -1
  1291. package/dist/ionic/svg/open-sharp.svg +1 -1
  1292. package/dist/ionic/svg/open.svg +1 -1
  1293. package/dist/ionic/svg/options-outline.svg +1 -1
  1294. package/dist/ionic/svg/options-sharp.svg +1 -1
  1295. package/dist/ionic/svg/options.svg +1 -1
  1296. package/dist/ionic/svg/paper-plane-outline.svg +1 -1
  1297. package/dist/ionic/svg/paper-plane-sharp.svg +1 -1
  1298. package/dist/ionic/svg/paper-plane.svg +1 -1
  1299. package/dist/ionic/svg/partly-sunny-outline.svg +1 -1
  1300. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -1
  1301. package/dist/ionic/svg/partly-sunny.svg +1 -1
  1302. package/dist/ionic/svg/pause-circle-outline.svg +1 -1
  1303. package/dist/ionic/svg/pause-circle-sharp.svg +1 -1
  1304. package/dist/ionic/svg/pause-circle.svg +1 -1
  1305. package/dist/ionic/svg/pause-outline.svg +1 -1
  1306. package/dist/ionic/svg/pause-sharp.svg +1 -1
  1307. package/dist/ionic/svg/pause.svg +1 -1
  1308. package/dist/ionic/svg/paw-outline.svg +1 -1
  1309. package/dist/ionic/svg/paw-sharp.svg +1 -1
  1310. package/dist/ionic/svg/paw.svg +1 -1
  1311. package/dist/ionic/svg/pencil-outline.svg +1 -1
  1312. package/dist/ionic/svg/pencil-sharp.svg +1 -1
  1313. package/dist/ionic/svg/pencil.svg +1 -1
  1314. package/dist/ionic/svg/people-circle-outline.svg +1 -1
  1315. package/dist/ionic/svg/people-circle-sharp.svg +1 -1
  1316. package/dist/ionic/svg/people-circle.svg +1 -1
  1317. package/dist/ionic/svg/people-outline.svg +1 -1
  1318. package/dist/ionic/svg/people-sharp.svg +1 -1
  1319. package/dist/ionic/svg/people.svg +1 -1
  1320. package/dist/ionic/svg/person-add-outline.svg +1 -1
  1321. package/dist/ionic/svg/person-add-sharp.svg +1 -1
  1322. package/dist/ionic/svg/person-add.svg +1 -1
  1323. package/dist/ionic/svg/person-circle-outline.svg +1 -1
  1324. package/dist/ionic/svg/person-circle-sharp.svg +1 -1
  1325. package/dist/ionic/svg/person-circle.svg +1 -1
  1326. package/dist/ionic/svg/person-outline.svg +1 -1
  1327. package/dist/ionic/svg/person-remove-outline.svg +1 -1
  1328. package/dist/ionic/svg/person-remove-sharp.svg +1 -1
  1329. package/dist/ionic/svg/person-remove.svg +1 -1
  1330. package/dist/ionic/svg/person-sharp.svg +1 -1
  1331. package/dist/ionic/svg/person.svg +1 -1
  1332. package/dist/ionic/svg/phone-landscape-outline.svg +1 -1
  1333. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -1
  1334. package/dist/ionic/svg/phone-landscape.svg +1 -1
  1335. package/dist/ionic/svg/phone-portrait-outline.svg +1 -1
  1336. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -1
  1337. package/dist/ionic/svg/phone-portrait.svg +1 -1
  1338. package/dist/ionic/svg/pie-chart-outline.svg +1 -1
  1339. package/dist/ionic/svg/pie-chart-sharp.svg +1 -1
  1340. package/dist/ionic/svg/pie-chart.svg +1 -1
  1341. package/dist/ionic/svg/pin-outline.svg +1 -1
  1342. package/dist/ionic/svg/pin-sharp.svg +1 -1
  1343. package/dist/ionic/svg/pin.svg +1 -1
  1344. package/dist/ionic/svg/pint-outline.svg +1 -1
  1345. package/dist/ionic/svg/pint-sharp.svg +1 -1
  1346. package/dist/ionic/svg/pint.svg +1 -1
  1347. package/dist/ionic/svg/pizza-outline.svg +1 -1
  1348. package/dist/ionic/svg/pizza-sharp.svg +1 -1
  1349. package/dist/ionic/svg/pizza.svg +1 -1
  1350. package/dist/ionic/svg/planet-outline.svg +1 -1
  1351. package/dist/ionic/svg/planet-sharp.svg +1 -1
  1352. package/dist/ionic/svg/planet.svg +1 -1
  1353. package/dist/ionic/svg/play-back-circle-outline.svg +1 -1
  1354. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -1
  1355. package/dist/ionic/svg/play-back-circle.svg +1 -1
  1356. package/dist/ionic/svg/play-back-outline.svg +1 -1
  1357. package/dist/ionic/svg/play-back-sharp.svg +1 -1
  1358. package/dist/ionic/svg/play-back.svg +1 -1
  1359. package/dist/ionic/svg/play-circle-outline.svg +1 -1
  1360. package/dist/ionic/svg/play-circle-sharp.svg +1 -1
  1361. package/dist/ionic/svg/play-circle.svg +1 -1
  1362. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -1
  1363. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -1
  1364. package/dist/ionic/svg/play-forward-circle.svg +1 -1
  1365. package/dist/ionic/svg/play-forward-outline.svg +1 -1
  1366. package/dist/ionic/svg/play-forward-sharp.svg +1 -1
  1367. package/dist/ionic/svg/play-forward.svg +1 -1
  1368. package/dist/ionic/svg/play-outline.svg +1 -1
  1369. package/dist/ionic/svg/play-sharp.svg +1 -1
  1370. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -1
  1371. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -1
  1372. package/dist/ionic/svg/play-skip-back-circle.svg +1 -1
  1373. package/dist/ionic/svg/play-skip-back-outline.svg +1 -1
  1374. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -1
  1375. package/dist/ionic/svg/play-skip-back.svg +1 -1
  1376. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -1
  1377. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -1
  1378. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -1
  1379. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -1
  1380. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -1
  1381. package/dist/ionic/svg/play-skip-forward.svg +1 -1
  1382. package/dist/ionic/svg/play.svg +1 -1
  1383. package/dist/ionic/svg/podium-outline.svg +1 -1
  1384. package/dist/ionic/svg/podium-sharp.svg +1 -1
  1385. package/dist/ionic/svg/podium.svg +1 -1
  1386. package/dist/ionic/svg/power-outline.svg +1 -1
  1387. package/dist/ionic/svg/power-sharp.svg +1 -1
  1388. package/dist/ionic/svg/power.svg +1 -1
  1389. package/dist/ionic/svg/pricetag-outline.svg +1 -1
  1390. package/dist/ionic/svg/pricetag-sharp.svg +1 -1
  1391. package/dist/ionic/svg/pricetag.svg +1 -1
  1392. package/dist/ionic/svg/pricetags-outline.svg +1 -1
  1393. package/dist/ionic/svg/pricetags-sharp.svg +1 -1
  1394. package/dist/ionic/svg/pricetags.svg +1 -1
  1395. package/dist/ionic/svg/print-outline.svg +1 -1
  1396. package/dist/ionic/svg/print-sharp.svg +1 -1
  1397. package/dist/ionic/svg/print.svg +1 -1
  1398. package/dist/ionic/svg/prism-outline.svg +1 -1
  1399. package/dist/ionic/svg/prism-sharp.svg +1 -1
  1400. package/dist/ionic/svg/prism.svg +1 -1
  1401. package/dist/ionic/svg/pulse-outline.svg +1 -1
  1402. package/dist/ionic/svg/pulse-sharp.svg +1 -1
  1403. package/dist/ionic/svg/pulse.svg +1 -1
  1404. package/dist/ionic/svg/push-outline.svg +1 -1
  1405. package/dist/ionic/svg/push-sharp.svg +1 -1
  1406. package/dist/ionic/svg/push.svg +1 -1
  1407. package/dist/ionic/svg/qr-code-outline.svg +1 -1
  1408. package/dist/ionic/svg/qr-code-sharp.svg +1 -1
  1409. package/dist/ionic/svg/qr-code.svg +1 -1
  1410. package/dist/ionic/svg/radio-button-off-outline.svg +1 -1
  1411. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -1
  1412. package/dist/ionic/svg/radio-button-off.svg +1 -1
  1413. package/dist/ionic/svg/radio-button-on-outline.svg +1 -1
  1414. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -1
  1415. package/dist/ionic/svg/radio-button-on.svg +1 -1
  1416. package/dist/ionic/svg/radio-outline.svg +1 -1
  1417. package/dist/ionic/svg/radio-sharp.svg +1 -1
  1418. package/dist/ionic/svg/radio.svg +1 -1
  1419. package/dist/ionic/svg/rainy-outline.svg +1 -1
  1420. package/dist/ionic/svg/rainy-sharp.svg +1 -1
  1421. package/dist/ionic/svg/rainy.svg +1 -1
  1422. package/dist/ionic/svg/reader-outline.svg +1 -1
  1423. package/dist/ionic/svg/reader-sharp.svg +1 -1
  1424. package/dist/ionic/svg/reader.svg +1 -1
  1425. package/dist/ionic/svg/receipt-outline.svg +1 -1
  1426. package/dist/ionic/svg/receipt-sharp.svg +1 -1
  1427. package/dist/ionic/svg/receipt.svg +1 -1
  1428. package/dist/ionic/svg/recording-outline.svg +1 -1
  1429. package/dist/ionic/svg/recording-sharp.svg +1 -1
  1430. package/dist/ionic/svg/recording.svg +1 -1
  1431. package/dist/ionic/svg/refresh-circle-outline.svg +1 -1
  1432. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -1
  1433. package/dist/ionic/svg/refresh-circle.svg +1 -1
  1434. package/dist/ionic/svg/refresh-outline.svg +1 -1
  1435. package/dist/ionic/svg/refresh-sharp.svg +1 -1
  1436. package/dist/ionic/svg/refresh.svg +1 -1
  1437. package/dist/ionic/svg/reload-circle-outline.svg +1 -1
  1438. package/dist/ionic/svg/reload-circle-sharp.svg +1 -1
  1439. package/dist/ionic/svg/reload-circle.svg +1 -1
  1440. package/dist/ionic/svg/reload-outline.svg +1 -1
  1441. package/dist/ionic/svg/reload-sharp.svg +1 -1
  1442. package/dist/ionic/svg/reload.svg +1 -1
  1443. package/dist/ionic/svg/remove-circle-outline.svg +1 -1
  1444. package/dist/ionic/svg/remove-circle-sharp.svg +1 -1
  1445. package/dist/ionic/svg/remove-circle.svg +1 -1
  1446. package/dist/ionic/svg/remove-outline.svg +1 -1
  1447. package/dist/ionic/svg/remove-sharp.svg +1 -1
  1448. package/dist/ionic/svg/remove.svg +1 -1
  1449. package/dist/ionic/svg/reorder-four-outline.svg +1 -1
  1450. package/dist/ionic/svg/reorder-four-sharp.svg +1 -1
  1451. package/dist/ionic/svg/reorder-four.svg +1 -1
  1452. package/dist/ionic/svg/reorder-three-outline.svg +1 -1
  1453. package/dist/ionic/svg/reorder-three-sharp.svg +1 -1
  1454. package/dist/ionic/svg/reorder-three.svg +1 -1
  1455. package/dist/ionic/svg/reorder-two-outline.svg +1 -1
  1456. package/dist/ionic/svg/reorder-two-sharp.svg +1 -1
  1457. package/dist/ionic/svg/reorder-two.svg +1 -1
  1458. package/dist/ionic/svg/repeat-outline.svg +1 -1
  1459. package/dist/ionic/svg/repeat-sharp.svg +1 -1
  1460. package/dist/ionic/svg/repeat.svg +1 -1
  1461. package/dist/ionic/svg/resize-outline.svg +1 -1
  1462. package/dist/ionic/svg/resize-sharp.svg +1 -1
  1463. package/dist/ionic/svg/resize.svg +1 -1
  1464. package/dist/ionic/svg/restaurant-outline.svg +1 -1
  1465. package/dist/ionic/svg/restaurant-sharp.svg +1 -1
  1466. package/dist/ionic/svg/restaurant.svg +1 -1
  1467. package/dist/ionic/svg/return-down-back-outline.svg +1 -1
  1468. package/dist/ionic/svg/return-down-back-sharp.svg +1 -1
  1469. package/dist/ionic/svg/return-down-back.svg +1 -1
  1470. package/dist/ionic/svg/return-down-forward-outline.svg +1 -1
  1471. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -1
  1472. package/dist/ionic/svg/return-down-forward.svg +1 -1
  1473. package/dist/ionic/svg/return-up-back-outline.svg +1 -1
  1474. package/dist/ionic/svg/return-up-back-sharp.svg +1 -1
  1475. package/dist/ionic/svg/return-up-back.svg +1 -1
  1476. package/dist/ionic/svg/return-up-forward-outline.svg +1 -1
  1477. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -1
  1478. package/dist/ionic/svg/return-up-forward.svg +1 -1
  1479. package/dist/ionic/svg/ribbon-outline.svg +1 -1
  1480. package/dist/ionic/svg/ribbon-sharp.svg +1 -1
  1481. package/dist/ionic/svg/ribbon.svg +1 -1
  1482. package/dist/ionic/svg/rocket-outline.svg +1 -1
  1483. package/dist/ionic/svg/rocket-sharp.svg +1 -1
  1484. package/dist/ionic/svg/rocket.svg +1 -1
  1485. package/dist/ionic/svg/rose-outline.svg +1 -1
  1486. package/dist/ionic/svg/rose-sharp.svg +1 -1
  1487. package/dist/ionic/svg/rose.svg +1 -1
  1488. package/dist/ionic/svg/sad-outline.svg +1 -1
  1489. package/dist/ionic/svg/sad-sharp.svg +1 -1
  1490. package/dist/ionic/svg/sad.svg +1 -1
  1491. package/dist/ionic/svg/save-outline.svg +1 -1
  1492. package/dist/ionic/svg/save-sharp.svg +1 -1
  1493. package/dist/ionic/svg/save.svg +1 -1
  1494. package/dist/ionic/svg/scale-outline.svg +1 -1
  1495. package/dist/ionic/svg/scale-sharp.svg +1 -1
  1496. package/dist/ionic/svg/scale.svg +1 -1
  1497. package/dist/ionic/svg/scan-circle-outline.svg +1 -1
  1498. package/dist/ionic/svg/scan-circle-sharp.svg +1 -1
  1499. package/dist/ionic/svg/scan-circle.svg +1 -1
  1500. package/dist/ionic/svg/scan-outline.svg +1 -1
  1501. package/dist/ionic/svg/scan-sharp.svg +1 -1
  1502. package/dist/ionic/svg/scan.svg +1 -1
  1503. package/dist/ionic/svg/school-outline.svg +1 -1
  1504. package/dist/ionic/svg/school-sharp.svg +1 -1
  1505. package/dist/ionic/svg/school.svg +1 -1
  1506. package/dist/ionic/svg/search-circle-outline.svg +1 -1
  1507. package/dist/ionic/svg/search-circle-sharp.svg +1 -1
  1508. package/dist/ionic/svg/search-circle.svg +1 -1
  1509. package/dist/ionic/svg/search-outline.svg +1 -1
  1510. package/dist/ionic/svg/search-sharp.svg +1 -1
  1511. package/dist/ionic/svg/search.svg +1 -1
  1512. package/dist/ionic/svg/send-outline.svg +1 -1
  1513. package/dist/ionic/svg/send-sharp.svg +1 -1
  1514. package/dist/ionic/svg/send.svg +1 -1
  1515. package/dist/ionic/svg/server-outline.svg +1 -1
  1516. package/dist/ionic/svg/server-sharp.svg +1 -1
  1517. package/dist/ionic/svg/server.svg +1 -1
  1518. package/dist/ionic/svg/settings-outline.svg +1 -1
  1519. package/dist/ionic/svg/settings-sharp.svg +1 -1
  1520. package/dist/ionic/svg/settings.svg +1 -1
  1521. package/dist/ionic/svg/shapes-outline.svg +1 -1
  1522. package/dist/ionic/svg/shapes-sharp.svg +1 -1
  1523. package/dist/ionic/svg/shapes.svg +1 -1
  1524. package/dist/ionic/svg/share-outline.svg +1 -1
  1525. package/dist/ionic/svg/share-sharp.svg +1 -1
  1526. package/dist/ionic/svg/share-social-outline.svg +1 -1
  1527. package/dist/ionic/svg/share-social-sharp.svg +1 -1
  1528. package/dist/ionic/svg/share-social.svg +1 -1
  1529. package/dist/ionic/svg/share.svg +1 -1
  1530. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -1
  1531. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -1
  1532. package/dist/ionic/svg/shield-checkmark.svg +1 -1
  1533. package/dist/ionic/svg/shield-half-outline.svg +1 -1
  1534. package/dist/ionic/svg/shield-half-sharp.svg +1 -1
  1535. package/dist/ionic/svg/shield-half.svg +1 -1
  1536. package/dist/ionic/svg/shield-outline.svg +1 -1
  1537. package/dist/ionic/svg/shield-sharp.svg +1 -1
  1538. package/dist/ionic/svg/shield.svg +1 -1
  1539. package/dist/ionic/svg/shirt-outline.svg +1 -1
  1540. package/dist/ionic/svg/shirt-sharp.svg +1 -1
  1541. package/dist/ionic/svg/shirt.svg +1 -1
  1542. package/dist/ionic/svg/shuffle-outline.svg +1 -1
  1543. package/dist/ionic/svg/shuffle-sharp.svg +1 -1
  1544. package/dist/ionic/svg/shuffle.svg +1 -1
  1545. package/dist/ionic/svg/skull-outline.svg +1 -1
  1546. package/dist/ionic/svg/skull-sharp.svg +1 -1
  1547. package/dist/ionic/svg/skull.svg +1 -1
  1548. package/dist/ionic/svg/snow-outline.svg +1 -1
  1549. package/dist/ionic/svg/snow-sharp.svg +1 -1
  1550. package/dist/ionic/svg/snow.svg +1 -1
  1551. package/dist/ionic/svg/sparkles-outline.svg +1 -1
  1552. package/dist/ionic/svg/sparkles-sharp.svg +1 -1
  1553. package/dist/ionic/svg/sparkles.svg +1 -1
  1554. package/dist/ionic/svg/speedometer-outline.svg +1 -1
  1555. package/dist/ionic/svg/speedometer-sharp.svg +1 -1
  1556. package/dist/ionic/svg/speedometer.svg +1 -1
  1557. package/dist/ionic/svg/square-outline.svg +1 -1
  1558. package/dist/ionic/svg/square-sharp.svg +1 -1
  1559. package/dist/ionic/svg/square.svg +1 -1
  1560. package/dist/ionic/svg/star-half-outline.svg +1 -1
  1561. package/dist/ionic/svg/star-half-sharp.svg +1 -1
  1562. package/dist/ionic/svg/star-half.svg +1 -1
  1563. package/dist/ionic/svg/star-outline.svg +1 -1
  1564. package/dist/ionic/svg/star-sharp.svg +1 -1
  1565. package/dist/ionic/svg/star.svg +1 -1
  1566. package/dist/ionic/svg/stats-chart-outline.svg +1 -1
  1567. package/dist/ionic/svg/stats-chart-sharp.svg +1 -1
  1568. package/dist/ionic/svg/stats-chart.svg +1 -1
  1569. package/dist/ionic/svg/stop-circle-outline.svg +1 -1
  1570. package/dist/ionic/svg/stop-circle-sharp.svg +1 -1
  1571. package/dist/ionic/svg/stop-circle.svg +1 -1
  1572. package/dist/ionic/svg/stop-outline.svg +1 -1
  1573. package/dist/ionic/svg/stop-sharp.svg +1 -1
  1574. package/dist/ionic/svg/stop.svg +1 -1
  1575. package/dist/ionic/svg/stopwatch-outline.svg +1 -1
  1576. package/dist/ionic/svg/stopwatch-sharp.svg +1 -1
  1577. package/dist/ionic/svg/stopwatch.svg +1 -1
  1578. package/dist/ionic/svg/storefront-outline.svg +1 -1
  1579. package/dist/ionic/svg/storefront-sharp.svg +1 -1
  1580. package/dist/ionic/svg/storefront.svg +1 -1
  1581. package/dist/ionic/svg/subway-outline.svg +1 -1
  1582. package/dist/ionic/svg/subway-sharp.svg +1 -1
  1583. package/dist/ionic/svg/subway.svg +1 -1
  1584. package/dist/ionic/svg/sunny-outline.svg +1 -1
  1585. package/dist/ionic/svg/sunny-sharp.svg +1 -1
  1586. package/dist/ionic/svg/sunny.svg +1 -1
  1587. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -1
  1588. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -1
  1589. package/dist/ionic/svg/swap-horizontal.svg +1 -1
  1590. package/dist/ionic/svg/swap-vertical-outline.svg +1 -1
  1591. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -1
  1592. package/dist/ionic/svg/swap-vertical.svg +1 -1
  1593. package/dist/ionic/svg/sync-circle-outline.svg +1 -1
  1594. package/dist/ionic/svg/sync-circle-sharp.svg +1 -1
  1595. package/dist/ionic/svg/sync-circle.svg +1 -1
  1596. package/dist/ionic/svg/sync-outline.svg +1 -1
  1597. package/dist/ionic/svg/sync-sharp.svg +1 -1
  1598. package/dist/ionic/svg/sync.svg +1 -1
  1599. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -1
  1600. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -1
  1601. package/dist/ionic/svg/tablet-landscape.svg +1 -1
  1602. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -1
  1603. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -1
  1604. package/dist/ionic/svg/tablet-portrait.svg +1 -1
  1605. package/dist/ionic/svg/telescope-outline.svg +1 -1
  1606. package/dist/ionic/svg/telescope-sharp.svg +1 -1
  1607. package/dist/ionic/svg/telescope.svg +1 -1
  1608. package/dist/ionic/svg/tennisball-outline.svg +1 -1
  1609. package/dist/ionic/svg/tennisball-sharp.svg +1 -1
  1610. package/dist/ionic/svg/tennisball.svg +1 -1
  1611. package/dist/ionic/svg/terminal-outline.svg +1 -1
  1612. package/dist/ionic/svg/terminal-sharp.svg +1 -1
  1613. package/dist/ionic/svg/terminal.svg +1 -1
  1614. package/dist/ionic/svg/text-outline.svg +1 -1
  1615. package/dist/ionic/svg/text-sharp.svg +1 -1
  1616. package/dist/ionic/svg/text.svg +1 -1
  1617. package/dist/ionic/svg/thermometer-outline.svg +1 -1
  1618. package/dist/ionic/svg/thermometer-sharp.svg +1 -1
  1619. package/dist/ionic/svg/thermometer.svg +1 -1
  1620. package/dist/ionic/svg/thumbs-down-outline.svg +1 -1
  1621. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -1
  1622. package/dist/ionic/svg/thumbs-down.svg +1 -1
  1623. package/dist/ionic/svg/thumbs-up-outline.svg +1 -1
  1624. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -1
  1625. package/dist/ionic/svg/thumbs-up.svg +1 -1
  1626. package/dist/ionic/svg/thunderstorm-outline.svg +1 -1
  1627. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -1
  1628. package/dist/ionic/svg/thunderstorm.svg +1 -1
  1629. package/dist/ionic/svg/ticket-outline.svg +1 -1
  1630. package/dist/ionic/svg/ticket-sharp.svg +1 -1
  1631. package/dist/ionic/svg/ticket.svg +1 -1
  1632. package/dist/ionic/svg/time-outline.svg +1 -1
  1633. package/dist/ionic/svg/time-sharp.svg +1 -1
  1634. package/dist/ionic/svg/time.svg +1 -1
  1635. package/dist/ionic/svg/timer-outline.svg +1 -1
  1636. package/dist/ionic/svg/timer-sharp.svg +1 -1
  1637. package/dist/ionic/svg/timer.svg +1 -1
  1638. package/dist/ionic/svg/today-outline.svg +1 -1
  1639. package/dist/ionic/svg/today-sharp.svg +1 -1
  1640. package/dist/ionic/svg/today.svg +1 -1
  1641. package/dist/ionic/svg/toggle-outline.svg +1 -1
  1642. package/dist/ionic/svg/toggle-sharp.svg +1 -1
  1643. package/dist/ionic/svg/toggle.svg +1 -1
  1644. package/dist/ionic/svg/trail-sign-outline.svg +1 -1
  1645. package/dist/ionic/svg/trail-sign-sharp.svg +1 -1
  1646. package/dist/ionic/svg/trail-sign.svg +1 -1
  1647. package/dist/ionic/svg/train-outline.svg +1 -1
  1648. package/dist/ionic/svg/train-sharp.svg +1 -1
  1649. package/dist/ionic/svg/train.svg +1 -1
  1650. package/dist/ionic/svg/transgender-outline.svg +1 -1
  1651. package/dist/ionic/svg/transgender-sharp.svg +1 -1
  1652. package/dist/ionic/svg/transgender.svg +1 -1
  1653. package/dist/ionic/svg/trash-bin-outline.svg +1 -1
  1654. package/dist/ionic/svg/trash-bin-sharp.svg +1 -1
  1655. package/dist/ionic/svg/trash-bin.svg +1 -1
  1656. package/dist/ionic/svg/trash-outline.svg +1 -1
  1657. package/dist/ionic/svg/trash-sharp.svg +1 -1
  1658. package/dist/ionic/svg/trash.svg +1 -1
  1659. package/dist/ionic/svg/trending-down-outline.svg +1 -1
  1660. package/dist/ionic/svg/trending-down-sharp.svg +1 -1
  1661. package/dist/ionic/svg/trending-down.svg +1 -1
  1662. package/dist/ionic/svg/trending-up-outline.svg +1 -1
  1663. package/dist/ionic/svg/trending-up-sharp.svg +1 -1
  1664. package/dist/ionic/svg/trending-up.svg +1 -1
  1665. package/dist/ionic/svg/triangle-outline.svg +1 -1
  1666. package/dist/ionic/svg/triangle-sharp.svg +1 -1
  1667. package/dist/ionic/svg/triangle.svg +1 -1
  1668. package/dist/ionic/svg/trophy-outline.svg +1 -1
  1669. package/dist/ionic/svg/trophy-sharp.svg +1 -1
  1670. package/dist/ionic/svg/trophy.svg +1 -1
  1671. package/dist/ionic/svg/tv-outline.svg +1 -1
  1672. package/dist/ionic/svg/tv-sharp.svg +1 -1
  1673. package/dist/ionic/svg/tv.svg +1 -1
  1674. package/dist/ionic/svg/umbrella-outline.svg +1 -1
  1675. package/dist/ionic/svg/umbrella-sharp.svg +1 -1
  1676. package/dist/ionic/svg/umbrella.svg +1 -1
  1677. package/dist/ionic/svg/unlink-outline.svg +1 -1
  1678. package/dist/ionic/svg/unlink-sharp.svg +1 -1
  1679. package/dist/ionic/svg/unlink.svg +1 -1
  1680. package/dist/ionic/svg/videocam-off-outline.svg +1 -1
  1681. package/dist/ionic/svg/videocam-off-sharp.svg +1 -1
  1682. package/dist/ionic/svg/videocam-off.svg +1 -1
  1683. package/dist/ionic/svg/videocam-outline.svg +1 -1
  1684. package/dist/ionic/svg/videocam-sharp.svg +1 -1
  1685. package/dist/ionic/svg/videocam.svg +1 -1
  1686. package/dist/ionic/svg/volume-high-outline.svg +1 -1
  1687. package/dist/ionic/svg/volume-high-sharp.svg +1 -1
  1688. package/dist/ionic/svg/volume-high.svg +1 -1
  1689. package/dist/ionic/svg/volume-low-outline.svg +1 -1
  1690. package/dist/ionic/svg/volume-low-sharp.svg +1 -1
  1691. package/dist/ionic/svg/volume-low.svg +1 -1
  1692. package/dist/ionic/svg/volume-medium-outline.svg +1 -1
  1693. package/dist/ionic/svg/volume-medium-sharp.svg +1 -1
  1694. package/dist/ionic/svg/volume-medium.svg +1 -1
  1695. package/dist/ionic/svg/volume-mute-outline.svg +1 -1
  1696. package/dist/ionic/svg/volume-mute-sharp.svg +1 -1
  1697. package/dist/ionic/svg/volume-mute.svg +1 -1
  1698. package/dist/ionic/svg/volume-off-outline.svg +1 -1
  1699. package/dist/ionic/svg/volume-off-sharp.svg +1 -1
  1700. package/dist/ionic/svg/volume-off.svg +1 -1
  1701. package/dist/ionic/svg/walk-outline.svg +1 -1
  1702. package/dist/ionic/svg/walk-sharp.svg +1 -1
  1703. package/dist/ionic/svg/walk.svg +1 -1
  1704. package/dist/ionic/svg/wallet-outline.svg +1 -1
  1705. package/dist/ionic/svg/wallet-sharp.svg +1 -1
  1706. package/dist/ionic/svg/wallet.svg +1 -1
  1707. package/dist/ionic/svg/warning-outline.svg +1 -1
  1708. package/dist/ionic/svg/warning-sharp.svg +1 -1
  1709. package/dist/ionic/svg/warning.svg +1 -1
  1710. package/dist/ionic/svg/watch-outline.svg +1 -1
  1711. package/dist/ionic/svg/watch-sharp.svg +1 -1
  1712. package/dist/ionic/svg/watch.svg +1 -1
  1713. package/dist/ionic/svg/water-outline.svg +1 -1
  1714. package/dist/ionic/svg/water-sharp.svg +1 -1
  1715. package/dist/ionic/svg/water.svg +1 -1
  1716. package/dist/ionic/svg/wifi-outline.svg +1 -1
  1717. package/dist/ionic/svg/wifi-sharp.svg +1 -1
  1718. package/dist/ionic/svg/wifi.svg +1 -1
  1719. package/dist/ionic/svg/wine-outline.svg +1 -1
  1720. package/dist/ionic/svg/wine-sharp.svg +1 -1
  1721. package/dist/ionic/svg/wine.svg +1 -1
  1722. package/dist/ionic/svg/woman-outline.svg +1 -1
  1723. package/dist/ionic/svg/woman-sharp.svg +1 -1
  1724. package/dist/ionic/svg/woman.svg +1 -1
  1725. package/dist/types/components/action-sheet/action-sheet.d.ts +5 -6
  1726. package/dist/types/components/alert/alert.d.ts +5 -6
  1727. package/dist/types/components/app/app.d.ts +2 -0
  1728. package/dist/types/components/datetime/datetime-interface.d.ts +11 -3
  1729. package/dist/types/components/datetime/datetime.d.ts +6 -0
  1730. package/dist/types/components/input-otp/input-otp.d.ts +12 -8
  1731. package/dist/types/components/item/item.d.ts +4 -0
  1732. package/dist/types/components/loading/loading.d.ts +5 -6
  1733. package/dist/types/components/menu/menu.d.ts +25 -3
  1734. package/dist/types/components/modal/animations/ios.transition.d.ts +14 -0
  1735. package/dist/types/components/modal/modal.d.ts +36 -6
  1736. package/dist/types/components/popover/popover.d.ts +6 -5
  1737. package/dist/types/components/range/range.d.ts +2 -0
  1738. package/dist/types/components/reorder-group/reorder-group-interface.d.ts +17 -0
  1739. package/dist/types/components/reorder-group/reorder-group.d.ts +24 -4
  1740. package/dist/types/components/router/router.d.ts +1 -0
  1741. package/dist/types/components/router/utils/interface.d.ts +1 -4
  1742. package/dist/types/components/searchbar/searchbar.d.ts +0 -2
  1743. package/dist/types/components/toast/toast.d.ts +4 -5
  1744. package/dist/types/components.d.ts +51 -21
  1745. package/dist/types/interface.d.ts +7 -2
  1746. package/dist/types/stencil-public-runtime.d.ts +12 -5
  1747. package/dist/types/utils/element-interface.d.ts +10 -0
  1748. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +5 -0
  1749. package/hydrate/index.js +1290 -485
  1750. package/hydrate/index.mjs +1290 -485
  1751. package/package.json +6 -6
  1752. package/dist/cjs/index-CPbAsnJK.js +0 -58
  1753. package/dist/esm/index-BLV6ykCk.js +0 -32
  1754. package/dist/ionic/p-0fc6fc38.entry.js +0 -4
  1755. package/dist/ionic/p-14ae45e4.entry.js +0 -4
  1756. package/dist/ionic/p-15da9760.entry.js +0 -4
  1757. package/dist/ionic/p-1739f5f2.entry.js +0 -4
  1758. package/dist/ionic/p-18f1813b.entry.js +0 -4
  1759. package/dist/ionic/p-2020aa51.entry.js +0 -4
  1760. package/dist/ionic/p-2c6c6991.entry.js +0 -4
  1761. package/dist/ionic/p-2cfd6b61.entry.js +0 -4
  1762. package/dist/ionic/p-2d01ecd5.entry.js +0 -4
  1763. package/dist/ionic/p-2da6a16b.entry.js +0 -4
  1764. package/dist/ionic/p-3a4feac2.entry.js +0 -4
  1765. package/dist/ionic/p-473877b6.entry.js +0 -4
  1766. package/dist/ionic/p-4b7d1f35.entry.js +0 -4
  1767. package/dist/ionic/p-4d61f20b.entry.js +0 -4
  1768. package/dist/ionic/p-4ddc10ef.entry.js +0 -4
  1769. package/dist/ionic/p-56712fd4.entry.js +0 -4
  1770. package/dist/ionic/p-6b666996.entry.js +0 -4
  1771. package/dist/ionic/p-7149db7e.entry.js +0 -4
  1772. package/dist/ionic/p-73d7ad90.entry.js +0 -4
  1773. package/dist/ionic/p-76b697a3.entry.js +0 -4
  1774. package/dist/ionic/p-81f1b778.entry.js +0 -4
  1775. package/dist/ionic/p-8957540a.entry.js +0 -4
  1776. package/dist/ionic/p-8c674371.entry.js +0 -4
  1777. package/dist/ionic/p-8f2f76e0.entry.js +0 -4
  1778. package/dist/ionic/p-91bde659.entry.js +0 -4
  1779. package/dist/ionic/p-96389029.entry.js +0 -4
  1780. package/dist/ionic/p-97667b9c.entry.js +0 -4
  1781. package/dist/ionic/p-9e699d4a.entry.js +0 -4
  1782. package/dist/ionic/p-B3XSxWNQ.js +0 -4
  1783. package/dist/ionic/p-BLV6ykCk.js +0 -4
  1784. package/dist/ionic/p-BROiNJRB.js +0 -4
  1785. package/dist/ionic/p-B_U9CtaY.js +0 -5
  1786. package/dist/ionic/p-BhLqfMrf.js +0 -4
  1787. package/dist/ionic/p-CL-KfWxq.js +0 -4
  1788. package/dist/ionic/p-DzH0J0yi.js +0 -4
  1789. package/dist/ionic/p-a6282370.entry.js +0 -4
  1790. package/dist/ionic/p-a9ac80bd.entry.js +0 -4
  1791. package/dist/ionic/p-a9f99c74.entry.js +0 -4
  1792. package/dist/ionic/p-aIxOGKys.js +0 -4
  1793. package/dist/ionic/p-aa8956c2.entry.js +0 -4
  1794. package/dist/ionic/p-b37dbc31.entry.js +0 -4
  1795. package/dist/ionic/p-b9f79efc.entry.js +0 -4
  1796. package/dist/ionic/p-bNmY-WfR.js +0 -4
  1797. package/dist/ionic/p-bb5fc02e.entry.js +0 -4
  1798. package/dist/ionic/p-bc01c127.entry.js +0 -4
  1799. package/dist/ionic/p-bec79123.entry.js +0 -4
  1800. package/dist/ionic/p-c0335397.entry.js +0 -4
  1801. package/dist/ionic/p-c448135a.entry.js +0 -4
  1802. package/dist/ionic/p-c4912ca5.entry.js +0 -4
  1803. package/dist/ionic/p-c884d7e3.entry.js +0 -4
  1804. package/dist/ionic/p-cb787a4b.entry.js +0 -4
  1805. package/dist/ionic/p-cd12ed1c.entry.js +0 -4
  1806. package/dist/ionic/p-cf632ee2.entry.js +0 -4
  1807. package/dist/ionic/p-d8ed5df0.entry.js +0 -4
  1808. package/dist/ionic/p-e1260ed5.entry.js +0 -4
  1809. package/dist/ionic/p-e30ff968.entry.js +0 -4
  1810. package/dist/ionic/p-ei_RiGrl.js +0 -4
  1811. package/dist/ionic/p-f83db8cd.entry.js +0 -4
  1812. package/dist/ionic/p-fbc5481b.entry.js +0 -4
  1813. package/dist/ionic/p-fcc7437b.entry.js +0 -4
  1814. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +0 -144
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,c as e,e as i,j as n,h as o,d as s,g as a}from"./p-4DxY6_gG.js";import{g as r}from"./p-hHmYLOfE.js";import{o as d,B as h,n as l,q as c,G as m}from"./p-CSwZyt05.js";import{G as p}from"./p-BTEOs1at.js";import{shouldUseCloseWatcher as u}from"./p-CvaZMP6T.js";import{o as b,i as f,l as g,e as v}from"./p-C-Cct-6D.js";import{m as x}from"./p-C8d2ebIg.js";import{b as w,a as y}from"./p-Br3vSlYh.js";import{h as k,c as C}from"./p-DiVJyqlX.js";import{u as z,v as j}from"./p-DV3sJJW8.js";import"./p-ZjP4CjeZ.js";import"./p-DAfH9Iif.js";import"./p-C87oPMMF.js";const S=class{constructor(i){t(this,i),this.ionWillOpen=e(this,"ionWillOpen",7),this.ionWillClose=e(this,"ionWillClose",7),this.ionDidOpen=e(this,"ionDidOpen",7),this.ionDidClose=e(this,"ionDidClose",7),this.ionMenuChange=e(this,"ionMenuChange",7),this.lastOnEnd=0,this.blocker=p.createBlocker({disableScroll:!0}),this.didLoad=!1,this.operationCancelled=!1,this.isAnimating=!1,this._isOpen=!1,this.inheritedAttributes={},this.handleFocus=t=>{const e=d(document);e&&!e.contains(this.el)||this.trapKeyboardFocus(t,document)},this.isPaneVisible=!1,this.isEndSide=!1,this.disabled=!1,this.side="start",this.swipeGesture=!0,this.maxEdgeStart=50}typeChanged(t,e){const i=this.contentEl;i&&(void 0!==e&&i.classList.remove(`menu-content-${e}`),i.classList.add(`menu-content-${t}`),i.removeAttribute("style")),this.menuInnerEl&&this.menuInnerEl.removeAttribute("style"),this.animation=void 0}disabledChanged(){this.updateState(),this.ionMenuChange.emit({disabled:this.disabled,open:this._isOpen})}sideChanged(){this.isEndSide=b(this.side),this.animation=void 0}swipeGestureChanged(){this.updateState()}async connectedCallback(){"undefined"!=typeof customElements&&null!=customElements&&await customElements.whenDefined("ion-menu"),void 0===this.type&&(this.type=i.get("menuType","overlay"));const t=void 0!==this.contentId?document.getElementById(this.contentId):null;null!==t?(this.el.contains(t)&&n('[ion-menu] - The "contentId" should refer to the main view\'s ion-content, not the ion-content inside of the ion-menu.'),this.contentEl=t,t.classList.add("menu-content"),this.typeChanged(this.type,void 0),this.sideChanged(),x._register(this),this.menuChanged(),this.gesture=(await import("./p-Cl0B-RWe.js")).createGesture({el:document,gestureName:"menu-swipe",gesturePriority:30,threshold:10,blurOnStart:!0,canStart:t=>this.canStart(t),onWillStart:()=>this.onWillStart(),onStart:()=>this.onStart(),onMove:t=>this.onMove(t),onEnd:t=>this.onEnd(t)}),this.updateState()):n('[ion-menu] - Must have a "content" element to listen for drag events on.')}componentWillLoad(){this.inheritedAttributes=f(this.el)}async componentDidLoad(){this.didLoad=!0;const t=this.el.closest("ion-split-pane");null!==t&&(this.isPaneVisible=await t.isVisible()),this.menuChanged(),this.updateState()}menuChanged(){this.didLoad&&this.ionMenuChange.emit({disabled:this.disabled,open:this._isOpen})}async disconnectedCallback(){await this.close(!1),this.blocker.destroy(),x._unregister(this),this.animation&&this.animation.destroy(),this.gesture&&(this.gesture.destroy(),this.gesture=void 0),this.animation=void 0,this.contentEl=void 0}onSplitPaneChanged(t){const e=this.el.closest("ion-split-pane");null!==e&&e===t.target&&(this.isPaneVisible=t.detail.visible,this.updateState())}onBackdropClick(t){this._isOpen&&this.lastOnEnd<t.timeStamp-100&&t.composedPath&&!t.composedPath().includes(this.menuInnerEl)&&(t.preventDefault(),t.stopPropagation(),this.close(void 0,h))}onKeydown(t){"Escape"===t.key&&this.close(void 0,h)}isOpen(){return Promise.resolve(this._isOpen)}isActive(){return Promise.resolve(this._isActive())}open(t=!0){return this.setOpen(!0,t)}close(t=!0,e){return this.setOpen(!1,t,e)}toggle(t=!0){return this.setOpen(!this._isOpen,t)}setOpen(t,e=!0,i){return x._setOpen(this,t,e,i)}trapKeyboardFocus(t,e){const i=t.target;if(i)if(this.el.contains(i))this.lastFocus=i;else{const{el:t}=this;l(t),this.lastFocus===e.activeElement&&c(t)}}async _setOpen(t,e=!0,i){return!(!this._isActive()||this.isAnimating||t===this._isOpen||(this.beforeAnimation(t,i),await this.loadAnimation(),await this.startAnimation(t,e),this.operationCancelled?(this.operationCancelled=!1,1):(this.afterAnimation(t,i),0)))}async loadAnimation(){const t=this.menuInnerEl.offsetWidth,e=b(this.side);if(t===this.width&&void 0!==this.animation&&e===this.isEndSide)return;this.width=t,this.isEndSide=e,this.animation&&(this.animation.destroy(),this.animation=void 0);const n=this.animation=await x._createAnimation(this.type,this);i.getBoolean("animated",!0)||n.duration(0),n.fill("both")}async startAnimation(t,e){const i=!t,n=w(this),o="ios"===n?"cubic-bezier(0.32,0.72,0,1)":"cubic-bezier(0.0,0.0,0.2,1)",s="ios"===n?"cubic-bezier(1, 0, 0.68, 0.28)":"cubic-bezier(0.4, 0, 0.6, 1)",a=this.animation.direction(i?"reverse":"normal").easing(i?s:o);e?await a.play():a.play({sync:!0}),"reverse"===a.getDirection()&&a.direction("normal")}_isActive(){return!this.disabled&&!this.isPaneVisible}canSwipe(){return this.swipeGesture&&!this.isAnimating&&this._isActive()}canStart(t){return!(document.querySelector("ion-modal.show-modal")||!this.canSwipe())&&(!!this._isOpen||!x._getOpenSync()&&D(window,t.currentX,this.isEndSide,this.maxEdgeStart))}onWillStart(){return this.beforeAnimation(!this._isOpen,m),this.loadAnimation()}onStart(){this.isAnimating&&this.animation?this.animation.progressStart(!0,this._isOpen?1:0):g(!1,"isAnimating has to be true")}onMove(t){if(!this.isAnimating||!this.animation)return void g(!1,"isAnimating has to be true");const e=A(t.deltaX,this._isOpen,this.isEndSide)/this.width;this.animation.progressStep(this._isOpen?1-e:e)}onEnd(t){if(!this.isAnimating||!this.animation)return void g(!1,"isAnimating has to be true");const e=this._isOpen,i=this.isEndSide,n=A(t.deltaX,e,i),o=this.width,s=n/o,a=t.velocityX,d=o/2,h=a>=0&&(a>.2||t.deltaX>d),l=a<=0&&(a<-.2||t.deltaX<-d),c=e?i?h:l:i?l:h;let p=!e&&c;e&&!c&&(p=!0),this.lastOnEnd=t.currentTime;let u=c?.001:-.001;u+=r([0,0],[.4,0],[.6,1],[1,1],v(0,s<0?.01:s,.9999))[0]||0;const b=this._isOpen?!c:c;this.animation.easing("cubic-bezier(0.4, 0.0, 0.6, 1)").onFinish((()=>this.afterAnimation(p,m)),{oneTimeCallback:!0}).progressEnd(b?1:0,this._isOpen?1-u:u,300)}beforeAnimation(t,e){g(!this.isAnimating,"_before() should not be called while animating"),y("android")&&this.el.setAttribute("aria-hidden","true"),this.el.classList.add(O),this.el.setAttribute("tabindex","0"),this.backdropEl&&this.backdropEl.classList.add(P),this.contentEl&&(this.contentEl.classList.add(_),this.contentEl.setAttribute("aria-hidden","true")),this.blocker.block(),this.isAnimating=!0,t?this.ionWillOpen.emit():this.ionWillClose.emit({role:e})}afterAnimation(t,e){var i;this._isOpen=t,this.isAnimating=!1,this._isOpen||this.blocker.unblock(),t?(y("android")&&this.el.removeAttribute("aria-hidden"),this.ionDidOpen.emit(),(null===(i=document.activeElement)||void 0===i?void 0:i.closest("ion-menu"))!==this.el&&this.el.focus(),document.addEventListener("focus",this.handleFocus,!0)):(this.el.removeAttribute("aria-hidden"),this.el.classList.remove(O),this.el.removeAttribute("tabindex"),this.contentEl&&(this.contentEl.classList.remove(_),this.contentEl.removeAttribute("aria-hidden")),this.backdropEl&&this.backdropEl.classList.remove(P),this.animation&&this.animation.stop(),this.ionDidClose.emit({role:e}),document.removeEventListener("focus",this.handleFocus,!0))}updateState(){const t=this._isActive();this.gesture&&this.gesture.enable(t&&this.swipeGesture),t||(this.isAnimating&&(this.operationCancelled=!0),this.afterAnimation(!1,m))}render(){const{type:t,disabled:e,el:i,isPaneVisible:n,inheritedAttributes:a,side:r}=this,d=w(this);return o(s,{key:"a5c75aa40a34530b56ee3b98d706a5ac5ae300de",onKeyDown:u()?null:this.onKeydown,role:"navigation","aria-label":a["aria-label"]||"menu",class:{[d]:!0,[`menu-type-${t}`]:!0,"menu-enabled":!e,[`menu-side-${r}`]:!0,"menu-pane-visible":n,"split-pane-side":k("ion-split-pane",i)}},o("div",{key:"3f5f70acd4d3ed6bb445122f4f01d73db738a75f",class:"menu-inner",part:"container",ref:t=>this.menuInnerEl=t},o("slot",{key:"3161326c9330e7f7441299c428b87a91b31a83e9"})),o("ion-backdrop",{key:"917b50f38489bdf03d0c642af8b4e4e172c7dc4c",ref:t=>this.backdropEl=t,class:"menu-backdrop",tappable:!1,stopPropagation:!1,part:"backdrop"}))}get el(){return a(this)}static get watchers(){return{type:["typeChanged"],disabled:["disabledChanged"],side:["sideChanged"],swipeGesture:["swipeGestureChanged"]}}},A=(t,e,i)=>Math.max(0,e!==i?-t:t),D=(t,e,i,n)=>i?e>=t.innerWidth-n:e<=n,O="show-menu",P="show-backdrop",_="menu-content-open";S.style={ios:":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;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);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width, var(--width));min-width:var(--side-min-width, var(--min-width));max-width:var(--side-max-width, var(--max-width))}:host(.menu-pane-visible.split-pane-side){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:0}:host(.menu-pane-visible.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}:host(.menu-pane-visible.split-pane-side){-ms-flex-order:-1;order:-1}:host(.menu-pane-visible.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-pane-visible.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-pane-visible.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-type-push){z-index:1000}:host(.menu-type-push) .show-backdrop{display:block}",md:":host{--width:304px;--min-width:auto;--max-width:auto;--height:100%;--min-height:auto;--max-height:auto;--background:var(--ion-background-color, #fff);left:0;right:0;top:0;bottom:0;display:none;position:absolute;contain:strict}:host(.show-menu){display:block}.menu-inner{-webkit-transform:translateX(-9999px);transform:translateX(-9999px);display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;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);background:var(--background);contain:strict}:host(.menu-side-start) .menu-inner{--ion-safe-area-right:0px;top:0;bottom:0}:host(.menu-side-start) .menu-inner{inset-inline-start:0;inset-inline-end:auto}:host-context([dir=rtl]):host(.menu-side-start) .menu-inner,:host-context([dir=rtl]).menu-side-start .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}@supports selector(:dir(rtl)){:host(.menu-side-start:dir(rtl)) .menu-inner{--ion-safe-area-right:unset;--ion-safe-area-left:0px}}:host(.menu-side-end) .menu-inner{--ion-safe-area-left:0px;top:0;bottom:0}:host(.menu-side-end) .menu-inner{inset-inline-start:auto;inset-inline-end:0}:host-context([dir=rtl]):host(.menu-side-end) .menu-inner,:host-context([dir=rtl]).menu-side-end .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}@supports selector(:dir(rtl)){:host(.menu-side-end:dir(rtl)) .menu-inner{--ion-safe-area-left:unset;--ion-safe-area-right:0px}}ion-backdrop{display:none;opacity:0.01;z-index:-1}@media (max-width: 340px){.menu-inner{--width:264px}}:host(.menu-type-reveal){z-index:0}:host(.menu-type-reveal.show-menu) .menu-inner{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}:host(.menu-type-overlay){z-index:1000}:host(.menu-type-overlay) .show-backdrop{display:block;cursor:pointer}:host(.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width, var(--width));min-width:var(--side-min-width, var(--min-width));max-width:var(--side-max-width, var(--max-width))}:host(.menu-pane-visible.split-pane-side){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none;box-shadow:none;z-index:0}:host(.menu-pane-visible.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}:host(.menu-pane-visible.split-pane-side){-ms-flex-order:-1;order:-1}:host(.menu-pane-visible.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host(.menu-pane-visible) .menu-inner{left:0;right:0;width:auto;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}:host(.menu-pane-visible) ion-backdrop{display:hidden !important}:host(.menu-pane-visible.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-pane-visible.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.menu-type-overlay) .menu-inner{-webkit-box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18);box-shadow:4px 0px 16px rgba(0, 0, 0, 0.18)}"};const E=async t=>{const e=await x.get(t);return!(!e||!await e.isActive())},M=class{constructor(e){t(this,e),this.inheritedAttributes={},this.visible=!1,this.disabled=!1,this.autoHide=!0,this.type="button",this.onClick=async()=>x.toggle(this.menu)}componentWillLoad(){this.inheritedAttributes=f(this.el)}componentDidLoad(){this.visibilityChanged()}async visibilityChanged(){this.visible=await E(this.menu)}render(){const{color:t,disabled:e,inheritedAttributes:n}=this,a=w(this),r=i.get("menuIcon","ios"===a?z:j),d=this.autoHide&&!this.visible,h={type:this.type},l=n["aria-label"]||"menu";return o(s,{key:"9f0f0e50d39a6872508220c58e64bb2092a0d7ef",onClick:this.onClick,"aria-disabled":e?"true":null,"aria-hidden":d?"true":null,class:C(t,{[a]:!0,button:!0,"menu-button-hidden":d,"menu-button-disabled":e,"in-toolbar":k("ion-toolbar",this.el),"in-toolbar-color":k("ion-toolbar[color]",this.el),"ion-activatable":!0,"ion-focusable":!0})},o("button",Object.assign({key:"ffebf7083d23501839970059ef8e411b571de197"},h,{disabled:e,class:"button-native",part:"native","aria-label":l}),o("span",{key:"cab0c1c763b3ce33ef11dba1d230f66126e59424",class:"button-inner"},o("slot",{key:"ccfd2be8479b75b5c63e97e1ca7dfe203e9b36ee"},o("ion-icon",{key:"ac254fe7f327b08f1ae3fcea89d5cf0e83c9a96c",part:"icon",icon:r,mode:a,lazy:!1,"aria-hidden":"true"}))),"md"===a&&o("ion-ripple-effect",{key:"f0f17c4ca96e3eed3c1727ee00578d40af8f0115",type:"unbounded"})))}get el(){return a(this)}};M.style={ios:':host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #0054e9);--padding-start:5px;--padding-end:5px;min-height:32px;font-size:clamp(31px, 1.9375rem, 38.13px)}:host(.ion-activated){opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}',md:':host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.12;--background-hover:currentColor;--background-hover-opacity:.04;--border-radius:50%;--color:initial;--padding-start:8px;--padding-end:8px;width:3rem;height:3rem;font-size:1.5rem}:host(.ion-color.ion-focused)::after{background:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native::after{background:var(--ion-color-base)}}'};const W=class{constructor(e){t(this,e),this.visible=!1,this.autoHide=!0,this.onClick=()=>x.toggle(this.menu)}connectedCallback(){this.visibilityChanged()}async visibilityChanged(){this.visible=await E(this.menu)}render(){const t=w(this),e=this.autoHide&&!this.visible;return o(s,{key:"cd567114769a30bd3871ed5d15bf42aed39956e1",onClick:this.onClick,"aria-hidden":e?"true":null,class:{[t]:!0,"menu-toggle-hidden":e}},o("slot",{key:"773d4cff95ca75f23578b1e1dca53c9933f28a33"}))}};W.style=":host(.menu-toggle-hidden){display:none}";export{S as ion_menu,M as ion_menu_button,W as ion_menu_toggle}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{r as t,d as r,h as o,j as i,k as e}from"./p-B_U9CtaY.js";import{g as n}from"./p-Do-uqmtX.js";const a=class{constructor(o){t(this,o),this.ionInputModeChange=r(this,"ionInputModeChange",7),this.useInputMode=!1,this.isInHighlightBounds=t=>{const{highlightEl:r}=this;if(!r)return!1;const o=r.getBoundingClientRect();return!(t.clientX<o.left||t.clientX>o.right||t.clientY<o.top||t.clientY>o.bottom)},this.onFocusOut=t=>{const{relatedTarget:r}=t;(!r||"ION-PICKER-COLUMN"!==r.tagName&&r!==this.inputEl)&&this.exitInputMode()},this.onFocusIn=t=>{const{target:r}=t;"ION-PICKER-COLUMN"!==r.tagName||this.actionOnClick||(r.numericInput?this.enterInputMode(r,!1):this.exitInputMode())},this.onClick=()=>{const{actionOnClick:t}=this;t&&(t(),this.actionOnClick=void 0)},this.onPointerDown=t=>{const{useInputMode:r,inputModeColumn:o,el:i}=this;if(this.isInHighlightBounds(t))if(r)this.actionOnClick="ION-PICKER-COLUMN"===t.target.tagName?o&&o===t.target?()=>{this.enterInputMode()}:()=>{this.enterInputMode(t.target)}:()=>{this.exitInputMode()};else{const r=1===i.querySelectorAll("ion-picker-column.picker-column-numeric-input").length?t.target:void 0;this.actionOnClick=()=>{this.enterInputMode(r)}}else this.actionOnClick=()=>{this.exitInputMode()}},this.enterInputMode=(t,r=!0)=>{const{inputEl:o,el:i}=this;o&&i.querySelector("ion-picker-column.picker-column-numeric-input")&&(this.useInputMode=!0,this.inputModeColumn=t,r?(this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),o.focus()):(i.addEventListener("keypress",this.onKeyPress),this.destroyKeypressListener=()=>{i.removeEventListener("keypress",this.onKeyPress)}),this.emitInputModeChange())},this.onKeyPress=t=>{const{inputEl:r}=this;if(!r)return;const o=parseInt(t.key,10);Number.isNaN(o)||(r.value+=t.key,this.onInputChange())},this.selectSingleColumn=()=>{const{inputEl:t,inputModeColumn:r,singleColumnSearchTimeout:o}=this;if(!t||!r)return;const i=Array.from(r.querySelectorAll("ion-picker-column-option")).filter((t=>!0!==t.disabled));if(o&&clearTimeout(o),this.singleColumnSearchTimeout=setTimeout((()=>{t.value="",this.singleColumnSearchTimeout=void 0}),1e3),t.value.length>=3){const r=t.value.substring(t.value.length-2);return t.value=r,void this.selectSingleColumn()}const e=i.find((({textContent:r})=>r.replace(/^0+(?=[1-9])|0+(?=0$)/,"")===t.value));if(e)r.setValue(e.value);else if(2===t.value.length){const r=t.value.substring(t.value.length-1);t.value=r,this.selectSingleColumn()}},this.searchColumn=(t,r,o="start")=>{if(!r)return!1;const i="start"===o?/^0+/:/0$/;r=r.replace(i,"");const e=Array.from(t.querySelectorAll("ion-picker-column-option")).find((t=>!0!==t.disabled&&t.textContent.replace(i,"")===r));return e&&t.setValue(e.value),!!e},this.multiColumnSearch=(t,r,o)=>{if(0===o.length)return;const i=o.split(""),e=i.slice(0,2).join(""),n=this.searchColumn(t,e);if(i.length>2&&n){const t=i.slice(2,4).join("");this.searchColumn(r,t)}else if(!n&&i.length>=1){let o=i[0],e=this.searchColumn(t,o);if(e||(i.shift(),o=i[0],e=this.searchColumn(t,o)),e&&i.length>1){const t=i.slice(1,3).join("");this.searchColumn(r,t)}}},this.selectMultiColumn=()=>{const{inputEl:t,el:r}=this;if(!t)return;const o=Array.from(r.querySelectorAll("ion-picker-column")).filter((t=>t.numericInput)),i=o[0],e=o[1];let n=t.value;if(n.length>4){const r=t.value.substring(t.value.length-4);t.value=r,n=r}this.multiColumnSearch(i,e,n)},this.onInputChange=()=>{const{useInputMode:t,inputEl:r,inputModeColumn:o}=this;t&&r&&(o?this.selectSingleColumn():this.selectMultiColumn())},this.emitInputModeChange=()=>{const{useInputMode:t,inputModeColumn:r}=this;this.ionInputModeChange.emit({useInputMode:t,inputModeColumn:r})}}preventTouchStartPropagation(t){t.stopPropagation()}componentWillLoad(){n(this.el).addEventListener("focusin",this.onFocusIn),n(this.el).addEventListener("focusout",this.onFocusOut)}async exitInputMode(){const{inputEl:t,useInputMode:r}=this;r&&t&&(this.useInputMode=!1,this.inputModeColumn=void 0,t.blur(),t.value="",this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),this.emitInputModeChange())}render(){return o(i,{key:"28f81e4ed44a633178561757c5199c2c98f94b74",onPointerDown:t=>this.onPointerDown(t),onClick:()=>this.onClick()},o("input",{key:"abb3d1ad25ef63856af7804111175a4d50008bc0","aria-hidden":"true",tabindex:-1,inputmode:"numeric",type:"number",onKeyDown:t=>{var r;"Enter"===t.key&&(null===(r=this.inputEl)||void 0===r||r.blur())},ref:t=>this.inputEl=t,onInput:()=>this.onInputChange(),onBlur:()=>this.exitInputMode()}),o("div",{key:"334a5abdc02e6b127c57177f626d7e4ff5526183",class:"picker-before"}),o("div",{key:"ffd6271931129e88fc7c820e919d684899e420c5",class:"picker-after"}),o("div",{key:"78d1d95fd09e04f154ea59f24a1cece72c47ed7b",class:"picker-highlight",ref:t=>this.highlightEl=t}),o("slot",{key:"0bd5b9f875d3c71f6cbbde2054baeb1b0a2e8cd5"}))}get el(){return e(this)}};a.style={ios:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--highlight-background, var(--ion-color-step-150, var(--ion-background-color-step-150, #eeeeef)))}",md:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}"};export{a as ion_picker}
4
+ import{r as t,c as r,h as o,d as i,g as e}from"./p-4DxY6_gG.js";import{g as n}from"./p-C-Cct-6D.js";const a=class{constructor(o){t(this,o),this.ionInputModeChange=r(this,"ionInputModeChange",7),this.useInputMode=!1,this.isInHighlightBounds=t=>{const{highlightEl:r}=this;if(!r)return!1;const o=r.getBoundingClientRect();return!(t.clientX<o.left||t.clientX>o.right||t.clientY<o.top||t.clientY>o.bottom)},this.onFocusOut=t=>{const{relatedTarget:r}=t;(!r||"ION-PICKER-COLUMN"!==r.tagName&&r!==this.inputEl)&&this.exitInputMode()},this.onFocusIn=t=>{const{target:r}=t;"ION-PICKER-COLUMN"!==r.tagName||this.actionOnClick||(r.numericInput?this.enterInputMode(r,!1):this.exitInputMode())},this.onClick=()=>{const{actionOnClick:t}=this;t&&(t(),this.actionOnClick=void 0)},this.onPointerDown=t=>{const{useInputMode:r,inputModeColumn:o,el:i}=this;if(this.isInHighlightBounds(t))if(r)this.actionOnClick="ION-PICKER-COLUMN"===t.target.tagName?o&&o===t.target?()=>{this.enterInputMode()}:()=>{this.enterInputMode(t.target)}:()=>{this.exitInputMode()};else{const r=1===i.querySelectorAll("ion-picker-column.picker-column-numeric-input").length?t.target:void 0;this.actionOnClick=()=>{this.enterInputMode(r)}}else this.actionOnClick=()=>{this.exitInputMode()}},this.enterInputMode=(t,r=!0)=>{const{inputEl:o,el:i}=this;o&&i.querySelector("ion-picker-column.picker-column-numeric-input")&&(this.useInputMode=!0,this.inputModeColumn=t,r?(this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),o.focus()):(i.addEventListener("keypress",this.onKeyPress),this.destroyKeypressListener=()=>{i.removeEventListener("keypress",this.onKeyPress)}),this.emitInputModeChange())},this.onKeyPress=t=>{const{inputEl:r}=this;if(!r)return;const o=parseInt(t.key,10);Number.isNaN(o)||(r.value+=t.key,this.onInputChange())},this.selectSingleColumn=()=>{const{inputEl:t,inputModeColumn:r,singleColumnSearchTimeout:o}=this;if(!t||!r)return;const i=Array.from(r.querySelectorAll("ion-picker-column-option")).filter((t=>!0!==t.disabled));if(o&&clearTimeout(o),this.singleColumnSearchTimeout=setTimeout((()=>{t.value="",this.singleColumnSearchTimeout=void 0}),1e3),t.value.length>=3){const r=t.value.substring(t.value.length-2);return t.value=r,void this.selectSingleColumn()}const e=i.find((({textContent:r})=>r.replace(/^0+(?=[1-9])|0+(?=0$)/,"")===t.value));if(e)r.setValue(e.value);else if(2===t.value.length){const r=t.value.substring(t.value.length-1);t.value=r,this.selectSingleColumn()}},this.searchColumn=(t,r,o="start")=>{if(!r)return!1;const i="start"===o?/^0+/:/0$/;r=r.replace(i,"");const e=Array.from(t.querySelectorAll("ion-picker-column-option")).find((t=>!0!==t.disabled&&t.textContent.replace(i,"")===r));return e&&t.setValue(e.value),!!e},this.multiColumnSearch=(t,r,o)=>{if(0===o.length)return;const i=o.split(""),e=i.slice(0,2).join(""),n=this.searchColumn(t,e);if(i.length>2&&n){const t=i.slice(2,4).join("");this.searchColumn(r,t)}else if(!n&&i.length>=1){let o=i[0],e=this.searchColumn(t,o);if(e||(i.shift(),o=i[0],e=this.searchColumn(t,o)),e&&i.length>1){const t=i.slice(1,3).join("");this.searchColumn(r,t)}}},this.selectMultiColumn=()=>{const{inputEl:t,el:r}=this;if(!t)return;const o=Array.from(r.querySelectorAll("ion-picker-column")).filter((t=>t.numericInput)),i=o[0],e=o[1];let n=t.value;if(n.length>4){const r=t.value.substring(t.value.length-4);t.value=r,n=r}this.multiColumnSearch(i,e,n)},this.onInputChange=()=>{const{useInputMode:t,inputEl:r,inputModeColumn:o}=this;t&&r&&(o?this.selectSingleColumn():this.selectMultiColumn())},this.emitInputModeChange=()=>{const{useInputMode:t,inputModeColumn:r}=this;this.ionInputModeChange.emit({useInputMode:t,inputModeColumn:r})}}preventTouchStartPropagation(t){t.stopPropagation()}componentWillLoad(){n(this.el).addEventListener("focusin",this.onFocusIn),n(this.el).addEventListener("focusout",this.onFocusOut)}async exitInputMode(){const{inputEl:t,useInputMode:r}=this;r&&t&&(this.useInputMode=!1,this.inputModeColumn=void 0,t.blur(),t.value="",this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),this.emitInputModeChange())}render(){return o(i,{key:"28f81e4ed44a633178561757c5199c2c98f94b74",onPointerDown:t=>this.onPointerDown(t),onClick:()=>this.onClick()},o("input",{key:"abb3d1ad25ef63856af7804111175a4d50008bc0","aria-hidden":"true",tabindex:-1,inputmode:"numeric",type:"number",onKeyDown:t=>{var r;"Enter"===t.key&&(null===(r=this.inputEl)||void 0===r||r.blur())},ref:t=>this.inputEl=t,onInput:()=>this.onInputChange(),onBlur:()=>this.exitInputMode()}),o("div",{key:"334a5abdc02e6b127c57177f626d7e4ff5526183",class:"picker-before"}),o("div",{key:"ffd6271931129e88fc7c820e919d684899e420c5",class:"picker-after"}),o("div",{key:"78d1d95fd09e04f154ea59f24a1cece72c47ed7b",class:"picker-highlight",ref:t=>this.highlightEl=t}),o("slot",{key:"0bd5b9f875d3c71f6cbbde2054baeb1b0a2e8cd5"}))}get el(){return e(this)}};a.style={ios:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--highlight-background, var(--ion-color-step-150, var(--ion-background-color-step-150, #eeeeef)))}",md:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}"};export{a as ion_picker}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{i as o}from"./p-Br3vSlYh.js";const r=o;export{r as g}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{d as t}from"./p-ZjP4CjeZ.js";import{q as e}from"./p-Do-uqmtX.js";import"./p-B_U9CtaY.js";const o=o=>{if(void 0===t)return;let f,p,u,l=0;const d=o.getBoolean("animated",!0)&&o.getBoolean("rippleEffect",!0),v=new WeakMap,m=()=>{u&&clearTimeout(u),u=void 0,f&&(b(!1),f=void 0)},j=(t,o)=>{if(t&&t===f)return;u&&clearTimeout(u),u=void 0;const{x:i,y:r}=e(o);if(f){if(v.has(f))throw new Error("internal error");f.classList.contains(a)||w(f,i,r),b(!0)}if(t){const e=v.get(t);e&&(clearTimeout(e),v.delete(t)),t.classList.remove(a);const o=()=>{w(t,i,r),u=void 0};n(t)?o():u=setTimeout(o,c)}f=t},w=(t,e,o)=>{if(l=Date.now(),t.classList.add(a),!d)return;const i=r(t);null!==i&&(T(),p=i.addRipple(e,o))},T=()=>{void 0!==p&&(p.then((t=>t())),p=void 0)},b=t=>{T();const e=f;if(!e)return;const o=s-Date.now()+l;if(t&&o>0&&!n(e)){const t=setTimeout((()=>{e.classList.remove(a),v.delete(e)}),s);v.set(e,t)}else e.classList.remove(a)};t.addEventListener("ionGestureCaptured",m),t.addEventListener("pointerdown",(t=>{f||2===t.button||j(i(t),t)}),!0),t.addEventListener("pointerup",(t=>{j(void 0,t)}),!0),t.addEventListener("pointercancel",m,!0)},i=t=>{if(void 0===t.composedPath)return t.target.closest(".ion-activatable");{const e=t.composedPath();for(let t=0;t<e.length-2;t++){const o=e[t];if(!(o instanceof ShadowRoot)&&o.classList.contains("ion-activatable"))return o}}},n=t=>t.classList.contains("ion-activatable-instant"),r=t=>{if(t.shadowRoot){const e=t.shadowRoot.querySelector("ion-ripple-effect");if(e)return e}return t.querySelector("ion-ripple-effect")},a="ion-activated",c=100,s=150;export{o as startTapClick}
4
+ import{d as t}from"./p-ZjP4CjeZ.js";import{q as e}from"./p-C-Cct-6D.js";import"./p-4DxY6_gG.js";const o=o=>{if(void 0===t)return;let f,p,u,l=0;const d=o.getBoolean("animated",!0)&&o.getBoolean("rippleEffect",!0),v=new WeakMap,m=()=>{u&&clearTimeout(u),u=void 0,f&&(C(!1),f=void 0)},j=(t,o)=>{if(t&&t===f)return;u&&clearTimeout(u),u=void 0;const{x:i,y:r}=e(o);if(f){if(v.has(f))throw new Error("internal error");f.classList.contains(a)||w(f,i,r),C(!0)}if(t){const e=v.get(t);e&&(clearTimeout(e),v.delete(t)),t.classList.remove(a);const o=()=>{w(t,i,r),u=void 0};n(t)?o():u=setTimeout(o,c)}f=t},w=(t,e,o)=>{if(l=Date.now(),t.classList.add(a),!d)return;const i=r(t);null!==i&&(T(),p=i.addRipple(e,o))},T=()=>{void 0!==p&&(p.then((t=>t())),p=void 0)},C=t=>{T();const e=f;if(!e)return;const o=s-Date.now()+l;if(t&&o>0&&!n(e)){const t=setTimeout((()=>{e.classList.remove(a),v.delete(e)}),s);v.set(e,t)}else e.classList.remove(a)};t.addEventListener("ionGestureCaptured",m),t.addEventListener("pointerdown",(t=>{f||2===t.button||j(i(t),t)}),!0),t.addEventListener("pointerup",(t=>{j(void 0,t)}),!0),t.addEventListener("pointercancel",m,!0)},i=t=>{if(void 0===t.composedPath)return t.target.closest(".ion-activatable");{const e=t.composedPath();for(let t=0;t<e.length-2;t++){const o=e[t];if(!(o instanceof ShadowRoot)&&o.classList.contains("ion-activatable"))return o}}},n=t=>t.classList.contains("ion-activatable-instant"),r=t=>{if(t.shadowRoot){const e=t.shadowRoot.querySelector("ion-ripple-effect");if(e)return e}return t.querySelector("ion-ripple-effect")},a="ion-activated",c=100,s=150;export{o as startTapClick}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{c as t}from"./p-bNmY-WfR.js";import{g as o}from"./p-BROiNJRB.js";import"./p-B_U9CtaY.js";import"./p-ZjP4CjeZ.js";import"./p-Do-uqmtX.js";const n=t=>document.querySelector(`${t}.ion-cloned-element`),a=t=>t.shadowRoot||t,s=t=>{const o="ION-TABS"===t.tagName?t:t.querySelector("ion-tabs"),n="ion-content ion-header:not(.header-collapse-condense-inactive) ion-title.title-large";if(null!=o){const t=o.querySelector("ion-tab:not(.tab-hidden), .ion-page:not(.ion-page-hidden)");return null!=t?t.querySelector(n):null}return t.querySelector(n)},e=(t,o)=>{const n="ION-TABS"===t.tagName?t:t.querySelector("ion-tabs");let a=[];if(null!=n){const t=n.querySelector("ion-tab:not(.tab-hidden), .ion-page:not(.ion-page-hidden)");null!=t&&(a=t.querySelectorAll("ion-buttons"))}else a=t.querySelectorAll("ion-buttons");for(const t of a){const n=t.closest("ion-header"),a=n&&!n.classList.contains("header-collapse-condense-inactive"),s=t.querySelector("ion-back-button"),e=t.classList.contains("buttons-collapse");if(null!==s&&("start"===t.slot||""===t.slot)&&(e&&a&&o||!e))return s}return null},r=(o,s,e,r,i,l,f,p,d)=>{var $,u;const m=s?`calc(100% - ${i.right+4}px)`:i.left-4+"px",b=s?"right":"left",y=s?"left":"right",X=s?"right":"left";let x=1,v=1,h=`scale(${v})`;const g="scale(1)";if(l&&f){const t=(null===($=l.textContent)||void 0===$?void 0:$.trim())===(null===(u=p.textContent)||void 0===u?void 0:u.trim());x=d.width/f.width,v=(d.height-c)/f.height,h=t?`scale(${x}, ${v})`:`scale(${v})`}const w=a(r).querySelector("ion-icon").getBoundingClientRect(),k=s?w.width/2-(w.right-i.right)+"px":i.left-w.width/2+"px",j=s?`-${window.innerWidth-i.right}px`:`${i.left}px`,T=`${d.top}px`,B=`${i.top}px`,A=e?[{offset:0,transform:`translate3d(${j}, ${B}, 0)`},{offset:1,transform:`translate3d(${k}, ${T}, 0)`}]:[{offset:0,transform:`translate3d(${k}, ${T}, 0)`},{offset:1,transform:`translate3d(${j}, ${B}, 0)`}],N=e?[{offset:0,opacity:1,transform:g},{offset:1,opacity:0,transform:h}]:[{offset:0,opacity:0,transform:h},{offset:1,opacity:1,transform:g}],O=e?[{offset:0,opacity:1,transform:"scale(1)"},{offset:.2,opacity:0,transform:"scale(0.6)"},{offset:1,opacity:0,transform:"scale(0.6)"}]:[{offset:0,opacity:0,transform:"scale(0.6)"},{offset:.6,opacity:0,transform:"scale(0.6)"},{offset:1,opacity:1,transform:"scale(1)"}],R=t(),C=t(),I=t(),S=n("ion-back-button"),Y=a(S).querySelector(".button-text"),Z=a(S).querySelector("ion-icon");S.text=r.text,S.mode=r.mode,S.icon=r.icon,S.color=r.color,S.disabled=r.disabled,S.style.setProperty("display","block"),S.style.setProperty("position","fixed"),C.addElement(Z),R.addElement(Y),I.addElement(S),I.beforeStyles({position:"absolute",top:"0px",[X]:"0px"}).beforeAddWrite((()=>{r.style.setProperty("display","none"),S.style.setProperty(b,m)})).afterAddWrite((()=>{r.style.setProperty("display",""),S.style.setProperty("display","none"),S.style.removeProperty(b)})).keyframes(A),R.beforeStyles({"transform-origin":`${b} top`}).keyframes(N),C.beforeStyles({"transform-origin":`${y} center`}).keyframes(O),o.addAnimation([R,C,I])},i=(o,a,s,e,r,i,l,f,p)=>{var d,$;const u=a?"right":"left",m=a?`calc(100% - ${r.right}px)`:`${r.left}px`,b=`${r.top}px`;let y=a?`-${window.innerWidth-l.right-8}px`:`${l.x+8}px`,X=.5;const x="scale(1)";let v=`scale(${X})`;if(f&&p){y=a?`-${window.innerWidth-p.right-8}px`:p.x-8+"px";const t=(null===(d=f.textContent)||void 0===d?void 0:d.trim())===(null===($=e.textContent)||void 0===$?void 0:$.trim());X=p.height/(i.height-c),v=t?`scale(${p.width/i.width}, ${X})`:`scale(${X})`}const h=l.top+l.height/2-r.height*X/2+"px",g=s?[{offset:0,opacity:0,transform:`translate3d(${y}, ${h}, 0) ${v}`},{offset:.1,opacity:0},{offset:1,opacity:1,transform:`translate3d(0px, ${b}, 0) ${x}`}]:[{offset:0,opacity:.99,transform:`translate3d(0px, ${b}, 0) ${x}`},{offset:.6,opacity:0},{offset:1,opacity:0,transform:`translate3d(${y}, ${h}, 0) ${v}`}],w=n("ion-title"),k=t();w.innerText=e.innerText,w.size=e.size,w.color=e.color,k.addElement(w),k.beforeStyles({"transform-origin":`${u} top`,height:`${r.height}px`,display:"",position:"relative",[u]:m}).beforeAddWrite((()=>{e.style.setProperty("opacity","0")})).afterAddWrite((()=>{e.style.setProperty("opacity",""),w.style.setProperty("display","none")})).keyframes(g),o.addAnimation(k)},l=(n,l)=>{var c;try{const f="cubic-bezier(0.32,0.72,0,1)",p="opacity",d="transform",$="0%",u=.8,m="rtl"===n.ownerDocument.dir,b=m?"-99.5%":"99.5%",y=m?"33%":"-33%",X=l.enteringEl,x=l.leavingEl,v="back"===l.direction,h=X.querySelector(":scope > ion-content"),g=X.querySelectorAll(":scope > ion-header > *:not(ion-toolbar), :scope > ion-footer > *"),w=X.querySelectorAll(":scope > ion-header > ion-toolbar"),k=t(),j=t();if(k.addElement(X).duration((null!==(c=l.duration)&&void 0!==c?c:0)||540).easing(l.easing||f).fill("both").beforeRemoveClass("ion-page-invisible"),x&&null!=n){const o=t();o.addElement(n),k.addAnimation(o)}if(h||0!==w.length||0!==g.length?(j.addElement(h),j.addElement(g)):j.addElement(X.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")),k.addAnimation(j),v?j.beforeClearStyles([p]).fromTo("transform",`translateX(${y})`,`translateX(${$})`).fromTo(p,u,1):j.beforeClearStyles([p]).fromTo("transform",`translateX(${b})`,`translateX(${$})`),h){const o=a(h).querySelector(".transition-effect");if(o){const n=o.querySelector(".transition-cover"),a=o.querySelector(".transition-shadow"),s=t(),e=t(),r=t();s.addElement(o).beforeStyles({opacity:"1",display:"block"}).afterStyles({opacity:"",display:""}),e.addElement(n).beforeClearStyles([p]).fromTo(p,0,.1),r.addElement(a).beforeClearStyles([p]).fromTo(p,.03,.7),s.addAnimation([e,r]),j.addAnimation([s])}}const T=X.querySelector("ion-header.header-collapse-condense"),{forward:B,backward:A}=((t,o,n,l,c)=>{const f=e(l,n),p=s(c),d=s(l),$=e(c,n),u=null!==f&&null!==p&&!n,m=null!==d&&null!==$&&n;if(u){const s=p.getBoundingClientRect(),e=f.getBoundingClientRect(),l=a(f).querySelector(".button-text"),c=null==l?void 0:l.getBoundingClientRect(),d=a(p).querySelector(".toolbar-title").getBoundingClientRect();i(t,o,n,p,s,d,e,l,c),r(t,o,n,f,e,l,c,p,d)}else if(m){const s=d.getBoundingClientRect(),e=$.getBoundingClientRect(),l=a($).querySelector(".button-text"),c=null==l?void 0:l.getBoundingClientRect(),f=a(d).querySelector(".toolbar-title").getBoundingClientRect();i(t,o,n,d,s,f,e,l,c),r(t,o,n,$,e,l,c,d,f)}return{forward:u,backward:m}})(k,m,v,X,x);if(w.forEach((o=>{const n=t();n.addElement(o),k.addAnimation(n);const s=t();s.addElement(o.querySelector("ion-title"));const e=t(),r=Array.from(o.querySelectorAll("ion-buttons,[menuToggle]")),i=o.closest("ion-header"),l=null==i?void 0:i.classList.contains("header-collapse-condense-inactive");let c;c=r.filter(v?t=>{const o=t.classList.contains("buttons-collapse");return o&&!l||!o}:t=>!t.classList.contains("buttons-collapse")),e.addElement(c);const f=t();f.addElement(o.querySelectorAll(":scope > *:not(ion-title):not(ion-buttons):not([menuToggle])"));const d=t();d.addElement(a(o).querySelector(".toolbar-background"));const u=t(),X=o.querySelector("ion-back-button");if(X&&u.addElement(X),n.addAnimation([s,e,f,d,u]),e.fromTo(p,.01,1),f.fromTo(p,.01,1),v)l||s.fromTo("transform",`translateX(${y})`,`translateX(${$})`).fromTo(p,.01,1),f.fromTo("transform",`translateX(${y})`,`translateX(${$})`),u.fromTo(p,.01,1);else if(T||s.fromTo("transform",`translateX(${b})`,`translateX(${$})`).fromTo(p,.01,1),f.fromTo("transform",`translateX(${b})`,`translateX(${$})`),d.beforeClearStyles([p,"transform"]),(null==i?void 0:i.translucent)?d.fromTo("transform",m?"translateX(-100%)":"translateX(100%)","translateX(0px)"):d.fromTo(p,.01,"var(--opacity)"),B||u.fromTo(p,.01,1),X&&!B){const o=t();o.addElement(a(X).querySelector(".button-text")).fromTo("transform",m?"translateX(-100px)":"translateX(100px)","translateX(0px)"),n.addAnimation(o)}})),x){const n=t(),s=x.querySelector(":scope > ion-content"),e=x.querySelectorAll(":scope > ion-header > ion-toolbar"),r=x.querySelectorAll(":scope > ion-header > *:not(ion-toolbar), :scope > ion-footer > *");if(s||0!==e.length||0!==r.length?(n.addElement(s),n.addElement(r)):n.addElement(x.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")),k.addAnimation(n),v){n.beforeClearStyles([p]).fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)");const t=o(x);k.afterAddWrite((()=>{"normal"===k.getDirection()&&t.style.setProperty("display","none")}))}else n.fromTo("transform",`translateX(${$})`,`translateX(${y})`).fromTo(p,1,u);if(s){const o=a(s).querySelector(".transition-effect");if(o){const a=o.querySelector(".transition-cover"),s=o.querySelector(".transition-shadow"),e=t(),r=t(),i=t();e.addElement(o).beforeStyles({opacity:"1",display:"block"}).afterStyles({opacity:"",display:""}),r.addElement(a).beforeClearStyles([p]).fromTo(p,.1,0),i.addElement(s).beforeClearStyles([p]).fromTo(p,.7,.03),e.addAnimation([r,i]),n.addAnimation([e])}}e.forEach((o=>{const n=t();n.addElement(o);const s=t();s.addElement(o.querySelector("ion-title"));const e=t(),r=o.querySelectorAll("ion-buttons,[menuToggle]"),i=o.closest("ion-header"),l=null==i?void 0:i.classList.contains("header-collapse-condense-inactive"),c=Array.from(r).filter((t=>{const o=t.classList.contains("buttons-collapse");return o&&!l||!o}));e.addElement(c);const f=t(),u=o.querySelectorAll(":scope > *:not(ion-title):not(ion-buttons):not([menuToggle])");u.length>0&&f.addElement(u);const b=t();b.addElement(a(o).querySelector(".toolbar-background"));const X=t(),x=o.querySelector("ion-back-button");if(x&&X.addElement(x),n.addAnimation([s,e,f,X,b]),k.addAnimation(n),X.fromTo(p,.99,0),e.fromTo(p,.99,0),f.fromTo(p,.99,0),v){if(l||s.fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)").fromTo(p,.99,0),f.fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)"),b.beforeClearStyles([p,"transform"]),(null==i?void 0:i.translucent)?b.fromTo("transform","translateX(0px)",m?"translateX(-100%)":"translateX(100%)"):b.fromTo(p,"var(--opacity)",0),x&&!A){const o=t();o.addElement(a(x).querySelector(".button-text")).fromTo("transform",`translateX(${$})`,`translateX(${(m?-124:124)+"px"})`),n.addAnimation(o)}}else l||s.fromTo("transform",`translateX(${$})`,`translateX(${y})`).fromTo(p,.99,0).afterClearStyles([d,p]),f.fromTo("transform",`translateX(${$})`,`translateX(${y})`).afterClearStyles([d,p]),X.afterClearStyles([p]),s.afterClearStyles([p]),e.afterClearStyles([p])}))}return k}catch(t){throw t}},c=10;export{l as iosTransitionAnimation,a as shadow}
4
+ import{c as t}from"./p-C87oPMMF.js";import{g as o}from"./p-DCuOL88l.js";import"./p-4DxY6_gG.js";import"./p-ZjP4CjeZ.js";import"./p-C-Cct-6D.js";const n=t=>document.querySelector(`${t}.ion-cloned-element`),a=t=>t.shadowRoot||t,s=t=>{const o="ION-TABS"===t.tagName?t:t.querySelector("ion-tabs"),n="ion-content ion-header:not(.header-collapse-condense-inactive) ion-title.title-large";if(null!=o){const t=o.querySelector("ion-tab:not(.tab-hidden), .ion-page:not(.ion-page-hidden)");return null!=t?t.querySelector(n):null}return t.querySelector(n)},e=(t,o)=>{const n="ION-TABS"===t.tagName?t:t.querySelector("ion-tabs");let a=[];if(null!=n){const t=n.querySelector("ion-tab:not(.tab-hidden), .ion-page:not(.ion-page-hidden)");null!=t&&(a=t.querySelectorAll("ion-buttons"))}else a=t.querySelectorAll("ion-buttons");for(const t of a){const n=t.closest("ion-header"),a=n&&!n.classList.contains("header-collapse-condense-inactive"),s=t.querySelector("ion-back-button"),e=t.classList.contains("buttons-collapse");if(null!==s&&("start"===t.slot||""===t.slot)&&(e&&a&&o||!e))return s}return null},r=(o,s,e,r,i,l,f,p,d)=>{var $,u;const m=s?`calc(100% - ${i.right+4}px)`:i.left-4+"px",b=s?"right":"left",y=s?"left":"right",X=s?"right":"left";let x=1,v=1,h=`scale(${v})`;const g="scale(1)";if(l&&f){const t=(null===($=l.textContent)||void 0===$?void 0:$.trim())===(null===(u=p.textContent)||void 0===u?void 0:u.trim());x=d.width/f.width,v=(d.height-c)/f.height,h=t?`scale(${x}, ${v})`:`scale(${v})`}const w=a(r).querySelector("ion-icon").getBoundingClientRect(),k=s?w.width/2-(w.right-i.right)+"px":i.left-w.width/2+"px",j=s?`-${window.innerWidth-i.right}px`:`${i.left}px`,T=`${d.top}px`,C=`${i.top}px`,A=e?[{offset:0,transform:`translate3d(${j}, ${C}, 0)`},{offset:1,transform:`translate3d(${k}, ${T}, 0)`}]:[{offset:0,transform:`translate3d(${k}, ${T}, 0)`},{offset:1,transform:`translate3d(${j}, ${C}, 0)`}],D=e?[{offset:0,opacity:1,transform:g},{offset:1,opacity:0,transform:h}]:[{offset:0,opacity:0,transform:h},{offset:1,opacity:1,transform:g}],O=e?[{offset:0,opacity:1,transform:"scale(1)"},{offset:.2,opacity:0,transform:"scale(0.6)"},{offset:1,opacity:0,transform:"scale(0.6)"}]:[{offset:0,opacity:0,transform:"scale(0.6)"},{offset:.6,opacity:0,transform:"scale(0.6)"},{offset:1,opacity:1,transform:"scale(1)"}],B=t(),I=t(),M=t(),N=n("ion-back-button"),P=a(N).querySelector(".button-text"),S=a(N).querySelector("ion-icon");N.text=r.text,N.mode=r.mode,N.icon=r.icon,N.color=r.color,N.disabled=r.disabled,N.style.setProperty("display","block"),N.style.setProperty("position","fixed"),I.addElement(S),B.addElement(P),M.addElement(N),M.beforeStyles({position:"absolute",top:"0px",[X]:"0px"}).beforeAddWrite((()=>{r.style.setProperty("display","none"),N.style.setProperty(b,m)})).afterAddWrite((()=>{r.style.setProperty("display",""),N.style.setProperty("display","none"),N.style.removeProperty(b)})).keyframes(A),B.beforeStyles({"transform-origin":`${b} top`}).keyframes(D),I.beforeStyles({"transform-origin":`${y} center`}).keyframes(O),o.addAnimation([B,I,M])},i=(o,a,s,e,r,i,l,f,p)=>{var d,$;const u=a?"right":"left",m=a?`calc(100% - ${r.right}px)`:`${r.left}px`,b=`${r.top}px`;let y=a?`-${window.innerWidth-l.right-8}px`:`${l.x+8}px`,X=.5;const x="scale(1)";let v=`scale(${X})`;if(f&&p){y=a?`-${window.innerWidth-p.right-8}px`:p.x-8+"px";const t=(null===(d=f.textContent)||void 0===d?void 0:d.trim())===(null===($=e.textContent)||void 0===$?void 0:$.trim());X=p.height/(i.height-c),v=t?`scale(${p.width/i.width}, ${X})`:`scale(${X})`}const h=l.top+l.height/2-r.height*X/2+"px",g=s?[{offset:0,opacity:0,transform:`translate3d(${y}, ${h}, 0) ${v}`},{offset:.1,opacity:0},{offset:1,opacity:1,transform:`translate3d(0px, ${b}, 0) ${x}`}]:[{offset:0,opacity:.99,transform:`translate3d(0px, ${b}, 0) ${x}`},{offset:.6,opacity:0},{offset:1,opacity:0,transform:`translate3d(${y}, ${h}, 0) ${v}`}],w=n("ion-title"),k=t();w.innerText=e.innerText,w.size=e.size,w.color=e.color,k.addElement(w),k.beforeStyles({"transform-origin":`${u} top`,height:`${r.height}px`,display:"",position:"relative",[u]:m}).beforeAddWrite((()=>{e.style.setProperty("opacity","0")})).afterAddWrite((()=>{e.style.setProperty("opacity",""),w.style.setProperty("display","none")})).keyframes(g),o.addAnimation(k)},l=(n,l)=>{var c;try{const f="cubic-bezier(0.32,0.72,0,1)",p="opacity",d="transform",$="0%",u=.8,m="rtl"===n.ownerDocument.dir,b=m?"-99.5%":"99.5%",y=m?"33%":"-33%",X=l.enteringEl,x=l.leavingEl,v="back"===l.direction,h=X.querySelector(":scope > ion-content"),g=X.querySelectorAll(":scope > ion-header > *:not(ion-toolbar), :scope > ion-footer > *"),w=X.querySelectorAll(":scope > ion-header > ion-toolbar"),k=t(),j=t();if(k.addElement(X).duration((null!==(c=l.duration)&&void 0!==c?c:0)||540).easing(l.easing||f).fill("both").beforeRemoveClass("ion-page-invisible"),x&&null!=n){const o=t();o.addElement(n),k.addAnimation(o)}if(h||0!==w.length||0!==g.length?(j.addElement(h),j.addElement(g)):j.addElement(X.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")),k.addAnimation(j),v?j.beforeClearStyles([p]).fromTo("transform",`translateX(${y})`,`translateX(${$})`).fromTo(p,u,1):j.beforeClearStyles([p]).fromTo("transform",`translateX(${b})`,`translateX(${$})`),h){const o=a(h).querySelector(".transition-effect");if(o){const n=o.querySelector(".transition-cover"),a=o.querySelector(".transition-shadow"),s=t(),e=t(),r=t();s.addElement(o).beforeStyles({opacity:"1",display:"block"}).afterStyles({opacity:"",display:""}),e.addElement(n).beforeClearStyles([p]).fromTo(p,0,.1),r.addElement(a).beforeClearStyles([p]).fromTo(p,.03,.7),s.addAnimation([e,r]),j.addAnimation([s])}}const T=X.querySelector("ion-header.header-collapse-condense"),{forward:C,backward:A}=((t,o,n,l,c)=>{const f=e(l,n),p=s(c),d=s(l),$=e(c,n),u=null!==f&&null!==p&&!n,m=null!==d&&null!==$&&n;if(u){const s=p.getBoundingClientRect(),e=f.getBoundingClientRect(),l=a(f).querySelector(".button-text"),c=null==l?void 0:l.getBoundingClientRect(),d=a(p).querySelector(".toolbar-title").getBoundingClientRect();i(t,o,n,p,s,d,e,l,c),r(t,o,n,f,e,l,c,p,d)}else if(m){const s=d.getBoundingClientRect(),e=$.getBoundingClientRect(),l=a($).querySelector(".button-text"),c=null==l?void 0:l.getBoundingClientRect(),f=a(d).querySelector(".toolbar-title").getBoundingClientRect();i(t,o,n,d,s,f,e,l,c),r(t,o,n,$,e,l,c,d,f)}return{forward:u,backward:m}})(k,m,v,X,x);if(w.forEach((o=>{const n=t();n.addElement(o),k.addAnimation(n);const s=t();s.addElement(o.querySelector("ion-title"));const e=t(),r=Array.from(o.querySelectorAll("ion-buttons,[menuToggle]")),i=o.closest("ion-header"),l=null==i?void 0:i.classList.contains("header-collapse-condense-inactive");let c;c=r.filter(v?t=>{const o=t.classList.contains("buttons-collapse");return o&&!l||!o}:t=>!t.classList.contains("buttons-collapse")),e.addElement(c);const f=t();f.addElement(o.querySelectorAll(":scope > *:not(ion-title):not(ion-buttons):not([menuToggle])"));const d=t();d.addElement(a(o).querySelector(".toolbar-background"));const u=t(),X=o.querySelector("ion-back-button");if(X&&u.addElement(X),n.addAnimation([s,e,f,d,u]),e.fromTo(p,.01,1),f.fromTo(p,.01,1),v)l||s.fromTo("transform",`translateX(${y})`,`translateX(${$})`).fromTo(p,.01,1),f.fromTo("transform",`translateX(${y})`,`translateX(${$})`),u.fromTo(p,.01,1);else if(T||s.fromTo("transform",`translateX(${b})`,`translateX(${$})`).fromTo(p,.01,1),f.fromTo("transform",`translateX(${b})`,`translateX(${$})`),d.beforeClearStyles([p,"transform"]),(null==i?void 0:i.translucent)?d.fromTo("transform",m?"translateX(-100%)":"translateX(100%)","translateX(0px)"):d.fromTo(p,.01,"var(--opacity)"),C||u.fromTo(p,.01,1),X&&!C){const o=t();o.addElement(a(X).querySelector(".button-text")).fromTo("transform",m?"translateX(-100px)":"translateX(100px)","translateX(0px)"),n.addAnimation(o)}})),x){const n=t(),s=x.querySelector(":scope > ion-content"),e=x.querySelectorAll(":scope > ion-header > ion-toolbar"),r=x.querySelectorAll(":scope > ion-header > *:not(ion-toolbar), :scope > ion-footer > *");if(s||0!==e.length||0!==r.length?(n.addElement(s),n.addElement(r)):n.addElement(x.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")),k.addAnimation(n),v){n.beforeClearStyles([p]).fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)");const t=o(x);k.afterAddWrite((()=>{"normal"===k.getDirection()&&t.style.setProperty("display","none")}))}else n.fromTo("transform",`translateX(${$})`,`translateX(${y})`).fromTo(p,1,u);if(s){const o=a(s).querySelector(".transition-effect");if(o){const a=o.querySelector(".transition-cover"),s=o.querySelector(".transition-shadow"),e=t(),r=t(),i=t();e.addElement(o).beforeStyles({opacity:"1",display:"block"}).afterStyles({opacity:"",display:""}),r.addElement(a).beforeClearStyles([p]).fromTo(p,.1,0),i.addElement(s).beforeClearStyles([p]).fromTo(p,.7,.03),e.addAnimation([r,i]),n.addAnimation([e])}}e.forEach((o=>{const n=t();n.addElement(o);const s=t();s.addElement(o.querySelector("ion-title"));const e=t(),r=o.querySelectorAll("ion-buttons,[menuToggle]"),i=o.closest("ion-header"),l=null==i?void 0:i.classList.contains("header-collapse-condense-inactive"),c=Array.from(r).filter((t=>{const o=t.classList.contains("buttons-collapse");return o&&!l||!o}));e.addElement(c);const f=t(),u=o.querySelectorAll(":scope > *:not(ion-title):not(ion-buttons):not([menuToggle])");u.length>0&&f.addElement(u);const b=t();b.addElement(a(o).querySelector(".toolbar-background"));const X=t(),x=o.querySelector("ion-back-button");if(x&&X.addElement(x),n.addAnimation([s,e,f,X,b]),k.addAnimation(n),X.fromTo(p,.99,0),e.fromTo(p,.99,0),f.fromTo(p,.99,0),v){if(l||s.fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)").fromTo(p,.99,0),f.fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)"),b.beforeClearStyles([p,"transform"]),(null==i?void 0:i.translucent)?b.fromTo("transform","translateX(0px)",m?"translateX(-100%)":"translateX(100%)"):b.fromTo(p,"var(--opacity)",0),x&&!A){const o=t();o.addElement(a(x).querySelector(".button-text")).fromTo("transform",`translateX(${$})`,`translateX(${(m?-124:124)+"px"})`),n.addAnimation(o)}}else l||s.fromTo("transform",`translateX(${$})`,`translateX(${y})`).fromTo(p,.99,0).afterClearStyles([d,p]),f.fromTo("transform",`translateX(${$})`,`translateX(${y})`).afterClearStyles([d,p]),X.afterClearStyles([p]),s.afterClearStyles([p]),e.afterClearStyles([p])}))}return k}catch(t){throw t}},c=10;export{l as iosTransitionAnimation,a as shadow}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{w as o}from"./p-ZjP4CjeZ.js";import{r}from"./p-Do-uqmtX.js";import{o as t}from"./p-B_U9CtaY.js";const e=(t,e,i)=>{let n,s;if(void 0!==o&&"MutationObserver"in o){const o=Array.isArray(e)?e:[e];n=new MutationObserver((t=>{for(const e of t)for(const t of e.addedNodes)if(t.nodeType===Node.ELEMENT_NODE&&o.includes(t.slot))return i(),void r((()=>c(t)))})),n.observe(t,{childList:!0,subtree:!0})}const c=o=>{var r;s&&(s.disconnect(),s=void 0),s=new MutationObserver((o=>{i();for(const r of o)for(const o of r.removedNodes)o.nodeType===Node.ELEMENT_NODE&&o.slot===e&&u()})),s.observe(null!==(r=o.parentElement)&&void 0!==r?r:o,{subtree:!0,childList:!0})},u=()=>{s&&(s.disconnect(),s=void 0)};return{destroy:()=>{n&&(n.disconnect(),n=void 0),u()}}},i=(o,r,e)=>{const i=null==o?0:o.toString().length,s=n(i,r);if(void 0===e)return s;try{return e(i,r)}catch(o){return t("[ion-input] - Exception in provided `counterFormatter`:",o),s}},n=(o,r)=>`${o} / ${r}`;export{e as c,i as g}
4
+ import{w as o}from"./p-ZjP4CjeZ.js";import{r}from"./p-C-Cct-6D.js";import{j as t}from"./p-4DxY6_gG.js";const e=(t,e,i)=>{let n,s;if(void 0!==o&&"MutationObserver"in o){const o=Array.isArray(e)?e:[e];n=new MutationObserver((t=>{for(const e of t)for(const t of e.addedNodes)if(t.nodeType===Node.ELEMENT_NODE&&o.includes(t.slot))return i(),void r((()=>c(t)))})),n.observe(t,{childList:!0,subtree:!0})}const c=o=>{var r;s&&(s.disconnect(),s=void 0),s=new MutationObserver((o=>{i();for(const r of o)for(const o of r.removedNodes)o.nodeType===Node.ELEMENT_NODE&&o.slot===e&&d()})),s.observe(null!==(r=o.parentElement)&&void 0!==r?r:o,{subtree:!0,childList:!0})},d=()=>{s&&(s.disconnect(),s=void 0)};return{destroy:()=>{n&&(n.disconnect(),n=void 0),d()}}},i=(o,r,e)=>{const i=null==o?0:o.toString().length,s=n(i,r);if(void 0===e)return s;try{return e(i,r)}catch(o){return t("[ion-input] - Exception in provided `counterFormatter`:",o),s}},n=(o,r)=>`${o} / ${r}`;export{e as c,i as g}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{c as o}from"./p-Do-uqmtX.js";import{t as s}from"./p-B_U9CtaY.js";const t="ion-content",a=".ion-content-scroll-host",r=`${t}, ${a}`,e=o=>"ION-CONTENT"===o.tagName,i=async s=>e(s)?(await new Promise((t=>o(s,t))),s.getScrollElement()):s,n=o=>o.querySelector(a)||o.querySelector(r),m=o=>o.closest(r),c=(o,s)=>e(o)?o.scrollToTop(s):Promise.resolve(o.scrollTo({top:0,left:0,behavior:"smooth"})),f=(o,s,t,a)=>e(o)?o.scrollByPoint(s,t,a):Promise.resolve(o.scrollBy({top:t,left:s,behavior:a>0?"smooth":"auto"})),p=o=>s(o,t),h=o=>{if(e(o)){const s=o.scrollY;return o.scrollY=!1,s}return o.style.setProperty("overflow","hidden"),!0},l=(o,s)=>{e(o)?o.scrollY=s:o.style.removeProperty("overflow")};export{a as I,n as a,t as b,f as c,h as d,m as f,i as g,e as i,p,l as r,c as s}
4
+ import{c as o}from"./p-C-Cct-6D.js";import{t as s}from"./p-4DxY6_gG.js";const t="ion-content",a=".ion-content-scroll-host",r=`${t}, ${a}`,e=o=>"ION-CONTENT"===o.tagName,i=async s=>e(s)?(await new Promise((t=>o(s,t))),s.getScrollElement()):s,n=o=>o.querySelector(a)||o.querySelector(r),c=o=>o.closest(r),m=(o,s)=>e(o)?o.scrollToTop(s):Promise.resolve(o.scrollTo({top:0,left:0,behavior:"smooth"})),f=(o,s,t,a)=>e(o)?o.scrollByPoint(s,t,a):Promise.resolve(o.scrollBy({top:t,left:s,behavior:a>0?"smooth":"auto"})),p=o=>s(o,t),h=o=>{if(e(o)){const s=o.scrollY;return o.scrollY=!1,s}return o.style.setProperty("overflow","hidden"),!0},l=(o,s)=>{e(o)?o.scrollY=s:o.style.removeProperty("overflow")};export{a as I,n as a,t as b,f as c,h as d,c as f,i as g,e as i,p,l as r,m as s}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{e as o,l as i,m as t,n as e,o as n,q as r,f as d}from"./p-4DxY6_gG.js";const a=o=>l(o),s=(o,i)=>("string"==typeof o&&(i=o,o=void 0),a(o).includes(i)),l=(o=window)=>{if(void 0===o)return[];o.Ionic=o.Ionic||{};let i=o.Ionic.platforms;return null==i&&(i=o.Ionic.platforms=c(o),i.forEach((i=>o.document.documentElement.classList.add(`plt-${i}`)))),i},c=i=>{const t=o.get("platform");return Object.keys(j).filter((o=>{const e=null==t?void 0:t[o];return"function"==typeof e?e(i):j[o](i)}))},u=o=>!!h(o,/iPad/i)||!(!h(o,/Macintosh/i)||!m(o)),p=o=>h(o,/android|sink/i),m=o=>w(o,"(any-pointer:coarse)"),v=o=>f(o)||b(o),f=o=>!!(o.cordova||o.phonegap||o.PhoneGap),b=o=>{const i=o.Capacitor;return!!((null==i?void 0:i.isNative)||(null==i?void 0:i.isNativePlatform)&&i.isNativePlatform())},h=(o,i)=>i.test(o.navigator.userAgent),w=(o,i)=>{var t;return null===(t=o.matchMedia)||void 0===t?void 0:t.call(o,i).matches},j={ipad:u,iphone:o=>h(o,/iPhone/i),ios:o=>h(o,/iPhone|iPod/i)||u(o),android:p,phablet:o=>{const i=o.innerWidth,t=o.innerHeight,e=Math.min(i,t),n=Math.max(i,t);return e>390&&e<520&&n>620&&n<800},tablet:o=>{const i=o.innerWidth,t=o.innerHeight,e=Math.min(i,t),n=Math.max(i,t);return u(o)||(o=>p(o)&&!h(o,/mobile/i))(o)||e>460&&e<820&&n>780&&n<1400},cordova:f,capacitor:b,electron:o=>h(o,/electron/i),pwa:o=>{var i;return!(!(null===(i=o.matchMedia)||void 0===i?void 0:i.call(o,"(display-mode: standalone)").matches)&&!o.navigator.standalone)},mobile:m,mobileweb:o=>m(o)&&!v(o),desktop:o=>!m(o),hybrid:v};let O;const g=o=>o&&n(o)||O,y=(n={})=>{if("undefined"==typeof window)return;const a=window.document,c=window,u=c.Ionic=c.Ionic||{},p=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},i(c)),{persistConfig:!1}),u.config),t(c)),n);o.reset(p),o.getBoolean("persistConfig")&&e(c,p),l(c),u.config=o,u.mode=O=o.get("mode",a.documentElement.getAttribute("mode")||(s(c,"ios")?"ios":"md")),o.set("mode",O),a.documentElement.setAttribute("mode",O),a.documentElement.classList.add(O),o.getBoolean("_testing")&&o.set("animated",!1);const m=o=>{var i;return null===(i=o.tagName)||void 0===i?void 0:i.startsWith("ION-")},v=o=>["ios","md"].includes(o);r((o=>{for(;o;){const i=o.mode||o.getAttribute("mode");if(i){if(v(i))return i;m(o)&&d('Invalid ionic mode: "'+i+'", expected: "ios" or "md"')}o=o.parentElement}return O}))};export{s as a,g as b,a as g,y as i}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{o as a}from"./p-B_U9CtaY.js";const i=(a,i=0)=>new Promise((e=>{r(a,i,e)})),r=(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},e=(a,i)=>{a.componentOnReady?a.componentOnReady().then((a=>i(a))):d((()=>i(a)))},t=a=>void 0!==a.componentOnReady,n=(a,i=[])=>{const r={};return i.forEach((i=>{a.hasAttribute(i)&&(null!==a.getAttribute(i)&&(r[i]=a.getAttribute(i)),a.removeAttribute(i))})),r},o=["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"],s=a=>n(a,o),l=(a,i,r,e)=>a.addEventListener(i,r,e),u=(a,i,r,e)=>a.removeEventListener(i,r,e),c=(a,i=a)=>a.shadowRoot||i,d=a=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(a):"function"==typeof requestAnimationFrame?requestAnimationFrame(a):setTimeout(a),m=a=>!!a.shadowRoot&&!!a.attachShadow,p=a=>{if(a.focus(),a.classList.contains("ion-focusable")){const i=a.closest("ion-app");i&&i.setFocus([a])}},f=(a,i,r,e,t)=>{{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||""}},b=(a,i,r)=>Math.max(a,Math.min(i,r)),v=(i,r)=>{if(!i){const i="ASSERT: "+r;throw a(i),new Error(i)}},w=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}},x=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.`)}},y=(a,i)=>{const r=a._original||a;return{_original:a,emit:h(r.emit.bind(r),i)}},h=(a,i=0)=>{let r;return(...e)=>{clearTimeout(r),r=setTimeout(a,i,...e)}},_=(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},T=a=>"number"==typeof a&&!isNaN(a)&&isFinite(a);export{f as a,n as b,e as c,y as d,b as e,l as f,c as g,t as h,s as i,T as j,m as k,v as l,u as m,p as n,x as o,h as p,w as q,d as r,_ as s,i as t}
4
+ import{j as a}from"./p-4DxY6_gG.js";const i=(a,i=0)=>new Promise((e=>{r(a,i,e)})),r=(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},e=(a,i)=>{a.componentOnReady?a.componentOnReady().then((a=>i(a))):d((()=>i(a)))},t=a=>void 0!==a.componentOnReady,n=(a,i=[])=>{const r={};return i.forEach((i=>{a.hasAttribute(i)&&(null!==a.getAttribute(i)&&(r[i]=a.getAttribute(i)),a.removeAttribute(i))})),r},o=["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"],s=a=>n(a,o),l=(a,i,r,e)=>a.addEventListener(i,r,e),u=(a,i,r,e)=>a.removeEventListener(i,r,e),c=(a,i=a)=>a.shadowRoot||i,d=a=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(a):"function"==typeof requestAnimationFrame?requestAnimationFrame(a):setTimeout(a),m=a=>!!a.shadowRoot&&!!a.attachShadow,p=a=>{if(a.focus(),a.classList.contains("ion-focusable")){const i=a.closest("ion-app");i&&i.setFocus([a])}},f=(a,i,r,e,t)=>{{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||""}},b=(a,i,r)=>Math.max(a,Math.min(i,r)),v=(i,r)=>{if(!i){const i="ASSERT: "+r;throw a(i),new Error(i)}},x=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.`)}},y=(a,i)=>{const r=a._original||a;return{_original:a,emit:h(r.emit.bind(r),i)}},h=(a,i=0)=>{let r;return(...e)=>{clearTimeout(r),r=setTimeout(a,i,...e)}},_=(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},T=a=>"number"==typeof a&&!isNaN(a)&&isFinite(a);export{f as a,n as b,e as c,y as d,b as e,l as f,c as g,t as h,s as i,T as j,m as k,v as l,u as m,p as n,w as o,h as p,x as q,d as r,_ as s,i as t}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{j as e}from"./p-4DxY6_gG.js";import{w as o}from"./p-ZjP4CjeZ.js";let t;const i=(e,o,i)=>{const n=o.startsWith("animation")?(r=e,void 0===t&&(t=void 0===r.style.animationName&&void 0!==r.style.webkitAnimationName?"-webkit-":""),t):"";var r;e.style.setProperty(n+o,i)},n=(e=[],o)=>{if(void 0!==o){const t=Array.isArray(o)?o:[o];return[...e,...t]}return e},r=t=>{let r,a,s,d,l,f,c,v,m,u,p,y=[],g=[],A=[],b=!1,C={},E=[],h=[],S={},j=0,k=!1,R=!1,w=!0,D=!1,T=!0,F=!1;const W=t,x=[],I=[],K=[],M=[],P=[],Z=[],G=[],Y=[],_=[],q=[],z=[],B="function"==typeof AnimationEffect||void 0!==o&&"function"==typeof o.AnimationEffect,H="function"==typeof Element&&"function"==typeof Element.prototype.animate&&B,J=()=>z,L=(e,o)=>{const t=o.findIndex((o=>o.c===e));t>-1&&o.splice(t,1)},N=(e,o)=>(((null==o?void 0:o.oneTimeCallback)?I:x).push({c:e,o}),p),O=()=>{H&&(z.forEach((e=>{e.cancel()})),z.length=0)},Q=()=>{Z.forEach((e=>{(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)})),Z.length=0},U=()=>void 0!==l?l:c?c.getFill():"both",V=()=>void 0!==v?v:void 0!==f?f:c?c.getDirection():"normal",X=()=>k?"linear":void 0!==s?s:c?c.getEasing():"linear",$=()=>R?0:void 0!==m?m:void 0!==a?a:c?c.getDuration():0,ee=()=>void 0!==d?d:c?c.getIterations():1,oe=()=>void 0!==u?u:void 0!==r?r:c?c.getDelay():0,te=()=>{0!==j&&(j--,0===j&&((()=>{_.forEach((e=>e())),q.forEach((e=>e()));const e=w?1:0,o=E,t=h,n=S;M.forEach((e=>{const r=e.classList;o.forEach((e=>r.add(e))),t.forEach((e=>r.remove(e)));for(const o in n)n.hasOwnProperty(o)&&i(e,o,n[o])})),m=void 0,v=void 0,u=void 0,x.forEach((o=>o.c(e,p))),I.forEach((o=>o.c(e,p))),I.length=0,T=!0,w&&(D=!0),w=!0})(),c&&c.animationFinish()))},ie=()=>{(()=>{G.forEach((e=>e())),Y.forEach((e=>e()));const e=g,o=A,t=C;M.forEach((n=>{const r=n.classList;e.forEach((e=>r.add(e))),o.forEach((e=>r.remove(e)));for(const e in t)t.hasOwnProperty(e)&&i(n,e,t[e])}))})(),y.length>0&&H&&(M.forEach((e=>{const o=e.animate(y,{id:W,delay:oe(),duration:$(),easing:X(),iterations:ee(),fill:U(),direction:V()});o.pause(),z.push(o)})),z.length>0&&(z[0].onfinish=()=>{te()})),b=!0},ne=e=>{e=Math.min(Math.max(e,0),.9999),H&&z.forEach((o=>{o.currentTime=o.effect.getComputedTiming().delay+$()*e,o.pause()}))},re=e=>{z.forEach((e=>{e.effect.updateTiming({delay:oe(),duration:$(),easing:X(),iterations:ee(),fill:U(),direction:V()})})),void 0!==e&&ne(e)},ae=(e=!1,o=!0,t)=>(e&&P.forEach((i=>{i.update(e,o,t)})),H&&re(t),p),se=()=>{b&&(H?z.forEach((e=>{e.pause()})):M.forEach((e=>{i(e,"animation-play-state","paused")})),F=!0)},de=e=>new Promise((o=>{(null==e?void 0:e.sync)&&(R=!0,N((()=>R=!1),{oneTimeCallback:!0})),b||ie(),D&&(H&&(ne(0),re()),D=!1),T&&(j=P.length+1,T=!1);const t=()=>{L(i,I),o()},i=()=>{L(t,K),o()};N(i,{oneTimeCallback:!0}),K.push({c:t,o:{oneTimeCallback:!0}}),P.forEach((e=>{e.play()})),H?(z.forEach((e=>{e.play()})),0!==y.length&&0!==M.length||te()):te(),F=!1})),le=(e,o)=>{const t=y[0];return void 0===t||void 0!==t.offset&&0!==t.offset?y=[{offset:0,[e]:o},...y]:t[e]=o,p};return p={parentAnimation:c,elements:M,childAnimations:P,id:W,animationFinish:te,from:le,to:(e,o)=>{const t=y[y.length-1];return void 0===t||void 0!==t.offset&&1!==t.offset?y=[...y,{offset:1,[e]:o}]:t[e]=o,p},fromTo:(e,o,t)=>le(e,o).to(e,t),parent:e=>(c=e,p),play:de,pause:()=>(P.forEach((e=>{e.pause()})),se(),p),stop:()=>{P.forEach((e=>{e.stop()})),b&&(O(),b=!1),k=!1,R=!1,T=!0,v=void 0,m=void 0,u=void 0,j=0,D=!1,w=!0,F=!1,K.forEach((e=>e.c(0,p))),K.length=0},destroy:e=>(P.forEach((o=>{o.destroy(e)})),(e=>{O(),e&&Q()})(e),M.length=0,P.length=0,y.length=0,x.length=0,I.length=0,b=!1,T=!0,p),keyframes:e=>{const o=y!==e;return y=e,o&&(e=>{H&&J().forEach((o=>{const t=o.effect;if(t.setKeyframes)t.setKeyframes(e);else{const i=new KeyframeEffect(t.target,e,t.getTiming());o.effect=i}}))})(y),p},addAnimation:e=>{if(null!=e)if(Array.isArray(e))for(const o of e)o.parent(p),P.push(o);else e.parent(p),P.push(e);return p},addElement:o=>{if(null!=o)if(1===o.nodeType)M.push(o);else if(o.length>=0)for(let e=0;e<o.length;e++)M.push(o[e]);else e("createAnimation - Invalid addElement value.");return p},update:ae,fill:e=>(l=e,ae(!0),p),direction:e=>(f=e,ae(!0),p),iterations:e=>(d=e,ae(!0),p),duration:e=>(H||0!==e||(e=1),a=e,ae(!0),p),easing:e=>(s=e,ae(!0),p),delay:e=>(r=e,ae(!0),p),getWebAnimations:J,getKeyframes:()=>y,getFill:U,getDirection:V,getDelay:oe,getIterations:ee,getEasing:X,getDuration:$,afterAddRead:e=>(_.push(e),p),afterAddWrite:e=>(q.push(e),p),afterClearStyles:(e=[])=>{for(const o of e)S[o]="";return p},afterStyles:(e={})=>(S=e,p),afterRemoveClass:e=>(h=n(h,e),p),afterAddClass:e=>(E=n(E,e),p),beforeAddRead:e=>(G.push(e),p),beforeAddWrite:e=>(Y.push(e),p),beforeClearStyles:(e=[])=>{for(const o of e)C[o]="";return p},beforeStyles:(e={})=>(C=e,p),beforeRemoveClass:e=>(A=n(A,e),p),beforeAddClass:e=>(g=n(g,e),p),onFinish:N,isRunning:()=>0!==j&&!F,progressStart:(e=!1,o)=>(P.forEach((t=>{t.progressStart(e,o)})),se(),k=e,b||ie(),ae(!1,!0,o),p),progressStep:e=>(P.forEach((o=>{o.progressStep(e)})),ne(e),p),progressEnd:(e,o,t)=>(k=!1,P.forEach((i=>{i.progressEnd(e,o,t)})),void 0!==t&&(m=t),D=!1,w=!0,0===e?(v="reverse"===V()?"normal":"reverse","reverse"===v&&(w=!1),H?(ae(),ne(1-o)):(u=(1-o)*$()*-1,ae(!1,!1))):1===e&&(H?(ae(),ne(o)):(u=o*$()*-1,ae(!1,!1))),void 0===e||c||de(),p)}};export{r as c}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{d as t}from"./p-ZjP4CjeZ.js";import{MENU_BACK_BUTTON_PRIORITY as e}from"./p-CvaZMP6T.js";import{f as n}from"./p-4DxY6_gG.js";import{c as r}from"./p-C-Cct-6D.js";import{b as s}from"./p-Br3vSlYh.js";import{c as a}from"./p-C87oPMMF.js";const o=t=>a().duration(t?400:300),i=t=>{let e,n;const r=t.width+8,i=a(),u=a();t.isEndSide?(e=r+"px",n="0px"):(e=-r+"px",n="0px"),i.addElement(t.menuInnerEl).fromTo("transform",`translateX(${e})`,`translateX(${n})`);const c="ios"===s(t),p=c?.2:.25;return u.addElement(t.backdropEl).fromTo("opacity",.01,p),o(c).addAnimation([i,u])},u=t=>{let e,n;const r=s(t),i=t.width;t.isEndSide?(e=-i+"px",n=i+"px"):(e=i+"px",n=-i+"px");const u=a().addElement(t.menuInnerEl).fromTo("transform",`translateX(${n})`,"translateX(0px)"),c=a().addElement(t.contentEl).fromTo("transform","translateX(0px)",`translateX(${e})`),p=a().addElement(t.backdropEl).fromTo("opacity",.01,.32);return o("ios"===r).addAnimation([u,c,p])},c=t=>{const e=s(t),n=t.width*(t.isEndSide?-1:1)+"px",r=a().addElement(t.contentEl).fromTo("transform","translateX(0px)",`translateX(${n})`);return o("ios"===e).addAnimation(r)},p=(()=>{const s=new Map,a=[],o=async(t,e=!1)=>{if(await d(),"start"===t||"end"===t){const r=a.filter((e=>e.side===t&&!e.disabled));if(r.length>=1)return r.length>1&&e&&n(`menuController queried for a menu on the "${t}" side, but ${r.length} menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side.`,r.map((t=>t.el))),r[0].el;const s=a.filter((e=>e.side===t));if(s.length>=1)return s.length>1&&e&&n(`menuController queried for a menu on the "${t}" side, but ${s.length} menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side.`,s.map((t=>t.el))),s[0].el}else if(null!=t)return w((e=>e.menuId===t));return w((t=>!t.disabled))||(a.length>0?a[0].el:void 0)},p=async()=>(await d(),f()),m=(t,e)=>{s.set(t,e)},f=()=>w((t=>t._isOpen)),l=()=>a.some((t=>t.isAnimating)),w=t=>{const e=a.find(t);if(void 0!==e)return e.el},d=()=>Promise.all(Array.from(document.querySelectorAll("ion-menu")).map((t=>new Promise((e=>r(t,e))))));return m("reveal",c),m("push",u),m("overlay",i),null==t||t.addEventListener("ionBackButton",(t=>{const n=f();n&&t.detail.register(e,(()=>n.close()))})),{registerAnimation:m,get:o,getMenus:async()=>(await d(),a.map((t=>t.el))),getOpen:p,isEnabled:async t=>{const e=await o(t);return!!e&&!e.disabled},swipeGesture:async(t,e)=>{const n=await o(e);return n&&(n.swipeGesture=t),n},isAnimating:async()=>(await d(),l()),isOpen:async t=>{if(null!=t){const e=await o(t);return void 0!==e&&e.isOpen()}return void 0!==await p()},enable:async(t,e)=>{const n=await o(e);return n&&(n.disabled=!t),n},toggle:async t=>{const e=await o(t,!0);return!!e&&e.toggle()},close:async t=>{const e=await(void 0!==t?o(t,!0):p());return void 0!==e&&e.close()},open:async t=>{const e=await o(t,!0);return!!e&&e.open()},_getOpenSync:f,_createAnimation:(t,e)=>{const n=s.get(t);if(!n)throw new Error("animation not registered");return n(e)},_register:t=>{a.indexOf(t)<0&&a.push(t)},_unregister:t=>{const e=a.indexOf(t);e>-1&&a.splice(e,1)},_setOpen:async(t,e,n,r)=>{if(l())return!1;if(e){const e=await p();e&&t.el!==e&&await e.setOpen(!1,!1)}return t._setOpen(e,n,r)}}})();export{p as m}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
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-C-Cct-6D.js";import{OVERLAY_BACK_BUTTON_PRIORITY as d,shouldUseCloseWatcher as r}from"./p-CvaZMP6T.js";import{e as s,j as l,f as c}from"./p-4DxY6_gG.js";import{b as u,a as m}from"./p-Br3vSlYh.js";import{C as v}from"./p-DAfH9Iif.js";import{B as p}from"./p-BTEOs1at.js";const f='[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])',h=(n,o)=>{const e=n.querySelector(f);y(e,null!=o?o:n)},b=(n,o)=>{const e=Array.from(n.querySelectorAll(f));y(e.length>0?e[e.length-1]:null,null!=o?o:n)},y=(n,e)=>{let t=n;const i=null==n?void 0:n.shadowRoot;if(i&&(t=i.querySelector(f)||n),t){const n=t.closest("ion-radio-group");n?n.setFocus():o(t)}else e.focus()};let w=0,g=0;const O=new WeakMap,T=n=>({create:o=>B(n,o),dismiss:(o,e,t)=>E(document,o,e,n,t),getTop:async()=>Z(document,n)}),k=T("ion-alert"),x=T("ion-action-sheet"),j=T("ion-loading"),A=T("ion-modal"),C=T("ion-picker-legacy"),I=T("ion-popover"),D=T("ion-toast"),S=n=>{"undefined"!=typeof document&&M(document);const o=w++;n.overlayIndex=o},N=n=>(n.hasAttribute("id")||(n.id="ion-overlay-"+ ++g),n.id),B=(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})),Y(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(f)||n),t?o(t):e.focus()},M=n=>{0===w&&(w=1,n.addEventListener("focus",(o=>{((n,o)=>{const e=Z(o,"ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover"),t=n.target;e&&t&&(e.classList.contains(tn)||(e.shadowRoot?(()=>{if(e.contains(t))e.lastFocus=t;else if("ION-TOAST"===t.tagName)P(e.lastFocus,e);else{const n=e.lastFocus;h(e),n===o.activeElement&&b(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;h(i,e),n===o.activeElement&&b(i,e),e.lastFocus=o.activeElement}}})()))})(o,n)}),!0),n.addEventListener("ionBackButton",(o=>{const e=Z(n);(null==e?void 0:e.backdropDismiss)&&o.detail.register(d,(()=>{e.dismiss(void 0,K)}))})),r()||n.addEventListener("keydown",(o=>{if("Escape"===o.key){const o=Z(n);(null==o?void 0:o.backdropDismiss)&&o.dismiss(void 0,K)}})))},E=(n,o,e,t,i)=>{const a=Z(n,t,i);return a?a.dismiss(o,e):Promise.reject("overlay does not exist")},G=(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"))),Z=(n,o,e)=>{const t=G(n,o);return void 0===e?t[t.length-1]:t.find((n=>n.id===e))},$=(n=!1)=>{const o=Y(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&&($(!0),document.body.classList.add(p)),on(n.el),nn(n.el),n.presented=!0,n.willPresent.emit(),null===(a=n.willPresentShorthand)||void 0===a||a.emit();const r=u(n),l=n.enterAnimation?n.enterAnimation:s.get(o,"ios"===r?e:t);await _(n,l,n.el,i)&&(n.didPresent.emit(),null===(d=n.didPresentShorthand)||void 0===d||d.emit()),"ION-TOAST"!==n.el.tagName&&L(n.el),!n.keyboardClose||null!==document.activeElement&&n.el.contains(document.activeElement)||n.el.focus(),n.el.removeAttribute("aria-hidden")},L=async n=>{let o=document.activeElement;if(!o)return;const e=null==o?void 0:o.shadowRoot;e&&(o=e.querySelector(f)||o),await n.onDidDismiss(),null!==document.activeElement&&document.activeElement!==document.body||o.focus()},V=async(o,e,t,i,a,d,r)=>{var c,m;if(!o.presented)return!1;const v=(void 0!==n?G(n):[]).filter((n=>"ION-TOAST"!==n.tagName));1===v.length&&v[0].id===o.el.id&&($(!1),document.body.classList.remove(p)),o.presented=!1;try{nn(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=u(o),l=o.leaveAnimation?o.leaveAnimation:s.get(i,"ios"===n?a:d);t!==Q&&await _(o,l,o.el,r),o.didDismiss.emit({data:e,role:t}),null===(m=o.didDismissShorthand)||void 0===m||m.emit({data:e,role:t}),(O.get(o)||[]).forEach((n=>n.destroy())),O.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){l(`[${o.el.tagName.toLowerCase()}] - `,n)}return o.el.remove(),en(),!0},Y=n=>n.querySelector("ion-app")||n.body,_=async(n,o,e,t)=>{e.classList.remove("overlay-hidden");const i=o(n.el,t);n.animated&&s.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=O.get(n)||[];return O.set(n,[...a,i]),await i.play(),!0},q=(n,o)=>{let e;const t=new Promise((n=>e=n));return z(n,o,(n=>{e(n.detail)})),t},z=(n,o,e)=>{const a=t=>{i(n,o,a),e(t)};t(n,o,a)},H=n=>"cancel"===n||n===K,W=n=>n(),J=(n,o)=>{if("function"==typeof n)return s.get("_zoneGate",W)((()=>{try{return n(o)}catch(n){throw n}}))},K="backdrop",Q="gesture",R=39,U=n=>{let o,e=!1;const t=v(),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)}}},X=()=>{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):c(`[${e.tagName.toLowerCase()}] - 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}},nn=o=>{void 0!==n&&m("android")&&o.setAttribute("aria-hidden","true")},on=o=>{var e;if(void 0===n)return;const t=G(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")}},en=()=>{if(void 0===n)return;const o=G(n);for(let n=o.length-1;n>=0;n--){const e=o[n];if(e.removeAttribute("aria-hidden"),"ION-TOAST"!==e.tagName)break}},tn="ion-disable-focus-trap";export{K as B,tn as F,Q as G,R as O,k as a,x as b,I as c,U as d,X as e,F as f,V as g,q as h,H as i,S as j,N as k,j as l,A as m,h as n,Z as o,C as p,b as q,J as s,D as t}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{w as t}from"./p-B_U9CtaY.js";import{h as o,a as e,b as n}from"./p-CKvCXMs9.js";import{createGesture as r}from"./p-Cl0B-RWe.js";const s=(s,a)=>{let i,c;const d=(t,o,e)=>{if("undefined"==typeof document)return;const n=document.elementFromPoint(t,o);n&&a(n)&&!n.disabled?n!==i&&(p(),m(n,e)):p()},m=(o,e)=>{i=o,c||(c=i);const n=i;t((()=>n.classList.add("ion-activated"))),e()},p=(o=!1)=>{if(!i)return;const e=i;t((()=>e.classList.remove("ion-activated"))),o&&c!==i&&i.click(),i=void 0};return r({el:s,gestureName:"buttonActiveDrag",threshold:0,onStart:t=>d(t.currentX,t.currentY,n),onMove:t=>d(t.currentX,t.currentY,e),onEnd:()=>{p(!0),o(),c=void 0}})};export{s as c}
4
+ import{w as t}from"./p-4DxY6_gG.js";import{h as o,a as e,b as n}from"./p-CKvCXMs9.js";import{createGesture as r}from"./p-Cl0B-RWe.js";const s=(s,a)=>{let i,c;const d=(t,o,e)=>{if("undefined"==typeof document)return;const n=document.elementFromPoint(t,o);n&&a(n)&&!n.disabled?n!==i&&(p(),m(n,e)):p()},m=(o,e)=>{i=o,c||(c=i);const n=i;t((()=>n.classList.add("ion-activated"))),e()},p=(o=!1)=>{if(!i)return;const e=i;t((()=>e.classList.remove("ion-activated"))),o&&c!==i&&i.click(),i=void 0};return r({el:s,gestureName:"buttonActiveDrag",threshold:0,onStart:t=>d(t.currentX,t.currentY,n),onMove:t=>d(t.currentX,t.currentY,e),onEnd:()=>{p(!0),o(),c=void 0}})};export{s as c}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{w as t}from"./p-ZjP4CjeZ.js";import{e,j as n}from"./p-4DxY6_gG.js";const o=()=>e.get("experimentalCloseWatcher",!1)&&void 0!==t&&"CloseWatcher"in t,i=()=>{document.addEventListener("backbutton",(()=>{}))},r=()=>{const e=document;let i=!1;const r=()=>{if(i)return;let t=0,o=[];const r=new CustomEvent("ionBackButton",{bubbles:!1,detail:{register(e,n){o.push({priority:e,handler:n,id:t++})}}});e.dispatchEvent(r);const a=()=>{if(o.length>0){let t={priority:Number.MIN_SAFE_INTEGER,handler:()=>{},id:-1};o.forEach((e=>{e.priority>=t.priority&&(t=e)})),i=!0,o=o.filter((e=>e.id!==t.id)),(async t=>{try{if(null==t?void 0:t.handler){const e=t.handler(a);null!=e&&await e}}catch(t){n("[ion-app] - Exception in startHardwareBackButton:",t)}})(t).then((()=>i=!1))}};a()};if(o()){let e;const n=()=>{null==e||e.destroy(),e=new t.CloseWatcher,e.onclose=()=>{r(),n()}};n()}else e.addEventListener("backbutton",r)},a=100,s=99;export{s as MENU_BACK_BUTTON_PRIORITY,a as OVERLAY_BACK_BUTTON_PRIORITY,i as blockHardwareBackButton,o as shouldUseCloseWatcher,r as startHardwareBackButton}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{w as o,d as n}from"./p-ZjP4CjeZ.js";import{g as t,c as i,f as r}from"./p-QwEXyOze.js";import{f as a,m as e,r as s,c as d}from"./p-Do-uqmtX.js";import{a as c,K as l}from"./p-D13Eaw-8.js";import"./p-B_U9CtaY.js";import"./p-CIGNaXM1.js";const u=new WeakMap,f=(o,n,t,i=0,r=!1)=>{u.has(o)!==t&&(t?w(o,n,i,r):p(o,n))},w=(o,n,t,i=!1)=>{const r=n.parentNode,a=n.cloneNode(!1);a.classList.add("cloned-input"),a.tabIndex=-1,i&&(a.disabled=!0),r.appendChild(a),u.set(o,a);const e="rtl"===o.ownerDocument.dir?9999:-9999;o.style.pointerEvents="none",n.style.transform=`translate3d(${e}px,${t}px,0) scale(0)`},p=(o,n)=>{const t=u.get(o);t&&(u.delete(o),t.remove()),o.style.pointerEvents="",n.style.transform=""},m="input, textarea, [no-blur], [contenteditable]",y="$ionPaddingTimer",h=(o,n,t)=>{const i=o[y];i&&clearTimeout(i),n>0?o.style.setProperty("--keyboard-offset",`${n}px`):o[y]=setTimeout((()=>{o.style.setProperty("--keyboard-offset","0px"),t&&t()}),120)},S=(o,n,t)=>{o.addEventListener("focusout",(()=>{n&&h(n,0,t)}),{once:!0})};let b=0;const D="data-ionic-skip-scroll-assist",v=o=>{var n;if(document.activeElement===o)return;const t=o.getAttribute("id"),i=o.closest(`label[for="${t}"]`),r=null===(n=document.activeElement)||void 0===n?void 0:n.closest(`label[for="${t}"]`);null!==i&&i===r||(o.setAttribute(D,"true"),o.focus())},M=async(o,n,r,a,e,d,c=!1,l=0,u=!0)=>{if(!r&&!a)return;const w=((o,n,t,i)=>{var r;return((o,n,t,i)=>{const r=o.top,a=o.bottom,e=n.top,s=e+15,d=Math.min(n.bottom,i-t)-50-a,c=s-r,l=Math.round(d<0?-d:c>0?-c:0),u=Math.min(l,r-e),f=Math.abs(u);return{scrollAmount:u,scrollDuration:Math.min(400,Math.max(150,f/.3)),scrollPadding:t,inputSafeY:4-(r-s)}})((null!==(r=o.closest("ion-item,[ion-item]"))&&void 0!==r?r:o).getBoundingClientRect(),n.getBoundingClientRect(),t,i)})(o,r||a,e,l);if(r&&Math.abs(w.scrollAmount)<4)return v(n),void(d&&null!==r&&(h(r,b),S(n,r,(()=>b=0))));if(f(o,n,!0,w.inputSafeY,c),v(n),s((()=>o.click())),d&&r&&(b=w.scrollPadding,h(r,b)),"undefined"!=typeof window){let a;const e=async()=>{void 0!==a&&clearTimeout(a),window.removeEventListener("ionKeyboardDidShow",s),window.removeEventListener("ionKeyboardDidShow",e),r&&await i(r,0,w.scrollAmount,w.scrollDuration),f(o,n,!1,w.inputSafeY),v(n),d&&S(n,r,(()=>b=0))},s=()=>{window.removeEventListener("ionKeyboardDidShow",s),window.addEventListener("ionKeyboardDidShow",e)};if(r){const o=await t(r);if(u&&w.scrollAmount>o.scrollHeight-o.clientHeight-o.scrollTop)return"password"===n.type?(w.scrollAmount+=50,window.addEventListener("ionKeyboardDidShow",s)):window.addEventListener("ionKeyboardDidShow",e),void(a=setTimeout(e,1e3))}e()}},K=async(t,i)=>{if(void 0===n)return;const s="ios"===i,u="android"===i,w=t.getNumber("keyboardHeight",290),p=t.getBoolean("scrollAssist",!0),y=t.getBoolean("hideCaretOnScroll",s),h=t.getBoolean("inputBlurring",!1),S=t.getBoolean("scrollPadding",!0),b=Array.from(n.querySelectorAll("ion-input, ion-textarea")),v=new WeakMap,K=new WeakMap,j=await l.getResizeMode(),x=async n=>{await new Promise((o=>d(n,o)));const t=n.shadowRoot||n,i=t.querySelector("input")||t.querySelector("textarea"),s=r(n),l=s?null:n.closest("ion-footer");if(i){if(s&&y&&!v.has(n)){const o=((o,n,t)=>{if(!t||!n)return()=>{};const i=t=>{var i;(i=n)===i.getRootNode().activeElement&&f(o,n,t)},r=()=>f(o,n,!1),s=()=>i(!0),d=()=>i(!1);return a(t,"ionScrollStart",s),a(t,"ionScrollEnd",d),n.addEventListener("blur",r),()=>{e(t,"ionScrollStart",s),e(t,"ionScrollEnd",d),n.removeEventListener("blur",r)}})(n,i,s);v.set(n,o)}if("date"!==i.type&&"datetime-local"!==i.type&&(s||l)&&p&&!K.has(n)){const t=((n,t,i,r,a,e,s,d=!1)=>{const l=e&&(void 0===s||s.mode===c.None);let u=!1;const f=void 0!==o?o.innerHeight:0,w=o=>{!1!==u?M(n,t,i,r,o.detail.keyboardHeight,l,d,f,!1):u=!0},p=()=>{u=!1,null==o||o.removeEventListener("ionKeyboardDidShow",w),n.removeEventListener("focusout",p)},m=async()=>{t.hasAttribute(D)?t.removeAttribute(D):(M(n,t,i,r,a,l,d,f),null==o||o.addEventListener("ionKeyboardDidShow",w),n.addEventListener("focusout",p))};return n.addEventListener("focusin",m),()=>{n.removeEventListener("focusin",m),null==o||o.removeEventListener("ionKeyboardDidShow",w),n.removeEventListener("focusout",p)}})(n,i,s,l,w,S,j,u);K.set(n,t)}}};h&&(()=>{let o=!0,n=!1;const t=document;a(t,"ionScrollStart",(()=>{n=!0})),t.addEventListener("focusin",(()=>{o=!0}),!0),t.addEventListener("touchend",(i=>{if(n)return void(n=!1);const r=t.activeElement;if(!r)return;if(r.matches(m))return;const a=i.target;a!==r&&(a.matches(m)||a.closest(m)||(o=!1,setTimeout((()=>{o||r.blur()}),50)))}),!1)})();for(const o of b)x(o);n.addEventListener("ionInputDidLoad",(o=>{x(o.detail)})),n.addEventListener("ionInputDidUnload",(o=>{(o=>{if(y){const n=v.get(o);n&&n(),v.delete(o)}if(p){const n=K.get(o);n&&n(),K.delete(o)}})(o.detail)}))};export{K as startInputShims}
4
+ import{w as o,d as n}from"./p-ZjP4CjeZ.js";import{g as t,c as i,f as r}from"./p-BhNEp2QP.js";import{f as a,m as e,r as s,c as d}from"./p-C-Cct-6D.js";import{a as c,K as l}from"./p-D13Eaw-8.js";import"./p-4DxY6_gG.js";import"./p-CIGNaXM1.js";const u=new WeakMap,f=(o,n,t,i=0,r=!1)=>{u.has(o)!==t&&(t?w(o,n,i,r):p(o,n))},w=(o,n,t,i=!1)=>{const r=n.parentNode,a=n.cloneNode(!1);a.classList.add("cloned-input"),a.tabIndex=-1,i&&(a.disabled=!0),r.appendChild(a),u.set(o,a);const e="rtl"===o.ownerDocument.dir?9999:-9999;o.style.pointerEvents="none",n.style.transform=`translate3d(${e}px,${t}px,0) scale(0)`},p=(o,n)=>{const t=u.get(o);t&&(u.delete(o),t.remove()),o.style.pointerEvents="",n.style.transform=""},m="input, textarea, [no-blur], [contenteditable]",h="$ionPaddingTimer",y=(o,n,t)=>{const i=o[h];i&&clearTimeout(i),n>0?o.style.setProperty("--keyboard-offset",`${n}px`):o[h]=setTimeout((()=>{o.style.setProperty("--keyboard-offset","0px"),t&&t()}),120)},S=(o,n,t)=>{o.addEventListener("focusout",(()=>{n&&y(n,0,t)}),{once:!0})};let b=0;const D="data-ionic-skip-scroll-assist",v=o=>{var n;if(document.activeElement===o)return;const t=o.getAttribute("id"),i=o.closest(`label[for="${t}"]`),r=null===(n=document.activeElement)||void 0===n?void 0:n.closest(`label[for="${t}"]`);null!==i&&i===r||(o.setAttribute(D,"true"),o.focus())},M=async(o,n,r,a,e,d,c=!1,l=0,u=!0)=>{if(!r&&!a)return;const w=((o,n,t,i)=>{var r;return((o,n,t,i)=>{const r=o.top,a=o.bottom,e=n.top,s=e+15,d=Math.min(n.bottom,i-t)-50-a,c=s-r,l=Math.round(d<0?-d:c>0?-c:0),u=Math.min(l,r-e),f=Math.abs(u);return{scrollAmount:u,scrollDuration:Math.min(400,Math.max(150,f/.3)),scrollPadding:t,inputSafeY:4-(r-s)}})((null!==(r=o.closest("ion-item,[ion-item]"))&&void 0!==r?r:o).getBoundingClientRect(),n.getBoundingClientRect(),t,i)})(o,r||a,e,l);if(r&&Math.abs(w.scrollAmount)<4)return v(n),void(d&&null!==r&&(y(r,b),S(n,r,(()=>b=0))));if(f(o,n,!0,w.inputSafeY,c),v(n),s((()=>o.click())),d&&r&&(b=w.scrollPadding,y(r,b)),"undefined"!=typeof window){let a;const e=async()=>{void 0!==a&&clearTimeout(a),window.removeEventListener("ionKeyboardDidShow",s),window.removeEventListener("ionKeyboardDidShow",e),r&&await i(r,0,w.scrollAmount,w.scrollDuration),f(o,n,!1,w.inputSafeY),v(n),d&&S(n,r,(()=>b=0))},s=()=>{window.removeEventListener("ionKeyboardDidShow",s),window.addEventListener("ionKeyboardDidShow",e)};if(r){const o=await t(r);if(u&&w.scrollAmount>o.scrollHeight-o.clientHeight-o.scrollTop)return"password"===n.type?(w.scrollAmount+=50,window.addEventListener("ionKeyboardDidShow",s)):window.addEventListener("ionKeyboardDidShow",e),void(a=setTimeout(e,1e3))}e()}},K=async(t,i)=>{if(void 0===n)return;const s="ios"===i,u="android"===i,w=t.getNumber("keyboardHeight",290),p=t.getBoolean("scrollAssist",!0),h=t.getBoolean("hideCaretOnScroll",s),y=t.getBoolean("inputBlurring",!1),S=t.getBoolean("scrollPadding",!0),b=Array.from(n.querySelectorAll("ion-input, ion-textarea")),v=new WeakMap,K=new WeakMap,x=await l.getResizeMode(),j=async n=>{await new Promise((o=>d(n,o)));const t=n.shadowRoot||n,i=t.querySelector("input")||t.querySelector("textarea"),s=r(n),l=s?null:n.closest("ion-footer");if(i){if(s&&h&&!v.has(n)){const o=((o,n,t)=>{if(!t||!n)return()=>{};const i=t=>{var i;(i=n)===i.getRootNode().activeElement&&f(o,n,t)},r=()=>f(o,n,!1),s=()=>i(!0),d=()=>i(!1);return a(t,"ionScrollStart",s),a(t,"ionScrollEnd",d),n.addEventListener("blur",r),()=>{e(t,"ionScrollStart",s),e(t,"ionScrollEnd",d),n.removeEventListener("blur",r)}})(n,i,s);v.set(n,o)}if("date"!==i.type&&"datetime-local"!==i.type&&(s||l)&&p&&!K.has(n)){const t=((n,t,i,r,a,e,s,d=!1)=>{const l=e&&(void 0===s||s.mode===c.None);let u=!1;const f=void 0!==o?o.innerHeight:0,w=o=>{!1!==u?M(n,t,i,r,o.detail.keyboardHeight,l,d,f,!1):u=!0},p=()=>{u=!1,null==o||o.removeEventListener("ionKeyboardDidShow",w),n.removeEventListener("focusout",p)},m=async()=>{t.hasAttribute(D)?t.removeAttribute(D):(M(n,t,i,r,a,l,d,f),null==o||o.addEventListener("ionKeyboardDidShow",w),n.addEventListener("focusout",p))};return n.addEventListener("focusin",m),()=>{n.removeEventListener("focusin",m),null==o||o.removeEventListener("ionKeyboardDidShow",w),n.removeEventListener("focusout",p)}})(n,i,s,l,w,S,x,u);K.set(n,t)}}};y&&(()=>{let o=!0,n=!1;const t=document;a(t,"ionScrollStart",(()=>{n=!0})),t.addEventListener("focusin",(()=>{o=!0}),!0),t.addEventListener("touchend",(i=>{if(n)return void(n=!1);const r=t.activeElement;if(!r)return;if(r.matches(m))return;const a=i.target;a!==r&&(a.matches(m)||a.closest(m)||(o=!1,setTimeout((()=>{o||r.blur()}),50)))}),!1)})();for(const o of b)j(o);n.addEventListener("ionInputDidLoad",(o=>{j(o.detail)})),n.addEventListener("ionInputDidUnload",(o=>{(o=>{if(h){const n=v.get(o);n&&n(),v.delete(o)}if(p){const n=K.get(o);n&&n(),K.delete(o)}})(o.detail)}))};export{K as startInputShims}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{e as t}from"./p-Do-uqmtX.js";import{i as o}from"./p-C53feagD.js";import{createGesture as r}from"./p-Cl0B-RWe.js";import"./p-B_U9CtaY.js";import"./p-BTEOs1at.js";const s=(s,e,a,n,p)=>{const c=s.ownerDocument.defaultView;let i=o(s);const m=t=>i?-t.deltaX:t.deltaX;return r({el:s,gestureName:"goback-swipe",gesturePriority:101,threshold:10,canStart:t=>(i=o(s),(t=>{const o=localStorage.getItem("FULL_SWIPE_BACK")?c.innerWidth:60,{startX:r}=t;return i?r>=c.innerWidth-o:r<=o})(t)&&e()),onStart:a,onMove:t=>{const o=m(t);n(o/c.innerWidth)},onEnd:o=>{const r=m(o),s=c.innerWidth,e=r/s,a=(t=>i?-t.velocityX:t.velocityX)(o),n=a>=0&&(a>.2||r>s/2),l=(n?1-e:e)*s;let f=0;if(l>5){const t=l/Math.abs(a);f=Math.min(t,200)}p(n,e<=0?.01:t(0,e,.9999),f)}})};export{s as createSwipeBackGesture}
4
+ import{e as t}from"./p-C-Cct-6D.js";import{i as o}from"./p-C53feagD.js";import{createGesture as r}from"./p-Cl0B-RWe.js";import"./p-4DxY6_gG.js";import"./p-BTEOs1at.js";const s=(s,e,a,n,p)=>{const c=s.ownerDocument.defaultView;let i=o(s);const m=t=>i?-t.deltaX:t.deltaX;return r({el:s,gestureName:"goback-swipe",gesturePriority:101,threshold:10,canStart:t=>(i=o(s),(t=>{const o=localStorage.getItem("FULL_SWIPE_BACK")?c.innerWidth:60,{startX:r}=t;return i?r>=c.innerWidth-o:r<=o})(t)&&e()),onStart:a,onMove:t=>{const o=m(t);n(o/c.innerWidth)},onEnd:o=>{const r=m(o),s=c.innerWidth,e=r/s,a=(t=>i?-t.velocityX:t.velocityX)(o),n=a>=0&&(a>.2||r>s/2),l=(n?1-e:e)*s;let g=0;if(l>5){const t=l/Math.abs(a);g=Math.min(t,200)}p(n,e<=0?.01:t(0,e,.9999),g)}})};export{s as createSwipeBackGesture}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{c as e}from"./p-C-Cct-6D.js";const t=async(t,o,i,n,r,s)=>{var a;if(t)return t.attachViewToDom(o,i,r,n);if(!(s||"string"==typeof i||i instanceof HTMLElement))throw new Error("framework delegate is missing");const c="string"==typeof i?null===(a=o.ownerDocument)||void 0===a?void 0:a.createElement(i):i;return n&&n.forEach((e=>c.classList.add(e))),r&&Object.assign(c,r),o.appendChild(c),await new Promise((t=>e(c,t))),c},o=(e,t)=>{if(t){if(e)return e.removeViewFromDom(t.parentElement,t);t.remove()}return Promise.resolve()},i=()=>{let t,o;return{attachViewToDom:async(i,n,r={},s=[])=>{var a,c;let l;if(t=i,n){const o="string"==typeof n?null===(a=t.ownerDocument)||void 0===a?void 0:a.createElement(n):n;s.forEach((e=>o.classList.add(e))),Object.assign(o,r),t.appendChild(o),l=o,await new Promise((t=>e(o,t)))}else if(t.children.length>0&&("ION-MODAL"===t.tagName||"ION-POPOVER"===t.tagName)&&!(l=t.children[0]).classList.contains("ion-delegate-host")){const e=null===(c=t.ownerDocument)||void 0===c?void 0:c.createElement("div");e.classList.add("ion-delegate-host"),s.forEach((t=>e.classList.add(t))),e.append(...t.children),t.appendChild(e),l=e}const m=document.querySelector("ion-app")||document.body;return o=document.createComment("ionic teleport"),t.parentNode.insertBefore(o,t),m.appendChild(t),null!=l?l:t},removeViewFromDom:()=>(t&&o&&(o.parentNode.insertBefore(t,o),o.remove()),Promise.resolve())}};export{i as C,t as a,o as d}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{e as n,f as e,w as i,B as a}from"./p-4DxY6_gG.js";import{r as o}from"./p-C-Cct-6D.js";const t="ionViewWillEnter",r="ionViewDidEnter",s="ionViewWillLeave",c="ionViewDidLeave",l="ionViewWillUnload",d=n=>{n.tabIndex=-1,n.focus()},u=n=>null!==n.offsetParent,p="ion-last-focus",w=e=>{if(n.get("focusManagerPriority",!1)){const n=document.activeElement;null!==n&&(null==e?void 0:e.contains(n))&&n.setAttribute(p,"true")}},f=i=>{const a=n.get("focusManagerPriority",!1);if(Array.isArray(a)&&!i.contains(document.activeElement)){const n=i.querySelector(`[${p}]`);if(n&&u(n))return void d(n);for(const n of a)switch(n){case"content":const a=i.querySelector('main, [role="main"]');if(a&&u(a))return void d(a);break;case"heading":const o=i.querySelector('h1, [role="heading"][aria-level="1"]');if(o&&u(o))return void d(o);break;case"banner":const t=i.querySelector('header, [role="banner"]');if(t&&u(t))return void d(t);break;default:e(`Unrecognized focus manager priority value ${n}`)}d(i)}},v=n=>new Promise(((e,a)=>{i((()=>{m(n),g(n).then((i=>{i.animation&&i.animation.destroy(),b(n),e(i)}),(e=>{b(n),a(e)}))}))})),m=n=>{const e=n.enteringEl,i=n.leavingEl;w(i),G(e,i,n.direction),n.showGoBack?e.classList.add("can-go-back"):e.classList.remove("can-go-back"),E(e,!1),e.style.setProperty("pointer-events","none"),i&&(E(i,!1),i.style.setProperty("pointer-events","none"))},g=async n=>{const e=await y(n);return e&&a.isBrowser?h(e,n):P(n)},b=n=>{const e=n.enteringEl,i=n.leavingEl;e.classList.remove("ion-page-invisible"),e.style.removeProperty("pointer-events"),void 0!==i&&(i.classList.remove("ion-page-invisible"),i.style.removeProperty("pointer-events")),f(e)},y=async n=>{if(n.leavingEl&&n.animated&&0!==n.duration)return n.animationBuilder?n.animationBuilder:"ios"===n.mode?(await import("./p-BB-JoKGB.js")).iosTransitionAnimation:(await import("./p-LaGjiAVo.js")).mdTransitionAnimation},h=async(n,e)=>{await k(e,!0);const i=n(e.baseEl,e);C(e.enteringEl,e.leavingEl);const a=await j(i,e);return e.progressCallback&&e.progressCallback(void 0),a&&B(e.enteringEl,e.leavingEl),{hasCompleted:a,animation:i}},P=async e=>{const i=e.enteringEl,a=e.leavingEl,o=n.get("focusManagerPriority",!1);return await k(e,o),C(i,a),B(i,a),{hasCompleted:!0}},k=async(n,e)=>{(void 0!==n.deepWait?n.deepWait:e)&&await Promise.all([A(n.enteringEl),A(n.leavingEl)]),await V(n.viewIsReady,n.enteringEl)},V=async(n,e)=>{n&&await n(e)},j=(n,e)=>{const i=e.progressCallback,a=new Promise((e=>{n.onFinish((n=>e(1===n)))}));return i?(n.progressStart(!0),i(n)):n.play(),a},C=(n,e)=>{D(e,s),D(n,t)},B=(n,e)=>{D(n,r),D(e,c)},D=(n,e)=>{if(n){const i=new CustomEvent(e,{bubbles:!1,cancelable:!1});n.dispatchEvent(i)}},L=()=>new Promise((n=>o((()=>o((()=>n())))))),A=async n=>{const e=n;if(e){if(null!=e.componentOnReady){if(null!=await e.componentOnReady())return}else if(null!=e.__registerHost){const n=new Promise((n=>o(n)));return void await n}await Promise.all(Array.from(e.children).map(A))}},E=(n,e)=>{e?(n.setAttribute("aria-hidden","true"),n.classList.add("ion-page-hidden")):(n.hidden=!1,n.removeAttribute("aria-hidden"),n.classList.remove("ion-page-hidden"))},G=(n,e,i)=>{void 0!==n&&(n.style.zIndex="back"===i?"99":"101"),void 0!==e&&(e.style.zIndex="100")},M=n=>{if(n.classList.contains("ion-page"))return n;return n.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")||n};export{t as L,r as a,s as b,c,l as d,A as e,M as g,D as l,E as s,v as t,L as w}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{a as o,w as s}from"./p-4DxY6_gG.js";import{f as t,s as r}from"./p-BhNEp2QP.js";import{c as a}from"./p-C-Cct-6D.js";const n=()=>{const n=window;n.addEventListener("statusTap",(()=>{o((()=>{const o=document.elementFromPoint(n.innerWidth/2,n.innerHeight/2);if(!o)return;const p=t(o);p&&new Promise((o=>a(p,o))).then((()=>{s((async()=>{p.style.setProperty("--overflow","hidden"),await r(p,300),p.style.removeProperty("--overflow")}))}))}))}))};export{n as startStatusTap}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ const s="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M244 400 100 256l144-144M120 256h292' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48px' class='ionicon-fill-none'/></svg>",o="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m112 268 144 144 144-144M256 392V100' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>",i="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M368 64 144 256l224 192z'/></svg>",n="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m64 144 192 224 192-224z'/></svg>",a="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M448 368 256 144 64 368z'/></svg>",t="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M416 128 192 384l-96-96' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",l="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M328 112 184 256l144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>",g="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m112 184 144 144 144-144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>",e="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='m136 208 120-104 120 104M136 304l120 104 120-104' class='ionicon-fill-none'/></svg>",w="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m184 112 144 144-144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>",c="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m184 112 144 144-144 144' stroke-linecap='round' stroke-linejoin='round' stroke-width='48px' class='ionicon-fill-none'/></svg>",v="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m289.94 256 95-95A24 24 0 0 0 351 127l-95 95-95-95a24 24 0 0 0-34 34l95 95-95 95a24 24 0 1 0 34 34l95-95 95 95a24 24 0 0 0 34-34Z'/></svg>",r="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m75.31 260.69a16 16 0 1 1-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 0 1-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0 1 22.62-22.62L256 233.37l52.69-52.68a16 16 0 0 1 22.62 22.62L278.63 256Z'/></svg>",m="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 145.49 366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256z'/></svg>",d="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",x="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>",h="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='64'/><path d='M490.84 238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.66 96c-42.52 0-84.33 12.15-124.27 36.11-40.73 24.43-77.63 60.12-109.68 106.07a31.92 31.92 0 0 0-.64 35.54c26.41 41.33 60.4 76.14 98.28 100.65C162 402 207.9 416 255.66 416c46.71 0 93.81-14.43 136.2-41.72 38.46-24.77 72.72-59.66 99.08-100.92a32.2 32.2 0 0 0-.1-34.76M256 352a96 96 0 1 1 96-96 96.11 96.11 0 0 1-96 96'/></svg>",p="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 448a15.92 15.92 0 0 1-11.31-4.69l-352-352a16 16 0 0 1 22.62-22.62l352 352A16 16 0 0 1 432 448M248 315.85l-51.79-51.79a2 2 0 0 0-3.39 1.69 64.11 64.11 0 0 0 53.49 53.49 2 2 0 0 0 1.69-3.39M264 196.15 315.87 248a2 2 0 0 0 3.4-1.69 64.13 64.13 0 0 0-53.55-53.55 2 2 0 0 0-1.72 3.39'/><path d='M491 273.36a32.2 32.2 0 0 0-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.68 96a226.5 226.5 0 0 0-71.82 11.79 4 4 0 0 0-1.56 6.63l47.24 47.24a4 4 0 0 0 3.82 1.05 96 96 0 0 1 116 116 4 4 0 0 0 1.05 3.81l67.95 68a4 4 0 0 0 5.4.24 343.8 343.8 0 0 0 67.24-77.4M256 352a96 96 0 0 1-93.3-118.63 4 4 0 0 0-1.05-3.81l-66.84-66.87a4 4 0 0 0-5.41-.23c-24.39 20.81-47 46.13-67.67 75.72a31.92 31.92 0 0 0-.64 35.54c26.41 41.33 60.39 76.14 98.28 100.65C162.06 402 207.92 416 255.68 416a238.2 238.2 0 0 0 72.64-11.55 4 4 0 0 0 1.61-6.64l-47.47-47.46a4 4 0 0 0-3.81-1.05A96 96 0 0 1 256 352'/></svg>",u="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M80 160h352M80 256h352M80 352h352' stroke-linecap='round' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/></svg>",k="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M64 384h384v-42.67H64Zm0-106.67h384v-42.66H64ZM64 128v42.67h384V128Z'/></svg>",f="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 256H112' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",M="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M96 256h320M96 176h320M96 336h320' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",B="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M118 304h276M118 208h276' stroke-linecap='square' stroke-linejoin='round' stroke-width='44px' class='ionicon-fill-none'/></svg>",j="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M221.09 64a157.09 157.09 0 1 0 157.09 157.09A157.1 157.1 0 0 0 221.09 64Z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path d='M338.29 338.29 448 448' stroke-linecap='round' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/></svg>",Z="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M464 428 339.92 303.9a160.48 160.48 0 0 0 30.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0 0 94.58-30.72L428 464ZM209.32 319.69a110.38 110.38 0 1 1 110.37-110.37 110.5 110.5 0 0 1-110.37 110.37'/></svg>";export{s as a,r as b,l as c,m as d,Z as e,t as f,d as g,o as h,i,M as j,B as k,g as l,c as m,x as n,a as o,w as p,n as q,f as r,j as s,v as t,u,k as v,e as w,p as x,h as y}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{m as e}from"./p-B_U9CtaY.js";const t=(e,t)=>e.month===t.month&&e.day===t.day&&e.year===t.year,n=(e,t)=>!!(e.year<t.year||e.year===t.year&&e.month<t.month||e.year===t.year&&e.month===t.month&&null!==e.day&&e.day<t.day),o=(e,t)=>!!(e.year>t.year||e.year===t.year&&e.month>t.month||e.year===t.year&&e.month===t.month&&null!==e.day&&e.day>t.day),r=(t,r,a)=>{const i=Array.isArray(t)?t:[t];for(const d of i)if(void 0!==r&&n(d,r)||void 0!==a&&o(d,a)){e(`[ion-datetime] - The value provided to ion-datetime is out of bounds.\n\nMin: ${JSON.stringify(r)}\nMax: ${JSON.stringify(a)}\nValue: ${JSON.stringify(t)}`);break}},a=(e,t)=>{if(void 0!==t)return t;const n=new Intl.DateTimeFormat(e,{hour:"numeric"}),o=n.resolvedOptions();if(void 0!==o.hourCycle)return o.hourCycle;const r=new Date("5/18/2021 00:00"),a=n.formatToParts(r).find((e=>"hour"===e.type));if(!a)throw new Error("Hour value not found from DateTimeFormat");switch(a.value){case"0":return"h11";case"12":return"h12";case"00":return"h23";case"24":return"h24";default:throw new Error(`Invalid hour cycle "${t}"`)}},i=e=>"h23"===e||"h24"===e,d=(e,t)=>4===e||6===e||9===e||11===e?30:2===e?(e=>e%4==0&&e%100!=0||e%400==0)(t)?29:28:31,u=(e,t={month:"numeric",year:"numeric"})=>"month"===new Intl.DateTimeFormat(e,t).formatToParts(new Date)[0].type,l=e=>"dayPeriod"===new Intl.DateTimeFormat(e,{hour:"numeric"}).formatToParts(new Date)[0].type,s=/^(\d{4}|[+\-]\d{6})(?:-(\d{2})(?:-(\d{2}))?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/,c=/^((\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/,v=e=>{if(void 0===e)return;let t,n=e;return"string"==typeof e&&(n=e.replace(/\[|\]|\s/g,"").split(",")),t=Array.isArray(n)?n.map((e=>parseInt(e,10))).filter(isFinite):[n],t},m=e=>({month:parseInt(e.getAttribute("data-month"),10),day:parseInt(e.getAttribute("data-day"),10),year:parseInt(e.getAttribute("data-year"),10),dayOfWeek:parseInt(e.getAttribute("data-day-of-week"),10)});function y(t){if(Array.isArray(t)){const e=[];for(const n of t){const t=y(n);if(!t)return;e.push(t)}return e}let n=null;if(null!=t&&""!==t&&(n=c.exec(t),n?(n.unshift(void 0,void 0),n[2]=n[3]=void 0):n=s.exec(t)),null!==n){for(let e=1;e<8;e++)n[e]=void 0!==n[e]?parseInt(n[e],10):void 0;return{year:n[1],month:n[2],day:n[3],hour:n[4],minute:n[5],ampm:n[4]<12?"am":"pm"}}e(`[ion-datetime] - Unable to parse date string: ${t}. Please provide a valid ISO 8601 datetime string.`)}const h=(e,t,r)=>t&&n(e,t)?t:r&&o(e,r)?r:e,f=e=>e>=12?"pm":"am",w=(e,t)=>{const n=y(e);if(void 0===n)return;const{month:o,day:r,year:a,hour:i,minute:u}=n,l=null!=a?a:t.year,s=null!=o?o:12;return{month:s,day:null!=r?r:d(s,l),year:l,hour:null!=i?i:23,minute:null!=u?u:59}},O=(e,t)=>{const n=y(e);if(void 0===n)return;const{month:o,day:r,year:a,hour:i,minute:d}=n;return{month:null!=o?o:1,day:null!=r?r:1,year:null!=a?a:t.year,hour:null!=i?i:0,minute:null!=d?d:0}},$=e=>("0"+(void 0!==e?Math.abs(e):"0")).slice(-2);function p(e){if(Array.isArray(e))return e.map((e=>p(e)));let t="";var n;return void 0!==e.year?(t=("000"+(void 0!==(n=e.year)?Math.abs(n):"0")).slice(-4),void 0!==e.month&&(t+="-"+$(e.month),void 0!==e.day&&(t+="-"+$(e.day),void 0!==e.hour&&(t+=`T${$(e.hour)}:${$(e.minute)}:00`)))):void 0!==e.hour&&(t=$(e.hour)+":"+$(e.minute)),t}const j=(e,t)=>void 0===t?e:"am"===t?12===e?0:e:12===e?12:e+12,b=e=>{const{dayOfWeek:t}=e;if(null==t)throw new Error("No day of week provided");return M(e,t)},I=e=>{const{dayOfWeek:t}=e;if(null==t)throw new Error("No day of week provided");return Z(e,6-t)},D=e=>Z(e,1),T=e=>M(e,1),k=e=>M(e,7),x=e=>Z(e,7),M=(e,t)=>{const{month:n,day:o,year:r}=e;if(null===o)throw new Error("No day provided");const a={month:n,day:o,year:r};if(a.day=o-t,a.day<1&&(a.month-=1),a.month<1&&(a.month=12,a.year-=1),a.day<1){const e=d(a.month,a.year);a.day=e+a.day}return a},Z=(e,t)=>{const{month:n,day:o,year:r}=e;if(null===o)throw new Error("No day provided");const a={month:n,day:o,year:r},i=d(n,r);return a.day=o+t,a.day>i&&(a.day-=i,a.month+=1),a.month>12&&(a.month=1,a.year+=1),a},C=e=>{const t=1===e.month?12:e.month-1,n=1===e.month?e.year-1:e.year,o=d(t,n);return{month:t,year:n,day:o<e.day?o:e.day}},U=e=>{const t=12===e.month?1:e.month+1,n=12===e.month?e.year+1:e.year,o=d(t,n);return{month:t,year:n,day:o<e.day?o:e.day}},A=(e,t)=>{const n=e.month,o=e.year+t,r=d(n,o);return{month:n,year:o,day:r<e.day?r:e.day}},g=e=>A(e,-1),E=e=>A(e,1),N=(e,t,n)=>t?e:j(e,n),P=(e,t)=>{const{ampm:n,hour:o}=e;let r=o;return"am"===n&&"pm"===t?r=j(r,"pm"):"pm"===n&&"am"===t&&(r=Math.abs(r-12)),r},W=(e,n,o)=>{const{month:r,day:a,year:i}=e,u=h(Object.assign({},e),n,o),l=d(r,i);return null!==a&&l<a&&(u.day=l),void 0!==n&&t(u,n)&&void 0!==u.hour&&void 0!==n.hour&&(u.hour<n.hour?(u.hour=n.hour,u.minute=n.minute):u.hour===n.hour&&void 0!==u.minute&&void 0!==n.minute&&u.minute<n.minute&&(u.minute=n.minute)),void 0!==o&&t(e,o)&&void 0!==u.hour&&void 0!==o.hour&&(u.hour>o.hour?(u.hour=o.hour,u.minute=o.minute):u.hour===o.hour&&void 0!==u.minute&&void 0!==o.minute&&u.minute>o.minute&&(u.minute=o.minute)),u},G=({refParts:e,monthValues:r,dayValues:a,yearValues:i,hourValues:d,minuteValues:u,minParts:l,maxParts:s})=>{const{hour:c,minute:v,day:m,month:y,year:h}=e,w=Object.assign(Object.assign({},e),{dayOfWeek:void 0});if(void 0!==i){const e=i.filter((e=>!(void 0!==l&&e<l.year||void 0!==s&&e>s.year)));w.year=V(h,e)}if(void 0!==r){const e=r.filter((e=>!(void 0!==l&&w.year===l.year&&e<l.month||void 0!==s&&w.year===s.year&&e>s.month)));w.month=V(y,e)}if(null!==m&&void 0!==a){const e=a.filter((e=>!(void 0!==l&&n(Object.assign(Object.assign({},w),{day:e}),l)||void 0!==s&&o(Object.assign(Object.assign({},w),{day:e}),s))));w.day=V(m,e)}if(void 0!==c&&void 0!==d){const e=d.filter((e=>!(void 0!==(null==l?void 0:l.hour)&&t(w,l)&&e<l.hour||void 0!==(null==s?void 0:s.hour)&&t(w,s)&&e>s.hour)));w.hour=V(c,e),w.ampm=f(w.hour)}if(void 0!==v&&void 0!==u){const e=u.filter((e=>!(void 0!==(null==l?void 0:l.minute)&&t(w,l)&&w.hour===l.hour&&e<l.minute||void 0!==(null==s?void 0:s.minute)&&t(w,s)&&w.hour===s.hour&&e>s.minute)));w.minute=V(v,e)}return w},V=(e,t)=>{let n=t[0],o=Math.abs(n-e);for(let r=1;r<t.length;r++){const a=t[r],i=Math.abs(a-e);i<o&&(n=a,o=i)}return n},F=e=>Object.assign(Object.assign({},e),{timeZone:"UTC",timeZoneName:void 0}),J=(e,t,n,o={hour:"numeric",minute:"numeric"})=>{const r={hour:t.hour,minute:t.minute};return void 0===r.hour||void 0===r.minute?"Invalid Time":new Intl.DateTimeFormat(e,Object.assign(Object.assign({},F(o)),{hourCycle:n})).format(new Date(p(Object.assign({year:2023,day:1,month:1},r))+"Z"))},S=e=>{const t=e.toString();return t.length>1?t:`0${t}`},B=(e,t)=>{if(0===e)switch(t){case"h11":return"0";case"h12":return"12";case"h23":return"00";case"h24":return"24";default:throw new Error(`Invalid hour cycle "${t}"`)}return i(t)?S(e):e.toString()},H=(e,t,n)=>{if(null===n.day)return null;const o=K(n),r=new Intl.DateTimeFormat(e,{weekday:"long",month:"long",day:"numeric",timeZone:"UTC"}).format(o);return t?`Today, ${r}`:r},R=(e,t)=>{const n=K(t);return new Intl.DateTimeFormat(e,{month:"long",year:"numeric",timeZone:"UTC"}).format(n)},q=(e,t)=>Q(e,t,{day:"numeric"}).find((e=>"day"===e.type)).value,z=(e,t)=>L(e,t,{year:"numeric"}),K=e=>{var t,n,o;return new Date(`${null!==(t=e.month)&&void 0!==t?t:1}/${null!==(n=e.day)&&void 0!==n?n:1}/${null!==(o=e.year)&&void 0!==o?o:2023}${void 0!==e.hour&&void 0!==e.minute?` ${e.hour}:${e.minute}`:""} GMT+0000`)},L=(e,t,n)=>{const o=K(t);return Y(e,F(n)).format(o)},Q=(e,t,n)=>{const o=K(t);return Y(e,n).formatToParts(o)},Y=(e,t)=>new Intl.DateTimeFormat(e,Object.assign(Object.assign({},t),{timeZone:"UTC"})),_=e=>{if("RelativeTimeFormat"in Intl){const t=new Intl.RelativeTimeFormat(e,{numeric:"auto"}).format(0,"day");return t.charAt(0).toUpperCase()+t.slice(1)}return"Today"},X=e=>{const t=e.getTimezoneOffset();return e.setMinutes(e.getMinutes()-t),e},ee=X(new Date("2022T01:00")),te=X(new Date("2022T13:00")),ne=(e,t)=>{const n="am"===t?ee:te,o=new Intl.DateTimeFormat(e,{hour:"numeric",timeZone:"UTC"}).formatToParts(n).find((e=>"dayPeriod"===e.type));return o?o.value:(e=>void 0===e?"":e.toUpperCase())(t)},oe=e=>Array.isArray(e)?e.join(","):e,re=()=>X(new Date).toISOString(),ae=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],ie=[0,1,2,3,4,5,6,7,8,9,10,11],de=[0,1,2,3,4,5,6,7,8,9,10,11],ue=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],le=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0],se=(e,t,n=0)=>{const o=new Intl.DateTimeFormat(e,{weekday:"ios"===t?"short":"narrow"}),r=new Date("11/01/2020"),a=[];for(let e=n;e<n+7;e++){const t=new Date(r);t.setDate(t.getDate()+e),a.push(o.format(t))}return a},ce=(e,t,n,o=!1)=>{const r=d(e,t);let a;a=1===e?d(12,t-1):d(e-1,t);const i=new Date(`${e}/1/${t}`).getDay(),u=i>=n?i-(n+1):6-(n-i);let l=[];for(let e=1;e<=r;e++)l.push({day:e,dayOfWeek:(u+e)%7,isAdjacentDay:!1});if(o){for(let e=0;e<=u;e++)l=[{day:a-e,dayOfWeek:(a-e)%7,isAdjacentDay:!0},...l];const e=41-(r+u);for(let t=0;t<e;t++)l.push({day:t+1,dayOfWeek:(r+u+t)%7,isAdjacentDay:!0})}else for(let e=0;e<=u;e++)l=[{day:null,dayOfWeek:null,isAdjacentDay:!1},...l];return l},ve=(e,r,d="h12",u,l,s,c)=>{const v=a(e,d),m=i(v);let y=(e=>{switch(e){case"h11":return ie;case"h12":return de;case"h23":return ue;case"h24":return le;default:throw new Error(`Invalid hour cycle "${e}"`)}})(v),h=ae,f=!0,w=!0;if(s&&(y=y.filter((e=>s.includes(e)))),c&&(h=h.filter((e=>c.includes(e)))),u)if(t(r,u)){if(void 0!==u.hour&&(y=y.filter((e=>(m?e:"pm"===r.ampm?(e+12)%24:e)>=u.hour)),f=u.hour<13),void 0!==u.minute){let e=!1;void 0!==u.hour&&void 0!==r.hour&&r.hour>u.hour&&(e=!0),h=h.filter((t=>!!e||t>=u.minute))}}else n(r,u)&&(y=[],h=[],f=w=!1);return l&&(t(r,l)?(void 0!==l.hour&&(y=y.filter((e=>(m?e:"pm"===r.ampm?(e+12)%24:e)<=l.hour)),w=l.hour>=12),void 0!==l.minute&&r.hour===l.hour&&(h=h.filter((e=>e<=l.minute)))):o(r,l)&&(y=[],h=[],f=w=!1)),{hours:y,minutes:h,am:f,pm:w}},me=(e,t)=>{const o={month:e.month,year:e.year,day:e.day};if(void 0!==t&&(e.month!==t.month||e.year!==t.year)){const r={month:t.month,year:t.year,day:t.day};return n(r,o)?[r,o,U(e)]:[C(e),o,r]}return[C(e),o,U(e)]},ye=(e,t,n,o,r,a={month:"long"})=>{const{year:i}=t,d=[];if(void 0!==r){let t=r;void 0!==(null==o?void 0:o.month)&&(t=t.filter((e=>e<=o.month))),void 0!==(null==n?void 0:n.month)&&(t=t.filter((e=>e>=n.month))),t.forEach((t=>{const n=new Date(`${t}/1/${i} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);d.push({text:o,value:t})}))}else{const t=o&&o.year===i?o.month:12;for(let o=n&&n.year===i?n.month:1;o<=t;o++){const t=new Date(`${o}/1/${i} GMT+0000`),n=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(t);d.push({text:n,value:o})}}return d},he=(e,t,n,o,r,a={day:"numeric"})=>{const{month:i,year:u}=t,l=[],s=d(i,u),c=null!=(null==o?void 0:o.day)&&o.year===u&&o.month===i?o.day:s,v=null!=(null==n?void 0:n.day)&&n.year===u&&n.month===i?n.day:1;if(void 0!==r){let t=r;t=t.filter((e=>e>=v&&e<=c)),t.forEach((t=>{const n=new Date(`${i}/${t}/${u} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);l.push({text:o,value:t})}))}else for(let t=v;t<=c;t++){const n=new Date(`${i}/${t}/${u} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);l.push({text:o,value:t})}return l},fe=(e,t,n,o,r)=>{var a,i;let d=[];if(void 0!==r)d=r,void 0!==(null==o?void 0:o.year)&&(d=d.filter((e=>e<=o.year))),void 0!==(null==n?void 0:n.year)&&(d=d.filter((e=>e>=n.year)));else{const{year:e}=t,r=null!==(a=null==o?void 0:o.year)&&void 0!==a?a:e;for(let t=null!==(i=null==n?void 0:n.year)&&void 0!==i?i:e-100;t<=r;t++)d.push(t)}return d.map((n=>({text:z(e,{year:n,month:t.month,day:t.day}),value:n})))},we=(e,t)=>e.month===t.month&&e.year===t.year?[e]:[e,...we(U(e),t)],Oe=(e,n,o,r,a,i)=>{let d=[],u=[],l=we(o,r);return i&&(l=l.filter((({month:e})=>i.includes(e)))),l.forEach((i=>{const l={month:i.month,day:null,year:i.year},s=he(e,l,o,r,a,{month:"short",day:"numeric",weekday:"short"}),c=[],v=[];s.forEach((o=>{const r=t(Object.assign(Object.assign({},l),{day:o.value}),n);v.push({text:r?_(e):o.text,value:`${l.year}-${l.month}-${o.value}`}),c.push({month:l.month,year:l.year,day:o.value})})),u=[...u,...c],d=[...d,...v]})),{parts:u,items:d}},$e=(e,t,n,o,r,d,u)=>{const l=a(e,n),s=i(l),{hours:c,minutes:v,am:m,pm:y}=ve(e,t,l,o,r,d,u),h=c.map((e=>({text:B(e,l),value:N(e,s,t.ampm)}))),f=v.map((e=>({text:S(e),value:e}))),w=[];return m&&!s&&w.push({text:ne(e,"am"),value:"am"}),y&&!s&&w.push({text:ne(e,"pm"),value:"pm"}),{minutesData:f,hoursData:h,dayPeriodData:w}};export{G as A,me as B,d as C,Oe as D,ye as E,he as F,fe as G,u as H,$e as I,l as J,P as K,se as L,R as M,ce as N,a as O,J as P,L as Q,oe as R,o as a,U as b,t as c,q as d,H as e,m as f,C as g,E as h,n as i,g as j,I as k,b as l,T as m,D as n,k as o,x as p,O as q,w as r,y as s,f as t,h as u,W as v,r as w,v as x,p as y,re as z}
4
+ import{f as e}from"./p-4DxY6_gG.js";const t=(e,t)=>e.month===t.month&&e.day===t.day&&e.year===t.year,n=(e,t)=>!!(e.year<t.year||e.year===t.year&&e.month<t.month||e.year===t.year&&e.month===t.month&&null!==e.day&&e.day<t.day),o=(e,t)=>!!(e.year>t.year||e.year===t.year&&e.month>t.month||e.year===t.year&&e.month===t.month&&null!==e.day&&e.day>t.day),r=(t,r,a)=>{const i=Array.isArray(t)?t:[t];for(const d of i)if(void 0!==r&&n(d,r)||void 0!==a&&o(d,a)){e(`[ion-datetime] - The value provided to ion-datetime is out of bounds.\n\nMin: ${JSON.stringify(r)}\nMax: ${JSON.stringify(a)}\nValue: ${JSON.stringify(t)}`);break}},a=(e,t)=>{if(void 0!==t)return t;const n=new Intl.DateTimeFormat(e,{hour:"numeric"}),o=n.resolvedOptions();if(void 0!==o.hourCycle)return o.hourCycle;const r=new Date("5/18/2021 00:00"),a=n.formatToParts(r).find((e=>"hour"===e.type));if(!a)throw new Error("Hour value not found from DateTimeFormat");switch(a.value){case"0":return"h11";case"12":return"h12";case"00":return"h23";case"24":return"h24";default:throw new Error(`Invalid hour cycle "${t}"`)}},i=e=>"h23"===e||"h24"===e,d=(e,t)=>4===e||6===e||9===e||11===e?30:2===e?(e=>e%4==0&&e%100!=0||e%400==0)(t)?29:28:31,u=(e,t={month:"numeric",year:"numeric"})=>"month"===new Intl.DateTimeFormat(e,t).formatToParts(new Date)[0].type,l=e=>"dayPeriod"===new Intl.DateTimeFormat(e,{hour:"numeric"}).formatToParts(new Date)[0].type,s=/^(\d{4}|[+\-]\d{6})(?:-(\d{2})(?:-(\d{2}))?)?(?:T(\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/,c=/^((\d{2}):(\d{2})(?::(\d{2})(?:\.(\d{3}))?)?(?:(Z)|([+\-])(\d{2})(?::(\d{2}))?)?)?$/,v=e=>{if(void 0===e)return;let t,n=e;return"string"==typeof e&&(n=e.replace(/\[|\]|\s/g,"").split(",")),t=Array.isArray(n)?n.map((e=>parseInt(e,10))).filter(isFinite):[n],t},m=e=>({month:parseInt(e.getAttribute("data-month"),10),day:parseInt(e.getAttribute("data-day"),10),year:parseInt(e.getAttribute("data-year"),10),dayOfWeek:parseInt(e.getAttribute("data-day-of-week"),10)});function y(t){if(Array.isArray(t)){const e=[];for(const n of t){const t=y(n);if(!t)return;e.push(t)}return e}let n=null;if(null!=t&&""!==t&&(n=c.exec(t),n?(n.unshift(void 0,void 0),n[2]=n[3]=void 0):n=s.exec(t)),null!==n){for(let e=1;e<8;e++)n[e]=void 0!==n[e]?parseInt(n[e],10):void 0;return{year:n[1],month:n[2],day:n[3],hour:n[4],minute:n[5],ampm:n[4]<12?"am":"pm"}}e(`[ion-datetime] - Unable to parse date string: ${t}. Please provide a valid ISO 8601 datetime string.`)}const h=(e,t,r)=>t&&n(e,t)?t:r&&o(e,r)?r:e,f=e=>e>=12?"pm":"am",w=(e,t)=>{const n=y(e);if(void 0===n)return;const{month:o,day:r,year:a,hour:i,minute:u}=n,l=null!=a?a:t.year,s=null!=o?o:12;return{month:s,day:null!=r?r:d(s,l),year:l,hour:null!=i?i:23,minute:null!=u?u:59}},O=(e,t)=>{const n=y(e);if(void 0===n)return;const{month:o,day:r,year:a,hour:i,minute:d}=n;return{month:null!=o?o:1,day:null!=r?r:1,year:null!=a?a:t.year,hour:null!=i?i:0,minute:null!=d?d:0}},$=e=>("0"+(void 0!==e?Math.abs(e):"0")).slice(-2);function p(e){if(Array.isArray(e))return e.map((e=>p(e)));let t="";var n;return void 0!==e.year?(t=("000"+(void 0!==(n=e.year)?Math.abs(n):"0")).slice(-4),void 0!==e.month&&(t+="-"+$(e.month),void 0!==e.day&&(t+="-"+$(e.day),void 0!==e.hour&&(t+=`T${$(e.hour)}:${$(e.minute)}:00`)))):void 0!==e.hour&&(t=$(e.hour)+":"+$(e.minute)),t}const j=(e,t)=>void 0===t?e:"am"===t?12===e?0:e:12===e?12:e+12,b=e=>{const{dayOfWeek:t}=e;if(null==t)throw new Error("No day of week provided");return M(e,t)},I=e=>{const{dayOfWeek:t}=e;if(null==t)throw new Error("No day of week provided");return Z(e,6-t)},D=e=>Z(e,1),T=e=>M(e,1),k=e=>M(e,7),x=e=>Z(e,7),M=(e,t)=>{const{month:n,day:o,year:r}=e;if(null===o)throw new Error("No day provided");const a={month:n,day:o,year:r};if(a.day=o-t,a.day<1&&(a.month-=1),a.month<1&&(a.month=12,a.year-=1),a.day<1){const e=d(a.month,a.year);a.day=e+a.day}return a},Z=(e,t)=>{const{month:n,day:o,year:r}=e;if(null===o)throw new Error("No day provided");const a={month:n,day:o,year:r},i=d(n,r);return a.day=o+t,a.day>i&&(a.day-=i,a.month+=1),a.month>12&&(a.month=1,a.year+=1),a},C=e=>{const t=1===e.month?12:e.month-1,n=1===e.month?e.year-1:e.year,o=d(t,n);return{month:t,year:n,day:o<e.day?o:e.day}},g=e=>{const t=12===e.month?1:e.month+1,n=12===e.month?e.year+1:e.year,o=d(t,n);return{month:t,year:n,day:o<e.day?o:e.day}},A=(e,t)=>{const n=e.month,o=e.year+t,r=d(n,o);return{month:n,year:o,day:r<e.day?r:e.day}},U=e=>A(e,-1),E=e=>A(e,1),N=(e,t,n)=>t?e:j(e,n),P=(e,t)=>{const{ampm:n,hour:o}=e;let r=o;return"am"===n&&"pm"===t?r=j(r,"pm"):"pm"===n&&"am"===t&&(r=Math.abs(r-12)),r},W=(e,n,o)=>{const{month:r,day:a,year:i}=e,u=h(Object.assign({},e),n,o),l=d(r,i);return null!==a&&l<a&&(u.day=l),void 0!==n&&t(u,n)&&void 0!==u.hour&&void 0!==n.hour&&(u.hour<n.hour?(u.hour=n.hour,u.minute=n.minute):u.hour===n.hour&&void 0!==u.minute&&void 0!==n.minute&&u.minute<n.minute&&(u.minute=n.minute)),void 0!==o&&t(e,o)&&void 0!==u.hour&&void 0!==o.hour&&(u.hour>o.hour?(u.hour=o.hour,u.minute=o.minute):u.hour===o.hour&&void 0!==u.minute&&void 0!==o.minute&&u.minute>o.minute&&(u.minute=o.minute)),u},G=({refParts:e,monthValues:r,dayValues:a,yearValues:i,hourValues:d,minuteValues:u,minParts:l,maxParts:s})=>{const{hour:c,minute:v,day:m,month:y,year:h}=e,w=Object.assign(Object.assign({},e),{dayOfWeek:void 0});if(void 0!==i){const e=i.filter((e=>!(void 0!==l&&e<l.year||void 0!==s&&e>s.year)));w.year=V(h,e)}if(void 0!==r){const e=r.filter((e=>!(void 0!==l&&w.year===l.year&&e<l.month||void 0!==s&&w.year===s.year&&e>s.month)));w.month=V(y,e)}if(null!==m&&void 0!==a){const e=a.filter((e=>!(void 0!==l&&n(Object.assign(Object.assign({},w),{day:e}),l)||void 0!==s&&o(Object.assign(Object.assign({},w),{day:e}),s))));w.day=V(m,e)}if(void 0!==c&&void 0!==d){const e=d.filter((e=>!(void 0!==(null==l?void 0:l.hour)&&t(w,l)&&e<l.hour||void 0!==(null==s?void 0:s.hour)&&t(w,s)&&e>s.hour)));w.hour=V(c,e),w.ampm=f(w.hour)}if(void 0!==v&&void 0!==u){const e=u.filter((e=>!(void 0!==(null==l?void 0:l.minute)&&t(w,l)&&w.hour===l.hour&&e<l.minute||void 0!==(null==s?void 0:s.minute)&&t(w,s)&&w.hour===s.hour&&e>s.minute)));w.minute=V(v,e)}return w},V=(e,t)=>{let n=t[0],o=Math.abs(n-e);for(let r=1;r<t.length;r++){const a=t[r],i=Math.abs(a-e);i<o&&(n=a,o=i)}return n},F=e=>Object.assign(Object.assign({},e),{timeZone:"UTC",timeZoneName:void 0}),J=(e,t,n,o={hour:"numeric",minute:"numeric"})=>{const r={hour:t.hour,minute:t.minute};return void 0===r.hour||void 0===r.minute?"Invalid Time":new Intl.DateTimeFormat(e,Object.assign(Object.assign({},F(o)),{hourCycle:n})).format(new Date(p(Object.assign({year:2023,day:1,month:1},r))+"Z"))},S=e=>{const t=e.toString();return t.length>1?t:`0${t}`},H=(e,t)=>{if(0===e)switch(t){case"h11":return"0";case"h12":return"12";case"h23":return"00";case"h24":return"24";default:throw new Error(`Invalid hour cycle "${t}"`)}return i(t)?S(e):e.toString()},R=(e,t,n)=>{if(null===n.day)return null;const o=K(n),r=new Intl.DateTimeFormat(e,{weekday:"long",month:"long",day:"numeric",timeZone:"UTC"}).format(o);return t?`Today, ${r}`:r},q=(e,t)=>{const n=K(t);return new Intl.DateTimeFormat(e,{month:"long",year:"numeric",timeZone:"UTC"}).format(n)},z=(e,t)=>Q(e,t,{day:"numeric"}).find((e=>"day"===e.type)).value,B=(e,t)=>L(e,t,{year:"numeric"}),K=e=>{var t,n,o;return new Date(`${null!==(t=e.month)&&void 0!==t?t:1}/${null!==(n=e.day)&&void 0!==n?n:1}/${null!==(o=e.year)&&void 0!==o?o:2023}${void 0!==e.hour&&void 0!==e.minute?` ${e.hour}:${e.minute}`:""} GMT+0000`)},L=(e,t,n)=>{const o=K(t);return Y(e,F(n)).format(o)},Q=(e,t,n)=>{const o=K(t);return Y(e,n).formatToParts(o)},Y=(e,t)=>new Intl.DateTimeFormat(e,Object.assign(Object.assign({},t),{timeZone:"UTC"})),_=e=>{if("RelativeTimeFormat"in Intl){const t=new Intl.RelativeTimeFormat(e,{numeric:"auto"}).format(0,"day");return t.charAt(0).toUpperCase()+t.slice(1)}return"Today"},X=e=>{const t=e.getTimezoneOffset();return e.setMinutes(e.getMinutes()-t),e},ee=X(new Date("2022T01:00")),te=X(new Date("2022T13:00")),ne=(e,t)=>{const n="am"===t?ee:te,o=new Intl.DateTimeFormat(e,{hour:"numeric",timeZone:"UTC"}).formatToParts(n).find((e=>"dayPeriod"===e.type));return o?o.value:(e=>void 0===e?"":e.toUpperCase())(t)},oe=e=>Array.isArray(e)?e.join(","):e,re=()=>X(new Date).toISOString(),ae=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59],ie=[0,1,2,3,4,5,6,7,8,9,10,11],de=[0,1,2,3,4,5,6,7,8,9,10,11],ue=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],le=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0],se=(e,t,n=0)=>{const o=new Intl.DateTimeFormat(e,{weekday:"ios"===t?"short":"narrow"}),r=new Date("11/01/2020"),a=[];for(let e=n;e<n+7;e++){const t=new Date(r);t.setDate(t.getDate()+e),a.push(o.format(t))}return a},ce=(e,t,n,o=!1)=>{const r=d(e,t);let a;a=1===e?d(12,t-1):d(e-1,t);const i=new Date(`${e}/1/${t}`).getDay(),u=i>=n?i-(n+1):6-(n-i);let l=[];for(let e=1;e<=r;e++)l.push({day:e,dayOfWeek:(u+e)%7,isAdjacentDay:!1});if(o){for(let e=0;e<=u;e++)l=[{day:a-e,dayOfWeek:(a-e)%7,isAdjacentDay:!0},...l];const e=41-(r+u);for(let t=0;t<e;t++)l.push({day:t+1,dayOfWeek:(r+u+t)%7,isAdjacentDay:!0})}else for(let e=0;e<=u;e++)l=[{day:null,dayOfWeek:null,isAdjacentDay:!1},...l];return l},ve=(e,r,d="h12",u,l,s,c)=>{const v=a(e,d),m=i(v);let y=(e=>{switch(e){case"h11":return ie;case"h12":return de;case"h23":return ue;case"h24":return le;default:throw new Error(`Invalid hour cycle "${e}"`)}})(v),h=ae,f=!0,w=!0;if(s&&(y=y.filter((e=>s.includes(e)))),c&&(h=h.filter((e=>c.includes(e)))),u)if(t(r,u)){if(void 0!==u.hour&&(y=y.filter((e=>(m?e:"pm"===r.ampm?(e+12)%24:e)>=u.hour)),f=u.hour<13),void 0!==u.minute){let e=!1;void 0!==u.hour&&void 0!==r.hour&&r.hour>u.hour&&(e=!0),h=h.filter((t=>!!e||t>=u.minute))}}else n(r,u)&&(y=[],h=[],f=w=!1);return l&&(t(r,l)?(void 0!==l.hour&&(y=y.filter((e=>(m?e:"pm"===r.ampm?(e+12)%24:e)<=l.hour)),w=l.hour>=12),void 0!==l.minute&&r.hour===l.hour&&(h=h.filter((e=>e<=l.minute)))):o(r,l)&&(y=[],h=[],f=w=!1)),{hours:y,minutes:h,am:f,pm:w}},me=(e,t)=>{const o={month:e.month,year:e.year,day:e.day};if(void 0!==t&&(e.month!==t.month||e.year!==t.year)){const r={month:t.month,year:t.year,day:t.day};return n(r,o)?[r,o,g(e)]:[C(e),o,r]}return[C(e),o,g(e)]},ye=(e,t,n,o,r,a={month:"long"})=>{const{year:i}=t,d=[];if(void 0!==r){let t=r;void 0!==(null==o?void 0:o.month)&&(t=t.filter((e=>e<=o.month))),void 0!==(null==n?void 0:n.month)&&(t=t.filter((e=>e>=n.month))),t.forEach((t=>{const n=new Date(`${t}/1/${i} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);d.push({text:o,value:t})}))}else{const t=o&&o.year===i?o.month:12;for(let o=n&&n.year===i?n.month:1;o<=t;o++){const t=new Date(`${o}/1/${i} GMT+0000`),n=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(t);d.push({text:n,value:o})}}return d},he=(e,t,n,o,r,a={day:"numeric"})=>{const{month:i,year:u}=t,l=[],s=d(i,u),c=null!=(null==o?void 0:o.day)&&o.year===u&&o.month===i?o.day:s,v=null!=(null==n?void 0:n.day)&&n.year===u&&n.month===i?n.day:1;if(void 0!==r){let t=r;t=t.filter((e=>e>=v&&e<=c)),t.forEach((t=>{const n=new Date(`${i}/${t}/${u} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);l.push({text:o,value:t})}))}else for(let t=v;t<=c;t++){const n=new Date(`${i}/${t}/${u} GMT+0000`),o=new Intl.DateTimeFormat(e,Object.assign(Object.assign({},a),{timeZone:"UTC"})).format(n);l.push({text:o,value:t})}return l},fe=(e,t,n,o,r)=>{var a,i;let d=[];if(void 0!==r)d=r,void 0!==(null==o?void 0:o.year)&&(d=d.filter((e=>e<=o.year))),void 0!==(null==n?void 0:n.year)&&(d=d.filter((e=>e>=n.year)));else{const{year:e}=t,r=null!==(a=null==o?void 0:o.year)&&void 0!==a?a:e;for(let t=null!==(i=null==n?void 0:n.year)&&void 0!==i?i:e-100;t<=r;t++)d.push(t)}return d.map((n=>({text:B(e,{year:n,month:t.month,day:t.day}),value:n})))},we=(e,t)=>e.month===t.month&&e.year===t.year?[e]:[e,...we(g(e),t)],Oe=(e,n,o,r,a,i)=>{let d=[],u=[],l=we(o,r);return i&&(l=l.filter((({month:e})=>i.includes(e)))),l.forEach((i=>{const l={month:i.month,day:null,year:i.year},s=he(e,l,o,r,a,{month:"short",day:"numeric",weekday:"short"}),c=[],v=[];s.forEach((o=>{const r=t(Object.assign(Object.assign({},l),{day:o.value}),n);v.push({text:r?_(e):o.text,value:`${l.year}-${l.month}-${o.value}`}),c.push({month:l.month,year:l.year,day:o.value})})),u=[...u,...c],d=[...d,...v]})),{parts:u,items:d}},$e=(e,t,n,o,r,d,u)=>{const l=a(e,n),s=i(l),{hours:c,minutes:v,am:m,pm:y}=ve(e,t,l,o,r,d,u),h=c.map((e=>({text:H(e,l),value:N(e,s,t.ampm)}))),f=v.map((e=>({text:S(e),value:e}))),w=[];return m&&!s&&w.push({text:ne(e,"am"),value:"am"}),y&&!s&&w.push({text:ne(e,"pm"),value:"pm"}),{minutesData:f,hoursData:h,dayPeriodData:w}};export{G as A,me as B,d as C,Oe as D,ye as E,he as F,fe as G,u as H,$e as I,l as J,P as K,se as L,q as M,ce as N,a as O,J as P,L as Q,oe as R,o as a,g as b,t as c,z as d,R as e,m as f,C as g,E as h,n as i,U as j,I as k,b as l,T as m,D as n,k as o,x as p,O as q,w as r,y as s,f as t,h as u,W as v,r as w,v as x,p as y,re as z}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{w as t}from"./p-ZjP4CjeZ.js";import{r as o}from"./p-C-Cct-6D.js";const r=(r,e,i)=>{let n;const s=()=>void 0!==e()&&void 0===r.label&&null!==i(),d=()=>{const o=e();if(void 0===o)return;if(!s())return void o.style.removeProperty("width");const c=i().scrollWidth;if(0===c&&null===o.offsetParent&&void 0!==t&&"IntersectionObserver"in t){if(void 0!==n)return;const t=n=new IntersectionObserver((o=>{1===o[0].intersectionRatio&&(d(),t.disconnect(),n=void 0)}),{threshold:.01,root:r});t.observe(o)}else o.style.setProperty("width",.75*c+"px")};return{calculateNotchWidth:()=>{s()&&o((()=>{d()}))},destroy:()=>{n&&(n.disconnect(),n=void 0)}}};export{r as c}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{o as t}from"./p-B_U9CtaY.js";const n=n=>{try{if(n instanceof c)return n.value;if(!r()||"string"!=typeof n||""===n)return n;if(n.includes("onload="))return"";const t=document.createDocumentFragment(),s=document.createElement("div");t.appendChild(s),s.innerHTML=n,i.forEach((n=>{const r=t.querySelectorAll(n);for(let n=r.length-1;n>=0;n--){const s=r[n];s.parentNode?s.parentNode.removeChild(s):t.removeChild(s);const i=e(s);for(let t=0;t<i.length;t++)o(i[t])}}));const a=e(t);for(let t=0;t<a.length;t++)o(a[t]);const d=document.createElement("div");d.appendChild(t);const l=d.querySelector("div");return null!==l?l.innerHTML:d.innerHTML}catch(n){return t("sanitizeDOMString",n),""}},o=t=>{if(t.nodeType&&1!==t.nodeType)return;if("undefined"!=typeof NamedNodeMap&&!(t.attributes instanceof NamedNodeMap))return void t.remove();for(let n=t.attributes.length-1;n>=0;n--){const o=t.attributes.item(n),e=o.name;if(!s.includes(e.toLowerCase())){t.removeAttribute(e);continue}const r=o.value,i=t[e];(null!=r&&r.toLowerCase().includes("javascript:")||null!=i&&i.toLowerCase().includes("javascript:"))&&t.removeAttribute(e)}const n=e(t);for(let t=0;t<n.length;t++)o(n[t])},e=t=>null!=t.children?t.children:t.childNodes,r=()=>{var t;const n=window,o=null===(t=null==n?void 0:n.Ionic)||void 0===t?void 0:t.config;return!o||(o.get?o.get("sanitizerEnabled",!0):!0===o.sanitizerEnabled||void 0===o.sanitizerEnabled)},s=["class","id","href","src","name","slot"],i=["script","style","iframe","meta","link","object","embed"];class c{constructor(t){this.value=t}}const a=t=>{const n=window,o=n.Ionic;if(!o||!o.config||"Object"===o.config.constructor.name)return n.Ionic=n.Ionic||{},n.Ionic.config=Object.assign(Object.assign({},n.Ionic.config),t),n.Ionic.config},d=()=>{var t;const n=window,o=null===(t=null==n?void 0:n.Ionic)||void 0===t?void 0:t.config;return o?o.mode?o.mode:o.get("mode"):"md"},l=!1;export{l as E,c as I,n as a,d as g,a as s}
4
+ import{j as t}from"./p-4DxY6_gG.js";const n=n=>{try{if(n instanceof c)return n.value;if(!r()||"string"!=typeof n||""===n)return n;if(n.includes("onload="))return"";const t=document.createDocumentFragment(),s=document.createElement("div");t.appendChild(s),s.innerHTML=n,i.forEach((n=>{const r=t.querySelectorAll(n);for(let n=r.length-1;n>=0;n--){const s=r[n];s.parentNode?s.parentNode.removeChild(s):t.removeChild(s);const i=e(s);for(let t=0;t<i.length;t++)o(i[t])}}));const a=e(t);for(let t=0;t<a.length;t++)o(a[t]);const d=document.createElement("div");d.appendChild(t);const l=d.querySelector("div");return null!==l?l.innerHTML:d.innerHTML}catch(n){return t("sanitizeDOMString",n),""}},o=t=>{if(t.nodeType&&1!==t.nodeType)return;if("undefined"!=typeof NamedNodeMap&&!(t.attributes instanceof NamedNodeMap))return void t.remove();for(let n=t.attributes.length-1;n>=0;n--){const o=t.attributes.item(n),e=o.name;if(!s.includes(e.toLowerCase())){t.removeAttribute(e);continue}const r=o.value,i=t[e];(null!=r&&r.toLowerCase().includes("javascript:")||null!=i&&i.toLowerCase().includes("javascript:"))&&t.removeAttribute(e)}const n=e(t);for(let t=0;t<n.length;t++)o(n[t])},e=t=>null!=t.children?t.children:t.childNodes,r=()=>{var t;const n=window,o=null===(t=null==n?void 0:n.Ionic)||void 0===t?void 0:t.config;return!o||(o.get?o.get("sanitizerEnabled",!0):!0===o.sanitizerEnabled||void 0===o.sanitizerEnabled)},s=["class","id","href","src","name","slot"],i=["script","style","iframe","meta","link","object","embed"];class c{constructor(t){this.value=t}}const a=t=>{const n=window,o=n.Ionic;if(!o||!o.config||"Object"===o.config.constructor.name)return n.Ionic=n.Ionic||{},n.Ionic.config=Object.assign(Object.assign({},n.Ionic.config),t),n.Ionic.config},d=()=>{var t;const n=window,o=null===(t=null==n?void 0:n.Ionic)||void 0===t?void 0:t.config;return o?o.mode?o.mode:o.get("mode"):"md"},l=!1;export{l as E,c as I,n as a,d as g,a as s}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{c as t}from"./p-bNmY-WfR.js";import{g as o}from"./p-BROiNJRB.js";import"./p-B_U9CtaY.js";import"./p-ZjP4CjeZ.js";import"./p-Do-uqmtX.js";const i=(i,r)=>{var a,n,s;const p="40px",e="back"===r.direction,c=r.leavingEl,l=o(r.enteringEl),b=l.querySelector("ion-toolbar"),m=t();if(m.addElement(l).fill("both").beforeRemoveClass("ion-page-invisible"),e?m.duration((null!==(a=r.duration)&&void 0!==a?a:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)"):m.duration((null!==(n=r.duration)&&void 0!==n?n:0)||280).easing("cubic-bezier(0.36,0.66,0.04,1)").fromTo("transform",`translateY(${p})`,"translateY(0px)").fromTo("opacity",.01,1),b){const o=t();o.addElement(b),m.addAnimation(o)}if(c&&e){m.duration((null!==(s=r.duration)&&void 0!==s?s:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)");const i=t();i.addElement(o(c)).onFinish((t=>{1===t&&i.elements.length>0&&i.elements[0].style.setProperty("display","none")})).fromTo("transform","translateY(0px)",`translateY(${p})`).fromTo("opacity",1,0),m.addAnimation(i)}return m};export{i as mdTransitionAnimation}
4
+ import{c as o}from"./p-C87oPMMF.js";import{g as t}from"./p-DCuOL88l.js";import"./p-4DxY6_gG.js";import"./p-ZjP4CjeZ.js";import"./p-C-Cct-6D.js";const i=(i,r)=>{var a,n,s;const p="40px",e="back"===r.direction,c=r.leavingEl,l=t(r.enteringEl),b=l.querySelector("ion-toolbar"),m=o();if(m.addElement(l).fill("both").beforeRemoveClass("ion-page-invisible"),e?m.duration((null!==(a=r.duration)&&void 0!==a?a:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)"):m.duration((null!==(n=r.duration)&&void 0!==n?n:0)||280).easing("cubic-bezier(0.36,0.66,0.04,1)").fromTo("transform",`translateY(${p})`,"translateY(0px)").fromTo("opacity",.01,1),b){const t=o();t.addElement(b),m.addAnimation(t)}if(c&&e){m.duration((null!==(s=r.duration)&&void 0!==s?s:0)||200).easing("cubic-bezier(0.47,0,0.745,0.715)");const i=o();i.addElement(t(c)).onFinish((o=>{1===o&&i.elements.length>0&&i.elements[0].style.setProperty("display","none")})).fromTo("transform","translateY(0px)",`translateY(${p})`).fromTo("opacity",1,0),m.addAnimation(i)}return m};export{i as mdTransitionAnimation}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,c as i,h as s,d as e,g as o}from"./p-4DxY6_gG.js";import{b as r}from"./p-C-Cct-6D.js";import{b as n}from"./p-Br3vSlYh.js";const a=class{constructor(s){t(this,s),this.ionImgWillLoad=i(this,"ionImgWillLoad",7),this.ionImgDidLoad=i(this,"ionImgDidLoad",7),this.ionError=i(this,"ionError",7),this.inheritedAttributes={},this.onLoad=()=>{this.ionImgDidLoad.emit()},this.onError=()=>{this.ionError.emit()}}srcChanged(){this.addIO()}componentWillLoad(){this.inheritedAttributes=r(this.el,["draggable"])}componentDidLoad(){this.addIO()}addIO(){void 0!==this.src&&("undefined"!=typeof window&&"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"isIntersecting"in window.IntersectionObserverEntry.prototype?(this.removeIO(),this.io=new IntersectionObserver((t=>{t[t.length-1].isIntersecting&&(this.load(),this.removeIO())})),this.io.observe(this.el)):setTimeout((()=>this.load()),200))}load(){this.loadError=this.onError,this.loadSrc=this.src,this.ionImgWillLoad.emit()}removeIO(){this.io&&(this.io.disconnect(),this.io=void 0)}render(){const{loadSrc:t,alt:i,onLoad:o,loadError:r,inheritedAttributes:a}=this,{draggable:c}=a;return s(e,{key:"da600442894427dee1974a28e545613afac69fca",class:n(this)},s("img",{key:"16df0c7069af86c0fa7ce5af598bc0f63b4eb71a",decoding:"async",src:t,alt:i,onLoad:o,onError:r,part:"image",draggable:h(c)}))}get el(){return o(this)}static get watchers(){return{src:["srcChanged"]}}},h=t=>{switch(t){case"true":return!0;case"false":return!1;default:return}};a.style=":host{display:block;-o-object-fit:contain;object-fit:contain}img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}";export{a as ion_img}