@expressms/smartapp-ui 2.5.8 → 2.5.9

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 (401) 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/my-contact-user.svg +10 -0
  27. package/build/main/assets/icons/notification-close.svg +3 -0
  28. package/build/main/assets/icons/notification-error.svg +3 -0
  29. package/build/main/assets/icons/notification-failure.svg +3 -0
  30. package/build/main/assets/icons/notification-info.svg +5 -0
  31. package/build/main/assets/icons/notification-success.svg +4 -0
  32. package/build/main/assets/icons/notification-warning.svg +5 -0
  33. package/build/main/assets/icons/order.svg +6 -0
  34. package/build/main/assets/icons/plus.svg +4 -0
  35. package/build/main/assets/icons/refresh.svg +3 -0
  36. package/build/main/assets/icons/story-loader.svg +3 -0
  37. package/build/main/assets/icons/tick.svg +10 -0
  38. package/build/main/assets/icons/trash.svg +3 -0
  39. package/build/main/assets/storybook/index.d.ts +12 -0
  40. package/build/main/assets/storybook/index.js +13 -0
  41. package/build/main/assets/storybook/index.js.map +1 -0
  42. package/build/main/constants/constants.d.ts +136 -0
  43. package/build/main/constants/constants.js +152 -0
  44. package/build/main/constants/constants.js.map +1 -0
  45. package/build/main/constants/index.d.ts +2 -0
  46. package/build/main/constants/index.js +3 -0
  47. package/build/main/constants/index.js.map +1 -0
  48. package/build/main/constants/types.d.ts +28 -0
  49. package/build/main/constants/types.js +2 -0
  50. package/build/main/constants/types.js.map +1 -0
  51. package/build/main/helpers/index.d.ts +20 -0
  52. package/build/main/helpers/index.js +80 -0
  53. package/build/main/helpers/index.js.map +1 -0
  54. package/build/main/index.d.ts +3 -0
  55. package/build/main/index.js +4 -0
  56. package/build/main/index.js.map +1 -0
  57. package/build/main/styles/index.d.ts +1 -0
  58. package/build/main/styles/index.js +2 -0
  59. package/build/main/styles/index.js.map +1 -0
  60. package/build/main/styles/main.js +0 -0
  61. package/build/main/styles/styles.scss +14 -0
  62. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  63. package/build/main//321/201omponents/ActionModal/ActionModal.js +56 -0
  64. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  65. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  66. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  67. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  68. package/build/main//321/201omponents/ActionModal/types.d.ts +20 -0
  69. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  70. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  71. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  72. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +60 -0
  73. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  74. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  75. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  76. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  77. package/build/main//321/201omponents/AttachedFile/types.d.ts +23 -0
  78. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  79. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  80. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  81. package/build/main//321/201omponents/Avatar/Avatar.js +115 -0
  82. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  83. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  84. package/build/main//321/201omponents/Avatar/index.js +2 -0
  85. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  86. package/build/main//321/201omponents/Avatar/types.d.ts +36 -0
  87. package/build/main//321/201omponents/Avatar/types.js +9 -0
  88. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  89. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  90. package/build/main//321/201omponents/Button/Button.js +57 -0
  91. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  92. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  93. package/build/main//321/201omponents/Button/index.js +2 -0
  94. package/build/main//321/201omponents/Button/index.js.map +1 -0
  95. package/build/main//321/201omponents/Button/types.d.ts +23 -0
  96. package/build/main//321/201omponents/Button/types.js +11 -0
  97. package/build/main//321/201omponents/Button/types.js.map +1 -0
  98. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  99. package/build/main//321/201omponents/CachedImage/CachedImage.js +54 -0
  100. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  101. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  102. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  103. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  104. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  105. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  106. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  107. package/build/main//321/201omponents/CachedImage/types.d.ts +8 -0
  108. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  109. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  110. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  111. package/build/main//321/201omponents/Calendar/Calendar.js +48 -0
  112. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  113. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  114. package/build/main//321/201omponents/Calendar/index.js +2 -0
  115. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  116. package/build/main//321/201omponents/Calendar/types.d.ts +14 -0
  117. package/build/main//321/201omponents/Calendar/types.js +2 -0
  118. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  119. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +3 -0
  120. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +39 -0
  121. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  122. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +3 -0
  123. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +30 -0
  124. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  125. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +3 -0
  126. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
  127. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  128. package/build/main//321/201omponents/Charts/colors.d.ts +2 -0
  129. package/build/main//321/201omponents/Charts/colors.js +3 -0
  130. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  131. package/build/main//321/201omponents/Charts/constants.d.ts +50 -0
  132. package/build/main//321/201omponents/Charts/constants.js +36 -0
  133. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  134. package/build/main//321/201omponents/Charts/helpers.d.ts +68 -0
  135. package/build/main//321/201omponents/Charts/helpers.js +91 -0
  136. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  137. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  138. package/build/main//321/201omponents/Charts/index.js +4 -0
  139. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  140. package/build/main//321/201omponents/Charts/types.d.ts +51 -0
  141. package/build/main//321/201omponents/Charts/types.js +2 -0
  142. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  143. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +4 -0
  144. package/build/main//321/201omponents/Checkbox/Checkbox.js +36 -0
  145. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  146. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  147. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  148. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  149. package/build/main//321/201omponents/Checkbox/types.d.ts +9 -0
  150. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  151. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  152. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  153. package/build/main//321/201omponents/Chip/Chip.js +40 -0
  154. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  155. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  156. package/build/main//321/201omponents/Chip/index.js +2 -0
  157. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  158. package/build/main//321/201omponents/Chip/types.d.ts +10 -0
  159. package/build/main//321/201omponents/Chip/types.js +2 -0
  160. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  161. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  162. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +44 -0
  163. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  164. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  165. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  166. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  167. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +16 -0
  168. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  169. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  170. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  171. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +55 -0
  172. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  173. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  174. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  175. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  176. package/build/main//321/201omponents/ContextMenu/types.d.ts +24 -0
  177. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  178. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  179. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +4 -0
  180. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +172 -0
  181. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  182. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  183. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  184. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  185. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  186. package/build/main//321/201omponents/CustomSelect/selectStyles.js +61 -0
  187. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  188. package/build/main//321/201omponents/CustomSelect/types.d.ts +54 -0
  189. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  190. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  191. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  192. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +57 -0
  193. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  194. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  195. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  196. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  197. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  198. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  199. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  200. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  201. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  202. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  203. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  204. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  205. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  206. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  207. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  208. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  209. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  210. package/build/main//321/201omponents/Error/Error.js +22 -0
  211. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  212. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  213. package/build/main//321/201omponents/Error/index.js +2 -0
  214. package/build/main//321/201omponents/Error/index.js.map +1 -0
  215. package/build/main//321/201omponents/Error/types.d.ts +7 -0
  216. package/build/main//321/201omponents/Error/types.js +2 -0
  217. package/build/main//321/201omponents/Error/types.js.map +1 -0
  218. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  219. package/build/main//321/201omponents/Header/Header.js +124 -0
  220. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  221. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  222. package/build/main//321/201omponents/Header/index.js +2 -0
  223. package/build/main//321/201omponents/Header/index.js.map +1 -0
  224. package/build/main//321/201omponents/Header/types.d.ts +44 -0
  225. package/build/main//321/201omponents/Header/types.js +2 -0
  226. package/build/main//321/201omponents/Header/types.js.map +1 -0
  227. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  228. package/build/main//321/201omponents/Input/Input.js +210 -0
  229. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  230. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  231. package/build/main//321/201omponents/Input/index.js +2 -0
  232. package/build/main//321/201omponents/Input/index.js.map +1 -0
  233. package/build/main//321/201omponents/Input/types.d.ts +27 -0
  234. package/build/main//321/201omponents/Input/types.js +2 -0
  235. package/build/main//321/201omponents/Input/types.js.map +1 -0
  236. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  237. package/build/main//321/201omponents/ListItem/ListItem.js +195 -0
  238. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  239. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  240. package/build/main//321/201omponents/ListItem/index.js +2 -0
  241. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  242. package/build/main//321/201omponents/ListItem/types.d.ts +38 -0
  243. package/build/main//321/201omponents/ListItem/types.js +2 -0
  244. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  245. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  246. package/build/main//321/201omponents/Loader/Loader.js +40 -0
  247. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  248. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  249. package/build/main//321/201omponents/Loader/index.js +2 -0
  250. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  251. package/build/main//321/201omponents/Loader/types.d.ts +12 -0
  252. package/build/main//321/201omponents/Loader/types.js +2 -0
  253. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  254. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  255. package/build/main//321/201omponents/Modal/Modal.js +53 -0
  256. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  257. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  258. package/build/main//321/201omponents/Modal/index.js +2 -0
  259. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  260. package/build/main//321/201omponents/Modal/types.d.ts +15 -0
  261. package/build/main//321/201omponents/Modal/types.js +2 -0
  262. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  263. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  264. package/build/main//321/201omponents/Notification/Notification.js +178 -0
  265. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  266. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  267. package/build/main//321/201omponents/Notification/index.js +2 -0
  268. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  269. package/build/main//321/201omponents/Notification/types.d.ts +39 -0
  270. package/build/main//321/201omponents/Notification/types.js +2 -0
  271. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  272. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  273. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  274. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  275. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  276. package/build/main//321/201omponents/Profile/index.js +2 -0
  277. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  278. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  279. package/build/main//321/201omponents/Profile/types.js +2 -0
  280. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  281. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  282. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  283. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  284. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  285. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  286. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  287. package/build/main//321/201omponents/ProgressBar/types.d.ts +4 -0
  288. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  289. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  290. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  291. package/build/main//321/201omponents/RadioButton/RadioButton.js +36 -0
  292. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  293. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  294. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  295. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  296. package/build/main//321/201omponents/RadioButton/types.d.ts +9 -0
  297. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  298. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  299. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +4 -0
  300. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +50 -0
  301. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  302. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  303. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  304. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  305. package/build/main//321/201omponents/ScrollBar/types.d.ts +9 -0
  306. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  307. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  308. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  309. package/build/main//321/201omponents/Skeleton/Skeleton.js +66 -0
  310. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  311. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  312. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  313. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  314. package/build/main//321/201omponents/Skeleton/types.d.ts +16 -0
  315. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  316. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  317. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  318. package/build/main//321/201omponents/Stories/Stories.js +281 -0
  319. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  320. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  321. package/build/main//321/201omponents/Stories/index.js +2 -0
  322. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  323. package/build/main//321/201omponents/Stories/types.d.ts +54 -0
  324. package/build/main//321/201omponents/Stories/types.js +11 -0
  325. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  326. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  327. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  328. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  329. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  330. package/build/main//321/201omponents/Switcher/index.js +2 -0
  331. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  332. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  333. package/build/main//321/201omponents/Switcher/types.js +2 -0
  334. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  335. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  336. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  337. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  338. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  339. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  340. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  341. package/build/main//321/201omponents/SyncLoader/types.d.ts +7 -0
  342. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  343. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  344. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  345. package/build/main//321/201omponents/Textarea/Textarea.js +96 -0
  346. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  347. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  348. package/build/main//321/201omponents/Textarea/index.js +2 -0
  349. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  350. package/build/main//321/201omponents/Textarea/types.d.ts +10 -0
  351. package/build/main//321/201omponents/Textarea/types.js +2 -0
  352. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  353. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  354. package/build/main//321/201omponents/Toggle/Toggle.js +38 -0
  355. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  356. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  357. package/build/main//321/201omponents/Toggle/index.js +2 -0
  358. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  359. package/build/main//321/201omponents/Toggle/types.d.ts +9 -0
  360. package/build/main//321/201omponents/Toggle/types.js +2 -0
  361. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  362. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  363. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
  364. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  365. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  366. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +70 -0
  367. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  368. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  369. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  370. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  371. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +3 -0
  372. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +76 -0
  373. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  374. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  375. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +40 -0
  376. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  377. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  378. package/build/main//321/201omponents/UserDropdown/Option/Option.js +55 -0
  379. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  380. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +4 -0
  381. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +396 -0
  382. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  383. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +90 -0
  384. package/build/main//321/201omponents/UserDropdown/helpers.js +93 -0
  385. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  386. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  387. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  388. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  389. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  390. package/build/main//321/201omponents/UserDropdown/selectStyles.js +72 -0
  391. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  392. package/build/main//321/201omponents/UserDropdown/types.d.ts +189 -0
  393. package/build/main//321/201omponents/UserDropdown/types.js +2 -0
  394. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  395. package/build/main//321/201omponents/index.d.ts +32 -0
  396. package/build/main//321/201omponents/index.js +33 -0
  397. package/build/main//321/201omponents/index.js.map +1 -0
  398. package/build/main//321/201omponents/types.d.ts +2 -0
  399. package/build/main//321/201omponents/types.js +2 -0
  400. package/build/main//321/201omponents/types.js.map +1 -0
  401. package/package.json +1 -1
@@ -0,0 +1,90 @@
1
+ /// <reference types="react" />
2
+ import { TCorporateEntity, TGenerateContactsOption, TGenerateContactsOptionsToSelect, TGenerateCorporateOption, TGenerateCorporateOptionsToSelect, TGenerateEnteredByUserOption } from './types';
3
+ export declare const generateCorporateOption: ({ option: { name, avatar, email, contacts, serverName, company, department, companyPosition }, ...remainingFields }: TGenerateCorporateOption) => {
4
+ platform: string;
5
+ layoutType: string;
6
+ isChipsCollapsable: boolean;
7
+ isInputFocused: import("react").RefObject<boolean>;
8
+ selectRef: import("react").RefObject<any>;
9
+ value: string;
10
+ label: string;
11
+ name: string;
12
+ avatar: string | null;
13
+ email: string;
14
+ contacts: {
15
+ userHuid: string;
16
+ contact: string;
17
+ contactType: string;
18
+ }[];
19
+ serverName: string | null;
20
+ company: string | null;
21
+ department: string | null;
22
+ companyPosition: string | null;
23
+ };
24
+ export declare const generateCorporateOptionsToSelect: ({ language, options, setIsSearchable, setModalData, ...remainingFields }: TGenerateCorporateOptionsToSelect) => {
25
+ language: string;
26
+ setIsSearchable: (isSearchable: boolean) => void;
27
+ setModalData: (modalData: import("./types").TModalData | null) => void;
28
+ platform: string;
29
+ layoutType: string;
30
+ isChipsCollapsable: boolean;
31
+ isInputFocused: import("react").RefObject<boolean>;
32
+ selectRef: import("react").RefObject<any>;
33
+ value: string;
34
+ label: string;
35
+ name: string;
36
+ avatar: string | null;
37
+ email: string;
38
+ contacts: {
39
+ userHuid: string;
40
+ contact: string;
41
+ contactType: string;
42
+ }[];
43
+ serverName: string | null;
44
+ company: string | null;
45
+ department: string | null;
46
+ companyPosition: string | null;
47
+ }[];
48
+ export declare const generateContactsOption: ({ option: { name, avatar, email }, ...remainingFields }: TGenerateContactsOption) => {
49
+ platform: string;
50
+ layoutType: string;
51
+ isChipsCollapsable: boolean;
52
+ isInputFocused: import("react").RefObject<boolean>;
53
+ selectRef: import("react").RefObject<any>;
54
+ value: string;
55
+ label: string;
56
+ name: string | null;
57
+ avatar: string | null;
58
+ email: string;
59
+ isMyContacts: boolean;
60
+ };
61
+ export declare const generateContactsOptionsToSelect: ({ options, ...remainingFields }: TGenerateContactsOptionsToSelect) => {
62
+ platform: string;
63
+ layoutType: string;
64
+ isChipsCollapsable: boolean;
65
+ isInputFocused: import("react").RefObject<boolean>;
66
+ selectRef: import("react").RefObject<any>;
67
+ value: string;
68
+ label: string;
69
+ name: string | null;
70
+ avatar: string | null;
71
+ email: string;
72
+ isMyContacts: boolean;
73
+ }[];
74
+ export declare const generateEnteredByUserOption: ({ email, ...remainingFields }: TGenerateEnteredByUserOption) => {
75
+ platform: string;
76
+ layoutType: string;
77
+ isChipsCollapsable: boolean;
78
+ isInputFocused: import("react").RefObject<boolean>;
79
+ selectRef: import("react").RefObject<any>;
80
+ isError?: boolean | undefined;
81
+ value: string;
82
+ label: string;
83
+ email: string;
84
+ isEnteredByUser: boolean;
85
+ };
86
+ export declare const IndicatorSeparator: () => null;
87
+ export declare const DropdownIndicator: () => null;
88
+ export declare const MultiValueRemove: () => null;
89
+ export declare const LoadingIndicator: () => null;
90
+ export declare const sortCorporateContacts: (contacts: TCorporateEntity[], query: string) => TCorporateEntity[];
@@ -0,0 +1,93 @@
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 { transliterate as tr } from 'transliteration';
24
+ import ru from 'convert-layout/ru';
25
+ export var generateCorporateOption = function (_a) {
26
+ var _b = _a.option, name = _b.name, avatar = _b.avatar, email = _b.email, contacts = _b.contacts, serverName = _b.serverName, company = _b.company, department = _b.department, companyPosition = _b.companyPosition, remainingFields = __rest(_a, ["option"]);
27
+ return (__assign({ value: contacts[0].userHuid, label: name, name: name, avatar: avatar, email: email || contacts[0].contact, contacts: contacts, serverName: serverName, company: company, department: department, companyPosition: companyPosition }, remainingFields));
28
+ };
29
+ export var generateCorporateOptionsToSelect = function (_a) {
30
+ var language = _a.language, options = _a.options, setIsSearchable = _a.setIsSearchable, setModalData = _a.setModalData, remainingFields = __rest(_a, ["language", "options", "setIsSearchable", "setModalData"]);
31
+ return options.map(function (option) { return (__assign(__assign({}, generateCorporateOption(__assign({ option: option }, remainingFields))), { language: language, setIsSearchable: setIsSearchable, setModalData: setModalData })); });
32
+ };
33
+ export var generateContactsOption = function (_a) {
34
+ var _b = _a.option, name = _b.name, avatar = _b.avatar, email = _b.email, remainingFields = __rest(_a, ["option"]);
35
+ return (__assign({ value: email, label: name || email, name: name, avatar: avatar, email: email, isMyContacts: true }, remainingFields));
36
+ };
37
+ export var generateContactsOptionsToSelect = function (_a) {
38
+ var options = _a.options, remainingFields = __rest(_a, ["options"]);
39
+ return options.map(function (option) { return generateContactsOption(__assign({ option: option }, remainingFields)); });
40
+ };
41
+ export var generateEnteredByUserOption = function (_a) {
42
+ var email = _a.email, remainingFields = __rest(_a, ["email"]);
43
+ return (__assign({ value: email, label: email, email: email, isEnteredByUser: true }, remainingFields));
44
+ };
45
+ export var IndicatorSeparator = function () { return null; };
46
+ export var DropdownIndicator = function () { return null; };
47
+ export var MultiValueRemove = function () { return null; };
48
+ export var LoadingIndicator = function () { return null; };
49
+ var generateQueryVariants = function (query) { return ({
50
+ origin: query,
51
+ translit: tr(query),
52
+ toEng: ru.toEn(query),
53
+ fromEng: ru.fromEn(query),
54
+ }); };
55
+ var generateNameFromContact = function (name) { return name.split(' ')[0].split('.')[0].toLowerCase(); };
56
+ var sortedContacts = function (_a) {
57
+ var contactA = _a.contactA, contactB = _a.contactB, query = _a.query;
58
+ var nameA = generateNameFromContact(contactA);
59
+ var nameB = generateNameFromContact(contactB);
60
+ var lowerQuery = query.toLowerCase();
61
+ var _b = generateQueryVariants(lowerQuery), origin = _b.origin, translit = _b.translit, toEng = _b.toEng, fromEng = _b.fromEng;
62
+ var isStartsWithValue = function (str) {
63
+ return str.startsWith(origin, 0) || str.startsWith(translit, 0) || str.startsWith(toEng, 0) || str.startsWith(fromEng, 0);
64
+ };
65
+ var isNameAStartsWithValue = isStartsWithValue(tr(nameA));
66
+ var isNameBStartsWithValue = isStartsWithValue(tr(nameB));
67
+ if (isNameAStartsWithValue && !isNameBStartsWithValue)
68
+ return -1;
69
+ if (isNameBStartsWithValue && !isNameAStartsWithValue)
70
+ return 1;
71
+ return 0;
72
+ };
73
+ // после объединения корпоративных и трастовых контактов в один массив сортируем по алфавиту, а затем поднимаем наверх те, чье имя начинается с квери
74
+ export var sortCorporateContacts = function (contacts, query) {
75
+ return contacts
76
+ .sort(function (_a, _b) {
77
+ var nameA = _a.name;
78
+ var nameB = _b.name;
79
+ var contactA = generateNameFromContact(nameA);
80
+ var contactB = generateNameFromContact(nameB);
81
+ if (contactA < contactB)
82
+ return -1;
83
+ if (contactA > contactB)
84
+ return 1;
85
+ return 0;
86
+ })
87
+ .sort(function (_a, _b) {
88
+ var contactA = _a.name;
89
+ var contactB = _b.name;
90
+ return sortedContacts({ contactA: contactA, contactB: contactB, query: query });
91
+ });
92
+ };
93
+ //# sourceMappingURL=helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/helpers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { default } from './UserDropdown';
@@ -0,0 +1,2 @@
1
+ export { default } from './UserDropdown';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { TSelectStyles } from './types';
2
+ declare const _default: ({ isChipsVisible, isMaxMembersAdded, isDisabled, isError, lastRowNumber, paddingLeft, fillType, platform, layoutType, }: TSelectStyles) => {
3
+ control: (provided: any, { isFocused }: any) => any;
4
+ menu: (provided: any) => any;
5
+ menuList: (provided: any) => any;
6
+ valueContainer: (provided: any, { hasValue }: any) => any;
7
+ placeholder: (provided: any) => any;
8
+ input: (provided: any) => any;
9
+ multiValue: (provided: any) => any;
10
+ multiValueLabel: (provided: any) => any;
11
+ noOptionsMessage: (provided: any) => any;
12
+ loadingMessage: (provided: any) => any;
13
+ option: (provided: any) => any;
14
+ };
15
+ export default _default;
@@ -0,0 +1,72 @@
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 { isFullScreen, isPrimaryFillType, isWebPlatform } from '../../helpers';
13
+ import { COLORS } from '../../constants';
14
+ // eslint-disable-next-line import/no-anonymous-default-export
15
+ export default (function (_a) {
16
+ var isChipsVisible = _a.isChipsVisible, isMaxMembersAdded = _a.isMaxMembersAdded, isDisabled = _a.isDisabled, isError = _a.isError, lastRowNumber = _a.lastRowNumber, paddingLeft = _a.paddingLeft, fillType = _a.fillType, platform = _a.platform, layoutType = _a.layoutType;
17
+ return ({
18
+ control: function (provided, _a) {
19
+ var isFocused = _a.isFocused;
20
+ var borderColor = isFocused ? 'var(--color-border-focused)' : 'var(--color-border)';
21
+ var hoverBorderColor = isFocused ? 'var(--color-border-focused)' : 'var(--color-border-hover)';
22
+ var background = isPrimaryFillType(fillType) ? 'var(--color-input-secondary)' : 'var(--color-input-tertiary)';
23
+ var disabledBackground = 'var(--color-input-secondary-disabled)';
24
+ return __assign(__assign({}, provided), { background: isDisabled ? disabledBackground : background, borderRadius: '8px', 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': {
25
+ borderColor: isError ? 'var(--color-border-error)' : hoverBorderColor,
26
+ } });
27
+ },
28
+ menu: function (provided) { return (__assign(__assign({}, provided), { width: isFullScreen(layoutType) ? '384px' : '100%', left: isFullScreen(layoutType) ? '55px' : 0, background: COLORS.transparent, borderRadius: '4px', boxShadow: "0 3px 17px 0 ".concat(COLORS.selectBoxShadow), margin: '4px 0', zIndex: 2, '& > div:last-child > div:first-child > div:last-child > div:last-child > div:last-child > div:last-child': {
29
+ '.smartapp-option__container': {
30
+ borderBottom: 'none',
31
+ },
32
+ }, '[role=option]:has(+[role=option]:hover)': {
33
+ '.smartapp-option__container': {
34
+ borderBottomColor: isWebPlatform(platform) && COLORS.transparent,
35
+ },
36
+ } })); },
37
+ menuList: function (provided) { return (__assign(__assign({}, provided), { maxHeight: '324px', background: 'var(--color-item)', borderRadius: '4px', padding: 0, scrollbarColor: "var(--color-icon-blue-transparent) ".concat(COLORS.transparent), '::-webkit-scrollbar-thumb': {
38
+ background: 'var(--color-icon-blue-transparent)',
39
+ }, '::-webkit-scrollbar-track': {
40
+ background: COLORS.transparent,
41
+ } })); },
42
+ valueContainer: function (provided, _a) {
43
+ var hasValue = _a.hasValue;
44
+ var padding = lastRowNumber === 1 ? "13px 16px 13px ".concat(paddingLeft) : "6.5px 16px 6.5px ".concat(paddingLeft);
45
+ return hasValue && isChipsVisible ? __assign(__assign({}, provided), { display: 'flex', gap: '8px', padding: padding }) : __assign(__assign({}, provided), { padding: padding });
46
+ },
47
+ 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 })); },
48
+ input: function (provided) { return (__assign(__assign({}, provided), { display: isMaxMembersAdded || isDisabled ? 'none' : 'grid', fontSize: '14px', fontWeight: '400', lineHeight: '19px', color: 'var(--color-text-primary)', caretColor: 'var(--color-icon-accent)', padding: 0, margin: 0, overflow: 'auto' })); },
49
+ multiValue: function (provided) { return (__assign(__assign({}, provided), { width: 'auto', background: 'unset', borderRadius: '20px', margin: 0, '&:has(.multi-value-label-counter)': {
50
+ width: 'fit-content',
51
+ cursor: 'default',
52
+ }, '&:empty': {
53
+ display: 'none',
54
+ } })); },
55
+ multiValueLabel: function (provided) { return (__assign(__assign({}, provided), { width: '100%', padding: '0 !important', '.smartapp-chip': {
56
+ maxWidth: '100%',
57
+ } })); },
58
+ noOptionsMessage: function (provided) { return (__assign(__assign({}, provided), { fontSize: '12px', fontWeight: 400, color: 'var(--color-text-secondary)', background: 'var(--color-item)', borderRadius: '4px', padding: '8px 16px' })); },
59
+ loadingMessage: function (provided) { return (__assign(__assign({}, provided), { padding: 0 })); },
60
+ option: function (provided) { return (__assign(__assign({}, provided), { background: 'var(--color-item)', padding: '0 0 0 16px', cursor: isWebPlatform(platform) && 'pointer', '&:hover': {
61
+ background: isWebPlatform(platform) && 'var(--color-item-transparent-hover)',
62
+ '.smartapp-option__container': {
63
+ borderBottomColor: isWebPlatform(platform) && COLORS.transparent,
64
+ },
65
+ }, '&:active': {
66
+ background: COLORS.transparent,
67
+ }, '&:focus-visible': {
68
+ outline: 'none',
69
+ } })); },
70
+ });
71
+ });
72
+ //# sourceMappingURL=selectStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectStyles.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/selectStyles.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,189 @@
1
+ import { RefObject } from 'react';
2
+ import { MenuListProps, OptionProps } from 'react-select';
3
+ import { ICommonProps, ILayoutTypeProps } from '../../constants';
4
+ export interface IContactBottomSheet {
5
+ language: string;
6
+ avatar: string | null;
7
+ name: string;
8
+ email: string;
9
+ serverName: string | null;
10
+ company: string | null;
11
+ department: string | null;
12
+ companyPosition: string | null;
13
+ }
14
+ export interface IContactInfo {
15
+ language: string;
16
+ serverName: string | null;
17
+ company: string | null;
18
+ department: string | null;
19
+ companyPosition: string | null;
20
+ }
21
+ export type TRenderInfoItem = {
22
+ title: string;
23
+ info: string;
24
+ };
25
+ export interface ILoadingMessage {
26
+ theme: 'default' | 'dark';
27
+ skeletonRowsCount?: number;
28
+ }
29
+ export interface IMenuListProps extends MenuListProps {
30
+ appTheme: 'default' | 'dark';
31
+ selectRef: RefObject<any>;
32
+ scrollFromTop: RefObject<number>;
33
+ hasNextPage: boolean;
34
+ isLoading: boolean;
35
+ isUserTyping: boolean;
36
+ isNextPageLoading: boolean;
37
+ onLoadNextPage: (inputValue: string) => void;
38
+ }
39
+ type TData = {
40
+ label: string;
41
+ avatar: string | null;
42
+ email: string;
43
+ serverName: string | null;
44
+ company: string | null;
45
+ department: string | null;
46
+ companyPosition: string | null;
47
+ isMyContacts: boolean;
48
+ platform: 'web' | 'ios' | 'android';
49
+ language: 'ru' | 'en' | 'de' | 'es' | 'fr' | 'ar' | 'mal';
50
+ setIsSearchable: (isSearchable: boolean) => void;
51
+ setModalData: (modalData: TModalData | null) => void;
52
+ };
53
+ export interface IOptionProps extends OptionProps {
54
+ data: TData;
55
+ }
56
+ export type TModalData = {
57
+ avatar: string | null;
58
+ name: string;
59
+ email: string;
60
+ serverName: string | null;
61
+ company: string | null;
62
+ department: string | null;
63
+ companyPosition: string | null;
64
+ };
65
+ type TGenerateCommonOption = {
66
+ platform: string;
67
+ layoutType: string;
68
+ isChipsCollapsable: boolean;
69
+ isInputFocused: RefObject<boolean>;
70
+ selectRef: RefObject<any>;
71
+ };
72
+ export type TGenerateCorporateOption = TGenerateCommonOption & {
73
+ option: TCorporateEntity;
74
+ };
75
+ export type TGenerateCorporateOptionsToSelect = TGenerateCommonOption & {
76
+ language: string;
77
+ options: TCorporateEntity[];
78
+ setIsSearchable: (isSearchable: boolean) => void;
79
+ setModalData: (modalData: TModalData | null) => void;
80
+ };
81
+ export type TGenerateContactsOption = TGenerateCommonOption & {
82
+ option: TMyContactsEntries;
83
+ };
84
+ export type TGenerateContactsOptionsToSelect = TGenerateCommonOption & {
85
+ options: TMyContactsEntries[];
86
+ };
87
+ export type TGenerateEnteredByUserOption = TGenerateCommonOption & {
88
+ email: string;
89
+ isError?: boolean;
90
+ };
91
+ export type TSortedContacts = {
92
+ contactA: string;
93
+ contactB: string;
94
+ query: string;
95
+ };
96
+ export type TSelectStyles = {
97
+ isChipsVisible: boolean;
98
+ isMaxMembersAdded: boolean;
99
+ isDisabled: boolean;
100
+ isError: boolean;
101
+ lastRowNumber: number;
102
+ paddingLeft: string;
103
+ fillType: string;
104
+ platform: string;
105
+ layoutType: string;
106
+ };
107
+ export type TGenerateNoOptionsMessage = {
108
+ inputValue: string;
109
+ };
110
+ export type THandleFilterOption = {
111
+ data: MultiOptionType;
112
+ };
113
+ export type TSelectProps = {
114
+ options: MultiOptionType[];
115
+ inputValue: string;
116
+ onChange: (value: MultiOptionType[]) => void;
117
+ onInputChange: (value: string) => void;
118
+ };
119
+ export interface MultiOptionType {
120
+ value: string;
121
+ label: string;
122
+ avatar?: string | null;
123
+ email: string;
124
+ layoutType: string;
125
+ isChipsCollapsable: boolean;
126
+ platform?: string;
127
+ serverName?: string | null;
128
+ company?: string | null;
129
+ department?: string | null;
130
+ companyPosition?: string | null;
131
+ isMyContacts?: boolean;
132
+ isEnteredByUser?: boolean;
133
+ isError?: boolean;
134
+ }
135
+ export type TMyContactsEntries = {
136
+ name: string | null;
137
+ email: string;
138
+ avatar: string | null;
139
+ };
140
+ type TContacts = {
141
+ userHuid: string;
142
+ contact: string;
143
+ contactType: string;
144
+ };
145
+ export type TCorporateEntity = {
146
+ avatar: string | null;
147
+ name: string;
148
+ email: string | null;
149
+ serverName: string | null;
150
+ company: string | null;
151
+ department: string | null;
152
+ companyPosition: string | null;
153
+ contacts: TContacts[];
154
+ };
155
+ type TCorporateEntries = {
156
+ corpPhonebookEntries: TCorporateEntity[];
157
+ trustSearchEntries: TCorporateEntity[];
158
+ };
159
+ export type TUser = TCorporateEntity | TMyContactsEntries | {
160
+ email: string;
161
+ };
162
+ export interface IUserDropdownProps extends ICommonProps, ILayoutTypeProps {
163
+ isDisabled?: boolean;
164
+ isLoading?: boolean;
165
+ isChipsVisible?: boolean;
166
+ isChipsCollapsable?: boolean;
167
+ isMenuCloseOnSelect?: boolean;
168
+ isFilteringDisabled?: boolean;
169
+ hasNextPage?: boolean;
170
+ isNextPageLoading?: boolean;
171
+ language?: 'ru' | 'en' | 'de' | 'es' | 'fr' | 'ar' | 'mal';
172
+ title?: string;
173
+ mask?: string;
174
+ placeholder?: string;
175
+ hint?: string;
176
+ noOptionsMessage?: string;
177
+ maxMembersCount?: number;
178
+ fillType?: 'primary' | 'secondary';
179
+ selectedEntries?: TUser[];
180
+ corporateEntries: TCorporateEntries | null;
181
+ myContactsEntries: TMyContactsEntries[] | null;
182
+ onInputChange: (inputValue: string) => void;
183
+ onChange: (users: TUser[]) => void;
184
+ onMenuOpen?: () => void;
185
+ onMenuClose?: () => void;
186
+ onLoadNextPage?: (inputValue: string) => void;
187
+ menuPosition?: 'bottom' | 'auto' | 'top';
188
+ }
189
+ 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/UserDropdown/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ export { default as Button } from './Button';
2
+ export { default as Header } from './Header';
3
+ export { default as ActionModal } from './ActionModal';
4
+ export { default as AttachedFile } from './AttachedFile';
5
+ export { default as Avatar } from './Avatar';
6
+ export { default as Calendar } from './Calendar';
7
+ export { default as Checkbox } from './Checkbox';
8
+ export { default as Chip } from './Chip';
9
+ export { default as ConfirmationModal } from './ConfirmationModal';
10
+ export { default as CustomSelect } from './CustomSelect';
11
+ export { default as CustomSelectProfiles } from './CustomSelectProfiles';
12
+ export { default as DragAndDrop } from './DragAndDrop';
13
+ export { default as Error } from './Error';
14
+ export { default as Input } from './Input';
15
+ export { default as Loader } from './Loader';
16
+ export { default as Profile } from './Profile';
17
+ export { default as Switcher } from './Switcher';
18
+ export { default as ScrollBar } from './ScrollBar';
19
+ export { default as Toggle } from './Toggle';
20
+ export { default as Stories } from './Stories';
21
+ export { default as SyncLoader } from './SyncLoader';
22
+ export { default as Modal } from './Modal';
23
+ export { default as Notification } from './Notification';
24
+ export { default as RadioButton } from './RadioButton';
25
+ export { default as Textarea } from './Textarea';
26
+ export { default as ContextMenu } from './ContextMenu';
27
+ export { default as UserDropdown } from './UserDropdown';
28
+ export { Skeleton } from './Skeleton';
29
+ export { default as ListItem } from './ListItem';
30
+ export { default as CachedImage } from './CachedImage';
31
+ export { default as ProgressBar } from './ProgressBar';
32
+ export { ChartBar, ChartLine, ChartPie } from './Charts';
@@ -0,0 +1,33 @@
1
+ export { default as Button } from './Button';
2
+ export { default as Header } from './Header';
3
+ export { default as ActionModal } from './ActionModal';
4
+ export { default as AttachedFile } from './AttachedFile';
5
+ export { default as Avatar } from './Avatar';
6
+ export { default as Calendar } from './Calendar';
7
+ export { default as Checkbox } from './Checkbox';
8
+ export { default as Chip } from './Chip';
9
+ export { default as ConfirmationModal } from './ConfirmationModal';
10
+ export { default as CustomSelect } from './CustomSelect';
11
+ export { default as CustomSelectProfiles } from './CustomSelectProfiles';
12
+ export { default as DragAndDrop } from './DragAndDrop';
13
+ export { default as Error } from './Error';
14
+ export { default as Input } from './Input';
15
+ export { default as Loader } from './Loader';
16
+ export { default as Profile } from './Profile';
17
+ export { default as Switcher } from './Switcher';
18
+ export { default as ScrollBar } from './ScrollBar';
19
+ export { default as Toggle } from './Toggle';
20
+ export { default as Stories } from './Stories';
21
+ export { default as SyncLoader } from './SyncLoader';
22
+ export { default as Modal } from './Modal';
23
+ export { default as Notification } from './Notification';
24
+ export { default as RadioButton } from './RadioButton';
25
+ export { default as Textarea } from './Textarea';
26
+ export { default as ContextMenu } from './ContextMenu';
27
+ export { default as UserDropdown } from './UserDropdown';
28
+ export { Skeleton } from './Skeleton';
29
+ export { default as ListItem } from './ListItem';
30
+ export { default as CachedImage } from './CachedImage';
31
+ export { default as ProgressBar } from './ProgressBar';
32
+ export { ChartBar, ChartLine, ChartPie } from './Charts';
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/сomponents/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAA;AACxC,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,2 @@
1
+ export type Enumerate<N extends number, Acc extends number[] = []> = Acc['length'] extends N ? Acc[number] : Enumerate<N, [...Acc, Acc['length']]>;
2
+ export type IntRange<F extends number, T extends number> = Exclude<Enumerate<T>, Enumerate<F>>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/сomponents/types.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",