Skip to content

Commit 8b8b141

Browse files
updated UI Kit to version 4.3.18
1 parent 7d2109e commit 8b8b141

File tree

17 files changed

+243
-53
lines changed

17 files changed

+243
-53
lines changed

CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export declare class CometChatConversationsWithMessagesComponent implements OnIn
8888
border: string | undefined;
8989
borderRadius: string | undefined;
9090
background: string | undefined;
91+
position: string;
9192
};
9293
contactsWrapperStyles: () => {
9394
background: string | undefined;

CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export declare class CometChatGroupsWithMessagesComponent implements OnInit, OnC
9696
border: string | undefined;
9797
borderRadius: string | undefined;
9898
background: string | undefined;
99+
position: string;
99100
};
100101
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatGroupsWithMessagesComponent, never>;
101102
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>;

CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
167167
addAttachmentCallback(): void;
168168
subscribeToEvents(): void;
169169
openEditPreview(): void;
170+
isPartOfCurrentChatForUIEvent: (message: CometChat.BaseMessage) => boolean;
170171
/**
171172
* Adds @ for every mention the message by matching uid
172173
*

CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export declare class CometChatUsersWithMessagesComponent implements OnInit, OnCh
6565
border: string | undefined;
6666
borderRadius: string | undefined;
6767
background: string | undefined;
68+
position: string;
6869
};
6970
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatUsersWithMessagesComponent, never>;
7071
static ɵcmp: i0.ɵɵComponentDeclaration<CometChatUsersWithMessagesComponent, "cometchat-users-with-messages", never, { "user": "user"; "isMobileView": "isMobileView"; "messageText": "messageText"; "usersWithMessagesStyle": "usersWithMessagesStyle"; "messagesConfiguration": "messagesConfiguration"; "usersConfiguration": "usersConfiguration"; "onError": "onError"; }, {}, never, never>;

esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs

Lines changed: 8 additions & 3 deletions
Large diffs are not rendered by default.

esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs

Lines changed: 11 additions & 5 deletions
Large diffs are not rendered by default.

esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs

Lines changed: 40 additions & 2 deletions
Large diffs are not rendered by default.

esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs

Lines changed: 9 additions & 3 deletions
Large diffs are not rendered by default.

esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

fesm2015/cometchat-chat-uikit-angular.mjs

Lines changed: 75 additions & 13 deletions
Large diffs are not rendered by default.

fesm2015/cometchat-chat-uikit-angular.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2020/cometchat-chat-uikit-angular.mjs

Lines changed: 75 additions & 13 deletions
Large diffs are not rendered by default.

fesm2020/cometchat-chat-uikit-angular.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cometchat/chat-uikit-angular",
3-
"version": "4.3.17",
3+
"version": "4.3.18",
44
"license": "https://www.cometchat.com/legal-terms-of-service",
55
"homepage": "https://www.cometchat.com",
66
"repository": "https://github.com/cometchat/cometchat-uikit-angular",
@@ -25,9 +25,9 @@
2525
"description": "Ready-to-use Chat UI Components for Angular (JavaScript/Web)",
2626
"peerDependencies": {
2727
"@cometchat/chat-sdk-javascript": "^4.0.10",
28-
"@cometchat/uikit-elements": "~4.3.16",
29-
"@cometchat/uikit-resources": "~4.3.12",
30-
"@cometchat/uikit-shared": "~4.3.18"
28+
"@cometchat/uikit-elements": "~4.3.17",
29+
"@cometchat/uikit-resources": "~4.3.13",
30+
"@cometchat/uikit-shared": "~4.3.19"
3131
},
3232
"module": "fesm2015/cometchat-chat-uikit-angular.mjs",
3333
"es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",

0 commit comments

Comments
 (0)