@flarehr/apollo-super-selection 3.52.60060 → 3.55.61713
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -0
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.js +1 -1
- package/dist/lib/apollo-super-selection/assets/icon-check.svg +3 -0
- package/dist/lib/apollo-super-selection/assets/icon-exclamation.svg +3 -0
- package/dist/lib/apollo-super-selection/assets/icon-information-circle.svg +3 -0
- package/dist/lib/apollo-super-selection/p-0d3b8084.system.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-0ef73515.entry.js +1 -0
- package/dist/lib/apollo-super-selection/p-0f723eb4.system.js +1 -0
- package/dist/lib/apollo-super-selection/{p-01a9f4a4.entry.js → p-12d77532.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
- package/dist/lib/apollo-super-selection/{p-381262c1.system.js → p-15f0e5eb.system.js} +1 -1
- package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
- package/dist/lib/apollo-super-selection/{p-20136efe.entry.js → p-375401a0.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/{p-285da037.system.entry.js → p-3ce021a5.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/{p-61734b66.js → p-40e504c4.js} +1 -1
- package/dist/lib/apollo-super-selection/p-67b71067.entry.js +1 -0
- package/dist/lib/apollo-super-selection/{p-082669d9.js → p-683b6e23.js} +1 -1
- package/dist/lib/apollo-super-selection/{p-38ee2795.system.js → p-6cdec249.system.js} +1 -1
- package/dist/lib/apollo-super-selection/{p-cd49a6b7.system.entry.js → p-76eee25a.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
- package/dist/lib/apollo-super-selection/{p-8cbfc343.system.entry.js → p-918a740c.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-93f7a547.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-c249f6ed.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-c2b9cfa5.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/{p-a98c2760.entry.js → p-cb6b386e.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/{p-f15bf700.system.entry.js → p-e9a34be2.system.entry.js} +1 -1
- package/dist/lib/cjs/{active-router-e92fd784.js → active-router-71d965f4.js} +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +4 -5
- package/dist/lib/cjs/{app-globals-45007120.js → app-globals-b1125d8c.js} +1 -1
- package/dist/lib/cjs/context-consumer.cjs.entry.js +1 -1
- package/dist/lib/cjs/{datorama-akita-7f4b082a.js → datorama-akita-6c9cb8fb.js} +1005 -68
- package/dist/lib/cjs/{index-942e6faa.js → index-f746d8f0.js} +2 -0
- package/dist/lib/cjs/loader.cjs.js +4 -5
- package/dist/lib/cjs/{fl-button_31.cjs.entry.js → sss-button_28.cjs.entry.js} +2138 -2177
- package/dist/lib/cjs/stencil-async-content.cjs.entry.js +1 -1
- package/dist/lib/cjs/stencil-route-title.cjs.entry.js +2 -2
- package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +2 -2
- package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +2 -2
- package/dist/lib/collection/apollo-super-selection.css +1 -0
- package/dist/lib/collection/collection-manifest.json +16 -28
- package/dist/lib/collection/components/app-host/loading-page.js +3 -3
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +0 -4
- package/dist/lib/collection/components/app-host/super-selection-app-host.js +7 -19
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +69 -1
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +9 -3
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +16 -21
- package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +57 -0
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +136 -0
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +6 -18
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +50 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +32 -16
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +10 -14
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +36 -45
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +40 -19
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +45 -40
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +104 -58
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +53 -49
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +6 -16
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-page.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +1 -4
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +10 -4
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +13 -4
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +2 -3
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +45 -0
- package/dist/lib/collection/components/super-selection-app/misc/button.js +146 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +359 -0
- package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
- package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +8 -4
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +20 -0
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +95 -0
- package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +11 -0
- package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +8 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +6 -4
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +69 -34
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +10 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +94 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +90 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +85 -92
- package/dist/lib/collection/components/super-selection-app/super-selection-app.css +16 -4
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +59 -11
- package/dist/lib/esm/{active-router-4c80d3d2.js → active-router-2056f552.js} +1 -1
- package/dist/lib/esm/apollo-super-selection.js +4 -5
- package/dist/lib/esm/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
- package/dist/lib/esm/context-consumer.entry.js +1 -1
- package/dist/lib/esm/{datorama-akita-79ce4385.js → datorama-akita-127aea91.js} +960 -28
- package/dist/lib/esm/{index-0496d1af.js → index-e1e930c8.js} +2 -1
- package/dist/lib/esm/loader.js +4 -5
- package/dist/lib/esm/{fl-button_31.entry.js → sss-button_28.entry.js} +2124 -2160
- package/dist/lib/esm/stencil-async-content.entry.js +1 -1
- package/dist/lib/esm/stencil-route-title.entry.js +2 -2
- package/dist/lib/esm/stencil-router-prompt.entry.js +2 -2
- package/dist/lib/esm/stencil-router-redirect.entry.js +2 -2
- package/dist/lib/esm-es5/{active-router-4c80d3d2.js → active-router-2056f552.js} +1 -1
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
- package/dist/lib/esm-es5/context-consumer.entry.js +1 -1
- package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
- package/dist/lib/esm-es5/{index-0496d1af.js → index-e1e930c8.js} +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_28.entry.js +69 -0
- package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -1
- package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -1
- package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -1
- package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -1
- package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +30 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +19 -4
- package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +1 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +4 -6
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +0 -2
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +11 -0
- package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +44 -0
- package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +51 -0
- package/dist/lib/types/components/super-selection-app/services/feature-flag.service.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +3 -2
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +6 -3
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +1 -4
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +2 -1
- package/dist/lib/types/components.d.ts +148 -97
- package/package.json +12 -7
- package/dist/lib/apollo-super-selection/assets/logo-qsuper-square.png +0 -0
- package/dist/lib/apollo-super-selection/assets/logo-qsuper.png +0 -0
- package/dist/lib/apollo-super-selection/p-0623b20a.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-13573238.system.js +0 -15
- package/dist/lib/apollo-super-selection/p-342cee5a.js +0 -1
- package/dist/lib/apollo-super-selection/p-38f24f69.js +0 -1
- package/dist/lib/apollo-super-selection/p-642db1f7.system.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +0 -1
- package/dist/lib/apollo-super-selection/p-abedb220.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-ae4f5e0b.system.js +0 -1
- package/dist/lib/apollo-super-selection/p-c5e41889.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +0 -1
- package/dist/lib/apollo-super-selection/p-df9ce4b7.js +0 -15
- package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-fbe8c6d1.entry.js +0 -14
- package/dist/lib/cjs/delay-81aff2f1.js +0 -955
- package/dist/lib/cjs/fl-style-guide.cjs.entry.js +0 -90
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +0 -11
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +0 -23
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.js +0 -62
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +0 -10
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +0 -67
- 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 +0 -19
- package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +0 -25
- package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +0 -37
- package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +0 -3
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +0 -50
- package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper-square.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +0 -18
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +0 -53
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +0 -296
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +0 -70
- package/dist/lib/esm/delay-c0555599.js +0 -935
- package/dist/lib/esm/fl-style-guide.entry.js +0 -86
- package/dist/lib/esm-es5/datorama-akita-79ce4385.js +0 -15
- package/dist/lib/esm-es5/delay-c0555599.js +0 -1
- package/dist/lib/esm-es5/fl-button_31.entry.js +0 -69
- package/dist/lib/esm-es5/fl-style-guide.entry.js +0 -1
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +0 -45
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +0 -9
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +0 -9
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +0 -141
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +0 -5
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +0 -7
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +0 -15
- package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +0 -14
- package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +0 -18
- package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +0 -22
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,h}from"./index-
|
|
1
|
+
import{r as registerInstance,h}from"./index-e1e930c8.js";var AsyncContent=function(){function t(t){registerInstance(this,t);this.content=""}t.prototype.componentWillLoad=function(){if(this.documentLocation!=null){return this.fetchNewContent(this.documentLocation)}};t.prototype.fetchNewContent=function(t){var n=this;return fetch(t).then((function(t){return t.text()})).then((function(t){n.content=t}))};t.prototype.render=function(){return h("div",{innerHTML:this.content})};Object.defineProperty(t,"watchers",{get:function(){return{documentLocation:["fetchNewContent"]}},enumerable:false,configurable:true});return t}();export{AsyncContent as stencil_async_content};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,d as getElement}from"./index-
|
|
1
|
+
import{r as registerInstance,d as getElement}from"./index-e1e930c8.js";import{A as ActiveRouter}from"./active-router-2056f552.js";var RouteTitle=function(){function e(e){registerInstance(this,e);this.titleSuffix="";this.pageTitle=""}e.prototype.updateDocumentTitle=function(){var e=this.el;if(e.ownerDocument){e.ownerDocument.title=""+this.pageTitle+(this.titleSuffix||"")}};e.prototype.componentWillLoad=function(){this.updateDocumentTitle()};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{pageTitle:["updateDocumentTitle"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteTitle,["titleSuffix"]);export{RouteTitle as stencil_route_title};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,d as getElement}from"./index-
|
|
1
|
+
import{r as registerInstance,d as getElement}from"./index-e1e930c8.js";import{A as ActiveRouter}from"./active-router-2056f552.js";var StencilRouterPrompt=function(){function e(e){registerInstance(this,e);this.when=true;this.message=""}e.prototype.enable=function(e){if(this.unblock){this.unblock()}if(this.history){this.unblock=this.history.block(e)}};e.prototype.disable=function(){if(this.unblock){this.unblock();this.unblock=undefined}};e.prototype.componentWillLoad=function(){if(this.when){this.enable(this.message)}};e.prototype.updateMessage=function(e,t){if(this.when){if(!this.when||t!==e){this.enable(this.message)}}else{this.disable()}};e.prototype.componentDidUnload=function(){this.disable()};e.prototype.render=function(){return null};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{message:["updateMessage"],when:["updateMessage"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(StencilRouterPrompt,["history"]);export{StencilRouterPrompt as stencil_router_prompt};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,d as getElement}from"./index-
|
|
1
|
+
import{r as registerInstance,d as getElement}from"./index-e1e930c8.js";import{A as ActiveRouter}from"./active-router-2056f552.js";var getUrl=function(t,e){if(t.charAt(0)=="/"&&e.charAt(e.length-1)=="/"){return e.slice(0,e.length-1)+t}return e+t};var Redirect=function(){function t(t){registerInstance(this,t)}t.prototype.componentWillLoad=function(){if(this.history&&this.root&&this.url){return this.history.replace(getUrl(this.url,this.root))}};Object.defineProperty(t.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();ActiveRouter.injectProps(Redirect,["history","root"]);export{Redirect as stencil_router_redirect};
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import '@flarehr/beacon';
|
|
2
1
|
export declare class SuperSelectionAppHost {
|
|
3
2
|
private sessionState;
|
|
4
3
|
private jwt;
|
|
5
4
|
private appConfiguration;
|
|
6
|
-
private areStylesLoaded;
|
|
7
5
|
componentWillLoad(): Promise<void>;
|
|
8
6
|
render(): Element;
|
|
9
|
-
private fetchStyles;
|
|
10
7
|
private renderAppContent;
|
|
11
8
|
private getAppBaseUrl;
|
|
12
9
|
private handleSuccessPageAcknowledged;
|
|
@@ -40,6 +40,28 @@ export declare type ViewedDefaultFundDetail = {
|
|
|
40
40
|
fundName: string;
|
|
41
41
|
promotedFundsShown: Array<string>;
|
|
42
42
|
};
|
|
43
|
+
export declare type SuperFundNominationViewedDetail = {
|
|
44
|
+
fundType: string;
|
|
45
|
+
fundName?: string;
|
|
46
|
+
fundUsi?: string;
|
|
47
|
+
memberNumber?: string;
|
|
48
|
+
fundStatus: string;
|
|
49
|
+
lastNominatedAt: string;
|
|
50
|
+
};
|
|
51
|
+
export declare type SuperFundNominationDeclinedDetail = {
|
|
52
|
+
fundType: string;
|
|
53
|
+
fundName?: string;
|
|
54
|
+
fundUsi?: string;
|
|
55
|
+
memberNumber?: string;
|
|
56
|
+
fundStatus: string;
|
|
57
|
+
lastNominatedAt: string;
|
|
58
|
+
};
|
|
59
|
+
export declare type SuperFundDisclaimerViewedDetail = {
|
|
60
|
+
promotedFundsShown: Array<string>;
|
|
61
|
+
};
|
|
62
|
+
export declare type SuperFundDisclaimerAcceptedDetail = {
|
|
63
|
+
promotedFundsShown: Array<string>;
|
|
64
|
+
};
|
|
43
65
|
export declare type SuperFundPanelViewedDetail = {
|
|
44
66
|
promotedFundsShown: Array<string>;
|
|
45
67
|
};
|
|
@@ -66,6 +88,14 @@ export declare type SuperSelectionAnalyticsEvent = {
|
|
|
66
88
|
SuperFundDetailViewed: SuperFundDetailViewedDetail;
|
|
67
89
|
} | {
|
|
68
90
|
SuperFundPanelViewed: SuperFundPanelViewedDetail;
|
|
91
|
+
} | {
|
|
92
|
+
SuperFundNominationViewed: SuperFundNominationViewedDetail;
|
|
93
|
+
} | {
|
|
94
|
+
SuperFundNominationDeclined: SuperFundNominationDeclinedDetail;
|
|
95
|
+
} | {
|
|
96
|
+
SuperFundDisclaimerViewed: SuperFundDisclaimerViewedDetail;
|
|
97
|
+
} | {
|
|
98
|
+
SuperFundDisclaimerAccepted: SuperFundDisclaimerAcceptedDetail;
|
|
69
99
|
};
|
|
70
100
|
export declare type SuperSelectionEventDto = {
|
|
71
101
|
event: SuperSelectionAnalyticsEvent;
|
|
@@ -8,8 +8,9 @@ export declare type SuperFundSearchFilter = {
|
|
|
8
8
|
usi: string;
|
|
9
9
|
};
|
|
10
10
|
export declare class SuperSelectionApi {
|
|
11
|
-
getAustralianFundsAsync(searchFilter: SuperFundSearchFilter): Promise<AustralianFundsLookupResponseDto>;
|
|
11
|
+
getAustralianFundsAsync(searchFilter: SuperFundSearchFilter, includeInactive?: boolean): Promise<AustralianFundsLookupResponseDto>;
|
|
12
12
|
getAppStateAsync(): Promise<AppStateDto>;
|
|
13
|
+
private toSearchFilterQueryString;
|
|
13
14
|
private toQueryString;
|
|
14
15
|
}
|
|
15
16
|
declare const _default: SuperSelectionApi;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Option } from 'fp-ts/Option';
|
|
1
2
|
declare type AddressDto = {
|
|
2
3
|
addressLine1: string;
|
|
3
4
|
addressLine2: string | null;
|
|
@@ -20,14 +21,27 @@ declare type UserProfileDto = {
|
|
|
20
21
|
address: AddressDto;
|
|
21
22
|
};
|
|
22
23
|
declare type PromotedFundChoiceDto = {
|
|
23
|
-
slate:
|
|
24
|
+
slate: {
|
|
25
|
+
memberNumber: string;
|
|
26
|
+
};
|
|
24
27
|
} | {
|
|
25
|
-
australianRetirementTrust:
|
|
28
|
+
australianRetirementTrust: {
|
|
29
|
+
usi: string;
|
|
30
|
+
memberNumber: string;
|
|
31
|
+
};
|
|
26
32
|
} | {
|
|
27
|
-
aware:
|
|
33
|
+
aware: {
|
|
34
|
+
usi: string;
|
|
35
|
+
memberNumber: string;
|
|
36
|
+
};
|
|
28
37
|
} | {
|
|
29
|
-
active:
|
|
38
|
+
active: {
|
|
39
|
+
usi: string;
|
|
40
|
+
memberNumber: string;
|
|
41
|
+
};
|
|
30
42
|
};
|
|
43
|
+
export declare function getSuperChoiceUsi(dto: SuperChoiceDetailsDto): Option<string>;
|
|
44
|
+
export declare function getSuperChoiceMemberNumber(dto: SuperChoiceDetailsDto): Option<string>;
|
|
31
45
|
declare type OwnFundChoiceDto = {
|
|
32
46
|
usi: string;
|
|
33
47
|
memberNumber: string;
|
|
@@ -74,6 +88,7 @@ export declare type AustralianFundDto = {
|
|
|
74
88
|
contributionRestriction: boolean;
|
|
75
89
|
dateFrom: string;
|
|
76
90
|
dateTo: string;
|
|
91
|
+
isActive: boolean;
|
|
77
92
|
};
|
|
78
93
|
export declare type AustralianFundsLookupResponseDto = Array<AustralianFundDto>;
|
|
79
94
|
export declare type AppStateDto = {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class Consent {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private readonly promotedFunds;
|
|
5
|
+
private readonly eventTrackingService;
|
|
6
|
+
componentDidLoad(): Promise<void>;
|
|
7
|
+
render(): Element[];
|
|
8
|
+
private handleSuperFundDisclaimerAccepted;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class ExistingChoice {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private existingFund;
|
|
5
|
+
private readonly eventTrackingService;
|
|
6
|
+
componentDidLoad(): Promise<void>;
|
|
7
|
+
componentWillLoad(): Promise<void>;
|
|
8
|
+
render(): Element[];
|
|
9
|
+
private handleFundNominationAccepted;
|
|
10
|
+
private handleFundNominationDeclined;
|
|
11
|
+
private createSuperFundNominationDetail;
|
|
12
|
+
}
|
|
@@ -29,3 +29,6 @@ export declare const PromotedFundIdList: {
|
|
|
29
29
|
dtoPropName: string;
|
|
30
30
|
id: string;
|
|
31
31
|
}[];
|
|
32
|
+
export declare const getFundNameById: (id: string) => string | undefined;
|
|
33
|
+
export declare const getFundUsiById: (id: string) => string | undefined;
|
|
34
|
+
export declare const getLogoSrc: (id: string) => string | undefined;
|
package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import * as O from 'fp-ts/Option';
|
|
2
|
-
import { DefaultFundForm } from './api/custom-fund-choice.api.dto';
|
|
3
2
|
import { SelfManagedFundForm } from './self-managed-fund/self-managed-fund.form';
|
|
4
3
|
declare type CustomFundOption = {
|
|
5
4
|
label: CustomFundTypes;
|
|
6
5
|
value: string;
|
|
7
6
|
};
|
|
8
7
|
declare enum CustomFundTypes {
|
|
9
|
-
MyOwnFund = "
|
|
10
|
-
DefaultFund = "
|
|
11
|
-
SelfManagedFund = "
|
|
8
|
+
MyOwnFund = "Your current super fund",
|
|
9
|
+
DefaultFund = "Your employer's default fund",
|
|
10
|
+
SelfManagedFund = "Your self-managed super fund"
|
|
12
11
|
}
|
|
13
12
|
export declare type MyOwnFundFormState = {
|
|
14
13
|
fundUsi: O.Option<string>;
|
|
14
|
+
fundName: O.Option<string>;
|
|
15
15
|
memberNumber: O.Option<string>;
|
|
16
|
-
standardChoiceFormSignature: O.Option<string>;
|
|
17
16
|
};
|
|
18
17
|
export declare type CustomFundState = {
|
|
19
18
|
continueAllowed: boolean;
|
|
@@ -21,7 +20,6 @@ export declare type CustomFundState = {
|
|
|
21
20
|
customFunds: Array<CustomFundOption>;
|
|
22
21
|
currentCustomFundType: CustomFundTypes;
|
|
23
22
|
myOwnFundForm: MyOwnFundFormState;
|
|
24
|
-
defaultFundForm: DefaultFundForm;
|
|
25
23
|
selfManagedFundForm: SelfManagedFundForm;
|
|
26
24
|
};
|
|
27
25
|
export declare const initialStateCustomFund: CustomFundState;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { RouterHistory } from '@stencil/router';
|
|
2
2
|
export declare class DefaultFund {
|
|
3
3
|
history: RouterHistory;
|
|
4
|
-
private formState;
|
|
5
4
|
private defaultFundProductName;
|
|
6
5
|
private defaultFund;
|
|
7
6
|
private readonly eventTrackingService;
|
|
8
|
-
private formElement;
|
|
9
7
|
private isDefaultFundExists;
|
|
10
8
|
private isInvalidDefaultFund;
|
|
11
9
|
componentWillLoad(): Promise<void>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { MyOwnFundFormState } from '../custom-fund.store';
|
|
2
2
|
export declare class MyOwnFundInputs {
|
|
3
3
|
myOwnFundForm: MyOwnFundFormState;
|
|
4
|
+
showValidationErrors: boolean;
|
|
4
5
|
private selectedOption?;
|
|
5
6
|
private formChanged;
|
|
6
7
|
private MIN_SEARCH_STRING_LENGTH;
|
|
7
8
|
private MAX_RECORD_COUNT;
|
|
8
9
|
render(): Element[];
|
|
9
10
|
private searchFundsAsync;
|
|
10
|
-
private
|
|
11
|
+
private updateFund;
|
|
11
12
|
private updateMemberNumber;
|
|
12
13
|
}
|
|
@@ -2,14 +2,21 @@ import { EventEmitter } from '../../../../../stencil-public-runtime';
|
|
|
2
2
|
import { SelfManagedFundForm } from './self-managed-fund.form';
|
|
3
3
|
export declare class SelfManagedFundInputs {
|
|
4
4
|
fundForm: Partial<SelfManagedFundForm>;
|
|
5
|
+
showValidationErrors: boolean;
|
|
5
6
|
formChanged: EventEmitter<Partial<SelfManagedFundForm>>;
|
|
6
7
|
private currentBank;
|
|
8
|
+
private addressErrorMessage;
|
|
7
9
|
private readonly stateOptions;
|
|
8
10
|
private bsbRegex;
|
|
9
11
|
private bankAccountNumberRegex;
|
|
12
|
+
private addressLine1Element;
|
|
13
|
+
private cityElement;
|
|
14
|
+
private postcodeElement;
|
|
15
|
+
private stateElement;
|
|
10
16
|
render(): Element[];
|
|
11
17
|
private updateFormField;
|
|
12
18
|
private filterDigits;
|
|
13
19
|
private updateCurrentBank;
|
|
14
20
|
private updateCurrentBankAccountNumber;
|
|
21
|
+
private updateAddressErrorMessage;
|
|
15
22
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare type ButtonVariant = 'primary' | 'secondary';
|
|
2
|
+
export declare class Button {
|
|
3
|
+
fillWidth: boolean;
|
|
4
|
+
fillWidthOnMobile: boolean;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
variant: ButtonVariant;
|
|
7
|
+
promiseFn?: () => Promise<unknown>;
|
|
8
|
+
private state;
|
|
9
|
+
render(): Element[];
|
|
10
|
+
private clicked;
|
|
11
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
export declare type SelectInputOption<T> = {
|
|
3
|
+
label: string;
|
|
4
|
+
value: T;
|
|
5
|
+
};
|
|
6
|
+
export declare class SelectInputAsync {
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
searchFunction?: (query: string) => Promise<SelectInputOption<unknown>[]>;
|
|
9
|
+
value?: SelectInputOption<unknown>;
|
|
10
|
+
required: boolean;
|
|
11
|
+
requiredValidationMessage?: string;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
minSearchStringLength: number;
|
|
14
|
+
showValidationErrors: boolean;
|
|
15
|
+
valueChanged: EventEmitter<SelectInputOption<unknown>>;
|
|
16
|
+
private inputElement;
|
|
17
|
+
private searchResultsSubscription;
|
|
18
|
+
private isMouseOver;
|
|
19
|
+
private searchState;
|
|
20
|
+
private inputValue;
|
|
21
|
+
private isDropdownVisible;
|
|
22
|
+
private filteredOptions;
|
|
23
|
+
private highlightedOptionIndex?;
|
|
24
|
+
private selectedOption?;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
|
+
componentDidLoad(): void;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
handleFocus(): void;
|
|
29
|
+
handleBlur(): void;
|
|
30
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
31
|
+
render(): Element[];
|
|
32
|
+
private get _searchFunction();
|
|
33
|
+
private shouldExecuteSearch;
|
|
34
|
+
private onBeginSearch;
|
|
35
|
+
private onCompleteSearch;
|
|
36
|
+
private renderFilteredResults;
|
|
37
|
+
private resetInput;
|
|
38
|
+
private toggleDropdown;
|
|
39
|
+
private processKeyboardNavigation;
|
|
40
|
+
private highlightPreviousItem;
|
|
41
|
+
private highlightNextItem;
|
|
42
|
+
private selectOption;
|
|
43
|
+
private isOptionSelected;
|
|
44
|
+
}
|
package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { Option } from 'fp-ts/lib/Option';
|
|
|
2
2
|
import { AustralianFundDto } from '../api/super-selection.api.dto';
|
|
3
3
|
export declare class AustralianFundLookupService {
|
|
4
4
|
searchFundsAsync(searchString: string, maxRecordCount: number): Promise<AustralianFundDto[]>;
|
|
5
|
+
getActiveFundByUsiAsync(usi: string): Promise<Option<AustralianFundDto>>;
|
|
5
6
|
getFundByUsiAsync(usi: string): Promise<Option<AustralianFundDto>>;
|
|
6
7
|
}
|
|
7
8
|
declare const _default: AustralianFundLookupService;
|
|
@@ -13,5 +13,9 @@ export declare class EventTrackingService {
|
|
|
13
13
|
TrackSmsfSuperFundDetailViewedAsync(detail: model.ViewedSmsfDetail): Promise<void>;
|
|
14
14
|
TrackDefaultSuperFundDetailViewedAsync(detail: model.ViewedDefaultFundDetail): Promise<void>;
|
|
15
15
|
TrackSuperFundPanelViewedAsync(detail: model.SuperFundPanelViewedDetail): Promise<void>;
|
|
16
|
+
TrackSuperFundNominationViewedAsync(detail: model.SuperFundNominationViewedDetail): Promise<void>;
|
|
17
|
+
TrackSuperFundNominationDeclinedAsync(detail: model.SuperFundNominationDeclinedDetail): Promise<void>;
|
|
18
|
+
TrackSuperFundDisclaimerViewedAsync(detail: model.SuperFundDisclaimerViewedDetail): Promise<void>;
|
|
19
|
+
TrackSuperFundDisclaimerAcceptedAsync(detail: model.SuperFundDisclaimerAcceptedDetail): Promise<void>;
|
|
16
20
|
private trackEventAsync;
|
|
17
21
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Option } from 'fp-ts/Option';
|
|
2
|
+
import { AustralianFundDto } from '../api/super-selection.api.dto';
|
|
3
|
+
export declare type FundValidState = 'Active' | 'Inactive' | 'Unknown';
|
|
4
|
+
export declare type PromotedFund = {
|
|
5
|
+
type: 'Promoted Fund';
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
usi: Option<string>;
|
|
9
|
+
valid: FundValidState;
|
|
10
|
+
memberNumber: Option<string>;
|
|
11
|
+
lastNominatedAt: Option<Date>;
|
|
12
|
+
};
|
|
13
|
+
export declare type MyOwnFund = {
|
|
14
|
+
type: 'My Own Fund';
|
|
15
|
+
name: string;
|
|
16
|
+
usi: Option<string>;
|
|
17
|
+
valid: FundValidState;
|
|
18
|
+
memberNumber: Option<string>;
|
|
19
|
+
lastNominatedAt: Option<Date>;
|
|
20
|
+
};
|
|
21
|
+
export declare type SelfManagedFund = {
|
|
22
|
+
type: 'Self Managed Fund';
|
|
23
|
+
name: string;
|
|
24
|
+
valid: 'Unknown';
|
|
25
|
+
lastNominatedAt: Option<Date>;
|
|
26
|
+
};
|
|
27
|
+
export declare type DefaultFund = {
|
|
28
|
+
type: 'Default Fund';
|
|
29
|
+
name: string;
|
|
30
|
+
usi: Option<string>;
|
|
31
|
+
valid: FundValidState;
|
|
32
|
+
lastNominatedAt: Option<Date>;
|
|
33
|
+
};
|
|
34
|
+
export declare type ExistingFund = PromotedFund | MyOwnFund | SelfManagedFund | DefaultFund;
|
|
35
|
+
export declare type RetainSuperFundDto = {
|
|
36
|
+
fundType: string;
|
|
37
|
+
fundName?: string;
|
|
38
|
+
fundUsi?: string;
|
|
39
|
+
memberNumber?: string;
|
|
40
|
+
fundStatus: string;
|
|
41
|
+
lastNominatedAt: string;
|
|
42
|
+
};
|
|
43
|
+
export declare function ExistingFund(fund: Option<AustralianFundDto>): FundValidState;
|
|
44
|
+
export declare class ExistingFundService {
|
|
45
|
+
GetExistingFundAsync(): Promise<Option<ExistingFund>>;
|
|
46
|
+
submitRetainSuperFundAsync(dto: RetainSuperFundDto): Promise<void>;
|
|
47
|
+
private getFundByUsiAsync;
|
|
48
|
+
private toFundValidState;
|
|
49
|
+
}
|
|
50
|
+
declare const _default: ExistingFundService;
|
|
51
|
+
export default _default;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { RouterHistory } from '@stencil/router';
|
|
2
2
|
declare class NavigationService {
|
|
3
3
|
navigateInternally(history: RouterHistory, route: string): void;
|
|
4
|
+
navigateInternallyToStandardChoice(options: {
|
|
5
|
+
history: RouterHistory;
|
|
6
|
+
fundName: string;
|
|
7
|
+
handleSubmitFn: (standardChoiceFormSignature: string) => Promise<void>;
|
|
8
|
+
promotedFundId?: string;
|
|
9
|
+
}): void;
|
|
4
10
|
toExternalUrl(url: string): string;
|
|
5
11
|
private get appBaseUrl();
|
|
6
12
|
private toRouteWithLeadingSlash;
|
package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare enum SuperSelectionAppRoutes {
|
|
2
|
+
ConsentPage = "/consent",
|
|
3
|
+
ExistingChoicePage = "/existing",
|
|
2
4
|
ChoicePage = "/",
|
|
3
5
|
SlateJoin = "/slate/join/",
|
|
4
|
-
SlateStandardChoice = "/slate/standard-choice/",
|
|
5
6
|
PromotedFundJoin = "/promoted-fund/join",
|
|
6
|
-
PromotedFundStandardChoice = "/promoted-fund/standard-choice/",
|
|
7
7
|
MyOwnFund = "/super-choice/my-own-fund/",
|
|
8
8
|
SelfManagedFund = "/super-choice/smsf/",
|
|
9
9
|
DefaultFund = "/super-choice/default/",
|
|
10
|
+
StandardChoice = "/standard-choice/",
|
|
10
11
|
Success = "/success/"
|
|
11
12
|
}
|
|
12
13
|
export declare const superSelectionAppStencilRoutes: Element[];
|
package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
1
2
|
export declare class StandardChoiceFormInputDefaultFund {
|
|
2
|
-
|
|
3
|
+
history: RouterHistory;
|
|
3
4
|
private standardChoiceFormSignature;
|
|
4
|
-
private
|
|
5
|
+
private formState;
|
|
6
|
+
private isSubmitDisabled;
|
|
7
|
+
private formElement;
|
|
5
8
|
render(): Element[];
|
|
6
|
-
private
|
|
9
|
+
private handleSubmitForm;
|
|
7
10
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare type StandardChoiceFormState = {
|
|
2
|
+
handleSubmitFn: (standardChoiceFormSignature: string) => Promise<void>;
|
|
3
|
+
fundName: string;
|
|
4
|
+
promotedFundId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const initial: StandardChoiceFormState;
|
|
7
|
+
declare const state: StandardChoiceFormState;
|
|
8
|
+
export default state;
|
package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts
CHANGED
|
@@ -2,12 +2,9 @@ import { RouterHistory } from '@stencil/router';
|
|
|
2
2
|
export declare class SuperChoicePage {
|
|
3
3
|
history: RouterHistory;
|
|
4
4
|
private promotedFunds;
|
|
5
|
-
private chosenFund;
|
|
6
5
|
private readonly eventTrackingService;
|
|
7
|
-
componentDidLoad(): void
|
|
8
|
-
componentWillLoad(): Promise<void>;
|
|
6
|
+
componentDidLoad(): Promise<void>;
|
|
9
7
|
render(): Element[];
|
|
10
|
-
private isPromotedFundSelected;
|
|
11
8
|
private allFunds;
|
|
12
9
|
private getPromotedFunds;
|
|
13
10
|
private handleJoinSuperClickAsync;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import '@flarehr/beacon';
|
|
2
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
3
2
|
import { LocationSegments, RouterHistory } from '@stencil/router';
|
|
4
3
|
export declare type InitialisedWith = {
|
|
@@ -12,6 +11,7 @@ export declare class SuperSelectionApp {
|
|
|
12
11
|
appBaseUrl?: string;
|
|
13
12
|
history: RouterHistory;
|
|
14
13
|
location?: LocationSegments;
|
|
14
|
+
isSelfHosted: boolean;
|
|
15
15
|
stepSubmitSuccess: EventEmitter<void>;
|
|
16
16
|
successPageAcknowledged: EventEmitter<void>;
|
|
17
17
|
initialised: EventEmitter<InitialisedWith>;
|
|
@@ -23,4 +23,5 @@ export declare class SuperSelectionApp {
|
|
|
23
23
|
render(): Element[];
|
|
24
24
|
private routerBaseUrl;
|
|
25
25
|
private renderAppContent;
|
|
26
|
+
private isFundJoinPage;
|
|
26
27
|
}
|