@bcc-code/vue-bcc-chat-ui 5.7.2 → 5.7.4

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bcc-code/vue-bcc-chat-ui",
3
3
  "author": "bcc-code",
4
4
  "license": "Apache-2.0",
5
- "version": "5.7.2",
5
+ "version": "5.7.4",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [
@@ -50,7 +50,7 @@
50
50
  "vue": "^3.5.13"
51
51
  },
52
52
  "dependencies": {
53
- "@bcc-code/design-library-vue": "^2.11.3",
53
+ "@bcc-code/design-library-vue": "^3.0.12",
54
54
  "@bcc-code/icons-vue": "^1.4.0",
55
55
  "@cometchat/chat-sdk-javascript": "4.0.12",
56
56
  "@cometchat/chat-uikit-vue": "4.3.24",
@@ -88,6 +88,7 @@ const onMessageSend = CometChatMessageEvents.ccMessageSent.subscribe(({ message,
88
88
  tags.push(muid);
89
89
  (message as any).setTags(tags);
90
90
  (message as any).setMetadata(metadata);
91
+ isChatMessagesEmpty.value = false;
91
92
  });
92
93
 
93
94
  watch([loggedIn, chat.onlineStatus, () => props.chatUid, chat.initialized, () => props.groupMessageGetter, chat.scrollToMessageId, localLoadMessageId], async ([_loggedIn, _online, _chatUid, _initialized, _groupMessageGetter, _scrollToMessageId, _localLoadMessageId]) => {
@@ -479,4 +480,4 @@ accent900: text in avatar
479
480
  background: rgb(232, 229, 229);
480
481
  border-radius: 8px;
481
482
  }
482
- </style>
483
+ </style>