@redneckz/wildless-cms-uni-blocks 0.14.995 → 0.14.997
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 +18 -24
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/dist/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/dist/components/CalculatorDeposit/normalize.js +1 -8
- package/dist/components/CalculatorDeposit/normalize.js.map +1 -1
- package/dist/ui-kit/FormField/constants.js +17 -17
- package/dist/ui-kit/FormField/constants.js.map +1 -1
- package/lib/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/lib/components/CalculatorDeposit/normalize.js +0 -6
- package/lib/components/CalculatorDeposit/normalize.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/lib/ui-kit/FormField/constants.js +17 -17
- package/lib/ui-kit/FormField/constants.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +18 -24
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/mobile/dist/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/mobile/dist/components/CalculatorDeposit/normalize.js +1 -8
- package/mobile/dist/components/CalculatorDeposit/normalize.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/constants.js +17 -17
- package/mobile/dist/ui-kit/FormField/constants.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/normalize.d.ts +0 -3
- package/mobile/lib/components/CalculatorDeposit/normalize.js +0 -6
- package/mobile/lib/components/CalculatorDeposit/normalize.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/constants.js +17 -17
- package/mobile/lib/ui-kit/FormField/constants.js.map +1 -1
- package/mobile/src/components/CalculatorDeposit/normalize.tsx +0 -7
- package/mobile/src/ui-kit/FormField/constants.tsx +17 -17
- package/package.json +1 -1
- package/src/components/CalculatorDeposit/normalize.tsx +0 -7
- package/src/ui-kit/FormField/constants.tsx +17 -17
package/bundle/bundle.umd.js
CHANGED
|
@@ -1452,19 +1452,19 @@
|
|
|
1452
1452
|
{ id: 'otherIssues', text: 'Иные вопросы ВЭД' },
|
|
1453
1453
|
];
|
|
1454
1454
|
const INTERNSHIP_DIRECTION = [
|
|
1455
|
-
{ key: '
|
|
1456
|
-
{ key: '
|
|
1457
|
-
{ key: '
|
|
1458
|
-
{ key: '
|
|
1459
|
-
{ key: '
|
|
1460
|
-
{ key: '
|
|
1461
|
-
{ key: '
|
|
1462
|
-
{ key: '
|
|
1463
|
-
{ key: '
|
|
1464
|
-
{ key: '
|
|
1465
|
-
{ key: '
|
|
1466
|
-
{ key: '
|
|
1467
|
-
{ key: '
|
|
1455
|
+
{ key: 'Экономика и финансы', text: 'Экономика и финансы' },
|
|
1456
|
+
{ key: 'Аудит', text: 'Аудит' },
|
|
1457
|
+
{ key: 'Юриспруденция', text: 'Юриспруденция' },
|
|
1458
|
+
{ key: 'ИТ', text: 'ИТ' },
|
|
1459
|
+
{ key: 'Маркетинг', text: 'Маркетинг' },
|
|
1460
|
+
{ key: 'HR', text: 'HR' },
|
|
1461
|
+
{ key: 'Аналитика', text: 'Аналитика' },
|
|
1462
|
+
{ key: 'Менеджмент', text: 'Менеджмент' },
|
|
1463
|
+
{ key: 'ГМУ', text: 'ГМУ' },
|
|
1464
|
+
{ key: 'Дизайн', text: 'Дизайн' },
|
|
1465
|
+
{ key: 'Журналистика', text: 'Журналистика' },
|
|
1466
|
+
{ key: 'Контакт-центр', text: 'Контакт-центр' },
|
|
1467
|
+
{ key: 'Другое', text: 'Другое' },
|
|
1468
1468
|
];
|
|
1469
1469
|
const WORKING_HOURS = [
|
|
1470
1470
|
{ key: '20', text: '20' },
|
|
@@ -1472,10 +1472,10 @@
|
|
|
1472
1472
|
{ key: '40', text: '40' },
|
|
1473
1473
|
];
|
|
1474
1474
|
const EDUCATION_LEVEL = [
|
|
1475
|
-
{ key: '
|
|
1476
|
-
{ key: '
|
|
1477
|
-
{ key: '
|
|
1478
|
-
{ key: '
|
|
1475
|
+
{ key: 'Бакалавриат', text: 'Бакалавриат' },
|
|
1476
|
+
{ key: 'Специалитет', text: 'Специалитет' },
|
|
1477
|
+
{ key: 'Магистратура', text: 'Магистратура' },
|
|
1478
|
+
{ key: 'Аспирантура', text: 'Аспирантура' },
|
|
1479
1479
|
];
|
|
1480
1480
|
|
|
1481
1481
|
// TODO Базовая функицональность всех Control - надо вынести и привязать к required флагу
|
|
@@ -8834,7 +8834,6 @@
|
|
|
8834
8834
|
: {
|
|
8835
8835
|
..._,
|
|
8836
8836
|
...normalizeReplenishWithdrawn(_),
|
|
8837
|
-
...normalizeMoneyValue(_, rows),
|
|
8838
8837
|
...normalizeMonthValue(_, rows),
|
|
8839
8838
|
...normalizeCurrency(_, rows),
|
|
8840
8839
|
};
|
|
@@ -8843,11 +8842,6 @@
|
|
|
8843
8842
|
const monthsValue = _.monthsValue || Math.round((minMonths + maxMonths) / 2);
|
|
8844
8843
|
return { monthsValue: clamp(monthsValue, minMonths, maxMonths) };
|
|
8845
8844
|
};
|
|
8846
|
-
const normalizeMoneyValue = (_, rows) => {
|
|
8847
|
-
const { minSum, maxSum } = getRangeByKeys(['minSum', 'maxSum'], getRows(rows, _?.currency));
|
|
8848
|
-
const moneyValue = _.moneyValue || minSum;
|
|
8849
|
-
return { moneyValue: clamp(moneyValue, minSum, maxSum) };
|
|
8850
|
-
};
|
|
8851
8845
|
const normalizeCurrency = (_, rows) => ({
|
|
8852
8846
|
currency: _?.currency ?? rows?.map((row) => row.currency)?.[0],
|
|
8853
8847
|
});
|
|
@@ -13742,7 +13736,7 @@
|
|
|
13742
13736
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
13743
13737
|
});
|
|
13744
13738
|
|
|
13745
|
-
const packageVersion = "0.14.
|
|
13739
|
+
const packageVersion = "0.14.996";
|
|
13746
13740
|
|
|
13747
13741
|
exports.Blocks = Blocks;
|
|
13748
13742
|
exports.ContentPage = ContentPage;
|