@flarehr/apollo-super-selection 4.20.27915 → 4.22.28155
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-777b2ea4.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-9decf4f5.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/sss-button_30.cjs.entry.js +75 -138
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +6 -9
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +1 -3
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +38 -100
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +3 -3
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +3 -3
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +2 -3
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +7 -6
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +12 -4
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +4 -2
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +1 -2
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +11 -18
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +1 -4
- package/dist/lib/esm/sss-button_30.entry.js +75 -138
- package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +17 -8
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +1 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-13c8f513.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-178816b4.entry.js +0 -14
- package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +0 -5
- package/dist/lib/types/components/super-selection-app/services/feature-flag.service.d.ts +0 -3
|
@@ -7,6 +7,7 @@ export declare const Slate: {
|
|
|
7
7
|
Usi: string;
|
|
8
8
|
DiversaAbn: string;
|
|
9
9
|
FooterTextOverride: Option<never>;
|
|
10
|
+
DtoPropName: string;
|
|
10
11
|
};
|
|
11
12
|
export declare const AustralianRetirementTrust: {
|
|
12
13
|
Id: string;
|
|
@@ -15,6 +16,7 @@ export declare const AustralianRetirementTrust: {
|
|
|
15
16
|
PdsUrl: string;
|
|
16
17
|
Abn: string;
|
|
17
18
|
FooterTextOverride: Option<never>;
|
|
19
|
+
DtoPropName: string;
|
|
18
20
|
};
|
|
19
21
|
export declare const Aware: {
|
|
20
22
|
Id: string;
|
|
@@ -23,6 +25,7 @@ export declare const Aware: {
|
|
|
23
25
|
PdsUrl: string;
|
|
24
26
|
Abn: string;
|
|
25
27
|
FooterTextOverride: Option<never>;
|
|
28
|
+
DtoPropName: string;
|
|
26
29
|
};
|
|
27
30
|
export declare const Active: {
|
|
28
31
|
Id: string;
|
|
@@ -31,6 +34,7 @@ export declare const Active: {
|
|
|
31
34
|
PdsUrl: string;
|
|
32
35
|
Abn: string;
|
|
33
36
|
FooterTextOverride: Option<string>;
|
|
37
|
+
DtoPropName: string;
|
|
34
38
|
};
|
|
35
39
|
export declare const AustralianEthical: {
|
|
36
40
|
Id: string;
|
|
@@ -39,6 +43,7 @@ export declare const AustralianEthical: {
|
|
|
39
43
|
PdsUrl: string;
|
|
40
44
|
Abn: string;
|
|
41
45
|
FooterTextOverride: Option<never>;
|
|
46
|
+
DtoPropName: string;
|
|
42
47
|
};
|
|
43
48
|
export declare const Virgin: {
|
|
44
49
|
Id: string;
|
|
@@ -47,6 +52,7 @@ export declare const Virgin: {
|
|
|
47
52
|
PdsUrl: string;
|
|
48
53
|
Abn: string;
|
|
49
54
|
FooterTextOverride: Option<string>;
|
|
55
|
+
DtoPropName: string;
|
|
50
56
|
};
|
|
51
57
|
export declare const Spirit: {
|
|
52
58
|
Id: string;
|
|
@@ -55,6 +61,7 @@ export declare const Spirit: {
|
|
|
55
61
|
PdsUrl: string;
|
|
56
62
|
Abn: string;
|
|
57
63
|
FooterTextOverride: Option<never>;
|
|
64
|
+
DtoPropName: string;
|
|
58
65
|
};
|
|
59
66
|
export declare const First: {
|
|
60
67
|
Id: string;
|
|
@@ -63,6 +70,7 @@ export declare const First: {
|
|
|
63
70
|
PdsUrl: string;
|
|
64
71
|
Abn: string;
|
|
65
72
|
FooterTextOverride: Option<never>;
|
|
73
|
+
DtoPropName: string;
|
|
66
74
|
};
|
|
67
75
|
export declare const MercerMyChoice: {
|
|
68
76
|
Id: string;
|
|
@@ -72,12 +80,13 @@ export declare const MercerMyChoice: {
|
|
|
72
80
|
TmdUrl: string;
|
|
73
81
|
Abn: string;
|
|
74
82
|
FooterTextOverride: Option<string>;
|
|
83
|
+
DtoPropName: string;
|
|
75
84
|
};
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
export declare const
|
|
81
|
-
export declare const getFooterTextOverrideByFundId: (
|
|
82
|
-
export declare const
|
|
83
|
-
export declare const
|
|
85
|
+
export declare const getFundByDtoPropName: (dtoPropName: string) => Option<{
|
|
86
|
+
Id: string;
|
|
87
|
+
Name: string;
|
|
88
|
+
}>;
|
|
89
|
+
export declare const getFundNameByFundId: (fundId: string) => Option<string>;
|
|
90
|
+
export declare const getFooterTextOverrideByFundId: (fundId: string) => Option<string>;
|
|
91
|
+
export declare const getFundUsiByFundId: (fundId: string) => Option<string>;
|
|
92
|
+
export declare const getLogoSrcByFundId: (fundId: string) => Option<string>;
|