erp-plus 1.0.68 → 1.0.70
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/erp-plus.css +1 -1
- package/dist/erp-plus.es.js +7 -2
- package/dist/erp-plus.umd.js +1 -1
- package/package.json +1 -1
package/dist/erp-plus.es.js
CHANGED
|
@@ -2342,7 +2342,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2342
2342
|
]);
|
|
2343
2343
|
};
|
|
2344
2344
|
}
|
|
2345
|
-
}), c1 = /* @__PURE__ */ u1(q4, [["__scopeId", "data-v-
|
|
2345
|
+
}), c1 = /* @__PURE__ */ u1(q4, [["__scopeId", "data-v-b87da57b"]]), m1 = /* @__PURE__ */ _({
|
|
2346
2346
|
__name: "Tree",
|
|
2347
2347
|
props: {
|
|
2348
2348
|
data: {
|
|
@@ -2545,6 +2545,10 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2545
2545
|
type: Boolean,
|
|
2546
2546
|
default: !0
|
|
2547
2547
|
},
|
|
2548
|
+
showOverflowTooltip: {
|
|
2549
|
+
type: Boolean,
|
|
2550
|
+
default: !0
|
|
2551
|
+
},
|
|
2548
2552
|
size: {
|
|
2549
2553
|
type: String,
|
|
2550
2554
|
default: "huge"
|
|
@@ -2695,6 +2699,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2695
2699
|
"max-height": 400,
|
|
2696
2700
|
loading: t.loading,
|
|
2697
2701
|
"empty-state": t.emptyState,
|
|
2702
|
+
showOverflowTooltip: t.showOverflowTooltip,
|
|
2698
2703
|
isSelection: !1,
|
|
2699
2704
|
onRowClick: d
|
|
2700
2705
|
}, e1({
|
|
@@ -2726,7 +2731,7 @@ const G4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2726
2731
|
H(g.$slots, h, l1(i1(K)))
|
|
2727
2732
|
])
|
|
2728
2733
|
}))
|
|
2729
|
-
]), 1032, ["columns", "data", "loading", "empty-state"])),
|
|
2734
|
+
]), 1032, ["columns", "data", "loading", "empty-state", "showOverflowTooltip"])),
|
|
2730
2735
|
b(C1, {
|
|
2731
2736
|
class: "selector-pagination",
|
|
2732
2737
|
total: t.tableTotal,
|