stream-chat-angular 4.14.0 → 4.15.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.
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +3 -1
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/version.js +2 -2
- package/esm2015/public-api.js +3 -1
- package/fesm2015/stream-chat-angular.js +2 -2
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/src/assets/version.ts +1 -1
package/assets/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.
|
|
1
|
+
export declare const version = "4.15.1";
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
var version = '4.
|
|
358
|
+
var version = '4.15.1';
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
361
|
* The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
|
|
@@ -6362,7 +6362,9 @@
|
|
|
6362
6362
|
exports.ThreadComponent = ThreadComponent;
|
|
6363
6363
|
exports.TransliterationService = TransliterationService;
|
|
6364
6364
|
exports.createMessagePreview = createMessagePreview;
|
|
6365
|
+
exports.getChannelDisplayText = getChannelDisplayText;
|
|
6365
6366
|
exports.getGroupStyles = getGroupStyles;
|
|
6367
|
+
exports.getMessageTranslation = getMessageTranslation;
|
|
6366
6368
|
exports.getReadBy = getReadBy;
|
|
6367
6369
|
exports.isImageAttachment = isImageAttachment;
|
|
6368
6370
|
exports.isImageFile = isImageFile;
|