@cometchat/chat-uikit-angular 4.3.10 → 4.3.12

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.
@@ -1,8 +1,8 @@
1
- import { OnInit, ChangeDetectorRef, TemplateRef, OnChanges, SimpleChanges } from "@angular/core";
2
- import { CometChat } from "@cometchat/chat-sdk-javascript";
3
- import { AvatarStyle, ListItemStyle, ChangeScopeStyle, MenuListStyle, BackdropStyle } from "@cometchat/uikit-elements";
1
+ import { AvatarStyle, BackdropStyle, ChangeScopeStyle, ListItemStyle, MenuListStyle } from "@cometchat/uikit-elements";
4
2
  import { GroupMembersStyle, ListStyle } from "@cometchat/uikit-shared";
3
+ import { ChangeDetectorRef, OnChanges, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
5
4
  import { CometChatOption, SelectionMode, States, TitleAlignment, UserPresencePlacement } from "@cometchat/uikit-resources";
5
+ import { CometChat } from "@cometchat/chat-sdk-javascript";
6
6
  import { CometChatThemeService } from "../../CometChatTheme.service";
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -2,7 +2,7 @@ import "@cometchat/uikit-shared";
2
2
  import "@cometchat/uikit-elements";
3
3
  import { AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, ComposerId, CreatePollStyle, MessageComposerStyle, SmartRepliesStyle, StickersConfiguration, StickersStyle, UserMemberWrapperConfiguration, UserMentionStyle } from "@cometchat/uikit-shared";
4
4
  import { ActionSheetStyle, BackdropStyle, EmojiKeyboardStyle, MediaRecorderStyle, PopoverStyle, PreviewStyle } from "@cometchat/uikit-elements";
5
- import { AuxiliaryButtonAlignment, CometChatActionsView, CometChatMessageComposerAction, Placement, States, UserMemberListType, localize } from "@cometchat/uikit-resources";
5
+ import { AuxiliaryButtonAlignment, CometChatActionsView, CometChatMessageComposerAction, Placement, PreviewMessageMode, States, UserMemberListType, localize } from "@cometchat/uikit-resources";
6
6
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
7
7
  import { CometChat } from "@cometchat/chat-sdk-javascript";
8
8
  import { CometChatThemeService } from "../../CometChatTheme.service";
@@ -51,7 +51,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
51
51
  mentionsWarningStyle?: any;
52
52
  InfoSimpleIcon: string;
53
53
  messageComposerStyle: MessageComposerStyle;
54
- onSendButtonClick: ((message: CometChat.BaseMessage) => void) | undefined;
54
+ onSendButtonClick: ((message: CometChat.BaseMessage, previewMessageMode?: PreviewMessageMode) => void) | undefined;
55
55
  onError: ((error: CometChat.CometChatException) => void) | null;
56
56
  backdropStyle: BackdropStyle;
57
57
  actionSheetStyle: ActionSheetStyle;
@@ -1,11 +1,11 @@
1
- import { OnInit, OnChanges, SimpleChanges, ChangeDetectorRef, TemplateRef, ElementRef, EventEmitter } from "@angular/core";
1
+ import { AvatarStyle, BaseStyle, ListItemStyle } from "@cometchat/uikit-elements";
2
+ import { CallButtonsStyle, DetailsConfiguration, MessageComposerConfiguration, MessageComposerStyle, MessageHeaderConfiguration, MessageHeaderStyle, MessageListConfiguration, MessagesStyle, ThreadedMessagesConfiguration } from "@cometchat/uikit-shared";
3
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
2
4
  import { CometChat } from "@cometchat/chat-sdk-javascript";
3
5
  import { CometChatMessageComposerComponent } from "../../CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component";
4
6
  import { CometChatMessageListComponent } from "../../CometChatMessageList/cometchat-message-list/cometchat-message-list.component";
5
- import { ListItemStyle, AvatarStyle, BaseStyle } from "@cometchat/uikit-elements";
6
- import { Subscription } from "rxjs";
7
7
  import { CometChatThemeService } from "../../CometChatTheme.service";
8
- import { MessageHeaderConfiguration, MessageListConfiguration, MessageComposerConfiguration, ThreadedMessagesConfiguration, DetailsConfiguration, MessagesStyle, MessageComposerStyle, MessageHeaderStyle, CallButtonsStyle } from "@cometchat/uikit-shared";
8
+ import { Subscription } from "rxjs";
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  *