@flarehr/apollo-super-selection 3.28.54446 → 3.29.54500

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.
Files changed (20) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/assets/logo-aware.svg +1 -0
  3. package/dist/lib/apollo-super-selection/p-788d2ef9.entry.js +14 -0
  4. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
  5. package/dist/lib/apollo-super-selection/p-f1b5530d.system.entry.js +69 -0
  6. package/dist/lib/cjs/fl-button_46.cjs.entry.js +99 -66
  7. package/dist/lib/collection/components/super-selection-app/funds/constants.js +35 -22
  8. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +3 -3
  9. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +2 -2
  10. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +2 -2
  11. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +6 -6
  12. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +5 -5
  13. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +1 -0
  14. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +50 -25
  15. package/dist/lib/esm/fl-button_46.entry.js +99 -66
  16. package/dist/lib/esm-es5/fl-button_46.entry.js +3 -3
  17. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +31 -19
  18. package/package.json +1 -1
  19. package/dist/lib/apollo-super-selection/p-ae53b9ed.system.entry.js +0 -69
  20. package/dist/lib/apollo-super-selection/p-b7dba19e.entry.js +0 -14
@@ -261,7 +261,7 @@ class TapSubscriber extends Subscriber {
261
261
  }
262
262
  }
263
263
 
264
- const AppVersion = '3.28.54446';
264
+ const AppVersion = '3.29.54500';
265
265
 
266
266
  // -------------------------------------------------------------------------------------
267
267
  // guards
@@ -4505,29 +4505,42 @@ const PromotedFundStandardChoicePage = class {
4505
4505
  }
4506
4506
  };
4507
4507
 
4508
- const QSuperFundUsi = '60905115063001';
4509
- const QSuperFundAbn = '32 125 059 006';
4510
- const QSuperFundId = 'qsuper';
4511
- const QSuperFundName = 'QSuper';
4512
- const QSuperInsuranceProductName = 'QSuper Insurance';
4513
- const QSuperPdsUrl = 'https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements';
4514
- const QSuperPdsPdfUrl = 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf';
4515
- const QSuperMinAge = 14;
4516
- const QSuperMinInsuranceAge = 16;
4517
- const QSuperMaxAge = 70;
4518
- const SlateFundUsi = '32367272075001';
4519
- const SlateFundDiversaAbn = '49 006 421 638';
4520
- const SlateFundId = 'slate';
4521
- const SlateFundName = 'Slate Super';
4522
- const SlatePdsUrl = 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection';
4523
- const AustralianRetirementTrustFundId = 'australian-retirement-trust';
4524
- const AustralianRetirementTrustFundName = 'Australian Retirement Trust';
4525
- const AustralianRetirementTrustPdsUrl = 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf';
4526
- const AustralianRetirementTrustFundAbn = '60 905 115 063';
4508
+ const QSuper = {
4509
+ Id: 'qsuper',
4510
+ Name: 'QSuper',
4511
+ InsuranceName: 'QSuper Insurance',
4512
+ Usi: '60905115063001',
4513
+ Abn: '32 125 059 006',
4514
+ PdsUrl: 'https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements',
4515
+ PdsPdf: 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf',
4516
+ MinAge: 14,
4517
+ MinInsuranceAge: 16,
4518
+ MaxAge: 16
4519
+ };
4520
+ const Slate = {
4521
+ Id: 'slate',
4522
+ Name: 'Slate Super',
4523
+ PdsUrl: 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection',
4524
+ Usi: '32367272075001',
4525
+ DiversaAbn: '49 006 421 638'
4526
+ };
4527
+ const AustralianRetirementTrust = {
4528
+ Id: 'australian-retirement-trust',
4529
+ Name: 'Australian Retirement Trust',
4530
+ PdsUrl: 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf',
4531
+ Abn: '60 905 115 063'
4532
+ };
4533
+ const Aware = {
4534
+ Id: 'aware',
4535
+ Name: 'Aware Super',
4536
+ PdsUrl: 'https://aware.com.au/member/forms-and-resources/pds',
4537
+ Abn: '53 226 460 365'
4538
+ };
4527
4539
  const PromotedFundIdList = [
4528
- { dtoPropName: 'qSuper', id: QSuperFundId },
4529
- { dtoPropName: 'slate', id: SlateFundId },
4530
- { dtoPropName: 'australianRetirementTrust', id: AustralianRetirementTrustFundId }
4540
+ { dtoPropName: 'qSuper', id: QSuper.Id },
4541
+ { dtoPropName: 'slate', id: Slate.Id },
4542
+ { dtoPropName: 'australianRetirementTrust', id: AustralianRetirementTrust.Id },
4543
+ { dtoPropName: 'aware', id: Aware.Id }
4531
4544
  ];
4532
4545
 
4533
4546
  const qsuperConfirmationCss = "";
@@ -4539,12 +4552,12 @@ const QsuperConfirmHeader = class {
4539
4552
  }
4540
4553
  render() {
4541
4554
  const qSuperAccumulationAccountUrl = 'https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds1.pdf';
4542
- return (h("div", { class: "d-flex align-items-center justify-content-center" }, h("p", { class: "confirm-title font-weight-bold text-center" }, "You are now applying for a", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(qSuperAccumulationAccountUrl) }, "QSuper Accumulation Account"), ". Read the", ' ', h("a", { target: "_blank", onClick: () => this.pdsViewedAsync(), href: navigationService.toExternalUrl(QSuperPdsPdfUrl) }, "PDS"), ' ', "here.")));
4555
+ return (h("div", { class: "d-flex align-items-center justify-content-center" }, h("p", { class: "confirm-title font-weight-bold text-center" }, "You are now applying for a", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(qSuperAccumulationAccountUrl) }, "QSuper Accumulation Account"), ". Read the", ' ', h("a", { target: "_blank", onClick: () => this.pdsViewedAsync(), href: navigationService.toExternalUrl(QSuper.PdsPdf) }, "PDS"), ' ', "here.")));
4543
4556
  }
4544
4557
  pdsViewedAsync() {
4545
4558
  return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
4546
- fundUsi: QSuperFundUsi,
4547
- fundName: QSuperFundName,
4559
+ fundUsi: QSuper.Usi,
4560
+ fundName: QSuper.Name,
4548
4561
  pageName: 'Insurance Opt In'
4549
4562
  });
4550
4563
  }
@@ -4726,8 +4739,8 @@ const QsuperConsent = class {
4726
4739
  }
4727
4740
  pdsViewedAsync() {
4728
4741
  return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
4729
- fundUsi: QSuperFundUsi,
4730
- fundName: QSuperFundName,
4742
+ fundUsi: QSuper.Usi,
4743
+ fundName: QSuper.Name,
4731
4744
  pageName: 'Accumulation Page'
4732
4745
  });
4733
4746
  }
@@ -4787,9 +4800,9 @@ const QsuperInsuranceOptIn = class {
4787
4800
  }
4788
4801
  componentDidLoad() {
4789
4802
  return this.eventTrackingService.TrackFinancialProductViewedAsync({
4790
- fundUsi: QSuperFundUsi,
4791
- fundName: QSuperFundName,
4792
- financialProduct: QSuperInsuranceProductName
4803
+ fundUsi: QSuper.Usi,
4804
+ fundName: QSuper.Name,
4805
+ financialProduct: QSuper.InsuranceName
4793
4806
  });
4794
4807
  }
4795
4808
  componentWillLoad() {
@@ -4800,11 +4813,11 @@ const QsuperInsuranceOptIn = class {
4800
4813
  return (h(Host, { class: "d-flex flex-fill" }, h("sss-qsuper-layout", { class: "d-flex flex-fill" }, h("sss-qsuper-confirm-header", null), h("div", { class: "mt-4 p-3 checkbox-container" }, h("p", null, "As part of becoming a QSuper member, you will receive death cover and total and permanent disability cover when you become eligible. ", h("br", null), h("br", null), "You will receive this cover when: ", h("br", null), h("br", null), "You are 25 years or older; ", h("br", null), "and You have had at least $6,000 in your accumulation account; ", h("br", null), "and At that time, we have received money into your account within the previous 13 months ", h("br", null), h("br", null), "Please see the Accumulation Account Insurance Guide, available on the QSuper website, for further information ", h("br", null), h("br", null), "Do you want this insurance cover?"), h("div", { class: "d-flex justify-content-between mt-4" }, h("div", { class: "button-holder flex-grow-1 mr-2" }, h("fl-button", { disabled: !this.isEligibleForInsurance, isBlockElement: true, variant: this.insuranceChosen ? 'primary' : 'secondary', onClick: () => this.handleInsuranceToggle(true) }, "Yes")), h("div", { class: "button-holder flex-grow-1 ml-2" }, h("fl-button", { disabled: !this.isEligibleForInsurance, isBlockElement: true, variant: !this.insuranceChosen ? 'primary' : 'secondary', onClick: () => this.handleInsuranceToggle(false) }, "No")))), h("div", null, h("label", { class: "d-flex\u00A0mt-3\u00A0p-3\u00A0checkbox-container", htmlFor: "ackCheckBox" }, h("div", { class: "w-auto\u00A0px-2 fl-checkbox-container" }, h("input", { id: "ackCheckBox", class: "confirm-checkbox-item", type: "checkbox", onChange: () => this.handleCheckboxToggle() })), h("div", { class: "pl-3" }, h("p", { class: "confirm-item-text\u00A0mb-0" }, "I acknowledge that my personal information will be shared with QSuper as part of their application process.")))))));
4801
4814
  }
4802
4815
  ensureInsuranceEligibility() {
4803
- if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuperMinAge) {
4816
+ if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinAge) {
4804
4817
  return;
4805
4818
  }
4806
- else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuperMinInsuranceAge) {
4807
- this.showIneligibleNotification(`You may still apply for QSuper, however people under the age of ${QSuperMinInsuranceAge} are not able to apply for insurance.`);
4819
+ else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinInsuranceAge) {
4820
+ this.showIneligibleNotification(`You may still apply for QSuper, however people under the age of ${QSuper.MinInsuranceAge} are not able to apply for insurance.`);
4808
4821
  return;
4809
4822
  }
4810
4823
  this.isEligibleForInsurance = true;
@@ -4860,8 +4873,8 @@ const QSuperConfirmSelection = class {
4860
4873
  }
4861
4874
  pdsViewedAsync() {
4862
4875
  return this.eventTrackingService.TrackSuperFundPdsViewedAsync({
4863
- fundUsi: QSuperFundUsi,
4864
- fundName: QSuperFundName,
4876
+ fundUsi: QSuper.Usi,
4877
+ fundName: QSuper.Name,
4865
4878
  pageName: 'Confirm Page'
4866
4879
  });
4867
4880
  }
@@ -4922,11 +4935,11 @@ const QsuperLayout = class {
4922
4935
  this.isEligible = false;
4923
4936
  this.canContinue = () => this.isEligible && state$2.continueAllowed;
4924
4937
  this.ensureEligibility = () => {
4925
- if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuperMinAge) {
4926
- this.showIneligibleNotification(`People under the age of ${QSuperMinAge} are not able to open accounts.`);
4938
+ if (superSelectionAppService.superBuyer.userProfile.yearsOfAge < QSuper.MinAge) {
4939
+ this.showIneligibleNotification(`People under the age of ${QSuper.MinAge} are not able to open accounts.`);
4927
4940
  }
4928
- else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge > QSuperMaxAge) {
4929
- this.showIneligibleNotification(`People over the age of ${QSuperMaxAge} are not able to open accounts.`);
4941
+ else if (superSelectionAppService.superBuyer.userProfile.yearsOfAge > QSuper.MaxAge) {
4942
+ this.showIneligibleNotification(`People over the age of ${QSuper.MaxAge} are not able to open accounts.`);
4930
4943
  }
4931
4944
  else {
4932
4945
  this.isEligible = true;
@@ -4934,7 +4947,7 @@ const QsuperLayout = class {
4934
4947
  };
4935
4948
  this.showIneligibleNotification = (description) => {
4936
4949
  notificationsService.showInfoNotification({
4937
- title: "Unable to apply for QSuper",
4950
+ title: 'Unable to apply for QSuper',
4938
4951
  description
4939
4952
  });
4940
4953
  };
@@ -5707,48 +5720,62 @@ const SuperChoicePage = class {
5707
5720
  allFunds() {
5708
5721
  return [
5709
5722
  {
5710
- fundId: SlateFundId,
5711
- usi: SlateFundUsi,
5712
- name: SlateFundName,
5723
+ fundId: Slate.Id,
5724
+ usi: Slate.Usi,
5725
+ name: Slate.Name,
5713
5726
  logo: 'logo-slate.png',
5714
5727
  route: SuperSelectionAppRoutes.SlateJoin,
5715
- pdsLink: SlatePdsUrl,
5728
+ pdsLink: Slate.PdsUrl,
5716
5729
  features: [
5717
5730
  { order: 1, value: 'A lifestage investment strategy that evolves with you' },
5718
5731
  { order: 2, value: 'Advanced mobile app with retirement forecast and smart features' },
5719
5732
  { order: 3, value: 'Member advocates at Slate to assist with your account' }
5720
5733
  ],
5721
- disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(SlatePdsUrl), onClick: () => this.pdsViewedAsync(SlateFundName, SlateFundUsi) }, "Product Disclosure Statement"), ' ', "and", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl('https://slate.co/forms-and-documents/target-market-determination/') }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of the fund.")),
5722
- abnInfo: `Diversa Trustees Limited ABN: ${SlateFundDiversaAbn}`
5734
+ disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(Slate.PdsUrl), onClick: () => this.pdsViewedAsync(Slate.Name, Slate.Usi) }, "Product Disclosure Statement"), ' ', "and", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl('https://slate.co/forms-and-documents/target-market-determination/') }, "Target Market Determination"), ' ', "before deciding to invest in or apply to become a member of the fund.")),
5735
+ abnInfo: `Diversa Trustees Limited ABN: ${Slate.DiversaAbn}`
5723
5736
  },
5724
5737
  {
5725
- fundId: QSuperFundId,
5726
- usi: QSuperFundUsi,
5727
- name: QSuperFundName,
5738
+ fundId: QSuper.Id,
5739
+ usi: QSuper.Usi,
5740
+ name: QSuper.Name,
5728
5741
  logo: 'logo-qsuper-square.png',
5729
5742
  route: SuperSelectionAppRoutes.QSuperOptIn,
5730
- pdsLink: QSuperPdsUrl,
5743
+ pdsLink: QSuper.PdsUrl,
5731
5744
  features: [
5732
5745
  { order: 1, value: '100 years strong' },
5733
5746
  { order: 2, value: `One of Australia's largest funds` },
5734
5747
  { order: 3, value: 'Awarded SuperRatings highest performance rating' }
5735
5748
  ],
5736
- disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(QSuperPdsUrl), onClick: () => this.pdsViewedAsync(QSuperFundName, QSuperFundUsi) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5737
- abnInfo: `QSuper Board ABN: ${QSuperFundAbn}`
5749
+ disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(QSuper.PdsUrl), onClick: () => this.pdsViewedAsync(QSuper.Name, QSuper.Usi) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5750
+ abnInfo: `QSuper Board ABN: ${QSuper.Abn}`
5738
5751
  },
5739
5752
  {
5740
- fundId: AustralianRetirementTrustFundId,
5741
- name: AustralianRetirementTrustFundName,
5753
+ fundId: AustralianRetirementTrust.Id,
5754
+ name: AustralianRetirementTrust.Name,
5742
5755
  logo: 'logo-art.svg',
5743
5756
  route: SuperSelectionAppRoutes.PromotedFundJoin,
5744
- pdsLink: AustralianRetirementTrustPdsUrl,
5757
+ pdsLink: AustralianRetirementTrust.PdsUrl,
5745
5758
  features: [
5746
5759
  { order: 1, value: '$200 billion in retirement savings' },
5747
5760
  { order: 2, value: '2+ million members' },
5748
5761
  { order: 3, value: 'A focus on delivering strong, long‑term returns' }
5749
5762
  ],
5750
- disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(AustralianRetirementTrustPdsUrl), onClick: () => this.pdsViewedAsync(AustralianRetirementTrustFundName) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5751
- abnInfo: `Australian Retirement Trust ABN: ${AustralianRetirementTrustFundAbn}`
5763
+ disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(AustralianRetirementTrust.PdsUrl), onClick: () => this.pdsViewedAsync(AustralianRetirementTrust.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5764
+ abnInfo: `Australian Retirement Trust ABN: ${AustralianRetirementTrust.Abn}`
5765
+ },
5766
+ {
5767
+ fundId: Aware.Id,
5768
+ name: Aware.Name,
5769
+ logo: 'logo-aware.svg',
5770
+ route: SuperSelectionAppRoutes.PromotedFundJoin,
5771
+ pdsLink: Aware.PdsUrl,
5772
+ features: [
5773
+ { order: 1, value: 'Lorem ipsum dolor sit amet' },
5774
+ { order: 2, value: 'Lorem ipsum dolor sit amet' },
5775
+ { order: 3, value: 'Lorem ipsum dolor sit amet' }
5776
+ ],
5777
+ disclaimer: (h("p", { class: "small text-muted" }, "You should consider the", ' ', h("a", { target: "_blank", href: navigationService.toExternalUrl(Aware.PdsUrl), onClick: () => this.pdsViewedAsync(Aware.Name) }, "Product Disclosure Statement"), ' ', "before deciding to invest in or apply to become a member of this fund.")),
5778
+ abnInfo: `Aware Super Pty Ltd ABN: ${Aware.Abn}`
5752
5779
  }
5753
5780
  ];
5754
5781
  }
@@ -5763,21 +5790,27 @@ const SuperChoicePage = class {
5763
5790
  return fundTiles;
5764
5791
  }
5765
5792
  async handleJoinSuperClickAsync(fund) {
5766
- if (fund.fundId === SlateFundId) {
5793
+ if (fund.fundId === Slate.Id) {
5794
+ await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5795
+ fundUsi: Slate.Usi,
5796
+ fundName: Slate.Name
5797
+ });
5798
+ }
5799
+ else if (fund.fundId === QSuper.Id) {
5767
5800
  await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5768
- fundUsi: SlateFundUsi,
5769
- fundName: SlateFundName
5801
+ fundUsi: QSuper.Usi,
5802
+ fundName: QSuper.Name
5770
5803
  });
5771
5804
  }
5772
- else if (fund.fundId === QSuperFundId) {
5805
+ else if (fund.fundId === AustralianRetirementTrust.Id) {
5773
5806
  await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5774
- fundUsi: QSuperFundUsi,
5775
- fundName: QSuperFundName
5807
+ fundName: AustralianRetirementTrust.Name
5776
5808
  });
5809
+ state$1.fundId = fund.fundId;
5777
5810
  }
5778
- else if (fund.fundId === AustralianRetirementTrustFundId) {
5811
+ else if (fund.fundId === Aware.Id) {
5779
5812
  await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({
5780
- fundName: AustralianRetirementTrustFundName
5813
+ fundName: Aware.Name
5781
5814
  });
5782
5815
  state$1.fundId = fund.fundId;
5783
5816
  }