@cometchat/chat-uikit-angular 4.3.25 → 4.3.26

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.
@@ -229,12 +229,13 @@ export declare class CometChatConversationsComponent implements OnInit, OnChange
229
229
  subscribeToEvents(): void;
230
230
  unsubscribeToEvents(): void;
231
231
  getConversationFromUser(user: CometChat.User): import("@cometchat/chat-sdk-javascript").Conversation | null;
232
+ getConversationFromId(id: string): import("@cometchat/chat-sdk-javascript").Conversation | null;
232
233
  getConversationFromGroup(group: CometChat.Group): CometChat.Conversation | null;
233
234
  ngOnChanges(change: SimpleChanges): void;
234
235
  ngOnDestroy(): void;
235
236
  setConversationOptions(): void;
236
237
  onClick(conversation: CometChat.Conversation): void;
237
- resetUnreadCount(): void;
238
+ resetUnreadCount(conversationId?: string): void;
238
239
  setThemeStyle(): void;
239
240
  setListItemStyle(): void;
240
241
  setAvatarStyle(): void;
@@ -114,7 +114,6 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
114
114
  textFormatterList: Array<CometChatTextFormatter>;
115
115
  mentionsTextFormatterInstance: CometChatMentionsFormatter;
116
116
  mentionedUsers: Array<CometChat.User | CometChat.GroupMember>;
117
- acceptHandlers: any;
118
117
  enableStickerKeyboard: boolean;
119
118
  toggleMediaRecorded: boolean;
120
119
  showAiBotList: boolean;