@cometchat/chat-uikit-angular 4.0.0 → 4.0.1-beta1
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/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +2 -4
- package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +2 -4
- package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +1 -3
- package/README.md +3 -3
- package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +1 -9
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +1 -9
- package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +2 -10
- package/fesm2015/cometchat-chat-uikit-angular.mjs +1 -21
- package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/fesm2020/cometchat-chat-uikit-angular.mjs +1 -21
- package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
- package/package.json +1 -1
package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts
CHANGED
|
@@ -3,11 +3,9 @@ import * as i1 from "./cometchat-conversations-with-messages/cometchat-conversat
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../CometChatConversations/cometchat-conversations.module";
|
|
5
5
|
import * as i4 from "../CometChatMessages/cometchat-messages.module";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@angular/platform-browser/animations";
|
|
8
|
-
import * as i7 from "../CometChatContacts/cometchat-contacts.module";
|
|
6
|
+
import * as i5 from "../CometChatContacts/cometchat-contacts.module";
|
|
9
7
|
export declare class CometChatConversationsWithMessages {
|
|
10
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatConversationsWithMessages, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatConversationsWithMessages, [typeof i1.CometChatConversationsWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatConversations, typeof i4.CometChatMessages, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatConversationsWithMessages, [typeof i1.CometChatConversationsWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatConversations, typeof i4.CometChatMessages, typeof i5.CometChatContacts], [typeof i1.CometChatConversationsWithMessagesComponent]>;
|
|
12
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<CometChatConversationsWithMessages>;
|
|
13
11
|
}
|
|
@@ -3,11 +3,9 @@ import * as i1 from "./cometchat-groups-with-messages/cometchat-groups-with-mess
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../CometChatGroups/cometchat-groups.module";
|
|
5
5
|
import * as i4 from "../CometChatMessages/cometchat-messages.module";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "@angular/platform-browser/animations";
|
|
8
|
-
import * as i7 from "../CometChatMessageHeader/cometchat-message-header.module";
|
|
6
|
+
import * as i5 from "../CometChatMessageHeader/cometchat-message-header.module";
|
|
9
7
|
export declare class CometChatGroupsWithMessages {
|
|
10
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatGroupsWithMessages, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatGroupsWithMessages, [typeof i1.CometChatGroupsWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatGroups, typeof i4.CometChatMessages, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatGroupsWithMessages, [typeof i1.CometChatGroupsWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatGroups, typeof i4.CometChatMessages, typeof i5.CometChatMessageHeader], [typeof i1.CometChatGroupsWithMessagesComponent]>;
|
|
12
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<CometChatGroupsWithMessages>;
|
|
13
11
|
}
|
|
@@ -3,10 +3,8 @@ import * as i1 from "./cometchat-users-with-messages/cometchat-users-with-messag
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../CometChatUsers/cometchat-users.module";
|
|
5
5
|
import * as i4 from "../CometChatMessages/cometchat-messages.module";
|
|
6
|
-
import * as i5 from "@angular/platform-browser";
|
|
7
|
-
import * as i6 from "@angular/platform-browser/animations";
|
|
8
6
|
export declare class CometChatUsersWithMessages {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CometChatUsersWithMessages, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatUsersWithMessages, [typeof i1.CometChatUsersWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatUsers, typeof i4.CometChatMessages
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatUsersWithMessages, [typeof i1.CometChatUsersWithMessagesComponent], [typeof i2.CommonModule, typeof i3.CometChatUsers, typeof i4.CometChatMessages], [typeof i1.CometChatUsersWithMessagesComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<CometChatUsersWithMessages>;
|
|
12
10
|
}
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<br>
|
|
5
5
|
<div align="center">Full-fledged Chat UIKit built with <a href="https://angular.io/">Angular</a>. </div>
|
|
6
6
|
<div align="center">
|
|
7
|
-
<a href="https://www.cometchat.com/docs/v4/angular-
|
|
7
|
+
<a href="https://www.cometchat.com/docs/v4/angular-uikit/overview"><strong>Explore CometChat docs »</strong></a>
|
|
8
8
|
</div>
|
|
9
9
|
<br />
|
|
10
10
|
<br />
|
|
@@ -34,8 +34,8 @@ CometChat Angular UIKit provides pre-built user interface kit that developers ca
|
|
|
34
34
|
To set up Angular Chat UIKit and utilize CometChat for your chat functionality, you'll need to follow these steps:
|
|
35
35
|
- Registration: Go to the CometChat website (https://www.cometchat.com/) and sign up for an account.
|
|
36
36
|
- Create an App: After registering, log in to your CometChat account and create a new app. Provide the necessary details such as the app name, platform (Angular), and other relevant information. Once you've created the app, CometChat will generate an Auth Key and App ID for you. Make sure to keep these credentials secure, as you'll need them later.
|
|
37
|
-
- Make sure you've read the [key concepts](https://www.cometchat.com/docs/v4/angular-
|
|
38
|
-
- Follow the steps provided in the integration section [here](https://www.cometchat.com/docs/v4/angular-
|
|
37
|
+
- Make sure you've read the [key concepts](https://www.cometchat.com/docs/v4/angular-uikit/key-concepts)
|
|
38
|
+
- Follow the steps provided in the integration section [here](https://www.cometchat.com/docs/v4/angular-uikit/integration#getting-started)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
## Versioning
|
package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
2
|
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { BrowserModule } from "@angular/platform-browser";
|
|
4
|
-
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
|
5
3
|
import { CometChatConversationsWithMessagesComponent } from "./cometchat-conversations-with-messages/cometchat-conversations-with-messages.component";
|
|
6
4
|
import { CometChatConversations } from "../CometChatConversations/cometchat-conversations.module";
|
|
7
5
|
import { CometChatMessages } from "../CometChatMessages/cometchat-messages.module";
|
|
@@ -13,15 +11,11 @@ CometChatConversationsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion:
|
|
|
13
11
|
CometChatConversationsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, declarations: [CometChatConversationsWithMessagesComponent], imports: [CommonModule,
|
|
14
12
|
CometChatConversations,
|
|
15
13
|
CometChatMessages,
|
|
16
|
-
BrowserModule,
|
|
17
|
-
BrowserAnimationsModule,
|
|
18
14
|
CometChatContacts], exports: [CometChatConversationsWithMessagesComponent] });
|
|
19
15
|
CometChatConversationsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, imports: [[
|
|
20
16
|
CommonModule,
|
|
21
17
|
CometChatConversations,
|
|
22
18
|
CometChatMessages,
|
|
23
|
-
BrowserModule,
|
|
24
|
-
BrowserAnimationsModule,
|
|
25
19
|
CometChatContacts
|
|
26
20
|
]] });
|
|
27
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, decorators: [{
|
|
@@ -32,12 +26,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
32
26
|
CommonModule,
|
|
33
27
|
CometChatConversations,
|
|
34
28
|
CometChatMessages,
|
|
35
|
-
BrowserModule,
|
|
36
|
-
BrowserAnimationsModule,
|
|
37
29
|
CometChatContacts
|
|
38
30
|
],
|
|
39
31
|
exports: [CometChatConversationsWithMessagesComponent],
|
|
40
32
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
41
33
|
}]
|
|
42
34
|
}] });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tZXRjaGF0LWNvbnZlcnNhdGlvbnMtd2l0aC1tZXNzYWdlcy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jaGF0LXVpa2l0LWFuZ3VsYXIvc3JjL0NvbWV0Q2hhdENvbnZlcnNhdGlvbnNXaXRoTWVzc2FnZXMvY29tZXRjaGF0LWNvbnZlcnNhdGlvbnMtd2l0aC1tZXNzYWdlcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLDJDQUEyQyxFQUFFLE1BQU0seUZBQXlGLENBQUM7QUFDdEosT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbEcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbkYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7O0FBYW5GLE1BQU0sT0FBTyxrQ0FBa0M7O2dJQUFsQyxrQ0FBa0M7aUlBQWxDLGtDQUFrQyxpQkFWOUIsMkNBQTJDLGFBRXhELFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsaUJBQWlCO1FBQ2pCLGlCQUFpQixhQUVULDJDQUEyQztpSUFHMUMsa0NBQWtDLFlBVHBDO1lBQ1AsWUFBWTtZQUNaLHNCQUFzQjtZQUN0QixpQkFBaUI7WUFDakIsaUJBQWlCO1NBQ2xCOzRGQUlVLGtDQUFrQztrQkFYOUMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQywyQ0FBMkMsQ0FBQztvQkFDM0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osc0JBQXNCO3dCQUN0QixpQkFBaUI7d0JBQ2pCLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsMkNBQTJDLENBQUM7b0JBQ3RELE9BQU8sRUFBQyxDQUFDLHNCQUFzQixDQUFDO2lCQUNqQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7IENvbWV0Q2hhdENvbnZlcnNhdGlvbnNXaXRoTWVzc2FnZXNDb21wb25lbnQgfSBmcm9tIFwiLi9jb21ldGNoYXQtY29udmVyc2F0aW9ucy13aXRoLW1lc3NhZ2VzL2NvbWV0Y2hhdC1jb252ZXJzYXRpb25zLXdpdGgtbWVzc2FnZXMuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBDb21ldENoYXRDb252ZXJzYXRpb25zIH0gZnJvbSBcIi4uL0NvbWV0Q2hhdENvbnZlcnNhdGlvbnMvY29tZXRjaGF0LWNvbnZlcnNhdGlvbnMubW9kdWxlXCI7XG5pbXBvcnQgeyBDb21ldENoYXRNZXNzYWdlcyB9IGZyb20gXCIuLi9Db21ldENoYXRNZXNzYWdlcy9jb21ldGNoYXQtbWVzc2FnZXMubW9kdWxlXCI7XG5pbXBvcnQgeyBDb21ldENoYXRDb250YWN0cyB9IGZyb20gXCIuLi9Db21ldENoYXRDb250YWN0cy9jb21ldGNoYXQtY29udGFjdHMubW9kdWxlXCI7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0NvbWV0Q2hhdENvbnZlcnNhdGlvbnNXaXRoTWVzc2FnZXNDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIENvbWV0Q2hhdENvbnZlcnNhdGlvbnMsXG4gICAgQ29tZXRDaGF0TWVzc2FnZXMsXG4gICAgQ29tZXRDaGF0Q29udGFjdHNcbiAgXSxcbiAgZXhwb3J0czogW0NvbWV0Q2hhdENvbnZlcnNhdGlvbnNXaXRoTWVzc2FnZXNDb21wb25lbnRdLFxuICBzY2hlbWFzOltDVVNUT01fRUxFTUVOVFNfU0NIRU1BXVxufSlcbmV4cG9ydCBjbGFzcyBDb21ldENoYXRDb252ZXJzYXRpb25zV2l0aE1lc3NhZ2VzIHt9XG4iXX0=
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
2
|
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { BrowserModule } from "@angular/platform-browser";
|
|
4
|
-
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
|
5
3
|
import { CometChatGroupsWithMessagesComponent } from "./cometchat-groups-with-messages/cometchat-groups-with-messages.component";
|
|
6
4
|
import { CometChatMessages } from "../CometChatMessages/cometchat-messages.module";
|
|
7
5
|
import { CometChatGroups } from "../CometChatGroups/cometchat-groups.module";
|
|
@@ -13,15 +11,11 @@ CometChatGroupsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.
|
|
|
13
11
|
CometChatGroupsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, declarations: [CometChatGroupsWithMessagesComponent], imports: [CommonModule,
|
|
14
12
|
CometChatGroups,
|
|
15
13
|
CometChatMessages,
|
|
16
|
-
BrowserModule,
|
|
17
|
-
BrowserAnimationsModule,
|
|
18
14
|
CometChatMessageHeader], exports: [CometChatGroupsWithMessagesComponent] });
|
|
19
15
|
CometChatGroupsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, imports: [[
|
|
20
16
|
CommonModule,
|
|
21
17
|
CometChatGroups,
|
|
22
18
|
CometChatMessages,
|
|
23
|
-
BrowserModule,
|
|
24
|
-
BrowserAnimationsModule,
|
|
25
19
|
CometChatMessageHeader
|
|
26
20
|
]] });
|
|
27
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, decorators: [{
|
|
@@ -32,12 +26,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
32
26
|
CommonModule,
|
|
33
27
|
CometChatGroups,
|
|
34
28
|
CometChatMessages,
|
|
35
|
-
BrowserModule,
|
|
36
|
-
BrowserAnimationsModule,
|
|
37
29
|
CometChatMessageHeader
|
|
38
30
|
],
|
|
39
31
|
exports: [CometChatGroupsWithMessagesComponent],
|
|
40
32
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
41
33
|
}]
|
|
42
34
|
}] });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tZXRjaGF0LWdyb3Vwcy13aXRoLW1lc3NhZ2VzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NoYXQtdWlraXQtYW5ndWxhci9zcmMvQ29tZXRDaGF0R3JvdXBzV2l0aE1lc3NhZ2VzL2NvbWV0Y2hhdC1ncm91cHMtd2l0aC1tZXNzYWdlcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sMkVBQTJFLENBQUM7QUFDakksT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbkYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQzdFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJEQUEyRCxDQUFDOztBQWFuRyxNQUFNLE9BQU8sMkJBQTJCOzt5SEFBM0IsMkJBQTJCOzBIQUEzQiwyQkFBMkIsaUJBVnZCLG9DQUFvQyxhQUVqRCxZQUFZO1FBQ1osZUFBZTtRQUNmLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFFZCxvQ0FBb0M7MEhBR25DLDJCQUEyQixZQVQ3QjtZQUNQLFlBQVk7WUFDWixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLHNCQUFzQjtTQUN2Qjs0RkFJVSwyQkFBMkI7a0JBWHZDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsb0NBQW9DLENBQUM7b0JBQ3BELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGVBQWU7d0JBQ2YsaUJBQWlCO3dCQUNqQixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRSxDQUFDLG9DQUFvQyxDQUFDO29CQUMvQyxPQUFPLEVBQUMsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDakMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBDb21ldENoYXRHcm91cHNXaXRoTWVzc2FnZXNDb21wb25lbnQgfSBmcm9tIFwiLi9jb21ldGNoYXQtZ3JvdXBzLXdpdGgtbWVzc2FnZXMvY29tZXRjaGF0LWdyb3Vwcy13aXRoLW1lc3NhZ2VzLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgQ29tZXRDaGF0TWVzc2FnZXMgfSBmcm9tIFwiLi4vQ29tZXRDaGF0TWVzc2FnZXMvY29tZXRjaGF0LW1lc3NhZ2VzLm1vZHVsZVwiO1xuaW1wb3J0IHsgQ29tZXRDaGF0R3JvdXBzIH0gZnJvbSBcIi4uL0NvbWV0Q2hhdEdyb3Vwcy9jb21ldGNoYXQtZ3JvdXBzLm1vZHVsZVwiO1xuaW1wb3J0IHsgQ29tZXRDaGF0TWVzc2FnZUhlYWRlciB9IGZyb20gXCIuLi9Db21ldENoYXRNZXNzYWdlSGVhZGVyL2NvbWV0Y2hhdC1tZXNzYWdlLWhlYWRlci5tb2R1bGVcIjtcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQ29tZXRDaGF0R3JvdXBzV2l0aE1lc3NhZ2VzQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBDb21ldENoYXRHcm91cHMsXG4gICAgQ29tZXRDaGF0TWVzc2FnZXMsXG4gICAgQ29tZXRDaGF0TWVzc2FnZUhlYWRlclxuICBdLFxuICBleHBvcnRzOiBbQ29tZXRDaGF0R3JvdXBzV2l0aE1lc3NhZ2VzQ29tcG9uZW50XSxcbiAgc2NoZW1hczpbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV1cbn0pXG5leHBvcnQgY2xhc3MgQ29tZXRDaGF0R3JvdXBzV2l0aE1lc3NhZ2VzIHt9XG4iXX0=
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
|
|
2
2
|
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { BrowserModule } from "@angular/platform-browser";
|
|
4
|
-
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
|
5
3
|
import { CometChatUsersWithMessagesComponent } from "./cometchat-users-with-messages/cometchat-users-with-messages.component";
|
|
6
4
|
import { CometChatMessages } from "../CometChatMessages/cometchat-messages.module";
|
|
7
5
|
import { CometChatUsers } from "../CometChatUsers/cometchat-users.module";
|
|
@@ -11,15 +9,11 @@ export class CometChatUsersWithMessages {
|
|
|
11
9
|
CometChatUsersWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
10
|
CometChatUsersWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, declarations: [CometChatUsersWithMessagesComponent], imports: [CommonModule,
|
|
13
11
|
CometChatUsers,
|
|
14
|
-
CometChatMessages,
|
|
15
|
-
BrowserModule,
|
|
16
|
-
BrowserAnimationsModule], exports: [CometChatUsersWithMessagesComponent] });
|
|
12
|
+
CometChatMessages], exports: [CometChatUsersWithMessagesComponent] });
|
|
17
13
|
CometChatUsersWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, imports: [[
|
|
18
14
|
CommonModule,
|
|
19
15
|
CometChatUsers,
|
|
20
16
|
CometChatMessages,
|
|
21
|
-
BrowserModule,
|
|
22
|
-
BrowserAnimationsModule,
|
|
23
17
|
]] });
|
|
24
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, decorators: [{
|
|
25
19
|
type: NgModule,
|
|
@@ -29,11 +23,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
29
23
|
CommonModule,
|
|
30
24
|
CometChatUsers,
|
|
31
25
|
CometChatMessages,
|
|
32
|
-
BrowserModule,
|
|
33
|
-
BrowserAnimationsModule,
|
|
34
26
|
],
|
|
35
27
|
exports: [CometChatUsersWithMessagesComponent],
|
|
36
28
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
37
29
|
}]
|
|
38
30
|
}] });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tZXRjaGF0LXVzZXJzLXdpdGgtbWVzc2FnZXMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY2hhdC11aWtpdC1hbmd1bGFyL3NyYy9Db21ldENoYXRVc2Vyc1dpdGhNZXNzYWdlcy9jb21ldGNoYXQtdXNlcnMtd2l0aC1tZXNzYWdlcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1DQUFtQyxFQUFFLE1BQU0seUVBQXlFLENBQUM7QUFDOUgsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDbkYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDBDQUEwQyxDQUFDOztBQVkxRSxNQUFNLE9BQU8sMEJBQTBCOzt3SEFBMUIsMEJBQTBCO3lIQUExQiwwQkFBMEIsaUJBVHRCLG1DQUFtQyxhQUVoRCxZQUFZO1FBQ1osY0FBYztRQUNkLGlCQUFpQixhQUVULG1DQUFtQzt5SEFHbEMsMEJBQTBCLFlBUjVCO1lBQ1AsWUFBWTtZQUNaLGNBQWM7WUFDZCxpQkFBaUI7U0FDbEI7NEZBSVUsMEJBQTBCO2tCQVZ0QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLG1DQUFtQyxDQUFDO29CQUNuRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixjQUFjO3dCQUNkLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsbUNBQW1DLENBQUM7b0JBQzlDLE9BQU8sRUFBQyxDQUFDLHNCQUFzQixDQUFDO2lCQUNqQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7IENvbWV0Q2hhdFVzZXJzV2l0aE1lc3NhZ2VzQ29tcG9uZW50IH0gZnJvbSBcIi4vY29tZXRjaGF0LXVzZXJzLXdpdGgtbWVzc2FnZXMvY29tZXRjaGF0LXVzZXJzLXdpdGgtbWVzc2FnZXMuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBDb21ldENoYXRNZXNzYWdlcyB9IGZyb20gXCIuLi9Db21ldENoYXRNZXNzYWdlcy9jb21ldGNoYXQtbWVzc2FnZXMubW9kdWxlXCI7XG5pbXBvcnQgeyBDb21ldENoYXRVc2VycyB9IGZyb20gXCIuLi9Db21ldENoYXRVc2Vycy9jb21ldGNoYXQtdXNlcnMubW9kdWxlXCI7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0NvbWV0Q2hhdFVzZXJzV2l0aE1lc3NhZ2VzQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBDb21ldENoYXRVc2VycyxcbiAgICBDb21ldENoYXRNZXNzYWdlcyxcbiAgXSxcbiAgZXhwb3J0czogW0NvbWV0Q2hhdFVzZXJzV2l0aE1lc3NhZ2VzQ29tcG9uZW50XSxcbiAgc2NoZW1hczpbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV1cbn0pXG5leHBvcnQgY2xhc3MgQ29tZXRDaGF0VXNlcnNXaXRoTWVzc2FnZXMge31cbiJdfQ==
|
|
@@ -11,8 +11,6 @@ import { Injectable, Component, ViewChild, Input, ChangeDetectionStrategy, NgMod
|
|
|
11
11
|
import * as i3 from '@angular/common';
|
|
12
12
|
import { CommonModule, DatePipe } from '@angular/common';
|
|
13
13
|
import { FormsModule } from '@angular/forms';
|
|
14
|
-
import { BrowserModule } from '@angular/platform-browser';
|
|
15
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
16
14
|
|
|
17
15
|
class MessageUtils {
|
|
18
16
|
getEditOption(theme) {
|
|
@@ -14726,15 +14724,11 @@ CometChatConversationsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion:
|
|
|
14726
14724
|
CometChatConversationsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, declarations: [CometChatConversationsWithMessagesComponent], imports: [CommonModule,
|
|
14727
14725
|
CometChatConversations,
|
|
14728
14726
|
CometChatMessages,
|
|
14729
|
-
BrowserModule,
|
|
14730
|
-
BrowserAnimationsModule,
|
|
14731
14727
|
CometChatContacts], exports: [CometChatConversationsWithMessagesComponent] });
|
|
14732
14728
|
CometChatConversationsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, imports: [[
|
|
14733
14729
|
CommonModule,
|
|
14734
14730
|
CometChatConversations,
|
|
14735
14731
|
CometChatMessages,
|
|
14736
|
-
BrowserModule,
|
|
14737
|
-
BrowserAnimationsModule,
|
|
14738
14732
|
CometChatContacts
|
|
14739
14733
|
]] });
|
|
14740
14734
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, decorators: [{
|
|
@@ -14745,8 +14739,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
14745
14739
|
CommonModule,
|
|
14746
14740
|
CometChatConversations,
|
|
14747
14741
|
CometChatMessages,
|
|
14748
|
-
BrowserModule,
|
|
14749
|
-
BrowserAnimationsModule,
|
|
14750
14742
|
CometChatContacts
|
|
14751
14743
|
],
|
|
14752
14744
|
exports: [CometChatConversationsWithMessagesComponent],
|
|
@@ -15221,15 +15213,11 @@ CometChatGroupsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.
|
|
|
15221
15213
|
CometChatGroupsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, declarations: [CometChatGroupsWithMessagesComponent], imports: [CommonModule,
|
|
15222
15214
|
CometChatGroups,
|
|
15223
15215
|
CometChatMessages,
|
|
15224
|
-
BrowserModule,
|
|
15225
|
-
BrowserAnimationsModule,
|
|
15226
15216
|
CometChatMessageHeader], exports: [CometChatGroupsWithMessagesComponent] });
|
|
15227
15217
|
CometChatGroupsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, imports: [[
|
|
15228
15218
|
CommonModule,
|
|
15229
15219
|
CometChatGroups,
|
|
15230
15220
|
CometChatMessages,
|
|
15231
|
-
BrowserModule,
|
|
15232
|
-
BrowserAnimationsModule,
|
|
15233
15221
|
CometChatMessageHeader
|
|
15234
15222
|
]] });
|
|
15235
15223
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, decorators: [{
|
|
@@ -15240,8 +15228,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15240
15228
|
CommonModule,
|
|
15241
15229
|
CometChatGroups,
|
|
15242
15230
|
CometChatMessages,
|
|
15243
|
-
BrowserModule,
|
|
15244
|
-
BrowserAnimationsModule,
|
|
15245
15231
|
CometChatMessageHeader
|
|
15246
15232
|
],
|
|
15247
15233
|
exports: [CometChatGroupsWithMessagesComponent],
|
|
@@ -15442,15 +15428,11 @@ class CometChatUsersWithMessages {
|
|
|
15442
15428
|
CometChatUsersWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15443
15429
|
CometChatUsersWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, declarations: [CometChatUsersWithMessagesComponent], imports: [CommonModule,
|
|
15444
15430
|
CometChatUsers,
|
|
15445
|
-
CometChatMessages,
|
|
15446
|
-
BrowserModule,
|
|
15447
|
-
BrowserAnimationsModule], exports: [CometChatUsersWithMessagesComponent] });
|
|
15431
|
+
CometChatMessages], exports: [CometChatUsersWithMessagesComponent] });
|
|
15448
15432
|
CometChatUsersWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, imports: [[
|
|
15449
15433
|
CommonModule,
|
|
15450
15434
|
CometChatUsers,
|
|
15451
15435
|
CometChatMessages,
|
|
15452
|
-
BrowserModule,
|
|
15453
|
-
BrowserAnimationsModule,
|
|
15454
15436
|
]] });
|
|
15455
15437
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, decorators: [{
|
|
15456
15438
|
type: NgModule,
|
|
@@ -15460,8 +15442,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15460
15442
|
CommonModule,
|
|
15461
15443
|
CometChatUsers,
|
|
15462
15444
|
CometChatMessages,
|
|
15463
|
-
BrowserModule,
|
|
15464
|
-
BrowserAnimationsModule,
|
|
15465
15445
|
],
|
|
15466
15446
|
exports: [CometChatUsersWithMessagesComponent],
|
|
15467
15447
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|