@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,16 @@
|
|
|
1
|
+
import { AppStateDto, AustralianFundsLookupResponseDto } from './super-selection.api.dto';
|
|
2
|
+
export declare type SuperFundSearchFilter = {
|
|
3
|
+
type: 'partialMatch';
|
|
4
|
+
searchString: string;
|
|
5
|
+
maxRecordCount: number;
|
|
6
|
+
} | {
|
|
7
|
+
type: 'usiMatch';
|
|
8
|
+
usi: string;
|
|
9
|
+
};
|
|
10
|
+
export declare class SuperSelectionApi {
|
|
11
|
+
getAustralianFundsAsync(searchFilter: SuperFundSearchFilter): Promise<AustralianFundsLookupResponseDto>;
|
|
12
|
+
getAppStateAsync(): Promise<AppStateDto>;
|
|
13
|
+
private toQueryString;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: SuperSelectionApi;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
declare type AddressDto = {
|
|
2
|
+
addressLine1: string;
|
|
3
|
+
addressLine2: string | null;
|
|
4
|
+
city: string;
|
|
5
|
+
state: string;
|
|
6
|
+
postcode: string;
|
|
7
|
+
countryCode: string;
|
|
8
|
+
};
|
|
9
|
+
declare type UserProfileDto = {
|
|
10
|
+
accountId: string;
|
|
11
|
+
firstName: string;
|
|
12
|
+
middleName?: string;
|
|
13
|
+
lastName: string;
|
|
14
|
+
title: string;
|
|
15
|
+
gender: string;
|
|
16
|
+
email: string;
|
|
17
|
+
mobilePhone: string;
|
|
18
|
+
dateOfBirth: string;
|
|
19
|
+
yearsOfAge: number;
|
|
20
|
+
address: AddressDto;
|
|
21
|
+
};
|
|
22
|
+
declare type PromotedFundChoiceDto = {
|
|
23
|
+
slate: unknown;
|
|
24
|
+
} | {
|
|
25
|
+
future: unknown;
|
|
26
|
+
} | {
|
|
27
|
+
qSuper: unknown;
|
|
28
|
+
};
|
|
29
|
+
declare type OwnFundChoiceDto = {
|
|
30
|
+
usi: string;
|
|
31
|
+
memberNumber: string;
|
|
32
|
+
};
|
|
33
|
+
declare type DefaultFundChoiceDto = {
|
|
34
|
+
usi: string;
|
|
35
|
+
};
|
|
36
|
+
declare type SMSFChoiceDto = {
|
|
37
|
+
abn: string;
|
|
38
|
+
fundName: string;
|
|
39
|
+
electronicServiceAddress: string;
|
|
40
|
+
};
|
|
41
|
+
declare type SuperChoiceDetailsDto = {
|
|
42
|
+
promoted: PromotedFundChoiceDto;
|
|
43
|
+
} | {
|
|
44
|
+
myOwnFund: OwnFundChoiceDto;
|
|
45
|
+
} | {
|
|
46
|
+
smsf: SMSFChoiceDto;
|
|
47
|
+
} | {
|
|
48
|
+
default: DefaultFundChoiceDto;
|
|
49
|
+
};
|
|
50
|
+
declare type SuperChoiceDto = {
|
|
51
|
+
dateSubmitted: string;
|
|
52
|
+
choiceDetails: SuperChoiceDetailsDto;
|
|
53
|
+
};
|
|
54
|
+
export declare type SuperBuyerDto = {
|
|
55
|
+
accountId: string;
|
|
56
|
+
profileId: string;
|
|
57
|
+
partnerId: string;
|
|
58
|
+
userProfile: UserProfileDto;
|
|
59
|
+
tfn: string | null;
|
|
60
|
+
superChoice: SuperChoiceDto | null;
|
|
61
|
+
showSmsfNotSupported: boolean;
|
|
62
|
+
};
|
|
63
|
+
export declare type AccountConfigurationDto = {
|
|
64
|
+
accountId: string;
|
|
65
|
+
defaultFundUsi: string | null;
|
|
66
|
+
};
|
|
67
|
+
export declare type AustralianFundDto = {
|
|
68
|
+
abn: string;
|
|
69
|
+
fundName: string;
|
|
70
|
+
usi: string;
|
|
71
|
+
productName: string;
|
|
72
|
+
contributionRestriction: boolean;
|
|
73
|
+
dateFrom: string;
|
|
74
|
+
dateTo: string;
|
|
75
|
+
};
|
|
76
|
+
export declare type AustralianFundsLookupResponseDto = Array<AustralianFundDto>;
|
|
77
|
+
export declare type AppStateDto = {
|
|
78
|
+
superBuyer: SuperBuyerDto;
|
|
79
|
+
accountConfiguration: AccountConfigurationDto;
|
|
80
|
+
promotedFunds: string[];
|
|
81
|
+
};
|
|
82
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const QSuperFundUsi = "60905115063001";
|
|
2
|
+
export declare const QSuperFundId = "qsuper";
|
|
3
|
+
export declare const QSuperFundName = "QSuper";
|
|
4
|
+
export declare const QSuperAltFundName = "Recognised performer";
|
|
5
|
+
export declare const QSuperInsuranceProductName = "QSuper Insurance";
|
|
6
|
+
export declare const QSuperPdsUrl = "https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf";
|
|
7
|
+
export declare const QSuperMinAge = 14;
|
|
8
|
+
export declare const QSuperMinInsuranceAge = 16;
|
|
9
|
+
export declare const QSuperMaxAge = 70;
|
|
10
|
+
export declare const SlateFundUsi = "32367272075001";
|
|
11
|
+
export declare const SlateFundId = "slate";
|
|
12
|
+
export declare const SlateFundName = "Slate Super";
|
|
13
|
+
export declare const SlateAltFundName = "Modern Digital Fund";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DefaultFundForm, MyOwnFundDto, SelfManagedFundRequestDto } from './custom-fund-choice.api.dto';
|
|
2
|
+
export declare class CustomFundChoiceApi {
|
|
3
|
+
submitDefaultFundChoiceAsync(dto: DefaultFundForm): Promise<void>;
|
|
4
|
+
submitCustomFundChoiceAsync(dto: MyOwnFundDto): Promise<void>;
|
|
5
|
+
submitSelfManagedFundChoiceAsync(dto: SelfManagedFundRequestDto): Promise<void>;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: CustomFundChoiceApi;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare type MyOwnFundDto = {
|
|
2
|
+
fundUsi: string;
|
|
3
|
+
memberNumber: string;
|
|
4
|
+
standardChoiceFormSignature: string;
|
|
5
|
+
};
|
|
6
|
+
export declare type DefaultFundForm = {
|
|
7
|
+
standardChoiceFormSignature: string;
|
|
8
|
+
};
|
|
9
|
+
export declare type AustralianFundAddressDto = {
|
|
10
|
+
addressLine1: string;
|
|
11
|
+
addressLine2?: string;
|
|
12
|
+
city: string;
|
|
13
|
+
state: string;
|
|
14
|
+
postcode: string;
|
|
15
|
+
};
|
|
16
|
+
export declare type SelfManagedFundDto = {
|
|
17
|
+
abn: string;
|
|
18
|
+
fundName: string;
|
|
19
|
+
fundAddress: AustralianFundAddressDto;
|
|
20
|
+
bsb: string;
|
|
21
|
+
bankAccountName: string;
|
|
22
|
+
bankAccountNumber: string;
|
|
23
|
+
electronicServiceAddress: string;
|
|
24
|
+
};
|
|
25
|
+
export declare type SelfManagedFundRequestDto = {
|
|
26
|
+
smsfChoice: SelfManagedFundDto;
|
|
27
|
+
standardChoiceFormSignature: string;
|
|
28
|
+
};
|
package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as O from 'fp-ts/Option';
|
|
2
|
+
import { DefaultFundForm } from './api/custom-fund-choice.api.dto';
|
|
3
|
+
import { SelfManagedFundForm } from './self-managed-fund/self-managed-fund.form';
|
|
4
|
+
declare type CustomFundOption = {
|
|
5
|
+
label: CustomFundTypes;
|
|
6
|
+
value: string;
|
|
7
|
+
};
|
|
8
|
+
declare enum CustomFundTypes {
|
|
9
|
+
MyOwnFund = "My Own Fund",
|
|
10
|
+
DefaultFund = "Default Fund",
|
|
11
|
+
SelfManagedFund = "Self Managed Fund"
|
|
12
|
+
}
|
|
13
|
+
export declare type MyOwnFundFormState = {
|
|
14
|
+
fundUsi: O.Option<string>;
|
|
15
|
+
memberNumber: O.Option<string>;
|
|
16
|
+
standardChoiceFormSignature: O.Option<string>;
|
|
17
|
+
};
|
|
18
|
+
export declare type CustomFundState = {
|
|
19
|
+
continueAllowed: boolean;
|
|
20
|
+
nextRoute: string;
|
|
21
|
+
customFunds: Array<CustomFundOption>;
|
|
22
|
+
currentCustomFundType: CustomFundTypes;
|
|
23
|
+
myOwnFundForm: MyOwnFundFormState;
|
|
24
|
+
defaultFundForm: DefaultFundForm;
|
|
25
|
+
selfManagedFundForm: SelfManagedFundForm;
|
|
26
|
+
};
|
|
27
|
+
export declare const initialStateCustomFund: CustomFundState;
|
|
28
|
+
declare const state: CustomFundState;
|
|
29
|
+
export declare const resetCustomFund: () => void;
|
|
30
|
+
export default state;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class DefaultFund {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private formState;
|
|
5
|
+
private defaultFundProductName;
|
|
6
|
+
private defaultFund;
|
|
7
|
+
private readonly eventTrackingService;
|
|
8
|
+
private formElement;
|
|
9
|
+
private isDefaultFundExists;
|
|
10
|
+
private isInvalidDefaultFund;
|
|
11
|
+
componentWillLoad(): Promise<void>;
|
|
12
|
+
componentDidLoad(): Promise<void>;
|
|
13
|
+
render(): Element[];
|
|
14
|
+
private handleSubmitForm;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MyOwnFundFormState } from '../custom-fund.store';
|
|
2
|
+
export declare class MyOwnFundInputs {
|
|
3
|
+
myOwnFundForm: MyOwnFundFormState;
|
|
4
|
+
private selectedOption?;
|
|
5
|
+
private formChanged;
|
|
6
|
+
private MIN_SEARCH_STRING_LENGTH;
|
|
7
|
+
private MAX_RECORD_COUNT;
|
|
8
|
+
render(): Element[];
|
|
9
|
+
private searchFundsAsync;
|
|
10
|
+
private updateFundUsi;
|
|
11
|
+
private updateMemberNumber;
|
|
12
|
+
}
|
package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class MyOwnFund {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private formState;
|
|
5
|
+
private isNotAllInformationProvidedMessageVisible;
|
|
6
|
+
private readonly eventTrackingService;
|
|
7
|
+
private formElement;
|
|
8
|
+
componentDidLoad(): Promise<void>;
|
|
9
|
+
render(): Element[];
|
|
10
|
+
private handleSubmitForm;
|
|
11
|
+
private getOrError;
|
|
12
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'01': string;
|
|
3
|
+
'03': string;
|
|
4
|
+
'73': string;
|
|
5
|
+
'06': string;
|
|
6
|
+
'76': string;
|
|
7
|
+
'08': string;
|
|
8
|
+
'78': string;
|
|
9
|
+
'09': string;
|
|
10
|
+
'10': string;
|
|
11
|
+
'11': string;
|
|
12
|
+
'33': string;
|
|
13
|
+
'12': string;
|
|
14
|
+
'14': string;
|
|
15
|
+
'15': string;
|
|
16
|
+
'18': string;
|
|
17
|
+
'19': string;
|
|
18
|
+
'55': string;
|
|
19
|
+
'21': string;
|
|
20
|
+
'22': string;
|
|
21
|
+
'23': string;
|
|
22
|
+
'24': string;
|
|
23
|
+
'510': string;
|
|
24
|
+
'25': string;
|
|
25
|
+
'26': string;
|
|
26
|
+
'29': string;
|
|
27
|
+
'30': string;
|
|
28
|
+
'31': string;
|
|
29
|
+
'325': string;
|
|
30
|
+
'34': string;
|
|
31
|
+
'985': string;
|
|
32
|
+
'35': string;
|
|
33
|
+
'980': string;
|
|
34
|
+
'40': string;
|
|
35
|
+
'41': string;
|
|
36
|
+
'42': string;
|
|
37
|
+
'52': string;
|
|
38
|
+
'45': string;
|
|
39
|
+
'46': string;
|
|
40
|
+
'47': string;
|
|
41
|
+
'48': string;
|
|
42
|
+
'664': string;
|
|
43
|
+
'512': string;
|
|
44
|
+
'514': string;
|
|
45
|
+
'517': string;
|
|
46
|
+
'533': string;
|
|
47
|
+
'57': string;
|
|
48
|
+
'61': string;
|
|
49
|
+
'611': string;
|
|
50
|
+
'823': string;
|
|
51
|
+
'630': string;
|
|
52
|
+
'637': string;
|
|
53
|
+
'632': string;
|
|
54
|
+
'633': string;
|
|
55
|
+
'634': string;
|
|
56
|
+
'638': string;
|
|
57
|
+
'880': string;
|
|
58
|
+
'639': string;
|
|
59
|
+
'640': string;
|
|
60
|
+
'641': string;
|
|
61
|
+
'647': string;
|
|
62
|
+
'642': string;
|
|
63
|
+
'645': string;
|
|
64
|
+
'656': string;
|
|
65
|
+
'646': string;
|
|
66
|
+
'650': string;
|
|
67
|
+
'653': string;
|
|
68
|
+
'654': string;
|
|
69
|
+
'655': string;
|
|
70
|
+
'659': string;
|
|
71
|
+
'676': string;
|
|
72
|
+
'70': string;
|
|
73
|
+
'721': string;
|
|
74
|
+
'722': string;
|
|
75
|
+
'723': string;
|
|
76
|
+
'724': string;
|
|
77
|
+
'728': string;
|
|
78
|
+
'777': string;
|
|
79
|
+
'80': string;
|
|
80
|
+
'670': string;
|
|
81
|
+
'812': string;
|
|
82
|
+
'813': string;
|
|
83
|
+
'814': string;
|
|
84
|
+
'815': string;
|
|
85
|
+
'817': string;
|
|
86
|
+
'818': string;
|
|
87
|
+
'819': string;
|
|
88
|
+
'824': string;
|
|
89
|
+
'825': string;
|
|
90
|
+
'833': string;
|
|
91
|
+
'882': string;
|
|
92
|
+
'888': string;
|
|
93
|
+
'90': string;
|
|
94
|
+
'911': string;
|
|
95
|
+
'913': string;
|
|
96
|
+
'917': string;
|
|
97
|
+
'918': string;
|
|
98
|
+
'922': string;
|
|
99
|
+
'923': string;
|
|
100
|
+
'936': string;
|
|
101
|
+
'931': string;
|
|
102
|
+
'932': string;
|
|
103
|
+
'939': string;
|
|
104
|
+
'941': string;
|
|
105
|
+
'942': string;
|
|
106
|
+
'943': string;
|
|
107
|
+
'944': string;
|
|
108
|
+
'946': string;
|
|
109
|
+
'951': string;
|
|
110
|
+
'969': string;
|
|
111
|
+
};
|
|
112
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../../../stencil-public-runtime';
|
|
2
|
+
import { SelfManagedFundForm } from './self-managed-fund.form';
|
|
3
|
+
export declare class SelfManagedFundInputs {
|
|
4
|
+
fundForm: Partial<SelfManagedFundForm>;
|
|
5
|
+
formChanged: EventEmitter<Partial<SelfManagedFundForm>>;
|
|
6
|
+
private currentBank;
|
|
7
|
+
private readonly stateOptions;
|
|
8
|
+
private bsbRegex;
|
|
9
|
+
private bankAccountNumberRegex;
|
|
10
|
+
render(): Element[];
|
|
11
|
+
private updateFormField;
|
|
12
|
+
private filterDigits;
|
|
13
|
+
private updateCurrentBank;
|
|
14
|
+
private updateCurrentBankAccountNumber;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class SelfManagedFund {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private formState;
|
|
5
|
+
private showSmsfNotSupported;
|
|
6
|
+
private readonly eventTrackingService;
|
|
7
|
+
private formElement;
|
|
8
|
+
private notSupportedDialog;
|
|
9
|
+
componentDidLoad(): Promise<void>;
|
|
10
|
+
render(): Element[];
|
|
11
|
+
componentDidRender(): void;
|
|
12
|
+
private success;
|
|
13
|
+
private handleSubmitForm;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare type SelfManagedFundForm = {
|
|
2
|
+
fundName: string;
|
|
3
|
+
fundAbn: string;
|
|
4
|
+
fundEsa: string;
|
|
5
|
+
addressLine1: string;
|
|
6
|
+
addressLine2: string;
|
|
7
|
+
state: string;
|
|
8
|
+
postcode: string;
|
|
9
|
+
city: string;
|
|
10
|
+
bankAccountName: string;
|
|
11
|
+
bsb: string;
|
|
12
|
+
bankAccountNumber: string;
|
|
13
|
+
standardChoiceFormSignature: string;
|
|
14
|
+
};
|
package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare type QSuperQuestionnaireDto = {
|
|
2
|
+
reviewedApplication: boolean;
|
|
3
|
+
acceptedDeclaration: boolean;
|
|
4
|
+
readDutyOfDisclosure: boolean;
|
|
5
|
+
insuranceChosen: boolean;
|
|
6
|
+
questions?: {
|
|
7
|
+
question1: boolean;
|
|
8
|
+
question2: boolean;
|
|
9
|
+
question3: boolean;
|
|
10
|
+
question4: boolean;
|
|
11
|
+
question5: boolean;
|
|
12
|
+
question6: boolean;
|
|
13
|
+
question7: boolean;
|
|
14
|
+
question8: boolean;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare type SuperBuyerSignatureDto = string;
|
|
18
|
+
export declare type QSuperJoinRequestDto = {
|
|
19
|
+
questionnaire: QSuperQuestionnaireDto;
|
|
20
|
+
standardChoiceFormSignature: SuperBuyerSignatureDto;
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function handleConfirmClickAsync(): Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function continueEnabledCheck(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function resetQSuperState(): void;
|
package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class QsuperInsuranceOptIn {
|
|
2
|
+
private insuranceChosen;
|
|
3
|
+
private readonly eventTrackingService;
|
|
4
|
+
private isEligibleForInsurance;
|
|
5
|
+
componentDidLoad(): Promise<void>;
|
|
6
|
+
componentWillLoad(): void;
|
|
7
|
+
render(): Element[];
|
|
8
|
+
private ensureInsuranceEligibility;
|
|
9
|
+
private showIneligibleNotification;
|
|
10
|
+
private handleInsuranceToggle;
|
|
11
|
+
private handleCheckboxToggle;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class QsuperLayout {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private isEligible;
|
|
5
|
+
componentWillLoad(): Promise<void>;
|
|
6
|
+
render(): Element[];
|
|
7
|
+
private canContinue;
|
|
8
|
+
private ensureEligibility;
|
|
9
|
+
private showIneligibleNotification;
|
|
10
|
+
private tryAsync;
|
|
11
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { QSuperQuestionnaireDto } from '../api/qsuper-choice.api.dto';
|
|
2
|
+
export declare enum QSuperFormPages {
|
|
3
|
+
InsuranceConfirm = 0,
|
|
4
|
+
InsuranceQuestions = 1,
|
|
5
|
+
AccumulationAccount = 2,
|
|
6
|
+
ConfirmSelection = 3
|
|
7
|
+
}
|
|
8
|
+
export declare enum QSuperInsuranceQuestions {
|
|
9
|
+
question1 = 0,
|
|
10
|
+
question2 = 1,
|
|
11
|
+
question3 = 2,
|
|
12
|
+
question4 = 3,
|
|
13
|
+
question5 = 4,
|
|
14
|
+
question6 = 5,
|
|
15
|
+
question7 = 6,
|
|
16
|
+
question8 = 7
|
|
17
|
+
}
|
|
18
|
+
export declare type QSuperState = {
|
|
19
|
+
currentQSuperInsuranceQuestion: QSuperInsuranceQuestions;
|
|
20
|
+
currentQSuperFormPage: QSuperFormPages;
|
|
21
|
+
qSuperFormValid: boolean;
|
|
22
|
+
continueAllowed: boolean;
|
|
23
|
+
nextRoute: string;
|
|
24
|
+
qSuperOptInPageCheckbox: boolean;
|
|
25
|
+
qSuperJoinPageCheckbox: boolean;
|
|
26
|
+
qSuperInsuranceQuestions: {
|
|
27
|
+
question1: {
|
|
28
|
+
answered: boolean;
|
|
29
|
+
};
|
|
30
|
+
question2: {
|
|
31
|
+
answered: boolean;
|
|
32
|
+
};
|
|
33
|
+
question3: {
|
|
34
|
+
answered: boolean;
|
|
35
|
+
};
|
|
36
|
+
question4: {
|
|
37
|
+
answered: boolean;
|
|
38
|
+
};
|
|
39
|
+
question5: {
|
|
40
|
+
answered: boolean;
|
|
41
|
+
};
|
|
42
|
+
question6: {
|
|
43
|
+
answered: boolean;
|
|
44
|
+
};
|
|
45
|
+
question7: {
|
|
46
|
+
answered: boolean;
|
|
47
|
+
};
|
|
48
|
+
question8: {
|
|
49
|
+
answered: boolean;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
qSuperQuestionnaire: QSuperQuestionnaireDto;
|
|
53
|
+
standardChoiceFormSignature: string;
|
|
54
|
+
};
|
|
55
|
+
export declare const initialStateQSuper: QSuperState;
|
|
56
|
+
declare const state: QSuperState;
|
|
57
|
+
export declare const resetQSuperStore: () => void;
|
|
58
|
+
export default state;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
declare class SlateIFrameBuilder {
|
|
3
|
+
build(iframe: HTMLIFrameElement, history: RouterHistory): void;
|
|
4
|
+
private hostIsLocalSuperSelection;
|
|
5
|
+
private hostIsDeployed;
|
|
6
|
+
private skipConsolidation;
|
|
7
|
+
private getSlateJoinMemberData;
|
|
8
|
+
private includeJwt;
|
|
9
|
+
private environmentDiscriminator;
|
|
10
|
+
private slateJoinAppUrl;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: SlateIFrameBuilder;
|
|
13
|
+
export default _default;
|