@redneckz/wildless-cms-uni-blocks 0.14.294 → 0.14.296

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 (1041) hide show
  1. package/bin/migration-scripts/0.14.257.js +21 -0
  2. package/bin/migration-scripts/0.14.295.js +37 -0
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +115 -83
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  7. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  8. package/bundle/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  9. package/bundle/components/ApplicationForm/getField.d.ts +8 -0
  10. package/bundle/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  11. package/bundle/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  12. package/bundle/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  13. package/bundle/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -0
  14. package/bundle/components/ApplicationForm/renderSubmitButton.d.ts +3 -0
  15. package/bundle/components/GrantSupport/GrantSupport.d.ts +6 -0
  16. package/bundle/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  17. package/bundle/components/Tabs/TabsContent.d.ts +1 -1
  18. package/bundle/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  19. package/bundle/components/TabsLayout/renderTabsLayout.d.ts +11 -0
  20. package/bundle/hooks/useAspects/handleAspects.d.ts +1 -1
  21. package/bundle/ui-kit/TabsControl/TabItem.d.ts +5 -4
  22. package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  23. package/bundle/ui-kit/TabsControl/renderTab.d.ts +3 -3
  24. package/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -0
  25. package/dist/components/ApplicationForm/AcquiringField.js.map +1 -0
  26. package/dist/components/ApplicationForm/AddressBranchField.js.map +1 -0
  27. package/dist/components/ApplicationForm/AmountField.js.map +1 -0
  28. package/dist/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  29. package/dist/components/ApplicationForm/ApplicationForm.js +62 -0
  30. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -0
  31. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  32. package/dist/components/ApplicationForm/ApplicationFormContent.js +3 -0
  33. package/dist/components/ApplicationForm/ApplicationFormContent.js.map +1 -0
  34. package/dist/components/ApplicationForm/CommentField.js.map +1 -0
  35. package/dist/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  36. package/dist/components/ApplicationForm/CustomFieldProps.js.map +1 -0
  37. package/dist/components/ApplicationForm/FeedbackMethodField.js.map +1 -0
  38. package/dist/components/ApplicationForm/FeedbackTypeField.js.map +1 -0
  39. package/dist/components/ApplicationForm/Footnote.js.map +1 -0
  40. package/dist/components/ApplicationForm/IsClientField.js.map +1 -0
  41. package/dist/components/ApplicationForm/OnlineCheckoutField.js.map +1 -0
  42. package/dist/components/ApplicationForm/PartnerCommentsField.js.map +1 -0
  43. package/dist/components/ApplicationForm/PosTerminalField.js.map +1 -0
  44. package/dist/components/ApplicationForm/RegionField.js.map +1 -0
  45. package/dist/components/ApplicationForm/RegionPremiumField.js.map +1 -0
  46. package/dist/components/ApplicationForm/ServiceDirectionField.js.map +1 -0
  47. package/dist/components/ApplicationForm/TermField.js.map +1 -0
  48. package/dist/components/ApplicationForm/UltraPremiumField.js.map +1 -0
  49. package/dist/components/ApplicationForm/VedField.js.map +1 -0
  50. package/dist/components/ApplicationForm/contants.js.map +1 -0
  51. package/dist/components/ApplicationForm/getField.d.ts +8 -0
  52. package/dist/components/ApplicationForm/getField.js.map +1 -0
  53. package/dist/components/ApplicationForm/getFormatData.js.map +1 -0
  54. package/dist/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  55. package/dist/components/ApplicationForm/getInitialFormState.js.map +1 -0
  56. package/dist/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  57. package/dist/components/ApplicationForm/getNamesFromInput.js.map +1 -0
  58. package/dist/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  59. package/dist/components/ApplicationForm/getObjectValidator.js.map +1 -0
  60. package/dist/components/ApplicationForm/getPartnerComments.js.map +1 -0
  61. package/dist/components/ApplicationForm/getValidation.js.map +1 -0
  62. package/dist/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -0
  63. package/dist/components/ApplicationForm/renderAgreementSubmit.js.map +1 -0
  64. package/dist/components/ApplicationForm/renderContacts.js.map +1 -0
  65. package/dist/components/ApplicationForm/renderSubmitButton.d.ts +3 -0
  66. package/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -0
  67. package/dist/components/ApplicationForm/validators.js.map +1 -0
  68. package/dist/components/Blocks.js +4 -4
  69. package/dist/components/Blocks.js.map +1 -1
  70. package/dist/components/Blocks.mobile.js +2 -2
  71. package/dist/components/Blocks.mobile.js.map +1 -1
  72. package/dist/components/GrantSupport/GrantSupport.d.ts +6 -0
  73. package/dist/components/GrantSupport/GrantSupport.js +23 -0
  74. package/dist/components/GrantSupport/GrantSupport.js.map +1 -0
  75. package/dist/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  76. package/dist/components/GrantSupport/GrantSupportContent.js +2 -0
  77. package/dist/components/GrantSupport/GrantSupportContent.js.map +1 -0
  78. package/dist/components/Tabs/TabsContent.d.ts +1 -1
  79. package/dist/components/Tabs/renderTabs.js +0 -2
  80. package/dist/components/Tabs/renderTabs.js.map +1 -1
  81. package/dist/components/TabsLayout/TabsLayout.js +39 -16
  82. package/dist/components/TabsLayout/TabsLayout.js.map +1 -1
  83. package/dist/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  84. package/dist/components/TabsLayout/renderTabsLayout.d.ts +11 -0
  85. package/dist/components/TabsLayout/renderTabsLayout.js +19 -0
  86. package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -0
  87. package/dist/hooks/useAspects/handleAspects.d.ts +1 -1
  88. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js +15 -3
  89. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  90. package/dist/ui-kit/TabsControl/TabItem.d.ts +5 -4
  91. package/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
  92. package/dist/ui-kit/TabsControl/TabItemInner.js +14 -8
  93. package/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
  94. package/dist/ui-kit/TabsControl/TabsControl.js +1 -1
  95. package/dist/ui-kit/TabsControl/TabsControl.js.map +1 -1
  96. package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  97. package/dist/ui-kit/TabsControl/renderTab.d.ts +3 -3
  98. package/dist/ui-kit/TabsControl/renderTab.js.map +1 -1
  99. package/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -0
  100. package/dist/ui-kit/TabsControl/renderTabItemInner.js +23 -0
  101. package/dist/ui-kit/TabsControl/renderTabItemInner.js.map +1 -0
  102. package/lib/common.css +1 -1
  103. package/lib/components/ApplicationForm/AcquiringField.js.map +1 -0
  104. package/lib/components/ApplicationForm/AddressBranchField.js.map +1 -0
  105. package/lib/components/ApplicationForm/AmountField.js.map +1 -0
  106. package/lib/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  107. package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +21 -0
  108. package/lib/components/ApplicationForm/ApplicationForm.js +60 -0
  109. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -0
  110. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  111. package/lib/components/ApplicationForm/ApplicationFormContent.js +3 -0
  112. package/lib/components/ApplicationForm/ApplicationFormContent.js.map +1 -0
  113. package/lib/components/ApplicationForm/CommentField.js.map +1 -0
  114. package/lib/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  115. package/lib/components/ApplicationForm/CustomFieldProps.js.map +1 -0
  116. package/lib/components/ApplicationForm/FeedbackMethodField.js.map +1 -0
  117. package/lib/components/ApplicationForm/FeedbackTypeField.js.map +1 -0
  118. package/lib/components/ApplicationForm/Footnote.js.map +1 -0
  119. package/lib/components/ApplicationForm/IsClientField.js.map +1 -0
  120. package/lib/components/ApplicationForm/OnlineCheckoutField.js.map +1 -0
  121. package/lib/components/ApplicationForm/PartnerCommentsField.js.map +1 -0
  122. package/lib/components/ApplicationForm/PosTerminalField.js.map +1 -0
  123. package/lib/components/ApplicationForm/RegionField.js.map +1 -0
  124. package/lib/components/ApplicationForm/RegionPremiumField.js.map +1 -0
  125. package/lib/components/ApplicationForm/ServiceDirectionField.js.map +1 -0
  126. package/lib/components/ApplicationForm/TermField.js.map +1 -0
  127. package/lib/components/ApplicationForm/UltraPremiumField.js.map +1 -0
  128. package/lib/components/ApplicationForm/VedField.js.map +1 -0
  129. package/lib/components/ApplicationForm/contants.js.map +1 -0
  130. package/lib/components/ApplicationForm/getField.d.ts +7 -0
  131. package/lib/components/ApplicationForm/getField.js.map +1 -0
  132. package/lib/components/ApplicationForm/getFormatData.js.map +1 -0
  133. package/lib/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  134. package/lib/components/ApplicationForm/getInitialFormState.js.map +1 -0
  135. package/lib/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  136. package/lib/components/ApplicationForm/getNamesFromInput.js.map +1 -0
  137. package/lib/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  138. package/lib/components/ApplicationForm/getObjectValidator.js.map +1 -0
  139. package/lib/components/ApplicationForm/getPartnerComments.js.map +1 -0
  140. package/lib/components/ApplicationForm/getValidation.js.map +1 -0
  141. package/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +4 -0
  142. package/lib/components/ApplicationForm/renderAgreementSubmit.js.map +1 -0
  143. package/lib/components/ApplicationForm/renderContacts.js.map +1 -0
  144. package/lib/components/ApplicationForm/renderSubmitButton.d.ts +2 -0
  145. package/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -0
  146. package/lib/components/ApplicationForm/validators.js.map +1 -0
  147. package/lib/components/Blocks.js +4 -4
  148. package/lib/components/Blocks.js.map +1 -1
  149. package/lib/components/Blocks.mobile.js +2 -2
  150. package/lib/components/Blocks.mobile.js.map +1 -1
  151. package/lib/components/GrantSupport/GrantSupport.d.ts +6 -0
  152. package/lib/components/GrantSupport/GrantSupport.fixture.mobile.d.ts +5 -0
  153. package/lib/components/GrantSupport/GrantSupport.js +21 -0
  154. package/lib/components/GrantSupport/GrantSupport.js.map +1 -0
  155. package/lib/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  156. package/lib/components/GrantSupport/GrantSupportContent.js +2 -0
  157. package/lib/components/GrantSupport/GrantSupportContent.js.map +1 -0
  158. package/lib/components/Tabs/Tabs.fixture.d.ts +0 -1
  159. package/lib/components/Tabs/Tabs.fixture.mobile.d.ts +0 -1
  160. package/lib/components/Tabs/TabsContent.d.ts +1 -1
  161. package/lib/components/Tabs/renderTabs.js +0 -2
  162. package/lib/components/Tabs/renderTabs.js.map +1 -1
  163. package/lib/components/TabsLayout/TabsLayout.fixture.d.ts +2 -0
  164. package/lib/components/TabsLayout/TabsLayout.fixture.mobile.d.ts +2 -0
  165. package/lib/components/TabsLayout/TabsLayout.js +40 -17
  166. package/lib/components/TabsLayout/TabsLayout.js.map +1 -1
  167. package/lib/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  168. package/lib/components/TabsLayout/renderTabsLayout.d.ts +10 -0
  169. package/lib/components/TabsLayout/renderTabsLayout.js +16 -0
  170. package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -0
  171. package/lib/hooks/useAspects/handleAspects.d.ts +1 -1
  172. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js +15 -3
  173. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  174. package/lib/ui-kit/TabsControl/TabItem.d.ts +5 -4
  175. package/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
  176. package/lib/ui-kit/TabsControl/TabItemInner.js +14 -8
  177. package/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
  178. package/lib/ui-kit/TabsControl/TabsControl.fixture.d.ts +1 -1
  179. package/lib/ui-kit/TabsControl/TabsControl.js +1 -1
  180. package/lib/ui-kit/TabsControl/TabsControl.js.map +1 -1
  181. package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  182. package/lib/ui-kit/TabsControl/renderTab.d.ts +3 -3
  183. package/lib/ui-kit/TabsControl/renderTab.js.map +1 -1
  184. package/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +10 -0
  185. package/lib/ui-kit/TabsControl/renderTabItemInner.js +20 -0
  186. package/lib/ui-kit/TabsControl/renderTabItemInner.js.map +1 -0
  187. package/mobile/bundle/bundle.umd.js +111 -79
  188. package/mobile/bundle/bundle.umd.min.js +1 -1
  189. package/mobile/bundle/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  190. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  191. package/mobile/bundle/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  192. package/mobile/bundle/components/ApplicationForm/getField.d.ts +8 -0
  193. package/mobile/bundle/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  194. package/mobile/bundle/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  195. package/mobile/bundle/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  196. package/mobile/bundle/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -0
  197. package/mobile/bundle/components/ApplicationForm/renderSubmitButton.d.ts +3 -0
  198. package/mobile/bundle/components/GrantSupport/GrantSupport.d.ts +6 -0
  199. package/mobile/bundle/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  200. package/mobile/bundle/components/Tabs/TabsContent.d.ts +1 -1
  201. package/mobile/bundle/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  202. package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +11 -0
  203. package/mobile/bundle/hooks/useAspects/handleAspects.d.ts +1 -1
  204. package/mobile/bundle/ui-kit/TabsControl/TabItem.d.ts +5 -4
  205. package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  206. package/mobile/bundle/ui-kit/TabsControl/renderTab.d.ts +3 -3
  207. package/mobile/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -0
  208. package/mobile/dist/components/ApplicationForm/AcquiringField.js.map +1 -0
  209. package/mobile/dist/components/ApplicationForm/AddressBranchField.js.map +1 -0
  210. package/mobile/dist/components/ApplicationForm/AmountField.js.map +1 -0
  211. package/mobile/dist/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  212. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +62 -0
  213. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -0
  214. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  215. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.js +3 -0
  216. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.js.map +1 -0
  217. package/mobile/dist/components/ApplicationForm/CommentField.js.map +1 -0
  218. package/mobile/dist/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  219. package/mobile/dist/components/ApplicationForm/CustomFieldProps.js.map +1 -0
  220. package/mobile/dist/components/ApplicationForm/FeedbackMethodField.js.map +1 -0
  221. package/mobile/dist/components/ApplicationForm/FeedbackTypeField.js.map +1 -0
  222. package/mobile/dist/components/ApplicationForm/Footnote.js.map +1 -0
  223. package/mobile/dist/components/ApplicationForm/IsClientField.js.map +1 -0
  224. package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.js.map +1 -0
  225. package/mobile/dist/components/ApplicationForm/PartnerCommentsField.js.map +1 -0
  226. package/mobile/dist/components/ApplicationForm/PosTerminalField.js.map +1 -0
  227. package/mobile/dist/components/ApplicationForm/RegionField.js.map +1 -0
  228. package/mobile/dist/components/ApplicationForm/RegionPremiumField.js.map +1 -0
  229. package/mobile/dist/components/ApplicationForm/ServiceDirectionField.js.map +1 -0
  230. package/mobile/dist/components/ApplicationForm/TermField.js.map +1 -0
  231. package/mobile/dist/components/ApplicationForm/UltraPremiumField.js.map +1 -0
  232. package/mobile/dist/components/ApplicationForm/VedField.js.map +1 -0
  233. package/mobile/dist/components/ApplicationForm/contants.js.map +1 -0
  234. package/mobile/dist/components/ApplicationForm/getField.d.ts +8 -0
  235. package/mobile/dist/components/ApplicationForm/getField.js.map +1 -0
  236. package/mobile/dist/components/ApplicationForm/getFormatData.js.map +1 -0
  237. package/mobile/dist/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  238. package/mobile/dist/components/ApplicationForm/getInitialFormState.js.map +1 -0
  239. package/mobile/dist/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  240. package/mobile/dist/components/ApplicationForm/getNamesFromInput.js.map +1 -0
  241. package/mobile/dist/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  242. package/mobile/dist/components/ApplicationForm/getObjectValidator.js.map +1 -0
  243. package/mobile/dist/components/ApplicationForm/getPartnerComments.js.map +1 -0
  244. package/mobile/dist/components/ApplicationForm/getValidation.js.map +1 -0
  245. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -0
  246. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js.map +1 -0
  247. package/mobile/dist/components/ApplicationForm/renderContacts.js.map +1 -0
  248. package/mobile/dist/components/ApplicationForm/renderSubmitButton.d.ts +3 -0
  249. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -0
  250. package/mobile/dist/components/ApplicationForm/validators.js.map +1 -0
  251. package/mobile/dist/components/Blocks.js +2 -2
  252. package/mobile/dist/components/Blocks.js.map +1 -1
  253. package/mobile/dist/components/GrantSupport/GrantSupport.d.ts +6 -0
  254. package/mobile/dist/components/GrantSupport/GrantSupport.js +23 -0
  255. package/mobile/dist/components/GrantSupport/GrantSupport.js.map +1 -0
  256. package/mobile/dist/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  257. package/mobile/dist/components/GrantSupport/GrantSupportContent.js +2 -0
  258. package/mobile/dist/components/GrantSupport/GrantSupportContent.js.map +1 -0
  259. package/mobile/dist/components/Tabs/TabsContent.d.ts +1 -1
  260. package/mobile/dist/components/Tabs/renderTabs.js +0 -2
  261. package/mobile/dist/components/Tabs/renderTabs.js.map +1 -1
  262. package/mobile/dist/components/TabsLayout/TabsLayout.js +39 -16
  263. package/mobile/dist/components/TabsLayout/TabsLayout.js.map +1 -1
  264. package/mobile/dist/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  265. package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +11 -0
  266. package/mobile/dist/components/TabsLayout/renderTabsLayout.js +19 -0
  267. package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -0
  268. package/mobile/dist/hooks/useAspects/handleAspects.d.ts +1 -1
  269. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js +15 -3
  270. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  271. package/mobile/dist/ui-kit/TabsControl/TabItem.d.ts +5 -4
  272. package/mobile/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
  273. package/mobile/dist/ui-kit/TabsControl/TabItemInner.js +14 -8
  274. package/mobile/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
  275. package/mobile/dist/ui-kit/TabsControl/TabsControl.js +1 -1
  276. package/mobile/dist/ui-kit/TabsControl/TabsControl.js.map +1 -1
  277. package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  278. package/mobile/dist/ui-kit/TabsControl/renderTab.d.ts +3 -3
  279. package/mobile/dist/ui-kit/TabsControl/renderTab.js.map +1 -1
  280. package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -0
  281. package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.js +23 -0
  282. package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.js.map +1 -0
  283. package/mobile/lib/common.css +1 -1
  284. package/mobile/lib/components/ApplicationForm/AcquiringField.js.map +1 -0
  285. package/mobile/lib/components/ApplicationForm/AddressBranchField.js.map +1 -0
  286. package/mobile/lib/components/ApplicationForm/AmountField.js.map +1 -0
  287. package/mobile/lib/components/ApplicationForm/ApplicationForm.d.ts +6 -0
  288. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +60 -0
  289. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -0
  290. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +99 -0
  291. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.js +3 -0
  292. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.js.map +1 -0
  293. package/mobile/lib/components/ApplicationForm/CommentField.js.map +1 -0
  294. package/mobile/lib/components/ApplicationForm/CustomFieldProps.d.ts +6 -0
  295. package/mobile/lib/components/ApplicationForm/CustomFieldProps.js.map +1 -0
  296. package/mobile/lib/components/ApplicationForm/FeedbackMethodField.js.map +1 -0
  297. package/mobile/lib/components/ApplicationForm/FeedbackTypeField.js.map +1 -0
  298. package/mobile/lib/components/ApplicationForm/Footnote.js.map +1 -0
  299. package/mobile/lib/components/ApplicationForm/IsClientField.js.map +1 -0
  300. package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.js.map +1 -0
  301. package/mobile/lib/components/ApplicationForm/PartnerCommentsField.js.map +1 -0
  302. package/mobile/lib/components/ApplicationForm/PosTerminalField.js.map +1 -0
  303. package/mobile/lib/components/ApplicationForm/RegionField.js.map +1 -0
  304. package/mobile/lib/components/ApplicationForm/RegionPremiumField.js.map +1 -0
  305. package/mobile/lib/components/ApplicationForm/ServiceDirectionField.js.map +1 -0
  306. package/mobile/lib/components/ApplicationForm/TermField.js.map +1 -0
  307. package/mobile/lib/components/ApplicationForm/UltraPremiumField.js.map +1 -0
  308. package/mobile/lib/components/ApplicationForm/VedField.js.map +1 -0
  309. package/mobile/lib/components/ApplicationForm/contants.js.map +1 -0
  310. package/mobile/lib/components/ApplicationForm/getField.d.ts +8 -0
  311. package/mobile/lib/components/ApplicationForm/getField.js.map +1 -0
  312. package/mobile/lib/components/ApplicationForm/getFormatData.js.map +1 -0
  313. package/mobile/lib/components/ApplicationForm/getInitialFormState.d.ts +24 -0
  314. package/mobile/lib/components/ApplicationForm/getInitialFormState.js.map +1 -0
  315. package/mobile/lib/components/ApplicationForm/getNamesFromInput.d.ts +2 -0
  316. package/mobile/lib/components/ApplicationForm/getNamesFromInput.js.map +1 -0
  317. package/mobile/lib/components/ApplicationForm/getObjectValidator.d.ts +4 -0
  318. package/mobile/lib/components/ApplicationForm/getObjectValidator.js.map +1 -0
  319. package/mobile/lib/components/ApplicationForm/getPartnerComments.js.map +1 -0
  320. package/mobile/lib/components/ApplicationForm/getValidation.js.map +1 -0
  321. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -0
  322. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js.map +1 -0
  323. package/mobile/lib/components/ApplicationForm/renderContacts.js.map +1 -0
  324. package/mobile/lib/components/ApplicationForm/renderSubmitButton.d.ts +3 -0
  325. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -0
  326. package/mobile/lib/components/ApplicationForm/validators.js.map +1 -0
  327. package/mobile/lib/components/Blocks.js +2 -2
  328. package/mobile/lib/components/Blocks.js.map +1 -1
  329. package/mobile/lib/components/GrantSupport/GrantSupport.d.ts +6 -0
  330. package/mobile/lib/components/GrantSupport/GrantSupport.js +21 -0
  331. package/mobile/lib/components/GrantSupport/GrantSupport.js.map +1 -0
  332. package/mobile/lib/components/GrantSupport/GrantSupportContent.d.ts +20 -0
  333. package/mobile/lib/components/GrantSupport/GrantSupportContent.js +2 -0
  334. package/mobile/lib/components/GrantSupport/GrantSupportContent.js.map +1 -0
  335. package/mobile/lib/components/Tabs/TabsContent.d.ts +1 -1
  336. package/mobile/lib/components/Tabs/renderTabs.js +0 -2
  337. package/mobile/lib/components/Tabs/renderTabs.js.map +1 -1
  338. package/mobile/lib/components/TabsLayout/TabsLayout.js +40 -17
  339. package/mobile/lib/components/TabsLayout/TabsLayout.js.map +1 -1
  340. package/mobile/lib/components/TabsLayout/TabsLayoutContent.d.ts +31 -6
  341. package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +11 -0
  342. package/mobile/lib/components/TabsLayout/renderTabsLayout.js +16 -0
  343. package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -0
  344. package/mobile/lib/hooks/useAspects/handleAspects.d.ts +1 -1
  345. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js +15 -3
  346. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  347. package/mobile/lib/ui-kit/TabsControl/TabItem.d.ts +5 -4
  348. package/mobile/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
  349. package/mobile/lib/ui-kit/TabsControl/TabItemInner.js +14 -8
  350. package/mobile/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
  351. package/mobile/lib/ui-kit/TabsControl/TabsControl.js +1 -1
  352. package/mobile/lib/ui-kit/TabsControl/TabsControl.js.map +1 -1
  353. package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +11 -2
  354. package/mobile/lib/ui-kit/TabsControl/renderTab.d.ts +3 -3
  355. package/mobile/lib/ui-kit/TabsControl/renderTab.js.map +1 -1
  356. package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -0
  357. package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.js +20 -0
  358. package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.js.map +1 -0
  359. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +132 -0
  360. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +164 -0
  361. package/mobile/src/components/ApplicationForm/CustomFieldProps.ts +7 -0
  362. package/mobile/src/components/ApplicationForm/getField.tsx +154 -0
  363. package/mobile/src/components/ApplicationForm/getInitialFormState.tsx +70 -0
  364. package/mobile/src/components/ApplicationForm/getNamesFromInput.tsx +4 -0
  365. package/mobile/src/components/ApplicationForm/getObjectValidator.tsx +43 -0
  366. package/mobile/src/components/ApplicationForm/renderAgreementSubmit.tsx +31 -0
  367. package/mobile/src/components/ApplicationForm/renderSubmitButton.tsx +9 -0
  368. package/mobile/src/components/Blocks.ts +2 -2
  369. package/mobile/src/components/GrantSupport/GrantSupport.tsx +56 -0
  370. package/mobile/src/components/GrantSupport/GrantSupportContent.ts +19 -0
  371. package/mobile/src/components/Tabs/TabsContent.ts +1 -1
  372. package/mobile/src/components/Tabs/renderTabs.tsx +0 -10
  373. package/mobile/src/components/TabsLayout/TabsLayout.example.json +4 -3
  374. package/mobile/src/components/TabsLayout/TabsLayout.tsx +56 -57
  375. package/mobile/src/components/TabsLayout/TabsLayoutContent.ts +36 -8
  376. package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +32 -0
  377. package/mobile/src/hooks/useAspects/handleAspects.ts +1 -1
  378. package/mobile/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +28 -5
  379. package/mobile/src/ui-kit/TabsControl/TabItem.tsx +5 -5
  380. package/mobile/src/ui-kit/TabsControl/TabItemInner.tsx +21 -15
  381. package/mobile/src/ui-kit/TabsControl/TabsControl.tsx +4 -1
  382. package/mobile/src/ui-kit/TabsControl/TabsControlProps.ts +12 -2
  383. package/mobile/src/ui-kit/TabsControl/renderTab.tsx +3 -3
  384. package/mobile/src/ui-kit/TabsControl/renderTabItemInner.tsx +63 -0
  385. package/package.json +1 -1
  386. package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +625 -0
  387. package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +625 -0
  388. package/src/components/ApplicationForm/ApplicationForm.tsx +132 -0
  389. package/src/components/ApplicationForm/ApplicationFormContent.ts +164 -0
  390. package/src/components/ApplicationForm/CustomFieldProps.ts +7 -0
  391. package/src/components/ApplicationForm/getField.tsx +154 -0
  392. package/src/components/ApplicationForm/getInitialFormState.tsx +70 -0
  393. package/src/components/ApplicationForm/getNamesFromInput.tsx +4 -0
  394. package/src/components/ApplicationForm/getObjectValidator.tsx +43 -0
  395. package/src/components/ApplicationForm/renderAgreementSubmit.tsx +31 -0
  396. package/src/components/ApplicationForm/renderSubmitButton.tsx +9 -0
  397. package/src/components/Blocks.mobile.ts +2 -2
  398. package/src/components/Blocks.ts +4 -4
  399. package/src/components/GrantSupport/GrantSupport.fixture.mobile.tsx +28 -0
  400. package/src/components/GrantSupport/GrantSupport.fixture.tsx +28 -0
  401. package/src/components/GrantSupport/GrantSupport.tsx +56 -0
  402. package/src/components/GrantSupport/GrantSupportContent.ts +19 -0
  403. package/src/components/Tabs/Tabs.fixture.mobile.tsx +0 -16
  404. package/src/components/Tabs/Tabs.fixture.tsx +0 -19
  405. package/src/components/Tabs/TabsContent.ts +1 -1
  406. package/src/components/Tabs/renderTabs.tsx +0 -10
  407. package/src/components/TabsLayout/TabsLayout.example.json +4 -3
  408. package/src/components/TabsLayout/TabsLayout.fixture.mobile.tsx +51 -30
  409. package/src/components/TabsLayout/TabsLayout.fixture.tsx +61 -30
  410. package/src/components/TabsLayout/TabsLayout.tsx +56 -57
  411. package/src/components/TabsLayout/TabsLayoutContent.ts +36 -8
  412. package/src/components/TabsLayout/renderTabsLayout.tsx +32 -0
  413. package/src/hooks/useAspects/handleAspects.ts +1 -1
  414. package/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +28 -5
  415. package/src/ui-kit/TabsControl/TabItem.tsx +5 -5
  416. package/src/ui-kit/TabsControl/TabItemInner.tsx +21 -15
  417. package/src/ui-kit/TabsControl/TabsControl.fixture.tsx +7 -20
  418. package/src/ui-kit/TabsControl/TabsControl.tsx +4 -1
  419. package/src/ui-kit/TabsControl/TabsControlProps.ts +12 -2
  420. package/src/ui-kit/TabsControl/renderTab.tsx +3 -3
  421. package/src/ui-kit/TabsControl/renderTabItemInner.tsx +63 -0
  422. package/bundle/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  423. package/bundle/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  424. package/bundle/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  425. package/bundle/components/ApplicationFormCustom/getField.d.ts +0 -8
  426. package/bundle/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  427. package/bundle/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  428. package/bundle/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  429. package/bundle/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -5
  430. package/bundle/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -3
  431. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  432. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  433. package/bundle/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  434. package/bundle/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  435. package/bundle/components/TabsLayout/alignTabStyle.d.ts +0 -2
  436. package/bundle/components/TabsLayout/useScrollToTab.d.ts +0 -2
  437. package/dist/components/ApplicationFormCustom/AcquiringField.js.map +0 -1
  438. package/dist/components/ApplicationFormCustom/AddressBranchField.js.map +0 -1
  439. package/dist/components/ApplicationFormCustom/AmountField.js.map +0 -1
  440. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  441. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +0 -62
  442. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +0 -1
  443. package/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  444. package/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.js +0 -3
  445. package/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.js.map +0 -1
  446. package/dist/components/ApplicationFormCustom/CommentField.js.map +0 -1
  447. package/dist/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  448. package/dist/components/ApplicationFormCustom/CustomFieldProps.js.map +0 -1
  449. package/dist/components/ApplicationFormCustom/FeedbackMethodField.js.map +0 -1
  450. package/dist/components/ApplicationFormCustom/FeedbackTypeField.js.map +0 -1
  451. package/dist/components/ApplicationFormCustom/Footnote.js.map +0 -1
  452. package/dist/components/ApplicationFormCustom/IsClientField.js.map +0 -1
  453. package/dist/components/ApplicationFormCustom/OnlineCheckoutField.js.map +0 -1
  454. package/dist/components/ApplicationFormCustom/PartnerCommentsField.js.map +0 -1
  455. package/dist/components/ApplicationFormCustom/PosTerminalField.js.map +0 -1
  456. package/dist/components/ApplicationFormCustom/RegionField.js.map +0 -1
  457. package/dist/components/ApplicationFormCustom/RegionPremiumField.js.map +0 -1
  458. package/dist/components/ApplicationFormCustom/ServiceDirectionField.js.map +0 -1
  459. package/dist/components/ApplicationFormCustom/TermField.js.map +0 -1
  460. package/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +0 -1
  461. package/dist/components/ApplicationFormCustom/VedField.js.map +0 -1
  462. package/dist/components/ApplicationFormCustom/contants.js.map +0 -1
  463. package/dist/components/ApplicationFormCustom/getField.d.ts +0 -8
  464. package/dist/components/ApplicationFormCustom/getField.js.map +0 -1
  465. package/dist/components/ApplicationFormCustom/getFormatData.js.map +0 -1
  466. package/dist/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  467. package/dist/components/ApplicationFormCustom/getInitialFormState.js.map +0 -1
  468. package/dist/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  469. package/dist/components/ApplicationFormCustom/getNamesFromInput.js.map +0 -1
  470. package/dist/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  471. package/dist/components/ApplicationFormCustom/getObjectValidator.js.map +0 -1
  472. package/dist/components/ApplicationFormCustom/getPartnerComments.js.map +0 -1
  473. package/dist/components/ApplicationFormCustom/getValidation.js.map +0 -1
  474. package/dist/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -5
  475. package/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +0 -1
  476. package/dist/components/ApplicationFormCustom/renderContacts.js.map +0 -1
  477. package/dist/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -3
  478. package/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +0 -1
  479. package/dist/components/ApplicationFormCustom/validators.js.map +0 -1
  480. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  481. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +0 -23
  482. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +0 -1
  483. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  484. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +0 -2
  485. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +0 -1
  486. package/dist/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  487. package/dist/components/TabsLayout/TabsLayoutButton.js +0 -24
  488. package/dist/components/TabsLayout/TabsLayoutButton.js.map +0 -1
  489. package/dist/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  490. package/dist/components/TabsLayout/TabsLayoutRedirectSection.js +0 -27
  491. package/dist/components/TabsLayout/TabsLayoutRedirectSection.js.map +0 -1
  492. package/dist/components/TabsLayout/alignTabStyle.d.ts +0 -2
  493. package/dist/components/TabsLayout/alignTabStyle.js +0 -8
  494. package/dist/components/TabsLayout/alignTabStyle.js.map +0 -1
  495. package/dist/components/TabsLayout/useScrollToTab.d.ts +0 -2
  496. package/dist/components/TabsLayout/useScrollToTab.js +0 -17
  497. package/dist/components/TabsLayout/useScrollToTab.js.map +0 -1
  498. package/lib/components/ApplicationFormCustom/AcquiringField.js.map +0 -1
  499. package/lib/components/ApplicationFormCustom/AddressBranchField.js.map +0 -1
  500. package/lib/components/ApplicationFormCustom/AmountField.js.map +0 -1
  501. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  502. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +0 -60
  503. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +0 -1
  504. package/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  505. package/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.js +0 -3
  506. package/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.js.map +0 -1
  507. package/lib/components/ApplicationFormCustom/CommentField.js.map +0 -1
  508. package/lib/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  509. package/lib/components/ApplicationFormCustom/CustomFieldProps.js.map +0 -1
  510. package/lib/components/ApplicationFormCustom/FeedbackMethodField.js.map +0 -1
  511. package/lib/components/ApplicationFormCustom/FeedbackTypeField.js.map +0 -1
  512. package/lib/components/ApplicationFormCustom/Footnote.js.map +0 -1
  513. package/lib/components/ApplicationFormCustom/IsClientField.js.map +0 -1
  514. package/lib/components/ApplicationFormCustom/OnlineCheckoutField.js.map +0 -1
  515. package/lib/components/ApplicationFormCustom/PartnerCommentsField.js.map +0 -1
  516. package/lib/components/ApplicationFormCustom/PosTerminalField.js.map +0 -1
  517. package/lib/components/ApplicationFormCustom/RegionField.js.map +0 -1
  518. package/lib/components/ApplicationFormCustom/RegionPremiumField.js.map +0 -1
  519. package/lib/components/ApplicationFormCustom/ServiceDirectionField.js.map +0 -1
  520. package/lib/components/ApplicationFormCustom/TermField.js.map +0 -1
  521. package/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +0 -1
  522. package/lib/components/ApplicationFormCustom/VedField.js.map +0 -1
  523. package/lib/components/ApplicationFormCustom/contants.js.map +0 -1
  524. package/lib/components/ApplicationFormCustom/getField.d.ts +0 -7
  525. package/lib/components/ApplicationFormCustom/getField.js.map +0 -1
  526. package/lib/components/ApplicationFormCustom/getFormatData.js.map +0 -1
  527. package/lib/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  528. package/lib/components/ApplicationFormCustom/getInitialFormState.js.map +0 -1
  529. package/lib/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  530. package/lib/components/ApplicationFormCustom/getNamesFromInput.js.map +0 -1
  531. package/lib/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  532. package/lib/components/ApplicationFormCustom/getObjectValidator.js.map +0 -1
  533. package/lib/components/ApplicationFormCustom/getPartnerComments.js.map +0 -1
  534. package/lib/components/ApplicationFormCustom/getValidation.js.map +0 -1
  535. package/lib/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -4
  536. package/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +0 -1
  537. package/lib/components/ApplicationFormCustom/renderContacts.js.map +0 -1
  538. package/lib/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -2
  539. package/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +0 -1
  540. package/lib/components/ApplicationFormCustom/validators.js.map +0 -1
  541. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  542. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +0 -21
  543. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +0 -1
  544. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  545. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +0 -2
  546. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +0 -1
  547. package/lib/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  548. package/lib/components/TabsLayout/TabsLayoutButton.js +0 -22
  549. package/lib/components/TabsLayout/TabsLayoutButton.js.map +0 -1
  550. package/lib/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  551. package/lib/components/TabsLayout/TabsLayoutRedirectSection.js +0 -25
  552. package/lib/components/TabsLayout/TabsLayoutRedirectSection.js.map +0 -1
  553. package/lib/components/TabsLayout/alignTabStyle.d.ts +0 -2
  554. package/lib/components/TabsLayout/alignTabStyle.js +0 -6
  555. package/lib/components/TabsLayout/alignTabStyle.js.map +0 -1
  556. package/lib/components/TabsLayout/useScrollToTab.d.ts +0 -2
  557. package/lib/components/TabsLayout/useScrollToTab.js +0 -14
  558. package/lib/components/TabsLayout/useScrollToTab.js.map +0 -1
  559. package/mobile/bundle/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  560. package/mobile/bundle/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  561. package/mobile/bundle/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  562. package/mobile/bundle/components/ApplicationFormCustom/getField.d.ts +0 -8
  563. package/mobile/bundle/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  564. package/mobile/bundle/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  565. package/mobile/bundle/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  566. package/mobile/bundle/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -5
  567. package/mobile/bundle/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -3
  568. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  569. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  570. package/mobile/bundle/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  571. package/mobile/bundle/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  572. package/mobile/bundle/components/TabsLayout/alignTabStyle.d.ts +0 -2
  573. package/mobile/bundle/components/TabsLayout/useScrollToTab.d.ts +0 -2
  574. package/mobile/dist/components/ApplicationFormCustom/AcquiringField.js.map +0 -1
  575. package/mobile/dist/components/ApplicationFormCustom/AddressBranchField.js.map +0 -1
  576. package/mobile/dist/components/ApplicationFormCustom/AmountField.js.map +0 -1
  577. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  578. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +0 -62
  579. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +0 -1
  580. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  581. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.js +0 -3
  582. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustomContent.js.map +0 -1
  583. package/mobile/dist/components/ApplicationFormCustom/CommentField.js.map +0 -1
  584. package/mobile/dist/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  585. package/mobile/dist/components/ApplicationFormCustom/CustomFieldProps.js.map +0 -1
  586. package/mobile/dist/components/ApplicationFormCustom/FeedbackMethodField.js.map +0 -1
  587. package/mobile/dist/components/ApplicationFormCustom/FeedbackTypeField.js.map +0 -1
  588. package/mobile/dist/components/ApplicationFormCustom/Footnote.js.map +0 -1
  589. package/mobile/dist/components/ApplicationFormCustom/IsClientField.js.map +0 -1
  590. package/mobile/dist/components/ApplicationFormCustom/OnlineCheckoutField.js.map +0 -1
  591. package/mobile/dist/components/ApplicationFormCustom/PartnerCommentsField.js.map +0 -1
  592. package/mobile/dist/components/ApplicationFormCustom/PosTerminalField.js.map +0 -1
  593. package/mobile/dist/components/ApplicationFormCustom/RegionField.js.map +0 -1
  594. package/mobile/dist/components/ApplicationFormCustom/RegionPremiumField.js.map +0 -1
  595. package/mobile/dist/components/ApplicationFormCustom/ServiceDirectionField.js.map +0 -1
  596. package/mobile/dist/components/ApplicationFormCustom/TermField.js.map +0 -1
  597. package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +0 -1
  598. package/mobile/dist/components/ApplicationFormCustom/VedField.js.map +0 -1
  599. package/mobile/dist/components/ApplicationFormCustom/contants.js.map +0 -1
  600. package/mobile/dist/components/ApplicationFormCustom/getField.d.ts +0 -8
  601. package/mobile/dist/components/ApplicationFormCustom/getField.js.map +0 -1
  602. package/mobile/dist/components/ApplicationFormCustom/getFormatData.js.map +0 -1
  603. package/mobile/dist/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  604. package/mobile/dist/components/ApplicationFormCustom/getInitialFormState.js.map +0 -1
  605. package/mobile/dist/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  606. package/mobile/dist/components/ApplicationFormCustom/getNamesFromInput.js.map +0 -1
  607. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  608. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js.map +0 -1
  609. package/mobile/dist/components/ApplicationFormCustom/getPartnerComments.js.map +0 -1
  610. package/mobile/dist/components/ApplicationFormCustom/getValidation.js.map +0 -1
  611. package/mobile/dist/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -5
  612. package/mobile/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +0 -1
  613. package/mobile/dist/components/ApplicationFormCustom/renderContacts.js.map +0 -1
  614. package/mobile/dist/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -3
  615. package/mobile/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +0 -1
  616. package/mobile/dist/components/ApplicationFormCustom/validators.js.map +0 -1
  617. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  618. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +0 -23
  619. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +0 -1
  620. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  621. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +0 -2
  622. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +0 -1
  623. package/mobile/dist/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  624. package/mobile/dist/components/TabsLayout/TabsLayoutButton.js +0 -24
  625. package/mobile/dist/components/TabsLayout/TabsLayoutButton.js.map +0 -1
  626. package/mobile/dist/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  627. package/mobile/dist/components/TabsLayout/TabsLayoutRedirectSection.js +0 -27
  628. package/mobile/dist/components/TabsLayout/TabsLayoutRedirectSection.js.map +0 -1
  629. package/mobile/dist/components/TabsLayout/alignTabStyle.d.ts +0 -2
  630. package/mobile/dist/components/TabsLayout/alignTabStyle.js +0 -8
  631. package/mobile/dist/components/TabsLayout/alignTabStyle.js.map +0 -1
  632. package/mobile/dist/components/TabsLayout/useScrollToTab.d.ts +0 -2
  633. package/mobile/dist/components/TabsLayout/useScrollToTab.js +0 -17
  634. package/mobile/dist/components/TabsLayout/useScrollToTab.js.map +0 -1
  635. package/mobile/lib/components/ApplicationFormCustom/AcquiringField.js.map +0 -1
  636. package/mobile/lib/components/ApplicationFormCustom/AddressBranchField.js.map +0 -1
  637. package/mobile/lib/components/ApplicationFormCustom/AmountField.js.map +0 -1
  638. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.d.ts +0 -6
  639. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +0 -60
  640. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +0 -1
  641. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.d.ts +0 -99
  642. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.js +0 -3
  643. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustomContent.js.map +0 -1
  644. package/mobile/lib/components/ApplicationFormCustom/CommentField.js.map +0 -1
  645. package/mobile/lib/components/ApplicationFormCustom/CustomFieldProps.d.ts +0 -6
  646. package/mobile/lib/components/ApplicationFormCustom/CustomFieldProps.js.map +0 -1
  647. package/mobile/lib/components/ApplicationFormCustom/FeedbackMethodField.js.map +0 -1
  648. package/mobile/lib/components/ApplicationFormCustom/FeedbackTypeField.js.map +0 -1
  649. package/mobile/lib/components/ApplicationFormCustom/Footnote.js.map +0 -1
  650. package/mobile/lib/components/ApplicationFormCustom/IsClientField.js.map +0 -1
  651. package/mobile/lib/components/ApplicationFormCustom/OnlineCheckoutField.js.map +0 -1
  652. package/mobile/lib/components/ApplicationFormCustom/PartnerCommentsField.js.map +0 -1
  653. package/mobile/lib/components/ApplicationFormCustom/PosTerminalField.js.map +0 -1
  654. package/mobile/lib/components/ApplicationFormCustom/RegionField.js.map +0 -1
  655. package/mobile/lib/components/ApplicationFormCustom/RegionPremiumField.js.map +0 -1
  656. package/mobile/lib/components/ApplicationFormCustom/ServiceDirectionField.js.map +0 -1
  657. package/mobile/lib/components/ApplicationFormCustom/TermField.js.map +0 -1
  658. package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +0 -1
  659. package/mobile/lib/components/ApplicationFormCustom/VedField.js.map +0 -1
  660. package/mobile/lib/components/ApplicationFormCustom/contants.js.map +0 -1
  661. package/mobile/lib/components/ApplicationFormCustom/getField.d.ts +0 -8
  662. package/mobile/lib/components/ApplicationFormCustom/getField.js.map +0 -1
  663. package/mobile/lib/components/ApplicationFormCustom/getFormatData.js.map +0 -1
  664. package/mobile/lib/components/ApplicationFormCustom/getInitialFormState.d.ts +0 -24
  665. package/mobile/lib/components/ApplicationFormCustom/getInitialFormState.js.map +0 -1
  666. package/mobile/lib/components/ApplicationFormCustom/getNamesFromInput.d.ts +0 -2
  667. package/mobile/lib/components/ApplicationFormCustom/getNamesFromInput.js.map +0 -1
  668. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.d.ts +0 -4
  669. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js.map +0 -1
  670. package/mobile/lib/components/ApplicationFormCustom/getPartnerComments.js.map +0 -1
  671. package/mobile/lib/components/ApplicationFormCustom/getValidation.js.map +0 -1
  672. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +0 -5
  673. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +0 -1
  674. package/mobile/lib/components/ApplicationFormCustom/renderContacts.js.map +0 -1
  675. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.d.ts +0 -3
  676. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +0 -1
  677. package/mobile/lib/components/ApplicationFormCustom/validators.js.map +0 -1
  678. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +0 -6
  679. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +0 -21
  680. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +0 -1
  681. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +0 -20
  682. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +0 -2
  683. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +0 -1
  684. package/mobile/lib/components/TabsLayout/TabsLayoutButton.d.ts +0 -10
  685. package/mobile/lib/components/TabsLayout/TabsLayoutButton.js +0 -22
  686. package/mobile/lib/components/TabsLayout/TabsLayoutButton.js.map +0 -1
  687. package/mobile/lib/components/TabsLayout/TabsLayoutRedirectSection.d.ts +0 -6
  688. package/mobile/lib/components/TabsLayout/TabsLayoutRedirectSection.js +0 -25
  689. package/mobile/lib/components/TabsLayout/TabsLayoutRedirectSection.js.map +0 -1
  690. package/mobile/lib/components/TabsLayout/alignTabStyle.d.ts +0 -2
  691. package/mobile/lib/components/TabsLayout/alignTabStyle.js +0 -6
  692. package/mobile/lib/components/TabsLayout/alignTabStyle.js.map +0 -1
  693. package/mobile/lib/components/TabsLayout/useScrollToTab.d.ts +0 -2
  694. package/mobile/lib/components/TabsLayout/useScrollToTab.js +0 -14
  695. package/mobile/lib/components/TabsLayout/useScrollToTab.js.map +0 -1
  696. package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +0 -132
  697. package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustomContent.ts +0 -164
  698. package/mobile/src/components/ApplicationFormCustom/CustomFieldProps.ts +0 -7
  699. package/mobile/src/components/ApplicationFormCustom/getField.tsx +0 -154
  700. package/mobile/src/components/ApplicationFormCustom/getInitialFormState.tsx +0 -70
  701. package/mobile/src/components/ApplicationFormCustom/getNamesFromInput.tsx +0 -4
  702. package/mobile/src/components/ApplicationFormCustom/getObjectValidator.tsx +0 -43
  703. package/mobile/src/components/ApplicationFormCustom/renderAgreementSubmit.tsx +0 -31
  704. package/mobile/src/components/ApplicationFormCustom/renderSubmitButton.tsx +0 -9
  705. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +0 -58
  706. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +0 -19
  707. package/mobile/src/components/TabsLayout/TabsLayoutButton.tsx +0 -63
  708. package/mobile/src/components/TabsLayout/TabsLayoutRedirectSection.tsx +0 -32
  709. package/mobile/src/components/TabsLayout/alignTabStyle.ts +0 -7
  710. package/mobile/src/components/TabsLayout/useScrollToTab.ts +0 -16
  711. package/src/components/ApplicationFormCustom/ApplicationFormCustom.fixture.tsx +0 -625
  712. package/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +0 -132
  713. package/src/components/ApplicationFormCustom/ApplicationFormCustomContent.ts +0 -164
  714. package/src/components/ApplicationFormCustom/CustomFieldProps.ts +0 -7
  715. package/src/components/ApplicationFormCustom/getField.tsx +0 -154
  716. package/src/components/ApplicationFormCustom/getInitialFormState.tsx +0 -70
  717. package/src/components/ApplicationFormCustom/getNamesFromInput.tsx +0 -4
  718. package/src/components/ApplicationFormCustom/getObjectValidator.tsx +0 -43
  719. package/src/components/ApplicationFormCustom/renderAgreementSubmit.tsx +0 -31
  720. package/src/components/ApplicationFormCustom/renderSubmitButton.tsx +0 -9
  721. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.tsx +0 -28
  722. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +0 -58
  723. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +0 -19
  724. package/src/components/TabsLayout/TabsLayoutButton.tsx +0 -63
  725. package/src/components/TabsLayout/TabsLayoutRedirectSection.tsx +0 -32
  726. package/src/components/TabsLayout/alignTabStyle.ts +0 -7
  727. package/src/components/TabsLayout/useScrollToTab.ts +0 -16
  728. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  729. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  730. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  731. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  732. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  733. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  734. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  735. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  736. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  737. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  738. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  739. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  740. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  741. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  742. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  743. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  744. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  745. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  746. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  747. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  748. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  749. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  750. /package/bundle/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  751. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  752. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.js +0 -0
  753. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  754. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.js +0 -0
  755. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  756. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/AmountField.js +0 -0
  757. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  758. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/CommentField.js +0 -0
  759. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/CustomFieldProps.js +0 -0
  760. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  761. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.js +0 -0
  762. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  763. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.js +0 -0
  764. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  765. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/Footnote.js +0 -0
  766. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  767. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.js +0 -0
  768. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  769. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.js +0 -0
  770. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  771. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.js +0 -0
  772. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  773. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.js +0 -0
  774. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  775. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionField.js +0 -0
  776. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  777. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.js +0 -0
  778. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  779. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.js +0 -0
  780. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  781. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/TermField.js +0 -0
  782. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  783. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.js +0 -0
  784. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  785. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/VedField.js +0 -0
  786. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  787. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/contants.js +0 -0
  788. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getField.js +0 -0
  789. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  790. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.js +0 -0
  791. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getInitialFormState.js +0 -0
  792. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getNamesFromInput.js +0 -0
  793. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getObjectValidator.js +0 -0
  794. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  795. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.js +0 -0
  796. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  797. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/getValidation.js +0 -0
  798. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/renderAgreementSubmit.js +0 -0
  799. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  800. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.js +0 -0
  801. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/renderSubmitButton.js +0 -0
  802. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  803. /package/dist/components/{ApplicationFormCustom → ApplicationForm}/validators.js +0 -0
  804. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  805. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.js +0 -0
  806. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  807. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.js +0 -0
  808. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  809. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/AmountField.js +0 -0
  810. /package/lib/components/{ApplicationFormCustom/ApplicationFormCustom.fixture.d.ts → ApplicationForm/ApplicationForm.fixture.d.ts} +0 -0
  811. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  812. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/CommentField.js +0 -0
  813. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/CustomFieldProps.js +0 -0
  814. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  815. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.js +0 -0
  816. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  817. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.js +0 -0
  818. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  819. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/Footnote.js +0 -0
  820. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  821. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.js +0 -0
  822. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  823. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.js +0 -0
  824. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  825. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.js +0 -0
  826. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  827. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.js +0 -0
  828. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  829. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionField.js +0 -0
  830. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  831. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.js +0 -0
  832. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  833. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.js +0 -0
  834. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  835. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/TermField.js +0 -0
  836. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  837. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.js +0 -0
  838. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  839. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/VedField.js +0 -0
  840. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  841. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/contants.js +0 -0
  842. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getField.js +0 -0
  843. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  844. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.js +0 -0
  845. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getInitialFormState.js +0 -0
  846. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getNamesFromInput.js +0 -0
  847. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getObjectValidator.js +0 -0
  848. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  849. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.js +0 -0
  850. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  851. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/getValidation.js +0 -0
  852. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/renderAgreementSubmit.js +0 -0
  853. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  854. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.js +0 -0
  855. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/renderSubmitButton.js +0 -0
  856. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  857. /package/lib/components/{ApplicationFormCustom → ApplicationForm}/validators.js +0 -0
  858. /package/lib/components/{ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.d.ts → GrantSupport/GrantSupport.fixture.d.ts} +0 -0
  859. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  860. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  861. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  862. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  863. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  864. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  865. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  866. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  867. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  868. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  869. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  870. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  871. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  872. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  873. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  874. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  875. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  876. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  877. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  878. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  879. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  880. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  881. /package/mobile/bundle/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  882. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  883. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.js +0 -0
  884. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  885. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.js +0 -0
  886. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  887. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/AmountField.js +0 -0
  888. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  889. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/CommentField.js +0 -0
  890. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/CustomFieldProps.js +0 -0
  891. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  892. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.js +0 -0
  893. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  894. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.js +0 -0
  895. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  896. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/Footnote.js +0 -0
  897. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  898. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.js +0 -0
  899. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  900. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.js +0 -0
  901. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  902. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.js +0 -0
  903. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  904. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.js +0 -0
  905. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  906. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionField.js +0 -0
  907. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  908. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.js +0 -0
  909. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  910. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.js +0 -0
  911. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  912. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/TermField.js +0 -0
  913. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  914. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.js +0 -0
  915. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  916. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/VedField.js +0 -0
  917. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  918. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/contants.js +0 -0
  919. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getField.js +0 -0
  920. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  921. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.js +0 -0
  922. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getInitialFormState.js +0 -0
  923. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getNamesFromInput.js +0 -0
  924. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getObjectValidator.js +0 -0
  925. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  926. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.js +0 -0
  927. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  928. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/getValidation.js +0 -0
  929. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/renderAgreementSubmit.js +0 -0
  930. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  931. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.js +0 -0
  932. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/renderSubmitButton.js +0 -0
  933. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  934. /package/mobile/dist/components/{ApplicationFormCustom → ApplicationForm}/validators.js +0 -0
  935. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.d.ts +0 -0
  936. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.js +0 -0
  937. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.d.ts +0 -0
  938. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.js +0 -0
  939. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AmountField.d.ts +0 -0
  940. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/AmountField.js +0 -0
  941. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/CommentField.d.ts +0 -0
  942. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/CommentField.js +0 -0
  943. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/CustomFieldProps.js +0 -0
  944. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.d.ts +0 -0
  945. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.js +0 -0
  946. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.d.ts +0 -0
  947. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.js +0 -0
  948. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/Footnote.d.ts +0 -0
  949. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/Footnote.js +0 -0
  950. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.d.ts +0 -0
  951. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.js +0 -0
  952. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.d.ts +0 -0
  953. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.js +0 -0
  954. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.d.ts +0 -0
  955. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.js +0 -0
  956. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.d.ts +0 -0
  957. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.js +0 -0
  958. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionField.d.ts +0 -0
  959. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionField.js +0 -0
  960. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.d.ts +0 -0
  961. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.js +0 -0
  962. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.d.ts +0 -0
  963. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.js +0 -0
  964. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/TermField.d.ts +0 -0
  965. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/TermField.js +0 -0
  966. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.d.ts +0 -0
  967. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.js +0 -0
  968. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/VedField.d.ts +0 -0
  969. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/VedField.js +0 -0
  970. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/contants.d.ts +0 -0
  971. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/contants.js +0 -0
  972. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getField.js +0 -0
  973. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.d.ts +0 -0
  974. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.js +0 -0
  975. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getInitialFormState.js +0 -0
  976. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getNamesFromInput.js +0 -0
  977. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getObjectValidator.js +0 -0
  978. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.d.ts +0 -0
  979. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.js +0 -0
  980. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getValidation.d.ts +0 -0
  981. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/getValidation.js +0 -0
  982. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/renderAgreementSubmit.js +0 -0
  983. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.d.ts +0 -0
  984. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.js +0 -0
  985. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/renderSubmitButton.js +0 -0
  986. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/validators.d.ts +0 -0
  987. /package/mobile/lib/components/{ApplicationFormCustom → ApplicationForm}/validators.js +0 -0
  988. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.tsx +0 -0
  989. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.tsx +0 -0
  990. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/AmountField.tsx +0 -0
  991. /package/mobile/src/components/{ApplicationFormCustom/ApplicationFormCustom.example.json → ApplicationForm/ApplicationForm.example.json} +0 -0
  992. /package/mobile/src/components/{ApplicationFormCustom/ApplicationFormCustom.ui.json → ApplicationForm/ApplicationForm.ui.json} +0 -0
  993. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/CommentField.tsx +0 -0
  994. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.tsx +0 -0
  995. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.tsx +0 -0
  996. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/Footnote.tsx +0 -0
  997. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.tsx +0 -0
  998. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.tsx +0 -0
  999. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.tsx +0 -0
  1000. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.tsx +0 -0
  1001. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/RegionField.tsx +0 -0
  1002. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.tsx +0 -0
  1003. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.tsx +0 -0
  1004. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/TermField.tsx +0 -0
  1005. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.tsx +0 -0
  1006. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/VedField.tsx +0 -0
  1007. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/contants.tsx +0 -0
  1008. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.tsx +0 -0
  1009. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.tsx +0 -0
  1010. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/getValidation.tsx +0 -0
  1011. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.tsx +0 -0
  1012. /package/mobile/src/components/{ApplicationFormCustom → ApplicationForm}/validators.ts +0 -0
  1013. /package/mobile/src/components/{ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json → GrantSupport/GrantSupport.example.json} +0 -0
  1014. /package/mobile/src/components/{ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json → GrantSupport/GrantSupport.ui.json} +0 -0
  1015. /package/src/components/{ApplicationFormCustom → ApplicationForm}/AcquiringField.tsx +0 -0
  1016. /package/src/components/{ApplicationFormCustom → ApplicationForm}/AddressBranchField.tsx +0 -0
  1017. /package/src/components/{ApplicationFormCustom → ApplicationForm}/AmountField.tsx +0 -0
  1018. /package/src/components/{ApplicationFormCustom/ApplicationFormCustom.example.json → ApplicationForm/ApplicationForm.example.json} +0 -0
  1019. /package/src/components/{ApplicationFormCustom/ApplicationFormCustom.ui.json → ApplicationForm/ApplicationForm.ui.json} +0 -0
  1020. /package/src/components/{ApplicationFormCustom → ApplicationForm}/CommentField.tsx +0 -0
  1021. /package/src/components/{ApplicationFormCustom → ApplicationForm}/FeedbackMethodField.tsx +0 -0
  1022. /package/src/components/{ApplicationFormCustom → ApplicationForm}/FeedbackTypeField.tsx +0 -0
  1023. /package/src/components/{ApplicationFormCustom → ApplicationForm}/Footnote.tsx +0 -0
  1024. /package/src/components/{ApplicationFormCustom → ApplicationForm}/IsClientField.tsx +0 -0
  1025. /package/src/components/{ApplicationFormCustom → ApplicationForm}/OnlineCheckoutField.tsx +0 -0
  1026. /package/src/components/{ApplicationFormCustom → ApplicationForm}/PartnerCommentsField.tsx +0 -0
  1027. /package/src/components/{ApplicationFormCustom → ApplicationForm}/PosTerminalField.tsx +0 -0
  1028. /package/src/components/{ApplicationFormCustom → ApplicationForm}/RegionField.tsx +0 -0
  1029. /package/src/components/{ApplicationFormCustom → ApplicationForm}/RegionPremiumField.tsx +0 -0
  1030. /package/src/components/{ApplicationFormCustom → ApplicationForm}/ServiceDirectionField.tsx +0 -0
  1031. /package/src/components/{ApplicationFormCustom → ApplicationForm}/TermField.tsx +0 -0
  1032. /package/src/components/{ApplicationFormCustom → ApplicationForm}/UltraPremiumField.tsx +0 -0
  1033. /package/src/components/{ApplicationFormCustom → ApplicationForm}/VedField.tsx +0 -0
  1034. /package/src/components/{ApplicationFormCustom → ApplicationForm}/contants.tsx +0 -0
  1035. /package/src/components/{ApplicationFormCustom → ApplicationForm}/getFormatData.tsx +0 -0
  1036. /package/src/components/{ApplicationFormCustom → ApplicationForm}/getPartnerComments.tsx +0 -0
  1037. /package/src/components/{ApplicationFormCustom → ApplicationForm}/getValidation.tsx +0 -0
  1038. /package/src/components/{ApplicationFormCustom → ApplicationForm}/renderContacts.tsx +0 -0
  1039. /package/src/components/{ApplicationFormCustom → ApplicationForm}/validators.ts +0 -0
  1040. /package/src/components/{ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json → GrantSupport/GrantSupport.example.json} +0 -0
  1041. /package/src/components/{ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json → GrantSupport/GrantSupport.ui.json} +0 -0
@@ -0,0 +1,21 @@
1
+ import { renameProp, traversePageBlocks } from '../utils.js';
2
+
3
+ export const description = 'v0.14.257';
4
+
5
+ export default traversePageBlocks(adjustTabs);
6
+
7
+ function adjustTabs(block) {
8
+ const content = block?.content;
9
+ if (content && block.type === 'TabsLayout' && content?.tabs && content?.tabs?.length > 0) {
10
+ if (!content.tabsType) {
11
+ content.tabsType = 'animated';
12
+ }
13
+ content.tabs = content.tabs.map((tab) => {
14
+ if (!tab.type) {
15
+ tab.type = 'link';
16
+ }
17
+
18
+ return renameProp(tab, 'title', 'text');
19
+ });
20
+ }
21
+ }
@@ -0,0 +1,37 @@
1
+ import { clearImage, deleteEmptyProps, deleteProp, traversePageBlocks } from '../utils.js';
2
+
3
+ export const description = 'v0.14.295';
4
+
5
+ export default traversePageBlocks(
6
+ adjustApplicationFormCustom,
7
+ adjustApplicationFormGrantSupport,
8
+ adjustClearBlock,
9
+ );
10
+
11
+ function adjustApplicationFormGrantSupport(block) {
12
+ if (block.type === 'ApplicationFormGrantSupport') {
13
+ block.type = 'GrantSupport';
14
+ }
15
+ }
16
+
17
+ function adjustApplicationFormCustom(block) {
18
+ if (block.type === 'ApplicationFormCustom') {
19
+ block.type = 'ApplicationForm';
20
+ }
21
+ }
22
+
23
+ function adjustClearBlock(block) {
24
+ const content = block?.content;
25
+ if (!content) {
26
+ return;
27
+ }
28
+ block.content = deleteEmptyProps(content);
29
+ block.content = clearImage(content);
30
+
31
+ if (content?.__html === '<p><br></p>') {
32
+ deleteProp(content, '__html');
33
+ }
34
+ if (block?.content && !('items' in content)) {
35
+ deleteProp(content, 'isDotted');
36
+ }
37
+ }