@flarehr/apollo-super-selection 3.22.53760 → 3.26.54319
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 -1
- package/dist/lib/apollo-super-selection/assets/logo-art.svg +7 -0
- package/dist/lib/apollo-super-selection/p-1cf94785.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-7fae7603.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/fl-button_46.cjs.entry.js +57 -45
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +4 -7
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +9 -6
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +1 -2
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +0 -1
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +0 -1
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +1 -2
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-art.svg +7 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +36 -29
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +12 -2
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +86 -37
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/fl-button_46.entry.js +57 -45
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/fl-button_46.entry.js +2 -2
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +0 -6
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +9 -6
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +3 -2
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +1 -0
- package/dist/lib/types/components.d.ts +5 -4
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-54a2d842.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-a493ed28.system.entry.js +0 -69
|
@@ -261,7 +261,7 @@ class TapSubscriber extends Subscriber {
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
const AppVersion = '3.
|
|
264
|
+
const AppVersion = '3.26.54319';
|
|
265
265
|
|
|
266
266
|
// -------------------------------------------------------------------------------------
|
|
267
267
|
// guards
|
|
@@ -4237,7 +4237,7 @@ const FooterSection = class {
|
|
|
4237
4237
|
registerInstance(this, hostRef);
|
|
4238
4238
|
}
|
|
4239
4239
|
render() {
|
|
4240
|
-
return (h("div", { class: "container mb-sm-0" }, h("div", { class: "row justify-content-center mt-
|
|
4240
|
+
return (h("div", { class: "container mb-sm-0" }, h("div", { class: "row justify-content-center pt-3 mt-3 mb-3 border-top" }, h("div", { class: "text-decoration-none" }, h("p", { class: "mt-3 small text-center mb-1 text-muted" }, "Powered by Flare HR"))), h("div", { class: "row justify-content-center pb-sm-0 px-3 px-sm-0 text-center" }, h("p", { class: "text-muted small" }, "This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare HR do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare HR do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare HR do not express any opinion or make any recommendation about any of the advertised funds.")), h("div", { class: "row justify-content-end my-1 px-3 px-sm-0" }, this.appVersionBadge())));
|
|
4241
4241
|
}
|
|
4242
4242
|
appVersionBadge() {
|
|
4243
4243
|
return (h("small", { style: { opacity: '0.5' }, class: "text-muted" }, "Powered by Flare, v", AppVersion));
|
|
@@ -4439,6 +4439,7 @@ class PromotedFundJoinIFrameBuilder {
|
|
|
4439
4439
|
var _a, _b;
|
|
4440
4440
|
const superBuyer = superSelectionAppService.superBuyer;
|
|
4441
4441
|
return {
|
|
4442
|
+
title: superBuyer.userProfile.title,
|
|
4442
4443
|
firstName: superBuyer.userProfile.firstName,
|
|
4443
4444
|
middleName: superBuyer.userProfile.middleName,
|
|
4444
4445
|
lastName: superBuyer.userProfile.lastName,
|
|
@@ -4505,22 +4506,25 @@ const PromotedFundStandardChoicePage = class {
|
|
|
4505
4506
|
};
|
|
4506
4507
|
|
|
4507
4508
|
const QSuperFundUsi = '60905115063001';
|
|
4509
|
+
const QSuperFundAbn = '32 125 059 006';
|
|
4508
4510
|
const QSuperFundId = 'qsuper';
|
|
4509
4511
|
const QSuperFundName = 'QSuper';
|
|
4510
|
-
const QSuperAltFundName = 'Recognised performer';
|
|
4511
4512
|
const QSuperInsuranceProductName = 'QSuper Insurance';
|
|
4512
|
-
const QSuperPdsUrl = 'https://qsuper.qld.gov.au
|
|
4513
|
+
const QSuperPdsUrl = 'https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements';
|
|
4514
|
+
const QSuperPdsPdfUrl = 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf';
|
|
4513
4515
|
const QSuperMinAge = 14;
|
|
4514
4516
|
const QSuperMinInsuranceAge = 16;
|
|
4515
4517
|
const QSuperMaxAge = 70;
|
|
4516
4518
|
const SlateFundUsi = '32367272075001';
|
|
4519
|
+
const SlateFundDiversaAbn = '49 006 421 638';
|
|
4517
4520
|
const SlateFundId = 'slate';
|
|
4518
4521
|
const SlateFundName = 'Slate Super';
|
|
4519
|
-
const
|
|
4520
|
-
const AustralianRetirementTrustFundUsi = 'australian-retirement-trust';
|
|
4522
|
+
const SlatePdsUrl = 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection';
|
|
4521
4523
|
const AustralianRetirementTrustFundId = 'australian-retirement-trust';
|
|
4522
|
-
const AustralianRetirementTrustFundName = '
|
|
4523
|
-
const
|
|
4524
|
+
const AustralianRetirementTrustFundName = 'Australian Retirement Trust';
|
|
4525
|
+
const AustralianRetirementTrustPdsUrl = 'https://www.australianretirementtrust.com.au/';
|
|
4526
|
+
const AustralianRetirementTrustFundUsi = 'XXXXXXXXXXXXXX';
|
|
4527
|
+
const AustralianRetirementTrustFundAbn = 'XX XXX XXX XXX';
|
|
4524
4528
|
|
|
4525
4529
|
const qsuperConfirmationCss = "";
|
|
4526
4530
|
|
|
@@ -4531,13 +4535,12 @@ const QsuperConfirmHeader = class {
|
|
|
4531
4535
|
}
|
|
4532
4536
|
render() {
|
|
4533
4537
|
const qSuperAccumulationAccountUrl = 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds1.pdf';
|
|
4534
|
-
return (h("div", { class: "d-flex align-items-center justify-content-center" }, h("p", { class: "confirm-title font-weight-bold text-center" }, "You are now applying for a", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(qSuperAccumulationAccountUrl) }, "QSuper Accumulation Account"), ". Read the", ' ', h("a", { target: "_blank", onClick: () => this.pdsViewedAsync(), href: navigationService.toExternalUrl(
|
|
4538
|
+
return (h("div", { class: "d-flex align-items-center justify-content-center" }, h("p", { class: "confirm-title font-weight-bold text-center" }, "You are now applying for a", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(qSuperAccumulationAccountUrl) }, "QSuper Accumulation Account"), ". Read the", ' ', h("a", { target: "_blank", onClick: () => this.pdsViewedAsync(), href: navigationService.toExternalUrl(QSuperPdsPdfUrl) }, "PDS"), ' ', "here.")));
|
|
4535
4539
|
}
|
|
4536
4540
|
pdsViewedAsync() {
|
|
4537
4541
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4538
4542
|
fundUsi: QSuperFundUsi,
|
|
4539
4543
|
fundName: QSuperFundName,
|
|
4540
|
-
fundNameAlt: QSuperAltFundName,
|
|
4541
4544
|
pageName: 'Insurance Opt In'
|
|
4542
4545
|
});
|
|
4543
4546
|
}
|
|
@@ -4721,7 +4724,6 @@ const QsuperConsent = class {
|
|
|
4721
4724
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4722
4725
|
fundUsi: QSuperFundUsi,
|
|
4723
4726
|
fundName: QSuperFundName,
|
|
4724
|
-
fundNameAlt: QSuperAltFundName,
|
|
4725
4727
|
pageName: 'Accumulation Page'
|
|
4726
4728
|
});
|
|
4727
4729
|
}
|
|
@@ -4783,7 +4785,6 @@ const QsuperInsuranceOptIn = class {
|
|
|
4783
4785
|
return this.eventTrackingService.TrackFinancialProductViewedAsync({
|
|
4784
4786
|
fundUsi: QSuperFundUsi,
|
|
4785
4787
|
fundName: QSuperFundName,
|
|
4786
|
-
fundNameAlt: QSuperAltFundName,
|
|
4787
4788
|
financialProduct: QSuperInsuranceProductName
|
|
4788
4789
|
});
|
|
4789
4790
|
}
|
|
@@ -4806,7 +4807,7 @@ const QsuperInsuranceOptIn = class {
|
|
|
4806
4807
|
}
|
|
4807
4808
|
showIneligibleNotification(description) {
|
|
4808
4809
|
notificationsService.showInfoNotification({
|
|
4809
|
-
title:
|
|
4810
|
+
title: 'Unable to apply for Insurance',
|
|
4810
4811
|
description
|
|
4811
4812
|
});
|
|
4812
4813
|
}
|
|
@@ -4835,7 +4836,7 @@ const QsuperInsuranceQuestions = class {
|
|
|
4835
4836
|
};
|
|
4836
4837
|
QsuperInsuranceQuestions.style = qsuperCss$2;
|
|
4837
4838
|
|
|
4838
|
-
const superChoicePageCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{
|
|
4839
|
+
const superChoicePageCss = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
4839
4840
|
|
|
4840
4841
|
const QSuperConfirmSelection = class {
|
|
4841
4842
|
constructor(hostRef) {
|
|
@@ -4857,7 +4858,6 @@ const QSuperConfirmSelection = class {
|
|
|
4857
4858
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4858
4859
|
fundUsi: QSuperFundUsi,
|
|
4859
4860
|
fundName: QSuperFundName,
|
|
4860
|
-
fundNameAlt: QSuperAltFundName,
|
|
4861
4861
|
pageName: 'Confirm Page'
|
|
4862
4862
|
});
|
|
4863
4863
|
}
|
|
@@ -5589,7 +5589,7 @@ const Success = class {
|
|
|
5589
5589
|
}
|
|
5590
5590
|
};
|
|
5591
5591
|
|
|
5592
|
-
const superChoicePageCss$1 = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{
|
|
5592
|
+
const superChoicePageCss$1 = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
5593
5593
|
|
|
5594
5594
|
const SuperChoiceItem = class {
|
|
5595
5595
|
constructor(hostRef) {
|
|
@@ -5599,9 +5599,9 @@ const SuperChoiceItem = class {
|
|
|
5599
5599
|
}
|
|
5600
5600
|
render() {
|
|
5601
5601
|
return (h(Host, { class: {
|
|
5602
|
-
'd-flex p-3': true,
|
|
5602
|
+
'd-flex p-3 fund-item': true,
|
|
5603
5603
|
'ss-picked-fund': this.isSelected
|
|
5604
|
-
} }, h("div", { class: "card-body
|
|
5604
|
+
} }, h("div", { class: "card-body py-0 px-0 px-xl-3" }, this.isSelected && (h("div", { class: "px-3 py-2 text-white picked-block position-absolute" }, "You picked")), h("div", { class: "d-flex flex-fill flex-column align-items-center" }, h("div", { class: "d-flex justify-content-end w-100" }, h("div", { class: "text-muted small border rounded-sm px-1 mt-n2 mr-n2 mb-1" }, "Advertised")), h("img", { class: "ss-choice-logo", alt: this.name, src: getAssetPath(`assets/${this.logo}`) }), h("p", { class: "font-weight-bold text-center mt-3 mb-0" }, this.name), h("div", { class: "mt-3" }, JSON.parse(this.features).map((feature) => (h("p", { class: "text-center" }, feature.value)))))), h("div", { class: "text-center bottom-half-fund-tile" }, h("div", { class: "p-3" }, h("fl-button", { class: "uuid-button-continue", isBlockElement: true, onClick: () => this.handleFundClick() }, "Choose this fund")), h("div", { class: "mb-2" }, h("a", { target: "_blank", href: this.pdsLink, onClick: () => this.pdsViewedAsync() }, "View the PDS")), this.disclaimer, h("div", { class: "small text-muted" }, this.abnInfo))));
|
|
5605
5605
|
}
|
|
5606
5606
|
handleFundClick() {
|
|
5607
5607
|
return this.joinFundClicked.emit();
|
|
@@ -5610,7 +5610,6 @@ const SuperChoiceItem = class {
|
|
|
5610
5610
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
5611
5611
|
fundUsi: this.usi,
|
|
5612
5612
|
fundName: this.name,
|
|
5613
|
-
fundNameAlt: this.heading,
|
|
5614
5613
|
pageName: 'Panel Fund Page'
|
|
5615
5614
|
});
|
|
5616
5615
|
}
|
|
@@ -5668,7 +5667,7 @@ class ChosenFundService {
|
|
|
5668
5667
|
}
|
|
5669
5668
|
const chosenFundService = new ChosenFundService();
|
|
5670
5669
|
|
|
5671
|
-
const superChoicePageCss$2 = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{
|
|
5670
|
+
const superChoicePageCss$2 = "html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
5672
5671
|
|
|
5673
5672
|
const SuperChoicePage = class {
|
|
5674
5673
|
constructor(hostRef) {
|
|
@@ -5694,10 +5693,15 @@ const SuperChoicePage = class {
|
|
|
5694
5693
|
this.chosenFund = await chosenFundService.GetChosenFundAsync();
|
|
5695
5694
|
}
|
|
5696
5695
|
render() {
|
|
5697
|
-
const superChoiceParagraphOne = `
|
|
5698
|
-
const superChoiceParagraphTwo = `The content on this page and on the following pages relating to
|
|
5699
|
-
const superChoiceParagraphThree = `
|
|
5700
|
-
|
|
5696
|
+
const superChoiceParagraphOne = `The choice of superannuation fund is an important personal financial decision. It is open to you to continue with your existing fund, or alternatively, you can select from one of the funds below or choose another fund. Flare HR is not licensed to advise you in relation to this decision and you may wish to return to this page at a later stage.`;
|
|
5697
|
+
const superChoiceParagraphTwo = `The content on this page and on the following pages relating to each super fund is provided by the trustee or promoter of the super fund. The super funds presented have not been selected by your employer and neither your employer or Flare HR are making any recommendation or opinion.`;
|
|
5698
|
+
const superChoiceParagraphThree = `There are many super funds out there and you should consider the relevant product disclosure statement and choose one that is right for you. If you are unsure, obtain your own advice. You can choose your super fund later, if you need time to obtain advice.`;
|
|
5699
|
+
const superChoiceParagraphFour = `You should be aware that, if you do choose one of these advertised funds, Flare HR and its associated entities will normally receive a fee for you doing so.`;
|
|
5700
|
+
const atoLink = 'https://my.gov.au';
|
|
5701
|
+
const atoLinkDisplay = 'my.gov.au';
|
|
5702
|
+
const superfundsLink = 'https://www.apra.gov.au/register-of-superannuation-institutions';
|
|
5703
|
+
const superfundsLinkDisplay = 'www.apra.gov.au/register-of-superannuation-institutions';
|
|
5704
|
+
return (h(Host, null, h("div", { class: "container mt-0 mb-0" }, h("div", { class: "row justify-content-center" }, h("div", { class: "col" }, h("h3", { class: "mt-3 font-weight-bold text-center mb-4" }, "Choose your Super"))), h("div", { class: "row justify-content-center" }, h("div", { class: "col" }, h("p", { class: "text-center font-weight-bold" }, superChoiceParagraphOne), h("p", { class: "text-center" }, superChoiceParagraphTwo), h("p", { class: "text-center" }, superChoiceParagraphThree))), h("div", { class: "row" }, h("div", { class: "col" }, h("sss-notifications-section", null))), h("div", { class: "row justify-content-center mt-4" }, h("div", { class: "col col-sm-10 col-md-8 col-xl-7" }, h("div", { class: "row" }, h("div", { class: "col" }, h("div", { class: "d-flex flex-fill" }, isSome(this.chosenFund) && !this.chosenFund.value.isPromoted && (h("sss-selected-super-choice-section", { fundType: this.chosenFund.value.type, fundName: this.chosenFund.value.name, class: "flex-fill position-relative" }))))), h("div", { class: "row mt-3" }, this.getPromotedFunds().map((fund) => (h("div", { class: "col-12 col-lg-6 d-flex" }, h("sss-super-choice-item", { class: "card mb-3 mb-lg-0 mx-0 flex-grow-1", logo: fund.logo, isSelected: this.isPromotedFundSelected(fund.fundId), usi: fund.usi, name: fund.name, pdsLink: navigationService.toExternalUrl(fund.pdsLink), features: JSON.stringify(fund.features), disclaimer: fund.disclaimer, abnInfo: fund.abnInfo, onJoinFundClicked: async () => this.handleJoinSuperClickAsync(fund) }))))), h("div", { class: "row mt-3 px-3" }, h("div", { class: "col p-4 border rounded bg-light" }, h("div", { class: "row" }, h("div", { class: "col" }, h("h5", { class: "font-weight-bold" }, "Choose another super fund"), h("p", { class: "mb-1" }, "Select this option if you'd like to use your current account with another super fund."), h("ul", { class: "ml-n3" }, h("li", null, "If you are unsure of your current super fund details, you can find out at", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(atoLink) }, atoLinkDisplay)), h("li", { class: "mt-1" }, "A full list of super funds can be viewed at", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(superfundsLink) }, superfundsLinkDisplay))))), h("div", { class: "row" }, h("div", { class: "col" }, h("stencil-route-link", { url: SuperSelectionAppRoutes.MyOwnFund }, h("fl-button", { isBlockElement: true, variant: "primary", class: "d-lg-none" }, "Choose another fund"), h("div", { class: "mt-n3 d-none d-lg-flex justify-content-end align-items-end" }, h("fl-button", { variant: "primary" }, "Choose another fund"))))))))), h("div", { class: "row justify-content-center mt-5" }, h("div", { class: "col" }, h("p", { class: "text-center" }, superChoiceParagraphFour))))));
|
|
5701
5705
|
}
|
|
5702
5706
|
allFunds() {
|
|
5703
5707
|
return [
|
|
@@ -5705,42 +5709,46 @@ const SuperChoicePage = class {
|
|
|
5705
5709
|
fundId: SlateFundId,
|
|
5706
5710
|
usi: SlateFundUsi,
|
|
5707
5711
|
name: SlateFundName,
|
|
5708
|
-
heading: SlateAltFundName,
|
|
5709
5712
|
logo: 'logo-slate.png',
|
|
5710
5713
|
route: SuperSelectionAppRoutes.SlateJoin,
|
|
5711
|
-
|
|
5712
|
-
pdsLink: 'https://slatesuper.com.au/pds/?utm_source=flare&utm_medium=superselection',
|
|
5714
|
+
pdsLink: SlatePdsUrl,
|
|
5713
5715
|
features: [
|
|
5714
|
-
{ order: 1, value: '
|
|
5716
|
+
{ order: 1, value: 'A lifestage investment strategy that evolves with you' },
|
|
5715
5717
|
{ order: 2, value: 'Advanced mobile app with retirement forecast and smart features' },
|
|
5716
|
-
{ order: 3, value: '
|
|
5717
|
-
]
|
|
5718
|
+
{ order: 3, value: 'Member advocates at Slate to assist with your account' }
|
|
5719
|
+
],
|
|
5720
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(SlatePdsUrl), onClick: () => this.pdsViewedAsync(SlateFundUsi, SlateFundName) }, "Product Disclosure Statement"), ' ', "and", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl('https://slate.co/forms-and-documents/target-market-determination/') }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of the fund.")),
|
|
5721
|
+
abnInfo: `Diversa Trustees Limited ABN: ${SlateFundDiversaAbn}`
|
|
5718
5722
|
},
|
|
5719
5723
|
{
|
|
5720
5724
|
fundId: QSuperFundId,
|
|
5721
5725
|
usi: QSuperFundUsi,
|
|
5722
5726
|
name: QSuperFundName,
|
|
5723
|
-
heading: QSuperAltFundName,
|
|
5724
5727
|
logo: 'logo-qsuper-square.png',
|
|
5725
5728
|
route: SuperSelectionAppRoutes.QSuperOptIn,
|
|
5726
|
-
|
|
5727
|
-
pdsLink: 'https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements',
|
|
5729
|
+
pdsLink: QSuperPdsUrl,
|
|
5728
5730
|
features: [
|
|
5729
5731
|
{ order: 1, value: '100 years strong' },
|
|
5730
5732
|
{ order: 2, value: `One of Australia's largest funds` },
|
|
5731
5733
|
{ order: 3, value: 'Awarded SuperRatings highest performance rating' }
|
|
5732
|
-
]
|
|
5734
|
+
],
|
|
5735
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(QSuperPdsUrl), onClick: () => this.pdsViewedAsync(QSuperFundUsi, QSuperFundName) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
|
|
5736
|
+
abnInfo: `QSuper Board ABN: ${QSuperFundAbn}`
|
|
5733
5737
|
},
|
|
5734
5738
|
{
|
|
5735
5739
|
fundId: AustralianRetirementTrustFundId,
|
|
5736
5740
|
usi: AustralianRetirementTrustFundUsi,
|
|
5737
5741
|
name: AustralianRetirementTrustFundName,
|
|
5738
|
-
|
|
5739
|
-
logo: 'logo-qsuper-square.png',
|
|
5742
|
+
logo: 'logo-art.svg',
|
|
5740
5743
|
route: SuperSelectionAppRoutes.PromotedFundJoin,
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
+
pdsLink: AustralianRetirementTrustPdsUrl,
|
|
5745
|
+
features: [
|
|
5746
|
+
{ order: 1, value: '$200 billion in retirement savings' },
|
|
5747
|
+
{ order: 2, value: '2+ million members' },
|
|
5748
|
+
{ order: 3, value: 'A focus on delivering strong, long‑term returns' }
|
|
5749
|
+
],
|
|
5750
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(AustralianRetirementTrustPdsUrl), onClick: () => this.pdsViewedAsync(AustralianRetirementTrustFundUsi, AustralianRetirementTrustFundName) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
|
|
5751
|
+
abnInfo: `ABN: ${AustralianRetirementTrustFundAbn}`
|
|
5744
5752
|
}
|
|
5745
5753
|
];
|
|
5746
5754
|
}
|
|
@@ -5758,27 +5766,31 @@ const SuperChoicePage = class {
|
|
|
5758
5766
|
if (fund.fundId === SlateFundId) {
|
|
5759
5767
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5760
5768
|
fundUsi: SlateFundUsi,
|
|
5761
|
-
fundName: SlateFundName
|
|
5762
|
-
fundNameAlt: SlateAltFundName
|
|
5769
|
+
fundName: SlateFundName
|
|
5763
5770
|
});
|
|
5764
5771
|
}
|
|
5765
5772
|
else if (fund.fundId === QSuperFundId) {
|
|
5766
5773
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5767
5774
|
fundUsi: QSuperFundUsi,
|
|
5768
|
-
fundName: QSuperFundName
|
|
5769
|
-
fundNameAlt: QSuperAltFundName
|
|
5775
|
+
fundName: QSuperFundName
|
|
5770
5776
|
});
|
|
5771
5777
|
}
|
|
5772
5778
|
else if (fund.fundId === AustralianRetirementTrustFundId) {
|
|
5773
5779
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5774
5780
|
fundUsi: AustralianRetirementTrustFundUsi,
|
|
5775
|
-
fundName: AustralianRetirementTrustFundName
|
|
5776
|
-
fundNameAlt: AustralianRetirementTrustAltFundName
|
|
5781
|
+
fundName: AustralianRetirementTrustFundName
|
|
5777
5782
|
});
|
|
5778
5783
|
state$1.fundId = fund.fundId;
|
|
5779
5784
|
}
|
|
5780
5785
|
return navigationService.navigateInternally(this.history, fund.route);
|
|
5781
5786
|
}
|
|
5787
|
+
pdsViewedAsync(usi, name) {
|
|
5788
|
+
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
5789
|
+
fundUsi: usi,
|
|
5790
|
+
fundName: name,
|
|
5791
|
+
pageName: 'Panel Fund Page'
|
|
5792
|
+
});
|
|
5793
|
+
}
|
|
5782
5794
|
static get assetsDirs() { return ["assets"]; }
|
|
5783
5795
|
};
|
|
5784
5796
|
SuperChoicePage.style = superChoicePageCss$2;
|
package/dist/lib/esm/loader.js
CHANGED
|
@@ -14,7 +14,7 @@ const defineCustomElements = (win, options) => {
|
|
|
14
14
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
15
15
|
return patchEsm().then(() => {
|
|
16
16
|
globalScripts();
|
|
17
|
-
return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{"themeCssUrl":[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{"context":[16],"renderer":[16],"subscribe":[16],"unsubscribe":[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{"documentLocation":[1,"document-location"],"content":[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{"titleSuffix":[1,"title-suffix"],"pageTitle":[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{"when":[4],"message":[1],"history":[16],"unblock":[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{"history":[16],"root":[1],"url":[1]}]]],["fl-button_46",[[0,"sss-my-own-fund",{"history":[16],"formState":[32],"isNotAllInformationProvidedMessageVisible":[32]}],[0,"sss-self-managed-fund",{"history":[16],"formState":[32],"showSmsfNotSupported":[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-default-fund",{"history":[16],"formState":[32],"defaultFundProductName":[32]}],[0,"sss-qsuper-insurance-opt-in",{"insuranceChosen":[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{"history":[16],"formState":[32]}],[1,"super-selection-app-host",{"sessionState":[32],"jwt":[32],"appConfiguration":[32],"areStylesLoaded":[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{"history":[16],"promotedFunds":[32],"chosenFund":[32]}],[0,"sss-promoted-fund-standard-choice-page",{"history":[16],"formState":[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{"history":[16]}],[0,"sss-slate-join-page",{"history":[16]}],[0,"super-selection-app",{"accessToken":[1,"access-token"],"backendUrl":[1,"backend-url"],"appBaseUrl":[1,"app-base-url"],"history":[16],"location":[16],"isAppInitialised":[32]}],[0,"sss-my-own-fund-inputs",{"myOwnFundForm":[16],"selectedOption":[32]}],[0,"sss-self-managed-fund-inputs",{"fundForm":[16],"currentBank":[32]}],[0,"sss-loading-page"],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{"
|
|
17
|
+
return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{"themeCssUrl":[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{"context":[16],"renderer":[16],"subscribe":[16],"unsubscribe":[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{"documentLocation":[1,"document-location"],"content":[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{"titleSuffix":[1,"title-suffix"],"pageTitle":[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{"when":[4],"message":[1],"history":[16],"unblock":[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{"history":[16],"root":[1],"url":[1]}]]],["fl-button_46",[[0,"sss-my-own-fund",{"history":[16],"formState":[32],"isNotAllInformationProvidedMessageVisible":[32]}],[0,"sss-self-managed-fund",{"history":[16],"formState":[32],"showSmsfNotSupported":[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-default-fund",{"history":[16],"formState":[32],"defaultFundProductName":[32]}],[0,"sss-qsuper-insurance-opt-in",{"insuranceChosen":[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{"history":[16],"formState":[32]}],[1,"super-selection-app-host",{"sessionState":[32],"jwt":[32],"appConfiguration":[32],"areStylesLoaded":[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{"history":[16],"promotedFunds":[32],"chosenFund":[32]}],[0,"sss-promoted-fund-standard-choice-page",{"history":[16],"formState":[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{"history":[16]}],[0,"sss-slate-join-page",{"history":[16]}],[0,"super-selection-app",{"accessToken":[1,"access-token"],"backendUrl":[1,"backend-url"],"appBaseUrl":[1,"app-base-url"],"history":[16],"location":[16],"isAppInitialised":[32]}],[0,"sss-my-own-fund-inputs",{"myOwnFundForm":[16],"selectedOption":[32]}],[0,"sss-self-managed-fund-inputs",{"fundForm":[16],"currentBank":[32]}],[0,"sss-loading-page"],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{"isSelected":[4,"is-selected"],"usi":[1],"name":[1],"logo":[1],"pdsLink":[1,"pds-link"],"features":[1],"disclaimer":[16],"abnInfo":[1,"abn-info"],"history":[16]}],[0,"sss-selected-super-choice-section",{"fundType":[1,"fund-type"],"fundName":[1,"fund-name"]}],[0,"sss-slatesuper-header"],[0,"sss-footer-section"],[4,"stencil-route-link",{"url":[1],"urlMatch":[1,"url-match"],"activeClass":[1,"active-class"],"exact":[4],"strict":[4],"custom":[1],"anchorClass":[1,"anchor-class"],"anchorRole":[1,"anchor-role"],"anchorTitle":[1,"anchor-title"],"anchorTabIndex":[1,"anchor-tab-index"],"anchorId":[1,"anchor-id"],"history":[16],"location":[16],"root":[1],"ariaHaspopup":[1,"aria-haspopup"],"ariaPosinset":[1,"aria-posinset"],"ariaSetsize":[2,"aria-setsize"],"ariaLabel":[1,"aria-label"],"match":[32]}],[4,"stencil-route-switch",{"group":[513],"scrollTopOffset":[2,"scroll-top-offset"],"location":[16],"routeViewsUpdated":[16]}],[4,"stencil-router",{"root":[1],"historyType":[1,"history-type"],"titleSuffix":[1,"title-suffix"],"scrollTopOffset":[2,"scroll-top-offset"],"location":[32],"history":[32]}],[4,"sss-custom-fund",{"history":[16],"currentCustomFund":[32],"fundOptionsList":[32]}],[0,"fl-dropdown-async",{"placeholder":[1],"searchFunction":[16],"value":[16],"required":[4],"requiredValidationMessage":[1,"required-validation-message"],"disabled":[4],"minSearchStringLength":[2,"min-search-string-length"],"searchState":[32],"inputValue":[32],"isDropdownVisible":[32],"filteredOptions":[32],"highlightedOptionIndex":[32],"selectedOption":[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"fl-dropdown",{"placeholder":[1],"options":[16],"value":[16],"required":[4],"requiredValidationMessage":[1,"required-validation-message"],"disabled":[4],"inputValue":[32],"isDropdownVisible":[32],"filteredOptions":[32],"highlightedOptionIndex":[32],"selectedOption":[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-standard-choice-form",{"standardChoiceFormSignature":[32]}],[4,"sss-qsuper-insurance-questions"],[0,"sss-qsuper-question-yes-no-buttons",{"history":[16]}],[0,"sss-qsuper-confirm-header"],[4,"sss-qsuper-layout",{"history":[16]}],[0,"sss-notifications-section"],[4,"fl-promise-button",{"isBlockElement":[4,"is-block-element"],"isRounded":[4,"is-rounded"],"disabled":[4],"variant":[1],"promiseFn":[16],"state":[32]}],[4,"fl-button",{"isBlockElement":[4,"is-block-element"],"disabled":[4],"variant":[1]}],[0,"fl-loading-indicator",{"theme":[1]}],[0,"stencil-route",{"group":[513],"componentUpdated":[16],"match":[1040],"url":[1],"component":[1],"componentProps":[16],"exact":[4],"routeRender":[16],"scrollTopOffset":[2,"scroll-top-offset"],"routeViewsUpdated":[16],"location":[16],"history":[16],"historyType":[1,"history-type"]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as promiseResolve,b as bootstrapLazy}from"./index-0496d1af.js";import"./datorama-akita-79ce4385.js";import"./delay-c0555599.js";import{g as globalScripts}from"./app-globals-7ac1ffba.js";var patchBrowser=function(){var s=import.meta.url;var e={};if(s!==""){e.resourcesUrl=new URL(".",s).href}return promiseResolve(e)};patchBrowser().then((function(s){globalScripts();return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{themeCssUrl:[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["fl-button_46",[[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],showSmsfNotSupported:[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-default-fund",{history:[16],formState:[32],defaultFundProductName:[32]}],[0,"sss-qsuper-insurance-opt-in",{insuranceChosen:[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{history:[16],formState:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],areStylesLoaded:[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32],chosenFund:[32]}],[0,"sss-promoted-fund-standard-choice-page",{history:[16],formState:[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"super-selection-app",{accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],selectedOption:[32]}],[0,"sss-self-managed-fund-inputs",{fundForm:[16],currentBank:[32]}],[0,"sss-loading-page"],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{
|
|
1
|
+
import{p as promiseResolve,b as bootstrapLazy}from"./index-0496d1af.js";import"./datorama-akita-79ce4385.js";import"./delay-c0555599.js";import{g as globalScripts}from"./app-globals-7ac1ffba.js";var patchBrowser=function(){var s=import.meta.url;var e={};if(s!==""){e.resourcesUrl=new URL(".",s).href}return promiseResolve(e)};patchBrowser().then((function(s){globalScripts();return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{themeCssUrl:[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["fl-button_46",[[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],showSmsfNotSupported:[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-default-fund",{history:[16],formState:[32],defaultFundProductName:[32]}],[0,"sss-qsuper-insurance-opt-in",{insuranceChosen:[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{history:[16],formState:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],areStylesLoaded:[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32],chosenFund:[32]}],[0,"sss-promoted-fund-standard-choice-page",{history:[16],formState:[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"super-selection-app",{accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],selectedOption:[32]}],[0,"sss-self-managed-fund-inputs",{fundForm:[16],currentBank:[32]}],[0,"sss-loading-page"],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{isSelected:[4,"is-selected"],usi:[1],name:[1],logo:[1],pdsLink:[1,"pds-link"],features:[1],disclaimer:[16],abnInfo:[1,"abn-info"],history:[16]}],[0,"sss-selected-super-choice-section",{fundType:[1,"fund-type"],fundName:[1,"fund-name"]}],[0,"sss-slatesuper-header"],[0,"sss-footer-section"],[4,"stencil-route-link",{url:[1],urlMatch:[1,"url-match"],activeClass:[1,"active-class"],exact:[4],strict:[4],custom:[1],anchorClass:[1,"anchor-class"],anchorRole:[1,"anchor-role"],anchorTitle:[1,"anchor-title"],anchorTabIndex:[1,"anchor-tab-index"],anchorId:[1,"anchor-id"],history:[16],location:[16],root:[1],ariaHaspopup:[1,"aria-haspopup"],ariaPosinset:[1,"aria-posinset"],ariaSetsize:[2,"aria-setsize"],ariaLabel:[1,"aria-label"],match:[32]}],[4,"stencil-route-switch",{group:[513],scrollTopOffset:[2,"scroll-top-offset"],location:[16],routeViewsUpdated:[16]}],[4,"stencil-router",{root:[1],historyType:[1,"history-type"],titleSuffix:[1,"title-suffix"],scrollTopOffset:[2,"scroll-top-offset"],location:[32],history:[32]}],[4,"sss-custom-fund",{history:[16],currentCustomFund:[32],fundOptionsList:[32]}],[0,"fl-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"fl-dropdown",{placeholder:[1],options:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-standard-choice-form",{standardChoiceFormSignature:[32]}],[4,"sss-qsuper-insurance-questions"],[0,"sss-qsuper-question-yes-no-buttons",{history:[16]}],[0,"sss-qsuper-confirm-header"],[4,"sss-qsuper-layout",{history:[16]}],[0,"sss-notifications-section"],[4,"fl-promise-button",{isBlockElement:[4,"is-block-element"],isRounded:[4,"is-rounded"],disabled:[4],variant:[1],promiseFn:[16],state:[32]}],[4,"fl-button",{isBlockElement:[4,"is-block-element"],disabled:[4],variant:[1]}],[0,"fl-loading-indicator",{theme:[1]}],[0,"stencil-route",{group:[513],componentUpdated:[16],match:[1040],url:[1],component:[1],componentProps:[16],exact:[4],routeRender:[16],scrollTopOffset:[2,"scroll-top-offset"],routeViewsUpdated:[16],location:[16],history:[16],historyType:[1,"history-type"]}]]]],s)}));
|