@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,103 +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 { WithMessagesStyle, MessagesConfiguration, GroupsConfiguration, CreateGroupConfiguration, JoinGroupConfiguration, MessageHeaderStyle } from '@cometchat/uikit-shared';
5
- import '@cometchat/uikit-elements';
6
- import { Subscription } from "rxjs";
7
- import { BackdropStyle, CreateGroupStyle, JoinGroupStyle, ListItemStyle } from "@cometchat/uikit-elements";
8
- import { CometChatThemeService } from "../../CometChatTheme.service";
9
- import { CometChatTheme } from "@cometchat/uikit-resources";
10
- import * as i0 from "@angular/core";
11
- /**
12
- *
13
- * CometChatGroupsWithMessagesComponent is a wrapper component for CometChatMessagesComponent and CometChatConversations component to show chats and messages in one screen
14
- *
15
- * @version 1.0.0
16
- * @author CometChatTeam
17
- * @copyright © 2022 CometChat Inc.
18
- *
19
- */
20
- export declare class CometChatGroupsWithMessagesComponent implements OnInit, OnChanges {
21
- private elementRef;
22
- private ref;
23
- private themeService;
24
- groupRef: CometChatConversationsComponent;
25
- messageListRef: CometChatMessagesComponent;
26
- group: CometChat.Group | null;
27
- isMobileView: boolean;
28
- hideCreateGroup: boolean;
29
- messageText: string;
30
- groupsWithMessagesStyle: WithMessagesStyle;
31
- messagesConfiguration: MessagesConfiguration;
32
- createGroupConfiguration: CreateGroupConfiguration;
33
- joinGroupConfiguration: JoinGroupConfiguration;
34
- groupsConfiguration: GroupsConfiguration;
35
- onError: ((error: CometChat.CometChatException) => void) | null;
36
- theme: CometChatTheme;
37
- backdropStyle: BackdropStyle;
38
- createGroupStyle: CreateGroupStyle;
39
- joinGroupStyle: JoinGroupStyle;
40
- messageHeaderStyle: MessageHeaderStyle;
41
- listItemStyle: ListItemStyle;
42
- /**
43
- * Properties for internal use
44
- */
45
- createIconURL: string;
46
- loggedInUser: CometChat.User | null;
47
- createGroupButtonStyle: any;
48
- labelStyle: any;
49
- openCreateGroupPage: boolean;
50
- openPasswordModal: boolean;
51
- protectedGroup: CometChat.Group | null;
52
- user: CometChat.User | null;
53
- /**
54
- * Events
55
- */
56
- ccGroupMemberAdded: Subscription;
57
- ccGroupLeft: Subscription;
58
- ccGroupMemberJoined: Subscription;
59
- ccGroupMemberKicked: Subscription;
60
- ccGroupMemberBanned: Subscription;
61
- ccOwnershipChanged: Subscription;
62
- ccGroupDeleted: Subscription;
63
- ccGroupCreated: Subscription;
64
- ccOpenChat: Subscription;
65
- sideBarStyle: any;
66
- constructor(elementRef: ElementRef, ref: ChangeDetectorRef, themeService: CometChatThemeService);
67
- ngOnChanges(changes: SimpleChanges): void;
68
- ngAfterViewInit(): void;
69
- onBack: () => void;
70
- openCreateGroup(): void;
71
- closeCreateGroup: () => void;
72
- closeJoinGroup: () => void;
73
- onItemClick: ((group: CometChat.Group) => void);
74
- updateBackdropHeight(): void;
75
- ngOnInit(): void;
76
- setWithMessagesStyle(): void;
77
- setCreateGroupStyles: () => void;
78
- setJoinGroupStyles: () => void;
79
- setHeadersStyle(): void;
80
- setListItemStyle(): void;
81
- ngOnDestroy(): void;
82
- onGroupJoined: (event: any) => void;
83
- updatedCreatedGroup(event: any): void;
84
- subscribeToEvents(): void;
85
- unsubscribeToEvents(): void;
86
- emptyMessageStyle: () => {
87
- background: string | undefined;
88
- height: string | undefined;
89
- width: string;
90
- border: string;
91
- borderRadius: string | undefined;
92
- };
93
- groupsWrapperStyles: () => {
94
- height: string | undefined;
95
- width: string | undefined;
96
- border: string | undefined;
97
- borderRadius: string | undefined;
98
- background: string | undefined;
99
- position: string;
100
- };
101
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatGroupsWithMessagesComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatGroupsWithMessagesComponent, "cometchat-groups-with-messages", never, { "group": "group"; "isMobileView": "isMobileView"; "hideCreateGroup": "hideCreateGroup"; "messageText": "messageText"; "groupsWithMessagesStyle": "groupsWithMessagesStyle"; "messagesConfiguration": "messagesConfiguration"; "createGroupConfiguration": "createGroupConfiguration"; "joinGroupConfiguration": "joinGroupConfiguration"; "groupsConfiguration": "groupsConfiguration"; "onError": "onError"; }, {}, never, never>;
103
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cometchat-groups-with-messages/cometchat-groups-with-messages.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../CometChatGroups/cometchat-groups.module";
5
- import * as i4 from "../CometChatMessages/cometchat-messages.module";
6
- import * as i5 from "../CometChatMessageHeader/cometchat-message-header.module";
7
- export declare class CometChatGroupsWithMessages {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatGroupsWithMessages, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatGroupsWithMessages, [typeof i1.CometChatGroupsWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatGroups, typeof i4.CometChatMessages, typeof i5.CometChatMessageHeader], [typeof i1.CometChatGroupsWithMessagesComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatGroupsWithMessages>;
11
- }
@@ -1,91 +0,0 @@
1
- import { ElementRef, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
2
- import { DateStyle, SearchInputStyle } from "@cometchat/uikit-elements";
3
- import { ListStyle } from "@cometchat/uikit-shared";
4
- import { DatePatterns, States, TitleAlignment } from "@cometchat/uikit-resources";
5
- import * as i0 from "@angular/core";
6
- export declare class CometchatListComponent implements OnInit {
7
- listScroll: ElementRef;
8
- bottom: ElementRef;
9
- top: ElementRef;
10
- listItemView: TemplateRef<any>;
11
- onScrolledToBottom: () => void;
12
- onScrolledToTop: () => void;
13
- list: any;
14
- onSearch: (text: string) => void;
15
- getSectionHeader: (call: any, index: any) => void;
16
- searchText: string;
17
- searchIconURL: String;
18
- listStyle: ListStyle;
19
- searchPlaceholderText: String;
20
- hideSearch: boolean;
21
- hideError: boolean;
22
- title: string;
23
- titleAlignment: TitleAlignment;
24
- errorStateView: TemplateRef<any>;
25
- loadingStateView: TemplateRef<any>;
26
- emptyStateView: TemplateRef<any>;
27
- state: States;
28
- errorStateText: string;
29
- emptyStateText: string;
30
- loadingIconURL: string;
31
- showSectionHeader: boolean;
32
- sectionHeaderField: string;
33
- DateSeparatorPattern: DatePatterns;
34
- dateSeparatorStyle: DateStyle;
35
- states: typeof States;
36
- numberOfTopScroll: number;
37
- searchStyle: SearchInputStyle;
38
- iconStyle: any;
39
- constructor();
40
- ngOnInit(): void;
41
- ngAfterViewInit(): void;
42
- ngOnChanges(changes: SimpleChanges): void;
43
- /**
44
- * listening to bottom scroll using intersection observer
45
- */
46
- ioBottom: () => void;
47
- /**
48
- * listening to top scroll using intersection observer
49
- */
50
- ioTop: () => void;
51
- searchEvent: (event: any) => void;
52
- /**
53
- * styling part
54
- */
55
- chatsListStyle: () => {
56
- height: string | undefined;
57
- background: string | undefined;
58
- };
59
- messageContainerStyle: () => {
60
- width: string | undefined;
61
- };
62
- errorStyle: () => {
63
- textFont: string | undefined;
64
- textColor: string | undefined;
65
- };
66
- emptyStyle: () => {
67
- textFont: string | undefined;
68
- textColor: string | undefined;
69
- };
70
- wrapperStyle: () => {
71
- height: string | undefined;
72
- width: string | undefined;
73
- background: string | undefined;
74
- border: string | undefined;
75
- borderRadius: string | undefined;
76
- };
77
- headerTitle: () => any;
78
- sectionHeaderStyle: () => {
79
- font: string | undefined;
80
- color: string | undefined;
81
- };
82
- headerStyle: () => {
83
- height: string;
84
- marginBottom: string;
85
- };
86
- listStyles: () => {
87
- height: string;
88
- };
89
- static ɵfac: i0.ɵɵFactoryDeclaration<CometchatListComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<CometchatListComponent, "cometchat-list", never, { "listItemView": "listItemView"; "onScrolledToBottom": "onScrolledToBottom"; "onScrolledToTop": "onScrolledToTop"; "list": "list"; "onSearch": "onSearch"; "getSectionHeader": "getSectionHeader"; "searchText": "searchText"; "searchIconURL": "searchIconURL"; "listStyle": "listStyle"; "searchPlaceholderText": "searchPlaceholderText"; "hideSearch": "hideSearch"; "hideError": "hideError"; "title": "title"; "titleAlignment": "titleAlignment"; "errorStateView": "errorStateView"; "loadingStateView": "loadingStateView"; "emptyStateView": "emptyStateView"; "state": "state"; "errorStateText": "errorStateText"; "emptyStateText": "emptyStateText"; "loadingIconURL": "loadingIconURL"; "showSectionHeader": "showSectionHeader"; "sectionHeaderField": "sectionHeaderField"; "DateSeparatorPattern": "DateSeparatorPattern"; "dateSeparatorStyle": "dateSeparatorStyle"; }, {}, never, never>;
91
- }
@@ -1,10 +0,0 @@
1
- import '@cometchat/uikit-elements';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./cometchat-list.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@angular/forms";
6
- export declare class CometChatList {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatList, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatList, [typeof i1.CometchatListComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.CometchatListComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatList>;
10
- }
@@ -1,63 +0,0 @@
1
- import { OnInit, ChangeDetectorRef, TemplateRef, OnChanges, SimpleChanges } from '@angular/core';
2
- import { BaseStyle } from '@cometchat/uikit-shared';
3
- import { MenuListStyle } from '@cometchat/uikit-elements';
4
- import { CometChatThemeService } from '../../CometChatTheme.service';
5
- import { CometChatMessageOption, CometChatTheme, MessageBubbleAlignment } from '@cometchat/uikit-resources';
6
- import * as i0 from "@angular/core";
7
- export declare class CometChatMessageBubbleComponent implements OnInit, OnChanges {
8
- private ref;
9
- private themeService;
10
- messageBubbleStyle: BaseStyle;
11
- alignment: MessageBubbleAlignment;
12
- options: CometChatMessageOption[];
13
- id?: number | string;
14
- leadingView: TemplateRef<any> | null;
15
- headerView: TemplateRef<any> | null;
16
- replyView: TemplateRef<any> | null;
17
- contentView: TemplateRef<any> | null;
18
- threadView: TemplateRef<any> | null;
19
- footerView: TemplateRef<any> | null;
20
- bottomView: TemplateRef<any> | null;
21
- statusInfoView: TemplateRef<any> | null;
22
- optionsStyle: MenuListStyle;
23
- moreIconURL: string;
24
- topMenuSize: number;
25
- theme: CometChatTheme;
26
- uikitConstant: typeof MessageBubbleAlignment;
27
- isHovering: boolean;
28
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
29
- ngOnChanges(changes: SimpleChanges): void;
30
- ngOnInit(): void;
31
- /**
32
- * hide show menu options on hover
33
- * @param {MouseEvent} event?
34
- */
35
- hideShowMenuOption(event?: MouseEvent): void;
36
- /**
37
- * @param {any} event
38
- */
39
- onOptionClick(event: any): void;
40
- wrapperStyle: () => {
41
- display: string;
42
- justifyContent: string;
43
- };
44
- bubbleStyle: () => {
45
- display: string;
46
- flexDirection: string;
47
- alignItems: string;
48
- height?: string | undefined;
49
- width?: string | undefined;
50
- border?: string | undefined;
51
- borderRadius?: string | undefined;
52
- background?: string | undefined;
53
- };
54
- bubbleAlignmentStyle(): any;
55
- optionsStyles: any;
56
- titleStyle(): {
57
- display: string;
58
- justifyContent: string;
59
- alignItems: string;
60
- };
61
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageBubbleComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatMessageBubbleComponent, "cometchat-message-bubble", never, { "messageBubbleStyle": "messageBubbleStyle"; "alignment": "alignment"; "options": "options"; "id": "id"; "leadingView": "leadingView"; "headerView": "headerView"; "replyView": "replyView"; "contentView": "contentView"; "threadView": "threadView"; "footerView": "footerView"; "bottomView": "bottomView"; "statusInfoView": "statusInfoView"; "moreIconURL": "moreIconURL"; "topMenuSize": "topMenuSize"; }, {}, never, never>;
63
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cometchat-message-bubble/cometchat-message-bubble.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CometChatMessageBubble {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageBubble, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatMessageBubble, [typeof i1.CometChatMessageBubbleComponent], [typeof i2.CommonModule], [typeof i1.CometChatMessageBubbleComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatMessageBubble>;
8
- }
@@ -1,326 +0,0 @@
1
- import "@cometchat/uikit-shared";
2
- import "@cometchat/uikit-elements";
3
- import { AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, ComposerId, CreatePollStyle, MessageComposerStyle, SmartRepliesStyle, StickersConfiguration, StickersStyle, UserMemberWrapperConfiguration, UserMentionStyle } from "@cometchat/uikit-shared";
4
- import { ActionSheetStyle, BackdropStyle, EmojiKeyboardStyle, MediaRecorderStyle, PopoverStyle, PreviewStyle } from "@cometchat/uikit-elements";
5
- import { AuxiliaryButtonAlignment, CometChatActionsView, CometChatMessageComposerAction, Placement, PreviewMessageMode, States, UserMemberListType, localize } from "@cometchat/uikit-resources";
6
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
7
- import { CometChat } from "@cometchat/chat-sdk-javascript";
8
- import { CometChatThemeService } from "../../CometChatTheme.service";
9
- import { Subscription } from "rxjs";
10
- import * as i0 from "@angular/core";
11
- /**
12
- *
13
- * CometChatMessageComposer is used to send message to user or group.
14
- *
15
- * @version 1.0.0
16
- * @author CometChatTeam
17
- * @copyright © 2022 CometChat Inc.
18
- *
19
- */
20
- export declare class CometChatMessageComposerComponent implements OnInit, OnChanges {
21
- private ref;
22
- private themeService;
23
- inputElementRef: ElementRef;
24
- inputRef: ElementRef;
25
- emojiButtonRef: ElementRef;
26
- actionSheetRef: ElementRef;
27
- stickerButtonRef: ElementRef;
28
- mediaRecordedRef: ElementRef;
29
- aiButtonRef: ElementRef;
30
- userMemberWrapperRef: ElementRef;
31
- user: CometChat.User;
32
- group: CometChat.Group;
33
- disableSoundForMessages: boolean;
34
- /**
35
- * @deprecated
36
- *
37
- * This property is deprecated as of version 4.3.19 due to newer property 'customSoundForMessages'. It will be removed in subsequent versions.
38
- */
39
- customSoundForMessage: string;
40
- customSoundForMessages: string;
41
- disableTypingEvents: boolean;
42
- text: string;
43
- placeholderText: string;
44
- headerView: TemplateRef<any>;
45
- onTextChange: (text: string) => void;
46
- attachmentIconURL: string;
47
- attachmentOptions: ((item: CometChat.User | CometChat.Group, composerId: ComposerId) => CometChatMessageComposerAction[]) | undefined;
48
- secondaryButtonView: TemplateRef<any>;
49
- auxilaryButtonView: TemplateRef<any>;
50
- auxiliaryButtonsAlignment: AuxiliaryButtonAlignment;
51
- sendButtonView: TemplateRef<any>;
52
- parentMessageId: number;
53
- hideLiveReaction: boolean;
54
- LiveReactionIconURL: string;
55
- backButtonIconURL: string;
56
- mentionsWarningText?: string;
57
- mentionsWarningStyle?: any;
58
- InfoSimpleIcon: string;
59
- messageComposerStyle: MessageComposerStyle;
60
- onSendButtonClick: ((message: CometChat.BaseMessage, previewMessageMode?: PreviewMessageMode) => void) | undefined;
61
- onError: ((error: CometChat.CometChatException) => void) | null;
62
- backdropStyle: BackdropStyle;
63
- actionSheetStyle: ActionSheetStyle;
64
- aiActionSheetStyle: any;
65
- hideVoiceRecording: boolean;
66
- mediaRecorderStyle: MediaRecorderStyle;
67
- aiOptionsStyle: AIOptionsStyle;
68
- aiIconURL: string;
69
- voiceRecordingIconURL: string;
70
- voiceRecordingCloseIconURL: string;
71
- voiceRecordingStartIconURL: string;
72
- voiceRecordingStopIconURL: string;
73
- voiceRecordingSubmitIconURL: string;
74
- hideLayoutMode: boolean;
75
- emojiIconURL: string;
76
- childEvent: EventEmitter<void>;
77
- userMemberWrapperConfiguration: UserMemberWrapperConfiguration;
78
- userMemberListType: UserMemberListType;
79
- disableMentions?: boolean;
80
- textFormatters?: Array<CometChatTextFormatter>;
81
- sendButtonIconURL: string;
82
- composerId: ComposerId;
83
- mentionsFormatterInstanceId: string;
84
- composerActions: CometChatMessageComposerAction[];
85
- states: typeof States;
86
- mentionsSearchTerm: string;
87
- showListForMentions: boolean;
88
- mentionsSearchCount: number;
89
- lastEmptySearchTerm?: string;
90
- smartReplyState: States;
91
- showMentionsCountWarning: boolean;
92
- groupMembersRequestBuilder: CometChat.GroupMembersRequestBuilder;
93
- usersRequestBuilder: CometChat.UsersRequestBuilder;
94
- ccShowMentionsCountWarning: Subscription;
95
- initialText: string;
96
- loadingStateText: string;
97
- errorStateText: string;
98
- emptyStateText: string;
99
- showCreatePolls: boolean;
100
- showStickerKeyboard: boolean;
101
- showActionSheetItem: boolean;
102
- showActionSheetItemAI: boolean;
103
- showSmartReply: boolean;
104
- showAiFeatures: boolean;
105
- repliesArray: string[];
106
- aiBotList: CometChat.User[];
107
- currentAskAIBot: any;
108
- isAiMoreThanOne: boolean;
109
- showPreview: boolean;
110
- aiFeaturesCloseCallback: (() => void) | null;
111
- editPreviewObject: CometChat.TextMessage;
112
- ccMessageEdit: Subscription;
113
- ccComposeMessage: Subscription;
114
- textFormatterList: Array<CometChatTextFormatter>;
115
- mentionsTextFormatterInstance: CometChatMentionsFormatter;
116
- mentionedUsers: Array<CometChat.User | CometChat.GroupMember>;
117
- enableStickerKeyboard: boolean;
118
- toggleMediaRecorded: boolean;
119
- showAiBotList: boolean;
120
- mentionsTypeSetByUser: boolean;
121
- stickerConfiguration: {
122
- id?: string;
123
- configuration?: StickersConfiguration;
124
- };
125
- closeButtonIconURL: string;
126
- buttons: Buttons[];
127
- aiActionButtons: Buttons[];
128
- smartReplyStyle: SmartRepliesStyle;
129
- sendButtonStyle: any;
130
- liveReactionStyle: any;
131
- localize: typeof localize;
132
- emojiButtonStyle: any;
133
- stickerButtonStyle: any;
134
- mediaRecorderButtonStyle: any;
135
- emojiKeyboardStyle: EmojiKeyboardStyle;
136
- stickerKeyboardStyle: StickersStyle;
137
- textInputStyle: any;
138
- previewStyle: PreviewStyle;
139
- createPollStyle: CreatePollStyle;
140
- storeTypingInterval: any;
141
- emojiPopover: PopoverStyle;
142
- stickerPopover: PopoverStyle;
143
- aiPopover: PopoverStyle;
144
- mediaRecordedPopover: PopoverStyle;
145
- popoverStyle: PopoverStyle;
146
- emojiButtonIconURL: string;
147
- stickerButtonIconURL: string;
148
- actions: (CometChatMessageComposerAction | CometChatActionsView)[];
149
- messageText: string;
150
- attachmentButtonStyle: any;
151
- auxilaryPlacement: Placement;
152
- messageSending: boolean;
153
- messageToBeEdited: CometChat.TextMessage | null;
154
- editPreviewText: string | null;
155
- showSendButton: boolean;
156
- showEmojiKeyboard: boolean;
157
- isAiEnabled: boolean;
158
- smartReplies: string[];
159
- loggedInUser: CometChat.User | null;
160
- mentionStyleLocal: UserMentionStyle;
161
- ccActivePopover: Subscription;
162
- sendMessageOnEnter: (event: any) => void;
163
- disableSendButton(): void;
164
- messageInputChanged: (event: any) => void;
165
- appendEmoji: (event: any) => void;
166
- sendReaction(): void;
167
- openCreatePolls: () => void;
168
- closeCreatePolls: () => void;
169
- sendRecordedMedia: (event: any) => void;
170
- closeMediaRecorder(event?: any): void;
171
- getFormattedDate(): string;
172
- padZero(num: number): string;
173
- sendRecordedAudio: (file: Blob) => boolean;
174
- addAttachmentCallback(): void;
175
- closeComposerPopover(): void;
176
- subscribeToEvents(): void;
177
- openEditPreview(): void;
178
- isPartOfCurrentChatForUIEvent: (message: CometChat.BaseMessage) => boolean;
179
- /**
180
- * Adds @ for every mention the message by matching uid
181
- *
182
- * @param {string} message
183
- * @returns {void}
184
- */
185
- checkForMentions(message: CometChat.TextMessage): string;
186
- unsubscribeToEvents(): void;
187
- closeModals(): void;
188
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
189
- callConversationSummaryMethod(): void;
190
- clearComposer(): void;
191
- ngOnChanges(changes: SimpleChanges): void;
192
- userOrGroupChanged(changes: SimpleChanges): void;
193
- ngOnDestroy(): void;
194
- customSendMethod(message: String): void;
195
- /**
196
- * @param {String=""} textMsg
197
- */
198
- sendTextMessage(textMsg?: String): boolean;
199
- onAiBackButtonClick(): void;
200
- editMessage(): void;
201
- getReceiverDetails(): {
202
- receiverId: string;
203
- receiverType: string;
204
- isBlocked: boolean;
205
- };
206
- playAudio(): void;
207
- /**
208
- * @param {} timer=null
209
- * @param {string=""} metadata
210
- */
211
- startTyping(timer?: null, metadata?: string): void;
212
- handleActions: (event: any) => void;
213
- endTyping(metadata?: null): void;
214
- /**
215
- * @param {File | CometChat.MediaMessage} messageInput
216
- * @param {string} messageType
217
- */
218
- sendMediaMessage(messageInput: File, messageType: string): boolean;
219
- inputChangeHandler: (event: any) => void;
220
- sendSticker: (event: any) => void;
221
- /**
222
- * @param {any} event
223
- */
224
- onVideoChange(event: any): boolean;
225
- /**
226
- * @param {any} event
227
- */
228
- onAudioChange(event: any): boolean;
229
- /**
230
- * @param {any} event
231
- */
232
- onImageChange(event: any): boolean;
233
- /**
234
- * @param {any} event
235
- */
236
- onFileChange(event: any): boolean;
237
- openImagePicker: () => void;
238
- openFilePicker: () => void;
239
- openvideoPicker: () => void;
240
- openAudioPicker: () => void;
241
- handleOutsideClick(): void;
242
- openActionSheet: (event: any) => void;
243
- handleAiFeaturesClose: (callback: () => void) => void;
244
- closeSmartReply: () => void;
245
- openAiFeatures: (event: any) => void;
246
- openEmojiKeyboard: (event: any) => void;
247
- triggerActivePopoverEvent(): void;
248
- openMediaRecorded: (event: any) => void;
249
- openStickerKeyboard: (event: any) => void;
250
- closePopovers(): void;
251
- getComposerId(): ComposerId;
252
- ngOnInit(): void;
253
- /**
254
- * Check for developer provided instance of MentionsTextFormatter
255
- * If not provided, add default
256
- * If provided, check if style is provided via configuration, then add style.
257
- */
258
- initializeMentionsFormatter: () => void;
259
- getMentionsStyle: () => UserMentionStyle;
260
- getSmartReplies: () => Promise<unknown>;
261
- enableAiFeatures(): void;
262
- showAiBotMessageListMethod: (action: any) => void;
263
- sendReply: (event: any) => void;
264
- composerWrapperStyle(): {
265
- height: string | undefined;
266
- width: string | undefined;
267
- background: string | undefined;
268
- border: string | undefined;
269
- borderRadius: string | undefined;
270
- };
271
- private isValidStyleValue;
272
- private getThemeColors;
273
- setTheme(): void;
274
- setComposerStyle(): void;
275
- onPreviewClosed(): void;
276
- closePreview(): void;
277
- backButtonStyle: () => {
278
- height: string;
279
- width: string;
280
- border: string;
281
- borderRadius: string;
282
- background: string;
283
- buttonIconTint: string | undefined;
284
- };
285
- /**
286
- * Accepts search term from mentionsTextFormatter and opens the mentions select list
287
- *
288
- * @param {string} searchTerm
289
- * @returns {void}
290
- */
291
- searchMentions: (searchTerm: string) => void;
292
- /**
293
- * Called when clicking a user from the mentions list.
294
- * Add the user to mentions text formatter instance and then call rerender to style the mention
295
- * within message input.
296
- *
297
- * @param {CometChat.User} user
298
- */
299
- defaultMentionsItemClickHandler: (user: CometChat.User | CometChat.GroupMember) => void;
300
- /**
301
- * Close mentions list if search returns empty list
302
- */
303
- defaultOnEmptyForMentions: () => void;
304
- getMentionInfoIconStyle: () => {
305
- height: string;
306
- width: string;
307
- buttonTextFont: string;
308
- buttonTextColor: string | undefined;
309
- borderRadius: string;
310
- border: string;
311
- buttonIconTint: string | undefined;
312
- padding: string;
313
- iconHeight: string;
314
- iconWidth: string;
315
- iconBackground: string;
316
- gap: string;
317
- };
318
- handleClickOutside: (event: any) => void;
319
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageComposerComponent, never>;
320
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatMessageComposerComponent, "cometchat-message-composer", never, { "user": "user"; "group": "group"; "disableSoundForMessages": "disableSoundForMessages"; "customSoundForMessage": "customSoundForMessage"; "customSoundForMessages": "customSoundForMessages"; "disableTypingEvents": "disableTypingEvents"; "text": "text"; "placeholderText": "placeholderText"; "headerView": "headerView"; "onTextChange": "onTextChange"; "attachmentIconURL": "attachmentIconURL"; "attachmentOptions": "attachmentOptions"; "secondaryButtonView": "secondaryButtonView"; "auxilaryButtonView": "auxilaryButtonView"; "auxiliaryButtonsAlignment": "auxiliaryButtonsAlignment"; "sendButtonView": "sendButtonView"; "parentMessageId": "parentMessageId"; "hideLiveReaction": "hideLiveReaction"; "LiveReactionIconURL": "LiveReactionIconURL"; "backButtonIconURL": "backButtonIconURL"; "mentionsWarningText": "mentionsWarningText"; "mentionsWarningStyle": "mentionsWarningStyle"; "messageComposerStyle": "messageComposerStyle"; "onSendButtonClick": "onSendButtonClick"; "onError": "onError"; "backdropStyle": "backdropStyle"; "actionSheetStyle": "actionSheetStyle"; "aiActionSheetStyle": "aiActionSheetStyle"; "hideVoiceRecording": "hideVoiceRecording"; "mediaRecorderStyle": "mediaRecorderStyle"; "aiOptionsStyle": "aiOptionsStyle"; "aiIconURL": "aiIconURL"; "voiceRecordingIconURL": "voiceRecordingIconURL"; "voiceRecordingCloseIconURL": "voiceRecordingCloseIconURL"; "voiceRecordingStartIconURL": "voiceRecordingStartIconURL"; "voiceRecordingStopIconURL": "voiceRecordingStopIconURL"; "voiceRecordingSubmitIconURL": "voiceRecordingSubmitIconURL"; "hideLayoutMode": "hideLayoutMode"; "emojiIconURL": "emojiIconURL"; "userMemberWrapperConfiguration": "userMemberWrapperConfiguration"; "disableMentions": "disableMentions"; "textFormatters": "textFormatters"; "sendButtonIconURL": "sendButtonIconURL"; }, { "childEvent": "childEvent"; }, never, never>;
321
- }
322
- export interface Buttons {
323
- title: string;
324
- id: string;
325
- onClick: () => Promise<unknown>;
326
- }
@@ -1,11 +0,0 @@
1
- import "@cometchat/uikit-elements";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./cometchat-message-composer/cometchat-message-composer.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "../Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module";
6
- import * as i4 from "../CometChatUserMemberWrapper/cometchat-user-member-wrapper.module";
7
- export declare class CometChatMessageComposer {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageComposer, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatMessageComposer, [typeof i1.CometChatMessageComposerComponent], [typeof i2.CommonModule, typeof i3.AIAssistBotMessageList, typeof i4.CometChatUserMemberWrapper], [typeof i1.CometChatMessageComposerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatMessageComposer>;
11
- }