@flarehr/apollo-super-selection 1.3.23524 → 1.3.23680
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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -0
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -0
- package/dist/lib/apollo-super-selection/apollo-super-selection.js +130 -0
- package/dist/lib/apollo-super-selection/assets/icon-exclamation.svg +3 -0
- package/dist/lib/apollo-super-selection/assets/icon-information-circle.svg +3 -0
- package/dist/lib/apollo-super-selection/index.esm.js +0 -0
- package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
- package/dist/lib/apollo-super-selection/p-15f0e5eb.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-22939048.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-24d6e2b8.js +1 -0
- package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
- package/dist/lib/apollo-super-selection/p-2b42304a.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-33eca162.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-4e871154.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-50ea2036.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-53b231f0.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-5c73c587.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-5e00b8d8.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-69bbf1dd.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-71ca4cf8.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
- package/dist/lib/apollo-super-selection/p-97188c78.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-9d2a7c0e.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-9f64929e.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-a0063575.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-b00f648b.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-bd6e6a8f.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-c775c0e4.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-cd3ed541.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-db0bded8.js +1 -0
- package/dist/lib/apollo-super-selection/p-e957b393.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-fdadb647.js +1 -0
- package/dist/lib/cjs/active-router-1f555f75.js +75 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +22 -0
- package/dist/lib/cjs/app-globals-b1125d8c.js +25 -0
- package/dist/lib/cjs/context-consumer.cjs.entry.js +29 -0
- package/dist/lib/cjs/custom-fund-choice.api-293c1ace.js +3209 -0
- package/dist/lib/cjs/datorama-akita-6c9cb8fb.js +3641 -0
- package/dist/lib/cjs/index-eb4f212f.js +1766 -0
- package/dist/lib/cjs/index.cjs.js +2 -0
- package/dist/lib/cjs/loader.cjs.js +24 -0
- package/dist/lib/cjs/sss-button_32.cjs.entry.js +14934 -0
- package/dist/lib/cjs/sss-super-byof-host.cjs.entry.js +111 -0
- package/dist/lib/cjs/stencil-async-content.cjs.entry.js +32 -0
- package/dist/lib/cjs/stencil-route-title.cjs.entry.js +32 -0
- package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +59 -0
- package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +32 -0
- package/dist/lib/collection/apollo-super-selection.css +1 -0
- package/dist/lib/collection/collection-manifest.json +98 -0
- package/dist/lib/collection/components/app-host/loading-page.js +9 -0
- package/dist/lib/collection/components/app-host/services/app-configuration.query.js +18 -0
- package/dist/lib/collection/components/app-host/services/app-configuration.service.js +25 -0
- package/dist/lib/collection/components/app-host/services/app-parameters.query.js +13 -0
- package/dist/lib/collection/components/app-host/services/app-parameters.service.js +14 -0
- package/dist/lib/collection/components/app-host/services/appinsights.service.js +46 -0
- package/dist/lib/collection/components/app-host/services/authentication.query.js +21 -0
- package/dist/lib/collection/components/app-host/services/authentication.service.js +50 -0
- package/dist/lib/collection/components/app-host/services/interop/host-interop.service.js +31 -0
- package/dist/lib/collection/components/app-host/services/interop/iframe-interop.service.js +30 -0
- package/dist/lib/collection/components/app-host/services/interop/react-native-interop.service.js +20 -0
- package/dist/lib/collection/components/app-host/services/interop.query.js +26 -0
- package/dist/lib/collection/components/app-host/services/session.store.js +38 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +24 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.js +87 -0
- package/dist/lib/collection/components/external-loading-page/external-loading-page.js +29 -0
- package/dist/lib/collection/components/super-byof/super-byof-types.js +1 -0
- package/dist/lib/collection/components/super-byof/super-byof.form.js +1 -0
- package/dist/lib/collection/components/super-byof/super-byof.js +139 -0
- package/dist/lib/collection/components/super-campaign/fund-tile-clicked.handler.js +49 -0
- package/dist/lib/collection/components/super-campaign/promoted-fund-joined.handler.js +121 -0
- package/dist/lib/collection/components/super-campaign/super-campaign-types.js +6 -0
- package/dist/lib/collection/components/super-campaign/super-campaign.js +210 -0
- package/dist/lib/collection/components/super-selection-app/api/api-client.js +14 -0
- package/dist/lib/collection/components/super-selection-app/api/event-tracking.api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors-api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors.api.dtos.js +1 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +16 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +179 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +69 -0
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +36 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/choice/choice-router.js +42 -0
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +163 -0
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +39 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +50 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +109 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +36 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +114 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.js +113 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +162 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step-types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.js +115 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/abn-validation.js +11 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.js +111 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/smsf-engagement-step-host.js +161 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/smsf-engagement-step-types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.js +31 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate-choice.api.js +13 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate.js +4 -0
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +37 -0
- package/dist/lib/collection/components/super-selection-app/misc/button.js +195 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +390 -0
- package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-common.js +22 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-display-field.js +42 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-error-box.js +66 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +121 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +145 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +223 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +398 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-types.js +288 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-warning-box.js +37 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill.js +81 -0
- package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +15 -0
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +117 -0
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +134 -0
- package/dist/lib/collection/components/super-selection-app/services/misc.service.js +7 -0
- package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +31 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +38 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +171 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +45 -0
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +155 -0
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +11 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.css +27 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +291 -0
- package/dist/lib/collection/components/super-smsf/super-smsf-types.js +1 -0
- package/dist/lib/collection/components/super-smsf/super-smsf.form.js +1 -0
- package/dist/lib/collection/components/super-smsf/super-smsf.js +166 -0
- package/dist/lib/collection/global/init-host.js +25 -0
- package/dist/lib/collection/global/main.dev.js +29 -0
- package/dist/lib/collection/global/main.js +11 -0
- package/dist/lib/collection/global/stencil-router-workaround.js +12 -0
- package/dist/lib/collection/index.js +2 -0
- package/dist/lib/collection/utils/config.js +2 -0
- package/dist/lib/collection/utils/gtm.js +5 -0
- package/dist/lib/collection/utils/iframe.js +33 -0
- package/dist/lib/collection/utils/index.js +11 -0
- package/dist/lib/collection/utils/lazy.js +29 -0
- package/dist/lib/collection/utils/storage.js +5 -0
- package/dist/lib/esm/active-router-d18b36fb.js +73 -0
- package/dist/lib/esm/apollo-super-selection.js +20 -0
- package/dist/lib/esm/app-globals-c1f89805.js +23 -0
- package/dist/lib/esm/context-consumer.entry.js +25 -0
- package/dist/lib/esm/custom-fund-choice.api-42801d64.js +3188 -0
- package/dist/lib/esm/datorama-akita-127aea91.js +3624 -0
- package/dist/lib/esm/index-107d7c24.js +1732 -0
- package/dist/lib/esm/index.js +1 -0
- package/dist/lib/esm/loader.js +20 -0
- package/dist/lib/esm/polyfills/core-js.js +11 -0
- package/dist/lib/esm/polyfills/css-shim.js +1 -0
- package/dist/lib/esm/polyfills/dom.js +79 -0
- package/dist/lib/esm/polyfills/es5-html-element.js +1 -0
- package/dist/lib/esm/polyfills/index.js +34 -0
- package/dist/lib/esm/polyfills/system.js +6 -0
- package/dist/lib/esm/sss-button_32.entry.js +14879 -0
- package/dist/lib/esm/sss-super-byof-host.entry.js +107 -0
- package/dist/lib/esm/stencil-async-content.entry.js +28 -0
- package/dist/lib/esm/stencil-route-title.entry.js +28 -0
- package/dist/lib/esm/stencil-router-prompt.entry.js +55 -0
- package/dist/lib/esm/stencil-router-redirect.entry.js +28 -0
- package/dist/lib/esm-es5/active-router-d18b36fb.js +1 -0
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -0
- package/dist/lib/esm-es5/app-globals-c1f89805.js +1 -0
- package/dist/lib/esm-es5/context-consumer.entry.js +1 -0
- package/dist/lib/esm-es5/custom-fund-choice.api-42801d64.js +1 -0
- package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
- package/dist/lib/esm-es5/index-107d7c24.js +1 -0
- package/dist/lib/esm-es5/index.js +0 -0
- package/dist/lib/esm-es5/loader.js +1 -0
- package/dist/lib/esm-es5/sss-button_32.entry.js +69 -0
- package/dist/lib/esm-es5/sss-super-byof-host.entry.js +1 -0
- package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -0
- package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -0
- package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -0
- package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -0
- package/dist/lib/index.cjs.js +1 -0
- package/dist/lib/index.js +1 -0
- package/dist/lib/loader/cdn.js +3 -0
- package/dist/lib/loader/index.cjs.js +3 -0
- package/dist/lib/loader/index.d.ts +13 -0
- package/dist/lib/loader/index.es2017.js +3 -0
- package/dist/lib/loader/index.js +4 -0
- package/dist/lib/loader/package.json +10 -0
- package/dist/lib/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
- package/dist/lib/types/components/app-host/loading-page.d.ts +3 -0
- package/dist/lib/types/components/app-host/services/app-configuration.query.d.ts +11 -0
- package/dist/lib/types/components/app-host/services/app-configuration.service.d.ts +9 -0
- package/dist/lib/types/components/app-host/services/app-parameters.query.d.ts +10 -0
- package/dist/lib/types/components/app-host/services/app-parameters.service.d.ts +6 -0
- package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +15 -0
- package/dist/lib/types/components/app-host/services/authentication.query.d.ts +13 -0
- package/dist/lib/types/components/app-host/services/authentication.service.d.ts +9 -0
- package/dist/lib/types/components/app-host/services/interop/host-interop.service.d.ts +7 -0
- package/dist/lib/types/components/app-host/services/interop/iframe-interop.service.d.ts +5 -0
- package/dist/lib/types/components/app-host/services/interop/react-native-interop.service.d.ts +7 -0
- package/dist/lib/types/components/app-host/services/interop.query.d.ts +11 -0
- package/dist/lib/types/components/app-host/services/session.store.d.ts +31 -0
- package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +15 -0
- package/dist/lib/types/components/super-byof/super-byof-types.d.ts +26 -0
- package/dist/lib/types/components/super-byof/super-byof.d.ts +19 -0
- package/dist/lib/types/components/super-byof/super-byof.form.d.ts +6 -0
- package/dist/lib/types/components/super-campaign/fund-tile-clicked.handler.d.ts +12 -0
- package/dist/lib/types/components/super-campaign/promoted-fund-joined.handler.d.ts +15 -0
- package/dist/lib/types/components/super-campaign/super-campaign-types.d.ts +98 -0
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +27 -0
- package/dist/lib/types/components/super-selection-app/api/api-client.d.ts +2 -0
- package/dist/lib/types/components/super-selection-app/api/event-tracking.api.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/api/super-campaign-errors-api.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/api/super-campaign-errors.api.dtos.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +171 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +16 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +248 -0
- package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/choice/choice-router.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +10 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +43 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +27 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +13 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.types.d.ts +26 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/member-name-input.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step-types.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.d.ts +20 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/abn-validation.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/bankBsbNumbers.d.ts +112 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/smsf-engagement-step-host.d.ts +28 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/smsf-engagement-step-types.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +23 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +52 -0
- package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-common.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-display-field.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-error-box.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-smsf.d.ts +28 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-my-own-fund.d.ts +30 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-smsf.d.ts +52 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-types.d.ts +95 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-warning-box.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +25 -0
- package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +75 -0
- package/dist/lib/types/components/super-selection-app/services/misc.service.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +17 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +19 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +43 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +37 -0
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +16 -0
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +42 -0
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +27 -0
- package/dist/lib/types/components/super-smsf/super-smsf-types.d.ts +34 -0
- package/dist/lib/types/components/super-smsf/super-smsf.d.ts +20 -0
- package/dist/lib/types/components/super-smsf/super-smsf.form.d.ts +15 -0
- package/dist/lib/types/components.d.ts +522 -0
- package/dist/lib/types/global/init-host.d.ts +1 -0
- package/dist/lib/types/global/main.d.ts +1 -0
- package/dist/lib/types/global/main.dev.d.ts +1 -0
- package/dist/lib/types/global/stencil-router-workaround.d.ts +1 -0
- package/dist/lib/types/index.d.ts +2 -0
- package/dist/lib/types/stencil-public-runtime.d.ts +1555 -0
- package/dist/lib/types/utils/config.d.ts +2 -0
- package/dist/lib/types/utils/gtm.d.ts +7 -0
- package/dist/lib/types/utils/iframe.d.ts +13 -0
- package/dist/lib/types/utils/index.d.ts +4 -0
- package/dist/lib/types/utils/lazy.d.ts +12 -0
- package/dist/lib/types/utils/storage.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { akitaDevtools } from '@datorama/akita';
|
|
2
|
+
import appConfigurationService from '../components/app-host/services/app-configuration.service';
|
|
3
|
+
import appParametersService from '../components/app-host/services/app-parameters.service';
|
|
4
|
+
import appInsights from '../components/app-host/services/appinsights.service';
|
|
5
|
+
import sessionQuery from '../components/app-host/services/authentication.query';
|
|
6
|
+
import authenticationService from '../components/app-host/services/authentication.service';
|
|
7
|
+
import hostInteropService from '../components/app-host/services/interop/host-interop.service';
|
|
8
|
+
import { addSlashToUrl, Environment } from '../utils';
|
|
9
|
+
import stencilRouterWorkaround from './stencil-router-workaround';
|
|
10
|
+
export default async function () {
|
|
11
|
+
if (Environment !== 'dev') {
|
|
12
|
+
// main.ts does the bootstrapping in this case.
|
|
13
|
+
return;
|
|
14
|
+
}
|
|
15
|
+
stencilRouterWorkaround();
|
|
16
|
+
akitaDevtools();
|
|
17
|
+
appParametersService.init(window.location.search);
|
|
18
|
+
await appConfigurationService.loadConfigurationAsync();
|
|
19
|
+
appInsights.init();
|
|
20
|
+
appInsights.getAppInsights().addTelemetryInitializer(() => false);
|
|
21
|
+
addSlashToUrl();
|
|
22
|
+
const doAuthFlow = sessionQuery.isUnauthorized ||
|
|
23
|
+
authenticationService.authorizationCodeIsPresent(window.location.search);
|
|
24
|
+
if (!doAuthFlow) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
hostInteropService.init(window.location.search);
|
|
28
|
+
authenticationService.initFromRoute(window.location.search);
|
|
29
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { enableAkitaProdMode } from '@datorama/akita';
|
|
2
|
+
import { Environment } from '../utils';
|
|
3
|
+
import stencilRouterWorkaround from './stencil-router-workaround';
|
|
4
|
+
export default async function () {
|
|
5
|
+
if (Environment !== 'prod') {
|
|
6
|
+
// main.dev.ts does the bootstrapping in this case.
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
stencilRouterWorkaround();
|
|
10
|
+
enableAkitaProdMode();
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Interim workaround for stencil router accessing session storage.
|
|
2
|
+
// See https://github.com/ionic-team/stencil-router/pull/111/files.
|
|
3
|
+
// In incognito mode, window.sessionStorage read access is denied from a third party iframe.
|
|
4
|
+
// Stencil router checks for the presence of session storage, but does not handle a read access exception.
|
|
5
|
+
export default function () {
|
|
6
|
+
if (window.location == window.parent.location) {
|
|
7
|
+
// Only apply this workaround when running in an embedded iframe.
|
|
8
|
+
return;
|
|
9
|
+
}
|
|
10
|
+
delete window.sessionStorage;
|
|
11
|
+
window.sessionStorage = {};
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
function appReady() {
|
|
2
|
+
postMessage({
|
|
3
|
+
type: 'appReady'
|
|
4
|
+
});
|
|
5
|
+
}
|
|
6
|
+
function postMessage(message, origin) {
|
|
7
|
+
if (origin === undefined)
|
|
8
|
+
origin = '*';
|
|
9
|
+
message.sender = 'flare';
|
|
10
|
+
window.parent.postMessage(message, origin);
|
|
11
|
+
}
|
|
12
|
+
function resize(height, width) {
|
|
13
|
+
postMessage({
|
|
14
|
+
type: 'contentResized',
|
|
15
|
+
height,
|
|
16
|
+
width
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
function navigation(url) {
|
|
20
|
+
postMessage({
|
|
21
|
+
type: 'pageNavigated',
|
|
22
|
+
url
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
function complete() {
|
|
26
|
+
postMessage({ type: 'complete' });
|
|
27
|
+
}
|
|
28
|
+
function submitSuccess() {
|
|
29
|
+
postMessage({
|
|
30
|
+
type: 'submitSuccess'
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
export default { appReady, resize, navigation, complete, submitSuccess };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './config';
|
|
2
|
+
export * from './lazy';
|
|
3
|
+
export function addSlashToUrl() {
|
|
4
|
+
if (!window.location.pathname.endsWith('/')) {
|
|
5
|
+
const url = window.location.pathname + '/' + window.location.search + window.location.hash;
|
|
6
|
+
history.pushState(history.state, '', url);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export function assertExhaustive(_value) {
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as O from 'fp-ts/Option';
|
|
2
|
+
export class Lazy {
|
|
3
|
+
constructor(factory) {
|
|
4
|
+
this.factory = factory;
|
|
5
|
+
this._value = O.none;
|
|
6
|
+
}
|
|
7
|
+
get value() {
|
|
8
|
+
if (O.isSome(this._value)) {
|
|
9
|
+
return this._value.value;
|
|
10
|
+
}
|
|
11
|
+
const lazyValue = this.factory();
|
|
12
|
+
this._value = O.some(lazyValue);
|
|
13
|
+
return lazyValue;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export class AsyncLazy {
|
|
17
|
+
constructor(factory) {
|
|
18
|
+
this.factory = factory;
|
|
19
|
+
this._value = O.none;
|
|
20
|
+
}
|
|
21
|
+
async getValueAsync() {
|
|
22
|
+
if (O.isSome(this._value)) {
|
|
23
|
+
return this._value.value;
|
|
24
|
+
}
|
|
25
|
+
const lazyValue = await this.factory();
|
|
26
|
+
this._value = O.some(lazyValue);
|
|
27
|
+
return lazyValue;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as O from 'fp-ts/lib/Option';
|
|
2
|
+
import { pipe } from 'fp-ts/lib/pipeable';
|
|
3
|
+
export const getFromSessionStorage = (key) => pipe(sessionStorage.getItem(key), O.fromNullable, O.mapNullable(JSON.parse));
|
|
4
|
+
export const saveToSessionStorage = (key, value) => sessionStorage.setItem(key, JSON.stringify(value));
|
|
5
|
+
export const clearFromSessionStorage = (key) => sessionStorage.removeItem(key);
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { h } from './index-107d7c24.js';
|
|
2
|
+
|
|
3
|
+
const createProviderConsumer = (defaultState, consumerRender) => {
|
|
4
|
+
let listeners = new Map();
|
|
5
|
+
let currentState = defaultState;
|
|
6
|
+
const updateListener = (fields, instance) => {
|
|
7
|
+
if (Array.isArray(fields)) {
|
|
8
|
+
[...fields].forEach(fieldName => {
|
|
9
|
+
instance[fieldName] = currentState[fieldName];
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
instance[fields] = Object.assign({}, currentState);
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const subscribe = (instance, propList) => {
|
|
17
|
+
if (!listeners.has(instance)) {
|
|
18
|
+
listeners.set(instance, propList);
|
|
19
|
+
updateListener(propList, instance);
|
|
20
|
+
}
|
|
21
|
+
return () => {
|
|
22
|
+
if (listeners.has(instance)) {
|
|
23
|
+
listeners.delete(instance);
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
const Provider = ({ state }, children) => {
|
|
28
|
+
currentState = state;
|
|
29
|
+
listeners.forEach(updateListener);
|
|
30
|
+
return children;
|
|
31
|
+
};
|
|
32
|
+
const Consumer = (props, children) => {
|
|
33
|
+
// The casting on subscribe is to allow for crossover through the stencil compiler
|
|
34
|
+
// In the future we should allow for generics in components.
|
|
35
|
+
return consumerRender(subscribe, children[0]);
|
|
36
|
+
};
|
|
37
|
+
const injectProps = (Cstr, fieldList) => {
|
|
38
|
+
const CstrPrototype = Cstr.prototype;
|
|
39
|
+
const cstrConnectedCallback = CstrPrototype.connectedCallback;
|
|
40
|
+
const cstrDisconnectedCallback = CstrPrototype.disconnectedCallback;
|
|
41
|
+
CstrPrototype.connectedCallback = function () {
|
|
42
|
+
subscribe(this, fieldList);
|
|
43
|
+
if (cstrConnectedCallback) {
|
|
44
|
+
return cstrConnectedCallback.call(this);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
CstrPrototype.disconnectedCallback = function () {
|
|
48
|
+
listeners.delete(this);
|
|
49
|
+
if (cstrDisconnectedCallback) {
|
|
50
|
+
cstrDisconnectedCallback.call(this);
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
return {
|
|
55
|
+
Provider,
|
|
56
|
+
Consumer,
|
|
57
|
+
injectProps
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const ActiveRouter = createProviderConsumer({
|
|
62
|
+
historyType: 'browser',
|
|
63
|
+
location: {
|
|
64
|
+
pathname: '',
|
|
65
|
+
query: {},
|
|
66
|
+
key: ''
|
|
67
|
+
},
|
|
68
|
+
titleSuffix: '',
|
|
69
|
+
root: '/',
|
|
70
|
+
routeViewsUpdated: () => { }
|
|
71
|
+
}, (subscribe, child) => (h("context-consumer", { subscribe: subscribe, renderer: child })));
|
|
72
|
+
|
|
73
|
+
export { ActiveRouter as A };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-107d7c24.js';
|
|
2
|
+
import './datorama-akita-127aea91.js';
|
|
3
|
+
import { g as globalScripts } from './app-globals-c1f89805.js';
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
Stencil Client Patch Browser v2.3.0 | MIT Licensed | https://stenciljs.com
|
|
7
|
+
*/
|
|
8
|
+
const patchBrowser = () => {
|
|
9
|
+
const importMeta = import.meta.url;
|
|
10
|
+
const opts = {};
|
|
11
|
+
if ( importMeta !== '') {
|
|
12
|
+
opts.resourcesUrl = new URL('.', importMeta).href;
|
|
13
|
+
}
|
|
14
|
+
return promiseResolve(opts);
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
patchBrowser().then(options => {
|
|
18
|
+
globalScripts();
|
|
19
|
+
return bootstrapLazy([["sss-super-byof-host",[[0,"sss-super-byof-host",{"history":[16],"backendUrl":[32],"accessToken":[32]}]]],["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]}]]],["sss-button_32",[[0,"sss-prefill",{"history":[16],"prefill":[32]}],[1,"super-selection-app-host",{"sessionState":[32],"jwt":[32],"appConfiguration":[32],"ignoreExistingSelection":[32]}],[0,"sss-default-fund",{"history":[16],"defaultFundProductName":[32]}],[0,"sss-super-campaign-featured-funds",{"history":[16],"backendUrl":[32],"accessToken":[32],"currentView":[32]}],[0,"sss-super-smsf-host",{"history":[16],"backendUrl":[32],"accessToken":[32]}],[0,"sss-existing-choice-page",{"history":[16],"existingFund":[32]}],[0,"sss-standard-choice-form",{"history":[16],"standardChoiceFormSignature":[32],"formState":[32],"isSubmitDisabled":[32]}],[0,"sss-success"],[0,"sss-choice-router",{"history":[16]}],[0,"sss-my-own-fund-engagement-step-host",{"history":[16],"backendUrl":[32],"accessToken":[32],"fundUsi":[32],"fundName":[32],"memberNumber":[32],"memberFirstName":[32],"memberFamilyName":[32]}],[0,"sss-smsf-engagement-step-host",{"history":[16],"backendUrl":[32],"accessToken":[32],"fundName":[32],"fundAbn":[32],"fundEsa":[32],"fundAddress":[32],"bsb":[32],"bankAccountName":[32],"bankAccountNumber":[32],"memberFirstName":[32],"memberFamilyName":[32],"accountId":[32],"partnerId":[32]}],[0,"sss-super-campaign-host",{"history":[16],"scriptImported":[32],"backendUrl":[32],"accessToken":[32]}],[0,"sss-dropdown-async",{"testId":[1,"test-id"],"placeholder":[1],"searchFunction":[16],"value":[16],"required":[4],"requiredValidationMessage":[1,"required-validation-message"],"disabled":[4],"minSearchStringLength":[2,"min-search-string-length"],"showValidationErrors":[4,"show-validation-errors"],"searchState":[32],"inputValue":[32],"isDropdownVisible":[32],"filteredOptions":[32],"highlightedOptionIndex":[32],"selectedOption":[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-name-input",{"testId":[1,"test-id"],"value":[1],"name":[1],"readableName":[1,"readable-name"],"showValidationErrors":[4,"show-validation-errors"],"errorMessage":[32]}],[0,"sss-prefill-my-own-fund",{"history":[16],"prefill":[16],"mode":[32],"formState":[32],"isSubmitDisabled":[32],"fundUsi":[32],"fundName":[32],"memberNumber":[32],"memberGivenNames":[32],"memberLastName":[32]}],[0,"sss-prefill-smsf",{"history":[16],"prefill":[16],"mode":[32],"formState":[32],"isSubmitDisabled":[32],"fundName":[32],"fundAbn":[32],"fundEsa":[32],"fundAddressLine1":[32],"fundAddressLine2":[32],"fundAddressCity":[32],"fundAddressPostcode":[32],"fundAddressState":[32],"fundAddress":[32],"memberGivenNames":[32],"memberLastName":[32],"bankAccountName":[32],"bankName":[32],"bankAccountBsb":[32],"bankAccountNumber":[32]}],[0,"sss-prefill-invalid-my-own-fund",{"history":[16],"prefill":[16],"fundUsi":[32],"fundName":[32],"memberNumber":[32],"memberGivenNames":[32],"memberLastName":[32]}],[0,"sss-prefill-invalid-smsf",{"history":[16],"prefill":[16],"fundName":[32],"fundAbn":[32],"fundEsa":[32],"fundAddressLine1":[32],"fundAddressLine2":[32],"fundAddressCity":[32],"fundAddressPostcode":[32],"fundAddressState":[32],"fundAddress":[32],"memberGivenNames":[32],"memberLastName":[32],"bankAccountName":[32],"bankAccountBsb":[32],"bankAccountNumber":[32]}],[1,"super-selection-app",{"ignoreExistingSelection":[4,"ignore-existing-selection"],"accessToken":[1,"access-token"],"backendUrl":[1,"backend-url"],"appBaseUrl":[1,"app-base-url"],"history":[16],"location":[16],"isSelfHosted":[4,"is-self-hosted"],"isAppInitialised":[32]}],[0,"sss-loading-page"],[0,"sss-footer-section",{"textOverride":[1,"text-override"]}],[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]}],[0,"sss-prefill-warning-box",{"notificationList":[16]}],[0,"sss-header-section"],[4,"sss-custom-fund",{"history":[16],"currentCustomFund":[32],"fundOptionsList":[32],"showFundOptionsSelection":[32]}],[0,"sss-prefill-display-field",{"field":[16]}],[0,"sss-prefill-error-box",{"withHeader":[4,"with-header"],"notificationList":[16]}],[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,"sss-button",{"testid":[1],"fillWidth":[4,"fill-width"],"fillWidthOnMobile":[4,"fill-width-on-mobile"],"disabled":[4],"variant":[1],"size":[1],"promiseFn":[16],"state":[32]}],[0,"sss-loading-indicator",{"theme":[1],"size":[2]}],[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"]}]]]], options);
|
|
20
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { e as enableAkitaProdMode } from './datorama-akita-127aea91.js';
|
|
2
|
+
|
|
3
|
+
// Interim workaround for stencil router accessing session storage.
|
|
4
|
+
// See https://github.com/ionic-team/stencil-router/pull/111/files.
|
|
5
|
+
// In incognito mode, window.sessionStorage read access is denied from a third party iframe.
|
|
6
|
+
// Stencil router checks for the presence of session storage, but does not handle a read access exception.
|
|
7
|
+
function stencilRouterWorkaround () {
|
|
8
|
+
if (window.location == window.parent.location) {
|
|
9
|
+
// Only apply this workaround when running in an embedded iframe.
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
delete window.sessionStorage;
|
|
13
|
+
window.sessionStorage = {};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
async function appGlobalScript () {
|
|
17
|
+
stencilRouterWorkaround();
|
|
18
|
+
enableAkitaProdMode();
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const globalScripts = appGlobalScript;
|
|
22
|
+
|
|
23
|
+
export { globalScripts as g };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { r as registerInstance, a as getElement } from './index-107d7c24.js';
|
|
2
|
+
|
|
3
|
+
const ContextConsumer = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
this.context = {};
|
|
7
|
+
this.renderer = () => null;
|
|
8
|
+
}
|
|
9
|
+
connectedCallback() {
|
|
10
|
+
if (this.subscribe != null) {
|
|
11
|
+
this.unsubscribe = this.subscribe(this.el, 'context');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
disconnectedCallback() {
|
|
15
|
+
if (this.unsubscribe != null) {
|
|
16
|
+
this.unsubscribe();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
render() {
|
|
20
|
+
return this.renderer(Object.assign({}, this.context));
|
|
21
|
+
}
|
|
22
|
+
get el() { return getElement(this); }
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { ContextConsumer as context_consumer };
|