@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.
- 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/index.esm.js +0 -0
- package/dist/lib/apollo-super-selection/p-01a9f4a4.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-082669d9.js +1 -0
- package/dist/lib/apollo-super-selection/p-13573238.system.js +15 -0
- package/dist/lib/apollo-super-selection/p-20136efe.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-285da037.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-31bdba35.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-342cee5a.js +1 -0
- package/dist/lib/apollo-super-selection/p-381262c1.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-38ee2795.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-38f24f69.js +1 -0
- package/dist/lib/apollo-super-selection/p-50ea2036.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-61734b66.js +1 -0
- package/dist/lib/apollo-super-selection/p-642db1f7.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-8cbfc343.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-a98c2760.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-abedb220.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-ae4f5e0b.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-bd258159.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-c5e41889.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-cd49a6b7.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-df9ce4b7.js +15 -0
- package/dist/lib/apollo-super-selection/p-f15bf700.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +1 -0
- package/dist/lib/cjs/active-router-e92fd784.js +75 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +23 -0
- package/dist/lib/cjs/app-globals-45007120.js +25 -0
- package/dist/lib/cjs/context-consumer.cjs.entry.js +29 -0
- package/dist/lib/cjs/datorama-akita-7f4b082a.js +2704 -0
- package/dist/lib/cjs/delay-81aff2f1.js +955 -0
- package/dist/lib/cjs/fl-button_44.cjs.entry.js +17003 -0
- package/dist/lib/cjs/fl-style-guide.cjs.entry.js +90 -0
- package/dist/lib/cjs/index-942e6faa.js +1767 -0
- package/dist/lib/cjs/index.cjs.js +2 -0
- package/dist/lib/cjs/loader.cjs.js +25 -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/collection-manifest.json +127 -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/appinsights.service.js +43 -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 +37 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +28 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.js +92 -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-selection-events.model.js +1 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +1 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +30 -0
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +31 -0
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +11 -0
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +29 -0
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +13 -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 +31 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +68 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +53 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +108 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +93 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +103 -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/self-managed-fund-inputs.js +153 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +111 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +23 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +52 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.js +13 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/confirmCheck.js +37 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/continueCheck.js +13 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/getNextRoute.js +89 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/resetState.js +31 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +38 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +63 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirmation.css +0 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +95 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +99 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.js +18 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +95 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper.css +50 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question1/question1.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question2/question2.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question3/question3.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question4/question4.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question5/question5.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question6/question6.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question7/question7.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question8/question8.js +10 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.js +66 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/services/qsuper.store.js +64 -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/services/slate-iframe-builder.js +127 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +9 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +35 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +67 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +19 -0
- package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +25 -0
- package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +22 -0
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +71 -0
- package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +22 -0
- package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +37 -0
- package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +3 -0
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +53 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +42 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +76 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +11 -0
- package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +1 -0
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +49 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +18 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +53 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +216 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +53 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +152 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.css +15 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +229 -0
- package/dist/lib/collection/global/init-host.js +22 -0
- package/dist/lib/collection/global/main.dev.js +26 -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 +8 -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-4c80d3d2.js +73 -0
- package/dist/lib/esm/apollo-super-selection.js +21 -0
- package/dist/lib/esm/app-globals-7ac1ffba.js +23 -0
- package/dist/lib/esm/context-consumer.entry.js +25 -0
- package/dist/lib/esm/datorama-akita-79ce4385.js +2692 -0
- package/dist/lib/esm/delay-c0555599.js +935 -0
- package/dist/lib/esm/fl-button_44.entry.js +16956 -0
- package/dist/lib/esm/fl-style-guide.entry.js +86 -0
- package/dist/lib/esm/index-0496d1af.js +1734 -0
- package/dist/lib/esm/index.js +1 -0
- package/dist/lib/esm/loader.js +21 -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/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-4c80d3d2.js +1 -0
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -0
- package/dist/lib/esm-es5/app-globals-7ac1ffba.js +1 -0
- package/dist/lib/esm-es5/context-consumer.entry.js +1 -0
- package/dist/lib/esm-es5/datorama-akita-79ce4385.js +15 -0
- package/dist/lib/esm-es5/delay-c0555599.js +1 -0
- package/dist/lib/esm-es5/fl-button_44.entry.js +69 -0
- package/dist/lib/esm-es5/fl-style-guide.entry.js +1 -0
- package/dist/lib/esm-es5/index-0496d1af.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/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/@flarehr/beacon/dist/collection/components/button/button.css +45 -0
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +9 -0
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +9 -0
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +141 -0
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +5 -0
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -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/appinsights.service.d.ts +14 -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 +30 -0
- package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +17 -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-selection-events.model.d.ts +73 -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 +82 -0
- package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +13 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +28 -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 +30 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +12 -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/self-managed-fund-inputs.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.d.ts +21 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/confirmCheck.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/continueCheck.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/getNextRoute.d.ts +2 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/resetState.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-header.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-layout.d.ts +11 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question1/question1.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question2/question2.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question3/question3.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question4/question4.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question5/question5.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question6/question6.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question7/question7.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question8/question8.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/funds/qsuper/services/qsuper.store.d.ts +58 -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 +4 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +13 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-join-page.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +5 -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 +17 -0
- package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +21 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +25 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +13 -0
- package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +17 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +13 -0
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +26 -0
- package/dist/lib/types/components.d.ts +546 -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 +3 -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,546 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { LocationSegments, RouterHistory } from "@stencil/router";
|
|
9
|
+
import { MyOwnFundFormState } from "./components/super-selection-app/funds/custom-fund/custom-fund.store";
|
|
10
|
+
import { SelfManagedFundForm } from "./components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form";
|
|
11
|
+
import { StandardChoiceInput } from "./components/super-selection-app/standard-choice/api/standard-choice.model";
|
|
12
|
+
import { InitialisedWith } from "./components/super-selection-app/super-selection-app";
|
|
13
|
+
export namespace Components {
|
|
14
|
+
interface SssCustomFund {
|
|
15
|
+
"history": RouterHistory;
|
|
16
|
+
}
|
|
17
|
+
interface SssDefaultFund {
|
|
18
|
+
"history": RouterHistory;
|
|
19
|
+
}
|
|
20
|
+
interface SssFooterSection {
|
|
21
|
+
}
|
|
22
|
+
interface SssLoadingPage {
|
|
23
|
+
}
|
|
24
|
+
interface SssMyOwnFund {
|
|
25
|
+
"history": RouterHistory;
|
|
26
|
+
}
|
|
27
|
+
interface SssMyOwnFundInputs {
|
|
28
|
+
"myOwnFundForm": MyOwnFundFormState;
|
|
29
|
+
}
|
|
30
|
+
interface SssNotificationsSection {
|
|
31
|
+
}
|
|
32
|
+
interface SssQsuperConfirmHeader {
|
|
33
|
+
}
|
|
34
|
+
interface SssQsuperConsent {
|
|
35
|
+
}
|
|
36
|
+
interface SssQsuperInsuranceOptIn {
|
|
37
|
+
}
|
|
38
|
+
interface SssQsuperInsuranceQuestions {
|
|
39
|
+
}
|
|
40
|
+
interface SssQsuperJoin {
|
|
41
|
+
}
|
|
42
|
+
interface SssQsuperLayout {
|
|
43
|
+
"history": RouterHistory;
|
|
44
|
+
}
|
|
45
|
+
interface SssQsuperQuestion1 {
|
|
46
|
+
}
|
|
47
|
+
interface SssQsuperQuestion2 {
|
|
48
|
+
}
|
|
49
|
+
interface SssQsuperQuestion3 {
|
|
50
|
+
}
|
|
51
|
+
interface SssQsuperQuestion4 {
|
|
52
|
+
}
|
|
53
|
+
interface SssQsuperQuestion5 {
|
|
54
|
+
}
|
|
55
|
+
interface SssQsuperQuestion6 {
|
|
56
|
+
}
|
|
57
|
+
interface SssQsuperQuestion7 {
|
|
58
|
+
}
|
|
59
|
+
interface SssQsuperQuestion8 {
|
|
60
|
+
}
|
|
61
|
+
interface SssQsuperQuestionYesNoButtons {
|
|
62
|
+
"history": RouterHistory;
|
|
63
|
+
}
|
|
64
|
+
interface SssSelectedSuperChoiceSection {
|
|
65
|
+
"fundName": string;
|
|
66
|
+
"fundType": string;
|
|
67
|
+
}
|
|
68
|
+
interface SssSelfManagedFund {
|
|
69
|
+
"history": RouterHistory;
|
|
70
|
+
}
|
|
71
|
+
interface SssSelfManagedFundInputs {
|
|
72
|
+
"fundForm": Partial<SelfManagedFundForm>;
|
|
73
|
+
}
|
|
74
|
+
interface SssSlateJoinPage {
|
|
75
|
+
"history": RouterHistory;
|
|
76
|
+
}
|
|
77
|
+
interface SssSlateStandardChoicePage {
|
|
78
|
+
"history": RouterHistory;
|
|
79
|
+
}
|
|
80
|
+
interface SssSlatesuperHeader {
|
|
81
|
+
}
|
|
82
|
+
interface SssSmsfNotSupportedDialog {
|
|
83
|
+
}
|
|
84
|
+
interface SssStandardChoiceForm {
|
|
85
|
+
}
|
|
86
|
+
interface SssSuccess {
|
|
87
|
+
}
|
|
88
|
+
interface SssSuperChoiceItem {
|
|
89
|
+
"callToAction": string;
|
|
90
|
+
"features": string;
|
|
91
|
+
"heading": string;
|
|
92
|
+
"history": RouterHistory;
|
|
93
|
+
"isSelected": boolean;
|
|
94
|
+
"logo": string;
|
|
95
|
+
"name": string;
|
|
96
|
+
"pdsLink": string;
|
|
97
|
+
"usi": string;
|
|
98
|
+
}
|
|
99
|
+
interface SssSuperChoicePage {
|
|
100
|
+
"history": RouterHistory;
|
|
101
|
+
}
|
|
102
|
+
interface SuperSelectionApp {
|
|
103
|
+
"accessToken"?: string;
|
|
104
|
+
"appBaseUrl"?: string;
|
|
105
|
+
"backendUrl"?: string;
|
|
106
|
+
"history": RouterHistory;
|
|
107
|
+
"location"?: LocationSegments;
|
|
108
|
+
}
|
|
109
|
+
interface SuperSelectionAppHost {
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
declare global {
|
|
113
|
+
interface HTMLSssCustomFundElement extends Components.SssCustomFund, HTMLStencilElement {
|
|
114
|
+
}
|
|
115
|
+
var HTMLSssCustomFundElement: {
|
|
116
|
+
prototype: HTMLSssCustomFundElement;
|
|
117
|
+
new (): HTMLSssCustomFundElement;
|
|
118
|
+
};
|
|
119
|
+
interface HTMLSssDefaultFundElement extends Components.SssDefaultFund, HTMLStencilElement {
|
|
120
|
+
}
|
|
121
|
+
var HTMLSssDefaultFundElement: {
|
|
122
|
+
prototype: HTMLSssDefaultFundElement;
|
|
123
|
+
new (): HTMLSssDefaultFundElement;
|
|
124
|
+
};
|
|
125
|
+
interface HTMLSssFooterSectionElement extends Components.SssFooterSection, HTMLStencilElement {
|
|
126
|
+
}
|
|
127
|
+
var HTMLSssFooterSectionElement: {
|
|
128
|
+
prototype: HTMLSssFooterSectionElement;
|
|
129
|
+
new (): HTMLSssFooterSectionElement;
|
|
130
|
+
};
|
|
131
|
+
interface HTMLSssLoadingPageElement extends Components.SssLoadingPage, HTMLStencilElement {
|
|
132
|
+
}
|
|
133
|
+
var HTMLSssLoadingPageElement: {
|
|
134
|
+
prototype: HTMLSssLoadingPageElement;
|
|
135
|
+
new (): HTMLSssLoadingPageElement;
|
|
136
|
+
};
|
|
137
|
+
interface HTMLSssMyOwnFundElement extends Components.SssMyOwnFund, HTMLStencilElement {
|
|
138
|
+
}
|
|
139
|
+
var HTMLSssMyOwnFundElement: {
|
|
140
|
+
prototype: HTMLSssMyOwnFundElement;
|
|
141
|
+
new (): HTMLSssMyOwnFundElement;
|
|
142
|
+
};
|
|
143
|
+
interface HTMLSssMyOwnFundInputsElement extends Components.SssMyOwnFundInputs, HTMLStencilElement {
|
|
144
|
+
}
|
|
145
|
+
var HTMLSssMyOwnFundInputsElement: {
|
|
146
|
+
prototype: HTMLSssMyOwnFundInputsElement;
|
|
147
|
+
new (): HTMLSssMyOwnFundInputsElement;
|
|
148
|
+
};
|
|
149
|
+
interface HTMLSssNotificationsSectionElement extends Components.SssNotificationsSection, HTMLStencilElement {
|
|
150
|
+
}
|
|
151
|
+
var HTMLSssNotificationsSectionElement: {
|
|
152
|
+
prototype: HTMLSssNotificationsSectionElement;
|
|
153
|
+
new (): HTMLSssNotificationsSectionElement;
|
|
154
|
+
};
|
|
155
|
+
interface HTMLSssQsuperConfirmHeaderElement extends Components.SssQsuperConfirmHeader, HTMLStencilElement {
|
|
156
|
+
}
|
|
157
|
+
var HTMLSssQsuperConfirmHeaderElement: {
|
|
158
|
+
prototype: HTMLSssQsuperConfirmHeaderElement;
|
|
159
|
+
new (): HTMLSssQsuperConfirmHeaderElement;
|
|
160
|
+
};
|
|
161
|
+
interface HTMLSssQsuperConsentElement extends Components.SssQsuperConsent, HTMLStencilElement {
|
|
162
|
+
}
|
|
163
|
+
var HTMLSssQsuperConsentElement: {
|
|
164
|
+
prototype: HTMLSssQsuperConsentElement;
|
|
165
|
+
new (): HTMLSssQsuperConsentElement;
|
|
166
|
+
};
|
|
167
|
+
interface HTMLSssQsuperInsuranceOptInElement extends Components.SssQsuperInsuranceOptIn, HTMLStencilElement {
|
|
168
|
+
}
|
|
169
|
+
var HTMLSssQsuperInsuranceOptInElement: {
|
|
170
|
+
prototype: HTMLSssQsuperInsuranceOptInElement;
|
|
171
|
+
new (): HTMLSssQsuperInsuranceOptInElement;
|
|
172
|
+
};
|
|
173
|
+
interface HTMLSssQsuperInsuranceQuestionsElement extends Components.SssQsuperInsuranceQuestions, HTMLStencilElement {
|
|
174
|
+
}
|
|
175
|
+
var HTMLSssQsuperInsuranceQuestionsElement: {
|
|
176
|
+
prototype: HTMLSssQsuperInsuranceQuestionsElement;
|
|
177
|
+
new (): HTMLSssQsuperInsuranceQuestionsElement;
|
|
178
|
+
};
|
|
179
|
+
interface HTMLSssQsuperJoinElement extends Components.SssQsuperJoin, HTMLStencilElement {
|
|
180
|
+
}
|
|
181
|
+
var HTMLSssQsuperJoinElement: {
|
|
182
|
+
prototype: HTMLSssQsuperJoinElement;
|
|
183
|
+
new (): HTMLSssQsuperJoinElement;
|
|
184
|
+
};
|
|
185
|
+
interface HTMLSssQsuperLayoutElement extends Components.SssQsuperLayout, HTMLStencilElement {
|
|
186
|
+
}
|
|
187
|
+
var HTMLSssQsuperLayoutElement: {
|
|
188
|
+
prototype: HTMLSssQsuperLayoutElement;
|
|
189
|
+
new (): HTMLSssQsuperLayoutElement;
|
|
190
|
+
};
|
|
191
|
+
interface HTMLSssQsuperQuestion1Element extends Components.SssQsuperQuestion1, HTMLStencilElement {
|
|
192
|
+
}
|
|
193
|
+
var HTMLSssQsuperQuestion1Element: {
|
|
194
|
+
prototype: HTMLSssQsuperQuestion1Element;
|
|
195
|
+
new (): HTMLSssQsuperQuestion1Element;
|
|
196
|
+
};
|
|
197
|
+
interface HTMLSssQsuperQuestion2Element extends Components.SssQsuperQuestion2, HTMLStencilElement {
|
|
198
|
+
}
|
|
199
|
+
var HTMLSssQsuperQuestion2Element: {
|
|
200
|
+
prototype: HTMLSssQsuperQuestion2Element;
|
|
201
|
+
new (): HTMLSssQsuperQuestion2Element;
|
|
202
|
+
};
|
|
203
|
+
interface HTMLSssQsuperQuestion3Element extends Components.SssQsuperQuestion3, HTMLStencilElement {
|
|
204
|
+
}
|
|
205
|
+
var HTMLSssQsuperQuestion3Element: {
|
|
206
|
+
prototype: HTMLSssQsuperQuestion3Element;
|
|
207
|
+
new (): HTMLSssQsuperQuestion3Element;
|
|
208
|
+
};
|
|
209
|
+
interface HTMLSssQsuperQuestion4Element extends Components.SssQsuperQuestion4, HTMLStencilElement {
|
|
210
|
+
}
|
|
211
|
+
var HTMLSssQsuperQuestion4Element: {
|
|
212
|
+
prototype: HTMLSssQsuperQuestion4Element;
|
|
213
|
+
new (): HTMLSssQsuperQuestion4Element;
|
|
214
|
+
};
|
|
215
|
+
interface HTMLSssQsuperQuestion5Element extends Components.SssQsuperQuestion5, HTMLStencilElement {
|
|
216
|
+
}
|
|
217
|
+
var HTMLSssQsuperQuestion5Element: {
|
|
218
|
+
prototype: HTMLSssQsuperQuestion5Element;
|
|
219
|
+
new (): HTMLSssQsuperQuestion5Element;
|
|
220
|
+
};
|
|
221
|
+
interface HTMLSssQsuperQuestion6Element extends Components.SssQsuperQuestion6, HTMLStencilElement {
|
|
222
|
+
}
|
|
223
|
+
var HTMLSssQsuperQuestion6Element: {
|
|
224
|
+
prototype: HTMLSssQsuperQuestion6Element;
|
|
225
|
+
new (): HTMLSssQsuperQuestion6Element;
|
|
226
|
+
};
|
|
227
|
+
interface HTMLSssQsuperQuestion7Element extends Components.SssQsuperQuestion7, HTMLStencilElement {
|
|
228
|
+
}
|
|
229
|
+
var HTMLSssQsuperQuestion7Element: {
|
|
230
|
+
prototype: HTMLSssQsuperQuestion7Element;
|
|
231
|
+
new (): HTMLSssQsuperQuestion7Element;
|
|
232
|
+
};
|
|
233
|
+
interface HTMLSssQsuperQuestion8Element extends Components.SssQsuperQuestion8, HTMLStencilElement {
|
|
234
|
+
}
|
|
235
|
+
var HTMLSssQsuperQuestion8Element: {
|
|
236
|
+
prototype: HTMLSssQsuperQuestion8Element;
|
|
237
|
+
new (): HTMLSssQsuperQuestion8Element;
|
|
238
|
+
};
|
|
239
|
+
interface HTMLSssQsuperQuestionYesNoButtonsElement extends Components.SssQsuperQuestionYesNoButtons, HTMLStencilElement {
|
|
240
|
+
}
|
|
241
|
+
var HTMLSssQsuperQuestionYesNoButtonsElement: {
|
|
242
|
+
prototype: HTMLSssQsuperQuestionYesNoButtonsElement;
|
|
243
|
+
new (): HTMLSssQsuperQuestionYesNoButtonsElement;
|
|
244
|
+
};
|
|
245
|
+
interface HTMLSssSelectedSuperChoiceSectionElement extends Components.SssSelectedSuperChoiceSection, HTMLStencilElement {
|
|
246
|
+
}
|
|
247
|
+
var HTMLSssSelectedSuperChoiceSectionElement: {
|
|
248
|
+
prototype: HTMLSssSelectedSuperChoiceSectionElement;
|
|
249
|
+
new (): HTMLSssSelectedSuperChoiceSectionElement;
|
|
250
|
+
};
|
|
251
|
+
interface HTMLSssSelfManagedFundElement extends Components.SssSelfManagedFund, HTMLStencilElement {
|
|
252
|
+
}
|
|
253
|
+
var HTMLSssSelfManagedFundElement: {
|
|
254
|
+
prototype: HTMLSssSelfManagedFundElement;
|
|
255
|
+
new (): HTMLSssSelfManagedFundElement;
|
|
256
|
+
};
|
|
257
|
+
interface HTMLSssSelfManagedFundInputsElement extends Components.SssSelfManagedFundInputs, HTMLStencilElement {
|
|
258
|
+
}
|
|
259
|
+
var HTMLSssSelfManagedFundInputsElement: {
|
|
260
|
+
prototype: HTMLSssSelfManagedFundInputsElement;
|
|
261
|
+
new (): HTMLSssSelfManagedFundInputsElement;
|
|
262
|
+
};
|
|
263
|
+
interface HTMLSssSlateJoinPageElement extends Components.SssSlateJoinPage, HTMLStencilElement {
|
|
264
|
+
}
|
|
265
|
+
var HTMLSssSlateJoinPageElement: {
|
|
266
|
+
prototype: HTMLSssSlateJoinPageElement;
|
|
267
|
+
new (): HTMLSssSlateJoinPageElement;
|
|
268
|
+
};
|
|
269
|
+
interface HTMLSssSlateStandardChoicePageElement extends Components.SssSlateStandardChoicePage, HTMLStencilElement {
|
|
270
|
+
}
|
|
271
|
+
var HTMLSssSlateStandardChoicePageElement: {
|
|
272
|
+
prototype: HTMLSssSlateStandardChoicePageElement;
|
|
273
|
+
new (): HTMLSssSlateStandardChoicePageElement;
|
|
274
|
+
};
|
|
275
|
+
interface HTMLSssSlatesuperHeaderElement extends Components.SssSlatesuperHeader, HTMLStencilElement {
|
|
276
|
+
}
|
|
277
|
+
var HTMLSssSlatesuperHeaderElement: {
|
|
278
|
+
prototype: HTMLSssSlatesuperHeaderElement;
|
|
279
|
+
new (): HTMLSssSlatesuperHeaderElement;
|
|
280
|
+
};
|
|
281
|
+
interface HTMLSssSmsfNotSupportedDialogElement extends Components.SssSmsfNotSupportedDialog, HTMLStencilElement {
|
|
282
|
+
}
|
|
283
|
+
var HTMLSssSmsfNotSupportedDialogElement: {
|
|
284
|
+
prototype: HTMLSssSmsfNotSupportedDialogElement;
|
|
285
|
+
new (): HTMLSssSmsfNotSupportedDialogElement;
|
|
286
|
+
};
|
|
287
|
+
interface HTMLSssStandardChoiceFormElement extends Components.SssStandardChoiceForm, HTMLStencilElement {
|
|
288
|
+
}
|
|
289
|
+
var HTMLSssStandardChoiceFormElement: {
|
|
290
|
+
prototype: HTMLSssStandardChoiceFormElement;
|
|
291
|
+
new (): HTMLSssStandardChoiceFormElement;
|
|
292
|
+
};
|
|
293
|
+
interface HTMLSssSuccessElement extends Components.SssSuccess, HTMLStencilElement {
|
|
294
|
+
}
|
|
295
|
+
var HTMLSssSuccessElement: {
|
|
296
|
+
prototype: HTMLSssSuccessElement;
|
|
297
|
+
new (): HTMLSssSuccessElement;
|
|
298
|
+
};
|
|
299
|
+
interface HTMLSssSuperChoiceItemElement extends Components.SssSuperChoiceItem, HTMLStencilElement {
|
|
300
|
+
}
|
|
301
|
+
var HTMLSssSuperChoiceItemElement: {
|
|
302
|
+
prototype: HTMLSssSuperChoiceItemElement;
|
|
303
|
+
new (): HTMLSssSuperChoiceItemElement;
|
|
304
|
+
};
|
|
305
|
+
interface HTMLSssSuperChoicePageElement extends Components.SssSuperChoicePage, HTMLStencilElement {
|
|
306
|
+
}
|
|
307
|
+
var HTMLSssSuperChoicePageElement: {
|
|
308
|
+
prototype: HTMLSssSuperChoicePageElement;
|
|
309
|
+
new (): HTMLSssSuperChoicePageElement;
|
|
310
|
+
};
|
|
311
|
+
interface HTMLSuperSelectionAppElement extends Components.SuperSelectionApp, HTMLStencilElement {
|
|
312
|
+
}
|
|
313
|
+
var HTMLSuperSelectionAppElement: {
|
|
314
|
+
prototype: HTMLSuperSelectionAppElement;
|
|
315
|
+
new (): HTMLSuperSelectionAppElement;
|
|
316
|
+
};
|
|
317
|
+
interface HTMLSuperSelectionAppHostElement extends Components.SuperSelectionAppHost, HTMLStencilElement {
|
|
318
|
+
}
|
|
319
|
+
var HTMLSuperSelectionAppHostElement: {
|
|
320
|
+
prototype: HTMLSuperSelectionAppHostElement;
|
|
321
|
+
new (): HTMLSuperSelectionAppHostElement;
|
|
322
|
+
};
|
|
323
|
+
interface HTMLElementTagNameMap {
|
|
324
|
+
"sss-custom-fund": HTMLSssCustomFundElement;
|
|
325
|
+
"sss-default-fund": HTMLSssDefaultFundElement;
|
|
326
|
+
"sss-footer-section": HTMLSssFooterSectionElement;
|
|
327
|
+
"sss-loading-page": HTMLSssLoadingPageElement;
|
|
328
|
+
"sss-my-own-fund": HTMLSssMyOwnFundElement;
|
|
329
|
+
"sss-my-own-fund-inputs": HTMLSssMyOwnFundInputsElement;
|
|
330
|
+
"sss-notifications-section": HTMLSssNotificationsSectionElement;
|
|
331
|
+
"sss-qsuper-confirm-header": HTMLSssQsuperConfirmHeaderElement;
|
|
332
|
+
"sss-qsuper-consent": HTMLSssQsuperConsentElement;
|
|
333
|
+
"sss-qsuper-insurance-opt-in": HTMLSssQsuperInsuranceOptInElement;
|
|
334
|
+
"sss-qsuper-insurance-questions": HTMLSssQsuperInsuranceQuestionsElement;
|
|
335
|
+
"sss-qsuper-join": HTMLSssQsuperJoinElement;
|
|
336
|
+
"sss-qsuper-layout": HTMLSssQsuperLayoutElement;
|
|
337
|
+
"sss-qsuper-question-1": HTMLSssQsuperQuestion1Element;
|
|
338
|
+
"sss-qsuper-question-2": HTMLSssQsuperQuestion2Element;
|
|
339
|
+
"sss-qsuper-question-3": HTMLSssQsuperQuestion3Element;
|
|
340
|
+
"sss-qsuper-question-4": HTMLSssQsuperQuestion4Element;
|
|
341
|
+
"sss-qsuper-question-5": HTMLSssQsuperQuestion5Element;
|
|
342
|
+
"sss-qsuper-question-6": HTMLSssQsuperQuestion6Element;
|
|
343
|
+
"sss-qsuper-question-7": HTMLSssQsuperQuestion7Element;
|
|
344
|
+
"sss-qsuper-question-8": HTMLSssQsuperQuestion8Element;
|
|
345
|
+
"sss-qsuper-question-yes-no-buttons": HTMLSssQsuperQuestionYesNoButtonsElement;
|
|
346
|
+
"sss-selected-super-choice-section": HTMLSssSelectedSuperChoiceSectionElement;
|
|
347
|
+
"sss-self-managed-fund": HTMLSssSelfManagedFundElement;
|
|
348
|
+
"sss-self-managed-fund-inputs": HTMLSssSelfManagedFundInputsElement;
|
|
349
|
+
"sss-slate-join-page": HTMLSssSlateJoinPageElement;
|
|
350
|
+
"sss-slate-standard-choice-page": HTMLSssSlateStandardChoicePageElement;
|
|
351
|
+
"sss-slatesuper-header": HTMLSssSlatesuperHeaderElement;
|
|
352
|
+
"sss-smsf-not-supported-dialog": HTMLSssSmsfNotSupportedDialogElement;
|
|
353
|
+
"sss-standard-choice-form": HTMLSssStandardChoiceFormElement;
|
|
354
|
+
"sss-success": HTMLSssSuccessElement;
|
|
355
|
+
"sss-super-choice-item": HTMLSssSuperChoiceItemElement;
|
|
356
|
+
"sss-super-choice-page": HTMLSssSuperChoicePageElement;
|
|
357
|
+
"super-selection-app": HTMLSuperSelectionAppElement;
|
|
358
|
+
"super-selection-app-host": HTMLSuperSelectionAppHostElement;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
declare namespace LocalJSX {
|
|
362
|
+
interface SssCustomFund {
|
|
363
|
+
"history"?: RouterHistory;
|
|
364
|
+
}
|
|
365
|
+
interface SssDefaultFund {
|
|
366
|
+
"history"?: RouterHistory;
|
|
367
|
+
}
|
|
368
|
+
interface SssFooterSection {
|
|
369
|
+
}
|
|
370
|
+
interface SssLoadingPage {
|
|
371
|
+
}
|
|
372
|
+
interface SssMyOwnFund {
|
|
373
|
+
"history"?: RouterHistory;
|
|
374
|
+
}
|
|
375
|
+
interface SssMyOwnFundInputs {
|
|
376
|
+
"myOwnFundForm"?: MyOwnFundFormState;
|
|
377
|
+
"onFormChanged"?: (event: CustomEvent<Partial<MyOwnFundFormState>>) => void;
|
|
378
|
+
}
|
|
379
|
+
interface SssNotificationsSection {
|
|
380
|
+
}
|
|
381
|
+
interface SssQsuperConfirmHeader {
|
|
382
|
+
}
|
|
383
|
+
interface SssQsuperConsent {
|
|
384
|
+
}
|
|
385
|
+
interface SssQsuperInsuranceOptIn {
|
|
386
|
+
}
|
|
387
|
+
interface SssQsuperInsuranceQuestions {
|
|
388
|
+
}
|
|
389
|
+
interface SssQsuperJoin {
|
|
390
|
+
}
|
|
391
|
+
interface SssQsuperLayout {
|
|
392
|
+
"history"?: RouterHistory;
|
|
393
|
+
}
|
|
394
|
+
interface SssQsuperQuestion1 {
|
|
395
|
+
}
|
|
396
|
+
interface SssQsuperQuestion2 {
|
|
397
|
+
}
|
|
398
|
+
interface SssQsuperQuestion3 {
|
|
399
|
+
}
|
|
400
|
+
interface SssQsuperQuestion4 {
|
|
401
|
+
}
|
|
402
|
+
interface SssQsuperQuestion5 {
|
|
403
|
+
}
|
|
404
|
+
interface SssQsuperQuestion6 {
|
|
405
|
+
}
|
|
406
|
+
interface SssQsuperQuestion7 {
|
|
407
|
+
}
|
|
408
|
+
interface SssQsuperQuestion8 {
|
|
409
|
+
}
|
|
410
|
+
interface SssQsuperQuestionYesNoButtons {
|
|
411
|
+
"history"?: RouterHistory;
|
|
412
|
+
}
|
|
413
|
+
interface SssSelectedSuperChoiceSection {
|
|
414
|
+
"fundName"?: string;
|
|
415
|
+
"fundType"?: string;
|
|
416
|
+
}
|
|
417
|
+
interface SssSelfManagedFund {
|
|
418
|
+
"history"?: RouterHistory;
|
|
419
|
+
}
|
|
420
|
+
interface SssSelfManagedFundInputs {
|
|
421
|
+
"fundForm"?: Partial<SelfManagedFundForm>;
|
|
422
|
+
"onFormChanged"?: (event: CustomEvent<Partial<SelfManagedFundForm>>) => void;
|
|
423
|
+
}
|
|
424
|
+
interface SssSlateJoinPage {
|
|
425
|
+
"history"?: RouterHistory;
|
|
426
|
+
}
|
|
427
|
+
interface SssSlateStandardChoicePage {
|
|
428
|
+
"history"?: RouterHistory;
|
|
429
|
+
}
|
|
430
|
+
interface SssSlatesuperHeader {
|
|
431
|
+
}
|
|
432
|
+
interface SssSmsfNotSupportedDialog {
|
|
433
|
+
"onContinue"?: (event: CustomEvent<void>) => void;
|
|
434
|
+
}
|
|
435
|
+
interface SssStandardChoiceForm {
|
|
436
|
+
"onStandardChoiceFormSignatureUpdated"?: (event: CustomEvent<StandardChoiceInput>) => void;
|
|
437
|
+
}
|
|
438
|
+
interface SssSuccess {
|
|
439
|
+
}
|
|
440
|
+
interface SssSuperChoiceItem {
|
|
441
|
+
"callToAction"?: string;
|
|
442
|
+
"features"?: string;
|
|
443
|
+
"heading"?: string;
|
|
444
|
+
"history"?: RouterHistory;
|
|
445
|
+
"isSelected"?: boolean;
|
|
446
|
+
"logo"?: string;
|
|
447
|
+
"name"?: string;
|
|
448
|
+
"onJoinFundClicked"?: (event: CustomEvent<void>) => void;
|
|
449
|
+
"pdsLink"?: string;
|
|
450
|
+
"usi"?: string;
|
|
451
|
+
}
|
|
452
|
+
interface SssSuperChoicePage {
|
|
453
|
+
"history"?: RouterHistory;
|
|
454
|
+
}
|
|
455
|
+
interface SuperSelectionApp {
|
|
456
|
+
"accessToken"?: string;
|
|
457
|
+
"appBaseUrl"?: string;
|
|
458
|
+
"backendUrl"?: string;
|
|
459
|
+
"history"?: RouterHistory;
|
|
460
|
+
"location"?: LocationSegments;
|
|
461
|
+
"onInitialised"?: (event: CustomEvent<InitialisedWith>) => void;
|
|
462
|
+
"onStep-completion"?: (event: CustomEvent<void>) => void;
|
|
463
|
+
"onSuccessPageAcknowledged"?: (event: CustomEvent<void>) => void;
|
|
464
|
+
}
|
|
465
|
+
interface SuperSelectionAppHost {
|
|
466
|
+
}
|
|
467
|
+
interface IntrinsicElements {
|
|
468
|
+
"sss-custom-fund": SssCustomFund;
|
|
469
|
+
"sss-default-fund": SssDefaultFund;
|
|
470
|
+
"sss-footer-section": SssFooterSection;
|
|
471
|
+
"sss-loading-page": SssLoadingPage;
|
|
472
|
+
"sss-my-own-fund": SssMyOwnFund;
|
|
473
|
+
"sss-my-own-fund-inputs": SssMyOwnFundInputs;
|
|
474
|
+
"sss-notifications-section": SssNotificationsSection;
|
|
475
|
+
"sss-qsuper-confirm-header": SssQsuperConfirmHeader;
|
|
476
|
+
"sss-qsuper-consent": SssQsuperConsent;
|
|
477
|
+
"sss-qsuper-insurance-opt-in": SssQsuperInsuranceOptIn;
|
|
478
|
+
"sss-qsuper-insurance-questions": SssQsuperInsuranceQuestions;
|
|
479
|
+
"sss-qsuper-join": SssQsuperJoin;
|
|
480
|
+
"sss-qsuper-layout": SssQsuperLayout;
|
|
481
|
+
"sss-qsuper-question-1": SssQsuperQuestion1;
|
|
482
|
+
"sss-qsuper-question-2": SssQsuperQuestion2;
|
|
483
|
+
"sss-qsuper-question-3": SssQsuperQuestion3;
|
|
484
|
+
"sss-qsuper-question-4": SssQsuperQuestion4;
|
|
485
|
+
"sss-qsuper-question-5": SssQsuperQuestion5;
|
|
486
|
+
"sss-qsuper-question-6": SssQsuperQuestion6;
|
|
487
|
+
"sss-qsuper-question-7": SssQsuperQuestion7;
|
|
488
|
+
"sss-qsuper-question-8": SssQsuperQuestion8;
|
|
489
|
+
"sss-qsuper-question-yes-no-buttons": SssQsuperQuestionYesNoButtons;
|
|
490
|
+
"sss-selected-super-choice-section": SssSelectedSuperChoiceSection;
|
|
491
|
+
"sss-self-managed-fund": SssSelfManagedFund;
|
|
492
|
+
"sss-self-managed-fund-inputs": SssSelfManagedFundInputs;
|
|
493
|
+
"sss-slate-join-page": SssSlateJoinPage;
|
|
494
|
+
"sss-slate-standard-choice-page": SssSlateStandardChoicePage;
|
|
495
|
+
"sss-slatesuper-header": SssSlatesuperHeader;
|
|
496
|
+
"sss-smsf-not-supported-dialog": SssSmsfNotSupportedDialog;
|
|
497
|
+
"sss-standard-choice-form": SssStandardChoiceForm;
|
|
498
|
+
"sss-success": SssSuccess;
|
|
499
|
+
"sss-super-choice-item": SssSuperChoiceItem;
|
|
500
|
+
"sss-super-choice-page": SssSuperChoicePage;
|
|
501
|
+
"super-selection-app": SuperSelectionApp;
|
|
502
|
+
"super-selection-app-host": SuperSelectionAppHost;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
export { LocalJSX as JSX };
|
|
506
|
+
declare module "@stencil/core" {
|
|
507
|
+
export namespace JSX {
|
|
508
|
+
interface IntrinsicElements {
|
|
509
|
+
"sss-custom-fund": LocalJSX.SssCustomFund & JSXBase.HTMLAttributes<HTMLSssCustomFundElement>;
|
|
510
|
+
"sss-default-fund": LocalJSX.SssDefaultFund & JSXBase.HTMLAttributes<HTMLSssDefaultFundElement>;
|
|
511
|
+
"sss-footer-section": LocalJSX.SssFooterSection & JSXBase.HTMLAttributes<HTMLSssFooterSectionElement>;
|
|
512
|
+
"sss-loading-page": LocalJSX.SssLoadingPage & JSXBase.HTMLAttributes<HTMLSssLoadingPageElement>;
|
|
513
|
+
"sss-my-own-fund": LocalJSX.SssMyOwnFund & JSXBase.HTMLAttributes<HTMLSssMyOwnFundElement>;
|
|
514
|
+
"sss-my-own-fund-inputs": LocalJSX.SssMyOwnFundInputs & JSXBase.HTMLAttributes<HTMLSssMyOwnFundInputsElement>;
|
|
515
|
+
"sss-notifications-section": LocalJSX.SssNotificationsSection & JSXBase.HTMLAttributes<HTMLSssNotificationsSectionElement>;
|
|
516
|
+
"sss-qsuper-confirm-header": LocalJSX.SssQsuperConfirmHeader & JSXBase.HTMLAttributes<HTMLSssQsuperConfirmHeaderElement>;
|
|
517
|
+
"sss-qsuper-consent": LocalJSX.SssQsuperConsent & JSXBase.HTMLAttributes<HTMLSssQsuperConsentElement>;
|
|
518
|
+
"sss-qsuper-insurance-opt-in": LocalJSX.SssQsuperInsuranceOptIn & JSXBase.HTMLAttributes<HTMLSssQsuperInsuranceOptInElement>;
|
|
519
|
+
"sss-qsuper-insurance-questions": LocalJSX.SssQsuperInsuranceQuestions & JSXBase.HTMLAttributes<HTMLSssQsuperInsuranceQuestionsElement>;
|
|
520
|
+
"sss-qsuper-join": LocalJSX.SssQsuperJoin & JSXBase.HTMLAttributes<HTMLSssQsuperJoinElement>;
|
|
521
|
+
"sss-qsuper-layout": LocalJSX.SssQsuperLayout & JSXBase.HTMLAttributes<HTMLSssQsuperLayoutElement>;
|
|
522
|
+
"sss-qsuper-question-1": LocalJSX.SssQsuperQuestion1 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion1Element>;
|
|
523
|
+
"sss-qsuper-question-2": LocalJSX.SssQsuperQuestion2 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion2Element>;
|
|
524
|
+
"sss-qsuper-question-3": LocalJSX.SssQsuperQuestion3 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion3Element>;
|
|
525
|
+
"sss-qsuper-question-4": LocalJSX.SssQsuperQuestion4 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion4Element>;
|
|
526
|
+
"sss-qsuper-question-5": LocalJSX.SssQsuperQuestion5 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion5Element>;
|
|
527
|
+
"sss-qsuper-question-6": LocalJSX.SssQsuperQuestion6 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion6Element>;
|
|
528
|
+
"sss-qsuper-question-7": LocalJSX.SssQsuperQuestion7 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion7Element>;
|
|
529
|
+
"sss-qsuper-question-8": LocalJSX.SssQsuperQuestion8 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion8Element>;
|
|
530
|
+
"sss-qsuper-question-yes-no-buttons": LocalJSX.SssQsuperQuestionYesNoButtons & JSXBase.HTMLAttributes<HTMLSssQsuperQuestionYesNoButtonsElement>;
|
|
531
|
+
"sss-selected-super-choice-section": LocalJSX.SssSelectedSuperChoiceSection & JSXBase.HTMLAttributes<HTMLSssSelectedSuperChoiceSectionElement>;
|
|
532
|
+
"sss-self-managed-fund": LocalJSX.SssSelfManagedFund & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundElement>;
|
|
533
|
+
"sss-self-managed-fund-inputs": LocalJSX.SssSelfManagedFundInputs & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundInputsElement>;
|
|
534
|
+
"sss-slate-join-page": LocalJSX.SssSlateJoinPage & JSXBase.HTMLAttributes<HTMLSssSlateJoinPageElement>;
|
|
535
|
+
"sss-slate-standard-choice-page": LocalJSX.SssSlateStandardChoicePage & JSXBase.HTMLAttributes<HTMLSssSlateStandardChoicePageElement>;
|
|
536
|
+
"sss-slatesuper-header": LocalJSX.SssSlatesuperHeader & JSXBase.HTMLAttributes<HTMLSssSlatesuperHeaderElement>;
|
|
537
|
+
"sss-smsf-not-supported-dialog": LocalJSX.SssSmsfNotSupportedDialog & JSXBase.HTMLAttributes<HTMLSssSmsfNotSupportedDialogElement>;
|
|
538
|
+
"sss-standard-choice-form": LocalJSX.SssStandardChoiceForm & JSXBase.HTMLAttributes<HTMLSssStandardChoiceFormElement>;
|
|
539
|
+
"sss-success": LocalJSX.SssSuccess & JSXBase.HTMLAttributes<HTMLSssSuccessElement>;
|
|
540
|
+
"sss-super-choice-item": LocalJSX.SssSuperChoiceItem & JSXBase.HTMLAttributes<HTMLSssSuperChoiceItemElement>;
|
|
541
|
+
"sss-super-choice-page": LocalJSX.SssSuperChoicePage & JSXBase.HTMLAttributes<HTMLSssSuperChoicePageElement>;
|
|
542
|
+
"super-selection-app": LocalJSX.SuperSelectionApp & JSXBase.HTMLAttributes<HTMLSuperSelectionAppElement>;
|
|
543
|
+
"super-selection-app-host": LocalJSX.SuperSelectionAppHost & JSXBase.HTMLAttributes<HTMLSuperSelectionAppHostElement>;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): void;
|