@expressms/smartapp-ui 2.9.2 → 2.9.3

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 (458) hide show
  1. package/build/main/assets/icons/arrow-back.svg +3 -0
  2. package/build/main/assets/icons/arrow-down.svg +3 -0
  3. package/build/main/assets/icons/arrow-up.svg +3 -0
  4. package/build/main/assets/icons/attachment-loader.svg +3 -0
  5. package/build/main/assets/icons/button-loader.svg +3 -0
  6. package/build/main/assets/icons/cancel-cross.svg +3 -0
  7. package/build/main/assets/icons/check-mark.svg +4 -0
  8. package/build/main/assets/icons/clear.svg +3 -0
  9. package/build/main/assets/icons/close-stories.svg +4 -0
  10. package/build/main/assets/icons/close.svg +10 -0
  11. package/build/main/assets/icons/contact-info.svg +12 -0
  12. package/build/main/assets/icons/corporate-user.svg +10 -0
  13. package/build/main/assets/icons/crown.svg +5 -0
  14. package/build/main/assets/icons/delete-chip.svg +3 -0
  15. package/build/main/assets/icons/distribution.svg +12 -0
  16. package/build/main/assets/icons/download.svg +4 -0
  17. package/build/main/assets/icons/error.svg +5 -0
  18. package/build/main/assets/icons/external-link.svg +3 -0
  19. package/build/main/assets/icons/eye-off.svg +10 -0
  20. package/build/main/assets/icons/eye.svg +10 -0
  21. package/build/main/assets/icons/file.svg +3 -0
  22. package/build/main/assets/icons/group.svg +3 -0
  23. package/build/main/assets/icons/info.svg +5 -0
  24. package/build/main/assets/icons/loader.svg +3 -0
  25. package/build/main/assets/icons/logout.svg +4 -0
  26. package/build/main/assets/icons/magnifying-glass.svg +3 -0
  27. package/build/main/assets/icons/mail.svg +3 -0
  28. package/build/main/assets/icons/meeting-room.svg +3 -0
  29. package/build/main/assets/icons/meeting-rooms-list.svg +5 -0
  30. package/build/main/assets/icons/more.svg +3 -0
  31. package/build/main/assets/icons/my-contact-user.svg +10 -0
  32. package/build/main/assets/icons/notification-close.svg +3 -0
  33. package/build/main/assets/icons/notification-error.svg +3 -0
  34. package/build/main/assets/icons/notification-failure.svg +3 -0
  35. package/build/main/assets/icons/notification-info.svg +5 -0
  36. package/build/main/assets/icons/notification-success.svg +4 -0
  37. package/build/main/assets/icons/notification-warning.svg +5 -0
  38. package/build/main/assets/icons/order.svg +6 -0
  39. package/build/main/assets/icons/plus.svg +4 -0
  40. package/build/main/assets/icons/private.svg +12 -0
  41. package/build/main/assets/icons/refresh.svg +3 -0
  42. package/build/main/assets/icons/search.svg +3 -0
  43. package/build/main/assets/icons/story-loader.svg +3 -0
  44. package/build/main/assets/icons/tick.svg +10 -0
  45. package/build/main/assets/icons/trash.svg +3 -0
  46. package/build/main/assets/icons/unread-mails.svg +4 -0
  47. package/build/main/assets/icons/warning-avatar.svg +4 -0
  48. package/build/main/assets/storybook/index.d.ts +21 -0
  49. package/build/main/assets/storybook/index.js +22 -0
  50. package/build/main/assets/storybook/index.js.map +1 -0
  51. package/build/main/constants/constants.d.ts +158 -0
  52. package/build/main/constants/constants.js +178 -0
  53. package/build/main/constants/constants.js.map +1 -0
  54. package/build/main/constants/index.d.ts +2 -0
  55. package/build/main/constants/index.js +3 -0
  56. package/build/main/constants/index.js.map +1 -0
  57. package/build/main/constants/types.d.ts +29 -0
  58. package/build/main/constants/types.js +2 -0
  59. package/build/main/constants/types.js.map +1 -0
  60. package/build/main/helpers/index.d.ts +25 -0
  61. package/build/main/helpers/index.js +113 -0
  62. package/build/main/helpers/index.js.map +1 -0
  63. package/build/main/hooks/useLongTap.d.ts +12 -0
  64. package/build/main/hooks/useLongTap.js +29 -0
  65. package/build/main/hooks/useLongTap.js.map +1 -0
  66. package/build/main/hooks/useModal.d.ts +21 -0
  67. package/build/main/hooks/useModal.js +60 -0
  68. package/build/main/hooks/useModal.js.map +1 -0
  69. package/build/main/index.d.ts +36 -0
  70. package/build/main/index.js +37 -0
  71. package/build/main/index.js.map +1 -0
  72. package/build/main/styles/index.d.ts +1 -0
  73. package/build/main/styles/index.js +2 -0
  74. package/build/main/styles/index.js.map +1 -0
  75. package/build/main/styles/main.js +0 -0
  76. package/build/main/styles/styles.scss +14 -0
  77. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  78. package/build/main//321/201omponents/ActionModal/ActionModal.js +55 -0
  79. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  80. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  81. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  82. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  83. package/build/main//321/201omponents/ActionModal/types.d.ts +24 -0
  84. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  85. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  86. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  87. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +60 -0
  88. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  89. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  90. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  91. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  92. package/build/main//321/201omponents/AttachedFile/types.d.ts +25 -0
  93. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  94. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  95. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  96. package/build/main//321/201omponents/Avatar/Avatar.js +150 -0
  97. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  98. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  99. package/build/main//321/201omponents/Avatar/index.js +2 -0
  100. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  101. package/build/main//321/201omponents/Avatar/types.d.ts +59 -0
  102. package/build/main//321/201omponents/Avatar/types.js +29 -0
  103. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  104. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  105. package/build/main//321/201omponents/Button/Button.js +63 -0
  106. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  107. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  108. package/build/main//321/201omponents/Button/index.js +2 -0
  109. package/build/main//321/201omponents/Button/index.js.map +1 -0
  110. package/build/main//321/201omponents/Button/types.d.ts +28 -0
  111. package/build/main//321/201omponents/Button/types.js +11 -0
  112. package/build/main//321/201omponents/Button/types.js.map +1 -0
  113. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  114. package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
  115. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  116. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  117. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  118. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  119. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  120. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  121. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  122. package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
  123. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  124. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  125. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  126. package/build/main//321/201omponents/Calendar/Calendar.js +97 -0
  127. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  128. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  129. package/build/main//321/201omponents/Calendar/index.js +2 -0
  130. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  131. package/build/main//321/201omponents/Calendar/types.d.ts +13 -0
  132. package/build/main//321/201omponents/Calendar/types.js +2 -0
  133. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  134. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
  135. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +46 -0
  136. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  137. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
  138. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
  139. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
  140. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
  141. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +41 -0
  142. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  143. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
  144. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +63 -0
  145. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  146. package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
  147. package/build/main//321/201omponents/Charts/colors.js +4 -0
  148. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  149. package/build/main//321/201omponents/Charts/constants.d.ts +46 -0
  150. package/build/main//321/201omponents/Charts/constants.js +43 -0
  151. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  152. package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
  153. package/build/main//321/201omponents/Charts/helpers.js +73 -0
  154. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  155. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  156. package/build/main//321/201omponents/Charts/index.js +4 -0
  157. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  158. package/build/main//321/201omponents/Charts/types.d.ts +88 -0
  159. package/build/main//321/201omponents/Charts/types.js +2 -0
  160. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  161. package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
  162. package/build/main//321/201omponents/Charts/useEvents.js +45 -0
  163. package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
  164. package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
  165. package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
  166. package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
  167. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +4 -0
  168. package/build/main//321/201omponents/Checkbox/Checkbox.js +38 -0
  169. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  170. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  171. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  172. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  173. package/build/main//321/201omponents/Checkbox/types.d.ts +12 -0
  174. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  175. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  176. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  177. package/build/main//321/201omponents/Chip/Chip.js +65 -0
  178. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  179. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  180. package/build/main//321/201omponents/Chip/index.js +2 -0
  181. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  182. package/build/main//321/201omponents/Chip/types.d.ts +21 -0
  183. package/build/main//321/201omponents/Chip/types.js +2 -0
  184. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  185. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  186. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +70 -0
  187. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  188. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  189. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  190. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  191. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
  192. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  193. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  194. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  195. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +81 -0
  196. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  197. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  198. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  199. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  200. package/build/main//321/201omponents/ContextMenu/types.d.ts +34 -0
  201. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  202. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  203. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
  204. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +243 -0
  205. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  206. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  207. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  208. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  209. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  210. package/build/main//321/201omponents/CustomSelect/selectStyles.js +67 -0
  211. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  212. package/build/main//321/201omponents/CustomSelect/types.d.ts +64 -0
  213. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  214. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  215. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  216. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +58 -0
  217. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  218. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  219. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  220. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  221. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  222. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  223. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  224. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  225. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  226. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  227. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  228. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  229. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  230. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  231. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  232. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  233. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +4 -0
  234. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +223 -0
  235. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
  236. package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
  237. package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
  238. package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
  239. package/build/main//321/201omponents/DraggablePopup/types.d.ts +87 -0
  240. package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
  241. package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
  242. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  243. package/build/main//321/201omponents/Error/Error.js +23 -0
  244. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  245. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  246. package/build/main//321/201omponents/Error/index.js +2 -0
  247. package/build/main//321/201omponents/Error/index.js.map +1 -0
  248. package/build/main//321/201omponents/Error/types.d.ts +10 -0
  249. package/build/main//321/201omponents/Error/types.js +2 -0
  250. package/build/main//321/201omponents/Error/types.js.map +1 -0
  251. package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
  252. package/build/main//321/201omponents/Flex/Flex.js +49 -0
  253. package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
  254. package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
  255. package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
  256. package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
  257. package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
  258. package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
  259. package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
  260. package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
  261. package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
  262. package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
  263. package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
  264. package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
  265. package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
  266. package/build/main//321/201omponents/Flex/index.d.ts +3 -0
  267. package/build/main//321/201omponents/Flex/index.js +4 -0
  268. package/build/main//321/201omponents/Flex/index.js.map +1 -0
  269. package/build/main//321/201omponents/Flex/types.d.ts +15 -0
  270. package/build/main//321/201omponents/Flex/types.js +2 -0
  271. package/build/main//321/201omponents/Flex/types.js.map +1 -0
  272. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  273. package/build/main//321/201omponents/Header/Header.js +125 -0
  274. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  275. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  276. package/build/main//321/201omponents/Header/index.js +2 -0
  277. package/build/main//321/201omponents/Header/index.js.map +1 -0
  278. package/build/main//321/201omponents/Header/types.d.ts +46 -0
  279. package/build/main//321/201omponents/Header/types.js +2 -0
  280. package/build/main//321/201omponents/Header/types.js.map +1 -0
  281. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  282. package/build/main//321/201omponents/Input/Input.js +207 -0
  283. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  284. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  285. package/build/main//321/201omponents/Input/index.js +2 -0
  286. package/build/main//321/201omponents/Input/index.js.map +1 -0
  287. package/build/main//321/201omponents/Input/types.d.ts +29 -0
  288. package/build/main//321/201omponents/Input/types.js +2 -0
  289. package/build/main//321/201omponents/Input/types.js.map +1 -0
  290. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  291. package/build/main//321/201omponents/ListItem/ListItem.js +208 -0
  292. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  293. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  294. package/build/main//321/201omponents/ListItem/index.js +2 -0
  295. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  296. package/build/main//321/201omponents/ListItem/types.d.ts +42 -0
  297. package/build/main//321/201omponents/ListItem/types.js +2 -0
  298. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  299. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  300. package/build/main//321/201omponents/Loader/Loader.js +44 -0
  301. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  302. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  303. package/build/main//321/201omponents/Loader/index.js +2 -0
  304. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  305. package/build/main//321/201omponents/Loader/types.d.ts +18 -0
  306. package/build/main//321/201omponents/Loader/types.js +2 -0
  307. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  308. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  309. package/build/main//321/201omponents/Modal/Modal.js +146 -0
  310. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  311. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  312. package/build/main//321/201omponents/Modal/index.js +2 -0
  313. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  314. package/build/main//321/201omponents/Modal/types.d.ts +35 -0
  315. package/build/main//321/201omponents/Modal/types.js +2 -0
  316. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  317. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  318. package/build/main//321/201omponents/Notification/Notification.js +218 -0
  319. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  320. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  321. package/build/main//321/201omponents/Notification/index.js +2 -0
  322. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  323. package/build/main//321/201omponents/Notification/types.d.ts +45 -0
  324. package/build/main//321/201omponents/Notification/types.js +2 -0
  325. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  326. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  327. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  328. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  329. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  330. package/build/main//321/201omponents/Profile/index.js +2 -0
  331. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  332. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  333. package/build/main//321/201omponents/Profile/types.js +2 -0
  334. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  335. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  336. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  337. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  338. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  339. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  340. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  341. package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
  342. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  343. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  344. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  345. package/build/main//321/201omponents/RadioButton/RadioButton.js +37 -0
  346. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  347. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  348. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  349. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  350. package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
  351. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  352. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  353. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
  354. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +63 -0
  355. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  356. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  357. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  358. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  359. package/build/main//321/201omponents/ScrollBar/types.d.ts +20 -0
  360. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  361. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  362. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  363. package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
  364. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  365. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  366. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  367. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  368. package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
  369. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  370. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  371. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  372. package/build/main//321/201omponents/Stories/Stories.js +300 -0
  373. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  374. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  375. package/build/main//321/201omponents/Stories/index.js +2 -0
  376. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  377. package/build/main//321/201omponents/Stories/types.d.ts +70 -0
  378. package/build/main//321/201omponents/Stories/types.js +16 -0
  379. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  380. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  381. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  382. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  383. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  384. package/build/main//321/201omponents/Switcher/index.js +2 -0
  385. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  386. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  387. package/build/main//321/201omponents/Switcher/types.js +2 -0
  388. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  389. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  390. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  391. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  392. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  393. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  394. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  395. package/build/main//321/201omponents/SyncLoader/types.d.ts +9 -0
  396. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  397. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  398. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  399. package/build/main//321/201omponents/Textarea/Textarea.js +96 -0
  400. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  401. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  402. package/build/main//321/201omponents/Textarea/index.js +2 -0
  403. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  404. package/build/main//321/201omponents/Textarea/types.d.ts +12 -0
  405. package/build/main//321/201omponents/Textarea/types.js +2 -0
  406. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  407. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  408. package/build/main//321/201omponents/Toggle/Toggle.js +38 -0
  409. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  410. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  411. package/build/main//321/201omponents/Toggle/index.js +2 -0
  412. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  413. package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
  414. package/build/main//321/201omponents/Toggle/types.js +2 -0
  415. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  416. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  417. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +32 -0
  418. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  419. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  420. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +82 -0
  421. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  422. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  423. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  424. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  425. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
  426. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +132 -0
  427. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  428. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  429. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +97 -0
  430. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  431. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  432. package/build/main//321/201omponents/UserDropdown/Option/Option.js +93 -0
  433. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  434. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.d.ts +4 -0
  435. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js +43 -0
  436. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js.map +1 -0
  437. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
  438. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +484 -0
  439. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  440. package/build/main//321/201omponents/UserDropdown/constants.d.ts +7 -0
  441. package/build/main//321/201omponents/UserDropdown/constants.js +9 -0
  442. package/build/main//321/201omponents/UserDropdown/constants.js.map +1 -0
  443. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +98 -0
  444. package/build/main//321/201omponents/UserDropdown/helpers.js +146 -0
  445. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  446. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  447. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  448. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  449. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  450. package/build/main//321/201omponents/UserDropdown/selectStyles.js +80 -0
  451. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  452. package/build/main//321/201omponents/UserDropdown/types.d.ts +251 -0
  453. package/build/main//321/201omponents/UserDropdown/types.js +9 -0
  454. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  455. package/build/main//321/201omponents/types.d.ts +2 -0
  456. package/build/main//321/201omponents/types.js +2 -0
  457. package/build/main//321/201omponents/types.js.map +1 -0
  458. package/package.json +1 -1
@@ -0,0 +1,125 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { useEffect, useRef } from 'react';
14
+ import classNames from 'classnames';
15
+ import { isArray } from 'lodash';
16
+ import Avatar from '../Avatar';
17
+ import { ReactComponent as ArrowBackIcon } from '../../assets/icons/arrow-back.svg';
18
+ import { ReactComponent as TrashIcon } from '../../assets/icons/trash.svg';
19
+ import { ReactComponent as RefreshIcon } from '../../assets/icons/refresh.svg';
20
+ import { ReactComponent as ArrowUpIcon } from '../../assets/icons/arrow-up.svg';
21
+ import { ReactComponent as ArrowDownIcon } from '../../assets/icons/arrow-down.svg';
22
+ import { generateColor } from '../../helpers';
23
+ import { HEADER_COLOR_BG, PLATFORM, TITLE_SIZE } from '../../constants';
24
+ import { AVATAR_SIZES } from '../Avatar/types';
25
+ import '../../styles/styles.scss';
26
+ export var DEFAULT_HEADER_HEIGHT = 48;
27
+ var MIN_TWO_DIGIT_NUMBER = 10;
28
+ var MAX_TWO_DIGIT_NUMBER = 99;
29
+ var MIN_THREE_DIGIT_NUMBER = 100;
30
+ var SMALL_TITLE_SIZE_PADDING = 16;
31
+ var MAJOR_TITLE_SIZE_PADDING = 8;
32
+ var THREE_DIGIT_TEXT_COUNTER = '99+';
33
+ var TITLE_PRESSED_CLASSNAME = 'smartapp-header__info--title__pressed';
34
+ var AVATAR_PRESSED_CLASSNAME = 'smartapp-header__icons--avatar-pressed';
35
+ var ICON_PRESSED_CLASSNAME = 'smartapp-header-icon__pressed';
36
+ var titleSizeSmall = TITLE_SIZE.small, titleSizeMajor = TITLE_SIZE.major;
37
+ var HeaderIcon = function (_a) {
38
+ var _b = _a.isDisabled, isDisabled = _b === void 0 ? false : _b, order = _a.order, titleBackground = _a.titleBackground, icon = _a.icon, onClick = _a.onClick;
39
+ var iconRef = useRef(null);
40
+ var handleClick = function () { return !isDisabled && (onClick === null || onClick === void 0 ? void 0 : onClick()); };
41
+ var handleMouseDown = function () { var _a; return !isDisabled && ((_a = iconRef.current) === null || _a === void 0 ? void 0 : _a.classList.add(ICON_PRESSED_CLASSNAME)); };
42
+ var handleMouseUp = function () { var _a; return (_a = iconRef.current) === null || _a === void 0 ? void 0 : _a.classList.remove(ICON_PRESSED_CLASSNAME); };
43
+ useEffect(function () {
44
+ !isDisabled && window.addEventListener('mouseup', handleMouseUp);
45
+ return function () {
46
+ !isDisabled && window.removeEventListener('mouseup', handleMouseUp);
47
+ };
48
+ }, [isDisabled]);
49
+ return (_jsx("div", __assign({ ref: iconRef, className: classNames('smartapp-header-icon', {
50
+ 'smartapp-header-icon__disabled': isDisabled,
51
+ 'smartapp-header-icon__blue': titleBackground === HEADER_COLOR_BG.blue,
52
+ }), style: { order: order }, onClick: handleClick, onMouseDown: handleMouseDown }, { children: icon })));
53
+ };
54
+ var Header = function (_a) {
55
+ var _b = _a.title, title = _b === void 0 ? '' : _b, _c = _a.counter, counter = _c === void 0 ? 0 : _c, _d = _a.isBack, isBack = _d === void 0 ? false : _d, _e = _a.isRemove, isRemove = _e === void 0 ? false : _e, titleIcon = _a.titleIcon, refreshIcon = _a.refreshIcon, customIcon = _a.customIcon, avatar = _a.avatar, _f = _a.onClickBack, onClickBack = _f === void 0 ? function () { return undefined; } : _f, _g = _a.onClickRemove, onClickRemove = _g === void 0 ? function () { return undefined; } : _g, arrowColor = _a.arrowColor, trashColor = _a.trashColor, _h = _a.platform, platform = _h === void 0 ? PLATFORM.web : _h, _j = _a.headerHeight, headerHeight = _j === void 0 ? DEFAULT_HEADER_HEIGHT : _j, className = _a.className, styles = _a.styles, _k = _a.textSize, textSize = _k === void 0 ? titleSizeSmall : _k, _l = _a.backgroundColor, backgroundColor = _l === void 0 ? HEADER_COLOR_BG.grey : _l, _m = _a.removeIconOrder, removeIconOrder = _m === void 0 ? 1 : _m;
56
+ var titleRef = useRef(null);
57
+ var avatarRef = useRef(null);
58
+ var isBlueBackgroundColor = backgroundColor === HEADER_COLOR_BG.blue;
59
+ var isGreyBackgroundColor = backgroundColor === HEADER_COLOR_BG.grey;
60
+ var isCustomBackgroundColor = !isBlueBackgroundColor && !isGreyBackgroundColor;
61
+ useEffect(function () {
62
+ window.addEventListener('mouseup', handleMouseUp);
63
+ return function () {
64
+ window.removeEventListener('mouseup', handleMouseUp);
65
+ };
66
+ }, []);
67
+ var generateHeaderStyles = function () {
68
+ var headerPadding = textSize === titleSizeMajor && title ? MAJOR_TITLE_SIZE_PADDING : SMALL_TITLE_SIZE_PADDING;
69
+ var backgroundStyle = isCustomBackgroundColor ? { background: backgroundColor } : {};
70
+ return __assign(__assign({ height: "".concat(headerHeight - headerPadding, "px") }, backgroundStyle), styles);
71
+ };
72
+ var handleMouseDown = function (_a) {
73
+ var _b;
74
+ var ref = _a.ref, className = _a.className;
75
+ return (_b = ref.current) === null || _b === void 0 ? void 0 : _b.classList.add(className);
76
+ };
77
+ var handleMouseUp = function () {
78
+ var _a, _b;
79
+ (_a = titleRef.current) === null || _a === void 0 ? void 0 : _a.classList.remove(TITLE_PRESSED_CLASSNAME);
80
+ (_b = avatarRef.current) === null || _b === void 0 ? void 0 : _b.classList.remove(AVATAR_PRESSED_CLASSNAME);
81
+ };
82
+ var renderTitle = function () { return (_jsxs("p", __assign({ ref: titleRef, className: classNames('smartapp-header__info--title', {
83
+ 'smartapp-header__info--title__blue': isBlueBackgroundColor,
84
+ }), onMouseDown: function () { return handleMouseDown({ ref: titleRef, className: TITLE_PRESSED_CLASSNAME }); }, onClick: titleIcon && titleIcon.onClick }, { children: [_jsx("span", { children: title }), titleIcon && renderTitleIcon(titleIcon)] }))); };
85
+ var renderCounter = function () {
86
+ var isTwoDigitNumber = counter >= MIN_TWO_DIGIT_NUMBER && counter <= MAX_TWO_DIGIT_NUMBER;
87
+ var isThreeDigitNumber = counter >= MIN_THREE_DIGIT_NUMBER;
88
+ var textCounter = isThreeDigitNumber ? THREE_DIGIT_TEXT_COUNTER : counter;
89
+ return (_jsx("div", __assign({ className: classNames('smartapp-header__info--counter', {
90
+ 'smartapp-header__info--counter__two-digit': isTwoDigitNumber,
91
+ 'smartapp-header__info--counter__three-digit': isThreeDigitNumber,
92
+ }) }, { children: textCounter })));
93
+ };
94
+ var renderBackIcon = function () { return (_jsx(HeaderIcon, { titleBackground: backgroundColor, icon: _jsx(ArrowBackIcon, { className: "smartapp-header__info--arrow-back", style: { color: generateColor(arrowColor) } }), onClick: onClickBack })); };
95
+ var renderRemoveIcon = function () { return (_jsx(HeaderIcon, { titleBackground: backgroundColor, icon: _jsx(TrashIcon, { style: { color: generateColor(trashColor) } }), onClick: onClickRemove })); };
96
+ var renderTitleIcon = function (_a) {
97
+ var isUpDirection = _a.isUpDirection;
98
+ return isUpDirection ? _jsx(ArrowUpIcon, { className: "smartapp-header__info--title__icon" }) : _jsx(ArrowDownIcon, { className: "smartapp-header__info--title__icon" });
99
+ };
100
+ var renderRefreshIcon = function (_a) {
101
+ var isEnabled = _a.isEnabled, color = _a.color, onClick = _a.onClick;
102
+ return (_jsx(HeaderIcon, { titleBackground: backgroundColor, icon: _jsx(RefreshIcon, { className: classNames({ 'smartapp-header__icons--refresh': isEnabled }), style: { color: generateColor(color) } }), onClick: !isEnabled ? onClick : function () { } }));
103
+ };
104
+ var renderAvatar = function () { return (_jsx(Avatar, __assign({}, avatar, { avatarRef: avatarRef, className: isRemove || refreshIcon || customIcon ? 'smartapp-avatar__ml' : '', size: AVATAR_SIZES.size_32, onMouseDown: function () { return handleMouseDown({ ref: avatarRef, className: AVATAR_PRESSED_CLASSNAME }); } }))); };
105
+ var renderCustomIcons = function () {
106
+ if (isArray(customIcon))
107
+ return customIcon.map(function (_a, index) {
108
+ var isDisabled = _a.isDisabled, icon = _a.icon, onClick = _a.onClick;
109
+ var order = index + 1 < removeIconOrder ? -1 : 0;
110
+ return _jsx(HeaderIcon, { isDisabled: isDisabled, order: order, titleBackground: backgroundColor, icon: icon, onClick: onClick }, index);
111
+ });
112
+ if (customIcon)
113
+ return _jsx(HeaderIcon, { titleBackground: backgroundColor, icon: customIcon });
114
+ };
115
+ var generateHeaderClassNames = function () {
116
+ var _a;
117
+ return classNames('smartapp-header', "smartapp-header__".concat(platform), "smartapp-header__".concat(textSize), (_a = {},
118
+ _a["smartapp-header__".concat(textSize, "--with-title")] = title,
119
+ _a["smartapp-header__".concat(backgroundColor)] = !isCustomBackgroundColor,
120
+ _a), className);
121
+ };
122
+ return (_jsxs("div", __assign({ className: generateHeaderClassNames(), style: generateHeaderStyles() }, { children: [_jsxs("div", __assign({ className: "smartapp-header__info" }, { children: [isBack && renderBackIcon(), title && renderTitle(), !!counter && renderCounter()] })), (isRemove || refreshIcon || customIcon || avatar) && (_jsxs("div", __assign({ className: classNames('smartapp-header__icons', "smartapp-header__icons--".concat(backgroundColor), { 'smartapp-header__icons--ml': !!counter }) }, { children: [isRemove && renderRemoveIcon(), refreshIcon && renderRefreshIcon(refreshIcon), renderCustomIcons(), avatar && renderAvatar()] })))] })));
123
+ };
124
+ export default Header;
125
+ //# sourceMappingURL=Header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.js","sourceRoot":"","sources":["../../../../src/сomponents/Header/Header.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './Header';
@@ -0,0 +1,2 @@
1
+ export { default } from './Header';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,46 @@
1
+ import { ReactElement } from 'react';
2
+ import { IPlatformProps, TStyles } from '../../constants';
3
+ import { IAvatarProps } from '../Avatar/types';
4
+ import { IntRange } from '../types';
5
+ export type TTitleIcon = {
6
+ isUpDirection: boolean;
7
+ onClick: () => void;
8
+ };
9
+ export type TRefreshIcon = {
10
+ isEnabled: boolean;
11
+ color?: string;
12
+ onClick: () => void;
13
+ };
14
+ type TCustomIcon = {
15
+ isDisabled?: boolean;
16
+ icon: ReactElement;
17
+ onClick: () => void;
18
+ };
19
+ export interface IHeaderIconProps {
20
+ isDisabled?: boolean;
21
+ order?: number;
22
+ titleBackground: string;
23
+ icon: ReactElement;
24
+ onClick?: () => void;
25
+ }
26
+ export interface IHeaderProps extends IPlatformProps {
27
+ title?: string;
28
+ counter?: number;
29
+ isBack?: boolean;
30
+ isRemove?: boolean;
31
+ titleIcon?: TTitleIcon;
32
+ refreshIcon?: TRefreshIcon;
33
+ customIcon?: ReactElement | TCustomIcon[];
34
+ avatar?: IAvatarProps;
35
+ onClickBack?: () => void;
36
+ onClickRemove?: () => void;
37
+ arrowColor?: string;
38
+ trashColor?: string;
39
+ headerHeight?: number;
40
+ className?: string;
41
+ styles?: TStyles;
42
+ textSize?: 'small' | 'major';
43
+ backgroundColor?: 'grey' | 'blue' | string;
44
+ removeIconOrder?: IntRange<1, 6>;
45
+ }
46
+ export {};
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Header/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { IInputProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const Input: ({ isPassword, isClearable, isSearchable, disabled, title, mask, maxCharacters, hint, error, type, fieldType, fillType, counterType, width, iconColor, containerClassName, className, containerStyles, style, onChange, onFocus, onBlur, onEnterPress, onClearClick, outerRef, additionalInputParams, disableErrorBorder, ...props }: IInputProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Input;
@@ -0,0 +1,207 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { useRef, useState, useEffect } from 'react';
25
+ import classNames from 'classnames';
26
+ import { isEmpty, isNil, isNull } from 'lodash';
27
+ import { generateColor, isSecondaryFillType } from '../../helpers';
28
+ import { ADDITIONAL_INPUT_PR, ADDITIONAL_MAX_CHARACTERS, DEFAULT_INPUT_PADDING, ENTER_KEY, FILL_TYPE, INPUT_COUNTER_TIMEOUT, INPUT_COUNTER_TYPE, INPUT_FIELD_TYPE, INPUT_TYPE_PASSWORD, INPUT_TYPE_TEXT, MASK_INPUT_PL, } from '../../constants';
29
+ import { ReactComponent as EyeIcon } from '../../assets/icons/eye.svg';
30
+ import { ReactComponent as EyeOffIcon } from '../../assets/icons/eye-off.svg';
31
+ import { ReactComponent as ClearIcon } from '../../assets/icons/clear.svg';
32
+ import { ReactComponent as MagnifyingGlassIcon } from '../../assets/icons/magnifying-glass.svg';
33
+ import '../../styles/styles.scss';
34
+ var Input = function (_a) {
35
+ var _b = _a.isPassword, isPassword = _b === void 0 ? false : _b, _c = _a.isClearable, isClearable = _c === void 0 ? false : _c, _d = _a.isSearchable, isSearchable = _d === void 0 ? false : _d, _e = _a.disabled, disabled = _e === void 0 ? false : _e, title = _a.title, mask = _a.mask, maxCharacters = _a.maxCharacters, hint = _a.hint, error = _a.error, type = _a.type, _f = _a.fieldType, fieldType = _f === void 0 ? INPUT_FIELD_TYPE.text : _f, _g = _a.fillType, fillType = _g === void 0 ? FILL_TYPE.primary : _g, _h = _a.counterType, counterType = _h === void 0 ? INPUT_COUNTER_TYPE.text : _h, _j = _a.width, width = _j === void 0 ? 100 : _j, iconColor = _a.iconColor, containerClassName = _a.containerClassName, className = _a.className, containerStyles = _a.containerStyles, style = _a.style, onChange = _a.onChange, onFocus = _a.onFocus, onBlur = _a.onBlur, onEnterPress = _a.onEnterPress, onClearClick = _a.onClearClick, outerRef = _a.outerRef, additionalInputParams = _a.additionalInputParams, _k = _a.disableErrorBorder, disableErrorBorder = _k === void 0 ? false : _k, props = __rest(_a, ["isPassword", "isClearable", "isSearchable", "disabled", "title", "mask", "maxCharacters", "hint", "error", "type", "fieldType", "fillType", "counterType", "width", "iconColor", "containerClassName", "className", "containerStyles", "style", "onChange", "onFocus", "onBlur", "onEnterPress", "onClearClick", "outerRef", "additionalInputParams", "disableErrorBorder"]);
36
+ var localRef = useRef(null);
37
+ var maskRef = useRef(null);
38
+ var additionalInputRef = useRef(null);
39
+ var hiddenSpanRef = useRef(null);
40
+ var inputRef = outerRef || localRef;
41
+ var _l = useState(0), inputLength = _l[0], setInputLength = _l[1];
42
+ var _m = useState(maxCharacters || 0), remainingCharacters = _m[0], setRemainingCharacters = _m[1];
43
+ var _o = useState(null), timeoutId = _o[0], setTimeoutId = _o[1];
44
+ var _p = useState(false), isPasswordShown = _p[0], setIsPasswordShown = _p[1];
45
+ var _q = useState(0), additionalWidth = _q[0], setAdditionalWidth = _q[1];
46
+ var _r = useState(0), minAdditionalWidth = _r[0], setMinAdditionalWidth = _r[1];
47
+ var _s = useState(false), isClearableIconVisible = _s[0], setIsClearableIconVisible = _s[1];
48
+ var iconStyles = { color: generateColor(iconColor) };
49
+ var _t = additionalInputParams || {}, additionalClassName = _t.className, additionalPlaceholder = _t.placeholder, additionalDefaultValue = _t.defaultValue, onAdditionalChange = _t.onChange, additionalInputProps = __rest(_t, ["className", "placeholder", "defaultValue", "onChange"]);
50
+ useEffect(function () {
51
+ var inputElement = inputRef.current;
52
+ var setScrollLeftAsLeftByUser = function (event) {
53
+ var scrollLeft = event.target.scrollLeft;
54
+ setTimeout(function () {
55
+ event.target.scrollLeft = scrollLeft;
56
+ }, 0);
57
+ };
58
+ inputElement === null || inputElement === void 0 ? void 0 : inputElement.addEventListener('blur', setScrollLeftAsLeftByUser);
59
+ return function () {
60
+ inputElement === null || inputElement === void 0 ? void 0 : inputElement.removeEventListener('blur', setScrollLeftAsLeftByUser);
61
+ };
62
+ // eslint-disable-next-line react-hooks/exhaustive-deps
63
+ }, []);
64
+ useEffect(function () {
65
+ var inputElement = inputRef.current;
66
+ if (inputElement && inputElement.value.length) {
67
+ var textLength = inputElement.value.length;
68
+ inputElement.selectionStart = textLength;
69
+ inputElement.selectionEnd = textLength;
70
+ inputElement.focus();
71
+ }
72
+ // eslint-disable-next-line react-hooks/exhaustive-deps
73
+ }, [isPasswordShown]);
74
+ useEffect(function () {
75
+ if (!remainingCharacters) {
76
+ handleSetTimeoutForCounter();
77
+ }
78
+ }, [remainingCharacters]);
79
+ useEffect(function () {
80
+ var hiddenSpanRefCurrent = hiddenSpanRef.current;
81
+ if (hiddenSpanRefCurrent && additionalPlaceholder) {
82
+ hiddenSpanRefCurrent.innerText = additionalPlaceholder;
83
+ var minAdditionalWidthValue = hiddenSpanRefCurrent.getBoundingClientRect().width;
84
+ hiddenSpanRefCurrent.innerText = (additionalDefaultValue === null || additionalDefaultValue === void 0 ? void 0 : additionalDefaultValue.toString()) || additionalPlaceholder;
85
+ var additionalWidthValue = hiddenSpanRefCurrent.getBoundingClientRect().width;
86
+ setAdditionalWidth(additionalWidthValue < minAdditionalWidthValue ? minAdditionalWidthValue : additionalWidthValue);
87
+ setMinAdditionalWidth(minAdditionalWidthValue);
88
+ }
89
+ }, [additionalPlaceholder, additionalDefaultValue]);
90
+ var calculateInputPaddingLeft = function () {
91
+ var maskWidth = maskRef.current ? maskRef.current.getBoundingClientRect().width : null;
92
+ return "".concat(maskWidth ? maskWidth + MASK_INPUT_PL : DEFAULT_INPUT_PADDING, "px");
93
+ };
94
+ var calculateInputPaddingRight = function () {
95
+ var additionalInputWidth = additionalInputRef.current ? additionalInputRef.current.getBoundingClientRect().width : null;
96
+ return "".concat(additionalInputWidth ? additionalInputWidth + ADDITIONAL_INPUT_PR : DEFAULT_INPUT_PADDING, "px");
97
+ };
98
+ var generateInputType = function () {
99
+ if (isPassword) {
100
+ return isPasswordShown ? INPUT_TYPE_TEXT : INPUT_TYPE_PASSWORD;
101
+ }
102
+ return type || INPUT_TYPE_TEXT;
103
+ };
104
+ var isTitleCounterType = function () { return counterType === INPUT_COUNTER_TYPE.title; };
105
+ var isTitleCounterVisible = function () { return isTitleCounterType() && !isNil(maxCharacters); };
106
+ var isTextCounterVisible = function () {
107
+ if (isNil(maxCharacters) || isTitleCounterType()) {
108
+ return false;
109
+ }
110
+ // 30 percent of the maximum characters
111
+ var charactersToCompare = (maxCharacters * 30) / 100;
112
+ return remainingCharacters < charactersToCompare;
113
+ };
114
+ var handleSetTimeoutForCounter = function () {
115
+ var id = setTimeout(function () { return setTimeoutId(null); }, INPUT_COUNTER_TIMEOUT);
116
+ setTimeoutId(id);
117
+ };
118
+ var handleKeyDown = function (_a) {
119
+ var key = _a.key;
120
+ if (key === ENTER_KEY && onEnterPress) {
121
+ onEnterPress();
122
+ }
123
+ if (!remainingCharacters) {
124
+ !isNull(timeoutId) && clearTimeout(timeoutId);
125
+ handleSetTimeoutForCounter();
126
+ }
127
+ };
128
+ var isInputValueEmpty = function () { var _a; return isEmpty((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.value); };
129
+ var handleFocus = function (e) {
130
+ setIsClearableIconVisible(!isInputValueEmpty());
131
+ onFocus && onFocus(e);
132
+ };
133
+ var handleBlur = function (e) {
134
+ setIsClearableIconVisible(fieldType === INPUT_FIELD_TYPE.search ? !isInputValueEmpty() : false);
135
+ onBlur && onBlur(e);
136
+ };
137
+ var handleChange = function (_a) {
138
+ var value = _a.target.value;
139
+ var valueLength = value.length;
140
+ onChange(value);
141
+ setInputLength(valueLength);
142
+ setIsClearableIconVisible(!!valueLength);
143
+ if (maxCharacters) {
144
+ var remainingCharacters_1 = maxCharacters - valueLength;
145
+ setRemainingCharacters(remainingCharacters_1);
146
+ if (!!remainingCharacters_1 && !isNull(timeoutId)) {
147
+ clearTimeout(timeoutId);
148
+ setTimeoutId(null);
149
+ }
150
+ }
151
+ };
152
+ var handleAdditionalChange = function (_a) {
153
+ var value = _a.target.value;
154
+ onAdditionalChange && onAdditionalChange(value);
155
+ if (hiddenSpanRef.current) {
156
+ hiddenSpanRef.current.innerText = value;
157
+ var spanWidth = hiddenSpanRef.current.getBoundingClientRect().width;
158
+ var width_1 = spanWidth < minAdditionalWidth ? minAdditionalWidth : spanWidth;
159
+ setAdditionalWidth(width_1);
160
+ }
161
+ };
162
+ var handleClickButton = function () {
163
+ var _a, _b;
164
+ setIsPasswordShown(!isPasswordShown);
165
+ !((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.value.length) && ((_b = inputRef.current) === null || _b === void 0 ? void 0 : _b.focus());
166
+ };
167
+ var handleClearClick = function (event) {
168
+ event.preventDefault();
169
+ if (inputRef.current && onClearClick) {
170
+ inputRef.current.value = '';
171
+ setIsClearableIconVisible(false);
172
+ onClearClick();
173
+ }
174
+ };
175
+ var renderInputTitle = function () {
176
+ return title && (_jsxs("div", __assign({ className: "smartapp-input__title" }, { children: [_jsx("p", __assign({ className: "smartapp-input__title--text" }, { children: title })), renderTitleCounter()] })));
177
+ };
178
+ var renderMask = function () {
179
+ return mask && (_jsx("div", __assign({ ref: maskRef, className: "smartapp-input__container--mask" }, { children: mask })));
180
+ };
181
+ var renderTitleCounter = function () {
182
+ return isTitleCounterVisible() && (_jsx("div", __assign({ className: classNames('smartapp-input__title--counter', { 'smartapp-input__title--counter__error': !isNull(timeoutId) }) }, { children: "".concat(inputLength, "/").concat(maxCharacters) })));
183
+ };
184
+ var renderEyeIcon = function () {
185
+ return isPassword && (_jsx("button", __assign({ type: "button", className: "smartapp-input__container--eye-button", onClick: handleClickButton }, { children: isPasswordShown ? _jsx(EyeIcon, { style: iconStyles }) : _jsx(EyeOffIcon, { style: iconStyles }) })));
186
+ };
187
+ var renderMagnifyingGlass = function () {
188
+ return isSearchable && _jsx(MagnifyingGlassIcon, { className: "smartapp-input__container--magnifying-glass-icon", style: iconStyles });
189
+ };
190
+ var renderClearIcon = function () {
191
+ return isClearable &&
192
+ isClearableIconVisible && (_jsx(ClearIcon, { className: "smartapp-input__container--clear-icon", style: iconStyles, onMouseDown: handleClearClick, onTouchEnd: handleClearClick }));
193
+ };
194
+ var renderTextCounter = function () {
195
+ return isTextCounterVisible() && (_jsx("div", __assign({ className: classNames('smartapp-input__container--counter', { 'smartapp-input__container--counter__error': !isNull(timeoutId) }) }, { children: remainingCharacters })));
196
+ };
197
+ var renderError = function () { return error && _jsx("div", __assign({ className: "smartapp-input__container--error" }, { children: error })); };
198
+ var renderHint = function () { return hint && _jsx("div", __assign({ className: "smartapp-input__hint" }, { children: hint })); };
199
+ return (_jsxs("div", __assign({ style: __assign({ width: "".concat(width, "%") }, containerStyles), className: classNames('smartapp-input', containerClassName) }, { children: [renderInputTitle(), _jsxs("div", __assign({ className: "smartapp-input__container" }, { children: [renderMask(), _jsx("input", __assign({ ref: inputRef, className: classNames('smartapp-input__container--field', {
200
+ 'smartapp-input__container--field__with-button': isPassword || isClearable || isSearchable,
201
+ 'smartapp-input__container--field__disabled': disabled,
202
+ 'smartapp-input__container--field__error': error && !disableErrorBorder,
203
+ 'smartapp-input__container--field__secondary-fill-type': isSecondaryFillType(fillType),
204
+ }, className), style: __assign({ paddingLeft: calculateInputPaddingLeft(), paddingRight: calculateInputPaddingRight() }, style), type: generateInputType(), disabled: disabled, maxLength: maxCharacters, onKeyDown: handleKeyDown, onChange: handleChange, onFocus: handleFocus, onBlur: handleBlur }, props)), onAdditionalChange && (_jsxs("div", __assign({ className: "smartapp-input__container--additional-field", style: { width: "".concat(additionalWidth, "px") } }, { children: [_jsx("input", __assign({ ref: additionalInputRef, className: classNames('smartapp-input__container--additional-field__input', { 'smartapp-input__container--additional-field__input--disabled': disabled }, additionalClassName), defaultValue: additionalDefaultValue, disabled: disabled, maxLength: ADDITIONAL_MAX_CHARACTERS, placeholder: additionalPlaceholder, onChange: handleAdditionalChange }, additionalInputProps)), _jsx("span", { ref: hiddenSpanRef, className: "smartapp-input__container--additional-field__hidden-span" })] }))), renderEyeIcon(), renderMagnifyingGlass(), renderClearIcon(), renderTextCounter(), renderError()] })), renderHint()] })));
205
+ };
206
+ export default Input;
207
+ //# sourceMappingURL=Input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/сomponents/Input/Input.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAc,MAAM,OAAO,CAAA;AACtE,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/C,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAClE,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EACzB,qBAAqB,EACrB,SAAS,EACT,SAAS,EACT,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,eAAe,EACf,aAAa,GACd,MAAM,iBAAiB,CAAA;AAExB,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACtE,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,8BAA8B,CAAA;AAC1E,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,yCAAyC,CAAA;AAC/F,OAAO,0BAA0B,CAAA;AAEjC,IAAM,KAAK,GAAG,UAAC,EA6BD;IA5BZ,IAAA,kBAAkB,EAAlB,UAAU,mBAAG,KAAK,KAAA,EAClB,mBAAmB,EAAnB,WAAW,mBAAG,KAAK,KAAA,EACnB,oBAAoB,EAApB,YAAY,mBAAG,KAAK,KAAA,EACpB,gBAAgB,EAAhB,QAAQ,mBAAG,KAAK,KAAA,EAChB,KAAK,WAAA,EACL,IAAI,UAAA,EACJ,aAAa,mBAAA,EACb,IAAI,UAAA,EACJ,KAAK,WAAA,EACL,IAAI,UAAA,EACJ,iBAAiC,EAAjC,SAAS,mBAAG,gBAAgB,CAAC,IAAI,KAAA,EACjC,gBAA4B,EAA5B,QAAQ,mBAAG,SAAS,CAAC,OAAO,KAAA,EAC5B,mBAAqC,EAArC,WAAW,mBAAG,kBAAkB,CAAC,IAAI,KAAA,EACrC,aAAW,EAAX,KAAK,mBAAG,GAAG,KAAA,EACX,SAAS,eAAA,EACT,kBAAkB,wBAAA,EAClB,SAAS,eAAA,EACT,eAAe,qBAAA,EACf,KAAK,WAAA,EACL,QAAQ,cAAA,EACR,OAAO,aAAA,EACP,MAAM,YAAA,EACN,YAAY,kBAAA,EACZ,YAAY,kBAAA,EACZ,QAAQ,cAAA,EACR,qBAAqB,2BAAA,EACrB,0BAA0B,EAA1B,kBAAkB,mBAAG,KAAK,KAAA,EACvB,KAAK,cA5BK,6WA6Bd,CADS;IAER,IAAM,QAAQ,GAAG,MAAM,CAAmB,IAAI,CAAC,CAAA;IAC/C,IAAM,OAAO,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAC5C,IAAM,kBAAkB,GAAG,MAAM,CAAmB,IAAI,CAAC,CAAA;IACzD,IAAM,aAAa,GAAG,MAAM,CAAyB,IAAI,CAAC,CAAA;IAC1D,IAAM,QAAQ,GAAG,QAAQ,IAAI,QAAQ,CAAA;IAE/B,IAAA,KAAgC,QAAQ,CAAS,CAAC,CAAC,EAAlD,WAAW,QAAA,EAAE,cAAc,QAAuB,CAAA;IACnD,IAAA,KAAgD,QAAQ,CAAS,aAAa,IAAI,CAAC,CAAC,EAAnF,mBAAmB,QAAA,EAAE,sBAAsB,QAAwC,CAAA;IACpF,IAAA,KAA4B,QAAQ,CAAwB,IAAI,CAAC,EAAhE,SAAS,QAAA,EAAE,YAAY,QAAyC,CAAA;IACjE,IAAA,KAAwC,QAAQ,CAAC,KAAK,CAAC,EAAtD,eAAe,QAAA,EAAE,kBAAkB,QAAmB,CAAA;IACvD,IAAA,KAAwC,QAAQ,CAAS,CAAC,CAAC,EAA1D,eAAe,QAAA,EAAE,kBAAkB,QAAuB,CAAA;IAC3D,IAAA,KAA8C,QAAQ,CAAS,CAAC,CAAC,EAAhE,kBAAkB,QAAA,EAAE,qBAAqB,QAAuB,CAAA;IACjE,IAAA,KAAsD,QAAQ,CAAC,KAAK,CAAC,EAApE,sBAAsB,QAAA,EAAE,yBAAyB,QAAmB,CAAA;IAE3E,IAAM,UAAU,GAAG,EAAE,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,EAAE,CAAA;IAEtD,IAAM,KAMF,qBAAqB,IAAI,EAAE,EALlB,mBAAmB,eAAA,EACjB,qBAAqB,iBAAA,EACpB,sBAAsB,kBAAA,EAC1B,kBAAkB,cAAA,EACzB,oBAAoB,cALnB,wDAML,CAA8B,CAAA;IAE/B,SAAS,CAAC;QACR,IAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAA;QAErC,IAAM,yBAAyB,GAAG,UAAC,KAAU;YAC3C,IAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,UAAU,CAAA;YAE1C,UAAU,CAAC;gBACT,KAAK,CAAC,MAAM,CAAC,UAAU,GAAG,UAAU,CAAA;YACtC,CAAC,EAAE,CAAC,CAAC,CAAA;QACP,CAAC,CAAA;QAED,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,gBAAgB,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAA;QAEjE,OAAO;YACL,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,mBAAmB,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAA;QACtE,CAAC,CAAA;QACD,uDAAuD;IACzD,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,SAAS,CAAC;QACR,IAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAA;QAErC,IAAI,YAAY,IAAI,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE;YAC7C,IAAM,UAAU,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,CAAA;YAE5C,YAAY,CAAC,cAAc,GAAG,UAAU,CAAA;YACxC,YAAY,CAAC,YAAY,GAAG,UAAU,CAAA;YACtC,YAAY,CAAC,KAAK,EAAE,CAAA;SACrB;QACD,uDAAuD;IACzD,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAA;IAErB,SAAS,CAAC;QACR,IAAI,CAAC,mBAAmB,EAAE;YACxB,0BAA0B,EAAE,CAAA;SAC7B;IACH,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAA;IAEzB,SAAS,CAAC;QACR,IAAM,oBAAoB,GAAG,aAAa,CAAC,OAAO,CAAA;QAElD,IAAI,oBAAoB,IAAI,qBAAqB,EAAE;YACjD,oBAAoB,CAAC,SAAS,GAAG,qBAAqB,CAAA;YACtD,IAAM,uBAAuB,GAAG,oBAAoB,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAA;YAClF,oBAAoB,CAAC,SAAS,GAAG,CAAA,sBAAsB,aAAtB,sBAAsB,uBAAtB,sBAAsB,CAAE,QAAQ,EAAE,KAAI,qBAAqB,CAAA;YAC5F,IAAM,oBAAoB,GAAG,oBAAoB,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAA;YAE/E,kBAAkB,CAAC,oBAAoB,GAAG,uBAAuB,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAA;YACnH,qBAAqB,CAAC,uBAAuB,CAAC,CAAA;SAC/C;IACH,CAAC,EAAE,CAAC,qBAAqB,EAAE,sBAAsB,CAAC,CAAC,CAAA;IAEnD,IAAM,yBAAyB,GAAG;QAChC,IAAM,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAA;QACxF,OAAO,UAAG,SAAS,CAAC,CAAC,CAAC,SAAS,GAAG,aAAa,CAAC,CAAC,CAAC,qBAAqB,OAAI,CAAA;IAC7E,CAAC,CAAA;IAED,IAAM,0BAA0B,GAAG;QACjC,IAAM,oBAAoB,GAAG,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,kBAAkB,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAA;QACzH,OAAO,UAAG,oBAAoB,CAAC,CAAC,CAAC,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,qBAAqB,OAAI,CAAA;IACzG,CAAC,CAAA;IAED,IAAM,iBAAiB,GAAG;QACxB,IAAI,UAAU,EAAE;YACd,OAAO,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,mBAAmB,CAAA;SAC/D;QAED,OAAO,IAAI,IAAI,eAAe,CAAA;IAChC,CAAC,CAAA;IAED,IAAM,kBAAkB,GAAG,cAAM,OAAA,WAAW,KAAK,kBAAkB,CAAC,KAAK,EAAxC,CAAwC,CAAA;IACzE,IAAM,qBAAqB,GAAG,cAAM,OAAA,kBAAkB,EAAE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,EAA7C,CAA6C,CAAA;IAEjF,IAAM,oBAAoB,GAAG;QAC3B,IAAI,KAAK,CAAC,aAAa,CAAC,IAAI,kBAAkB,EAAE,EAAE;YAChD,OAAO,KAAK,CAAA;SACb;QAED,uCAAuC;QACvC,IAAM,mBAAmB,GAAG,CAAC,aAAa,GAAG,EAAE,CAAC,GAAG,GAAG,CAAA;QACtD,OAAO,mBAAmB,GAAG,mBAAmB,CAAA;IAClD,CAAC,CAAA;IAED,IAAM,0BAA0B,GAAG;QACjC,IAAM,EAAE,GAAG,UAAU,CAAC,cAAM,OAAA,YAAY,CAAC,IAAI,CAAC,EAAlB,CAAkB,EAAE,qBAAqB,CAAC,CAAA;QACtE,YAAY,CAAC,EAAE,CAAC,CAAA;IAClB,CAAC,CAAA;IAED,IAAM,aAAa,GAAG,UAAC,EAA8C;YAA5C,GAAG,SAAA;QAC1B,IAAI,GAAG,KAAK,SAAS,IAAI,YAAY,EAAE;YACrC,YAAY,EAAE,CAAA;SACf;QAED,IAAI,CAAC,mBAAmB,EAAE;YACxB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,YAAY,CAAC,SAAS,CAAC,CAAA;YAC7C,0BAA0B,EAAE,CAAA;SAC7B;IACH,CAAC,CAAA;IAED,IAAM,iBAAiB,GAAG,sBAAM,OAAA,OAAO,CAAC,MAAA,QAAQ,CAAC,OAAO,0CAAE,KAAK,CAAC,CAAA,EAAA,CAAA;IAEhE,IAAM,WAAW,GAAG,UAAC,CAAwC;QAC3D,yBAAyB,CAAC,CAAC,iBAAiB,EAAE,CAAC,CAAA;QAC/C,OAAO,IAAI,OAAO,CAAC,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,IAAM,UAAU,GAAG,UAAC,CAAwC;QAC1D,yBAAyB,CAAC,SAAS,KAAK,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAA;QAC/F,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,CAAA;IACrB,CAAC,CAAA;IAED,IAAM,YAAY,GAAG,UAAC,EAA0D;YAA9C,KAAK,kBAAA;QACrC,IAAM,WAAW,GAAG,KAAK,CAAC,MAAM,CAAA;QAChC,QAAQ,CAAC,KAAK,CAAC,CAAA;QACf,cAAc,CAAC,WAAW,CAAC,CAAA;QAC3B,yBAAyB,CAAC,CAAC,CAAC,WAAW,CAAC,CAAA;QAExC,IAAI,aAAa,EAAE;YACjB,IAAM,qBAAmB,GAAG,aAAa,GAAG,WAAW,CAAA;YACvD,sBAAsB,CAAC,qBAAmB,CAAC,CAAA;YAE3C,IAAI,CAAC,CAAC,qBAAmB,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE;gBAC/C,YAAY,CAAC,SAAS,CAAC,CAAA;gBACvB,YAAY,CAAC,IAAI,CAAC,CAAA;aACnB;SACF;IACH,CAAC,CAAA;IAED,IAAM,sBAAsB,GAAG,UAAC,EAA0D;YAA9C,KAAK,kBAAA;QAC/C,kBAAkB,IAAI,kBAAkB,CAAC,KAAK,CAAC,CAAA;QAE/C,IAAI,aAAa,CAAC,OAAO,EAAE;YACzB,aAAa,CAAC,OAAO,CAAC,SAAS,GAAG,KAAK,CAAA;YACvC,IAAM,SAAS,GAAG,aAAa,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAA;YACrE,IAAM,OAAK,GAAG,SAAS,GAAG,kBAAkB,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAA;YAC7E,kBAAkB,CAAC,OAAK,CAAC,CAAA;SAC1B;IACH,CAAC,CAAA;IAED,IAAM,iBAAiB,GAAG;;QACxB,kBAAkB,CAAC,CAAC,eAAe,CAAC,CAAA;QACpC,CAAC,CAAA,MAAA,QAAQ,CAAC,OAAO,0CAAE,KAAK,CAAC,MAAM,CAAA,KAAI,MAAA,QAAQ,CAAC,OAAO,0CAAE,KAAK,EAAE,CAAA,CAAA;IAC9D,CAAC,CAAA;IAED,IAAM,gBAAgB,GAAG,UAAC,KAAwE;QAChG,KAAK,CAAC,cAAc,EAAE,CAAA;QAEtB,IAAI,QAAQ,CAAC,OAAO,IAAI,YAAY,EAAE;YACpC,QAAQ,CAAC,OAAO,CAAC,KAAK,GAAG,EAAE,CAAA;YAC3B,yBAAyB,CAAC,KAAK,CAAC,CAAA;YAChC,YAAY,EAAE,CAAA;SACf;IACH,CAAC,CAAA;IAED,IAAM,gBAAgB,GAAG;QACvB,OAAA,KAAK,IAAI,CACP,wBAAK,SAAS,EAAC,uBAAuB,iBACpC,qBAAG,SAAS,EAAC,6BAA6B,gBAAE,KAAK,IAAK,EACrD,kBAAkB,EAAE,KACjB,CACP;IALD,CAKC,CAAA;IAEH,IAAM,UAAU,GAAG;QACjB,OAAA,IAAI,IAAI,CACN,uBAAK,GAAG,EAAE,OAAO,EAAE,SAAS,EAAC,iCAAiC,gBAC3D,IAAI,IACD,CACP;IAJD,CAIC,CAAA;IAEH,IAAM,kBAAkB,GAAG;QACzB,OAAA,qBAAqB,EAAE,IAAI,CACzB,uBACE,SAAS,EAAE,UAAU,CAAC,gCAAgC,EAAE,EAAE,uCAAuC,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,gBACxH,UAAG,WAAW,cAAI,aAAa,CAAE,IAAO,CAC3C;IAJD,CAIC,CAAA;IAEH,IAAM,aAAa,GAAG;QACpB,OAAA,UAAU,IAAI,CACZ,0BAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,uCAAuC,EAAC,OAAO,EAAE,iBAAiB,gBAC/F,eAAe,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,KAAK,EAAE,UAAU,GAAI,CAAC,CAAC,CAAC,KAAC,UAAU,IAAC,KAAK,EAAE,UAAU,GAAI,IAC9E,CACV;IAJD,CAIC,CAAA;IAEH,IAAM,qBAAqB,GAAG;QAC5B,OAAA,YAAY,IAAI,KAAC,mBAAmB,IAAC,SAAS,EAAC,kDAAkD,EAAC,KAAK,EAAE,UAAU,GAAI;IAAvH,CAAuH,CAAA;IAEzH,IAAM,eAAe,GAAG;QACtB,OAAA,WAAW;YACX,sBAAsB,IAAI,CACxB,KAAC,SAAS,IAAC,SAAS,EAAC,uCAAuC,EAAC,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,gBAAgB,GAAI,CAChJ;IAHD,CAGC,CAAA;IAEH,IAAM,iBAAiB,GAAG;QACxB,OAAA,oBAAoB,EAAE,IAAI,CACxB,uBAAK,SAAS,EAAE,UAAU,CAAC,oCAAoC,EAAE,EAAE,2CAA2C,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,gBAClI,mBAAmB,IAChB,CACP;IAJD,CAIC,CAAA;IAEH,IAAM,WAAW,GAAG,cAAM,OAAA,KAAK,IAAI,uBAAK,SAAS,EAAC,kCAAkC,gBAAE,KAAK,IAAO,EAAxE,CAAwE,CAAA;IAClG,IAAM,UAAU,GAAG,cAAM,OAAA,IAAI,IAAI,uBAAK,SAAS,EAAC,sBAAsB,gBAAE,IAAI,IAAO,EAA1D,CAA0D,CAAA;IAEnF,OAAO,CACL,wBAAK,KAAK,aAAI,KAAK,EAAE,UAAG,KAAK,MAAG,IAAK,eAAe,GAAI,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,iBAChH,gBAAgB,EAAE,EACnB,wBAAK,SAAS,EAAC,2BAA2B,iBACvC,UAAU,EAAE,EACb,yBACE,GAAG,EAAE,QAAQ,EACb,SAAS,EAAE,UAAU,CACnB,kCAAkC,EAClC;4BACE,+CAA+C,EAAE,UAAU,IAAI,WAAW,IAAI,YAAY;4BAC1F,4CAA4C,EAAE,QAAQ;4BACtD,yCAAyC,EAAE,KAAK,IAAI,CAAC,kBAAkB;4BACvE,uDAAuD,EAAE,mBAAmB,CAAC,QAAQ,CAAC;yBACvF,EACD,SAAS,CACV,EACD,KAAK,aAAI,WAAW,EAAE,yBAAyB,EAAE,EAAE,YAAY,EAAE,0BAA0B,EAAE,IAAK,KAAK,GACvG,IAAI,EAAE,iBAAiB,EAAE,EACzB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,aAAa,EACxB,SAAS,EAAE,aAAa,EACxB,QAAQ,EAAE,YAAY,EACtB,OAAO,EAAE,WAAW,EACpB,MAAM,EAAE,UAAU,IACd,KAAK,EACT,EACD,kBAAkB,IAAI,CACrB,wBAAK,SAAS,EAAC,6CAA6C,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,UAAG,eAAe,OAAI,EAAE,iBACnG,yBACE,GAAG,EAAE,kBAAkB,EACvB,SAAS,EAAE,UAAU,CACnB,oDAAoD,EACpD,EAAE,8DAA8D,EAAE,QAAQ,EAAE,EAC5E,mBAAmB,CACpB,EACD,YAAY,EAAE,sBAAsB,EACpC,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,yBAAyB,EACpC,WAAW,EAAE,qBAAqB,EAClC,QAAQ,EAAE,sBAAsB,IAC5B,oBAAoB,EACxB,EACF,eAAM,GAAG,EAAE,aAAa,EAAE,SAAS,EAAC,0DAA0D,GAAG,KAC7F,CACP,EACA,aAAa,EAAE,EACf,qBAAqB,EAAE,EACvB,eAAe,EAAE,EACjB,iBAAiB,EAAE,EACnB,WAAW,EAAE,KACV,EACL,UAAU,EAAE,KACT,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,KAAK,CAAA"}
@@ -0,0 +1 @@
1
+ export { default } from './Input';
@@ -0,0 +1,2 @@
1
+ export { default } from './Input';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/Input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,29 @@
1
+ import { InputHTMLAttributes, RefObject } from 'react';
2
+ import { IntRange } from '../types';
3
+ import { IThemeProps, TStyles } from '../../constants';
4
+ interface IInputParams extends Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange'> {
5
+ onChange: (str: string) => void;
6
+ }
7
+ export interface IInputProps extends IThemeProps, IInputParams {
8
+ isPassword?: boolean;
9
+ isClearable?: boolean;
10
+ isSearchable?: boolean;
11
+ title?: string;
12
+ mask?: string;
13
+ maxCharacters?: number;
14
+ hint?: string;
15
+ error?: string;
16
+ fieldType?: 'text' | 'search';
17
+ fillType?: 'primary' | 'secondary';
18
+ counterType?: 'title' | 'text';
19
+ width?: IntRange<1, 101>;
20
+ iconColor?: string;
21
+ containerClassName?: string;
22
+ containerStyles?: TStyles;
23
+ onEnterPress?: () => void;
24
+ onClearClick?: () => void;
25
+ additionalInputParams?: IInputParams;
26
+ outerRef?: RefObject<HTMLInputElement | null>;
27
+ disableErrorBorder?: boolean;
28
+ }
29
+ export {};
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Input/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ import { IListItemProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ export declare const LIST_ITEM_TYPE: {
4
+ interactive: string;
5
+ notInteractive: string;
6
+ };
7
+ export declare const INTERACTIVE_ELEMENT: {
8
+ radioButton: string;
9
+ checkbox: string;
10
+ toggle: string;
11
+ };
12
+ export declare const INTERACTIVE_POSITION: {
13
+ left: string;
14
+ right: string;
15
+ };
16
+ export declare const NOT_INTERACTIVE_ELEMENT: {
17
+ icon: string;
18
+ indicator: string;
19
+ noElement: string;
20
+ };
21
+ export declare const DEFAULT_INDICATOR_COLOR = "blue";
22
+ declare const ListItem: (props: IListItemProps) => import("react/jsx-runtime").JSX.Element;
23
+ export default ListItem;