@redneckz/wildless-cms-uni-blocks 0.14.665 → 0.14.666

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.
Files changed (216) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +93 -58
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  5. package/bundle/components/CreditForm/utils.d.ts +7 -1
  6. package/bundle/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  7. package/bundle/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  8. package/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  9. package/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  10. package/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  11. package/dist/components/ContentPage/useContentPageData.js +1 -1
  12. package/dist/components/ContentPage/useContentPageData.js.map +1 -1
  13. package/dist/components/CreditCardForm/CreditCardForm.js +2 -0
  14. package/dist/components/CreditCardForm/CreditCardForm.js.map +1 -1
  15. package/dist/components/CreditCardForm/creditCardFormStepsData.js +2 -2
  16. package/dist/components/CreditCardForm/creditCardFormStepsData.js.map +1 -1
  17. package/dist/components/CreditCardForm/formStateMap.js +2 -2
  18. package/dist/components/CreditCardForm/formStateMap.js.map +1 -1
  19. package/dist/components/CreditCardForm/getFourthStepData.js +8 -2
  20. package/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
  21. package/dist/components/CreditForm/creditFormStepsData.js +2 -2
  22. package/dist/components/CreditForm/creditFormStepsData.js.map +1 -1
  23. package/dist/components/CreditForm/formStateMap.js +2 -2
  24. package/dist/components/CreditForm/formStateMap.js.map +1 -1
  25. package/dist/components/CreditForm/getThirdStepData.js +8 -2
  26. package/dist/components/CreditForm/getThirdStepData.js.map +1 -1
  27. package/dist/components/CreditForm/utils.d.ts +7 -1
  28. package/dist/components/CreditForm/utils.js +9 -3
  29. package/dist/components/CreditForm/utils.js.map +1 -1
  30. package/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  31. package/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.js +9 -0
  32. package/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.js.map +1 -0
  33. package/dist/ui-kit/FormField/Fields/RetirementIncomeField.js +10 -1
  34. package/dist/ui-kit/FormField/Fields/RetirementIncomeField.js.map +1 -1
  35. package/dist/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  36. package/dist/ui-kit/FormField/Fields/WagesField.js +18 -0
  37. package/dist/ui-kit/FormField/Fields/WagesField.js.map +1 -0
  38. package/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  39. package/dist/ui-kit/FormField/getField.js +4 -4
  40. package/dist/ui-kit/FormField/getField.js.map +1 -1
  41. package/dist/ui-kit/FormField/getObjectValidator.js +2 -2
  42. package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  43. package/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  44. package/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  45. package/lib/components/ContentPage/useContentPageData.js +1 -1
  46. package/lib/components/ContentPage/useContentPageData.js.map +1 -1
  47. package/lib/components/CreditCardForm/CreditCardForm.js +3 -1
  48. package/lib/components/CreditCardForm/CreditCardForm.js.map +1 -1
  49. package/lib/components/CreditCardForm/creditCardFormStepsData.js +2 -2
  50. package/lib/components/CreditCardForm/creditCardFormStepsData.js.map +1 -1
  51. package/lib/components/CreditCardForm/formStateMap.js +2 -2
  52. package/lib/components/CreditCardForm/formStateMap.js.map +1 -1
  53. package/lib/components/CreditCardForm/getFourthStepData.js +8 -2
  54. package/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
  55. package/lib/components/CreditForm/creditFormStepsData.js +2 -2
  56. package/lib/components/CreditForm/creditFormStepsData.js.map +1 -1
  57. package/lib/components/CreditForm/formStateMap.js +2 -2
  58. package/lib/components/CreditForm/formStateMap.js.map +1 -1
  59. package/lib/components/CreditForm/getThirdStepData.js +8 -2
  60. package/lib/components/CreditForm/getThirdStepData.js.map +1 -1
  61. package/lib/components/CreditForm/utils.d.ts +7 -1
  62. package/lib/components/CreditForm/utils.js +9 -3
  63. package/lib/components/CreditForm/utils.js.map +1 -1
  64. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
  65. package/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  66. package/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.js +7 -0
  67. package/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.js.map +1 -0
  68. package/lib/ui-kit/FormField/Fields/RetirementIncomeField.js +10 -1
  69. package/lib/ui-kit/FormField/Fields/RetirementIncomeField.js.map +1 -1
  70. package/lib/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  71. package/lib/ui-kit/FormField/Fields/WagesField.js +16 -0
  72. package/lib/ui-kit/FormField/Fields/WagesField.js.map +1 -0
  73. package/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  74. package/lib/ui-kit/FormField/getField.js +4 -4
  75. package/lib/ui-kit/FormField/getField.js.map +1 -1
  76. package/lib/ui-kit/FormField/getObjectValidator.js +2 -2
  77. package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  78. package/mobile/bundle/bundle.umd.js +93 -58
  79. package/mobile/bundle/bundle.umd.min.js +1 -1
  80. package/mobile/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  81. package/mobile/bundle/components/CreditForm/utils.d.ts +7 -1
  82. package/mobile/bundle/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  83. package/mobile/bundle/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  84. package/mobile/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  85. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  86. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  87. package/mobile/dist/components/ContentPage/useContentPageData.js +1 -1
  88. package/mobile/dist/components/ContentPage/useContentPageData.js.map +1 -1
  89. package/mobile/dist/components/CreditCardForm/CreditCardForm.js +2 -0
  90. package/mobile/dist/components/CreditCardForm/CreditCardForm.js.map +1 -1
  91. package/mobile/dist/components/CreditCardForm/creditCardFormStepsData.js +2 -2
  92. package/mobile/dist/components/CreditCardForm/creditCardFormStepsData.js.map +1 -1
  93. package/mobile/dist/components/CreditCardForm/formStateMap.js +2 -2
  94. package/mobile/dist/components/CreditCardForm/formStateMap.js.map +1 -1
  95. package/mobile/dist/components/CreditCardForm/getFourthStepData.js +8 -2
  96. package/mobile/dist/components/CreditCardForm/getFourthStepData.js.map +1 -1
  97. package/mobile/dist/components/CreditForm/creditFormStepsData.js +2 -2
  98. package/mobile/dist/components/CreditForm/creditFormStepsData.js.map +1 -1
  99. package/mobile/dist/components/CreditForm/formStateMap.js +2 -2
  100. package/mobile/dist/components/CreditForm/formStateMap.js.map +1 -1
  101. package/mobile/dist/components/CreditForm/getThirdStepData.js +8 -2
  102. package/mobile/dist/components/CreditForm/getThirdStepData.js.map +1 -1
  103. package/mobile/dist/components/CreditForm/utils.d.ts +7 -1
  104. package/mobile/dist/components/CreditForm/utils.js +9 -3
  105. package/mobile/dist/components/CreditForm/utils.js.map +1 -1
  106. package/mobile/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  107. package/mobile/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.js +9 -0
  108. package/mobile/dist/ui-kit/FormField/Fields/MandatoryPaymentsField.js.map +1 -0
  109. package/mobile/dist/ui-kit/FormField/Fields/RetirementIncomeField.js +10 -1
  110. package/mobile/dist/ui-kit/FormField/Fields/RetirementIncomeField.js.map +1 -1
  111. package/mobile/dist/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  112. package/mobile/dist/ui-kit/FormField/Fields/WagesField.js +18 -0
  113. package/mobile/dist/ui-kit/FormField/Fields/WagesField.js.map +1 -0
  114. package/mobile/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  115. package/mobile/dist/ui-kit/FormField/getField.js +4 -4
  116. package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
  117. package/mobile/dist/ui-kit/FormField/getObjectValidator.js +2 -2
  118. package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  119. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +5 -1
  120. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  121. package/mobile/lib/components/ContentPage/useContentPageData.js +1 -1
  122. package/mobile/lib/components/ContentPage/useContentPageData.js.map +1 -1
  123. package/mobile/lib/components/CreditCardForm/CreditCardForm.js +3 -1
  124. package/mobile/lib/components/CreditCardForm/CreditCardForm.js.map +1 -1
  125. package/mobile/lib/components/CreditCardForm/creditCardFormStepsData.js +2 -2
  126. package/mobile/lib/components/CreditCardForm/creditCardFormStepsData.js.map +1 -1
  127. package/mobile/lib/components/CreditCardForm/formStateMap.js +2 -2
  128. package/mobile/lib/components/CreditCardForm/formStateMap.js.map +1 -1
  129. package/mobile/lib/components/CreditCardForm/getFourthStepData.js +8 -2
  130. package/mobile/lib/components/CreditCardForm/getFourthStepData.js.map +1 -1
  131. package/mobile/lib/components/CreditForm/creditFormStepsData.js +2 -2
  132. package/mobile/lib/components/CreditForm/creditFormStepsData.js.map +1 -1
  133. package/mobile/lib/components/CreditForm/formStateMap.js +2 -2
  134. package/mobile/lib/components/CreditForm/formStateMap.js.map +1 -1
  135. package/mobile/lib/components/CreditForm/getThirdStepData.js +8 -2
  136. package/mobile/lib/components/CreditForm/getThirdStepData.js.map +1 -1
  137. package/mobile/lib/components/CreditForm/utils.d.ts +7 -1
  138. package/mobile/lib/components/CreditForm/utils.js +9 -3
  139. package/mobile/lib/components/CreditForm/utils.js.map +1 -1
  140. package/mobile/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.d.ts +2 -0
  141. package/mobile/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.js +7 -0
  142. package/mobile/lib/ui-kit/FormField/Fields/MandatoryPaymentsField.js.map +1 -0
  143. package/mobile/lib/ui-kit/FormField/Fields/RetirementIncomeField.js +10 -1
  144. package/mobile/lib/ui-kit/FormField/Fields/RetirementIncomeField.js.map +1 -1
  145. package/mobile/lib/ui-kit/FormField/Fields/WagesField.d.ts +2 -0
  146. package/mobile/lib/ui-kit/FormField/Fields/WagesField.js +16 -0
  147. package/mobile/lib/ui-kit/FormField/Fields/WagesField.js.map +1 -0
  148. package/mobile/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  149. package/mobile/lib/ui-kit/FormField/getField.js +4 -4
  150. package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
  151. package/mobile/lib/ui-kit/FormField/getObjectValidator.js +2 -2
  152. package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  153. package/mobile/src/components/ApplicationLeadForm/getInitialFormState.tsx +5 -1
  154. package/mobile/src/components/ContentPage/useContentPageData.ts +1 -1
  155. package/mobile/src/components/CreditCardForm/CreditCardForm.tsx +4 -1
  156. package/mobile/src/components/CreditCardForm/creditCardFormStepsData.tsx +2 -2
  157. package/mobile/src/components/CreditCardForm/formStateMap.tsx +2 -2
  158. package/mobile/src/components/CreditCardForm/getFourthStepData.ts +14 -2
  159. package/mobile/src/components/CreditForm/creditFormStepsData.tsx +2 -2
  160. package/mobile/src/components/CreditForm/formStateMap.tsx +2 -2
  161. package/mobile/src/components/CreditForm/getThirdStepData.ts +14 -2
  162. package/mobile/src/components/CreditForm/utils.ts +9 -3
  163. package/mobile/src/ui-kit/FormField/Fields/{OtherPayments.tsx → MandatoryPaymentsField.tsx} +2 -2
  164. package/mobile/src/ui-kit/FormField/Fields/RetirementIncomeField.tsx +25 -9
  165. package/mobile/src/ui-kit/FormField/Fields/WagesField.tsx +31 -0
  166. package/mobile/src/ui-kit/FormField/NameFieldDef.ts +5 -1
  167. package/mobile/src/ui-kit/FormField/getField.tsx +4 -4
  168. package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +2 -2
  169. package/package.json +1 -1
  170. package/src/components/ApplicationLeadForm/getInitialFormState.tsx +5 -1
  171. package/src/components/ContentPage/useContentPageData.ts +1 -1
  172. package/src/components/CreditCardForm/CreditCardForm.fixture.tsx +11 -0
  173. package/src/components/CreditCardForm/CreditCardForm.tsx +4 -1
  174. package/src/components/CreditCardForm/creditCardFormStepsData.tsx +2 -2
  175. package/src/components/CreditCardForm/formStateMap.tsx +2 -2
  176. package/src/components/CreditCardForm/getFourthStepData.ts +14 -2
  177. package/src/components/CreditForm/creditFormStepsData.tsx +2 -2
  178. package/src/components/CreditForm/formStateMap.tsx +2 -2
  179. package/src/components/CreditForm/getThirdStepData.ts +14 -2
  180. package/src/components/CreditForm/utils.ts +9 -3
  181. package/src/ui-kit/FormField/Fields/{OtherPayments.tsx → MandatoryPaymentsField.tsx} +2 -2
  182. package/src/ui-kit/FormField/Fields/RetirementIncomeField.tsx +25 -9
  183. package/src/ui-kit/FormField/Fields/WagesField.tsx +31 -0
  184. package/src/ui-kit/FormField/NameFieldDef.ts +5 -1
  185. package/src/ui-kit/FormField/getField.tsx +4 -4
  186. package/src/ui-kit/FormField/getObjectValidator.tsx +2 -2
  187. package/bundle/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  188. package/bundle/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  189. package/dist/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  190. package/dist/ui-kit/FormField/Fields/MandatoryIncome.js +0 -9
  191. package/dist/ui-kit/FormField/Fields/MandatoryIncome.js.map +0 -1
  192. package/dist/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  193. package/dist/ui-kit/FormField/Fields/OtherPayments.js +0 -9
  194. package/dist/ui-kit/FormField/Fields/OtherPayments.js.map +0 -1
  195. package/lib/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  196. package/lib/ui-kit/FormField/Fields/MandatoryIncome.js +0 -7
  197. package/lib/ui-kit/FormField/Fields/MandatoryIncome.js.map +0 -1
  198. package/lib/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  199. package/lib/ui-kit/FormField/Fields/OtherPayments.js +0 -7
  200. package/lib/ui-kit/FormField/Fields/OtherPayments.js.map +0 -1
  201. package/mobile/bundle/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  202. package/mobile/bundle/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  203. package/mobile/dist/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  204. package/mobile/dist/ui-kit/FormField/Fields/MandatoryIncome.js +0 -9
  205. package/mobile/dist/ui-kit/FormField/Fields/MandatoryIncome.js.map +0 -1
  206. package/mobile/dist/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  207. package/mobile/dist/ui-kit/FormField/Fields/OtherPayments.js +0 -9
  208. package/mobile/dist/ui-kit/FormField/Fields/OtherPayments.js.map +0 -1
  209. package/mobile/lib/ui-kit/FormField/Fields/MandatoryIncome.d.ts +0 -2
  210. package/mobile/lib/ui-kit/FormField/Fields/MandatoryIncome.js +0 -7
  211. package/mobile/lib/ui-kit/FormField/Fields/MandatoryIncome.js.map +0 -1
  212. package/mobile/lib/ui-kit/FormField/Fields/OtherPayments.d.ts +0 -2
  213. package/mobile/lib/ui-kit/FormField/Fields/OtherPayments.js +0 -7
  214. package/mobile/lib/ui-kit/FormField/Fields/OtherPayments.js.map +0 -1
  215. package/mobile/src/ui-kit/FormField/Fields/MandatoryIncome.tsx +0 -15
  216. package/src/ui-kit/FormField/Fields/MandatoryIncome.tsx +0 -15
@@ -76,8 +76,12 @@ export type NameFieldDef =
76
76
  | 'participantDateRegistration'
77
77
  | 'retirementIncome'
78
78
  | 'otherIncome'
79
- | 'mandatoryIncome'
79
+ | 'incomeAverage'
80
+ | 'mandatoryPayments'
81
+ | 'additionalIncome'
80
82
  | 'otherPayments'
83
+ | 'rentalIncome'
84
+ | 'wages'
81
85
  | 'creditInRshbCd'
82
86
  | 'disablePeopleFlg'
83
87
  | 'bankruptcyFlg'
@@ -59,7 +59,7 @@ import { LastJobExperienceField } from './Fields/LastJobExperienceField';
59
59
  import { LegalEntityNameField } from './Fields/LegalEntityNameField';
60
60
  import { LegalFormField } from './Fields/LegalFormField';
61
61
  import { LocalitiesField } from './Fields/LocalitiesField';
62
- import { MandatoryIncomeField } from './Fields/MandatoryIncome';
62
+ import { MandatoryPaymentsField } from './Fields/MandatoryPaymentsField';
63
63
  import { MethodObtainField } from './Fields/MethodObtainField';
64
64
  import { MiddleNameField } from './Fields/MiddleNameField';
65
65
  import { NameField } from './Fields/NameField';
@@ -67,7 +67,6 @@ import { OnlineCheckoutField } from './Fields/OnlineCheckoutField';
67
67
  import { OrganizationField } from './Fields/OrganizationField';
68
68
  import { OrganizationNameField } from './Fields/OrganizationNameField';
69
69
  import { OtherIncomeField } from './Fields/OtherIncomeField';
70
- import { OtherPaymentsField } from './Fields/OtherPayments';
71
70
  import { ParticipantDateRegistrationField } from './Fields/ParticipantDateRegistrationField';
72
71
  import { PartInBusinessField } from './Fields/PartInBusinessField';
73
72
  import { PartnerCommentsField } from './Fields/PartnerCommentsField';
@@ -91,6 +90,7 @@ import { TermField } from './Fields/TermField';
91
90
  import { TotalIncomeField } from './Fields/TotalIncomeField';
92
91
  import { UltraPremiumField } from './Fields/UltraPremiumField';
93
92
  import { VedField } from './Fields/VedField';
93
+ import { WagesField } from './Fields/WagesField';
94
94
  import { isRenderField } from './isRenderField';
95
95
 
96
96
  const PRODUCT_REF = {
@@ -184,8 +184,8 @@ export const getField =
184
184
  participantDateRegistration: <ParticipantDateRegistrationField field={field} input={input} />,
185
185
  retirementIncome: <RetirementIncomeField field={field} input={input} />,
186
186
  otherIncome: <OtherIncomeField field={field} input={input} />,
187
- mandatoryIncome: <MandatoryIncomeField field={field} input={input} />,
188
- otherPayments: <OtherPaymentsField field={field} input={input} />,
187
+ wages: <WagesField field={field} input={input} />,
188
+ mandatoryPayments: <MandatoryPaymentsField field={field} input={input} />,
189
189
  disablePeopleFlg: <DisablePeopleFlgField field={field} input={input} />,
190
190
  bankruptcyFlg: <BankruptcyFlgField field={field} input={input} />,
191
191
  shareholderFlg: <ShareholderFlgField field={field} input={input} />,
@@ -88,8 +88,8 @@ export const validatorObj: Record<string, Validator> = {
88
88
  participantDateRegistration: defaultValidator('Укажите дату регистрации'),
89
89
  retirementIncome: defaultValidator(),
90
90
  otherIncome: defaultValidator(),
91
- mandatoryIncome: defaultValidator(),
92
- otherPayments: defaultValidator(),
91
+ wages: defaultValidator(),
92
+ mandatoryPayments: defaultValidator(),
93
93
  disablePeopleFlg: defaultValidator(),
94
94
  bankruptcyFlg: defaultValidator(),
95
95
  shareholderFlg: defaultValidator(),
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.MandatoryIncomeField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const InputControl_1 = require("../../Input/InputControl");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.MandatoryIncomeField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(InputControl_1.InputControl, { label: "\u0421\u043E\u0432\u043E\u043A\u0443\u043F\u043D\u044B\u0439 \u0434\u043E\u0445\u043E\u0434 \u0432 \u043C\u0435\u0441\u044F\u0446 \u043F\u043E\u0441\u043B\u0435 \u0432\u044B\u0447\u0435\u0442\u0430 \u043D\u0430\u043B\u043E\u0433\u043E\u0432 (\u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0430, \u043F\u0440\u0435\u043C\u0438\u0438)", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...(0, getValidation_1.getValidation)(field('mandatoryIncome'), getObjectValidator_1.validatorObj.mandatoryIncome, input?.required), ...input })));
9
- //# sourceMappingURL=MandatoryIncome.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MandatoryIncome.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/MandatoryIncome.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAAwD;AAExD,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,oBAAoB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,uBAAC,2BAAY,IACX,KAAK,EAAC,2UAAkE,EACxE,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,IAAA,6BAAa,EAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,iCAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,KACtF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.OtherPaymentsField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const InputControl_1 = require("../../Input/InputControl");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.OtherPaymentsField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(InputControl_1.InputControl, { label: "\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u044B\u043F\u043B\u0430\u0442\u044B", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...(0, getValidation_1.getValidation)(field('otherPayments'), getObjectValidator_1.validatorObj.otherPayments, input?.required), ...input })));
9
- //# sourceMappingURL=OtherPayments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OtherPayments.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/OtherPayments.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAAwD;AAExD,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,kBAAkB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,uBAAC,2BAAY,IACX,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,IAAA,6BAAa,EAAC,KAAK,CAAC,eAAe,CAAC,EAAE,iCAAY,CAAC,aAAa,EAAE,KAAK,EAAE,QAAQ,CAAC,KAClF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { InputControl } from '../../Input/InputControl.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const MandatoryIncomeField = JSX(({ field, input }) => (_jsx(InputControl, { label: "\u0421\u043E\u0432\u043E\u043A\u0443\u043F\u043D\u044B\u0439 \u0434\u043E\u0445\u043E\u0434 \u0432 \u043C\u0435\u0441\u044F\u0446 \u043F\u043E\u0441\u043B\u0435 \u0432\u044B\u0447\u0435\u0442\u0430 \u043D\u0430\u043B\u043E\u0433\u043E\u0432 (\u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0430, \u043F\u0440\u0435\u043C\u0438\u0438)", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...getValidation(field('mandatoryIncome'), validatorObj.mandatoryIncome, input?.required), ...input })));
7
- //# sourceMappingURL=MandatoryIncome.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MandatoryIncome.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/MandatoryIncome.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,KAAC,YAAY,IACX,KAAK,EAAC,2UAAkE,EACxE,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,KACtF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { InputControl } from '../../Input/InputControl.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const OtherPaymentsField = JSX(({ field, input }) => (_jsx(InputControl, { label: "\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u044B\u043F\u043B\u0430\u0442\u044B", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...getValidation(field('otherPayments'), validatorObj.otherPayments, input?.required), ...input })));
7
- //# sourceMappingURL=OtherPayments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OtherPayments.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/OtherPayments.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,KAAC,YAAY,IACX,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,aAAa,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,YAAY,CAAC,aAAa,EAAE,KAAK,EAAE,QAAQ,CAAC,KAClF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.MandatoryIncomeField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const InputControl_1 = require("../../Input/InputControl");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.MandatoryIncomeField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(InputControl_1.InputControl, { label: "\u0421\u043E\u0432\u043E\u043A\u0443\u043F\u043D\u044B\u0439 \u0434\u043E\u0445\u043E\u0434 \u0432 \u043C\u0435\u0441\u044F\u0446 \u043F\u043E\u0441\u043B\u0435 \u0432\u044B\u0447\u0435\u0442\u0430 \u043D\u0430\u043B\u043E\u0433\u043E\u0432 (\u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0430, \u043F\u0440\u0435\u043C\u0438\u0438)", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...(0, getValidation_1.getValidation)(field('mandatoryIncome'), getObjectValidator_1.validatorObj.mandatoryIncome, input?.required), ...input })));
9
- //# sourceMappingURL=MandatoryIncome.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MandatoryIncome.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/MandatoryIncome.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAAwD;AAExD,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,oBAAoB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,uBAAC,2BAAY,IACX,KAAK,EAAC,2UAAkE,EACxE,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,IAAA,6BAAa,EAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,iCAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,KACtF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.OtherPaymentsField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const InputControl_1 = require("../../Input/InputControl");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.OtherPaymentsField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(InputControl_1.InputControl, { label: "\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u044B\u043F\u043B\u0430\u0442\u044B", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...(0, getValidation_1.getValidation)(field('otherPayments'), getObjectValidator_1.validatorObj.otherPayments, input?.required), ...input })));
9
- //# sourceMappingURL=OtherPayments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OtherPayments.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/OtherPayments.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAAwD;AAExD,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,kBAAkB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,uBAAC,2BAAY,IACX,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,IAAA,6BAAa,EAAC,KAAK,CAAC,eAAe,CAAC,EAAE,iCAAY,CAAC,aAAa,EAAE,KAAK,EAAE,QAAQ,CAAC,KAClF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const MandatoryIncomeField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { InputControl } from '../../Input/InputControl.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const MandatoryIncomeField = JSX(({ field, input }) => (_jsx(InputControl, { label: "\u0421\u043E\u0432\u043E\u043A\u0443\u043F\u043D\u044B\u0439 \u0434\u043E\u0445\u043E\u0434 \u0432 \u043C\u0435\u0441\u044F\u0446 \u043F\u043E\u0441\u043B\u0435 \u0432\u044B\u0447\u0435\u0442\u0430 \u043D\u0430\u043B\u043E\u0433\u043E\u0432 (\u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0430, \u043F\u0440\u0435\u043C\u0438\u0438)", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...getValidation(field('mandatoryIncome'), validatorObj.mandatoryIncome, input?.required), ...input })));
7
- //# sourceMappingURL=MandatoryIncome.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MandatoryIncome.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/MandatoryIncome.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,KAAC,YAAY,IACX,KAAK,EAAC,2UAAkE,EACxE,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,KACtF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { CustomFieldProps } from '../CustomFieldProps';
2
- export declare const OtherPaymentsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { InputControl } from '../../Input/InputControl.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const OtherPaymentsField = JSX(({ field, input }) => (_jsx(InputControl, { label: "\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0432\u044B\u043F\u043B\u0430\u0442\u044B", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", type: "number", ...getValidation(field('otherPayments'), validatorObj.otherPayments, input?.required), ...input })));
7
- //# sourceMappingURL=OtherPayments.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OtherPayments.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/OtherPayments.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,KAAC,YAAY,IACX,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,6FAAkB,EAC9B,IAAI,EAAC,QAAQ,KACT,aAAa,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,YAAY,CAAC,aAAa,EAAE,KAAK,EAAE,QAAQ,CAAC,KAClF,KAAK,GACT,CACH,CAAC,CAAC"}
@@ -1,15 +0,0 @@
1
- import { JSX } from '@redneckz/uni-jsx';
2
- import { InputControl } from '../../Input/InputControl';
3
- import type { CustomFieldProps } from '../CustomFieldProps';
4
- import { validatorObj } from '../getObjectValidator';
5
- import { getValidation } from '../getValidation';
6
-
7
- export const MandatoryIncomeField = JSX<CustomFieldProps>(({ field, input }) => (
8
- <InputControl
9
- label="Совокупный доход в месяц после вычета налогов (зарплата, премии)"
10
- placeholder="Введите значение"
11
- type="number"
12
- {...getValidation(field('mandatoryIncome'), validatorObj.mandatoryIncome, input?.required)}
13
- {...input}
14
- />
15
- ));
@@ -1,15 +0,0 @@
1
- import { JSX } from '@redneckz/uni-jsx';
2
- import { InputControl } from '../../Input/InputControl';
3
- import type { CustomFieldProps } from '../CustomFieldProps';
4
- import { validatorObj } from '../getObjectValidator';
5
- import { getValidation } from '../getValidation';
6
-
7
- export const MandatoryIncomeField = JSX<CustomFieldProps>(({ field, input }) => (
8
- <InputControl
9
- label="Совокупный доход в месяц после вычета налогов (зарплата, премии)"
10
- placeholder="Введите значение"
11
- type="number"
12
- {...getValidation(field('mandatoryIncome'), validatorObj.mandatoryIncome, input?.required)}
13
- {...input}
14
- />
15
- ));