@flarehr/apollo-super-selection 4.36.34784 → 4.38.35531
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-b39346cb.system.entry.js → p-75cef1e6.system.entry.js} +18 -18
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-d1df1486.entry.js → p-c5c1c177.entry.js} +4 -4
- 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_38.cjs.entry.js +156 -126
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-display-field.js +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +4 -4
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +36 -7
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-types.js +5 -0
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/sss-button_38.entry.js +156 -126
- 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_38.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-smsf.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-types.d.ts +3 -0
- package/package.json +1 -1
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '4.
|
|
263
|
+
const AppVersion = '4.38.35531';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -5070,7 +5070,7 @@ const DisplayField = class {
|
|
|
5070
5070
|
'sm:w-2/5 sm:max-w-40 self-stretch text-gray-500 text-xs sm:text-sm not-italic font-medium leading-4 sm:leading-5': true,
|
|
5071
5071
|
'text-red-600': !this.field.isValid
|
|
5072
5072
|
} }, this.field.name), h("div", { class: {
|
|
5073
|
-
'sm:w-3/5 max-w-[300px] self-stretch text-gray-900 text-sm not-italic font-normal leading-5 break-words': true,
|
|
5073
|
+
'sm:w-3/5 max-w-[300px] h-5 sm:h-auto self-stretch text-gray-900 text-sm not-italic font-normal leading-5 break-words': true,
|
|
5074
5074
|
'text-red-600': !this.field.isValid
|
|
5075
5075
|
} }, this.field.value)));
|
|
5076
5076
|
}
|
|
@@ -5359,6 +5359,11 @@ class BankAccountName extends FormField {
|
|
|
5359
5359
|
}
|
|
5360
5360
|
}
|
|
5361
5361
|
}
|
|
5362
|
+
class BankName extends StaticFormField {
|
|
5363
|
+
constructor(value, isValid) {
|
|
5364
|
+
super('Bank name', value, isValid);
|
|
5365
|
+
}
|
|
5366
|
+
}
|
|
5362
5367
|
class BankAccountBsb extends FormField {
|
|
5363
5368
|
constructor(value) {
|
|
5364
5369
|
super('BSB', value);
|
|
@@ -5438,7 +5443,7 @@ const PrefillInvalidMyOwnFund = class {
|
|
|
5438
5443
|
render() {
|
|
5439
5444
|
return (h("div", null, h(Header, null), h("div", { class: "flex flex-col items-center gap-8 mt-8 sm:mt-12" }, h("div", { class: "flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg" }, h("div", { class: "flex flex-col items-start gap-3 self-stretch" }, h("div", { class: "self-stretch text-grey-900 text-lg not-italic font-bold leading-7" }, "Your fund details"), h("sss-prefill-error-box", { class: "self-stretch", notificationList: [
|
|
5440
5445
|
'The fund USI is invalid, or no longer in use. You are required to choose another fund to continue with your super nomination.'
|
|
5441
|
-
] }), h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundUsi }), h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.memberNumber }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames })))), h("div", { class: "flex w-80 flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", promiseFn: () => this.handleChooseAnotherFund() }, "Choose another fund")))));
|
|
5446
|
+
] }), h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundUsi }), h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.memberNumber }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames })))), h("div", { class: "flex w-full sm:w-80 max-w-[560px] flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", promiseFn: () => this.handleChooseAnotherFund() }, "Choose another fund")))));
|
|
5442
5447
|
}
|
|
5443
5448
|
async handleChooseAnotherFund() {
|
|
5444
5449
|
const detail = this.createSuperFundPrefillDeclinedDetail(this.prefill);
|
|
@@ -5485,7 +5490,7 @@ const PrefillInvalidSMSF = class {
|
|
|
5485
5490
|
render() {
|
|
5486
5491
|
return (h("div", null, h(Header, null), h("div", { class: "flex flex-col items-center gap-8 mt-8 sm:mt-12" }, h("div", { class: "flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg" }, h("div", { class: "flex flex-col items-start gap-3 self-stretch" }, h("div", { class: "self-stretch text-grey-900 text-lg not-italic font-bold leading-7" }, "Your self-managed super fund (SMSF) details"), h("sss-prefill-error-box", { class: "self-stretch", notificationList: [
|
|
5487
5492
|
'The fund ABN is invalid. You are required to choose another fund to continue with your super nomination.'
|
|
5488
|
-
] }), h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.fundAbn }), h("sss-prefill-display-field", { field: this.fundEsa }), h("sss-prefill-display-field", { field: this.fundAddress }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames }), h("div", { class: "mt-4 mb-2 text-gray-900 text-lg font-bold leading-7" }, "Fund bank details"), h("sss-prefill-display-field", { field: this.bankAccountName }), h("sss-prefill-display-field", { field: this.bankAccountBsb }), h("sss-prefill-display-field", { field: this.bankAccountNumber })))), h("div", { class: "flex w-80 flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", promiseFn: () => this.handleFundNominationDeclined() }, "Make another nomination")))));
|
|
5493
|
+
] }), h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.fundAbn }), h("sss-prefill-display-field", { field: this.fundEsa }), h("sss-prefill-display-field", { field: this.fundAddress }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames }), h("div", { class: "mt-4 mb-2 text-gray-900 text-lg font-bold leading-7" }, "Fund bank details"), h("sss-prefill-display-field", { field: this.bankAccountName }), h("sss-prefill-display-field", { field: this.bankAccountBsb }), h("sss-prefill-display-field", { field: this.bankAccountNumber })))), h("div", { class: "flex w-full sm:w-80 max-w-[560px] flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", promiseFn: () => this.handleFundNominationDeclined() }, "Make another nomination")))));
|
|
5489
5494
|
}
|
|
5490
5495
|
initialiseComponent(prefill) {
|
|
5491
5496
|
this.fundName = new SmsfFundName(prefill.fundName);
|
|
@@ -5561,11 +5566,11 @@ const PrefillMyOwnFund = class {
|
|
|
5561
5566
|
'Please check that the fund USI is correct as some funds have similar names.'
|
|
5562
5567
|
] }), this.mode === 'review' && errorMessages.length > 0 && (h("sss-prefill-error-box", { class: "self-stretch", notificationList: errorMessages, withHeader: true })), this.mode === 'review' && (h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundUsi }), h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.memberNumber }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames }))), this.mode === 'review' && (h("sss-button", { class: "self-stretch mt-3", fillWidth: true, variant: "secondary", promiseFn: () => this.setModeToEdit() }, h("div", { class: "flex flex-row gap-2" }, h("div", { class: "text-sm not-italic font-medium leading-4" }, "Edit details"), h("div", { class: "w-4 h-4 relative" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "17", height: "16", viewBox: "0 0 17 16", fill: "currentColor" }, h("path", { d: "M11.369 2.86865C11.9939 2.24381 13.0069 2.24381 13.6318 2.86865C14.2566 3.49349 14.2566 4.50656 13.6318 5.1314L12.9974 5.76571L10.7347 3.50297L11.369 2.86865Z" }), h("path", { d: "M9.60334 4.63434L2.90039 11.3373V13.6H5.16313L11.8661 6.89708L9.60334 4.63434Z" })))))), this.mode === 'edit' && (h("form", { noValidate: true, onSubmit: (ev) => ev.preventDefault(), class: { 'was-validated': this.formState === 'validated' }, ref: (el) => (this.formElement = el), onInput: (_) => (this.isSubmitDisabled = this.formHasMissingData()) }, DisabledField(this.fundName.name, this.fundName.value), DisabledField(this.fundUsi.name, this.fundUsi.value), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.memberNumber.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, pattern: "[A-Za-z0-9]{4,16}", value: this.memberNumber.value, onInput: (ev) => {
|
|
5563
5568
|
this.updateMemberNumber(ev.target.value);
|
|
5564
|
-
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberNumber.errorMessage))), h("div", { class: "flex gap-x-4 flex-col sm:flex-row" }, h("div", { class: "
|
|
5569
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberNumber.errorMessage))), h("div", { class: "flex mt-3 gap-x-4 flex-col sm:flex-row" }, h("div", { class: "w-full sm:w-1/2" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.memberGivenNames.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, pattern: NAME_PATTERN, value: this.memberGivenNames.value, onInput: (ev) => {
|
|
5565
5570
|
this.updateMemberGivenNames(ev.target.value);
|
|
5566
|
-
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberGivenNames.errorMessage))), h("div", { class: "
|
|
5571
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberGivenNames.errorMessage))), h("div", { class: "w-full sm:w-1/2" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.memberLastName.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, pattern: NAME_PATTERN, value: this.memberLastName.value, onInput: (ev) => {
|
|
5567
5572
|
this.updateMemberLastName(ev.target.value);
|
|
5568
|
-
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberLastName.errorMessage)))))))), h("div", { class: "flex w-80 flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", disabled: this.isSubmitDisabled, promiseFn: () => this.handleSubmitForm() }, "Continue"), h("sss-button", { class: "self-stretch", fillWidth: true, variant: "secondary", promiseFn: () => this.handleFundNominationDeclined() }, "Choose another fund")))));
|
|
5573
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberLastName.errorMessage)))))))), h("div", { class: "flex w-full sm:w-80 max-w-[560px] flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", disabled: this.isSubmitDisabled, promiseFn: () => this.handleSubmitForm() }, "Continue"), h("sss-button", { class: "self-stretch", fillWidth: true, variant: "secondary", promiseFn: () => this.handleFundNominationDeclined() }, "Choose another fund")))));
|
|
5569
5574
|
}
|
|
5570
5575
|
initialiseComponent(fundName, prefill) {
|
|
5571
5576
|
this.fundUsi = new FundUsi(prefill.fundDetail.fundUsi, true);
|
|
@@ -5626,6 +5631,118 @@ const PrefillMyOwnFund = class {
|
|
|
5626
5631
|
}
|
|
5627
5632
|
};
|
|
5628
5633
|
|
|
5634
|
+
const bsbNumbers = {
|
|
5635
|
+
'01': 'Australia and New Zealand Banking Group',
|
|
5636
|
+
'03': 'Westpac Banking Corporation',
|
|
5637
|
+
'73': 'Westpac Banking Corporation',
|
|
5638
|
+
'06': 'Commonwealth Bank of Australia',
|
|
5639
|
+
'76': 'Commonwealth Bank of Australia',
|
|
5640
|
+
'08': 'National Australia Bank',
|
|
5641
|
+
'78': 'National Australia Bank',
|
|
5642
|
+
'09': 'Reserve Bank of Australia',
|
|
5643
|
+
'10': 'BankSA (division of Westpac Bank)',
|
|
5644
|
+
'11': 'St George Bank (division of Westpac Bank)',
|
|
5645
|
+
'33': 'St George Bank (division of Westpac Bank)',
|
|
5646
|
+
'12': 'Bank of Queensland',
|
|
5647
|
+
'14': 'Rabobank',
|
|
5648
|
+
'15': 'Town & Country Bank',
|
|
5649
|
+
'18': 'Macquarie Bank',
|
|
5650
|
+
'19': 'Bank of Melbourne (division of Westpac Bank)',
|
|
5651
|
+
'55': 'Bank of Melbourne (division of Westpac Bank)',
|
|
5652
|
+
'21': 'JP Morgan Chase Bank',
|
|
5653
|
+
'22': 'BNP Paribas',
|
|
5654
|
+
'23': 'Bank of America',
|
|
5655
|
+
'24': 'Citibank & Citibank NA',
|
|
5656
|
+
'510': 'Citibank & Citibank NA',
|
|
5657
|
+
'25': 'BNP Paribas Securities',
|
|
5658
|
+
'26': 'Bankers Trust Australia (division of Westpac Bank)',
|
|
5659
|
+
'29': 'MUFG Bank',
|
|
5660
|
+
'30': 'Bankwest (division of Commonwealth Bank)',
|
|
5661
|
+
'31': 'Bank Australia',
|
|
5662
|
+
'325': 'Beyond Bank',
|
|
5663
|
+
'34': 'HSBC Bank Australia',
|
|
5664
|
+
'985': 'HSBC Bank Australia',
|
|
5665
|
+
'35': 'Bank of China',
|
|
5666
|
+
'980': 'Bank of China',
|
|
5667
|
+
'40': 'Commonwealth Bank of Australia',
|
|
5668
|
+
'41': 'Deutsche Bank',
|
|
5669
|
+
'42': 'Commonwealth Bank of Australia',
|
|
5670
|
+
'52': 'Commonwealth Bank of Australia',
|
|
5671
|
+
'45': 'OCBC Bank',
|
|
5672
|
+
'46': 'Advance Bank (division of Westpac Bank)',
|
|
5673
|
+
'47': 'Challenge Bank (division of Westpac Bank)',
|
|
5674
|
+
'48': 'Suncorp-Metway',
|
|
5675
|
+
'664': 'Suncorp-Metway',
|
|
5676
|
+
'512': 'Community First Credit Union',
|
|
5677
|
+
'514': 'RACQ Bank',
|
|
5678
|
+
'517': 'Volt Bank',
|
|
5679
|
+
'533': 'Bananacoast Community Credit Union',
|
|
5680
|
+
'57': 'Australian Settlements',
|
|
5681
|
+
'61': 'Adelaide Bank (division of Bendigo and Adelaide Bank)',
|
|
5682
|
+
'611': 'Endeavour Mutual Bank',
|
|
5683
|
+
'823': 'Endeavour Mutual Bank',
|
|
5684
|
+
'630': 'Greater Bank',
|
|
5685
|
+
'637': 'Greater Bank',
|
|
5686
|
+
'632': 'B&E',
|
|
5687
|
+
'633': 'Bendigo Bank',
|
|
5688
|
+
'634': 'Uniting Financial Services',
|
|
5689
|
+
'638': 'Heritage Bank',
|
|
5690
|
+
'880': 'Heritage Bank',
|
|
5691
|
+
'639': 'Home Building Society (division of Bank of Queensland)',
|
|
5692
|
+
'640': 'Hume Bank',
|
|
5693
|
+
'641': 'IMB',
|
|
5694
|
+
'647': 'IMB',
|
|
5695
|
+
'642': 'Australian Military Bank',
|
|
5696
|
+
'645': 'Auswide Bank',
|
|
5697
|
+
'656': 'Auswide Bank',
|
|
5698
|
+
'646': 'Maitland Mutual Building Society',
|
|
5699
|
+
'650': 'Newcastle Permanent Building Society',
|
|
5700
|
+
'653': 'Pioneer Permanent Building Society (division of Bank of Queensland)',
|
|
5701
|
+
'654': 'Queensland Country Credit Union',
|
|
5702
|
+
'655': 'The Rock',
|
|
5703
|
+
'659': 'G&C Mutual Bank',
|
|
5704
|
+
'676': 'Gateway Bank',
|
|
5705
|
+
'70': 'Indue',
|
|
5706
|
+
'721': 'Holiday Coast Credit Union',
|
|
5707
|
+
'722': 'Southern Cross Credit Union',
|
|
5708
|
+
'723': 'Bank of Heritage Isle',
|
|
5709
|
+
'724': 'MOVE',
|
|
5710
|
+
'728': 'Summerland Credit Union',
|
|
5711
|
+
'777': 'Police & Nurse',
|
|
5712
|
+
'80': 'Cuscal',
|
|
5713
|
+
'670': 'Cuscal',
|
|
5714
|
+
'812': 'Teachers Mutual Bank',
|
|
5715
|
+
'813': 'Capricornian',
|
|
5716
|
+
'814': 'Credit Union Australia',
|
|
5717
|
+
'815': 'Police Bank',
|
|
5718
|
+
'817': 'Warwick Credit Union',
|
|
5719
|
+
'818': 'Bank of Communications',
|
|
5720
|
+
'819': 'Industrial & Commercial Bank of China',
|
|
5721
|
+
'824': 'Sutherland Credit Union',
|
|
5722
|
+
'825': 'Big Sky Building Society',
|
|
5723
|
+
'833': 'Defence Bank',
|
|
5724
|
+
'882': 'Unity Bank',
|
|
5725
|
+
'888': 'China Construction Bank',
|
|
5726
|
+
'90': 'Australia Post',
|
|
5727
|
+
'911': 'Sumitomo Mitsui Banking Corporation',
|
|
5728
|
+
'913': 'State Street Bank & Trust Company',
|
|
5729
|
+
'917': 'Arab Bank Australia',
|
|
5730
|
+
'918': 'Mizuho Bank',
|
|
5731
|
+
'922': 'United Overseas Bank',
|
|
5732
|
+
'923': 'ING Bank',
|
|
5733
|
+
'936': 'ING Bank',
|
|
5734
|
+
'931': 'Mega International Commercial Bank',
|
|
5735
|
+
'932': 'Regional Australia Bank',
|
|
5736
|
+
'939': 'AMP Bank',
|
|
5737
|
+
'941': 'Delphi Bank (division of Bendigo and Adelaide Bank)',
|
|
5738
|
+
'942': 'Bank of Sydney',
|
|
5739
|
+
'943': 'Taiwan Business Bank',
|
|
5740
|
+
'944': 'Members Equity Bank',
|
|
5741
|
+
'946': 'UBS AG',
|
|
5742
|
+
'951': 'BOQ Specialist',
|
|
5743
|
+
'969': 'Tyro Payments'
|
|
5744
|
+
};
|
|
5745
|
+
|
|
5629
5746
|
const PrefillSMSF = class {
|
|
5630
5747
|
constructor(hostRef) {
|
|
5631
5748
|
registerInstance(this, hostRef);
|
|
@@ -5681,18 +5798,18 @@ const PrefillSMSF = class {
|
|
|
5681
5798
|
].filter((err) => err !== null);
|
|
5682
5799
|
return (h("div", null, h(Header, null), h("div", { class: "flex flex-col items-center gap-8 mt-8 sm:mt-12" }, h("div", { class: "flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg" }, h("div", { class: "flex flex-col items-start gap-3 self-stretch" }, h("div", { class: "self-stretch text-grey-900 text-lg not-italic font-bold leading-7" }, "Your self-managed super fund (SMSF) details"), h("sss-prefill-warning-box", { class: "self-stretch", notificationList: [
|
|
5683
5800
|
'Make sure your Self-managed super fund (SMSF) is a registered fund before completing this step.'
|
|
5684
|
-
] }), this.mode === 'review' && errorMessages.length > 0 && (h("sss-prefill-error-box", { class: "self-stretch", notificationList: errorMessages, withHeader: true })), this.mode === 'review' && (h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.fundAbn }), h("sss-prefill-display-field", { field: this.fundEsa }), h("sss-prefill-display-field", { field: this.fundAddress }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames }), h("div", { class: "mt-4 mb-2 text-gray-900 text-lg font-bold leading-7" }, "Fund bank details"), h("sss-prefill-display-field", { field: this.bankAccountName }), h("sss-prefill-display-field", { field: this.bankAccountBsb }), h("sss-prefill-display-field", { field: this.bankAccountNumber }))), this.mode === 'review' && (h("sss-button", { class: "self-stretch mt-3", fillWidth: true, variant: "secondary", promiseFn: () => this.setModeToEdit() }, h("div", { class: "flex flex-row gap-2" }, h("div", { class: "text-sm not-italic font-medium leading-4" }, "Edit details"), h("div", { class: "w-4 h-4 relative" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "17", height: "16", viewBox: "0 0 17 16", fill: "currentColor" }, h("path", { d: "M11.369 2.86865C11.9939 2.24381 13.0069 2.24381 13.6318 2.86865C14.2566 3.49349 14.2566 4.50656 13.6318 5.1314L12.9974 5.76571L10.7347 3.50297L11.369 2.86865Z" }), h("path", { d: "M9.60334 4.63434L2.90039 11.3373V13.6H5.16313L11.8661 6.89708L9.60334 4.63434Z" })))))), this.mode === 'edit' && (h("form", { noValidate: true, onSubmit: (ev) => ev.preventDefault(), class: {
|
|
5801
|
+
] }), this.mode === 'review' && errorMessages.length > 0 && (h("sss-prefill-error-box", { class: "self-stretch", notificationList: errorMessages, withHeader: true })), this.mode === 'review' && (h("div", { class: "flex flex-col gap-3 self-stretch mt-4" }, h("sss-prefill-display-field", { field: this.fundName }), h("sss-prefill-display-field", { field: this.fundAbn }), h("sss-prefill-display-field", { field: this.fundEsa }), h("sss-prefill-display-field", { field: this.fundAddress }), h("sss-prefill-display-field", { field: this.memberLastName }), h("sss-prefill-display-field", { field: this.memberGivenNames }), h("div", { class: "mt-4 mb-2 text-gray-900 text-lg font-bold leading-7" }, "Fund bank details"), h("sss-prefill-display-field", { field: this.bankAccountName }), h("sss-prefill-display-field", { field: this.bankAccountBsb }), this.bankName.isValid && (h("sss-prefill-display-field", { field: this.bankName })), h("sss-prefill-display-field", { field: this.bankAccountNumber }))), this.mode === 'review' && (h("sss-button", { class: "self-stretch mt-3", fillWidth: true, variant: "secondary", promiseFn: () => this.setModeToEdit() }, h("div", { class: "flex flex-row gap-2" }, h("div", { class: "text-sm not-italic font-medium leading-4" }, "Edit details"), h("div", { class: "w-4 h-4 relative" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "17", height: "16", viewBox: "0 0 17 16", fill: "currentColor" }, h("path", { d: "M11.369 2.86865C11.9939 2.24381 13.0069 2.24381 13.6318 2.86865C14.2566 3.49349 14.2566 4.50656 13.6318 5.1314L12.9974 5.76571L10.7347 3.50297L11.369 2.86865Z" }), h("path", { d: "M9.60334 4.63434L2.90039 11.3373V13.6H5.16313L11.8661 6.89708L9.60334 4.63434Z" })))))), this.mode === 'edit' && (h("form", { noValidate: true, onSubmit: (ev) => ev.preventDefault(), class: {
|
|
5685
5802
|
'w-full': true,
|
|
5686
5803
|
'was-validated': this.formState === 'validated'
|
|
5687
5804
|
}, ref: (el) => (this.formElement = el), onInput: (_) => (this.isSubmitDisabled = this.formHasMissingData()) }, h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.fundName.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, value: this.fundName.value, onInput: (ev) => {
|
|
5688
5805
|
this.updateFundName(ev.target.value);
|
|
5689
5806
|
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.fundName.errorMessage))), DisabledField(this.fundAbn.name, this.fundAbn.value), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.fundEsa.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, minlength: "2", value: this.fundEsa.value, onInput: (ev) => {
|
|
5690
5807
|
this.updateFundEsa(ev.target.value);
|
|
5691
|
-
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.fundEsa.errorMessage))), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, "Fund address"), h("div", { class: "mt-1 rounded-md shadow-sm -space-y-px" }, h("input", { placeholder: "Address line 1", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none rounded-t-md shadow-none': true }), required: true, minlength: "2", name: "addressLine1", id: "addressLine1", value: this.fundAddressLine1.value, onInput: (ev) => {
|
|
5808
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.fundEsa.errorMessage))), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, "Fund address"), h("div", { class: "mt-1 rounded-md shadow-sm -space-y-px" }, h("input", { placeholder: "Address line 1", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none rounded-t-md shadow-none border-b-0': true }), required: true, minlength: "2", name: "addressLine1", id: "addressLine1", value: this.fundAddressLine1.value, onInput: (ev) => {
|
|
5692
5809
|
this.updateAddressLine1(ev.target.value);
|
|
5693
|
-
} }), h("input", { placeholder: "Address line 2 (optional)", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none shadow-none': true }), value: this.fundAddressLine2.value, onInput: (ev) => this.updateAddressLine2(ev.target.value) }), h("input", { placeholder: "City/suburb", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none shadow-none': true }), required: true, value: this.fundAddressCity.value, onInput: (ev) => {
|
|
5810
|
+
} }), h("input", { placeholder: "Address line 2 (optional)", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none shadow-none border-b-0': true }), value: this.fundAddressLine2.value, onInput: (ev) => this.updateAddressLine2(ev.target.value) }), h("input", { placeholder: "City/suburb", type: "text", class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none shadow-none border-b-0': true }), required: true, value: this.fundAddressCity.value, onInput: (ev) => {
|
|
5694
5811
|
this.updateAddressCity(ev.target.value);
|
|
5695
|
-
} }), h("div", { class: "flex -space-x-px" }, h("div", { class: "w-1/2 flex-1 min-w-0" }, h("input", { placeholder: "Postcode", type: "text", required: true, class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none rounded-bl-md shadow-none': true }), name: "postcode", minlength: "4", maxlength: "4", pattern: "[0-9]{4}", id: "postcode", value: this.fundAddressPostcode.value, inputmode: "numeric", onInput: (ev) => {
|
|
5812
|
+
} }), h("div", { class: "flex -space-x-px" }, h("div", { class: "w-1/2 flex-1 min-w-0" }, h("input", { placeholder: "Postcode", type: "text", required: true, class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none rounded-bl-md shadow-none border-r-0': true }), name: "postcode", minlength: "4", maxlength: "4", pattern: "[0-9]{4}", id: "postcode", value: this.fundAddressPostcode.value, inputmode: "numeric", onInput: (ev) => {
|
|
5696
5813
|
this.updateAddressPostcode(ev.target.value);
|
|
5697
5814
|
} })), h("div", { class: "flex-1 min-w-0" }, h("select", { class: Object.assign(Object.assign({}, Style.Input(this.formState === 'validated')), { 'rounded-none rounded-br-md shadow-none': true, 'text-gray-500': this.formState !== 'validated' }), name: "state", required: true, id: "state", onInput: (ev) => {
|
|
5698
5815
|
this.updateAddressState(ev.target.value);
|
|
@@ -5707,10 +5824,12 @@ const PrefillSMSF = class {
|
|
|
5707
5824
|
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.memberLastName.errorMessage)))), h("div", { class: "mt-6 text-gray-900 text-lg font-bold leading-7" }, "Fund bank details"), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.bankAccountName.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, value: this.bankAccountName.value, onInput: (ev) => {
|
|
5708
5825
|
this.updateBankAccountName(ev.target.value);
|
|
5709
5826
|
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.bankAccountName.errorMessage))), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.bankAccountBsb.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, value: this.bankAccountBsb.value, onInput: (ev) => {
|
|
5710
|
-
|
|
5711
|
-
|
|
5827
|
+
const bsb = ev.target.value;
|
|
5828
|
+
this.updateBankName(bsb);
|
|
5829
|
+
this.updateBankAccountBsb(bsb);
|
|
5830
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.bankAccountBsb.errorMessage))), this.bankName.isValid && DisabledField(this.bankName.name, this.bankName.value), h("div", { class: "mt-3" }, h("label", { class: "text-sm font-medium text-gray-700" }, this.bankAccountNumber.name), h("div", { class: "mt-1" }, h("input", { type: "text", class: Style.Input(this.formState === 'validated'), required: true, value: this.bankAccountNumber.value, onInput: (ev) => {
|
|
5712
5831
|
this.updateBankAccountNumber(ev.target.value);
|
|
5713
|
-
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.bankAccountNumber.errorMessage))))))), h("div", { class: "flex w-80 flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", disabled: this.isSubmitDisabled, promiseFn: () => this.handleSubmitForm() }, "Continue"), h("sss-button", { class: "self-stretch", fillWidth: true, variant: "secondary", promiseFn: () => this.handleFundNominationDeclined() }, "Make another nomination")))));
|
|
5832
|
+
} }), h("div", { class: "mt-2 text-sm text-red-600" }, this.formState === 'validated' && this.bankAccountNumber.errorMessage))))))), h("div", { class: "flex w-full sm:w-80 max-w-[560px] flex-col items-start gap-4" }, h("sss-button", { class: "self-stretch", fillWidth: true, variant: "primary", disabled: this.isSubmitDisabled, promiseFn: () => this.handleSubmitForm() }, "Continue"), h("sss-button", { class: "self-stretch", fillWidth: true, variant: "secondary", promiseFn: () => this.handleFundNominationDeclined() }, "Make another nomination")))));
|
|
5714
5833
|
}
|
|
5715
5834
|
isFormValid() {
|
|
5716
5835
|
return (this.fundName.isValid &&
|
|
@@ -5781,6 +5900,27 @@ const PrefillSMSF = class {
|
|
|
5781
5900
|
updateMemberLastName(memberLastName) {
|
|
5782
5901
|
this.memberLastName = new MemberLastName(memberLastName.trim());
|
|
5783
5902
|
}
|
|
5903
|
+
filterDigits(str) {
|
|
5904
|
+
return str.replace(/[^0-9]/g, '');
|
|
5905
|
+
}
|
|
5906
|
+
tryGetBankName(bsb) {
|
|
5907
|
+
if (bsb == null)
|
|
5908
|
+
return null;
|
|
5909
|
+
const value = this.filterDigits(bsb);
|
|
5910
|
+
const firstTwoNumbers = value.substring(0, 2);
|
|
5911
|
+
const firstThreeNumbers = value.substring(0, 3);
|
|
5912
|
+
const firstTwoNumberBankName = bsbNumbers[firstTwoNumbers];
|
|
5913
|
+
const firstThreeNumberBankName = bsbNumbers[firstThreeNumbers];
|
|
5914
|
+
if (firstTwoNumberBankName)
|
|
5915
|
+
return firstTwoNumberBankName;
|
|
5916
|
+
if (firstThreeNumberBankName)
|
|
5917
|
+
return firstThreeNumberBankName;
|
|
5918
|
+
return null;
|
|
5919
|
+
}
|
|
5920
|
+
updateBankName(bsb) {
|
|
5921
|
+
const bankName = this.tryGetBankName(bsb);
|
|
5922
|
+
this.bankName = new BankName(bankName, bankName != null);
|
|
5923
|
+
}
|
|
5784
5924
|
async handleSubmitForm() {
|
|
5785
5925
|
this.formState = 'validated';
|
|
5786
5926
|
if (!this.isFormValid()) {
|
|
@@ -5829,6 +5969,8 @@ const PrefillSMSF = class {
|
|
|
5829
5969
|
this.memberGivenNames = new MemberGivenNames(prefill.memberFirstName);
|
|
5830
5970
|
this.memberLastName = new MemberLastName(prefill.memberFamilyName);
|
|
5831
5971
|
this.bankAccountName = new BankAccountName(prefill.bankAccountName);
|
|
5972
|
+
const bankName = this.tryGetBankName(prefill.bankAccountBsb);
|
|
5973
|
+
this.bankName = new BankName(bankName, bankName != null);
|
|
5832
5974
|
this.bankAccountBsb = new BankAccountBsb(prefill.bankAccountBsb);
|
|
5833
5975
|
this.bankAccountNumber = new BankAccountNumber(prefill.bankAccountNumber);
|
|
5834
5976
|
this.isSubmitDisabled = this.formHasMissingData();
|
|
@@ -6199,118 +6341,6 @@ const SelfManagedFund = class {
|
|
|
6199
6341
|
};
|
|
6200
6342
|
injectHistory(SelfManagedFund);
|
|
6201
6343
|
|
|
6202
|
-
const bsbNumbers = {
|
|
6203
|
-
'01': 'Australia and New Zealand Banking Group',
|
|
6204
|
-
'03': 'Westpac Banking Corporation',
|
|
6205
|
-
'73': 'Westpac Banking Corporation',
|
|
6206
|
-
'06': 'Commonwealth Bank of Australia',
|
|
6207
|
-
'76': 'Commonwealth Bank of Australia',
|
|
6208
|
-
'08': 'National Australia Bank',
|
|
6209
|
-
'78': 'National Australia Bank',
|
|
6210
|
-
'09': 'Reserve Bank of Australia',
|
|
6211
|
-
'10': 'BankSA (division of Westpac Bank)',
|
|
6212
|
-
'11': 'St George Bank (division of Westpac Bank)',
|
|
6213
|
-
'33': 'St George Bank (division of Westpac Bank)',
|
|
6214
|
-
'12': 'Bank of Queensland',
|
|
6215
|
-
'14': 'Rabobank',
|
|
6216
|
-
'15': 'Town & Country Bank',
|
|
6217
|
-
'18': 'Macquarie Bank',
|
|
6218
|
-
'19': 'Bank of Melbourne (division of Westpac Bank)',
|
|
6219
|
-
'55': 'Bank of Melbourne (division of Westpac Bank)',
|
|
6220
|
-
'21': 'JP Morgan Chase Bank',
|
|
6221
|
-
'22': 'BNP Paribas',
|
|
6222
|
-
'23': 'Bank of America',
|
|
6223
|
-
'24': 'Citibank & Citibank NA',
|
|
6224
|
-
'510': 'Citibank & Citibank NA',
|
|
6225
|
-
'25': 'BNP Paribas Securities',
|
|
6226
|
-
'26': 'Bankers Trust Australia (division of Westpac Bank)',
|
|
6227
|
-
'29': 'MUFG Bank',
|
|
6228
|
-
'30': 'Bankwest (division of Commonwealth Bank)',
|
|
6229
|
-
'31': 'Bank Australia',
|
|
6230
|
-
'325': 'Beyond Bank',
|
|
6231
|
-
'34': 'HSBC Bank Australia',
|
|
6232
|
-
'985': 'HSBC Bank Australia',
|
|
6233
|
-
'35': 'Bank of China',
|
|
6234
|
-
'980': 'Bank of China',
|
|
6235
|
-
'40': 'Commonwealth Bank of Australia',
|
|
6236
|
-
'41': 'Deutsche Bank',
|
|
6237
|
-
'42': 'Commonwealth Bank of Australia',
|
|
6238
|
-
'52': 'Commonwealth Bank of Australia',
|
|
6239
|
-
'45': 'OCBC Bank',
|
|
6240
|
-
'46': 'Advance Bank (division of Westpac Bank)',
|
|
6241
|
-
'47': 'Challenge Bank (division of Westpac Bank)',
|
|
6242
|
-
'48': 'Suncorp-Metway',
|
|
6243
|
-
'664': 'Suncorp-Metway',
|
|
6244
|
-
'512': 'Community First Credit Union',
|
|
6245
|
-
'514': 'RACQ Bank',
|
|
6246
|
-
'517': 'Volt Bank',
|
|
6247
|
-
'533': 'Bananacoast Community Credit Union',
|
|
6248
|
-
'57': 'Australian Settlements',
|
|
6249
|
-
'61': 'Adelaide Bank (division of Bendigo and Adelaide Bank)',
|
|
6250
|
-
'611': 'Endeavour Mutual Bank',
|
|
6251
|
-
'823': 'Endeavour Mutual Bank',
|
|
6252
|
-
'630': 'Greater Bank',
|
|
6253
|
-
'637': 'Greater Bank',
|
|
6254
|
-
'632': 'B&E',
|
|
6255
|
-
'633': 'Bendigo Bank',
|
|
6256
|
-
'634': 'Uniting Financial Services',
|
|
6257
|
-
'638': 'Heritage Bank',
|
|
6258
|
-
'880': 'Heritage Bank',
|
|
6259
|
-
'639': 'Home Building Society (division of Bank of Queensland)',
|
|
6260
|
-
'640': 'Hume Bank',
|
|
6261
|
-
'641': 'IMB',
|
|
6262
|
-
'647': 'IMB',
|
|
6263
|
-
'642': 'Australian Military Bank',
|
|
6264
|
-
'645': 'Auswide Bank',
|
|
6265
|
-
'656': 'Auswide Bank',
|
|
6266
|
-
'646': 'Maitland Mutual Building Society',
|
|
6267
|
-
'650': 'Newcastle Permanent Building Society',
|
|
6268
|
-
'653': 'Pioneer Permanent Building Society (division of Bank of Queensland)',
|
|
6269
|
-
'654': 'Queensland Country Credit Union',
|
|
6270
|
-
'655': 'The Rock',
|
|
6271
|
-
'659': 'G&C Mutual Bank',
|
|
6272
|
-
'676': 'Gateway Bank',
|
|
6273
|
-
'70': 'Indue',
|
|
6274
|
-
'721': 'Holiday Coast Credit Union',
|
|
6275
|
-
'722': 'Southern Cross Credit Union',
|
|
6276
|
-
'723': 'Bank of Heritage Isle',
|
|
6277
|
-
'724': 'MOVE',
|
|
6278
|
-
'728': 'Summerland Credit Union',
|
|
6279
|
-
'777': 'Police & Nurse',
|
|
6280
|
-
'80': 'Cuscal',
|
|
6281
|
-
'670': 'Cuscal',
|
|
6282
|
-
'812': 'Teachers Mutual Bank',
|
|
6283
|
-
'813': 'Capricornian',
|
|
6284
|
-
'814': 'Credit Union Australia',
|
|
6285
|
-
'815': 'Police Bank',
|
|
6286
|
-
'817': 'Warwick Credit Union',
|
|
6287
|
-
'818': 'Bank of Communications',
|
|
6288
|
-
'819': 'Industrial & Commercial Bank of China',
|
|
6289
|
-
'824': 'Sutherland Credit Union',
|
|
6290
|
-
'825': 'Big Sky Building Society',
|
|
6291
|
-
'833': 'Defence Bank',
|
|
6292
|
-
'882': 'Unity Bank',
|
|
6293
|
-
'888': 'China Construction Bank',
|
|
6294
|
-
'90': 'Australia Post',
|
|
6295
|
-
'911': 'Sumitomo Mitsui Banking Corporation',
|
|
6296
|
-
'913': 'State Street Bank & Trust Company',
|
|
6297
|
-
'917': 'Arab Bank Australia',
|
|
6298
|
-
'918': 'Mizuho Bank',
|
|
6299
|
-
'922': 'United Overseas Bank',
|
|
6300
|
-
'923': 'ING Bank',
|
|
6301
|
-
'936': 'ING Bank',
|
|
6302
|
-
'931': 'Mega International Commercial Bank',
|
|
6303
|
-
'932': 'Regional Australia Bank',
|
|
6304
|
-
'939': 'AMP Bank',
|
|
6305
|
-
'941': 'Delphi Bank (division of Bendigo and Adelaide Bank)',
|
|
6306
|
-
'942': 'Bank of Sydney',
|
|
6307
|
-
'943': 'Taiwan Business Bank',
|
|
6308
|
-
'944': 'Members Equity Bank',
|
|
6309
|
-
'946': 'UBS AG',
|
|
6310
|
-
'951': 'BOQ Specialist',
|
|
6311
|
-
'969': 'Tyro Payments'
|
|
6312
|
-
};
|
|
6313
|
-
|
|
6314
6344
|
const SelfManagedFundInputs = class {
|
|
6315
6345
|
constructor(hostRef) {
|
|
6316
6346
|
registerInstance(this, hostRef);
|
|
@@ -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_38",[[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],campaignConnectRequestInProgress:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32],changeFundUrl:[32]}],[0,"sss-consent-page",{history:[16]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[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-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],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-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],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"]}],[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_38",[[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],campaignConnectRequestInProgress:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32],changeFundUrl:[32]}],[0,"sss-consent-page",{history:[16]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[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-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-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],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"]}],[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_38",[[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],campaignConnectRequestInProgress:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32],changeFundUrl:[32]}],[0,"sss-consent-page",{history:[16]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[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-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],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-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],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"]}],[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_38",[[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],campaignConnectRequestInProgress:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32],changeFundUrl:[32]}],[0,"sss-consent-page",{history:[16]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[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-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-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],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"]}],[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};
|