@cometchat/chat-uikit-angular 4.3.36 → 5.0.0-beta.2

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 (648) hide show
  1. package/README.md +41 -14
  2. package/fesm2022/cometchat-chat-uikit-angular.mjs +107859 -0
  3. package/fesm2022/cometchat-chat-uikit-angular.mjs.map +1 -0
  4. package/package.json +14 -21
  5. package/screenshots/sample_app_overview.png +0 -0
  6. package/src/lib/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  7. package/src/lib/assets/Collaborative-document-Preview-light.png +0 -0
  8. package/src/lib/assets/Collaborative_Document_Dark.png +0 -0
  9. package/src/lib/assets/Collaborative_Document_Light.png +0 -0
  10. package/src/lib/assets/Collaborative_Whiteboard_Dark.png +0 -0
  11. package/src/lib/assets/Collaborative_Whiteboard_Light.png +0 -0
  12. package/src/lib/assets/Copy.svg +5 -0
  13. package/src/lib/assets/Info.svg +8 -0
  14. package/src/lib/assets/Profile.png +0 -0
  15. package/src/lib/assets/Send.svg +3 -0
  16. package/src/lib/assets/Spinner-Gradient-1.svg +12 -0
  17. package/src/lib/assets/account_circle.svg +8 -0
  18. package/src/lib/assets/activity.svg +10 -0
  19. package/src/lib/assets/add.svg +8 -0
  20. package/src/lib/assets/add_a_photo.svg +8 -0
  21. package/src/lib/assets/add_box.svg +8 -0
  22. package/src/lib/assets/add_call.svg +8 -0
  23. package/src/lib/assets/add_circle.svg +3 -0
  24. package/src/lib/assets/add_circle_fill.svg +3 -0
  25. package/src/lib/assets/add_comment.svg +8 -0
  26. package/src/lib/assets/add_reaction.svg +8 -0
  27. package/src/lib/assets/add_reaction_icon.svg +5 -0
  28. package/src/lib/assets/ai_conversation_summary.svg +3 -0
  29. package/src/lib/assets/ai_fill.svg +4 -0
  30. package/src/lib/assets/ai_suggest_reply.svg +3 -0
  31. package/src/lib/assets/alternate_email.svg +8 -0
  32. package/src/lib/assets/animals_nature.svg +10 -0
  33. package/src/lib/assets/archive.svg +8 -0
  34. package/src/lib/assets/arrow_back.svg +8 -0
  35. package/src/lib/assets/arrow_forward.svg +8 -0
  36. package/src/lib/assets/attach_file.svg +8 -0
  37. package/src/lib/assets/audio_call_button.svg +5 -0
  38. package/src/lib/assets/audio_filter_icon.svg +3 -0
  39. package/src/lib/assets/bar_chart.svg +3 -0
  40. package/src/lib/assets/bedtime.svg +8 -0
  41. package/src/lib/assets/block.svg +8 -0
  42. package/src/lib/assets/bold-format.svg +3 -0
  43. package/src/lib/assets/bookmark.svg +8 -0
  44. package/src/lib/assets/bookmark_add.svg +8 -0
  45. package/src/lib/assets/bullet-list-format.svg +3 -0
  46. package/src/lib/assets/calendar_add_on.svg +8 -0
  47. package/src/lib/assets/calendar_today.svg +8 -0
  48. package/src/lib/assets/call-log-audio.svg +3 -0
  49. package/src/lib/assets/call-log_video.svg +3 -0
  50. package/src/lib/assets/call-logs_empty_state.svg +8 -0
  51. package/src/lib/assets/call-logs_empty_state_dark.svg +8 -0
  52. package/src/lib/assets/call.svg +8 -0
  53. package/src/lib/assets/call_end.svg +8 -0
  54. package/src/lib/assets/call_end_no_fill.svg +3 -0
  55. package/src/lib/assets/call_log.svg +8 -0
  56. package/src/lib/assets/call_made.svg +8 -0
  57. package/src/lib/assets/call_missed.svg +8 -0
  58. package/src/lib/assets/call_missed_outgoing.svg +8 -0
  59. package/src/lib/assets/call_received.svg +8 -0
  60. package/src/lib/assets/cancel.svg +8 -0
  61. package/src/lib/assets/cancel_fill.svg +8 -0
  62. package/src/lib/assets/change_circle.svg +3 -0
  63. package/src/lib/assets/change_scope.png +0 -0
  64. package/src/lib/assets/chat-history.svg +3 -0
  65. package/src/lib/assets/chat.svg +8 -0
  66. package/src/lib/assets/chat_bot.svg +3 -0
  67. package/src/lib/assets/chats_filter_icon.svg +1 -0
  68. package/src/lib/assets/check.svg +8 -0
  69. package/src/lib/assets/check_circle.svg +3 -0
  70. package/src/lib/assets/checkbox_tick.svg +5 -0
  71. package/src/lib/assets/chevron_left.svg +8 -0
  72. package/src/lib/assets/chevron_right.svg +8 -0
  73. package/src/lib/assets/circle.svg +3 -0
  74. package/src/lib/assets/close.svg +8 -0
  75. package/src/lib/assets/code-block-format.svg +3 -0
  76. package/src/lib/assets/code-format.svg +3 -0
  77. package/src/lib/assets/collaborative_document_fill.svg +4 -0
  78. package/src/lib/assets/collaborative_whiteboard.svg +4 -0
  79. package/src/lib/assets/collaborative_whiteboard_fill.svg +4 -0
  80. package/src/lib/assets/collabrative_document.svg +4 -0
  81. package/src/lib/assets/content_copy.svg +8 -0
  82. package/src/lib/assets/conversation_summary.svg +4 -0
  83. package/src/lib/assets/conversations_audio-message.svg +8 -0
  84. package/src/lib/assets/conversations_card-message.svg +8 -0
  85. package/src/lib/assets/conversations_collaborative-document-message.svg +4 -0
  86. package/src/lib/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  87. package/src/lib/assets/conversations_delete.svg +8 -0
  88. package/src/lib/assets/conversations_delivered.svg +3 -0
  89. package/src/lib/assets/conversations_dropdown.svg +3 -0
  90. package/src/lib/assets/conversations_empty_state.svg +20 -0
  91. package/src/lib/assets/conversations_empty_state_dark.svg +20 -0
  92. package/src/lib/assets/conversations_error.svg +16 -0
  93. package/src/lib/assets/conversations_file-message.svg +8 -0
  94. package/src/lib/assets/conversations_form-message.svg +3 -0
  95. package/src/lib/assets/conversations_image-message.svg +8 -0
  96. package/src/lib/assets/conversations_incoming-video-call.svg +8 -0
  97. package/src/lib/assets/conversations_incoming-voice-call.svg +3 -0
  98. package/src/lib/assets/conversations_link.svg +8 -0
  99. package/src/lib/assets/conversations_missed-video-call.svg +8 -0
  100. package/src/lib/assets/conversations_missed-voice-call.svg +3 -0
  101. package/src/lib/assets/conversations_outgoing-video-call.svg +8 -0
  102. package/src/lib/assets/conversations_outgoing-voice-call.svg +4 -0
  103. package/src/lib/assets/conversations_poll-message.svg +3 -0
  104. package/src/lib/assets/conversations_read.svg +3 -0
  105. package/src/lib/assets/conversations_schedular-message.svg +8 -0
  106. package/src/lib/assets/conversations_sent.svg +3 -0
  107. package/src/lib/assets/conversations_sticker-message.svg +4 -0
  108. package/src/lib/assets/conversations_thread.svg +8 -0
  109. package/src/lib/assets/conversations_video-message.svg +8 -0
  110. package/{assets/wait.svg → src/lib/assets/conversations_wait.svg} +0 -0
  111. package/src/lib/assets/copy-text.svg +3 -0
  112. package/src/lib/assets/crop.svg +8 -0
  113. package/src/lib/assets/delete.svg +8 -0
  114. package/src/lib/assets/delete_icon.svg +4 -0
  115. package/src/lib/assets/deliveredIcon.svg +5 -0
  116. package/src/lib/assets/description.svg +8 -0
  117. package/src/lib/assets/document_icon.svg +10 -0
  118. package/src/lib/assets/done_all.svg +8 -0
  119. package/src/lib/assets/download.svg +8 -0
  120. package/src/lib/assets/dropdown-arrow.svg +3 -0
  121. package/src/lib/assets/edit.svg +8 -0
  122. package/src/lib/assets/edit_calendar.svg +8 -0
  123. package/src/lib/assets/edit_icon.svg +5 -0
  124. package/src/lib/assets/edit_square.svg +3 -0
  125. package/src/lib/assets/error.svg +9 -0
  126. package/src/lib/assets/error_icon.svg +3 -0
  127. package/src/lib/assets/error_info.svg +3 -0
  128. package/src/lib/assets/event.svg +8 -0
  129. package/src/lib/assets/favorite.svg +8 -0
  130. package/src/lib/assets/file_filter_icon.svg +4 -0
  131. package/src/lib/assets/file_type_jpg.png +0 -0
  132. package/src/lib/assets/file_type_link.png +0 -0
  133. package/src/lib/assets/file_type_mov.png +0 -0
  134. package/src/lib/assets/file_type_mp3.png +0 -0
  135. package/src/lib/assets/file_type_pdf.png +0 -0
  136. package/src/lib/assets/file_type_ppt.png +0 -0
  137. package/src/lib/assets/file_type_txt.png +0 -0
  138. package/src/lib/assets/file_type_unsupported.png +0 -0
  139. package/src/lib/assets/file_type_word.png +0 -0
  140. package/src/lib/assets/file_type_xlsx.png +0 -0
  141. package/src/lib/assets/file_type_zip.png +0 -0
  142. package/src/lib/assets/filter_list.svg +8 -0
  143. package/src/lib/assets/filter_list_off.svg +8 -0
  144. package/src/lib/assets/flags.svg +5 -0
  145. package/src/lib/assets/flip_camera_ios.svg +8 -0
  146. package/src/lib/assets/food_drink.svg +10 -0
  147. package/src/lib/assets/forward.svg +8 -0
  148. package/src/lib/assets/gif.svg +3 -0
  149. package/src/lib/assets/graphic_eq.svg +3 -0
  150. package/src/lib/assets/group_filter_icon.svg +3 -0
  151. package/src/lib/assets/groups_empty_state.svg +8 -0
  152. package/src/lib/assets/groups_empty_state_dark.svg +8 -0
  153. package/src/lib/assets/help.svg +8 -0
  154. package/src/lib/assets/history.svg +8 -0
  155. package/src/lib/assets/image_placeholder.png +0 -0
  156. package/src/lib/assets/incoming_video.svg +8 -0
  157. package/src/lib/assets/incoming_video_no_fill.svg +4 -0
  158. package/src/lib/assets/info_icon.svg +3 -0
  159. package/src/lib/assets/info_icon_fill.svg +5 -0
  160. package/src/lib/assets/italic-format.svg +3 -0
  161. package/src/lib/assets/keep.svg +8 -0
  162. package/src/lib/assets/keep_off.svg +8 -0
  163. package/src/lib/assets/keyboard.svg +8 -0
  164. package/src/lib/assets/keyboard_arrow_down.svg +8 -0
  165. package/src/lib/assets/keyboard_arrow_up.svg +8 -0
  166. package/src/lib/assets/language.svg +8 -0
  167. package/src/lib/assets/link.svg +8 -0
  168. package/src/lib/assets/link_filter_icon.svg +3 -0
  169. package/src/lib/assets/link_icon_2x.svg +3 -0
  170. package/src/lib/assets/list_error_state_icon.svg +20 -0
  171. package/src/lib/assets/list_error_state_icon_dark.svg +27 -0
  172. package/src/lib/assets/loading.svg +5 -0
  173. package/src/lib/assets/loading_animation.svg +5 -0
  174. package/src/lib/assets/loading_icon.svg +3 -0
  175. package/src/lib/assets/location_on.svg +8 -0
  176. package/src/lib/assets/lock.svg +8 -0
  177. package/src/lib/assets/lock_open.svg +8 -0
  178. package/src/lib/assets/logout.svg +3 -0
  179. package/src/lib/assets/mail.svg +8 -0
  180. package/src/lib/assets/message_blocked.svg +8 -0
  181. package/src/lib/assets/message_delete.svg +8 -0
  182. package/src/lib/assets/messages_filter_icon.svg +1 -0
  183. package/src/lib/assets/mic.svg +3 -0
  184. package/src/lib/assets/mic_fill.svg +8 -0
  185. package/src/lib/assets/mic_off.svg +8 -0
  186. package/src/lib/assets/missedCallIcon.svg +10 -0
  187. package/src/lib/assets/missed_video_call.svg +8 -0
  188. package/src/lib/assets/missed_video_call_no_fill.svg +3 -0
  189. package/src/lib/assets/mood.svg +3 -0
  190. package/src/lib/assets/mood_fill.svg +8 -0
  191. package/src/lib/assets/more_icon.svg +5 -0
  192. package/src/lib/assets/more_vert.svg +8 -0
  193. package/src/lib/assets/near_me.svg +3 -0
  194. package/src/lib/assets/new-chat.svg +3 -0
  195. package/src/lib/assets/no-messages.svg +8 -0
  196. package/src/lib/assets/no_photography.svg +8 -0
  197. package/src/lib/assets/notifications.svg +8 -0
  198. package/src/lib/assets/notifications_off.svg +8 -0
  199. package/src/lib/assets/number-list-format.svg +3 -0
  200. package/src/lib/assets/objects.svg +10 -0
  201. package/src/lib/assets/outgoing_video.svg +8 -0
  202. package/src/lib/assets/outgoing_video_no_fill.svg +4 -0
  203. package/src/lib/assets/pause.svg +8 -0
  204. package/src/lib/assets/person.svg +8 -0
  205. package/src/lib/assets/person_add.svg +8 -0
  206. package/src/lib/assets/phone_in_talk.svg +8 -0
  207. package/src/lib/assets/phone_incoming.svg +3 -0
  208. package/src/lib/assets/phone_incoming_no_fill.svg +3 -0
  209. package/src/lib/assets/phone_missed.svg +8 -0
  210. package/src/lib/assets/phone_missed_no_fill.svg +3 -0
  211. package/src/lib/assets/phone_outgoing.svg +4 -0
  212. package/src/lib/assets/phone_outgoing_no_fill.svg +4 -0
  213. package/src/lib/assets/photo.svg +8 -0
  214. package/src/lib/assets/photo_camera.svg +8 -0
  215. package/src/lib/assets/photo_filter_icon.svg +3 -0
  216. package/src/lib/assets/placeholder.png +0 -0
  217. package/src/lib/assets/play_arrow.svg +8 -0
  218. package/src/lib/assets/play_circle.svg +8 -0
  219. package/src/lib/assets/poll.svg +5 -0
  220. package/src/lib/assets/quote-format.svg +3 -0
  221. package/src/lib/assets/readIcon.svg +5 -0
  222. package/src/lib/assets/rearrange.svg +3 -0
  223. package/src/lib/assets/recording_icon.svg +10 -0
  224. package/src/lib/assets/recording_resume.svg +10 -0
  225. package/src/lib/assets/refresh.svg +8 -0
  226. package/src/lib/assets/reply.svg +8 -0
  227. package/src/lib/assets/reply_all.svg +8 -0
  228. package/src/lib/assets/reply_in_thread.svg +10 -0
  229. package/src/lib/assets/retry.svg +3 -0
  230. package/src/lib/assets/right-arrow.svg +3 -0
  231. package/src/lib/assets/sample-audio.wav +0 -0
  232. package/src/lib/assets/sample-video-thumbnail.svg +7 -0
  233. package/src/lib/assets/sample-video.mp4 +0 -0
  234. package/src/lib/assets/schedule.svg +8 -0
  235. package/src/lib/assets/screen_share.svg +8 -0
  236. package/src/lib/assets/search.svg +8 -0
  237. package/src/lib/assets/search_message_icon.svg +8 -0
  238. package/src/lib/assets/send-message.svg +3 -0
  239. package/src/lib/assets/send_fill.svg +8 -0
  240. package/src/lib/assets/settings.svg +8 -0
  241. package/src/lib/assets/share.svg +8 -0
  242. package/src/lib/assets/shield.svg +3 -0
  243. package/src/lib/assets/smileys_people.svg +10 -0
  244. package/src/lib/assets/star.svg +8 -0
  245. package/src/lib/assets/status_delivered.svg +5 -0
  246. package/src/lib/assets/status_error.svg +16 -0
  247. package/src/lib/assets/status_read.svg +3 -0
  248. package/src/lib/assets/status_sending.svg +5 -0
  249. package/src/lib/assets/status_sent.svg +5 -0
  250. package/src/lib/assets/sticker.svg +3 -0
  251. package/src/lib/assets/sticker_fill.svg +4 -0
  252. package/src/lib/assets/stop-message.svg +3 -0
  253. package/src/lib/assets/stop.svg +8 -0
  254. package/src/lib/assets/stop_circle.svg +8 -0
  255. package/src/lib/assets/stop_screen_share.svg +8 -0
  256. package/src/lib/assets/strike-out-format.svg +3 -0
  257. package/src/lib/assets/subdirectory_arrow_left.svg +8 -0
  258. package/src/lib/assets/subdirectory_arrow_right.svg +8 -0
  259. package/src/lib/assets/sunny.svg +8 -0
  260. package/src/lib/assets/symbols.svg +13 -0
  261. package/src/lib/assets/thumb_down.svg +8 -0
  262. package/src/lib/assets/thumb_up.svg +8 -0
  263. package/src/lib/assets/toast_check_circle.svg +3 -0
  264. package/src/lib/assets/toast_error.svg +3 -0
  265. package/src/lib/assets/toast_info.svg +3 -0
  266. package/src/lib/assets/toast_warning.svg +3 -0
  267. package/src/lib/assets/toolbar-toggle.svg +3 -0
  268. package/src/lib/assets/tooltip-side.svg +5 -0
  269. package/src/lib/assets/tooltip.svg +5 -0
  270. package/src/lib/assets/translate.svg +3 -0
  271. package/src/lib/assets/travel_places.svg +10 -0
  272. package/src/lib/assets/ulr-format.svg +3 -0
  273. package/src/lib/assets/underline-format.svg +3 -0
  274. package/src/lib/assets/unread_filter_icon.svg +7 -0
  275. package/src/lib/assets/upload.svg +3 -0
  276. package/src/lib/assets/user_empty.svg +8 -0
  277. package/src/lib/assets/user_empty_dark.svg +8 -0
  278. package/src/lib/assets/video_call.svg +8 -0
  279. package/src/lib/assets/video_call_button.svg +5 -0
  280. package/src/lib/assets/video_filter_icon.svg +3 -0
  281. package/src/lib/assets/videocam.svg +8 -0
  282. package/src/lib/assets/videocam_off.svg +8 -0
  283. package/src/lib/assets/visibility_off.svg +3 -0
  284. package/src/lib/assets/volume_down.svg +8 -0
  285. package/src/lib/assets/volume_mute.svg +8 -0
  286. package/src/lib/assets/volume_off.svg +8 -0
  287. package/src/lib/assets/volume_up.svg +8 -0
  288. package/src/lib/assets/warning.svg +8 -0
  289. package/src/lib/assets/warning_neutral.svg +3 -0
  290. package/src/lib/assets/wifi.svg +8 -0
  291. package/src/lib/assets/zoom_in_map.svg +8 -0
  292. package/src/lib/assets/zoom_out_map.svg +8 -0
  293. package/styles/accessibility.css +148 -0
  294. package/styles/css-variables.css +547 -0
  295. package/styles/fonts/Roboto/LICENSE.txt +202 -0
  296. package/styles/fonts/Roboto/Roboto-Black.ttf +0 -0
  297. package/styles/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  298. package/styles/fonts/Roboto/Roboto-Bold.ttf +0 -0
  299. package/styles/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  300. package/styles/fonts/Roboto/Roboto-Italic.ttf +0 -0
  301. package/styles/fonts/Roboto/Roboto-Light.ttf +0 -0
  302. package/styles/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  303. package/styles/fonts/Roboto/Roboto-Medium.ttf +0 -0
  304. package/styles/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  305. package/styles/fonts/Roboto/Roboto-Regular.ttf +0 -0
  306. package/styles/fonts/Roboto/Roboto-Thin.ttf +0 -0
  307. package/styles/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  308. package/styles/mention-styles.css +190 -0
  309. package/styles/rich-text-styles.css +310 -0
  310. package/types/cometchat-chat-uikit-angular.d.ts +34636 -0
  311. package/AI/AIAssistBot/AIAssistBot.d.ts +0 -7
  312. package/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -11
  313. package/AI/AIConversationStarter/AIConversationStarter.d.ts +0 -7
  314. package/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +0 -9
  315. package/AI/AIConversationSummary/AIConversationSummary.d.ts +0 -7
  316. package/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +0 -10
  317. package/AI/AISmartReplies/AISmartReplies.d.ts +0 -7
  318. package/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -9
  319. package/Calls/CallingExtension.d.ts +0 -6
  320. package/Calls/CallingExtensionDecorator.d.ts +0 -16
  321. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +0 -79
  322. package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +0 -11
  323. package/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.d.ts +0 -136
  324. package/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.d.ts +0 -14
  325. package/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.d.ts +0 -112
  326. package/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.d.ts +0 -10
  327. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.d.ts +0 -77
  328. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.d.ts +0 -10
  329. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.d.ts +0 -91
  330. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.d.ts +0 -10
  331. package/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.d.ts +0 -134
  332. package/Calls/CometChatCallLogs/cometchat-call-logs.module.d.ts +0 -12
  333. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.d.ts +0 -54
  334. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.d.ts +0 -12
  335. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +0 -81
  336. package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +0 -11
  337. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +0 -38
  338. package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +0 -9
  339. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +0 -57
  340. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +0 -10
  341. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +0 -117
  342. package/CometChatAddMembers/cometchat-add-members.module.d.ts +0 -12
  343. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +0 -152
  344. package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +0 -13
  345. package/CometChatContacts/cometchat-contacts/cometchat-contacts.component.d.ts +0 -66
  346. package/CometChatContacts/cometchat-contacts.module.d.ts +0 -12
  347. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +0 -387
  348. package/CometChatConversations/cometchat-conversations.module.d.ts +0 -10
  349. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +0 -98
  350. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +0 -11
  351. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +0 -164
  352. package/CometChatDetails/cometchat-details.module.d.ts +0 -12
  353. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +0 -162
  354. package/CometChatGroupMembers/cometchat-group-members.module.d.ts +0 -13
  355. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +0 -150
  356. package/CometChatGroups/cometchat-groups.module.d.ts +0 -10
  357. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +0 -103
  358. package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +0 -11
  359. package/CometChatList/cometchat-list.component.d.ts +0 -91
  360. package/CometChatList/cometchat-list.module.d.ts +0 -10
  361. package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +0 -63
  362. package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +0 -8
  363. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +0 -326
  364. package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +0 -11
  365. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +0 -99
  366. package/CometChatMessageHeader/cometchat-message-header.module.d.ts +0 -9
  367. package/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.d.ts +0 -99
  368. package/CometChatMessageInformation/cometchat-message-information.module.d.ts +0 -10
  369. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +0 -819
  370. package/CometChatMessageList/cometchat-message-list.module.d.ts +0 -13
  371. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +0 -149
  372. package/CometChatMessages/cometchat-messages.module.d.ts +0 -16
  373. package/CometChatTheme.service.d.ts +0 -7
  374. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +0 -85
  375. package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +0 -12
  376. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +0 -88
  377. package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +0 -10
  378. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.d.ts +0 -41
  379. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.d.ts +0 -11
  380. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +0 -194
  381. package/CometChatUsers/cometchat-users.module.d.ts +0 -11
  382. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +0 -72
  383. package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +0 -10
  384. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -5
  385. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -14
  386. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -5
  387. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -14
  388. package/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -5
  389. package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -6
  390. package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +0 -5
  391. package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +0 -6
  392. package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -5
  393. package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -9
  394. package/Extensions/PollsExtension/PollsExtension.d.ts +0 -5
  395. package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +0 -14
  396. package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -5
  397. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -16
  398. package/Extensions/Stickers/StickersExtension.d.ts +0 -5
  399. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -28
  400. package/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  401. package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  402. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  403. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -6
  404. package/Screenshots/overview_cometchat_screens.png +0 -0
  405. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +0 -49
  406. package/Shared/Framework/AIExtensionDataSource.d.ts +0 -5
  407. package/Shared/Framework/ChatConfigurator.d.ts +0 -8
  408. package/Shared/Framework/DataSource.d.ts +0 -40
  409. package/Shared/Framework/DataSourceDecorator.d.ts +0 -43
  410. package/Shared/Framework/ExtensionDataSource.d.ts +0 -3
  411. package/Shared/Utils/CallDetailUtils.d.ts +0 -8
  412. package/Shared/Utils/CallLogUtils.d.ts +0 -8
  413. package/Shared/Utils/ComeChatException.d.ts +0 -1
  414. package/Shared/Utils/MessageUtils.d.ts +0 -151
  415. package/Shared/Utils/UtilityFunctions.d.ts +0 -6
  416. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.d.ts +0 -71
  417. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.d.ts +0 -11
  418. package/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.d.ts +0 -82
  419. package/Shared/Views/CometChatTabs/cometchat-tabs.module.d.ts +0 -8
  420. package/assets/.gitkeep +0 -0
  421. package/assets/Audio-Call.svg +0 -11
  422. package/assets/Audio-Call2x.svg +0 -11
  423. package/assets/Copy.svg +0 -17
  424. package/assets/Grid-layout.svg +0 -1
  425. package/assets/Heart.svg +0 -11
  426. package/assets/Imagemoderation.svg +0 -14
  427. package/assets/Info.svg +0 -13
  428. package/assets/InfoIcon.svg +0 -13
  429. package/assets/InfoSimpleIcon.svg +0 -4
  430. package/assets/Locked.svg +0 -10
  431. package/assets/More@2x.svg +0 -9
  432. package/assets/Plus.svg +0 -13
  433. package/assets/Private.svg +0 -10
  434. package/assets/Reactionsicon.svg +0 -9
  435. package/assets/Reply@2x.svg +0 -9
  436. package/assets/Send.svg +0 -12
  437. package/assets/Spinner.svg +0 -15
  438. package/assets/Stickers.svg +0 -16
  439. package/assets/Stipop.svg +0 -9
  440. package/assets/Video-call.svg +0 -12
  441. package/assets/Video-call2x.svg +0 -12
  442. package/assets/activity.svg +0 -22
  443. package/assets/addreaction.svg +0 -9
  444. package/assets/ai-bot.svg +0 -24
  445. package/assets/ai-empty.svg +0 -22
  446. package/assets/ai-error.svg +0 -21
  447. package/assets/animals.svg +0 -15
  448. package/assets/attachment-file.svg +0 -14
  449. package/assets/audio-file.svg +0 -12
  450. package/assets/back.png +0 -0
  451. package/assets/backbutton.svg +0 -12
  452. package/assets/call.svg +0 -1
  453. package/assets/chats.svg +0 -1
  454. package/assets/checkmark.svg +0 -11
  455. package/assets/close.svg +0 -12
  456. package/assets/close2x.svg +0 -12
  457. package/assets/collaborativedocument.svg +0 -13
  458. package/assets/collaborativewhiteboard.svg +0 -12
  459. package/assets/create-button.svg +0 -12
  460. package/assets/declaration.d.ts +0 -3
  461. package/assets/delete.svg +0 -7
  462. package/assets/deleteicon.svg +0 -15
  463. package/assets/down-arrow.svg +0 -1
  464. package/assets/download.svg +0 -13
  465. package/assets/editicon.svg +0 -14
  466. package/assets/emoji.svg +0 -2693
  467. package/assets/empty-slot.svg +0 -14
  468. package/assets/file-upload.svg +0 -2693
  469. package/assets/flags.svg +0 -12
  470. package/assets/food.svg +0 -26
  471. package/assets/greaterThanIcon.svg +0 -3
  472. package/assets/group.svg +0 -40
  473. package/assets/heart-reaction.png +0 -0
  474. package/assets/heart.png +0 -0
  475. package/assets/image.svg +0 -2693
  476. package/assets/incomingAudioCallIconUrl.svg +0 -5
  477. package/assets/incomingVideoCallIconUrl.svg +0 -6
  478. package/assets/incomingcall.wav +0 -0
  479. package/assets/increase-size.svg +0 -6
  480. package/assets/location.svg +0 -2693
  481. package/assets/message-delivered.png +0 -0
  482. package/assets/message-delivered.svg +0 -5
  483. package/assets/message-read.png +0 -0
  484. package/assets/message-read.svg +0 -5
  485. package/assets/message-sent.png +0 -0
  486. package/assets/message-sent.svg +0 -3
  487. package/assets/mic.svg +0 -11
  488. package/assets/missedAudioCallIconUrl.svg +0 -5
  489. package/assets/missedVideoCallIconUrl.svg +0 -6
  490. package/assets/moreicon.svg +0 -9
  491. package/assets/new-chat.svg +0 -13
  492. package/assets/new-message-icon.svg +0 -1
  493. package/assets/objects.svg +0 -13
  494. package/assets/open-thread.svg +0 -11
  495. package/assets/outgoingAudioCallIconUrl.svg +0 -5
  496. package/assets/outgoingVideoCallIconUrl.svg +0 -6
  497. package/assets/password-protected-group.svg +0 -3
  498. package/assets/pause-icon.svg +0 -14
  499. package/assets/photolibrary.svg +0 -11
  500. package/assets/placeholder.png +0 -0
  501. package/assets/play-icon.svg +0 -18
  502. package/assets/plus-rotated.svg +0 -13
  503. package/assets/polls.svg +0 -14
  504. package/assets/privacy.svg +0 -4
  505. package/assets/private-group.svg +0 -9
  506. package/assets/public.svg +0 -3
  507. package/assets/record-icon.svg +0 -8
  508. package/assets/reduce-size.svg +0 -6
  509. package/assets/right-arrow.svg +0 -6
  510. package/assets/search.png +0 -0
  511. package/assets/search.svg +0 -4
  512. package/assets/side-arrow.svg +0 -1
  513. package/assets/smileys.svg +0 -16
  514. package/assets/start-chat.svg +0 -1
  515. package/assets/start-conversation.svg +0 -46
  516. package/assets/stop.svg +0 -1
  517. package/assets/symbols.svg +0 -16
  518. package/assets/thread-arrow.svg +0 -1
  519. package/assets/thread-icon.svg +0 -38
  520. package/assets/threadIndicatorIcon.svg +0 -11
  521. package/assets/threadicon.svg +0 -14
  522. package/assets/translation.svg +0 -16
  523. package/assets/travel.svg +0 -18
  524. package/assets/unsafe-content.svg +0 -23
  525. package/assets/user.svg +0 -31
  526. package/assets/video-upload.svg +0 -2693
  527. package/assets/video.svg +0 -12
  528. package/assets/wait.png +0 -0
  529. package/assets/warning-small.png +0 -0
  530. package/assets/warning-small.svg +0 -5
  531. package/cometchat-chat-uikit-angular.d.ts +0 -5
  532. package/esm2020/AI/AIAssistBot/AIAssistBot.mjs +0 -21
  533. package/esm2020/AI/AIAssistBot/AIAssistBotDecorator.mjs +0 -68
  534. package/esm2020/AI/AIConversationStarter/AIConversationStarter.mjs +0 -21
  535. package/esm2020/AI/AIConversationStarter/AIConversationStarterDecorator.mjs +0 -31
  536. package/esm2020/AI/AIConversationSummary/AIConversationSummary.mjs +0 -21
  537. package/esm2020/AI/AIConversationSummary/AIConversationSummaryDecorator.mjs +0 -32
  538. package/esm2020/AI/AISmartReplies/AISmartReplies.mjs +0 -21
  539. package/esm2020/AI/AISmartReplies/AISmartRepliesDecorator.mjs +0 -31
  540. package/esm2020/Calls/CallingExtension.mjs +0 -14
  541. package/esm2020/Calls/CallingExtensionDecorator.mjs +0 -127
  542. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +0 -409
  543. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +0 -32
  544. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.mjs +0 -373
  545. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.mjs +0 -47
  546. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.mjs +0 -352
  547. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.mjs +0 -21
  548. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.mjs +0 -189
  549. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.mjs +0 -21
  550. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.mjs +0 -246
  551. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.mjs +0 -21
  552. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs +0 -592
  553. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs.module.mjs +0 -36
  554. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +0 -198
  555. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.mjs +0 -39
  556. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +0 -464
  557. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +0 -32
  558. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +0 -176
  559. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +0 -27
  560. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +0 -188
  561. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +0 -28
  562. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +0 -374
  563. package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +0 -23
  564. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +0 -530
  565. package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +0 -24
  566. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +0 -274
  567. package/esm2020/CometChatContacts/cometchat-contacts.module.mjs +0 -23
  568. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +0 -1837
  569. package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +0 -28
  570. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +0 -413
  571. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +0 -35
  572. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +0 -789
  573. package/esm2020/CometChatDetails/cometchat-details.module.mjs +0 -27
  574. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +0 -807
  575. package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +0 -24
  576. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +0 -681
  577. package/esm2020/CometChatGroups/cometchat-groups.module.mjs +0 -28
  578. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +0 -499
  579. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +0 -35
  580. package/esm2020/CometChatList/cometchat-list.component.mjs +0 -225
  581. package/esm2020/CometChatList/cometchat-list.module.mjs +0 -28
  582. package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +0 -166
  583. package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +0 -23
  584. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +0 -1976
  585. package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +0 -22
  586. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +0 -467
  587. package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +0 -26
  588. package/esm2020/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.mjs +0 -308
  589. package/esm2020/CometChatMessageInformation/cometchat-message-information.module.mjs +0 -28
  590. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +0 -4360
  591. package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +0 -42
  592. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +0 -449
  593. package/esm2020/CometChatMessages/cometchat-messages.module.mjs +0 -52
  594. package/esm2020/CometChatTheme.service.mjs +0 -17
  595. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +0 -372
  596. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +0 -36
  597. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +0 -336
  598. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +0 -21
  599. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.mjs +0 -75
  600. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.mjs +0 -21
  601. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +0 -788
  602. package/esm2020/CometChatUsers/cometchat-users.module.mjs +0 -32
  603. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +0 -205
  604. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +0 -31
  605. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +0 -12
  606. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +0 -93
  607. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +0 -12
  608. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +0 -94
  609. package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +0 -12
  610. package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +0 -10
  611. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +0 -12
  612. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +0 -10
  613. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +0 -12
  614. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +0 -31
  615. package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +0 -12
  616. package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +0 -77
  617. package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +0 -12
  618. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +0 -115
  619. package/esm2020/Extensions/Stickers/StickersExtension.mjs +0 -12
  620. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +0 -125
  621. package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +0 -22
  622. package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +0 -87
  623. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +0 -12
  624. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +0 -10
  625. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +0 -495
  626. package/esm2020/Shared/Framework/AIExtensionDataSource.mjs +0 -3
  627. package/esm2020/Shared/Framework/ChatConfigurator.mjs +0 -23
  628. package/esm2020/Shared/Framework/DataSource.mjs +0 -3
  629. package/esm2020/Shared/Framework/DataSourceDecorator.mjs +0 -113
  630. package/esm2020/Shared/Framework/ExtensionDataSource.mjs +0 -4
  631. package/esm2020/Shared/Utils/CallDetailUtils.mjs +0 -72
  632. package/esm2020/Shared/Utils/CallLogUtils.mjs +0 -122
  633. package/esm2020/Shared/Utils/ComeChatException.mjs +0 -10
  634. package/esm2020/Shared/Utils/MessageUtils.mjs +0 -682
  635. package/esm2020/Shared/Utils/UtilityFunctions.mjs +0 -36
  636. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.mjs +0 -290
  637. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.mjs +0 -22
  638. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.mjs +0 -124
  639. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs.module.mjs +0 -23
  640. package/esm2020/cometchat-chat-uikit-angular.mjs +0 -5
  641. package/esm2020/public-api.mjs +0 -115
  642. package/examples/sample-app/README.md +0 -50
  643. package/fesm2015/cometchat-chat-uikit-angular.mjs +0 -22649
  644. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +0 -1
  645. package/fesm2020/cometchat-chat-uikit-angular.mjs +0 -22538
  646. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +0 -1
  647. package/public-api.d.ts +0 -106
  648. /package/{assets/message-privately.svg → src/lib/assets/send_message_privately.svg} +0 -0
@@ -1,72 +0,0 @@
1
- import { OnInit, OnChanges, SimpleChanges, ChangeDetectorRef, ElementRef } from "@angular/core";
2
- import { CometChatMessagesComponent } from "../../CometChatMessages/cometchat-messages/cometchat-messages.component";
3
- import { CometChatConversationsComponent } from "../../CometChatConversations/cometchat-conversations/cometchat-conversations.component";
4
- import '@cometchat/uikit-elements';
5
- import { Subscription } from "rxjs";
6
- import { CometChatThemeService } from "../../CometChatTheme.service";
7
- import { CometChatTheme } from "@cometchat/uikit-resources";
8
- import { WithMessagesStyle, MessagesConfiguration, UsersConfiguration } from "@cometchat/uikit-shared";
9
- import * as i0 from "@angular/core";
10
- /**
11
- *
12
- * CometChatUsersWithMessagesComponent is a wrapper component for CometChatMessagesComponent and CometChatConversations component to show chats and messages in one screen
13
- *
14
- * @version 1.0.0
15
- * @author CometChatTeam
16
- * @copyright © 2022 CometChat Inc.
17
- *
18
- */
19
- export declare class CometChatUsersWithMessagesComponent implements OnInit, OnChanges {
20
- private elementRef;
21
- private ref;
22
- private themeService;
23
- userRef: CometChatConversationsComponent;
24
- messageListRef: CometChatMessagesComponent;
25
- user: CometChat.User | null;
26
- isMobileView: boolean;
27
- messageText: string;
28
- usersWithMessagesStyle: WithMessagesStyle;
29
- messagesConfiguration: MessagesConfiguration;
30
- usersConfiguration: UsersConfiguration;
31
- onError: ((error: CometChat.CometChatException) => void) | null;
32
- theme: CometChatTheme;
33
- /**
34
- * Properties for internal use
35
- */
36
- loggedInUser: CometChat.User | null;
37
- labelStyle: any;
38
- /**
39
- * Events
40
- */
41
- ccUserBlocked: Subscription;
42
- ccUserUnBlocked: Subscription;
43
- sideBarStyle: any;
44
- constructor(elementRef: ElementRef, ref: ChangeDetectorRef, themeService: CometChatThemeService);
45
- ngAfterViewInit(): void;
46
- updateBackdropHeight(): void;
47
- ngOnChanges(changes: SimpleChanges): void;
48
- onBack: () => void;
49
- onItemClick: ((user: CometChat.User) => void);
50
- ngOnInit(): void;
51
- setWithMessagesStyle(): void;
52
- ngOnDestroy(): void;
53
- subscribeToEvents(): void;
54
- unsubscribeToEvents(): void;
55
- emptyMessageStyle: () => {
56
- background: string | undefined;
57
- height: string | undefined;
58
- width: string;
59
- border: string;
60
- borderRadius: string | undefined;
61
- };
62
- usersWrapperStyles: () => {
63
- height: string | undefined;
64
- width: string | undefined;
65
- border: string | undefined;
66
- borderRadius: string | undefined;
67
- background: string | undefined;
68
- position: string;
69
- };
70
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatUsersWithMessagesComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatUsersWithMessagesComponent, "cometchat-users-with-messages", never, { "user": "user"; "isMobileView": "isMobileView"; "messageText": "messageText"; "usersWithMessagesStyle": "usersWithMessagesStyle"; "messagesConfiguration": "messagesConfiguration"; "usersConfiguration": "usersConfiguration"; "onError": "onError"; }, {}, never, never>;
72
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cometchat-users-with-messages/cometchat-users-with-messages.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../CometChatUsers/cometchat-users.module";
5
- import * as i4 from "../CometChatMessages/cometchat-messages.module";
6
- export declare class CometChatUsersWithMessages {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatUsersWithMessages, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatUsersWithMessages, [typeof i1.CometChatUsersWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatUsers, typeof i4.CometChatMessages], [typeof i1.CometChatUsersWithMessagesComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatUsersWithMessages>;
10
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class CollaborativeDocumentExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,14 +0,0 @@
1
- import { CometChatTheme, CometChatMessageTemplate } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- export declare class CollaborativeDocumentExtensionDecorator extends DataSourceDecorator {
5
- constructor(dataSource: DataSource);
6
- getAllMessageTypes(): string[];
7
- getId(): string;
8
- getAllMessageCategories(): string[];
9
- checkIfTemplateExist(template: CometChatMessageTemplate[], type: string): boolean;
10
- getAllMessageTemplates(): CometChatMessageTemplate[];
11
- getDocumentTemplate(): CometChatMessageTemplate;
12
- getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: any): any;
13
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
14
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class CollaborativeWhiteBoardExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,14 +0,0 @@
1
- import { CometChatTheme, CometChatMessageTemplate } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- export declare class CollaborativeWhiteBoardExtensionDecorator extends DataSourceDecorator {
5
- constructor(dataSource: DataSource);
6
- getAllMessageTypes(): string[];
7
- getId(): string;
8
- getAllMessageCategories(): string[];
9
- checkIfTemplateExist(template: CometChatMessageTemplate[], type: string): boolean;
10
- getAllMessageTemplates(): CometChatMessageTemplate[];
11
- getWhiteBoardTemplate(): CometChatMessageTemplate;
12
- getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: any): any;
13
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
14
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class ImageModerationExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,6 +0,0 @@
1
- import { DataSource } from "../../Shared/Framework/DataSource";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- export declare class ImageModerationExtensionDecorator extends DataSourceDecorator {
4
- constructor(dataSource: DataSource);
5
- getId(): string;
6
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from '@cometchat/uikit-shared';
2
- export declare class LinkPreviewExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,6 +0,0 @@
1
- import { DataSource } from "../../Shared/Framework/DataSource";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- export declare class LinkPreviewExtensionDecorator extends DataSourceDecorator {
4
- constructor(dataSource: DataSource);
5
- getId(): string;
6
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class MessageTranslationExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,9 +0,0 @@
1
- import { CometChatTheme, CometChatMessageOption } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- export declare class MessageTranslationExtensionDecorator extends DataSourceDecorator {
5
- constructor(dataSource: DataSource);
6
- getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
7
- checkIfOptionExist(template: CometChatMessageOption[], id: string): boolean;
8
- getId(): string;
9
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from '@cometchat/uikit-shared';
2
- export declare class PollsExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,14 +0,0 @@
1
- import { CometChatMessageTemplate, CometChatTheme } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- export declare class PollsExtensionDecorator extends DataSourceDecorator {
5
- constructor(dataSource: DataSource);
6
- getId(): string;
7
- getAllMessageTypes(): string[];
8
- getAllMessageCategories(): string[];
9
- checkIfTemplateExist(template: CometChatMessageTemplate[], type: string): boolean;
10
- getAllMessageTemplates(): CometChatMessageTemplate[];
11
- getPollsTemplate(): CometChatMessageTemplate;
12
- getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: any): any;
13
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
14
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class SmartReplyExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,16 +0,0 @@
1
- import { CometChat } from "@cometchat/chat-sdk-javascript";
2
- import { SmartRepliesConfiguration } from "@cometchat/uikit-shared";
3
- import { DataSource } from "../../Shared/Framework/DataSource";
4
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
5
- export declare class SmartReplyExtensionDecorator extends DataSourceDecorator {
6
- configuration?: SmartRepliesConfiguration;
7
- private LISTENER_ID;
8
- private activeUser;
9
- private activeGroup;
10
- currentMessage: CometChat.BaseMessage | null;
11
- loggedInUser: CometChat.User | null;
12
- constructor(dataSource: DataSource);
13
- sendReply: (reply: string, message: CometChat.BaseMessage, onError: ((error: CometChat.CometChatException) => void) | null | undefined, customSoundForMessages?: string, disableSoundForMessages?: boolean) => void;
14
- private addMessageListener;
15
- getId(): string;
16
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from '@cometchat/uikit-shared';
2
- export declare class StickersExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,28 +0,0 @@
1
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
2
- import { CometChatMessageTemplate } from "@cometchat/uikit-resources";
3
- import { CometChat } from "@cometchat/chat-sdk-javascript";
4
- import { StickersConfiguration } from "@cometchat/uikit-shared";
5
- import { DataSource } from "../../Shared/Framework/DataSource";
6
- import { ComposerId } from "../../Shared/Utils/MessageUtils";
7
- import { CometChatException } from "../../Shared/Utils/ComeChatException";
8
- export declare class StickersExtensionDecorator extends DataSourceDecorator {
9
- configuration?: StickersConfiguration;
10
- newDataScorce: DataSource;
11
- constructor(dataSource: DataSource);
12
- getDataScorce(): DataSource;
13
- sendStickerMessage: (sticker: {
14
- name: string;
15
- url: string;
16
- }, loggedInUser: CometChat.User, user: CometChat.User, group: CometChat.Group, parentMessageid: number, onError: ((error: CometChat.CometChatException) => void) | null | undefined, customSoundForMessages?: string, disableSoundForMessages?: boolean) => void;
17
- getAllMessageTemplates(): CometChatMessageTemplate[];
18
- getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): {
19
- configuration: StickersConfiguration | undefined;
20
- id: "extension_sticker";
21
- };
22
- getStickerTemplate(): CometChatMessageTemplate;
23
- checkIfTemplateExist(template: CometChatMessageTemplate[], type: string): boolean;
24
- getAllMessageCategories(): string[];
25
- getAllMessageTypes(): string[];
26
- getId(): string;
27
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
28
- }
@@ -1,6 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class TextModeratorExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- enable(): void;
6
- }
@@ -1,8 +0,0 @@
1
- import { DataSource } from "../../Shared/Framework/DataSource";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- export declare class TextModeratorExtensionDecorator extends DataSourceDecorator {
4
- constructor(dataSource: DataSource);
5
- getId(): string;
6
- getModeratedtext(message: CometChat.TextMessage): string;
7
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
8
- }
@@ -1,5 +0,0 @@
1
- import { ExtensionsDataSource } from "@cometchat/uikit-shared";
2
- export declare class ThumbnailGenerationExtension extends ExtensionsDataSource {
3
- addExtension(): void;
4
- getExtensionId(): string;
5
- }
@@ -1,6 +0,0 @@
1
- import { DataSource } from "../../Shared/Framework/DataSource";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- export declare class ThumbnailGenerationExtensionDecorator extends DataSourceDecorator {
4
- constructor(dataSource: DataSource);
5
- getId(): string;
6
- }
@@ -1,49 +0,0 @@
1
- import { CallingExtensionDataSource, UIKitSettings } from "@cometchat/uikit-shared";
2
- import { CardMessage, CometChatLocalize, CustomInteractiveMessage, FormMessage, SchedulerMessage } from "@cometchat/uikit-resources";
3
- import { ExtensionsDataSource } from "../Framework/ExtensionDataSource";
4
- import { CometChatSoundManager } from "@cometchat/uikit-shared";
5
- import { AIExtensionDataSource } from "../Framework/AIExtensionDataSource";
6
- export declare class CometChatUIKit {
7
- static uiKitSettings: UIKitSettings;
8
- static SoundManager: typeof CometChatSoundManager;
9
- static Localize: typeof CometChatLocalize;
10
- static loggedInUser?: CometChat.User;
11
- static conversationUpdateSettings?: CometChat.ConversationUpdateSettings;
12
- static getDataSource(): import("@cometchat/chat-uikit-angular").DataSource;
13
- static init(uiKitSettings: UIKitSettings): Promise<Object> | undefined;
14
- static getLoggedinUser(): Promise<CometChat.User> | undefined;
15
- static defaultExtensions: ExtensionsDataSource[];
16
- /**
17
- * Default callingExtension included in the UI Kit.
18
- * @type {CallingExtensionDataSource}
19
- */
20
- static defaultCallingExtension: CallingExtensionDataSource;
21
- static defaultAIFeatures: AIExtensionDataSource[];
22
- static enableCalling(): void;
23
- private static initiateAfterLogin;
24
- static login(details: {
25
- uid?: string;
26
- authToken?: string;
27
- }): Promise<Object | undefined>;
28
- static createUser(user: CometChat.User): Promise<Object | undefined>;
29
- static updateUser(user: CometChat.User): Promise<Object | undefined>;
30
- static logout(): Promise<Object | undefined>;
31
- static checkAuthSettings(): boolean;
32
- /**
33
- * Sends a form message and emits events based on the message status.
34
- * @param message - The form message to be sent.
35
- * @param disableLocalEvents - A boolean indicating whether to disable local events or not. Default value is false.
36
- */
37
- static sendFormMessage(message: FormMessage, disableLocalEvents?: boolean): void;
38
- static sendCardMessage(message: CardMessage, disableLocalEvents?: boolean): void;
39
- static sendCustomInteractiveMessage(message: CustomInteractiveMessage, disableLocalEvents?: boolean): void;
40
- static sendCustomMessage(message: CometChat.CustomMessage): Promise<CometChat.BaseMessage>;
41
- static sendTextMessage(message: CometChat.TextMessage): Promise<CometChat.BaseMessage>;
42
- static sendMediaMessage(message: CometChat.MediaMessage): Promise<CometChat.BaseMessage>;
43
- /**
44
- * Sends a scheduler message and emits events based on the message status.
45
- * @param message - The scheduler message to be sent.
46
- * @param disableLocalEvents - A boolean indicating whether to disable local events or not. Default value is false.
47
- */
48
- static sendSchedulerMessage(message: SchedulerMessage, disableLocalEvents?: boolean): void;
49
- }
@@ -1,5 +0,0 @@
1
- export declare abstract class AIExtensionDataSource {
2
- abstract addExtension(): void;
3
- abstract getExtensionId(): string;
4
- abstract enable(): void;
5
- }
@@ -1,8 +0,0 @@
1
- import { DataSource } from "./DataSource";
2
- export declare class ChatConfigurator {
3
- static dataSource: DataSource;
4
- static names: Array<string>;
5
- static init(initialSource?: DataSource): void;
6
- static enable(callback: (dataSource: DataSource) => DataSource): void;
7
- static getDataSource(): DataSource;
8
- }
@@ -1,40 +0,0 @@
1
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatMessageOption, CometChatMessageTemplate, CometChatTheme, MentionsTargetElement } from "@cometchat/uikit-resources";
2
- import { ComposerId } from "../Utils/MessageUtils";
3
- import { AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, CometChatUrlsFormatter } from "@cometchat/uikit-shared";
4
- export declare abstract class DataSource {
5
- abstract getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
6
- abstract getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
7
- abstract getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
8
- abstract getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
9
- abstract getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
10
- abstract getTextMessageTemplate(): CometChatMessageTemplate;
11
- abstract getImageMessageTemplate(): CometChatMessageTemplate;
12
- abstract getVideoMessageTemplate(): CometChatMessageTemplate;
13
- abstract getAudioMessageTemplate(): CometChatMessageTemplate;
14
- abstract getFileMessageTemplate(): CometChatMessageTemplate;
15
- abstract getFormMessageTemplate(): CometChatMessageTemplate;
16
- abstract getCardMessageTemplate(): CometChatMessageTemplate;
17
- abstract getGroupActionTemplate(): CometChatMessageTemplate;
18
- abstract getSchedulerMessageTemplate(): CometChatMessageTemplate;
19
- abstract getAllMessageTemplates(theme?: CometChatTheme): Array<CometChatMessageTemplate>;
20
- abstract getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
21
- abstract getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
22
- abstract getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
23
- abstract getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): any;
24
- abstract getAllMessageTypes(): Array<string>;
25
- abstract getAllMessageCategories(): Array<string>;
26
- abstract getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
27
- abstract getId(): string;
28
- abstract getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalParams?: any): string;
29
- abstract getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
30
- abstract getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
31
- abstract getEditOption(theme: CometChatTheme): CometChatMessageOption;
32
- abstract getAIOptions(theme: CometChatTheme, id?: Map<String, any>, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
33
- abstract getAllTextFormatters(formatterParams: any): CometChatTextFormatter[];
34
- abstract getMentionsTextFormatter(formatterParams: any): CometChatMentionsFormatter;
35
- abstract getUrlTextFormatter(formatterParams: any): CometChatUrlsFormatter;
36
- abstract getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, mentionsFormatterParams: {
37
- mentionsTargetElement: MentionsTargetElement;
38
- theme: CometChatTheme;
39
- }): string;
40
- }
@@ -1,43 +0,0 @@
1
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatMessageOption, CometChatMessageTemplate, CometChatTheme, MentionsTargetElement } from "@cometchat/uikit-resources";
2
- import { DataSource } from "./DataSource";
3
- import { ComposerId } from "../Utils/MessageUtils";
4
- import { AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, CometChatUrlsFormatter } from "@cometchat/uikit-shared";
5
- export declare abstract class DataSourceDecorator implements DataSource {
6
- dataSource: DataSource;
7
- constructor(dataSource: DataSource);
8
- getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
9
- getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
10
- getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
11
- getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
12
- getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
13
- getTextMessageTemplate(): CometChatMessageTemplate;
14
- getImageMessageTemplate(): CometChatMessageTemplate;
15
- getVideoMessageTemplate(): CometChatMessageTemplate;
16
- getAudioMessageTemplate(): CometChatMessageTemplate;
17
- getFileMessageTemplate(): CometChatMessageTemplate;
18
- getFormMessageTemplate(): CometChatMessageTemplate;
19
- getCardMessageTemplate(): CometChatMessageTemplate;
20
- getGroupActionTemplate(): CometChatMessageTemplate;
21
- getSchedulerMessageTemplate(): CometChatMessageTemplate;
22
- getAllMessageTemplates(): CometChatMessageTemplate[];
23
- getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
24
- getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
25
- getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): CometChatMessageOption[];
26
- getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
27
- getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
28
- getEditOption(theme: CometChatTheme): CometChatMessageOption;
29
- getAttachmentOptions(theme?: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): any;
30
- getAllMessageTypes(): string[];
31
- getAllMessageCategories(): string[];
32
- getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
33
- getId(): string;
34
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalParams?: any): string;
35
- getAIOptions(theme: CometChatTheme, id?: Map<String, any>, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
36
- getAllTextFormatters(formatterParams: any): CometChatTextFormatter[];
37
- getMentionsTextFormatter(formatterParams: any): CometChatMentionsFormatter;
38
- getUrlTextFormatter(formatterParams: any): CometChatUrlsFormatter;
39
- getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, mentionsFormatterParams: {
40
- mentionsTargetElement: MentionsTargetElement;
41
- theme: CometChatTheme;
42
- }): string;
43
- }
@@ -1,3 +0,0 @@
1
- export declare abstract class ExtensionsDataSource {
2
- abstract enable(): void;
3
- }
@@ -1,8 +0,0 @@
1
- import { CometChatCallDetailsTemplate, CometChatTheme } from "@cometchat/uikit-resources";
2
- export declare class CallDetailUtils {
3
- static getDefaultCallTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): Array<CometChatCallDetailsTemplate>;
4
- static getPrimaryDetailsTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): CometChatCallDetailsTemplate;
5
- private static getPrimaryOptions;
6
- static getSecondaryDetailsTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): CometChatCallDetailsTemplate;
7
- private static getSecondaryOptions;
8
- }
@@ -1,8 +0,0 @@
1
- export declare class CallLogUtils {
2
- static isSentByMe(call: any, loggedInUser: CometChat.User): boolean;
3
- static isMissedCall(call: any, loggedInUser: CometChat.User): boolean;
4
- static getCallStatusWithType(call: any, loggedInUser: CometChat.User, includeType?: boolean): string;
5
- static convertMinutesToHoursMinutesSeconds(minutes: number): string;
6
- static convertSecondsToHoursMinutesSeconds(seconds: number): string;
7
- static isDateDifferent(firstDate: number | undefined, secondDate: number | undefined): boolean;
8
- }
@@ -1 +0,0 @@
1
- export declare function CometChatException(error: any): import("@cometchat/chat-sdk-javascript").CometChatException;
@@ -1,151 +0,0 @@
1
- import { CometChatMessageOption, MessageBubbleAlignment, CometChatMessageTemplate, CometChatMessageComposerAction, CometChatTheme, CometChatActionsView, MentionsTargetElement } from "@cometchat/uikit-resources";
2
- import { CometChatMentionsFormatter, CometChatTextFormatter, CometChatUrlsFormatter } from "@cometchat/uikit-shared";
3
- import { DataSource } from "../Framework/DataSource";
4
- export declare class MessageUtils implements DataSource {
5
- /**
6
- * Creates an option to edit message.
7
- * @param {CometChatTheme} theme - The theme object.
8
- * @return {CometChatMessageOption} - Returns a new message option.
9
- */
10
- getEditOption(theme: CometChatTheme): CometChatMessageOption;
11
- /**
12
- * Creates an option to react to a message.
13
- * @param {CometChatTheme} theme - The theme object.
14
- * @return {CometChatMessageOption} - Returns a new message option.
15
- */
16
- getReactionOption(theme: CometChatTheme): CometChatMessageOption;
17
- /**
18
- * Creates an option to get info about a message.
19
- * @param {CometChatTheme} theme - The theme object.
20
- * @return {CometChatMessageOption} - Returns a new message option.
21
- */
22
- getMessageInfoOption(theme: CometChatTheme): CometChatMessageOption;
23
- /**
24
- * Creates an option to send a private message.
25
- * @param {CometChatTheme} theme - The theme object.
26
- * @return {CometChatMessageOption} - Returns a new message option.
27
- */
28
- getMessagePrivatelyOption(theme: CometChatTheme): CometChatMessageOption;
29
- /**
30
- * Creates an option to delete a message.
31
- * @param {CometChatTheme} theme - The theme object.
32
- * @return {CometChatMessageOption} - Returns a new message option.
33
- */
34
- getDeleteOption(theme: CometChatTheme): CometChatMessageOption;
35
- /**
36
- * Creates an option to reply to a message in a thread.
37
- * @param {CometChatTheme} theme - The theme object.
38
- * @return {CometChatMessageOption} - Returns a new message option.
39
- */
40
- getReplyInThreadOption(theme: CometChatTheme): CometChatMessageOption;
41
- /**
42
- * Creates an option to copy a message.
43
- * @param {CometChatTheme} theme - The theme object.
44
- * @return {CometChatMessageOption} - Returns a new message option.
45
- */
46
- getCopyOption(theme: CometChatTheme): CometChatMessageOption;
47
- /**
48
- * Checks if a message is sent by current logged in user.
49
- * @param {CometChat.User} loggedInUser - The current logged in user.
50
- * @param {CometChat.BaseMessage} message - The message to check.
51
- * @return {boolean} - Returns true if message is sent by current logged in user, otherwise false.
52
- */
53
- isSentByMe(loggedInUser: CometChat.User, message: CometChat.BaseMessage): boolean;
54
- /**
55
- * Fetches options for text messages.
56
- * @param {CometChat.User} loggedInUser - The current logged in user.
57
- * @param {CometChat.BaseMessage} messageObject - The message object.
58
- * @param {CometChatTheme} theme - The theme object.
59
- * @param {CometChat.Group} group - The group object.
60
- * @return {Array<CometChatMessageOption>} - Returns an array of message options.
61
- */
62
- getTextMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
63
- /**
64
- * Fetches options for image messages.
65
- * @param {CometChat.User} loggedInUser - The current logged in user.
66
- * @param {CometChat.BaseMessage} messageObject - The message object.
67
- * @param {CometChatTheme} theme - The theme object.
68
- * @param {CometChat.Group} group - The group object.
69
- * @return {Array<CometChatMessageOption>} - Returns an array of message options.
70
- */
71
- getImageMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
72
- /**
73
- * Fetches options for video messages.
74
- * @param {CometChat.User} loggedInUser - The current logged in user.
75
- * @param {CometChat.BaseMessage} messageObject - The message object.
76
- * @param {CometChatTheme} theme - The theme object.
77
- * @param {CometChat.Group} group - (Optional) The group object.
78
- * @return {Array<CometChatMessageOption>} - Returns an array of message options.
79
- */
80
- getVideoMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
81
- /**
82
- * Fetches options for audio messages.
83
- * @param {CometChat.User} loggedInUser - The current logged in user.
84
- * @param {CometChat.BaseMessage} messageObject - The message object.
85
- * @param {CometChatTheme} theme - The theme object.
86
- * @param {CometChat.Group} group - (Optional) The group object.
87
- * @return {Array<CometChatMessageOption>} - Returns an array of message options.
88
- */
89
- getAudioMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
90
- /**
91
- * Fetches options for file messages.
92
- * @param {CometChat.User} loggedInUser - The current logged in user.
93
- * @param {CometChat.BaseMessage} messageObject - The message object.
94
- * @param {CometChatTheme} theme - The theme object.
95
- * @param {CometChat.Group} group - (Optional) The group object.
96
- * @return {Array<CometChatMessageOption>} - Returns an array of message options.
97
- */
98
- getFileMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
99
- getBottomView(_messageObject: CometChat.BaseMessage, _alignment: MessageBubbleAlignment): null;
100
- getSchedulerMessageTemplate(): CometChatMessageTemplate;
101
- getTextMessageTemplate(): CometChatMessageTemplate;
102
- getAudioMessageTemplate(): CometChatMessageTemplate;
103
- getVideoMessageTemplate(): CometChatMessageTemplate;
104
- getImageMessageTemplate(): CometChatMessageTemplate;
105
- getGroupActionTemplate(): CometChatMessageTemplate;
106
- getFileMessageTemplate(): CometChatMessageTemplate;
107
- getFormMessageTemplate(): CometChatMessageTemplate;
108
- getCardMessageTemplate(): CometChatMessageTemplate;
109
- /**
110
- * Function to check if a user's status should be visible
111
- * @param {CometChat.User | CometChat.GroupMember} user - The user whose status visibility is to be checked.
112
- * @return {boolean} - Returns `true` if the user's status should be hidden (blocked or offline), `false` otherwise.
113
- */
114
- getUserStatusVisibility(user?: CometChat.User | CometChat.GroupMember): boolean;
115
- getAllMessageTemplates(): Array<CometChatMessageTemplate>;
116
- getMessageTemplate(messageType: string, messageCategory: string): CometChatMessageTemplate | null;
117
- getMessageOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
118
- getCommonOptions(loggedInUser: CometChat.User, messageObject: CometChat.BaseMessage, theme: CometChatTheme, group?: CometChat.Group): Array<CometChatMessageOption>;
119
- getAllMessageTypes(): Array<string>;
120
- addList(): string;
121
- getAllMessageCategories(): Array<string>;
122
- getAuxiliaryOptions(id: ComposerId, user?: CometChat.User, group?: CometChat.Group): any;
123
- getId(): string;
124
- getActionMessage(message: CometChat.Action): string;
125
- imageAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
126
- videoAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
127
- audioAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
128
- fileAttachmentOption(theme: CometChatTheme): CometChatMessageComposerAction;
129
- getAttachmentOptions(theme: CometChatTheme, user?: CometChat.User, group?: CometChat.Group, id?: ComposerId): CometChatMessageComposerAction[];
130
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalConfigurations: any): string;
131
- /**
132
- * Adds styled @ for every mention in the text by matching uid
133
- *
134
- * @param {CometChat.TextMessage} message
135
- * @param {string} subtitle
136
- * @returns {void}
137
- */
138
- getMentionsFormattedText(message: CometChat.TextMessage, subtitle: string, mentionsFormatterParams: {
139
- mentionsTargetElement: MentionsTargetElement;
140
- theme: CometChatTheme;
141
- }): string;
142
- getAIOptions(theme: CometChatTheme, id?: Map<String, any>): Array<CometChatMessageComposerAction | CometChatActionsView>;
143
- getAllTextFormatters(formatterParams: any): CometChatTextFormatter[];
144
- getMentionsTextFormatter(params: any): CometChatMentionsFormatter;
145
- getUrlTextFormatter(params?: any): CometChatUrlsFormatter;
146
- }
147
- export declare type ComposerId = {
148
- parentMessageId: number | null;
149
- user: string | null;
150
- group: string | null;
151
- };