@idmwx/idmui-report 3.6.2 → 3.6.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/dist/index.js +4 -4
- package/dist/index.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6926,7 +6926,7 @@ const nw = {
|
|
|
6926
6926
|
}), _ = _ + "</div>") : _ = c.body;
|
|
6927
6927
|
const i = document.getElementById("col1"), n = document.getElementById("col2"), m = (i == null ? void 0 : i.offsetHeight) || 0, r = (n == null ? void 0 : n.offsetHeight) || 0;
|
|
6928
6928
|
if (m <= r) {
|
|
6929
|
-
let f = `<div class="${c.to.includes("op@ormwx.com") || c.source === "VRT" ? "mail-item item-left inbox" : "mail-item item-
|
|
6929
|
+
let f = `<div class="${c.to.includes("op@ormwx.com") || c.source === "VRT" ? "mail-item item-left inbox" : "mail-item item-left outbox"}">
|
|
6930
6930
|
<div class="date">Date: ${c.date}</div>
|
|
6931
6931
|
<div class="from">From: ${c.from}</div>
|
|
6932
6932
|
<div class="to">To: ${c.to}</div>
|
|
@@ -6934,7 +6934,7 @@ const nw = {
|
|
|
6934
6934
|
<br/>`;
|
|
6935
6935
|
f = f + _ + "</div>", i.insertAdjacentHTML("beforeend", f);
|
|
6936
6936
|
} else {
|
|
6937
|
-
let f = `<div class="${c.to.includes("op@ormwx.com") || c.source === "VRT" ? "mail-item item-
|
|
6937
|
+
let f = `<div class="${c.to.includes("op@ormwx.com") || c.source === "VRT" ? "mail-item item-right inbox" : "mail-item item-right outbox"}">
|
|
6938
6938
|
<div class="date">Date: ${c.date}</div>
|
|
6939
6939
|
<div class="from">From: ${c.from}</div>
|
|
6940
6940
|
<div class="to">To: ${c.to}</div>
|
|
@@ -6945,13 +6945,13 @@ const nw = {
|
|
|
6945
6945
|
});
|
|
6946
6946
|
}
|
|
6947
6947
|
}
|
|
6948
|
-
}, dw = { class: "report-email" }, cw = /* @__PURE__ */ at('<div class="section email-section" data-v-
|
|
6948
|
+
}, dw = { class: "report-email" }, cw = /* @__PURE__ */ at('<div class="section email-section" data-v-e04ce109><div class="header-block flex-center" data-v-e04ce109><i class="iconfont" data-v-e04ce109></i><div class="title" data-v-e04ce109>Emails</div></div><div class="content-box" data-v-e04ce109><div class="col col1" id="col1" data-v-e04ce109></div><div class="col col2" id="col2" data-v-e04ce109></div></div></div>', 1), rw = [
|
|
6949
6949
|
cw
|
|
6950
6950
|
];
|
|
6951
6951
|
function uw(o, c, s, _, i, n) {
|
|
6952
6952
|
return a(), d("div", dw, rw);
|
|
6953
6953
|
}
|
|
6954
|
-
const hw = /* @__PURE__ */ Bt(nw, [["render", uw], ["__scopeId", "data-v-
|
|
6954
|
+
const hw = /* @__PURE__ */ Bt(nw, [["render", uw], ["__scopeId", "data-v-e04ce109"]]);
|
|
6955
6955
|
const _w = {
|
|
6956
6956
|
name: "OrmVoyageIndex",
|
|
6957
6957
|
components: {
|