yahee-components 0.0.94-test2 → 0.0.94-test3

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,6 +1,6 @@
1
1
  import c from "./help-tag.vue2.js";
2
- import { createElementBlock as i, openBlock as r, createVNode as o, withCtx as t, withDirectives as l, createElementVNode as a, withModifiers as s } from "vue";
3
- import p from "../_virtual/_plugin-vue_export-helper.js";
2
+ import { createElementBlock as i, openBlock as r, createVNode as o, withCtx as t, withDirectives as a, createElementVNode as l, withModifiers as p } from "vue";
3
+ import s from "../_virtual/_plugin-vue_export-helper.js";
4
4
  const d = {
5
5
  class: "yahee-help-tag",
6
6
  ref: "yaheeHelpTag"
@@ -11,13 +11,14 @@ function _(m, h, n, e, g, w) {
11
11
  ref: "popoverRef",
12
12
  placement: "bottom",
13
13
  width: n.tipsContentSize.width,
14
+ "append-to": e.yaheeHelpTag,
14
15
  trigger: "click"
15
16
  }, {
16
17
  reference: t(() => [
17
18
  o(e.ElIcon, {
18
19
  size: "18",
19
20
  color: "#ccc",
20
- onClick: s(e.getTipsContent, ["stop"]),
21
+ onClick: p(e.getTipsContent, ["stop"]),
21
22
  style: { cursor: "pointer" }
22
23
  }, {
23
24
  default: t(() => [
@@ -27,7 +28,7 @@ function _(m, h, n, e, g, w) {
27
28
  })
28
29
  ]),
29
30
  default: t(() => [
30
- l(a("div", {
31
+ a(l("div", {
31
32
  class: "tips-content",
32
33
  ref: "contentRef",
33
34
  innerHTML: e.tipsContent
@@ -36,10 +37,10 @@ function _(m, h, n, e, g, w) {
36
37
  ])
37
38
  ]),
38
39
  _: 1
39
- }, 8, ["width"])
40
+ }, 8, ["width", "append-to"])
40
41
  ], 512);
41
42
  }
42
- const E = /* @__PURE__ */ p(c, [["render", _], ["__file", "E:/project/common_componentsweb_new/common_componentsweb/packages/components/src/help-tag/help-tag.vue"]]);
43
+ const C = /* @__PURE__ */ s(c, [["render", _], ["__file", "E:/project/common_componentsweb_new/common_componentsweb/packages/components/src/help-tag/help-tag.vue"]]);
43
44
  export {
44
- E as default
45
+ C as default
45
46
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.94-test2",
4
+ "version": "0.0.94-test3",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",