@ionic/core 8.5.2-dev.11742835181.16dd88fe → 8.5.2-dev.11742937752.14b430a3

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 (1201) hide show
  1. package/components/action-sheet.js +8 -13
  2. package/components/alert.js +10 -15
  3. package/components/animation.js +1 -1
  4. package/components/backdrop.js +6 -10
  5. package/components/button.js +11 -41
  6. package/components/buttons.js +7 -11
  7. package/components/capacitor.js +1 -1
  8. package/components/checkbox.js +12 -30
  9. package/components/content.js +12 -14
  10. package/components/data.js +6 -6
  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 +15 -24
  15. package/components/helpers.js +2 -43
  16. package/components/index2.js +2 -2
  17. package/components/index4.js +9 -8
  18. package/components/index5.js +3 -27
  19. package/components/index6.js +24 -110
  20. package/components/index7.js +27 -163
  21. package/components/index8.js +128 -0
  22. package/{dist/esm/index-0c65e393.js → components/index9.js} +2 -5
  23. package/components/input-shims.js +2 -2
  24. package/components/input.utils.js +2 -1
  25. package/components/ion-accordion-group.js +6 -25
  26. package/components/ion-accordion.js +17 -36
  27. package/components/ion-app.js +77 -14
  28. package/components/ion-avatar.js +5 -58
  29. package/components/ion-back-button.js +19 -29
  30. package/components/ion-badge.js +9 -50
  31. package/components/ion-breadcrumb.js +11 -45
  32. package/components/ion-breadcrumbs.js +5 -9
  33. package/components/ion-card-content.js +7 -11
  34. package/components/ion-card-header.js +5 -9
  35. package/components/ion-card-subtitle.js +5 -9
  36. package/components/ion-card-title.js +5 -9
  37. package/components/ion-card.js +9 -17
  38. package/components/ion-chip.js +8 -45
  39. package/components/ion-col.js +5 -5
  40. package/components/ion-datetime-button.js +6 -9
  41. package/components/ion-datetime.js +24 -102
  42. package/components/ion-fab-button.js +10 -33
  43. package/components/ion-fab-list.js +5 -5
  44. package/components/ion-fab.js +6 -6
  45. package/components/ion-footer.js +12 -18
  46. package/components/ion-grid.js +5 -5
  47. package/components/ion-img.js +2 -5
  48. package/components/ion-infinite-scroll-content.js +8 -13
  49. package/components/ion-infinite-scroll.js +5 -5
  50. package/components/ion-input-password-toggle.js +14 -53
  51. package/components/ion-input.js +20 -118
  52. package/components/ion-item-divider.js +5 -9
  53. package/components/ion-item-group.js +5 -9
  54. package/components/ion-item-option.js +8 -28
  55. package/components/ion-item-options.js +5 -9
  56. package/components/ion-item-sliding.js +5 -5
  57. package/components/ion-loading.js +8 -13
  58. package/components/ion-menu-button.js +10 -28
  59. package/components/ion-menu-toggle.js +5 -5
  60. package/components/ion-menu.js +8 -12
  61. package/components/ion-nav-link.js +1 -1
  62. package/components/ion-nav.js +6 -8
  63. package/components/ion-note.js +5 -9
  64. package/components/ion-picker-legacy.js +8 -7
  65. package/components/ion-progress-bar.js +7 -28
  66. package/components/ion-range.js +28 -15
  67. package/components/ion-refresher-content.js +9 -28
  68. package/components/ion-refresher.js +7 -11
  69. package/components/ion-reorder-group.js +5 -5
  70. package/components/ion-reorder.js +5 -31
  71. package/components/ion-router-link.js +6 -6
  72. package/components/ion-router-outlet.js +3 -4
  73. package/components/ion-row.js +2 -5
  74. package/components/ion-searchbar.js +18 -141
  75. package/components/ion-segment-button.js +7 -11
  76. package/components/ion-segment-content.js +1 -1
  77. package/components/ion-segment-view.js +2 -6
  78. package/components/ion-segment.js +7 -11
  79. package/components/ion-select-option.js +2 -5
  80. package/components/ion-select.js +33 -120
  81. package/components/ion-skeleton-text.js +5 -6
  82. package/components/ion-split-pane.js +8 -12
  83. package/components/ion-tab-bar.js +8 -31
  84. package/components/ion-tab-button.js +7 -28
  85. package/components/ion-tab.js +2 -2
  86. package/components/ion-tabs.js +2 -2
  87. package/components/ion-text.js +5 -5
  88. package/components/ion-textarea.js +11 -48
  89. package/components/ion-thumbnail.js +2 -5
  90. package/components/ion-toast.js +11 -30
  91. package/components/ion-toggle.js +18 -77
  92. package/components/ionic-global.js +82 -378
  93. package/components/ios.transition.js +0 -1
  94. package/components/item.js +11 -41
  95. package/components/keyboard-controller.js +2 -4
  96. package/components/label.js +5 -9
  97. package/components/list-header.js +5 -9
  98. package/components/list.js +6 -29
  99. package/components/modal.js +21 -51
  100. package/components/notch-controller.js +1 -1
  101. package/components/overlays.js +5 -4
  102. package/components/picker-column-option.js +5 -9
  103. package/components/picker-column.js +8 -7
  104. package/components/picker-column2.js +4 -4
  105. package/components/picker.js +47 -83
  106. package/components/popover.js +8 -11
  107. package/components/radio-group.js +3 -5
  108. package/components/radio.js +8 -12
  109. package/components/ripple-effect.js +8 -18
  110. package/components/select-modal.js +3 -3
  111. package/components/select-popover.js +2 -9
  112. package/components/spinner.js +9 -36
  113. package/components/status-tap.js +1 -1
  114. package/components/title.js +7 -11
  115. package/components/toolbar.js +7 -11
  116. package/css/core.css +1 -1
  117. package/css/core.css.map +1 -1
  118. package/css/display.css +1 -1
  119. package/css/display.css.map +1 -1
  120. package/css/flex-utils.css +1 -1
  121. package/css/flex-utils.css.map +1 -1
  122. package/css/float-elements.css.map +1 -1
  123. package/css/global.bundle.css.map +1 -1
  124. package/css/ionic-swiper.css +1 -1
  125. package/css/ionic-swiper.css.map +1 -1
  126. package/css/ionic.bundle.css +1 -1
  127. package/css/ionic.bundle.css.map +1 -1
  128. package/css/normalize.css.map +1 -1
  129. package/css/padding.css.map +1 -1
  130. package/css/palettes/dark.always.css.map +1 -1
  131. package/css/palettes/dark.class.css.map +1 -1
  132. package/css/palettes/dark.system.css.map +1 -1
  133. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  134. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  135. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  136. package/css/palettes/high-contrast.always.css.map +1 -1
  137. package/css/palettes/high-contrast.class.css.map +1 -1
  138. package/css/palettes/high-contrast.system.css.map +1 -1
  139. package/css/structure.css.map +1 -1
  140. package/css/text-alignment.css.map +1 -1
  141. package/css/text-transformation.css.map +1 -1
  142. package/css/typography.css.map +1 -1
  143. package/css/utils.bundle.css +1 -1
  144. package/css/utils.bundle.css.map +1 -1
  145. package/dist/cjs/{animation-124b7017.js → animation-b4fdf128.js} +2 -2
  146. package/dist/cjs/{app-globals-04316582.js → app-globals-dd592863.js} +1 -1
  147. package/dist/cjs/{button-active-6c0ef0f0.js → button-active-43e2b419.js} +1 -1
  148. package/dist/cjs/{capacitor-ec2a454d.js → capacitor-c04564bf.js} +3 -3
  149. package/dist/cjs/{data-ae8423e6.js → data-27cc2c9c.js} +8 -8
  150. package/dist/{esm/focus-visible-6827442c.js → cjs/focus-visible-7a0ce04f.js} +3 -23
  151. package/dist/cjs/{framework-delegate-4de32fdc.js → framework-delegate-11b0ba2f.js} +2 -4
  152. package/dist/cjs/{haptic-f262299e.js → haptic-f6b37aa3.js} +1 -1
  153. package/dist/cjs/hardware-back-button-5a99001f.js +122 -0
  154. package/dist/cjs/{helpers-4211d834.js → helpers-d0dfbb50.js} +2 -43
  155. package/dist/cjs/{index-3d31ef2d.js → index-363fe6b2.js} +7 -10
  156. package/dist/cjs/index-48b2a28e.js +46 -0
  157. package/dist/cjs/{index-f835dc22.js → index-9b945a2d.js} +3 -3
  158. package/dist/cjs/index-c8d52405.js +10 -0
  159. package/dist/cjs/{index-042a8f38.js → index-f68a486a.js} +12 -12
  160. package/dist/cjs/{index-943c0438.js → index-fd6383b6.js} +15 -14
  161. package/dist/cjs/index.cjs.js +12 -11
  162. package/dist/cjs/{input-shims-c93f3c7f.js → input-shims-2d27a5be.js} +18 -18
  163. package/dist/cjs/{input.utils-00741e7b.js → input.utils-2f642324.js} +5 -4
  164. package/dist/cjs/ion-accordion_2.cjs.entry.js +24 -62
  165. package/dist/cjs/ion-action-sheet.cjs.entry.js +18 -22
  166. package/dist/cjs/ion-alert.cjs.entry.js +23 -26
  167. package/dist/cjs/ion-app_8.cjs.entry.js +152 -113
  168. package/dist/cjs/ion-avatar_3.cjs.entry.js +11 -102
  169. package/dist/cjs/ion-back-button.cjs.entry.js +21 -32
  170. package/dist/cjs/ion-backdrop.cjs.entry.js +6 -11
  171. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +15 -54
  172. package/dist/cjs/ion-button_2.cjs.entry.js +15 -47
  173. package/dist/cjs/ion-card_5.cjs.entry.js +28 -53
  174. package/dist/cjs/ion-checkbox.cjs.entry.js +13 -31
  175. package/dist/cjs/ion-chip.cjs.entry.js +7 -43
  176. package/dist/cjs/ion-col_3.cjs.entry.js +10 -14
  177. package/dist/cjs/ion-datetime-button.cjs.entry.js +12 -17
  178. package/dist/cjs/ion-datetime_3.cjs.entry.js +118 -194
  179. package/dist/cjs/ion-fab_3.cjs.entry.js +19 -43
  180. package/dist/cjs/ion-img.cjs.entry.js +3 -8
  181. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +17 -22
  182. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +16 -55
  183. package/dist/cjs/ion-input.cjs.entry.js +23 -119
  184. package/dist/cjs/ion-item-option_3.cjs.entry.js +17 -41
  185. package/dist/cjs/ion-item_8.cjs.entry.js +41 -114
  186. package/dist/cjs/ion-loading.cjs.entry.js +18 -21
  187. package/dist/cjs/ion-menu_3.cjs.entry.js +29 -49
  188. package/dist/cjs/ion-modal.cjs.entry.js +70 -99
  189. package/dist/cjs/ion-nav_2.cjs.entry.js +13 -16
  190. package/dist/cjs/ion-picker-column-option.cjs.entry.js +6 -12
  191. package/dist/cjs/ion-picker-column.cjs.entry.js +12 -13
  192. package/dist/cjs/ion-picker.cjs.entry.js +48 -86
  193. package/dist/cjs/ion-popover.cjs.entry.js +18 -21
  194. package/dist/cjs/ion-progress-bar.cjs.entry.js +8 -29
  195. package/dist/cjs/ion-radio_2.cjs.entry.js +11 -19
  196. package/dist/cjs/ion-range.cjs.entry.js +34 -23
  197. package/dist/cjs/ion-refresher_2.cjs.entry.js +23 -45
  198. package/dist/cjs/ion-reorder_2.cjs.entry.js +13 -38
  199. package/dist/cjs/ion-ripple-effect.cjs.entry.js +7 -18
  200. package/dist/cjs/ion-route_4.cjs.entry.js +7 -9
  201. package/dist/cjs/ion-searchbar.cjs.entry.js +17 -139
  202. package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
  203. package/dist/cjs/ion-segment-view.cjs.entry.js +2 -6
  204. package/dist/cjs/ion-segment_2.cjs.entry.js +14 -24
  205. package/dist/cjs/ion-select-modal.cjs.entry.js +10 -9
  206. package/dist/cjs/ion-select_3.cjs.entry.js +40 -134
  207. package/dist/cjs/ion-spinner.cjs.entry.js +9 -35
  208. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -13
  209. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +20 -61
  210. package/dist/cjs/ion-tab_2.cjs.entry.js +6 -8
  211. package/dist/cjs/ion-text.cjs.entry.js +5 -6
  212. package/dist/cjs/ion-textarea.cjs.entry.js +16 -52
  213. package/dist/cjs/ion-toast.cjs.entry.js +42 -60
  214. package/dist/cjs/ion-toggle.cjs.entry.js +22 -81
  215. package/dist/cjs/ionic-global-acb665ad.js +227 -0
  216. package/dist/cjs/ionic.cjs.js +3 -4
  217. package/dist/cjs/{ios.transition-cdf1959e.js → ios.transition-f970164c.js} +6 -7
  218. package/dist/cjs/{keyboard-924ba9a2.js → keyboard-0272231f.js} +1 -1
  219. package/dist/cjs/{keyboard-9cd4a473.js → keyboard-af1bb365.js} +3 -5
  220. package/dist/cjs/{keyboard-controller-dc7a55c4.js → keyboard-controller-c05e747a.js} +9 -11
  221. package/dist/cjs/loader.cjs.js +3 -4
  222. package/dist/cjs/{md.transition-6a00a3e7.js → md.transition-aa8820dd.js} +6 -6
  223. package/dist/cjs/{notch-controller-14681d65.js → notch-controller-58d2e557.js} +4 -4
  224. package/dist/cjs/{overlays-288b775b.js → overlays-737576a2.js} +20 -19
  225. package/dist/cjs/{status-tap-a41ad873.js → status-tap-08d1ac81.js} +4 -5
  226. package/dist/cjs/{swipe-back-cf9385d3.js → swipe-back-951be2fd.js} +1 -3
  227. package/dist/collection/collection-manifest.json +0 -1
  228. package/dist/collection/components/accordion/accordion.ios.css +58 -73
  229. package/dist/collection/components/accordion/accordion.js +21 -37
  230. package/dist/collection/components/accordion/accordion.md.css +59 -67
  231. package/dist/collection/components/accordion-group/accordion-group.ios.css +4 -16
  232. package/dist/collection/components/accordion-group/accordion-group.js +8 -43
  233. package/dist/collection/components/accordion-group/accordion-group.md.css +4 -22
  234. package/dist/collection/components/action-sheet/action-sheet.ios.css +6 -18
  235. package/dist/collection/components/action-sheet/action-sheet.js +10 -14
  236. package/dist/collection/components/action-sheet/action-sheet.md.css +5 -17
  237. package/dist/collection/components/alert/alert.ios.css +1 -19
  238. package/dist/collection/components/alert/alert.js +12 -15
  239. package/dist/collection/components/alert/alert.md.css +1 -19
  240. package/dist/collection/components/app/app.js +80 -22
  241. package/dist/collection/components/avatar/avatar.ios.css +0 -13
  242. package/dist/collection/components/avatar/avatar.js +4 -113
  243. package/dist/collection/components/avatar/avatar.md.css +0 -21
  244. package/dist/collection/components/back-button/back-button.ios.css +48 -60
  245. package/dist/collection/components/back-button/back-button.js +19 -27
  246. package/dist/collection/components/back-button/back-button.md.css +48 -60
  247. package/dist/collection/components/backdrop/backdrop.ios.css +1 -13
  248. package/dist/collection/components/backdrop/backdrop.js +6 -12
  249. package/dist/collection/components/backdrop/backdrop.md.css +1 -13
  250. package/dist/collection/components/badge/badge.ios.css +4 -144
  251. package/dist/collection/components/badge/badge.js +9 -97
  252. package/dist/collection/components/badge/badge.md.css +4 -128
  253. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +8 -20
  254. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -43
  255. package/dist/collection/components/breadcrumb/breadcrumb.md.css +8 -20
  256. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +0 -6
  257. package/dist/collection/components/breadcrumbs/breadcrumbs.js +9 -11
  258. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +0 -6
  259. package/dist/collection/components/button/button.ios.css +37 -131
  260. package/dist/collection/components/button/button.js +16 -46
  261. package/dist/collection/components/button/button.md.css +41 -122
  262. package/dist/collection/components/buttons/buttons.ios.css +7 -59
  263. package/dist/collection/components/buttons/buttons.js +8 -14
  264. package/dist/collection/components/buttons/buttons.md.css +3 -55
  265. package/dist/collection/components/card/card.ios.css +14 -65
  266. package/dist/collection/components/card/card.js +10 -34
  267. package/dist/collection/components/card/card.md.css +14 -65
  268. package/dist/collection/components/card-content/card-content.ios.css +1 -16
  269. package/dist/collection/components/card-content/card-content.js +8 -11
  270. package/dist/collection/components/card-content/card-content.md.css +1 -16
  271. package/dist/collection/components/card-header/card-header.ios.css +15 -27
  272. package/dist/collection/components/card-header/card-header.js +9 -12
  273. package/dist/collection/components/card-header/card-header.md.css +15 -27
  274. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +0 -12
  275. package/dist/collection/components/card-subtitle/card-subtitle.js +8 -11
  276. package/dist/collection/components/card-subtitle/card-subtitle.md.css +0 -12
  277. package/dist/collection/components/card-title/card-title.ios.css +0 -73
  278. package/dist/collection/components/card-title/card-title.js +8 -11
  279. package/dist/collection/components/card-title/card-title.md.css +0 -73
  280. package/dist/collection/components/checkbox/checkbox.ios.css +2 -20
  281. package/dist/collection/components/checkbox/checkbox.js +14 -64
  282. package/dist/collection/components/checkbox/checkbox.md.css +3 -21
  283. package/dist/collection/components/chip/chip.ios.css +1 -20
  284. package/dist/collection/components/chip/chip.js +8 -77
  285. package/dist/collection/components/chip/chip.md.css +1 -20
  286. package/dist/collection/components/col/col.css +0 -12
  287. package/dist/collection/components/col/col.js +5 -9
  288. package/dist/collection/components/content/content.css +2 -8
  289. package/dist/collection/components/content/content.js +11 -16
  290. package/dist/collection/components/datetime/datetime.ios.css +86 -237
  291. package/dist/collection/components/datetime/datetime.js +23 -101
  292. package/dist/collection/components/datetime/datetime.md.css +86 -237
  293. package/dist/collection/components/datetime/utils/data.js +5 -5
  294. package/dist/collection/components/datetime-button/datetime-button.ios.css +0 -6
  295. package/dist/collection/components/datetime-button/datetime-button.js +8 -11
  296. package/dist/collection/components/datetime-button/datetime-button.md.css +0 -6
  297. package/dist/collection/components/fab/fab.css +1 -25
  298. package/dist/collection/components/fab/fab.js +5 -9
  299. package/dist/collection/components/fab-button/fab-button.ios.css +6 -18
  300. package/dist/collection/components/fab-button/fab-button.js +15 -36
  301. package/dist/collection/components/fab-button/fab-button.md.css +8 -20
  302. package/dist/collection/components/fab-list/fab-list.css +0 -12
  303. package/dist/collection/components/fab-list/fab-list.js +5 -9
  304. package/dist/collection/components/footer/footer.ios.css +2 -14
  305. package/dist/collection/components/footer/footer.js +15 -20
  306. package/dist/collection/components/footer/footer.md.css +0 -12
  307. package/dist/collection/components/grid/grid.css +0 -12
  308. package/dist/collection/components/grid/grid.js +5 -9
  309. package/dist/collection/components/header/header.ios.css +10 -25
  310. package/dist/collection/components/header/header.js +17 -42
  311. package/dist/collection/components/header/header.md.css +8 -23
  312. package/dist/collection/components/img/img.js +2 -8
  313. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -8
  314. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +0 -12
  315. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +10 -16
  316. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +0 -12
  317. package/dist/collection/components/input/input.ios.css +2 -21
  318. package/dist/collection/components/input/input.js +30 -144
  319. package/dist/collection/components/input/input.md.css +4 -43
  320. package/dist/collection/components/input-password-toggle/input-password-toggle.js +12 -48
  321. package/dist/collection/components/item/item.ios.css +69 -109
  322. package/dist/collection/components/item/item.js +16 -44
  323. package/dist/collection/components/item/item.md.css +68 -120
  324. package/dist/collection/components/item-divider/item-divider.ios.css +0 -18
  325. package/dist/collection/components/item-divider/item-divider.js +8 -11
  326. package/dist/collection/components/item-divider/item-divider.md.css +0 -18
  327. package/dist/collection/components/item-group/item-group.ios.css +0 -12
  328. package/dist/collection/components/item-group/item-group.js +7 -13
  329. package/dist/collection/components/item-group/item-group.md.css +0 -12
  330. package/dist/collection/components/item-option/item-option.ios.css +2 -14
  331. package/dist/collection/components/item-option/item-option.js +8 -43
  332. package/dist/collection/components/item-option/item-option.md.css +2 -14
  333. package/dist/collection/components/item-options/item-options.ios.css +0 -18
  334. package/dist/collection/components/item-options/item-options.js +7 -13
  335. package/dist/collection/components/item-options/item-options.md.css +0 -18
  336. package/dist/collection/components/item-sliding/item-sliding.css +0 -6
  337. package/dist/collection/components/item-sliding/item-sliding.js +4 -8
  338. package/dist/collection/components/label/label.ios.css +0 -18
  339. package/dist/collection/components/label/label.js +8 -11
  340. package/dist/collection/components/label/label.md.css +0 -18
  341. package/dist/collection/components/list/list.ios.css +0 -18
  342. package/dist/collection/components/list/list.js +9 -47
  343. package/dist/collection/components/list/list.md.css +2 -20
  344. package/dist/collection/components/list-header/list-header.ios.css +0 -18
  345. package/dist/collection/components/list-header/list-header.js +8 -11
  346. package/dist/collection/components/list-header/list-header.md.css +0 -18
  347. package/dist/collection/components/loading/loading.ios.css +1 -13
  348. package/dist/collection/components/loading/loading.js +10 -13
  349. package/dist/collection/components/loading/loading.md.css +1 -13
  350. package/dist/collection/components/menu/menu.ios.css +3 -15
  351. package/dist/collection/components/menu/menu.js +7 -12
  352. package/dist/collection/components/menu/menu.md.css +3 -15
  353. package/dist/collection/components/menu-button/menu-button.ios.css +14 -48
  354. package/dist/collection/components/menu-button/menu-button.js +10 -26
  355. package/dist/collection/components/menu-button/menu-button.md.css +15 -49
  356. package/dist/collection/components/menu-toggle/menu-toggle.js +5 -8
  357. package/dist/collection/components/modal/animations/sheet.js +2 -8
  358. package/dist/collection/components/modal/gestures/sheet.js +6 -10
  359. package/dist/collection/components/modal/modal.ios.css +63 -106
  360. package/dist/collection/components/modal/modal.js +11 -47
  361. package/dist/collection/components/modal/modal.md.css +63 -106
  362. package/dist/collection/components/nav/nav.css +1 -7
  363. package/dist/collection/components/nav/nav.js +5 -11
  364. package/dist/collection/components/nav-link/nav-link.js +1 -5
  365. package/dist/collection/components/note/note.ios.css +0 -12
  366. package/dist/collection/components/note/note.js +8 -11
  367. package/dist/collection/components/note/note.md.css +0 -12
  368. package/dist/collection/components/picker/picker.ios.css +3 -15
  369. package/dist/collection/components/picker/picker.js +48 -83
  370. package/dist/collection/components/picker/picker.md.css +3 -15
  371. package/dist/collection/components/picker-column/picker-column.css +2 -9
  372. package/dist/collection/components/picker-column/picker-column.js +7 -8
  373. package/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -6
  374. package/dist/collection/components/picker-column-option/picker-column-option.js +7 -13
  375. package/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -6
  376. package/dist/collection/components/picker-legacy/picker.ios.css +1 -13
  377. package/dist/collection/components/picker-legacy/picker.js +6 -7
  378. package/dist/collection/components/picker-legacy/picker.md.css +1 -13
  379. package/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -12
  380. package/dist/collection/components/picker-legacy-column/picker-column.js +4 -4
  381. package/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -12
  382. package/dist/collection/components/popover/popover.ios.css +1 -13
  383. package/dist/collection/components/popover/popover.js +12 -15
  384. package/dist/collection/components/popover/popover.md.css +1 -13
  385. package/dist/collection/components/progress-bar/progress-bar.ios.css +2 -8
  386. package/dist/collection/components/progress-bar/progress-bar.js +7 -42
  387. package/dist/collection/components/progress-bar/progress-bar.md.css +2 -8
  388. package/dist/collection/components/radio/radio.ios.css +91 -134
  389. package/dist/collection/components/radio/radio.js +9 -12
  390. package/dist/collection/components/radio/radio.md.css +91 -134
  391. package/dist/collection/components/radio-group/radio-group.ios.css +0 -18
  392. package/dist/collection/components/radio-group/radio-group.js +3 -9
  393. package/dist/collection/components/radio-group/radio-group.md.css +0 -18
  394. package/dist/collection/components/range/range.ios.css +85 -128
  395. package/dist/collection/components/range/range.js +27 -14
  396. package/dist/collection/components/range/range.md.css +85 -128
  397. package/dist/collection/components/refresher/refresher.ios.css +1 -14
  398. package/dist/collection/components/refresher/refresher.js +8 -11
  399. package/dist/collection/components/refresher/refresher.md.css +2 -15
  400. package/dist/collection/components/refresher-content/refresher-content.js +7 -28
  401. package/dist/collection/components/reorder/reorder.ios.css +0 -6
  402. package/dist/collection/components/reorder/reorder.js +6 -33
  403. package/dist/collection/components/reorder/reorder.md.css +0 -6
  404. package/dist/collection/components/reorder-group/reorder-group.css +0 -6
  405. package/dist/collection/components/reorder-group/reorder-group.js +4 -8
  406. package/dist/collection/components/ripple-effect/{ripple-effect.common.css → ripple-effect.css} +1 -7
  407. package/dist/collection/components/ripple-effect/ripple-effect.js +6 -14
  408. package/dist/collection/components/route/route.js +0 -4
  409. package/dist/collection/components/router/router.js +0 -4
  410. package/dist/collection/components/router-link/router-link.css +2 -8
  411. package/dist/collection/components/router-link/router-link.js +5 -9
  412. package/dist/collection/components/router-outlet/router-outlet.css +1 -7
  413. package/dist/collection/components/router-outlet/router-outlet.js +2 -5
  414. package/dist/collection/components/row/row.css +0 -12
  415. package/dist/collection/components/row/row.js +2 -9
  416. package/dist/collection/components/searchbar/searchbar.ios.css +18 -56
  417. package/dist/collection/components/searchbar/searchbar.js +29 -179
  418. package/dist/collection/components/searchbar/searchbar.md.css +18 -56
  419. package/dist/collection/components/segment/segment.ios.css +2 -45
  420. package/dist/collection/components/segment/segment.js +8 -11
  421. package/dist/collection/components/segment/segment.md.css +2 -45
  422. package/dist/collection/components/segment-button/segment-button.ios.css +105 -146
  423. package/dist/collection/components/segment-button/segment-button.js +8 -11
  424. package/dist/collection/components/segment-button/segment-button.md.css +107 -148
  425. package/dist/collection/components/segment-content/segment-content.js +1 -1
  426. package/dist/collection/components/segment-view/segment-view.ios.css +0 -6
  427. package/dist/collection/components/segment-view/segment-view.js +4 -6
  428. package/dist/collection/components/segment-view/segment-view.md.css +0 -6
  429. package/dist/collection/components/select/select.ios.css +121 -248
  430. package/dist/collection/components/select/select.js +55 -157
  431. package/dist/collection/components/select/select.md.css +123 -264
  432. package/dist/collection/components/select-modal/select-modal.ios.css +0 -18
  433. package/dist/collection/components/select-modal/select-modal.js +3 -3
  434. package/dist/collection/components/select-modal/select-modal.md.css +3 -7
  435. package/dist/collection/components/select-option/select-option.js +2 -9
  436. package/dist/collection/components/select-popover/select-popover.ios.css +0 -18
  437. package/dist/collection/components/select-popover/select-popover.js +4 -12
  438. package/dist/collection/components/select-popover/select-popover.md.css +0 -18
  439. package/dist/collection/components/skeleton-text/skeleton-text.css +0 -6
  440. package/dist/collection/components/skeleton-text/skeleton-text.js +5 -9
  441. package/dist/collection/components/spinner/{spinner.ionic.css → spinner.css} +0 -63
  442. package/dist/collection/components/spinner/spinner.js +6 -46
  443. package/dist/collection/components/split-pane/split-pane.ios.css +2 -20
  444. package/dist/collection/components/split-pane/split-pane.js +8 -14
  445. package/dist/collection/components/split-pane/split-pane.md.css +2 -20
  446. package/dist/collection/components/tab/tab.js +2 -6
  447. package/dist/collection/components/tab-bar/tab-bar.ios.css +43 -71
  448. package/dist/collection/components/tab-bar/tab-bar.js +10 -65
  449. package/dist/collection/components/tab-bar/tab-bar.md.css +43 -71
  450. package/dist/collection/components/tab-button/tab-button.ios.css +90 -166
  451. package/dist/collection/components/tab-button/tab-button.js +8 -43
  452. package/dist/collection/components/tab-button/tab-button.md.css +88 -132
  453. package/dist/collection/components/tabs/tabs.css +1 -7
  454. package/dist/collection/components/tabs/tabs.js +1 -4
  455. package/dist/collection/components/text/text.css +0 -6
  456. package/dist/collection/components/text/text.js +6 -7
  457. package/dist/collection/components/textarea/textarea.ios.css +94 -201
  458. package/dist/collection/components/textarea/textarea.js +16 -69
  459. package/dist/collection/components/textarea/textarea.md.css +95 -214
  460. package/dist/collection/components/thumbnail/thumbnail.css +0 -6
  461. package/dist/collection/components/thumbnail/thumbnail.js +2 -9
  462. package/dist/collection/components/title/title.ios.css +4 -32
  463. package/dist/collection/components/title/title.js +7 -13
  464. package/dist/collection/components/title/title.md.css +4 -32
  465. package/dist/collection/components/toast/animations/utils.js +1 -1
  466. package/dist/collection/components/toast/toast.ios.css +35 -74
  467. package/dist/collection/components/toast/toast.js +10 -45
  468. package/dist/collection/components/toast/toast.md.css +35 -74
  469. package/dist/collection/components/toggle/toggle.ios.css +121 -228
  470. package/dist/collection/components/toggle/toggle.js +18 -73
  471. package/dist/collection/components/toggle/toggle.md.css +121 -225
  472. package/dist/collection/components/toolbar/toolbar.ios.css +47 -90
  473. package/dist/collection/components/toolbar/toolbar.js +10 -13
  474. package/dist/collection/components/toolbar/toolbar.md.css +47 -90
  475. package/dist/collection/global/ionic-global.js +13 -229
  476. package/dist/collection/utils/focus-visible.js +0 -22
  477. package/dist/collection/utils/framework-delegate.js +1 -3
  478. package/dist/collection/utils/helpers.js +2 -42
  479. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -3
  480. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  481. package/dist/collection/utils/menu-controller/animations/push.js +1 -2
  482. package/dist/collection/utils/menu-controller/animations/reveal.js +1 -2
  483. package/dist/collection/utils/overlays.js +1 -2
  484. package/dist/collection/utils/test/playwright/generator.js +23 -48
  485. package/dist/collection/utils/test/playwright/page/utils/goto.js +5 -14
  486. package/dist/collection/utils/test/playwright/page/utils/set-content.js +2 -16
  487. package/dist/collection/utils/transition/ios.transition.js +0 -1
  488. package/dist/docs.json +331 -7432
  489. package/dist/esm/{animation-12d440f3.js → animation-eab5a4ca.js} +1 -1
  490. package/dist/esm/{app-globals-2497eeed.js → app-globals-7b6cbf1a.js} +1 -1
  491. package/dist/esm/{button-active-8f33f086.js → button-active-90f1dbc4.js} +2 -2
  492. package/dist/esm/{capacitor-39edcb1f.js → capacitor-59395cbd.js} +1 -1
  493. package/dist/esm/{data-591c1b05.js → data-174ad5e0.js} +6 -6
  494. package/dist/{cjs/focus-visible-fe3acfb5.js → esm/focus-visible-dd40d69f.js} +1 -27
  495. package/dist/esm/{framework-delegate-9ad3e427.js → framework-delegate-c7d92b77.js} +2 -4
  496. package/dist/esm/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
  497. package/dist/esm/hardware-back-button-864101a3.js +116 -0
  498. package/dist/esm/{helpers-ea1f7324.js → helpers-e48b0397.js} +2 -43
  499. package/dist/esm/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
  500. package/dist/esm/index-738d7504.js +42 -0
  501. package/dist/esm/index-8222b29f.js +167 -0
  502. package/dist/esm/{index-f36a3fa4.js → index-933ca126.js} +2 -2
  503. package/dist/esm/{index-eb1203fa.js → index-a313df53.js} +6 -6
  504. package/dist/esm/index-a5d50daf.js +7 -0
  505. package/dist/esm/{index-036caa00.js → index-c63afbe6.js} +11 -10
  506. package/dist/esm/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  507. package/dist/esm/index.js +13 -12
  508. package/dist/esm/{input-shims-96f8d7c2.js → input-shims-3070628a.js} +8 -8
  509. package/dist/esm/{input.utils-22a20c3a.js → input.utils-926c04a8.js} +3 -2
  510. package/dist/esm/ion-accordion_2.entry.js +24 -62
  511. package/dist/esm/ion-action-sheet.entry.js +19 -23
  512. package/dist/esm/ion-alert.entry.js +21 -24
  513. package/dist/esm/ion-app_8.entry.js +140 -101
  514. package/dist/esm/ion-avatar_3.entry.js +13 -104
  515. package/dist/esm/ion-back-button.entry.js +21 -32
  516. package/dist/esm/ion-backdrop.entry.js +7 -12
  517. package/dist/esm/ion-breadcrumb_2.entry.js +17 -56
  518. package/dist/esm/ion-button_2.entry.js +13 -45
  519. package/dist/esm/ion-card_5.entry.js +29 -54
  520. package/dist/esm/ion-checkbox.entry.js +14 -32
  521. package/dist/esm/ion-chip.entry.js +8 -44
  522. package/dist/esm/ion-col_3.entry.js +11 -15
  523. package/dist/esm/ion-datetime-button.entry.js +9 -14
  524. package/dist/esm/ion-datetime_3.entry.js +44 -120
  525. package/dist/esm/ion-fab_3.entry.js +21 -45
  526. package/dist/esm/ion-img.entry.js +4 -9
  527. package/dist/esm/ion-infinite-scroll_2.entry.js +15 -20
  528. package/dist/esm/ion-input-password-toggle.entry.js +15 -54
  529. package/dist/esm/ion-input.entry.js +25 -121
  530. package/dist/esm/ion-item-option_3.entry.js +18 -42
  531. package/dist/esm/ion-item_8.entry.js +42 -115
  532. package/dist/esm/ion-loading.entry.js +16 -19
  533. package/dist/esm/ion-menu_3.entry.js +29 -49
  534. package/dist/esm/ion-modal.entry.js +31 -60
  535. package/dist/esm/ion-nav_2.entry.js +12 -15
  536. package/dist/esm/ion-picker-column-option.entry.js +7 -13
  537. package/dist/esm/ion-picker-column.entry.js +12 -13
  538. package/dist/esm/ion-picker.entry.js +49 -87
  539. package/dist/esm/ion-popover.entry.js +16 -19
  540. package/dist/esm/ion-progress-bar.entry.js +8 -29
  541. package/dist/esm/ion-radio_2.entry.js +12 -20
  542. package/dist/esm/ion-range.entry.js +30 -19
  543. package/dist/esm/ion-refresher_2.entry.js +21 -43
  544. package/dist/esm/ion-reorder_2.entry.js +15 -40
  545. package/dist/esm/ion-ripple-effect.entry.js +8 -19
  546. package/dist/esm/ion-route_4.entry.js +8 -10
  547. package/dist/esm/ion-searchbar.entry.js +19 -141
  548. package/dist/esm/ion-segment-content.entry.js +2 -2
  549. package/dist/esm/ion-segment-view.entry.js +3 -7
  550. package/dist/esm/ion-segment_2.entry.js +15 -25
  551. package/dist/esm/ion-select-modal.entry.js +11 -10
  552. package/dist/esm/ion-select_3.entry.js +42 -136
  553. package/dist/esm/ion-spinner.entry.js +8 -34
  554. package/dist/esm/ion-split-pane.entry.js +9 -14
  555. package/dist/esm/ion-tab-bar_2.entry.js +20 -61
  556. package/dist/esm/ion-tab_2.entry.js +7 -9
  557. package/dist/esm/ion-text.entry.js +6 -7
  558. package/dist/esm/ion-textarea.entry.js +17 -53
  559. package/dist/esm/ion-toast.entry.js +17 -35
  560. package/dist/esm/ion-toggle.entry.js +23 -82
  561. package/dist/esm/ionic-global-ca86cf32.js +221 -0
  562. package/dist/esm/ionic.js +5 -6
  563. package/dist/esm/{ios.transition-cbbf0bd1.js → ios.transition-5fe4d6c8.js} +7 -8
  564. package/dist/esm/{keyboard-0af19ead.js → keyboard-52278bd7.js} +3 -5
  565. package/dist/esm/{keyboard-ceb6990d.js → keyboard-73175e24.js} +1 -1
  566. package/dist/esm/{keyboard-controller-7e2da6b9.js → keyboard-controller-ec5c2bfa.js} +3 -5
  567. package/dist/esm/loader.js +5 -6
  568. package/dist/esm/{md.transition-21c93656.js → md.transition-3d0d3730.js} +7 -7
  569. package/dist/esm/{notch-controller-cd983e05.js → notch-controller-381a5334.js} +2 -2
  570. package/dist/esm/{overlays-d60b1d1e.js → overlays-7579a420.js} +7 -6
  571. package/dist/esm/{status-tap-bf78b74d.js → status-tap-6367b913.js} +5 -6
  572. package/dist/esm/{swipe-back-fff82194.js → swipe-back-276cda49.js} +1 -3
  573. package/dist/esm-es5/animation-eab5a4ca.js +4 -0
  574. package/dist/esm-es5/app-globals-7b6cbf1a.js +4 -0
  575. package/dist/esm-es5/{button-active-8f33f086.js → button-active-90f1dbc4.js} +1 -1
  576. package/dist/esm-es5/capacitor-59395cbd.js +4 -0
  577. package/dist/esm-es5/data-174ad5e0.js +4 -0
  578. package/dist/esm-es5/focus-visible-dd40d69f.js +4 -0
  579. package/dist/esm-es5/framework-delegate-c7d92b77.js +4 -0
  580. package/dist/esm-es5/{haptic-946542b8.js → haptic-ac164e4c.js} +1 -1
  581. package/dist/esm-es5/hardware-back-button-864101a3.js +4 -0
  582. package/dist/esm-es5/helpers-e48b0397.js +4 -0
  583. package/dist/esm-es5/{index-4c3c5d46.js → index-527b9e34.js} +1 -1
  584. package/dist/esm-es5/index-738d7504.js +4 -0
  585. package/dist/esm-es5/index-8222b29f.js +4 -0
  586. package/dist/esm-es5/index-933ca126.js +4 -0
  587. package/dist/esm-es5/index-a313df53.js +4 -0
  588. package/dist/esm-es5/index-a5d50daf.js +4 -0
  589. package/dist/esm-es5/index-c63afbe6.js +4 -0
  590. package/dist/esm-es5/{index-d997525d.js → index-e2cf2ceb.js} +1 -1
  591. package/dist/esm-es5/index.js +1 -1
  592. package/dist/esm-es5/input-shims-3070628a.js +4 -0
  593. package/dist/esm-es5/input.utils-926c04a8.js +4 -0
  594. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  595. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  596. package/dist/esm-es5/ion-alert.entry.js +1 -1
  597. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  598. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  599. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  600. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  601. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  602. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  603. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  604. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  605. package/dist/esm-es5/ion-chip.entry.js +1 -1
  606. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  607. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  608. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  609. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  610. package/dist/esm-es5/ion-img.entry.js +1 -1
  611. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  612. package/dist/esm-es5/ion-input-password-toggle.entry.js +1 -1
  613. package/dist/esm-es5/ion-input.entry.js +1 -1
  614. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  615. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  616. package/dist/esm-es5/ion-loading.entry.js +1 -1
  617. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  618. package/dist/esm-es5/ion-modal.entry.js +1 -1
  619. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  620. package/dist/esm-es5/ion-picker-column-option.entry.js +1 -1
  621. package/dist/esm-es5/ion-picker-column.entry.js +1 -1
  622. package/dist/esm-es5/ion-picker.entry.js +1 -1
  623. package/dist/esm-es5/ion-popover.entry.js +1 -1
  624. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  625. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  626. package/dist/esm-es5/ion-range.entry.js +1 -1
  627. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  628. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  629. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  630. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  631. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  632. package/dist/esm-es5/ion-segment-content.entry.js +1 -1
  633. package/dist/esm-es5/ion-segment-view.entry.js +1 -1
  634. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  635. package/dist/esm-es5/ion-select-modal.entry.js +1 -1
  636. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  637. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  638. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  639. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  640. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  641. package/dist/esm-es5/ion-text.entry.js +1 -1
  642. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  643. package/dist/esm-es5/ion-toast.entry.js +1 -1
  644. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  645. package/dist/esm-es5/ionic-global-ca86cf32.js +4 -0
  646. package/dist/esm-es5/ionic.js +1 -1
  647. package/dist/esm-es5/ios.transition-5fe4d6c8.js +4 -0
  648. package/dist/esm-es5/{keyboard-0af19ead.js → keyboard-52278bd7.js} +1 -1
  649. package/dist/esm-es5/{keyboard-ceb6990d.js → keyboard-73175e24.js} +1 -1
  650. package/dist/esm-es5/keyboard-controller-ec5c2bfa.js +4 -0
  651. package/dist/esm-es5/loader.js +1 -1
  652. package/dist/esm-es5/md.transition-3d0d3730.js +4 -0
  653. package/dist/esm-es5/notch-controller-381a5334.js +4 -0
  654. package/dist/esm-es5/overlays-7579a420.js +4 -0
  655. package/dist/esm-es5/status-tap-6367b913.js +4 -0
  656. package/dist/esm-es5/swipe-back-276cda49.js +4 -0
  657. package/dist/html.html-data.json +203 -2445
  658. package/dist/ionic/index.esm.js +1 -1
  659. package/dist/ionic/ionic.esm.js +1 -1
  660. package/dist/ionic/ionic.js +1 -1
  661. package/dist/ionic/p-023e8017.system.entry.js +4 -0
  662. package/dist/ionic/{p-d197eaeb.system.js → p-042d5353.system.js} +1 -1
  663. package/dist/ionic/p-060e4551.js +4 -0
  664. package/dist/ionic/p-0749768d.entry.js +4 -0
  665. package/dist/ionic/p-094c82d7.entry.js +4 -0
  666. package/dist/ionic/p-0adb6909.system.entry.js +4 -0
  667. package/dist/ionic/p-0be8a0b5.entry.js +4 -0
  668. package/dist/ionic/p-0bedc891.system.entry.js +4 -0
  669. package/dist/ionic/p-0c0ec971.entry.js +4 -0
  670. package/dist/ionic/p-0c9b8240.system.entry.js +4 -0
  671. package/dist/ionic/p-0ec5b7cf.system.js +4 -0
  672. package/dist/ionic/p-13886789.entry.js +4 -0
  673. package/dist/ionic/p-143ff664.system.entry.js +4 -0
  674. package/dist/ionic/p-18f9b6d5.entry.js +4 -0
  675. package/dist/ionic/p-19c32a76.entry.js +4 -0
  676. package/dist/ionic/p-1a9613bf.system.entry.js +4 -0
  677. package/dist/ionic/{p-e028d393.system.js → p-1bf5ec17.system.js} +1 -1
  678. package/dist/ionic/p-1c1d781d.system.entry.js +4 -0
  679. package/dist/ionic/p-1d2844a5.system.entry.js +4 -0
  680. package/dist/ionic/p-1d98a7f1.entry.js +4 -0
  681. package/dist/ionic/p-1dfc11b3.system.js +4 -0
  682. package/dist/ionic/p-1e4371bd.js +4 -0
  683. package/dist/ionic/{p-115d74cd.system.js → p-1e955a45.system.js} +1 -1
  684. package/dist/ionic/p-1f837356.entry.js +4 -0
  685. package/dist/ionic/{p-be1800d4.js → p-2027221d.js} +1 -1
  686. package/dist/ionic/p-21371278.system.entry.js +4 -0
  687. package/dist/ionic/p-21891ead.js +4 -0
  688. package/dist/ionic/{p-2d30c885.js → p-22bc235f.js} +1 -1
  689. package/dist/ionic/p-22fb2d77.system.entry.js +4 -0
  690. package/dist/ionic/p-24ae7b33.system.js +4 -0
  691. package/dist/ionic/p-2580d6ef.system.entry.js +4 -0
  692. package/dist/ionic/{p-de9f68cb.js → p-27281edd.js} +1 -1
  693. package/dist/ionic/p-297d6806.system.js +4 -0
  694. package/dist/ionic/p-29a5b4e4.entry.js +4 -0
  695. package/dist/ionic/p-2ab4a324.system.entry.js +4 -0
  696. package/dist/ionic/p-2b7827c7.js +4 -0
  697. package/dist/ionic/p-2fa5a4b1.entry.js +4 -0
  698. package/dist/ionic/p-3479f51b.system.js +4 -0
  699. package/dist/ionic/p-35f14792.entry.js +4 -0
  700. package/dist/ionic/p-37a438ad.system.entry.js +4 -0
  701. package/dist/ionic/p-3af7b907.entry.js +4 -0
  702. package/dist/ionic/p-3bd5fedc.system.js +4 -0
  703. package/dist/ionic/p-3be7cdeb.system.entry.js +4 -0
  704. package/dist/ionic/p-3e86b4fa.system.js +4 -0
  705. package/dist/ionic/p-3f4327f7.js +4 -0
  706. package/dist/ionic/p-423f7c83.entry.js +4 -0
  707. package/dist/ionic/p-42f6e75c.entry.js +4 -0
  708. package/dist/ionic/p-4470f87b.system.entry.js +4 -0
  709. package/dist/ionic/p-4493c1ac.entry.js +4 -0
  710. package/dist/ionic/p-44e168f3.system.js +4 -0
  711. package/dist/ionic/p-4630688e.system.entry.js +4 -0
  712. package/dist/ionic/p-472c7e08.system.entry.js +4 -0
  713. package/dist/ionic/p-491de063.system.entry.js +4 -0
  714. package/dist/ionic/p-49cb79a1.system.entry.js +4 -0
  715. package/dist/ionic/p-4c44d04c.js +4 -0
  716. package/dist/ionic/p-4c94580e.js +4 -0
  717. package/dist/ionic/p-4d0190ad.system.entry.js +4 -0
  718. package/dist/ionic/p-50f38461.entry.js +4 -0
  719. package/dist/ionic/p-51c363e7.system.js +4 -0
  720. package/dist/ionic/p-524ad57e.system.entry.js +4 -0
  721. package/dist/ionic/p-54893ae3.entry.js +4 -0
  722. package/dist/ionic/p-54e9620f.js +4 -0
  723. package/dist/ionic/p-597ff9af.js +4 -0
  724. package/dist/ionic/{p-a3ad8084.system.js → p-5eb6f582.system.js} +1 -1
  725. package/dist/ionic/p-5f4ff20a.entry.js +4 -0
  726. package/dist/ionic/p-606887b7.system.entry.js +4 -0
  727. package/dist/ionic/p-61e794fb.entry.js +4 -0
  728. package/dist/ionic/{p-578d5013.js → p-66a5d6a8.js} +1 -1
  729. package/dist/ionic/{p-34fa2a61.system.js → p-6797c66e.system.js} +2 -2
  730. package/dist/ionic/p-6e24cf82.entry.js +4 -0
  731. package/dist/ionic/p-72e6a9c6.entry.js +4 -0
  732. package/dist/ionic/p-747f9517.entry.js +4 -0
  733. package/dist/ionic/{p-fcedca77.system.js → p-77991411.system.js} +1 -1
  734. package/dist/ionic/p-792919fd.system.js +4 -0
  735. package/dist/ionic/p-7b30edcc.js +4 -0
  736. package/dist/ionic/p-7cc33a9a.system.js +4 -0
  737. package/dist/ionic/p-7e3b5638.system.entry.js +4 -0
  738. package/dist/ionic/p-7f39653f.entry.js +4 -0
  739. package/dist/ionic/p-7ff4f502.entry.js +4 -0
  740. package/dist/ionic/p-81378456.system.entry.js +4 -0
  741. package/dist/ionic/p-81474833.system.entry.js +4 -0
  742. package/dist/ionic/p-838cc359.entry.js +4 -0
  743. package/dist/ionic/p-888d383b.system.entry.js +4 -0
  744. package/dist/ionic/{p-f3fed3f9.system.js → p-8985cdb6.system.js} +1 -1
  745. package/dist/ionic/{p-2c0735b6.js → p-89b61afc.js} +1 -1
  746. package/dist/ionic/p-8b1c1fd7.entry.js +4 -0
  747. package/dist/ionic/p-8deac7df.system.entry.js +4 -0
  748. package/dist/ionic/p-8fa4fa3f.entry.js +4 -0
  749. package/dist/ionic/p-8fa62efe.system.entry.js +4 -0
  750. package/dist/ionic/p-8fc426e2.entry.js +4 -0
  751. package/dist/ionic/{p-5df8d52a.system.js → p-9146695e.system.js} +1 -1
  752. package/dist/ionic/p-941c06bc.js +4 -0
  753. package/dist/ionic/p-959cf042.system.entry.js +4 -0
  754. package/dist/ionic/p-988a0306.system.js +4 -0
  755. package/dist/ionic/{p-b3b40a2f.system.js → p-9a2ff5ea.system.js} +1 -1
  756. package/dist/ionic/p-9af7f110.js +4 -0
  757. package/dist/ionic/p-9b069739.entry.js +4 -0
  758. package/dist/ionic/p-9df36075.system.entry.js +4 -0
  759. package/dist/ionic/p-9e51f822.js +4 -0
  760. package/dist/ionic/p-a0a40004.system.entry.js +4 -0
  761. package/dist/ionic/{p-42e12526.system.js → p-a4866e3e.system.js} +1 -1
  762. package/dist/ionic/p-a520973b.entry.js +4 -0
  763. package/dist/ionic/p-a587b2ae.system.js +4 -0
  764. package/dist/ionic/p-a63b345e.system.entry.js +4 -0
  765. package/dist/ionic/{p-c0abf8f8.system.js → p-a6625de8.system.js} +1 -1
  766. package/dist/ionic/{p-2b8078c3.system.js → p-a93873de.system.js} +1 -1
  767. package/dist/ionic/p-a9f2c0a7.entry.js +4 -0
  768. package/dist/ionic/p-ab7337e1.entry.js +4 -0
  769. package/dist/ionic/p-abe101da.system.js +4 -0
  770. package/dist/ionic/p-ac58d726.system.entry.js +4 -0
  771. package/dist/ionic/p-ace2d2be.entry.js +4 -0
  772. package/dist/ionic/p-ada878ce.entry.js +4 -0
  773. package/dist/ionic/p-b055d618.entry.js +4 -0
  774. package/dist/ionic/{p-6eb15fc1.system.js → p-b06ac4a5.system.js} +1 -1
  775. package/dist/ionic/p-b2296998.system.entry.js +4 -0
  776. package/dist/ionic/p-b2ee0628.system.entry.js +4 -0
  777. package/dist/ionic/p-b6174297.entry.js +4 -0
  778. package/dist/ionic/p-b85d199c.entry.js +4 -0
  779. package/dist/ionic/p-b8c2dbcd.entry.js +4 -0
  780. package/dist/ionic/p-b9ea58ef.js +4 -0
  781. package/dist/ionic/p-b9eb1465.system.entry.js +4 -0
  782. package/dist/ionic/p-b9f2e353.entry.js +4 -0
  783. package/dist/ionic/p-bbc6db8c.entry.js +4 -0
  784. package/dist/ionic/p-bf64af90.system.js +4 -0
  785. package/dist/ionic/p-c005cc37.entry.js +4 -0
  786. package/dist/ionic/p-c25c0ba4.entry.js +4 -0
  787. package/dist/ionic/p-c468af8a.system.js +4 -0
  788. package/dist/ionic/p-c5b5f44a.entry.js +4 -0
  789. package/dist/ionic/p-c61cc894.js +4 -0
  790. package/dist/ionic/p-c6a20407.system.entry.js +4 -0
  791. package/dist/ionic/{p-a92ad86c.js → p-c7e16491.js} +1 -1
  792. package/dist/ionic/p-c8331397.system.entry.js +4 -0
  793. package/dist/ionic/{p-3e9058ad.js → p-c8402249.js} +1 -1
  794. package/dist/ionic/p-c8bf9ba7.entry.js +4 -0
  795. package/dist/ionic/p-ceaea4ce.js +4 -0
  796. package/dist/ionic/p-d37fdc68.system.entry.js +4 -0
  797. package/dist/ionic/p-d47265c8.js +4 -0
  798. package/dist/ionic/p-d6753868.entry.js +4 -0
  799. package/dist/ionic/p-d7032956.system.js +4 -0
  800. package/dist/ionic/p-d8c9d5ac.system.entry.js +4 -0
  801. package/dist/ionic/{p-58f16ef6.js → p-da2b833b.js} +1 -1
  802. package/dist/ionic/p-daf1e8ec.system.entry.js +4 -0
  803. package/dist/ionic/p-def7a8bd.system.entry.js +4 -0
  804. package/dist/ionic/p-e00b72ce.js +4 -0
  805. package/dist/ionic/p-e0a05506.js +4 -0
  806. package/dist/ionic/p-e0c43e11.system.entry.js +4 -0
  807. package/dist/ionic/p-e4683bfd.system.entry.js +4 -0
  808. package/dist/ionic/p-e4d4d8ac.system.entry.js +4 -0
  809. package/dist/ionic/p-e5708e5d.system.entry.js +4 -0
  810. package/dist/ionic/p-e5c27d9f.system.entry.js +4 -0
  811. package/dist/ionic/p-e5cf01f1.entry.js +4 -0
  812. package/dist/ionic/p-e7309bfa.js +4 -0
  813. package/dist/ionic/p-ed768b77.entry.js +4 -0
  814. package/dist/ionic/p-eec4b772.entry.js +4 -0
  815. package/dist/ionic/p-eeee3990.system.entry.js +4 -0
  816. package/dist/ionic/p-efa0f3f5.entry.js +4 -0
  817. package/dist/ionic/p-f02e9382.system.entry.js +4 -0
  818. package/dist/ionic/{p-d2536fe8.system.js → p-f11a9436.system.js} +1 -1
  819. package/dist/ionic/p-f201b53a.system.js +4 -0
  820. package/dist/ionic/p-f554845e.js +4 -0
  821. package/dist/ionic/p-f663de24.entry.js +4 -0
  822. package/dist/ionic/p-f6bb9be7.system.entry.js +4 -0
  823. package/dist/ionic/{p-2cbcecdb.js → p-f7ce606e.js} +1 -1
  824. package/dist/ionic/p-ff4a1ba0.system.entry.js +4 -0
  825. package/dist/types/components/accordion/accordion.d.ts +3 -5
  826. package/dist/types/components/accordion-group/accordion-group.d.ts +1 -12
  827. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +7 -3
  828. package/dist/types/components/action-sheet/action-sheet.d.ts +2 -3
  829. package/dist/types/components/alert/alert-interface.d.ts +7 -3
  830. package/dist/types/components/alert/alert.d.ts +2 -3
  831. package/dist/types/components/app/app.d.ts +2 -6
  832. package/dist/types/components/avatar/avatar.d.ts +0 -32
  833. package/dist/types/components/back-button/back-button.d.ts +1 -2
  834. package/dist/types/components/backdrop/backdrop.d.ts +0 -4
  835. package/dist/types/components/badge/badge.d.ts +1 -29
  836. package/dist/types/components/breadcrumb/breadcrumb.d.ts +1 -4
  837. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  838. package/dist/types/components/button/button.d.ts +4 -15
  839. package/dist/types/components/buttons/buttons.d.ts +1 -5
  840. package/dist/types/components/card/card.d.ts +1 -8
  841. package/dist/types/components/card-content/card-content.d.ts +1 -2
  842. package/dist/types/components/card-header/card-header.d.ts +2 -3
  843. package/dist/types/components/card-subtitle/card-subtitle.d.ts +1 -2
  844. package/dist/types/components/card-title/card-title.d.ts +1 -2
  845. package/dist/types/components/checkbox/checkbox.d.ts +4 -14
  846. package/dist/types/components/chip/chip.d.ts +1 -19
  847. package/dist/types/components/col/col.d.ts +0 -4
  848. package/dist/types/components/content/content.d.ts +0 -3
  849. package/dist/types/components/datetime/datetime.d.ts +1 -26
  850. package/dist/types/components/datetime/utils/data.d.ts +5 -5
  851. package/dist/types/components/datetime-button/datetime-button.d.ts +1 -2
  852. package/dist/types/components/fab/fab.d.ts +0 -4
  853. package/dist/types/components/fab-button/fab-button.d.ts +3 -5
  854. package/dist/types/components/fab-list/fab-list.d.ts +0 -4
  855. package/dist/types/components/footer/footer.d.ts +3 -4
  856. package/dist/types/components/grid/grid.d.ts +0 -4
  857. package/dist/types/components/header/header.d.ts +3 -9
  858. package/dist/types/components/img/img.d.ts +0 -3
  859. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +0 -4
  860. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +0 -4
  861. package/dist/types/components/input/input.d.ts +5 -31
  862. package/dist/types/components/input-password-toggle/input-password-toggle.d.ts +0 -2
  863. package/dist/types/components/item/item.d.ts +4 -11
  864. package/dist/types/components/item-divider/item-divider.d.ts +1 -2
  865. package/dist/types/components/item-group/item-group.d.ts +0 -4
  866. package/dist/types/components/item-option/item-option.d.ts +1 -11
  867. package/dist/types/components/item-options/item-options.d.ts +0 -4
  868. package/dist/types/components/item-sliding/item-sliding.d.ts +0 -4
  869. package/dist/types/components/label/label.d.ts +1 -2
  870. package/dist/types/components/list/list.d.ts +1 -15
  871. package/dist/types/components/list-header/list-header.d.ts +1 -2
  872. package/dist/types/components/loading/loading-interface.d.ts +7 -2
  873. package/dist/types/components/loading/loading.d.ts +2 -3
  874. package/dist/types/components/menu/menu.d.ts +0 -3
  875. package/dist/types/components/menu-button/menu-button.d.ts +1 -3
  876. package/dist/types/components/menu-toggle/menu-toggle.d.ts +0 -3
  877. package/dist/types/components/modal/gestures/sheet.d.ts +1 -1
  878. package/dist/types/components/modal/modal-interface.d.ts +7 -4
  879. package/dist/types/components/modal/modal.d.ts +1 -11
  880. package/dist/types/components/nav/nav-interface.d.ts +1 -9
  881. package/dist/types/components/nav/nav.d.ts +1 -5
  882. package/dist/types/components/nav-link/nav-link.d.ts +0 -4
  883. package/dist/types/components/note/note.d.ts +1 -2
  884. package/dist/types/components/picker/picker.d.ts +9 -2
  885. package/dist/types/components/picker-column/picker-column.d.ts +1 -2
  886. package/dist/types/components/picker-column-option/picker-column-option.d.ts +0 -4
  887. package/dist/types/components/picker-legacy/picker.d.ts +1 -2
  888. package/dist/types/components/popover/popover-interface.d.ts +6 -3
  889. package/dist/types/components/popover/popover.d.ts +5 -6
  890. package/dist/types/components/progress-bar/progress-bar.d.ts +1 -10
  891. package/dist/types/components/radio/radio.d.ts +1 -2
  892. package/dist/types/components/radio-group/radio-group.d.ts +0 -4
  893. package/dist/types/components/range/range.d.ts +10 -3
  894. package/dist/types/components/refresher/refresher.d.ts +1 -2
  895. package/dist/types/components/refresher-content/refresher-content.d.ts +0 -4
  896. package/dist/types/components/reorder/reorder.d.ts +0 -9
  897. package/dist/types/components/reorder-group/reorder-group.d.ts +0 -4
  898. package/dist/types/components/ripple-effect/ripple-effect.d.ts +0 -4
  899. package/dist/types/components/route/route.d.ts +0 -4
  900. package/dist/types/components/router/router.d.ts +0 -4
  901. package/dist/types/components/router-link/router-link.d.ts +0 -4
  902. package/dist/types/components/router-outlet/router-outlet.d.ts +1 -4
  903. package/dist/types/components/row/row.d.ts +0 -4
  904. package/dist/types/components/searchbar/searchbar.d.ts +9 -51
  905. package/dist/types/components/segment/segment.d.ts +1 -2
  906. package/dist/types/components/segment-button/segment-button.d.ts +1 -2
  907. package/dist/types/components/select/select.d.ts +13 -41
  908. package/dist/types/components/select-option/select-option.d.ts +0 -4
  909. package/dist/types/components/select-popover/select-popover.d.ts +0 -3
  910. package/dist/types/components/skeleton-text/skeleton-text.d.ts +0 -4
  911. package/dist/types/components/spinner/spinner.d.ts +0 -15
  912. package/dist/types/components/split-pane/split-pane.d.ts +0 -4
  913. package/dist/types/components/tab/tab.d.ts +0 -4
  914. package/dist/types/components/tab-bar/tab-bar.d.ts +2 -22
  915. package/dist/types/components/tab-button/tab-button.d.ts +1 -11
  916. package/dist/types/components/tabs/tabs.d.ts +0 -3
  917. package/dist/types/components/text/text.d.ts +1 -2
  918. package/dist/types/components/textarea/textarea.d.ts +4 -17
  919. package/dist/types/components/thumbnail/thumbnail.d.ts +0 -4
  920. package/dist/types/components/title/title.d.ts +0 -4
  921. package/dist/types/components/toast/animations/utils.d.ts +2 -2
  922. package/dist/types/components/toast/toast-interface.d.ts +7 -3
  923. package/dist/types/components/toast/toast.d.ts +2 -12
  924. package/dist/types/components/toggle/toggle.d.ts +1 -15
  925. package/dist/types/components/toolbar/toolbar.d.ts +3 -4
  926. package/dist/types/components.d.ts +191 -1461
  927. package/dist/types/global/ionic-global.d.ts +2 -27
  928. package/dist/types/interface.d.ts +0 -3
  929. package/dist/types/utils/config.d.ts +2 -106
  930. package/dist/types/utils/focus-visible.d.ts +0 -13
  931. package/dist/types/utils/helpers.d.ts +0 -11
  932. package/dist/types/utils/overlays-interface.d.ts +1 -31
  933. package/dist/types/utils/test/playwright/generator.d.ts +2 -31
  934. package/hydrate/index.js +933 -2609
  935. package/hydrate/index.mjs +933 -2609
  936. package/package.json +5 -10
  937. package/components/caret-down.js +0 -6
  938. package/components/caret-left.js +0 -6
  939. package/components/caret-right.js +0 -6
  940. package/components/config2.js +0 -79
  941. package/components/ion-divider.d.ts +0 -11
  942. package/components/ion-divider.js +0 -59
  943. package/components/list2.js +0 -6
  944. package/components/x.js +0 -6
  945. package/css/ionic/bundle.ionic.css +0 -1
  946. package/css/ionic/bundle.ionic.css.map +0 -1
  947. package/css/ionic/core.ionic.css +0 -1
  948. package/css/ionic/core.ionic.css.map +0 -1
  949. package/css/ionic/global.bundle.ionic.css +0 -1
  950. package/css/ionic/global.bundle.ionic.css.map +0 -1
  951. package/css/ionic/ionic-swiper.ionic.css +0 -1
  952. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  953. package/css/ionic/link.ionic.css +0 -1
  954. package/css/ionic/link.ionic.css.map +0 -1
  955. package/css/ionic/structure.ionic.css +0 -1
  956. package/css/ionic/structure.ionic.css.map +0 -1
  957. package/css/ionic/typography.ionic.css +0 -1
  958. package/css/ionic/typography.ionic.css.map +0 -1
  959. package/css/ionic/utils.bundle.ionic.css +0 -1
  960. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  961. package/dist/cjs/caret-down-3c215cff.js +0 -8
  962. package/dist/cjs/caret-left-2bb66970.js +0 -8
  963. package/dist/cjs/caret-right-88e03970.js +0 -8
  964. package/dist/cjs/config-aff4ff52.js +0 -84
  965. package/dist/cjs/ion-divider.cjs.entry.js +0 -43
  966. package/dist/cjs/ionic-global-5c446a5e.js +0 -531
  967. package/dist/cjs/list-2930c629.js +0 -8
  968. package/dist/cjs/x-81a8f51c.js +0 -8
  969. package/dist/collection/components/accordion/accordion.ionic.css +0 -197
  970. package/dist/collection/components/accordion-group/accordion-group.ionic.css +0 -95
  971. package/dist/collection/components/avatar/avatar.ionic.css +0 -296
  972. package/dist/collection/components/backdrop/backdrop.ionic.css +0 -150
  973. package/dist/collection/components/badge/badge.ionic.css +0 -326
  974. package/dist/collection/components/button/button.ionic.css +0 -609
  975. package/dist/collection/components/buttons/buttons.ionic.css +0 -100
  976. package/dist/collection/components/card/card.ionic.css +0 -137
  977. package/dist/collection/components/card-content/card-content.ionic.css +0 -90
  978. package/dist/collection/components/card-header/card-header.ionic.css +0 -87
  979. package/dist/collection/components/card-subtitle/card-subtitle.ionic.css +0 -146
  980. package/dist/collection/components/checkbox/checkbox.ionic.css +0 -402
  981. package/dist/collection/components/chip/chip.ionic.css +0 -160
  982. package/dist/collection/components/datetime/datetime.ionic.css +0 -673
  983. package/dist/collection/components/divider/divider.ionic.css +0 -200
  984. package/dist/collection/components/divider/divider.ios.css +0 -137
  985. package/dist/collection/components/divider/divider.js +0 -76
  986. package/dist/collection/components/divider/divider.md.css +0 -137
  987. package/dist/collection/components/header/header.ionic.css +0 -86
  988. package/dist/collection/components/input/input.ionic.css +0 -1078
  989. package/dist/collection/components/input-password-toggle/input-password-toggle.common.css +0 -61
  990. package/dist/collection/components/input-password-toggle/input-password-toggle.ionic.css +0 -141
  991. package/dist/collection/components/item/item.ionic.css +0 -497
  992. package/dist/collection/components/item-option/item-option.ionic.css +0 -332
  993. package/dist/collection/components/item-options/item-options.ionic.css +0 -259
  994. package/dist/collection/components/list/list.ionic.css +0 -192
  995. package/dist/collection/components/list-header/list-header.ionic.css +0 -236
  996. package/dist/collection/components/menu-button/menu-button.ionic.css +0 -238
  997. package/dist/collection/components/modal/modal.ionic.css +0 -245
  998. package/dist/collection/components/progress-bar/progress-bar.ionic.css +0 -333
  999. package/dist/collection/components/radio/radio.ionic.css +0 -424
  1000. package/dist/collection/components/range/range.ionic.css +0 -555
  1001. package/dist/collection/components/ripple-effect/ripple-effect.ionic.css +0 -154
  1002. package/dist/collection/components/searchbar/searchbar.ionic.css +0 -628
  1003. package/dist/collection/components/segment/segment.ionic.css +0 -117
  1004. package/dist/collection/components/segment-button/segment-button.ionic.css +0 -355
  1005. package/dist/collection/components/select/select.ionic.css +0 -824
  1006. package/dist/collection/components/select-modal/select-modal.ionic.css +0 -121
  1007. package/dist/collection/components/spinner/spinner.common.css +0 -199
  1008. package/dist/collection/components/tab-bar/tab-bar.ionic.css +0 -188
  1009. package/dist/collection/components/tab-button/tab-button.ionic.css +0 -327
  1010. package/dist/collection/components/textarea/textarea.ionic.css +0 -860
  1011. package/dist/collection/components/title/title.ionic.css +0 -145
  1012. package/dist/collection/components/toast/toast.ionic.css +0 -377
  1013. package/dist/collection/components/toggle/toggle.ionic.css +0 -516
  1014. package/dist/collection/components/toolbar/toolbar.ionic.css +0 -233
  1015. package/dist/esm/caret-down-3eaad1cc.js +0 -6
  1016. package/dist/esm/caret-left-33424bb0.js +0 -6
  1017. package/dist/esm/caret-right-68d856ad.js +0 -6
  1018. package/dist/esm/config-84eb9670.js +0 -79
  1019. package/dist/esm/ion-divider.entry.js +0 -39
  1020. package/dist/esm/ionic-global-b30d2cc2.js +0 -517
  1021. package/dist/esm/list-6524700c.js +0 -6
  1022. package/dist/esm/x-a64bcd9f.js +0 -6
  1023. package/dist/esm-es5/animation-12d440f3.js +0 -4
  1024. package/dist/esm-es5/app-globals-2497eeed.js +0 -4
  1025. package/dist/esm-es5/capacitor-39edcb1f.js +0 -4
  1026. package/dist/esm-es5/caret-down-3eaad1cc.js +0 -4
  1027. package/dist/esm-es5/caret-left-33424bb0.js +0 -4
  1028. package/dist/esm-es5/caret-right-68d856ad.js +0 -4
  1029. package/dist/esm-es5/config-84eb9670.js +0 -4
  1030. package/dist/esm-es5/data-591c1b05.js +0 -4
  1031. package/dist/esm-es5/focus-visible-6827442c.js +0 -4
  1032. package/dist/esm-es5/framework-delegate-9ad3e427.js +0 -4
  1033. package/dist/esm-es5/helpers-ea1f7324.js +0 -4
  1034. package/dist/esm-es5/index-036caa00.js +0 -4
  1035. package/dist/esm-es5/index-0c65e393.js +0 -4
  1036. package/dist/esm-es5/index-eb1203fa.js +0 -4
  1037. package/dist/esm-es5/index-f36a3fa4.js +0 -4
  1038. package/dist/esm-es5/input-shims-96f8d7c2.js +0 -4
  1039. package/dist/esm-es5/input.utils-22a20c3a.js +0 -4
  1040. package/dist/esm-es5/ion-divider.entry.js +0 -4
  1041. package/dist/esm-es5/ionic-global-b30d2cc2.js +0 -4
  1042. package/dist/esm-es5/ios.transition-cbbf0bd1.js +0 -4
  1043. package/dist/esm-es5/keyboard-controller-7e2da6b9.js +0 -4
  1044. package/dist/esm-es5/list-6524700c.js +0 -4
  1045. package/dist/esm-es5/md.transition-21c93656.js +0 -4
  1046. package/dist/esm-es5/notch-controller-cd983e05.js +0 -4
  1047. package/dist/esm-es5/overlays-d60b1d1e.js +0 -4
  1048. package/dist/esm-es5/status-tap-bf78b74d.js +0 -4
  1049. package/dist/esm-es5/swipe-back-fff82194.js +0 -4
  1050. package/dist/esm-es5/x-a64bcd9f.js +0 -4
  1051. package/dist/ionic/p-01717254.entry.js +0 -4
  1052. package/dist/ionic/p-0175d2ed.system.js +0 -4
  1053. package/dist/ionic/p-01d80901.system.js +0 -4
  1054. package/dist/ionic/p-047943a4.entry.js +0 -4
  1055. package/dist/ionic/p-04ca2bc3.system.js +0 -4
  1056. package/dist/ionic/p-051208d8.system.js +0 -4
  1057. package/dist/ionic/p-0571060e.system.js +0 -4
  1058. package/dist/ionic/p-06a7a822.system.entry.js +0 -4
  1059. package/dist/ionic/p-06ec4706.js +0 -4
  1060. package/dist/ionic/p-0b07a566.system.entry.js +0 -4
  1061. package/dist/ionic/p-0c5e0dc8.system.entry.js +0 -4
  1062. package/dist/ionic/p-0e25995f.entry.js +0 -4
  1063. package/dist/ionic/p-0eaae446.js +0 -4
  1064. package/dist/ionic/p-107ddb23.entry.js +0 -4
  1065. package/dist/ionic/p-11ac6c97.entry.js +0 -4
  1066. package/dist/ionic/p-148ed064.entry.js +0 -4
  1067. package/dist/ionic/p-1613cd36.system.entry.js +0 -4
  1068. package/dist/ionic/p-17f49808.system.entry.js +0 -4
  1069. package/dist/ionic/p-195c7099.system.entry.js +0 -4
  1070. package/dist/ionic/p-1a3b4566.system.entry.js +0 -4
  1071. package/dist/ionic/p-1bb9592a.entry.js +0 -4
  1072. package/dist/ionic/p-1c8f3fef.system.entry.js +0 -4
  1073. package/dist/ionic/p-1ee39457.system.entry.js +0 -4
  1074. package/dist/ionic/p-1fd5c378.system.js +0 -4
  1075. package/dist/ionic/p-1ffb98a0.system.entry.js +0 -4
  1076. package/dist/ionic/p-20ec20dc.system.js +0 -4
  1077. package/dist/ionic/p-243adf8c.js +0 -4
  1078. package/dist/ionic/p-266448a7.system.entry.js +0 -4
  1079. package/dist/ionic/p-29b8f112.js +0 -4
  1080. package/dist/ionic/p-2a1b5646.system.js +0 -4
  1081. package/dist/ionic/p-2a4ebf7b.entry.js +0 -4
  1082. package/dist/ionic/p-2a6e60d2.system.entry.js +0 -4
  1083. package/dist/ionic/p-2aca2df7.entry.js +0 -4
  1084. package/dist/ionic/p-2c4d0578.system.entry.js +0 -4
  1085. package/dist/ionic/p-2cede1ff.system.entry.js +0 -4
  1086. package/dist/ionic/p-2f14ca13.js +0 -4
  1087. package/dist/ionic/p-31956865.system.entry.js +0 -4
  1088. package/dist/ionic/p-34f06cc7.system.entry.js +0 -4
  1089. package/dist/ionic/p-36b11a30.system.entry.js +0 -4
  1090. package/dist/ionic/p-3775da84.system.entry.js +0 -4
  1091. package/dist/ionic/p-396bdcf7.js +0 -4
  1092. package/dist/ionic/p-3cdea564.system.entry.js +0 -4
  1093. package/dist/ionic/p-3dd43dba.system.entry.js +0 -4
  1094. package/dist/ionic/p-40ea7c52.js +0 -4
  1095. package/dist/ionic/p-4279f787.entry.js +0 -4
  1096. package/dist/ionic/p-429dd2b5.system.js +0 -4
  1097. package/dist/ionic/p-42acd60b.system.entry.js +0 -4
  1098. package/dist/ionic/p-43b4ca5b.entry.js +0 -4
  1099. package/dist/ionic/p-443152fd.js +0 -4
  1100. package/dist/ionic/p-4459a66e.system.js +0 -4
  1101. package/dist/ionic/p-4606e323.system.entry.js +0 -4
  1102. package/dist/ionic/p-46204887.entry.js +0 -4
  1103. package/dist/ionic/p-47fda111.entry.js +0 -4
  1104. package/dist/ionic/p-495eb25e.entry.js +0 -4
  1105. package/dist/ionic/p-534b5031.js +0 -4
  1106. package/dist/ionic/p-579b4a63.entry.js +0 -4
  1107. package/dist/ionic/p-583f0c5f.js +0 -4
  1108. package/dist/ionic/p-58a30d90.entry.js +0 -4
  1109. package/dist/ionic/p-59920a82.system.entry.js +0 -4
  1110. package/dist/ionic/p-5b57d327.system.js +0 -4
  1111. package/dist/ionic/p-5c586ac1.entry.js +0 -4
  1112. package/dist/ionic/p-5c9aab48.system.entry.js +0 -4
  1113. package/dist/ionic/p-5dce701d.js +0 -4
  1114. package/dist/ionic/p-607c9c33.js +0 -4
  1115. package/dist/ionic/p-61977a32.entry.js +0 -4
  1116. package/dist/ionic/p-64771457.system.entry.js +0 -4
  1117. package/dist/ionic/p-653e4810.entry.js +0 -4
  1118. package/dist/ionic/p-6620dffa.entry.js +0 -4
  1119. package/dist/ionic/p-663ace5f.entry.js +0 -4
  1120. package/dist/ionic/p-66a495c4.system.entry.js +0 -4
  1121. package/dist/ionic/p-6761a590.js +0 -4
  1122. package/dist/ionic/p-67dd0aa9.entry.js +0 -4
  1123. package/dist/ionic/p-689a94b3.system.entry.js +0 -4
  1124. package/dist/ionic/p-6a0dd6bc.js +0 -4
  1125. package/dist/ionic/p-6bf6e9e8.entry.js +0 -4
  1126. package/dist/ionic/p-6ce59667.entry.js +0 -4
  1127. package/dist/ionic/p-7071d7ca.js +0 -4
  1128. package/dist/ionic/p-70d36cb8.system.js +0 -4
  1129. package/dist/ionic/p-71d96a02.system.entry.js +0 -4
  1130. package/dist/ionic/p-72d019c5.system.entry.js +0 -4
  1131. package/dist/ionic/p-730993c9.system.entry.js +0 -4
  1132. package/dist/ionic/p-787d9af9.js +0 -4
  1133. package/dist/ionic/p-78fbb151.system.js +0 -4
  1134. package/dist/ionic/p-7beb0900.system.entry.js +0 -4
  1135. package/dist/ionic/p-7c80b639.system.entry.js +0 -4
  1136. package/dist/ionic/p-7d8e1a3d.system.entry.js +0 -4
  1137. package/dist/ionic/p-7dbbb35d.entry.js +0 -4
  1138. package/dist/ionic/p-7e4cf8e1.entry.js +0 -4
  1139. package/dist/ionic/p-80263807.system.js +0 -4
  1140. package/dist/ionic/p-83d7c238.system.entry.js +0 -4
  1141. package/dist/ionic/p-85bb90f6.entry.js +0 -4
  1142. package/dist/ionic/p-85cee6c9.entry.js +0 -4
  1143. package/dist/ionic/p-86a390a7.js +0 -4
  1144. package/dist/ionic/p-883ff61d.system.entry.js +0 -4
  1145. package/dist/ionic/p-8870fcbd.entry.js +0 -4
  1146. package/dist/ionic/p-8cba58fa.system.entry.js +0 -4
  1147. package/dist/ionic/p-8cfd2546.entry.js +0 -4
  1148. package/dist/ionic/p-8d7684b7.entry.js +0 -4
  1149. package/dist/ionic/p-8f3bd9ab.system.js +0 -4
  1150. package/dist/ionic/p-90ac5fdf.entry.js +0 -4
  1151. package/dist/ionic/p-90ec152d.system.js +0 -4
  1152. package/dist/ionic/p-91ce2114.entry.js +0 -4
  1153. package/dist/ionic/p-96f37d0d.entry.js +0 -4
  1154. package/dist/ionic/p-97ce7496.system.entry.js +0 -4
  1155. package/dist/ionic/p-981b8086.entry.js +0 -4
  1156. package/dist/ionic/p-999a0cef.system.entry.js +0 -4
  1157. package/dist/ionic/p-9b177519.js +0 -4
  1158. package/dist/ionic/p-9dab7e7c.js +0 -4
  1159. package/dist/ionic/p-9e9999d5.entry.js +0 -4
  1160. package/dist/ionic/p-a3144a1e.entry.js +0 -4
  1161. package/dist/ionic/p-a4c11918.system.entry.js +0 -4
  1162. package/dist/ionic/p-a4c64c42.entry.js +0 -4
  1163. package/dist/ionic/p-a9af4103.js +0 -4
  1164. package/dist/ionic/p-af2e2a79.entry.js +0 -4
  1165. package/dist/ionic/p-b1618321.entry.js +0 -4
  1166. package/dist/ionic/p-b6baf215.entry.js +0 -4
  1167. package/dist/ionic/p-bc0ab45b.entry.js +0 -4
  1168. package/dist/ionic/p-bcfc28b7.system.entry.js +0 -4
  1169. package/dist/ionic/p-bd215938.system.entry.js +0 -4
  1170. package/dist/ionic/p-befb004d.entry.js +0 -4
  1171. package/dist/ionic/p-c248c88d.system.js +0 -4
  1172. package/dist/ionic/p-c27342bf.system.entry.js +0 -4
  1173. package/dist/ionic/p-c47cb709.js +0 -4
  1174. package/dist/ionic/p-cbad55f3.system.entry.js +0 -4
  1175. package/dist/ionic/p-cef4553b.entry.js +0 -4
  1176. package/dist/ionic/p-cff47c26.system.entry.js +0 -4
  1177. package/dist/ionic/p-d2e6afa9.system.js +0 -4
  1178. package/dist/ionic/p-d35e20cf.system.entry.js +0 -4
  1179. package/dist/ionic/p-d4a21287.js +0 -4
  1180. package/dist/ionic/p-d534a6c8.entry.js +0 -4
  1181. package/dist/ionic/p-d75951ba.system.entry.js +0 -4
  1182. package/dist/ionic/p-d760d709.entry.js +0 -4
  1183. package/dist/ionic/p-da7bd63e.system.entry.js +0 -4
  1184. package/dist/ionic/p-de32ae2a.system.entry.js +0 -4
  1185. package/dist/ionic/p-dea6541e.entry.js +0 -4
  1186. package/dist/ionic/p-deb05ec4.js +0 -4
  1187. package/dist/ionic/p-dff0b93b.system.entry.js +0 -4
  1188. package/dist/ionic/p-e028d3f1.entry.js +0 -4
  1189. package/dist/ionic/p-e3b70846.system.js +0 -4
  1190. package/dist/ionic/p-e913a8ec.system.entry.js +0 -4
  1191. package/dist/ionic/p-eb15cdb8.entry.js +0 -4
  1192. package/dist/ionic/p-ed32d861.system.entry.js +0 -4
  1193. package/dist/ionic/p-ef7f7ba9.js +0 -4
  1194. package/dist/ionic/p-effec462.system.js +0 -4
  1195. package/dist/ionic/p-f4a27763.entry.js +0 -4
  1196. package/dist/ionic/p-f63db3d4.entry.js +0 -4
  1197. package/dist/ionic/p-f853b71b.entry.js +0 -4
  1198. package/dist/ionic/p-fb0197d6.system.entry.js +0 -4
  1199. package/dist/ionic/p-fdcaa201.system.js +0 -4
  1200. package/dist/types/components/divider/divider.d.ts +0 -20
  1201. /package/dist/collection/components/{refresher-content/refresher-content.css → input-password-toggle/input-password-toggle.css} +0 -0
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{w as e}from"./p-9dab7e7c.js";let o;const t=(e,t,i)=>{const n=t.startsWith("animation")?(r=e,void 0===o&&(o=void 0===r.style.animationName&&void 0!==r.style.webkitAnimationName?"-webkit-":""),o):"";var r;e.style.setProperty(n+t,i)},i=(e=[],o)=>{if(void 0!==o){const t=Array.isArray(o)?o:[o];return[...e,...t]}return e},n=o=>{let n,r,a,s,d,l,f,c,v,m,u,y=[],p=[],g=[],b=!1,A={},C=[],E=[],h={},S=0,k=!1,R=!1,w=!0,T=!1,D=!0,F=!1;const W=o,I=[],K=[],M=[],j=[],x=[],P=[],q=[],z=[],B=[],G=[],H=[],J="function"==typeof AnimationEffect||void 0!==e&&"function"==typeof e.AnimationEffect,L="function"==typeof Element&&"function"==typeof Element.prototype.animate&&J,N=()=>H,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}),u),U=()=>{L&&(H.forEach((e=>{e.cancel()})),H.length=0)},V=()=>{P.forEach((e=>{(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)})),P.length=0},X=()=>void 0!==d?d:f?f.getFill():"both",Y=()=>void 0!==c?c:void 0!==l?l:f?f.getDirection():"normal",Z=()=>k?"linear":void 0!==a?a:f?f.getEasing():"linear",$=()=>R?0:void 0!==v?v:void 0!==r?r:f?f.getDuration():0,_=()=>void 0!==s?s:f?f.getIterations():1,ee=()=>void 0!==m?m:void 0!==n?n:f?f.getDelay():0,oe=()=>{0!==S&&(S--,0===S&&((()=>{B.forEach((e=>e())),G.forEach((e=>e()));const e=w?1:0,o=C,i=E,n=h;j.forEach((e=>{const r=e.classList;o.forEach((e=>r.add(e))),i.forEach((e=>r.remove(e)));for(const o in n)n.hasOwnProperty(o)&&t(e,o,n[o])})),v=void 0,c=void 0,m=void 0,I.forEach((o=>o.c(e,u))),K.forEach((o=>o.c(e,u))),K.length=0,D=!0,w&&(T=!0),w=!0})(),f&&f.animationFinish()))},te=()=>{(()=>{q.forEach((e=>e())),z.forEach((e=>e()));const e=p,o=g,i=A;j.forEach((n=>{const r=n.classList;e.forEach((e=>r.add(e))),o.forEach((e=>r.remove(e)));for(const e in i)i.hasOwnProperty(e)&&t(n,e,i[e])}))})(),y.length>0&&L&&(j.forEach((e=>{const o=e.animate(y,{id:W,delay:ee(),duration:$(),easing:Z(),iterations:_(),fill:X(),direction:Y()});o.pause(),H.push(o)})),H.length>0&&(H[0].onfinish=()=>{oe()})),b=!0},ie=e=>{e=Math.min(Math.max(e,0),.9999),L&&H.forEach((o=>{o.currentTime=o.effect.getComputedTiming().delay+$()*e,o.pause()}))},ne=e=>{H.forEach((e=>{e.effect.updateTiming({delay:ee(),duration:$(),easing:Z(),iterations:_(),fill:X(),direction:Y()})})),void 0!==e&&ie(e)},re=(e=!1,o=!0,t)=>(e&&x.forEach((i=>{i.update(e,o,t)})),L&&ne(t),u),ae=()=>{b&&(L?H.forEach((e=>{e.pause()})):j.forEach((e=>{t(e,"animation-play-state","paused")})),F=!0)},se=e=>new Promise((o=>{(null==e?void 0:e.sync)&&(R=!0,Q((()=>R=!1),{oneTimeCallback:!0})),b||te(),T&&(L&&(ie(0),ne()),T=!1),D&&(S=x.length+1,D=!1);const t=()=>{O(i,K),o()},i=()=>{O(t,M),o()};Q(i,{oneTimeCallback:!0}),M.push({c:t,o:{oneTimeCallback:!0}}),x.forEach((e=>{e.play()})),L?(H.forEach((e=>{e.play()})),0!==y.length&&0!==j.length||oe()):oe(),F=!1})),de=(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,u};return u={parentAnimation:f,elements:j,childAnimations:x,id:W,animationFinish:oe,from:de,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,u},fromTo:(e,o,t)=>de(e,o).to(e,t),parent:e=>(f=e,u),play:se,pause:()=>(x.forEach((e=>{e.pause()})),ae(),u),stop:()=>{x.forEach((e=>{e.stop()})),b&&(U(),b=!1),k=!1,R=!1,D=!0,c=void 0,v=void 0,m=void 0,S=0,T=!1,w=!0,F=!1,M.forEach((e=>e.c(0,u))),M.length=0},destroy:e=>(x.forEach((o=>{o.destroy(e)})),(e=>{U(),e&&V()})(e),j.length=0,x.length=0,y.length=0,I.length=0,K.length=0,b=!1,D=!0,u),keyframes:e=>{const o=y!==e;return y=e,o&&(e=>{L&&N().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),u},addAnimation:e=>{if(null!=e)if(Array.isArray(e))for(const o of e)o.parent(u),x.push(o);else e.parent(u),x.push(e);return u},addElement:e=>{if(null!=e)if(1===e.nodeType)j.push(e);else if(e.length>=0)for(let o=0;o<e.length;o++)j.push(e[o]);else console.error("Invalid addElement value");return u},update:re,fill:e=>(d=e,re(!0),u),direction:e=>(l=e,re(!0),u),iterations:e=>(s=e,re(!0),u),duration:e=>(L||0!==e||(e=1),r=e,re(!0),u),easing:e=>(a=e,re(!0),u),delay:e=>(n=e,re(!0),u),getWebAnimations:N,getKeyframes:()=>y,getFill:X,getDirection:Y,getDelay:ee,getIterations:_,getEasing:Z,getDuration:$,afterAddRead:e=>(B.push(e),u),afterAddWrite:e=>(G.push(e),u),afterClearStyles:(e=[])=>{for(const o of e)h[o]="";return u},afterStyles:(e={})=>(h=e,u),afterRemoveClass:e=>(E=i(E,e),u),afterAddClass:e=>(C=i(C,e),u),beforeAddRead:e=>(q.push(e),u),beforeAddWrite:e=>(z.push(e),u),beforeClearStyles:(e=[])=>{for(const o of e)A[o]="";return u},beforeStyles:(e={})=>(A=e,u),beforeRemoveClass:e=>(g=i(g,e),u),beforeAddClass:e=>(p=i(p,e),u),onFinish:Q,isRunning:()=>0!==S&&!F,progressStart:(e=!1,o)=>(x.forEach((t=>{t.progressStart(e,o)})),ae(),k=e,b||te(),re(!1,!0,o),u),progressStep:e=>(x.forEach((o=>{o.progressStep(e)})),ie(e),u),progressEnd:(e,o,t)=>(k=!1,x.forEach((i=>{i.progressEnd(e,o,t)})),void 0!==t&&(v=t),T=!1,w=!0,0===e?(c="reverse"===Y()?"normal":"reverse","reverse"===c&&(w=!1),L?(re(),ie(1-o)):(m=(1-o)*$()*-1,re(!1,!1))):1===e&&(L?(re(),ie(o)):(m=o*$()*-1,re(!1,!1))),void 0===e||f||se(),u)}};export{n as c}
4
+ import{w as e}from"./p-7b30edcc.js";let o;const t=(e,t,i)=>{const n=t.startsWith("animation")?(r=e,void 0===o&&(o=void 0===r.style.animationName&&void 0!==r.style.webkitAnimationName?"-webkit-":""),o):"";var r;e.style.setProperty(n+t,i)},i=(e=[],o)=>{if(void 0!==o){const t=Array.isArray(o)?o:[o];return[...e,...t]}return e},n=o=>{let n,r,a,s,d,l,f,c,v,m,u,y=[],p=[],g=[],b=!1,A={},C=[],E=[],h={},S=0,k=!1,R=!1,w=!0,T=!1,D=!0,F=!1;const W=o,I=[],K=[],M=[],j=[],x=[],P=[],q=[],z=[],B=[],G=[],H=[],J="function"==typeof AnimationEffect||void 0!==e&&"function"==typeof e.AnimationEffect,L="function"==typeof Element&&"function"==typeof Element.prototype.animate&&J,N=()=>H,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}),u),U=()=>{L&&(H.forEach((e=>{e.cancel()})),H.length=0)},V=()=>{P.forEach((e=>{(null==e?void 0:e.parentNode)&&e.parentNode.removeChild(e)})),P.length=0},X=()=>void 0!==d?d:f?f.getFill():"both",Y=()=>void 0!==c?c:void 0!==l?l:f?f.getDirection():"normal",Z=()=>k?"linear":void 0!==a?a:f?f.getEasing():"linear",$=()=>R?0:void 0!==v?v:void 0!==r?r:f?f.getDuration():0,_=()=>void 0!==s?s:f?f.getIterations():1,ee=()=>void 0!==m?m:void 0!==n?n:f?f.getDelay():0,oe=()=>{0!==S&&(S--,0===S&&((()=>{B.forEach((e=>e())),G.forEach((e=>e()));const e=w?1:0,o=C,i=E,n=h;j.forEach((e=>{const r=e.classList;o.forEach((e=>r.add(e))),i.forEach((e=>r.remove(e)));for(const o in n)n.hasOwnProperty(o)&&t(e,o,n[o])})),v=void 0,c=void 0,m=void 0,I.forEach((o=>o.c(e,u))),K.forEach((o=>o.c(e,u))),K.length=0,D=!0,w&&(T=!0),w=!0})(),f&&f.animationFinish()))},te=()=>{(()=>{q.forEach((e=>e())),z.forEach((e=>e()));const e=p,o=g,i=A;j.forEach((n=>{const r=n.classList;e.forEach((e=>r.add(e))),o.forEach((e=>r.remove(e)));for(const e in i)i.hasOwnProperty(e)&&t(n,e,i[e])}))})(),y.length>0&&L&&(j.forEach((e=>{const o=e.animate(y,{id:W,delay:ee(),duration:$(),easing:Z(),iterations:_(),fill:X(),direction:Y()});o.pause(),H.push(o)})),H.length>0&&(H[0].onfinish=()=>{oe()})),b=!0},ie=e=>{e=Math.min(Math.max(e,0),.9999),L&&H.forEach((o=>{o.currentTime=o.effect.getComputedTiming().delay+$()*e,o.pause()}))},ne=e=>{H.forEach((e=>{e.effect.updateTiming({delay:ee(),duration:$(),easing:Z(),iterations:_(),fill:X(),direction:Y()})})),void 0!==e&&ie(e)},re=(e=!1,o=!0,t)=>(e&&x.forEach((i=>{i.update(e,o,t)})),L&&ne(t),u),ae=()=>{b&&(L?H.forEach((e=>{e.pause()})):j.forEach((e=>{t(e,"animation-play-state","paused")})),F=!0)},se=e=>new Promise((o=>{(null==e?void 0:e.sync)&&(R=!0,Q((()=>R=!1),{oneTimeCallback:!0})),b||te(),T&&(L&&(ie(0),ne()),T=!1),D&&(S=x.length+1,D=!1);const t=()=>{O(i,K),o()},i=()=>{O(t,M),o()};Q(i,{oneTimeCallback:!0}),M.push({c:t,o:{oneTimeCallback:!0}}),x.forEach((e=>{e.play()})),L?(H.forEach((e=>{e.play()})),0!==y.length&&0!==j.length||oe()):oe(),F=!1})),de=(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,u};return u={parentAnimation:f,elements:j,childAnimations:x,id:W,animationFinish:oe,from:de,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,u},fromTo:(e,o,t)=>de(e,o).to(e,t),parent:e=>(f=e,u),play:se,pause:()=>(x.forEach((e=>{e.pause()})),ae(),u),stop:()=>{x.forEach((e=>{e.stop()})),b&&(U(),b=!1),k=!1,R=!1,D=!0,c=void 0,v=void 0,m=void 0,S=0,T=!1,w=!0,F=!1,M.forEach((e=>e.c(0,u))),M.length=0},destroy:e=>(x.forEach((o=>{o.destroy(e)})),(e=>{U(),e&&V()})(e),j.length=0,x.length=0,y.length=0,I.length=0,K.length=0,b=!1,D=!0,u),keyframes:e=>{const o=y!==e;return y=e,o&&(e=>{L&&N().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),u},addAnimation:e=>{if(null!=e)if(Array.isArray(e))for(const o of e)o.parent(u),x.push(o);else e.parent(u),x.push(e);return u},addElement:e=>{if(null!=e)if(1===e.nodeType)j.push(e);else if(e.length>=0)for(let o=0;o<e.length;o++)j.push(e[o]);else console.error("Invalid addElement value");return u},update:re,fill:e=>(d=e,re(!0),u),direction:e=>(l=e,re(!0),u),iterations:e=>(s=e,re(!0),u),duration:e=>(L||0!==e||(e=1),r=e,re(!0),u),easing:e=>(a=e,re(!0),u),delay:e=>(n=e,re(!0),u),getWebAnimations:N,getKeyframes:()=>y,getFill:X,getDirection:Y,getDelay:ee,getIterations:_,getEasing:Z,getDuration:$,afterAddRead:e=>(B.push(e),u),afterAddWrite:e=>(G.push(e),u),afterClearStyles:(e=[])=>{for(const o of e)h[o]="";return u},afterStyles:(e={})=>(h=e,u),afterRemoveClass:e=>(E=i(E,e),u),afterAddClass:e=>(C=i(C,e),u),beforeAddRead:e=>(q.push(e),u),beforeAddWrite:e=>(z.push(e),u),beforeClearStyles:(e=[])=>{for(const o of e)A[o]="";return u},beforeStyles:(e={})=>(A=e,u),beforeRemoveClass:e=>(g=i(g,e),u),beforeAddClass:e=>(p=i(p,e),u),onFinish:Q,isRunning:()=>0!==S&&!F,progressStart:(e=!1,o)=>(x.forEach((t=>{t.progressStart(e,o)})),ae(),k=e,b||te(),re(!1,!0,o),u),progressStep:e=>(x.forEach((o=>{o.progressStep(e)})),ie(e),u),progressEnd:(e,o,t)=>(k=!1,x.forEach((i=>{i.progressEnd(e,o,t)})),void 0!==t&&(v=t),T=!1,w=!0,0===e?(c="reverse"===Y()?"normal":"reverse","reverse"===c&&(w=!1),L?(re(),ie(1-o)):(m=(1-o)*$()*-1,re(!1,!1))):1===e&&(L?(re(),ie(o)):(m=o*$()*-1,re(!1,!1))),void 0===e||f||se(),u)}};export{n as c}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,r,o){function i(t){return t instanceof r?t:new r((function(e){e(t)}))}return new(r||(r=Promise))((function(r,n){function a(t){try{p(o.next(t))}catch(t){n(t)}}function s(t){try{p(o["throw"](t))}catch(t){n(t)}}function p(t){t.done?r(t.value):i(t.value).then(a,s)}p((o=o.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var r={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},o,i,n,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(t){return function(e){return p([t,e])}}function p(s){if(o)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(r=0)),r)try{if(o=1,i&&(n=s[0]&2?i["return"]:s[0]?i["throw"]||((n=i["return"])&&n.call(i),0):i.next)&&!(n=n.call(i,s[1])).done)return n;if(i=0,n)s=[s[0]&2,n.value];switch(s[0]){case 0:case 1:n=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;i=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(n=r.trys,n=n.length>0&&n[n.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!n||s[1]>n[0]&&s[1]<n[3])){r.label=s[1];break}if(s[0]===6&&r.label<n[1]){r.label=n[1];n=s;break}if(n&&r.label<n[2]){r.label=n[2];r.ops.push(s);break}if(n[2])r.ops.pop();r.trys.pop();continue}s=e.call(t,r)}catch(t){s=[6,t];i=0}finally{o=n=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-f11a9436.system.js","./p-d7032956.system.js","./p-44e168f3.system.js","./p-297d6806.system.js","./p-4f255d5a.system.js","./p-0ec5b7cf.system.js","./p-f201b53a.system.js","./p-4609d030.system.js","./p-042d5353.system.js","./p-9146695e.system.js","./p-792919fd.system.js","./p-7cc33a9a.system.js","./p-20d469d0.system.js"],(function(t){"use strict";var e,r,o,i,n,a,s,p,f,c,v,u,d,h,l,g,x,b,m,w,k,y,P,_,D,T,j,N;return{setters:[function(t){e=t.r;r=t.c;o=t.h;i=t.e;n=t.f},function(t){a=t.B;s=t.j;p=t.k;f=t.f;c=t.n;v=t.g;u=t.h;d=t.F},function(t){h=t.C;l=t.a;g=t.d},function(t){x=t.r;b=t.g;m=t.a;w=t.k},function(t){k=t.c},function(t){y=t.p},function(t){P=t.b;_=t.a},function(t){D=t.g},function(t){T=t.e;j=t.w},function(t){N=t.c},function(){},function(){},function(){}],execute:function(){var O=this;var A=function(t){if(!t){return{arrowWidth:0,arrowHeight:0}}var e=t.getBoundingClientRect(),r=e.width,o=e.height;return{arrowWidth:r,arrowHeight:o}};var I=function(t,e,r){var o=e.getBoundingClientRect();var i=o.height;var n=o.width;if(t==="cover"&&r){var a=r.getBoundingClientRect();n=a.width}return{contentWidth:n,contentHeight:i}};var W=function(t,e,r,o){var i=[];var n=b(o);var a=n.querySelector(".popover-content");switch(e){case"hover":i=[{eventName:"mouseenter",callback:function(e){var o=document.elementFromPoint(e.clientX,e.clientY);if(o===t){return}r.dismiss(undefined,undefined,false)}}];break;case"context-menu":case"click":default:i=[{eventName:"click",callback:function(e){var o=e.target;var i=o.closest("[data-ion-popover-trigger]");if(i===t){e.stopPropagation();return}r.dismiss(undefined,undefined,false)}}];break}i.forEach((function(t){var e=t.eventName,r=t.callback;return a.addEventListener(e,r)}));return function(){i.forEach((function(t){var e=t.eventName,r=t.callback;return a.removeEventListener(e,r)}))}};var L=function(t,e,r){var o=[];switch(e){case"hover":var i;o=[{eventName:"mouseenter",callback:function(t){return __awaiter(O,void 0,void 0,(function(){return __generator(this,(function(e){t.stopPropagation();if(i){clearTimeout(i)}i=setTimeout((function(){x((function(){r.presentFromTrigger(t);i=undefined}))}),100);return[2]}))}))}},{eventName:"mouseleave",callback:function(t){if(i){clearTimeout(i)}var e=t.relatedTarget;if(!e){return}if(e.closest("ion-popover")!==r){r.dismiss(undefined,undefined,false)}}},{eventName:"click",callback:function(t){return t.stopPropagation()}},{eventName:"ionPopoverActivateTrigger",callback:function(t){return r.presentFromTrigger(t,true)}}];break;case"context-menu":o=[{eventName:"contextmenu",callback:function(t){t.preventDefault();r.presentFromTrigger(t)}},{eventName:"click",callback:function(t){return t.stopPropagation()}},{eventName:"ionPopoverActivateTrigger",callback:function(t){return r.presentFromTrigger(t,true)}}];break;case"click":default:o=[{eventName:"click",callback:function(t){return r.presentFromTrigger(t)}},{eventName:"ionPopoverActivateTrigger",callback:function(t){return r.presentFromTrigger(t,true)}}];break}o.forEach((function(e){var r=e.eventName,o=e.callback;return t.addEventListener(r,o)}));t.setAttribute("data-ion-popover-trigger","true");return function(){o.forEach((function(e){var r=e.eventName,o=e.callback;return t.removeEventListener(r,o)}));t.removeAttribute("data-ion-popover-trigger")}};var z=function(t,e){if(!e||e.tagName!=="ION-ITEM"){return-1}return t.findIndex((function(t){return t===e}))};var E=function(t,e){var r=z(t,e);return t[r+1]};var X=function(t,e){var r=z(t,e);return t[r-1]};var Y=function(t){var e=b(t);var r=e.querySelector("button");if(r){x((function(){return r.focus()}))}};var C=function(t){return t.hasAttribute("data-ion-popover-trigger")};var M=function(t){var e=function(e){return __awaiter(O,void 0,void 0,(function(){var r,o,i,n,a,s,p,f,c,v,u;return __generator(this,(function(d){switch(d.label){case 0:o=document.activeElement;i=[];n=(r=e.target)===null||r===void 0?void 0:r.tagName;if(n!=="ION-POPOVER"&&n!=="ION-ITEM"){return[2]}try{i=Array.from(t.querySelectorAll("ion-item:not(ion-popover ion-popover *):not([disabled])"))}catch(t){}a=e.key;switch(a){case"ArrowLeft":return[3,1];case"ArrowDown":return[3,3];case"ArrowUp":return[3,4];case"Home":return[3,5];case"End":return[3,6];case"ArrowRight":return[3,7];case" ":return[3,7];case"Enter":return[3,7]}return[3,8];case 1:return[4,t.getParentPopover()];case 2:s=d.sent();if(s){t.dismiss(undefined,undefined,false)}return[3,8];case 3:e.preventDefault();p=E(i,o);if(p!==undefined){Y(p)}return[3,8];case 4:e.preventDefault();f=X(i,o);if(f!==undefined){Y(f)}return[3,8];case 5:e.preventDefault();c=i[0];if(c!==undefined){Y(c)}return[3,8];case 6:e.preventDefault();v=i[i.length-1];if(v!==undefined){Y(v)}return[3,8];case 7:if(o&&C(o)){u=new CustomEvent("ionPopoverActivateTrigger");o.dispatchEvent(u)}return[3,8];case 8:return[2]}}))}))};t.addEventListener("keydown",e);return function(){return t.removeEventListener("keydown",e)}};var S=function(t,e,r,o,i,n,a,s,p,f,c){var v;var u={top:0,left:0,width:0,height:0};switch(n){case"event":if(!c){return p}var d=c;u={top:d.clientY,left:d.clientX,width:1,height:1};break;case"trigger":default:var h=c;var l=f||((v=h===null||h===void 0?void 0:h.detail)===null||v===void 0?void 0:v.ionShadowTarget)||(h===null||h===void 0?void 0:h.target);if(!l){return p}var g=l.getBoundingClientRect();u={top:g.top,left:g.left,width:g.width,height:g.height};break}var x=G(a,u,e,r,o,i,t);var b=U(s,a,u,e,r);var m=x.top+b.top;var w=x.left+b.left;var k=B(a,o,i,m,w,e,r,t),y=k.arrowTop,P=k.arrowLeft;var _=V(a,s,t),D=_.originX,T=_.originY;return{top:m,left:w,referenceCoordinates:u,arrowTop:y,arrowLeft:P,originX:D,originY:T}};var V=function(t,e,r){switch(t){case"top":return{originX:H(e),originY:"bottom"};case"bottom":return{originX:H(e),originY:"top"};case"left":return{originX:"right",originY:R(e)};case"right":return{originX:"left",originY:R(e)};case"start":return{originX:r?"left":"right",originY:R(e)};case"end":return{originX:r?"right":"left",originY:R(e)}}};var H=function(t){switch(t){case"start":return"left";case"center":return"center";case"end":return"right"}};var R=function(t){switch(t){case"start":return"top";case"center":return"center";case"end":return"bottom"}};var B=function(t,e,r,o,i,n,a,s){var p={arrowTop:o+a/2-e/2,arrowLeft:i+n-e/2};var f={arrowTop:o+a/2-e/2,arrowLeft:i-e*1.5};switch(t){case"top":return{arrowTop:o+a,arrowLeft:i+n/2-e/2};case"bottom":return{arrowTop:o-r,arrowLeft:i+n/2-e/2};case"left":return p;case"right":return f;case"start":return s?f:p;case"end":return s?p:f;default:return{arrowTop:0,arrowLeft:0}}};var G=function(t,e,r,o,i,n,a){var s={top:e.top,left:e.left-r-i};var p={top:e.top,left:e.left+e.width+i};switch(t){case"top":return{top:e.top-o-n,left:e.left};case"right":return p;case"bottom":return{top:e.top+e.height+n,left:e.left};case"left":return s;case"start":return a?p:s;case"end":return a?s:p}};var U=function(t,e,r,o,i){switch(t){case"center":return F(e,r,o,i);case"end":return q(e,r,o,i);case"start":default:return{top:0,left:0}}};var q=function(t,e,r,o){switch(t){case"start":case"end":case"left":case"right":return{top:-(o-e.height),left:0};case"top":case"bottom":default:return{top:0,left:-(r-e.width)}}};var F=function(t,e,r,o){switch(t){case"start":case"end":case"left":case"right":return{top:-(o/2-e.height/2),left:0};case"top":case"bottom":default:return{top:0,left:-(r/2-e.width/2)}}};var J=function(t,e,r,o,i,n,a,s,p,f,c,v,u,d,h){if(u===void 0){u=0}if(d===void 0){d=0}if(h===void 0){h=0}var l=u;var g=d;var x=r;var b=e;var m;var w=f;var k=c;var y=false;var P=false;var _=v?v.top+v.height:n/2-s/2;var D=v?v.height:0;var T=false;if(x<o+p){x=o;y=true;w="left"}else if(a+o+x+p>i){P=true;x=i-a-o;w="right"}if(_+D+s>n&&(t==="top"||t==="bottom")){if(_-s>0){b=Math.max(12,_-s-D-(h-1));l=b+s;k="bottom";T=true}else{m=o}}return{top:b,left:x,bottom:m,originX:w,originY:k,checkSafeAreaLeft:y,checkSafeAreaRight:P,arrowTop:l,arrowLeft:g,addPopoverBottomClass:T}};var K=function(t,e,r,o){if(e===void 0){e=false}if(!r&&!o){return false}if(t!=="top"&&t!=="bottom"&&e){return false}return true};var Q=5;var Z=function(t,e){var r;var o=e.event,i=e.size,n=e.trigger,a=e.reference,s=e.side,p=e.align;var f=t.ownerDocument;var c=f.dir==="rtl";var v=f.defaultView.innerWidth;var u=f.defaultView.innerHeight;var d=b(t);var h=d.querySelector(".popover-content");var l=d.querySelector(".popover-arrow");var g=n||((r=o===null||o===void 0?void 0:o.detail)===null||r===void 0?void 0:r.ionShadowTarget)||(o===null||o===void 0?void 0:o.target);var x=I(i,h,g),m=x.contentWidth,w=x.contentHeight;var k=A(l),y=k.arrowWidth,P=k.arrowHeight;var _={top:u/2-w/2,left:v/2-m/2,originX:c?"right":"left",originY:"top"};var D=S(c,m,w,y,P,a,s,p,_,n,o);var T=i==="cover"?0:Q;var j=i==="cover"?0:25;var O=J(s,D.top,D.left,T,v,u,m,w,j,D.originX,D.originY,D.referenceCoordinates,D.arrowTop,D.arrowLeft,P),W=O.originX,L=O.originY,z=O.top,E=O.left,X=O.bottom,Y=O.checkSafeAreaLeft,C=O.checkSafeAreaRight,M=O.arrowTop,V=O.arrowLeft,H=O.addPopoverBottomClass;var R=N();var B=N();var G=N();B.addElement(d.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]);G.addElement(d.querySelector(".popover-arrow")).addElement(d.querySelector(".popover-content")).fromTo("opacity",.01,1);return R.easing("ease").duration(100).beforeAddWrite((function(){if(i==="cover"){t.style.setProperty("--width","".concat(m,"px"))}if(H){t.classList.add("popover-bottom")}if(X!==undefined){h.style.setProperty("bottom","".concat(X,"px"))}var e=" + var(--ion-safe-area-left, 0)";var r=" - var(--ion-safe-area-right, 0)";var a="".concat(E,"px");if(Y){a="".concat(E,"px").concat(e)}if(C){a="".concat(E,"px").concat(r)}h.style.setProperty("top","calc(".concat(z,"px + var(--offset-y, 0))"));h.style.setProperty("left","calc(".concat(a," + var(--offset-x, 0))"));h.style.setProperty("transform-origin","".concat(L," ").concat(W));if(l!==null){var p=D.top!==z||D.left!==E;var f=K(s,p,o,n);if(f){l.style.setProperty("top","calc(".concat(M,"px + var(--offset-y, 0))"));l.style.setProperty("left","calc(".concat(V,"px + var(--offset-x, 0))"))}else{l.style.setProperty("display","none")}}})).addAnimation([B,G])};var $=function(t){var e=b(t);var r=e.querySelector(".popover-content");var o=e.querySelector(".popover-arrow");var i=N();var n=N();var a=N();n.addElement(e.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0);a.addElement(e.querySelector(".popover-arrow")).addElement(e.querySelector(".popover-content")).fromTo("opacity",.99,0);return i.easing("ease").afterAddWrite((function(){t.style.removeProperty("--width");t.classList.remove("popover-bottom");r.style.removeProperty("top");r.style.removeProperty("left");r.style.removeProperty("bottom");r.style.removeProperty("transform-origin");if(o){o.style.removeProperty("top");o.style.removeProperty("left");o.style.removeProperty("display")}})).duration(300).addAnimation([n,a])};var tt=12;var et=function(t,e){var r;var o=e.event,i=e.size,n=e.trigger,a=e.reference,s=e.side,p=e.align;var f=t.ownerDocument;var c=f.dir==="rtl";var v=f.defaultView.innerWidth;var u=f.defaultView.innerHeight;var d=b(t);var h=d.querySelector(".popover-content");var l=n||((r=o===null||o===void 0?void 0:o.detail)===null||r===void 0?void 0:r.ionShadowTarget)||(o===null||o===void 0?void 0:o.target);var g=I(i,h,l),x=g.contentWidth,m=g.contentHeight;var w={top:u/2-m/2,left:v/2-x/2,originX:c?"right":"left",originY:"top"};var k=S(c,x,m,0,0,a,s,p,w,n,o);var y=i==="cover"?0:tt;var P=J(s,k.top,k.left,y,v,u,x,m,0,k.originX,k.originY,k.referenceCoordinates),_=P.originX,D=P.originY,T=P.top,j=P.left,O=P.bottom;var A=N();var W=N();var L=N();var z=N();var E=N();W.addElement(d.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]);L.addElement(d.querySelector(".popover-wrapper")).duration(150).fromTo("opacity",.01,1);z.addElement(h).beforeStyles({top:"calc(".concat(T,"px + var(--offset-y, 0px))"),left:"calc(".concat(j,"px + var(--offset-x, 0px))"),"transform-origin":"".concat(D," ").concat(_)}).beforeAddWrite((function(){if(O!==undefined){h.style.setProperty("bottom","".concat(O,"px"))}})).fromTo("transform","scale(0.8)","scale(1)");E.addElement(d.querySelector(".popover-viewport")).fromTo("opacity",.01,1);return A.easing("cubic-bezier(0.36,0.66,0.04,1)").duration(300).beforeAddWrite((function(){if(i==="cover"){t.style.setProperty("--width","".concat(x,"px"))}if(D==="bottom"){t.classList.add("popover-bottom")}})).addAnimation([W,L,z,E])};var rt=function(t){var e=b(t);var r=e.querySelector(".popover-content");var o=N();var i=N();var n=N();i.addElement(e.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0);n.addElement(e.querySelector(".popover-wrapper")).fromTo("opacity",.99,0);return o.easing("ease").afterAddWrite((function(){t.style.removeProperty("--width");t.classList.remove("popover-bottom");r.style.removeProperty("top");r.style.removeProperty("left");r.style.removeProperty("bottom");r.style.removeProperty("transform-origin")})).duration(150).addAnimation([i,n])};var ot=':host{--background:var(--ion-background-color, #fff);--min-width:0;--min-height:0;--max-width:auto;--height:auto;--offset-x:0px;--offset-y:0px;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:fixed;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);z-index:1001}:host(.popover-nested){pointer-events:none}:host(.popover-nested) .popover-wrapper{pointer-events:auto}:host(.overlay-hidden){display:none}.popover-wrapper{z-index:10}.popover-content{display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:auto;z-index:10}::slotted(.popover-viewport){--ion-safe-area-top:0px;--ion-safe-area-right:0px;--ion-safe-area-bottom:0px;--ion-safe-area-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}:host(.popover-nested.popover-side-left){--offset-x:5px}:host(.popover-nested.popover-side-right){--offset-x:-5px}:host(.popover-nested.popover-side-start){--offset-x:5px}:host-context([dir=rtl]):host(.popover-nested.popover-side-start),:host-context([dir=rtl]).popover-nested.popover-side-start{--offset-x:-5px}@supports selector(:dir(rtl)){:host(.popover-nested.popover-side-start:dir(rtl)){--offset-x:-5px}}:host(.popover-nested.popover-side-end){--offset-x:-5px}:host-context([dir=rtl]):host(.popover-nested.popover-side-end),:host-context([dir=rtl]).popover-nested.popover-side-end{--offset-x:5px}@supports selector(:dir(rtl)){:host(.popover-nested.popover-side-end:dir(rtl)){--offset-x:5px}}:host{--width:200px;--max-height:90%;--box-shadow:none;--backdrop-opacity:var(--ion-backdrop-opacity, 0.08)}:host(.popover-desktop){--box-shadow:0px 4px 16px 0px rgba(0, 0, 0, 0.12)}.popover-content{border-radius:10px}:host(.popover-desktop) .popover-content{border:0.5px solid var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6))}.popover-arrow{display:block;position:absolute;width:20px;height:10px;overflow:hidden;z-index:11}.popover-arrow::after{top:3px;border-radius:3px;position:absolute;width:14px;height:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--background);content:"";z-index:10}.popover-arrow::after{inset-inline-start:3px}:host(.popover-bottom) .popover-arrow{top:auto;bottom:-10px}:host(.popover-bottom) .popover-arrow::after{top:-6px}:host(.popover-side-left) .popover-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}:host(.popover-side-right) .popover-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}:host(.popover-side-top) .popover-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}:host(.popover-side-start) .popover-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}:host-context([dir=rtl]):host(.popover-side-start) .popover-arrow,:host-context([dir=rtl]).popover-side-start .popover-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@supports selector(:dir(rtl)){:host(.popover-side-start:dir(rtl)) .popover-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}:host(.popover-side-end) .popover-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}:host-context([dir=rtl]):host(.popover-side-end) .popover-arrow,:host-context([dir=rtl]).popover-side-end .popover-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}@supports selector(:dir(rtl)){:host(.popover-side-end:dir(rtl)) .popover-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.popover-arrow,.popover-content{opacity:0}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.popover-translucent) .popover-content,:host(.popover-translucent) .popover-arrow::after{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}';var it=ot;var nt=":host{--background:var(--ion-background-color, #fff);--min-width:0;--min-height:0;--max-width:auto;--height:auto;--offset-x:0px;--offset-y:0px;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:fixed;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;color:var(--ion-text-color, #000);z-index:1001}:host(.popover-nested){pointer-events:none}:host(.popover-nested) .popover-wrapper{pointer-events:auto}:host(.overlay-hidden){display:none}.popover-wrapper{z-index:10}.popover-content{display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);overflow:auto;z-index:10}::slotted(.popover-viewport){--ion-safe-area-top:0px;--ion-safe-area-right:0px;--ion-safe-area-bottom:0px;--ion-safe-area-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}:host(.popover-nested.popover-side-left){--offset-x:5px}:host(.popover-nested.popover-side-right){--offset-x:-5px}:host(.popover-nested.popover-side-start){--offset-x:5px}:host-context([dir=rtl]):host(.popover-nested.popover-side-start),:host-context([dir=rtl]).popover-nested.popover-side-start{--offset-x:-5px}@supports selector(:dir(rtl)){:host(.popover-nested.popover-side-start:dir(rtl)){--offset-x:-5px}}:host(.popover-nested.popover-side-end){--offset-x:-5px}:host-context([dir=rtl]):host(.popover-nested.popover-side-end),:host-context([dir=rtl]).popover-nested.popover-side-end{--offset-x:5px}@supports selector(:dir(rtl)){:host(.popover-nested.popover-side-end:dir(rtl)){--offset-x:5px}}:host{--width:250px;--max-height:90%;--box-shadow:0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);--backdrop-opacity:var(--ion-backdrop-opacity, 0.32)}.popover-content{border-radius:4px;-webkit-transform-origin:left top;transform-origin:left top}:host-context([dir=rtl]) .popover-content{-webkit-transform-origin:right top;transform-origin:right top}[dir=rtl] .popover-content{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.popover-content:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.popover-viewport{-webkit-transition-delay:100ms;transition-delay:100ms}.popover-wrapper{opacity:0}";var at=nt;var st=t("ion_popover",function(){function t(t){var o=this;e(this,t);this.didPresent=r(this,"ionPopoverDidPresent",7);this.willPresent=r(this,"ionPopoverWillPresent",7);this.willDismiss=r(this,"ionPopoverWillDismiss",7);this.didDismiss=r(this,"ionPopoverDidDismiss",7);this.didPresentShorthand=r(this,"didPresent",7);this.willPresentShorthand=r(this,"willPresent",7);this.willDismissShorthand=r(this,"willDismiss",7);this.didDismissShorthand=r(this,"didDismiss",7);this.ionMount=r(this,"ionMount",7);this.parentPopover=null;this.coreDelegate=h();this.lockController=k();this.inline=false;this.focusDescendantOnPresent=false;this.onBackdropTap=function(){o.dismiss(undefined,a)};this.onLifecycle=function(t){var e=o.usersElement;var r=pt[t.type];if(e&&r){var i=new CustomEvent(r,{bubbles:false,cancelable:false,detail:t.detail});e.dispatchEvent(i)}};this.configureTriggerInteraction=function(){var t=o,e=t.trigger,r=t.triggerAction,i=t.el,n=t.destroyTriggerInteraction;if(n){n()}if(e===undefined){return}var a=o.triggerEl=e!==undefined?document.getElementById(e):null;if(!a){y('A trigger element with the ID "'.concat(e,'" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on ion-popover.'),o.el);return}o.destroyTriggerInteraction=L(a,r,i)};this.configureKeyboardInteraction=function(){var t=o,e=t.destroyKeyboardInteraction,r=t.el;if(e){e()}o.destroyKeyboardInteraction=M(r)};this.configureDismissInteraction=function(){var t=o,e=t.destroyDismissInteraction,r=t.parentPopover,i=t.triggerAction,n=t.triggerEl,a=t.el;if(!r||!n){return}if(e){e()}o.destroyDismissInteraction=W(n,i,a,r)};this.presented=false;this.hasController=false;this.delegate=undefined;this.overlayIndex=undefined;this.enterAnimation=undefined;this.leaveAnimation=undefined;this.component=undefined;this.componentProps=undefined;this.keyboardClose=true;this.cssClass=undefined;this.backdropDismiss=true;this.event=undefined;this.showBackdrop=true;this.translucent=false;this.animated=true;this.htmlAttributes=undefined;this.triggerAction="click";this.trigger=undefined;this.size="auto";this.dismissOnSelect=false;this.reference="trigger";this.side="bottom";this.alignment=undefined;this.arrow=true;this.isOpen=false;this.keyboardEvents=false;this.focusTrap=true;this.keepContentsMounted=false}t.prototype.onTriggerChange=function(){this.configureTriggerInteraction()};t.prototype.onIsOpenChange=function(t,e){if(t===true&&e===false){this.present()}else if(t===false&&e===true){this.dismiss()}};t.prototype.connectedCallback=function(){var t=this,e=t.configureTriggerInteraction,r=t.el;s(r);e()};t.prototype.disconnectedCallback=function(){var t=this.destroyTriggerInteraction;if(t){t()}};t.prototype.componentWillLoad=function(){var t,e;var r=this.el;var o=(e=(t=this.htmlAttributes)===null||t===void 0?void 0:t.id)!==null&&e!==void 0?e:p(r);this.parentPopover=r.closest("ion-popover:not(#".concat(o,")"));if(this.alignment===undefined){this.alignment=P(this)==="ios"?"center":"start"}};t.prototype.componentDidLoad=function(){var t=this;var e=this,r=e.parentPopover,o=e.isOpen;if(o===true){x((function(){return t.present()}))}if(r){m(r,"ionPopoverWillDismiss",(function(){t.dismiss(undefined,undefined,false)}))}this.configureTriggerInteraction()};t.prototype.presentFromTrigger=function(t){return __awaiter(this,arguments,void 0,(function(t,e){if(e===void 0){e=false}return __generator(this,(function(r){switch(r.label){case 0:this.focusDescendantOnPresent=e;return[4,this.present(t)];case 1:r.sent();this.focusDescendantOnPresent=false;return[2]}}))}))};t.prototype.getDelegate=function(t){if(t===void 0){t=false}if(this.workingDelegate&&!t){return{delegate:this.workingDelegate,inline:this.inline}}var e=this.el.parentNode;var r=this.inline=e!==null&&!this.hasController;var o=this.workingDelegate=r?this.delegate||this.coreDelegate:this.delegate;return{inline:r,delegate:o}};t.prototype.present=function(t){return __awaiter(this,void 0,void 0,(function(){var e,r,o,i,n,a;return __generator(this,(function(s){switch(s.label){case 0:return[4,this.lockController.lock()];case 1:e=s.sent();if(this.presented){e();return[2]}r=this.el;o=this.getDelegate(true),i=o.inline,n=o.delegate;this.ionMount.emit();a=this;return[4,l(n,r,this.component,["popover-viewport"],this.componentProps,i)];case 2:a.usersElement=s.sent();if(!this.keyboardEvents){this.configureKeyboardInteraction()}this.configureDismissInteraction();if(!w(r))return[3,4];return[4,T(this.usersElement)];case 3:s.sent();return[3,6];case 4:if(!!this.keepContentsMounted)return[3,6];return[4,j()];case 5:s.sent();s.label=6;case 6:return[4,f(this,"popoverEnter",Z,et,{event:t||this.event,size:this.size,trigger:this.triggerEl,reference:this.reference,side:this.side,align:this.alignment})];case 7:s.sent();if(this.focusDescendantOnPresent){c(r)}e();return[2]}}))}))};t.prototype.dismiss=function(t,e){return __awaiter(this,arguments,void 0,(function(t,e,r){var o,i,n,a,s,p;if(r===void 0){r=true}return __generator(this,(function(f){switch(f.label){case 0:return[4,this.lockController.lock()];case 1:o=f.sent();i=this,n=i.destroyKeyboardInteraction,a=i.destroyDismissInteraction;if(r&&this.parentPopover){this.parentPopover.dismiss(t,e,r)}return[4,v(this,t,e,"popoverLeave",$,rt,this.event)];case 2:s=f.sent();if(!s)return[3,4];if(n){n();this.destroyKeyboardInteraction=undefined}if(a){a();this.destroyDismissInteraction=undefined}p=this.getDelegate().delegate;return[4,g(p,this.usersElement)];case 3:f.sent();f.label=4;case 4:o();return[2,s]}}))}))};t.prototype.getParentPopover=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.parentPopover]}))}))};t.prototype.onDidDismiss=function(){return u(this.el,"ionPopoverDidDismiss")};t.prototype.onWillDismiss=function(){return u(this.el,"ionPopoverWillDismiss")};t.prototype.render=function(){var t;var e=this;var r=P(this);var n=this,a=n.onLifecycle,s=n.parentPopover,p=n.dismissOnSelect,f=n.side,c=n.arrow,v=n.htmlAttributes,u=n.focusTrap;var h=_("desktop");var l=c&&!s;return o(i,Object.assign({key:"48f108a9b74f121559626889dd5a1fcccf38fc3d","aria-modal":"true","no-router":true,tabindex:"-1"},v,{style:{zIndex:"".concat(2e4+this.overlayIndex)},class:Object.assign(Object.assign({},D(this.cssClass)),(t={},t[r]=true,t["popover-translucent"]=this.translucent,t["overlay-hidden"]=true,t["popover-desktop"]=h,t["popover-side-".concat(f)]=true,t[d]=u===false,t["popover-nested"]=!!s,t)),onIonPopoverDidPresent:a,onIonPopoverWillPresent:a,onIonPopoverWillDismiss:a,onIonPopoverDidDismiss:a,onIonBackdropTap:this.onBackdropTap}),!s&&o("ion-backdrop",{key:"580c14ab48472534f59eedc5ba7fa486df25ed4e",tappable:this.backdropDismiss,visible:this.showBackdrop,part:"backdrop"}),o("div",{key:"9bcf47893e8d3053e2baa40511785d84feb4038c",class:"popover-wrapper ion-overlay-wrapper",onClick:p?function(){return e.dismiss()}:undefined},l&&o("div",{key:"4d47f2bdc01a546a88190c07f8f4700f21de6715",class:"popover-arrow",part:"arrow"}),o("div",{key:"70018c088654c1996e305b7b6b114419e97824ef",class:"popover-content",part:"content"},o("slot",{key:"3de8e1959b8facba2fbe694947704832200d8276"}))))};Object.defineProperty(t.prototype,"el",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{trigger:["onTriggerChange"],triggerAction:["onTriggerChange"],isOpen:["onIsOpenChange"]}},enumerable:false,configurable:true});return t}());var pt={ionPopoverDidPresent:"ionViewDidEnter",ionPopoverWillPresent:"ionViewWillEnter",ionPopoverWillDismiss:"ionViewWillLeave",ionPopoverDidDismiss:"ionViewDidLeave"};st.style={ios:it,md:at}}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{w as o}from"./p-9dab7e7c.js";import{r as t}from"./p-d4a21287.js";const r=(r,e,i)=>{let n;const s=()=>void 0!==e()&&void 0===r.label&&null!==i(),d=()=>{const t=e();if(void 0===t)return;if(!s())return void t.style.removeProperty("width");const c=i().scrollWidth;if(0===c&&null===t.offsetParent&&void 0!==o&&"IntersectionObserver"in o){if(void 0!==n)return;const o=n=new IntersectionObserver((t=>{1===t[0].intersectionRatio&&(d(),o.disconnect(),n=void 0)}),{threshold:.01,root:r});o.observe(t)}else t.style.setProperty("width",.75*c+"px")};return{calculateNotchWidth:()=>{s()&&t((()=>{d()}))},destroy:()=>{n&&(n.disconnect(),n=void 0)}}};export{r as c}
4
+ import{w as o}from"./p-7b30edcc.js";import{r as t}from"./p-b9ea58ef.js";const e=(e,r,i)=>{let n;const s=()=>void 0!==r()&&void 0===e.label&&null!==i(),d=()=>{const t=r();if(void 0===t)return;if(!s())return void t.style.removeProperty("width");const c=i().scrollWidth;if(0===c&&null===t.offsetParent&&void 0!==o&&"IntersectionObserver"in o){if(void 0!==n)return;const o=n=new IntersectionObserver((t=>{1===t[0].intersectionRatio&&(d(),o.disconnect(),n=void 0)}),{threshold:.01,root:e});o.observe(t)}else t.style.setProperty("width",.75*c+"px")};return{calculateNotchWidth:()=>{s()&&t((()=>{d()}))},destroy:()=>{n&&(n.disconnect(),n=void 0)}}};export{e as c}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as o,h as i,i as e,e as t,f as r}from"./p-66a5d6a8.js";import{b as a}from"./p-597ff9af.js";import{s as c}from"./p-9e51f822.js";import{g as n}from"./p-47794def.js";import"./p-7b30edcc.js";import"./p-b9ea58ef.js";import"./p-9af7f110.js";import"./p-f554845e.js";import"./p-9b97df10.js";import"./p-3f4327f7.js";const s=class{constructor(i){o(this,i),this.header=void 0,this.multiple=void 0,this.options=[]}closeModal(){const o=this.el.closest("ion-modal");o&&o.dismiss()}findOptionFromEvent(o){const{options:i}=this;return i.find((i=>i.value===o.target.value))}getValues(o){const{multiple:i,options:e}=this;if(i)return e.filter((o=>o.checked)).map((o=>o.value));const t=o?this.findOptionFromEvent(o):null;return t?t.value:void 0}callOptionHandler(o){const i=this.findOptionFromEvent(o),e=this.getValues(o);(null==i?void 0:i.handler)&&c(i.handler,e)}setChecked(o){const{multiple:i}=this,e=this.findOptionFromEvent(o);i&&e&&(e.checked=o.detail.checked)}renderRadioOptions(){const o=this.options.filter((o=>o.checked)).map((o=>o.value))[0];return i("ion-radio-group",{value:o,onIonChange:o=>this.callOptionHandler(o)},this.options.map((e=>i("ion-item",{lines:"none",class:Object.assign({"item-radio-checked":e.value===o},n(e.cssClass))},i("ion-radio",{value:e.value,disabled:e.disabled,justify:"start",labelPlacement:"end",onClick:()=>this.closeModal(),onKeyUp:o=>{" "===o.key&&this.closeModal()}},e.text)))))}renderCheckboxOptions(){return this.options.map((o=>i("ion-item",{class:Object.assign({"item-checkbox-checked":o.checked},n(o.cssClass))},i("ion-checkbox",{value:o.value,disabled:o.disabled,checked:o.checked,justify:"start",labelPlacement:"end",onIonChange:o=>{this.setChecked(o),this.callOptionHandler(o),e(this)}},o.text))))}render(){return i(t,{key:"885198a9f21884e3bfb9bf0af53e0ee3ae37b231",class:a(this)},i("ion-header",{key:"d8b63726869747ac711e4fda78a50ce46f72970c"},i("ion-toolbar",{key:"9ab2a4c1480dd74eeae38d7b580a2e87fb71270e"},void 0!==this.header&&i("ion-title",{key:"87a7034385ef57f55cefdd0371dbb66a64827290"},this.header),i("ion-buttons",{key:"0a35424ea13ca002abc9a43b6138730254f187d0",slot:"end"},i("ion-button",{key:"238bf40b47128d9aa995d14d9ff9ebcae4f79492",onClick:()=>this.closeModal()},"Close")))),i("ion-content",{key:"4a256f3381f8cabbc7194337b8ae4aa1c3ab1066"},i("ion-list",{key:"acd38fc52024632176467ed6a84106a454021544"},!0===this.multiple?this.renderCheckboxOptions():this.renderRadioOptions())))}get el(){return r(this)}};s.style={ionic:".sc-ion-select-modal-ionic-h{height:100%}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(container){display:none}ion-list.sc-ion-select-modal-ionic ion-radio.sc-ion-select-modal-ionic::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-ionic{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-ionic{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-ionic{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}",ios:'.sc-ion-select-modal-ios-h{height:100%}ion-item.sc-ion-select-modal-ios{--inner-padding-end:0}ion-radio.sc-ion-select-modal-ios::after{bottom:0;position:absolute;width:calc(100% - 0.9375rem - 16px);border-width:0px 0px 0.55px 0px;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));content:""}ion-radio.sc-ion-select-modal-ios::after{inset-inline-start:calc(0.9375rem + 16px)}',md:".sc-ion-select-modal-md-h{height:100%}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(container){display:none}ion-list.sc-ion-select-modal-md ion-radio.sc-ion-select-modal-md::part(label){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}ion-item.sc-ion-select-modal-md{--inner-border-width:0}.item-radio-checked.sc-ion-select-modal-md{--background:rgba(var(--ion-color-primary-rgb, 0, 84, 233), 0.08);--background-focused:var(--ion-color-primary, #0054e9);--background-focused-opacity:0.2;--background-hover:var(--ion-color-primary, #0054e9);--background-hover-opacity:0.12}.item-checkbox-checked.sc-ion-select-modal-md{--background-activated:var(--ion-item-color, var(--ion-text-color, #000));--background-focused:var(--ion-item-color, var(--ion-text-color, #000));--background-hover:var(--ion-item-color, var(--ion-text-color, #000));--color:var(--ion-color-primary, #0054e9)}"};export{s as ion_select_modal}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{d as t}from"./p-7b30edcc.js";import{u as e}from"./p-b9ea58ef.js";const o=o=>{if(void 0===t)return;let s,u,p,d=0;const l=o.getBoolean("animated",!0)&&o.getBoolean("rippleEffect",!0),v=new WeakMap,m=()=>{p&&clearTimeout(p),p=void 0,s&&(h(!1),s=void 0)},b=(t,o)=>{if(t&&t===s)return;p&&clearTimeout(p),p=void 0;const{x:i,y:r}=e(o);if(s){if(v.has(s))throw new Error("internal error");s.classList.contains(a)||w(s,i,r),h(!0)}if(t){const e=v.get(t);e&&(clearTimeout(e),v.delete(t)),t.classList.remove(a);const o=()=>{w(t,i,r),p=void 0};n(t)?o():p=setTimeout(o,c)}s=t},w=(t,e,o)=>{if(d=Date.now(),t.classList.add(a),!l)return;const i=r(t);null!==i&&(T(),u=i.addRipple(e,o))},T=()=>{void 0!==u&&(u.then((t=>t())),u=void 0)},h=t=>{T();const e=s;if(!e)return;const o=f-Date.now()+d;if(t&&o>0&&!n(e)){const t=setTimeout((()=>{e.classList.remove(a),v.delete(e)}),f);v.set(e,t)}else e.classList.remove(a)};t.addEventListener("ionGestureCaptured",m),t.addEventListener("pointerdown",(t=>{s||2===t.button||b(i(t),t)}),!0),t.addEventListener("pointerup",(t=>{b(void 0,t)}),!0),t.addEventListener("pointercancel",m,!0)},i=t=>{if(void 0===t.composedPath)return t.target.closest(".ion-activatable");{const e=t.composedPath();for(let t=0;t<e.length-2;t++){const o=e[t];if(!(o instanceof ShadowRoot)&&o.classList.contains("ion-activatable"))return o}}},n=t=>t.classList.contains("ion-activatable-instant"),r=t=>{if(t.shadowRoot){const e=t.shadowRoot.querySelector("ion-ripple-effect");if(e)return e}return t.querySelector("ion-ripple-effect")},a="ion-activated",c=100,f=150;export{o as startTapClick}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,o,r,i){function a(t){return t instanceof r?t:new r((function(o){o(t)}))}return new(r||(r=Promise))((function(r,n){function e(t){try{c(i.next(t))}catch(t){n(t)}}function s(t){try{c(i["throw"](t))}catch(t){n(t)}}function c(t){t.done?r(t.value):a(t.value).then(e,s)}c((i=i.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var r={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},i,a,n,e;return e={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(e[Symbol.iterator]=function(){return this}),e;function s(t){return function(o){return c([t,o])}}function c(s){if(i)throw new TypeError("Generator is already executing.");while(e&&(e=0,s[0]&&(r=0)),r)try{if(i=1,a&&(n=s[0]&2?a["return"]:s[0]?a["throw"]||((n=a["return"])&&n.call(a),0):a.next)&&!(n=n.call(a,s[1])).done)return n;if(a=0,n)s=[s[0]&2,n.value];switch(s[0]){case 0:case 1:n=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;a=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(n=r.trys,n=n.length>0&&n[n.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!n||s[1]>n[0]&&s[1]<n[3])){r.label=s[1];break}if(s[0]===6&&r.label<n[1]){r.label=n[1];n=s;break}if(n&&r.label<n[2]){r.label=n[2];r.ops.push(s);break}if(n[2])r.ops.pop();r.trys.pop();continue}s=o.call(t,r)}catch(t){s=[6,t];a=0}finally{i=n=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-f11a9436.system.js","./p-f201b53a.system.js","./p-297d6806.system.js","./p-4609d030.system.js","./p-1e955a45.system.js"],(function(t){"use strict";var o,r,i,a,n,e,s,c,l,b,d;return{setters:[function(t){o=t.r;r=t.h;i=t.e;a=t.f;n=t.c},function(t){e=t.b},function(t){s=t.i},function(t){c=t.h;l=t.o;b=t.c},function(t){d=t.t}],execute:function(){var f=":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){left:0px;right: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}";var u=f;var p=t("ion_fab",function(){function t(t){o(this,t);this.horizontal=undefined;this.vertical=undefined;this.edge=false;this.activated=false}t.prototype.activatedChanged=function(){var t=this.activated;var o=this.getFab();if(o){o.activated=t}Array.from(this.el.querySelectorAll("ion-fab-list")).forEach((function(o){o.activated=t}))};t.prototype.componentDidLoad=function(){if(this.activated){this.activatedChanged()}};t.prototype.close=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){this.activated=false;return[2]}))}))};t.prototype.getFab=function(){return this.el.querySelector("ion-fab-button")};t.prototype.toggle=function(){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(o){t=!!this.el.querySelector("ion-fab-list");if(t){this.activated=!this.activated}return[2]}))}))};t.prototype.render=function(){var t;var o=this,a=o.horizontal,n=o.vertical,s=o.edge;var c=e(this);return r(i,{key:"8a310806d0e748d7ebb0ed3d9a2652038e0f2960",class:(t={},t[c]=true,t["fab-horizontal-".concat(a)]=a!==undefined,t["fab-vertical-".concat(n)]=n!==undefined,t["fab-edge"]=s,t)},r("slot",{key:"9394ef6d6e5b0410fa6ba212171f687fb178ce2d"}))};Object.defineProperty(t.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{activated:["activatedChanged"]}},enumerable:false,configurable:true});return t}());p.style=u;var h=':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:.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);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;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{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{left:0;right: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;left:0;right: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)}}';var g=h;var v=':host{--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--background-hover:var(--ion-color-primary-contrast, #fff);--background-hover-opacity:.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);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;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{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}.button-inner{left:0;right: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;left:0;right: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:.24;--background-hover-opacity:.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)}}';var m=v;var k=t("ion_fab_button",function(){function t(t){var r=this;o(this,t);this.ionFocus=n(this,"ionFocus",7);this.ionBlur=n(this,"ionBlur",7);this.fab=null;this.inheritedAttributes={};this.onFocus=function(){r.ionFocus.emit()};this.onBlur=function(){r.ionBlur.emit()};this.onClick=function(){var t=r.fab;if(!t){return}t.toggle()};this.color=undefined;this.activated=false;this.disabled=false;this.download=undefined;this.href=undefined;this.rel=undefined;this.routerDirection="forward";this.routerAnimation=undefined;this.target=undefined;this.show=false;this.translucent=false;this.type="button";this.size=undefined;this.closeIcon=d}t.prototype.connectedCallback=function(){this.fab=this.el.closest("ion-fab")};t.prototype.componentWillLoad=function(){this.inheritedAttributes=s(this.el)};t.prototype.render=function(){var t;var o=this;var a=this,n=a.el,s=a.disabled,d=a.color,f=a.href,u=a.activated,p=a.show,h=a.translucent,g=a.size,v=a.inheritedAttributes;var m=c("ion-fab-list",n);var k=e(this);var x=f===undefined?"button":"a";var w=x==="button"?{type:this.type}:{download:this.download,href:f,rel:this.rel,target:this.target};return r(i,{key:"4eee204d20b0e2ffed49a88f6cb3e04b6697965c",onClick:this.onClick,"aria-disabled":s?"true":null,class:b(d,(t={},t[k]=true,t["fab-button-in-list"]=m,t["fab-button-translucent-in-list"]=m&&h,t["fab-button-close-active"]=u,t["fab-button-show"]=p,t["fab-button-disabled"]=s,t["fab-button-translucent"]=h,t["ion-activatable"]=true,t["ion-focusable"]=true,t["fab-button-".concat(g)]=g!==undefined,t))},r(x,Object.assign({key:"914561622c0c6bd41453e828a7d8a39f924875ac"},w,{class:"button-native",part:"native",disabled:s,onFocus:this.onFocus,onBlur:this.onBlur,onClick:function(t){return l(f,t,o.routerDirection,o.routerAnimation)}},v),r("ion-icon",{key:"2c8090742a64c62a79243667027a195cca9d5912","aria-hidden":"true",icon:this.closeIcon,part:"close-icon",class:"close-icon",lazy:false}),r("span",{key:"c3e55291e4c4d306d34a4b95dd2e727e87bdf39c",class:"button-inner"},r("slot",{key:"f8e57f71d8f8878d9746cfece82f57f19ef9e988"})),k==="md"&&r("ion-ripple-effect",{key:"a5e94fa0bb9836072300617245ed0c1b4887bac6"})))};Object.defineProperty(t.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());k.style={ios:g,md:m};var x=":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}";var w=x;var y=t("ion_fab_list",function(){function t(t){o(this,t);this.activated=false;this.side="bottom"}t.prototype.activatedChanged=function(t){var o=Array.from(this.el.querySelectorAll("ion-fab-button"));var r=t?30:0;o.forEach((function(o,i){setTimeout((function(){return o.show=t}),i*r)}))};t.prototype.render=function(){var t;var o=e(this);return r(i,{key:"64b33366447f66c7f979cfac56307fbb1a6fac1c",class:(t={},t[o]=true,t["fab-list-active"]=this.activated,t["fab-list-side-".concat(this.side)]=true,t)},r("slot",{key:"d9f474f7f20fd7e813db358fddc720534ca05bb6"}))};Object.defineProperty(t.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{activated:["activatedChanged"]}},enumerable:false,configurable:true});return t}());y.style=w}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ const o="ion-focused",t=["Tab","ArrowDown","Space","Escape"," ","Shift","Enter","ArrowLeft","ArrowRight","ArrowUp","Home","End"],e=e=>{let s=[],n=!0;const c=e?e.shadowRoot:document,u=e||document.body,r=t=>{s.forEach((t=>t.classList.remove(o))),t.forEach((t=>t.classList.add(o))),s=t},d=()=>{n=!1,r([])},f=o=>{n=t.includes(o.key),n||r([])},i=o=>{if(n&&void 0!==o.composedPath){const t=o.composedPath().filter((o=>!!o.classList&&o.classList.contains("ion-focusable")));r(t)}},w=()=>{c.activeElement===u&&r([])};return c.addEventListener("keydown",f),c.addEventListener("focusin",i),c.addEventListener("focusout",w),c.addEventListener("touchstart",d,{passive:!0}),c.addEventListener("mousedown",d),{destroy:()=>{c.removeEventListener("keydown",f),c.removeEventListener("focusin",i),c.removeEventListener("focusout",w),c.removeEventListener("touchstart",d),c.removeEventListener("mousedown",d)},setFocus:r}};export{e as startFocusVisible}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as t,c as r,h as o,e as i,f as e}from"./p-66a5d6a8.js";import{g as n}from"./p-b9ea58ef.js";const a=class{constructor(o){t(this,o),this.ionInputModeChange=r(this,"ionInputModeChange",7),this.useInputMode=!1,this.isInHighlightBounds=t=>{const{highlightEl:r}=this;if(!r)return!1;const o=r.getBoundingClientRect();return!(t.clientX<o.left||t.clientX>o.right||t.clientY<o.top||t.clientY>o.bottom)},this.onFocusOut=t=>{const{relatedTarget:r}=t;(!r||"ION-PICKER-COLUMN"!==r.tagName&&r!==this.inputEl)&&this.exitInputMode()},this.onFocusIn=t=>{const{target:r}=t;"ION-PICKER-COLUMN"!==r.tagName||this.actionOnClick||(r.numericInput?this.enterInputMode(r,!1):this.exitInputMode())},this.onClick=()=>{const{actionOnClick:t}=this;t&&(t(),this.actionOnClick=void 0)},this.onPointerDown=t=>{const{useInputMode:r,inputModeColumn:o,el:i}=this;if(this.isInHighlightBounds(t))if(r)this.actionOnClick="ION-PICKER-COLUMN"===t.target.tagName?o&&o===t.target?()=>{this.enterInputMode()}:()=>{this.enterInputMode(t.target)}:()=>{this.exitInputMode()};else{const r=1===i.querySelectorAll("ion-picker-column.picker-column-numeric-input").length?t.target:void 0;this.actionOnClick=()=>{this.enterInputMode(r)}}else this.actionOnClick=()=>{this.exitInputMode()}},this.enterInputMode=(t,r=!0)=>{const{inputEl:o,el:i}=this;o&&i.querySelector("ion-picker-column.picker-column-numeric-input")&&(this.useInputMode=!0,this.inputModeColumn=t,r?(this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),o.focus()):(i.addEventListener("keypress",this.onKeyPress),this.destroyKeypressListener=()=>{i.removeEventListener("keypress",this.onKeyPress)}),this.emitInputModeChange())},this.onKeyPress=t=>{const{inputEl:r}=this;if(!r)return;const o=parseInt(t.key,10);Number.isNaN(o)||(r.value+=t.key,this.onInputChange())},this.selectSingleColumn=()=>{const{inputEl:t,inputModeColumn:r,singleColumnSearchTimeout:o}=this;if(!t||!r)return;const i=Array.from(r.querySelectorAll("ion-picker-column-option")).filter((t=>!0!==t.disabled));if(o&&clearTimeout(o),this.singleColumnSearchTimeout=setTimeout((()=>{t.value="",this.singleColumnSearchTimeout=void 0}),1e3),t.value.length>=3){const r=t.value.substring(t.value.length-2);return t.value=r,void this.selectSingleColumn()}const e=i.find((({textContent:r})=>r.replace(/^0+(?=[1-9])|0+(?=0$)/,"")===t.value));if(e)r.setValue(e.value);else if(2===t.value.length){const r=t.value.substring(t.value.length-1);t.value=r,this.selectSingleColumn()}},this.searchColumn=(t,r,o="start")=>{if(!r)return!1;const i="start"===o?/^0+/:/0$/;r=r.replace(i,"");const e=Array.from(t.querySelectorAll("ion-picker-column-option")).find((t=>!0!==t.disabled&&t.textContent.replace(i,"")===r));return e&&t.setValue(e.value),!!e},this.multiColumnSearch=(t,r,o)=>{if(0===o.length)return;const i=o.split(""),e=i.slice(0,2).join(""),n=this.searchColumn(t,e);if(i.length>2&&n){const t=i.slice(2,4).join("");this.searchColumn(r,t)}else if(!n&&i.length>=1){let o=i[0],e=this.searchColumn(t,o);if(e||(i.shift(),o=i[0],e=this.searchColumn(t,o)),e&&i.length>1){const t=i.slice(1,3).join("");this.searchColumn(r,t)}}},this.selectMultiColumn=()=>{const{inputEl:t,el:r}=this;if(!t)return;const o=Array.from(r.querySelectorAll("ion-picker-column")).filter((t=>t.numericInput)),i=o[0],e=o[1];let n=t.value;if(n.length>4){const r=t.value.substring(t.value.length-4);t.value=r,n=r}this.multiColumnSearch(i,e,n)},this.onInputChange=()=>{const{useInputMode:t,inputEl:r,inputModeColumn:o}=this;t&&r&&(o?this.selectSingleColumn():this.selectMultiColumn())},this.emitInputModeChange=()=>{const{useInputMode:t,inputModeColumn:r}=this;this.ionInputModeChange.emit({useInputMode:t,inputModeColumn:r})}}preventTouchStartPropagation(t){t.stopPropagation()}componentWillLoad(){n(this.el).addEventListener("focusin",this.onFocusIn),n(this.el).addEventListener("focusout",this.onFocusOut)}async exitInputMode(){const{inputEl:t,useInputMode:r}=this;r&&t&&(this.useInputMode=!1,this.inputModeColumn=void 0,t.blur(),t.value="",this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),this.emitInputModeChange())}render(){return o(i,{key:"2a526a17cd2a05228a3da82ac0e6f808842c1587",onPointerDown:t=>this.onPointerDown(t),onClick:()=>this.onClick()},o("input",{key:"bf5ff36702e31152e2fe605a30ea7ce4f2a73210","aria-hidden":"true",tabindex:-1,inputmode:"numeric",type:"number",onKeyDown:t=>{var r;"Enter"===t.key&&(null===(r=this.inputEl)||void 0===r||r.blur())},ref:t=>this.inputEl=t,onInput:()=>this.onInputChange(),onBlur:()=>this.exitInputMode()}),o("div",{key:"b49b388f62b498bf38553e322a7863e0966ae58b",class:"picker-before"}),o("div",{key:"3defde7145b5c0377e83f610e1330e0d571f0382",class:"picker-after"}),o("div",{key:"7d3638246c00e90c5bdde43bf38f9014ef818484",class:"picker-highlight",ref:t=>this.highlightEl=t}),o("slot",{key:"dbd19f25675d30fd3b893a19f3db1ad02b2b59f5"}))}get el(){return e(this)}};a.style={ios:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--highlight-background, var(--ion-color-step-150, var(--ion-background-color-step-150, #eeeeef)))}",md:":host{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:200px;direction:ltr;z-index:0}:host .picker-before,:host .picker-after{position:absolute;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1;pointer-events:none}:host .picker-before{top:0;height:83px}:host .picker-before{inset-inline-start:0}:host .picker-after{top:116px;height:84px}:host .picker-after{inset-inline-start:0}:host .picker-highlight{border-radius:var(--highlight-border-radius, 8px);left:0;right:0;top:50%;bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;position:absolute;width:calc(100% - 16px);height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--highlight-background);z-index:-1}:host input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}:host ::slotted(ion-picker-column:first-of-type){text-align:start}:host ::slotted(ion-picker-column:last-of-type){text-align:end}:host ::slotted(ion-picker-column:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to bottom, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}:host .picker-after{background:-webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to top, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 30%, rgba(var(--fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}"};export{a as ion_picker}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(n,e,r,i){function t(n){return n instanceof r?n:new r((function(e){e(n)}))}return new(r||(r=Promise))((function(r,o){function a(n){try{f(i.next(n))}catch(n){o(n)}}function u(n){try{f(i["throw"](n))}catch(n){o(n)}}function f(n){n.done?r(n.value):t(n.value).then(a,u)}f((i=i.apply(n,e||[])).next())}))};var __generator=this&&this.__generator||function(n,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,t,o,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(n){return function(e){return f([n,e])}}function f(u){if(i)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(r=0)),r)try{if(i=1,t&&(o=u[0]&2?t["return"]:u[0]?t["throw"]||((o=t["return"])&&o.call(t),0):t.next)&&!(o=o.call(t,u[1])).done)return o;if(t=0,o)u=[u[0]&2,o.value];switch(u[0]){case 0:case 1:o=u;break;case 4:r.label++;return{value:u[1],done:false};case 5:r.label++;t=u[1];u=[0];continue;case 7:u=r.ops.pop();r.trys.pop();continue;default:if(!(o=r.trys,o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1];o=u;break}if(o&&r.label<o[2]){r.label=o[2];r.ops.push(u);break}if(o[2])r.ops.pop();r.trys.pop();continue}u=e.call(n,r)}catch(n){u=[6,n];t=0}finally{i=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(n,e,r){if(r||arguments.length===2)for(var i=0,t=e.length,o;i<t;i++){if(o||!(i in e)){if(!o)o=Array.prototype.slice.call(e,0,i);o[i]=e[i]}}return n.concat(o||Array.prototype.slice.call(e))};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-792919fd.system.js","./p-297d6806.system.js","./p-7cc33a9a.system.js","./p-f201b53a.system.js","./p-44e168f3.system.js","./p-20d469d0.system.js","./p-0ec5b7cf.system.js"],(function(n){"use strict";var e,r,i,t,o,a,u,f,d,c,v,s,l,h;return{setters:[function(n){e=n.d},function(n){r=n.f;i=n.c;t=n.a;o=n.b;a=n.g},function(n){u=n.OVERLAY_BACK_BUTTON_PRIORITY;f=n.shouldUseCloseWatcher},function(n){d=n.b;c=n.c;v=n.a},function(n){s=n.C},function(n){l=n.B},function(n){h=n.p}],execute:function(){var m=this;var p='[tabindex]:not([tabindex^="-"]):not([hidden]):not([disabled]), input:not([type=hidden]):not([tabindex^="-"]):not([hidden]):not([disabled]), textarea:not([tabindex^="-"]):not([hidden]):not([disabled]), button:not([tabindex^="-"]):not([hidden]):not([disabled]), select:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-checkbox:not([tabindex^="-"]):not([hidden]):not([disabled]), ion-radio:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable:not([tabindex^="-"]):not([hidden]):not([disabled]), .ion-focusable[disabled="false"]:not([tabindex^="-"]):not([hidden])';var y=n("n",(function(n,e){var r=n.querySelector(p);b(r,e!==null&&e!==void 0?e:n)}));var w=n("q",(function(n,e){var r=Array.from(n.querySelectorAll(p));var i=r.length>0?r[r.length-1]:null;b(i,e!==null&&e!==void 0?e:n)}));var b=function(n,e){var i=n;var t=n===null||n===void 0?void 0:n.shadowRoot;if(t){i=t.querySelector(p)||n}if(i){var o=i.closest("ion-radio-group");if(o){o.setFocus()}else{r(i)}}else{e.focus()}};var _=0;var g=0;var k=new WeakMap;var O=function(n){return{create:function(e){return B(n,e)},dismiss:function(e,r,i){return F(document,e,r,n,i)},getTop:function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,q(document,n)]}))}))}}};var T=n("a",O("ion-alert"));var x=n("b",O("ion-action-sheet"));var A=n("l",O("ion-loading"));var j=n("m",O("ion-modal"));var S=n("p",O("ion-picker-legacy"));var I=n("c",O("ion-popover"));var N=n("t",O("ion-toast"));var D=n("j",(function(n){if(typeof document!=="undefined"){M(document)}var e=_++;n.overlayIndex=e}));var P=n("k",(function(n){if(!n.hasAttribute("id")){n.id="ion-overlay-".concat(++g)}return n.id}));var B=function(n,e){if(typeof window!=="undefined"&&typeof window.customElements!=="undefined"){return window.customElements.whenDefined(n).then((function(){var r=document.createElement(n);r.classList.add("overlay-hidden");Object.assign(r,Object.assign(Object.assign({},e),{hasController:true}));K(document).appendChild(r);return new Promise((function(n){return i(r,n)}))}))}return Promise.resolve()};var C=function(n){return n.classList.contains("overlay-hidden")};var E=function(n,e){var i=n;var t=n===null||n===void 0?void 0:n.shadowRoot;if(t){i=t.querySelector(p)||n}if(i){r(i)}else{e.focus()}};var G=function(n,e){var r=q(e,"ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover");var i=n.target;if(!r||!i){return}if(r.classList.contains(fn)){return}var t=function(){if(r===i){r.lastFocus=undefined}else if(i.tagName==="ION-TOAST"){E(r.lastFocus,r)}else{var n=a(r);if(!n.contains(i)){return}var t=n.querySelector(".ion-overlay-wrapper");if(!t){return}if(t.contains(i)||i===n.querySelector("ion-backdrop")){r.lastFocus=i}else{var o=r.lastFocus;y(t,r);if(o===e.activeElement){w(t,r)}r.lastFocus=e.activeElement}}};var o=function(){if(r.contains(i)){r.lastFocus=i}else if(i.tagName==="ION-TOAST"){E(r.lastFocus,r)}else{var n=r.lastFocus;y(r);if(n===e.activeElement){w(r)}r.lastFocus=e.activeElement}};if(r.shadowRoot){o()}else{t()}};var M=function(n){if(_===0){_=1;n.addEventListener("focus",(function(e){G(e,n)}),true);n.addEventListener("ionBackButton",(function(e){var r=q(n);if(r===null||r===void 0?void 0:r.backdropDismiss){e.detail.register(u,(function(){r.dismiss(undefined,$)}))}}));if(!f()){n.addEventListener("keydown",(function(e){if(e.key==="Escape"){var r=q(n);if(r===null||r===void 0?void 0:r.backdropDismiss){r.dismiss(undefined,$)}}}))}}};var F=function(n,e,r,i,t){var o=q(n,i,t);if(!o){return Promise.reject("overlay does not exist")}return o.dismiss(e,r)};var L=function(n,e){if(e===undefined){e="ion-alert,ion-action-sheet,ion-loading,ion-modal,ion-picker-legacy,ion-popover,ion-toast"}return Array.from(n.querySelectorAll(e)).filter((function(n){return n.overlayIndex>0}))};var V=function(n,e){return L(n,e).filter((function(n){return!C(n)}))};var q=n("o",(function(n,e,r){var i=V(n,e);return r===undefined?i[i.length-1]:i.find((function(n){return n.id===r}))}));var z=function(n){if(n===void 0){n=false}var e=K(document);var r=e.querySelector("ion-router-outlet, ion-nav, #ion-view-container-root");if(!r){return}if(n){r.setAttribute("aria-hidden","true")}else{r.removeAttribute("aria-hidden")}};var W=n("f",(function(n,e,r,i,t){return __awaiter(m,void 0,void 0,(function(){var o,a,u,f,v;return __generator(this,(function(s){switch(s.label){case 0:if(n.presented){return[2]}if(n.el.tagName!=="ION-TOAST"){z(true)}document.body.classList.add(l);an(n.el);on(n.el);n.presented=true;n.willPresent.emit();(o=n.willPresentShorthand)===null||o===void 0?void 0:o.emit();u=d(n);f=n.enterAnimation?n.enterAnimation:c.get(e,u==="ios"?r:i);return[4,Q(n,f,n.el,t)];case 1:v=s.sent();if(v){n.didPresent.emit();(a=n.didPresentShorthand)===null||a===void 0?void 0:a.emit()}if(n.el.tagName!=="ION-TOAST"){H(n.el)}if(n.keyboardClose&&(document.activeElement===null||!n.el.contains(document.activeElement))){n.el.focus()}n.el.removeAttribute("aria-hidden");return[2]}}))}))}));var H=function(n){return __awaiter(m,void 0,void 0,(function(){var e,r;return __generator(this,(function(i){switch(i.label){case 0:e=document.activeElement;if(!e){return[2]}r=e===null||e===void 0?void 0:e.shadowRoot;if(r){e=r.querySelector(p)||e}return[4,n.onDidDismiss()];case 1:i.sent();if(document.activeElement===null||document.activeElement===document.body){e.focus()}return[2]}}))}))};var J=n("g",(function(n,r,i,t,o,a,u){return __awaiter(m,void 0,void 0,(function(){var f,v,s,h,m,p,y,w;return __generator(this,(function(b){switch(b.label){case 0:if(!n.presented){return[2,false]}s=e!==undefined?V(e).filter((function(n){return n.tagName!=="ION-TOAST"})):[];h=s.length===1&&s[0].id===n.el.id;if(h){z(false);document.body.classList.remove(l)}n.presented=false;b.label=1;case 1:b.trys.push([1,4,,5]);on(n.el);n.el.style.setProperty("pointer-events","none");n.willDismiss.emit({data:r,role:i});(f=n.willDismissShorthand)===null||f===void 0?void 0:f.emit({data:r,role:i});m=d(n);p=n.leaveAnimation?n.leaveAnimation:c.get(t,m==="ios"?o:a);if(!(i!==nn))return[3,3];return[4,Q(n,p,n.el,u)];case 2:b.sent();b.label=3;case 3:n.didDismiss.emit({data:r,role:i});(v=n.didDismissShorthand)===null||v===void 0?void 0:v.emit({data:r,role:i});y=k.get(n)||[];y.forEach((function(n){return n.destroy()}));k.delete(n);n.el.classList.add("overlay-hidden");n.el.style.removeProperty("pointer-events");if(n.el.lastFocus!==undefined){n.el.lastFocus=undefined}return[3,5];case 4:w=b.sent();console.error(w);return[3,5];case 5:n.el.remove();un();return[2,true]}}))}))}));var K=function(n){return n.querySelector("ion-app")||n.body};var Q=function(n,e,r,i){return __awaiter(m,void 0,void 0,(function(){var t,o,a;return __generator(this,(function(u){switch(u.label){case 0:r.classList.remove("overlay-hidden");t=n.el;o=e(t,i);if(!n.animated||!c.getBoolean("animated",true)){o.duration(0)}if(n.keyboardClose){o.beforeAddWrite((function(){var n=r.ownerDocument.activeElement;if(n===null||n===void 0?void 0:n.matches("input,ion-input, ion-textarea")){n.blur()}}))}a=k.get(n)||[];k.set(n,__spreadArray(__spreadArray([],a,true),[o],false));return[4,o.play()];case 1:u.sent();return[2,true]}}))}))};var R=n("h",(function(n,e){var r;var i=new Promise((function(n){return r=n}));U(n,e,(function(n){r(n.detail)}));return i}));var U=function(n,e,r){var i=function(t){o(n,e,i);r(t)};t(n,e,i)};var X=n("i",(function(n){return n==="cancel"||n===$}));var Y=function(n){return n()};var Z=n("s",(function(n,e){if(typeof n==="function"){var r=c.get("_zoneGate",Y);return r((function(){try{return n(e)}catch(n){throw n}}))}return undefined}));var $=n("B","backdrop");var nn=n("G","gesture");var en=n("O",39);var rn=n("d",(function(n){var e=false;var r;var i=s();var t=function(t){if(t===void 0){t=false}if(r&&!t){return{delegate:r,inline:e}}var o=n.el,a=n.hasController,u=n.delegate;var f=o.parentNode;e=f!==null&&!a;r=e?u||i:u;return{inline:e,delegate:r}};var o=function(e){return __awaiter(m,void 0,void 0,(function(){var r,i;return __generator(this,(function(o){switch(o.label){case 0:r=t(true).delegate;if(!r)return[3,2];return[4,r.attachViewToDom(n.el,e)];case 1:return[2,o.sent()];case 2:i=n.hasController;if(i&&e!==undefined){throw new Error("framework delegate is missing")}return[2,null]}}))}))};var a=function(){var e=t().delegate;if(e&&n.el!==undefined){e.removeViewFromDom(n.el.parentElement,n.el)}};return{attachViewToDom:o,removeViewFromDom:a}}));var tn=n("e",(function(){var n;var e=function(){if(n){n();n=undefined}};var r=function(r,i){e();var t=i!==undefined?document.getElementById(i):null;if(!t){h('A trigger element with the ID "'.concat(i,'" was not found in the DOM. The trigger element must be in the DOM when the "trigger" property is set on an overlay component.'),r);return}var o=function(n,e){var r=function(){e.present()};n.addEventListener("click",r);return function(){n.removeEventListener("click",r)}};n=o(t,r)};return{addClickListener:r,removeClickListener:e}}));var on=function(n){if(e===undefined)return;if(v("android")){n.setAttribute("aria-hidden","true")}};var an=function(n){var r;if(e===undefined)return;var i=V(e);for(var t=i.length-1;t>=0;t--){var o=i[t];var a=(r=i[t+1])!==null&&r!==void 0?r:n;if(a.hasAttribute("aria-hidden")||a.tagName!=="ION-TOAST"){o.setAttribute("aria-hidden","true")}}};var un=function(){if(e===undefined)return;var n=V(e);for(var r=n.length-1;r>=0;r--){var i=n[r];i.removeAttribute("aria-hidden");if(i.tagName!=="ION-TOAST"){break}}};var fn=n("F","ion-disable-focus-trap")}}}));
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(i,t,n,o){function e(i){return i instanceof n?i:new n((function(t){t(i)}))}return new(n||(n=Promise))((function(n,r){function a(i){try{s(o.next(i))}catch(i){r(i)}}function l(i){try{s(o["throw"](i))}catch(i){r(i)}}function s(i){i.done?n(i.value):e(i.value).then(a,l)}s((o=o.apply(i,t||[])).next())}))};var __generator=this&&this.__generator||function(i,t){var n={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},o,e,r,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(i){return function(t){return s([i,t])}}function s(l){if(o)throw new TypeError("Generator is already executing.");while(a&&(a=0,l[0]&&(n=0)),n)try{if(o=1,e&&(r=l[0]&2?e["return"]:l[0]?e["throw"]||((r=e["return"])&&r.call(e),0):e.next)&&!(r=r.call(e,l[1])).done)return r;if(e=0,r)l=[l[0]&2,r.value];switch(l[0]){case 0:case 1:r=l;break;case 4:n.label++;return{value:l[1],done:false};case 5:n.label++;e=l[1];l=[0];continue;case 7:l=n.ops.pop();n.trys.pop();continue;default:if(!(r=n.trys,r=r.length>0&&r[r.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!r||l[1]>r[0]&&l[1]<r[3])){n.label=l[1];break}if(l[0]===6&&n.label<r[1]){n.label=r[1];r=l;break}if(r&&n.label<r[2]){n.label=r[2];n.ops.push(l);break}if(r[2])n.ops.pop();n.trys.pop();continue}l=t.call(i,n)}catch(i){l=[6,i];e=0}finally{o=r=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-f11a9436.system.js","./p-9a2ff5ea.system.js","./p-297d6806.system.js","./p-51c363e7.system.js","./p-4609d030.system.js","./p-1e955a45.system.js","./p-f201b53a.system.js","./p-792919fd.system.js","./p-0ec5b7cf.system.js"],(function(i){"use strict";var t,n,o,e,r,a,l,s,p,c,d,u,h,m,b,f,g,v;return{setters:[function(i){t=i.r;n=i.c;o=i.i;e=i.h;r=i.e;a=i.f},function(i){l=i.c},function(i){s=i.e;p=i.i;c=i.h;d=i.c},function(i){u=i.c;h=i.g},function(i){m=i.h;b=i.c},function(i){f=i.b;g=i.d},function(i){v=i.b},function(){},function(){}],execute:function(){var x=".sc-ion-input-ios-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-ios-h,ion-item [slot=start].sc-ion-input-ios-h,ion-item[slot=end].sc-ion-input-ios-h,ion-item [slot=end].sc-ion-input-ios-h{width:auto}.ion-color.sc-ion-input-ios-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-ios-h,.input-label-placement-stacked.sc-ion-input-ios-h{min-height:56px}.native-input.sc-ion-input-ios{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-ios::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-ios:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-ios::-ms-clear{display:none}.cloned-input.sc-ion-input-ios{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-ios{inset-inline-start:0}.cloned-input.sc-ion-input-ios:disabled{opacity:1}.input-clear-icon.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{color:inherit}.input-clear-icon.sc-ion-input-ios:focus{opacity:0.5}.has-value.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{visibility:visible}.input-wrapper.sc-ion-input-ios{-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);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:stretch;align-items:stretch;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-input-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-ios{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-ios-h,.ion-touched.ion-invalid.sc-ion-input-ios-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:block}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:none}.input-bottom.sc-ion-input-ios .counter.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-ios-h input.sc-ion-input-ios{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-ios{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-input-ios,.sc-ion-input-ios-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-ios,.input-outline-notch-hidden.sc-ion-input-ios{display:none}.input-wrapper.sc-ion-input-ios input.sc-ion-input-ios{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text.sc-ion-input-ios{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-ios-h input.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios,.has-value.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:1}.label-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-ios-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-ios-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-ios-h[disabled].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[disabled] .sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly].sc-ion-input-ios-s>ion-input-password-toggle,.sc-ion-input-ios-h[readonly] .sc-ion-input-ios-s>ion-input-password-toggle{display:none}.sc-ion-input-ios-h{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));--highlight-height:0px;font-size:inherit}.input-clear-icon.sc-ion-input-ios ion-icon.sc-ion-input-ios{width:18px;height:18px}.input-disabled.sc-ion-input-ios-h{opacity:0.3}.sc-ion-input-ios-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-ios-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";var w=x;var y=".sc-ion-input-md-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:var(--ion-placeholder-opacity, 0.6);--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #0054e9);--highlight-color-valid:var(--ion-color-success, #2dd55b);--highlight-color-invalid:var(--ion-color-danger, #c5000f);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;min-height:44px;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}ion-item[slot=start].sc-ion-input-md-h,ion-item [slot=start].sc-ion-input-md-h,ion-item[slot=end].sc-ion-input-md-h,ion-item [slot=end].sc-ion-input-md-h{width:auto}.ion-color.sc-ion-input-md-h{--highlight-color-focused:var(--ion-color-base)}.input-label-placement-floating.sc-ion-input-md-h,.input-label-placement-stacked.sc-ion-input-md-h{min-height:56px}.native-input.sc-ion-input-md{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;display:inline-block;position:relative;-ms-flex:1;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1}.native-input.sc-ion-input-md::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-moz-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::-ms-input-placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-md:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-md:invalid{-webkit-box-shadow:none;box-shadow:none}.native-input.sc-ion-input-md::-ms-clear{display:none}.cloned-input.sc-ion-input-md{top:0;bottom:0;position:absolute;pointer-events:none}.cloned-input.sc-ion-input-md{inset-inline-start:0}.cloned-input.sc-ion-input-md:disabled{opacity:1}.input-clear-icon.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.in-item-color.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{color:inherit}.input-clear-icon.sc-ion-input-md:focus{opacity:0.5}.has-value.sc-ion-input-md-h .input-clear-icon.sc-ion-input-md{visibility:visible}.input-wrapper.sc-ion-input-md{-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);border-radius:var(--border-radius);display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:stretch;align-items:stretch;height:inherit;min-height:inherit;-webkit-transition:background-color 15ms linear;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-input-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-md-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-md{-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:5px;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem;white-space:normal}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:block;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d))}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .error-text.sc-ion-input-md{display:block}.ion-touched.ion-invalid.sc-ion-input-md-h .input-bottom.sc-ion-input-md .helper-text.sc-ion-input-md{display:none}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-700, var(--ion-text-color-step-300, #4d4d4d));white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}.has-focus.sc-ion-input-md-h input.sc-ion-input-md{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-md{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:200px;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-input-md,.sc-ion-input-md-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-md,.input-outline-notch-hidden.sc-ion-input-md{display:none}.input-wrapper.sc-ion-input-md input.sc-ion-input-md{-webkit-transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row;flex-direction:row}.input-label-placement-start.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-md-h .label-text.sc-ion-input-md{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-md-h .input-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(100%) scale(1);transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md,.has-value.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{opacity:1}.label-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-md-s>[slot=start]:last-of-type{-webkit-margin-end:16px;margin-inline-end:16px;-webkit-margin-start:0;margin-inline-start:0}.sc-ion-input-md-s>[slot=end]:first-of-type{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0}.sc-ion-input-md-h[disabled].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[disabled] .sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly].sc-ion-input-md-s>ion-input-password-toggle,.sc-ion-input-md-h[readonly] .sc-ion-input-md-s>ion-input-password-toggle{display:none}.input-fill-solid.sc-ion-input-md-h{--background:var(--ion-color-step-50, var(--ion-background-color-step-50, #f2f2f2));--border-color:var(--ion-color-step-500, var(--ion-background-color-step-500, gray));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.has-focus.input-fill-solid.ion-valid.sc-ion-input-md-h,.input-fill-solid.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-fill-solid.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}@media (any-hover: hover){.input-fill-solid.sc-ion-input-md-h:hover{--background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-solid.has-focus.sc-ion-input-md-h{--background:var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}.input-fill-solid.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:var(--border-radius);border-end-end-radius:0px;border-end-start-radius:0px}.label-floating.input-fill-solid.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{max-width:calc(100% / 0.75)}.input-fill-outline.sc-ion-input-md-h{--border-color:var(--ion-color-step-300, var(--ion-background-color-step-300, #b3b3b3));--border-radius:4px;--padding-start:16px;--padding-end:16px;min-height:56px}.input-fill-outline.input-shape-round.sc-ion-input-md-h{--border-radius:28px;--padding-start:32px;--padding-end:32px}.has-focus.input-fill-outline.ion-valid.sc-ion-input-md-h,.input-fill-outline.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}@media (any-hover: hover){.input-fill-outline.sc-ion-input-md-h:hover{--border-color:var(--ion-color-step-750, var(--ion-background-color-step-750, #404040))}}.input-fill-outline.has-focus.sc-ion-input-md-h{--border-width:var(--highlight-height);--border-color:var(--highlight-color)}.input-fill-outline.sc-ion-input-md-h .input-bottom.sc-ion-input-md{border-top:none}.input-fill-outline.sc-ion-input-md-h .input-wrapper.sc-ion-input-md{border-bottom:none}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:left top;transform-origin:left top;position:absolute;max-width:calc(100% - var(--padding-start) - var(--padding-end))}[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .sc-ion-input-md-h -no-combinator.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl].input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,[dir=rtl] .input-fill-outline.input-label-placement-floating.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h:dir(rtl) .label-text-wrapper.sc-ion-input-md{-webkit-transform-origin:right top;transform-origin:right top}}.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{position:relative}.label-floating.input-fill-outline.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{-webkit-transform:translateY(-32%) scale(0.75);transform:translateY(-32%) scale(0.75);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;max-width:calc((100% - var(--padding-start) - var(--padding-end) - 8px) / 0.75)}.input-fill-outline.input-label-placement-stacked.sc-ion-input-md-h input.sc-ion-input-md,.input-fill-outline.input-label-placement-floating.sc-ion-input-md-h input.sc-ion-input-md{margin-left:0;margin-right:0;margin-top:6px;margin-bottom:6px}.input-fill-outline.sc-ion-input-md-h .input-outline-container.sc-ion-input-md{left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{pointer-events:none}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md,.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color)}.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{max-width:calc(100% - var(--padding-start) - var(--padding-end))}.input-fill-outline.sc-ion-input-md-h .notch-spacer.sc-ion-input-md{-webkit-padding-end:8px;padding-inline-end:8px;font-size:calc(1em * 0.75);opacity:0;pointer-events:none;-webkit-box-sizing:content-box;box-sizing:content-box}.input-fill-outline.sc-ion-input-md-h .input-outline-start.sc-ion-input-md{border-start-start-radius:var(--border-radius);border-start-end-radius:0px;border-end-end-radius:0px;border-end-start-radius:var(--border-radius);-webkit-border-start:var(--border-width) var(--border-style) var(--border-color);border-inline-start:var(--border-width) var(--border-style) var(--border-color);width:calc(var(--padding-start) - 4px)}.input-fill-outline.sc-ion-input-md-h .input-outline-end.sc-ion-input-md{-webkit-border-end:var(--border-width) var(--border-style) var(--border-color);border-inline-end:var(--border-width) var(--border-style) var(--border-color);border-start-start-radius:0px;border-start-end-radius:var(--border-radius);border-end-end-radius:var(--border-radius);border-end-start-radius:0px;-ms-flex-positive:1;flex-grow:1}.label-floating.input-fill-outline.sc-ion-input-md-h .input-outline-notch.sc-ion-input-md{border-top:none}.sc-ion-input-md-h{--border-width:1px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, var(--ion-background-color-step-150, rgba(0, 0, 0, 0.13)))));--highlight-height:2px;font-size:inherit}.input-clear-icon.sc-ion-input-md ion-icon.sc-ion-input-md{width:22px;height:22px}.input-disabled.sc-ion-input-md-h{opacity:0.38}.has-focus.ion-valid.sc-ion-input-md-h,.ion-touched.ion-invalid.sc-ion-input-md-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-md .counter.sc-ion-input-md{letter-spacing:0.0333333333em}.input-label-placement-floating.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.has-focus.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.has-focus.input-label-placement-floating.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-floating.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.has-focus.input-label-placement-stacked.ion-valid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md,.input-label-placement-stacked.ion-touched.ion-invalid.sc-ion-input-md-h .label-text-wrapper.sc-ion-input-md{color:var(--highlight-color)}.input-highlight.sc-ion-input-md{bottom:-1px;position:absolute;width:100%;height:var(--highlight-height);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform 200ms;transition:-webkit-transform 200ms;transition:transform 200ms;transition:transform 200ms, -webkit-transform 200ms;background:var(--highlight-color)}.input-highlight.sc-ion-input-md{inset-inline-start:0}.has-focus.sc-ion-input-md-h .input-highlight.sc-ion-input-md{-webkit-transform:scale(1);transform:scale(1)}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{bottom:0}.in-item.sc-ion-input-md-h .input-highlight.sc-ion-input-md{inset-inline-start:0}.input-shape-round.sc-ion-input-md-h{--border-radius:16px}.sc-ion-input-md-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-md-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:8px;--padding-end:8px;--padding-top:8px;--padding-bottom:8px;aspect-ratio:1;min-height:40px}";var k=y;var z=i("ion_input",function(){function i(i){var o=this;t(this,i);this.ionInput=n(this,"ionInput",7);this.ionChange=n(this,"ionChange",7);this.ionBlur=n(this,"ionBlur",7);this.ionFocus=n(this,"ionFocus",7);this.inputId="ion-input-".concat(j++);this.helperTextId="".concat(this.inputId,"-helper-text");this.errorTextId="".concat(this.inputId,"-error-text");this.inheritedAttributes={};this.isComposing=false;this.didInputClearOnEdit=false;this.onInput=function(i){var t=i.target;if(t){o.value=t.value||""}o.emitInputChange(i)};this.onChange=function(i){o.emitValueChange(i)};this.onBlur=function(i){o.hasFocus=false;if(o.focusedValue!==o.value){o.emitValueChange(i)}o.didInputClearOnEdit=false;o.ionBlur.emit(i)};this.onFocus=function(i){o.hasFocus=true;o.focusedValue=o.value;o.ionFocus.emit(i)};this.onKeydown=function(i){o.checkClearOnEdit(i)};this.onCompositionStart=function(){o.isComposing=true};this.onCompositionEnd=function(){o.isComposing=false};this.clearTextInput=function(i){if(o.clearInput&&!o.readonly&&!o.disabled&&i){i.preventDefault();i.stopPropagation();o.setFocus()}o.value="";o.emitInputChange(i)};this.hasFocus=false;this.color=undefined;this.autocapitalize="off";this.autocomplete="off";this.autocorrect="off";this.autofocus=false;this.clearInput=false;this.clearInputIcon=undefined;this.clearOnEdit=undefined;this.counter=false;this.counterFormatter=undefined;this.debounce=undefined;this.disabled=false;this.enterkeyhint=undefined;this.errorText=undefined;this.fill=undefined;this.inputmode=undefined;this.helperText=undefined;this.label=undefined;this.labelPlacement="start";this.max=undefined;this.maxlength=undefined;this.min=undefined;this.minlength=undefined;this.multiple=undefined;this.name=this.inputId;this.pattern=undefined;this.placeholder=undefined;this.readonly=false;this.required=false;this.shape=undefined;this.spellcheck=false;this.step=undefined;this.type="text";this.value=""}i.prototype.debounceChanged=function(){var i=this,t=i.ionInput,n=i.debounce,o=i.originalIonInput;this.ionInput=n===undefined?o!==null&&o!==void 0?o:t:s(t,n)};i.prototype.onTypeChange=function(){var i=this.el.querySelector("ion-input-password-toggle");if(i){i.type=this.type}};i.prototype.valueChanged=function(){var i=this.nativeInput;var t=this.getValue();if(i&&i.value!==t&&!this.isComposing){i.value=t}};i.prototype.onDirChanged=function(i){this.inheritedAttributes=Object.assign(Object.assign({},this.inheritedAttributes),{dir:i});o(this)};i.prototype.componentWillLoad=function(){this.inheritedAttributes=Object.assign(Object.assign({},p(this.el)),c(this.el,["tabindex","title","data-form-type","dir"]))};i.prototype.connectedCallback=function(){var i=this;var t=this.el;this.slotMutationController=u(t,["label","start","end"],(function(){return o(i)}));this.notchController=l(t,(function(){return i.notchSpacerEl}),(function(){return i.labelSlot}));this.debounceChanged();{document.dispatchEvent(new CustomEvent("ionInputDidLoad",{detail:this.el}))}};i.prototype.componentDidLoad=function(){this.originalIonInput=this.ionInput;this.onTypeChange();this.debounceChanged()};i.prototype.componentDidRender=function(){var i;(i=this.notchController)===null||i===void 0?void 0:i.calculateNotchWidth()};i.prototype.disconnectedCallback=function(){{document.dispatchEvent(new CustomEvent("ionInputDidUnload",{detail:this.el}))}if(this.slotMutationController){this.slotMutationController.destroy();this.slotMutationController=undefined}if(this.notchController){this.notchController.destroy();this.notchController=undefined}};i.prototype.setFocus=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(i){if(this.nativeInput){this.nativeInput.focus()}return[2]}))}))};i.prototype.getInputElement=function(){return __awaiter(this,void 0,void 0,(function(){var i=this;return __generator(this,(function(t){switch(t.label){case 0:if(!!this.nativeInput)return[3,2];return[4,new Promise((function(t){return d(i.el,t)}))];case 1:t.sent();t.label=2;case 2:return[2,Promise.resolve(this.nativeInput)]}}))}))};i.prototype.emitValueChange=function(i){var t=this.value;var n=t==null?t:t.toString();this.focusedValue=n;this.ionChange.emit({value:n,event:i})};i.prototype.emitInputChange=function(i){var t=this.value;var n=t==null?t:t.toString();this.ionInput.emit({value:n,event:i})};i.prototype.shouldClearOnEdit=function(){var i=this,t=i.type,n=i.clearOnEdit;return n===undefined?t==="password":n};i.prototype.getValue=function(){return typeof this.value==="number"?this.value.toString():(this.value||"").toString()};i.prototype.checkClearOnEdit=function(i){if(!this.shouldClearOnEdit()){return}var t=["Enter","Tab","Shift","Meta","Alt","Control"];var n=t.includes(i.key);if(!this.didInputClearOnEdit&&this.hasValue()&&!n){this.value="";this.emitInputChange(i)}if(!n){this.didInputClearOnEdit=true}};i.prototype.hasValue=function(){return this.getValue().length>0};i.prototype.renderHintText=function(){var i=this,t=i.helperText,n=i.errorText,o=i.helperTextId,r=i.errorTextId;return[e("div",{id:o,class:"helper-text"},t),e("div",{id:r,class:"error-text"},n)]};i.prototype.getHintTextID=function(){var i=this,t=i.el,n=i.helperText,o=i.errorText,e=i.helperTextId,r=i.errorTextId;if(t.classList.contains("ion-touched")&&t.classList.contains("ion-invalid")&&o){return r}if(n){return e}return undefined};i.prototype.renderCounter=function(){var i=this,t=i.counter,n=i.maxlength,o=i.counterFormatter,r=i.value;if(t!==true||n===undefined){return}return e("div",{class:"counter"},h(r,n,o))};i.prototype.renderBottomContent=function(){var i=this,t=i.counter,n=i.helperText,o=i.errorText,r=i.maxlength;var a=!!n||!!o;var l=t===true&&r!==undefined;if(!a&&!l){return}return e("div",{class:"input-bottom"},this.renderHintText(),this.renderCounter())};i.prototype.renderLabel=function(){var i=this.label;return e("div",{class:{"label-text-wrapper":true,"label-text-wrapper-hidden":!this.hasLabel}},i===undefined?e("slot",{name:"label"}):e("div",{class:"label-text"},i))};Object.defineProperty(i.prototype,"labelSlot",{get:function(){return this.el.querySelector('[slot="label"]')},enumerable:false,configurable:true});Object.defineProperty(i.prototype,"hasLabel",{get:function(){return this.label!==undefined||this.labelSlot!==null},enumerable:false,configurable:true});i.prototype.renderLabelContainer=function(){var i=this;var t=v(this);var n=t==="md"&&this.fill==="outline";if(n){return[e("div",{class:"input-outline-container"},e("div",{class:"input-outline-start"}),e("div",{class:{"input-outline-notch":true,"input-outline-notch-hidden":!this.hasLabel}},e("div",{class:"notch-spacer","aria-hidden":"true",ref:function(t){return i.notchSpacerEl=t}},this.label)),e("div",{class:"input-outline-end"})),this.renderLabel()]}return this.renderLabel()};i.prototype.render=function(){var i;var t=this;var n=this,o=n.disabled,a=n.fill,l=n.readonly,s=n.shape,p=n.inputId,c=n.labelPlacement,d=n.el,u=n.hasFocus,h=n.clearInputIcon;var x=v(this);var w=this.getValue();var y=m("ion-item",this.el);var k=x==="md"&&a!=="outline"&&!y;var z=x==="ios"?f:g;var j=h!==null&&h!==void 0?h:z;var C=this.hasValue();var _=d.querySelector('[slot="start"], [slot="end"]')!==null;var O=c==="stacked"||c==="floating"&&(C||u||_);return e(r,{key:"166f7dea59931b8276bebef4d7a1fcd5ace90bad",class:b(this.color,(i={},i[x]=true,i["has-value"]=C,i["has-focus"]=u,i["label-floating"]=O,i["input-fill-".concat(a)]=a!==undefined,i["input-shape-".concat(s)]=s!==undefined,i["input-label-placement-".concat(c)]=true,i["in-item"]=y,i["in-item-color"]=m("ion-item.ion-color",this.el),i["input-disabled"]=o,i))},e("label",{key:"c6da0b068f8abc0fb8ffaee1a71685b03ec837ec",class:"input-wrapper",htmlFor:p},this.renderLabelContainer(),e("div",{key:"cd25ec6d885bdbfdb2def51f1ad1756cc4f3e9e0",class:"native-wrapper"},e("slot",{key:"2582b54d551c93a89d4a663a8a61b6de5fae85cc",name:"start"}),e("input",Object.assign({key:"2b496016ba7a0c51ccd5509183e531f802701455",class:"native-input",ref:function(i){return t.nativeInput=i},id:p,disabled:o,autoCapitalize:this.autocapitalize,autoComplete:this.autocomplete,autoCorrect:this.autocorrect,autoFocus:this.autofocus,enterKeyHint:this.enterkeyhint,inputMode:this.inputmode,min:this.min,max:this.max,minLength:this.minlength,maxLength:this.maxlength,multiple:this.multiple,name:this.name,pattern:this.pattern,placeholder:this.placeholder||"",readOnly:l,required:this.required,spellcheck:this.spellcheck,step:this.step,type:this.type,value:w,onInput:this.onInput,onChange:this.onChange,onBlur:this.onBlur,onFocus:this.onFocus,onKeyDown:this.onKeydown,onCompositionstart:this.onCompositionStart,onCompositionend:this.onCompositionEnd,"aria-describedby":this.getHintTextID(),"aria-invalid":this.getHintTextID()===this.errorTextId},this.inheritedAttributes)),this.clearInput&&!l&&!o&&e("button",{key:"2db9987180cd4030ad63de197af838e152b47998","aria-label":"reset",type:"button",class:"input-clear-icon",onPointerDown:function(i){i.preventDefault()},onFocusin:function(i){i.stopPropagation()},onClick:this.clearTextInput},e("ion-icon",{key:"ea5e1a5f61046434bf502db692a05dece19aecd9","aria-hidden":"true",icon:j})),e("slot",{key:"db1e7452cfc25accdb518ff0cc59ae3e2e47b049",name:"end"})),k&&e("div",{key:"0daeaaa5238e0c60ccfd251dedc6a381eba2fcc8",class:"input-highlight"})),this.renderBottomContent())};Object.defineProperty(i.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});Object.defineProperty(i,"watchers",{get:function(){return{debounce:["debounceChanged"],type:["onTypeChange"],value:["valueChanged"],dir:["onDirChanged"]}},enumerable:false,configurable:true});return i}());var j=0;z.style={ios:w,md:k}}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- const s="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292' class='ionicon-fill-none'/></svg>",o="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 268l144 144 144-144M256 392V100' class='ionicon-fill-none'/></svg>",i="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M368 64L144 256l224 192V64z'/></svg>",n="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 144l192 224 192-224H64z'/></svg>",a="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M448 368L256 144 64 368h384z'/></svg>",t="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M416 128L192 384l-96-96' class='ionicon-fill-none ionicon-stroke-width'/></svg>",l="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144' class='ionicon-fill-none'/></svg>",g="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/></svg>",e="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M136 208l120-104 120 104M136 304l120 104 120-104' stroke-width='48' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none'/></svg>",w="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",c="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",v="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z'/></svg>",r="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm75.31 260.69a16 16 0 11-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 01-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0122.62-22.62L256 233.37l52.69-52.68a16 16 0 0122.62 22.62L278.63 256z'/></svg>",d="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z'/></svg>",m="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",x="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>",h="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='64'/><path d='M490.84 238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.66 96c-42.52 0-84.33 12.15-124.27 36.11-40.73 24.43-77.63 60.12-109.68 106.07a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.4 76.14 98.28 100.65C162 402 207.9 416 255.66 416c46.71 0 93.81-14.43 136.2-41.72 38.46-24.77 72.72-59.66 99.08-100.92a32.2 32.2 0 00-.1-34.76zM256 352a96 96 0 1196-96 96.11 96.11 0 01-96 96z'/></svg>",p="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M432 448a15.92 15.92 0 01-11.31-4.69l-352-352a16 16 0 0122.62-22.62l352 352A16 16 0 01432 448zM248 315.85l-51.79-51.79a2 2 0 00-3.39 1.69 64.11 64.11 0 0053.49 53.49 2 2 0 001.69-3.39zM264 196.15L315.87 248a2 2 0 003.4-1.69 64.13 64.13 0 00-53.55-53.55 2 2 0 00-1.72 3.39z'/><path d='M491 273.36a32.2 32.2 0 00-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.68 96a226.54 226.54 0 00-71.82 11.79 4 4 0 00-1.56 6.63l47.24 47.24a4 4 0 003.82 1.05 96 96 0 01116 116 4 4 0 001.05 3.81l67.95 68a4 4 0 005.4.24 343.81 343.81 0 0067.24-77.4zM256 352a96 96 0 01-93.3-118.63 4 4 0 00-1.05-3.81l-66.84-66.87a4 4 0 00-5.41-.23c-24.39 20.81-47 46.13-67.67 75.72a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.39 76.14 98.28 100.65C162.06 402 207.92 416 255.68 416a238.22 238.22 0 0072.64-11.55 4 4 0 001.61-6.64l-47.47-47.46a4 4 0 00-3.81-1.05A96 96 0 01256 352z'/></svg>",u="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-miterlimit='10' d='M80 160h352M80 256h352M80 352h352' class='ionicon-fill-none ionicon-stroke-width'/></svg>",k="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 384h384v-42.67H64zm0-106.67h384v-42.66H64zM64 128v42.67h384V128z'/></svg>",f="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M400 256H112' class='ionicon-fill-none ionicon-stroke-width'/></svg>",M="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M96 256h320M96 176h320M96 336h320' class='ionicon-fill-none ionicon-stroke-width'/></svg>",B="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-linejoin='round' stroke-width='44' d='M118 304h276M118 208h276' class='ionicon-fill-none'/></svg>",z="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-miterlimit='10' d='M338.29 338.29L448 448' class='ionicon-fill-none ionicon-stroke-width'/></svg>",L="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M464 428L339.92 303.9a160.48 160.48 0 0030.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0094.58-30.72L428 464zM209.32 319.69a110.38 110.38 0 11110.37-110.37 110.5 110.5 0 01-110.37 110.37z'/></svg>";export{s as a,r as b,l as c,d,L as e,t as f,m as g,o as h,i,M as j,B as k,g as l,x as m,c as n,w as o,n as p,a as q,f as r,z as s,v as t,u,k as v,e as w,p as x,h as y}
4
+ const s="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292' class='ionicon-fill-none'/></svg>",o="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 268l144 144 144-144M256 392V100' class='ionicon-fill-none'/></svg>",i="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M368 64L144 256l224 192V64z'/></svg>",n="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 144l192 224 192-224H64z'/></svg>",a="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M448 368L256 144 64 368h384z'/></svg>",t="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M416 128L192 384l-96-96' class='ionicon-fill-none ionicon-stroke-width'/></svg>",l="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M328 112L184 256l144 144' class='ionicon-fill-none'/></svg>",g="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144' class='ionicon-fill-none'/></svg>",e="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M136 208l120-104 120 104M136 304l120 104 120-104' stroke-width='48' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none'/></svg>",w="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",c="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144' class='ionicon-fill-none'/></svg>",v="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24 0 00-34 34l95 95-95 95a24 24 0 1034 34l95-95 95 95a24 24 0 0034-34z'/></svg>",r="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm75.31 260.69a16 16 0 11-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 01-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0122.62-22.62L256 233.37l52.69-52.68a16 16 0 0122.62 22.62L278.63 256z'/></svg>",d="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z'/></svg>",m="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='192' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/></svg>",x="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='48'/><circle cx='416' cy='256' r='48'/><circle cx='96' cy='256' r='48'/></svg>",h="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><circle cx='256' cy='256' r='64'/><path d='M490.84 238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.66 96c-42.52 0-84.33 12.15-124.27 36.11-40.73 24.43-77.63 60.12-109.68 106.07a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.4 76.14 98.28 100.65C162 402 207.9 416 255.66 416c46.71 0 93.81-14.43 136.2-41.72 38.46-24.77 72.72-59.66 99.08-100.92a32.2 32.2 0 00-.1-34.76zM256 352a96 96 0 1196-96 96.11 96.11 0 01-96 96z'/></svg>",p="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M432 448a15.92 15.92 0 01-11.31-4.69l-352-352a16 16 0 0122.62-22.62l352 352A16 16 0 01432 448zM248 315.85l-51.79-51.79a2 2 0 00-3.39 1.69 64.11 64.11 0 0053.49 53.49 2 2 0 001.69-3.39zM264 196.15L315.87 248a2 2 0 003.4-1.69 64.13 64.13 0 00-53.55-53.55 2 2 0 00-1.72 3.39z'/><path d='M491 273.36a32.2 32.2 0 00-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349 110.55 302 96 255.68 96a226.54 226.54 0 00-71.82 11.79 4 4 0 00-1.56 6.63l47.24 47.24a4 4 0 003.82 1.05 96 96 0 01116 116 4 4 0 001.05 3.81l67.95 68a4 4 0 005.4.24 343.81 343.81 0 0067.24-77.4zM256 352a96 96 0 01-93.3-118.63 4 4 0 00-1.05-3.81l-66.84-66.87a4 4 0 00-5.41-.23c-24.39 20.81-47 46.13-67.67 75.72a31.92 31.92 0 00-.64 35.54c26.41 41.33 60.39 76.14 98.28 100.65C162.06 402 207.92 416 255.68 416a238.22 238.22 0 0072.64-11.55 4 4 0 001.61-6.64l-47.47-47.46a4 4 0 00-3.81-1.05A96 96 0 01256 352z'/></svg>",u="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-miterlimit='10' d='M80 160h352M80 256h352M80 352h352' class='ionicon-fill-none ionicon-stroke-width'/></svg>",k="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M64 384h384v-42.67H64zm0-106.67h384v-42.66H64zM64 128v42.67h384V128z'/></svg>",f="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M400 256H112' class='ionicon-fill-none ionicon-stroke-width'/></svg>",M="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='round' stroke-linejoin='round' d='M96 256h320M96 176h320M96 336h320' class='ionicon-fill-none ionicon-stroke-width'/></svg>",B="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path stroke-linecap='square' stroke-linejoin='round' stroke-width='44' d='M118 304h276M118 208h276' class='ionicon-fill-none'/></svg>",z="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' stroke-miterlimit='10' class='ionicon-fill-none ionicon-stroke-width'/><path stroke-linecap='round' stroke-miterlimit='10' d='M338.29 338.29L448 448' class='ionicon-fill-none ionicon-stroke-width'/></svg>",L="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'><path d='M464 428L339.92 303.9a160.48 160.48 0 0030.72-94.58C370.64 120.37 298.27 48 209.32 48S48 120.37 48 209.32s72.37 161.32 161.32 161.32a160.48 160.48 0 0094.58-30.72L428 464zM209.32 319.69a110.38 110.38 0 11110.37-110.37 110.5 110.5 0 01-110.37 110.37z'/></svg>";export{s as a,r as b,l as c,d,L as e,t as f,m as g,i as h,o as i,M as j,B as k,g as l,c as m,x as n,w as o,a as p,n as q,f as r,z as s,v as t,u,k as v,e as w,h as x,p as y}