@flarehr/apollo-super-selection 3.17.52781 → 3.18.52782

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 (284) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -0
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.js +130 -0
  3. package/dist/lib/apollo-super-selection/index.esm.js +0 -0
  4. package/dist/lib/apollo-super-selection/p-01a9f4a4.entry.js +1 -0
  5. package/dist/lib/apollo-super-selection/p-082669d9.js +1 -0
  6. package/dist/lib/apollo-super-selection/p-13573238.system.js +15 -0
  7. package/dist/lib/apollo-super-selection/p-20136efe.entry.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-285da037.system.entry.js +1 -0
  9. package/dist/lib/apollo-super-selection/p-31bdba35.system.entry.js +69 -0
  10. package/dist/lib/apollo-super-selection/p-342cee5a.js +1 -0
  11. package/dist/lib/apollo-super-selection/p-381262c1.system.js +1 -0
  12. package/dist/lib/apollo-super-selection/p-38ee2795.system.js +1 -0
  13. package/dist/lib/apollo-super-selection/p-38f24f69.js +1 -0
  14. package/dist/lib/apollo-super-selection/p-50ea2036.system.js +1 -0
  15. package/dist/lib/apollo-super-selection/p-61734b66.js +1 -0
  16. package/dist/lib/apollo-super-selection/p-642db1f7.system.entry.js +1 -0
  17. package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +1 -0
  18. package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +1 -0
  19. package/dist/lib/apollo-super-selection/p-8cbfc343.system.entry.js +1 -0
  20. package/dist/lib/apollo-super-selection/p-a98c2760.entry.js +1 -0
  21. package/dist/lib/apollo-super-selection/p-abedb220.entry.js +1 -0
  22. package/dist/lib/apollo-super-selection/p-ae4f5e0b.system.js +1 -0
  23. package/dist/lib/apollo-super-selection/p-bd258159.entry.js +14 -0
  24. package/dist/lib/apollo-super-selection/p-c5e41889.entry.js +1 -0
  25. package/dist/lib/apollo-super-selection/p-cd49a6b7.system.entry.js +1 -0
  26. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -0
  27. package/dist/lib/apollo-super-selection/p-df9ce4b7.js +15 -0
  28. package/dist/lib/apollo-super-selection/p-f15bf700.system.entry.js +1 -0
  29. package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +1 -0
  30. package/dist/lib/cjs/active-router-e92fd784.js +75 -0
  31. package/dist/lib/cjs/apollo-super-selection.cjs.js +23 -0
  32. package/dist/lib/cjs/app-globals-45007120.js +25 -0
  33. package/dist/lib/cjs/context-consumer.cjs.entry.js +29 -0
  34. package/dist/lib/cjs/datorama-akita-7f4b082a.js +2704 -0
  35. package/dist/lib/cjs/delay-81aff2f1.js +955 -0
  36. package/dist/lib/cjs/fl-button_44.cjs.entry.js +17003 -0
  37. package/dist/lib/cjs/fl-style-guide.cjs.entry.js +90 -0
  38. package/dist/lib/cjs/index-942e6faa.js +1767 -0
  39. package/dist/lib/cjs/index.cjs.js +2 -0
  40. package/dist/lib/cjs/loader.cjs.js +25 -0
  41. package/dist/lib/cjs/stencil-async-content.cjs.entry.js +32 -0
  42. package/dist/lib/cjs/stencil-route-title.cjs.entry.js +32 -0
  43. package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +59 -0
  44. package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +32 -0
  45. package/dist/lib/collection/collection-manifest.json +127 -0
  46. package/dist/lib/collection/components/app-host/loading-page.js +9 -0
  47. package/dist/lib/collection/components/app-host/services/app-configuration.query.js +18 -0
  48. package/dist/lib/collection/components/app-host/services/app-configuration.service.js +25 -0
  49. package/dist/lib/collection/components/app-host/services/appinsights.service.js +43 -0
  50. package/dist/lib/collection/components/app-host/services/authentication.query.js +21 -0
  51. package/dist/lib/collection/components/app-host/services/authentication.service.js +50 -0
  52. package/dist/lib/collection/components/app-host/services/interop/host-interop.service.js +31 -0
  53. package/dist/lib/collection/components/app-host/services/interop/iframe-interop.service.js +30 -0
  54. package/dist/lib/collection/components/app-host/services/interop/react-native-interop.service.js +20 -0
  55. package/dist/lib/collection/components/app-host/services/interop.query.js +26 -0
  56. package/dist/lib/collection/components/app-host/services/session.store.js +37 -0
  57. package/dist/lib/collection/components/app-host/super-selection-app-host.css +28 -0
  58. package/dist/lib/collection/components/app-host/super-selection-app-host.js +92 -0
  59. package/dist/lib/collection/components/super-selection-app/api/api-client.js +14 -0
  60. package/dist/lib/collection/components/super-selection-app/api/event-tracking.api.js +9 -0
  61. package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +1 -0
  62. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +1 -0
  63. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +30 -0
  64. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +31 -0
  65. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +11 -0
  66. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +29 -0
  67. package/dist/lib/collection/components/super-selection-app/funds/constants.js +13 -0
  68. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.js +1 -0
  69. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +31 -0
  70. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +68 -0
  71. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +53 -0
  72. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +108 -0
  73. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +93 -0
  74. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +103 -0
  75. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.js +111 -0
  76. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +153 -0
  77. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.js +1 -0
  78. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +111 -0
  79. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +23 -0
  80. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +52 -0
  81. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.js +1 -0
  82. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.js +13 -0
  83. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/confirmCheck.js +37 -0
  84. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/continueCheck.js +13 -0
  85. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/getNextRoute.js +89 -0
  86. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/resetState.js +31 -0
  87. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +38 -0
  88. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +63 -0
  89. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirmation.css +0 -0
  90. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +95 -0
  91. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +99 -0
  92. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.js +18 -0
  93. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +95 -0
  94. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper.css +50 -0
  95. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question1/question1.js +10 -0
  96. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question2/question2.js +10 -0
  97. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question3/question3.js +10 -0
  98. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question4/question4.js +10 -0
  99. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question5/question5.js +10 -0
  100. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question6/question6.js +10 -0
  101. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question7/question7.js +10 -0
  102. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question8/question8.js +10 -0
  103. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.js +66 -0
  104. package/dist/lib/collection/components/super-selection-app/funds/qsuper/services/qsuper.store.js +64 -0
  105. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.js +1 -0
  106. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.js +13 -0
  107. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +127 -0
  108. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +9 -0
  109. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +35 -0
  110. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +67 -0
  111. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
  112. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +19 -0
  113. package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +25 -0
  114. package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +22 -0
  115. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +71 -0
  116. package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +22 -0
  117. package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +37 -0
  118. package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +3 -0
  119. package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +53 -0
  120. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +42 -0
  121. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +76 -0
  122. package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +11 -0
  123. package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +1 -0
  124. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +49 -0
  125. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +18 -0
  126. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +53 -0
  127. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +216 -0
  128. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +53 -0
  129. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +152 -0
  130. package/dist/lib/collection/components/super-selection-app/super-selection-app.css +15 -0
  131. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +229 -0
  132. package/dist/lib/collection/global/init-host.js +22 -0
  133. package/dist/lib/collection/global/main.dev.js +26 -0
  134. package/dist/lib/collection/global/main.js +11 -0
  135. package/dist/lib/collection/global/stencil-router-workaround.js +12 -0
  136. package/dist/lib/collection/index.js +2 -0
  137. package/dist/lib/collection/utils/config.js +2 -0
  138. package/dist/lib/collection/utils/gtm.js +5 -0
  139. package/dist/lib/collection/utils/iframe.js +33 -0
  140. package/dist/lib/collection/utils/index.js +8 -0
  141. package/dist/lib/collection/utils/lazy.js +29 -0
  142. package/dist/lib/collection/utils/storage.js +5 -0
  143. package/dist/lib/esm/active-router-4c80d3d2.js +73 -0
  144. package/dist/lib/esm/apollo-super-selection.js +21 -0
  145. package/dist/lib/esm/app-globals-7ac1ffba.js +23 -0
  146. package/dist/lib/esm/context-consumer.entry.js +25 -0
  147. package/dist/lib/esm/datorama-akita-79ce4385.js +2692 -0
  148. package/dist/lib/esm/delay-c0555599.js +935 -0
  149. package/dist/lib/esm/fl-button_44.entry.js +16956 -0
  150. package/dist/lib/esm/fl-style-guide.entry.js +86 -0
  151. package/dist/lib/esm/index-0496d1af.js +1734 -0
  152. package/dist/lib/esm/index.js +1 -0
  153. package/dist/lib/esm/loader.js +21 -0
  154. package/dist/lib/esm/polyfills/core-js.js +11 -0
  155. package/dist/lib/esm/polyfills/css-shim.js +1 -0
  156. package/dist/lib/esm/polyfills/dom.js +79 -0
  157. package/dist/lib/esm/polyfills/es5-html-element.js +1 -0
  158. package/dist/lib/esm/polyfills/index.js +34 -0
  159. package/dist/lib/esm/polyfills/system.js +6 -0
  160. package/dist/lib/esm/stencil-async-content.entry.js +28 -0
  161. package/dist/lib/esm/stencil-route-title.entry.js +28 -0
  162. package/dist/lib/esm/stencil-router-prompt.entry.js +55 -0
  163. package/dist/lib/esm/stencil-router-redirect.entry.js +28 -0
  164. package/dist/lib/esm-es5/active-router-4c80d3d2.js +1 -0
  165. package/dist/lib/esm-es5/apollo-super-selection.js +1 -0
  166. package/dist/lib/esm-es5/app-globals-7ac1ffba.js +1 -0
  167. package/dist/lib/esm-es5/context-consumer.entry.js +1 -0
  168. package/dist/lib/esm-es5/datorama-akita-79ce4385.js +15 -0
  169. package/dist/lib/esm-es5/delay-c0555599.js +1 -0
  170. package/dist/lib/esm-es5/fl-button_44.entry.js +69 -0
  171. package/dist/lib/esm-es5/fl-style-guide.entry.js +1 -0
  172. package/dist/lib/esm-es5/index-0496d1af.js +1 -0
  173. package/dist/lib/esm-es5/index.js +0 -0
  174. package/dist/lib/esm-es5/loader.js +1 -0
  175. package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -0
  176. package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -0
  177. package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -0
  178. package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -0
  179. package/dist/lib/index.cjs.js +1 -0
  180. package/dist/lib/index.js +1 -0
  181. package/dist/lib/loader/cdn.js +3 -0
  182. package/dist/lib/loader/index.cjs.js +3 -0
  183. package/dist/lib/loader/index.d.ts +13 -0
  184. package/dist/lib/loader/index.es2017.js +3 -0
  185. package/dist/lib/loader/index.js +4 -0
  186. package/dist/lib/loader/package.json +10 -0
  187. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +45 -0
  188. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +9 -0
  189. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +9 -0
  190. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +141 -0
  191. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +5 -0
  192. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
  193. package/dist/lib/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
  194. package/dist/lib/types/components/app-host/loading-page.d.ts +3 -0
  195. package/dist/lib/types/components/app-host/services/app-configuration.query.d.ts +11 -0
  196. package/dist/lib/types/components/app-host/services/app-configuration.service.d.ts +9 -0
  197. package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +14 -0
  198. package/dist/lib/types/components/app-host/services/authentication.query.d.ts +13 -0
  199. package/dist/lib/types/components/app-host/services/authentication.service.d.ts +9 -0
  200. package/dist/lib/types/components/app-host/services/interop/host-interop.service.d.ts +7 -0
  201. package/dist/lib/types/components/app-host/services/interop/iframe-interop.service.d.ts +5 -0
  202. package/dist/lib/types/components/app-host/services/interop/react-native-interop.service.d.ts +7 -0
  203. package/dist/lib/types/components/app-host/services/interop.query.d.ts +11 -0
  204. package/dist/lib/types/components/app-host/services/session.store.d.ts +30 -0
  205. package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +17 -0
  206. package/dist/lib/types/components/super-selection-app/api/api-client.d.ts +2 -0
  207. package/dist/lib/types/components/super-selection-app/api/event-tracking.api.d.ts +6 -0
  208. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +73 -0
  209. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +16 -0
  210. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +82 -0
  211. package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +4 -0
  212. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +4 -0
  213. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +13 -0
  214. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +8 -0
  215. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +28 -0
  216. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +9 -0
  217. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +30 -0
  218. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +15 -0
  219. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +12 -0
  220. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +12 -0
  221. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.d.ts +112 -0
  222. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +15 -0
  223. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +14 -0
  224. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +14 -0
  225. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.d.ts +7 -0
  226. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.d.ts +6 -0
  227. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.d.ts +21 -0
  228. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/confirmCheck.d.ts +1 -0
  229. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/continueCheck.d.ts +1 -0
  230. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/getNextRoute.d.ts +2 -0
  231. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/resetState.d.ts +1 -0
  232. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-header.d.ts +5 -0
  233. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.d.ts +6 -0
  234. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.d.ts +7 -0
  235. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.d.ts +12 -0
  236. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.d.ts +3 -0
  237. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-layout.d.ts +11 -0
  238. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question1/question1.d.ts +3 -0
  239. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question2/question2.d.ts +3 -0
  240. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question3/question3.d.ts +3 -0
  241. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question4/question4.d.ts +3 -0
  242. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question5/question5.d.ts +3 -0
  243. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question6/question6.d.ts +3 -0
  244. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question7/question7.d.ts +3 -0
  245. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question8/question8.d.ts +3 -0
  246. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.d.ts +6 -0
  247. package/dist/lib/types/components/super-selection-app/funds/qsuper/services/qsuper.store.d.ts +58 -0
  248. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.d.ts +6 -0
  249. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +4 -0
  250. package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +13 -0
  251. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +7 -0
  252. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-join-page.d.ts +7 -0
  253. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +8 -0
  254. package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +3 -0
  255. package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +5 -0
  256. package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +8 -0
  257. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +17 -0
  258. package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +9 -0
  259. package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +15 -0
  260. package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +14 -0
  261. package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +18 -0
  262. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +21 -0
  263. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +25 -0
  264. package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +13 -0
  265. package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +3 -0
  266. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +7 -0
  267. package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +5 -0
  268. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +17 -0
  269. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +13 -0
  270. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +26 -0
  271. package/dist/lib/types/components.d.ts +546 -0
  272. package/dist/lib/types/global/init-host.d.ts +1 -0
  273. package/dist/lib/types/global/main.d.ts +1 -0
  274. package/dist/lib/types/global/main.dev.d.ts +1 -0
  275. package/dist/lib/types/global/stencil-router-workaround.d.ts +1 -0
  276. package/dist/lib/types/index.d.ts +2 -0
  277. package/dist/lib/types/stencil-public-runtime.d.ts +1555 -0
  278. package/dist/lib/types/utils/config.d.ts +2 -0
  279. package/dist/lib/types/utils/gtm.d.ts +7 -0
  280. package/dist/lib/types/utils/iframe.d.ts +13 -0
  281. package/dist/lib/types/utils/index.d.ts +3 -0
  282. package/dist/lib/types/utils/lazy.d.ts +12 -0
  283. package/dist/lib/types/utils/storage.d.ts +4 -0
  284. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ function t(t){return"function"==typeof t}let s=!1;const i={Promise:void 0,set useDeprecatedSynchronousErrorHandling(t){if(t){const t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else s&&console.log("RxJS: Back to a better error behavior. Thank you. <3");s=t},get useDeprecatedSynchronousErrorHandling(){return s}};function e(t){setTimeout((()=>{throw t}),0)}const r={closed:!0,next(t){},error(t){if(i.useDeprecatedSynchronousErrorHandling)throw t;e(t)},complete(){}},n=Array.isArray||(t=>t&&"number"==typeof t.length);function h(t){return null!==t&&"object"==typeof t}const c=(()=>{function t(t){return Error.call(this),this.message=t?`${t.length} errors occurred during unsubscription:\n${t.map(((t,s)=>`${s+1}) ${t.toString()}`)).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t})();class o{constructor(t){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,t&&(this._ctorUnsubscribe=!0,this._unsubscribe=t)}unsubscribe(){let s;if(this.closed)return;let{_parentOrParents:i,_ctorUnsubscribe:e,_unsubscribe:r,_subscriptions:a}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,i instanceof o)i.remove(this);else if(null!==i)for(let t=0;t<i.length;++t)i[t].remove(this);if(t(r)){e&&(this._unsubscribe=void 0);try{r.call(this)}catch(t){s=t instanceof c?u(t.errors):[t]}}if(n(a)){let t=-1,i=a.length;for(;++t<i;){const i=a[t];if(h(i))try{i.unsubscribe()}catch(t){s=s||[],t instanceof c?s=s.concat(u(t.errors)):s.push(t)}}}if(s)throw new c(s)}add(t){let s=t;if(!t)return o.EMPTY;switch(typeof t){case"function":s=new o(t);case"object":if(s===this||s.closed||"function"!=typeof s.unsubscribe)return s;if(this.closed)return s.unsubscribe(),s;if(!(s instanceof o)){const t=s;s=new o,s._subscriptions=[t]}break;default:throw new Error("unrecognized teardown "+t+" added to Subscription.")}let{_parentOrParents:i}=s;if(null===i)s._parentOrParents=this;else if(i instanceof o){if(i===this)return s;s._parentOrParents=[i,this]}else{if(-1!==i.indexOf(this))return s;i.push(this)}const e=this._subscriptions;return null===e?this._subscriptions=[s]:e.push(s),s}remove(t){const s=this._subscriptions;if(s){const i=s.indexOf(t);-1!==i&&s.splice(i,1)}}}function u(t){return t.reduce(((t,s)=>t.concat(s instanceof c?s.errors:s)),[])}o.EMPTY=function(t){return t.closed=!0,t}(new o);const a="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random();class l extends o{constructor(t,s,i){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=r;break;case 1:if(!t){this.destination=r;break}if("object"==typeof t){t instanceof l?(this.syncErrorThrowable=t.syncErrorThrowable,this.destination=t,t.add(this)):(this.syncErrorThrowable=!0,this.destination=new f(this,t));break}default:this.syncErrorThrowable=!0,this.destination=new f(this,t,s,i)}}[a](){return this}static create(t,s,i){const e=new l(t,s,i);return e.syncErrorThrowable=!1,e}next(t){this.isStopped||this._next(t)}error(t){this.isStopped||(this.isStopped=!0,this._error(t))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(t){this.destination.next(t)}_error(t){this.destination.error(t),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:t}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=t,this}}class f extends l{constructor(s,i,e,n){let h;super(),this._parentSubscriber=s;let c=this;t(i)?h=i:i&&(h=i.next,e=i.error,n=i.complete,i!==r&&(c=Object.create(i),t(c.unsubscribe)&&this.add(c.unsubscribe.bind(c)),c.unsubscribe=this.unsubscribe.bind(this))),this._context=c,this._next=h,this._error=e,this._complete=n}next(t){if(!this.isStopped&&this._next){const{_parentSubscriber:s}=this;i.useDeprecatedSynchronousErrorHandling&&s.syncErrorThrowable?this.__tryOrSetError(s,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}}error(t){if(!this.isStopped){const{_parentSubscriber:s}=this,{useDeprecatedSynchronousErrorHandling:r}=i;if(this._error)r&&s.syncErrorThrowable?(this.__tryOrSetError(s,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else if(s.syncErrorThrowable)r?(s.syncErrorValue=t,s.syncErrorThrown=!0):e(t),this.unsubscribe();else{if(this.unsubscribe(),r)throw t;e(t)}}}complete(){if(!this.isStopped){const{_parentSubscriber:t}=this;if(this._complete){const s=()=>this._complete.call(this._context);i.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?(this.__tryOrSetError(t,s),this.unsubscribe()):(this.__tryOrUnsub(s),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(t,s){try{t.call(this._context,s)}catch(t){if(this.unsubscribe(),i.useDeprecatedSynchronousErrorHandling)throw t;e(t)}}__tryOrSetError(t,s,r){if(!i.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{s.call(this._context,r)}catch(s){return i.useDeprecatedSynchronousErrorHandling?(t.syncErrorValue=s,t.syncErrorThrown=!0,!0):(e(s),!0)}return!1}_unsubscribe(){const{_parentSubscriber:t}=this;this._context=null,this._parentSubscriber=null,t.unsubscribe()}}const b="function"==typeof Symbol&&Symbol.observable||"@@observable";function d(t){return t}class w{constructor(t){this._isScalar=!1,t&&(this._subscribe=t)}lift(t){const s=new w;return s.source=this,s.operator=t,s}subscribe(t,s,e){const{operator:n}=this,h=function(t,s,i){if(t){if(t instanceof l)return t;if(t[a])return t[a]()}return t||s||i?new l(t,s,i):new l(r)}(t,s,e);if(h.add(n?n.call(h,this.source):this.source||i.useDeprecatedSynchronousErrorHandling&&!h.syncErrorThrowable?this._subscribe(h):this._trySubscribe(h)),i.useDeprecatedSynchronousErrorHandling&&h.syncErrorThrowable&&(h.syncErrorThrowable=!1,h.syncErrorThrown))throw h.syncErrorValue;return h}_trySubscribe(t){try{return this._subscribe(t)}catch(s){i.useDeprecatedSynchronousErrorHandling&&(t.syncErrorThrown=!0,t.syncErrorValue=s),function(t){for(;t;){const{closed:s,destination:i,isStopped:e}=t;if(s||e)return!1;t=i&&i instanceof l?i:null}return!0}(t)?t.error(s):console.warn(s)}}forEach(t,s){return new(s=p(s))(((s,i)=>{let e;e=this.subscribe((s=>{try{t(s)}catch(t){i(t),e&&e.unsubscribe()}}),i,s)}))}_subscribe(t){const{source:s}=this;return s&&s.subscribe(t)}[b](){return this}pipe(...t){return 0===t.length?this:(0===(s=t).length?d:1===s.length?s[0]:function(t){return s.reduce(((t,s)=>s(t)),t)})(this);var s}toPromise(t){return new(t=p(t))(((t,s)=>{let i;this.subscribe((t=>i=t),(t=>s(t)),(()=>t(i)))}))}}function p(t){if(t||(t=Promise),!t)throw new Error("no Promise impl found");return t}w.create=t=>new w(t);class y extends o{constructor(t,s){super()}schedule(t,s=0){return this}}class _ extends y{constructor(t,s){super(t,s),this.scheduler=t,this.work=s,this.pending=!1}schedule(t,s=0){if(this.closed)return this;this.state=t;const i=this.id,e=this.scheduler;return null!=i&&(this.id=this.recycleAsyncId(e,i,s)),this.pending=!0,this.delay=s,this.id=this.id||this.requestAsyncId(e,this.id,s),this}requestAsyncId(t,s,i=0){return setInterval(t.flush.bind(t,this),i)}recycleAsyncId(t,s,i=0){if(null!==i&&this.delay===i&&!1===this.pending)return s;clearInterval(s)}execute(t,s){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const i=this._execute(t,s);if(i)return i;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,s){let i=!1,e=void 0;try{this.work(t)}catch(t){i=!0,e=!!t&&t||new Error(t)}if(i)return this.unsubscribe(),e}_unsubscribe(){const t=this.id,s=this.scheduler,i=s.actions,e=i.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==e&&i.splice(e,1),null!=t&&(this.id=this.recycleAsyncId(s,t,null)),this.delay=null}}class E{constructor(t,s=E.now){this.SchedulerAction=t,this.now=s}schedule(t,s=0,i){return new this.SchedulerAction(this,t).schedule(i,s)}}E.now=()=>Date.now();class v extends E{constructor(t,s=E.now){super(t,(()=>v.delegate&&v.delegate!==this?v.delegate.now():s())),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(t,s=0,i){return v.delegate&&v.delegate!==this?v.delegate.schedule(t,s,i):super.schedule(t,s,i)}flush(t){const{actions:s}=this;if(this.active)return void s.push(t);let i;this.active=!0;do{if(i=t.execute(t.state,t.delay))break}while(t=s.shift());if(this.active=!1,i){for(;t=s.shift();)t.unsubscribe();throw i}}}const x=new w((t=>t.complete()));function S(t){return t?function(t){return new w((s=>t.schedule((()=>s.complete()))))}(t):x}function m(t){return t&&"function"==typeof t.schedule}const N=t=>s=>{for(let i=0,e=t.length;i<e&&!s.closed;i++)s.next(t[i]);s.complete()};function g(t,s){return new w((i=>{const e=new o;let r=0;return e.add(s.schedule((function(){r!==t.length?(i.next(t[r++]),i.closed||e.add(this.schedule())):i.complete()}))),e}))}function k(...t){let s=t[t.length-1];return m(s)?(t.pop(),g(t,s)):new w(N(t))}var O;!function(t){t.NEXT="N",t.ERROR="E",t.COMPLETE="C"}(O||(O={}));class P{constructor(t,s,i){this.kind=t,this.value=s,this.error=i,this.hasValue="N"===t}observe(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.error);case"C":return t.complete&&t.complete()}}do(t,s,i){switch(this.kind){case"N":return t&&t(this.value);case"E":return s&&s(this.error);case"C":return i&&i()}}accept(t,s,i){return t&&"function"==typeof t.next?this.observe(t):this.do(t,s,i)}toObservable(){switch(this.kind){case"N":return k(this.value);case"E":return t=this.error,new w((s=>s.error(t)));case"C":return S()}var t;throw new Error("unexpected notification kind value")}static createNext(t){return void 0!==t?new P("N",t):P.undefinedValueNotification}static createError(t){return new P("E",void 0,t)}static createComplete(){return P.completeNotification}}P.completeNotification=new P("C"),P.undefinedValueNotification=new P("N",void 0);const C=new v(_);function D(t,s=C){var i;const e=(i=t)instanceof Date&&!isNaN(+i)?+t-s.now():Math.abs(t);return t=>t.lift(new j(e,s))}class j{constructor(t,s){this.delay=t,this.scheduler=s}call(t,s){return s.subscribe(new A(t,this.delay,this.scheduler))}}class A extends l{constructor(t,s,i){super(t),this.delay=s,this.scheduler=i,this.queue=[],this.active=!1,this.errored=!1}static dispatch(t){const s=t.source,i=s.queue,e=t.scheduler,r=t.destination;for(;i.length>0&&i[0].time-e.now()<=0;)i.shift().notification.observe(r);if(i.length>0){const s=Math.max(0,i[0].time-e.now());this.schedule(t,s)}else this.unsubscribe(),s.active=!1}_schedule(t){this.active=!0,this.destination.add(t.schedule(A.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))}scheduleNotification(t){if(!0===this.errored)return;const s=this.scheduler,i=new I(s.now()+this.delay,t);this.queue.push(i),!1===this.active&&this._schedule(s)}_next(t){this.scheduleNotification(P.createNext(t))}_error(t){this.errored=!0,this.queue=[],this.destination.error(t),this.unsubscribe()}_complete(){this.scheduleNotification(P.createComplete()),this.unsubscribe()}}class I{constructor(t,s){this.time=t,this.notification=s}}export{_ as A,P as N,w as O,o as S,l as a,v as b,g as c,k as d,S as e,D as f,n as g,e as h,h as i,t as j,C as k,m as l,b as o,a as r,N as s}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function o(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,i){function a(t){try{c(r.next(t))}catch(t){i(t)}}function u(t){try{c(r["throw"](t))}catch(t){i(t)}}function c(t){t.done?n(t.value):o(t.value).then(a,u)}c((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,o,i,a;return a={next:u(0),throw:u(1),return:u(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function u(t){return function(e){return c([t,e])}}function c(a){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,o&&(i=a[0]&2?o["return"]:a[0]?o["throw"]||((i=o["return"])&&i.call(o),0):o.next)&&!(i=i.call(o,a[1])).done)return i;if(o=0,i)a=[a[0]&2,i.value];switch(a[0]){case 0:case 1:i=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;o=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!i||a[1]>i[0]&&a[1]<i[3])){n.label=a[1];break}if(a[0]===6&&n.label<i[1]){n.label=i[1];i=a;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(a);break}if(i[2])n.ops.pop();n.trys.pop();continue}a=e.call(t,n)}catch(t){a=[6,t];o=0}finally{r=i=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-13573238.system.js"],(function(t){"use strict";var e;return{setters:[function(t){e=t.e}],execute:function(){function n(){if(window.location==window.parent.location){return}delete window.sessionStorage;window.sessionStorage={}}function r(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){n();e();return[2]}))}))}var o=t("g",r)}}}));
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(r,t){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)if(Object.prototype.hasOwnProperty.call(r,t))e[t]=r[t]};return e(r,t)};return function(r,t){e(r,t);function n(){this.constructor=r}r.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();var __awaiter=this&&this.__awaiter||function(e,r,t,n){function a(e){return e instanceof t?e:new t((function(r){r(e)}))}return new(t||(t=Promise))((function(t,i){function s(e){try{o(n.next(e))}catch(e){i(e)}}function l(e){try{o(n["throw"](e))}catch(e){i(e)}}function o(e){e.done?t(e.value):a(e.value).then(s,l)}o((n=n.apply(e,r||[])).next())}))};var __generator=this&&this.__generator||function(e,r){var t={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(e){return function(r){return o([e,r])}}function o(s){if(n)throw new TypeError("Generator is already executing.");while(t)try{if(n=1,a&&(i=s[0]&2?a["return"]:s[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,s[1])).done)return i;if(a=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:t.label++;return{value:s[1],done:false};case 5:t.label++;a=s[1];s=[0];continue;case 7:s=t.ops.pop();t.trys.pop();continue;default:if(!(i=t.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){t=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){t.label=s[1];break}if(s[0]===6&&t.label<i[1]){t.label=i[1];i=s;break}if(i&&t.label<i[2]){t.label=i[2];t.ops.push(s);break}if(i[2])t.ops.pop();t.trys.pop();continue}s=r.call(e,t)}catch(e){s=[6,e];a=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,r=0,t=arguments.length;r<t;r++)e+=arguments[r].length;for(var n=Array(e),a=0,r=0;r<t;r++)for(var i=arguments[r],s=0,l=i.length;s<l;s++,a++)n[a]=i[s];return n};System.register([],(function(e,r){"use strict";return{execute:function(){var t=this;var n="apollo-super-selection";var a;var i;var s;var l;var o=false;var f=false;var $=false;var u=false;var c=null;var v=false;var d=typeof window!=="undefined"?window:{};var h=d.document||{head:{}};var m={$flags$:0,$resourcesUrl$:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,r,t,n){return e.addEventListener(r,t,n)},rel:function(e,r,t,n){return e.removeEventListener(r,t,n)},ce:function(e,r){return new CustomEvent(e,r)}};var p=e("p",(function(e){return Promise.resolve(e)}));var g=function(){try{new CSSStyleSheet;return true}catch(e){}return false}();var y={};var b=function(e,r,t,n){if(t){t.map((function(t){var n=t[0],a=t[1],i=t[2];var s=e;var l=w(r,i);var o=N(n);m.ael(s,a,l,o);(r.$rmListeners$=r.$rmListeners$||[]).push((function(){return m.rel(s,a,l,o)}))}))}};var w=function(e,r){return function(t){try{{if(e.$flags$&256){e.$lazyInstance$[r](t)}else{(e.$queuedListeners$=e.$queuedListeners$||[]).push([r,t])}}}catch(e){qe(e)}}};var N=function(e){return(e&2)!==0};var R="{visibility:hidden}.hydrated{visibility:inherit}";var k="http://www.w3.org/1999/xlink";var _=function(e,r){if(r===void 0){r=""}{return function(){return}}};var x=function(e,r){{return function(){return}}};var S=new WeakMap;var T=function(e,r,t){var n=We.get(e);if(g&&t){n=n||new CSSStyleSheet;n.replace(r)}else{n=r}We.set(e,n)};var C=function(e,r,t,n){var a=E(r);var i=We.get(a);e=e.nodeType===11?e:h;if(i){if(typeof i==="string"){e=e.head||e;var s=S.get(e);var l=void 0;if(!s){S.set(e,s=new Set)}if(!s.has(a)){{{l=h.createElement("style");l.innerHTML=i}e.insertBefore(l,e.querySelector("link"))}if(s){s.add(a)}}}else if(!e.adoptedStyleSheets.includes(i)){e.adoptedStyleSheets=__spreadArrays(e.adoptedStyleSheets,[i])}}return a};var L=function(e){var r=e.$cmpMeta$;var t=e.$hostElement$;var n=r.$flags$;var a=_("attachStyles",r.$tagName$);var i=C(t.shadowRoot?t.shadowRoot:t.getRootNode(),r);if(n&10){t["s-sc"]=i;t.classList.add(i+"-h")}a()};var E=function(e,r){return"sc-"+e.$tagName$};var j={};var A="http://www.w3.org/2000/svg";var M="http://www.w3.org/1999/xhtml";var P=function(e){return e!=null};var O=function(e){e=typeof e;return e==="object"||e==="function"};var B=e("h",(function(e,r){var t=[];for(var n=2;n<arguments.length;n++){t[n-2]=arguments[n]}var a=null;var i=null;var s=null;var l=false;var o=false;var f=[];var $=function(r){for(var t=0;t<r.length;t++){a=r[t];if(Array.isArray(a)){$(a)}else if(a!=null&&typeof a!=="boolean"){if(l=typeof e!=="function"&&!O(a)){a=String(a)}if(l&&o){f[f.length-1].$text$+=a}else{f.push(l?I(null,a):a)}o=l}}};$(t);if(r){if(r.key){i=r.key}if(r.name){s=r.name}{var u=r.className||r.class;if(u){r.class=typeof u!=="object"?u:Object.keys(u).filter((function(e){return u[e]})).join(" ")}}}if(typeof e==="function"){return e(r===null?{}:r,f,q)}var c=I(e,null);c.$attrs$=r;if(f.length>0){c.$children$=f}{c.$key$=i}{c.$name$=s}return c}));var I=function(e,r){var t={$flags$:0,$tag$:e,$text$:r,$elm$:null,$children$:null};{t.$attrs$=null}{t.$key$=null}{t.$name$=null}return t};var U=e("H",{});var z=function(e){return e&&e.$tag$===U};var q={forEach:function(e,r){return e.map(D).forEach(r)},map:function(e,r){return e.map(D).map(r).map(H)}};var D=function(e){return{vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}};var H=function(e){if(typeof e.vtag==="function"){var r=Object.assign({},e.vattrs);if(e.vkey){r.key=e.vkey}if(e.vname){r.name=e.vname}return B.apply(void 0,__spreadArrays([e.vtag,r],e.vchildren||[]))}var t=I(e.vtag,e.vtext);t.$attrs$=e.vattrs;t.$children$=e.vchildren;t.$key$=e.vkey;t.$name$=e.vname;return t};var V=function(e,r,t,n,a,i){if(t!==n){var s=ze(e,r);var l=r.toLowerCase();if(r==="class"){var o=e.classList;var f=F(t);var $=F(n);o.remove.apply(o,f.filter((function(e){return e&&!$.includes(e)})));o.add.apply(o,$.filter((function(e){return e&&!f.includes(e)})))}else if(r==="style"){{for(var u in t){if(!n||n[u]==null){if(u.includes("-")){e.style.removeProperty(u)}else{e.style[u]=""}}}}for(var u in n){if(!t||n[u]!==t[u]){if(u.includes("-")){e.style.setProperty(u,n[u])}else{e.style[u]=n[u]}}}}else if(r==="key");else if(r==="ref"){if(n){n(e)}}else if(!s&&r[0]==="o"&&r[1]==="n"){if(r[2]==="-"){r=r.slice(3)}else if(ze(d,l)){r=l.slice(2)}else{r=l[2]+r.slice(3)}if(t){m.rel(e,r,t,false)}if(n){m.ael(e,r,n,false)}}else{var c=O(n);if((s||c&&n!==null)&&!a){try{if(!e.tagName.includes("-")){var v=n==null?"":n;if(r==="list"){s=false}else if(t==null||e[r]!=v){e[r]=v}}else{e[r]=n}}catch(e){}}var h=false;{if(l!==(l=l.replace(/^xlink\:?/,""))){r=l;h=true}}if(n==null||n===false){if(n!==false||e.getAttribute(r)===""){if(h){e.removeAttributeNS(k,r)}else{e.removeAttribute(r)}}}else if((!s||i&4||a)&&!c){n=n===true?"":n;if(h){e.setAttributeNS(k,r,n)}else{e.setAttribute(r,n)}}}}};var W=/\s/;var F=function(e){return!e?[]:e.split(W)};var G=function(e,r,t,n){var a=r.$elm$.nodeType===11&&r.$elm$.host?r.$elm$.host:r.$elm$;var i=e&&e.$attrs$||j;var s=r.$attrs$||j;{for(n in i){if(!(n in s)){V(a,n,i[n],undefined,t,r.$flags$)}}}for(n in s){V(a,n,i[n],s[n],t,r.$flags$)}};var J=function(e,r,t,n){var l=r.$children$[t];var f=0;var c;var v;var d;if(!o){$=true;if(l.$tag$==="slot"){if(a){n.classList.add(a+"-s")}l.$flags$|=l.$children$?2:1}}if(l.$text$!==null){c=l.$elm$=h.createTextNode(l.$text$)}else if(l.$flags$&1){c=l.$elm$=h.createTextNode("")}else{if(!u){u=l.$tag$==="svg"}c=l.$elm$=h.createElementNS(u?A:M,l.$flags$&2?"slot-fb":l.$tag$);if(u&&l.$tag$==="foreignObject"){u=false}{G(null,l,u)}if(P(a)&&c["s-si"]!==a){c.classList.add(c["s-si"]=a)}if(l.$children$){for(f=0;f<l.$children$.length;++f){v=J(e,l,f,c);if(v){c.appendChild(v)}}}{if(l.$tag$==="svg"){u=false}else if(c.tagName==="foreignObject"){u=true}}}{c["s-hn"]=s;if(l.$flags$&(2|1)){c["s-sr"]=true;c["s-cr"]=i;c["s-sn"]=l.$name$||"";d=e&&e.$children$&&e.$children$[t];if(d&&d.$tag$===l.$tag$&&e.$elm$){K(e.$elm$,false)}}}return c};var K=function(e,r){m.$flags$|=1;var t=e.childNodes;for(var n=t.length-1;n>=0;n--){var a=t[n];if(a["s-hn"]!==s&&a["s-ol"]){re(a).insertBefore(a,ee(a));a["s-ol"].remove();a["s-ol"]=undefined;$=true}if(r){K(a,r)}}m.$flags$&=~1};var Q=function(e,r,t,n,a,i){var l=e["s-cr"]&&e["s-cr"].parentNode||e;var o;if(l.shadowRoot&&l.tagName===s){l=l.shadowRoot}for(;a<=i;++a){if(n[a]){o=J(null,t,a,e);if(o){n[a].$elm$=o;l.insertBefore(o,ee(r))}}}};var X=function(e,r,t,n,a){for(;r<=t;++r){if(n=e[r]){a=n.$elm$;le(n);{f=true;if(a["s-ol"]){a["s-ol"].remove()}else{K(a,true)}}a.remove()}}};var Y=function(e,r,t,n){var a=0;var i=0;var s=0;var l=0;var o=r.length-1;var f=r[0];var $=r[o];var u=n.length-1;var c=n[0];var v=n[u];var d;var h;while(a<=o&&i<=u){if(f==null){f=r[++a]}else if($==null){$=r[--o]}else if(c==null){c=n[++i]}else if(v==null){v=n[--u]}else if(Z(f,c)){te(f,c);f=r[++a];c=n[++i]}else if(Z($,v)){te($,v);$=r[--o];v=n[--u]}else if(Z(f,v)){if(f.$tag$==="slot"||v.$tag$==="slot"){K(f.$elm$.parentNode,false)}te(f,v);e.insertBefore(f.$elm$,$.$elm$.nextSibling);f=r[++a];v=n[--u]}else if(Z($,c)){if(f.$tag$==="slot"||v.$tag$==="slot"){K($.$elm$.parentNode,false)}te($,c);e.insertBefore($.$elm$,f.$elm$);$=r[--o];c=n[++i]}else{s=-1;{for(l=a;l<=o;++l){if(r[l]&&r[l].$key$!==null&&r[l].$key$===c.$key$){s=l;break}}}if(s>=0){h=r[s];if(h.$tag$!==c.$tag$){d=J(r&&r[i],t,s,e)}else{te(h,c);r[s]=undefined;d=h.$elm$}c=n[++i]}else{d=J(r&&r[i],t,i,e);c=n[++i]}if(d){{re(f.$elm$).insertBefore(d,ee(f.$elm$))}}}}if(a>o){Q(e,n[u+1]==null?null:n[u+1].$elm$,t,n,i,u)}else if(i>u){X(r,a,o)}};var Z=function(e,r){if(e.$tag$===r.$tag$){if(e.$tag$==="slot"){return e.$name$===r.$name$}{return e.$key$===r.$key$}}return false};var ee=function(e){return e&&e["s-ol"]||e};var re=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var te=function(e,r){var t=r.$elm$=e.$elm$;var n=e.$children$;var a=r.$children$;var i=r.$tag$;var s=r.$text$;var l;if(s===null){{u=i==="svg"?true:i==="foreignObject"?false:u}{if(i==="slot");else{G(e,r,u)}}if(n!==null&&a!==null){Y(t,n,r,a)}else if(a!==null){if(e.$text$!==null){t.textContent=""}Q(t,null,r,a,0,a.length-1)}else if(n!==null){X(n,0,n.length-1)}if(u&&i==="svg"){u=false}}else if(l=t["s-cr"]){l.parentNode.textContent=s}else if(e.$text$!==s){t.data=s}};var ne=function(e){var r=e.childNodes;var t;var n;var a;var i;var s;var l;for(n=0,a=r.length;n<a;n++){t=r[n];if(t.nodeType===1){if(t["s-sr"]){s=t["s-sn"];t.hidden=false;for(i=0;i<a;i++){if(r[i]["s-hn"]!==t["s-hn"]){l=r[i].nodeType;if(s!==""){if(l===1&&s===r[i].getAttribute("slot")){t.hidden=true;break}}else{if(l===1||l===3&&r[i].textContent.trim()!==""){t.hidden=true;break}}}}}ne(t)}}};var ae=[];var ie=function(e){var r;var t;var n;var a;var i;var s;var l=0;var o=e.childNodes;var $=o.length;for(;l<$;l++){r=o[l];if(r["s-sr"]&&(t=r["s-cr"])){n=t.parentNode.childNodes;a=r["s-sn"];for(s=n.length-1;s>=0;s--){t=n[s];if(!t["s-cn"]&&!t["s-nr"]&&t["s-hn"]!==r["s-hn"]){if(se(t,a)){i=ae.find((function(e){return e.$nodeToRelocate$===t}));f=true;t["s-sn"]=t["s-sn"]||a;if(i){i.$slotRefNode$=r}else{ae.push({$slotRefNode$:r,$nodeToRelocate$:t})}if(t["s-sr"]){ae.map((function(e){if(se(e.$nodeToRelocate$,t["s-sn"])){i=ae.find((function(e){return e.$nodeToRelocate$===t}));if(i&&!e.$slotRefNode$){e.$slotRefNode$=i.$slotRefNode$}}}))}}else if(!ae.some((function(e){return e.$nodeToRelocate$===t}))){ae.push({$nodeToRelocate$:t})}}}}if(r.nodeType===1){ie(r)}}};var se=function(e,r){if(e.nodeType===1){if(e.getAttribute("slot")===null&&r===""){return true}if(e.getAttribute("slot")===r){return true}return false}if(e["s-sn"]===r){return true}return r===""};var le=function(e){{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null);e.$children$&&e.$children$.map(le)}};var oe=function(e,r){var t=e.$hostElement$;var n=e.$cmpMeta$;var l=e.$vnode$||I(null,null);var u=z(r)?r:B(null,null,r);s=t.tagName;if(n.$attrsToReflect$){u.$attrs$=u.$attrs$||{};n.$attrsToReflect$.map((function(e){var r=e[0],n=e[1];return u.$attrs$[n]=t[r]}))}u.$tag$=null;u.$flags$|=4;e.$vnode$=u;u.$elm$=l.$elm$=t.shadowRoot||t;{a=t["s-sc"]}{i=t["s-cr"];o=(n.$flags$&1)!==0;f=false}te(l,u);{m.$flags$|=1;if($){ie(u.$elm$);var c=void 0;var v=void 0;var d=void 0;var p=void 0;var g=void 0;var y=void 0;var b=0;for(;b<ae.length;b++){c=ae[b];v=c.$nodeToRelocate$;if(!v["s-ol"]){d=h.createTextNode("");d["s-nr"]=v;v.parentNode.insertBefore(v["s-ol"]=d,v)}}for(b=0;b<ae.length;b++){c=ae[b];v=c.$nodeToRelocate$;if(c.$slotRefNode$){p=c.$slotRefNode$.parentNode;g=c.$slotRefNode$.nextSibling;d=v["s-ol"];while(d=d.previousSibling){y=d["s-nr"];if(y&&y["s-sn"]===v["s-sn"]&&p===y.parentNode){y=y.nextSibling;if(!y||!y["s-nr"]){g=y;break}}}if(!g&&p!==v.parentNode||v.nextSibling!==g){if(v!==g){if(!v["s-hn"]&&v["s-ol"]){v["s-hn"]=v["s-ol"].parentNode.nodeName}p.insertBefore(v,g)}}}else{if(v.nodeType===1){v.hidden=true}}}}if(f){ne(u.$elm$)}m.$flags$&=~1;ae.length=0}};var fe=e("d",(function(e){return Be(e).$hostElement$}));var $e=e("c",(function(e,r,t){var n=fe(e);return{emit:function(e){return ue(n,r,{bubbles:!!(t&4),composed:!!(t&2),cancelable:!!(t&1),detail:e})}}}));var ue=function(e,r,t){var n=m.ce(r,t);e.dispatchEvent(n);return n};var ce=function(e,r){if(r&&!e.$onRenderResolve$&&r["s-p"]){r["s-p"].push(new Promise((function(r){return e.$onRenderResolve$=r})))}};var ve=function(e,r){{e.$flags$|=16}if(e.$flags$&4){e.$flags$|=512;return}ce(e,e.$ancestorComponent$);var t=function(){return de(e,r)};return Ze(t)};var de=function(e,r){var t=_("scheduleUpdate",e.$cmpMeta$.$tagName$);var n=e.$lazyInstance$;var a;if(r){{e.$flags$|=256;if(e.$queuedListeners$){e.$queuedListeners$.map((function(e){var r=e[0],t=e[1];return we(n,r,t)}));e.$queuedListeners$=null}}{a=we(n,"componentWillLoad")}}t();return Ne(a,(function(){return he(e,n,r)}))};var he=function(e,r,n){return __awaiter(t,void 0,void 0,(function(){var t,a,i,s,l,o;return __generator(this,(function(f){t=e.$hostElement$;a=_("update",e.$cmpMeta$.$tagName$);i=t["s-rc"];if(n){L(e)}s=_("render",e.$cmpMeta$.$tagName$);{{{oe(e,me(e,r))}}}if(i){i.map((function(e){return e()}));t["s-rc"]=undefined}s();a();{l=t["s-p"];o=function(){return ge(e)};if(l.length===0){o()}else{Promise.all(l).then(o);e.$flags$|=4;l.length=0}}return[2]}))}))};var me=function(e,r){try{c=r;r=r.render&&r.render();{e.$flags$&=~16}{e.$flags$|=2}}catch(r){qe(r,e.$hostElement$)}c=null;return r};var pe=e("g",(function(){return c}));var ge=function(e){var r=e.$cmpMeta$.$tagName$;var t=e.$hostElement$;var n=_("postUpdate",r);var a=e.$lazyInstance$;var i=e.$ancestorComponent$;{we(a,"componentDidRender")}if(!(e.$flags$&64)){e.$flags$|=64;{Re(t)}{we(a,"componentDidLoad")}n();{e.$onReadyResolve$(t);if(!i){be()}}}else{{we(a,"componentDidUpdate")}n()}{if(e.$onRenderResolve$){e.$onRenderResolve$();e.$onRenderResolve$=undefined}if(e.$flags$&512){Xe((function(){return ve(e,false)}))}e.$flags$&=~(4|512)}};var ye=e("f",(function(e){{var r=Be(e);var t=r.$hostElement$.isConnected;if(t&&(r.$flags$&(2|16))===2){ve(r,false)}return t}}));var be=function(e){{Re(h.documentElement)}Xe((function(){return ue(d,"appload",{detail:{namespace:n}})}))};var we=function(e,r,t){if(e&&e[r]){try{return e[r](t)}catch(e){qe(e)}}return undefined};var Ne=function(e,r){return e&&e.then?e.then(r):r()};var Re=function(e){return e.classList.add("hydrated")};var ke=function(e,r){if(e!=null&&!O(e)){if(r&4){return e==="false"?false:e===""||!!e}if(r&2){return parseFloat(e)}if(r&1){return String(e)}return e}return e};var _e=function(e,r){return Be(e).$instanceValues$.get(r)};var xe=function(e,r,t,n){var a=Be(e);var i=a.$hostElement$;var s=a.$instanceValues$.get(r);var l=a.$flags$;var o=a.$lazyInstance$;t=ke(t,n.$members$[r][0]);if((!(l&8)||s===undefined)&&t!==s){a.$instanceValues$.set(r,t);if(o){if(n.$watchers$&&l&128){var f=n.$watchers$[r];if(f){f.map((function(e){try{o[e](t,s,r)}catch(e){qe(e,i)}}))}}if((l&(2|16))===2){ve(a,false)}}}};var Se=function(e,r,t){if(r.$members$){if(e.watchers){r.$watchers$=e.watchers}var n=Object.entries(r.$members$);var a=e.prototype;n.map((function(e){var n=e[0],i=e[1][0];if(i&31||t&2&&i&32){Object.defineProperty(a,n,{get:function(){return _e(this,n)},set:function(e){xe(this,n,e,r)},configurable:true,enumerable:true})}}));if(t&1){var i=new Map;a.attributeChangedCallback=function(e,r,t){var n=this;m.jmp((function(){var r=i.get(e);n[r]=t===null&&typeof n[r]==="boolean"?false:t}))};e.observedAttributes=n.filter((function(e){var r=e[0],t=e[1];return t[0]&15})).map((function(e){var t=e[0],n=e[1];var a=n[1]||t;i.set(a,t);if(n[0]&512){r.$attrsToReflect$.push([t,a])}return a}))}}return e};var Te=function(e,r,n,a,i){return __awaiter(t,void 0,void 0,(function(){var e,t,a,s,l,o,f;return __generator(this,(function($){switch($.label){case 0:if(!((r.$flags$&32)===0))return[3,3];r.$flags$|=32;i=Ve(n);if(!i.then)return[3,2];e=x();return[4,i];case 1:i=$.sent();e();$.label=2;case 2:if(!i.isProxied){{n.$watchers$=i.watchers}Se(i,n,2);i.isProxied=true}t=_("createInstance",n.$tagName$);{r.$flags$|=8}try{new i(r)}catch(e){qe(e)}{r.$flags$&=~8}{r.$flags$|=128}t();Ce(r.$lazyInstance$);if(i.style){a=i.style;s=E(n);if(!We.has(s)){l=_("registerStyles",n.$tagName$);T(s,a,!!(n.$flags$&1));l()}}$.label=3;case 3:o=r.$ancestorComponent$;f=function(){return ve(r,true)};if(o&&o["s-rc"]){o["s-rc"].push(f)}else{f()}return[2]}}))}))};var Ce=function(e){{we(e,"connectedCallback")}};var Le=function(e){if((m.$flags$&1)===0){var r=Be(e);var t=r.$cmpMeta$;var n=_("connectedCallback",t.$tagName$);if(!(r.$flags$&1)){r.$flags$|=1;{if(t.$flags$&(4|8)){Ee(e)}}{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){ce(r,r.$ancestorComponent$=a);break}}}if(t.$members$){Object.entries(t.$members$).map((function(r){var t=r[0],n=r[1][0];if(n&31&&e.hasOwnProperty(t)){var a=e[t];delete e[t];e[t]=a}}))}{Te(e,r,t)}}else{b(e,r,t.$listeners$);Ce(r.$lazyInstance$)}n()}};var Ee=function(e){var r=e["s-cr"]=h.createComment("");r["s-cn"]=true;e.insertBefore(r,e.firstChild)};var je=function(e){if((m.$flags$&1)===0){var r=Be(e);var t=r.$lazyInstance$;{if(r.$rmListeners$){r.$rmListeners$.map((function(e){return e()}));r.$rmListeners$=undefined}}{we(t,"disconnectedCallback")}{we(t,"componentDidUnload")}}};var Ae=e("b",(function(e,r){if(r===void 0){r={}}var t=_();var n=[];var a=r.exclude||[];var i=d.customElements;var s=h.head;var l=s.querySelector("meta[charset]");var o=h.createElement("style");var f=[];var $;var u=true;Object.assign(m,r);m.$resourcesUrl$=new URL(r.resourcesUrl||"./",h.baseURI).href;e.map((function(e){return e[1].map((function(r){var t={$flags$:r[0],$tagName$:r[1],$members$:r[2],$listeners$:r[3]};{t.$members$=r[2]}{t.$listeners$=r[3]}{t.$attrsToReflect$=[]}{t.$watchers$={}}var s=t.$tagName$;var l=function(e){__extends(r,e);function r(r){var n=e.call(this,r)||this;r=n;Ue(r,t);if(t.$flags$&1){{{r.attachShadow({mode:"open"})}}}return n}r.prototype.connectedCallback=function(){var e=this;if($){clearTimeout($);$=null}if(u){f.push(this)}else{m.jmp((function(){return Le(e)}))}};r.prototype.disconnectedCallback=function(){var e=this;m.jmp((function(){return je(e)}))};r.prototype.componentOnReady=function(){return Be(this).$onReadyPromise$};return r}(HTMLElement);t.$lazyBundleId$=e[0];if(!a.includes(s)&&!i.get(s)){n.push(s);i.define(s,Se(l,t,1))}}))}));{o.innerHTML=n+R;o.setAttribute("data-styles","");s.insertBefore(o,l?l.nextSibling:s.firstChild)}u=false;if(f.length){f.map((function(e){return e.connectedCallback()}))}else{{m.jmp((function(){return $=setTimeout(be,30)}))}}t()}));var Me=e("a",(function(e){var r=new URL(e,m.$resourcesUrl$);return r.origin!==d.location.origin?r.href:r.pathname}));var Pe=e("e",(function(e,r){if(r in y){return y[r]}else if(r==="window"){return d}else if(r==="document"){return h}else if(r==="isServer"||r==="isPrerender"){return false}else if(r==="isClient"){return true}else if(r==="resourcesUrl"||r==="publicPath"){return Me(".")}else if(r==="queue"){return{write:Ze,read:Ye,tick:{then:function(e){return Xe(e)}}}}return undefined}));var Oe=new WeakMap;var Be=function(e){return Oe.get(e)};var Ie=e("r",(function(e,r){return Oe.set(r.$lazyInstance$=e,r)}));var Ue=function(e,r){var t={$flags$:0,$hostElement$:e,$cmpMeta$:r,$instanceValues$:new Map};{t.$onReadyPromise$=new Promise((function(e){return t.$onReadyResolve$=e}));e["s-p"]=[];e["s-rc"]=[]}b(e,t,r.$listeners$);return Oe.set(e,t)};var ze=function(e,r){return r in e};var qe=function(e,r){return(l||console.error)(e,r)};var De=e("s",(function(e){return l=e}));var He=new Map;var Ve=function(e,t,n){var a=e.$tagName$.replace(/-/g,"_");var i=e.$lazyBundleId$;var s=He.get(i);if(s){return s[a]}return r.import("./"+i+".entry.js"+"").then((function(e){{He.set(i,e)}return e[a]}),qe)};var We=new Map;var Fe=[];var Ge=[];var Je=function(e,r){return function(t){e.push(t);if(!v){v=true;if(r&&m.$flags$&4){Xe(Qe)}else{m.raf(Qe)}}}};var Ke=function(e){for(var r=0;r<e.length;r++){try{e[r](performance.now())}catch(e){qe(e)}}e.length=0};var Qe=function(){Ke(Fe);{Ke(Ge);if(v=Fe.length>0){m.raf(Qe)}}};var Xe=function(e){return p().then(e)};var Ye=Je(Fe,false);var Ze=Je(Ge,true)}}}));
@@ -0,0 +1 @@
1
+ import{e as o}from"./p-df9ce4b7.js";const n=async function(){window.location!=window.parent.location&&(delete window.sessionStorage,window.sessionStorage={}),o()};export{n as g}
@@ -0,0 +1 @@
1
+ System.register([],(function(){"use strict";return{execute:function(){}}}));
@@ -0,0 +1 @@
1
+ import{h as t}from"./p-082669d9.js";const e=(()=>{let e=new Map,r={historyType:"browser",location:{pathname:"",query:{},key:""},titleSuffix:"",root:"/",routeViewsUpdated:()=>{}};const o=(t,e)=>{Array.isArray(t)?[...t].forEach((t=>{e[t]=r[t]})):e[t]=Object.assign({},r)},s=(t,r)=>(e.has(t)||(e.set(t,r),o(r,t)),()=>{e.has(t)&&e.delete(t)});return{Provider:({state:t},s)=>(r=t,e.forEach(o),s),Consumer:(e,r)=>((e,r)=>t("context-consumer",{subscribe:e,renderer:r}))(s,r[0]),injectProps:(t,r)=>{const o=t.prototype,n=o.connectedCallback,i=o.disconnectedCallback;o.connectedCallback=function(){if(s(this,r),n)return n.call(this)},o.disconnectedCallback=function(){e.delete(this),i&&i.call(this)}}}})();export{e as A}
@@ -0,0 +1 @@
1
+ System.register(["./p-38ee2795.system.js","./p-ae4f5e0b.system.js"],(function(e){"use strict";var t,i,n;return{setters:[function(e){t=e.r;i=e.d},function(e){n=e.A}],execute:function(){var r=e("stencil_route_title",function(){function e(e){t(this,e);this.titleSuffix="";this.pageTitle=""}e.prototype.updateDocumentTitle=function(){var e=this.el;if(e.ownerDocument){e.ownerDocument.title=""+this.pageTitle+(this.titleSuffix||"")}};e.prototype.componentWillLoad=function(){this.updateDocumentTitle()};Object.defineProperty(e.prototype,"el",{get:function(){return i(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{pageTitle:["updateDocumentTitle"]}},enumerable:false,configurable:true});return e}());n.injectProps(r,["titleSuffix"])}}}));
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,e,n,r){function l(t){return t instanceof n?t:new n((function(e){e(t)}))}return new(n||(n=Promise))((function(n,i){function s(t){try{a(r.next(t))}catch(t){i(t)}}function o(t){try{a(r["throw"](t))}catch(t){i(t)}}function a(t){t.done?n(t.value):l(t.value).then(s,o)}a((r=r.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var n={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,l,i,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(t){return function(e){return a([t,e])}}function a(s){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,l&&(i=s[0]&2?l["return"]:s[0]?l["throw"]||((i=l["return"])&&i.call(l),0):l.next)&&!(i=i.call(l,s[1])).done)return i;if(l=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;l=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(i=n.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){n.label=s[1];break}if(s[0]===6&&n.label<i[1]){n.label=i[1];i=s;break}if(i&&n.label<i[2]){n.label=i[2];n.ops.push(s);break}if(i[2])n.ops.pop();n.trys.pop();continue}s=e.call(t,n)}catch(t){s=[6,t];l=0}finally{r=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-38ee2795.system.js","./p-7dbe5a2f.system.js"],(function(t){"use strict";var e,n,r,l,i,s,o,a,u;return{setters:[function(t){e=t.r;n=t.h;r=t.H},function(t){l=t.g;i=t.O;s=t.l;o=t.k;a=t.d;u=t.f}],execute:function(){function c(t){return!l(t)&&t-parseFloat(t)+1>=0}function d(t,e,n){if(t===void 0){t=0}var r=-1;if(c(e)){r=Number(e)<1&&1||Number(e)}else if(s(e)){n=e}if(!s(n)){n=o}return new i((function(e){var l=c(t)?t:+t-n.now();return n.schedule(f,l,{index:0,period:r,subscriber:e})}))}function f(t){var e=t.index,n=t.period,r=t.subscriber;r.next(e);if(r.closed){return}else if(n===-1){return r.complete()}t.index=e+1;this.schedule(t,n)}var m=function(t){var e=document.querySelector('script[data-fl-namespace="design-system"][data-fl-resources-url]');var n=e&&e.getAttribute("data-fl-resources-url")||"";try{return new URL(t,n).href}catch(e){return n+"/"+t}};var p="";var h=t("fl_style_guide",function(){function t(t){var n=this;e(this,t);this.data=["Apple","Application","Appetizer","Anna","Banana","Archery","Apogee"].map((function(t){return{label:t,value:t}}));this.searchFunction=function(t){var e=n.data.filter((function(e){return e.label.toLowerCase().includes(t.toLowerCase())}));return a(e).pipe(u(1e3)).toPromise()}}t.prototype.render=function(){var t=this;return n(r,null,n("link",{rel:"stylesheet",href:m("beacon.css"),media:"all"}),this.themeCssUrl&&n("link",{rel:"stylesheet",href:this.themeCssUrl,media:"all"}),n("div",{class:"container m-3 p-5 shadow"},n("h1",null,"Beacon"),n("h5",null,"Flare-Apollo Component Library 🚀"),n("div",{class:"row"},n("div",{class:"col"},n("ul",{class:"list-group"},n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Typography"),n("div",{class:"col"},n("h1",null,"h1 Heading"),n("h2",null,"h2 Sub-heading"),n("h3",null,"h3 Sub-heading"),n("h4",null,"h4 Sub-heading"),n("p",null,"Paragraph"),n("div",{class:"d-flex flex-column"},n("strong",null,"Strong"),n("small",null,"small"),n("a",{href:"https://www.flarehr.com",target:"_blank"},"Weblink")))),n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Buttons"),n("div",{class:"col-3 my-2"},this.renderButtonVariants())),n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Loading indicator"),n("div",{class:"col"},n("fl-loading-indicator",null),n("fl-loading-indicator",{theme:"dark"}))),n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Dropdown"),n("div",{class:"col-4"},n("fl-dropdown",{options:this.data}))),n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Async Dropdown"),n("div",{class:"col-4"},n("fl-dropdown-async",{"min-search-string-length":"2",searchFunction:this.searchFunction}))),n("li",{class:"list-group-item"},n("small",{class:"text-muted"},"Promise Button"),n("div",{class:"col-3 my-2"},n("fl-promise-button",{isBlockElement:true,promiseFn:function(){return t.takeTime()}},"Promise Button block")),n("div",{class:"col-3 my-2"},n("fl-promise-button",{promiseFn:function(){return t.takeTime()}},"Promise Button")),n("div",{class:"col-3 my-2"},n("fl-promise-button",{variant:"secondary",promiseFn:function(){return t.takeTime()}},"Secondary Promise Button"))))))))};t.prototype.renderButtonVariants=function(){return n("ul",{class:"list-group"},n("li",{class:"list-group-item"},n("i",null,"Primary"),n("fl-button",{isBlockElement:true},"Button")),n("li",{class:"list-group-item"},n("i",null,"Primary, disabled"),n("fl-button",{isBlockElement:true,disabled:true},"Button")),n("li",{class:"list-group-item"},n("i",null,"Secondary"),n("fl-button",{isBlockElement:true,variant:"secondary"},"Button")),n("li",{class:"list-group-item"},n("i",null,"Secondary, disabled"),n("fl-button",{isBlockElement:true,disabled:true,variant:"secondary"},"Button")))};t.prototype.takeTime=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,d(Math.random()*2e3+2e3).toPromise()]}))}))};return t}());h.style=p}}}));
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(r,t){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)if(Object.prototype.hasOwnProperty.call(r,t))e[t]=r[t]};return e(r,t)};return function(r,t){e(r,t);function n(){this.constructor=r}r.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();System.register([],(function(e){"use strict";return{execute:function(){e({c:A,d:j,e:N,f:J,h:i,i:u,j:r,l:k});function r(e){return typeof e==="function"}var t=false;var n={Promise:undefined,set useDeprecatedSynchronousErrorHandling(e){if(e){var r=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+r.stack)}else if(t){console.log("RxJS: Back to a better error behavior. Thank you. <3")}t=e},get useDeprecatedSynchronousErrorHandling(){return t}};function i(e){setTimeout((function(){throw e}),0)}var s={closed:true,next:function(e){},error:function(e){if(n.useDeprecatedSynchronousErrorHandling){throw e}else{i(e)}},complete:function(){}};var o=e("g",function(){return Array.isArray||function(e){return e&&typeof e.length==="number"}}());function u(e){return e!==null&&typeof e==="object"}var c=function(){function e(e){Error.call(this);this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(e,r){return r+1+") "+e.toString()})).join("\n "):"";this.name="UnsubscriptionError";this.errors=e;return this}e.prototype=Object.create(Error.prototype);return e}();var a=c;var h=function(){function e(e){this.closed=false;this._parentOrParents=null;this._subscriptions=null;if(e){this._ctorUnsubscribe=true;this._unsubscribe=e}}e.prototype.unsubscribe=function(){var t;if(this.closed){return}var n=this,i=n._parentOrParents,s=n._ctorUnsubscribe,c=n._unsubscribe,h=n._subscriptions;this.closed=true;this._parentOrParents=null;this._subscriptions=null;if(i instanceof e){i.remove(this)}else if(i!==null){for(var l=0;l<i.length;++l){var p=i[l];p.remove(this)}}if(r(c)){if(s){this._unsubscribe=undefined}try{c.call(this)}catch(e){t=e instanceof a?f(e.errors):[e]}}if(o(h)){var l=-1;var d=h.length;while(++l<d){var b=h[l];if(u(b)){try{b.unsubscribe()}catch(e){t=t||[];if(e instanceof a){t=t.concat(f(e.errors))}else{t.push(e)}}}}}if(t){throw new a(t)}};e.prototype.add=function(r){var t=r;if(!r){return e.EMPTY}switch(typeof r){case"function":t=new e(r);case"object":if(t===this||t.closed||typeof t.unsubscribe!=="function"){return t}else if(this.closed){t.unsubscribe();return t}else if(!(t instanceof e)){var n=t;t=new e;t._subscriptions=[n]}break;default:{throw new Error("unrecognized teardown "+r+" added to Subscription.")}}var i=t._parentOrParents;if(i===null){t._parentOrParents=this}else if(i instanceof e){if(i===this){return t}t._parentOrParents=[i,this]}else if(i.indexOf(this)===-1){i.push(this)}else{return t}var s=this._subscriptions;if(s===null){this._subscriptions=[t]}else{s.push(t)}return t};e.prototype.remove=function(e){var r=this._subscriptions;if(r){var t=r.indexOf(e);if(t!==-1){r.splice(t,1)}}};return e}();e("S",h);h.EMPTY=function(e){e.closed=true;return e}(new h);function f(e){return e.reduce((function(e,r){return e.concat(r instanceof a?r.errors:r)}),[])}var l=e("r",function(){return typeof Symbol==="function"?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}());var p=function(e){__extends(r,e);function r(t,n,i){var o=e.call(this)||this;o.syncErrorValue=null;o.syncErrorThrown=false;o.syncErrorThrowable=false;o.isStopped=false;switch(arguments.length){case 0:o.destination=s;break;case 1:if(!t){o.destination=s;break}if(typeof t==="object"){if(t instanceof r){o.syncErrorThrowable=t.syncErrorThrowable;o.destination=t;t.add(o)}else{o.syncErrorThrowable=true;o.destination=new d(o,t)}break}default:o.syncErrorThrowable=true;o.destination=new d(o,t,n,i);break}return o}r.prototype[l]=function(){return this};r.create=function(e,t,n){var i=new r(e,t,n);i.syncErrorThrowable=false;return i};r.prototype.next=function(e){if(!this.isStopped){this._next(e)}};r.prototype.error=function(e){if(!this.isStopped){this.isStopped=true;this._error(e)}};r.prototype.complete=function(){if(!this.isStopped){this.isStopped=true;this._complete()}};r.prototype.unsubscribe=function(){if(this.closed){return}this.isStopped=true;e.prototype.unsubscribe.call(this)};r.prototype._next=function(e){this.destination.next(e)};r.prototype._error=function(e){this.destination.error(e);this.unsubscribe()};r.prototype._complete=function(){this.destination.complete();this.unsubscribe()};r.prototype._unsubscribeAndRecycle=function(){var e=this._parentOrParents;this._parentOrParents=null;this.unsubscribe();this.closed=false;this.isStopped=false;this._parentOrParents=e;return this};return r}(h);e("a",p);var d=function(e){__extends(t,e);function t(t,n,i,o){var u=e.call(this)||this;u._parentSubscriber=t;var c;var a=u;if(r(n)){c=n}else if(n){c=n.next;i=n.error;o=n.complete;if(n!==s){a=Object.create(n);if(r(a.unsubscribe)){u.add(a.unsubscribe.bind(a))}a.unsubscribe=u.unsubscribe.bind(u)}}u._context=a;u._next=c;u._error=i;u._complete=o;return u}t.prototype.next=function(e){if(!this.isStopped&&this._next){var r=this._parentSubscriber;if(!n.useDeprecatedSynchronousErrorHandling||!r.syncErrorThrowable){this.__tryOrUnsub(this._next,e)}else if(this.__tryOrSetError(r,this._next,e)){this.unsubscribe()}}};t.prototype.error=function(e){if(!this.isStopped){var r=this._parentSubscriber;var t=n.useDeprecatedSynchronousErrorHandling;if(this._error){if(!t||!r.syncErrorThrowable){this.__tryOrUnsub(this._error,e);this.unsubscribe()}else{this.__tryOrSetError(r,this._error,e);this.unsubscribe()}}else if(!r.syncErrorThrowable){this.unsubscribe();if(t){throw e}i(e)}else{if(t){r.syncErrorValue=e;r.syncErrorThrown=true}else{i(e)}this.unsubscribe()}}};t.prototype.complete=function(){var e=this;if(!this.isStopped){var r=this._parentSubscriber;if(this._complete){var t=function(){return e._complete.call(e._context)};if(!n.useDeprecatedSynchronousErrorHandling||!r.syncErrorThrowable){this.__tryOrUnsub(t);this.unsubscribe()}else{this.__tryOrSetError(r,t);this.unsubscribe()}}else{this.unsubscribe()}}};t.prototype.__tryOrUnsub=function(e,r){try{e.call(this._context,r)}catch(e){this.unsubscribe();if(n.useDeprecatedSynchronousErrorHandling){throw e}else{i(e)}}};t.prototype.__tryOrSetError=function(e,r,t){if(!n.useDeprecatedSynchronousErrorHandling){throw new Error("bad call")}try{r.call(this._context,t)}catch(r){if(n.useDeprecatedSynchronousErrorHandling){e.syncErrorValue=r;e.syncErrorThrown=true;return true}else{i(r);return true}}return false};t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null;this._parentSubscriber=null;e.unsubscribe()};return t}(p);function b(e){while(e){var r=e.closed,t=e.destination,n=e.isStopped;if(r||n){return false}else if(t&&t instanceof p){e=t}else{e=null}}return true}function y(e,r,t){if(e){if(e instanceof p){return e}if(e[l]){return e[l]()}}if(!e&&!r&&!t){return new p(s)}return new p(e,r,t)}var v=e("o",function(){return typeof Symbol==="function"&&Symbol.observable||"@@observable"}());function _(e){return e}function w(e){if(e.length===0){return _}if(e.length===1){return e[0]}return function r(t){return e.reduce((function(e,r){return r(e)}),t)}}var E=function(){function e(e){this._isScalar=false;if(e){this._subscribe=e}}e.prototype.lift=function(r){var t=new e;t.source=this;t.operator=r;return t};e.prototype.subscribe=function(e,r,t){var i=this.operator;var s=y(e,r,t);if(i){s.add(i.call(s,this.source))}else{s.add(this.source||n.useDeprecatedSynchronousErrorHandling&&!s.syncErrorThrowable?this._subscribe(s):this._trySubscribe(s))}if(n.useDeprecatedSynchronousErrorHandling){if(s.syncErrorThrowable){s.syncErrorThrowable=false;if(s.syncErrorThrown){throw s.syncErrorValue}}}return s};e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(r){if(n.useDeprecatedSynchronousErrorHandling){e.syncErrorThrown=true;e.syncErrorValue=r}if(b(e)){e.error(r)}else{console.warn(r)}}};e.prototype.forEach=function(e,r){var t=this;r=S(r);return new r((function(r,n){var i;i=t.subscribe((function(r){try{e(r)}catch(e){n(e);if(i){i.unsubscribe()}}}),n,r)}))};e.prototype._subscribe=function(e){var r=this.source;return r&&r.subscribe(e)};e.prototype[v]=function(){return this};e.prototype.pipe=function(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}if(e.length===0){return this}return w(e)(this)};e.prototype.toPromise=function(e){var r=this;e=S(e);return new e((function(e,t){var n;r.subscribe((function(e){return n=e}),(function(e){return t(e)}),(function(){return e(n)}))}))};return e}();e("O",E);E.create=function(e){return new E(e)};function S(e){if(!e){e=Promise}if(!e){throw new Error("no Promise impl found")}return e}var g=function(e){__extends(r,e);function r(r,t){return e.call(this)||this}r.prototype.schedule=function(e,r){if(r===void 0){r=0}return this};return r}(h);var x=function(e){__extends(r,e);function r(r,t){var n=e.call(this,r,t)||this;n.scheduler=r;n.work=t;n.pending=false;return n}r.prototype.schedule=function(e,r){if(r===void 0){r=0}if(this.closed){return this}this.state=e;var t=this.id;var n=this.scheduler;if(t!=null){this.id=this.recycleAsyncId(n,t,r)}this.pending=true;this.delay=r;this.id=this.id||this.requestAsyncId(n,this.id,r);return this};r.prototype.requestAsyncId=function(e,r,t){if(t===void 0){t=0}return setInterval(e.flush.bind(e,this),t)};r.prototype.recycleAsyncId=function(e,r,t){if(t===void 0){t=0}if(t!==null&&this.delay===t&&this.pending===false){return r}clearInterval(r);return undefined};r.prototype.execute=function(e,r){if(this.closed){return new Error("executing a cancelled action")}this.pending=false;var t=this._execute(e,r);if(t){return t}else if(this.pending===false&&this.id!=null){this.id=this.recycleAsyncId(this.scheduler,this.id,null)}};r.prototype._execute=function(e,r){var t=false;var n=undefined;try{this.work(e)}catch(e){t=true;n=!!e&&e||new Error(e)}if(t){this.unsubscribe();return n}};r.prototype._unsubscribe=function(){var e=this.id;var r=this.scheduler;var t=r.actions;var n=t.indexOf(this);this.work=null;this.state=null;this.pending=false;this.scheduler=null;if(n!==-1){t.splice(n,1)}if(e!=null){this.id=this.recycleAsyncId(r,e,null)}this.delay=null};return r}(g);e("A",x);var m=function(){function e(r,t){if(t===void 0){t=e.now}this.SchedulerAction=r;this.now=t}e.prototype.schedule=function(e,r,t){if(r===void 0){r=0}return new this.SchedulerAction(this,e).schedule(t,r)};return e}();m.now=function(){return Date.now()};var O=function(e){__extends(r,e);function r(t,n){if(n===void 0){n=m.now}var i=e.call(this,t,(function(){if(r.delegate&&r.delegate!==i){return r.delegate.now()}else{return n()}}))||this;i.actions=[];i.active=false;i.scheduled=undefined;return i}r.prototype.schedule=function(t,n,i){if(n===void 0){n=0}if(r.delegate&&r.delegate!==this){return r.delegate.schedule(t,n,i)}else{return e.prototype.schedule.call(this,t,n,i)}};r.prototype.flush=function(e){var r=this.actions;if(this.active){r.push(e);return}var t;this.active=true;do{if(t=e.execute(e.state,e.delay)){break}}while(e=r.shift());this.active=false;if(t){while(e=r.shift()){e.unsubscribe()}throw t}};return r}(m);e("b",O);var T=new E((function(e){return e.complete()}));function N(e){return e?P(e):T}function P(e){return new E((function(r){return e.schedule((function(){return r.complete()}))}))}function k(e){return e&&typeof e.schedule==="function"}var D=e("s",(function(e){return function(r){for(var t=0,n=e.length;t<n&&!r.closed;t++){r.next(e[t])}r.complete()}}));function A(e,r){return new E((function(t){var n=new h;var i=0;n.add(r.schedule((function(){if(i===e.length){t.complete();return}t.next(e[i++]);if(!t.closed){n.add(this.schedule())}})));return n}))}function H(e,r){if(!r){return new E(D(e))}else{return A(e,r)}}function j(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}var t=e[e.length-1];if(k(t)){e.pop();return A(e,t)}else{return H(e)}}function C(e,r){if(!r){return new E((function(r){return r.error(e)}))}else{return new E((function(t){return r.schedule(I,0,{error:e,subscriber:t})}))}}function I(e){var r=e.error,t=e.subscriber;t.error(r)}var V;(function(e){e["NEXT"]="N";e["ERROR"]="E";e["COMPLETE"]="C"})(V||(V={}));var R=function(){function e(e,r,t){this.kind=e;this.value=r;this.error=t;this.hasValue=e==="N"}e.prototype.observe=function(e){switch(this.kind){case"N":return e.next&&e.next(this.value);case"E":return e.error&&e.error(this.error);case"C":return e.complete&&e.complete()}};e.prototype.do=function(e,r,t){var n=this.kind;switch(n){case"N":return e&&e(this.value);case"E":return r&&r(this.error);case"C":return t&&t()}};e.prototype.accept=function(e,r,t){if(e&&typeof e.next==="function"){return this.observe(e)}else{return this.do(e,r,t)}};e.prototype.toObservable=function(){var e=this.kind;switch(e){case"N":return j(this.value);case"E":return C(this.error);case"C":return N()}throw new Error("unexpected notification kind value")};e.createNext=function(r){if(typeof r!=="undefined"){return new e("N",r)}return e.undefinedValueNotification};e.createError=function(r){return new e("E",undefined,r)};e.createComplete=function(){return e.completeNotification};return e}();e("N",R);R.completeNotification=new R("C");R.undefinedValueNotification=new R("N",undefined);var U=new O(x);var q=e("k",U);function M(e){return e instanceof Date&&!isNaN(+e)}function J(e,r){if(r===void 0){r=q}var t=M(e);var n=t?+e-r.now():Math.abs(e);return function(e){return e.lift(new Y(n,r))}}var Y=function(){function e(e,r){this.delay=e;this.scheduler=r}e.prototype.call=function(e,r){return r.subscribe(new z(e,this.delay,this.scheduler))};return e}();var z=function(e){__extends(r,e);function r(r,t,n){var i=e.call(this,r)||this;i.delay=t;i.scheduler=n;i.queue=[];i.active=false;i.errored=false;return i}r.dispatch=function(e){var r=e.source;var t=r.queue;var n=e.scheduler;var i=e.destination;while(t.length>0&&t[0].time-n.now()<=0){t.shift().notification.observe(i)}if(t.length>0){var s=Math.max(0,t[0].time-n.now());this.schedule(e,s)}else{this.unsubscribe();r.active=false}};r.prototype._schedule=function(e){this.active=true;var t=this.destination;t.add(e.schedule(r.dispatch,this.delay,{source:this,destination:this.destination,scheduler:e}))};r.prototype.scheduleNotification=function(e){if(this.errored===true){return}var r=this.scheduler;var t=new B(r.now()+this.delay,e);this.queue.push(t);if(this.active===false){this._schedule(r)}};r.prototype._next=function(e){this.scheduleNotification(R.createNext(e))};r.prototype._error=function(e){this.errored=true;this.queue=[];this.destination.error(e);this.unsubscribe()};r.prototype._complete=function(){this.scheduleNotification(R.createComplete());this.unsubscribe()};return r}(p);var B=function(){function e(e,r){this.time=e;this.notification=r}return e}()}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-38ee2795.system.js"],(function(t){"use strict";var n,e;return{setters:[function(t){n=t.r;e=t.h}],execute:function(){var o=t("stencil_async_content",function(){function t(t){n(this,t);this.content=""}t.prototype.componentWillLoad=function(){if(this.documentLocation!=null){return this.fetchNewContent(this.documentLocation)}};t.prototype.fetchNewContent=function(t){var n=this;return fetch(t).then((function(t){return t.text()})).then((function(t){n.content=t}))};t.prototype.render=function(){return e("div",{innerHTML:this.content})};Object.defineProperty(t,"watchers",{get:function(){return{documentLocation:["fetchNewContent"]}},enumerable:false,configurable:true});return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r as t,d as s}from"./p-082669d9.js";const e=class{constructor(s){t(this,s),this.context={},this.renderer=()=>null}connectedCallback(){null!=this.subscribe&&(this.unsubscribe=this.subscribe(this.el,"context"))}disconnectedCallback(){null!=this.unsubscribe&&this.unsubscribe()}render(){return this.renderer(Object.assign({},this.context))}get el(){return s(this)}};export{e as context_consumer}
@@ -0,0 +1 @@
1
+ import{r as t,d as s}from"./p-082669d9.js";import{A as e}from"./p-61734b66.js";const i=class{constructor(s){t(this,s),this.titleSuffix="",this.pageTitle=""}updateDocumentTitle(){const t=this.el;t.ownerDocument&&(t.ownerDocument.title=`${this.pageTitle}${this.titleSuffix||""}`)}componentWillLoad(){this.updateDocumentTitle()}get el(){return s(this)}static get watchers(){return{pageTitle:["updateDocumentTitle"]}}};e.injectProps(i,["titleSuffix"]);export{i as stencil_route_title}
@@ -0,0 +1 @@
1
+ var __spreadArrays=this&&this.__spreadArrays||function(){for(var r=0,e=0,t=arguments.length;e<t;e++)r+=arguments[e].length;for(var n=Array(r),a=0,e=0;e<t;e++)for(var i=arguments[e],c=0,o=i.length;c<o;c++,a++)n[a]=i[c];return n};System.register(["./p-38ee2795.system.js"],(function(r){"use strict";var e;return{setters:[function(r){e=r.h}],execute:function(){var t=function(r,e){var t=new Map;var n=r;var a=function(r,e){if(Array.isArray(r)){__spreadArrays(r).forEach((function(r){e[r]=n[r]}))}else{e[r]=Object.assign({},n)}};var i=function(r,e){if(!t.has(r)){t.set(r,e);a(e,r)}return function(){if(t.has(r)){t.delete(r)}}};var c=function(r,e){var i=r.state;n=i;t.forEach(a);return e};var o=function(r,t){return e(i,t[0])};var s=function(r,e){var n=r.prototype;var a=n.connectedCallback;var c=n.disconnectedCallback;n.connectedCallback=function(){i(this,e);if(a){return a.call(this)}};n.disconnectedCallback=function(){t.delete(this);if(c){c.call(this)}}};return{Provider:c,Consumer:o,injectProps:s}};var n=r("A",t({historyType:"browser",location:{pathname:"",query:{},key:""},titleSuffix:"",root:"/",routeViewsUpdated:function(){}},(function(r,t){return e("context-consumer",{subscribe:r,renderer:t})})))}}}));