@redneckz/wildless-cms-uni-blocks 0.14.789 → 0.14.790
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/renderDepositParamsForm.js +1 -1
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.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/renderDepositParamsForm.js +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +3 -1
- package/package.json +1 -1
- package/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +3 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6723,7 +6723,7 @@
|
|
|
6723
6723
|
|
|
6724
6724
|
const renderDepositParamsForm = (params, field, extraPercents) => {
|
|
6725
6725
|
const isCurrency = params?.currency?.key !== 'rub';
|
|
6726
|
-
return (jsxs("div", { className: "grid grid-cols-2 gap-lg", children: [renderReplenish(field('isReplenish'), params, isCurrency), renderWithdrawn(field('isWithdrawn'), params, isCurrency), renderSeparator(params.isShowReplenish || params.isShowWithdrawn), params.isShowMonthlyInterestPayment ? renderPayout(field('isMonthlyInterestPayment')) : null, renderRegistrationType(field('isRemoteRegistration'), params.isShowRemoteRegistration), renderExtraPercents(field('extraPercent'), extraPercents), params.isShowNewClient ? jsx(Checkbox, { text: "\u041D\u043E\u0432\u044B\u0439 \
|
|
6726
|
+
return (jsxs("div", { className: "grid grid-cols-2 gap-lg", children: [renderReplenish(field('isReplenish'), params, isCurrency), renderWithdrawn(field('isWithdrawn'), params, isCurrency), renderSeparator(params.isShowReplenish || params.isShowWithdrawn), params.isShowMonthlyInterestPayment ? renderPayout(field('isMonthlyInterestPayment')) : null, renderRegistrationType(field('isRemoteRegistration'), params.isShowRemoteRegistration), renderExtraPercents(field('extraPercent'), extraPercents), params.isShowNewClient ? (jsx(Checkbox, { text: "\u041D\u043E\u0432\u044B\u0439 \u0441\u0431\u0435\u0440\u0435\u0433\u0430\u0442\u0435\u043B\u044C", ...field('isNewClient') })) : null] }));
|
|
6727
6727
|
};
|
|
6728
6728
|
const renderReplenish = (props, params, isCurrency = false) => params.isShowReplenish
|
|
6729
6729
|
? renderBinaryRadioButtonGroup({
|
|
@@ -11264,7 +11264,7 @@
|
|
|
11264
11264
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11265
11265
|
});
|
|
11266
11266
|
|
|
11267
|
-
const packageVersion = "0.14.
|
|
11267
|
+
const packageVersion = "0.14.789";
|
|
11268
11268
|
|
|
11269
11269
|
exports.Blocks = Blocks;
|
|
11270
11270
|
exports.ContentPage = ContentPage;
|