@cometchat/chat-uikit-angular 4.3.29 → 4.3.30
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.
- package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +2 -1
- package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +6 -1
- package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +2 -2
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +6 -6
- package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +3 -3
- package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +12 -8
- package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +2 -2
- package/fesm2015/cometchat-chat-uikit-angular.mjs +24 -16
- package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/fesm2020/cometchat-chat-uikit-angular.mjs +24 -16
- package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -415,7 +415,8 @@ export declare class CometChatMessageListComponent implements OnInit, OnDestroy,
|
|
|
415
415
|
ngAfterViewInit(): void;
|
|
416
416
|
getStartCallFunction(message: CometChat.CustomMessage): (sessionId: string) => void;
|
|
417
417
|
startDirectCall: (sessionId: string, message: any) => void;
|
|
418
|
-
|
|
418
|
+
launchCollaborativeDocument: (url: string) => void;
|
|
419
|
+
launchCollaborativeWhiteboard: (url: string) => void;
|
|
419
420
|
/**
|
|
420
421
|
* Extracting types and categories from template
|
|
421
422
|
*
|