@flarehr/apollo-super-selection 3.26.54319 → 3.30.54515

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) 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-0929e388.system.entry.js +69 -0
  4. package/dist/lib/apollo-super-selection/p-5da707f3.entry.js +14 -0
  5. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
  6. package/dist/lib/cjs/fl-button_46.cjs.entry.js +110 -78
  7. package/dist/lib/collection/components/super-selection-app/funds/constants.js +37 -20
  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/services/selected-super-choice-info.service.js +3 -6
  14. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +1 -0
  15. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +3 -3
  16. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +7 -0
  17. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +52 -29
  18. package/dist/lib/esm/fl-button_46.entry.js +110 -78
  19. package/dist/lib/esm-es5/fl-button_46.entry.js +3 -3
  20. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +2 -2
  21. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +35 -20
  22. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +1 -1
  23. package/dist/lib/types/components.d.ts +1 -1
  24. package/package.json +1 -1
  25. package/dist/lib/apollo-super-selection/p-1cf94785.entry.js +0 -14
  26. package/dist/lib/apollo-super-selection/p-7fae7603.system.entry.js +0 -69
@@ -4,7 +4,7 @@ export declare type FinancialProductViewedDetail = {
4
4
  financialProduct: string;
5
5
  };
6
6
  export declare type SuperFundPdsViewedDetail = {
7
- fundUsi: string;
7
+ fundUsi?: string;
8
8
  fundName: string;
9
9
  pageName: string;
10
10
  };
@@ -24,7 +24,7 @@ export declare type SuperFundPrivacyConfirmationAcceptedDetail = {
24
24
  financialProduct: string;
25
25
  };
26
26
  export declare type ViewedPromotedFundDetail = {
27
- fundUsi: string;
27
+ fundUsi?: string;
28
28
  fundName: string;
29
29
  };
30
30
  export declare type ViewedDefaultFundDetail = {
@@ -1,20 +1,35 @@
1
- export declare const QSuperFundUsi = "60905115063001";
2
- export declare const QSuperFundAbn = "32 125 059 006";
3
- export declare const QSuperFundId = "qsuper";
4
- export declare const QSuperFundName = "QSuper";
5
- export declare const QSuperInsuranceProductName = "QSuper Insurance";
6
- export declare const QSuperPdsUrl = "https://qsuper.qld.gov.au/calculators-and-forms/publications/product-disclosure-statements";
7
- export declare const QSuperPdsPdfUrl = "https://qsuper.qld.gov.au/-/media/pdfs/qsuper-public/publications/pds11.pdf";
8
- export declare const QSuperMinAge = 14;
9
- export declare const QSuperMinInsuranceAge = 16;
10
- export declare const QSuperMaxAge = 70;
11
- export declare const SlateFundUsi = "32367272075001";
12
- export declare const SlateFundDiversaAbn = "49 006 421 638";
13
- export declare const SlateFundId = "slate";
14
- export declare const SlateFundName = "Slate Super";
15
- export declare const SlatePdsUrl = "https://slate.co/pds/?utm_source=flare&utm_medium=superselection";
16
- export declare const AustralianRetirementTrustFundId = "australian-retirement-trust";
17
- export declare const AustralianRetirementTrustFundName = "Australian Retirement Trust";
18
- export declare const AustralianRetirementTrustPdsUrl = "https://www.australianretirementtrust.com.au/";
19
- export declare const AustralianRetirementTrustFundUsi = "XXXXXXXXXXXXXX";
20
- export declare const AustralianRetirementTrustFundAbn = "XX XXX XXX XXX";
1
+ export declare const QSuper: {
2
+ Id: string;
3
+ Name: string;
4
+ InsuranceName: string;
5
+ Usi: string;
6
+ Abn: string;
7
+ PdsUrl: string;
8
+ PdsPdf: string;
9
+ MinAge: number;
10
+ MinInsuranceAge: number;
11
+ MaxAge: number;
12
+ };
13
+ export declare const Slate: {
14
+ Id: string;
15
+ Name: string;
16
+ PdsUrl: string;
17
+ Usi: string;
18
+ DiversaAbn: string;
19
+ };
20
+ export declare const AustralianRetirementTrust: {
21
+ Id: string;
22
+ Name: string;
23
+ PdsUrl: string;
24
+ Abn: string;
25
+ };
26
+ export declare const Aware: {
27
+ Id: string;
28
+ Name: string;
29
+ PdsUrl: string;
30
+ Abn: string;
31
+ };
32
+ export declare const PromotedFundIdList: {
33
+ dtoPropName: string;
34
+ id: string;
35
+ }[];
@@ -2,7 +2,7 @@ import { VNode } from '../../../stencil-public-runtime';
2
2
  import { RouterHistory } from '@stencil/router';
3
3
  export declare class SuperChoiceItem {
4
4
  isSelected: boolean;
5
- usi: string;
5
+ usi?: string;
6
6
  name: string;
7
7
  logo: string;
8
8
  pdsLink: string;
@@ -101,7 +101,7 @@ export namespace Components {
101
101
  "logo": string;
102
102
  "name": string;
103
103
  "pdsLink": string;
104
- "usi": string;
104
+ "usi"?: string;
105
105
  }
106
106
  interface SssSuperChoicePage {
107
107
  "history": RouterHistory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.26.54319",
3
+ "version": "3.30.54515",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",