@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
+ var __awaiter=this&&this.__awaiter||function(e,t,r,n){function l(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,i){function s(e){try{o(n.next(e))}catch(e){i(e)}}function a(e){try{o(n["throw"](e))}catch(e){i(e)}}function o(e){e.done?r(e.value):l(e.value).then(s,a)}o((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,l,i,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(e){return function(t){return o([e,t])}}function o(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=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:r.label++;return{value:s[1],done:false};case 5:r.label++;l=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=t.call(e,r)}catch(e){s=[6,e];l=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,h,H as Host}from"./index-0496d1af.js";import{g as isArray,O as Observable,l as isScheduler,k as async,d as of,f as delay}from"./delay-c0555599.js";function isNumeric(e){return!isArray(e)&&e-parseFloat(e)+1>=0}function timer(e,t,r){if(e===void 0){e=0}var n=-1;if(isNumeric(t)){n=Number(t)<1&&1||Number(t)}else if(isScheduler(t)){r=t}if(!isScheduler(r)){r=async}return new Observable((function(t){var l=isNumeric(e)?e:+e-r.now();return r.schedule(dispatch,l,{index:0,period:n,subscriber:t})}))}function dispatch(e){var t=e.index,r=e.period,n=e.subscriber;n.next(t);if(n.closed){return}else if(r===-1){return n.complete()}e.index=t+1;this.schedule(e,r)}var getLocalResourceUrl=function(e){var t=document.querySelector('script[data-fl-namespace="design-system"][data-fl-resources-url]');var r=t&&t.getAttribute("data-fl-resources-url")||"";try{return new URL(e,r).href}catch(t){return r+"/"+e}};var styleGuideCss="";var FlareStyleGuide=function(){function e(e){var t=this;registerInstance(this,e);this.data=["Apple","Application","Appetizer","Anna","Banana","Archery","Apogee"].map((function(e){return{label:e,value:e}}));this.searchFunction=function(e){var r=t.data.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())}));return of(r).pipe(delay(1e3)).toPromise()}}e.prototype.render=function(){var e=this;return h(Host,null,h("link",{rel:"stylesheet",href:getLocalResourceUrl("beacon.css"),media:"all"}),this.themeCssUrl&&h("link",{rel:"stylesheet",href:this.themeCssUrl,media:"all"}),h("div",{class:"container m-3 p-5 shadow"},h("h1",null,"Beacon"),h("h5",null,"Flare-Apollo Component Library 🚀"),h("div",{class:"row"},h("div",{class:"col"},h("ul",{class:"list-group"},h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Typography"),h("div",{class:"col"},h("h1",null,"h1 Heading"),h("h2",null,"h2 Sub-heading"),h("h3",null,"h3 Sub-heading"),h("h4",null,"h4 Sub-heading"),h("p",null,"Paragraph"),h("div",{class:"d-flex flex-column"},h("strong",null,"Strong"),h("small",null,"small"),h("a",{href:"https://www.flarehr.com",target:"_blank"},"Weblink")))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Buttons"),h("div",{class:"col-3 my-2"},this.renderButtonVariants())),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Loading indicator"),h("div",{class:"col"},h("fl-loading-indicator",null),h("fl-loading-indicator",{theme:"dark"}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Dropdown"),h("div",{class:"col-4"},h("fl-dropdown",{options:this.data}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Async Dropdown"),h("div",{class:"col-4"},h("fl-dropdown-async",{"min-search-string-length":"2",searchFunction:this.searchFunction}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Promise Button"),h("div",{class:"col-3 my-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.takeTime()}},"Promise Button block")),h("div",{class:"col-3 my-2"},h("fl-promise-button",{promiseFn:function(){return e.takeTime()}},"Promise Button")),h("div",{class:"col-3 my-2"},h("fl-promise-button",{variant:"secondary",promiseFn:function(){return e.takeTime()}},"Secondary Promise Button"))))))))};e.prototype.renderButtonVariants=function(){return h("ul",{class:"list-group"},h("li",{class:"list-group-item"},h("i",null,"Primary"),h("fl-button",{isBlockElement:true},"Button")),h("li",{class:"list-group-item"},h("i",null,"Primary, disabled"),h("fl-button",{isBlockElement:true,disabled:true},"Button")),h("li",{class:"list-group-item"},h("i",null,"Secondary"),h("fl-button",{isBlockElement:true,variant:"secondary"},"Button")),h("li",{class:"list-group-item"},h("i",null,"Secondary, disabled"),h("fl-button",{isBlockElement:true,disabled:true,variant:"secondary"},"Button")))};e.prototype.takeTime=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,timer(Math.random()*2e3+2e3).toPromise()]}))}))};return e}();FlareStyleGuide.style=styleGuideCss;export{FlareStyleGuide as fl_style_guide};
@@ -0,0 +1 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(t,r){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]};return e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();var __awaiter=this&&this.__awaiter||function(e,t,r,n){function a(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function s(e){try{l(n.next(e))}catch(e){o(e)}}function i(e){try{l(n["throw"](e))}catch(e){o(e)}}function l(e){e.done?r(e.value):a(e.value).then(s,i)}l((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,a,o,s;return s={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function i(e){return function(t){return l([e,t])}}function l(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,a&&(o=s[0]&2?a["return"]:s[0]?a["throw"]||((o=a["return"])&&o.call(a),0):a.next)&&!(o=o.call(a,s[1])).done)return o;if(a=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;a=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(o=r.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){r.label=s[1];break}if(s[0]===6&&r.label<o[1]){r.label=o[1];o=s;break}if(o&&r.label<o[2]){r.label=o[2];r.ops.push(s);break}if(o[2])r.ops.pop();r.trys.pop();continue}s=t.call(e,r)}catch(e){s=[6,e];a=0}finally{n=o=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,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;for(var n=Array(e),a=0,t=0;t<r;t++)for(var o=arguments[t],s=0,i=o.length;s<i;s++,a++)n[a]=o[s];return n};var NAMESPACE="apollo-super-selection";var scopeId;var contentRef;var hostTagName;var customError;var useNativeShadowDom=false;var checkSlotFallbackVisibility=false;var checkSlotRelocate=false;var isSvgMode=false;var renderingRef=null;var queuePending=false;var win=typeof window!=="undefined"?window:{};var doc=win.document||{head:{}};var plt={$flags$:0,$resourcesUrl$:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,r,n){return e.addEventListener(t,r,n)},rel:function(e,t,r,n){return e.removeEventListener(t,r,n)},ce:function(e,t){return new CustomEvent(e,t)}};var promiseResolve=function(e){return Promise.resolve(e)};var supportsConstructibleStylesheets=function(){try{new CSSStyleSheet;return true}catch(e){}return false}();var Context={};var addHostEventListeners=function(e,t,r,n){if(r){r.map((function(r){var n=r[0],a=r[1],o=r[2];var s=e;var i=hostListenerProxy(t,o);var l=hostListenerOpts(n);plt.ael(s,a,i,l);(t.$rmListeners$=t.$rmListeners$||[]).push((function(){return plt.rel(s,a,i,l)}))}))}};var hostListenerProxy=function(e,t){return function(r){try{{if(e.$flags$&256){e.$lazyInstance$[t](r)}else{(e.$queuedListeners$=e.$queuedListeners$||[]).push([t,r])}}}catch(e){consoleError(e)}}};var hostListenerOpts=function(e){return(e&2)!==0};var HYDRATED_CSS="{visibility:hidden}.hydrated{visibility:inherit}";var XLINK_NS="http://www.w3.org/1999/xlink";var createTime=function(e,t){if(t===void 0){t=""}{return function(){return}}};var uniqueTime=function(e,t){{return function(){return}}};var rootAppliedStyles=new WeakMap;var registerStyle=function(e,t,r){var n=styles.get(e);if(supportsConstructibleStylesheets&&r){n=n||new CSSStyleSheet;n.replace(t)}else{n=t}styles.set(e,n)};var addStyle=function(e,t,r,n){var a=getScopeId(t);var o=styles.get(a);e=e.nodeType===11?e:doc;if(o){if(typeof o==="string"){e=e.head||e;var s=rootAppliedStyles.get(e);var i=void 0;if(!s){rootAppliedStyles.set(e,s=new Set)}if(!s.has(a)){{{i=doc.createElement("style");i.innerHTML=o}e.insertBefore(i,e.querySelector("link"))}if(s){s.add(a)}}}else if(!e.adoptedStyleSheets.includes(o)){e.adoptedStyleSheets=__spreadArrays(e.adoptedStyleSheets,[o])}}return a};var attachStyles=function(e){var t=e.$cmpMeta$;var r=e.$hostElement$;var n=t.$flags$;var a=createTime("attachStyles",t.$tagName$);var o=addStyle(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);if(n&10){r["s-sc"]=o;r.classList.add(o+"-h")}a()};var getScopeId=function(e,t){return"sc-"+e.$tagName$};var EMPTY_OBJ={};var SVG_NS="http://www.w3.org/2000/svg";var HTML_NS="http://www.w3.org/1999/xhtml";var isDef=function(e){return e!=null};var isComplexType=function(e){e=typeof e;return e==="object"||e==="function"};var h=function(e,t){var r=[];for(var n=2;n<arguments.length;n++){r[n-2]=arguments[n]}var a=null;var o=null;var s=null;var i=false;var l=false;var c=[];var f=function(t){for(var r=0;r<t.length;r++){a=t[r];if(Array.isArray(a)){f(a)}else if(a!=null&&typeof a!=="boolean"){if(i=typeof e!=="function"&&!isComplexType(a)){a=String(a)}if(i&&l){c[c.length-1].$text$+=a}else{c.push(i?newVNode(null,a):a)}l=i}}};f(r);if(t){if(t.key){o=t.key}if(t.name){s=t.name}{var u=t.className||t.class;if(u){t.class=typeof u!=="object"?u:Object.keys(u).filter((function(e){return u[e]})).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,c,vdomFnUtils)}var $=newVNode(e,null);$.$attrs$=t;if(c.length>0){$.$children$=c}{$.$key$=o}{$.$name$=s}return $};var newVNode=function(e,t){var r={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};{r.$attrs$=null}{r.$key$=null}{r.$name$=null}return r};var Host={};var isHost=function(e){return e&&e.$tag$===Host};var vdomFnUtils={forEach:function(e,t){return e.map(convertToPublic).forEach(t)},map:function(e,t){return e.map(convertToPublic).map(t).map(convertToPrivate)}};var convertToPublic=function(e){return{vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}};var convertToPrivate=function(e){if(typeof e.vtag==="function"){var t=Object.assign({},e.vattrs);if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return h.apply(void 0,__spreadArrays([e.vtag,t],e.vchildren||[]))}var r=newVNode(e.vtag,e.vtext);r.$attrs$=e.vattrs;r.$children$=e.vchildren;r.$key$=e.vkey;r.$name$=e.vname;return r};var setAccessor=function(e,t,r,n,a,o){if(r!==n){var s=isMemberInElement(e,t);var i=t.toLowerCase();if(t==="class"){var l=e.classList;var c=parseClassList(r);var f=parseClassList(n);l.remove.apply(l,c.filter((function(e){return e&&!f.includes(e)})));l.add.apply(l,f.filter((function(e){return e&&!c.includes(e)})))}else if(t==="style"){{for(var u in r){if(!n||n[u]==null){if(u.includes("-")){e.style.removeProperty(u)}else{e.style[u]=""}}}}for(var u in n){if(!r||n[u]!==r[u]){if(u.includes("-")){e.style.setProperty(u,n[u])}else{e.style[u]=n[u]}}}}else if(t==="key");else if(t==="ref"){if(n){n(e)}}else if(!s&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(isMemberInElement(win,i)){t=i.slice(2)}else{t=i[2]+t.slice(3)}if(r){plt.rel(e,t,r,false)}if(n){plt.ael(e,t,n,false)}}else{var $=isComplexType(n);if((s||$&&n!==null)&&!a){try{if(!e.tagName.includes("-")){var d=n==null?"":n;if(t==="list"){s=false}else if(r==null||e[t]!=d){e[t]=d}}else{e[t]=n}}catch(e){}}var v=false;{if(i!==(i=i.replace(/^xlink\:?/,""))){t=i;v=true}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){if(v){e.removeAttributeNS(XLINK_NS,t)}else{e.removeAttribute(t)}}}else if((!s||o&4||a)&&!$){n=n===true?"":n;if(v){e.setAttributeNS(XLINK_NS,t,n)}else{e.setAttribute(t,n)}}}}};var parseClassListRegex=/\s/;var parseClassList=function(e){return!e?[]:e.split(parseClassListRegex)};var updateElement=function(e,t,r,n){var a=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$;var o=e&&e.$attrs$||EMPTY_OBJ;var s=t.$attrs$||EMPTY_OBJ;{for(n in o){if(!(n in s)){setAccessor(a,n,o[n],undefined,r,t.$flags$)}}}for(n in s){setAccessor(a,n,o[n],s[n],r,t.$flags$)}};var createElm=function(e,t,r,n){var a=t.$children$[r];var o=0;var s;var i;var l;if(!useNativeShadowDom){checkSlotRelocate=true;if(a.$tag$==="slot"){if(scopeId){n.classList.add(scopeId+"-s")}a.$flags$|=a.$children$?2:1}}if(a.$text$!==null){s=a.$elm$=doc.createTextNode(a.$text$)}else if(a.$flags$&1){s=a.$elm$=doc.createTextNode("")}else{if(!isSvgMode){isSvgMode=a.$tag$==="svg"}s=a.$elm$=doc.createElementNS(isSvgMode?SVG_NS:HTML_NS,a.$flags$&2?"slot-fb":a.$tag$);if(isSvgMode&&a.$tag$==="foreignObject"){isSvgMode=false}{updateElement(null,a,isSvgMode)}if(isDef(scopeId)&&s["s-si"]!==scopeId){s.classList.add(s["s-si"]=scopeId)}if(a.$children$){for(o=0;o<a.$children$.length;++o){i=createElm(e,a,o,s);if(i){s.appendChild(i)}}}{if(a.$tag$==="svg"){isSvgMode=false}else if(s.tagName==="foreignObject"){isSvgMode=true}}}{s["s-hn"]=hostTagName;if(a.$flags$&(2|1)){s["s-sr"]=true;s["s-cr"]=contentRef;s["s-sn"]=a.$name$||"";l=e&&e.$children$&&e.$children$[r];if(l&&l.$tag$===a.$tag$&&e.$elm$){putBackInOriginalLocation(e.$elm$,false)}}}return s};var putBackInOriginalLocation=function(e,t){plt.$flags$|=1;var r=e.childNodes;for(var n=r.length-1;n>=0;n--){var a=r[n];if(a["s-hn"]!==hostTagName&&a["s-ol"]){parentReferenceNode(a).insertBefore(a,referenceNode(a));a["s-ol"].remove();a["s-ol"]=undefined;checkSlotRelocate=true}if(t){putBackInOriginalLocation(a,t)}}plt.$flags$&=~1};var addVnodes=function(e,t,r,n,a,o){var s=e["s-cr"]&&e["s-cr"].parentNode||e;var i;if(s.shadowRoot&&s.tagName===hostTagName){s=s.shadowRoot}for(;a<=o;++a){if(n[a]){i=createElm(null,r,a,e);if(i){n[a].$elm$=i;s.insertBefore(i,referenceNode(t))}}}};var removeVnodes=function(e,t,r,n,a){for(;t<=r;++t){if(n=e[t]){a=n.$elm$;callNodeRefs(n);{checkSlotFallbackVisibility=true;if(a["s-ol"]){a["s-ol"].remove()}else{putBackInOriginalLocation(a,true)}}a.remove()}}};var updateChildren=function(e,t,r,n){var a=0;var o=0;var s=0;var i=0;var l=t.length-1;var c=t[0];var f=t[l];var u=n.length-1;var $=n[0];var d=n[u];var v;var p;while(a<=l&&o<=u){if(c==null){c=t[++a]}else if(f==null){f=t[--l]}else if($==null){$=n[++o]}else if(d==null){d=n[--u]}else if(isSameVnode(c,$)){patch(c,$);c=t[++a];$=n[++o]}else if(isSameVnode(f,d)){patch(f,d);f=t[--l];d=n[--u]}else if(isSameVnode(c,d)){if(c.$tag$==="slot"||d.$tag$==="slot"){putBackInOriginalLocation(c.$elm$.parentNode,false)}patch(c,d);e.insertBefore(c.$elm$,f.$elm$.nextSibling);c=t[++a];d=n[--u]}else if(isSameVnode(f,$)){if(c.$tag$==="slot"||d.$tag$==="slot"){putBackInOriginalLocation(f.$elm$.parentNode,false)}patch(f,$);e.insertBefore(f.$elm$,c.$elm$);f=t[--l];$=n[++o]}else{s=-1;{for(i=a;i<=l;++i){if(t[i]&&t[i].$key$!==null&&t[i].$key$===$.$key$){s=i;break}}}if(s>=0){p=t[s];if(p.$tag$!==$.$tag$){v=createElm(t&&t[o],r,s,e)}else{patch(p,$);t[s]=undefined;v=p.$elm$}$=n[++o]}else{v=createElm(t&&t[o],r,o,e);$=n[++o]}if(v){{parentReferenceNode(c.$elm$).insertBefore(v,referenceNode(c.$elm$))}}}}if(a>l){addVnodes(e,n[u+1]==null?null:n[u+1].$elm$,r,n,o,u)}else if(o>u){removeVnodes(t,a,l)}};var isSameVnode=function(e,t){if(e.$tag$===t.$tag$){if(e.$tag$==="slot"){return e.$name$===t.$name$}{return e.$key$===t.$key$}}return false};var referenceNode=function(e){return e&&e["s-ol"]||e};var parentReferenceNode=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var patch=function(e,t){var r=t.$elm$=e.$elm$;var n=e.$children$;var a=t.$children$;var o=t.$tag$;var s=t.$text$;var i;if(s===null){{isSvgMode=o==="svg"?true:o==="foreignObject"?false:isSvgMode}{if(o==="slot");else{updateElement(e,t,isSvgMode)}}if(n!==null&&a!==null){updateChildren(r,n,t,a)}else if(a!==null){if(e.$text$!==null){r.textContent=""}addVnodes(r,null,t,a,0,a.length-1)}else if(n!==null){removeVnodes(n,0,n.length-1)}if(isSvgMode&&o==="svg"){isSvgMode=false}}else if(i=r["s-cr"]){i.parentNode.textContent=s}else if(e.$text$!==s){r.data=s}};var updateFallbackSlotVisibility=function(e){var t=e.childNodes;var r;var n;var a;var o;var s;var i;for(n=0,a=t.length;n<a;n++){r=t[n];if(r.nodeType===1){if(r["s-sr"]){s=r["s-sn"];r.hidden=false;for(o=0;o<a;o++){if(t[o]["s-hn"]!==r["s-hn"]){i=t[o].nodeType;if(s!==""){if(i===1&&s===t[o].getAttribute("slot")){r.hidden=true;break}}else{if(i===1||i===3&&t[o].textContent.trim()!==""){r.hidden=true;break}}}}}updateFallbackSlotVisibility(r)}}};var relocateNodes=[];var relocateSlotContent=function(e){var t;var r;var n;var a;var o;var s;var i=0;var l=e.childNodes;var c=l.length;for(;i<c;i++){t=l[i];if(t["s-sr"]&&(r=t["s-cr"])){n=r.parentNode.childNodes;a=t["s-sn"];for(s=n.length-1;s>=0;s--){r=n[s];if(!r["s-cn"]&&!r["s-nr"]&&r["s-hn"]!==t["s-hn"]){if(isNodeLocatedInSlot(r,a)){o=relocateNodes.find((function(e){return e.$nodeToRelocate$===r}));checkSlotFallbackVisibility=true;r["s-sn"]=r["s-sn"]||a;if(o){o.$slotRefNode$=t}else{relocateNodes.push({$slotRefNode$:t,$nodeToRelocate$:r})}if(r["s-sr"]){relocateNodes.map((function(e){if(isNodeLocatedInSlot(e.$nodeToRelocate$,r["s-sn"])){o=relocateNodes.find((function(e){return e.$nodeToRelocate$===r}));if(o&&!e.$slotRefNode$){e.$slotRefNode$=o.$slotRefNode$}}}))}}else if(!relocateNodes.some((function(e){return e.$nodeToRelocate$===r}))){relocateNodes.push({$nodeToRelocate$:r})}}}}if(t.nodeType===1){relocateSlotContent(t)}}};var isNodeLocatedInSlot=function(e,t){if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var callNodeRefs=function(e){{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null);e.$children$&&e.$children$.map(callNodeRefs)}};var renderVdom=function(e,t){var r=e.$hostElement$;var n=e.$cmpMeta$;var a=e.$vnode$||newVNode(null,null);var o=isHost(t)?t:h(null,null,t);hostTagName=r.tagName;if(n.$attrsToReflect$){o.$attrs$=o.$attrs$||{};n.$attrsToReflect$.map((function(e){var t=e[0],n=e[1];return o.$attrs$[n]=r[t]}))}o.$tag$=null;o.$flags$|=4;e.$vnode$=o;o.$elm$=a.$elm$=r.shadowRoot||r;{scopeId=r["s-sc"]}{contentRef=r["s-cr"];useNativeShadowDom=(n.$flags$&1)!==0;checkSlotFallbackVisibility=false}patch(a,o);{plt.$flags$|=1;if(checkSlotRelocate){relocateSlotContent(o.$elm$);var s=void 0;var i=void 0;var l=void 0;var c=void 0;var f=void 0;var u=void 0;var $=0;for(;$<relocateNodes.length;$++){s=relocateNodes[$];i=s.$nodeToRelocate$;if(!i["s-ol"]){l=doc.createTextNode("");l["s-nr"]=i;i.parentNode.insertBefore(i["s-ol"]=l,i)}}for($=0;$<relocateNodes.length;$++){s=relocateNodes[$];i=s.$nodeToRelocate$;if(s.$slotRefNode$){c=s.$slotRefNode$.parentNode;f=s.$slotRefNode$.nextSibling;l=i["s-ol"];while(l=l.previousSibling){u=l["s-nr"];if(u&&u["s-sn"]===i["s-sn"]&&c===u.parentNode){u=u.nextSibling;if(!u||!u["s-nr"]){f=u;break}}}if(!f&&c!==i.parentNode||i.nextSibling!==f){if(i!==f){if(!i["s-hn"]&&i["s-ol"]){i["s-hn"]=i["s-ol"].parentNode.nodeName}c.insertBefore(i,f)}}}else{if(i.nodeType===1){i.hidden=true}}}}if(checkSlotFallbackVisibility){updateFallbackSlotVisibility(o.$elm$)}plt.$flags$&=~1;relocateNodes.length=0}};var getElement=function(e){return getHostRef(e).$hostElement$};var createEvent=function(e,t,r){var n=getElement(e);return{emit:function(e){return emitEvent(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:e})}}};var emitEvent=function(e,t,r){var n=plt.ce(t,r);e.dispatchEvent(n);return n};var attachToAncestor=function(e,t){if(t&&!e.$onRenderResolve$&&t["s-p"]){t["s-p"].push(new Promise((function(t){return e.$onRenderResolve$=t})))}};var scheduleUpdate=function(e,t){{e.$flags$|=16}if(e.$flags$&4){e.$flags$|=512;return}attachToAncestor(e,e.$ancestorComponent$);var r=function(){return dispatchHooks(e,t)};return writeTask(r)};var dispatchHooks=function(e,t){var r=createTime("scheduleUpdate",e.$cmpMeta$.$tagName$);var n=e.$lazyInstance$;var a;if(t){{e.$flags$|=256;if(e.$queuedListeners$){e.$queuedListeners$.map((function(e){var t=e[0],r=e[1];return safeCall(n,t,r)}));e.$queuedListeners$=null}}{a=safeCall(n,"componentWillLoad")}}r();return then(a,(function(){return updateComponent(e,n,t)}))};var updateComponent=function(e,t,r){return __awaiter(void 0,void 0,void 0,(function(){var n,a,o,s,i,l;return __generator(this,(function(c){n=e.$hostElement$;a=createTime("update",e.$cmpMeta$.$tagName$);o=n["s-rc"];if(r){attachStyles(e)}s=createTime("render",e.$cmpMeta$.$tagName$);{{{renderVdom(e,callRender(e,t))}}}if(o){o.map((function(e){return e()}));n["s-rc"]=undefined}s();a();{i=n["s-p"];l=function(){return postUpdateComponent(e)};if(i.length===0){l()}else{Promise.all(i).then(l);e.$flags$|=4;i.length=0}}return[2]}))}))};var callRender=function(e,t){try{renderingRef=t;t=t.render&&t.render();{e.$flags$&=~16}{e.$flags$|=2}}catch(t){consoleError(t,e.$hostElement$)}renderingRef=null;return t};var getRenderingRef=function(){return renderingRef};var postUpdateComponent=function(e){var t=e.$cmpMeta$.$tagName$;var r=e.$hostElement$;var n=createTime("postUpdate",t);var a=e.$lazyInstance$;var o=e.$ancestorComponent$;{safeCall(a,"componentDidRender")}if(!(e.$flags$&64)){e.$flags$|=64;{addHydratedFlag(r)}{safeCall(a,"componentDidLoad")}n();{e.$onReadyResolve$(r);if(!o){appDidLoad()}}}else{{safeCall(a,"componentDidUpdate")}n()}{if(e.$onRenderResolve$){e.$onRenderResolve$();e.$onRenderResolve$=undefined}if(e.$flags$&512){nextTick((function(){return scheduleUpdate(e,false)}))}e.$flags$&=~(4|512)}};var forceUpdate=function(e){{var t=getHostRef(e);var r=t.$hostElement$.isConnected;if(r&&(t.$flags$&(2|16))===2){scheduleUpdate(t,false)}return r}};var appDidLoad=function(e){{addHydratedFlag(doc.documentElement)}nextTick((function(){return emitEvent(win,"appload",{detail:{namespace:NAMESPACE}})}))};var safeCall=function(e,t,r){if(e&&e[t]){try{return e[t](r)}catch(e){consoleError(e)}}return undefined};var then=function(e,t){return e&&e.then?e.then(t):t()};var addHydratedFlag=function(e){return e.classList.add("hydrated")};var parsePropertyValue=function(e,t){if(e!=null&&!isComplexType(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&2){return parseFloat(e)}if(t&1){return String(e)}return e}return e};var getValue=function(e,t){return getHostRef(e).$instanceValues$.get(t)};var setValue=function(e,t,r,n){var a=getHostRef(e);var o=a.$hostElement$;var s=a.$instanceValues$.get(t);var i=a.$flags$;var l=a.$lazyInstance$;r=parsePropertyValue(r,n.$members$[t][0]);if((!(i&8)||s===undefined)&&r!==s){a.$instanceValues$.set(t,r);if(l){if(n.$watchers$&&i&128){var c=n.$watchers$[t];if(c){c.map((function(e){try{l[e](r,s,t)}catch(e){consoleError(e,o)}}))}}if((i&(2|16))===2){scheduleUpdate(a,false)}}}};var proxyComponent=function(e,t,r){if(t.$members$){if(e.watchers){t.$watchers$=e.watchers}var n=Object.entries(t.$members$);var a=e.prototype;n.map((function(e){var n=e[0],o=e[1][0];if(o&31||r&2&&o&32){Object.defineProperty(a,n,{get:function(){return getValue(this,n)},set:function(e){setValue(this,n,e,t)},configurable:true,enumerable:true})}}));if(r&1){var o=new Map;a.attributeChangedCallback=function(e,t,r){var n=this;plt.jmp((function(){var t=o.get(e);n[t]=r===null&&typeof n[t]==="boolean"?false:r}))};e.observedAttributes=n.filter((function(e){var t=e[0],r=e[1];return r[0]&15})).map((function(e){var r=e[0],n=e[1];var a=n[1]||r;o.set(a,r);if(n[0]&512){t.$attrsToReflect$.push([r,a])}return a}))}}return e};var initializeComponent=function(e,t,r,n,a){return __awaiter(void 0,void 0,void 0,(function(){var e,n,o,s,i,l,c;return __generator(this,(function(f){switch(f.label){case 0:if(!((t.$flags$&32)===0))return[3,3];t.$flags$|=32;a=loadModule(r);if(!a.then)return[3,2];e=uniqueTime();return[4,a];case 1:a=f.sent();e();f.label=2;case 2:if(!a.isProxied){{r.$watchers$=a.watchers}proxyComponent(a,r,2);a.isProxied=true}n=createTime("createInstance",r.$tagName$);{t.$flags$|=8}try{new a(t)}catch(e){consoleError(e)}{t.$flags$&=~8}{t.$flags$|=128}n();fireConnectedCallback(t.$lazyInstance$);if(a.style){o=a.style;s=getScopeId(r);if(!styles.has(s)){i=createTime("registerStyles",r.$tagName$);registerStyle(s,o,!!(r.$flags$&1));i()}}f.label=3;case 3:l=t.$ancestorComponent$;c=function(){return scheduleUpdate(t,true)};if(l&&l["s-rc"]){l["s-rc"].push(c)}else{c()}return[2]}}))}))};var fireConnectedCallback=function(e){{safeCall(e,"connectedCallback")}};var connectedCallback=function(e){if((plt.$flags$&1)===0){var t=getHostRef(e);var r=t.$cmpMeta$;var n=createTime("connectedCallback",r.$tagName$);if(!(t.$flags$&1)){t.$flags$|=1;{if(r.$flags$&(4|8)){setContentReference(e)}}{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){attachToAncestor(t,t.$ancestorComponent$=a);break}}}if(r.$members$){Object.entries(r.$members$).map((function(t){var r=t[0],n=t[1][0];if(n&31&&e.hasOwnProperty(r)){var a=e[r];delete e[r];e[r]=a}}))}{initializeComponent(e,t,r)}}else{addHostEventListeners(e,t,r.$listeners$);fireConnectedCallback(t.$lazyInstance$)}n()}};var setContentReference=function(e){var t=e["s-cr"]=doc.createComment("");t["s-cn"]=true;e.insertBefore(t,e.firstChild)};var disconnectedCallback=function(e){if((plt.$flags$&1)===0){var t=getHostRef(e);var r=t.$lazyInstance$;{if(t.$rmListeners$){t.$rmListeners$.map((function(e){return e()}));t.$rmListeners$=undefined}}{safeCall(r,"disconnectedCallback")}{safeCall(r,"componentDidUnload")}}};var bootstrapLazy=function(e,t){if(t===void 0){t={}}var r=createTime();var n=[];var a=t.exclude||[];var o=win.customElements;var s=doc.head;var i=s.querySelector("meta[charset]");var l=doc.createElement("style");var c=[];var f;var u=true;Object.assign(plt,t);plt.$resourcesUrl$=new URL(t.resourcesUrl||"./",doc.baseURI).href;e.map((function(e){return e[1].map((function(t){var r={$flags$:t[0],$tagName$:t[1],$members$:t[2],$listeners$:t[3]};{r.$members$=t[2]}{r.$listeners$=t[3]}{r.$attrsToReflect$=[]}{r.$watchers$={}}var s=r.$tagName$;var i=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;t=n;registerHost(t,r);if(r.$flags$&1){{{t.attachShadow({mode:"open"})}}}return n}t.prototype.connectedCallback=function(){var e=this;if(f){clearTimeout(f);f=null}if(u){c.push(this)}else{plt.jmp((function(){return connectedCallback(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;plt.jmp((function(){return disconnectedCallback(e)}))};t.prototype.componentOnReady=function(){return getHostRef(this).$onReadyPromise$};return t}(HTMLElement);r.$lazyBundleId$=e[0];if(!a.includes(s)&&!o.get(s)){n.push(s);o.define(s,proxyComponent(i,r,1))}}))}));{l.innerHTML=n+HYDRATED_CSS;l.setAttribute("data-styles","");s.insertBefore(l,i?i.nextSibling:s.firstChild)}u=false;if(c.length){c.map((function(e){return e.connectedCallback()}))}else{{plt.jmp((function(){return f=setTimeout(appDidLoad,30)}))}}r()};var getAssetPath=function(e){var t=new URL(e,plt.$resourcesUrl$);return t.origin!==win.location.origin?t.href:t.pathname};var getContext=function(e,t){if(t in Context){return Context[t]}else if(t==="window"){return win}else if(t==="document"){return doc}else if(t==="isServer"||t==="isPrerender"){return false}else if(t==="isClient"){return true}else if(t==="resourcesUrl"||t==="publicPath"){return getAssetPath(".")}else if(t==="queue"){return{write:writeTask,read:readTask,tick:{then:function(e){return nextTick(e)}}}}return undefined};var hostRefs=new WeakMap;var getHostRef=function(e){return hostRefs.get(e)};var registerInstance=function(e,t){return hostRefs.set(t.$lazyInstance$=e,t)};var registerHost=function(e,t){var r={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};{r.$onReadyPromise$=new Promise((function(e){return r.$onReadyResolve$=e}));e["s-p"]=[];e["s-rc"]=[]}addHostEventListeners(e,r,t.$listeners$);return hostRefs.set(e,r)};var isMemberInElement=function(e,t){return t in e};var consoleError=function(e,t){return(customError||console.error)(e,t)};var setErrorHandler=function(e){return customError=e};var cmpModules=new Map;var loadModule=function(e,t,r){var n=e.$tagName$.replace(/-/g,"_");var a=e.$lazyBundleId$;var o=cmpModules.get(a);if(o){return o[n]}return import("./"+a+".entry.js"+"").then((function(e){{cmpModules.set(a,e)}return e[n]}),consoleError)};var styles=new Map;var queueDomReads=[];var queueDomWrites=[];var queueTask=function(e,t){return function(r){e.push(r);if(!queuePending){queuePending=true;if(t&&plt.$flags$&4){nextTick(flush)}else{plt.raf(flush)}}}};var consume=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){consoleError(e)}}e.length=0};var flush=function(){consume(queueDomReads);{consume(queueDomWrites);if(queuePending=queueDomReads.length>0){plt.raf(flush)}}};var nextTick=function(e){return promiseResolve().then(e)};var readTask=queueTask(queueDomReads,false);var writeTask=queueTask(queueDomWrites,true);export{Host as H,getAssetPath as a,bootstrapLazy as b,createEvent as c,getElement as d,getContext as e,forceUpdate as f,getRenderingRef as g,h,promiseResolve as p,registerInstance as r,setErrorHandler as s};
File without changes
@@ -0,0 +1 @@
1
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-0496d1af.js";import"./datorama-akita-79ce4385.js";import"./delay-c0555599.js";import{g as globalScripts}from"./app-globals-7ac1ffba.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(s,e){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{themeCssUrl:[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["fl-button_44",[[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],showSmsfNotSupported:[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-default-fund",{history:[16],formState:[32],defaultFundProductName:[32]}],[0,"sss-qsuper-insurance-opt-in",{insuranceChosen:[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{history:[16],formState:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],areStylesLoaded:[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32],chosenFund:[32]}],[0,"sss-success"],[0,"sss-slate-join-page",{history:[16]}],[0,"super-selection-app",{accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],selectedOption:[32]}],[0,"sss-self-managed-fund-inputs",{fundForm:[16],currentBank:[32]}],[0,"sss-loading-page"],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{heading:[1],isSelected:[4,"is-selected"],usi:[1],name:[1],logo:[1],pdsLink:[1,"pds-link"],callToAction:[1,"call-to-action"],features:[1],history:[16]}],[0,"sss-selected-super-choice-section",{fundType:[1,"fund-type"],fundName:[1,"fund-name"]}],[0,"sss-slatesuper-header"],[0,"sss-footer-section"],[4,"stencil-route-link",{url:[1],urlMatch:[1,"url-match"],activeClass:[1,"active-class"],exact:[4],strict:[4],custom:[1],anchorClass:[1,"anchor-class"],anchorRole:[1,"anchor-role"],anchorTitle:[1,"anchor-title"],anchorTabIndex:[1,"anchor-tab-index"],anchorId:[1,"anchor-id"],history:[16],location:[16],root:[1],ariaHaspopup:[1,"aria-haspopup"],ariaPosinset:[1,"aria-posinset"],ariaSetsize:[2,"aria-setsize"],ariaLabel:[1,"aria-label"],match:[32]}],[4,"stencil-route-switch",{group:[513],scrollTopOffset:[2,"scroll-top-offset"],location:[16],routeViewsUpdated:[16]}],[4,"stencil-router",{root:[1],historyType:[1,"history-type"],titleSuffix:[1,"title-suffix"],scrollTopOffset:[2,"scroll-top-offset"],location:[32],history:[32]}],[4,"sss-custom-fund",{history:[16],currentCustomFund:[32],fundOptionsList:[32]}],[0,"fl-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-standard-choice-form",{standardChoiceFormSignature:[32]}],[0,"fl-dropdown",{placeholder:[1],options:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[4,"sss-qsuper-insurance-questions"],[0,"sss-qsuper-question-yes-no-buttons",{history:[16]}],[0,"sss-qsuper-confirm-header"],[4,"sss-qsuper-layout",{history:[16]}],[0,"sss-notifications-section"],[4,"fl-promise-button",{isBlockElement:[4,"is-block-element"],isRounded:[4,"is-rounded"],disabled:[4],variant:[1],promiseFn:[16],state:[32]}],[4,"fl-button",{isBlockElement:[4,"is-block-element"],disabled:[4],variant:[1]}],[0,"fl-loading-indicator",{theme:[1]}],[0,"stencil-route",{group:[513],componentUpdated:[16],match:[1040],url:[1],component:[1],componentProps:[16],exact:[4],routeRender:[16],scrollTopOffset:[2,"scroll-top-offset"],routeViewsUpdated:[16],location:[16],history:[16],historyType:[1,"history-type"]}]]]],e)}))};export{defineCustomElements};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,h}from"./index-0496d1af.js";var AsyncContent=function(){function t(t){registerInstance(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 h("div",{innerHTML:this.content})};Object.defineProperty(t,"watchers",{get:function(){return{documentLocation:["fetchNewContent"]}},enumerable:false,configurable:true});return t}();export{AsyncContent as stencil_async_content};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,d as getElement}from"./index-0496d1af.js";import{A as ActiveRouter}from"./active-router-4c80d3d2.js";var RouteTitle=function(){function e(e){registerInstance(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 getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{pageTitle:["updateDocumentTitle"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteTitle,["titleSuffix"]);export{RouteTitle as stencil_route_title};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,d as getElement}from"./index-0496d1af.js";import{A as ActiveRouter}from"./active-router-4c80d3d2.js";var StencilRouterPrompt=function(){function e(e){registerInstance(this,e);this.when=true;this.message=""}e.prototype.enable=function(e){if(this.unblock){this.unblock()}if(this.history){this.unblock=this.history.block(e)}};e.prototype.disable=function(){if(this.unblock){this.unblock();this.unblock=undefined}};e.prototype.componentWillLoad=function(){if(this.when){this.enable(this.message)}};e.prototype.updateMessage=function(e,t){if(this.when){if(!this.when||t!==e){this.enable(this.message)}}else{this.disable()}};e.prototype.componentDidUnload=function(){this.disable()};e.prototype.render=function(){return null};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{message:["updateMessage"],when:["updateMessage"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(StencilRouterPrompt,["history"]);export{StencilRouterPrompt as stencil_router_prompt};
@@ -0,0 +1 @@
1
+ import{r as registerInstance,d as getElement}from"./index-0496d1af.js";import{A as ActiveRouter}from"./active-router-4c80d3d2.js";var getUrl=function(t,e){if(t.charAt(0)=="/"&&e.charAt(e.length-1)=="/"){return e.slice(0,e.length-1)+t}return e+t};var Redirect=function(){function t(t){registerInstance(this,t)}t.prototype.componentWillLoad=function(){if(this.history&&this.root&&this.url){return this.history.replace(getUrl(this.url,this.root))}};Object.defineProperty(t.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();ActiveRouter.injectProps(Redirect,["history","root"]);export{Redirect as stencil_router_redirect};
@@ -0,0 +1 @@
1
+ module.exports = require('./cjs/index.cjs.js');
@@ -0,0 +1 @@
1
+ export * from './esm-es5/index.js';
@@ -0,0 +1,3 @@
1
+
2
+ module.exports = require('../cjs/loader.cjs.js');
3
+ module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -0,0 +1,3 @@
1
+
2
+ module.exports = require('../cjs/loader.cjs.js');
3
+ module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -0,0 +1,13 @@
1
+
2
+ export * from '../types/components';
3
+ export interface CustomElementsDefineOptions {
4
+ exclude?: string[];
5
+ resourcesUrl?: string;
6
+ syncQueue?: boolean;
7
+ jmp?: (c: Function) => any;
8
+ raf?: (c: FrameRequestCallback) => number;
9
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
10
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
11
+ }
12
+ export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
13
+ export declare function applyPolyfills(): Promise<void>;
@@ -0,0 +1,3 @@
1
+
2
+ export * from '../esm/polyfills/index.js';
3
+ export * from '../esm/loader.js';
@@ -0,0 +1,4 @@
1
+
2
+ (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
3
+ export * from '../esm/polyfills/index.js';
4
+ export * from '../esm-es5/loader.js';
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "apollo-super-selection-loader",
3
+ "typings": "./index.d.ts",
4
+ "module": "./index.js",
5
+ "main": "./index.cjs.js",
6
+ "jsnext:main": "./index.es2017.js",
7
+ "es2015": "./index.es2017.js",
8
+ "es2017": "./index.es2017.js",
9
+ "unpkg": "./cdn.js"
10
+ }
@@ -0,0 +1,45 @@
1
+ :host button, :host button:focus, :host button:active, :host button.focus, :host button.active {
2
+ box-shadow: none;
3
+ border-radius: var(--fl-rounding-button) !important;
4
+ }
5
+ :host button.disabled, :host button:disabled {
6
+ opacity: 1 !important;
7
+ cursor: not-allowed !important;
8
+ color: var(--fl-color-disabled);
9
+ }
10
+ :host button .label {
11
+ font-weight: 600 !important;
12
+ }
13
+ :host button.is-primary {
14
+ color: var(--fl-color-primary-text);
15
+ background-color: var(--fl-color-primary);
16
+ border: none;
17
+ }
18
+ :host button.is-primary.disabled, :host button.is-primary:disabled {
19
+ background-color: var(--fl-color-primary-disabled);
20
+ }
21
+ :host button.is-primary:hover:not(.disabled), :host button.is-primary:hover:not(:disabled) {
22
+ background-color: var(--fl-color-primary-hover);
23
+ }
24
+ :host button.is-primary:active:not(.disabled), :host button.is-primary:active:not(:disabled) {
25
+ background-color: var(--fl-color-primary-focus);
26
+ }
27
+ :host button.is-secondary {
28
+ color: var(--fl-color-secondary-text);
29
+ background-color: var(--fl-color-secondary);
30
+ }
31
+ :host button.is-secondary.disabled, :host button.is-secondary:disabled {
32
+ background-color: var(--fl-color-secondary-disabled);
33
+ }
34
+ :host button.is-secondary:hover:not(.disabled), :host button.is-secondary:hover:not(:disabled) {
35
+ background-color: var(--fl-color-secondary-hover);
36
+ }
37
+ :host button.is-secondary:active:not(.disabled), :host button.is-secondary:active:not(:disabled) {
38
+ background-color: var(--fl-color-secondary-focus);
39
+ }
40
+ :host button.is-block {
41
+ display: block;
42
+ }
43
+ :host button:disabled, :host button.disabled {
44
+ pointer-events: none;
45
+ }
@@ -0,0 +1,9 @@
1
+ fl-dropdown .dropdown-menu {
2
+ max-height: min(20rem, 50vh);
3
+ }
4
+ fl-dropdown .dropdown-menu .dropdown-item {
5
+ cursor: pointer;
6
+ }
7
+ fl-dropdown .dropdown-menu .dropdown-item.selected {
8
+ background-color: rgba(253, 189, 0, 0.5);
9
+ }
@@ -0,0 +1,9 @@
1
+ fl-dropdown .dropdown-menu {
2
+ max-height: min(20rem, 50vh);
3
+ }
4
+ fl-dropdown .dropdown-menu .dropdown-item {
5
+ cursor: pointer;
6
+ }
7
+ fl-dropdown .dropdown-menu .dropdown-item.selected {
8
+ background-color: rgba(253, 189, 0, 0.5);
9
+ }
@@ -0,0 +1,141 @@
1
+ fl-loading-indicator .dots-container {
2
+ width: 36px;
3
+ }
4
+ fl-loading-indicator .dot-flashing.theme-default {
5
+ position: relative;
6
+ width: 8px;
7
+ height: 8px;
8
+ border-radius: 4px;
9
+ background-color: #66efc5;
10
+ color: #9880ff;
11
+ animation: dot-flashing-default 2s infinite linear;
12
+ animation-delay: 0.5s;
13
+ }
14
+ @keyframes dot-flashing-default {
15
+ 0% {
16
+ background-color: #66efc5;
17
+ }
18
+ 25% {
19
+ background-color: #12aa7c;
20
+ }
21
+ 50%, 100% {
22
+ background-color: #66efc5;
23
+ }
24
+ }
25
+ fl-loading-indicator .dot-flashing.theme-default::before, fl-loading-indicator .dot-flashing.theme-default::after {
26
+ content: "";
27
+ display: inline-block;
28
+ position: absolute;
29
+ top: 0;
30
+ }
31
+ fl-loading-indicator .dot-flashing.theme-default::before {
32
+ left: -12px;
33
+ width: 8px;
34
+ height: 8px;
35
+ border-radius: 4px;
36
+ background-color: #66efc5;
37
+ color: #9880ff;
38
+ animation: dot-flashing-default 2s infinite linear;
39
+ animation-delay: 0s;
40
+ }
41
+ @keyframes dot-flashing-default {
42
+ 0% {
43
+ background-color: #66efc5;
44
+ }
45
+ 25% {
46
+ background-color: #12aa7c;
47
+ }
48
+ 50%, 100% {
49
+ background-color: #66efc5;
50
+ }
51
+ }
52
+ fl-loading-indicator .dot-flashing.theme-default::after {
53
+ left: 12px;
54
+ width: 8px;
55
+ height: 8px;
56
+ border-radius: 4px;
57
+ background-color: #66efc5;
58
+ color: #9880ff;
59
+ animation: dot-flashing-default 2s infinite linear;
60
+ animation-delay: 1s;
61
+ }
62
+ @keyframes dot-flashing-default {
63
+ 0% {
64
+ background-color: #66efc5;
65
+ }
66
+ 25% {
67
+ background-color: #12aa7c;
68
+ }
69
+ 50%, 100% {
70
+ background-color: #66efc5;
71
+ }
72
+ }
73
+ fl-loading-indicator .dot-flashing.theme-dark {
74
+ position: relative;
75
+ width: 8px;
76
+ height: 8px;
77
+ border-radius: 4px;
78
+ background-color: #a7a7a7;
79
+ color: #9880ff;
80
+ animation: dot-flashing-dark 2s infinite linear;
81
+ animation-delay: 0.5s;
82
+ }
83
+ @keyframes dot-flashing-dark {
84
+ 0% {
85
+ background-color: #a7a7a7;
86
+ }
87
+ 25% {
88
+ background-color: #5b5a5a;
89
+ }
90
+ 50%, 100% {
91
+ background-color: #a7a7a7;
92
+ }
93
+ }
94
+ fl-loading-indicator .dot-flashing.theme-dark::before, fl-loading-indicator .dot-flashing.theme-dark::after {
95
+ content: "";
96
+ display: inline-block;
97
+ position: absolute;
98
+ top: 0;
99
+ }
100
+ fl-loading-indicator .dot-flashing.theme-dark::before {
101
+ left: -12px;
102
+ width: 8px;
103
+ height: 8px;
104
+ border-radius: 4px;
105
+ background-color: #a7a7a7;
106
+ color: #9880ff;
107
+ animation: dot-flashing-dark 2s infinite linear;
108
+ animation-delay: 0s;
109
+ }
110
+ @keyframes dot-flashing-dark {
111
+ 0% {
112
+ background-color: #a7a7a7;
113
+ }
114
+ 25% {
115
+ background-color: #5b5a5a;
116
+ }
117
+ 50%, 100% {
118
+ background-color: #a7a7a7;
119
+ }
120
+ }
121
+ fl-loading-indicator .dot-flashing.theme-dark::after {
122
+ left: 12px;
123
+ width: 8px;
124
+ height: 8px;
125
+ border-radius: 4px;
126
+ background-color: #a7a7a7;
127
+ color: #9880ff;
128
+ animation: dot-flashing-dark 2s infinite linear;
129
+ animation-delay: 1s;
130
+ }
131
+ @keyframes dot-flashing-dark {
132
+ 0% {
133
+ background-color: #a7a7a7;
134
+ }
135
+ 25% {
136
+ background-color: #5b5a5a;
137
+ }
138
+ 50%, 100% {
139
+ background-color: #a7a7a7;
140
+ }
141
+ }
@@ -0,0 +1,5 @@
1
+ fl-promise-button fl-loading-indicator {
2
+ left: 50%;
3
+ top: 50%;
4
+ transform: translate(-50%, -50%);
5
+ }
@@ -0,0 +1,3 @@
1
+ stencil-route.inactive {
2
+ display: none;
3
+ }
@@ -0,0 +1,3 @@
1
+ export declare class LoadingPage {
2
+ render(): Element[];
3
+ }
@@ -0,0 +1,11 @@
1
+ import { Query } from '@datorama/akita';
2
+ import * as O from 'fp-ts/Option';
3
+ import { AppConfiguration, SessionState, SessionStore } from './session.store';
4
+ export declare class AppConfigurationQuery extends Query<SessionState> {
5
+ protected store: SessionStore;
6
+ readonly appConfiguration$: import("rxjs").Observable<O.Option<AppConfiguration>>;
7
+ constructor(store: SessionStore);
8
+ get configuration(): AppConfiguration;
9
+ }
10
+ declare const _default: AppConfigurationQuery;
11
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare class AppConfigurationService {
2
+ private _appRootUrl;
3
+ loadConfigurationAsync(): Promise<void>;
4
+ getAppRootUrl: () => string;
5
+ getAppHostUrl: () => string;
6
+ private resolveRootUrl;
7
+ }
8
+ declare const _default: AppConfigurationService;
9
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { ApplicationInsights } from '@microsoft/applicationinsights-web';
2
+ import { Lazy } from '../../../utils';
3
+ export declare class AppInsightsService {
4
+ readonly appInsights: Lazy<ApplicationInsights>;
5
+ constructor();
6
+ init(): void;
7
+ getAppInsights(): ApplicationInsights;
8
+ addCustomProperties(properties: {
9
+ [key: string]: string;
10
+ }): void;
11
+ private appInsightsErrorHandler;
12
+ }
13
+ declare const _default: AppInsightsService;
14
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { Query } from '@datorama/akita';
2
+ import { AuthenticationState, SessionState, SessionStore } from './session.store';
3
+ export declare class AuthenticationQuery extends Query<SessionState> {
4
+ protected store: SessionStore;
5
+ readonly sessionState$: import("rxjs").Observable<AuthenticationState>;
6
+ readonly jwt$: import("rxjs").Observable<import("fp-ts/lib/Option").Option<string>>;
7
+ constructor(store: SessionStore);
8
+ get sessionState(): AuthenticationState;
9
+ get isUnauthorized(): boolean;
10
+ get isAuthorized(): boolean;
11
+ }
12
+ declare const _default: AuthenticationQuery;
13
+ export default _default;
@@ -0,0 +1,9 @@
1
+ export declare class AuthenticationService {
2
+ private readonly authCodeQueryParameter;
3
+ authorizationCodeIsPresent(query: string): boolean;
4
+ initFromRoute(query: string): void;
5
+ private authCodeExchangeAsync;
6
+ private getAuthorizationCodeFromRoute;
7
+ }
8
+ declare const _default: AuthenticationService;
9
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export declare class HostInteropService {
2
+ private readonly interopModeQueryParameter;
3
+ completeSuperSelectionStep(): void;
4
+ init(urlQuery: string): void;
5
+ }
6
+ declare const _default: HostInteropService;
7
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { IframeInteropMode } from '../session.store';
2
+ export declare class IFrameInteropService {
3
+ static completeSuperSelectionStep(): void;
4
+ static initFromRoute(route: string): IframeInteropMode;
5
+ }
@@ -0,0 +1,7 @@
1
+ import { ReactNativeInteropMode } from '../session.store';
2
+ export declare class ReactNativeInteropService {
3
+ static init(): ReactNativeInteropMode;
4
+ static completeSuperSelectionStep(): void;
5
+ private static postRNMessage;
6
+ private static getRnInterop;
7
+ }
@@ -0,0 +1,11 @@
1
+ import { Query } from '@datorama/akita';
2
+ import { IframeInteropMode, SessionState, SessionStore } from './session.store';
3
+ export declare class InteropQuery extends Query<SessionState> {
4
+ protected store: SessionStore;
5
+ constructor(store: SessionStore);
6
+ isReactNativeInteropEnabled(): boolean;
7
+ isIframeInteropEnabled(): boolean;
8
+ getIframeInteropMode(): IframeInteropMode;
9
+ }
10
+ declare const _default: InteropQuery;
11
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { Store } from '@datorama/akita';
2
+ import * as O from 'fp-ts/Option';
3
+ export declare type AppConfiguration = {
4
+ OidcAuthority: string;
5
+ ApiBaseUrl: string;
6
+ AppInsightsKey: string;
7
+ };
8
+ export declare enum AuthenticationState {
9
+ Unauthorized = 0,
10
+ Authenticated = 1,
11
+ Error = 2
12
+ }
13
+ export declare class ReactNativeInteropMode {
14
+ }
15
+ export declare class IframeInteropMode {
16
+ successRedirectionUrl: O.Option<string>;
17
+ }
18
+ export declare type SessionState = {
19
+ authenticationState: AuthenticationState;
20
+ jwt: O.Option<string>;
21
+ reactNativeInterop: O.Option<ReactNativeInteropMode>;
22
+ iframeInterop: O.Option<IframeInteropMode>;
23
+ appConfiguration: O.Option<AppConfiguration>;
24
+ };
25
+ export declare function createInitialState(): SessionState;
26
+ export declare class SessionStore extends Store<SessionState> {
27
+ constructor();
28
+ }
29
+ declare const _default: SessionStore;
30
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import '@flarehr/beacon';
2
+ export declare class SuperSelectionAppHost {
3
+ private sessionState;
4
+ private jwt;
5
+ private appConfiguration;
6
+ private areStylesLoaded;
7
+ componentWillLoad(): Promise<void>;
8
+ render(): Element;
9
+ private fetchStyles;
10
+ private renderAppContent;
11
+ private getAppBaseUrl;
12
+ private handleSuccessPageAcknowledged;
13
+ private handleStepSubmitSuccess;
14
+ private handleAppInitialised;
15
+ private observeContentResize;
16
+ private renderProtectedRoute;
17
+ }
@@ -0,0 +1,2 @@
1
+ import { Wretcher } from 'wretch';
2
+ export declare function buildBackendApiClient(): Wretcher;
@@ -0,0 +1,6 @@
1
+ import { SuperSelectionEventDto } from './super-selection-events.model';
2
+ export declare class EventTrackingApi {
3
+ private static instance;
4
+ static get Instance(): EventTrackingApi;
5
+ PostAnalyticsEventAsync(event: SuperSelectionEventDto): Promise<void>;
6
+ }
@@ -0,0 +1,73 @@
1
+ export declare type FinancialProductViewedDetail = {
2
+ fundUsi: string;
3
+ fundName: string;
4
+ fundNameAlt: string;
5
+ financialProduct: string;
6
+ };
7
+ export declare type SuperFundPdsViewedDetail = {
8
+ fundUsi: string;
9
+ fundName: string;
10
+ fundNameAlt: string;
11
+ pageName: string;
12
+ };
13
+ export declare type FinancialProductAcceptedDetail = {
14
+ fundUsi: string;
15
+ fundName: string;
16
+ fundNameAlt: string;
17
+ financialProduct: string;
18
+ };
19
+ export declare type FinancialProductRejectedDetail = {
20
+ fundUsi: string;
21
+ fundName: string;
22
+ fundNameAlt: string;
23
+ financialProduct: string;
24
+ };
25
+ export declare type SuperFundPrivacyConfirmationAcceptedDetail = {
26
+ fundUsi: string;
27
+ fundName: string;
28
+ fundNameAlt: string;
29
+ financialProduct: string;
30
+ };
31
+ export declare type ViewedPromotedFundDetail = {
32
+ fundUsi: string;
33
+ fundName: string;
34
+ fundNameAlt: string;
35
+ };
36
+ export declare type ViewedDefaultFundDetail = {
37
+ fundUsi: string;
38
+ fundName: string;
39
+ };
40
+ export declare type SuperFundDetailAcceptedDetail = {
41
+ fundUsi: string;
42
+ fundName: string;
43
+ isPdfViewed: boolean;
44
+ isSearchSuperChosen: boolean;
45
+ };
46
+ export declare type SuperFundPanelViewedDetail = {
47
+ enabledFundIds: Array<string>;
48
+ };
49
+ export declare type SuperFundDetailViewedDetail = {
50
+ PromotedFund: ViewedPromotedFundDetail;
51
+ } | 'MyOwnFund' | 'Smsf' | {
52
+ DefaultFund: ViewedDefaultFundDetail;
53
+ };
54
+ export declare type SuperSelectionAnalyticsEvent = {
55
+ FinancialProductViewed: FinancialProductViewedDetail;
56
+ } | {
57
+ SuperFundPdsViewed: SuperFundPdsViewedDetail;
58
+ } | {
59
+ FinancialProductAccepted: FinancialProductAcceptedDetail;
60
+ } | {
61
+ FinancialProductRejected: FinancialProductRejectedDetail;
62
+ } | {
63
+ SuperFundPrivacyConfirmationAccepted: SuperFundPrivacyConfirmationAcceptedDetail;
64
+ } | {
65
+ SuperFundDetailViewed: SuperFundDetailViewedDetail;
66
+ } | {
67
+ SuperFundDetailAccepted: SuperFundDetailAcceptedDetail;
68
+ } | {
69
+ SuperFundPanelViewed: SuperFundPanelViewedDetail;
70
+ };
71
+ export declare type SuperSelectionEventDto = {
72
+ event: SuperSelectionAnalyticsEvent;
73
+ };