@flarehr/apollo-super-selection 3.26.54319 → 3.30.54515
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-aware.svg +1 -0
- package/dist/lib/apollo-super-selection/p-0929e388.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-5da707f3.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/cjs/fl-button_46.cjs.entry.js +110 -78
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +37 -20
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +3 -3
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +6 -6
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +5 -5
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +3 -6
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +1 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +3 -3
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +7 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +52 -29
- package/dist/lib/esm/fl-button_46.entry.js +110 -78
- package/dist/lib/esm-es5/fl-button_46.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +2 -2
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +35 -20
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +1 -1
- package/dist/lib/types/components.d.ts +1 -1
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-1cf94785.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-7fae7603.system.entry.js +0 -69
package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css
CHANGED
|
@@ -56,6 +56,13 @@ img {
|
|
|
56
56
|
margin-top: 1rem;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
.promoted-picked-block {
|
|
60
|
+
background-color: var(--fl-color-primary);
|
|
61
|
+
border-bottom-right-radius: 3px;
|
|
62
|
+
left: 0;
|
|
63
|
+
top: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
59
66
|
@media (min-width: 992px) {
|
|
60
67
|
.bottom-half-fund-tile {
|
|
61
68
|
height: 220px;
|
package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js
CHANGED
|
@@ -22,7 +22,7 @@ export class SuperChoicePage {
|
|
|
22
22
|
}
|
|
23
23
|
componentDidLoad() {
|
|
24
24
|
iframe.appReady();
|
|
25
|
-
const enabledFundIds = this.promotedFunds.map((item) => item.
|
|
25
|
+
const enabledFundIds = this.promotedFunds.map((item) => item.fundId);
|
|
26
26
|
this.eventTrackingService.TrackSuperFundPanelViewedAsync({
|
|
27
27
|
enabledFundIds
|
|
28
28
|
});
|
|
@@ -88,12 +88,12 @@ export class SuperChoicePage {
|
|
|
88
88
|
allFunds() {
|
|
89
89
|
return [
|
|
90
90
|
{
|
|
91
|
-
fundId: constants.
|
|
92
|
-
usi: constants.
|
|
93
|
-
name: constants.
|
|
91
|
+
fundId: constants.Slate.Id,
|
|
92
|
+
usi: constants.Slate.Usi,
|
|
93
|
+
name: constants.Slate.Name,
|
|
94
94
|
logo: 'logo-slate.png',
|
|
95
95
|
route: SuperSelectionAppRoutes.SlateJoin,
|
|
96
|
-
pdsLink: constants.
|
|
96
|
+
pdsLink: constants.Slate.PdsUrl,
|
|
97
97
|
features: [
|
|
98
98
|
{ order: 1, value: 'A lifestage investment strategy that evolves with you' },
|
|
99
99
|
{ order: 2, value: 'Advanced mobile app with retirement forecast and smart features' },
|
|
@@ -102,22 +102,22 @@ export class SuperChoicePage {
|
|
|
102
102
|
disclaimer: (h("p", { class: "small text-muted" },
|
|
103
103
|
"You should consider the",
|
|
104
104
|
' ',
|
|
105
|
-
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.
|
|
105
|
+
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.Slate.PdsUrl), onClick: () => this.pdsViewedAsync(constants.Slate.Name, constants.Slate.Usi) }, "Product Disclosure Statement"),
|
|
106
106
|
' ',
|
|
107
107
|
"and",
|
|
108
108
|
' ',
|
|
109
109
|
h("a", { target: "_blank", href: navigationService.toExternalUrl('https://slate.co/forms-and-documents/target-market-determination/') }, "Target Market Determination"),
|
|
110
110
|
' ',
|
|
111
111
|
"before deciding to invest in or apply to become a member of the fund.")),
|
|
112
|
-
abnInfo: `Diversa Trustees Limited ABN: ${constants.
|
|
112
|
+
abnInfo: `Diversa Trustees Limited ABN: ${constants.Slate.DiversaAbn}`
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
fundId: constants.
|
|
116
|
-
usi: constants.
|
|
117
|
-
name: constants.
|
|
115
|
+
fundId: constants.QSuper.Id,
|
|
116
|
+
usi: constants.QSuper.Usi,
|
|
117
|
+
name: constants.QSuper.Name,
|
|
118
118
|
logo: 'logo-qsuper-square.png',
|
|
119
119
|
route: SuperSelectionAppRoutes.QSuperOptIn,
|
|
120
|
-
pdsLink: constants.
|
|
120
|
+
pdsLink: constants.QSuper.PdsUrl,
|
|
121
121
|
features: [
|
|
122
122
|
{ order: 1, value: '100 years strong' },
|
|
123
123
|
{ order: 2, value: `One of Australia's largest funds` },
|
|
@@ -126,18 +126,17 @@ export class SuperChoicePage {
|
|
|
126
126
|
disclaimer: (h("p", { class: "small text-muted" },
|
|
127
127
|
"You should consider the",
|
|
128
128
|
' ',
|
|
129
|
-
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.
|
|
129
|
+
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.QSuper.PdsUrl), onClick: () => this.pdsViewedAsync(constants.QSuper.Name, constants.QSuper.Usi) }, "Product Disclosure Statement"),
|
|
130
130
|
' ',
|
|
131
131
|
"before deciding to invest in or apply to become a member of this fund.")),
|
|
132
|
-
abnInfo: `QSuper Board ABN: ${constants.
|
|
132
|
+
abnInfo: `QSuper Board ABN: ${constants.QSuper.Abn}`
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
fundId: constants.
|
|
136
|
-
|
|
137
|
-
name: constants.AustralianRetirementTrustFundName,
|
|
135
|
+
fundId: constants.AustralianRetirementTrust.Id,
|
|
136
|
+
name: constants.AustralianRetirementTrust.Name,
|
|
138
137
|
logo: 'logo-art.svg',
|
|
139
138
|
route: SuperSelectionAppRoutes.PromotedFundJoin,
|
|
140
|
-
pdsLink: constants.
|
|
139
|
+
pdsLink: constants.AustralianRetirementTrust.PdsUrl,
|
|
141
140
|
features: [
|
|
142
141
|
{ order: 1, value: '$200 billion in retirement savings' },
|
|
143
142
|
{ order: 2, value: '2+ million members' },
|
|
@@ -146,10 +145,29 @@ export class SuperChoicePage {
|
|
|
146
145
|
disclaimer: (h("p", { class: "small text-muted" },
|
|
147
146
|
"You should consider the",
|
|
148
147
|
' ',
|
|
149
|
-
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.
|
|
148
|
+
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.AustralianRetirementTrust.PdsUrl), onClick: () => this.pdsViewedAsync(constants.AustralianRetirementTrust.Name) }, "Product Disclosure Statement"),
|
|
150
149
|
' ',
|
|
151
150
|
"before deciding to invest in or apply to become a member of this fund.")),
|
|
152
|
-
abnInfo: `ABN: ${constants.
|
|
151
|
+
abnInfo: `Australian Retirement Trust ABN: ${constants.AustralianRetirementTrust.Abn}`
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
fundId: constants.Aware.Id,
|
|
155
|
+
name: constants.Aware.Name,
|
|
156
|
+
logo: 'logo-aware.svg',
|
|
157
|
+
route: SuperSelectionAppRoutes.PromotedFundJoin,
|
|
158
|
+
pdsLink: constants.Aware.PdsUrl,
|
|
159
|
+
features: [
|
|
160
|
+
{ order: 1, value: 'Lorem ipsum dolor sit amet' },
|
|
161
|
+
{ order: 2, value: 'Lorem ipsum dolor sit amet' },
|
|
162
|
+
{ order: 3, value: 'Lorem ipsum dolor sit amet' }
|
|
163
|
+
],
|
|
164
|
+
disclaimer: (h("p", { class: "small text-muted" },
|
|
165
|
+
"You should consider the",
|
|
166
|
+
' ',
|
|
167
|
+
h("a", { target: "_blank", href: navigationService.toExternalUrl(constants.Aware.PdsUrl), onClick: () => this.pdsViewedAsync(constants.Aware.Name) }, "Product Disclosure Statement"),
|
|
168
|
+
' ',
|
|
169
|
+
"before deciding to invest in or apply to become a member of this fund.")),
|
|
170
|
+
abnInfo: `Aware Super Pty Ltd ABN: ${constants.Aware.Abn}`
|
|
153
171
|
}
|
|
154
172
|
];
|
|
155
173
|
}
|
|
@@ -164,28 +182,33 @@ export class SuperChoicePage {
|
|
|
164
182
|
return fundTiles;
|
|
165
183
|
}
|
|
166
184
|
async handleJoinSuperClickAsync(fund) {
|
|
167
|
-
if (fund.fundId === constants.
|
|
185
|
+
if (fund.fundId === constants.Slate.Id) {
|
|
168
186
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
169
|
-
fundUsi: constants.
|
|
170
|
-
fundName: constants.
|
|
187
|
+
fundUsi: constants.Slate.Usi,
|
|
188
|
+
fundName: constants.Slate.Name
|
|
171
189
|
});
|
|
172
190
|
}
|
|
173
|
-
else if (fund.fundId === constants.
|
|
191
|
+
else if (fund.fundId === constants.QSuper.Id) {
|
|
174
192
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
175
|
-
fundUsi: constants.
|
|
176
|
-
fundName: constants.
|
|
193
|
+
fundUsi: constants.QSuper.Usi,
|
|
194
|
+
fundName: constants.QSuper.Name
|
|
177
195
|
});
|
|
178
196
|
}
|
|
179
|
-
else if (fund.fundId === constants.
|
|
197
|
+
else if (fund.fundId === constants.AustralianRetirementTrust.Id) {
|
|
198
|
+
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
199
|
+
fundName: constants.AustralianRetirementTrust.Name
|
|
200
|
+
});
|
|
201
|
+
promotedFundState.fundId = fund.fundId;
|
|
202
|
+
}
|
|
203
|
+
else if (fund.fundId === constants.Aware.Id) {
|
|
180
204
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
181
|
-
|
|
182
|
-
fundName: constants.AustralianRetirementTrustFundName
|
|
205
|
+
fundName: constants.Aware.Name
|
|
183
206
|
});
|
|
184
207
|
promotedFundState.fundId = fund.fundId;
|
|
185
208
|
}
|
|
186
209
|
return navigationService.navigateInternally(this.history, fund.route);
|
|
187
210
|
}
|
|
188
|
-
pdsViewedAsync(
|
|
211
|
+
pdsViewedAsync(name, usi) {
|
|
189
212
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
190
213
|
fundUsi: usi,
|
|
191
214
|
fundName: name,
|
|
@@ -261,7 +261,7 @@ class TapSubscriber extends Subscriber {
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
const AppVersion = '3.
|
|
264
|
+
const AppVersion = '3.30.54515';
|
|
265
265
|
|
|
266
266
|
// -------------------------------------------------------------------------------------
|
|
267
267
|
// guards
|
|
@@ -4505,26 +4505,43 @@ const PromotedFundStandardChoicePage = class {
|
|
|
4505
4505
|
}
|
|
4506
4506
|
};
|
|
4507
4507
|
|
|
4508
|
-
const
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
const
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
const
|
|
4508
|
+
const QSuper = {
|
|
4509
|
+
Id: 'qsuper',
|
|
4510
|
+
Name: 'QSuper',
|
|
4511
|
+
InsuranceName: 'QSuper Insurance',
|
|
4512
|
+
Usi: '60905115063001',
|
|
4513
|
+
Abn: '32 125 059 006',
|
|
4514
|
+
PdsUrl: 'https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements',
|
|
4515
|
+
PdsPdf: 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf',
|
|
4516
|
+
MinAge: 14,
|
|
4517
|
+
MinInsuranceAge: 16,
|
|
4518
|
+
MaxAge: 16
|
|
4519
|
+
};
|
|
4520
|
+
const Slate = {
|
|
4521
|
+
Id: 'slate',
|
|
4522
|
+
Name: 'Slate Super',
|
|
4523
|
+
PdsUrl: 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection',
|
|
4524
|
+
Usi: '32367272075001',
|
|
4525
|
+
DiversaAbn: '49 006 421 638'
|
|
4526
|
+
};
|
|
4527
|
+
const AustralianRetirementTrust = {
|
|
4528
|
+
Id: 'australian-retirement-trust',
|
|
4529
|
+
Name: 'Australian Retirement Trust',
|
|
4530
|
+
PdsUrl: 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf',
|
|
4531
|
+
Abn: '60 905 115 063'
|
|
4532
|
+
};
|
|
4533
|
+
const Aware = {
|
|
4534
|
+
Id: 'aware',
|
|
4535
|
+
Name: 'Aware Super',
|
|
4536
|
+
PdsUrl: 'https://aware.com.au/member/forms-and-resources/pds',
|
|
4537
|
+
Abn: '53 226 460 365'
|
|
4538
|
+
};
|
|
4539
|
+
const PromotedFundIdList = [
|
|
4540
|
+
{ dtoPropName: 'qSuper', id: QSuper.Id },
|
|
4541
|
+
{ dtoPropName: 'slate', id: Slate.Id },
|
|
4542
|
+
{ dtoPropName: 'australianRetirementTrust', id: AustralianRetirementTrust.Id },
|
|
4543
|
+
{ dtoPropName: 'aware', id: Aware.Id }
|
|
4544
|
+
];
|
|
4528
4545
|
|
|
4529
4546
|
const qsuperConfirmationCss = "";
|
|
4530
4547
|
|
|
@@ -4535,12 +4552,12 @@ const QsuperConfirmHeader = class {
|
|
|
4535
4552
|
}
|
|
4536
4553
|
render() {
|
|
4537
4554
|
const qSuperAccumulationAccountUrl = 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds1.pdf';
|
|
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(
|
|
4555
|
+
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(QSuper.PdsPdf) }, "PDS"), ' ', "here.")));
|
|
4539
4556
|
}
|
|
4540
4557
|
pdsViewedAsync() {
|
|
4541
4558
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4542
|
-
fundUsi:
|
|
4543
|
-
fundName:
|
|
4559
|
+
fundUsi: QSuper.Usi,
|
|
4560
|
+
fundName: QSuper.Name,
|
|
4544
4561
|
pageName: 'Insurance Opt In'
|
|
4545
4562
|
});
|
|
4546
4563
|
}
|
|
@@ -4722,8 +4739,8 @@ const QsuperConsent = class {
|
|
|
4722
4739
|
}
|
|
4723
4740
|
pdsViewedAsync() {
|
|
4724
4741
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4725
|
-
fundUsi:
|
|
4726
|
-
fundName:
|
|
4742
|
+
fundUsi: QSuper.Usi,
|
|
4743
|
+
fundName: QSuper.Name,
|
|
4727
4744
|
pageName: 'Accumulation Page'
|
|
4728
4745
|
});
|
|
4729
4746
|
}
|
|
@@ -4783,9 +4800,9 @@ const QsuperInsuranceOptIn = class {
|
|
|
4783
4800
|
}
|
|
4784
4801
|
componentDidLoad() {
|
|
4785
4802
|
return this.eventTrackingService.TrackFinancialProductViewedAsync({
|
|
4786
|
-
fundUsi:
|
|
4787
|
-
fundName:
|
|
4788
|
-
financialProduct:
|
|
4803
|
+
fundUsi: QSuper.Usi,
|
|
4804
|
+
fundName: QSuper.Name,
|
|
4805
|
+
financialProduct: QSuper.InsuranceName
|
|
4789
4806
|
});
|
|
4790
4807
|
}
|
|
4791
4808
|
componentWillLoad() {
|
|
@@ -4796,11 +4813,11 @@ const QsuperInsuranceOptIn = class {
|
|
|
4796
4813
|
return (h(Host, { class: "d-flex flex-fill" }, h("sss-qsuper-layout", { class: "d-flex flex-fill" }, h("sss-qsuper-confirm-header", null), h("div", { class: "mt-4 p-3 checkbox-container" }, h("p", null, "As part of becoming a QSuper member, you will receive death cover and total and permanent disability cover when you become eligible. ", h("br", null), h("br", null), "You will receive this cover when: ", h("br", null), h("br", null), "You are 25 years or older; ", h("br", null), "and You have had at least $6,000 in your accumulation account; ", h("br", null), "and At that time, we have received money into your account within the previous 13 months ", h("br", null), h("br", null), "Please see the Accumulation Account Insurance Guide, available on the QSuper website, for further information ", h("br", null), h("br", null), "Do you want this insurance cover?"), h("div", { class: "d-flex justify-content-between mt-4" }, h("div", { class: "button-holder flex-grow-1 mr-2" }, h("fl-button", { disabled: !this.isEligibleForInsurance, isBlockElement: true, variant: this.insuranceChosen ? 'primary' : 'secondary', onClick: () => this.handleInsuranceToggle(true) }, "Yes")), h("div", { class: "button-holder flex-grow-1 ml-2" }, h("fl-button", { disabled: !this.isEligibleForInsurance, isBlockElement: true, variant: !this.insuranceChosen ? 'primary' : 'secondary', onClick: () => this.handleInsuranceToggle(false) }, "No")))), h("div", null, h("label", { class: "d-flex\u00A0mt-3\u00A0p-3\u00A0checkbox-container", htmlFor: "ackCheckBox" }, h("div", { class: "w-auto\u00A0px-2 fl-checkbox-container" }, h("input", { id: "ackCheckBox", class: "confirm-checkbox-item", type: "checkbox", onChange: () => this.handleCheckboxToggle() })), h("div", { class: "pl-3" }, h("p", { class: "confirm-item-text\u00A0mb-0" }, "I acknowledge that my personal information will be shared with QSuper as part of their application process.")))))));
|
|
4797
4814
|
}
|
|
4798
4815
|
ensureInsuranceEligibility() {
|
|
4799
|
-
if (superSelectionAppService.superBuyer.userProfile.yearsOfAge <
|
|
4816
|
+
if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinAge) {
|
|
4800
4817
|
return;
|
|
4801
4818
|
}
|
|
4802
|
-
else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge <
|
|
4803
|
-
this.showIneligibleNotification(`You may still apply for QSuper, however people under the age of ${
|
|
4819
|
+
else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinInsuranceAge) {
|
|
4820
|
+
this.showIneligibleNotification(`You may still apply for QSuper, however people under the age of ${QSuper.MinInsuranceAge} are not able to apply for insurance.`);
|
|
4804
4821
|
return;
|
|
4805
4822
|
}
|
|
4806
4823
|
this.isEligibleForInsurance = true;
|
|
@@ -4836,7 +4853,7 @@ const QsuperInsuranceQuestions = class {
|
|
|
4836
4853
|
};
|
|
4837
4854
|
QsuperInsuranceQuestions.style = qsuperCss$2;
|
|
4838
4855
|
|
|
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}}";
|
|
4856
|
+
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}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
4840
4857
|
|
|
4841
4858
|
const QSuperConfirmSelection = class {
|
|
4842
4859
|
constructor(hostRef) {
|
|
@@ -4856,8 +4873,8 @@ const QSuperConfirmSelection = class {
|
|
|
4856
4873
|
}
|
|
4857
4874
|
pdsViewedAsync() {
|
|
4858
4875
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
4859
|
-
fundUsi:
|
|
4860
|
-
fundName:
|
|
4876
|
+
fundUsi: QSuper.Usi,
|
|
4877
|
+
fundName: QSuper.Name,
|
|
4861
4878
|
pageName: 'Confirm Page'
|
|
4862
4879
|
});
|
|
4863
4880
|
}
|
|
@@ -4918,11 +4935,11 @@ const QsuperLayout = class {
|
|
|
4918
4935
|
this.isEligible = false;
|
|
4919
4936
|
this.canContinue = () => this.isEligible && state$2.continueAllowed;
|
|
4920
4937
|
this.ensureEligibility = () => {
|
|
4921
|
-
if (superSelectionAppService.superBuyer.userProfile.yearsOfAge <
|
|
4922
|
-
this.showIneligibleNotification(`People under the age of ${
|
|
4938
|
+
if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinAge) {
|
|
4939
|
+
this.showIneligibleNotification(`People under the age of ${QSuper.MinAge} are not able to open accounts.`);
|
|
4923
4940
|
}
|
|
4924
|
-
else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge >
|
|
4925
|
-
this.showIneligibleNotification(`People over the age of ${
|
|
4941
|
+
else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge > QSuper.MaxAge) {
|
|
4942
|
+
this.showIneligibleNotification(`People over the age of ${QSuper.MaxAge} are not able to open accounts.`);
|
|
4926
4943
|
}
|
|
4927
4944
|
else {
|
|
4928
4945
|
this.isEligible = true;
|
|
@@ -4930,7 +4947,7 @@ const QsuperLayout = class {
|
|
|
4930
4947
|
};
|
|
4931
4948
|
this.showIneligibleNotification = (description) => {
|
|
4932
4949
|
notificationsService.showInfoNotification({
|
|
4933
|
-
title:
|
|
4950
|
+
title: 'Unable to apply for QSuper',
|
|
4934
4951
|
description
|
|
4935
4952
|
});
|
|
4936
4953
|
};
|
|
@@ -5589,7 +5606,7 @@ const Success = class {
|
|
|
5589
5606
|
}
|
|
5590
5607
|
};
|
|
5591
5608
|
|
|
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}}";
|
|
5609
|
+
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}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
5593
5610
|
|
|
5594
5611
|
const SuperChoiceItem = class {
|
|
5595
5612
|
constructor(hostRef) {
|
|
@@ -5601,7 +5618,7 @@ const SuperChoiceItem = class {
|
|
|
5601
5618
|
return (h(Host, { class: {
|
|
5602
5619
|
'd-flex p-3 fund-item': true,
|
|
5603
5620
|
'ss-picked-fund': this.isSelected
|
|
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))));
|
|
5621
|
+
} }, h("div", { class: "card-body py-0 px-0 px-xl-3" }, this.isSelected && (h("div", { class: "px-3 py-2 text-white promoted-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
5622
|
}
|
|
5606
5623
|
handleFundClick() {
|
|
5607
5624
|
return this.joinFundClicked.emit();
|
|
@@ -5619,16 +5636,13 @@ SuperChoiceItem.style = superChoicePageCss$1;
|
|
|
5619
5636
|
|
|
5620
5637
|
class ChosenFundService {
|
|
5621
5638
|
async GetChosenFundAsync() {
|
|
5622
|
-
var _a;
|
|
5639
|
+
var _a, _b;
|
|
5623
5640
|
const choiceDetails = (_a = superSelectionAppService.superBuyer.superChoice) === null || _a === void 0 ? void 0 : _a.choiceDetails;
|
|
5624
5641
|
if (!choiceDetails)
|
|
5625
5642
|
return none;
|
|
5626
5643
|
if ('promoted' in choiceDetails) {
|
|
5627
|
-
const
|
|
5628
|
-
|
|
5629
|
-
: SlateFundId in choiceDetails.promoted
|
|
5630
|
-
? SlateFundId
|
|
5631
|
-
: '';
|
|
5644
|
+
const fund = PromotedFundIdList.find((f) => f.dtoPropName in choiceDetails.promoted);
|
|
5645
|
+
const promotedId = (_b = fund === null || fund === void 0 ? void 0 : fund.id) !== null && _b !== void 0 ? _b : '';
|
|
5632
5646
|
return some({
|
|
5633
5647
|
isPromoted: true,
|
|
5634
5648
|
promotedId
|
|
@@ -5667,7 +5681,7 @@ class ChosenFundService {
|
|
|
5667
5681
|
}
|
|
5668
5682
|
const chosenFundService = new ChosenFundService();
|
|
5669
5683
|
|
|
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}}";
|
|
5684
|
+
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}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:220px}}";
|
|
5671
5685
|
|
|
5672
5686
|
const SuperChoicePage = class {
|
|
5673
5687
|
constructor(hostRef) {
|
|
@@ -5683,7 +5697,7 @@ const SuperChoicePage = class {
|
|
|
5683
5697
|
}
|
|
5684
5698
|
componentDidLoad() {
|
|
5685
5699
|
iframe.appReady();
|
|
5686
|
-
const enabledFundIds = this.promotedFunds.map((item) => item.
|
|
5700
|
+
const enabledFundIds = this.promotedFunds.map((item) => item.fundId);
|
|
5687
5701
|
this.eventTrackingService.TrackSuperFundPanelViewedAsync({
|
|
5688
5702
|
enabledFundIds
|
|
5689
5703
|
});
|
|
@@ -5706,49 +5720,62 @@ const SuperChoicePage = class {
|
|
|
5706
5720
|
allFunds() {
|
|
5707
5721
|
return [
|
|
5708
5722
|
{
|
|
5709
|
-
fundId:
|
|
5710
|
-
usi:
|
|
5711
|
-
name:
|
|
5723
|
+
fundId: Slate.Id,
|
|
5724
|
+
usi: Slate.Usi,
|
|
5725
|
+
name: Slate.Name,
|
|
5712
5726
|
logo: 'logo-slate.png',
|
|
5713
5727
|
route: SuperSelectionAppRoutes.SlateJoin,
|
|
5714
|
-
pdsLink:
|
|
5728
|
+
pdsLink: Slate.PdsUrl,
|
|
5715
5729
|
features: [
|
|
5716
5730
|
{ order: 1, value: 'A lifestage investment strategy that evolves with you' },
|
|
5717
5731
|
{ order: 2, value: 'Advanced mobile app with retirement forecast and smart features' },
|
|
5718
5732
|
{ order: 3, value: 'Member advocates at Slate to assist with your account' }
|
|
5719
5733
|
],
|
|
5720
|
-
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(
|
|
5721
|
-
abnInfo: `Diversa Trustees Limited ABN: ${
|
|
5734
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(Slate.PdsUrl), onClick: () => this.pdsViewedAsync(Slate.Name, Slate.Usi) }, "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.")),
|
|
5735
|
+
abnInfo: `Diversa Trustees Limited ABN: ${Slate.DiversaAbn}`
|
|
5722
5736
|
},
|
|
5723
5737
|
{
|
|
5724
|
-
fundId:
|
|
5725
|
-
usi:
|
|
5726
|
-
name:
|
|
5738
|
+
fundId: QSuper.Id,
|
|
5739
|
+
usi: QSuper.Usi,
|
|
5740
|
+
name: QSuper.Name,
|
|
5727
5741
|
logo: 'logo-qsuper-square.png',
|
|
5728
5742
|
route: SuperSelectionAppRoutes.QSuperOptIn,
|
|
5729
|
-
pdsLink:
|
|
5743
|
+
pdsLink: QSuper.PdsUrl,
|
|
5730
5744
|
features: [
|
|
5731
5745
|
{ order: 1, value: '100 years strong' },
|
|
5732
5746
|
{ order: 2, value: `One of Australia's largest funds` },
|
|
5733
5747
|
{ order: 3, value: 'Awarded SuperRatings highest performance rating' }
|
|
5734
5748
|
],
|
|
5735
|
-
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(
|
|
5736
|
-
abnInfo: `QSuper Board ABN: ${
|
|
5749
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(QSuper.PdsUrl), onClick: () => this.pdsViewedAsync(QSuper.Name, QSuper.Usi) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
|
|
5750
|
+
abnInfo: `QSuper Board ABN: ${QSuper.Abn}`
|
|
5737
5751
|
},
|
|
5738
5752
|
{
|
|
5739
|
-
fundId:
|
|
5740
|
-
|
|
5741
|
-
name: AustralianRetirementTrustFundName,
|
|
5753
|
+
fundId: AustralianRetirementTrust.Id,
|
|
5754
|
+
name: AustralianRetirementTrust.Name,
|
|
5742
5755
|
logo: 'logo-art.svg',
|
|
5743
5756
|
route: SuperSelectionAppRoutes.PromotedFundJoin,
|
|
5744
|
-
pdsLink:
|
|
5757
|
+
pdsLink: AustralianRetirementTrust.PdsUrl,
|
|
5745
5758
|
features: [
|
|
5746
5759
|
{ order: 1, value: '$200 billion in retirement savings' },
|
|
5747
5760
|
{ order: 2, value: '2+ million members' },
|
|
5748
5761
|
{ order: 3, value: 'A focus on delivering strong, long‑term returns' }
|
|
5749
5762
|
],
|
|
5750
|
-
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(
|
|
5751
|
-
abnInfo: `ABN: ${
|
|
5763
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(AustralianRetirementTrust.PdsUrl), onClick: () => this.pdsViewedAsync(AustralianRetirementTrust.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
|
|
5764
|
+
abnInfo: `Australian Retirement Trust ABN: ${AustralianRetirementTrust.Abn}`
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
fundId: Aware.Id,
|
|
5768
|
+
name: Aware.Name,
|
|
5769
|
+
logo: 'logo-aware.svg',
|
|
5770
|
+
route: SuperSelectionAppRoutes.PromotedFundJoin,
|
|
5771
|
+
pdsLink: Aware.PdsUrl,
|
|
5772
|
+
features: [
|
|
5773
|
+
{ order: 1, value: 'Lorem ipsum dolor sit amet' },
|
|
5774
|
+
{ order: 2, value: 'Lorem ipsum dolor sit amet' },
|
|
5775
|
+
{ order: 3, value: 'Lorem ipsum dolor sit amet' }
|
|
5776
|
+
],
|
|
5777
|
+
disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(Aware.PdsUrl), onClick: () => this.pdsViewedAsync(Aware.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
|
|
5778
|
+
abnInfo: `Aware Super Pty Ltd ABN: ${Aware.Abn}`
|
|
5752
5779
|
}
|
|
5753
5780
|
];
|
|
5754
5781
|
}
|
|
@@ -5763,28 +5790,33 @@ const SuperChoicePage = class {
|
|
|
5763
5790
|
return fundTiles;
|
|
5764
5791
|
}
|
|
5765
5792
|
async handleJoinSuperClickAsync(fund) {
|
|
5766
|
-
if (fund.fundId ===
|
|
5793
|
+
if (fund.fundId === Slate.Id) {
|
|
5767
5794
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5768
|
-
fundUsi:
|
|
5769
|
-
fundName:
|
|
5795
|
+
fundUsi: Slate.Usi,
|
|
5796
|
+
fundName: Slate.Name
|
|
5770
5797
|
});
|
|
5771
5798
|
}
|
|
5772
|
-
else if (fund.fundId ===
|
|
5799
|
+
else if (fund.fundId === QSuper.Id) {
|
|
5773
5800
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5774
|
-
fundUsi:
|
|
5775
|
-
fundName:
|
|
5801
|
+
fundUsi: QSuper.Usi,
|
|
5802
|
+
fundName: QSuper.Name
|
|
5776
5803
|
});
|
|
5777
5804
|
}
|
|
5778
|
-
else if (fund.fundId ===
|
|
5805
|
+
else if (fund.fundId === AustralianRetirementTrust.Id) {
|
|
5806
|
+
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5807
|
+
fundName: AustralianRetirementTrust.Name
|
|
5808
|
+
});
|
|
5809
|
+
state$1.fundId = fund.fundId;
|
|
5810
|
+
}
|
|
5811
|
+
else if (fund.fundId === Aware.Id) {
|
|
5779
5812
|
await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
5780
|
-
|
|
5781
|
-
fundName: AustralianRetirementTrustFundName
|
|
5813
|
+
fundName: Aware.Name
|
|
5782
5814
|
});
|
|
5783
5815
|
state$1.fundId = fund.fundId;
|
|
5784
5816
|
}
|
|
5785
5817
|
return navigationService.navigateInternally(this.history, fund.route);
|
|
5786
5818
|
}
|
|
5787
|
-
pdsViewedAsync(
|
|
5819
|
+
pdsViewedAsync(name, usi) {
|
|
5788
5820
|
return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
|
|
5789
5821
|
fundUsi: usi,
|
|
5790
5822
|
fundName: name,
|