@redneckz/wildless-cms-uni-blocks 0.14.778 → 0.14.787
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/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +179 -122
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/bundle/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/bundle/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/bundle/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/bundle/retail/inputs.d.ts +77 -76
- package/bundle/retail/model/LeadFormState.d.ts +2 -2
- package/bundle/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/bundle/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +10 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +0 -3
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/dist/components/CalculatorCredit/CalculatorCredit.js +0 -2
- package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js +16 -7
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/dist/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/dist/components/CalculatorDeposit/normalize.js.map +1 -1
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js +30 -41
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/dist/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/dist/components/CalculatorDeposit/renderRegistrationType.js +11 -7
- package/dist/components/CalculatorDeposit/renderRegistrationType.js.map +1 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -4
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/dist/components/Header/useChatBot.js +2 -1
- package/dist/components/Header/useChatBot.js.map +1 -1
- package/dist/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/dist/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/dist/retail/components/DocumentDialog/DocumentDialog.js +1 -1
- package/dist/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/dist/retail/components/EsiaLoginDialog/EsiaLoginDialog.js +1 -1
- package/dist/retail/components/EsiaLoginDialog/EsiaLoginDialog.js.map +1 -1
- package/dist/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/dist/retail/components/Fields/AddressCourierField.js +50 -0
- package/dist/retail/components/Fields/AddressCourierField.js.map +1 -0
- package/dist/retail/inputs.d.ts +77 -76
- package/dist/retail/inputs.js +6 -1
- package/dist/retail/inputs.js.map +1 -1
- package/dist/retail/model/LeadFormState.d.ts +2 -2
- package/dist/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/dist/ui-kit/Calculator/getDefaultParams.js +7 -1
- package/dist/ui-kit/Calculator/getDefaultParams.js.map +1 -1
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +1 -1
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/dist/ui-kit/Calculator/renderPaymentType.js +2 -0
- package/dist/ui-kit/Calculator/renderPaymentType.js.map +1 -1
- package/dist/ui-kit/Calculator/renderPayout.js +2 -0
- package/dist/ui-kit/Calculator/renderPayout.js.map +1 -1
- package/dist/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/lib/common.css +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +10 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +0 -3
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/lib/components/CalculatorCredit/CalculatorCredit.js +0 -2
- package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/lib/components/CalculatorDeposit/CalculatorDeposit.fixture.d.ts +1 -0
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js +17 -8
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/lib/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/lib/components/CalculatorDeposit/normalize.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js +32 -43
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/lib/components/CalculatorDeposit/renderRegistrationType.js +11 -7
- package/lib/components/CalculatorDeposit/renderRegistrationType.js.map +1 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -4
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/lib/components/Header/useChatBot.js +2 -1
- package/lib/components/Header/useChatBot.js.map +1 -1
- package/lib/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/lib/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/lib/retail/components/DocumentDialog/DocumentDialog.js +1 -1
- package/lib/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/lib/retail/components/EsiaLoginDialog/EsiaLoginDialog.js +1 -1
- package/lib/retail/components/EsiaLoginDialog/EsiaLoginDialog.js.map +1 -1
- package/lib/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/lib/retail/components/Fields/AddressCourierField.js +48 -0
- package/lib/retail/components/Fields/AddressCourierField.js.map +1 -0
- package/lib/retail/inputs.d.ts +77 -76
- package/lib/retail/inputs.js +6 -1
- package/lib/retail/inputs.js.map +1 -1
- package/lib/retail/model/LeadFormState.d.ts +2 -2
- package/lib/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/lib/ui-kit/Calculator/getDefaultParams.js +7 -1
- package/lib/ui-kit/Calculator/getDefaultParams.js.map +1 -1
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +1 -1
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/lib/ui-kit/Calculator/renderPaymentType.js +2 -0
- package/lib/ui-kit/Calculator/renderPaymentType.js.map +1 -1
- package/lib/ui-kit/Calculator/renderPayout.js +2 -0
- package/lib/ui-kit/Calculator/renderPayout.js.map +1 -1
- package/lib/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +177 -121
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/mobile/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/mobile/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/mobile/bundle/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/mobile/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/bundle/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/mobile/bundle/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/mobile/bundle/retail/inputs.d.ts +77 -76
- package/mobile/bundle/retail/model/LeadFormState.d.ts +2 -2
- package/mobile/bundle/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/mobile/bundle/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +10 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +0 -3
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js +0 -2
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js +16 -7
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/mobile/dist/components/CalculatorDeposit/normalize.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js +30 -41
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderRegistrationType.js +11 -7
- package/mobile/dist/components/CalculatorDeposit/renderRegistrationType.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -4
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/dist/components/Header/useChatBot.js +2 -1
- package/mobile/dist/components/Header/useChatBot.js.map +1 -1
- package/mobile/dist/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/mobile/dist/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/mobile/dist/retail/components/DocumentDialog/DocumentDialog.js +1 -1
- package/mobile/dist/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/mobile/dist/retail/components/EsiaLoginDialog/EsiaLoginDialog.js +1 -1
- package/mobile/dist/retail/components/EsiaLoginDialog/EsiaLoginDialog.js.map +1 -1
- package/mobile/dist/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/mobile/dist/retail/components/Fields/AddressCourierField.js +50 -0
- package/mobile/dist/retail/components/Fields/AddressCourierField.js.map +1 -0
- package/mobile/dist/retail/inputs.d.ts +77 -76
- package/mobile/dist/retail/inputs.js +6 -1
- package/mobile/dist/retail/inputs.js.map +1 -1
- package/mobile/dist/retail/model/LeadFormState.d.ts +2 -2
- package/mobile/dist/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/mobile/dist/ui-kit/Calculator/getDefaultParams.js +7 -1
- package/mobile/dist/ui-kit/Calculator/getDefaultParams.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +1 -1
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderPaymentType.js +2 -0
- package/mobile/dist/ui-kit/Calculator/renderPaymentType.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderPayout.js +2 -0
- package/mobile/dist/ui-kit/Calculator/renderPayout.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +3 -2
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +10 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +0 -3
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js +0 -2
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +1 -2
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js +17 -8
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +31 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -27
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/normalize.d.ts +2 -3
- package/mobile/lib/components/CalculatorDeposit/normalize.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js +32 -43
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderRegistrationType.d.ts +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderRegistrationType.js +11 -7
- package/mobile/lib/components/CalculatorDeposit/renderRegistrationType.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -4
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/lib/components/Header/useChatBot.js +2 -1
- package/mobile/lib/components/Header/useChatBot.js.map +1 -1
- package/mobile/lib/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/mobile/lib/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/mobile/lib/retail/components/DocumentDialog/DocumentDialog.js +1 -1
- package/mobile/lib/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/mobile/lib/retail/components/EsiaLoginDialog/EsiaLoginDialog.js +1 -1
- package/mobile/lib/retail/components/EsiaLoginDialog/EsiaLoginDialog.js.map +1 -1
- package/mobile/lib/retail/components/Fields/AddressCourierField.d.ts +9 -0
- package/mobile/lib/retail/components/Fields/AddressCourierField.js +48 -0
- package/mobile/lib/retail/components/Fields/AddressCourierField.js.map +1 -0
- package/mobile/lib/retail/inputs.d.ts +77 -76
- package/mobile/lib/retail/inputs.js +6 -1
- package/mobile/lib/retail/inputs.js.map +1 -1
- package/mobile/lib/retail/model/LeadFormState.d.ts +2 -2
- package/mobile/lib/ui-kit/Calculator/getDefaultParams.d.ts +11 -2
- package/mobile/lib/ui-kit/Calculator/getDefaultParams.js +7 -1
- package/mobile/lib/ui-kit/Calculator/getDefaultParams.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +1 -2
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +1 -1
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderPaymentType.js +2 -0
- package/mobile/lib/ui-kit/Calculator/renderPaymentType.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderPayout.js +2 -0
- package/mobile/lib/ui-kit/Calculator/renderPayout.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/setDefaultParamsCalc.d.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +2 -0
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -0
- package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +13 -1
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +0 -3
- package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -2
- package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +38 -15
- package/mobile/src/components/CalculatorDeposit/CalculatorDepositContent.ts +41 -0
- package/mobile/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +3 -39
- package/mobile/src/components/CalculatorDeposit/normalize.tsx +1 -2
- package/mobile/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +65 -52
- package/mobile/src/components/CalculatorDeposit/renderRegistrationType.tsx +15 -8
- package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
- package/mobile/src/components/Header/useChatBot.ts +3 -2
- package/mobile/src/retail/adaptors/getFamilyStatusAndIncomeData.ts +1 -1
- package/mobile/src/retail/components/DocumentDialog/DocumentDialog.tsx +1 -1
- package/mobile/src/retail/components/EsiaLoginDialog/EsiaLoginDialog.tsx +8 -3
- package/mobile/src/retail/components/Fields/AddressCourierField.tsx +74 -0
- package/mobile/src/retail/inputs.tsx +10 -1
- package/mobile/src/retail/model/LeadFormState.ts +2 -2
- package/mobile/src/ui-kit/Calculator/getDefaultParams.tsx +13 -6
- package/mobile/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +2 -11
- package/mobile/src/ui-kit/Calculator/renderPaymentType.tsx +2 -0
- package/mobile/src/ui-kit/Calculator/renderPayout.tsx +2 -0
- package/mobile/src/ui-kit/Calculator/setDefaultParamsCalc.tsx +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +2 -0
- package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -0
- package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +13 -1
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +0 -3
- package/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -2
- package/src/components/CalculatorDeposit/CalculatorDeposit.fixture.tsx +12 -0
- package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +38 -15
- package/src/components/CalculatorDeposit/CalculatorDepositContent.ts +41 -0
- package/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +3 -39
- package/src/components/CalculatorDeposit/normalize.tsx +1 -2
- package/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +65 -52
- package/src/components/CalculatorDeposit/renderRegistrationType.tsx +15 -8
- package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
- package/src/components/Header/useChatBot.ts +3 -2
- package/src/retail/adaptors/getFamilyStatusAndIncomeData.ts +1 -1
- package/src/retail/components/DocumentDialog/DocumentDialog.tsx +1 -1
- package/src/retail/components/EsiaLoginDialog/EsiaLoginDialog.tsx +8 -3
- package/src/retail/components/Fields/AddressCourierField.tsx +74 -0
- package/src/retail/inputs.tsx +10 -1
- package/src/retail/model/LeadFormState.ts +2 -2
- package/src/ui-kit/Calculator/getDefaultParams.tsx +13 -6
- package/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +2 -11
- package/src/ui-kit/Calculator/renderPaymentType.tsx +2 -0
- package/src/ui-kit/Calculator/renderPayout.tsx +2 -0
- package/src/ui-kit/Calculator/setDefaultParamsCalc.tsx +1 -1
package/lib/retail/inputs.d.ts
CHANGED
|
@@ -1,84 +1,85 @@
|
|
|
1
|
+
import { type CustomFieldProps } from '../ui-kit/FormField/CustomFieldProps';
|
|
1
2
|
export declare const InputsApplicationLeadMap: {
|
|
2
|
-
limitedBirthday: import("@redneckz/uni-jsx").UNIComponent<
|
|
3
|
-
name: import("@redneckz/uni-jsx").UNIComponent<
|
|
4
|
-
surname: import("@redneckz/uni-jsx").UNIComponent<
|
|
5
|
-
middleName: import("@redneckz/uni-jsx").UNIComponent<
|
|
6
|
-
email: import("@redneckz/uni-jsx").UNIComponent<
|
|
3
|
+
limitedBirthday: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
4
|
+
name: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
5
|
+
surname: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
6
|
+
middleName: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
7
|
+
email: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
7
8
|
};
|
|
8
9
|
export declare const InputsConsentsMap: {
|
|
9
|
-
processPersonalDataFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
10
|
-
consentProviderFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
11
|
-
consentOthersFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
12
|
-
consentInformFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
13
|
-
consentPfrFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
14
|
-
consentInformMaterialsFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
15
|
-
consentPhotoFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
16
|
-
consentFATCA: import("@redneckz/uni-jsx").UNIComponent<
|
|
10
|
+
processPersonalDataFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
11
|
+
consentProviderFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
12
|
+
consentOthersFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
13
|
+
consentInformFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
14
|
+
consentPfrFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
15
|
+
consentInformMaterialsFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
16
|
+
consentPhotoFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
17
|
+
consentFATCA: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
17
18
|
};
|
|
18
19
|
export declare const InputsRetailMap: {
|
|
19
|
-
organization: import("@redneckz/uni-jsx").UNIComponent<
|
|
20
|
-
organizationAddress: import("@redneckz/uni-jsx").UNIComponent<
|
|
21
|
-
organizationPhone: import("@redneckz/uni-jsx").UNIComponent<
|
|
22
|
-
organizationName: import("@redneckz/uni-jsx").UNIComponent<
|
|
23
|
-
legalForm: import("@redneckz/uni-jsx").UNIComponent<
|
|
24
|
-
generalSeniority: import("@redneckz/uni-jsx").UNIComponent<
|
|
25
|
-
lastJobExperience: import("@redneckz/uni-jsx").UNIComponent<
|
|
26
|
-
experience5Years: import("@redneckz/uni-jsx").UNIComponent<
|
|
27
|
-
jobsNumber: import("@redneckz/uni-jsx").UNIComponent<
|
|
28
|
-
beginDate: import("@redneckz/uni-jsx").UNIComponent<
|
|
29
|
-
addressFact: import("@redneckz/uni-jsx").UNIComponent<
|
|
30
|
-
addressRegistration: import("@redneckz/uni-jsx").UNIComponent<
|
|
31
|
-
addressRetail: import("@redneckz/uni-jsx").UNIComponent<
|
|
32
|
-
addressMatch: import("@redneckz/uni-jsx").UNIComponent<
|
|
33
|
-
sex: import("@redneckz/uni-jsx").UNIComponent<
|
|
34
|
-
limitedBirthday: import("@redneckz/uni-jsx").UNIComponent<
|
|
35
|
-
birthPlace: import("@redneckz/uni-jsx").UNIComponent<
|
|
36
|
-
education: import("@redneckz/uni-jsx").UNIComponent<
|
|
37
|
-
housing: import("@redneckz/uni-jsx").UNIComponent<
|
|
38
|
-
amountWorkers: import("@redneckz/uni-jsx").UNIComponent<
|
|
39
|
-
employment: import("@redneckz/uni-jsx").UNIComponent<
|
|
40
|
-
employerActivities: import("@redneckz/uni-jsx").UNIComponent<
|
|
41
|
-
employerOrganization: import("@redneckz/uni-jsx").UNIComponent<
|
|
42
|
-
positionOrganization: import("@redneckz/uni-jsx").UNIComponent<
|
|
43
|
-
familyStatus: import("@redneckz/uni-jsx").UNIComponent<
|
|
44
|
-
familyMembers: import("@redneckz/uni-jsx").UNIComponent<
|
|
45
|
-
children: import("@redneckz/uni-jsx").UNIComponent<
|
|
46
|
-
dependents: import("@redneckz/uni-jsx").UNIComponent<
|
|
47
|
-
totalIncome: import("@redneckz/uni-jsx").UNIComponent<
|
|
48
|
-
expenses: import("@redneckz/uni-jsx").UNIComponent<
|
|
49
|
-
snils: import("@redneckz/uni-jsx").UNIComponent<
|
|
50
|
-
conscription: import("@redneckz/uni-jsx").UNIComponent<
|
|
51
|
-
armyIdFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
52
|
-
dulSerie: import("@redneckz/uni-jsx").UNIComponent<
|
|
53
|
-
dulNumber: import("@redneckz/uni-jsx").UNIComponent<
|
|
54
|
-
dulIssueDate: import("@redneckz/uni-jsx").UNIComponent<
|
|
55
|
-
dulSubdivisionCode: import("@redneckz/uni-jsx").UNIComponent<
|
|
56
|
-
dulIssuedBy: import("@redneckz/uni-jsx").UNIComponent<
|
|
57
|
-
participantDateRegistration: import("@redneckz/uni-jsx").UNIComponent<
|
|
58
|
-
retirementIncome: import("@redneckz/uni-jsx").UNIComponent<
|
|
59
|
-
otherIncome: import("@redneckz/uni-jsx").UNIComponent<
|
|
60
|
-
wages: import("@redneckz/uni-jsx").UNIComponent<
|
|
61
|
-
mandatoryPayments: import("@redneckz/uni-jsx").UNIComponent<
|
|
62
|
-
bankruptcyFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
63
|
-
shareholderFlg: import("@redneckz/uni-jsx").UNIComponent<
|
|
64
|
-
legalEntityName: import("@redneckz/uni-jsx").UNIComponent<
|
|
65
|
-
creditInRshbCd: import("@redneckz/uni-jsx").UNIComponent<
|
|
66
|
-
bankEmployeeCode: import("@redneckz/uni-jsx").UNIComponent<
|
|
67
|
-
partInBusiness: import("@redneckz/uni-jsx").UNIComponent<
|
|
68
|
-
regionRetail: import("@redneckz/uni-jsx").UNIComponent<
|
|
69
|
-
infoCard: import("@redneckz/uni-jsx").UNIComponent<
|
|
70
|
-
calculator: import("@redneckz/uni-jsx").UNIComponent<
|
|
71
|
-
confirmationIncome: import("@redneckz/uni-jsx").UNIComponent<
|
|
72
|
-
inn: import("@redneckz/uni-jsx").UNIComponent<
|
|
20
|
+
organization: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
21
|
+
organizationAddress: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
22
|
+
organizationPhone: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
23
|
+
organizationName: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
24
|
+
legalForm: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
25
|
+
generalSeniority: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
26
|
+
lastJobExperience: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
27
|
+
experience5Years: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
28
|
+
jobsNumber: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
29
|
+
beginDate: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
30
|
+
addressFact: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
31
|
+
addressRegistration: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
32
|
+
addressRetail: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
33
|
+
addressMatch: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
34
|
+
sex: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
35
|
+
limitedBirthday: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
36
|
+
birthPlace: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
37
|
+
education: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
38
|
+
housing: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
39
|
+
amountWorkers: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
40
|
+
employment: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
41
|
+
employerActivities: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
42
|
+
employerOrganization: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
43
|
+
positionOrganization: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
44
|
+
familyStatus: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
45
|
+
familyMembers: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
46
|
+
children: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
47
|
+
dependents: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
48
|
+
totalIncome: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
49
|
+
expenses: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
50
|
+
snils: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
51
|
+
conscription: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
52
|
+
armyIdFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
53
|
+
dulSerie: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
54
|
+
dulNumber: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
55
|
+
dulIssueDate: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
56
|
+
dulSubdivisionCode: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
57
|
+
dulIssuedBy: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
58
|
+
participantDateRegistration: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
59
|
+
retirementIncome: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
60
|
+
otherIncome: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
61
|
+
wages: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
62
|
+
mandatoryPayments: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
63
|
+
bankruptcyFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
64
|
+
shareholderFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
65
|
+
legalEntityName: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
66
|
+
creditInRshbCd: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
67
|
+
bankEmployeeCode: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
68
|
+
partInBusiness: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
69
|
+
regionRetail: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
70
|
+
infoCard: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
71
|
+
calculator: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
72
|
+
confirmationIncome: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
73
|
+
inn: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
73
74
|
};
|
|
74
75
|
export declare const InputRetailCardMap: {
|
|
75
|
-
addressCourier:
|
|
76
|
-
paymentSystem: import("@redneckz/uni-jsx").UNIComponent<
|
|
77
|
-
currency: import("@redneckz/uni-jsx").UNIComponent<
|
|
78
|
-
cardCategory: import("@redneckz/uni-jsx").UNIComponent<
|
|
79
|
-
codeWord: import("@redneckz/uni-jsx").UNIComponent<
|
|
80
|
-
methodObtain: import("@redneckz/uni-jsx").UNIComponent<
|
|
81
|
-
deliveryDate: import("@redneckz/uni-jsx").UNIComponent<
|
|
82
|
-
latinName: import("@redneckz/uni-jsx").UNIComponent<
|
|
83
|
-
latinSurname: import("@redneckz/uni-jsx").UNIComponent<
|
|
76
|
+
addressCourier: (props: CustomFieldProps) => any;
|
|
77
|
+
paymentSystem: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
78
|
+
currency: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
79
|
+
cardCategory: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
80
|
+
codeWord: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
81
|
+
methodObtain: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
82
|
+
deliveryDate: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
83
|
+
latinName: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
84
|
+
latinSurname: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
84
85
|
};
|
package/lib/retail/inputs.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
|
|
1
2
|
import { PhoneField } from '../ui-kit/FormField/Fields/PhoneField.js';
|
|
3
|
+
import { AddressCourierField } from './components/Fields/AddressCourierField.js';
|
|
2
4
|
import { AddressFactField } from './components/Fields/AddressFactField.js';
|
|
3
5
|
import { AddressField } from './components/Fields/AddressField.js';
|
|
4
6
|
import { AddressMatchField } from './components/Fields/AddressMatchField.js';
|
|
@@ -64,6 +66,9 @@ import { SnilsField } from './components/Fields/SnilsField.js';
|
|
|
64
66
|
import { SurnameField } from './components/Fields/SurnameField.js';
|
|
65
67
|
import { TotalIncomeField } from './components/Fields/TotalIncomeField.js';
|
|
66
68
|
import { WagesField } from './components/Fields/WagesField.js';
|
|
69
|
+
const DELIVERY_CITIES_REF = {
|
|
70
|
+
$ref: '/wcms-resources/delivery-cities-data.json',
|
|
71
|
+
};
|
|
67
72
|
export const InputsApplicationLeadMap = {
|
|
68
73
|
limitedBirthday: LimitedBirthdayField,
|
|
69
74
|
name: NameField,
|
|
@@ -138,7 +143,7 @@ export const InputsRetailMap = {
|
|
|
138
143
|
inn: DaDataInnField,
|
|
139
144
|
};
|
|
140
145
|
export const InputRetailCardMap = {
|
|
141
|
-
addressCourier:
|
|
146
|
+
addressCourier: (props) => (_jsx(AddressCourierField, { ...props, source: DELIVERY_CITIES_REF })),
|
|
142
147
|
paymentSystem: PaymentSystemField,
|
|
143
148
|
currency: CurrencyField,
|
|
144
149
|
cardCategory: CardCategoryField,
|
package/lib/retail/inputs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../src/retail/inputs.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../src/retail/inputs.tsx"],"names":[],"mappings":"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"}
|
|
@@ -50,7 +50,7 @@ export interface Address {
|
|
|
50
50
|
qcComplete?: string;
|
|
51
51
|
qcHouse?: string;
|
|
52
52
|
}
|
|
53
|
-
export interface
|
|
53
|
+
export interface CalculatorProps {
|
|
54
54
|
moneyValue?: number;
|
|
55
55
|
monthsValue?: number;
|
|
56
56
|
isAnnuity?: boolean;
|
|
@@ -152,7 +152,7 @@ export interface LeadFormState extends FormRetailConsents, FormStateDeliveryType
|
|
|
152
152
|
cardCategory?: Option;
|
|
153
153
|
codeWord?: string;
|
|
154
154
|
esiaAccountTypeCd?: Option;
|
|
155
|
-
calculator?:
|
|
155
|
+
calculator?: CalculatorProps;
|
|
156
156
|
addressRetail?: Option;
|
|
157
157
|
loanAmount?: number;
|
|
158
158
|
creditPeriod?: number;
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
import { type DepositCalculatorSourceBookParams } from '../../components/CalculatorDeposit/
|
|
1
|
+
import { type DepositCalculatorSourceBookParams } from '../../components/CalculatorDeposit/CalculatorDepositContent';
|
|
2
|
+
import { type Option } from '../Select/Option';
|
|
2
3
|
import { type CalcDefaultParamsProps } from './CalculatorProps';
|
|
3
4
|
export declare const getDefaultParamsMin: (rateRows?: CalcDefaultParamsProps[]) => CalcDefaultParamsProps | undefined;
|
|
4
|
-
export declare const getDefaultParamsMax: (rateRows?: DepositCalculatorSourceBookParams[], isNewClient?: boolean) =>
|
|
5
|
+
export declare const getDefaultParamsMax: (rateRows?: DepositCalculatorSourceBookParams[], isNewClient?: boolean, extraPercents?: Option[]) => {
|
|
6
|
+
extraPercent: Option | undefined;
|
|
7
|
+
extraPercents: Option[];
|
|
8
|
+
minSum?: number | undefined;
|
|
9
|
+
maxSum?: number | undefined;
|
|
10
|
+
minMonths?: number | undefined;
|
|
11
|
+
maxMonths?: number | undefined;
|
|
12
|
+
rate?: number | undefined;
|
|
13
|
+
};
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export const getDefaultParamsMin = (rateRows) => getDefaultParams([(i, acc) => i < acc, (i, prev) => i?.maxSum > prev?.maxSum], rateRows);
|
|
2
|
-
export const getDefaultParamsMax = (rateRows = [], isNewClient = false
|
|
2
|
+
export const getDefaultParamsMax = (rateRows = [], isNewClient = false, extraPercents = []) => {
|
|
3
|
+
return {
|
|
4
|
+
...getDefaultParams([(i, acc) => i > acc, (i, prev) => i?.minSum < prev?.minSum], rateRows?.filter((_) => isNewClient === Boolean(_?.isNewClient))),
|
|
5
|
+
extraPercent: extraPercents.at(-1),
|
|
6
|
+
extraPercents,
|
|
7
|
+
};
|
|
8
|
+
};
|
|
3
9
|
const getDefaultParams = (comparators, rateRows) => {
|
|
4
10
|
if (!rateRows?.length) {
|
|
5
11
|
return undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDefaultParams.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/getDefaultParams.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getDefaultParams.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/getDefaultParams.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,QAAmC,EAAE,EAAE,CACzE,gBAAgB,CACd,CAAC,CAAC,CAAS,EAAE,GAAW,EAAW,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EACrF,QAAQ,CACT,CAAC;AACJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,CACjC,WAAgD,EAAE,EAClD,WAAW,GAAG,KAAK,EACnB,gBAA0B,EAAE,EAC5B,EAAE;IACF,OAAO;QACL,GAAG,gBAAgB,CACjB,CAAC,CAAC,CAAS,EAAE,GAAW,EAAE,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAC5E,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,KAAK,OAAO,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CACjE;QACD,YAAY,EAAE,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAClC,aAAa;KACd,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CACvB,WAGC,EACD,QAAmC,EACC,EAAE;IACtC,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE;QACrB,OAAO,SAAS,CAAC;KAClB;IACD,MAAM,KAAK,GAAG,QAAQ,EAAE,MAAM,CAC5B,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE;QACT,IAAI,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;YACvC,OAAO,CAAC,CAAC,CAAC,CAAC;SACZ;aAAM,IAAI,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE;YACjC,OAAO,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,CAAC;SACpB;QAED,OAAO,GAAG,CAAC;IACb,CAAC,EACD,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CACd,CAAC;IACF,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;QACpB,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;KAClF;IAED,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC"}
|
|
@@ -3,11 +3,10 @@ import { type RadioButtonItem } from '../../ui-kit/RadioButtonGroup/RadioButtonG
|
|
|
3
3
|
export interface BinaryRadioButtonGroupProps {
|
|
4
4
|
items: [truthy: RadioButtonItem, falsy: RadioButtonItem];
|
|
5
5
|
title?: string;
|
|
6
|
-
mobileTitle?: string;
|
|
7
6
|
orientation?: ListOrientation;
|
|
8
7
|
value?: boolean;
|
|
9
8
|
className?: string;
|
|
10
9
|
onChange?: (value: boolean) => void;
|
|
11
10
|
disabled?: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const renderBinaryRadioButtonGroup: ({ items, title,
|
|
12
|
+
export declare const renderBinaryRadioButtonGroup: ({ items, title, orientation, value, onChange, ...rest }: BinaryRadioButtonGroupProps) => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
|
|
2
2
|
import { RadioButtonGroup, } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup.js';
|
|
3
3
|
import { Text } from '../../ui-kit/Text/Text.js';
|
|
4
|
-
export const renderBinaryRadioButtonGroup = ({ items, title,
|
|
4
|
+
export const renderBinaryRadioButtonGroup = ({ items, title, orientation = 'horizontal', value, onChange, ...rest }) => (_jsxs("div", { className: "grid gap-s whitespace-nowrap lg:sm:col-span-1 col-span-2", children: [title ? (_jsx("div", { role: "radiogroup", "aria-label": title, children: _jsx(Text, { color: "text-secondary-text", font: "font-light", children: title }) })) : null, _jsx(RadioButtonGroup, { orientation: orientation, items: items, value: items[value ? 0 : 1].id, onChange: (_) => onChange && onChange(_ === items[0].id), ...rest })] }));
|
|
5
5
|
//# sourceMappingURL=renderBinaryRadioButtonGroup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderBinaryRadioButtonGroup.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,gBAAgB,GAEjB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"renderBinaryRadioButtonGroup.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,gBAAgB,GAEjB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAY9C,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,EAC3C,KAAK,EACL,KAAK,EACL,WAAW,GAAG,YAAY,EAC1B,KAAK,EACL,QAAQ,EACR,GAAG,IAAI,EACqB,EAAE,EAAE,CAAC,CACjC,eAAK,SAAS,EAAC,0DAA0D,aACtE,KAAK,CAAC,CAAC,CAAC,CACP,cAAK,IAAI,EAAC,YAAY,gBAAa,KAAK,YACtC,KAAC,IAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,YAAY,YAChD,KAAK,GACD,GACH,CACP,CAAC,CAAC,CAAC,IAAI,EAER,KAAC,gBAAgB,IACf,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAC9B,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,KACpD,IAAI,GACR,IACE,CACP,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { renderBinaryRadioButtonGroup, } from './renderBinaryRadioButtonGroup.js';
|
|
2
2
|
export const renderPaymentType = (props) => renderBinaryRadioButtonGroup({
|
|
3
3
|
...props,
|
|
4
|
+
title: 'Тип платежа',
|
|
5
|
+
orientation: 'vertical',
|
|
4
6
|
className: 'sm:flex-col',
|
|
5
7
|
items: [
|
|
6
8
|
{ id: 'annuity', text: 'Аннуитетный' },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderPaymentType.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderPaymentType.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,GAE7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA2C,EAAE,EAAE,CAC/E,4BAA4B,CAAC;IAC3B,GAAG,KAAK;IACR,SAAS,EAAE,aAAa;IACxB,KAAK,EAAE;QACL,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,aAAa,EAAE;QACtC,EAAE,EAAE,EAAE,cAAc,EAAE,IAAI,EAAE,oBAAoB,EAAE;KACnD;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"renderPaymentType.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderPaymentType.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,GAE7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA2C,EAAE,EAAE,CAC/E,4BAA4B,CAAC;IAC3B,GAAG,KAAK;IACR,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE,aAAa;IACxB,KAAK,EAAE;QACL,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,aAAa,EAAE;QACtC,EAAE,EAAE,EAAE,cAAc,EAAE,IAAI,EAAE,oBAAoB,EAAE;KACnD;CACF,CAAC,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { renderBinaryRadioButtonGroup, } from './renderBinaryRadioButtonGroup.js';
|
|
2
2
|
export const renderPayout = (props) => renderBinaryRadioButtonGroup({
|
|
3
3
|
...props,
|
|
4
|
+
title: 'Выплата процентов',
|
|
5
|
+
orientation: 'vertical',
|
|
4
6
|
items: [
|
|
5
7
|
{ id: 'everyMonth', text: 'Ежемесячно' },
|
|
6
8
|
{ id: 'atEndTerm', text: 'В конце срока' },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderPayout.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderPayout.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,GAE7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,KAA2C,EAAE,EAAE,CAC1E,4BAA4B,CAAC;IAC3B,GAAG,KAAK;IACR,KAAK,EAAE;QACL,EAAE,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,YAAY,EAAE;QACxC,EAAE,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE;KAC3C;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"renderPayout.js","sourceRoot":"","sources":["../../../src/ui-kit/Calculator/renderPayout.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,GAE7B,MAAM,gCAAgC,CAAC;AAExC,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,KAA2C,EAAE,EAAE,CAC1E,4BAA4B,CAAC;IAC3B,GAAG,KAAK;IACR,KAAK,EAAE,mBAAmB;IAC1B,WAAW,EAAE,UAAU;IACvB,KAAK,EAAE;QACL,EAAE,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,YAAY,EAAE;QACxC,EAAE,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE;KAC3C;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type CreditCalculatorParams, type CreditCalculatorSourceBookParams } from '../../components/CalculatorCredit/CalculatorCreditContent';
|
|
2
|
-
import { type DepositCalculatorParams, type DepositCalculatorSourceBookParams } from '../../components/CalculatorDeposit/
|
|
2
|
+
import { type DepositCalculatorParams, type DepositCalculatorSourceBookParams } from '../../components/CalculatorDeposit/CalculatorDepositContent';
|
|
3
3
|
import { type FormFieldRegisterer } from '../../hooks/useForm/useForm';
|
|
4
4
|
interface ParamsCalcProps {
|
|
5
5
|
field: FormFieldRegisterer<any>;
|