@cometchat/chat-uikit-angular 4.3.35 → 5.0.0-beta.1

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 +86 -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 -4355
  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 -785
  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 -22641
  644. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +0 -1
  645. package/fesm2020/cometchat-chat-uikit-angular.mjs +0 -22530
  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,819 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef } from "@angular/core";
2
- import { AvatarStyle, BackdropStyle, BaseStyle, CallscreenStyle, ConfirmDialogStyle, DateStyle, DocumentBubbleStyle, EmojiKeyboardStyle, FullScreenViewerStyle, MenuListStyle, PanelStyle, ReceiptStyle } from "@cometchat/uikit-elements";
3
- import { CardBubbleStyle, FormBubbleStyle, ImageModerationStyle, MessageInformationConfiguration, MessageListStyle, MessageTranslationStyle, PollsBubbleStyle, SchedulerBubbleStyle, SmartRepliesConfiguration, SmartRepliesStyle, ReactionsStyle, ReactionListConfiguration, ReactionInfoConfiguration, ReactionsConfiguration, CometChatTextFormatter, NewMessageIndicatorStyle } from "@cometchat/uikit-shared";
4
- import { CometChatMessageOption, CometChatMessageTemplate, CometChatTheme, CometChatUIKitConstants, DatePatterns, DocumentIconAlignment, MessageBubbleAlignment, MessageListAlignment, SchedulerMessage, States, TimestampAlignment, localize } from "@cometchat/uikit-resources";
5
- import { LinkPreviewStyle } from "@cometchat/uikit-shared";
6
- import { CometChat } from "@cometchat/chat-sdk-javascript";
7
- import { CometChatThemeService } from "../../CometChatTheme.service";
8
- import { Subscription } from "rxjs";
9
- import * as i0 from "@angular/core";
10
- /**
11
- *
12
- * CometChatMessageList is a wrapper component for messageBubble
13
- *
14
- * @version 1.0.0
15
- * @author CometChatTeam
16
- * @copyright © 2022 CometChat Inc.
17
- *
18
- */
19
- export declare class CometChatMessageListComponent implements OnInit, OnDestroy, OnChanges {
20
- private ngZone;
21
- private ref;
22
- private themeService;
23
- listScroll: ElementRef;
24
- bottom: ElementRef;
25
- top: ElementRef;
26
- textBubble: TemplateRef<any>;
27
- threadMessageBubble: TemplateRef<any>;
28
- fileBubble: TemplateRef<any>;
29
- audioBubble: TemplateRef<any>;
30
- videoBubble: TemplateRef<any>;
31
- imageBubble: TemplateRef<any>;
32
- formBubble: TemplateRef<any>;
33
- cardBubble: TemplateRef<any>;
34
- stickerBubble: TemplateRef<any>;
35
- documentBubble: TemplateRef<any>;
36
- whiteboardBubble: TemplateRef<any>;
37
- popoverRef: any;
38
- directCalling: TemplateRef<any>;
39
- schedulerBubble: TemplateRef<any>;
40
- pollBubble: TemplateRef<any>;
41
- messageBubbleRef: QueryList<ElementRef>;
42
- hideError: boolean;
43
- hideDateSeparator: boolean;
44
- errorStateView: TemplateRef<any>;
45
- loadingStateView: TemplateRef<any>;
46
- emptyStateView: TemplateRef<any>;
47
- errorStateText: string;
48
- emptyStateText: string;
49
- loadingIconURL: string;
50
- user: CometChat.User;
51
- group: CometChat.Group;
52
- /**
53
- * @deprecated
54
- *
55
- * This property is deprecated as of version 4.3.16 due to newer property 'hideReceipt'. It will be removed in subsequent versions.
56
- */
57
- disableReceipt: boolean;
58
- hideReceipt: boolean;
59
- disableSoundForMessages: boolean;
60
- customSoundForMessages: string;
61
- readIcon: string;
62
- deliveredIcon: string;
63
- sentIcon: string;
64
- waitIcon: string;
65
- errorIcon: string;
66
- aiErrorIcon: string;
67
- aiEmptyIcon: string;
68
- alignment: MessageListAlignment;
69
- showAvatar: boolean;
70
- datePattern: DatePatterns;
71
- timestampAlignment: TimestampAlignment;
72
- DateSeparatorPattern: DatePatterns;
73
- templates: CometChatMessageTemplate[];
74
- messagesRequestBuilder: CometChat.MessagesRequestBuilder;
75
- newMessageIndicatorText: string;
76
- newMessageIndicatorIconUrl: string;
77
- scrollToBottomOnNewMessages: boolean;
78
- thresholdValue: number;
79
- unreadMessageThreshold: number;
80
- reactionsConfiguration: ReactionsConfiguration;
81
- disableReactions: Boolean;
82
- emojiKeyboardStyle: EmojiKeyboardStyle;
83
- apiConfiguration?: (user?: CometChat.User, group?: CometChat.Group) => Promise<Object>;
84
- onThreadRepliesClick: ((message: CometChat.BaseMessage, view: TemplateRef<any>) => void) | null;
85
- headerView: TemplateRef<any>;
86
- footerView: TemplateRef<any>;
87
- parentMessageId: number;
88
- threadIndicatorIcon: string;
89
- avatarStyle: AvatarStyle;
90
- newMessageIndicatorStyle: NewMessageIndicatorStyle;
91
- backdropStyle: BackdropStyle;
92
- dateSeparatorStyle: DateStyle;
93
- messageListStyle: MessageListStyle;
94
- onError: ((error: CometChat.CometChatException) => void) | null;
95
- messageInformationConfiguration: MessageInformationConfiguration;
96
- disableMentions: boolean;
97
- state: States;
98
- optionsStyle: MenuListStyle;
99
- receiptStyle: ReceiptStyle;
100
- documentBubbleAlignment: DocumentIconAlignment;
101
- callBubbleAlignment: DocumentIconAlignment;
102
- imageModerationStyle: ImageModerationStyle;
103
- timestampEnum: typeof TimestampAlignment;
104
- chatChanged: boolean;
105
- starterErrorStateText: string;
106
- starterEmptyStateText: string;
107
- starterLoadingStateText: string;
108
- summaryErrorStateText: string;
109
- summaryEmptyStateText: string;
110
- summaryLoadingStateText: string;
111
- requestBuilder: any;
112
- closeImageModeration: any;
113
- timeStampColor: string;
114
- timeStampFont: string;
115
- smartReplyStyle: SmartRepliesStyle;
116
- conversationStarterStyle: SmartRepliesStyle;
117
- conversationSummaryStyle: PanelStyle;
118
- showSmartReply: boolean;
119
- enableConversationStarter: boolean;
120
- showConversationStarter: boolean;
121
- conversationStarterState: States;
122
- conversationStarterReplies: string[];
123
- enableConversationSummary: boolean;
124
- showConversationSummary: boolean;
125
- conversationSummaryState: States;
126
- conversationSummary: string[];
127
- getUnreadCount: any;
128
- ccHidePanel: Subscription;
129
- ccShowPanel: Subscription;
130
- ccActivePppover: Subscription;
131
- smartReplyMessage: CometChat.BaseMessage | null;
132
- enableSmartReply: boolean;
133
- smartReplyConfig: SmartRepliesConfiguration;
134
- timeStampBackground: string;
135
- linkPreviewStyle: LinkPreviewStyle;
136
- unreadMessagesStyle: {};
137
- modalStyle: {
138
- height: string;
139
- width: string;
140
- closeIconTint: string;
141
- };
142
- dividerStyle: BaseStyle;
143
- pollBubbleStyle: PollsBubbleStyle;
144
- labelStyle: any;
145
- imageBubbleStyle: any;
146
- messagesList: CometChat.BaseMessage[];
147
- bubbleDateStyle: DateStyle;
148
- whiteboardIconURL: string;
149
- documentIconURL: string;
150
- directCallIconURL: string;
151
- placeholderIconURL: string;
152
- downloadIconURL: string;
153
- translationStyle: MessageTranslationStyle;
154
- documentBubbleStyle: DocumentBubbleStyle;
155
- callBubbleStyle: DocumentBubbleStyle;
156
- whiteboardTitle: string;
157
- whiteboardSubitle: string;
158
- whiteboardButtonText: string;
159
- documentTitle: string;
160
- documentSubitle: string;
161
- documentButtonText: string;
162
- joinCallButtonText: string;
163
- topObserver: IntersectionObserver;
164
- bottomObserver: IntersectionObserver;
165
- localize: typeof localize;
166
- reinitialized: boolean;
167
- addReactionIconURL: string;
168
- MessageTypesConstant: typeof CometChatUIKitConstants.MessageTypes;
169
- callConstant: string;
170
- typesMap: any;
171
- messageTypesMap: any;
172
- theme: CometChatTheme;
173
- groupListenerId: string;
174
- callListenerId: string;
175
- loggedInUser: CometChat.User;
176
- states: typeof States;
177
- MessageCategory: Readonly<{
178
- message: string;
179
- custom: string;
180
- action: string;
181
- call: string;
182
- interactive: string;
183
- }>;
184
- numberOfTopScroll: number;
185
- keepRecentMessages: boolean;
186
- messageTemplate: CometChatMessageTemplate[];
187
- openContactsView: boolean;
188
- messageCount: number;
189
- isOnBottom: boolean;
190
- UnreadCount: CometChat.BaseMessage[];
191
- newMessageCount: number | string;
192
- type: string;
193
- confirmText: string;
194
- cancelText: string;
195
- warningText: string;
196
- ccMessageDelete: Subscription;
197
- ccMessageReact: Subscription;
198
- ccMessageRead: Subscription;
199
- ccMessageEdit: Subscription;
200
- ccLiveReaction: Subscription;
201
- ccMessageSent: Subscription;
202
- ccMessageEdited: Subscription;
203
- ccGroupMemberAdded: Subscription;
204
- ccGroupLeft: Subscription;
205
- ccGroupMemberJoined: Subscription;
206
- ccGroupMemberKicked: Subscription;
207
- ccGroupMemberBanned: Subscription;
208
- ccOwnershipChanged: Subscription;
209
- ccGroupDeleted: Subscription;
210
- ccGroupCreated: Subscription;
211
- ccOutgoingCall: Subscription;
212
- ccCallRejected: Subscription;
213
- ccCallEnded: Subscription;
214
- ccCallAccepted: Subscription;
215
- ccGroupMemberScopeChanged: Subscription;
216
- onTextMessageReceived: Subscription;
217
- onMessageReactionAdded: Subscription;
218
- onMessageReactionRemoved: Subscription;
219
- onCustomMessageReceived: Subscription;
220
- onFormMessageReceived: Subscription;
221
- onSchedulerMessageReceived: Subscription;
222
- onCardMessageReceived: Subscription;
223
- onCustomInteractiveMessageReceived: Subscription;
224
- onMediaMessageReceived: Subscription;
225
- onMessagesDelivered: Subscription;
226
- onMessagesRead: Subscription;
227
- onMessagesReadByAll: Subscription;
228
- onMessagesDeliveredToAll: Subscription;
229
- onMessageDeleted: Subscription;
230
- onMessageEdited: Subscription;
231
- onTransientMessageReceived: Subscription;
232
- onInteractionGoalCompleted: Subscription;
233
- threadedAlignment: MessageBubbleAlignment;
234
- messageInfoAlignment: MessageBubbleAlignment;
235
- openEmojiKeyboard: boolean;
236
- keyboardAlignment: string;
237
- popoverStyle: any;
238
- videoBubbleStyle: BaseStyle;
239
- threadViewAlignment: MessageBubbleAlignment;
240
- whiteboardURL: string | URL | undefined;
241
- enableDataMasking: boolean;
242
- enableThumbnailGeneration: boolean;
243
- enableLinkPreview: boolean;
244
- enablePolls: boolean;
245
- enableReactions: boolean;
246
- enableImageModeration: boolean;
247
- enableStickers: boolean;
248
- enableWhiteboard: boolean;
249
- enableDocument: boolean;
250
- showOngoingCall: boolean;
251
- enableCalling: boolean;
252
- ongoingCallStyle: CallscreenStyle;
253
- sessionId: string;
254
- openMessageInfoPage: boolean;
255
- messageInfoObject: CometChat.BaseMessage;
256
- firstReload: boolean;
257
- isWebsocketReconnected: boolean;
258
- connectionListenerId: string;
259
- lastMessageId: number;
260
- isConnectionReestablished: boolean;
261
- textFormatters?: Array<CometChatTextFormatter>;
262
- closeIconURL: string;
263
- threadOpenIcon: string;
264
- confirmDialogStyle: ConfirmDialogStyle;
265
- messageToReact: CometChat.BaseMessage | null;
266
- limit: number;
267
- types: string[];
268
- categories: string[];
269
- callbacks: Map<string, (sessionId: string) => void>;
270
- constructor(ngZone: NgZone, ref: ChangeDetectorRef, themeService: CometChatThemeService);
271
- ngOnChanges(changes: SimpleChanges): void;
272
- sendMessage(message: CometChat.BaseMessage, receiverId: string, receiverType: string): Promise<unknown>;
273
- closeContactsPage: () => void;
274
- onEmojiKeyboardClosed(): void;
275
- addReaction: (event: any) => void;
276
- getCallBubbleTitle(message: CometChat.BaseMessage): any;
277
- getCallActionMessage: (call: CometChat.Call) => string;
278
- ngOnDestroy(): void;
279
- /**
280
- * Creates a new ReactionsStyle object with the defined or default styles.
281
- *
282
- * @returns {ReactionsStyle} Returns an instance of ReactionsStyle with the set or default styles.
283
- */
284
- getReactionsStyle(): ReactionsStyle;
285
- isMobileView: () => boolean;
286
- getBubbleById(id: string): ElementRef | undefined;
287
- showEmojiKeyboard: (id: number, event: any) => void;
288
- setBubbleView: () => void;
289
- openThreadView: (message: CometChat.BaseMessage) => void;
290
- threadCallback: (id: number) => void;
291
- deleteCallback: (id: number) => void;
292
- editCallback: (id: number) => void;
293
- copyCallback: (id: number) => void;
294
- messagePrivatelyCallback: (id: number) => void;
295
- messageInfoCallback: (id: number) => void;
296
- openMessageInfo(messageObject: CometChat.BaseMessage): void;
297
- closeMessageInfoPage: () => void;
298
- sendMessagePrivately(messageObject: CometChat.BaseMessage): void;
299
- getMessageById(id: number | string): false | import("@cometchat/chat-sdk-javascript").BaseMessage;
300
- isTranslated(message: CometChat.TextMessage): any;
301
- updateTranslatedMessage: (translation: any) => void;
302
- translateMessage: (id: number) => void;
303
- setOptionsCallback(options: CometChatMessageOption[], id: number): CometChatMessageOption[];
304
- /**
305
- * send message options based on type
306
- * @param {CometChat.BaseMessage} msgObject
307
- */
308
- setMessageOptions(msgObject: CometChat.BaseMessage): CometChatMessageOption[];
309
- /**
310
- * Reacts to a message by either adding or removing the reaction.
311
- *
312
- * @param {string} emoji - The emoji used for the reaction.
313
- * @param {CometChat.BaseMessage} message - The message that was reacted to.
314
- */
315
- reactToMessage(emoji: string, message: CometChat.BaseMessage): void;
316
- /**
317
- * Filters out the 'add reaction' option if reactions are disabled.
318
- *
319
- * @param {CometChatMessageOption[]} options - The original set of message options.
320
- * @returns {CometChatMessageOption[]} The filtered set of message options.
321
- */
322
- filterEmojiOptions: (options: CometChatMessageOption[]) => CometChatMessageOption[];
323
- getClonedReactionObject(message: CometChat.BaseMessage): import("@cometchat/chat-sdk-javascript").BaseMessage;
324
- /**
325
- * passing style based on message object
326
- * @param {CometChat.BaseMessage} messageObject
327
- */
328
- setMessageBubbleStyle(msg: CometChat.BaseMessage): BaseStyle;
329
- getSessionId(message: CometChat.CustomMessage): any;
330
- getWhiteboardDocument(message: CometChat.CustomMessage): any;
331
- openLinkURL(event: any): void;
332
- getSticker(message: CometChat.CustomMessage): any;
333
- /**
334
- * Checks if the 'statusInfoView' is present in the default template provided by the user
335
- * If present, returns the user-defined template, otherwise returns null.
336
- *
337
- * @param message Message object for which the status info view needs to be fetched
338
- * @returns User-defined TemplateRef if present, otherwise null
339
- */
340
- getContentView: (message: CometChat.BaseMessage) => TemplateRef<any> | null;
341
- /**
342
- * Checks if the 'headerView' is present in the default template provided by the user
343
- * If present, returns the user-defined template, otherwise returns null.
344
- *
345
- * @param message Message object for which the status info view needs to be fetched
346
- * @returns User-defined TemplateRef if present, otherwise null
347
- */
348
- getHeaderView(message: CometChat.BaseMessage): TemplateRef<any> | null;
349
- /**
350
- * Checks if the 'footerView' is present in the default template provided by the user
351
- * If present, returns the user-defined template, otherwise returns null.
352
- *
353
- * @param message Message object for which the status info view needs to be fetched
354
- * @returns User-defined TemplateRef if present, otherwise null
355
- */
356
- getFooterView(message: CometChat.BaseMessage): TemplateRef<any> | null;
357
- /**
358
- * Checks if the 'bottomView' is present in the default template provided by the user
359
- * If present, returns the user-defined template, otherwise returns null.
360
- *
361
- * @param message Message object for which the status info view needs to be fetched
362
- * @returns User-defined TemplateRef if present, otherwise null
363
- */
364
- getBottomView(message: CometChat.BaseMessage): TemplateRef<any> | null;
365
- /**
366
- * Checks if the 'statusInfoView' is present in the default template provided by the user
367
- * If present, returns the user-defined template, otherwise returns null.
368
- *
369
- * @param message Message object for which the status info view needs to be fetched
370
- * @returns User-defined TemplateRef if present, otherwise null
371
- */
372
- getStatusInfoView(message: CometChat.BaseMessage): TemplateRef<any> | null;
373
- isAudioOrVideoMessage(message: CometChat.BaseMessage): boolean;
374
- setBubbleAlignment: (message: CometChat.BaseMessage) => MessageBubbleAlignment;
375
- getFormMessageBubbleStyle(): FormBubbleStyle;
376
- getCardMessageBubbleStyle(): CardBubbleStyle;
377
- getCallBubbleStyle(message: CometChat.BaseMessage): {
378
- titleFont: string;
379
- titleColor: string | undefined;
380
- iconTint: string | undefined;
381
- buttonTextFont: string;
382
- buttonTextColor: string | undefined;
383
- buttonBackground: string | undefined;
384
- width: string;
385
- };
386
- getBubbleWrapper: (message: CometChat.BaseMessage) => TemplateRef<any> | null;
387
- getBubbleAlignment(message: CometChat.BaseMessage): MessageBubbleAlignment.left | MessageBubbleAlignment.right;
388
- setTranslationStyle: (message: CometChat.BaseMessage) => MessageTranslationStyle;
389
- getCallTypeIcon(message: CometChat.BaseMessage): "assets/Audio-Call.svg" | "assets/Video-call.svg";
390
- callStatusStyle(message: CometChat.BaseMessage): {
391
- buttonTextFont: string;
392
- buttonTextColor: string | undefined;
393
- borderRadius: string;
394
- border: string;
395
- buttonIconTint: string | undefined;
396
- background: string;
397
- iconBackground: string;
398
- padding: string;
399
- gap: string;
400
- height: string;
401
- justifyContent: string;
402
- } | null;
403
- setTextBubbleStyle: (message: CometChat.BaseMessage) => {
404
- textFont: string;
405
- textColor: string | undefined;
406
- bubblePadding: string;
407
- } | {
408
- textFont: string;
409
- textColor: string | undefined;
410
- bubblePadding?: undefined;
411
- };
412
- isPartOfCurrentChatForUIEvent: (message: CometChat.BaseMessage) => boolean;
413
- isPartOfCurrentChatForSDKEvent: (message: CometChat.BaseMessage) => boolean;
414
- isThreadOfCurrentChatForUIEvent: (message: CometChat.BaseMessage) => boolean;
415
- isThreadOfCurrentChatForSDKEvent: (message: CometChat.BaseMessage) => boolean;
416
- setFileBubbleStyle(message: CometChat.BaseMessage): any;
417
- ngAfterViewInit(): void;
418
- getStartCallFunction(message: CometChat.CustomMessage): (sessionId: string) => void;
419
- startDirectCall: (sessionId: string, message: any) => void;
420
- launchCollaborativeDocument: (url: string) => void;
421
- launchCollaborativeWhiteboard: (url: string) => void;
422
- /**
423
- * Extracting types and categories from template
424
- *
425
- */
426
- checkMessageTemplate(): void;
427
- getPollBubbleData(message: CometChat.CustomMessage, type?: string): any;
428
- getThreadCount(message: CometChat.BaseMessage): string;
429
- showEnabledExtensions(): void;
430
- openConfirmDialog: boolean;
431
- openFullscreenView: boolean;
432
- imageurlToOpen: string;
433
- fullScreenViewerStyle: FullScreenViewerStyle;
434
- openImageInFullScreen(message: any): void;
435
- closeImageInFullScreen(): void;
436
- openWarningDialog(event: any): void;
437
- onConfirmClick: () => void;
438
- onCancelClick(): void;
439
- getTextMessage(message: CometChat.TextMessage): string;
440
- getLinkPreview(message: CometChat.TextMessage): any;
441
- getImageThumbnail(msg: CometChat.MediaMessage): string;
442
- getLinkPreviewDetails(key: string, message: CometChat.TextMessage): string;
443
- ngOnInit(): void;
444
- setOngoingCallStyle: () => void;
445
- setAvatarStyle(): void;
446
- setDateStyle(): void;
447
- setMessagesStyle(): void;
448
- getReceiptStyle(message: CometChat.BaseMessage): {
449
- waitIconTint?: string | undefined;
450
- sentIconTint?: string | undefined;
451
- deliveredIconTint?: string | undefined;
452
- readIconTint?: string | undefined;
453
- errorIconTint?: string | undefined;
454
- height?: string | undefined;
455
- width?: string | undefined;
456
- border?: string | undefined;
457
- borderRadius?: string | undefined;
458
- background?: string | undefined;
459
- };
460
- createRequestBuilder(): void;
461
- computeUnreadCount(): void;
462
- getActionMessage(message: CometChat.BaseMessage): string;
463
- /**
464
- * Listener To Receive Messages in Real Time
465
- * @param
466
- */
467
- fetchPreviousMessages: () => void;
468
- fetchActionMessages(): void;
469
- fetchNextMessage: () => void;
470
- appendMessages: (messages: CometChat.BaseMessage[]) => void;
471
- attachConnectionListener(): void;
472
- addMessageEventListeners(): void;
473
- /**
474
- *
475
- * @param
476
- */
477
- /**
478
- * Updates messageList on basis of user activity or group activity or calling activity
479
- * @param {any=null} key
480
- * @param {CometChat.MessageReceipt | CometChat.BaseMessage} message
481
- * @param {CometChat.Group | null=null} group
482
- * @param {any=null} options
483
- */
484
- messageUpdate(key?: string | null, message?: CometChat.MessageReceipt | CometChat.BaseMessage | any, group?: CometChat.Group | null, options?: any): void;
485
- /**
486
- * Updates a message's reactions based on a new reaction.
487
- *
488
- * @param {CometChat.ReactionEvent} message - The new message reaction.
489
- * @param {boolean} isAdded - True if the reaction was added, false if it was removed.
490
- * @returns {boolean} Returns false if the message was not found, true otherwise.
491
- */
492
- onReactionUpdated(message: CometChat.ReactionEvent, isAdded: boolean): boolean;
493
- /**
494
- * translate message then call update message
495
- * @param {CometChat.BaseMessage} message
496
- */
497
- /**
498
- * @param {CometChat.BaseMessage} message
499
- */
500
- markMessageAsDelivered: (message: CometChat.BaseMessage) => void;
501
- /**
502
- * When Message is Received
503
- * @param message
504
- */
505
- /**
506
- * @param {CometChat.BaseMessage} message
507
- */
508
- messageReceived(message: CometChat.BaseMessage): void;
509
- /**
510
- * Updating the reply count of Thread Parent Message
511
- * @param {CometChat.BaseMessage} messages
512
- */
513
- updateReplyCount(messages: CometChat.BaseMessage): void;
514
- /**
515
- * @param {CometChat.BaseMessage} message
516
- * @param {string} type
517
- */
518
- messageReceivedHandler: (message: CometChat.BaseMessage) => void;
519
- playAudio(): void;
520
- getCallBuilder: () => any;
521
- reInitializeMessageList(): void;
522
- reInitializeMessageBuilder: () => void;
523
- getMessageReceipt(message: CometChat.BaseMessage): import("@cometchat/uikit-shared/dist/Utils/MessageReceiptUtils").receipts;
524
- messageReadAndDelivered(message: CometChat.MessageReceipt, isGroupReceipt?: boolean): void;
525
- /**
526
- * @param {CometChat.BaseMessage} readMessage
527
- */
528
- markAllMessagAsRead(messageKey: number): void;
529
- markAllMessagAsDelivered(messageKey: number): void;
530
- /**
531
- * Emits an Action Indicating that a message was deleted by the user/person you are chatting with
532
- * @param {CometChat.BaseMessage} message
533
- */
534
- /**
535
- * Detects if the message that was edit is your current open conversation window
536
- * @param {CometChat.BaseMessage} message
537
- */
538
- messageEdited: (message: CometChat.BaseMessage) => void;
539
- updateInteractiveMessage: (receipt: CometChat.InteractionReceipt) => void;
540
- /**
541
- * Emits an Action Indicating that a message was deleted by the user/person you are chatting with
542
- * @param {CometChat.BaseMessage} message
543
- */
544
- updateEditedMessage: (message: CometChat.BaseMessage) => void;
545
- /**
546
- * Emits an Action Indicating that Group Data has been updated
547
- * @param
548
- */
549
- /**
550
- * When custom messages are received eg. Poll, Stickers emits action to update message list
551
- * @param message
552
- */
553
- /**
554
- * @param {CometChat.BaseMessage} message
555
- */
556
- customMessageReceived(message: CometChat.BaseMessage): any;
557
- /**
558
- * @param {CometChat.BaseMessage} message
559
- * @param {string} type
560
- */
561
- customMessageReceivedHandler: (message: CometChat.BaseMessage) => void;
562
- /**
563
- * Compares two dates and sets Date on a a new day
564
- */
565
- /**
566
- * @param {number} firstDate
567
- * @param {number} secondDate
568
- */
569
- isDateDifferent(firstDate: number | undefined, secondDate: number | undefined): boolean;
570
- /**
571
- * Returns formatters for the text bubbles
572
- *
573
- * @param {CometChat.BaseMessage} message
574
- * @returns
575
- */
576
- getTextFormatters: (message: CometChat.BaseMessage) => CometChatTextFormatter[];
577
- /**
578
- * prepend Fetched Messages
579
- * @param {CometChat.BaseMessage} messages
580
- */
581
- prependMessages(messages: CometChat.BaseMessage[]): void;
582
- /**
583
- * listening to bottom scroll using intersection observer
584
- */
585
- ioBottom(): void;
586
- /**
587
- * listening to top scroll using intersection observer
588
- */
589
- ioTop(): void;
590
- addMessage: (message: CometChat.BaseMessage) => void;
591
- /**
592
- * callback for copy message
593
- * @param {CometChat.TextMessage} object
594
- */
595
- onCopyMessage: (object: CometChat.TextMessage) => void;
596
- /**
597
- * This is to ensure that the uid doesn't get copied when clicking on the copy option.
598
- * This function changes the uid regex to '@userName' without formatting
599
- *
600
- * @param {CometChat.TextMessage} message
601
- * @returns
602
- */
603
- getMentionsTextWithoutStyle(message: CometChat.TextMessage): string;
604
- /**
605
- * callback for deleteMessage
606
- * @param {CometChat.BaseMessage} object
607
- */
608
- /**
609
- * @param {CometChat.BaseMessage} messages
610
- */
611
- messageSent(messages: CometChat.BaseMessage): void;
612
- /**
613
- * callback for editMessage option
614
- * @param {CometChat.BaseMessage} object
615
- */
616
- onEditMessage: (object: CometChat.BaseMessage) => void;
617
- updateMessage(message: CometChat.BaseMessage, muid?: boolean): void;
618
- removeMessage: (message: CometChat.BaseMessage) => void;
619
- /**
620
- * Returns the style configuration for the thread view of a message.
621
- *
622
- * @param {CometChat.BaseMessage} message - The message that the style configuration is for.
623
- * @returns {Object} The style configuration object.
624
- */
625
- getThreadViewStyle(message: CometChat.BaseMessage): {
626
- height: string;
627
- width: string;
628
- border: string;
629
- borderRadius: string;
630
- background: string;
631
- buttonIconTint: string | undefined;
632
- display: string;
633
- flexFlow: string;
634
- alignItems: string;
635
- buttonTextColor: string | undefined;
636
- buttonTextFont: string | undefined;
637
- iconHeight: string;
638
- iconWidth: string;
639
- gap: string;
640
- };
641
- /**
642
- * Checks if a message was sent by the currently logged in user.
643
- *
644
- * @param {CometChat.BaseMessage} message - The message to check.
645
- * @returns {boolean} Returns true if the message is sent by the logged in user, false otherwise.
646
- */
647
- isSentByMe(message: CometChat.BaseMessage): boolean;
648
- deleteMessage: (message: CometChat.BaseMessage) => void;
649
- scrollToBottom: () => void;
650
- showHeaderTitle(message: CometChat.BaseMessage): boolean;
651
- /**
652
- * Updates the count of unread reply messages for a given message.
653
- *
654
- * @param {CometChat.BaseMessage} message - The message for which the reply count is being updated.
655
- */
656
- updateUnreadReplyCount: (message: CometChat.BaseMessage) => void;
657
- /**
658
- * Method to subscribe the required Rxjs events when the CometChatMessageListComponent loads
659
- */
660
- subscribeToEvents(): void;
661
- closeSmartReply: () => void;
662
- closeConversationSummary: () => void;
663
- showStatusInfo(message: CometChat.BaseMessage): boolean;
664
- shouldShowMessage(message: CometChat.BaseMessage, disableReceipt: boolean, hideReceipt: boolean): boolean;
665
- sendReply: (event: any) => void;
666
- sendConversationStarter: (event: any) => void;
667
- fetchConversationStarter(): void;
668
- fetchConversationSummary(): string[];
669
- getReplies(): string[] | null;
670
- /**
671
- * Method to unsubscribe all the Rxjs events when the CometChatMessageListComponent gets destroy
672
- */
673
- unsubscribeToEvents(): void;
674
- /**
675
- * Returns the appropriate thread icon based on the sender of the message.
676
- *
677
- * @param {CometChat.BaseMessage} message - The message for which the thread icon is being determined.
678
- * @returns {boolean} The icon for the thread. If the message was sent by the logged in user, returns 'threadRightArrow'. Otherwise, returns 'threadIndicatorIcon'.
679
- */
680
- getThreadIconAlignment(message: CometChat.BaseMessage): boolean;
681
- /**
682
- * styling part
683
- */
684
- getBubbleDateStyle: (message: CometChat.BaseMessage) => {
685
- textColor: string | undefined;
686
- textFont: string;
687
- padding: string;
688
- display: string;
689
- };
690
- chatsListStyle: () => {
691
- height: string | undefined;
692
- background: string | undefined;
693
- };
694
- messageContainerStyle: () => {
695
- width: string | undefined;
696
- };
697
- errorStyle: () => {
698
- textFont: string | undefined;
699
- textColor: string | undefined;
700
- };
701
- conversationStarterStateStyle: () => {
702
- textFont: string;
703
- textColor: string | undefined;
704
- };
705
- conversationSummaryStateStyle: () => {
706
- textFont: string;
707
- textColor: string | undefined;
708
- };
709
- emptyStyle: () => {
710
- textFont: string | undefined;
711
- textColor: string | undefined;
712
- };
713
- loadingStyle: {
714
- iconTint: string | undefined;
715
- };
716
- conversationStarterLoader: () => {
717
- iconTint: string | undefined;
718
- };
719
- conversationSummaryLoader: () => {
720
- iconTint: string | undefined;
721
- };
722
- getSchedulerBubbleStyle: (messgae: SchedulerMessage) => SchedulerBubbleStyle;
723
- /**
724
- * Configuration for the reaction list.
725
- * This includes styles for the avatar, list items, and reaction history.
726
- * @returns {ReactionListConfiguration} - The configured reaction list.
727
- */
728
- getReactionListConfiguration(): ReactionListConfiguration;
729
- /**
730
- * Handles when a reaction item is clicked.
731
- * @param {CometChat.Reaction} reaction - The clicked reaction.
732
- * @param {CometChat.BaseMessage} message - The message the reaction is associated with.
733
- */
734
- onReactionItemClicked?: ((reaction: CometChat.Reaction, message: CometChat.BaseMessage) => void) | undefined;
735
- /**
736
- * Handles adding a reaction when clicked.
737
- * @param {CometChat.ReactionCount} reaction - The clicked reaction.
738
- * @param {CometChat.BaseMessage} message - The message the reaction is associated with.
739
- */
740
- addReactionOnClick: (reaction: CometChat.ReactionCount, message: CometChat.BaseMessage) => void;
741
- /**
742
- * Configuration for the reaction info.
743
- * This includes styles for the reaction info display.
744
- * @returns {ReactionInfoConfiguration} - The configured reaction info.
745
- */
746
- getReactionInfoConfiguration(): ReactionInfoConfiguration;
747
- /**
748
- * Get style object based on message type.
749
- * @param {CometChat.BaseMessage} message - The message object.
750
- * @return {object} The style object.
751
- */
752
- getStatusInfoStyle: (message: CometChat.BaseMessage) => {
753
- justifyContent: string;
754
- height: string;
755
- borderRadius: string;
756
- padding: string;
757
- paddingTop: string;
758
- position: string;
759
- marginTop: string;
760
- marginRight: string;
761
- background: string | undefined;
762
- width: string;
763
- alignSelf: string;
764
- marginBottom: string;
765
- display: string;
766
- alignItems: string;
767
- gap: string;
768
- } | {
769
- justifyContent: string;
770
- alignItems: string;
771
- padding: string;
772
- display: string;
773
- gap: string;
774
- };
775
- wrapperStyle: () => {
776
- height: string | undefined;
777
- width: string | undefined;
778
- background: string | undefined;
779
- border: string | undefined;
780
- borderRadius: string | undefined;
781
- };
782
- listStyle: () => {
783
- height: string;
784
- };
785
- /**
786
- * Styling for reactions component
787
- *
788
- */
789
- getReactionsWrapperStyle(message: CometChat.BaseMessage): {
790
- width: string;
791
- paddingTop: string;
792
- boxSizing: string;
793
- display: string;
794
- marginTop: string;
795
- justifyContent: string;
796
- };
797
- /**
798
- * Styling for unread thread replies
799
- * @returns LabelStyle
800
- */
801
- getUnreadRepliesCountStyle: () => {
802
- borderRadius: string;
803
- width: string;
804
- height: string;
805
- border: string;
806
- background: string | undefined;
807
- color: string | undefined;
808
- font: string | undefined;
809
- display: string;
810
- justifyContent: string;
811
- alignItems: string;
812
- };
813
- getThreadViewAlignment(message: CometChat.BaseMessage): {
814
- display: string;
815
- justifyContent: string;
816
- };
817
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageListComponent, never>;
818
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatMessageListComponent, "cometchat-message-list", never, { "hideError": "hideError"; "hideDateSeparator": "hideDateSeparator"; "errorStateView": "errorStateView"; "loadingStateView": "loadingStateView"; "emptyStateView": "emptyStateView"; "errorStateText": "errorStateText"; "emptyStateText": "emptyStateText"; "loadingIconURL": "loadingIconURL"; "user": "user"; "group": "group"; "disableReceipt": "disableReceipt"; "hideReceipt": "hideReceipt"; "disableSoundForMessages": "disableSoundForMessages"; "customSoundForMessages": "customSoundForMessages"; "readIcon": "readIcon"; "deliveredIcon": "deliveredIcon"; "sentIcon": "sentIcon"; "waitIcon": "waitIcon"; "errorIcon": "errorIcon"; "aiErrorIcon": "aiErrorIcon"; "aiEmptyIcon": "aiEmptyIcon"; "alignment": "alignment"; "showAvatar": "showAvatar"; "datePattern": "datePattern"; "timestampAlignment": "timestampAlignment"; "DateSeparatorPattern": "DateSeparatorPattern"; "templates": "templates"; "messagesRequestBuilder": "messagesRequestBuilder"; "newMessageIndicatorText": "newMessageIndicatorText"; "newMessageIndicatorIconUrl": "newMessageIndicatorIconUrl"; "scrollToBottomOnNewMessages": "scrollToBottomOnNewMessages"; "thresholdValue": "thresholdValue"; "unreadMessageThreshold": "unreadMessageThreshold"; "reactionsConfiguration": "reactionsConfiguration"; "disableReactions": "disableReactions"; "emojiKeyboardStyle": "emojiKeyboardStyle"; "apiConfiguration": "apiConfiguration"; "onThreadRepliesClick": "onThreadRepliesClick"; "headerView": "headerView"; "footerView": "footerView"; "parentMessageId": "parentMessageId"; "threadIndicatorIcon": "threadIndicatorIcon"; "avatarStyle": "avatarStyle"; "newMessageIndicatorStyle": "newMessageIndicatorStyle"; "backdropStyle": "backdropStyle"; "dateSeparatorStyle": "dateSeparatorStyle"; "messageListStyle": "messageListStyle"; "onError": "onError"; "messageInformationConfiguration": "messageInformationConfiguration"; "disableMentions": "disableMentions"; "textFormatters": "textFormatters"; }, {}, never, never>;
819
- }