yahee-components 0.0.94-test1 → 0.0.94-test2

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