@redneckz/wildless-cms-uni-blocks 0.14.724 → 0.14.726
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 +1810 -1827
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/bundle/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/bundle/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/bundle/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/bundle/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/bundle/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/bundle/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/bundle/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/bundle/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/bundle/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/bundle/components/CreditCardForm/renderStep.d.ts +1 -1
- package/bundle/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/bundle/components/CreditForm/formStateMap.d.ts +1 -1
- package/bundle/components/CreditForm/getCalcData.d.ts +1 -1
- package/bundle/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/bundle/components/CreditForm/renderInfo.d.ts +1 -1
- package/bundle/components/CreditForm/renderInputs.d.ts +2 -2
- package/bundle/components/CreditForm/renderStep.d.ts +1 -1
- package/bundle/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/bundle/components/CreditForm/utils.d.ts +1 -1
- package/bundle/hooks/useLeadFormData.d.ts +2 -2
- package/bundle/hooks/useRetailFormStore.d.ts +10 -10
- package/bundle/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/bundle/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/bundle/services/retail/external/types.d.ts +10 -0
- package/bundle/services/retail/external/utils.d.ts +2 -0
- package/bundle/services/retail/inputs.d.ts +75 -0
- package/{dist/api/RetailAPI → bundle/services/retail}/model/LeadFormData.d.ts +1 -1
- package/bundle/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.d.ts +18 -18
- package/bundle/services/retail/model/RetailFormContent.d.ts +63 -0
- package/bundle/{components/CreditCardForm → services/retail/utils}/calculateInputs.d.ts +2 -2
- package/bundle/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/bundle/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/bundle/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/bundle/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/bundle/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/bundle/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/bundle/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/bundle/ui-kit/FormField/SelectField.d.ts +2 -2
- package/bundle/ui-kit/FormField/getField.d.ts +2 -1
- package/bundle/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/bundle/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/bundle/ui-kit/FormField/getPremium.d.ts +1 -1
- package/bundle/ui-kit/FormField/validators.d.ts +3 -2
- package/dist/components/ApplicationForm/ApplicationForm.js +1 -3
- package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/dist/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/dist/components/ApplicationLeadForm/GroupedConsents.js +2 -1
- package/dist/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
- package/dist/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/dist/components/ApplicationLeadForm/consents.js +0 -3
- package/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/getInitialFormState.js +0 -2
- package/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/dist/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/dist/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/pasreEsiaProfile.js.map +1 -1
- package/dist/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.d.ts +1 -1
- package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationLeadForm}/renderInputs.js +4 -3
- package/dist/components/ApplicationLeadForm/renderInputs.js.map +1 -0
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/dist/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/dist/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/dist/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/dist/components/CreditCardForm/formStateMap.js +1 -1
- package/dist/components/CreditCardForm/formStateMap.js.map +1 -1
- package/dist/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/dist/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/dist/components/CreditCardForm/getDeliveryCreditCardData.js.map +1 -1
- package/dist/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/dist/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/dist/components/CreditCardForm/renderInputs.js +2 -1
- package/dist/components/CreditCardForm/renderInputs.js.map +1 -1
- package/dist/components/CreditCardForm/renderStep.d.ts +1 -1
- package/dist/components/CreditCardForm/renderStep.js +1 -1
- package/dist/components/CreditCardForm/renderStep.js.map +1 -1
- package/dist/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/dist/components/CreditCardForm/useCreditCardFormAPI.js +1 -1
- package/dist/components/CreditCardForm/useCreditCardFormAPI.js.map +1 -1
- package/dist/components/CreditForm/formStateMap.d.ts +1 -1
- package/dist/components/CreditForm/getCalcData.d.ts +1 -1
- package/dist/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/dist/components/CreditForm/renderInfo.d.ts +1 -1
- package/dist/components/CreditForm/renderInfo.js.map +1 -1
- package/dist/components/CreditForm/renderInputs.d.ts +2 -2
- package/dist/components/CreditForm/renderInputs.js +2 -1
- package/dist/components/CreditForm/renderInputs.js.map +1 -1
- package/dist/components/CreditForm/renderStep.d.ts +1 -1
- package/dist/components/CreditForm/renderStep.js +1 -1
- package/dist/components/CreditForm/renderStep.js.map +1 -1
- package/dist/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/dist/components/CreditForm/useCreditFormAPI.js +1 -1
- package/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
- package/dist/components/CreditForm/utils.d.ts +1 -1
- package/dist/hooks/useCreditFormStore.d.ts +0 -0
- package/dist/hooks/useCreditFormStore.js +1 -0
- package/dist/hooks/useCreditFormStore.js.map +1 -0
- package/dist/hooks/useLeadFormData.d.ts +2 -2
- package/dist/hooks/useLeadFormData.js.map +1 -1
- package/dist/hooks/useRetailFormStore.d.ts +10 -10
- package/dist/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/dist/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/dist/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/dist/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/dist/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/dist/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/dist/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/dist/services/retail/external/types.d.ts +10 -0
- package/dist/services/retail/external/types.js +2 -0
- package/dist/services/retail/external/types.js.map +1 -0
- package/dist/services/retail/external/utils.d.ts +2 -0
- package/dist/services/retail/external/utils.js +7 -0
- package/dist/services/retail/external/utils.js.map +1 -0
- package/dist/services/retail/inputs.d.ts +75 -0
- package/dist/services/retail/inputs.js +137 -0
- package/dist/services/retail/inputs.js.map +1 -0
- package/dist/services/retail/model/EOrganizationActivityTypes.js.map +1 -0
- package/{bundle/api/RetailAPI → dist/services/retail}/model/LeadFormData.d.ts +1 -1
- package/dist/services/retail/model/LeadFormData.js.map +1 -0
- package/{lib/components/ApplicationLeadForm → dist/services/retail/model}/LeadFormState.d.ts +18 -18
- package/dist/services/retail/model/LeadFormState.js.map +1 -0
- package/dist/services/retail/model/RetailFormContent.d.ts +63 -0
- package/dist/services/retail/model/RetailFormContent.js +4 -0
- package/dist/services/retail/model/RetailFormContent.js.map +1 -0
- package/{bundle/components/CreditForm → dist/services/retail/utils}/calculateInputs.d.ts +2 -2
- package/dist/services/retail/utils/calculateInputs.js.map +1 -0
- package/dist/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/dist/services/retail/utils/getOrganizationParams.js.map +1 -0
- package/dist/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/dist/{api/RetailAPI → services/retail}/utils/getUpdateUserProfile.js +3 -4
- package/dist/services/retail/utils/getUpdateUserProfile.js.map +1 -0
- package/dist/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/dist/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/dist/ui-kit/DraftDialog/utils.js.map +1 -1
- package/dist/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/dist/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -1
- package/dist/ui-kit/FormField/Fields/DesiredMeetingDateField.js +1 -1
- package/dist/ui-kit/FormField/Fields/DesiredMeetingDateField.js.map +1 -1
- package/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js +10 -0
- package/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js.map +1 -0
- package/dist/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/dist/ui-kit/FormField/SelectField.d.ts +2 -2
- package/dist/ui-kit/FormField/SelectField.js.map +1 -1
- package/dist/ui-kit/FormField/getField.d.ts +2 -1
- package/dist/ui-kit/FormField/getField.js +4 -131
- package/dist/ui-kit/FormField/getField.js.map +1 -1
- package/dist/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/dist/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/dist/ui-kit/FormField/getObjectValidator.js +70 -60
- package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/dist/ui-kit/FormField/getPremium.d.ts +1 -1
- package/dist/ui-kit/FormField/updateOrganizationFields.js +1 -1
- package/dist/ui-kit/FormField/updateOrganizationFields.js.map +1 -1
- package/dist/ui-kit/FormField/validators.d.ts +3 -2
- package/dist/ui-kit/FormField/validators.js +5 -3
- package/dist/ui-kit/FormField/validators.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationForm.js +1 -3
- package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/lib/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/lib/components/ApplicationLeadForm/GroupedConsents.js +2 -1
- package/lib/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
- package/lib/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/lib/components/ApplicationLeadForm/consents.js +0 -3
- package/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/getInitialFormState.js +0 -2
- package/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/lib/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/lib/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/pasreEsiaProfile.js.map +1 -1
- package/lib/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.d.ts +1 -1
- package/lib/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.js +4 -3
- package/lib/components/ApplicationLeadForm/renderInputs.js.map +1 -0
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/lib/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/lib/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/lib/components/CreditCardForm/formStateMap.js +1 -1
- package/lib/components/CreditCardForm/formStateMap.js.map +1 -1
- package/lib/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/lib/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/lib/components/CreditCardForm/getDeliveryCreditCardData.js.map +1 -1
- package/lib/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/lib/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/lib/components/CreditCardForm/renderInputs.js +2 -1
- package/lib/components/CreditCardForm/renderInputs.js.map +1 -1
- package/lib/components/CreditCardForm/renderStep.d.ts +1 -1
- package/lib/components/CreditCardForm/renderStep.js +1 -1
- package/lib/components/CreditCardForm/renderStep.js.map +1 -1
- package/lib/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/lib/components/CreditCardForm/useCreditCardFormAPI.js +1 -1
- package/lib/components/CreditCardForm/useCreditCardFormAPI.js.map +1 -1
- package/lib/components/CreditForm/formStateMap.d.ts +1 -1
- package/lib/components/CreditForm/getCalcData.d.ts +1 -1
- package/lib/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/lib/components/CreditForm/renderInfo.d.ts +1 -1
- package/lib/components/CreditForm/renderInfo.js.map +1 -1
- package/lib/components/CreditForm/renderInputs.d.ts +2 -2
- package/lib/components/CreditForm/renderInputs.js +2 -1
- package/lib/components/CreditForm/renderInputs.js.map +1 -1
- package/lib/components/CreditForm/renderStep.d.ts +1 -1
- package/lib/components/CreditForm/renderStep.js +1 -1
- package/lib/components/CreditForm/renderStep.js.map +1 -1
- package/lib/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/lib/components/CreditForm/useCreditFormAPI.js +1 -1
- package/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
- package/lib/components/CreditForm/utils.d.ts +1 -1
- package/lib/hooks/useCreditFormStore.d.ts +0 -0
- package/lib/hooks/useCreditFormStore.js +1 -0
- package/lib/hooks/useCreditFormStore.js.map +1 -0
- package/lib/hooks/useLeadFormData.d.ts +2 -2
- package/lib/hooks/useLeadFormData.js.map +1 -1
- package/lib/hooks/useRetailFormStore.d.ts +10 -10
- package/lib/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/lib/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/lib/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/lib/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/lib/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/lib/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/lib/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/lib/services/retail/external/types.d.ts +10 -0
- package/lib/services/retail/external/types.js +2 -0
- package/lib/services/retail/external/types.js.map +1 -0
- package/lib/services/retail/external/utils.d.ts +2 -0
- package/lib/services/retail/external/utils.js +3 -0
- package/lib/services/retail/external/utils.js.map +1 -0
- package/lib/services/retail/inputs.d.ts +75 -0
- package/lib/services/retail/inputs.js +135 -0
- package/lib/services/retail/inputs.js.map +1 -0
- package/lib/services/retail/model/EOrganizationActivityTypes.js.map +1 -0
- package/lib/{api/RetailAPI → services/retail}/model/LeadFormData.d.ts +1 -1
- package/lib/services/retail/model/LeadFormData.js.map +1 -0
- package/{dist/components/ApplicationLeadForm → lib/services/retail/model}/LeadFormState.d.ts +18 -18
- package/lib/services/retail/model/LeadFormState.js.map +1 -0
- package/lib/services/retail/model/RetailFormContent.d.ts +63 -0
- package/lib/services/retail/model/RetailFormContent.js +4 -0
- package/lib/services/retail/model/RetailFormContent.js.map +1 -0
- package/{dist/components/CreditCardForm → lib/services/retail/utils}/calculateInputs.d.ts +2 -2
- package/lib/services/retail/utils/calculateInputs.js.map +1 -0
- package/lib/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/lib/services/retail/utils/getOrganizationParams.js.map +1 -0
- package/lib/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/{mobile/lib/api/RetailAPI → lib/services/retail}/utils/getUpdateUserProfile.js +1 -2
- package/lib/services/retail/utils/getUpdateUserProfile.js.map +1 -0
- package/lib/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/lib/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/lib/ui-kit/DraftDialog/utils.js.map +1 -1
- package/lib/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/lib/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -1
- package/lib/ui-kit/FormField/Fields/DesiredMeetingDateField.js +1 -1
- package/lib/ui-kit/FormField/Fields/DesiredMeetingDateField.js.map +1 -1
- package/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js +8 -0
- package/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js.map +1 -0
- package/lib/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/lib/ui-kit/FormField/SelectField.d.ts +2 -2
- package/lib/ui-kit/FormField/SelectField.js.map +1 -1
- package/lib/ui-kit/FormField/getField.d.ts +2 -1
- package/lib/ui-kit/FormField/getField.js +4 -131
- package/lib/ui-kit/FormField/getField.js.map +1 -1
- package/lib/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/lib/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/lib/ui-kit/FormField/getObjectValidator.js +70 -60
- package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/lib/ui-kit/FormField/getPremium.d.ts +1 -1
- package/lib/ui-kit/FormField/updateOrganizationFields.js +1 -1
- package/lib/ui-kit/FormField/updateOrganizationFields.js.map +1 -1
- package/lib/ui-kit/FormField/validators.d.ts +3 -2
- package/lib/ui-kit/FormField/validators.js +3 -2
- package/lib/ui-kit/FormField/validators.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1810 -1827
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/mobile/bundle/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/mobile/bundle/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/mobile/bundle/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/mobile/bundle/components/CreditCardForm/renderStep.d.ts +1 -1
- package/mobile/bundle/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/formStateMap.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/getCalcData.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/renderInfo.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/renderInputs.d.ts +2 -2
- package/mobile/bundle/components/CreditForm/renderStep.d.ts +1 -1
- package/mobile/bundle/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/mobile/bundle/components/CreditForm/utils.d.ts +1 -1
- package/mobile/bundle/hooks/useLeadFormData.d.ts +2 -2
- package/mobile/bundle/hooks/useRetailFormStore.d.ts +10 -10
- package/mobile/bundle/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/mobile/bundle/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/mobile/bundle/services/retail/external/types.d.ts +10 -0
- package/mobile/bundle/services/retail/external/utils.d.ts +2 -0
- package/mobile/bundle/services/retail/inputs.d.ts +75 -0
- package/mobile/bundle/{api/RetailAPI → services/retail}/model/LeadFormData.d.ts +1 -1
- package/mobile/bundle/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.d.ts +18 -18
- package/mobile/bundle/services/retail/model/RetailFormContent.d.ts +63 -0
- package/{dist/components/CreditForm → mobile/bundle/services/retail/utils}/calculateInputs.d.ts +2 -2
- package/mobile/bundle/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/mobile/bundle/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/mobile/bundle/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/mobile/bundle/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/mobile/bundle/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/mobile/bundle/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/mobile/bundle/ui-kit/FormField/SelectField.d.ts +2 -2
- package/mobile/bundle/ui-kit/FormField/getField.d.ts +2 -1
- package/mobile/bundle/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/getPremium.d.ts +1 -1
- package/mobile/bundle/ui-kit/FormField/validators.d.ts +3 -2
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -3
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/mobile/dist/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/mobile/dist/components/ApplicationLeadForm/GroupedConsents.js +2 -1
- package/mobile/dist/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/dist/components/ApplicationLeadForm/consents.js +0 -3
- package/mobile/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js +0 -2
- package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/pasreEsiaProfile.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/renderInputs.d.ts +2 -0
- package/{dist/components/ApplicationForm → mobile/dist/components/ApplicationLeadForm}/renderInputs.js +4 -3
- package/mobile/dist/components/ApplicationLeadForm/renderInputs.js.map +1 -0
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/formStateMap.js +1 -1
- package/mobile/dist/components/CreditCardForm/formStateMap.js.map +1 -1
- package/mobile/dist/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/getDeliveryCreditCardData.js.map +1 -1
- package/mobile/dist/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/mobile/dist/components/CreditCardForm/renderInputs.js +2 -1
- package/mobile/dist/components/CreditCardForm/renderInputs.js.map +1 -1
- package/mobile/dist/components/CreditCardForm/renderStep.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/renderStep.js +1 -1
- package/mobile/dist/components/CreditCardForm/renderStep.js.map +1 -1
- package/mobile/dist/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/mobile/dist/components/CreditCardForm/useCreditCardFormAPI.js +1 -1
- package/mobile/dist/components/CreditCardForm/useCreditCardFormAPI.js.map +1 -1
- package/mobile/dist/components/CreditForm/formStateMap.d.ts +1 -1
- package/mobile/dist/components/CreditForm/getCalcData.d.ts +1 -1
- package/mobile/dist/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/mobile/dist/components/CreditForm/renderInfo.d.ts +1 -1
- package/mobile/dist/components/CreditForm/renderInfo.js.map +1 -1
- package/mobile/dist/components/CreditForm/renderInputs.d.ts +2 -2
- package/mobile/dist/components/CreditForm/renderInputs.js +2 -1
- package/mobile/dist/components/CreditForm/renderInputs.js.map +1 -1
- package/mobile/dist/components/CreditForm/renderStep.d.ts +1 -1
- package/mobile/dist/components/CreditForm/renderStep.js +1 -1
- package/mobile/dist/components/CreditForm/renderStep.js.map +1 -1
- package/mobile/dist/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/mobile/dist/components/CreditForm/useCreditFormAPI.js +1 -1
- package/mobile/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
- package/mobile/dist/components/CreditForm/utils.d.ts +1 -1
- package/mobile/dist/hooks/useCreditFormStore.d.ts +0 -0
- package/mobile/dist/hooks/useCreditFormStore.js +1 -0
- package/mobile/dist/hooks/useCreditFormStore.js.map +1 -0
- package/mobile/dist/hooks/useLeadFormData.d.ts +2 -2
- package/mobile/dist/hooks/useLeadFormData.js.map +1 -1
- package/mobile/dist/hooks/useRetailFormStore.d.ts +10 -10
- package/mobile/dist/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/mobile/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/mobile/dist/services/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/mobile/dist/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/mobile/dist/services/retail/external/types.d.ts +10 -0
- package/mobile/dist/services/retail/external/types.js +2 -0
- package/mobile/dist/services/retail/external/types.js.map +1 -0
- package/mobile/dist/services/retail/external/utils.d.ts +2 -0
- package/mobile/dist/services/retail/external/utils.js +7 -0
- package/mobile/dist/services/retail/external/utils.js.map +1 -0
- package/mobile/dist/services/retail/inputs.d.ts +75 -0
- package/mobile/dist/services/retail/inputs.js +137 -0
- package/mobile/dist/services/retail/inputs.js.map +1 -0
- package/mobile/dist/services/retail/model/EOrganizationActivityTypes.js.map +1 -0
- package/mobile/dist/services/retail/model/LeadFormData.d.ts +7 -0
- package/mobile/dist/services/retail/model/LeadFormData.js.map +1 -0
- package/mobile/dist/services/retail/model/LeadFormState.d.ts +146 -0
- package/mobile/dist/services/retail/model/LeadFormState.js.map +1 -0
- package/mobile/dist/services/retail/model/RetailFormContent.d.ts +63 -0
- package/mobile/dist/services/retail/model/RetailFormContent.js +4 -0
- package/mobile/dist/services/retail/model/RetailFormContent.js.map +1 -0
- package/mobile/dist/services/retail/utils/calculateInputs.d.ts +5 -0
- package/mobile/dist/services/retail/utils/calculateInputs.js.map +1 -0
- package/mobile/dist/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/mobile/dist/services/retail/utils/getOrganizationParams.js.map +1 -0
- package/mobile/dist/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/mobile/dist/{api/RetailAPI → services/retail}/utils/getUpdateUserProfile.js +3 -4
- package/mobile/dist/services/retail/utils/getUpdateUserProfile.js.map +1 -0
- package/mobile/dist/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/mobile/dist/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/mobile/dist/ui-kit/DraftDialog/utils.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/DesiredMeetingDateField.js +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/DesiredMeetingDateField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/mobile/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js +10 -0
- package/mobile/dist/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/mobile/dist/ui-kit/FormField/SelectField.d.ts +2 -2
- package/mobile/dist/ui-kit/FormField/SelectField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getField.d.ts +2 -1
- package/mobile/dist/ui-kit/FormField/getField.js +4 -131
- package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js +70 -60
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getPremium.d.ts +1 -1
- package/mobile/dist/ui-kit/FormField/updateOrganizationFields.js +1 -1
- package/mobile/dist/ui-kit/FormField/updateOrganizationFields.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/validators.d.ts +3 -2
- package/mobile/dist/ui-kit/FormField/validators.js +5 -3
- package/mobile/dist/ui-kit/FormField/validators.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -3
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +0 -9
- package/mobile/lib/components/ApplicationLeadForm/GroupedConsents.d.ts +8 -1
- package/mobile/lib/components/ApplicationLeadForm/GroupedConsents.js +2 -1
- package/mobile/lib/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/lib/components/ApplicationLeadForm/consents.js +0 -3
- package/mobile/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js +0 -2
- package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/pasreEsiaProfile.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/pasreEsiaProfile.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/renderInputs.d.ts +2 -0
- package/mobile/lib/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.js +4 -3
- package/mobile/lib/components/ApplicationLeadForm/renderInputs.js.map +1 -0
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useLeadFormStore.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useSaveUserData.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/CreditCardFormContent.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/formStateMap.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/formStateMap.js +1 -1
- package/mobile/lib/components/CreditCardForm/formStateMap.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/getCreditCardFormTaskData.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/getDeliveryCreditCardData.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/getDeliveryCreditCardData.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/getInitialFormState.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/renderInputs.d.ts +2 -2
- package/mobile/lib/components/CreditCardForm/renderInputs.js +2 -1
- package/mobile/lib/components/CreditCardForm/renderInputs.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/renderStep.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/renderStep.js +1 -1
- package/mobile/lib/components/CreditCardForm/renderStep.js.map +1 -1
- package/mobile/lib/components/CreditCardForm/useCreditCardFormAPI.d.ts +1 -1
- package/mobile/lib/components/CreditCardForm/useCreditCardFormAPI.js +1 -1
- package/mobile/lib/components/CreditCardForm/useCreditCardFormAPI.js.map +1 -1
- package/mobile/lib/components/CreditForm/formStateMap.d.ts +1 -1
- package/mobile/lib/components/CreditForm/getCalcData.d.ts +1 -1
- package/mobile/lib/components/CreditForm/getInitialFormState.d.ts +1 -1
- package/mobile/lib/components/CreditForm/renderInfo.d.ts +1 -1
- package/mobile/lib/components/CreditForm/renderInfo.js.map +1 -1
- package/mobile/lib/components/CreditForm/renderInputs.d.ts +2 -2
- package/mobile/lib/components/CreditForm/renderInputs.js +2 -1
- package/mobile/lib/components/CreditForm/renderInputs.js.map +1 -1
- package/mobile/lib/components/CreditForm/renderStep.d.ts +1 -1
- package/mobile/lib/components/CreditForm/renderStep.js +1 -1
- package/mobile/lib/components/CreditForm/renderStep.js.map +1 -1
- package/mobile/lib/components/CreditForm/useCreditFormAPI.d.ts +2 -2
- package/mobile/lib/components/CreditForm/useCreditFormAPI.js +1 -1
- package/mobile/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
- package/mobile/lib/components/CreditForm/utils.d.ts +1 -1
- package/mobile/lib/hooks/useCreditFormStore.d.ts +0 -0
- package/mobile/lib/hooks/useCreditFormStore.js +1 -0
- package/mobile/lib/hooks/useCreditFormStore.js.map +1 -0
- package/mobile/lib/hooks/useLeadFormData.d.ts +2 -2
- package/mobile/lib/hooks/useLeadFormData.js.map +1 -1
- package/mobile/lib/hooks/useRetailFormStore.d.ts +10 -10
- package/mobile/lib/services/retail/adaptors/getAdditionalInfoData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getCalculatorData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getCardOptionsData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getCreditFormTaskData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getDeliveryCreditData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getEmploymentData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.d.ts +1 -1
- package/mobile/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.js +1 -1
- package/mobile/lib/services/retail/adaptors/getFamilyStatusAndIncomeData.js.map +1 -1
- package/mobile/lib/services/retail/adaptors/getPersonalInfoData.d.ts +1 -1
- package/mobile/lib/services/retail/external/types.d.ts +10 -0
- package/mobile/lib/services/retail/external/types.js +2 -0
- package/mobile/lib/services/retail/external/types.js.map +1 -0
- package/mobile/lib/services/retail/external/utils.d.ts +2 -0
- package/mobile/lib/services/retail/external/utils.js +3 -0
- package/mobile/lib/services/retail/external/utils.js.map +1 -0
- package/mobile/lib/services/retail/inputs.d.ts +75 -0
- package/mobile/lib/services/retail/inputs.js +135 -0
- package/mobile/lib/services/retail/inputs.js.map +1 -0
- package/mobile/lib/services/retail/model/EOrganizationActivityTypes.js.map +1 -0
- package/mobile/lib/services/retail/model/LeadFormData.d.ts +7 -0
- package/mobile/lib/services/retail/model/LeadFormData.js.map +1 -0
- package/mobile/lib/services/retail/model/LeadFormState.d.ts +146 -0
- package/mobile/lib/services/retail/model/LeadFormState.js.map +1 -0
- package/mobile/lib/services/retail/model/RetailFormContent.d.ts +63 -0
- package/mobile/lib/services/retail/model/RetailFormContent.js +4 -0
- package/mobile/lib/services/retail/model/RetailFormContent.js.map +1 -0
- package/mobile/lib/services/retail/utils/calculateInputs.d.ts +5 -0
- package/mobile/lib/services/retail/utils/calculateInputs.js.map +1 -0
- package/mobile/lib/services/retail/utils/getOrganizationParams.d.ts +17 -0
- package/mobile/lib/services/retail/utils/getOrganizationParams.js.map +1 -0
- package/mobile/lib/services/retail/utils/getUpdateUserProfile.d.ts +3 -0
- package/{lib/api/RetailAPI → mobile/lib/services/retail}/utils/getUpdateUserProfile.js +1 -2
- package/mobile/lib/services/retail/utils/getUpdateUserProfile.js.map +1 -0
- package/mobile/lib/ui-kit/DraftDialog/parseDraftTask.d.ts +1 -1
- package/mobile/lib/ui-kit/DraftDialog/utils.d.ts +2 -2
- package/mobile/lib/ui-kit/DraftDialog/utils.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/CustomFieldProps.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/DesiredMeetingDateField.js +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/DesiredMeetingDateField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.d.ts +2 -0
- package/mobile/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js +8 -0
- package/mobile/lib/ui-kit/FormField/Fields/consentToReceiveMaterialsField.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/NameFieldDef.d.ts +6 -1
- package/mobile/lib/ui-kit/FormField/SelectField.d.ts +2 -2
- package/mobile/lib/ui-kit/FormField/SelectField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getField.d.ts +2 -1
- package/mobile/lib/ui-kit/FormField/getField.js +4 -131
- package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getNamesFromInput.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/getObjectValidator.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js +70 -60
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getPremium.d.ts +1 -1
- package/mobile/lib/ui-kit/FormField/updateOrganizationFields.js +1 -1
- package/mobile/lib/ui-kit/FormField/updateOrganizationFields.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/validators.d.ts +3 -2
- package/mobile/lib/ui-kit/FormField/validators.js +3 -2
- package/mobile/lib/ui-kit/FormField/validators.js.map +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +8 -10
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +0 -10
- package/mobile/src/components/ApplicationLeadForm/GroupedConsents.tsx +14 -4
- package/mobile/src/components/ApplicationLeadForm/consents.ts +2 -5
- package/mobile/src/components/ApplicationLeadForm/getInitialFormState.tsx +1 -3
- package/mobile/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/pasreEsiaProfile.ts +1 -1
- package/mobile/src/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.tsx +6 -8
- package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -2
- package/mobile/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/useLeadFormStore.ts +1 -1
- package/mobile/src/components/ApplicationLeadForm/useSaveUserData.ts +1 -1
- package/mobile/src/components/CreditCardForm/CreditCardFormContent.ts +1 -1
- package/mobile/src/components/CreditCardForm/formStateMap.tsx +2 -2
- package/mobile/src/components/CreditCardForm/getCreditCardFormTaskData.ts +1 -1
- package/mobile/src/components/CreditCardForm/getDeliveryCreditCardData.ts +1 -1
- package/mobile/src/components/CreditCardForm/getInitialFormState.tsx +1 -1
- package/mobile/src/components/CreditCardForm/renderInputs.tsx +4 -3
- package/mobile/src/components/CreditCardForm/renderStep.tsx +6 -2
- package/mobile/src/components/CreditCardForm/useCreditCardFormAPI.tsx +2 -2
- package/mobile/src/components/CreditForm/CreditFormStep.tsx +1 -1
- package/mobile/src/components/CreditForm/formStateMap.tsx +1 -1
- package/mobile/src/components/CreditForm/getCalcData.ts +1 -1
- package/mobile/src/components/CreditForm/getInitialFormState.tsx +1 -1
- package/mobile/src/components/CreditForm/renderInfo.tsx +1 -1
- package/mobile/src/components/CreditForm/renderInputs.tsx +4 -3
- package/mobile/src/components/CreditForm/renderStep.tsx +2 -2
- package/mobile/src/components/CreditForm/useCreditFormAPI.tsx +3 -3
- package/mobile/src/components/CreditForm/utils.ts +1 -1
- package/mobile/src/hooks/useCreditFormStore.tsx +0 -0
- package/mobile/src/hooks/useLeadFormData.ts +4 -4
- package/mobile/src/hooks/useRetailFormStore.tsx +5 -5
- package/mobile/src/services/retail/adaptors/getAdditionalInfoData.ts +1 -1
- package/mobile/src/services/retail/adaptors/getCalculatorData.ts +1 -1
- package/mobile/src/services/retail/adaptors/getCardOptionsData.tsx +1 -1
- package/mobile/src/services/retail/adaptors/getCreditFormTaskData.ts +1 -1
- package/mobile/src/services/retail/adaptors/getDeliveryCreditData.ts +1 -1
- package/mobile/src/services/retail/adaptors/getEmploymentData.tsx +1 -1
- package/mobile/src/services/retail/adaptors/getFamilyStatusAndIncomeData.ts +2 -2
- package/mobile/src/services/retail/adaptors/getPersonalInfoData.tsx +1 -1
- package/mobile/src/services/retail/external/types.ts +10 -0
- package/mobile/src/services/retail/external/utils.ts +2 -0
- package/mobile/src/services/retail/inputs.tsx +140 -0
- package/mobile/src/{api/RetailAPI → services/retail}/model/LeadFormData.ts +1 -1
- package/mobile/src/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.ts +20 -18
- package/mobile/src/services/retail/model/RetailFormContent.ts +101 -0
- package/mobile/src/{components/CreditCardForm → services/retail/utils}/calculateInputs.ts +4 -4
- package/mobile/src/{api/RetailAPI → services/retail}/utils/getOrganizationParams.ts +6 -6
- package/mobile/src/{api/RetailAPI → services/retail}/utils/getUpdateUserProfile.ts +3 -4
- package/mobile/src/ui-kit/DraftDialog/parseDraftTask.ts +1 -1
- package/mobile/src/ui-kit/DraftDialog/utils.ts +2 -2
- package/mobile/src/ui-kit/FormField/CustomFieldProps.ts +2 -2
- package/mobile/src/ui-kit/FormField/Fields/AddressBranchField.tsx +1 -1
- package/mobile/src/ui-kit/FormField/Fields/DesiredMeetingDateField.tsx +5 -1
- package/mobile/src/ui-kit/FormField/Fields/EmailField.tsx +1 -1
- package/mobile/src/ui-kit/FormField/Fields/PartnerCommentsField.tsx +1 -1
- package/mobile/src/ui-kit/FormField/Fields/consentToReceiveMaterialsField.tsx +14 -0
- package/mobile/src/ui-kit/FormField/NameFieldDef.ts +76 -63
- package/mobile/src/ui-kit/FormField/SelectField.tsx +3 -3
- package/mobile/src/ui-kit/FormField/getField.tsx +11 -135
- package/mobile/src/ui-kit/FormField/getNamesFromInput.tsx +1 -1
- package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +75 -61
- package/mobile/src/ui-kit/FormField/getPremium.tsx +1 -1
- package/mobile/src/ui-kit/FormField/updateOrganizationFields.ts +3 -3
- package/mobile/src/ui-kit/FormField/validators.ts +8 -4
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.tsx +8 -10
- package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
- package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +0 -10
- package/src/components/ApplicationLeadForm/GroupedConsents.tsx +14 -4
- package/src/components/ApplicationLeadForm/consents.ts +2 -5
- package/src/components/ApplicationLeadForm/getInitialFormState.tsx +1 -3
- package/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +1 -1
- package/src/components/ApplicationLeadForm/pasreEsiaProfile.ts +1 -1
- package/src/components/{ApplicationForm → ApplicationLeadForm}/renderInputs.tsx +6 -8
- package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -2
- package/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -1
- package/src/components/ApplicationLeadForm/useLeadFormStore.ts +1 -1
- package/src/components/ApplicationLeadForm/useSaveUserData.ts +1 -1
- package/src/components/CreditCardForm/CreditCardFormContent.ts +1 -1
- package/src/components/CreditCardForm/formStateMap.tsx +2 -2
- package/src/components/CreditCardForm/getCreditCardFormTaskData.ts +1 -1
- package/src/components/CreditCardForm/getDeliveryCreditCardData.ts +1 -1
- package/src/components/CreditCardForm/getInitialFormState.tsx +1 -1
- package/src/components/CreditCardForm/renderInputs.tsx +4 -3
- package/src/components/CreditCardForm/renderStep.tsx +6 -2
- package/src/components/CreditCardForm/useCreditCardFormAPI.tsx +2 -2
- package/src/components/CreditForm/CreditFormStep.tsx +1 -1
- package/src/components/CreditForm/formStateMap.tsx +1 -1
- package/src/components/CreditForm/getCalcData.ts +1 -1
- package/src/components/CreditForm/getInitialFormState.tsx +1 -1
- package/src/components/CreditForm/renderInfo.tsx +1 -1
- package/src/components/CreditForm/renderInputs.tsx +4 -3
- package/src/components/CreditForm/renderStep.tsx +2 -2
- package/src/components/CreditForm/useCreditFormAPI.tsx +3 -3
- package/src/components/CreditForm/utils.ts +1 -1
- package/src/hooks/useCreditFormStore.tsx +0 -0
- package/src/hooks/useLeadFormData.ts +4 -4
- package/src/hooks/useRetailFormStore.tsx +5 -5
- package/src/icons/IconName.ts +4 -4
- package/src/services/retail/adaptors/getAdditionalInfoData.ts +1 -1
- package/src/services/retail/adaptors/getCalculatorData.ts +1 -1
- package/src/services/retail/adaptors/getCardOptionsData.tsx +1 -1
- package/src/services/retail/adaptors/getCreditFormTaskData.ts +1 -1
- package/src/services/retail/adaptors/getDeliveryCreditData.ts +1 -1
- package/src/services/retail/adaptors/getEmploymentData.tsx +1 -1
- package/src/services/retail/adaptors/getFamilyStatusAndIncomeData.ts +2 -2
- package/src/services/retail/adaptors/getPersonalInfoData.tsx +1 -1
- package/src/services/retail/external/types.ts +10 -0
- package/src/services/retail/external/utils.ts +2 -0
- package/src/services/retail/inputs.tsx +140 -0
- package/src/{api/RetailAPI → services/retail}/model/LeadFormData.ts +1 -1
- package/src/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.ts +20 -18
- package/src/services/retail/model/RetailFormContent.ts +101 -0
- package/{mobile/src/components/CreditForm → src/services/retail/utils}/calculateInputs.ts +4 -4
- package/src/{api/RetailAPI → services/retail}/utils/getOrganizationParams.ts +6 -6
- package/src/{api/RetailAPI → services/retail}/utils/getUpdateUserProfile.ts +3 -4
- package/src/ui-kit/DraftDialog/parseDraftTask.ts +1 -1
- package/src/ui-kit/DraftDialog/utils.ts +2 -2
- package/src/ui-kit/FormField/CustomFieldProps.ts +2 -2
- package/src/ui-kit/FormField/Fields/AddressBranchField.tsx +1 -1
- package/src/ui-kit/FormField/Fields/DesiredMeetingDateField.tsx +5 -1
- package/src/ui-kit/FormField/Fields/EmailField.tsx +1 -1
- package/src/ui-kit/FormField/Fields/PartnerCommentsField.tsx +1 -1
- package/src/ui-kit/FormField/Fields/consentToReceiveMaterialsField.tsx +14 -0
- package/src/ui-kit/FormField/NameFieldDef.ts +76 -63
- package/src/ui-kit/FormField/SelectField.tsx +3 -3
- package/src/ui-kit/FormField/getField.tsx +11 -135
- package/src/ui-kit/FormField/getNamesFromInput.tsx +1 -1
- package/src/ui-kit/FormField/getObjectValidator.tsx +75 -61
- package/src/ui-kit/FormField/getPremium.tsx +1 -1
- package/src/ui-kit/FormField/updateOrganizationFields.ts +3 -3
- package/src/ui-kit/FormField/validators.ts +8 -4
- package/bundle/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/bundle/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/dist/api/RetailAPI/model/EOrganizationActivityTypes.js.map +0 -1
- package/dist/api/RetailAPI/model/LeadFormData.js.map +0 -1
- package/dist/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/dist/api/RetailAPI/utils/getOrganizationParams.js.map +0 -1
- package/dist/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/dist/api/RetailAPI/utils/getUpdateUserProfile.js.map +0 -1
- package/dist/components/ApplicationForm/renderInputs.js.map +0 -1
- package/dist/components/ApplicationLeadForm/LeadFormState.js.map +0 -1
- package/dist/components/CreditCardForm/calculateInputs.js.map +0 -1
- package/dist/components/CreditForm/calculateInputs.js.map +0 -1
- package/lib/api/RetailAPI/model/EOrganizationActivityTypes.js.map +0 -1
- package/lib/api/RetailAPI/model/LeadFormData.js.map +0 -1
- package/lib/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/lib/api/RetailAPI/utils/getOrganizationParams.js.map +0 -1
- package/lib/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/lib/api/RetailAPI/utils/getUpdateUserProfile.js.map +0 -1
- package/lib/components/ApplicationForm/renderInputs.js.map +0 -1
- package/lib/components/ApplicationLeadForm/LeadFormState.js.map +0 -1
- package/lib/components/CreditCardForm/calculateInputs.d.ts +0 -5
- package/lib/components/CreditCardForm/calculateInputs.js.map +0 -1
- package/lib/components/CreditForm/calculateInputs.d.ts +0 -5
- package/lib/components/CreditForm/calculateInputs.js.map +0 -1
- package/mobile/bundle/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/mobile/bundle/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/mobile/bundle/components/CreditCardForm/calculateInputs.d.ts +0 -5
- package/mobile/bundle/components/CreditForm/calculateInputs.d.ts +0 -5
- package/mobile/dist/api/RetailAPI/model/EOrganizationActivityTypes.js.map +0 -1
- package/mobile/dist/api/RetailAPI/model/LeadFormData.d.ts +0 -7
- package/mobile/dist/api/RetailAPI/model/LeadFormData.js.map +0 -1
- package/mobile/dist/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/mobile/dist/api/RetailAPI/utils/getOrganizationParams.js.map +0 -1
- package/mobile/dist/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/mobile/dist/api/RetailAPI/utils/getUpdateUserProfile.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/renderInputs.d.ts +0 -2
- package/mobile/dist/components/ApplicationForm/renderInputs.js.map +0 -1
- package/mobile/dist/components/ApplicationLeadForm/LeadFormState.d.ts +0 -146
- package/mobile/dist/components/ApplicationLeadForm/LeadFormState.js.map +0 -1
- package/mobile/dist/components/CreditCardForm/calculateInputs.d.ts +0 -5
- package/mobile/dist/components/CreditCardForm/calculateInputs.js +0 -31
- package/mobile/dist/components/CreditCardForm/calculateInputs.js.map +0 -1
- package/mobile/dist/components/CreditForm/calculateInputs.d.ts +0 -5
- package/mobile/dist/components/CreditForm/calculateInputs.js +0 -31
- package/mobile/dist/components/CreditForm/calculateInputs.js.map +0 -1
- package/mobile/lib/api/RetailAPI/model/EOrganizationActivityTypes.js.map +0 -1
- package/mobile/lib/api/RetailAPI/model/LeadFormData.d.ts +0 -7
- package/mobile/lib/api/RetailAPI/model/LeadFormData.js.map +0 -1
- package/mobile/lib/api/RetailAPI/utils/getOrganizationParams.d.ts +0 -17
- package/mobile/lib/api/RetailAPI/utils/getOrganizationParams.js.map +0 -1
- package/mobile/lib/api/RetailAPI/utils/getUpdateUserProfile.d.ts +0 -3
- package/mobile/lib/api/RetailAPI/utils/getUpdateUserProfile.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/renderInputs.d.ts +0 -2
- package/mobile/lib/components/ApplicationForm/renderInputs.js.map +0 -1
- package/mobile/lib/components/ApplicationLeadForm/LeadFormState.d.ts +0 -146
- package/mobile/lib/components/ApplicationLeadForm/LeadFormState.js.map +0 -1
- package/mobile/lib/components/CreditCardForm/calculateInputs.d.ts +0 -5
- package/mobile/lib/components/CreditCardForm/calculateInputs.js +0 -27
- package/mobile/lib/components/CreditCardForm/calculateInputs.js.map +0 -1
- package/mobile/lib/components/CreditForm/calculateInputs.d.ts +0 -5
- package/mobile/lib/components/CreditForm/calculateInputs.js +0 -27
- package/mobile/lib/components/CreditForm/calculateInputs.js.map +0 -1
- package/src/components/CreditCardForm/calculateInputs.ts +0 -51
- package/src/components/CreditForm/calculateInputs.ts +0 -51
- /package/bundle/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/dist/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/dist/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.js +0 -0
- /package/dist/{api/RetailAPI → services/retail}/model/LeadFormData.js +0 -0
- /package/dist/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.js +0 -0
- /package/dist/{components/CreditCardForm → services/retail/utils}/calculateInputs.js +0 -0
- /package/dist/{api/RetailAPI → services/retail}/utils/getOrganizationParams.js +0 -0
- /package/lib/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/lib/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.js +0 -0
- /package/lib/{api/RetailAPI → services/retail}/model/LeadFormData.js +0 -0
- /package/lib/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.js +0 -0
- /package/lib/{components/CreditCardForm → services/retail/utils}/calculateInputs.js +0 -0
- /package/lib/{api/RetailAPI → services/retail}/utils/getOrganizationParams.js +0 -0
- /package/mobile/bundle/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/mobile/dist/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/mobile/dist/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.js +0 -0
- /package/mobile/dist/{api/RetailAPI → services/retail}/model/LeadFormData.js +0 -0
- /package/mobile/dist/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.js +0 -0
- /package/{dist/components/CreditForm → mobile/dist/services/retail/utils}/calculateInputs.js +0 -0
- /package/mobile/dist/{api/RetailAPI → services/retail}/utils/getOrganizationParams.js +0 -0
- /package/mobile/lib/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.d.ts +0 -0
- /package/mobile/lib/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.js +0 -0
- /package/mobile/lib/{api/RetailAPI → services/retail}/model/LeadFormData.js +0 -0
- /package/mobile/lib/{components/ApplicationLeadForm → services/retail/model}/LeadFormState.js +0 -0
- /package/{lib/components/CreditForm → mobile/lib/services/retail/utils}/calculateInputs.js +0 -0
- /package/mobile/lib/{api/RetailAPI → services/retail}/utils/getOrganizationParams.js +0 -0
- /package/mobile/src/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.ts +0 -0
- /package/src/{api/RetailAPI → services/retail}/model/EOrganizationActivityTypes.ts +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type DictionaryItem } from '../services/retail/model/LeadFormData';
|
|
2
2
|
export declare const useLeadFormData: (typeField: string) => {
|
|
3
3
|
error: any;
|
|
4
4
|
data?: undefined;
|
|
5
5
|
} | {
|
|
6
|
-
data:
|
|
6
|
+
data: DictionaryItem[];
|
|
7
7
|
error: any;
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLeadFormData.js","sourceRoot":"","sources":["../../src/hooks/useLeadFormData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAM/C,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,SAAiB,EAAE,EAAE;IACnD,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,YAAY,CAClC,qCAAqC,kBAAkB,CAAC,SAAS,CAAC,EAAE,EACpE,SAAS,CACV,CAAC;IACF,IAAI,IAAI,IAAI,cAAc,IAAI,IAAI,EAAE;QAClC,OAAO,EAAE,KAAK,EAAE,CAAC;KAClB;IAED,OAAO,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"useLeadFormData.js","sourceRoot":"","sources":["../../src/hooks/useLeadFormData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAM/C,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,SAAiB,EAAE,EAAE;IACnD,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,YAAY,CAClC,qCAAqC,kBAAkB,CAAC,SAAS,CAAC,EAAE,EACpE,SAAS,CACV,CAAC;IACF,IAAI,IAAI,IAAI,cAAc,IAAI,IAAI,EAAE;QAClC,OAAO,EAAE,KAAK,EAAE,CAAC;KAClB;IAED,OAAO,EAAE,IAAI,EAAE,IAAwB,EAAE,KAAK,EAAE,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,SAAS,GAAG,KAAK,EAAE,GAAW,EAA0C,EAAE;IAC9E,MAAM,MAAM,GAAG,MAAM,SAAS,CAAgC,GAAG,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAEvF,OAAO,MAAM,IAAI,EAAE,CAAC;AACtB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type LeadProps } from '../api/RetailAPI/model/LeadFormData';
|
|
2
1
|
import { type LeadFormStoreSlice } from '../components/ApplicationLeadForm/useLeadFormStore';
|
|
2
|
+
import { type DictionaryItem } from '../services/retail/model/LeadFormData';
|
|
3
3
|
export declare type StatusInfoState = {
|
|
4
4
|
regionRetail?: string;
|
|
5
5
|
addressRetail?: string;
|
|
@@ -13,21 +13,21 @@ export declare type StatusInfoState = {
|
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
export interface CreditFormDictionarySlice {
|
|
16
|
-
amountWorkers:
|
|
17
|
-
organization:
|
|
18
|
-
employerActivities:
|
|
19
|
-
employerOrganization:
|
|
16
|
+
amountWorkers: DictionaryItem[] | null;
|
|
17
|
+
organization: DictionaryItem[] | null;
|
|
18
|
+
employerActivities: DictionaryItem[] | null;
|
|
19
|
+
employerOrganization: DictionaryItem[] | null;
|
|
20
20
|
}
|
|
21
21
|
export interface CreditFormStoreSlice extends CreditFormDictionarySlice, LeadFormStoreSlice {
|
|
22
22
|
statusInfo: StatusInfoState;
|
|
23
23
|
}
|
|
24
24
|
export declare const useRetailFormStore: () => {
|
|
25
25
|
statusInfo: StatusInfoState | null;
|
|
26
|
-
amountWorkers:
|
|
27
|
-
organization:
|
|
28
|
-
employerActivities:
|
|
29
|
-
employerOrganization:
|
|
30
|
-
leadForm: import("../
|
|
26
|
+
amountWorkers: DictionaryItem[] | null;
|
|
27
|
+
organization: DictionaryItem[] | null;
|
|
28
|
+
employerActivities: DictionaryItem[] | null;
|
|
29
|
+
employerOrganization: DictionaryItem[] | null;
|
|
30
|
+
leadForm: import("../services/retail/model/LeadFormState").LeadFormState | null;
|
|
31
31
|
taskId: number | null;
|
|
32
32
|
profileId: number | null;
|
|
33
33
|
participantId: number | null;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '
|
|
2
|
+
import { type LeadFormState } from '../model/LeadFormState';
|
|
3
3
|
export declare const getAdditionalInfoData: (formData: LeadFormState) => Partial<Participant>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
+
import { type LeadFormState } from '../../../services/retail/model/LeadFormState';
|
|
1
2
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '../../../components/ApplicationLeadForm/LeadFormState';
|
|
3
3
|
export declare const getCalculatorData: (formData: LeadFormState) => Pick<Participant, 'payrollCardRshbFlg' | 'consentInsuranceFlg'>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '
|
|
2
|
+
import { type LeadFormState } from '../model/LeadFormState';
|
|
3
3
|
export declare const getCardOptionsData: (formData: LeadFormState) => Partial<Participant>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type UpdateUserTaskBody } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '../../../
|
|
2
|
+
import { type LeadFormState } from '../../../services/retail/model/LeadFormState';
|
|
3
3
|
declare type getCreditFormTaskDataProps = {
|
|
4
4
|
participantId: number;
|
|
5
5
|
taskId: number;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type UpdateUserTaskBody } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '
|
|
2
|
+
import { type LeadFormState } from '../model/LeadFormState';
|
|
3
3
|
export declare const getDeliveryCreditData: (formData: LeadFormState) => Partial<UpdateUserTaskBody['task']>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '../../../
|
|
2
|
+
import { type LeadFormState } from '../../../services/retail/model/LeadFormState';
|
|
3
3
|
export declare const getEmploymentData: (formData: LeadFormState) => Partial<Participant>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '../../../
|
|
2
|
+
import { type LeadFormState } from '../../../services/retail/model/LeadFormState';
|
|
3
3
|
export declare const getFamilyStatusAndIncomeData: (formData: LeadFormState) => Partial<Participant>;
|
|
4
4
|
export declare const countIncomeAverage: (wages?: number, retirementIncome?: number) => number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getParticipantIncomes } from '../../../components/CreditForm/utils.js';
|
|
2
2
|
export const getFamilyStatusAndIncomeData = (formData) => {
|
|
3
|
-
const { familyStatus,
|
|
3
|
+
const { familyStatus, familyMembers, dependents, children, confirmationIncome, wages, mandatoryPayments, additionalIncome, otherIncome, otherPayments, rentalIncome, retirementIncome, snils, armyIdFlg, conscription, } = formData;
|
|
4
4
|
return {
|
|
5
5
|
maritalStatusCd: familyStatus,
|
|
6
6
|
totalDependents: familyMembers,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFamilyStatusAndIncomeData.js","sourceRoot":"","sources":["../../../../src/services/retail/adaptors/getFamilyStatusAndIncomeData.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getFamilyStatusAndIncomeData.js","sourceRoot":"","sources":["../../../../src/services/retail/adaptors/getFamilyStatusAndIncomeData.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAG7E,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,QAAuB,EAAwB,EAAE;IAC5F,MAAM,EACJ,YAAY,EACZ,aAAa,EACb,UAAU,EACV,QAAQ,EACR,kBAAkB,EAClB,KAAK,EACL,iBAAiB,EACjB,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,KAAK,EACL,SAAS,EACT,YAAY,GACb,GAAG,QAAQ,CAAC;IAEb,OAAO;QACL,eAAe,EAAE,YAAY;QAC7B,eAAe,EAAE,aAAa;QAC9B,mBAAmB,EAAE,kBAAkB;QACvC,eAAe,EAAE,UAAU;QAC3B,kBAAkB,EAAE,QAAQ;QAC5B,gBAAgB,EAAE,YAAY;QAC9B,kBAAkB,EAAE,qBAAqB,CAAC;YACxC,KAAK;YACL,iBAAiB;YACjB,aAAa,EAAE,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,CAAC;YAC1D,gBAAgB;YAChB,WAAW;YACX,aAAa;YACb,YAAY;YACZ,gBAAgB;SACjB,CAAC;QACF,KAAK,EAAE,KAAK,EAAE,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC;QACrD,SAAS;KACV,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAc,EAAE,gBAAyB,EAAE,EAAE,CAC9E,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,gBAAgB,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type Participant } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
-
import { type LeadFormState } from '../../../
|
|
2
|
+
import { type LeadFormState } from '../../../services/retail/model/LeadFormState';
|
|
3
3
|
export declare const getPersonalInfoData: (formData: LeadFormState) => Partial<Participant>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { type FormFieldRegisterer } from '../../../hooks/useForm';
|
|
2
|
+
export { type AspectsProps } from '../../../model/AspectsProps';
|
|
3
|
+
export { type ColumnsCount } from '../../../model/ColumnCount';
|
|
4
|
+
export { type LabelProps, type TextProps, type TitleProps } from '../../../model/HeadlineType';
|
|
5
|
+
export { type InputSectionsType } from '../../../model/InputSectionsType';
|
|
6
|
+
export { type LinkButtonVersion } from '../../../model/LinkButtonVersion';
|
|
7
|
+
export { type Target } from '../../../model/LinkProps';
|
|
8
|
+
export { type VNode } from '../../../model/VNode';
|
|
9
|
+
export { type Option } from '../../../ui-kit/Select/Option';
|
|
10
|
+
export { type UniBlockContent } from '../../../UniBlock/UniBlockProps';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/retail/external/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/services/retail/external/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { type CustomFieldProps } from '../../ui-kit/FormField/CustomFieldProps';
|
|
2
|
+
export declare const InputsApplicationLeadMap: {
|
|
3
|
+
limitedBirthday: (props: CustomFieldProps) => any;
|
|
4
|
+
};
|
|
5
|
+
export declare const InputsConsentsMap: {
|
|
6
|
+
processPersonalDataFlg: (props: CustomFieldProps) => any;
|
|
7
|
+
consentProviderFlg: (props: CustomFieldProps) => any;
|
|
8
|
+
consentOthersFlg: (props: CustomFieldProps) => any;
|
|
9
|
+
consentInformFlg: (props: CustomFieldProps) => any;
|
|
10
|
+
consentPfrFlg: (props: CustomFieldProps) => any;
|
|
11
|
+
};
|
|
12
|
+
export declare const InputsRetailMap: {
|
|
13
|
+
organization: (props: CustomFieldProps) => any;
|
|
14
|
+
organizationAddress: (props: CustomFieldProps) => any;
|
|
15
|
+
organizationPhone: (props: CustomFieldProps) => any;
|
|
16
|
+
organizationName: (props: CustomFieldProps) => any;
|
|
17
|
+
legalForm: (props: CustomFieldProps) => any;
|
|
18
|
+
generalSeniority: (props: CustomFieldProps) => any;
|
|
19
|
+
lastJobExperience: (props: CustomFieldProps) => any;
|
|
20
|
+
experience5Years: (props: CustomFieldProps) => any;
|
|
21
|
+
jobsNumber: (props: CustomFieldProps) => any;
|
|
22
|
+
beginDate: (props: CustomFieldProps) => any;
|
|
23
|
+
addressFact: (props: CustomFieldProps) => any;
|
|
24
|
+
addressRegistration: (props: CustomFieldProps) => any;
|
|
25
|
+
addressRetail: (props: CustomFieldProps) => any;
|
|
26
|
+
addressMatch: (props: CustomFieldProps) => any;
|
|
27
|
+
sex: (props: CustomFieldProps) => any;
|
|
28
|
+
limitedBirthday: (props: CustomFieldProps) => any;
|
|
29
|
+
birthPlace: (props: CustomFieldProps) => any;
|
|
30
|
+
education: (props: CustomFieldProps) => any;
|
|
31
|
+
housing: (props: CustomFieldProps) => any;
|
|
32
|
+
amountWorkers: (props: CustomFieldProps) => any;
|
|
33
|
+
employment: (props: CustomFieldProps) => any;
|
|
34
|
+
employerActivities: (props: CustomFieldProps) => any;
|
|
35
|
+
employerOrganization: (props: CustomFieldProps) => any;
|
|
36
|
+
positionOrganization: (props: CustomFieldProps) => any;
|
|
37
|
+
familyStatus: (props: CustomFieldProps) => any;
|
|
38
|
+
familyMembers: (props: CustomFieldProps) => any;
|
|
39
|
+
children: (props: CustomFieldProps) => any;
|
|
40
|
+
dependents: (props: CustomFieldProps) => any;
|
|
41
|
+
totalIncome: (props: CustomFieldProps) => any;
|
|
42
|
+
expenses: (props: CustomFieldProps) => any;
|
|
43
|
+
snils: (props: CustomFieldProps) => any;
|
|
44
|
+
conscription: (props: CustomFieldProps) => any;
|
|
45
|
+
armyIdFlg: (props: CustomFieldProps) => any;
|
|
46
|
+
dulSerie: (props: CustomFieldProps) => any;
|
|
47
|
+
dulNumber: (props: CustomFieldProps) => any;
|
|
48
|
+
dulIssueDateField: (props: CustomFieldProps) => any;
|
|
49
|
+
dulSubdivisionCode: (props: CustomFieldProps) => any;
|
|
50
|
+
dulIssuedBy: (props: CustomFieldProps) => any;
|
|
51
|
+
participantDateRegistration: (props: CustomFieldProps) => any;
|
|
52
|
+
retirementIncome: (props: CustomFieldProps) => any;
|
|
53
|
+
otherIncome: (props: CustomFieldProps) => any;
|
|
54
|
+
wages: (props: CustomFieldProps) => any;
|
|
55
|
+
mandatoryPayments: (props: CustomFieldProps) => any;
|
|
56
|
+
disablePeopleFlg: (props: CustomFieldProps) => any;
|
|
57
|
+
bankruptcyFlg: (props: CustomFieldProps) => any;
|
|
58
|
+
shareholderFlg: (props: CustomFieldProps) => any;
|
|
59
|
+
legalEntityName: (props: CustomFieldProps) => any;
|
|
60
|
+
creditInRshbCd: (props: CustomFieldProps) => any;
|
|
61
|
+
bankEmployeeCode: (props: CustomFieldProps) => any;
|
|
62
|
+
partInBusiness: (props: CustomFieldProps) => any;
|
|
63
|
+
regionRetail: (props: CustomFieldProps) => any;
|
|
64
|
+
calculator: (props: CustomFieldProps) => any;
|
|
65
|
+
};
|
|
66
|
+
export declare const InputRetailCardMap: {
|
|
67
|
+
addressCourier: (props: CustomFieldProps) => any;
|
|
68
|
+
paymentSystem: (props: CustomFieldProps) => any;
|
|
69
|
+
currency: (props: CustomFieldProps) => any;
|
|
70
|
+
cardCategory: (props: CustomFieldProps) => any;
|
|
71
|
+
codeWord: (props: CustomFieldProps) => any;
|
|
72
|
+
confirmationIncome: (props: CustomFieldProps) => any;
|
|
73
|
+
methodObtain: (props: CustomFieldProps) => any;
|
|
74
|
+
deliveryDate: (props: CustomFieldProps) => any;
|
|
75
|
+
};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
|
|
2
|
+
import { AddressFactField } from '../../ui-kit/FormField/Fields/AddressFactField.js';
|
|
3
|
+
import { AddressField } from '../../ui-kit/FormField/Fields/AddressField.js';
|
|
4
|
+
import { AddressMatchField } from '../../ui-kit/FormField/Fields/AddressMatchField.js';
|
|
5
|
+
import { AddressRetailField } from '../../ui-kit/FormField/Fields/AddressRetailField.js';
|
|
6
|
+
import { AmountWorkersField } from '../../ui-kit/FormField/Fields/AmountWorkersField.js';
|
|
7
|
+
import { ArmyIdFlgField } from '../../ui-kit/FormField/Fields/ArmyIdFlgField.js';
|
|
8
|
+
import { BankEmpoleeCodeField } from '../../ui-kit/FormField/Fields/BankEmployeeCodeField.js';
|
|
9
|
+
import { BankruptcyFlgField } from '../../ui-kit/FormField/Fields/BankruptcyFlgField.js';
|
|
10
|
+
import { BeginDateField } from '../../ui-kit/FormField/Fields/BeginDateField.js';
|
|
11
|
+
import { BirthPlaceField } from '../../ui-kit/FormField/Fields/BirthPlaceField.js';
|
|
12
|
+
import { CardCategoryField } from '../../ui-kit/FormField/Fields/CardCategoryField.js';
|
|
13
|
+
import { ChildrenField } from '../../ui-kit/FormField/Fields/ChildrenField.js';
|
|
14
|
+
import { CodeWordField } from '../../ui-kit/FormField/Fields/CodeWordField.js';
|
|
15
|
+
import { ConfirmationIncomeField } from '../../ui-kit/FormField/Fields/ConfirmationIncomeField.js';
|
|
16
|
+
import { ConscriptionField } from '../../ui-kit/FormField/Fields/ConscriptionField.js';
|
|
17
|
+
import { ConsentField } from '../../ui-kit/FormField/Fields/ConsentField.js';
|
|
18
|
+
import { CreditCalcField } from '../../ui-kit/FormField/Fields/CreditCalcField.js';
|
|
19
|
+
import { CreditInRshbCdField } from '../../ui-kit/FormField/Fields/CreditInRshbCdField.js';
|
|
20
|
+
import { CurrencyField } from '../../ui-kit/FormField/Fields/CurrencyField.js';
|
|
21
|
+
import { DeliveryDateFiels } from '../../ui-kit/FormField/Fields/DeliveryDateFiels.js';
|
|
22
|
+
import { DependentsField } from '../../ui-kit/FormField/Fields/DependentsField.js';
|
|
23
|
+
import { DisablePeopleFlgField } from '../../ui-kit/FormField/Fields/DisablePeopleFlgField.js';
|
|
24
|
+
import { DulIssueDateField } from '../../ui-kit/FormField/Fields/DulIssueDateField.js';
|
|
25
|
+
import { DulIssuedByField } from '../../ui-kit/FormField/Fields/DulIssuedByField.js';
|
|
26
|
+
import { DulNumberField } from '../../ui-kit/FormField/Fields/DulNumberField.js';
|
|
27
|
+
import { DulSerieField } from '../../ui-kit/FormField/Fields/DulSerieField.js';
|
|
28
|
+
import { DulSubdivisionCodeField } from '../../ui-kit/FormField/Fields/DulSubdivisionCodeField.js';
|
|
29
|
+
import { EducationField } from '../../ui-kit/FormField/Fields/EducationField.js';
|
|
30
|
+
import { EmployerActivitiesField } from '../../ui-kit/FormField/Fields/EmployerActivitiesField.js';
|
|
31
|
+
import { EmployerOrganizationField } from '../../ui-kit/FormField/Fields/EmployerOrganizationField.js';
|
|
32
|
+
import { EmploymentField } from '../../ui-kit/FormField/Fields/EmploymentField.js';
|
|
33
|
+
import { ExpensesField } from '../../ui-kit/FormField/Fields/ExpensesField.js';
|
|
34
|
+
import { Experience5YearsField } from '../../ui-kit/FormField/Fields/Experience5YearsField.js';
|
|
35
|
+
import { FamilyMembersField } from '../../ui-kit/FormField/Fields/FamilyMembersField.js';
|
|
36
|
+
import { FamilyStatusField } from '../../ui-kit/FormField/Fields/FamilyStatusField.js';
|
|
37
|
+
import { GeneralSeniorityField } from '../../ui-kit/FormField/Fields/GeneralSeniorityField.js';
|
|
38
|
+
import { HousingField } from '../../ui-kit/FormField/Fields/HousingField.js';
|
|
39
|
+
import { JobsNumberField } from '../../ui-kit/FormField/Fields/JobsNumberField.js';
|
|
40
|
+
import { LastJobExperienceField } from '../../ui-kit/FormField/Fields/LastJobExperienceField.js';
|
|
41
|
+
import { LegalEntityNameField } from '../../ui-kit/FormField/Fields/LegalEntityNameField.js';
|
|
42
|
+
import { LegalFormField } from '../../ui-kit/FormField/Fields/LegalFormField.js';
|
|
43
|
+
import { LimitedBirthdayField } from '../../ui-kit/FormField/Fields/LimitedBirthdayField.js';
|
|
44
|
+
import { MandatoryPaymentsField } from '../../ui-kit/FormField/Fields/MandatoryPaymentsField.js';
|
|
45
|
+
import { MethodObtainField } from '../../ui-kit/FormField/Fields/MethodObtainField.js';
|
|
46
|
+
import { OrganizationField } from '../../ui-kit/FormField/Fields/OrganizationField.js';
|
|
47
|
+
import { OrganizationNameField } from '../../ui-kit/FormField/Fields/OrganizationNameField.js';
|
|
48
|
+
import { OtherIncomeField } from '../../ui-kit/FormField/Fields/OtherIncomeField.js';
|
|
49
|
+
import { ParticipantDateRegistrationField } from '../../ui-kit/FormField/Fields/ParticipantDateRegistrationField.js';
|
|
50
|
+
import { PartInBusinessField } from '../../ui-kit/FormField/Fields/PartInBusinessField.js';
|
|
51
|
+
import { PaymentSystemField } from '../../ui-kit/FormField/Fields/PaymentSystemField.js';
|
|
52
|
+
import { PhoneField } from '../../ui-kit/FormField/Fields/PhoneField.js';
|
|
53
|
+
import { PositionOrganizationField } from '../../ui-kit/FormField/Fields/PositionOrganizationField.js';
|
|
54
|
+
import { RegionRetailField } from '../../ui-kit/FormField/Fields/RegionRetailField.js';
|
|
55
|
+
import { RetirementIncomeField } from '../../ui-kit/FormField/Fields/RetirementIncomeField.js';
|
|
56
|
+
import { SexField } from '../../ui-kit/FormField/Fields/SexField.js';
|
|
57
|
+
import { ShareholderFlgField } from '../../ui-kit/FormField/Fields/ShareholderFlgField.js';
|
|
58
|
+
import { SnilsField } from '../../ui-kit/FormField/Fields/SnilsField.js';
|
|
59
|
+
import { TotalIncomeField } from '../../ui-kit/FormField/Fields/TotalIncomeField.js';
|
|
60
|
+
import { WagesField } from '../../ui-kit/FormField/Fields/WagesField.js';
|
|
61
|
+
export const InputsApplicationLeadMap = {
|
|
62
|
+
limitedBirthday: (props) => _jsx(LimitedBirthdayField, { ...props }),
|
|
63
|
+
};
|
|
64
|
+
export const InputsConsentsMap = {
|
|
65
|
+
processPersonalDataFlg: (props) => _jsx(ConsentField, { ...props }),
|
|
66
|
+
consentProviderFlg: (props) => _jsx(ConsentField, { ...props }),
|
|
67
|
+
consentOthersFlg: (props) => _jsx(ConsentField, { ...props }),
|
|
68
|
+
consentInformFlg: (props) => _jsx(ConsentField, { ...props }),
|
|
69
|
+
consentPfrFlg: (props) => _jsx(ConsentField, { ...props }),
|
|
70
|
+
};
|
|
71
|
+
export const InputsRetailMap = {
|
|
72
|
+
organization: (props) => _jsx(OrganizationField, { ...props }),
|
|
73
|
+
organizationAddress: (props) => _jsx(AddressField, { ...props }),
|
|
74
|
+
organizationPhone: (props) => _jsx(PhoneField, { ...props }),
|
|
75
|
+
organizationName: (props) => _jsx(OrganizationNameField, { ...props }),
|
|
76
|
+
legalForm: (props) => _jsx(LegalFormField, { ...props }),
|
|
77
|
+
generalSeniority: (props) => _jsx(GeneralSeniorityField, { ...props }),
|
|
78
|
+
lastJobExperience: (props) => _jsx(LastJobExperienceField, { ...props }),
|
|
79
|
+
experience5Years: (props) => _jsx(Experience5YearsField, { ...props }),
|
|
80
|
+
jobsNumber: (props) => _jsx(JobsNumberField, { ...props }),
|
|
81
|
+
beginDate: (props) => _jsx(BeginDateField, { ...props }),
|
|
82
|
+
addressFact: (props) => _jsx(AddressFactField, { ...props }),
|
|
83
|
+
addressRegistration: (props) => _jsx(AddressField, { ...props }),
|
|
84
|
+
addressRetail: (props) => _jsx(AddressRetailField, { ...props }),
|
|
85
|
+
addressMatch: (props) => _jsx(AddressMatchField, { ...props }),
|
|
86
|
+
sex: (props) => _jsx(SexField, { ...props }),
|
|
87
|
+
limitedBirthday: (props) => _jsx(LimitedBirthdayField, { ...props }),
|
|
88
|
+
birthPlace: (props) => _jsx(BirthPlaceField, { ...props }),
|
|
89
|
+
education: (props) => _jsx(EducationField, { ...props }),
|
|
90
|
+
housing: (props) => _jsx(HousingField, { ...props }),
|
|
91
|
+
amountWorkers: (props) => _jsx(AmountWorkersField, { ...props }),
|
|
92
|
+
employment: (props) => _jsx(EmploymentField, { ...props }),
|
|
93
|
+
employerActivities: (props) => _jsx(EmployerActivitiesField, { ...props }),
|
|
94
|
+
employerOrganization: (props) => _jsx(EmployerOrganizationField, { ...props }),
|
|
95
|
+
positionOrganization: (props) => _jsx(PositionOrganizationField, { ...props }),
|
|
96
|
+
familyStatus: (props) => _jsx(FamilyStatusField, { ...props }),
|
|
97
|
+
familyMembers: (props) => _jsx(FamilyMembersField, { ...props }),
|
|
98
|
+
children: (props) => _jsx(ChildrenField, { ...props }),
|
|
99
|
+
dependents: (props) => _jsx(DependentsField, { ...props }),
|
|
100
|
+
totalIncome: (props) => _jsx(TotalIncomeField, { ...props }),
|
|
101
|
+
expenses: (props) => _jsx(ExpensesField, { ...props }),
|
|
102
|
+
snils: (props) => _jsx(SnilsField, { ...props }),
|
|
103
|
+
conscription: (props) => _jsx(ConscriptionField, { ...props }),
|
|
104
|
+
armyIdFlg: (props) => _jsx(ArmyIdFlgField, { ...props }),
|
|
105
|
+
dulSerie: (props) => _jsx(DulSerieField, { ...props }),
|
|
106
|
+
dulNumber: (props) => _jsx(DulNumberField, { ...props }),
|
|
107
|
+
dulIssueDateField: (props) => _jsx(DulIssueDateField, { ...props }),
|
|
108
|
+
dulSubdivisionCode: (props) => _jsx(DulSubdivisionCodeField, { ...props }),
|
|
109
|
+
dulIssuedBy: (props) => _jsx(DulIssuedByField, { ...props }),
|
|
110
|
+
participantDateRegistration: (props) => (_jsx(ParticipantDateRegistrationField, { ...props })),
|
|
111
|
+
retirementIncome: (props) => _jsx(RetirementIncomeField, { ...props }),
|
|
112
|
+
otherIncome: (props) => _jsx(OtherIncomeField, { ...props }),
|
|
113
|
+
wages: (props) => _jsx(WagesField, { ...props }),
|
|
114
|
+
mandatoryPayments: (props) => _jsx(MandatoryPaymentsField, { ...props }),
|
|
115
|
+
disablePeopleFlg: (props) => _jsx(DisablePeopleFlgField, { ...props }),
|
|
116
|
+
bankruptcyFlg: (props) => _jsx(BankruptcyFlgField, { ...props }),
|
|
117
|
+
shareholderFlg: (props) => _jsx(ShareholderFlgField, { ...props }),
|
|
118
|
+
legalEntityName: (props) => _jsx(LegalEntityNameField, { ...props }),
|
|
119
|
+
creditInRshbCd: (props) => _jsx(CreditInRshbCdField, { ...props }),
|
|
120
|
+
bankEmployeeCode: (props) => _jsx(BankEmpoleeCodeField, { ...props }),
|
|
121
|
+
partInBusiness: (props) => _jsx(PartInBusinessField, { ...props }),
|
|
122
|
+
regionRetail: (props) => _jsx(RegionRetailField, { ...props }),
|
|
123
|
+
calculator: (props) => _jsx(CreditCalcField, { ...props }),
|
|
124
|
+
};
|
|
125
|
+
export const InputRetailCardMap = {
|
|
126
|
+
addressCourier: (props) => _jsx(AddressField, { ...props }),
|
|
127
|
+
paymentSystem: (props) => _jsx(PaymentSystemField, { ...props }),
|
|
128
|
+
currency: (props) => _jsx(CurrencyField, { ...props }),
|
|
129
|
+
cardCategory: (props) => _jsx(CardCategoryField, { ...props }),
|
|
130
|
+
codeWord: (props) => _jsx(CodeWordField, { ...props }),
|
|
131
|
+
confirmationIncome: (props) => _jsx(ConfirmationIncomeField, { ...props }),
|
|
132
|
+
methodObtain: (props) => _jsx(MethodObtainField, { ...props }),
|
|
133
|
+
deliveryDate: (props) => _jsx(DeliveryDateFiels, { ...props }),
|
|
134
|
+
};
|
|
135
|
+
//# sourceMappingURL=inputs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../../src/services/retail/inputs.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EOrganizationActivityTypes.js","sourceRoot":"","sources":["../../../../src/services/retail/model/EOrganizationActivityTypes.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeadFormData.js","sourceRoot":"","sources":["../../../../src/services/retail/model/LeadFormData.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { type PaymentType } from '../../../api/RetailAPI/updateUserTask';
|
|
2
|
+
import { type Option } from '../external/types';
|
|
3
|
+
export interface FormRetailConsents {
|
|
4
|
+
processPersonalDataFlg?: boolean;
|
|
5
|
+
consentProviderFlg?: boolean;
|
|
6
|
+
consentOthersFlg?: boolean;
|
|
7
|
+
consentInformFlg?: boolean;
|
|
8
|
+
consentPfrFlg?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare type FormStateDeliveryType = {
|
|
11
|
+
regionRetail?: Option;
|
|
12
|
+
bankEmployeeCode?: number;
|
|
13
|
+
methodObtain?: 'office' | 'courier';
|
|
14
|
+
deliveryDate?: Date | string;
|
|
15
|
+
addressRetail?: Option;
|
|
16
|
+
addressCourier?: Address;
|
|
17
|
+
};
|
|
18
|
+
export interface Address {
|
|
19
|
+
apartment?: string;
|
|
20
|
+
block?: string;
|
|
21
|
+
building?: string;
|
|
22
|
+
city?: string;
|
|
23
|
+
countryCode?: string;
|
|
24
|
+
district?: string;
|
|
25
|
+
fiasCode?: string;
|
|
26
|
+
fullAddress: string;
|
|
27
|
+
house?: string;
|
|
28
|
+
locality?: string;
|
|
29
|
+
okatoRegionCode?: string;
|
|
30
|
+
postcode?: string;
|
|
31
|
+
region?: string;
|
|
32
|
+
regionCode?: string;
|
|
33
|
+
street?: string;
|
|
34
|
+
qc?: string;
|
|
35
|
+
qcComplete?: string;
|
|
36
|
+
qcHouse?: string;
|
|
37
|
+
}
|
|
38
|
+
export interface Calculator {
|
|
39
|
+
moneyValue?: number;
|
|
40
|
+
monthsValue?: number;
|
|
41
|
+
isAnnuity?: boolean;
|
|
42
|
+
isInsurance?: boolean;
|
|
43
|
+
isSalaryClient?: boolean;
|
|
44
|
+
isPensionClient?: boolean;
|
|
45
|
+
isStateEmployee?: boolean;
|
|
46
|
+
}
|
|
47
|
+
export interface LeadFormState extends FormRetailConsents, FormStateDeliveryType {
|
|
48
|
+
surname?: string;
|
|
49
|
+
name?: string;
|
|
50
|
+
middleName?: string;
|
|
51
|
+
fullName?: string;
|
|
52
|
+
registrationDate?: Date | string;
|
|
53
|
+
birthday?: Date | string;
|
|
54
|
+
limitedBirthday?: Date | string;
|
|
55
|
+
birthPlace?: string;
|
|
56
|
+
sex?: string;
|
|
57
|
+
phone?: string;
|
|
58
|
+
organizationPhone?: string;
|
|
59
|
+
secondaryPhone?: string;
|
|
60
|
+
education?: Option;
|
|
61
|
+
housing?: Option;
|
|
62
|
+
employment?: Option;
|
|
63
|
+
organization?: Option;
|
|
64
|
+
amountWorkers?: Option;
|
|
65
|
+
employerActivities?: Option;
|
|
66
|
+
employerOrganization?: Option;
|
|
67
|
+
positionOrganization?: Option;
|
|
68
|
+
dulSerie?: string;
|
|
69
|
+
dulNumber?: string;
|
|
70
|
+
dulIssueDateField?: Date | string;
|
|
71
|
+
dulSubdivisionCode?: string;
|
|
72
|
+
dulIssuedBy?: string;
|
|
73
|
+
email?: string;
|
|
74
|
+
acquiringType?: Option;
|
|
75
|
+
serviceType?: Option;
|
|
76
|
+
vedTypes?: string;
|
|
77
|
+
region?: Option;
|
|
78
|
+
onlineCheckout?: boolean;
|
|
79
|
+
posTerminal?: boolean;
|
|
80
|
+
term?: number;
|
|
81
|
+
amount?: number;
|
|
82
|
+
annualRevenue?: string;
|
|
83
|
+
serviceDirection?: string;
|
|
84
|
+
desiredMeetingDate?: string;
|
|
85
|
+
inn?: number;
|
|
86
|
+
legalForm?: string;
|
|
87
|
+
organizationName?: string;
|
|
88
|
+
generalSeniority?: string;
|
|
89
|
+
lastJobExperience?: string;
|
|
90
|
+
experience5Years?: string;
|
|
91
|
+
jobsNumber?: string;
|
|
92
|
+
organizationAddress?: Address;
|
|
93
|
+
beginDate?: Date | string;
|
|
94
|
+
addressFact?: Address;
|
|
95
|
+
addressBranch?: Option;
|
|
96
|
+
bankEmpolee?: string;
|
|
97
|
+
applicationDate?: string;
|
|
98
|
+
comment?: string;
|
|
99
|
+
isClient?: boolean;
|
|
100
|
+
feedbackMethod?: string;
|
|
101
|
+
collectionCount?: number;
|
|
102
|
+
product?: string;
|
|
103
|
+
localities?: string[];
|
|
104
|
+
partnerComments?: string;
|
|
105
|
+
consentDataProcessing?: boolean;
|
|
106
|
+
consentPhotoFlg?: boolean;
|
|
107
|
+
consentAssignmentClaimsFlg?: boolean;
|
|
108
|
+
consentCollectionFlg?: boolean;
|
|
109
|
+
familyStatus?: Option;
|
|
110
|
+
familyMembers?: string;
|
|
111
|
+
children?: string;
|
|
112
|
+
dependents?: string;
|
|
113
|
+
totalIncome?: number;
|
|
114
|
+
expenses?: number;
|
|
115
|
+
snils?: string;
|
|
116
|
+
conscription?: Option;
|
|
117
|
+
armyIdFlg?: boolean;
|
|
118
|
+
addressRegistration?: Address;
|
|
119
|
+
participantDateRegistration?: Date | string;
|
|
120
|
+
retirementIncome?: number;
|
|
121
|
+
otherIncome?: number;
|
|
122
|
+
mandatoryPayments?: number;
|
|
123
|
+
additionalIncome?: number;
|
|
124
|
+
otherPayments?: number;
|
|
125
|
+
rentalIncome?: number;
|
|
126
|
+
wages?: number;
|
|
127
|
+
creditInRshbCd?: Option;
|
|
128
|
+
disablePeopleFlg?: boolean;
|
|
129
|
+
bankruptcyFlg?: boolean;
|
|
130
|
+
shareholderFlg?: boolean;
|
|
131
|
+
legalEntityName?: string;
|
|
132
|
+
partInBusiness?: string;
|
|
133
|
+
addressMatch?: boolean;
|
|
134
|
+
confirmationIncome?: Option;
|
|
135
|
+
currency?: string;
|
|
136
|
+
paymentSystem?: Option;
|
|
137
|
+
cardCategory?: Option;
|
|
138
|
+
codeWord?: string;
|
|
139
|
+
esiaAccountTypeCd?: Option;
|
|
140
|
+
calculator?: Calculator;
|
|
141
|
+
addressRetail?: Option;
|
|
142
|
+
loanAmount?: number;
|
|
143
|
+
creditPeriod?: number;
|
|
144
|
+
paymentTypeCd?: PaymentType;
|
|
145
|
+
}
|
|
146
|
+
export { type NameFieldDef } from '../../../ui-kit/FormField/NameFieldDef';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeadFormState.js","sourceRoot":"","sources":["../../../../src/services/retail/model/LeadFormState.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { type LabelProps, type LinkButtonVersion, type TextProps } from '../external/types';
|
|
2
|
+
import { type NameFieldDef } from './LeadFormState';
|
|
3
|
+
interface Required {
|
|
4
|
+
/** @title Обязательно для заполнения */
|
|
5
|
+
required?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare type SubmitButtonProps = TextProps & {
|
|
8
|
+
version?: LinkButtonVersion;
|
|
9
|
+
};
|
|
10
|
+
export declare type ConditionFieldProps = {
|
|
11
|
+
/** @title Условия отображения полей формы */
|
|
12
|
+
condition?: {
|
|
13
|
+
name: NameFieldDef;
|
|
14
|
+
/** @title Значения при которых отображаются поля */
|
|
15
|
+
values: string[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare type FilledByEsiaProps = {
|
|
19
|
+
/** @title Заполняется через госуслуги */
|
|
20
|
+
filledByEsia?: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare type FieldDefaultDef = Required & TextProps & LabelProps & ConditionFieldProps & FilledByEsiaProps & {
|
|
23
|
+
name?: NameFieldDef;
|
|
24
|
+
dadata?: boolean;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* @title Поля ввода по умолчанию
|
|
28
|
+
* @default {"fieldType": "common"}
|
|
29
|
+
*/
|
|
30
|
+
export declare type FieldCommonDef = FieldDefaultDef & {
|
|
31
|
+
/** @default "common" */
|
|
32
|
+
fieldType: 'common';
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @title Значение по умолчанию
|
|
36
|
+
* @enumNames ["Валютный контроль","Документарные операции","Конверсионные операции","Иные вопросы ВЭД"]
|
|
37
|
+
*/
|
|
38
|
+
declare type VedTypes = 'currencyControl' | 'documentOperations' | 'conversionTransactions' | 'otherIssues';
|
|
39
|
+
/**
|
|
40
|
+
* @title Поле ввода ВЭД
|
|
41
|
+
* @default {"fieldType": "ved", "name": "vedTypes", "defaultValue": "currencyControl"}
|
|
42
|
+
*/
|
|
43
|
+
export declare type FieldVedDef = FieldDefaultDef & {
|
|
44
|
+
/** @default "ved" */
|
|
45
|
+
fieldType: 'ved';
|
|
46
|
+
defaultValue?: VedTypes;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @title Текст для отображения в карточке информации
|
|
50
|
+
* @default {"fieldType": "info"}
|
|
51
|
+
*/
|
|
52
|
+
export declare type FieldInfoDef = FieldDefaultDef & TextProps & {
|
|
53
|
+
/** @default "info" */
|
|
54
|
+
fieldType: 'info';
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* @title Поле
|
|
58
|
+
* @default { "fieldType": "common" }
|
|
59
|
+
*/
|
|
60
|
+
export declare type FieldDef = FieldCommonDef | FieldVedDef | FieldInfoDef;
|
|
61
|
+
/** @hidden */
|
|
62
|
+
export declare type TypeFormFieldDef = '' | 'ACQR' | 'ANALITIC' | 'ANTIFRAUD' | 'BCRD' | 'BROK' | 'BROKACCOUNT' | 'COLLECTION' | 'CORRUPTION' | 'CRED' | 'DPST' | 'PRODUCT' | 'SELFCOLLECTION' | 'KVED' | 'ULTRASERVICE' | 'PREMIUMSERVICE' | 'FEEDBACK' | 'FEEDBACK_QS' | 'OUTSERVICE';
|
|
63
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RetailFormContent.js","sourceRoot":"","sources":["../../../../src/services/retail/model/RetailFormContent.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,4BAA4B"}
|