@cometchat/chat-uikit-angular 4.0.0-beta.1.1 → 4.0.0-beta.1.2

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 (56) hide show
  1. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +5 -2
  2. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +0 -1
  3. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +4 -0
  4. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +6 -4
  5. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +12 -2
  6. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +1 -1
  7. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +18 -10
  8. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +1 -1
  9. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +1 -1
  10. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +1 -1
  11. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +5 -8
  12. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +1 -1
  13. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +4 -1
  14. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +1 -1
  15. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +1 -1
  16. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +1 -1
  17. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +1 -1
  18. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +1 -1
  19. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +1 -1
  20. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +2 -1
  21. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +5 -1
  22. package/Shared/Utils/ComeChatException.d.ts +2 -0
  23. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +13 -6
  24. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +1 -24
  25. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +25 -7
  26. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +6 -16
  27. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +9 -3
  28. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +77 -9
  29. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +17 -13
  30. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +3 -1
  31. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +111 -55
  32. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +8 -3
  33. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +10 -25
  34. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +3 -1
  35. package/esm2020/CometChatList/cometchat-list.component.mjs +2 -2
  36. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +42 -15
  37. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +7 -4
  38. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +68 -55
  39. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +5 -4
  40. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +6 -5
  41. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +1 -1
  42. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +9 -23
  43. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +3 -1
  44. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +1 -1
  45. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +1 -1
  46. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +1 -1
  47. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +3 -2
  48. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +41 -25
  49. package/esm2020/Shared/Utils/ComeChatException.mjs +10 -0
  50. package/esm2020/public-api.mjs +2 -2
  51. package/fesm2015/cometchat-chat-uikit-angular.mjs +449 -283
  52. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -1
  53. package/fesm2020/cometchat-chat-uikit-angular.mjs +441 -278
  54. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -1
  55. package/package.json +3 -3
  56. package/public-api.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-angular",
3
- "version": "v4.0.0-beta.1.1",
3
+ "version": "v4.0.0-beta.1.2",
4
4
  "keywords": [
5
5
  "CometChat",
6
6
  "chat",
@@ -21,9 +21,9 @@
21
21
  ],
22
22
  "peerDependencies": {
23
23
  "@cometchat-pro/chat": "3.0.12",
24
- "@cometchat/uikit-elements": "1.0.0-beta.1.0",
24
+ "@cometchat/uikit-elements": "1.0.0-beta.1.1",
25
25
  "@cometchat/uikit-resources": "1.0.0-beta.1.0",
26
- "@cometchat/uikit-shared": "1.0.0-beta.1.0"
26
+ "@cometchat/uikit-shared": "1.0.0-beta.1.1"
27
27
  },
28
28
  "module": "fesm2015/cometchat-chat-uikit-angular.mjs",
29
29
  "es2020": "fesm2020/cometchat-chat-uikit-angular.mjs",
package/public-api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { CometChatUIKitConstants, DatePatterns, TabAlignment, IconButtonAlignment, DocumentIconAlignment, Placement, AuxiliaryButtonAlignment, MessageStatus, MessageBubbleAlignment, MessageListAlignment, Receipts, TitleAlignment, SelectionMode, States, TimestampAlignment, CometChatMessageComposerAction, CometChatTabItem, CometChatLocalize, CometChatTheme, CometChatPalette, CometChatTypography, localize, CometChatDetailsTemplate, CometChatDetailsOption, CometChatOption, CometChatMessageTemplate, CometChatMessageOption } from '@cometchat/uikit-resources';
2
2
  import { fontHelper } from '@cometchat/uikit-resources';
3
3
  export { fontHelper };
4
- export { ConversationUtils, DetailsUtils, GroupMemberUtils, MessageReceiptUtils, ConversationsConfiguration, CreateGroupConfiguration, DetailsConfiguration, GroupsConfiguration, JoinGroupConfiguration, MessageComposerConfiguration, MessageHeaderConfiguration, MessageListConfiguration, MessagesConfiguration, UsersConfiguration, ThreadedMessagesConfiguration, MessageBubbleConfiguration, AddMembersConfiguration, BannedMembersConfiguration, GroupMembersConfiguration, TransferOwnershipConfiguration, PollsConstants, SmartRepliesConstants, SmartRepliesConfiguration, StickersConstants, StickersConfiguration, MessageTranslationConstants, MessageTranslationConfiguration, CollaborativeWhiteboardConfiguration, CollaborativeDocumentConstants, CollaborativeDocumentConfiguration, CollaborativeWhiteboardConstants, ReactionsConstants, ImageModerationConfiguration, ImageModerationConstants, ThumbnailGenerationConstants, LinkPreviewConstants, CallingDetailsUtils, CallHistoryConfiguration, OutgoingCallConfiguration, CallButtonsConfiguration, CallscreenConfiguration, CallDetailsConfiguration } from '@cometchat/uikit-shared';
4
+ export { ConversationUtils, DetailsUtils, GroupMemberUtils, MessageReceiptUtils, ConversationsConfiguration, CreateGroupConfiguration, DetailsConfiguration, GroupsConfiguration, JoinGroupConfiguration, MessageComposerConfiguration, MessageHeaderConfiguration, MessageListConfiguration, MessagesConfiguration, UsersConfiguration, ThreadedMessagesConfiguration, MessageBubbleConfiguration, AddMembersConfiguration, BannedMembersConfiguration, GroupMembersConfiguration, TransferOwnershipConfiguration, PollsConstants, SmartRepliesConstants, SmartRepliesConfiguration, StickersConstants, StickersConfiguration, MessageTranslationConstants, MessageTranslationConfiguration, CollaborativeWhiteboardConfiguration, CollaborativeDocumentConstants, CollaborativeDocumentConfiguration, CollaborativeWhiteboardConstants, ReactionsConstants, ImageModerationConfiguration, ImageModerationConstants, ThumbnailGenerationConstants, LinkPreviewConstants, CallingDetailsUtils, CallHistoryConfiguration, OutgoingCallConfiguration, CallButtonsConfiguration, CallScreenConfiguration, CallDetailsConfiguration, ComposerId } from '@cometchat/uikit-shared';
5
5
  export { CometChatUIKit } from './Shared/CometChatUIkit/CometChatUIKit';
6
6
  export { ChatConfigurator } from './Shared/Framework/ChatConfigurator';
7
7
  export { DataSource } from './Shared/Framework/DataSource';