@redneckz/wildless-cms-uni-blocks 0.14.808 → 0.14.809
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.js +1 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.js +1 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.js +1 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.js +1 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/mobile/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
- package/package.json +1 -1
- package/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6824,7 +6824,7 @@
|
|
|
6824
6824
|
checkRangeByKeys(monthsValue || defaultMonth, ['minMonths', 'maxMonths'], row),
|
|
6825
6825
|
].every(Boolean)) || DEFAULT_DEPOSIT_CALCULATOR_PARAMS;
|
|
6826
6826
|
const { rate } = depositCalculatorSourceBookParams;
|
|
6827
|
-
const extraPercent = userInputParams?.extraPercent?.key;
|
|
6827
|
+
const extraPercent = userInputParams?.extraPercent?.key ?? 0;
|
|
6828
6828
|
const totalRate = Number(rate) + Number(extraPercent);
|
|
6829
6829
|
const income = getDepositIncome(totalRate, userInputParams);
|
|
6830
6830
|
const finalSum = moneyValue + income;
|
|
@@ -11459,7 +11459,7 @@
|
|
|
11459
11459
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11460
11460
|
});
|
|
11461
11461
|
|
|
11462
|
-
const packageVersion = "0.14.
|
|
11462
|
+
const packageVersion = "0.14.808";
|
|
11463
11463
|
|
|
11464
11464
|
exports.Blocks = Blocks;
|
|
11465
11465
|
exports.ContentPage = ContentPage;
|