stream-chat-angular 4.31.0 → 4.31.1

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.
@@ -15,13 +15,13 @@ export declare class DateParserService {
15
15
  /**
16
16
  * Return a user-friendly string representation of the date (year, month and date)
17
17
  * @param date
18
- * @returns
18
+ * @returns The parsed date
19
19
  */
20
20
  parseDate(date: Date): string;
21
21
  /**
22
22
  * Return a user-friendly string representation of the date and time
23
23
  * @param date
24
- * @returns
24
+ * @returns The parsed date
25
25
  */
26
26
  parseDateTime(date: Date): string;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<DateParserService, never>;
@@ -73,6 +73,7 @@ export declare class MessageListComponent implements AfterViewChecked, OnChanges
73
73
  private usersTypingInChannel$;
74
74
  private usersTypingInThread$;
75
75
  private isLatestMessageInList;
76
+ private channelId?;
76
77
  constructor(channelService: ChannelService, chatClientService: ChatClientService, customTemplatesService: CustomTemplatesService, dateParser: DateParserService);
77
78
  ngOnInit(): void;
78
79
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "4.31.0",
3
+ "version": "4.31.1",
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.31.0';
1
+ export const version = '4.31.1';