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

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 (1461) hide show
  1. package/bin/migration-scripts/0.14.832.js +1 -0
  2. package/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +66 -352
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  7. package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  8. package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  9. package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  10. package/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  11. package/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  12. package/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  13. package/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  14. package/bundle/components/Footer/Contacts.d.ts +2 -2
  15. package/bundle/components/Footer/FooterLink.d.ts +2 -2
  16. package/bundle/components/Footer/LinkList.d.ts +2 -2
  17. package/bundle/components/Footer/SocialMedia.d.ts +2 -2
  18. package/bundle/components/Header/DropdownMenu.d.ts +2 -2
  19. package/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  20. package/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  21. package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  22. package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  23. package/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  24. package/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  25. package/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  26. package/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  27. package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  28. package/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  29. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  30. package/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  31. package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  32. package/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  33. package/bundle/data/CommonData.d.ts +2 -2
  34. package/bundle/hooks/useForm/useForm.d.ts +1 -1
  35. package/bundle/model/CommonInputProps.d.ts +7 -0
  36. package/bundle/model/ComponentType.d.ts +4 -0
  37. package/bundle/model/DefaultControlType.d.ts +5 -5
  38. package/bundle/model/DisabledProps.d.ts +3 -0
  39. package/bundle/model/Picture.d.ts +2 -2
  40. package/bundle/model/PlaceholderProps.d.ts +3 -0
  41. package/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  42. package/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  43. package/bundle/retail/model/RetailFormContent.d.ts +2 -2
  44. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  45. package/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  46. package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  47. package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  48. package/bundle/ui-kit/Button/Button.d.ts +3 -3
  49. package/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  50. package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  51. package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  52. package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  53. package/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  54. package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  55. package/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  56. package/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  57. package/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  58. package/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  59. package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  60. package/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  61. package/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  62. package/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  63. package/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  64. package/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  65. package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  66. package/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  67. package/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  68. package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  69. package/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  70. package/bundle/ui-kit/Link/Link.d.ts +2 -2
  71. package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  72. package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  73. package/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  74. package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  75. package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  76. package/bundle/ui-kit/ListControlProps.d.ts +1 -1
  77. package/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  78. package/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  79. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  80. package/bundle/ui-kit/SVG.d.ts +2 -2
  81. package/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  82. package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  83. package/bundle/ui-kit/Select/Select.d.ts +1 -2
  84. package/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  85. package/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  86. package/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  87. package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  88. package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  89. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  90. package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  91. package/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  92. package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  93. package/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  94. package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  95. package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  96. package/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  97. package/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  98. package/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  99. package/dist/UniBlock/UniBlockProps.d.ts +2 -2
  100. package/dist/components/Blocks.js +0 -6
  101. package/dist/components/Blocks.js.map +1 -1
  102. package/dist/components/Blocks.mobile.js +0 -4
  103. package/dist/components/Blocks.mobile.js.map +1 -1
  104. package/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  105. package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  106. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  107. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  108. package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  109. package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  110. package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  111. package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  112. package/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  113. package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  114. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  115. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  116. package/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  117. package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  118. package/dist/components/ContentPage/ContentPage.d.ts +2 -2
  119. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  120. package/dist/components/Footer/Contacts.d.ts +2 -2
  121. package/dist/components/Footer/Contacts.js.map +1 -1
  122. package/dist/components/Footer/FooterLink.d.ts +2 -2
  123. package/dist/components/Footer/LinkList.d.ts +2 -2
  124. package/dist/components/Footer/LinkList.js.map +1 -1
  125. package/dist/components/Footer/SocialMedia.d.ts +2 -2
  126. package/dist/components/Footer/SocialMedia.js.map +1 -1
  127. package/dist/components/Header/DropdownMenu.d.ts +2 -2
  128. package/dist/components/Header/DropdownMenu.js.map +1 -1
  129. package/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  130. package/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  131. package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  132. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  133. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  134. package/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  135. package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  136. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  137. package/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  138. package/dist/components/Header/HeaderTopMenu.js.map +1 -1
  139. package/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  140. package/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  141. package/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  142. package/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  143. package/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  144. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  145. package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  146. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  147. package/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  148. package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  149. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  150. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  151. package/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  152. package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  153. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  154. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  155. package/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  156. package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  157. package/dist/data/CommonData.d.ts +2 -2
  158. package/dist/hooks/useForm/useForm.d.ts +1 -1
  159. package/dist/model/CommonInputProps.d.ts +7 -0
  160. package/{mobile/dist/ui-kit/ControlStateProps.js → dist/model/CommonInputProps.js} +1 -1
  161. package/dist/model/CommonInputProps.js.map +1 -0
  162. package/dist/model/ComponentType.d.ts +4 -0
  163. package/dist/{ui-kit/ControlStateProps.js → model/ComponentType.js} +1 -1
  164. package/dist/model/ComponentType.js.map +1 -0
  165. package/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  166. package/dist/model/DefaultControlType.d.ts +5 -5
  167. package/dist/model/DisabledProps.d.ts +3 -0
  168. package/dist/model/DisabledProps.js +2 -0
  169. package/dist/model/DisabledProps.js.map +1 -0
  170. package/dist/model/Picture.d.ts +2 -2
  171. package/dist/model/PlaceholderProps.d.ts +3 -0
  172. package/dist/model/PlaceholderProps.js +2 -0
  173. package/dist/model/PlaceholderProps.js.map +1 -0
  174. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  175. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  176. package/dist/retail/components/Fields/SelectField.d.ts +4 -4
  177. package/dist/retail/components/Fields/SelectField.js.map +1 -1
  178. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  179. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  180. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  181. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  182. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  183. package/dist/retail/model/RetailFormContent.d.ts +2 -2
  184. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  185. package/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  186. package/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  187. package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  188. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  189. package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  190. package/dist/ui-kit/Button/Button.d.ts +3 -3
  191. package/dist/ui-kit/Button/Button.js.map +1 -1
  192. package/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  193. package/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  194. package/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  195. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  196. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  197. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  198. package/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  199. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  200. package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  201. package/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  202. package/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  203. package/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  204. package/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  205. package/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  206. package/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  207. package/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  208. package/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  209. package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  210. package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  211. package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  212. package/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  213. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  214. package/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  215. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  216. package/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  217. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  218. package/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  219. package/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  220. package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  221. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  222. package/dist/ui-kit/Input/InputControl.js +3 -19
  223. package/dist/ui-kit/Input/InputControl.js.map +1 -1
  224. package/dist/ui-kit/Input/InputProps.d.ts +4 -2
  225. package/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  226. package/dist/ui-kit/Input/InputWrapper.js +25 -0
  227. package/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  228. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  229. package/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  230. package/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  231. package/dist/ui-kit/Link/Link.d.ts +2 -2
  232. package/dist/ui-kit/Link/Link.js.map +1 -1
  233. package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  234. package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  235. package/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  236. package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  237. package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  238. package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  239. package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  240. package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  241. package/dist/ui-kit/ListControlProps.d.ts +1 -1
  242. package/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  243. package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  244. package/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  245. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  246. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  247. package/dist/ui-kit/SVG.d.ts +2 -2
  248. package/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  249. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  250. package/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  251. package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  252. package/dist/ui-kit/Select/Select.d.ts +1 -2
  253. package/dist/ui-kit/Select/Select.js.map +1 -1
  254. package/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  255. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  256. package/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  257. package/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  258. package/dist/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  259. package/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  260. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  261. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  262. package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  263. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  264. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  265. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  266. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  267. package/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  268. package/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  269. package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  270. package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  271. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  272. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  273. package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  274. package/dist/ui-kit/Tags/Tags.d.ts +2 -2
  275. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  276. package/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  277. package/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  278. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  279. package/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  280. package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  281. package/lib/UniBlock/UniBlockProps.d.ts +2 -2
  282. package/lib/common.css +1 -1
  283. package/lib/components/Blocks.js +0 -6
  284. package/lib/components/Blocks.js.map +1 -1
  285. package/lib/components/Blocks.mobile.js +0 -4
  286. package/lib/components/Blocks.mobile.js.map +1 -1
  287. package/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  288. package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  289. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  290. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  291. package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  292. package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  293. package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  294. package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  295. package/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  296. package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  297. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  298. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  299. package/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  300. package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  301. package/lib/components/ContentPage/ContentPage.d.ts +2 -2
  302. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  303. package/lib/components/Footer/Contacts.d.ts +2 -2
  304. package/lib/components/Footer/Contacts.js.map +1 -1
  305. package/lib/components/Footer/FooterLink.d.ts +2 -2
  306. package/lib/components/Footer/LinkList.d.ts +2 -2
  307. package/lib/components/Footer/LinkList.js.map +1 -1
  308. package/lib/components/Footer/SocialMedia.d.ts +2 -2
  309. package/lib/components/Footer/SocialMedia.js.map +1 -1
  310. package/lib/components/Header/DropdownMenu.d.ts +2 -2
  311. package/lib/components/Header/DropdownMenu.js.map +1 -1
  312. package/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  313. package/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  314. package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  315. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  316. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  317. package/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  318. package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  319. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  320. package/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  321. package/lib/components/Header/HeaderTopMenu.js.map +1 -1
  322. package/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  323. package/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  324. package/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  325. package/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  326. package/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  327. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  328. package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  329. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  330. package/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  331. package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  332. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  333. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  334. package/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  335. package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  336. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  337. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  338. package/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  339. package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  340. package/lib/data/CommonData.d.ts +2 -2
  341. package/lib/hooks/useForm/useForm.d.ts +1 -1
  342. package/lib/model/CommonInputProps.d.ts +7 -0
  343. package/lib/model/CommonInputProps.js +2 -0
  344. package/lib/model/CommonInputProps.js.map +1 -0
  345. package/lib/model/ComponentType.d.ts +4 -0
  346. package/lib/model/ComponentType.js +2 -0
  347. package/lib/model/ComponentType.js.map +1 -0
  348. package/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  349. package/lib/model/DefaultControlType.d.ts +5 -5
  350. package/lib/model/DisabledProps.d.ts +3 -0
  351. package/lib/model/DisabledProps.js +2 -0
  352. package/lib/model/DisabledProps.js.map +1 -0
  353. package/lib/model/Picture.d.ts +2 -2
  354. package/lib/model/PlaceholderProps.d.ts +3 -0
  355. package/lib/model/PlaceholderProps.js +2 -0
  356. package/lib/model/PlaceholderProps.js.map +1 -0
  357. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  358. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  359. package/lib/retail/components/Fields/SelectField.d.ts +4 -4
  360. package/lib/retail/components/Fields/SelectField.js.map +1 -1
  361. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  362. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  363. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  364. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  365. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  366. package/lib/retail/model/RetailFormContent.d.ts +2 -2
  367. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  368. package/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  369. package/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  370. package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  371. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  372. package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  373. package/lib/ui-kit/Button/Button.d.ts +3 -3
  374. package/lib/ui-kit/Button/Button.js.map +1 -1
  375. package/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  376. package/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  377. package/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  378. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  379. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  380. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  381. package/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  382. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  383. package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  384. package/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  385. package/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  386. package/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  387. package/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  388. package/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  389. package/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  390. package/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  391. package/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  392. package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  393. package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  394. package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  395. package/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  396. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  397. package/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  398. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  399. package/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  400. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  401. package/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  402. package/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  403. package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  404. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  405. package/lib/ui-kit/Input/InputControl.js +4 -20
  406. package/lib/ui-kit/Input/InputControl.js.map +1 -1
  407. package/lib/ui-kit/Input/InputProps.d.ts +4 -2
  408. package/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  409. package/lib/ui-kit/Input/InputWrapper.js +23 -0
  410. package/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  411. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  412. package/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  413. package/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  414. package/lib/ui-kit/Link/Link.d.ts +2 -2
  415. package/lib/ui-kit/Link/Link.js.map +1 -1
  416. package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  417. package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  418. package/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  419. package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  420. package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  421. package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  422. package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  423. package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  424. package/lib/ui-kit/ListControlProps.d.ts +1 -1
  425. package/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  426. package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  427. package/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  428. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  429. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  430. package/lib/ui-kit/SVG.d.ts +2 -2
  431. package/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  432. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  433. package/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  434. package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  435. package/lib/ui-kit/Select/Select.d.ts +1 -2
  436. package/lib/ui-kit/Select/Select.js.map +1 -1
  437. package/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  438. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  439. package/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  440. package/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  441. package/lib/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  442. package/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  443. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  444. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  445. package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  446. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  447. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  448. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  449. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  450. package/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  451. package/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  452. package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  453. package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  454. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  455. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  456. package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  457. package/lib/ui-kit/Tags/Tags.d.ts +2 -2
  458. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  459. package/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  460. package/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  461. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  462. package/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  463. package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  464. package/mobile/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  465. package/mobile/bundle/bundle.umd.js +39 -253
  466. package/mobile/bundle/bundle.umd.min.js +1 -1
  467. package/mobile/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  468. package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  469. package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  470. package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  471. package/mobile/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  472. package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  473. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  474. package/mobile/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  475. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  476. package/mobile/bundle/components/Footer/FooterLink.d.ts +2 -2
  477. package/mobile/bundle/components/Footer/LinkList.d.ts +2 -2
  478. package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
  479. package/mobile/bundle/components/Header/DropdownMenu.d.ts +2 -2
  480. package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  481. package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  482. package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  483. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  484. package/mobile/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  485. package/mobile/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  486. package/mobile/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  487. package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  488. package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  489. package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  490. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  491. package/mobile/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  492. package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  493. package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  494. package/mobile/bundle/data/CommonData.d.ts +2 -2
  495. package/mobile/bundle/hooks/useForm/useForm.d.ts +1 -1
  496. package/mobile/bundle/model/CommonInputProps.d.ts +7 -0
  497. package/mobile/bundle/model/ComponentType.d.ts +4 -0
  498. package/mobile/bundle/model/DefaultControlType.d.ts +5 -5
  499. package/mobile/bundle/model/DisabledProps.d.ts +3 -0
  500. package/mobile/bundle/model/Picture.d.ts +2 -2
  501. package/mobile/bundle/model/PlaceholderProps.d.ts +3 -0
  502. package/mobile/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  503. package/mobile/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  504. package/mobile/bundle/retail/model/RetailFormContent.d.ts +2 -2
  505. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  506. package/mobile/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  507. package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  508. package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  509. package/mobile/bundle/ui-kit/Button/Button.d.ts +3 -3
  510. package/mobile/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  511. package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  512. package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  513. package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  514. package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  515. package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  516. package/mobile/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  517. package/mobile/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  518. package/mobile/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  519. package/mobile/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  520. package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  521. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  522. package/mobile/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  523. package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  524. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  525. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  526. package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  527. package/mobile/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  528. package/mobile/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  529. package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  530. package/mobile/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  531. package/mobile/bundle/ui-kit/Link/Link.d.ts +2 -2
  532. package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  533. package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  534. package/mobile/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  535. package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  536. package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  537. package/mobile/bundle/ui-kit/ListControlProps.d.ts +1 -1
  538. package/mobile/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  539. package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  540. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  541. package/mobile/bundle/ui-kit/SVG.d.ts +2 -2
  542. package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  543. package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  544. package/mobile/bundle/ui-kit/Select/Select.d.ts +1 -2
  545. package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  546. package/mobile/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  547. package/mobile/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  548. package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  549. package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  550. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  551. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  552. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  553. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  554. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  555. package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  556. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  557. package/mobile/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  558. package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  559. package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  560. package/mobile/dist/UniBlock/UniBlockProps.d.ts +2 -2
  561. package/mobile/dist/components/Blocks.js +0 -4
  562. package/mobile/dist/components/Blocks.js.map +1 -1
  563. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  564. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  565. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  566. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  567. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  568. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  569. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  570. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  571. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  572. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  573. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  574. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  575. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  576. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  577. package/mobile/dist/components/ContentPage/ContentPage.d.ts +2 -2
  578. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  579. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  580. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  581. package/mobile/dist/components/Footer/FooterLink.d.ts +2 -2
  582. package/mobile/dist/components/Footer/LinkList.d.ts +2 -2
  583. package/mobile/dist/components/Footer/LinkList.js.map +1 -1
  584. package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
  585. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  586. package/mobile/dist/components/Header/DropdownMenu.d.ts +2 -2
  587. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  588. package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  589. package/mobile/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  590. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  591. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  592. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  593. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  594. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  595. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  596. package/mobile/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  597. package/mobile/dist/components/Header/HeaderTopMenu.js.map +1 -1
  598. package/mobile/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  599. package/mobile/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  600. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  601. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  602. package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  603. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  604. package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  605. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  606. package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  607. package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  608. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  609. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  610. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  611. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  612. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  613. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  614. package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  615. package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  616. package/mobile/dist/data/CommonData.d.ts +2 -2
  617. package/mobile/dist/hooks/useForm/useForm.d.ts +1 -1
  618. package/mobile/dist/model/CommonInputProps.d.ts +7 -0
  619. package/mobile/dist/model/CommonInputProps.js +2 -0
  620. package/mobile/dist/model/CommonInputProps.js.map +1 -0
  621. package/mobile/dist/model/ComponentType.d.ts +4 -0
  622. package/mobile/dist/model/ComponentType.js +2 -0
  623. package/mobile/dist/model/ComponentType.js.map +1 -0
  624. package/mobile/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  625. package/mobile/dist/model/DefaultControlType.d.ts +5 -5
  626. package/mobile/dist/model/DisabledProps.d.ts +3 -0
  627. package/mobile/dist/model/DisabledProps.js +2 -0
  628. package/mobile/dist/model/DisabledProps.js.map +1 -0
  629. package/mobile/dist/model/Picture.d.ts +2 -2
  630. package/mobile/dist/model/PlaceholderProps.d.ts +3 -0
  631. package/mobile/dist/model/PlaceholderProps.js +2 -0
  632. package/mobile/dist/model/PlaceholderProps.js.map +1 -0
  633. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  634. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  635. package/mobile/dist/retail/components/Fields/SelectField.d.ts +4 -4
  636. package/mobile/dist/retail/components/Fields/SelectField.js.map +1 -1
  637. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  638. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  639. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  640. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  641. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  642. package/mobile/dist/retail/model/RetailFormContent.d.ts +2 -2
  643. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  644. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  645. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  646. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  647. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  648. package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  649. package/mobile/dist/ui-kit/Button/Button.d.ts +3 -3
  650. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  651. package/mobile/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  652. package/mobile/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  653. package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  654. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  655. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  656. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  657. package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  658. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  659. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  660. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  661. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  662. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  663. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  664. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  665. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  666. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  667. package/mobile/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  668. package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  669. package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  670. package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  671. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  672. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  673. package/mobile/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  674. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  675. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  676. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  677. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  678. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  679. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  680. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  681. package/mobile/dist/ui-kit/Input/InputControl.js +3 -19
  682. package/mobile/dist/ui-kit/Input/InputControl.js.map +1 -1
  683. package/mobile/dist/ui-kit/Input/InputProps.d.ts +4 -2
  684. package/mobile/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  685. package/mobile/dist/ui-kit/Input/InputWrapper.js +25 -0
  686. package/mobile/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  687. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  688. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  689. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  690. package/mobile/dist/ui-kit/Link/Link.d.ts +2 -2
  691. package/mobile/dist/ui-kit/Link/Link.js.map +1 -1
  692. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  693. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  694. package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  695. package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  696. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  697. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  698. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  699. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  700. package/mobile/dist/ui-kit/ListControlProps.d.ts +1 -1
  701. package/mobile/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  702. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  703. package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  704. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  705. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  706. package/mobile/dist/ui-kit/SVG.d.ts +2 -2
  707. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  708. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  709. package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  710. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  711. package/mobile/dist/ui-kit/Select/Select.d.ts +1 -2
  712. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  713. package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  714. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  715. package/mobile/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  716. package/mobile/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  717. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  718. package/mobile/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  719. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  720. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  721. package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  722. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  723. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  724. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  725. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  726. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  727. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  728. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  729. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  730. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  731. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  732. package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  733. package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
  734. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  735. package/mobile/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  736. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  737. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  738. package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  739. package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  740. package/mobile/lib/UniBlock/UniBlockProps.d.ts +2 -2
  741. package/mobile/lib/common.css +1 -1
  742. package/mobile/lib/components/Blocks.js +0 -4
  743. package/mobile/lib/components/Blocks.js.map +1 -1
  744. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  745. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  746. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  747. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  748. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  749. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  750. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  751. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  752. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  753. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  754. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  755. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  756. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  757. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  758. package/mobile/lib/components/ContentPage/ContentPage.d.ts +2 -2
  759. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  760. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  761. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  762. package/mobile/lib/components/Footer/FooterLink.d.ts +2 -2
  763. package/mobile/lib/components/Footer/LinkList.d.ts +2 -2
  764. package/mobile/lib/components/Footer/LinkList.js.map +1 -1
  765. package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
  766. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  767. package/mobile/lib/components/Header/DropdownMenu.d.ts +2 -2
  768. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  769. package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  770. package/mobile/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  771. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  772. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  773. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  774. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  775. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  776. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  777. package/mobile/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  778. package/mobile/lib/components/Header/HeaderTopMenu.js.map +1 -1
  779. package/mobile/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  780. package/mobile/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  781. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  782. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  783. package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  784. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  785. package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  786. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  787. package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  788. package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  789. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  790. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  791. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  792. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  793. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  794. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  795. package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  796. package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  797. package/mobile/lib/data/CommonData.d.ts +2 -2
  798. package/mobile/lib/hooks/useForm/useForm.d.ts +1 -1
  799. package/mobile/lib/model/CommonInputProps.d.ts +7 -0
  800. package/mobile/lib/model/CommonInputProps.js +2 -0
  801. package/mobile/lib/model/CommonInputProps.js.map +1 -0
  802. package/mobile/lib/model/ComponentType.d.ts +4 -0
  803. package/mobile/lib/model/ComponentType.js +2 -0
  804. package/mobile/lib/model/ComponentType.js.map +1 -0
  805. package/mobile/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  806. package/mobile/lib/model/DefaultControlType.d.ts +5 -5
  807. package/mobile/lib/model/DisabledProps.d.ts +3 -0
  808. package/mobile/lib/model/DisabledProps.js +2 -0
  809. package/mobile/lib/model/DisabledProps.js.map +1 -0
  810. package/mobile/lib/model/Picture.d.ts +2 -2
  811. package/mobile/lib/model/PlaceholderProps.d.ts +3 -0
  812. package/mobile/lib/model/PlaceholderProps.js +2 -0
  813. package/mobile/lib/model/PlaceholderProps.js.map +1 -0
  814. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  815. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  816. package/mobile/lib/retail/components/Fields/SelectField.d.ts +4 -4
  817. package/mobile/lib/retail/components/Fields/SelectField.js.map +1 -1
  818. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  819. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  820. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  821. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +1 -1
  822. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  823. package/mobile/lib/retail/model/RetailFormContent.d.ts +2 -2
  824. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  825. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  826. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  827. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  828. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  829. package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  830. package/mobile/lib/ui-kit/Button/Button.d.ts +3 -3
  831. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  832. package/mobile/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  833. package/mobile/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  834. package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  835. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  836. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  837. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  838. package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  839. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  840. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  841. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  842. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  843. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  844. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  845. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  846. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  847. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  848. package/mobile/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  849. package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  850. package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  851. package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  852. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  853. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  854. package/mobile/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  855. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  856. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  857. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  858. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  859. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  860. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  861. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  862. package/mobile/lib/ui-kit/Input/InputControl.js +4 -20
  863. package/mobile/lib/ui-kit/Input/InputControl.js.map +1 -1
  864. package/mobile/lib/ui-kit/Input/InputProps.d.ts +4 -2
  865. package/mobile/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  866. package/mobile/lib/ui-kit/Input/InputWrapper.js +23 -0
  867. package/mobile/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  868. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  869. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  870. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  871. package/mobile/lib/ui-kit/Link/Link.d.ts +2 -2
  872. package/mobile/lib/ui-kit/Link/Link.js.map +1 -1
  873. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  874. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  875. package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  876. package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  877. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  878. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  879. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  880. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  881. package/mobile/lib/ui-kit/ListControlProps.d.ts +1 -1
  882. package/mobile/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  883. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  884. package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  885. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  886. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  887. package/mobile/lib/ui-kit/SVG.d.ts +2 -2
  888. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  889. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  890. package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  891. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  892. package/mobile/lib/ui-kit/Select/Select.d.ts +1 -2
  893. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  894. package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  895. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  896. package/mobile/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  897. package/mobile/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  898. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  899. package/mobile/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  900. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  901. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  902. package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  903. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  904. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  905. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  906. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  907. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  908. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  909. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  910. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  911. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  912. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  913. package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  914. package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
  915. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  916. package/mobile/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  917. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  918. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  919. package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  920. package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  921. package/mobile/src/UniBlock/UniBlockProps.ts +2 -2
  922. package/mobile/src/components/Blocks.ts +0 -4
  923. package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  924. package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  925. package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  926. package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  927. package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  928. package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +0 -1
  929. package/mobile/src/components/Carousel/renderCardHighlight.tsx +2 -3
  930. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  931. package/mobile/src/components/Footer/Contacts.tsx +2 -2
  932. package/mobile/src/components/Footer/FooterLink.ts +2 -2
  933. package/mobile/src/components/Footer/LinkList.tsx +2 -2
  934. package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
  935. package/mobile/src/components/Header/DropdownMenu.tsx +2 -2
  936. package/mobile/src/components/Header/HeaderChatBotButton.tsx +2 -2
  937. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  938. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  939. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  940. package/mobile/src/components/Header/HeaderTopMenu.tsx +2 -2
  941. package/mobile/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  942. package/mobile/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  943. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  944. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  945. package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  946. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  947. package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  948. package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  949. package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  950. package/mobile/src/data/CommonData.ts +2 -1
  951. package/mobile/src/hooks/useForm/useForm.ts +1 -1
  952. package/mobile/src/model/CommonInputProps.ts +12 -0
  953. package/mobile/src/model/ComponentType.ts +4 -0
  954. package/mobile/src/model/DefaultControlType.ts +10 -5
  955. package/mobile/src/model/DisabledProps.ts +3 -0
  956. package/mobile/src/model/Picture.ts +2 -2
  957. package/mobile/src/model/PlaceholderProps.ts +3 -0
  958. package/mobile/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  959. package/mobile/src/retail/components/Fields/SelectField.tsx +9 -4
  960. package/mobile/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  961. package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
  962. package/mobile/src/retail/model/RetailFormContent.ts +3 -2
  963. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  964. package/mobile/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  965. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  966. package/mobile/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  967. package/mobile/src/ui-kit/Button/Button.tsx +3 -3
  968. package/mobile/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  969. package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  970. package/mobile/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  971. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  972. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  973. package/mobile/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  974. package/mobile/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  975. package/mobile/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  976. package/mobile/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  977. package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  978. package/mobile/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  979. package/mobile/src/ui-kit/Foldable/Foldable.tsx +2 -3
  980. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  981. package/mobile/src/ui-kit/Heading/HeadingProps.ts +2 -4
  982. package/mobile/src/ui-kit/Icon/Icon.tsx +2 -1
  983. package/mobile/src/ui-kit/Icon/IconProps.ts +7 -6
  984. package/mobile/src/ui-kit/Img/ImgProps.ts +2 -2
  985. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  986. package/mobile/src/ui-kit/Input/InputControl.tsx +5 -68
  987. package/mobile/src/ui-kit/Input/InputProps.ts +2 -2
  988. package/mobile/src/ui-kit/Input/InputWrapper.tsx +78 -0
  989. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  990. package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  991. package/mobile/src/ui-kit/Link/Link.tsx +2 -2
  992. package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  993. package/mobile/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  994. package/mobile/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  995. package/mobile/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  996. package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  997. package/mobile/src/ui-kit/ListControlProps.ts +1 -1
  998. package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  999. package/mobile/src/ui-kit/Radio/RadioProps.ts +4 -4
  1000. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1001. package/mobile/src/ui-kit/SVG.tsx +2 -2
  1002. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1003. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1004. package/mobile/src/ui-kit/Select/Select.tsx +1 -2
  1005. package/mobile/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1006. package/mobile/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1007. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +2 -1
  1008. package/mobile/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1009. package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1010. package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1011. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1012. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1013. package/mobile/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1014. package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1015. package/mobile/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1016. package/mobile/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1017. package/mobile/src/ui-kit/Tags/Tags.tsx +2 -3
  1018. package/mobile/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1019. package/mobile/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1020. package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1021. package/package.json +2 -2
  1022. package/src/UniBlock/UniBlockProps.ts +2 -2
  1023. package/src/components/Blocks.mobile.ts +0 -4
  1024. package/src/components/Blocks.ts +0 -6
  1025. package/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  1026. package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  1027. package/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  1028. package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  1029. package/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  1030. package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +0 -1
  1031. package/src/components/Carousel/renderCardHighlight.tsx +2 -3
  1032. package/src/components/ContentPage/ContentPage.tsx +2 -2
  1033. package/src/components/Footer/Contacts.tsx +2 -2
  1034. package/src/components/Footer/FooterLink.ts +2 -2
  1035. package/src/components/Footer/LinkList.tsx +2 -2
  1036. package/src/components/Footer/SocialMedia.tsx +2 -2
  1037. package/src/components/Header/DropdownMenu.tsx +2 -2
  1038. package/src/components/Header/HeaderChatBotButton.tsx +2 -2
  1039. package/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  1040. package/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  1041. package/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  1042. package/src/components/Header/HeaderTopMenu.tsx +2 -2
  1043. package/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  1044. package/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  1045. package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  1046. package/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  1047. package/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  1048. package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  1049. package/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  1050. package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  1051. package/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  1052. package/src/data/CommonData.ts +2 -1
  1053. package/src/hooks/useForm/useForm.ts +1 -1
  1054. package/src/icons/IconName.ts +4 -4
  1055. package/src/model/CommonInputProps.ts +12 -0
  1056. package/src/model/ComponentType.ts +4 -0
  1057. package/src/model/DefaultControlType.ts +10 -5
  1058. package/src/model/DisabledProps.ts +3 -0
  1059. package/src/model/Picture.ts +2 -2
  1060. package/src/model/PlaceholderProps.ts +3 -0
  1061. package/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  1062. package/src/retail/components/Fields/SelectField.tsx +9 -4
  1063. package/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  1064. package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
  1065. package/src/retail/model/RetailFormContent.ts +3 -2
  1066. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  1067. package/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  1068. package/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  1069. package/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  1070. package/src/ui-kit/Button/Button.tsx +3 -3
  1071. package/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  1072. package/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  1073. package/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  1074. package/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  1075. package/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  1076. package/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  1077. package/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  1078. package/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  1079. package/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  1080. package/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  1081. package/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  1082. package/src/ui-kit/Foldable/Foldable.tsx +2 -3
  1083. package/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  1084. package/src/ui-kit/Heading/HeadingProps.ts +2 -4
  1085. package/src/ui-kit/Icon/Icon.tsx +2 -1
  1086. package/src/ui-kit/Icon/IconProps.ts +7 -6
  1087. package/src/ui-kit/Img/ImgProps.ts +2 -2
  1088. package/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  1089. package/src/ui-kit/Input/InputControl.tsx +5 -68
  1090. package/src/ui-kit/Input/InputProps.ts +2 -2
  1091. package/src/ui-kit/Input/InputWrapper.tsx +78 -0
  1092. package/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  1093. package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  1094. package/src/ui-kit/Link/Link.tsx +2 -2
  1095. package/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  1096. package/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  1097. package/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  1098. package/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  1099. package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  1100. package/src/ui-kit/ListControlProps.ts +1 -1
  1101. package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1102. package/src/ui-kit/Radio/RadioProps.ts +4 -4
  1103. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1104. package/src/ui-kit/SVG.tsx +2 -2
  1105. package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1106. package/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1107. package/src/ui-kit/Select/Select.tsx +1 -2
  1108. package/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1109. package/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1110. package/src/ui-kit/Sitemap/Sitemap.mobile.tsx +2 -1
  1111. package/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1112. package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1113. package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1114. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1115. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1116. package/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1117. package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1118. package/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1119. package/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1120. package/src/ui-kit/Tags/Tags.tsx +2 -3
  1121. package/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1122. package/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1123. package/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1124. package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1125. package/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1126. package/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1127. package/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1128. package/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1129. package/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1130. package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1131. package/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1132. package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1133. package/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1134. package/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1135. package/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1136. package/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1137. package/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1138. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1139. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1140. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1141. package/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1142. package/bundle/ui-kit/Rating/Rating.d.ts +0 -1
  1143. package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1144. package/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
  1145. package/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1146. package/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1147. package/dist/components/CarouselLinks/CarouselLinks.js +0 -11
  1148. package/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1149. package/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1150. package/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1151. package/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1152. package/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1153. package/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
  1154. package/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1155. package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1156. package/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
  1157. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1158. package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1159. package/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
  1160. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1161. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1162. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
  1163. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1164. package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1165. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
  1166. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1167. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1168. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1169. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1170. package/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1171. package/dist/components/ExchangeRateTile/calculateResult.js +0 -11
  1172. package/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1173. package/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1174. package/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
  1175. package/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1176. package/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1177. package/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
  1178. package/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1179. package/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1180. package/dist/components/ExchangeRateTile/renderInput.js +0 -16
  1181. package/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
  1182. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1183. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
  1184. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1185. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1186. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
  1187. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1188. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1189. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1190. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1191. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1192. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
  1193. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1194. package/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1195. package/dist/ui-kit/ControlStateProps.js.map +0 -1
  1196. package/dist/ui-kit/Rating/Rating.d.ts +0 -1
  1197. package/dist/ui-kit/Rating/Rating.js +0 -21
  1198. package/dist/ui-kit/Rating/Rating.js.map +0 -1
  1199. package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1200. package/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
  1201. package/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1202. package/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1203. package/lib/components/CarouselLinks/CarouselLinks.fixture.d.ts +0 -5
  1204. package/lib/components/CarouselLinks/CarouselLinks.fixture.mobile.d.ts +0 -5
  1205. package/lib/components/CarouselLinks/CarouselLinks.js +0 -9
  1206. package/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1207. package/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1208. package/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1209. package/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1210. package/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1211. package/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
  1212. package/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1213. package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1214. package/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
  1215. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1216. package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1217. package/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
  1218. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1219. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1220. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
  1221. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1222. package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1223. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +0 -5
  1224. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.d.ts +0 -5
  1225. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
  1226. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1227. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1228. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1229. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1230. package/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1231. package/lib/components/ExchangeRateTile/calculateResult.js +0 -7
  1232. package/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1233. package/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1234. package/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
  1235. package/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1236. package/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1237. package/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
  1238. package/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1239. package/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1240. package/lib/components/ExchangeRateTile/renderInput.js +0 -13
  1241. package/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
  1242. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1243. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
  1244. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1245. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1246. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +0 -5
  1247. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
  1248. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1249. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1250. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1251. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1252. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1253. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
  1254. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1255. package/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1256. package/lib/ui-kit/ControlStateProps.js +0 -2
  1257. package/lib/ui-kit/ControlStateProps.js.map +0 -1
  1258. package/lib/ui-kit/Rating/Rating.d.ts +0 -1
  1259. package/lib/ui-kit/Rating/Rating.fixture.d.ts +0 -5
  1260. package/lib/ui-kit/Rating/Rating.js +0 -18
  1261. package/lib/ui-kit/Rating/Rating.js.map +0 -1
  1262. package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1263. package/mobile/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1264. package/mobile/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1265. package/mobile/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1266. package/mobile/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1267. package/mobile/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1268. package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1269. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1270. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1271. package/mobile/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1272. package/mobile/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1273. package/mobile/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1274. package/mobile/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1275. package/mobile/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1276. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1277. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1278. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1279. package/mobile/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1280. package/mobile/bundle/ui-kit/Rating/Rating.d.ts +0 -1
  1281. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1282. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
  1283. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1284. package/mobile/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1285. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +0 -11
  1286. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1287. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1288. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1289. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1290. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1291. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
  1292. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1293. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1294. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
  1295. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1296. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1297. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
  1298. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1299. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1300. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
  1301. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1302. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1303. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
  1304. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1305. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1306. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1307. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1308. package/mobile/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1309. package/mobile/dist/components/ExchangeRateTile/calculateResult.js +0 -11
  1310. package/mobile/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1311. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1312. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
  1313. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1314. package/mobile/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1315. package/mobile/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
  1316. package/mobile/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1317. package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1318. package/mobile/dist/components/ExchangeRateTile/renderInput.js +0 -16
  1319. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
  1320. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1321. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
  1322. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1323. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1324. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
  1325. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1326. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1327. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1328. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1329. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1330. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
  1331. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1332. package/mobile/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1333. package/mobile/dist/ui-kit/ControlStateProps.js.map +0 -1
  1334. package/mobile/dist/ui-kit/Rating/Rating.d.ts +0 -1
  1335. package/mobile/dist/ui-kit/Rating/Rating.js +0 -21
  1336. package/mobile/dist/ui-kit/Rating/Rating.js.map +0 -1
  1337. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1338. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
  1339. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1340. package/mobile/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1341. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +0 -9
  1342. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1343. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1344. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1345. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1346. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1347. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
  1348. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1349. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1350. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
  1351. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1352. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1353. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
  1354. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1355. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1356. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
  1357. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1358. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1359. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
  1360. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1361. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1362. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1363. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1364. package/mobile/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1365. package/mobile/lib/components/ExchangeRateTile/calculateResult.js +0 -7
  1366. package/mobile/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1367. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1368. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
  1369. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1370. package/mobile/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1371. package/mobile/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
  1372. package/mobile/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1373. package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1374. package/mobile/lib/components/ExchangeRateTile/renderInput.js +0 -13
  1375. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
  1376. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1377. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
  1378. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1379. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1380. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
  1381. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1382. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1383. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1384. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1385. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1386. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
  1387. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1388. package/mobile/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1389. package/mobile/lib/ui-kit/ControlStateProps.js +0 -2
  1390. package/mobile/lib/ui-kit/ControlStateProps.js.map +0 -1
  1391. package/mobile/lib/ui-kit/Rating/Rating.d.ts +0 -1
  1392. package/mobile/lib/ui-kit/Rating/Rating.js +0 -18
  1393. package/mobile/lib/ui-kit/Rating/Rating.js.map +0 -1
  1394. package/mobile/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
  1395. package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
  1396. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
  1397. package/mobile/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
  1398. package/mobile/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
  1399. package/mobile/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
  1400. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
  1401. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
  1402. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
  1403. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
  1404. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
  1405. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
  1406. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
  1407. package/mobile/src/components/ExchangeRateTile/calculateResult.ts +0 -9
  1408. package/mobile/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
  1409. package/mobile/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
  1410. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +0 -44
  1411. package/mobile/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
  1412. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
  1413. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
  1414. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
  1415. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
  1416. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
  1417. package/mobile/src/ui-kit/ControlStateProps.ts +0 -3
  1418. package/mobile/src/ui-kit/Rating/Rating.tsx +0 -39
  1419. package/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
  1420. package/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
  1421. package/src/components/CarouselLinks/CarouselLinks.fixture.mobile.tsx +0 -83
  1422. package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +0 -40
  1423. package/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
  1424. package/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
  1425. package/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
  1426. package/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
  1427. package/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
  1428. package/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
  1429. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
  1430. package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
  1431. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.tsx +0 -19
  1432. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +0 -21
  1433. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
  1434. package/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
  1435. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
  1436. package/src/components/ExchangeRateTile/calculateResult.ts +0 -9
  1437. package/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
  1438. package/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
  1439. package/src/components/ExchangeRateTile/renderInput.tsx +0 -44
  1440. package/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
  1441. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
  1442. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +0 -62
  1443. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
  1444. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
  1445. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
  1446. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
  1447. package/src/ui-kit/ControlStateProps.ts +0 -3
  1448. package/src/ui-kit/Rating/Rating.fixture.tsx +0 -7
  1449. package/src/ui-kit/Rating/Rating.tsx +0 -39
  1450. /package/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1451. /package/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1452. /package/dist/{ui-kit → model}/ControlProps.js +0 -0
  1453. /package/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1454. /package/lib/{ui-kit → model}/ControlProps.js +0 -0
  1455. /package/mobile/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1456. /package/mobile/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1457. /package/mobile/dist/{ui-kit → model}/ControlProps.js +0 -0
  1458. /package/mobile/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1459. /package/mobile/lib/{ui-kit → model}/ControlProps.js +0 -0
  1460. /package/mobile/src/{ui-kit → model}/ControlProps.ts +0 -0
  1461. /package/src/{ui-kit → model}/ControlProps.ts +0 -0
@@ -1,58 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.InsuranceAmountBlockInner = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
- const useCarouselControls_1 = require("../../hooks/useCarouselControls");
7
- const Img_1 = require("../../ui-kit/Img/Img");
8
- const LinkButton_1 = require("../../ui-kit/LinkButton/LinkButton");
9
- const renderArrows_1 = require("../../ui-kit/LinkButton/renderArrows");
10
- const Text_1 = require("../../ui-kit/Text/Text");
11
- const toLocalNumberFormat_1 = require("../../utils/toLocalNumberFormat");
12
- exports.InsuranceAmountBlockInner = (0, uni_jsx_1.JSX)(({ className = '', cards = [], button }) => {
13
- const [selectedCardIndex, setSelectedCardIndex] = (0, hooks_1.useState)(0);
14
- const handleSelectedCardIndex = (0, hooks_1.useCallback)((_) => setSelectedCardIndex(_), []);
15
- const galleryLength = cards.length;
16
- const CARD_VIEW_COUNT = 2;
17
- const [activeIndex, controls] = (0, useCarouselControls_1.useCarouselControls)({
18
- itemCount: galleryLength,
19
- visibleItemCount: CARD_VIEW_COUNT,
20
- });
21
- const { canDec, canInc } = controls;
22
- const activeHref = cards[activeIndex]?.href;
23
- return ((0, jsx_runtime_1.jsxs)("section", { role: "listitem", className: `min-w-full text-center ${className}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "relative overflow-hidden", "aria-label": "\u0421\u0442\u0440\u0430\u0445\u043E\u0432\u044B\u0435 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B", children: [galleryLength
24
- ? renderGallery({
25
- activeIndex,
26
- cards,
27
- selectedCardIndex,
28
- onClick: handleSelectedCardIndex,
29
- })
30
- : null, (0, renderArrows_1.renderArrows)({
31
- ...controls,
32
- btnClass: ['left-12', 'right-12'],
33
- className: 'top-16',
34
- }), canDec ? ((0, jsx_runtime_1.jsx)("div", { className: "absolute top-0 left-0 h-full w-32 bg-opacity-from-white" })) : null, canInc ? ((0, jsx_runtime_1.jsx)("div", { className: "absolute top-0 right-0 h-full w-32 bg-opacity-to-white" })) : null] }), (0, jsx_runtime_1.jsx)(LinkButton_1.LinkButton, { className: "w-60 text-center", version: "primary", ...button, href: activeHref })] }));
35
- });
36
- function renderGallery({ activeIndex, cards, selectedCardIndex, onClick }) {
37
- const tabsShiftWidth = activeIndex * 460;
38
- const cardsAlignStyle = cards.length > 2 ? 'justify-start' : 'justify-center';
39
- return ((0, jsx_runtime_1.jsx)("div", { style: { transform: `translateX(-${tabsShiftWidth}px)` }, className: "duration-1000 px-6xl", children: (0, jsx_runtime_1.jsx)("div", { className: `w-full flex flex-nowrap gap-s pb-6xl ${cardsAlignStyle}`, children: cards.map((slide, i) => renderNavButton({
40
- slide,
41
- i,
42
- isActive: Boolean(i === selectedCardIndex),
43
- onClick: () => onClick(i),
44
- })) }) }));
45
- }
46
- function renderNavButton({ slide, i, isActive, onClick }) {
47
- const btnClassName = isActive
48
- ? 'shadow-dark-blue border-primary-main'
49
- : `ease-in duration-300 border-gray`;
50
- return ((0, jsx_runtime_1.jsxs)("button", { type: "button", onClick: onClick, className: `p-3xl min-w-fit flex items-center gap-2xl bg-white border-solid border relative ${btnClassName}`, children: [slide?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "p-lg rounded-full bg-secondary-light", image: slide.icon, width: "108", height: "108" })) : null, (0, jsx_runtime_1.jsxs)("div", { className: "flex gap-s", children: [slide?.sum ? renderValueBlock('страховая сумма', slide.sum) : null, slide?.fee ? renderValueBlock('страховой взнос', slide.fee) : null] }), renderDoneIcon(isActive)] }, String(i)));
51
- }
52
- function renderValueBlock(title, sum) {
53
- return ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col text-left whitespace-pre", children: [(0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h6", children: [(0, toLocalNumberFormat_1.toLocalNumberFormat)(2)(sum), " \u20BD"] }), (0, jsx_runtime_1.jsx)("div", { className: "mt-2xs", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-l", color: "text-secondary-text", children: title }) })] }));
54
- }
55
- function renderDoneIcon(isActive) {
56
- return isActive ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: `h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4`, image: { icon: 'DoneIcon' }, width: "24", height: "24" })) : null;
57
- }
58
- //# sourceMappingURL=InsuranceAmountBlockInner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InsuranceAmountBlockInner.js","sourceRoot":"","sources":["../../../src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,yEAAsE;AACtE,8CAA2C;AAC3C,mEAAgE;AAEhE,uEAAoE;AACpE,iDAA8C;AAC9C,yEAAsE;AAsBzD,QAAA,yBAAyB,GAAG,IAAA,aAAG,EAC1C,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;IACzC,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAC9D,MAAM,uBAAuB,GAAG,IAAA,mBAAW,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACxF,MAAM,aAAa,GAAG,KAAK,CAAC,MAAM,CAAC;IACnC,MAAM,eAAe,GAAG,CAAC,CAAC;IAC1B,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,aAAa;QACxB,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;IACH,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,QAAQ,CAAC;IACpC,MAAM,UAAU,GAAG,KAAK,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;IAE5C,OAAO,CACL,qCAAS,IAAI,EAAC,UAAU,EAAC,SAAS,EAAE,0BAA0B,SAAS,EAAE,aACvE,iCAAK,SAAS,EAAC,0BAA0B,gBAAY,+GAAqB,aACvE,aAAa;wBACZ,CAAC,CAAC,aAAa,CAAC;4BACZ,WAAW;4BACX,KAAK;4BACL,iBAAiB;4BACjB,OAAO,EAAE,uBAAuB;yBACjC,CAAC;wBACJ,CAAC,CAAC,IAAI,EACP,IAAA,2BAAY,EAAC;wBACZ,GAAG,QAAQ;wBACX,QAAQ,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;wBACjC,SAAS,EAAE,QAAQ;qBACpB,CAAC,EACD,MAAM,CAAC,CAAC,CAAC,CACR,gCAAK,SAAS,EAAC,yDAAyD,GAAG,CAC5E,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,CACR,gCAAK,SAAS,EAAC,wDAAwD,GAAG,CAC3E,CAAC,CAAC,CAAC,IAAI,IACJ,EACN,uBAAC,uBAAU,IAAC,SAAS,EAAC,kBAAkB,EAAC,OAAO,EAAC,SAAS,KAAK,MAAM,EAAE,IAAI,EAAE,UAAU,GAAI,IACnF,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,aAAa,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAyB;IAC9F,MAAM,cAAc,GAAG,WAAW,GAAG,GAAG,CAAC;IACzC,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,gBAAgB,CAAC;IAE9E,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,cAAc,KAAK,EAAE,EAAE,SAAS,EAAC,sBAAsB,YAC7F,gCAAK,SAAS,EAAE,wCAAwC,eAAe,EAAE,YACtE,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CACtB,eAAe,CAAC;gBACd,KAAK;gBACL,CAAC;gBACD,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAK,iBAAiB,CAAC;gBAC1C,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;aAC1B,CAAC,CACH,GACG,GACF,CACP,CAAC;AACJ,CAAC;AAED,SAAS,eAAe,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAkB;IACtE,MAAM,YAAY,GAAG,QAAQ;QAC3B,CAAC,CAAC,sCAAsC;QACxC,CAAC,CAAC,kCAAkC,CAAC;IAEvC,OAAO,CACL,oCACE,IAAI,EAAC,QAAQ,EAEb,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,mFAAmF,YAAY,EAAE,aAE3G,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CACb,uBAAC,SAAG,IACF,SAAS,EAAC,sCAAsC,EAChD,KAAK,EAAE,KAAK,CAAC,IAAI,EACjB,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EAER,iCAAK,SAAS,EAAC,YAAY,aACxB,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,gBAAgB,CAAC,iBAAiB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAClE,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,gBAAgB,CAAC,iBAAiB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,IAC/D,EACL,cAAc,CAAC,QAAQ,CAAC,KAjBpB,MAAM,CAAC,CAAC,CAAC,CAkBP,CACV,CAAC;AACJ,CAAC;AAED,SAAS,gBAAgB,CAAC,KAAa,EAAE,GAAW;IAClD,OAAO,CACL,iCAAK,SAAS,EAAC,wCAAwC,aACrD,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,aAAE,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,GAAG,CAAC,eAAU,EAC3D,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,qBAAqB,YAC5C,KAAK,GACD,GACH,IACF,CACP,CAAC;AACJ,CAAC;AAED,SAAS,cAAc,CAAC,QAAiB;IACvC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,uBAAC,SAAG,IACF,SAAS,EAAE,gDAAgD,EAC3D,KAAK,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,EAC3B,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC"}
@@ -1,3 +0,0 @@
1
- export interface ControlStateProps {
2
- disabled?: boolean;
3
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ControlStateProps.js","sourceRoot":"","sources":["../../src/ui-kit/ControlStateProps.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- export declare const Rating: () => any;
@@ -1,21 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.Rating = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
- const Icon_1 = require("../Icon/Icon");
6
- const Rating = () => {
7
- const [rating, setRating] = (0, hooks_1.useState)(0);
8
- const [hoverRating, setHoverRating] = (0, hooks_1.useState)(0);
9
- const handleClick = (event) => {
10
- setRating(parseInt(event.currentTarget.id));
11
- };
12
- const handleMouseEnter = (event) => {
13
- setHoverRating(parseInt(event.currentTarget.id));
14
- };
15
- const handleMouseLeave = () => {
16
- setHoverRating(0);
17
- };
18
- return ((0, jsx_runtime_1.jsx)("div", { className: "flex justify-center", children: [...Array(5)].map((_, i) => ((0, jsx_runtime_1.jsx)("span", { onClick: handleClick, onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, id: `${i + 1}`, children: (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: "StarIcon", iconVersion: rating >= i + 1 || hoverRating >= i + 1 ? 'color' : 'gray', className: "cursor-pointer w-14 h-14" }) }, i))) }));
19
- };
20
- exports.Rating = Rating;
21
- //# sourceMappingURL=Rating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.js","sourceRoot":"","sources":["../../../src/ui-kit/Rating/Rating.tsx"],"names":[],"mappings":";;;AAAA,uDAAuD;AACvD,uCAAoC;AAE7B,MAAM,MAAM,GAAG,GAAG,EAAE;IACzB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IACxC,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAElD,MAAM,WAAW,GAAG,CAAC,KAAwC,EAAE,EAAE;QAC/D,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,CAAC,KAAwC,EAAE,EAAE;QACpE,cAAc,CAAC,QAAQ,CAAC,KAAK,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC;IACnD,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAG,EAAE;QAC5B,cAAc,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC,CAAC;IAEF,OAAO,CACL,gCAAK,SAAS,EAAC,qBAAqB,YACjC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAC3B,iCAEE,OAAO,EAAE,WAAW,EACpB,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,gBAAgB,EAC9B,EAAE,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE,YAEd,uBAAC,WAAI,IACH,IAAI,EAAC,UAAU,EACf,WAAW,EAAE,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,WAAW,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,EACvE,SAAS,EAAC,0BAA0B,GACpC,IAVG,CAAC,CAWD,CACR,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAnCW,QAAA,MAAM,UAmCjB"}
@@ -1,5 +0,0 @@
1
- import { type CarouselLinkProps } from './CarouselLinksContent';
2
- export declare type CarouselLinkButtonProps = CarouselLinkProps & {
3
- className?: string;
4
- };
5
- export declare const CarouselLinkButton: import("@redneckz/uni-jsx").UNIComponent<CarouselLinkButtonProps, any, any>;
@@ -1,15 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { useLink } from '../../hooks/useLink.js';
4
- import { Img } from '../../ui-kit/Img/Img.js';
5
- import { style } from '../../utils/style.js';
6
- export const CarouselLinkButton = JSX(({ icon, ...linkProps }) => {
7
- const link = useLink();
8
- const { text, href, target, onClick } = link(linkProps);
9
- const textStyle = 'font-light md:font-normal text-primary-text text-center text-xs md:text-sm whitespace-wrap';
10
- return text ? (_jsx("div", { className: style('p-3 rounded-lg bg-white text-secondary-text flex justify-center'), children: _jsx("a", { role: "link", href: href, target: target, onClick: onClick, children: _jsxs("div", { className: "flex flex-col items-center gap-3 break-words max-w-[150px]", children: [icon ? (_jsx(Img, { className: "w-7 h-7 md:w-12 md:h-12", image: {
11
- ...icon,
12
- iconVersion: icon?.iconVersion,
13
- }, alt: text })) : null, _jsx("div", { className: textStyle, children: text })] }) }) })) : null;
14
- });
15
- //# sourceMappingURL=CarouselLinkButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CarouselLinkButton.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinkButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAO1C,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAA0B,CAAC,EAAE,IAAI,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IACxF,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC;IAExD,MAAM,SAAS,GACb,4FAA4F,CAAC;IAE/F,OAAO,IAAI,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAE,KAAK,CAAC,iEAAiE,CAAC,YACtF,YAAG,IAAI,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,YACzD,eAAK,SAAS,EAAC,4DAA4D,aACxE,IAAI,CAAC,CAAC,CAAC,CACN,KAAC,GAAG,IACF,SAAS,EAAC,yBAAyB,EACnC,KAAK,EAAE;4BACL,GAAG,IAAI;4BACP,WAAW,EAAE,IAAI,EAAE,WAAW;yBAC/B,EACD,GAAG,EAAE,IAAI,GACT,CACH,CAAC,CAAC,CAAC,IAAI,EACR,cAAK,SAAS,EAAE,SAAS,YAAG,IAAI,GAAO,IACnC,GACJ,GACA,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
2
- import { type CarouselLinksContent } from './CarouselLinksContent';
3
- interface CarouselLinksProps extends CarouselLinksContent, UniBlockProps {
4
- }
5
- export declare const CarouselLinks: import("@redneckz/uni-jsx").UNIComponent<CarouselLinksProps, any, any>;
6
- export {};
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
- import { style } from '../../utils/style.js';
5
- import { Headline } from '../Headline/Headline.js';
6
- import { CarouselLinkButton } from './CarouselLinkButton.js';
7
- export const CarouselLinks = JSX(({ className, additionalDescription, description, links, title, ...rest }) => (_jsx(BlockWrapper, { defaultPadding: "p-5xl", className: style('overflow-hidden', className), ...rest, children: _jsxs("div", { className: "flex flex-col lg:flex-row gap-5 justify-between", children: [_jsxs("div", { className: "flex-1", children: [_jsx(Headline, { isEmbedded: true, title: title, description: description, as: "h1", align: "text-left", headlineVersion: "XL" }), _jsx(Headline, { className: "pt-m", description: additionalDescription, align: "text-left", isEmbedded: true })] }), links?.length ? renderLinks(links) : null] }) })));
8
- const renderLinks = (links) => (_jsx("div", { className: style('lg:grid-cols-9 lg:[&>*]:col-span-2 lg:[&>*:nth-child(14n+2)]:col-span-3 lg:[&>*:nth-child(7n+5)]:col-span-3', 'lg:[&>*:nth-child(7n+6)]:col-span-3 lg:[&>*:nth-child(7n+7)]:col-span-3 lg:[&>*:nth-child(14n+10)]:col-span-3 lg:w-3/6', 'grid-cols-3 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+3)]:col-span-2 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+4)]:col-span-2', 'grid gap-3 lg:gap-5'), children: links.map((link, i) => (_jsx(CarouselLinkButton, { ...link }, String(i)))) }));
9
- //# sourceMappingURL=CarouselLinks.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAK1D,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAC9B,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC5E,KAAC,YAAY,IAAC,cAAc,EAAC,OAAO,EAAC,SAAS,EAAE,KAAK,CAAC,iBAAiB,EAAE,SAAS,CAAC,KAAM,IAAI,YAC3F,eAAK,SAAS,EAAC,iDAAiD,aAC9D,eAAK,SAAS,EAAC,QAAQ,aACrB,KAAC,QAAQ,IACP,UAAU,EAAE,IAAI,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,EACjB,eAAe,EAAC,IAAI,GACpB,EACF,KAAC,QAAQ,IACP,SAAS,EAAC,MAAM,EAChB,WAAW,EAAE,qBAAqB,EAClC,KAAK,EAAC,WAAW,EACjB,UAAU,EAAE,IAAI,GAChB,IACE,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,IACtC,GACO,CAChB,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAA0B,EAAE,EAAE,CAAC,CAClD,cACE,SAAS,EAAE,KAAK,CACd,6GAA6G,EAC7G,wHAAwH,EACxH,yIAAyI,EACzI,qBAAqB,CACtB,YAEA,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,KAAC,kBAAkB,OAAqB,IAAI,IAAnB,MAAM,CAAC,CAAC,CAAC,CAAc,CACjD,CAAC,GACE,CACP,CAAC"}
@@ -1,15 +0,0 @@
1
- import { type AdditionalDescriptionProps, type HeadlineCommonProps } from '../../model/HeadlineType';
2
- import { type LinkProps } from '../../model/LinkProps';
3
- import { type IconProps } from '../../model/Picture';
4
- import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
5
- /**
6
- * @title Шапка колонки
7
- */
8
- export declare type CarouselLinkProps = IconProps & LinkProps;
9
- /** @title Карусель с ссылками */
10
- export declare type CarouselLinksContent = UniBlockContent & HeadlineCommonProps & AdditionalDescriptionProps & {
11
- /** @title Ссылки */
12
- links?: CarouselLinkProps[];
13
- /** @title Отступы вложенных компонентов */
14
- isInnerPadding?: boolean;
15
- };
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CarouselLinksContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CarouselLinksContent.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinksContent.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- export declare enum Currency {
2
- RUB = "RUB",
3
- EUR = "EUR",
4
- USD = "USD",
5
- CNY = "CNY"
6
- }
@@ -1,8 +0,0 @@
1
- export var Currency;
2
- (function (Currency) {
3
- Currency["RUB"] = "RUB";
4
- Currency["EUR"] = "EUR";
5
- Currency["USD"] = "USD";
6
- Currency["CNY"] = "CNY";
7
- })(Currency || (Currency = {}));
8
- //# sourceMappingURL=CurrencyProps.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrencyProps.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyProps.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,QAKX;AALD,WAAY,QAAQ;IAClB,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;AACb,CAAC,EALW,QAAQ,KAAR,QAAQ,QAKnB"}
@@ -1,7 +0,0 @@
1
- import { type ExchangeCurrencyItem } from './ExchangeCurrencyCalculator';
2
- interface CurrencyTableProps {
3
- className?: string;
4
- exchangeCurrencyItems: ExchangeCurrencyItem[];
5
- }
6
- export declare const CurrencyTable: import("@redneckz/uni-jsx").UNIComponent<CurrencyTableProps, any, any>;
7
- export {};
@@ -1,21 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { Img } from '../../ui-kit/Img/Img.js';
4
- import { Text } from '../../ui-kit/Text/Text.js';
5
- import { style } from '../../utils/style.js';
6
- import { formatCurrency } from './formatCurrency.js';
7
- const TABLE_STYLE_BASE = 'text-m font-light text-secondary-text ';
8
- const TABLE_HEAD_STYLE = `${TABLE_STYLE_BASE} text-left`;
9
- const TABLE_HEAD_STYLE_CENTER = `${TABLE_STYLE_BASE} pl-5xl text-center`;
10
- const TABLE_HEAD_STYLE_RIGHT = `${TABLE_STYLE_BASE} pl-5xl text-right`;
11
- const CURRENCY_ICONS_MAP = {
12
- USD: 'DollarIcon',
13
- EUR: 'EuroIcon',
14
- CNY: 'ChineseYuanRenminbiIcon',
15
- };
16
- export const CurrencyTable = JSX(({ className, exchangeCurrencyItems }) => (_jsxs("table", { className: style('h-fit w-full', className), children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { className: TABLE_HEAD_STYLE, children: _jsx(Text, { size: "text-m", children: "\u0412\u0430\u043B\u044E\u0442\u0430" }) }), _jsx("th", { className: TABLE_HEAD_STYLE_CENTER, children: _jsx(Text, { size: "text-m", children: "\u041A\u0443\u043F\u0438\u0442\u044C" }) }), _jsx("th", { className: TABLE_HEAD_STYLE_RIGHT, children: _jsx(Text, { size: "text-m", children: "\u041F\u0440\u043E\u0434\u0430\u0442\u044C" }) })] }) }), _jsx("tbody", { children: exchangeCurrencyItems.map(renderCurrencyRow) })] })));
17
- const renderCurrencyRow = (exchangeCurrencyItem) => {
18
- const currency = exchangeCurrencyItem?.currency?.currency;
19
- return (_jsxs("tr", { className: "pb-2xs text-h6", children: [_jsx("td", { className: "pt-m m-auto flex text-left", children: _jsxs("div", { className: "flex items-center gap-xs", children: [currency ? (_jsx(Img, { image: { icon: CURRENCY_ICONS_MAP[currency] }, width: "24", height: "24" })) : null, _jsx(Text, { size: "text-h6", children: currency })] }) }), _jsx("td", { className: "pt-m pl-5xl text-center", children: _jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.saleExchangeRate) }) }), _jsx("td", { className: "pt-m pl-5xl text-right", children: _jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.buyExchangeRate) }) })] }, currency));
20
- };
21
- //# sourceMappingURL=CurrencyTable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrencyTable.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyTable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,gBAAgB,GAAG,wCAAwC,CAAC;AAClE,MAAM,gBAAgB,GAAG,GAAG,gBAAgB,YAAY,CAAC;AACzD,MAAM,uBAAuB,GAAG,GAAG,gBAAgB,qBAAqB,CAAC;AACzE,MAAM,sBAAsB,GAAG,GAAG,gBAAgB,oBAAoB,CAAC;AAEvE,MAAM,kBAAkB,GAAG;IACzB,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,UAAU;IACf,GAAG,EAAE,yBAAyB;CAC/B,CAAC;AAOF,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAqB,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,EAAE,EAAE,CAAC,CAC7F,iBAAO,SAAS,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,aAChD,0BACE,yBACE,aAAI,SAAS,EAAE,gBAAgB,YAC7B,KAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,qDAAc,GAC9B,EACL,aAAI,SAAS,EAAE,uBAAuB,YACpC,KAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,qDAAc,GAC9B,EACL,aAAI,SAAS,EAAE,sBAAsB,YACnC,KAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,2DAAe,GAC/B,IACF,GACC,EACR,0BAAQ,qBAAqB,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAS,IACvD,CACT,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,oBAA0C,EAAE,EAAE;IACvE,MAAM,QAAQ,GAAG,oBAAoB,EAAE,QAAQ,EAAE,QAAQ,CAAC;IAE1D,OAAO,CACL,cAAmB,SAAS,EAAC,gBAAgB,aAC3C,aAAI,SAAS,EAAC,4BAA4B,YACxC,eAAK,SAAS,EAAC,0BAA0B,aACtC,QAAQ,CAAC,CAAC,CAAC,CACV,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,QAAQ,CAAC,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,YAAE,QAAQ,GAAQ,IAClC,GACH,EACL,aAAI,SAAS,EAAC,yBAAyB,YACrC,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,YAAE,cAAc,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,GAAQ,GACjF,EACL,aAAI,SAAS,EAAC,wBAAwB,YACpC,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,YAAE,cAAc,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAQ,GAChF,KAdE,QAAQ,CAeZ,CACN,CAAC;AACJ,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- interface CurrentLocationProps {
2
- className?: string;
3
- address?: string;
4
- }
5
- export declare const CurrentLocation: import("@redneckz/uni-jsx").UNIComponent<CurrentLocationProps, any, any>;
6
- export {};
@@ -1,8 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { RoundedIcon } from '../../ui-kit/Icon/RoundedIcon.js';
4
- import { Paragraph } from '../../ui-kit/Paragraph/Paragraph.js';
5
- import { style } from '../../utils/style.js';
6
- const icon = { icon: 'GpsIcon' };
7
- export const CurrentLocation = JSX(({ className = '', address }) => (_jsxs("div", { className: style('flex gap-s w-full justify-between @sm:justify-center', className), children: [_jsx(RoundedIcon, { ...icon, iconBgVersion: "primary", className: "shrink-0" }), _jsxs("div", { className: "space-y-2xs whitespace-pre-wrap", children: [address ? (_jsx(Paragraph, { size: "text-l", color: "text-primary-main", children: address })) : null, _jsx(Paragraph, { size: "text-m", color: "text-secondary-text", children: "\u041A\u0443\u0440\u0441 \u0443\u043A\u0430\u0437\u0430\u043D \u0434\u043B\u044F \u0437\u0430\u0434\u0430\u043D\u043D\u043E\u0433\u043E \u043E\u0444\u0438\u0441\u0430" })] })] })));
8
- //# sourceMappingURL=CurrentLocation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrentLocation.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrentLocation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAO1C,MAAM,IAAI,GAAY,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;AAE1C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAuB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACxF,eAAK,SAAS,EAAE,KAAK,CAAC,sDAAsD,EAAE,SAAS,CAAC,aACtF,KAAC,WAAW,OAAK,IAAI,EAAE,aAAa,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,GAAG,EACtE,eAAK,SAAS,EAAC,iCAAiC,aAC7C,OAAO,CAAC,CAAC,CAAC,CACT,KAAC,SAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,mBAAmB,YAC/C,OAAO,GACE,CACb,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,SAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,qBAAqB,uLAExC,IACR,IACF,CACP,CAAC,CAAC"}
@@ -1,24 +0,0 @@
1
- import { type ButtonCommonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
2
- import { Currency } from './CurrencyProps';
3
- export interface ExchangeCurrencyItem {
4
- currency?: {
5
- id?: number;
6
- code?: string;
7
- currency?: Currency;
8
- };
9
- buyExchangeRate?: number;
10
- saleExchangeRate?: number;
11
- }
12
- export interface ExchangeCurrencyCalculatorProps {
13
- className?: string;
14
- currencyRatesBuy: ExchangeCurrencyItem[];
15
- currencyRatesSell: ExchangeCurrencyItem[];
16
- button?: ButtonCommonContent;
17
- }
18
- export interface CalcState {
19
- inputSell: string;
20
- inputBuy: string;
21
- selectSell: Currency;
22
- selectBuy: Currency;
23
- }
24
- export declare const ExchangeCurrencyCalculator: import("@redneckz/uni-jsx").UNIComponent<ExchangeCurrencyCalculatorProps, any, any>;
@@ -1,71 +0,0 @@
1
- import { jsxs as _jsxs, jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
4
- import { LinkButton } from '../../ui-kit/LinkButton/LinkButton.js';
5
- import { calculateResult, formatValue } from './calculateResult.js';
6
- import { callbackCurrencySelect } from './callbackCurrencySelect.js';
7
- import { Currency } from './CurrencyProps.js';
8
- import { renderInput } from './renderInput.js';
9
- export const ExchangeCurrencyCalculator = JSX(({ className = '', currencyRatesBuy, currencyRatesSell, button }) => {
10
- const [calcState, setCalcState] = useState({
11
- inputSell: '',
12
- inputBuy: '',
13
- selectSell: currencyRatesBuy?.[0]?.currency?.currency || Currency.RUB,
14
- selectBuy: currencyRatesSell?.[0]?.currency?.currency || Currency.USD,
15
- });
16
- const handleSetCalcState = useCallback((newState) => setCalcState((oldState) => ({ ...oldState, ...newState })), []);
17
- return (_jsxs("div", { className: `flex flex-col gap-m pt-2xl ${className}`, children: [currencyRatesBuy && currencyRatesSell ? (_jsxs("div", { className: "grid gap-m", children: [renderInput({
18
- placeholder: 'Хочу продать',
19
- rates: currencyRatesSell,
20
- selected: calcState.selectSell,
21
- setSelected: handleSelectSell(calcState, handleSetCalcState, currencyRatesSell),
22
- value: calcState.inputSell,
23
- setValue: (value) => handleInputSell(handleSetCalcState, currencyRatesSell)(value, calcState.selectSell, calcState.selectBuy),
24
- }), renderInput({
25
- placeholder: 'Получу',
26
- rates: currencyRatesBuy,
27
- selected: calcState.selectBuy,
28
- setSelected: handleSelectBuy(calcState, handleSetCalcState, currencyRatesBuy),
29
- value: calcState.inputBuy,
30
- setValue: (value) => handleInputBuy(handleSetCalcState, currencyRatesBuy)(value, calcState.selectBuy, calcState.selectSell),
31
- })] })) : null, button?.text ? (_jsx(LinkButton, { text: button.text, version: button?.version, ...button })) : null] }));
32
- });
33
- const handleSelectSell = (calcState, setCalcState, currencyRatesSell) => (value) => {
34
- setCalcState({ selectSell: value });
35
- callbackCurrencySelect({
36
- value,
37
- oppositeValue: calcState.selectBuy,
38
- handleConvert: (currencyFrom = calcState.selectSell, currencyTo = calcState.selectBuy) => {
39
- handleInputSell(setCalcState, currencyRatesSell)(calcState.inputSell, currencyFrom, currencyTo);
40
- },
41
- });
42
- };
43
- const handleSelectBuy = (calcState, setCalcState, currencyRatesBuy) => (value) => {
44
- setCalcState({ selectBuy: value });
45
- callbackCurrencySelect({
46
- value,
47
- oppositeValue: calcState.selectSell,
48
- handleConvert: (currencyTo = calcState.selectBuy, currencyFrom = calcState.selectSell) => handleInputBuy(setCalcState, currencyRatesBuy)(calcState.inputBuy, currencyTo, currencyFrom),
49
- });
50
- };
51
- const handleInputSell = (setCalcState, currencyRatesSell) => (value, currencyFrom, currencyTo) => {
52
- setCalcState({ inputSell: formatValue(value), selectBuy: currencyTo });
53
- const rate = currencyRatesSell.find((_) => _.currency?.currency === currencyTo)?.buyExchangeRate ||
54
- currencyRatesSell.find((_) => _.currency?.currency === currencyFrom)?.buyExchangeRate;
55
- if (rate) {
56
- setCalcState({
57
- inputBuy: String(calculateResult(value, rate, currencyFrom === Currency.RUB) || ''),
58
- });
59
- }
60
- };
61
- const handleInputBuy = (setCalcState, currencyRatesBuy) => (value, currencyTo, currencyFrom) => {
62
- setCalcState({ inputBuy: formatValue(value), selectSell: currencyFrom });
63
- const rate = currencyRatesBuy.find((_) => _.currency?.currency === currencyFrom)?.saleExchangeRate ||
64
- currencyRatesBuy.find((_) => _.currency?.currency === currencyTo)?.saleExchangeRate;
65
- if (rate) {
66
- setCalcState({
67
- inputSell: String(calculateResult(value, rate, currencyTo === Currency.RUB) || ''),
68
- });
69
- }
70
- };
71
- //# sourceMappingURL=ExchangeCurrencyCalculator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
2
- import { type ExchangeRateTileContent } from './ExchangeRateTileContent';
3
- export interface ExchangeRateTileProps extends ExchangeRateTileContent, UniBlockProps {
4
- }
5
- export declare const ExchangeRateTile: import("@redneckz/uni-jsx").UNIComponent<ExchangeRateTileProps, any, any>;
@@ -1,24 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { useLocation } from '../../hooks/useLocation.js';
4
- import { BaseTile } from '../../ui-kit/BaseTile/BaseTile.js';
5
- import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
6
- import { Heading } from '../../ui-kit/Heading/Heading.js';
7
- import { style } from '../../utils/style.js';
8
- import { Currency } from './CurrencyProps.js';
9
- import { CurrencyTable } from './CurrencyTable.js';
10
- import { CurrentLocation } from './CurrentLocation.js';
11
- import { ExchangeCurrencyCalculator, } from './ExchangeCurrencyCalculator.js';
12
- import { useFetchExchangeRateData } from './useFetchExchangeRateData.js';
13
- export const ExchangeRateTile = JSX(({ className = '', title = 'Курсы обмена валют', button, ...rest }) => {
14
- const currentLocation = useLocation();
15
- const exchangeRates = useFetchExchangeRateData(currentLocation);
16
- const currencyRates = getCurrencyRates(exchangeRates?.exchangeRate?.currencies);
17
- const currencyRatesBuy = currencyRates.filter((_) => _.buyExchangeRate);
18
- currencyRatesBuy.unshift({ currency: { currency: Currency.RUB } });
19
- const currencyRatesSell = currencyRates.filter((_) => _.saleExchangeRate);
20
- currencyRatesSell.push({ currency: { currency: Currency.RUB } });
21
- return (_jsx(BlockWrapper, { className: style('box-border min-h-80', className), ...rest, children: _jsx(BaseTile, { className: "h-full", title: _jsx(Heading, { headingType: "h4", title: title, className: "whitespace-pre-wrap" }), children: _jsxs("div", { className: "flex w-full gap-6xl flex-wrap @lg:flex-nowrap", children: [_jsxs("div", { className: "w-full @2xl:w-auto @5xl:w-1/2", children: [currencyRates ? (_jsx(CurrencyTable, { className: "mb-xl", exchangeCurrencyItems: currencyRates })) : null, _jsx(CurrentLocation, { address: exchangeRates?.address })] }), _jsx(ExchangeCurrencyCalculator, { className: "grow w-1/2", currencyRatesBuy: currencyRatesBuy, currencyRatesSell: currencyRatesSell, button: button })] }) }) }));
22
- });
23
- const getCurrencyRates = (currencies) => currencies?.filter((_) => [1, 2, 3].includes(_?.currency?.id)) || [];
24
- //# sourceMappingURL=ExchangeRateTile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExchangeRateTile.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEvD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EACL,0BAA0B,GAE3B,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAItE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,GAAG,oBAAoB,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACpE,MAAM,eAAe,GAAG,WAAW,EAAE,CAAC;IACtC,MAAM,aAAa,GAAG,wBAAwB,CAAC,eAAe,CAAC,CAAC;IAEhE,MAAM,aAAa,GAAG,gBAAgB,CAAC,aAAa,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC;IAEhF,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC;IACxE,gBAAgB,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE,QAAQ,EAAE,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;IAEnE,MAAM,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;IAC1E,iBAAiB,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,EAAE,QAAQ,EAAE,QAAQ,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;IAEjE,OAAO,CACL,KAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAM,IAAI,YACxE,KAAC,QAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,KAAK,EAAE,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,qBAAqB,GAAG,YAEjF,eAAK,SAAS,EAAC,+CAA+C,aAC5D,eAAK,SAAS,EAAC,+BAA+B,aAC3C,aAAa,CAAC,CAAC,CAAC,CACf,KAAC,aAAa,IAAC,SAAS,EAAC,OAAO,EAAC,qBAAqB,EAAE,aAAa,GAAI,CAC1E,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,eAAe,IAAC,OAAO,EAAE,aAAa,EAAE,OAAO,GAAI,IAChD,EACN,KAAC,0BAA0B,IACzB,SAAS,EAAC,YAAY,EACtB,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACpC,MAAM,EAAE,MAAM,GACd,IACE,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,UAAmC,EAAE,EAAE,CAC/D,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAY,CAAC,CAAC,IAAI,EAAE,CAAC"}
@@ -1,9 +0,0 @@
1
- import { type TitleProps } from '../../model/HeadlineType';
2
- import { type LinkButtonContent } from '../../ui-kit/LinkButton/LinkButtonContent';
3
- import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
4
- /**
5
- * @title Курсы обмена валют
6
- */
7
- export declare type ExchangeRateTileContent = UniBlockContent & TitleProps & {
8
- button?: LinkButtonContent;
9
- };
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ExchangeRateTileContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExchangeRateTileContent.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTileContent.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export declare const calculateResult: (value: string, rate: number, precision: boolean) => number;
2
- export declare const formatValue: (value: string) => string;
@@ -1,7 +0,0 @@
1
- import { roundTo } from '../../utils/roundTo.js';
2
- export const calculateResult = (value, rate, precision) => {
3
- const result = Number(formatValue(value)) * Math.pow(rate, precision ? -1 : 1);
4
- return Number.isInteger(result) ? result : roundTo(result);
5
- };
6
- export const formatValue = (value) => value.replace(/[^\d.,]/g, '').replace(',', '.');
7
- //# sourceMappingURL=calculateResult.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calculateResult.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/calculateResult.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAAa,EAAE,IAAY,EAAE,SAAkB,EAAE,EAAE;IACjF,MAAM,MAAM,GAAG,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAE/E,OAAO,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;AAC7D,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import { Currency } from './CurrencyProps';
2
- interface TableFuncProps {
3
- value: Currency;
4
- oppositeValue: Currency;
5
- handleConvert: (currencyFrom?: Currency, currencyTo?: Currency) => void;
6
- }
7
- export declare const callbackCurrencySelect: (props: TableFuncProps) => void;
8
- export {};
@@ -1,18 +0,0 @@
1
- import { tableFunc } from '../../utils/tableFunc.js';
2
- import { Currency } from './CurrencyProps.js';
3
- export const callbackCurrencySelect = (props) => tableFunc([
4
- [
5
- (_) => _.value !== Currency.RUB && _.oppositeValue !== Currency.RUB,
6
- () => props.handleConvert(props.value, Currency.RUB),
7
- ],
8
- [
9
- (_) => _.value === Currency.RUB && _.oppositeValue === Currency.RUB,
10
- () => props.handleConvert(props.value, Currency.USD),
11
- ],
12
- [
13
- (_) => _.value === Currency.RUB && _.oppositeValue === Currency.RUB,
14
- () => props.handleConvert(props.value, Currency.CNY),
15
- ],
16
- [() => true, () => props.handleConvert(props.value)],
17
- ])(props)?.();
18
- //# sourceMappingURL=callbackCurrencySelect.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"callbackCurrencySelect.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/callbackCurrencySelect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAQ3C,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,KAAqB,EAAE,EAAE,CAC9D,SAAS,CAA6B;IACpC;QACE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,aAAa,KAAK,QAAQ,CAAC,GAAG;QACnE,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;KACrD;IACD;QACE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,aAAa,KAAK,QAAQ,CAAC,GAAG;QACnE,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;KACrD;IACD;QACE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,aAAa,KAAK,QAAQ,CAAC,GAAG;QACnE,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;KACrD;IACD,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;CACrD,CAAC,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- export declare const formatCurrency: (value?: number) => string;
@@ -1,7 +0,0 @@
1
- import { Currency } from './CurrencyProps.js';
2
- const currencyNumberFormat = new Intl.NumberFormat('ru', {
3
- style: 'currency',
4
- currency: Currency.RUB,
5
- });
6
- export const formatCurrency = (value) => (value ? currencyNumberFormat.format(value) : '');
7
- //# sourceMappingURL=formatCurrency.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatCurrency.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/formatCurrency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,MAAM,oBAAoB,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE;IACvD,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,QAAQ,CAAC,GAAG;CACvB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,oBAAoB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
@@ -1,12 +0,0 @@
1
- import { type Currency } from './CurrencyProps';
2
- import { type ExchangeCurrencyItem } from './ExchangeCurrencyCalculator';
3
- interface InputProps {
4
- placeholder: string;
5
- rates: ExchangeCurrencyItem[];
6
- selected: string;
7
- setSelected: (value: Currency) => void;
8
- value: string;
9
- setValue: (value: string) => void;
10
- }
11
- export declare function renderInput(props: InputProps): any;
12
- export {};
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { Input } from '../../ui-kit/Input/Input.js';
3
- import { Select } from '../../ui-kit/Select/Select.js';
4
- export function renderInput(props) {
5
- const { placeholder, rates, selected, value, setValue, setSelected } = props;
6
- const ratesOptions = rates.map((_) => ({
7
- key: _?.currency?.currency ?? '',
8
- text: _?.currency?.currency ?? '',
9
- }));
10
- const selectedValue = { key: selected, text: selected };
11
- return (_jsxs("div", { className: "relative flex", children: [_jsx(Input, { className: "shrink-0 text-l w-full appearance-none -mr-20", placeholder: placeholder, type: "text", value: value, onChange: setValue }), ratesOptions.length ? (_jsx(Select, { className: "absolute right-0", isBorder: false, onChange: (_) => setSelected(_.key), options: ratesOptions, value: selectedValue })) : null] }));
12
- }
13
- //# sourceMappingURL=renderInput.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderInput.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/renderInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAapD,MAAM,UAAU,WAAW,CAAC,KAAiB;IAC3C,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAC7E,MAAM,YAAY,GAAa,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC/C,GAAG,EAAE,CAAC,EAAE,QAAQ,EAAE,QAAQ,IAAI,EAAE;QAChC,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,QAAQ,IAAI,EAAE;KAClC,CAAC,CAAC,CAAC;IACJ,MAAM,aAAa,GAAW,EAAE,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAEhE,OAAO,CACL,eAAK,SAAS,EAAC,eAAe,aAC5B,KAAC,KAAK,IACJ,SAAS,EAAC,+CAA+C,EACzD,WAAW,EAAE,WAAW,EACxB,IAAI,EAAC,MAAM,EACX,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,GAClB,EACD,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CACrB,KAAC,MAAM,IACL,SAAS,EAAC,kBAAkB,EAC5B,QAAQ,EAAE,KAAK,EACf,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,GAAe,CAAC,EAC/C,OAAO,EAAE,YAAY,EACrB,KAAK,EAAE,aAAa,GACpB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
@@ -1,9 +0,0 @@
1
- import { type ExchangeCurrencyItem } from '../../components/ExchangeRateTile/ExchangeCurrencyCalculator';
2
- import { type Region } from '../../hooks/useRegions';
3
- export interface ExchangeData {
4
- exchangeRate?: {
5
- currencies?: ExchangeCurrencyItem[];
6
- };
7
- address?: string;
8
- }
9
- export declare function useFetchExchangeRateData(currentRegion: Region): ExchangeData;
@@ -1,10 +0,0 @@
1
- import { useAsyncData } from '@redneckz/uni-jsx/lib/hooks/useAsyncData';
2
- import { API_BASE_URI } from '../../api/apiBaseUrl.js';
3
- import { fetchJSONUnsafe } from '../../utils/fetchJSON.js';
4
- const EXCHANGE_RATES_URL = `${API_BASE_URI}/exchangerates`;
5
- export function useFetchExchangeRateData(currentRegion) {
6
- const regionCode = currentRegion?.code || '000';
7
- const { data } = useAsyncData(EXCHANGE_RATES_URL + `?regionCode=${regionCode}`, fetchJSONUnsafe);
8
- return data || {};
9
- }
10
- //# sourceMappingURL=useFetchExchangeRateData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useFetchExchangeRateData.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/useFetchExchangeRateData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAGpD,OAAO,EAAE,eAAe,EAA4B,MAAM,uBAAuB,CAAC;AASlF,MAAM,kBAAkB,GAAG,GAAG,YAAY,gBAAgB,CAAC;AAE3D,MAAM,UAAU,wBAAwB,CAAC,aAAqB;IAC5D,MAAM,UAAU,GAAG,aAAa,EAAE,IAAI,IAAI,KAAK,CAAC;IAEhD,MAAM,EAAE,IAAI,EAAE,GAAG,YAAY,CAC3B,kBAAkB,GAAG,eAAe,UAAU,EAAE,EAChD,eAAoD,CACrD,CAAC;IAEF,OAAO,IAAI,IAAI,EAAE,CAAC;AACpB,CAAC"}
@@ -1,5 +0,0 @@
1
- import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
2
- import { type InsuranceAmountBlockContent } from './InsuranceAmountBlockContent';
3
- export interface InsuranceAmountBlockProps extends InsuranceAmountBlockContent, UniBlockProps {
4
- }
5
- export declare const InsuranceAmountBlock: import("@redneckz/uni-jsx").UNIComponent<InsuranceAmountBlockProps, any, any>;