@cometchat/chat-uikit-angular 4.3.9 → 4.3.10

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.
@@ -154,6 +154,7 @@ export declare class CometChatConversationsComponent implements OnInit, OnChange
154
154
  userListenerId: string;
155
155
  groupListenerId: string;
156
156
  groupToUpdate: CometChat.Group | {};
157
+ conversationType?: string;
157
158
  safeHtml: SafeHtml;
158
159
  enablePolls: boolean;
159
160
  enableStickers: boolean;
@@ -1,12 +1,12 @@
1
- import { OnInit, ElementRef, ChangeDetectorRef, OnChanges, SimpleChanges, TemplateRef, EventEmitter } from "@angular/core";
2
- import { CometChat } from "@cometchat/chat-sdk-javascript";
3
- import { EmojiKeyboardStyle, PopoverStyle, ActionSheetStyle, PreviewStyle, MediaRecorderStyle, BackdropStyle } from "@cometchat/uikit-elements";
4
- import { Subscription } from "rxjs";
5
- import { localize, CometChatMessageComposerAction, AuxiliaryButtonAlignment, Placement, CometChatActionsView, States, UserMemberListType } from "@cometchat/uikit-resources";
6
- import { MessageComposerStyle, StickersConfiguration, StickersStyle, CreatePollStyle, ComposerId, SmartRepliesStyle, AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, UserMentionStyle, UserMemberWrapperConfiguration } from "@cometchat/uikit-shared";
7
- import { CometChatThemeService } from "../../CometChatTheme.service";
8
1
  import "@cometchat/uikit-shared";
9
2
  import "@cometchat/uikit-elements";
3
+ import { AIOptionsStyle, CometChatMentionsFormatter, CometChatTextFormatter, ComposerId, CreatePollStyle, MessageComposerStyle, SmartRepliesStyle, StickersConfiguration, StickersStyle, UserMemberWrapperConfiguration, UserMentionStyle } from "@cometchat/uikit-shared";
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";
6
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from "@angular/core";
7
+ import { CometChat } from "@cometchat/chat-sdk-javascript";
8
+ import { CometChatThemeService } from "../../CometChatTheme.service";
9
+ import { Subscription } from "rxjs";
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  *
@@ -189,6 +189,7 @@ export declare class CometChatMessageComposerComponent implements OnInit, OnChan
189
189
  getReceiverDetails(): {
190
190
  receiverId: string;
191
191
  receiverType: string;
192
+ isBlocked: boolean;
192
193
  };
193
194
  playAudio(): void;
194
195
  /**