@flarehr/apollo-super-selection 1.3.54543 → 1.3.54570

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 (253) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -0
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -0
  3. package/dist/lib/apollo-super-selection/apollo-super-selection.js +130 -0
  4. package/dist/lib/apollo-super-selection/assets/icon-exclamation.svg +3 -0
  5. package/dist/lib/apollo-super-selection/assets/icon-information-circle.svg +3 -0
  6. package/dist/lib/apollo-super-selection/index.esm.js +0 -0
  7. package/dist/lib/apollo-super-selection/p-02f24922.system.entry.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-071b8545.entry.js +1 -0
  9. package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
  10. package/dist/lib/apollo-super-selection/p-15f0e5eb.system.js +1 -0
  11. package/dist/lib/apollo-super-selection/p-23cfdd82.entry.js +1 -0
  12. package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
  13. package/dist/lib/apollo-super-selection/p-44bec843.system.js +1 -0
  14. package/dist/lib/apollo-super-selection/p-50ea2036.system.js +1 -0
  15. package/dist/lib/apollo-super-selection/p-51aefdb1.system.entry.js +1 -0
  16. package/dist/lib/apollo-super-selection/p-51c6dd08.js +1 -0
  17. package/dist/lib/apollo-super-selection/p-6ac8791e.system.entry.js +1 -0
  18. package/dist/lib/apollo-super-selection/p-7a89efaf.js +1 -0
  19. package/dist/lib/apollo-super-selection/p-80178f87.system.js +1 -0
  20. package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
  21. package/dist/lib/apollo-super-selection/p-9c855634.entry.js +1 -0
  22. package/dist/lib/apollo-super-selection/p-b89b68db.entry.js +1 -0
  23. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -0
  24. package/dist/lib/apollo-super-selection/p-c9bb6b7d.system.entry.js +69 -0
  25. package/dist/lib/apollo-super-selection/p-e869dc87.entry.js +14 -0
  26. package/dist/lib/apollo-super-selection/p-ef3afa00.system.entry.js +1 -0
  27. package/dist/lib/apollo-super-selection/p-f29066b9.system.entry.js +1 -0
  28. package/dist/lib/apollo-super-selection/p-fcb4050d.entry.js +1 -0
  29. package/dist/lib/cjs/active-router-1f555f75.js +75 -0
  30. package/dist/lib/cjs/apollo-super-selection.cjs.js +22 -0
  31. package/dist/lib/cjs/app-globals-b1125d8c.js +25 -0
  32. package/dist/lib/cjs/context-consumer.cjs.entry.js +29 -0
  33. package/dist/lib/cjs/datorama-akita-6c9cb8fb.js +3641 -0
  34. package/dist/lib/cjs/index-eb4f212f.js +1766 -0
  35. package/dist/lib/cjs/index.cjs.js +2 -0
  36. package/dist/lib/cjs/loader.cjs.js +24 -0
  37. package/dist/lib/cjs/sss-button_31.cjs.entry.js +17977 -0
  38. package/dist/lib/cjs/stencil-async-content.cjs.entry.js +32 -0
  39. package/dist/lib/cjs/stencil-route-title.cjs.entry.js +32 -0
  40. package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +59 -0
  41. package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +32 -0
  42. package/dist/lib/collection/apollo-super-selection.css +1 -0
  43. package/dist/lib/collection/collection-manifest.json +95 -0
  44. package/dist/lib/collection/components/app-host/loading-page.js +9 -0
  45. package/dist/lib/collection/components/app-host/services/app-configuration.query.js +18 -0
  46. package/dist/lib/collection/components/app-host/services/app-configuration.service.js +25 -0
  47. package/dist/lib/collection/components/app-host/services/app-parameters.query.js +13 -0
  48. package/dist/lib/collection/components/app-host/services/app-parameters.service.js +14 -0
  49. package/dist/lib/collection/components/app-host/services/appinsights.service.js +46 -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 +38 -0
  57. package/dist/lib/collection/components/app-host/super-selection-app-host.css +24 -0
  58. package/dist/lib/collection/components/app-host/super-selection-app-host.js +87 -0
  59. package/dist/lib/collection/components/external-loading-page/external-loading-page.js +29 -0
  60. package/dist/lib/collection/components/super-campaign/super-campaign-types.js +6 -0
  61. package/dist/lib/collection/components/super-campaign/super-campaign.js +361 -0
  62. package/dist/lib/collection/components/super-selection-app/api/api-client.js +14 -0
  63. package/dist/lib/collection/components/super-selection-app/api/event-tracking.api.js +9 -0
  64. package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors-api.js +9 -0
  65. package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors.api.dtos.js +1 -0
  66. package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +16 -0
  67. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +179 -0
  68. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +69 -0
  69. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +36 -0
  70. package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
  71. package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
  72. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +163 -0
  73. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +39 -0
  74. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.js +1 -0
  75. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +50 -0
  76. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +86 -0
  77. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +53 -0
  78. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +114 -0
  79. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +162 -0
  80. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +143 -0
  81. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +118 -0
  82. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/abn-validation.js +11 -0
  83. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.js +111 -0
  84. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +253 -0
  85. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.js +1 -0
  86. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +121 -0
  87. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.js +1 -0
  88. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.js +31 -0
  89. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.js +1 -0
  90. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.js +13 -0
  91. package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate.js +4 -0
  92. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +53 -0
  93. package/dist/lib/collection/components/super-selection-app/misc/button.js +195 -0
  94. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
  95. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +390 -0
  96. package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
  97. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-common.js +22 -0
  98. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-display-field.js +42 -0
  99. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-error-box.js +66 -0
  100. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +121 -0
  101. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +145 -0
  102. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +223 -0
  103. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +398 -0
  104. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-types.js +288 -0
  105. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-warning-box.js +37 -0
  106. package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill.js +81 -0
  107. package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +15 -0
  108. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +97 -0
  109. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +134 -0
  110. package/dist/lib/collection/components/super-selection-app/services/misc.service.js +7 -0
  111. package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +31 -0
  112. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +32 -0
  113. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +146 -0
  114. package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +42 -0
  115. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +155 -0
  116. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +11 -0
  117. package/dist/lib/collection/components/super-selection-app/super-selection-app.css +27 -0
  118. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +291 -0
  119. package/dist/lib/collection/global/init-host.js +25 -0
  120. package/dist/lib/collection/global/main.dev.js +29 -0
  121. package/dist/lib/collection/global/main.js +11 -0
  122. package/dist/lib/collection/global/stencil-router-workaround.js +12 -0
  123. package/dist/lib/collection/index.js +2 -0
  124. package/dist/lib/collection/utils/config.js +2 -0
  125. package/dist/lib/collection/utils/gtm.js +5 -0
  126. package/dist/lib/collection/utils/iframe.js +33 -0
  127. package/dist/lib/collection/utils/index.js +11 -0
  128. package/dist/lib/collection/utils/lazy.js +29 -0
  129. package/dist/lib/collection/utils/storage.js +5 -0
  130. package/dist/lib/esm/active-router-5e40c0f8.js +73 -0
  131. package/dist/lib/esm/apollo-super-selection.js +20 -0
  132. package/dist/lib/esm/app-globals-c1f89805.js +23 -0
  133. package/dist/lib/esm/context-consumer.entry.js +25 -0
  134. package/dist/lib/esm/datorama-akita-127aea91.js +3624 -0
  135. package/dist/lib/esm/index-189b2180.js +1732 -0
  136. package/dist/lib/esm/index.js +1 -0
  137. package/dist/lib/esm/loader.js +20 -0
  138. package/dist/lib/esm/polyfills/core-js.js +11 -0
  139. package/dist/lib/esm/polyfills/css-shim.js +1 -0
  140. package/dist/lib/esm/polyfills/dom.js +79 -0
  141. package/dist/lib/esm/polyfills/es5-html-element.js +1 -0
  142. package/dist/lib/esm/polyfills/index.js +34 -0
  143. package/dist/lib/esm/polyfills/system.js +6 -0
  144. package/dist/lib/esm/sss-button_31.entry.js +17923 -0
  145. package/dist/lib/esm/stencil-async-content.entry.js +28 -0
  146. package/dist/lib/esm/stencil-route-title.entry.js +28 -0
  147. package/dist/lib/esm/stencil-router-prompt.entry.js +55 -0
  148. package/dist/lib/esm/stencil-router-redirect.entry.js +28 -0
  149. package/dist/lib/esm-es5/active-router-5e40c0f8.js +1 -0
  150. package/dist/lib/esm-es5/apollo-super-selection.js +1 -0
  151. package/dist/lib/esm-es5/app-globals-c1f89805.js +1 -0
  152. package/dist/lib/esm-es5/context-consumer.entry.js +1 -0
  153. package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
  154. package/dist/lib/esm-es5/index-189b2180.js +1 -0
  155. package/dist/lib/esm-es5/index.js +0 -0
  156. package/dist/lib/esm-es5/loader.js +1 -0
  157. package/dist/lib/esm-es5/sss-button_31.entry.js +69 -0
  158. package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -0
  159. package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -0
  160. package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -0
  161. package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -0
  162. package/dist/lib/index.cjs.js +1 -0
  163. package/dist/lib/index.js +1 -0
  164. package/dist/lib/loader/cdn.js +3 -0
  165. package/dist/lib/loader/index.cjs.js +3 -0
  166. package/dist/lib/loader/index.d.ts +13 -0
  167. package/dist/lib/loader/index.es2017.js +3 -0
  168. package/dist/lib/loader/index.js +4 -0
  169. package/dist/lib/loader/package.json +10 -0
  170. package/dist/lib/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
  171. package/dist/lib/types/components/app-host/loading-page.d.ts +3 -0
  172. package/dist/lib/types/components/app-host/services/app-configuration.query.d.ts +11 -0
  173. package/dist/lib/types/components/app-host/services/app-configuration.service.d.ts +9 -0
  174. package/dist/lib/types/components/app-host/services/app-parameters.query.d.ts +10 -0
  175. package/dist/lib/types/components/app-host/services/app-parameters.service.d.ts +6 -0
  176. package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +15 -0
  177. package/dist/lib/types/components/app-host/services/authentication.query.d.ts +13 -0
  178. package/dist/lib/types/components/app-host/services/authentication.service.d.ts +9 -0
  179. package/dist/lib/types/components/app-host/services/interop/host-interop.service.d.ts +7 -0
  180. package/dist/lib/types/components/app-host/services/interop/iframe-interop.service.d.ts +5 -0
  181. package/dist/lib/types/components/app-host/services/interop/react-native-interop.service.d.ts +7 -0
  182. package/dist/lib/types/components/app-host/services/interop.query.d.ts +11 -0
  183. package/dist/lib/types/components/app-host/services/session.store.d.ts +31 -0
  184. package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +15 -0
  185. package/dist/lib/types/components/super-campaign/super-campaign-types.d.ts +96 -0
  186. package/dist/lib/types/components/super-campaign/super-campaign.d.ts +37 -0
  187. package/dist/lib/types/components/super-selection-app/api/api-client.d.ts +2 -0
  188. package/dist/lib/types/components/super-selection-app/api/event-tracking.api.d.ts +6 -0
  189. package/dist/lib/types/components/super-selection-app/api/super-campaign-errors-api.d.ts +6 -0
  190. package/dist/lib/types/components/super-selection-app/api/super-campaign-errors.api.dtos.d.ts +7 -0
  191. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +149 -0
  192. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +16 -0
  193. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +233 -0
  194. package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +7 -0
  195. package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
  196. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +5 -0
  197. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +10 -0
  198. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +43 -0
  199. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +9 -0
  200. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +30 -0
  201. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +13 -0
  202. package/dist/lib/types/components/super-selection-app/funds/custom-fund/member-name-input.d.ts +14 -0
  203. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +16 -0
  204. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +13 -0
  205. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/abn-validation.d.ts +1 -0
  206. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.d.ts +112 -0
  207. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +29 -0
  208. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +14 -0
  209. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +15 -0
  210. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.d.ts +8 -0
  211. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +25 -0
  212. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.d.ts +6 -0
  213. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +8 -0
  214. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate.d.ts +4 -0
  215. package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +4 -0
  216. package/dist/lib/types/components/super-selection-app/misc/button.d.ts +14 -0
  217. package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +52 -0
  218. package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
  219. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-common.d.ts +9 -0
  220. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-display-field.d.ts +5 -0
  221. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-error-box.d.ts +5 -0
  222. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.d.ts +18 -0
  223. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-smsf.d.ts +28 -0
  224. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-my-own-fund.d.ts +30 -0
  225. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-smsf.d.ts +52 -0
  226. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-types.d.ts +95 -0
  227. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-warning-box.d.ts +4 -0
  228. package/dist/lib/types/components/super-selection-app/prefill-fund/prefill.d.ts +14 -0
  229. package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +8 -0
  230. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +21 -0
  231. package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +75 -0
  232. package/dist/lib/types/components/super-selection-app/services/misc.service.d.ts +6 -0
  233. package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +17 -0
  234. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +16 -0
  235. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +38 -0
  236. package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +34 -0
  237. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +16 -0
  238. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +42 -0
  239. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +27 -0
  240. package/dist/lib/types/components.d.ts +503 -0
  241. package/dist/lib/types/global/init-host.d.ts +1 -0
  242. package/dist/lib/types/global/main.d.ts +1 -0
  243. package/dist/lib/types/global/main.dev.d.ts +1 -0
  244. package/dist/lib/types/global/stencil-router-workaround.d.ts +1 -0
  245. package/dist/lib/types/index.d.ts +2 -0
  246. package/dist/lib/types/stencil-public-runtime.d.ts +1555 -0
  247. package/dist/lib/types/utils/config.d.ts +2 -0
  248. package/dist/lib/types/utils/gtm.d.ts +7 -0
  249. package/dist/lib/types/utils/iframe.d.ts +13 -0
  250. package/dist/lib/types/utils/index.d.ts +4 -0
  251. package/dist/lib/types/utils/lazy.d.ts +12 -0
  252. package/dist/lib/types/utils/storage.d.ts +4 -0
  253. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ import{r as registerInstance,h}from"./index-189b2180.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-189b2180.js";import{A as ActiveRouter}from"./active-router-5e40c0f8.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-189b2180.js";import{A as ActiveRouter}from"./active-router-5e40c0f8.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-189b2180.js";import{A as ActiveRouter}from"./active-router-5e40c0f8.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,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,10 @@
1
+ import { Query } from '@datorama/akita';
2
+ import { SessionState, SessionStore } from './session.store';
3
+ export declare class AppParametersQuery extends Query<SessionState> {
4
+ protected store: SessionStore;
5
+ readonly ignoreExistingSelection$: import("rxjs").Observable<boolean>;
6
+ constructor(store: SessionStore);
7
+ get ignoreExistingSelection(): boolean;
8
+ }
9
+ declare const _default: AppParametersQuery;
10
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare class AppParametersService {
2
+ private readonly ignoreExistingSelectionQueryParameter;
3
+ init(query: string): void;
4
+ }
5
+ declare const _default: AppParametersService;
6
+ export default _default;
@@ -0,0 +1,15 @@
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
+ trackErrorTrace(message: string): void;
12
+ private appInsightsErrorHandler;
13
+ }
14
+ declare const _default: AppInsightsService;
15
+ 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,31 @@
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
+ ignoreExistingSelection: boolean;
25
+ };
26
+ export declare function createInitialState(): SessionState;
27
+ export declare class SessionStore extends Store<SessionState> {
28
+ constructor();
29
+ }
30
+ declare const _default: SessionStore;
31
+ export default _default;
@@ -0,0 +1,15 @@
1
+ export declare class SuperSelectionAppHost {
2
+ private sessionState;
3
+ private jwt;
4
+ private appConfiguration;
5
+ private ignoreExistingSelection;
6
+ componentWillLoad(): Promise<void>;
7
+ render(): Element;
8
+ private renderAppContent;
9
+ private getAppBaseUrl;
10
+ private handleSuccessPageAcknowledged;
11
+ private handleStepSubmitSuccess;
12
+ private handleAppInitialised;
13
+ private observeContentResize;
14
+ private renderProtectedRoute;
15
+ }
@@ -0,0 +1,96 @@
1
+ export declare type Sender = 'super-campaign';
2
+ export declare type SuperCampaignCommonEventPayload = {
3
+ sender: Sender;
4
+ };
5
+ export declare type SuperCampaignLoadedEvent = SuperCampaignCommonEventPayload & {
6
+ type: 'super-campaign-loaded';
7
+ };
8
+ export declare type SuperCampaignLoadFailedEvent = SuperCampaignCommonEventPayload & {
9
+ type: 'super-campaign-load-failed';
10
+ reason: string;
11
+ };
12
+ export declare type SuperCampaignFailedEvent = SuperCampaignCommonEventPayload & {
13
+ type: 'super-campaign-failed';
14
+ reason: string;
15
+ };
16
+ export declare type ChooseAnotherFundRequestedEvent = SuperCampaignCommonEventPayload & {
17
+ type: 'choose-another-fund-requested';
18
+ };
19
+ export declare type FundsPanelShownEvent = SuperCampaignCommonEventPayload & {
20
+ type: 'fund-panel-shown';
21
+ shownFunds: Array<ShownFund>;
22
+ };
23
+ export declare type FundTileClickedEvent = SuperCampaignCommonEventPayload & {
24
+ type: 'fund-tile-clicked';
25
+ fundId: string;
26
+ fundUsi?: string;
27
+ fundName: string;
28
+ fundType: ShownFundType;
29
+ };
30
+ export declare type FundPdsViewedEvent = SuperCampaignCommonEventPayload & {
31
+ type: 'fund-pds-viewed';
32
+ fundUsi?: string;
33
+ fundName: string;
34
+ pageName: string;
35
+ };
36
+ export declare type DisclaimerViewedEvent = SuperCampaignCommonEventPayload & {
37
+ type: 'disclaimer-viewed';
38
+ };
39
+ export declare type DisclaimerAcceptedEvent = SuperCampaignCommonEventPayload & {
40
+ type: 'disclaimer-accepted';
41
+ };
42
+ export declare type PromotedFundJoinedEvent = SuperCampaignCommonEventPayload & {
43
+ type: 'promoted-fund-joined';
44
+ fundJoinInfo: FundJoinInfo;
45
+ };
46
+ export declare type PromotedFundJoinInfo = {
47
+ fundType: 'Promoted';
48
+ fundId: string;
49
+ fundName: string;
50
+ usi: string;
51
+ memberNumber: string;
52
+ memberFirstName?: string;
53
+ memberFamilyName?: string;
54
+ };
55
+ export declare type PromotedDefaultFundJoinInfo = {
56
+ fundType: 'PromotedDefault';
57
+ fundId: string;
58
+ fundName: string;
59
+ usi: string;
60
+ };
61
+ export declare type PromotedDefaultFundWithJoinInfo = {
62
+ fundType: 'PromotedDefaultWithJoin';
63
+ fundId: string;
64
+ fundName: string;
65
+ usi: string;
66
+ memberNumber: string;
67
+ memberFirstName: string;
68
+ memberFamilyName: string;
69
+ };
70
+ export declare type DefinedBenefitsJoinInfo = {
71
+ fundType: 'DefinedBenefits';
72
+ fundId: string;
73
+ fundName: string;
74
+ usi: string;
75
+ memberNumber: string;
76
+ memberElectContributionRatePreTax: number;
77
+ memberElectContributionRatePostTax: number;
78
+ };
79
+ export declare type FundJoinInfo = PromotedFundJoinInfo | PromotedDefaultFundJoinInfo | PromotedDefaultFundWithJoinInfo | DefinedBenefitsJoinInfo;
80
+ export declare type JoinedFundType = FundJoinInfo['fundType'];
81
+ export declare type ShownFund = {
82
+ fundId: string;
83
+ fundType: ShownFundType;
84
+ };
85
+ export declare type ShownFundType = 'promoted' | 'promoted-default' | 'defined-benefits';
86
+ export declare type EventPayload = SuperCampaignLoadedEvent | SuperCampaignLoadFailedEvent | SuperCampaignFailedEvent | ChooseAnotherFundRequestedEvent | FundsPanelShownEvent | FundTileClickedEvent | FundPdsViewedEvent | DisclaimerViewedEvent | DisclaimerAcceptedEvent | PromotedFundJoinedEvent;
87
+ export declare type EventType = EventPayload['type'];
88
+ export declare type EventHandlers = {
89
+ [k in EventType]: (event: CustomEvent<Extract<EventPayload, {
90
+ type: k;
91
+ }>>) => Promise<void>;
92
+ };
93
+ export declare const Usi: {
94
+ clean: (usi: string) => string;
95
+ };
96
+ export declare const LoadWaitingTimeout = 30000;
@@ -0,0 +1,37 @@
1
+ import { RouterHistory } from '@stencil/router';
2
+ export declare class SuperCampaignHost {
3
+ history: RouterHistory;
4
+ private scriptImported;
5
+ private backendUrl;
6
+ private accessToken;
7
+ private loadingTimeoutRef;
8
+ private superCampaignEventHandlers;
9
+ constructor();
10
+ componentWillLoad(): Promise<void>;
11
+ disconnectedCallback(): void;
12
+ render(): Element[];
13
+ private activateFallbackMechanism;
14
+ private superCampaignLoadingTimeoutTriggered;
15
+ private createApolloSuperCampaignScriptUrl;
16
+ private getBaseUrl;
17
+ private getEnvironmentTag;
18
+ private subscribeToSuperCampaignEvents;
19
+ private unSubscribeFromSuperCampaignEvents;
20
+ private superCampaignLoaded;
21
+ private superCampaignLoadFailed;
22
+ private superCampaignFailed;
23
+ private chooseAnotherFundRequested;
24
+ private fundPanelShown;
25
+ private fundTileClicked;
26
+ private fundPdsViewed;
27
+ private disclaimerViewed;
28
+ private disclaimerAccepted;
29
+ private promotedFundJoined;
30
+ private stringIsNullOrEmtpty;
31
+ private get SuperCampaignState();
32
+ private get PromotedFundsConfig();
33
+ private handlePromotedFundJoined;
34
+ private handlePromotedDefaultFundJoined;
35
+ private handlePromotedDefaultFundWithJoinWasJoined;
36
+ private handleDefinedBenefitsJoined;
37
+ }
@@ -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,6 @@
1
+ import { SuperCampaignError } from './super-campaign-errors.api.dtos';
2
+ export declare class SuperCampaignErrorApi {
3
+ private static instance;
4
+ static get Instance(): SuperCampaignErrorApi;
5
+ PostError(error: SuperCampaignError): Promise<void>;
6
+ }
@@ -0,0 +1,7 @@
1
+ export declare type SuperCampaignError = {
2
+ type: 'SuperCampaignActivationFailed';
3
+ reason: string;
4
+ } | {
5
+ type: 'SuperCampaignOperationFailed';
6
+ reason: string;
7
+ };
@@ -0,0 +1,149 @@
1
+ export declare type SuperFundPdsViewedDetail = {
2
+ fundUsi?: string;
3
+ fundName: string;
4
+ pageName: string;
5
+ superCampaignEnabled: boolean;
6
+ };
7
+ export declare type ViewedPromotedFundDetail = {
8
+ fundUsi?: string;
9
+ fundName: string;
10
+ promotedFundId: string;
11
+ promotedFundsShown: Array<string>;
12
+ defaultFundUsiSet?: string;
13
+ superCampaignEnabled: boolean;
14
+ };
15
+ export declare type FundDetailChangeRequested = Omit<ViewedDefaultFundDetail, 'superCampaignEnabled'>;
16
+ export declare type ViewedPromotedDefaultFundDetail = {
17
+ fundUsi: string;
18
+ fundName: string;
19
+ promotedFundId: string;
20
+ promotedFundsShown: Array<string>;
21
+ defaultFundUsiSet?: string;
22
+ superCampaignEnabled: boolean;
23
+ };
24
+ export declare type ViewedMyOwnFundDetail = {
25
+ promotedFundsShown: Array<string>;
26
+ defaultFundUsiSet?: string;
27
+ };
28
+ export declare type ViewedSmsfDetail = {
29
+ promotedFundsShown: Array<string>;
30
+ defaultFundUsiSet?: string;
31
+ };
32
+ export declare type ViewedDefaultFundDetail = {
33
+ fundUsi: string;
34
+ fundName: string;
35
+ promotedFundsShown: Array<string>;
36
+ defaultFundUsiSet?: string;
37
+ };
38
+ export declare type SuperFundNominationViewedDetail = {
39
+ fundType: string;
40
+ fundName?: string;
41
+ fundUsi?: string;
42
+ memberNumber?: string;
43
+ fundStatus: string;
44
+ lastNominatedAt: string;
45
+ };
46
+ export declare type SuperFundPrefillViewedDetail = {
47
+ fundType: string;
48
+ isUsiValid?: boolean;
49
+ isMemberNumberPresent?: boolean;
50
+ isMemberFirstNamePresent: boolean;
51
+ isMemberLastNamePresent: boolean;
52
+ isAbnValid?: boolean;
53
+ };
54
+ export declare type SuperFundPrefillDeclinedDetail = {
55
+ fundType: string;
56
+ isUsiValid?: boolean;
57
+ isMemberNumberPresent?: boolean;
58
+ isMemberFirstNamePresent: boolean;
59
+ isMemberLastNamePresent: boolean;
60
+ isAbnValid?: boolean;
61
+ };
62
+ export declare type SuperFundNominationDeclinedDetail = {
63
+ fundType: string;
64
+ fundName?: string;
65
+ fundUsi?: string;
66
+ memberNumber?: string;
67
+ fundStatus: string;
68
+ lastNominatedAt: string;
69
+ };
70
+ export declare type SuperFundDisclaimerViewedDetail = {
71
+ isDefinedBenefitsEligible: string;
72
+ superCampaignEnabled: boolean;
73
+ };
74
+ export declare const SuperFundDisclaimerViewedDetail: {
75
+ create: (superCampaignEnabled: boolean) => SuperFundDisclaimerViewedDetail;
76
+ };
77
+ export declare type SuperFundDisclaimerAcceptedDetail = {
78
+ superCampaignEnabled: boolean;
79
+ };
80
+ export declare type SuperFundDetailViewedDetail = {
81
+ PromotedFund: ViewedPromotedFundDetail;
82
+ } | {
83
+ PromotedDefaultFund: ViewedPromotedDefaultFundDetail;
84
+ } | {
85
+ MyOwnFund: ViewedMyOwnFundDetail;
86
+ } | {
87
+ Smsf: ViewedSmsfDetail;
88
+ } | {
89
+ DefaultFund: ViewedDefaultFundDetail;
90
+ };
91
+ export declare type SuperFundDetailChangeRequested = {
92
+ PromotedFund: {
93
+ memberNumber: string;
94
+ } & FundDetailChangeRequested;
95
+ } | {
96
+ PromotedDefaultFund: FundDetailChangeRequested;
97
+ } | {
98
+ PromotedDefaultFundWithJoin: {
99
+ memberNumber: string;
100
+ } & FundDetailChangeRequested;
101
+ } | {
102
+ MyOwnFund: {
103
+ fundName: string;
104
+ fundUsi: string;
105
+ memberNumber: string;
106
+ } & ViewedMyOwnFundDetail;
107
+ } | {
108
+ Smsf: {
109
+ fundName: string;
110
+ fundEsa: string;
111
+ } & ViewedSmsfDetail;
112
+ } | {
113
+ DefaultFund: ViewedDefaultFundDetail;
114
+ };
115
+ export declare type SuperCampaignActivationFailedDetail = {
116
+ reason: string;
117
+ };
118
+ export declare type SuperCampaignOperationFailedDetail = {
119
+ reason: string;
120
+ };
121
+ export declare type SuperCampaignActivationSucceededDetail = Record<string, never>;
122
+ export declare type SuperSelectionAnalyticsEvent = {
123
+ SuperFundPdsViewed: SuperFundPdsViewedDetail;
124
+ } | {
125
+ SuperFundDetailViewed: SuperFundDetailViewedDetail;
126
+ } | {
127
+ SuperFundDetailChangeRequested: SuperFundDetailChangeRequested;
128
+ } | {
129
+ SuperFundNominationViewed: SuperFundNominationViewedDetail;
130
+ } | {
131
+ SuperFundNominationDeclined: SuperFundNominationDeclinedDetail;
132
+ } | {
133
+ SuperFundDisclaimerViewed: SuperFundDisclaimerViewedDetail;
134
+ } | {
135
+ SuperFundDisclaimerAccepted: SuperFundDisclaimerAcceptedDetail;
136
+ } | {
137
+ SuperFundPrefillViewed: SuperFundPrefillViewedDetail;
138
+ } | {
139
+ SuperFundPrefillDeclined: SuperFundPrefillDeclinedDetail;
140
+ } | {
141
+ SuperCampaignActivationSucceeded: SuperCampaignActivationSucceededDetail;
142
+ } | {
143
+ SuperCampaignActivationFailed: SuperCampaignActivationFailedDetail;
144
+ } | {
145
+ SuperCampaignOperationFailed: SuperCampaignOperationFailedDetail;
146
+ };
147
+ export declare type SuperSelectionEventDto = {
148
+ event: SuperSelectionAnalyticsEvent;
149
+ };
@@ -0,0 +1,16 @@
1
+ import { AppStateDto, AustralianFundDto, AustralianFundsLookupResponseDto, ClickPromotedTileDto, PromotedFundsConfigDto } from './super-selection.api.dto';
2
+ export declare type SuperFundSearchFilter = {
3
+ searchString: string;
4
+ maxRecordCount: number;
5
+ };
6
+ export declare class SuperSelectionApi {
7
+ getAustralianFundsAsync(searchFilter: SuperFundSearchFilter, includeInactive?: boolean): Promise<AustralianFundsLookupResponseDto>;
8
+ getAustralianFundAsync(usi: string, includeInactive: boolean): Promise<AustralianFundDto>;
9
+ getAppStateAsync(): Promise<AppStateDto>;
10
+ clickPromotedTileAsync(payload: ClickPromotedTileDto): Promise<void>;
11
+ viewSuperFundPanelAsync(payload: PromotedFundsConfigDto): Promise<void>;
12
+ private toSearchFilterQueryString;
13
+ private toQueryString;
14
+ }
15
+ declare const _default: SuperSelectionApi;
16
+ export default _default;