geekplus-digital-ui 0.1.22 → 0.1.24

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.
@@ -1 +1 @@
1
- .d-icon-tip .tip-content[data-v-3271ffa0]{white-space:pre-wrap}
1
+ .d-icon-tip .tip-content[data-v-fe982c8e]{white-space:pre-wrap}
@@ -1,4 +1,4 @@
1
- import { openBlock as n, createBlock as i, unref as o, withCtx as e, createVNode as r, mergeProps as p, createElementBlock as s, normalizeClass as d, createElementVNode as f, renderSlot as u, createTextVNode as y, toDisplayString as k } from "vue";
1
+ import { openBlock as n, createBlock as i, unref as o, withCtx as t, createVNode as r, mergeProps as m, createElementBlock as s, normalizeClass as d, createElementVNode as f, renderSlot as u, createTextVNode as y, toDisplayString as k } from "vue";
2
2
  import { ElTooltip as g, ElLink as S } from "element-plus";
3
3
  import "../../index.js";
4
4
  import C from "../../icons/circle-exclamation-solid.vue.js";
@@ -26,30 +26,33 @@ const h = { class: "tip-content" }, x = /* @__PURE__ */ Object.assign({
26
26
  }
27
27
  },
28
28
  emits: ["click"],
29
- setup(t, { emit: l }) {
30
- const a = l, m = () => {
29
+ setup(e, { emit: l }) {
30
+ const a = l, p = () => {
31
31
  a("click");
32
32
  };
33
- return (c, I) => (n(), i(o(g), { placement: t.placement }, {
34
- content: e(() => [
33
+ return (c, I) => (n(), i(o(g), {
34
+ "popper-class": "d-icon-tip",
35
+ placement: e.placement
36
+ }, {
37
+ content: t(() => [
35
38
  f("div", h, [
36
39
  u(c.$slots, "content", {}, () => [
37
- y(k(t.content), 1)
40
+ y(k(e.content), 1)
38
41
  ], !0)
39
42
  ])
40
43
  ]),
41
- default: e(() => [
42
- r(o(S), p(c.$attrs, {
43
- type: t.type,
44
+ default: t(() => [
45
+ r(o(S), m(c.$attrs, {
46
+ type: e.type,
44
47
  underline: "never",
45
- onClick: m
48
+ onClick: p
46
49
  }), {
47
- default: e(() => [
48
- t.icon ? (n(), s("i", {
50
+ default: t(() => [
51
+ e.icon ? (n(), s("i", {
49
52
  key: 0,
50
- class: d(["d-icon-tip", t.icon])
53
+ class: d(e.icon)
51
54
  }, null, 2)) : (n(), i(o(_), { key: 1 }, {
52
- default: e(() => [
55
+ default: t(() => [
53
56
  r(C)
54
57
  ]),
55
58
  _: 1
@@ -61,7 +64,7 @@ const h = { class: "tip-content" }, x = /* @__PURE__ */ Object.assign({
61
64
  _: 3
62
65
  }, 8, ["placement"]));
63
66
  }
64
- }), b = /* @__PURE__ */ E(x, [["__scopeId", "data-v-3271ffa0"]]);
67
+ }), b = /* @__PURE__ */ E(x, [["__scopeId", "data-v-fe982c8e"]]);
65
68
  export {
66
69
  b as default
67
70
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geekplus-digital-ui",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -26,6 +26,6 @@
26
26
  },
27
27
  "peerDependencies": {
28
28
  "element-plus": "^2.13.2",
29
- "vue": "^3.5.27"
29
+ "vue": "^3.5.29"
30
30
  }
31
31
  }