@flarehr/apollo-super-selection 4.20.27915 → 4.21.28044

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 (28) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  3. package/dist/lib/apollo-super-selection/p-35538e87.system.entry.js +69 -0
  4. package/dist/lib/apollo-super-selection/p-a08ef800.entry.js +14 -0
  5. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  6. package/dist/lib/cjs/sss-button_30.cjs.entry.js +74 -137
  7. package/dist/lib/collection/apollo-super-selection.css +1 -1
  8. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +6 -9
  9. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +1 -3
  10. package/dist/lib/collection/components/super-selection-app/funds/constants.js +37 -99
  11. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +3 -3
  12. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +3 -3
  13. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +2 -3
  14. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +7 -6
  15. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +12 -4
  16. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +4 -2
  17. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +1 -2
  18. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +11 -18
  19. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +1 -4
  20. package/dist/lib/esm/sss-button_30.entry.js +74 -137
  21. package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
  22. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +17 -8
  23. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +1 -0
  24. package/package.json +1 -1
  25. package/dist/lib/apollo-super-selection/p-13c8f513.system.entry.js +0 -69
  26. package/dist/lib/apollo-super-selection/p-178816b4.entry.js +0 -14
  27. package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +0 -5
  28. 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 PromotedFundIdList: {
77
- dtoPropName: string;
78
- id: string;
79
- }[];
80
- export declare const getFundNameById: (id: string) => string | undefined;
81
- export declare const getFooterTextOverrideByFundId: (id: string) => Option<string>;
82
- export declare const getFundUsiById: (id: string) => string | undefined;
83
- export declare const getLogoSrc: (id: string) => string | undefined;
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>;
@@ -6,5 +6,6 @@ export declare class StandardChoiceFormInputDefaultFund {
6
6
  private isSubmitDisabled;
7
7
  private formElement;
8
8
  render(): Element[];
9
+ private renderLogo;
9
10
  private handleSubmitForm;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.20.27915",
3
+ "version": "4.21.28044",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",