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

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 +63 -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 +28 -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 +12 -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 +80 -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 +140 -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 +34 -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,16 @@
1
+ import { TSelectStyles } from './types';
2
+ declare const _default: ({ isDisabled, isError, fillType, menuListMaxHeight, optionHeight }: TSelectStyles) => {
3
+ control: (provided: any, { menuIsOpen }: any) => any;
4
+ menu: (provided: any) => any;
5
+ menuList: (provided: any, { isLoading, options }: any) => any;
6
+ valueContainer: (provided: any) => any;
7
+ dropdownIndicator: (provided: any) => any;
8
+ clearIndicator: (provided: any) => any;
9
+ loadingMessage: (provided: any) => any;
10
+ placeholder: (provided: any) => any;
11
+ input: (provided: any) => any;
12
+ noOptionsMessage: (provided: any) => any;
13
+ singleValue: (provided: any) => any;
14
+ option: (provided: any) => any;
15
+ };
16
+ export default _default;
@@ -0,0 +1,67 @@
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 { isEmpty } from 'lodash';
13
+ import { isPrimaryFillType } from '../../helpers';
14
+ import { COLORS } from '../../constants';
15
+ // eslint-disable-next-line import/no-anonymous-default-export
16
+ export default (function (_a) {
17
+ var isDisabled = _a.isDisabled, isError = _a.isError, fillType = _a.fillType, menuListMaxHeight = _a.menuListMaxHeight, optionHeight = _a.optionHeight;
18
+ return ({
19
+ control: function (provided, _a) {
20
+ var menuIsOpen = _a.menuIsOpen;
21
+ var borderColor = menuIsOpen ? 'var(--color-border-focused)' : 'var(--color-border)';
22
+ var hoverBorderColor = menuIsOpen ? 'var(--color-border-focused)' : 'var(--color-border-hover)';
23
+ var background = isPrimaryFillType(fillType) ? 'var(--color-input-secondary)' : 'var(--color-input-tertiary)';
24
+ var disabledBackground = 'var(--color-bg-tertiary)';
25
+ return __assign(__assign({}, provided), { background: isDisabled ? disabledBackground : background, borderRadius: '10px', borderColor: isError ? 'var(--color-border-error)' : isDisabled ? disabledBackground : borderColor, boxShadow: 'none', cursor: 'pointer', transition: 'border-color 250ms ease-in-out, background 250ms ease-in-out', '&:hover': {
26
+ borderColor: isError ? 'var(--color-border-error)' : hoverBorderColor,
27
+ } });
28
+ },
29
+ menu: function (provided) { return (__assign(__assign({}, provided), { background: COLORS.transparent, border: '1px solid var(--color-item)', borderRadius: '8px', boxShadow: "0 3px 17px 0 ".concat(COLORS.selectBoxShadow), margin: '4px 0', zIndex: 2, '&:has(> div:first-child:empty)': {
30
+ display: 'none',
31
+ } })); },
32
+ menuList: function (provided, _a) {
33
+ var isLoading = _a.isLoading, options = _a.options;
34
+ var isLoadingState = isLoading && isEmpty(options);
35
+ var paddingBottom = isLoadingState ? '0' : '4px';
36
+ return __assign(__assign({}, provided), { maxHeight: isLoadingState ? '240px' : "".concat(menuListMaxHeight, "px"), display: 'flex', flexDirection: 'column', gap: '4px', background: 'var(--color-item)', borderRadius: '8px', padding: "4px 4px ".concat(paddingBottom, " 4px"), scrollbarWidth: 'thin', scrollbarColor: "var(--color-scrollbar-thumb) ".concat(COLORS.transparent), '::-webkit-scrollbar-thumb': {
37
+ background: 'var(--color-scrollbar-thumb)',
38
+ }, '::-webkit-scrollbar-track': {
39
+ background: COLORS.transparent,
40
+ } });
41
+ },
42
+ valueContainer: function (provided) { return (__assign(__assign({}, provided), { padding: '12.5px 8px 12.5px 16px' })); },
43
+ dropdownIndicator: function (provided) { return (__assign(__assign({}, provided), { color: 'var(--color-icon-complementary) !important', padding: '14px 16px 14px 0', opacity: isDisabled && '0.5' })); },
44
+ clearIndicator: function (provided) { return (__assign(__assign({}, provided), { color: 'var(--color-icon-secondary) !important', marginRight: '8px' })); },
45
+ loadingMessage: function (provided) { return (__assign(__assign({}, provided), { padding: '2px', overflowY: 'hidden' })); },
46
+ placeholder: function (provided) { return (__assign(__assign({}, provided), { fontFamily: "Open Sans, 'sans-serif'", fontSize: '14px', fontWeight: '400', lineHeight: '19px', color: 'var(--color-text-tertiary)', margin: 0 })); },
47
+ input: function (provided) { return (__assign(__assign({}, provided), { fontSize: '14px', fontWeight: '400', lineHeight: '19px', color: 'var(--color-text-primary)', caretColor: 'var(--color-icon-accent)', padding: 0, margin: 0, overflow: 'auto' })); },
48
+ noOptionsMessage: function (provided) { return (__assign(__assign({}, provided), { fontSize: '14px', fontWeight: 400, lineHeight: '20px', color: 'var(--color-text-secondary)', padding: '14px' })); },
49
+ singleValue: function (provided) { return (__assign(__assign({}, provided), { display: 'flex', alignItems: 'center', gap: '8px', fontFamily: "Open Sans, 'sans-serif'", fontSize: '14px', fontWeight: 400, lineHeight: '19px', color: isDisabled ? 'var(--color-text-secondary)' : 'var(--color-text-primary)', margin: 0 })); },
50
+ option: function (provided) { return (__assign(__assign({}, provided), { display: 'flex', alignItems: 'center', minHeight: optionHeight ? "".concat(optionHeight, "px") : 'auto', height: optionHeight ? "".concat(optionHeight, "px") : 'auto', background: "".concat(COLORS.transparent, " !important"), padding: '0', cursor: 'pointer', boxSizing: 'content-box', '.smartapp-list-item__not-interactive': {
51
+ whiteSpace: 'normal',
52
+ }, '&.smartapp-option-with-tooltip': {
53
+ '.smartapp-list-item__text > div:nth-child(1)': {
54
+ textOverflow: 'ellipsis',
55
+ whiteSpace: 'nowrap',
56
+ overflow: 'hidden',
57
+ },
58
+ }, '.smartapp-list-item__text': {
59
+ gap: 0,
60
+ '& > div:nth-child(2)': {
61
+ fontSize: '12px',
62
+ lineHeight: '16px',
63
+ },
64
+ } })); },
65
+ });
66
+ });
67
+ //# sourceMappingURL=selectStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectStyles.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelect/selectStyles.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,64 @@
1
+ import React from 'react';
2
+ import { MenuListProps } from 'react-select';
3
+ import { IntRange } from '../types';
4
+ import { TIndicatorColor } from '../ListItem/types';
5
+ import { IThemeProps, TStyles } from '../../constants';
6
+ export type TMenuList = MenuListProps & {
7
+ menuListRef: React.RefObject<HTMLDivElement | null>;
8
+ selectWidth: number;
9
+ optionHeight: number;
10
+ setOptionHeight: React.Dispatch<React.SetStateAction<number>>;
11
+ };
12
+ export type TSelectStyles = {
13
+ isDisabled: boolean;
14
+ isError: boolean;
15
+ fillType: string;
16
+ menuListMaxHeight: number;
17
+ optionHeight: number;
18
+ };
19
+ export interface ILoadingMessage {
20
+ isCreatableSelect?: boolean;
21
+ }
22
+ interface IndicatorCustomSelectOption {
23
+ element: 'indicator';
24
+ color?: TIndicatorColor;
25
+ }
26
+ interface NoElementCustomSelectOption {
27
+ element: 'no-element';
28
+ secondaryText?: string;
29
+ secondaryTextColor?: string;
30
+ }
31
+ interface SimpleCustomSelectOption {
32
+ }
33
+ export type TCustomSelectOption = (NoElementCustomSelectOption | IndicatorCustomSelectOption | SimpleCustomSelectOption) & {
34
+ label: string;
35
+ value: string;
36
+ isDisabled?: boolean;
37
+ isCreatable?: boolean;
38
+ styles?: TStyles;
39
+ };
40
+ export interface ICustomSelectProps extends IThemeProps {
41
+ isLoading?: boolean;
42
+ isSearchable?: boolean;
43
+ isCreatable?: boolean;
44
+ isDisabled?: boolean;
45
+ isOptionsWithTooltip?: boolean;
46
+ fillType?: 'primary' | 'secondary';
47
+ width?: IntRange<1, 101>;
48
+ menuListMaxHeight?: number;
49
+ containerClassName?: string;
50
+ containerStyles?: TStyles;
51
+ title?: string;
52
+ placeholder: string;
53
+ hint?: string;
54
+ noOptionsMessage?: string;
55
+ error?: string;
56
+ menuPosition?: 'bottom' | 'auto' | 'top';
57
+ menuLocation?: 'absolute' | 'fixed';
58
+ defaultValue?: TCustomSelectOption;
59
+ options: TCustomSelectOption[];
60
+ onChange: (option: TCustomSelectOption) => void;
61
+ onDisabledOptionClick?: () => void;
62
+ onMenuOpen?: () => void;
63
+ }
64
+ 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/CustomSelect/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { ICustomSelectProfilesProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const CustomSelectProfiles: ({ options, defaultValue, placeholder, onChange, width }: ICustomSelectProfilesProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CustomSelectProfiles;
@@ -0,0 +1,57 @@
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 Select, { components } from 'react-select';
25
+ import Avatar from '../Avatar';
26
+ import '../../styles/styles.scss';
27
+ var Control = function (_a) {
28
+ var _b, _c, _d;
29
+ var children = _a.children, props = __rest(_a, ["children"]);
30
+ return (_jsxs(components.Control, __assign({}, props, { children: [((_b = props.selectProps) === null || _b === void 0 ? void 0 : _b.value) && (_jsx("div", __assign({ className: "smartapp-custom-select-profiles__control" }, { children: _jsx("span", { children: _jsx(Avatar, { size: 32, username: (_d = (_c = props === null || props === void 0 ? void 0 : props.selectProps) === null || _c === void 0 ? void 0 : _c.value) === null || _d === void 0 ? void 0 : _d.username }) }) }))), children] })));
31
+ };
32
+ var Option = function (_a) {
33
+ var _b, _c, _d;
34
+ var props = __rest(_a, []);
35
+ return (_jsx(components.Option, __assign({}, props, { children: _jsxs("div", __assign({ className: "smartapp-custom-select-profiles__option" }, { children: [_jsx("div", __assign({ className: "smartapp-custom-select-profiles__option--avatar" }, { children: _jsx(Avatar, { size: 32, username: (_b = props === null || props === void 0 ? void 0 : props.data) === null || _b === void 0 ? void 0 : _b.username }) })), _jsxs("div", __assign({ className: "smartapp-custom-select-profiles__option--info" }, { children: [_jsxs("p", __assign({ className: "smartapp-custom-select-profiles__option--info__title" }, { children: [(_c = props === null || props === void 0 ? void 0 : props.data) === null || _c === void 0 ? void 0 : _c.username, " "] })), _jsxs("p", __assign({ className: "smartapp-custom-select-profiles__option--info__email" }, { children: [(_d = props === null || props === void 0 ? void 0 : props.data) === null || _d === void 0 ? void 0 : _d.email, " "] }))] }))] })) })));
36
+ };
37
+ var DropdownIndicator = function (props) { return _jsx(components.DropdownIndicator, __assign({}, props)); };
38
+ var IndicatorSeparator = function () { return null; };
39
+ var CustomSelectProfiles = function (_a) {
40
+ var options = _a.options, defaultValue = _a.defaultValue, placeholder = _a.placeholder, onChange = _a.onChange, _b = _a.width, width = _b === void 0 ? 100 : _b;
41
+ var customStyles = {
42
+ option: function (provided, state) { return (__assign(__assign({}, provided), { cursor: 'pointer', color: '#000000', background: state.isSelected ? 'rgba(71, 153, 227, 0.1)' : '#ffffff', display: 'flex', textOverflow: 'ellipsis', width: "".concat(width, "%"), padding: '10px 0', '&:focus': {
43
+ background: '#ffffff',
44
+ color: 'none',
45
+ }, '&:hover': {
46
+ background: 'rgba(71, 153, 227, 0.1)',
47
+ } })); },
48
+ control: function (provided) { return (__assign(__assign({}, provided), { width: "".concat(width, "%"), textOverflow: 'ellipsis', padding: '5px 0 5px 5px' })); },
49
+ };
50
+ return (_jsx("div", __assign({ className: "smartapp-custom-select-profiles" }, { children: _jsx(Select
51
+ /* @ts-ignore */
52
+ , {
53
+ /* @ts-ignore */
54
+ onChange: function (option) { return onChange(option); }, options: options, defaultValue: defaultValue, styles: customStyles, getOptionLabel: function (option) { return option.username; }, getOptionValue: function (option) { return option.email; }, placeholder: _jsx("div", __assign({ className: "smartapp-custom-select-profiles__placeholder" }, { children: placeholder })), components: { Option: Option, Control: Control, DropdownIndicator: DropdownIndicator, IndicatorSeparator: IndicatorSeparator } }) })));
55
+ };
56
+ export default CustomSelectProfiles;
57
+ //# sourceMappingURL=CustomSelectProfiles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomSelectProfiles.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelectProfiles/CustomSelectProfiles.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AACA,OAAO,MAAM,EAAE,EAAE,UAAU,EAA0B,MAAM,cAAc,CAAA;AACzE,OAAO,MAAM,MAAM,WAAW,CAAA;AAE9B,OAAO,0BAA0B,CAAA;AAEjC,IAAM,OAAO,GAAG,UAAC,EAA2B;;IAAzB,IAAA,QAAQ,cAAA,EAAK,KAAK,cAApB,YAAsB,CAAF;IAAY,OAAA,CAC/C,MAAC,UAAU,CAAC,OAAO,eAAK,KAAK,eAC1B,CAAA,MAAA,KAAK,CAAC,WAAW,0CAAE,KAAK,KAAI,CAC3B,uBAAK,SAAS,EAAC,0CAA0C,gBACvD,yBACE,KAAC,MAAM,IAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,WAAW,0CAAE,KAAK,0CAAE,QAAQ,GAAI,GAC9D,IACH,CACP,EACA,QAAQ,KACU,CACtB,CAAA;CAAA,CAAA;AAED,IAAM,MAAM,GAAG,UAAC,EAAiB;;QAAZ,KAAK,cAAV,EAAY,CAAF;IAAY,OAAA,CACpC,KAAC,UAAU,CAAC,MAAM,eAAK,KAAK,cAC1B,wBAAK,SAAS,EAAC,yCAAyC,iBACtD,uBAAK,SAAS,EAAC,iDAAiD,gBAC9D,KAAC,MAAM,IAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,0CAAE,QAAQ,GAAI,IACjD,EACN,wBAAK,SAAS,EAAC,+CAA+C,iBAC5D,sBAAG,SAAS,EAAC,sDAAsD,iBAAE,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,0CAAE,QAAQ,UAAM,EAChG,sBAAG,SAAS,EAAC,sDAAsD,iBAAE,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,IAAI,0CAAE,KAAK,UAAM,KACzF,KACF,IACY,CACrB,CAAA;CAAA,CAAA;AAED,IAAM,iBAAiB,GAAG,UAAC,KAAuC,IAAK,OAAA,KAAC,UAAU,CAAC,iBAAiB,eAAK,KAAK,EAAI,EAA3C,CAA2C,CAAA;AAElH,IAAM,kBAAkB,GAAG,cAAM,OAAA,IAAI,EAAJ,CAAI,CAAA;AAErC,IAAM,oBAAoB,GAAG,UAAC,EAAyF;QAAvF,OAAO,aAAA,EAAE,YAAY,kBAAA,EAAE,WAAW,iBAAA,EAAE,QAAQ,cAAA,EAAE,aAAW,EAAX,KAAK,mBAAG,GAAG,KAAA;IACvF,IAAM,YAAY,GAAG;QACnB,MAAM,EAAE,UAAC,QAAa,EAAE,KAAU,IAAK,OAAA,uBAClC,QAAQ,KACX,MAAM,EAAE,SAAS,EACjB,KAAK,EAAE,SAAS,EAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,EACpE,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,UAAU,EACxB,KAAK,EAAE,UAAG,KAAK,MAAG,EAClB,OAAO,EAAE,QAAQ,EAEjB,SAAS,EAAE;gBACT,UAAU,EAAE,SAAS;gBACrB,KAAK,EAAE,MAAM;aACd,EAED,SAAS,EAAE;gBACT,UAAU,EAAE,yBAAyB;aACtC,IACD,EAlBqC,CAkBrC;QACF,OAAO,EAAE,UAAC,QAAa,IAAK,OAAA,uBACvB,QAAQ,KACX,KAAK,EAAE,UAAG,KAAK,MAAG,EAClB,YAAY,EAAE,UAAU,EACxB,OAAO,EAAE,eAAe,IACxB,EAL0B,CAK1B;KACH,CAAA;IAED,OAAO,CACL,uBAAK,SAAS,EAAC,iCAAiC,gBAC9C,KAAC,MAAM;QACL,gBAAgB;;YAAhB,gBAAgB;YAChB,QAAQ,EAAE,UAAC,MAAM,IAAK,OAAA,QAAQ,CAAC,MAAM,CAAC,EAAhB,CAAgB,EACtC,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,YAAY,EACpB,cAAc,EAAE,UAAC,MAAM,IAAK,OAAA,MAAM,CAAC,QAAQ,EAAf,CAAe,EAC3C,cAAc,EAAE,UAAC,MAAM,IAAK,OAAA,MAAM,CAAC,KAAK,EAAZ,CAAY,EACxC,WAAW,EAAE,uBAAK,SAAS,EAAC,8CAA8C,gBAAE,WAAW,IAAO,EAC9F,UAAU,EAAE,EAAE,MAAM,QAAA,EAAE,OAAO,SAAA,EAAE,iBAAiB,mBAAA,EAAE,kBAAkB,oBAAA,EAAE,GACtE,IACE,CACP,CAAA;AACH,CAAC,CAAA;AAED,eAAe,oBAAoB,CAAA"}
@@ -0,0 +1 @@
1
+ export { default } from './CustomSelectProfiles';
@@ -0,0 +1,2 @@
1
+ export { default } from './CustomSelectProfiles';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelectProfiles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { IntRange } from '../types';
2
+ export type TCustomSelectOptionProfiles = {
3
+ username: string;
4
+ email: string;
5
+ };
6
+ export interface ICustomSelectProfilesProps {
7
+ options: TCustomSelectOptionProfiles[];
8
+ onChange: (option: TCustomSelectOptionProfiles) => void;
9
+ placeholder?: string;
10
+ defaultValue?: TCustomSelectOptionProfiles;
11
+ width?: IntRange<1, 101>;
12
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/CustomSelectProfiles/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { IDragAndDropProps } from './types';
2
+ import '../../styles/styles.scss';
3
+ declare const DragAndDrop: ({ placeholder, options, onDragEndFunction, onChangeIsCompletedOption, onChangeOption, onClickDeleteOption, width, checkboxColor, orderColor, deleteColor, }: IDragAndDropProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DragAndDrop;
@@ -0,0 +1,57 @@
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 { useState } from 'react';
14
+ import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
15
+ import { ReactComponent as OrderIcon } from '../../assets/icons/order.svg';
16
+ import { ReactComponent as DeleteIcon } from '../../assets/icons/close.svg';
17
+ import CheckBox from '../Checkbox';
18
+ import { generateColor } from '../../helpers';
19
+ import { COLORS } from '../../constants';
20
+ import '../../styles/styles.scss';
21
+ var DragAndDrop = function (_a) {
22
+ var placeholder = _a.placeholder, options = _a.options, onDragEndFunction = _a.onDragEndFunction, onChangeIsCompletedOption = _a.onChangeIsCompletedOption, onChangeOption = _a.onChangeOption, onClickDeleteOption = _a.onClickDeleteOption, width = _a.width, checkboxColor = _a.checkboxColor, orderColor = _a.orderColor, deleteColor = _a.deleteColor;
23
+ var _b = useState(false), isOnDragStart = _b[0], setIsOnDragStart = _b[1];
24
+ var isCheckbox = function (option) { return (option === null || option === void 0 ? void 0 : option.isCompleted) !== undefined; };
25
+ var reorderOptions = function (_a) {
26
+ var options = _a.options, startIndex = _a.startIndex, endIndex = _a.endIndex;
27
+ var result = Array.from(options);
28
+ result.forEach(function (item, index) {
29
+ if (startIndex > endIndex && index < startIndex && index >= endIndex) {
30
+ item.orderId = item.orderId + 1;
31
+ }
32
+ else if (startIndex < endIndex && index > startIndex && index <= endIndex) {
33
+ item.orderId = item.orderId - 1;
34
+ }
35
+ });
36
+ var removed = result.splice(startIndex, 1)[0];
37
+ removed.orderId = endIndex + 1;
38
+ result.splice(endIndex, 0, removed);
39
+ return result;
40
+ };
41
+ var handleDragStart = function () {
42
+ if (!isOnDragStart) {
43
+ setIsOnDragStart(true);
44
+ }
45
+ };
46
+ var handleDragEnd = function (result) {
47
+ setIsOnDragStart(false);
48
+ if (!(result === null || result === void 0 ? void 0 : result.destination)) {
49
+ return;
50
+ }
51
+ var newOptions = reorderOptions({ options: options, startIndex: result.source.index, endIndex: result.destination.index });
52
+ onDragEndFunction(newOptions);
53
+ };
54
+ return (_jsx("div", __assign({ style: { width: "".concat(width, "%") }, className: "smartapp-drag-drop" }, { children: _jsx(DragDropContext, __assign({ onDragStart: handleDragStart, onDragEnd: handleDragEnd }, { children: _jsx(Droppable, __assign({ droppableId: "droppable" }, { children: function (provided) { return (_jsx("div", __assign({}, provided.droppableProps, { ref: provided.innerRef, className: "smartapp-drag-drop__container" }, { children: options === null || options === void 0 ? void 0 : options.map(function (instanceOption, index) { return (_jsx(Draggable, __assign({ draggableId: instanceOption.id, index: index }, { children: function (provided) { return (_jsxs("div", __assign({ ref: provided.innerRef }, provided.draggableProps, provided.dragHandleProps, { className: "smartapp-drag-drop__container--instance" }, { children: [_jsxs("div", __assign({ className: "smartapp-drag-drop__container--instance__info" }, { children: [isCheckbox(instanceOption) && onChangeIsCompletedOption && (_jsx(CheckBox, { id: instanceOption.id, isChecked: instanceOption.isCompleted, checkedColor: checkboxColor, onChange: function () { return onChangeIsCompletedOption(instanceOption); } })), onChangeOption ? (_jsx("input", { onChange: function (e) { return onChangeOption && onChangeOption(e, instanceOption); }, defaultValue: instanceOption.defaultValue, className: "smartapp-drag-drop__container--instance__info--name", type: "text", enterKeyHint: "enter", placeholder: placeholder }, instanceOption === null || instanceOption === void 0 ? void 0 : instanceOption.id)) : (_jsx("p", __assign({ className: "smartapp-drag-drop__container--instance__info--name" }, { children: instanceOption.defaultValue })))] })), _jsxs("div", __assign({ className: "smartapp-drag-drop__container--instance__icons" }, { children: [_jsx(OrderIcon, { style: { color: generateColor(orderColor, COLORS.gray) } }), onClickDeleteOption && (_jsx(DeleteIcon, { className: "cp", style: { color: generateColor(deleteColor, COLORS.blue) }, onClick: function () { return onClickDeleteOption(instanceOption); } }))] }))] }))); } }), instanceOption.id)); }) }))); } })) })) })));
55
+ };
56
+ export default DragAndDrop;
57
+ //# sourceMappingURL=DragAndDrop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragAndDrop.js","sourceRoot":"","sources":["../../../../src/сomponents/DragAndDrop/DragAndDrop.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './DragAndDrop';
@@ -0,0 +1,2 @@
1
+ export { default } from './DragAndDrop';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/DragAndDrop/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA"}
@@ -0,0 +1,24 @@
1
+ import { IntRange } from '../types';
2
+ export type TReorderOptions = {
3
+ options: TDragAndDropOption[];
4
+ startIndex: number;
5
+ endIndex: number;
6
+ };
7
+ export type TDragAndDropOption = {
8
+ id: string;
9
+ defaultValue: string;
10
+ isCompleted?: boolean;
11
+ orderId: number;
12
+ };
13
+ export interface IDragAndDropProps {
14
+ placeholder: string;
15
+ options: TDragAndDropOption[];
16
+ onDragEndFunction: (result: any) => void;
17
+ onChangeIsCompletedOption?: (instanceOption: TDragAndDropOption) => void;
18
+ onChangeOption?: (e: any, instanceOption: TDragAndDropOption) => void;
19
+ onClickDeleteOption?: (instanceOption: TDragAndDropOption) => void;
20
+ width?: IntRange<1, 101>;
21
+ checkboxColor?: string;
22
+ orderColor?: string;
23
+ deleteColor?: string;
24
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/DragAndDrop/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { RefObject } from 'react';
2
+ import { IDraggablePopup, TAdditionalPopup, TCurrentContextMenu, TPopupPosition } from './types';
3
+ import '../../styles/styles.scss';
4
+ export type TRenderAdditionalPopup = {
5
+ additionalPopup: TAdditionalPopup;
6
+ handleCloseModal: () => void;
7
+ additionalPopupRef: RefObject<HTMLDivElement | null>;
8
+ additionalPopupPosition: TPopupPosition | null;
9
+ additionalContextMenuProps?: TCurrentContextMenu | null;
10
+ };
11
+ declare const DraggablePopup: ({ draggableZoneRef, popupContent, isPopupOpen, handleClose, popupCoords, title, bottomContent, dropZonePadding, offsetScrollY, handleChangeCoords, offsetPopupByClick, maxPopupHeight, contextMenuProps, popupClassName, isClosableOutside, maxPopupWidth, isDisabled, additionalPopup, handleClickOutside, titleStyles, isResetPaddingBottom, }: IDraggablePopup) => import("react/jsx-runtime").JSX.Element | null;
12
+ export default DraggablePopup;