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 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
- isShow: { type: Boolean, default: !1 },
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.isShow,
579
+ () => t.visible,
580
580
  (f) => {
581
- t.isShow ? (r.value = -9999, c.value = -9999, i.value = !0, se(() => {
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zxl-common-utils",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "type": "module",
6
6
  "description": "A Vue 3 utility library with common tools, components and helpers",
7
7
  "keywords": [