@sparkle-learning/core 0.0.29 → 0.0.32

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 (656) hide show
  1. package/dist/cjs/{PrivateRoute-81e20cbf.js → PrivateRoute-043bb7d3.js} +2 -2
  2. package/dist/cjs/{active-router-3bd7b540.js → active-router-eedb3bfe.js} +1 -1
  3. package/dist/cjs/{animation-05337433.js → animation-6132e37f.js} +28 -4
  4. package/dist/cjs/app-globals-9869bf67.js +9 -0
  5. package/dist/cjs/{auth.store-aba3d22f.js → auth.store-ff3fda09.js} +1869 -357
  6. package/dist/cjs/compass-svg.cjs.entry.js +1 -1
  7. package/dist/cjs/context-consumer.cjs.entry.js +1 -1
  8. package/dist/cjs/course-select.cjs.entry.js +1 -1
  9. package/dist/cjs/{cubic-bezier-24e309bf.js → cubic-bezier-293f4663.js} +3 -0
  10. package/dist/cjs/dir-5af5259a.js +20 -0
  11. package/dist/cjs/{facilitator.service-e1e2f719.js → facilitator.service-faac5c0c.js} +1 -1
  12. package/dist/cjs/{feed.service-032c2ecc.js → feed.service-66405969.js} +6 -6
  13. package/dist/cjs/focus-visible-ad3828a7.js +63 -0
  14. package/dist/cjs/framework-delegate-2470a246.js +113 -0
  15. package/dist/cjs/{gesture-controller-e824cfb3.js → gesture-controller-07c31f70.js} +3 -0
  16. package/dist/cjs/{haptic-415dac5b.js → haptic-91e86eb7.js} +3 -0
  17. package/dist/cjs/{hardware-back-button-ca468aae.js → hardware-back-button-f7b5d99e.js} +3 -0
  18. package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +17999 -0
  19. package/dist/cjs/{helpers-26770c32.js → helpers-7e28976c.js} +122 -3
  20. package/dist/cjs/{icons-a0fef92b.js → icons-80d477f6.js} +1 -1
  21. package/dist/cjs/{index-427d03fb.js → index-185f9c5a.js} +3 -0
  22. package/dist/cjs/{index-6eff209d.js → index-43642662.js} +24 -3
  23. package/dist/cjs/{index-7bcd36a0.js → index-459a5fa9.js} +20 -4
  24. package/dist/cjs/index-8540d72e.js +42 -0
  25. package/dist/cjs/{index-58b3ee93.js → index-b12edb26.js} +34 -5
  26. package/dist/cjs/{index-fbf4d3bf.js → index-bae2a754.js} +303 -207
  27. package/dist/cjs/index.cjs.js +7 -7
  28. package/dist/cjs/index.es-ef3efdfb.js +10671 -0
  29. package/dist/cjs/{input-shims-213e83f8.js → input-shims-6c442c9f.js} +34 -10
  30. package/dist/cjs/ion-accordion-group.cjs.entry.js +197 -0
  31. package/dist/cjs/ion-accordion.cjs.entry.js +340 -0
  32. package/dist/cjs/ion-action-sheet_4.cjs.entry.js +2203 -0
  33. package/dist/cjs/ion-app.cjs.entry.js +23 -8
  34. package/dist/cjs/ion-back-button.cjs.entry.js +14 -9
  35. package/dist/cjs/ion-backdrop.cjs.entry.js +3 -3
  36. package/dist/cjs/ion-badge.cjs.entry.js +3 -3
  37. package/dist/cjs/ion-breadcrumb.cjs.entry.js +103 -0
  38. package/dist/cjs/ion-breadcrumbs.cjs.entry.js +135 -0
  39. package/dist/cjs/ion-buttons_3.cjs.entry.js +7 -6
  40. package/dist/cjs/ion-card-header.cjs.entry.js +3 -3
  41. package/dist/cjs/ion-card-subtitle.cjs.entry.js +3 -3
  42. package/dist/cjs/ion-card-title.cjs.entry.js +3 -3
  43. package/dist/cjs/ion-chip.cjs.entry.js +3 -3
  44. package/dist/cjs/ion-content_2.cjs.entry.js +144 -56
  45. package/dist/cjs/ion-datetime.cjs.entry.js +1902 -779
  46. package/dist/cjs/ion-fab-button.cjs.entry.js +5 -4
  47. package/dist/cjs/ion-fab-list.cjs.entry.js +2 -2
  48. package/dist/cjs/ion-fab.cjs.entry.js +2 -2
  49. package/dist/cjs/ion-footer.cjs.entry.js +79 -4
  50. package/dist/cjs/ion-img.cjs.entry.js +33 -7
  51. package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +3 -3
  52. package/dist/cjs/ion-infinite-scroll.cjs.entry.js +4 -2
  53. package/dist/cjs/ion-item-divider.cjs.entry.js +3 -3
  54. package/dist/cjs/ion-item-group.cjs.entry.js +2 -2
  55. package/dist/cjs/ion-item-option.cjs.entry.js +4 -4
  56. package/dist/cjs/ion-item-options.cjs.entry.js +3 -3
  57. package/dist/cjs/ion-item-sliding.cjs.entry.js +52 -8
  58. package/dist/cjs/ion-loading.cjs.entry.js +23 -11
  59. package/dist/cjs/ion-menu-button.cjs.entry.js +17 -11
  60. package/dist/cjs/ion-menu-toggle.cjs.entry.js +7 -7
  61. package/dist/cjs/ion-menu.cjs.entry.js +141 -29
  62. package/dist/cjs/ion-modal.cjs.entry.js +649 -75
  63. package/dist/cjs/ion-nav-link.cjs.entry.js +4 -1
  64. package/dist/cjs/ion-nav.cjs.entry.js +140 -137
  65. package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +700 -0
  66. package/dist/cjs/ion-picker-column.cjs.entry.js +5 -5
  67. package/dist/cjs/ion-picker.cjs.entry.js +18 -11
  68. package/dist/cjs/ion-progress-bar.cjs.entry.js +17 -13
  69. package/dist/cjs/ion-refresher-content.cjs.entry.js +7 -6
  70. package/dist/cjs/ion-refresher.cjs.entry.js +83 -84
  71. package/dist/cjs/ion-reorder-group.cjs.entry.js +9 -8
  72. package/dist/cjs/ion-reorder.cjs.entry.js +5 -4
  73. package/dist/cjs/ion-route-redirect.cjs.entry.js +1 -1
  74. package/dist/cjs/ion-route.cjs.entry.js +1 -1
  75. package/dist/cjs/ion-router-link.cjs.entry.js +3 -3
  76. package/dist/cjs/ion-router-outlet.cjs.entry.js +50 -12
  77. package/dist/cjs/ion-router.cjs.entry.js +378 -234
  78. package/dist/cjs/ion-searchbar.cjs.entry.js +50 -17
  79. package/dist/cjs/ion-segment-button.cjs.entry.js +12 -9
  80. package/dist/cjs/ion-segment.cjs.entry.js +89 -10
  81. package/dist/cjs/ion-select_2.cjs.entry.js +64 -30
  82. package/dist/cjs/ion-skeleton-text.cjs.entry.js +4 -4
  83. package/dist/cjs/ion-slide.cjs.entry.js +2 -2
  84. package/dist/cjs/ion-slides.cjs.entry.js +19 -32
  85. package/dist/cjs/ion-split-pane.cjs.entry.js +8 -3
  86. package/dist/cjs/ion-tab-bar.cjs.entry.js +25 -12
  87. package/dist/cjs/ion-tab-button.cjs.entry.js +2 -2
  88. package/dist/cjs/ion-tab.cjs.entry.js +3 -2
  89. package/dist/cjs/ion-tabs.cjs.entry.js +1 -1
  90. package/dist/cjs/ion-textarea.cjs.entry.js +9 -8
  91. package/dist/cjs/ion-thumbnail.cjs.entry.js +2 -2
  92. package/dist/cjs/ion-toast.cjs.entry.js +37 -27
  93. package/dist/cjs/ion-toggle.cjs.entry.js +15 -15
  94. package/dist/cjs/ion-virtual-scroll.cjs.entry.js +13 -3
  95. package/dist/cjs/{ionic-global-4930d319.js → ionic-global-878073d1.js} +103 -77
  96. package/dist/cjs/{ios.transition-6e1fd3d6.js → ios.transition-c3bfb096.js} +8 -5
  97. package/dist/cjs/{keyboard-1dcbde6c.js → keyboard-dfd76ac3.js} +3 -0
  98. package/dist/cjs/loader.cjs.js +5 -5
  99. package/dist/cjs/{md.transition-3652ad78.js → md.transition-7eb9a1a7.js} +7 -4
  100. package/dist/cjs/{menu-toggle-util-a8fb4c56.js → menu-toggle-util-cb549c2c.js} +4 -1
  101. package/dist/cjs/{overlays-08a817ea.js → overlays-0a748609.js} +188 -47
  102. package/dist/cjs/{purify-a443f0eb.js → purify-d0ad2883.js} +187 -74
  103. package/dist/cjs/sparkle-animation-player.cjs.entry.js +2 -2
  104. package/dist/cjs/sparkle-character-intro.cjs.entry.js +1 -1
  105. package/dist/cjs/sparkle-code.cjs.entry.js +2 -2
  106. package/dist/cjs/sparkle-compass-post.cjs.entry.js +1 -1
  107. package/dist/cjs/sparkle-compass.cjs.entry.js +1 -1
  108. package/dist/cjs/sparkle-core.cjs.js +7 -7
  109. package/dist/cjs/sparkle-emoji.cjs.entry.js +1 -1
  110. package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +7 -7
  111. package/dist/cjs/sparkle-feed-post.cjs.entry.js +1 -1
  112. package/dist/cjs/sparkle-feedback.cjs.entry.js +7 -7
  113. package/dist/cjs/sparkle-goal-form.cjs.entry.js +8 -8
  114. package/dist/cjs/sparkle-gww-comment-list.cjs.entry.js +1 -1
  115. package/dist/cjs/sparkle-gww-graph.cjs.entry.js +1 -1
  116. package/dist/cjs/sparkle-lower-content-nav.cjs.entry.js +1 -1
  117. package/dist/cjs/sparkle-menu-collapsible.cjs.entry.js +2 -2
  118. package/dist/cjs/sparkle-modal-image.cjs.entry.js +1 -1
  119. package/dist/cjs/sparkle-notfound-page.cjs.entry.js +1 -1
  120. package/dist/cjs/sparkle-overlay.cjs.entry.js +1 -1
  121. package/dist/cjs/sparkle-poll.cjs.entry.js +1 -1
  122. package/dist/cjs/sparkle-quiz-container.cjs.entry.js +1 -1
  123. package/dist/cjs/sparkle-quiz-feedback_5.cjs.entry.js +1 -1
  124. package/dist/cjs/sparkle-quiz.cjs.entry.js +2 -2
  125. package/dist/cjs/sparkle-select.cjs.entry.js +1 -1
  126. package/dist/cjs/sparkle-sidebar.cjs.entry.js +1 -1
  127. package/dist/cjs/sparkle-tab.cjs.entry.js +1 -1
  128. package/dist/cjs/sparkle-table-of-contents.cjs.entry.js +1 -1
  129. package/dist/cjs/sparkle-tabs.cjs.entry.js +1 -1
  130. package/dist/cjs/sparkle-youtube.cjs.entry.js +2 -2
  131. package/dist/cjs/{spinner-configs-559523fd.js → spinner-configs-6f6b7ef0.js} +36 -1
  132. package/dist/cjs/status-tap-8697433c.js +40 -0
  133. package/dist/cjs/stencil-async-content.cjs.entry.js +1 -1
  134. package/dist/cjs/stencil-route-title.cjs.entry.js +2 -2
  135. package/dist/cjs/stencil-router-prompt.cjs.entry.js +2 -2
  136. package/dist/cjs/{student.service-41c7c78d.js → student.service-744c3155.js} +1 -1
  137. package/dist/cjs/{swipe-back-c1951cbd.js → swipe-back-7e08b5e0.js} +32 -8
  138. package/dist/cjs/{swiper.bundle-cbea42d8.js → swiper.bundle-8c897c07.js} +4 -4
  139. package/dist/cjs/{tap-click-cd858b48.js → tap-click-1caf1780.js} +8 -1
  140. package/dist/cjs/{theme-98ccfc24.js → theme-4252ac15.js} +3 -0
  141. package/dist/cjs/util-d383acb8.js +2462 -0
  142. package/dist/collection/collection-manifest.json +8 -2
  143. package/dist/collection/components/layout/page/page.js +1 -2
  144. package/dist/collection/components/sparkle-youtube/sparkle-youtube.js +6 -2
  145. package/dist/collection/models/course.model.js +6 -0
  146. package/dist/esm/{PrivateRoute-df0d1e6b.js → PrivateRoute-b9937c45.js} +2 -2
  147. package/dist/esm/{active-router-b3ae32c7.js → active-router-909088d6.js} +1 -1
  148. package/dist/esm/{animation-72fdacfb.js → animation-b306f6c2.js} +28 -4
  149. package/dist/esm/app-globals-5c736ae5.js +7 -0
  150. package/dist/esm/auth.store-3ed2389e.js +4061 -0
  151. package/dist/esm/compass-svg.entry.js +1 -1
  152. package/dist/esm/context-consumer.entry.js +1 -1
  153. package/dist/esm/course-select.entry.js +1 -1
  154. package/dist/esm/{cubic-bezier-ed243a9b.js → cubic-bezier-a7ad9c8e.js} +3 -0
  155. package/dist/esm/dir-03012648.js +18 -0
  156. package/dist/esm/{facilitator.service-cddb2feb.js → facilitator.service-ec0a9739.js} +1 -1
  157. package/dist/esm/{feed.service-694d3d54.js → feed.service-33b83cb7.js} +6 -6
  158. package/dist/esm/focus-visible-40cda868.js +61 -0
  159. package/dist/esm/framework-delegate-3bc58c27.js +109 -0
  160. package/dist/esm/{gesture-controller-604336b7.js → gesture-controller-686622ba.js} +3 -0
  161. package/dist/esm/{haptic-67928174.js → haptic-99c9e346.js} +4 -1
  162. package/dist/esm/{hardware-back-button-508e48cf.js → hardware-back-button-b6ccf74a.js} +3 -0
  163. package/dist/esm/header-mobile-collapse_61.entry.js +17935 -0
  164. package/dist/esm/{helpers-e7f66b2b.js → helpers-39367fe1.js} +119 -4
  165. package/dist/esm/{icons-33e5804c.js → icons-61dec176.js} +1 -1
  166. package/dist/esm/{index-cc97b114.js → index-435af8e6.js} +3 -0
  167. package/dist/esm/{index-55fc9f5e.js → index-5568e3fa.js} +303 -208
  168. package/dist/esm/{index-dc09784f.js → index-9594837e.js} +20 -4
  169. package/dist/esm/{index-b2ad0f1a.js → index-a12c14bd.js} +25 -4
  170. package/dist/esm/{index-a94619f9.js → index-c26d8655.js} +34 -5
  171. package/dist/esm/index-dc61f152.js +22 -0
  172. package/dist/esm/index.es-97dd8174.js +10585 -0
  173. package/dist/esm/index.js +7 -7
  174. package/dist/esm/{input-shims-3a97fa86.js → input-shims-cc98ea92.js} +34 -10
  175. package/dist/esm/ion-accordion-group.entry.js +193 -0
  176. package/dist/esm/ion-accordion.entry.js +336 -0
  177. package/dist/esm/ion-action-sheet_4.entry.js +2196 -0
  178. package/dist/esm/ion-app.entry.js +23 -8
  179. package/dist/esm/ion-back-button.entry.js +14 -9
  180. package/dist/esm/ion-backdrop.entry.js +3 -3
  181. package/dist/esm/ion-badge.entry.js +3 -3
  182. package/dist/esm/ion-breadcrumb.entry.js +99 -0
  183. package/dist/esm/ion-breadcrumbs.entry.js +131 -0
  184. package/dist/esm/ion-buttons_3.entry.js +7 -6
  185. package/dist/esm/ion-card-header.entry.js +3 -3
  186. package/dist/esm/ion-card-subtitle.entry.js +3 -3
  187. package/dist/esm/ion-card-title.entry.js +3 -3
  188. package/dist/esm/ion-chip.entry.js +3 -3
  189. package/dist/esm/ion-content_2.entry.js +144 -56
  190. package/dist/esm/ion-datetime.entry.js +1902 -779
  191. package/dist/esm/ion-fab-button.entry.js +5 -4
  192. package/dist/esm/ion-fab-list.entry.js +2 -2
  193. package/dist/esm/ion-fab.entry.js +2 -2
  194. package/dist/esm/ion-footer.entry.js +79 -4
  195. package/dist/esm/ion-img.entry.js +33 -7
  196. package/dist/esm/ion-infinite-scroll-content.entry.js +3 -3
  197. package/dist/esm/ion-infinite-scroll.entry.js +4 -2
  198. package/dist/esm/ion-item-divider.entry.js +3 -3
  199. package/dist/esm/ion-item-group.entry.js +2 -2
  200. package/dist/esm/ion-item-option.entry.js +4 -4
  201. package/dist/esm/ion-item-options.entry.js +3 -3
  202. package/dist/esm/ion-item-sliding.entry.js +52 -8
  203. package/dist/esm/ion-loading.entry.js +23 -11
  204. package/dist/esm/ion-menu-button.entry.js +17 -11
  205. package/dist/esm/ion-menu-toggle.entry.js +7 -7
  206. package/dist/esm/ion-menu.entry.js +141 -29
  207. package/dist/esm/ion-modal.entry.js +649 -75
  208. package/dist/esm/ion-nav-link.entry.js +4 -1
  209. package/dist/esm/ion-nav.entry.js +140 -137
  210. package/dist/esm/ion-picker-column-internal_2.entry.js +695 -0
  211. package/dist/esm/ion-picker-column.entry.js +5 -5
  212. package/dist/esm/ion-picker.entry.js +18 -11
  213. package/dist/esm/ion-progress-bar.entry.js +17 -13
  214. package/dist/esm/ion-refresher-content.entry.js +7 -6
  215. package/dist/esm/ion-refresher.entry.js +82 -83
  216. package/dist/esm/ion-reorder-group.entry.js +9 -8
  217. package/dist/esm/ion-reorder.entry.js +5 -4
  218. package/dist/esm/ion-route-redirect.entry.js +1 -1
  219. package/dist/esm/ion-route.entry.js +1 -1
  220. package/dist/esm/ion-router-link.entry.js +3 -3
  221. package/dist/esm/ion-router-outlet.entry.js +50 -12
  222. package/dist/esm/ion-router.entry.js +378 -234
  223. package/dist/esm/ion-searchbar.entry.js +50 -17
  224. package/dist/esm/ion-segment-button.entry.js +12 -9
  225. package/dist/esm/ion-segment.entry.js +89 -10
  226. package/dist/esm/ion-select_2.entry.js +64 -30
  227. package/dist/esm/ion-skeleton-text.entry.js +4 -4
  228. package/dist/esm/ion-slide.entry.js +2 -2
  229. package/dist/esm/ion-slides.entry.js +19 -32
  230. package/dist/esm/ion-split-pane.entry.js +8 -3
  231. package/dist/esm/ion-tab-bar.entry.js +25 -12
  232. package/dist/esm/ion-tab-button.entry.js +2 -2
  233. package/dist/esm/ion-tab.entry.js +3 -2
  234. package/dist/esm/ion-tabs.entry.js +1 -1
  235. package/dist/esm/ion-textarea.entry.js +9 -8
  236. package/dist/esm/ion-thumbnail.entry.js +2 -2
  237. package/dist/esm/ion-toast.entry.js +37 -27
  238. package/dist/esm/ion-toggle.entry.js +15 -15
  239. package/dist/esm/ion-virtual-scroll.entry.js +13 -3
  240. package/dist/esm/{ionic-global-1f9287cc.js → ionic-global-0939c477.js} +103 -77
  241. package/dist/esm/{ios.transition-d01abefd.js → ios.transition-b4ca8a33.js} +8 -5
  242. package/dist/esm/{keyboard-06906eac.js → keyboard-2503e874.js} +3 -0
  243. package/dist/esm/loader.js +5 -5
  244. package/dist/esm/{md.transition-245ffa55.js → md.transition-ca5e0322.js} +7 -4
  245. package/dist/esm/{menu-toggle-util-fe83fcf5.js → menu-toggle-util-7fa22c2f.js} +4 -1
  246. package/dist/esm/{overlays-8363621c.js → overlays-34cfa9e0.js} +187 -47
  247. package/dist/esm/polyfills/css-shim.js +1 -1
  248. package/dist/esm/polyfills/index.js +2 -2
  249. package/dist/esm/{purify-7e29b899.js → purify-ffce2b4c.js} +185 -72
  250. package/dist/esm/sparkle-animation-player.entry.js +2 -2
  251. package/dist/esm/sparkle-character-intro.entry.js +1 -1
  252. package/dist/esm/sparkle-code.entry.js +2 -2
  253. package/dist/esm/sparkle-compass-post.entry.js +1 -1
  254. package/dist/esm/sparkle-compass.entry.js +1 -1
  255. package/dist/esm/sparkle-core.js +7 -7
  256. package/dist/esm/sparkle-emoji.entry.js +1 -1
  257. package/dist/esm/sparkle-facilitator-notes-form.entry.js +7 -7
  258. package/dist/esm/sparkle-feed-post.entry.js +1 -1
  259. package/dist/esm/sparkle-feedback.entry.js +7 -7
  260. package/dist/esm/sparkle-goal-form.entry.js +8 -8
  261. package/dist/esm/sparkle-gww-comment-list.entry.js +1 -1
  262. package/dist/esm/sparkle-gww-graph.entry.js +1 -1
  263. package/dist/esm/sparkle-lower-content-nav.entry.js +1 -1
  264. package/dist/esm/sparkle-menu-collapsible.entry.js +2 -2
  265. package/dist/esm/sparkle-modal-image.entry.js +1 -1
  266. package/dist/esm/sparkle-notfound-page.entry.js +1 -1
  267. package/dist/esm/sparkle-overlay.entry.js +1 -1
  268. package/dist/esm/sparkle-poll.entry.js +1 -1
  269. package/dist/esm/sparkle-quiz-container.entry.js +1 -1
  270. package/dist/esm/sparkle-quiz-feedback_5.entry.js +1 -1
  271. package/dist/esm/sparkle-quiz.entry.js +2 -2
  272. package/dist/esm/sparkle-select.entry.js +1 -1
  273. package/dist/esm/sparkle-sidebar.entry.js +1 -1
  274. package/dist/esm/sparkle-tab.entry.js +1 -1
  275. package/dist/esm/sparkle-table-of-contents.entry.js +1 -1
  276. package/dist/esm/sparkle-tabs.entry.js +1 -1
  277. package/dist/esm/sparkle-youtube.entry.js +2 -2
  278. package/dist/esm/{spinner-configs-9536fae2.js → spinner-configs-f609a655.js} +36 -1
  279. package/dist/esm/status-tap-6351a0cb.js +38 -0
  280. package/dist/esm/stencil-async-content.entry.js +1 -1
  281. package/dist/esm/stencil-route-title.entry.js +2 -2
  282. package/dist/esm/stencil-router-prompt.entry.js +2 -2
  283. package/dist/esm/{student.service-c36c5a75.js → student.service-29b688ba.js} +1 -1
  284. package/dist/esm/{swipe-back-21f58ecf.js → swipe-back-34251834.js} +32 -8
  285. package/dist/esm/{swiper.bundle-d4422d52.js → swiper.bundle-b6a959de.js} +4 -4
  286. package/dist/esm/{tap-click-8c728329.js → tap-click-13f1fb0d.js} +8 -1
  287. package/dist/esm/{theme-12606872.js → theme-c336c9d9.js} +3 -0
  288. package/dist/esm/util-6ef753e9.js +2451 -0
  289. package/dist/loader/index.d.ts +0 -1
  290. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.ios.css +75 -0
  291. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.md.css +72 -0
  292. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.ios.css +25 -0
  293. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +59 -0
  294. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +10 -19
  295. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +19 -16
  296. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +2 -2
  297. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +4 -0
  298. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +4 -0
  299. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +234 -0
  300. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +237 -0
  301. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +38 -0
  302. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css +37 -0
  303. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +0 -1
  304. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +5 -5
  305. package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +60 -14
  306. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +586 -68
  307. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +575 -68
  308. package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +4 -0
  309. package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +16 -0
  310. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +9 -0
  311. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +9 -0
  312. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +105 -17
  313. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +295 -22
  314. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +6 -6
  315. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +6 -6
  316. package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +2 -2
  317. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +7 -3
  318. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +100 -18
  319. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +1 -1
  320. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +2 -2
  321. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +2 -2
  322. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +74 -11
  323. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +48 -4
  324. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +59 -0
  325. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +62 -0
  326. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +122 -0
  327. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +118 -0
  328. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +83 -0
  329. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +49 -0
  330. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +53 -38
  331. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +53 -38
  332. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +3 -3
  333. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +5 -5
  334. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +12 -0
  335. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +2 -2
  336. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +1 -1
  337. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +1 -1
  338. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +4 -0
  339. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +4 -0
  340. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +1 -1
  341. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +30 -2
  342. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/{select-popover.css → select-popover.ios.css} +4 -4
  343. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +37 -0
  344. package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +4 -4
  345. package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +15 -2
  346. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +2 -1
  347. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +1 -0
  348. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +9 -0
  349. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +9 -0
  350. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +4 -3
  351. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +14 -2
  352. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +14 -2
  353. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +1 -0
  354. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +1 -0
  355. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +3 -2
  356. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +2 -1
  357. package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +1 -1
  358. package/dist/sparkle-core/index.esm.js +1 -1
  359. package/dist/sparkle-core/{p-52355989.entry.js → p-016a7aaf.entry.js} +1 -1
  360. package/dist/sparkle-core/p-0187adef.entry.js +1 -0
  361. package/dist/sparkle-core/{p-4328af62.js → p-03189863.js} +1 -1
  362. package/dist/sparkle-core/{p-d4d9aa4a.entry.js → p-03ec54a8.entry.js} +1 -1
  363. package/dist/sparkle-core/p-04583c51.entry.js +1 -0
  364. package/dist/sparkle-core/{p-6d506f4e.js → p-052caa63.js} +1 -1
  365. package/dist/sparkle-core/{p-016bf847.entry.js → p-057f6a23.entry.js} +1 -1
  366. package/dist/sparkle-core/p-0580419b.entry.js +1 -0
  367. package/dist/sparkle-core/{p-c563b4de.js → p-063cd168.js} +4 -1
  368. package/dist/sparkle-core/p-081968cc.entry.js +1 -0
  369. package/dist/sparkle-core/p-0934f5dd.entry.js +1 -0
  370. package/dist/sparkle-core/p-0f899097.entry.js +352 -0
  371. package/dist/sparkle-core/{p-3f5d7a08.entry.js → p-11cf398a.entry.js} +1 -1
  372. package/dist/sparkle-core/p-1339830f.entry.js +1 -0
  373. package/dist/sparkle-core/p-145e40f5.entry.js +1 -0
  374. package/dist/sparkle-core/{p-68f3c93d.entry.js → p-1726da2f.entry.js} +1 -1
  375. package/dist/sparkle-core/p-173d5461.entry.js +7 -0
  376. package/dist/sparkle-core/p-18e62133.entry.js +1 -0
  377. package/dist/sparkle-core/p-1af044f7.js +3 -0
  378. package/dist/sparkle-core/p-1b78dea1.entry.js +1 -0
  379. package/dist/sparkle-core/p-1cef8572.js +4 -0
  380. package/dist/sparkle-core/p-1df05176.js +4 -0
  381. package/dist/sparkle-core/p-21bf4ca0.entry.js +1 -0
  382. package/dist/sparkle-core/p-21db4e8e.entry.js +1 -0
  383. package/dist/sparkle-core/p-23a9f7d1.entry.js +1 -0
  384. package/dist/sparkle-core/p-289a35ed.entry.js +1 -0
  385. package/dist/sparkle-core/p-2ee6a5f9.entry.js +1 -0
  386. package/dist/sparkle-core/p-350adbaa.entry.js +1 -0
  387. package/dist/sparkle-core/{p-bccd9036.entry.js → p-35a7bd6c.entry.js} +1 -1
  388. package/dist/sparkle-core/{p-66e3bd1c.entry.js → p-37c00e39.entry.js} +1 -1
  389. package/dist/sparkle-core/p-389500fd.js +4 -0
  390. package/dist/sparkle-core/p-39e5a90f.entry.js +1 -0
  391. package/dist/sparkle-core/{p-ac5e5308.entry.js → p-3a202a38.entry.js} +1 -1
  392. package/dist/sparkle-core/p-3defe550.entry.js +1 -0
  393. package/dist/sparkle-core/p-45e6db62.entry.js +1 -0
  394. package/dist/sparkle-core/{p-581ca370.entry.js → p-48f9b960.entry.js} +1 -1
  395. package/dist/sparkle-core/{p-0efbc0b3.entry.js → p-4dc3ef96.entry.js} +1 -1
  396. package/dist/sparkle-core/p-506221fe.js +4 -0
  397. package/dist/sparkle-core/p-50aac721.entry.js +7 -0
  398. package/dist/sparkle-core/p-513794b0.js +16 -0
  399. package/dist/sparkle-core/{p-2e4e8117.js → p-5264da79.js} +3 -0
  400. package/dist/sparkle-core/{p-40db85ac.entry.js → p-547b70c6.entry.js} +1 -1
  401. package/dist/sparkle-core/p-5598650a.entry.js +1 -0
  402. package/dist/sparkle-core/p-55ae49e1.js +4 -0
  403. package/dist/sparkle-core/p-58e98f89.entry.js +1 -0
  404. package/dist/sparkle-core/p-59f7bf6e.entry.js +1 -0
  405. package/dist/sparkle-core/p-5a3d0e6b.js +4 -0
  406. package/dist/sparkle-core/{p-85d31769.entry.js → p-5b40aae5.entry.js} +1 -1
  407. package/dist/sparkle-core/p-5c9aa1f9.entry.js +4 -0
  408. package/dist/sparkle-core/p-5d2e54ee.entry.js +1 -0
  409. package/dist/sparkle-core/p-5d409601.js +1 -1
  410. package/dist/sparkle-core/{p-afbaad64.entry.js → p-5f45d206.entry.js} +1 -1
  411. package/dist/sparkle-core/p-5ff6416d.entry.js +7 -0
  412. package/dist/sparkle-core/{p-cf2332bb.entry.js → p-62a6c96f.entry.js} +1 -1
  413. package/dist/sparkle-core/p-64e72f8f.js +4 -0
  414. package/dist/sparkle-core/p-660e0742.js +1 -0
  415. package/dist/sparkle-core/{p-d5023db0.entry.js → p-667accac.entry.js} +1 -1
  416. package/dist/sparkle-core/{p-9ca56f5d.entry.js → p-680663a2.entry.js} +1 -1
  417. package/dist/sparkle-core/{p-e975924a.entry.js → p-6823e6c1.entry.js} +1 -1
  418. package/dist/sparkle-core/p-69e7783d.js +4 -0
  419. package/dist/sparkle-core/p-6bbabb80.entry.js +1 -0
  420. package/dist/sparkle-core/p-6bf07a28.js +1 -0
  421. package/dist/sparkle-core/p-6c6145cd.js +4 -0
  422. package/dist/sparkle-core/p-6c90bde6.entry.js +5 -0
  423. package/dist/sparkle-core/p-6e88764b.entry.js +4 -0
  424. package/dist/sparkle-core/p-6ee40949.js +1 -0
  425. package/dist/sparkle-core/p-6fbe3ca3.entry.js +1 -0
  426. package/dist/sparkle-core/{p-f2660943.js → p-6fd4985d.js} +3 -0
  427. package/dist/sparkle-core/{p-8fc9298a.js → p-703ca87c.js} +3 -0
  428. package/dist/sparkle-core/{p-1bf8bed6.entry.js → p-7052c43a.entry.js} +1 -1
  429. package/dist/sparkle-core/{p-111520a0.js → p-70b2452c.js} +3 -0
  430. package/dist/sparkle-core/p-713590fc.js +5 -0
  431. package/dist/sparkle-core/p-7493ee15.entry.js +1 -0
  432. package/dist/sparkle-core/p-75572037.js +1 -0
  433. package/dist/sparkle-core/{p-eb56aa20.entry.js → p-768bcc9e.entry.js} +1 -1
  434. package/dist/sparkle-core/p-797c23ed.entry.js +1 -0
  435. package/dist/sparkle-core/{p-09d43bee.entry.js → p-7d61177b.entry.js} +1 -1
  436. package/dist/sparkle-core/p-7dbfc316.js +1 -0
  437. package/dist/sparkle-core/p-7e61973d.entry.js +7 -0
  438. package/dist/sparkle-core/p-838fa86d.entry.js +18 -0
  439. package/dist/sparkle-core/p-855ca600.js +1 -0
  440. package/dist/sparkle-core/p-857f3696.entry.js +1 -0
  441. package/dist/sparkle-core/{p-8f72be08.js → p-8c6b6038.js} +3 -0
  442. package/dist/sparkle-core/p-8fe2e51f.entry.js +4 -0
  443. package/dist/sparkle-core/{p-f72a6e6d.entry.js → p-90389886.entry.js} +1 -1
  444. package/dist/sparkle-core/p-932bfb69.entry.js +1 -0
  445. package/dist/sparkle-core/p-935e7cfc.js +1 -0
  446. package/dist/sparkle-core/{p-c70b9765.entry.js → p-941eaa3a.entry.js} +1 -1
  447. package/dist/sparkle-core/p-95004267.entry.js +1 -0
  448. package/dist/sparkle-core/p-950effe7.entry.js +1 -0
  449. package/dist/sparkle-core/{p-1ca4bf1d.entry.js → p-996361f9.entry.js} +1 -1
  450. package/dist/sparkle-core/{p-3cd28c60.entry.js → p-99b43ee1.entry.js} +1 -1
  451. package/dist/sparkle-core/p-9a17f2ad.js +4 -0
  452. package/dist/sparkle-core/p-9a443f51.js +1 -1
  453. package/dist/sparkle-core/p-9babd345.js +1 -0
  454. package/dist/sparkle-core/{p-03eb2164.js → p-9c1772c3.js} +1 -1
  455. package/dist/sparkle-core/p-9cfdeb18.entry.js +1 -0
  456. package/dist/sparkle-core/p-a080e768.entry.js +1 -0
  457. package/dist/sparkle-core/p-a1cab0f3.js +4 -0
  458. package/dist/sparkle-core/p-a7cc0052.entry.js +4 -0
  459. package/dist/sparkle-core/p-a9ccb0df.js +4 -0
  460. package/dist/sparkle-core/p-a9ee3f6d.entry.js +1 -0
  461. package/dist/sparkle-core/{p-abe2676a.entry.js → p-aa87c7f0.entry.js} +1 -1
  462. package/dist/sparkle-core/{p-e818b11d.entry.js → p-aa9ebc39.entry.js} +1 -1
  463. package/dist/sparkle-core/p-ae1f145d.entry.js +1 -0
  464. package/dist/sparkle-core/{p-73a646fb.entry.js → p-b07a2cf2.entry.js} +1 -1
  465. package/dist/sparkle-core/{p-c82b05e0.entry.js → p-b3909012.entry.js} +1 -1
  466. package/dist/sparkle-core/p-b3e6427d.js +7 -0
  467. package/dist/sparkle-core/p-b49ca0ea.entry.js +1 -0
  468. package/dist/sparkle-core/p-b81e20fe.entry.js +4 -0
  469. package/dist/sparkle-core/p-bca0e465.entry.js +1 -0
  470. package/dist/sparkle-core/p-c1279cc9.entry.js +1 -0
  471. package/dist/sparkle-core/p-c1376096.entry.js +1 -0
  472. package/dist/sparkle-core/{p-5b4938ce.entry.js → p-c3986a52.entry.js} +1 -1
  473. package/dist/sparkle-core/p-c3d3d5c4.entry.js +1 -0
  474. package/dist/sparkle-core/p-c48bbc7c.entry.js +4 -0
  475. package/dist/sparkle-core/p-c5b9bdd6.entry.js +1 -0
  476. package/dist/sparkle-core/{p-15d68269.entry.js → p-c69b0a7a.entry.js} +1 -1
  477. package/dist/sparkle-core/p-cbbeed67.entry.js +1 -0
  478. package/dist/sparkle-core/p-d4a435f8.entry.js +1 -0
  479. package/dist/sparkle-core/p-d4c07aca.js +4 -0
  480. package/dist/sparkle-core/p-d5b05ece.entry.js +5 -0
  481. package/dist/sparkle-core/p-d7baf31e.entry.js +1 -0
  482. package/dist/sparkle-core/p-d8d3524a.js +1 -0
  483. package/dist/sparkle-core/{p-22926eed.entry.js → p-e0fced48.entry.js} +1 -1
  484. package/dist/sparkle-core/p-e1cba44b.entry.js +4 -0
  485. package/dist/sparkle-core/p-e225581a.js +7 -0
  486. package/dist/sparkle-core/{p-4e28ca37.entry.js → p-e3fdd0a8.entry.js} +1 -1
  487. package/dist/sparkle-core/p-e6b66cef.entry.js +1 -0
  488. package/dist/sparkle-core/p-e72d4450.js +4 -0
  489. package/dist/sparkle-core/p-eb70a23c.entry.js +1 -0
  490. package/dist/sparkle-core/{p-f9143c5d.entry.js → p-ecd39170.entry.js} +1 -1
  491. package/dist/sparkle-core/{p-151afa9e.entry.js → p-ed0e9d29.entry.js} +1 -1
  492. package/dist/sparkle-core/{p-92d42c10.entry.js → p-ee0d7f19.entry.js} +1 -1
  493. package/dist/sparkle-core/p-f4001fdf.js +4 -0
  494. package/dist/sparkle-core/p-f9b73032.entry.js +1 -0
  495. package/dist/sparkle-core/p-faa912d7.entry.js +1 -0
  496. package/dist/sparkle-core/{p-a250e2ae.entry.js → p-fbd7eeca.entry.js} +1 -1
  497. package/dist/sparkle-core/p-fc933591.entry.js +1 -0
  498. package/dist/sparkle-core/p-fef04ab5.js +4 -0
  499. package/dist/sparkle-core/sparkle-core.css +1 -1
  500. package/dist/sparkle-core/sparkle-core.esm.js +1 -1
  501. package/dist/sparkle-core/svg/balloon-outline.svg +1 -0
  502. package/dist/sparkle-core/svg/balloon-sharp.svg +1 -0
  503. package/dist/sparkle-core/svg/balloon.svg +1 -0
  504. package/dist/sparkle-core/svg/bowling-ball-outline.svg +1 -0
  505. package/dist/sparkle-core/svg/bowling-ball-sharp.svg +1 -0
  506. package/dist/sparkle-core/svg/bowling-ball.svg +1 -0
  507. package/dist/sparkle-core/svg/calendar-number-outline.svg +1 -0
  508. package/dist/sparkle-core/svg/calendar-number-sharp.svg +1 -0
  509. package/dist/sparkle-core/svg/calendar-number.svg +1 -0
  510. package/dist/sparkle-core/svg/diamond-outline.svg +1 -0
  511. package/dist/sparkle-core/svg/diamond-sharp.svg +1 -0
  512. package/dist/sparkle-core/svg/diamond.svg +1 -0
  513. package/dist/sparkle-core/svg/footsteps-outline.svg +1 -0
  514. package/dist/sparkle-core/svg/footsteps-sharp.svg +1 -0
  515. package/dist/sparkle-core/svg/footsteps.svg +1 -0
  516. package/dist/sparkle-core/svg/id-card-outline.svg +1 -0
  517. package/dist/sparkle-core/svg/id-card-sharp.svg +1 -0
  518. package/dist/sparkle-core/svg/id-card.svg +1 -0
  519. package/dist/sparkle-core/svg/logo-apple-ar.svg +1 -0
  520. package/dist/sparkle-core/svg/prism-outline.svg +1 -0
  521. package/dist/sparkle-core/svg/prism-sharp.svg +1 -0
  522. package/dist/sparkle-core/svg/prism.svg +1 -0
  523. package/dist/sparkle-core/svg/scale-outline.svg +1 -0
  524. package/dist/sparkle-core/svg/scale-sharp.svg +1 -0
  525. package/dist/sparkle-core/svg/scale.svg +1 -0
  526. package/dist/sparkle-core/svg/shield-half-outline.svg +1 -0
  527. package/dist/sparkle-core/svg/shield-half-sharp.svg +1 -0
  528. package/dist/sparkle-core/svg/shield-half.svg +1 -0
  529. package/dist/sparkle-core/svg/sparkles-outline.svg +1 -0
  530. package/dist/sparkle-core/svg/sparkles-sharp.svg +1 -0
  531. package/dist/sparkle-core/svg/sparkles.svg +1 -0
  532. package/dist/sparkle-core/swiper/swiper.bundle.js +2 -2
  533. package/dist/types/components/sparkle-youtube/sparkle-youtube.d.ts +1 -1
  534. package/dist/types/models/course.model.d.ts +1 -8
  535. package/dist/types/models/definitions.d.ts +8 -0
  536. package/dist/types/stencil-public-runtime.d.ts +200 -190
  537. package/package.json +26 -26
  538. package/dist/cjs/app-globals-98121d6d.js +0 -9
  539. package/dist/cjs/button-active-9456fb4d.js +0 -66
  540. package/dist/cjs/focus-visible-1583bc8e.js +0 -45
  541. package/dist/cjs/framework-delegate-72815681.js +0 -37
  542. package/dist/cjs/header-mobile-collapse_60.cjs.entry.js +0 -88
  543. package/dist/cjs/index.es-11437480.js +0 -13836
  544. package/dist/cjs/ion-action-sheet.cjs.entry.js +0 -261
  545. package/dist/cjs/ion-alert.cjs.entry.js +0 -455
  546. package/dist/cjs/ion-note.cjs.entry.js +0 -29
  547. package/dist/cjs/ion-popover.cjs.entry.js +0 -365
  548. package/dist/cjs/ion-select-popover.cjs.entry.js +0 -35
  549. package/dist/cjs/status-tap-466a7c6a.js +0 -25
  550. package/dist/cjs/util-b0e2ec9f.js +0 -5682
  551. package/dist/esm/app-globals-6451faf3.js +0 -7
  552. package/dist/esm/auth.store-dd944bc2.js +0 -2552
  553. package/dist/esm/button-active-97535443.js +0 -64
  554. package/dist/esm/focus-visible-abf04ce3.js +0 -43
  555. package/dist/esm/framework-delegate-2c397da3.js +0 -34
  556. package/dist/esm/header-mobile-collapse_60.entry.js +0 -21
  557. package/dist/esm/index.es-1d452836.js +0 -13750
  558. package/dist/esm/ion-action-sheet.entry.js +0 -257
  559. package/dist/esm/ion-alert.entry.js +0 -451
  560. package/dist/esm/ion-note.entry.js +0 -25
  561. package/dist/esm/ion-popover.entry.js +0 -361
  562. package/dist/esm/ion-select-popover.entry.js +0 -31
  563. package/dist/esm/status-tap-9221cd79.js +0 -23
  564. package/dist/esm/util-042b5fee.js +0 -5671
  565. package/dist/sparkle-core/p-019d9d02.entry.js +0 -1
  566. package/dist/sparkle-core/p-02d6d899.js +0 -1
  567. package/dist/sparkle-core/p-0312758b.js +0 -1
  568. package/dist/sparkle-core/p-03fd27d0.entry.js +0 -1
  569. package/dist/sparkle-core/p-07018d29.js +0 -1
  570. package/dist/sparkle-core/p-083d57a6.entry.js +0 -1
  571. package/dist/sparkle-core/p-0e1c7c8c.js +0 -1
  572. package/dist/sparkle-core/p-101feae9.js +0 -1
  573. package/dist/sparkle-core/p-13b0cdfc.entry.js +0 -1
  574. package/dist/sparkle-core/p-13c9bf3a.entry.js +0 -1
  575. package/dist/sparkle-core/p-169920f1.js +0 -1
  576. package/dist/sparkle-core/p-1e1f5e98.entry.js +0 -1
  577. package/dist/sparkle-core/p-1e866c41.entry.js +0 -1
  578. package/dist/sparkle-core/p-2474bf60.entry.js +0 -1
  579. package/dist/sparkle-core/p-25bbf9b4.entry.js +0 -1
  580. package/dist/sparkle-core/p-2a45b732.js +0 -1
  581. package/dist/sparkle-core/p-2abf4d37.entry.js +0 -1
  582. package/dist/sparkle-core/p-2c5edb9f.entry.js +0 -1
  583. package/dist/sparkle-core/p-2d966d35.js +0 -1
  584. package/dist/sparkle-core/p-30b641a4.entry.js +0 -1
  585. package/dist/sparkle-core/p-359422b6.entry.js +0 -1
  586. package/dist/sparkle-core/p-37bfb548.entry.js +0 -1
  587. package/dist/sparkle-core/p-396a9849.js +0 -1
  588. package/dist/sparkle-core/p-3a29a75b.entry.js +0 -1
  589. package/dist/sparkle-core/p-3bb55510.entry.js +0 -1
  590. package/dist/sparkle-core/p-3be0a218.js +0 -1
  591. package/dist/sparkle-core/p-417a8dd6.js +0 -1
  592. package/dist/sparkle-core/p-447163be.entry.js +0 -1
  593. package/dist/sparkle-core/p-49265a8e.entry.js +0 -1
  594. package/dist/sparkle-core/p-4950f841.entry.js +0 -1
  595. package/dist/sparkle-core/p-4b7db0e6.js +0 -1
  596. package/dist/sparkle-core/p-4d8cb365.entry.js +0 -1
  597. package/dist/sparkle-core/p-5073899e.entry.js +0 -1
  598. package/dist/sparkle-core/p-522733aa.js +0 -483
  599. package/dist/sparkle-core/p-5b366c20.entry.js +0 -1
  600. package/dist/sparkle-core/p-5dce20b9.entry.js +0 -1
  601. package/dist/sparkle-core/p-6006beec.entry.js +0 -1
  602. package/dist/sparkle-core/p-600d04fc.entry.js +0 -1
  603. package/dist/sparkle-core/p-60828739.entry.js +0 -1
  604. package/dist/sparkle-core/p-6112b180.entry.js +0 -1
  605. package/dist/sparkle-core/p-62a62b6e.entry.js +0 -1
  606. package/dist/sparkle-core/p-66eb6b7a.entry.js +0 -1
  607. package/dist/sparkle-core/p-67ddec3f.entry.js +0 -1
  608. package/dist/sparkle-core/p-68cb7d41.entry.js +0 -1
  609. package/dist/sparkle-core/p-69cd49de.js +0 -1
  610. package/dist/sparkle-core/p-6edbdde5.entry.js +0 -1
  611. package/dist/sparkle-core/p-6f0ecbe3.js +0 -1
  612. package/dist/sparkle-core/p-765b8593.js +0 -1
  613. package/dist/sparkle-core/p-770128c8.js +0 -1
  614. package/dist/sparkle-core/p-7840618d.js +0 -1
  615. package/dist/sparkle-core/p-7b37d523.entry.js +0 -1
  616. package/dist/sparkle-core/p-7d83d006.entry.js +0 -1
  617. package/dist/sparkle-core/p-7ecad3fb.entry.js +0 -1
  618. package/dist/sparkle-core/p-7f3d5344.js +0 -1
  619. package/dist/sparkle-core/p-81651f26.entry.js +0 -1
  620. package/dist/sparkle-core/p-8490f1bc.js +0 -1
  621. package/dist/sparkle-core/p-86148067.entry.js +0 -1
  622. package/dist/sparkle-core/p-8b5bc1d6.entry.js +0 -1
  623. package/dist/sparkle-core/p-8c3ee44c.entry.js +0 -1
  624. package/dist/sparkle-core/p-9007a06b.entry.js +0 -1
  625. package/dist/sparkle-core/p-90482861.entry.js +0 -1
  626. package/dist/sparkle-core/p-a061537e.entry.js +0 -1
  627. package/dist/sparkle-core/p-a38ea475.js +0 -1
  628. package/dist/sparkle-core/p-aef0bba0.js +0 -1
  629. package/dist/sparkle-core/p-b11fe0c7.js +0 -1
  630. package/dist/sparkle-core/p-bac45a26.entry.js +0 -1
  631. package/dist/sparkle-core/p-bbe5977b.entry.js +0 -1
  632. package/dist/sparkle-core/p-c163c16d.entry.js +0 -1
  633. package/dist/sparkle-core/p-c3166584.entry.js +0 -1
  634. package/dist/sparkle-core/p-c34269ae.entry.js +0 -1
  635. package/dist/sparkle-core/p-c466ee32.js +0 -1
  636. package/dist/sparkle-core/p-c6710592.entry.js +0 -1
  637. package/dist/sparkle-core/p-c7022391.entry.js +0 -1
  638. package/dist/sparkle-core/p-d4ad796c.js +0 -1
  639. package/dist/sparkle-core/p-d6152660.entry.js +0 -1
  640. package/dist/sparkle-core/p-d63406d8.js +0 -1
  641. package/dist/sparkle-core/p-dba672d5.entry.js +0 -1
  642. package/dist/sparkle-core/p-dd73d01a.entry.js +0 -1
  643. package/dist/sparkle-core/p-de33872d.entry.js +0 -1
  644. package/dist/sparkle-core/p-dee2128a.entry.js +0 -1
  645. package/dist/sparkle-core/p-df07e132.entry.js +0 -1
  646. package/dist/sparkle-core/p-e23bd285.js +0 -3
  647. package/dist/sparkle-core/p-e4f41e16.entry.js +0 -1
  648. package/dist/sparkle-core/p-e5d5aaa5.js +0 -1
  649. package/dist/sparkle-core/p-e72c6d87.entry.js +0 -1
  650. package/dist/sparkle-core/p-e8df6ea6.entry.js +0 -1
  651. package/dist/sparkle-core/p-ef2a2172.js +0 -1
  652. package/dist/sparkle-core/p-f1a4ab33.entry.js +0 -1
  653. package/dist/sparkle-core/p-f43ac631.entry.js +0 -1
  654. package/dist/sparkle-core/p-f8063d7b.js +0 -1
  655. package/dist/sparkle-core/p-fd62283e.entry.js +0 -1
  656. package/dist/sparkle-core/p-fef71e0e.entry.js +0 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- const helpers = require('./helpers-26770c32.js');
8
- const haptic = require('./haptic-415dac5b.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
+ const helpers = require('./helpers-7e28976c.js');
8
+ const haptic = require('./haptic-91e86eb7.js');
9
9
 
10
10
  const pickerColumnIosCss = ".picker-col{display:flex;position:relative;flex:1;justify-content:center;height:100%;box-sizing:content-box;contain:content}.picker-opts{position:relative;flex:1;max-width:100%}.picker-opt{left:0;top:0;display:block;position:absolute;width:100%;border:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;contain:strict;overflow:hidden;will-change:transform}[dir=rtl] .picker-opt,:host-context([dir=rtl]) .picker-opt{left:unset;right:unset;right:0}.picker-opt.picker-opt-disabled{pointer-events:none}.picker-opt-disabled{opacity:0}.picker-opts-left{justify-content:flex-start}.picker-opts-right{justify-content:flex-end}.picker-opt:active,.picker-opt:focus{outline:none}.picker-prefix{position:relative;flex:1;text-align:end;white-space:nowrap}.picker-suffix{position:relative;flex:1;text-align:start;white-space:nowrap}.picker-col{padding-left:4px;padding-right:4px;padding-top:0;padding-bottom:0;transform-style:preserve-3d}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){.picker-col{padding-left:unset;padding-right:unset;-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px}}.picker-prefix,.picker-suffix,.picker-opts{top:77px;transform-style:preserve-3d;color:inherit;font-size:20px;line-height:42px;pointer-events:none}.picker-opt{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;transform-origin:center center;height:46px;transform-style:preserve-3d;transition-timing-function:ease-out;background:transparent;color:inherit;font-size:20px;line-height:42px;backface-visibility:hidden;pointer-events:auto}[dir=rtl] .picker-opt,:host-context([dir=rtl]) .picker-opt{transform-origin:calc(100% - center) center}";
11
11
 
@@ -35,7 +35,7 @@ const PickerColumnCmp = class {
35
35
  }
36
36
  this.rotateFactor = pickerRotateFactor;
37
37
  this.scaleFactor = pickerScaleFactor;
38
- this.gesture = (await Promise.resolve().then(function () { return require('./index-6eff209d.js'); })).createGesture({
38
+ this.gesture = (await Promise.resolve().then(function () { return require('./index-43642662.js'); })).createGesture({
39
39
  el: this.el,
40
40
  gestureName: 'picker-swipe',
41
41
  gesturePriority: 100,
@@ -2,14 +2,17 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- require('./helpers-26770c32.js');
8
- const animation = require('./animation-05337433.js');
9
- require('./hardware-back-button-ca468aae.js');
10
- const overlays = require('./overlays-08a817ea.js');
11
- const theme = require('./theme-98ccfc24.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
+ const overlays = require('./overlays-0a748609.js');
8
+ const theme = require('./theme-4252ac15.js');
9
+ const animation = require('./animation-6132e37f.js');
10
+ require('./hardware-back-button-f7b5d99e.js');
11
+ require('./helpers-7e28976c.js');
12
12
 
13
+ /*!
14
+ * (C) Ionic http://ionicframework.com - MIT License
15
+ */
13
16
  /**
14
17
  * iOS Picker Enter Animation
15
18
  */
@@ -34,6 +37,9 @@ const iosEnterAnimation = (baseEl) => {
34
37
  .addAnimation([backdropAnimation, wrapperAnimation]);
35
38
  };
36
39
 
40
+ /*!
41
+ * (C) Ionic http://ionicframework.com - MIT License
42
+ */
37
43
  /**
38
44
  * iOS Picker Leave Animation
39
45
  */
@@ -190,12 +196,13 @@ const Picker = class {
190
196
  return selected;
191
197
  }
192
198
  render() {
199
+ const { htmlAttributes } = this;
193
200
  const mode = ionicGlobal.getIonMode(this);
194
- return (index.h(index.Host, { "aria-modal": "true", tabindex: "-1", class: Object.assign({ [mode]: true,
195
- // Used internally for styling
196
- [`picker-${mode}`]: true }, theme.getClassMap(this.cssClass)), style: {
201
+ return (index.h(index.Host, Object.assign({ "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
197
202
  zIndex: `${20000 + this.overlayIndex}`
198
- }, onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }, index.h("ion-backdrop", { visible: this.showBackdrop, tappable: this.backdropDismiss }), index.h("div", { tabindex: "0" }), index.h("div", { class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, index.h("div", { class: "picker-toolbar" }, this.buttons.map(b => (index.h("div", { class: buttonWrapperClass(b) }, index.h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), index.h("div", { class: "picker-columns" }, index.h("div", { class: "picker-above-highlight" }), this.presented && this.columns.map(c => index.h("ion-picker-column", { col: c })), index.h("div", { class: "picker-below-highlight" }))), index.h("div", { tabindex: "0" })));
203
+ }, class: Object.assign({ [mode]: true,
204
+ // Used internally for styling
205
+ [`picker-${mode}`]: true, 'overlay-hidden': true }, theme.getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), index.h("ion-backdrop", { visible: this.showBackdrop, tappable: this.backdropDismiss }), index.h("div", { tabindex: "0" }), index.h("div", { class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, index.h("div", { class: "picker-toolbar" }, this.buttons.map(b => (index.h("div", { class: buttonWrapperClass(b) }, index.h("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass(b) }, b.text))))), index.h("div", { class: "picker-columns" }, index.h("div", { class: "picker-above-highlight" }), this.presented && this.columns.map(c => index.h("ion-picker-column", { col: c })), index.h("div", { class: "picker-below-highlight" }))), index.h("div", { tabindex: "0" })));
199
206
  }
200
207
  get el() { return index.getElement(this); }
201
208
  };
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- const helpers = require('./helpers-26770c32.js');
8
- const theme = require('./theme-98ccfc24.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
+ const helpers = require('./helpers-7e28976c.js');
8
+ const theme = require('./theme-4252ac15.js');
9
9
 
10
- const progressBarIosCss = ":host{--background:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.2);--progress-background:var(--ion-color-primary, #3880ff);--buffer-background:var(--background);display:block;position:relative;width:100%;contain:strict;direction:ltr;overflow:hidden}:host(.ion-color){--progress-background:var(--ion-color-base);--buffer-background:rgba(var(--ion-color-base-rgb), 0.2)}:host(.progress-bar-indeterminate){background:var(--buffer-background)}.progress,.progress-indeterminate,.indeterminate-bar-primary,.indeterminate-bar-secondary,.progress-buffer-bar,.progress-buffer-bar:before,.buffer-circles{left:0;right:0;top:0;bottom:0;position:absolute;width:100%;height:100%}.progress,.progress-buffer-bar{transform-origin:left top;transition:transform 150ms linear}.progress,.progress-indeterminate{background:var(--progress-background);z-index:2}.progress-buffer-bar{background:#fff;z-index:1}.progress-buffer-bar:before{background:var(--buffer-background);content:\"\"}.indeterminate-bar-primary{top:0;right:0;bottom:0;left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.indeterminate-bar-primary .progress-indeterminate{animation:primary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.indeterminate-bar-secondary{top:0;right:0;bottom:0;left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear}.indeterminate-bar-secondary .progress-indeterminate{animation:secondary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.buffer-circles{background:radial-gradient(ellipse at center, var(--buffer-background) 0%, var(--buffer-background) 30%, transparent 30%) repeat-x 5px center;background-size:10px 10px;z-index:0;animation:buffering 450ms infinite linear}:host(.progress-bar-reversed) .progress,:host(.progress-bar-reversed) .progress-buffer-bar{transform-origin:right top}:host(.progress-bar-reversed) .buffer-circles,:host(.progress-bar-reversed) .indeterminate-bar-primary,:host(.progress-bar-reversed) .indeterminate-bar-secondary,:host(.progress-bar-reversed) .progress-indeterminate{animation-direction:reverse}:host(.progress-paused) .indeterminate-bar-secondary,:host(.progress-paused) .indeterminate-bar-primary,:host(.progress-paused) .buffer-circles{animation-play-state:paused}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}:host{height:3px}";
10
+ const progressBarIosCss = ":host{--background:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.3);--progress-background:var(--ion-color-primary, #3880ff);--buffer-background:var(--background);display:block;position:relative;width:100%;contain:strict;direction:ltr;overflow:hidden}.progress,.progress-indeterminate,.indeterminate-bar-primary,.indeterminate-bar-secondary,.progress-buffer-bar{left:0;right:0;top:0;bottom:0;position:absolute;width:100%;height:100%}.buffer-circles-container,.buffer-circles{left:0;right:0;top:0;bottom:0;position:absolute}.buffer-circles{right:-10px;left:-10px;}.progress,.progress-buffer-bar,.buffer-circles-container{transform-origin:left top;transition:transform 150ms linear}.progress,.progress-indeterminate{background:var(--progress-background);z-index:2}.progress-buffer-bar{background:var(--buffer-background);z-index:1}.buffer-circles-container{overflow:hidden}.indeterminate-bar-primary{top:0;right:0;bottom:0;left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.indeterminate-bar-primary .progress-indeterminate{animation:primary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.indeterminate-bar-secondary{top:0;right:0;bottom:0;left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear}.indeterminate-bar-secondary .progress-indeterminate{animation:secondary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.buffer-circles{background-image:radial-gradient(ellipse at center, var(--buffer-background) 0%, var(--buffer-background) 30%, transparent 30%);background-repeat:repeat-x;background-position:5px center;background-size:10px 10px;z-index:0;animation:buffering 450ms infinite linear}:host(.progress-bar-reversed){transform:scaleX(-1)}:host(.progress-paused) .indeterminate-bar-secondary,:host(.progress-paused) .indeterminate-bar-primary,:host(.progress-paused) .buffer-circles{animation-play-state:paused}:host(.ion-color) .progress-buffer-bar{background:rgba(var(--ion-color-base-rgb), 0.3)}:host(.ion-color) .buffer-circles{background-image:radial-gradient(ellipse at center, rgba(var(--ion-color-base-rgb), 0.3) 0%, rgba(var(--ion-color-base-rgb), 0.3) 30%, transparent 30%)}:host(.ion-color) .progress,:host(.ion-color) .progress-indeterminate{background:var(--ion-color-base)}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}:host{height:3px}";
11
11
 
12
- const progressBarMdCss = ":host{--background:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.2);--progress-background:var(--ion-color-primary, #3880ff);--buffer-background:var(--background);display:block;position:relative;width:100%;contain:strict;direction:ltr;overflow:hidden}:host(.ion-color){--progress-background:var(--ion-color-base);--buffer-background:rgba(var(--ion-color-base-rgb), 0.2)}:host(.progress-bar-indeterminate){background:var(--buffer-background)}.progress,.progress-indeterminate,.indeterminate-bar-primary,.indeterminate-bar-secondary,.progress-buffer-bar,.progress-buffer-bar:before,.buffer-circles{left:0;right:0;top:0;bottom:0;position:absolute;width:100%;height:100%}.progress,.progress-buffer-bar{transform-origin:left top;transition:transform 150ms linear}.progress,.progress-indeterminate{background:var(--progress-background);z-index:2}.progress-buffer-bar{background:#fff;z-index:1}.progress-buffer-bar:before{background:var(--buffer-background);content:\"\"}.indeterminate-bar-primary{top:0;right:0;bottom:0;left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.indeterminate-bar-primary .progress-indeterminate{animation:primary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.indeterminate-bar-secondary{top:0;right:0;bottom:0;left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear}.indeterminate-bar-secondary .progress-indeterminate{animation:secondary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.buffer-circles{background:radial-gradient(ellipse at center, var(--buffer-background) 0%, var(--buffer-background) 30%, transparent 30%) repeat-x 5px center;background-size:10px 10px;z-index:0;animation:buffering 450ms infinite linear}:host(.progress-bar-reversed) .progress,:host(.progress-bar-reversed) .progress-buffer-bar{transform-origin:right top}:host(.progress-bar-reversed) .buffer-circles,:host(.progress-bar-reversed) .indeterminate-bar-primary,:host(.progress-bar-reversed) .indeterminate-bar-secondary,:host(.progress-bar-reversed) .progress-indeterminate{animation-direction:reverse}:host(.progress-paused) .indeterminate-bar-secondary,:host(.progress-paused) .indeterminate-bar-primary,:host(.progress-paused) .buffer-circles{animation-play-state:paused}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}:host{height:4px}";
12
+ const progressBarMdCss = ":host{--background:rgba(var(--ion-color-primary-rgb, 56, 128, 255), 0.3);--progress-background:var(--ion-color-primary, #3880ff);--buffer-background:var(--background);display:block;position:relative;width:100%;contain:strict;direction:ltr;overflow:hidden}.progress,.progress-indeterminate,.indeterminate-bar-primary,.indeterminate-bar-secondary,.progress-buffer-bar{left:0;right:0;top:0;bottom:0;position:absolute;width:100%;height:100%}.buffer-circles-container,.buffer-circles{left:0;right:0;top:0;bottom:0;position:absolute}.buffer-circles{right:-10px;left:-10px;}.progress,.progress-buffer-bar,.buffer-circles-container{transform-origin:left top;transition:transform 150ms linear}.progress,.progress-indeterminate{background:var(--progress-background);z-index:2}.progress-buffer-bar{background:var(--buffer-background);z-index:1}.buffer-circles-container{overflow:hidden}.indeterminate-bar-primary{top:0;right:0;bottom:0;left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.indeterminate-bar-primary .progress-indeterminate{animation:primary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.indeterminate-bar-secondary{top:0;right:0;bottom:0;left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear}.indeterminate-bar-secondary .progress-indeterminate{animation:secondary-indeterminate-scale 2s infinite linear;animation-play-state:inherit}.buffer-circles{background-image:radial-gradient(ellipse at center, var(--buffer-background) 0%, var(--buffer-background) 30%, transparent 30%);background-repeat:repeat-x;background-position:5px center;background-size:10px 10px;z-index:0;animation:buffering 450ms infinite linear}:host(.progress-bar-reversed){transform:scaleX(-1)}:host(.progress-paused) .indeterminate-bar-secondary,:host(.progress-paused) .indeterminate-bar-primary,:host(.progress-paused) .buffer-circles{animation-play-state:paused}:host(.ion-color) .progress-buffer-bar{background:rgba(var(--ion-color-base-rgb), 0.3)}:host(.ion-color) .buffer-circles{background-image:radial-gradient(ellipse at center, rgba(var(--ion-color-base-rgb), 0.3) 0%, rgba(var(--ion-color-base-rgb), 0.3) 30%, transparent 30%)}:host(.ion-color) .progress,:host(.ion-color) .progress-indeterminate{background:var(--ion-color-base)}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}:host{height:4px}";
13
13
 
14
14
  const ProgressBar = class {
15
15
  constructor(hostRef) {
@@ -50,18 +50,22 @@ const ProgressBar = class {
50
50
  }
51
51
  };
52
52
  const renderIndeterminate = () => {
53
- return [
54
- index.h("div", { class: "indeterminate-bar-primary" }, index.h("span", { class: "progress-indeterminate" })),
55
- index.h("div", { class: "indeterminate-bar-secondary" }, index.h("span", { class: "progress-indeterminate" }))
56
- ];
53
+ return (index.h("div", { part: "track", class: "progress-buffer-bar" }, index.h("div", { class: "indeterminate-bar-primary" }, index.h("span", { part: "progress", class: "progress-indeterminate" })), index.h("div", { class: "indeterminate-bar-secondary" }, index.h("span", { part: "progress", class: "progress-indeterminate" }))));
57
54
  };
58
55
  const renderProgress = (value, buffer) => {
59
56
  const finalValue = helpers.clamp(0, value, 1);
60
57
  const finalBuffer = helpers.clamp(0, buffer, 1);
61
58
  return [
62
- index.h("div", { class: "progress", style: { transform: `scaleX(${finalValue})` } }),
63
- finalBuffer !== 1 && index.h("div", { class: "buffer-circles" }),
64
- index.h("div", { class: "progress-buffer-bar", style: { transform: `scaleX(${finalBuffer})` } }),
59
+ index.h("div", { part: "progress", class: "progress", style: { transform: `scaleX(${finalValue})` } }),
60
+ /**
61
+ * Buffer circles with two container to move
62
+ * the circles behind the buffer progress
63
+ * with respecting the animation.
64
+ * When finalBuffer === 1, we use display: none
65
+ * instead of removing the element to avoid flickering.
66
+ */
67
+ index.h("div", { class: { 'buffer-circles-container': true, 'ion-hide': finalBuffer === 1 }, style: { transform: `translateX(${finalBuffer * 100}%)` } }, index.h("div", { class: "buffer-circles-container", style: { transform: `translateX(-${finalBuffer * 100}%)` } }, index.h("div", { part: "stream", class: "buffer-circles" }))),
68
+ index.h("div", { part: "track", class: "progress-buffer-bar", style: { transform: `scaleX(${finalBuffer})` } }),
65
69
  ];
66
70
  };
67
71
  ProgressBar.style = {
@@ -2,10 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- const index$1 = require('./index-427d03fb.js');
8
- const spinnerConfigs = require('./spinner-configs-559523fd.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const index$2 = require('./index-8540d72e.js');
7
+ const ionicGlobal = require('./ionic-global-878073d1.js');
8
+ const index$1 = require('./index-185f9c5a.js');
9
+ const spinnerConfigs = require('./spinner-configs-6f6b7ef0.js');
9
10
 
10
11
  const RefresherContent = class {
11
12
  constructor(hostRef) {
@@ -14,7 +15,7 @@ const RefresherContent = class {
14
15
  componentWillLoad() {
15
16
  if (this.pullingIcon === undefined) {
16
17
  const mode = ionicGlobal.getIonMode(this);
17
- const overflowRefresher = this.el.style.webkitOverflowScrolling !== undefined ? 'lines' : 'arrow-down';
18
+ const overflowRefresher = this.el.style.webkitOverflowScrolling !== undefined ? 'lines' : index$2.arrowDown;
18
19
  this.pullingIcon = ionicGlobal.config.get('refreshingIcon', mode === 'ios' && ionicGlobal.isPlatform('mobile') ? ionicGlobal.config.get('spinner', overflowRefresher) : 'circular');
19
20
  }
20
21
  if (this.refreshingSpinner === undefined) {
@@ -28,7 +29,7 @@ const RefresherContent = class {
28
29
  const mode = ionicGlobal.getIonMode(this);
29
30
  return (index.h(index.Host, { class: mode }, index.h("div", { class: "refresher-pulling" }, this.pullingIcon && hasSpinner &&
30
31
  index.h("div", { class: "refresher-pulling-icon" }, index.h("div", { class: "spinner-arrow-container" }, index.h("ion-spinner", { name: this.pullingIcon, paused: true }), mode === 'md' && this.pullingIcon === 'circular' &&
31
- index.h("div", { class: "arrow-container" }, index.h("ion-icon", { name: "caret-back-sharp" })))), this.pullingIcon && !hasSpinner &&
32
+ index.h("div", { class: "arrow-container" }, index.h("ion-icon", { icon: index$2.caretBackSharp })))), this.pullingIcon && !hasSpinner &&
32
33
  index.h("div", { class: "refresher-pulling-icon" }, index.h("ion-icon", { icon: this.pullingIcon, lazy: false })), this.pullingText &&
33
34
  index.h("div", { class: "refresher-pulling-text", innerHTML: index$1.sanitizeDOMString(this.pullingText) })), index.h("div", { class: "refresher-refreshing" }, this.refreshingSpinner &&
34
35
  index.h("div", { class: "refresher-refreshing-icon" }, index.h("ion-spinner", { name: this.refreshingSpinner })), this.refreshingText &&
@@ -2,20 +2,23 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- const helpers = require('./helpers-26770c32.js');
8
- const animation = require('./animation-05337433.js');
9
- const cubicBezier = require('./cubic-bezier-24e309bf.js');
10
- const haptic = require('./haptic-415dac5b.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
+ const cubicBezier = require('./cubic-bezier-293f4663.js');
8
+ const helpers = require('./helpers-7e28976c.js');
9
+ const haptic = require('./haptic-91e86eb7.js');
10
+ const animation = require('./animation-6132e37f.js');
11
11
 
12
+ /*!
13
+ * (C) Ionic http://ionicframework.com - MIT License
14
+ */
12
15
  const getRefresherAnimationType = (contentEl) => {
13
16
  const previousSibling = contentEl.previousElementSibling;
14
17
  const hasHeader = previousSibling !== null && previousSibling.tagName === 'ION-HEADER';
15
18
  return hasHeader ? 'translate' : 'scale';
16
19
  };
17
- const createPullingAnimation = (type, pullingSpinner) => {
18
- return type === 'scale' ? createScaleAnimation(pullingSpinner) : createTranslateAnimation(pullingSpinner);
20
+ const createPullingAnimation = (type, pullingSpinner, refresherEl) => {
21
+ return type === 'scale' ? createScaleAnimation(pullingSpinner, refresherEl) : createTranslateAnimation(pullingSpinner, refresherEl);
19
22
  };
20
23
  const createBaseAnimation = (pullingRefresherIcon) => {
21
24
  const spinner = pullingRefresherIcon.querySelector('ion-spinner');
@@ -74,22 +77,40 @@ const createBaseAnimation = (pullingRefresherIcon) => {
74
77
  }
75
78
  return baseAnimation.addAnimation([spinnerArrowContainerAnimation, circleInnerAnimation, circleOuterAnimation]);
76
79
  };
77
- const createScaleAnimation = (pullingRefresherIcon) => {
78
- const height = pullingRefresherIcon.clientHeight;
80
+ const createScaleAnimation = (pullingRefresherIcon, refresherEl) => {
81
+ /**
82
+ * Do not take the height of the refresher icon
83
+ * because at this point the DOM has not updated,
84
+ * so the refresher icon is still hidden with
85
+ * display: none.
86
+ * The `ion-refresher` container height
87
+ * is roughly the amount we need to offset
88
+ * the icon by when pulling down.
89
+ */
90
+ const height = refresherEl.clientHeight;
79
91
  const spinnerAnimation = animation.createAnimation()
80
92
  .addElement(pullingRefresherIcon)
81
93
  .keyframes([
82
- { offset: 0, transform: `scale(0) translateY(-${height + 20}px)` },
94
+ { offset: 0, transform: `scale(0) translateY(-${height}px)` },
83
95
  { offset: 1, transform: 'scale(1) translateY(100px)' }
84
96
  ]);
85
97
  return createBaseAnimation(pullingRefresherIcon).addAnimation([spinnerAnimation]);
86
98
  };
87
- const createTranslateAnimation = (pullingRefresherIcon) => {
88
- const height = pullingRefresherIcon.clientHeight;
99
+ const createTranslateAnimation = (pullingRefresherIcon, refresherEl) => {
100
+ /**
101
+ * Do not take the height of the refresher icon
102
+ * because at this point the DOM has not updated,
103
+ * so the refresher icon is still hidden with
104
+ * display: none.
105
+ * The `ion-refresher` container height
106
+ * is roughly the amount we need to offset
107
+ * the icon by when pulling down.
108
+ */
109
+ const height = refresherEl.clientHeight;
89
110
  const spinnerAnimation = animation.createAnimation()
90
111
  .addElement(pullingRefresherIcon)
91
112
  .keyframes([
92
- { offset: 0, transform: `translateY(-${height + 20}px)` },
113
+ { offset: 0, transform: `translateY(-${height}px)` },
93
114
  { offset: 1, transform: 'translateY(100px)' }
94
115
  ]);
95
116
  return createBaseAnimation(pullingRefresherIcon).addAnimation([spinnerAnimation]);
@@ -105,10 +126,22 @@ const createSnapBackAnimation = (pullingRefresherIcon) => {
105
126
  const setSpinnerOpacity = (spinner, opacity) => {
106
127
  spinner.style.setProperty('opacity', opacity.toString());
107
128
  };
108
- const handleScrollWhilePulling = (spinner, ticks, opacity, currentTickToShow) => {
129
+ const handleScrollWhilePulling = (ticks, numTicks, pullAmount) => {
130
+ const max = 1;
109
131
  index.writeTask(() => {
110
- setSpinnerOpacity(spinner, opacity);
111
- ticks.forEach((el, i) => el.style.setProperty('opacity', (i <= currentTickToShow) ? '0.99' : '0'));
132
+ ticks.forEach((el, i) => {
133
+ /**
134
+ * Compute the opacity of each tick
135
+ * mark as a percentage of the pullAmount
136
+ * offset by max / numTicks so
137
+ * the tick marks are shown staggered.
138
+ */
139
+ const min = i * (max / numTicks);
140
+ const range = max - min;
141
+ const start = pullAmount - min;
142
+ const progression = helpers.clamp(0, start / range, 1);
143
+ el.style.setProperty('opacity', progression.toString());
144
+ });
112
145
  });
113
146
  };
114
147
  const handleScrollWhileRefreshing = (spinner, lastVelocityY) => {
@@ -118,13 +151,13 @@ const handleScrollWhileRefreshing = (spinner, lastVelocityY) => {
118
151
  spinner.style.setProperty('opacity', '1');
119
152
  });
120
153
  };
121
- const translateElement = (el, value) => {
154
+ const translateElement = (el, value, duration = 200) => {
122
155
  if (!el) {
123
156
  return Promise.resolve();
124
157
  }
125
- const trans = transitionEndAsync(el, 200);
158
+ const trans = helpers.transitionEndAsync(el, duration);
126
159
  index.writeTask(() => {
127
- el.style.setProperty('transition', '0.2s all ease-out');
160
+ el.style.setProperty('transition', `${duration}ms all ease-out`);
128
161
  if (value === undefined) {
129
162
  el.style.removeProperty('transform');
130
163
  }
@@ -141,54 +174,18 @@ const shouldUseNativeRefresher = async (referenceEl, mode) => {
141
174
  if (!refresherContent) {
142
175
  return Promise.resolve(false);
143
176
  }
144
- await refresherContent.componentOnReady();
145
- const pullingSpinner = refresherContent.querySelector('.refresher-pulling ion-spinner');
146
- const refreshingSpinner = refresherContent.querySelector('.refresher-refreshing ion-spinner');
177
+ await new Promise(resolve => helpers.componentOnReady(refresherContent, resolve));
178
+ const pullingSpinner = referenceEl.querySelector('ion-refresher-content .refresher-pulling ion-spinner');
179
+ const refreshingSpinner = referenceEl.querySelector('ion-refresher-content .refresher-refreshing ion-spinner');
147
180
  return (pullingSpinner !== null &&
148
181
  refreshingSpinner !== null &&
149
182
  ((mode === 'ios' && ionicGlobal.isPlatform('mobile') && referenceEl.style.webkitOverflowScrolling !== undefined) ||
150
183
  mode === 'md'));
151
184
  };
152
- const transitionEndAsync = (el, expectedDuration = 0) => {
153
- return new Promise(resolve => {
154
- transitionEnd(el, expectedDuration, resolve);
155
- });
156
- };
157
- const transitionEnd = (el, expectedDuration = 0, callback) => {
158
- let unRegTrans;
159
- let animationTimeout;
160
- const opts = { passive: true };
161
- const ANIMATION_FALLBACK_TIMEOUT = 500;
162
- const unregister = () => {
163
- if (unRegTrans) {
164
- unRegTrans();
165
- }
166
- };
167
- const onTransitionEnd = (ev) => {
168
- if (ev === undefined || el === ev.target) {
169
- unregister();
170
- callback(ev);
171
- }
172
- };
173
- if (el) {
174
- el.addEventListener('webkitTransitionEnd', onTransitionEnd, opts);
175
- el.addEventListener('transitionend', onTransitionEnd, opts);
176
- animationTimeout = setTimeout(onTransitionEnd, expectedDuration + ANIMATION_FALLBACK_TIMEOUT);
177
- unRegTrans = () => {
178
- if (animationTimeout) {
179
- clearTimeout(animationTimeout);
180
- animationTimeout = undefined;
181
- }
182
- el.removeEventListener('webkitTransitionEnd', onTransitionEnd, opts);
183
- el.removeEventListener('transitionend', onTransitionEnd, opts);
184
- };
185
- }
186
- return unregister;
187
- };
188
185
 
189
- const refresherIosCss = "ion-refresher{left:0;top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}[dir=rtl] ion-refresher,:host-context([dir=rtl]) ion-refresher{left:unset;right:unset;right:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:flex;flex-direction:column;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{transform-origin:center;transition:200ms;font-size:30px;text-align:center}[dir=rtl] .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{transform-origin:calc(100% - center)}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-ios .refresher-pulling-icon,.refresher-ios .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-ios .refresher-pulling-text,.refresher-ios .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-lines-ios line,.refresher-ios .refresher-refreshing .spinner-lines-small-ios line,.refresher-ios .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-bubbles circle,.refresher-ios .refresher-refreshing .spinner-circles circle,.refresher-ios .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native ion-spinner{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}.refresher-native .refresher-refreshing ion-spinner{--refreshing-rotation-duration:2s;display:none;animation:var(--refreshing-rotation-duration) ease-out refresher-rotate forwards}.refresher-native .refresher-refreshing{display:none;animation:250ms linear refresher-pop forwards}.refresher-native.refresher-refreshing .refresher-pulling ion-spinner,.refresher-native.refresher-completing .refresher-pulling ion-spinner{display:none}.refresher-native.refresher-refreshing .refresher-refreshing ion-spinner,.refresher-native.refresher-completing .refresher-refreshing ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-pulling ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-refreshing ion-spinner{display:none}@keyframes refresher-pop{0%{transform:scale(1);animation-timing-function:ease-in}50%{transform:scale(1.2);animation-timing-function:ease-out}100%{transform:scale(1)}}@keyframes refresher-rotate{from{transform:rotate(0deg)}to{transform:rotate(180deg)}}";
186
+ const refresherIosCss = "ion-refresher{left:0;top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}[dir=rtl] ion-refresher,:host-context([dir=rtl]) ion-refresher{left:unset;right:unset;right:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:flex;flex-direction:column;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{transform-origin:center;transition:200ms;font-size:30px;text-align:center}[dir=rtl] .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{transform-origin:calc(100% - center)}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-ios .refresher-pulling-icon,.refresher-ios .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-ios .refresher-pulling-text,.refresher-ios .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-lines-ios line,.refresher-ios .refresher-refreshing .spinner-lines-small-ios line,.refresher-ios .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-ios .refresher-refreshing .spinner-bubbles circle,.refresher-ios .refresher-refreshing .spinner-circles circle,.refresher-ios .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native ion-spinner{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}.refresher-native .refresher-refreshing ion-spinner{--refreshing-rotation-duration:2s;display:none;animation:var(--refreshing-rotation-duration) ease-out refresher-rotate forwards}.refresher-native .refresher-refreshing{display:none;animation:250ms linear refresher-pop forwards}.refresher-native ion-spinner{width:32px;height:32px;color:var(--ion-color-step-450, #747577)}.refresher-native.refresher-refreshing .refresher-pulling ion-spinner,.refresher-native.refresher-completing .refresher-pulling ion-spinner{display:none}.refresher-native.refresher-refreshing .refresher-refreshing ion-spinner,.refresher-native.refresher-completing .refresher-refreshing ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-pulling ion-spinner{display:block}.refresher-native.refresher-pulling .refresher-refreshing ion-spinner{display:none}.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing-icon{transform:scale(0) rotate(180deg);transition:300ms}@keyframes refresher-pop{0%{transform:scale(1);animation-timing-function:ease-in}50%{transform:scale(1.2);animation-timing-function:ease-out}100%{transform:scale(1)}}@keyframes refresher-rotate{from{transform:rotate(0deg)}to{transform:rotate(180deg)}}";
190
187
 
191
- const refresherMdCss = "ion-refresher{left:0;top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}[dir=rtl] ion-refresher,:host-context([dir=rtl]) ion-refresher{left:unset;right:unset;right:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:flex;flex-direction:column;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{transform-origin:center;transition:200ms;font-size:30px;text-align:center}[dir=rtl] .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{transform-origin:calc(100% - center)}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-md .refresher-pulling-icon,.refresher-md .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-md .refresher-pulling-text,.refresher-md .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-lines-md line,.refresher-md .refresher-refreshing .spinner-lines-small-md line,.refresher-md .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-bubbles circle,.refresher-md .refresher-refreshing .spinner-circles circle,.refresher-md .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;width:24px;height:24px;color:var(--ion-color-primary, #3880ff)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native ion-spinner{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}ion-refresher.refresher-native .spinner-arrow-container{display:inherit}ion-refresher.refresher-native .arrow-container{display:block;position:absolute;width:24px;height:24px}ion-refresher.refresher-native .arrow-container ion-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;left:0;right:0;bottom:-4px;position:absolute;color:var(--ion-color-primary, #3880ff);font-size:12px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .arrow-container ion-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling,ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling{display:flex}ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing{display:flex}ion-refresher.refresher-native .refresher-pulling-icon{transform:translateY(calc(-100% - 10px))}ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;border-radius:100%;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:8px;display:flex;border:1px solid #ececec;background:white;box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{padding-left:unset;padding-right:unset;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px}}";
188
+ const refresherMdCss = "ion-refresher{left:0;top:0;display:none;position:absolute;width:100%;height:60px;pointer-events:none;z-index:-1}[dir=rtl] ion-refresher,:host-context([dir=rtl]) ion-refresher{left:unset;right:unset;right:0}ion-refresher.refresher-active{display:block}ion-refresher-content{display:flex;flex-direction:column;justify-content:center;height:100%}.refresher-pulling,.refresher-refreshing{display:none;width:100%}.refresher-pulling-icon,.refresher-refreshing-icon{transform-origin:center;transition:200ms;font-size:30px;text-align:center}[dir=rtl] .refresher-pulling-icon,:host-context([dir=rtl]) .refresher-pulling-icon,[dir=rtl] .refresher-refreshing-icon,:host-context([dir=rtl]) .refresher-refreshing-icon{transform-origin:calc(100% - center)}.refresher-pulling-text,.refresher-refreshing-text{font-size:16px;text-align:center}ion-refresher-content .arrow-container{display:none}.refresher-pulling ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling{display:block}.refresher-ready ion-refresher-content .refresher-pulling-icon{transform:rotate(180deg)}.refresher-refreshing ion-refresher-content .refresher-refreshing{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling{display:block}.refresher-cancelling ion-refresher-content .refresher-pulling-icon{transform:scale(0)}.refresher-completing ion-refresher-content .refresher-refreshing{display:block}.refresher-completing ion-refresher-content .refresher-refreshing-icon{transform:scale(0)}.refresher-native .refresher-pulling-text,.refresher-native .refresher-refreshing-text{display:none}.refresher-md .refresher-pulling-icon,.refresher-md .refresher-refreshing-icon{color:var(--ion-text-color, #000)}.refresher-md .refresher-pulling-text,.refresher-md .refresher-refreshing-text{color:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-lines-md line,.refresher-md .refresher-refreshing .spinner-lines-small-md line,.refresher-md .refresher-refreshing .spinner-crescent circle{stroke:var(--ion-text-color, #000)}.refresher-md .refresher-refreshing .spinner-bubbles circle,.refresher-md .refresher-refreshing .spinner-circles circle,.refresher-md .refresher-refreshing .spinner-dots circle{fill:var(--ion-text-color, #000)}ion-refresher.refresher-native{display:block;z-index:1}ion-refresher.refresher-native ion-spinner{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;width:24px;height:24px;color:var(--ion-color-primary, #3880ff)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native ion-spinner{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}ion-refresher.refresher-native .spinner-arrow-container{display:inherit}ion-refresher.refresher-native .arrow-container{display:block;position:absolute;width:24px;height:24px}ion-refresher.refresher-native .arrow-container ion-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;left:0;right:0;bottom:-4px;position:absolute;color:var(--ion-color-primary, #3880ff);font-size:12px}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .arrow-container ion-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}ion-refresher.refresher-native.refresher-pulling ion-refresher-content .refresher-pulling,ion-refresher.refresher-native.refresher-ready ion-refresher-content .refresher-pulling{display:flex}ion-refresher.refresher-native.refresher-refreshing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-completing ion-refresher-content .refresher-refreshing,ion-refresher.refresher-native.refresher-cancelling ion-refresher-content .refresher-refreshing{display:flex}ion-refresher.refresher-native .refresher-pulling-icon{transform:translateY(calc(-100% - 10px))}ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;border-radius:100%;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:8px;display:flex;border:1px solid var(--ion-color-step-200, #ececec);background:var(--ion-color-step-250, #ffffff);box-shadow:0px 1px 6px rgba(0, 0, 0, 0.1)}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{margin-left:unset;margin-right:unset;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}}@supports (margin-inline-start: 0) or (-webkit-margin-start: 0){ion-refresher.refresher-native .refresher-pulling-icon,ion-refresher.refresher-native .refresher-refreshing-icon{padding-left:unset;padding-right:unset;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px}}";
192
189
 
193
190
  const Refresher = class {
194
191
  constructor(hostRef) {
@@ -238,7 +235,7 @@ const Refresher = class {
238
235
  */
239
236
  this.closeDuration = '280ms';
240
237
  /**
241
- * Time it takes the refresher to to snap back to the `refreshing` state.
238
+ * Time it takes the refresher to snap back to the `refreshing` state.
242
239
  * Does not apply when the refresher content uses a spinner,
243
240
  * enabling the native refresher.
244
241
  */
@@ -288,10 +285,10 @@ const Refresher = class {
288
285
  async resetNativeRefresher(el, state) {
289
286
  this.state = state;
290
287
  if (ionicGlobal.getIonMode(this) === 'ios') {
291
- await translateElement(el, undefined);
288
+ await translateElement(el, undefined, 300);
292
289
  }
293
290
  else {
294
- await transitionEndAsync(this.el.querySelector('.refresher-refreshing-icon'), 200);
291
+ await helpers.transitionEndAsync(this.el.querySelector('.refresher-refreshing-icon'), 200);
295
292
  }
296
293
  this.didRefresh = false;
297
294
  this.needsCompletion = false;
@@ -326,7 +323,6 @@ const Refresher = class {
326
323
  index.writeTask(() => setSpinnerOpacity(refreshingSpinner, 1 - ratio));
327
324
  return;
328
325
  }
329
- index.writeTask(() => setSpinnerOpacity(pullingSpinner, 0));
330
326
  return;
331
327
  }
332
328
  if (this.pointerDown) {
@@ -339,11 +335,16 @@ const Refresher = class {
339
335
  this.ionPull.emit();
340
336
  }
341
337
  }
342
- // delay showing the next tick marks until user has pulled 30px
343
- const opacity = helpers.clamp(0, Math.abs(scrollTop) / refresherHeight, 0.99);
344
- const pullAmount = this.progress = helpers.clamp(0, (Math.abs(scrollTop) - 30) / MAX_PULL, 1);
345
- const currentTickToShow = helpers.clamp(0, Math.floor(pullAmount * NUM_TICKS), NUM_TICKS - 1);
346
- const shouldShowRefreshingSpinner = this.state === 8 /* Refreshing */ || currentTickToShow === NUM_TICKS - 1;
338
+ /**
339
+ * We want to delay the start of this gesture by ~30px
340
+ * when initially pulling down so the refresher does not
341
+ * overlap with the content. But when letting go of the
342
+ * gesture before the refresher completes, we want the
343
+ * refresher tick marks to quickly fade out.
344
+ */
345
+ const offset = (this.didStart) ? 30 : 0;
346
+ const pullAmount = this.progress = helpers.clamp(0, (Math.abs(scrollTop) - offset) / MAX_PULL, 1);
347
+ const shouldShowRefreshingSpinner = this.state === 8 /* Refreshing */ || pullAmount === 1;
347
348
  if (shouldShowRefreshingSpinner) {
348
349
  if (this.pointerDown) {
349
350
  handleScrollWhileRefreshing(refreshingSpinner, this.lastVelocityY);
@@ -363,12 +364,12 @@ const Refresher = class {
363
364
  }
364
365
  else {
365
366
  this.state = 2 /* Pulling */;
366
- handleScrollWhilePulling(pullingSpinner, ticks, opacity, currentTickToShow);
367
+ handleScrollWhilePulling(ticks, NUM_TICKS, pullAmount);
367
368
  }
368
369
  });
369
370
  };
370
371
  this.scrollEl.addEventListener('scroll', this.scrollListenerCallback);
371
- this.gesture = (await Promise.resolve().then(function () { return require('./index-6eff209d.js'); })).createGesture({
372
+ this.gesture = (await Promise.resolve().then(function () { return require('./index-43642662.js'); })).createGesture({
372
373
  el: this.scrollEl,
373
374
  gestureName: 'refresher',
374
375
  gesturePriority: 31,
@@ -420,7 +421,7 @@ const Refresher = class {
420
421
  refreshingCircle.style.setProperty('animation-delay', '-655ms');
421
422
  });
422
423
  }
423
- this.gesture = (await Promise.resolve().then(function () { return require('./index-6eff209d.js'); })).createGesture({
424
+ this.gesture = (await Promise.resolve().then(function () { return require('./index-43642662.js'); })).createGesture({
424
425
  el: this.scrollEl,
425
426
  gestureName: 'refresher',
426
427
  gesturePriority: 31,
@@ -438,15 +439,13 @@ const Refresher = class {
438
439
  if (!ev.data.didStart) {
439
440
  ev.data.didStart = true;
440
441
  this.state = 2 /* Pulling */;
441
- index.writeTask(() => {
442
- const animationType = getRefresherAnimationType(contentEl);
443
- const animation = createPullingAnimation(animationType, pullingRefresherIcon);
444
- ev.data.animation = animation;
445
- this.scrollEl.style.setProperty('--overflow', 'hidden');
446
- animation.progressStart(false, 0);
447
- this.ionStart.emit();
448
- this.animations.push(animation);
449
- });
442
+ index.writeTask(() => this.scrollEl.style.setProperty('--overflow', 'hidden'));
443
+ const animationType = getRefresherAnimationType(contentEl);
444
+ const animation = createPullingAnimation(animationType, pullingRefresherIcon, this.el);
445
+ ev.data.animation = animation;
446
+ animation.progressStart(false, 0);
447
+ this.ionStart.emit();
448
+ this.animations.push(animation);
450
449
  return;
451
450
  }
452
451
  // Since we are using an easing curve, slow the gesture tracking down a bit
@@ -520,14 +519,14 @@ const Refresher = class {
520
519
  console.error('<ion-refresher> must be used inside an <ion-content>');
521
520
  return;
522
521
  }
523
- await contentEl.componentOnReady();
522
+ await new Promise(resolve => helpers.componentOnReady(contentEl, resolve));
524
523
  this.scrollEl = await contentEl.getScrollElement();
525
524
  this.backgroundContentEl = helpers.getElementRoot(contentEl).querySelector('#background-content');
526
525
  if (await shouldUseNativeRefresher(this.el, ionicGlobal.getIonMode(this))) {
527
526
  this.setupNativeRefresher(contentEl);
528
527
  }
529
528
  else {
530
- this.gesture = (await Promise.resolve().then(function () { return require('./index-6eff209d.js'); })).createGesture({
529
+ this.gesture = (await Promise.resolve().then(function () { return require('./index-43642662.js'); })).createGesture({
531
530
  el: contentEl,
532
531
  gestureName: 'refresher',
533
532
  gesturePriority: 31,
@@ -2,9 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
7
- const haptic = require('./haptic-415dac5b.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
+ const helpers = require('./helpers-7e28976c.js');
8
+ const haptic = require('./haptic-91e86eb7.js');
8
9
 
9
10
  const reorderGroupCss = ".reorder-list-active>*{transition:transform 300ms;will-change:transform}.reorder-enabled{user-select:none}.reorder-enabled ion-reorder{display:block;cursor:grab;pointer-events:all;touch-action:none}.reorder-selected,.reorder-selected ion-reorder{cursor:grabbing}.reorder-selected{position:relative;transition:none !important;box-shadow:0 0 10px rgba(0, 0, 0, 0.4);opacity:0.8;z-index:100}.reorder-visible ion-reorder .reorder-icon{transform:translate3d(0, 0, 0)}";
10
11
 
@@ -33,9 +34,10 @@ const ReorderGroup = class {
33
34
  async connectedCallback() {
34
35
  const contentEl = this.el.closest('ion-content');
35
36
  if (contentEl) {
37
+ await new Promise(resolve => helpers.componentOnReady(contentEl, resolve));
36
38
  this.scrollEl = await contentEl.getScrollElement();
37
39
  }
38
- this.gesture = (await Promise.resolve().then(function () { return require('./index-6eff209d.js'); })).createGesture({
40
+ this.gesture = (await Promise.resolve().then(function () { return require('./index-43642662.js'); })).createGesture({
39
41
  el: this.el,
40
42
  gestureName: 'reorder',
41
43
  gesturePriority: 110,
@@ -197,16 +199,15 @@ const ReorderGroup = class {
197
199
  }
198
200
  itemIndexForTop(deltaY) {
199
201
  const heights = this.cachedHeights;
200
- let i = 0;
201
202
  // TODO: since heights is a sorted array of integers, we can do
202
203
  // speed up the search using binary search. Remember that linear-search is still
203
204
  // faster than binary-search for small arrays (<64) due CPU branch misprediction.
204
- for (i = 0; i < heights.length; i++) {
205
+ for (let i = 0; i < heights.length; i++) {
205
206
  if (heights[i] > deltaY) {
206
- break;
207
+ return i;
207
208
  }
208
209
  }
209
- return i;
210
+ return heights.length - 1;
210
211
  }
211
212
  /********* DOM WRITE ********* */
212
213
  reorderMove(fromIndex, toIndex) {
@@ -2,8 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
6
- const ionicGlobal = require('./ionic-global-4930d319.js');
5
+ const index = require('./index-bae2a754.js');
6
+ const index$1 = require('./index-8540d72e.js');
7
+ const ionicGlobal = require('./ionic-global-878073d1.js');
7
8
 
8
9
  const reorderIosCss = ":host([slot]){display:none;line-height:0;z-index:100}.reorder-icon{display:block;font-size:22px}.reorder-icon{font-size:34px;opacity:0.4}";
9
10
 
@@ -24,8 +25,8 @@ const Reorder = class {
24
25
  }
25
26
  render() {
26
27
  const mode = ionicGlobal.getIonMode(this);
27
- const reorderIcon = mode === 'ios' ? 'reorder-three-outline' : 'reorder-two-sharp';
28
- return (index.h(index.Host, { class: mode }, index.h("slot", null, index.h("ion-icon", { name: reorderIcon, lazy: false, class: "reorder-icon", part: "icon" }))));
28
+ const reorderIcon = mode === 'ios' ? index$1.reorderThreeOutline : index$1.reorderTwoSharp;
29
+ return (index.h(index.Host, { class: mode }, index.h("slot", null, index.h("ion-icon", { icon: reorderIcon, lazy: false, class: "reorder-icon", part: "icon" }))));
29
30
  }
30
31
  get el() { return index.getElement(this); }
31
32
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
5
+ const index = require('./index-bae2a754.js');
6
6
 
7
7
  const RouteRedirect = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-fbf4d3bf.js');
5
+ const index = require('./index-bae2a754.js');
6
6
 
7
7
  const Route = class {
8
8
  constructor(hostRef) {