voyager-ionic-core 7.2.3 → 7.5.0

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 (1402) hide show
  1. package/components/action-sheet.js +14 -19
  2. package/components/alert.js +25 -20
  3. package/components/animation.js +60 -1
  4. package/components/button-active.js +1 -1
  5. package/components/button.js +20 -2
  6. package/components/buttons.js +2 -2
  7. package/components/checkbox.js +18 -7
  8. package/components/data.js +143 -31
  9. package/components/framework-delegate.js +21 -2
  10. package/components/haptic.js +1 -0
  11. package/components/icon.js +37 -18
  12. package/components/index.d.ts +6 -0
  13. package/components/index.js +4 -3
  14. package/components/index2.js +203 -429
  15. package/components/index3.js +429 -203
  16. package/components/index4.js +26 -19
  17. package/components/index7.js +1 -1
  18. package/components/input-shims.js +88 -7
  19. package/components/ion-accordion-group.js +5 -1
  20. package/components/ion-accordion.js +2 -0
  21. package/components/ion-back-button.js +2 -2
  22. package/components/ion-badge.js +2 -2
  23. package/components/ion-breadcrumb.js +2 -2
  24. package/components/ion-breadcrumbs.js +5 -1
  25. package/components/ion-card-content.js +2 -2
  26. package/components/ion-card-subtitle.js +2 -2
  27. package/components/ion-card-title.js +2 -2
  28. package/components/ion-card.js +2 -2
  29. package/components/ion-chip.js +8 -3
  30. package/components/ion-content.js +51 -5
  31. package/components/ion-datetime-button.js +9 -6
  32. package/components/ion-datetime.js +146 -96
  33. package/components/ion-fab-list.js +3 -1
  34. package/components/ion-fab.js +3 -1
  35. package/components/ion-header.js +1 -1
  36. package/components/ion-img.js +2 -0
  37. package/components/ion-infinite-scroll.js +3 -0
  38. package/components/ion-input.js +8 -3
  39. package/components/ion-item-divider.js +2 -2
  40. package/components/ion-item-option.js +2 -2
  41. package/components/ion-item-options.js +2 -2
  42. package/components/ion-item-sliding.js +3 -1
  43. package/components/ion-loading.js +13 -18
  44. package/components/ion-menu-button.js +2 -2
  45. package/components/ion-menu.js +73 -35
  46. package/components/ion-modal.js +46 -42
  47. package/components/ion-nav.js +6 -2
  48. package/components/ion-picker.js +11 -16
  49. package/components/ion-range.js +41 -6
  50. package/components/ion-refresher.js +5 -3
  51. package/components/ion-reorder-group.js +3 -1
  52. package/components/ion-reorder.js +2 -2
  53. package/components/ion-route-redirect.js +3 -0
  54. package/components/ion-route.js +4 -0
  55. package/components/ion-router-outlet.js +10 -14
  56. package/components/ion-router.js +3 -0
  57. package/components/ion-searchbar.js +13 -3
  58. package/components/ion-segment-button.js +2 -0
  59. package/components/ion-segment.js +42 -25
  60. package/components/ion-select.js +39 -20
  61. package/components/ion-split-pane.js +4 -0
  62. package/components/ion-tab-bar.js +6 -0
  63. package/components/ion-tab.js +2 -0
  64. package/components/ion-textarea.js +8 -4
  65. package/components/ion-title.js +4 -2
  66. package/components/ion-toast.js +171 -29
  67. package/components/ion-toggle.js +12 -4
  68. package/components/ion-toolbar.js +2 -2
  69. package/components/ios.transition.js +6 -5
  70. package/components/item.js +48 -10
  71. package/components/label.js +5 -2
  72. package/components/list-header.js +2 -2
  73. package/components/lock-controller.js +38 -0
  74. package/components/md.transition.js +1 -1
  75. package/components/notch-controller.js +1 -1
  76. package/components/note.js +2 -2
  77. package/components/overlays.js +31 -10
  78. package/components/picker-column-internal.js +2 -0
  79. package/components/picker-column.js +3 -1
  80. package/components/popover.js +20 -30
  81. package/components/radio-group.js +4 -2
  82. package/components/radio.js +15 -4
  83. package/components/swipe-back.js +8 -4
  84. package/css/core.css +100 -1
  85. package/css/core.css.map +1 -1
  86. package/css/display.css +33 -0
  87. package/css/display.css.map +1 -1
  88. package/css/float-elements.css +33 -0
  89. package/css/float-elements.css.map +1 -1
  90. package/css/global.bundle.css +84 -6
  91. package/css/global.bundle.css.map +1 -1
  92. package/css/ionic-swiper.css +33 -0
  93. package/css/ionic-swiper.css.map +1 -1
  94. package/css/ionic.bundle.css +1 -1
  95. package/css/ionic.bundle.css.map +1 -1
  96. package/css/padding.css +33 -0
  97. package/css/padding.css.map +1 -1
  98. package/css/structure.css +33 -0
  99. package/css/structure.css.map +1 -1
  100. package/css/text-alignment.css +33 -0
  101. package/css/text-alignment.css.map +1 -1
  102. package/css/text-transformation.css +33 -0
  103. package/css/text-transformation.css.map +1 -1
  104. package/css/typography.css +51 -6
  105. package/css/typography.css.map +1 -1
  106. package/css/utils.bundle.css +165 -0
  107. package/css/utils.bundle.css.map +1 -1
  108. package/dist/cjs/{animation-c68ec4cb.js → animation-c8bdd3c7.js} +62 -3
  109. package/dist/cjs/{app-globals-3ba8ddad.js → app-globals-fe1ad535.js} +1 -1
  110. package/dist/cjs/{button-active-7578c6c2.js → button-active-c0ff1915.js} +3 -3
  111. package/dist/cjs/{capacitor-a77e977e.js → capacitor-2ffba62a.js} +1 -1
  112. package/dist/cjs/{data-3a7f5c1a.js → data-c8d21093.js} +144 -32
  113. package/dist/cjs/{form-controller-d42b8c05.js → form-controller-5e223b54.js} +1 -1
  114. package/dist/cjs/{framework-delegate-d2bbe945.js → framework-delegate-c0873a6f.js} +22 -3
  115. package/dist/cjs/{haptic-89b33156.js → haptic-678abc9f.js} +2 -1
  116. package/dist/cjs/{index-b0e73ba0.js → index-09471526.js} +1 -1
  117. package/dist/cjs/{index-def9efb5.js → index-0ee995e4.js} +1 -1
  118. package/dist/cjs/{index-dc56ac38.js → index-10873539.js} +2 -2
  119. package/dist/cjs/{index-b358eb23.js → index-305a23dc.js} +283 -96
  120. package/dist/cjs/{index-1901dd17.js → index-5e7529f6.js} +30 -23
  121. package/dist/cjs/{index-404c1016.js → index-9f379eaa.js} +2 -2
  122. package/dist/cjs/{index-4e642409.js → index-d93fb71d.js} +4 -4
  123. package/dist/cjs/index.cjs.js +26 -23
  124. package/dist/cjs/{input-shims-9b42b3fe.js → input-shims-da7dc0de.js} +96 -16
  125. package/dist/cjs/{input.utils-7e077818.js → input.utils-0fe3097c.js} +3 -3
  126. package/dist/cjs/ion-accordion_2.cjs.entry.js +5 -5
  127. package/dist/cjs/ion-action-sheet.cjs.entry.js +26 -34
  128. package/dist/cjs/ion-alert.cjs.entry.js +35 -35
  129. package/dist/cjs/ion-app_8.cjs.entry.js +84 -44
  130. package/dist/cjs/ion-avatar_3.cjs.entry.js +5 -5
  131. package/dist/cjs/ion-back-button.cjs.entry.js +7 -7
  132. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
  133. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +7 -7
  134. package/dist/cjs/ion-button_2.cjs.entry.js +54 -25
  135. package/dist/cjs/ion-card_5.cjs.entry.js +12 -12
  136. package/dist/cjs/ion-checkbox.cjs.entry.js +20 -13
  137. package/dist/cjs/ion-chip.cjs.entry.js +10 -5
  138. package/dist/cjs/ion-col_3.cjs.entry.js +2 -2
  139. package/dist/cjs/ion-datetime-button.cjs.entry.js +14 -11
  140. package/dist/cjs/ion-datetime_3.cjs.entry.js +159 -128
  141. package/dist/cjs/ion-fab_3.cjs.entry.js +7 -7
  142. package/dist/cjs/ion-img.cjs.entry.js +3 -3
  143. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +6 -6
  144. package/dist/cjs/ion-input.cjs.entry.js +13 -13
  145. package/dist/cjs/ion-item-option_3.cjs.entry.js +12 -12
  146. package/dist/cjs/ion-item_8.cjs.entry.js +49 -22
  147. package/dist/cjs/ion-loading.cjs.entry.js +21 -29
  148. package/dist/cjs/ion-menu_3.cjs.entry.js +83 -49
  149. package/dist/cjs/ion-modal.cjs.entry.js +59 -58
  150. package/dist/cjs/ion-nav_2.cjs.entry.js +9 -8
  151. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +7 -7
  152. package/dist/cjs/ion-picker-internal.cjs.entry.js +2 -2
  153. package/dist/cjs/ion-popover.cjs.entry.js +26 -40
  154. package/dist/cjs/ion-progress-bar.cjs.entry.js +4 -4
  155. package/dist/cjs/ion-radio_2.cjs.entry.js +16 -11
  156. package/dist/cjs/ion-range.cjs.entry.js +42 -14
  157. package/dist/cjs/ion-refresher_2.cjs.entry.js +16 -16
  158. package/dist/cjs/ion-reorder_2.cjs.entry.js +12 -12
  159. package/dist/cjs/ion-ripple-effect.cjs.entry.js +2 -2
  160. package/dist/cjs/ion-route_4.cjs.entry.js +7 -4
  161. package/dist/cjs/ion-searchbar.cjs.entry.js +15 -9
  162. package/dist/cjs/ion-segment_2.cjs.entry.js +40 -29
  163. package/dist/cjs/ion-select_3.cjs.entry.js +48 -34
  164. package/dist/cjs/ion-spinner.cjs.entry.js +4 -4
  165. package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
  166. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +12 -8
  167. package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
  168. package/dist/cjs/ion-text.cjs.entry.js +3 -3
  169. package/dist/cjs/ion-textarea.cjs.entry.js +12 -12
  170. package/dist/cjs/ion-toast.cjs.entry.js +192 -55
  171. package/dist/cjs/ion-toggle.cjs.entry.js +20 -15
  172. package/dist/cjs/{ionic-global-5e671da5.js → ionic-global-fb752503.js} +1 -1
  173. package/dist/cjs/ionic.cjs.js +5 -8
  174. package/dist/cjs/{ios.transition-0b0d2e7f.js → ios.transition-a4d545dd.js} +10 -9
  175. package/dist/cjs/{keyboard-2eabd73b.js → keyboard-38f2bb7b.js} +3 -3
  176. package/dist/cjs/{keyboard-controller-4aa8c1d6.js → keyboard-controller-50beb83a.js} +2 -2
  177. package/dist/cjs/{keyboard-f35d0b9d.js → keyboard-fd7db491.js} +1 -1
  178. package/dist/cjs/loader.cjs.js +5 -14
  179. package/dist/cjs/lock-controller-4ae2eb59.js +40 -0
  180. package/dist/cjs/{md.transition-481e9b5f.js → md.transition-80bb961b.js} +5 -5
  181. package/dist/cjs/{notch-controller-159c65d4.js → notch-controller-f4f6af5d.js} +3 -3
  182. package/dist/cjs/{overlays-d17b3668.js → overlays-1a734051.js} +37 -16
  183. package/dist/cjs/{status-tap-6061aa3f.js → status-tap-778e8054.js} +4 -4
  184. package/dist/cjs/{swipe-back-75dad2d4.js → swipe-back-7e843e77.js} +11 -7
  185. package/dist/collection/collection-manifest.json +94 -94
  186. package/dist/collection/components/accordion/accordion.ios.css +66 -0
  187. package/dist/collection/components/accordion/accordion.js +4 -4
  188. package/dist/collection/components/accordion/accordion.md.css +33 -0
  189. package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +1 -1
  190. package/dist/collection/components/accordion/test/accordion.e2e.js +1 -1
  191. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +1 -1
  192. package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +1 -1
  193. package/dist/collection/components/accordion/test/nested/accordion.e2e.js +1 -1
  194. package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +2 -2
  195. package/dist/collection/components/accordion-group/accordion-group.ios.css +66 -0
  196. package/dist/collection/components/accordion-group/accordion-group.js +12 -7
  197. package/dist/collection/components/accordion-group/accordion-group.md.css +99 -0
  198. package/dist/collection/components/action-sheet/action-sheet.ios.css +80 -12
  199. package/dist/collection/components/action-sheet/action-sheet.js +47 -39
  200. package/dist/collection/components/action-sheet/action-sheet.md.css +76 -8
  201. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +46 -4
  202. package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +1 -1
  203. package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +2 -2
  204. package/dist/collection/components/action-sheet/test/basic/fixture.js +1 -1
  205. package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +1 -1
  206. package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +1 -1
  207. package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +1 -1
  208. package/dist/collection/components/alert/alert.ios.css +141 -29
  209. package/dist/collection/components/alert/alert.js +60 -42
  210. package/dist/collection/components/alert/alert.md.css +111 -17
  211. package/dist/collection/components/alert/test/a11y/alert.e2e.js +133 -2
  212. package/dist/collection/components/alert/test/basic/alert.e2e.js +1 -1
  213. package/dist/collection/components/alert/test/is-open/alert.e2e.js +1 -1
  214. package/dist/collection/components/alert/test/standalone/alert.e2e.js +1 -1
  215. package/dist/collection/components/alert/test/trigger/alert.e2e.js +1 -1
  216. package/dist/collection/components/app/app.js +7 -5
  217. package/dist/collection/components/app/test/safe-area/app.e2e.js +1 -1
  218. package/dist/collection/components/avatar/avatar.ios.css +66 -0
  219. package/dist/collection/components/avatar/avatar.js +2 -2
  220. package/dist/collection/components/avatar/avatar.md.css +66 -0
  221. package/dist/collection/components/avatar/test/basic/avatar.e2e.js +1 -1
  222. package/dist/collection/components/back-button/back-button.ios.css +83 -1
  223. package/dist/collection/components/back-button/back-button.js +8 -6
  224. package/dist/collection/components/back-button/back-button.md.css +75 -3
  225. package/dist/collection/components/back-button/test/a11y/back-button.e2e.js +26 -0
  226. package/dist/collection/components/back-button/test/basic/back-button.e2e.js +1 -1
  227. package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +1 -1
  228. package/dist/collection/components/backdrop/backdrop.ios.css +66 -0
  229. package/dist/collection/components/backdrop/backdrop.js +2 -2
  230. package/dist/collection/components/backdrop/backdrop.md.css +66 -0
  231. package/dist/collection/components/badge/badge.ios.css +75 -1
  232. package/dist/collection/components/badge/badge.js +4 -3
  233. package/dist/collection/components/badge/badge.md.css +67 -1
  234. package/dist/collection/components/badge/test/a11y/badge.e2e.js +22 -0
  235. package/dist/collection/components/badge/test/basic/badge.e2e.js +1 -1
  236. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +80 -3
  237. package/dist/collection/components/breadcrumb/breadcrumb.js +11 -7
  238. package/dist/collection/components/breadcrumb/breadcrumb.md.css +69 -3
  239. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +33 -0
  240. package/dist/collection/components/breadcrumbs/breadcrumbs.js +6 -4
  241. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +33 -0
  242. package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +23 -2
  243. package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +1 -1
  244. package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +1 -1
  245. package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +1 -1
  246. package/dist/collection/components/button/button.ios.css +118 -19
  247. package/dist/collection/components/button/button.js +26 -6
  248. package/dist/collection/components/button/button.md.css +69 -3
  249. package/dist/collection/components/button/test/a11y/button.e2e.js +61 -0
  250. package/dist/collection/components/button/test/basic/button.e2e.js +1 -1
  251. package/dist/collection/components/button/test/clear/button.e2e.js +1 -1
  252. package/dist/collection/components/button/test/expand/button.e2e.js +1 -1
  253. package/dist/collection/components/button/test/form-reference/button.e2e.js +1 -1
  254. package/dist/collection/components/button/test/icon/button.e2e.js +1 -1
  255. package/dist/collection/components/button/test/outline/button.e2e.js +1 -1
  256. package/dist/collection/components/button/test/round/button.e2e.js +1 -1
  257. package/dist/collection/components/button/test/size/button.e2e.js +1 -1
  258. package/dist/collection/components/button/test/strong/button.e2e.js +1 -1
  259. package/dist/collection/components/button/test/wrap/button.e2e.js +1 -1
  260. package/dist/collection/components/buttons/buttons.ios.css +102 -3
  261. package/dist/collection/components/buttons/buttons.js +2 -2
  262. package/dist/collection/components/buttons/buttons.md.css +101 -2
  263. package/dist/collection/components/buttons/test/a11y/buttons.e2e.js +74 -0
  264. package/dist/collection/components/card/card.ios.css +67 -1
  265. package/dist/collection/components/card/card.js +8 -5
  266. package/dist/collection/components/card/card.md.css +67 -1
  267. package/dist/collection/components/card/test/a11y/card.e2e.js +31 -0
  268. package/dist/collection/components/card/test/basic/card.e2e.js +1 -1
  269. package/dist/collection/components/card-content/card-content.ios.css +71 -5
  270. package/dist/collection/components/card-content/card-content.js +2 -2
  271. package/dist/collection/components/card-content/card-content.md.css +71 -5
  272. package/dist/collection/components/card-header/card-header.ios.css +66 -0
  273. package/dist/collection/components/card-header/card-header.js +4 -3
  274. package/dist/collection/components/card-header/card-header.md.css +66 -0
  275. package/dist/collection/components/card-header/test/basic/card-header.e2e.js +1 -1
  276. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +67 -1
  277. package/dist/collection/components/card-subtitle/card-subtitle.js +4 -3
  278. package/dist/collection/components/card-subtitle/card-subtitle.md.css +67 -1
  279. package/dist/collection/components/card-title/card-title.ios.css +67 -1
  280. package/dist/collection/components/card-title/card-title.js +4 -3
  281. package/dist/collection/components/card-title/card-title.md.css +67 -1
  282. package/dist/collection/components/checkbox/checkbox.ios.css +168 -2
  283. package/dist/collection/components/checkbox/checkbox.js +41 -13
  284. package/dist/collection/components/checkbox/checkbox.md.css +166 -0
  285. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +20 -2
  286. package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +18 -1
  287. package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +3 -3
  288. package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +1 -1
  289. package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +18 -5
  290. package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +38 -11
  291. package/dist/collection/components/checkbox/test/legacy/basic/checkbox.e2e.js +19 -2
  292. package/dist/collection/components/checkbox/test/legacy/indeterminate/checkbox.e2e.js +2 -2
  293. package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +5 -5
  294. package/dist/collection/components/chip/chip.ios.css +190 -0
  295. package/dist/collection/components/chip/chip.js +8 -5
  296. package/dist/collection/components/chip/{chip.css → chip.md.css} +43 -7
  297. package/dist/collection/components/chip/test/a11y/chip.e2e.js +58 -0
  298. package/dist/collection/components/chip/test/basic/chip.e2e.js +1 -1
  299. package/dist/collection/components/chip/test/states/chip.e2e.js +1 -1
  300. package/dist/collection/components/col/col.css +66 -0
  301. package/dist/collection/components/col/col.js +2 -2
  302. package/dist/collection/components/content/content.css +33 -0
  303. package/dist/collection/components/content/content.js +76 -24
  304. package/dist/collection/components/content/test/basic/content.e2e.js +1 -1
  305. package/dist/collection/components/content/test/fixed/content.e2e.js +1 -1
  306. package/dist/collection/components/content/test/fullscreen/content.e2e.js +1 -1
  307. package/dist/collection/components/content/test/standalone/content.e2e.js +1 -1
  308. package/dist/collection/components/datetime/datetime.ios.css +228 -34
  309. package/dist/collection/components/datetime/datetime.js +181 -120
  310. package/dist/collection/components/datetime/datetime.md.css +117 -33
  311. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +28 -0
  312. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +26 -1
  313. package/dist/collection/components/datetime/test/color/datetime.e2e.js +2 -2
  314. package/dist/collection/components/datetime/test/custom/datetime.e2e.js +28 -9
  315. package/dist/collection/components/datetime/test/datetime.e2e.js +1 -1
  316. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +1 -1
  317. package/dist/collection/components/datetime/test/display/datetime.e2e.js +1 -1
  318. package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +1 -1
  319. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +1 -1
  320. package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +15 -1
  321. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +1 -1
  322. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +1 -1
  323. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +1 -1
  324. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +1 -1
  325. package/dist/collection/components/datetime/test/position/datetime.e2e.js +1 -1
  326. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +16 -1
  327. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +49 -18
  328. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +10 -13
  329. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +1 -1
  330. package/dist/collection/components/datetime/test/values/datetime.e2e.js +1 -1
  331. package/dist/collection/components/datetime/utils/data.js +50 -16
  332. package/dist/collection/components/datetime/utils/format.js +28 -11
  333. package/dist/collection/components/datetime/utils/helpers.js +37 -5
  334. package/dist/collection/components/datetime/utils/manipulation.js +3 -3
  335. package/dist/collection/components/datetime/utils/parse.js +36 -5
  336. package/dist/collection/components/datetime/utils/state.js +3 -3
  337. package/dist/collection/components/datetime-button/datetime-button.css +36 -2
  338. package/dist/collection/components/datetime-button/datetime-button.js +14 -10
  339. package/dist/collection/components/datetime-button/test/a11y/datetime-button.e2e.js +38 -0
  340. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +1 -1
  341. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +1 -1
  342. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +1 -1
  343. package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +1 -1
  344. package/dist/collection/components/fab/fab.css +220 -28
  345. package/dist/collection/components/fab/fab.js +6 -4
  346. package/dist/collection/components/fab/test/basic/fab.e2e.js +1 -1
  347. package/dist/collection/components/fab/test/custom-size/fab.e2e.js +17 -0
  348. package/dist/collection/components/fab/test/states/fab.e2e.js +1 -1
  349. package/dist/collection/components/fab/test/translucent/fab.e2e.js +1 -1
  350. package/dist/collection/components/fab-button/fab-button.ios.css +66 -0
  351. package/dist/collection/components/fab-button/fab-button.js +9 -6
  352. package/dist/collection/components/fab-button/fab-button.md.css +66 -0
  353. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +1 -1
  354. package/dist/collection/components/fab-list/fab-list.css +83 -10
  355. package/dist/collection/components/fab-list/fab-list.js +2 -2
  356. package/dist/collection/components/footer/footer.ios.css +66 -0
  357. package/dist/collection/components/footer/footer.js +3 -3
  358. package/dist/collection/components/footer/footer.md.css +66 -0
  359. package/dist/collection/components/footer/footer.utils.js +1 -1
  360. package/dist/collection/components/footer/test/basic/footer.e2e.js +1 -1
  361. package/dist/collection/components/footer/test/fade/footer.e2e.js +1 -1
  362. package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +1 -1
  363. package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +1 -1
  364. package/dist/collection/components/grid/grid.css +66 -0
  365. package/dist/collection/components/grid/grid.js +2 -2
  366. package/dist/collection/components/grid/test/basic/grid.e2e.js +1 -1
  367. package/dist/collection/components/grid/test/offsets/grid.e2e.js +1 -1
  368. package/dist/collection/components/grid/test/padding/grid.e2e.js +1 -1
  369. package/dist/collection/components/grid/test/sizes/grid.e2e.js +1 -1
  370. package/dist/collection/components/header/header.ios.css +96 -2
  371. package/dist/collection/components/header/header.js +3 -3
  372. package/dist/collection/components/header/header.md.css +66 -0
  373. package/dist/collection/components/header/header.utils.js +1 -1
  374. package/dist/collection/components/header/test/a11y/header.e2e.js +2 -2
  375. package/dist/collection/components/header/test/basic/header.e2e.js +1 -1
  376. package/dist/collection/components/header/test/condense/header.e2e.js +1 -1
  377. package/dist/collection/components/header/test/fade/header.e2e.js +1 -1
  378. package/dist/collection/components/header/test/scroll-target/header.e2e.js +1 -1
  379. package/dist/collection/components/icon/test/basic/icon.e2e.js +1 -1
  380. package/dist/collection/components/icon/test/dir/icon.e2e.js +1 -1
  381. package/dist/collection/components/img/img.js +2 -2
  382. package/dist/collection/components/img/test/basic/img.e2e.js +1 -1
  383. package/dist/collection/components/img/test/draggable/img.e2e.js +1 -1
  384. package/dist/collection/components/infinite-scroll/infinite-scroll.js +4 -3
  385. package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +1 -1
  386. package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +1 -1
  387. package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +1 -1
  388. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +66 -0
  389. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +7 -5
  390. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +66 -0
  391. package/dist/collection/components/input/input.ios.css +100 -1
  392. package/dist/collection/components/input/input.js +27 -16
  393. package/dist/collection/components/input/input.md.css +199 -1
  394. package/dist/collection/components/input/test/a11y/input.e2e.js +17 -3
  395. package/dist/collection/components/input/test/basic/input.e2e.js +1 -1
  396. package/dist/collection/components/input/test/bottom-content/input.e2e.js +8 -8
  397. package/dist/collection/components/input/test/card/input.e2e.js +2 -2
  398. package/dist/collection/components/input/test/clear-on-edit/input.e2e.js +33 -0
  399. package/dist/collection/components/input/test/color/input.e2e.js +16 -16
  400. package/dist/collection/components/input/test/fill/input.e2e.js +11 -11
  401. package/dist/collection/components/input/test/highlight/input.e2e.js +10 -10
  402. package/dist/collection/components/input/test/input.e2e.js +1 -1
  403. package/dist/collection/components/input/test/item/input.e2e.js +3 -3
  404. package/dist/collection/components/input/test/label-placement/input.e2e.js +17 -17
  405. package/dist/collection/components/input/test/legacy/a11y/input.e2e.js +1 -1
  406. package/dist/collection/components/input/test/legacy/basic/input.e2e.js +11 -11
  407. package/dist/collection/components/input/test/legacy/clear-on-edit/input.e2e.js +1 -1
  408. package/dist/collection/components/input/test/legacy/input-events.e2e.js +1 -1
  409. package/dist/collection/components/input/test/legacy/masking/input.e2e.js +1 -1
  410. package/dist/collection/components/input/test/legacy/spec/input.e2e.js +1 -1
  411. package/dist/collection/components/input/test/states/input.e2e.js +3 -3
  412. package/dist/collection/components/item/item.ios.css +78 -8
  413. package/dist/collection/components/item/item.js +57 -14
  414. package/dist/collection/components/item/item.md.css +146 -10
  415. package/dist/collection/components/item/test/a11y/item.e2e.js +118 -3
  416. package/dist/collection/components/item/test/alignment/item.e2e.js +1 -1
  417. package/dist/collection/components/item/test/basic/item.e2e.js +1 -1
  418. package/dist/collection/components/item/test/buttons/item.e2e.js +1 -1
  419. package/dist/collection/components/item/test/colors/item.e2e.js +1 -1
  420. package/dist/collection/components/item/test/counter/item.e2e.js +1 -1
  421. package/dist/collection/components/item/test/css-variables/item.e2e.js +1 -1
  422. package/dist/collection/components/item/test/disabled/item.e2e.js +1 -1
  423. package/dist/collection/components/item/test/dividers/item.e2e.js +1 -1
  424. package/dist/collection/components/item/test/groups/item.e2e.js +1 -1
  425. package/dist/collection/components/item/test/highlight/item.e2e.js +1 -1
  426. package/dist/collection/components/item/test/icons/item.e2e.js +1 -1
  427. package/dist/collection/components/item/test/images/item.e2e.js +1 -1
  428. package/dist/collection/components/item/test/inputs/item.e2e.js +1 -1
  429. package/dist/collection/components/item/test/legacy/alignment/item.e2e.js +1 -1
  430. package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +1 -1
  431. package/dist/collection/components/item/test/legacy/fill/item.e2e.js +1 -1
  432. package/dist/collection/components/item/test/legacy/form/item.e2e.js +1 -1
  433. package/dist/collection/components/item/test/lines/item.e2e.js +1 -1
  434. package/dist/collection/components/item/test/media/item.e2e.js +1 -1
  435. package/dist/collection/components/item/test/reorder/item.e2e.js +1 -1
  436. package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +1 -1
  437. package/dist/collection/components/item/test/states/item.e2e.js +1 -1
  438. package/dist/collection/components/item/test/text/item.e2e.js +1 -1
  439. package/dist/collection/components/item-divider/item-divider.ios.css +101 -9
  440. package/dist/collection/components/item-divider/item-divider.js +4 -3
  441. package/dist/collection/components/item-divider/item-divider.md.css +103 -11
  442. package/dist/collection/components/item-divider/test/a11y/item-divider.e2e.js +44 -0
  443. package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +1 -1
  444. package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +1 -1
  445. package/dist/collection/components/item-group/item-group.ios.css +68 -1
  446. package/dist/collection/components/item-group/item-group.js +2 -2
  447. package/dist/collection/components/item-group/item-group.md.css +68 -1
  448. package/dist/collection/components/item-option/item-option.ios.css +67 -1
  449. package/dist/collection/components/item-option/item-option.js +4 -3
  450. package/dist/collection/components/item-option/item-option.md.css +67 -1
  451. package/dist/collection/components/item-options/item-options.ios.css +99 -1
  452. package/dist/collection/components/item-options/item-options.js +6 -4
  453. package/dist/collection/components/item-options/item-options.md.css +99 -1
  454. package/dist/collection/components/item-sliding/item-sliding.css +33 -0
  455. package/dist/collection/components/item-sliding/item-sliding.js +14 -8
  456. package/dist/collection/components/item-sliding/test/a11y/item-sliding.e2e.js +34 -0
  457. package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +1 -1
  458. package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +39 -13
  459. package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +22 -7
  460. package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +4 -10
  461. package/dist/collection/components/item-sliding/test/test.utils.js +9 -1
  462. package/dist/collection/components/label/label.ios.css +107 -10
  463. package/dist/collection/components/label/label.js +8 -5
  464. package/dist/collection/components/label/label.md.css +106 -9
  465. package/dist/collection/components/label/test/a11y/label.e2e.js +66 -0
  466. package/dist/collection/components/label/test/basic/label.e2e.js +1 -1
  467. package/dist/collection/components/label/test/color/label.e2e.js +1 -1
  468. package/dist/collection/components/label/test/headings/label.e2e.js +1 -1
  469. package/dist/collection/components/list/list.ios.css +99 -0
  470. package/dist/collection/components/list/list.js +4 -3
  471. package/dist/collection/components/list/list.md.css +99 -0
  472. package/dist/collection/components/list/test/a11y/list.e2e.js +2 -2
  473. package/dist/collection/components/list/test/basic/list.e2e.js +1 -1
  474. package/dist/collection/components/list/test/inset/list.e2e.js +1 -1
  475. package/dist/collection/components/list/test/lines/list.e2e.js +1 -1
  476. package/dist/collection/components/list-header/list-header.ios.css +100 -1
  477. package/dist/collection/components/list-header/list-header.js +4 -3
  478. package/dist/collection/components/list-header/list-header.md.css +100 -1
  479. package/dist/collection/components/list-header/test/a11y/list-header.e2e.js +24 -0
  480. package/dist/collection/components/list-header/test/basic/list-header.e2e.js +1 -1
  481. package/dist/collection/components/loading/loading.ios.css +67 -1
  482. package/dist/collection/components/loading/loading.js +49 -40
  483. package/dist/collection/components/loading/loading.md.css +67 -1
  484. package/dist/collection/components/loading/test/a11y/loading.e2e.js +21 -2
  485. package/dist/collection/components/loading/test/basic/loading.e2e.js +1 -1
  486. package/dist/collection/components/loading/test/is-open/loading.e2e.js +1 -1
  487. package/dist/collection/components/loading/test/standalone/loading.e2e.js +1 -1
  488. package/dist/collection/components/loading/test/trigger/loading.e2e.js +1 -1
  489. package/dist/collection/components/menu/menu.ios.css +168 -0
  490. package/dist/collection/components/menu/menu.js +83 -42
  491. package/dist/collection/components/menu/menu.md.css +168 -0
  492. package/dist/collection/components/menu/test/a11y/menu.e2e.js +2 -2
  493. package/dist/collection/components/menu/test/basic/menu.e2e.js +1 -1
  494. package/dist/collection/components/menu/test/disable/menu.e2e.js +55 -0
  495. package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +1 -1
  496. package/dist/collection/components/menu/test/multiple/menu.e2e.js +60 -0
  497. package/dist/collection/components/menu/test/safe-area/menu.e2e.js +87 -0
  498. package/dist/collection/components/menu-button/menu-button.ios.css +70 -2
  499. package/dist/collection/components/menu-button/menu-button.js +7 -6
  500. package/dist/collection/components/menu-button/menu-button.md.css +71 -3
  501. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +22 -3
  502. package/dist/collection/components/menu-button/test/async/menu-button.e2e.js +23 -0
  503. package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +1 -1
  504. package/dist/collection/components/menu-toggle/menu-toggle.js +3 -3
  505. package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +1 -1
  506. package/dist/collection/components/modal/animations/ios.enter.js +2 -2
  507. package/dist/collection/components/modal/animations/ios.leave.js +2 -2
  508. package/dist/collection/components/modal/animations/md.enter.js +1 -1
  509. package/dist/collection/components/modal/animations/md.leave.js +1 -1
  510. package/dist/collection/components/modal/animations/sheet.js +1 -1
  511. package/dist/collection/components/modal/gestures/sheet.js +2 -2
  512. package/dist/collection/components/modal/gestures/swipe-to-close.js +2 -2
  513. package/dist/collection/components/modal/modal.ios.css +66 -0
  514. package/dist/collection/components/modal/modal.js +102 -76
  515. package/dist/collection/components/modal/modal.md.css +66 -0
  516. package/dist/collection/components/modal/test/a11y/modal.e2e.js +2 -2
  517. package/dist/collection/components/modal/test/basic/modal.e2e.js +1 -1
  518. package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +1 -1
  519. package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +2 -2
  520. package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +1 -1
  521. package/dist/collection/components/modal/test/card/modal-card.e2e.js +2 -2
  522. package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +6 -6
  523. package/dist/collection/components/modal/test/card-nav/modal.e2e.js +5 -6
  524. package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +2 -2
  525. package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +2 -2
  526. package/dist/collection/components/modal/test/custom/modal.e2e.js +1 -1
  527. package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +1 -1
  528. package/dist/collection/components/modal/test/dark-mode/model.e2e.js +1 -1
  529. package/dist/collection/components/modal/test/fixtures.js +1 -1
  530. package/dist/collection/components/modal/test/inline/modal.e2e.js +1 -1
  531. package/dist/collection/components/modal/test/is-open/modal.e2e.js +1 -1
  532. package/dist/collection/components/modal/test/sheet/modal.e2e.js +2 -2
  533. package/dist/collection/components/modal/test/trigger/modal.e2e.js +1 -1
  534. package/dist/collection/components/modal/utils.spec.js +1 -1
  535. package/dist/collection/components/nav/nav.css +33 -1
  536. package/dist/collection/components/nav/nav.js +130 -67
  537. package/dist/collection/components/nav/test/basic/nav.e2e.js +1 -1
  538. package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +1 -1
  539. package/dist/collection/components/nav/test/nested/nav.e2e.js +1 -1
  540. package/dist/collection/components/nav/test/routing/nav.e2e.js +1 -1
  541. package/dist/collection/components/nav-link/nav-link.js +10 -6
  542. package/dist/collection/components/note/note.ios.css +67 -0
  543. package/dist/collection/components/note/note.js +4 -3
  544. package/dist/collection/components/note/note.md.css +67 -1
  545. package/dist/collection/components/note/test/a11y/note.e2e.js +52 -0
  546. package/dist/collection/components/note/test/basic/note.e2e.js +1 -1
  547. package/dist/collection/components/picker/picker.ios.css +66 -0
  548. package/dist/collection/components/picker/picker.js +50 -39
  549. package/dist/collection/components/picker/picker.md.css +66 -0
  550. package/dist/collection/components/picker/test/basic/picker.e2e.js +1 -1
  551. package/dist/collection/components/picker/test/is-open/picker.e2e.js +1 -1
  552. package/dist/collection/components/picker/test/trigger/picker.e2e.js +1 -1
  553. package/dist/collection/components/picker-column/picker-column.ios.css +66 -0
  554. package/dist/collection/components/picker-column/picker-column.js +6 -4
  555. package/dist/collection/components/picker-column/picker-column.md.css +66 -0
  556. package/dist/collection/components/picker-column/test/standalone/picker-column.e2e.js +1 -1
  557. package/dist/collection/components/picker-column/test/test.utils.js +2 -2
  558. package/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +33 -0
  559. package/dist/collection/components/picker-column-internal/picker-column-internal.js +12 -7
  560. package/dist/collection/components/picker-column-internal/picker-column-internal.md.css +66 -0
  561. package/dist/collection/components/picker-column-internal/test/basic/picker-column-internal.e2e.js +1 -1
  562. package/dist/collection/components/picker-column-internal/test/disabled/picker-column-internal.e2e.js +1 -1
  563. package/dist/collection/components/picker-internal/picker-internal.ios.css +66 -0
  564. package/dist/collection/components/picker-internal/picker-internal.js +5 -3
  565. package/dist/collection/components/picker-internal/picker-internal.md.css +66 -0
  566. package/dist/collection/components/picker-internal/test/a11y/picker-internal.e2e.js +2 -2
  567. package/dist/collection/components/picker-internal/test/basic/picker-internal.e2e.js +1 -1
  568. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +1 -1
  569. package/dist/collection/components/popover/animations/ios.enter.js +1 -1
  570. package/dist/collection/components/popover/animations/md.enter.js +1 -1
  571. package/dist/collection/components/popover/popover.ios.css +66 -0
  572. package/dist/collection/components/popover/popover.js +84 -67
  573. package/dist/collection/components/popover/popover.md.css +66 -0
  574. package/dist/collection/components/popover/test/adjustment/popover.e2e.js +1 -1
  575. package/dist/collection/components/popover/test/arrow/popover.e2e.js +2 -2
  576. package/dist/collection/components/popover/test/async/popover.e2e.js +42 -0
  577. package/dist/collection/components/popover/test/basic/popover.e2e.js +2 -2
  578. package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +2 -2
  579. package/dist/collection/components/popover/test/fixture.js +1 -1
  580. package/dist/collection/components/popover/test/inline/popover.e2e.js +2 -2
  581. package/dist/collection/components/popover/test/is-open/popover.e2e.js +1 -1
  582. package/dist/collection/components/popover/test/nested/popover.e2e.js +1 -1
  583. package/dist/collection/components/popover/test/position/popover.e2e.js +2 -2
  584. package/dist/collection/components/popover/test/reference/popover.e2e.js +1 -1
  585. package/dist/collection/components/popover/test/size/popover.e2e.js +2 -2
  586. package/dist/collection/components/popover/test/standalone/popover.e2e.js +1 -1
  587. package/dist/collection/components/popover/test/test.utils.js +1 -1
  588. package/dist/collection/components/popover/test/trigger/popover.e2e.js +2 -2
  589. package/dist/collection/components/progress-bar/progress-bar.ios.css +33 -0
  590. package/dist/collection/components/progress-bar/progress-bar.js +5 -4
  591. package/dist/collection/components/progress-bar/progress-bar.md.css +33 -0
  592. package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +1 -1
  593. package/dist/collection/components/progress-bar/test/buffer/progress-bar.e2e.js +20 -0
  594. package/dist/collection/components/progress-bar/test/determinate/progress-bar.e2e.js +20 -0
  595. package/dist/collection/components/radio/radio.ios.css +171 -5
  596. package/dist/collection/components/radio/radio.js +38 -11
  597. package/dist/collection/components/radio/radio.md.css +171 -5
  598. package/dist/collection/components/radio/test/a11y/radio.e2e.js +23 -2
  599. package/dist/collection/components/radio/test/color/radio.e2e.js +3 -3
  600. package/dist/collection/components/radio/test/item/radio.e2e.js +42 -4
  601. package/dist/collection/components/radio/test/label-placement/radio.e2e.js +41 -10
  602. package/dist/collection/components/radio/test/legacy/a11y/radio.e2e.js +5 -3
  603. package/dist/collection/components/radio/test/legacy/basic/radio.e2e.js +1 -1
  604. package/dist/collection/components/radio/test/states/radio.e2e.js +5 -5
  605. package/dist/collection/components/radio-group/radio-group.js +7 -5
  606. package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +2 -2
  607. package/dist/collection/components/radio-group/test/fixtures.js +1 -1
  608. package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +1 -1
  609. package/dist/collection/components/radio-group/test/legacy/basic/radio-group.e2e.js +1 -1
  610. package/dist/collection/components/radio-group/test/legacy/form/radio-group.e2e.js +1 -1
  611. package/dist/collection/components/radio-group/test/legacy/search/radio-group.e2e.js +1 -1
  612. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +1 -1
  613. package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +2 -2
  614. package/dist/collection/components/range/range.ios.css +161 -8
  615. package/dist/collection/components/range/range.js +53 -17
  616. package/dist/collection/components/range/range.md.css +178 -11
  617. package/dist/collection/components/range/test/a11y/range.e2e.js +24 -2
  618. package/dist/collection/components/range/test/active-bar-start/range.e2e.js +1 -1
  619. package/dist/collection/components/range/test/basic/range.e2e.js +1 -1
  620. package/dist/collection/components/range/test/color/range.e2e.js +2 -2
  621. package/dist/collection/components/range/test/custom/range.e2e.js +2 -2
  622. package/dist/collection/components/range/test/item/range.e2e.js +30 -4
  623. package/dist/collection/components/range/test/label/range.e2e.js +72 -13
  624. package/dist/collection/components/range/test/legacy/a11y/range.e2e.js +4 -4
  625. package/dist/collection/components/range/test/legacy/active-bar-start/range.e2e.js +2 -2
  626. package/dist/collection/components/range/test/legacy/basic/range.e2e.js +3 -8
  627. package/dist/collection/components/range/test/legacy/range-events.e2e.js +1 -1
  628. package/dist/collection/components/range/test/legacy/scroll-target/range.e2e.js +1 -1
  629. package/dist/collection/components/range/test/range-events.e2e.js +17 -18
  630. package/dist/collection/components/range/test/scroll-target/range.e2e.js +1 -1
  631. package/dist/collection/components/range/test/states/range.e2e.js +5 -5
  632. package/dist/collection/components/refresher/refresher.ios.css +66 -0
  633. package/dist/collection/components/refresher/refresher.js +11 -7
  634. package/dist/collection/components/refresher/refresher.md.css +66 -0
  635. package/dist/collection/components/refresher/refresher.utils.js +1 -1
  636. package/dist/collection/components/refresher/test/basic/refresher.e2e.js +3 -4
  637. package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +5 -6
  638. package/dist/collection/components/refresher/test/test.utils.js +4 -1
  639. package/dist/collection/components/refresher-content/refresher-content.js +13 -9
  640. package/dist/collection/components/reorder/reorder.ios.css +75 -2
  641. package/dist/collection/components/reorder/reorder.js +3 -3
  642. package/dist/collection/components/reorder/reorder.md.css +75 -2
  643. package/dist/collection/components/reorder-group/reorder-group.css +33 -0
  644. package/dist/collection/components/reorder-group/reorder-group.js +6 -4
  645. package/dist/collection/components/reorder-group/test/a11y/reorder-group.e2e.js +33 -0
  646. package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +1 -1
  647. package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +3 -5
  648. package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +3 -5
  649. package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +3 -5
  650. package/dist/collection/components/ripple-effect/ripple-effect.css +33 -0
  651. package/dist/collection/components/ripple-effect/ripple-effect.js +4 -3
  652. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +1 -1
  653. package/dist/collection/components/route/route.js +4 -2
  654. package/dist/collection/components/router/router.js +28 -16
  655. package/dist/collection/components/router/test/basic/router.e2e.js +1 -1
  656. package/dist/collection/components/router/test/guards/href/router.e2e.js +2 -2
  657. package/dist/collection/components/router/test/guards/link/router.e2e.js +2 -2
  658. package/dist/collection/components/router/test/guards/push/router.e2e.js +2 -2
  659. package/dist/collection/components/router/test/guards/router.e2e.js +1 -1
  660. package/dist/collection/components/router/utils/debug.js +1 -1
  661. package/dist/collection/components/router/utils/dom.js +1 -1
  662. package/dist/collection/components/router/utils/parser.js +1 -1
  663. package/dist/collection/components/router/utils/path.js +2 -1
  664. package/dist/collection/components/router-link/router-link.css +33 -0
  665. package/dist/collection/components/router-link/router-link.js +8 -5
  666. package/dist/collection/components/router-outlet/router-outlet.css +42 -0
  667. package/dist/collection/components/router-outlet/{route-outlet.js → router-outlet.js} +42 -30
  668. package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +1 -1
  669. package/dist/collection/components/row/row.css +66 -0
  670. package/dist/collection/components/row/row.js +2 -2
  671. package/dist/collection/components/searchbar/searchbar.ios.css +95 -16
  672. package/dist/collection/components/searchbar/searchbar.js +27 -13
  673. package/dist/collection/components/searchbar/searchbar.md.css +77 -10
  674. package/dist/collection/components/searchbar/test/a11y/searchbar.e2e.js +37 -0
  675. package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +19 -1
  676. package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +1 -1
  677. package/dist/collection/components/segment/segment.ios.css +99 -0
  678. package/dist/collection/components/segment/segment.js +47 -30
  679. package/dist/collection/components/segment/segment.md.css +99 -0
  680. package/dist/collection/components/segment/test/a11y/segment.e2e.js +2 -2
  681. package/dist/collection/components/segment/test/basic/segment.e2e.js +1 -1
  682. package/dist/collection/components/segment/test/custom/segment.e2e.js +1 -1
  683. package/dist/collection/components/segment/test/icon/segment.e2e.js +1 -1
  684. package/dist/collection/components/segment/test/modes/segment.e2e.js +1 -1
  685. package/dist/collection/components/segment/test/scrollable/segment.e2e.js +41 -2
  686. package/dist/collection/components/segment/test/segment-events.e2e.js +1 -1
  687. package/dist/collection/components/segment/test/toolbar/segment.e2e.js +1 -1
  688. package/dist/collection/components/segment/test/wrap/segment.e2e.js +1 -1
  689. package/dist/collection/components/segment-button/segment-button.ios.css +66 -0
  690. package/dist/collection/components/segment-button/segment-button.js +8 -5
  691. package/dist/collection/components/segment-button/segment-button.md.css +66 -0
  692. package/dist/collection/components/select/select.ios.css +102 -3
  693. package/dist/collection/components/select/select.js +51 -29
  694. package/dist/collection/components/select/select.md.css +167 -2
  695. package/dist/collection/components/select/test/a11y/select.e2e.js +24 -2
  696. package/dist/collection/components/select/test/async/select.e2e.js +1 -1
  697. package/dist/collection/components/select/test/basic/select.e2e.js +22 -1
  698. package/dist/collection/components/select/test/card/select.e2e.js +2 -2
  699. package/dist/collection/components/select/test/color/select.e2e.js +4 -4
  700. package/dist/collection/components/select/test/compare-with/select.e2e.js +1 -1
  701. package/dist/collection/components/select/test/custom/select.e2e.js +1 -1
  702. package/dist/collection/components/select/test/disabled/select.e2e.js +30 -0
  703. package/dist/collection/components/select/test/fill/select.e2e.js +11 -11
  704. package/dist/collection/components/select/test/highlight/select.e2e.js +4 -4
  705. package/dist/collection/components/select/test/item/select.e2e.js +3 -3
  706. package/dist/collection/components/select/test/label/select.e2e.js +21 -21
  707. package/dist/collection/components/select/test/legacy/async/select.e2e.js +1 -1
  708. package/dist/collection/components/select/test/legacy/basic/select.e2e.js +1 -1
  709. package/dist/collection/components/select/test/legacy/compare-with/select.e2e.js +1 -1
  710. package/dist/collection/components/select/test/legacy/custom/custom.e2e.js +1 -1
  711. package/dist/collection/components/select/test/legacy/single-value/select.e2e.js +1 -1
  712. package/dist/collection/components/select/test/legacy/spec/select.e2e.js +1 -1
  713. package/dist/collection/components/select/test/legacy/wrapping/select.e2e.js +1 -1
  714. package/dist/collection/components/select/test/popover-size/select.e2e.js +1 -1
  715. package/dist/collection/components/select/test/states/select.e2e.js +5 -5
  716. package/dist/collection/components/select/test/toggle-icon/select.e2e.js +1 -1
  717. package/dist/collection/components/select/test/wrapping/select.e2e.js +1 -1
  718. package/dist/collection/components/select-option/select-option.js +2 -2
  719. package/dist/collection/components/select-popover/select-popover.ios.css +101 -1
  720. package/dist/collection/components/select-popover/select-popover.js +4 -3
  721. package/dist/collection/components/select-popover/select-popover.md.css +99 -0
  722. package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +2 -2
  723. package/dist/collection/components/select-popover/test/fixtures.js +1 -1
  724. package/dist/collection/components/skeleton-text/skeleton-text.css +33 -0
  725. package/dist/collection/components/skeleton-text/skeleton-text.js +3 -3
  726. package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +1 -1
  727. package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +1 -1
  728. package/dist/collection/components/spinner/spinner.css +33 -0
  729. package/dist/collection/components/spinner/spinner.js +8 -6
  730. package/dist/collection/components/spinner/test/basic/spinner.e2e.js +1 -1
  731. package/dist/collection/components/spinner/test/color/spinner.e2e.js +1 -1
  732. package/dist/collection/components/spinner/test/resize/spinner.e2e.js +1 -1
  733. package/dist/collection/components/split-pane/split-pane.ios.css +99 -0
  734. package/dist/collection/components/split-pane/split-pane.js +2 -2
  735. package/dist/collection/components/split-pane/split-pane.md.css +99 -0
  736. package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +1 -1
  737. package/dist/collection/components/tab/tab.js +7 -4
  738. package/dist/collection/components/tab-bar/tab-bar.ios.css +99 -0
  739. package/dist/collection/components/tab-bar/tab-bar.js +27 -4
  740. package/dist/collection/components/tab-bar/tab-bar.md.css +99 -0
  741. package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +1 -1
  742. package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +31 -1
  743. package/dist/collection/components/tab-button/tab-button.ios.css +66 -0
  744. package/dist/collection/components/tab-button/tab-button.js +7 -5
  745. package/dist/collection/components/tab-button/tab-button.md.css +66 -0
  746. package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +2 -2
  747. package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +1 -1
  748. package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +1 -1
  749. package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +1 -1
  750. package/dist/collection/components/tabs/tabs.css +33 -0
  751. package/dist/collection/components/tabs/tabs.js +19 -10
  752. package/dist/collection/components/tabs/test/basic/tabs.e2e.js +1 -1
  753. package/dist/collection/components/tabs/test/placements/tabs.e2e.js +1 -1
  754. package/dist/collection/components/text/test/basic/text.e2e.js +1 -1
  755. package/dist/collection/components/text/text.css +33 -0
  756. package/dist/collection/components/text/text.js +4 -3
  757. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +17 -3
  758. package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +1 -1
  759. package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +7 -7
  760. package/dist/collection/components/textarea/test/card/textarea.e2e.js +2 -2
  761. package/dist/collection/components/textarea/test/clear-on-edit/textarea.e2e.js +25 -0
  762. package/dist/collection/components/textarea/test/color/textarea.e2e.js +16 -16
  763. package/dist/collection/components/textarea/test/cols/textarea.e2e.js +37 -0
  764. package/dist/collection/components/textarea/test/fill/textarea.e2e.js +11 -11
  765. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +10 -10
  766. package/dist/collection/components/textarea/test/item/textarea.e2e.js +3 -3
  767. package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +22 -22
  768. package/dist/collection/components/textarea/test/legacy/a11y/textarea.e2e.js +1 -1
  769. package/dist/collection/components/textarea/test/legacy/autogrow/textarea.e2e.js +6 -6
  770. package/dist/collection/components/textarea/test/legacy/basic/textarea.e2e.js +1 -1
  771. package/dist/collection/components/textarea/test/legacy/clear-on-edit/textarea.e2e.js +1 -1
  772. package/dist/collection/components/textarea/test/states/textarea.e2e.js +3 -3
  773. package/dist/collection/components/textarea/test/textarea-events.e2e.js +1 -1
  774. package/dist/collection/components/textarea/textarea.ios.css +149 -1
  775. package/dist/collection/components/textarea/textarea.js +23 -14
  776. package/dist/collection/components/textarea/textarea.md.css +215 -1
  777. package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +1 -1
  778. package/dist/collection/components/thumbnail/thumbnail.css +33 -0
  779. package/dist/collection/components/thumbnail/thumbnail.js +2 -2
  780. package/dist/collection/components/title/test/a11y/title.e2e.js +61 -0
  781. package/dist/collection/components/title/test/basic/title.e2e.js +16 -1
  782. package/dist/collection/components/title/title.ios.css +44 -11
  783. package/dist/collection/components/title/title.js +6 -4
  784. package/dist/collection/components/title/title.md.css +35 -2
  785. package/dist/collection/components/toast/animations/ios.enter.js +2 -3
  786. package/dist/collection/components/toast/animations/ios.leave.js +2 -3
  787. package/dist/collection/components/toast/animations/md.enter.js +2 -3
  788. package/dist/collection/components/toast/animations/utils.js +85 -0
  789. package/dist/collection/components/toast/test/a11y/toast.e2e.js +112 -7
  790. package/dist/collection/components/toast/test/basic/toast.e2e.js +1 -1
  791. package/dist/collection/components/toast/test/is-open/toast.e2e.js +1 -1
  792. package/dist/collection/components/toast/test/layout/toast.e2e.js +1 -1
  793. package/dist/collection/components/toast/test/position-anchor/toast.e2e.js +45 -0
  794. package/dist/collection/components/toast/test/standalone/toast.e2e.js +1 -1
  795. package/dist/collection/components/toast/test/trigger/toast.e2e.js +1 -1
  796. package/dist/collection/components/toast/toast.ios.css +74 -3
  797. package/dist/collection/components/toast/toast.js +155 -48
  798. package/dist/collection/components/toast/toast.md.css +74 -4
  799. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +2 -2
  800. package/dist/collection/components/toggle/test/color/toggle.e2e.js +3 -3
  801. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +1 -1
  802. package/dist/collection/components/toggle/test/item/toggle.e2e.js +48 -5
  803. package/dist/collection/components/toggle/test/label/toggle.e2e.js +37 -10
  804. package/dist/collection/components/toggle/test/legacy/basic/toggle.e2e.js +1 -1
  805. package/dist/collection/components/toggle/test/legacy/enable-on-off-labels/toggle.e2e.js +3 -3
  806. package/dist/collection/components/toggle/test/legacy/sizes/toggle.e2e.js +2 -2
  807. package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +1 -1
  808. package/dist/collection/components/toggle/test/states/toggle.e2e.js +4 -4
  809. package/dist/collection/components/toggle/toggle.ios.css +166 -1
  810. package/dist/collection/components/toggle/toggle.js +37 -11
  811. package/dist/collection/components/toggle/toggle.md.css +166 -1
  812. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +1 -1
  813. package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +1 -1
  814. package/dist/collection/components/toolbar/toolbar.ios.css +68 -8
  815. package/dist/collection/components/toolbar/toolbar.js +4 -3
  816. package/dist/collection/components/toolbar/toolbar.md.css +68 -4
  817. package/dist/collection/css/test/a11y/typography.e2e.js +32 -0
  818. package/dist/collection/global/ionic-global.js +3 -3
  819. package/dist/collection/index.js +3 -1
  820. package/dist/collection/utils/animation/animation.js +63 -4
  821. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +3 -0
  822. package/dist/collection/utils/animation/test/display/animation.e2e.js +1 -1
  823. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +1 -1
  824. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +1 -1
  825. package/dist/collection/utils/content/content.utils.spec.js +1 -1
  826. package/dist/collection/utils/content/index.js +2 -2
  827. package/dist/collection/utils/floating-point/floating-point.spec.js +1 -1
  828. package/dist/collection/utils/forms/notch-controller.js +1 -1
  829. package/dist/collection/utils/framework-delegate.js +22 -3
  830. package/dist/collection/utils/gesture/button-active.js +3 -3
  831. package/dist/collection/utils/gesture/index.js +3 -3
  832. package/dist/collection/utils/gesture/pointer-events.js +1 -1
  833. package/dist/collection/utils/gesture/swipe-back.js +10 -6
  834. package/dist/collection/utils/helpers.spec.js +1 -1
  835. package/dist/collection/utils/input-shims/hacks/hide-caret.js +2 -2
  836. package/dist/collection/utils/input-shims/hacks/input-blurring.js +1 -1
  837. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +92 -10
  838. package/dist/collection/utils/input-shims/hacks/scroll-data.js +3 -4
  839. package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +1 -1
  840. package/dist/collection/utils/input-shims/input-shims.js +6 -6
  841. package/dist/collection/utils/keyboard/keyboard-controller.js +1 -1
  842. package/dist/collection/utils/keyboard/keyboard.js +1 -1
  843. package/dist/collection/utils/lock-controller.js +36 -0
  844. package/dist/collection/utils/menu-controller/animations/base.js +1 -1
  845. package/dist/collection/utils/menu-controller/animations/overlay.js +3 -3
  846. package/dist/collection/utils/menu-controller/animations/push.js +3 -3
  847. package/dist/collection/utils/menu-controller/animations/reveal.js +3 -3
  848. package/dist/collection/utils/menu-controller/index.js +31 -24
  849. package/dist/collection/utils/native/haptic.js +2 -1
  850. package/dist/collection/utils/native/keyboard.js +2 -2
  851. package/dist/collection/utils/native/status-bar.js +1 -1
  852. package/dist/collection/utils/overlays.js +36 -15
  853. package/dist/collection/utils/platform.js +1 -1
  854. package/dist/collection/utils/rtl/dir.spec.js +1 -1
  855. package/dist/collection/utils/status-tap.js +3 -3
  856. package/dist/collection/utils/tap-click/index.js +1 -1
  857. package/dist/collection/utils/tap-click/test/tap-click.e2e.js +1 -1
  858. package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +1 -1
  859. package/dist/collection/utils/test/overlays/overlays.e2e.js +1 -1
  860. package/dist/collection/utils/test/playwright/drag-element.js +67 -8
  861. package/dist/collection/utils/test/playwright/matchers/index.js +3 -3
  862. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventDetail.js +2 -2
  863. package/dist/collection/utils/test/playwright/page/utils/goto.js +3 -0
  864. package/dist/collection/utils/test/playwright/page/utils/index.js +0 -1
  865. package/dist/collection/utils/test/playwright/page/utils/locator.js +1 -1
  866. package/dist/collection/utils/test/playwright/page/utils/set-content.js +3 -0
  867. package/dist/collection/utils/test/playwright/page/utils/spy-on-event.js +1 -1
  868. package/dist/collection/utils/test/playwright/playwright-page.js +4 -5
  869. package/dist/collection/utils/test/playwright/viewports/index.js +4 -0
  870. package/dist/collection/utils/transition/index.js +3 -3
  871. package/dist/collection/utils/transition/ios.transition.js +7 -6
  872. package/dist/collection/utils/transition/md.transition.js +2 -2
  873. package/dist/docs.d.ts +361 -88
  874. package/dist/docs.json +7240 -118
  875. package/dist/esm/{animation-258fd22b.js → animation-92066c62.js} +62 -3
  876. package/dist/esm/{app-globals-70454efb.js → app-globals-ec816a70.js} +1 -1
  877. package/dist/esm/{button-active-aef107f0.js → button-active-d926d4f4.js} +3 -3
  878. package/dist/esm/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
  879. package/dist/esm/{data-605c040f.js → data-44d9e816.js} +144 -32
  880. package/dist/esm/{form-controller-6cd7ebd1.js → form-controller-ed77647a.js} +1 -1
  881. package/dist/esm/{framework-delegate-6a45ed30.js → framework-delegate-aa433dea.js} +22 -3
  882. package/dist/esm/{haptic-d85b8584.js → haptic-1243b917.js} +2 -1
  883. package/dist/esm/{index-7373924f.js → index-746a238e.js} +2 -2
  884. package/dist/esm/{index-afea2bcf.js → index-7d2b2808.js} +4 -4
  885. package/dist/esm/{index-36a5fd75.js → index-b49b173c.js} +283 -96
  886. package/dist/esm/{index-393bc14a.js → index-c132c5f1.js} +1 -1
  887. package/dist/esm/{index-6e89f340.js → index-df55802d.js} +30 -23
  888. package/dist/esm/{index-2d0c7c77.js → index-f0cc4e14.js} +2 -2
  889. package/dist/esm/{index-422b6e83.js → index-ff313b19.js} +2 -2
  890. package/dist/esm/index.js +18 -17
  891. package/dist/esm/{input-shims-5b912f6d.js → input-shims-d78a3c77.js} +93 -13
  892. package/dist/esm/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +3 -3
  893. package/dist/esm/ion-accordion_2.entry.js +5 -5
  894. package/dist/esm/ion-action-sheet.entry.js +26 -34
  895. package/dist/esm/ion-alert.entry.js +35 -35
  896. package/dist/esm/ion-app_8.entry.js +84 -44
  897. package/dist/esm/ion-avatar_3.entry.js +5 -5
  898. package/dist/esm/ion-back-button.entry.js +7 -7
  899. package/dist/esm/ion-backdrop.entry.js +3 -3
  900. package/dist/esm/ion-breadcrumb_2.entry.js +7 -7
  901. package/dist/esm/ion-button_2.entry.js +54 -25
  902. package/dist/esm/ion-card_5.entry.js +12 -12
  903. package/dist/esm/ion-checkbox.entry.js +20 -13
  904. package/dist/esm/ion-chip.entry.js +10 -5
  905. package/dist/esm/ion-col_3.entry.js +2 -2
  906. package/dist/esm/ion-datetime-button.entry.js +14 -11
  907. package/dist/esm/ion-datetime_3.entry.js +159 -128
  908. package/dist/esm/ion-fab_3.entry.js +7 -7
  909. package/dist/esm/ion-img.entry.js +3 -3
  910. package/dist/esm/ion-infinite-scroll_2.entry.js +6 -6
  911. package/dist/esm/ion-input.entry.js +13 -13
  912. package/dist/esm/ion-item-option_3.entry.js +12 -12
  913. package/dist/esm/ion-item_8.entry.js +49 -22
  914. package/dist/esm/ion-loading.entry.js +21 -29
  915. package/dist/esm/ion-menu_3.entry.js +82 -48
  916. package/dist/esm/ion-modal.entry.js +59 -58
  917. package/dist/esm/ion-nav_2.entry.js +9 -8
  918. package/dist/esm/ion-picker-column-internal.entry.js +7 -7
  919. package/dist/esm/ion-picker-internal.entry.js +2 -2
  920. package/dist/esm/ion-popover.entry.js +26 -40
  921. package/dist/esm/ion-progress-bar.entry.js +4 -4
  922. package/dist/esm/ion-radio_2.entry.js +16 -11
  923. package/dist/esm/ion-range.entry.js +42 -14
  924. package/dist/esm/ion-refresher_2.entry.js +16 -16
  925. package/dist/esm/ion-reorder_2.entry.js +12 -12
  926. package/dist/esm/ion-ripple-effect.entry.js +2 -2
  927. package/dist/esm/ion-route_4.entry.js +7 -4
  928. package/dist/esm/ion-searchbar.entry.js +15 -9
  929. package/dist/esm/ion-segment_2.entry.js +40 -29
  930. package/dist/esm/ion-select_3.entry.js +48 -34
  931. package/dist/esm/ion-spinner.entry.js +4 -4
  932. package/dist/esm/ion-split-pane.entry.js +2 -2
  933. package/dist/esm/ion-tab-bar_2.entry.js +12 -8
  934. package/dist/esm/ion-tab_2.entry.js +3 -3
  935. package/dist/esm/ion-text.entry.js +3 -3
  936. package/dist/esm/ion-textarea.entry.js +12 -12
  937. package/dist/esm/ion-toast.entry.js +177 -40
  938. package/dist/esm/ion-toggle.entry.js +20 -15
  939. package/dist/esm/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
  940. package/dist/esm/ionic.js +6 -9
  941. package/dist/esm/{ios.transition-6a838b0c.js → ios.transition-a86d7bbe.js} +10 -9
  942. package/dist/esm/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
  943. package/dist/esm/{keyboard-a818f780.js → keyboard-b551279d.js} +3 -3
  944. package/dist/esm/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +2 -2
  945. package/dist/esm/loader.js +6 -15
  946. package/dist/esm/lock-controller-e8c6c051.js +38 -0
  947. package/dist/esm/{md.transition-b7d7b475.js → md.transition-365ef6b6.js} +5 -5
  948. package/dist/esm/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +3 -3
  949. package/dist/esm/{overlays-4801a327.js → overlays-cec6bac8.js} +36 -15
  950. package/dist/esm/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +4 -4
  951. package/dist/esm/{swipe-back-1bb66ed2.js → swipe-back-cd4295f3.js} +11 -7
  952. package/dist/esm-es5/animation-92066c62.js +4 -0
  953. package/dist/esm-es5/app-globals-ec816a70.js +4 -0
  954. package/dist/esm-es5/{button-active-aef107f0.js → button-active-d926d4f4.js} +1 -1
  955. package/dist/esm-es5/{capacitor-6d1861b7.js → capacitor-b4979570.js} +1 -1
  956. package/dist/esm-es5/data-44d9e816.js +4 -0
  957. package/dist/esm-es5/form-controller-ed77647a.js +4 -0
  958. package/dist/esm-es5/framework-delegate-aa433dea.js +4 -0
  959. package/dist/esm-es5/{haptic-d85b8584.js → haptic-1243b917.js} +1 -1
  960. package/dist/esm-es5/{index-7373924f.js → index-746a238e.js} +1 -1
  961. package/dist/esm-es5/{index-afea2bcf.js → index-7d2b2808.js} +1 -1
  962. package/dist/esm-es5/index-b49b173c.js +5 -0
  963. package/dist/esm-es5/index-df55802d.js +4 -0
  964. package/dist/esm-es5/{index-2d0c7c77.js → index-f0cc4e14.js} +1 -1
  965. package/dist/esm-es5/{index-422b6e83.js → index-ff313b19.js} +1 -1
  966. package/dist/esm-es5/index.js +1 -1
  967. package/dist/esm-es5/input-shims-d78a3c77.js +4 -0
  968. package/dist/esm-es5/{input.utils-4c00ca72.js → input.utils-ec063df4.js} +1 -1
  969. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  970. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  971. package/dist/esm-es5/ion-alert.entry.js +1 -1
  972. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  973. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  974. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  975. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  976. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  977. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  978. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  979. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  980. package/dist/esm-es5/ion-chip.entry.js +1 -1
  981. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  982. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  983. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  984. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  985. package/dist/esm-es5/ion-img.entry.js +1 -1
  986. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  987. package/dist/esm-es5/ion-input.entry.js +1 -1
  988. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  989. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  990. package/dist/esm-es5/ion-loading.entry.js +1 -1
  991. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  992. package/dist/esm-es5/ion-modal.entry.js +1 -1
  993. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  994. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  995. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  996. package/dist/esm-es5/ion-popover.entry.js +1 -1
  997. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  998. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  999. package/dist/esm-es5/ion-range.entry.js +1 -1
  1000. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  1001. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  1002. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  1003. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  1004. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  1005. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  1006. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  1007. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  1008. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  1009. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  1010. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  1011. package/dist/esm-es5/ion-text.entry.js +1 -1
  1012. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  1013. package/dist/esm-es5/ion-toast.entry.js +1 -1
  1014. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  1015. package/dist/esm-es5/{ionic-global-a9abd569.js → ionic-global-246ca78f.js} +1 -1
  1016. package/dist/esm-es5/ionic.js +1 -1
  1017. package/dist/esm-es5/ios.transition-a86d7bbe.js +4 -0
  1018. package/dist/esm-es5/{keyboard-cdb83866.js → keyboard-b063f012.js} +1 -1
  1019. package/dist/esm-es5/{keyboard-a818f780.js → keyboard-b551279d.js} +1 -1
  1020. package/dist/esm-es5/{keyboard-controller-4149afc6.js → keyboard-controller-0c2dce71.js} +1 -1
  1021. package/dist/esm-es5/loader.js +1 -1
  1022. package/dist/esm-es5/lock-controller-e8c6c051.js +4 -0
  1023. package/dist/esm-es5/md.transition-365ef6b6.js +4 -0
  1024. package/dist/esm-es5/{notch-controller-cfcb8c01.js → notch-controller-8c9c0e54.js} +1 -1
  1025. package/dist/esm-es5/overlays-cec6bac8.js +4 -0
  1026. package/dist/esm-es5/{status-tap-211f1ad8.js → status-tap-9aeeaca5.js} +1 -1
  1027. package/dist/esm-es5/swipe-back-cd4295f3.js +4 -0
  1028. package/dist/html.html-data.json +150 -92
  1029. package/dist/ionic/index.esm.js +1 -1
  1030. package/dist/ionic/ionic.esm.js +1 -1
  1031. package/dist/ionic/ionic.js +2 -6
  1032. package/dist/ionic/p-012952cd.system.entry.js +4 -0
  1033. package/dist/ionic/p-015187e5.system.js +4 -0
  1034. package/dist/ionic/p-06ac429a.js +5 -0
  1035. package/dist/ionic/p-0ac3fb2c.entry.js +4 -0
  1036. package/dist/ionic/{p-30ae30f8.entry.js → p-0b00b937.entry.js} +1 -1
  1037. package/dist/ionic/{p-7cc4d08a.system.entry.js → p-0b7c25ee.system.entry.js} +1 -1
  1038. package/dist/ionic/p-0bbede6a.system.entry.js +4 -0
  1039. package/dist/ionic/{p-f6f393ee.system.entry.js → p-0f1f59da.system.entry.js} +1 -1
  1040. package/dist/ionic/{p-9a7f5ed5.entry.js → p-108f9d49.entry.js} +1 -1
  1041. package/dist/ionic/p-1289b3b5.system.entry.js +4 -0
  1042. package/dist/ionic/{p-fa98c2a6.system.js → p-128a98e8.system.js} +1 -1
  1043. package/dist/ionic/{p-dcf7bf1d.entry.js → p-15decbec.entry.js} +1 -1
  1044. package/dist/ionic/p-16e44585.js +4 -0
  1045. package/dist/ionic/p-17240d90.js +4 -0
  1046. package/dist/ionic/{p-609ac308.js → p-181b7c2a.js} +1 -1
  1047. package/dist/ionic/p-19fba51c.entry.js +4 -0
  1048. package/dist/ionic/p-1a463b1e.system.entry.js +4 -0
  1049. package/dist/ionic/{p-ee5049fd.entry.js → p-1ecba429.entry.js} +1 -1
  1050. package/dist/ionic/p-1edb53a1.entry.js +4 -0
  1051. package/dist/ionic/p-1f260a7b.entry.js +4 -0
  1052. package/dist/ionic/{p-5d6123f1.entry.js → p-1f81b5be.entry.js} +1 -1
  1053. package/dist/ionic/{p-8a95273c.js → p-276afddd.js} +1 -1
  1054. package/dist/ionic/p-28ea45b9.js +4 -0
  1055. package/dist/ionic/p-29073efe.system.entry.js +4 -0
  1056. package/dist/ionic/p-2bbf3ac4.system.entry.js +4 -0
  1057. package/dist/ionic/p-303bf1e8.system.entry.js +4 -0
  1058. package/dist/ionic/p-31119a15.entry.js +4 -0
  1059. package/dist/ionic/p-32083c2d.js +4 -0
  1060. package/dist/ionic/{p-088a58a8.system.entry.js → p-33a8349a.system.entry.js} +1 -1
  1061. package/dist/ionic/p-34259245.system.entry.js +4 -0
  1062. package/dist/ionic/p-35b26732.entry.js +4 -0
  1063. package/dist/ionic/p-35e399bd.entry.js +4 -0
  1064. package/dist/ionic/{p-f3116c14.system.js → p-3632220b.system.js} +1 -1
  1065. package/dist/ionic/p-38089641.entry.js +4 -0
  1066. package/dist/ionic/p-3818f63f.entry.js +4 -0
  1067. package/dist/ionic/p-38c5fe2b.system.entry.js +4 -0
  1068. package/dist/ionic/{p-9edd7119.system.entry.js → p-3a58e3a4.system.entry.js} +1 -1
  1069. package/dist/ionic/p-3bad5c1a.js +4 -0
  1070. package/dist/ionic/{p-aa7b8135.system.js → p-3d726a67.system.js} +1 -1
  1071. package/dist/ionic/{p-e8b9a6b2.system.entry.js → p-3f3da911.system.entry.js} +1 -1
  1072. package/dist/ionic/{p-59a47aff.system.js → p-41477ad9.system.js} +1 -1
  1073. package/dist/ionic/{p-d7fd994b.js → p-419eb426.js} +1 -1
  1074. package/dist/ionic/p-4215652f.system.entry.js +4 -0
  1075. package/dist/ionic/p-446230d7.js +4 -0
  1076. package/dist/ionic/p-4e50b8d1.entry.js +4 -0
  1077. package/dist/ionic/{p-138fcf0f.entry.js → p-4e6e43c1.entry.js} +1 -1
  1078. package/dist/ionic/p-4f97c112.entry.js +4 -0
  1079. package/dist/ionic/p-53b2a46f.js +4 -0
  1080. package/dist/ionic/p-54200074.entry.js +4 -0
  1081. package/dist/ionic/{p-465e0121.system.entry.js → p-54f6cd27.system.entry.js} +1 -1
  1082. package/dist/ionic/p-572cce26.system.entry.js +4 -0
  1083. package/dist/ionic/p-5b976d70.entry.js +4 -0
  1084. package/dist/ionic/p-5c3e72a8.system.js +4 -0
  1085. package/dist/ionic/{p-9cfa25d2.system.entry.js → p-6129af0a.system.entry.js} +1 -1
  1086. package/dist/ionic/{p-084b2140.system.js → p-613d4042.system.js} +1 -1
  1087. package/dist/ionic/p-629aa3fd.system.js +5 -0
  1088. package/dist/ionic/p-62e7d4fa.js +4 -0
  1089. package/dist/ionic/{p-4c9a0825.system.js → p-64475ab5.system.js} +2 -2
  1090. package/dist/ionic/p-673846f6.entry.js +4 -0
  1091. package/dist/ionic/p-6ce0a709.system.entry.js +4 -0
  1092. package/dist/ionic/{p-477f7813.entry.js → p-6ea2e653.entry.js} +1 -1
  1093. package/dist/ionic/p-6f6646bf.system.entry.js +4 -0
  1094. package/dist/ionic/{p-94d4b708.system.entry.js → p-6f8a95a3.system.entry.js} +1 -1
  1095. package/dist/ionic/{p-c1f5d275.js → p-76378400.js} +1 -1
  1096. package/dist/ionic/p-772f6c84.system.js +4 -0
  1097. package/dist/ionic/p-78030c1f.system.entry.js +4 -0
  1098. package/dist/ionic/p-8083aadb.entry.js +4 -0
  1099. package/dist/ionic/{p-a780a377.entry.js → p-818b2e75.entry.js} +1 -1
  1100. package/dist/ionic/p-81c818e7.js +4 -0
  1101. package/dist/ionic/p-81ef7437.system.entry.js +4 -0
  1102. package/dist/ionic/{p-b46c09ac.system.entry.js → p-8a2801f1.system.entry.js} +1 -1
  1103. package/dist/ionic/{p-46956a85.js → p-8b1be026.js} +1 -1
  1104. package/dist/ionic/p-8c1805f4.system.entry.js +4 -0
  1105. package/dist/ionic/{p-0c92638a.js → p-8cf94fc1.js} +1 -1
  1106. package/dist/ionic/p-8d6728a1.system.entry.js +4 -0
  1107. package/dist/ionic/p-8e24ebbc.js +4 -0
  1108. package/dist/ionic/p-8f01a9a2.system.js +4 -0
  1109. package/dist/ionic/{p-f9f3ef7c.system.js → p-939e0fa1.system.js} +1 -1
  1110. package/dist/ionic/p-95817276.system.entry.js +4 -0
  1111. package/dist/ionic/{p-0dd11651.entry.js → p-96ba8eac.entry.js} +1 -1
  1112. package/dist/ionic/{p-86e57430.system.js → p-9ab6f3e6.system.js} +1 -1
  1113. package/dist/ionic/p-9b9dcc3e.system.entry.js +4 -0
  1114. package/dist/ionic/p-9dc85536.system.entry.js +4 -0
  1115. package/dist/ionic/p-9f2e0db9.js +4 -0
  1116. package/dist/ionic/p-a04bfada.entry.js +4 -0
  1117. package/dist/ionic/p-a164e3ab.system.entry.js +4 -0
  1118. package/dist/ionic/p-a200a7fc.entry.js +4 -0
  1119. package/dist/ionic/p-a34fc12e.system.entry.js +4 -0
  1120. package/dist/ionic/p-a7f8dc42.entry.js +4 -0
  1121. package/dist/ionic/p-a9c32660.entry.js +4 -0
  1122. package/dist/ionic/{p-0b761768.system.js → p-aa377971.system.js} +1 -1
  1123. package/dist/ionic/{p-2d55f2bd.system.js → p-ab4cff27.system.js} +1 -1
  1124. package/dist/ionic/p-ad48dd13.system.js +4 -0
  1125. package/dist/ionic/{p-66bd7d60.entry.js → p-afb6658f.entry.js} +1 -1
  1126. package/dist/ionic/p-b132c2c0.system.js +4 -0
  1127. package/dist/ionic/p-b24aa895.js +4 -0
  1128. package/dist/ionic/p-b287ab05.js +4 -0
  1129. package/dist/ionic/{p-c75da7cf.system.js → p-b3c68723.system.js} +1 -1
  1130. package/dist/ionic/{p-e3f387af.system.js → p-b4b4bb29.system.js} +1 -1
  1131. package/dist/ionic/p-b61a2fa0.system.entry.js +4 -0
  1132. package/dist/ionic/p-b753ec0d.system.entry.js +4 -0
  1133. package/dist/ionic/p-b8c3f071.system.js +4 -0
  1134. package/dist/ionic/p-b9047b05.system.js +4 -0
  1135. package/dist/ionic/p-b912e055.system.js +4 -0
  1136. package/dist/ionic/{p-28342e96.js → p-b923f3d7.js} +1 -1
  1137. package/dist/ionic/{p-c3325038.system.js → p-bba2ce59.system.js} +1 -1
  1138. package/dist/ionic/{p-46cac66d.system.entry.js → p-beb864e4.system.entry.js} +1 -1
  1139. package/dist/ionic/p-c05315f5.system.entry.js +4 -0
  1140. package/dist/ionic/p-c105bd36.entry.js +4 -0
  1141. package/dist/ionic/p-c42c86c0.system.entry.js +4 -0
  1142. package/dist/ionic/{p-505d3b57.system.js → p-c49672d8.system.js} +1 -1
  1143. package/dist/ionic/{p-ed70dec7.entry.js → p-c4a5de01.entry.js} +1 -1
  1144. package/dist/ionic/{p-f7515628.entry.js → p-c679fcb5.entry.js} +1 -1
  1145. package/dist/ionic/p-c8c9d699.system.entry.js +4 -0
  1146. package/dist/ionic/p-c92f0a6d.system.entry.js +4 -0
  1147. package/dist/ionic/p-c956e82c.system.entry.js +4 -0
  1148. package/dist/ionic/{p-40ed5852.system.js → p-c994fff0.system.js} +1 -1
  1149. package/dist/ionic/p-ca5cf574.js +4 -0
  1150. package/dist/ionic/p-cabd2c6d.entry.js +4 -0
  1151. package/dist/ionic/p-cc196b34.js +4 -0
  1152. package/dist/ionic/{p-0fba861a.system.js → p-ccdcb022.system.js} +1 -1
  1153. package/dist/ionic/p-cd2d17c3.system.entry.js +4 -0
  1154. package/dist/ionic/{p-8a9d2a85.system.entry.js → p-ce7d67a7.system.entry.js} +1 -1
  1155. package/dist/ionic/p-ced41304.system.js +4 -0
  1156. package/dist/ionic/{p-fc2c5521.system.entry.js → p-cf0c93e3.system.entry.js} +1 -1
  1157. package/dist/ionic/p-cf62e1c8.js +4 -0
  1158. package/dist/ionic/{p-9912d985.js → p-d1de1188.js} +1 -1
  1159. package/dist/ionic/p-d35217be.entry.js +4 -0
  1160. package/dist/ionic/p-d6e53e66.entry.js +4 -0
  1161. package/dist/ionic/{p-c056132d.entry.js → p-db1a1e00.entry.js} +1 -1
  1162. package/dist/ionic/{p-13cb1942.system.entry.js → p-e0f52215.system.entry.js} +1 -1
  1163. package/dist/ionic/p-e1d5752d.system.entry.js +4 -0
  1164. package/dist/ionic/p-e2bb634f.js +4 -0
  1165. package/dist/ionic/{p-c7d59299.js → p-e38a5f77.js} +1 -1
  1166. package/dist/ionic/p-e42aaa8b.entry.js +4 -0
  1167. package/dist/ionic/p-e65ebe96.entry.js +4 -0
  1168. package/dist/ionic/p-e74faf2a.entry.js +4 -0
  1169. package/dist/ionic/{p-dd54d07b.system.entry.js → p-eab10949.system.entry.js} +1 -1
  1170. package/dist/ionic/p-eac263dd.entry.js +4 -0
  1171. package/dist/ionic/p-f34f001c.entry.js +4 -0
  1172. package/dist/ionic/p-f4309ac7.entry.js +4 -0
  1173. package/dist/ionic/p-f5bf698b.entry.js +4 -0
  1174. package/dist/ionic/p-f7566bad.entry.js +4 -0
  1175. package/dist/ionic/p-f919c026.entry.js +4 -0
  1176. package/dist/ionic/p-f9fa802c.system.entry.js +4 -0
  1177. package/dist/ionic/{p-c3da26fd.system.js → p-fa8d4788.system.js} +1 -1
  1178. package/dist/ionic/{p-1699be8e.entry.js → p-fcf47f80.entry.js} +1 -1
  1179. package/dist/ionic/{p-3ca87455.system.js → p-ff5a10f9.system.js} +1 -1
  1180. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +49 -6
  1181. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +3 -0
  1182. package/dist/types/components/action-sheet/action-sheet.d.ts +1 -1
  1183. package/dist/types/components/alert/alert-interface.d.ts +3 -0
  1184. package/dist/types/components/alert/alert.d.ts +1 -1
  1185. package/dist/types/components/button/button.d.ts +9 -0
  1186. package/dist/types/components/checkbox/checkbox.d.ts +9 -1
  1187. package/dist/types/components/content/content.d.ts +2 -1
  1188. package/dist/types/components/datetime/datetime-interface.d.ts +1 -0
  1189. package/dist/types/components/datetime/datetime.d.ts +25 -12
  1190. package/dist/types/components/datetime/utils/data.d.ts +4 -4
  1191. package/dist/types/components/datetime/utils/format.d.ts +3 -3
  1192. package/dist/types/components/datetime/utils/helpers.d.ts +15 -1
  1193. package/dist/types/components/datetime/utils/parse.d.ts +5 -5
  1194. package/dist/types/components/item/item.d.ts +2 -0
  1195. package/dist/types/components/item-sliding/test/test.utils.d.ts +5 -0
  1196. package/dist/types/components/loading/loading.d.ts +1 -1
  1197. package/dist/types/components/menu/menu-interface.d.ts +0 -1
  1198. package/dist/types/components/menu/menu.d.ts +10 -1
  1199. package/dist/types/components/modal/modal.d.ts +1 -1
  1200. package/dist/types/components/picker/picker-interface.d.ts +3 -0
  1201. package/dist/types/components/picker/picker.d.ts +1 -1
  1202. package/dist/types/components/popover/popover.d.ts +1 -1
  1203. package/dist/types/components/radio/radio.d.ts +8 -1
  1204. package/dist/types/components/range/range.d.ts +10 -1
  1205. package/dist/types/components/router-outlet/{route-outlet.d.ts → router-outlet.d.ts} +1 -2
  1206. package/dist/types/components/segment/segment.d.ts +1 -0
  1207. package/dist/types/components/tab-bar/tab-bar.d.ts +8 -0
  1208. package/dist/types/components/toast/animations/ios.enter.d.ts +2 -1
  1209. package/dist/types/components/toast/animations/ios.leave.d.ts +2 -2
  1210. package/dist/types/components/toast/animations/md.enter.d.ts +2 -1
  1211. package/dist/types/components/toast/animations/utils.d.ts +18 -0
  1212. package/dist/types/components/toast/toast-interface.d.ts +17 -0
  1213. package/dist/types/components/toast/toast.d.ts +23 -2
  1214. package/dist/types/components/toggle/toggle.d.ts +8 -1
  1215. package/dist/types/components.d.ts +58 -24
  1216. package/dist/types/index.d.ts +2 -0
  1217. package/dist/types/interface.d.ts +1 -0
  1218. package/dist/types/stencil-public-runtime.d.ts +17 -5
  1219. package/dist/types/utils/browser/index.d.ts +16 -1
  1220. package/dist/types/utils/input-shims/hacks/scroll-data.d.ts +1 -1
  1221. package/dist/types/utils/lock-controller.d.ts +10 -0
  1222. package/dist/types/utils/menu-controller/index.d.ts +1 -2
  1223. package/dist/types/utils/overlays.d.ts +5 -2
  1224. package/dist/types/utils/test/playwright/drag-element.d.ts +8 -1
  1225. package/dist/types/utils/test/playwright/page/utils/index.d.ts +0 -1
  1226. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +0 -5
  1227. package/dist/types/utils/test/playwright/viewports/index.d.ts +4 -0
  1228. package/hydrate/index.d.ts +6 -6
  1229. package/hydrate/index.js +1320 -691
  1230. package/hydrate/package.json +1 -1
  1231. package/loader/index.d.ts +1 -1
  1232. package/package.json +12 -12
  1233. package/dist/collection/components/router-outlet/route-outlet.css +0 -10
  1234. package/dist/collection/utils/test/playwright/page/utils/get-snapshot-settings.js +0 -32
  1235. package/dist/esm/polyfills/css-shim.js +0 -1
  1236. package/dist/esm-es5/animation-258fd22b.js +0 -4
  1237. package/dist/esm-es5/app-globals-70454efb.js +0 -4
  1238. package/dist/esm-es5/data-605c040f.js +0 -4
  1239. package/dist/esm-es5/form-controller-6cd7ebd1.js +0 -4
  1240. package/dist/esm-es5/framework-delegate-6a45ed30.js +0 -4
  1241. package/dist/esm-es5/index-36a5fd75.js +0 -5
  1242. package/dist/esm-es5/index-6e89f340.js +0 -4
  1243. package/dist/esm-es5/input-shims-5b912f6d.js +0 -4
  1244. package/dist/esm-es5/ios.transition-6a838b0c.js +0 -4
  1245. package/dist/esm-es5/md.transition-b7d7b475.js +0 -4
  1246. package/dist/esm-es5/overlays-4801a327.js +0 -4
  1247. package/dist/esm-es5/swipe-back-1bb66ed2.js +0 -4
  1248. package/dist/ionic/p-004db8b3.entry.js +0 -4
  1249. package/dist/ionic/p-026e6f00.system.entry.js +0 -4
  1250. package/dist/ionic/p-05111967.entry.js +0 -4
  1251. package/dist/ionic/p-0e51ceb7.system.entry.js +0 -4
  1252. package/dist/ionic/p-163145e8.system.entry.js +0 -4
  1253. package/dist/ionic/p-164b025e.system.js +0 -4
  1254. package/dist/ionic/p-1ce8e1ca.system.entry.js +0 -4
  1255. package/dist/ionic/p-1f05aa2b.system.entry.js +0 -4
  1256. package/dist/ionic/p-21e3627d.entry.js +0 -4
  1257. package/dist/ionic/p-2e5dc115.entry.js +0 -4
  1258. package/dist/ionic/p-322237d0.entry.js +0 -4
  1259. package/dist/ionic/p-335e3cfe.js +0 -4
  1260. package/dist/ionic/p-34f66fef.entry.js +0 -4
  1261. package/dist/ionic/p-355aae8e.system.entry.js +0 -4
  1262. package/dist/ionic/p-37184fe8.js +0 -4
  1263. package/dist/ionic/p-39a30df1.entry.js +0 -4
  1264. package/dist/ionic/p-3bf5cd2e.system.entry.js +0 -4
  1265. package/dist/ionic/p-3f9dbcfc.system.entry.js +0 -4
  1266. package/dist/ionic/p-40f778e6.js +0 -4
  1267. package/dist/ionic/p-4108c24e.entry.js +0 -4
  1268. package/dist/ionic/p-43060640.system.entry.js +0 -4
  1269. package/dist/ionic/p-451cbc39.js +0 -4
  1270. package/dist/ionic/p-49ead5cb.system.js +0 -4
  1271. package/dist/ionic/p-4ab679fd.system.js +0 -4
  1272. package/dist/ionic/p-4f7973ad.entry.js +0 -4
  1273. package/dist/ionic/p-52540082.js +0 -4
  1274. package/dist/ionic/p-54ada505.entry.js +0 -4
  1275. package/dist/ionic/p-54d3d2b6.entry.js +0 -4
  1276. package/dist/ionic/p-565d288e.system.js +0 -4
  1277. package/dist/ionic/p-5a3ee051.system.js +0 -4
  1278. package/dist/ionic/p-5db06d92.system.entry.js +0 -4
  1279. package/dist/ionic/p-5dc1aee9.entry.js +0 -4
  1280. package/dist/ionic/p-5de3c520.js +0 -4
  1281. package/dist/ionic/p-627e74b4.js +0 -4
  1282. package/dist/ionic/p-69a66969.js +0 -4
  1283. package/dist/ionic/p-6a0edd6d.system.js +0 -5
  1284. package/dist/ionic/p-6eeeee8b.system.entry.js +0 -4
  1285. package/dist/ionic/p-6f59ad61.entry.js +0 -4
  1286. package/dist/ionic/p-72969d37.entry.js +0 -4
  1287. package/dist/ionic/p-74a23266.system.entry.js +0 -4
  1288. package/dist/ionic/p-7c63a67f.system.entry.js +0 -4
  1289. package/dist/ionic/p-8711de04.entry.js +0 -4
  1290. package/dist/ionic/p-871802fe.entry.js +0 -4
  1291. package/dist/ionic/p-897e142d.entry.js +0 -4
  1292. package/dist/ionic/p-8da248f0.system.entry.js +0 -4
  1293. package/dist/ionic/p-90bfa7eb.system.entry.js +0 -4
  1294. package/dist/ionic/p-9131f2ce.system.entry.js +0 -4
  1295. package/dist/ionic/p-921d49a0.entry.js +0 -4
  1296. package/dist/ionic/p-94bb8e22.entry.js +0 -4
  1297. package/dist/ionic/p-954ce757.system.entry.js +0 -4
  1298. package/dist/ionic/p-99eac672.system.js +0 -4
  1299. package/dist/ionic/p-9c935c1f.system.entry.js +0 -4
  1300. package/dist/ionic/p-9dcf76ff.system.entry.js +0 -4
  1301. package/dist/ionic/p-9ee9d00e.js +0 -4
  1302. package/dist/ionic/p-a18e77cb.system.entry.js +0 -4
  1303. package/dist/ionic/p-a2e57f27.entry.js +0 -4
  1304. package/dist/ionic/p-a4ef5b36.js +0 -4
  1305. package/dist/ionic/p-a5808f22.entry.js +0 -4
  1306. package/dist/ionic/p-a7016aef.entry.js +0 -4
  1307. package/dist/ionic/p-ab692eeb.entry.js +0 -4
  1308. package/dist/ionic/p-acd4af3a.entry.js +0 -4
  1309. package/dist/ionic/p-b04873a4.system.js +0 -4
  1310. package/dist/ionic/p-b096113b.js +0 -4
  1311. package/dist/ionic/p-b159246b.entry.js +0 -4
  1312. package/dist/ionic/p-b6098fdf.entry.js +0 -4
  1313. package/dist/ionic/p-b6519389.system.entry.js +0 -4
  1314. package/dist/ionic/p-b94d3454.entry.js +0 -4
  1315. package/dist/ionic/p-c05662ba.system.entry.js +0 -4
  1316. package/dist/ionic/p-c60bc054.system.entry.js +0 -4
  1317. package/dist/ionic/p-c9b94b63.system.entry.js +0 -4
  1318. package/dist/ionic/p-cd582fdb.system.entry.js +0 -4
  1319. package/dist/ionic/p-cd83e6cc.system.entry.js +0 -4
  1320. package/dist/ionic/p-d0dedc45.entry.js +0 -4
  1321. package/dist/ionic/p-d267077c.system.entry.js +0 -4
  1322. package/dist/ionic/p-d34c3e77.js +0 -4
  1323. package/dist/ionic/p-d7e0a42b.system.js +0 -4
  1324. package/dist/ionic/p-d834e36b.entry.js +0 -4
  1325. package/dist/ionic/p-d9bc4210.js +0 -5
  1326. package/dist/ionic/p-e171bd9c.system.js +0 -4
  1327. package/dist/ionic/p-e4146230.system.entry.js +0 -4
  1328. package/dist/ionic/p-e614b5ba.system.entry.js +0 -4
  1329. package/dist/ionic/p-ec8a20f7.system.entry.js +0 -4
  1330. package/dist/ionic/p-ee9863ad.js +0 -4
  1331. package/dist/ionic/p-f16ea33b.entry.js +0 -4
  1332. package/dist/ionic/p-f321535c.js +0 -4
  1333. package/dist/ionic/p-f3c381f2.entry.js +0 -4
  1334. package/dist/ionic/p-f484f0e1.system.entry.js +0 -4
  1335. package/dist/ionic/p-f67dfe83.system.entry.js +0 -4
  1336. package/dist/ionic/p-f810e0d3.js +0 -4
  1337. package/dist/ionic/p-fc431180.entry.js +0 -4
  1338. package/dist/ionic/p-ffe2c670.js +0 -4
  1339. package/dist/types/utils/test/playwright/page/utils/get-snapshot-settings.d.ts +0 -8
  1340. /package/dist/cjs/{config-172736e4.js → config-d5882735.js} +0 -0
  1341. /package/dist/cjs/{cubic-bezier-0e51923d.js → cubic-bezier-6b9222ad.js} +0 -0
  1342. /package/dist/cjs/{dir-186d3a4d.js → dir-f1e0ca26.js} +0 -0
  1343. /package/dist/cjs/{focus-visible-6163be3a.js → focus-visible-a7545600.js} +0 -0
  1344. /package/dist/cjs/{gesture-controller-e2865472.js → gesture-controller-b46721be.js} +0 -0
  1345. /package/dist/cjs/{hardware-back-button-bae6e13a.js → hardware-back-button-b67c8e75.js} +0 -0
  1346. /package/dist/cjs/{helpers-77560954.js → helpers-ea4ccbcb.js} +0 -0
  1347. /package/dist/cjs/{index-f0d7c9cc.js → index-306a7476.js} +0 -0
  1348. /package/dist/cjs/{index-79605113.js → index-cc7dfb7c.js} +0 -0
  1349. /package/dist/cjs/{spinner-configs-7d30ff6f.js → spinner-configs-f7b5105b.js} +0 -0
  1350. /package/dist/cjs/{theme-e6fec71e.js → theme-fbc56b3b.js} +0 -0
  1351. /package/dist/cjs/{watch-options-4d182698.js → watch-options-f3f77e54.js} +0 -0
  1352. /package/dist/esm/{config-80c044f2.js → config-96c9ace3.js} +0 -0
  1353. /package/dist/esm/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
  1354. /package/dist/esm/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
  1355. /package/dist/esm/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
  1356. /package/dist/esm/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
  1357. /package/dist/esm/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
  1358. /package/dist/esm/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
  1359. /package/dist/esm/{index-e86f0117.js → index-595d62c9.js} +0 -0
  1360. /package/dist/esm/{index-b32cad98.js → index-7a14ecec.js} +0 -0
  1361. /package/dist/esm/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
  1362. /package/dist/esm/{theme-7670341c.js → theme-17531cdf.js} +0 -0
  1363. /package/dist/esm/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
  1364. /package/dist/esm-es5/{config-80c044f2.js → config-96c9ace3.js} +0 -0
  1365. /package/dist/esm-es5/{cubic-bezier-e78d1307.js → cubic-bezier-66542bc5.js} +0 -0
  1366. /package/dist/esm-es5/{dir-e8b767a8.js → dir-912e3e13.js} +0 -0
  1367. /package/dist/esm-es5/{focus-visible-10ad4867.js → focus-visible-85493433.js} +0 -0
  1368. /package/dist/esm-es5/{gesture-controller-17060b7c.js → gesture-controller-0fa396c4.js} +0 -0
  1369. /package/dist/esm-es5/{hardware-back-button-490df115.js → hardware-back-button-39299f84.js} +0 -0
  1370. /package/dist/esm-es5/{helpers-f586db1c.js → helpers-3379ba19.js} +0 -0
  1371. /package/dist/esm-es5/{index-e86f0117.js → index-595d62c9.js} +0 -0
  1372. /package/dist/esm-es5/{index-b32cad98.js → index-7a14ecec.js} +0 -0
  1373. /package/dist/esm-es5/{index-393bc14a.js → index-c132c5f1.js} +0 -0
  1374. /package/dist/esm-es5/{spinner-configs-40ada8cd.js → spinner-configs-d09fbbbb.js} +0 -0
  1375. /package/dist/esm-es5/{theme-7670341c.js → theme-17531cdf.js} +0 -0
  1376. /package/dist/esm-es5/{watch-options-4d421847.js → watch-options-355a920a.js} +0 -0
  1377. /package/dist/ionic/{p-3b753651.system.js → p-0e94957a.system.js} +0 -0
  1378. /package/dist/ionic/{p-6561b0e5.js → p-185e427e.js} +0 -0
  1379. /package/dist/ionic/{p-e1bc9a81.js → p-1b8e1d03.js} +0 -0
  1380. /package/dist/ionic/{p-fe01417c.js → p-1d072d3d.js} +0 -0
  1381. /package/dist/ionic/{p-5503807a.system.js → p-2b89ea1b.system.js} +0 -0
  1382. /package/dist/ionic/{p-1ef14636.system.js → p-44bc8b45.system.js} +0 -0
  1383. /package/dist/ionic/{p-97891b6b.system.js → p-479cdbf8.system.js} +0 -0
  1384. /package/dist/ionic/{p-09292468.system.js → p-56dc022e.system.js} +0 -0
  1385. /package/dist/ionic/{p-c099b4c9.js → p-5bf16a18.js} +0 -0
  1386. /package/dist/ionic/{p-38bc7b29.js → p-63eb0acd.js} +0 -0
  1387. /package/dist/ionic/{p-bb5b0f18.js → p-6dbfe5d4.js} +0 -0
  1388. /package/dist/ionic/{p-d2405689.js → p-76fce40e.js} +0 -0
  1389. /package/dist/ionic/{p-7ec7dc35.js → p-7b021525.js} +0 -0
  1390. /package/dist/ionic/{p-bb38e011.js → p-7c2bac85.js} +0 -0
  1391. /package/dist/ionic/{p-dc3c3a0a.system.js → p-8050b9b9.system.js} +0 -0
  1392. /package/dist/ionic/{p-86d4b2bf.system.js → p-815c2fba.system.js} +0 -0
  1393. /package/dist/ionic/{p-c2257c28.system.js → p-819ff3b9.system.js} +0 -0
  1394. /package/dist/ionic/{p-56929710.system.js → p-87411e39.system.js} +0 -0
  1395. /package/dist/ionic/{p-04f1268e.system.js → p-8c15eda7.system.js} +0 -0
  1396. /package/dist/ionic/{p-72dbfdd4.system.js → p-9e852ff1.system.js} +0 -0
  1397. /package/dist/ionic/{p-3c349187.js → p-b347cfd1.js} +0 -0
  1398. /package/dist/ionic/{p-896b72c9.js → p-c18d6eac.js} +0 -0
  1399. /package/dist/ionic/{p-eb54056c.system.js → p-c4f2dce7.system.js} +0 -0
  1400. /package/dist/ionic/{p-4a212c9c.system.js → p-c87827ca.system.js} +0 -0
  1401. /package/dist/ionic/{p-e1c318e0.js → p-e0b06b65.js} +0 -0
  1402. /package/dist/ionic/{p-35d01c78.js → p-ea96fa73.js} +0 -0
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{p as t}from"./p-1b8e1d03.js";import{MENU_BACK_BUTTON_PRIORITY as e}from"./p-185e427e.js";import{c as n}from"./p-63eb0acd.js";import{b as r}from"./p-76378400.js";import{c as s}from"./p-446230d7.js";const a=t=>s().duration(t?400:300),o=t=>{let e,n;const o=t.width+8,i=s(),u=s();t.isEndSide?(e=o+"px",n="0px"):(e=-o+"px",n="0px"),i.addElement(t.menuInnerEl).fromTo("transform",`translateX(${e})`,`translateX(${n})`);const c="ios"===r(t),p=c?.2:.25;return u.addElement(t.backdropEl).fromTo("opacity",.01,p),a(c).addAnimation([i,u])},i=t=>{let e,n;const o=r(t),i=t.width;t.isEndSide?(e=-i+"px",n=i+"px"):(e=i+"px",n=-i+"px");const u=s().addElement(t.menuInnerEl).fromTo("transform",`translateX(${n})`,"translateX(0px)"),c=s().addElement(t.contentEl).fromTo("transform","translateX(0px)",`translateX(${e})`),p=s().addElement(t.backdropEl).fromTo("opacity",.01,.32);return a("ios"===o).addAnimation([u,c,p])},u=t=>{const e=r(t),n=t.width*(t.isEndSide?-1:1)+"px",o=s().addElement(t.contentEl).fromTo("transform","translateX(0px)",`translateX(${n})`);return a("ios"===e).addAnimation(o)},c=(()=>{const r=new Map,s=[],a=async(e,n=!1)=>{if(await l(),"start"===e||"end"===e){const r=s.filter((t=>t.side===e&&!t.disabled));if(r.length>=1)return r.length>1&&n&&t(`menuController queried for a menu on the "${e}" side, but ${r.length} menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side.`,r.map((t=>t.el))),r[0].el;const a=s.filter((t=>t.side===e));if(a.length>=1)return a.length>1&&n&&t(`menuController queried for a menu on the "${e}" side, but ${a.length} menus were found. The first menu reference will be used. If this is not the behavior you want then pass the ID of the menu instead of its side.`,a.map((t=>t.el))),a[0].el}else if(null!=e)return d((t=>t.menuId===e));return d((t=>!t.disabled))||(s.length>0?s[0].el:void 0)},c=async()=>(await l(),m()),p=(t,e)=>{r.set(t,e)},m=()=>d((t=>t._isOpen)),f=()=>s.some((t=>t.isAnimating)),d=t=>{const e=s.find(t);if(void 0!==e)return e.el},l=()=>Promise.all(Array.from(document.querySelectorAll("ion-menu")).map((t=>new Promise((e=>n(t,e))))));return p("reveal",u),p("push",i),p("overlay",o),"undefined"!=typeof document&&document.addEventListener("ionBackButton",(t=>{const n=m();n&&t.detail.register(e,(()=>n.close()))})),{registerAnimation:p,get:a,getMenus:async()=>(await l(),s.map((t=>t.el))),getOpen:c,isEnabled:async t=>{const e=await a(t);return!!e&&!e.disabled},swipeGesture:async(t,e)=>{const n=await a(e);return n&&(n.swipeGesture=t),n},isAnimating:async()=>(await l(),f()),isOpen:async t=>{if(null!=t){const e=await a(t);return void 0!==e&&e.isOpen()}return void 0!==await c()},enable:async(t,e)=>{const n=await a(e);return n&&(n.disabled=!t),n},toggle:async t=>{const e=await a(t,!0);return!!e&&e.toggle()},close:async t=>{const e=await(void 0!==t?a(t,!0):c());return void 0!==e&&e.close()},open:async t=>{const e=await a(t,!0);return!!e&&e.open()},_getOpenSync:m,_createAnimation:(t,e)=>{const n=r.get(t);if(!n)throw new Error("animation not registered");return n(e)},_register:t=>{s.indexOf(t)<0&&s.push(t)},_unregister:t=>{const e=s.indexOf(t);e>-1&&s.splice(e,1)},_setOpen:async(t,e,n)=>{if(f())return!1;if(e){const e=await c();e&&t.el!==e&&await e.setOpen(!1,!1)}return t._setOpen(e,n)}}})();export{c as m}
@@ -1,4 +1,4 @@
1
- var __awaiter=this&&this.__awaiter||function(r,e,t,n){function o(r){return r instanceof t?r:new t((function(e){e(r)}))}return new(t||(t=Promise))((function(t,i){function a(r){try{c(n.next(r))}catch(r){i(r)}}function u(r){try{c(n["throw"](r))}catch(r){i(r)}}function c(r){r.done?t(r.value):o(r.value).then(a,u)}c((n=n.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(r){return function(e){return c([r,e])}}function c(u){if(n)throw new TypeError("Generator is already executing.");while(a&&(a=0,u[0]&&(t=0)),t)try{if(n=1,o&&(i=u[0]&2?o["return"]:u[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,u[1])).done)return i;if(o=0,i)u=[u[0]&2,i.value];switch(u[0]){case 0:case 1:i=u;break;case 4:t.label++;return{value:u[1],done:false};case 5:t.label++;o=u[1];u=[0];continue;case 7:u=t.ops.pop();t.trys.pop();continue;default:if(!(i=t.trys,i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){t.label=u[1];break}if(u[0]===6&&t.label<i[1]){t.label=i[1];i=u;break}if(i&&t.label<i[2]){t.label=i[2];t.ops.push(u);break}if(i[2])t.ops.pop();t.trys.pop();continue}u=e.call(r,t)}catch(r){u=[6,r];o=0}finally{n=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};
1
+ var __awaiter=this&&this.__awaiter||function(r,e,t,n){function o(r){return r instanceof t?r:new t((function(e){e(r)}))}return new(t||(t=Promise))((function(t,a){function i(r){try{c(n.next(r))}catch(r){a(r)}}function u(r){try{c(n["throw"](r))}catch(r){a(r)}}function c(r){r.done?t(r.value):o(r.value).then(i,u)}c((n=n.apply(r,e||[])).next())}))};var __generator=this&&this.__generator||function(r,e){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,o,a,i;return i={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function u(r){return function(e){return c([r,e])}}function c(u){if(n)throw new TypeError("Generator is already executing.");while(i&&(i=0,u[0]&&(t=0)),t)try{if(n=1,o&&(a=u[0]&2?o["return"]:u[0]?o["throw"]||((a=o["return"])&&a.call(o),0):o.next)&&!(a=a.call(o,u[1])).done)return a;if(o=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:t.label++;return{value:u[1],done:false};case 5:t.label++;o=u[1];u=[0];continue;case 7:u=t.ops.pop();t.trys.pop();continue;default:if(!(a=t.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1];a=u;break}if(a&&t.label<a[2]){t.label=a[2];t.ops.push(u);break}if(a[2])t.ops.pop();t.trys.pop();continue}u=e.call(r,t)}catch(r){u=[6,r];o=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * (C) Ionic http://ionicframework.com - MIT License
4
- */System.register(["./p-86d4b2bf.system.js","./p-97891b6b.system.js"],(function(r){"use strict";var e,t;return{setters:[function(r){e=r.c},function(r){t=r.b}],execute:function(){var n=this;var o="ION-CONTENT";var i=r("b","ion-content");var a=r("I",".ion-content-scroll-host");var u="".concat(i,", ").concat(a);var c=r("i",(function(r){return r.tagName===o}));var l=r("g",(function(r){return __awaiter(n,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(!c(r))return[3,2];return[4,new Promise((function(t){return e(r,t)}))];case 1:t.sent();return[2,r.getScrollElement()];case 2:return[2,r]}}))}))}));var s=r("a",(function(r){var e=r.querySelector(a);if(e){return e}return r.querySelector(u)}));var f=r("f",(function(r){return r.closest(u)}));var v=r("s",(function(r,e){if(c(r)){var t=r;return t.scrollToTop(e)}return Promise.resolve(r.scrollTo({top:0,left:0,behavior:e>0?"smooth":"auto"}))}));var h=r("c",(function(r,e,t,n){if(c(r)){var o=r;return o.scrollByPoint(e,t,n)}return Promise.resolve(r.scrollBy({top:t,left:e,behavior:n>0?"smooth":"auto"}))}));var p=r("p",(function(r){return t(r,i)}));var y=r("d",(function(r){if(c(r)){var e=r;var t=e.scrollY;e.scrollY=false;return t}else{r.style.setProperty("overflow","hidden");return true}}));var b=r("r",(function(r,e){if(c(r)){r.scrollY=e}else{r.style.removeProperty("overflow")}}))}}}));
4
+ */System.register(["./p-815c2fba.system.js","./p-479cdbf8.system.js"],(function(r){"use strict";var e,t;return{setters:[function(r){e=r.c},function(r){t=r.b}],execute:function(){var n=this;var o="ION-CONTENT";var a=r("b","ion-content");var i=r("I",".ion-content-scroll-host");var u="".concat(a,", ").concat(i);var c=r("i",(function(r){return r.tagName===o}));var l=r("g",(function(r){return __awaiter(n,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:if(!c(r))return[3,2];return[4,new Promise((function(t){return e(r,t)}))];case 1:t.sent();return[2,r.getScrollElement()];case 2:return[2,r]}}))}))}));var s=r("a",(function(r){var e=r.querySelector(i);if(e){return e}return r.querySelector(u)}));var f=r("f",(function(r){return r.closest(u)}));var v=r("s",(function(r,e){if(c(r)){var t=r;return t.scrollToTop(e)}return Promise.resolve(r.scrollTo({top:0,left:0,behavior:e>0?"smooth":"auto"}))}));var h=r("c",(function(r,e,t,n){if(c(r)){var o=r;return o.scrollByPoint(e,t,n)}return Promise.resolve(r.scrollBy({top:t,left:e,behavior:n>0?"smooth":"auto"}))}));var p=r("p",(function(r){return t(r,a)}));var y=r("d",(function(r){if(c(r)){var e=r;var t=e.scrollY;e.scrollY=false;return t}else{r.style.setProperty("overflow","hidden");return true}}));var b=r("r",(function(r,e){if(c(r)){r.scrollY=e}else{r.style.removeProperty("overflow")}}))}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as i,i as t,h as o,H as e,f as n,d as l}from"./p-06ac429a.js";import{k as r,r as a}from"./p-63eb0acd.js";import{p as s,a as d}from"./p-1b8e1d03.js";import{h,c as m,o as c}from"./p-1d072d3d.js";import{o as g}from"./p-ea96fa73.js";import{b,c as f}from"./p-76378400.js";const p=class{constructor(t){i(this,t),this.labelColorStyles={},this.itemStyles=new Map,this.inheritedAriaAttributes={},this.multipleInputs=!1,this.focusable=!0,this.color=void 0,this.button=!1,this.detail=void 0,this.detailIcon=g,this.disabled=!1,this.download=void 0,this.fill=void 0,this.shape=void 0,this.href=void 0,this.rel=void 0,this.lines=void 0,this.counter=!1,this.routerAnimation=void 0,this.routerDirection="forward",this.target=void 0,this.type="button",this.counterFormatter=void 0,this.counterString=void 0}counterFormatterChanged(){this.updateCounterOutput(this.getFirstInput())}handleIonInput(i){this.counter&&i.target===this.getFirstInput()&&this.updateCounterOutput(i.target)}labelColorChanged(i){const{color:t}=this;void 0===t&&(this.labelColorStyles=i.detail)}itemStyle(i){i.stopPropagation();const o=i.target.tagName,e=i.detail,n={},l=this.itemStyles.get(o)||{};let r=!1;Object.keys(e).forEach((i=>{if(e[i]){const t=`item-${i}`;l[t]||(r=!0),n[t]=!0}})),r||Object.keys(n).length===Object.keys(l).length||(r=!0),r&&(this.itemStyles.set(o,n),t(this))}connectedCallback(){this.counter&&this.updateCounterOutput(this.getFirstInput()),this.hasStartEl()}componentWillLoad(){this.inheritedAriaAttributes=r(this.el,["aria-label"])}componentDidLoad(){const{el:i,counter:t,counterFormatter:o,fill:e,shape:n}=this;null!==i.querySelector('[slot="helper"]')&&s('The "helper" slot has been deprecated in favor of using the "helperText" property on ion-input or ion-textarea.',i),null!==i.querySelector('[slot="error"]')&&s('The "error" slot has been deprecated in favor of using the "errorText" property on ion-input or ion-textarea.',i),!0===t&&s('The "counter" property has been deprecated in favor of using the "counter" property on ion-input or ion-textarea.',i),void 0!==o&&s('The "counterFormatter" property has been deprecated in favor of using the "counterFormatter" property on ion-input or ion-textarea.',i),void 0!==e&&s('The "fill" property has been deprecated in favor of using the "fill" property on ion-input or ion-textarea.',i),void 0!==n&&s('The "shape" property has been deprecated in favor of using the "shape" property on ion-input or ion-textarea.',i),a((()=>{this.setMultipleInputs(),this.focusable=this.isFocusable()}))}setMultipleInputs(){const i=this.el.querySelectorAll("ion-checkbox, ion-datetime, ion-select, ion-radio"),t=this.el.querySelectorAll("ion-input, ion-range, ion-searchbar, ion-segment, ion-textarea, ion-toggle"),o=this.el.querySelectorAll("ion-anchor, ion-button, a, button");this.multipleInputs=i.length+t.length>1||i.length+o.length>1||i.length>0&&this.isClickable()}hasCover(){return 1===this.el.querySelectorAll("ion-checkbox, ion-datetime, ion-select, ion-radio").length&&!this.multipleInputs}isClickable(){return void 0!==this.href||this.button}canActivate(){return this.isClickable()||this.hasCover()}isFocusable(){const i=this.el.querySelector(".ion-focusable");return this.canActivate()||null!==i}getFirstInput(){return this.el.querySelectorAll("ion-input, ion-textarea")[0]}updateCounterOutput(i){var t,o;const{counter:e,counterFormatter:n,defaultCounterFormatter:l}=this;if(e&&!this.multipleInputs&&void 0!==(null==i?void 0:i.maxlength)){const e=null!==(o=null===(t=null==i?void 0:i.value)||void 0===t?void 0:t.toString().length)&&void 0!==o?o:0;if(void 0===n)this.counterString=l(e,i.maxlength);else try{this.counterString=n(e,i.maxlength)}catch(t){d("Exception in provided `counterFormatter`.",t),this.counterString=l(e,i.maxlength)}}}defaultCounterFormatter(i,t){return`${i} / ${t}`}hasStartEl(){null!==this.el.querySelector('[slot="start"]')&&this.el.classList.add("item-has-start-slot")}getFirstInteractive(){return this.el.querySelectorAll("ion-toggle:not([disabled]), ion-checkbox:not([disabled]), ion-radio:not([disabled]), ion-select:not([disabled])")[0]}render(){const{counterString:i,detail:t,detailIcon:n,download:l,fill:r,labelColorStyles:a,lines:s,disabled:d,href:f,rel:p,shape:u,target:x,routerAnimation:v,routerDirection:w,inheritedAriaAttributes:k,multipleInputs:y}=this,z={},j=b(this),C=this.isClickable(),X=this.canActivate(),$=C?void 0===f?"button":"a":"div",Y="button"===$?{type:this.type}:{download:l,href:f,rel:p,target:x};let F={};const _=this.getFirstInteractive();(C||void 0!==_&&!y)&&(F={onClick:i=>{if(C&&c(f,i,w,v),void 0!==_&&!y){const t=i.composedPath();i.isTrusted&&this.el.shadowRoot.contains(t[0])&&_.click()}}});const O=void 0!==t?t:"ios"===j&&C;this.itemStyles.forEach((i=>{Object.assign(z,i)}));const T=d||z["item-interactive-disabled"]?"true":null,I=r||"none",S=h("ion-list",this.el)&&!h("ion-radio-group",this.el);return o(e,{"aria-disabled":T,class:Object.assign(Object.assign(Object.assign({},z),a),m(this.color,{item:!0,[j]:!0,"item-lines-default":void 0===s,[`item-lines-${s}`]:void 0!==s,[`item-fill-${I}`]:!0,[`item-shape-${u}`]:void 0!==u,"item-has-interactive-control":void 0!==_,"item-disabled":d,"in-list":S,"item-multiple-inputs":this.multipleInputs,"ion-activatable":X,"ion-focusable":this.focusable,"item-rtl":"rtl"===document.dir})),role:S?"listitem":null},o($,Object.assign({},Y,k,{class:"item-native",part:"native",disabled:d},F),o("slot",{name:"start"}),o("div",{class:"item-inner"},o("div",{class:"input-wrapper"},o("slot",null)),o("slot",{name:"end"}),O&&o("ion-icon",{icon:n,lazy:!1,class:"item-detail-icon",part:"detail-icon","aria-hidden":"true","flip-rtl":n===g}),o("div",{class:"item-inner-highlight"})),X&&"md"===j&&o("ion-ripple-effect",null),o("div",{class:"item-highlight"})),o("div",{class:"item-bottom"},o("slot",{name:"error"}),o("slot",{name:"helper"}),i&&o("ion-note",{class:"item-counter"},i)))}get el(){return n(this)}static get watchers(){return{counterFormatter:["counterFormatterChanged"]}}};p.style={ios:':host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-has-interactive-control){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-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:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-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);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--inner-padding-start);padding-inline-start:var(--inner-padding-start);-webkit-padding-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-inline-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-webkit-padding-end:var(--inner-padding-end);padding-inline-end:var(--inner-padding-end);padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:transform 200ms, border-bottom-width 200ms;transition:transform 200ms, border-bottom-width 200ms, -webkit-transform 200ms;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-select.legacy-select){--padding-start:0;max-width:none}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio),:host(.item-multiple-inputs) ::slotted(ion-select.legacy-select){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, #737373);white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}}:host{--min-height:44px;--transition:background-color 200ms linear, opacity 200ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0px 0px 0.55px 0px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:var(--ion-text-color, #000);--background-focused:var(--ion-text-color, #000);--background-hover:currentColor;--background-activated-opacity:.12;--background-focused-opacity:.15;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));--color:var(--ion-item-color, var(--ion-text-color, #000));--highlight-height:0px;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);--bottom-padding-start:0px;font-size:1rem}:host(.ion-activated){--transition:none}:host(.ion-color.ion-focused) .item-native::after{background:#000;opacity:0.15}:host(.ion-color.ion-activated) .item-native::after{background:#000;opacity:0.12}:host(.item-interactive){--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-full){--border-width:0px 0px 0.55px 0px;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0px 0px 0.55px 0px;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0px;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0px;--show-inset-highlight:0}.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus) .item-highlight{border-top:none;border-right:none;border-left:none}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}::slotted(.button-small){--padding-top:1px;--padding-bottom:1px;--padding-start:.5em;--padding-end:.5em;min-height:24px;font-size:0.8125rem}::slotted(ion-avatar){width:36px;height:36px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px}:host(.item-radio) ::slotted(ion-label),:host(.item-toggle) ::slotted(ion-label){-webkit-margin-start:0px;margin-inline-start:0px}::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:10px;margin-bottom:10px}:host(.item-label-floating),:host(.item-label-stacked){--min-height:68px}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0px}:host(.item-label-fixed) ::slotted(ion-select.legacy-select),:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:0}',md:':host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-has-interactive-control){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-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:-ms-flexbox;display:flex;position:relative;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);-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);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--inner-padding-start);padding-inline-start:var(--inner-padding-start);-webkit-padding-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-inline-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);-webkit-box-shadow:var(--inner-box-shadow);box-shadow:var(--inner-box-shadow);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-webkit-padding-end:var(--inner-padding-end);padding-inline-end:var(--inner-padding-end);padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){-ms-flex:1;flex:1}:host(.item-input){-ms-flex-align:center;align-items:center}.input-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){-ms-flex-align:start;align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:border-bottom-width 200ms, -webkit-transform 200ms;transition:transform 200ms, border-bottom-width 200ms;transition:transform 200ms, border-bottom-width 200ms, -webkit-transform 200ms;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-select.legacy-select){--padding-start:0;max-width:none}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio),:host(.item-multiple-inputs) ::slotted(ion-select.legacy-select){position:relative}:host(.item-textarea){-ms-flex-align:stretch;align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, #737373);white-space:nowrap;-webkit-padding-start:16px;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{-webkit-transition:none;transition:none}}:host{--min-height:48px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:.12;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));--color:var(--ion-item-color, var(--ion-text-color, #000));--transition:opacity 15ms linear, background-color 15ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0 0 1px 0;--highlight-height:1px;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);font-size:1rem;font-weight:normal;text-transform:none}:host(.item-fill-outline){--highlight-height:2px}:host(.item-fill-none.item-interactive.ion-focus) .item-highlight,:host(.item-fill-none.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-none.item-interactive.ion-focus) .item-native,:host(.item-fill-none.item-interactive.item-has-focus) .item-native,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-highlight{border-width:var(--full-highlight-height);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-native{border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-highlight,:host(.item-fill-solid.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-highlight{-webkit-transform:scaleX(1);transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-native,:host(.item-fill-solid.item-interactive.item-has-focus) .item-native,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.ion-color.ion-activated) .item-native::after{background:transparent}:host(.item-has-focus) .item-native{caret-color:var(--highlight-background)}:host(.item-interactive){--border-width:0 0 1px 0;--inner-border-width:0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-full){--border-width:0 0 1px 0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0 0 1px 0;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0;--show-inset-highlight:0}:host(.item-fill-outline) .item-highlight{--position-offset:calc(-1 * var(--border-width));top:var(--position-offset);width:calc(100% + 2 * var(--border-width));height:calc(100% + 2 * var(--border-width));-webkit-transition:none;transition:none}@supports (inset-inline-start: 0){:host(.item-fill-outline) .item-highlight{inset-inline-start:var(--position-offset)}}@supports not (inset-inline-start: 0){:host(.item-fill-outline) .item-highlight{left:var(--position-offset)}:host-context([dir=rtl]):host(.item-fill-outline) .item-highlight,:host-context([dir=rtl]).item-fill-outline .item-highlight{left:unset;right:unset;right:var(--position-offset)}@supports selector(:dir(rtl)){:host(.item-fill-outline) .item-highlight:dir(rtl){left:unset;right:unset;right:var(--position-offset)}}}:host(.item-fill-outline.ion-focused) .item-native,:host(.item-fill-outline.item-has-focus) .item-native{border-color:transparent}:host(.item-multi-line) ::slotted([slot=start]),:host(.item-multi-line) ::slotted([slot=end]){margin-top:16px;margin-bottom:16px;-ms-flex-item-align:start;align-self:flex-start}::slotted([slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted([slot=end]){-webkit-margin-start:32px;margin-inline-start:32px}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){-ms-flex-item-align:center;align-self:center}::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);font-size:1.5em}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) ::slotted(ion-icon){color:var(--ion-color-contrast)}::slotted(ion-icon[slot]){margin-top:12px;margin-bottom:12px}::slotted(ion-icon[slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted(ion-icon[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}:host(.item-fill-solid) ::slotted(ion-icon[slot=start]),:host(.item-fill-outline) ::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}::slotted(ion-note){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-ms-flex-item-align:start;align-self:flex-start;font-size:0.6875rem}::slotted(ion-note[slot]:not([slot=helper]):not([slot=error])){padding-left:0;padding-right:0;padding-top:18px;padding-bottom:10px}::slotted(ion-note[slot=start]){-webkit-padding-end:16px;padding-inline-end:16px}::slotted(ion-note[slot=end]){-webkit-padding-start:16px;padding-inline-start:16px}::slotted(ion-avatar){width:40px;height:40px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar),::slotted(ion-thumbnail){margin-top:8px;margin-bottom:8px}::slotted(ion-avatar[slot=start]),::slotted(ion-thumbnail[slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}:host(.item-label-fixed) ::slotted(ion-select.legacy-select),:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:8px}:host(.item-toggle) ::slotted(ion-label),:host(.item-radio) ::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0}::slotted(.button-small){--padding-top:2px;--padding-bottom:2px;--padding-start:.6em;--padding-end:.6em;min-height:25px;font-size:0.75rem}:host(.item-label-floating),:host(.item-label-stacked){--min-height:55px}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0}:host(.ion-focused:not(.ion-color)) ::slotted(.label-stacked),:host(.ion-focused:not(.ion-color)) ::slotted(.label-floating),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-stacked),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-floating){color:var(--ion-color-primary, #3880ff)}:host(.ion-color){--highlight-color-focused:var(--ion-color-contrast)}:host(.item-label-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid.ion-color),:host(.item-fill-outline.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid){--background:var(--ion-color-step-50, #f2f2f2);--background-hover:var(--ion-color-step-100, #e6e6e6);--background-focused:var(--ion-color-step-150, #d9d9d9);--border-width:0 0 1px 0;--inner-border-width:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}:host-context([dir=rtl]):host(.item-fill-solid),:host-context([dir=rtl]).item-fill-solid{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@supports selector(:dir(rtl)){:host(.item-fill-solid):dir(rtl){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}}:host(.item-fill-solid) .item-native{--border-color:var(--ion-color-step-500, gray)}:host(.item-fill-solid.ion-focused) .item-native,:host(.item-fill-solid.item-has-focus) .item-native{--background:var(--background-focused)}:host(.item-fill-solid.item-shape-round){border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}:host-context([dir=rtl]):host(.item-fill-solid.item-shape-round),:host-context([dir=rtl]).item-fill-solid.item-shape-round{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}@supports selector(:dir(rtl)){:host(.item-fill-solid.item-shape-round):dir(rtl){border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}}@media (any-hover: hover){:host(.item-fill-solid:hover) .item-native{--background:var(--background-hover);--border-color:var(--ion-color-step-750, #404040)}}:host(.item-fill-outline){--ripple-color:transparent;--background-focused:transparent;--background-hover:transparent;--border-color:var(--ion-color-step-500, gray);--border-width:1px;border:none;overflow:visible}:host(.item-fill-outline) .item-native{--native-padding-left:16px;border-radius:4px}:host(.item-fill-outline.item-shape-round) .item-native{--inner-padding-start:16px;border-radius:28px}:host(.item-fill-outline.item-shape-round) .item-bottom{-webkit-padding-start:32px;padding-inline-start:32px}:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-textarea:not(:first-child)){-webkit-transform:translateY(-14px);transform:translateY(-14px)}@media (any-hover: hover){:host(.item-fill-outline:hover) .item-native{--border-color:var(--ion-color-step-750, #404040)}}.item-counter{letter-spacing:0.0333333333em}'};const u=class{constructor(t){i(this,t),this.color=void 0,this.sticky=!1}render(){const i=b(this);return o(e,{class:m(this.color,{[i]:!0,"item-divider-sticky":this.sticky,item:!0})},o("slot",{name:"start"}),o("div",{class:"item-divider-inner"},o("div",{class:"item-divider-wrapper"},o("slot",null)),o("slot",{name:"end"})))}get el(){return n(this)}};u.style={ios:":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--inner-padding-top:0px;--inner-padding-end:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);overflow:hidden;z-index:100;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.item-divider-sticky){position:-webkit-sticky;position:sticky;top:0}.item-divider-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--inner-padding-start);padding-inline-start:var(--inner-padding-start);-webkit-padding-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-inline-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border:0;overflow:hidden}.item-divider-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:hidden}:host{--background:var(--ion-color-step-100, #e6e6e6);--color:var(--ion-color-step-850, #262626);--padding-start:16px;--inner-padding-end:8px;border-radius:0;position:relative;min-height:28px;font-size:1.0625rem;font-weight:600}:host([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(h1){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px}::slotted(h2){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px}::slotted(h3),::slotted(h4),::slotted(h5),::slotted(h6){margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px}::slotted(p){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.4);font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}::slotted(h2:last-child) ::slotted(h3:last-child),::slotted(h4:last-child),::slotted(h5:last-child),::slotted(h6:last-child),::slotted(p:last-child){margin-bottom:0}",md:":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--inner-padding-top:0px;--inner-padding-end:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-inline-start:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);overflow:hidden;z-index:100;-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.item-divider-sticky){position:-webkit-sticky;position:sticky;top:0}.item-divider-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-padding-start:var(--inner-padding-start);padding-inline-start:var(--inner-padding-start);-webkit-padding-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-inline-end:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border:0;overflow:hidden}.item-divider-wrapper{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;text-overflow:ellipsis;overflow:hidden}:host{--background:var(--ion-background-color, #fff);--color:var(--ion-color-step-400, #999999);--padding-start:16px;--inner-padding-end:16px;min-height:30px;border-bottom:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));font-size:0.875rem}::slotted([slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted([slot=end]){-webkit-margin-start:32px;margin-inline-start:32px}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:13px;margin-bottom:10px}::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);font-size:1.7142857143em}:host(.ion-color) ::slotted(ion-icon){color:var(--ion-color-contrast)}::slotted(ion-icon[slot]){margin-top:12px;margin-bottom:12px}::slotted(ion-icon[slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted(ion-icon[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-note){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-ms-flex-item-align:start;align-self:flex-start;font-size:0.6875rem}::slotted(ion-note[slot]){padding-left:0;padding-right:0;padding-top:18px;padding-bottom:10px}::slotted(ion-note[slot=start]){-webkit-padding-end:16px;padding-inline-end:16px}::slotted(ion-note[slot=end]){-webkit-padding-start:16px;padding-inline-start:16px}::slotted(ion-avatar){width:40px;height:40px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar),::slotted(ion-thumbnail){margin-top:8px;margin-bottom:8px}::slotted(ion-avatar[slot=start]),::slotted(ion-thumbnail[slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(h1){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px}::slotted(h2){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px}::slotted(h3,h4,h5,h6){margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px}::slotted(p){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;color:var(--ion-color-step-600, #666666);font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}"};const x=class{constructor(t){i(this,t)}render(){const i=b(this);return o(e,{role:"group",class:{[i]:!0,[`item-group-${i}`]:!0,item:!0}})}};x.style={ios:"ion-item-group{display:block}",md:"ion-item-group{display:block}"};const v=class{constructor(t){i(this,t),this.ionColor=l(this,"ionColor",7),this.ionStyle=l(this,"ionStyle",7),this.inRange=!1,this.color=void 0,this.position=void 0,this.noAnimate=!1}componentWillLoad(){this.inRange=!!this.el.closest("ion-range"),this.noAnimate="floating"===this.position,this.emitStyle(),this.emitColor()}componentDidLoad(){this.noAnimate&&setTimeout((()=>{this.noAnimate=!1}),1e3)}colorChanged(){this.emitColor()}positionChanged(){this.emitStyle()}emitColor(){const{color:i}=this;this.ionColor.emit({"item-label-color":void 0!==i,[`ion-color-${i}`]:void 0!==i})}emitStyle(){const{inRange:i,position:t}=this;i||this.ionStyle.emit({label:!0,[`label-${t}`]:void 0!==t})}render(){const i=this.position,t=b(this);return o(e,{class:m(this.color,{[t]:!0,"in-item-color":h("ion-item.ion-color",this.el),[`label-${i}`]:void 0!==i,"label-no-animate":this.noAnimate,"label-rtl":"rtl"===document.dir})})}get el(){return n(this)}static get watchers(){return{color:["colorChanged"],position:["positionChanged"]}}};v.style={ios:".item.sc-ion-label-ios-h,.item .sc-ion-label-ios-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.ion-color.sc-ion-label-ios-h{color:var(--ion-color-base)}.ion-text-wrap.sc-ion-label-ios-h{white-space:normal}.item-interactive-disabled.sc-ion-label-ios-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-ios-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-ios-h,.item-input .sc-ion-label-ios-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-ios-h,.item-textarea .sc-ion-label-ios-h{-ms-flex-item-align:baseline;align-self:baseline}.label-fixed.sc-ion-label-ios-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-ios-h,.label-floating.sc-ion-label-ios-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-ios-h{-webkit-transition:none;transition:none}.sc-ion-label-ios-s h1,.sc-ion-label-ios-s h2,.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-ios-h{font-size:0.875rem;line-height:1.5}.label-stacked.sc-ion-label-ios-h{margin-bottom:4px;font-size:0.875rem}.label-floating.sc-ion-label-ios-h{margin-bottom:0;-webkit-transform:translate(0, 29px);transform:translate(0, 29px);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out}[dir=rtl].sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl] .sc-ion-label-ios-h -no-combinator.label-floating.sc-ion-label-ios-h,[dir=rtl].label-floating.sc-ion-label-ios-h,[dir=rtl] .label-floating.sc-ion-label-ios-h{-webkit-transform-origin:right top;transform-origin:right top}@supports selector(:dir(rtl)){.label-floating.sc-ion-label-ios-h:dir(rtl){-webkit-transform-origin:right top;transform-origin:right top}}.item-textarea.label-floating.sc-ion-label-ios-h,.item-textarea .label-floating.sc-ion-label-ios-h{-webkit-transform:translate(0, 28px);transform:translate(0, 28px)}.item-has-focus.label-floating.sc-ion-label-ios-h,.item-has-focus .label-floating.sc-ion-label-ios-h,.item-has-placeholder.sc-ion-label-ios-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-ios-h,.item-has-value.label-floating.sc-ion-label-ios-h,.item-has-value .label-floating.sc-ion-label-ios-h{-webkit-transform:scale(0.82);transform:scale(0.82)}.sc-ion-label-ios-s h1{margin-left:0;margin-right:0;margin-top:3px;margin-bottom:2px;font-size:1.375rem;font-weight:normal}.sc-ion-label-ios-s h2{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.0625rem;font-weight:normal}.sc-ion-label-ios-s h3,.sc-ion-label-ios-s h4,.sc-ion-label-ios-s h5,.sc-ion-label-ios-s h6{margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-ios-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}.sc-ion-label-ios-s>p{color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.4)}.sc-ion-label-ios-h.in-item-color.sc-ion-label-ios-s>p{color:inherit}.sc-ion-label-ios-s h2:last-child,.sc-ion-label-ios-s h3:last-child,.sc-ion-label-ios-s h4:last-child,.sc-ion-label-ios-s h5:last-child,.sc-ion-label-ios-s h6:last-child,.sc-ion-label-ios-s p:last-child{margin-bottom:0}",md:'.item.sc-ion-label-md-h,.item .sc-ion-label-md-h{--color:initial;display:block;color:var(--color);font-family:var(--ion-font-family, inherit);font-size:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.ion-color.sc-ion-label-md-h{color:var(--ion-color-base)}.ion-text-wrap.sc-ion-label-md-h{white-space:normal}.item-interactive-disabled.sc-ion-label-md-h:not(.item-multiple-inputs),.item-interactive-disabled:not(.item-multiple-inputs) .sc-ion-label-md-h{cursor:default;opacity:0.3;pointer-events:none}.item-input.sc-ion-label-md-h,.item-input .sc-ion-label-md-h{-ms-flex:initial;flex:initial;max-width:200px;pointer-events:none}.item-textarea.sc-ion-label-md-h,.item-textarea .sc-ion-label-md-h{-ms-flex-item-align:baseline;align-self:baseline}.label-fixed.sc-ion-label-md-h{-ms-flex:0 0 100px;flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-bottom:0;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.label-no-animate.label-floating.sc-ion-label-md-h{-webkit-transition:none;transition:none}.sc-ion-label-md-s h1,.sc-ion-label-md-s h2,.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{text-overflow:inherit;overflow:inherit}.ion-text-wrap.sc-ion-label-md-h{line-height:1.5}.label-stacked.sc-ion-label-md-h,.label-floating.sc-ion-label-md-h{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-transform-origin:top left;transform-origin:top left}.label-stacked.label-rtl.sc-ion-label-md-h,.label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform-origin:top right;transform-origin:top right}.label-stacked.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75);-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.label-floating.sc-ion-label-md-h{-webkit-transform:translateY(96%);transform:translateY(96%);-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)}.ion-focused.label-floating.sc-ion-label-md-h,.ion-focused .label-floating.sc-ion-label-md-h,.item-has-focus.label-floating.sc-ion-label-md-h,.item-has-focus .label-floating.sc-ion-label-md-h,.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-has-value.label-floating.sc-ion-label-md-h,.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(50%) scale(0.75);transform:translateY(50%) scale(0.75)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h{-webkit-transform:translateY(-6px) scale(0.75);transform:translateY(-6px) scale(0.75);position:relative;max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content;background-color:var(--ion-item-background, var(--ion-background-color, #fff));overflow:visible;z-index:3}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{position:absolute;width:4px;height:100%;background-color:var(--ion-item-background, var(--ion-background-color, #fff));content:""}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::before,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::before,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::before,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::before{left:calc(-1 * 4px)}.item-fill-outline.ion-focused.label-floating.sc-ion-label-md-h::after,.item-fill-outline.ion-focused .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-focus .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).label-floating::after,.item-fill-outline.item-has-placeholder:not(.item-input) .label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value.label-floating.sc-ion-label-md-h::after,.item-fill-outline.item-has-value .label-floating.sc-ion-label-md-h::after{right:calc(-1 * 4px)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.sc-ion-label-md-h{-webkit-transform:translateX(-32px) translateY(-6px) scale(0.75);transform:translateX(-32px) translateY(-6px) scale(0.75)}.item-fill-outline.ion-focused.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.ion-focused.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-focus.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-placeholder.sc-ion-label-md-h:not(.item-input).item-has-start-slot.label-floating.label-rtl,.item-fill-outline.item-has-placeholder:not(.item-input).item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot.label-floating.label-rtl.sc-ion-label-md-h,.item-fill-outline.item-has-value.item-has-start-slot .label-floating.label-rtl.sc-ion-label-md-h{-webkit-transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75);transform:translateX(calc(-1 * -32px)) translateY(-6px) scale(0.75)}.ion-focused.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-primary, #3880ff)}.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-contrast)}.item-fill-solid.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.ion-focused.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-solid.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-stacked.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color.label-floating.sc-ion-label-md-h:not(.ion-color),.item-fill-outline.item-has-focus.ion-color .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--ion-color-base)}.ion-invalid.ion-touched.label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-stacked.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched.label-floating.sc-ion-label-md-h:not(.ion-color),.ion-invalid.ion-touched .label-floating.sc-ion-label-md-h:not(.ion-color){color:var(--highlight-color-invalid)}.sc-ion-label-md-s h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.sc-ion-label-md-s h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.sc-ion-label-md-s h3,.sc-ion-label-md-s h4,.sc-ion-label-md-s h5,.sc-ion-label-md-s h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:normal}.sc-ion-label-md-s p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;line-height:1.25rem;text-overflow:inherit;overflow:inherit}.sc-ion-label-md-s>p{color:var(--ion-color-step-600, #666666)}.sc-ion-label-md-h.in-item-color.sc-ion-label-md-s>p{color:inherit}'};const w=class{constructor(t){i(this,t),this.lines=void 0,this.inset=!1}async closeSlidingItems(){const i=this.el.querySelector("ion-item-sliding");return!!(null==i?void 0:i.closeOpened)&&i.closeOpened()}render(){const i=b(this),{lines:t,inset:n}=this;return o(e,{role:"list",class:{[i]:!0,[`list-${i}`]:!0,"list-inset":n,[`list-lines-${t}`]:void 0!==t,[`list-${i}-lines-${t}`]:void 0!==t}})}get el(){return n(this)}};w.style={ios:"ion-list{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:block;contain:content;list-style-type:none}ion-list.list-inset{-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden}.list-ios{background:var(--ion-item-background, var(--ion-background-color, #fff))}.list-ios.list-inset{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px;border-radius:10px}.list-ios.list-inset ion-item:last-child{--border-width:0;--inner-border-width:0}.list-ios.list-inset+ion-list.list-inset{margin-top:0}.list-ios-lines-none .item-lines-default{--inner-border-width:0px;--border-width:0px}.list-ios-lines-full .item-lines-default{--inner-border-width:0px;--border-width:0 0 0.55px 0}.list-ios-lines-inset .item-lines-default{--inner-border-width:0 0 0.55px 0;--border-width:0px}ion-card .list-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}",md:"ion-list{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:block;contain:content;list-style-type:none}ion-list.list-inset{-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden}.list-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:8px;padding-bottom:8px;background:var(--ion-item-background, var(--ion-background-color, #fff))}@supports (inset-inline-start: 0){.list-md>.input:last-child::after{inset-inline-start:0}}@supports not (inset-inline-start: 0){.list-md>.input:last-child::after{left:0}:host-context([dir=rtl]) .list-md>.input:last-child::after{left:unset;right:unset;right:0}[dir=rtl] .list-md>.input:last-child::after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){.list-md>.input:last-child::after:dir(rtl){left:unset;right:unset;right:0}}}.list-md.list-inset{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:16px;margin-bottom:16px;border-radius:2px}.list-md.list-inset ion-item:first-child{--border-radius:2px 2px 0 0}.list-md.list-inset ion-item:last-child{--border-radius:0 0 2px, 2px;--border-width:0;--inner-border-width:0}.list-md.list-inset+ion-list.list-inset{margin-top:0}.list-md-lines-none .item-lines-default{--inner-border-width:0px;--border-width:0px}.list-md-lines-full .item-lines-default{--inner-border-width:0px;--border-width:0 0 1px 0}.list-md-lines-inset .item-lines-default{--inner-border-width:0 0 1px 0;--border-width:0px}ion-card .list-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}"};const k=class{constructor(t){i(this,t),this.color=void 0,this.lines=void 0}render(){const{lines:i}=this,t=b(this);return o(e,{class:m(this.color,{[t]:!0,[`list-header-lines-${i}`]:void 0!==i})},o("div",{class:"list-header-inner"},o("slot",null)))}};k.style={ios:":host{--border-style:solid;--border-width:0;--inner-border-width:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:40px;border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);color:var(--color);overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}.list-header-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex:1 1 auto;flex:1 1 auto}:host(.list-header-lines-inset),:host(.list-header-lines-none){--border-width:0}:host(.list-header-lines-full),:host(.list-header-lines-none){--inner-border-width:0}:host{--background:transparent;--color:var(--ion-color-step-850, #262626);--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));-webkit-padding-start:calc(var(--ion-safe-area-left, 0px) + 16px);padding-inline-start:calc(var(--ion-safe-area-left, 0px) + 16px);position:relative;-ms-flex-align:end;align-items:flex-end;font-size:min(1.375rem, 56.1px);font-weight:700;letter-spacing:0}::slotted(ion-button),::slotted(ion-label){margin-top:29px;margin-bottom:6px}::slotted(ion-button){--padding-top:0;--padding-bottom:0;-webkit-margin-start:3px;margin-inline-start:3px;-webkit-margin-end:3px;margin-inline-end:3px;min-height:1.4em}:host(.list-header-lines-full){--border-width:0 0 0.55px 0}:host(.list-header-lines-inset){--inner-border-width:0 0 0.55px 0}",md:":host{--border-style:solid;--border-width:0;--inner-border-width:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:40px;border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);background:var(--background);color:var(--color);overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}.list-header-inner{display:-ms-flexbox;display:flex;position:relative;-ms-flex:1;flex:1;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);overflow:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}::slotted(ion-label){-ms-flex:1 1 auto;flex:1 1 auto}:host(.list-header-lines-inset),:host(.list-header-lines-none){--border-width:0}:host(.list-header-lines-full),:host(.list-header-lines-none){--inner-border-width:0}:host{--background:transparent;--color:var(--ion-text-color, #000);--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));-webkit-padding-start:calc(var(--ion-safe-area-left, 0) + 16px);padding-inline-start:calc(var(--ion-safe-area-left, 0) + 16px);min-height:45px;font-size:0.875rem}:host(.list-header-lines-full){--border-width:0 0 1px 0}:host(.list-header-lines-inset){--inner-border-width:0 0 1px 0}"};const y=class{constructor(t){i(this,t),this.color=void 0}render(){const i=b(this);return o(e,{class:m(this.color,{[i]:!0})},o("slot",null))}};y.style={ios:":host{color:var(--color);font-family:var(--ion-font-family, inherit);-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-350, #a6a6a6);font-size:max(14px, 1rem)}",md:":host{color:var(--color);font-family:var(--ion-font-family, inherit);-webkit-box-sizing:border-box;box-sizing:border-box}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-600, #666666);font-size:0.875rem}"};const z=class{constructor(t){i(this,t),this.animated=!1}render(){const i=this.animated&&f.getBoolean("animated",!0),t=h("ion-avatar",this.el)||h("ion-thumbnail",this.el),n=b(this);return o(e,{class:{[n]:!0,"skeleton-text-animated":i,"in-media":t}},o("span",null," "))}get el(){return n(this)}};z.style=":host{--background:rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.065);border-radius:var(--border-radius, inherit);display:block;width:100%;height:inherit;margin-top:4px;margin-bottom:4px;background:var(--background);line-height:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span{display:inline-block}:host(.in-media){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;height:100%}:host(.skeleton-text-animated){position:relative;background:-webkit-gradient(linear, left top, right top, color-stop(8%, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.065)), color-stop(18%, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.135)), color-stop(33%, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.065)));background:linear-gradient(to right, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.065) 8%, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.135) 18%, rgba(var(--background-rgb, var(--ion-text-color-rgb, 0, 0, 0)), 0.065) 33%);background-size:800px 104px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:shimmer;animation-name:shimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}";export{p as ion_item,u as ion_item_divider,x as ion_item_group,v as ion_label,w as ion_list,k as ion_list_header,y as ion_note,z as ion_skeleton_text}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,r,n){function o(t){return t instanceof r?t:new r((function(e){e(t)}))}return new(r||(r=Promise))((function(r,i){function s(t){try{l(n.next(t))}catch(t){i(t)}}function a(t){try{l(n["throw"](t))}catch(t){i(t)}}function l(t){t.done?r(t.value):o(t.value).then(s,a)}l((n=n.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(t){return function(e){return l([t,e])}}function l(a){if(n)throw new TypeError("Generator is already executing.");while(s&&(s=0,a[0]&&(r=0)),r)try{if(n=1,o&&(i=a[0]&2?o["return"]:a[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,a[1])).done)return i;if(o=0,i)a=[a[0]&2,i.value];switch(a[0]){case 0:case 1:i=a;break;case 4:r.label++;return{value:a[1],done:false};case 5:r.label++;o=a[1];a=[0];continue;case 7:a=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){r=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){r.label=a[1];break}if(a[0]===6&&r.label<i[1]){r.label=i[1];i=a;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(a);break}if(i[2])r.ops.pop();r.trys.pop();continue}a=e.call(t,r)}catch(t){a=[6,t];o=0}finally{n=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register(["./p-629aa3fd.system.js","./p-8050b9b9.system.js","./p-939e0fa1.system.js","./p-64475ab5.system.js","./p-815c2fba.system.js","./p-b4b4bb29.system.js","./p-479cdbf8.system.js","./p-ccdcb022.system.js","./p-0e94957a.system.js"],(function(t,e){"use strict";var r,n,o,i,s,a,l,c,u,h,f,d,p,v;return{setters:[function(t){r=t.r;n=t.h;o=t.H;i=t.f;s=t.d},function(t){a=t.j;l=t.k},function(t){c=t.b},function(t){u=t.f;h=t.g},function(t){f=t.r},function(t){d=t.a;p=t.b;v=t.h},function(){},function(){},function(){}],execute:function(){var m=":host([slot]){display:none;line-height:0;z-index:100}.reorder-icon{display:block}::slotted(ion-icon){font-size:1rem}.reorder-icon{font-size:2.125rem;opacity:0.4}";var b=":host([slot]){display:none;line-height:0;z-index:100}.reorder-icon{display:block}::slotted(ion-icon){font-size:1rem}.reorder-icon{font-size:1.9375rem;opacity:0.3}";var y=t("ion_reorder",function(){function t(t){r(this,t)}t.prototype.onClick=function(t){var e=this.el.closest("ion-reorder-group");t.preventDefault();if(!e||!e.disabled){t.stopImmediatePropagation()}};t.prototype.render=function(){var t=c(this);var e=t==="ios"?a:l;return n(o,{class:t},n("slot",null,n("ion-icon",{icon:e,lazy:false,class:"reorder-icon",part:"icon","aria-hidden":"true"})))};Object.defineProperty(t.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});return t}());y.style={ios:m,md:b};var g=".reorder-list-active>*{display:block;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.reorder-enabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reorder-enabled ion-reorder{display:block;cursor:-webkit-grab;cursor:grab;pointer-events:all;-ms-touch-action:none;touch-action:none}.reorder-selected,.reorder-selected ion-reorder{cursor:-webkit-grabbing;cursor:grabbing}.reorder-selected{position:relative;-webkit-transition:none !important;transition:none !important;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4);box-shadow:0 0 10px rgba(0, 0, 0, 0.4);opacity:0.8;z-index:100}.reorder-visible ion-reorder .reorder-icon{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}";var E=t("ion_reorder_group",function(){function t(t){r(this,t);this.ionItemReorder=s(this,"ionItemReorder",7);this.lastToIndex=-1;this.cachedHeights=[];this.scrollElTop=0;this.scrollElBottom=0;this.scrollElInitial=0;this.containerTop=0;this.containerBottom=0;this.state=0;this.disabled=true}t.prototype.disabledChanged=function(){if(this.gesture){this.gesture.enable(!this.disabled)}};t.prototype.connectedCallback=function(){return __awaiter(this,void 0,void 0,(function(){var t,r,n;var o=this;return __generator(this,(function(i){switch(i.label){case 0:t=u(this.el);if(!t)return[3,2];r=this;return[4,h(t)];case 1:r.scrollEl=i.sent();i.label=2;case 2:n=this;return[4,e.import("./p-fa8d4788.system.js")];case 3:n.gesture=i.sent().createGesture({el:this.el,gestureName:"reorder",gesturePriority:110,threshold:0,direction:"y",passive:false,canStart:function(t){return o.canStart(t)},onStart:function(t){return o.onStart(t)},onMove:function(t){return o.onMove(t)},onEnd:function(){return o.onEnd()}});this.disabledChanged();return[2]}}))}))};t.prototype.disconnectedCallback=function(){this.onEnd();if(this.gesture){this.gesture.destroy();this.gesture=undefined}};t.prototype.complete=function(t){return Promise.resolve(this.completeReorder(t))};t.prototype.canStart=function(t){if(this.selectedItemEl||this.state!==0){return false}var e=t.event.target;var r=e.closest("ion-reorder");if(!r){return false}var n=x(r,this.el);if(!n){return false}t.data=n;return true};t.prototype.onStart=function(t){t.event.preventDefault();var e=this.selectedItemEl=t.data;var r=this.cachedHeights;r.length=0;var n=this.el;var o=n.children;if(!o||o.length===0){return}var i=0;for(var s=0;s<o.length;s++){var a=o[s];i+=a.offsetHeight;r.push(i);a.$ionIndex=s}var l=n.getBoundingClientRect();this.containerTop=l.top;this.containerBottom=l.bottom;if(this.scrollEl){var c=this.scrollEl.getBoundingClientRect();this.scrollElInitial=this.scrollEl.scrollTop;this.scrollElTop=c.top+I;this.scrollElBottom=c.bottom-I}else{this.scrollElInitial=0;this.scrollElTop=0;this.scrollElBottom=0}this.lastToIndex=w(e);this.selectedItemHeight=e.offsetHeight;this.state=1;e.classList.add(T);d()};t.prototype.onMove=function(t){var e=this.selectedItemEl;if(!e){return}var r=this.autoscroll(t.currentY);var n=this.containerTop-r;var o=this.containerBottom-r;var i=Math.max(n,Math.min(t.currentY,o));var s=r+i-t.startY;var a=i-n;var l=this.itemIndexForTop(a);if(l!==this.lastToIndex){var c=w(e);this.lastToIndex=l;p();this.reorderMove(c,l)}e.style.transform="translateY(".concat(s,"px)")};t.prototype.onEnd=function(){var t=this.selectedItemEl;this.state=2;if(!t){this.state=0;return}var e=this.lastToIndex;var r=w(t);if(e===r){this.completeReorder()}else{this.ionItemReorder.emit({from:r,to:e,complete:this.completeReorder.bind(this)})}v()};t.prototype.completeReorder=function(t){var e=this;var r=this.selectedItemEl;if(r&&this.state===2){var n=this.el.children;var o=n.length;var i=this.lastToIndex;var s=w(r);f((function(){if(i!==s&&(t===undefined||t===true)){var a=s<i?n[i+1]:n[i];e.el.insertBefore(r,a)}for(var l=0;l<o;l++){n[l].style["transform"]=""}}));if(Array.isArray(t)){t=_(t,s,i)}r.style.transition="";r.classList.remove(T);this.selectedItemEl=undefined;this.state=0}return t};t.prototype.itemIndexForTop=function(t){var e=this.cachedHeights;for(var r=0;r<e.length;r++){if(e[r]>t){return r}}return e.length-1};t.prototype.reorderMove=function(t,e){var r=this.selectedItemHeight;var n=this.el.children;for(var o=0;o<n.length;o++){var i=n[o].style;var s="";if(o>t&&o<=e){s="translateY(".concat(-r,"px)")}else if(o<t&&o>=e){s="translateY(".concat(r,"px)")}i["transform"]=s}};t.prototype.autoscroll=function(t){if(!this.scrollEl){return 0}var e=0;if(t<this.scrollElTop){e=-k}else if(t>this.scrollElBottom){e=k}if(e!==0){this.scrollEl.scrollBy(0,e)}return this.scrollEl.scrollTop-this.scrollElInitial};t.prototype.render=function(){var t;var e=c(this);return n(o,{class:(t={},t[e]=true,t["reorder-enabled"]=!this.disabled,t["reorder-list-active"]=this.state!==0,t)})};Object.defineProperty(t.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{disabled:["disabledChanged"]}},enumerable:false,configurable:true});return t}());var w=function(t){return t["$ionIndex"]};var x=function(t,e){var r;while(t){r=t.parentElement;if(r===e){return t}t=r}return undefined};var I=60;var k=10;var T="reorder-selected";var _=function(t,e,r){var n=t[e];t.splice(e,1);t.splice(r,0,n);return t.slice()};E.style=g}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{r as e,h as r,H as s}from"./p-d9bc4210.js";import{c as n}from"./p-fe01417c.js";import{c as t,b as i}from"./p-c1f5d275.js";import{S as a}from"./p-896b72c9.js";const o=class{constructor(r){e(this,r),this.color=void 0,this.duration=void 0,this.name=void 0,this.paused=!1}getName(){const e=this.name||t.get("spinner"),r=i(this);return e||("ios"===r?"lines":"circular")}render(){var e;const o=this,p=i(o),f=o.getName(),m=null!==(e=a[f])&&void 0!==e?e:a.lines,k="number"==typeof o.duration&&o.duration>10?o.duration:m.dur,d=[];if(void 0!==m.circles)for(let e=0;e<m.circles;e++)d.push(l(m,k,e,m.circles));else if(void 0!==m.lines)for(let e=0;e<m.lines;e++)d.push(c(m,k,e,m.lines));return r(s,{class:n(o.color,{[p]:!0,[`spinner-${f}`]:!0,"spinner-paused":o.paused||t.getBoolean("_testing")}),role:"progressbar",style:m.elmDuration?{animationDuration:k+"ms"}:{}},d)}},l=(e,s,n,t)=>{const i=e.fn(s,n,t);return i.style["animation-duration"]=s+"ms",r("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},r("circle",{transform:i.transform||"translate(32,32)",cx:i.cx,cy:i.cy,r:i.r,style:e.elmDuration?{animationDuration:s+"ms"}:{}}))},c=(e,s,n,t)=>{const i=e.fn(s,n,t);return i.style["animation-duration"]=s+"ms",r("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},r("line",{transform:"translate(32,32)",y1:i.y1,y2:i.y2}))};o.style=":host{display:inline-block;position:relative;width:28px;height:28px;color:var(--color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.ion-color){color:var(--ion-color-base)}svg{-webkit-transform-origin:center;transform-origin:center;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}:host-context([dir=rtl]) svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){svg:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}:host(.spinner-lines) line,:host(.spinner-lines-small) line{stroke-width:7px}:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-width:4px}:host(.spinner-lines) line,:host(.spinner-lines-small) line,:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-linecap:round;stroke:currentColor}:host(.spinner-lines) svg,:host(.spinner-lines-small) svg,:host(.spinner-lines-sharp) svg,:host(.spinner-lines-sharp-small) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite}:host(.spinner-bubbles) svg{-webkit-animation:spinner-scale-out 1s linear infinite;animation:spinner-scale-out 1s linear infinite;fill:currentColor}:host(.spinner-circles) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite;fill:currentColor}:host(.spinner-crescent) circle{fill:transparent;stroke-width:4px;stroke-dasharray:128px;stroke-dashoffset:82px;stroke:currentColor}:host(.spinner-crescent) svg{-webkit-animation:spinner-rotate 1s linear infinite;animation:spinner-rotate 1s linear infinite}:host(.spinner-dots) circle{stroke-width:0;fill:currentColor}:host(.spinner-dots) svg{-webkit-animation:spinner-dots 1s linear infinite;animation:spinner-dots 1s linear infinite}:host(.spinner-circular) svg{-webkit-animation:spinner-circular linear infinite;animation:spinner-circular linear infinite}:host(.spinner-circular) circle{-webkit-animation:spinner-circular-inner ease-in-out infinite;animation:spinner-circular-inner ease-in-out infinite;stroke:currentColor;stroke-dasharray:80px, 200px;stroke-dashoffset:0px;stroke-width:5.6;fill:none}:host(.spinner-paused),:host(.spinner-paused) svg,:host(.spinner-paused) circle{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@-webkit-keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@-webkit-keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}@keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}";export{o as ion_spinner}
4
+ import{r as e,h as r,H as s}from"./p-06ac429a.js";import{c as n}from"./p-1d072d3d.js";import{c as t,b as i}from"./p-76378400.js";import{S as a}from"./p-c18d6eac.js";const o=class{constructor(r){e(this,r),this.color=void 0,this.duration=void 0,this.name=void 0,this.paused=!1}getName(){const e=this.name||t.get("spinner"),r=i(this);return e||("ios"===r?"lines":"circular")}render(){var e;const o=this,p=i(o),f=o.getName(),m=null!==(e=a[f])&&void 0!==e?e:a.lines,k="number"==typeof o.duration&&o.duration>10?o.duration:m.dur,d=[];if(void 0!==m.circles)for(let e=0;e<m.circles;e++)d.push(l(m,k,e,m.circles));else if(void 0!==m.lines)for(let e=0;e<m.lines;e++)d.push(c(m,k,e,m.lines));return r(s,{class:n(o.color,{[p]:!0,[`spinner-${f}`]:!0,"spinner-paused":o.paused||t.getBoolean("_testing")}),role:"progressbar",style:m.elmDuration?{animationDuration:k+"ms"}:{}},d)}},l=(e,s,n,t)=>{const i=e.fn(s,n,t);return i.style["animation-duration"]=s+"ms",r("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},r("circle",{transform:i.transform||"translate(32,32)",cx:i.cx,cy:i.cy,r:i.r,style:e.elmDuration?{animationDuration:s+"ms"}:{}}))},c=(e,s,n,t)=>{const i=e.fn(s,n,t);return i.style["animation-duration"]=s+"ms",r("svg",{viewBox:i.viewBox||"0 0 64 64",style:i.style},r("line",{transform:"translate(32,32)",y1:i.y1,y2:i.y2}))};o.style=":host{display:inline-block;position:relative;width:28px;height:28px;color:var(--color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host(.ion-color){color:var(--ion-color-base)}svg{-webkit-transform-origin:center;transform-origin:center;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}:host-context([dir=rtl]) svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}[dir=rtl] svg{-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}@supports selector(:dir(rtl)){svg:dir(rtl){-webkit-transform-origin:calc(100% - center);transform-origin:calc(100% - center)}}:host(.spinner-lines) line,:host(.spinner-lines-small) line{stroke-width:7px}:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-width:4px}:host(.spinner-lines) line,:host(.spinner-lines-small) line,:host(.spinner-lines-sharp) line,:host(.spinner-lines-sharp-small) line{stroke-linecap:round;stroke:currentColor}:host(.spinner-lines) svg,:host(.spinner-lines-small) svg,:host(.spinner-lines-sharp) svg,:host(.spinner-lines-sharp-small) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite}:host(.spinner-bubbles) svg{-webkit-animation:spinner-scale-out 1s linear infinite;animation:spinner-scale-out 1s linear infinite;fill:currentColor}:host(.spinner-circles) svg{-webkit-animation:spinner-fade-out 1s linear infinite;animation:spinner-fade-out 1s linear infinite;fill:currentColor}:host(.spinner-crescent) circle{fill:transparent;stroke-width:4px;stroke-dasharray:128px;stroke-dashoffset:82px;stroke:currentColor}:host(.spinner-crescent) svg{-webkit-animation:spinner-rotate 1s linear infinite;animation:spinner-rotate 1s linear infinite}:host(.spinner-dots) circle{stroke-width:0;fill:currentColor}:host(.spinner-dots) svg{-webkit-animation:spinner-dots 1s linear infinite;animation:spinner-dots 1s linear infinite}:host(.spinner-circular) svg{-webkit-animation:spinner-circular linear infinite;animation:spinner-circular linear infinite}:host(.spinner-circular) circle{-webkit-animation:spinner-circular-inner ease-in-out infinite;animation:spinner-circular-inner ease-in-out infinite;stroke:currentColor;stroke-dasharray:80px, 200px;stroke-dashoffset:0px;stroke-width:5.6;fill:none}:host(.spinner-paused),:host(.spinner-paused) svg,:host(.spinner-paused) circle{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes spinner-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@keyframes spinner-scale-out{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(0, 0);transform:scale(0, 0)}}@-webkit-keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@keyframes spinner-dots{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}50%{-webkit-transform:scale(0.4, 0.4);transform:scale(0.4, 0.4);opacity:0.3}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1);opacity:0.9}}@-webkit-keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-circular{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}@keyframes spinner-circular-inner{0%{stroke-dasharray:1px, 200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px, 200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px, 200px;stroke-dashoffset:-125px}}";export{o as ion_spinner}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-629aa3fd.system.js","./p-815c2fba.system.js","./p-44bc8b45.system.js","./p-939e0fa1.system.js"],(function(t){"use strict";var o,r,i,n,e,a,d,s;return{setters:[function(t){o=t.r;r=t.h;i=t.H;n=t.f},function(t){e=t.k},function(t){a=t.o;d=t.c},function(t){s=t.b}],execute:function(){var l=":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-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:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, #666666)));-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:24px;margin-bottom:24px;border-radius:8px;-webkit-transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:-webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1), -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);font-size:0.875rem;-webkit-box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);box-shadow:0 4px 16px rgba(0, 0, 0, 0.12)}:host(.ion-activated){-webkit-transform:scale3d(0.97, 0.97, 1);transform:scale3d(0.97, 0.97, 1)}";var c=":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);-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:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, #737373)));-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:10px;margin-bottom:10px;border-radius:4px;font-size:0.875rem;-webkit-box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)}";var p=t("ion_card",function(){function t(t){o(this,t);this.inheritedAriaAttributes={};this.color=undefined;this.button=false;this.type="button";this.disabled=false;this.download=undefined;this.href=undefined;this.rel=undefined;this.routerDirection="forward";this.routerAnimation=undefined;this.target=undefined}t.prototype.componentWillLoad=function(){this.inheritedAriaAttributes=e(this.el,["aria-label"])};t.prototype.isClickable=function(){return this.href!==undefined||this.button};t.prototype.renderCard=function(t){var o=this.isClickable();if(!o){return[r("slot",null)]}var i=this,n=i.href,e=i.routerAnimation,d=i.routerDirection,s=i.inheritedAriaAttributes;var l=o?n===undefined?"button":"a":"div";var c=l==="button"?{type:this.type}:{download:this.download,href:this.href,rel:this.rel,target:this.target};return r(l,Object.assign({},c,s,{class:"card-native",part:"native",disabled:this.disabled,onClick:function(t){return a(n,t,d,e)}}),r("slot",null),o&&t==="md"&&r("ion-ripple-effect",null))};t.prototype.render=function(){var t;var o=s(this);return r(i,{class:d(this.color,(t={},t[o]=true,t["card-disabled"]=this.disabled,t["ion-activatable"]=this.isClickable(),t))},this.renderCard(o))};Object.defineProperty(t.prototype,"el",{get:function(){return n(this)},enumerable:false,configurable:true});return t}());p.style={ios:l,md:c};var g="ion-card-content{display:block;position:relative}.card-content-ios{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:20px;font-size:1rem;line-height:1.4}.card-content-ios h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-ios h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-ios h3,.card-content-ios h4,.card-content-ios h5,.card-content-ios h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-ios p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem}ion-card-header+.card-content-ios{padding-top:0}";var h="ion-card-content{display:block;position:relative}.card-content-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:13px;padding-bottom:13px;font-size:0.875rem;line-height:1.5}.card-content-md h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-md h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-md h3,.card-content-md h4,.card-content-md h5,.card-content-md h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-md p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:1.5}ion-card-header+.card-content-md{padding-top:0}";var m=t("ion_card_content",function(){function t(t){o(this,t)}t.prototype.render=function(){var t;var o=s(this);return r(i,{class:(t={},t[o]=true,t["card-content-".concat(o)]=true,t)})};return t}());m.style={ios:g,md:h};var b=":host{--background:transparent;--color:inherit;display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:column;flex-direction:column;background:var(--background);color:var(--color)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:16px;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){:host(.card-header-translucent){background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(30px);backdrop-filter:saturate(180%) blur(30px)}}";var f=":host{--background:transparent;--color:inherit;display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:column;flex-direction:column;background:var(--background);color:var(--color)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:16px;padding-bottom:16px}::slotted(ion-card-title:not(:first-child)),::slotted(ion-card-subtitle:not(:first-child)){margin-top:8px}";var u=t("ion_card_header",function(){function t(t){o(this,t);this.color=undefined;this.translucent=false}t.prototype.render=function(){var t;var o=s(this);return r(i,{class:d(this.color,(t={"card-header-translucent":this.translucent,"ion-inherit-color":true},t[o]=true,t))},r("slot",null))};return t}());u.style={ios:b,md:f};var v=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-600, #666666);margin-left:0;margin-right:0;margin-top:0;margin-bottom:4px;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:0.75rem;font-weight:700;letter-spacing:0.4px;text-transform:uppercase}";var x=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-550, #737373);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:0.875rem;font-weight:500}";var k=t("ion_card_subtitle",function(){function t(t){o(this,t);this.color=undefined}t.prototype.render=function(){var t;var o=s(this);return r(i,{role:"heading","aria-level":"3",class:d(this.color,(t={"ion-inherit-color":true},t[o]=true,t))},r("slot",null))};return t}());k.style={ios:v,md:x};var w=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-text-color, #000);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:1.75rem;font-weight:700;line-height:1.2}";var y=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-850, #262626);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.2}";var z=t("ion_card_title",function(){function t(t){o(this,t);this.color=undefined}t.prototype.render=function(){var t;var o=s(this);return r(i,{role:"heading","aria-level":"2",class:d(this.color,(t={"ion-inherit-color":true},t[o]=true,t))},r("slot",null))};return t}());z.style={ios:w,md:y}}}}));
@@ -1,4 +1,4 @@
1
1
  var __awaiter=this&&this.__awaiter||function(e,t,i,n){function s(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,r){function o(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n["throw"](e))}catch(e){r(e)}}function l(e){e.done?i(e.value):s(e.value).then(o,a)}l((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},n,s,r,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(e){return function(t){return l([e,t])}}function l(a){if(n)throw new TypeError("Generator is already executing.");while(o&&(o=0,a[0]&&(i=0)),i)try{if(n=1,s&&(r=a[0]&2?s["return"]:a[0]?s["throw"]||((r=s["return"])&&r.call(s),0):s.next)&&!(r=r.call(s,a[1])).done)return r;if(s=0,r)a=[a[0]&2,r.value];switch(a[0]){case 0:case 1:r=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;s=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(r=i.trys,r=r.length>0&&r[r.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(a[0]===6&&i.label<r[1]){i.label=r[1];r=a;break}if(r&&i.label<r[2]){i.label=r[2];i.ops.push(a);break}if(r[2])i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];s=0}finally{n=r=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * (C) Ionic http://ionicframework.com - MIT License
4
- */System.register(["./p-6a0edd6d.system.js","./p-f9f3ef7c.system.js"],(function(e){"use strict";var t,i,n,s,r,o;return{setters:[function(e){t=e.r;i=e.d;n=e.h;s=e.H;r=e.f},function(e){o=e.b}],execute:function(){var a=":host{--side-width:100%;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;contain:strict}::slotted(ion-menu.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width);min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side),:host(.split-pane-visible) ::slotted(.split-pane-main){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none !important;box-shadow:none !important;z-index:0}:host(.split-pane-visible) ::slotted(.split-pane-main){-ms-flex:1;flex:1}:host(.split-pane-visible) ::slotted(.split-pane-side:not(ion-menu)),:host(.split-pane-visible) ::slotted(ion-menu.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}::slotted(.split-pane-side:not(ion-menu)){display:none}:host(.split-pane-visible) ::slotted(.split-pane-side){-ms-flex-order:-1;order:-1}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host{--border:0.55px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));--side-min-width:270px;--side-max-width:28%}:host(.split-pane-visible) ::slotted(.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}";var l=":host{--side-width:100%;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;contain:strict}::slotted(ion-menu.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width);min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side),:host(.split-pane-visible) ::slotted(.split-pane-main){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none !important;box-shadow:none !important;z-index:0}:host(.split-pane-visible) ::slotted(.split-pane-main){-ms-flex:1;flex:1}:host(.split-pane-visible) ::slotted(.split-pane-side:not(ion-menu)),:host(.split-pane-visible) ::slotted(ion-menu.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}::slotted(.split-pane-side:not(ion-menu)){display:none}:host(.split-pane-visible) ::slotted(.split-pane-side){-ms-flex-order:-1;order:-1}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host{--border:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));--side-min-width:270px;--side-max-width:28%}:host(.split-pane-visible) ::slotted(.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}";var d="split-pane-main";var p="split-pane-side";var h={xs:"(min-width: 0px)",sm:"(min-width: 576px)",md:"(min-width: 768px)",lg:"(min-width: 992px)",xl:"(min-width: 1200px)",never:""};var b=e("ion_split_pane",function(){function e(e){t(this,e);this.ionSplitPaneVisible=i(this,"ionSplitPaneVisible",7);this.visible=false;this.contentId=undefined;this.disabled=false;this.when=h["lg"]}e.prototype.visibleChanged=function(e){var t={visible:e,isPane:this.isPane.bind(this)};this.ionSplitPaneVisible.emit(t)};e.prototype.connectedCallback=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!(typeof customElements!=="undefined"&&customElements!=null))return[3,2];return[4,customElements.whenDefined("ion-split-pane")];case 1:e.sent();e.label=2;case 2:this.styleChildren();this.updateState();return[2]}}))}))};e.prototype.disconnectedCallback=function(){if(this.rmL){this.rmL();this.rmL=undefined}};e.prototype.updateState=function(){var e=this;if(this.rmL){this.rmL();this.rmL=undefined}if(this.disabled){this.visible=false;return}var t=this.when;if(typeof t==="boolean"){this.visible=t;return}var i=h[t]||t;if(i.length===0){this.visible=false;return}if(window.matchMedia){var n=function(t){e.visible=t.matches};var s=window.matchMedia(i);s.addListener(n);this.rmL=function(){return s.removeListener(n)};this.visible=s.matches}};e.prototype.isPane=function(e){if(!this.visible){return false}return e.parentElement===this.el&&e.classList.contains(p)};e.prototype.styleChildren=function(){var e=this.contentId;var t=this.el.children;var i=this.el.childElementCount;var n=false;for(var s=0;s<i;s++){var r=t[s];var o=e!==undefined&&r.id===e;if(o){if(n){console.warn("split pane cannot have more than one main node");return}n=true}f(r,o)}if(!n){console.warn("split pane does not have a specified main node")}};e.prototype.render=function(){var e;var t=o(this);return n(s,{class:(e={},e[t]=true,e["split-pane-".concat(t)]=true,e["split-pane-visible"]=this.visible,e)},n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{visible:["visibleChanged"],disabled:["updateState"],when:["updateState"]}},enumerable:false,configurable:true});return e}());var f=function(e,t){var i;var n;if(t){i=d;n=p}else{i=p;n=d}var s=e.classList;s.add(i);s.remove(n)};b.style={ios:a,md:l}}}}));
4
+ */System.register(["./p-629aa3fd.system.js","./p-939e0fa1.system.js"],(function(e){"use strict";var t,i,n,s,r,o;return{setters:[function(e){t=e.r;i=e.d;n=e.h;s=e.H;r=e.f},function(e){o=e.b}],execute:function(){var a=":host{--side-width:100%;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;contain:strict}::slotted(ion-menu.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width);min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side),:host(.split-pane-visible) ::slotted(.split-pane-main){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none !important;box-shadow:none !important;z-index:0}:host(.split-pane-visible) ::slotted(.split-pane-main){-ms-flex:1;flex:1}:host(.split-pane-visible) ::slotted(.split-pane-side:not(ion-menu)),:host(.split-pane-visible) ::slotted(ion-menu.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}::slotted(.split-pane-side:not(ion-menu)){display:none}:host(.split-pane-visible) ::slotted(.split-pane-side){-ms-flex-order:-1;order:-1}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host{--border:0.55px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));--side-min-width:270px;--side-max-width:28%}:host(.split-pane-visible) ::slotted(.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}";var l=":host{--side-width:100%;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;contain:strict}::slotted(ion-menu.menu-pane-visible){-ms-flex:0 1 auto;flex:0 1 auto;width:var(--side-width);min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side),:host(.split-pane-visible) ::slotted(.split-pane-main){left:0;right:0;top:0;bottom:0;position:relative;-webkit-box-shadow:none !important;box-shadow:none !important;z-index:0}:host(.split-pane-visible) ::slotted(.split-pane-main){-ms-flex:1;flex:1}:host(.split-pane-visible) ::slotted(.split-pane-side:not(ion-menu)),:host(.split-pane-visible) ::slotted(ion-menu.split-pane-side.menu-enabled){display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}::slotted(.split-pane-side:not(ion-menu)){display:none}:host(.split-pane-visible) ::slotted(.split-pane-side){-ms-flex-order:-1;order:-1}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-ms-flex-order:1;order:1}:host{--border:1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));--side-min-width:270px;--side-max-width:28%}:host(.split-pane-visible) ::slotted(.split-pane-side){-webkit-border-start:0;border-inline-start:0;-webkit-border-end:var(--border);border-inline-end:var(--border);border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}:host(.split-pane-visible) ::slotted(.split-pane-side[side=end]){-webkit-border-start:var(--border);border-inline-start:var(--border);-webkit-border-end:0;border-inline-end:0;border-top:0;border-bottom:0;min-width:var(--side-min-width);max-width:var(--side-max-width)}";var d="split-pane-main";var p="split-pane-side";var h={xs:"(min-width: 0px)",sm:"(min-width: 576px)",md:"(min-width: 768px)",lg:"(min-width: 992px)",xl:"(min-width: 1200px)",never:""};var b=e("ion_split_pane",function(){function e(e){t(this,e);this.ionSplitPaneVisible=i(this,"ionSplitPaneVisible",7);this.visible=false;this.contentId=undefined;this.disabled=false;this.when=h["lg"]}e.prototype.visibleChanged=function(e){var t={visible:e,isPane:this.isPane.bind(this)};this.ionSplitPaneVisible.emit(t)};e.prototype.connectedCallback=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!(typeof customElements!=="undefined"&&customElements!=null))return[3,2];return[4,customElements.whenDefined("ion-split-pane")];case 1:e.sent();e.label=2;case 2:this.styleChildren();this.updateState();return[2]}}))}))};e.prototype.disconnectedCallback=function(){if(this.rmL){this.rmL();this.rmL=undefined}};e.prototype.updateState=function(){var e=this;if(this.rmL){this.rmL();this.rmL=undefined}if(this.disabled){this.visible=false;return}var t=this.when;if(typeof t==="boolean"){this.visible=t;return}var i=h[t]||t;if(i.length===0){this.visible=false;return}if(window.matchMedia){var n=function(t){e.visible=t.matches};var s=window.matchMedia(i);s.addListener(n);this.rmL=function(){return s.removeListener(n)};this.visible=s.matches}};e.prototype.isPane=function(e){if(!this.visible){return false}return e.parentElement===this.el&&e.classList.contains(p)};e.prototype.styleChildren=function(){var e=this.contentId;var t=this.el.children;var i=this.el.childElementCount;var n=false;for(var s=0;s<i;s++){var r=t[s];var o=e!==undefined&&r.id===e;if(o){if(n){console.warn("split pane cannot have more than one main node");return}n=true}f(r,o)}if(!n){console.warn("split pane does not have a specified main node")}};e.prototype.render=function(){var e;var t=o(this);return n(s,{class:(e={},e[t]=true,e["split-pane-".concat(t)]=true,e["split-pane-visible"]=this.visible,e)},n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return r(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{visible:["visibleChanged"],disabled:["updateState"],when:["updateState"]}},enumerable:false,configurable:true});return e}());var f=function(e,t){var i;var n;if(t){i=d;n=p}else{i=p;n=d}var s=e.classList;s.add(i);s.remove(n)};b.style={ios:a,md:l}}}}));
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{a as t,g as o,c as e}from"./p-d9bc4210.js";class n{constructor(){this.m=new Map}reset(t){this.m=new Map(Object.entries(t))}get(t,o){const e=this.m.get(t);return void 0!==e?e:o}getBoolean(t,o=!1){const e=this.m.get(t);return void 0===e?o:"string"==typeof e?"true"===e:!!e}getNumber(t,o){const e=parseFloat(this.m.get(t));return isNaN(e)?void 0!==o?o:NaN:e}set(t,o){this.m.set(t,o)}}const i=new n,r="ionic:",s="ionic-persist-config",c=t=>a(t),d=(t,o)=>("string"==typeof t&&(o=t,t=void 0),c(t).includes(o)),a=(t=window)=>{if(void 0===t)return[];t.Ionic=t.Ionic||{};let o=t.Ionic.platforms;return null==o&&(o=t.Ionic.platforms=u(t),o.forEach((o=>t.document.documentElement.classList.add(`plt-${o}`)))),o},u=t=>{const o=i.get("platform");return Object.keys(g).filter((e=>{const n=null==o?void 0:o[e];return"function"==typeof n?n(t):g[e](t)}))},l=t=>!!f(t,/iPad/i)||!(!f(t,/Macintosh/i)||!m(t)),p=t=>f(t,/android|sink/i),m=t=>w(t,"(any-pointer:coarse)"),v=t=>h(t)||b(t),h=t=>!!(t.cordova||t.phonegap||t.PhoneGap),b=t=>{const o=t.Capacitor;return!!(null==o?void 0:o.isNative)},f=(t,o)=>o.test(t.navigator.userAgent),w=(t,o)=>{var e;return null===(e=t.matchMedia)||void 0===e?void 0:e.call(t,o).matches},g={ipad:l,iphone:t=>f(t,/iPhone/i),ios:t=>f(t,/iPhone|iPod/i)||l(t),android:p,phablet:t=>{const o=t.innerWidth,e=t.innerHeight,n=Math.min(o,e),i=Math.max(o,e);return n>390&&n<520&&i>620&&i<800},tablet:t=>{const o=t.innerWidth,e=t.innerHeight,n=Math.min(o,e),i=Math.max(o,e);return l(t)||(t=>p(t)&&!f(t,/mobile/i))(t)||n>460&&n<820&&i>780&&i<1400},cordova:h,capacitor:b,electron:t=>f(t,/electron/i),pwa:t=>{var o;return!(!(null===(o=t.matchMedia)||void 0===o?void 0:o.call(t,"(display-mode: standalone)").matches)&&!t.navigator.standalone)},mobile:m,mobileweb:t=>m(t)&&!v(t),desktop:t=>!m(t),hybrid:v};let O;const y=t=>t&&o(t)||O,j=(o={})=>{if("undefined"==typeof window)return;const n=window.document,c=window,u=c.Ionic=c.Ionic||{},l={};o._ael&&(l.ael=o._ael),o._rel&&(l.rel=o._rel),o._ce&&(l.ce=o._ce),t(l);const p=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(t=>{try{const o=t.sessionStorage.getItem(s);return null!==o?JSON.parse(o):{}}catch(t){return{}}})(c)),{persistConfig:!1}),u.config),(t=>{const o={};return t.location.search.slice(1).split("&").map((t=>t.split("="))).map((([t,o])=>[decodeURIComponent(t),decodeURIComponent(o)])).filter((([t])=>{return t.substr(0,(o=r).length)===o;var o})).map((([t,o])=>[t.slice(6),o])).forEach((([t,e])=>{o[t]=e})),o})(c)),o);i.reset(p),i.getBoolean("persistConfig")&&((t,o)=>{try{t.sessionStorage.setItem(s,JSON.stringify(o))}catch(t){return}})(c,p),a(c),u.config=i,u.mode=O=i.get("mode",n.documentElement.getAttribute("mode")||(d(c,"ios")?"ios":"md")),i.set("mode",O),n.documentElement.setAttribute("mode",O),n.documentElement.classList.add(O),i.getBoolean("_testing")&&i.set("animated",!1);const m=t=>{var o;return null===(o=t.tagName)||void 0===o?void 0:o.startsWith("ION-")},v=t=>["ios","md"].includes(t);e((t=>{for(;t;){const o=t.mode||t.getAttribute("mode");if(o){if(v(o))return o;m(t)&&console.warn('Invalid ionic mode: "'+o+'", expected: "ios" or "md"')}t=t.parentElement}return O}))};export{d as a,y as b,i as c,c as g,j as i}
4
+ import{a as t,g as o,c as e}from"./p-06ac429a.js";class n{constructor(){this.m=new Map}reset(t){this.m=new Map(Object.entries(t))}get(t,o){const e=this.m.get(t);return void 0!==e?e:o}getBoolean(t,o=!1){const e=this.m.get(t);return void 0===e?o:"string"==typeof e?"true"===e:!!e}getNumber(t,o){const e=parseFloat(this.m.get(t));return isNaN(e)?void 0!==o?o:NaN:e}set(t,o){this.m.set(t,o)}}const i=new n,r="ionic:",s="ionic-persist-config",a=t=>d(t),c=(t,o)=>("string"==typeof t&&(o=t,t=void 0),a(t).includes(o)),d=(t=window)=>{if(void 0===t)return[];t.Ionic=t.Ionic||{};let o=t.Ionic.platforms;return null==o&&(o=t.Ionic.platforms=u(t),o.forEach((o=>t.document.documentElement.classList.add(`plt-${o}`)))),o},u=t=>{const o=i.get("platform");return Object.keys(g).filter((e=>{const n=null==o?void 0:o[e];return"function"==typeof n?n(t):g[e](t)}))},l=t=>!!f(t,/iPad/i)||!(!f(t,/Macintosh/i)||!m(t)),p=t=>f(t,/android|sink/i),m=t=>w(t,"(any-pointer:coarse)"),v=t=>h(t)||b(t),h=t=>!!(t.cordova||t.phonegap||t.PhoneGap),b=t=>{const o=t.Capacitor;return!!(null==o?void 0:o.isNative)},f=(t,o)=>o.test(t.navigator.userAgent),w=(t,o)=>{var e;return null===(e=t.matchMedia)||void 0===e?void 0:e.call(t,o).matches},g={ipad:l,iphone:t=>f(t,/iPhone/i),ios:t=>f(t,/iPhone|iPod/i)||l(t),android:p,phablet:t=>{const o=t.innerWidth,e=t.innerHeight,n=Math.min(o,e),i=Math.max(o,e);return n>390&&n<520&&i>620&&i<800},tablet:t=>{const o=t.innerWidth,e=t.innerHeight,n=Math.min(o,e),i=Math.max(o,e);return l(t)||(t=>p(t)&&!f(t,/mobile/i))(t)||n>460&&n<820&&i>780&&i<1400},cordova:h,capacitor:b,electron:t=>f(t,/electron/i),pwa:t=>{var o;return!(!(null===(o=t.matchMedia)||void 0===o?void 0:o.call(t,"(display-mode: standalone)").matches)&&!t.navigator.standalone)},mobile:m,mobileweb:t=>m(t)&&!v(t),desktop:t=>!m(t),hybrid:v};let O;const y=t=>t&&o(t)||O,j=(o={})=>{if("undefined"==typeof window)return;const n=window.document,a=window,u=a.Ionic=a.Ionic||{},l={};o._ael&&(l.ael=o._ael),o._rel&&(l.rel=o._rel),o._ce&&(l.ce=o._ce),t(l);const p=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(t=>{try{const o=t.sessionStorage.getItem(s);return null!==o?JSON.parse(o):{}}catch(t){return{}}})(a)),{persistConfig:!1}),u.config),(t=>{const o={};return t.location.search.slice(1).split("&").map((t=>t.split("="))).map((([t,o])=>[decodeURIComponent(t),decodeURIComponent(o)])).filter((([t])=>{return t.substr(0,(o=r).length)===o;var o})).map((([t,o])=>[t.slice(6),o])).forEach((([t,e])=>{o[t]=e})),o})(a)),o);i.reset(p),i.getBoolean("persistConfig")&&((t,o)=>{try{t.sessionStorage.setItem(s,JSON.stringify(o))}catch(t){return}})(a,p),d(a),u.config=i,u.mode=O=i.get("mode",n.documentElement.getAttribute("mode")||(c(a,"ios")?"ios":"md")),i.set("mode",O),n.documentElement.setAttribute("mode",O),n.documentElement.classList.add(O),i.getBoolean("_testing")&&i.set("animated",!1);const m=t=>{var o;return null===(o=t.tagName)||void 0===o?void 0:o.startsWith("ION-")},v=t=>["ios","md"].includes(t);e((t=>{for(;t;){const o=t.mode||t.getAttribute("mode");if(o){if(v(o))return o;m(t)&&console.warn('Invalid ionic mode: "'+o+'", expected: "ios" or "md"')}t=t.parentElement}return O}))};export{c as a,y as b,i as c,a as g,j as i}
@@ -0,0 +1,4 @@
1
+ var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{c(r.next(e))}catch(e){a(e)}}function u(e){try{c(r["throw"](e))}catch(e){a(e)}}function c(e){e.done?n(e.value):i(e.value).then(o,u)}c((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function u(e){return function(t){return c([e,t])}}function c(u){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,u[0]&&(n=0)),n)try{if(r=1,i&&(a=u[0]&2?i["return"]:u[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;if(i=0,a)u=[u[0]&2,a.value];switch(u[0]){case 0:case 1:a=u;break;case 4:n.label++;return{value:u[1],done:false};case 5:n.label++;i=u[1];u=[0];continue;case 7:u=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1];a=u;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(u);break}if(a[2])n.ops.pop();n.trys.pop();continue}u=t.call(e,n)}catch(e){u=[6,e];i=0}finally{r=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:true}}};
2
+ /*!
3
+ * (C) Ionic http://ionicframework.com - MIT License
4
+ */System.register([],(function(e){"use strict";return{execute:function(){var t=this;var n=e("c",(function(){var e;var n=function(){return __awaiter(t,void 0,void 0,(function(){var t,n;return __generator(this,(function(r){switch(r.label){case 0:t=e;e=new Promise((function(e){return n=e}));if(!(t!==undefined))return[3,2];return[4,t];case 1:r.sent();r.label=2;case 2:return[2,n]}}))}))};return{lock:n}}))}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ System.register(["./p-629aa3fd.system.js","./p-815c2fba.system.js","./p-44bc8b45.system.js","./p-8050b9b9.system.js","./p-939e0fa1.system.js"],(function(o){"use strict";var e,r,t,i,a,n,s,l,c,d,b,p;return{setters:[function(o){e=o.r;r=o.d;t=o.h;i=o.H;a=o.f},function(o){n=o.i},function(o){s=o.o;l=o.c;c=o.h},function(o){d=o.m;b=o.n},function(o){p=o.b}],execute:function(){var u=":host{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:-ms-inline-flexbox;display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-850, #2d4665);--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--color-active);--background-focused:var(--ion-color-step-50, rgba(233, 237, 243, 0.7));font-size:clamp(16px, 1rem, 22px)}:host(.breadcrumb-active){font-weight:600}.breadcrumb-native{border-radius:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:5px;padding-bottom:5px;border:1px solid transparent}:host(.ion-focused) .breadcrumb-native{border-radius:8px}:host(.in-breadcrumbs-color.ion-focused) .breadcrumb-native,:host(.ion-color.ion-focused) .breadcrumb-native{background:rgba(var(--ion-color-base-rgb), 0.1);color:var(--ion-color-base)}:host(.ion-focused) ::slotted(ion-icon),:host(.in-breadcrumbs-color.ion-focused) ::slotted(ion-icon),:host(.ion-color.ion-focused) ::slotted(ion-icon){color:var(--ion-color-step-750, #445b78)}.breadcrumb-separator{color:var(--ion-color-step-550, #73849a)}::slotted(ion-icon){color:var(--ion-color-step-400, #92a0b3);font-size:min(1.125rem, 21.6px)}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, #242d39)}.breadcrumbs-collapsed-indicator{border-radius:4px;background:var(--ion-color-step-100, #e9edf3);color:var(--ion-color-step-550, #73849a)}.breadcrumbs-collapsed-indicator:hover{opacity:0.45}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, #d9e0ea)}.breadcrumbs-collapsed-indicator ion-icon{font-size:min(1.375rem, 22px)}";var m=":host{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{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;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:-ms-inline-flexbox;display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-600, #677483);--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--ion-color-step-800, #35404e);--background-focused:var(--ion-color-step-50, #fff)}:host(.breadcrumb-active){font-weight:500}.breadcrumb-native{-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px}.breadcrumb-separator{-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:-1px}:host(.ion-focused) .breadcrumb-native{border-radius:4px;-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 8px rgba(0, 0, 0, 0.12);box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 8px rgba(0, 0, 0, 0.12)}.breadcrumb-separator{color:var(--ion-color-step-550, #73849a)}::slotted(ion-icon){color:var(--ion-color-step-550, #7d8894);font-size:1.125rem}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, #222d3a)}.breadcrumbs-collapsed-indicator{border-radius:2px;background:var(--ion-color-step-100, #eef1f3);color:var(--ion-color-step-550, #73849a)}.breadcrumbs-collapsed-indicator:hover{opacity:0.7}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, #dfe5e8)}";var h=o("ion_breadcrumb",function(){function o(o){var t=this;e(this,o);this.ionFocus=r(this,"ionFocus",7);this.ionBlur=r(this,"ionBlur",7);this.collapsedClick=r(this,"collapsedClick",7);this.inheritedAttributes={};this.onFocus=function(){t.ionFocus.emit()};this.onBlur=function(){t.ionBlur.emit()};this.collapsedIndicatorClick=function(){t.collapsedClick.emit({ionShadowTarget:t.collapsedRef})};this.collapsed=false;this.last=undefined;this.showCollapsedIndicator=undefined;this.color=undefined;this.active=false;this.disabled=false;this.download=undefined;this.href=undefined;this.rel=undefined;this.separator=undefined;this.target=undefined;this.routerDirection="forward";this.routerAnimation=undefined}o.prototype.componentWillLoad=function(){this.inheritedAttributes=n(this.el)};o.prototype.isClickable=function(){return this.href!==undefined};o.prototype.render=function(){var o;var e=this;var r=this,a=r.color,n=r.active,u=r.collapsed,m=r.disabled,h=r.download,f=r.el,g=r.inheritedAttributes,v=r.last,x=r.routerAnimation,y=r.routerDirection,w=r.separator,k=r.showCollapsedIndicator,C=r.target;var B=this.isClickable();var I=this.href===undefined?"span":"a";var z=m?undefined:this.href;var j=p(this);var A=I==="span"?{}:{download:h,href:z,target:C};var S=v?false:u?k&&!v?true:false:w;return t(i,{onClick:function(o){return s(z,o,y,x)},"aria-disabled":m?"true":null,class:l(a,(o={},o[j]=true,o["breadcrumb-active"]=n,o["breadcrumb-collapsed"]=u,o["breadcrumb-disabled"]=m,o["in-breadcrumbs-color"]=c("ion-breadcrumbs[color]",f),o["in-toolbar"]=c("ion-toolbar",this.el),o["in-toolbar-color"]=c("ion-toolbar[color]",this.el),o["ion-activatable"]=B,o["ion-focusable"]=B,o))},t(I,Object.assign({},A,{class:"breadcrumb-native",part:"native",disabled:m,onFocus:this.onFocus,onBlur:this.onBlur},g),t("slot",{name:"start"}),t("slot",null),t("slot",{name:"end"})),k&&t("button",{part:"collapsed-indicator","aria-label":"Show more breadcrumbs",onClick:function(){return e.collapsedIndicatorClick()},ref:function(o){return e.collapsedRef=o},class:{"breadcrumbs-collapsed-indicator":true}},t("ion-icon",{"aria-hidden":"true",icon:b,lazy:false})),S&&t("span",{class:"breadcrumb-separator",part:"separator","aria-hidden":"true"},t("slot",{name:"separator"},j==="ios"?t("ion-icon",{icon:d,lazy:false,"flip-rtl":true}):t("span",null,"/"))))};Object.defineProperty(o.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});return o}());h.style={ios:u,md:m};var f=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:0;padding-bottom:0;-ms-flex-pack:center;justify-content:center}";var g=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}";var v=o("ion_breadcrumbs",function(){function o(o){var t=this;e(this,o);this.ionCollapsedClick=r(this,"ionCollapsedClick",7);this.breadcrumbsInit=function(){t.setBreadcrumbSeparator();t.setMaxItems()};this.resetActiveBreadcrumb=function(){var o=t.getBreadcrumbs();var e=o.find((function(o){return o.active}));if(e&&t.activeChanged){e.active=false}};this.setMaxItems=function(){var o=t,e=o.itemsAfterCollapse,r=o.itemsBeforeCollapse,i=o.maxItems;var a=t.getBreadcrumbs();for(var n=0,s=a;n<s.length;n++){var l=s[n];l.showCollapsedIndicator=false;l.collapsed=false}var c=i!==undefined&&a.length>i&&r+e<=i;if(c){a.forEach((function(o,t){if(t===r){o.showCollapsedIndicator=true}if(t>=r&&t<a.length-e){o.collapsed=true}}))}};this.setBreadcrumbSeparator=function(){var o=t,e=o.itemsAfterCollapse,r=o.itemsBeforeCollapse,i=o.maxItems;var a=t.getBreadcrumbs();var n=a.find((function(o){return o.active}));for(var s=0,l=a;s<l.length;s++){var c=l[s];var d=i!==undefined&&e===0?c===a[r]:c===a[a.length-1];c.last=d;var b=c.separator!==undefined?c.separator:d?undefined:true;c.separator=b;if(!n&&d){c.active=true;t.activeChanged=true}}};this.getBreadcrumbs=function(){return Array.from(t.el.querySelectorAll("ion-breadcrumb"))};this.slotChanged=function(){t.resetActiveBreadcrumb();t.breadcrumbsInit()};this.collapsed=undefined;this.activeChanged=undefined;this.color=undefined;this.maxItems=undefined;this.itemsBeforeCollapse=1;this.itemsAfterCollapse=1}o.prototype.onCollapsedClick=function(o){var e=this.getBreadcrumbs();var r=e.filter((function(o){return o.collapsed}));this.ionCollapsedClick.emit(Object.assign(Object.assign({},o.detail),{collapsedBreadcrumbs:r}))};o.prototype.maxItemsChanged=function(){this.resetActiveBreadcrumb();this.breadcrumbsInit()};o.prototype.componentWillLoad=function(){this.breadcrumbsInit()};o.prototype.render=function(){var o;var e=this,r=e.color,a=e.collapsed;var n=p(this);return t(i,{class:l(r,(o={},o[n]=true,o["in-toolbar"]=c("ion-toolbar",this.el),o["in-toolbar-color"]=c("ion-toolbar[color]",this.el),o["breadcrumbs-collapsed"]=a,o))},t("slot",{onSlotchange:this.slotChanged}))};Object.defineProperty(o.prototype,"el",{get:function(){return a(this)},enumerable:false,configurable:true});Object.defineProperty(o,"watchers",{get:function(){return{maxItems:["maxItemsChanged"],itemsBeforeCollapse:["maxItemsChanged"],itemsAfterCollapse:["maxItemsChanged"]}},enumerable:false,configurable:true});return o}());v.style={ios:f,md:g}}}}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{r as o,h as i,H as r}from"./p-06ac429a.js";import{b as t}from"./p-76378400.js";import{c as a}from"./p-1d072d3d.js";const d=class{constructor(i){o(this,i)}render(){return i(r,{class:t(this)},i("slot",null))}};d.style={ios:":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:48px;height:48px}",md:":host{border-radius:var(--border-radius);display:block}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}:host{--border-radius:50%;width:64px;height:64px}"};const n=class{constructor(i){o(this,i),this.color=void 0}render(){const o=t(this);return i(r,{class:a(this.color,{[o]:!0})},i("slot",null))}};n.style={ios:":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{border-radius:10px;font-size:max(13px, 0.8125rem)}",md:":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}"};const e=class{constructor(i){o(this,i)}render(){return i(r,{class:t(this)},i("slot",null))}};e.style=":host{--size:48px;--border-radius:0;border-radius:var(--border-radius);display:block;width:var(--size);height:var(--size)}::slotted(ion-img),::slotted(img){border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}";export{d as ion_avatar,n as ion_badge,e as ion_thumbnail}
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * (C) Ionic http://ionicframework.com - MIT License
3
3
  */
4
- import{r as t,d as r,h as e,H as i,f as o}from"./p-d9bc4210.js";import{g as n}from"./p-38bc7b29.js";const a=class{constructor(e){t(this,e),this.ionInputModeChange=r(this,"ionInputModeChange",7),this.useInputMode=!1,this.isInHighlightBounds=t=>{const{highlightEl:r}=this;if(!r)return!1;const e=r.getBoundingClientRect();return!(t.clientX<e.left||t.clientX>e.right||t.clientY<e.top||t.clientY>e.bottom)},this.onFocusOut=t=>{const{relatedTarget:r}=t;(!r||"ION-PICKER-COLUMN-INTERNAL"!==r.tagName&&r!==this.inputEl)&&this.exitInputMode()},this.onFocusIn=t=>{const{target:r}=t;"ION-PICKER-COLUMN-INTERNAL"!==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:e,el:i}=this;if(this.isInHighlightBounds(t))if(r)this.actionOnClick="ION-PICKER-COLUMN-INTERNAL"===t.target.tagName?e&&e===t.target?()=>{this.enterInputMode()}:()=>{this.enterInputMode(t.target)}:()=>{this.exitInputMode()};else{const r=1===i.querySelectorAll("ion-picker-column-internal.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:e,el:i}=this;e&&i.querySelector("ion-picker-column-internal.picker-column-numeric-input")&&(this.useInputMode=!0,this.inputModeColumn=t,r?(this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),e.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 e=parseInt(t.key,10);Number.isNaN(e)||(r.value+=t.key,this.onInputChange())},this.selectSingleColumn=()=>{const{inputEl:t,inputModeColumn:r,singleColumnSearchTimeout:e}=this;if(!t||!r)return;const i=r.items.filter((t=>!0!==t.disabled));if(e&&clearTimeout(e),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 o=i.find((({text:r})=>r.replace(/^0+(?=[1-9])|0+(?=0$)/,"")===t.value));if(o)r.setValue(o.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,e="start")=>{const i="start"===e?/^0+/:/0$/,o=t.items.find((({text:t,disabled:e})=>!0!==e&&t.replace(i,"")===r));o&&t.setValue(o.value)},this.selectMultiColumn=()=>{const{inputEl:t,el:r}=this;if(!t)return;const e=Array.from(r.querySelectorAll("ion-picker-column-internal")).filter((t=>t.numericInput)),i=e[0],o=e[1];let n,a=t.value;switch(a.length){case 1:this.searchColumn(i,a);break;case 2:const r=t.value.substring(0,1);a="0"===r||"1"===r?t.value:r,this.searchColumn(i,a),1===a.length&&(n=t.value.substring(t.value.length-1),this.searchColumn(o,n,"end"));break;case 3:const e=t.value.substring(0,1);a="0"===e||"1"===e?t.value.substring(0,2):e,this.searchColumn(i,a),n=t.value.substring(1===a.length?1:2),this.searchColumn(o,n,"end");break;case 4:const s=t.value.substring(0,1);a="0"===s||"1"===s?t.value.substring(0,2):s,this.searchColumn(i,a);const c=t.value.substring(1===a.length?1:2,t.value.length);this.searchColumn(o,c,"end");break;default:const l=t.value.substring(t.value.length-4);t.value=l,this.selectMultiColumn()}},this.onInputChange=()=>{const{useInputMode:t,inputEl:r,inputModeColumn:e}=this;t&&r&&(e?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 e(i,{onPointerDown:t=>this.onPointerDown(t),onClick:()=>this.onClick()},e("input",{"aria-hidden":"true",tabindex:-1,inputmode:"numeric",type:"number",ref:t=>this.inputEl=t,onInput:()=>this.onInputChange(),onBlur:()=>this.exitInputMode()}),e("div",{class:"picker-before"}),e("div",{class:"picker-after"}),e("div",{class:"picker-highlight",ref:t=>this.highlightEl=t}),e("slot",null))}get el(){return o(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}@supports (inset-inline-start: 0){:host .picker-before{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-before{left:0}:host-context([dir=rtl]) .picker-before{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-before:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-after{top:116px;height:84px}@supports (inset-inline-start: 0){:host .picker-after{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-after{left:0}:host-context([dir=rtl]) .picker-after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-after:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-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(--wheel-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-internal:first-of-type){text-align:start}:host ::slotted(ion-picker-column-internal:last-of-type){text-align:end}:host ::slotted(ion-picker-column-internal:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-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(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--wheel-highlight-background, var(--ion-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}@supports (inset-inline-start: 0){:host .picker-before{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-before{left:0}:host-context([dir=rtl]) .picker-before{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-before:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-after{top:116px;height:84px}@supports (inset-inline-start: 0){:host .picker-after{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-after{left:0}:host-context([dir=rtl]) .picker-after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-after:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-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(--wheel-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-internal:first-of-type){text-align:start}:host ::slotted(ion-picker-column-internal:last-of-type){text-align:end}:host ::slotted(ion-picker-column-internal:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to bottom, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-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(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to top, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 30%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}"};export{a as ion_picker_internal}
4
+ import{r as t,d as r,h as e,H as i,f as o}from"./p-06ac429a.js";import{g as n}from"./p-63eb0acd.js";const a=class{constructor(e){t(this,e),this.ionInputModeChange=r(this,"ionInputModeChange",7),this.useInputMode=!1,this.isInHighlightBounds=t=>{const{highlightEl:r}=this;if(!r)return!1;const e=r.getBoundingClientRect();return!(t.clientX<e.left||t.clientX>e.right||t.clientY<e.top||t.clientY>e.bottom)},this.onFocusOut=t=>{const{relatedTarget:r}=t;(!r||"ION-PICKER-COLUMN-INTERNAL"!==r.tagName&&r!==this.inputEl)&&this.exitInputMode()},this.onFocusIn=t=>{const{target:r}=t;"ION-PICKER-COLUMN-INTERNAL"!==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:e,el:i}=this;if(this.isInHighlightBounds(t))if(r)this.actionOnClick="ION-PICKER-COLUMN-INTERNAL"===t.target.tagName?e&&e===t.target?()=>{this.enterInputMode()}:()=>{this.enterInputMode(t.target)}:()=>{this.exitInputMode()};else{const r=1===i.querySelectorAll("ion-picker-column-internal.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:e,el:i}=this;e&&i.querySelector("ion-picker-column-internal.picker-column-numeric-input")&&(this.useInputMode=!0,this.inputModeColumn=t,r?(this.destroyKeypressListener&&(this.destroyKeypressListener(),this.destroyKeypressListener=void 0),e.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 e=parseInt(t.key,10);Number.isNaN(e)||(r.value+=t.key,this.onInputChange())},this.selectSingleColumn=()=>{const{inputEl:t,inputModeColumn:r,singleColumnSearchTimeout:e}=this;if(!t||!r)return;const i=r.items.filter((t=>!0!==t.disabled));if(e&&clearTimeout(e),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 o=i.find((({text:r})=>r.replace(/^0+(?=[1-9])|0+(?=0$)/,"")===t.value));if(o)r.setValue(o.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,e="start")=>{const i="start"===e?/^0+/:/0$/,o=t.items.find((({text:t,disabled:e})=>!0!==e&&t.replace(i,"")===r));o&&t.setValue(o.value)},this.selectMultiColumn=()=>{const{inputEl:t,el:r}=this;if(!t)return;const e=Array.from(r.querySelectorAll("ion-picker-column-internal")).filter((t=>t.numericInput)),i=e[0],o=e[1];let n,a=t.value;switch(a.length){case 1:this.searchColumn(i,a);break;case 2:const r=t.value.substring(0,1);a="0"===r||"1"===r?t.value:r,this.searchColumn(i,a),1===a.length&&(n=t.value.substring(t.value.length-1),this.searchColumn(o,n,"end"));break;case 3:const e=t.value.substring(0,1);a="0"===e||"1"===e?t.value.substring(0,2):e,this.searchColumn(i,a),n=t.value.substring(1===a.length?1:2),this.searchColumn(o,n,"end");break;case 4:const s=t.value.substring(0,1);a="0"===s||"1"===s?t.value.substring(0,2):s,this.searchColumn(i,a);const c=t.value.substring(1===a.length?1:2,t.value.length);this.searchColumn(o,c,"end");break;default:const l=t.value.substring(t.value.length-4);t.value=l,this.selectMultiColumn()}},this.onInputChange=()=>{const{useInputMode:t,inputEl:r,inputModeColumn:e}=this;t&&r&&(e?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 e(i,{onPointerDown:t=>this.onPointerDown(t),onClick:()=>this.onClick()},e("input",{"aria-hidden":"true",tabindex:-1,inputmode:"numeric",type:"number",ref:t=>this.inputEl=t,onInput:()=>this.onInputChange(),onBlur:()=>this.exitInputMode()}),e("div",{class:"picker-before"}),e("div",{class:"picker-after"}),e("div",{class:"picker-highlight",ref:t=>this.highlightEl=t}),e("slot",null))}get el(){return o(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}@supports (inset-inline-start: 0){:host .picker-before{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-before{left:0}:host-context([dir=rtl]) .picker-before{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-before:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-after{top:116px;height:84px}@supports (inset-inline-start: 0){:host .picker-after{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-after{left:0}:host-context([dir=rtl]) .picker-after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-after:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-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(--wheel-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-internal:first-of-type){text-align:start}:host ::slotted(ion-picker-column-internal:last-of-type){text-align:end}:host ::slotted(ion-picker-column-internal:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to bottom, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-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(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), to(rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8)));background:linear-gradient(to top, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0.8) 100%)}:host .picker-highlight{background:var(--wheel-highlight-background, var(--ion-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}@supports (inset-inline-start: 0){:host .picker-before{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-before{left:0}:host-context([dir=rtl]) .picker-before{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-before:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-after{top:116px;height:84px}@supports (inset-inline-start: 0){:host .picker-after{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host .picker-after{left:0}:host-context([dir=rtl]) .picker-after{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host .picker-after:dir(rtl){left:unset;right:unset;right:0}}}:host .picker-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(--wheel-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-internal:first-of-type){text-align:start}:host ::slotted(ion-picker-column-internal:last-of-type){text-align:end}:host ::slotted(ion-picker-column-internal:only-child){text-align:center}:host .picker-before{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to bottom, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 20%, rgba(var(--wheel-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(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1)), color-stop(90%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0)));background:linear-gradient(to top, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 1) 30%, rgba(var(--wheel-fade-background-rgb, var(--background-rgb, var(--ion-background-color-rgb, 255, 255, 255))), 0) 90%)}"};export{a as ion_picker_internal}
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ import{d as t}from"./p-b347cfd1.js";import{u as e,v as o}from"./p-63eb0acd.js";const i=i=>{if(void 0===t)return;let d,l,p,v=10*-u,m=0;const b=i.getBoolean("animated",!0)&&i.getBoolean("rippleEffect",!0),h=new WeakMap,w=t=>{v=e(t),x(t)},T=()=>{p&&clearTimeout(p),p=void 0,d&&(y(!1),d=void 0)},j=t=>{d||D(n(t),t)},x=t=>{D(void 0,t)},D=(t,e)=>{if(t&&t===d)return;p&&clearTimeout(p),p=void 0;const{x:i,y:n}=o(e);if(d){if(h.has(d))throw new Error("internal error");d.classList.contains(a)||E(d,i,n),y(!0)}if(t){const e=h.get(t);e&&(clearTimeout(e),h.delete(t)),t.classList.remove(a);const o=()=>{E(t,i,n),p=void 0};r(t)?o():p=setTimeout(o,s)}d=t},E=(t,e,o)=>{if(m=Date.now(),t.classList.add(a),!b)return;const i=c(t);null!==i&&(k(),l=i.addRipple(e,o))},k=()=>{void 0!==l&&(l.then((t=>t())),l=void 0)},y=t=>{k();const e=d;if(!e)return;const o=f-Date.now()+m;if(t&&o>0&&!r(e)){const t=setTimeout((()=>{e.classList.remove(a),h.delete(e)}),f);h.set(e,t)}else e.classList.remove(a)};t.addEventListener("ionGestureCaptured",T),t.addEventListener("touchstart",(t=>{v=e(t),j(t)}),!0),t.addEventListener("touchcancel",w,!0),t.addEventListener("touchend",w,!0),t.addEventListener("pointercancel",T,!0),t.addEventListener("mousedown",(t=>{if(2===t.button)return;const o=e(t)-u;v<o&&j(t)}),!0),t.addEventListener("mouseup",(t=>{const o=e(t)-u;v<o&&x(t)}),!0)},n=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}}},r=t=>t.classList.contains("ion-activatable-instant"),c=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",s=100,f=150,u=2500;export{i as startTapClick}