@flarehr/apollo-super-selection 4.55.43666 → 4.57.45667
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/p-3dd80919.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-afdef603.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/sss-button_41.cjs.entry.js +174 -87
- package/dist/lib/collection/components/super-campaign/super-campaign.js +133 -6
- package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +16 -1
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +5 -10
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/hesta-default.js +8 -15
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/types.js +2 -1
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +6 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +4 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +6 -3
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/sss-button_41.entry.js +174 -87
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_41.entry.js +4 -4
- package/dist/lib/types/components/super-campaign/super-campaign-types.d.ts +17 -5
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +10 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +15 -4
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +3 -1
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +4 -0
- package/dist/lib/types/components.d.ts +2 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-06c394ee.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-90e363b7.entry.js +0 -14
- package/dist/lib/collection/components/super-campaign/super-campaign-event-handlers.js +0 -26
- package/dist/lib/types/components/super-campaign/super-campaign-event-handlers.d.ts +0 -2
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '4.
|
|
263
|
+
const AppVersion = '4.57.45667';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -2597,13 +2597,7 @@ const createStore = (defaultState, shouldUpdate) => {
|
|
|
2597
2597
|
return map;
|
|
2598
2598
|
};
|
|
2599
2599
|
|
|
2600
|
-
|
|
2601
|
-
fund: {
|
|
2602
|
-
id: '',
|
|
2603
|
-
type: 'null'
|
|
2604
|
-
}
|
|
2605
|
-
};
|
|
2606
|
-
const { state, reset } = createStore(initial);
|
|
2600
|
+
function e(e){this.message=e;}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw "Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e;}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";
|
|
2607
2601
|
|
|
2608
2602
|
var __assign$1 = (undefined && undefined.__assign) || function () {
|
|
2609
2603
|
__assign$1 = Object.assign || function(t) {
|
|
@@ -3279,7 +3273,18 @@ function convertFormUrl(formObject) {
|
|
|
3279
3273
|
var factory = Wretcher.factory;
|
|
3280
3274
|
factory["default"] = Wretcher.factory;
|
|
3281
3275
|
|
|
3282
|
-
function
|
|
3276
|
+
function buildBackendApiClient() {
|
|
3277
|
+
const jwt = superSelectionAppService.jwt;
|
|
3278
|
+
const profileId = superSelectionAppService.profileId;
|
|
3279
|
+
const accountId = superSelectionAppService.accountIdOrDefault;
|
|
3280
|
+
const partnerId = superSelectionAppService.partnerIdOrDefault;
|
|
3281
|
+
return factory(superSelectionAppService.apiBaseUrl).headers({
|
|
3282
|
+
Authorization: `Bearer ${jwt}`,
|
|
3283
|
+
'X-PROFILE-ID': profileId,
|
|
3284
|
+
'X-PARTNER-ID': partnerId,
|
|
3285
|
+
'X-ACCOUNT-ID': accountId
|
|
3286
|
+
});
|
|
3287
|
+
}
|
|
3283
3288
|
|
|
3284
3289
|
function hydratePromotedFundChoiceDtoKind(dto) {
|
|
3285
3290
|
if ('slate' in dto) {
|
|
@@ -3506,7 +3511,10 @@ const initialState = {
|
|
|
3506
3511
|
campaignConnectEnabled: false,
|
|
3507
3512
|
isDefinedBenefitsEligible: Option.none,
|
|
3508
3513
|
campaignConnect: Option.none,
|
|
3509
|
-
superCampaignEnabled: false
|
|
3514
|
+
superCampaignEnabled: false,
|
|
3515
|
+
superCampaignState: {
|
|
3516
|
+
promotedFundsShown: []
|
|
3517
|
+
}
|
|
3510
3518
|
};
|
|
3511
3519
|
|
|
3512
3520
|
class SuperSelectionAppService {
|
|
@@ -3633,21 +3641,37 @@ class SuperSelectionAppService {
|
|
|
3633
3641
|
this._state.campaignConnect = Option.fromNullable(campaignConnect);
|
|
3634
3642
|
}
|
|
3635
3643
|
}
|
|
3644
|
+
setSuperCampaignPromotedFundsShown(shownFund) {
|
|
3645
|
+
this._state.superCampaignState.promotedFundsShown = shownFund;
|
|
3646
|
+
}
|
|
3647
|
+
get superCampaignState() {
|
|
3648
|
+
return this._state.superCampaignState;
|
|
3649
|
+
}
|
|
3636
3650
|
}
|
|
3637
3651
|
const superSelectionAppService = new SuperSelectionAppService();
|
|
3638
3652
|
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
}
|
|
3653
|
+
const SuperFundDisclaimerViewedDetail = {
|
|
3654
|
+
create: (superCampaignEnabled) => {
|
|
3655
|
+
let isDefinedBenefitsEligibleString = 'Not set';
|
|
3656
|
+
if (Option.isSome(superSelectionAppService.isDefinedBenefitsEligible)) {
|
|
3657
|
+
isDefinedBenefitsEligibleString = superSelectionAppService.isDefinedBenefitsEligible.value
|
|
3658
|
+
? 'True'
|
|
3659
|
+
: 'False';
|
|
3660
|
+
}
|
|
3661
|
+
return {
|
|
3662
|
+
isDefinedBenefitsEligible: isDefinedBenefitsEligibleString,
|
|
3663
|
+
superCampaignEnabled: superCampaignEnabled
|
|
3664
|
+
};
|
|
3665
|
+
}
|
|
3666
|
+
};
|
|
3667
|
+
|
|
3668
|
+
const initial = {
|
|
3669
|
+
fund: {
|
|
3670
|
+
id: '',
|
|
3671
|
+
type: 'null'
|
|
3672
|
+
}
|
|
3673
|
+
};
|
|
3674
|
+
const { state, reset } = createStore(initial);
|
|
3651
3675
|
|
|
3652
3676
|
class EventTrackingApi {
|
|
3653
3677
|
static get Instance() {
|
|
@@ -3875,7 +3899,8 @@ function pdsViewedAsync(name, usi) {
|
|
|
3875
3899
|
return EventTrackingService.Instance.TrackSuperFundPdsViewedAsync({
|
|
3876
3900
|
fundUsi: usi,
|
|
3877
3901
|
fundName: name,
|
|
3878
|
-
pageName: 'Panel Fund Page'
|
|
3902
|
+
pageName: 'Panel Fund Page',
|
|
3903
|
+
superCampaignEnabled: false
|
|
3879
3904
|
});
|
|
3880
3905
|
}
|
|
3881
3906
|
|
|
@@ -3886,15 +3911,7 @@ const Consent = class {
|
|
|
3886
3911
|
this.eventTrackingService = EventTrackingService.Instance;
|
|
3887
3912
|
}
|
|
3888
3913
|
componentDidLoad() {
|
|
3889
|
-
|
|
3890
|
-
if (Option.isSome(superSelectionAppService.isDefinedBenefitsEligible)) {
|
|
3891
|
-
isDefinedBenefitsEligible = superSelectionAppService.isDefinedBenefitsEligible.value
|
|
3892
|
-
? 'True'
|
|
3893
|
-
: 'False';
|
|
3894
|
-
}
|
|
3895
|
-
return this.eventTrackingService.TrackSuperFundDisclaimerViewedAsync({
|
|
3896
|
-
isDefinedBenefitsEligible
|
|
3897
|
-
});
|
|
3914
|
+
return this.eventTrackingService.TrackSuperFundDisclaimerViewedAsync(SuperFundDisclaimerViewedDetail.create(false));
|
|
3898
3915
|
}
|
|
3899
3916
|
render() {
|
|
3900
3917
|
if (this.campaignConnectRequestInProgress) {
|
|
@@ -3903,7 +3920,9 @@ const Consent = class {
|
|
|
3903
3920
|
return (h("div", null, h("div", { class: "text-2xl sm:text-3xl font-bold text-center leading-8" }, "Important information about super"), h("div", { class: "sm:text-lg text-gray-600 mt-3 sm:mt-4 max-w-800 text-center leading-7 sm:leading-8" }, "The choice of superannuation fund is an important personal financial decision. Next, you\u2019ll be asked to nominate a super fund to receive your employer contributions."), h("div", { class: "flex justify-center mt-8 sm:mt-12" }, h("div", { class: "border shadow-sm p-4 pb-6 sm:p-6 sm:pb-8 max-w-560 rounded-lg" }, h("div", { class: "sm:text-lg font-bold leading-6" }, "By clicking \u201CContinue\u201D you acknowledge that:"), h("ul", { class: "list-disc list-outside ml-6 mt-3 mb-6 space-y-2 text-sm leading-6" }, h("li", null, "Flare (we/us) provides this paperless employee management service, will feature superannuation funds and offer you employee benefits that you may be interested in;"), h("li", null, "all content contained in the following pages does not take into account any of your objectives, financial situation or needs and does not constitute financial product advice;"), h("li", null, "in featuring any superannuation funds, we, the technology partner you are accessing us via, or your employer, are not providing any opinion or recommendation (actual or implied) in relation to the suitability or appropriateness of the featured funds;"), h("li", null, "Trustees of the featured superannuation funds pay fees to Flare and/or its associates. Some funds pay us a fee if you choose one of the featured funds, while others pay us to have their application form on our platform;"), h("li", null, "in the event that you choose one of the featured superannuation funds, we may pass on your personal information and TFN to a related party for the purpose of completing your chosen fund's application form."), h("li", null, "Your personal data that is provided to us will be subject to our", ' ', h(Link, { className: "font-medium text-blue-600 hover:text-blue-800", href: "https://www.flarehr.com/privacy-policy" }, "Privacy Policy"), ".")), h("sss-button", { fillWidth: true, promiseFn: () => this.handleSuperFundDisclaimerAccepted() }, "Continue")))));
|
|
3904
3921
|
}
|
|
3905
3922
|
async handleSuperFundDisclaimerAccepted() {
|
|
3906
|
-
await this.eventTrackingService.TrackSuperFundDisclaimerAcceptedAsync({
|
|
3923
|
+
await this.eventTrackingService.TrackSuperFundDisclaimerAcceptedAsync({
|
|
3924
|
+
superCampaignEnabled: false
|
|
3925
|
+
});
|
|
3907
3926
|
if (superSelectionAppService.campaignConnectEnabled) {
|
|
3908
3927
|
this.campaignConnectRequestInProgress = true;
|
|
3909
3928
|
await superSelectionAppService.loadCampaignConnectAsync();
|
|
@@ -4451,27 +4470,20 @@ const fund$5 = {
|
|
|
4451
4470
|
h("p", null, "1+ million members"),
|
|
4452
4471
|
h("p", null, "Expert help whenever you need it to help you face the future with confidence")
|
|
4453
4472
|
],
|
|
4454
|
-
featureSubText:
|
|
4455
|
-
"* SuperRatings 10 Year Platinum Performance 2013-2023 (MySuper). Product ratings and awards are only one factor to be considered. See",
|
|
4456
|
-
' ',
|
|
4457
|
-
h(Link, { className: "underline underline-offset-2 hover:text-gray-600", href: "https://www.hesta.com.au/ratings" }, "hesta.com.au/ratings"),
|
|
4458
|
-
' ',
|
|
4459
|
-
"for more information.")),
|
|
4473
|
+
featureSubText: undefined,
|
|
4460
4474
|
disclaimer: (h("div", { class: "space-y-2" },
|
|
4461
|
-
h("p",
|
|
4462
|
-
"
|
|
4475
|
+
h("p", { class: "italic" },
|
|
4476
|
+
"* SuperRatings 10 Year Platinum Performance 2014-2024 (MySuper). Investment performance contributes to but is not the only factor in determining this product rating. Product ratings and awards are only one factor to be considered. See",
|
|
4463
4477
|
' ',
|
|
4464
|
-
h(Link, { href: "https://www.
|
|
4465
|
-
|
|
4478
|
+
h(Link, { className: "underline underline-offset-2 hover:text-gray-600", href: "https://www.hesta.com.au/ratings" }, "hesta.com.au/ratings"),
|
|
4479
|
+
' ',
|
|
4480
|
+
"for more information."),
|
|
4466
4481
|
h("p", null,
|
|
4467
|
-
"
|
|
4482
|
+
"Consider whether this product is appropriate for you by reading the Product Disclosure Statement and Target Market Determination at",
|
|
4468
4483
|
' ',
|
|
4469
4484
|
h(Link, { onClick: () => pdsViewedAsync(name$5), href: "https://www.hesta.com.au/pds" }, "hesta.com.au/pds"),
|
|
4470
4485
|
' ',
|
|
4471
|
-
"
|
|
4472
|
-
' ',
|
|
4473
|
-
h(Link, { href: "https://www.hesta.com.au/tmd" }, "hesta.com.au/tmd"),
|
|
4474
|
-
"."),
|
|
4486
|
+
"In considering your own circumstances about the suitability of HESTA products, you may wish to consult an adviser or use the ATO YourSuper comparison tool. Please also consider the relevant risks."),
|
|
4475
4487
|
h("p", null, "Issued by H.E.S.T. Australia Ltd ABN 66 006 818 695 AFSL No. 235249, Trustee of HESTA"))),
|
|
4476
4488
|
footnoteTextOverride: Option.none,
|
|
4477
4489
|
isPromotedDefault: true
|
|
@@ -16787,32 +16799,12 @@ const Success = class {
|
|
|
16787
16799
|
}
|
|
16788
16800
|
};
|
|
16789
16801
|
|
|
16790
|
-
|
|
16791
|
-
|
|
16792
|
-
|
|
16793
|
-
console.error(`$handling super-campaign panel event: ${event === null || event === void 0 ? void 0 : event.type}`);
|
|
16794
|
-
}
|
|
16795
|
-
return Promise.resolve();
|
|
16796
|
-
};
|
|
16797
|
-
const fundPanelShownEventHandler = (event) => {
|
|
16798
|
-
if (event.sender != 'super-campaign') {
|
|
16799
|
-
// eslint-disable-next-line no-console
|
|
16800
|
-
console.error(`$handling super-campaign panel event: ${event === null || event === void 0 ? void 0 : event.type}`);
|
|
16801
|
-
}
|
|
16802
|
-
return Promise.resolve();
|
|
16803
|
-
};
|
|
16804
|
-
const fundTileClicked = (event) => {
|
|
16805
|
-
if (event.sender != 'super-campaign') {
|
|
16806
|
-
// eslint-disable-next-line no-console
|
|
16807
|
-
console.error(`$handling super-campaign panel event: ${event === null || event === void 0 ? void 0 : event.type}`);
|
|
16802
|
+
class MiscService {
|
|
16803
|
+
trackClickPromotedTileAsync(payload) {
|
|
16804
|
+
return superSelectionApi.clickPromotedTileAsync(payload);
|
|
16808
16805
|
}
|
|
16809
|
-
|
|
16810
|
-
|
|
16811
|
-
const eventHandlers = {
|
|
16812
|
-
'choose-another-fund-requested': chooseAnotherFundRequestedEventHandler,
|
|
16813
|
-
'fund-panel-shown': fundPanelShownEventHandler,
|
|
16814
|
-
'fund-tile-clicked': fundTileClicked
|
|
16815
|
-
};
|
|
16806
|
+
}
|
|
16807
|
+
const miscService = new MiscService();
|
|
16816
16808
|
|
|
16817
16809
|
const SuperCampaignHost = class {
|
|
16818
16810
|
constructor(hostRef) {
|
|
@@ -16831,15 +16823,113 @@ const SuperCampaignHost = class {
|
|
|
16831
16823
|
}
|
|
16832
16824
|
};
|
|
16833
16825
|
this.subscribeToSuperCampaignEvents = () => {
|
|
16834
|
-
for (const eventName in
|
|
16835
|
-
document.addEventListener(eventName,
|
|
16826
|
+
for (const eventName in this.superCampaignEventHandlers) {
|
|
16827
|
+
document.addEventListener(eventName, this.superCampaignEventHandlers[eventName]);
|
|
16836
16828
|
}
|
|
16837
16829
|
};
|
|
16838
16830
|
this.unSubscribeFromSuperCampaignEvents = () => {
|
|
16839
|
-
for (const eventName in
|
|
16840
|
-
document.removeEventListener(eventName,
|
|
16831
|
+
for (const eventName in this.superCampaignEventHandlers) {
|
|
16832
|
+
document.removeEventListener(eventName, this.superCampaignEventHandlers[eventName]);
|
|
16833
|
+
}
|
|
16834
|
+
};
|
|
16835
|
+
this.chooseAnotherFundRequested = async (event) => {
|
|
16836
|
+
if (event.detail.sender == 'super-campaign') {
|
|
16837
|
+
await navigationService.navigateInternally(this.history, SuperSelectionAppRoutes.MyOwnFund);
|
|
16838
|
+
}
|
|
16839
|
+
};
|
|
16840
|
+
this.fundPanelShown = async (event) => {
|
|
16841
|
+
var _a;
|
|
16842
|
+
if (event.detail.sender == 'super-campaign') {
|
|
16843
|
+
// eslint-disable-next-line no-console
|
|
16844
|
+
console.log(`$handling super-campaign event: ${(_a = event.detail) === null || _a === void 0 ? void 0 : _a.type}`);
|
|
16845
|
+
const promotedFundsShown = event.detail.shownFunds.map((f) => f.fundId);
|
|
16846
|
+
superSelectionAppService.setSuperCampaignPromotedFundsShown(promotedFundsShown);
|
|
16847
|
+
await EventTrackingService.Instance.TrackSuperFundPanelViewedAsync({
|
|
16848
|
+
promotedFundsShown,
|
|
16849
|
+
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi),
|
|
16850
|
+
superCampaignEnabled: true
|
|
16851
|
+
});
|
|
16852
|
+
}
|
|
16853
|
+
};
|
|
16854
|
+
this.fundTileClicked = async (event) => {
|
|
16855
|
+
var _a, _b, _c;
|
|
16856
|
+
const eventDetails = event.detail;
|
|
16857
|
+
if (eventDetails.sender == 'super-campaign') {
|
|
16858
|
+
// eslint-disable-next-line no-console
|
|
16859
|
+
console.log(`$handling super-campaign event: ${(_a = event.detail) === null || _a === void 0 ? void 0 : _a.type}`);
|
|
16860
|
+
const promotedFundsShown = superSelectionAppService.superCampaignState.promotedFundsShown;
|
|
16861
|
+
const defaultFundUsiSet = Option.toUndefined(superSelectionAppService.defaultFundUsi);
|
|
16862
|
+
await Promise.all([
|
|
16863
|
+
eventDetails.fundType == 'PromotedDefault'
|
|
16864
|
+
? await EventTrackingService.Instance.TrackPromotedDefaultSuperFundDetailViewedAsync({
|
|
16865
|
+
fundUsi: (_b = eventDetails.fundUsi) !== null && _b !== void 0 ? _b : '',
|
|
16866
|
+
fundName: eventDetails.fundName,
|
|
16867
|
+
promotedFundId: eventDetails.fundId,
|
|
16868
|
+
promotedFundsShown,
|
|
16869
|
+
defaultFundUsiSet,
|
|
16870
|
+
superCampaignEnabled: true
|
|
16871
|
+
})
|
|
16872
|
+
: await EventTrackingService.Instance.TrackPromotedSuperFundDetailViewedAsync({
|
|
16873
|
+
fundUsi: (_c = eventDetails.fundUsi) !== null && _c !== void 0 ? _c : undefined,
|
|
16874
|
+
fundName: eventDetails.fundName,
|
|
16875
|
+
promotedFundId: eventDetails.fundId,
|
|
16876
|
+
promotedFundsShown,
|
|
16877
|
+
defaultFundUsiSet,
|
|
16878
|
+
superCampaignEnabled: true
|
|
16879
|
+
}),
|
|
16880
|
+
miscService.trackClickPromotedTileAsync(eventDetails.fundType == 'PromotedDefault'
|
|
16881
|
+
? {
|
|
16882
|
+
promotedDefault: {
|
|
16883
|
+
fundId: eventDetails.fundId
|
|
16884
|
+
}
|
|
16885
|
+
}
|
|
16886
|
+
: {
|
|
16887
|
+
promoted: {
|
|
16888
|
+
fundId: eventDetails.fundId
|
|
16889
|
+
}
|
|
16890
|
+
})
|
|
16891
|
+
]);
|
|
16892
|
+
}
|
|
16893
|
+
};
|
|
16894
|
+
this.fundPdsViewed = async (event) => {
|
|
16895
|
+
var _a;
|
|
16896
|
+
if (event.detail.sender == 'super-campaign') {
|
|
16897
|
+
// eslint-disable-next-line no-console
|
|
16898
|
+
console.log(`$handling super-campaign event: ${(_a = event.detail) === null || _a === void 0 ? void 0 : _a.type}`);
|
|
16899
|
+
await EventTrackingService.Instance.TrackSuperFundPdsViewedAsync({
|
|
16900
|
+
fundName: event.detail.fundName,
|
|
16901
|
+
fundUsi: event.detail.fundUsi,
|
|
16902
|
+
pageName: event.detail.pageName,
|
|
16903
|
+
superCampaignEnabled: true
|
|
16904
|
+
});
|
|
16905
|
+
}
|
|
16906
|
+
};
|
|
16907
|
+
this.disclaimerViewed = async (event) => {
|
|
16908
|
+
var _a;
|
|
16909
|
+
if (event.detail.sender == 'super-campaign') {
|
|
16910
|
+
// eslint-disable-next-line no-console
|
|
16911
|
+
console.log(`$handling super-campaign event: ${(_a = event.detail) === null || _a === void 0 ? void 0 : _a.type}`);
|
|
16912
|
+
await EventTrackingService.Instance.TrackSuperFundDisclaimerViewedAsync(SuperFundDisclaimerViewedDetail.create(true));
|
|
16841
16913
|
}
|
|
16842
16914
|
};
|
|
16915
|
+
this.disclaimerAccepted = async (event) => {
|
|
16916
|
+
var _a;
|
|
16917
|
+
if (event.detail.sender == 'super-campaign') {
|
|
16918
|
+
// eslint-disable-next-line no-console
|
|
16919
|
+
console.log(`$handling super-campaign event: ${(_a = event.detail) === null || _a === void 0 ? void 0 : _a.type}`);
|
|
16920
|
+
await EventTrackingService.Instance.TrackSuperFundDisclaimerAcceptedAsync({
|
|
16921
|
+
superCampaignEnabled: true
|
|
16922
|
+
});
|
|
16923
|
+
}
|
|
16924
|
+
};
|
|
16925
|
+
this.superCampaignEventHandlers = {
|
|
16926
|
+
'choose-another-fund-requested': this.chooseAnotherFundRequested.bind(this),
|
|
16927
|
+
'fund-panel-shown': this.fundPanelShown.bind(this),
|
|
16928
|
+
'fund-tile-clicked': this.fundTileClicked.bind(this),
|
|
16929
|
+
'fund-pds-viewed': this.fundPdsViewed.bind(this),
|
|
16930
|
+
'disclaimer-viewed': this.disclaimerViewed.bind(this),
|
|
16931
|
+
'disclaimer-accepted': this.disclaimerAccepted.bind(this)
|
|
16932
|
+
};
|
|
16843
16933
|
}
|
|
16844
16934
|
async componentWillLoad() {
|
|
16845
16935
|
try {
|
|
@@ -16876,6 +16966,7 @@ const SuperCampaignHost = class {
|
|
|
16876
16966
|
return `${parsedUrl.protocol}//${parsedUrl.hostname}${parsedUrl.port.length > 0 ? `:${parsedUrl.port}` : ''}`;
|
|
16877
16967
|
}
|
|
16878
16968
|
};
|
|
16969
|
+
injectHistory(SuperCampaignHost);
|
|
16879
16970
|
|
|
16880
16971
|
const SuperChoiceItemBottom = class {
|
|
16881
16972
|
constructor(hostRef) {
|
|
@@ -16905,13 +16996,6 @@ const SuperChoiceItemTop = class {
|
|
|
16905
16996
|
}
|
|
16906
16997
|
};
|
|
16907
16998
|
|
|
16908
|
-
class MiscService {
|
|
16909
|
-
trackClickPromotedTileAsync(payload) {
|
|
16910
|
-
return superSelectionApi.clickPromotedTileAsync(payload);
|
|
16911
|
-
}
|
|
16912
|
-
}
|
|
16913
|
-
const miscService = new MiscService();
|
|
16914
|
-
|
|
16915
16999
|
const SuperChoicePage = class {
|
|
16916
17000
|
constructor(hostRef) {
|
|
16917
17001
|
registerInstance(this, hostRef);
|
|
@@ -16922,7 +17006,8 @@ const SuperChoicePage = class {
|
|
|
16922
17006
|
const promotedFundsShown = this.promotedFunds.map((item) => item.fundId);
|
|
16923
17007
|
return this.eventTrackingService.TrackSuperFundPanelViewedAsync({
|
|
16924
17008
|
promotedFundsShown,
|
|
16925
|
-
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
|
|
17009
|
+
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi),
|
|
17010
|
+
superCampaignEnabled: false
|
|
16926
17011
|
});
|
|
16927
17012
|
}
|
|
16928
17013
|
render() {
|
|
@@ -16974,14 +17059,16 @@ const SuperChoicePage = class {
|
|
|
16974
17059
|
fundName: Option.isSome(fundName) ? fundName.value : '',
|
|
16975
17060
|
promotedFundId: fund.fundId,
|
|
16976
17061
|
promotedFundsShown,
|
|
16977
|
-
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
|
|
17062
|
+
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi),
|
|
17063
|
+
superCampaignEnabled: false
|
|
16978
17064
|
})
|
|
16979
17065
|
: this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
|
|
16980
17066
|
fundUsi: Option.isSome(fundUsi) ? fundUsi.value : undefined,
|
|
16981
17067
|
fundName: Option.isSome(fundName) ? fundName.value : '',
|
|
16982
17068
|
promotedFundId: fund.fundId,
|
|
16983
17069
|
promotedFundsShown,
|
|
16984
|
-
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
|
|
17070
|
+
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi),
|
|
17071
|
+
superCampaignEnabled: false
|
|
16985
17072
|
}),
|
|
16986
17073
|
miscService.trackClickPromotedTileAsync(fund.isPromotedDefault
|
|
16987
17074
|
? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as promiseResolve,b as bootstrapLazy}from"./index-189b2180.js";import"./datorama-akita-127aea91.js";import{g as globalScripts}from"./app-globals-c1f89805.js";var patchBrowser=function(){var e=import.meta.url;var s={};if(e!==""){s.resourcesUrl=new URL(".",e).href}return promiseResolve(s)};patchBrowser().then((function(e){globalScripts();return bootstrapLazy([["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]}]]],["sss-button_41",[[0,"sss-prefill",{history:[16],prefill:[32]}],[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32],isSubmitDisabled:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],isSubmitDisabled:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-consent-page",{history:[16],campaignConnectRequestInProgress:[32]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32]}],[0,"sss-promoted-fund-join-v1-page",{history:[16]}],[0,"sss-promoted-fund-join-v2-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"sss-success"],[0,"sss-super-campaign-host",{componentLoaded:[32],backendUrl:[32],accessToken:[32]}],[0,"sss-prefill-my-own-fund",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-smsf",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[0,"sss-prefill-invalid-my-own-fund",{history:[16],prefill:[16],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-invalid-smsf",{history:[16],prefill:[16],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[1,"super-selection-app",{ignoreExistingSelection:[4,"ignore-existing-selection"],accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isSelfHosted:[4,"is-self-hosted"],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],showValidationErrors:[4,"show-validation-errors"],selectedOption:[32]}],[0,"sss-loading-super-indicator"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],showValidationErrors:[4,"show-validation-errors"],isAbnValid:[32],isAbnTouched:[32],isAbnUsedForRegulated:[32],currentBank:[32],addressErrorMessage:[32]}],[0,"sss-super-choice-item-bottom",{disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],isMultiFund:[4,"is-multi-fund"]}],[0,"sss-loading-page"],[0,"sss-super-choice-item-top",{name:[1],logo:[1],features:[16],featureSubText:[16],customContent:[16],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"],extraBadge:[16]}],[4,"sss-loading-component",{header:[1]}],[0,"sss-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],showValidationErrors:[4,"show-validation-errors"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-footer-section",{textOverride:[16]}],[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],showFundOptionsSelection:[32]}],[0,"sss-iframe-host",{build:[16]}],[0,"sss-prefill-warning-box",{notificationList:[16]}],[0,"sss-header-section",{currentPage:[1,"current-page"]}],[0,"sss-name-input",{value:[1],name:[1],readableName:[1,"readable-name"],showValidationErrors:[4,"show-validation-errors"],errorMessage:[32]}],[0,"sss-prefill-display-field",{field:[16]}],[0,"sss-prefill-error-box",{withHeader:[4,"with-header"],notificationList:[16]}],[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,"sss-button",{fillWidth:[4,"fill-width"],fillWidthOnMobile:[4,"fill-width-on-mobile"],disabled:[4],variant:[1],size:[1],promiseFn:[16],state:[32]}],[0,"sss-loading-indicator",{theme:[1],size:[2]}],[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"]}]]]],e)}));
|
|
1
|
+
import{p as promiseResolve,b as bootstrapLazy}from"./index-189b2180.js";import"./datorama-akita-127aea91.js";import{g as globalScripts}from"./app-globals-c1f89805.js";var patchBrowser=function(){var e=import.meta.url;var s={};if(e!==""){s.resourcesUrl=new URL(".",e).href}return promiseResolve(s)};patchBrowser().then((function(e){globalScripts();return bootstrapLazy([["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]}]]],["sss-button_41",[[0,"sss-prefill",{history:[16],prefill:[32]}],[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32],isSubmitDisabled:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],isSubmitDisabled:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-consent-page",{history:[16],campaignConnectRequestInProgress:[32]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32]}],[0,"sss-promoted-fund-join-v1-page",{history:[16]}],[0,"sss-promoted-fund-join-v2-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"sss-success"],[0,"sss-super-campaign-host",{history:[16],componentLoaded:[32],backendUrl:[32],accessToken:[32]}],[0,"sss-prefill-my-own-fund",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-smsf",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[0,"sss-prefill-invalid-my-own-fund",{history:[16],prefill:[16],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-invalid-smsf",{history:[16],prefill:[16],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[1,"super-selection-app",{ignoreExistingSelection:[4,"ignore-existing-selection"],accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isSelfHosted:[4,"is-self-hosted"],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],showValidationErrors:[4,"show-validation-errors"],selectedOption:[32]}],[0,"sss-loading-super-indicator"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],showValidationErrors:[4,"show-validation-errors"],isAbnValid:[32],isAbnTouched:[32],isAbnUsedForRegulated:[32],currentBank:[32],addressErrorMessage:[32]}],[0,"sss-super-choice-item-bottom",{disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],isMultiFund:[4,"is-multi-fund"]}],[0,"sss-loading-page"],[0,"sss-super-choice-item-top",{name:[1],logo:[1],features:[16],featureSubText:[16],customContent:[16],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"],extraBadge:[16]}],[4,"sss-loading-component",{header:[1]}],[0,"sss-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],showValidationErrors:[4,"show-validation-errors"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-footer-section",{textOverride:[16]}],[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],showFundOptionsSelection:[32]}],[0,"sss-iframe-host",{build:[16]}],[0,"sss-prefill-warning-box",{notificationList:[16]}],[0,"sss-header-section",{currentPage:[1,"current-page"]}],[0,"sss-name-input",{value:[1],name:[1],readableName:[1,"readable-name"],showValidationErrors:[4,"show-validation-errors"],errorMessage:[32]}],[0,"sss-prefill-display-field",{field:[16]}],[0,"sss-prefill-error-box",{withHeader:[4,"with-header"],notificationList:[16]}],[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,"sss-button",{fillWidth:[4,"fill-width"],fillWidthOnMobile:[4,"fill-width-on-mobile"],disabled:[4],variant:[1],size:[1],promiseFn:[16],state:[32]}],[0,"sss-loading-indicator",{theme:[1],size:[2]}],[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"]}]]]],e)}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as promiseResolve,b as bootstrapLazy}from"./index-189b2180.js";import"./datorama-akita-127aea91.js";import{g as globalScripts}from"./app-globals-c1f89805.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,s){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy([["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]}]]],["sss-button_41",[[0,"sss-prefill",{history:[16],prefill:[32]}],[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32],isSubmitDisabled:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],isSubmitDisabled:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-consent-page",{history:[16],campaignConnectRequestInProgress:[32]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32]}],[0,"sss-promoted-fund-join-v1-page",{history:[16]}],[0,"sss-promoted-fund-join-v2-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"sss-success"],[0,"sss-super-campaign-host",{componentLoaded:[32],backendUrl:[32],accessToken:[32]}],[0,"sss-prefill-my-own-fund",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-smsf",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[0,"sss-prefill-invalid-my-own-fund",{history:[16],prefill:[16],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-invalid-smsf",{history:[16],prefill:[16],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[1,"super-selection-app",{ignoreExistingSelection:[4,"ignore-existing-selection"],accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isSelfHosted:[4,"is-self-hosted"],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],showValidationErrors:[4,"show-validation-errors"],selectedOption:[32]}],[0,"sss-loading-super-indicator"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],showValidationErrors:[4,"show-validation-errors"],isAbnValid:[32],isAbnTouched:[32],isAbnUsedForRegulated:[32],currentBank:[32],addressErrorMessage:[32]}],[0,"sss-super-choice-item-bottom",{disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],isMultiFund:[4,"is-multi-fund"]}],[0,"sss-loading-page"],[0,"sss-super-choice-item-top",{name:[1],logo:[1],features:[16],featureSubText:[16],customContent:[16],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"],extraBadge:[16]}],[4,"sss-loading-component",{header:[1]}],[0,"sss-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],showValidationErrors:[4,"show-validation-errors"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-footer-section",{textOverride:[16]}],[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],showFundOptionsSelection:[32]}],[0,"sss-iframe-host",{build:[16]}],[0,"sss-prefill-warning-box",{notificationList:[16]}],[0,"sss-header-section",{currentPage:[1,"current-page"]}],[0,"sss-name-input",{value:[1],name:[1],readableName:[1,"readable-name"],showValidationErrors:[4,"show-validation-errors"],errorMessage:[32]}],[0,"sss-prefill-display-field",{field:[16]}],[0,"sss-prefill-error-box",{withHeader:[4,"with-header"],notificationList:[16]}],[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,"sss-button",{fillWidth:[4,"fill-width"],fillWidthOnMobile:[4,"fill-width-on-mobile"],disabled:[4],variant:[1],size:[1],promiseFn:[16],state:[32]}],[0,"sss-loading-indicator",{theme:[1],size:[2]}],[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)}))};export{defineCustomElements};
|
|
1
|
+
import{p as promiseResolve,b as bootstrapLazy}from"./index-189b2180.js";import"./datorama-akita-127aea91.js";import{g as globalScripts}from"./app-globals-c1f89805.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,s){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy([["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]}]]],["sss-button_41",[[0,"sss-prefill",{history:[16],prefill:[32]}],[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32],isSubmitDisabled:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],isSubmitDisabled:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-consent-page",{history:[16],campaignConnectRequestInProgress:[32]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32]}],[0,"sss-promoted-fund-join-v1-page",{history:[16]}],[0,"sss-promoted-fund-join-v2-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"sss-success"],[0,"sss-super-campaign-host",{history:[16],componentLoaded:[32],backendUrl:[32],accessToken:[32]}],[0,"sss-prefill-my-own-fund",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-smsf",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[0,"sss-prefill-invalid-my-own-fund",{history:[16],prefill:[16],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-invalid-smsf",{history:[16],prefill:[16],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[1,"super-selection-app",{ignoreExistingSelection:[4,"ignore-existing-selection"],accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isSelfHosted:[4,"is-self-hosted"],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],showValidationErrors:[4,"show-validation-errors"],selectedOption:[32]}],[0,"sss-loading-super-indicator"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],showValidationErrors:[4,"show-validation-errors"],isAbnValid:[32],isAbnTouched:[32],isAbnUsedForRegulated:[32],currentBank:[32],addressErrorMessage:[32]}],[0,"sss-super-choice-item-bottom",{disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],isMultiFund:[4,"is-multi-fund"]}],[0,"sss-loading-page"],[0,"sss-super-choice-item-top",{name:[1],logo:[1],features:[16],featureSubText:[16],customContent:[16],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"],extraBadge:[16]}],[4,"sss-loading-component",{header:[1]}],[0,"sss-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],showValidationErrors:[4,"show-validation-errors"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-footer-section",{textOverride:[16]}],[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],showFundOptionsSelection:[32]}],[0,"sss-iframe-host",{build:[16]}],[0,"sss-prefill-warning-box",{notificationList:[16]}],[0,"sss-header-section",{currentPage:[1,"current-page"]}],[0,"sss-name-input",{value:[1],name:[1],readableName:[1,"readable-name"],showValidationErrors:[4,"show-validation-errors"],errorMessage:[32]}],[0,"sss-prefill-display-field",{field:[16]}],[0,"sss-prefill-error-box",{withHeader:[4,"with-header"],notificationList:[16]}],[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,"sss-button",{fillWidth:[4,"fill-width"],fillWidthOnMobile:[4,"fill-width-on-mobile"],disabled:[4],variant:[1],size:[1],promiseFn:[16],state:[32]}],[0,"sss-loading-indicator",{theme:[1],size:[2]}],[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)}))};export{defineCustomElements};
|