@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.
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -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) => (
|
|
70545
|
+
const M = (E, p) => ({
|
|
70546
70546
|
componentName: "CometChatImageBubble",
|
|
70547
70547
|
props: {
|
|
70548
70548
|
src: E.getData().url,
|
package/package.json
CHANGED