@weni/unnnic-system 2.20.1-alpha.2 → 2.20.1-alpha.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/{es-1ddcf26b.mjs → es-3666683b.mjs} +1 -1
- package/dist/{index-18d802a8.mjs → index-96b1128d.mjs} +4 -4
- package/dist/{pt-br-7710d33b.mjs → pt-br-bd4ba82e.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/ChatsMessage/ReplyMessage.vue +1 -1
- package/src/components/ChatsMessage/__tests__/ReplyMessage.spec.js +174 -0
|
@@ -22611,8 +22611,8 @@ function wee(e, i, n, a, r, o) {
|
|
|
22611
22611
|
});
|
|
22612
22612
|
}
|
|
22613
22613
|
const Cee = /* @__PURE__ */ k(_ee, [["render", wee], ["__scopeId", "data-v-b39e0e9f"]]);
|
|
22614
|
-
import("./es-
|
|
22615
|
-
import("./pt-br-
|
|
22614
|
+
import("./es-3666683b.mjs");
|
|
22615
|
+
import("./pt-br-bd4ba82e.mjs");
|
|
22616
22616
|
const Lo = {
|
|
22617
22617
|
name: "ChatsContact",
|
|
22618
22618
|
components: {
|
|
@@ -23089,7 +23089,7 @@ const e1e = { class: "reply-message__message-container" }, n1e = { class: "reply
|
|
|
23089
23089
|
if (!((l = i.replyMessage.media) != null && l.length))
|
|
23090
23090
|
return "text";
|
|
23091
23091
|
const o = i.replyMessage.media[0].content_type.split("/")[0];
|
|
23092
|
-
return o === "
|
|
23092
|
+
return o === "geo" ? "text" : ["audio", "video", "image"].includes(o) ? o : "attachment";
|
|
23093
23093
|
}), a = T1(
|
|
23094
23094
|
() => ["video", "image"].includes(n.value)
|
|
23095
23095
|
), r = L1("");
|
|
@@ -23195,7 +23195,7 @@ const e1e = { class: "reply-message__message-container" }, n1e = { class: "reply
|
|
|
23195
23195
|
], 2)) : E("", !0);
|
|
23196
23196
|
};
|
|
23197
23197
|
}
|
|
23198
|
-
}, Oc = /* @__PURE__ */ k(c1e, [["__scopeId", "data-v-
|
|
23198
|
+
}, Oc = /* @__PURE__ */ k(c1e, [["__scopeId", "data-v-7694e417"]]);
|
|
23199
23199
|
const f1e = {
|
|
23200
23200
|
name: "UnnnicChatsMessage",
|
|
23201
23201
|
components: {
|