yahee-components 0.0.94-test3 → 0.0.95

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.
Files changed (53) hide show
  1. package/es/annex-upload/annex-upload.vue.js +154 -51
  2. package/es/annex-upload/annex-upload.vue2.js +2 -119
  3. package/es/annex-upload/index.js +3 -3
  4. package/es/border-wrap/border-wrap.vue.js +95 -64
  5. package/es/border-wrap/border-wrap.vue2.js +2 -46
  6. package/es/common-import/common-import.vue.js +666 -369
  7. package/es/common-import/common-import.vue2.js +2 -337
  8. package/es/common-import/index.js +3 -3
  9. package/es/complex-search/complex-search.vue.js +36 -36
  10. package/es/copy/copy.vue.js +55 -37
  11. package/es/copy/copy.vue2.js +2 -34
  12. package/es/copy/index.js +3 -3
  13. package/es/country-platform-shop-condition/country-platform-shop-condition.vue.js +213 -114
  14. package/es/country-platform-shop-condition/country-platform-shop-condition.vue2.js +2 -125
  15. package/es/drop-down-condition/drop-down-condition.vue.js +213 -113
  16. package/es/drop-down-condition/drop-down-condition.vue2.js +2 -127
  17. package/es/echart-gauge/echart-gauge.vue.js +140 -12
  18. package/es/echart-gauge/echart-gauge.vue2.js +2 -147
  19. package/es/echart-gauge/index.js +3 -3
  20. package/es/help-tag/help-tag.vue.js +78 -44
  21. package/es/help-tag/help-tag.vue2.js +2 -49
  22. package/es/help-tag/index.js +3 -3
  23. package/es/image-upload/image-upload.vue.js +170 -109
  24. package/es/image-upload/image-upload.vue2.js +2 -91
  25. package/es/image-upload/index.js +3 -3
  26. package/es/input/index.js +3 -3
  27. package/es/input/input.vue.js +38 -17
  28. package/es/input/input.vue2.js +2 -33
  29. package/es/left-condition/index.js +3 -3
  30. package/es/left-condition/left-condition-sub.vue.js +91 -32
  31. package/es/left-condition/left-condition-sub.vue2.js +2 -76
  32. package/es/left-condition/left-condition.vue.js +218 -70
  33. package/es/left-condition/left-condition.vue2.js +2 -160
  34. package/es/left-condition-enum/index.js +3 -3
  35. package/es/left-condition-enum/left-condition-enum.vue.js +49 -20
  36. package/es/left-condition-enum/left-condition-enum.vue2.js +2 -40
  37. package/es/operation-log/operation-log-content.vue.js +92 -71
  38. package/es/operation-log/operation-log-content.vue2.js +2 -39
  39. package/es/operation-log/operation-log-dialog.vue.js +68 -46
  40. package/es/operation-log/operation-log-dialog.vue2.js +2 -38
  41. package/es/operation-log/operation-log-form.vue.js +183 -108
  42. package/es/operation-log/operation-log-form.vue2.js +2 -104
  43. package/es/operation-log/operation-log.vue.js +228 -119
  44. package/es/operation-log/operation-log.vue2.js +2 -135
  45. package/es/packages/components/api/log-server.js +6 -6
  46. package/es/packages/components/api/upload-server.js +1 -1
  47. package/es/packages/components/hooks/useEcharts.js +19 -19
  48. package/es/packages/components/hooks/useImg.js +8 -8
  49. package/es/scale-screen/index.js +4 -4
  50. package/es/scale-screen/scale-screen.vue.js +126 -19
  51. package/es/scale-screen/scale-screen.vue2.js +2 -125
  52. package/es/yahee-components.css +1 -1
  53. package/package.json +1 -1
@@ -1,339 +1,4 @@
1
- import { defineComponent as ye, mergeDefaults as Ee, toRefs as be, ref as n, watch as Ie, reactive as De, onMounted as Re, onUnmounted as Ce } from "vue";
2
- import { translateEmployeeName as Fe, M2 as N } from "../utils/translate.js";
3
- import { get as Te } from "../packages/components/api/log-server.js";
4
- import { getDomainBaseUrl as $e } from "../utils/get-domain-base-url.js";
5
- import { getUploadRecord as Me } from "../packages/components/api/common-import/index.js";
6
- import { defaultCommonImportProps as qe } from "./props.js";
7
- import { ElMessage as u, vLoading as Ne, ElProgress as xe, ElPagination as Ue, ElCard as ke, ElUpload as Be, ElTableColumn as Pe, ElTable as Oe, ElCol as _e, ElLink as Le, ElButton as We, ElRow as Ge, ElDialog as Ae, ElMessageBox as K } from "element-plus";
8
- import "element-plus/theme-chalk/src/base.scss";
9
- import "element-plus/theme-chalk/src/dialog.scss";
10
- import "element-plus/theme-chalk/src/overlay.scss";
11
- import "element-plus/theme-chalk/src/row.scss";
12
- import "element-plus/theme-chalk/src/button.scss";
13
- import "element-plus/theme-chalk/src/link.scss";
14
- import "element-plus/theme-chalk/src/col.scss";
15
- import "element-plus/theme-chalk/src/table.scss";
16
- import "element-plus/theme-chalk/src/checkbox.scss";
17
- import "element-plus/theme-chalk/src/tooltip.scss";
18
- import "element-plus/theme-chalk/src/popper.scss";
19
- import "element-plus/theme-chalk/src/scrollbar.scss";
20
- import "element-plus/theme-chalk/src/table-column.scss";
21
- import "element-plus/theme-chalk/src/tag.scss";
22
- import "element-plus/theme-chalk/src/upload.scss";
23
- import "element-plus/theme-chalk/src/progress.scss";
24
- import "element-plus/theme-chalk/src/card.scss";
25
- import "element-plus/theme-chalk/src/pagination.scss";
26
- import "element-plus/theme-chalk/src/option.scss";
27
- import "element-plus/theme-chalk/src/option-group.scss";
28
- import "element-plus/theme-chalk/src/select.scss";
29
- import "element-plus/theme-chalk/src/input.scss";
30
- import "element-plus/theme-chalk/src/badge.scss";
31
- import "element-plus/theme-chalk/src/message.scss";
32
- import "element-plus/theme-chalk/src/message-box.scss";
33
- const Je = {
34
- name: "YaheeCommonImport",
35
- inheritAttrs: !1
36
- }, It = /* @__PURE__ */ ye({
37
- ...Je,
38
- props: /* @__PURE__ */ Ee({
39
- isShowDialog: { type: Boolean, required: !1 },
40
- isShowResponseDataMessage: { type: Boolean, required: !1 },
41
- title: { type: String, required: !0 },
42
- importId: { type: String, required: !0 },
43
- multiple: { type: Boolean, required: !1 },
44
- ProcessRequestData: { type: null, required: !1 },
45
- AutoCompleteResult: { type: Boolean, required: !1 },
46
- displayGetTemplate: { type: Boolean, required: !1 },
47
- processImportUrl: { type: String, required: !0 },
48
- requestData: { type: Object, required: !1 },
49
- uploadRecord: { type: Function, required: !1 },
50
- uploadFile: { type: Function, required: !1 },
51
- uploadDisabled: { type: Boolean, required: !1 },
52
- filePath: { type: String, required: !1 },
53
- processFiles: { type: Function, required: !1 }
54
- }, qe()),
55
- emits: [
56
- "setIsShowDialog",
57
- "closeDialog",
58
- "setResponseData",
59
- "submit",
60
- "reloadTableData"
61
- ],
62
- setup(ee, { expose: te, emit: oe }) {
63
- te();
64
- const x = ee, {
65
- isShowDialog: re,
66
- isShowResponseDataMessage: U,
67
- title: ae,
68
- importId: p,
69
- processImportUrl: D,
70
- requestData: R,
71
- processFiles: k,
72
- filePath: B
73
- } = be(x), C = n(!1), ne = n(!1), h = n(!1), P = n([]), i = n({}), O = n(1), _ = n(1), F = n(50), d = n({}), w = n({}), T = n({}), c = {}, m = n({}), S = n({}), g = n({}), y = n(""), $ = n(!1), f = n({
74
- siteId: null,
75
- reportTime: null,
76
- fileName: ""
77
- }), E = oe, le = () => {
78
- E("closeDialog");
79
- }, L = () => {
80
- E("setResponseData", T.value);
81
- }, W = () => {
82
- E("submit");
83
- }, se = (e) => {
84
- var t, o, r;
85
- return Number(
86
- ((((t = i.value[e]) == null ? void 0 : t.successRowCount) + ((o = i.value[e]) == null ? void 0 : o.failedRowCount)) / ((r = i.value[e]) == null ? void 0 : r.totalRowCount) * 100).toFixed(0)
87
- );
88
- }, ie = (e) => {
89
- const t = e == null ? void 0 : e.CreateOn;
90
- if (typeof t != "string") return "---";
91
- const o = t.match(/\/Date\((\d+)/);
92
- if (!o) return "---";
93
- const r = Number(o[1]);
94
- if (Number.isNaN(r)) return "---";
95
- const a = new Date(r);
96
- if (Number.isNaN(a.getTime())) return "---";
97
- const s = a.getFullYear(), l = String(a.getMonth() + 1).padStart(2, "0"), ve = String(a.getDate()).padStart(2, "0"), he = String(a.getHours()).padStart(2, "0"), we = String(a.getMinutes()).padStart(2, "0"), Se = String(a.getSeconds()).padStart(2, "0");
98
- return `${s}-${l}-${ve} ${he}:${we}:${Se}`;
99
- }, ce = () => {
100
- if (!m.value) return;
101
- let e = "";
102
- m.value.TemplateType == 1 ? e = q(
103
- `${m.value.Template}?dispositionType=attachment&t=${(/* @__PURE__ */ new Date()).getTime()}`
104
- ) : m.value.TemplateType == 2 && console.log("获取模板文件失败,暂不支持报表导出"), window.open(e, "_self");
105
- }, ue = () => {
106
- C.value = !0, G(F.value);
107
- }, de = () => {
108
- C.value = !1;
109
- }, me = () => {
110
- v.value = /* @__PURE__ */ new Set();
111
- }, pe = (e) => {
112
- e && window.open(`${B.value}/${e}`, "_self");
113
- }, G = async (e) => {
114
- M(JSON.stringify({ rows: F.value, page: e }));
115
- };
116
- Ie(
117
- () => R,
118
- (e) => {
119
- e && (f.value = R.value);
120
- },
121
- { immediate: !0, deep: !0 }
122
- );
123
- const M = (e) => {
124
- Me(`/ExcelImport/GetExcelImportRecords?importId=${p.value}`, e).then((t) => {
125
- var o, r;
126
- t.status !== 200 && (u.error(N("获取上传记录失败!")), console.log(`获取上传记录失败!${JSON.stringify(t)}`)), P.value = (o = t.data) == null ? void 0 : o.rows, _.value = (r = t.data) == null ? void 0 : r.total;
127
- }).catch((t) => {
128
- console.log(t);
129
- });
130
- }, ge = (e) => {
131
- M(JSON.stringify({ rows: e, page: O.value }));
132
- }, A = async (e) => {
133
- const t = `${b("/ExcelImport/GetExcelImportEvent")}?origin=${window.location.host}&importId=${e}`;
134
- try {
135
- const o = await fetch(t, {
136
- method: "GET",
137
- credentials: "include"
138
- });
139
- return o.ok || u.error(`Network response was not ok: ${o.statusText}`), await o.json();
140
- } catch (o) {
141
- return console.error("Failed to fetch Excel import event:", o), {};
142
- }
143
- }, q = (e) => {
144
- let t = "";
145
- const o = window.location.hostname;
146
- return o.includes("localhost") || o.includes("127.0.0.1") || o.includes("yahee.com") ? t = "http://qas-service.yahee.com.cn:8088/FMSService/Latest/" : t = y.value, `${t}${e}`;
147
- }, b = (e) => $e() + e, J = (e) => {
148
- if (h.value = !0, e && !g.value[e])
149
- try {
150
- fetch(`${b("/Common/GetAllWebRoot")}?origin=${window.location.host}`, {
151
- method: "GET",
152
- credentials: "include"
153
- }).then((t) => {
154
- if (!t.ok)
155
- throw new Error("Network response was not ok");
156
- let o = {};
157
- t.json().then((r) => {
158
- if (o = r, g.value = o, !g.value) {
159
- console.error("GetWebRoot 失败");
160
- return;
161
- }
162
- y.value = g.value[e], y.value || console.error(`GetWebRoot未找到key为${e}的数据`);
163
- });
164
- }).finally(() => {
165
- h.value = !1;
166
- });
167
- } catch (t) {
168
- h.value = !1, console.error("GetWebRoot 失败", t);
169
- }
170
- }, v = n(/* @__PURE__ */ new Set()), I = De({}), fe = (e) => {
171
- $.value = !0;
172
- const { file: t } = e, o = 100 * 1024 * 1024;
173
- if (t.size > o) {
174
- console.error("文件大小不能超过 1GB"), u.success("文件大小不能超过 1GB");
175
- return;
176
- }
177
- Q(t.name), j(t).then((r) => {
178
- z(t, r);
179
- });
180
- }, j = (e) => new Promise((t, o) => {
181
- const r = new FileReader();
182
- r.onload = () => t(r.result), r.onerror = (a) => o(a), r.readAsDataURL(e);
183
- }), z = (e, t) => {
184
- W(), v.value.has(e.name) ? (delete I[e.name], delete i.value[e.name], delete d.value[e.name], delete w.value[e.name], delete c[e.name], delete S.value[e.name]) : v.value.add(e.name);
185
- const o = new FormData();
186
- o.append("FileType", "115"), o.append("FileName", e.name), o.append("Base64Content", t), o.append("CreatedBy", "0"), o.append("Offset", "0"), o.append("IsOver", "true");
187
- const r = new XMLHttpRequest();
188
- r.open("POST", `${q("fragmentupload?t=")}${Math.random()}`, !0), r.upload.onprogress = (a) => {
189
- a.lengthComputable && (I[e.name] = Math.round(a.loaded / a.total * 100));
190
- }, r.onload = () => {
191
- if (r.status === 200)
192
- try {
193
- const a = JSON.parse(r.responseText);
194
- if (console.log("服务器返回值:", a), a.ACK !== "Success" || !a.FileId) {
195
- u.error(`${e.name} 上传失败`);
196
- return;
197
- }
198
- u.success(`${e.name} 上传成功`), I[e.name] = 100, setTimeout(() => {
199
- f.value = {
200
- ...f.value,
201
- // 保留原有字段
202
- fileName: (e == null ? void 0 : e.name) || ""
203
- // ES6可选链避免报错
204
- }, d.value[e.name] || (d.value[e.name] = X(20)), H({
205
- importId: p.value,
206
- fileId: a.FileId,
207
- wsSessionId: d.value[e.name],
208
- file: e,
209
- requestData: f.value
210
- });
211
- }, 500);
212
- } catch (a) {
213
- console.error("解析服务器返回值失败:", a), u.error(`${e.name} 上传完成,但解析返回值失败`);
214
- }
215
- else
216
- u.error(`${e.name} 上传失败`);
217
- }, r.onerror = () => {
218
- u.error(`${e.name} 上传异常`);
219
- }, r.send(o);
220
- }, H = (e) => {
221
- k.value(D.value, e, {}).then((t) => {
222
- var a;
223
- if ($.value = !1, console.log("processFiles 返回值:", t), t != null && t.success) {
224
- let s = "文件导入成功";
225
- t != null && t.fileId && (s = "存在失败的条目,详情请查看输出文件"), K.alert(s, "操作成功", {
226
- confirmButtonText: "确定",
227
- callback: () => {
228
- var l;
229
- t != null && t.fileId && (w.value[(l = e == null ? void 0 : e.file) == null ? void 0 : l.name] = t.fileId, T.value = t.data, U.value && L());
230
- }
231
- });
232
- return;
233
- }
234
- const r = (Array.isArray(t == null ? void 0 : t.messages) ? t.messages : ["未知错误"]).join(`
235
- `) + `
236
-
237
- (可使用鼠标滚轮滚动查看)`;
238
- K.alert(r, "导入错误", {
239
- confirmButtonText: "知道了",
240
- customClass: "custom-common-import-alert",
241
- dangerouslyUseHTMLString: !0
242
- }), t != null && t.fileId && (w.value[(a = e == null ? void 0 : e.file) == null ? void 0 : a.name] = t.fileId);
243
- }).catch((t) => {
244
- var r;
245
- console.error("processFiles 失败", t);
246
- let o = t == null ? void 0 : t.exMsg;
247
- o || (o = N("处理过程中发生错误!")), S.value[(r = e == null ? void 0 : e.file) == null ? void 0 : r.name] = o;
248
- });
249
- }, X = (e, t) => {
250
- t || (t = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
251
- let o = "";
252
- for (let r = e; r > 0; --r)
253
- o += t[Math.floor(Math.random() * t.length)];
254
- return o;
255
- }, Y = (e) => {
256
- let t = "";
257
- const { domain: o } = document;
258
- return o.indexOf("localhost") >= 0 || o.indexOf("yahee.com") >= 0 ? t = "ws://qas-newerp.yahee.com.cn:8306" : t = "wss://websocket.yaheecloud.com:10001", t + e;
259
- }, Z = async () => await Te(b("/Common/GetWsAuthCode")), Q = (e) => {
260
- c[e] = new WebSocket(Y("/excel-import/")), c[e].onmessage = (t) => {
261
- var r, a;
262
- if (t.data == "get-auth") {
263
- Z().then((s) => {
264
- var l;
265
- console.log("发送authCode:", s), (l = c[e]) == null || l.send(`auth:${s}`);
266
- });
267
- return;
268
- }
269
- const o = JSON.parse(t.data);
270
- if (console.log("接收普通消息", o), !!o)
271
- if (o.MessageType === 0) {
272
- const s = o.MessageIndex || 0, l = JSON.parse(o == null ? void 0 : o.Content);
273
- if ((l == null ? void 0 : l.error) == !0) {
274
- S.value[e] = l.message;
275
- return;
276
- }
277
- (!i.value[e] || s > ((r = i.value[e]) == null ? void 0 : r.MessageIndex)) && (i.value[e] = l, i.value[e].MessageIndex = s, l != null && l.finished && ((a = c[e]) == null || a.close()));
278
- } else o.MessageType === 1 ? d.value[e] = o.Content : console.log("进度:", o);
279
- }, c[e].onerror = (t) => {
280
- console.error("WebSocket 错误:", t), t instanceof ErrorEvent ? console.error("Error message:", t.message) : console.error("Unknown WebSocket error:", t);
281
- }, c[e].onclose = () => {
282
- console.log("WebSocket 连接关闭");
283
- };
284
- };
285
- Re(() => {
286
- if (!D.value) {
287
- console.error("processImportUrl不能为空!");
288
- return;
289
- }
290
- if (!p.value) {
291
- console.error("importId不能为空!");
292
- return;
293
- }
294
- A(p.value).then((t) => {
295
- m.value = t;
296
- });
297
- const e = window.location.hostname;
298
- e.includes("localhost") || e.includes("127.0.0.1") || e.includes("yahee.com") || J("PictureUrlRoot");
299
- }), Ce(() => {
300
- v.value.forEach((e) => {
301
- var t;
302
- (t = c[e]) == null || t.close();
303
- });
304
- });
305
- const V = { props: x, isShowDialog: re, isShowResponseDataMessage: U, title: ae, importId: p, processImportUrl: D, requestData: R, processFiles: k, filePath: B, isShowCoreImportRecordDialog: C, tableLoading: ne, initWebRootUrlLoading: h, tableData: P, importProgress: i, pageNo: O, totalNum: _, pageSize: F, sessionIds: d, problemFiles: w, responseData: T, socket: c, eventData: m, errorMessage: S, allWebRoot: g, webRoot: y, uploadLoading: $, localRequestData: f, emit: E, handleClose: le, emitResponseData: L, triggerSubmit: W, getProgressPercentage: se, getFormattedDate: ie, getTemplateFile: ce, displayRecords: ue, handleCloseRecord: de, handleOpen: me, getFile: pe, handleSizeChange: G, getUploadRecordDataList: M, handleCurrentChange: ge, fetchExcelImportEvent: A, getFileServiceUrl: q, getCommonUrl: b, getWebRoot: J, fileNames: v, uploadProgress: I, handleFileUpload: fe, readFileAsBase64: j, uploadConfigFile: z, processFile: H, getRandomStr: X, getWebSocketServerUrl: Y, getAuthCode: Z, setupWebSocket: Q, get M2() {
306
- return N;
307
- }, get translateEmployeeName() {
308
- return Fe;
309
- }, get ElDialog() {
310
- return Ae;
311
- }, get ElRow() {
312
- return Ge;
313
- }, get ElButton() {
314
- return We;
315
- }, get ElLink() {
316
- return Le;
317
- }, get ElCol() {
318
- return _e;
319
- }, get ElTable() {
320
- return Oe;
321
- }, get ElTableColumn() {
322
- return Pe;
323
- }, get ElUpload() {
324
- return Be;
325
- }, get ElCard() {
326
- return ke;
327
- }, get ElPagination() {
328
- return Ue;
329
- }, get ElProgress() {
330
- return xe;
331
- }, get vLoading() {
332
- return Ne;
333
- } };
334
- return Object.defineProperty(V, "__isScriptSetup", { enumerable: !1, value: !0 }), V;
335
- }
336
- });
1
+ import f from "./common-import.vue.js";
337
2
  export {
338
- It as default
3
+ f as default
339
4
  };
@@ -1,7 +1,7 @@
1
1
  import { withInstall as o } from "../utils/install.js";
2
2
  import m from "./common-import.vue.js";
3
- const p = o(m);
3
+ const a = o(m);
4
4
  export {
5
- p as YaheeCommonImport,
6
- p as default
5
+ a as YaheeCommonImport,
6
+ a as default
7
7
  };
@@ -1,13 +1,13 @@
1
- import T from "./complex-search.vue2.js";
2
- import { resolveComponent as r, createElementBlock as d, openBlock as t, Fragment as u, createElementVNode as b, createVNode as n, withKeys as B, createSlots as U, withCtx as a, renderList as c, createBlock as s, createCommentVNode as V, createTextVNode as i, toDisplayString as h } 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
3
  /* empty css */
4
4
  import O from "../_virtual/_plugin-vue_export-helper.js";
5
- const z = { class: "yahee-complex-search" }, E = { class: "search-type-checkbox" }, P = { class: "dialog-footer" };
6
- function W(e, o, N, $, I, K) {
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"), _ = r("el-form"), k = r("el-button"), F = r("el-dialog");
8
- return t(), d(u, null, [
5
+ const z = { class: "yahee-complex-search" }, P = { class: "search-type-checkbox" }, W = { class: "dialog-footer" };
6
+ function E(e, o, N, $, I, K) {
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");
8
+ return n(), d(u, null, [
9
9
  b("div", z, [
10
- n(f, {
10
+ t(f, {
11
11
  modelValue: e.putSearch,
12
12
  "onUpdate:modelValue": o[2] || (o[2] = (l) => e.putSearch = l),
13
13
  placeholder: e.placeholderText,
@@ -20,7 +20,7 @@ function W(e, o, N, $, I, K) {
20
20
  onClear: e.handleClear
21
21
  }, U({
22
22
  append: a(() => [
23
- n(w, {
23
+ t(w, {
24
24
  size: "12",
25
25
  color: "#3366cc",
26
26
  style: { cursor: "pointer" },
@@ -28,7 +28,7 @@ function W(e, o, N, $, I, K) {
28
28
  onClick: e.handleSearch
29
29
  }, {
30
30
  default: a(() => [
31
- n(C)
31
+ t(C)
32
32
  ]),
33
33
  _: 1
34
34
  }, 8, ["onClick"])
@@ -38,14 +38,14 @@ function W(e, o, N, $, I, K) {
38
38
  e.showSelect ? {
39
39
  name: "prepend",
40
40
  fn: a(() => [
41
- n(p, {
41
+ t(p, {
42
42
  modelValue: e.selectedSearchType,
43
43
  "onUpdate:modelValue": o[0] || (o[0] = (l) => e.selectedSearchType = l),
44
44
  size: "small",
45
45
  class: "custom-select"
46
46
  }, {
47
47
  default: a(() => [
48
- (t(!0), d(u, null, c(e.options, (l) => (t(), s(m, {
48
+ (n(!0), d(u, null, i(e.options, (l) => (n(), s(m, {
49
49
  key: l.label,
50
50
  label: l.label,
51
51
  value: l.value
@@ -58,7 +58,7 @@ function W(e, o, N, $, I, K) {
58
58
  } : {
59
59
  name: "prepend",
60
60
  fn: a(() => [
61
- n(p, {
61
+ t(p, {
62
62
  modelValue: e.selectedSearchType,
63
63
  "onUpdate:modelValue": o[1] || (o[1] = (l) => e.selectedSearchType = l),
64
64
  size: "small",
@@ -66,7 +66,7 @@ function W(e, o, N, $, I, K) {
66
66
  disabled: ""
67
67
  }, {
68
68
  default: a(() => [
69
- (t(!0), d(u, null, c(e.defalutOptions, (l) => (t(), s(m, {
69
+ (n(!0), d(u, null, i(e.defalutOptions, (l) => (n(), s(m, {
70
70
  key: l.label,
71
71
  label: l.label,
72
72
  value: l.value
@@ -78,33 +78,33 @@ function W(e, o, N, $, I, K) {
78
78
  key: "1"
79
79
  }
80
80
  ]), 1032, ["modelValue", "placeholder", "onChange", "onKeyup", "onPaste", "onClear"]),
81
- b("div", E, [
82
- e.showWithinFilterCheckbox ? (t(), s(g, {
81
+ b("div", P, [
82
+ e.showWithinFilterCheckbox ? (n(), s(g, {
83
83
  key: 0,
84
84
  modelValue: e.isWithinFilterOptions,
85
85
  "onUpdate:modelValue": o[3] || (o[3] = (l) => e.isWithinFilterOptions = l),
86
86
  onChange: e.searchWithinFilterOptions
87
87
  }, {
88
88
  default: a(() => o[8] || (o[8] = [
89
- i(h("在筛选条件内查询"))
89
+ h(c("在筛选条件内查询"))
90
90
  ])),
91
91
  _: 1,
92
92
  __: [8]
93
93
  }, 8, ["modelValue", "onChange"])) : V("", !0),
94
- e.showPatchSearch ? (t(), s(v, {
94
+ e.showPatchSearch ? (n(), s(v, {
95
95
  key: 1,
96
96
  type: "primary",
97
97
  onClick: e.showBatchSearchDialog
98
98
  }, {
99
99
  default: a(() => o[9] || (o[9] = [
100
- i(h("批量查询"))
100
+ h(c("批量查询"))
101
101
  ])),
102
102
  _: 1,
103
103
  __: [9]
104
104
  }, 8, ["onClick"])) : V("", !0)
105
105
  ])
106
106
  ]),
107
- n(F, {
107
+ t(T, {
108
108
  modelValue: e.showBatchSearch,
109
109
  "onUpdate:modelValue": o[7] || (o[7] = (l) => e.showBatchSearch = l),
110
110
  title: "批量查询",
@@ -114,21 +114,21 @@ function W(e, o, N, $, I, K) {
114
114
  draggable: ""
115
115
  }, {
116
116
  footer: a(() => [
117
- b("div", P, [
118
- n(k, {
117
+ b("div", W, [
118
+ t(k, {
119
119
  type: "primary",
120
120
  loading: e.confirmLoading,
121
121
  onClick: e.confirmSearch
122
122
  }, {
123
123
  default: a(() => o[10] || (o[10] = [
124
- i(h("确认"))
124
+ h(c("确认"))
125
125
  ])),
126
126
  _: 1,
127
127
  __: [10]
128
128
  }, 8, ["loading", "onClick"]),
129
- n(k, { onClick: e.handleBatchSearchClose }, {
129
+ t(k, { onClick: e.handleBatchSearchClose }, {
130
130
  default: a(() => o[11] || (o[11] = [
131
- i(h("关闭"))
131
+ h(c("关闭"))
132
132
  ])),
133
133
  _: 1,
134
134
  __: [11]
@@ -136,17 +136,17 @@ function W(e, o, N, $, I, K) {
136
136
  ])
137
137
  ]),
138
138
  default: a(() => [
139
- n(_, {
139
+ t(F, {
140
140
  ref: "batchSearchFormRef",
141
141
  model: e.batchSearchForm,
142
142
  rules: e.rules
143
143
  }, {
144
144
  default: a(() => [
145
- n(S, { class: "row-class" }, {
145
+ t(S, { class: "row-class" }, {
146
146
  default: a(() => [
147
- n(y, { prop: "searchType" }, {
147
+ t(y, { prop: "searchType" }, {
148
148
  default: a(() => [
149
- e.showSelect ? (t(), s(p, {
149
+ e.showSelect ? (n(), s(p, {
150
150
  key: 0,
151
151
  modelValue: e.batchSearchForm.searchType,
152
152
  "onUpdate:modelValue": o[4] || (o[4] = (l) => e.batchSearchForm.searchType = l),
@@ -154,14 +154,14 @@ function W(e, o, N, $, I, K) {
154
154
  style: { width: "100px", "background-color": "white" }
155
155
  }, {
156
156
  default: a(() => [
157
- (t(!0), d(u, null, c(e.isBatchSelectOptionsSameWithInput ? e.options : e.batchOptions, (l) => (t(), s(m, {
157
+ (n(!0), d(u, null, i(e.isBatchSelectOptionsSameWithInput ? e.options : e.batchOptions, (l) => (n(), s(m, {
158
158
  key: l.label,
159
159
  label: l.label,
160
160
  value: l.value
161
161
  }, null, 8, ["label", "value"]))), 128))
162
162
  ]),
163
163
  _: 1
164
- }, 8, ["modelValue"])) : (t(), s(p, {
164
+ }, 8, ["modelValue"])) : (n(), s(p, {
165
165
  key: 1,
166
166
  modelValue: e.batchSearchForm.searchType,
167
167
  "onUpdate:modelValue": o[5] || (o[5] = (l) => e.batchSearchForm.searchType = l),
@@ -170,7 +170,7 @@ function W(e, o, N, $, I, K) {
170
170
  disabled: ""
171
171
  }, {
172
172
  default: a(() => [
173
- (t(!0), d(u, null, c(e.defalutOptions, (l) => (t(), s(m, {
173
+ (n(!0), d(u, null, i(e.defalutOptions, (l) => (n(), s(m, {
174
174
  key: l.label,
175
175
  label: l.label,
176
176
  value: l.value
@@ -184,14 +184,14 @@ function W(e, o, N, $, I, K) {
184
184
  ]),
185
185
  _: 1
186
186
  }),
187
- n(S, { class: "row-class" }, {
187
+ t(S, { class: "row-class" }, {
188
188
  default: a(() => [
189
- n(y, {
189
+ t(y, {
190
190
  prop: "searchContent",
191
191
  style: { width: "100%" }
192
192
  }, {
193
193
  default: a(() => [
194
- n(f, {
194
+ t(f, {
195
195
  modelValue: e.batchSearchForm.searchContent,
196
196
  "onUpdate:modelValue": o[6] || (o[6] = (l) => e.batchSearchForm.searchContent = l),
197
197
  placeholder: "请输入批量查询内容,从EXCEL复制可自动替换为`,`",
@@ -213,7 +213,7 @@ function W(e, o, N, $, I, K) {
213
213
  }, 8, ["modelValue", "before-close"])
214
214
  ], 64);
215
215
  }
216
- const X = /* @__PURE__ */ O(T, [["render", W], ["__scopeId", "data-v-75f47f8c"], ["__file", "E:/project/common_componentsweb_new/common_componentsweb/packages/components/src/complex-search/complex-search.vue"]]);
216
+ const j = /* @__PURE__ */ O(_, [["render", E], ["__scopeId", "data-v-814a7364"]]);
217
217
  export {
218
- X as default
218
+ j as default
219
219
  };
@@ -1,39 +1,57 @@
1
- import n from "./copy.vue2.js";
2
- import { createElementBlock as r, openBlock as p, createVNode as e, withCtx as c, createElementVNode as s, renderSlot as l } from "vue";
3
- import a from "../_virtual/_plugin-vue_export-helper.js";
4
- const m = { class: "yahee-copy" };
5
- function f(t, i, _, o, d, y) {
6
- return p(), r("div", m, [
7
- e(o.ElTooltip, {
8
- placement: "right",
9
- effect: "light",
10
- offset: -5,
11
- "show-arrow": !1,
12
- "popper-class": "yahee-copy-custom-popper-class"
13
- }, {
14
- content: c(() => [
15
- e(o.ElIcon, {
16
- color: "#3366cc",
17
- size: "18",
18
- class: "icon",
19
- onClick: o.copyContent
20
- }, {
21
- default: c(() => [
22
- e(o.DocumentCopy)
23
- ]),
24
- _: 1
25
- })
26
- ]),
27
- default: c(() => [
28
- s("div", null, [
29
- l(t.$slots, "default")
30
- ])
31
- ]),
32
- _: 3
33
- })
34
- ]);
35
- }
36
- const C = /* @__PURE__ */ a(n, [["render", f], ["__file", "E:/project/common_componentsweb_new/common_componentsweb/packages/components/src/copy/copy.vue"]]);
1
+ import { defineComponent as a, createElementBlock as l, openBlock as m, createVNode as e, unref as o, withCtx as t, createElementVNode as i, renderSlot as f } from "vue";
2
+ import { ElTooltip as u, ElIcon as d, ElMessage as y } from "element-plus";
3
+ import "element-plus/theme-chalk/src/base.scss";
4
+ import "element-plus/theme-chalk/src/tooltip.scss";
5
+ import "element-plus/theme-chalk/src/popper.scss";
6
+ import "element-plus/theme-chalk/src/badge.scss";
7
+ import "element-plus/theme-chalk/src/message.scss";
8
+ import { DocumentCopy as h } from "@element-plus/icons-vue";
9
+ import { useClipboard as _ } from "../packages/components/hooks/useClipboard.js";
10
+ const C = { class: "yahee-copy" }, z = /* @__PURE__ */ a({
11
+ name: "YaheeCopy",
12
+ __name: "copy",
13
+ props: {
14
+ content: { default: "" },
15
+ message: { default: "复制成功" }
16
+ },
17
+ setup(c) {
18
+ const s = c, { copyUrl: p } = _(), r = () => {
19
+ p(s.content), y({
20
+ message: s.message,
21
+ type: "success"
22
+ });
23
+ };
24
+ return (n, g) => (m(), l("div", C, [
25
+ e(o(u), {
26
+ placement: "right",
27
+ effect: "light",
28
+ offset: -5,
29
+ "show-arrow": !1,
30
+ "popper-class": "yahee-copy-custom-popper-class"
31
+ }, {
32
+ content: t(() => [
33
+ e(o(d), {
34
+ color: "#3366cc",
35
+ size: "18",
36
+ class: "icon",
37
+ onClick: r
38
+ }, {
39
+ default: t(() => [
40
+ e(o(h))
41
+ ]),
42
+ _: 1
43
+ })
44
+ ]),
45
+ default: t(() => [
46
+ i("div", null, [
47
+ f(n.$slots, "default")
48
+ ])
49
+ ]),
50
+ _: 3
51
+ })
52
+ ]));
53
+ }
54
+ });
37
55
  export {
38
- C as default
56
+ z as default
39
57
  };