zxl-common-utils 0.0.1 → 0.0.2
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/lib/index.js +3 -3
- package/lib/index.js.gz +0 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -509,7 +509,7 @@ const $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
509
509
|
}, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ W({
|
|
510
510
|
__name: "TooltipBox",
|
|
511
511
|
props: {
|
|
512
|
-
|
|
512
|
+
visible: { type: Boolean, default: !1 },
|
|
513
513
|
offset: { default: 10 }
|
|
514
514
|
},
|
|
515
515
|
setup(e) {
|
|
@@ -576,9 +576,9 @@ const $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
576
576
|
}), G(() => {
|
|
577
577
|
document.removeEventListener("mousemove", m);
|
|
578
578
|
}), P(
|
|
579
|
-
() => t.
|
|
579
|
+
() => t.visible,
|
|
580
580
|
(f) => {
|
|
581
|
-
t.
|
|
581
|
+
t.visible ? (r.value = -9999, c.value = -9999, i.value = !0, se(() => {
|
|
582
582
|
p(u, s);
|
|
583
583
|
})) : i.value = !1;
|
|
584
584
|
},
|
package/lib/index.js.gz
CHANGED
|
Binary file
|