@ionic/core 8.7.6-dev.11759493293.13f81b9f → 8.7.6-dev.11759524961.1cff6814

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 (950) hide show
  1. package/components/action-sheet.js +14 -20
  2. package/components/alert.js +16 -21
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +8 -13
  5. package/components/button.js +13 -46
  6. package/components/buttons.js +10 -15
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +14 -35
  9. package/components/content.js +14 -18
  10. package/components/data.js +11 -14
  11. package/components/focus-visible.js +1 -23
  12. package/components/framework-delegate.js +1 -3
  13. package/components/hardware-back-button.js +115 -0
  14. package/components/header.js +18 -32
  15. package/components/helpers.js +3 -42
  16. package/components/icon.js +2 -4
  17. package/components/index2.js +70 -3
  18. package/components/index5.js +8 -8
  19. package/components/index6.js +1 -1
  20. package/components/index7.js +150 -111
  21. package/components/index8.js +111 -150
  22. package/components/index9.js +7 -0
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +1 -1
  25. package/components/ion-accordion-group.js +7 -27
  26. package/components/ion-accordion.js +23 -36
  27. package/components/ion-app.js +78 -15
  28. package/components/ion-avatar.js +7 -62
  29. package/components/ion-back-button.js +22 -32
  30. package/components/ion-badge.js +11 -77
  31. package/components/ion-breadcrumb.js +13 -48
  32. package/components/ion-breadcrumbs.js +7 -12
  33. package/components/ion-card-content.js +9 -14
  34. package/components/ion-card-header.js +8 -13
  35. package/components/ion-card-subtitle.js +7 -12
  36. package/components/ion-card-title.js +7 -12
  37. package/components/ion-card.js +12 -26
  38. package/components/ion-chip.js +10 -57
  39. package/components/ion-col.js +52 -55
  40. package/components/ion-datetime-button.js +7 -12
  41. package/components/ion-datetime.js +27 -106
  42. package/components/ion-fab-button.js +18 -36
  43. package/components/ion-fab-list.js +7 -9
  44. package/components/ion-fab.js +8 -10
  45. package/components/ion-footer.js +15 -22
  46. package/components/ion-grid.js +7 -9
  47. package/components/ion-img.js +4 -9
  48. package/components/ion-infinite-scroll-content.js +10 -15
  49. package/components/ion-infinite-scroll.js +8 -82
  50. package/components/ion-input-otp.js +8 -13
  51. package/components/ion-input-password-toggle.js +15 -55
  52. package/components/ion-input.js +31 -125
  53. package/components/ion-item-divider.js +7 -12
  54. package/components/ion-item-group.js +7 -12
  55. package/components/ion-item-option.js +11 -40
  56. package/components/ion-item-options.js +9 -14
  57. package/components/ion-item-sliding.js +7 -9
  58. package/components/ion-loading.js +14 -19
  59. package/components/ion-menu-button.js +12 -30
  60. package/components/ion-menu-toggle.js +7 -9
  61. package/components/ion-menu.js +10 -14
  62. package/components/ion-nav-link.js +5 -7
  63. package/components/ion-nav.js +8 -12
  64. package/components/ion-note.js +7 -12
  65. package/components/ion-picker-legacy.js +12 -14
  66. package/components/ion-progress-bar.js +9 -29
  67. package/components/ion-range.js +12 -17
  68. package/components/ion-refresher-content.js +10 -27
  69. package/components/ion-refresher.js +9 -14
  70. package/components/ion-reorder-group.js +7 -9
  71. package/components/ion-reorder.js +7 -34
  72. package/components/ion-route-redirect.js +2 -4
  73. package/components/ion-route.js +5 -7
  74. package/components/ion-router-link.js +9 -11
  75. package/components/ion-router-outlet.js +7 -9
  76. package/components/ion-router.js +2 -4
  77. package/components/ion-row.js +5 -10
  78. package/components/ion-searchbar.js +25 -141
  79. package/components/ion-segment-button.js +9 -14
  80. package/components/ion-segment-content.js +3 -5
  81. package/components/ion-segment-view.js +4 -9
  82. package/components/ion-segment.js +9 -14
  83. package/components/ion-select-option.js +4 -9
  84. package/components/ion-select.js +35 -121
  85. package/components/ion-skeleton-text.js +7 -9
  86. package/components/ion-split-pane.js +10 -15
  87. package/components/ion-tab-bar.js +11 -43
  88. package/components/ion-tab-button.js +9 -29
  89. package/components/ion-tab.js +4 -6
  90. package/components/ion-tabs.js +4 -6
  91. package/components/ion-text.js +7 -9
  92. package/components/ion-textarea.js +14 -57
  93. package/components/ion-thumbnail.js +4 -9
  94. package/components/ion-toast.js +17 -44
  95. package/components/ion-toggle.js +19 -78
  96. package/components/ionic-global.js +15 -349
  97. package/components/ios.transition.js +0 -1
  98. package/components/item.js +17 -44
  99. package/components/keyboard-controller.js +2 -4
  100. package/components/label.js +7 -12
  101. package/components/list-header.js +9 -14
  102. package/components/list.js +8 -31
  103. package/components/modal.js +27 -57
  104. package/components/notch-controller.js +1 -1
  105. package/components/overlays.js +4 -3
  106. package/components/picker-column-option.js +7 -12
  107. package/components/picker-column.js +10 -11
  108. package/components/picker-column2.js +6 -8
  109. package/components/picker.js +6 -11
  110. package/components/popover.js +15 -20
  111. package/components/radio-group.js +7 -14
  112. package/components/radio.js +10 -15
  113. package/components/ripple-effect.js +9 -19
  114. package/components/select-modal.js +6 -8
  115. package/components/select-popover.js +4 -12
  116. package/components/spinner.js +10 -35
  117. package/components/status-tap.js +1 -1
  118. package/components/title.js +9 -14
  119. package/components/toolbar.js +11 -157
  120. package/css/core.css +1 -1
  121. package/css/core.css.map +1 -1
  122. package/css/display.css +1 -1
  123. package/css/display.css.map +1 -1
  124. package/css/flex-utils.css +1 -1
  125. package/css/flex-utils.css.map +1 -1
  126. package/css/float-elements.css.map +1 -1
  127. package/css/global.bundle.css.map +1 -1
  128. package/css/ionic-swiper.css +1 -1
  129. package/css/ionic-swiper.css.map +1 -1
  130. package/css/ionic.bundle.css +1 -1
  131. package/css/ionic.bundle.css.map +1 -1
  132. package/css/normalize.css.map +1 -1
  133. package/css/padding.css.map +1 -1
  134. package/css/palettes/dark.always.css.map +1 -1
  135. package/css/palettes/dark.class.css.map +1 -1
  136. package/css/palettes/dark.system.css.map +1 -1
  137. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  138. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  139. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  140. package/css/palettes/high-contrast.always.css.map +1 -1
  141. package/css/palettes/high-contrast.class.css.map +1 -1
  142. package/css/palettes/high-contrast.system.css.map +1 -1
  143. package/css/structure.css.map +1 -1
  144. package/css/text-alignment.css.map +1 -1
  145. package/css/text-transformation.css.map +1 -1
  146. package/css/typography.css.map +1 -1
  147. package/css/utils.bundle.css +1 -1
  148. package/css/utils.bundle.css.map +1 -1
  149. package/dist/cjs/{animation-BYsP2q5j.js → animation-ZJ1lAkZD.js} +3 -3
  150. package/dist/cjs/{app-globals-CrtAvKxl.js → app-globals-77ZfuXXk.js} +1 -1
  151. package/dist/cjs/{button-active-CDa7BeCl.js → button-active-BzZenWWH.js} +2 -2
  152. package/dist/cjs/{capacitor-BMhHF0O5.js → capacitor-DmA66EwP.js} +3 -3
  153. package/dist/cjs/{config-C5fsO43a.js → config-CKhELRRu.js} +1 -1
  154. package/dist/cjs/{data-MoL8Ckx5.js → data-DW6ofvJ8.js} +12 -15
  155. package/dist/{esm/focus-visible-vXpMhGrs.js → cjs/focus-visible-CCvKiLh3.js} +3 -23
  156. package/dist/cjs/{framework-delegate-Bwdk9vFS.js → framework-delegate-WkyjrnCx.js} +2 -4
  157. package/dist/cjs/{haptic-Cy3moXzO.js → haptic-ClPPQ_PS.js} +1 -1
  158. package/dist/cjs/hardware-back-button-BxdNu76F.js +121 -0
  159. package/dist/cjs/{helpers-DnouLczu.js → helpers-DgwmcYAu.js} +3 -42
  160. package/dist/cjs/{index-Dbl8V7hw.js → index--3s2Phef.js} +74 -7
  161. package/dist/cjs/{index-DUoP_H1L.js → index-Cc5PNMyz.js} +2 -2
  162. package/dist/cjs/{index-XjN3PjKG.js → index-D24wggHR.js} +15 -15
  163. package/dist/cjs/{index-D6Wc6v08.js → index-DNh170BW.js} +47 -51
  164. package/dist/cjs/index-DkNv4J_i.js +10 -0
  165. package/dist/cjs/{index-Bq6U5NAb.js → index-bGpoPC4u.js} +8 -9
  166. package/dist/cjs/index.cjs.js +13 -12
  167. package/dist/cjs/{input-shims-D6DHFHsE.js → input-shims-CLI_OrmU.js} +17 -18
  168. package/dist/cjs/{input.utils-BVyJKWft.js → input.utils-B2hZ5tX6.js} +5 -5
  169. package/dist/cjs/ion-accordion_2.cjs.entry.js +27 -56
  170. package/dist/cjs/ion-action-sheet.cjs.entry.js +19 -22
  171. package/dist/cjs/ion-alert.cjs.entry.js +22 -24
  172. package/dist/cjs/ion-app_8.cjs.entry.js +145 -244
  173. package/dist/cjs/ion-avatar_3.cjs.entry.js +12 -124
  174. package/dist/cjs/ion-back-button.cjs.entry.js +20 -29
  175. package/dist/cjs/ion-backdrop.cjs.entry.js +7 -10
  176. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +16 -52
  177. package/dist/cjs/ion-button_2.cjs.entry.js +12 -44
  178. package/dist/cjs/ion-card_5.cjs.entry.js +30 -54
  179. package/dist/cjs/ion-checkbox.cjs.entry.js +14 -32
  180. package/dist/cjs/ion-chip.cjs.entry.js +8 -49
  181. package/dist/cjs/ion-col_3.cjs.entry.js +57 -54
  182. package/dist/cjs/ion-datetime-button.cjs.entry.js +8 -12
  183. package/dist/cjs/ion-datetime_3.cjs.entry.js +39 -114
  184. package/dist/cjs/ion-fab_3.cjs.entry.js +26 -42
  185. package/dist/cjs/ion-img.cjs.entry.js +4 -8
  186. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +16 -91
  187. package/dist/cjs/ion-input-otp.cjs.entry.js +8 -12
  188. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +13 -51
  189. package/dist/cjs/ion-input.cjs.entry.js +31 -121
  190. package/dist/cjs/ion-item-option_3.cjs.entry.js +20 -49
  191. package/dist/cjs/ion-item_8.cjs.entry.js +46 -106
  192. package/dist/cjs/ion-loading.cjs.entry.js +17 -19
  193. package/dist/cjs/ion-menu_3.cjs.entry.js +27 -45
  194. package/dist/cjs/ion-modal.cjs.entry.js +69 -96
  195. package/dist/cjs/ion-nav_2.cjs.entry.js +11 -14
  196. package/dist/cjs/ion-picker-column-option.cjs.entry.js +7 -11
  197. package/dist/cjs/ion-picker-column.cjs.entry.js +13 -13
  198. package/dist/cjs/ion-picker.cjs.entry.js +6 -10
  199. package/dist/cjs/ion-popover.cjs.entry.js +17 -19
  200. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -26
  201. package/dist/cjs/ion-radio_2.cjs.entry.js +14 -23
  202. package/dist/cjs/ion-range.cjs.entry.js +11 -15
  203. package/dist/cjs/ion-refresher_2.cjs.entry.js +20 -38
  204. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -37
  205. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -15
  206. package/dist/cjs/ion-route_4.cjs.entry.js +8 -9
  207. package/dist/cjs/ion-searchbar.cjs.entry.js +22 -135
  208. package/dist/cjs/ion-segment-content.cjs.entry.js +2 -2
  209. package/dist/cjs/ion-segment-view.cjs.entry.js +3 -6
  210. package/dist/cjs/ion-segment_2.cjs.entry.js +15 -22
  211. package/dist/cjs/ion-select-modal.cjs.entry.js +10 -9
  212. package/dist/cjs/ion-select_3.cjs.entry.js +39 -130
  213. package/dist/cjs/ion-spinner.cjs.entry.js +7 -29
  214. package/dist/cjs/ion-split-pane.cjs.entry.js +9 -12
  215. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +21 -66
  216. package/dist/cjs/ion-tab_2.cjs.entry.js +7 -8
  217. package/dist/cjs/ion-text.cjs.entry.js +6 -6
  218. package/dist/cjs/ion-textarea.cjs.entry.js +16 -56
  219. package/dist/cjs/ion-toast.cjs.entry.js +44 -67
  220. package/dist/cjs/ion-toggle.cjs.entry.js +22 -79
  221. package/dist/cjs/ionic-global-UI5YPSi-.js +151 -0
  222. package/dist/cjs/ionic.cjs.js +5 -5
  223. package/dist/cjs/{ios.transition-2wtm_6Ok.js → ios.transition-B_rsAM9j.js} +5 -7
  224. package/dist/cjs/{keyboard-UYQhk8rB.js → keyboard-UuAS4D_9.js} +1 -1
  225. package/dist/cjs/{keyboard-controller-ts0z4BIe.js → keyboard-controller-GXBiBRKS.js} +9 -11
  226. package/dist/cjs/{keyboard-C1Ds9WQH.js → keyboard-hHzlEQpk.js} +3 -4
  227. package/dist/cjs/loader.cjs.js +4 -4
  228. package/dist/cjs/{md.transition-DCNdoS7u.js → md.transition-CQt0eBw-.js} +5 -6
  229. package/dist/cjs/{notch-controller-BX7CnNaL.js → notch-controller-Bf5Rr4R5.js} +4 -4
  230. package/dist/cjs/{overlays-pdcfssMG.js → overlays-czPyT6xP.js} +10 -9
  231. package/dist/cjs/{status-tap-e-hyosXV.js → status-tap-D9YPr62n.js} +3 -4
  232. package/dist/cjs/{swipe-back-CR060nOX.js → swipe-back-C1wRtoww.js} +2 -3
  233. package/dist/collection/collection-manifest.json +1 -2
  234. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  235. package/dist/collection/components/accordion/accordion.js +30 -40
  236. package/dist/collection/components/accordion/accordion.md.css +59 -67
  237. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  238. package/dist/collection/components/accordion-group/accordion-group.js +16 -52
  239. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  240. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  241. package/dist/collection/components/action-sheet/action-sheet.js +32 -31
  242. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  243. package/dist/collection/components/alert/alert.ios.css +1 -19
  244. package/dist/collection/components/alert/alert.js +37 -34
  245. package/dist/collection/components/alert/alert.md.css +1 -19
  246. package/dist/collection/components/app/app.js +78 -15
  247. package/dist/collection/components/avatar/avatar.ios.css +33 -7
  248. package/dist/collection/components/avatar/avatar.js +4 -120
  249. package/dist/collection/components/avatar/avatar.md.css +0 -51
  250. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  251. package/dist/collection/components/back-button/back-button.js +30 -37
  252. package/dist/collection/components/back-button/back-button.md.css +48 -60
  253. package/dist/collection/components/backdrop/backdrop.ios.css +19 -56
  254. package/dist/collection/components/backdrop/backdrop.js +9 -15
  255. package/dist/collection/components/backdrop/backdrop.md.css +19 -56
  256. package/dist/collection/components/badge/badge.ios.css +12 -139
  257. package/dist/collection/components/badge/badge.js +11 -147
  258. package/dist/collection/components/badge/badge.md.css +12 -123
  259. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  260. package/dist/collection/components/breadcrumb/breadcrumb.js +32 -63
  261. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  262. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  263. package/dist/collection/components/breadcrumbs/breadcrumbs.js +15 -17
  264. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  265. package/dist/collection/components/button/button.ios.css +46 -135
  266. package/dist/collection/components/button/button.js +43 -73
  267. package/dist/collection/components/button/button.md.css +50 -126
  268. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  269. package/dist/collection/components/buttons/buttons.js +10 -16
  270. package/dist/collection/components/buttons/buttons.md.css +3 -55
  271. package/dist/collection/components/card/card.ios.css +14 -65
  272. package/dist/collection/components/card/card.js +25 -55
  273. package/dist/collection/components/card/card.md.css +14 -65
  274. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  275. package/dist/collection/components/card-content/card-content.js +8 -11
  276. package/dist/collection/components/card-content/card-content.md.css +1 -16
  277. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  278. package/dist/collection/components/card-header/card-header.js +13 -16
  279. package/dist/collection/components/card-header/card-header.md.css +15 -27
  280. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  281. package/dist/collection/components/card-subtitle/card-subtitle.js +10 -13
  282. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  283. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  284. package/dist/collection/components/card-title/card-title.js +10 -13
  285. package/dist/collection/components/card-title/card-title.md.css +0 -73
  286. package/dist/collection/components/checkbox/checkbox.ios.css +101 -161
  287. package/dist/collection/components/checkbox/checkbox.js +31 -87
  288. package/dist/collection/components/checkbox/checkbox.md.css +102 -162
  289. package/dist/collection/components/chip/chip.ios.css +14 -67
  290. package/dist/collection/components/chip/chip.js +12 -112
  291. package/dist/collection/components/chip/chip.md.css +14 -67
  292. package/dist/collection/components/col/col.css +4 -192
  293. package/dist/collection/components/col/col.js +109 -258
  294. package/dist/collection/components/content/content.css +2 -8
  295. package/dist/collection/components/content/content.js +20 -25
  296. package/dist/collection/components/datetime/datetime.ios.css +86 -242
  297. package/dist/collection/components/datetime/datetime.js +60 -134
  298. package/dist/collection/components/datetime/datetime.md.css +86 -242
  299. package/dist/collection/components/datetime/utils/data.js +5 -5
  300. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  301. package/dist/collection/components/datetime-button/datetime-button.js +12 -15
  302. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  303. package/dist/collection/components/fab/fab.css +1 -25
  304. package/dist/collection/components/fab/fab.js +11 -15
  305. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  306. package/dist/collection/components/fab-button/fab-button.js +40 -54
  307. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  308. package/dist/collection/components/fab-list/fab-list.css +0 -12
  309. package/dist/collection/components/fab-list/fab-list.js +7 -11
  310. package/dist/collection/components/footer/footer.ios.css +2 -14
  311. package/dist/collection/components/footer/footer.js +19 -24
  312. package/dist/collection/components/footer/footer.md.css +0 -12
  313. package/dist/collection/components/grid/grid.css +0 -12
  314. package/dist/collection/components/grid/grid.js +6 -10
  315. package/dist/collection/components/header/header.ios.css +37 -26
  316. package/dist/collection/components/header/header.js +21 -52
  317. package/dist/collection/components/header/header.md.css +8 -23
  318. package/dist/collection/components/img/img.js +6 -12
  319. package/dist/collection/components/infinite-scroll/infinite-scroll.js +8 -103
  320. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  321. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +14 -20
  322. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  323. package/dist/collection/components/input/input.ios.css +140 -223
  324. package/dist/collection/components/input/input.js +90 -200
  325. package/dist/collection/components/input/input.md.css +212 -193
  326. package/dist/collection/components/input-otp/input-otp.ios.css +60 -106
  327. package/dist/collection/components/input-otp/input-otp.js +22 -24
  328. package/dist/collection/components/input-otp/input-otp.md.css +60 -106
  329. package/dist/collection/components/input-password-toggle/input-password-toggle.js +19 -55
  330. package/dist/collection/components/item/item.ios.css +69 -109
  331. package/dist/collection/components/item/item.js +38 -61
  332. package/dist/collection/components/item/item.md.css +68 -120
  333. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  334. package/dist/collection/components/item-divider/item-divider.js +11 -14
  335. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  336. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  337. package/dist/collection/components/item-group/item-group.js +7 -13
  338. package/dist/collection/components/item-group/item-group.md.css +0 -12
  339. package/dist/collection/components/item-option/item-option.ios.css +29 -136
  340. package/dist/collection/components/item-option/item-option.js +22 -86
  341. package/dist/collection/components/item-option/item-option.md.css +29 -136
  342. package/dist/collection/components/item-options/item-options.ios.css +34 -77
  343. package/dist/collection/components/item-options/item-options.js +8 -14
  344. package/dist/collection/components/item-options/item-options.md.css +34 -77
  345. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  346. package/dist/collection/components/item-sliding/item-sliding.js +5 -9
  347. package/dist/collection/components/label/label.ios.css +0 -18
  348. package/dist/collection/components/label/label.js +12 -15
  349. package/dist/collection/components/label/label.md.css +0 -18
  350. package/dist/collection/components/list/list.ios.css +14 -54
  351. package/dist/collection/components/list/list.js +12 -51
  352. package/dist/collection/components/list/list.md.css +16 -56
  353. package/dist/collection/components/list-header/list-header.ios.css +38 -82
  354. package/dist/collection/components/list-header/list-header.js +12 -15
  355. package/dist/collection/components/list-header/list-header.md.css +38 -82
  356. package/dist/collection/components/loading/loading.ios.css +1 -13
  357. package/dist/collection/components/loading/loading.js +33 -32
  358. package/dist/collection/components/loading/loading.md.css +1 -13
  359. package/dist/collection/components/menu/menu.ios.css +3 -15
  360. package/dist/collection/components/menu/menu.js +17 -22
  361. package/dist/collection/components/menu/menu.md.css +3 -15
  362. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  363. package/dist/collection/components/menu-button/menu-button.js +17 -33
  364. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  365. package/dist/collection/components/menu-toggle/menu-toggle.js +8 -11
  366. package/dist/collection/components/modal/animations/sheet.js +2 -8
  367. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  368. package/dist/collection/components/modal/modal.ios.css +70 -174
  369. package/dist/collection/components/modal/modal.js +42 -72
  370. package/dist/collection/components/modal/modal.md.css +70 -174
  371. package/dist/collection/components/nav/nav.css +1 -7
  372. package/dist/collection/components/nav/nav.js +13 -16
  373. package/dist/collection/components/nav-link/nav-link.js +6 -8
  374. package/dist/collection/components/note/note.ios.css +0 -12
  375. package/dist/collection/components/note/note.js +10 -13
  376. package/dist/collection/components/note/note.md.css +0 -12
  377. package/dist/collection/components/picker/picker.ios.css +3 -15
  378. package/dist/collection/components/picker/picker.js +5 -8
  379. package/dist/collection/components/picker/picker.md.css +3 -15
  380. package/dist/collection/components/picker-column/picker-column.css +2 -9
  381. package/dist/collection/components/picker-column/picker-column.js +12 -13
  382. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  383. package/dist/collection/components/picker-column-option/picker-column-option.js +11 -17
  384. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  385. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  386. package/dist/collection/components/picker-legacy/picker.js +25 -20
  387. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  388. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  389. package/dist/collection/components/picker-legacy-column/picker-column.js +5 -4
  390. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  391. package/dist/collection/components/popover/popover.ios.css +1 -13
  392. package/dist/collection/components/popover/popover.js +47 -45
  393. package/dist/collection/components/popover/popover.md.css +1 -13
  394. package/dist/collection/components/progress-bar/progress-bar.ios.css +17 -48
  395. package/dist/collection/components/progress-bar/progress-bar.js +13 -49
  396. package/dist/collection/components/progress-bar/progress-bar.md.css +17 -48
  397. package/dist/collection/components/radio/radio.ios.css +91 -134
  398. package/dist/collection/components/radio/radio.js +20 -23
  399. package/dist/collection/components/radio/radio.md.css +91 -134
  400. package/dist/collection/components/radio-group/radio-group.ios.css +18 -42
  401. package/dist/collection/components/radio-group/radio-group.js +15 -23
  402. package/dist/collection/components/radio-group/radio-group.md.css +18 -42
  403. package/dist/collection/components/range/range.ios.css +85 -128
  404. package/dist/collection/components/range/range.js +29 -31
  405. package/dist/collection/components/range/range.md.css +85 -128
  406. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  407. package/dist/collection/components/refresher/refresher.js +14 -17
  408. package/dist/collection/components/refresher/refresher.md.css +2 -15
  409. package/dist/collection/components/refresher-content/refresher-content.js +15 -36
  410. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  411. package/dist/collection/components/reorder/reorder.js +6 -33
  412. package/dist/collection/components/reorder/reorder.md.css +0 -6
  413. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  414. package/dist/collection/components/reorder-group/reorder-group.js +5 -9
  415. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  416. package/dist/collection/components/ripple-effect/ripple-effect.js +7 -15
  417. package/dist/collection/components/route/route.js +6 -7
  418. package/dist/collection/components/route-redirect/route-redirect.js +4 -4
  419. package/dist/collection/components/router/router.js +2 -6
  420. package/dist/collection/components/router-link/router-link.css +2 -8
  421. package/dist/collection/components/router-link/router-link.js +15 -18
  422. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  423. package/dist/collection/components/router-outlet/router-outlet.js +8 -8
  424. package/dist/collection/components/row/row.css +0 -16
  425. package/dist/collection/components/row/row.js +2 -9
  426. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  427. package/dist/collection/components/searchbar/searchbar.js +63 -210
  428. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  429. package/dist/collection/components/segment/segment.ios.css +2 -45
  430. package/dist/collection/components/segment/segment.js +16 -19
  431. package/dist/collection/components/segment/segment.md.css +2 -45
  432. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  433. package/dist/collection/components/segment-button/segment-button.js +14 -17
  434. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  435. package/dist/collection/components/segment-content/segment-content.js +1 -1
  436. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  437. package/dist/collection/components/segment-view/segment-view.js +5 -7
  438. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  439. package/dist/collection/components/select/select.ios.css +176 -315
  440. package/dist/collection/components/select/select.js +86 -189
  441. package/dist/collection/components/select/select.md.css +178 -331
  442. package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
  443. package/dist/collection/components/select-modal/select-modal.js +8 -7
  444. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  445. package/dist/collection/components/select-option/select-option.js +5 -12
  446. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  447. package/dist/collection/components/select-popover/select-popover.js +13 -20
  448. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  449. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  450. package/dist/collection/components/skeleton-text/skeleton-text.js +6 -10
  451. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +10 -77
  452. package/dist/collection/components/spinner/spinner.js +13 -54
  453. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  454. package/dist/collection/components/split-pane/split-pane.js +12 -18
  455. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  456. package/dist/collection/components/tab/tab.js +8 -11
  457. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  458. package/dist/collection/components/tab-bar/tab-bar.js +16 -83
  459. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  460. package/dist/collection/components/tab-button/tab-button.ios.css +95 -171
  461. package/dist/collection/components/tab-button/tab-button.js +22 -58
  462. package/dist/collection/components/tab-button/tab-button.md.css +93 -137
  463. package/dist/collection/components/tabs/tabs.css +1 -7
  464. package/dist/collection/components/tabs/tabs.js +2 -5
  465. package/dist/collection/components/text/text.css +0 -6
  466. package/dist/collection/components/text/text.js +8 -9
  467. package/dist/collection/components/textarea/textarea.ios.css +139 -275
  468. package/dist/collection/components/textarea/textarea.js +59 -118
  469. package/dist/collection/components/textarea/textarea.md.css +140 -288
  470. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  471. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  472. package/dist/collection/components/title/title.ios.css +4 -32
  473. package/dist/collection/components/title/title.js +11 -17
  474. package/dist/collection/components/title/title.md.css +4 -32
  475. package/dist/collection/components/toast/animations/utils.js +1 -1
  476. package/dist/collection/components/toast/toast.ios.css +45 -84
  477. package/dist/collection/components/toast/toast.js +43 -101
  478. package/dist/collection/components/toast/toast.md.css +45 -84
  479. package/dist/collection/components/toggle/toggle.ios.css +131 -247
  480. package/dist/collection/components/toggle/toggle.js +35 -90
  481. package/dist/collection/components/toggle/toggle.md.css +131 -244
  482. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  483. package/dist/collection/components/toolbar/toolbar.js +15 -159
  484. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  485. package/dist/collection/global/ionic-global.js +13 -228
  486. package/dist/collection/utils/focus-visible.js +0 -22
  487. package/dist/collection/utils/framework-delegate.js +1 -3
  488. package/dist/collection/utils/helpers.js +2 -42
  489. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  490. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  491. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  492. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  493. package/dist/collection/utils/overlays.js +1 -2
  494. package/dist/collection/utils/test/playwright/generator.js +23 -48
  495. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  496. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -24
  497. package/dist/collection/utils/transition/index.js +70 -3
  498. package/dist/collection/utils/transition/ios.transition.js +0 -1
  499. package/dist/docs.json +426 -8169
  500. package/dist/esm/{animation-DGDOQ6ES.js → animation-BvhAtgca.js} +2 -2
  501. package/dist/esm/{app-globals-BNKecRVD.js → app-globals-CvLYUxE9.js} +1 -1
  502. package/dist/esm/{button-active-C_l8DIlb.js → button-active-DBUPuLNw.js} +2 -2
  503. package/dist/esm/{capacitor-CiBLEyrT.js → capacitor-CFERIeaU.js} +1 -1
  504. package/dist/esm/{config-mCdtaoPe.js → config-Dx_6wPIJ.js} +1 -1
  505. package/dist/esm/{data-DFCY8gnk.js → data-CKHMWxfe.js} +12 -15
  506. package/dist/{cjs/focus-visible-BIj-I3-C.js → esm/focus-visible-BmVRXR1y.js} +1 -27
  507. package/dist/esm/{framework-delegate-D2mUP0WI.js → framework-delegate-BLEBgH06.js} +2 -4
  508. package/dist/esm/{haptic-7RTk38ue.js → haptic-DzAMWJuk.js} +1 -1
  509. package/dist/esm/hardware-back-button-Dhbd-23H.js +115 -0
  510. package/dist/esm/{helpers-Bsml3FcE.js → helpers-8KSQQGQy.js} +3 -42
  511. package/dist/esm/{index-C8IsBmNU.js → index-4DxY6_gG.js} +47 -51
  512. package/dist/esm/{index-BpFi2B8W.js → index-7UbSlv7N.js} +2 -2
  513. package/dist/esm/{index-Djo-Eq70.js → index-BQc4arca.js} +74 -7
  514. package/dist/esm/{index-rXea6WR_.js → index-C6WeRr09.js} +3 -4
  515. package/dist/esm/{index-DWD4QoaP.js → index-CXSTcaAW.js} +11 -11
  516. package/dist/esm/{index-COG0_eom.js → index-DV3sJJW8.js} +1 -1
  517. package/dist/esm/index-ZjP4CjeZ.js +7 -0
  518. package/dist/esm/index.js +13 -12
  519. package/dist/esm/{input-shims-Bz3HiPwU.js → input-shims-C4KDnhxb.js} +6 -7
  520. package/dist/esm/{input.utils-BQAE1QTA.js → input.utils-be4gBvVY.js} +3 -3
  521. package/dist/esm/ion-accordion_2.entry.js +28 -57
  522. package/dist/esm/ion-action-sheet.entry.js +19 -22
  523. package/dist/esm/ion-alert.entry.js +22 -24
  524. package/dist/esm/ion-app_8.entry.js +145 -244
  525. package/dist/esm/ion-avatar_3.entry.js +13 -125
  526. package/dist/esm/ion-back-button.entry.js +21 -30
  527. package/dist/esm/ion-backdrop.entry.js +7 -10
  528. package/dist/esm/ion-breadcrumb_2.entry.js +17 -53
  529. package/dist/esm/ion-button_2.entry.js +12 -44
  530. package/dist/esm/ion-card_5.entry.js +30 -54
  531. package/dist/esm/ion-checkbox.entry.js +14 -32
  532. package/dist/esm/ion-chip.entry.js +8 -49
  533. package/dist/esm/ion-col_3.entry.js +57 -54
  534. package/dist/esm/ion-datetime-button.entry.js +8 -12
  535. package/dist/esm/ion-datetime_3.entry.js +40 -115
  536. package/dist/esm/ion-fab_3.entry.js +27 -43
  537. package/dist/esm/ion-img.entry.js +4 -8
  538. package/dist/esm/ion-infinite-scroll_2.entry.js +16 -91
  539. package/dist/esm/ion-input-otp.entry.js +8 -12
  540. package/dist/esm/ion-input-password-toggle.entry.js +14 -52
  541. package/dist/esm/ion-input.entry.js +32 -122
  542. package/dist/esm/ion-item-option_3.entry.js +20 -49
  543. package/dist/esm/ion-item_8.entry.js +47 -107
  544. package/dist/esm/ion-loading.entry.js +17 -19
  545. package/dist/esm/ion-menu_3.entry.js +28 -46
  546. package/dist/esm/ion-modal.entry.js +30 -57
  547. package/dist/esm/ion-nav_2.entry.js +11 -14
  548. package/dist/esm/ion-picker-column-option.entry.js +7 -11
  549. package/dist/esm/ion-picker-column.entry.js +12 -12
  550. package/dist/esm/ion-picker.entry.js +6 -10
  551. package/dist/esm/ion-popover.entry.js +17 -19
  552. package/dist/esm/ion-progress-bar.entry.js +8 -26
  553. package/dist/esm/ion-radio_2.entry.js +14 -23
  554. package/dist/esm/ion-range.entry.js +11 -15
  555. package/dist/esm/ion-refresher_2.entry.js +21 -39
  556. package/dist/esm/ion-reorder_2.entry.js +14 -38
  557. package/dist/esm/ion-ripple-effect.entry.js +7 -15
  558. package/dist/esm/ion-route_4.entry.js +8 -9
  559. package/dist/esm/ion-searchbar.entry.js +24 -137
  560. package/dist/esm/ion-segment-content.entry.js +2 -2
  561. package/dist/esm/ion-segment-view.entry.js +3 -6
  562. package/dist/esm/ion-segment_2.entry.js +15 -22
  563. package/dist/esm/ion-select-modal.entry.js +10 -9
  564. package/dist/esm/ion-select_3.entry.js +40 -131
  565. package/dist/esm/ion-spinner.entry.js +7 -29
  566. package/dist/esm/ion-split-pane.entry.js +9 -12
  567. package/dist/esm/ion-tab-bar_2.entry.js +21 -66
  568. package/dist/esm/ion-tab_2.entry.js +7 -8
  569. package/dist/esm/ion-text.entry.js +6 -6
  570. package/dist/esm/ion-textarea.entry.js +16 -56
  571. package/dist/esm/ion-toast.entry.js +19 -42
  572. package/dist/esm/ion-toggle.entry.js +23 -80
  573. package/dist/esm/ionic-global-CTSyufhF.js +146 -0
  574. package/dist/esm/ionic.js +6 -6
  575. package/dist/esm/{ios.transition-cQ5XYp4s.js → ios.transition-eOa-6o5F.js} +5 -7
  576. package/dist/esm/{keyboard-WCK1pWfR.js → keyboard-CUw4ekVy.js} +1 -1
  577. package/dist/esm/{keyboard-controller-Bc4alOiF.js → keyboard-controller-BaaVITYt.js} +3 -5
  578. package/dist/esm/{keyboard-DuUgrXrK.js → keyboard-ywgs5efA.js} +3 -4
  579. package/dist/esm/loader.js +5 -5
  580. package/dist/esm/{md.transition-CYFYc3-3.js → md.transition-B99keElo.js} +5 -6
  581. package/dist/esm/{notch-controller-DO30Bsls.js → notch-controller-lb417-kU.js} +2 -2
  582. package/dist/esm/{overlays-Da_6xSKI.js → overlays-BYcYBCrx.js} +7 -6
  583. package/dist/esm/{status-tap-DXVlluKS.js → status-tap-pATNXEtr.js} +3 -4
  584. package/dist/esm/{swipe-back-DNhAt9fY.js → swipe-back-B2YfOHRM.js} +2 -3
  585. package/dist/html.html-data.json +428 -2522
  586. package/dist/ionic/index.esm.js +1 -1
  587. package/dist/ionic/ionic.esm.js +1 -1
  588. package/dist/ionic/p-0793aea6.entry.js +4 -0
  589. package/dist/ionic/p-0831d492.entry.js +4 -0
  590. package/dist/ionic/p-0f396661.entry.js +4 -0
  591. package/dist/ionic/p-117e7a3f.entry.js +4 -0
  592. package/dist/ionic/p-1191a2d9.entry.js +4 -0
  593. package/dist/ionic/p-148bdf18.entry.js +4 -0
  594. package/dist/ionic/p-16116947.entry.js +4 -0
  595. package/dist/ionic/p-19f80390.entry.js +4 -0
  596. package/dist/ionic/p-1GR6N4h5.js +4 -0
  597. package/dist/ionic/p-1a91f317.entry.js +4 -0
  598. package/dist/ionic/p-1bbd0a23.entry.js +4 -0
  599. package/dist/ionic/p-1f68cb59.entry.js +4 -0
  600. package/dist/ionic/p-24159ff7.entry.js +4 -0
  601. package/dist/ionic/p-25e5e5cc.entry.js +4 -0
  602. package/dist/ionic/p-2cb0f39f.entry.js +4 -0
  603. package/dist/ionic/p-3392f558.entry.js +4 -0
  604. package/dist/ionic/p-349fc921.entry.js +4 -0
  605. package/dist/ionic/p-3624b640.entry.js +4 -0
  606. package/dist/ionic/p-36a54836.entry.js +4 -0
  607. package/dist/ionic/p-39ed3212.entry.js +4 -0
  608. package/dist/ionic/p-44e3b33a.entry.js +4 -0
  609. package/dist/ionic/p-4DxY6_gG.js +5 -0
  610. package/dist/ionic/p-528af4e6.entry.js +4 -0
  611. package/dist/ionic/p-54dec9b1.entry.js +4 -0
  612. package/dist/ionic/p-568efea2.entry.js +4 -0
  613. package/dist/ionic/p-5bf5bde8.entry.js +4 -0
  614. package/dist/ionic/p-5c976c00.entry.js +4 -0
  615. package/dist/ionic/p-6383afc2.entry.js +4 -0
  616. package/dist/ionic/p-63852736.entry.js +4 -0
  617. package/dist/ionic/p-746cd400.entry.js +4 -0
  618. package/dist/ionic/p-7a53f04c.entry.js +4 -0
  619. package/dist/ionic/p-7b12d853.entry.js +4 -0
  620. package/dist/ionic/p-7da05504.entry.js +4 -0
  621. package/dist/ionic/p-8888efe4.entry.js +4 -0
  622. package/dist/ionic/p-8cdb4ff5.entry.js +4 -0
  623. package/dist/ionic/p-90f4cc71.entry.js +4 -0
  624. package/dist/ionic/p-9ddf2620.entry.js +4 -0
  625. package/dist/ionic/p-9eeaBrnk.js +4 -0
  626. package/dist/ionic/{p-BbT4IAlw.js → p-B1xocg0A.js} +1 -1
  627. package/dist/ionic/p-B5MDSrGg.js +4 -0
  628. package/dist/ionic/p-BHGXdud8.js +4 -0
  629. package/dist/ionic/{p-B3uz75uZ.js → p-BhNEp2QP.js} +1 -1
  630. package/dist/ionic/p-BmVRXR1y.js +4 -0
  631. package/dist/ionic/p-Br3vSlYh.js +4 -0
  632. package/dist/ionic/p-C-Cct-6D.js +4 -0
  633. package/dist/ionic/p-C4I6B3uV.js +4 -0
  634. package/dist/ionic/p-C87oPMMF.js +4 -0
  635. package/dist/ionic/p-C8d2ebIg.js +4 -0
  636. package/dist/ionic/p-CIGNaXM1.js +4 -0
  637. package/dist/ionic/{p-DxFexTIr.js → p-CKvCXMs9.js} +1 -1
  638. package/dist/ionic/{p-DBaOCAfc.js → p-CWvl4RPO.js} +1 -1
  639. package/dist/ionic/p-Cnh7O81W.js +4 -0
  640. package/dist/ionic/p-CtWGkNnJ.js +4 -0
  641. package/dist/ionic/p-CvaZMP6T.js +4 -0
  642. package/dist/ionic/{p-Q7JLYEUZ.js → p-D13Eaw-8.js} +1 -1
  643. package/dist/ionic/p-D2fQU_qK.js +4 -0
  644. package/dist/ionic/p-DA3JEZwK.js +4 -0
  645. package/dist/ionic/p-DAfH9Iif.js +4 -0
  646. package/dist/ionic/p-DJKvq7vb.js +4 -0
  647. package/dist/ionic/{p-COG0_eom.js → p-DV3sJJW8.js} +1 -1
  648. package/dist/ionic/p-DW5tZAde.js +4 -0
  649. package/dist/ionic/{p-HpOiAvpC.js → p-DiZPU8BH.js} +1 -1
  650. package/dist/ionic/p-Dm_oBkW1.js +4 -0
  651. package/dist/ionic/{p-DbQ5QkTP.js → p-EnaLTYYj.js} +1 -1
  652. package/dist/ionic/p-ZjP4CjeZ.js +4 -0
  653. package/dist/ionic/p-a00ad0f2.entry.js +4 -0
  654. package/dist/ionic/p-a81be128.entry.js +4 -0
  655. package/dist/ionic/p-afeb9df6.entry.js +4 -0
  656. package/dist/ionic/p-b292804d.entry.js +4 -0
  657. package/dist/ionic/p-bc9f9032.entry.js +4 -0
  658. package/dist/ionic/p-bf81a468.entry.js +4 -0
  659. package/dist/ionic/p-c6d35cdd.entry.js +4 -0
  660. package/dist/ionic/p-cde6d39b.entry.js +4 -0
  661. package/dist/ionic/p-d04d66fc.entry.js +4 -0
  662. package/dist/ionic/p-d3df6032.entry.js +4 -0
  663. package/dist/ionic/p-dbba38cf.entry.js +4 -0
  664. package/dist/ionic/p-e6c3214c.entry.js +4 -0
  665. package/dist/ionic/p-e6c465ff.entry.js +4 -0
  666. package/dist/ionic/p-ec76fec4.entry.js +4 -0
  667. package/dist/ionic/p-ee2e35a6.entry.js +4 -0
  668. package/dist/ionic/p-f7db572a.entry.js +4 -0
  669. package/dist/ionic/p-f9eb54ee.entry.js +4 -0
  670. package/dist/types/components/accordion/accordion.d.ts +3 -5
  671. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  672. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  673. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  674. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  675. package/dist/types/components/alert/alert.d.ts +2 -3
  676. package/dist/types/components/app/app.d.ts +2 -4
  677. package/dist/types/components/avatar/avatar.d.ts +0 -32
  678. package/dist/types/components/back-button/back-button.d.ts +1 -2
  679. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  680. package/dist/types/components/badge/badge.d.ts +1 -34
  681. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  682. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  683. package/dist/types/components/button/button.d.ts +6 -19
  684. package/dist/types/components/buttons/buttons.d.ts +1 -5
  685. package/dist/types/components/card/card.d.ts +1 -8
  686. package/dist/types/components/card-content/card-content.d.ts +1 -2
  687. package/dist/types/components/card-header/card-header.d.ts +2 -3
  688. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  689. package/dist/types/components/card-title/card-title.d.ts +1 -2
  690. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  691. package/dist/types/components/chip/chip.d.ts +1 -26
  692. package/dist/types/components/col/col.d.ts +5 -52
  693. package/dist/types/components/content/content.d.ts +0 -3
  694. package/dist/types/components/datetime/datetime.d.ts +1 -26
  695. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  696. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  697. package/dist/types/components/fab/fab.d.ts +0 -4
  698. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  699. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  700. package/dist/types/components/footer/footer.d.ts +3 -4
  701. package/dist/types/components/grid/grid.d.ts +0 -4
  702. package/dist/types/components/header/header.d.ts +3 -9
  703. package/dist/types/components/img/img.d.ts +0 -3
  704. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -21
  705. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  706. package/dist/types/components/input/input.d.ts +5 -31
  707. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  708. package/dist/types/components/item/item.d.ts +4 -11
  709. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  710. package/dist/types/components/item-group/item-group.d.ts +0 -4
  711. package/dist/types/components/item-option/item-option.d.ts +1 -18
  712. package/dist/types/components/item-options/item-options.d.ts +0 -4
  713. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  714. package/dist/types/components/label/label.d.ts +1 -2
  715. package/dist/types/components/list/list.d.ts +1 -15
  716. package/dist/types/components/list-header/list-header.d.ts +1 -2
  717. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  718. package/dist/types/components/loading/loading.d.ts +2 -3
  719. package/dist/types/components/menu/menu.d.ts +0 -3
  720. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  721. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  722. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  723. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  724. package/dist/types/components/modal/modal.d.ts +1 -11
  725. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  726. package/dist/types/components/nav/nav.d.ts +1 -5
  727. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  728. package/dist/types/components/note/note.d.ts +1 -2
  729. package/dist/types/components/picker/picker.d.ts +1 -2
  730. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  731. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  732. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  733. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  734. package/dist/types/components/popover/popover.d.ts +5 -6
  735. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  736. package/dist/types/components/radio/radio.d.ts +1 -2
  737. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  738. package/dist/types/components/range/range.d.ts +1 -2
  739. package/dist/types/components/refresher/refresher.d.ts +1 -2
  740. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  741. package/dist/types/components/reorder/reorder.d.ts +0 -9
  742. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  743. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  744. package/dist/types/components/route/route.d.ts +0 -4
  745. package/dist/types/components/router/router.d.ts +0 -4
  746. package/dist/types/components/router-link/router-link.d.ts +0 -4
  747. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  748. package/dist/types/components/row/row.d.ts +0 -4
  749. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  750. package/dist/types/components/segment/segment.d.ts +1 -2
  751. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  752. package/dist/types/components/select/select.d.ts +13 -41
  753. package/dist/types/components/select-option/select-option.d.ts +0 -4
  754. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  755. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  756. package/dist/types/components/spinner/spinner.d.ts +0 -15
  757. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  758. package/dist/types/components/tab/tab.d.ts +0 -4
  759. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  760. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  761. package/dist/types/components/tabs/tabs.d.ts +0 -3
  762. package/dist/types/components/text/text.d.ts +1 -2
  763. package/dist/types/components/textarea/textarea.d.ts +4 -17
  764. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  765. package/dist/types/components/title/title.d.ts +0 -4
  766. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  767. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  768. package/dist/types/components/toast/toast.d.ts +2 -19
  769. package/dist/types/components/toggle/toggle.d.ts +1 -15
  770. package/dist/types/components/toolbar/toolbar.d.ts +3 -20
  771. package/dist/types/components.d.ts +196 -1593
  772. package/dist/types/global/ionic-global.d.ts +2 -27
  773. package/dist/types/interface.d.ts +0 -3
  774. package/dist/types/stencil-public-runtime.d.ts +2 -39
  775. package/dist/types/utils/config.d.ts +2 -106
  776. package/dist/types/utils/focus-visible.d.ts +0 -13
  777. package/dist/types/utils/helpers.d.ts +0 -11
  778. package/dist/types/utils/overlays-interface.d.ts +1 -31
  779. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  780. package/dist/types/utils/transition/index.d.ts +9 -0
  781. package/hydrate/index.d.ts +0 -2
  782. package/hydrate/index.js +1115 -2957
  783. package/hydrate/index.mjs +1115 -2957
  784. package/package.json +5 -10
  785. package/components/caret-down.js +0 -6
  786. package/components/caret-left.js +0 -6
  787. package/components/caret-right.js +0 -6
  788. package/components/ion-divider.d.ts +0 -11
  789. package/components/ion-divider.js +0 -72
  790. package/components/list2.js +0 -6
  791. package/components/x.js +0 -6
  792. package/css/ionic/bundle.ionic.css +0 -1
  793. package/css/ionic/bundle.ionic.css.map +0 -1
  794. package/css/ionic/core.ionic.css +0 -1
  795. package/css/ionic/core.ionic.css.map +0 -1
  796. package/css/ionic/global.bundle.ionic.css +0 -1
  797. package/css/ionic/global.bundle.ionic.css.map +0 -1
  798. package/css/ionic/ionic-swiper.ionic.css +0 -1
  799. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  800. package/css/ionic/link.ionic.css +0 -1
  801. package/css/ionic/link.ionic.css.map +0 -1
  802. package/css/ionic/structure.ionic.css +0 -1
  803. package/css/ionic/structure.ionic.css.map +0 -1
  804. package/css/ionic/typography.ionic.css +0 -1
  805. package/css/ionic/typography.ionic.css.map +0 -1
  806. package/css/ionic/utils.bundle.ionic.css +0 -1
  807. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  808. package/dist/cjs/caret-down-vtVgfXIs.js +0 -8
  809. package/dist/cjs/caret-left-CxZXLRv5.js +0 -8
  810. package/dist/cjs/caret-right-CRCgv98E.js +0 -8
  811. package/dist/cjs/ion-divider.cjs.entry.js +0 -51
  812. package/dist/cjs/ionic-global-DuRUel5m.js +0 -491
  813. package/dist/cjs/list-a-7GSA6K.js +0 -8
  814. package/dist/cjs/x-BTF99yFH.js +0 -8
  815. package/dist/collection/components/accordion/accordion.ionic.css +0 -196
  816. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -93
  817. package/dist/collection/components/avatar/avatar.ionic.css +0 -391
  818. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -109
  819. package/dist/collection/components/badge/badge.ionic.css +0 -275
  820. package/dist/collection/components/button/button.ionic.css +0 -620
  821. package/dist/collection/components/buttons/buttons.ionic.css +0 -97
  822. package/dist/collection/components/card/card.ionic.css +0 -144
  823. package/dist/collection/components/card-content/card-content.ionic.css +0 -92
  824. package/dist/collection/components/card-header/card-header.ionic.css +0 -85
  825. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -144
  826. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -539
  827. package/dist/collection/components/chip/chip.ionic.css +0 -228
  828. package/dist/collection/components/datetime/datetime.ionic.css +0 -697
  829. package/dist/collection/components/divider/divider.ionic.css +0 -148
  830. package/dist/collection/components/divider/divider.ios.css +0 -87
  831. package/dist/collection/components/divider/divider.js +0 -94
  832. package/dist/collection/components/divider/divider.md.css +0 -87
  833. package/dist/collection/components/header/header.ionic.css +0 -98
  834. package/dist/collection/components/input/input.ionic.css +0 -881
  835. package/dist/collection/components/input-otp/input-otp.ionic.css +0 -369
  836. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -78
  837. package/dist/collection/components/input-password-toggle/input-password-toggle.native.css +0 -61
  838. package/dist/collection/components/item/item.ionic.css +0 -499
  839. package/dist/collection/components/item-option/item-option.ionic.css +0 -278
  840. package/dist/collection/components/item-options/item-options.ionic.css +0 -221
  841. package/dist/collection/components/list/list.ionic.css +0 -212
  842. package/dist/collection/components/list-header/list-header.ionic.css +0 -190
  843. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -236
  844. package/dist/collection/components/modal/modal.ionic.css +0 -241
  845. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -287
  846. package/dist/collection/components/radio/radio.ionic.css +0 -422
  847. package/dist/collection/components/radio-group/radio-group.ionic.css +0 -125
  848. package/dist/collection/components/range/range.ionic.css +0 -563
  849. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -215
  850. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -626
  851. package/dist/collection/components/segment/segment.ionic.css +0 -115
  852. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -353
  853. package/dist/collection/components/select/select.ionic.css +0 -763
  854. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -123
  855. package/dist/collection/components/spinner/spinner.native.css +0 -198
  856. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -186
  857. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -336
  858. package/dist/collection/components/textarea/textarea.ionic.css +0 -881
  859. package/dist/collection/components/title/title.ionic.css +0 -127
  860. package/dist/collection/components/toast/toast.ionic.css +0 -394
  861. package/dist/collection/components/toggle/toggle.ionic.css +0 -509
  862. package/dist/collection/components/toolbar/test/image.svg +0 -1
  863. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -241
  864. package/dist/esm/caret-down-D1t981Ih.js +0 -6
  865. package/dist/esm/caret-left-fIOYmaqA.js +0 -6
  866. package/dist/esm/caret-right-BYSs-jZz.js +0 -6
  867. package/dist/esm/ion-divider.entry.js +0 -49
  868. package/dist/esm/ionic-global-2R0iPB51.js +0 -480
  869. package/dist/esm/list-Dhi5xtNS.js +0 -6
  870. package/dist/esm/x-BDqjX7Z_.js +0 -6
  871. package/dist/ionic/p--8Ga2Cg0.js +0 -4
  872. package/dist/ionic/p-16c5a01c.entry.js +0 -4
  873. package/dist/ionic/p-1f981d06.entry.js +0 -4
  874. package/dist/ionic/p-22c02aea.entry.js +0 -4
  875. package/dist/ionic/p-23e4b68a.entry.js +0 -4
  876. package/dist/ionic/p-28571945.entry.js +0 -4
  877. package/dist/ionic/p-2bab0853.entry.js +0 -4
  878. package/dist/ionic/p-2e19a4dd.entry.js +0 -4
  879. package/dist/ionic/p-2e900f67.entry.js +0 -4
  880. package/dist/ionic/p-31f13e98.entry.js +0 -4
  881. package/dist/ionic/p-3622a9ea.entry.js +0 -4
  882. package/dist/ionic/p-3a6a92ab.entry.js +0 -4
  883. package/dist/ionic/p-3cb3d194.entry.js +0 -4
  884. package/dist/ionic/p-418e4330.entry.js +0 -4
  885. package/dist/ionic/p-4261dc5d.entry.js +0 -4
  886. package/dist/ionic/p-4e13d498.entry.js +0 -4
  887. package/dist/ionic/p-55e2352e.entry.js +0 -4
  888. package/dist/ionic/p-56a9319e.entry.js +0 -4
  889. package/dist/ionic/p-59a79bd9.entry.js +0 -4
  890. package/dist/ionic/p-59e6c978.entry.js +0 -4
  891. package/dist/ionic/p-642b022d.entry.js +0 -4
  892. package/dist/ionic/p-64385b66.entry.js +0 -4
  893. package/dist/ionic/p-66397fac.entry.js +0 -4
  894. package/dist/ionic/p-66d094b2.entry.js +0 -4
  895. package/dist/ionic/p-6fac73e6.entry.js +0 -4
  896. package/dist/ionic/p-7d450184.entry.js +0 -4
  897. package/dist/ionic/p-81770a5c.entry.js +0 -4
  898. package/dist/ionic/p-844bd58c.entry.js +0 -4
  899. package/dist/ionic/p-86b82096.entry.js +0 -4
  900. package/dist/ionic/p-87678140.entry.js +0 -4
  901. package/dist/ionic/p-88ef6829.entry.js +0 -4
  902. package/dist/ionic/p-89743bba.entry.js +0 -4
  903. package/dist/ionic/p-90320028.entry.js +0 -4
  904. package/dist/ionic/p-916685a9.entry.js +0 -4
  905. package/dist/ionic/p-91966afa.entry.js +0 -4
  906. package/dist/ionic/p-B-N4FEiY.js +0 -4
  907. package/dist/ionic/p-BDqjX7Z_.js +0 -4
  908. package/dist/ionic/p-BRd1Ag6P.js +0 -4
  909. package/dist/ionic/p-BYSs-jZz.js +0 -4
  910. package/dist/ionic/p-BiTKUjko.js +0 -4
  911. package/dist/ionic/p-C8IsBmNU.js +0 -5
  912. package/dist/ionic/p-CK1xn1Nt.js +0 -4
  913. package/dist/ionic/p-CK4YXTyz.js +0 -4
  914. package/dist/ionic/p-CeO9Shc9.js +0 -4
  915. package/dist/ionic/p-Cm5sQeXL.js +0 -4
  916. package/dist/ionic/p-D1t981Ih.js +0 -4
  917. package/dist/ionic/p-DHCQ1qFC.js +0 -4
  918. package/dist/ionic/p-DPNSAVjP.js +0 -4
  919. package/dist/ionic/p-D_8SMvQ3.js +0 -4
  920. package/dist/ionic/p-DdaOdN_z.js +0 -4
  921. package/dist/ionic/p-Dhi5xtNS.js +0 -4
  922. package/dist/ionic/p-Dq8ap6AD.js +0 -4
  923. package/dist/ionic/p-Dv5UHqHj.js +0 -4
  924. package/dist/ionic/p-DyaKZbAH.js +0 -4
  925. package/dist/ionic/p-W-2TssC9.js +0 -4
  926. package/dist/ionic/p-a1128f7f.entry.js +0 -4
  927. package/dist/ionic/p-a57c0cce.entry.js +0 -4
  928. package/dist/ionic/p-acb9905c.entry.js +0 -4
  929. package/dist/ionic/p-b2291ef0.entry.js +0 -4
  930. package/dist/ionic/p-bf461512.entry.js +0 -4
  931. package/dist/ionic/p-c289efa5.entry.js +0 -4
  932. package/dist/ionic/p-c2f738d2.entry.js +0 -4
  933. package/dist/ionic/p-c775e3c0.entry.js +0 -4
  934. package/dist/ionic/p-ce510c06.entry.js +0 -4
  935. package/dist/ionic/p-cea1ee31.entry.js +0 -4
  936. package/dist/ionic/p-d1c60c1c.entry.js +0 -4
  937. package/dist/ionic/p-db90b95a.entry.js +0 -4
  938. package/dist/ionic/p-dcfb2b1d.entry.js +0 -4
  939. package/dist/ionic/p-e2171c27.entry.js +0 -4
  940. package/dist/ionic/p-e28d6a81.entry.js +0 -4
  941. package/dist/ionic/p-ec02238a.entry.js +0 -4
  942. package/dist/ionic/p-ecc8aebb.entry.js +0 -4
  943. package/dist/ionic/p-f3de58bd.entry.js +0 -4
  944. package/dist/ionic/p-fIOYmaqA.js +0 -4
  945. package/dist/ionic/p-ff757a50.entry.js +0 -4
  946. package/dist/ionic/p-szCM2gDt.js +0 -4
  947. package/dist/ionic/p-vXpMhGrs.js +0 -4
  948. package/dist/ionic/p-vpXGWZiy.js +0 -4
  949. package/dist/types/components/divider/divider.d.ts +0 -20
  950. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{w as e,r,c as i,a as s,j as t,h as n,d as o,g as a,e as h}from"./p-C8IsBmNU.js";import{g as f}from"./p-hHmYLOfE.js";import{I as l,b as c,p,g as d}from"./p-B3uz75uZ.js";import{c as g,t as m,e as u,g as x,r as b}from"./p-BiTKUjko.js";import{d as v,I as w}from"./p-DxFexTIr.js";import{b as y,c as k}from"./p-W-2TssC9.js";import{c as M}from"./p-B-N4FEiY.js";import{E as j,a as C}from"./p-DbQ5QkTP.js";import{h as Y,i as z}from"./p-COG0_eom.js";import{S as E}from"./p-D4RIp70E.js";import"./p-vXpMhGrs.js";import"./p-Dv5UHqHj.js";const D=e=>{const r=e.querySelector("ion-spinner"),i=r.shadowRoot.querySelector("circle"),s=e.querySelector(".spinner-arrow-container"),t=e.querySelector(".arrow-container"),n=t?t.querySelector("ion-icon"):null,o=M().duration(1e3).easing("ease-out"),a=M().addElement(s).keyframes([{offset:0,opacity:"0.3"},{offset:.45,opacity:"0.3"},{offset:.55,opacity:"1"},{offset:1,opacity:"1"}]),h=M().addElement(i).keyframes([{offset:0,strokeDasharray:"1px, 200px"},{offset:.2,strokeDasharray:"1px, 200px"},{offset:.55,strokeDasharray:"100px, 200px"},{offset:1,strokeDasharray:"100px, 200px"}]),f=M().addElement(r).keyframes([{offset:0,transform:"rotate(-90deg)"},{offset:1,transform:"rotate(210deg)"}]);if(t&&n){const e=M().addElement(t).keyframes([{offset:0,transform:"rotate(0deg)"},{offset:.3,transform:"rotate(0deg)"},{offset:.55,transform:"rotate(280deg)"},{offset:1,transform:"rotate(400deg)"}]),r=M().addElement(n).keyframes([{offset:0,transform:"translateX(2px) scale(0)"},{offset:.3,transform:"translateX(2px) scale(0)"},{offset:.55,transform:"translateX(-1.5px) scale(1)"},{offset:1,transform:"translateX(-1.5px) scale(1)"}]);o.addAnimation([e,r])}return o.addAnimation([a,h,f])},S=(r,i,s=200)=>{if(!r)return Promise.resolve();const t=m(r,s);return e((()=>{r.style.setProperty("transition",`${s}ms all ease-out`),void 0===i?r.style.removeProperty("transform"):r.style.setProperty("transform",`translate3d(0px, ${i}, 0px)`)})),t},N=()=>navigator.maxTouchPoints>0&&CSS.supports("background: -webkit-named-image(apple-pay-logo-black)"),T=async(e,r)=>{const i=e.querySelector("ion-refresher-content");if(!i)return Promise.resolve(!1);await new Promise((e=>g(i,e)));const s=e.querySelector("ion-refresher-content .refresher-pulling ion-spinner"),t=e.querySelector("ion-refresher-content .refresher-refreshing ion-spinner");return null!==s&&null!==t&&("ios"===r&&N()||"md"===r)},P=class{constructor(e){r(this,e),this.ionRefresh=i(this,"ionRefresh",7),this.ionPull=i(this,"ionPull",7),this.ionStart=i(this,"ionStart",7),this.appliedStyles=!1,this.didStart=!1,this.progress=0,this.pointerDown=!1,this.needsCompletion=!1,this.didRefresh=!1,this.contentFullscreen=!1,this.lastVelocityY=0,this.animations=[],this.nativeRefresher=!1,this.state=1,this.pullMin=60,this.pullMax=this.pullMin+60,this.closeDuration="280ms",this.snapbackDuration="280ms",this.pullFactor=1,this.disabled=!1}disabledChanged(){this.gesture&&this.gesture.enable(!this.disabled)}async checkNativeRefresher(){const e=await T(this.el,y(this));if(e&&!this.nativeRefresher){const e=this.el.closest("ion-content");this.setupNativeRefresher(e)}else e||this.destroyNativeRefresher()}destroyNativeRefresher(){this.scrollEl&&this.scrollListenerCallback&&(this.scrollEl.removeEventListener("scroll",this.scrollListenerCallback),this.scrollListenerCallback=void 0),this.nativeRefresher=!1}async resetNativeRefresher(e,r){this.state=r,"ios"===y(this)?await S(e,void 0,300):await m(this.el.querySelector(".refresher-refreshing-icon"),200),this.didRefresh=!1,this.needsCompletion=!1,this.pointerDown=!1,this.animations.forEach((e=>e.destroy())),this.animations=[],this.progress=0,this.state=1}async setupiOSNativeRefresher(r,i){this.elementToTransform=this.scrollEl;const t=r.shadowRoot.querySelectorAll("svg");let n=.16*this.scrollEl.clientHeight;const o=t.length;e((()=>t.forEach((e=>e.style.setProperty("animation","none"))))),this.scrollListenerCallback=()=>{(this.pointerDown||1!==this.state)&&s((()=>{const r=this.scrollEl.scrollTop,s=this.el.clientHeight;if(r>0){if(8===this.state){const t=u(0,r/(.5*s),1);return void e((()=>{i.style.setProperty("opacity",(1-t).toString())}))}return}this.pointerDown&&(this.didStart||(this.didStart=!0,this.ionStart.emit()),this.pointerDown&&this.ionPull.emit());const a=this.didStart?30:0,h=this.progress=u(0,(Math.abs(r)-a)/n,1);if(8===this.state||1===h){if(this.pointerDown&&(f=i,l=this.lastVelocityY,e((()=>{f.style.setProperty("--refreshing-rotation-duration",l>=1?"0.5s":"2s"),f.style.setProperty("opacity","1")}))),!this.didRefresh){this.beginRefresh(),this.didRefresh=!0,v({style:w.Light});const e=document.activeElement;void 0!==(null==e?void 0:e.blur)&&e.blur(),this.pointerDown||S(this.elementToTransform,`${s}px`)}}else this.state=2,((r,i,s)=>{e((()=>{r.forEach(((e,r)=>{const t=r*(1/i),n=u(0,(s-t)/(1-t),1);e.style.setProperty("opacity",n.toString())}))}))})(t,o,h);var f,l}))},this.scrollEl.addEventListener("scroll",this.scrollListenerCallback),this.gesture=(await import("./p-Cl0B-RWe.js")).createGesture({el:this.scrollEl,gestureName:"refresher",gesturePriority:31,direction:"y",threshold:5,onStart:()=>{this.pointerDown=!0,this.didRefresh||S(this.elementToTransform,"0px"),0===n&&(n=.16*this.scrollEl.clientHeight)},onMove:e=>{this.lastVelocityY=e.velocityY},onEnd:()=>{this.pointerDown=!1,this.didStart=!1,this.needsCompletion?(this.resetNativeRefresher(this.elementToTransform,32),this.needsCompletion=!1):this.didRefresh&&s((()=>S(this.elementToTransform,`${this.el.clientHeight}px`)))}}),this.disabledChanged()}async setupMDNativeRefresher(r,i,s){const t=x(i).querySelector("circle"),n=this.el.querySelector("ion-refresher-content .refresher-pulling-icon"),o=x(s).querySelector("circle");null!==t&&null!==o&&e((()=>{t.style.setProperty("animation","none"),s.style.setProperty("animation-delay","-655ms"),o.style.setProperty("animation-delay","-655ms")})),this.gesture=(await import("./p-Cl0B-RWe.js")).createGesture({el:this.scrollEl,gestureName:"refresher",gesturePriority:31,direction:"y",threshold:5,canStart:()=>8!==this.state&&32!==this.state&&0===this.scrollEl.scrollTop,onStart:e=>{this.progress=0,e.data={animation:void 0,didStart:!1,cancelled:!1}},onMove:i=>{if(i.velocityY<0&&0===this.progress&&!i.data.didStart||i.data.cancelled)i.data.cancelled=!0;else{if(!i.data.didStart){i.data.didStart=!0,this.state=2;const{scrollEl:s}=this,t=s.matches(l)?"overflow":"--overflow";e((()=>s.style.setProperty(t,"hidden")));const o=(e=>{const r=e.previousElementSibling;return null!==r&&"ION-HEADER"===r.tagName?"translate":"scale"})(r),a=((e,r,i)=>"scale"===e?((e,r)=>{const i=r.clientHeight,s=M().addElement(e).keyframes([{offset:0,transform:`scale(0) translateY(-${i}px)`},{offset:1,transform:"scale(1) translateY(100px)"}]);return D(e).addAnimation([s])})(r,i):((e,r)=>{const i=r.clientHeight,s=M().addElement(e).keyframes([{offset:0,transform:`translateY(-${i}px)`},{offset:1,transform:"translateY(100px)"}]);return D(e).addAnimation([s])})(r,i))(o,n,this.el);return i.data.animation=a,a.progressStart(!1,0),this.ionStart.emit(),void this.animations.push(a)}this.progress=u(0,i.deltaY/180*.5,1),i.data.animation.progressStep(this.progress),this.ionPull.emit()}},onEnd:r=>{if(!r.data.didStart)return;this.gesture.enable(!1);const{scrollEl:i}=this,s=i.matches(l)?"overflow":"--overflow";if(e((()=>i.style.removeProperty(s))),this.progress<=.4)return void r.data.animation.progressEnd(0,this.progress,500).onFinish((()=>{this.animations.forEach((e=>e.destroy())),this.animations=[],this.gesture.enable(!0),this.state=1}));const t=f([0,0],[0,0],[1,1],[1,1],this.progress)[0],o=(e=>M().duration(125).addElement(e).fromTo("transform","translateY(var(--ion-pulling-refresher-translate, 100px))","translateY(0px)"))(n);this.animations.push(o),e((async()=>{n.style.setProperty("--ion-pulling-refresher-translate",100*t+"px"),r.data.animation.progressEnd(),await o.play(),this.beginRefresh(),r.data.animation.destroy(),this.gesture.enable(!0)}))}}),this.disabledChanged()}async setupNativeRefresher(e){if(this.scrollListenerCallback||!e||this.nativeRefresher||!this.scrollEl)return;this.setCss(0,"",!1,""),this.nativeRefresher=!0;const r=this.el.querySelector("ion-refresher-content .refresher-pulling ion-spinner"),i=this.el.querySelector("ion-refresher-content .refresher-refreshing ion-spinner");"ios"===y(this)?this.setupiOSNativeRefresher(r,i):this.setupMDNativeRefresher(e,r,i)}componentDidUpdate(){this.checkNativeRefresher()}async connectedCallback(){if("fixed"!==this.el.getAttribute("slot"))return void t('[ion-refresher] - Make sure you use: <ion-refresher slot="fixed">');const e=this.el.closest(c);e?g(e,(async()=>{const r=e.querySelector(l);this.scrollEl=await d(null!=r?r:e),this.backgroundContentEl=await e.getBackgroundElement(),this.contentFullscreen=e.fullscreen,await T(this.el,y(this))?this.setupNativeRefresher(e):(this.gesture=(await import("./p-Cl0B-RWe.js")).createGesture({el:e,gestureName:"refresher",gesturePriority:31,direction:"y",threshold:20,passive:!1,canStart:()=>this.canStart(),onStart:()=>this.onStart(),onMove:e=>this.onMove(e),onEnd:()=>this.onEnd()}),this.disabledChanged())})):p(this.el)}disconnectedCallback(){this.destroyNativeRefresher(),this.scrollEl=void 0,this.gesture&&(this.gesture.destroy(),this.gesture=void 0)}async complete(){this.nativeRefresher?(this.needsCompletion=!0,this.pointerDown||b((()=>b((()=>this.resetNativeRefresher(this.elementToTransform,32)))))):this.close(32,"120ms")}async cancel(){this.nativeRefresher?this.pointerDown||b((()=>b((()=>this.resetNativeRefresher(this.elementToTransform,16))))):this.close(16,"")}getProgress(){return Promise.resolve(this.progress)}canStart(){return!(!this.scrollEl||1!==this.state||this.scrollEl.scrollTop>0)}onStart(){this.progress=0,this.state=1,this.memoizeOverflowStyle(),this.contentFullscreen&&this.backgroundContentEl&&this.backgroundContentEl.style.setProperty("--offset-top","0px")}onMove(e){if(!this.scrollEl)return;const r=e.event;if(void 0!==r.touches&&r.touches.length>1)return;if(56&this.state)return;const i=Number.isNaN(this.pullFactor)||this.pullFactor<0?1:this.pullFactor,s=e.deltaY*i;if(s<=0)return this.progress=0,this.state=1,this.appliedStyles?void this.setCss(0,"",!1,""):void 0;if(1===this.state){if(this.scrollEl.scrollTop>0)return void(this.progress=0);this.state=2}if(r.cancelable&&r.preventDefault(),this.setCss(s,"0ms",!0,""),0===s)return void(this.progress=0);const t=this.pullMin;this.progress=s/t,this.didStart||(this.didStart=!0,this.ionStart.emit()),this.ionPull.emit(),s<t?this.state=2:s>this.pullMax?this.beginRefresh():this.state=4}onEnd(){4===this.state?this.beginRefresh():2===this.state?this.cancel():1===this.state&&this.restoreOverflowStyle()}beginRefresh(){this.state=8,this.setCss(this.pullMin,this.snapbackDuration,!0,"");const e=document.activeElement;void 0!==(null==e?void 0:e.blur)&&e.blur(),this.ionRefresh.emit({complete:this.complete.bind(this)})}close(e,r){setTimeout((()=>{var e;this.state=1,this.progress=0,this.didStart=!1,this.setCss(0,"0ms",!1,"",!0),this.contentFullscreen&&this.backgroundContentEl&&(null===(e=this.backgroundContentEl)||void 0===e||e.style.removeProperty("--offset-top"))}),600),this.state=e,this.setCss(0,this.closeDuration,!0,r)}setCss(r,i,s,t,n=!1){this.nativeRefresher||(this.appliedStyles=r>0,e((()=>{if(this.scrollEl&&this.backgroundContentEl){const e=this.scrollEl.style,n=this.backgroundContentEl.style;e.transform=n.transform=r>0?`translateY(${r}px) translateZ(0px)`:"",e.transitionDuration=n.transitionDuration=i,e.transitionDelay=n.transitionDelay=t,e.overflow=s?"hidden":""}n&&this.restoreOverflowStyle()})))}memoizeOverflowStyle(){if(this.scrollEl){const{overflow:e,overflowX:r,overflowY:i}=this.scrollEl.style;this.overflowStyles={overflow:null!=e?e:"",overflowX:null!=r?r:"",overflowY:null!=i?i:""}}}restoreOverflowStyle(){if(void 0!==this.overflowStyles&&void 0!==this.scrollEl){const{overflow:e,overflowX:r,overflowY:i}=this.overflowStyles;this.scrollEl.style.overflow=e,this.scrollEl.style.overflowX=r,this.scrollEl.style.overflowY=i,this.overflowStyles=void 0}}render(){const e=k(this);return n(o,{key:"fdf580e687c1cd7c507a7357ea87a03270ff9f0b",slot:"fixed",class:{[e]:!0,[`refresher-${e}`]:!0,"refresher-native":this.nativeRefresher,"refresher-active":1!==this.state,"refresher-pulling":2===this.state,"refresher-ready":4===this.state,"refresher-refreshing":8===this.state,"refresher-cancelling":16===this.state,"refresher-completing":32===this.state}})}get el(){return a(this)}static get watchers(){return{disabled:["disabledChanged"]}}};P.style={ionic:"ion-refresher{top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}ion-refresher{inset-inline-start:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{-webkit-transform-origin:center;transform-origin:center;-webkit-transition:200ms;transition:200ms;font-size:30px;text-align:center}:host-context([dir=rtl]) .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){.refresher-pulling-icon:dir(rtl),.refresher-refreshing-icon:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-md .refresher-pulling-icon,.refresher-md .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-md .refresher-pulling-text,.refresher-md .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-lines-md line,.refresher-md .refresher-refreshing .spinner-lines-small-md line,.refresher-md .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-bubbles circle,.refresher-md .refresher-refreshing .spinner-circles circle,.refresher-md .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;width:24px;height:24px;color:var(--ion-color-primary, #0054e9)}ion-refresher.refresher-native .spinner-arrow-container{display:inherit}ion-refresher.refresher-native .arrow-container{display:block;position:absolute;width:24px;height:24px}ion-refresher.refresher-native .arrow-container ion-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;right:0;left:0;bottom:-4px;position:absolute;color:var(--ion-color-primary, #0054e9);font-size:12px}ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling,ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling{display:-ms-flexbox;display:flex}ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing{display:-ms-flexbox;display:flex}ion-refresher.refresher-native .refresher-pulling-icon{-webkit-transform:translateY(calc(-100% - 10px));transform:translateY(calc(-100% - 10px))}ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;border-radius:100%;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;display:-ms-flexbox;display:flex;border:1px solid var(--ion-color-step-200, var(--ion-background-color-step-200, #ececec));background:var(--ion-color-step-250, var(--ion-background-color-step-250, #ffffff));-webkit-box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1)}",ios:"ion-refresher{top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}ion-refresher{inset-inline-start:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{-webkit-transform-origin:center;transform-origin:center;-webkit-transition:200ms;transition:200ms;font-size:30px;text-align:center}:host-context([dir=rtl]) .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){.refresher-pulling-icon:dir(rtl),.refresher-refreshing-icon:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-ios .refresher-pulling-icon,.refresher-ios .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-ios .refresher-pulling-text,.refresher-ios .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-lines-ios line,.refresher-ios .refresher-refreshing .spinner-lines-small-ios line,.refresher-ios .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-bubbles circle,.refresher-ios .refresher-refreshing .spinner-circles circle,.refresher-ios .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0}.refresher-native .refresher-refreshing ion-spinner{--refreshing-rotation-duration:2s;display:none;-webkit-animation:var(--refreshing-rotation-duration) ease-out refresher-rotate forwards;animation:var(--refreshing-rotation-duration) ease-out refresher-rotate forwards}.refresher-native .refresher-refreshing{display:none;-webkit-animation:250ms linear refresher-pop forwards;animation:250ms linear refresher-pop forwards}.refresher-native ion-spinner{width:32px;height:32px;color:var(--ion-color-step-450, var(--ion-background-color-step-450, #747577))}.refresher-native.refresher-refreshing .refresher-pulling ion-spinner,.refresher-native.refresher-completing .refresher-pulling ion-spinner{display:none}.refresher-native.refresher-refreshing .refresher-refreshing ion-spinner,.refresher-native.refresher-completing .refresher-refreshing ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-pulling ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-refreshing ion-spinner{display:none}.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing-icon{-webkit-transform:scale(0) rotate(180deg);transform:scale(0) rotate(180deg);-webkit-transition:300ms;transition:300ms}@-webkit-keyframes refresher-pop{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes refresher-pop{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes refresher-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes refresher-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}",md:"ion-refresher{top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}ion-refresher{inset-inline-start:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{-webkit-transform-origin:center;transform-origin:center;-webkit-transition:200ms;transition:200ms;font-size:30px;text-align:center}:host-context([dir=rtl]) .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){.refresher-pulling-icon:dir(rtl),.refresher-refreshing-icon:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{-webkit-transform:scale(0);transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-md .refresher-pulling-icon,.refresher-md .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-md .refresher-pulling-text,.refresher-md .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-lines-md line,.refresher-md .refresher-refreshing .spinner-lines-small-md line,.refresher-md .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-bubbles circle,.refresher-md .refresher-refreshing .spinner-circles circle,.refresher-md .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;width:24px;height:24px;color:var(--ion-color-primary, #0054e9)}ion-refresher.refresher-native .spinner-arrow-container{display:inherit}ion-refresher.refresher-native .arrow-container{display:block;position:absolute;width:24px;height:24px}ion-refresher.refresher-native .arrow-container ion-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;right:0;left:0;bottom:-4px;position:absolute;color:var(--ion-color-primary, #0054e9);font-size:12px}ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling,ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling{display:-ms-flexbox;display:flex}ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing{display:-ms-flexbox;display:flex}ion-refresher.refresher-native .refresher-pulling-icon{-webkit-transform:translateY(calc(-100% - 10px));transform:translateY(calc(-100% - 10px))}ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;border-radius:100%;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;display:-ms-flexbox;display:flex;border:1px solid var(--ion-color-step-200, var(--ion-background-color-step-200, #ececec));background:var(--ion-color-step-250, var(--ion-background-color-step-250, #ffffff));-webkit-box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1)}"};const R=class{constructor(e){r(this,e),this.customHTMLEnabled=h.get("innerHTMLTemplatesEnabled",j)}componentWillLoad(){const e=k(this);if(void 0===this.pullingIcon){const r=N();this.pullingIcon=h.get("refreshingIcon","ios"===e&&r?h.get("spinner",r?"lines":Y):"circular")}void 0===this.refreshingSpinner&&(this.refreshingSpinner=h.get("refreshingSpinner",h.get("spinner","ios"===e?"lines":"circular")))}renderPullingText(){const{customHTMLEnabled:e,pullingText:r}=this;return e?n("div",{class:"refresher-pulling-text",innerHTML:C(r)}):n("div",{class:"refresher-pulling-text"},r)}renderRefreshingText(){const{customHTMLEnabled:e,refreshingText:r}=this;return e?n("div",{class:"refresher-refreshing-text",innerHTML:C(r)}):n("div",{class:"refresher-refreshing-text"},r)}render(){const e=this.pullingIcon,r=null!=e&&void 0!==E[e],i=k(this),s="ionic"===i?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xNjgsNDhWMjA4YTgsOCwwLDAsMS0xMy42Niw1LjY2bC04MC04MGE4LDgsMCwwLDEsMC0xMS4zMmw4MC04MEE4LDgsMCwwLDEsMTY4LDQ4WiIvPjwvc3ZnPg==":z;return n(o,{key:"3a3a3fb44f8397bb8e5019b51254ada8c26ae371",class:{[i]:!0}},n("div",{key:"3e63966e8c2b262b1f9d4a5545dbdd00e97a4c68",class:"refresher-pulling"},this.pullingIcon&&r&&n("div",{key:"d4c8fa7151cee666520a40050c58f6e8201b14a5",class:"refresher-pulling-icon"},n("div",{key:"2f45a17fe5fe51e81e2d7bd580fd60ce754c5989",class:"spinner-arrow-container"},n("ion-spinner",{key:"210cd5f152453a283dbc579f545c683e3af84ea3",name:this.pullingIcon,paused:!0}),("md"===i||"ionic"===i)&&"circular"===this.pullingIcon&&n("div",{key:"060c8d531e90478121113f59989ac29809f48947",class:"arrow-container"},n("ion-icon",{key:"7c30ddd2c1a6e2274e7d57f792733017c663197b",icon:s,"aria-hidden":"true"})))),this.pullingIcon&&!r&&n("div",{key:"3dee253d56c871195dcd59eaedc2b867ac578319",class:"refresher-pulling-icon"},n("ion-icon",{key:"46b859328da272449f316ea8f68f3c3dd545c2e7",icon:this.pullingIcon,lazy:!1,"aria-hidden":"true"})),void 0!==this.pullingText&&this.renderPullingText()),n("div",{key:"56660f9f6cff1006c5552df3a9430124689d42cb",class:"refresher-refreshing"},this.refreshingSpinner&&n("div",{key:"e8232281f251e5d0d22972fa8e38176edc3d9e5d",class:"refresher-refreshing-icon"},n("ion-spinner",{key:"70f42df444c4669f393137f218ba9d635f76a26c",name:this.refreshingSpinner})),void 0!==this.refreshingText&&this.renderRefreshingText()))}get el(){return a(this)}};R.style={ionic:"",ios:"",md:""};export{P as ion_refresher,R as ion_refresher_content}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{j as e}from"./p-C8IsBmNU.js";import{w as o}from"./p-W-2TssC9.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={},k=0,R=!1,T=!1,w=!0,W=!1,j=!0,D=!1;const F=t,I=[],K=[],M=[],x=[],B=[],N=[],P=[],U=[],q=[],z=[],G=[],H="function"==typeof AnimationEffect||void 0!==o&&"function"==typeof o.AnimationEffect,J="function"==typeof Element&&"function"==typeof Element.prototype.animate&&H,L=()=>G,O=(e,o)=>{const t=o.findIndex((o=>o.c===e));t>-1&&o.splice(t,1)},Q=(e,o)=>(((null==o?void 0:o.oneTimeCallback)?K:I).push({c:e,o}),p),V=()=>{J&&(G.forEach((e=>{e.cancel()})),G.length=0)},X=()=>{N.forEach((e=>{(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)})),N.length=0},Y=()=>void 0!==l?l:c?c.getFill():"both",Z=()=>void 0!==v?v:void 0!==f?f:c?c.getDirection():"normal",$=()=>R?"linear":void 0!==s?s:c?c.getEasing():"linear",_=()=>T?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!==k&&(k--,0===k&&((()=>{q.forEach((e=>e())),z.forEach((e=>e()));const e=w?1:0,o=E,t=h,n=S;x.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,I.forEach((o=>o.c(e,p))),K.forEach((o=>o.c(e,p))),K.length=0,j=!0,w&&(W=!0),w=!0})(),c&&c.animationFinish()))},ie=()=>{(()=>{P.forEach((e=>e())),U.forEach((e=>e()));const e=g,o=A,t=C;x.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&&J&&(x.forEach((e=>{const o=e.animate(y,{id:F,delay:oe(),duration:_(),easing:$(),iterations:ee(),fill:Y(),direction:Z()});o.pause(),G.push(o)})),G.length>0&&(G[0].onfinish=()=>{te()})),b=!0},ne=e=>{e=Math.min(Math.max(e,0),.9999),J&&G.forEach((o=>{o.currentTime=o.effect.getComputedTiming().delay+_()*e,o.pause()}))},re=e=>{G.forEach((e=>{e.effect.updateTiming({delay:oe(),duration:_(),easing:$(),iterations:ee(),fill:Y(),direction:Z()})})),void 0!==e&&ne(e)},ae=(e=!1,o=!0,t)=>(e&&B.forEach((i=>{i.update(e,o,t)})),J&&re(t),p),se=()=>{b&&(J?G.forEach((e=>{e.pause()})):x.forEach((e=>{i(e,"animation-play-state","paused")})),D=!0)},de=e=>new Promise((o=>{(null==e?void 0:e.sync)&&(T=!0,Q((()=>T=!1),{oneTimeCallback:!0})),b||ie(),W&&(J&&(ne(0),re()),W=!1),j&&(k=B.length+1,j=!1);const t=()=>{O(i,K),o()},i=()=>{O(t,M),o()};Q(i,{oneTimeCallback:!0}),M.push({c:t,o:{oneTimeCallback:!0}}),B.forEach((e=>{e.play()})),J?(G.forEach((e=>{e.play()})),0!==y.length&&0!==x.length||te()):te(),D=!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:x,childAnimations:B,id:F,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:()=>(B.forEach((e=>{e.pause()})),se(),p),stop:()=>{B.forEach((e=>{e.stop()})),b&&(V(),b=!1),R=!1,T=!1,j=!0,v=void 0,m=void 0,u=void 0,k=0,W=!1,w=!0,D=!1,M.forEach((e=>e.c(0,p))),M.length=0},destroy:e=>(B.forEach((o=>{o.destroy(e)})),(e=>{V(),e&&X()})(e),x.length=0,B.length=0,y.length=0,I.length=0,K.length=0,b=!1,j=!0,p),keyframes:e=>{const o=y!==e;return y=e,o&&(e=>{J&&L().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),B.push(o);else e.parent(p),B.push(e);return p},addElement:o=>{if(null!=o)if(1===o.nodeType)x.push(o);else if(o.length>=0)for(let e=0;e<o.length;e++)x.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=>(J||0!==e||(e=1),a=e,ae(!0),p),easing:e=>(s=e,ae(!0),p),delay:e=>(r=e,ae(!0),p),getWebAnimations:L,getKeyframes:()=>y,getFill:Y,getDirection:Z,getDelay:oe,getIterations:ee,getEasing:$,getDuration:_,afterAddRead:e=>(q.push(e),p),afterAddWrite:e=>(z.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=>(P.push(e),p),beforeAddWrite:e=>(U.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:Q,isRunning:()=>0!==k&&!D,progressStart:(e=!1,o)=>(B.forEach((t=>{t.progressStart(e,o)})),se(),R=e,b||ie(),ae(!1,!0,o),p),progressStep:e=>(B.forEach((o=>{o.progressStep(e)})),ne(e),p),progressEnd:(e,o,t)=>(R=!1,B.forEach((i=>{i.progressEnd(e,o,t)})),void 0!==t&&(m=t),W=!1,w=!0,0===e?(v="reverse"===Z()?"normal":"reverse","reverse"===v&&(w=!1),J?(ae(),ne(1-o)):(u=(1-o)*_()*-1,ae(!1,!1))):1===e&&(J?(ae(),ne(o)):(u=o*_()*-1,ae(!1,!1))),void 0===e||c||de(),p)}};export{r as c}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- const M="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMDUuNjYsMTk0LjM0YTgsOCwwLDAsMS0xMS4zMiwxMS4zMkwxMjgsMTM5LjMxLDYxLjY2LDIwNS42NmE4LDgsMCwwLDEtMTEuMzItMTEuMzJMMTE2LjY5LDEyOCw1MC4zNCw2MS42NkE4LDgsMCwwLDEsNjEuNjYsNTAuMzRMMTI4LDExNi42OWw2Ni4zNC02Ni4zNWE4LDgsMCwwLDEsMTEuMzIsMTEuMzJMMTM5LjMxLDEyOFoiLz48L3N2Zz4=";export{M as x}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{K as e}from"./p-Q7JLYEUZ.js";import"./p-Dv5UHqHj.js";import"./p-W-2TssC9.js";import"./p-C8IsBmNU.js";const t="ionKeyboardDidShow",o="ionKeyboardDidHide";let i={},s={},d=!1;const p=()=>{i={},s={},d=!1},r=t=>{if(e.getEngine())a(t);else{if(!t.visualViewport)return;s=y(t.visualViewport),t.visualViewport.onresize=()=>{w(t),h()||m(t)?n(t):b(t)&&f(t)}}},a=e=>{e.addEventListener("keyboardDidShow",(t=>n(e,t))),e.addEventListener("keyboardDidHide",(()=>f(e)))},n=(e,t)=>{c(e,t),d=!0},f=e=>{j(e),d=!1},h=()=>!d&&i.width===s.width&&(i.height-s.height)*s.scale>150,m=e=>d&&!b(e),b=e=>d&&s.height===e.innerHeight,c=(e,o)=>{const i=new CustomEvent(t,{detail:{keyboardHeight:o?o.keyboardHeight:e.innerHeight-s.height}});e.dispatchEvent(i)},j=e=>{const t=new CustomEvent(o);e.dispatchEvent(t)},w=e=>{i=Object.assign({},s),s=y(e.visualViewport)},y=e=>({width:Math.round(e.width),height:Math.round(e.height),offsetTop:e.offsetTop,offsetLeft:e.offsetLeft,pageTop:e.pageTop,pageLeft:e.pageLeft,scale:e.scale});export{o as KEYBOARD_DID_CLOSE,t as KEYBOARD_DID_OPEN,y as copyVisualViewport,b as keyboardDidClose,h as keyboardDidOpen,m as keyboardDidResize,p as resetKeyboardAssist,f as setKeyboardClose,n as setKeyboardOpen,r as startKeyboardAssist,w as trackViewportChanges}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- const M="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xODEuNjYsMTMzLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzItMTEuMzJMMTY0LjY5LDEyOCw5MC4zNCw1My42NmE4LDgsMCwwLDEsMTEuMzItMTEuMzJsODAsODBBOCw4LDAsMCwxLDE4MS42NiwxMzMuNjZaIi8+PC9zdmc+";export{M as c}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{focusElements as a}from"./p-vXpMhGrs.js";import{j as i,e as r}from"./p-C8IsBmNU.js";const e=(a,i=0)=>new Promise((r=>{t(a,i,r)})),t=(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},n=(a,i)=>{a.componentOnReady?a.componentOnReady().then((a=>i(a))):p((()=>i(a)))},o=a=>void 0!==a.componentOnReady,s=(a,i=[])=>{const r={};return i.forEach((i=>{a.hasAttribute(i)&&(null!==a.getAttribute(i)&&(r[i]=a.getAttribute(i)),a.removeAttribute(i))})),r},l=["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"],u=a=>s(a,l),c=(a,i,r,e)=>a.addEventListener(i,r,e),d=(a,i,r,e)=>a.removeEventListener(i,r,e),m=(a,i=a)=>a.shadowRoot||i,p=a=>"function"==typeof __zone_symbol__requestAnimationFrame?__zone_symbol__requestAnimationFrame(a):"function"==typeof requestAnimationFrame?requestAnimationFrame(a):setTimeout(a),f=a=>!!a.shadowRoot&&!!a.attachShadow,b=i=>{if(i.focus(),i.classList.contains("ion-focusable")){const e=r.get("appRootSelector","ion-app"),t=i.closest(e);t&&("ion-app"===e?t.setFocus([i]):requestAnimationFrame((()=>{a([i])})))}},v=(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||""}},w=(a,i,r)=>Math.max(a,Math.min(i,r)),x=(a,r)=>{if(!a){const a="ASSERT: "+r;throw i(a),new Error(a)}},h=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}},y=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.`)}},_=(a,i)=>{const r=a._original||a;return{_original:a,emit:T(r.emit.bind(r),i)}},T=(a,i=0)=>{let r;return(...e)=>{clearTimeout(r),r=setTimeout(a,i,...e)}},q=(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},j=a=>"number"==typeof a&&!isNaN(a)&&isFinite(a);export{v as a,s as b,n as c,_ as d,w as e,c as f,m as g,o as h,u as i,j,f as k,x as l,d as m,b as n,y as o,T as p,h as q,p as r,q as s,e as t}
@@ -1,5 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- class t{constructor(){this.m=new Map}reset(t){this.m=new Map(Object.entries(t))}get(t,e){const n=this.m.get(t);return void 0!==n?n:e}getBoolean(t,e=!1){const n=this.m.get(t);return void 0===n?e:"string"==typeof n?"true"===n:!!n}getNumber(t,e){const n=parseFloat(this.m.get(t));return isNaN(n)?void 0!==e?e:NaN:n}set(t,e){this.m.set(t,e)}}const e=new t,n=t=>{try{const e=t.sessionStorage.getItem(r);return null!==e?JSON.parse(e):{}}catch(t){return{}}},o=(t,e)=>{try{t.sessionStorage.setItem(r,JSON.stringify(e))}catch(t){return}},s=t=>{const e={};return t.location.search.slice(1).split("&").map((t=>t.split("="))).map((([t,e])=>{try{return[decodeURIComponent(t),decodeURIComponent(e)]}catch(t){return["",""]}})).filter((([t])=>l(t,i))).map((([t,e])=>[t.slice(i.length),e])).forEach((([t,n])=>{e[t]=n})),e},l=(t,e)=>t.substr(0,e.length)===e,i="ionic:",r="ionic-persist-config";var c;!function(t){t.OFF="OFF",t.ERROR="ERROR",t.WARN="WARN"}(c||(c={}));const u=(t,...n)=>{const o=e.get("logLevel",c.WARN);if([c.WARN].includes(o))return console.warn("[Ionic Warning]: "+t,...n)},f=(t,...n)=>{const o=e.get("logLevel",c.ERROR);if([c.ERROR,c.WARN].includes(o))return console.error("[Ionic Error]: "+t,...n)},a=(t,...e)=>console.error(`<${t.tagName.toLowerCase()}> must be used inside ${e.join(" or ")}.`);var d=Object.defineProperty,h={isBrowser:!0},p=(t=>(t.Undefined="undefined",t.Null="null",t.String="string",t.Number="number",t.SpecialNumber="number",t.Boolean="boolean",t.BigInt="bigint",t))(p||{}),v=(t=>(t.Array="array",t.Date="date",t.Map="map",t.Object="object",t.RegularExpression="regexp",t.Set="set",t.Channel="channel",t.Symbol="symbol",t))(v||{}),b="type",$="value",m="serialized:",g=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},y=(t,e)=>{e&&(t.__stencil__getHostRef=()=>e,e.t=t)},w=(t,e)=>e in t,S=(t,e)=>(0,console.error)(t,e),j=new Map,O=new Map,N=[],x="s-id",E="sty-id",k="c-id",C="slot-fb{display:contents}slot-fb[hidden]{display:none}",R="http://www.w3.org/1999/xlink",I="undefined"!=typeof window?window:{},M=I.HTMLElement||class{},L={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},A=t=>Promise.resolve(t),B=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),F=!!B&&(()=>!!I.document&&Object.getOwnPropertyDescriptor(I.document.adoptedStyleSheets,"length").writable)(),T=!1,U=[],P=[],W=(t,e)=>n=>{t.push(n),T||(T=!0,e&&4&L.o?V(D):L.raf(D))},_=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){S(t)}t.length=0},D=()=>{_(U),_(P),(T=U.length>0)&&L.raf(D)},V=t=>A().then(t),z=W(U,!1),q=W(P,!0),H=t=>{const e=new URL(t,L.l);return e.origin!==I.location.origin?e.href:e.pathname},J=t=>"object"==(t=typeof t)||"function"===t;function Y(t){var e,n,o;return null!=(o=null==(n=null==(e=t.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}var G=class t{static fromLocalValue(e){const n=e[b],o=$ in e?e[$]:void 0;switch(n){case"string":case"boolean":return o;case"bigint":return BigInt(o);case"undefined":return;case"null":return null;case"number":return"NaN"===o?NaN:"-0"===o?-0:"Infinity"===o?1/0:"-Infinity"===o?-1/0:o;case"array":return o.map((e=>t.fromLocalValue(e)));case"date":return new Date(o);case"map":const e=new Map;for(const[n,s]of o){const o="object"==typeof n&&null!==n?t.fromLocalValue(n):n,l=t.fromLocalValue(s);e.set(o,l)}return e;case"object":const s={};for(const[e,n]of o)s[e]=t.fromLocalValue(n);return s;case"regexp":const{pattern:l,flags:i}=o;return RegExp(l,i);case"set":const r=new Set;for(const e of o)r.add(t.fromLocalValue(e));return r;case"symbol":return Symbol(o);default:throw Error("Unsupported type: "+n)}}static fromLocalValueArray(e){return e.map((e=>t.fromLocalValue(e)))}static isLocalValueObject(t){if("object"!=typeof t||null===t)return!1;if(!t.hasOwnProperty(b))return!1;const e=t[b];return!!Object.values({...p,...v}).includes(e)&&("null"===e||"undefined"===e||t.hasOwnProperty($))}};((t,e)=>{for(var n in e)d(t,n,{get:e[n],enumerable:!0})})({},{err:()=>Q,map:()=>X,ok:()=>K,unwrap:()=>tt,unwrapErr:()=>et});var K=t=>({isOk:!0,isErr:!1,value:t}),Q=t=>({isOk:!1,isErr:!0,value:t});function X(t,e){if(t.isOk){const n=e(t.value);return n instanceof Promise?n.then((t=>K(t))):K(n)}if(t.isErr)return Q(t.value);throw"should never get here"}var Z,tt=t=>{if(t.isOk)return t.value;throw t.value},et=t=>{if(t.isErr)return t.value;throw t.value};function nt(t){const e=this.attachShadow({mode:"open",delegatesFocus:!!(16&t.o)});void 0===Z&&(Z=null),Z&&(F?e.adoptedStyleSheets.push(Z):e.adoptedStyleSheets=[...e.adoptedStyleSheets,Z])}var ot=t=>{const e=Lt(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&lt(e,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!it(t,ut(t),!1).length)}));let n=0;for(n=0;n<e.length;n++){const t=e[n];1===t.nodeType&&Lt(t,"childNodes").length&&ot(t)}},st=t=>{const e=[];for(let n=0;n<t.length;n++){const o=t[n]["s-nr"]||void 0;o&&o.isConnected&&e.push(o)}return e};function lt(t,e,n){let o,s=0,l=[];for(;s<t.length;s++){if(o=t[s],o["s-sr"]&&(!e||o["s-hn"]===e)&&(void 0===n||ut(o)===n)&&(l.push(o),void 0!==n))return l;l=[...l,...lt(o.childNodes,e,n)]}return l}var it=(t,e,n=!0)=>{const o=[];(n&&t["s-sr"]||!t["s-sr"])&&o.push(t);let s=t;for(;s=s.nextSibling;)ut(s)!==e||!n&&s["s-sr"]||o.push(s);return o},rt=(t,e)=>1===t.nodeType?null===t.getAttribute("slot")&&""===e||t.getAttribute("slot")===e:t["s-sn"]===e||""===e,ct=(t,e,n,o)=>{if(t["s-ol"]&&t["s-ol"].isConnected)return;const s=document.createTextNode("");if(s["s-nr"]=t,!e["s-cr"]||!e["s-cr"].parentNode)return;const l=e["s-cr"].parentNode,i=Lt(l,n?"prepend":"appendChild");if(void 0!==o){s["s-oo"]=o;const t=Lt(l,"childNodes"),e=[s];t.forEach((t=>{t["s-nr"]&&e.push(t)})),e.sort(((t,e)=>!t["s-oo"]||t["s-oo"]<(e["s-oo"]||0)?-1:!e["s-oo"]||e["s-oo"]<t["s-oo"]?1:0)),e.forEach((t=>i.call(l,t)))}else i.call(l,s);t["s-ol"]=s,t["s-sh"]=e["s-hn"]},ut=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function ft(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const e=e=>function(t){const n=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const s=this["s-cr"].parentElement;return(s.__childNodes?s.childNodes:st(s.childNodes)).forEach((t=>{o===ut(t)&&n.push(t)})),e?n.filter((t=>1===t.nodeType)):n}.bind(t);t.assignedElements=e(!0),t.assignedNodes=e(!1)}function at(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}function dt(t,e){var n;if(!(e=e||(null==(n=t["s-ol"])?void 0:n.parentElement)))return{slotNode:null,slotName:""};const o=t["s-sn"]=ut(t)||"";return{slotNode:lt(Lt(e,"childNodes"),e.tagName,o)[0],slotName:o}}var ht=t=>{const e=t.cloneNode;t.cloneNode=function(t){const n=this.shadowRoot&&true,o=e.call(this,!!n&&t);if(!n&&t){let t,e,n=0;const s=["s-id","s-cr","s-lr","s-rc","s-sc","s-p","s-cn","s-sr","s-sn","s-hn","s-ol","s-nr","s-si","s-rf","s-scs"],l=this.__childNodes||this.childNodes;for(;n<l.length;n++)t=l[n]["s-nr"],e=s.every((t=>!l[n][t])),t&&(o.__appendChild?o.__appendChild(t.cloneNode(!0)):o.appendChild(t.cloneNode(!0))),e&&o.appendChild(l[n].cloneNode(!0))}return o}},pt=t=>{t.__appendChild=t.appendChild,t.appendChild=function(t){const{slotName:e,slotNode:n}=dt(t,this);if(n){ct(t,n);const o=it(n,e),s=o[o.length-1],l=Lt(s,"parentNode"),i=Lt(l,"insertBefore")(t,s.nextSibling);return at(n),ot(this),i}return this.__appendChild(t)}},vt=t=>{t.__removeChild=t.removeChild,t.removeChild=function(t){return t&&void 0!==t["s-sn"]&&lt(this.__childNodes||this.childNodes,this.tagName,t["s-sn"])&&t.isConnected?(t.remove(),void ot(this)):this.__removeChild(t)}},bt=t=>{t.__prepend=t.prepend,t.prepend=function(...e){e.forEach((e=>{"string"==typeof e&&(e=this.ownerDocument.createTextNode(e));const n=(e["s-sn"]=ut(e))||"",o=lt(Lt(this,"childNodes"),this.tagName,n)[0];if(o){ct(e,o,!0);const t=it(o,n)[0],s=Lt(t,"parentNode"),l=Lt(s,"insertBefore")(e,Lt(t,"nextSibling"));return at(o),l}return 1===e.nodeType&&e.getAttribute("slot")&&(e.hidden=!0),t.__prepend(e)}))}},$t=t=>{t.__append=t.append,t.append=function(...t){t.forEach((t=>{"string"==typeof t&&(t=this.ownerDocument.createTextNode(t)),this.appendChild(t)}))}},mt=t=>{const e=t.insertAdjacentHTML;t.insertAdjacentHTML=function(t,n){if("afterbegin"!==t&&"beforeend"!==t)return e.call(this,t,n);const o=this.ownerDocument.createElement("_");let s;if(o.innerHTML=n,"afterbegin"===t)for(;s=o.firstChild;)this.prepend(s);else if("beforeend"===t)for(;s=o.firstChild;)this.append(s)}},gt=t=>{t.insertAdjacentText=function(t,e){this.insertAdjacentHTML(t,e)}},yt=t=>{t.__insertBefore||(t.__insertBefore=t.insertBefore,t.insertBefore=function(t,e){const{slotName:n,slotNode:o}=dt(t,this),s=this.__childNodes?this.childNodes:st(this.childNodes);if(o){let l=!1;if(s.forEach((s=>{if(s!==e&&null!==e);else{if(l=!0,null===e||n!==e["s-sn"])return void this.appendChild(t);if(n===e["s-sn"]){ct(t,o);const n=Lt(e,"parentNode");Lt(n,"insertBefore")(t,e),at(o)}}})),l)return t}const l=null==e?void 0:e.__parentNode;return l&&!this.isSameNode(l)?this.appendChild(t):this.__insertBefore(t,e)})},wt=t=>{const e=t.insertAdjacentElement;t.insertAdjacentElement=function(t,n){return"afterbegin"!==t&&"beforeend"!==t?e.call(this,t,n):"afterbegin"===t?(this.prepend(n),n):"beforeend"===t?(this.append(n),n):n}},St=t=>{Mt("textContent",t),Object.defineProperty(t,"textContent",{get:function(){let t="";return(this.__childNodes?this.childNodes:st(this.childNodes)).forEach((e=>t+=e.textContent||"")),t},set:function(t){(this.__childNodes?this.childNodes:st(this.childNodes)).forEach((t=>{t["s-ol"]&&t["s-ol"].remove(),t.remove()})),this.insertAdjacentHTML("beforeend",t)}})},jt=t=>{class e extends Array{item(t){return this[t]}}Mt("children",t),Object.defineProperty(t,"children",{get(){return this.childNodes.filter((t=>1===t.nodeType))}}),Object.defineProperty(t,"childElementCount",{get(){return this.children.length}}),Mt("firstChild",t),Object.defineProperty(t,"firstChild",{get(){return this.childNodes[0]}}),Mt("lastChild",t),Object.defineProperty(t,"lastChild",{get(){return this.childNodes[this.childNodes.length-1]}}),Mt("childNodes",t),Object.defineProperty(t,"childNodes",{get(){const t=new e;return t.push(...st(this.__childNodes)),t}})},Ot=t=>{t&&void 0===t.__nextSibling&&globalThis.Node&&(Nt(t),Et(t),Ct(t),t.nodeType===Node.ELEMENT_NODE&&(xt(t),kt(t)))},Nt=t=>{t&&!t.__nextSibling&&(Mt("nextSibling",t),Object.defineProperty(t,"nextSibling",{get:function(){var t;const e=null==(t=this["s-ol"])?void 0:t.parentNode.childNodes,n=null==e?void 0:e.indexOf(this);return e&&n>-1?e[n+1]:this.__nextSibling}}))},xt=t=>{t&&!t.__nextElementSibling&&(Mt("nextElementSibling",t),Object.defineProperty(t,"nextElementSibling",{get:function(){var t;const e=null==(t=this["s-ol"])?void 0:t.parentNode.children,n=null==e?void 0:e.indexOf(this);return e&&n>-1?e[n+1]:this.__nextElementSibling}}))},Et=t=>{t&&!t.__previousSibling&&(Mt("previousSibling",t),Object.defineProperty(t,"previousSibling",{get:function(){var t;const e=null==(t=this["s-ol"])?void 0:t.parentNode.childNodes,n=null==e?void 0:e.indexOf(this);return e&&n>-1?e[n-1]:this.__previousSibling}}))},kt=t=>{t&&!t.__previousElementSibling&&(Mt("previousElementSibling",t),Object.defineProperty(t,"previousElementSibling",{get:function(){var t;const e=null==(t=this["s-ol"])?void 0:t.parentNode.children,n=null==e?void 0:e.indexOf(this);return e&&n>-1?e[n-1]:this.__previousElementSibling}}))},Ct=t=>{t&&!t.__parentNode&&(Mt("parentNode",t),Object.defineProperty(t,"parentNode",{get:function(){var t;return(null==(t=this["s-ol"])?void 0:t.parentNode)||this.__parentNode},set:function(t){this.__parentNode=t}}))},Rt=["children","nextElementSibling","previousElementSibling"],It=["childNodes","firstChild","lastChild","nextSibling","previousSibling","textContent","parentNode"];function Mt(t,e){if(!globalThis.Node||!globalThis.Element)return;let n;Rt.includes(t)?n=Object.getOwnPropertyDescriptor(Element.prototype,t):It.includes(t)&&(n=Object.getOwnPropertyDescriptor(Node.prototype,t)),n||(n=Object.getOwnPropertyDescriptor(e,t)),n&&Object.defineProperty(e,"__"+t,n)}function Lt(t,e){if("__"+e in t){const n=t["__"+e];return"function"!=typeof n?n:n.bind(t)}return"function"!=typeof t[e]?t[e]:t[e].bind(t)}var At=new WeakMap,Bt=(t,e,n)=>{let o=O.get(t);B&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=e:o.replaceSync(e)):o=e,O.set(t,o)},Ft=(t,e,n)=>{var o;const s=Tt(e,n),l=O.get(s);if(!I.document)return s;if(t=11===t.nodeType?t:I.document,l)if("string"==typeof l){let n,i=At.get(t=t.head||t);if(i||At.set(t,i=new Set),!i.has(s)){if(t.host&&(n=t.querySelector(`[${E}="${s}"]`)))n.innerHTML=l;else{n=I.document.createElement("style"),n.innerHTML=l;const s=null!=(o=L.i)?o:Y(I.document);if(null!=s&&n.setAttribute("nonce",s),!(1&e.o))if("HEAD"===t.nodeName){const e=t.querySelectorAll("link[rel=preconnect]"),o=e.length>0?e[e.length-1].nextSibling:t.querySelector("style");t.insertBefore(n,(null==o?void 0:o.parentNode)===t?o:null)}else if("host"in t)if(B){const e=new CSSStyleSheet;e.replaceSync(l),F?t.adoptedStyleSheets.unshift(e):t.adoptedStyleSheets=[e,...t.adoptedStyleSheets]}else{const e=t.querySelector("style");e?e.innerHTML=l+e.innerHTML:t.prepend(n)}else t.append(n);1&e.o&&t.insertBefore(n,null)}4&e.o&&(n.innerHTML+=C),i&&i.add(s)}}else t.adoptedStyleSheets.includes(l)||(F?t.adoptedStyleSheets.push(l):t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return s},Tt=(t,e)=>"sc-"+(e&&32&t.o?t.u+"-"+e:t.u),Ut=t=>t.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g,"$1{"),Pt=(t,e,...n)=>{let o=null,s=null,l=null,i=!1,r=!1;const c=[],u=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!J(o))&&(o+=""),i&&r?c[c.length-1].h+=o:c.push(i?Wt(null,o):o),r=i)};if(u(n),e){e.key&&(s=e.key),e.name&&(l=e.name);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}if("function"==typeof t)return t(null===e?{}:e,c,Dt);const f=Wt(t,null);return f.p=e,c.length>0&&(f.v=c),f.$=s,f.S=l,f},Wt=(t,e)=>({o:0,j:t,h:e,O:null,v:null,p:null,$:null,S:null}),_t={},Dt={forEach:(t,e)=>t.map(Vt).forEach(e),map:(t,e)=>t.map(Vt).map(e).map(zt)},Vt=t=>({vattrs:t.p,vchildren:t.v,vkey:t.$,vname:t.S,vtag:t.j,vtext:t.h}),zt=t=>{if("function"==typeof t.vtag){const e={...t.vattrs};return t.vkey&&(e.key=t.vkey),t.vname&&(e.name=t.vname),Pt(t.vtag,e,...t.vchildren||[])}const e=Wt(t.vtag,t.vtext);return e.p=t.vattrs,e.v=t.vchildren,e.$=t.vkey,e.S=t.vname,e},qt=(t,e,n,o,s,l,i,r=[])=>{let c,u,f,a;const d=s["s-sc"];if(1===l.nodeType){if(c=l.getAttribute(k),c&&(u=c.split("."),u[0]===i||"0"===u[0])){f=Jt({o:0,N:u[0],k:u[1],C:u[2],R:u[3],j:l.tagName.toLowerCase(),O:l,p:{class:l.className||""}}),e.push(f),l.removeAttribute(k),t.v||(t.v=[]),d&&u[0]===i&&(l["s-si"]=d,f.p.class+=" "+d);const s=f.O.getAttribute("s-sn");"string"==typeof s&&("slot-fb"===f.j&&(Yt(s,u[2],f,l,t,e,n,o,r),d&&l.classList.add(d)),f.O["s-sn"]=s,f.O.removeAttribute("s-sn")),void 0!==f.R&&(t.v[f.R]=f),t=f,o&&"0"===f.C&&(o[f.R]=f.O)}if(l.shadowRoot)for(a=l.shadowRoot.childNodes.length-1;a>=0;a--)qt(t,e,n,o,s,l.shadowRoot.childNodes[a],i,r);const h=l.__childNodes||l.childNodes;for(a=h.length-1;a>=0;a--)qt(t,e,n,o,s,h[a],i,r)}else if(8===l.nodeType)u=l.nodeValue.split("."),(u[1]===i||"0"===u[1])&&(c=u[0],f=Jt({N:u[1],k:u[2],C:u[3],R:u[4]||"0",O:l,p:null,v:null,$:null,S:null,j:null,h:null}),"t"===c?(f.O=Kt(l,3),f.O&&3===f.O.nodeType&&(f.h=f.O.textContent,e.push(f),l.remove(),i===f.N&&(t.v||(t.v=[]),t.v[f.R]=f),o&&"0"===f.C&&(o[f.R]=f.O))):"c"===c?(f.O=Kt(l,8),f.O&&8===f.O.nodeType&&(e.push(f),l.remove())):f.N===i&&("s"===c?Yt(l["s-sn"]=u[5]||"",u[2],f,l,t,e,n,o,r):"r"===c&&(o?l.remove():(s["s-cr"]=l,l["s-cn"]=!0))));else if(t&&"style"===t.j){const e=Wt(null,l.textContent);e.O=l,e.R="0",t.v=[e]}else 3!==l.nodeType||l.wholeText.trim()||l["s-nr"]||l.remove();return t},Ht=(t,e)=>{if(1===t.nodeType){const n=t[x]||t.getAttribute(x);n&&e.set(n,t);let o=0;if(t.shadowRoot)for(;o<t.shadowRoot.childNodes.length;o++)Ht(t.shadowRoot.childNodes[o],e);const s=t.__childNodes||t.childNodes;for(o=0;o<s.length;o++)Ht(s[o],e)}else if(8===t.nodeType){const n=t.nodeValue.split(".");"o"===n[0]&&(e.set(n[1]+"."+n[2],t),t.nodeValue="",t["s-en"]=n[3])}},Jt=t=>({o:0,N:null,k:null,C:null,R:"0",O:null,p:null,v:null,$:null,S:null,j:null,h:null,...t});function Yt(t,e,n,o,s,l,i,r,c){o["s-sr"]=!0,n.S=t||null,n.j="slot";const u=(null==s?void 0:s.O)?s.O["s-id"]||s.O.getAttribute("s-id"):"";if(r&&I.document){const l=n.O=I.document.createElement(n.j);n.S&&n.O.setAttribute("name",t),s.O.shadowRoot&&u&&u!==n.N?Lt(s.O,"insertBefore")(l,Lt(s.O,"children")[0]):Lt(Lt(o,"parentNode"),"insertBefore")(l,o),Gt(c,e,t,o,n.N),o.remove(),"0"===n.C&&(r[n.R]=n.O)}else{const l=n.O,i=u&&u!==n.N&&s.O.shadowRoot;Gt(c,e,t,o,i?u:n.N),ft(o),i&&s.O.insertBefore(l,s.O.children[0])}l.push(n),i.push(n),s.v||(s.v=[]),s.v[n.R]=n}var Gt=(t,e,n,o,s)=>{var l,i;let r=o.nextSibling;if(t[e]=t[e]||[],r&&!(null==(l=r.nodeValue)?void 0:l.startsWith("s.")))do{!r||(r.getAttribute&&r.getAttribute("slot")||r["s-sn"])!==n&&(""!==n||r["s-sn"]||r.getAttribute&&r.getAttribute("slot")||8!==r.nodeType&&3!==r.nodeType)||(r["s-sn"]=n,t[e].push({slot:o,node:r,hostId:s})),r=null==r?void 0:r.nextSibling}while(r&&!(null==(i=r.nodeValue)?void 0:i.startsWith("s.")))},Kt=(t,e)=>{let n=t;do{n=n.nextSibling}while(n&&(n.nodeType!==e||!n.nodeValue));return n},Qt=t=>{const e=(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))(t);return RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${e}))(${e}\\b)`,"g")};Qt("::slotted"),Qt(":host"),Qt(":host-context");var Xt,Zt,te,ee=t=>N.push(t),ne=t=>{var e;return null==(e=g(t))?void 0:e.I},oe=(t,e)=>"string"==typeof t&&t.startsWith(m)?t=function(t){return"string"==typeof t&&t.startsWith(m)?G.fromLocalValue(JSON.parse(atob(t.slice(11)))):t}(t):null==t||J(t)?t:4&e?"false"!==t&&(""===t||!!t):2&e?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&e?t+"":t,se=t=>{var e;return null==(e=g(t))?void 0:e.$hostElement$},le=(t,e,n)=>{const o=se(t);return{emit:t=>ie(o,e,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:t})}},ie=(t,e,n)=>{const o=L.ce(e,n);return t.dispatchEvent(o),o},re=(t,e,n,o,s,l,i)=>{if(n===o)return;let r=w(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,s=ue(n);let l=ue(o);if((t["s-si"]||t["s-sc"])&&i){const n=t["s-sc"]||t["s-si"];l.push(n),s.forEach((t=>{t.startsWith(n)&&l.push(t)})),l=[...new Set(l)].filter((t=>t)),e.add(...l)}else e.remove(...s.filter((t=>t&&!l.includes(t)))),e.add(...l.filter((t=>t&&!s.includes(t))))}else if("style"===e){for(const e in n)o&&null!=o[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in o)n&&o[e]===n[e]||(e.includes("-")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if("key"===e);else if("ref"===e)o&&o(t);else if(r||"o"!==e[0]||"n"!==e[1]){const i=J(o);if((r||i&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[e]!==o&&(t[e]=o);else{const s=null==o?"":o;"list"===e?r=!1:null!=n&&t[e]==s||("function"==typeof t.__lookupSetter__(e)?t[e]=s:t.setAttribute(e,s))}}catch(t){}let u=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(e=c,u=!0),null==o||!1===o?!1===o&&""!==t.getAttribute(e)||(u?t.removeAttributeNS(R,e):t.removeAttribute(e)):(!r||4&l||s)&&!i&&1===t.nodeType&&(o=!0===o?"":o,u?t.setAttributeNS(R,e,o):t.setAttribute(e,o))}else if(e="-"===e[2]?e.slice(3):w(I,c)?c.slice(2):c[2]+e.slice(3),n||o){const s=e.endsWith(fe);e=e.replace(ae,""),n&&L.rel(t,e,n,s),o&&L.ael(t,e,o,s)}},ce=/\s/,ue=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(ce):[]),fe="Capture",ae=RegExp(fe+"$"),de=(t,e,n,o)=>{const s=11===e.O.nodeType&&e.O.host?e.O.host:e.O,l=t&&t.p||{},i=e.p||{};for(const t of he(Object.keys(l)))t in i||re(s,t,l[t],void 0,n,e.o,o);for(const t of he(Object.keys(i)))re(s,t,l[t],i[t],n,e.o,o)};function he(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var pe=!1,ve=!1,be=!1,$e=!1,me=(t,e,n)=>{var o;const s=e.v[n];let l,i,r,c=0;if(pe||(be=!0,"slot"===s.j&&(s.o|=s.v?2:1)),null!==s.h)l=s.O=I.document.createTextNode(s.h);else if(1&s.o)l=s.O=I.document.createTextNode(""),de(null,s,$e);else{if($e||($e="svg"===s.j),!I.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(l=s.O=I.document.createElementNS($e?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!pe&&2&s.o?"slot-fb":s.j),$e&&"foreignObject"===s.j&&($e=!1),de(null,s,$e),null!=Xt&&void 0!==Xt&&l["s-si"]!==Xt&&l.classList.add(l["s-si"]=Xt),s.v)for(c=0;c<s.v.length;++c)i=me(t,s,c),i&&l.appendChild(i);"svg"===s.j?$e=!1:"foreignObject"===l.tagName&&($e=!0)}return l["s-hn"]=te,3&s.o&&(l["s-sr"]=!0,l["s-cr"]=Zt,l["s-sn"]=s.S||"",l["s-rf"]=null==(o=s.p)?void 0:o.ref,ft(l),r=t&&t.v&&t.v[n],r&&r.j===s.j&&t.O&&ge(t.O),Re(Zt,l,e.O,null==t?void 0:t.O)),l},ge=t=>{L.o|=1;const e=t.closest(te.toLowerCase());if(null!=e){const n=Array.from(e.__childNodes||e.childNodes).find((t=>t["s-cr"])),o=Array.from(t.__childNodes||t.childNodes);for(const t of n?o.reverse():o)null!=t["s-sh"]&&(Ce(e,t,null!=n?n:null),t["s-sh"]=void 0,be=!0)}L.o&=-2},ye=(t,e)=>{L.o|=1;const n=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let e=t;for(;e=e.nextSibling;)e&&e["s-sn"]===t["s-sn"]&&e["s-sh"]===te&&n.push(e)}for(let t=n.length-1;t>=0;t--){const o=n[t];o["s-hn"]!==te&&o["s-ol"]&&(Ce(Oe(o).parentNode,o,Oe(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,be=!0),e&&ye(o,e)}L.o&=-2},we=(t,e,n,o,s,l)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(r.shadowRoot&&r.tagName===te&&(r=r.shadowRoot);s<=l;++s)o[s]&&(i=me(null,n,s),i&&(o[s].O=i,Ce(r,i,Oe(e))))},Se=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.O;ke(e),t&&(ve=!0,t["s-ol"]?t["s-ol"].remove():ye(t,!0),t.remove())}}},je=(t,e,n=!1)=>t.j===e.j&&("slot"===t.j?t.S===e.S:n?(n&&!t.$&&e.$&&(t.$=e.$),!0):t.$===e.$),Oe=t=>t&&t["s-ol"]||t,Ne=(t,e,n=!1)=>{const o=e.O=t.O,s=t.v,l=e.v,i=e.j,r=e.h;let c;null===r?($e="svg"===i||"foreignObject"!==i&&$e,"slot"!==i||pe||t.S!==e.S&&(e.O["s-sn"]=e.S||"",ge(e.O.parentElement)),de(t,e,$e,n),null!==s&&null!==l?((t,e,n,o,s=!1)=>{let l,i,r=0,c=0,u=0,f=0,a=e.length-1,d=e[0],h=e[a],p=o.length-1,v=o[0],b=o[p];for(;r<=a&&c<=p;)if(null==d)d=e[++r];else if(null==h)h=e[--a];else if(null==v)v=o[++c];else if(null==b)b=o[--p];else if(je(d,v,s))Ne(d,v,s),d=e[++r],v=o[++c];else if(je(h,b,s))Ne(h,b,s),h=e[--a],b=o[--p];else if(je(d,b,s))"slot"!==d.j&&"slot"!==b.j||ye(d.O.parentNode,!1),Ne(d,b,s),Ce(t,d.O,h.O.nextSibling),d=e[++r],b=o[--p];else if(je(h,v,s))"slot"!==d.j&&"slot"!==b.j||ye(h.O.parentNode,!1),Ne(h,v,s),Ce(t,h.O,d.O),h=e[--a],v=o[++c];else{for(u=-1,f=r;f<=a;++f)if(e[f]&&null!==e[f].$&&e[f].$===v.$){u=f;break}u>=0?(i=e[u],i.j!==v.j?l=me(e&&e[c],n,u):(Ne(i,v,s),e[u]=void 0,l=i.O),v=o[++c]):(l=me(e&&e[c],n,c),v=o[++c]),l&&Ce(Oe(d.O).parentNode,l,Oe(d.O))}r>a?we(t,null==o[p+1]?null:o[p+1].O,n,o,c,p):c>p&&Se(e,r,a)})(o,s,e,l,n):null!==l?(null!==t.h&&(o.textContent=""),we(o,null,e,l,0,l.length-1)):n||null===s?n&&null!==s&&null===l&&(e.v=s):Se(s,0,s.length-1),$e&&"svg"===i&&($e=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.h!==r&&(o.data=r)},xe=[],Ee=t=>{let e,n,o;const s=t.__childNodes||t.childNodes;for(const t of s){if(t["s-sr"]&&(e=t["s-cr"])&&e.parentNode){n=e.parentNode.__childNodes||e.parentNode.childNodes;const s=t["s-sn"];for(o=n.length-1;o>=0;o--)if(e=n[o],!(e["s-cn"]||e["s-nr"]||e["s-hn"]===t["s-hn"]||e["s-sh"]&&e["s-sh"]===t["s-hn"]))if(rt(e,s)){let n=xe.find((t=>t.M===e));ve=!0,e["s-sn"]=e["s-sn"]||s,n?(n.M["s-sh"]=t["s-hn"],n.L=t):(e["s-sh"]=t["s-hn"],xe.push({L:t,M:e})),e["s-sr"]&&xe.map((t=>{rt(t.M,e["s-sn"])&&(n=xe.find((t=>t.M===e)),n&&!t.L&&(t.L=n.L))}))}else xe.some((t=>t.M===e))||xe.push({M:e})}1===t.nodeType&&Ee(t)}},ke=t=>{t.p&&t.p.ref&&t.p.ref(null),t.v&&t.v.map(ke)},Ce=(t,e,n)=>{if("string"==typeof e["s-sn"]&&e["s-sr"]&&e["s-cr"])Re(e["s-cr"],e,t,e.parentElement);else if("string"==typeof e["s-sn"]){11!==t.getRootNode().nodeType&&Ct(e),t.insertBefore(e,n);const{slotNode:o}=dt(e);return o&&at(o),e}return t.__insertBefore?t.__insertBefore(e,n):null==t?void 0:t.insertBefore(e,n)};function Re(t,e,n,o){var s,l;let i;if(t&&"string"==typeof e["s-sn"]&&e["s-sr"]&&t.parentNode&&t.parentNode["s-sc"]&&(i=e["s-si"]||t.parentNode["s-sc"])){const t=e["s-sn"],r=e["s-hn"];if(null==(s=n.classList)||s.add(i+"-s"),o&&(null==(l=o.classList)?void 0:l.contains(i+"-s"))){let e=(o.__childNodes||o.childNodes)[0],n=!1;for(;e;){if(e["s-sn"]!==t&&e["s-hn"]===r&&e["s-sr"]){n=!0;break}e=e.nextSibling}n||o.classList.remove(i+"-s")}}}var Ie=(t,e)=>{if(e&&!t.A&&e["s-p"]){const n=e["s-p"].push(new Promise((o=>t.A=()=>{e["s-p"].splice(n-1,1),o()})))}},Me=(t,e)=>{if(t.o|=16,4&t.o)return void(t.o|=512);Ie(t,t.B);const n=()=>Le(t,e);if(!e)return q(n);queueMicrotask((()=>{n()}))},Le=(t,e)=>{const n=t.$hostElement$,o=t.t;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let s;return e?(t.o|=256,t.F&&(t.F.map((([t,e])=>_e(o,t,e,n))),t.F=void 0),t.T.length&&t.T.forEach((t=>t(n))),s=_e(o,"componentWillLoad",void 0,n)):s=_e(o,"componentWillUpdate",void 0,n),s=Ae(s,(()=>_e(o,"componentWillRender",void 0,n))),Ae(s,(()=>Fe(t,o,e)))},Ae=(t,e)=>Be(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),Be=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,Fe=async(t,e,n)=>{var o;const s=t.$hostElement$,l=s["s-rc"];n&&(t=>{const e=t.U,n=t.$hostElement$,o=e.o,s=Ft(n.shadowRoot?n.shadowRoot:n.getRootNode(),e,t.I);10&o&&(n["s-sc"]=s,n.classList.add(s+"-h"))})(t);Te(t,e,s,n),l&&(l.map((t=>t())),s["s-rc"]=void 0);{const e=null!=(o=s["s-p"])?o:[],n=()=>Ue(t);0===e.length?n():(Promise.all(e).then(n),t.o|=4,e.length=0)}},Te=(t,e,n,o)=>{try{e=e.render&&e.render(),t.o&=-17,t.o|=2,((t,e,n=!1)=>{var o,s,l,i,r;const c=t.$hostElement$,u=t.U,f=t.P||Wt(null,null),a=(t=>t&&t.j===_t)(e)?e:Pt(null,null,e);if(te=c.tagName,u.W&&(a.p=a.p||{},u.W.forEach((([t,e])=>{a.p[e]=c[t]}))),n&&a.p)for(const t of Object.keys(a.p))c.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(a.p[t]=c[t]);if(a.j=null,a.o|=4,t.P=a,a.O=f.O=c.shadowRoot||c,Xt=c["s-sc"],pe=!(!(1&u.o)||128&u.o),Zt=c["s-cr"],ve=!1,Ne(f,a,n),L.o|=1,be){Ee(a.O);for(const t of xe){const e=t.M;if(!e["s-ol"]&&I.document){const t=I.document.createTextNode("");t["s-nr"]=e,Ce(e.parentNode,e["s-ol"]=t,e)}}for(const t of xe){const e=t.M,r=t.L;if(r){const t=r.parentNode;let n=r.nextSibling;if(n&&1===n.nodeType){let l=null==(o=e["s-ol"])?void 0:o.previousSibling;for(;l;){let o=null!=(s=l["s-nr"])?s:null;if(o&&o["s-sn"]===e["s-sn"]&&t===(o.__parentNode||o.parentNode)){for(o=o.nextSibling;o===e||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){n=o;break}}l=l.previousSibling}}(!n&&t!==(e.__parentNode||e.parentNode)||(e.__nextSibling||e.nextSibling)!==n)&&e!==n&&(Ce(t,e,n),1===e.nodeType&&"SLOT-FB"!==e.tagName&&(e.hidden=null!=(l=e["s-ih"])&&l)),e&&"function"==typeof r["s-rf"]&&r["s-rf"](r)}else 1===e.nodeType&&(n&&(e["s-ih"]=null!=(i=e.hidden)&&i),e.hidden=!0)}}if(ve&&ot(a.O),L.o&=-2,xe.length=0,2&u.o){const t=a.O.__childNodes||a.O.childNodes;for(const e of t)e["s-hn"]===te||e["s-sh"]||(n&&null==e["s-ih"]&&(e["s-ih"]=null!=(r=e.hidden)&&r),e.hidden=!0)}Zt=void 0})(t,e,o)}catch(e){S(e,t.$hostElement$)}return null},Ue=t=>{const e=t.$hostElement$,n=t.t,o=t.B;_e(n,"componentDidRender",void 0,e),64&t.o?_e(n,"componentDidUpdate",void 0,e):(t.o|=64,De(e),_e(n,"componentDidLoad",void 0,e),t._(e),o||We()),t.D(e),t.A&&(t.A(),t.A=void 0),512&t.o&&V((()=>Me(t,!1))),t.o&=-517},Pe=t=>{var e;{const n=g(t),o=null==(e=null==n?void 0:n.$hostElement$)?void 0:e.isConnected;return o&&2==(18&n.o)&&Me(n,!1),o}},We=()=>{var t;V((()=>ie(I,"appload",{detail:{namespace:"ionic"}}))),(null==(t=L.V)?void 0:t.size)&&L.V.clear()},_e=(t,e,n,o)=>{if(t&&t[e])try{return t[e](n)}catch(t){S(t,o)}},De=t=>t.classList.add("hydrated"),Ve=(t,e,n,o)=>{const s=g(t);if(!s)return;if(!s)throw Error(`Couldn't find host element for "${o.u}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const l=s.$hostElement$,i=s.q.get(e),r=s.o,c=s.t;if(n=oe(n,o.H[e][0]),(!(8&r)||void 0===i)&&n!==i&&(!Number.isNaN(i)||!Number.isNaN(n))&&(s.q.set(e,n),c)){if(o.J&&128&r){const t=o.J[e];t&&t.map((t=>{try{c[t](n,i,e)}catch(t){S(t,l)}}))}if(2==(18&r)){if(c.componentShouldUpdate&&!1===c.componentShouldUpdate(n,i,e))return;Me(s,!1)}}},ze=(t,e,n)=>{var o,s;const l=t.prototype;{t.watchers&&!e.J&&(e.J=t.watchers),t.deserializers&&!e.Y&&(e.Y=t.deserializers),t.serializers&&!e.G&&(e.G=t.serializers);const i=Object.entries(null!=(o=e.H)?o:{});if(i.map((([t,[o]])=>{if(31&o||2&n&&32&o){const{get:s,set:i}=Object.getOwnPropertyDescriptor(l,t)||{};s&&(e.H[t][0]|=2048),i&&(e.H[t][0]|=4096),(1&n||!s)&&Object.defineProperty(l,t,{get(){{if(!(2048&e.H[t][0]))return((t,e)=>g(this).q.get(e))(0,t);const n=g(this),o=n?n.t:l;if(!o)return;return o[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(l,t,{set(s){const l=g(this);if(l){if(i)return void 0===(32&o?this[t]:l.$hostElement$[t])&&l.q.get(t)&&(s=l.q.get(t)),i.call(this,oe(s,o)),void Ve(this,t,s=32&o?this[t]:l.$hostElement$[t],e);{if(!(1&n&&4096&e.H[t][0]))return Ve(this,t,s,e),void(1&n&&!l.t&&l.T.push((()=>{4096&e.H[t][0]&&l.t[t]!==l.q.get(t)&&(l.t[t]=s)})));const i=()=>{const n=l.t[t];!l.q.get(t)&&n&&l.q.set(t,n),l.t[t]=oe(s,o),Ve(this,t,l.t[t],e)};l.t?i():l.T.push((()=>{i()}))}}}})}else 1&n&&64&o&&Object.defineProperty(l,t,{value(...e){var n;const o=g(this);return null==(n=null==o?void 0:o.K)?void 0:n.then((()=>{var n;return null==(n=o.t)?void 0:n[t](...e)}))}})})),1&n){const n=new Map;l.attributeChangedCallback=function(t,o,s){L.jmp((()=>{var i;const r=n.get(t),c=g(this);if(this.hasOwnProperty(r)&&(s=this[r],delete this[r]),l.hasOwnProperty(r)&&"number"==typeof this[r]&&this[r]==s)return;if(null==r){const n=null==c?void 0:c.o;if(c&&n&&!(8&n)&&128&n&&s!==o){const n=c.t,l=null==(i=e.J)?void 0:i[t];null==l||l.forEach((e=>{null!=n[e]&&n[e].call(n,s,o,t)}))}return}const u=Object.getOwnPropertyDescriptor(l,r);(s=(null!==s||"boolean"!=typeof this[r])&&s)==this[r]||u.get&&!u.set||(this[r]=s)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=e.J)?s:{}),...i.filter((([t,e])=>31&e[0])).map((([t,o])=>{var s;const l=o[1]||t;return n.set(l,t),512&o[0]&&(null==(s=e.W)||s.push([t,l])),l}))]))}}return t},qe=(t,e)=>{_e(t,"connectedCallback",void 0,e)},He=t=>{if(!(1&L.o)){const e=g(t);if(!e)return;const n=e.U,o=()=>{};if(1&e.o)Qe(t,e,n.X),(null==e?void 0:e.t)?qe(e.t,t):(null==e?void 0:e.Z)&&e.Z.then((()=>qe(e.t,t)));else{let o;if(e.o|=1,o=t.getAttribute(x),o){if(1&n.o){const e=Ft(t.shadowRoot,n,t.getAttribute("s-mode"));t.classList.remove(e+"-h",e+"-s")}else if(2&n.o){const e=Tt(n,t.getAttribute("s-mode"));t["s-sc"]=e}((t,e,n,o)=>{var s,l;const i=t.shadowRoot,r=[],c=[],u=[],f=i?[]:null,a=Wt(e,null);let d;a.O=t;{const e=o.U;e&&10&e.o&&t["s-sc"]?(d=t["s-sc"],t.classList.add(d+"-h")):t["s-sc"]&&delete t["s-sc"]}!I.document||L.V&&L.V.size||Ht(I.document.body,L.V=new Map),t[x]=n,t.removeAttribute(x),o.P=qt(a,r,c,f,t,t,n,u);let h=0;const p=r.length;let v;for(;h<p;h++){v=r[h];const n=v.N+"."+v.k,o=L.V.get(n),l=v.O;if(i){if((null==(s=v.j)?void 0:(""+s).includes("-"))&&"slot-fb"!==v.j&&!v.O.shadowRoot){const e=g(v.O);if(e){const n=Tt(e.U,v.O.getAttribute("s-mode")),o=I.document.querySelector(`style[sty-id="${n}"]`);o&&t.shadowRoot.append(o.cloneNode(!0))}}}else l["s-hn"]=e.toUpperCase(),"slot"===v.j&&(l["s-cr"]=t["s-cr"]);"slot"===v.j&&(v.S=v.O["s-sn"]||v.O.name||null,v.v?(v.o|=2,v.O.childNodes.length||v.v.forEach((t=>{v.O.appendChild(t.O)}))):v.o|=1),o&&o.isConnected&&(o.parentElement.shadowRoot&&""===o["s-en"]&&o.parentNode.insertBefore(l,o.nextSibling),o.parentNode.removeChild(o),i||(l["s-oo"]=parseInt(v.k))),o&&!o["s-id"]&&L.V.delete(n)}const b=[],$=u.length;let m,y,w,S,j=0;for(;j<$;j++)if(m=u[j],m&&m.length)for(w=m.length,y=0;y<w;y++){if(S=m[y],b[S.hostId]||(b[S.hostId]=L.V.get(S.hostId)),!b[S.hostId])continue;const t=b[S.hostId];t.shadowRoot&&S.node.parentElement!==t&&t.appendChild(S.node),t.shadowRoot&&i||(S.slot["s-cr"]||(S.slot["s-cr"]=t["s-cr"],S.slot["s-cr"]=!S.slot["s-cr"]&&t.shadowRoot?t:(t.__childNodes||t.childNodes)[0]),ct(S.node,S.slot,!1,S.node["s-oo"]),(null==(l=S.node.parentElement)?void 0:l.shadowRoot)&&S.node.getAttribute&&S.node.getAttribute("slot")&&S.node.removeAttribute("slot"),Ot(S.node))}if(d&&c.length&&c.forEach((t=>{t.O.parentElement.classList.add(d+"-s")})),i){let e=0;const n=f.length;if(n){for(;e<n;e++){const t=f[e];t&&i.appendChild(t)}Array.from(t.childNodes).forEach((t=>{"string"!=typeof t["s-en"]&&"string"!=typeof t["s-sn"]&&(1===t.nodeType&&t.slot&&t.hidden?t.removeAttribute("hidden"):(8===t.nodeType&&!t.nodeValue||3===t.nodeType&&!t.wholeText.trim())&&t.parentNode.removeChild(t))}))}}o.$hostElement$=t})(t,n.u,o,e)}o||12&n.o&&Je(t);{let n=t;for(;n=n.parentNode||n.host;)if(1===n.nodeType&&n.hasAttribute("s-id")&&n["s-p"]||n["s-p"]){Ie(e,e.B=n);break}}n.H&&Object.entries(n.H).map((([e,[n]])=>{if(31&n&&e in t&&t[e]!==Object.prototype[e]){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n)=>{let o;if(!(32&e.o)){if(e.o|=32,n.tt){const s=((t,e)=>{const n=t.u.replace(/-/g,"_"),o=t.tt;if(!o)return;const s=j.get(o);return s?s[n]:import(`./${o}.entry.js`).then((t=>(j.set(o,t),t[n])),(t=>{S(t,e.$hostElement$)}))
5
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,e);if(s&&"then"in s){const t=()=>{};o=await s,t()}else o=s;if(!o)throw Error(`Constructor for "${n.u}#${e.I}" was not found`);o.isProxied||(n.J=o.watchers,n.G=o.serializers,n.Y=o.deserializers,ze(o,n,2),o.isProxied=!0);const l=()=>{};e.o|=8;try{new o(e)}catch(e){S(e,t)}e.o&=-9,e.o|=128,l(),qe(e.t,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.o|=128));if(o&&o.style){let s;"string"==typeof o.style?s=o.style:"string"!=typeof o.style&&(e.I=(t=>N.map((e=>e(t))).find((t=>!!t)))(t),e.I&&(s=o.style[e.I]));const l=Tt(n,e.I);if(!O.has(l)){const t=()=>{};Bt(l,s,!!(1&n.o)),t()}}}const s=e.B,l=()=>Me(e,!0);s&&s["s-rc"]?s["s-rc"].push(l):l()})(t,e,n)}o()}},Je=t=>{if(!I.document)return;const e=t["s-cr"]=I.document.createComment("");e["s-cn"]=!0,Ce(t,e,t.firstChild)},Ye=(t,e)=>{_e(t,"disconnectedCallback",void 0,e||t)},Ge=(t,e={})=>{var n;if(!I.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const o=[],s=e.exclude||[],l=I.customElements,i=I.document.head,r=i.querySelector("meta[charset]"),c=I.document.createElement("style"),u=[];let f,a=!0;Object.assign(L,e),L.l=new URL(e.resourcesUrl||"./",I.document.baseURI).href,L.o|=2,(()=>{if(!I.document)return;const t=I.document.querySelectorAll(`[${E}]`);let e=0;for(;e<t.length;e++)Bt(t[e].getAttribute(E),Ut(t[e].innerHTML),!0)})();let d=!1;if(t.map((t=>{t[1].map((e=>{var n,i,r;const c={o:e[0],u:e[1],H:e[2],X:e[3]};4&c.o&&(d=!0),c.H=e[2],c.X=e[3],c.W=[],c.J=null!=(n=e[4])?n:{},c.G=null!=(i=e[5])?i:{},c.Y=null!=(r=e[6])?r:{};const h=c.u,p=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,e)=>{const n={o:0,$hostElement$:t,U:e,q:new Map,et:new Map};n.K=new Promise((t=>n.D=t)),n.Z=new Promise((t=>n._=t)),t["s-p"]=[],t["s-rc"]=[],n.T=[];const o=n;t.__stencil__getHostRef=()=>o})(t=this,c),1&c.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.u}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else nt.call(t,c)}connectedCallback(){const t=g(this);t&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,Qe(this,t,c.X)),f&&(clearTimeout(f),f=null),a?u.push(this):L.jmp((()=>He(this))))}disconnectedCallback(){L.jmp((()=>(async t=>{if(!(1&L.o)){const e=g(t);(null==e?void 0:e.nt)&&(e.nt.map((t=>t())),e.nt=void 0),(null==e?void 0:e.t)?Ye(e.t,t):(null==e?void 0:e.Z)&&e.Z.then((()=>Ye(e.t,t)))}At.has(t)&&At.delete(t),t.shadowRoot&&At.has(t.shadowRoot)&&At.delete(t.shadowRoot)})(this))),L.raf((()=>{var t;const e=g(this);if(!e)return;const n=u.findIndex((t=>t===this));n>-1&&u.splice(n,1),(null==(t=null==e?void 0:e.P)?void 0:t.O)instanceof Node&&!e.P.O.isConnected&&delete e.P.O}))}componentOnReady(){var t;return null==(t=g(this))?void 0:t.Z}};!(1&c.o)&&256&c.o&&(t=>{ht(t),pt(t),$t(t),bt(t),wt(t),mt(t),gt(t),yt(t),St(t),jt(t),vt(t)})(p.prototype),c.tt=t[0],s.includes(h)||l.get(h)||(o.push(h),l.define(h,ze(p,c,1)))}))})),o.length>0&&(d&&(c.textContent+=C),c.textContent+=o.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",c.innerHTML.length)){c.setAttribute("data-styles","");const t=null!=(n=L.i)?n:Y(I.document);null!=t&&c.setAttribute("nonce",t),i.insertBefore(c,r?r.nextSibling:i.firstChild)}a=!1,u.length?u.map((t=>t.connectedCallback())):L.jmp((()=>f=setTimeout(We,30)))},Ke=(t,e)=>e,Qe=(t,e,n)=>{n&&I.document&&n.map((([n,o,s])=>{const l=Ze(I.document,t,n),i=Xe(e,s),r=tn(n);L.ael(l,o,i,r),(e.nt=e.nt||[]).push((()=>L.rel(l,o,i,r)))}))},Xe=(t,e)=>n=>{var o;try{256&t.o?null==(o=t.t)||o[e](n):(t.F=t.F||[]).push([e,n])}catch(e){S(e,t.$hostElement$)}},Ze=(t,e,n)=>4&n?t:8&n?I:16&n?t.body:e,tn=t=>({passive:!!(1&t),capture:!!(2&t)}),en=t=>L.i=t;export{h as B,Ke as F,M as H,c as L,z as a,Ge as b,le as c,_t as d,e,u as f,se as g,Pt as h,Pe as i,f as j,H as k,n as l,s as m,o as n,ne as o,A as p,ee as q,y as r,en as s,a as t,q as w}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{e}from"./p-C8IsBmNU.js";import{c as o}from"./p-BiTKUjko.js";const t=async(e,t,i,r,n,s)=>{var a;if(e)return e.attachViewToDom(t,i,n,r);if(!(s||"string"==typeof i||i instanceof HTMLElement))throw new Error("framework delegate is missing");const m="string"==typeof i?null===(a=t.ownerDocument)||void 0===a?void 0:a.createElement(i):i;return r&&r.forEach((e=>m.classList.add(e))),n&&Object.assign(m,n),t.appendChild(m),await new Promise((e=>o(m,e))),m},i=(e,o)=>{if(o){if(e)return e.removeViewFromDom(o.parentElement,o);o.remove()}return Promise.resolve()},r=()=>{let t,i;return{attachViewToDom:async(r,n,s={},a=[])=>{var m,c;let l;if(t=r,n){const e="string"==typeof n?null===(m=t.ownerDocument)||void 0===m?void 0:m.createElement(n):n;a.forEach((o=>e.classList.add(o))),Object.assign(e,s),t.appendChild(e),l=e,await new Promise((t=>o(e,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"),a.forEach((o=>e.classList.add(o))),e.append(...t.children),t.appendChild(e),l=e}const d=e.get("appRootSelector","ion-app"),f=document.querySelector(d)||document.body;return i=document.createComment("ionic teleport"),t.parentNode.insertBefore(i,t),f.appendChild(t),null!=l?l:t},removeViewFromDom:()=>(t&&i&&(i.parentNode.insertBefore(t,i),i.remove()),Promise.resolve())}};export{r as C,t as a,i as d}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{w as o,d as r}from"./p-W-2TssC9.js";import{e as i}from"./p-C8IsBmNU.js";import{K as e,a as l}from"./p-Q7JLYEUZ.js";const n=o=>{if(void 0===r||o===l.None||void 0===o)return null;const e=i.get("appRootSelector","ion-app"),n=r.querySelector(e);return null!=n?n:r.body},s=o=>{const r=n(o);return null===r?0:r.clientHeight},t=async r=>{let i,l,t,a;const d=async()=>{const r=await e.getResizeMode(),n=void 0===r?void 0:r.mode;i=()=>{void 0===a&&(a=s(n)),t=!0,u(t,n)},l=()=>{t=!1,u(t,n)},null==o||o.addEventListener("keyboardWillShow",i),null==o||o.addEventListener("keyboardWillHide",l)},u=(o,i)=>{r&&r(o,c(i))},c=o=>{if(0===a||a===s(o))return;const r=n(o);return null!==r?new Promise((o=>{const i=new ResizeObserver((()=>{r.clientHeight===a&&(i.disconnect(),o())}));i.observe(r)})):void 0};return await d(),{init:d,destroy:()=>{null==o||o.removeEventListener("keyboardWillShow",i),null==o||o.removeEventListener("keyboardWillHide",l),i=l=void 0},isKeyboardVisible:()=>t}};export{t as c}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{w as o}from"./p-W-2TssC9.js";import{r as t}from"./p-BiTKUjko.js";const r=(r,i,e)=>{let s;const n=()=>void 0!==i()&&void 0===r.label&&null!==e(),d=()=>{const t=i();if(void 0===t)return;if(!n())return void t.style.removeProperty("width");const c=e().scrollWidth;if(0===c&&null===t.offsetParent&&void 0!==o&&"IntersectionObserver"in o){if(void 0!==s)return;const o=s=new IntersectionObserver((t=>{1===t[0].intersectionRatio&&(d(),o.disconnect(),s=void 0)}),{threshold:.01,root:r});o.observe(t)}else t.style.setProperty("width",.75*c+"px")};return{calculateNotchWidth:()=>{n()&&t((()=>{d()}))},destroy:()=>{s&&(s.disconnect(),s=void 0)}}};export{r as c}
@@ -1,4 +0,0 @@
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-C8IsBmNU.js";import{r as o}from"./p-BiTKUjko.js";const s="ionViewWillEnter",t="ionViewDidEnter",r="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 s=i.querySelector('header, [role="banner"]');if(s&&u(s))return void d(s);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),L(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-DHCQ1qFC.js")).iosTransitionAnimation:(await import("./p-szCM2gDt.js")).mdTransitionAnimation},h=async(n,e)=>{await k(e,!0);const i=n(e.baseEl,e);V(e.enteringEl,e.leavingEl);const a=await j(i,e);return e.progressCallback&&e.progressCallback(void 0),a&&D(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),V(i,a),D(i,a),{hasCompleted:!0}},k=async(n,e)=>{(void 0!==n.deepWait?n.deepWait:e)&&await Promise.all([B(n.enteringEl),B(n.leavingEl)]),await C(n.viewIsReady,n.enteringEl)},C=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},V=(n,e)=>{M(e,r),M(n,s)},D=(n,e)=>{M(n,t),M(e,c)},M=(n,e)=>{if(n){const i=new CustomEvent(e,{bubbles:!1,cancelable:!1});n.dispatchEvent(i)}},U=()=>new Promise((n=>o((()=>o((()=>n())))))),B=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(B))}},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"))},L=(n,e,i)=>{void 0!==n&&(n.style.zIndex="back"===i?"99":"101"),void 0!==e&&(e.style.zIndex="100")},W=n=>{if(n.classList.contains("ion-page"))return n;return n.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")||n};export{s as L,t as a,r as b,c,l as d,B as e,W as g,M as l,E as s,v as t,U as w}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- const M="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMTMuNjYsMTAxLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzIsMGwtODAtODBBOCw4LDAsMCwxLDUzLjY2LDkwLjM0TDEyOCwxNjQuNjlsNzQuMzQtNzQuMzVhOCw4LDAsMCwxLDExLjMyLDExLjMyWiIvPjwvc3ZnPg==";export{M as c}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{c as t}from"./p-B-N4FEiY.js";import{g as o}from"./p-Cm5sQeXL.js";import"./p-C8IsBmNU.js";import"./p-W-2TssC9.js";import"./p-BiTKUjko.js";import"./p-vXpMhGrs.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",X=s?"left":"right",y=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 k=a(r).querySelector("ion-icon").getBoundingClientRect(),w=s?k.width/2-(k.right-i.right)+"px":i.left-k.width/2+"px",T=s?`-${window.innerWidth-i.right}px`:`${i.left}px`,j=`${d.top}px`,B=`${i.top}px`,A=e?[{offset:0,transform:`translate3d(${T}, ${B}, 0)`},{offset:1,transform:`translate3d(${w}, ${j}, 0)`}]:[{offset:0,transform:`translate3d(${w}, ${j}, 0)`},{offset:1,transform:`translate3d(${T}, ${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}],C=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)"}],I=t(),O=t(),S=t(),U=n("ion-back-button"),z=a(U).querySelector(".button-text"),E=a(U).querySelector("ion-icon");U.text=r.text,U.mode=r.mode,U.theme=r.theme,U.icon=r.icon,U.color=r.color,U.disabled=r.disabled,U.style.setProperty("display","block"),U.style.setProperty("position","fixed"),O.addElement(E),I.addElement(z),S.addElement(U),S.beforeStyles({position:"absolute",top:"0px",[y]:"0px"}).beforeAddWrite((()=>{r.style.setProperty("display","none"),U.style.setProperty(b,m)})).afterAddWrite((()=>{r.style.setProperty("display",""),U.style.setProperty("display","none"),U.style.removeProperty(b)})).keyframes(A),I.beforeStyles({"transform-origin":`${b} top`}).keyframes(N),O.beforeStyles({"transform-origin":`${X} center`}).keyframes(C),o.addAnimation([I,O,S])},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 X=a?`-${window.innerWidth-l.right-8}px`:`${l.x+8}px`,y=.5;const x="scale(1)";let v=`scale(${y})`;if(f&&p){X=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());y=p.height/(i.height-c),v=t?`scale(${p.width/i.width}, ${y})`:`scale(${y})`}const h=l.top+l.height/2-r.height*y/2+"px",g=s?[{offset:0,opacity:0,transform:`translate3d(${X}, ${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(${X}, ${h}, 0) ${v}`}],k=n("ion-title"),w=t();k.innerText=e.innerText,k.size=e.size,k.color=e.color,w.addElement(k),w.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",""),k.style.setProperty("display","none")})).keyframes(g),o.addAnimation(w)},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%",X=m?"33%":"-33%",y=l.enteringEl,x=l.leavingEl,v="back"===l.direction,h=y.querySelector(":scope > ion-content"),g=y.querySelectorAll(":scope > ion-header > *:not(ion-toolbar), :scope > ion-footer > *"),k=y.querySelectorAll(":scope > ion-header > ion-toolbar"),w=t(),T=t();if(w.addElement(y).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),w.addAnimation(o)}if(h||0!==k.length||0!==g.length?(T.addElement(h),T.addElement(g)):T.addElement(y.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs")),w.addAnimation(T),v?T.beforeClearStyles([p]).fromTo("transform",`translateX(${X})`,`translateX(${$})`).fromTo(p,u,1):T.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]),T.addAnimation([s])}}const j=y.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}})(w,m,v,y,x);if(k.forEach((o=>{const n=t();n.addElement(o),w.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(),y=o.querySelector("ion-back-button");if(y&&u.addElement(y),n.addAnimation([s,e,f,d,u]),e.fromTo(p,.01,1),f.fromTo(p,.01,1),v)l||s.fromTo("transform",`translateX(${X})`,`translateX(${$})`).fromTo(p,.01,1),f.fromTo("transform",`translateX(${X})`,`translateX(${$})`),u.fromTo(p,.01,1);else if(j||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),y&&!B){const o=t();o.addElement(a(y).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")),w.addAnimation(n),v){n.beforeClearStyles([p]).fromTo("transform",`translateX(${$})`,m?"translateX(-100%)":"translateX(100%)");const t=o(x);w.afterAddWrite((()=>{"normal"===w.getDirection()&&t.style.setProperty("display","none")}))}else n.fromTo("transform",`translateX(${$})`,`translateX(${X})`).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 y=t(),x=o.querySelector("ion-back-button");if(x&&y.addElement(x),n.addAnimation([s,e,f,y,b]),w.addAnimation(n),y.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(${X})`).fromTo(p,.99,0).afterClearStyles([d,p]),f.fromTo("transform",`translateX(${$})`,`translateX(${X})`).afterClearStyles([d,p]),y.afterClearStyles([p]),s.afterClearStyles([p]),e.afterClearStyles([p])}))}return w}catch(t){throw t}},c=10;export{l as iosTransitionAnimation,a as shadow}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{b as t,d as e,M as n}from"./p-W-2TssC9.js";import{f as r}from"./p-C8IsBmNU.js";import{c as s}from"./p-BiTKUjko.js";import{c as a}from"./p-B-N4FEiY.js";const o=t=>a().duration(t?400:300),i=e=>{let n,r;const s=e.width+8,i=a(),u=a();e.isEndSide?(n=s+"px",r="0px"):(n=-s+"px",r="0px"),i.addElement(e.menuInnerEl).fromTo("transform",`translateX(${n})`,`translateX(${r})`);const c="ios"===t(e),p=c?.2:.25;return u.addElement(e.backdropEl).fromTo("opacity",.01,p),o(c).addAnimation([i,u])},u=e=>{let n,r;const s=t(e),i=e.width,u="ios"===s;e.isEndSide?(n=-i+"px",r=i+"px"):(n=i+"px",r=-i+"px");const c=a().addElement(e.menuInnerEl).fromTo("transform",`translateX(${r})`,"translateX(0px)"),p=a().addElement(e.contentEl).fromTo("transform","translateX(0px)",`translateX(${n})`),f=a().addElement(e.backdropEl).fromTo("opacity",.01,.32);return o(u).addAnimation([c,p,f])},c=e=>{const n="ios"===t(e),r=e.width*(e.isEndSide?-1:1)+"px",s=a().addElement(e.contentEl).fromTo("transform","translateX(0px)",`translateX(${r})`);return o(n).addAnimation(s)},p=(()=>{const t=new Map,a=[],o=async(t,e=!1)=>{if(await d(),"start"===t||"end"===t){const n=a.filter((e=>e.side===t&&!e.disabled));if(n.length>=1)return n.length>1&&e&&r(`menuController queried for a menu on the "${t}" side, but ${n.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.`,n.map((t=>t.el))),n[0].el;const s=a.filter((e=>e.side===t));if(s.length>=1)return s.length>1&&e&&r(`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(),m()),f=(e,n)=>{t.set(e,n)},m=()=>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=>s(t,e))))));return f("reveal",c),f("push",u),f("overlay",i),null==e||e.addEventListener("ionBackButton",(t=>{const e=m();e&&t.detail.register(n,(()=>e.close()))})),{registerAnimation:f,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:m,_createAnimation:(e,n)=>{const r=t.get(e);if(!r)throw new Error("animation not registered");return r(n)},_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}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{b as n,d as o,O as e,s as t}from"./p-W-2TssC9.js";import{n as i,c as a,f as s,m as d,g as r}from"./p-BiTKUjko.js";import{e as l,j as c,f as u}from"./p-C8IsBmNU.js";import{C as m}from"./p-CK1xn1Nt.js";import{B as p}from"./p-BTEOs1at.js";const v='[tabindex]:not([tabindex^="-"]):not([hidden]):not([disabled]), input:not([type=hidden]):not([tabindex^="-"]):not([hidden]):not([disabled]), textarea:not([tabindex^="-"]):not([hidden]):not([disabled]), button:not([tabindex^="-"]):not([hidden]):not([disabled]), select:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-checkbox:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-radio:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable[disabled="false"]:not([tabindex^="-"]):not([hidden])',f=(n,o)=>{const e=n.querySelector(v);b(e,null!=o?o:n)},h=(n,o)=>{const e=Array.from(n.querySelectorAll(v));b(e.length>0?e[e.length-1]:null,null!=o?o:n)},b=(n,o)=>{let e=n;const t=null==n?void 0:n.shadowRoot;if(t&&(e=t.querySelector(v)||n),e){const n=e.closest("ion-radio-group");n?n.setFocus():i(e)}else o.focus()};let w=0,y=0;const g=new WeakMap,O=n=>({create:o=>S(n,o),dismiss:(o,e,t)=>E(document,o,e,n,t),getTop:async()=>$(document,n)}),T=O("ion-alert"),k=O("ion-action-sheet"),x=O("ion-loading"),j=O("ion-modal"),A=O("ion-picker-legacy"),C=O("ion-popover"),I=O("ion-toast"),N=n=>{"undefined"!=typeof document&&P(document);const o=w++;n.overlayIndex=o},B=n=>(n.hasAttribute("id")||(n.id="ion-overlay-"+ ++y),n.id),S=(n,o)=>"undefined"!=typeof window&&void 0!==window.customElements?window.customElements.whenDefined(n).then((()=>{const e=document.createElement(n);return e.classList.add("overlay-hidden"),Object.assign(e,Object.assign(Object.assign({},o),{hasController:!0})),U(document).appendChild(e),new Promise((n=>a(e,n)))})):Promise.resolve(),D=(n,o)=>{let e=n;const t=null==n?void 0:n.shadowRoot;t&&(e=t.querySelector(v)||n),e?i(e):o.focus()},P=n=>{0===w&&(w=1,n.addEventListener("focus",(o=>{((n,o)=>{const e=$(o,"ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover"),t=n.target;e&&t&&(e.classList.contains(Z)||(e.shadowRoot?(()=>{if(e.contains(t))e.lastFocus=t;else if("ION-TOAST"===t.tagName)D(e.lastFocus,e);else{const n=e.lastFocus;f(e),n===o.activeElement&&h(e),e.lastFocus=o.activeElement}})():(()=>{if(e===t)e.lastFocus=void 0;else if("ION-TOAST"===t.tagName)D(e.lastFocus,e);else{const n=r(e);if(!n.contains(t))return;const i=n.querySelector(".ion-overlay-wrapper");if(!i)return;if(i.contains(t)||t===n.querySelector("ion-backdrop"))e.lastFocus=t;else{const n=e.lastFocus;f(i,e),n===o.activeElement&&h(i,e),e.lastFocus=o.activeElement}}})()))})(o,n)}),!0),n.addEventListener("ionBackButton",(o=>{const t=$(n);(null==t?void 0:t.backdropDismiss)&&o.detail.register(e,(()=>{t.dismiss(void 0,H)}))})),t()||n.addEventListener("keydown",(o=>{if("Escape"===o.key){const o=$(n);(null==o?void 0:o.backdropDismiss)&&o.dismiss(void 0,H)}})))},E=(n,o,e,t,i)=>{const a=$(n,t,i);return a?a.dismiss(o,e):Promise.reject("overlay does not exist")},M=(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"))),$=(n,o,e)=>{const t=M(n,o);return void 0===e?t[t.length-1]:t.find((n=>n.id===e))},F=(n=!1)=>{const o=U(document).querySelector("ion-router-outlet, #ion-view-container-root");o&&(n?o.setAttribute("aria-hidden","true"):o.removeAttribute("aria-hidden"))},G=async(o,e,t,i,a)=>{var s,d;if(o.presented)return;"ION-TOAST"!==o.el.tagName&&K(o.el);const r=o.el,c="ION-TOAST"!==r.tagName&&!1!==r.focusTrap&&!1!==r.showBackdrop;if(o.presented=!0,o.willPresent.emit(),c){const n=U(document).querySelector("ion-router-outlet, #ion-view-container-root");!!n&&n.contains(r)||F(!0),document.body.classList.add(p)}null===(s=o.willPresentShorthand)||void 0===s||s.emit();const u=n(o),m=o.enterAnimation?o.enterAnimation:l.get(e,"ios"===u?t:i);await V(o,m,o.el,a)&&(o.didPresent.emit(),null===(d=o.didPresentShorthand)||void 0===d||d.emit()),!o.keyboardClose||null!==document.activeElement&&o.el.contains(document.activeElement)||o.el.focus(),o.el.removeAttribute("aria-hidden"),o.el.removeAttribute("inert")},K=async n=>{let o=document.activeElement;if(!o)return;o.blur();const e=null==o?void 0:o.shadowRoot;e&&(o=e.querySelector(v)||o),await n.onDidDismiss(),null!==document.activeElement&&document.activeElement!==document.body||o.focus()},L=async(e,t,i,a,s,d,r)=>{var u,m;if(!e.presented)return!1;const v=(void 0!==o?M(o):[]).filter((n=>"ION-TOAST"!==n.tagName&&!1!==n.focusTrap&&!1!==n.showBackdrop)),f=e.el;"ION-TOAST"!==f.tagName&&!1!==f.focusTrap&&!1!==f.showBackdrop&&1===v.length&&v[0].id===f.id&&(F(!1),document.body.classList.remove(p)),e.presented=!1;try{e.el.style.setProperty("pointer-events","none"),e.willDismiss.emit({data:t,role:i}),null===(u=e.willDismissShorthand)||void 0===u||u.emit({data:t,role:i});const o=n(e),c=e.leaveAnimation?e.leaveAnimation:l.get(a,"ios"===o?s:d);i!==J&&await V(e,c,e.el,r),e.didDismiss.emit({data:t,role:i}),null===(m=e.didDismissShorthand)||void 0===m||m.emit({data:t,role:i}),(g.get(e)||[]).forEach((n=>n.destroy())),g.delete(e),e.el.classList.add("overlay-hidden"),e.el.style.removeProperty("pointer-events"),void 0!==e.el.lastFocus&&(e.el.lastFocus=void 0)}catch(n){c(`[${e.el.tagName.toLowerCase()}] - `,n)}return e.el.remove(),!0},U=n=>{const o=l.get("appRootSelector","ion-app");return n.querySelector(o)||n.body},V=async(n,o,e,t)=>{e.classList.remove("overlay-hidden");const i=o(n.el,t);n.animated&&l.getBoolean("animated",!0)||i.duration(0),n.keyboardClose&&i.beforeAddWrite((()=>{const n=e.ownerDocument.activeElement;(null==n?void 0:n.matches("input,ion-input, ion-textarea"))&&n.blur()}));const a=g.get(n)||[];return g.set(n,[...a,i]),await i.play(),!0},W=(n,o)=>{let e;const t=new Promise((n=>e=n));return q(n,o,(n=>{e(n.detail)})),t},q=(n,o,e)=>{const t=i=>{d(n,o,t),e(i)};s(n,o,t)},z=n=>"cancel"===n||n===H,R=n=>n(),_=(n,o)=>{if("function"==typeof n)return l.get("_zoneGate",R)((()=>{try{return n(o)}catch(n){throw n}}))},H="backdrop",J="gesture",Q=39,X=n=>{let o,e=!1;const t=m(),i=(i=!1)=>{if(o&&!i)return{delegate:o,inline:e};const{el:a,hasController:s,delegate:d}=n;return e=null!==a.parentNode&&!s,o=e?d||t:d,{inline:e,delegate:o}};return{attachViewToDom:async o=>{const{delegate:e}=i(!0);if(e)return await e.attachViewToDom(n.el,o);const{hasController:t}=n;if(t&&void 0!==o)throw new Error("framework delegate is missing");return null},removeViewFromDom:()=>{const{delegate:o}=i();o&&void 0!==n.el&&o.removeViewFromDom(n.el.parentElement,n.el)}}},Y=()=>{let n;const o=()=>{n&&(n(),n=void 0)};return{addClickListener:(e,t)=>{o();const i=void 0!==t?document.getElementById(t):null;i?n=((n,o)=>{const e=()=>{o.present()};return n.addEventListener("click",e),()=>{n.removeEventListener("click",e)}})(i,e):u(`[${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}},Z="ion-disable-focus-trap";export{H as B,Z as F,J as G,Q as O,T as a,k as b,C as c,X as d,Y as e,G as f,L as g,W as h,z as i,N as j,B as k,x as l,j as m,f as n,$ as o,A as p,h as q,_ as s,I as t}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{d as t}from"./p-W-2TssC9.js";import{q as o}from"./p-BiTKUjko.js";import"./p-C8IsBmNU.js";import"./p-vXpMhGrs.js";const i=i=>{if(void 0===t)return;let f,p,u,l=0;const d=i.getBoolean("animated",!0)&&i.getBoolean("rippleEffect",!0),v=new WeakMap,m=()=>{u&&clearTimeout(u),u=void 0,f&&(b(!1),f=void 0)},T=(t,i)=>{if(t&&t===f)return;u&&clearTimeout(u),u=void 0;const{x:e,y:n}=o(i);if(f){if(v.has(f))throw new Error("internal error");f.classList.contains(a)||j(f,e,n),b(!0)}if(t){const o=v.get(t);o&&(clearTimeout(o),v.delete(t)),t.classList.remove(a);const i=()=>{j(t,e,n),u=void 0};r(t)?i():u=setTimeout(i,s)}f=t},j=(t,o,i)=>{if(l=Date.now(),t.classList.add(a),!d)return;const e=n(t);null!==e&&(w(),p=e.addRipple(o,i))},w=()=>{void 0!==p&&(p.then((t=>t())),p=void 0)},b=t=>{w();const o=f;if(!o)return;const i=c-Date.now()+l;if(t&&i>0&&!r(o)){const t=setTimeout((()=>{o.classList.remove(a),v.delete(o)}),c);v.set(o,t)}else o.classList.remove(a)};t.addEventListener("ionGestureCaptured",m),t.addEventListener("pointerdown",(t=>{f||2===t.button||T(e(t),t)}),!0),t.addEventListener("pointerup",(t=>{T(void 0,t)}),!0),t.addEventListener("pointercancel",m,!0)},e=t=>{if(void 0===t.composedPath)return t.target.closest(".ion-activatable");{const o=t.composedPath();for(let t=0;t<o.length-2;t++){const i=o[t];if(!(i instanceof ShadowRoot)&&i.classList.contains("ion-activatable"))return i}}},r=t=>t.classList.contains("ion-activatable-instant"),n=t=>{if(t.shadowRoot){const o=t.shadowRoot.querySelector("ion-ripple-effect");if(o)return o}return t.querySelector("ion-ripple-effect")},a="ion-activated",s=100,c=150;export{i as startTapClick}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- const w="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0yMjQsMTI4YTgsOCwwLDAsMS04LDhINDBhOCw4LDAsMCwxLDAtMTZIMjE2QTgsOCwwLDAsMSwyMjQsMTI4Wk00MCw3MkgyMTZhOCw4LDAsMCwwLDAtMTZINDBhOCw4LDAsMCwwLDAsMTZaTTIxNiwxODRINDBhOCw4LDAsMCwwLDAsMTZIMjE2YTgsOCwwLDAsMCwwLTE2WiIvPjwvc3ZnPg==";export{w as l}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{a as o,w as s}from"./p-C8IsBmNU.js";import{f as r,s as t}from"./p-B3uz75uZ.js";import{c as a}from"./p-BiTKUjko.js";import"./p-vXpMhGrs.js";const p=()=>{const p=window;p.addEventListener("statusTap",(()=>{o((()=>{const o=document.elementFromPoint(p.innerWidth/2,p.innerHeight/2);if(!o)return;const i=r(o);i&&new Promise((o=>a(i,o))).then((()=>{s((async()=>{i.style.setProperty("--overflow","hidden"),await t(i,300),i.style.removeProperty("--overflow")}))}))}))}))};export{p as startStatusTap}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{w as s}from"./p-W-2TssC9.js";const o=()=>{if(void 0!==s)return s.Capacitor};export{o as g}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{e as t}from"./p-BiTKUjko.js";import{i as o}from"./p-C53feagD.js";import{createGesture as r}from"./p-Cl0B-RWe.js";import"./p-vXpMhGrs.js";import"./p-C8IsBmNU.js";import"./p-BTEOs1at.js";const s=(s,e,p,n,a)=>{const i=s.ownerDocument.defaultView;let m=o(s);const c=t=>m?-t.deltaX:t.deltaX;return r({el:s,gestureName:"goback-swipe",gesturePriority:101,threshold:10,canStart:t=>(m=o(s),(t=>{const{startX:o}=t;return m?o>=i.innerWidth-50:o<=50})(t)&&e()),onStart:p,onMove:t=>{const o=c(t);n(o/i.innerWidth)},onEnd:o=>{const r=c(o),s=i.innerWidth,e=r/s,p=(t=>m?-t.velocityX:t.velocityX)(o),n=p>=0&&(p>.2||r>s/2),j=(n?1-e:e)*s;let f=0;if(j>5){const t=j/Math.abs(p);f=Math.min(t,540)}a(n,e<=0?.01:t(0,e,.9999),f)}})};export{s as createSwipeBackGesture}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{e as o,j as e,l as t,m as i,n,f as d,g as r,o as s,q as a}from"./p-C8IsBmNU.js";const l="undefined"!=typeof window?window:void 0,c="undefined"!=typeof document?document:void 0,u=()=>o.get("experimentalCloseWatcher",!1)&&void 0!==l&&"CloseWatcher"in l,m=100,p=99;var w=Object.freeze({__proto__:null,MENU_BACK_BUTTON_PRIORITY:99,OVERLAY_BACK_BUTTON_PRIORITY:100,blockHardwareBackButton:()=>{document.addEventListener("backbutton",(()=>{}))},shouldUseCloseWatcher:u,startHardwareBackButton:()=>{const o=document;let t=!1;const i=()=>{if(t)return;let i=0,n=[];const d=new CustomEvent("ionBackButton",{bubbles:!1,detail:{register(o,e){n.push({priority:o,handler:e,id:i++})}}});o.dispatchEvent(d);const r=()=>{if(n.length>0){let o={priority:Number.MIN_SAFE_INTEGER,handler:()=>{},id:-1};n.forEach((e=>{e.priority>=o.priority&&(o=e)})),t=!0,n=n.filter((e=>e.id!==o.id)),(async o=>{try{if(null==o?void 0:o.handler){const e=o.handler(r);null!=e&&await e}}catch(o){e("[ion-app] - Exception in startHardwareBackButton:",o)}})(o).then((()=>t=!1))}};r()};if(u()){let o;const e=()=>{null==o||o.destroy(),o=new l.CloseWatcher,o.onclose=()=>{i(),e()}};e()}else o.addEventListener("backbutton",i)}});const v=o=>f(o),b=(o,e)=>("string"==typeof o&&(e=o,o=void 0),v(o).includes(e)),f=(o=window)=>{if(void 0===o)return[];o.Ionic=o.Ionic||{};let e=o.Ionic.platforms;return null==e&&(e=o.Ionic.platforms=h(o),e.forEach((e=>o.document.documentElement.classList.add(`plt-${e}`)))),e},h=e=>{const t=o.get("platform");return Object.keys(g).filter((o=>{const i=null==t?void 0:t[o];return"function"==typeof i?i(e):g[o](e)}))},B=o=>!!_(o,/iPad/i)||!(!_(o,/Macintosh/i)||!O(o)),y=o=>_(o,/android|sink/i),O=o=>I(o,"(any-pointer:coarse)"),j=o=>k(o)||C(o),k=o=>!!(o.cordova||o.phonegap||o.PhoneGap),C=o=>{const e=o.Capacitor;return!!((null==e?void 0:e.isNative)||(null==e?void 0:e.isNativePlatform)&&e.isNativePlatform())},_=(o,e)=>e.test(o.navigator.userAgent),I=(o,e)=>{var t;return null===(t=o.matchMedia)||void 0===t?void 0:t.call(o,e).matches},g={ipad:B,iphone:o=>_(o,/iPhone/i),ios:o=>_(o,/iPhone|iPod/i)||B(o),android:y,phablet:o=>{const e=o.innerWidth,t=o.innerHeight,i=Math.min(e,t),n=Math.max(e,t);return i>390&&i<520&&n>620&&n<800},tablet:o=>{const e=o.innerWidth,t=o.innerHeight,i=Math.min(e,t),n=Math.max(e,t);return B(o)||(o=>y(o)&&!_(o,/mobile/i))(o)||i>460&&i<820&&n>780&&n<1400},cordova:k,capacitor:C,electron:o=>_(o,/electron/i),pwa:o=>{var e;return!(!(null===(e=o.matchMedia)||void 0===e?void 0:e.call(o,"(display-mode: standalone)").matches)&&!o.navigator.standalone)},mobile:O,mobileweb:o=>O(o)&&!j(o),desktop:o=>!O(o),hybrid:j};let P,M="md";const T=(o,e,t)=>{d(`Invalid mode and theme combination provided: mode: ${o}, theme: ${e}. Fallback mode ${A(e)} will be used.`,t)},N=(o,e)=>"md"===o?"md"===e||"ionic"===e:"ios"===o&&("ios"===e||"ionic"===e),A=o=>"ios"===o?"ios":"md",R=o=>"ios"===o?"ios":"md",$=o=>["ios","md"].includes(o),U=o=>["ios","md","ionic"].includes(o),W=o=>{var e;return null===(e=o.tagName)||void 0===e?void 0:e.startsWith("ION-")},x=(o,e=E(o))=>{var t;if((null==o?void 0:o.mode)&&N(null==o?void 0:o.mode,e))return o.mode;{const i=(null===(t=r(o).closest("[mode]"))||void 0===t?void 0:t.getAttribute("mode"))||P;if(N(i,e))return i;T(i,e,o)}return A(e)},E=o=>{var e,t;const i=o&&s(o);if(i)return i;const n=r(o),d=null!==(e=null==o?void 0:o.mode)&&void 0!==e?e:null===(t=n.closest("[mode]"))||void 0===t?void 0:t.getAttribute("mode");return d?R(d):M},q=(e={})=>{if("undefined"==typeof window)return;const r=window.document,s=window,l=s.Ionic=s.Ionic||{},c=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},t(s)),{persistConfig:!1}),l.config),i(s)),e);var m;o.reset(c),o.getBoolean("persistConfig")&&n(s,c),f(s),l.config=o,l.mode=P=o.get("mode",r.documentElement.getAttribute("mode")||(b(s,"ios")?"ios":"md")),l.theme=M=o.get("theme",r.documentElement.getAttribute("theme")||R(P)),N(P,M)||(T(P,M,c),P=A(M)),o.set("mode",P),r.documentElement.setAttribute("mode",P),r.documentElement.classList.add(P),o.set("theme",M),r.documentElement.setAttribute("theme",M),r.documentElement.classList.add(M),o.getBoolean("_testing")&&o.set("animated",!1),a((o=>{for(;o;){const e=o.getAttribute("theme");if(e){if(U(e))return e;W(o)&&d(`Invalid theme: "${e}". Supported themes include: "ios" or "md".`)}const t=o.getAttribute("mode");if(t){if($(t))return t;W(o)&&d(`Invalid mode: "${t}". Ionic modes can be only "ios" or "md"`)}o=o.parentElement}return M})),m=async()=>{const e=b(window,"hybrid");if(o.getBoolean("_testing")||import("./p-DdaOdN_z.js").then((e=>e.startTapClick(o))),o.getBoolean("statusTap",e)&&import("./p-Dq8ap6AD.js").then((o=>o.startStatusTap())),o.getBoolean("inputShims",!(!b(window,"ios")||!b(window,"mobile"))||!(!b(window,"android")||!b(window,"mobileweb")))){const e=b(window,"ios")?"ios":"android";import("./p--8Ga2Cg0.js").then((t=>t.startInputShims(o,e)))}const t=await Promise.resolve().then((function(){return w})),i=e||u();o.getBoolean("hardwareBackButton",i)?t.startHardwareBackButton():(u()&&d("[ion-app] - experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used."),t.blockHardwareBackButton()),"undefined"!=typeof window&&import("./p-BRd1Ag6P.js").then((o=>o.startKeyboardAssist(window))),import("./p-vXpMhGrs.js").then((o=>o.getOrInitFocusVisibleUtility()))},"requestIdleCallback"in window?window.requestIdleCallback(m):setTimeout(m,32)};export{p as M,m as O,b as a,x as b,E as c,c as d,v as g,q as i,u as s,l as w}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{r as i,h as o,d as t,g as n}from"./p-C8IsBmNU.js";import{b as e}from"./p-BiTKUjko.js";import{c as r}from"./p-DiVJyqlX.js";import{c as a}from"./p-W-2TssC9.js";import"./p-vXpMhGrs.js";const l=class{constructor(o){i(this,o),this.pickerColumn=null,this.ariaLabel=null,this.disabled=!1,this.color="primary"}onAriaLabelChange(i){this.ariaLabel=i}componentWillLoad(){const i=e(this.el,["aria-label"]);this.ariaLabel=i["aria-label"]||null}connectedCallback(){this.pickerColumn=this.el.closest("ion-picker-column")}disconnectedCallback(){this.pickerColumn=null}componentDidLoad(){const{pickerColumn:i}=this;null!==i&&i.scrollActiveItemIntoView()}onClick(){const{pickerColumn:i}=this;null!==i&&i.setValue(this.value)}render(){const{color:i,disabled:n,ariaLabel:e}=this,l=a(this);return o(t,{key:"9ceebae71b6df0b01f36691d82d716f6756625d9",class:r(i,{[l]:!0,"option-disabled":n})},o("div",{key:"1f26246d601779dadfaf055d195e2a4959180f5a",class:"picker-column-option-button",role:"button","aria-label":e,onClick:()=>this.onClick()},o("slot",{key:"eed413474a8b7ec7a73da27fa72a2d0a9a2aae2b"})))}get el(){return n(this)}static get watchers(){return{"aria-label":["onAriaLabelChange"]}}};l.style={ionic:".picker-column-option-button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) .picker-column-option-button{cursor:default}:host(.option-active){color:var(--ion-color-base)}",ios:".picker-column-option-button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) .picker-column-option-button{cursor:default}",md:".picker-column-option-button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) .picker-column-option-button{cursor:default}:host(.option-active){color:var(--ion-color-base)}"};export{l as ion_picker_column_option}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{r as t,h as o,d as r,g as a,c as i,e as n}from"./p-C8IsBmNU.js";import{c as e}from"./p-W-2TssC9.js";import{x as s}from"./p-BDqjX7Z_.js";import{i as c}from"./p-BiTKUjko.js";import{h as b,o as l,c as d}from"./p-DiVJyqlX.js";import{t as p}from"./p-COG0_eom.js";import"./p-vXpMhGrs.js";const f=class{constructor(o){t(this,o),this.edge=!1,this.activated=!1}activatedChanged(){const t=this.activated,o=this.getFab();o&&(o.activated=t),Array.from(this.el.querySelectorAll("ion-fab-list")).forEach((o=>{o.activated=t}))}componentDidLoad(){this.activated&&this.activatedChanged()}async close(){this.activated=!1}getFab(){return this.el.querySelector("ion-fab-button")}async toggle(){this.el.querySelector("ion-fab-list")&&(this.activated=!this.activated)}render(){const{horizontal:t,vertical:a,edge:i}=this,n=e(this);return o(r,{key:"8b758c5283382f1bddd051f5a575d4952b001c50",class:{[n]:!0,[`fab-horizontal-${t}`]:void 0!==t,[`fab-vertical-${a}`]:void 0!==a,"fab-edge":i}},o("slot",{key:"45ce20f308b3de9c09d625d45b3f3dc7b4ee8652"}))}get el(){return a(this)}static get watchers(){return{activated:["activatedChanged"]}}};f.style=":host{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:999}:host(.fab-horizontal-center){right:0px;left:0px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}:host(.fab-horizontal-start){left:calc(10px + var(--ion-safe-area-left, 0px));}:host-context([dir=rtl]):host(.fab-horizontal-start),:host-context([dir=rtl]).fab-horizontal-start{right:calc(10px + var(--ion-safe-area-right, 0px));left:unset}@supports selector(:dir(rtl)){:host(.fab-horizontal-start:dir(rtl)){right:calc(10px + var(--ion-safe-area-right, 0px));left:unset}}:host(.fab-horizontal-end){right:calc(10px + var(--ion-safe-area-right, 0px));}:host-context([dir=rtl]):host(.fab-horizontal-end),:host-context([dir=rtl]).fab-horizontal-end{left:calc(10px + var(--ion-safe-area-left, 0px));right:unset}@supports selector(:dir(rtl)){:host(.fab-horizontal-end:dir(rtl)){left:calc(10px + var(--ion-safe-area-left, 0px));right:unset}}:host(.fab-vertical-top){top:10px}:host(.fab-vertical-top.fab-edge){top:0}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-button){margin-top:-50%}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-button.fab-button-small){margin-top:calc((-100% + 16px) / 2)}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-start),:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-end){margin-top:-50%}:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-top),:host(.fab-vertical-top.fab-edge) ::slotted(ion-fab-list.fab-list-side-bottom){margin-top:calc(50% + 10px)}:host(.fab-vertical-bottom){bottom:10px}:host(.fab-vertical-bottom.fab-edge){bottom:0}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-button){margin-bottom:-50%}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-button.fab-button-small){margin-bottom:calc((-100% + 16px) / 2)}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-start),:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-end){margin-bottom:-50%}:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-top),:host(.fab-vertical-bottom.fab-edge) ::slotted(ion-fab-list.fab-list-side-bottom){margin-bottom:calc(50% + 10px)}:host(.fab-vertical-center){top:0px;bottom:0px;margin-top:auto;margin-bottom:auto}";const h=class{constructor(o){t(this,o),this.ionFocus=i(this,"ionFocus",7),this.ionBlur=i(this,"ionBlur",7),this.fab=null,this.inheritedAttributes={},this.activated=!1,this.disabled=!1,this.routerDirection="forward",this.show=!1,this.translucent=!1,this.type="button",this.onFocus=()=>{this.ionFocus.emit()},this.onBlur=()=>{this.ionBlur.emit()},this.onClick=()=>{const{fab:t}=this;t&&t.toggle()}}connectedCallback(){this.fab=this.el.closest("ion-fab")}componentWillLoad(){this.inheritedAttributes=c(this.el)}get fabButtonCloseIcon(){if(null!=this.closeIcon)return this.closeIcon;const t=e(this),o={ios:p,ionic:s,md:p};return n.get("fabButtonCloseIcon",o[t]||o.md)}render(){const{el:t,disabled:a,fabButtonCloseIcon:i,color:n,href:s,activated:c,show:p,translucent:f,size:h,inheritedAttributes:g}=this,u=b("ion-fab-list",t),v=e(this),m=void 0===s?"button":"a",k="button"===m?{type:this.type}:{download:this.download,href:s,rel:this.rel,target:this.target};return o(r,{key:"ffc552ad3b542e0f79e319fa86b063c3289e1a23",onClick:this.onClick,"aria-disabled":a?"true":null,class:d(n,{[v]:!0,"fab-button-in-list":u,"fab-button-translucent-in-list":u&&f,"fab-button-close-active":c,"fab-button-show":p,"fab-button-disabled":a,"fab-button-translucent":f,"ion-activatable":!0,"ion-focusable":!0,[`fab-button-${h}`]:void 0!==h})},o(m,Object.assign({key:"acf0c99822630499b171f0873924cfe10ef41547"},k,{class:"button-native",part:"native",disabled:a,onFocus:this.onFocus,onBlur:this.onBlur,onClick:t=>l(s,t,this.routerDirection,this.routerAnimation)},g),o("ion-icon",{key:"236a7340cf8213a69325716cb3b813abb627b40a","aria-hidden":"true",icon:i,part:"close-icon",class:"close-icon",lazy:!1}),o("span",{key:"908a53794c801a64c8cdae9b08ae75deb93a5b22",class:"button-inner"},o("slot",{key:"41bf30e091cfcf90dcf3975a4b05a30c987e8aae"})),"md"===v&&o("ion-ripple-effect",{key:"b665e44a357138ef30454e267a2214356dc0fe3b"})))}get el(){return a(this)}};h.style={ionic:':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:0.08;--transition:background-color, opacity 100ms linear;--ripple-color:currentColor;--border-radius:50%;--border-width:0;--border-style:none;--border-color:initial;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:56px;height:56px;font-size:14px;text-align:center;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit;display:block;position:relative;width:100%;height:100%;-webkit-transform:var(--transform);transform:var(--transform);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);background-clip:padding-box;color:var(--color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);contain:strict;cursor:pointer;overflow:hidden;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-icon){line-height:1}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{right:0;left:0;top:0;display:-ms-flexbox;display:flex;position:absolute;-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;height:100%;-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;z-index:1}:host(.fab-button-disabled){cursor:default;opacity:0.5;pointer-events:none}@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)}}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-activated) .button-native{color:var(--color-activated)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){line-height:1}:host(.fab-button-small){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px;width:40px;height:40px}.close-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;right:0;left:0;top:0;position:absolute;height:100%;-webkit-transform:scale(0.4) rotateZ(-45deg);transform:scale(0.4) rotateZ(-45deg);-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;font-size:var(--close-icon-font-size);opacity:0;z-index:1}:host(.fab-button-close-active) .close-icon{-webkit-transform:scale(1) rotateZ(0deg);transform:scale(1) rotateZ(0deg);opacity:1}:host(.fab-button-close-active) .button-inner{-webkit-transform:scale(0.4) rotateZ(45deg);transform:scale(0.4) rotateZ(45deg);opacity:0}ion-ripple-effect{color:var(--ripple-color)}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.fab-button-translucent) .button-native{-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}}:host(.ion-color) .button-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{--background:var(--ion-color-primary, #0054e9);--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:0.24;--background-hover-opacity:0.08;--color:var(--ion-color-primary-contrast, #fff);--box-shadow:0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);--transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 280ms cubic-bezier(0.4, 0, 0.2, 1), color 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;--close-icon-font-size:24px}:host(.ion-activated){--box-shadow:0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12)}::slotted(ion-icon){font-size:24px}:host(.fab-button-in-list){--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-activated:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-focused:var(--color-activated);--background:var(--ion-color-light, #f4f5f8);--background-activated:transparent;--background-focused:var(--ion-color-light-shade, #d7d8da);--background-hover:var(--ion-color-light-tint, #f5f6f9)}:host(.fab-button-in-list) ::slotted(ion-icon){font-size:18px}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native::after{background:transparent}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-contrast)}:host(.ion-color:hover) .button-native::after{background:var(--ion-color-contrast)}}',ios:':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:0.08;--transition:background-color, opacity 100ms linear;--ripple-color:currentColor;--border-radius:50%;--border-width:0;--border-style:none;--border-color:initial;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:56px;height:56px;font-size:14px;text-align:center;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit;display:block;position:relative;width:100%;height:100%;-webkit-transform:var(--transform);transform:var(--transform);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);background-clip:padding-box;color:var(--color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);contain:strict;cursor:pointer;overflow:hidden;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-icon){line-height:1}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{right:0;left:0;top:0;display:-ms-flexbox;display:flex;position:absolute;-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;height:100%;-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;z-index:1}:host(.fab-button-disabled){cursor:default;opacity:0.5;pointer-events:none}@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)}}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-activated) .button-native{color:var(--color-activated)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){line-height:1}:host(.fab-button-small){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px;width:40px;height:40px}.close-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;right:0;left:0;top:0;position:absolute;height:100%;-webkit-transform:scale(0.4) rotateZ(-45deg);transform:scale(0.4) rotateZ(-45deg);-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;font-size:var(--close-icon-font-size);opacity:0;z-index:1}:host(.fab-button-close-active) .close-icon{-webkit-transform:scale(1) rotateZ(0deg);transform:scale(1) rotateZ(0deg);opacity:1}:host(.fab-button-close-active) .button-inner{-webkit-transform:scale(0.4) rotateZ(45deg);transform:scale(0.4) rotateZ(45deg);opacity:0}ion-ripple-effect{color:var(--ripple-color)}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.fab-button-translucent) .button-native{-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}}:host(.ion-color) .button-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{--background:var(--ion-color-primary, #0054e9);--background-activated:var(--ion-color-primary-shade, #004acd);--background-focused:var(--ion-color-primary-shade, #004acd);--background-hover:var(--ion-color-primary-tint, #1a65eb);--background-activated-opacity:1;--background-focused-opacity:1;--background-hover-opacity:1;--color:var(--ion-color-primary-contrast, #fff);--box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);--transition:0.2s transform cubic-bezier(0.25, 1.11, 0.78, 1.59);--close-icon-font-size:28px}:host(.ion-activated){--box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);--transform:scale(1.1);--transition:0.2s transform ease-out}::slotted(ion-icon){font-size:28px}:host(.fab-button-in-list){--background:var(--ion-color-light, #f4f5f8);--background-activated:var(--ion-color-light-shade, #d7d8da);--background-focused:var(--background-activated);--background-hover:var(--ion-color-light-tint, #f5f6f9);--color:var(--ion-color-light-contrast, #000);--color-activated:var(--ion-color-light-contrast, #000);--color-focused:var(--color-activated);--transition:transform 200ms ease 10ms, opacity 200ms ease 10ms}:host(.fab-button-in-list) ::slotted(ion-icon){font-size:18px}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-shade)}:host(.ion-color.ion-focused) .button-native,:host(.ion-color.ion-activated) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .button-native::after,:host(.ion-color.ion-activated) .button-native::after{background:var(--ion-color-shade)}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-contrast)}:host(.ion-color:hover) .button-native::after{background:var(--ion-color-tint)}}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.fab-button-translucent){--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.9);--background-hover:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.8);--background-focused:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.82);--backdrop-filter:saturate(180%) blur(20px)}:host(.fab-button-translucent-in-list){--background:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.9);--background-hover:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.8);--background-focused:rgba(var(--ion-color-light-rgb, 244, 245, 248), 0.82)}}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){@media (any-hover: hover){:host(.fab-button-translucent.ion-color:hover) .button-native{background:rgba(var(--ion-color-base-rgb), 0.8)}}:host(.ion-color.fab-button-translucent) .button-native{background:rgba(var(--ion-color-base-rgb), 0.9)}:host(.ion-color.ion-focused.fab-button-translucent) .button-native,:host(.ion-color.ion-activated.fab-button-translucent) .button-native{background:var(--ion-color-base)}}',md:':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:0.08;--transition:background-color, opacity 100ms linear;--ripple-color:currentColor;--border-radius:50%;--border-width:0;--border-style:none;--border-color:initial;--padding-top:0;--padding-end:0;--padding-bottom:0;--padding-start:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:56px;height:56px;font-size:14px;text-align:center;text-overflow:ellipsis;text-transform:none;white-space:nowrap;-webkit-font-kerning:none;font-kerning:none}.button-native{border-radius:var(--border-radius);-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);color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;white-space:inherit;display:block;position:relative;width:100%;height:100%;-webkit-transform:var(--transform);transform:var(--transform);-webkit-transition:var(--transition);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);background-clip:padding-box;color:var(--color);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);contain:strict;cursor:pointer;overflow:hidden;z-index:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-icon){line-height:1}.button-native::after{right:0;left:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{right:0;left:0;top:0;display:-ms-flexbox;display:flex;position:absolute;-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;height:100%;-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;z-index:1}:host(.fab-button-disabled){cursor:default;opacity:0.5;pointer-events:none}@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)}}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-activated) .button-native{color:var(--color-activated)}:host(.ion-activated) .button-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}::slotted(ion-icon){line-height:1}:host(.fab-button-small){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px;width:40px;height:40px}.close-icon{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;right:0;left:0;top:0;position:absolute;height:100%;-webkit-transform:scale(0.4) rotateZ(-45deg);transform:scale(0.4) rotateZ(-45deg);-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;font-size:var(--close-icon-font-size);opacity:0;z-index:1}:host(.fab-button-close-active) .close-icon{-webkit-transform:scale(1) rotateZ(0deg);transform:scale(1) rotateZ(0deg);opacity:1}:host(.fab-button-close-active) .button-inner{-webkit-transform:scale(0.4) rotateZ(45deg);transform:scale(0.4) rotateZ(45deg);opacity:0}ion-ripple-effect{color:var(--ripple-color)}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.fab-button-translucent) .button-native{-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}}:host(.ion-color) .button-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{--background:var(--ion-color-primary, #0054e9);--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:0.24;--background-hover-opacity:0.08;--color:var(--ion-color-primary-contrast, #fff);--box-shadow:0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);--transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 280ms cubic-bezier(0.4, 0, 0.2, 1), color 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;--close-icon-font-size:24px}:host(.ion-activated){--box-shadow:0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12)}::slotted(ion-icon){font-size:24px}:host(.fab-button-in-list){--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-activated:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);--color-focused:var(--color-activated);--background:var(--ion-color-light, #f4f5f8);--background-activated:transparent;--background-focused:var(--ion-color-light-shade, #d7d8da);--background-hover:var(--ion-color-light-tint, #f5f6f9)}:host(.fab-button-in-list) ::slotted(ion-icon){font-size:18px}:host(.ion-color.ion-focused) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .button-native::after{background:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activated) .button-native::after{background:transparent}@media (any-hover: hover){:host(.ion-color:hover) .button-native{color:var(--ion-color-contrast)}:host(.ion-color:hover) .button-native::after{background:var(--ion-color-contrast)}}'};const g=class{constructor(o){t(this,o),this.activated=!1,this.side="bottom"}activatedChanged(t){const o=Array.from(this.el.querySelectorAll("ion-fab-button")),r=t?30:0;o.forEach(((o,a)=>{setTimeout((()=>o.show=t),a*r)}))}render(){const t=e(this);return o(r,{key:"b0e984c110ea8bf4aa0daeca5f66253c9e0666fd",class:{[t]:!0,"fab-list-active":this.activated,[`fab-list-side-${this.side}`]:!0}},o("slot",{key:"7bedbb010e89d1304d86c4261f5378e90741611e"}))}get el(){return a(this)}static get watchers(){return{activated:["activatedChanged"]}}};g.style=":host{margin-left:0;margin-right:0;margin-top:calc(100% + 10px);margin-bottom:calc(100% + 10px);display:none;position:absolute;top:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;min-width:56px;min-height:56px}:host(.fab-list-active){display:-ms-flexbox;display:flex}::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:8px;margin-bottom:8px;width:40px;height:40px;-webkit-transform:scale(0);transform:scale(0);opacity:0;visibility:hidden}:host(.fab-list-side-top) ::slotted(.fab-button-in-list),:host(.fab-list-side-bottom) ::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px}:host(.fab-list-side-start) ::slotted(.fab-button-in-list),:host(.fab-list-side-end) ::slotted(.fab-button-in-list){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted(.fab-button-in-list.fab-button-show){-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}:host(.fab-list-side-top){top:auto;bottom:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse}:host(.fab-list-side-start){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse}:host(.fab-list-side-start){inset-inline-end:0}:host(.fab-list-side-end){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;-ms-flex-direction:row;flex-direction:row}:host(.fab-list-side-end){inset-inline-start:0}";export{f as ion_fab,h as ion_fab_button,g as ion_fab_list}
@@ -1,4 +0,0 @@
1
- /*!
2
- * (C) Ionic http://ionicframework.com - MIT License
3
- */
4
- import{r as o,e as t,h as e,d as n,g as i,c as a,f as r}from"./p-C8IsBmNU.js";import{c as s}from"./p-D1t981Ih.js";import{g as d,r as c,f as h,m as l,t as p}from"./p-BiTKUjko.js";import{h as g}from"./p-DiVJyqlX.js";import{l as u}from"./p-COG0_eom.js";import{c as x}from"./p-W-2TssC9.js";import"./p-vXpMhGrs.js";const b=class{constructor(e){o(this,e),this.updateListener=()=>this.updateState(!1),this.state=1,this.isNext=!1,this.isPrevious=!1,this.value="ion-accordion-"+v++,this.disabled=!1,this.readonly=!1,this.toggleIconSlot="end",this.setItemDefaults=()=>{const o=this.getSlottedHeaderIonItem();o&&(o.button=!0,o.detail=!1,void 0===o.lines&&(o.lines="full"))},this.getSlottedHeaderIonItem=()=>{const{headerEl:o}=this;if(!o)return;const t=o.querySelector("slot");return t&&void 0!==t.assignedElements?t.assignedElements().find((o=>"ION-ITEM"===o.tagName)):void 0},this.setAria=(o=!1)=>{const t=this.getSlottedHeaderIonItem();if(!t)return;const e=d(t).querySelector("button");e&&e.setAttribute("aria-expanded",`${o}`)},this.slotToggleIcon=()=>{const o=this.getSlottedHeaderIonItem();if(!o)return;const{accordionToggleIcon:t,toggleIconSlot:e}=this;if(o.querySelector(".ion-accordion-toggle-icon"))return;const n=document.createElement("ion-icon");n.slot=e,n.lazy=!1,n.classList.add("ion-accordion-toggle-icon"),n.icon=t,n.setAttribute("aria-hidden","true"),o.appendChild(n)},this.expandAccordion=(o=!1)=>{const{contentEl:t,contentElWrapper:e}=this;o||void 0===t||void 0===e?this.state=4:4!==this.state&&(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?c((()=>{this.state=8,this.currentRaf=c((async()=>{const o=e.offsetHeight,n=p(t,2e3);t.style.setProperty("max-height",`${o}px`),await n,this.state=4,t.style.removeProperty("max-height")}))})):this.state=4)},this.collapseAccordion=(o=!1)=>{const{contentEl:t}=this;o||void 0===t?this.state=1:1!==this.state&&(void 0!==this.currentRaf&&cancelAnimationFrame(this.currentRaf),this.shouldAnimate()?this.currentRaf=c((async()=>{t.style.setProperty("max-height",`${t.offsetHeight}px`),c((async()=>{const o=p(t,2e3);this.state=2,await o,this.state=1,t.style.removeProperty("max-height")}))})):this.state=1)},this.shouldAnimate=()=>"undefined"!=typeof window&&(!matchMedia("(prefers-reduced-motion: reduce)").matches&&!(!t.get("animated",!0)||this.accordionGroupEl&&!this.accordionGroupEl.animated)),this.updateState=async(o=!1)=>{const t=this.accordionGroupEl,e=this.value;if(!t)return;const n=t.value;if(Array.isArray(n)?n.includes(e):n===e)this.expandAccordion(o),this.isNext=this.isPrevious=!1;else{this.collapseAccordion(o);const t=this.getNextSibling(),e=null==t?void 0:t.value;void 0!==e&&(this.isPrevious=Array.isArray(n)?n.includes(e):n===e);const i=this.getPreviousSibling(),a=null==i?void 0:i.value;void 0!==a&&(this.isNext=Array.isArray(n)?n.includes(a):n===a)}},this.getNextSibling=()=>{const o=this.el.nextElementSibling;if("ION-ACCORDION"===(null==o?void 0:o.tagName))return o},this.getPreviousSibling=()=>{const o=this.el.previousElementSibling;if("ION-ACCORDION"===(null==o?void 0:o.tagName))return o}}valueChanged(){this.updateState()}connectedCallback(){var o;const t=this.accordionGroupEl=null===(o=this.el)||void 0===o?void 0:o.closest("ion-accordion-group");t&&(this.updateState(!0),h(t,"ionValueChange",this.updateListener))}disconnectedCallback(){const o=this.accordionGroupEl;o&&l(o,"ionValueChange",this.updateListener)}componentDidLoad(){this.setItemDefaults(),this.slotToggleIcon(),c((()=>{this.setAria(4===this.state||8===this.state)}))}get accordionToggleIcon(){if(null!=this.toggleIcon)return this.toggleIcon;const o=x(this),e={ios:u,ionic:s,md:u};return t.get("accordionToggleIcon",e[o]||e.md)}toggleExpanded(){const{accordionGroupEl:o,disabled:t,readonly:e,value:n,state:i}=this;t||e||!o||o.requestAccordionToggle(n,1===i||2===i)}render(){const{disabled:o,readonly:t}=this,i=x(this),a=4===this.state||8===this.state,r=a?"header expanded":"header",s=a?"content expanded":"content";return this.setAria(a),e(n,{key:"fa0868a83fe0858d01eb2926790bcfc7635a647d",class:{[i]:!0,"accordion-expanding":8===this.state,"accordion-expanded":4===this.state,"accordion-collapsing":2===this.state,"accordion-collapsed":1===this.state,"accordion-next":this.isNext,"accordion-previous":this.isPrevious,"accordion-disabled":o,"accordion-readonly":t,"accordion-animated":this.shouldAnimate(),"in-accordion-group-expand-inset":g(".accordion-group-expand-inset",this.el)}},e("div",{key:"386fcbc4f5cd8a5b04d2e8b3adcfc8b692c75c48",onClick:()=>this.toggleExpanded(),id:"header",part:r,"aria-controls":"content",ref:o=>this.headerEl=o},e("slot",{key:"831deb179fdaada595982566e08ec380a17cf058",name:"header"})),e("div",{key:"c4d51f29c3797705392119b2369d941f752e50f2",id:"content",part:s,role:"region","aria-labelledby":"header",ref:o=>this.contentEl=o},e("div",{key:"fc45f0b7b7057f5f99d4ff99950ab95b5e137045",id:"content-wrapper",ref:o=>this.contentElWrapper=o},e("slot",{key:"f59d8e00a6d6fa7fe5291217c4b649499d759349",name:"content"}))))}static get delegatesFocus(){return!0}get el(){return i(this)}static get watchers(){return{value:["valueChanged"]}}};let v=0;b.style={ionic:':host{display:block;position:relative;width:100%;overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host{position:relative}:host::after{-webkit-margin-start:var(--token-space-400, var(--token-scale-400, 16px));margin-inline-start:var(--token-space-400, var(--token-scale-400, 16px));-webkit-margin-end:var(--token-space-400, var(--token-scale-400, 16px));margin-inline-end:var(--token-space-400, var(--token-scale-400, 16px));right:0;left:0;bottom:0;display:block;position:absolute;height:var(--token-border-size-025, var(--token-scale-025, 1px));background-color:var(--token-border-default, var(--token-primitives-neutral-400, #d5d5d5));content:"";z-index:3}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}::slotted(ion-item[slot=header]){--border-radius:inherit;--color:var(--token-text-default, var(--token-primitives-neutral-1200, #242424));--border-width:var(--token-border-size-0, var(--token-scale-0, 0px));--inner-border-width:var(--token-scale-0, 0px);--min-height:var(--token-scale-700, 28px);--padding-top:var(--token-space-300, var(--token-scale-300, 12px));--padding-end:var(--token-space-400, var(--token-scale-400, 16px));--padding-bottom:var(--token-space-300, var(--token-scale-300, 12px));--padding-start:var(--token-space-400, var(--token-scale-400, 16px));font-size:var(--token-font-size-450, 1.125rem);font-weight:var(--token-font-weight-medium, 500);letter-spacing:var(--token-font-letter-spacing-0, 0%);line-height:var(--token-font-line-height-700, var(--token-scale-700, 28px));text-decoration:none;text-transform:none}#content-wrapper{-webkit-padding-start:var(--token-space-400, var(--token-scale-400, 16px));padding-inline-start:var(--token-space-400, var(--token-scale-400, 16px));-webkit-padding-end:var(--token-space-400, var(--token-scale-400, 16px));padding-inline-end:var(--token-space-400, var(--token-scale-400, 16px));padding-top:var(--token-space-300, var(--token-scale-300, 12px));padding-bottom:var(--token-space-300, var(--token-scale-300, 12px));font-size:var(--token-font-size-350, 0.875rem);font-weight:var(--token-font-weight-regular, 400);letter-spacing:var(--token-font-letter-spacing-0, 0%);line-height:var(--token-font-line-height-600, var(--token-scale-600, 24px));text-decoration:none;text-transform:none;color:var(--token-text-default, var(--token-primitives-neutral-1200, #242424))}:host(.accordion-disabled)::before{border-radius:inherit;right:0;left:0;top:0;bottom:0;position:absolute;background-color:var(--token-state-disabled, rgba(255, 255, 255, 0.6));content:"";pointer-events:none;z-index:2}',ios:":host{display:block;position:relative;width:100%;overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host{background-color:var(--ion-background-color, #ffffff)}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}:host(.accordion-next) ::slotted(ion-item[slot=header]){--border-width:0.55px 0px 0.55px 0px}",md:":host{display:block;position:relative;width:100%;overflow:hidden;z-index:0}:host(.accordion-expanding) ::slotted(ion-item[slot=header]),:host(.accordion-expanded) ::slotted(ion-item[slot=header]){--border-width:0px}#content{overflow:hidden;will-change:max-height}:host(.accordion-collapsing) #content{max-height:0 !important}:host(.accordion-collapsed) #content{display:none}:host(.accordion-expanding) #content{max-height:0}:host(.accordion-expanding) #content-wrapper{overflow:auto}:host(.accordion-disabled) #header,:host(.accordion-readonly) #header,:host(.accordion-disabled) #content,:host(.accordion-readonly) #content{pointer-events:none}@media (prefers-reduced-motion: reduce){:host,#content{-webkit-transition:none !important;transition:none !important}}:host{background-color:var(--ion-background-color, #ffffff)}:host(.accordion-animated){-webkit-transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:all 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-animated) #content{-webkit-transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1);transition:max-height 300ms cubic-bezier(0.25, 0.8, 0.5, 1)}:host(.accordion-disabled) #header,:host(.accordion-disabled) #content{opacity:0.4}"};const m=class{constructor(t){o(this,t),this.ionChange=a(this,"ionChange",7),this.ionValueChange=a(this,"ionValueChange",7),this.animated=!0,this.disabled=!1,this.readonly=!1,this.expand="compact"}valueChanged(){const{value:o,multiple:t}=this;!t&&Array.isArray(o)&&r(`[ion-accordion-group] - An array of values was passed, but multiple is "false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".\n\n Value Passed: [${o.map((o=>`'${o}'`)).join(", ")}]\n`,this.el),this.ionValueChange.emit({value:this.value})}async disabledChanged(){const{disabled:o}=this,t=await this.getAccordions();for(const e of t)e.disabled=o}async readonlyChanged(){const{readonly:o}=this,t=await this.getAccordions();for(const e of t)e.readonly=o}async onKeydown(o){const t=document.activeElement;if(!t)return;if(!t.closest('ion-accordion [slot="header"]'))return;const e="ION-ACCORDION"===t.tagName?t:t.closest("ion-accordion");if(!e)return;if(e.closest("ion-accordion-group")!==this.el)return;const n=await this.getAccordions(),i=n.findIndex((o=>o===e));if(-1===i)return;let a;"ArrowDown"===o.key?a=this.findNextAccordion(n,i):"ArrowUp"===o.key?a=this.findPreviousAccordion(n,i):"Home"===o.key?a=n[0]:"End"===o.key&&(a=n[n.length-1]),void 0!==a&&a!==t&&a.focus()}async componentDidLoad(){this.disabled&&this.disabledChanged(),this.readonly&&this.readonlyChanged(),this.valueChanged()}setValue(o){const t=this.value=o;this.ionChange.emit({value:t})}async requestAccordionToggle(o,t){const{multiple:e,value:n,readonly:i,disabled:a}=this;if(!i&&!a)if(t)if(e){const t=null!=n?n:[],e=Array.isArray(t)?t:[t];void 0===e.find((t=>t===o))&&void 0!==o&&this.setValue([...e,o])}else this.setValue(o);else if(e){const t=null!=n?n:[],e=Array.isArray(t)?t:[t];this.setValue(e.filter((t=>t!==o)))}else this.setValue(void 0)}findNextAccordion(o,t){const e=o[t+1];return void 0===e?o[0]:e}findPreviousAccordion(o,t){const e=o[t-1];return void 0===e?o[o.length-1]:e}async getAccordions(){return Array.from(this.el.querySelectorAll(":scope > ion-accordion"))}getShape(){const o=x(this),{shape:t}=this;if("ionic"===o)return void 0===t?"round":t}render(){const{disabled:o,readonly:t,expand:i}=this,a=x(this),r=this.getShape();return e(n,{key:"3ff9248922382f2fe2eb9eb2fd895bb9aa91ef2f",class:{[a]:!0,"accordion-group-disabled":o,"accordion-group-readonly":t,[`accordion-group-expand-${i}`]:!0,[`accordion-group-shape-${r}`]:void 0!==r},role:"presentation"},e("slot",{key:"aaa96bfa504bb020c7897e44ac1502b12bb81faf"}))}get el(){return i(this)}static get watchers(){return{value:["valueChanged"],disabled:["disabledChanged"],readonly:["readonlyChanged"]}}};m.style={ionic:":host{display:block}:host{min-width:calc(var(--token-scale-6200, 248px) + var(--token-space-600, var(--token-scale-600, 24px)));background-color:var(--token-bg-neutral-subtlest-default, var(--token-primitives-base-white, #ffffff))}:host(.accordion-group-expand-inset){-webkit-padding-start:var(--token-space-100, var(--token-scale-100, 4px));padding-inline-start:var(--token-space-100, var(--token-scale-100, 4px));-webkit-padding-end:var(--token-space-100, var(--token-scale-100, 4px));padding-inline-end:var(--token-space-100, var(--token-scale-100, 4px));padding-top:var(--token-space-100, var(--token-scale-100, 4px));padding-bottom:var(--token-space-100, var(--token-scale-100, 4px))}:host(.accordion-group-expand-inset.accordion-group-shape-round){--border-radius:var(--token-round-xl, var(--token-border-radius-400, var(--token-scale-400, 16px)));border-radius:var(--token-round-xl, var(--token-border-radius-400, var(--token-scale-400, 16px)))}:host(.accordion-group-expand-inset.accordion-group-shape-soft){--border-radius:var(--token-soft-xl, var(--token-border-radius-200, var(--token-scale-200, 8px)));border-radius:var(--token-soft-xl, var(--token-border-radius-200, var(--token-scale-200, 8px)))}:host(.accordion-group-expand-inset.accordion-group-shape-rectangular){--border-radius:var(--token-rectangular-xl, var(--token-border-radius-0, var(--token-scale-0, 0px)));border-radius:var(--token-rectangular-xl, var(--token-border-radius-0, var(--token-scale-0, 0px)))}",ios:":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){border-bottom:none}",md:":host{display:block}:host(.accordion-group-expand-inset){-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanding),:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-expanded){margin-left:0;margin-right:0;margin-top:16px;margin-bottom:16px;border-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-previous){border-end-end-radius:6px;border-end-start-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion.accordion-next){border-start-start-radius:6px;border-start-end-radius:6px}:host(.accordion-group-expand-inset) ::slotted(ion-accordion):first-of-type{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}"};export{b as ion_accordion,m as ion_accordion_group}