stream-chat-angular 5.1.4 → 5.1.5

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.
@@ -8,6 +8,7 @@ import { ChatClientService } from '../../chat-client.service';
8
8
  import { TransliterationService } from '../../transliteration.service';
9
9
  import { EmojiInputService } from '../emoji-input.service';
10
10
  import { CustomTemplatesService } from '../../custom-templates.service';
11
+ import { ThemeService } from '../../theme.service';
11
12
  import * as i0 from "@angular/core";
12
13
  /**
13
14
  * The `AutocompleteTextarea` component is used by the [`MessageInput`](./MessageInputComponent.mdx) component to display the input HTML element where users can type their message.
@@ -18,6 +19,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
18
19
  private transliterationService;
19
20
  private emojiInputService;
20
21
  private customTemplatesService;
22
+ private themeService;
21
23
  private cdRef;
22
24
  class: string;
23
25
  /**
@@ -69,7 +71,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
69
71
  private slashCommandConfig;
70
72
  private searchTerm$;
71
73
  private isViewInited;
72
- constructor(channelService: ChannelService, chatClientService: ChatClientService, transliterationService: TransliterationService, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, cdRef: ChangeDetectorRef);
74
+ constructor(channelService: ChannelService, chatClientService: ChatClientService, transliterationService: TransliterationService, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, themeService: ThemeService, cdRef: ChangeDetectorRef);
73
75
  ngOnChanges(changes: SimpleChanges): void;
74
76
  ngAfterViewInit(): void;
75
77
  filter(searchString: string, items: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '5.1.4';
1
+ export const version = '5.1.5';