@@ -78,6 +78,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
78
78
userMemberListType : UserMemberListType ;
79
79
disableMentions ?: boolean ;
80
80
textFormatters ?: Array < CometChatTextFormatter > ;
81
+ sendButtonIconURL : string ;
81
82
composerId : ComposerId ;
82
83
mentionsFormatterInstanceId : string ;
83
84
composerActions : CometChatMessageComposerAction [ ] ;
@@ -142,7 +143,6 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
142
143
aiPopover : PopoverStyle ;
143
144
mediaRecordedPopover : PopoverStyle ;
144
145
popoverStyle : PopoverStyle ;
145
- sendButtonIconURL : string ;
146
146
emojiButtonIconURL : string ;
147
147
stickerButtonIconURL : string ;
148
148
actions : ( CometChatMessageComposerAction | CometChatActionsView ) [ ] ;
@@ -310,7 +310,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
310
310
} ;
311
311
handleClickOutside : ( event : any ) => void ;
312
312
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 > ;
314
314
}
315
315
export interface Buttons {
316
316
title : string ;
0 commit comments