Skip to content

Commit c42f3dc

Browse files
committed
Updated UIKit version to 4.3.23
1 parent 1f8df4d commit c42f3dc

File tree

14 files changed

+78
-54
lines changed

14 files changed

+78
-54
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
7878
userMemberListType: UserMemberListType;
7979
disableMentions?: boolean;
8080
textFormatters?: Array<CometChatTextFormatter>;
81+
sendButtonIconURL: string;
8182
composerId: ComposerId;
8283
mentionsFormatterInstanceId: string;
8384
composerActions: CometChatMessageComposerAction[];
@@ -142,7 +143,6 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
142143
aiPopover: PopoverStyle;
143144
mediaRecordedPopover: PopoverStyle;
144145
popoverStyle: PopoverStyle;
145-
sendButtonIconURL: string;
146146
emojiButtonIconURL: string;
147147
stickerButtonIconURL: string;
148148
actions: (CometChatMessageComposerAction | CometChatActionsView)[];
@@ -310,7 +310,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
310310
};
311311
handleClickOutside: (event: any) => void;
312312
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatMessageComposerComponent, never>;
313-
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"; }, { "childEvent": "childEvent"; }, never, never>;
313+
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>;
314314
}
315315
export interface Buttons {
316316
title: string;

esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs

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

esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs

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

esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs

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

esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs

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

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

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

esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs

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

esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs

Lines changed: 1 addition & 1 deletion
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: 33 additions & 25 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: 15 additions & 7 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.22",
3+
"version": "4.3.23",
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.20",
29-
"@cometchat/uikit-resources": "~4.3.16",
30-
"@cometchat/uikit-shared": "~4.3.22"
28+
"@cometchat/uikit-elements": "~4.3.21",
29+
"@cometchat/uikit-resources": "~4.3.17",
30+
"@cometchat/uikit-shared": "~4.3.23"
3131
},
3232
"module": "fesm2015/cometchat-chat-uikit-angular.mjs",
3333
"es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",

0 commit comments

Comments
 (0)