stream-chat-angular 4.34.1 → 4.35.0

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.
@@ -50,6 +50,10 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
50
50
  * `last-message` option will open the message list at the last message, `last-unread-message` will open the list at the last unread message. This option only works if mode is `main`.
51
51
  */
52
52
  openMessageListAt: 'last-message' | 'last-unread-message';
53
+ /**
54
+ * You can turn on and off the loading indicator that signals to users that more messages are being loaded to the message list
55
+ */
56
+ displayLoadingIndicator: boolean;
53
57
  messageTemplate: TemplateRef<MessageContext> | undefined;
54
58
  customDateSeparatorTemplate: TemplateRef<DateSeparatorContext> | undefined;
55
59
  customnewMessagesIndicatorTemplate: TemplateRef<void> | undefined;
@@ -112,5 +116,5 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
112
116
  private scrollToLatestMessage;
113
117
  private newMessageReceived;
114
118
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageListComponent, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageListComponent, "stream-message-list", never, { "mode": "mode"; "direction": "direction"; "messageOptionsTrigger": "messageOptionsTrigger"; "hideJumpToLatestButtonDuringScroll": "hideJumpToLatestButtonDuringScroll"; "customMessageActions": "customMessageActions"; "displayDateSeparator": "displayDateSeparator"; "dateSeparatorTextPos": "dateSeparatorTextPos"; "openMessageListAt": "openMessageListAt"; }, {}, never, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageListComponent, "stream-message-list", never, { "mode": "mode"; "direction": "direction"; "messageOptionsTrigger": "messageOptionsTrigger"; "hideJumpToLatestButtonDuringScroll": "hideJumpToLatestButtonDuringScroll"; "customMessageActions": "customMessageActions"; "displayDateSeparator": "displayDateSeparator"; "dateSeparatorTextPos": "dateSeparatorTextPos"; "openMessageListAt": "openMessageListAt"; "displayLoadingIndicator": "displayLoadingIndicator"; }, {}, never, never>;
116
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.34.1",
3
+ "version": "4.35.0",
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 = '4.34.1';
1
+ export const version = '4.35.0';