@flarehr/apollo-super-selection 1.2.26524 → 1.2.26565
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-1952bfe6.system.entry.js → p-5d7db324.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-1b103df6.entry.js → p-cbae00d9.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_29.cjs.entry.js +3 -1
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +2 -0
- package/dist/lib/esm/sss-button_29.entry.js +3 -1
- package/dist/lib/esm-es5/sss-button_29.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-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.26565';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -5227,6 +5227,8 @@ class SlateIFrameBuilder {
|
|
|
5227
5227
|
fundName: Slate.Name,
|
|
5228
5228
|
handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
|
|
5229
5229
|
memberNumber: data.memberNumber,
|
|
5230
|
+
memberFirstName: data.memberFirstName,
|
|
5231
|
+
memberFamilyName: data.memberFamilyName,
|
|
5230
5232
|
standardChoiceFormSignature,
|
|
5231
5233
|
shownFunds: superSelectionAppService.promotedFunds,
|
|
5232
5234
|
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
|
|
@@ -53,6 +53,8 @@ class SlateIFrameBuilder {
|
|
|
53
53
|
fundName: Slate.Name,
|
|
54
54
|
handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
|
|
55
55
|
memberNumber: data.memberNumber,
|
|
56
|
+
memberFirstName: data.memberFirstName,
|
|
57
|
+
memberFamilyName: data.memberFamilyName,
|
|
56
58
|
standardChoiceFormSignature,
|
|
57
59
|
shownFunds: superSelectionAppService.promotedFunds,
|
|
58
60
|
defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi)
|
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '1.2.
|
|
263
|
+
const AppVersion = '1.2.26565';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -5223,6 +5223,8 @@ class SlateIFrameBuilder {
|
|
|
5223
5223
|
fundName: Slate.Name,
|
|
5224
5224
|
handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
|
|
5225
5225
|
memberNumber: data.memberNumber,
|
|
5226
|
+
memberFirstName: data.memberFirstName,
|
|
5227
|
+
memberFamilyName: data.memberFamilyName,
|
|
5226
5228
|
standardChoiceFormSignature,
|
|
5227
5229
|
shownFunds: superSelectionAppService.promotedFunds,
|
|
5228
5230
|
defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
|