voyager-ionic-core 7.2.3-tweak

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 (3131) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +113 -0
  3. package/components/action-sheet.js +354 -0
  4. package/components/alert.js +543 -0
  5. package/components/animation.js +985 -0
  6. package/components/backdrop.js +76 -0
  7. package/components/button-active.js +67 -0
  8. package/components/button.js +249 -0
  9. package/components/buttons.js +45 -0
  10. package/components/capacitor.js +13 -0
  11. package/components/checkbox.js +189 -0
  12. package/components/config.js +193 -0
  13. package/components/cubic-bezier.js +90 -0
  14. package/components/custom-elements.d.ts +2 -0
  15. package/components/data.js +1463 -0
  16. package/components/dir.js +18 -0
  17. package/components/focus-visible.js +75 -0
  18. package/components/form-controller.js +68 -0
  19. package/components/framework-delegate.js +121 -0
  20. package/components/gesture-controller.js +195 -0
  21. package/components/haptic.js +205 -0
  22. package/components/hardware-back-button.js +71 -0
  23. package/components/helpers.js +418 -0
  24. package/components/icon.js +357 -0
  25. package/components/index.d.ts +27 -0
  26. package/components/index.js +116 -0
  27. package/components/index2.js +457 -0
  28. package/components/index3.js +231 -0
  29. package/components/index4.js +301 -0
  30. package/components/index5.js +29 -0
  31. package/components/index6.js +34 -0
  32. package/components/index7.js +29 -0
  33. package/components/index8.js +129 -0
  34. package/components/index9.js +196 -0
  35. package/components/input-shims.js +503 -0
  36. package/components/input.utils.js +134 -0
  37. package/components/ion-accordion-group.d.ts +11 -0
  38. package/components/ion-accordion-group.js +241 -0
  39. package/components/ion-accordion.d.ts +11 -0
  40. package/components/ion-accordion.js +354 -0
  41. package/components/ion-action-sheet.d.ts +11 -0
  42. package/components/ion-action-sheet.js +9 -0
  43. package/components/ion-alert.d.ts +11 -0
  44. package/components/ion-alert.js +9 -0
  45. package/components/ion-app.d.ts +11 -0
  46. package/components/ion-app.js +118 -0
  47. package/components/ion-avatar.d.ts +11 -0
  48. package/components/ion-avatar.js +42 -0
  49. package/components/ion-back-button.d.ts +11 -0
  50. package/components/ion-back-button.js +130 -0
  51. package/components/ion-backdrop.d.ts +11 -0
  52. package/components/ion-backdrop.js +9 -0
  53. package/components/ion-badge.d.ts +11 -0
  54. package/components/ion-badge.js +49 -0
  55. package/components/ion-breadcrumb.d.ts +11 -0
  56. package/components/ion-breadcrumb.js +134 -0
  57. package/components/ion-breadcrumbs.d.ts +11 -0
  58. package/components/ion-breadcrumbs.js +155 -0
  59. package/components/ion-button.d.ts +11 -0
  60. package/components/ion-button.js +9 -0
  61. package/components/ion-buttons.d.ts +11 -0
  62. package/components/ion-buttons.js +9 -0
  63. package/components/ion-card-content.d.ts +11 -0
  64. package/components/ion-card-content.js +46 -0
  65. package/components/ion-card-header.d.ts +11 -0
  66. package/components/ion-card-header.js +53 -0
  67. package/components/ion-card-subtitle.d.ts +11 -0
  68. package/components/ion-card-subtitle.js +50 -0
  69. package/components/ion-card-title.d.ts +11 -0
  70. package/components/ion-card-title.js +50 -0
  71. package/components/ion-card.d.ts +11 -0
  72. package/components/ion-card.js +101 -0
  73. package/components/ion-checkbox.d.ts +11 -0
  74. package/components/ion-checkbox.js +9 -0
  75. package/components/ion-chip.d.ts +11 -0
  76. package/components/ion-chip.js +57 -0
  77. package/components/ion-col.d.ts +11 -0
  78. package/components/ion-col.js +188 -0
  79. package/components/ion-content.d.ts +11 -0
  80. package/components/ion-content.js +397 -0
  81. package/components/ion-datetime-button.d.ts +11 -0
  82. package/components/ion-datetime-button.js +377 -0
  83. package/components/ion-datetime.d.ts +11 -0
  84. package/components/ion-datetime.js +1783 -0
  85. package/components/ion-fab-button.d.ts +11 -0
  86. package/components/ion-fab-button.js +133 -0
  87. package/components/ion-fab-list.d.ts +11 -0
  88. package/components/ion-fab-list.js +59 -0
  89. package/components/ion-fab.d.ts +11 -0
  90. package/components/ion-fab.js +93 -0
  91. package/components/ion-footer.d.ts +11 -0
  92. package/components/ion-footer.js +153 -0
  93. package/components/ion-grid.d.ts +11 -0
  94. package/components/ion-grid.js +44 -0
  95. package/components/ion-header.d.ts +11 -0
  96. package/components/ion-header.js +357 -0
  97. package/components/ion-icon.js +9 -0
  98. package/components/ion-img.d.ts +11 -0
  99. package/components/ion-img.js +127 -0
  100. package/components/ion-infinite-scroll-content.d.ts +11 -0
  101. package/components/ion-infinite-scroll-content.js +72 -0
  102. package/components/ion-infinite-scroll.d.ts +11 -0
  103. package/components/ion-infinite-scroll.js +204 -0
  104. package/components/ion-input.d.ts +11 -0
  105. package/components/ion-input.js +508 -0
  106. package/components/ion-item-divider.d.ts +11 -0
  107. package/components/ion-item-divider.js +54 -0
  108. package/components/ion-item-group.d.ts +11 -0
  109. package/components/ion-item-group.js +47 -0
  110. package/components/ion-item-option.d.ts +11 -0
  111. package/components/ion-item-option.js +88 -0
  112. package/components/ion-item-options.d.ts +11 -0
  113. package/components/ion-item-options.js +70 -0
  114. package/components/ion-item-sliding.d.ts +11 -0
  115. package/components/ion-item-sliding.js +452 -0
  116. package/components/ion-item.d.ts +11 -0
  117. package/components/ion-item.js +9 -0
  118. package/components/ion-label.d.ts +11 -0
  119. package/components/ion-label.js +9 -0
  120. package/components/ion-list-header.d.ts +11 -0
  121. package/components/ion-list-header.js +9 -0
  122. package/components/ion-list.d.ts +11 -0
  123. package/components/ion-list.js +9 -0
  124. package/components/ion-loading.d.ts +11 -0
  125. package/components/ion-loading.js +314 -0
  126. package/components/ion-menu-button.d.ts +11 -0
  127. package/components/ion-menu-button.js +103 -0
  128. package/components/ion-menu-toggle.d.ts +11 -0
  129. package/components/ion-menu-toggle.js +60 -0
  130. package/components/ion-menu.d.ts +11 -0
  131. package/components/ion-menu.js +634 -0
  132. package/components/ion-modal.d.ts +11 -0
  133. package/components/ion-modal.js +1684 -0
  134. package/components/ion-nav-link.d.ts +11 -0
  135. package/components/ion-nav-link.js +65 -0
  136. package/components/ion-nav.d.ts +11 -0
  137. package/components/ion-nav.js +951 -0
  138. package/components/ion-note.d.ts +11 -0
  139. package/components/ion-note.js +9 -0
  140. package/components/ion-picker-column-internal.d.ts +11 -0
  141. package/components/ion-picker-column-internal.js +9 -0
  142. package/components/ion-picker-column.d.ts +11 -0
  143. package/components/ion-picker-column.js +9 -0
  144. package/components/ion-picker-internal.d.ts +11 -0
  145. package/components/ion-picker-internal.js +9 -0
  146. package/components/ion-picker.d.ts +11 -0
  147. package/components/ion-picker.js +312 -0
  148. package/components/ion-popover.d.ts +11 -0
  149. package/components/ion-popover.js +9 -0
  150. package/components/ion-progress-bar.d.ts +11 -0
  151. package/components/ion-progress-bar.js +82 -0
  152. package/components/ion-radio-group.d.ts +11 -0
  153. package/components/ion-radio-group.js +9 -0
  154. package/components/ion-radio.d.ts +11 -0
  155. package/components/ion-radio.js +9 -0
  156. package/components/ion-range.d.ts +11 -0
  157. package/components/ion-range.js +645 -0
  158. package/components/ion-refresher-content.d.ts +11 -0
  159. package/components/ion-refresher-content.js +86 -0
  160. package/components/ion-refresher.d.ts +11 -0
  161. package/components/ion-refresher.js +827 -0
  162. package/components/ion-reorder-group.d.ts +11 -0
  163. package/components/ion-reorder-group.js +303 -0
  164. package/components/ion-reorder.d.ts +11 -0
  165. package/components/ion-reorder.js +61 -0
  166. package/components/ion-ripple-effect.d.ts +11 -0
  167. package/components/ion-ripple-effect.js +9 -0
  168. package/components/ion-route-redirect.d.ts +11 -0
  169. package/components/ion-route-redirect.js +45 -0
  170. package/components/ion-route.d.ts +11 -0
  171. package/components/ion-route.js +69 -0
  172. package/components/ion-router-link.d.ts +11 -0
  173. package/components/ion-router-link.js +63 -0
  174. package/components/ion-router-outlet.d.ts +11 -0
  175. package/components/ion-router-outlet.js +230 -0
  176. package/components/ion-router.d.ts +11 -0
  177. package/components/ion-router.js +819 -0
  178. package/components/ion-row.d.ts +11 -0
  179. package/components/ion-row.js +37 -0
  180. package/components/ion-searchbar.d.ts +11 -0
  181. package/components/ion-searchbar.js +433 -0
  182. package/components/ion-segment-button.d.ts +11 -0
  183. package/components/ion-segment-button.js +142 -0
  184. package/components/ion-segment.d.ts +11 -0
  185. package/components/ion-segment.js +430 -0
  186. package/components/ion-select-option.d.ts +11 -0
  187. package/components/ion-select-option.js +45 -0
  188. package/components/ion-select-popover.d.ts +11 -0
  189. package/components/ion-select-popover.js +9 -0
  190. package/components/ion-select.d.ts +11 -0
  191. package/components/ion-select.js +819 -0
  192. package/components/ion-skeleton-text.d.ts +11 -0
  193. package/components/ion-skeleton-text.js +49 -0
  194. package/components/ion-spinner.d.ts +11 -0
  195. package/components/ion-spinner.js +9 -0
  196. package/components/ion-split-pane.d.ts +11 -0
  197. package/components/ion-split-pane.js +176 -0
  198. package/components/ion-tab-bar.d.ts +11 -0
  199. package/components/ion-tab-bar.js +94 -0
  200. package/components/ion-tab-button.d.ts +11 -0
  201. package/components/ion-tab-button.js +128 -0
  202. package/components/ion-tab.d.ts +11 -0
  203. package/components/ion-tab.js +91 -0
  204. package/components/ion-tabs.d.ts +11 -0
  205. package/components/ion-tabs.js +179 -0
  206. package/components/ion-text.d.ts +11 -0
  207. package/components/ion-text.js +44 -0
  208. package/components/ion-textarea.d.ts +11 -0
  209. package/components/ion-textarea.js +444 -0
  210. package/components/ion-thumbnail.d.ts +11 -0
  211. package/components/ion-thumbnail.js +37 -0
  212. package/components/ion-title.d.ts +11 -0
  213. package/components/ion-title.js +74 -0
  214. package/components/ion-toast.d.ts +11 -0
  215. package/components/ion-toast.js +408 -0
  216. package/components/ion-toggle.d.ts +11 -0
  217. package/components/ion-toggle.js +277 -0
  218. package/components/ion-toolbar.d.ts +11 -0
  219. package/components/ion-toolbar.js +94 -0
  220. package/components/ionic-global.js +224 -0
  221. package/components/ios.transition.js +479 -0
  222. package/components/item.js +302 -0
  223. package/components/keyboard-controller.js +165 -0
  224. package/components/keyboard.js +79 -0
  225. package/components/keyboard2.js +144 -0
  226. package/components/label.js +100 -0
  227. package/components/list-header.js +50 -0
  228. package/components/list.js +67 -0
  229. package/components/md.transition.js +54 -0
  230. package/components/menu-toggle-util.js +12 -0
  231. package/components/notch-controller.js +153 -0
  232. package/components/note.js +46 -0
  233. package/components/overlays.js +671 -0
  234. package/components/package.json +9 -0
  235. package/components/picker-column-internal.js +383 -0
  236. package/components/picker-column.js +377 -0
  237. package/components/picker-internal.js +499 -0
  238. package/components/popover.js +1367 -0
  239. package/components/radio-group.js +169 -0
  240. package/components/radio.js +224 -0
  241. package/components/ripple-effect.js +101 -0
  242. package/components/select-popover.js +197 -0
  243. package/components/spinner.js +224 -0
  244. package/components/status-tap.js +39 -0
  245. package/components/swipe-back.js +74 -0
  246. package/components/theme.js +43 -0
  247. package/components/watch-options.js +36 -0
  248. package/css/core.css +376 -0
  249. package/css/core.css.map +1 -0
  250. package/css/display.css +54 -0
  251. package/css/display.css.map +1 -0
  252. package/css/flex-utils.css +81 -0
  253. package/css/flex-utils.css.map +1 -0
  254. package/css/float-elements.css +216 -0
  255. package/css/float-elements.css.map +1 -0
  256. package/css/global.bundle.css +291 -0
  257. package/css/global.bundle.css.map +1 -0
  258. package/css/ionic-swiper.css +72 -0
  259. package/css/ionic-swiper.css.map +1 -0
  260. package/css/ionic.bundle.css +1 -0
  261. package/css/ionic.bundle.css.map +1 -0
  262. package/css/normalize.css +150 -0
  263. package/css/normalize.css.map +1 -0
  264. package/css/padding.css +125 -0
  265. package/css/padding.css.map +1 -0
  266. package/css/structure.css +75 -0
  267. package/css/structure.css.map +1 -0
  268. package/css/text-alignment.css +166 -0
  269. package/css/text-alignment.css.map +1 -0
  270. package/css/text-transformation.css +81 -0
  271. package/css/text-transformation.css.map +1 -0
  272. package/css/typography.css +68 -0
  273. package/css/typography.css.map +1 -0
  274. package/css/utils.bundle.css +715 -0
  275. package/css/utils.bundle.css.map +1 -0
  276. package/dist/cjs/animation-c68ec4cb.js +987 -0
  277. package/dist/cjs/app-globals-3ba8ddad.js +10 -0
  278. package/dist/cjs/button-active-7578c6c2.js +69 -0
  279. package/dist/cjs/capacitor-a77e977e.js +15 -0
  280. package/dist/cjs/config-172736e4.js +199 -0
  281. package/dist/cjs/cubic-bezier-0e51923d.js +92 -0
  282. package/dist/cjs/data-3a7f5c1a.js +1510 -0
  283. package/dist/cjs/dir-186d3a4d.js +20 -0
  284. package/dist/cjs/focus-visible-6163be3a.js +77 -0
  285. package/dist/cjs/form-controller-d42b8c05.js +70 -0
  286. package/dist/cjs/framework-delegate-d2bbe945.js +125 -0
  287. package/dist/cjs/gesture-controller-e2865472.js +197 -0
  288. package/dist/cjs/haptic-89b33156.js +211 -0
  289. package/dist/cjs/hardware-back-button-bae6e13a.js +76 -0
  290. package/dist/cjs/helpers-77560954.js +441 -0
  291. package/dist/cjs/index-1901dd17.js +303 -0
  292. package/dist/cjs/index-404c1016.js +198 -0
  293. package/dist/cjs/index-4e642409.js +243 -0
  294. package/dist/cjs/index-79605113.js +38 -0
  295. package/dist/cjs/index-b0e73ba0.js +53 -0
  296. package/dist/cjs/index-b358eb23.js +2507 -0
  297. package/dist/cjs/index-dc56ac38.js +141 -0
  298. package/dist/cjs/index-def9efb5.js +459 -0
  299. package/dist/cjs/index-f0d7c9cc.js +32 -0
  300. package/dist/cjs/index.cjs.js +150 -0
  301. package/dist/cjs/input-shims-9b42b3fe.js +508 -0
  302. package/dist/cjs/input.utils-7e077818.js +137 -0
  303. package/dist/cjs/ion-accordion_2.cjs.entry.js +533 -0
  304. package/dist/cjs/ion-action-sheet.cjs.entry.js +313 -0
  305. package/dist/cjs/ion-alert.cjs.entry.js +506 -0
  306. package/dist/cjs/ion-app_8.cjs.entry.js +1252 -0
  307. package/dist/cjs/ion-avatar_3.cjs.entry.js +64 -0
  308. package/dist/cjs/ion-back-button.cjs.entry.js +96 -0
  309. package/dist/cjs/ion-backdrop.cjs.entry.js +61 -0
  310. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +223 -0
  311. package/dist/cjs/ion-button_2.cjs.entry.js +538 -0
  312. package/dist/cjs/ion-card_5.cjs.entry.js +164 -0
  313. package/dist/cjs/ion-checkbox.cjs.entry.js +168 -0
  314. package/dist/cjs/ion-chip.cjs.entry.js +33 -0
  315. package/dist/cjs/ion-col_3.cjs.entry.js +180 -0
  316. package/dist/cjs/ion-datetime-button.cjs.entry.js +348 -0
  317. package/dist/cjs/ion-datetime_3.cjs.entry.js +2275 -0
  318. package/dist/cjs/ion-fab_3.cjs.entry.js +186 -0
  319. package/dist/cjs/ion-img.cjs.entry.js +108 -0
  320. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +227 -0
  321. package/dist/cjs/ion-input.cjs.entry.js +450 -0
  322. package/dist/cjs/ion-item-option_3.cjs.entry.js +524 -0
  323. package/dist/cjs/ion-item_8.cjs.entry.js +489 -0
  324. package/dist/cjs/ion-loading.cjs.entry.js +271 -0
  325. package/dist/cjs/ion-menu_3.cjs.entry.js +692 -0
  326. package/dist/cjs/ion-modal.cjs.entry.js +1636 -0
  327. package/dist/cjs/ion-nav_2.cjs.entry.js +948 -0
  328. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +366 -0
  329. package/dist/cjs/ion-picker-internal.cjs.entry.js +486 -0
  330. package/dist/cjs/ion-popover.cjs.entry.js +1318 -0
  331. package/dist/cjs/ion-progress-bar.cjs.entry.js +62 -0
  332. package/dist/cjs/ion-radio_2.cjs.entry.js +345 -0
  333. package/dist/cjs/ion-range.cjs.entry.js +610 -0
  334. package/dist/cjs/ion-refresher_2.cjs.entry.js +852 -0
  335. package/dist/cjs/ion-reorder_2.cjs.entry.js +320 -0
  336. package/dist/cjs/ion-ripple-effect.cjs.entry.js +87 -0
  337. package/dist/cjs/ion-route_4.cjs.entry.js +892 -0
  338. package/dist/cjs/ion-searchbar.cjs.entry.js +390 -0
  339. package/dist/cjs/ion-segment_2.cjs.entry.js +512 -0
  340. package/dist/cjs/ion-select_3.cjs.entry.js +822 -0
  341. package/dist/cjs/ion-spinner.cjs.entry.js +68 -0
  342. package/dist/cjs/ion-split-pane.cjs.entry.js +151 -0
  343. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +167 -0
  344. package/dist/cjs/ion-tab_2.cjs.entry.js +212 -0
  345. package/dist/cjs/ion-text.cjs.entry.js +28 -0
  346. package/dist/cjs/ion-textarea.cjs.entry.js +399 -0
  347. package/dist/cjs/ion-toast.cjs.entry.js +359 -0
  348. package/dist/cjs/ion-toggle.cjs.entry.js +248 -0
  349. package/dist/cjs/ionic-global-5e671da5.js +230 -0
  350. package/dist/cjs/ionic.cjs.js +32 -0
  351. package/dist/cjs/ios.transition-0b0d2e7f.js +485 -0
  352. package/dist/cjs/keyboard-2eabd73b.js +158 -0
  353. package/dist/cjs/keyboard-controller-4aa8c1d6.js +167 -0
  354. package/dist/cjs/keyboard-f35d0b9d.js +81 -0
  355. package/dist/cjs/loader.cjs.js +28 -0
  356. package/dist/cjs/md.transition-481e9b5f.js +59 -0
  357. package/dist/cjs/notch-controller-159c65d4.js +155 -0
  358. package/dist/cjs/overlays-d17b3668.js +693 -0
  359. package/dist/cjs/spinner-configs-7d30ff6f.js +147 -0
  360. package/dist/cjs/status-tap-6061aa3f.js +42 -0
  361. package/dist/cjs/swipe-back-7e99fa89.js +77 -0
  362. package/dist/cjs/theme-e6fec71e.js +48 -0
  363. package/dist/cjs/watch-options-4d182698.js +38 -0
  364. package/dist/collection/collection-manifest.json +372 -0
  365. package/dist/collection/components/accordion/accordion.ios.css +83 -0
  366. package/dist/collection/components/accordion/accordion.js +441 -0
  367. package/dist/collection/components/accordion/accordion.md.css +80 -0
  368. package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +39 -0
  369. package/dist/collection/components/accordion/test/accordion.e2e.js +39 -0
  370. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +52 -0
  371. package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +26 -0
  372. package/dist/collection/components/accordion/test/nested/accordion.e2e.js +24 -0
  373. package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +15 -0
  374. package/dist/collection/components/accordion-group/accordion-group-interface.js +1 -0
  375. package/dist/collection/components/accordion-group/accordion-group.ios.css +17 -0
  376. package/dist/collection/components/accordion-group/accordion-group.js +440 -0
  377. package/dist/collection/components/accordion-group/accordion-group.md.css +64 -0
  378. package/dist/collection/components/action-sheet/action-sheet-interface.js +1 -0
  379. package/dist/collection/components/action-sheet/action-sheet.ios.css +319 -0
  380. package/dist/collection/components/action-sheet/action-sheet.js +767 -0
  381. package/dist/collection/components/action-sheet/action-sheet.md.css +259 -0
  382. package/dist/collection/components/action-sheet/animations/ios.enter.js +27 -0
  383. package/dist/collection/components/action-sheet/animations/ios.leave.js +21 -0
  384. package/dist/collection/components/action-sheet/animations/md.enter.js +27 -0
  385. package/dist/collection/components/action-sheet/animations/md.leave.js +21 -0
  386. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +48 -0
  387. package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +41 -0
  388. package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +83 -0
  389. package/dist/collection/components/action-sheet/test/basic/fixture.js +30 -0
  390. package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +33 -0
  391. package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +18 -0
  392. package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +29 -0
  393. package/dist/collection/components/alert/alert-interface.js +1 -0
  394. package/dist/collection/components/alert/alert.ios.css +503 -0
  395. package/dist/collection/components/alert/alert.js +1018 -0
  396. package/dist/collection/components/alert/alert.md.css +531 -0
  397. package/dist/collection/components/alert/animations/ios.enter.js +28 -0
  398. package/dist/collection/components/alert/animations/ios.leave.js +22 -0
  399. package/dist/collection/components/alert/animations/md.enter.js +28 -0
  400. package/dist/collection/components/alert/animations/md.leave.js +19 -0
  401. package/dist/collection/components/alert/test/a11y/alert.e2e.js +49 -0
  402. package/dist/collection/components/alert/test/basic/alert.e2e.js +110 -0
  403. package/dist/collection/components/alert/test/is-open/alert.e2e.js +33 -0
  404. package/dist/collection/components/alert/test/standalone/alert.e2e.js +17 -0
  405. package/dist/collection/components/alert/test/trigger/alert.e2e.js +29 -0
  406. package/dist/collection/components/app/app.css +17 -0
  407. package/dist/collection/components/app/app.js +132 -0
  408. package/dist/collection/components/app/test/safe-area/app.e2e.js +35 -0
  409. package/dist/collection/components/avatar/avatar.ios.css +22 -0
  410. package/dist/collection/components/avatar/avatar.js +24 -0
  411. package/dist/collection/components/avatar/avatar.md.css +22 -0
  412. package/dist/collection/components/avatar/test/avatar.svg +1 -0
  413. package/dist/collection/components/avatar/test/basic/avatar.e2e.js +24 -0
  414. package/dist/collection/components/back-button/back-button.ios.css +246 -0
  415. package/dist/collection/components/back-button/back-button.js +235 -0
  416. package/dist/collection/components/back-button/back-button.md.css +269 -0
  417. package/dist/collection/components/back-button/test/basic/back-button.e2e.js +14 -0
  418. package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +14 -0
  419. package/dist/collection/components/backdrop/backdrop.ios.css +26 -0
  420. package/dist/collection/components/backdrop/backdrop.js +143 -0
  421. package/dist/collection/components/backdrop/backdrop.md.css +26 -0
  422. package/dist/collection/components/badge/badge.ios.css +50 -0
  423. package/dist/collection/components/badge/badge.js +60 -0
  424. package/dist/collection/components/badge/badge.md.css +54 -0
  425. package/dist/collection/components/badge/test/basic/badge.e2e.js +14 -0
  426. package/dist/collection/components/breadcrumb/breadcrumb-interface.js +1 -0
  427. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +205 -0
  428. package/dist/collection/components/breadcrumb/breadcrumb.js +409 -0
  429. package/dist/collection/components/breadcrumb/breadcrumb.md.css +200 -0
  430. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +26 -0
  431. package/dist/collection/components/breadcrumbs/breadcrumbs.js +259 -0
  432. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +25 -0
  433. package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +15 -0
  434. package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +14 -0
  435. package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +14 -0
  436. package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +51 -0
  437. package/dist/collection/components/button/button.ios.css +431 -0
  438. package/dist/collection/components/button/button.js +555 -0
  439. package/dist/collection/components/button/button.md.css +408 -0
  440. package/dist/collection/components/button/test/basic/button.e2e.js +51 -0
  441. package/dist/collection/components/button/test/clear/button.e2e.js +14 -0
  442. package/dist/collection/components/button/test/expand/button.e2e.js +17 -0
  443. package/dist/collection/components/button/test/form-reference/button.e2e.js +135 -0
  444. package/dist/collection/components/button/test/icon/button.e2e.js +14 -0
  445. package/dist/collection/components/button/test/outline/button.e2e.js +14 -0
  446. package/dist/collection/components/button/test/round/button.e2e.js +17 -0
  447. package/dist/collection/components/button/test/size/button.e2e.js +43 -0
  448. package/dist/collection/components/button/test/strong/button.e2e.js +48 -0
  449. package/dist/collection/components/button/test/wrap/button.e2e.js +138 -0
  450. package/dist/collection/components/buttons/buttons.ios.css +114 -0
  451. package/dist/collection/components/buttons/buttons.js +53 -0
  452. package/dist/collection/components/buttons/buttons.md.css +134 -0
  453. package/dist/collection/components/card/card.ios.css +93 -0
  454. package/dist/collection/components/card/card.js +264 -0
  455. package/dist/collection/components/card/card.md.css +88 -0
  456. package/dist/collection/components/card/test/basic/card.e2e.js +151 -0
  457. package/dist/collection/components/card-content/card-content.ios.css +53 -0
  458. package/dist/collection/components/card-content/card-content.js +31 -0
  459. package/dist/collection/components/card-content/card-content.md.css +55 -0
  460. package/dist/collection/components/card-header/card-header.ios.css +31 -0
  461. package/dist/collection/components/card-header/card-header.js +81 -0
  462. package/dist/collection/components/card-header/card-header.md.css +28 -0
  463. package/dist/collection/components/card-header/test/basic/card-header.e2e.js +14 -0
  464. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +28 -0
  465. package/dist/collection/components/card-subtitle/card-subtitle.js +61 -0
  466. package/dist/collection/components/card-subtitle/card-subtitle.md.css +26 -0
  467. package/dist/collection/components/card-title/card-title.ios.css +27 -0
  468. package/dist/collection/components/card-title/card-title.js +61 -0
  469. package/dist/collection/components/card-title/card-title.md.css +27 -0
  470. package/dist/collection/components/checkbox/checkbox-interface.js +1 -0
  471. package/dist/collection/components/checkbox/checkbox.ios.css +310 -0
  472. package/dist/collection/components/checkbox/checkbox.js +420 -0
  473. package/dist/collection/components/checkbox/checkbox.md.css +326 -0
  474. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +15 -0
  475. package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +60 -0
  476. package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +23 -0
  477. package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +14 -0
  478. package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +61 -0
  479. package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +95 -0
  480. package/dist/collection/components/checkbox/test/legacy/basic/checkbox.e2e.js +51 -0
  481. package/dist/collection/components/checkbox/test/legacy/indeterminate/checkbox.e2e.js +14 -0
  482. package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +37 -0
  483. package/dist/collection/components/chip/chip.css +149 -0
  484. package/dist/collection/components/chip/chip.js +99 -0
  485. package/dist/collection/components/chip/test/basic/chip.e2e.js +81 -0
  486. package/dist/collection/components/chip/test/states/chip.e2e.js +35 -0
  487. package/dist/collection/components/col/col.css +68 -0
  488. package/dist/collection/components/col/col.js +551 -0
  489. package/dist/collection/components/content/content-interface.js +1 -0
  490. package/dist/collection/components/content/content.css +227 -0
  491. package/dist/collection/components/content/content.js +750 -0
  492. package/dist/collection/components/content/test/basic/content.e2e.js +17 -0
  493. package/dist/collection/components/content/test/fixed/content.e2e.js +17 -0
  494. package/dist/collection/components/content/test/fullscreen/content.e2e.js +17 -0
  495. package/dist/collection/components/content/test/standalone/content.e2e.js +16 -0
  496. package/dist/collection/components/datetime/datetime-interface.js +1 -0
  497. package/dist/collection/components/datetime/datetime.ios.css +589 -0
  498. package/dist/collection/components/datetime/datetime.js +2268 -0
  499. package/dist/collection/components/datetime/datetime.md.css +561 -0
  500. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +350 -0
  501. package/dist/collection/components/datetime/test/color/datetime.e2e.js +20 -0
  502. package/dist/collection/components/datetime/test/custom/datetime.e2e.js +33 -0
  503. package/dist/collection/components/datetime/test/datetime.e2e.js +39 -0
  504. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +150 -0
  505. package/dist/collection/components/datetime/test/display/datetime.e2e.js +121 -0
  506. package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +14 -0
  507. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +86 -0
  508. package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +23 -0
  509. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +129 -0
  510. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +266 -0
  511. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +29 -0
  512. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +225 -0
  513. package/dist/collection/components/datetime/test/position/datetime.e2e.js +22 -0
  514. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +485 -0
  515. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +138 -0
  516. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +53 -0
  517. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +25 -0
  518. package/dist/collection/components/datetime/test/utils/month-did-change-event.js +18 -0
  519. package/dist/collection/components/datetime/test/values/datetime.e2e.js +140 -0
  520. package/dist/collection/components/datetime/utils/comparison.js +44 -0
  521. package/dist/collection/components/datetime/utils/data.js +470 -0
  522. package/dist/collection/components/datetime/utils/format.js +286 -0
  523. package/dist/collection/components/datetime/utils/helpers.js +99 -0
  524. package/dist/collection/components/datetime/utils/manipulation.js +416 -0
  525. package/dist/collection/components/datetime/utils/parse.js +166 -0
  526. package/dist/collection/components/datetime/utils/state.js +173 -0
  527. package/dist/collection/components/datetime-button/datetime-button.css +44 -0
  528. package/dist/collection/components/datetime-button/datetime-button.js +428 -0
  529. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +177 -0
  530. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +27 -0
  531. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +96 -0
  532. package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +143 -0
  533. package/dist/collection/components/fab/fab.css +98 -0
  534. package/dist/collection/components/fab/fab.js +189 -0
  535. package/dist/collection/components/fab/test/basic/fab.e2e.js +65 -0
  536. package/dist/collection/components/fab/test/states/fab.e2e.js +14 -0
  537. package/dist/collection/components/fab/test/translucent/fab.e2e.js +28 -0
  538. package/dist/collection/components/fab-button/fab-button.ios.css +312 -0
  539. package/dist/collection/components/fab-button/fab-button.js +389 -0
  540. package/dist/collection/components/fab-button/fab-button.md.css +283 -0
  541. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +16 -0
  542. package/dist/collection/components/fab-list/fab-list.css +123 -0
  543. package/dist/collection/components/fab-list/fab-list.js +86 -0
  544. package/dist/collection/components/footer/footer.ios.css +36 -0
  545. package/dist/collection/components/footer/footer.js +151 -0
  546. package/dist/collection/components/footer/footer.md.css +19 -0
  547. package/dist/collection/components/footer/footer.utils.js +33 -0
  548. package/dist/collection/components/footer/test/basic/footer.e2e.js +61 -0
  549. package/dist/collection/components/footer/test/fade/footer.e2e.js +21 -0
  550. package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +26 -0
  551. package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +17 -0
  552. package/dist/collection/components/grid/grid.css +103 -0
  553. package/dist/collection/components/grid/grid.js +51 -0
  554. package/dist/collection/components/grid/test/basic/grid.e2e.js +17 -0
  555. package/dist/collection/components/grid/test/offsets/grid.e2e.js +17 -0
  556. package/dist/collection/components/grid/test/padding/grid.e2e.js +17 -0
  557. package/dist/collection/components/grid/test/sizes/grid.e2e.js +17 -0
  558. package/dist/collection/components/header/header.ios.css +106 -0
  559. package/dist/collection/components/header/header.js +205 -0
  560. package/dist/collection/components/header/header.md.css +23 -0
  561. package/dist/collection/components/header/header.utils.js +180 -0
  562. package/dist/collection/components/header/test/a11y/header.e2e.js +29 -0
  563. package/dist/collection/components/header/test/basic/header.e2e.js +70 -0
  564. package/dist/collection/components/header/test/condense/header.e2e.js +33 -0
  565. package/dist/collection/components/header/test/fade/header.e2e.js +21 -0
  566. package/dist/collection/components/header/test/scroll-target/header.e2e.js +26 -0
  567. package/dist/collection/components/icon/test/basic/icon.e2e.js +16 -0
  568. package/dist/collection/components/icon/test/dir/heart-broken.svg +5 -0
  569. package/dist/collection/components/icon/test/dir/icon.e2e.js +23 -0
  570. package/dist/collection/components/img/img.css +12 -0
  571. package/dist/collection/components/img/img.js +204 -0
  572. package/dist/collection/components/img/test/basic/img.e2e.js +73 -0
  573. package/dist/collection/components/img/test/draggable/img.e2e.js +21 -0
  574. package/dist/collection/components/infinite-scroll/infinite-scroll-interface.js +1 -0
  575. package/dist/collection/components/infinite-scroll/infinite-scroll.css +8 -0
  576. package/dist/collection/components/infinite-scroll/infinite-scroll.js +290 -0
  577. package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +19 -0
  578. package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +19 -0
  579. package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +19 -0
  580. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +46 -0
  581. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +97 -0
  582. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +46 -0
  583. package/dist/collection/components/input/input-interface.js +1 -0
  584. package/dist/collection/components/input/input.ios.css +641 -0
  585. package/dist/collection/components/input/input.js +1250 -0
  586. package/dist/collection/components/input/input.md.css +1082 -0
  587. package/dist/collection/components/input/input.utils.js +30 -0
  588. package/dist/collection/components/input/test/a11y/input.e2e.js +15 -0
  589. package/dist/collection/components/input/test/basic/input.e2e.js +102 -0
  590. package/dist/collection/components/input/test/bottom-content/input.e2e.js +145 -0
  591. package/dist/collection/components/input/test/card/input.e2e.js +22 -0
  592. package/dist/collection/components/input/test/color/input.e2e.js +130 -0
  593. package/dist/collection/components/input/test/fill/input.e2e.js +203 -0
  594. package/dist/collection/components/input/test/highlight/input.e2e.js +156 -0
  595. package/dist/collection/components/input/test/input.e2e.js +17 -0
  596. package/dist/collection/components/input/test/item/input.e2e.js +43 -0
  597. package/dist/collection/components/input/test/label-placement/input.e2e.js +165 -0
  598. package/dist/collection/components/input/test/legacy/a11y/input.e2e.js +28 -0
  599. package/dist/collection/components/input/test/legacy/basic/input.e2e.js +181 -0
  600. package/dist/collection/components/input/test/legacy/clear-on-edit/input.e2e.js +55 -0
  601. package/dist/collection/components/input/test/legacy/input-events.e2e.js +71 -0
  602. package/dist/collection/components/input/test/legacy/masking/input.e2e.js +26 -0
  603. package/dist/collection/components/input/test/legacy/spec/input.e2e.js +16 -0
  604. package/dist/collection/components/input/test/states/input.e2e.js +23 -0
  605. package/dist/collection/components/item/item-interface.js +1 -0
  606. package/dist/collection/components/item/item.ios.css +646 -0
  607. package/dist/collection/components/item/item.js +614 -0
  608. package/dist/collection/components/item/item.md.css +908 -0
  609. package/dist/collection/components/item/test/a11y/item.e2e.js +28 -0
  610. package/dist/collection/components/item/test/alignment/item.e2e.js +14 -0
  611. package/dist/collection/components/item/test/basic/item.e2e.js +14 -0
  612. package/dist/collection/components/item/test/buttons/item.e2e.js +29 -0
  613. package/dist/collection/components/item/test/colors/item.e2e.js +17 -0
  614. package/dist/collection/components/item/test/counter/item.e2e.js +49 -0
  615. package/dist/collection/components/item/test/css-variables/item.e2e.js +17 -0
  616. package/dist/collection/components/item/test/disabled/item.e2e.js +18 -0
  617. package/dist/collection/components/item/test/dividers/item.e2e.js +14 -0
  618. package/dist/collection/components/item/test/groups/item.e2e.js +16 -0
  619. package/dist/collection/components/item/test/highlight/item.e2e.js +14 -0
  620. package/dist/collection/components/item/test/icons/heart-broken.svg +5 -0
  621. package/dist/collection/components/item/test/icons/item.e2e.js +14 -0
  622. package/dist/collection/components/item/test/images/item.e2e.js +14 -0
  623. package/dist/collection/components/item/test/inputs/item.e2e.js +153 -0
  624. package/dist/collection/components/item/test/legacy/alignment/item.e2e.js +14 -0
  625. package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +14 -0
  626. package/dist/collection/components/item/test/legacy/fill/item.e2e.js +14 -0
  627. package/dist/collection/components/item/test/legacy/form/item.e2e.js +14 -0
  628. package/dist/collection/components/item/test/lines/item.e2e.js +14 -0
  629. package/dist/collection/components/item/test/media/item.e2e.js +14 -0
  630. package/dist/collection/components/item/test/reorder/item.e2e.js +16 -0
  631. package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +14 -0
  632. package/dist/collection/components/item/test/states/item.e2e.js +17 -0
  633. package/dist/collection/components/item/test/text/item.e2e.js +14 -0
  634. package/dist/collection/components/item-divider/item-divider.ios.css +166 -0
  635. package/dist/collection/components/item-divider/item-divider.js +86 -0
  636. package/dist/collection/components/item-divider/item-divider.md.css +232 -0
  637. package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +38 -0
  638. package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +16 -0
  639. package/dist/collection/components/item-group/item-group.ios.css +3 -0
  640. package/dist/collection/components/item-group/item-group.js +29 -0
  641. package/dist/collection/components/item-group/item-group.md.css +3 -0
  642. package/dist/collection/components/item-option/item-option.ios.css +142 -0
  643. package/dist/collection/components/item-option/item-option.js +217 -0
  644. package/dist/collection/components/item-option/item-option.md.css +136 -0
  645. package/dist/collection/components/item-options/item-options.ios.css +123 -0
  646. package/dist/collection/components/item-options/item-options.js +118 -0
  647. package/dist/collection/components/item-options/item-options.md.css +120 -0
  648. package/dist/collection/components/item-sliding/item-sliding-interface.js +1 -0
  649. package/dist/collection/components/item-sliding/item-sliding.css +66 -0
  650. package/dist/collection/components/item-sliding/item-sliding.js +575 -0
  651. package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +33 -0
  652. package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +59 -0
  653. package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +20 -0
  654. package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +35 -0
  655. package/dist/collection/components/item-sliding/test/test.utils.js +25 -0
  656. package/dist/collection/components/label/label.ios.css +164 -0
  657. package/dist/collection/components/label/label.js +187 -0
  658. package/dist/collection/components/label/label.md.css +251 -0
  659. package/dist/collection/components/label/test/basic/label.e2e.js +45 -0
  660. package/dist/collection/components/label/test/color/label.e2e.js +39 -0
  661. package/dist/collection/components/label/test/headings/label.e2e.js +13 -0
  662. package/dist/collection/components/list/list.ios.css +63 -0
  663. package/dist/collection/components/list/list.js +112 -0
  664. package/dist/collection/components/list/list.md.css +104 -0
  665. package/dist/collection/components/list/test/a11y/list.e2e.js +15 -0
  666. package/dist/collection/components/list/test/basic/list.e2e.js +24 -0
  667. package/dist/collection/components/list/test/inset/list.e2e.js +69 -0
  668. package/dist/collection/components/list/test/lines/list.e2e.js +24 -0
  669. package/dist/collection/components/list-header/list-header.ios.css +107 -0
  670. package/dist/collection/components/list-header/list-header.js +80 -0
  671. package/dist/collection/components/list-header/list-header.md.css +88 -0
  672. package/dist/collection/components/list-header/test/basic/list-header.e2e.js +14 -0
  673. package/dist/collection/components/loading/animations/ios.enter.js +28 -0
  674. package/dist/collection/components/loading/animations/ios.leave.js +22 -0
  675. package/dist/collection/components/loading/animations/md.enter.js +28 -0
  676. package/dist/collection/components/loading/animations/md.leave.js +22 -0
  677. package/dist/collection/components/loading/loading-interface.js +1 -0
  678. package/dist/collection/components/loading/loading.ios.css +95 -0
  679. package/dist/collection/components/loading/loading.js +753 -0
  680. package/dist/collection/components/loading/loading.md.css +86 -0
  681. package/dist/collection/components/loading/test/a11y/loading.e2e.js +26 -0
  682. package/dist/collection/components/loading/test/basic/loading.e2e.js +80 -0
  683. package/dist/collection/components/loading/test/is-open/loading.e2e.js +28 -0
  684. package/dist/collection/components/loading/test/standalone/loading.e2e.js +21 -0
  685. package/dist/collection/components/loading/test/trigger/loading.e2e.js +32 -0
  686. package/dist/collection/components/menu/menu-interface.js +1 -0
  687. package/dist/collection/components/menu/menu.ios.css +167 -0
  688. package/dist/collection/components/menu/menu.js +965 -0
  689. package/dist/collection/components/menu/menu.md.css +163 -0
  690. package/dist/collection/components/menu/test/a11y/menu.e2e.js +22 -0
  691. package/dist/collection/components/menu/test/basic/menu.e2e.js +124 -0
  692. package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +72 -0
  693. package/dist/collection/components/menu-button/menu-button.ios.css +167 -0
  694. package/dist/collection/components/menu-button/menu-button.js +192 -0
  695. package/dist/collection/components/menu-button/menu-button.md.css +170 -0
  696. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +15 -0
  697. package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +14 -0
  698. package/dist/collection/components/menu-toggle/menu-toggle-util.js +9 -0
  699. package/dist/collection/components/menu-toggle/menu-toggle.css +3 -0
  700. package/dist/collection/components/menu-toggle/menu-toggle.js +105 -0
  701. package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +43 -0
  702. package/dist/collection/components/modal/animations/ios.enter.js +98 -0
  703. package/dist/collection/components/modal/animations/ios.leave.js +91 -0
  704. package/dist/collection/components/modal/animations/md.enter.js +34 -0
  705. package/dist/collection/components/modal/animations/md.leave.js +28 -0
  706. package/dist/collection/components/modal/animations/sheet.js +52 -0
  707. package/dist/collection/components/modal/gestures/sheet.js +308 -0
  708. package/dist/collection/components/modal/gestures/swipe-to-close.js +265 -0
  709. package/dist/collection/components/modal/gestures/utils.js +119 -0
  710. package/dist/collection/components/modal/modal-interface.js +1 -0
  711. package/dist/collection/components/modal/modal.ios.css +247 -0
  712. package/dist/collection/components/modal/modal.js +1338 -0
  713. package/dist/collection/components/modal/modal.md.css +162 -0
  714. package/dist/collection/components/modal/test/a11y/modal.e2e.js +21 -0
  715. package/dist/collection/components/modal/test/basic/modal.e2e.js +125 -0
  716. package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +55 -0
  717. package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +73 -0
  718. package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +27 -0
  719. package/dist/collection/components/modal/test/card/modal-card.e2e.js +83 -0
  720. package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +82 -0
  721. package/dist/collection/components/modal/test/card-nav/modal.e2e.js +39 -0
  722. package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +22 -0
  723. package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +42 -0
  724. package/dist/collection/components/modal/test/custom/modal.e2e.js +24 -0
  725. package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +20 -0
  726. package/dist/collection/components/modal/test/dark-mode/model.e2e.js +20 -0
  727. package/dist/collection/components/modal/test/fixtures.js +28 -0
  728. package/dist/collection/components/modal/test/inline/modal.e2e.js +48 -0
  729. package/dist/collection/components/modal/test/is-open/modal.e2e.js +25 -0
  730. package/dist/collection/components/modal/test/sheet/modal.e2e.js +212 -0
  731. package/dist/collection/components/modal/test/standalone/modal.e2e.js +19 -0
  732. package/dist/collection/components/modal/test/trigger/modal.e2e.js +31 -0
  733. package/dist/collection/components/modal/utils.js +86 -0
  734. package/dist/collection/components/modal/utils.spec.js +13 -0
  735. package/dist/collection/components/nav/constants.js +8 -0
  736. package/dist/collection/components/nav/nav-interface.js +1 -0
  737. package/dist/collection/components/nav/nav.css +10 -0
  738. package/dist/collection/components/nav/nav.js +1792 -0
  739. package/dist/collection/components/nav/test/basic/nav.e2e.js +69 -0
  740. package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +65 -0
  741. package/dist/collection/components/nav/test/nested/nav.e2e.js +66 -0
  742. package/dist/collection/components/nav/test/routing/nav.e2e.js +87 -0
  743. package/dist/collection/components/nav/view-controller.js +71 -0
  744. package/dist/collection/components/nav-link/nav-link-utils.js +22 -0
  745. package/dist/collection/components/nav-link/nav-link.js +110 -0
  746. package/dist/collection/components/note/note.ios.css +16 -0
  747. package/dist/collection/components/note/note.js +60 -0
  748. package/dist/collection/components/note/note.md.css +17 -0
  749. package/dist/collection/components/note/test/basic/note.e2e.js +78 -0
  750. package/dist/collection/components/picker/animations/ios.enter.js +27 -0
  751. package/dist/collection/components/picker/animations/ios.leave.js +23 -0
  752. package/dist/collection/components/picker/picker-interface.js +1 -0
  753. package/dist/collection/components/picker/picker.ios.css +257 -0
  754. package/dist/collection/components/picker/picker.js +804 -0
  755. package/dist/collection/components/picker/picker.md.css +244 -0
  756. package/dist/collection/components/picker/test/basic/picker.e2e.js +25 -0
  757. package/dist/collection/components/picker/test/is-open/picker.e2e.js +28 -0
  758. package/dist/collection/components/picker/test/trigger/picker.e2e.js +32 -0
  759. package/dist/collection/components/picker-column/picker-column.ios.css +145 -0
  760. package/dist/collection/components/picker-column/picker-column.js +417 -0
  761. package/dist/collection/components/picker-column/picker-column.md.css +136 -0
  762. package/dist/collection/components/picker-column/test/standalone/picker-column.e2e.js +35 -0
  763. package/dist/collection/components/picker-column/test/test.utils.js +43 -0
  764. package/dist/collection/components/picker-column-internal/picker-column-internal-interfaces.js +1 -0
  765. package/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +75 -0
  766. package/dist/collection/components/picker-column-internal/picker-column-internal.js +538 -0
  767. package/dist/collection/components/picker-column-internal/picker-column-internal.md.css +78 -0
  768. package/dist/collection/components/picker-column-internal/test/basic/picker-column-internal.e2e.js +64 -0
  769. package/dist/collection/components/picker-column-internal/test/disabled/picker-column-internal.e2e.js +133 -0
  770. package/dist/collection/components/picker-internal/picker-internal-interfaces.js +1 -0
  771. package/dist/collection/components/picker-internal/picker-internal.ios.css +152 -0
  772. package/dist/collection/components/picker-internal/picker-internal.js +542 -0
  773. package/dist/collection/components/picker-internal/picker-internal.md.css +148 -0
  774. package/dist/collection/components/picker-internal/test/a11y/picker-internal.e2e.js +15 -0
  775. package/dist/collection/components/picker-internal/test/basic/picker-internal.e2e.js +113 -0
  776. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +114 -0
  777. package/dist/collection/components/popover/animations/ios.enter.js +92 -0
  778. package/dist/collection/components/popover/animations/ios.leave.js +38 -0
  779. package/dist/collection/components/popover/animations/md.enter.js +71 -0
  780. package/dist/collection/components/popover/animations/md.leave.js +29 -0
  781. package/dist/collection/components/popover/popover-interface.js +1 -0
  782. package/dist/collection/components/popover/popover.ios.css +250 -0
  783. package/dist/collection/components/popover/popover.js +1234 -0
  784. package/dist/collection/components/popover/popover.md.css +157 -0
  785. package/dist/collection/components/popover/test/adjustment/popover.e2e.js +33 -0
  786. package/dist/collection/components/popover/test/arrow/popover.e2e.js +27 -0
  787. package/dist/collection/components/popover/test/basic/popover.e2e.js +135 -0
  788. package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +38 -0
  789. package/dist/collection/components/popover/test/fixture.js +22 -0
  790. package/dist/collection/components/popover/test/inline/popover.e2e.js +32 -0
  791. package/dist/collection/components/popover/test/is-open/popover.e2e.js +13 -0
  792. package/dist/collection/components/popover/test/nested/popover.e2e.js +92 -0
  793. package/dist/collection/components/popover/test/position/popover.e2e.js +27 -0
  794. package/dist/collection/components/popover/test/reference/popover.e2e.js +22 -0
  795. package/dist/collection/components/popover/test/size/popover.e2e.js +41 -0
  796. package/dist/collection/components/popover/test/standalone/popover.e2e.js +15 -0
  797. package/dist/collection/components/popover/test/test.utils.js +33 -0
  798. package/dist/collection/components/popover/test/trigger/popover.e2e.js +46 -0
  799. package/dist/collection/components/popover/utils.js +745 -0
  800. package/dist/collection/components/progress-bar/progress-bar.ios.css +206 -0
  801. package/dist/collection/components/progress-bar/progress-bar.js +167 -0
  802. package/dist/collection/components/progress-bar/progress-bar.md.css +206 -0
  803. package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +14 -0
  804. package/dist/collection/components/radio/radio.ios.css +331 -0
  805. package/dist/collection/components/radio/radio.js +455 -0
  806. package/dist/collection/components/radio/radio.md.css +354 -0
  807. package/dist/collection/components/radio/test/a11y/radio.e2e.js +84 -0
  808. package/dist/collection/components/radio/test/color/radio.e2e.js +27 -0
  809. package/dist/collection/components/radio/test/item/radio.e2e.js +54 -0
  810. package/dist/collection/components/radio/test/label-placement/radio.e2e.js +104 -0
  811. package/dist/collection/components/radio/test/legacy/a11y/radio.e2e.js +38 -0
  812. package/dist/collection/components/radio/test/legacy/basic/radio.e2e.js +127 -0
  813. package/dist/collection/components/radio/test/states/radio.e2e.js +45 -0
  814. package/dist/collection/components/radio-group/radio-group-interface.js +1 -0
  815. package/dist/collection/components/radio-group/radio-group.js +261 -0
  816. package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +85 -0
  817. package/dist/collection/components/radio-group/test/fixtures.js +31 -0
  818. package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +56 -0
  819. package/dist/collection/components/radio-group/test/legacy/basic/radio-group.e2e.js +122 -0
  820. package/dist/collection/components/radio-group/test/legacy/form/radio-group.e2e.js +30 -0
  821. package/dist/collection/components/radio-group/test/legacy/search/radio-group.e2e.js +38 -0
  822. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +80 -0
  823. package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +35 -0
  824. package/dist/collection/components/range/range-interface.js +1 -0
  825. package/dist/collection/components/range/range.ios.css +469 -0
  826. package/dist/collection/components/range/range.js +1049 -0
  827. package/dist/collection/components/range/range.md.css +614 -0
  828. package/dist/collection/components/range/test/a11y/range.e2e.js +57 -0
  829. package/dist/collection/components/range/test/active-bar-start/range.e2e.js +14 -0
  830. package/dist/collection/components/range/test/basic/range.e2e.js +31 -0
  831. package/dist/collection/components/range/test/color/range.e2e.js +20 -0
  832. package/dist/collection/components/range/test/custom/range.e2e.js +14 -0
  833. package/dist/collection/components/range/test/item/range.e2e.js +44 -0
  834. package/dist/collection/components/range/test/label/range.e2e.js +120 -0
  835. package/dist/collection/components/range/test/legacy/a11y/range.e2e.js +49 -0
  836. package/dist/collection/components/range/test/legacy/active-bar-start/range.e2e.js +14 -0
  837. package/dist/collection/components/range/test/legacy/basic/range.e2e.js +80 -0
  838. package/dist/collection/components/range/test/legacy/range-events.e2e.js +90 -0
  839. package/dist/collection/components/range/test/legacy/scroll-target/range.e2e.js +32 -0
  840. package/dist/collection/components/range/test/range-events.e2e.js +153 -0
  841. package/dist/collection/components/range/test/scroll-target/range.e2e.js +35 -0
  842. package/dist/collection/components/range/test/states/range.e2e.js +53 -0
  843. package/dist/collection/components/refresher/refresher-interface.js +1 -0
  844. package/dist/collection/components/refresher/refresher.ios.css +211 -0
  845. package/dist/collection/components/refresher/refresher.js +850 -0
  846. package/dist/collection/components/refresher/refresher.md.css +206 -0
  847. package/dist/collection/components/refresher/refresher.utils.js +178 -0
  848. package/dist/collection/components/refresher/test/basic/refresher.e2e.js +39 -0
  849. package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +39 -0
  850. package/dist/collection/components/refresher/test/test.utils.js +19 -0
  851. package/dist/collection/components/refresher-content/refresher-content.js +145 -0
  852. package/dist/collection/components/reorder/reorder.ios.css +15 -0
  853. package/dist/collection/components/reorder/reorder.js +49 -0
  854. package/dist/collection/components/reorder/reorder.md.css +15 -0
  855. package/dist/collection/components/reorder-group/reorder-group-interface.js +1 -0
  856. package/dist/collection/components/reorder-group/reorder-group.css +34 -0
  857. package/dist/collection/components/reorder-group/reorder-group.js +367 -0
  858. package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +36 -0
  859. package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +34 -0
  860. package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +34 -0
  861. package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +34 -0
  862. package/dist/collection/components/ripple-effect/ripple-effect.css +58 -0
  863. package/dist/collection/components/ripple-effect/ripple-effect.js +148 -0
  864. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +66 -0
  865. package/dist/collection/components/route/route-interface.js +1 -0
  866. package/dist/collection/components/route/route.js +158 -0
  867. package/dist/collection/components/route-redirect/route-redirect.js +78 -0
  868. package/dist/collection/components/router/router.js +496 -0
  869. package/dist/collection/components/router/test/basic/router.e2e.js +68 -0
  870. package/dist/collection/components/router/test/guards/href/router.e2e.js +60 -0
  871. package/dist/collection/components/router/test/guards/link/router.e2e.js +60 -0
  872. package/dist/collection/components/router/test/guards/push/router.e2e.js +60 -0
  873. package/dist/collection/components/router/test/guards/router.e2e.js +13 -0
  874. package/dist/collection/components/router/test/guards/test.utils.js +17 -0
  875. package/dist/collection/components/router/utils/constants.js +6 -0
  876. package/dist/collection/components/router/utils/debug.js +23 -0
  877. package/dist/collection/components/router/utils/dom.js +87 -0
  878. package/dist/collection/components/router/utils/interface.js +1 -0
  879. package/dist/collection/components/router/utils/matching.js +227 -0
  880. package/dist/collection/components/router/utils/parser.js +89 -0
  881. package/dist/collection/components/router/utils/path.js +107 -0
  882. package/dist/collection/components/router-link/router-link.css +29 -0
  883. package/dist/collection/components/router-link/router-link.js +163 -0
  884. package/dist/collection/components/router-outlet/route-outlet.css +10 -0
  885. package/dist/collection/components/router-outlet/route-outlet.js +481 -0
  886. package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +39 -0
  887. package/dist/collection/components/row/row.css +4 -0
  888. package/dist/collection/components/row/row.js +22 -0
  889. package/dist/collection/components/searchbar/searchbar-interface.js +1 -0
  890. package/dist/collection/components/searchbar/searchbar.ios.css +354 -0
  891. package/dist/collection/components/searchbar/searchbar.js +913 -0
  892. package/dist/collection/components/searchbar/searchbar.md.css +339 -0
  893. package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +118 -0
  894. package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +67 -0
  895. package/dist/collection/components/segment/segment-interface.js +1 -0
  896. package/dist/collection/components/segment/segment.ios.css +59 -0
  897. package/dist/collection/components/segment/segment.js +620 -0
  898. package/dist/collection/components/segment/segment.md.css +49 -0
  899. package/dist/collection/components/segment/test/a11y/segment.e2e.js +46 -0
  900. package/dist/collection/components/segment/test/basic/segment.e2e.js +84 -0
  901. package/dist/collection/components/segment/test/custom/segment.e2e.js +14 -0
  902. package/dist/collection/components/segment/test/icon/segment.e2e.js +29 -0
  903. package/dist/collection/components/segment/test/modes/segment.e2e.js +38 -0
  904. package/dist/collection/components/segment/test/scrollable/segment.e2e.js +44 -0
  905. package/dist/collection/components/segment/test/segment-events.e2e.js +209 -0
  906. package/dist/collection/components/segment/test/toolbar/segment.e2e.js +122 -0
  907. package/dist/collection/components/segment/test/wrap/segment.e2e.js +85 -0
  908. package/dist/collection/components/segment-button/segment-button-interface.js +1 -0
  909. package/dist/collection/components/segment-button/segment-button.ios.css +410 -0
  910. package/dist/collection/components/segment-button/segment-button.js +237 -0
  911. package/dist/collection/components/segment-button/segment-button.md.css +396 -0
  912. package/dist/collection/components/select/select-interface.js +1 -0
  913. package/dist/collection/components/select/select.ios.css +552 -0
  914. package/dist/collection/components/select/select.js +1252 -0
  915. package/dist/collection/components/select/select.md.css +1025 -0
  916. package/dist/collection/components/select/test/a11y/select.e2e.js +15 -0
  917. package/dist/collection/components/select/test/async/select.e2e.js +25 -0
  918. package/dist/collection/components/select/test/basic/select.e2e.js +174 -0
  919. package/dist/collection/components/select/test/card/select.e2e.js +22 -0
  920. package/dist/collection/components/select/test/color/select.e2e.js +42 -0
  921. package/dist/collection/components/select/test/compare-with/select.e2e.js +67 -0
  922. package/dist/collection/components/select/test/custom/select.e2e.js +68 -0
  923. package/dist/collection/components/select/test/fill/select.e2e.js +192 -0
  924. package/dist/collection/components/select/test/highlight/select.e2e.js +125 -0
  925. package/dist/collection/components/select/test/item/select.e2e.js +41 -0
  926. package/dist/collection/components/select/test/label/select.e2e.js +245 -0
  927. package/dist/collection/components/select/test/legacy/async/select.e2e.js +19 -0
  928. package/dist/collection/components/select/test/legacy/basic/select.e2e.js +145 -0
  929. package/dist/collection/components/select/test/legacy/compare-with/select.e2e.js +67 -0
  930. package/dist/collection/components/select/test/legacy/custom/custom.e2e.js +13 -0
  931. package/dist/collection/components/select/test/legacy/single-value/select.e2e.js +16 -0
  932. package/dist/collection/components/select/test/legacy/spec/select.e2e.js +14 -0
  933. package/dist/collection/components/select/test/legacy/standalone/select.e2e.js +18 -0
  934. package/dist/collection/components/select/test/legacy/wrapping/select.e2e.js +39 -0
  935. package/dist/collection/components/select/test/popover-size/select.e2e.js +80 -0
  936. package/dist/collection/components/select/test/states/select.e2e.js +41 -0
  937. package/dist/collection/components/select/test/toggle-icon/select.e2e.js +30 -0
  938. package/dist/collection/components/select/test/wrapping/select.e2e.js +36 -0
  939. package/dist/collection/components/select-option/select-option.css +3 -0
  940. package/dist/collection/components/select-option/select-option.js +68 -0
  941. package/dist/collection/components/select-popover/select-popover-interface.js +1 -0
  942. package/dist/collection/components/select-popover/select-popover.ios.css +14 -0
  943. package/dist/collection/components/select-popover/select-popover.js +215 -0
  944. package/dist/collection/components/select-popover/select-popover.md.css +37 -0
  945. package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +77 -0
  946. package/dist/collection/components/select-popover/test/fixtures.js +48 -0
  947. package/dist/collection/components/skeleton-text/skeleton-text.css +53 -0
  948. package/dist/collection/components/skeleton-text/skeleton-text.js +57 -0
  949. package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +14 -0
  950. package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +14 -0
  951. package/dist/collection/components/slides/IonicSlides.js +101 -0
  952. package/dist/collection/components/spinner/spinner-configs.js +143 -0
  953. package/dist/collection/components/spinner/spinner-interface.js +1 -0
  954. package/dist/collection/components/spinner/spinner.css +177 -0
  955. package/dist/collection/components/spinner/spinner.js +153 -0
  956. package/dist/collection/components/spinner/test/basic/spinner.e2e.js +18 -0
  957. package/dist/collection/components/spinner/test/color/spinner.e2e.js +21 -0
  958. package/dist/collection/components/spinner/test/resize/spinner.e2e.js +35 -0
  959. package/dist/collection/components/split-pane/split-pane.ios.css +92 -0
  960. package/dist/collection/components/split-pane/split-pane.js +241 -0
  961. package/dist/collection/components/split-pane/split-pane.md.css +92 -0
  962. package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +29 -0
  963. package/dist/collection/components/tab/tab.css +4 -0
  964. package/dist/collection/components/tab/tab.js +182 -0
  965. package/dist/collection/components/tab-bar/tab-bar-interface.js +1 -0
  966. package/dist/collection/components/tab-bar/tab-bar.ios.css +87 -0
  967. package/dist/collection/components/tab-bar/tab-bar.js +170 -0
  968. package/dist/collection/components/tab-bar/tab-bar.md.css +74 -0
  969. package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +14 -0
  970. package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +40 -0
  971. package/dist/collection/components/tab-button/tab-button.ios.css +367 -0
  972. package/dist/collection/components/tab-button/tab-button.js +284 -0
  973. package/dist/collection/components/tab-button/tab-button.md.css +391 -0
  974. package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +15 -0
  975. package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +81 -0
  976. package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +123 -0
  977. package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +65 -0
  978. package/dist/collection/components/tabs/tabs-interface.js +1 -0
  979. package/dist/collection/components/tabs/tabs.css +19 -0
  980. package/dist/collection/components/tabs/tabs.js +366 -0
  981. package/dist/collection/components/tabs/test/basic/tabs.e2e.js +32 -0
  982. package/dist/collection/components/tabs/test/placements/tabs.e2e.js +39 -0
  983. package/dist/collection/components/text/test/basic/text.e2e.js +30 -0
  984. package/dist/collection/components/text/text.css +3 -0
  985. package/dist/collection/components/text/text.js +58 -0
  986. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +15 -0
  987. package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +48 -0
  988. package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +120 -0
  989. package/dist/collection/components/textarea/test/card/textarea.e2e.js +22 -0
  990. package/dist/collection/components/textarea/test/color/textarea.e2e.js +131 -0
  991. package/dist/collection/components/textarea/test/fill/textarea.e2e.js +205 -0
  992. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +159 -0
  993. package/dist/collection/components/textarea/test/item/textarea.e2e.js +43 -0
  994. package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +224 -0
  995. package/dist/collection/components/textarea/test/legacy/a11y/textarea.e2e.js +31 -0
  996. package/dist/collection/components/textarea/test/legacy/autogrow/textarea.e2e.js +58 -0
  997. package/dist/collection/components/textarea/test/legacy/basic/textarea.e2e.js +43 -0
  998. package/dist/collection/components/textarea/test/legacy/clear-on-edit/textarea.e2e.js +25 -0
  999. package/dist/collection/components/textarea/test/states/textarea.e2e.js +23 -0
  1000. package/dist/collection/components/textarea/test/textarea-events.e2e.js +70 -0
  1001. package/dist/collection/components/textarea/textarea-interface.js +1 -0
  1002. package/dist/collection/components/textarea/textarea.ios.css +699 -0
  1003. package/dist/collection/components/textarea/textarea.js +1063 -0
  1004. package/dist/collection/components/textarea/textarea.md.css +1147 -0
  1005. package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +48 -0
  1006. package/dist/collection/components/thumbnail/test/thumbnail.svg +1 -0
  1007. package/dist/collection/components/thumbnail/thumbnail.css +21 -0
  1008. package/dist/collection/components/thumbnail/thumbnail.js +22 -0
  1009. package/dist/collection/components/title/test/basic/title.e2e.js +30 -0
  1010. package/dist/collection/components/title/title.ios.css +118 -0
  1011. package/dist/collection/components/title/title.js +126 -0
  1012. package/dist/collection/components/title/title.md.css +47 -0
  1013. package/dist/collection/components/toast/animations/ios.enter.js +31 -0
  1014. package/dist/collection/components/toast/animations/ios.leave.js +29 -0
  1015. package/dist/collection/components/toast/animations/md.enter.js +33 -0
  1016. package/dist/collection/components/toast/animations/md.leave.js +16 -0
  1017. package/dist/collection/components/toast/test/a11y/toast.e2e.js +40 -0
  1018. package/dist/collection/components/toast/test/basic/toast.e2e.js +122 -0
  1019. package/dist/collection/components/toast/test/is-open/toast.e2e.js +28 -0
  1020. package/dist/collection/components/toast/test/layout/toast.e2e.js +17 -0
  1021. package/dist/collection/components/toast/test/standalone/toast.e2e.js +21 -0
  1022. package/dist/collection/components/toast/test/trigger/toast.e2e.js +32 -0
  1023. package/dist/collection/components/toast/toast-interface.js +1 -0
  1024. package/dist/collection/components/toast/toast.ios.css +284 -0
  1025. package/dist/collection/components/toast/toast.js +918 -0
  1026. package/dist/collection/components/toast/toast.md.css +305 -0
  1027. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +15 -0
  1028. package/dist/collection/components/toggle/test/color/toggle.e2e.js +23 -0
  1029. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +41 -0
  1030. package/dist/collection/components/toggle/test/item/toggle.e2e.js +61 -0
  1031. package/dist/collection/components/toggle/test/label/toggle.e2e.js +93 -0
  1032. package/dist/collection/components/toggle/test/legacy/basic/toggle.e2e.js +83 -0
  1033. package/dist/collection/components/toggle/test/legacy/enable-on-off-labels/toggle.e2e.js +37 -0
  1034. package/dist/collection/components/toggle/test/legacy/sizes/power-outline.svg +1 -0
  1035. package/dist/collection/components/toggle/test/legacy/sizes/toggle.e2e.js +14 -0
  1036. package/dist/collection/components/toggle/test/sizes/power-outline.svg +1 -0
  1037. package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +14 -0
  1038. package/dist/collection/components/toggle/test/states/toggle.e2e.js +30 -0
  1039. package/dist/collection/components/toggle/toggle-interface.js +1 -0
  1040. package/dist/collection/components/toggle/toggle.ios.css +455 -0
  1041. package/dist/collection/components/toggle/toggle.js +502 -0
  1042. package/dist/collection/components/toggle/toggle.md.css +400 -0
  1043. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +15 -0
  1044. package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +17 -0
  1045. package/dist/collection/components/toolbar/toolbar.ios.css +171 -0
  1046. package/dist/collection/components/toolbar/toolbar.js +120 -0
  1047. package/dist/collection/components/toolbar/toolbar.md.css +136 -0
  1048. package/dist/collection/global/config.js +70 -0
  1049. package/dist/collection/global/ionic-global.js +68 -0
  1050. package/dist/collection/index.js +18 -0
  1051. package/dist/collection/utils/animation/animation-interface.js +1 -0
  1052. package/dist/collection/utils/animation/animation-utils.js +125 -0
  1053. package/dist/collection/utils/animation/animation.js +860 -0
  1054. package/dist/collection/utils/animation/cubic-bezier.js +88 -0
  1055. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +32 -0
  1056. package/dist/collection/utils/animation/test/basic/animation.e2e.js +21 -0
  1057. package/dist/collection/utils/animation/test/display/animation.e2e.js +28 -0
  1058. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +49 -0
  1059. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +37 -0
  1060. package/dist/collection/utils/browser/index.js +27 -0
  1061. package/dist/collection/utils/config.js +29 -0
  1062. package/dist/collection/utils/content/content.utils.spec.js +137 -0
  1063. package/dist/collection/utils/content/index.js +126 -0
  1064. package/dist/collection/utils/element-interface.js +1 -0
  1065. package/dist/collection/utils/floating-point/floating-point.spec.js +22 -0
  1066. package/dist/collection/utils/floating-point/index.js +44 -0
  1067. package/dist/collection/utils/focus-visible.js +73 -0
  1068. package/dist/collection/utils/forms/form-controller.js +65 -0
  1069. package/dist/collection/utils/forms/index.js +5 -0
  1070. package/dist/collection/utils/forms/notch-controller.js +150 -0
  1071. package/dist/collection/utils/framework-delegate.js +118 -0
  1072. package/dist/collection/utils/gesture/button-active.js +64 -0
  1073. package/dist/collection/utils/gesture/gesture-controller.js +193 -0
  1074. package/dist/collection/utils/gesture/index.js +242 -0
  1075. package/dist/collection/utils/gesture/listener.js +47 -0
  1076. package/dist/collection/utils/gesture/pointer-events.js +123 -0
  1077. package/dist/collection/utils/gesture/recognizers.js +51 -0
  1078. package/dist/collection/utils/gesture/swipe-back.js +71 -0
  1079. package/dist/collection/utils/hardware-back-button.js +69 -0
  1080. package/dist/collection/utils/helpers.js +419 -0
  1081. package/dist/collection/utils/helpers.spec.js +36 -0
  1082. package/dist/collection/utils/input-shims/hacks/common.js +71 -0
  1083. package/dist/collection/utils/input-shims/hacks/hide-caret.js +28 -0
  1084. package/dist/collection/utils/input-shims/hacks/input-blurring.js +54 -0
  1085. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +179 -0
  1086. package/dist/collection/utils/input-shims/hacks/scroll-data.js +39 -0
  1087. package/dist/collection/utils/input-shims/hacks/scroll-padding.js +57 -0
  1088. package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +115 -0
  1089. package/dist/collection/utils/input-shims/input-shims.js +100 -0
  1090. package/dist/collection/utils/keyboard/keyboard-controller.js +162 -0
  1091. package/dist/collection/utils/keyboard/keyboard.js +141 -0
  1092. package/dist/collection/utils/logging/index.js +32 -0
  1093. package/dist/collection/utils/media.js +23 -0
  1094. package/dist/collection/utils/menu-controller/animations/base.js +20 -0
  1095. package/dist/collection/utils/menu-controller/animations/overlay.js +34 -0
  1096. package/dist/collection/utils/menu-controller/animations/push.js +33 -0
  1097. package/dist/collection/utils/menu-controller/animations/reveal.js +19 -0
  1098. package/dist/collection/utils/menu-controller/index.js +211 -0
  1099. package/dist/collection/utils/native/capacitor.js +10 -0
  1100. package/dist/collection/utils/native/haptic.js +209 -0
  1101. package/dist/collection/utils/native/keyboard.js +58 -0
  1102. package/dist/collection/utils/native/native-interface.js +21 -0
  1103. package/dist/collection/utils/native/status-bar.js +45 -0
  1104. package/dist/collection/utils/overlays-interface.js +1 -0
  1105. package/dist/collection/utils/overlays.js +669 -0
  1106. package/dist/collection/utils/platform.js +91 -0
  1107. package/dist/collection/utils/rtl/dir.js +16 -0
  1108. package/dist/collection/utils/rtl/dir.spec.js +25 -0
  1109. package/dist/collection/utils/rtl/index.js +4 -0
  1110. package/dist/collection/utils/sanitization/index.js +164 -0
  1111. package/dist/collection/utils/slot-mutation-controller.js +103 -0
  1112. package/dist/collection/utils/status-tap.js +36 -0
  1113. package/dist/collection/utils/tap-click/index.js +193 -0
  1114. package/dist/collection/utils/tap-click/test/tap-click.e2e.js +25 -0
  1115. package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +33 -0
  1116. package/dist/collection/utils/test/overlays/overlays.e2e.js +179 -0
  1117. package/dist/collection/utils/test/platform.utils.js +98 -0
  1118. package/dist/collection/utils/test/playwright/drag-element.js +38 -0
  1119. package/dist/collection/utils/test/playwright/generator.js +52 -0
  1120. package/dist/collection/utils/test/playwright/index.js +11 -0
  1121. package/dist/collection/utils/test/playwright/matchers/index.js +11 -0
  1122. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEvent.js +28 -0
  1123. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventDetail.js +37 -0
  1124. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventTimes.js +29 -0
  1125. package/dist/collection/utils/test/playwright/page/event-spy.js +144 -0
  1126. package/dist/collection/utils/test/playwright/page/utils/get-snapshot-settings.js +32 -0
  1127. package/dist/collection/utils/test/playwright/page/utils/goto.js +68 -0
  1128. package/dist/collection/utils/test/playwright/page/utils/index.js +10 -0
  1129. package/dist/collection/utils/test/playwright/page/utils/locator.js +14 -0
  1130. package/dist/collection/utils/test/playwright/page/utils/set-content.js +70 -0
  1131. package/dist/collection/utils/test/playwright/page/utils/set-ion-viewport.js +36 -0
  1132. package/dist/collection/utils/test/playwright/page/utils/spy-on-event.js +10 -0
  1133. package/dist/collection/utils/test/playwright/page/utils/wait-for-changes.js +61 -0
  1134. package/dist/collection/utils/test/playwright/playwright-declarations.js +1 -0
  1135. package/dist/collection/utils/test/playwright/playwright-page.js +56 -0
  1136. package/dist/collection/utils/test/playwright/viewports/index.js +16 -0
  1137. package/dist/collection/utils/test/press-keys.js +138 -0
  1138. package/dist/collection/utils/theme.js +41 -0
  1139. package/dist/collection/utils/transition/index.js +223 -0
  1140. package/dist/collection/utils/transition/ios.transition.js +476 -0
  1141. package/dist/collection/utils/transition/md.transition.js +51 -0
  1142. package/dist/collection/utils/watch-options.js +34 -0
  1143. package/dist/docs.d.ts +148 -0
  1144. package/dist/docs.json +22240 -0
  1145. package/dist/esm/animation-258fd22b.js +985 -0
  1146. package/dist/esm/app-globals-70454efb.js +8 -0
  1147. package/dist/esm/button-active-aef107f0.js +67 -0
  1148. package/dist/esm/capacitor-6d1861b7.js +13 -0
  1149. package/dist/esm/config-80c044f2.js +193 -0
  1150. package/dist/esm/cubic-bezier-e78d1307.js +90 -0
  1151. package/dist/esm/data-605c040f.js +1463 -0
  1152. package/dist/esm/dir-e8b767a8.js +18 -0
  1153. package/dist/esm/focus-visible-10ad4867.js +75 -0
  1154. package/dist/esm/form-controller-6cd7ebd1.js +68 -0
  1155. package/dist/esm/framework-delegate-6a45ed30.js +121 -0
  1156. package/dist/esm/gesture-controller-17060b7c.js +195 -0
  1157. package/dist/esm/haptic-d85b8584.js +205 -0
  1158. package/dist/esm/hardware-back-button-490df115.js +71 -0
  1159. package/dist/esm/helpers-f586db1c.js +418 -0
  1160. package/dist/esm/index-2d0c7c77.js +196 -0
  1161. package/dist/esm/index-36a5fd75.js +2470 -0
  1162. package/dist/esm/index-393bc14a.js +29 -0
  1163. package/dist/esm/index-422b6e83.js +457 -0
  1164. package/dist/esm/index-6e89f340.js +301 -0
  1165. package/dist/esm/index-7373924f.js +129 -0
  1166. package/dist/esm/index-afea2bcf.js +231 -0
  1167. package/dist/esm/index-b32cad98.js +29 -0
  1168. package/dist/esm/index-e86f0117.js +34 -0
  1169. package/dist/esm/index.js +121 -0
  1170. package/dist/esm/input-shims-5b912f6d.js +506 -0
  1171. package/dist/esm/input.utils-4c00ca72.js +134 -0
  1172. package/dist/esm/ion-accordion_2.entry.js +528 -0
  1173. package/dist/esm/ion-action-sheet.entry.js +309 -0
  1174. package/dist/esm/ion-alert.entry.js +502 -0
  1175. package/dist/esm/ion-app_8.entry.js +1241 -0
  1176. package/dist/esm/ion-avatar_3.entry.js +58 -0
  1177. package/dist/esm/ion-back-button.entry.js +92 -0
  1178. package/dist/esm/ion-backdrop.entry.js +57 -0
  1179. package/dist/esm/ion-breadcrumb_2.entry.js +218 -0
  1180. package/dist/esm/ion-button_2.entry.js +533 -0
  1181. package/dist/esm/ion-card_5.entry.js +156 -0
  1182. package/dist/esm/ion-checkbox.entry.js +164 -0
  1183. package/dist/esm/ion-chip.entry.js +29 -0
  1184. package/dist/esm/ion-col_3.entry.js +174 -0
  1185. package/dist/esm/ion-datetime-button.entry.js +344 -0
  1186. package/dist/esm/ion-datetime_3.entry.js +2269 -0
  1187. package/dist/esm/ion-fab_3.entry.js +180 -0
  1188. package/dist/esm/ion-img.entry.js +104 -0
  1189. package/dist/esm/ion-infinite-scroll_2.entry.js +222 -0
  1190. package/dist/esm/ion-input.entry.js +446 -0
  1191. package/dist/esm/ion-item-option_3.entry.js +518 -0
  1192. package/dist/esm/ion-item_8.entry.js +478 -0
  1193. package/dist/esm/ion-loading.entry.js +267 -0
  1194. package/dist/esm/ion-menu_3.entry.js +686 -0
  1195. package/dist/esm/ion-modal.entry.js +1632 -0
  1196. package/dist/esm/ion-nav_2.entry.js +943 -0
  1197. package/dist/esm/ion-picker-column-internal.entry.js +362 -0
  1198. package/dist/esm/ion-picker-internal.entry.js +482 -0
  1199. package/dist/esm/ion-popover.entry.js +1314 -0
  1200. package/dist/esm/ion-progress-bar.entry.js +58 -0
  1201. package/dist/esm/ion-radio_2.entry.js +340 -0
  1202. package/dist/esm/ion-range.entry.js +606 -0
  1203. package/dist/esm/ion-refresher_2.entry.js +847 -0
  1204. package/dist/esm/ion-reorder_2.entry.js +315 -0
  1205. package/dist/esm/ion-ripple-effect.entry.js +83 -0
  1206. package/dist/esm/ion-route_4.entry.js +885 -0
  1207. package/dist/esm/ion-searchbar.entry.js +386 -0
  1208. package/dist/esm/ion-segment_2.entry.js +507 -0
  1209. package/dist/esm/ion-select_3.entry.js +816 -0
  1210. package/dist/esm/ion-spinner.entry.js +64 -0
  1211. package/dist/esm/ion-split-pane.entry.js +147 -0
  1212. package/dist/esm/ion-tab-bar_2.entry.js +162 -0
  1213. package/dist/esm/ion-tab_2.entry.js +207 -0
  1214. package/dist/esm/ion-text.entry.js +24 -0
  1215. package/dist/esm/ion-textarea.entry.js +395 -0
  1216. package/dist/esm/ion-toast.entry.js +355 -0
  1217. package/dist/esm/ion-toggle.entry.js +244 -0
  1218. package/dist/esm/ionic-global-a9abd569.js +224 -0
  1219. package/dist/esm/ionic.js +27 -0
  1220. package/dist/esm/ios.transition-6a838b0c.js +482 -0
  1221. package/dist/esm/keyboard-a818f780.js +146 -0
  1222. package/dist/esm/keyboard-cdb83866.js +79 -0
  1223. package/dist/esm/keyboard-controller-4149afc6.js +165 -0
  1224. package/dist/esm/loader.js +24 -0
  1225. package/dist/esm/md.transition-b7d7b475.js +57 -0
  1226. package/dist/esm/notch-controller-cfcb8c01.js +153 -0
  1227. package/dist/esm/overlays-4801a327.js +671 -0
  1228. package/dist/esm/polyfills/core-js.js +11 -0
  1229. package/dist/esm/polyfills/css-shim.js +1 -0
  1230. package/dist/esm/polyfills/dom.js +79 -0
  1231. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1232. package/dist/esm/polyfills/index.js +34 -0
  1233. package/dist/esm/polyfills/system.js +6 -0
  1234. package/dist/esm/spinner-configs-40ada8cd.js +145 -0
  1235. package/dist/esm/status-tap-211f1ad8.js +40 -0
  1236. package/dist/esm/swipe-back-2f9f0102.js +75 -0
  1237. package/dist/esm/theme-7670341c.js +43 -0
  1238. package/dist/esm/watch-options-4d421847.js +36 -0
  1239. package/dist/esm-es5/animation-258fd22b.js +4 -0
  1240. package/dist/esm-es5/app-globals-70454efb.js +4 -0
  1241. package/dist/esm-es5/button-active-aef107f0.js +4 -0
  1242. package/dist/esm-es5/capacitor-6d1861b7.js +4 -0
  1243. package/dist/esm-es5/config-80c044f2.js +4 -0
  1244. package/dist/esm-es5/cubic-bezier-e78d1307.js +4 -0
  1245. package/dist/esm-es5/data-605c040f.js +4 -0
  1246. package/dist/esm-es5/dir-e8b767a8.js +4 -0
  1247. package/dist/esm-es5/focus-visible-10ad4867.js +4 -0
  1248. package/dist/esm-es5/form-controller-6cd7ebd1.js +4 -0
  1249. package/dist/esm-es5/framework-delegate-6a45ed30.js +4 -0
  1250. package/dist/esm-es5/gesture-controller-17060b7c.js +4 -0
  1251. package/dist/esm-es5/haptic-d85b8584.js +4 -0
  1252. package/dist/esm-es5/hardware-back-button-490df115.js +4 -0
  1253. package/dist/esm-es5/helpers-f586db1c.js +4 -0
  1254. package/dist/esm-es5/index-2d0c7c77.js +4 -0
  1255. package/dist/esm-es5/index-36a5fd75.js +5 -0
  1256. package/dist/esm-es5/index-393bc14a.js +4 -0
  1257. package/dist/esm-es5/index-422b6e83.js +4 -0
  1258. package/dist/esm-es5/index-6e89f340.js +4 -0
  1259. package/dist/esm-es5/index-7373924f.js +4 -0
  1260. package/dist/esm-es5/index-afea2bcf.js +4 -0
  1261. package/dist/esm-es5/index-b32cad98.js +4 -0
  1262. package/dist/esm-es5/index-e86f0117.js +4 -0
  1263. package/dist/esm-es5/index.js +4 -0
  1264. package/dist/esm-es5/input-shims-5b912f6d.js +4 -0
  1265. package/dist/esm-es5/input.utils-4c00ca72.js +4 -0
  1266. package/dist/esm-es5/ion-accordion_2.entry.js +4 -0
  1267. package/dist/esm-es5/ion-action-sheet.entry.js +4 -0
  1268. package/dist/esm-es5/ion-alert.entry.js +4 -0
  1269. package/dist/esm-es5/ion-app_8.entry.js +4 -0
  1270. package/dist/esm-es5/ion-avatar_3.entry.js +4 -0
  1271. package/dist/esm-es5/ion-back-button.entry.js +4 -0
  1272. package/dist/esm-es5/ion-backdrop.entry.js +4 -0
  1273. package/dist/esm-es5/ion-breadcrumb_2.entry.js +4 -0
  1274. package/dist/esm-es5/ion-button_2.entry.js +4 -0
  1275. package/dist/esm-es5/ion-card_5.entry.js +4 -0
  1276. package/dist/esm-es5/ion-checkbox.entry.js +4 -0
  1277. package/dist/esm-es5/ion-chip.entry.js +4 -0
  1278. package/dist/esm-es5/ion-col_3.entry.js +4 -0
  1279. package/dist/esm-es5/ion-datetime-button.entry.js +4 -0
  1280. package/dist/esm-es5/ion-datetime_3.entry.js +4 -0
  1281. package/dist/esm-es5/ion-fab_3.entry.js +4 -0
  1282. package/dist/esm-es5/ion-img.entry.js +4 -0
  1283. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +4 -0
  1284. package/dist/esm-es5/ion-input.entry.js +4 -0
  1285. package/dist/esm-es5/ion-item-option_3.entry.js +4 -0
  1286. package/dist/esm-es5/ion-item_8.entry.js +4 -0
  1287. package/dist/esm-es5/ion-loading.entry.js +4 -0
  1288. package/dist/esm-es5/ion-menu_3.entry.js +4 -0
  1289. package/dist/esm-es5/ion-modal.entry.js +4 -0
  1290. package/dist/esm-es5/ion-nav_2.entry.js +4 -0
  1291. package/dist/esm-es5/ion-picker-column-internal.entry.js +4 -0
  1292. package/dist/esm-es5/ion-picker-internal.entry.js +4 -0
  1293. package/dist/esm-es5/ion-popover.entry.js +4 -0
  1294. package/dist/esm-es5/ion-progress-bar.entry.js +4 -0
  1295. package/dist/esm-es5/ion-radio_2.entry.js +4 -0
  1296. package/dist/esm-es5/ion-range.entry.js +4 -0
  1297. package/dist/esm-es5/ion-refresher_2.entry.js +4 -0
  1298. package/dist/esm-es5/ion-reorder_2.entry.js +4 -0
  1299. package/dist/esm-es5/ion-ripple-effect.entry.js +4 -0
  1300. package/dist/esm-es5/ion-route_4.entry.js +4 -0
  1301. package/dist/esm-es5/ion-searchbar.entry.js +4 -0
  1302. package/dist/esm-es5/ion-segment_2.entry.js +4 -0
  1303. package/dist/esm-es5/ion-select_3.entry.js +4 -0
  1304. package/dist/esm-es5/ion-spinner.entry.js +4 -0
  1305. package/dist/esm-es5/ion-split-pane.entry.js +4 -0
  1306. package/dist/esm-es5/ion-tab-bar_2.entry.js +4 -0
  1307. package/dist/esm-es5/ion-tab_2.entry.js +4 -0
  1308. package/dist/esm-es5/ion-text.entry.js +4 -0
  1309. package/dist/esm-es5/ion-textarea.entry.js +4 -0
  1310. package/dist/esm-es5/ion-toast.entry.js +4 -0
  1311. package/dist/esm-es5/ion-toggle.entry.js +4 -0
  1312. package/dist/esm-es5/ionic-global-a9abd569.js +4 -0
  1313. package/dist/esm-es5/ionic.js +4 -0
  1314. package/dist/esm-es5/ios.transition-6a838b0c.js +4 -0
  1315. package/dist/esm-es5/keyboard-a818f780.js +4 -0
  1316. package/dist/esm-es5/keyboard-cdb83866.js +4 -0
  1317. package/dist/esm-es5/keyboard-controller-4149afc6.js +4 -0
  1318. package/dist/esm-es5/loader.js +4 -0
  1319. package/dist/esm-es5/md.transition-b7d7b475.js +4 -0
  1320. package/dist/esm-es5/notch-controller-cfcb8c01.js +4 -0
  1321. package/dist/esm-es5/overlays-4801a327.js +4 -0
  1322. package/dist/esm-es5/spinner-configs-40ada8cd.js +4 -0
  1323. package/dist/esm-es5/status-tap-211f1ad8.js +4 -0
  1324. package/dist/esm-es5/swipe-back-2f9f0102.js +4 -0
  1325. package/dist/esm-es5/theme-7670341c.js +4 -0
  1326. package/dist/esm-es5/watch-options-4d421847.js +4 -0
  1327. package/dist/html.html-data.json +6429 -0
  1328. package/dist/index.cjs.js +1 -0
  1329. package/dist/index.js +1 -0
  1330. package/dist/ionic/index.esm.js +4 -0
  1331. package/dist/ionic/ionic.esm.js +4 -0
  1332. package/dist/ionic/ionic.js +131 -0
  1333. package/dist/ionic/p-004db8b3.entry.js +4 -0
  1334. package/dist/ionic/p-026e6f00.system.entry.js +4 -0
  1335. package/dist/ionic/p-04f1268e.system.js +4 -0
  1336. package/dist/ionic/p-05111967.entry.js +4 -0
  1337. package/dist/ionic/p-0768899f.system.entry.js +4 -0
  1338. package/dist/ionic/p-084b2140.system.js +4 -0
  1339. package/dist/ionic/p-088a58a8.system.entry.js +4 -0
  1340. package/dist/ionic/p-09292468.system.js +4 -0
  1341. package/dist/ionic/p-0b761768.system.js +4 -0
  1342. package/dist/ionic/p-0c92638a.js +4 -0
  1343. package/dist/ionic/p-0dd11651.entry.js +4 -0
  1344. package/dist/ionic/p-0e51ceb7.system.entry.js +4 -0
  1345. package/dist/ionic/p-0fba861a.system.js +4 -0
  1346. package/dist/ionic/p-138715e1.system.js +4 -0
  1347. package/dist/ionic/p-138fcf0f.entry.js +4 -0
  1348. package/dist/ionic/p-13cb1942.system.entry.js +4 -0
  1349. package/dist/ionic/p-163145e8.system.entry.js +4 -0
  1350. package/dist/ionic/p-164b025e.system.js +4 -0
  1351. package/dist/ionic/p-1699be8e.entry.js +4 -0
  1352. package/dist/ionic/p-1ce8e1ca.system.entry.js +4 -0
  1353. package/dist/ionic/p-1ef14636.system.js +4 -0
  1354. package/dist/ionic/p-1f05aa2b.system.entry.js +4 -0
  1355. package/dist/ionic/p-21e3627d.entry.js +4 -0
  1356. package/dist/ionic/p-28342e96.js +4 -0
  1357. package/dist/ionic/p-2d55f2bd.system.js +4 -0
  1358. package/dist/ionic/p-2e5dc115.entry.js +4 -0
  1359. package/dist/ionic/p-30ae30f8.entry.js +4 -0
  1360. package/dist/ionic/p-322237d0.entry.js +4 -0
  1361. package/dist/ionic/p-335e3cfe.js +4 -0
  1362. package/dist/ionic/p-34f66fef.entry.js +4 -0
  1363. package/dist/ionic/p-355aae8e.system.entry.js +4 -0
  1364. package/dist/ionic/p-35d01c78.js +4 -0
  1365. package/dist/ionic/p-37184fe8.js +4 -0
  1366. package/dist/ionic/p-38bc7b29.js +4 -0
  1367. package/dist/ionic/p-39a30df1.entry.js +4 -0
  1368. package/dist/ionic/p-3b753651.system.js +4 -0
  1369. package/dist/ionic/p-3bf5cd2e.system.entry.js +4 -0
  1370. package/dist/ionic/p-3c349187.js +4 -0
  1371. package/dist/ionic/p-3ca87455.system.js +4 -0
  1372. package/dist/ionic/p-3f9dbcfc.system.entry.js +4 -0
  1373. package/dist/ionic/p-40ed5852.system.js +4 -0
  1374. package/dist/ionic/p-40f778e6.js +4 -0
  1375. package/dist/ionic/p-4108c24e.entry.js +4 -0
  1376. package/dist/ionic/p-43060640.system.entry.js +4 -0
  1377. package/dist/ionic/p-451cbc39.js +4 -0
  1378. package/dist/ionic/p-465e0121.system.entry.js +4 -0
  1379. package/dist/ionic/p-46956a85.js +4 -0
  1380. package/dist/ionic/p-46cac66d.system.entry.js +4 -0
  1381. package/dist/ionic/p-477f7813.entry.js +4 -0
  1382. package/dist/ionic/p-49ead5cb.system.js +4 -0
  1383. package/dist/ionic/p-4a212c9c.system.js +4 -0
  1384. package/dist/ionic/p-4ab679fd.system.js +4 -0
  1385. package/dist/ionic/p-4c9a0825.system.js +4 -0
  1386. package/dist/ionic/p-4f7973ad.entry.js +4 -0
  1387. package/dist/ionic/p-505d3b57.system.js +4 -0
  1388. package/dist/ionic/p-52540082.js +4 -0
  1389. package/dist/ionic/p-54ada505.entry.js +4 -0
  1390. package/dist/ionic/p-54d3d2b6.entry.js +4 -0
  1391. package/dist/ionic/p-5503807a.system.js +4 -0
  1392. package/dist/ionic/p-565d288e.system.js +4 -0
  1393. package/dist/ionic/p-56929710.system.js +4 -0
  1394. package/dist/ionic/p-59a47aff.system.js +4 -0
  1395. package/dist/ionic/p-5a3ee051.system.js +4 -0
  1396. package/dist/ionic/p-5d6123f1.entry.js +4 -0
  1397. package/dist/ionic/p-5db06d92.system.entry.js +4 -0
  1398. package/dist/ionic/p-5dc1aee9.entry.js +4 -0
  1399. package/dist/ionic/p-5de3c520.js +4 -0
  1400. package/dist/ionic/p-609ac308.js +4 -0
  1401. package/dist/ionic/p-627e74b4.js +4 -0
  1402. package/dist/ionic/p-6561b0e5.js +4 -0
  1403. package/dist/ionic/p-66bd7d60.entry.js +4 -0
  1404. package/dist/ionic/p-69a66969.js +4 -0
  1405. package/dist/ionic/p-6a0edd6d.system.js +5 -0
  1406. package/dist/ionic/p-6eeeee8b.system.entry.js +4 -0
  1407. package/dist/ionic/p-6f59ad61.entry.js +4 -0
  1408. package/dist/ionic/p-6ff7a5e5.entry.js +4 -0
  1409. package/dist/ionic/p-72969d37.entry.js +4 -0
  1410. package/dist/ionic/p-72dbfdd4.system.js +4 -0
  1411. package/dist/ionic/p-74a23266.system.entry.js +4 -0
  1412. package/dist/ionic/p-77531c55.entry.js +4 -0
  1413. package/dist/ionic/p-7c63a67f.system.entry.js +4 -0
  1414. package/dist/ionic/p-7cc4d08a.system.entry.js +4 -0
  1415. package/dist/ionic/p-7ec7dc35.js +4 -0
  1416. package/dist/ionic/p-86d4b2bf.system.js +4 -0
  1417. package/dist/ionic/p-86e57430.system.js +4 -0
  1418. package/dist/ionic/p-8711de04.entry.js +4 -0
  1419. package/dist/ionic/p-871802fe.entry.js +4 -0
  1420. package/dist/ionic/p-896b72c9.js +4 -0
  1421. package/dist/ionic/p-897e142d.entry.js +4 -0
  1422. package/dist/ionic/p-8a95273c.js +4 -0
  1423. package/dist/ionic/p-8a9d2a85.system.entry.js +4 -0
  1424. package/dist/ionic/p-8c56e025.entry.js +4 -0
  1425. package/dist/ionic/p-8da248f0.system.entry.js +4 -0
  1426. package/dist/ionic/p-9131f2ce.system.entry.js +4 -0
  1427. package/dist/ionic/p-921d49a0.entry.js +4 -0
  1428. package/dist/ionic/p-94bb8e22.entry.js +4 -0
  1429. package/dist/ionic/p-94d4b708.system.entry.js +4 -0
  1430. package/dist/ionic/p-954ce757.system.entry.js +4 -0
  1431. package/dist/ionic/p-97891b6b.system.js +4 -0
  1432. package/dist/ionic/p-9912d985.js +4 -0
  1433. package/dist/ionic/p-99eac672.system.js +4 -0
  1434. package/dist/ionic/p-9a7f5ed5.entry.js +4 -0
  1435. package/dist/ionic/p-9c8b2f9a.system.entry.js +4 -0
  1436. package/dist/ionic/p-9c935c1f.system.entry.js +4 -0
  1437. package/dist/ionic/p-9cfa25d2.system.entry.js +4 -0
  1438. package/dist/ionic/p-9dcf76ff.system.entry.js +4 -0
  1439. package/dist/ionic/p-9edd7119.system.entry.js +4 -0
  1440. package/dist/ionic/p-a2e57f27.entry.js +4 -0
  1441. package/dist/ionic/p-a4ef5b36.js +4 -0
  1442. package/dist/ionic/p-a5808f22.entry.js +4 -0
  1443. package/dist/ionic/p-a7016aef.entry.js +4 -0
  1444. package/dist/ionic/p-a780a377.entry.js +4 -0
  1445. package/dist/ionic/p-aa7b8135.system.js +4 -0
  1446. package/dist/ionic/p-ab692eeb.entry.js +4 -0
  1447. package/dist/ionic/p-acd4af3a.entry.js +4 -0
  1448. package/dist/ionic/p-b096113b.js +4 -0
  1449. package/dist/ionic/p-b159246b.entry.js +4 -0
  1450. package/dist/ionic/p-b46c09ac.system.entry.js +4 -0
  1451. package/dist/ionic/p-b6519389.system.entry.js +4 -0
  1452. package/dist/ionic/p-bb38e011.js +4 -0
  1453. package/dist/ionic/p-bb5b0f18.js +4 -0
  1454. package/dist/ionic/p-c056132d.entry.js +4 -0
  1455. package/dist/ionic/p-c05662ba.system.entry.js +4 -0
  1456. package/dist/ionic/p-c099b4c9.js +4 -0
  1457. package/dist/ionic/p-c1f5d275.js +4 -0
  1458. package/dist/ionic/p-c2257c28.system.js +4 -0
  1459. package/dist/ionic/p-c3325038.system.js +4 -0
  1460. package/dist/ionic/p-c3da26fd.system.js +4 -0
  1461. package/dist/ionic/p-c60bc054.system.entry.js +4 -0
  1462. package/dist/ionic/p-c75da7cf.system.js +4 -0
  1463. package/dist/ionic/p-c7d59299.js +4 -0
  1464. package/dist/ionic/p-c9b94b63.system.entry.js +4 -0
  1465. package/dist/ionic/p-cc6e5174.js +4 -0
  1466. package/dist/ionic/p-cd582fdb.system.entry.js +4 -0
  1467. package/dist/ionic/p-cd83e6cc.system.entry.js +4 -0
  1468. package/dist/ionic/p-d0dedc45.entry.js +4 -0
  1469. package/dist/ionic/p-d2405689.js +4 -0
  1470. package/dist/ionic/p-d267077c.system.entry.js +4 -0
  1471. package/dist/ionic/p-d34c3e77.js +4 -0
  1472. package/dist/ionic/p-d7e0a42b.system.js +4 -0
  1473. package/dist/ionic/p-d7fd994b.js +4 -0
  1474. package/dist/ionic/p-d834e36b.entry.js +4 -0
  1475. package/dist/ionic/p-d9bc4210.js +5 -0
  1476. package/dist/ionic/p-dc3c3a0a.system.js +4 -0
  1477. package/dist/ionic/p-dd54d07b.system.entry.js +4 -0
  1478. package/dist/ionic/p-e171bd9c.system.js +4 -0
  1479. package/dist/ionic/p-e1bc9a81.js +4 -0
  1480. package/dist/ionic/p-e1c318e0.js +4 -0
  1481. package/dist/ionic/p-e22f826b.system.entry.js +4 -0
  1482. package/dist/ionic/p-e3f387af.system.js +4 -0
  1483. package/dist/ionic/p-e4146230.system.entry.js +4 -0
  1484. package/dist/ionic/p-e8b9a6b2.system.entry.js +4 -0
  1485. package/dist/ionic/p-eb54056c.system.js +4 -0
  1486. package/dist/ionic/p-ec8a20f7.system.entry.js +4 -0
  1487. package/dist/ionic/p-ed70dec7.entry.js +4 -0
  1488. package/dist/ionic/p-ee5049fd.entry.js +4 -0
  1489. package/dist/ionic/p-ee9863ad.js +4 -0
  1490. package/dist/ionic/p-f16ea33b.entry.js +4 -0
  1491. package/dist/ionic/p-f3116c14.system.js +4 -0
  1492. package/dist/ionic/p-f321535c.js +4 -0
  1493. package/dist/ionic/p-f3c381f2.entry.js +4 -0
  1494. package/dist/ionic/p-f484f0e1.system.entry.js +4 -0
  1495. package/dist/ionic/p-f67dfe83.system.entry.js +4 -0
  1496. package/dist/ionic/p-f6f393ee.system.entry.js +4 -0
  1497. package/dist/ionic/p-f7515628.entry.js +4 -0
  1498. package/dist/ionic/p-f810e0d3.js +4 -0
  1499. package/dist/ionic/p-f9f3ef7c.system.js +4 -0
  1500. package/dist/ionic/p-fa98c2a6.system.js +4 -0
  1501. package/dist/ionic/p-fc2c5521.system.entry.js +4 -0
  1502. package/dist/ionic/p-fc431180.entry.js +4 -0
  1503. package/dist/ionic/p-fe01417c.js +4 -0
  1504. package/dist/ionic/p-ffe2c670.js +4 -0
  1505. package/dist/ionic/svg/accessibility-outline.svg +1 -0
  1506. package/dist/ionic/svg/accessibility-sharp.svg +1 -0
  1507. package/dist/ionic/svg/accessibility.svg +1 -0
  1508. package/dist/ionic/svg/add-circle-outline.svg +1 -0
  1509. package/dist/ionic/svg/add-circle-sharp.svg +1 -0
  1510. package/dist/ionic/svg/add-circle.svg +1 -0
  1511. package/dist/ionic/svg/add-outline.svg +1 -0
  1512. package/dist/ionic/svg/add-sharp.svg +1 -0
  1513. package/dist/ionic/svg/add.svg +1 -0
  1514. package/dist/ionic/svg/airplane-outline.svg +1 -0
  1515. package/dist/ionic/svg/airplane-sharp.svg +1 -0
  1516. package/dist/ionic/svg/airplane.svg +1 -0
  1517. package/dist/ionic/svg/alarm-outline.svg +1 -0
  1518. package/dist/ionic/svg/alarm-sharp.svg +1 -0
  1519. package/dist/ionic/svg/alarm.svg +1 -0
  1520. package/dist/ionic/svg/albums-outline.svg +1 -0
  1521. package/dist/ionic/svg/albums-sharp.svg +1 -0
  1522. package/dist/ionic/svg/albums.svg +1 -0
  1523. package/dist/ionic/svg/alert-circle-outline.svg +1 -0
  1524. package/dist/ionic/svg/alert-circle-sharp.svg +1 -0
  1525. package/dist/ionic/svg/alert-circle.svg +1 -0
  1526. package/dist/ionic/svg/alert-outline.svg +1 -0
  1527. package/dist/ionic/svg/alert-sharp.svg +1 -0
  1528. package/dist/ionic/svg/alert.svg +1 -0
  1529. package/dist/ionic/svg/american-football-outline.svg +1 -0
  1530. package/dist/ionic/svg/american-football-sharp.svg +1 -0
  1531. package/dist/ionic/svg/american-football.svg +1 -0
  1532. package/dist/ionic/svg/analytics-outline.svg +1 -0
  1533. package/dist/ionic/svg/analytics-sharp.svg +1 -0
  1534. package/dist/ionic/svg/analytics.svg +1 -0
  1535. package/dist/ionic/svg/aperture-outline.svg +1 -0
  1536. package/dist/ionic/svg/aperture-sharp.svg +1 -0
  1537. package/dist/ionic/svg/aperture.svg +1 -0
  1538. package/dist/ionic/svg/apps-outline.svg +1 -0
  1539. package/dist/ionic/svg/apps-sharp.svg +1 -0
  1540. package/dist/ionic/svg/apps.svg +1 -0
  1541. package/dist/ionic/svg/archive-outline.svg +1 -0
  1542. package/dist/ionic/svg/archive-sharp.svg +1 -0
  1543. package/dist/ionic/svg/archive.svg +1 -0
  1544. package/dist/ionic/svg/arrow-back-circle-outline.svg +1 -0
  1545. package/dist/ionic/svg/arrow-back-circle-sharp.svg +1 -0
  1546. package/dist/ionic/svg/arrow-back-circle.svg +1 -0
  1547. package/dist/ionic/svg/arrow-back-outline.svg +1 -0
  1548. package/dist/ionic/svg/arrow-back-sharp.svg +1 -0
  1549. package/dist/ionic/svg/arrow-back.svg +1 -0
  1550. package/dist/ionic/svg/arrow-down-circle-outline.svg +1 -0
  1551. package/dist/ionic/svg/arrow-down-circle-sharp.svg +1 -0
  1552. package/dist/ionic/svg/arrow-down-circle.svg +1 -0
  1553. package/dist/ionic/svg/arrow-down-outline.svg +1 -0
  1554. package/dist/ionic/svg/arrow-down-sharp.svg +1 -0
  1555. package/dist/ionic/svg/arrow-down.svg +1 -0
  1556. package/dist/ionic/svg/arrow-forward-circle-outline.svg +1 -0
  1557. package/dist/ionic/svg/arrow-forward-circle-sharp.svg +1 -0
  1558. package/dist/ionic/svg/arrow-forward-circle.svg +1 -0
  1559. package/dist/ionic/svg/arrow-forward-outline.svg +1 -0
  1560. package/dist/ionic/svg/arrow-forward-sharp.svg +1 -0
  1561. package/dist/ionic/svg/arrow-forward.svg +1 -0
  1562. package/dist/ionic/svg/arrow-redo-circle-outline.svg +1 -0
  1563. package/dist/ionic/svg/arrow-redo-circle-sharp.svg +1 -0
  1564. package/dist/ionic/svg/arrow-redo-circle.svg +1 -0
  1565. package/dist/ionic/svg/arrow-redo-outline.svg +1 -0
  1566. package/dist/ionic/svg/arrow-redo-sharp.svg +1 -0
  1567. package/dist/ionic/svg/arrow-redo.svg +1 -0
  1568. package/dist/ionic/svg/arrow-undo-circle-outline.svg +1 -0
  1569. package/dist/ionic/svg/arrow-undo-circle-sharp.svg +1 -0
  1570. package/dist/ionic/svg/arrow-undo-circle.svg +1 -0
  1571. package/dist/ionic/svg/arrow-undo-outline.svg +1 -0
  1572. package/dist/ionic/svg/arrow-undo-sharp.svg +1 -0
  1573. package/dist/ionic/svg/arrow-undo.svg +1 -0
  1574. package/dist/ionic/svg/arrow-up-circle-outline.svg +1 -0
  1575. package/dist/ionic/svg/arrow-up-circle-sharp.svg +1 -0
  1576. package/dist/ionic/svg/arrow-up-circle.svg +1 -0
  1577. package/dist/ionic/svg/arrow-up-outline.svg +1 -0
  1578. package/dist/ionic/svg/arrow-up-sharp.svg +1 -0
  1579. package/dist/ionic/svg/arrow-up.svg +1 -0
  1580. package/dist/ionic/svg/at-circle-outline.svg +1 -0
  1581. package/dist/ionic/svg/at-circle-sharp.svg +1 -0
  1582. package/dist/ionic/svg/at-circle.svg +1 -0
  1583. package/dist/ionic/svg/at-outline.svg +1 -0
  1584. package/dist/ionic/svg/at-sharp.svg +1 -0
  1585. package/dist/ionic/svg/at.svg +1 -0
  1586. package/dist/ionic/svg/attach-outline.svg +1 -0
  1587. package/dist/ionic/svg/attach-sharp.svg +1 -0
  1588. package/dist/ionic/svg/attach.svg +1 -0
  1589. package/dist/ionic/svg/backspace-outline.svg +1 -0
  1590. package/dist/ionic/svg/backspace-sharp.svg +1 -0
  1591. package/dist/ionic/svg/backspace.svg +1 -0
  1592. package/dist/ionic/svg/bag-add-outline.svg +1 -0
  1593. package/dist/ionic/svg/bag-add-sharp.svg +1 -0
  1594. package/dist/ionic/svg/bag-add.svg +1 -0
  1595. package/dist/ionic/svg/bag-check-outline.svg +1 -0
  1596. package/dist/ionic/svg/bag-check-sharp.svg +1 -0
  1597. package/dist/ionic/svg/bag-check.svg +1 -0
  1598. package/dist/ionic/svg/bag-handle-outline.svg +1 -0
  1599. package/dist/ionic/svg/bag-handle-sharp.svg +1 -0
  1600. package/dist/ionic/svg/bag-handle.svg +1 -0
  1601. package/dist/ionic/svg/bag-outline.svg +1 -0
  1602. package/dist/ionic/svg/bag-remove-outline.svg +1 -0
  1603. package/dist/ionic/svg/bag-remove-sharp.svg +1 -0
  1604. package/dist/ionic/svg/bag-remove.svg +1 -0
  1605. package/dist/ionic/svg/bag-sharp.svg +1 -0
  1606. package/dist/ionic/svg/bag.svg +1 -0
  1607. package/dist/ionic/svg/balloon-outline.svg +1 -0
  1608. package/dist/ionic/svg/balloon-sharp.svg +1 -0
  1609. package/dist/ionic/svg/balloon.svg +1 -0
  1610. package/dist/ionic/svg/ban-outline.svg +1 -0
  1611. package/dist/ionic/svg/ban-sharp.svg +1 -0
  1612. package/dist/ionic/svg/ban.svg +1 -0
  1613. package/dist/ionic/svg/bandage-outline.svg +1 -0
  1614. package/dist/ionic/svg/bandage-sharp.svg +1 -0
  1615. package/dist/ionic/svg/bandage.svg +1 -0
  1616. package/dist/ionic/svg/bar-chart-outline.svg +1 -0
  1617. package/dist/ionic/svg/bar-chart-sharp.svg +1 -0
  1618. package/dist/ionic/svg/bar-chart.svg +1 -0
  1619. package/dist/ionic/svg/barbell-outline.svg +1 -0
  1620. package/dist/ionic/svg/barbell-sharp.svg +1 -0
  1621. package/dist/ionic/svg/barbell.svg +1 -0
  1622. package/dist/ionic/svg/barcode-outline.svg +1 -0
  1623. package/dist/ionic/svg/barcode-sharp.svg +1 -0
  1624. package/dist/ionic/svg/barcode.svg +1 -0
  1625. package/dist/ionic/svg/baseball-outline.svg +1 -0
  1626. package/dist/ionic/svg/baseball-sharp.svg +1 -0
  1627. package/dist/ionic/svg/baseball.svg +1 -0
  1628. package/dist/ionic/svg/basket-outline.svg +1 -0
  1629. package/dist/ionic/svg/basket-sharp.svg +1 -0
  1630. package/dist/ionic/svg/basket.svg +1 -0
  1631. package/dist/ionic/svg/basketball-outline.svg +1 -0
  1632. package/dist/ionic/svg/basketball-sharp.svg +1 -0
  1633. package/dist/ionic/svg/basketball.svg +1 -0
  1634. package/dist/ionic/svg/battery-charging-outline.svg +1 -0
  1635. package/dist/ionic/svg/battery-charging-sharp.svg +1 -0
  1636. package/dist/ionic/svg/battery-charging.svg +1 -0
  1637. package/dist/ionic/svg/battery-dead-outline.svg +1 -0
  1638. package/dist/ionic/svg/battery-dead-sharp.svg +1 -0
  1639. package/dist/ionic/svg/battery-dead.svg +1 -0
  1640. package/dist/ionic/svg/battery-full-outline.svg +1 -0
  1641. package/dist/ionic/svg/battery-full-sharp.svg +1 -0
  1642. package/dist/ionic/svg/battery-full.svg +1 -0
  1643. package/dist/ionic/svg/battery-half-outline.svg +1 -0
  1644. package/dist/ionic/svg/battery-half-sharp.svg +1 -0
  1645. package/dist/ionic/svg/battery-half.svg +1 -0
  1646. package/dist/ionic/svg/beaker-outline.svg +1 -0
  1647. package/dist/ionic/svg/beaker-sharp.svg +1 -0
  1648. package/dist/ionic/svg/beaker.svg +1 -0
  1649. package/dist/ionic/svg/bed-outline.svg +1 -0
  1650. package/dist/ionic/svg/bed-sharp.svg +1 -0
  1651. package/dist/ionic/svg/bed.svg +1 -0
  1652. package/dist/ionic/svg/beer-outline.svg +1 -0
  1653. package/dist/ionic/svg/beer-sharp.svg +1 -0
  1654. package/dist/ionic/svg/beer.svg +1 -0
  1655. package/dist/ionic/svg/bicycle-outline.svg +1 -0
  1656. package/dist/ionic/svg/bicycle-sharp.svg +1 -0
  1657. package/dist/ionic/svg/bicycle.svg +1 -0
  1658. package/dist/ionic/svg/bluetooth-outline.svg +1 -0
  1659. package/dist/ionic/svg/bluetooth-sharp.svg +1 -0
  1660. package/dist/ionic/svg/bluetooth.svg +1 -0
  1661. package/dist/ionic/svg/boat-outline.svg +1 -0
  1662. package/dist/ionic/svg/boat-sharp.svg +1 -0
  1663. package/dist/ionic/svg/boat.svg +1 -0
  1664. package/dist/ionic/svg/body-outline.svg +1 -0
  1665. package/dist/ionic/svg/body-sharp.svg +1 -0
  1666. package/dist/ionic/svg/body.svg +1 -0
  1667. package/dist/ionic/svg/bonfire-outline.svg +1 -0
  1668. package/dist/ionic/svg/bonfire-sharp.svg +1 -0
  1669. package/dist/ionic/svg/bonfire.svg +1 -0
  1670. package/dist/ionic/svg/book-outline.svg +1 -0
  1671. package/dist/ionic/svg/book-sharp.svg +1 -0
  1672. package/dist/ionic/svg/book.svg +1 -0
  1673. package/dist/ionic/svg/bookmark-outline.svg +1 -0
  1674. package/dist/ionic/svg/bookmark-sharp.svg +1 -0
  1675. package/dist/ionic/svg/bookmark.svg +1 -0
  1676. package/dist/ionic/svg/bookmarks-outline.svg +1 -0
  1677. package/dist/ionic/svg/bookmarks-sharp.svg +1 -0
  1678. package/dist/ionic/svg/bookmarks.svg +1 -0
  1679. package/dist/ionic/svg/bowling-ball-outline.svg +1 -0
  1680. package/dist/ionic/svg/bowling-ball-sharp.svg +1 -0
  1681. package/dist/ionic/svg/bowling-ball.svg +1 -0
  1682. package/dist/ionic/svg/briefcase-outline.svg +1 -0
  1683. package/dist/ionic/svg/briefcase-sharp.svg +1 -0
  1684. package/dist/ionic/svg/briefcase.svg +1 -0
  1685. package/dist/ionic/svg/browsers-outline.svg +1 -0
  1686. package/dist/ionic/svg/browsers-sharp.svg +1 -0
  1687. package/dist/ionic/svg/browsers.svg +1 -0
  1688. package/dist/ionic/svg/brush-outline.svg +1 -0
  1689. package/dist/ionic/svg/brush-sharp.svg +1 -0
  1690. package/dist/ionic/svg/brush.svg +1 -0
  1691. package/dist/ionic/svg/bug-outline.svg +1 -0
  1692. package/dist/ionic/svg/bug-sharp.svg +1 -0
  1693. package/dist/ionic/svg/bug.svg +1 -0
  1694. package/dist/ionic/svg/build-outline.svg +1 -0
  1695. package/dist/ionic/svg/build-sharp.svg +1 -0
  1696. package/dist/ionic/svg/build.svg +1 -0
  1697. package/dist/ionic/svg/bulb-outline.svg +1 -0
  1698. package/dist/ionic/svg/bulb-sharp.svg +1 -0
  1699. package/dist/ionic/svg/bulb.svg +1 -0
  1700. package/dist/ionic/svg/bus-outline.svg +1 -0
  1701. package/dist/ionic/svg/bus-sharp.svg +1 -0
  1702. package/dist/ionic/svg/bus.svg +1 -0
  1703. package/dist/ionic/svg/business-outline.svg +1 -0
  1704. package/dist/ionic/svg/business-sharp.svg +1 -0
  1705. package/dist/ionic/svg/business.svg +1 -0
  1706. package/dist/ionic/svg/cafe-outline.svg +1 -0
  1707. package/dist/ionic/svg/cafe-sharp.svg +1 -0
  1708. package/dist/ionic/svg/cafe.svg +1 -0
  1709. package/dist/ionic/svg/calculator-outline.svg +1 -0
  1710. package/dist/ionic/svg/calculator-sharp.svg +1 -0
  1711. package/dist/ionic/svg/calculator.svg +1 -0
  1712. package/dist/ionic/svg/calendar-clear-outline.svg +1 -0
  1713. package/dist/ionic/svg/calendar-clear-sharp.svg +1 -0
  1714. package/dist/ionic/svg/calendar-clear.svg +1 -0
  1715. package/dist/ionic/svg/calendar-number-outline.svg +1 -0
  1716. package/dist/ionic/svg/calendar-number-sharp.svg +1 -0
  1717. package/dist/ionic/svg/calendar-number.svg +1 -0
  1718. package/dist/ionic/svg/calendar-outline.svg +1 -0
  1719. package/dist/ionic/svg/calendar-sharp.svg +1 -0
  1720. package/dist/ionic/svg/calendar.svg +1 -0
  1721. package/dist/ionic/svg/call-outline.svg +1 -0
  1722. package/dist/ionic/svg/call-sharp.svg +1 -0
  1723. package/dist/ionic/svg/call.svg +1 -0
  1724. package/dist/ionic/svg/camera-outline.svg +1 -0
  1725. package/dist/ionic/svg/camera-reverse-outline.svg +1 -0
  1726. package/dist/ionic/svg/camera-reverse-sharp.svg +1 -0
  1727. package/dist/ionic/svg/camera-reverse.svg +1 -0
  1728. package/dist/ionic/svg/camera-sharp.svg +1 -0
  1729. package/dist/ionic/svg/camera.svg +1 -0
  1730. package/dist/ionic/svg/car-outline.svg +1 -0
  1731. package/dist/ionic/svg/car-sharp.svg +1 -0
  1732. package/dist/ionic/svg/car-sport-outline.svg +1 -0
  1733. package/dist/ionic/svg/car-sport-sharp.svg +1 -0
  1734. package/dist/ionic/svg/car-sport.svg +1 -0
  1735. package/dist/ionic/svg/car.svg +1 -0
  1736. package/dist/ionic/svg/card-outline.svg +1 -0
  1737. package/dist/ionic/svg/card-sharp.svg +1 -0
  1738. package/dist/ionic/svg/card.svg +1 -0
  1739. package/dist/ionic/svg/caret-back-circle-outline.svg +1 -0
  1740. package/dist/ionic/svg/caret-back-circle-sharp.svg +1 -0
  1741. package/dist/ionic/svg/caret-back-circle.svg +1 -0
  1742. package/dist/ionic/svg/caret-back-outline.svg +1 -0
  1743. package/dist/ionic/svg/caret-back-sharp.svg +1 -0
  1744. package/dist/ionic/svg/caret-back.svg +1 -0
  1745. package/dist/ionic/svg/caret-down-circle-outline.svg +1 -0
  1746. package/dist/ionic/svg/caret-down-circle-sharp.svg +1 -0
  1747. package/dist/ionic/svg/caret-down-circle.svg +1 -0
  1748. package/dist/ionic/svg/caret-down-outline.svg +1 -0
  1749. package/dist/ionic/svg/caret-down-sharp.svg +1 -0
  1750. package/dist/ionic/svg/caret-down.svg +1 -0
  1751. package/dist/ionic/svg/caret-forward-circle-outline.svg +1 -0
  1752. package/dist/ionic/svg/caret-forward-circle-sharp.svg +1 -0
  1753. package/dist/ionic/svg/caret-forward-circle.svg +1 -0
  1754. package/dist/ionic/svg/caret-forward-outline.svg +1 -0
  1755. package/dist/ionic/svg/caret-forward-sharp.svg +1 -0
  1756. package/dist/ionic/svg/caret-forward.svg +1 -0
  1757. package/dist/ionic/svg/caret-up-circle-outline.svg +1 -0
  1758. package/dist/ionic/svg/caret-up-circle-sharp.svg +1 -0
  1759. package/dist/ionic/svg/caret-up-circle.svg +1 -0
  1760. package/dist/ionic/svg/caret-up-outline.svg +1 -0
  1761. package/dist/ionic/svg/caret-up-sharp.svg +1 -0
  1762. package/dist/ionic/svg/caret-up.svg +1 -0
  1763. package/dist/ionic/svg/cart-outline.svg +1 -0
  1764. package/dist/ionic/svg/cart-sharp.svg +1 -0
  1765. package/dist/ionic/svg/cart.svg +1 -0
  1766. package/dist/ionic/svg/cash-outline.svg +1 -0
  1767. package/dist/ionic/svg/cash-sharp.svg +1 -0
  1768. package/dist/ionic/svg/cash.svg +1 -0
  1769. package/dist/ionic/svg/cellular-outline.svg +1 -0
  1770. package/dist/ionic/svg/cellular-sharp.svg +1 -0
  1771. package/dist/ionic/svg/cellular.svg +1 -0
  1772. package/dist/ionic/svg/chatbox-ellipses-outline.svg +1 -0
  1773. package/dist/ionic/svg/chatbox-ellipses-sharp.svg +1 -0
  1774. package/dist/ionic/svg/chatbox-ellipses.svg +1 -0
  1775. package/dist/ionic/svg/chatbox-outline.svg +1 -0
  1776. package/dist/ionic/svg/chatbox-sharp.svg +1 -0
  1777. package/dist/ionic/svg/chatbox.svg +1 -0
  1778. package/dist/ionic/svg/chatbubble-ellipses-outline.svg +1 -0
  1779. package/dist/ionic/svg/chatbubble-ellipses-sharp.svg +1 -0
  1780. package/dist/ionic/svg/chatbubble-ellipses.svg +1 -0
  1781. package/dist/ionic/svg/chatbubble-outline.svg +1 -0
  1782. package/dist/ionic/svg/chatbubble-sharp.svg +1 -0
  1783. package/dist/ionic/svg/chatbubble.svg +1 -0
  1784. package/dist/ionic/svg/chatbubbles-outline.svg +1 -0
  1785. package/dist/ionic/svg/chatbubbles-sharp.svg +1 -0
  1786. package/dist/ionic/svg/chatbubbles.svg +1 -0
  1787. package/dist/ionic/svg/checkbox-outline.svg +1 -0
  1788. package/dist/ionic/svg/checkbox-sharp.svg +1 -0
  1789. package/dist/ionic/svg/checkbox.svg +1 -0
  1790. package/dist/ionic/svg/checkmark-circle-outline.svg +1 -0
  1791. package/dist/ionic/svg/checkmark-circle-sharp.svg +1 -0
  1792. package/dist/ionic/svg/checkmark-circle.svg +1 -0
  1793. package/dist/ionic/svg/checkmark-done-circle-outline.svg +1 -0
  1794. package/dist/ionic/svg/checkmark-done-circle-sharp.svg +1 -0
  1795. package/dist/ionic/svg/checkmark-done-circle.svg +1 -0
  1796. package/dist/ionic/svg/checkmark-done-outline.svg +1 -0
  1797. package/dist/ionic/svg/checkmark-done-sharp.svg +1 -0
  1798. package/dist/ionic/svg/checkmark-done.svg +1 -0
  1799. package/dist/ionic/svg/checkmark-outline.svg +1 -0
  1800. package/dist/ionic/svg/checkmark-sharp.svg +1 -0
  1801. package/dist/ionic/svg/checkmark.svg +1 -0
  1802. package/dist/ionic/svg/chevron-back-circle-outline.svg +1 -0
  1803. package/dist/ionic/svg/chevron-back-circle-sharp.svg +1 -0
  1804. package/dist/ionic/svg/chevron-back-circle.svg +1 -0
  1805. package/dist/ionic/svg/chevron-back-outline.svg +1 -0
  1806. package/dist/ionic/svg/chevron-back-sharp.svg +1 -0
  1807. package/dist/ionic/svg/chevron-back.svg +1 -0
  1808. package/dist/ionic/svg/chevron-collapse-outline.svg +1 -0
  1809. package/dist/ionic/svg/chevron-collapse-sharp.svg +1 -0
  1810. package/dist/ionic/svg/chevron-collapse.svg +1 -0
  1811. package/dist/ionic/svg/chevron-down-circle-outline.svg +1 -0
  1812. package/dist/ionic/svg/chevron-down-circle-sharp.svg +1 -0
  1813. package/dist/ionic/svg/chevron-down-circle.svg +1 -0
  1814. package/dist/ionic/svg/chevron-down-outline.svg +1 -0
  1815. package/dist/ionic/svg/chevron-down-sharp.svg +1 -0
  1816. package/dist/ionic/svg/chevron-down.svg +1 -0
  1817. package/dist/ionic/svg/chevron-expand-outline.svg +1 -0
  1818. package/dist/ionic/svg/chevron-expand-sharp.svg +1 -0
  1819. package/dist/ionic/svg/chevron-expand.svg +1 -0
  1820. package/dist/ionic/svg/chevron-forward-circle-outline.svg +1 -0
  1821. package/dist/ionic/svg/chevron-forward-circle-sharp.svg +1 -0
  1822. package/dist/ionic/svg/chevron-forward-circle.svg +1 -0
  1823. package/dist/ionic/svg/chevron-forward-outline.svg +1 -0
  1824. package/dist/ionic/svg/chevron-forward-sharp.svg +1 -0
  1825. package/dist/ionic/svg/chevron-forward.svg +1 -0
  1826. package/dist/ionic/svg/chevron-up-circle-outline.svg +1 -0
  1827. package/dist/ionic/svg/chevron-up-circle-sharp.svg +1 -0
  1828. package/dist/ionic/svg/chevron-up-circle.svg +1 -0
  1829. package/dist/ionic/svg/chevron-up-outline.svg +1 -0
  1830. package/dist/ionic/svg/chevron-up-sharp.svg +1 -0
  1831. package/dist/ionic/svg/chevron-up.svg +1 -0
  1832. package/dist/ionic/svg/clipboard-outline.svg +1 -0
  1833. package/dist/ionic/svg/clipboard-sharp.svg +1 -0
  1834. package/dist/ionic/svg/clipboard.svg +1 -0
  1835. package/dist/ionic/svg/close-circle-outline.svg +1 -0
  1836. package/dist/ionic/svg/close-circle-sharp.svg +1 -0
  1837. package/dist/ionic/svg/close-circle.svg +1 -0
  1838. package/dist/ionic/svg/close-outline.svg +1 -0
  1839. package/dist/ionic/svg/close-sharp.svg +1 -0
  1840. package/dist/ionic/svg/close.svg +1 -0
  1841. package/dist/ionic/svg/cloud-circle-outline.svg +1 -0
  1842. package/dist/ionic/svg/cloud-circle-sharp.svg +1 -0
  1843. package/dist/ionic/svg/cloud-circle.svg +1 -0
  1844. package/dist/ionic/svg/cloud-done-outline.svg +1 -0
  1845. package/dist/ionic/svg/cloud-done-sharp.svg +1 -0
  1846. package/dist/ionic/svg/cloud-done.svg +1 -0
  1847. package/dist/ionic/svg/cloud-download-outline.svg +1 -0
  1848. package/dist/ionic/svg/cloud-download-sharp.svg +1 -0
  1849. package/dist/ionic/svg/cloud-download.svg +1 -0
  1850. package/dist/ionic/svg/cloud-offline-outline.svg +1 -0
  1851. package/dist/ionic/svg/cloud-offline-sharp.svg +1 -0
  1852. package/dist/ionic/svg/cloud-offline.svg +1 -0
  1853. package/dist/ionic/svg/cloud-outline.svg +1 -0
  1854. package/dist/ionic/svg/cloud-sharp.svg +1 -0
  1855. package/dist/ionic/svg/cloud-upload-outline.svg +1 -0
  1856. package/dist/ionic/svg/cloud-upload-sharp.svg +1 -0
  1857. package/dist/ionic/svg/cloud-upload.svg +1 -0
  1858. package/dist/ionic/svg/cloud.svg +1 -0
  1859. package/dist/ionic/svg/cloudy-night-outline.svg +1 -0
  1860. package/dist/ionic/svg/cloudy-night-sharp.svg +1 -0
  1861. package/dist/ionic/svg/cloudy-night.svg +1 -0
  1862. package/dist/ionic/svg/cloudy-outline.svg +1 -0
  1863. package/dist/ionic/svg/cloudy-sharp.svg +1 -0
  1864. package/dist/ionic/svg/cloudy.svg +1 -0
  1865. package/dist/ionic/svg/code-download-outline.svg +1 -0
  1866. package/dist/ionic/svg/code-download-sharp.svg +1 -0
  1867. package/dist/ionic/svg/code-download.svg +1 -0
  1868. package/dist/ionic/svg/code-outline.svg +1 -0
  1869. package/dist/ionic/svg/code-sharp.svg +1 -0
  1870. package/dist/ionic/svg/code-slash-outline.svg +1 -0
  1871. package/dist/ionic/svg/code-slash-sharp.svg +1 -0
  1872. package/dist/ionic/svg/code-slash.svg +1 -0
  1873. package/dist/ionic/svg/code-working-outline.svg +1 -0
  1874. package/dist/ionic/svg/code-working-sharp.svg +1 -0
  1875. package/dist/ionic/svg/code-working.svg +1 -0
  1876. package/dist/ionic/svg/code.svg +1 -0
  1877. package/dist/ionic/svg/cog-outline.svg +1 -0
  1878. package/dist/ionic/svg/cog-sharp.svg +1 -0
  1879. package/dist/ionic/svg/cog.svg +1 -0
  1880. package/dist/ionic/svg/color-fill-outline.svg +1 -0
  1881. package/dist/ionic/svg/color-fill-sharp.svg +1 -0
  1882. package/dist/ionic/svg/color-fill.svg +1 -0
  1883. package/dist/ionic/svg/color-filter-outline.svg +1 -0
  1884. package/dist/ionic/svg/color-filter-sharp.svg +1 -0
  1885. package/dist/ionic/svg/color-filter.svg +1 -0
  1886. package/dist/ionic/svg/color-palette-outline.svg +1 -0
  1887. package/dist/ionic/svg/color-palette-sharp.svg +1 -0
  1888. package/dist/ionic/svg/color-palette.svg +1 -0
  1889. package/dist/ionic/svg/color-wand-outline.svg +1 -0
  1890. package/dist/ionic/svg/color-wand-sharp.svg +1 -0
  1891. package/dist/ionic/svg/color-wand.svg +1 -0
  1892. package/dist/ionic/svg/compass-outline.svg +1 -0
  1893. package/dist/ionic/svg/compass-sharp.svg +1 -0
  1894. package/dist/ionic/svg/compass.svg +1 -0
  1895. package/dist/ionic/svg/construct-outline.svg +1 -0
  1896. package/dist/ionic/svg/construct-sharp.svg +1 -0
  1897. package/dist/ionic/svg/construct.svg +1 -0
  1898. package/dist/ionic/svg/contract-outline.svg +1 -0
  1899. package/dist/ionic/svg/contract-sharp.svg +1 -0
  1900. package/dist/ionic/svg/contract.svg +1 -0
  1901. package/dist/ionic/svg/contrast-outline.svg +1 -0
  1902. package/dist/ionic/svg/contrast-sharp.svg +1 -0
  1903. package/dist/ionic/svg/contrast.svg +1 -0
  1904. package/dist/ionic/svg/copy-outline.svg +1 -0
  1905. package/dist/ionic/svg/copy-sharp.svg +1 -0
  1906. package/dist/ionic/svg/copy.svg +1 -0
  1907. package/dist/ionic/svg/create-outline.svg +1 -0
  1908. package/dist/ionic/svg/create-sharp.svg +1 -0
  1909. package/dist/ionic/svg/create.svg +1 -0
  1910. package/dist/ionic/svg/crop-outline.svg +1 -0
  1911. package/dist/ionic/svg/crop-sharp.svg +1 -0
  1912. package/dist/ionic/svg/crop.svg +1 -0
  1913. package/dist/ionic/svg/cube-outline.svg +1 -0
  1914. package/dist/ionic/svg/cube-sharp.svg +1 -0
  1915. package/dist/ionic/svg/cube.svg +1 -0
  1916. package/dist/ionic/svg/cut-outline.svg +1 -0
  1917. package/dist/ionic/svg/cut-sharp.svg +1 -0
  1918. package/dist/ionic/svg/cut.svg +1 -0
  1919. package/dist/ionic/svg/desktop-outline.svg +1 -0
  1920. package/dist/ionic/svg/desktop-sharp.svg +1 -0
  1921. package/dist/ionic/svg/desktop.svg +1 -0
  1922. package/dist/ionic/svg/diamond-outline.svg +1 -0
  1923. package/dist/ionic/svg/diamond-sharp.svg +1 -0
  1924. package/dist/ionic/svg/diamond.svg +1 -0
  1925. package/dist/ionic/svg/dice-outline.svg +1 -0
  1926. package/dist/ionic/svg/dice-sharp.svg +1 -0
  1927. package/dist/ionic/svg/dice.svg +1 -0
  1928. package/dist/ionic/svg/disc-outline.svg +1 -0
  1929. package/dist/ionic/svg/disc-sharp.svg +1 -0
  1930. package/dist/ionic/svg/disc.svg +1 -0
  1931. package/dist/ionic/svg/document-attach-outline.svg +1 -0
  1932. package/dist/ionic/svg/document-attach-sharp.svg +1 -0
  1933. package/dist/ionic/svg/document-attach.svg +1 -0
  1934. package/dist/ionic/svg/document-lock-outline.svg +1 -0
  1935. package/dist/ionic/svg/document-lock-sharp.svg +1 -0
  1936. package/dist/ionic/svg/document-lock.svg +1 -0
  1937. package/dist/ionic/svg/document-outline.svg +1 -0
  1938. package/dist/ionic/svg/document-sharp.svg +1 -0
  1939. package/dist/ionic/svg/document-text-outline.svg +1 -0
  1940. package/dist/ionic/svg/document-text-sharp.svg +1 -0
  1941. package/dist/ionic/svg/document-text.svg +1 -0
  1942. package/dist/ionic/svg/document.svg +1 -0
  1943. package/dist/ionic/svg/documents-outline.svg +1 -0
  1944. package/dist/ionic/svg/documents-sharp.svg +1 -0
  1945. package/dist/ionic/svg/documents.svg +1 -0
  1946. package/dist/ionic/svg/download-outline.svg +1 -0
  1947. package/dist/ionic/svg/download-sharp.svg +1 -0
  1948. package/dist/ionic/svg/download.svg +1 -0
  1949. package/dist/ionic/svg/duplicate-outline.svg +1 -0
  1950. package/dist/ionic/svg/duplicate-sharp.svg +1 -0
  1951. package/dist/ionic/svg/duplicate.svg +1 -0
  1952. package/dist/ionic/svg/ear-outline.svg +1 -0
  1953. package/dist/ionic/svg/ear-sharp.svg +1 -0
  1954. package/dist/ionic/svg/ear.svg +1 -0
  1955. package/dist/ionic/svg/earth-outline.svg +1 -0
  1956. package/dist/ionic/svg/earth-sharp.svg +1 -0
  1957. package/dist/ionic/svg/earth.svg +1 -0
  1958. package/dist/ionic/svg/easel-outline.svg +1 -0
  1959. package/dist/ionic/svg/easel-sharp.svg +1 -0
  1960. package/dist/ionic/svg/easel.svg +1 -0
  1961. package/dist/ionic/svg/egg-outline.svg +1 -0
  1962. package/dist/ionic/svg/egg-sharp.svg +1 -0
  1963. package/dist/ionic/svg/egg.svg +1 -0
  1964. package/dist/ionic/svg/ellipse-outline.svg +1 -0
  1965. package/dist/ionic/svg/ellipse-sharp.svg +1 -0
  1966. package/dist/ionic/svg/ellipse.svg +1 -0
  1967. package/dist/ionic/svg/ellipsis-horizontal-circle-outline.svg +1 -0
  1968. package/dist/ionic/svg/ellipsis-horizontal-circle-sharp.svg +1 -0
  1969. package/dist/ionic/svg/ellipsis-horizontal-circle.svg +1 -0
  1970. package/dist/ionic/svg/ellipsis-horizontal-outline.svg +1 -0
  1971. package/dist/ionic/svg/ellipsis-horizontal-sharp.svg +1 -0
  1972. package/dist/ionic/svg/ellipsis-horizontal.svg +1 -0
  1973. package/dist/ionic/svg/ellipsis-vertical-circle-outline.svg +1 -0
  1974. package/dist/ionic/svg/ellipsis-vertical-circle-sharp.svg +1 -0
  1975. package/dist/ionic/svg/ellipsis-vertical-circle.svg +1 -0
  1976. package/dist/ionic/svg/ellipsis-vertical-outline.svg +1 -0
  1977. package/dist/ionic/svg/ellipsis-vertical-sharp.svg +1 -0
  1978. package/dist/ionic/svg/ellipsis-vertical.svg +1 -0
  1979. package/dist/ionic/svg/enter-outline.svg +1 -0
  1980. package/dist/ionic/svg/enter-sharp.svg +1 -0
  1981. package/dist/ionic/svg/enter.svg +1 -0
  1982. package/dist/ionic/svg/exit-outline.svg +1 -0
  1983. package/dist/ionic/svg/exit-sharp.svg +1 -0
  1984. package/dist/ionic/svg/exit.svg +1 -0
  1985. package/dist/ionic/svg/expand-outline.svg +1 -0
  1986. package/dist/ionic/svg/expand-sharp.svg +1 -0
  1987. package/dist/ionic/svg/expand.svg +1 -0
  1988. package/dist/ionic/svg/extension-puzzle-outline.svg +1 -0
  1989. package/dist/ionic/svg/extension-puzzle-sharp.svg +1 -0
  1990. package/dist/ionic/svg/extension-puzzle.svg +1 -0
  1991. package/dist/ionic/svg/eye-off-outline.svg +1 -0
  1992. package/dist/ionic/svg/eye-off-sharp.svg +1 -0
  1993. package/dist/ionic/svg/eye-off.svg +1 -0
  1994. package/dist/ionic/svg/eye-outline.svg +1 -0
  1995. package/dist/ionic/svg/eye-sharp.svg +1 -0
  1996. package/dist/ionic/svg/eye.svg +1 -0
  1997. package/dist/ionic/svg/eyedrop-outline.svg +1 -0
  1998. package/dist/ionic/svg/eyedrop-sharp.svg +1 -0
  1999. package/dist/ionic/svg/eyedrop.svg +1 -0
  2000. package/dist/ionic/svg/fast-food-outline.svg +1 -0
  2001. package/dist/ionic/svg/fast-food-sharp.svg +1 -0
  2002. package/dist/ionic/svg/fast-food.svg +1 -0
  2003. package/dist/ionic/svg/female-outline.svg +1 -0
  2004. package/dist/ionic/svg/female-sharp.svg +1 -0
  2005. package/dist/ionic/svg/female.svg +1 -0
  2006. package/dist/ionic/svg/file-tray-full-outline.svg +1 -0
  2007. package/dist/ionic/svg/file-tray-full-sharp.svg +1 -0
  2008. package/dist/ionic/svg/file-tray-full.svg +1 -0
  2009. package/dist/ionic/svg/file-tray-outline.svg +1 -0
  2010. package/dist/ionic/svg/file-tray-sharp.svg +1 -0
  2011. package/dist/ionic/svg/file-tray-stacked-outline.svg +1 -0
  2012. package/dist/ionic/svg/file-tray-stacked-sharp.svg +1 -0
  2013. package/dist/ionic/svg/file-tray-stacked.svg +1 -0
  2014. package/dist/ionic/svg/file-tray.svg +1 -0
  2015. package/dist/ionic/svg/film-outline.svg +1 -0
  2016. package/dist/ionic/svg/film-sharp.svg +1 -0
  2017. package/dist/ionic/svg/film.svg +1 -0
  2018. package/dist/ionic/svg/filter-circle-outline.svg +1 -0
  2019. package/dist/ionic/svg/filter-circle-sharp.svg +1 -0
  2020. package/dist/ionic/svg/filter-circle.svg +1 -0
  2021. package/dist/ionic/svg/filter-outline.svg +1 -0
  2022. package/dist/ionic/svg/filter-sharp.svg +1 -0
  2023. package/dist/ionic/svg/filter.svg +1 -0
  2024. package/dist/ionic/svg/finger-print-outline.svg +1 -0
  2025. package/dist/ionic/svg/finger-print-sharp.svg +1 -0
  2026. package/dist/ionic/svg/finger-print.svg +1 -0
  2027. package/dist/ionic/svg/fish-outline.svg +1 -0
  2028. package/dist/ionic/svg/fish-sharp.svg +1 -0
  2029. package/dist/ionic/svg/fish.svg +1 -0
  2030. package/dist/ionic/svg/fitness-outline.svg +1 -0
  2031. package/dist/ionic/svg/fitness-sharp.svg +1 -0
  2032. package/dist/ionic/svg/fitness.svg +1 -0
  2033. package/dist/ionic/svg/flag-outline.svg +1 -0
  2034. package/dist/ionic/svg/flag-sharp.svg +1 -0
  2035. package/dist/ionic/svg/flag.svg +1 -0
  2036. package/dist/ionic/svg/flame-outline.svg +1 -0
  2037. package/dist/ionic/svg/flame-sharp.svg +1 -0
  2038. package/dist/ionic/svg/flame.svg +1 -0
  2039. package/dist/ionic/svg/flash-off-outline.svg +1 -0
  2040. package/dist/ionic/svg/flash-off-sharp.svg +1 -0
  2041. package/dist/ionic/svg/flash-off.svg +1 -0
  2042. package/dist/ionic/svg/flash-outline.svg +1 -0
  2043. package/dist/ionic/svg/flash-sharp.svg +1 -0
  2044. package/dist/ionic/svg/flash.svg +1 -0
  2045. package/dist/ionic/svg/flashlight-outline.svg +1 -0
  2046. package/dist/ionic/svg/flashlight-sharp.svg +1 -0
  2047. package/dist/ionic/svg/flashlight.svg +1 -0
  2048. package/dist/ionic/svg/flask-outline.svg +1 -0
  2049. package/dist/ionic/svg/flask-sharp.svg +1 -0
  2050. package/dist/ionic/svg/flask.svg +1 -0
  2051. package/dist/ionic/svg/flower-outline.svg +1 -0
  2052. package/dist/ionic/svg/flower-sharp.svg +1 -0
  2053. package/dist/ionic/svg/flower.svg +1 -0
  2054. package/dist/ionic/svg/folder-open-outline.svg +1 -0
  2055. package/dist/ionic/svg/folder-open-sharp.svg +1 -0
  2056. package/dist/ionic/svg/folder-open.svg +1 -0
  2057. package/dist/ionic/svg/folder-outline.svg +1 -0
  2058. package/dist/ionic/svg/folder-sharp.svg +1 -0
  2059. package/dist/ionic/svg/folder.svg +1 -0
  2060. package/dist/ionic/svg/football-outline.svg +1 -0
  2061. package/dist/ionic/svg/football-sharp.svg +1 -0
  2062. package/dist/ionic/svg/football.svg +1 -0
  2063. package/dist/ionic/svg/footsteps-outline.svg +1 -0
  2064. package/dist/ionic/svg/footsteps-sharp.svg +1 -0
  2065. package/dist/ionic/svg/footsteps.svg +1 -0
  2066. package/dist/ionic/svg/funnel-outline.svg +1 -0
  2067. package/dist/ionic/svg/funnel-sharp.svg +1 -0
  2068. package/dist/ionic/svg/funnel.svg +1 -0
  2069. package/dist/ionic/svg/game-controller-outline.svg +1 -0
  2070. package/dist/ionic/svg/game-controller-sharp.svg +1 -0
  2071. package/dist/ionic/svg/game-controller.svg +1 -0
  2072. package/dist/ionic/svg/gift-outline.svg +1 -0
  2073. package/dist/ionic/svg/gift-sharp.svg +1 -0
  2074. package/dist/ionic/svg/gift.svg +1 -0
  2075. package/dist/ionic/svg/git-branch-outline.svg +1 -0
  2076. package/dist/ionic/svg/git-branch-sharp.svg +1 -0
  2077. package/dist/ionic/svg/git-branch.svg +1 -0
  2078. package/dist/ionic/svg/git-commit-outline.svg +1 -0
  2079. package/dist/ionic/svg/git-commit-sharp.svg +1 -0
  2080. package/dist/ionic/svg/git-commit.svg +1 -0
  2081. package/dist/ionic/svg/git-compare-outline.svg +1 -0
  2082. package/dist/ionic/svg/git-compare-sharp.svg +1 -0
  2083. package/dist/ionic/svg/git-compare.svg +1 -0
  2084. package/dist/ionic/svg/git-merge-outline.svg +1 -0
  2085. package/dist/ionic/svg/git-merge-sharp.svg +1 -0
  2086. package/dist/ionic/svg/git-merge.svg +1 -0
  2087. package/dist/ionic/svg/git-network-outline.svg +1 -0
  2088. package/dist/ionic/svg/git-network-sharp.svg +1 -0
  2089. package/dist/ionic/svg/git-network.svg +1 -0
  2090. package/dist/ionic/svg/git-pull-request-outline.svg +1 -0
  2091. package/dist/ionic/svg/git-pull-request-sharp.svg +1 -0
  2092. package/dist/ionic/svg/git-pull-request.svg +1 -0
  2093. package/dist/ionic/svg/glasses-outline.svg +1 -0
  2094. package/dist/ionic/svg/glasses-sharp.svg +1 -0
  2095. package/dist/ionic/svg/glasses.svg +1 -0
  2096. package/dist/ionic/svg/globe-outline.svg +1 -0
  2097. package/dist/ionic/svg/globe-sharp.svg +1 -0
  2098. package/dist/ionic/svg/globe.svg +1 -0
  2099. package/dist/ionic/svg/golf-outline.svg +1 -0
  2100. package/dist/ionic/svg/golf-sharp.svg +1 -0
  2101. package/dist/ionic/svg/golf.svg +1 -0
  2102. package/dist/ionic/svg/grid-outline.svg +1 -0
  2103. package/dist/ionic/svg/grid-sharp.svg +1 -0
  2104. package/dist/ionic/svg/grid.svg +1 -0
  2105. package/dist/ionic/svg/hammer-outline.svg +1 -0
  2106. package/dist/ionic/svg/hammer-sharp.svg +1 -0
  2107. package/dist/ionic/svg/hammer.svg +1 -0
  2108. package/dist/ionic/svg/hand-left-outline.svg +1 -0
  2109. package/dist/ionic/svg/hand-left-sharp.svg +1 -0
  2110. package/dist/ionic/svg/hand-left.svg +1 -0
  2111. package/dist/ionic/svg/hand-right-outline.svg +1 -0
  2112. package/dist/ionic/svg/hand-right-sharp.svg +1 -0
  2113. package/dist/ionic/svg/hand-right.svg +1 -0
  2114. package/dist/ionic/svg/happy-outline.svg +1 -0
  2115. package/dist/ionic/svg/happy-sharp.svg +1 -0
  2116. package/dist/ionic/svg/happy.svg +1 -0
  2117. package/dist/ionic/svg/hardware-chip-outline.svg +1 -0
  2118. package/dist/ionic/svg/hardware-chip-sharp.svg +1 -0
  2119. package/dist/ionic/svg/hardware-chip.svg +1 -0
  2120. package/dist/ionic/svg/headset-outline.svg +1 -0
  2121. package/dist/ionic/svg/headset-sharp.svg +1 -0
  2122. package/dist/ionic/svg/headset.svg +1 -0
  2123. package/dist/ionic/svg/heart-circle-outline.svg +1 -0
  2124. package/dist/ionic/svg/heart-circle-sharp.svg +1 -0
  2125. package/dist/ionic/svg/heart-circle.svg +1 -0
  2126. package/dist/ionic/svg/heart-dislike-circle-outline.svg +1 -0
  2127. package/dist/ionic/svg/heart-dislike-circle-sharp.svg +1 -0
  2128. package/dist/ionic/svg/heart-dislike-circle.svg +1 -0
  2129. package/dist/ionic/svg/heart-dislike-outline.svg +1 -0
  2130. package/dist/ionic/svg/heart-dislike-sharp.svg +1 -0
  2131. package/dist/ionic/svg/heart-dislike.svg +1 -0
  2132. package/dist/ionic/svg/heart-half-outline.svg +1 -0
  2133. package/dist/ionic/svg/heart-half-sharp.svg +1 -0
  2134. package/dist/ionic/svg/heart-half.svg +1 -0
  2135. package/dist/ionic/svg/heart-outline.svg +1 -0
  2136. package/dist/ionic/svg/heart-sharp.svg +1 -0
  2137. package/dist/ionic/svg/heart.svg +1 -0
  2138. package/dist/ionic/svg/help-buoy-outline.svg +1 -0
  2139. package/dist/ionic/svg/help-buoy-sharp.svg +1 -0
  2140. package/dist/ionic/svg/help-buoy.svg +1 -0
  2141. package/dist/ionic/svg/help-circle-outline.svg +1 -0
  2142. package/dist/ionic/svg/help-circle-sharp.svg +1 -0
  2143. package/dist/ionic/svg/help-circle.svg +1 -0
  2144. package/dist/ionic/svg/help-outline.svg +1 -0
  2145. package/dist/ionic/svg/help-sharp.svg +1 -0
  2146. package/dist/ionic/svg/help.svg +1 -0
  2147. package/dist/ionic/svg/home-outline.svg +1 -0
  2148. package/dist/ionic/svg/home-sharp.svg +1 -0
  2149. package/dist/ionic/svg/home.svg +1 -0
  2150. package/dist/ionic/svg/hourglass-outline.svg +1 -0
  2151. package/dist/ionic/svg/hourglass-sharp.svg +1 -0
  2152. package/dist/ionic/svg/hourglass.svg +1 -0
  2153. package/dist/ionic/svg/ice-cream-outline.svg +1 -0
  2154. package/dist/ionic/svg/ice-cream-sharp.svg +1 -0
  2155. package/dist/ionic/svg/ice-cream.svg +1 -0
  2156. package/dist/ionic/svg/id-card-outline.svg +1 -0
  2157. package/dist/ionic/svg/id-card-sharp.svg +1 -0
  2158. package/dist/ionic/svg/id-card.svg +1 -0
  2159. package/dist/ionic/svg/image-outline.svg +1 -0
  2160. package/dist/ionic/svg/image-sharp.svg +1 -0
  2161. package/dist/ionic/svg/image.svg +1 -0
  2162. package/dist/ionic/svg/images-outline.svg +1 -0
  2163. package/dist/ionic/svg/images-sharp.svg +1 -0
  2164. package/dist/ionic/svg/images.svg +1 -0
  2165. package/dist/ionic/svg/infinite-outline.svg +1 -0
  2166. package/dist/ionic/svg/infinite-sharp.svg +1 -0
  2167. package/dist/ionic/svg/infinite.svg +1 -0
  2168. package/dist/ionic/svg/information-circle-outline.svg +1 -0
  2169. package/dist/ionic/svg/information-circle-sharp.svg +1 -0
  2170. package/dist/ionic/svg/information-circle.svg +1 -0
  2171. package/dist/ionic/svg/information-outline.svg +1 -0
  2172. package/dist/ionic/svg/information-sharp.svg +1 -0
  2173. package/dist/ionic/svg/information.svg +1 -0
  2174. package/dist/ionic/svg/invert-mode-outline.svg +1 -0
  2175. package/dist/ionic/svg/invert-mode-sharp.svg +1 -0
  2176. package/dist/ionic/svg/invert-mode.svg +1 -0
  2177. package/dist/ionic/svg/journal-outline.svg +1 -0
  2178. package/dist/ionic/svg/journal-sharp.svg +1 -0
  2179. package/dist/ionic/svg/journal.svg +1 -0
  2180. package/dist/ionic/svg/key-outline.svg +1 -0
  2181. package/dist/ionic/svg/key-sharp.svg +1 -0
  2182. package/dist/ionic/svg/key.svg +1 -0
  2183. package/dist/ionic/svg/keypad-outline.svg +1 -0
  2184. package/dist/ionic/svg/keypad-sharp.svg +1 -0
  2185. package/dist/ionic/svg/keypad.svg +1 -0
  2186. package/dist/ionic/svg/language-outline.svg +1 -0
  2187. package/dist/ionic/svg/language-sharp.svg +1 -0
  2188. package/dist/ionic/svg/language.svg +1 -0
  2189. package/dist/ionic/svg/laptop-outline.svg +1 -0
  2190. package/dist/ionic/svg/laptop-sharp.svg +1 -0
  2191. package/dist/ionic/svg/laptop.svg +1 -0
  2192. package/dist/ionic/svg/layers-outline.svg +1 -0
  2193. package/dist/ionic/svg/layers-sharp.svg +1 -0
  2194. package/dist/ionic/svg/layers.svg +1 -0
  2195. package/dist/ionic/svg/leaf-outline.svg +1 -0
  2196. package/dist/ionic/svg/leaf-sharp.svg +1 -0
  2197. package/dist/ionic/svg/leaf.svg +1 -0
  2198. package/dist/ionic/svg/library-outline.svg +1 -0
  2199. package/dist/ionic/svg/library-sharp.svg +1 -0
  2200. package/dist/ionic/svg/library.svg +1 -0
  2201. package/dist/ionic/svg/link-outline.svg +1 -0
  2202. package/dist/ionic/svg/link-sharp.svg +1 -0
  2203. package/dist/ionic/svg/link.svg +1 -0
  2204. package/dist/ionic/svg/list-circle-outline.svg +1 -0
  2205. package/dist/ionic/svg/list-circle-sharp.svg +1 -0
  2206. package/dist/ionic/svg/list-circle.svg +1 -0
  2207. package/dist/ionic/svg/list-outline.svg +1 -0
  2208. package/dist/ionic/svg/list-sharp.svg +1 -0
  2209. package/dist/ionic/svg/list.svg +1 -0
  2210. package/dist/ionic/svg/locate-outline.svg +1 -0
  2211. package/dist/ionic/svg/locate-sharp.svg +1 -0
  2212. package/dist/ionic/svg/locate.svg +1 -0
  2213. package/dist/ionic/svg/location-outline.svg +1 -0
  2214. package/dist/ionic/svg/location-sharp.svg +1 -0
  2215. package/dist/ionic/svg/location.svg +1 -0
  2216. package/dist/ionic/svg/lock-closed-outline.svg +1 -0
  2217. package/dist/ionic/svg/lock-closed-sharp.svg +1 -0
  2218. package/dist/ionic/svg/lock-closed.svg +1 -0
  2219. package/dist/ionic/svg/lock-open-outline.svg +1 -0
  2220. package/dist/ionic/svg/lock-open-sharp.svg +1 -0
  2221. package/dist/ionic/svg/lock-open.svg +1 -0
  2222. package/dist/ionic/svg/log-in-outline.svg +1 -0
  2223. package/dist/ionic/svg/log-in-sharp.svg +1 -0
  2224. package/dist/ionic/svg/log-in.svg +1 -0
  2225. package/dist/ionic/svg/log-out-outline.svg +1 -0
  2226. package/dist/ionic/svg/log-out-sharp.svg +1 -0
  2227. package/dist/ionic/svg/log-out.svg +1 -0
  2228. package/dist/ionic/svg/logo-alipay.svg +1 -0
  2229. package/dist/ionic/svg/logo-amazon.svg +1 -0
  2230. package/dist/ionic/svg/logo-amplify.svg +1 -0
  2231. package/dist/ionic/svg/logo-android.svg +1 -0
  2232. package/dist/ionic/svg/logo-angular.svg +1 -0
  2233. package/dist/ionic/svg/logo-apple-appstore.svg +1 -0
  2234. package/dist/ionic/svg/logo-apple-ar.svg +1 -0
  2235. package/dist/ionic/svg/logo-apple.svg +1 -0
  2236. package/dist/ionic/svg/logo-behance.svg +1 -0
  2237. package/dist/ionic/svg/logo-bitbucket.svg +1 -0
  2238. package/dist/ionic/svg/logo-bitcoin.svg +1 -0
  2239. package/dist/ionic/svg/logo-buffer.svg +1 -0
  2240. package/dist/ionic/svg/logo-capacitor.svg +1 -0
  2241. package/dist/ionic/svg/logo-chrome.svg +1 -0
  2242. package/dist/ionic/svg/logo-closed-captioning.svg +1 -0
  2243. package/dist/ionic/svg/logo-codepen.svg +1 -0
  2244. package/dist/ionic/svg/logo-css3.svg +1 -0
  2245. package/dist/ionic/svg/logo-designernews.svg +1 -0
  2246. package/dist/ionic/svg/logo-deviantart.svg +1 -0
  2247. package/dist/ionic/svg/logo-discord.svg +1 -0
  2248. package/dist/ionic/svg/logo-docker.svg +1 -0
  2249. package/dist/ionic/svg/logo-dribbble.svg +1 -0
  2250. package/dist/ionic/svg/logo-dropbox.svg +1 -0
  2251. package/dist/ionic/svg/logo-edge.svg +1 -0
  2252. package/dist/ionic/svg/logo-electron.svg +1 -0
  2253. package/dist/ionic/svg/logo-euro.svg +1 -0
  2254. package/dist/ionic/svg/logo-facebook.svg +1 -0
  2255. package/dist/ionic/svg/logo-figma.svg +1 -0
  2256. package/dist/ionic/svg/logo-firebase.svg +1 -0
  2257. package/dist/ionic/svg/logo-firefox.svg +1 -0
  2258. package/dist/ionic/svg/logo-flickr.svg +1 -0
  2259. package/dist/ionic/svg/logo-foursquare.svg +1 -0
  2260. package/dist/ionic/svg/logo-github.svg +1 -0
  2261. package/dist/ionic/svg/logo-gitlab.svg +1 -0
  2262. package/dist/ionic/svg/logo-google-playstore.svg +1 -0
  2263. package/dist/ionic/svg/logo-google.svg +1 -0
  2264. package/dist/ionic/svg/logo-hackernews.svg +1 -0
  2265. package/dist/ionic/svg/logo-html5.svg +1 -0
  2266. package/dist/ionic/svg/logo-instagram.svg +1 -0
  2267. package/dist/ionic/svg/logo-ionic.svg +1 -0
  2268. package/dist/ionic/svg/logo-ionitron.svg +1 -0
  2269. package/dist/ionic/svg/logo-javascript.svg +1 -0
  2270. package/dist/ionic/svg/logo-laravel.svg +1 -0
  2271. package/dist/ionic/svg/logo-linkedin.svg +1 -0
  2272. package/dist/ionic/svg/logo-markdown.svg +1 -0
  2273. package/dist/ionic/svg/logo-mastodon.svg +1 -0
  2274. package/dist/ionic/svg/logo-medium.svg +1 -0
  2275. package/dist/ionic/svg/logo-microsoft.svg +1 -0
  2276. package/dist/ionic/svg/logo-no-smoking.svg +1 -0
  2277. package/dist/ionic/svg/logo-nodejs.svg +1 -0
  2278. package/dist/ionic/svg/logo-npm.svg +1 -0
  2279. package/dist/ionic/svg/logo-octocat.svg +1 -0
  2280. package/dist/ionic/svg/logo-paypal.svg +1 -0
  2281. package/dist/ionic/svg/logo-pinterest.svg +1 -0
  2282. package/dist/ionic/svg/logo-playstation.svg +1 -0
  2283. package/dist/ionic/svg/logo-pwa.svg +1 -0
  2284. package/dist/ionic/svg/logo-python.svg +1 -0
  2285. package/dist/ionic/svg/logo-react.svg +1 -0
  2286. package/dist/ionic/svg/logo-reddit.svg +1 -0
  2287. package/dist/ionic/svg/logo-rss.svg +1 -0
  2288. package/dist/ionic/svg/logo-sass.svg +1 -0
  2289. package/dist/ionic/svg/logo-skype.svg +1 -0
  2290. package/dist/ionic/svg/logo-slack.svg +1 -0
  2291. package/dist/ionic/svg/logo-snapchat.svg +1 -0
  2292. package/dist/ionic/svg/logo-soundcloud.svg +1 -0
  2293. package/dist/ionic/svg/logo-stackoverflow.svg +1 -0
  2294. package/dist/ionic/svg/logo-steam.svg +1 -0
  2295. package/dist/ionic/svg/logo-stencil.svg +1 -0
  2296. package/dist/ionic/svg/logo-tableau.svg +1 -0
  2297. package/dist/ionic/svg/logo-tiktok.svg +1 -0
  2298. package/dist/ionic/svg/logo-tumblr.svg +1 -0
  2299. package/dist/ionic/svg/logo-tux.svg +1 -0
  2300. package/dist/ionic/svg/logo-twitch.svg +1 -0
  2301. package/dist/ionic/svg/logo-twitter.svg +1 -0
  2302. package/dist/ionic/svg/logo-usd.svg +1 -0
  2303. package/dist/ionic/svg/logo-venmo.svg +1 -0
  2304. package/dist/ionic/svg/logo-vercel.svg +1 -0
  2305. package/dist/ionic/svg/logo-vimeo.svg +1 -0
  2306. package/dist/ionic/svg/logo-vk.svg +1 -0
  2307. package/dist/ionic/svg/logo-vue.svg +1 -0
  2308. package/dist/ionic/svg/logo-web-component.svg +1 -0
  2309. package/dist/ionic/svg/logo-wechat.svg +1 -0
  2310. package/dist/ionic/svg/logo-whatsapp.svg +1 -0
  2311. package/dist/ionic/svg/logo-windows.svg +1 -0
  2312. package/dist/ionic/svg/logo-wordpress.svg +1 -0
  2313. package/dist/ionic/svg/logo-xbox.svg +1 -0
  2314. package/dist/ionic/svg/logo-xing.svg +1 -0
  2315. package/dist/ionic/svg/logo-yahoo.svg +1 -0
  2316. package/dist/ionic/svg/logo-yen.svg +1 -0
  2317. package/dist/ionic/svg/logo-youtube.svg +1 -0
  2318. package/dist/ionic/svg/magnet-outline.svg +1 -0
  2319. package/dist/ionic/svg/magnet-sharp.svg +1 -0
  2320. package/dist/ionic/svg/magnet.svg +1 -0
  2321. package/dist/ionic/svg/mail-open-outline.svg +1 -0
  2322. package/dist/ionic/svg/mail-open-sharp.svg +1 -0
  2323. package/dist/ionic/svg/mail-open.svg +1 -0
  2324. package/dist/ionic/svg/mail-outline.svg +1 -0
  2325. package/dist/ionic/svg/mail-sharp.svg +1 -0
  2326. package/dist/ionic/svg/mail-unread-outline.svg +1 -0
  2327. package/dist/ionic/svg/mail-unread-sharp.svg +1 -0
  2328. package/dist/ionic/svg/mail-unread.svg +1 -0
  2329. package/dist/ionic/svg/mail.svg +1 -0
  2330. package/dist/ionic/svg/male-female-outline.svg +1 -0
  2331. package/dist/ionic/svg/male-female-sharp.svg +1 -0
  2332. package/dist/ionic/svg/male-female.svg +1 -0
  2333. package/dist/ionic/svg/male-outline.svg +1 -0
  2334. package/dist/ionic/svg/male-sharp.svg +1 -0
  2335. package/dist/ionic/svg/male.svg +1 -0
  2336. package/dist/ionic/svg/man-outline.svg +1 -0
  2337. package/dist/ionic/svg/man-sharp.svg +1 -0
  2338. package/dist/ionic/svg/man.svg +1 -0
  2339. package/dist/ionic/svg/map-outline.svg +1 -0
  2340. package/dist/ionic/svg/map-sharp.svg +1 -0
  2341. package/dist/ionic/svg/map.svg +1 -0
  2342. package/dist/ionic/svg/medal-outline.svg +1 -0
  2343. package/dist/ionic/svg/medal-sharp.svg +1 -0
  2344. package/dist/ionic/svg/medal.svg +1 -0
  2345. package/dist/ionic/svg/medical-outline.svg +1 -0
  2346. package/dist/ionic/svg/medical-sharp.svg +1 -0
  2347. package/dist/ionic/svg/medical.svg +1 -0
  2348. package/dist/ionic/svg/medkit-outline.svg +1 -0
  2349. package/dist/ionic/svg/medkit-sharp.svg +1 -0
  2350. package/dist/ionic/svg/medkit.svg +1 -0
  2351. package/dist/ionic/svg/megaphone-outline.svg +1 -0
  2352. package/dist/ionic/svg/megaphone-sharp.svg +1 -0
  2353. package/dist/ionic/svg/megaphone.svg +1 -0
  2354. package/dist/ionic/svg/menu-outline.svg +1 -0
  2355. package/dist/ionic/svg/menu-sharp.svg +1 -0
  2356. package/dist/ionic/svg/menu.svg +1 -0
  2357. package/dist/ionic/svg/mic-circle-outline.svg +1 -0
  2358. package/dist/ionic/svg/mic-circle-sharp.svg +1 -0
  2359. package/dist/ionic/svg/mic-circle.svg +1 -0
  2360. package/dist/ionic/svg/mic-off-circle-outline.svg +1 -0
  2361. package/dist/ionic/svg/mic-off-circle-sharp.svg +1 -0
  2362. package/dist/ionic/svg/mic-off-circle.svg +1 -0
  2363. package/dist/ionic/svg/mic-off-outline.svg +1 -0
  2364. package/dist/ionic/svg/mic-off-sharp.svg +1 -0
  2365. package/dist/ionic/svg/mic-off.svg +1 -0
  2366. package/dist/ionic/svg/mic-outline.svg +1 -0
  2367. package/dist/ionic/svg/mic-sharp.svg +1 -0
  2368. package/dist/ionic/svg/mic.svg +1 -0
  2369. package/dist/ionic/svg/moon-outline.svg +1 -0
  2370. package/dist/ionic/svg/moon-sharp.svg +1 -0
  2371. package/dist/ionic/svg/moon.svg +1 -0
  2372. package/dist/ionic/svg/move-outline.svg +1 -0
  2373. package/dist/ionic/svg/move-sharp.svg +1 -0
  2374. package/dist/ionic/svg/move.svg +1 -0
  2375. package/dist/ionic/svg/musical-note-outline.svg +1 -0
  2376. package/dist/ionic/svg/musical-note-sharp.svg +1 -0
  2377. package/dist/ionic/svg/musical-note.svg +1 -0
  2378. package/dist/ionic/svg/musical-notes-outline.svg +1 -0
  2379. package/dist/ionic/svg/musical-notes-sharp.svg +1 -0
  2380. package/dist/ionic/svg/musical-notes.svg +1 -0
  2381. package/dist/ionic/svg/navigate-circle-outline.svg +1 -0
  2382. package/dist/ionic/svg/navigate-circle-sharp.svg +1 -0
  2383. package/dist/ionic/svg/navigate-circle.svg +1 -0
  2384. package/dist/ionic/svg/navigate-outline.svg +1 -0
  2385. package/dist/ionic/svg/navigate-sharp.svg +1 -0
  2386. package/dist/ionic/svg/navigate.svg +1 -0
  2387. package/dist/ionic/svg/newspaper-outline.svg +1 -0
  2388. package/dist/ionic/svg/newspaper-sharp.svg +1 -0
  2389. package/dist/ionic/svg/newspaper.svg +1 -0
  2390. package/dist/ionic/svg/notifications-circle-outline.svg +1 -0
  2391. package/dist/ionic/svg/notifications-circle-sharp.svg +1 -0
  2392. package/dist/ionic/svg/notifications-circle.svg +1 -0
  2393. package/dist/ionic/svg/notifications-off-circle-outline.svg +1 -0
  2394. package/dist/ionic/svg/notifications-off-circle-sharp.svg +1 -0
  2395. package/dist/ionic/svg/notifications-off-circle.svg +1 -0
  2396. package/dist/ionic/svg/notifications-off-outline.svg +1 -0
  2397. package/dist/ionic/svg/notifications-off-sharp.svg +1 -0
  2398. package/dist/ionic/svg/notifications-off.svg +1 -0
  2399. package/dist/ionic/svg/notifications-outline.svg +1 -0
  2400. package/dist/ionic/svg/notifications-sharp.svg +1 -0
  2401. package/dist/ionic/svg/notifications.svg +1 -0
  2402. package/dist/ionic/svg/nuclear-outline.svg +1 -0
  2403. package/dist/ionic/svg/nuclear-sharp.svg +1 -0
  2404. package/dist/ionic/svg/nuclear.svg +1 -0
  2405. package/dist/ionic/svg/nutrition-outline.svg +1 -0
  2406. package/dist/ionic/svg/nutrition-sharp.svg +1 -0
  2407. package/dist/ionic/svg/nutrition.svg +1 -0
  2408. package/dist/ionic/svg/open-outline.svg +1 -0
  2409. package/dist/ionic/svg/open-sharp.svg +1 -0
  2410. package/dist/ionic/svg/open.svg +1 -0
  2411. package/dist/ionic/svg/options-outline.svg +1 -0
  2412. package/dist/ionic/svg/options-sharp.svg +1 -0
  2413. package/dist/ionic/svg/options.svg +1 -0
  2414. package/dist/ionic/svg/paper-plane-outline.svg +1 -0
  2415. package/dist/ionic/svg/paper-plane-sharp.svg +1 -0
  2416. package/dist/ionic/svg/paper-plane.svg +1 -0
  2417. package/dist/ionic/svg/partly-sunny-outline.svg +1 -0
  2418. package/dist/ionic/svg/partly-sunny-sharp.svg +1 -0
  2419. package/dist/ionic/svg/partly-sunny.svg +1 -0
  2420. package/dist/ionic/svg/pause-circle-outline.svg +1 -0
  2421. package/dist/ionic/svg/pause-circle-sharp.svg +1 -0
  2422. package/dist/ionic/svg/pause-circle.svg +1 -0
  2423. package/dist/ionic/svg/pause-outline.svg +1 -0
  2424. package/dist/ionic/svg/pause-sharp.svg +1 -0
  2425. package/dist/ionic/svg/pause.svg +1 -0
  2426. package/dist/ionic/svg/paw-outline.svg +1 -0
  2427. package/dist/ionic/svg/paw-sharp.svg +1 -0
  2428. package/dist/ionic/svg/paw.svg +1 -0
  2429. package/dist/ionic/svg/pencil-outline.svg +1 -0
  2430. package/dist/ionic/svg/pencil-sharp.svg +1 -0
  2431. package/dist/ionic/svg/pencil.svg +1 -0
  2432. package/dist/ionic/svg/people-circle-outline.svg +1 -0
  2433. package/dist/ionic/svg/people-circle-sharp.svg +1 -0
  2434. package/dist/ionic/svg/people-circle.svg +1 -0
  2435. package/dist/ionic/svg/people-outline.svg +1 -0
  2436. package/dist/ionic/svg/people-sharp.svg +1 -0
  2437. package/dist/ionic/svg/people.svg +1 -0
  2438. package/dist/ionic/svg/person-add-outline.svg +1 -0
  2439. package/dist/ionic/svg/person-add-sharp.svg +1 -0
  2440. package/dist/ionic/svg/person-add.svg +1 -0
  2441. package/dist/ionic/svg/person-circle-outline.svg +1 -0
  2442. package/dist/ionic/svg/person-circle-sharp.svg +1 -0
  2443. package/dist/ionic/svg/person-circle.svg +1 -0
  2444. package/dist/ionic/svg/person-outline.svg +1 -0
  2445. package/dist/ionic/svg/person-remove-outline.svg +1 -0
  2446. package/dist/ionic/svg/person-remove-sharp.svg +1 -0
  2447. package/dist/ionic/svg/person-remove.svg +1 -0
  2448. package/dist/ionic/svg/person-sharp.svg +1 -0
  2449. package/dist/ionic/svg/person.svg +1 -0
  2450. package/dist/ionic/svg/phone-landscape-outline.svg +1 -0
  2451. package/dist/ionic/svg/phone-landscape-sharp.svg +1 -0
  2452. package/dist/ionic/svg/phone-landscape.svg +1 -0
  2453. package/dist/ionic/svg/phone-portrait-outline.svg +1 -0
  2454. package/dist/ionic/svg/phone-portrait-sharp.svg +1 -0
  2455. package/dist/ionic/svg/phone-portrait.svg +1 -0
  2456. package/dist/ionic/svg/pie-chart-outline.svg +1 -0
  2457. package/dist/ionic/svg/pie-chart-sharp.svg +1 -0
  2458. package/dist/ionic/svg/pie-chart.svg +1 -0
  2459. package/dist/ionic/svg/pin-outline.svg +1 -0
  2460. package/dist/ionic/svg/pin-sharp.svg +1 -0
  2461. package/dist/ionic/svg/pin.svg +1 -0
  2462. package/dist/ionic/svg/pint-outline.svg +1 -0
  2463. package/dist/ionic/svg/pint-sharp.svg +1 -0
  2464. package/dist/ionic/svg/pint.svg +1 -0
  2465. package/dist/ionic/svg/pizza-outline.svg +1 -0
  2466. package/dist/ionic/svg/pizza-sharp.svg +1 -0
  2467. package/dist/ionic/svg/pizza.svg +1 -0
  2468. package/dist/ionic/svg/planet-outline.svg +1 -0
  2469. package/dist/ionic/svg/planet-sharp.svg +1 -0
  2470. package/dist/ionic/svg/planet.svg +1 -0
  2471. package/dist/ionic/svg/play-back-circle-outline.svg +1 -0
  2472. package/dist/ionic/svg/play-back-circle-sharp.svg +1 -0
  2473. package/dist/ionic/svg/play-back-circle.svg +1 -0
  2474. package/dist/ionic/svg/play-back-outline.svg +1 -0
  2475. package/dist/ionic/svg/play-back-sharp.svg +1 -0
  2476. package/dist/ionic/svg/play-back.svg +1 -0
  2477. package/dist/ionic/svg/play-circle-outline.svg +1 -0
  2478. package/dist/ionic/svg/play-circle-sharp.svg +1 -0
  2479. package/dist/ionic/svg/play-circle.svg +1 -0
  2480. package/dist/ionic/svg/play-forward-circle-outline.svg +1 -0
  2481. package/dist/ionic/svg/play-forward-circle-sharp.svg +1 -0
  2482. package/dist/ionic/svg/play-forward-circle.svg +1 -0
  2483. package/dist/ionic/svg/play-forward-outline.svg +1 -0
  2484. package/dist/ionic/svg/play-forward-sharp.svg +1 -0
  2485. package/dist/ionic/svg/play-forward.svg +1 -0
  2486. package/dist/ionic/svg/play-outline.svg +1 -0
  2487. package/dist/ionic/svg/play-sharp.svg +1 -0
  2488. package/dist/ionic/svg/play-skip-back-circle-outline.svg +1 -0
  2489. package/dist/ionic/svg/play-skip-back-circle-sharp.svg +1 -0
  2490. package/dist/ionic/svg/play-skip-back-circle.svg +1 -0
  2491. package/dist/ionic/svg/play-skip-back-outline.svg +1 -0
  2492. package/dist/ionic/svg/play-skip-back-sharp.svg +1 -0
  2493. package/dist/ionic/svg/play-skip-back.svg +1 -0
  2494. package/dist/ionic/svg/play-skip-forward-circle-outline.svg +1 -0
  2495. package/dist/ionic/svg/play-skip-forward-circle-sharp.svg +1 -0
  2496. package/dist/ionic/svg/play-skip-forward-circle.svg +1 -0
  2497. package/dist/ionic/svg/play-skip-forward-outline.svg +1 -0
  2498. package/dist/ionic/svg/play-skip-forward-sharp.svg +1 -0
  2499. package/dist/ionic/svg/play-skip-forward.svg +1 -0
  2500. package/dist/ionic/svg/play.svg +1 -0
  2501. package/dist/ionic/svg/podium-outline.svg +1 -0
  2502. package/dist/ionic/svg/podium-sharp.svg +1 -0
  2503. package/dist/ionic/svg/podium.svg +1 -0
  2504. package/dist/ionic/svg/power-outline.svg +1 -0
  2505. package/dist/ionic/svg/power-sharp.svg +1 -0
  2506. package/dist/ionic/svg/power.svg +1 -0
  2507. package/dist/ionic/svg/pricetag-outline.svg +1 -0
  2508. package/dist/ionic/svg/pricetag-sharp.svg +1 -0
  2509. package/dist/ionic/svg/pricetag.svg +1 -0
  2510. package/dist/ionic/svg/pricetags-outline.svg +1 -0
  2511. package/dist/ionic/svg/pricetags-sharp.svg +1 -0
  2512. package/dist/ionic/svg/pricetags.svg +1 -0
  2513. package/dist/ionic/svg/print-outline.svg +1 -0
  2514. package/dist/ionic/svg/print-sharp.svg +1 -0
  2515. package/dist/ionic/svg/print.svg +1 -0
  2516. package/dist/ionic/svg/prism-outline.svg +1 -0
  2517. package/dist/ionic/svg/prism-sharp.svg +1 -0
  2518. package/dist/ionic/svg/prism.svg +1 -0
  2519. package/dist/ionic/svg/pulse-outline.svg +1 -0
  2520. package/dist/ionic/svg/pulse-sharp.svg +1 -0
  2521. package/dist/ionic/svg/pulse.svg +1 -0
  2522. package/dist/ionic/svg/push-outline.svg +1 -0
  2523. package/dist/ionic/svg/push-sharp.svg +1 -0
  2524. package/dist/ionic/svg/push.svg +1 -0
  2525. package/dist/ionic/svg/qr-code-outline.svg +1 -0
  2526. package/dist/ionic/svg/qr-code-sharp.svg +1 -0
  2527. package/dist/ionic/svg/qr-code.svg +1 -0
  2528. package/dist/ionic/svg/radio-button-off-outline.svg +1 -0
  2529. package/dist/ionic/svg/radio-button-off-sharp.svg +1 -0
  2530. package/dist/ionic/svg/radio-button-off.svg +1 -0
  2531. package/dist/ionic/svg/radio-button-on-outline.svg +1 -0
  2532. package/dist/ionic/svg/radio-button-on-sharp.svg +1 -0
  2533. package/dist/ionic/svg/radio-button-on.svg +1 -0
  2534. package/dist/ionic/svg/radio-outline.svg +1 -0
  2535. package/dist/ionic/svg/radio-sharp.svg +1 -0
  2536. package/dist/ionic/svg/radio.svg +1 -0
  2537. package/dist/ionic/svg/rainy-outline.svg +1 -0
  2538. package/dist/ionic/svg/rainy-sharp.svg +1 -0
  2539. package/dist/ionic/svg/rainy.svg +1 -0
  2540. package/dist/ionic/svg/reader-outline.svg +1 -0
  2541. package/dist/ionic/svg/reader-sharp.svg +1 -0
  2542. package/dist/ionic/svg/reader.svg +1 -0
  2543. package/dist/ionic/svg/receipt-outline.svg +1 -0
  2544. package/dist/ionic/svg/receipt-sharp.svg +1 -0
  2545. package/dist/ionic/svg/receipt.svg +1 -0
  2546. package/dist/ionic/svg/recording-outline.svg +1 -0
  2547. package/dist/ionic/svg/recording-sharp.svg +1 -0
  2548. package/dist/ionic/svg/recording.svg +1 -0
  2549. package/dist/ionic/svg/refresh-circle-outline.svg +1 -0
  2550. package/dist/ionic/svg/refresh-circle-sharp.svg +1 -0
  2551. package/dist/ionic/svg/refresh-circle.svg +1 -0
  2552. package/dist/ionic/svg/refresh-outline.svg +1 -0
  2553. package/dist/ionic/svg/refresh-sharp.svg +1 -0
  2554. package/dist/ionic/svg/refresh.svg +1 -0
  2555. package/dist/ionic/svg/reload-circle-outline.svg +1 -0
  2556. package/dist/ionic/svg/reload-circle-sharp.svg +1 -0
  2557. package/dist/ionic/svg/reload-circle.svg +1 -0
  2558. package/dist/ionic/svg/reload-outline.svg +1 -0
  2559. package/dist/ionic/svg/reload-sharp.svg +1 -0
  2560. package/dist/ionic/svg/reload.svg +1 -0
  2561. package/dist/ionic/svg/remove-circle-outline.svg +1 -0
  2562. package/dist/ionic/svg/remove-circle-sharp.svg +1 -0
  2563. package/dist/ionic/svg/remove-circle.svg +1 -0
  2564. package/dist/ionic/svg/remove-outline.svg +1 -0
  2565. package/dist/ionic/svg/remove-sharp.svg +1 -0
  2566. package/dist/ionic/svg/remove.svg +1 -0
  2567. package/dist/ionic/svg/reorder-four-outline.svg +1 -0
  2568. package/dist/ionic/svg/reorder-four-sharp.svg +1 -0
  2569. package/dist/ionic/svg/reorder-four.svg +1 -0
  2570. package/dist/ionic/svg/reorder-three-outline.svg +1 -0
  2571. package/dist/ionic/svg/reorder-three-sharp.svg +1 -0
  2572. package/dist/ionic/svg/reorder-three.svg +1 -0
  2573. package/dist/ionic/svg/reorder-two-outline.svg +1 -0
  2574. package/dist/ionic/svg/reorder-two-sharp.svg +1 -0
  2575. package/dist/ionic/svg/reorder-two.svg +1 -0
  2576. package/dist/ionic/svg/repeat-outline.svg +1 -0
  2577. package/dist/ionic/svg/repeat-sharp.svg +1 -0
  2578. package/dist/ionic/svg/repeat.svg +1 -0
  2579. package/dist/ionic/svg/resize-outline.svg +1 -0
  2580. package/dist/ionic/svg/resize-sharp.svg +1 -0
  2581. package/dist/ionic/svg/resize.svg +1 -0
  2582. package/dist/ionic/svg/restaurant-outline.svg +1 -0
  2583. package/dist/ionic/svg/restaurant-sharp.svg +1 -0
  2584. package/dist/ionic/svg/restaurant.svg +1 -0
  2585. package/dist/ionic/svg/return-down-back-outline.svg +1 -0
  2586. package/dist/ionic/svg/return-down-back-sharp.svg +1 -0
  2587. package/dist/ionic/svg/return-down-back.svg +1 -0
  2588. package/dist/ionic/svg/return-down-forward-outline.svg +1 -0
  2589. package/dist/ionic/svg/return-down-forward-sharp.svg +1 -0
  2590. package/dist/ionic/svg/return-down-forward.svg +1 -0
  2591. package/dist/ionic/svg/return-up-back-outline.svg +1 -0
  2592. package/dist/ionic/svg/return-up-back-sharp.svg +1 -0
  2593. package/dist/ionic/svg/return-up-back.svg +1 -0
  2594. package/dist/ionic/svg/return-up-forward-outline.svg +1 -0
  2595. package/dist/ionic/svg/return-up-forward-sharp.svg +1 -0
  2596. package/dist/ionic/svg/return-up-forward.svg +1 -0
  2597. package/dist/ionic/svg/ribbon-outline.svg +1 -0
  2598. package/dist/ionic/svg/ribbon-sharp.svg +1 -0
  2599. package/dist/ionic/svg/ribbon.svg +1 -0
  2600. package/dist/ionic/svg/rocket-outline.svg +1 -0
  2601. package/dist/ionic/svg/rocket-sharp.svg +1 -0
  2602. package/dist/ionic/svg/rocket.svg +1 -0
  2603. package/dist/ionic/svg/rose-outline.svg +1 -0
  2604. package/dist/ionic/svg/rose-sharp.svg +1 -0
  2605. package/dist/ionic/svg/rose.svg +1 -0
  2606. package/dist/ionic/svg/sad-outline.svg +1 -0
  2607. package/dist/ionic/svg/sad-sharp.svg +1 -0
  2608. package/dist/ionic/svg/sad.svg +1 -0
  2609. package/dist/ionic/svg/save-outline.svg +1 -0
  2610. package/dist/ionic/svg/save-sharp.svg +1 -0
  2611. package/dist/ionic/svg/save.svg +1 -0
  2612. package/dist/ionic/svg/scale-outline.svg +1 -0
  2613. package/dist/ionic/svg/scale-sharp.svg +1 -0
  2614. package/dist/ionic/svg/scale.svg +1 -0
  2615. package/dist/ionic/svg/scan-circle-outline.svg +1 -0
  2616. package/dist/ionic/svg/scan-circle-sharp.svg +1 -0
  2617. package/dist/ionic/svg/scan-circle.svg +1 -0
  2618. package/dist/ionic/svg/scan-outline.svg +1 -0
  2619. package/dist/ionic/svg/scan-sharp.svg +1 -0
  2620. package/dist/ionic/svg/scan.svg +1 -0
  2621. package/dist/ionic/svg/school-outline.svg +1 -0
  2622. package/dist/ionic/svg/school-sharp.svg +1 -0
  2623. package/dist/ionic/svg/school.svg +1 -0
  2624. package/dist/ionic/svg/search-circle-outline.svg +1 -0
  2625. package/dist/ionic/svg/search-circle-sharp.svg +1 -0
  2626. package/dist/ionic/svg/search-circle.svg +1 -0
  2627. package/dist/ionic/svg/search-outline.svg +1 -0
  2628. package/dist/ionic/svg/search-sharp.svg +1 -0
  2629. package/dist/ionic/svg/search.svg +1 -0
  2630. package/dist/ionic/svg/send-outline.svg +1 -0
  2631. package/dist/ionic/svg/send-sharp.svg +1 -0
  2632. package/dist/ionic/svg/send.svg +1 -0
  2633. package/dist/ionic/svg/server-outline.svg +1 -0
  2634. package/dist/ionic/svg/server-sharp.svg +1 -0
  2635. package/dist/ionic/svg/server.svg +1 -0
  2636. package/dist/ionic/svg/settings-outline.svg +1 -0
  2637. package/dist/ionic/svg/settings-sharp.svg +1 -0
  2638. package/dist/ionic/svg/settings.svg +1 -0
  2639. package/dist/ionic/svg/shapes-outline.svg +1 -0
  2640. package/dist/ionic/svg/shapes-sharp.svg +1 -0
  2641. package/dist/ionic/svg/shapes.svg +1 -0
  2642. package/dist/ionic/svg/share-outline.svg +1 -0
  2643. package/dist/ionic/svg/share-sharp.svg +1 -0
  2644. package/dist/ionic/svg/share-social-outline.svg +1 -0
  2645. package/dist/ionic/svg/share-social-sharp.svg +1 -0
  2646. package/dist/ionic/svg/share-social.svg +1 -0
  2647. package/dist/ionic/svg/share.svg +1 -0
  2648. package/dist/ionic/svg/shield-checkmark-outline.svg +1 -0
  2649. package/dist/ionic/svg/shield-checkmark-sharp.svg +1 -0
  2650. package/dist/ionic/svg/shield-checkmark.svg +1 -0
  2651. package/dist/ionic/svg/shield-half-outline.svg +1 -0
  2652. package/dist/ionic/svg/shield-half-sharp.svg +1 -0
  2653. package/dist/ionic/svg/shield-half.svg +1 -0
  2654. package/dist/ionic/svg/shield-outline.svg +1 -0
  2655. package/dist/ionic/svg/shield-sharp.svg +1 -0
  2656. package/dist/ionic/svg/shield.svg +1 -0
  2657. package/dist/ionic/svg/shirt-outline.svg +1 -0
  2658. package/dist/ionic/svg/shirt-sharp.svg +1 -0
  2659. package/dist/ionic/svg/shirt.svg +1 -0
  2660. package/dist/ionic/svg/shuffle-outline.svg +1 -0
  2661. package/dist/ionic/svg/shuffle-sharp.svg +1 -0
  2662. package/dist/ionic/svg/shuffle.svg +1 -0
  2663. package/dist/ionic/svg/skull-outline.svg +1 -0
  2664. package/dist/ionic/svg/skull-sharp.svg +1 -0
  2665. package/dist/ionic/svg/skull.svg +1 -0
  2666. package/dist/ionic/svg/snow-outline.svg +1 -0
  2667. package/dist/ionic/svg/snow-sharp.svg +1 -0
  2668. package/dist/ionic/svg/snow.svg +1 -0
  2669. package/dist/ionic/svg/sparkles-outline.svg +1 -0
  2670. package/dist/ionic/svg/sparkles-sharp.svg +1 -0
  2671. package/dist/ionic/svg/sparkles.svg +1 -0
  2672. package/dist/ionic/svg/speedometer-outline.svg +1 -0
  2673. package/dist/ionic/svg/speedometer-sharp.svg +1 -0
  2674. package/dist/ionic/svg/speedometer.svg +1 -0
  2675. package/dist/ionic/svg/square-outline.svg +1 -0
  2676. package/dist/ionic/svg/square-sharp.svg +1 -0
  2677. package/dist/ionic/svg/square.svg +1 -0
  2678. package/dist/ionic/svg/star-half-outline.svg +1 -0
  2679. package/dist/ionic/svg/star-half-sharp.svg +1 -0
  2680. package/dist/ionic/svg/star-half.svg +1 -0
  2681. package/dist/ionic/svg/star-outline.svg +1 -0
  2682. package/dist/ionic/svg/star-sharp.svg +1 -0
  2683. package/dist/ionic/svg/star.svg +1 -0
  2684. package/dist/ionic/svg/stats-chart-outline.svg +1 -0
  2685. package/dist/ionic/svg/stats-chart-sharp.svg +1 -0
  2686. package/dist/ionic/svg/stats-chart.svg +1 -0
  2687. package/dist/ionic/svg/stop-circle-outline.svg +1 -0
  2688. package/dist/ionic/svg/stop-circle-sharp.svg +1 -0
  2689. package/dist/ionic/svg/stop-circle.svg +1 -0
  2690. package/dist/ionic/svg/stop-outline.svg +1 -0
  2691. package/dist/ionic/svg/stop-sharp.svg +1 -0
  2692. package/dist/ionic/svg/stop.svg +1 -0
  2693. package/dist/ionic/svg/stopwatch-outline.svg +1 -0
  2694. package/dist/ionic/svg/stopwatch-sharp.svg +1 -0
  2695. package/dist/ionic/svg/stopwatch.svg +1 -0
  2696. package/dist/ionic/svg/storefront-outline.svg +1 -0
  2697. package/dist/ionic/svg/storefront-sharp.svg +1 -0
  2698. package/dist/ionic/svg/storefront.svg +1 -0
  2699. package/dist/ionic/svg/subway-outline.svg +1 -0
  2700. package/dist/ionic/svg/subway-sharp.svg +1 -0
  2701. package/dist/ionic/svg/subway.svg +1 -0
  2702. package/dist/ionic/svg/sunny-outline.svg +1 -0
  2703. package/dist/ionic/svg/sunny-sharp.svg +1 -0
  2704. package/dist/ionic/svg/sunny.svg +1 -0
  2705. package/dist/ionic/svg/swap-horizontal-outline.svg +1 -0
  2706. package/dist/ionic/svg/swap-horizontal-sharp.svg +1 -0
  2707. package/dist/ionic/svg/swap-horizontal.svg +1 -0
  2708. package/dist/ionic/svg/swap-vertical-outline.svg +1 -0
  2709. package/dist/ionic/svg/swap-vertical-sharp.svg +1 -0
  2710. package/dist/ionic/svg/swap-vertical.svg +1 -0
  2711. package/dist/ionic/svg/sync-circle-outline.svg +1 -0
  2712. package/dist/ionic/svg/sync-circle-sharp.svg +1 -0
  2713. package/dist/ionic/svg/sync-circle.svg +1 -0
  2714. package/dist/ionic/svg/sync-outline.svg +1 -0
  2715. package/dist/ionic/svg/sync-sharp.svg +1 -0
  2716. package/dist/ionic/svg/sync.svg +1 -0
  2717. package/dist/ionic/svg/tablet-landscape-outline.svg +1 -0
  2718. package/dist/ionic/svg/tablet-landscape-sharp.svg +1 -0
  2719. package/dist/ionic/svg/tablet-landscape.svg +1 -0
  2720. package/dist/ionic/svg/tablet-portrait-outline.svg +1 -0
  2721. package/dist/ionic/svg/tablet-portrait-sharp.svg +1 -0
  2722. package/dist/ionic/svg/tablet-portrait.svg +1 -0
  2723. package/dist/ionic/svg/telescope-outline.svg +1 -0
  2724. package/dist/ionic/svg/telescope-sharp.svg +1 -0
  2725. package/dist/ionic/svg/telescope.svg +1 -0
  2726. package/dist/ionic/svg/tennisball-outline.svg +1 -0
  2727. package/dist/ionic/svg/tennisball-sharp.svg +1 -0
  2728. package/dist/ionic/svg/tennisball.svg +1 -0
  2729. package/dist/ionic/svg/terminal-outline.svg +1 -0
  2730. package/dist/ionic/svg/terminal-sharp.svg +1 -0
  2731. package/dist/ionic/svg/terminal.svg +1 -0
  2732. package/dist/ionic/svg/text-outline.svg +1 -0
  2733. package/dist/ionic/svg/text-sharp.svg +1 -0
  2734. package/dist/ionic/svg/text.svg +1 -0
  2735. package/dist/ionic/svg/thermometer-outline.svg +1 -0
  2736. package/dist/ionic/svg/thermometer-sharp.svg +1 -0
  2737. package/dist/ionic/svg/thermometer.svg +1 -0
  2738. package/dist/ionic/svg/thumbs-down-outline.svg +1 -0
  2739. package/dist/ionic/svg/thumbs-down-sharp.svg +1 -0
  2740. package/dist/ionic/svg/thumbs-down.svg +1 -0
  2741. package/dist/ionic/svg/thumbs-up-outline.svg +1 -0
  2742. package/dist/ionic/svg/thumbs-up-sharp.svg +1 -0
  2743. package/dist/ionic/svg/thumbs-up.svg +1 -0
  2744. package/dist/ionic/svg/thunderstorm-outline.svg +1 -0
  2745. package/dist/ionic/svg/thunderstorm-sharp.svg +1 -0
  2746. package/dist/ionic/svg/thunderstorm.svg +1 -0
  2747. package/dist/ionic/svg/ticket-outline.svg +1 -0
  2748. package/dist/ionic/svg/ticket-sharp.svg +1 -0
  2749. package/dist/ionic/svg/ticket.svg +1 -0
  2750. package/dist/ionic/svg/time-outline.svg +1 -0
  2751. package/dist/ionic/svg/time-sharp.svg +1 -0
  2752. package/dist/ionic/svg/time.svg +1 -0
  2753. package/dist/ionic/svg/timer-outline.svg +1 -0
  2754. package/dist/ionic/svg/timer-sharp.svg +1 -0
  2755. package/dist/ionic/svg/timer.svg +1 -0
  2756. package/dist/ionic/svg/today-outline.svg +1 -0
  2757. package/dist/ionic/svg/today-sharp.svg +1 -0
  2758. package/dist/ionic/svg/today.svg +1 -0
  2759. package/dist/ionic/svg/toggle-outline.svg +1 -0
  2760. package/dist/ionic/svg/toggle-sharp.svg +1 -0
  2761. package/dist/ionic/svg/toggle.svg +1 -0
  2762. package/dist/ionic/svg/trail-sign-outline.svg +1 -0
  2763. package/dist/ionic/svg/trail-sign-sharp.svg +1 -0
  2764. package/dist/ionic/svg/trail-sign.svg +1 -0
  2765. package/dist/ionic/svg/train-outline.svg +1 -0
  2766. package/dist/ionic/svg/train-sharp.svg +1 -0
  2767. package/dist/ionic/svg/train.svg +1 -0
  2768. package/dist/ionic/svg/transgender-outline.svg +1 -0
  2769. package/dist/ionic/svg/transgender-sharp.svg +1 -0
  2770. package/dist/ionic/svg/transgender.svg +1 -0
  2771. package/dist/ionic/svg/trash-bin-outline.svg +1 -0
  2772. package/dist/ionic/svg/trash-bin-sharp.svg +1 -0
  2773. package/dist/ionic/svg/trash-bin.svg +1 -0
  2774. package/dist/ionic/svg/trash-outline.svg +1 -0
  2775. package/dist/ionic/svg/trash-sharp.svg +1 -0
  2776. package/dist/ionic/svg/trash.svg +1 -0
  2777. package/dist/ionic/svg/trending-down-outline.svg +1 -0
  2778. package/dist/ionic/svg/trending-down-sharp.svg +1 -0
  2779. package/dist/ionic/svg/trending-down.svg +1 -0
  2780. package/dist/ionic/svg/trending-up-outline.svg +1 -0
  2781. package/dist/ionic/svg/trending-up-sharp.svg +1 -0
  2782. package/dist/ionic/svg/trending-up.svg +1 -0
  2783. package/dist/ionic/svg/triangle-outline.svg +1 -0
  2784. package/dist/ionic/svg/triangle-sharp.svg +1 -0
  2785. package/dist/ionic/svg/triangle.svg +1 -0
  2786. package/dist/ionic/svg/trophy-outline.svg +1 -0
  2787. package/dist/ionic/svg/trophy-sharp.svg +1 -0
  2788. package/dist/ionic/svg/trophy.svg +1 -0
  2789. package/dist/ionic/svg/tv-outline.svg +1 -0
  2790. package/dist/ionic/svg/tv-sharp.svg +1 -0
  2791. package/dist/ionic/svg/tv.svg +1 -0
  2792. package/dist/ionic/svg/umbrella-outline.svg +1 -0
  2793. package/dist/ionic/svg/umbrella-sharp.svg +1 -0
  2794. package/dist/ionic/svg/umbrella.svg +1 -0
  2795. package/dist/ionic/svg/unlink-outline.svg +1 -0
  2796. package/dist/ionic/svg/unlink-sharp.svg +1 -0
  2797. package/dist/ionic/svg/unlink.svg +1 -0
  2798. package/dist/ionic/svg/videocam-off-outline.svg +1 -0
  2799. package/dist/ionic/svg/videocam-off-sharp.svg +1 -0
  2800. package/dist/ionic/svg/videocam-off.svg +1 -0
  2801. package/dist/ionic/svg/videocam-outline.svg +1 -0
  2802. package/dist/ionic/svg/videocam-sharp.svg +1 -0
  2803. package/dist/ionic/svg/videocam.svg +1 -0
  2804. package/dist/ionic/svg/volume-high-outline.svg +1 -0
  2805. package/dist/ionic/svg/volume-high-sharp.svg +1 -0
  2806. package/dist/ionic/svg/volume-high.svg +1 -0
  2807. package/dist/ionic/svg/volume-low-outline.svg +1 -0
  2808. package/dist/ionic/svg/volume-low-sharp.svg +1 -0
  2809. package/dist/ionic/svg/volume-low.svg +1 -0
  2810. package/dist/ionic/svg/volume-medium-outline.svg +1 -0
  2811. package/dist/ionic/svg/volume-medium-sharp.svg +1 -0
  2812. package/dist/ionic/svg/volume-medium.svg +1 -0
  2813. package/dist/ionic/svg/volume-mute-outline.svg +1 -0
  2814. package/dist/ionic/svg/volume-mute-sharp.svg +1 -0
  2815. package/dist/ionic/svg/volume-mute.svg +1 -0
  2816. package/dist/ionic/svg/volume-off-outline.svg +1 -0
  2817. package/dist/ionic/svg/volume-off-sharp.svg +1 -0
  2818. package/dist/ionic/svg/volume-off.svg +1 -0
  2819. package/dist/ionic/svg/walk-outline.svg +1 -0
  2820. package/dist/ionic/svg/walk-sharp.svg +1 -0
  2821. package/dist/ionic/svg/walk.svg +1 -0
  2822. package/dist/ionic/svg/wallet-outline.svg +1 -0
  2823. package/dist/ionic/svg/wallet-sharp.svg +1 -0
  2824. package/dist/ionic/svg/wallet.svg +1 -0
  2825. package/dist/ionic/svg/warning-outline.svg +1 -0
  2826. package/dist/ionic/svg/warning-sharp.svg +1 -0
  2827. package/dist/ionic/svg/warning.svg +1 -0
  2828. package/dist/ionic/svg/watch-outline.svg +1 -0
  2829. package/dist/ionic/svg/watch-sharp.svg +1 -0
  2830. package/dist/ionic/svg/watch.svg +1 -0
  2831. package/dist/ionic/svg/water-outline.svg +1 -0
  2832. package/dist/ionic/svg/water-sharp.svg +1 -0
  2833. package/dist/ionic/svg/water.svg +1 -0
  2834. package/dist/ionic/svg/wifi-outline.svg +1 -0
  2835. package/dist/ionic/svg/wifi-sharp.svg +1 -0
  2836. package/dist/ionic/svg/wifi.svg +1 -0
  2837. package/dist/ionic/svg/wine-outline.svg +1 -0
  2838. package/dist/ionic/svg/wine-sharp.svg +1 -0
  2839. package/dist/ionic/svg/wine.svg +1 -0
  2840. package/dist/ionic/svg/woman-outline.svg +1 -0
  2841. package/dist/ionic/svg/woman-sharp.svg +1 -0
  2842. package/dist/ionic/svg/woman.svg +1 -0
  2843. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +101 -0
  2844. package/dist/types/components/accordion/accordion.d.ts +81 -0
  2845. package/dist/types/components/accordion-group/accordion-group-interface.d.ts +7 -0
  2846. package/dist/types/components/accordion-group/accordion-group.d.ts +83 -0
  2847. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +27 -0
  2848. package/dist/types/components/action-sheet/action-sheet.d.ts +158 -0
  2849. package/dist/types/components/action-sheet/animations/ios.enter.d.ts +5 -0
  2850. package/dist/types/components/action-sheet/animations/ios.leave.d.ts +5 -0
  2851. package/dist/types/components/action-sheet/animations/md.enter.d.ts +5 -0
  2852. package/dist/types/components/action-sheet/animations/md.leave.d.ts +5 -0
  2853. package/dist/types/components/action-sheet/test/basic/fixture.d.ts +10 -0
  2854. package/dist/types/components/alert/alert-interface.d.ts +53 -0
  2855. package/dist/types/components/alert/alert.d.ts +191 -0
  2856. package/dist/types/components/alert/animations/ios.enter.d.ts +5 -0
  2857. package/dist/types/components/alert/animations/ios.leave.d.ts +5 -0
  2858. package/dist/types/components/alert/animations/md.enter.d.ts +5 -0
  2859. package/dist/types/components/alert/animations/md.leave.d.ts +5 -0
  2860. package/dist/types/components/app/app.d.ts +18 -0
  2861. package/dist/types/components/avatar/avatar.d.ts +4 -0
  2862. package/dist/types/components/back-button/back-button.d.ts +53 -0
  2863. package/dist/types/components/backdrop/backdrop.d.ts +25 -0
  2864. package/dist/types/components/badge/badge.d.ts +14 -0
  2865. package/dist/types/components/breadcrumb/breadcrumb-interface.d.ts +8 -0
  2866. package/dist/types/components/breadcrumb/breadcrumb.d.ts +100 -0
  2867. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +48 -0
  2868. package/dist/types/components/button/button.d.ts +128 -0
  2869. package/dist/types/components/buttons/buttons.d.ts +17 -0
  2870. package/dist/types/components/card/card.d.ts +68 -0
  2871. package/dist/types/components/card-content/card-content.d.ts +7 -0
  2872. package/dist/types/components/card-header/card-header.d.ts +20 -0
  2873. package/dist/types/components/card-subtitle/card-subtitle.d.ts +14 -0
  2874. package/dist/types/components/card-title/card-title.d.ts +14 -0
  2875. package/dist/types/components/checkbox/checkbox-interface.d.ts +8 -0
  2876. package/dist/types/components/checkbox/checkbox.d.ts +116 -0
  2877. package/dist/types/components/chip/chip.d.ts +22 -0
  2878. package/dist/types/components/col/col.d.ts +131 -0
  2879. package/dist/types/components/content/content-interface.d.ts +16 -0
  2880. package/dist/types/components/content/content.d.ts +140 -0
  2881. package/dist/types/components/datetime/datetime-interface.d.ts +29 -0
  2882. package/dist/types/components/datetime/datetime.d.ts +423 -0
  2883. package/dist/types/components/datetime/utils/comparison.d.ts +14 -0
  2884. package/dist/types/components/datetime/utils/data.d.ts +76 -0
  2885. package/dist/types/components/datetime/utils/format.d.ts +127 -0
  2886. package/dist/types/components/datetime/utils/helpers.d.ts +34 -0
  2887. package/dist/types/components/datetime/utils/manipulation.d.ts +116 -0
  2888. package/dist/types/components/datetime/utils/parse.d.ts +43 -0
  2889. package/dist/types/components/datetime/utils/state.d.ts +45 -0
  2890. package/dist/types/components/datetime-button/datetime-button.d.ts +72 -0
  2891. package/dist/types/components/fab/fab.d.ts +36 -0
  2892. package/dist/types/components/fab-button/fab-button.d.ts +100 -0
  2893. package/dist/types/components/fab-list/fab-list.d.ts +14 -0
  2894. package/dist/types/components/footer/footer.d.ts +33 -0
  2895. package/dist/types/components/footer/footer.utils.d.ts +1 -0
  2896. package/dist/types/components/grid/grid.d.ts +8 -0
  2897. package/dist/types/components/header/header.d.ts +37 -0
  2898. package/dist/types/components/header/header.utils.d.ts +25 -0
  2899. package/dist/types/components/img/img.d.ts +36 -0
  2900. package/dist/types/components/infinite-scroll/infinite-scroll-interface.d.ts +3 -0
  2901. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +61 -0
  2902. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +28 -0
  2903. package/dist/types/components/input/input-interface.d.ts +17 -0
  2904. package/dist/types/components/input/input.d.ts +325 -0
  2905. package/dist/types/components/input/input.utils.d.ts +1 -0
  2906. package/dist/types/components/item/item-interface.d.ts +1 -0
  2907. package/dist/types/components/item/item.d.ts +129 -0
  2908. package/dist/types/components/item-divider/item-divider.d.ts +27 -0
  2909. package/dist/types/components/item-group/item-group.d.ts +4 -0
  2910. package/dist/types/components/item-option/item-option.d.ts +61 -0
  2911. package/dist/types/components/item-options/item-options.d.ts +17 -0
  2912. package/dist/types/components/item-sliding/item-sliding-interface.d.ts +3 -0
  2913. package/dist/types/components/item-sliding/item-sliding.d.ts +82 -0
  2914. package/dist/types/components/item-sliding/test/test.utils.d.ts +2 -0
  2915. package/dist/types/components/label/label.d.ts +37 -0
  2916. package/dist/types/components/list/list.d.ts +23 -0
  2917. package/dist/types/components/list-header/list-header.d.ts +18 -0
  2918. package/dist/types/components/loading/animations/ios.enter.d.ts +5 -0
  2919. package/dist/types/components/loading/animations/ios.leave.d.ts +5 -0
  2920. package/dist/types/components/loading/animations/md.enter.d.ts +5 -0
  2921. package/dist/types/components/loading/animations/md.leave.d.ts +5 -0
  2922. package/dist/types/components/loading/loading-interface.d.ts +21 -0
  2923. package/dist/types/components/loading/loading.d.ts +162 -0
  2924. package/dist/types/components/menu/menu-interface.d.ts +39 -0
  2925. package/dist/types/components/menu/menu.d.ts +139 -0
  2926. package/dist/types/components/menu-button/menu-button.d.ts +41 -0
  2927. package/dist/types/components/menu-toggle/menu-toggle-util.d.ts +1 -0
  2928. package/dist/types/components/menu-toggle/menu-toggle.d.ts +27 -0
  2929. package/dist/types/components/modal/animations/ios.enter.d.ts +6 -0
  2930. package/dist/types/components/modal/animations/ios.leave.d.ts +6 -0
  2931. package/dist/types/components/modal/animations/md.enter.d.ts +6 -0
  2932. package/dist/types/components/modal/animations/md.leave.d.ts +6 -0
  2933. package/dist/types/components/modal/animations/sheet.d.ts +9 -0
  2934. package/dist/types/components/modal/gestures/sheet.d.ts +35 -0
  2935. package/dist/types/components/modal/gestures/swipe-to-close.d.ts +6 -0
  2936. package/dist/types/components/modal/gestures/utils.d.ts +75 -0
  2937. package/dist/types/components/modal/modal-interface.d.ts +40 -0
  2938. package/dist/types/components/modal/modal.d.ts +280 -0
  2939. package/dist/types/components/modal/test/fixtures.d.ts +10 -0
  2940. package/dist/types/components/modal/utils.d.ts +24 -0
  2941. package/dist/types/components/nav/constants.d.ts +5 -0
  2942. package/dist/types/components/nav/nav-interface.d.ts +59 -0
  2943. package/dist/types/components/nav/nav.d.ts +254 -0
  2944. package/dist/types/components/nav/view-controller.d.ts +22 -0
  2945. package/dist/types/components/nav-link/nav-link-utils.d.ts +4 -0
  2946. package/dist/types/components/nav-link/nav-link.d.ts +25 -0
  2947. package/dist/types/components/note/note.d.ts +14 -0
  2948. package/dist/types/components/picker/animations/ios.enter.d.ts +5 -0
  2949. package/dist/types/components/picker/animations/ios.leave.d.ts +5 -0
  2950. package/dist/types/components/picker/picker-interface.d.ts +49 -0
  2951. package/dist/types/components/picker/picker.d.ts +158 -0
  2952. package/dist/types/components/picker-column/picker-column.d.ts +46 -0
  2953. package/dist/types/components/picker-column/test/test.utils.d.ts +9 -0
  2954. package/dist/types/components/picker-column-internal/picker-column-internal-interfaces.d.ts +5 -0
  2955. package/dist/types/components/picker-column-internal/picker-column-internal.d.ts +98 -0
  2956. package/dist/types/components/picker-internal/picker-internal-interfaces.d.ts +8 -0
  2957. package/dist/types/components/picker-internal/picker-internal.d.ts +102 -0
  2958. package/dist/types/components/popover/animations/ios.enter.d.ts +5 -0
  2959. package/dist/types/components/popover/animations/ios.leave.d.ts +5 -0
  2960. package/dist/types/components/popover/animations/md.enter.d.ts +5 -0
  2961. package/dist/types/components/popover/animations/md.leave.d.ts +5 -0
  2962. package/dist/types/components/popover/popover-interface.d.ts +36 -0
  2963. package/dist/types/components/popover/popover.d.ts +294 -0
  2964. package/dist/types/components/popover/test/fixture.d.ts +8 -0
  2965. package/dist/types/components/popover/test/test.utils.d.ts +5 -0
  2966. package/dist/types/components/popover/utils.d.ts +89 -0
  2967. package/dist/types/components/progress-bar/progress-bar.d.ts +39 -0
  2968. package/dist/types/components/radio/radio.d.ts +104 -0
  2969. package/dist/types/components/radio-group/radio-group-interface.d.ts +8 -0
  2970. package/dist/types/components/radio-group/radio-group.d.ts +47 -0
  2971. package/dist/types/components/radio-group/test/fixtures.d.ts +8 -0
  2972. package/dist/types/components/range/range-interface.d.ts +19 -0
  2973. package/dist/types/components/range/range.d.ts +202 -0
  2974. package/dist/types/components/refresher/refresher-interface.d.ts +7 -0
  2975. package/dist/types/components/refresher/refresher.d.ts +136 -0
  2976. package/dist/types/components/refresher/refresher.utils.d.ts +10 -0
  2977. package/dist/types/components/refresher/test/test.utils.d.ts +13 -0
  2978. package/dist/types/components/refresher-content/refresher-content.d.ts +49 -0
  2979. package/dist/types/components/reorder/reorder.d.ts +9 -0
  2980. package/dist/types/components/reorder-group/reorder-group-interface.d.ts +9 -0
  2981. package/dist/types/components/reorder-group/reorder-group.d.ts +60 -0
  2982. package/dist/types/components/ripple-effect/ripple-effect.d.ts +23 -0
  2983. package/dist/types/components/route/route-interface.d.ts +5 -0
  2984. package/dist/types/components/route/route.d.ts +47 -0
  2985. package/dist/types/components/route-redirect/route-redirect.d.ts +36 -0
  2986. package/dist/types/components/router/router.d.ts +77 -0
  2987. package/dist/types/components/router/test/guards/test.utils.d.ts +11 -0
  2988. package/dist/types/components/router/utils/constants.d.ts +3 -0
  2989. package/dist/types/components/router/utils/debug.d.ts +3 -0
  2990. package/dist/types/components/router/utils/dom.d.ts +21 -0
  2991. package/dist/types/components/router/utils/interface.d.ts +57 -0
  2992. package/dist/types/components/router/utils/matching.d.ts +64 -0
  2993. package/dist/types/components/router/utils/parser.d.ts +25 -0
  2994. package/dist/types/components/router/utils/path.d.ts +19 -0
  2995. package/dist/types/components/router-link/router-link.d.ts +39 -0
  2996. package/dist/types/components/router-outlet/route-outlet.d.ts +48 -0
  2997. package/dist/types/components/row/row.d.ts +4 -0
  2998. package/dist/types/components/searchbar/searchbar-interface.d.ts +12 -0
  2999. package/dist/types/components/searchbar/searchbar.d.ts +241 -0
  3000. package/dist/types/components/segment/segment-interface.d.ts +9 -0
  3001. package/dist/types/components/segment/segment.d.ts +90 -0
  3002. package/dist/types/components/segment-button/segment-button-interface.d.ts +1 -0
  3003. package/dist/types/components/segment-button/segment-button.d.ts +49 -0
  3004. package/dist/types/components/select/select-interface.d.ts +9 -0
  3005. package/dist/types/components/select/select.d.ts +249 -0
  3006. package/dist/types/components/select-option/select-option.d.ts +14 -0
  3007. package/dist/types/components/select-popover/select-popover-interface.d.ts +10 -0
  3008. package/dist/types/components/select-popover/select-popover.d.ts +46 -0
  3009. package/dist/types/components/select-popover/test/fixtures.d.ts +16 -0
  3010. package/dist/types/components/skeleton-text/skeleton-text.d.ts +9 -0
  3011. package/dist/types/components/slides/IonicSlides.d.ts +1 -0
  3012. package/dist/types/components/spinner/spinner-configs.d.ts +111 -0
  3013. package/dist/types/components/spinner/spinner-interface.d.ts +20 -0
  3014. package/dist/types/components/spinner/spinner.d.ts +26 -0
  3015. package/dist/types/components/split-pane/split-pane.d.ts +37 -0
  3016. package/dist/types/components/tab/tab.d.ts +25 -0
  3017. package/dist/types/components/tab-bar/tab-bar-interface.d.ts +9 -0
  3018. package/dist/types/components/tab-bar/tab-bar.d.ts +34 -0
  3019. package/dist/types/components/tab-button/tab-button.d.ts +66 -0
  3020. package/dist/types/components/tabs/tabs-interface.d.ts +6 -0
  3021. package/dist/types/components/tabs/tabs.d.ts +61 -0
  3022. package/dist/types/components/text/text.d.ts +14 -0
  3023. package/dist/types/components/textarea/textarea-interface.d.ts +12 -0
  3024. package/dist/types/components/textarea/textarea.d.ts +279 -0
  3025. package/dist/types/components/thumbnail/thumbnail.d.ts +4 -0
  3026. package/dist/types/components/title/title.d.ts +25 -0
  3027. package/dist/types/components/toast/animations/ios.enter.d.ts +5 -0
  3028. package/dist/types/components/toast/animations/ios.leave.d.ts +5 -0
  3029. package/dist/types/components/toast/animations/md.enter.d.ts +5 -0
  3030. package/dist/types/components/toast/animations/md.leave.d.ts +5 -0
  3031. package/dist/types/components/toast/toast-interface.d.ts +33 -0
  3032. package/dist/types/components/toast/toast.d.ts +209 -0
  3033. package/dist/types/components/toggle/toggle-interface.d.ts +8 -0
  3034. package/dist/types/components/toggle/toggle.d.ts +122 -0
  3035. package/dist/types/components/toolbar/toolbar.d.ts +24 -0
  3036. package/dist/types/components.d.ts +7400 -0
  3037. package/dist/types/global/config.d.ts +13 -0
  3038. package/dist/types/global/ionic-global.d.ts +4 -0
  3039. package/dist/types/index.d.ts +15 -0
  3040. package/dist/types/interface.d.ts +173 -0
  3041. package/dist/types/stencil-public-runtime.d.ts +1640 -0
  3042. package/dist/types/utils/animation/animation-interface.d.ts +222 -0
  3043. package/dist/types/utils/animation/animation-utils.d.ts +15 -0
  3044. package/dist/types/utils/animation/animation.d.ts +2 -0
  3045. package/dist/types/utils/animation/cubic-bezier.d.ts +19 -0
  3046. package/dist/types/utils/browser/index.d.ts +24 -0
  3047. package/dist/types/utils/config.d.ts +184 -0
  3048. package/dist/types/utils/content/index.d.ts +45 -0
  3049. package/dist/types/utils/element-interface.d.ts +10 -0
  3050. package/dist/types/utils/floating-point/index.d.ts +34 -0
  3051. package/dist/types/utils/focus-visible.d.ts +4 -0
  3052. package/dist/types/utils/forms/form-controller.d.ts +15 -0
  3053. package/dist/types/utils/forms/index.d.ts +2 -0
  3054. package/dist/types/utils/forms/notch-controller.d.ts +24 -0
  3055. package/dist/types/utils/framework-delegate.d.ts +9 -0
  3056. package/dist/types/utils/gesture/button-active.d.ts +2 -0
  3057. package/dist/types/utils/gesture/gesture-controller.d.ts +61 -0
  3058. package/dist/types/utils/gesture/index.d.ts +41 -0
  3059. package/dist/types/utils/gesture/listener.d.ts +4 -0
  3060. package/dist/types/utils/gesture/pointer-events.d.ts +17 -0
  3061. package/dist/types/utils/gesture/recognizers.d.ts +7 -0
  3062. package/dist/types/utils/gesture/swipe-back.d.ts +2 -0
  3063. package/dist/types/utils/hardware-back-button.d.ts +14 -0
  3064. package/dist/types/utils/helpers.d.ts +125 -0
  3065. package/dist/types/utils/input-shims/hacks/common.d.ts +8 -0
  3066. package/dist/types/utils/input-shims/hacks/hide-caret.d.ts +1 -0
  3067. package/dist/types/utils/input-shims/hacks/input-blurring.d.ts +1 -0
  3068. package/dist/types/utils/input-shims/hacks/scroll-assist.d.ts +2 -0
  3069. package/dist/types/utils/input-shims/hacks/scroll-data.d.ts +7 -0
  3070. package/dist/types/utils/input-shims/hacks/scroll-padding.d.ts +30 -0
  3071. package/dist/types/utils/input-shims/input-shims.d.ts +2 -0
  3072. package/dist/types/utils/keyboard/keyboard-controller.d.ts +12 -0
  3073. package/dist/types/utils/keyboard/keyboard.d.ts +46 -0
  3074. package/dist/types/utils/logging/index.d.ts +16 -0
  3075. package/dist/types/utils/media.d.ts +2 -0
  3076. package/dist/types/utils/menu-controller/animations/base.d.ts +8 -0
  3077. package/dist/types/utils/menu-controller/animations/overlay.d.ts +8 -0
  3078. package/dist/types/utils/menu-controller/animations/push.d.ts +8 -0
  3079. package/dist/types/utils/menu-controller/animations/reveal.d.ts +8 -0
  3080. package/dist/types/utils/menu-controller/index.d.ts +22 -0
  3081. package/dist/types/utils/native/capacitor.d.ts +2 -0
  3082. package/dist/types/utils/native/haptic.d.ts +81 -0
  3083. package/dist/types/utils/native/keyboard.d.ts +34 -0
  3084. package/dist/types/utils/native/native-interface.d.ts +17 -0
  3085. package/dist/types/utils/native/status-bar.d.ts +16 -0
  3086. package/dist/types/utils/overlays-interface.d.ts +38 -0
  3087. package/dist/types/utils/overlays.d.ts +130 -0
  3088. package/dist/types/utils/platform.d.ts +27 -0
  3089. package/dist/types/utils/rtl/dir.d.ts +6 -0
  3090. package/dist/types/utils/rtl/index.d.ts +1 -0
  3091. package/dist/types/utils/sanitization/index.d.ts +9 -0
  3092. package/dist/types/utils/slot-mutation-controller.d.ts +13 -0
  3093. package/dist/types/utils/status-tap.d.ts +1 -0
  3094. package/dist/types/utils/tap-click/index.d.ts +2 -0
  3095. package/dist/types/utils/test/platform.utils.d.ts +82 -0
  3096. package/dist/types/utils/test/playwright/drag-element.d.ts +11 -0
  3097. package/dist/types/utils/test/playwright/generator.d.ts +22 -0
  3098. package/dist/types/utils/test/playwright/index.d.ts +8 -0
  3099. package/dist/types/utils/test/playwright/matchers/index.d.ts +8 -0
  3100. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEvent.d.ts +5 -0
  3101. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEventDetail.d.ts +5 -0
  3102. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEventTimes.d.ts +5 -0
  3103. package/dist/types/utils/test/playwright/page/event-spy.d.ts +42 -0
  3104. package/dist/types/utils/test/playwright/page/utils/get-snapshot-settings.d.ts +8 -0
  3105. package/dist/types/utils/test/playwright/page/utils/goto.d.ts +14 -0
  3106. package/dist/types/utils/test/playwright/page/utils/index.d.ts +7 -0
  3107. package/dist/types/utils/test/playwright/page/utils/locator.d.ts +23 -0
  3108. package/dist/types/utils/test/playwright/page/utils/set-content.d.ts +14 -0
  3109. package/dist/types/utils/test/playwright/page/utils/set-ion-viewport.d.ts +14 -0
  3110. package/dist/types/utils/test/playwright/page/utils/spy-on-event.d.ts +3 -0
  3111. package/dist/types/utils/test/playwright/page/utils/wait-for-changes.d.ts +8 -0
  3112. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +114 -0
  3113. package/dist/types/utils/test/playwright/playwright-page.d.ts +17 -0
  3114. package/dist/types/utils/test/playwright/testExpect.d.ts +21 -0
  3115. package/dist/types/utils/test/playwright/viewports/index.d.ts +12 -0
  3116. package/dist/types/utils/test/press-keys.d.ts +38 -0
  3117. package/dist/types/utils/theme.d.ts +10 -0
  3118. package/dist/types/utils/transition/index.d.ts +31 -0
  3119. package/dist/types/utils/transition/ios.transition.d.ts +4 -0
  3120. package/dist/types/utils/transition/md.transition.d.ts +3 -0
  3121. package/dist/types/utils/watch-options.d.ts +2 -0
  3122. package/hydrate/index.d.ts +218 -0
  3123. package/hydrate/index.js +35592 -0
  3124. package/hydrate/package.json +6 -0
  3125. package/loader/cdn.js +5 -0
  3126. package/loader/index.cjs.js +5 -0
  3127. package/loader/index.d.ts +21 -0
  3128. package/loader/index.es2017.js +5 -0
  3129. package/loader/index.js +6 -0
  3130. package/loader/package.json +11 -0
  3131. package/package.json +115 -0
@@ -0,0 +1,2507 @@
1
+ /*!
2
+ * (C) Ionic http://ionicframework.com - MIT License
3
+ */
4
+ 'use strict';
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return e;
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () {
16
+ return e[k];
17
+ }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n['default'] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ const NAMESPACE = 'ionic';
27
+
28
+ /**
29
+ * Virtual DOM patching algorithm based on Snabbdom by
30
+ * Simon Friis Vindum (@paldepind)
31
+ * Licensed under the MIT License
32
+ * https://github.com/snabbdom/snabbdom/blob/master/LICENSE
33
+ *
34
+ * Modified for Stencil's renderer and slot projection
35
+ */
36
+ let scopeId;
37
+ let contentRef;
38
+ let hostTagName;
39
+ let useNativeShadowDom = false;
40
+ let checkSlotFallbackVisibility = false;
41
+ let checkSlotRelocate = false;
42
+ let isSvgMode = false;
43
+ let queuePending = false;
44
+ const Build = {
45
+ isDev: false,
46
+ isBrowser: true,
47
+ isServer: false,
48
+ isTesting: false,
49
+ };
50
+ const getAssetPath = (path) => {
51
+ const assetUrl = new URL(path, plt.$resourcesUrl$);
52
+ return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
53
+ };
54
+ const createTime = (fnName, tagName = '') => {
55
+ {
56
+ return () => {
57
+ return;
58
+ };
59
+ }
60
+ };
61
+ const uniqueTime = (key, measureText) => {
62
+ {
63
+ return () => {
64
+ return;
65
+ };
66
+ }
67
+ };
68
+ const CONTENT_REF_ID = 'r';
69
+ const ORG_LOCATION_ID = 'o';
70
+ const SLOT_NODE_ID = 's';
71
+ const TEXT_NODE_ID = 't';
72
+ const HYDRATE_ID = 's-id';
73
+ const HYDRATED_STYLE_ID = 'sty-id';
74
+ const HYDRATE_CHILD_ID = 'c-id';
75
+ const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
76
+ const XLINK_NS = 'http://www.w3.org/1999/xlink';
77
+ /**
78
+ * Default style mode id
79
+ */
80
+ /**
81
+ * Reusable empty obj/array
82
+ * Don't add values to these!!
83
+ */
84
+ const EMPTY_OBJ = {};
85
+ /**
86
+ * Namespaces
87
+ */
88
+ const SVG_NS = 'http://www.w3.org/2000/svg';
89
+ const HTML_NS = 'http://www.w3.org/1999/xhtml';
90
+ const isDef = (v) => v != null;
91
+ /**
92
+ * Check whether a value is a 'complex type', defined here as an object or a
93
+ * function.
94
+ *
95
+ * @param o the value to check
96
+ * @returns whether it's a complex type or not
97
+ */
98
+ const isComplexType = (o) => {
99
+ // https://jsperf.com/typeof-fn-object/5
100
+ o = typeof o;
101
+ return o === 'object' || o === 'function';
102
+ };
103
+ /**
104
+ * Helper method for querying a `meta` tag that contains a nonce value
105
+ * out of a DOM's head.
106
+ *
107
+ * @param doc The DOM containing the `head` to query against
108
+ * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag
109
+ * exists or the tag has no content.
110
+ */
111
+ function queryNonceMetaTagContent(doc) {
112
+ var _a, _b, _c;
113
+ return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;
114
+ }
115
+ /**
116
+ * Production h() function based on Preact by
117
+ * Jason Miller (@developit)
118
+ * Licensed under the MIT License
119
+ * https://github.com/developit/preact/blob/master/LICENSE
120
+ *
121
+ * Modified for Stencil's compiler and vdom
122
+ */
123
+ // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, child?: d.ChildType): d.VNode;
124
+ // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, ...children: d.ChildType[]): d.VNode;
125
+ const h = (nodeName, vnodeData, ...children) => {
126
+ let child = null;
127
+ let key = null;
128
+ let slotName = null;
129
+ let simple = false;
130
+ let lastSimple = false;
131
+ const vNodeChildren = [];
132
+ const walk = (c) => {
133
+ for (let i = 0; i < c.length; i++) {
134
+ child = c[i];
135
+ if (Array.isArray(child)) {
136
+ walk(child);
137
+ }
138
+ else if (child != null && typeof child !== 'boolean') {
139
+ if ((simple = typeof nodeName !== 'function' && !isComplexType(child))) {
140
+ child = String(child);
141
+ }
142
+ if (simple && lastSimple) {
143
+ // If the previous child was simple (string), we merge both
144
+ vNodeChildren[vNodeChildren.length - 1].$text$ += child;
145
+ }
146
+ else {
147
+ // Append a new vNode, if it's text, we create a text vNode
148
+ vNodeChildren.push(simple ? newVNode(null, child) : child);
149
+ }
150
+ lastSimple = simple;
151
+ }
152
+ }
153
+ };
154
+ walk(children);
155
+ if (vnodeData) {
156
+ // normalize class / classname attributes
157
+ if (vnodeData.key) {
158
+ key = vnodeData.key;
159
+ }
160
+ if (vnodeData.name) {
161
+ slotName = vnodeData.name;
162
+ }
163
+ {
164
+ const classData = vnodeData.className || vnodeData.class;
165
+ if (classData) {
166
+ vnodeData.class =
167
+ typeof classData !== 'object'
168
+ ? classData
169
+ : Object.keys(classData)
170
+ .filter((k) => classData[k])
171
+ .join(' ');
172
+ }
173
+ }
174
+ }
175
+ if (typeof nodeName === 'function') {
176
+ // nodeName is a functional component
177
+ return nodeName(vnodeData === null ? {} : vnodeData, vNodeChildren, vdomFnUtils);
178
+ }
179
+ const vnode = newVNode(nodeName, null);
180
+ vnode.$attrs$ = vnodeData;
181
+ if (vNodeChildren.length > 0) {
182
+ vnode.$children$ = vNodeChildren;
183
+ }
184
+ {
185
+ vnode.$key$ = key;
186
+ }
187
+ {
188
+ vnode.$name$ = slotName;
189
+ }
190
+ return vnode;
191
+ };
192
+ /**
193
+ * A utility function for creating a virtual DOM node from a tag and some
194
+ * possible text content.
195
+ *
196
+ * @param tag the tag for this element
197
+ * @param text possible text content for the node
198
+ * @returns a newly-minted virtual DOM node
199
+ */
200
+ const newVNode = (tag, text) => {
201
+ const vnode = {
202
+ $flags$: 0,
203
+ $tag$: tag,
204
+ $text$: text,
205
+ $elm$: null,
206
+ $children$: null,
207
+ };
208
+ {
209
+ vnode.$attrs$ = null;
210
+ }
211
+ {
212
+ vnode.$key$ = null;
213
+ }
214
+ {
215
+ vnode.$name$ = null;
216
+ }
217
+ return vnode;
218
+ };
219
+ const Host = {};
220
+ /**
221
+ * Check whether a given node is a Host node or not
222
+ *
223
+ * @param node the virtual DOM node to check
224
+ * @returns whether it's a Host node or not
225
+ */
226
+ const isHost = (node) => node && node.$tag$ === Host;
227
+ /**
228
+ * Implementation of {@link d.FunctionalUtilities} for Stencil's VDom.
229
+ *
230
+ * Note that these functions convert from {@link d.VNode} to
231
+ * {@link d.ChildNode} to give functional component developers a friendly
232
+ * interface.
233
+ */
234
+ const vdomFnUtils = {
235
+ forEach: (children, cb) => children.map(convertToPublic).forEach(cb),
236
+ map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate),
237
+ };
238
+ /**
239
+ * Convert a {@link d.VNode} to a {@link d.ChildNode} in order to present a
240
+ * friendlier public interface (hence, 'convertToPublic').
241
+ *
242
+ * @param node the virtual DOM node to convert
243
+ * @returns a converted child node
244
+ */
245
+ const convertToPublic = (node) => ({
246
+ vattrs: node.$attrs$,
247
+ vchildren: node.$children$,
248
+ vkey: node.$key$,
249
+ vname: node.$name$,
250
+ vtag: node.$tag$,
251
+ vtext: node.$text$,
252
+ });
253
+ /**
254
+ * Convert a {@link d.ChildNode} back to an equivalent {@link d.VNode} in
255
+ * order to use the resulting object in the virtual DOM. The initial object was
256
+ * likely created as part of presenting a public API, so converting it back
257
+ * involved making it 'private' again (hence, `convertToPrivate`).
258
+ *
259
+ * @param node the child node to convert
260
+ * @returns a converted virtual DOM node
261
+ */
262
+ const convertToPrivate = (node) => {
263
+ if (typeof node.vtag === 'function') {
264
+ const vnodeData = Object.assign({}, node.vattrs);
265
+ if (node.vkey) {
266
+ vnodeData.key = node.vkey;
267
+ }
268
+ if (node.vname) {
269
+ vnodeData.name = node.vname;
270
+ }
271
+ return h(node.vtag, vnodeData, ...(node.vchildren || []));
272
+ }
273
+ const vnode = newVNode(node.vtag, node.vtext);
274
+ vnode.$attrs$ = node.vattrs;
275
+ vnode.$children$ = node.vchildren;
276
+ vnode.$key$ = node.vkey;
277
+ vnode.$name$ = node.vname;
278
+ return vnode;
279
+ };
280
+ const initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
281
+ const endHydrate = createTime('hydrateClient', tagName);
282
+ const shadowRoot = hostElm.shadowRoot;
283
+ const childRenderNodes = [];
284
+ const slotNodes = [];
285
+ const shadowRootNodes = shadowRoot ? [] : null;
286
+ const vnode = (hostRef.$vnode$ = newVNode(tagName, null));
287
+ if (!plt.$orgLocNodes$) {
288
+ initializeDocumentHydrate(doc.body, (plt.$orgLocNodes$ = new Map()));
289
+ }
290
+ hostElm[HYDRATE_ID] = hostId;
291
+ hostElm.removeAttribute(HYDRATE_ID);
292
+ clientHydrate(vnode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, hostElm, hostId);
293
+ childRenderNodes.map((c) => {
294
+ const orgLocationId = c.$hostId$ + '.' + c.$nodeId$;
295
+ const orgLocationNode = plt.$orgLocNodes$.get(orgLocationId);
296
+ const node = c.$elm$;
297
+ if (orgLocationNode && supportsShadow && orgLocationNode['s-en'] === '') {
298
+ orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);
299
+ }
300
+ if (!shadowRoot) {
301
+ node['s-hn'] = tagName;
302
+ if (orgLocationNode) {
303
+ node['s-ol'] = orgLocationNode;
304
+ node['s-ol']['s-nr'] = node;
305
+ }
306
+ }
307
+ plt.$orgLocNodes$.delete(orgLocationId);
308
+ });
309
+ if (shadowRoot) {
310
+ shadowRootNodes.map((shadowRootNode) => {
311
+ if (shadowRootNode) {
312
+ shadowRoot.appendChild(shadowRootNode);
313
+ }
314
+ });
315
+ }
316
+ endHydrate();
317
+ };
318
+ const clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node, hostId) => {
319
+ let childNodeType;
320
+ let childIdSplt;
321
+ let childVNode;
322
+ let i;
323
+ if (node.nodeType === 1 /* NODE_TYPE.ElementNode */) {
324
+ childNodeType = node.getAttribute(HYDRATE_CHILD_ID);
325
+ if (childNodeType) {
326
+ // got the node data from the element's attribute
327
+ // `${hostId}.${nodeId}.${depth}.${index}`
328
+ childIdSplt = childNodeType.split('.');
329
+ if (childIdSplt[0] === hostId || childIdSplt[0] === '0') {
330
+ childVNode = {
331
+ $flags$: 0,
332
+ $hostId$: childIdSplt[0],
333
+ $nodeId$: childIdSplt[1],
334
+ $depth$: childIdSplt[2],
335
+ $index$: childIdSplt[3],
336
+ $tag$: node.tagName.toLowerCase(),
337
+ $elm$: node,
338
+ $attrs$: null,
339
+ $children$: null,
340
+ $key$: null,
341
+ $name$: null,
342
+ $text$: null,
343
+ };
344
+ childRenderNodes.push(childVNode);
345
+ node.removeAttribute(HYDRATE_CHILD_ID);
346
+ // this is a new child vnode
347
+ // so ensure its parent vnode has the vchildren array
348
+ if (!parentVNode.$children$) {
349
+ parentVNode.$children$ = [];
350
+ }
351
+ // add our child vnode to a specific index of the vnode's children
352
+ parentVNode.$children$[childVNode.$index$] = childVNode;
353
+ // this is now the new parent vnode for all the next child checks
354
+ parentVNode = childVNode;
355
+ if (shadowRootNodes && childVNode.$depth$ === '0') {
356
+ shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
357
+ }
358
+ }
359
+ }
360
+ // recursively drill down, end to start so we can remove nodes
361
+ for (i = node.childNodes.length - 1; i >= 0; i--) {
362
+ clientHydrate(parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node.childNodes[i], hostId);
363
+ }
364
+ if (node.shadowRoot) {
365
+ // keep drilling down through the shadow root nodes
366
+ for (i = node.shadowRoot.childNodes.length - 1; i >= 0; i--) {
367
+ clientHydrate(parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node.shadowRoot.childNodes[i], hostId);
368
+ }
369
+ }
370
+ }
371
+ else if (node.nodeType === 8 /* NODE_TYPE.CommentNode */) {
372
+ // `${COMMENT_TYPE}.${hostId}.${nodeId}.${depth}.${index}`
373
+ childIdSplt = node.nodeValue.split('.');
374
+ if (childIdSplt[1] === hostId || childIdSplt[1] === '0') {
375
+ // comment node for either the host id or a 0 host id
376
+ childNodeType = childIdSplt[0];
377
+ childVNode = {
378
+ $flags$: 0,
379
+ $hostId$: childIdSplt[1],
380
+ $nodeId$: childIdSplt[2],
381
+ $depth$: childIdSplt[3],
382
+ $index$: childIdSplt[4],
383
+ $elm$: node,
384
+ $attrs$: null,
385
+ $children$: null,
386
+ $key$: null,
387
+ $name$: null,
388
+ $tag$: null,
389
+ $text$: null,
390
+ };
391
+ if (childNodeType === TEXT_NODE_ID) {
392
+ childVNode.$elm$ = node.nextSibling;
393
+ if (childVNode.$elm$ && childVNode.$elm$.nodeType === 3 /* NODE_TYPE.TextNode */) {
394
+ childVNode.$text$ = childVNode.$elm$.textContent;
395
+ childRenderNodes.push(childVNode);
396
+ // remove the text comment since it's no longer needed
397
+ node.remove();
398
+ if (!parentVNode.$children$) {
399
+ parentVNode.$children$ = [];
400
+ }
401
+ parentVNode.$children$[childVNode.$index$] = childVNode;
402
+ if (shadowRootNodes && childVNode.$depth$ === '0') {
403
+ shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
404
+ }
405
+ }
406
+ }
407
+ else if (childVNode.$hostId$ === hostId) {
408
+ // this comment node is specifcally for this host id
409
+ if (childNodeType === SLOT_NODE_ID) {
410
+ // `${SLOT_NODE_ID}.${hostId}.${nodeId}.${depth}.${index}.${slotName}`;
411
+ childVNode.$tag$ = 'slot';
412
+ if (childIdSplt[5]) {
413
+ node['s-sn'] = childVNode.$name$ = childIdSplt[5];
414
+ }
415
+ else {
416
+ node['s-sn'] = '';
417
+ }
418
+ node['s-sr'] = true;
419
+ if (shadowRootNodes) {
420
+ // browser support shadowRoot and this is a shadow dom component
421
+ // create an actual slot element
422
+ childVNode.$elm$ = doc.createElement(childVNode.$tag$);
423
+ if (childVNode.$name$) {
424
+ // add the slot name attribute
425
+ childVNode.$elm$.setAttribute('name', childVNode.$name$);
426
+ }
427
+ // insert the new slot element before the slot comment
428
+ node.parentNode.insertBefore(childVNode.$elm$, node);
429
+ // remove the slot comment since it's not needed for shadow
430
+ node.remove();
431
+ if (childVNode.$depth$ === '0') {
432
+ shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
433
+ }
434
+ }
435
+ slotNodes.push(childVNode);
436
+ if (!parentVNode.$children$) {
437
+ parentVNode.$children$ = [];
438
+ }
439
+ parentVNode.$children$[childVNode.$index$] = childVNode;
440
+ }
441
+ else if (childNodeType === CONTENT_REF_ID) {
442
+ // `${CONTENT_REF_ID}.${hostId}`;
443
+ if (shadowRootNodes) {
444
+ // remove the content ref comment since it's not needed for shadow
445
+ node.remove();
446
+ }
447
+ else {
448
+ hostElm['s-cr'] = node;
449
+ node['s-cn'] = true;
450
+ }
451
+ }
452
+ }
453
+ }
454
+ }
455
+ else if (parentVNode && parentVNode.$tag$ === 'style') {
456
+ const vnode = newVNode(null, node.textContent);
457
+ vnode.$elm$ = node;
458
+ vnode.$index$ = '0';
459
+ parentVNode.$children$ = [vnode];
460
+ }
461
+ };
462
+ const initializeDocumentHydrate = (node, orgLocNodes) => {
463
+ if (node.nodeType === 1 /* NODE_TYPE.ElementNode */) {
464
+ let i = 0;
465
+ for (; i < node.childNodes.length; i++) {
466
+ initializeDocumentHydrate(node.childNodes[i], orgLocNodes);
467
+ }
468
+ if (node.shadowRoot) {
469
+ for (i = 0; i < node.shadowRoot.childNodes.length; i++) {
470
+ initializeDocumentHydrate(node.shadowRoot.childNodes[i], orgLocNodes);
471
+ }
472
+ }
473
+ }
474
+ else if (node.nodeType === 8 /* NODE_TYPE.CommentNode */) {
475
+ const childIdSplt = node.nodeValue.split('.');
476
+ if (childIdSplt[0] === ORG_LOCATION_ID) {
477
+ orgLocNodes.set(childIdSplt[1] + '.' + childIdSplt[2], node);
478
+ node.nodeValue = '';
479
+ // useful to know if the original location is
480
+ // the root light-dom of a shadow dom component
481
+ node['s-en'] = childIdSplt[3];
482
+ }
483
+ }
484
+ };
485
+ // Private
486
+ const computeMode = (elm) => modeResolutionChain.map((h) => h(elm)).find((m) => !!m);
487
+ // Public
488
+ const setMode = (handler) => modeResolutionChain.push(handler);
489
+ const getMode = (ref) => getHostRef(ref).$modeName$;
490
+ /**
491
+ * Parse a new property value for a given property type.
492
+ *
493
+ * While the prop value can reasonably be expected to be of `any` type as far as TypeScript's type checker is concerned,
494
+ * it is not safe to assume that the string returned by evaluating `typeof propValue` matches:
495
+ * 1. `any`, the type given to `propValue` in the function signature
496
+ * 2. the type stored from `propType`.
497
+ *
498
+ * This function provides the capability to parse/coerce a property's value to potentially any other JavaScript type.
499
+ *
500
+ * Property values represented in TSX preserve their type information. In the example below, the number 0 is passed to
501
+ * a component. This `propValue` will preserve its type information (`typeof propValue === 'number'`). Note that is
502
+ * based on the type of the value being passed in, not the type declared of the class member decorated with `@Prop`.
503
+ * ```tsx
504
+ * <my-cmp prop-val={0}></my-cmp>
505
+ * ```
506
+ *
507
+ * HTML prop values on the other hand, will always a string
508
+ *
509
+ * @param propValue the new value to coerce to some type
510
+ * @param propType the type of the prop, expressed as a binary number
511
+ * @returns the parsed/coerced value
512
+ */
513
+ const parsePropertyValue = (propValue, propType) => {
514
+ // ensure this value is of the correct prop type
515
+ if (propValue != null && !isComplexType(propValue)) {
516
+ if (propType & 4 /* MEMBER_FLAGS.Boolean */) {
517
+ // per the HTML spec, any string value means it is a boolean true value
518
+ // but we'll cheat here and say that the string "false" is the boolean false
519
+ return propValue === 'false' ? false : propValue === '' || !!propValue;
520
+ }
521
+ if (propType & 2 /* MEMBER_FLAGS.Number */) {
522
+ // force it to be a number
523
+ return parseFloat(propValue);
524
+ }
525
+ if (propType & 1 /* MEMBER_FLAGS.String */) {
526
+ // could have been passed as a number or boolean
527
+ // but we still want it as a string
528
+ return String(propValue);
529
+ }
530
+ // redundant return here for better minification
531
+ return propValue;
532
+ }
533
+ // not sure exactly what type we want
534
+ // so no need to change to a different type
535
+ return propValue;
536
+ };
537
+ const getElement = (ref) => (getHostRef(ref).$hostElement$ );
538
+ const createEvent = (ref, name, flags) => {
539
+ const elm = getElement(ref);
540
+ return {
541
+ emit: (detail) => {
542
+ return emitEvent(elm, name, {
543
+ bubbles: !!(flags & 4 /* EVENT_FLAGS.Bubbles */),
544
+ composed: !!(flags & 2 /* EVENT_FLAGS.Composed */),
545
+ cancelable: !!(flags & 1 /* EVENT_FLAGS.Cancellable */),
546
+ detail,
547
+ });
548
+ },
549
+ };
550
+ };
551
+ /**
552
+ * Helper function to create & dispatch a custom Event on a provided target
553
+ * @param elm the target of the Event
554
+ * @param name the name to give the custom Event
555
+ * @param opts options for configuring a custom Event
556
+ * @returns the custom Event
557
+ */
558
+ const emitEvent = (elm, name, opts) => {
559
+ const ev = plt.ce(name, opts);
560
+ elm.dispatchEvent(ev);
561
+ return ev;
562
+ };
563
+ const rootAppliedStyles = /*@__PURE__*/ new WeakMap();
564
+ const registerStyle = (scopeId, cssText, allowCS) => {
565
+ let style = styles.get(scopeId);
566
+ if (supportsConstructableStylesheets && allowCS) {
567
+ style = (style || new CSSStyleSheet());
568
+ if (typeof style === 'string') {
569
+ style = cssText;
570
+ }
571
+ else {
572
+ style.replaceSync(cssText);
573
+ }
574
+ }
575
+ else {
576
+ style = cssText;
577
+ }
578
+ styles.set(scopeId, style);
579
+ };
580
+ const addStyle = (styleContainerNode, cmpMeta, mode, hostElm) => {
581
+ var _a;
582
+ let scopeId = getScopeId(cmpMeta, mode);
583
+ const style = styles.get(scopeId);
584
+ // if an element is NOT connected then getRootNode() will return the wrong root node
585
+ // so the fallback is to always use the document for the root node in those cases
586
+ styleContainerNode = styleContainerNode.nodeType === 11 /* NODE_TYPE.DocumentFragment */ ? styleContainerNode : doc;
587
+ if (style) {
588
+ if (typeof style === 'string') {
589
+ styleContainerNode = styleContainerNode.head || styleContainerNode;
590
+ let appliedStyles = rootAppliedStyles.get(styleContainerNode);
591
+ let styleElm;
592
+ if (!appliedStyles) {
593
+ rootAppliedStyles.set(styleContainerNode, (appliedStyles = new Set()));
594
+ }
595
+ if (!appliedStyles.has(scopeId)) {
596
+ if (styleContainerNode.host &&
597
+ (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId}"]`))) {
598
+ // This is only happening on native shadow-dom, do not needs CSS var shim
599
+ styleElm.innerHTML = style;
600
+ }
601
+ else {
602
+ // TODO(STENCIL-659): Remove code implementing the CSS variable shim
603
+ {
604
+ styleElm = doc.createElement('style');
605
+ styleElm.innerHTML = style;
606
+ }
607
+ // Apply CSP nonce to the style tag if it exists
608
+ const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
609
+ if (nonce != null) {
610
+ styleElm.setAttribute('nonce', nonce);
611
+ }
612
+ styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
613
+ }
614
+ if (appliedStyles) {
615
+ appliedStyles.add(scopeId);
616
+ }
617
+ }
618
+ }
619
+ else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
620
+ styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
621
+ }
622
+ }
623
+ return scopeId;
624
+ };
625
+ const attachStyles = (hostRef) => {
626
+ const cmpMeta = hostRef.$cmpMeta$;
627
+ const elm = hostRef.$hostElement$;
628
+ const flags = cmpMeta.$flags$;
629
+ const endAttachStyles = createTime('attachStyles', cmpMeta.$tagName$);
630
+ const scopeId = addStyle(elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(), cmpMeta, hostRef.$modeName$);
631
+ // TODO(STENCIL-662): Remove code related to deprecated shadowDomShim field
632
+ if (flags & 10 /* CMP_FLAGS.needsScopedEncapsulation */) {
633
+ // only required when we're NOT using native shadow dom (slot)
634
+ // or this browser doesn't support native shadow dom
635
+ // and this host element was NOT created with SSR
636
+ // let's pick out the inner content for slot projection
637
+ // create a node to represent where the original
638
+ // content was first placed, which is useful later on
639
+ // DOM WRITE!!
640
+ elm['s-sc'] = scopeId;
641
+ elm.classList.add(scopeId + '-h');
642
+ if (flags & 2 /* CMP_FLAGS.scopedCssEncapsulation */) {
643
+ elm.classList.add(scopeId + '-s');
644
+ }
645
+ }
646
+ endAttachStyles();
647
+ };
648
+ const getScopeId = (cmp, mode) => 'sc-' + (mode && cmp.$flags$ & 32 /* CMP_FLAGS.hasMode */ ? cmp.$tagName$ + '-' + mode : cmp.$tagName$);
649
+ const convertScopedToShadow = (css) => css.replace(/\/\*!@([^\/]+)\*\/[^\{]+\{/g, '$1{');
650
+ /**
651
+ * Production setAccessor() function based on Preact by
652
+ * Jason Miller (@developit)
653
+ * Licensed under the MIT License
654
+ * https://github.com/developit/preact/blob/master/LICENSE
655
+ *
656
+ * Modified for Stencil's compiler and vdom
657
+ */
658
+ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
659
+ if (oldValue !== newValue) {
660
+ let isProp = isMemberInElement(elm, memberName);
661
+ let ln = memberName.toLowerCase();
662
+ if (memberName === 'class') {
663
+ const classList = elm.classList;
664
+ const oldClasses = parseClassList(oldValue);
665
+ const newClasses = parseClassList(newValue);
666
+ classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
667
+ classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
668
+ }
669
+ else if (memberName === 'style') {
670
+ // update style attribute, css properties and values
671
+ {
672
+ for (const prop in oldValue) {
673
+ if (!newValue || newValue[prop] == null) {
674
+ if (prop.includes('-')) {
675
+ elm.style.removeProperty(prop);
676
+ }
677
+ else {
678
+ elm.style[prop] = '';
679
+ }
680
+ }
681
+ }
682
+ }
683
+ for (const prop in newValue) {
684
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
685
+ if (prop.includes('-')) {
686
+ elm.style.setProperty(prop, newValue[prop]);
687
+ }
688
+ else {
689
+ elm.style[prop] = newValue[prop];
690
+ }
691
+ }
692
+ }
693
+ }
694
+ else if (memberName === 'key')
695
+ ;
696
+ else if (memberName === 'ref') {
697
+ // minifier will clean this up
698
+ if (newValue) {
699
+ newValue(elm);
700
+ }
701
+ }
702
+ else if ((!isProp ) &&
703
+ memberName[0] === 'o' &&
704
+ memberName[1] === 'n') {
705
+ // Event Handlers
706
+ // so if the member name starts with "on" and the 3rd characters is
707
+ // a capital letter, and it's not already a member on the element,
708
+ // then we're assuming it's an event listener
709
+ if (memberName[2] === '-') {
710
+ // on- prefixed events
711
+ // allows to be explicit about the dom event to listen without any magic
712
+ // under the hood:
713
+ // <my-cmp on-click> // listens for "click"
714
+ // <my-cmp on-Click> // listens for "Click"
715
+ // <my-cmp on-ionChange> // listens for "ionChange"
716
+ // <my-cmp on-EVENTS> // listens for "EVENTS"
717
+ memberName = memberName.slice(3);
718
+ }
719
+ else if (isMemberInElement(win, ln)) {
720
+ // standard event
721
+ // the JSX attribute could have been "onMouseOver" and the
722
+ // member name "onmouseover" is on the window's prototype
723
+ // so let's add the listener "mouseover", which is all lowercased
724
+ memberName = ln.slice(2);
725
+ }
726
+ else {
727
+ // custom event
728
+ // the JSX attribute could have been "onMyCustomEvent"
729
+ // so let's trim off the "on" prefix and lowercase the first character
730
+ // and add the listener "myCustomEvent"
731
+ // except for the first character, we keep the event name case
732
+ memberName = ln[2] + memberName.slice(3);
733
+ }
734
+ if (oldValue) {
735
+ plt.rel(elm, memberName, oldValue, false);
736
+ }
737
+ if (newValue) {
738
+ plt.ael(elm, memberName, newValue, false);
739
+ }
740
+ }
741
+ else {
742
+ // Set property if it exists and it's not a SVG
743
+ const isComplex = isComplexType(newValue);
744
+ if ((isProp || (isComplex && newValue !== null)) && !isSvg) {
745
+ try {
746
+ if (!elm.tagName.includes('-')) {
747
+ const n = newValue == null ? '' : newValue;
748
+ // Workaround for Safari, moving the <input> caret when re-assigning the same valued
749
+ if (memberName === 'list') {
750
+ isProp = false;
751
+ }
752
+ else if (oldValue == null || elm[memberName] != n) {
753
+ elm[memberName] = n;
754
+ }
755
+ }
756
+ else {
757
+ elm[memberName] = newValue;
758
+ }
759
+ }
760
+ catch (e) { }
761
+ }
762
+ /**
763
+ * Need to manually update attribute if:
764
+ * - memberName is not an attribute
765
+ * - if we are rendering the host element in order to reflect attribute
766
+ * - if it's a SVG, since properties might not work in <svg>
767
+ * - if the newValue is null/undefined or 'false'.
768
+ */
769
+ let xlink = false;
770
+ {
771
+ if (ln !== (ln = ln.replace(/^xlink\:?/, ''))) {
772
+ memberName = ln;
773
+ xlink = true;
774
+ }
775
+ }
776
+ if (newValue == null || newValue === false) {
777
+ if (newValue !== false || elm.getAttribute(memberName) === '') {
778
+ if (xlink) {
779
+ elm.removeAttributeNS(XLINK_NS, memberName);
780
+ }
781
+ else {
782
+ elm.removeAttribute(memberName);
783
+ }
784
+ }
785
+ }
786
+ else if ((!isProp || flags & 4 /* VNODE_FLAGS.isHost */ || isSvg) && !isComplex) {
787
+ newValue = newValue === true ? '' : newValue;
788
+ if (xlink) {
789
+ elm.setAttributeNS(XLINK_NS, memberName, newValue);
790
+ }
791
+ else {
792
+ elm.setAttribute(memberName, newValue);
793
+ }
794
+ }
795
+ }
796
+ }
797
+ };
798
+ const parseClassListRegex = /\s/;
799
+ const parseClassList = (value) => (!value ? [] : value.split(parseClassListRegex));
800
+ const updateElement = (oldVnode, newVnode, isSvgMode, memberName) => {
801
+ // if the element passed in is a shadow root, which is a document fragment
802
+ // then we want to be adding attrs/props to the shadow root's "host" element
803
+ // if it's not a shadow root, then we add attrs/props to the same element
804
+ const elm = newVnode.$elm$.nodeType === 11 /* NODE_TYPE.DocumentFragment */ && newVnode.$elm$.host
805
+ ? newVnode.$elm$.host
806
+ : newVnode.$elm$;
807
+ const oldVnodeAttrs = (oldVnode && oldVnode.$attrs$) || EMPTY_OBJ;
808
+ const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
809
+ {
810
+ // remove attributes no longer present on the vnode by setting them to undefined
811
+ for (memberName in oldVnodeAttrs) {
812
+ if (!(memberName in newVnodeAttrs)) {
813
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], undefined, isSvgMode, newVnode.$flags$);
814
+ }
815
+ }
816
+ }
817
+ // add new & update changed attributes
818
+ for (memberName in newVnodeAttrs) {
819
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode, newVnode.$flags$);
820
+ }
821
+ };
822
+ /**
823
+ * Create a DOM Node corresponding to one of the children of a given VNode.
824
+ *
825
+ * @param oldParentVNode the parent VNode from the previous render
826
+ * @param newParentVNode the parent VNode from the current render
827
+ * @param childIndex the index of the VNode, in the _new_ parent node's
828
+ * children, for which we will create a new DOM node
829
+ * @param parentElm the parent DOM node which our new node will be a child of
830
+ * @returns the newly created node
831
+ */
832
+ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
833
+ // tslint:disable-next-line: prefer-const
834
+ const newVNode = newParentVNode.$children$[childIndex];
835
+ let i = 0;
836
+ let elm;
837
+ let childNode;
838
+ let oldVNode;
839
+ if (!useNativeShadowDom) {
840
+ // remember for later we need to check to relocate nodes
841
+ checkSlotRelocate = true;
842
+ if (newVNode.$tag$ === 'slot') {
843
+ if (scopeId) {
844
+ // scoped css needs to add its scoped id to the parent element
845
+ parentElm.classList.add(scopeId + '-s');
846
+ }
847
+ newVNode.$flags$ |= newVNode.$children$
848
+ ? // slot element has fallback content
849
+ 2 /* VNODE_FLAGS.isSlotFallback */
850
+ : // slot element does not have fallback content
851
+ 1 /* VNODE_FLAGS.isSlotReference */;
852
+ }
853
+ }
854
+ if (newVNode.$text$ !== null) {
855
+ // create text node
856
+ elm = newVNode.$elm$ = doc.createTextNode(newVNode.$text$);
857
+ }
858
+ else if (newVNode.$flags$ & 1 /* VNODE_FLAGS.isSlotReference */) {
859
+ // create a slot reference node
860
+ elm = newVNode.$elm$ =
861
+ doc.createTextNode('');
862
+ }
863
+ else {
864
+ if (!isSvgMode) {
865
+ isSvgMode = newVNode.$tag$ === 'svg';
866
+ }
867
+ // create element
868
+ elm = newVNode.$elm$ = (doc.createElementNS(isSvgMode ? SVG_NS : HTML_NS, newVNode.$flags$ & 2 /* VNODE_FLAGS.isSlotFallback */
869
+ ? 'slot-fb'
870
+ : newVNode.$tag$)
871
+ );
872
+ if (isSvgMode && newVNode.$tag$ === 'foreignObject') {
873
+ isSvgMode = false;
874
+ }
875
+ // add css classes, attrs, props, listeners, etc.
876
+ {
877
+ updateElement(null, newVNode, isSvgMode);
878
+ }
879
+ if (isDef(scopeId) && elm['s-si'] !== scopeId) {
880
+ // if there is a scopeId and this is the initial render
881
+ // then let's add the scopeId as a css class
882
+ elm.classList.add((elm['s-si'] = scopeId));
883
+ }
884
+ if (newVNode.$children$) {
885
+ for (i = 0; i < newVNode.$children$.length; ++i) {
886
+ // create the node
887
+ childNode = createElm(oldParentVNode, newVNode, i, elm);
888
+ // return node could have been null
889
+ if (childNode) {
890
+ // append our new node
891
+ elm.appendChild(childNode);
892
+ }
893
+ }
894
+ }
895
+ {
896
+ if (newVNode.$tag$ === 'svg') {
897
+ // Only reset the SVG context when we're exiting <svg> element
898
+ isSvgMode = false;
899
+ }
900
+ else if (elm.tagName === 'foreignObject') {
901
+ // Reenter SVG context when we're exiting <foreignObject> element
902
+ isSvgMode = true;
903
+ }
904
+ }
905
+ }
906
+ {
907
+ elm['s-hn'] = hostTagName;
908
+ if (newVNode.$flags$ & (2 /* VNODE_FLAGS.isSlotFallback */ | 1 /* VNODE_FLAGS.isSlotReference */)) {
909
+ // remember the content reference comment
910
+ elm['s-sr'] = true;
911
+ // remember the content reference comment
912
+ elm['s-cr'] = contentRef;
913
+ // remember the slot name, or empty string for default slot
914
+ elm['s-sn'] = newVNode.$name$ || '';
915
+ // check if we've got an old vnode for this slot
916
+ oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
917
+ if (oldVNode && oldVNode.$tag$ === newVNode.$tag$ && oldParentVNode.$elm$) {
918
+ // we've got an old slot vnode and the wrapper is being replaced
919
+ // so let's move the old slot content back to it's original location
920
+ putBackInOriginalLocation(oldParentVNode.$elm$, false);
921
+ }
922
+ }
923
+ }
924
+ return elm;
925
+ };
926
+ const putBackInOriginalLocation = (parentElm, recursive) => {
927
+ plt.$flags$ |= 1 /* PLATFORM_FLAGS.isTmpDisconnected */;
928
+ const oldSlotChildNodes = parentElm.childNodes;
929
+ for (let i = oldSlotChildNodes.length - 1; i >= 0; i--) {
930
+ const childNode = oldSlotChildNodes[i];
931
+ if (childNode['s-hn'] !== hostTagName && childNode['s-ol']) {
932
+ // // this child node in the old element is from another component
933
+ // // remove this node from the old slot's parent
934
+ // childNode.remove();
935
+ // and relocate it back to it's original location
936
+ parentReferenceNode(childNode).insertBefore(childNode, referenceNode(childNode));
937
+ // remove the old original location comment entirely
938
+ // later on the patch function will know what to do
939
+ // and move this to the correct spot in need be
940
+ childNode['s-ol'].remove();
941
+ childNode['s-ol'] = undefined;
942
+ checkSlotRelocate = true;
943
+ }
944
+ if (recursive) {
945
+ putBackInOriginalLocation(childNode, recursive);
946
+ }
947
+ }
948
+ plt.$flags$ &= ~1 /* PLATFORM_FLAGS.isTmpDisconnected */;
949
+ };
950
+ /**
951
+ * Create DOM nodes corresponding to a list of {@link d.Vnode} objects and
952
+ * add them to the DOM in the appropriate place.
953
+ *
954
+ * @param parentElm the DOM node which should be used as a parent for the new
955
+ * DOM nodes
956
+ * @param before a child of the `parentElm` which the new children should be
957
+ * inserted before (optional)
958
+ * @param parentVNode the parent virtual DOM node
959
+ * @param vnodes the new child virtual DOM nodes to produce DOM nodes for
960
+ * @param startIdx the index in the child virtual DOM nodes at which to start
961
+ * creating DOM nodes (inclusive)
962
+ * @param endIdx the index in the child virtual DOM nodes at which to stop
963
+ * creating DOM nodes (inclusive)
964
+ */
965
+ const addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
966
+ let containerElm = ((parentElm['s-cr'] && parentElm['s-cr'].parentNode) || parentElm);
967
+ let childNode;
968
+ if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
969
+ containerElm = containerElm.shadowRoot;
970
+ }
971
+ for (; startIdx <= endIdx; ++startIdx) {
972
+ if (vnodes[startIdx]) {
973
+ childNode = createElm(null, parentVNode, startIdx, parentElm);
974
+ if (childNode) {
975
+ vnodes[startIdx].$elm$ = childNode;
976
+ containerElm.insertBefore(childNode, referenceNode(before) );
977
+ }
978
+ }
979
+ }
980
+ };
981
+ /**
982
+ * Remove the DOM elements corresponding to a list of {@link d.VNode} objects.
983
+ * This can be used to, for instance, clean up after a list of children which
984
+ * should no longer be shown.
985
+ *
986
+ * This function also handles some of Stencil's slot relocation logic.
987
+ *
988
+ * @param vnodes a list of virtual DOM nodes to remove
989
+ * @param startIdx the index at which to start removing nodes (inclusive)
990
+ * @param endIdx the index at which to stop removing nodes (inclusive)
991
+ */
992
+ const removeVnodes = (vnodes, startIdx, endIdx) => {
993
+ for (let index = startIdx; index <= endIdx; ++index) {
994
+ const vnode = vnodes[index];
995
+ if (vnode) {
996
+ const elm = vnode.$elm$;
997
+ nullifyVNodeRefs(vnode);
998
+ if (elm) {
999
+ {
1000
+ // we're removing this element
1001
+ // so it's possible we need to show slot fallback content now
1002
+ checkSlotFallbackVisibility = true;
1003
+ if (elm['s-ol']) {
1004
+ // remove the original location comment
1005
+ elm['s-ol'].remove();
1006
+ }
1007
+ else {
1008
+ // it's possible that child nodes of the node
1009
+ // that's being removed are slot nodes
1010
+ putBackInOriginalLocation(elm, true);
1011
+ }
1012
+ }
1013
+ // remove the vnode's element from the dom
1014
+ elm.remove();
1015
+ }
1016
+ }
1017
+ }
1018
+ };
1019
+ /**
1020
+ * Reconcile the children of a new VNode with the children of an old VNode by
1021
+ * traversing the two collections of children, identifying nodes that are
1022
+ * conserved or changed, calling out to `patch` to make any necessary
1023
+ * updates to the DOM, and rearranging DOM nodes as needed.
1024
+ *
1025
+ * The algorithm for reconciling children works by analyzing two 'windows' onto
1026
+ * the two arrays of children (`oldCh` and `newCh`). We keep track of the
1027
+ * 'windows' by storing start and end indices and references to the
1028
+ * corresponding array entries. Initially the two 'windows' are basically equal
1029
+ * to the entire array, but we progressively narrow the windows until there are
1030
+ * no children left to update by doing the following:
1031
+ *
1032
+ * 1. Skip any `null` entries at the beginning or end of the two arrays, so
1033
+ * that if we have an initial array like the following we'll end up dealing
1034
+ * only with a window bounded by the highlighted elements:
1035
+ *
1036
+ * [null, null, VNode1 , ... , VNode2, null, null]
1037
+ * ^^^^^^ ^^^^^^
1038
+ *
1039
+ * 2. Check to see if the elements at the head and tail positions are equal
1040
+ * across the windows. This will basically detect elements which haven't
1041
+ * been added, removed, or changed position, i.e. if you had the following
1042
+ * VNode elements (represented as HTML):
1043
+ *
1044
+ * oldVNode: `<div><p><span>HEY</span></p></div>`
1045
+ * newVNode: `<div><p><span>THERE</span></p></div>`
1046
+ *
1047
+ * Then when comparing the children of the `<div>` tag we check the equality
1048
+ * of the VNodes corresponding to the `<p>` tags and, since they are the
1049
+ * same tag in the same position, we'd be able to avoid completely
1050
+ * re-rendering the subtree under them with a new DOM element and would just
1051
+ * call out to `patch` to handle reconciling their children and so on.
1052
+ *
1053
+ * 3. Check, for both windows, to see if the element at the beginning of the
1054
+ * window corresponds to the element at the end of the other window. This is
1055
+ * a heuristic which will let us identify _some_ situations in which
1056
+ * elements have changed position, for instance it _should_ detect that the
1057
+ * children nodes themselves have not changed but merely moved in the
1058
+ * following example:
1059
+ *
1060
+ * oldVNode: `<div><element-one /><element-two /></div>`
1061
+ * newVNode: `<div><element-two /><element-one /></div>`
1062
+ *
1063
+ * If we find cases like this then we also need to move the concrete DOM
1064
+ * elements corresponding to the moved children to write the re-order to the
1065
+ * DOM.
1066
+ *
1067
+ * 4. Finally, if VNodes have the `key` attribute set on them we check for any
1068
+ * nodes in the old children which have the same key as the first element in
1069
+ * our window on the new children. If we find such a node we handle calling
1070
+ * out to `patch`, moving relevant DOM nodes, and so on, in accordance with
1071
+ * what we find.
1072
+ *
1073
+ * Finally, once we've narrowed our 'windows' to the point that either of them
1074
+ * collapse (i.e. they have length 0) we then handle any remaining VNode
1075
+ * insertion or deletion that needs to happen to get a DOM state that correctly
1076
+ * reflects the new child VNodes. If, for instance, after our window on the old
1077
+ * children has collapsed we still have more nodes on the new children that
1078
+ * we haven't dealt with yet then we need to add them, or if the new children
1079
+ * collapse but we still have unhandled _old_ children then we need to make
1080
+ * sure the corresponding DOM nodes are removed.
1081
+ *
1082
+ * @param parentElm the node into which the parent VNode is rendered
1083
+ * @param oldCh the old children of the parent node
1084
+ * @param newVNode the new VNode which will replace the parent
1085
+ * @param newCh the new children of the parent node
1086
+ */
1087
+ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
1088
+ let oldStartIdx = 0;
1089
+ let newStartIdx = 0;
1090
+ let idxInOld = 0;
1091
+ let i = 0;
1092
+ let oldEndIdx = oldCh.length - 1;
1093
+ let oldStartVnode = oldCh[0];
1094
+ let oldEndVnode = oldCh[oldEndIdx];
1095
+ let newEndIdx = newCh.length - 1;
1096
+ let newStartVnode = newCh[0];
1097
+ let newEndVnode = newCh[newEndIdx];
1098
+ let node;
1099
+ let elmToMove;
1100
+ while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
1101
+ if (oldStartVnode == null) {
1102
+ // VNode might have been moved left
1103
+ oldStartVnode = oldCh[++oldStartIdx];
1104
+ }
1105
+ else if (oldEndVnode == null) {
1106
+ oldEndVnode = oldCh[--oldEndIdx];
1107
+ }
1108
+ else if (newStartVnode == null) {
1109
+ newStartVnode = newCh[++newStartIdx];
1110
+ }
1111
+ else if (newEndVnode == null) {
1112
+ newEndVnode = newCh[--newEndIdx];
1113
+ }
1114
+ else if (isSameVnode(oldStartVnode, newStartVnode)) {
1115
+ // if the start nodes are the same then we should patch the new VNode
1116
+ // onto the old one, and increment our `newStartIdx` and `oldStartIdx`
1117
+ // indices to reflect that. We don't need to move any DOM Nodes around
1118
+ // since things are matched up in order.
1119
+ patch(oldStartVnode, newStartVnode);
1120
+ oldStartVnode = oldCh[++oldStartIdx];
1121
+ newStartVnode = newCh[++newStartIdx];
1122
+ }
1123
+ else if (isSameVnode(oldEndVnode, newEndVnode)) {
1124
+ // likewise, if the end nodes are the same we patch new onto old and
1125
+ // decrement our end indices, and also likewise in this case we don't
1126
+ // need to move any DOM Nodes.
1127
+ patch(oldEndVnode, newEndVnode);
1128
+ oldEndVnode = oldCh[--oldEndIdx];
1129
+ newEndVnode = newCh[--newEndIdx];
1130
+ }
1131
+ else if (isSameVnode(oldStartVnode, newEndVnode)) {
1132
+ // case: "Vnode moved right"
1133
+ //
1134
+ // We've found that the last node in our window on the new children is
1135
+ // the same VNode as the _first_ node in our window on the old children
1136
+ // we're dealing with now. Visually, this is the layout of these two
1137
+ // nodes:
1138
+ //
1139
+ // newCh: [..., newStartVnode , ... , newEndVnode , ...]
1140
+ // ^^^^^^^^^^^
1141
+ // oldCh: [..., oldStartVnode , ... , oldEndVnode , ...]
1142
+ // ^^^^^^^^^^^^^
1143
+ //
1144
+ // In this situation we need to patch `newEndVnode` onto `oldStartVnode`
1145
+ // and move the DOM element for `oldStartVnode`.
1146
+ if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
1147
+ putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
1148
+ }
1149
+ patch(oldStartVnode, newEndVnode);
1150
+ // We need to move the element for `oldStartVnode` into a position which
1151
+ // will be appropriate for `newEndVnode`. For this we can use
1152
+ // `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
1153
+ // sibling for `oldEndVnode.$elm$` then we want to move the DOM node for
1154
+ // `oldStartVnode` between `oldEndVnode` and it's sibling, like so:
1155
+ //
1156
+ // <old-start-node />
1157
+ // <some-intervening-node />
1158
+ // <old-end-node />
1159
+ // <!-- -> <-- `oldStartVnode.$elm$` should be inserted here
1160
+ // <next-sibling />
1161
+ //
1162
+ // If instead `oldEndVnode.$elm$` has no sibling then we just want to put
1163
+ // the node for `oldStartVnode` at the end of the children of
1164
+ // `parentElm`. Luckily, `Node.nextSibling` will return `null` if there
1165
+ // aren't any siblings, and passing `null` to `Node.insertBefore` will
1166
+ // append it to the children of the parent element.
1167
+ parentElm.insertBefore(oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
1168
+ oldStartVnode = oldCh[++oldStartIdx];
1169
+ newEndVnode = newCh[--newEndIdx];
1170
+ }
1171
+ else if (isSameVnode(oldEndVnode, newStartVnode)) {
1172
+ // case: "Vnode moved left"
1173
+ //
1174
+ // We've found that the first node in our window on the new children is
1175
+ // the same VNode as the _last_ node in our window on the old children.
1176
+ // Visually, this is the layout of these two nodes:
1177
+ //
1178
+ // newCh: [..., newStartVnode , ... , newEndVnode , ...]
1179
+ // ^^^^^^^^^^^^^
1180
+ // oldCh: [..., oldStartVnode , ... , oldEndVnode , ...]
1181
+ // ^^^^^^^^^^^
1182
+ //
1183
+ // In this situation we need to patch `newStartVnode` onto `oldEndVnode`
1184
+ // (which will handle updating any changed attributes, reconciling their
1185
+ // children etc) but we also need to move the DOM node to which
1186
+ // `oldEndVnode` corresponds.
1187
+ if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
1188
+ putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
1189
+ }
1190
+ patch(oldEndVnode, newStartVnode);
1191
+ // We've already checked above if `oldStartVnode` and `newStartVnode` are
1192
+ // the same node, so since we're here we know that they are not. Thus we
1193
+ // can move the element for `oldEndVnode` _before_ the element for
1194
+ // `oldStartVnode`, leaving `oldStartVnode` to be reconciled in the
1195
+ // future.
1196
+ parentElm.insertBefore(oldEndVnode.$elm$, oldStartVnode.$elm$);
1197
+ oldEndVnode = oldCh[--oldEndIdx];
1198
+ newStartVnode = newCh[++newStartIdx];
1199
+ }
1200
+ else {
1201
+ // Here we do some checks to match up old and new nodes based on the
1202
+ // `$key$` attribute, which is set by putting a `key="my-key"` attribute
1203
+ // in the JSX for a DOM element in the implementation of a Stencil
1204
+ // component.
1205
+ //
1206
+ // First we check to see if there are any nodes in the array of old
1207
+ // children which have the same key as the first node in the new
1208
+ // children.
1209
+ idxInOld = -1;
1210
+ {
1211
+ for (i = oldStartIdx; i <= oldEndIdx; ++i) {
1212
+ if (oldCh[i] && oldCh[i].$key$ !== null && oldCh[i].$key$ === newStartVnode.$key$) {
1213
+ idxInOld = i;
1214
+ break;
1215
+ }
1216
+ }
1217
+ }
1218
+ if (idxInOld >= 0) {
1219
+ // We found a node in the old children which matches up with the first
1220
+ // node in the new children! So let's deal with that
1221
+ elmToMove = oldCh[idxInOld];
1222
+ if (elmToMove.$tag$ !== newStartVnode.$tag$) {
1223
+ // the tag doesn't match so we'll need a new DOM element
1224
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode, idxInOld, parentElm);
1225
+ }
1226
+ else {
1227
+ patch(elmToMove, newStartVnode);
1228
+ // invalidate the matching old node so that we won't try to update it
1229
+ // again later on
1230
+ oldCh[idxInOld] = undefined;
1231
+ node = elmToMove.$elm$;
1232
+ }
1233
+ newStartVnode = newCh[++newStartIdx];
1234
+ }
1235
+ else {
1236
+ // We either didn't find an element in the old children that matches
1237
+ // the key of the first new child OR the build is not using `key`
1238
+ // attributes at all. In either case we need to create a new element
1239
+ // for the new node.
1240
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode, newStartIdx, parentElm);
1241
+ newStartVnode = newCh[++newStartIdx];
1242
+ }
1243
+ if (node) {
1244
+ // if we created a new node then handle inserting it to the DOM
1245
+ {
1246
+ parentReferenceNode(oldStartVnode.$elm$).insertBefore(node, referenceNode(oldStartVnode.$elm$));
1247
+ }
1248
+ }
1249
+ }
1250
+ }
1251
+ if (oldStartIdx > oldEndIdx) {
1252
+ // we have some more new nodes to add which don't match up with old nodes
1253
+ addVnodes(parentElm, newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$, newVNode, newCh, newStartIdx, newEndIdx);
1254
+ }
1255
+ else if (newStartIdx > newEndIdx) {
1256
+ // there are nodes in the `oldCh` array which no longer correspond to nodes
1257
+ // in the new array, so lets remove them (which entails cleaning up the
1258
+ // relevant DOM nodes)
1259
+ removeVnodes(oldCh, oldStartIdx, oldEndIdx);
1260
+ }
1261
+ };
1262
+ /**
1263
+ * Compare two VNodes to determine if they are the same
1264
+ *
1265
+ * **NB**: This function is an equality _heuristic_ based on the available
1266
+ * information set on the two VNodes and can be misleading under certain
1267
+ * circumstances. In particular, if the two nodes do not have `key` attrs
1268
+ * (available under `$key$` on VNodes) then the function falls back on merely
1269
+ * checking that they have the same tag.
1270
+ *
1271
+ * So, in other words, if `key` attrs are not set on VNodes which may be
1272
+ * changing order within a `children` array or something along those lines then
1273
+ * we could obtain a false negative and then have to do needless re-rendering
1274
+ * (i.e. we'd say two VNodes aren't equal when in fact they should be).
1275
+ *
1276
+ * @param leftVNode the first VNode to check
1277
+ * @param rightVNode the second VNode to check
1278
+ * @returns whether they're equal or not
1279
+ */
1280
+ const isSameVnode = (leftVNode, rightVNode) => {
1281
+ // compare if two vnode to see if they're "technically" the same
1282
+ // need to have the same element tag, and same key to be the same
1283
+ if (leftVNode.$tag$ === rightVNode.$tag$) {
1284
+ if (leftVNode.$tag$ === 'slot') {
1285
+ return leftVNode.$name$ === rightVNode.$name$;
1286
+ }
1287
+ // this will be set if components in the build have `key` attrs set on them
1288
+ {
1289
+ return leftVNode.$key$ === rightVNode.$key$;
1290
+ }
1291
+ }
1292
+ return false;
1293
+ };
1294
+ const referenceNode = (node) => {
1295
+ // this node was relocated to a new location in the dom
1296
+ // because of some other component's slot
1297
+ // but we still have an html comment in place of where
1298
+ // it's original location was according to it's original vdom
1299
+ return (node && node['s-ol']) || node;
1300
+ };
1301
+ const parentReferenceNode = (node) => (node['s-ol'] ? node['s-ol'] : node).parentNode;
1302
+ /**
1303
+ * Handle reconciling an outdated VNode with a new one which corresponds to
1304
+ * it. This function handles flushing updates to the DOM and reconciling the
1305
+ * children of the two nodes (if any).
1306
+ *
1307
+ * @param oldVNode an old VNode whose DOM element and children we want to update
1308
+ * @param newVNode a new VNode representing an updated version of the old one
1309
+ */
1310
+ const patch = (oldVNode, newVNode) => {
1311
+ const elm = (newVNode.$elm$ = oldVNode.$elm$);
1312
+ const oldChildren = oldVNode.$children$;
1313
+ const newChildren = newVNode.$children$;
1314
+ const tag = newVNode.$tag$;
1315
+ const text = newVNode.$text$;
1316
+ let defaultHolder;
1317
+ if (text === null) {
1318
+ {
1319
+ // test if we're rendering an svg element, or still rendering nodes inside of one
1320
+ // only add this to the when the compiler sees we're using an svg somewhere
1321
+ isSvgMode = tag === 'svg' ? true : tag === 'foreignObject' ? false : isSvgMode;
1322
+ }
1323
+ {
1324
+ if (tag === 'slot')
1325
+ ;
1326
+ else {
1327
+ // either this is the first render of an element OR it's an update
1328
+ // AND we already know it's possible it could have changed
1329
+ // this updates the element's css classes, attrs, props, listeners, etc.
1330
+ updateElement(oldVNode, newVNode, isSvgMode);
1331
+ }
1332
+ }
1333
+ if (oldChildren !== null && newChildren !== null) {
1334
+ // looks like there's child vnodes for both the old and new vnodes
1335
+ // so we need to call `updateChildren` to reconcile them
1336
+ updateChildren(elm, oldChildren, newVNode, newChildren);
1337
+ }
1338
+ else if (newChildren !== null) {
1339
+ // no old child vnodes, but there are new child vnodes to add
1340
+ if (oldVNode.$text$ !== null) {
1341
+ // the old vnode was text, so be sure to clear it out
1342
+ elm.textContent = '';
1343
+ }
1344
+ // add the new vnode children
1345
+ addVnodes(elm, null, newVNode, newChildren, 0, newChildren.length - 1);
1346
+ }
1347
+ else if (oldChildren !== null) {
1348
+ // no new child vnodes, but there are old child vnodes to remove
1349
+ removeVnodes(oldChildren, 0, oldChildren.length - 1);
1350
+ }
1351
+ if (isSvgMode && tag === 'svg') {
1352
+ isSvgMode = false;
1353
+ }
1354
+ }
1355
+ else if ((defaultHolder = elm['s-cr'])) {
1356
+ // this element has slotted content
1357
+ defaultHolder.parentNode.textContent = text;
1358
+ }
1359
+ else if (oldVNode.$text$ !== text) {
1360
+ // update the text content for the text only vnode
1361
+ // and also only if the text is different than before
1362
+ elm.data = text;
1363
+ }
1364
+ };
1365
+ const updateFallbackSlotVisibility = (elm) => {
1366
+ // tslint:disable-next-line: prefer-const
1367
+ const childNodes = elm.childNodes;
1368
+ let childNode;
1369
+ let i;
1370
+ let ilen;
1371
+ let j;
1372
+ let slotNameAttr;
1373
+ let nodeType;
1374
+ for (i = 0, ilen = childNodes.length; i < ilen; i++) {
1375
+ childNode = childNodes[i];
1376
+ if (childNode.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1377
+ if (childNode['s-sr']) {
1378
+ // this is a slot fallback node
1379
+ // get the slot name for this slot reference node
1380
+ slotNameAttr = childNode['s-sn'];
1381
+ // by default always show a fallback slot node
1382
+ // then hide it if there are other slots in the light dom
1383
+ childNode.hidden = false;
1384
+ for (j = 0; j < ilen; j++) {
1385
+ nodeType = childNodes[j].nodeType;
1386
+ if (childNodes[j]['s-hn'] !== childNode['s-hn'] || slotNameAttr !== '') {
1387
+ // this sibling node is from a different component OR is a named fallback slot node
1388
+ if (nodeType === 1 /* NODE_TYPE.ElementNode */ && slotNameAttr === childNodes[j].getAttribute('slot')) {
1389
+ childNode.hidden = true;
1390
+ break;
1391
+ }
1392
+ }
1393
+ else {
1394
+ // this is a default fallback slot node
1395
+ // any element or text node (with content)
1396
+ // should hide the default fallback slot node
1397
+ if (nodeType === 1 /* NODE_TYPE.ElementNode */ ||
1398
+ (nodeType === 3 /* NODE_TYPE.TextNode */ && childNodes[j].textContent.trim() !== '')) {
1399
+ childNode.hidden = true;
1400
+ break;
1401
+ }
1402
+ }
1403
+ }
1404
+ }
1405
+ // keep drilling down
1406
+ updateFallbackSlotVisibility(childNode);
1407
+ }
1408
+ }
1409
+ };
1410
+ const relocateNodes = [];
1411
+ const relocateSlotContent = (elm) => {
1412
+ // tslint:disable-next-line: prefer-const
1413
+ let childNode;
1414
+ let node;
1415
+ let hostContentNodes;
1416
+ let slotNameAttr;
1417
+ let relocateNodeData;
1418
+ let j;
1419
+ let i = 0;
1420
+ const childNodes = elm.childNodes;
1421
+ const ilen = childNodes.length;
1422
+ for (; i < ilen; i++) {
1423
+ childNode = childNodes[i];
1424
+ if (childNode['s-sr'] && (node = childNode['s-cr']) && node.parentNode) {
1425
+ // first got the content reference comment node
1426
+ // then we got it's parent, which is where all the host content is in now
1427
+ hostContentNodes = node.parentNode.childNodes;
1428
+ slotNameAttr = childNode['s-sn'];
1429
+ for (j = hostContentNodes.length - 1; j >= 0; j--) {
1430
+ node = hostContentNodes[j];
1431
+ if (!node['s-cn'] && !node['s-nr'] && node['s-hn'] !== childNode['s-hn']) {
1432
+ // let's do some relocating to its new home
1433
+ // but never relocate a content reference node
1434
+ // that is suppose to always represent the original content location
1435
+ if (isNodeLocatedInSlot(node, slotNameAttr)) {
1436
+ // it's possible we've already decided to relocate this node
1437
+ relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1438
+ // made some changes to slots
1439
+ // let's make sure we also double check
1440
+ // fallbacks are correctly hidden or shown
1441
+ checkSlotFallbackVisibility = true;
1442
+ node['s-sn'] = node['s-sn'] || slotNameAttr;
1443
+ if (relocateNodeData) {
1444
+ // previously we never found a slot home for this node
1445
+ // but turns out we did, so let's remember it now
1446
+ relocateNodeData.$slotRefNode$ = childNode;
1447
+ }
1448
+ else {
1449
+ // add to our list of nodes to relocate
1450
+ relocateNodes.push({
1451
+ $slotRefNode$: childNode,
1452
+ $nodeToRelocate$: node,
1453
+ });
1454
+ }
1455
+ if (node['s-sr']) {
1456
+ relocateNodes.map((relocateNode) => {
1457
+ if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node['s-sn'])) {
1458
+ relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1459
+ if (relocateNodeData && !relocateNode.$slotRefNode$) {
1460
+ relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
1461
+ }
1462
+ }
1463
+ });
1464
+ }
1465
+ }
1466
+ else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {
1467
+ // so far this element does not have a slot home, not setting slotRefNode on purpose
1468
+ // if we never find a home for this element then we'll need to hide it
1469
+ relocateNodes.push({
1470
+ $nodeToRelocate$: node,
1471
+ });
1472
+ }
1473
+ }
1474
+ }
1475
+ }
1476
+ if (childNode.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1477
+ relocateSlotContent(childNode);
1478
+ }
1479
+ }
1480
+ };
1481
+ const isNodeLocatedInSlot = (nodeToRelocate, slotNameAttr) => {
1482
+ if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1483
+ if (nodeToRelocate.getAttribute('slot') === null && slotNameAttr === '') {
1484
+ return true;
1485
+ }
1486
+ if (nodeToRelocate.getAttribute('slot') === slotNameAttr) {
1487
+ return true;
1488
+ }
1489
+ return false;
1490
+ }
1491
+ if (nodeToRelocate['s-sn'] === slotNameAttr) {
1492
+ return true;
1493
+ }
1494
+ return slotNameAttr === '';
1495
+ };
1496
+ /**
1497
+ * 'Nullify' any VDom `ref` callbacks on a VDom node or its children by
1498
+ * calling them with `null`. This signals that the DOM element corresponding to
1499
+ * the VDom node has been removed from the DOM.
1500
+ *
1501
+ * @param vNode a virtual DOM node
1502
+ */
1503
+ const nullifyVNodeRefs = (vNode) => {
1504
+ {
1505
+ vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
1506
+ vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
1507
+ }
1508
+ };
1509
+ /**
1510
+ * The main entry point for Stencil's virtual DOM-based rendering engine
1511
+ *
1512
+ * Given a {@link d.HostRef} container and some virtual DOM nodes, this
1513
+ * function will handle creating a virtual DOM tree with a single root, patching
1514
+ * the current virtual DOM tree onto an old one (if any), dealing with slot
1515
+ * relocation, and reflecting attributes.
1516
+ *
1517
+ * @param hostRef data needed to root and render the virtual DOM tree, such as
1518
+ * the DOM node into which it should be rendered.
1519
+ * @param renderFnResults the virtual DOM nodes to be rendered
1520
+ */
1521
+ const renderVdom = (hostRef, renderFnResults) => {
1522
+ const hostElm = hostRef.$hostElement$;
1523
+ const cmpMeta = hostRef.$cmpMeta$;
1524
+ const oldVNode = hostRef.$vnode$ || newVNode(null, null);
1525
+ const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
1526
+ hostTagName = hostElm.tagName;
1527
+ if (cmpMeta.$attrsToReflect$) {
1528
+ rootVnode.$attrs$ = rootVnode.$attrs$ || {};
1529
+ cmpMeta.$attrsToReflect$.map(([propName, attribute]) => (rootVnode.$attrs$[attribute] = hostElm[propName]));
1530
+ }
1531
+ rootVnode.$tag$ = null;
1532
+ rootVnode.$flags$ |= 4 /* VNODE_FLAGS.isHost */;
1533
+ hostRef.$vnode$ = rootVnode;
1534
+ rootVnode.$elm$ = oldVNode.$elm$ = (hostElm.shadowRoot || hostElm );
1535
+ {
1536
+ scopeId = hostElm['s-sc'];
1537
+ }
1538
+ {
1539
+ contentRef = hostElm['s-cr'];
1540
+ useNativeShadowDom = (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) !== 0;
1541
+ // always reset
1542
+ checkSlotFallbackVisibility = false;
1543
+ }
1544
+ // synchronous patch
1545
+ patch(oldVNode, rootVnode);
1546
+ {
1547
+ // while we're moving nodes around existing nodes, temporarily disable
1548
+ // the disconnectCallback from working
1549
+ plt.$flags$ |= 1 /* PLATFORM_FLAGS.isTmpDisconnected */;
1550
+ if (checkSlotRelocate) {
1551
+ relocateSlotContent(rootVnode.$elm$);
1552
+ let relocateData;
1553
+ let nodeToRelocate;
1554
+ let orgLocationNode;
1555
+ let parentNodeRef;
1556
+ let insertBeforeNode;
1557
+ let refNode;
1558
+ let i = 0;
1559
+ for (; i < relocateNodes.length; i++) {
1560
+ relocateData = relocateNodes[i];
1561
+ nodeToRelocate = relocateData.$nodeToRelocate$;
1562
+ if (!nodeToRelocate['s-ol']) {
1563
+ // add a reference node marking this node's original location
1564
+ // keep a reference to this node for later lookups
1565
+ orgLocationNode =
1566
+ doc.createTextNode('');
1567
+ orgLocationNode['s-nr'] = nodeToRelocate;
1568
+ nodeToRelocate.parentNode.insertBefore((nodeToRelocate['s-ol'] = orgLocationNode), nodeToRelocate);
1569
+ }
1570
+ }
1571
+ for (i = 0; i < relocateNodes.length; i++) {
1572
+ relocateData = relocateNodes[i];
1573
+ nodeToRelocate = relocateData.$nodeToRelocate$;
1574
+ if (relocateData.$slotRefNode$) {
1575
+ // by default we're just going to insert it directly
1576
+ // after the slot reference node
1577
+ parentNodeRef = relocateData.$slotRefNode$.parentNode;
1578
+ insertBeforeNode = relocateData.$slotRefNode$.nextSibling;
1579
+ orgLocationNode = nodeToRelocate['s-ol'];
1580
+ while ((orgLocationNode = orgLocationNode.previousSibling)) {
1581
+ refNode = orgLocationNode['s-nr'];
1582
+ if (refNode && refNode['s-sn'] === nodeToRelocate['s-sn'] && parentNodeRef === refNode.parentNode) {
1583
+ refNode = refNode.nextSibling;
1584
+ if (!refNode || !refNode['s-nr']) {
1585
+ insertBeforeNode = refNode;
1586
+ break;
1587
+ }
1588
+ }
1589
+ }
1590
+ if ((!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode) ||
1591
+ nodeToRelocate.nextSibling !== insertBeforeNode) {
1592
+ // we've checked that it's worth while to relocate
1593
+ // since that the node to relocate
1594
+ // has a different next sibling or parent relocated
1595
+ if (nodeToRelocate !== insertBeforeNode) {
1596
+ if (!nodeToRelocate['s-hn'] && nodeToRelocate['s-ol']) {
1597
+ // probably a component in the index.html that doesn't have it's hostname set
1598
+ nodeToRelocate['s-hn'] = nodeToRelocate['s-ol'].parentNode.nodeName;
1599
+ }
1600
+ // add it back to the dom but in its new home
1601
+ parentNodeRef.insertBefore(nodeToRelocate, insertBeforeNode);
1602
+ }
1603
+ }
1604
+ }
1605
+ else {
1606
+ // this node doesn't have a slot home to go to, so let's hide it
1607
+ if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1608
+ nodeToRelocate.hidden = true;
1609
+ }
1610
+ }
1611
+ }
1612
+ }
1613
+ if (checkSlotFallbackVisibility) {
1614
+ updateFallbackSlotVisibility(rootVnode.$elm$);
1615
+ }
1616
+ // done moving nodes around
1617
+ // allow the disconnect callback to work again
1618
+ plt.$flags$ &= ~1 /* PLATFORM_FLAGS.isTmpDisconnected */;
1619
+ // always reset
1620
+ relocateNodes.length = 0;
1621
+ }
1622
+ };
1623
+ const attachToAncestor = (hostRef, ancestorComponent) => {
1624
+ if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
1625
+ ancestorComponent['s-p'].push(new Promise((r) => (hostRef.$onRenderResolve$ = r)));
1626
+ }
1627
+ };
1628
+ const scheduleUpdate = (hostRef, isInitialLoad) => {
1629
+ {
1630
+ hostRef.$flags$ |= 16 /* HOST_FLAGS.isQueuedForUpdate */;
1631
+ }
1632
+ if (hostRef.$flags$ & 4 /* HOST_FLAGS.isWaitingForChildren */) {
1633
+ hostRef.$flags$ |= 512 /* HOST_FLAGS.needsRerender */;
1634
+ return;
1635
+ }
1636
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$);
1637
+ // there is no ancestor component or the ancestor component
1638
+ // has already fired off its lifecycle update then
1639
+ // fire off the initial update
1640
+ const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
1641
+ return writeTask(dispatch) ;
1642
+ };
1643
+ /**
1644
+ * Dispatch initial-render and update lifecycle hooks, enqueuing calls to
1645
+ * component lifecycle methods like `componentWillLoad` as well as
1646
+ * {@link updateComponent}, which will kick off the virtual DOM re-render.
1647
+ *
1648
+ * @param hostRef a reference to a host DOM node
1649
+ * @param isInitialLoad whether we're on the initial load or not
1650
+ * @returns an empty Promise which is used to enqueue a series of operations for
1651
+ * the component
1652
+ */
1653
+ const dispatchHooks = (hostRef, isInitialLoad) => {
1654
+ const endSchedule = createTime('scheduleUpdate', hostRef.$cmpMeta$.$tagName$);
1655
+ const instance = hostRef.$lazyInstance$ ;
1656
+ // We're going to use this variable together with `enqueue` to implement a
1657
+ // little promise-based queue. We start out with it `undefined`. When we add
1658
+ // the first function to the queue we'll set this variable to be that
1659
+ // function's return value. When we attempt to add subsequent values to the
1660
+ // queue we'll check that value and, if it was a `Promise`, we'll then chain
1661
+ // the new function off of that `Promise` using `.then()`. This will give our
1662
+ // queue two nice properties:
1663
+ //
1664
+ // 1. If all functions added to the queue are synchronous they'll be called
1665
+ // synchronously right away.
1666
+ // 2. If all functions added to the queue are asynchronous they'll all be
1667
+ // called in order after `dispatchHooks` exits.
1668
+ let maybePromise;
1669
+ if (isInitialLoad) {
1670
+ {
1671
+ hostRef.$flags$ |= 256 /* HOST_FLAGS.isListenReady */;
1672
+ if (hostRef.$queuedListeners$) {
1673
+ hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
1674
+ hostRef.$queuedListeners$ = undefined;
1675
+ }
1676
+ }
1677
+ {
1678
+ // If `componentWillLoad` returns a `Promise` then we want to wait on
1679
+ // whatever's going on in that `Promise` before we launch into
1680
+ // rendering the component, doing other lifecycle stuff, etc. So
1681
+ // in that case we assign the returned promise to the variable we
1682
+ // declared above to hold a possible 'queueing' Promise
1683
+ maybePromise = safeCall(instance, 'componentWillLoad');
1684
+ }
1685
+ }
1686
+ {
1687
+ maybePromise = enqueue(maybePromise, () => safeCall(instance, 'componentWillRender'));
1688
+ }
1689
+ endSchedule();
1690
+ return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
1691
+ };
1692
+ /**
1693
+ * This function uses a Promise to implement a simple first-in, first-out queue
1694
+ * of functions to be called.
1695
+ *
1696
+ * The queue is ordered on the basis of the first argument. If it's
1697
+ * `undefined`, then nothing is on the queue yet, so the provided function can
1698
+ * be called synchronously (although note that this function may return a
1699
+ * `Promise`). The idea is that then the return value of that enqueueing
1700
+ * operation is kept around, so that if it was a `Promise` then subsequent
1701
+ * functions can be enqueued by calling this function again with that `Promise`
1702
+ * as the first argument.
1703
+ *
1704
+ * @param maybePromise either a `Promise` which should resolve before the next function is called or an 'empty' sentinel
1705
+ * @param fn a function to enqueue
1706
+ * @returns either a `Promise` or the return value of the provided function
1707
+ */
1708
+ const enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn) : fn();
1709
+ /**
1710
+ * Check that a value is a `Promise`. To check, we first see if the value is an
1711
+ * instance of the `Promise` global. In a few circumstances, in particular if
1712
+ * the global has been overwritten, this is could be misleading, so we also do
1713
+ * a little 'duck typing' check to see if the `.then` property of the value is
1714
+ * defined and a function.
1715
+ *
1716
+ * @param maybePromise it might be a promise!
1717
+ * @returns whether it is or not
1718
+ */
1719
+ const isPromisey = (maybePromise) => maybePromise instanceof Promise ||
1720
+ (maybePromise && maybePromise.then && typeof maybePromise.then === 'function');
1721
+ const updateComponent = async (hostRef, instance, isInitialLoad) => {
1722
+ var _a;
1723
+ const elm = hostRef.$hostElement$;
1724
+ const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
1725
+ const rc = elm['s-rc'];
1726
+ if (isInitialLoad) {
1727
+ // DOM WRITE!
1728
+ attachStyles(hostRef);
1729
+ }
1730
+ const endRender = createTime('render', hostRef.$cmpMeta$.$tagName$);
1731
+ {
1732
+ callRender(hostRef, instance);
1733
+ }
1734
+ if (rc) {
1735
+ // ok, so turns out there are some child host elements
1736
+ // waiting on this parent element to load
1737
+ // let's fire off all update callbacks waiting
1738
+ rc.map((cb) => cb());
1739
+ elm['s-rc'] = undefined;
1740
+ }
1741
+ endRender();
1742
+ endUpdate();
1743
+ {
1744
+ const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
1745
+ const postUpdate = () => postUpdateComponent(hostRef);
1746
+ if (childrenPromises.length === 0) {
1747
+ postUpdate();
1748
+ }
1749
+ else {
1750
+ Promise.all(childrenPromises).then(postUpdate);
1751
+ hostRef.$flags$ |= 4 /* HOST_FLAGS.isWaitingForChildren */;
1752
+ childrenPromises.length = 0;
1753
+ }
1754
+ }
1755
+ };
1756
+ const callRender = (hostRef, instance, elm) => {
1757
+ try {
1758
+ instance = instance.render && instance.render();
1759
+ {
1760
+ hostRef.$flags$ &= ~16 /* HOST_FLAGS.isQueuedForUpdate */;
1761
+ }
1762
+ {
1763
+ hostRef.$flags$ |= 2 /* HOST_FLAGS.hasRendered */;
1764
+ }
1765
+ {
1766
+ {
1767
+ // looks like we've got child nodes to render into this host element
1768
+ // or we need to update the css class/attrs on the host element
1769
+ // DOM WRITE!
1770
+ {
1771
+ renderVdom(hostRef, instance);
1772
+ }
1773
+ }
1774
+ }
1775
+ }
1776
+ catch (e) {
1777
+ consoleError(e, hostRef.$hostElement$);
1778
+ }
1779
+ return null;
1780
+ };
1781
+ const postUpdateComponent = (hostRef) => {
1782
+ const tagName = hostRef.$cmpMeta$.$tagName$;
1783
+ const elm = hostRef.$hostElement$;
1784
+ const endPostUpdate = createTime('postUpdate', tagName);
1785
+ const instance = hostRef.$lazyInstance$ ;
1786
+ const ancestorComponent = hostRef.$ancestorComponent$;
1787
+ {
1788
+ safeCall(instance, 'componentDidRender');
1789
+ }
1790
+ if (!(hostRef.$flags$ & 64 /* HOST_FLAGS.hasLoadedComponent */)) {
1791
+ hostRef.$flags$ |= 64 /* HOST_FLAGS.hasLoadedComponent */;
1792
+ {
1793
+ // DOM WRITE!
1794
+ addHydratedFlag(elm);
1795
+ }
1796
+ {
1797
+ safeCall(instance, 'componentDidLoad');
1798
+ }
1799
+ endPostUpdate();
1800
+ {
1801
+ hostRef.$onReadyResolve$(elm);
1802
+ if (!ancestorComponent) {
1803
+ appDidLoad();
1804
+ }
1805
+ }
1806
+ }
1807
+ else {
1808
+ {
1809
+ safeCall(instance, 'componentDidUpdate');
1810
+ }
1811
+ endPostUpdate();
1812
+ }
1813
+ {
1814
+ hostRef.$onInstanceResolve$(elm);
1815
+ }
1816
+ // load events fire from bottom to top
1817
+ // the deepest elements load first then bubbles up
1818
+ {
1819
+ if (hostRef.$onRenderResolve$) {
1820
+ hostRef.$onRenderResolve$();
1821
+ hostRef.$onRenderResolve$ = undefined;
1822
+ }
1823
+ if (hostRef.$flags$ & 512 /* HOST_FLAGS.needsRerender */) {
1824
+ nextTick(() => scheduleUpdate(hostRef, false));
1825
+ }
1826
+ hostRef.$flags$ &= ~(4 /* HOST_FLAGS.isWaitingForChildren */ | 512 /* HOST_FLAGS.needsRerender */);
1827
+ }
1828
+ // ( •_•)
1829
+ // ( •_•)>⌐■-■
1830
+ // (⌐■_■)
1831
+ };
1832
+ const forceUpdate = (ref) => {
1833
+ {
1834
+ const hostRef = getHostRef(ref);
1835
+ const isConnected = hostRef.$hostElement$.isConnected;
1836
+ if (isConnected &&
1837
+ (hostRef.$flags$ & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
1838
+ scheduleUpdate(hostRef, false);
1839
+ }
1840
+ // Returns "true" when the forced update was successfully scheduled
1841
+ return isConnected;
1842
+ }
1843
+ };
1844
+ const appDidLoad = (who) => {
1845
+ // on appload
1846
+ // we have finish the first big initial render
1847
+ {
1848
+ addHydratedFlag(doc.documentElement);
1849
+ }
1850
+ nextTick(() => emitEvent(win, 'appload', { detail: { namespace: NAMESPACE } }));
1851
+ };
1852
+ const safeCall = (instance, method, arg) => {
1853
+ if (instance && instance[method]) {
1854
+ try {
1855
+ return instance[method](arg);
1856
+ }
1857
+ catch (e) {
1858
+ consoleError(e);
1859
+ }
1860
+ }
1861
+ return undefined;
1862
+ };
1863
+ const addHydratedFlag = (elm) => elm.classList.add('hydrated')
1864
+ ;
1865
+ const getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
1866
+ const setValue = (ref, propName, newVal, cmpMeta) => {
1867
+ // check our new property value against our internal value
1868
+ const hostRef = getHostRef(ref);
1869
+ const elm = hostRef.$hostElement$ ;
1870
+ const oldVal = hostRef.$instanceValues$.get(propName);
1871
+ const flags = hostRef.$flags$;
1872
+ const instance = hostRef.$lazyInstance$ ;
1873
+ newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
1874
+ // explicitly check for NaN on both sides, as `NaN === NaN` is always false
1875
+ const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
1876
+ const didValueChange = newVal !== oldVal && !areBothNaN;
1877
+ if ((!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) || oldVal === undefined) && didValueChange) {
1878
+ // gadzooks! the property's value has changed!!
1879
+ // set our new value!
1880
+ hostRef.$instanceValues$.set(propName, newVal);
1881
+ if (instance) {
1882
+ // get an array of method names of watch functions to call
1883
+ if (cmpMeta.$watchers$ && flags & 128 /* HOST_FLAGS.isWatchReady */) {
1884
+ const watchMethods = cmpMeta.$watchers$[propName];
1885
+ if (watchMethods) {
1886
+ // this instance is watching for when this property changed
1887
+ watchMethods.map((watchMethodName) => {
1888
+ try {
1889
+ // fire off each of the watch methods that are watching this property
1890
+ instance[watchMethodName](newVal, oldVal, propName);
1891
+ }
1892
+ catch (e) {
1893
+ consoleError(e, elm);
1894
+ }
1895
+ });
1896
+ }
1897
+ }
1898
+ if ((flags & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
1899
+ // looks like this value actually changed, so we've got work to do!
1900
+ // but only if we've already rendered, otherwise just chill out
1901
+ // queue that we need to do an update, but don't worry about queuing
1902
+ // up millions cuz this function ensures it only runs once
1903
+ scheduleUpdate(hostRef, false);
1904
+ }
1905
+ }
1906
+ }
1907
+ };
1908
+ /**
1909
+ * Attach a series of runtime constructs to a compiled Stencil component
1910
+ * constructor, including getters and setters for the `@Prop` and `@State`
1911
+ * decorators, callbacks for when attributes change, and so on.
1912
+ *
1913
+ * @param Cstr the constructor for a component that we need to process
1914
+ * @param cmpMeta metadata collected previously about the component
1915
+ * @param flags a number used to store a series of bit flags
1916
+ * @returns a reference to the same constructor passed in (but now mutated)
1917
+ */
1918
+ const proxyComponent = (Cstr, cmpMeta, flags) => {
1919
+ if (cmpMeta.$members$) {
1920
+ if (Cstr.watchers) {
1921
+ cmpMeta.$watchers$ = Cstr.watchers;
1922
+ }
1923
+ // It's better to have a const than two Object.entries()
1924
+ const members = Object.entries(cmpMeta.$members$);
1925
+ const prototype = Cstr.prototype;
1926
+ members.map(([memberName, [memberFlags]]) => {
1927
+ if ((memberFlags & 31 /* MEMBER_FLAGS.Prop */ ||
1928
+ ((flags & 2 /* PROXY_FLAGS.proxyState */) && memberFlags & 32 /* MEMBER_FLAGS.State */))) {
1929
+ // proxyComponent - prop
1930
+ Object.defineProperty(prototype, memberName, {
1931
+ get() {
1932
+ // proxyComponent, get value
1933
+ return getValue(this, memberName);
1934
+ },
1935
+ set(newValue) {
1936
+ // proxyComponent, set value
1937
+ setValue(this, memberName, newValue, cmpMeta);
1938
+ },
1939
+ configurable: true,
1940
+ enumerable: true,
1941
+ });
1942
+ }
1943
+ else if (flags & 1 /* PROXY_FLAGS.isElementConstructor */ &&
1944
+ memberFlags & 64 /* MEMBER_FLAGS.Method */) {
1945
+ // proxyComponent - method
1946
+ Object.defineProperty(prototype, memberName, {
1947
+ value(...args) {
1948
+ const ref = getHostRef(this);
1949
+ return ref.$onInstancePromise$.then(() => ref.$lazyInstance$[memberName](...args));
1950
+ },
1951
+ });
1952
+ }
1953
+ });
1954
+ if ((flags & 1 /* PROXY_FLAGS.isElementConstructor */)) {
1955
+ const attrNameToPropName = new Map();
1956
+ prototype.attributeChangedCallback = function (attrName, _oldValue, newValue) {
1957
+ plt.jmp(() => {
1958
+ const propName = attrNameToPropName.get(attrName);
1959
+ // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1960
+ // in the case where an attribute was set inline.
1961
+ // ```html
1962
+ // <my-component some-attribute="some-value"></my-component>
1963
+ // ```
1964
+ //
1965
+ // There is an edge case where a developer sets the attribute inline on a custom element and then
1966
+ // programmatically changes it before it has been upgraded as shown below:
1967
+ //
1968
+ // ```html
1969
+ // <!-- this component has _not_ been upgraded yet -->
1970
+ // <my-component id="test" some-attribute="some-value"></my-component>
1971
+ // <script>
1972
+ // // grab non-upgraded component
1973
+ // el = document.querySelector("#test");
1974
+ // el.someAttribute = "another-value";
1975
+ // // upgrade component
1976
+ // customElements.define('my-component', MyComponent);
1977
+ // </script>
1978
+ // ```
1979
+ // In this case if we do not unshadow here and use the value of the shadowing property, attributeChangedCallback
1980
+ // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1981
+ // to the value that was set inline i.e. "some-value" from above example. When
1982
+ // the connectedCallback attempts to unshadow it will use "some-value" as the initial value rather than "another-value"
1983
+ //
1984
+ // The case where the attribute was NOT set inline but was not set programmatically shall be handled/unshadowed
1985
+ // by connectedCallback as this attributeChangedCallback will not fire.
1986
+ //
1987
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
1988
+ //
1989
+ // TODO(STENCIL-16) we should think about whether or not we actually want to be reflecting the attributes to
1990
+ // properties here given that this goes against best practices outlined here
1991
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#avoid-reentrancy
1992
+ if (this.hasOwnProperty(propName)) {
1993
+ newValue = this[propName];
1994
+ delete this[propName];
1995
+ }
1996
+ else if (prototype.hasOwnProperty(propName) &&
1997
+ typeof this[propName] === 'number' &&
1998
+ this[propName] == newValue) {
1999
+ // if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
2000
+ // APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
2001
+ // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
2002
+ return;
2003
+ }
2004
+ this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
2005
+ });
2006
+ };
2007
+ // create an array of attributes to observe
2008
+ // and also create a map of html attribute name to js property name
2009
+ Cstr.observedAttributes = members
2010
+ .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */) // filter to only keep props that should match attributes
2011
+ .map(([propName, m]) => {
2012
+ const attrName = m[1] || propName;
2013
+ attrNameToPropName.set(attrName, propName);
2014
+ if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
2015
+ cmpMeta.$attrsToReflect$.push([propName, attrName]);
2016
+ }
2017
+ return attrName;
2018
+ });
2019
+ }
2020
+ }
2021
+ return Cstr;
2022
+ };
2023
+ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) => {
2024
+ // initializeComponent
2025
+ if ((hostRef.$flags$ & 32 /* HOST_FLAGS.hasInitializedComponent */) === 0) {
2026
+ // Let the runtime know that the component has been initialized
2027
+ hostRef.$flags$ |= 32 /* HOST_FLAGS.hasInitializedComponent */;
2028
+ {
2029
+ // lazy loaded components
2030
+ // request the component's implementation to be
2031
+ // wired up with the host element
2032
+ Cstr = loadModule(cmpMeta);
2033
+ if (Cstr.then) {
2034
+ // Await creates a micro-task avoid if possible
2035
+ const endLoad = uniqueTime();
2036
+ Cstr = await Cstr;
2037
+ endLoad();
2038
+ }
2039
+ if (!Cstr.isProxied) {
2040
+ // we've never proxied this Constructor before
2041
+ // let's add the getters/setters to its prototype before
2042
+ // the first time we create an instance of the implementation
2043
+ {
2044
+ cmpMeta.$watchers$ = Cstr.watchers;
2045
+ }
2046
+ proxyComponent(Cstr, cmpMeta, 2 /* PROXY_FLAGS.proxyState */);
2047
+ Cstr.isProxied = true;
2048
+ }
2049
+ const endNewInstance = createTime('createInstance', cmpMeta.$tagName$);
2050
+ // ok, time to construct the instance
2051
+ // but let's keep track of when we start and stop
2052
+ // so that the getters/setters don't incorrectly step on data
2053
+ {
2054
+ hostRef.$flags$ |= 8 /* HOST_FLAGS.isConstructingInstance */;
2055
+ }
2056
+ // construct the lazy-loaded component implementation
2057
+ // passing the hostRef is very important during
2058
+ // construction in order to directly wire together the
2059
+ // host element and the lazy-loaded instance
2060
+ try {
2061
+ new Cstr(hostRef);
2062
+ }
2063
+ catch (e) {
2064
+ consoleError(e);
2065
+ }
2066
+ {
2067
+ hostRef.$flags$ &= ~8 /* HOST_FLAGS.isConstructingInstance */;
2068
+ }
2069
+ {
2070
+ hostRef.$flags$ |= 128 /* HOST_FLAGS.isWatchReady */;
2071
+ }
2072
+ endNewInstance();
2073
+ fireConnectedCallback(hostRef.$lazyInstance$);
2074
+ }
2075
+ if (Cstr.style) {
2076
+ // this component has styles but we haven't registered them yet
2077
+ let style = Cstr.style;
2078
+ if (typeof style !== 'string') {
2079
+ style = style[(hostRef.$modeName$ = computeMode(elm))];
2080
+ }
2081
+ const scopeId = getScopeId(cmpMeta, hostRef.$modeName$);
2082
+ if (!styles.has(scopeId)) {
2083
+ const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
2084
+ registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */));
2085
+ endRegisterStyles();
2086
+ }
2087
+ }
2088
+ }
2089
+ // we've successfully created a lazy instance
2090
+ const ancestorComponent = hostRef.$ancestorComponent$;
2091
+ const schedule = () => scheduleUpdate(hostRef, true);
2092
+ if (ancestorComponent && ancestorComponent['s-rc']) {
2093
+ // this is the initial load and this component it has an ancestor component
2094
+ // but the ancestor component has NOT fired its will update lifecycle yet
2095
+ // so let's just cool our jets and wait for the ancestor to continue first
2096
+ // this will get fired off when the ancestor component
2097
+ // finally gets around to rendering its lazy self
2098
+ // fire off the initial update
2099
+ ancestorComponent['s-rc'].push(schedule);
2100
+ }
2101
+ else {
2102
+ schedule();
2103
+ }
2104
+ };
2105
+ const fireConnectedCallback = (instance) => {
2106
+ {
2107
+ safeCall(instance, 'connectedCallback');
2108
+ }
2109
+ };
2110
+ const connectedCallback = (elm) => {
2111
+ if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
2112
+ const hostRef = getHostRef(elm);
2113
+ const cmpMeta = hostRef.$cmpMeta$;
2114
+ const endConnected = createTime('connectedCallback', cmpMeta.$tagName$);
2115
+ if (!(hostRef.$flags$ & 1 /* HOST_FLAGS.hasConnected */)) {
2116
+ // first time this component has connected
2117
+ hostRef.$flags$ |= 1 /* HOST_FLAGS.hasConnected */;
2118
+ let hostId;
2119
+ {
2120
+ hostId = elm.getAttribute(HYDRATE_ID);
2121
+ if (hostId) {
2122
+ if (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) {
2123
+ const scopeId = addStyle(elm.shadowRoot, cmpMeta, elm.getAttribute('s-mode'))
2124
+ ;
2125
+ elm.classList.remove(scopeId + '-h', scopeId + '-s');
2126
+ }
2127
+ initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);
2128
+ }
2129
+ }
2130
+ if (!hostId) {
2131
+ // initUpdate
2132
+ // if the slot polyfill is required we'll need to put some nodes
2133
+ // in here to act as original content anchors as we move nodes around
2134
+ // host element has been connected to the DOM
2135
+ if ((// TODO(STENCIL-662): Remove code related to deprecated shadowDomShim field
2136
+ cmpMeta.$flags$ & (4 /* CMP_FLAGS.hasSlotRelocation */ | 8 /* CMP_FLAGS.needsShadowDomShim */))) {
2137
+ setContentReference(elm);
2138
+ }
2139
+ }
2140
+ {
2141
+ // find the first ancestor component (if there is one) and register
2142
+ // this component as one of the actively loading child components for its ancestor
2143
+ let ancestorComponent = elm;
2144
+ while ((ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host)) {
2145
+ // climb up the ancestors looking for the first
2146
+ // component that hasn't finished its lifecycle update yet
2147
+ if ((ancestorComponent.nodeType === 1 /* NODE_TYPE.ElementNode */ &&
2148
+ ancestorComponent.hasAttribute('s-id') &&
2149
+ ancestorComponent['s-p']) ||
2150
+ ancestorComponent['s-p']) {
2151
+ // we found this components first ancestor component
2152
+ // keep a reference to this component's ancestor component
2153
+ attachToAncestor(hostRef, (hostRef.$ancestorComponent$ = ancestorComponent));
2154
+ break;
2155
+ }
2156
+ }
2157
+ }
2158
+ // Lazy properties
2159
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
2160
+ if (cmpMeta.$members$) {
2161
+ Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
2162
+ if (memberFlags & 31 /* MEMBER_FLAGS.Prop */ && elm.hasOwnProperty(memberName)) {
2163
+ const value = elm[memberName];
2164
+ delete elm[memberName];
2165
+ elm[memberName] = value;
2166
+ }
2167
+ });
2168
+ }
2169
+ {
2170
+ initializeComponent(elm, hostRef, cmpMeta);
2171
+ }
2172
+ }
2173
+ else {
2174
+ // not the first time this has connected
2175
+ // reattach any event listeners to the host
2176
+ // since they would have been removed when disconnected
2177
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
2178
+ // fire off connectedCallback() on component instance
2179
+ fireConnectedCallback(hostRef.$lazyInstance$);
2180
+ }
2181
+ endConnected();
2182
+ }
2183
+ };
2184
+ const setContentReference = (elm) => {
2185
+ // only required when we're NOT using native shadow dom (slot)
2186
+ // or this browser doesn't support native shadow dom
2187
+ // and this host element was NOT created with SSR
2188
+ // let's pick out the inner content for slot projection
2189
+ // create a node to represent where the original
2190
+ // content was first placed, which is useful later on
2191
+ const contentRefElm = (elm['s-cr'] = doc.createComment(''));
2192
+ contentRefElm['s-cn'] = true;
2193
+ elm.insertBefore(contentRefElm, elm.firstChild);
2194
+ };
2195
+ const disconnectedCallback = (elm) => {
2196
+ if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
2197
+ const hostRef = getHostRef(elm);
2198
+ const instance = hostRef.$lazyInstance$ ;
2199
+ {
2200
+ if (hostRef.$rmListeners$) {
2201
+ hostRef.$rmListeners$.map((rmListener) => rmListener());
2202
+ hostRef.$rmListeners$ = undefined;
2203
+ }
2204
+ }
2205
+ {
2206
+ safeCall(instance, 'disconnectedCallback');
2207
+ }
2208
+ }
2209
+ };
2210
+ const bootstrapLazy = (lazyBundles, options = {}) => {
2211
+ var _a;
2212
+ const endBootstrap = createTime();
2213
+ const cmpTags = [];
2214
+ const exclude = options.exclude || [];
2215
+ const customElements = win.customElements;
2216
+ const head = doc.head;
2217
+ const metaCharset = /*@__PURE__*/ head.querySelector('meta[charset]');
2218
+ const visibilityStyle = /*@__PURE__*/ doc.createElement('style');
2219
+ const deferredConnectedCallbacks = [];
2220
+ const styles = /*@__PURE__*/ doc.querySelectorAll(`[${HYDRATED_STYLE_ID}]`);
2221
+ let appLoadFallback;
2222
+ let isBootstrapping = true;
2223
+ let i = 0;
2224
+ Object.assign(plt, options);
2225
+ plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
2226
+ {
2227
+ // If the app is already hydrated there is not point to disable the
2228
+ // async queue. This will improve the first input delay
2229
+ plt.$flags$ |= 2 /* PLATFORM_FLAGS.appLoaded */;
2230
+ }
2231
+ {
2232
+ for (; i < styles.length; i++) {
2233
+ registerStyle(styles[i].getAttribute(HYDRATED_STYLE_ID), convertScopedToShadow(styles[i].innerHTML), true);
2234
+ }
2235
+ }
2236
+ lazyBundles.map((lazyBundle) => {
2237
+ lazyBundle[1].map((compactMeta) => {
2238
+ const cmpMeta = {
2239
+ $flags$: compactMeta[0],
2240
+ $tagName$: compactMeta[1],
2241
+ $members$: compactMeta[2],
2242
+ $listeners$: compactMeta[3],
2243
+ };
2244
+ {
2245
+ cmpMeta.$members$ = compactMeta[2];
2246
+ }
2247
+ {
2248
+ cmpMeta.$listeners$ = compactMeta[3];
2249
+ }
2250
+ {
2251
+ cmpMeta.$attrsToReflect$ = [];
2252
+ }
2253
+ {
2254
+ cmpMeta.$watchers$ = {};
2255
+ }
2256
+ const tagName = cmpMeta.$tagName$;
2257
+ const HostElement = class extends HTMLElement {
2258
+ // StencilLazyHost
2259
+ constructor(self) {
2260
+ // @ts-ignore
2261
+ super(self);
2262
+ self = this;
2263
+ registerHost(self, cmpMeta);
2264
+ if (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) {
2265
+ // this component is using shadow dom
2266
+ // and this browser supports shadow dom
2267
+ // add the read-only property "shadowRoot" to the host element
2268
+ // adding the shadow root build conditionals to minimize runtime
2269
+ {
2270
+ {
2271
+ self.attachShadow({
2272
+ mode: 'open',
2273
+ delegatesFocus: !!(cmpMeta.$flags$ & 16 /* CMP_FLAGS.shadowDelegatesFocus */),
2274
+ });
2275
+ }
2276
+ }
2277
+ }
2278
+ }
2279
+ connectedCallback() {
2280
+ if (appLoadFallback) {
2281
+ clearTimeout(appLoadFallback);
2282
+ appLoadFallback = null;
2283
+ }
2284
+ if (isBootstrapping) {
2285
+ // connectedCallback will be processed once all components have been registered
2286
+ deferredConnectedCallbacks.push(this);
2287
+ }
2288
+ else {
2289
+ plt.jmp(() => connectedCallback(this));
2290
+ }
2291
+ }
2292
+ disconnectedCallback() {
2293
+ plt.jmp(() => disconnectedCallback(this));
2294
+ }
2295
+ componentOnReady() {
2296
+ return getHostRef(this).$onReadyPromise$;
2297
+ }
2298
+ };
2299
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
2300
+ if (!exclude.includes(tagName) && !customElements.get(tagName)) {
2301
+ cmpTags.push(tagName);
2302
+ customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* PROXY_FLAGS.isElementConstructor */));
2303
+ }
2304
+ });
2305
+ });
2306
+ {
2307
+ visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
2308
+ visibilityStyle.setAttribute('data-styles', '');
2309
+ // Apply CSP nonce to the style tag if it exists
2310
+ const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
2311
+ if (nonce != null) {
2312
+ visibilityStyle.setAttribute('nonce', nonce);
2313
+ }
2314
+ head.insertBefore(visibilityStyle, metaCharset ? metaCharset.nextSibling : head.firstChild);
2315
+ }
2316
+ // Process deferred connectedCallbacks now all components have been registered
2317
+ isBootstrapping = false;
2318
+ if (deferredConnectedCallbacks.length) {
2319
+ deferredConnectedCallbacks.map((host) => host.connectedCallback());
2320
+ }
2321
+ else {
2322
+ {
2323
+ plt.jmp(() => (appLoadFallback = setTimeout(appDidLoad, 30)));
2324
+ }
2325
+ }
2326
+ // Fallback appLoad event
2327
+ endBootstrap();
2328
+ };
2329
+ const addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
2330
+ if (listeners) {
2331
+ listeners.map(([flags, name, method]) => {
2332
+ const target = getHostListenerTarget(elm, flags) ;
2333
+ const handler = hostListenerProxy(hostRef, method);
2334
+ const opts = hostListenerOpts(flags);
2335
+ plt.ael(target, name, handler, opts);
2336
+ (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
2337
+ });
2338
+ }
2339
+ };
2340
+ const hostListenerProxy = (hostRef, methodName) => (ev) => {
2341
+ try {
2342
+ {
2343
+ if (hostRef.$flags$ & 256 /* HOST_FLAGS.isListenReady */) {
2344
+ // instance is ready, let's call it's member method for this event
2345
+ hostRef.$lazyInstance$[methodName](ev);
2346
+ }
2347
+ else {
2348
+ (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
2349
+ }
2350
+ }
2351
+ }
2352
+ catch (e) {
2353
+ consoleError(e);
2354
+ }
2355
+ };
2356
+ const getHostListenerTarget = (elm, flags) => {
2357
+ if (flags & 4 /* LISTENER_FLAGS.TargetDocument */)
2358
+ return doc;
2359
+ if (flags & 8 /* LISTENER_FLAGS.TargetWindow */)
2360
+ return win;
2361
+ if (flags & 16 /* LISTENER_FLAGS.TargetBody */)
2362
+ return doc.body;
2363
+ return elm;
2364
+ };
2365
+ // prettier-ignore
2366
+ const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2367
+ /**
2368
+ * Assigns the given value to the nonce property on the runtime platform object.
2369
+ * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
2370
+ * @param nonce The value to be assigned to the platform nonce property.
2371
+ * @returns void
2372
+ */
2373
+ const setNonce = (nonce) => (plt.$nonce$ = nonce);
2374
+ const hostRefs = /*@__PURE__*/ new WeakMap();
2375
+ const getHostRef = (ref) => hostRefs.get(ref);
2376
+ const registerInstance = (lazyInstance, hostRef) => hostRefs.set((hostRef.$lazyInstance$ = lazyInstance), hostRef);
2377
+ const registerHost = (elm, cmpMeta) => {
2378
+ const hostRef = {
2379
+ $flags$: 0,
2380
+ $hostElement$: elm,
2381
+ $cmpMeta$: cmpMeta,
2382
+ $instanceValues$: new Map(),
2383
+ };
2384
+ {
2385
+ hostRef.$onInstancePromise$ = new Promise((r) => (hostRef.$onInstanceResolve$ = r));
2386
+ }
2387
+ {
2388
+ hostRef.$onReadyPromise$ = new Promise((r) => (hostRef.$onReadyResolve$ = r));
2389
+ elm['s-p'] = [];
2390
+ elm['s-rc'] = [];
2391
+ }
2392
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
2393
+ return hostRefs.set(elm, hostRef);
2394
+ };
2395
+ const isMemberInElement = (elm, memberName) => memberName in elm;
2396
+ const consoleError = (e, el) => (0, console.error)(e, el);
2397
+ const cmpModules = /*@__PURE__*/ new Map();
2398
+ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2399
+ // loadModuleImport
2400
+ const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
2401
+ const bundleId = cmpMeta.$lazyBundleId$;
2402
+ const module = cmpModules.get(bundleId) ;
2403
+ if (module) {
2404
+ return module[exportName];
2405
+ }
2406
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/
2407
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2408
+ /* @vite-ignore */
2409
+ /* webpackInclude: /\.entry\.js$/ */
2410
+ /* webpackExclude: /\.system\.entry\.js$/ */
2411
+ /* webpackMode: "lazy" */
2412
+ `./${bundleId}.entry.js${''}`)); }).then((importedModule) => {
2413
+ {
2414
+ cmpModules.set(bundleId, importedModule);
2415
+ }
2416
+ return importedModule[exportName];
2417
+ }, consoleError);
2418
+ };
2419
+ const styles = /*@__PURE__*/ new Map();
2420
+ const modeResolutionChain = [];
2421
+ const win = typeof window !== 'undefined' ? window : {};
2422
+ const doc = win.document || { head: {} };
2423
+ const plt = {
2424
+ $flags$: 0,
2425
+ $resourcesUrl$: '',
2426
+ jmp: (h) => h(),
2427
+ raf: (h) => requestAnimationFrame(h),
2428
+ ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
2429
+ rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
2430
+ ce: (eventName, opts) => new CustomEvent(eventName, opts),
2431
+ };
2432
+ const setPlatformHelpers = (helpers) => {
2433
+ Object.assign(plt, helpers);
2434
+ };
2435
+ const supportsShadow =
2436
+ // TODO(STENCIL-662): Remove code related to deprecated shadowDomShim field
2437
+ true;
2438
+ const promiseResolve = (v) => Promise.resolve(v);
2439
+ const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
2440
+ try {
2441
+ new CSSStyleSheet();
2442
+ return typeof new CSSStyleSheet().replaceSync === 'function';
2443
+ }
2444
+ catch (e) { }
2445
+ return false;
2446
+ })()
2447
+ ;
2448
+ const queueDomReads = [];
2449
+ const queueDomWrites = [];
2450
+ const queueTask = (queue, write) => (cb) => {
2451
+ queue.push(cb);
2452
+ if (!queuePending) {
2453
+ queuePending = true;
2454
+ if (write && plt.$flags$ & 4 /* PLATFORM_FLAGS.queueSync */) {
2455
+ nextTick(flush);
2456
+ }
2457
+ else {
2458
+ plt.raf(flush);
2459
+ }
2460
+ }
2461
+ };
2462
+ const consume = (queue) => {
2463
+ for (let i = 0; i < queue.length; i++) {
2464
+ try {
2465
+ queue[i](performance.now());
2466
+ }
2467
+ catch (e) {
2468
+ consoleError(e);
2469
+ }
2470
+ }
2471
+ queue.length = 0;
2472
+ };
2473
+ const flush = () => {
2474
+ // always force a bunch of medium callbacks to run, but still have
2475
+ // a throttle on how many can run in a certain time
2476
+ // DOM READS!!!
2477
+ consume(queueDomReads);
2478
+ // DOM WRITES!!!
2479
+ {
2480
+ consume(queueDomWrites);
2481
+ if ((queuePending = queueDomReads.length > 0)) {
2482
+ // still more to do yet, but we've run out of time
2483
+ // let's let this thing cool off and try again in the next tick
2484
+ plt.raf(flush);
2485
+ }
2486
+ }
2487
+ };
2488
+ const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
2489
+ const readTask = /*@__PURE__*/ queueTask(queueDomReads, false);
2490
+ const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
2491
+
2492
+ exports.Build = Build;
2493
+ exports.Host = Host;
2494
+ exports.bootstrapLazy = bootstrapLazy;
2495
+ exports.createEvent = createEvent;
2496
+ exports.forceUpdate = forceUpdate;
2497
+ exports.getAssetPath = getAssetPath;
2498
+ exports.getElement = getElement;
2499
+ exports.getMode = getMode;
2500
+ exports.h = h;
2501
+ exports.promiseResolve = promiseResolve;
2502
+ exports.readTask = readTask;
2503
+ exports.registerInstance = registerInstance;
2504
+ exports.setMode = setMode;
2505
+ exports.setNonce = setNonce;
2506
+ exports.setPlatformHelpers = setPlatformHelpers;
2507
+ exports.writeTask = writeTask;