stream-chat-angular 2.6.1 → 2.6.2

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.
@@ -20,7 +20,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
20
20
  readonly send: EventEmitter<void>;
21
21
  readonly userMentions: EventEmitter<UserResponse<import("stream-chat").UnknownType>[]>;
22
22
  private readonly labelKey;
23
- private readonly triggerChar;
23
+ private readonly mentionTriggerChar;
24
24
  autocompleteConfig: MentionConfig;
25
25
  private messageInput;
26
26
  private subscriptions;
@@ -34,7 +34,7 @@ export declare class AutocompleteTextareaComponent implements TextareaInterface,
34
34
  }[]): {
35
35
  autocompleteLabel: string;
36
36
  }[];
37
- mentioned(item: MentionAutcompleteListItem, triggerChar?: string): string;
37
+ itemSelectedFromAutocompleteList(item: MentionAutcompleteListItem, triggerChar?: string): string;
38
38
  autcompleteSearchTermChanged(searchTerm: string): void;
39
39
  inputChanged(): void;
40
40
  inputLeft(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
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 = '2.6.1';
1
+ export const version = '2.6.2';