@cometchat/chat-uikit-angular 4.3.36 → 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 -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,7 +0,0 @@
1
- import { AIExtensionDataSource } from "../../Shared/Framework/AIExtensionDataSource";
2
- export declare class AIAssistBotExtension extends AIExtensionDataSource {
3
- constructor();
4
- addExtension(): void;
5
- getExtensionId(): string;
6
- enable(): Promise<void>;
7
- }
@@ -1,11 +0,0 @@
1
- import { AIOptionsStyle } from "@cometchat/uikit-shared";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- import { DataSource } from "../../Shared/Framework/DataSource";
4
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatTheme } from "@cometchat/uikit-resources";
5
- export declare class AIAssistBotDecorator extends DataSourceDecorator {
6
- aiBotsList: any;
7
- constructor(dataSource: DataSource);
8
- getId(): string;
9
- getAIOptions(theme: CometChatTheme, id?: any, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
10
- fetchAiBots(): Promise<void>;
11
- }
@@ -1,7 +0,0 @@
1
- import { AIExtensionDataSource } from "../../Shared/Framework/AIExtensionDataSource";
2
- export declare class AIConversationStarterExtension extends AIExtensionDataSource {
3
- constructor();
4
- addExtension(): void;
5
- getExtensionId(): string;
6
- enable(): Promise<void>;
7
- }
@@ -1,9 +0,0 @@
1
- import { AIOptionsStyle } from "@cometchat/uikit-shared";
2
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
3
- import { DataSource } from "../../Shared/Framework/DataSource";
4
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatTheme } from "@cometchat/uikit-resources";
5
- export declare class AIConversationStarterDecorator extends DataSourceDecorator {
6
- constructor(dataSource: DataSource);
7
- getId(): string;
8
- getAIOptions(theme: CometChatTheme, id?: any, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
9
- }
@@ -1,7 +0,0 @@
1
- import { AIExtensionDataSource } from "../../Shared/Framework/AIExtensionDataSource";
2
- export declare class AIConversationSummaryExtension extends AIExtensionDataSource {
3
- constructor();
4
- addExtension(): void;
5
- getExtensionId(): string;
6
- enable(): Promise<void>;
7
- }
@@ -1,10 +0,0 @@
1
- import { AIOptionsStyle } from "@cometchat/uikit-shared";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatTheme } from "@cometchat/uikit-resources";
5
- export declare class AIConversationSummaryDecorator extends DataSourceDecorator {
6
- newDataSource: DataSource;
7
- constructor(dataSource: DataSource);
8
- getId(): string;
9
- getAIOptions(theme: CometChatTheme, id?: any, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
10
- }
@@ -1,7 +0,0 @@
1
- import { AIExtensionDataSource } from "../../Shared/Framework/AIExtensionDataSource";
2
- export declare class AISmartRepliesExtension extends AIExtensionDataSource {
3
- constructor();
4
- addExtension(): void;
5
- getExtensionId(): string;
6
- enable(): Promise<void>;
7
- }
@@ -1,9 +0,0 @@
1
- import { CometChatActionsView, CometChatMessageComposerAction, CometChatTheme } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../../Shared/Framework/DataSourceDecorator";
4
- import { AIOptionsStyle } from "@cometchat/uikit-shared";
5
- export declare class AISmartRepliesExtensionDecorator extends DataSourceDecorator {
6
- constructor(dataSource: DataSource);
7
- getId(): string;
8
- getAIOptions(theme: CometChatTheme, id?: any, aiOptionsStyles?: AIOptionsStyle): (CometChatMessageComposerAction | CometChatActionsView)[];
9
- }
@@ -1,6 +0,0 @@
1
- import { ExtensionsDataSource } from '@cometchat/uikit-shared';
2
- export declare class CallingExtension extends ExtensionsDataSource {
3
- getExtensionId(): string;
4
- addExtension(): void;
5
- enable(): void;
6
- }
@@ -1,16 +0,0 @@
1
- import { CometChatMessageTemplate } from "@cometchat/uikit-resources";
2
- import { DataSource } from "../Shared/Framework/DataSource";
3
- import { DataSourceDecorator } from "../Shared/Framework/DataSourceDecorator";
4
- export declare class CallingExtensionDecorator extends DataSourceDecorator {
5
- constructor(dataSource: DataSource);
6
- onLogout(): void;
7
- getAllMessageTypes(): string[];
8
- getId(): string;
9
- getAllMessageCategories(): string[];
10
- checkIfTemplateTypeExist(template: CometChatMessageTemplate[], type: string): boolean;
11
- checkIfTemplateCategoryExist(template: CometChatMessageTemplate[], category: string): boolean;
12
- getAllMessageTemplates(): CometChatMessageTemplate[];
13
- getDirectCallTemplate(): CometChatMessageTemplate;
14
- getDefaultCallTemplate(): CometChatMessageTemplate[];
15
- getLastConversationMessage(conversation: CometChat.Conversation, loggedInUser: CometChat.User, additionalParams?: any): string;
16
- }
@@ -1,79 +0,0 @@
1
- import { ChangeDetectorRef, OnInit } from '@angular/core';
2
- import { CometChatThemeService } from '../../../CometChatTheme.service';
3
- import { Subscription } from 'rxjs';
4
- import { CallButtonsStyle, OutgoingCallStyle, OutgoingCallConfiguration, CallScreenConfiguration, CometChatUIKitCalls } from '@cometchat/uikit-shared';
5
- import { CallscreenStyle } from '@cometchat/uikit-elements';
6
- import '@cometchat/uikit-shared';
7
- import * as i0 from "@angular/core";
8
- /**
9
- *
10
- * CometChatCallButtonsComponent is a component which shows buttons for audio and video call for 1v1 and group call.
11
- *
12
- * @version 1.0.0
13
- * @author CometChatTeam
14
- * @copyright © 2022 CometChat Inc.
15
- *
16
- */
17
- export declare class CometChatCallButtonsComponent implements OnInit {
18
- private ref;
19
- private themeService;
20
- user: CometChat.User;
21
- group: CometChat.Group;
22
- voiceCallIconURL: string | undefined;
23
- voiceCallIconText: string;
24
- voiceCallIconHoverText: string;
25
- videoCallIconURL: string | undefined;
26
- videoCallIconText: string;
27
- videoCallIconHoverText: string;
28
- onVoiceCallClick?: ((user: CometChat.User, group: CometChat.Group) => void) | null;
29
- onVideoCallClick?: ((user: CometChat.User, group: CometChat.Group) => void) | null;
30
- onError: (error: CometChat.CometChatException) => void;
31
- callButtonsStyle: CallButtonsStyle | undefined;
32
- outgoingCallConfiguration: OutgoingCallConfiguration;
33
- ongoingCallConfiguration: CallScreenConfiguration;
34
- call: CometChat.Call | null;
35
- ccOutgoingCall: Subscription;
36
- ccCallRejected: Subscription;
37
- ccCallEnded: Subscription;
38
- disableButtons: boolean;
39
- showOngoingCall: boolean;
40
- sessionId: string;
41
- callbuttonsListenerId: string;
42
- loggedInUser: CometChat.User | null;
43
- buttonStyle: any;
44
- voiceCallButtonStyle: any;
45
- videoCallButtonStyle: any;
46
- showOutgoingCallscreen: boolean;
47
- outgoingCallStyle: OutgoingCallStyle;
48
- ongoingCallStyle: CallscreenStyle;
49
- activeCall: CometChat.Call | null;
50
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
51
- ngOnInit(): void;
52
- ngOnDestroy(): void;
53
- getCallBuilder(): typeof CometChatUIKitCalls.CallSettings | undefined;
54
- closeCallScreen(): void;
55
- openOngoingCallScreen(call: CometChat.Call): void;
56
- initiateCall(type: string): void;
57
- initiateAudioCall(): void;
58
- initiateVideoCall(): void;
59
- sendCustomMessage(): void;
60
- cancelOutgoingCall: () => void;
61
- getVoiceCallButtonStyle(disableButtons: boolean): any;
62
- getVideoCallButtonStyle(disableButtons: boolean): any;
63
- attachListeners(): void;
64
- removeListener(): void;
65
- subscribeToEvents(): void;
66
- unsubscribeToEvents(): void;
67
- setThemeStyle(): void;
68
- setOngoingCallStyle: () => void;
69
- setcallButtonsStyle(): void;
70
- wrapperStyle: () => {
71
- height: string | undefined;
72
- width: string | undefined;
73
- background: string | undefined;
74
- border: string | undefined;
75
- borderRadius: string | undefined;
76
- };
77
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallButtonsComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatCallButtonsComponent, "cometchat-call-buttons", never, { "user": "user"; "group": "group"; "voiceCallIconURL": "voiceCallIconURL"; "voiceCallIconText": "voiceCallIconText"; "voiceCallIconHoverText": "voiceCallIconHoverText"; "videoCallIconURL": "videoCallIconURL"; "videoCallIconText": "videoCallIconText"; "videoCallIconHoverText": "videoCallIconHoverText"; "onVoiceCallClick": "onVoiceCallClick"; "onVideoCallClick": "onVideoCallClick"; "onError": "onError"; "callButtonsStyle": "callButtonsStyle"; "outgoingCallConfiguration": "outgoingCallConfiguration"; "ongoingCallConfiguration": "ongoingCallConfiguration"; }, {}, never, never>;
79
- }
@@ -1,11 +0,0 @@
1
- import "@cometchat/uikit-elements";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./cometchat-call-buttons/cometchat-call-buttons.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "../CometChatOutgoingCall/cometchat-outgoing-call.module";
6
- import * as i4 from "../CometChatOngoingCall/cometchat-ongoing-call.module";
7
- export declare class CometChatCallButtons {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallButtons, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatCallButtons, [typeof i1.CometChatCallButtonsComponent], [typeof i2.CommonModule, typeof i3.CometChatOutgoingCall, typeof i4.CometChatOngoingCall], [typeof i1.CometChatCallButtonsComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatCallButtons>;
11
- }
@@ -1,136 +0,0 @@
1
- import { OnInit, ChangeDetectorRef, TemplateRef, OnChanges, SimpleChanges } from "@angular/core";
2
- import "@cometchat/uikit-elements";
3
- import { AvatarStyle, DateStyle, IconStyle, LabelStyle, ListItemStyle } from "@cometchat/uikit-elements";
4
- import { CallButtonsStyle, CallButtonsConfiguration, CallLogDetailsStyle, CallLogParticipantsConfiguration, CallLogHistoryConfiguration, CallLogRecordingsConfiguration } from "@cometchat/uikit-shared";
5
- import { CometChatDetailsOption, CometChatDetailsTemplate, DatePatterns, CometChatCallDetailsOption } from "@cometchat/uikit-resources";
6
- import { CometChatThemeService } from "../../../CometChatTheme.service";
7
- import * as i0 from "@angular/core";
8
- export declare class CometChatCallLogDetailsComponent implements OnInit, OnChanges {
9
- private ref;
10
- private themeService;
11
- call: any;
12
- group: CometChat.Group;
13
- user: CometChat.User;
14
- title: string;
15
- onBackClick?: () => void;
16
- hideProfile: boolean;
17
- subtitleView: TemplateRef<any>;
18
- customProfileView: TemplateRef<any>;
19
- backIconUrl: string;
20
- greaterThanIconURL: string;
21
- callButtonsConfiguration: CallButtonsConfiguration;
22
- callLogParticipantsConfiguration: CallLogParticipantsConfiguration;
23
- callLogHistoryConfiguration: CallLogHistoryConfiguration;
24
- callLogRecordingsConfiguration: CallLogRecordingsConfiguration;
25
- onError: ((error: CometChat.CometChatException) => void) | null;
26
- datePattern: DatePatterns;
27
- datePattern2: DatePatterns;
28
- data: CometChatDetailsTemplate[];
29
- avatarStyle: AvatarStyle;
30
- labelStyle: LabelStyle;
31
- callDetailsStyle: CallLogDetailsStyle;
32
- listItemStyle: ListItemStyle;
33
- dateStyle: DateStyle;
34
- callButtonsStyle: CallButtonsStyle;
35
- iconStyle: IconStyle;
36
- defaultTemplate: CometChatDetailsTemplate[];
37
- authToken: string;
38
- loggedInUser: CometChat.User | null;
39
- showCallLogDetailOptionList: Boolean;
40
- showCometChatMessages: Boolean;
41
- showParticipantsList: Boolean;
42
- showCallRecordingList: Boolean;
43
- showCallHistory: Boolean;
44
- getTitleStyle(): {
45
- textFont: string;
46
- textColor: string | undefined;
47
- };
48
- userListenerId: string;
49
- requestBuilder: any;
50
- limit: number;
51
- onItemClick: (call: any) => void;
52
- types: string[];
53
- categories: string[];
54
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
55
- ngOnChanges(changes: SimpleChanges): void;
56
- removeListener(): void;
57
- ngOnInit(): void;
58
- trackByFnOption(index: number, option: any): string;
59
- getTemplate(): void;
60
- getTemplateOptions: (template: CometChatDetailsTemplate) => CometChatDetailsOption[];
61
- getCustomOptionView(option: CometChatDetailsOption): any;
62
- getSectionHeaderStyle(template: CometChatDetailsTemplate): {
63
- textFont: string | undefined;
64
- textColor: string | undefined;
65
- };
66
- onOptionClick: (option: CometChatCallDetailsOption) => void;
67
- getButtonStyle(option: CometChatDetailsOption): {
68
- height: string;
69
- width: string;
70
- border: string;
71
- borderRadius: string;
72
- buttonTextFont: string | undefined;
73
- buttonTextColor: string | undefined;
74
- background: string;
75
- };
76
- handlePageOnBackClick: () => void;
77
- subtitleStyle(template: CometChatDetailsTemplate): {
78
- textFont: string | undefined;
79
- textColor: string | undefined;
80
- };
81
- showDataSectionStyle(template: CometChatDetailsTemplate): {
82
- textFont: string | undefined;
83
- textColor: string | undefined;
84
- };
85
- setThemeStyle(): void;
86
- setListItemStyle(): void;
87
- setAvatarStyle(): void;
88
- setDetailsStyle(): void;
89
- setDateStyle(): void;
90
- wrapperStyle: () => {
91
- width: string | undefined;
92
- height: string | undefined;
93
- border: string | undefined;
94
- borderRadius: string | undefined;
95
- background: string | undefined;
96
- padding: string;
97
- };
98
- profileContainerStyle: () => {
99
- height: string;
100
- width: string;
101
- minHeight: string;
102
- padding: string;
103
- display: string;
104
- flexDirection: string;
105
- justifyContent: string;
106
- alignItems: string;
107
- boxSizing: string;
108
- gap: string;
109
- };
110
- getTailViewStyle: () => {
111
- font: string;
112
- color: string | undefined;
113
- };
114
- getTailView(totalSeconds: number): string;
115
- getSubtitle(call: any): string;
116
- backButtonStyle: () => {
117
- height: string;
118
- width: string;
119
- border: string;
120
- borderRadius: string;
121
- background: string;
122
- buttonIconTint: string | undefined;
123
- };
124
- getListItemStyle(option: CometChatDetailsOption): {
125
- height: string;
126
- width: string;
127
- background: string | undefined;
128
- borderRadius: string;
129
- titleFont: string;
130
- border: string;
131
- separatorColor: string | undefined;
132
- hoverBackground: string | undefined;
133
- };
134
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogDetailsComponent, never>;
135
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatCallLogDetailsComponent, "cometchat-call-log-details", never, { "call": "call"; "group": "group"; "user": "user"; "title": "title"; "onBackClick": "onBackClick"; "hideProfile": "hideProfile"; "subtitleView": "subtitleView"; "customProfileView": "customProfileView"; "backIconUrl": "backIconUrl"; "greaterThanIconURL": "greaterThanIconURL"; "callButtonsConfiguration": "callButtonsConfiguration"; "callLogParticipantsConfiguration": "callLogParticipantsConfiguration"; "callLogHistoryConfiguration": "callLogHistoryConfiguration"; "callLogRecordingsConfiguration": "callLogRecordingsConfiguration"; "onError": "onError"; "datePattern": "datePattern"; "datePattern2": "datePattern2"; "data": "data"; "avatarStyle": "avatarStyle"; "labelStyle": "labelStyle"; "callDetailsStyle": "callDetailsStyle"; "listItemStyle": "listItemStyle"; "dateStyle": "dateStyle"; "callButtonsStyle": "callButtonsStyle"; }, {}, never, never>;
136
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cometchat-call-log-details/cometchat-call-log-details.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../CometChatCallButtons/cometchat-call-buttons.module";
5
- import * as i4 from "../../CometChatList/cometchat-list.module";
6
- import * as i5 from "../CometChatCallLogParticipants/cometchat-call-log-participants.module";
7
- import * as i6 from "../CometChatCallLogRecordings/cometchat-call-log-recordings.module";
8
- import * as i7 from "../CometChatCallLogHistory/cometchat-call-log-history.module";
9
- import * as i8 from "../CometChatCallLogs/cometchat-call-logs.module";
10
- export declare class CometChatCallLogDetails {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogDetails, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatCallLogDetails, [typeof i1.CometChatCallLogDetailsComponent], [typeof i2.CommonModule, typeof i3.CometChatCallButtons, typeof i4.CometChatList, typeof i5.CometChatCallLogParticipants, typeof i6.CometChatCallLogRecordings, typeof i7.CometChatCallLogHistory, typeof i8.CometChatCallLogs], [typeof i1.CometChatCallLogDetailsComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatCallLogDetails>;
14
- }
@@ -1,112 +0,0 @@
1
- import { ChangeDetectorRef, OnInit, TemplateRef } from "@angular/core";
2
- import { ListStyle } from "@cometchat/uikit-shared";
3
- import { AvatarStyle, DateStyle, ListItemStyle } from "@cometchat/uikit-elements";
4
- import { Subscription } from "rxjs";
5
- import { CometChatThemeService } from "../../../CometChatTheme.service";
6
- import { DatePatterns, States } from "@cometchat/uikit-resources";
7
- import { CallLogHistoryStyle } from "@cometchat/uikit-shared";
8
- import * as i0 from "@angular/core";
9
- export declare class CometChatCallLogHistoryComponent implements OnInit {
10
- private ref;
11
- private themeService;
12
- user: CometChat.User;
13
- group: CometChat.Group;
14
- title: string;
15
- emptyStateView: TemplateRef<any>;
16
- errorStateView: TemplateRef<any>;
17
- loadingStateView: TemplateRef<any>;
18
- subtitleView: TemplateRef<any>;
19
- listItemView: TemplateRef<any>;
20
- menu: TemplateRef<any>;
21
- emptyStateText: string;
22
- errorStateText: string;
23
- loadingIconURL: string;
24
- backIconUrl: string;
25
- onItemClick: (call: any) => void;
26
- onBackClick: () => void;
27
- callLogRequestBuilder: any;
28
- DateSeparatorPattern: DatePatterns;
29
- hideSeparator: boolean;
30
- dateSeparatorStyle: DateStyle;
31
- hideError: boolean;
32
- onError: (error: CometChat.CometChatException) => void;
33
- showSectionHeader: boolean;
34
- sectionHeaderField: any;
35
- datePattern: DatePatterns;
36
- avatarStyle: AvatarStyle;
37
- dateStyle: DateStyle;
38
- CallLogHistoryStyle: CallLogHistoryStyle;
39
- listItemStyle: ListItemStyle;
40
- callsRequest: any;
41
- state: States;
42
- ccOutgoingCall: Subscription;
43
- ccCallAccepted: Subscription;
44
- ccCallRejected: Subscription;
45
- ccCallEnded: Subscription;
46
- listStyle: ListStyle;
47
- limit: number;
48
- callHistory: any[];
49
- callsListenerId: string;
50
- loggedInUser: CometChat.User | null;
51
- authToken: string;
52
- showOutgoingCallscreen: boolean;
53
- onScrolledToBottom: any;
54
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
55
- ngOnInit(): void;
56
- handleItemClick(call: any): void;
57
- ngOnDestroy(): void;
58
- fetchNextCallHistoryList: () => void;
59
- getSubtitle(call: any): string;
60
- getRequestBuilder(): any;
61
- callLogHistoryStyle: () => {
62
- height: string | undefined;
63
- width: string | undefined;
64
- background: string | undefined;
65
- border: string | undefined;
66
- borderRadius: string | undefined;
67
- };
68
- setThemeStyle(): void;
69
- setAvatarStyle(): void;
70
- setDateStyle(): void;
71
- getListItemStyle(): {
72
- activeBackground?: string | undefined;
73
- hoverBackground?: string | undefined;
74
- separatorColor?: string | undefined;
75
- titleFont?: string | undefined;
76
- titleColor?: string | undefined;
77
- padding?: string | undefined;
78
- cursor?: string | undefined;
79
- height?: string | undefined;
80
- width?: string | undefined;
81
- border?: string | undefined;
82
- borderRadius?: string | undefined;
83
- background?: string | undefined;
84
- };
85
- setCallLogHistoryStyle(): void;
86
- subtitleStyle: () => {
87
- font: string | undefined;
88
- color: string | undefined;
89
- };
90
- tailViewStyle: () => {
91
- font: string | undefined;
92
- color: string | undefined;
93
- };
94
- backButtonStyle: () => {
95
- height: string;
96
- width: string;
97
- border: string;
98
- borderRadius: string;
99
- background: string;
100
- buttonIconTint: string | undefined;
101
- };
102
- getSectionHeader: (call: any, index: any) => any;
103
- getTailView(totalSeconds: any): string;
104
- handleBackClick: () => void;
105
- titleStyle: () => {
106
- font: string | undefined;
107
- color: string | undefined;
108
- background: string;
109
- };
110
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogHistoryComponent, never>;
111
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatCallLogHistoryComponent, "cometchat-call-log-history", never, { "user": "user"; "group": "group"; "title": "title"; "emptyStateView": "emptyStateView"; "errorStateView": "errorStateView"; "loadingStateView": "loadingStateView"; "subtitleView": "subtitleView"; "listItemView": "listItemView"; "menu": "menu"; "emptyStateText": "emptyStateText"; "errorStateText": "errorStateText"; "loadingIconURL": "loadingIconURL"; "backIconUrl": "backIconUrl"; "onItemClick": "onItemClick"; "onBackClick": "onBackClick"; "callLogRequestBuilder": "callLogRequestBuilder"; "DateSeparatorPattern": "DateSeparatorPattern"; "hideSeparator": "hideSeparator"; "dateSeparatorStyle": "dateSeparatorStyle"; "hideError": "hideError"; "onError": "onError"; "showSectionHeader": "showSectionHeader"; "sectionHeaderField": "sectionHeaderField"; "datePattern": "datePattern"; "avatarStyle": "avatarStyle"; "dateStyle": "dateStyle"; "CallLogHistoryStyle": "CallLogHistoryStyle"; "listItemStyle": "listItemStyle"; }, {}, never, never>;
112
- }
@@ -1,10 +0,0 @@
1
- import "@cometchat/uikit-elements";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./cometchat-call-log-history/cometchat-call-log-history.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "../../CometChatList/cometchat-list.module";
6
- export declare class CometChatCallLogHistory {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogHistory, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatCallLogHistory, [typeof i1.CometChatCallLogHistoryComponent], [typeof i2.CommonModule, typeof i3.CometChatList], [typeof i1.CometChatCallLogHistoryComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatCallLogHistory>;
10
- }
@@ -1,77 +0,0 @@
1
- import { OnInit, ChangeDetectorRef } from "@angular/core";
2
- import { ListStyle } from "@cometchat/uikit-shared";
3
- import { AvatarStyle, DateStyle, ListItemStyle } from "@cometchat/uikit-elements";
4
- import { CometChatThemeService } from "../../../CometChatTheme.service";
5
- import { DatePatterns, States } from "@cometchat/uikit-resources";
6
- import { CallLogParticipantsStyle } from "@cometchat/uikit-shared";
7
- import * as i0 from "@angular/core";
8
- export declare class CometChatCallLogParticipantsComponent implements OnInit {
9
- private ref;
10
- private themeService;
11
- title: string;
12
- call: any;
13
- backIconUrl: string;
14
- onBackClick: () => void;
15
- datePattern: DatePatterns;
16
- subtitleView: any;
17
- listItemView: any;
18
- onError: (error: CometChat.CometChatException) => void;
19
- hideSeparator: boolean;
20
- avatarStyle: AvatarStyle;
21
- dateStyle: DateStyle;
22
- CallLogParticipantsStyle: CallLogParticipantsStyle;
23
- listItemStyle: ListItemStyle;
24
- participantsList: any;
25
- loggedInUser: CometChat.User | null;
26
- state: States;
27
- listStyle: ListStyle;
28
- limit: number;
29
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
30
- ngOnInit(): void;
31
- getTailView(totalSeconds: any): string;
32
- callStyle: () => {
33
- height: string | undefined;
34
- width: string | undefined;
35
- background: string | undefined;
36
- border: string | undefined;
37
- borderRadius: string | undefined;
38
- };
39
- setThemeStyle(): void;
40
- setAvatarStyle(): void;
41
- setDateStyle(): void;
42
- getListItemStyle(): {
43
- activeBackground?: string | undefined;
44
- hoverBackground?: string | undefined;
45
- separatorColor?: string | undefined;
46
- titleFont?: string | undefined;
47
- titleColor?: string | undefined;
48
- padding?: string | undefined;
49
- cursor?: string | undefined;
50
- height?: string | undefined;
51
- width?: string | undefined;
52
- border?: string | undefined;
53
- borderRadius?: string | undefined;
54
- background?: string | undefined;
55
- };
56
- setCallsStyle(): void;
57
- subtitleStyle: () => {
58
- font: string | undefined;
59
- color: string | undefined;
60
- };
61
- titleStyle: () => {
62
- font: string | undefined;
63
- color: string | undefined;
64
- background: string;
65
- };
66
- handleBackClick: () => void;
67
- backButtonStyle: () => {
68
- height: string;
69
- width: string;
70
- border: string;
71
- borderRadius: string;
72
- background: string;
73
- buttonIconTint: string | undefined;
74
- };
75
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogParticipantsComponent, never>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatCallLogParticipantsComponent, "cometchat-call-log-participants", never, { "title": "title"; "call": "call"; "backIconUrl": "backIconUrl"; "onBackClick": "onBackClick"; "datePattern": "datePattern"; "subtitleView": "subtitleView"; "listItemView": "listItemView"; "onError": "onError"; "hideSeparator": "hideSeparator"; "avatarStyle": "avatarStyle"; "dateStyle": "dateStyle"; "CallLogParticipantsStyle": "CallLogParticipantsStyle"; "listItemStyle": "listItemStyle"; }, {}, never, never>;
77
- }
@@ -1,10 +0,0 @@
1
- import "@cometchat/uikit-elements";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./cometchat-call-log-participants/cometchat-call-log-participants.component";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "../../CometChatList/cometchat-list.module";
6
- export declare class CometChatCallLogParticipants {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogParticipants, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatCallLogParticipants, [typeof i1.CometChatCallLogParticipantsComponent], [typeof i2.CommonModule, typeof i3.CometChatList], [typeof i1.CometChatCallLogParticipantsComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatCallLogParticipants>;
10
- }
@@ -1,91 +0,0 @@
1
- import { OnInit, ChangeDetectorRef } from "@angular/core";
2
- import { ListStyle } from "@cometchat/uikit-shared";
3
- import { AvatarStyle, DateStyle, IconStyle, ListItemStyle } from "@cometchat/uikit-elements";
4
- import { CometChatThemeService } from "../../../CometChatTheme.service";
5
- import { CometChatOption, DatePatterns, States } from "@cometchat/uikit-resources";
6
- import { CallLogRecordingsStyle } from "@cometchat/uikit-shared";
7
- import * as i0 from "@angular/core";
8
- export declare class CometChatCallLogRecordingsComponent implements OnInit {
9
- private ref;
10
- private themeService;
11
- title: string;
12
- call: any;
13
- onBackClick: () => void;
14
- backIconURL: string;
15
- datePattern: DatePatterns;
16
- subtitleView: any;
17
- listItemView: any;
18
- downloadIconURL: string;
19
- onDownloadClick: (item: any) => void;
20
- hideDownloadButton: boolean;
21
- onError: (error: CometChat.CometChatException) => void;
22
- avatarStyle: AvatarStyle;
23
- dateStyle: DateStyle;
24
- CallLogRecordingsStyle: CallLogRecordingsStyle;
25
- listItemStyle: ListItemStyle;
26
- recordingsList: any;
27
- loggedInUser: CometChat.User | null;
28
- state: States;
29
- listStyle: ListStyle;
30
- limit: number;
31
- options: ((member: CometChat.Call) => CometChatOption[]) | null;
32
- iconStyle: IconStyle;
33
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
34
- ngOnInit(): void;
35
- handleDownloadClick(item: any): void;
36
- download: (url: any) => Promise<void>;
37
- getSubtitle(totalSeconds: number): string;
38
- callStyle: () => {
39
- height: string | undefined;
40
- width: string | undefined;
41
- background: string | undefined;
42
- border: string | undefined;
43
- borderRadius: string | undefined;
44
- };
45
- setThemeStyle(): void;
46
- setAvatarStyle(): void;
47
- setDateStyle(): void;
48
- getListItemStyle(): {
49
- activeBackground?: string | undefined;
50
- hoverBackground?: string | undefined;
51
- separatorColor?: string | undefined;
52
- titleFont?: string | undefined;
53
- titleColor?: string | undefined;
54
- padding?: string | undefined;
55
- cursor?: string | undefined;
56
- height?: string | undefined;
57
- width?: string | undefined;
58
- border?: string | undefined;
59
- borderRadius?: string | undefined;
60
- background?: string | undefined;
61
- };
62
- setCallRecordingsStyle(): void;
63
- subtitleStyle: () => {
64
- font: string | undefined;
65
- color: string | undefined;
66
- };
67
- backButtonStyle: () => {
68
- height: string;
69
- width: string;
70
- border: string;
71
- borderRadius: string;
72
- background: string;
73
- buttonIconTint: string | undefined;
74
- };
75
- downLoadIconStyle: () => {
76
- height: string;
77
- width: string;
78
- border: string;
79
- borderRadius: string;
80
- background: string;
81
- buttonIconTint: string | undefined;
82
- };
83
- handleBackClick: () => void;
84
- titleStyle: () => {
85
- font: string | undefined;
86
- color: string | undefined;
87
- background: string;
88
- };
89
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatCallLogRecordingsComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatCallLogRecordingsComponent, "cometchat-call-log-recordings", never, { "title": "title"; "call": "call"; "onBackClick": "onBackClick"; "backIconURL": "backIconURL"; "datePattern": "datePattern"; "subtitleView": "subtitleView"; "listItemView": "listItemView"; "downloadIconURL": "downloadIconURL"; "onDownloadClick": "onDownloadClick"; "hideDownloadButton": "hideDownloadButton"; "onError": "onError"; "avatarStyle": "avatarStyle"; "dateStyle": "dateStyle"; "CallLogRecordingsStyle": "CallLogRecordingsStyle"; "listItemStyle": "listItemStyle"; "options": "options"; }, {}, never, never>;
91
- }