@redneckz/wildless-cms-uni-blocks 0.14.703 → 0.14.704
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/bundle/bundle.umd.js +4 -4
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CreditCardForm/getFourthStepData.js +3 -2
- package/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
- package/dist/components/CreditCardForm/getThirdStepData.js +0 -1
- package/dist/components/CreditCardForm/getThirdStepData.js.map +1 -1
- package/lib/components/CreditCardForm/getFourthStepData.js +3 -2
- package/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
- package/lib/components/CreditCardForm/getThirdStepData.js +0 -1
- package/lib/components/CreditCardForm/getThirdStepData.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +4 -4
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CreditCardForm/getFourthStepData.js +3 -2
- package/mobile/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
- package/mobile/dist/components/CreditCardForm/getThirdStepData.js +0 -1
- package/mobile/dist/components/CreditCardForm/getThirdStepData.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/getFourthStepData.js +3 -2
- package/mobile/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/getThirdStepData.js +0 -1
- package/mobile/lib/components/CreditCardForm/getThirdStepData.js.map +1 -1
- package/mobile/src/components/CreditCardForm/getFourthStepData.ts +3 -1
- package/mobile/src/components/CreditCardForm/getThirdStepData.tsx +0 -1
- package/package.json +1 -1
- package/src/components/CreditCardForm/getFourthStepData.ts +3 -1
- package/src/components/CreditCardForm/getThirdStepData.tsx +0 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -7090,12 +7090,13 @@
|
|
|
7090
7090
|
};
|
|
7091
7091
|
|
|
7092
7092
|
const getFourthStepData$1 = (formData) => {
|
|
7093
|
-
const { familyStatus, dependents, familyMembers, children, wages, mandatoryPayments, incomeAverage, additionalIncome, otherIncome, otherPayments, rentalIncome, retirementIncome, snils, armyIdFlg, conscription, } = formData;
|
|
7093
|
+
const { familyStatus, dependents, familyMembers, children, confirmationIncome, wages, mandatoryPayments, incomeAverage, additionalIncome, otherIncome, otherPayments, rentalIncome, retirementIncome, snils, armyIdFlg, conscription, } = formData;
|
|
7094
7094
|
return {
|
|
7095
7095
|
maritalStatusCd: familyStatus,
|
|
7096
|
-
childrenDependents: children,
|
|
7097
7096
|
totalDependents: familyMembers,
|
|
7097
|
+
incomeCertificateCd: confirmationIncome,
|
|
7098
7098
|
otherDependents: dependents,
|
|
7099
|
+
childrenDependents: children,
|
|
7099
7100
|
militaryStatusCd: conscription,
|
|
7100
7101
|
participantIncomes: getParticipantIncomes({
|
|
7101
7102
|
wages,
|
|
@@ -7194,7 +7195,6 @@
|
|
|
7194
7195
|
generalSeniority: experience5Years,
|
|
7195
7196
|
jobsNumber,
|
|
7196
7197
|
lastWorkDuration: lastJobExperience,
|
|
7197
|
-
payrollCardRshbFlg: true,
|
|
7198
7198
|
positionCd: positionOrganization,
|
|
7199
7199
|
participantContacts: getParticipantContacts({
|
|
7200
7200
|
organizationPhone: organizationPhone && formatPhone(organizationPhone),
|
|
@@ -10776,7 +10776,7 @@
|
|
|
10776
10776
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10777
10777
|
});
|
|
10778
10778
|
|
|
10779
|
-
const packageVersion = "0.14.
|
|
10779
|
+
const packageVersion = "0.14.703";
|
|
10780
10780
|
|
|
10781
10781
|
exports.Blocks = Blocks;
|
|
10782
10782
|
exports.ContentPage = ContentPage;
|