@cometchat/chat-uikit-angular 4.3.5 → 4.3.7

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 (32) hide show
  1. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +1 -1
  2. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +7 -1
  3. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +3 -0
  4. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +7 -1
  5. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +7 -1
  6. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +1 -0
  7. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +7 -1
  8. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +3 -1
  9. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +6 -0
  10. package/README.md +22 -15
  11. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +7 -4
  12. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs +4 -2
  13. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +41 -14
  14. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +6 -4
  15. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +1 -2
  16. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +4 -4
  17. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +17 -5
  18. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +11 -4
  19. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +12 -4
  20. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +11 -3
  21. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +3 -3
  22. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +17 -6
  23. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +11 -3
  24. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +24 -20
  25. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +9 -3
  26. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +2 -2
  27. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +5 -4
  28. package/fesm2015/cometchat-chat-uikit-angular.mjs +165 -65
  29. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
  30. package/fesm2020/cometchat-chat-uikit-angular.mjs +162 -64
  31. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
  32. package/package.json +5 -3
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-angular",
3
- "version": "4.3.5",
3
+ "version": "4.3.7",
4
4
  "license": "https://www.cometchat.com/legal-terms-of-service",
5
+ "homepage": "https://www.cometchat.com",
6
+ "repository": "https://github.com/cometchat/cometchat-uikit-angular",
5
7
  "keywords": [
6
8
  "CometChat",
7
9
  "chat",
@@ -23,9 +25,9 @@
23
25
  "description": "Ready-to-use Chat UI Components for Angular (JavaScript/Web)",
24
26
  "peerDependencies": {
25
27
  "@cometchat/chat-sdk-javascript": "^4.0.5",
26
- "@cometchat/uikit-elements": "~4.3.7",
28
+ "@cometchat/uikit-elements": "~4.3.8",
27
29
  "@cometchat/uikit-resources": "~4.3.7",
28
- "@cometchat/uikit-shared": "~4.3.7"
30
+ "@cometchat/uikit-shared": "~4.3.9"
29
31
  },
30
32
  "module": "fesm2015/cometchat-chat-uikit-angular.mjs",
31
33
  "es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",