@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type AspectsProps } from '../../model/AspectsProps';
|
|
1
2
|
import { type TextProps, type TitleProps } from '../../model/HeadlineType';
|
|
2
3
|
import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
|
|
3
4
|
import { type InputRetailSectionsType } from '../../retail/model/InputSectionsType';
|
|
@@ -9,7 +10,7 @@ export declare type ProductType = 'credit' | 'creditCard' | 'debitCard';
|
|
|
9
10
|
/**
|
|
10
11
|
* @title Форма заявки настраиваемая
|
|
11
12
|
*/
|
|
12
|
-
export declare type ApplicationLeadFormContent = UniBlockContent & TitleProps & InputRetailSectionsType & {
|
|
13
|
+
export declare type ApplicationLeadFormContent = UniBlockContent & AspectsProps & TitleProps & InputRetailSectionsType & {
|
|
13
14
|
/** @title Кнопка */
|
|
14
15
|
button?: SubmitButtonProps;
|
|
15
16
|
/** @title Номер кредитной программы */
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { type AspectsProps } from '../../model/AspectsProps';
|
|
1
2
|
import { type LeadFormState } from '../../retail/model/LeadFormState';
|
|
2
3
|
import { type ProductType } from './ApplicationLeadFormContent';
|
|
3
|
-
interface ApplicationLeadApiProps {
|
|
4
|
+
interface ApplicationLeadApiProps extends AspectsProps {
|
|
4
5
|
programId: string;
|
|
5
6
|
nextStepLink: string;
|
|
6
7
|
productType: ProductType;
|
|
7
8
|
}
|
|
8
|
-
export declare const useApplicationLeadApi: ({ programId, nextStepLink, productType, }: ApplicationLeadApiProps) => {
|
|
9
|
+
export declare const useApplicationLeadApi: ({ programId, nextStepLink, productType, data, }: ApplicationLeadApiProps) => {
|
|
9
10
|
isSending: boolean;
|
|
10
11
|
ok: boolean | undefined;
|
|
11
12
|
handleSubmit: (formData: LeadFormState) => Promise<void>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type JSONRefObject } from '../../data/JSONRefObject';
|
|
2
2
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
3
|
-
import { type CalculatorDepositContent } from './CalculatorDepositContent';
|
|
4
|
-
import { type DepositCalculatorData } from './getDepositCalculatorParams';
|
|
3
|
+
import { type CalculatorDepositContent, type DepositCalculatorData } from './CalculatorDepositContent';
|
|
5
4
|
export interface CalculatorDepositProps extends CalculatorDepositContent, UniBlockProps {
|
|
6
5
|
className?: string;
|
|
7
6
|
calcSource?: DepositCalculatorData & JSONRefObject;
|
|
@@ -1,6 +1,32 @@
|
|
|
1
|
-
import { type CalcValueProps, type CommonCalculatorProps, type CommonDefaultParams } from '../../ui-kit/Calculator/CalculatorProps';
|
|
1
|
+
import { type CalcDefaultParamsProps, type CalcValueProps, type CommonCalculatorProps, type CommonDefaultParams } from '../../ui-kit/Calculator/CalculatorProps';
|
|
2
|
+
import type { LinkButtonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
|
|
2
3
|
import { type Option } from '../../ui-kit/Select/Option';
|
|
3
4
|
import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
|
|
5
|
+
export interface DepositCalculatorUserInputParams extends CommonDepositParams, CalcValueProps {
|
|
6
|
+
}
|
|
7
|
+
export interface DepositCalculatorParams extends DepositCalculatorSourceBookParams, DepositCalculatorUserInputParams {
|
|
8
|
+
availableMonths: number[];
|
|
9
|
+
defaultMonth: number;
|
|
10
|
+
income: number;
|
|
11
|
+
finalSum: number;
|
|
12
|
+
currency?: Option;
|
|
13
|
+
}
|
|
14
|
+
export declare type LinkButtonWithTypeContent = LinkButtonContent & {
|
|
15
|
+
type?: string;
|
|
16
|
+
};
|
|
17
|
+
export declare type DepositCalculatorRowsData = {
|
|
18
|
+
currency: Option;
|
|
19
|
+
rates?: DepositCalculatorSourceBookParams[];
|
|
20
|
+
extraPercents?: Option[];
|
|
21
|
+
};
|
|
22
|
+
export declare type DepositCalculatorData = {
|
|
23
|
+
rows?: DepositCalculatorRowsData[];
|
|
24
|
+
buttons?: LinkButtonWithTypeContent[];
|
|
25
|
+
};
|
|
26
|
+
export interface DepositCalculatorSourceBookParams extends CommonDepositParams, CalcDefaultParamsProps {
|
|
27
|
+
currency?: Option;
|
|
28
|
+
extraPercent?: Option;
|
|
29
|
+
}
|
|
4
30
|
export interface CalculatorDepositParamsViewSettings {
|
|
5
31
|
/**
|
|
6
32
|
* @title Выплата процентов
|
|
@@ -18,6 +44,8 @@ export interface CalculatorDepositParamsViewSettings {
|
|
|
18
44
|
isShowWithdrawn?: boolean;
|
|
19
45
|
/** @title Новый клиент */
|
|
20
46
|
isShowNewClient?: boolean;
|
|
47
|
+
/** @title Новый клиент */
|
|
48
|
+
isShowExtraPercent?: boolean;
|
|
21
49
|
}
|
|
22
50
|
export interface CommonDepositParams {
|
|
23
51
|
/** @title Возможность пополнять */
|
|
@@ -30,6 +58,8 @@ export interface CommonDepositParams {
|
|
|
30
58
|
isRemoteRegistration?: boolean;
|
|
31
59
|
/** @title Новый клиент */
|
|
32
60
|
isNewClient?: boolean;
|
|
61
|
+
/** @title Дополнительный процент */
|
|
62
|
+
extraPercent?: Option;
|
|
33
63
|
/** @title Валюта */
|
|
34
64
|
currency?: Option;
|
|
35
65
|
/** @hidden */
|
|
@@ -1,28 +1,2 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import { type LinkButtonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
|
|
3
|
-
import { type Option } from '../../ui-kit/Select/Option';
|
|
4
|
-
import { type CalculatorDepositParamsViewSettings, type CommonDepositParams } from './CalculatorDepositContent';
|
|
5
|
-
export interface DepositCalculatorSourceBookParams extends CommonDepositParams, CalcDefaultParamsProps {
|
|
6
|
-
currency?: Option;
|
|
7
|
-
}
|
|
8
|
-
export interface DepositCalculatorUserInputParams extends CommonDepositParams, CalcValueProps {
|
|
9
|
-
}
|
|
10
|
-
export interface DepositCalculatorParams extends DepositCalculatorSourceBookParams, DepositCalculatorUserInputParams {
|
|
11
|
-
availableMonths: number[];
|
|
12
|
-
defaultMonth: number;
|
|
13
|
-
income: number;
|
|
14
|
-
finalSum: number;
|
|
15
|
-
currency?: Option;
|
|
16
|
-
}
|
|
17
|
-
export declare type TariffsButtonContent = LinkButtonContent & {
|
|
18
|
-
type?: string;
|
|
19
|
-
};
|
|
20
|
-
export declare type DepositCalculatorRowsData = {
|
|
21
|
-
currency: Option;
|
|
22
|
-
rates: DepositCalculatorSourceBookParams[];
|
|
23
|
-
};
|
|
24
|
-
export declare type DepositCalculatorData = {
|
|
25
|
-
rows?: DepositCalculatorRowsData[];
|
|
26
|
-
buttons?: TariffsButtonContent[];
|
|
27
|
-
};
|
|
1
|
+
import { type CalculatorDepositParamsViewSettings, type DepositCalculatorParams, type DepositCalculatorSourceBookParams, type DepositCalculatorUserInputParams } from './CalculatorDepositContent';
|
|
28
2
|
export declare const getDepositCalculatorParams: (userInputParams: DepositCalculatorUserInputParams, rows?: DepositCalculatorSourceBookParams[], paramsViewSettings?: CalculatorDepositParamsViewSettings) => DepositCalculatorParams;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type Option } from '../../ui-kit/Select/Option';
|
|
2
|
-
import { type DepositParams } from './CalculatorDepositContent';
|
|
3
|
-
import { type DepositCalculatorRowsData } from './getDepositCalculatorParams';
|
|
2
|
+
import { type DepositCalculatorRowsData, type DepositParams } from './CalculatorDepositContent';
|
|
4
3
|
export declare const normalizeDepositParams: (rows?: DepositCalculatorRowsData[]) => (_: DepositParams) => DepositParams;
|
|
5
4
|
export declare const normalizeMonthValue: (_: DepositParams, rows?: DepositCalculatorRowsData[]) => {
|
|
6
5
|
monthsValue: number;
|
|
@@ -15,4 +14,4 @@ export declare const normalizeReplenishWithdrawn: (_: DepositParams) => {
|
|
|
15
14
|
isReplenish: boolean | undefined;
|
|
16
15
|
isWithdrawn: boolean | undefined;
|
|
17
16
|
};
|
|
18
|
-
export declare const getRows: (rows?: DepositCalculatorRowsData[], currencyValue?: Option) => import("./
|
|
17
|
+
export declare const getRows: (rows?: DepositCalculatorRowsData[], currencyValue?: Option) => import("./CalculatorDepositContent").DepositCalculatorSourceBookParams[] | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { type FormFieldRegisterer } from '../../hooks/useForm/useForm';
|
|
2
|
-
import { type
|
|
3
|
-
import { type DepositCalculatorParams } from './
|
|
4
|
-
export declare const renderDepositParamsForm: (params: DepositCalculatorParams & CalculatorDepositParamsViewSettings, field: FormFieldRegisterer<any
|
|
2
|
+
import { type Option } from '../../ui-kit/Select/Option';
|
|
3
|
+
import { type CalculatorDepositParamsViewSettings, type DepositCalculatorParams } from './CalculatorDepositContent';
|
|
4
|
+
export declare const renderDepositParamsForm: (params: DepositCalculatorParams & CalculatorDepositParamsViewSettings, field: FormFieldRegisterer<any>, extraPercents?: Option[]) => any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type BinaryRadioButtonGroupProps } from '../../ui-kit/Calculator/renderBinaryRadioButtonGroup';
|
|
2
|
-
export declare const renderRegistrationType: (props: Partial<BinaryRadioButtonGroupProps
|
|
2
|
+
export declare const renderRegistrationType: (props: Partial<BinaryRadioButtonGroupProps>, isShow?: boolean) => any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type JSONRefObject } from '../../../data/JSONRefObject';
|
|
2
|
+
import { type CustomFieldProps } from '../../../ui-kit/FormField/CustomFieldProps';
|
|
3
|
+
import { type UniBlockProps } from '../../../UniBlock/UniBlockProps';
|
|
4
|
+
export interface AddressCourierFieldProps extends CustomFieldProps, UniBlockProps {
|
|
5
|
+
source?: JSONRefObject & {
|
|
6
|
+
deliveryCities?: string[];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare const AddressCourierField: import("../../../UniBlock/UniBlock").UniBlockComponent<AddressCourierFieldProps>;
|
|
@@ -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
|
};
|
|
@@ -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
|
+
};
|
|
@@ -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 { 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>;
|
|
@@ -18,7 +18,7 @@ const renderInputs_1 = require("./renderInputs");
|
|
|
18
18
|
const renderSubmitButton_1 = require("./renderSubmitButton");
|
|
19
19
|
const useApplicationLeadApi_1 = require("./useApplicationLeadApi");
|
|
20
20
|
const useInitApplicationLead_1 = require("./useInitApplicationLead");
|
|
21
|
-
exports.ApplicationLeadForm = (0, uni_jsx_1.JSX)(({ className, title, programId = '', nextStepLink = '/credit-lead', button, productType = 'credit', ...rest }) => {
|
|
21
|
+
exports.ApplicationLeadForm = (0, uni_jsx_1.JSX)(({ className, title, programId = '', nextStepLink = '/credit-lead', button, productType = 'credit', data, ...rest }) => {
|
|
22
22
|
const applicationFormData = (0, hooks_1.useMemo)(() => (0, applicationFormData_1.getApplicationFormData)(productType), [productType]);
|
|
23
23
|
const inputs = (0, hooks_1.useMemo)(() => (applicationFormData?.flatMap((_) => _?.inputs) || []), [applicationFormData]);
|
|
24
24
|
const formValidator = (0, hooks_1.useMemo)(() => (0, getObjectValidator_1.getFormValidator)(inputs, validatorObj_1.validatorObj), [inputs]);
|
|
@@ -27,6 +27,7 @@ exports.ApplicationLeadForm = (0, uni_jsx_1.JSX)(({ className, title, programId
|
|
|
27
27
|
programId,
|
|
28
28
|
nextStepLink,
|
|
29
29
|
productType,
|
|
30
|
+
data,
|
|
30
31
|
});
|
|
31
32
|
const [, { field, onSubmit }] = (0, useForm_1.useForm)(initialFormState, {
|
|
32
33
|
formValidator,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationLeadForm.js","sourceRoot":"","sources":["../../../src/components/ApplicationLeadForm/ApplicationLeadForm.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAiE;AACjE,yDAAsD;AAEtD,sEAAmE;AACnE,oGAAiG;AACjG,oEAAiE;AACjE,kFAA6E;AAC7E,8EAA4E;AAC5E,oEAAiE;AACjE,uDAAoD;AACpD,2FAAwF;AAExF,6CAA0C;AAC1C,+DAA+D;AAE/D,iDAA8C;AAC9C,6DAA0D;AAC1D,mEAAgE;AAChE,qEAAkE;AAIrD,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EACC,SAAS,EACT,KAAK,EACL,SAAS,GAAG,EAAE,EACd,YAAY,GAAG,cAAc,EAC7B,MAAM,EACN,WAAW,GAAG,QAAQ,EACtB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,mBAAmB,GAAG,IAAA,eAAO,EAAC,GAAG,EAAE,CAAC,IAAA,4CAAsB,EAAC,WAAW,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAC9F,MAAM,MAAM,GAAG,IAAA,eAAO,EACpB,GAAG,EAAE,CAAC,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,IAAI,EAAE,CAAqB,EAChF,CAAC,mBAAmB,CAAC,CACtB,CAAC;IAEF,MAAM,aAAa,GAAG,IAAA,eAAO,EAAC,GAAG,EAAE,CAAC,IAAA,qCAAgB,EAAC,MAAM,EAAE,2BAAY,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAEtF,MAAM,CAAC,gBAAgB,EAAE,EAAE,SAAS,EAAE,CAAC,GAAG,IAAA,+CAAsB,EAC9D,MAAM,EACN,YAAY,EACZ,WAAW,CACZ,CAAC;IACF,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,EAAE,GAAG,IAAA,6CAAqB,EAAC;QAC5D,SAAS;QACT,YAAY;QACZ,WAAW;
|
|
1
|
+
{"version":3,"file":"ApplicationLeadForm.js","sourceRoot":"","sources":["../../../src/components/ApplicationLeadForm/ApplicationLeadForm.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type AspectsProps } from '../../model/AspectsProps';
|
|
1
2
|
import { type TextProps, type TitleProps } from '../../model/HeadlineType';
|
|
2
3
|
import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
|
|
3
4
|
import { type InputRetailSectionsType } from '../../retail/model/InputSectionsType';
|
|
@@ -9,7 +10,7 @@ export declare type ProductType = 'credit' | 'creditCard' | 'debitCard';
|
|
|
9
10
|
/**
|
|
10
11
|
* @title Форма заявки настраиваемая
|
|
11
12
|
*/
|
|
12
|
-
export declare type ApplicationLeadFormContent = UniBlockContent & TitleProps & InputRetailSectionsType & {
|
|
13
|
+
export declare type ApplicationLeadFormContent = UniBlockContent & AspectsProps & TitleProps & InputRetailSectionsType & {
|
|
13
14
|
/** @title Кнопка */
|
|
14
15
|
button?: SubmitButtonProps;
|
|
15
16
|
/** @title Номер кредитной программы */
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { type AspectsProps } from '../../model/AspectsProps';
|
|
1
2
|
import { type LeadFormState } from '../../retail/model/LeadFormState';
|
|
2
3
|
import { type ProductType } from './ApplicationLeadFormContent';
|
|
3
|
-
interface ApplicationLeadApiProps {
|
|
4
|
+
interface ApplicationLeadApiProps extends AspectsProps {
|
|
4
5
|
programId: string;
|
|
5
6
|
nextStepLink: string;
|
|
6
7
|
productType: ProductType;
|
|
7
8
|
}
|
|
8
|
-
export declare const useApplicationLeadApi: ({ programId, nextStepLink, productType, }: ApplicationLeadApiProps) => {
|
|
9
|
+
export declare const useApplicationLeadApi: ({ programId, nextStepLink, productType, data, }: ApplicationLeadApiProps) => {
|
|
9
10
|
isSending: boolean;
|
|
10
11
|
ok: boolean | undefined;
|
|
11
12
|
handleSubmit: (formData: LeadFormState) => Promise<void>;
|
|
@@ -3,6 +3,8 @@ exports.useApplicationLeadApi = void 0;
|
|
|
3
3
|
/* eslint-disable max-lines */
|
|
4
4
|
const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
|
|
5
5
|
const useBool_1 = require("@redneckz/uni-jsx/lib/hooks/useBool");
|
|
6
|
+
const handleAspects_1 = require("../../hooks/useAspects/handleAspects");
|
|
7
|
+
const useAspects_1 = require("../../hooks/useAspects/useAspects");
|
|
6
8
|
const createDraftTask_1 = require("../../retail/api/createDraftTask");
|
|
7
9
|
const createUserProfile_1 = require("../../retail/api/createUserProfile");
|
|
8
10
|
const createUserTaskDebit_1 = require("../../retail/api/createUserTaskDebit");
|
|
@@ -20,10 +22,12 @@ const formatPhone_1 = require("../../utils/formatPhone");
|
|
|
20
22
|
const consents_1 = require("./consents");
|
|
21
23
|
const getLeadFormTaskData_1 = require("./getLeadFormTaskData");
|
|
22
24
|
const useSaveUserData_1 = require("./useSaveUserData");
|
|
23
|
-
|
|
25
|
+
// eslint-disable-next-line max-lines-per-function
|
|
26
|
+
const useApplicationLeadApi = ({ programId, nextStepLink, productType, data, }) => {
|
|
24
27
|
const [isSending, { setTrue: startSending, setFalse: endSending }] = (0, useBool_1.useBool)(false);
|
|
25
28
|
const [ok, setOK] = (0, hooks_1.useState)();
|
|
26
29
|
const saveUserData = (0, useSaveUserData_1.useSaveUserData)();
|
|
30
|
+
const aspects = (0, useAspects_1.useAspects)();
|
|
27
31
|
const openEsiaLoginDialog = (0, useEsiaLoginDialog_1.useEsiaLoginDialog)(nextStepLink);
|
|
28
32
|
const consentBkiDialog = (0, useConsentBkiDialog_1.useConsentBkiDialog)(openEsiaLoginDialog);
|
|
29
33
|
const verifyPhoneDialog = (0, useDialog_1.useDialog)(VerifyPhoneDialog_1.VerifyPhoneDialog);
|
|
@@ -43,6 +47,11 @@ const useApplicationLeadApi = ({ programId, nextStepLink, productType, }) => {
|
|
|
43
47
|
productType,
|
|
44
48
|
saveUserData,
|
|
45
49
|
});
|
|
50
|
+
(0, handleAspects_1.handleAspects)({
|
|
51
|
+
aspectsAttributes: data,
|
|
52
|
+
aspects,
|
|
53
|
+
ev: {},
|
|
54
|
+
});
|
|
46
55
|
verifyPhoneDialog.close();
|
|
47
56
|
if (productType === 'debitCard') {
|
|
48
57
|
openEsiaLoginDialog();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useApplicationLeadApi.js","sourceRoot":"","sources":["../../../src/components/ApplicationLeadForm/useApplicationLeadApi.tsx"],"names":[],"mappings":";;AAAA,8BAA8B;AAC9B,uDAAoE;AACpE,iEAA8D;AAC9D,sEAAmE;AACnE,0EAAuE;AACvE,8EAA2E;AAC3E,0EAAuE;AACvE,8DAA2D;AAC3D,0EAAuE;AACvE,oEAAiE;AACjE,sGAAmG;AACnG,uFAAoF;AACpF,mGAAgG;AAChG,mGAAgG;AAEhG,kFAAmF;AACnF,oEAAiE;
|
|
1
|
+
{"version":3,"file":"useApplicationLeadApi.js","sourceRoot":"","sources":["../../../src/components/ApplicationLeadForm/useApplicationLeadApi.tsx"],"names":[],"mappings":"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"}
|
|
@@ -40,10 +40,7 @@ exports.CalculatorBusinessDeposit = (0, UniBlock_1.UniBlock)(({ className = '',
|
|
|
40
40
|
...field('daysValue'),
|
|
41
41
|
value: calculatorParams.daysValue,
|
|
42
42
|
}), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col sm:flex-row gap-y-m gap-x-5xl", children: [renderBusinessDepositParamsForm(calculatorParams, field), (0, renderPayout_1.renderPayout)({
|
|
43
|
-
title: 'Выплата процентов',
|
|
44
|
-
orientation: 'vertical',
|
|
45
43
|
...field('isMonthlyInterestPayment'),
|
|
46
|
-
className: 'sm:flex-col',
|
|
47
44
|
})] })] }), (0, renderRate_1.renderRate)({
|
|
48
45
|
rate,
|
|
49
46
|
depositeName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalculatorBusinessDeposit.js","sourceRoot":"","sources":["../../../src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx"],"names":[],"mappings":";;;AAAA,yDAAgF;AAChF,+EAA4E;AAC5E,6EAA0E;AAC1E,+EAGkD;AAClD,6EAA0E;AAC1E,uEAAoE;AACpE,mEAAgE;AAChE,uFAAoF;AACpF,6DAA0D;AAC1D,iDAA8C;AAC9C,sDAAmD;AACnD,6CAA0C;AAC1C,kFAA+E;AAM/E,yEAIoC;AAEpC,MAAM,oBAAoB,GAAG,MAAM,CAAC;AACpC,MAAM,qBAAqB,GAAG,EAAE,CAAC;AAQpB,QAAA,yBAAyB,GAAG,IAAA,mBAAQ,EAC/C,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,OAAO,EACP,QAAQ,EACR,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,UAAU,EACV,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,eAAe,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC;QAC3C,UAAU,EAAE,IAAA,uCAAoB,EAAC,aAAa,EAAE,oBAAoB,CAAC;QACrE,SAAS,EAAE,IAAA,wCAAqB,EAAC,aAAa,EAAE,qBAAqB,CAAC;QACtE,aAAa,EAAE,OAAO,CAAC,aAAa,EAAE,aAAa,CAAC;QACpD,mBAAmB,EAAE,OAAO,CAAC,aAAa,EAAE,mBAAmB,CAAC;QAChE,wBAAwB,EAAE,OAAO,CAAC,aAAa,EAAE,wBAAwB,CAAC;KAC3E,CAAC,CAAC;IACH,MAAM,gBAAgB,GAAG,IAAA,mDAAwB,EAAC,eAAe,EAAE,UAAU,CAAC,CAAC;IAC/E,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,gBAAgB,CAAC;IAElE,OAAO,CACL,uBAAC,mCAAgB,IAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,KAAM,IAAI,YAC5D,qCAAS,SAAS,EAAE,IAAA,aAAK,EAAC,iCAAe,CAAC,OAAO,EAAE,SAAS,CAAC,aAC3D,iCAAK,SAAS,EAAE,iCAAe,CAAC,KAAK,aAClC,IAAA,2CAAoB,EAAC;4BACpB,KAAK,EAAE,UAAU;4BACjB,GAAG,EAAE,gBAAgB,CAAC,MAAM;4BAC5B,GAAG,EAAE,gBAAgB,CAAC,MAAM;4BAC5B,GAAG,KAAK,CAAC,YAAY,CAAC;4BACtB,KAAK,EAAE,gBAAgB,CAAC,UAAU;yBACnC,CAAC,EACD,IAAA,iCAAe,EAAC;4BACf,KAAK,EAAE,YAAY;4BACnB,GAAG,EAAE,gBAAgB,CAAC,OAAO;4BAC7B,GAAG,EAAE,gBAAgB,CAAC,OAAO;4BAC7B,GAAG,KAAK,CAAC,WAAW,CAAC;4BACrB,KAAK,EAAE,gBAAgB,CAAC,SAAS;yBAClC,CAAC,EACF,iCAAK,SAAS,EAAC,6CAA6C,aACzD,+BAA+B,CAAC,gBAAgB,EAAE,KAAK,CAAC,EACxD,IAAA,2BAAY,EAAC;oCACZ,
|
|
1
|
+
{"version":3,"file":"CalculatorBusinessDeposit.js","sourceRoot":"","sources":["../../../src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx"],"names":[],"mappings":"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"}
|
|
@@ -43,8 +43,6 @@ exports.CalculatorCredit = (0, UniBlock_1.UniBlock)(({ className, title, calcSou
|
|
|
43
43
|
}, { onChange });
|
|
44
44
|
const calcParams = (0, getCreditCalculatorParams_1.getCreditCalculatorParams)(userInputParams, calcSource, paramsViewSettings);
|
|
45
45
|
const paymentTypeElement = (0, renderPaymentType_1.renderPaymentType)({
|
|
46
|
-
title: 'Тип платежа',
|
|
47
|
-
orientation: 'vertical',
|
|
48
46
|
...field('isAnnuity'),
|
|
49
47
|
});
|
|
50
48
|
const { onChange: setMoneyValue } = field('moneyValue');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalculatorCredit.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/CalculatorCredit.tsx"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,uDAAwD;AAExD,yDAAgF;AAChF,qFAA6E;AAC7E,+EAA4E;AAC5E,6EAA0E;AAC1E,6EAA0E;AAC1E,+EAA+E;AAC/E,+EAGkD;AAClD,2EAAwE;AACxE,iFAA8E;AAC9E,iFAA8E;AAC9E,uFAAoF;AACpF,uFAAoF;AACpF,6DAA0D;AAC1D,uFAAoF;AACpF,sDAAmD;AAEnD,6CAA0C;AAC1C,6CAA0C;AAS1C,2EAAwE;AACxE,uDAAoD;AAEpD,MAAM,kBAAkB,GAAG,MAAM,CAAC;AAElC,MAAM,GAAG,GAAG;IACV,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,QAAQ;CACrB,CAAC;AAQW,QAAA,gBAAgB,GAAG,IAAA,mBAAQ,EACtC,CAAC,EACC,SAAS,EACT,KAAK,EACL,UAAU,EACV,OAAO,EACP,QAAQ,EACR,kBAAkB,EAClB,aAAa,EACb,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,iBAAiB,GAAG,IAAA,sCAAmB,EAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;IAEpE,MAAM,CAAC,eAAe,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,IAAA,iBAAO,EAC1C;QACE,UAAU,EAAE,IAAA,uCAAoB,EAAC,aAAa,EAAE,kBAAkB,CAAC;QACnE,WAAW,EAAE,IAAA,wCAAqB,EAAC,aAAa,EAAE,oCAAc,CAAC;QACjE,SAAS,EAAE,OAAO,CAAC,aAAa,EAAE,SAAS,CAAC;QAC5C,WAAW,EAAE,OAAO,CAAC,aAAa,EAAE,iBAAiB,CAAC;QACtD,cAAc,EAAE,OAAO,CAAC,aAAa,EAAE,oBAAoB,CAAC;QAC5D,eAAe,EAAE,OAAO,CAAC,aAAa,EAAE,qBAAqB,CAAC;QAC9D,eAAe,EAAE,OAAO,CAAC,aAAa,EAAE,qBAAqB,CAAC;KAC/D,EACD,EAAE,QAAQ,EAAE,CACb,CAAC;IAEF,MAAM,UAAU,GAAG,IAAA,qDAAyB,EAAC,eAAe,EAAE,UAAU,EAAE,kBAAkB,CAAC,CAAC;IAC9F,MAAM,kBAAkB,GAAG,IAAA,qCAAiB,EAAC;QAC3C,
|
|
1
|
+
{"version":3,"file":"CalculatorCredit.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/CalculatorCredit.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type JSONRefObject } from '../../data/JSONRefObject';
|
|
2
2
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
3
|
-
import { type CalculatorDepositContent } from './CalculatorDepositContent';
|
|
4
|
-
import { type DepositCalculatorData } from './getDepositCalculatorParams';
|
|
3
|
+
import { type CalculatorDepositContent, type DepositCalculatorData } from './CalculatorDepositContent';
|
|
5
4
|
export interface CalculatorDepositProps extends CalculatorDepositContent, UniBlockProps {
|
|
6
5
|
className?: string;
|
|
7
6
|
calcSource?: DepositCalculatorData & JSONRefObject;
|