@redneckz/wildless-cms-uni-blocks 0.14.257 → 0.14.259

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 (379) hide show
  1. package/bin/migration-scripts/0.14.259.js +32 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +41 -44
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  6. package/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  7. package/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  8. package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
  9. package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  10. package/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  11. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  12. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  13. package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  14. package/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
  15. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  16. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  17. package/bundle/data/FooterData.d.ts +2 -4
  18. package/bundle/model/HeadlineType.d.ts +4 -0
  19. package/bundle/model/LinkProps.d.ts +2 -3
  20. package/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  21. package/bundle/ui-kit/List/ListItem.d.ts +3 -3
  22. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  23. package/bundle/ui-kit/Select/Option.d.ts +3 -3
  24. package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  25. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  26. package/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  27. package/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  28. package/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  29. package/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  30. package/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
  31. package/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  32. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  33. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  34. package/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
  35. package/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
  36. package/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  37. package/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  38. package/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  39. package/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  40. package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  41. package/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  42. package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  43. package/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  44. package/dist/components/ApplicationFormCustom/validators.js.map +1 -0
  45. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  46. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
  47. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  48. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  49. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  50. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  51. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  52. package/dist/components/Blocks.js +2 -0
  53. package/dist/components/Blocks.js.map +1 -1
  54. package/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
  55. package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  56. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  57. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  58. package/dist/components/StickyBottomMenu/ActiveSubMenuItem.js +1 -1
  59. package/dist/components/StickyBottomMenu/ActiveSubMenuItem.js.map +1 -1
  60. package/dist/components/StickyBottomMenu/BurgerMenuDialog.js +8 -3
  61. package/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  62. package/dist/data/FooterData.d.ts +2 -4
  63. package/dist/model/HeadlineType.d.ts +4 -0
  64. package/dist/model/LinkProps.d.ts +2 -3
  65. package/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  66. package/dist/ui-kit/List/ListItem.d.ts +3 -3
  67. package/dist/ui-kit/List/ListItem.js.map +1 -1
  68. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  69. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  70. package/dist/ui-kit/Select/Option.d.ts +3 -3
  71. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  72. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  73. package/lib/common.css +1 -1
  74. package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +0 -1
  75. package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +0 -1
  76. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  77. package/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  78. package/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  79. package/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  80. package/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  81. package/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
  82. package/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  83. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  84. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  85. package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
  86. package/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
  87. package/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  88. package/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  89. package/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  90. package/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  91. package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  92. package/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  93. package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  94. package/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  95. package/lib/components/ApplicationFormCustom/validators.js.map +1 -0
  96. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  97. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.d.ts +5 -0
  98. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
  99. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  100. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  101. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  102. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  103. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  104. package/lib/components/Blocks.js +2 -0
  105. package/lib/components/Blocks.js.map +1 -1
  106. package/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
  107. package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  108. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  109. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  110. package/lib/components/StickyBottomMenu/ActiveSubMenuItem.js +1 -1
  111. package/lib/components/StickyBottomMenu/ActiveSubMenuItem.js.map +1 -1
  112. package/lib/components/StickyBottomMenu/BurgerMenuDialog.js +8 -3
  113. package/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  114. package/lib/data/FooterData.d.ts +2 -4
  115. package/lib/model/HeadlineType.d.ts +4 -0
  116. package/lib/model/LinkProps.d.ts +2 -3
  117. package/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  118. package/lib/ui-kit/List/ListItem.d.ts +3 -3
  119. package/lib/ui-kit/List/ListItem.js.map +1 -1
  120. package/lib/ui-kit/LocationDialog/renderForeignOffices.d.ts +0 -1
  121. package/lib/ui-kit/LocationDialog/renderRegion.d.ts +0 -1
  122. package/lib/ui-kit/LocationDialog/renderRegionGroup.d.ts +0 -1
  123. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  124. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  125. package/lib/ui-kit/Select/Option.d.ts +3 -3
  126. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  127. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  128. package/mobile/bundle/bundle.umd.js +158 -48
  129. package/mobile/bundle/bundle.umd.min.js +1 -1
  130. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  131. package/mobile/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  132. package/mobile/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  133. package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
  134. package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  135. package/{dist/components/ApplicationForm → mobile/bundle/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  136. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  137. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  138. package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  139. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
  140. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  141. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  142. package/mobile/bundle/data/FooterData.d.ts +2 -4
  143. package/mobile/bundle/model/HeadlineType.d.ts +4 -0
  144. package/mobile/bundle/model/LinkProps.d.ts +2 -3
  145. package/mobile/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  146. package/mobile/bundle/ui-kit/List/ListItem.d.ts +3 -3
  147. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  148. package/mobile/bundle/ui-kit/Select/Option.d.ts +3 -3
  149. package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  150. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  151. package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  152. package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  153. package/mobile/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  154. package/mobile/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  155. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
  156. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  157. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  158. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  159. package/mobile/dist/components/ApplicationFormCustom/Footnote.d.ts +7 -0
  160. package/mobile/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
  161. package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  162. package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  163. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  164. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  165. package/{bundle/components/ApplicationForm → mobile/dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  166. package/mobile/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  167. package/mobile/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  168. package/mobile/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  169. package/mobile/dist/components/ApplicationFormCustom/validators.js.map +1 -0
  170. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  171. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
  172. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  173. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  174. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  175. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  176. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  177. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
  178. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  179. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  180. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  181. package/mobile/dist/components/StickyBottomMenu/ActiveSubMenuItem.js +1 -1
  182. package/mobile/dist/components/StickyBottomMenu/ActiveSubMenuItem.js.map +1 -1
  183. package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js +8 -3
  184. package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  185. package/mobile/dist/data/FooterData.d.ts +2 -4
  186. package/mobile/dist/model/HeadlineType.d.ts +4 -0
  187. package/mobile/dist/model/LinkProps.d.ts +2 -3
  188. package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  189. package/mobile/dist/ui-kit/List/ListItem.d.ts +3 -3
  190. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  191. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  192. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  193. package/mobile/dist/ui-kit/Select/Option.d.ts +3 -3
  194. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  195. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  196. package/mobile/lib/common.css +1 -1
  197. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  198. package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  199. package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  200. package/mobile/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  201. package/mobile/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  202. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
  203. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  204. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  205. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  206. package/mobile/lib/components/ApplicationFormCustom/Footnote.d.ts +7 -0
  207. package/mobile/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
  208. package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  209. package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  210. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  211. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  212. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +5 -0
  213. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  214. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.d.ts +3 -0
  215. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  216. package/mobile/lib/components/ApplicationFormCustom/validators.js.map +1 -0
  217. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  218. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
  219. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  220. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  221. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  222. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  223. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  224. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
  225. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  226. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  227. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  228. package/mobile/lib/components/StickyBottomMenu/ActiveSubMenuItem.js +1 -1
  229. package/mobile/lib/components/StickyBottomMenu/ActiveSubMenuItem.js.map +1 -1
  230. package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js +8 -3
  231. package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  232. package/mobile/lib/data/FooterData.d.ts +2 -4
  233. package/mobile/lib/model/HeadlineType.d.ts +4 -0
  234. package/mobile/lib/model/LinkProps.d.ts +2 -3
  235. package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  236. package/mobile/lib/ui-kit/List/ListItem.d.ts +3 -3
  237. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  238. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  239. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  240. package/mobile/lib/ui-kit/Select/Option.d.ts +3 -3
  241. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  242. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  243. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
  244. package/mobile/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
  245. package/mobile/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
  246. package/mobile/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
  247. package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
  248. package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
  249. package/mobile/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
  250. package/mobile/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
  251. package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
  252. package/{src/components/ApplicationForm → mobile/src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
  253. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
  254. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
  255. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
  256. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
  257. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
  258. package/mobile/src/components/Carousel/renderCardHighlight.tsx +3 -3
  259. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
  260. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +7 -5
  261. package/mobile/src/components/StickyBottomMenu/ActiveSubMenuItem.tsx +1 -1
  262. package/mobile/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +33 -3
  263. package/mobile/src/data/FooterData.ts +5 -6
  264. package/mobile/src/model/HeadlineType.ts +5 -0
  265. package/mobile/src/model/LinkProps.ts +3 -4
  266. package/mobile/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
  267. package/mobile/src/ui-kit/List/ListItem.tsx +3 -3
  268. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
  269. package/mobile/src/ui-kit/Select/Option.ts +4 -3
  270. package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
  271. package/package.json +1 -1
  272. package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +11 -32
  273. package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +11 -32
  274. package/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
  275. package/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
  276. package/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
  277. package/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
  278. package/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
  279. package/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
  280. package/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
  281. package/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
  282. package/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
  283. package/{mobile/src/components/ApplicationForm → src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
  284. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
  285. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.tsx +20 -0
  286. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
  287. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
  288. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
  289. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
  290. package/src/components/Blocks.ts +2 -0
  291. package/src/components/Carousel/renderCardHighlight.tsx +3 -3
  292. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
  293. package/src/components/LinkDocs/LinkDocsContent.ts +7 -5
  294. package/src/components/StickyBottomMenu/ActiveSubMenuItem.tsx +1 -1
  295. package/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +33 -3
  296. package/src/data/FooterData.ts +5 -6
  297. package/src/model/HeadlineType.ts +5 -0
  298. package/src/model/LinkProps.ts +3 -4
  299. package/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
  300. package/src/ui-kit/List/ListItem.tsx +3 -3
  301. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
  302. package/src/ui-kit/Select/Option.ts +4 -3
  303. package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
  304. package/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  305. package/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
  306. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  307. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
  308. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  309. package/dist/components/ApplicationForm/Footnote.js.map +0 -1
  310. package/dist/components/ApplicationForm/formStyle.d.ts +0 -2
  311. package/dist/components/ApplicationForm/formStyle.js +0 -5
  312. package/dist/components/ApplicationForm/formStyle.js.map +0 -1
  313. package/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  314. package/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  315. package/dist/components/ApplicationForm/validators.js.map +0 -1
  316. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  317. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
  318. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  319. package/lib/components/ApplicationForm/Footnote.js.map +0 -1
  320. package/lib/components/ApplicationForm/formStyle.d.ts +0 -2
  321. package/lib/components/ApplicationForm/formStyle.js +0 -3
  322. package/lib/components/ApplicationForm/formStyle.js.map +0 -1
  323. package/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  324. package/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  325. package/lib/components/ApplicationForm/validators.js.map +0 -1
  326. package/mobile/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  327. package/mobile/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
  328. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  329. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
  330. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  331. package/mobile/dist/components/ApplicationForm/Footnote.d.ts +0 -7
  332. package/mobile/dist/components/ApplicationForm/Footnote.js.map +0 -1
  333. package/mobile/dist/components/ApplicationForm/formStyle.d.ts +0 -2
  334. package/mobile/dist/components/ApplicationForm/formStyle.js +0 -5
  335. package/mobile/dist/components/ApplicationForm/formStyle.js.map +0 -1
  336. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  337. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  338. package/mobile/dist/components/ApplicationForm/validators.js.map +0 -1
  339. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  340. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
  341. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  342. package/mobile/lib/components/ApplicationForm/Footnote.d.ts +0 -7
  343. package/mobile/lib/components/ApplicationForm/Footnote.js.map +0 -1
  344. package/mobile/lib/components/ApplicationForm/formStyle.d.ts +0 -2
  345. package/mobile/lib/components/ApplicationForm/formStyle.js +0 -3
  346. package/mobile/lib/components/ApplicationForm/formStyle.js.map +0 -1
  347. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +0 -5
  348. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  349. package/mobile/lib/components/ApplicationForm/renderSubmitButton.d.ts +0 -3
  350. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  351. package/mobile/lib/components/ApplicationForm/validators.js.map +0 -1
  352. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
  353. package/mobile/src/components/ApplicationForm/formStyle.ts +0 -3
  354. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
  355. package/src/components/ApplicationForm/formStyle.ts +0 -3
  356. /package/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  357. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  358. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  359. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  360. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  361. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  362. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  363. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  364. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  365. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  366. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  367. /package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  368. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  369. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  370. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  371. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  372. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  373. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  374. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  375. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  376. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  377. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  378. /package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
  379. /package/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
@@ -0,0 +1,32 @@
1
+ import { deleteProp, traversePageBlocks } from '../utils.js';
2
+
3
+ export const description = 'v0.14.259';
4
+
5
+ export default traversePageBlocks(adjustApplicationFormGrantSupport);
6
+
7
+ function adjustApplicationFormGrantSupport(block) {
8
+ const content = block?.content;
9
+ const formBlock = content?.formBlock;
10
+
11
+ if (
12
+ !content ||
13
+ block.type !== 'ApplicationForm' ||
14
+ formBlock?.formType !== 'ApplicationFormGrantSupport'
15
+ ) {
16
+ return;
17
+ }
18
+
19
+ content.button = formBlock?.button || {
20
+ version: 'primary',
21
+ text: 'Перейти',
22
+ };
23
+ if (formBlock?.title) {
24
+ content.title = formBlock?.title;
25
+ }
26
+ if (formBlock?.regionSource) {
27
+ content.regionSource = formBlock?.regionSource;
28
+ }
29
+ block.type = 'ApplicationFormGrantSupport';
30
+ deleteProp(content, 'formBlock');
31
+ deleteProp(content, 'version');
32
+ }