yahee-components 0.0.92 → 0.0.94

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,8 +1,9 @@
1
- import B from "./complex-search.vue2.js";
2
- import { resolveComponent as r, createElementBlock as d, openBlock as n, Fragment as u, createElementVNode as b, createVNode as t, withKeys as _, createSlots as U, withCtx as a, renderList as i, createBlock as s, createCommentVNode as V, createTextVNode as h, toDisplayString as c } from "vue";
1
+ import _ from "./complex-search.vue2.js";
2
+ import { resolveComponent as r, createElementBlock as d, openBlock as n, Fragment as u, createElementVNode as b, createVNode as t, withKeys as B, createSlots as U, withCtx as a, renderList as i, createBlock as s, createCommentVNode as V, createTextVNode as h, toDisplayString as c } from "vue";
3
+ /* empty css */
3
4
  import O from "../_virtual/_plugin-vue_export-helper.js";
4
5
  const z = { class: "yahee-complex-search" }, P = { class: "search-type-checkbox" }, W = { class: "dialog-footer" };
5
- function E(e, o, N, $, K, L) {
6
+ function E(e, o, N, $, I, K) {
6
7
  const m = r("el-option"), p = r("el-select"), C = r("Search"), w = r("el-icon"), f = r("el-input"), g = r("el-checkbox"), v = r("el-link"), y = r("el-form-item"), S = r("el-row"), F = r("el-form"), k = r("el-button"), T = r("el-dialog");
7
8
  return n(), d(u, null, [
8
9
  b("div", z, [
@@ -14,7 +15,7 @@ function E(e, o, N, $, K, L) {
14
15
  clearable: "",
15
16
  maxlength: "30",
16
17
  onChange: e.handleSearch,
17
- onKeyup: _(e.handleSearch, ["enter"]),
18
+ onKeyup: B(e.handleSearch, ["enter"]),
18
19
  onPaste: e.pasteFormatInput,
19
20
  onClear: e.handleClear
20
21
  }, U({
@@ -212,7 +213,7 @@ function E(e, o, N, $, K, L) {
212
213
  }, 8, ["modelValue", "before-close"])
213
214
  ], 64);
214
215
  }
215
- const X = /* @__PURE__ */ O(B, [["render", E]]);
216
+ const j = /* @__PURE__ */ O(_, [["render", E], ["__scopeId", "data-v-814a7364"]]);
216
217
  export {
217
- X as default
218
+ j as default
218
219
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as R, toRefs as _, ref as n, watch as k } from "vue";
1
+ import { defineComponent as R, toRefs as _, ref as l, watch as k } from "vue";
2
2
  import v from "../_virtual/lodash.js";
3
- import { defaultComplexSearchProps as l } from "./props.js";
4
- import { ElLink as G, ElOption as P, ElButton as K, ElRow as V, ElFormItem as j, ElForm as q, ElIcon as Y, ElDialog as $, ElSelect as z, ElCheckbox as J, ElInput as M } from "element-plus";
3
+ import { defaultComplexSearchProps as o } from "./props.js";
4
+ import { ElLink as L, ElOption as P, ElButton as G, ElRow as K, ElFormItem as V, ElForm as j, ElIcon as q, ElDialog as Y, ElSelect as $, ElCheckbox as z, ElInput as J } from "element-plus";
5
5
  import "element-plus/theme-chalk/src/base.scss";
6
6
  import "element-plus/theme-chalk/src/input.scss";
7
7
  import "element-plus/theme-chalk/src/checkbox.scss";
@@ -18,179 +18,167 @@ import "element-plus/theme-chalk/src/form-item.scss";
18
18
  import "element-plus/theme-chalk/src/row.scss";
19
19
  import "element-plus/theme-chalk/src/button.scss";
20
20
  import "element-plus/theme-chalk/src/link.scss";
21
- import { Search as N } from "@element-plus/icons-vue";
22
- const Ce = R({
21
+ import { Search as M } from "@element-plus/icons-vue";
22
+ const ye = R({
23
23
  name: "YaheeComplexSearch",
24
24
  components: {
25
- ElInput: M,
26
- ElCheckbox: J,
27
- ElSelect: z,
28
- ElDialog: $,
29
- ElIcon: Y,
30
- ElForm: q,
31
- ElFormItem: j,
32
- ElRow: V,
33
- ElButton: K,
25
+ ElInput: J,
26
+ ElCheckbox: z,
27
+ ElSelect: $,
28
+ ElDialog: Y,
29
+ ElIcon: q,
30
+ ElForm: j,
31
+ ElFormItem: V,
32
+ ElRow: K,
33
+ ElButton: G,
34
34
  ElOption: P,
35
- ElLink: G,
36
- Search: N
35
+ ElLink: L,
36
+ Search: M
37
37
  },
38
38
  props: {
39
39
  defaultSearch: {
40
40
  type: String,
41
- default: l().defaultSearch
41
+ default: o().defaultSearch
42
42
  },
43
43
  options: {
44
44
  type: Array,
45
- default: l().options
45
+ default: o().options
46
46
  },
47
47
  placeholderText: {
48
48
  type: String,
49
- default: l().placeholderText
49
+ default: o().placeholderText
50
50
  },
51
51
  showPatchSearch: {
52
52
  type: Boolean,
53
- default: l().showPatchSearch
53
+ default: o().showPatchSearch
54
54
  },
55
55
  showWithinFilterCheckbox: {
56
56
  type: Boolean,
57
- default: l().showWithinFilterCheckbox
57
+ default: o().showWithinFilterCheckbox
58
58
  },
59
59
  specialOptions: {
60
60
  type: Array,
61
- default: l().specialOptions
61
+ default: o().specialOptions
62
62
  },
63
63
  normalOptions: {
64
64
  type: Array,
65
- default: l().normalOptions
65
+ default: o().normalOptions
66
66
  },
67
67
  showSelect: {
68
68
  type: Boolean,
69
- default: l().showSelect
69
+ default: o().showSelect
70
70
  },
71
71
  searchItem: {
72
72
  type: Object,
73
- default: l().searchItem
73
+ default: o().searchItem
74
74
  },
75
75
  isBatchSelectOptionsSameWithInput: {
76
76
  type: Boolean,
77
- default: l().isBatchSelectOptionsSameWithInput
77
+ default: o().isBatchSelectOptionsSameWithInput
78
78
  },
79
79
  batchOptions: {
80
80
  type: Array,
81
- default: l().batchOptions
81
+ default: o().batchOptions
82
82
  }
83
83
  },
84
84
  emits: ["filterChangeGrandson", "update:searchItem"],
85
- setup(y, { emit: i }) {
86
- const { specialOptions: C, normalOptions: I, searchItem: E } = _(y), h = n(y.defaultSearch || "WHOLE_SEARCH"), o = n(""), p = n(!1), d = n(!1), u = n(!1), S = n(null), r = n({ searchType: "WHOLE_SEARCH", searchContent: "" }), T = [{ value: "WHOLE_SEARCH", label: "综合搜索" }], F = {
85
+ setup(y, { emit: f }) {
86
+ const { specialOptions: C, normalOptions: g, searchItem: E } = _(y), i = l(y.defaultSearch || "WHOLE_SEARCH"), h = l(""), p = l(!1), d = l(!1), u = l(!1), S = l(null), r = l({ searchType: "WHOLE_SEARCH", searchContent: "" }), I = [{ value: "WHOLE_SEARCH", label: "综合搜索" }], T = {
87
87
  searchContent: [{ required: !0, message: "请输入查询内容", trigger: "blur" }]
88
- }, c = n({ ...E.value });
88
+ }, n = l({ ...E.value });
89
89
  k(
90
90
  () => E.value,
91
- (e) => {
92
- c.value = { ...e }, g();
91
+ (t) => {
92
+ n.value = { ...t }, s();
93
93
  },
94
94
  { deep: !0 }
95
95
  );
96
- const g = () => {
97
- let e = {};
98
- p.value ? e = {
99
- ...c.value,
100
- ...o.value ? { putSearch: o.value } : {},
101
- searchType: h.value
102
- // 包含 searchType
103
- } : e = {
104
- ...c.value
105
- // 注意:这里不包含 searchType
106
- }, e.putSearch === "" && delete e.putSearch, console.log("左侧筛选条件变化,触发搜索:", e), p.value ? i("filterChangeGrandson", e, h.value) : i("filterChangeGrandson", e, void 0);
107
- }, m = () => {
108
- let e = {};
109
- p.value ? e = {
110
- ...c.value,
111
- putSearch: o.value || "",
112
- searchType: h.value
113
- } : e = {
114
- putSearch: o.value || "",
115
- searchType: h.value
116
- // 包含 searchType
117
- }, e.putSearch === "" && delete e.putSearch, console.log("搜索框变化,触发搜索:", e), i("filterChangeGrandson", e, h.value);
118
- }, b = () => {
119
- m();
96
+ const b = () => {
97
+ s();
120
98
  }, w = () => {
121
- o.value = "", m();
99
+ h.value = "", s();
100
+ }, s = () => {
101
+ let t = {};
102
+ p.value ? t = {
103
+ ...n.value,
104
+ putSearch: h.value || "",
105
+ searchType: i.value
106
+ } : t = {
107
+ putSearch: h.value || "",
108
+ searchType: i.value
109
+ }, f("filterChangeGrandson", t, i.value);
122
110
  }, W = () => {
123
- o.value ? m() : g();
111
+ s();
124
112
  }, x = () => {
125
113
  u.value = !0;
126
114
  }, B = () => {
127
115
  u.value = !1, r.value = { searchType: "WHOLE_SEARCH", searchContent: "" };
128
- }, H = (e, t) => {
129
- const a = { ...e };
130
- return v.map(C.value, (s) => s.key).includes(t.filterKey) ? C.value.forEach((s) => delete a[s.key]) : delete a[t.filterKey], a;
131
- }, A = (e) => {
132
- let t = { ...c.value };
133
- v.forEach(e, (a) => {
134
- t = H(t, a);
135
- const { checkedValues: s, filterKey: f } = a;
136
- v.isEmpty(s) ? delete t[f] : I.value.includes(f) ? t[f] = s[0] : t[f] = s;
137
- }), c.value = t, i("update:searchItem", t);
138
- }, D = (e) => {
139
- const t = O(e);
140
- t !== null && (o.value = t, setTimeout(() => {
141
- m();
116
+ }, F = (t, e) => {
117
+ const a = { ...t };
118
+ return v.map(C.value, (c) => c.key).includes(e.filterKey) ? C.value.forEach((c) => delete a[c.key]) : delete a[e.filterKey], a;
119
+ }, H = (t) => {
120
+ let e = { ...n.value };
121
+ v.forEach(t, (a) => {
122
+ e = F(e, a);
123
+ const { checkedValues: c, filterKey: m } = a;
124
+ v.isEmpty(c) ? delete e[m] : g.value.includes(m) ? e[m] = c[0] : e[m] = c;
125
+ }), n.value = e, f("update:searchItem", e), p.value && s();
126
+ }, A = (t) => {
127
+ const e = O(t);
128
+ e !== null && (h.value = e, setTimeout(() => {
129
+ s();
142
130
  }, 50));
143
- }, L = (e) => {
144
- const t = O(e);
145
- if (t) {
131
+ }, D = (t) => {
132
+ const e = O(t);
133
+ if (e) {
146
134
  const a = r.value.searchContent || "";
147
- r.value.searchContent = a ? `${a},${t}` : t;
135
+ r.value.searchContent = a ? `${a},${e}` : e;
148
136
  }
149
- }, O = (e) => {
137
+ }, O = (t) => {
150
138
  var a;
151
- e.preventDefault();
152
- const t = (a = e.clipboardData) == null ? void 0 : a.getData("text/plain");
153
- return t == null ? void 0 : t.replace(/[\n\r\t]+/g, ",");
139
+ t.preventDefault();
140
+ const e = (a = t.clipboardData) == null ? void 0 : a.getData("text/plain");
141
+ return e == null ? void 0 : e.replace(/[\n\r\t]+/g, ",");
154
142
  };
155
143
  return {
156
- selectedSearchType: h,
157
- putSearch: o,
144
+ selectedSearchType: i,
145
+ putSearch: h,
158
146
  isWithinFilterOptions: p,
159
147
  confirmLoading: d,
160
148
  showBatchSearch: u,
161
149
  batchSearchFormRef: S,
162
150
  batchSearchForm: r,
163
- defalutOptions: T,
164
- rules: F,
151
+ defalutOptions: I,
152
+ rules: T,
165
153
  showBatchSearchDialog: x,
166
154
  handleBatchSearchClose: B,
167
155
  searchWithinFilterOptions: W,
168
156
  handleSearch: b,
169
157
  handleClear: w,
170
- pasteFormatInput: D,
158
+ pasteFormatInput: A,
171
159
  confirmSearch: () => {
172
- S.value && S.value.validate((e) => {
173
- var t;
174
- if (e && ((t = r.value.searchContent) != null && t.trim())) {
160
+ S.value && S.value.validate((t) => {
161
+ var e;
162
+ if (t && ((e = r.value.searchContent) != null && e.trim())) {
175
163
  d.value = !0;
176
164
  let a = {};
177
165
  p.value ? a = {
178
- ...c.value,
166
+ ...n.value,
179
167
  putSearch: r.value.searchContent.trim(),
180
168
  searchType: r.value.searchType
181
169
  } : a = {
182
170
  putSearch: r.value.searchContent.trim(),
183
171
  searchType: r.value.searchType
184
- }, i("filterChangeGrandson", a, r.value.searchType), r.value = { searchType: "WHOLE_SEARCH", searchContent: "" }, u.value = !1, d.value = !1;
172
+ }, f("filterChangeGrandson", a, r.value.searchType), r.value = { searchType: "WHOLE_SEARCH", searchContent: "" }, u.value = !1, d.value = !1;
185
173
  }
186
174
  });
187
175
  },
188
- pasteFormat: L,
189
- filterChange: A,
190
- getSearchItem: () => c.value
176
+ pasteFormat: D,
177
+ filterChange: H,
178
+ getSearchItem: () => n.value
191
179
  };
192
180
  }
193
181
  });
194
182
  export {
195
- Ce as default
183
+ ye as default
196
184
  };
@@ -0,0 +1,73 @@
1
+ import { defineComponent as u, ref as n, nextTick as d, createElementBlock as h, openBlock as v, createVNode as p, unref as i, withCtx as c, withDirectives as m, createElementVNode as g, normalizeStyle as y, withModifiers as C } from "vue";
2
+ import { GetHelpTag as _ } from "../packages/components/api/log/index.js";
3
+ import { InfoFilled as w } from "@element-plus/icons-vue";
4
+ import { ElPopover as k, vLoading as z, ElIcon as S } from "element-plus";
5
+ import "element-plus/theme-chalk/src/base.scss";
6
+ import "element-plus/theme-chalk/src/popper.scss";
7
+ import "element-plus/theme-chalk/src/popover.scss";
8
+ const x = { class: "yahee-help-tag" }, I = ["innerHTML"], B = /* @__PURE__ */ u({
9
+ __name: "help-tag",
10
+ props: {
11
+ tipsId: {
12
+ type: String,
13
+ default: ""
14
+ },
15
+ tipsContentSize: {
16
+ type: Object,
17
+ default: () => ({ width: 80, height: 80 }),
18
+ required: !1
19
+ }
20
+ },
21
+ setup(l) {
22
+ const r = n(), e = n(null), t = n(null), a = n(!1), f = l;
23
+ d(() => {
24
+ t.value && (t.value.style.height = `${f.tipsContentSize.height}px`, t.value.style.overflowY = "auto"), e.value && typeof e.value.updatePopper == "function" && e.value.updatePopper();
25
+ });
26
+ const s = () => {
27
+ a.value = !0, _({ Id: f.tipsId }).then((o) => {
28
+ o && o.Content && (r.value = o.Content.Content);
29
+ }).catch(() => {
30
+ r.value = "加载失败,请重试";
31
+ }).finally(() => {
32
+ a.value = !1;
33
+ });
34
+ };
35
+ return (o, T) => (v(), h("div", x, [
36
+ p(i(k), {
37
+ ref_key: "popoverRef",
38
+ ref: e,
39
+ placement: "bottom",
40
+ width: l.tipsContentSize.width,
41
+ trigger: "click"
42
+ }, {
43
+ reference: c(() => [
44
+ p(i(S), {
45
+ size: "18",
46
+ color: "#ccc",
47
+ onClick: C(s, ["stop"]),
48
+ style: { cursor: "pointer" }
49
+ }, {
50
+ default: c(() => [
51
+ p(i(w))
52
+ ]),
53
+ _: 1
54
+ })
55
+ ]),
56
+ default: c(() => [
57
+ m(g("div", {
58
+ ref_key: "contentRef",
59
+ ref: t,
60
+ innerHTML: r.value,
61
+ style: y({ height: l.tipsContentSize.height, overflowY: "hidden" })
62
+ }, null, 12, I), [
63
+ [i(z), a.value]
64
+ ])
65
+ ]),
66
+ _: 1
67
+ }, 8, ["width"])
68
+ ]));
69
+ }
70
+ });
71
+ export {
72
+ B as default
73
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./help-tag.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,7 @@
1
+ import { withInstall as t } from "../utils/install.js";
2
+ import a from "./help-tag.vue.js";
3
+ const m = t(a);
4
+ export {
5
+ m as YaheeHelpTag,
6
+ m as default
7
+ };
@@ -0,0 +1,9 @@
1
+ function t() {
2
+ return {
3
+ tipsContentSize: () => ({ width: 80, height: 80 }),
4
+ tipsId: ""
5
+ };
6
+ }
7
+ export {
8
+ t as defaultHelpTagProps
9
+ };
@@ -0,0 +1,4 @@
1
+ .yahee-help-tag {
2
+ display: flex;
3
+ align-items: center;
4
+ }
package/es/index.js CHANGED
@@ -10,40 +10,44 @@ import { YaheeOperationLog as I } from "./operation-log/index.js";
10
10
  import { YaheeCountryPlatformShopCondition as E } from "./country-platform-shop-condition/index.js";
11
11
  import { YaheeLeftCondition as L } from "./left-condition/index.js";
12
12
  import { YaheeLeftConditionEnum as D } from "./left-condition-enum/index.js";
13
- import { YaheeDropDownCondition as W } from "./drop-down-condition/index.js";
14
- import { YaheeCommonImport as k } from "./common-import/index.js";
15
- import { YaheeBorderWrap as A } from "./border-wrap/index.js";
16
- import { YaheeEchartGauge as j } from "./echart-gauge/index.js";
17
- import { YaheeScaleScreen as v } from "./scale-screen/index.js";
13
+ import { YaheeDropDownCondition as T } from "./drop-down-condition/index.js";
14
+ import { YaheeCommonImport as W } from "./common-import/index.js";
15
+ import { YaheeBorderWrap as k } from "./border-wrap/index.js";
16
+ import { YaheeEchartGauge as A } from "./echart-gauge/index.js";
17
+ import { YaheeScaleScreen as j } from "./scale-screen/index.js";
18
+ import { YaheeHelpTag as v } from "./help-tag/index.js";
18
19
  import { defaultComplexSearchProps as F } from "./complex-search/props.js";
19
- import { defaultCopyProps as J } from "./copy/props.js";
20
- import { defaultBorderWrapPropsProps as M } from "./border-wrap/props.js";
21
- import { defaultEchartGaugeProps as Q } from "./echart-gauge/props.js";
22
- import { defaultScaleScreenProps as T } from "./scale-screen/props.js";
20
+ import { defaultCopyProps as K } from "./copy/props.js";
21
+ import { defaultBorderWrapPropsProps as N } from "./border-wrap/props.js";
22
+ import { defaultEchartGaugeProps as R } from "./echart-gauge/props.js";
23
+ import { defaultScaleScreenProps as X } from "./scale-screen/props.js";
24
+ import { defaultHelpTagProps as _ } from "./help-tag/props.js";
23
25
  const { setConfig: p } = t(), n = e([...r]);
24
26
  function x(o) {
25
27
  p(o);
26
28
  }
27
29
  export {
28
30
  P as YaheeAnnexUpload,
29
- A as YaheeBorderWrap,
30
- k as YaheeCommonImport,
31
+ k as YaheeBorderWrap,
32
+ W as YaheeCommonImport,
31
33
  s as YaheeComplexSearch,
32
34
  u as YaheeCopy,
33
35
  E as YaheeCountryPlatformShopCondition,
34
- W as YaheeDropDownCondition,
35
- j as YaheeEchartGauge,
36
+ T as YaheeDropDownCondition,
37
+ A as YaheeEchartGauge,
38
+ v as YaheeHelpTag,
36
39
  C as YaheeImageUpload,
37
40
  i as YaheeInput,
38
41
  L as YaheeLeftCondition,
39
42
  D as YaheeLeftConditionEnum,
40
43
  I as YaheeOperationLog,
41
- v as YaheeScaleScreen,
44
+ j as YaheeScaleScreen,
42
45
  n as default,
43
- M as defaultBorderWrapPropsProps,
46
+ N as defaultBorderWrapPropsProps,
44
47
  F as defaultComplexSearchProps,
45
- J as defaultCopyProps,
46
- Q as defaultEchartGaugeProps,
47
- T as defaultScaleScreenProps,
48
+ K as defaultCopyProps,
49
+ R as defaultEchartGaugeProps,
50
+ _ as defaultHelpTagProps,
51
+ X as defaultScaleScreenProps,
48
52
  x as useGlobalConfig
49
53
  };
package/es/installs.js CHANGED
@@ -6,13 +6,14 @@ import { YaheeOperationLog as t } from "./operation-log/index.js";
6
6
  import { YaheeAnnexUpload as a } from "./annex-upload/index.js";
7
7
  import { YaheeLeftCondition as p } from "./left-condition/index.js";
8
8
  import { YaheeLeftConditionEnum as i } from "./left-condition-enum/index.js";
9
- import { YaheeDropDownCondition as n } from "./drop-down-condition/index.js";
10
- import { YaheeCountryPlatformShopCondition as f } from "./country-platform-shop-condition/index.js";
9
+ import { YaheeDropDownCondition as f } from "./drop-down-condition/index.js";
10
+ import { YaheeCountryPlatformShopCondition as n } from "./country-platform-shop-condition/index.js";
11
11
  import { YaheeCommonImport as h } from "./common-import/index.js";
12
12
  import { YaheeBorderWrap as Y } from "./border-wrap/index.js";
13
- import { YaheeEchartGauge as d } from "./echart-gauge/index.js";
14
- import { YaheeScaleScreen as l } from "./scale-screen/index.js";
15
- const A = [
13
+ import { YaheeEchartGauge as l } from "./echart-gauge/index.js";
14
+ import { YaheeScaleScreen as d } from "./scale-screen/index.js";
15
+ import { YaheeHelpTag as C } from "./help-tag/index.js";
16
+ const G = [
16
17
  o,
17
18
  e,
18
19
  r,
@@ -21,15 +22,16 @@ const A = [
21
22
  a,
22
23
  p,
23
24
  i,
24
- n,
25
25
  f,
26
+ n,
26
27
  h,
27
28
  Y,
29
+ l,
28
30
  d,
29
- l
31
+ C
30
32
  // YaheeFilterContainer,
31
33
  // YaheeFilterWrapper,
32
34
  ];
33
35
  export {
34
- A as default
36
+ G as default
35
37
  };
package/es/style.css CHANGED
@@ -548,6 +548,11 @@
548
548
  font-size: 20px;
549
549
  }
550
550
 
551
+ .yahee-help-tag {
552
+ display: flex;
553
+ align-items: center;
554
+ }
555
+
551
556
  :root {
552
557
  --el-color-primary: #3366cc;
553
558
  --el-text-color-regular: #000;
@@ -1 +1 @@
1
- .container[data-v-d3e37633]{box-sizing:initial;display:inline-block;text-align:center;border-radius:50%;overflow:hidden}.spinner[data-v-d3e37633]{box-sizing:initial;border:2px solid #a1a1a1;border-right-color:transparent;width:23px;height:23px;border-radius:50%;animation:spin-d3e37633 .9s linear infinite}@keyframes spin-d3e37633{to{transform:rotate(360deg)}}.v3-infinite-loading[data-v-4bdee133]{width:100%;height:44px}.state-error[data-v-4bdee133]{display:flex;flex-direction:column;align-items:center}.retry[data-v-4bdee133]{margin-top:8px;padding:2px 6px 4px;width:60px;color:inherit;font-size:14px;font-family:inherit;background:transparent;border:2px solid currentColor;border-radius:5px;outline:none;cursor:pointer}.retry[data-v-4bdee133]:hover{opacity:.8}
1
+ .yahee-complex-search[data-v-814a7364]{width:100%}.search-type-checkbox[data-v-814a7364]{display:flex;justify-content:space-between;margin-top:8px;align-items:center}.row-class[data-v-814a7364]{margin-bottom:16px}.dialog-footer[data-v-814a7364]{display:flex;justify-content:flex-end;gap:12px}.container[data-v-d3e37633]{box-sizing:initial;display:inline-block;text-align:center;border-radius:50%;overflow:hidden}.spinner[data-v-d3e37633]{box-sizing:initial;border:2px solid #a1a1a1;border-right-color:transparent;width:23px;height:23px;border-radius:50%;animation:spin-d3e37633 .9s linear infinite}@keyframes spin-d3e37633{to{transform:rotate(360deg)}}.v3-infinite-loading[data-v-4bdee133]{width:100%;height:44px}.state-error[data-v-4bdee133]{display:flex;flex-direction:column;align-items:center}.retry[data-v-4bdee133]{margin-top:8px;padding:2px 6px 4px;width:60px;color:inherit;font-size:14px;font-family:inherit;background:transparent;border:2px solid currentColor;border-radius:5px;outline:none;cursor:pointer}.retry[data-v-4bdee133]:hover{opacity:.8}
@@ -0,0 +1,4 @@
1
+ .yahee-help-tag {
2
+ display: flex;
3
+ align-items: center;
4
+ }
package/lib/style.css CHANGED
@@ -548,6 +548,11 @@
548
548
  font-size: 20px;
549
549
  }
550
550
 
551
+ .yahee-help-tag {
552
+ display: flex;
553
+ align-items: center;
554
+ }
555
+
551
556
  :root {
552
557
  --el-color-primary: #3366cc;
553
558
  --el-text-color-regular: #000;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.92",
4
+ "version": "0.0.94",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -12,3 +12,4 @@ export * from './common-import';
12
12
  export * from './border-wrap';
13
13
  export * from './echart-gauge';
14
14
  export * from './scale-screen';
15
+ export * from './help-tag';
@@ -0,0 +1,2 @@
1
+ import { default as HelpTag } from './help-tag.vue';
2
+ export type HelpTagInstance = InstanceType<typeof HelpTag>;