@expressms/smartapp-ui 2.8.9-alpha.4 → 2.8.9-alpha.5

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 (443) 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/download.svg +4 -0
  16. package/build/main/assets/icons/error.svg +5 -0
  17. package/build/main/assets/icons/external-link.svg +3 -0
  18. package/build/main/assets/icons/eye-off.svg +10 -0
  19. package/build/main/assets/icons/eye.svg +10 -0
  20. package/build/main/assets/icons/file.svg +3 -0
  21. package/build/main/assets/icons/info.svg +5 -0
  22. package/build/main/assets/icons/loader.svg +3 -0
  23. package/build/main/assets/icons/logout.svg +4 -0
  24. package/build/main/assets/icons/magnifying-glass.svg +3 -0
  25. package/build/main/assets/icons/mail.svg +3 -0
  26. package/build/main/assets/icons/more.svg +3 -0
  27. package/build/main/assets/icons/my-contact-user.svg +10 -0
  28. package/build/main/assets/icons/notification-close.svg +3 -0
  29. package/build/main/assets/icons/notification-error.svg +3 -0
  30. package/build/main/assets/icons/notification-failure.svg +3 -0
  31. package/build/main/assets/icons/notification-info.svg +5 -0
  32. package/build/main/assets/icons/notification-success.svg +4 -0
  33. package/build/main/assets/icons/notification-warning.svg +5 -0
  34. package/build/main/assets/icons/order.svg +6 -0
  35. package/build/main/assets/icons/plus.svg +4 -0
  36. package/build/main/assets/icons/private.svg +12 -0
  37. package/build/main/assets/icons/refresh.svg +3 -0
  38. package/build/main/assets/icons/story-loader.svg +3 -0
  39. package/build/main/assets/icons/tick.svg +10 -0
  40. package/build/main/assets/icons/trash.svg +3 -0
  41. package/build/main/assets/icons/unread-mails.svg +4 -0
  42. package/build/main/assets/storybook/index.d.ts +21 -0
  43. package/build/main/assets/storybook/index.js +22 -0
  44. package/build/main/assets/storybook/index.js.map +1 -0
  45. package/build/main/constants/constants.d.ts +150 -0
  46. package/build/main/constants/constants.js +170 -0
  47. package/build/main/constants/constants.js.map +1 -0
  48. package/build/main/constants/index.d.ts +2 -0
  49. package/build/main/constants/index.js +3 -0
  50. package/build/main/constants/index.js.map +1 -0
  51. package/build/main/constants/types.d.ts +24 -0
  52. package/build/main/constants/types.js +2 -0
  53. package/build/main/constants/types.js.map +1 -0
  54. package/build/main/helpers/index.d.ts +22 -0
  55. package/build/main/helpers/index.js +89 -0
  56. package/build/main/helpers/index.js.map +1 -0
  57. package/build/main/hooks/useModal.d.ts +21 -0
  58. package/build/main/hooks/useModal.js +60 -0
  59. package/build/main/hooks/useModal.js.map +1 -0
  60. package/build/main/index.d.ts +36 -0
  61. package/build/main/index.js +37 -0
  62. package/build/main/index.js.map +1 -0
  63. package/build/main/styles/index.d.ts +1 -0
  64. package/build/main/styles/index.js +2 -0
  65. package/build/main/styles/index.js.map +1 -0
  66. package/build/main/styles/main.js +0 -0
  67. package/build/main/styles/styles.scss +14 -0
  68. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  69. package/build/main//321/201omponents/ActionModal/ActionModal.js +55 -0
  70. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  71. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  72. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  73. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  74. package/build/main//321/201omponents/ActionModal/types.d.ts +24 -0
  75. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  76. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  77. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  78. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +60 -0
  79. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  80. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  81. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  82. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  83. package/build/main//321/201omponents/AttachedFile/types.d.ts +25 -0
  84. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  85. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  86. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  87. package/build/main//321/201omponents/Avatar/Avatar.js +136 -0
  88. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  89. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  90. package/build/main//321/201omponents/Avatar/index.js +2 -0
  91. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  92. package/build/main//321/201omponents/Avatar/types.d.ts +59 -0
  93. package/build/main//321/201omponents/Avatar/types.js +30 -0
  94. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  95. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  96. package/build/main//321/201omponents/Button/Button.js +71 -0
  97. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  98. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  99. package/build/main//321/201omponents/Button/index.js +2 -0
  100. package/build/main//321/201omponents/Button/index.js.map +1 -0
  101. package/build/main//321/201omponents/Button/types.d.ts +27 -0
  102. package/build/main//321/201omponents/Button/types.js +11 -0
  103. package/build/main//321/201omponents/Button/types.js.map +1 -0
  104. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  105. package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
  106. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  107. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  108. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  109. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  110. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  111. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  112. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  113. package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
  114. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  115. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  116. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  117. package/build/main//321/201omponents/Calendar/Calendar.js +95 -0
  118. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  119. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  120. package/build/main//321/201omponents/Calendar/index.js +2 -0
  121. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  122. package/build/main//321/201omponents/Calendar/types.d.ts +13 -0
  123. package/build/main//321/201omponents/Calendar/types.js +2 -0
  124. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  125. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
  126. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +46 -0
  127. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  128. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
  129. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
  130. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
  131. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
  132. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +41 -0
  133. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  134. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
  135. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +63 -0
  136. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  137. package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
  138. package/build/main//321/201omponents/Charts/colors.js +4 -0
  139. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  140. package/build/main//321/201omponents/Charts/constants.d.ts +46 -0
  141. package/build/main//321/201omponents/Charts/constants.js +43 -0
  142. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  143. package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
  144. package/build/main//321/201omponents/Charts/helpers.js +73 -0
  145. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  146. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  147. package/build/main//321/201omponents/Charts/index.js +4 -0
  148. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  149. package/build/main//321/201omponents/Charts/types.d.ts +88 -0
  150. package/build/main//321/201omponents/Charts/types.js +2 -0
  151. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  152. package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
  153. package/build/main//321/201omponents/Charts/useEvents.js +45 -0
  154. package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
  155. package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
  156. package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
  157. package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
  158. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +4 -0
  159. package/build/main//321/201omponents/Checkbox/Checkbox.js +38 -0
  160. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  161. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  162. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  163. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  164. package/build/main//321/201omponents/Checkbox/types.d.ts +12 -0
  165. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  166. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  167. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  168. package/build/main//321/201omponents/Chip/Chip.js +35 -0
  169. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  170. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  171. package/build/main//321/201omponents/Chip/index.js +2 -0
  172. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  173. package/build/main//321/201omponents/Chip/types.d.ts +13 -0
  174. package/build/main//321/201omponents/Chip/types.js +2 -0
  175. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  176. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  177. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +70 -0
  178. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  179. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  180. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  181. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  182. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
  183. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  184. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  185. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  186. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +82 -0
  187. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  188. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  189. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  190. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  191. package/build/main//321/201omponents/ContextMenu/types.d.ts +32 -0
  192. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  193. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  194. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
  195. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +243 -0
  196. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  197. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  198. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  199. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  200. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  201. package/build/main//321/201omponents/CustomSelect/selectStyles.js +67 -0
  202. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  203. package/build/main//321/201omponents/CustomSelect/types.d.ts +64 -0
  204. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  205. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  206. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  207. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +57 -0
  208. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  209. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  210. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  211. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  212. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  213. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  214. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  215. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  216. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  217. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  218. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  219. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  220. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  221. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  222. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  223. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  224. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +21 -0
  225. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +216 -0
  226. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
  227. package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
  228. package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
  229. package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
  230. package/build/main//321/201omponents/DraggablePopup/types.d.ts +70 -0
  231. package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
  232. package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
  233. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  234. package/build/main//321/201omponents/Error/Error.js +23 -0
  235. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  236. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  237. package/build/main//321/201omponents/Error/index.js +2 -0
  238. package/build/main//321/201omponents/Error/index.js.map +1 -0
  239. package/build/main//321/201omponents/Error/types.d.ts +10 -0
  240. package/build/main//321/201omponents/Error/types.js +2 -0
  241. package/build/main//321/201omponents/Error/types.js.map +1 -0
  242. package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
  243. package/build/main//321/201omponents/Flex/Flex.js +49 -0
  244. package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
  245. package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
  246. package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
  247. package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
  248. package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
  249. package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
  250. package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
  251. package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
  252. package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
  253. package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
  254. package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
  255. package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
  256. package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
  257. package/build/main//321/201omponents/Flex/index.d.ts +3 -0
  258. package/build/main//321/201omponents/Flex/index.js +4 -0
  259. package/build/main//321/201omponents/Flex/index.js.map +1 -0
  260. package/build/main//321/201omponents/Flex/types.d.ts +15 -0
  261. package/build/main//321/201omponents/Flex/types.js +2 -0
  262. package/build/main//321/201omponents/Flex/types.js.map +1 -0
  263. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  264. package/build/main//321/201omponents/Header/Header.js +124 -0
  265. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  266. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  267. package/build/main//321/201omponents/Header/index.js +2 -0
  268. package/build/main//321/201omponents/Header/index.js.map +1 -0
  269. package/build/main//321/201omponents/Header/types.d.ts +46 -0
  270. package/build/main//321/201omponents/Header/types.js +2 -0
  271. package/build/main//321/201omponents/Header/types.js.map +1 -0
  272. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  273. package/build/main//321/201omponents/Input/Input.js +207 -0
  274. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  275. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  276. package/build/main//321/201omponents/Input/index.js +2 -0
  277. package/build/main//321/201omponents/Input/index.js.map +1 -0
  278. package/build/main//321/201omponents/Input/types.d.ts +29 -0
  279. package/build/main//321/201omponents/Input/types.js +2 -0
  280. package/build/main//321/201omponents/Input/types.js.map +1 -0
  281. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  282. package/build/main//321/201omponents/ListItem/ListItem.js +208 -0
  283. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  284. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  285. package/build/main//321/201omponents/ListItem/index.js +2 -0
  286. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  287. package/build/main//321/201omponents/ListItem/types.d.ts +42 -0
  288. package/build/main//321/201omponents/ListItem/types.js +2 -0
  289. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  290. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  291. package/build/main//321/201omponents/Loader/Loader.js +44 -0
  292. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  293. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  294. package/build/main//321/201omponents/Loader/index.js +2 -0
  295. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  296. package/build/main//321/201omponents/Loader/types.d.ts +18 -0
  297. package/build/main//321/201omponents/Loader/types.js +2 -0
  298. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  299. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  300. package/build/main//321/201omponents/Modal/Modal.js +125 -0
  301. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  302. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  303. package/build/main//321/201omponents/Modal/index.js +2 -0
  304. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  305. package/build/main//321/201omponents/Modal/types.d.ts +32 -0
  306. package/build/main//321/201omponents/Modal/types.js +2 -0
  307. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  308. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  309. package/build/main//321/201omponents/Notification/Notification.js +217 -0
  310. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  311. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  312. package/build/main//321/201omponents/Notification/index.js +2 -0
  313. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  314. package/build/main//321/201omponents/Notification/types.d.ts +45 -0
  315. package/build/main//321/201omponents/Notification/types.js +2 -0
  316. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  317. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  318. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  319. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  320. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  321. package/build/main//321/201omponents/Profile/index.js +2 -0
  322. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  323. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  324. package/build/main//321/201omponents/Profile/types.js +2 -0
  325. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  326. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  327. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  328. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  329. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  330. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  331. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  332. package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
  333. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  334. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  335. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  336. package/build/main//321/201omponents/RadioButton/RadioButton.js +37 -0
  337. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  338. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  339. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  340. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  341. package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
  342. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  343. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  344. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
  345. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +63 -0
  346. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  347. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  348. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  349. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  350. package/build/main//321/201omponents/ScrollBar/types.d.ts +20 -0
  351. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  352. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  353. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  354. package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
  355. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  356. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  357. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  358. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  359. package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
  360. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  361. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  362. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  363. package/build/main//321/201omponents/Stories/Stories.js +300 -0
  364. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  365. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  366. package/build/main//321/201omponents/Stories/index.js +2 -0
  367. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  368. package/build/main//321/201omponents/Stories/types.d.ts +70 -0
  369. package/build/main//321/201omponents/Stories/types.js +16 -0
  370. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  371. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  372. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  373. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  374. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  375. package/build/main//321/201omponents/Switcher/index.js +2 -0
  376. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  377. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  378. package/build/main//321/201omponents/Switcher/types.js +2 -0
  379. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  380. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  381. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  382. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  383. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  384. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  385. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  386. package/build/main//321/201omponents/SyncLoader/types.d.ts +9 -0
  387. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  388. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  389. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  390. package/build/main//321/201omponents/Textarea/Textarea.js +96 -0
  391. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  392. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  393. package/build/main//321/201omponents/Textarea/index.js +2 -0
  394. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  395. package/build/main//321/201omponents/Textarea/types.d.ts +12 -0
  396. package/build/main//321/201omponents/Textarea/types.js +2 -0
  397. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  398. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  399. package/build/main//321/201omponents/Toggle/Toggle.js +38 -0
  400. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  401. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  402. package/build/main//321/201omponents/Toggle/index.js +2 -0
  403. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  404. package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
  405. package/build/main//321/201omponents/Toggle/types.js +2 -0
  406. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  407. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  408. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
  409. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  410. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  411. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +76 -0
  412. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  413. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  414. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  415. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  416. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
  417. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +81 -0
  418. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  419. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  420. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +40 -0
  421. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  422. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  423. package/build/main//321/201omponents/UserDropdown/Option/Option.js +91 -0
  424. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  425. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
  426. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +434 -0
  427. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  428. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +94 -0
  429. package/build/main//321/201omponents/UserDropdown/helpers.js +93 -0
  430. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  431. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  432. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  433. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  434. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  435. package/build/main//321/201omponents/UserDropdown/selectStyles.js +75 -0
  436. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  437. package/build/main//321/201omponents/UserDropdown/types.d.ts +194 -0
  438. package/build/main//321/201omponents/UserDropdown/types.js +2 -0
  439. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  440. package/build/main//321/201omponents/types.d.ts +2 -0
  441. package/build/main//321/201omponents/types.js +2 -0
  442. package/build/main//321/201omponents/types.js.map +1 -0
  443. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/Chip/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { IConfirmationModalProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const ConfirmationModal: ({ isModalOpen, isClosableOutside, isConfirmLoading, isCancelLoading, isCloseIconHidden, title, text, cancelButtonName, confirmButtonName, cancelButtonFunction, confirmButtonFunction, handleCloseModal, platform, popupClassName, className, popupStyles, styles, titleStyles, iconColor, backgroundColor, buttonsDirection, isBottomSheet, isDisabledBottomSheet, bottomSheetProps, }: IConfirmationModalProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ export default ConfirmationModal;
@@ -0,0 +1,70 @@
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 Button from '../Button';
16
+ import { TButtonVariant } from '../Button/types';
17
+ import { PLATFORM, MODAL_BUTTONS_DIRECTION, ROW } from '../../constants';
18
+ import { checkIfContentIsCentered, generateClassNames, generateColor, generateIsCloseIconHidden, generateBottomSheetClassName } from '../../helpers';
19
+ import { ReactComponent as CloseIcon } from '../../assets/icons/cancel-cross.svg';
20
+ import { useModal } from '../../hooks/useModal';
21
+ import '../../styles/styles.scss';
22
+ var COLUMN_REVERSE = 'column-reverse';
23
+ var ConfirmationModal = function (_a) {
24
+ var isModalOpen = _a.isModalOpen, _b = _a.isClosableOutside, isClosableOutside = _b === void 0 ? true : _b, _c = _a.isConfirmLoading, isConfirmLoading = _c === void 0 ? false : _c, _d = _a.isCancelLoading, isCancelLoading = _d === void 0 ? false : _d, isCloseIconHidden = _a.isCloseIconHidden, title = _a.title, text = _a.text, cancelButtonName = _a.cancelButtonName, confirmButtonName = _a.confirmButtonName, cancelButtonFunction = _a.cancelButtonFunction, confirmButtonFunction = _a.confirmButtonFunction, handleCloseModal = _a.handleCloseModal, _e = _a.platform, platform = _e === void 0 ? PLATFORM.web : _e, popupClassName = _a.popupClassName, className = _a.className, popupStyles = _a.popupStyles, styles = _a.styles, titleStyles = _a.titleStyles, iconColor = _a.iconColor, backgroundColor = _a.backgroundColor, _f = _a.buttonsDirection, buttonsDirection = _f === void 0 ? MODAL_BUTTONS_DIRECTION.row : _f, _g = _a.isBottomSheet, isBottomSheet = _g === void 0 ? false : _g, _h = _a.isDisabledBottomSheet, isDisabledBottomSheet = _h === void 0 ? false : _h, bottomSheetProps = _a.bottomSheetProps;
25
+ var ref = useRef(null);
26
+ var titleRef = useRef(null);
27
+ var textRef = useRef(null);
28
+ var btnsContainerDirection = buttonsDirection === MODAL_BUTTONS_DIRECTION.row ? ROW : COLUMN_REVERSE;
29
+ var isCloseIconInvisible = generateIsCloseIconHidden(platform, isCloseIconHidden);
30
+ var cancelFunction = handleCloseModal || cancelButtonFunction;
31
+ var _j = useModal({
32
+ isModalOpen: isModalOpen,
33
+ platform: platform,
34
+ isDisabledBottomSheet: isDisabledBottomSheet,
35
+ initialIsBottomSheet: isBottomSheet,
36
+ modalRef: ref,
37
+ isClosableOutside: isClosableOutside,
38
+ handleCloseModal: cancelFunction,
39
+ popupClassName: classNames('confirmation-modal', popupClassName),
40
+ popupStyles: popupStyles,
41
+ bottomSheetProps: bottomSheetProps,
42
+ }), shouldUseBottomSheet = _j.shouldUseBottomSheet, renderModal = _j.renderModal;
43
+ var additionalClassName = generateBottomSheetClassName(platform, shouldUseBottomSheet);
44
+ useEffect(function () {
45
+ document.documentElement.style.setProperty('--confirmation-modal-background', generateColor(backgroundColor));
46
+ }, [backgroundColor]);
47
+ useEffect(function () {
48
+ var checkIfClickedOutside = function (e) {
49
+ if (isModalOpen && isClosableOutside && ref.current && !ref.current.contains(e.target)) {
50
+ cancelFunction();
51
+ }
52
+ };
53
+ document === null || document === void 0 ? void 0 : document.addEventListener('click', checkIfClickedOutside, true);
54
+ return function () {
55
+ document === null || document === void 0 ? void 0 : document.removeEventListener('click', checkIfClickedOutside, true);
56
+ };
57
+ // eslint-disable-next-line react-hooks/exhaustive-deps
58
+ }, [isModalOpen, isClosableOutside]);
59
+ var renderCloseIconSpace = function (_a) {
60
+ var elementRef = _a.elementRef, _b = _a.isContent, isContent = _b === void 0 ? false : _b;
61
+ return (_jsx("div", { className: classNames('close-icon-space', {
62
+ 'close-icon-space__content': isContent,
63
+ 'close-icon-space__centered': checkIfContentIsCentered(elementRef),
64
+ }) }));
65
+ };
66
+ var modalContent = (_jsx("div", __assign({ ref: ref, className: classNames('smartapp-confirmation-modal', { 'smartapp-confirmation-modal__bottom-sheet': shouldUseBottomSheet }, className), style: styles }, { children: _jsxs("div", __assign({ className: generateClassNames({ className: 'smartapp-confirmation-modal__content', delimiter: '--', additionalClassName: additionalClassName }) }, { children: [title && (_jsxs("div", { children: [!isCloseIconInvisible && renderCloseIconSpace({ elementRef: titleRef }), _jsx("p", __assign({ ref: titleRef, className: "smartapp-confirmation-modal__content--title", style: titleStyles }, { children: title }))] })), !isCloseIconInvisible && (_jsx("div", __assign({ onClick: cancelFunction, className: "smartapp-confirmation-modal__content--close-icon" }, { children: _jsx(CloseIcon, { style: { color: generateColor(iconColor) } }) }))), _jsxs("div", { children: [!title && !isCloseIconInvisible && renderCloseIconSpace({ elementRef: textRef, isContent: true }), _jsx("span", __assign({ ref: textRef, className: "smartapp-confirmation-modal__content--text" }, { children: text }))] }), _jsxs("div", __assign({ style: { flexDirection: btnsContainerDirection }, className: "smartapp-confirmation-modal__content--buttons" }, { children: [cancelButtonName && (_jsx(Button, { title: cancelButtonName, isWaitingResponse: isCancelLoading, variant: TButtonVariant.secondary, onClick: cancelButtonFunction, disabled: isConfirmLoading })), _jsx(Button, { isWaitingResponse: isConfirmLoading, title: confirmButtonName, onClick: confirmButtonFunction, disabled: isCancelLoading })] }))] })) })));
67
+ return renderModal(modalContent);
68
+ };
69
+ export default ConfirmationModal;
70
+ //# sourceMappingURL=ConfirmationModal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmationModal.js","sourceRoot":"","sources":["../../../../src/сomponents/ConfirmationModal/ConfirmationModal.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './ConfirmationModal';
@@ -0,0 +1,2 @@
1
+ export { default } from './ConfirmationModal';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/ConfirmationModal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,28 @@
1
+ import { ReactNode } from 'react';
2
+ import { BottomSheetProps } from 'alex.chus-react-spring-bottom-sheet';
3
+ import { ICommonProps, TStyles } from '../../constants';
4
+ export interface IConfirmationModalProps extends ICommonProps {
5
+ isModalOpen: boolean;
6
+ isClosableOutside?: boolean;
7
+ isCloseIconHidden?: boolean;
8
+ isConfirmLoading?: boolean;
9
+ isCancelLoading?: boolean;
10
+ title?: string;
11
+ text: ReactNode;
12
+ cancelButtonName?: string;
13
+ confirmButtonName: string;
14
+ cancelButtonFunction: () => void;
15
+ confirmButtonFunction: (option?: any) => void;
16
+ handleCloseModal?: () => void;
17
+ popupClassName?: string;
18
+ className?: string;
19
+ popupStyles?: TStyles;
20
+ styles?: TStyles;
21
+ titleStyles?: TStyles;
22
+ iconColor?: string;
23
+ backgroundColor?: string;
24
+ buttonsDirection?: 'row' | 'column';
25
+ isBottomSheet?: boolean;
26
+ isDisabledBottomSheet?: boolean;
27
+ bottomSheetProps?: Partial<BottomSheetProps>;
28
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/ConfirmationModal/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { IContextMenuProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const ContextMenu: ({ isMenuOpen, isClickForbidden, isCloseOnItemClick, position: { x, y }, menuWidth, containerClassName, menuClassName, itemClassName, containerStyles, menuStyles, itemStyles, items, closeMenu, platform, }: IContextMenuProps) => import("react/jsx-runtime").JSX.Element | null;
4
+ export default ContextMenu;
@@ -0,0 +1,82 @@
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 { useLayoutEffect, useRef, useState } from 'react';
14
+ import classNames from 'classnames';
15
+ import Checkbox from '../Checkbox';
16
+ import { generateId, isWebPlatform } from '../../helpers';
17
+ import { CONTEXT_MENU_SAFE_SPACE, PLATFORM } from '../../constants';
18
+ import '../../styles/styles.scss';
19
+ var FIT_CONTENT = 'fit-content';
20
+ var ContextMenu = function (_a) {
21
+ var _b;
22
+ var isMenuOpen = _a.isMenuOpen, _c = _a.isClickForbidden, isClickForbidden = _c === void 0 ? false : _c, _d = _a.isCloseOnItemClick, isCloseOnItemClick = _d === void 0 ? true : _d, _e = _a.position, x = _e.x, y = _e.y, menuWidth = _a.menuWidth, containerClassName = _a.containerClassName, menuClassName = _a.menuClassName, itemClassName = _a.itemClassName, containerStyles = _a.containerStyles, _f = _a.menuStyles, menuStyles = _f === void 0 ? {} : _f, _g = _a.itemStyles, itemStyles = _g === void 0 ? {} : _g, items = _a.items, closeMenu = _a.closeMenu, _h = _a.platform, platform = _h === void 0 ? PLATFORM.web : _h;
23
+ var elementRef = useRef(null);
24
+ var _j = useState(0), contextMenuWidth = _j[0], setContextMenuWidth = _j[1];
25
+ var _k = useState(((_b = elementRef === null || elementRef === void 0 ? void 0 : elementRef.current) === null || _b === void 0 ? void 0 : _b.offsetHeight) || 0), contextMenuHeight = _k[0], setContextMenuHeight = _k[1];
26
+ var clientHeight = document.documentElement.clientHeight;
27
+ var clientWidth = document.documentElement.clientWidth;
28
+ var handleContextMenu = function (event) {
29
+ event.preventDefault();
30
+ !isClickForbidden && closeMenu();
31
+ };
32
+ var handleMenuItemClick = function (action) { return !isClickForbidden && action(); };
33
+ var handleMenuClose = function (_a) {
34
+ var event = _a.event, _b = _a.isItemClick, isItemClick = _b === void 0 ? true : _b;
35
+ event.stopPropagation();
36
+ if (isItemClick && !isCloseOnItemClick)
37
+ return;
38
+ if (!isClickForbidden)
39
+ closeMenu();
40
+ };
41
+ var handleSortItems = function (_a, _b) {
42
+ var isFixedA = _a.isFixedUnderLine;
43
+ var isFixedB = _b.isFixedUnderLine;
44
+ return Number(!!isFixedA) - Number(!!isFixedB);
45
+ };
46
+ useLayoutEffect(function () {
47
+ var elementRefCurrent = elementRef.current;
48
+ if (elementRefCurrent) {
49
+ var offsetHeight = elementRefCurrent.offsetHeight;
50
+ var width = elementRefCurrent.getBoundingClientRect().width;
51
+ setContextMenuHeight(offsetHeight);
52
+ setContextMenuWidth(menuWidth || width);
53
+ }
54
+ }, [isMenuOpen, menuWidth]);
55
+ var renderMenuItemIcon = function (icon) { return icon && _jsx("div", __assign({ className: "smartapp-context-menu__item--content__icon" }, { children: icon })); };
56
+ var sortedContextMenuItems = items.sort(handleSortItems);
57
+ var firstIndexUnderLine = sortedContextMenuItems.findIndex(function (_a) {
58
+ var isFixedUnderLine = _a.isFixedUnderLine;
59
+ return isFixedUnderLine;
60
+ });
61
+ var contextMenuItems = sortedContextMenuItems.map(function (_a, index) {
62
+ var _b = _a.isNegativeAction, isNegativeAction = _b === void 0 ? false : _b, _c = _a.isSelected, isSelected = _c === void 0 ? false : _c, _d = _a.isDisabled, isDisabled = _d === void 0 ? false : _d, _e = _a.isWithCheckbox, isWithCheckbox = _e === void 0 ? false : _e, _f = _a.isChecked, isChecked = _f === void 0 ? false : _f, _g = _a.isFixedUnderLine, isFixedUnderLine = _g === void 0 ? false : _g, _h = _a.className, className = _h === void 0 ? '' : _h, title = _a.title, icon = _a.icon, action = _a.action;
63
+ return (_jsxs("button", __assign({ className: classNames('smartapp-context-menu__item', {
64
+ 'smartapp-context-menu__item--checkbox': isWithCheckbox,
65
+ 'smartapp-context-menu__item--negative': isNegativeAction,
66
+ 'smartapp-context-menu__item--selected': isSelected,
67
+ 'smartapp-context-menu__item--disabled': isDisabled,
68
+ 'smartapp-context-menu__item--fixed-under-line': isFixedUnderLine && index === firstIndexUnderLine,
69
+ 'smartapp-context-menu__item--hover': isWebPlatform(platform) && !isWithCheckbox,
70
+ }, itemClassName, className), disabled: isDisabled, style: itemStyles, onClick: function () { return handleMenuItemClick(action); } }, { children: [_jsxs("div", __assign({ className: classNames('smartapp-context-menu__item--content', {
71
+ 'smartapp-context-menu__item--content__fixed-under-line': isFixedUnderLine,
72
+ 'smartapp-context-menu__item--checkbox__content': isWithCheckbox,
73
+ 'smartapp-context-menu__item--disabled__content': isDisabled,
74
+ }) }, { children: [!isFixedUnderLine && renderMenuItemIcon(icon), _jsx("span", { children: title }), isFixedUnderLine && renderMenuItemIcon(icon)] })), isWithCheckbox && _jsx(Checkbox, { id: generateId(), isChecked: isChecked, isDisabled: isDisabled })] }), title));
75
+ });
76
+ var contextMenuStyles = __assign({ top: y + contextMenuHeight > clientHeight ? clientHeight - contextMenuHeight - CONTEXT_MENU_SAFE_SPACE : y, left: x + contextMenuWidth > clientWidth ? clientWidth - contextMenuWidth - CONTEXT_MENU_SAFE_SPACE : x, width: contextMenuWidth || FIT_CONTENT }, menuStyles);
77
+ if (!isMenuOpen)
78
+ return null;
79
+ return (_jsx("div", __assign({ className: classNames('smartapp-context-menu', containerClassName), style: containerStyles, onClick: function (event) { return handleMenuClose({ event: event, isItemClick: false }); }, onContextMenu: handleContextMenu }, { children: _jsx("div", __assign({ ref: elementRef, className: classNames('smartapp-context-menu__items', menuClassName), style: contextMenuStyles, onClick: function (event) { return handleMenuClose({ event: event }); } }, { children: contextMenuItems })) })));
80
+ };
81
+ export default ContextMenu;
82
+ //# sourceMappingURL=ContextMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextMenu.js","sourceRoot":"","sources":["../../../../src/сomponents/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './ContextMenu';
@@ -0,0 +1,2 @@
1
+ export { default } from './ContextMenu';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/ContextMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA"}
@@ -0,0 +1,32 @@
1
+ import { ReactElement } from 'react';
2
+ import { ICommonProps, TStyles } from '../../constants';
3
+ export type MenuItem = {
4
+ isNegativeAction?: boolean;
5
+ isSelected?: boolean;
6
+ isDisabled?: boolean;
7
+ isWithCheckbox?: boolean;
8
+ isChecked?: boolean;
9
+ isFixedUnderLine?: boolean;
10
+ className?: string;
11
+ title: string;
12
+ action: () => void;
13
+ icon?: ReactElement;
14
+ };
15
+ export interface IContextMenuProps extends ICommonProps {
16
+ isMenuOpen: boolean;
17
+ isCloseOnItemClick?: boolean;
18
+ isClickForbidden?: boolean;
19
+ position: {
20
+ x: number;
21
+ y: number;
22
+ };
23
+ menuWidth?: number;
24
+ containerClassName?: string;
25
+ menuClassName?: string;
26
+ itemClassName?: string;
27
+ containerStyles?: TStyles;
28
+ menuStyles?: TStyles;
29
+ itemStyles?: TStyles;
30
+ items: MenuItem[];
31
+ closeMenu: () => void;
32
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/ContextMenu/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { ICustomSelectProps } from './types';
3
+ import '../../styles/styles.scss';
4
+ export declare const generateListItemTextRect: (menuListRef: React.RefObject<HTMLDivElement | null>, listItemTextRef: React.RefObject<HTMLDivElement | null>) => {
5
+ scrollWidth: number;
6
+ clientWidth: number;
7
+ left: number;
8
+ top: number;
9
+ maxWidth: number;
10
+ };
11
+ declare const CustomSelect: ({ isLoading, isSearchable, isCreatable, isDisabled, isOptionsWithTooltip, fillType, width, menuListMaxHeight, containerClassName, containerStyles, title, placeholder, hint, noOptionsMessage, error, menuPosition, menuLocation, defaultValue, options, onChange, onDisabledOptionClick, onMenuOpen, }: ICustomSelectProps) => import("react/jsx-runtime").JSX.Element;
12
+ export default CustomSelect;
@@ -0,0 +1,243 @@
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
+ /* eslint-disable max-lines */
14
+ import { useEffect, useLayoutEffect, useRef, useState } from 'react';
15
+ import Select, { components } from 'react-select';
16
+ import CreatableSelect from 'react-select/creatable';
17
+ import Popup from 'reactjs-popup';
18
+ import { isEmpty, max, omit } from 'lodash';
19
+ import classNames from 'classnames';
20
+ import ListItem from '../ListItem';
21
+ import { Skeleton } from '../Skeleton';
22
+ import { isValueEqualToZero } from '../../helpers';
23
+ import { CREATABLE_MENU_LIST_MAX_HEIGHT, ENTER_KEY, FILL_TYPE, MENU_LIST_MAX_HEIGHT, MENU_POSITIONS, POPUP_ON_EVENT_TYPE } from '../../constants';
24
+ import { DEFAULT_INDICATOR_COLOR, NOT_INTERACTIVE_ELEMENT } from '../ListItem/ListItem';
25
+ import selectStyles from './selectStyles';
26
+ import { ReactComponent as ArrowUpIcon } from '../../assets/icons/arrow-up.svg';
27
+ import { ReactComponent as ArrowDownIcon } from '../../assets/icons/arrow-down.svg';
28
+ import { ReactComponent as ClearIcon } from '../../assets/icons/clear.svg';
29
+ import '../../styles/styles.scss';
30
+ var DropdownIndicator = function (props) {
31
+ var isHidden = props.isHidden, menuIsOpen = props.selectProps.menuIsOpen;
32
+ return !isHidden ? _jsx(components.DropdownIndicator, __assign({}, props, { children: menuIsOpen ? _jsx(ArrowUpIcon, {}) : _jsx(ArrowDownIcon, {}) })) : null;
33
+ };
34
+ var ClearIndicator = function (props) { return (_jsx(components.ClearIndicator, __assign({}, props, { children: _jsx(ClearIcon, {}) }))); };
35
+ export var generateListItemTextRect = function (menuListRef, listItemTextRef) {
36
+ var menuListRefCurrent = menuListRef.current;
37
+ var listItemTextRefCurrent = listItemTextRef.current;
38
+ var _a = listItemTextRefCurrent || {}, _b = _a.scrollWidth, scrollWidth = _b === void 0 ? 0 : _b, _c = _a.clientWidth, clientWidth = _c === void 0 ? 0 : _c;
39
+ var _d = ((listItemTextRefCurrent === null || listItemTextRefCurrent === void 0 ? void 0 : listItemTextRefCurrent.getBoundingClientRect()) || {}).top, top = _d === void 0 ? 0 : _d;
40
+ var _e = (menuListRefCurrent === null || menuListRefCurrent === void 0 ? void 0 : menuListRefCurrent.getBoundingClientRect()) || {}, _f = _e.width, width = _f === void 0 ? 0 : _f, _g = _e.left, left = _g === void 0 ? 0 : _g;
41
+ return {
42
+ scrollWidth: scrollWidth,
43
+ clientWidth: clientWidth,
44
+ left: left + MENU_LIST_INDENT,
45
+ top: top + POPUP_TOP_INDENT,
46
+ maxWidth: width - 2 * MENU_LIST_INDENT - TOOLTIP_CONTENT_INDENTS,
47
+ };
48
+ };
49
+ var Option = function (props) {
50
+ var label = props.label, isSelected = props.isSelected, isOptionsWithTooltip = props.isOptionsWithTooltip, _a = props.data, isCreatable = _a.isCreatable, isDisabled = _a.isDisabled, _b = _a.element, element = _b === void 0 ? NOT_INTERACTIVE_ELEMENT.noElement : _b, secondaryText = _a.secondaryText, secondaryTextColor = _a.secondaryTextColor, color = _a.color, styles = _a.styles, onDisabledOptionClick = props.onDisabledOptionClick, menuListRef = props.menuListRef;
51
+ var optionComponentRef = useRef(null);
52
+ var listItemTextRef = useRef(null);
53
+ var popupRef = useRef(null);
54
+ var popupSpanRef = useRef(null);
55
+ var _c = useState(''), listItemTextWidth = _c[0], setListItemTextWidth = _c[1];
56
+ var _d = useState(0), popupLeft = _d[0], setPopupLeft = _d[1];
57
+ var _e = useState(0), popupTop = _e[0], setPopupTop = _e[1];
58
+ var _f = useState(0), popupMaxWidth = _f[0], setPopupMaxWidth = _f[1];
59
+ var _g = useState(POPUP_HIDDEN_CLASSNAME), hiddenClassName = _g[0], setHiddenClassName = _g[1];
60
+ var _h = useState(null), timeoutId = _h[0], setTimeoutId = _h[1];
61
+ var _j = generateListItemTextRect(menuListRef, listItemTextRef), scrollWidth = _j.scrollWidth, clientWidth = _j.clientWidth, left = _j.left, top = _j.top, maxWidth = _j.maxWidth;
62
+ var isTooltipAvailable = scrollWidth > clientWidth;
63
+ var generateListItemTextWidth = function () {
64
+ var _a;
65
+ var listItemTextElement = (_a = optionComponentRef.current) === null || _a === void 0 ? void 0 : _a.querySelector('.smartapp-list-item__text');
66
+ if (!listItemTextElement)
67
+ return '';
68
+ var _b = window.getComputedStyle(listItemTextElement), paddingLeft = _b.paddingLeft, paddingRight = _b.paddingRight;
69
+ return paddingLeft || paddingRight ? "calc(100% - ".concat(paddingLeft, " - ").concat(paddingRight, ")") : '';
70
+ };
71
+ useEffect(function () {
72
+ setPopupLeft(left);
73
+ setPopupTop(top);
74
+ setPopupMaxWidth(maxWidth);
75
+ }, [left, top, maxWidth]);
76
+ useLayoutEffect(function () {
77
+ setListItemTextWidth(generateListItemTextWidth());
78
+ }, []);
79
+ var handleOptionClick = function () { return isDisabled && onDisabledOptionClick(); };
80
+ var recalculatePopupMaxWidth = function () {
81
+ var popupRefCurrent = popupRef.current;
82
+ var popupSpanRefCurrent = popupSpanRef.current;
83
+ if (popupRefCurrent && popupSpanRefCurrent) {
84
+ var width = popupSpanRefCurrent.getBoundingClientRect().width;
85
+ if (width < popupMaxWidth) {
86
+ setPopupLeft(popupLeft + (popupMaxWidth - width));
87
+ setPopupMaxWidth(width);
88
+ popupRefCurrent.close();
89
+ var nextTimeoutId = setTimeout(function () { var _a; return (_a = popupRef.current) === null || _a === void 0 ? void 0 : _a.open(); }, 0);
90
+ setTimeoutId(nextTimeoutId);
91
+ }
92
+ setHiddenClassName('');
93
+ }
94
+ };
95
+ var handleClosePopup = function () { return timeoutId && clearTimeout(timeoutId); };
96
+ var renderListItem = function () { return (_jsx(ListItem, { textRef: listItemTextRef, type: "not-interactive", element: element, text: label, secondaryText: secondaryText, secondaryTextColor: secondaryTextColor, color: color, isSelected: isSelected && !isCreatable, isDisabled: isDisabled, textStyles: __assign(__assign({}, styles), { width: listItemTextWidth }) })); };
97
+ return (_jsx("div", __assign({ onClick: handleOptionClick }, { children: _jsx(components.Option, __assign({}, props, { innerRef: optionComponentRef, className: classNames({ 'smartapp-option-with-tooltip': isOptionsWithTooltip }) }, { children: isTooltipAvailable ? (_jsx(Popup, __assign({ ref: popupRef, className: classNames('select-label', hiddenClassName), contentStyle: {
98
+ '--select-label-content-left': "".concat(popupLeft, "px"),
99
+ '--select-label-content-top': "".concat(popupTop, "px"),
100
+ '--select-label-content-max-width': "".concat(popupMaxWidth, "px"),
101
+ }, on: [POPUP_ON_EVENT_TYPE.hover], mouseEnterDelay: POPUP_APPEARANCE_DELAY, onOpen: recalculatePopupMaxWidth, onClose: handleClosePopup, trigger: function () { return _jsx("div", __assign({ className: "w-100" }, { children: renderListItem() })); } }, { children: _jsx("span", __assign({ ref: popupSpanRef }, { children: label })) }))) : (renderListItem()) })) })));
102
+ };
103
+ var SingleValueComponent = function (props) {
104
+ var isDisabled = props.isDisabled, _a = props.data, _b = _a.element, element = _b === void 0 ? NOT_INTERACTIVE_ELEMENT.noElement : _b, _c = _a.color, color = _c === void 0 ? DEFAULT_INDICATOR_COLOR : _c, children = props.children;
105
+ var renderIndicatorElement = function () {
106
+ var _a;
107
+ var indicatorColorClassName = "smartapp-list-item__indicator--".concat(color);
108
+ var className = classNames('smartapp-list-item__indicator', indicatorColorClassName, (_a = {},
109
+ _a["".concat(indicatorColorClassName, "__disabled")] = isDisabled,
110
+ _a));
111
+ return element === NOT_INTERACTIVE_ELEMENT.indicator ? _jsx("div", { className: className }) : null;
112
+ };
113
+ return (_jsxs(components.SingleValue, __assign({}, props, { children: [renderIndicatorElement(), _jsx("div", __assign({ className: "smartapp-custom-select__selected-value" }, { children: children }))] })));
114
+ };
115
+ var MenuList = function (props) {
116
+ var menuListRef = props.menuListRef, selectWidth = props.selectWidth, optionHeight = props.optionHeight, setOptionHeight = props.setOptionHeight, children = props.children;
117
+ useLayoutEffect(function () {
118
+ var _a;
119
+ if (menuListRef.current && isValueEqualToZero(optionHeight)) {
120
+ var options = (_a = menuListRef.current) === null || _a === void 0 ? void 0 : _a.querySelectorAll('[role="option"]');
121
+ var optionsHeights = Array.from(options).map(function (option) { return option.getBoundingClientRect().height; });
122
+ !isEmpty(optionsHeights) && setOptionHeight(max(optionsHeights) || 0);
123
+ }
124
+ }, [optionHeight, setOptionHeight, selectWidth, menuListRef]);
125
+ return (_jsx(components.MenuList, __assign({}, props, { innerRef: menuListRef }, { children: children })));
126
+ };
127
+ var LoadingMessage = function (_a) {
128
+ var _b = _a.isCreatableSelect, isCreatableSelect = _b === void 0 ? false : _b;
129
+ var ref = useRef(null);
130
+ return (_jsx("div", __assign({ ref: ref, className: classNames('smartapp-custom-select__loading-message', { 'smartapp-custom-select__loading-message--creatable': isCreatableSelect }) }, { children: Array.from({ length: LOADING_MESSAGE_ITEMS }, function (_, index) { return (_jsxs("div", __assign({ className: classNames('smartapp-custom-select__loading-message--item', {
131
+ 'smartapp-custom-select__loading-message--item__creatable': isCreatableSelect,
132
+ }) }, { children: [_jsx(Skeleton, { containerRef: ref, className: "smartapp-custom-select__loading-message--item__first", borderRadius: 8 }), isCreatableSelect && _jsx(Skeleton, { containerRef: ref, className: "smartapp-custom-select__loading-message--item__second", borderRadius: 8 })] }), index)); }) })));
133
+ };
134
+ var NoOptionsMessage = function (props) {
135
+ var noOptionsMessage = props.noOptionsMessage, children = props.children;
136
+ return noOptionsMessage ? _jsx(components.NoOptionsMessage, __assign({}, props, { children: children })) : null;
137
+ };
138
+ var Input = function (props) { return _jsx(components.Input, __assign({}, props, { isHidden: false })); };
139
+ var IndicatorSeparator = function () { return null; };
140
+ var LoadingIndicator = function () { return null; };
141
+ var MENU_LIST_INDENT = 16;
142
+ var POPUP_TOP_INDENT = 26;
143
+ var TOOLTIP_CONTENT_INDENTS = 24;
144
+ var POPUP_APPEARANCE_DELAY = 1000;
145
+ var POPUP_HIDDEN_CLASSNAME = 'select-label-hidden';
146
+ var LOADING_MESSAGE_ITEMS = 6;
147
+ var IS_CREATABLE_FIELD_NAME = 'isCreatable';
148
+ var EMPTY_SELECTED_VALUE = { value: '', label: '' };
149
+ var ACTIONS = {
150
+ clear: 'clear',
151
+ inputChange: 'input-change',
152
+ };
153
+ var CustomSelect = function (_a) {
154
+ var _b = _a.isLoading, isLoading = _b === void 0 ? false : _b, _c = _a.isSearchable, isSearchable = _c === void 0 ? false : _c, _d = _a.isCreatable, isCreatable = _d === void 0 ? false : _d, _e = _a.isDisabled, isDisabled = _e === void 0 ? false : _e, _f = _a.isOptionsWithTooltip, isOptionsWithTooltip = _f === void 0 ? false : _f, _g = _a.fillType, fillType = _g === void 0 ? FILL_TYPE.primary : _g, _h = _a.width, width = _h === void 0 ? 100 : _h, menuListMaxHeight = _a.menuListMaxHeight, containerClassName = _a.containerClassName, containerStyles = _a.containerStyles, title = _a.title, placeholder = _a.placeholder, hint = _a.hint, noOptionsMessage = _a.noOptionsMessage, error = _a.error, _j = _a.menuPosition, menuPosition = _j === void 0 ? MENU_POSITIONS.bottom : _j, menuLocation = _a.menuLocation, defaultValue = _a.defaultValue, options = _a.options, onChange = _a.onChange, _k = _a.onDisabledOptionClick, onDisabledOptionClick = _k === void 0 ? function () { } : _k, _l = _a.onMenuOpen, onMenuOpen = _l === void 0 ? function () { } : _l;
155
+ var selectRef = useRef(null);
156
+ var menuListRef = useRef(null);
157
+ var _m = useState(), value = _m[0], setValue = _m[1];
158
+ var _o = useState(''), inputValue = _o[0], setInputValue = _o[1];
159
+ var _p = useState(false), isInputFocused = _p[0], setIsInputFocused = _p[1];
160
+ var _q = useState(0), optionHeight = _q[0], setOptionHeight = _q[1];
161
+ var selectRefCurrent = selectRef.current;
162
+ var isSelectClearable = isInputFocused && !isEmpty(inputValue);
163
+ useLayoutEffect(function () { return setOptionHeight(0); }, [width]);
164
+ useEffect(function () {
165
+ if (defaultValue) {
166
+ setValue(defaultValue);
167
+ setInputValue(defaultValue.label);
168
+ }
169
+ // eslint-disable-next-line
170
+ }, [defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.value, defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.label]);
171
+ var generateMenuListMaxHeight = function () {
172
+ var defaultMenuListMaxHeight = isCreatable ? CREATABLE_MENU_LIST_MAX_HEIGHT : MENU_LIST_MAX_HEIGHT;
173
+ return menuListMaxHeight || defaultMenuListMaxHeight;
174
+ };
175
+ var renderTitle = function () {
176
+ return title && (_jsx("div", __assign({ className: "smartapp-custom-select__title" }, { children: _jsx("div", __assign({ className: "smartapp-custom-select__title--text" }, { children: title })) })));
177
+ };
178
+ var renderHint = function () { return hint && _jsx("div", __assign({ className: "smartapp-custom-select__hint" }, { children: hint })); };
179
+ var renderError = function () { return error && _jsx("div", __assign({ className: "smartapp-custom-select__error" }, { children: error })); };
180
+ var OptionComponent = function (props) { return (_jsx(Option, __assign({}, props, { menuListRef: menuListRef, isOptionsWithTooltip: isOptionsWithTooltip, onDisabledOptionClick: onDisabledOptionClick }))); };
181
+ var MenuListComponent = function (props) { return (_jsx(MenuList, __assign({}, props, { children: props.children, menuListRef: menuListRef, selectWidth: width, optionHeight: optionHeight, setOptionHeight: setOptionHeight }))); };
182
+ var generateStyles = function () {
183
+ return selectStyles({ isDisabled: isDisabled, isError: !isEmpty(error), fillType: fillType, menuListMaxHeight: generateMenuListMaxHeight(), optionHeight: optionHeight });
184
+ };
185
+ var creatableFilterOption = function () { return !(value === null || value === void 0 ? void 0 : value.isCreatable); };
186
+ var handleChange = function (option, _a) {
187
+ var action = _a.action;
188
+ var isClearAction = action === ACTIONS.clear;
189
+ var nextSelectedValue = isClearAction ? EMPTY_SELECTED_VALUE : option;
190
+ onChange(nextSelectedValue);
191
+ setValue(nextSelectedValue);
192
+ setInputValue(nextSelectedValue.label);
193
+ isClearAction ? selectRefCurrent === null || selectRefCurrent === void 0 ? void 0 : selectRefCurrent.focus() : selectRefCurrent === null || selectRefCurrent === void 0 ? void 0 : selectRefCurrent.blur();
194
+ };
195
+ var handleInputChange = function (inputValue, _a) {
196
+ var action = _a.action;
197
+ if (action === ACTIONS.inputChange) {
198
+ var nextSelectedValue = { value: inputValue, label: inputValue, isCreatable: !isEmpty(inputValue) };
199
+ setInputValue(inputValue);
200
+ setValue(nextSelectedValue);
201
+ onChange(isCreatable ? omit(nextSelectedValue, [IS_CREATABLE_FIELD_NAME]) : EMPTY_SELECTED_VALUE);
202
+ }
203
+ };
204
+ var handleFocus = function () {
205
+ setTimeout(function () {
206
+ var _a;
207
+ var inputValueLength = inputValue.length;
208
+ (_a = selectRefCurrent === null || selectRefCurrent === void 0 ? void 0 : selectRefCurrent.inputRef) === null || _a === void 0 ? void 0 : _a.setSelectionRange(inputValueLength, inputValueLength);
209
+ }, 0);
210
+ setIsInputFocused(true);
211
+ };
212
+ var handleBlur = function () { return setIsInputFocused(false); };
213
+ var handleCreatableKeyDown = function (event) {
214
+ var key = event.key, code = event.code;
215
+ if (code === ENTER_KEY || key === ENTER_KEY) {
216
+ event.preventDefault();
217
+ selectRefCurrent === null || selectRefCurrent === void 0 ? void 0 : selectRefCurrent.blur();
218
+ }
219
+ };
220
+ return (_jsxs("div", __assign({ className: classNames('smartapp-custom-select', containerClassName), style: __assign({ width: "".concat(width, "%") }, containerStyles) }, { children: [renderTitle(), isCreatable ? (_jsx(CreatableSelect, { ref: selectRef, menuPlacement: menuPosition, menuPosition: menuLocation, isLoading: isLoading, isDisabled: isDisabled, isClearable: isSelectClearable, controlShouldRenderValue: isDisabled, filterOption: creatableFilterOption, options: options, value: (value === null || value === void 0 ? void 0 : value.label) ? value : null, styles: generateStyles(), placeholder: placeholder, inputValue: isDisabled ? '' : inputValue, onInputChange: handleInputChange, onChange: handleChange, onFocus: handleFocus, onBlur: handleBlur, onKeyDown: handleCreatableKeyDown, onMenuOpen: onMenuOpen, loadingMessage: function () { return _jsx(LoadingMessage, { isCreatableSelect: true }); }, components: {
221
+ Input: Input,
222
+ Option: OptionComponent,
223
+ IndicatorSeparator: IndicatorSeparator,
224
+ DropdownIndicator: function (props) { return _jsx(DropdownIndicator, __assign({}, props, { isHidden: isSelectClearable })); },
225
+ MenuList: MenuListComponent,
226
+ LoadingIndicator: LoadingIndicator,
227
+ NoOptionsMessage: function () { return null; },
228
+ ClearIndicator: ClearIndicator,
229
+ SingleValue: SingleValueComponent,
230
+ } })) : (_jsx(Select, { ref: selectRef, menuPlacement: menuPosition, menuPosition: menuLocation, isLoading: isLoading, isDisabled: isDisabled, isSearchable: isSearchable, isClearable: isSearchable && isSelectClearable, controlShouldRenderValue: isDisabled || !isSearchable, options: options, value: (value === null || value === void 0 ? void 0 : value.label) ? value : null, styles: generateStyles(), placeholder: placeholder, inputValue: isDisabled || !isSearchable ? '' : inputValue, onInputChange: handleInputChange, onChange: handleChange, onFocus: handleFocus, onBlur: handleBlur, onMenuOpen: onMenuOpen, noOptionsMessage: function () { return noOptionsMessage; }, loadingMessage: function () { return _jsx(LoadingMessage, {}); }, components: {
231
+ Input: Input,
232
+ Option: OptionComponent,
233
+ IndicatorSeparator: IndicatorSeparator,
234
+ DropdownIndicator: function (props) { return _jsx(DropdownIndicator, __assign({}, props, { isHidden: isSearchable && isSelectClearable })); },
235
+ SingleValue: SingleValueComponent,
236
+ MenuList: MenuListComponent,
237
+ LoadingIndicator: LoadingIndicator,
238
+ ClearIndicator: ClearIndicator,
239
+ NoOptionsMessage: function (props) { return _jsx(NoOptionsMessage, __assign({}, props, { noOptionsMessage: noOptionsMessage })); },
240
+ } })), renderHint(), renderError()] })));
241
+ };
242
+ export default CustomSelect;
243
+ //# sourceMappingURL=CustomSelect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomSelect.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelect/CustomSelect.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './CustomSelect';
@@ -0,0 +1,2 @@
1
+ export { default } from './CustomSelect';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA"}