@cometchat/chat-uikit-angular 4.3.17 → 4.3.19

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 (26) hide show
  1. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +5 -5
  2. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +3 -2
  3. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.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 +8 -1
  6. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +1 -0
  7. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +6 -1
  8. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +14 -16
  9. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +8 -3
  10. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +15 -11
  11. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +2 -2
  12. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +2 -2
  13. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +11 -5
  14. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +10 -4
  15. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +52 -6
  16. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +37 -38
  17. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +1 -1
  18. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +1 -1
  19. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +2 -1
  20. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +9 -3
  21. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +13 -3
  22. package/fesm2015/cometchat-chat-uikit-angular.mjs +170 -85
  23. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
  24. package/fesm2020/cometchat-chat-uikit-angular.mjs +164 -83
  25. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
  26. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-angular",
3
- "version": "4.3.17",
3
+ "version": "4.3.19",
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.0.10",
28
- "@cometchat/uikit-elements": "~4.3.16",
29
- "@cometchat/uikit-resources": "~4.3.12",
30
- "@cometchat/uikit-shared": "~4.3.18"
28
+ "@cometchat/uikit-elements": "~4.3.18",
29
+ "@cometchat/uikit-resources": "~4.3.14",
30
+ "@cometchat/uikit-shared": "~4.3.21"
31
31
  },
32
32
  "module": "fesm2015/cometchat-chat-uikit-angular.mjs",
33
33
  "es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",