@cometchat/chat-uikit-angular 4.3.31 → 4.3.32
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/Shared/Utils/UtilityFunctions.d.ts +6 -0
- package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +12 -2
- package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +6 -4
- package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +2 -2
- package/esm2020/Shared/Utils/UtilityFunctions.mjs +36 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/cometchat-chat-uikit-angular.mjs +55 -8
- package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/fesm2020/cometchat-chat-uikit-angular.mjs +53 -6
- package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/package.json +4 -4
- package/public-api.d.ts +1 -0
- package/assets/new-message-icon.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cometchat/chat-uikit-angular",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.32",
|
|
4
4
|
"license": "https://www.cometchat.com/legal-terms-of-service",
|
|
5
5
|
"homepage": "https://www.cometchat.com",
|
|
6
6
|
"repository": "https://github.com/cometchat/cometchat-uikit-angular",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"description": "Ready-to-use Chat UI Components for Angular (JavaScript/Web)",
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@cometchat/chat-sdk-javascript": "^4.1.1",
|
|
28
|
-
"@cometchat/uikit-elements": "
|
|
29
|
-
"@cometchat/uikit-resources": "
|
|
30
|
-
"@cometchat/uikit-shared": "
|
|
28
|
+
"@cometchat/uikit-elements": "~4.3.27",
|
|
29
|
+
"@cometchat/uikit-resources": "~4.3.23",
|
|
30
|
+
"@cometchat/uikit-shared": "~4.3.28"
|
|
31
31
|
},
|
|
32
32
|
"module": "fesm2015/cometchat-chat-uikit-angular.mjs",
|
|
33
33
|
"es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",
|
package/public-api.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { DataSourceDecorator } from "./Shared/Framework/DataSourceDecorator";
|
|
|
8
8
|
export { ExtensionsDataSource } from "./Shared/Framework/ExtensionDataSource";
|
|
9
9
|
export { AIExtensionDataSource } from "./Shared/Framework/AIExtensionDataSource";
|
|
10
10
|
export { MessageUtils } from "./Shared/Utils/MessageUtils";
|
|
11
|
+
export { shouldShowCustomMimeTypes } from "./Shared/Utils/UtilityFunctions";
|
|
11
12
|
export { CometChatThemeService } from "./CometChatTheme.service";
|
|
12
13
|
export { CollaborativeDocumentExtension } from "./Extensions/CollaborativeDocument/CollaborativeDocumentExtension";
|
|
13
14
|
export { CollaborativeDocumentExtensionDecorator } from "./Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 72 72" id="emoji" xmlns="http://www.w3.org/2000/svg" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g id="color"> <polygon id="_x2B07__xFE0F_" fill="#000000" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" points="52.4981,49.2486 36,67.0363 19.5019,49.2486 23.5776,45.4597 33.2192,55.8554 33.2192,5.0363 38.7808,5.0363 38.7808,55.8554 48.4224,45.4597"></polygon> </g> <g id="hair"></g> <g id="skin"></g> <g id="skin-shadow"></g> <g id="line"> <polygon id="_x2B07__xFE0F_" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" points="52.4981,49.2486 36,67.0363 19.5019,49.2486 23.5776,45.4597 33.2192,55.8554 33.2192,5.0363 38.7808,5.0363 38.7808,55.8554 48.4224,45.4597"></polygon> </g> </g></svg>
|