@bcc-code/vue-bcc-chat-ui 1.1.2 → 1.1.3

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.
@@ -70542,7 +70542,7 @@ const ZFe = {
70542
70542
  u = !0;
70543
70543
  let g = po.getDataSource().getAllMessageTemplates();
70544
70544
  g.map((E) => (E.category === "message" && E.type === "image" && (E.contentView = (p, T) => M(p)), E));
70545
- const M = (E, p) => (console.log("my image", E.getData()), {
70545
+ const M = (E, p) => ({
70546
70546
  componentName: "CometChatImageBubble",
70547
70547
  props: {
70548
70548
  src: E.getData().url,
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": "1.1.2",
5
+ "version": "1.1.3",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [
@@ -77,7 +77,6 @@ const initTemplates = () => {
77
77
  message: CometChat.BaseMessage,
78
78
  _alignment: MessageBubbleAlignment
79
79
  ) => {
80
- console.log("my image", message.getData());
81
80
  return {
82
81
  componentName: "CometChatImageBubble",
83
82
  props: {