@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
|
@@ -10,8 +10,6 @@ import { Injectable, Component, ViewChild, Input, ChangeDetectionStrategy, NgMod
|
|
|
10
10
|
import * as i3 from '@angular/common';
|
|
11
11
|
import { CommonModule, DatePipe } from '@angular/common';
|
|
12
12
|
import { FormsModule } from '@angular/forms';
|
|
13
|
-
import { BrowserModule } from '@angular/platform-browser';
|
|
14
|
-
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
15
13
|
|
|
16
14
|
class MessageUtils {
|
|
17
15
|
getEditOption(theme) {
|
|
@@ -14623,15 +14621,11 @@ CometChatConversationsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion:
|
|
|
14623
14621
|
CometChatConversationsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, declarations: [CometChatConversationsWithMessagesComponent], imports: [CommonModule,
|
|
14624
14622
|
CometChatConversations,
|
|
14625
14623
|
CometChatMessages,
|
|
14626
|
-
BrowserModule,
|
|
14627
|
-
BrowserAnimationsModule,
|
|
14628
14624
|
CometChatContacts], exports: [CometChatConversationsWithMessagesComponent] });
|
|
14629
14625
|
CometChatConversationsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, imports: [[
|
|
14630
14626
|
CommonModule,
|
|
14631
14627
|
CometChatConversations,
|
|
14632
14628
|
CometChatMessages,
|
|
14633
|
-
BrowserModule,
|
|
14634
|
-
BrowserAnimationsModule,
|
|
14635
14629
|
CometChatContacts
|
|
14636
14630
|
]] });
|
|
14637
14631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatConversationsWithMessages, decorators: [{
|
|
@@ -14642,8 +14636,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
14642
14636
|
CommonModule,
|
|
14643
14637
|
CometChatConversations,
|
|
14644
14638
|
CometChatMessages,
|
|
14645
|
-
BrowserModule,
|
|
14646
|
-
BrowserAnimationsModule,
|
|
14647
14639
|
CometChatContacts
|
|
14648
14640
|
],
|
|
14649
14641
|
exports: [CometChatConversationsWithMessagesComponent],
|
|
@@ -15116,15 +15108,11 @@ CometChatGroupsWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.
|
|
|
15116
15108
|
CometChatGroupsWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, declarations: [CometChatGroupsWithMessagesComponent], imports: [CommonModule,
|
|
15117
15109
|
CometChatGroups,
|
|
15118
15110
|
CometChatMessages,
|
|
15119
|
-
BrowserModule,
|
|
15120
|
-
BrowserAnimationsModule,
|
|
15121
15111
|
CometChatMessageHeader], exports: [CometChatGroupsWithMessagesComponent] });
|
|
15122
15112
|
CometChatGroupsWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, imports: [[
|
|
15123
15113
|
CommonModule,
|
|
15124
15114
|
CometChatGroups,
|
|
15125
15115
|
CometChatMessages,
|
|
15126
|
-
BrowserModule,
|
|
15127
|
-
BrowserAnimationsModule,
|
|
15128
15116
|
CometChatMessageHeader
|
|
15129
15117
|
]] });
|
|
15130
15118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatGroupsWithMessages, decorators: [{
|
|
@@ -15135,8 +15123,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15135
15123
|
CommonModule,
|
|
15136
15124
|
CometChatGroups,
|
|
15137
15125
|
CometChatMessages,
|
|
15138
|
-
BrowserModule,
|
|
15139
|
-
BrowserAnimationsModule,
|
|
15140
15126
|
CometChatMessageHeader
|
|
15141
15127
|
],
|
|
15142
15128
|
exports: [CometChatGroupsWithMessagesComponent],
|
|
@@ -15338,15 +15324,11 @@ class CometChatUsersWithMessages {
|
|
|
15338
15324
|
CometChatUsersWithMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15339
15325
|
CometChatUsersWithMessages.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, declarations: [CometChatUsersWithMessagesComponent], imports: [CommonModule,
|
|
15340
15326
|
CometChatUsers,
|
|
15341
|
-
CometChatMessages,
|
|
15342
|
-
BrowserModule,
|
|
15343
|
-
BrowserAnimationsModule], exports: [CometChatUsersWithMessagesComponent] });
|
|
15327
|
+
CometChatMessages], exports: [CometChatUsersWithMessagesComponent] });
|
|
15344
15328
|
CometChatUsersWithMessages.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, imports: [[
|
|
15345
15329
|
CommonModule,
|
|
15346
15330
|
CometChatUsers,
|
|
15347
15331
|
CometChatMessages,
|
|
15348
|
-
BrowserModule,
|
|
15349
|
-
BrowserAnimationsModule,
|
|
15350
15332
|
]] });
|
|
15351
15333
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CometChatUsersWithMessages, decorators: [{
|
|
15352
15334
|
type: NgModule,
|
|
@@ -15356,8 +15338,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15356
15338
|
CommonModule,
|
|
15357
15339
|
CometChatUsers,
|
|
15358
15340
|
CometChatMessages,
|
|
15359
|
-
BrowserModule,
|
|
15360
|
-
BrowserAnimationsModule,
|
|
15361
15341
|
],
|
|
15362
15342
|
exports: [CometChatUsersWithMessagesComponent],
|
|
15363
15343
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|