holyes-table 1.0.26 → 1.0.27
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.mjs
CHANGED
|
@@ -1243,7 +1243,7 @@ var _e = (e) => {
|
|
|
1243
1243
|
"border-top": "1px solid #e0e0e0"
|
|
1244
1244
|
} }, je = ["onMousedown"], H = ["onClick", "onMouseenter"], Me = {
|
|
1245
1245
|
key: 3,
|
|
1246
|
-
style: { "margin-left": "
|
|
1246
|
+
style: { "margin-left": "0px" }
|
|
1247
1247
|
}, Ne = ["onClick"], Pe = { style: {
|
|
1248
1248
|
display: "flex",
|
|
1249
1249
|
gap: "4px"
|
|
@@ -1647,7 +1647,8 @@ var _e = (e) => {
|
|
|
1647
1647
|
column: f,
|
|
1648
1648
|
row: t,
|
|
1649
1649
|
index: g
|
|
1650
|
-
}) : ""
|
|
1650
|
+
}) : "",
|
|
1651
|
+
p.showOverflow ? "pretextTable-text-ellipsis" : ""
|
|
1651
1652
|
])
|
|
1652
1653
|
}, [p.treeConfig?.isOpenTree && f.treeNode ? (h(), i(e, { key: 0 }, [a("span", { style: u({
|
|
1653
1654
|
marginLeft: (Number(t[S(m).level]) - 1) * (p.treeConfig?.indent || S(pt).indent) + "px",
|
|
@@ -1778,7 +1779,6 @@ var _e = (e) => {
|
|
|
1778
1779
|
"onChange"
|
|
1779
1780
|
])])) : (h(), i("span", {
|
|
1780
1781
|
key: 10,
|
|
1781
|
-
class: l({ "pretextTable-text-ellipsis": !!p.showOverflow }),
|
|
1782
1782
|
style: u({ paddingLeft: S(U).paddingLeft }),
|
|
1783
1783
|
title: p.showOverflow && t[f.field] || ""
|
|
1784
1784
|
}, [f.slots?.default ? (h(), i(e, { key: 0 }, [!p.lazyLoadSlot || t.slotShowTimestamp == S(mt) ? v(c.$slots, f.slots?.default, {
|
|
@@ -1786,7 +1786,7 @@ var _e = (e) => {
|
|
|
1786
1786
|
row: t,
|
|
1787
1787
|
column: f,
|
|
1788
1788
|
rowIndex: d
|
|
1789
|
-
}, () => [o(b(t[f.field] ?? ""), 1)]) : r("", !0)], 64)) : (h(), i(e, { key: 1 }, [o(b(t[f.field] ?? ""), 1)], 64))],
|
|
1789
|
+
}, () => [o(b(t[f.field] ?? ""), 1)]) : r("", !0)], 64)) : (h(), i(e, { key: 1 }, [o(b(t[f.field] ?? ""), 1)], 64))], 12, Le))], 2)) : r("", !0)], 46, H))), 128))], 4))], 64))), 128))], 4),
|
|
1790
1790
|
p.showFooter && S(L).length > 0 ? (h(), i("div", {
|
|
1791
1791
|
key: 1,
|
|
1792
1792
|
style: u([{
|
package/package.json
CHANGED