@redneckz/wildless-cms-uni-blocks 0.14.896 → 0.14.898
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/bundle.umd.js +37 -15
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/hooks/useForm/useForm.d.ts +2 -0
- package/bundle/retail/components/DraftDialog/utils.d.ts +0 -6
- package/bundle/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/dist/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
- package/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/dist/hooks/useForm/useForm.d.ts +2 -0
- package/dist/hooks/useForm/useForm.js +17 -0
- package/dist/hooks/useForm/useForm.js.map +1 -1
- package/dist/retail/api/esiaRequestProfile.js +4 -2
- package/dist/retail/api/esiaRequestProfile.js.map +1 -1
- package/dist/retail/components/DraftDialog/parseDraftTask.js +1 -3
- package/dist/retail/components/DraftDialog/parseDraftTask.js.map +1 -1
- package/dist/retail/components/DraftDialog/utils.d.ts +0 -6
- package/dist/retail/components/DraftDialog/utils.js +1 -7
- package/dist/retail/components/DraftDialog/utils.js.map +1 -1
- package/dist/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/dist/ui-kit/FormField/RefWrapper.js +16 -0
- package/dist/ui-kit/FormField/RefWrapper.js.map +1 -0
- package/dist/ui-kit/FormField/getField.js +2 -1
- package/dist/ui-kit/FormField/getField.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
- package/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/lib/hooks/useForm/useForm.d.ts +2 -0
- package/lib/hooks/useForm/useForm.js +17 -0
- package/lib/hooks/useForm/useForm.js.map +1 -1
- package/lib/retail/api/esiaRequestProfile.js +4 -2
- package/lib/retail/api/esiaRequestProfile.js.map +1 -1
- package/lib/retail/components/DraftDialog/parseDraftTask.js +2 -4
- package/lib/retail/components/DraftDialog/parseDraftTask.js.map +1 -1
- package/lib/retail/components/DraftDialog/utils.d.ts +0 -6
- package/lib/retail/components/DraftDialog/utils.js +0 -6
- package/lib/retail/components/DraftDialog/utils.js.map +1 -1
- package/lib/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/lib/ui-kit/FormField/RefWrapper.js +14 -0
- package/lib/ui-kit/FormField/RefWrapper.js.map +1 -0
- package/lib/ui-kit/FormField/getField.js +2 -1
- package/lib/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +37 -15
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/hooks/useForm/useForm.d.ts +2 -0
- package/mobile/bundle/retail/components/DraftDialog/utils.d.ts +0 -6
- package/mobile/bundle/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
- package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/mobile/dist/hooks/useForm/useForm.d.ts +2 -0
- package/mobile/dist/hooks/useForm/useForm.js +17 -0
- package/mobile/dist/hooks/useForm/useForm.js.map +1 -1
- package/mobile/dist/retail/api/esiaRequestProfile.js +4 -2
- package/mobile/dist/retail/api/esiaRequestProfile.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/parseDraftTask.js +1 -3
- package/mobile/dist/retail/components/DraftDialog/parseDraftTask.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/utils.d.ts +0 -6
- package/mobile/dist/retail/components/DraftDialog/utils.js +1 -7
- package/mobile/dist/retail/components/DraftDialog/utils.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/mobile/dist/ui-kit/FormField/RefWrapper.js +16 -0
- package/mobile/dist/ui-kit/FormField/RefWrapper.js.map +1 -0
- package/mobile/dist/ui-kit/FormField/getField.js +2 -1
- package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
- package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
- package/mobile/lib/hooks/useForm/useForm.d.ts +2 -0
- package/mobile/lib/hooks/useForm/useForm.js +17 -0
- package/mobile/lib/hooks/useForm/useForm.js.map +1 -1
- package/mobile/lib/retail/api/esiaRequestProfile.js +4 -2
- package/mobile/lib/retail/api/esiaRequestProfile.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/parseDraftTask.js +2 -4
- package/mobile/lib/retail/components/DraftDialog/parseDraftTask.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/utils.d.ts +0 -6
- package/mobile/lib/retail/components/DraftDialog/utils.js +0 -6
- package/mobile/lib/retail/components/DraftDialog/utils.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/RefWrapper.d.ts +7 -0
- package/mobile/lib/ui-kit/FormField/RefWrapper.js +14 -0
- package/mobile/lib/ui-kit/FormField/RefWrapper.js.map +1 -0
- package/mobile/lib/ui-kit/FormField/getField.js +2 -1
- package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
- package/mobile/src/components/ApplicationLeadForm/useInitApplicationLead.ts +3 -2
- package/mobile/src/hooks/useForm/useForm.ts +31 -2
- package/mobile/src/retail/api/esiaRequestProfile.ts +4 -2
- package/mobile/src/retail/components/DraftDialog/parseDraftTask.ts +0 -5
- package/mobile/src/retail/components/DraftDialog/utils.ts +0 -7
- package/mobile/src/ui-kit/FormField/RefWrapper.tsx +20 -0
- package/mobile/src/ui-kit/FormField/getField.tsx +3 -2
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/useInitApplicationLead.ts +3 -2
- package/src/hooks/useForm/useForm.ts +31 -2
- package/src/retail/api/esiaRequestProfile.ts +4 -2
- package/src/retail/components/DraftDialog/parseDraftTask.ts +0 -5
- package/src/retail/components/DraftDialog/utils.ts +0 -7
- package/src/ui-kit/FormField/RefWrapper.tsx +20 -0
- package/src/ui-kit/FormField/getField.tsx +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getField.js","sourceRoot":"","sources":["../../../src/ui-kit/FormField/getField.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"getField.js","sourceRoot":"","sources":["../../../src/ui-kit/FormField/getField.tsx"],"names":[],"mappings":"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"}
|
|
@@ -103,9 +103,10 @@ const getLeadQueryParams = (
|
|
|
103
103
|
const referalData = sessionStore.referalData;
|
|
104
104
|
const marketingInfoFromStorage = sessionStore.marketingInfo;
|
|
105
105
|
const queryStorage = new URLSearchParams(decodeURIComponent(queryFromStorage || ''));
|
|
106
|
+
const params = new URLSearchParams(decodeURIComponent(globalThis.location?.search));
|
|
106
107
|
|
|
107
|
-
const code =
|
|
108
|
-
const state =
|
|
108
|
+
const code = params.get('code');
|
|
109
|
+
const state = params.get('state');
|
|
109
110
|
const referalCode = code ? referalData?.referalCode : queryStorage.get('referalCode');
|
|
110
111
|
const refererCode = code ? referalData?.refererCode : queryStorage.get('refererCode');
|
|
111
112
|
const productId = code ? referalData?.productId : queryStorage.get('productId');
|
|
@@ -4,7 +4,7 @@ import { type ControlProps } from '../../model/ControlProps';
|
|
|
4
4
|
import { type PreventableEvent } from '../../ui-kit/PreventableEvent';
|
|
5
5
|
import { type ValidationInfo } from '../../validation/validator';
|
|
6
6
|
import { type FieldOptions } from './FieldOptions';
|
|
7
|
-
import { type FormOptions } from './FormOptions';
|
|
7
|
+
import { type FieldValidatorsMap, type FormOptions } from './FormOptions';
|
|
8
8
|
import { useFormValidator } from './useFormValidator';
|
|
9
9
|
import { useNormalizedFormState } from './useNormalizedFormState';
|
|
10
10
|
|
|
@@ -12,6 +12,8 @@ export interface FieldProps<V> extends ControlProps<V> {
|
|
|
12
12
|
isDirty?: boolean;
|
|
13
13
|
errors?: ValidationInfo;
|
|
14
14
|
error?: ValidationInfo[0];
|
|
15
|
+
setFieldRef?: (_: HTMLDivElement) => void;
|
|
16
|
+
fieldRef?: HTMLDivElement | null;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export type FormFieldRegisterer<FormState> = <N extends keyof FormState, V = FormState[N]>(
|
|
@@ -37,9 +39,9 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
37
39
|
onChange,
|
|
38
40
|
);
|
|
39
41
|
|
|
42
|
+
const fieldRefs = useRef(getRefsObject<FormState>(initialState));
|
|
40
43
|
const [isDirtyForm, { setTrue: markAsDirty, setFalse: markAsClean }] = useBool(false);
|
|
41
44
|
const dirtyFieldsMap = useRef<Record<string, boolean>>({});
|
|
42
|
-
|
|
43
45
|
const [fieldValidatorsMap, { isValid, errors }] = useFormValidator(formState, formValidator);
|
|
44
46
|
|
|
45
47
|
const field: FormFieldRegisterer<FormState> = useCallback(
|
|
@@ -51,6 +53,12 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
51
53
|
const fieldErrors: ValidationInfo = isDirty && fieldValidator ? fieldValidator(value) : [];
|
|
52
54
|
|
|
53
55
|
return {
|
|
56
|
+
setFieldRef: (_: HTMLDivElement) => {
|
|
57
|
+
if (fieldRefs.current) {
|
|
58
|
+
fieldRefs.current[fieldName] = _;
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
fieldRef: fieldRefs.current?.[fieldName],
|
|
54
62
|
value: format ? (format(value) as FormState[any]) : value,
|
|
55
63
|
isDirty,
|
|
56
64
|
errors: fieldValidator && fieldErrors, // TODO Костыль
|
|
@@ -88,7 +96,9 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
88
96
|
resetOnSubmit && reset();
|
|
89
97
|
onSubmit?.(formState, ev);
|
|
90
98
|
} else {
|
|
99
|
+
const errorFieldName = getErrorFieldName(formState, fieldValidatorsMap);
|
|
91
100
|
markAsDirty();
|
|
101
|
+
field(errorFieldName).fieldRef?.scrollIntoView({ behavior: 'smooth' });
|
|
92
102
|
}
|
|
93
103
|
},
|
|
94
104
|
[resetOnSubmit, formState, isValid, reset, onSubmit],
|
|
@@ -96,3 +106,22 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
96
106
|
|
|
97
107
|
return [formState, { errors, field, update, reset, onSubmit: handleSubmit }];
|
|
98
108
|
}
|
|
109
|
+
|
|
110
|
+
const getRefsObject = <FormState extends Record<string, any>>(initialState: FormState) =>
|
|
111
|
+
Object.keys(initialState).reduce(
|
|
112
|
+
(acc, key) => ({ ...acc, [key]: null }),
|
|
113
|
+
{} as Record<keyof FormState, HTMLDivElement | null>,
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
const getErrorFieldName = <FormState extends Record<string, any>>(
|
|
117
|
+
formState: FormState,
|
|
118
|
+
fieldValidatorsMap: FieldValidatorsMap<FormState> = {},
|
|
119
|
+
) => {
|
|
120
|
+
const [errorFieldName = ''] =
|
|
121
|
+
Object.entries(formState).find(([fieldName, value]) => {
|
|
122
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
123
|
+
return fieldValidatorsMap[fieldName]?.(value)?.length;
|
|
124
|
+
}) ?? [];
|
|
125
|
+
|
|
126
|
+
return errorFieldName;
|
|
127
|
+
};
|
|
@@ -88,8 +88,10 @@ export type EsiaRequestProfileResponse = CheckCodeResponse & {
|
|
|
88
88
|
|
|
89
89
|
export const esiaRequestProfile = (body: EsiaRequestProfileBody) =>
|
|
90
90
|
fetchRetailJSON<EsiaRequestProfileResponse>('/esia/requestProfile', 'POST', body).then((res) => {
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
if (res?.access_token && res?.refresh_token) {
|
|
92
|
+
saveToken(res);
|
|
93
|
+
updateRefreshToken(true);
|
|
94
|
+
}
|
|
93
95
|
|
|
94
96
|
return res;
|
|
95
97
|
});
|
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
getParticipantGender,
|
|
9
9
|
getParticipantIncomes,
|
|
10
10
|
getSelectValue,
|
|
11
|
-
INCOME_CERTIFICATE,
|
|
12
11
|
} from './utils';
|
|
13
12
|
|
|
14
13
|
export const parseDraftTask = (task: Task): LeadFormState => {
|
|
@@ -67,8 +66,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
67
66
|
creditInRshbCd,
|
|
68
67
|
payrollCardRshbFlg: isInsurance,
|
|
69
68
|
consentInsuranceFlg: isSalaryClient,
|
|
70
|
-
incomeCertificateCd,
|
|
71
|
-
profile,
|
|
72
69
|
} = participant;
|
|
73
70
|
|
|
74
71
|
return {
|
|
@@ -108,7 +105,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
108
105
|
familyMembers: familyMembers?.toString(),
|
|
109
106
|
dependents: dependents?.toString(),
|
|
110
107
|
conscription: getSelectValue(conscription),
|
|
111
|
-
confirmationIncome: getSelectValue(incomeCertificateCd, INCOME_CERTIFICATE),
|
|
112
108
|
snils,
|
|
113
109
|
armyIdFlg,
|
|
114
110
|
bankruptcyFlg,
|
|
@@ -122,7 +118,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
122
118
|
monthsValue,
|
|
123
119
|
isAnnuity: paymentTypeCd?.key === 'ANNUITY',
|
|
124
120
|
},
|
|
125
|
-
esiaAccountTypeCd: profile?.esiaAccountTypeCd,
|
|
126
121
|
...getParticipantIncomes(participantIncomes),
|
|
127
122
|
...getParticipantAddresses(participantAddresses),
|
|
128
123
|
...getParticipantContacts(participantContacts),
|
|
@@ -34,13 +34,6 @@ export const EMPLOYMENT_TYPE = {
|
|
|
34
34
|
RETIREE: 'Пенсионер',
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
export const INCOME_CERTIFICATE = {
|
|
38
|
-
BANK_STATEMENT: 'Получаю зарплату на счет/карту в РСХБ',
|
|
39
|
-
BANK_STATEMENT_PENS: 'Получаю пенсию на счет/карту в РСХБ',
|
|
40
|
-
PFR_CERTIFICATE: 'Получаю зарплату на счет/карту в другом банке',
|
|
41
|
-
OTHER: 'Другое',
|
|
42
|
-
};
|
|
43
|
-
|
|
44
37
|
export const getParticipantIncomes = (participantIncomes: Participant['participantIncomes']) => {
|
|
45
38
|
const wages = participantIncomes?.find(
|
|
46
39
|
(contact) => contact.incomeTypeCd.key === EIncomesType.WAGES,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { useEffect, useRef } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
|
+
import type { VNode } from '../../model/VNode';
|
|
4
|
+
import { noop } from '../../utils/noop';
|
|
5
|
+
|
|
6
|
+
type RefWrapperProps = {
|
|
7
|
+
onFieldRef?: (_: HTMLDivElement) => void;
|
|
8
|
+
children?: VNode;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const RefWrapper = JSX<RefWrapperProps>(({ onFieldRef = noop, children }) => {
|
|
12
|
+
const ref = useRef<HTMLDivElement | null>(null);
|
|
13
|
+
useEffect(() => {
|
|
14
|
+
if (ref.current) {
|
|
15
|
+
onFieldRef(ref.current);
|
|
16
|
+
}
|
|
17
|
+
}, []);
|
|
18
|
+
|
|
19
|
+
return <div ref={ref}>{children}</div>;
|
|
20
|
+
});
|
|
@@ -44,6 +44,7 @@ import { UltraPremiumField } from './Fields/UltraPremiumField';
|
|
|
44
44
|
import { VedField } from './Fields/VedField';
|
|
45
45
|
import { ConsentToReceiveMaterialsField } from './Fields/СonsentToReceiveMaterialsField';
|
|
46
46
|
import { getPremium } from './getPremium';
|
|
47
|
+
import { RefWrapper } from './RefWrapper';
|
|
47
48
|
import { shouldRenderField } from './shouldRenderField';
|
|
48
49
|
|
|
49
50
|
const PRODUCT_REF = {
|
|
@@ -119,8 +120,8 @@ export const getField =
|
|
|
119
120
|
const Component = fieldsRegister[String(input.name)];
|
|
120
121
|
|
|
121
122
|
return shouldRenderField({ input, field }) && Component ? (
|
|
122
|
-
<
|
|
123
|
+
<RefWrapper onFieldRef={field(input.name ?? '').setFieldRef} key={String(i)}>
|
|
123
124
|
<Component field={field} input={input} params={params} />
|
|
124
|
-
</
|
|
125
|
+
</RefWrapper>
|
|
125
126
|
) : null;
|
|
126
127
|
};
|
package/package.json
CHANGED
|
@@ -103,9 +103,10 @@ const getLeadQueryParams = (
|
|
|
103
103
|
const referalData = sessionStore.referalData;
|
|
104
104
|
const marketingInfoFromStorage = sessionStore.marketingInfo;
|
|
105
105
|
const queryStorage = new URLSearchParams(decodeURIComponent(queryFromStorage || ''));
|
|
106
|
+
const params = new URLSearchParams(decodeURIComponent(globalThis.location?.search));
|
|
106
107
|
|
|
107
|
-
const code =
|
|
108
|
-
const state =
|
|
108
|
+
const code = params.get('code');
|
|
109
|
+
const state = params.get('state');
|
|
109
110
|
const referalCode = code ? referalData?.referalCode : queryStorage.get('referalCode');
|
|
110
111
|
const refererCode = code ? referalData?.refererCode : queryStorage.get('refererCode');
|
|
111
112
|
const productId = code ? referalData?.productId : queryStorage.get('productId');
|
|
@@ -4,7 +4,7 @@ import { type ControlProps } from '../../model/ControlProps';
|
|
|
4
4
|
import { type PreventableEvent } from '../../ui-kit/PreventableEvent';
|
|
5
5
|
import { type ValidationInfo } from '../../validation/validator';
|
|
6
6
|
import { type FieldOptions } from './FieldOptions';
|
|
7
|
-
import { type FormOptions } from './FormOptions';
|
|
7
|
+
import { type FieldValidatorsMap, type FormOptions } from './FormOptions';
|
|
8
8
|
import { useFormValidator } from './useFormValidator';
|
|
9
9
|
import { useNormalizedFormState } from './useNormalizedFormState';
|
|
10
10
|
|
|
@@ -12,6 +12,8 @@ export interface FieldProps<V> extends ControlProps<V> {
|
|
|
12
12
|
isDirty?: boolean;
|
|
13
13
|
errors?: ValidationInfo;
|
|
14
14
|
error?: ValidationInfo[0];
|
|
15
|
+
setFieldRef?: (_: HTMLDivElement) => void;
|
|
16
|
+
fieldRef?: HTMLDivElement | null;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export type FormFieldRegisterer<FormState> = <N extends keyof FormState, V = FormState[N]>(
|
|
@@ -37,9 +39,9 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
37
39
|
onChange,
|
|
38
40
|
);
|
|
39
41
|
|
|
42
|
+
const fieldRefs = useRef(getRefsObject<FormState>(initialState));
|
|
40
43
|
const [isDirtyForm, { setTrue: markAsDirty, setFalse: markAsClean }] = useBool(false);
|
|
41
44
|
const dirtyFieldsMap = useRef<Record<string, boolean>>({});
|
|
42
|
-
|
|
43
45
|
const [fieldValidatorsMap, { isValid, errors }] = useFormValidator(formState, formValidator);
|
|
44
46
|
|
|
45
47
|
const field: FormFieldRegisterer<FormState> = useCallback(
|
|
@@ -51,6 +53,12 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
51
53
|
const fieldErrors: ValidationInfo = isDirty && fieldValidator ? fieldValidator(value) : [];
|
|
52
54
|
|
|
53
55
|
return {
|
|
56
|
+
setFieldRef: (_: HTMLDivElement) => {
|
|
57
|
+
if (fieldRefs.current) {
|
|
58
|
+
fieldRefs.current[fieldName] = _;
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
fieldRef: fieldRefs.current?.[fieldName],
|
|
54
62
|
value: format ? (format(value) as FormState[any]) : value,
|
|
55
63
|
isDirty,
|
|
56
64
|
errors: fieldValidator && fieldErrors, // TODO Костыль
|
|
@@ -88,7 +96,9 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
88
96
|
resetOnSubmit && reset();
|
|
89
97
|
onSubmit?.(formState, ev);
|
|
90
98
|
} else {
|
|
99
|
+
const errorFieldName = getErrorFieldName(formState, fieldValidatorsMap);
|
|
91
100
|
markAsDirty();
|
|
101
|
+
field(errorFieldName).fieldRef?.scrollIntoView({ behavior: 'smooth' });
|
|
92
102
|
}
|
|
93
103
|
},
|
|
94
104
|
[resetOnSubmit, formState, isValid, reset, onSubmit],
|
|
@@ -96,3 +106,22 @@ export function useForm<FormState extends Record<string, any>>(
|
|
|
96
106
|
|
|
97
107
|
return [formState, { errors, field, update, reset, onSubmit: handleSubmit }];
|
|
98
108
|
}
|
|
109
|
+
|
|
110
|
+
const getRefsObject = <FormState extends Record<string, any>>(initialState: FormState) =>
|
|
111
|
+
Object.keys(initialState).reduce(
|
|
112
|
+
(acc, key) => ({ ...acc, [key]: null }),
|
|
113
|
+
{} as Record<keyof FormState, HTMLDivElement | null>,
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
const getErrorFieldName = <FormState extends Record<string, any>>(
|
|
117
|
+
formState: FormState,
|
|
118
|
+
fieldValidatorsMap: FieldValidatorsMap<FormState> = {},
|
|
119
|
+
) => {
|
|
120
|
+
const [errorFieldName = ''] =
|
|
121
|
+
Object.entries(formState).find(([fieldName, value]) => {
|
|
122
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
123
|
+
return fieldValidatorsMap[fieldName]?.(value)?.length;
|
|
124
|
+
}) ?? [];
|
|
125
|
+
|
|
126
|
+
return errorFieldName;
|
|
127
|
+
};
|
|
@@ -88,8 +88,10 @@ export type EsiaRequestProfileResponse = CheckCodeResponse & {
|
|
|
88
88
|
|
|
89
89
|
export const esiaRequestProfile = (body: EsiaRequestProfileBody) =>
|
|
90
90
|
fetchRetailJSON<EsiaRequestProfileResponse>('/esia/requestProfile', 'POST', body).then((res) => {
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
if (res?.access_token && res?.refresh_token) {
|
|
92
|
+
saveToken(res);
|
|
93
|
+
updateRefreshToken(true);
|
|
94
|
+
}
|
|
93
95
|
|
|
94
96
|
return res;
|
|
95
97
|
});
|
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
getParticipantGender,
|
|
9
9
|
getParticipantIncomes,
|
|
10
10
|
getSelectValue,
|
|
11
|
-
INCOME_CERTIFICATE,
|
|
12
11
|
} from './utils';
|
|
13
12
|
|
|
14
13
|
export const parseDraftTask = (task: Task): LeadFormState => {
|
|
@@ -67,8 +66,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
67
66
|
creditInRshbCd,
|
|
68
67
|
payrollCardRshbFlg: isInsurance,
|
|
69
68
|
consentInsuranceFlg: isSalaryClient,
|
|
70
|
-
incomeCertificateCd,
|
|
71
|
-
profile,
|
|
72
69
|
} = participant;
|
|
73
70
|
|
|
74
71
|
return {
|
|
@@ -108,7 +105,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
108
105
|
familyMembers: familyMembers?.toString(),
|
|
109
106
|
dependents: dependents?.toString(),
|
|
110
107
|
conscription: getSelectValue(conscription),
|
|
111
|
-
confirmationIncome: getSelectValue(incomeCertificateCd, INCOME_CERTIFICATE),
|
|
112
108
|
snils,
|
|
113
109
|
armyIdFlg,
|
|
114
110
|
bankruptcyFlg,
|
|
@@ -122,7 +118,6 @@ export const parseDraftTask = (task: Task): LeadFormState => {
|
|
|
122
118
|
monthsValue,
|
|
123
119
|
isAnnuity: paymentTypeCd?.key === 'ANNUITY',
|
|
124
120
|
},
|
|
125
|
-
esiaAccountTypeCd: profile?.esiaAccountTypeCd,
|
|
126
121
|
...getParticipantIncomes(participantIncomes),
|
|
127
122
|
...getParticipantAddresses(participantAddresses),
|
|
128
123
|
...getParticipantContacts(participantContacts),
|
|
@@ -34,13 +34,6 @@ export const EMPLOYMENT_TYPE = {
|
|
|
34
34
|
RETIREE: 'Пенсионер',
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
export const INCOME_CERTIFICATE = {
|
|
38
|
-
BANK_STATEMENT: 'Получаю зарплату на счет/карту в РСХБ',
|
|
39
|
-
BANK_STATEMENT_PENS: 'Получаю пенсию на счет/карту в РСХБ',
|
|
40
|
-
PFR_CERTIFICATE: 'Получаю зарплату на счет/карту в другом банке',
|
|
41
|
-
OTHER: 'Другое',
|
|
42
|
-
};
|
|
43
|
-
|
|
44
37
|
export const getParticipantIncomes = (participantIncomes: Participant['participantIncomes']) => {
|
|
45
38
|
const wages = participantIncomes?.find(
|
|
46
39
|
(contact) => contact.incomeTypeCd.key === EIncomesType.WAGES,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { useEffect, useRef } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
|
+
import type { VNode } from '../../model/VNode';
|
|
4
|
+
import { noop } from '../../utils/noop';
|
|
5
|
+
|
|
6
|
+
type RefWrapperProps = {
|
|
7
|
+
onFieldRef?: (_: HTMLDivElement) => void;
|
|
8
|
+
children?: VNode;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const RefWrapper = JSX<RefWrapperProps>(({ onFieldRef = noop, children }) => {
|
|
12
|
+
const ref = useRef<HTMLDivElement | null>(null);
|
|
13
|
+
useEffect(() => {
|
|
14
|
+
if (ref.current) {
|
|
15
|
+
onFieldRef(ref.current);
|
|
16
|
+
}
|
|
17
|
+
}, []);
|
|
18
|
+
|
|
19
|
+
return <div ref={ref}>{children}</div>;
|
|
20
|
+
});
|
|
@@ -44,6 +44,7 @@ import { UltraPremiumField } from './Fields/UltraPremiumField';
|
|
|
44
44
|
import { VedField } from './Fields/VedField';
|
|
45
45
|
import { ConsentToReceiveMaterialsField } from './Fields/СonsentToReceiveMaterialsField';
|
|
46
46
|
import { getPremium } from './getPremium';
|
|
47
|
+
import { RefWrapper } from './RefWrapper';
|
|
47
48
|
import { shouldRenderField } from './shouldRenderField';
|
|
48
49
|
|
|
49
50
|
const PRODUCT_REF = {
|
|
@@ -119,8 +120,8 @@ export const getField =
|
|
|
119
120
|
const Component = fieldsRegister[String(input.name)];
|
|
120
121
|
|
|
121
122
|
return shouldRenderField({ input, field }) && Component ? (
|
|
122
|
-
<
|
|
123
|
+
<RefWrapper onFieldRef={field(input.name ?? '').setFieldRef} key={String(i)}>
|
|
123
124
|
<Component field={field} input={input} params={params} />
|
|
124
|
-
</
|
|
125
|
+
</RefWrapper>
|
|
125
126
|
) : null;
|
|
126
127
|
};
|