@flarehr/apollo-super-selection 3.26.54319 → 3.30.54515
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/assets/logo-aware.svg +1 -0
- package/dist/lib/apollo-super-selection/p-0929e388.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-5da707f3.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/cjs/fl-button_46.cjs.entry.js +110 -78
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +37 -20
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +3 -3
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +6 -6
- package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +5 -5
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +3 -6
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +1 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +3 -3
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +7 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +52 -29
- package/dist/lib/esm/fl-button_46.entry.js +110 -78
- package/dist/lib/esm-es5/fl-button_46.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +2 -2
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +35 -20
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +1 -1
- package/dist/lib/types/components.d.ts +1 -1
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-1cf94785.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-7fae7603.system.entry.js +0 -69
|
@@ -4,7 +4,7 @@ export declare type FinancialProductViewedDetail = {
|
|
|
4
4
|
financialProduct: string;
|
|
5
5
|
};
|
|
6
6
|
export declare type SuperFundPdsViewedDetail = {
|
|
7
|
-
fundUsi
|
|
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
|
|
27
|
+
fundUsi?: string;
|
|
28
28
|
fundName: string;
|
|
29
29
|
};
|
|
30
30
|
export declare type ViewedDefaultFundDetail = {
|
|
@@ -1,20 +1,35 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export declare const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export declare const
|
|
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
|
+
}[];
|