@flarehr/apollo-super-selection 5.24.54264 → 5.26.55632
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-32bef81e.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-5be45043.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/{sss-button_43.cjs.entry.js → sss-button_32.cjs.entry.js} +1062 -2263
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/collection-manifest.json +3 -25
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +6 -6
- package/dist/lib/collection/components/super-campaign/super-campaign.js +12 -24
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +26 -25
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +0 -9
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +5 -9
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +11 -15
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.js +115 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +5 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate.js +4 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +3 -3
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +2 -2
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +3 -3
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +3 -3
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill.js +1 -1
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +10 -0
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +4 -16
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +3 -9
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +17 -39
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +3 -4
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +16 -13
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +3 -17
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_43.entry.js → sss-button_32.entry.js} +1062 -2252
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_32.entry.js +69 -0
- package/dist/lib/types/components/super-campaign/super-campaign-types.d.ts +4 -0
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +0 -2
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +11 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +1 -2
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +2 -10
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +1 -2
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step-types.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.d.ts +20 -0
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +2 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +1 -4
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +5 -5
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +3 -4
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +0 -2
- package/dist/lib/types/components.d.ts +17 -203
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/assets/icon-check.svg +0 -3
- package/dist/lib/apollo-super-selection/assets/logo-active.svg +0 -1
- package/dist/lib/apollo-super-selection/assets/logo-art.svg +0 -7
- package/dist/lib/apollo-super-selection/assets/logo-aus-eth.svg +0 -31
- package/dist/lib/apollo-super-selection/assets/logo-aware.svg +0 -58
- package/dist/lib/apollo-super-selection/assets/logo-first.svg +0 -15
- package/dist/lib/apollo-super-selection/assets/logo-hesta.svg +0 -5
- package/dist/lib/apollo-super-selection/assets/logo-mercer-mychoice.svg +0 -1
- package/dist/lib/apollo-super-selection/assets/logo-rei.svg +0 -27
- package/dist/lib/apollo-super-selection/assets/logo-slate.png +0 -0
- package/dist/lib/apollo-super-selection/assets/logo-spirit.svg +0 -141
- package/dist/lib/apollo-super-selection/assets/logo-unisuper.svg +0 -15
- package/dist/lib/apollo-super-selection/assets/logo-virgin.svg +0 -8
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge1.svg +0 -25
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge2.svg +0 -109
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge3.svg +0 -102
- package/dist/lib/apollo-super-selection/p-203c74a8.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-b0120851.system.entry.js +0 -69
- package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +0 -3
- package/dist/lib/collection/components/super-selection-app/consent/consent-wrapper.js +0 -32
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +0 -88
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +0 -43
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/active.js +0 -26
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.js +0 -43
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.js +0 -32
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/aware.js +0 -38
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/first.js +0 -27
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/hesta-default.js +0 -34
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.js +0 -33
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/rei.js +0 -33
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/slate.js +0 -32
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/spirit.js +0 -43
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/unisuper-default-v2.js +0 -56
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/unisuper-default.js +0 -49
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/virgin.js +0 -37
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v1-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v2-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +0 -10
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +0 -125
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +0 -271
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/types.js +0 -15
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +0 -143
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/loading-component/loading-component.js +0 -29
- package/dist/lib/collection/components/super-selection-app/loading-super-indicator/loading-super-indicator.js +0 -11
- package/dist/lib/collection/components/super-selection-app/misc/iframe-host.js +0 -32
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-active.svg +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-art.svg +0 -7
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aus-eth.svg +0 -31
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +0 -58
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-first.svg +0 -15
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-hesta.svg +0 -5
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-mercer-mychoice.svg +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-rei.svg +0 -27
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-slate.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-spirit.svg +0 -141
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-unisuper.svg +0 -15
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-virgin.svg +0 -8
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge1.svg +0 -25
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge2.svg +0 -109
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge3.svg +0 -102
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +0 -112
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +0 -178
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page-wrapper.js +0 -32
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +0 -171
- package/dist/lib/esm-es5/sss-button_43.entry.js +0 -69
- package/dist/lib/types/components/super-selection-app/consent/consent-wrapper.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +0 -9
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +0 -9
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/active.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/aware.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/first.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/hesta-default.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/rei.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/slate.d.ts +0 -4
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/spirit.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/unisuper-default-v2.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/unisuper-default.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/virgin.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v1-page.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v2-page.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.d.ts +0 -12
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-types.d.ts +0 -75
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/types.d.ts +0 -26
- package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +0 -14
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-join-page.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/loading-component/loading-component.d.ts +0 -4
- package/dist/lib/types/components/super-selection-app/loading-super-indicator/loading-super-indicator.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/misc/iframe-host.d.ts +0 -6
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +0 -12
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page-wrapper.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -10
- /package/dist/lib/collection/components/super-selection-app/funds/{promoted-fund/services/promoted-fund-join-v2-types.js → custom-fund/my-own-fund/my-own-fund-engagement-step-types.js} +0 -0
|
@@ -46,6 +46,7 @@ export declare type PromotedFundJoinedEvent = SuperCampaignCommonEventPayload &
|
|
|
46
46
|
export declare type PromotedFundJoinInfo = {
|
|
47
47
|
fundType: 'Promoted';
|
|
48
48
|
fundId: string;
|
|
49
|
+
fundName: string;
|
|
49
50
|
usi: string;
|
|
50
51
|
memberNumber: string;
|
|
51
52
|
memberFirstName?: string;
|
|
@@ -54,11 +55,13 @@ export declare type PromotedFundJoinInfo = {
|
|
|
54
55
|
export declare type PromotedDefaultFundJoinInfo = {
|
|
55
56
|
fundType: 'PromotedDefault';
|
|
56
57
|
fundId: string;
|
|
58
|
+
fundName: string;
|
|
57
59
|
usi: string;
|
|
58
60
|
};
|
|
59
61
|
export declare type PromotedDefaultFundWithJoinInfo = {
|
|
60
62
|
fundType: 'PromotedDefaultWithJoin';
|
|
61
63
|
fundId: string;
|
|
64
|
+
fundName: string;
|
|
62
65
|
usi: string;
|
|
63
66
|
memberNumber: string;
|
|
64
67
|
memberFirstName: string;
|
|
@@ -67,6 +70,7 @@ export declare type PromotedDefaultFundWithJoinInfo = {
|
|
|
67
70
|
export declare type DefinedBenefitsJoinInfo = {
|
|
68
71
|
fundType: 'DefinedBenefits';
|
|
69
72
|
fundId: string;
|
|
73
|
+
fundName: string;
|
|
70
74
|
usi: string;
|
|
71
75
|
memberNumber: string;
|
|
72
76
|
memberElectContributionRatePreTax: number;
|
|
@@ -13,7 +13,6 @@ export declare class SuperCampaignHost {
|
|
|
13
13
|
private activateFallbackMechanism;
|
|
14
14
|
private superCampaignLoadingTimeoutTriggered;
|
|
15
15
|
private createApolloSuperCampaignScriptUrl;
|
|
16
|
-
private getBaseUrl;
|
|
17
16
|
private getEnvironmentTag;
|
|
18
17
|
private subscribeToSuperCampaignEvents;
|
|
19
18
|
private unSubscribeFromSuperCampaignEvents;
|
|
@@ -27,7 +26,6 @@ export declare class SuperCampaignHost {
|
|
|
27
26
|
private disclaimerViewed;
|
|
28
27
|
private disclaimerAccepted;
|
|
29
28
|
private promotedFundJoined;
|
|
30
|
-
private getFundName;
|
|
31
29
|
private stringIsNullOrEmtpty;
|
|
32
30
|
private get SuperCampaignState();
|
|
33
31
|
private get PromotedFundsConfig();
|
|
@@ -119,6 +119,13 @@ export declare type SuperCampaignOperationFailedDetail = {
|
|
|
119
119
|
reason: string;
|
|
120
120
|
};
|
|
121
121
|
export declare type SuperCampaignActivationSucceededDetail = Record<string, never>;
|
|
122
|
+
export declare type SuperMyOwnFundEngagementStepActivationSucceededDetail = {
|
|
123
|
+
fundUsi: string;
|
|
124
|
+
};
|
|
125
|
+
export declare type SuperMyOwnFundEngagementStepContinuedDetail = {
|
|
126
|
+
fundUsi: string;
|
|
127
|
+
reason: string;
|
|
128
|
+
};
|
|
122
129
|
export declare type SuperSelectionAnalyticsEvent = {
|
|
123
130
|
SuperFundPdsViewed: SuperFundPdsViewedDetail;
|
|
124
131
|
} | {
|
|
@@ -143,6 +150,10 @@ export declare type SuperSelectionAnalyticsEvent = {
|
|
|
143
150
|
SuperCampaignActivationFailed: SuperCampaignActivationFailedDetail;
|
|
144
151
|
} | {
|
|
145
152
|
SuperCampaignOperationFailed: SuperCampaignOperationFailedDetail;
|
|
153
|
+
} | {
|
|
154
|
+
SuperMyOwnFundEngagementStepActivationSucceeded: SuperMyOwnFundEngagementStepActivationSucceededDetail;
|
|
155
|
+
} | {
|
|
156
|
+
SuperMyOwnFundEngagementStepContinued: SuperMyOwnFundEngagementStepContinuedDetail;
|
|
146
157
|
};
|
|
147
158
|
export declare type SuperSelectionEventDto = {
|
|
148
159
|
event: SuperSelectionAnalyticsEvent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppStateDto, AustralianFundDto, AustralianFundsLookupResponseDto,
|
|
1
|
+
import { AppStateDto, AustralianFundDto, AustralianFundsLookupResponseDto, ClickPromotedTileDto, PromotedFundsConfigDto } from './super-selection.api.dto';
|
|
2
2
|
export declare type SuperFundSearchFilter = {
|
|
3
3
|
searchString: string;
|
|
4
4
|
maxRecordCount: number;
|
|
@@ -7,7 +7,6 @@ export declare class SuperSelectionApi {
|
|
|
7
7
|
getAustralianFundsAsync(searchFilter: SuperFundSearchFilter, includeInactive?: boolean): Promise<AustralianFundsLookupResponseDto>;
|
|
8
8
|
getAustralianFundAsync(usi: string, includeInactive: boolean): Promise<AustralianFundDto>;
|
|
9
9
|
getAppStateAsync(): Promise<AppStateDto>;
|
|
10
|
-
getCampaignConnectAsync(): Promise<CampaignConnectDto>;
|
|
11
10
|
clickPromotedTileAsync(payload: ClickPromotedTileDto): Promise<void>;
|
|
12
11
|
viewSuperFundPanelAsync(payload: PromotedFundsConfigDto): Promise<void>;
|
|
13
12
|
private toSearchFilterQueryString;
|
|
@@ -212,19 +212,11 @@ export declare type AppStateDto = {
|
|
|
212
212
|
accountConfiguration: AccountConfigurationDto;
|
|
213
213
|
profileConfiguration: ProfileConfigurationDto;
|
|
214
214
|
promotedFunds: string[];
|
|
215
|
-
|
|
216
|
-
superCampaignEnabled: boolean;
|
|
215
|
+
bringYourOwnFundCustomStepEnabled: boolean;
|
|
217
216
|
isDefinedBenefitsEligible: boolean | null;
|
|
218
217
|
prefill: SuperChoicePrefillDto | null;
|
|
219
218
|
};
|
|
220
|
-
export declare type PromotedFundsConfigSourceDto = 'superSelection' | '
|
|
221
|
-
export declare type PromotedFundTypeDto = 'promoted' | 'promoted-default' | 'defined-benefits';
|
|
222
|
-
export declare type CampaignConnectDto = {
|
|
223
|
-
promotedFunds: {
|
|
224
|
-
fundId: string;
|
|
225
|
-
type: PromotedFundTypeDto;
|
|
226
|
-
}[];
|
|
227
|
-
};
|
|
219
|
+
export declare type PromotedFundsConfigSourceDto = 'superSelection' | 'superCampaign';
|
|
228
220
|
export declare type ClickPromotedTileDto = {
|
|
229
221
|
promoted: {
|
|
230
222
|
fundId: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare type Sender = 'byof-engagement';
|
|
2
|
+
export declare type CommonEventPayload = {
|
|
3
|
+
sender: Sender;
|
|
4
|
+
};
|
|
5
|
+
export declare type ContinueEvent = CommonEventPayload & {
|
|
6
|
+
type: 'continue';
|
|
7
|
+
reason: string;
|
|
8
|
+
};
|
|
9
|
+
export declare type EventPayload = ContinueEvent;
|
|
10
|
+
export declare type EventType = EventPayload['type'];
|
|
11
|
+
export declare type EventHandlers = {
|
|
12
|
+
[k in EventType]: (event: CustomEvent<Extract<EventPayload, {
|
|
13
|
+
type: k;
|
|
14
|
+
}>>) => Promise<void>;
|
|
15
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { RouterHistory } from '@stencil/router';
|
|
2
|
+
export declare class MyOwnFundEngagementStep {
|
|
3
|
+
history: RouterHistory;
|
|
4
|
+
private backendUrl;
|
|
5
|
+
private accessToken;
|
|
6
|
+
private fundUsi;
|
|
7
|
+
private fundName;
|
|
8
|
+
private memberNumber;
|
|
9
|
+
private memberFirstName;
|
|
10
|
+
private memberFamilyName;
|
|
11
|
+
private stepEventHandlers;
|
|
12
|
+
constructor();
|
|
13
|
+
componentWillLoad(): Promise<void>;
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
render(): Element[];
|
|
16
|
+
private navigateToStandardChoice;
|
|
17
|
+
private stepContinued;
|
|
18
|
+
private subscribeToStepEvents;
|
|
19
|
+
private unSubscribeFromStepEvents;
|
|
20
|
+
}
|
|
@@ -17,5 +17,7 @@ export declare class EventTrackingService {
|
|
|
17
17
|
TrackSuperFundPrefillDeclinedAsync(detail: model.SuperFundPrefillDeclinedDetail): Promise<void>;
|
|
18
18
|
TrackSuperFundDetailChangeRequestedAsync(detail: model.SuperFundDetailChangeRequested): Promise<void>;
|
|
19
19
|
TrackSuperCampaignActivationSucceededAsync(detail: model.SuperCampaignActivationSucceededDetail): Promise<void>;
|
|
20
|
+
TrackSuperMyOwnFundEngagementStepActivationSucceeded(fundUsi: any): Promise<void>;
|
|
21
|
+
TrackSuperMyOwnFundEngagementStepContinued(fundUsi: string, reason: string): Promise<void>;
|
|
20
22
|
private trackEventAsync;
|
|
21
23
|
}
|
package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
export declare enum SuperSelectionAppRoutes {
|
|
2
|
-
ConsentPage = "/consent",
|
|
3
2
|
ExistingChoicePage = "/existing",
|
|
4
3
|
SuperCampaign = "/super-campaign",
|
|
5
4
|
ChoicePage = "/",
|
|
6
|
-
SlateJoin = "/slate/join/",
|
|
7
|
-
PromotedFundJoinV1 = "/promoted-fund/join/v1",
|
|
8
|
-
PromotedFundJoinV2 = "/promoted-fund/join/v2",
|
|
9
5
|
MyOwnFund = "/super-choice/my-own-fund/",
|
|
6
|
+
MyOwnFundEngagementStep = "/super-choice/my-own-fund-engagement/",
|
|
10
7
|
Prefill = "/super-choice/prefill/",
|
|
11
8
|
PrefillInvalidMyOwnFundPage = "/super-choice/sss-prefill-invalid-my-own-fund/",
|
|
12
9
|
PrefillMyOwnFundPage = "/super-choice/prefill-my-own-fund/",
|
package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ export declare class SuperSelectionAppService {
|
|
|
15
15
|
get promotedFunds(): string[];
|
|
16
16
|
get promotedDefaultFundPosition(): O.Option<number>;
|
|
17
17
|
get promotedFundsConfig(): PromotedFundsConfigDto;
|
|
18
|
-
get definedBenefitsFundId(): O.Option<string>;
|
|
19
18
|
get profileId(): string;
|
|
20
19
|
get defaultFundUsi(): O.Option<string>;
|
|
21
20
|
get accountIdOrDefault(): string;
|
|
@@ -23,19 +22,20 @@ export declare class SuperSelectionAppService {
|
|
|
23
22
|
get jwt(): string;
|
|
24
23
|
completeSuperSelectionFlow(): void;
|
|
25
24
|
markSuperSelectionAsSubmitted(): void;
|
|
26
|
-
get campaignConnectEnabled(): boolean;
|
|
27
25
|
get isDefinedBenefitsEligible(): O.Option<boolean>;
|
|
28
26
|
loadAppStateAsync(): Promise<void>;
|
|
29
|
-
loadCampaignConnectAsync(): Promise<void>;
|
|
30
27
|
setSuperCampaignPromotedFundsShown(shownFunds: SuperCampaignShownFund[]): void;
|
|
31
28
|
viewSuperFundPanelAsync(promotedFundIdListOverride?: string[]): Promise<void>;
|
|
32
29
|
get superCampaignState(): SuperCampaignState | undefined;
|
|
33
30
|
get superCampaignComponentStatus(): SuperCampaignComponentStatus;
|
|
34
31
|
set superCampaignComponentStatus(value: SuperCampaignComponentStatus);
|
|
35
32
|
get isUsingSuperCampaign(): boolean;
|
|
33
|
+
get isBringYourOwnFundCustomStepEnabled(): boolean;
|
|
36
34
|
get isSuperCampaignFallbackActivated(): boolean;
|
|
37
|
-
get
|
|
38
|
-
set
|
|
35
|
+
get hideFooterSection(): boolean;
|
|
36
|
+
set hideFooterSection(value: boolean);
|
|
37
|
+
get backendUrl(): O.Option<string>;
|
|
38
|
+
private getBaseUrl;
|
|
39
39
|
}
|
|
40
40
|
declare const _default: SuperSelectionAppService;
|
|
41
41
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as O from 'fp-ts/lib/Option';
|
|
2
2
|
import { ShownFund as SuperCampaignShownFund } from '../../super-campaign/super-campaign-types';
|
|
3
|
-
import { AccountConfigurationDto,
|
|
3
|
+
import { AccountConfigurationDto, ProfileConfigurationDto, SuperBuyerDto, SuperChoicePrefillDto } from '../api/super-selection.api.dto';
|
|
4
4
|
export declare enum SuperCampaignComponentStatus {
|
|
5
5
|
NotLoaded = 1,
|
|
6
6
|
Loaded = 2,
|
|
@@ -18,13 +18,12 @@ export declare type AppContextState = {
|
|
|
18
18
|
profileConfiguration: O.Option<ProfileConfigurationDto>;
|
|
19
19
|
hasSuccessPageBeenAcknowledged: boolean;
|
|
20
20
|
hasSuperSelectionBeenSubmitted: boolean;
|
|
21
|
-
campaignConnectEnabled: boolean;
|
|
22
21
|
isDefinedBenefitsEligible: O.Option<boolean>;
|
|
23
|
-
campaignConnect: O.Option<CampaignConnectDto>;
|
|
24
22
|
superCampaignEnabled: boolean;
|
|
23
|
+
bringYourOwnFundCustomStepEnabled: boolean;
|
|
25
24
|
superCampaignState: SuperCampaignState | undefined;
|
|
26
25
|
superCampaignComponentStatus: SuperCampaignComponentStatus;
|
|
27
|
-
|
|
26
|
+
hideFooterSection: boolean;
|
|
28
27
|
};
|
|
29
28
|
export declare class SuperCampaignState {
|
|
30
29
|
private _promotedFundsShown;
|