@cometchat/chat-uikit-angular 4.3.6 → 4.3.8

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/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +15 -1
  2. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +3 -0
  3. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +7 -1
  4. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +7 -1
  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 +7 -1
  7. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +6 -0
  8. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +1 -0
  9. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +2 -1
  10. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +1 -2
  11. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +4 -4
  12. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +134 -79
  13. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +11 -4
  14. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +12 -4
  15. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +11 -3
  16. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +3 -3
  17. package/esm2020/CometChatList/cometchat-list.component.mjs +3 -3
  18. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +17 -3
  19. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +11 -3
  20. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +3 -3
  21. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +9 -3
  22. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +2 -2
  23. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +6 -2
  24. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +26 -2
  25. package/fesm2015/cometchat-chat-uikit-angular.mjs +240 -105
  26. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
  27. package/fesm2020/cometchat-chat-uikit-angular.mjs +237 -104
  28. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
  29. 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.6",
3
+ "version": "4.3.8",
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.10",
27
29
  "@cometchat/uikit-resources": "~4.3.7",
28
- "@cometchat/uikit-shared": "~4.3.8"
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",