@redneckz/wildless-cms-uni-blocks 0.14.839 → 0.14.840

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 (1211) hide show
  1. package/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +24 -32
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  6. package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  7. package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  8. package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  9. package/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  10. package/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  11. package/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  12. package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  13. package/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  14. package/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  15. package/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  16. package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  17. package/bundle/components/ExchangeRateTile/renderInput.d.ts +3 -4
  18. package/bundle/components/Footer/Contacts.d.ts +2 -2
  19. package/bundle/components/Footer/FooterLink.d.ts +2 -2
  20. package/bundle/components/Footer/LinkList.d.ts +2 -2
  21. package/bundle/components/Footer/SocialMedia.d.ts +2 -2
  22. package/bundle/components/Header/DropdownMenu.d.ts +2 -2
  23. package/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  24. package/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  25. package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  26. package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  27. package/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  28. package/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  29. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  30. package/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  31. package/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  32. package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  33. package/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  34. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  35. package/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  36. package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  37. package/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  38. package/bundle/data/CommonData.d.ts +2 -2
  39. package/bundle/hooks/useForm/useForm.d.ts +1 -1
  40. package/bundle/model/CommonInputProps.d.ts +7 -0
  41. package/bundle/model/ComponentType.d.ts +4 -0
  42. package/bundle/model/DefaultControlType.d.ts +5 -5
  43. package/bundle/model/DisabledProps.d.ts +3 -0
  44. package/bundle/model/Picture.d.ts +2 -2
  45. package/bundle/model/PlaceholderProps.d.ts +3 -0
  46. package/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  47. package/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  48. package/bundle/retail/model/RetailFormContent.d.ts +2 -2
  49. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  50. package/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  51. package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  52. package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  53. package/bundle/ui-kit/Button/Button.d.ts +3 -3
  54. package/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  55. package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  56. package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  57. package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  58. package/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  59. package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  60. package/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  61. package/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  62. package/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  63. package/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  64. package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  65. package/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  66. package/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  67. package/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  68. package/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  69. package/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  70. package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  71. package/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  72. package/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  73. package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  74. package/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  75. package/bundle/ui-kit/Link/Link.d.ts +2 -2
  76. package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  77. package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  78. package/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  79. package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  80. package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  81. package/bundle/ui-kit/ListControlProps.d.ts +1 -1
  82. package/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  83. package/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  84. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  85. package/bundle/ui-kit/SVG.d.ts +2 -2
  86. package/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  87. package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  88. package/bundle/ui-kit/Select/Select.d.ts +1 -2
  89. package/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  90. package/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  91. package/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  92. package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  93. package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  94. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  95. package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  96. package/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  97. package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  98. package/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  99. package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  100. package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  101. package/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  102. package/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  103. package/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  104. package/dist/UniBlock/UniBlockProps.d.ts +2 -2
  105. package/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  106. package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  107. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  108. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  109. package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  110. package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  111. package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  112. package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  113. package/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  114. package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  115. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  116. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  117. package/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  118. package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  119. package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  120. package/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
  121. package/dist/components/ContentPage/ContentPage.d.ts +2 -2
  122. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  123. package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  124. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  125. package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  126. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  127. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  128. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  129. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  130. package/dist/components/ExchangeRateTile/renderInput.d.ts +3 -4
  131. package/dist/components/ExchangeRateTile/renderInput.js +2 -2
  132. package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  133. package/dist/components/Footer/Contacts.d.ts +2 -2
  134. package/dist/components/Footer/Contacts.js.map +1 -1
  135. package/dist/components/Footer/FooterLink.d.ts +2 -2
  136. package/dist/components/Footer/LinkList.d.ts +2 -2
  137. package/dist/components/Footer/LinkList.js.map +1 -1
  138. package/dist/components/Footer/SocialMedia.d.ts +2 -2
  139. package/dist/components/Footer/SocialMedia.js.map +1 -1
  140. package/dist/components/Header/DropdownMenu.d.ts +2 -2
  141. package/dist/components/Header/DropdownMenu.js.map +1 -1
  142. package/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  143. package/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  144. package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  145. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  146. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  147. package/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  148. package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  149. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  150. package/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  151. package/dist/components/Header/HeaderTopMenu.js.map +1 -1
  152. package/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  153. package/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  154. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  155. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  156. package/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  157. package/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  158. package/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  159. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  160. package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  161. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  162. package/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  163. package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  164. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  165. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  166. package/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  167. package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  168. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  169. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  170. package/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  171. package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  172. package/dist/data/CommonData.d.ts +2 -2
  173. package/dist/hooks/useForm/useForm.d.ts +1 -1
  174. package/dist/model/CommonInputProps.d.ts +7 -0
  175. package/dist/{ui-kit/ControlStateProps.js → model/CommonInputProps.js} +1 -1
  176. package/dist/model/CommonInputProps.js.map +1 -0
  177. package/dist/model/ComponentType.d.ts +4 -0
  178. package/{mobile/dist/ui-kit/ControlStateProps.js → dist/model/ComponentType.js} +1 -1
  179. package/dist/model/ComponentType.js.map +1 -0
  180. package/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  181. package/dist/model/DefaultControlType.d.ts +5 -5
  182. package/dist/model/DisabledProps.d.ts +3 -0
  183. package/dist/model/DisabledProps.js +2 -0
  184. package/dist/model/DisabledProps.js.map +1 -0
  185. package/dist/model/Picture.d.ts +2 -2
  186. package/dist/model/PlaceholderProps.d.ts +3 -0
  187. package/dist/model/PlaceholderProps.js +2 -0
  188. package/dist/model/PlaceholderProps.js.map +1 -0
  189. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  190. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  191. package/dist/retail/components/Fields/SelectField.d.ts +4 -4
  192. package/dist/retail/components/Fields/SelectField.js.map +1 -1
  193. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  194. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  195. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  196. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  197. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  198. package/dist/retail/model/RetailFormContent.d.ts +2 -2
  199. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  200. package/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  201. package/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  202. package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  203. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  204. package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  205. package/dist/ui-kit/Button/Button.d.ts +3 -3
  206. package/dist/ui-kit/Button/Button.js.map +1 -1
  207. package/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  208. package/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  209. package/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  210. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  211. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  212. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  213. package/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  214. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  215. package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  216. package/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  217. package/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  218. package/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  219. package/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  220. package/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  221. package/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  222. package/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  223. package/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  224. package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  225. package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  226. package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  227. package/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  228. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  229. package/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  230. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  231. package/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  232. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  233. package/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  234. package/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  235. package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  236. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  237. package/dist/ui-kit/Input/InputControl.js +3 -19
  238. package/dist/ui-kit/Input/InputControl.js.map +1 -1
  239. package/dist/ui-kit/Input/InputProps.d.ts +4 -2
  240. package/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  241. package/dist/ui-kit/Input/InputWrapper.js +25 -0
  242. package/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  243. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  244. package/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  245. package/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  246. package/dist/ui-kit/Link/Link.d.ts +2 -2
  247. package/dist/ui-kit/Link/Link.js.map +1 -1
  248. package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  249. package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  250. package/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  251. package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  252. package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  253. package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  254. package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  255. package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  256. package/dist/ui-kit/ListControlProps.d.ts +1 -1
  257. package/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  258. package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  259. package/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  260. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  261. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  262. package/dist/ui-kit/SVG.d.ts +2 -2
  263. package/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  264. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  265. package/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  266. package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  267. package/dist/ui-kit/Select/Select.d.ts +1 -2
  268. package/dist/ui-kit/Select/Select.js.map +1 -1
  269. package/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  270. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  271. package/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  272. package/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  273. package/dist/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  274. package/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  275. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  276. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  277. package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  278. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  279. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  280. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  281. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  282. package/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  283. package/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  284. package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  285. package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  286. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  287. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  288. package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  289. package/dist/ui-kit/Tags/Tags.d.ts +2 -2
  290. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  291. package/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  292. package/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  293. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  294. package/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  295. package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  296. package/lib/UniBlock/UniBlockProps.d.ts +2 -2
  297. package/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  298. package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  299. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  300. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  301. package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  302. package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  303. package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  304. package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  305. package/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  306. package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  307. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  308. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  309. package/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  310. package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  311. package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  312. package/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
  313. package/lib/components/ContentPage/ContentPage.d.ts +2 -2
  314. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  315. package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  316. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  317. package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  318. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  319. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  320. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  321. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  322. package/lib/components/ExchangeRateTile/renderInput.d.ts +3 -4
  323. package/lib/components/ExchangeRateTile/renderInput.js +2 -2
  324. package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  325. package/lib/components/Footer/Contacts.d.ts +2 -2
  326. package/lib/components/Footer/Contacts.js.map +1 -1
  327. package/lib/components/Footer/FooterLink.d.ts +2 -2
  328. package/lib/components/Footer/LinkList.d.ts +2 -2
  329. package/lib/components/Footer/LinkList.js.map +1 -1
  330. package/lib/components/Footer/SocialMedia.d.ts +2 -2
  331. package/lib/components/Footer/SocialMedia.js.map +1 -1
  332. package/lib/components/Header/DropdownMenu.d.ts +2 -2
  333. package/lib/components/Header/DropdownMenu.js.map +1 -1
  334. package/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  335. package/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  336. package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  337. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  338. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  339. package/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  340. package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  341. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  342. package/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  343. package/lib/components/Header/HeaderTopMenu.js.map +1 -1
  344. package/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  345. package/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  346. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  347. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  348. package/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  349. package/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  350. package/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  351. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  352. package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  353. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  354. package/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  355. package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  356. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  357. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  358. package/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  359. package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  360. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  361. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  362. package/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  363. package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  364. package/lib/data/CommonData.d.ts +2 -2
  365. package/lib/hooks/useForm/useForm.d.ts +1 -1
  366. package/lib/model/CommonInputProps.d.ts +7 -0
  367. package/lib/model/CommonInputProps.js +2 -0
  368. package/lib/model/CommonInputProps.js.map +1 -0
  369. package/lib/model/ComponentType.d.ts +4 -0
  370. package/lib/model/ComponentType.js +2 -0
  371. package/lib/model/ComponentType.js.map +1 -0
  372. package/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  373. package/lib/model/DefaultControlType.d.ts +5 -5
  374. package/lib/model/DisabledProps.d.ts +3 -0
  375. package/lib/model/DisabledProps.js +2 -0
  376. package/lib/model/DisabledProps.js.map +1 -0
  377. package/lib/model/Picture.d.ts +2 -2
  378. package/lib/model/PlaceholderProps.d.ts +3 -0
  379. package/lib/model/PlaceholderProps.js +2 -0
  380. package/lib/model/PlaceholderProps.js.map +1 -0
  381. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  382. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  383. package/lib/retail/components/Fields/SelectField.d.ts +4 -4
  384. package/lib/retail/components/Fields/SelectField.js.map +1 -1
  385. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  386. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  387. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  388. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  389. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  390. package/lib/retail/model/RetailFormContent.d.ts +2 -2
  391. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  392. package/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  393. package/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  394. package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  395. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  396. package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  397. package/lib/ui-kit/Button/Button.d.ts +3 -3
  398. package/lib/ui-kit/Button/Button.js.map +1 -1
  399. package/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  400. package/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  401. package/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  402. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  403. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  404. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  405. package/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  406. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  407. package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  408. package/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  409. package/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  410. package/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  411. package/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  412. package/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  413. package/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  414. package/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  415. package/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  416. package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  417. package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  418. package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  419. package/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  420. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  421. package/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  422. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  423. package/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  424. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  425. package/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  426. package/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  427. package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  428. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  429. package/lib/ui-kit/Input/InputControl.js +4 -20
  430. package/lib/ui-kit/Input/InputControl.js.map +1 -1
  431. package/lib/ui-kit/Input/InputProps.d.ts +4 -2
  432. package/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  433. package/lib/ui-kit/Input/InputWrapper.js +23 -0
  434. package/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  435. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  436. package/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  437. package/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  438. package/lib/ui-kit/Link/Link.d.ts +2 -2
  439. package/lib/ui-kit/Link/Link.js.map +1 -1
  440. package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  441. package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  442. package/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  443. package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  444. package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  445. package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  446. package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  447. package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  448. package/lib/ui-kit/ListControlProps.d.ts +1 -1
  449. package/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  450. package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  451. package/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  452. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  453. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  454. package/lib/ui-kit/SVG.d.ts +2 -2
  455. package/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  456. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  457. package/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  458. package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  459. package/lib/ui-kit/Select/Select.d.ts +1 -2
  460. package/lib/ui-kit/Select/Select.js.map +1 -1
  461. package/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  462. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  463. package/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  464. package/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  465. package/lib/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  466. package/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  467. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  468. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  469. package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  470. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  471. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  472. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  473. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  474. package/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  475. package/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  476. package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  477. package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  478. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  479. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  480. package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  481. package/lib/ui-kit/Tags/Tags.d.ts +2 -2
  482. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  483. package/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  484. package/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  485. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  486. package/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  487. package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  488. package/mobile/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  489. package/mobile/bundle/bundle.umd.js +24 -32
  490. package/mobile/bundle/bundle.umd.min.js +1 -1
  491. package/mobile/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  492. package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  493. package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  494. package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  495. package/mobile/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  496. package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  497. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  498. package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  499. package/mobile/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  500. package/mobile/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  501. package/mobile/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  502. package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  503. package/mobile/bundle/components/ExchangeRateTile/renderInput.d.ts +3 -4
  504. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  505. package/mobile/bundle/components/Footer/FooterLink.d.ts +2 -2
  506. package/mobile/bundle/components/Footer/LinkList.d.ts +2 -2
  507. package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
  508. package/mobile/bundle/components/Header/DropdownMenu.d.ts +2 -2
  509. package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  510. package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  511. package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  512. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  513. package/mobile/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  514. package/mobile/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  515. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  516. package/mobile/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  517. package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  518. package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  519. package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  520. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  521. package/mobile/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  522. package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  523. package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  524. package/mobile/bundle/data/CommonData.d.ts +2 -2
  525. package/mobile/bundle/hooks/useForm/useForm.d.ts +1 -1
  526. package/mobile/bundle/model/CommonInputProps.d.ts +7 -0
  527. package/mobile/bundle/model/ComponentType.d.ts +4 -0
  528. package/mobile/bundle/model/DefaultControlType.d.ts +5 -5
  529. package/mobile/bundle/model/DisabledProps.d.ts +3 -0
  530. package/mobile/bundle/model/Picture.d.ts +2 -2
  531. package/mobile/bundle/model/PlaceholderProps.d.ts +3 -0
  532. package/mobile/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  533. package/mobile/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  534. package/mobile/bundle/retail/model/RetailFormContent.d.ts +2 -2
  535. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  536. package/mobile/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  537. package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  538. package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  539. package/mobile/bundle/ui-kit/Button/Button.d.ts +3 -3
  540. package/mobile/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  541. package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  542. package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  543. package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  544. package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  545. package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  546. package/mobile/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  547. package/mobile/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  548. package/mobile/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  549. package/mobile/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  550. package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  551. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  552. package/mobile/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  553. package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  554. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  555. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  556. package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  557. package/mobile/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  558. package/mobile/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  559. package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  560. package/mobile/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  561. package/mobile/bundle/ui-kit/Link/Link.d.ts +2 -2
  562. package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  563. package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  564. package/mobile/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  565. package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  566. package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  567. package/mobile/bundle/ui-kit/ListControlProps.d.ts +1 -1
  568. package/mobile/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  569. package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  570. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  571. package/mobile/bundle/ui-kit/SVG.d.ts +2 -2
  572. package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  573. package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  574. package/mobile/bundle/ui-kit/Select/Select.d.ts +1 -2
  575. package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  576. package/mobile/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  577. package/mobile/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  578. package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  579. package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  580. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  581. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  582. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  583. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  584. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  585. package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  586. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  587. package/mobile/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  588. package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  589. package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  590. package/mobile/dist/UniBlock/UniBlockProps.d.ts +2 -2
  591. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  592. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  593. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  594. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  595. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  596. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  597. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  598. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  599. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  600. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  601. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  602. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  603. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  604. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  605. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  606. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
  607. package/mobile/dist/components/ContentPage/ContentPage.d.ts +2 -2
  608. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  609. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  610. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  611. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  612. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  613. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  614. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  615. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  616. package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +3 -4
  617. package/mobile/dist/components/ExchangeRateTile/renderInput.js +2 -2
  618. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  619. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  620. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  621. package/mobile/dist/components/Footer/FooterLink.d.ts +2 -2
  622. package/mobile/dist/components/Footer/LinkList.d.ts +2 -2
  623. package/mobile/dist/components/Footer/LinkList.js.map +1 -1
  624. package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
  625. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  626. package/mobile/dist/components/Header/DropdownMenu.d.ts +2 -2
  627. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  628. package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  629. package/mobile/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  630. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  631. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  632. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  633. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  634. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  635. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  636. package/mobile/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  637. package/mobile/dist/components/Header/HeaderTopMenu.js.map +1 -1
  638. package/mobile/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  639. package/mobile/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  640. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  641. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  642. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  643. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  644. package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  645. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  646. package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  647. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  648. package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  649. package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  650. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  651. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  652. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  653. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  654. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  655. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  656. package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  657. package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  658. package/mobile/dist/data/CommonData.d.ts +2 -2
  659. package/mobile/dist/hooks/useForm/useForm.d.ts +1 -1
  660. package/mobile/dist/model/CommonInputProps.d.ts +7 -0
  661. package/mobile/dist/model/CommonInputProps.js +2 -0
  662. package/mobile/dist/model/CommonInputProps.js.map +1 -0
  663. package/mobile/dist/model/ComponentType.d.ts +4 -0
  664. package/mobile/dist/model/ComponentType.js +2 -0
  665. package/mobile/dist/model/ComponentType.js.map +1 -0
  666. package/mobile/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  667. package/mobile/dist/model/DefaultControlType.d.ts +5 -5
  668. package/mobile/dist/model/DisabledProps.d.ts +3 -0
  669. package/mobile/dist/model/DisabledProps.js +2 -0
  670. package/mobile/dist/model/DisabledProps.js.map +1 -0
  671. package/mobile/dist/model/Picture.d.ts +2 -2
  672. package/mobile/dist/model/PlaceholderProps.d.ts +3 -0
  673. package/mobile/dist/model/PlaceholderProps.js +2 -0
  674. package/mobile/dist/model/PlaceholderProps.js.map +1 -0
  675. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  676. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  677. package/mobile/dist/retail/components/Fields/SelectField.d.ts +4 -4
  678. package/mobile/dist/retail/components/Fields/SelectField.js.map +1 -1
  679. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  680. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  681. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  682. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  683. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  684. package/mobile/dist/retail/model/RetailFormContent.d.ts +2 -2
  685. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  686. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  687. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  688. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  689. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  690. package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  691. package/mobile/dist/ui-kit/Button/Button.d.ts +3 -3
  692. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  693. package/mobile/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  694. package/mobile/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  695. package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  696. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  697. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  698. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  699. package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  700. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  701. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  702. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  703. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  704. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  705. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  706. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  707. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  708. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  709. package/mobile/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  710. package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  711. package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  712. package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  713. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  714. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  715. package/mobile/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  716. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  717. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  718. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  719. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  720. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  721. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  722. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  723. package/mobile/dist/ui-kit/Input/InputControl.js +3 -19
  724. package/mobile/dist/ui-kit/Input/InputControl.js.map +1 -1
  725. package/mobile/dist/ui-kit/Input/InputProps.d.ts +4 -2
  726. package/mobile/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  727. package/mobile/dist/ui-kit/Input/InputWrapper.js +25 -0
  728. package/mobile/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  729. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  730. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  731. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  732. package/mobile/dist/ui-kit/Link/Link.d.ts +2 -2
  733. package/mobile/dist/ui-kit/Link/Link.js.map +1 -1
  734. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  735. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  736. package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  737. package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  738. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  739. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  740. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  741. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  742. package/mobile/dist/ui-kit/ListControlProps.d.ts +1 -1
  743. package/mobile/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  744. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  745. package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  746. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  747. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  748. package/mobile/dist/ui-kit/SVG.d.ts +2 -2
  749. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  750. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  751. package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  752. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  753. package/mobile/dist/ui-kit/Select/Select.d.ts +1 -2
  754. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  755. package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  756. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  757. package/mobile/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  758. package/mobile/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  759. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  760. package/mobile/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  761. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  762. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  763. package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  764. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  765. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  766. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  767. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  768. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  769. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  770. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  771. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  772. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  773. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  774. package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  775. package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
  776. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  777. package/mobile/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  778. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  779. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  780. package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  781. package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  782. package/mobile/lib/UniBlock/UniBlockProps.d.ts +2 -2
  783. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  784. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  785. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  786. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  787. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  788. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  789. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  790. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  791. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  792. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  793. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  794. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  795. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  796. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  797. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +2 -3
  798. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
  799. package/mobile/lib/components/ContentPage/ContentPage.d.ts +2 -2
  800. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  801. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +2 -2
  802. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  803. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +2 -2
  804. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  805. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -2
  806. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  807. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  808. package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +3 -4
  809. package/mobile/lib/components/ExchangeRateTile/renderInput.js +2 -2
  810. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  811. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  812. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  813. package/mobile/lib/components/Footer/FooterLink.d.ts +2 -2
  814. package/mobile/lib/components/Footer/LinkList.d.ts +2 -2
  815. package/mobile/lib/components/Footer/LinkList.js.map +1 -1
  816. package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
  817. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  818. package/mobile/lib/components/Header/DropdownMenu.d.ts +2 -2
  819. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  820. package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  821. package/mobile/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  822. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  823. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  824. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  825. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  826. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  827. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  828. package/mobile/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  829. package/mobile/lib/components/Header/HeaderTopMenu.js.map +1 -1
  830. package/mobile/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  831. package/mobile/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  832. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +2 -2
  833. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  834. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  835. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  836. package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  837. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  838. package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  839. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  840. package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  841. package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  842. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  843. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  844. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  845. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  846. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  847. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  848. package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  849. package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  850. package/mobile/lib/data/CommonData.d.ts +2 -2
  851. package/mobile/lib/hooks/useForm/useForm.d.ts +1 -1
  852. package/mobile/lib/model/CommonInputProps.d.ts +7 -0
  853. package/mobile/lib/model/CommonInputProps.js +2 -0
  854. package/mobile/lib/model/CommonInputProps.js.map +1 -0
  855. package/mobile/lib/model/ComponentType.d.ts +4 -0
  856. package/mobile/lib/model/ComponentType.js +2 -0
  857. package/mobile/lib/model/ComponentType.js.map +1 -0
  858. package/mobile/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  859. package/mobile/lib/model/DefaultControlType.d.ts +5 -5
  860. package/mobile/lib/model/DisabledProps.d.ts +3 -0
  861. package/mobile/lib/model/DisabledProps.js +2 -0
  862. package/mobile/lib/model/DisabledProps.js.map +1 -0
  863. package/mobile/lib/model/Picture.d.ts +2 -2
  864. package/mobile/lib/model/PlaceholderProps.d.ts +3 -0
  865. package/mobile/lib/model/PlaceholderProps.js +2 -0
  866. package/mobile/lib/model/PlaceholderProps.js.map +1 -0
  867. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  868. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  869. package/mobile/lib/retail/components/Fields/SelectField.d.ts +4 -4
  870. package/mobile/lib/retail/components/Fields/SelectField.js.map +1 -1
  871. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  872. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  873. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  874. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  875. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  876. package/mobile/lib/retail/model/RetailFormContent.d.ts +2 -2
  877. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  878. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  879. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  880. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  881. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  882. package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  883. package/mobile/lib/ui-kit/Button/Button.d.ts +3 -3
  884. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  885. package/mobile/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  886. package/mobile/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  887. package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  888. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  889. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  890. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  891. package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  892. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  893. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  894. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  895. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  896. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  897. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  898. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  899. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  900. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  901. package/mobile/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  902. package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  903. package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  904. package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  905. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  906. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  907. package/mobile/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  908. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  909. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  910. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  911. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  912. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  913. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  914. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  915. package/mobile/lib/ui-kit/Input/InputControl.js +4 -20
  916. package/mobile/lib/ui-kit/Input/InputControl.js.map +1 -1
  917. package/mobile/lib/ui-kit/Input/InputProps.d.ts +4 -2
  918. package/mobile/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  919. package/mobile/lib/ui-kit/Input/InputWrapper.js +23 -0
  920. package/mobile/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  921. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  922. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  923. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  924. package/mobile/lib/ui-kit/Link/Link.d.ts +2 -2
  925. package/mobile/lib/ui-kit/Link/Link.js.map +1 -1
  926. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  927. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  928. package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  929. package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  930. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  931. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  932. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  933. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  934. package/mobile/lib/ui-kit/ListControlProps.d.ts +1 -1
  935. package/mobile/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  936. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  937. package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  938. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  939. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  940. package/mobile/lib/ui-kit/SVG.d.ts +2 -2
  941. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  942. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  943. package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  944. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  945. package/mobile/lib/ui-kit/Select/Select.d.ts +1 -2
  946. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  947. package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  948. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  949. package/mobile/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  950. package/mobile/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  951. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  952. package/mobile/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  953. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  954. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  955. package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  956. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  957. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  958. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  959. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  960. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  961. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  962. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  963. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  964. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  965. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  966. package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  967. package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
  968. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  969. package/mobile/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  970. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  971. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  972. package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  973. package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  974. package/mobile/src/UniBlock/UniBlockProps.ts +2 -2
  975. package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  976. package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  977. package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  978. package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  979. package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  980. package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +0 -1
  981. package/mobile/src/components/Carousel/renderCardHighlight.tsx +2 -3
  982. package/mobile/src/components/CarouselLinks/CarouselLinkButton.tsx +2 -3
  983. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  984. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -2
  985. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +2 -2
  986. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -4
  987. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +5 -6
  988. package/mobile/src/components/Footer/Contacts.tsx +2 -2
  989. package/mobile/src/components/Footer/FooterLink.ts +2 -2
  990. package/mobile/src/components/Footer/LinkList.tsx +2 -2
  991. package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
  992. package/mobile/src/components/Header/DropdownMenu.tsx +2 -2
  993. package/mobile/src/components/Header/HeaderChatBotButton.tsx +2 -2
  994. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  995. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  996. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  997. package/mobile/src/components/Header/HeaderTopMenu.tsx +2 -2
  998. package/mobile/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  999. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
  1000. package/mobile/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  1001. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  1002. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  1003. package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  1004. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  1005. package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  1006. package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  1007. package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  1008. package/mobile/src/data/CommonData.ts +2 -1
  1009. package/mobile/src/hooks/useForm/useForm.ts +1 -1
  1010. package/mobile/src/model/CommonInputProps.ts +12 -0
  1011. package/mobile/src/model/ComponentType.ts +4 -0
  1012. package/mobile/src/model/DefaultControlType.ts +10 -5
  1013. package/mobile/src/model/DisabledProps.ts +3 -0
  1014. package/mobile/src/model/Picture.ts +2 -2
  1015. package/mobile/src/model/PlaceholderProps.ts +3 -0
  1016. package/mobile/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  1017. package/mobile/src/retail/components/Fields/SelectField.tsx +9 -4
  1018. package/mobile/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  1019. package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
  1020. package/mobile/src/retail/model/RetailFormContent.ts +3 -2
  1021. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  1022. package/mobile/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  1023. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  1024. package/mobile/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  1025. package/mobile/src/ui-kit/Button/Button.tsx +3 -3
  1026. package/mobile/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  1027. package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  1028. package/mobile/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  1029. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  1030. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  1031. package/mobile/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  1032. package/mobile/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  1033. package/mobile/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  1034. package/mobile/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  1035. package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  1036. package/mobile/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  1037. package/mobile/src/ui-kit/Foldable/Foldable.tsx +2 -3
  1038. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  1039. package/mobile/src/ui-kit/Heading/HeadingProps.ts +2 -4
  1040. package/mobile/src/ui-kit/Icon/Icon.tsx +2 -1
  1041. package/mobile/src/ui-kit/Icon/IconProps.ts +7 -6
  1042. package/mobile/src/ui-kit/Img/ImgProps.ts +2 -2
  1043. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  1044. package/mobile/src/ui-kit/Input/InputControl.tsx +5 -68
  1045. package/mobile/src/ui-kit/Input/InputProps.ts +2 -2
  1046. package/mobile/src/ui-kit/Input/InputWrapper.tsx +78 -0
  1047. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  1048. package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  1049. package/mobile/src/ui-kit/Link/Link.tsx +2 -2
  1050. package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  1051. package/mobile/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  1052. package/mobile/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  1053. package/mobile/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  1054. package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  1055. package/mobile/src/ui-kit/ListControlProps.ts +1 -1
  1056. package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1057. package/mobile/src/ui-kit/Radio/RadioProps.ts +4 -4
  1058. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1059. package/mobile/src/ui-kit/SVG.tsx +2 -2
  1060. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1061. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1062. package/mobile/src/ui-kit/Select/Select.tsx +1 -2
  1063. package/mobile/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1064. package/mobile/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1065. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +2 -1
  1066. package/mobile/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1067. package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1068. package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1069. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1070. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1071. package/mobile/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1072. package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1073. package/mobile/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1074. package/mobile/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1075. package/mobile/src/ui-kit/Tags/Tags.tsx +2 -3
  1076. package/mobile/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1077. package/mobile/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1078. package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1079. package/package.json +1 -1
  1080. package/src/UniBlock/UniBlockProps.ts +2 -2
  1081. package/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  1082. package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  1083. package/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  1084. package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  1085. package/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  1086. package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +0 -1
  1087. package/src/components/Carousel/renderCardHighlight.tsx +2 -3
  1088. package/src/components/CarouselLinks/CarouselLinkButton.tsx +2 -3
  1089. package/src/components/ContentPage/ContentPage.tsx +2 -2
  1090. package/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -2
  1091. package/src/components/ExchangeRateTile/CurrentLocation.tsx +2 -2
  1092. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -4
  1093. package/src/components/ExchangeRateTile/renderInput.tsx +5 -6
  1094. package/src/components/Footer/Contacts.tsx +2 -2
  1095. package/src/components/Footer/FooterLink.ts +2 -2
  1096. package/src/components/Footer/LinkList.tsx +2 -2
  1097. package/src/components/Footer/SocialMedia.tsx +2 -2
  1098. package/src/components/Header/DropdownMenu.tsx +2 -2
  1099. package/src/components/Header/HeaderChatBotButton.tsx +2 -2
  1100. package/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  1101. package/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  1102. package/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  1103. package/src/components/Header/HeaderTopMenu.tsx +2 -2
  1104. package/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  1105. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
  1106. package/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  1107. package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  1108. package/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  1109. package/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  1110. package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  1111. package/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  1112. package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  1113. package/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  1114. package/src/data/CommonData.ts +2 -1
  1115. package/src/hooks/useForm/useForm.ts +1 -1
  1116. package/src/icons/IconName.ts +4 -4
  1117. package/src/model/CommonInputProps.ts +12 -0
  1118. package/src/model/ComponentType.ts +4 -0
  1119. package/src/model/DefaultControlType.ts +10 -5
  1120. package/src/model/DisabledProps.ts +3 -0
  1121. package/src/model/Picture.ts +2 -2
  1122. package/src/model/PlaceholderProps.ts +3 -0
  1123. package/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  1124. package/src/retail/components/Fields/SelectField.tsx +9 -4
  1125. package/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  1126. package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
  1127. package/src/retail/model/RetailFormContent.ts +3 -2
  1128. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  1129. package/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  1130. package/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  1131. package/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  1132. package/src/ui-kit/Button/Button.tsx +3 -3
  1133. package/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  1134. package/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  1135. package/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  1136. package/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  1137. package/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  1138. package/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  1139. package/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  1140. package/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  1141. package/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  1142. package/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  1143. package/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  1144. package/src/ui-kit/Foldable/Foldable.tsx +2 -3
  1145. package/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  1146. package/src/ui-kit/Heading/HeadingProps.ts +2 -4
  1147. package/src/ui-kit/Icon/Icon.tsx +2 -1
  1148. package/src/ui-kit/Icon/IconProps.ts +7 -6
  1149. package/src/ui-kit/Img/ImgProps.ts +2 -2
  1150. package/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  1151. package/src/ui-kit/Input/InputControl.tsx +5 -68
  1152. package/src/ui-kit/Input/InputProps.ts +2 -2
  1153. package/src/ui-kit/Input/InputWrapper.tsx +78 -0
  1154. package/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  1155. package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  1156. package/src/ui-kit/Link/Link.tsx +2 -2
  1157. package/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  1158. package/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  1159. package/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  1160. package/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  1161. package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  1162. package/src/ui-kit/ListControlProps.ts +1 -1
  1163. package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1164. package/src/ui-kit/Radio/RadioProps.ts +4 -4
  1165. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1166. package/src/ui-kit/SVG.tsx +2 -2
  1167. package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1168. package/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1169. package/src/ui-kit/Select/Select.tsx +1 -2
  1170. package/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1171. package/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1172. package/src/ui-kit/Sitemap/Sitemap.mobile.tsx +2 -1
  1173. package/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1174. package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1175. package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1176. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1177. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1178. package/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1179. package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1180. package/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1181. package/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1182. package/src/ui-kit/Tags/Tags.tsx +2 -3
  1183. package/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1184. package/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1185. package/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1186. package/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1187. package/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1188. package/dist/ui-kit/ControlStateProps.js.map +0 -1
  1189. package/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1190. package/lib/ui-kit/ControlStateProps.js +0 -2
  1191. package/lib/ui-kit/ControlStateProps.js.map +0 -1
  1192. package/mobile/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1193. package/mobile/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1194. package/mobile/dist/ui-kit/ControlStateProps.js.map +0 -1
  1195. package/mobile/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1196. package/mobile/lib/ui-kit/ControlStateProps.js +0 -2
  1197. package/mobile/lib/ui-kit/ControlStateProps.js.map +0 -1
  1198. package/mobile/src/ui-kit/ControlStateProps.ts +0 -3
  1199. package/src/ui-kit/ControlStateProps.ts +0 -3
  1200. /package/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1201. /package/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1202. /package/dist/{ui-kit → model}/ControlProps.js +0 -0
  1203. /package/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1204. /package/lib/{ui-kit → model}/ControlProps.js +0 -0
  1205. /package/mobile/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1206. /package/mobile/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1207. /package/mobile/dist/{ui-kit → model}/ControlProps.js +0 -0
  1208. /package/mobile/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1209. /package/mobile/lib/{ui-kit → model}/ControlProps.js +0 -0
  1210. /package/mobile/src/{ui-kit → model}/ControlProps.ts +0 -0
  1211. /package/src/{ui-kit → model}/ControlProps.ts +0 -0
@@ -3,7 +3,6 @@ import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
3
3
  import { type CalculatorBonusContent } from './CalculatorBonusContent';
4
4
  import { type BonusCalculatorData } from './getBonusCalculatorParams';
5
5
  export interface CalculatorBonusProps extends CalculatorBonusContent, UniBlockProps {
6
- className?: string;
7
6
  calcSource?: BonusCalculatorData & JSONRefObject;
8
7
  }
9
8
  export declare const CalculatorBonus: import("../../UniBlock/UniBlock").UniBlockComponent<CalculatorBonusProps>;
@@ -1,5 +1,5 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type CalculatorBusinessDepositContent, type CalculatorBusinessDepositProps } from './CalculatorBusinessDepositContent';
2
- export interface CalculatorBusinessDepositProp extends CalculatorBusinessDepositProps, CalculatorBusinessDepositContent {
3
- className?: string;
3
+ export interface CalculatorBusinessDepositProp extends CalculatorBusinessDepositProps, CalculatorBusinessDepositContent, ComponentType {
4
4
  }
5
5
  export declare const CalculatorBusinessDeposit: import("../../UniBlock/UniBlock").UniBlockComponent<CalculatorBusinessDepositProp>;
@@ -2,7 +2,6 @@ import { type JSONRefObject } from '../../data/JSONRefObject';
2
2
  import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
3
3
  import { type CalculatorCreditContent, type CreditCalculatorData, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
4
4
  export interface CalculatorDepositProps extends CalculatorCreditContent, UniBlockProps {
5
- className?: string;
6
5
  calcSource?: CreditCalculatorData & JSONRefObject;
7
6
  onChange?: (params: CreditCalculatorUserInputParams) => void;
8
7
  }
@@ -2,7 +2,6 @@ import { type JSONRefObject } from '../../data/JSONRefObject';
2
2
  import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
3
3
  import { type CalculatorDepositContent, type DepositCalculatorData } from './CalculatorDepositContent';
4
4
  export interface CalculatorDepositProps extends CalculatorDepositContent, UniBlockProps {
5
- className?: string;
6
5
  calcSource?: DepositCalculatorData & JSONRefObject;
7
6
  }
8
7
  export declare const CalculatorDeposit: import("../../UniBlock/UniBlock").UniBlockComponent<CalculatorDepositProps>;
@@ -6,7 +6,6 @@ declare type DepositResultProps = {
6
6
  buttons?: LinkButtonContent[];
7
7
  footnotes?: string[];
8
8
  isCapitalization?: boolean;
9
- isDisabled?: boolean;
10
9
  };
11
10
  export declare const renderDepositResult: ({ income, finalSum, postfix, buttons, footnotes, isCapitalization, }: DepositResultProps) => any;
12
11
  export {};
@@ -3,7 +3,6 @@ import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
3
3
  import { type CalculatorRefinancingContent } from './CalculatorRefinancingContent';
4
4
  import { type RefinancingCalculatorData } from './getRefinancingCalculatorParams';
5
5
  export interface RefinancingCalculatorProp extends CalculatorRefinancingContent, UniBlockProps {
6
- className?: string;
7
6
  calcSource?: JSONRefObject & RefinancingCalculatorData;
8
7
  }
9
8
  export declare const CalculatorRefinancing: import("../../UniBlock/UniBlock").UniBlockComponent<RefinancingCalculatorProp>;
@@ -1,6 +1,5 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type TextProps } from '../../model/HeadlineType';
2
- declare type CardHighlightProps = TextProps & {
3
- className?: string;
4
- };
3
+ declare type CardHighlightProps = TextProps & ComponentType;
5
4
  export declare const renderCardHighlight: ({ className, text }?: CardHighlightProps) => any;
6
5
  export {};
@@ -1,5 +1,4 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type CarouselLinkProps } from './CarouselLinksContent';
2
- export declare type CarouselLinkButtonProps = CarouselLinkProps & {
3
- className?: string;
4
- };
3
+ export declare type CarouselLinkButtonProps = CarouselLinkProps & ComponentType;
5
4
  export declare const CarouselLinkButton: import("@redneckz/uni-jsx").UNIComponent<CarouselLinkButtonProps, any, any>;
@@ -1,8 +1,8 @@
1
1
  import { type BlockDecorator } from '../../model/BlockDecorator';
2
2
  import { type BlocksRegistry } from '../../model/BlocksRegistry';
3
+ import { type ComponentType } from '../../model/ComponentType';
3
4
  import { type ContentPageDef } from '../../model/ContentPageDef';
4
- interface ContentPageProps {
5
- className?: string;
5
+ interface ContentPageProps extends ComponentType {
6
6
  data?: ContentPageDef;
7
7
  blocksRegistry: BlocksRegistry;
8
8
  blockDecorator?: BlockDecorator;
@@ -1,6 +1,6 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type ExchangeCurrencyItem } from './ExchangeCurrencyCalculator';
2
- interface CurrencyTableProps {
3
- className?: string;
3
+ interface CurrencyTableProps extends ComponentType {
4
4
  exchangeCurrencyItems: ExchangeCurrencyItem[];
5
5
  }
6
6
  export declare const CurrencyTable: import("@redneckz/uni-jsx").UNIComponent<CurrencyTableProps, any, any>;
@@ -1,5 +1,5 @@
1
- interface CurrentLocationProps {
2
- className?: string;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ interface CurrentLocationProps extends ComponentType {
3
3
  address?: string;
4
4
  }
5
5
  export declare const CurrentLocation: import("@redneckz/uni-jsx").UNIComponent<CurrentLocationProps, any, any>;
@@ -1,3 +1,4 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type ButtonCommonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
2
3
  import { Currency } from './CurrencyProps';
3
4
  export interface ExchangeCurrencyItem {
@@ -9,8 +10,7 @@ export interface ExchangeCurrencyItem {
9
10
  buyExchangeRate?: number;
10
11
  saleExchangeRate?: number;
11
12
  }
12
- export interface ExchangeCurrencyCalculatorProps {
13
- className?: string;
13
+ export interface ExchangeCurrencyCalculatorProps extends ComponentType {
14
14
  currencyRatesBuy: ExchangeCurrencyItem[];
15
15
  currencyRatesSell: ExchangeCurrencyItem[];
16
16
  button?: ButtonCommonContent;
@@ -1,12 +1,11 @@
1
+ import { type ControlProps } from '../../model/ControlProps';
2
+ import { type PlaceholderProps } from '../../model/PlaceholderProps';
1
3
  import { type Currency } from './CurrencyProps';
2
4
  import { type ExchangeCurrencyItem } from './ExchangeCurrencyCalculator';
3
- interface InputProps {
4
- placeholder: string;
5
+ interface InputProps extends PlaceholderProps, ControlProps<string> {
5
6
  rates: ExchangeCurrencyItem[];
6
7
  selected: string;
7
8
  setSelected: (value: Currency) => void;
8
- value: string;
9
- setValue: (value: string) => void;
10
9
  }
11
10
  export declare function renderInput(props: InputProps): any;
12
11
  export {};
@@ -1,6 +1,6 @@
1
1
  import { type ContactGroup } from '../../data/FooterData';
2
- export interface ContactsProps {
3
- className?: string;
2
+ import { type ComponentType } from '../../model/ComponentType';
3
+ export interface ContactsProps extends ComponentType {
4
4
  items?: ContactGroup[];
5
5
  }
6
6
  export declare const Contacts: import("@redneckz/uni-jsx").UNIComponent<ContactsProps, any, any>;
@@ -1,6 +1,6 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkProps } from '../../model/LinkProps';
2
- export interface FooterLink {
3
- className?: string;
3
+ export interface FooterLink extends ComponentType {
4
4
  links?: LinkProps[];
5
5
  license?: string;
6
6
  }
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkProps } from '../../model/LinkProps';
2
- interface LinkListProps {
3
+ interface LinkListProps extends ComponentType {
3
4
  items?: LinkProps[];
4
- className?: string;
5
5
  }
6
6
  export declare const LinkList: import("@redneckz/uni-jsx").UNIComponent<LinkListProps, any, any>;
7
7
  export {};
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
2
3
  import { type LinkButtonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
3
- export interface SocialMediaProps {
4
- className?: string;
4
+ export interface SocialMediaProps extends ComponentType {
5
5
  media?: LinkButtonContent[];
6
6
  showButtonText?: boolean;
7
7
  stretched?: boolean;
@@ -1,6 +1,6 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkProps } from '../../model/LinkProps';
2
- interface DropdownMenuProps {
3
- className?: string;
3
+ interface DropdownMenuProps extends ComponentType {
4
4
  items: LinkProps[];
5
5
  activeItem?: LinkProps;
6
6
  ariaLabel?: string;
@@ -1,8 +1,8 @@
1
1
  import { type BlockVersion } from '../../model/BlockVersion';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type IconVersion } from '../../model/IconVersion';
3
4
  import { type PreventableEventWithTarget } from '../../ui-kit/PreventableEvent';
4
- interface HeaderChatBotButtonProps {
5
- className?: string;
5
+ interface HeaderChatBotButtonProps extends ComponentType {
6
6
  iconVersion?: IconVersion;
7
7
  chat?: string;
8
8
  onClick?: (ev: PreventableEventWithTarget) => void;
@@ -2,8 +2,8 @@ import { type SearchHeaderProps } from '../../data/CommonData';
2
2
  import { type HeaderData } from '../../data/HeaderData';
3
3
  import { type NavigationData } from '../../data/NavigationData';
4
4
  import { type BlockVersion } from '../../model/BlockVersion';
5
- export interface HeaderSecondaryMenuProps extends HeaderData, NavigationData {
6
- className?: string;
5
+ import { type ComponentType } from '../../model/ComponentType';
6
+ export interface HeaderSecondaryMenuProps extends HeaderData, NavigationData, ComponentType {
7
7
  search?: SearchHeaderProps;
8
8
  version?: BlockVersion;
9
9
  }
@@ -1,13 +1,13 @@
1
1
  import { type AspectsProps } from '../../model/AspectsProps';
2
2
  import { type BlockVersion } from '../../model/BlockVersion';
3
+ import { type ComponentType } from '../../model/ComponentType';
4
+ import { type DisabledProps } from '../../model/DisabledProps';
3
5
  import { type ImageContent } from '../../ui-kit/Img/ImgProps';
4
6
  import { type PreventableEventWithTarget } from '../../ui-kit/PreventableEvent';
5
- export interface HeaderSecondaryMenuButtonProps extends ImageContent, AspectsProps {
6
- className?: string;
7
+ export interface HeaderSecondaryMenuButtonProps extends ImageContent, AspectsProps, ComponentType, DisabledProps {
7
8
  isRounded?: boolean;
8
9
  buttonSize?: 'default' | 'medium' | 'large';
9
10
  isGrayBg?: boolean;
10
- disabled?: boolean;
11
11
  ariaLabel?: string;
12
12
  onClick?: (ev: PreventableEventWithTarget) => void;
13
13
  version?: BlockVersion;
@@ -1,7 +1,7 @@
1
1
  import { type IntersectionObserverOptions } from '../../hooks/useIntersectionObserver';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type LinkProps } from '../../model/LinkProps';
3
- export interface HeaderSubMenuItemProps extends LinkProps {
4
- className?: string;
4
+ export interface HeaderSubMenuItemProps extends LinkProps, ComponentType {
5
5
  active?: boolean;
6
6
  observerOptions?: IntersectionObserverOptions;
7
7
  onVisibilityChange?: (isIntersecting: boolean) => void;
@@ -4,9 +4,9 @@ import { type JSONRefObject } from '../../data/JSONRefObject';
4
4
  import { type TopMenuItemProps } from '../../data/NavigationData';
5
5
  import { type BgColorVersion } from '../../model/BgColorVersion';
6
6
  import { type BlockVersion } from '../../model/BlockVersion';
7
+ import { type ComponentType } from '../../model/ComponentType';
7
8
  import { type LogoType } from '../../model/LogoType';
8
- export interface HeaderMenuProps {
9
- className?: string;
9
+ export interface HeaderMenuProps extends ComponentType {
10
10
  navigationItems?: TopMenuItemProps[];
11
11
  activeTopItem?: TopMenuItemProps;
12
12
  dropdownMenuAriaLabel?: string;
@@ -1,7 +1,7 @@
1
1
  import { type IntersectionObserverOptions } from '../../hooks/useIntersectionObserver';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type LinkProps } from '../../model/LinkProps';
3
- export interface HeaderTopMenuItemProps extends LinkProps {
4
- className?: string;
4
+ export interface HeaderTopMenuItemProps extends LinkProps, ComponentType {
5
5
  active?: boolean;
6
6
  observerOptions?: IntersectionObserverOptions;
7
7
  onVisibilityChange?: (isIntersecting: boolean) => void;
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type ButtonCommonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
2
3
  import { type InsuranceAmountBlockTab } from './InsuranceAmountBlockContent';
3
- export interface InsuranceAmountBlockInnerProps extends InsuranceAmountBlockTab {
4
- className?: string;
4
+ export interface InsuranceAmountBlockInnerProps extends InsuranceAmountBlockTab, ComponentType {
5
5
  button?: ButtonCommonContent;
6
6
  }
7
7
  export declare const InsuranceAmountBlockInner: import("@redneckz/uni-jsx").UNIComponent<InsuranceAmountBlockInnerProps, any, any>;
@@ -1,6 +1,6 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type AtmsDef } from './OfficesAtmsMapContent';
2
- export interface AtmsMapProps {
3
+ export interface AtmsMapProps extends ComponentType {
3
4
  descriptionData?: AtmsDef;
4
- className?: string;
5
5
  }
6
6
  export declare const AtmsMap: import("@redneckz/uni-jsx").UNIComponent<AtmsMapProps, any, any>;
@@ -1,10 +1,10 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type TextColor } from '../../ui-kit/Text/TextProps';
2
3
  declare const colorStyle: Record<string, {
3
4
  border: string;
4
5
  text: TextColor;
5
6
  }>;
6
- export interface BadgeProps {
7
- className?: string;
7
+ export interface BadgeProps extends ComponentType {
8
8
  color?: keyof typeof colorStyle;
9
9
  }
10
10
  export declare const Badge: import("@redneckz/uni-jsx").UNIComponent<BadgeProps, any, any>;
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import { type LabelProps } from '../../model/HeadlineType';
1
3
  import { type TextColor, type TextSize } from '../../ui-kit/Text/TextProps';
2
- export interface CardCellProps {
3
- className?: string;
4
- label?: string;
4
+ export interface CardCellProps extends ComponentType, LabelProps {
5
5
  labelSize?: TextSize;
6
6
  value?: string | string[];
7
7
  subText?: string;
@@ -1,4 +1,2 @@
1
- export interface CardRowProps {
2
- className?: string;
3
- }
4
- export declare const CardRow: import("@redneckz/uni-jsx").UNIComponent<CardRowProps, any, any>;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ export declare const CardRow: import("@redneckz/uni-jsx").UNIComponent<ComponentType, any, any>;
@@ -1,10 +1,10 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type VNode } from '../../model/VNode';
2
3
  import { type AtmsDef } from './OfficesAtmsMapContent';
3
4
  import { type Atm, type Branch, type RemoteWorkplace } from './OfficesAtmsMapProps';
4
5
  import { type BalloonContent } from './YandexMapProps';
5
6
  export declare type InitFilterState = Record<string, boolean>;
6
- export interface OfficesAtmsMapLayoutProps<T> {
7
- className?: string;
7
+ export interface OfficesAtmsMapLayoutProps<T> extends ComponentType {
8
8
  data?: T[];
9
9
  isLoad: boolean;
10
10
  remoteWorkplaces?: T[];
@@ -1,4 +1,2 @@
1
- export interface OfficesMapProps {
2
- className?: string;
3
- }
4
- export declare const OfficesMap: import("@redneckz/uni-jsx").UNIComponent<OfficesMapProps, any, any>;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ export declare const OfficesMap: import("@redneckz/uni-jsx").UNIComponent<ComponentType, any, any>;
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type VNode } from '../../model/VNode';
2
3
  import { type PreventableEvent } from '../../ui-kit/PreventableEvent';
3
- export interface StickyBottomMenuDialogProps {
4
- className?: string;
4
+ export interface StickyBottomMenuDialogProps extends ComponentType {
5
5
  head?: VNode;
6
6
  onClose?: () => void;
7
7
  onClick?: (e: PreventableEvent) => void;
@@ -1,11 +1,11 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type TabItemBase } from '../../ui-kit/TabsControl/TabItem';
2
3
  import { type TabsControlProps, type TabsType } from '../../ui-kit/TabsControl/TabsControlProps';
3
- interface RenderTabsProps {
4
+ interface RenderTabsProps extends ComponentType {
4
5
  items: TabItemBase[];
5
6
  activeItem: TabItemBase;
6
7
  onChange: TabsControlProps['onChange'];
7
8
  tabsType?: TabsType;
8
- className?: string;
9
9
  }
10
10
  export declare const renderTabsLayout: ({ className, tabsType, ...props }: RenderTabsProps) => any;
11
11
  export {};
@@ -1,7 +1,7 @@
1
1
  import { type AspectsProps } from '../model/AspectsProps';
2
2
  import { type LogoType } from '../model/LogoType';
3
- export declare type SearchHeaderProps = AspectsProps & {
4
- placeholder: string;
3
+ import { type PlaceholderProps } from '../model/PlaceholderProps';
4
+ export declare type SearchHeaderProps = AspectsProps & PlaceholderProps & {
5
5
  ariaLabel: string;
6
6
  };
7
7
  export interface CommonData {
@@ -1,4 +1,4 @@
1
- import { type ControlProps } from '../../ui-kit/ControlProps';
1
+ import { type ControlProps } from '../../model/ControlProps';
2
2
  import { type PreventableEvent } from '../../ui-kit/PreventableEvent';
3
3
  import { type ValidationInfo } from '../../validation/validator';
4
4
  import { type FieldOptions } from './FieldOptions';
@@ -0,0 +1,7 @@
1
+ import { type ComponentType } from './ComponentType';
2
+ import { type ControlProps } from './ControlProps';
3
+ import { type DisabledProps } from './DisabledProps';
4
+ import { type LabelProps, type TextProps } from './HeadlineType';
5
+ export declare type CommonInputProps<T> = ComponentType & ControlProps<T> & DisabledProps & LabelProps & TextProps & {
6
+ error?: string;
7
+ };
@@ -0,0 +1,4 @@
1
+ export interface ComponentType {
2
+ /** @hidden */
3
+ className?: string;
4
+ }
@@ -1,8 +1,8 @@
1
- export interface DefaultControlType {
2
- className?: string;
3
- label?: string;
1
+ import { type ComponentType } from './ComponentType';
2
+ import { type DisabledProps } from './DisabledProps';
3
+ import { type LabelProps } from './HeadlineType';
4
+ import { type PlaceholderProps } from './PlaceholderProps';
5
+ export interface DefaultControlType extends ComponentType, LabelProps, DisabledProps, PlaceholderProps {
4
6
  error?: string;
5
7
  errors?: string[];
6
- placeholder?: string;
7
- disabled?: boolean;
8
8
  }
@@ -0,0 +1,3 @@
1
+ export interface DisabledProps {
2
+ disabled?: boolean;
3
+ }
@@ -1,4 +1,5 @@
1
1
  import { type IconName } from '../icons/IconName';
2
+ import { type ComponentType } from './ComponentType';
2
3
  import { type IconVersion } from './IconVersion';
3
4
  import { type ImageSize } from './ImageSize';
4
5
  export declare type ImgFormats = 'jpeg' | 'jpg' | 'png' | 'gif' | 'webp' | 'heif' | 'avif';
@@ -31,10 +32,9 @@ export interface ImgSource {
31
32
  size?: Partial<ImageSize>;
32
33
  }
33
34
  /** @title Изображение */
34
- export interface Picture extends Img, ImgSource {
35
+ export interface Picture extends Img, ImgSource, ComponentType {
35
36
  /** @title Другие форматы */
36
37
  sources?: ImgSource[];
37
- className?: string;
38
38
  }
39
39
  export declare type IconProps = {
40
40
  /** @title Иконка */
@@ -0,0 +1,3 @@
1
+ export interface PlaceholderProps {
2
+ placeholder?: string;
3
+ }
@@ -1,12 +1,12 @@
1
+ import { type DisabledProps } from '../../../model/DisabledProps';
2
+ import { type LabelProps } from '../../../model/HeadlineType';
3
+ import { type PlaceholderProps } from '../../../model/PlaceholderProps';
1
4
  import { type CustomFieldProps } from '../../../ui-kit/FormField/CustomFieldProps';
2
5
  import { type UniBlockProps } from '../../../UniBlock/UniBlockProps';
3
6
  import { type DictionaryItem } from '../../model/LeadFormData';
4
- export interface SelectFieldProps extends CustomFieldProps, UniBlockProps {
7
+ export interface SelectFieldProps extends CustomFieldProps, UniBlockProps, LabelProps, DisabledProps, PlaceholderProps {
5
8
  source?: DictionaryItem[];
6
- label: string;
7
9
  fieldName: string;
8
- placeholder?: string;
9
10
  isSearch?: boolean;
10
- disabled?: boolean;
11
11
  }
12
12
  export declare const SelectField: import("../../../UniBlock/UniBlock").UniBlockComponent<SelectFieldProps>;
@@ -1,5 +1,5 @@
1
- interface SubmitButtonProps {
2
- isDisabled: boolean;
1
+ import { type DisabledProps } from '../../../model/DisabledProps';
2
+ interface SubmitButtonProps extends DisabledProps {
3
3
  onClick: () => void;
4
4
  text?: string;
5
5
  }
@@ -1,3 +1,4 @@
1
+ import { type DisabledProps } from '../../model/DisabledProps';
1
2
  import { type LabelProps, type TextProps } from '../../model/HeadlineType';
2
3
  import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
3
4
  import { type NameFieldDef } from './NameFieldDef';
@@ -20,9 +21,8 @@ export declare type FilledByEsiaProps = {
20
21
  /** @title Заполняется через госуслуги */
21
22
  filledByEsia?: boolean;
22
23
  };
23
- export declare type FieldRetailDef = Required & TextProps & LabelProps & ConditionFieldProps & FilledByEsiaProps & {
24
+ export declare type FieldRetailDef = Required & TextProps & LabelProps & ConditionFieldProps & FilledByEsiaProps & DisabledProps & {
24
25
  name?: NameFieldDef;
25
26
  dadata?: boolean;
26
- disabled?: boolean;
27
27
  };
28
28
  export {};
@@ -1,5 +1,6 @@
1
1
  import { type Align } from '../../model/Align';
2
2
  import { type BulletsProps } from '../../model/Bullets';
3
+ import { type ComponentType } from '../../model/ComponentType';
3
4
  import { type HeadlineProps, type LabelProps } from '../../model/HeadlineType';
4
5
  import { type BenefitsListContent } from '../BenefitsList/BenefitsListContent';
5
6
  import { type ImageContent } from '../Img/ImgProps';
@@ -8,7 +9,7 @@ import { type RichTextProps } from '../RichText/RichTextProps';
8
9
  import { type TagsContent } from '../Tags/TagsContent';
9
10
  declare type UnitList = '₽' | '$' | '€' | '¥';
10
11
  /** @title Доп. настройки картинки */
11
- export interface TileImageOptions {
12
+ export interface TileImageOptions extends ComponentType {
12
13
  /** @title Картинка справа/текст слева */
13
14
  directionRight?: boolean;
14
15
  /** @title Выравнивание изображения */
@@ -17,8 +18,6 @@ export interface TileImageOptions {
17
18
  isImageSecondary?: boolean;
18
19
  /** @title Изображение всегда справа */
19
20
  isImageAlwaysOnRight?: boolean;
20
- /** @hidden */
21
- className?: string;
22
21
  }
23
22
  /** @title Цены */
24
23
  export declare type PriceItem = LabelProps & {
@@ -1,6 +1,6 @@
1
1
  import { type Align } from '../../model/Align';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type VNode } from '../../model/VNode';
3
- export declare const renderImageContainer: (image: VNode | undefined, { className, imageAlign }: {
4
- className?: string | undefined;
4
+ export declare const renderImageContainer: (image: VNode | undefined, { className, imageAlign }: ComponentType & {
5
5
  imageAlign?: Align | undefined;
6
6
  }) => any;
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type IconVersion } from '../../model/IconVersion';
2
3
  import { type BenefitItemContent } from './BenefitItemContent';
3
- export declare type BenefitItemProps = BenefitItemContent & {
4
- className?: string;
4
+ export declare type BenefitItemProps = BenefitItemContent & ComponentType & {
5
5
  benefitsVersion?: IconVersion;
6
6
  };
7
7
  export declare const BenefitItem: import("@redneckz/uni-jsx").UNIComponent<BenefitItemProps, any, any>;
@@ -1,5 +1,5 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type BenefitsListContent } from './BenefitsListContent';
2
- export interface BenefitsListProps extends BenefitsListContent {
3
- className?: string;
3
+ export interface BenefitsListProps extends BenefitsListContent, ComponentType {
4
4
  descriptionClassName?: string;
5
5
  }
@@ -1,12 +1,12 @@
1
1
  import { type AspectsDef } from '../../model/AspectsProps';
2
2
  import { type ButtonVersion } from '../../model/ButtonVersion';
3
+ import { type ComponentType } from '../../model/ComponentType';
3
4
  import { type ColorPalette } from '../../model/ContentPageBase';
5
+ import { type DisabledProps } from '../../model/DisabledProps';
4
6
  import { type ARIAProps } from '../ARIAProps';
5
- import { type ControlStateProps } from '../ControlStateProps';
6
7
  import { type PreventableEvent } from '../PreventableEvent';
7
8
  export declare const themeStyle: Record<ButtonVersion, string>;
8
- export interface ButtonProps extends ControlStateProps, ARIAProps {
9
- className?: string;
9
+ export interface ButtonProps extends DisabledProps, ARIAProps, ComponentType {
10
10
  type?: 'button' | 'submit' | 'reset';
11
11
  version?: ButtonVersion;
12
12
  shape?: 'default' | 'round' | 'square';
@@ -1,5 +1,2 @@
1
- interface ButtonTitleProps {
2
- className?: string;
3
- }
4
- export declare const ButtonTitle: import("@redneckz/uni-jsx").UNIComponent<ButtonTitleProps, any, any>;
5
- export {};
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ export declare const ButtonTitle: import("@redneckz/uni-jsx").UNIComponent<ComponentType, any, any>;
@@ -1,4 +1,5 @@
1
1
  import { type JSONRefObject } from '../../data/JSONRefObject';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type Footnote } from '../../model/Footnote';
3
4
  import { type TitleProps } from '../../model/HeadlineType';
4
5
  import { type ButtonsSectionContent } from '../LinkButton/ButtonsSectionContent';
@@ -17,8 +18,7 @@ export declare type LimitParamsProps = {
17
18
  export declare type RateProps = {
18
19
  rate: number;
19
20
  };
20
- export interface CalcCurrencyProps {
21
- className?: string;
21
+ export interface CalcCurrencyProps extends ComponentType {
22
22
  title?: string;
23
23
  value?: number | string;
24
24
  fractionDigits?: number;
@@ -1,12 +1,11 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import type { ControlProps } from '../../model/ControlProps';
3
+ import { type DisabledProps } from '../../model/DisabledProps';
4
+ import { type TitleProps } from '../../model/HeadlineType';
1
5
  import { type ListOrientation } from '../../model/ListOrientation';
2
6
  import { type RadioButtonItem } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
3
- export interface BinaryRadioButtonGroupProps {
7
+ export interface BinaryRadioButtonGroupProps extends ComponentType, DisabledProps, TitleProps, ControlProps<boolean> {
4
8
  items: [truthy: RadioButtonItem, falsy: RadioButtonItem];
5
- title?: string;
6
9
  orientation?: ListOrientation;
7
- value?: boolean;
8
- className?: string;
9
- onChange?: (value: boolean) => void;
10
- disabled?: boolean;
11
10
  }
12
11
  export declare const renderBinaryRadioButtonGroup: ({ items, title, orientation, value, onChange, ...rest }: BinaryRadioButtonGroupProps) => any;