@cometchat/chat-uikit-angular 4.3.16 → 4.3.18

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.
Files changed (29) hide show
  1. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +1 -0
  2. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +2 -0
  3. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +1 -0
  4. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +1 -0
  5. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +1 -0
  6. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +1 -0
  7. package/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.d.ts +0 -2
  8. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +1 -1
  9. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +1 -0
  10. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +8 -3
  11. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +2 -2
  12. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +2 -11
  13. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +11 -5
  14. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +20 -4
  15. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +89 -23
  16. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +11 -5
  17. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +41 -2
  18. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +21 -32
  19. package/esm2020/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.mjs +1 -3
  20. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +27 -25
  21. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +2 -1
  22. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +9 -3
  23. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +2 -2
  24. package/examples/sample-app/README.md +4 -8
  25. package/fesm2015/cometchat-chat-uikit-angular.mjs +237 -115
  26. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
  27. package/fesm2020/cometchat-chat-uikit-angular.mjs +232 -107
  28. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
  29. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-angular",
3
- "version": "4.3.16",
3
+ "version": "4.3.18",
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",
@@ -24,10 +24,10 @@
24
24
  ],
25
25
  "description": "Ready-to-use Chat UI Components for Angular (JavaScript/Web)",
26
26
  "peerDependencies": {
27
- "@cometchat/chat-sdk-javascript": "^4.0.9",
28
- "@cometchat/uikit-elements": "~4.3.15",
29
- "@cometchat/uikit-resources": "~4.3.11",
30
- "@cometchat/uikit-shared": "~4.3.17"
27
+ "@cometchat/chat-sdk-javascript": "^4.0.10",
28
+ "@cometchat/uikit-elements": "~4.3.17",
29
+ "@cometchat/uikit-resources": "~4.3.13",
30
+ "@cometchat/uikit-shared": "~4.3.19"
31
31
  },
32
32
  "module": "fesm2015/cometchat-chat-uikit-angular.mjs",
33
33
  "es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",