stream-chat-angular 5.12.2 → 5.12.3

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.
@@ -27,6 +27,10 @@ export declare class MessageActionsService<T extends DefaultStreamChatGenerics =
27
27
  * By default the [`MessageComponent`](/chat/docs/sdk/angular/components/MessageComponent/) will display the [`MessageActionsBoxComponent`](/chat/docs/sdk/angular/components/MessageActionsBoxComponent/). You can override that behavior by providing your own event handler.
28
28
  */
29
29
  customActionClickHandler?: (details: MessageActionsClickDetails<T>) => void;
30
+ /**
31
+ * @internal
32
+ */
33
+ messageMenuOpenedFor$: BehaviorSubject<string | undefined>;
30
34
  private hasDisplayedClipboardWarning;
31
35
  constructor(chatClientService: ChatClientService, notificationService: NotificationService, channelService: ChannelService);
32
36
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "5.12.2",
3
+ "version": "5.12.3",
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.12.2';
1
+ export const version = '5.12.3';