@redneckz/wildless-cms-uni-blocks 0.14.829 → 0.14.830
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/bundle/retail/api/updateUserTask.d.ts +1 -1
- package/dist/components/CreditForm/getCalcData.js +1 -1
- package/dist/components/CreditForm/getCalcData.js.map +1 -1
- package/dist/retail/api/updateUserTask.d.ts +1 -1
- package/lib/components/CreditForm/getCalcData.js +1 -1
- package/lib/components/CreditForm/getCalcData.js.map +1 -1
- package/lib/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/dist/components/CreditForm/getCalcData.js +1 -1
- package/mobile/dist/components/CreditForm/getCalcData.js.map +1 -1
- package/mobile/dist/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/lib/components/CreditForm/getCalcData.js +1 -1
- package/mobile/lib/components/CreditForm/getCalcData.js.map +1 -1
- package/mobile/lib/retail/api/updateUserTask.d.ts +1 -1
- package/mobile/src/components/CreditForm/getCalcData.ts +1 -1
- package/mobile/src/retail/api/updateUserTask.ts +1 -1
- package/package.json +1 -1
- package/src/components/CreditForm/getCalcData.ts +1 -1
- package/src/retail/api/updateUserTask.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -8855,7 +8855,7 @@
|
|
|
8855
8855
|
|
|
8856
8856
|
const PAYMENT_TYPE_DATA = {
|
|
8857
8857
|
annuity: { key: 'ANNUITY', value: 'Аннуитетный' },
|
|
8858
|
-
differential: { key: '
|
|
8858
|
+
differential: { key: 'DIFFERENTIATED', value: 'Дифференцированный ' },
|
|
8859
8859
|
};
|
|
8860
8860
|
const getCalcData = (formData) => {
|
|
8861
8861
|
const { moneyValue, monthsValue, isAnnuity } = formData?.calculator ?? {};
|
|
@@ -11453,7 +11453,7 @@
|
|
|
11453
11453
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11454
11454
|
});
|
|
11455
11455
|
|
|
11456
|
-
const packageVersion = "0.14.
|
|
11456
|
+
const packageVersion = "0.14.829";
|
|
11457
11457
|
|
|
11458
11458
|
exports.Blocks = Blocks;
|
|
11459
11459
|
exports.ContentPage = ContentPage;
|