@flarehr/apollo-super-selection 1.2.25931 → 1.2.26036
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/{p-641b1c2c.system.entry.js → p-8b8512dc.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-89173333.entry.js → p-cbd4cce5.entry.js} +4 -4
- package/dist/lib/cjs/sss-button_29.cjs.entry.js +3 -3
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +1 -1
- package/dist/lib/esm/sss-button_29.entry.js +3 -3
- package/dist/lib/esm-es5/sss-button_29.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +2 -0
- package/package.json +1 -1
|
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
const AppVersion = '1.2.
|
|
267
|
+
const AppVersion = '1.2.26036';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -4616,7 +4616,7 @@ class PromotedFundJoinV1IFrameBuilder {
|
|
|
4616
4616
|
navigationService.navigateInternallyToStandardChoice({
|
|
4617
4617
|
history,
|
|
4618
4618
|
fundName: (_a = getFundNameById(state$2.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
4619
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4619
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4620
4620
|
promotedFundId: state$2.fundId
|
|
4621
4621
|
});
|
|
4622
4622
|
break;
|
|
@@ -4734,7 +4734,7 @@ class PromotedFundJoinV2IFrameBuilder {
|
|
|
4734
4734
|
navigationService.navigateInternallyToStandardChoice({
|
|
4735
4735
|
history,
|
|
4736
4736
|
fundName: (_a = getFundNameById(state$2.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
4737
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4737
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4738
4738
|
promotedFundId: state$2.fundId
|
|
4739
4739
|
});
|
|
4740
4740
|
break;
|
|
@@ -39,7 +39,7 @@ class PromotedFundJoinV1IFrameBuilder {
|
|
|
39
39
|
navigationService.navigateInternallyToStandardChoice({
|
|
40
40
|
history,
|
|
41
41
|
fundName: (_a = getFundNameById(promotedFundState.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
42
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, promotedFundState), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
42
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, promotedFundState), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
43
43
|
promotedFundId: promotedFundState.fundId
|
|
44
44
|
});
|
|
45
45
|
break;
|
|
@@ -45,7 +45,7 @@ class PromotedFundJoinV2IFrameBuilder {
|
|
|
45
45
|
navigationService.navigateInternallyToStandardChoice({
|
|
46
46
|
history,
|
|
47
47
|
fundName: (_a = getFundNameById(promotedFundState.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
48
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, promotedFundState), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
48
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, promotedFundState), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
49
49
|
promotedFundId: promotedFundState.fundId
|
|
50
50
|
});
|
|
51
51
|
break;
|
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '1.2.
|
|
263
|
+
const AppVersion = '1.2.26036';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -4612,7 +4612,7 @@ class PromotedFundJoinV1IFrameBuilder {
|
|
|
4612
4612
|
navigationService.navigateInternallyToStandardChoice({
|
|
4613
4613
|
history,
|
|
4614
4614
|
fundName: (_a = getFundNameById(state$2.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
4615
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4615
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4616
4616
|
promotedFundId: state$2.fundId
|
|
4617
4617
|
});
|
|
4618
4618
|
break;
|
|
@@ -4730,7 +4730,7 @@ class PromotedFundJoinV2IFrameBuilder {
|
|
|
4730
4730
|
navigationService.navigateInternallyToStandardChoice({
|
|
4731
4731
|
history,
|
|
4732
4732
|
fundName: (_a = getFundNameById(state$2.fundId)) !== null && _a !== void 0 ? _a : '',
|
|
4733
|
-
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4733
|
+
handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({}, state$2), { memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi: data.usi.replace(/ /g, ''), standardChoiceFormSignature, shownFunds: superSelectionAppService.promotedFunds, defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi) })),
|
|
4734
4734
|
promotedFundId: state$2.fundId
|
|
4735
4735
|
});
|
|
4736
4736
|
break;
|