tm-table 1.2.0 → 1.2.1
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.
- package/README.md +22 -2
- package/dist/vue2/tm-table.css +1 -1
- package/dist/vue2/tm-table.es.js +402 -241
- package/dist/vue2/tm-table.umd.js +1 -1
- package/dist/vue3/tm-table.css +1 -1
- package/dist/vue3/tm-table.es.js +1102 -882
- package/dist/vue3/tm-table.umd.js +1 -1
- package/package.json +1 -1
package/dist/vue3/tm-table.es.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var Oe = Object.defineProperty, De = Object.defineProperties;
|
|
2
|
+
var Ae = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Q = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var oe = Object.prototype.hasOwnProperty, re = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var se = (e, i, t) => i in e ? Oe(e, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[i] = t, x = (e, i) => {
|
|
6
6
|
for (var t in i || (i = {}))
|
|
7
|
-
|
|
7
|
+
oe.call(i, t) && se(e, t, i[t]);
|
|
8
8
|
if (Q)
|
|
9
9
|
for (var t of Q(i))
|
|
10
|
-
|
|
10
|
+
re.call(i, t) && se(e, t, i[t]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, I = (e, i) => De(e, Ae(i));
|
|
13
|
+
var ue = (e, i) => {
|
|
14
14
|
var t = {};
|
|
15
|
-
for (var
|
|
16
|
-
|
|
15
|
+
for (var a in e)
|
|
16
|
+
oe.call(e, a) && i.indexOf(a) < 0 && (t[a] = e[a]);
|
|
17
17
|
if (e != null && Q)
|
|
18
|
-
for (var
|
|
19
|
-
i.indexOf(
|
|
18
|
+
for (var a of Q(e))
|
|
19
|
+
i.indexOf(a) < 0 && re.call(e, a) && (t[a] = e[a]);
|
|
20
20
|
return t;
|
|
21
21
|
};
|
|
22
|
-
import { ref as
|
|
23
|
-
import
|
|
24
|
-
|
|
22
|
+
import { ref as Me, createElementBlock as b, openBlock as r, normalizeStyle as B, createElementVNode as v, h as be, resolveComponent as u, createBlock as m, mergeProps as _, withCtx as p, toDisplayString as T, normalizeClass as X, createCommentVNode as C, defineComponent as He, useAttrs as Re, useSlots as Ie, computed as de, resolveDynamicComponent as Ee, Fragment as L, renderList as D, createVNode as g, renderSlot as S, toHandlers as M, createTextVNode as z, withKeys as We, createSlots as ye, resolveDirective as Ne, withDirectives as Pe, normalizeProps as Be, guardReactiveProps as Ue } from "vue";
|
|
23
|
+
import { CircleClose as je } from "@element-plus/icons-vue";
|
|
24
|
+
import R from "sortablejs";
|
|
25
|
+
const ce = {
|
|
25
26
|
mini: "small",
|
|
26
27
|
small: "small",
|
|
27
28
|
default: "default",
|
|
28
29
|
large: "large"
|
|
29
|
-
}, K = (e) =>
|
|
30
|
+
}, K = (e) => ce[e] || ce.default, k = () => "default", Je = {
|
|
30
31
|
today: "今天",
|
|
31
32
|
yesterday: "昨天",
|
|
32
33
|
last7days: "最近7天",
|
|
@@ -65,7 +66,7 @@ const de = {
|
|
|
65
66
|
cancelTop: "取消置顶",
|
|
66
67
|
copySuccess: "复制成功",
|
|
67
68
|
copyFailed: "复制失败"
|
|
68
|
-
},
|
|
69
|
+
}, Ke = {
|
|
69
70
|
today: "Today",
|
|
70
71
|
yesterday: "Yesterday",
|
|
71
72
|
last7days: "Last 7 days",
|
|
@@ -104,27 +105,27 @@ const de = {
|
|
|
104
105
|
cancelTop: "Cancel top",
|
|
105
106
|
copySuccess: "Copy successfully",
|
|
106
107
|
copyFailed: "Copy failed"
|
|
107
|
-
},
|
|
108
|
-
"zh-CN":
|
|
109
|
-
"en-US":
|
|
108
|
+
}, Qe = {
|
|
109
|
+
"zh-CN": Je,
|
|
110
|
+
"en-US": Ke
|
|
110
111
|
};
|
|
111
112
|
let Z = { value: "zh-CN" };
|
|
112
|
-
Z =
|
|
113
|
-
const
|
|
113
|
+
Z = Me("zh-CN");
|
|
114
|
+
const qe = (e) => {
|
|
114
115
|
var i;
|
|
115
|
-
return ((i =
|
|
116
|
-
},
|
|
116
|
+
return ((i = Qe[Z.value]) == null ? void 0 : i[e]) || e;
|
|
117
|
+
}, ae = (e) => {
|
|
117
118
|
Z.value = e;
|
|
118
|
-
},
|
|
119
|
-
t:
|
|
120
|
-
setLang:
|
|
119
|
+
}, H = () => ({
|
|
120
|
+
t: qe,
|
|
121
|
+
setLang: ae,
|
|
121
122
|
currentLang: Z
|
|
122
|
-
}),
|
|
123
|
+
}), w = (e, i) => {
|
|
123
124
|
const t = e.__vccOpts || e;
|
|
124
|
-
for (const [
|
|
125
|
-
t[
|
|
125
|
+
for (const [a, l] of i)
|
|
126
|
+
t[a] = l;
|
|
126
127
|
return t;
|
|
127
|
-
},
|
|
128
|
+
}, Ye = {
|
|
128
129
|
name: "BaseIcon",
|
|
129
130
|
props: {
|
|
130
131
|
path: {
|
|
@@ -141,24 +142,24 @@ const Je = (e) => {
|
|
|
141
142
|
handleClick() {
|
|
142
143
|
}
|
|
143
144
|
}
|
|
144
|
-
},
|
|
145
|
-
function
|
|
146
|
-
return r(),
|
|
145
|
+
}, Ge = ["width", "height"], Xe = ["d"];
|
|
146
|
+
function Ze(e, i, t, a, l, n) {
|
|
147
|
+
return r(), b("i", {
|
|
147
148
|
class: "tm-icon",
|
|
148
|
-
onClick: i[0] || (i[0] = (...o) =>
|
|
149
|
+
onClick: i[0] || (i[0] = (...o) => n.handleClick && n.handleClick(...o))
|
|
149
150
|
}, [
|
|
150
|
-
(r(),
|
|
151
|
+
(r(), b("svg", {
|
|
151
152
|
width: t.size,
|
|
152
153
|
height: t.size,
|
|
153
|
-
style:
|
|
154
|
+
style: B({ color: t.color }),
|
|
154
155
|
viewBox: "0 0 1024 1024",
|
|
155
156
|
xmlns: "http://www.w3.org/2000/svg"
|
|
156
157
|
}, [
|
|
157
|
-
|
|
158
|
-
], 12,
|
|
158
|
+
v("path", { d: t.path }, null, 8, Xe)
|
|
159
|
+
], 12, Ge))
|
|
159
160
|
]);
|
|
160
161
|
}
|
|
161
|
-
const
|
|
162
|
+
const $e = /* @__PURE__ */ w(Ye, [["render", Ze], ["__scopeId", "data-v-1c30ca93"]]), et = {
|
|
162
163
|
menu: "M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z",
|
|
163
164
|
more: "M76.92892277 192.94787572h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758116H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758116s23.20379058 46.40758118 46.40758264 46.40758118zM941.27013031 465.59241882H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758118h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758118s-23.20379058-46.40758118-46.40758118-46.40758118zM941.27013031 825.25117589H76.92892277c-29.00473897 0-46.40758264 17.40284367-46.40758264 46.40758118s23.20379058 46.40758118 46.40758264 46.40758264h864.34120754c23.20379058 0 46.40758118-17.40284367 46.40758118-46.40758264s-23.20379058-46.40758118-46.40758118-46.40758118z",
|
|
164
165
|
refresh: "M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z",
|
|
@@ -170,9 +171,9 @@ const Ge = /* @__PURE__ */ V(Ke, [["render", Ye], ["__scopeId", "data-v-1c30ca93
|
|
|
170
171
|
download: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z",
|
|
171
172
|
delete: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32",
|
|
172
173
|
copy: "M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"
|
|
173
|
-
}, A = Object.entries(
|
|
174
|
-
const
|
|
175
|
-
name:
|
|
174
|
+
}, A = Object.entries(et).reduce((e, [i, t]) => {
|
|
175
|
+
const a = `${i}Icon`, l = {
|
|
176
|
+
name: a,
|
|
176
177
|
props: {
|
|
177
178
|
path: {
|
|
178
179
|
type: String,
|
|
@@ -185,19 +186,19 @@ const Ge = /* @__PURE__ */ V(Ke, [["render", Ye], ["__scopeId", "data-v-1c30ca93
|
|
|
185
186
|
type: String
|
|
186
187
|
}
|
|
187
188
|
},
|
|
188
|
-
render(
|
|
189
|
-
return
|
|
189
|
+
render(n) {
|
|
190
|
+
return be($e, this.$props);
|
|
190
191
|
}
|
|
191
192
|
};
|
|
192
|
-
return l.install = (
|
|
193
|
-
|
|
193
|
+
return l.install = (n) => {
|
|
194
|
+
n.component(a, l);
|
|
194
195
|
}, e[i] = l, e;
|
|
195
|
-
}, {}),
|
|
196
|
+
}, {}), tt = A.menu, it = A.refresh, lt = A.move;
|
|
196
197
|
A["column-setting"];
|
|
197
|
-
const
|
|
198
|
+
const nt = A.more, at = A["fixed-left"], st = A["fixed-right"], ot = A.upload, rt = A.download, ut = A.delete, ve = A.copy, { t: ee } = H(), dt = !1, ct = !0, ht = {
|
|
198
199
|
name: "TmEllipsisText",
|
|
199
200
|
components: {
|
|
200
|
-
CopyIcon:
|
|
201
|
+
CopyIcon: ve
|
|
201
202
|
},
|
|
202
203
|
props: {
|
|
203
204
|
text: {
|
|
@@ -230,8 +231,8 @@ const tt = A.more, it = A["fixed-left"], lt = A["fixed-right"], st = A.upload, n
|
|
|
230
231
|
},
|
|
231
232
|
data() {
|
|
232
233
|
return {
|
|
233
|
-
isVue2:
|
|
234
|
-
isVue3:
|
|
234
|
+
isVue2: dt,
|
|
235
|
+
isVue3: ct,
|
|
235
236
|
isOverflow: !1,
|
|
236
237
|
currentLines: 1,
|
|
237
238
|
resizeObserver: null
|
|
@@ -277,7 +278,7 @@ const tt = A.more, it = A["fixed-left"], lt = A["fixed-right"], st = A.upload, n
|
|
|
277
278
|
});
|
|
278
279
|
},
|
|
279
280
|
performOverflowCheck() {
|
|
280
|
-
var
|
|
281
|
+
var f;
|
|
281
282
|
const e = this.$refs.textEl;
|
|
282
283
|
if (!e) return;
|
|
283
284
|
const i = getComputedStyle(e);
|
|
@@ -287,15 +288,15 @@ const tt = A.more, it = A["fixed-left"], lt = A["fixed-right"], st = A.upload, n
|
|
|
287
288
|
});
|
|
288
289
|
return;
|
|
289
290
|
}
|
|
290
|
-
const t = e.scrollHeight,
|
|
291
|
-
if (
|
|
291
|
+
const t = e.scrollHeight, a = e.scrollWidth, l = e.clientHeight, n = e.clientWidth, o = 1, h = t > l + o, c = a > n + o;
|
|
292
|
+
if (h || c) {
|
|
292
293
|
this.isOverflow = !0;
|
|
293
294
|
const y = parseFloat(i.lineHeight) || 16;
|
|
294
295
|
this.currentLines = Math.ceil(t / y);
|
|
295
296
|
} else {
|
|
296
|
-
const y = e.getBoundingClientRect(),
|
|
297
|
-
if (
|
|
298
|
-
const O = y.height >
|
|
297
|
+
const y = e.getBoundingClientRect(), V = (f = e.parentElement) == null ? void 0 : f.getBoundingClientRect();
|
|
298
|
+
if (V) {
|
|
299
|
+
const O = y.height > V.height || y.width > V.width;
|
|
299
300
|
this.isOverflow = O;
|
|
300
301
|
} else
|
|
301
302
|
this.isOverflow = !1;
|
|
@@ -345,77 +346,77 @@ const tt = A.more, it = A["fixed-left"], lt = A["fixed-right"], st = A.upload, n
|
|
|
345
346
|
document.body.removeChild(e);
|
|
346
347
|
}
|
|
347
348
|
}
|
|
348
|
-
},
|
|
349
|
-
function
|
|
350
|
-
const o = u("CopyIcon"),
|
|
351
|
-
return r(), m(
|
|
352
|
-
disabled:
|
|
349
|
+
}, ft = { class: "ellipsis-text-container" };
|
|
350
|
+
function pt(e, i, t, a, l, n) {
|
|
351
|
+
const o = u("CopyIcon"), h = u("el-tooltip");
|
|
352
|
+
return r(), m(h, _({
|
|
353
|
+
disabled: n.tooltipDisabled,
|
|
353
354
|
content: t.text,
|
|
354
355
|
effect: "dark",
|
|
355
356
|
placement: "top"
|
|
356
357
|
}, {
|
|
357
358
|
[l.isVue2 ? "open-delay" : "show-after"]: 300
|
|
358
359
|
}), {
|
|
359
|
-
default:
|
|
360
|
-
|
|
361
|
-
|
|
360
|
+
default: p(() => [
|
|
361
|
+
v("div", ft, [
|
|
362
|
+
v("div", {
|
|
362
363
|
ref: "textEl",
|
|
363
364
|
class: "ellipsis-text",
|
|
364
|
-
style:
|
|
365
|
-
},
|
|
366
|
-
|
|
365
|
+
style: B(n.textStyle)
|
|
366
|
+
}, T(t.text), 5),
|
|
367
|
+
v("div", {
|
|
367
368
|
class: X(["toolbar", { multiline: l.currentLines > 1 && t.lines > 1 }])
|
|
368
369
|
}, [
|
|
369
370
|
t.copyable ? (r(), m(o, {
|
|
370
371
|
key: 0,
|
|
371
372
|
class: "icon-item",
|
|
372
|
-
onClick:
|
|
373
|
-
}, null, 8, ["onClick"])) :
|
|
373
|
+
onClick: n.handleCopy
|
|
374
|
+
}, null, 8, ["onClick"])) : C("", !0)
|
|
374
375
|
], 2)
|
|
375
376
|
])
|
|
376
377
|
]),
|
|
377
378
|
_: 1
|
|
378
379
|
}, 16, ["disabled", "content"]);
|
|
379
380
|
}
|
|
380
|
-
const $ = /* @__PURE__ */
|
|
381
|
-
var
|
|
381
|
+
const $ = /* @__PURE__ */ w(ht, [["render", pt], ["__scopeId", "data-v-a51a2011"]]);
|
|
382
|
+
var mt = Object.defineProperty, gt = Object.defineProperties, bt = Object.getOwnPropertyDescriptors, he = Object.getOwnPropertySymbols, yt = Object.prototype.hasOwnProperty, vt = Object.prototype.propertyIsEnumerable, fe = (e, i, t) => i in e ? mt(e, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[i] = t, pe = (e, i) => {
|
|
382
383
|
for (var t in i || (i = {}))
|
|
383
|
-
|
|
384
|
-
if (
|
|
385
|
-
for (var t of
|
|
386
|
-
|
|
384
|
+
yt.call(i, t) && fe(e, t, i[t]);
|
|
385
|
+
if (he)
|
|
386
|
+
for (var t of he(i))
|
|
387
|
+
vt.call(i, t) && fe(e, t, i[t]);
|
|
387
388
|
return e;
|
|
388
|
-
},
|
|
389
|
-
const
|
|
389
|
+
}, me = (e, i) => gt(e, bt(i));
|
|
390
|
+
const Ct = {
|
|
390
391
|
name: "RenderVue3",
|
|
391
392
|
inheritAttrs: !1
|
|
392
|
-
},
|
|
393
|
+
}, _t = /* @__PURE__ */ He(me(pe({}, Ct), {
|
|
393
394
|
props: {
|
|
394
395
|
renderFn: { type: Function },
|
|
395
396
|
data: {}
|
|
396
397
|
},
|
|
397
398
|
setup(e) {
|
|
398
|
-
const i = e, t =
|
|
399
|
+
const i = e, t = Re(), a = Ie(), l = de(() => me(pe({}, i.data || {}), {
|
|
399
400
|
$attrs: t,
|
|
400
|
-
$slots:
|
|
401
|
-
})),
|
|
401
|
+
$slots: a
|
|
402
|
+
})), n = de(() => {
|
|
402
403
|
try {
|
|
403
404
|
if (!i.renderFn || typeof i.renderFn != "function")
|
|
404
405
|
return console.warn("[RenderComponent] renderFn must be a function"), null;
|
|
405
|
-
const o = i.renderFn.toString(),
|
|
406
|
-
let
|
|
407
|
-
return
|
|
406
|
+
const o = i.renderFn.toString(), h = /\(\s*h\s*[,)]/.test(o) || i.renderFn.length >= 1;
|
|
407
|
+
let c;
|
|
408
|
+
return h ? c = i.renderFn(be, l.value) : c = i.renderFn(l.value), c;
|
|
408
409
|
} catch (o) {
|
|
409
410
|
return console.error("[RenderComponent] Error in render function:", o), null;
|
|
410
411
|
}
|
|
411
412
|
});
|
|
412
|
-
return (o,
|
|
413
|
+
return (o, h) => (r(), m(Ee(n.value)));
|
|
413
414
|
}
|
|
414
|
-
})),
|
|
415
|
+
})), St = !1, xt = !0, Tt = {
|
|
415
416
|
name: "FormItemLayout",
|
|
416
417
|
components: {
|
|
417
418
|
EllipsisText: $,
|
|
418
|
-
RenderComponent:
|
|
419
|
+
RenderComponent: _t
|
|
419
420
|
},
|
|
420
421
|
props: {
|
|
421
422
|
// 布局方向
|
|
@@ -450,10 +451,10 @@ const bt = {
|
|
|
450
451
|
},
|
|
451
452
|
data() {
|
|
452
453
|
return {
|
|
453
|
-
t:
|
|
454
|
-
isVue2:
|
|
455
|
-
isVue3:
|
|
456
|
-
getDefaultSize:
|
|
454
|
+
t: H().t,
|
|
455
|
+
isVue2: St,
|
|
456
|
+
isVue3: xt,
|
|
457
|
+
getDefaultSize: k
|
|
457
458
|
};
|
|
458
459
|
},
|
|
459
460
|
computed: {
|
|
@@ -512,67 +513,67 @@ const bt = {
|
|
|
512
513
|
this.$emit("field-change", e);
|
|
513
514
|
}
|
|
514
515
|
}
|
|
515
|
-
},
|
|
516
|
+
}, wt = {
|
|
516
517
|
key: 0,
|
|
517
518
|
class: "label-text"
|
|
518
|
-
},
|
|
519
|
+
}, Vt = {
|
|
519
520
|
key: 1,
|
|
520
521
|
class: "label-render"
|
|
521
522
|
};
|
|
522
|
-
function
|
|
523
|
-
const o = u("el-option"),
|
|
524
|
-
return r(),
|
|
523
|
+
function Ft(e, i, t, a, l, n) {
|
|
524
|
+
const o = u("el-option"), h = u("el-select"), c = u("EllipsisText"), f = u("RenderComponent");
|
|
525
|
+
return r(), b("div", {
|
|
525
526
|
class: X(["form-item-layout", {
|
|
526
527
|
"form-item-layout--horizontal": t.direction === "horizontal",
|
|
527
528
|
"form-item-layout--vertical": t.direction === "vertical"
|
|
528
529
|
}]),
|
|
529
|
-
style:
|
|
530
|
+
style: B(n.containerStyle)
|
|
530
531
|
}, [
|
|
531
|
-
|
|
532
|
+
n.hasLabel ? (r(), b("div", {
|
|
532
533
|
key: 0,
|
|
533
534
|
class: "form-item-label",
|
|
534
|
-
style:
|
|
535
|
+
style: B(n.labelStyle)
|
|
535
536
|
}, [
|
|
536
|
-
t.labelOptions && t.labelOptions.length ? (r(), m(
|
|
537
|
+
t.labelOptions && t.labelOptions.length ? (r(), m(h, {
|
|
537
538
|
key: 0,
|
|
538
|
-
modelValue:
|
|
539
|
-
"onUpdate:modelValue": i[0] || (i[0] = (y) =>
|
|
539
|
+
modelValue: n.fieldValue,
|
|
540
|
+
"onUpdate:modelValue": i[0] || (i[0] = (y) => n.fieldValue = y),
|
|
540
541
|
placeholder: l.t("selectPlaceholder"),
|
|
541
542
|
size: l.getDefaultSize(),
|
|
542
543
|
class: "label-select",
|
|
543
|
-
onChange:
|
|
544
|
+
onChange: n.handleFieldChange
|
|
544
545
|
}, {
|
|
545
|
-
default:
|
|
546
|
-
(r(!0),
|
|
546
|
+
default: p(() => [
|
|
547
|
+
(r(!0), b(L, null, D(t.labelOptions, (y) => (r(), m(o, {
|
|
547
548
|
key: y.value,
|
|
548
549
|
label: y.label,
|
|
549
550
|
value: y.value
|
|
550
551
|
}, null, 8, ["label", "value"]))), 128))
|
|
551
552
|
]),
|
|
552
553
|
_: 1
|
|
553
|
-
}, 8, ["modelValue", "placeholder", "size", "onChange"])) : t.label ? (r(),
|
|
554
|
-
typeof t.label == "string" ? (r(),
|
|
555
|
-
|
|
554
|
+
}, 8, ["modelValue", "placeholder", "size", "onChange"])) : t.label ? (r(), b(L, { key: 1 }, [
|
|
555
|
+
typeof t.label == "string" ? (r(), b("div", wt, [
|
|
556
|
+
g(c, {
|
|
556
557
|
text: t.label,
|
|
557
558
|
lines: 2
|
|
558
559
|
}, null, 8, ["text"])
|
|
559
|
-
])) : typeof t.label == "function" ? (r(),
|
|
560
|
-
|
|
561
|
-
])) :
|
|
562
|
-
], 64)) :
|
|
563
|
-
], 4)) :
|
|
564
|
-
|
|
560
|
+
])) : typeof t.label == "function" ? (r(), b("div", Vt, [
|
|
561
|
+
g(f, { "render-fn": t.label }, null, 8, ["render-fn"])
|
|
562
|
+
])) : C("", !0)
|
|
563
|
+
], 64)) : C("", !0)
|
|
564
|
+
], 4)) : C("", !0),
|
|
565
|
+
v("div", {
|
|
565
566
|
class: "form-item-input",
|
|
566
|
-
style:
|
|
567
|
+
style: B(n.inputStyle)
|
|
567
568
|
}, [
|
|
568
|
-
|
|
569
|
+
S(e.$slots, "default", {}, void 0, !0)
|
|
569
570
|
], 4)
|
|
570
571
|
], 6);
|
|
571
572
|
}
|
|
572
|
-
const
|
|
573
|
+
const E = /* @__PURE__ */ w(Tt, [["render", Ft], ["__scopeId", "data-v-e75cd736"]]), zt = !1, Lt = !0, q = "modelValue", kt = "update:modelValue", Ot = {
|
|
573
574
|
name: "TmSelectFilter",
|
|
574
575
|
components: {
|
|
575
|
-
FormItemLayout:
|
|
576
|
+
FormItemLayout: E
|
|
576
577
|
},
|
|
577
578
|
props: {
|
|
578
579
|
[q]: {
|
|
@@ -647,10 +648,10 @@ const P = /* @__PURE__ */ V(_t, [["render", Tt], ["__scopeId", "data-v-e75cd736"
|
|
|
647
648
|
},
|
|
648
649
|
data() {
|
|
649
650
|
return {
|
|
650
|
-
t:
|
|
651
|
-
isVue2:
|
|
652
|
-
isVue3:
|
|
653
|
-
getDefaultSize:
|
|
651
|
+
t: H().t,
|
|
652
|
+
isVue2: zt,
|
|
653
|
+
isVue3: Lt,
|
|
654
|
+
getDefaultSize: k,
|
|
654
655
|
optionsList: [],
|
|
655
656
|
loading: !1,
|
|
656
657
|
indeterminate: !1,
|
|
@@ -668,7 +669,7 @@ const P = /* @__PURE__ */ V(_t, [["render", Tt], ["__scopeId", "data-v-e75cd736"
|
|
|
668
669
|
const t = this[q];
|
|
669
670
|
Array.isArray(t) && t.length > 0 && (i = typeof this.valueOnClear == "function" ? this.valueOnClear() : this.valueOnClear);
|
|
670
671
|
}
|
|
671
|
-
this.$emit(
|
|
672
|
+
this.$emit(kt, i), this.$emit("change", i);
|
|
672
673
|
}
|
|
673
674
|
},
|
|
674
675
|
propMap() {
|
|
@@ -718,29 +719,29 @@ const P = /* @__PURE__ */ V(_t, [["render", Tt], ["__scopeId", "data-v-e75cd736"
|
|
|
718
719
|
}
|
|
719
720
|
}
|
|
720
721
|
}
|
|
721
|
-
},
|
|
722
|
+
}, Dt = {
|
|
722
723
|
key: 0,
|
|
723
724
|
class: "check-all-option"
|
|
724
725
|
};
|
|
725
|
-
function
|
|
726
|
-
const o = u("el-checkbox"),
|
|
727
|
-
return r(), m(
|
|
726
|
+
function At(e, i, t, a, l, n) {
|
|
727
|
+
const o = u("el-checkbox"), h = u("el-option"), c = u("el-select"), f = u("FormItemLayout");
|
|
728
|
+
return r(), m(f, {
|
|
728
729
|
label: t.label,
|
|
729
730
|
"label-options": t.labelOptions,
|
|
730
731
|
field: t.field,
|
|
731
|
-
onFieldChange:
|
|
732
|
+
onFieldChange: n.handleFieldChange,
|
|
732
733
|
"label-width": t.labelWidth,
|
|
733
734
|
"input-width": t.inputWidth,
|
|
734
735
|
direction: t.direction
|
|
735
736
|
}, {
|
|
736
|
-
default:
|
|
737
|
-
|
|
737
|
+
default: p(() => [
|
|
738
|
+
g(c, _({
|
|
738
739
|
ref: "select",
|
|
739
740
|
class: "select",
|
|
740
|
-
onClear:
|
|
741
|
-
modelValue:
|
|
742
|
-
"onUpdate:modelValue": i[2] || (i[2] = (y) =>
|
|
743
|
-
},
|
|
741
|
+
onClear: n.handleClear,
|
|
742
|
+
modelValue: n.computedValue,
|
|
743
|
+
"onUpdate:modelValue": i[2] || (i[2] = (y) => n.computedValue = y)
|
|
744
|
+
}, I(x({}, e.$attrs), {
|
|
744
745
|
size: l.getDefaultSize(),
|
|
745
746
|
filterable: t.filterable,
|
|
746
747
|
clearable: t.clearable,
|
|
@@ -748,48 +749,48 @@ function kt(e, i, t, n, l, s) {
|
|
|
748
749
|
multiple: t.multiple,
|
|
749
750
|
placeholder: t.placeholder,
|
|
750
751
|
loading: l.loading
|
|
751
|
-
}),
|
|
752
|
-
header:
|
|
752
|
+
}), M(l.isVue2 ? e.$listeners : {}), { loading: l.loading }), {
|
|
753
|
+
header: p(() => [
|
|
753
754
|
l.isVue3 && t.multiple && t.showCheckAll ? (r(), m(o, {
|
|
754
755
|
key: 0,
|
|
755
756
|
modelValue: l.checkAll,
|
|
756
757
|
"onUpdate:modelValue": i[1] || (i[1] = (y) => l.checkAll = y),
|
|
757
758
|
indeterminate: l.indeterminate,
|
|
758
759
|
size: l.getDefaultSize(),
|
|
759
|
-
onChange:
|
|
760
|
+
onChange: n.handleCheckAll,
|
|
760
761
|
style: { width: "100%", height: "20px", "padding-left": "10px" }
|
|
761
762
|
}, {
|
|
762
|
-
default:
|
|
763
|
-
|
|
763
|
+
default: p(() => [
|
|
764
|
+
z(T(l.t("all")), 1)
|
|
764
765
|
]),
|
|
765
766
|
_: 1
|
|
766
|
-
}, 8, ["modelValue", "indeterminate", "size", "onChange"])) :
|
|
767
|
+
}, 8, ["modelValue", "indeterminate", "size", "onChange"])) : C("", !0)
|
|
767
768
|
]),
|
|
768
|
-
default:
|
|
769
|
-
l.isVue2 && t.multiple && t.showCheckAll ? (r(),
|
|
770
|
-
|
|
769
|
+
default: p(() => [
|
|
770
|
+
l.isVue2 && t.multiple && t.showCheckAll ? (r(), b("div", Dt, [
|
|
771
|
+
g(o, {
|
|
771
772
|
style: { width: "100%" },
|
|
772
773
|
modelValue: l.checkAll,
|
|
773
774
|
"onUpdate:modelValue": i[0] || (i[0] = (y) => l.checkAll = y),
|
|
774
775
|
indeterminate: l.indeterminate,
|
|
775
776
|
size: l.getDefaultSize(),
|
|
776
|
-
onChange:
|
|
777
|
+
onChange: n.handleCheckAll
|
|
777
778
|
}, {
|
|
778
|
-
default:
|
|
779
|
-
|
|
779
|
+
default: p(() => [
|
|
780
|
+
z(T(l.t("all")), 1)
|
|
780
781
|
]),
|
|
781
782
|
_: 1
|
|
782
783
|
}, 8, ["modelValue", "indeterminate", "size", "onChange"])
|
|
783
|
-
])) :
|
|
784
|
-
(r(!0),
|
|
785
|
-
key: y[
|
|
786
|
-
label: y[
|
|
787
|
-
value: y[
|
|
784
|
+
])) : C("", !0),
|
|
785
|
+
(r(!0), b(L, null, D(l.optionsList, (y) => (r(), m(h, {
|
|
786
|
+
key: y[n.propMap.value],
|
|
787
|
+
label: y[n.propMap.label],
|
|
788
|
+
value: y[n.propMap.value],
|
|
788
789
|
disabled: y.disabled
|
|
789
790
|
}, {
|
|
790
|
-
default:
|
|
791
|
-
|
|
792
|
-
|
|
791
|
+
default: p(() => [
|
|
792
|
+
S(e.$slots, "option", { item: y }, () => [
|
|
793
|
+
z(T(y[n.propMap.label]), 1)
|
|
793
794
|
], !0)
|
|
794
795
|
]),
|
|
795
796
|
_: 2
|
|
@@ -801,11 +802,11 @@ function kt(e, i, t, n, l, s) {
|
|
|
801
802
|
_: 3
|
|
802
803
|
}, 8, ["label", "label-options", "field", "onFieldChange", "label-width", "input-width", "direction"]);
|
|
803
804
|
}
|
|
804
|
-
const
|
|
805
|
+
const Ce = /* @__PURE__ */ w(Ot, [["render", At], ["__scopeId", "data-v-b85e9ccb"]]), Mt = {
|
|
805
806
|
name: "TmAdvancedInputFilter",
|
|
806
807
|
components: {
|
|
807
|
-
MoreIcon:
|
|
808
|
-
FormItemLayout:
|
|
808
|
+
MoreIcon: nt,
|
|
809
|
+
FormItemLayout: E
|
|
809
810
|
},
|
|
810
811
|
props: {
|
|
811
812
|
label: {
|
|
@@ -849,8 +850,8 @@ const ye = /* @__PURE__ */ V(zt, [["render", kt], ["__scopeId", "data-v-b85e9ccb
|
|
|
849
850
|
},
|
|
850
851
|
data() {
|
|
851
852
|
return {
|
|
852
|
-
t:
|
|
853
|
-
getDefaultSize:
|
|
853
|
+
t: H().t,
|
|
854
|
+
getDefaultSize: k,
|
|
854
855
|
getCompatSize: K,
|
|
855
856
|
exactValue: "",
|
|
856
857
|
inputValue: "",
|
|
@@ -913,80 +914,80 @@ const ye = /* @__PURE__ */ V(zt, [["render", kt], ["__scopeId", "data-v-b85e9ccb
|
|
|
913
914
|
created() {
|
|
914
915
|
this.updateCurrentOptionMultiple();
|
|
915
916
|
}
|
|
916
|
-
},
|
|
917
|
-
function
|
|
918
|
-
const o = u("el-input"),
|
|
917
|
+
}, Ht = { class: "popover-content" }, Rt = { class: "popover-subtitle" }, It = { class: "popover-footer" };
|
|
918
|
+
function Et(e, i, t, a, l, n) {
|
|
919
|
+
const o = u("el-input"), h = u("el-button"), c = u("MoreIcon"), f = u("el-popover"), y = u("FormItemLayout");
|
|
919
920
|
return r(), m(y, {
|
|
920
921
|
label: t.label,
|
|
921
922
|
"label-options": t.labelOptions,
|
|
922
923
|
field: t.field,
|
|
923
|
-
onFieldChange:
|
|
924
|
+
onFieldChange: n.handlefieldChange,
|
|
924
925
|
"label-width": t.labelWidth,
|
|
925
926
|
"input-width": t.inputWidth,
|
|
926
927
|
direction: t.direction
|
|
927
928
|
}, {
|
|
928
|
-
default:
|
|
929
|
-
|
|
929
|
+
default: p(() => [
|
|
930
|
+
g(o, {
|
|
930
931
|
modelValue: l.inputValue,
|
|
931
|
-
"onUpdate:modelValue": i[1] || (i[1] = (
|
|
932
|
+
"onUpdate:modelValue": i[1] || (i[1] = (V) => l.inputValue = V),
|
|
932
933
|
size: l.getDefaultSize(),
|
|
933
934
|
placeholder: t.placeholder,
|
|
934
|
-
onKeyup:
|
|
935
|
+
onKeyup: We(n.handleEnter, ["enter", "native"]),
|
|
935
936
|
clearable: "",
|
|
936
937
|
class: "advanced-input"
|
|
937
|
-
},
|
|
938
|
-
|
|
938
|
+
}, ye({ _: 2 }, [
|
|
939
|
+
n.shouldShowMultiple ? {
|
|
939
940
|
name: "append",
|
|
940
|
-
fn:
|
|
941
|
-
|
|
941
|
+
fn: p(() => [
|
|
942
|
+
g(f, {
|
|
942
943
|
visible: l.isExactMode,
|
|
943
944
|
placement: "bottom-end",
|
|
944
945
|
width: 260,
|
|
945
946
|
trigger: "click",
|
|
946
|
-
"onUpdate:visible":
|
|
947
|
+
"onUpdate:visible": n.handleVisibleChange
|
|
947
948
|
}, {
|
|
948
|
-
reference:
|
|
949
|
-
|
|
949
|
+
reference: p(() => [
|
|
950
|
+
g(c, { style: { cursor: "pointer" } })
|
|
950
951
|
]),
|
|
951
|
-
default:
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
952
|
+
default: p(() => [
|
|
953
|
+
v("div", Ht, [
|
|
954
|
+
v("p", Rt, T(l.t("accurateSearchTips")), 1),
|
|
955
|
+
g(o, {
|
|
955
956
|
size: l.getDefaultSize(),
|
|
956
957
|
type: "textarea",
|
|
957
958
|
rows: 8,
|
|
958
959
|
modelValue: l.exactValue,
|
|
959
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
960
|
+
"onUpdate:modelValue": i[0] || (i[0] = (V) => l.exactValue = V),
|
|
960
961
|
placeholder: l.t("accurateSearchPlaceholder"),
|
|
961
962
|
style: { "font-size": "12px" }
|
|
962
963
|
}, null, 8, ["size", "modelValue", "placeholder"]),
|
|
963
|
-
|
|
964
|
-
|
|
964
|
+
v("div", It, [
|
|
965
|
+
g(h, {
|
|
965
966
|
style: { float: "left" },
|
|
966
967
|
size: l.getCompatSize("mini"),
|
|
967
|
-
onClick:
|
|
968
|
+
onClick: n.handleClear
|
|
968
969
|
}, {
|
|
969
|
-
default:
|
|
970
|
-
|
|
970
|
+
default: p(() => [
|
|
971
|
+
z(T(l.t("clear")), 1)
|
|
971
972
|
]),
|
|
972
973
|
_: 1
|
|
973
974
|
}, 8, ["size", "onClick"]),
|
|
974
|
-
|
|
975
|
+
g(h, {
|
|
975
976
|
size: l.getCompatSize("mini"),
|
|
976
|
-
onClick:
|
|
977
|
+
onClick: n.handlePopoverClose
|
|
977
978
|
}, {
|
|
978
|
-
default:
|
|
979
|
-
|
|
979
|
+
default: p(() => [
|
|
980
|
+
z(T(l.t("cancel")), 1)
|
|
980
981
|
]),
|
|
981
982
|
_: 1
|
|
982
983
|
}, 8, ["size", "onClick"]),
|
|
983
|
-
|
|
984
|
+
g(h, {
|
|
984
985
|
type: "primary",
|
|
985
986
|
size: l.getCompatSize("mini"),
|
|
986
|
-
onClick:
|
|
987
|
+
onClick: n.handleExactSearch
|
|
987
988
|
}, {
|
|
988
|
-
default:
|
|
989
|
-
|
|
989
|
+
default: p(() => [
|
|
990
|
+
z(T(l.t("search")), 1)
|
|
990
991
|
]),
|
|
991
992
|
_: 1
|
|
992
993
|
}, 8, ["size", "onClick"])
|
|
@@ -1003,10 +1004,10 @@ function Ht(e, i, t, n, l, s) {
|
|
|
1003
1004
|
_: 1
|
|
1004
1005
|
}, 8, ["label", "label-options", "field", "onFieldChange", "label-width", "input-width", "direction"]);
|
|
1005
1006
|
}
|
|
1006
|
-
const
|
|
1007
|
+
const _e = /* @__PURE__ */ w(Mt, [["render", Et], ["__scopeId", "data-v-1a69f415"]]), { t: F } = H(), Wt = !1, Nt = !0, Pt = "modelValue", Bt = {
|
|
1007
1008
|
name: "TmAdvancedDateFilter",
|
|
1008
1009
|
components: {
|
|
1009
|
-
FormItemLayout:
|
|
1010
|
+
FormItemLayout: E
|
|
1010
1011
|
},
|
|
1011
1012
|
props: {
|
|
1012
1013
|
value: {
|
|
@@ -1137,12 +1138,12 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1137
1138
|
// 计算开始占位符
|
|
1138
1139
|
computedStartPlaceholder() {
|
|
1139
1140
|
if (this.isRangeType)
|
|
1140
|
-
return this.startPlaceholder !== void 0 ? this.startPlaceholder :
|
|
1141
|
+
return this.startPlaceholder !== void 0 ? this.startPlaceholder : F("startDate");
|
|
1141
1142
|
},
|
|
1142
1143
|
// 计算结束占位符
|
|
1143
1144
|
computedEndPlaceholder() {
|
|
1144
1145
|
if (this.isRangeType)
|
|
1145
|
-
return this.endPlaceholder !== void 0 ? this.endPlaceholder :
|
|
1146
|
+
return this.endPlaceholder !== void 0 ? this.endPlaceholder : F("endDate");
|
|
1146
1147
|
},
|
|
1147
1148
|
computedFormat() {
|
|
1148
1149
|
const e = "YYYY";
|
|
@@ -1154,45 +1155,45 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1154
1155
|
const i = this.type === "datetimerange";
|
|
1155
1156
|
e.shortcuts = this.shortcuts.length > 0 ? this.shortcuts : [
|
|
1156
1157
|
{
|
|
1157
|
-
text:
|
|
1158
|
+
text: F("today"),
|
|
1158
1159
|
onClick(t) {
|
|
1159
|
-
const
|
|
1160
|
-
i && (l.setHours(0, 0, 0, 0),
|
|
1160
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1161
|
+
i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1161
1162
|
}
|
|
1162
1163
|
},
|
|
1163
1164
|
{
|
|
1164
|
-
text:
|
|
1165
|
+
text: F("yesterday"),
|
|
1165
1166
|
onClick(t) {
|
|
1166
|
-
const
|
|
1167
|
-
l.setTime(l.getTime() - 3600 * 1e3 * 24),
|
|
1167
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1168
|
+
l.setTime(l.getTime() - 3600 * 1e3 * 24), a.setTime(a.getTime() - 3600 * 1e3 * 24), i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1168
1169
|
}
|
|
1169
1170
|
},
|
|
1170
1171
|
{
|
|
1171
|
-
text:
|
|
1172
|
+
text: F("last7days"),
|
|
1172
1173
|
onClick(t) {
|
|
1173
|
-
const
|
|
1174
|
-
l.setTime(l.getTime() - 3600 * 1e3 * 24 * 7), i && (l.setHours(0, 0, 0, 0),
|
|
1174
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1175
|
+
l.setTime(l.getTime() - 3600 * 1e3 * 24 * 7), i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1175
1176
|
}
|
|
1176
1177
|
},
|
|
1177
1178
|
{
|
|
1178
|
-
text:
|
|
1179
|
+
text: F("last30days"),
|
|
1179
1180
|
onClick(t) {
|
|
1180
|
-
const
|
|
1181
|
-
l.setTime(l.getTime() - 3600 * 1e3 * 24 * 30), i && (l.setHours(0, 0, 0, 0),
|
|
1181
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1182
|
+
l.setTime(l.getTime() - 3600 * 1e3 * 24 * 30), i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1182
1183
|
}
|
|
1183
1184
|
},
|
|
1184
1185
|
{
|
|
1185
|
-
text:
|
|
1186
|
+
text: F("thisMonth"),
|
|
1186
1187
|
onClick(t) {
|
|
1187
|
-
const
|
|
1188
|
-
l.setDate(1), i && (l.setHours(0, 0, 0, 0),
|
|
1188
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1189
|
+
l.setDate(1), i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1189
1190
|
}
|
|
1190
1191
|
},
|
|
1191
1192
|
{
|
|
1192
|
-
text:
|
|
1193
|
+
text: F("lastMonth"),
|
|
1193
1194
|
onClick(t) {
|
|
1194
|
-
const
|
|
1195
|
-
l.setMonth(l.getMonth() - 1), l.setDate(1),
|
|
1195
|
+
const a = /* @__PURE__ */ new Date(), l = /* @__PURE__ */ new Date();
|
|
1196
|
+
l.setMonth(l.getMonth() - 1), l.setDate(1), a.setDate(0), i && (l.setHours(0, 0, 0, 0), a.setHours(23, 59, 59, 999)), t.$emit("pick", [l, a]);
|
|
1196
1197
|
}
|
|
1197
1198
|
}
|
|
1198
1199
|
];
|
|
@@ -1207,42 +1208,42 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1207
1208
|
const e = this.type === "datetimerange";
|
|
1208
1209
|
return [
|
|
1209
1210
|
{
|
|
1210
|
-
text:
|
|
1211
|
+
text: F("today"),
|
|
1211
1212
|
value: () => {
|
|
1212
1213
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1213
1214
|
return e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
1214
1215
|
}
|
|
1215
1216
|
},
|
|
1216
1217
|
{
|
|
1217
|
-
text:
|
|
1218
|
+
text: F("yesterday"),
|
|
1218
1219
|
value: () => {
|
|
1219
1220
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1220
1221
|
return t.setTime(t.getTime() - 3600 * 1e3 * 24), i.setTime(i.getTime() - 3600 * 1e3 * 24), e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
1221
1222
|
}
|
|
1222
1223
|
},
|
|
1223
1224
|
{
|
|
1224
|
-
text:
|
|
1225
|
+
text: F("last7days"),
|
|
1225
1226
|
value: () => {
|
|
1226
1227
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1227
1228
|
return t.setTime(t.getTime() - 3600 * 1e3 * 24 * 7), e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
1228
1229
|
}
|
|
1229
1230
|
},
|
|
1230
1231
|
{
|
|
1231
|
-
text:
|
|
1232
|
+
text: F("last30days"),
|
|
1232
1233
|
value: () => {
|
|
1233
1234
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1234
1235
|
return t.setTime(t.getTime() - 3600 * 1e3 * 24 * 30), e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
1235
1236
|
}
|
|
1236
1237
|
},
|
|
1237
1238
|
{
|
|
1238
|
-
text:
|
|
1239
|
+
text: F("thisMonth"),
|
|
1239
1240
|
value: () => {
|
|
1240
1241
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1241
1242
|
return t.setDate(1), e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
1242
1243
|
}
|
|
1243
1244
|
},
|
|
1244
1245
|
{
|
|
1245
|
-
text:
|
|
1246
|
+
text: F("lastMonth"),
|
|
1246
1247
|
value: () => {
|
|
1247
1248
|
const i = /* @__PURE__ */ new Date(), t = /* @__PURE__ */ new Date();
|
|
1248
1249
|
return t.setMonth(t.getMonth() - 1), t.setDate(1), i.setDate(0), e && (t.setHours(0, 0, 0, 0), i.setHours(23, 59, 59, 999)), [t, i];
|
|
@@ -1263,26 +1264,26 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1263
1264
|
if (this.type === "datetimerange" && Array.isArray(e))
|
|
1264
1265
|
return e.map((i) => {
|
|
1265
1266
|
if (typeof i == "string") {
|
|
1266
|
-
const t = /* @__PURE__ */ new Date(), [
|
|
1267
|
+
const t = /* @__PURE__ */ new Date(), [a, l, n] = i.split(":").map(Number);
|
|
1267
1268
|
return new Date(
|
|
1268
1269
|
t.getFullYear(),
|
|
1269
1270
|
t.getMonth(),
|
|
1270
1271
|
t.getDate(),
|
|
1271
|
-
|
|
1272
|
+
a,
|
|
1272
1273
|
l,
|
|
1273
|
-
|
|
1274
|
+
n || 0
|
|
1274
1275
|
);
|
|
1275
1276
|
}
|
|
1276
1277
|
return i;
|
|
1277
1278
|
});
|
|
1278
1279
|
if (this.type === "datetime" && typeof e == "string") {
|
|
1279
|
-
const i = /* @__PURE__ */ new Date(), [t,
|
|
1280
|
+
const i = /* @__PURE__ */ new Date(), [t, a, l] = e.split(":").map(Number);
|
|
1280
1281
|
return new Date(
|
|
1281
1282
|
i.getFullYear(),
|
|
1282
1283
|
i.getMonth(),
|
|
1283
1284
|
i.getDate(),
|
|
1284
1285
|
t,
|
|
1285
|
-
|
|
1286
|
+
a,
|
|
1286
1287
|
l || 0
|
|
1287
1288
|
);
|
|
1288
1289
|
}
|
|
@@ -1295,11 +1296,11 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1295
1296
|
},
|
|
1296
1297
|
data() {
|
|
1297
1298
|
return {
|
|
1298
|
-
t:
|
|
1299
|
-
isVue2:
|
|
1300
|
-
isVue3:
|
|
1301
|
-
getDefaultSize:
|
|
1302
|
-
valueField:
|
|
1299
|
+
t: F,
|
|
1300
|
+
isVue2: Wt,
|
|
1301
|
+
isVue3: Nt,
|
|
1302
|
+
getDefaultSize: k,
|
|
1303
|
+
valueField: Pt
|
|
1303
1304
|
};
|
|
1304
1305
|
},
|
|
1305
1306
|
methods: {
|
|
@@ -1321,31 +1322,31 @@ const ve = /* @__PURE__ */ V(Ot, [["render", Ht], ["__scopeId", "data-v-1a69f415
|
|
|
1321
1322
|
}
|
|
1322
1323
|
}
|
|
1323
1324
|
};
|
|
1324
|
-
function
|
|
1325
|
-
const o = u("el-date-picker"),
|
|
1326
|
-
return r(), m(
|
|
1325
|
+
function Ut(e, i, t, a, l, n) {
|
|
1326
|
+
const o = u("el-date-picker"), h = u("FormItemLayout");
|
|
1327
|
+
return r(), m(h, {
|
|
1327
1328
|
label: t.label,
|
|
1328
1329
|
"label-options": t.labelOptions,
|
|
1329
1330
|
field: t.field,
|
|
1330
|
-
onFieldChange:
|
|
1331
|
+
onFieldChange: n.handleFieldChange,
|
|
1331
1332
|
"label-width": t.labelWidth,
|
|
1332
1333
|
"input-width": t.inputWidth,
|
|
1333
1334
|
direction: t.direction
|
|
1334
1335
|
}, {
|
|
1335
|
-
default:
|
|
1336
|
-
|
|
1337
|
-
"model-value":
|
|
1336
|
+
default: p(() => [
|
|
1337
|
+
g(o, {
|
|
1338
|
+
"model-value": n.dateValue,
|
|
1338
1339
|
type: t.type,
|
|
1339
1340
|
size: l.getDefaultSize(),
|
|
1340
1341
|
"range-separator": t.rangeSeparator,
|
|
1341
|
-
"start-placeholder":
|
|
1342
|
-
"end-placeholder":
|
|
1342
|
+
"start-placeholder": n.computedStartPlaceholder,
|
|
1343
|
+
"end-placeholder": n.computedEndPlaceholder,
|
|
1343
1344
|
placeholder: t.placeholder,
|
|
1344
|
-
shortcuts:
|
|
1345
|
-
"disabled-date":
|
|
1345
|
+
shortcuts: n.computedShortcuts,
|
|
1346
|
+
"disabled-date": n.computedDisabledDate,
|
|
1346
1347
|
class: "date-picker",
|
|
1347
|
-
format:
|
|
1348
|
-
"value-format":
|
|
1348
|
+
format: n.computedFormat,
|
|
1349
|
+
"value-format": n.computedFormat,
|
|
1349
1350
|
disabled: t.disabled,
|
|
1350
1351
|
clearable: t.clearable,
|
|
1351
1352
|
readonly: t.readonly,
|
|
@@ -1353,20 +1354,20 @@ function Pt(e, i, t, n, l, s) {
|
|
|
1353
1354
|
teleported: !1,
|
|
1354
1355
|
"popper-class": t.popperClass,
|
|
1355
1356
|
"default-value": t.defaultValue,
|
|
1356
|
-
"default-time":
|
|
1357
|
-
"onUpdate:modelValue":
|
|
1358
|
-
onChange:
|
|
1359
|
-
onBlur:
|
|
1360
|
-
onFocus:
|
|
1357
|
+
"default-time": n.computedDefaultTime,
|
|
1358
|
+
"onUpdate:modelValue": n.handleDateChange,
|
|
1359
|
+
onChange: n.handleDateChange,
|
|
1360
|
+
onBlur: n.handleBlur,
|
|
1361
|
+
onFocus: n.handleFocus
|
|
1361
1362
|
}, null, 8, ["model-value", "type", "size", "range-separator", "start-placeholder", "end-placeholder", "placeholder", "shortcuts", "disabled-date", "format", "value-format", "disabled", "clearable", "readonly", "editable", "popper-class", "default-value", "default-time", "onUpdate:modelValue", "onChange", "onBlur", "onFocus"])
|
|
1362
1363
|
]),
|
|
1363
1364
|
_: 1
|
|
1364
1365
|
}, 8, ["label", "label-options", "field", "onFieldChange", "label-width", "input-width", "direction"]);
|
|
1365
1366
|
}
|
|
1366
|
-
const
|
|
1367
|
+
const Se = /* @__PURE__ */ w(Bt, [["render", Ut], ["__scopeId", "data-v-6d9d8fa1"]]), jt = !1, Jt = {
|
|
1367
1368
|
name: "TmCascaderFilter",
|
|
1368
1369
|
components: {
|
|
1369
|
-
FormItemLayout:
|
|
1370
|
+
FormItemLayout: E
|
|
1370
1371
|
},
|
|
1371
1372
|
props: {
|
|
1372
1373
|
value: {
|
|
@@ -1427,8 +1428,8 @@ const Ce = /* @__PURE__ */ V(Wt, [["render", Pt], ["__scopeId", "data-v-6d9d8fa1
|
|
|
1427
1428
|
},
|
|
1428
1429
|
data() {
|
|
1429
1430
|
return {
|
|
1430
|
-
isVue2:
|
|
1431
|
-
getDefaultSize:
|
|
1431
|
+
isVue2: jt,
|
|
1432
|
+
getDefaultSize: k,
|
|
1432
1433
|
selectedValue: this.value,
|
|
1433
1434
|
optionsList: [],
|
|
1434
1435
|
loading: !1
|
|
@@ -1443,7 +1444,7 @@ const Ce = /* @__PURE__ */ V(Wt, [["render", Pt], ["__scopeId", "data-v-6d9d8fa1
|
|
|
1443
1444
|
};
|
|
1444
1445
|
},
|
|
1445
1446
|
cascaderProps() {
|
|
1446
|
-
return
|
|
1447
|
+
return I(x({}, this.props), {
|
|
1447
1448
|
expandTrigger: this.props.expandTrigger || "hover"
|
|
1448
1449
|
});
|
|
1449
1450
|
}
|
|
@@ -1480,38 +1481,38 @@ const Ce = /* @__PURE__ */ V(Wt, [["render", Pt], ["__scopeId", "data-v-6d9d8fa1
|
|
|
1480
1481
|
else Array.isArray(e) && (this.optionsList = e);
|
|
1481
1482
|
}
|
|
1482
1483
|
}
|
|
1483
|
-
},
|
|
1484
|
-
function
|
|
1485
|
-
const o = u("el-cascader"),
|
|
1486
|
-
return r(), m(
|
|
1484
|
+
}, Kt = { class: "cascader" };
|
|
1485
|
+
function Qt(e, i, t, a, l, n) {
|
|
1486
|
+
const o = u("el-cascader"), h = u("FormItemLayout");
|
|
1487
|
+
return r(), m(h, {
|
|
1487
1488
|
label: t.label,
|
|
1488
1489
|
"label-width": t.labelWidth,
|
|
1489
1490
|
"input-width": t.inputWidth,
|
|
1490
1491
|
direction: t.direction
|
|
1491
1492
|
}, {
|
|
1492
|
-
default:
|
|
1493
|
-
|
|
1494
|
-
|
|
1493
|
+
default: p(() => [
|
|
1494
|
+
v("div", Kt, [
|
|
1495
|
+
g(o, _({
|
|
1495
1496
|
ref: "cascader",
|
|
1496
1497
|
modelValue: l.selectedValue,
|
|
1497
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1498
|
-
},
|
|
1498
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => l.selectedValue = c)
|
|
1499
|
+
}, I(x({}, e.$attrs), {
|
|
1499
1500
|
size: l.getDefaultSize(),
|
|
1500
1501
|
filterable: t.filterable,
|
|
1501
1502
|
clearable: t.clearable,
|
|
1502
1503
|
collapseTags: t.collapseTags,
|
|
1503
1504
|
collapseTagsTooltip: t.collapseTagsTooltip,
|
|
1504
|
-
props:
|
|
1505
|
+
props: n.cascaderProps,
|
|
1505
1506
|
placeholder: t.placeholder,
|
|
1506
1507
|
options: l.optionsList,
|
|
1507
1508
|
loading: l.loading
|
|
1508
|
-
}),
|
|
1509
|
-
default:
|
|
1510
|
-
|
|
1511
|
-
node:
|
|
1512
|
-
data:
|
|
1509
|
+
}), M(l.isVue2 ? e.$listeners : {})), {
|
|
1510
|
+
default: p(({ node: c, data: f }) => [
|
|
1511
|
+
S(e.$slots, "default", {
|
|
1512
|
+
node: c,
|
|
1513
|
+
data: f
|
|
1513
1514
|
}, () => [
|
|
1514
|
-
|
|
1515
|
+
v("span", null, T(f[n.propMap.label]), 1)
|
|
1515
1516
|
], !0)
|
|
1516
1517
|
]),
|
|
1517
1518
|
_: 3
|
|
@@ -1521,10 +1522,10 @@ function jt(e, i, t, n, l, s) {
|
|
|
1521
1522
|
_: 3
|
|
1522
1523
|
}, 8, ["label", "label-width", "input-width", "direction"]);
|
|
1523
1524
|
}
|
|
1524
|
-
const
|
|
1525
|
+
const xe = /* @__PURE__ */ w(Jt, [["render", Qt], ["__scopeId", "data-v-7cde104c"]]), qt = !1, Yt = !0, Gt = {
|
|
1525
1526
|
name: "TmRadioFilter",
|
|
1526
1527
|
components: {
|
|
1527
|
-
FormItemLayout:
|
|
1528
|
+
FormItemLayout: E
|
|
1528
1529
|
},
|
|
1529
1530
|
props: {
|
|
1530
1531
|
value: {
|
|
@@ -1572,9 +1573,9 @@ const _e = /* @__PURE__ */ V(Bt, [["render", jt], ["__scopeId", "data-v-7cde104c
|
|
|
1572
1573
|
},
|
|
1573
1574
|
data() {
|
|
1574
1575
|
return {
|
|
1575
|
-
isVue2:
|
|
1576
|
-
isVue3:
|
|
1577
|
-
getDefaultSize:
|
|
1576
|
+
isVue2: qt,
|
|
1577
|
+
isVue3: Yt,
|
|
1578
|
+
getDefaultSize: k,
|
|
1578
1579
|
selectedValue: this.value,
|
|
1579
1580
|
optionsList: [],
|
|
1580
1581
|
loading: !1
|
|
@@ -1621,33 +1622,33 @@ const _e = /* @__PURE__ */ V(Bt, [["render", jt], ["__scopeId", "data-v-7cde104c
|
|
|
1621
1622
|
}
|
|
1622
1623
|
}
|
|
1623
1624
|
};
|
|
1624
|
-
function
|
|
1625
|
-
const o = u("el-radio-button"),
|
|
1626
|
-
return r(), m(
|
|
1625
|
+
function Xt(e, i, t, a, l, n) {
|
|
1626
|
+
const o = u("el-radio-button"), h = u("el-radio-group"), c = u("FormItemLayout");
|
|
1627
|
+
return r(), m(c, {
|
|
1627
1628
|
label: t.label,
|
|
1628
1629
|
"label-width": t.labelWidth,
|
|
1629
1630
|
"input-width": t.inputWidth,
|
|
1630
1631
|
direction: t.direction
|
|
1631
1632
|
}, {
|
|
1632
|
-
default:
|
|
1633
|
-
|
|
1633
|
+
default: p(() => [
|
|
1634
|
+
g(h, _({
|
|
1634
1635
|
ref: "radioGroup",
|
|
1635
1636
|
modelValue: l.selectedValue,
|
|
1636
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1637
|
-
},
|
|
1637
|
+
"onUpdate:modelValue": i[0] || (i[0] = (f) => l.selectedValue = f)
|
|
1638
|
+
}, I(x({}, e.$attrs), {
|
|
1638
1639
|
size: l.getDefaultSize()
|
|
1639
|
-
}), { class: "radio-group" },
|
|
1640
|
-
default:
|
|
1641
|
-
e.$slots.default ?
|
|
1642
|
-
[l.isVue3 ? "value" : "label"]:
|
|
1643
|
-
disabled:
|
|
1640
|
+
}), { class: "radio-group" }, M(l.isVue2 ? e.$listeners : {})), {
|
|
1641
|
+
default: p(() => [
|
|
1642
|
+
e.$slots.default ? S(e.$slots, "default", { key: 0 }, void 0, !0) : (r(!0), b(L, { key: 1 }, D(l.optionsList, (f) => (r(), m(o, _({ ref_for: !0 }, {
|
|
1643
|
+
[l.isVue3 ? "value" : "label"]: f[n.propMap.value],
|
|
1644
|
+
disabled: f.disabled
|
|
1644
1645
|
}, {
|
|
1645
1646
|
style: { flex: "1" },
|
|
1646
|
-
key:
|
|
1647
|
+
key: f[n.propMap.value]
|
|
1647
1648
|
}), {
|
|
1648
|
-
default:
|
|
1649
|
-
|
|
1650
|
-
|
|
1649
|
+
default: p(() => [
|
|
1650
|
+
S(e.$slots, "option", { item: f }, () => [
|
|
1651
|
+
z(T(f[n.propMap.label]), 1)
|
|
1651
1652
|
], !0)
|
|
1652
1653
|
]),
|
|
1653
1654
|
_: 2
|
|
@@ -1659,10 +1660,10 @@ function qt(e, i, t, n, l, s) {
|
|
|
1659
1660
|
_: 3
|
|
1660
1661
|
}, 8, ["label", "label-width", "input-width", "direction"]);
|
|
1661
1662
|
}
|
|
1662
|
-
const
|
|
1663
|
+
const Te = /* @__PURE__ */ w(Gt, [["render", Xt], ["__scopeId", "data-v-44b00fff"]]), Zt = !1, $t = !0, ei = {
|
|
1663
1664
|
name: "TmCheckboxFilter",
|
|
1664
1665
|
components: {
|
|
1665
|
-
FormItemLayout:
|
|
1666
|
+
FormItemLayout: E
|
|
1666
1667
|
},
|
|
1667
1668
|
props: {
|
|
1668
1669
|
value: {
|
|
@@ -1705,9 +1706,9 @@ const Se = /* @__PURE__ */ V(Qt, [["render", qt], ["__scopeId", "data-v-44b00fff
|
|
|
1705
1706
|
},
|
|
1706
1707
|
data() {
|
|
1707
1708
|
return {
|
|
1708
|
-
isVue2:
|
|
1709
|
-
isVue3:
|
|
1710
|
-
getDefaultSize:
|
|
1709
|
+
isVue2: Zt,
|
|
1710
|
+
isVue3: $t,
|
|
1711
|
+
getDefaultSize: k,
|
|
1711
1712
|
selectedValue: this.value || [],
|
|
1712
1713
|
optionsList: [],
|
|
1713
1714
|
loading: !1
|
|
@@ -1753,34 +1754,34 @@ const Se = /* @__PURE__ */ V(Qt, [["render", qt], ["__scopeId", "data-v-44b00fff
|
|
|
1753
1754
|
else Array.isArray(e) && (this.optionsList = e);
|
|
1754
1755
|
}
|
|
1755
1756
|
}
|
|
1756
|
-
},
|
|
1757
|
-
function
|
|
1758
|
-
const o = u("el-checkbox-button"),
|
|
1759
|
-
return r(), m(
|
|
1757
|
+
}, ti = { class: "checkbox-content" };
|
|
1758
|
+
function ii(e, i, t, a, l, n) {
|
|
1759
|
+
const o = u("el-checkbox-button"), h = u("el-checkbox-group"), c = u("FormItemLayout");
|
|
1760
|
+
return r(), m(c, {
|
|
1760
1761
|
label: t.label,
|
|
1761
1762
|
"label-width": t.labelWidth,
|
|
1762
1763
|
"input-width": t.inputWidth,
|
|
1763
1764
|
direction: t.direction
|
|
1764
1765
|
}, {
|
|
1765
|
-
default:
|
|
1766
|
-
|
|
1767
|
-
|
|
1766
|
+
default: p(() => [
|
|
1767
|
+
v("div", ti, [
|
|
1768
|
+
g(h, _({
|
|
1768
1769
|
ref: "checkboxGroup",
|
|
1769
1770
|
modelValue: l.selectedValue,
|
|
1770
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1771
|
-
},
|
|
1771
|
+
"onUpdate:modelValue": i[0] || (i[0] = (f) => l.selectedValue = f)
|
|
1772
|
+
}, I(x({}, e.$attrs), {
|
|
1772
1773
|
size: l.getDefaultSize()
|
|
1773
|
-
}),
|
|
1774
|
-
default:
|
|
1775
|
-
e.$slots.default ?
|
|
1776
|
-
key:
|
|
1774
|
+
}), M(l.isVue2 ? e.$listeners : {})), {
|
|
1775
|
+
default: p(() => [
|
|
1776
|
+
e.$slots.default ? S(e.$slots, "default", { key: 0 }, void 0, !0) : (r(!0), b(L, { key: 1 }, D(l.optionsList, (f) => (r(), m(o, _({
|
|
1777
|
+
key: f[n.propMap.value]
|
|
1777
1778
|
}, { ref_for: !0 }, {
|
|
1778
|
-
[l.isVue3 ? "value" : "label"]:
|
|
1779
|
-
disabled:
|
|
1779
|
+
[l.isVue3 ? "value" : "label"]: f[n.propMap.value],
|
|
1780
|
+
disabled: f.disabled
|
|
1780
1781
|
}, { style: { flex: "1" } }), {
|
|
1781
|
-
default:
|
|
1782
|
-
|
|
1783
|
-
|
|
1782
|
+
default: p(() => [
|
|
1783
|
+
S(e.$slots, "option", { item: f }, () => [
|
|
1784
|
+
z(T(f[n.propMap.label]), 1)
|
|
1784
1785
|
], !0)
|
|
1785
1786
|
]),
|
|
1786
1787
|
_: 2
|
|
@@ -1793,10 +1794,10 @@ function $t(e, i, t, n, l, s) {
|
|
|
1793
1794
|
_: 3
|
|
1794
1795
|
}, 8, ["label", "label-width", "input-width", "direction"]);
|
|
1795
1796
|
}
|
|
1796
|
-
const
|
|
1797
|
+
const we = /* @__PURE__ */ w(ei, [["render", ii], ["__scopeId", "data-v-d9e8a314"]]), li = !1, ni = {
|
|
1797
1798
|
name: "TmSwitchFilter",
|
|
1798
1799
|
components: {
|
|
1799
|
-
FormItemLayout:
|
|
1800
|
+
FormItemLayout: E
|
|
1800
1801
|
},
|
|
1801
1802
|
props: {
|
|
1802
1803
|
value: {
|
|
@@ -1824,8 +1825,8 @@ const xe = /* @__PURE__ */ V(Xt, [["render", $t], ["__scopeId", "data-v-d9e8a314
|
|
|
1824
1825
|
},
|
|
1825
1826
|
data() {
|
|
1826
1827
|
return {
|
|
1827
|
-
isVue2:
|
|
1828
|
-
getDefaultSize:
|
|
1828
|
+
isVue2: li,
|
|
1829
|
+
getDefaultSize: k,
|
|
1829
1830
|
switchValue: this.value
|
|
1830
1831
|
};
|
|
1831
1832
|
},
|
|
@@ -1840,22 +1841,22 @@ const xe = /* @__PURE__ */ V(Xt, [["render", $t], ["__scopeId", "data-v-d9e8a314
|
|
|
1840
1841
|
this.$emit("input", e), this.$emit("change", e);
|
|
1841
1842
|
}
|
|
1842
1843
|
}
|
|
1843
|
-
},
|
|
1844
|
-
function
|
|
1845
|
-
const o = u("el-switch"),
|
|
1846
|
-
return r(), m(
|
|
1844
|
+
}, ai = { class: "switch-content" };
|
|
1845
|
+
function si(e, i, t, a, l, n) {
|
|
1846
|
+
const o = u("el-switch"), h = u("FormItemLayout");
|
|
1847
|
+
return r(), m(h, {
|
|
1847
1848
|
label: t.label,
|
|
1848
1849
|
"label-width": t.labelWidth,
|
|
1849
1850
|
"input-width": t.inputWidth,
|
|
1850
1851
|
direction: t.direction
|
|
1851
1852
|
}, {
|
|
1852
|
-
default:
|
|
1853
|
-
|
|
1854
|
-
|
|
1853
|
+
default: p(() => [
|
|
1854
|
+
v("div", ai, [
|
|
1855
|
+
g(o, _({
|
|
1855
1856
|
ref: "switch",
|
|
1856
1857
|
modelValue: l.switchValue,
|
|
1857
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1858
|
-
}, e.$attrs,
|
|
1858
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => l.switchValue = c)
|
|
1859
|
+
}, e.$attrs, M(l.isVue2 ? e.$listeners : {}), {
|
|
1859
1860
|
size: l.getDefaultSize()
|
|
1860
1861
|
}), null, 16, ["modelValue", "size"])
|
|
1861
1862
|
])
|
|
@@ -1863,7 +1864,206 @@ function li(e, i, t, n, l, s) {
|
|
|
1863
1864
|
_: 1
|
|
1864
1865
|
}, 8, ["label", "label-width", "input-width", "direction"]);
|
|
1865
1866
|
}
|
|
1866
|
-
const
|
|
1867
|
+
const Ve = /* @__PURE__ */ w(ni, [["render", si], ["__scopeId", "data-v-9f2a4d09"]]), oi = !1, ri = !0, ge = "modelValue", te = "update:modelValue", ui = {
|
|
1868
|
+
name: "TmTextareaFilter",
|
|
1869
|
+
components: {
|
|
1870
|
+
FormItemLayout: E,
|
|
1871
|
+
CircleClose: je
|
|
1872
|
+
},
|
|
1873
|
+
props: {
|
|
1874
|
+
label: {
|
|
1875
|
+
type: [String, Function, Object, Array],
|
|
1876
|
+
default: ""
|
|
1877
|
+
},
|
|
1878
|
+
[ge]: {
|
|
1879
|
+
type: String,
|
|
1880
|
+
default: ""
|
|
1881
|
+
},
|
|
1882
|
+
field: {
|
|
1883
|
+
type: [String, Number],
|
|
1884
|
+
default: ""
|
|
1885
|
+
},
|
|
1886
|
+
placeholder: {
|
|
1887
|
+
type: String,
|
|
1888
|
+
default: ""
|
|
1889
|
+
},
|
|
1890
|
+
labelOptions: {
|
|
1891
|
+
type: Array,
|
|
1892
|
+
default: () => []
|
|
1893
|
+
},
|
|
1894
|
+
// el-input textarea 特有属性
|
|
1895
|
+
rows: {
|
|
1896
|
+
type: Number,
|
|
1897
|
+
default: 2
|
|
1898
|
+
},
|
|
1899
|
+
autosize: {
|
|
1900
|
+
type: [Boolean, Object],
|
|
1901
|
+
default: () => ({
|
|
1902
|
+
minRows: 1,
|
|
1903
|
+
maxRows: 10
|
|
1904
|
+
})
|
|
1905
|
+
},
|
|
1906
|
+
maxlength: {
|
|
1907
|
+
type: [String, Number],
|
|
1908
|
+
default: ""
|
|
1909
|
+
},
|
|
1910
|
+
minlength: {
|
|
1911
|
+
type: [String, Number],
|
|
1912
|
+
default: ""
|
|
1913
|
+
},
|
|
1914
|
+
showWordLimit: {
|
|
1915
|
+
type: Boolean,
|
|
1916
|
+
default: !1
|
|
1917
|
+
},
|
|
1918
|
+
readonly: {
|
|
1919
|
+
type: Boolean,
|
|
1920
|
+
default: !1
|
|
1921
|
+
},
|
|
1922
|
+
disabled: {
|
|
1923
|
+
type: Boolean,
|
|
1924
|
+
default: !1
|
|
1925
|
+
},
|
|
1926
|
+
resize: {
|
|
1927
|
+
type: String,
|
|
1928
|
+
default: "vertical",
|
|
1929
|
+
validator: (e) => ["none", "both", "horizontal", "vertical"].includes(e)
|
|
1930
|
+
},
|
|
1931
|
+
tabindex: {
|
|
1932
|
+
type: [String, Number],
|
|
1933
|
+
default: ""
|
|
1934
|
+
},
|
|
1935
|
+
validateEvent: {
|
|
1936
|
+
type: Boolean,
|
|
1937
|
+
default: !0
|
|
1938
|
+
},
|
|
1939
|
+
clearable: {
|
|
1940
|
+
type: Boolean,
|
|
1941
|
+
default: !0
|
|
1942
|
+
},
|
|
1943
|
+
// FormItemLayout 配置参数
|
|
1944
|
+
labelWidth: {
|
|
1945
|
+
type: [String, Number],
|
|
1946
|
+
default: void 0
|
|
1947
|
+
},
|
|
1948
|
+
inputWidth: {
|
|
1949
|
+
type: [String, Number],
|
|
1950
|
+
default: void 0
|
|
1951
|
+
},
|
|
1952
|
+
direction: {
|
|
1953
|
+
type: String,
|
|
1954
|
+
default: void 0,
|
|
1955
|
+
validator: (e) => !e || ["horizontal", "vertical"].includes(e)
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
data() {
|
|
1959
|
+
return {
|
|
1960
|
+
isVue2: oi,
|
|
1961
|
+
isVue3: ri,
|
|
1962
|
+
getDefaultSize: k,
|
|
1963
|
+
inputValue: this.value
|
|
1964
|
+
};
|
|
1965
|
+
},
|
|
1966
|
+
computed: {
|
|
1967
|
+
selectedOption() {
|
|
1968
|
+
return !this.labelOptions || !this.labelOptions.length || !this.field ? null : this.labelOptions.find((e) => e.value === this.field);
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
watch: {
|
|
1972
|
+
[ge]: {
|
|
1973
|
+
immediate: !0,
|
|
1974
|
+
handler(e) {
|
|
1975
|
+
this.inputValue = e;
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
inputValue(e) {
|
|
1979
|
+
this.$emit(te, e);
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
methods: {
|
|
1983
|
+
handleInput(e) {
|
|
1984
|
+
this.inputValue = e, this.$emit(te, e);
|
|
1985
|
+
},
|
|
1986
|
+
handleChange(e) {
|
|
1987
|
+
this.$emit("change", e);
|
|
1988
|
+
},
|
|
1989
|
+
handleFocus(e) {
|
|
1990
|
+
this.$emit("focus", e);
|
|
1991
|
+
},
|
|
1992
|
+
handleBlur(e) {
|
|
1993
|
+
this.$emit("blur", e);
|
|
1994
|
+
},
|
|
1995
|
+
handleClear() {
|
|
1996
|
+
this.inputValue = "", this.$emit(te, ""), this.$emit("clear");
|
|
1997
|
+
},
|
|
1998
|
+
handleFieldChange(e) {
|
|
1999
|
+
this.$emit("field-change", e);
|
|
2000
|
+
},
|
|
2001
|
+
// 暴露的方法
|
|
2002
|
+
focus() {
|
|
2003
|
+
this.$refs.textarea.focus();
|
|
2004
|
+
},
|
|
2005
|
+
blur() {
|
|
2006
|
+
this.$refs.textarea.blur();
|
|
2007
|
+
},
|
|
2008
|
+
select() {
|
|
2009
|
+
this.$refs.textarea.select();
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
}, di = { class: "textarea" };
|
|
2013
|
+
function ci(e, i, t, a, l, n) {
|
|
2014
|
+
const o = u("el-input"), h = u("CircleClose"), c = u("el-icon"), f = u("FormItemLayout");
|
|
2015
|
+
return r(), m(f, {
|
|
2016
|
+
label: t.label,
|
|
2017
|
+
"label-options": t.labelOptions,
|
|
2018
|
+
field: t.field,
|
|
2019
|
+
onFieldChange: n.handleFieldChange,
|
|
2020
|
+
"label-width": t.labelWidth,
|
|
2021
|
+
"input-width": t.inputWidth,
|
|
2022
|
+
direction: t.direction
|
|
2023
|
+
}, {
|
|
2024
|
+
default: p(() => [
|
|
2025
|
+
v("div", di, [
|
|
2026
|
+
g(o, _({
|
|
2027
|
+
ref: "textarea",
|
|
2028
|
+
modelValue: l.inputValue,
|
|
2029
|
+
"onUpdate:modelValue": i[0] || (i[0] = (y) => l.inputValue = y),
|
|
2030
|
+
size: l.getDefaultSize(),
|
|
2031
|
+
placeholder: t.placeholder,
|
|
2032
|
+
type: "textarea",
|
|
2033
|
+
rows: t.rows,
|
|
2034
|
+
autosize: t.autosize,
|
|
2035
|
+
maxlength: t.maxlength,
|
|
2036
|
+
minlength: t.minlength,
|
|
2037
|
+
"show-word-limit": t.showWordLimit,
|
|
2038
|
+
readonly: t.readonly,
|
|
2039
|
+
disabled: t.disabled,
|
|
2040
|
+
resize: t.resize,
|
|
2041
|
+
tabindex: t.tabindex,
|
|
2042
|
+
"validate-event": t.validateEvent
|
|
2043
|
+
}, e.$attrs, M(l.isVue2 ? e.$listeners : {}), {
|
|
2044
|
+
onInput: n.handleInput,
|
|
2045
|
+
onChange: n.handleChange,
|
|
2046
|
+
onFocus: n.handleFocus,
|
|
2047
|
+
onBlur: n.handleBlur,
|
|
2048
|
+
onClear: n.handleClear,
|
|
2049
|
+
class: "textarea-input"
|
|
2050
|
+
}), null, 16, ["modelValue", "size", "placeholder", "rows", "autosize", "maxlength", "minlength", "show-word-limit", "readonly", "disabled", "resize", "tabindex", "validate-event", "onInput", "onChange", "onFocus", "onBlur", "onClear"]),
|
|
2051
|
+
t.clearable && l.inputValue ? (r(), m(c, {
|
|
2052
|
+
key: 0,
|
|
2053
|
+
class: "textarea-clear-icon",
|
|
2054
|
+
onClick: n.handleClear
|
|
2055
|
+
}, {
|
|
2056
|
+
default: p(() => [
|
|
2057
|
+
g(h)
|
|
2058
|
+
]),
|
|
2059
|
+
_: 1
|
|
2060
|
+
}, 8, ["onClick"])) : C("", !0)
|
|
2061
|
+
])
|
|
2062
|
+
]),
|
|
2063
|
+
_: 1
|
|
2064
|
+
}, 8, ["label", "label-options", "field", "onFieldChange", "label-width", "input-width", "direction"]);
|
|
2065
|
+
}
|
|
2066
|
+
const hi = /* @__PURE__ */ w(ui, [["render", ci], ["__scopeId", "data-v-dc5026ed"]]), fi = {
|
|
1867
2067
|
name: "DynamicSlot",
|
|
1868
2068
|
props: {
|
|
1869
2069
|
name: {
|
|
@@ -1877,27 +2077,27 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
1877
2077
|
},
|
|
1878
2078
|
render(e) {
|
|
1879
2079
|
var l;
|
|
1880
|
-
const i = (
|
|
2080
|
+
const i = (n) => {
|
|
1881
2081
|
var o;
|
|
1882
|
-
return
|
|
1883
|
-
}, t = (
|
|
1884
|
-
var o,
|
|
1885
|
-
return
|
|
2082
|
+
return n ? (o = n.$slots) == null ? void 0 : o[this.name] : null;
|
|
2083
|
+
}, t = (n) => {
|
|
2084
|
+
var o, h, c, f;
|
|
2085
|
+
return n ? ((h = (o = n.$) == null ? void 0 : o.type) == null ? void 0 : h.name) === "TmTable" || ((f = (c = n.$) == null ? void 0 : c.type) == null ? void 0 : f.__name) === "TmTable" : !1;
|
|
1886
2086
|
};
|
|
1887
|
-
let
|
|
1888
|
-
if (!
|
|
1889
|
-
let
|
|
1890
|
-
for (;
|
|
1891
|
-
if (t(
|
|
1892
|
-
|
|
2087
|
+
let a = i(this.$parent);
|
|
2088
|
+
if (!a) {
|
|
2089
|
+
let n = (l = this.$parent) == null ? void 0 : l.$parent;
|
|
2090
|
+
for (; n && !a; ) {
|
|
2091
|
+
if (t(n)) {
|
|
2092
|
+
a = i(n);
|
|
1893
2093
|
break;
|
|
1894
2094
|
}
|
|
1895
|
-
|
|
2095
|
+
n = n.$parent;
|
|
1896
2096
|
}
|
|
1897
2097
|
}
|
|
1898
|
-
return
|
|
2098
|
+
return a ? typeof a == "function" ? a(this.slotProps) : a : null;
|
|
1899
2099
|
}
|
|
1900
|
-
}, { t:
|
|
2100
|
+
}, { t: pi } = H(), mi = !1, gi = !0, bi = [
|
|
1901
2101
|
"date",
|
|
1902
2102
|
"daterange",
|
|
1903
2103
|
"datetime",
|
|
@@ -1909,17 +2109,18 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
1909
2109
|
"years",
|
|
1910
2110
|
"week",
|
|
1911
2111
|
"monthrange"
|
|
1912
|
-
],
|
|
2112
|
+
], yi = {
|
|
1913
2113
|
name: "TmTableSearch",
|
|
1914
2114
|
components: {
|
|
1915
|
-
TmSelect:
|
|
1916
|
-
TmAdvancedInput:
|
|
1917
|
-
TmAdvancedDate:
|
|
1918
|
-
TmCascader:
|
|
1919
|
-
TmRadio:
|
|
1920
|
-
TmCheckbox:
|
|
1921
|
-
TmSwitch:
|
|
1922
|
-
|
|
2115
|
+
TmSelect: Ce,
|
|
2116
|
+
TmAdvancedInput: _e,
|
|
2117
|
+
TmAdvancedDate: Se,
|
|
2118
|
+
TmCascader: xe,
|
|
2119
|
+
TmRadio: Te,
|
|
2120
|
+
TmCheckbox: we,
|
|
2121
|
+
TmSwitch: Ve,
|
|
2122
|
+
TmTextarea: hi,
|
|
2123
|
+
DynamicSlot: fi
|
|
1923
2124
|
},
|
|
1924
2125
|
props: {
|
|
1925
2126
|
disabled: {
|
|
@@ -1951,12 +2152,12 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
1951
2152
|
},
|
|
1952
2153
|
data() {
|
|
1953
2154
|
return {
|
|
1954
|
-
t:
|
|
1955
|
-
isVue2:
|
|
1956
|
-
isVue3:
|
|
2155
|
+
t: pi,
|
|
2156
|
+
isVue2: mi,
|
|
2157
|
+
isVue3: gi,
|
|
1957
2158
|
getCompatSize: K,
|
|
1958
|
-
getDefaultSize:
|
|
1959
|
-
DATE_TYPES:
|
|
2159
|
+
getDefaultSize: k,
|
|
2160
|
+
DATE_TYPES: bi,
|
|
1960
2161
|
// 用于存储初始默认值,重置时恢复
|
|
1961
2162
|
defaultValues: {}
|
|
1962
2163
|
};
|
|
@@ -1991,14 +2192,14 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
1991
2192
|
return e ? this.isVue2 ? !!e : e()[0].children.length > 0 : !1;
|
|
1992
2193
|
},
|
|
1993
2194
|
handleUpdate(e, i, t) {
|
|
1994
|
-
const
|
|
1995
|
-
|
|
1996
|
-
[
|
|
2195
|
+
const a = this.getFieldValue(e, t);
|
|
2196
|
+
a && this.$emit("update:search-form", I(x({}, this.computedSearchForm), {
|
|
2197
|
+
[a]: i
|
|
1997
2198
|
}));
|
|
1998
2199
|
},
|
|
1999
2200
|
handleUpdateDate(e, i) {
|
|
2000
|
-
const t = i || [],
|
|
2001
|
-
|
|
2201
|
+
const t = i || [], a = this.getFieldValue(e, "start"), l = this.getFieldValue(e, "end"), n = this.getFieldValue(e, "value"), o = {};
|
|
2202
|
+
a && (o[a] = t[0]), l && (o[l] = t[1]), n && (o[n] = t), this.$emit("update:search-form", x(x({}, this.computedSearchForm), o));
|
|
2002
2203
|
},
|
|
2003
2204
|
getFieldValue(e, i) {
|
|
2004
2205
|
if (typeof e == "string")
|
|
@@ -2028,12 +2229,12 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
2028
2229
|
const i = "$slots";
|
|
2029
2230
|
if (this[i][e])
|
|
2030
2231
|
return !0;
|
|
2031
|
-
let
|
|
2032
|
-
for (;
|
|
2033
|
-
const l =
|
|
2034
|
-
if (
|
|
2232
|
+
let a = this.$parent;
|
|
2233
|
+
for (; a; ) {
|
|
2234
|
+
const l = a[i];
|
|
2235
|
+
if (a.$options.name === "TmTable" && (l != null && l[e]))
|
|
2035
2236
|
return !0;
|
|
2036
|
-
|
|
2237
|
+
a = a.$parent;
|
|
2037
2238
|
}
|
|
2038
2239
|
return !1;
|
|
2039
2240
|
},
|
|
@@ -2043,42 +2244,42 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
2043
2244
|
const e = {};
|
|
2044
2245
|
this.searchColumns.forEach((i) => {
|
|
2045
2246
|
if (typeof i == "string" || !i.fields) return;
|
|
2046
|
-
const t = this.getFieldValue(i, "value"),
|
|
2247
|
+
const t = this.getFieldValue(i, "value"), a = this.getFieldValue(i, "label");
|
|
2047
2248
|
if (i.type === "input" && i.labelOptions && i.labelOptions.length > 0) {
|
|
2048
|
-
const
|
|
2049
|
-
if (
|
|
2050
|
-
if (
|
|
2051
|
-
e[
|
|
2249
|
+
const n = i.labelOptions[0];
|
|
2250
|
+
if (a)
|
|
2251
|
+
if (a in this.computedSearchForm)
|
|
2252
|
+
e[a] = this.computedSearchForm[a];
|
|
2052
2253
|
else {
|
|
2053
2254
|
const o = this.getFieldDefault(i, "label");
|
|
2054
|
-
o !== void 0 ? e[
|
|
2255
|
+
o !== void 0 ? e[a] = o : n && n.value !== void 0 && (e[a] = n.value);
|
|
2055
2256
|
}
|
|
2056
2257
|
t && !(t in this.computedSearchForm) && (e[t] = "");
|
|
2057
2258
|
} else if (this.isDateType(i.type) && i.labelOptions && i.labelOptions.length > 0) {
|
|
2058
|
-
const
|
|
2059
|
-
if (t && !(t in this.computedSearchForm) && (e[t] = []),
|
|
2060
|
-
if (
|
|
2061
|
-
e[
|
|
2259
|
+
const n = i.labelOptions[0];
|
|
2260
|
+
if (t && !(t in this.computedSearchForm) && (e[t] = []), a)
|
|
2261
|
+
if (a in this.computedSearchForm)
|
|
2262
|
+
e[a] = this.computedSearchForm[a];
|
|
2062
2263
|
else {
|
|
2063
2264
|
const o = this.getFieldDefault(i, "label");
|
|
2064
|
-
o !== void 0 ? e[
|
|
2265
|
+
o !== void 0 ? e[a] = o : n && n.value !== void 0 && (e[a] = n.value);
|
|
2065
2266
|
}
|
|
2066
2267
|
} else if (i.type === "select" && i.labelOptions && i.labelOptions.length > 0) {
|
|
2067
|
-
const
|
|
2068
|
-
if (t && !(t in this.computedSearchForm) && (e[t] = i.multiple ? [] : ""),
|
|
2069
|
-
if (
|
|
2070
|
-
e[
|
|
2268
|
+
const n = i.labelOptions[0];
|
|
2269
|
+
if (t && !(t in this.computedSearchForm) && (e[t] = i.multiple ? [] : ""), a)
|
|
2270
|
+
if (a in this.computedSearchForm)
|
|
2271
|
+
e[a] = this.computedSearchForm[a];
|
|
2071
2272
|
else {
|
|
2072
2273
|
const o = this.getFieldDefault(i, "label");
|
|
2073
|
-
o !== void 0 ? e[
|
|
2274
|
+
o !== void 0 ? e[a] = o : n && n.value !== void 0 && (e[a] = n.value);
|
|
2074
2275
|
}
|
|
2075
2276
|
}
|
|
2076
2277
|
const l = this.getFieldDefault(i, "value");
|
|
2077
2278
|
if (t && l !== void 0 && !(t in this.computedSearchForm) ? this.isDateType(i.type) && !Array.isArray(l) ? e[t] = [] : i.type === "checkbox" && !Array.isArray(l) ? e[t] = l ? [l] : [] : i.type === "switch" && typeof l != "boolean" ? e[t] = !!l : e[t] = l : t && !(t in this.computedSearchForm) && (i.type === "checkbox" ? e[t] = [] : i.type === "switch" && (e[t] = !1)), this.isDateType(i.type)) {
|
|
2078
|
-
const
|
|
2079
|
-
|
|
2279
|
+
const n = this.getFieldValue(i, "start"), o = this.getFieldValue(i, "end"), h = this.getFieldDefault(i, "start"), c = this.getFieldDefault(i, "end");
|
|
2280
|
+
n && h !== void 0 && !(n in this.computedSearchForm) && (e[n] = h), o && c !== void 0 && !(o in this.computedSearchForm) && (e[o] = c);
|
|
2080
2281
|
}
|
|
2081
|
-
}), this.defaultValues = e, this.$emit("update:search-form",
|
|
2282
|
+
}), this.defaultValues = e, this.$emit("update:search-form", x(x({}, e), this.computedSearchForm));
|
|
2082
2283
|
},
|
|
2083
2284
|
// 获取表单数据
|
|
2084
2285
|
getSearchForm() {
|
|
@@ -2092,156 +2293,175 @@ const Te = /* @__PURE__ */ V(ti, [["render", li], ["__scopeId", "data-v-5ca0dc56
|
|
|
2092
2293
|
},
|
|
2093
2294
|
// 处理重置
|
|
2094
2295
|
handleReset() {
|
|
2095
|
-
this.$emit("update:search-form",
|
|
2296
|
+
this.$emit("update:search-form", x({}, this.defaultValues)), this.$emit("reset");
|
|
2096
2297
|
}
|
|
2097
2298
|
}
|
|
2098
|
-
},
|
|
2099
|
-
function
|
|
2100
|
-
const o = u("dynamic-slot"),
|
|
2101
|
-
return r(),
|
|
2299
|
+
}, vi = { class: "search-content" }, Ci = { class: "search-actions" };
|
|
2300
|
+
function _i(e, i, t, a, l, n) {
|
|
2301
|
+
const o = u("dynamic-slot"), h = u("tm-advanced-input"), c = u("tm-advanced-date"), f = u("tm-select"), y = u("tm-cascader"), V = u("tm-radio"), O = u("tm-checkbox"), U = u("tm-switch"), j = u("tm-textarea"), W = u("el-button");
|
|
2302
|
+
return r(), b("div", {
|
|
2102
2303
|
class: X(["table-search", `table-search--${l.isVue2 ? "v2" : "v3"}`])
|
|
2103
2304
|
}, [
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
typeof
|
|
2107
|
-
key: `str-${
|
|
2305
|
+
v("div", vi, [
|
|
2306
|
+
n.hasDefaultSlot() ? S(e.$slots, "default", { key: 0 }, void 0, !0) : t.searchColumns && t.searchColumns.length ? (r(!0), b(L, { key: 1 }, D(t.searchColumns, (s, N) => (r(), b(L, null, [
|
|
2307
|
+
typeof s == "string" ? (r(), b("div", {
|
|
2308
|
+
key: `str-${s}-${N}`,
|
|
2108
2309
|
class: "search-item"
|
|
2109
2310
|
}, [
|
|
2110
2311
|
(r(), m(o, {
|
|
2111
|
-
name: `search-${
|
|
2312
|
+
name: `search-${s}`,
|
|
2112
2313
|
"slot-props": { searchForm: t.searchForm },
|
|
2113
|
-
key:
|
|
2314
|
+
key: s
|
|
2114
2315
|
}, null, 8, ["name", "slot-props"]))
|
|
2115
|
-
])) : (r(),
|
|
2116
|
-
key: `obj-${
|
|
2316
|
+
])) : (r(), b("div", {
|
|
2317
|
+
key: `obj-${N}`,
|
|
2117
2318
|
class: "search-item"
|
|
2118
2319
|
}, [
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
name: `search-${
|
|
2122
|
-
"slot-props": { searchForm: t.searchForm, col:
|
|
2123
|
-
key:
|
|
2124
|
-
}, null, 8, ["name", "slot-props"])) : (r(),
|
|
2320
|
+
s.fields ? (r(), b(L, { key: 0 }, [
|
|
2321
|
+
n.hasSearchSlot(`search-${n.getFieldValue(s, "value")}`) ? (r(), m(o, {
|
|
2322
|
+
name: `search-${n.getFieldValue(s, "value")}`,
|
|
2323
|
+
"slot-props": { searchForm: t.searchForm, col: s },
|
|
2324
|
+
key: n.getFieldValue(s, "value")
|
|
2325
|
+
}, null, 8, ["name", "slot-props"])) : (r(), b("div", {
|
|
2125
2326
|
style: { display: "flex" },
|
|
2126
|
-
key:
|
|
2327
|
+
key: n.getFieldValue(s, "value") || `col-${N}`
|
|
2127
2328
|
}, [
|
|
2128
|
-
|
|
2329
|
+
s.type === "input" ? (r(), m(h, _({
|
|
2129
2330
|
key: 0,
|
|
2130
|
-
label:
|
|
2131
|
-
value:
|
|
2132
|
-
field:
|
|
2133
|
-
onValueChange: (
|
|
2134
|
-
onFieldChange: (
|
|
2135
|
-
multiple:
|
|
2136
|
-
labelOptions:
|
|
2137
|
-
placeholder:
|
|
2138
|
-
onSearch:
|
|
2139
|
-
}, { ref_for: !0 },
|
|
2140
|
-
|
|
2331
|
+
label: s.label,
|
|
2332
|
+
value: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2333
|
+
field: n.computedSearchForm[n.getFieldValue(s, "label")],
|
|
2334
|
+
onValueChange: (d) => n.handleUpdate(s, d, "value"),
|
|
2335
|
+
onFieldChange: (d) => n.handleUpdate(s, d, "label"),
|
|
2336
|
+
multiple: s.multiple,
|
|
2337
|
+
labelOptions: s.labelOptions,
|
|
2338
|
+
placeholder: s.placeholder,
|
|
2339
|
+
onSearch: n.handleSearch
|
|
2340
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["label", "value", "field", "onValueChange", "onFieldChange", "multiple", "labelOptions", "placeholder", "onSearch"])) : C("", !0),
|
|
2341
|
+
n.isDateType(s.type) ? (r(), m(c, _({
|
|
2141
2342
|
key: 1,
|
|
2142
|
-
type:
|
|
2143
|
-
label:
|
|
2144
|
-
value:
|
|
2145
|
-
field:
|
|
2146
|
-
start:
|
|
2147
|
-
end:
|
|
2148
|
-
onFieldChange: (
|
|
2149
|
-
onValueChange: (
|
|
2150
|
-
onStartChange: (
|
|
2151
|
-
onEndChange: (
|
|
2152
|
-
labelOptions:
|
|
2153
|
-
"start-placeholder":
|
|
2154
|
-
"end-placeholder":
|
|
2155
|
-
placeholder:
|
|
2156
|
-
"range-separator":
|
|
2157
|
-
disabled:
|
|
2158
|
-
clearable:
|
|
2159
|
-
readonly:
|
|
2160
|
-
editable:
|
|
2161
|
-
align:
|
|
2162
|
-
"popper-class":
|
|
2163
|
-
"default-value":
|
|
2164
|
-
"default-time":
|
|
2165
|
-
shortcuts:
|
|
2166
|
-
"past-only":
|
|
2167
|
-
format:
|
|
2168
|
-
}, { ref_for: !0 },
|
|
2169
|
-
|
|
2343
|
+
type: s.type,
|
|
2344
|
+
label: s.label,
|
|
2345
|
+
value: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2346
|
+
field: n.computedSearchForm[n.getFieldValue(s, "label")],
|
|
2347
|
+
start: n.computedSearchForm[n.getFieldValue(s, "start")],
|
|
2348
|
+
end: n.computedSearchForm[n.getFieldValue(s, "end")],
|
|
2349
|
+
onFieldChange: (d) => n.handleUpdate(s, d, "label"),
|
|
2350
|
+
onValueChange: (d) => n.handleUpdateDate(s, d),
|
|
2351
|
+
onStartChange: (d) => n.handleUpdateDate(s, d),
|
|
2352
|
+
onEndChange: (d) => n.handleUpdateDate(s, d),
|
|
2353
|
+
labelOptions: s.labelOptions,
|
|
2354
|
+
"start-placeholder": s.startPlaceholder,
|
|
2355
|
+
"end-placeholder": s.endPlaceholder,
|
|
2356
|
+
placeholder: s.placeholder,
|
|
2357
|
+
"range-separator": s.rangeSeparator,
|
|
2358
|
+
disabled: s.disabled,
|
|
2359
|
+
clearable: s.clearable,
|
|
2360
|
+
readonly: s.readonly,
|
|
2361
|
+
editable: s.editable,
|
|
2362
|
+
align: s.align,
|
|
2363
|
+
"popper-class": s.popperClass,
|
|
2364
|
+
"default-value": s.defaultValue,
|
|
2365
|
+
"default-time": s.defaultTime,
|
|
2366
|
+
shortcuts: s.shortcuts,
|
|
2367
|
+
"past-only": s.pastOnly,
|
|
2368
|
+
format: s.format
|
|
2369
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["type", "label", "value", "field", "start", "end", "onFieldChange", "onValueChange", "onStartChange", "onEndChange", "labelOptions", "start-placeholder", "end-placeholder", "placeholder", "range-separator", "disabled", "clearable", "readonly", "editable", "align", "popper-class", "default-value", "default-time", "shortcuts", "past-only", "format"])) : C("", !0),
|
|
2370
|
+
s.type === "select" ? (r(), m(f, _({
|
|
2170
2371
|
key: 2,
|
|
2171
|
-
label:
|
|
2172
|
-
modelValue:
|
|
2173
|
-
"onUpdate:modelValue": (
|
|
2174
|
-
field:
|
|
2175
|
-
options:
|
|
2176
|
-
labelOptions:
|
|
2177
|
-
placeholder:
|
|
2178
|
-
multiple:
|
|
2179
|
-
"show-check-all":
|
|
2180
|
-
"value-on-clear":
|
|
2181
|
-
clearable:
|
|
2182
|
-
onFieldChange: (
|
|
2183
|
-
}, { ref_for: !0 },
|
|
2184
|
-
|
|
2372
|
+
label: s.label,
|
|
2373
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2374
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2375
|
+
field: n.computedSearchForm[n.getFieldValue(s, "label")],
|
|
2376
|
+
options: s.options,
|
|
2377
|
+
labelOptions: s.labelOptions,
|
|
2378
|
+
placeholder: s.placeholder,
|
|
2379
|
+
multiple: s.multiple,
|
|
2380
|
+
"show-check-all": s.checkAll,
|
|
2381
|
+
"value-on-clear": s.valueOnClear,
|
|
2382
|
+
clearable: s.clearable,
|
|
2383
|
+
onFieldChange: (d) => n.handleUpdate(s, d, "label")
|
|
2384
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["label", "modelValue", "onUpdate:modelValue", "field", "options", "labelOptions", "placeholder", "multiple", "show-check-all", "value-on-clear", "clearable", "onFieldChange"])) : C("", !0),
|
|
2385
|
+
s.type === "cascader" ? (r(), m(y, _({
|
|
2185
2386
|
key: 3,
|
|
2186
|
-
modelValue:
|
|
2187
|
-
"onUpdate:modelValue": (
|
|
2188
|
-
label:
|
|
2189
|
-
options:
|
|
2190
|
-
labelOptions:
|
|
2191
|
-
props:
|
|
2192
|
-
placeholder:
|
|
2193
|
-
"show-check-all":
|
|
2194
|
-
}, { ref_for: !0 },
|
|
2195
|
-
|
|
2387
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2388
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2389
|
+
label: s.label,
|
|
2390
|
+
options: s.options,
|
|
2391
|
+
labelOptions: s.labelOptions,
|
|
2392
|
+
props: s.props,
|
|
2393
|
+
placeholder: s.placeholder,
|
|
2394
|
+
"show-check-all": s.checkAll
|
|
2395
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["modelValue", "onUpdate:modelValue", "label", "options", "labelOptions", "props", "placeholder", "show-check-all"])) : C("", !0),
|
|
2396
|
+
s.type === "radio" ? (r(), m(V, _({
|
|
2196
2397
|
key: 4,
|
|
2197
|
-
modelValue:
|
|
2198
|
-
"onUpdate:modelValue": (
|
|
2199
|
-
label:
|
|
2200
|
-
options:
|
|
2201
|
-
props:
|
|
2202
|
-
}, { ref_for: !0 },
|
|
2203
|
-
|
|
2398
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2399
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2400
|
+
label: s.label,
|
|
2401
|
+
options: s.options,
|
|
2402
|
+
props: s.props
|
|
2403
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["modelValue", "onUpdate:modelValue", "label", "options", "props"])) : C("", !0),
|
|
2404
|
+
s.type === "checkbox" ? (r(), m(O, _({
|
|
2204
2405
|
key: 5,
|
|
2205
|
-
modelValue:
|
|
2206
|
-
"onUpdate:modelValue": (
|
|
2207
|
-
label:
|
|
2208
|
-
options:
|
|
2209
|
-
props:
|
|
2210
|
-
}, { ref_for: !0 },
|
|
2211
|
-
|
|
2406
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2407
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2408
|
+
label: s.label,
|
|
2409
|
+
options: s.options,
|
|
2410
|
+
props: s.props
|
|
2411
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["modelValue", "onUpdate:modelValue", "label", "options", "props"])) : C("", !0),
|
|
2412
|
+
s.type === "switch" ? (r(), m(U, _({
|
|
2212
2413
|
key: 6,
|
|
2213
|
-
modelValue:
|
|
2214
|
-
"onUpdate:modelValue": (
|
|
2215
|
-
"active-text":
|
|
2216
|
-
"inactive-text":
|
|
2217
|
-
label:
|
|
2218
|
-
"active-color":
|
|
2219
|
-
"inactive-color":
|
|
2220
|
-
}, { ref_for: !0 },
|
|
2414
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2415
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2416
|
+
"active-text": s.activeText,
|
|
2417
|
+
"inactive-text": s.inactiveText,
|
|
2418
|
+
label: s.label,
|
|
2419
|
+
"active-color": s.activeColor,
|
|
2420
|
+
"inactive-color": s.inactiveColor
|
|
2421
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["modelValue", "onUpdate:modelValue", "active-text", "inactive-text", "label", "active-color", "inactive-color"])) : C("", !0),
|
|
2422
|
+
s.type === "textarea" ? (r(), m(j, _({
|
|
2423
|
+
key: 7,
|
|
2424
|
+
modelValue: n.computedSearchForm[n.getFieldValue(s, "value")],
|
|
2425
|
+
"onUpdate:modelValue": (d) => n.computedSearchForm[n.getFieldValue(s, "value")] = d,
|
|
2426
|
+
field: n.computedSearchForm[n.getFieldValue(s, "label")],
|
|
2427
|
+
label: s.label,
|
|
2428
|
+
labelOptions: s.labelOptions,
|
|
2429
|
+
placeholder: s.placeholder,
|
|
2430
|
+
rows: s.rows,
|
|
2431
|
+
autosize: s.autosize,
|
|
2432
|
+
maxlength: s.maxlength,
|
|
2433
|
+
minlength: s.minlength,
|
|
2434
|
+
"show-word-limit": s.showWordLimit,
|
|
2435
|
+
readonly: s.readonly,
|
|
2436
|
+
disabled: s.disabled,
|
|
2437
|
+
resize: s.resize,
|
|
2438
|
+
clearable: s.clearable,
|
|
2439
|
+
onFieldChange: (d) => n.handleUpdate(s, d, "label")
|
|
2440
|
+
}, { ref_for: !0 }, n.getLayoutProps(s)), null, 16, ["modelValue", "onUpdate:modelValue", "field", "label", "labelOptions", "placeholder", "rows", "autosize", "maxlength", "minlength", "show-word-limit", "readonly", "disabled", "resize", "clearable", "onFieldChange"])) : C("", !0)
|
|
2221
2441
|
]))
|
|
2222
|
-
], 64)) : (r(),
|
|
2223
|
-
key: `error-${
|
|
2442
|
+
], 64)) : (r(), b("div", {
|
|
2443
|
+
key: `error-${N}`,
|
|
2224
2444
|
class: "search-error-message"
|
|
2225
2445
|
}, " 缺少 fields 配置,无法渲染此组件 "))
|
|
2226
2446
|
]))
|
|
2227
|
-
], 64))), 256)) :
|
|
2228
|
-
|
|
2229
|
-
|
|
2447
|
+
], 64))), 256)) : C("", !0),
|
|
2448
|
+
v("div", Ci, [
|
|
2449
|
+
g(W, {
|
|
2230
2450
|
type: "primary",
|
|
2231
2451
|
size: l.getDefaultSize(),
|
|
2232
|
-
onClick:
|
|
2452
|
+
onClick: n.handleSearch
|
|
2233
2453
|
}, {
|
|
2234
|
-
default:
|
|
2235
|
-
|
|
2454
|
+
default: p(() => [
|
|
2455
|
+
z(T(l.t("query")), 1)
|
|
2236
2456
|
]),
|
|
2237
2457
|
_: 1
|
|
2238
2458
|
}, 8, ["size", "onClick"]),
|
|
2239
|
-
|
|
2459
|
+
g(W, {
|
|
2240
2460
|
size: l.getDefaultSize(),
|
|
2241
|
-
onClick:
|
|
2461
|
+
onClick: n.handleReset
|
|
2242
2462
|
}, {
|
|
2243
|
-
default:
|
|
2244
|
-
|
|
2463
|
+
default: p(() => [
|
|
2464
|
+
z(T(l.t("reset")), 1)
|
|
2245
2465
|
]),
|
|
2246
2466
|
_: 1
|
|
2247
2467
|
}, 8, ["size", "onClick"])
|
|
@@ -2249,7 +2469,7 @@ function hi(e, i, t, n, l, s) {
|
|
|
2249
2469
|
])
|
|
2250
2470
|
], 2);
|
|
2251
2471
|
}
|
|
2252
|
-
const
|
|
2472
|
+
const Fe = /* @__PURE__ */ w(yi, [["render", _i], ["__scopeId", "data-v-4de92fdd"]]), Si = !1, xi = {
|
|
2253
2473
|
name: "TablePagination",
|
|
2254
2474
|
props: {
|
|
2255
2475
|
current: {
|
|
@@ -2271,7 +2491,7 @@ const we = /* @__PURE__ */ V(ui, [["render", hi], ["__scopeId", "data-v-4c4fd376
|
|
|
2271
2491
|
},
|
|
2272
2492
|
data() {
|
|
2273
2493
|
return {
|
|
2274
|
-
isVue2:
|
|
2494
|
+
isVue2: Si,
|
|
2275
2495
|
getCompatSize: K
|
|
2276
2496
|
};
|
|
2277
2497
|
},
|
|
@@ -2283,11 +2503,11 @@ const we = /* @__PURE__ */ V(ui, [["render", hi], ["__scopeId", "data-v-4c4fd376
|
|
|
2283
2503
|
this.$emit("current-change", e);
|
|
2284
2504
|
}
|
|
2285
2505
|
}
|
|
2286
|
-
},
|
|
2287
|
-
function
|
|
2506
|
+
}, Ti = { class: "tm-pagination" };
|
|
2507
|
+
function wi(e, i, t, a, l, n) {
|
|
2288
2508
|
const o = u("el-pagination");
|
|
2289
|
-
return r(),
|
|
2290
|
-
|
|
2509
|
+
return r(), b("div", Ti, [
|
|
2510
|
+
g(o, _(e.$attrs, M(l.isVue2 ? e.$listeners : {}), {
|
|
2291
2511
|
style: { "text-align": "right" },
|
|
2292
2512
|
"current-page": t.current,
|
|
2293
2513
|
"page-size": t.pageSize,
|
|
@@ -2295,14 +2515,14 @@ function gi(e, i, t, n, l, s) {
|
|
|
2295
2515
|
"page-sizes": [10, 20, 50, 100, 300, 500, 1e3, 2e3],
|
|
2296
2516
|
size: l.getCompatSize("mini"),
|
|
2297
2517
|
layout: "total, sizes, prev, pager, next, jumper",
|
|
2298
|
-
onSizeChange:
|
|
2299
|
-
"onUpdate:currentPage": i[0] || (i[0] = (
|
|
2300
|
-
"onUpdate:pageSize": i[1] || (i[1] = (
|
|
2301
|
-
onCurrentChange:
|
|
2518
|
+
onSizeChange: n.handleSizeChange,
|
|
2519
|
+
"onUpdate:currentPage": i[0] || (i[0] = (h) => e.$emit("update:current", h)),
|
|
2520
|
+
"onUpdate:pageSize": i[1] || (i[1] = (h) => e.$emit("update:pageSize", h)),
|
|
2521
|
+
onCurrentChange: n.handleCurrentChange
|
|
2302
2522
|
}), null, 16, ["current-page", "page-size", "total", "size", "onSizeChange", "onCurrentChange"])
|
|
2303
2523
|
]);
|
|
2304
2524
|
}
|
|
2305
|
-
const
|
|
2525
|
+
const Vi = /* @__PURE__ */ w(xi, [["render", wi], ["__scopeId", "data-v-4dbdf6e7"]]), Fi = {
|
|
2306
2526
|
name: "TmTableMenu",
|
|
2307
2527
|
props: {
|
|
2308
2528
|
size: {
|
|
@@ -2310,22 +2530,22 @@ const bi = /* @__PURE__ */ V(pi, [["render", gi], ["__scopeId", "data-v-4dbdf6e7
|
|
|
2310
2530
|
default: "mini"
|
|
2311
2531
|
}
|
|
2312
2532
|
}
|
|
2313
|
-
},
|
|
2533
|
+
}, zi = {
|
|
2314
2534
|
size: "small",
|
|
2315
2535
|
class: "tm-table-menu",
|
|
2316
2536
|
inline: ""
|
|
2317
|
-
},
|
|
2318
|
-
function
|
|
2319
|
-
return r(),
|
|
2320
|
-
|
|
2321
|
-
|
|
2537
|
+
}, Li = { class: "left" }, ki = { class: "right" };
|
|
2538
|
+
function Oi(e, i, t, a, l, n) {
|
|
2539
|
+
return r(), b("div", zi, [
|
|
2540
|
+
v("div", Li, [
|
|
2541
|
+
S(e.$slots, "left", {}, void 0, !0)
|
|
2322
2542
|
]),
|
|
2323
|
-
|
|
2324
|
-
|
|
2543
|
+
v("div", ki, [
|
|
2544
|
+
S(e.$slots, "right", {}, void 0, !0)
|
|
2325
2545
|
])
|
|
2326
2546
|
]);
|
|
2327
2547
|
}
|
|
2328
|
-
const
|
|
2548
|
+
const Di = /* @__PURE__ */ w(Fi, [["render", Oi], ["__scopeId", "data-v-579dd2c3"]]), Y = (e) => e ? e.props || {} : {}, ie = (e, i) => {
|
|
2329
2549
|
e && (e.props || (e.props = {}), typeof i == "object" && Object.assign(e.props, i));
|
|
2330
2550
|
}, G = {
|
|
2331
2551
|
// 默认实现:使用localStorage获取配置
|
|
@@ -2355,20 +2575,20 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2355
2575
|
return Promise.reject(i);
|
|
2356
2576
|
}
|
|
2357
2577
|
}
|
|
2358
|
-
},
|
|
2578
|
+
}, Ai = (e) => G.getTableConfig(e.key), Mi = (e) => G.setTableConfig(e), Hi = (e) => {
|
|
2359
2579
|
e && (typeof e.getTableConfig == "function" && (G.getTableConfig = e.getTableConfig), typeof e.setTableConfig == "function" && (G.setTableConfig = e.setTableConfig));
|
|
2360
|
-
}, { t:
|
|
2361
|
-
formatter: (e, i, t,
|
|
2362
|
-
},
|
|
2580
|
+
}, { t: Ri } = H(), Ii = !1, Ei = !0, Wi = {
|
|
2581
|
+
formatter: (e, i, t, a) => [void 0, null, ""].includes(t) ? "-" : t
|
|
2582
|
+
}, Ni = {
|
|
2363
2583
|
name: "TmColumnConfig",
|
|
2364
2584
|
components: {
|
|
2365
|
-
MoveIcon:
|
|
2366
|
-
FixedLeftIcon:
|
|
2367
|
-
FixedRightIcon:
|
|
2368
|
-
UploadIcon:
|
|
2369
|
-
DownloadIcon:
|
|
2370
|
-
DeleteIcon:
|
|
2371
|
-
MenuIcon:
|
|
2585
|
+
MoveIcon: lt,
|
|
2586
|
+
FixedLeftIcon: at,
|
|
2587
|
+
FixedRightIcon: st,
|
|
2588
|
+
UploadIcon: ot,
|
|
2589
|
+
DownloadIcon: rt,
|
|
2590
|
+
DeleteIcon: ut,
|
|
2591
|
+
MenuIcon: tt,
|
|
2372
2592
|
tmEllipsisText: $
|
|
2373
2593
|
},
|
|
2374
2594
|
props: {
|
|
@@ -2406,10 +2626,10 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2406
2626
|
},
|
|
2407
2627
|
data() {
|
|
2408
2628
|
return {
|
|
2409
|
-
t:
|
|
2410
|
-
isVue2:
|
|
2411
|
-
isVue3:
|
|
2412
|
-
getDefaultSize:
|
|
2629
|
+
t: Ri,
|
|
2630
|
+
isVue2: Ii,
|
|
2631
|
+
isVue3: Ei,
|
|
2632
|
+
getDefaultSize: k,
|
|
2413
2633
|
getCompatSize: K,
|
|
2414
2634
|
buttonType: { link: !0, type: "primary" },
|
|
2415
2635
|
afterOpenDelay: { "show-after": 300 },
|
|
@@ -2503,17 +2723,17 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2503
2723
|
const e = this.columns || [];
|
|
2504
2724
|
let i = {};
|
|
2505
2725
|
this.defaultColumnsConfig = e.filter((t) => {
|
|
2506
|
-
const
|
|
2507
|
-
return !(!
|
|
2508
|
-
}).map((t,
|
|
2509
|
-
const l = Y(t),
|
|
2510
|
-
|
|
2726
|
+
const a = Y(t);
|
|
2727
|
+
return !(!a.prop || this.ignoredColumnConfigTypes.includes(a.type));
|
|
2728
|
+
}).map((t, a) => {
|
|
2729
|
+
const l = Y(t), n = x(x({}, Wi), l);
|
|
2730
|
+
ie(t, n), l.prop && (i[l.prop] = t);
|
|
2511
2731
|
const o = l.hasOwnProperty("visible") ? l.visible !== !1 : !0;
|
|
2512
2732
|
return {
|
|
2513
2733
|
prop: l.prop,
|
|
2514
2734
|
// label: attrs.label, // 移除label,避免国际化导致比较不一致
|
|
2515
2735
|
fixed: l.fixed || "",
|
|
2516
|
-
sort:
|
|
2736
|
+
sort: a,
|
|
2517
2737
|
cancellable: l.hasOwnProperty("cancellable") ? l.cancellable : !0,
|
|
2518
2738
|
visible: o
|
|
2519
2739
|
};
|
|
@@ -2521,18 +2741,18 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2521
2741
|
},
|
|
2522
2742
|
// 加载列配置
|
|
2523
2743
|
loadColumnConfig() {
|
|
2524
|
-
|
|
2744
|
+
Ai({
|
|
2525
2745
|
key: this.computedTableKey
|
|
2526
2746
|
}).then((e) => {
|
|
2527
2747
|
var t;
|
|
2528
2748
|
if (e.data.code !== 200) return;
|
|
2529
2749
|
let i = JSON.parse(((t = e.data) == null ? void 0 : t.data) || null) || {};
|
|
2530
|
-
i.columnsConfig && JSON.stringify(this.defaultColumnsConfig) === JSON.stringify(i.defaultColumnsConfig) ? this.tableColumns = i.columnsConfig.map((
|
|
2750
|
+
i.columnsConfig && JSON.stringify(this.defaultColumnsConfig) === JSON.stringify(i.defaultColumnsConfig) ? this.tableColumns = i.columnsConfig.map((a) => x({}, a)) : this.tableColumns = this.defaultColumnsConfig.map((a) => x({}, a)), this.processedColumns = this.applyColumnConfig(this.tableColumns), this.isConfigLoaded = !0, this.$emit("complete", {
|
|
2531
2751
|
columns: this.processedColumns,
|
|
2532
2752
|
isInitialLoad: !0
|
|
2533
2753
|
});
|
|
2534
2754
|
}).catch(() => {
|
|
2535
|
-
this.tableColumns = this.defaultColumnsConfig.map((e) =>
|
|
2755
|
+
this.tableColumns = this.defaultColumnsConfig.map((e) => x({}, e)), this.processedColumns = this.applyColumnConfig(this.tableColumns), this.isConfigLoaded = !0, this.$emit("complete", {
|
|
2536
2756
|
columns: this.processedColumns,
|
|
2537
2757
|
isInitialLoad: !0
|
|
2538
2758
|
});
|
|
@@ -2540,29 +2760,29 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2540
2760
|
},
|
|
2541
2761
|
applyColumnConfig(e, i = !1) {
|
|
2542
2762
|
let t = this.columns.filter((l) => {
|
|
2543
|
-
const
|
|
2544
|
-
return this.ignoredColumnConfigTypes.includes(
|
|
2545
|
-
}),
|
|
2546
|
-
return [...e].sort((l,
|
|
2547
|
-
const o = l.sort !== void 0 ? l.sort : 1 / 0,
|
|
2548
|
-
return o -
|
|
2763
|
+
const n = Y(l);
|
|
2764
|
+
return this.ignoredColumnConfigTypes.includes(n.type);
|
|
2765
|
+
}), a = [];
|
|
2766
|
+
return [...e].sort((l, n) => {
|
|
2767
|
+
const o = l.sort !== void 0 ? l.sort : 1 / 0, h = n.sort !== void 0 ? n.sort : 1 / 0;
|
|
2768
|
+
return o - h;
|
|
2549
2769
|
}).forEach((l) => {
|
|
2550
2770
|
if (l.prop) {
|
|
2551
|
-
let
|
|
2552
|
-
|
|
2771
|
+
let n = this.columnMap[l.prop];
|
|
2772
|
+
n && (ie(n, {
|
|
2553
2773
|
fixed: l.fixed || void 0,
|
|
2554
2774
|
visible: l.visible
|
|
2555
|
-
}), (!i && l.visible || i) &&
|
|
2775
|
+
}), (!i && l.visible || i) && a.push(n));
|
|
2556
2776
|
}
|
|
2557
2777
|
}), t.forEach((l) => {
|
|
2558
|
-
|
|
2559
|
-
}), [...t, ...
|
|
2778
|
+
ie(l, { visible: !0 });
|
|
2779
|
+
}), [...t, ...a];
|
|
2560
2780
|
},
|
|
2561
2781
|
crateSortable() {
|
|
2562
2782
|
const e = this.$refs.sortListRef;
|
|
2563
2783
|
if (!e) return;
|
|
2564
2784
|
this.sortable && (this.sortable.destroy(), this.sortable = null);
|
|
2565
|
-
const i = new
|
|
2785
|
+
const i = new R(e, {
|
|
2566
2786
|
ghostClass: "blue-background-class",
|
|
2567
2787
|
animation: 150,
|
|
2568
2788
|
// 动画持续时间,毫秒
|
|
@@ -2579,29 +2799,29 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2579
2799
|
group: "columns",
|
|
2580
2800
|
dragClass: "sortable-drag",
|
|
2581
2801
|
onStart: ({ item: t }) => {
|
|
2582
|
-
const
|
|
2583
|
-
(
|
|
2802
|
+
const a = t.getAttribute("data-prop"), l = this.sortedTableColumns.find(
|
|
2803
|
+
(n) => n.prop === a
|
|
2584
2804
|
);
|
|
2585
2805
|
this.isDraggingFrozen = l && l.fixed === "left", this.isDraggingFrozenRight = l && l.fixed === "right", this.draggedItemIndex = Array.from(e.children).indexOf(t), t.classList.add("sortable-drag");
|
|
2586
2806
|
},
|
|
2587
2807
|
onMove: (t) => {
|
|
2588
|
-
const { target:
|
|
2589
|
-
if (!
|
|
2808
|
+
const { target: a, related: l } = t;
|
|
2809
|
+
if (!a || !l)
|
|
2590
2810
|
return !1;
|
|
2591
|
-
const
|
|
2592
|
-
return this.isDraggingFrozen && !
|
|
2593
|
-
|
|
2811
|
+
const n = l ? l.getAttribute("data-prop") : null, o = n ? this.sortedTableColumns.find((f) => f.prop === n) : null, h = o && o.fixed === "left", c = o && o.fixed === "right";
|
|
2812
|
+
return this.isDraggingFrozen && !h || this.isDraggingFrozenRight && !c || !this.isDraggingFrozen && !this.isDraggingFrozenRight && (h || c) ? (a.classList.add("no-drop-zone"), !1) : (document.querySelectorAll(".no-drop-zone").forEach((f) => {
|
|
2813
|
+
f.classList.remove("no-drop-zone");
|
|
2594
2814
|
}), !0);
|
|
2595
2815
|
},
|
|
2596
|
-
onEnd: ({ item: t, newIndex:
|
|
2597
|
-
if (
|
|
2816
|
+
onEnd: ({ item: t, newIndex: a, oldIndex: l }) => {
|
|
2817
|
+
if (a === void 0 || l === void 0 || a < 0 || l < 0 || a >= this.sortedTableColumns.length || l >= this.sortedTableColumns.length)
|
|
2598
2818
|
return;
|
|
2599
|
-
document.querySelectorAll(".no-drop-zone").forEach((
|
|
2600
|
-
|
|
2819
|
+
document.querySelectorAll(".no-drop-zone").forEach((V) => {
|
|
2820
|
+
V.classList.remove("no-drop-zone");
|
|
2601
2821
|
}), t.classList.remove("sortable-drag");
|
|
2602
|
-
const
|
|
2822
|
+
const n = this.sortedTableColumns[l], o = n.fixed === "left", h = n.fixed === "right", c = a > 0 ? this.sortedTableColumns[a - 1] : null, f = a < this.sortedTableColumns.length - 1 ? this.sortedTableColumns[a + 1] : null;
|
|
2603
2823
|
let y = !1;
|
|
2604
|
-
if (o ? (
|
|
2824
|
+
if (o ? (c && c.fixed !== "left" || f && f.fixed === "right") && (y = !0) : h ? (c && c.fixed !== "right" || f && f.fixed !== "right") && (y = !0) : (c && c.fixed === "right" || f && f.fixed === "left") && (y = !0), y) {
|
|
2605
2825
|
this.rollbackSort();
|
|
2606
2826
|
return;
|
|
2607
2827
|
}
|
|
@@ -2616,8 +2836,8 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2616
2836
|
updateSortAfterDrag() {
|
|
2617
2837
|
const e = this.$refs.sortListRef;
|
|
2618
2838
|
if (!e) return;
|
|
2619
|
-
Array.from(e.children || []).filter((t) => t && t.dataset && t.dataset.prop).map((t) => t.dataset.prop).forEach((t,
|
|
2620
|
-
this.sortedTableColumns.some((l) => l.prop === t ? (l.sort =
|
|
2839
|
+
Array.from(e.children || []).filter((t) => t && t.dataset && t.dataset.prop).map((t) => t.dataset.prop).forEach((t, a) => {
|
|
2840
|
+
this.sortedTableColumns.some((l) => l.prop === t ? (l.sort = a, !0) : !1);
|
|
2621
2841
|
}), this.columnsCopy = JSON.parse(JSON.stringify(this.sortedTableColumns)), this.$emit("on-sort-change", this.sortedTableColumns);
|
|
2622
2842
|
},
|
|
2623
2843
|
// 移除了handleSearch方法,改用计算属性filteredSortedTableColumns
|
|
@@ -2656,10 +2876,10 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2656
2876
|
document.removeEventListener("mouseup", window.sortableGlobalMouseUp), document.removeEventListener(
|
|
2657
2877
|
"mousemove",
|
|
2658
2878
|
window.sortableGlobalMouseMove
|
|
2659
|
-
), typeof
|
|
2879
|
+
), typeof R != "undefined" && R.utils && (document.removeEventListener(
|
|
2660
2880
|
"mousemove",
|
|
2661
|
-
|
|
2662
|
-
), document.removeEventListener("mouseup",
|
|
2881
|
+
R.utils.throttleCall
|
|
2882
|
+
), document.removeEventListener("mouseup", R.utils.throttleCall));
|
|
2663
2883
|
} catch (e) {
|
|
2664
2884
|
}
|
|
2665
2885
|
},
|
|
@@ -2689,13 +2909,13 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2689
2909
|
},
|
|
2690
2910
|
// 修改置顶方法,确保右侧固定列置顶时会取消固定
|
|
2691
2911
|
moveTop(e, i) {
|
|
2692
|
-
const t = this.sortedTableColumns,
|
|
2912
|
+
const t = this.sortedTableColumns, a = e.prop;
|
|
2693
2913
|
if (e.fixed === "right" && (e.fixed = ""), e.fixed === "left")
|
|
2694
2914
|
t.unshift(t.splice(i, 1)[0]);
|
|
2695
2915
|
else {
|
|
2696
2916
|
const l = this.findLastIndex(
|
|
2697
2917
|
this.sortedTableColumns,
|
|
2698
|
-
(
|
|
2918
|
+
(n) => n.fixed === "left"
|
|
2699
2919
|
);
|
|
2700
2920
|
t.splice(
|
|
2701
2921
|
l + 1,
|
|
@@ -2706,42 +2926,42 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2706
2926
|
this.updateSortValues(), this.columnsCopy = JSON.parse(JSON.stringify(this.sortedTableColumns)), this.$emit("on-sort-change", this.sortedTableColumns), this.$nextTick(() => {
|
|
2707
2927
|
const l = this.$refs.sortListRef;
|
|
2708
2928
|
if (l) {
|
|
2709
|
-
const
|
|
2710
|
-
(o) => o.dataset && o.dataset.prop ===
|
|
2929
|
+
const n = Array.from(l.children).find(
|
|
2930
|
+
(o) => o.dataset && o.dataset.prop === a
|
|
2711
2931
|
);
|
|
2712
|
-
|
|
2932
|
+
n && n.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
|
2713
2933
|
}
|
|
2714
2934
|
});
|
|
2715
2935
|
},
|
|
2716
2936
|
frozenLeftHandle(e) {
|
|
2717
2937
|
const i = this.sortedTableColumns, t = i.splice(e, 1)[0];
|
|
2718
2938
|
if (t.fixed = t.fixed === "left" ? "" : "left", t.fixed === "left") {
|
|
2719
|
-
const
|
|
2939
|
+
const a = this.findLastIndex(
|
|
2720
2940
|
this.sortedTableColumns,
|
|
2721
2941
|
(l) => l.fixed === "left"
|
|
2722
2942
|
);
|
|
2723
|
-
i.splice(
|
|
2943
|
+
i.splice(a + 1, 0, t);
|
|
2724
2944
|
} else {
|
|
2725
|
-
const
|
|
2945
|
+
const a = this.findLastIndex(
|
|
2726
2946
|
this.sortedTableColumns,
|
|
2727
2947
|
(l) => l.fixed === "left"
|
|
2728
2948
|
);
|
|
2729
|
-
i.splice(
|
|
2949
|
+
i.splice(a + 1, 0, t);
|
|
2730
2950
|
}
|
|
2731
2951
|
this.updateSortValues(), this.columnsCopy = JSON.parse(JSON.stringify(this.sortedTableColumns)), this.$emit("on-sort-change", this.sortedTableColumns);
|
|
2732
2952
|
},
|
|
2733
2953
|
frozenRightHandle(e) {
|
|
2734
2954
|
const i = this.sortedTableColumns, t = i.splice(e, 1)[0];
|
|
2735
2955
|
if (t.fixed = t.fixed === "right" ? "" : "right", t.fixed === "right") {
|
|
2736
|
-
const
|
|
2956
|
+
const a = i.findIndex(
|
|
2737
2957
|
(l) => l.fixed === "right"
|
|
2738
2958
|
);
|
|
2739
|
-
|
|
2959
|
+
a === -1 ? i.push(t) : i.splice(a, 0, t);
|
|
2740
2960
|
} else {
|
|
2741
|
-
const
|
|
2961
|
+
const a = i.findIndex(
|
|
2742
2962
|
(l) => l.fixed === "right"
|
|
2743
2963
|
);
|
|
2744
|
-
|
|
2964
|
+
a === -1 ? i.push(t) : i.splice(a, 0, t);
|
|
2745
2965
|
}
|
|
2746
2966
|
this.updateSortValues(), this.columnsCopy = JSON.parse(JSON.stringify(this.sortedTableColumns)), this.$emit("on-sort-change", this.sortedTableColumns);
|
|
2747
2967
|
},
|
|
@@ -2749,14 +2969,14 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2749
2969
|
var i;
|
|
2750
2970
|
this.updateSortValues();
|
|
2751
2971
|
const e = (i = this.tableColumns) == null ? void 0 : i.map((t) => {
|
|
2752
|
-
const
|
|
2753
|
-
(
|
|
2972
|
+
const a = this.sortedTableColumns.find(
|
|
2973
|
+
(h) => h.prop === t.prop
|
|
2754
2974
|
);
|
|
2755
|
-
|
|
2975
|
+
a && (t.sort = a.sort, t.fixed = a.fixed, t.visible = a.visible);
|
|
2756
2976
|
const o = t, { label: l } = o;
|
|
2757
|
-
return
|
|
2977
|
+
return ue(o, ["label"]);
|
|
2758
2978
|
});
|
|
2759
|
-
|
|
2979
|
+
Mi({
|
|
2760
2980
|
key: this.computedTableKey,
|
|
2761
2981
|
info: JSON.stringify({
|
|
2762
2982
|
columnsConfig: e,
|
|
@@ -2783,50 +3003,50 @@ const xi = /* @__PURE__ */ V(yi, [["render", Si], ["__scopeId", "data-v-579dd2c3
|
|
|
2783
3003
|
beforeDestroy() {
|
|
2784
3004
|
this.sortable && (this.sortable.destroy(), this.sortable = null);
|
|
2785
3005
|
try {
|
|
2786
|
-
document.removeEventListener("mouseup", window.sortableGlobalMouseUp), document.removeEventListener("mousemove", window.sortableGlobalMouseMove), typeof
|
|
3006
|
+
document.removeEventListener("mouseup", window.sortableGlobalMouseUp), document.removeEventListener("mousemove", window.sortableGlobalMouseMove), typeof R != "undefined" && R.utils && (document.removeEventListener("mousemove", R.utils.throttleCall), document.removeEventListener("mouseup", R.utils.throttleCall));
|
|
2787
3007
|
} catch (e) {
|
|
2788
3008
|
}
|
|
2789
3009
|
}
|
|
2790
|
-
},
|
|
3010
|
+
}, Pi = {
|
|
2791
3011
|
key: 0,
|
|
2792
3012
|
class: "container"
|
|
2793
|
-
},
|
|
3013
|
+
}, Bi = { class: "main-container" }, Ui = { class: "left-content" }, ji = { class: "title" }, Ji = { class: "option-list" }, Ki = { style: { height: "100%", "overflow-y": "auto" } }, Qi = { class: "right-content" }, qi = { class: "search-box" }, Yi = {
|
|
2794
3014
|
key: 0,
|
|
2795
3015
|
class: "tips"
|
|
2796
|
-
},
|
|
3016
|
+
}, Gi = {
|
|
2797
3017
|
class: "sort-list",
|
|
2798
3018
|
ref: "sortListRef"
|
|
2799
|
-
},
|
|
3019
|
+
}, Xi = ["data-prop"], Zi = {
|
|
2800
3020
|
key: 0,
|
|
2801
3021
|
class: "sort-item"
|
|
2802
|
-
},
|
|
2803
|
-
function
|
|
2804
|
-
const o = u("el-button"),
|
|
2805
|
-
return r(), m(
|
|
3022
|
+
}, $i = { class: "row-title" }, el = { class: "operation-btns" }, tl = { class: "footer" }, il = { class: "footer-left" }, ll = { class: "footer-right" }, nl = { style: { display: "inline-block", "margin-left": "10px" } };
|
|
3023
|
+
function al(e, i, t, a, l, n) {
|
|
3024
|
+
const o = u("el-button"), h = u("TmEllipsisText"), c = u("el-checkbox"), f = u("el-input"), y = u("MoveIcon"), V = u("DeleteIcon"), O = u("el-tooltip"), U = u("UploadIcon"), j = u("FixedLeftIcon"), W = u("FixedRightIcon"), s = u("MenuIcon"), N = u("el-popover");
|
|
3025
|
+
return r(), m(N, _({ "popper-class": "column-config-popover" }, {
|
|
2806
3026
|
[l.isVue3 ? "visible" : "value"]: l.popoverVisible
|
|
2807
|
-
},
|
|
2808
|
-
[l.isVue3 ? "update:visible" : "input"]:
|
|
3027
|
+
}, M({
|
|
3028
|
+
[l.isVue3 ? "update:visible" : "input"]: n.handleVisibleChange
|
|
2809
3029
|
}), {
|
|
2810
3030
|
width: 680,
|
|
2811
3031
|
"show-arrow": !1,
|
|
2812
3032
|
placement: l.placement,
|
|
2813
3033
|
trigger: "click",
|
|
2814
|
-
onShow:
|
|
2815
|
-
onHide:
|
|
3034
|
+
onShow: n.handlePopoverShow,
|
|
3035
|
+
onHide: n.handlePopoverHide
|
|
2816
3036
|
}), {
|
|
2817
|
-
reference:
|
|
2818
|
-
|
|
2819
|
-
|
|
3037
|
+
reference: p(() => [
|
|
3038
|
+
v("div", nl, [
|
|
3039
|
+
g(O, _({
|
|
2820
3040
|
content: l.t("columnSetting")
|
|
2821
3041
|
}, l.afterOpenDelay, { placement: "top" }), {
|
|
2822
|
-
default:
|
|
2823
|
-
|
|
3042
|
+
default: p(() => [
|
|
3043
|
+
g(o, {
|
|
2824
3044
|
size: l.getDefaultSize(),
|
|
2825
3045
|
ref: "operationRef",
|
|
2826
3046
|
circle: ""
|
|
2827
3047
|
}, {
|
|
2828
|
-
default:
|
|
2829
|
-
|
|
3048
|
+
default: p(() => [
|
|
3049
|
+
g(s)
|
|
2830
3050
|
]),
|
|
2831
3051
|
_: 1
|
|
2832
3052
|
}, 8, ["size"])
|
|
@@ -2835,230 +3055,230 @@ function Gi(e, i, t, n, l, s) {
|
|
|
2835
3055
|
}, 16, ["content"])
|
|
2836
3056
|
])
|
|
2837
3057
|
]),
|
|
2838
|
-
default:
|
|
2839
|
-
l.popoverVisible ? (r(),
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
default:
|
|
2846
|
-
|
|
3058
|
+
default: p(() => [
|
|
3059
|
+
l.popoverVisible ? (r(), b("div", Pi, [
|
|
3060
|
+
v("div", Bi, [
|
|
3061
|
+
v("div", Ui, [
|
|
3062
|
+
v("div", ji, [
|
|
3063
|
+
v("span", null, T(l.t("SelectableFields")) + "(" + T(l.tableColumns.length) + ")", 1),
|
|
3064
|
+
g(o, _({ style: { "margin-left": "10px" } }, l.buttonType, { onClick: n.handleSelectAll }), {
|
|
3065
|
+
default: p(() => [
|
|
3066
|
+
z(T(l.t("all")), 1)
|
|
2847
3067
|
]),
|
|
2848
3068
|
_: 1
|
|
2849
3069
|
}, 16, ["onClick"])
|
|
2850
3070
|
]),
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
(r(!0),
|
|
2854
|
-
|
|
3071
|
+
v("div", Ji, [
|
|
3072
|
+
v("div", Ki, [
|
|
3073
|
+
(r(!0), b(L, null, D(l.tableColumns, (d, P) => (r(), b(L, null, [
|
|
3074
|
+
d.prop ? (r(), b("div", {
|
|
2855
3075
|
style: { width: "110px", display: "inline-block" },
|
|
2856
|
-
key:
|
|
3076
|
+
key: P + d.prop
|
|
2857
3077
|
}, [
|
|
2858
|
-
|
|
2859
|
-
disabled: !
|
|
3078
|
+
g(c, {
|
|
3079
|
+
disabled: !d.cancellable,
|
|
2860
3080
|
class: "el-checkbox",
|
|
2861
|
-
modelValue:
|
|
2862
|
-
"onUpdate:modelValue": (J) =>
|
|
2863
|
-
label:
|
|
2864
|
-
value:
|
|
3081
|
+
modelValue: d.visible,
|
|
3082
|
+
"onUpdate:modelValue": (J) => d.visible = J,
|
|
3083
|
+
label: d.prop,
|
|
3084
|
+
value: d.prop
|
|
2865
3085
|
}, {
|
|
2866
|
-
default:
|
|
2867
|
-
|
|
3086
|
+
default: p(() => [
|
|
3087
|
+
g(h, {
|
|
2868
3088
|
width: "80px",
|
|
2869
|
-
text:
|
|
3089
|
+
text: n.getColumnLabel(d.prop)
|
|
2870
3090
|
}, null, 8, ["text"])
|
|
2871
3091
|
]),
|
|
2872
3092
|
_: 2
|
|
2873
3093
|
}, 1032, ["disabled", "modelValue", "onUpdate:modelValue", "label", "value"])
|
|
2874
|
-
])) :
|
|
3094
|
+
])) : C("", !0)
|
|
2875
3095
|
], 64))), 256))
|
|
2876
3096
|
])
|
|
2877
3097
|
])
|
|
2878
3098
|
]),
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
3099
|
+
v("div", Qi, [
|
|
3100
|
+
v("div", qi, [
|
|
3101
|
+
g(f, {
|
|
2882
3102
|
size: l.getCompatSize("small"),
|
|
2883
3103
|
class: "search-input",
|
|
2884
3104
|
clearable: "",
|
|
2885
3105
|
placeholder: l.t("search"),
|
|
2886
3106
|
modelValue: l.keyWord,
|
|
2887
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
3107
|
+
"onUpdate:modelValue": i[0] || (i[0] = (d) => l.keyWord = d)
|
|
2888
3108
|
}, null, 8, ["size", "placeholder", "modelValue"])
|
|
2889
3109
|
]),
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
(r(!0),
|
|
3110
|
+
n.showFixedLimitTips ? (r(), b("div", Yi)) : C("", !0),
|
|
3111
|
+
v("div", Gi, [
|
|
3112
|
+
(r(!0), b(L, null, D(n.filteredSortedTableColumns, (d, P) => (r(), b("div", {
|
|
2893
3113
|
class: X(["sort-item-wrapper", [
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
3114
|
+
d.fixed === "left" ? "frozen" : "",
|
|
3115
|
+
d.fixed === "right" ? "frozenRight" : "",
|
|
3116
|
+
d.fixed ? "" : "noFrozen"
|
|
2897
3117
|
]]),
|
|
2898
|
-
"data-prop":
|
|
2899
|
-
key:
|
|
3118
|
+
"data-prop": d.prop,
|
|
3119
|
+
key: d.prop
|
|
2900
3120
|
}, [
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
text:
|
|
3121
|
+
d.visible ? (r(), b("div", Zi, [
|
|
3122
|
+
v("div", $i, [
|
|
3123
|
+
g(y, { style: { "flex-shrink": "0" } }),
|
|
3124
|
+
g(h, {
|
|
3125
|
+
text: n.getColumnLabel(d.prop)
|
|
2906
3126
|
}, null, 8, ["text"])
|
|
2907
3127
|
]),
|
|
2908
|
-
|
|
2909
|
-
|
|
3128
|
+
v("div", el, [
|
|
3129
|
+
d.cancellable ? (r(), m(O, _({
|
|
2910
3130
|
key: 0,
|
|
2911
3131
|
content: l.t("cancel"),
|
|
2912
3132
|
placement: "top"
|
|
2913
3133
|
}, { ref_for: !0 }, l.afterOpenDelay), {
|
|
2914
|
-
default:
|
|
2915
|
-
|
|
3134
|
+
default: p(() => [
|
|
3135
|
+
g(o, _({ ref_for: !0 }, l.buttonType, {
|
|
2916
3136
|
size: l.getCompatSize("mini"),
|
|
2917
3137
|
class: "iconfont-button delete-button",
|
|
2918
|
-
onClick: (J) =>
|
|
3138
|
+
onClick: (J) => d.visible = !1
|
|
2919
3139
|
}), {
|
|
2920
|
-
default:
|
|
2921
|
-
|
|
3140
|
+
default: p(() => [
|
|
3141
|
+
g(V)
|
|
2922
3142
|
]),
|
|
2923
3143
|
_: 2
|
|
2924
3144
|
}, 1040, ["size", "onClick"])
|
|
2925
3145
|
]),
|
|
2926
3146
|
_: 2
|
|
2927
|
-
}, 1040, ["content"])) :
|
|
2928
|
-
|
|
3147
|
+
}, 1040, ["content"])) : C("", !0),
|
|
3148
|
+
n.canMoveTop(d, P) ? (r(), m(O, _({
|
|
2929
3149
|
key: 1,
|
|
2930
3150
|
content: l.t("top"),
|
|
2931
3151
|
placement: "top"
|
|
2932
3152
|
}, { ref_for: !0 }, l.afterOpenDelay), {
|
|
2933
|
-
default:
|
|
2934
|
-
|
|
3153
|
+
default: p(() => [
|
|
3154
|
+
g(o, _({ ref_for: !0 }, l.buttonType, {
|
|
2935
3155
|
size: l.getCompatSize("mini"),
|
|
2936
3156
|
class: "iconfont-button top-button",
|
|
2937
|
-
onClick: (J) =>
|
|
3157
|
+
onClick: (J) => n.moveTop(d, P)
|
|
2938
3158
|
}), {
|
|
2939
|
-
default:
|
|
2940
|
-
|
|
3159
|
+
default: p(() => [
|
|
3160
|
+
g(U)
|
|
2941
3161
|
]),
|
|
2942
3162
|
_: 2
|
|
2943
3163
|
}, 1040, ["size", "onClick"])
|
|
2944
3164
|
]),
|
|
2945
3165
|
_: 2
|
|
2946
|
-
}, 1040, ["content"])) :
|
|
2947
|
-
|
|
3166
|
+
}, 1040, ["content"])) : C("", !0),
|
|
3167
|
+
d.fixed !== "right" ? (r(), m(O, _({
|
|
2948
3168
|
key: 2,
|
|
2949
|
-
content:
|
|
3169
|
+
content: d.fixed === "left" ? l.t("cancelLeftFixed") : l.t("leftFixed"),
|
|
2950
3170
|
placement: "top"
|
|
2951
3171
|
}, { ref_for: !0 }, l.afterOpenDelay), {
|
|
2952
|
-
default:
|
|
2953
|
-
|
|
3172
|
+
default: p(() => [
|
|
3173
|
+
g(o, _({ ref_for: !0 }, l.buttonType, {
|
|
2954
3174
|
size: l.getCompatSize("mini"),
|
|
2955
|
-
class: ["iconfont-button left-fixed-btn", { "active-fixed":
|
|
2956
|
-
onClick: (J) =>
|
|
2957
|
-
disabled:
|
|
3175
|
+
class: ["iconfont-button left-fixed-btn", { "active-fixed": d.fixed === "left" }],
|
|
3176
|
+
onClick: (J) => n.frozenLeftHandle(P),
|
|
3177
|
+
disabled: d.fixed !== "left" && n.isThanMaxFrozen
|
|
2958
3178
|
}), {
|
|
2959
|
-
default:
|
|
2960
|
-
|
|
3179
|
+
default: p(() => [
|
|
3180
|
+
g(j)
|
|
2961
3181
|
]),
|
|
2962
3182
|
_: 2
|
|
2963
3183
|
}, 1040, ["size", "class", "onClick", "disabled"])
|
|
2964
3184
|
]),
|
|
2965
3185
|
_: 2
|
|
2966
|
-
}, 1040, ["content"])) :
|
|
2967
|
-
|
|
3186
|
+
}, 1040, ["content"])) : C("", !0),
|
|
3187
|
+
d.fixed !== "left" ? (r(), m(O, _({
|
|
2968
3188
|
key: 3,
|
|
2969
|
-
content:
|
|
3189
|
+
content: d.fixed === "right" ? l.t("cancelRightFixed") : l.t("rightFixed"),
|
|
2970
3190
|
placement: "top"
|
|
2971
3191
|
}, { ref_for: !0 }, l.afterOpenDelay), {
|
|
2972
|
-
default:
|
|
2973
|
-
|
|
3192
|
+
default: p(() => [
|
|
3193
|
+
g(o, _({ ref_for: !0 }, l.buttonType, {
|
|
2974
3194
|
size: l.getCompatSize("mini"),
|
|
2975
|
-
class: ["iconfont-button right-fixed-btn", { "active-fixed":
|
|
2976
|
-
onClick: (J) =>
|
|
2977
|
-
disabled:
|
|
3195
|
+
class: ["iconfont-button right-fixed-btn", { "active-fixed": d.fixed === "right" }],
|
|
3196
|
+
onClick: (J) => n.frozenRightHandle(P),
|
|
3197
|
+
disabled: d.fixed !== "right" && n.isThanMaxRightFrozen
|
|
2978
3198
|
}), {
|
|
2979
|
-
default:
|
|
2980
|
-
|
|
3199
|
+
default: p(() => [
|
|
3200
|
+
g(W)
|
|
2981
3201
|
]),
|
|
2982
3202
|
_: 2
|
|
2983
3203
|
}, 1040, ["size", "class", "onClick", "disabled"])
|
|
2984
3204
|
]),
|
|
2985
3205
|
_: 2
|
|
2986
|
-
}, 1040, ["content"])) :
|
|
3206
|
+
}, 1040, ["content"])) : C("", !0)
|
|
2987
3207
|
])
|
|
2988
|
-
])) :
|
|
2989
|
-
], 10,
|
|
3208
|
+
])) : C("", !0)
|
|
3209
|
+
], 10, Xi))), 128))
|
|
2990
3210
|
], 512)
|
|
2991
3211
|
])
|
|
2992
3212
|
]),
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
3213
|
+
v("div", tl, [
|
|
3214
|
+
v("div", il, [
|
|
3215
|
+
g(o, {
|
|
2996
3216
|
size: l.getCompatSize("mini"),
|
|
2997
|
-
onClick:
|
|
3217
|
+
onClick: n.handleRestoreDefault
|
|
2998
3218
|
}, {
|
|
2999
|
-
default:
|
|
3000
|
-
|
|
3219
|
+
default: p(() => [
|
|
3220
|
+
z(T(l.t("restoreDefault")), 1)
|
|
3001
3221
|
]),
|
|
3002
3222
|
_: 1
|
|
3003
3223
|
}, 8, ["size", "onClick"])
|
|
3004
3224
|
]),
|
|
3005
|
-
|
|
3006
|
-
|
|
3225
|
+
v("div", ll, [
|
|
3226
|
+
g(o, {
|
|
3007
3227
|
size: l.getCompatSize("mini"),
|
|
3008
|
-
onClick: i[1] || (i[1] = (
|
|
3228
|
+
onClick: i[1] || (i[1] = (d) => l.popoverVisible = !1)
|
|
3009
3229
|
}, {
|
|
3010
|
-
default:
|
|
3011
|
-
|
|
3230
|
+
default: p(() => [
|
|
3231
|
+
z(T(l.t("cancel")), 1)
|
|
3012
3232
|
]),
|
|
3013
3233
|
_: 1
|
|
3014
3234
|
}, 8, ["size"]),
|
|
3015
|
-
|
|
3235
|
+
g(o, {
|
|
3016
3236
|
size: l.getCompatSize("mini"),
|
|
3017
3237
|
type: "primary",
|
|
3018
|
-
onClick:
|
|
3238
|
+
onClick: n.onSave
|
|
3019
3239
|
}, {
|
|
3020
|
-
default:
|
|
3021
|
-
|
|
3240
|
+
default: p(() => [
|
|
3241
|
+
z(T(l.t("saveAndApply")), 1)
|
|
3022
3242
|
]),
|
|
3023
3243
|
_: 1
|
|
3024
3244
|
}, 8, ["size", "onClick"])
|
|
3025
3245
|
])
|
|
3026
3246
|
])
|
|
3027
|
-
])) :
|
|
3247
|
+
])) : C("", !0)
|
|
3028
3248
|
]),
|
|
3029
3249
|
_: 1
|
|
3030
3250
|
}, 16, ["placement", "onShow", "onHide"]);
|
|
3031
3251
|
}
|
|
3032
|
-
const
|
|
3033
|
-
function
|
|
3252
|
+
const sl = /* @__PURE__ */ w(Ni, [["render", al], ["__scopeId", "data-v-127cbd33"]]), ol = !1, rl = !0;
|
|
3253
|
+
function ne(e) {
|
|
3034
3254
|
if (!Array.isArray(e))
|
|
3035
3255
|
return e;
|
|
3036
3256
|
const i = [];
|
|
3037
3257
|
for (const t of e)
|
|
3038
3258
|
if (t)
|
|
3039
3259
|
if (typeof t.type == "symbol" && t.children) {
|
|
3040
|
-
let
|
|
3041
|
-
if (typeof
|
|
3260
|
+
let a = t.children;
|
|
3261
|
+
if (typeof a == "function")
|
|
3042
3262
|
continue;
|
|
3043
|
-
if (Array.isArray(
|
|
3044
|
-
const l =
|
|
3263
|
+
if (Array.isArray(a)) {
|
|
3264
|
+
const l = ne(a);
|
|
3045
3265
|
i.push(...l);
|
|
3046
3266
|
} else {
|
|
3047
|
-
const l =
|
|
3267
|
+
const l = ne([a]);
|
|
3048
3268
|
i.push(...l);
|
|
3049
3269
|
}
|
|
3050
3270
|
} else
|
|
3051
3271
|
i.push(t);
|
|
3052
3272
|
return i;
|
|
3053
3273
|
}
|
|
3054
|
-
const
|
|
3274
|
+
const ul = {
|
|
3055
3275
|
name: "TmTable",
|
|
3056
3276
|
components: {
|
|
3057
|
-
TableSearch:
|
|
3058
|
-
TablePagination:
|
|
3059
|
-
TableMenu:
|
|
3060
|
-
ColumnConfig:
|
|
3061
|
-
RefreshIcon:
|
|
3277
|
+
TableSearch: Fe,
|
|
3278
|
+
TablePagination: Vi,
|
|
3279
|
+
TableMenu: Di,
|
|
3280
|
+
ColumnConfig: sl,
|
|
3281
|
+
RefreshIcon: it,
|
|
3062
3282
|
// 用于渲染VNode的组件
|
|
3063
3283
|
ColumnRenderer: {
|
|
3064
3284
|
props: ["vnode"],
|
|
@@ -3162,11 +3382,11 @@ const el = {
|
|
|
3162
3382
|
},
|
|
3163
3383
|
data() {
|
|
3164
3384
|
return {
|
|
3165
|
-
getDefaultSize:
|
|
3385
|
+
getDefaultSize: k,
|
|
3166
3386
|
getCompatSize: K,
|
|
3167
|
-
isVue3:
|
|
3168
|
-
isVue2:
|
|
3169
|
-
t:
|
|
3387
|
+
isVue3: rl,
|
|
3388
|
+
isVue2: ol,
|
|
3389
|
+
t: H().t,
|
|
3170
3390
|
tableData: [],
|
|
3171
3391
|
tableLoading: !1,
|
|
3172
3392
|
columnsLoading: !1,
|
|
@@ -3221,7 +3441,7 @@ const el = {
|
|
|
3221
3441
|
created() {
|
|
3222
3442
|
{
|
|
3223
3443
|
const e = this.$slots.default();
|
|
3224
|
-
this.originalColumns =
|
|
3444
|
+
this.originalColumns = ne(e);
|
|
3225
3445
|
}
|
|
3226
3446
|
this.columnSettingButton ? this.columnsLoading = !0 : (this.displayColumns = this.originalColumns, this.isColumnConfigLoaded = !0);
|
|
3227
3447
|
},
|
|
@@ -3260,10 +3480,10 @@ const el = {
|
|
|
3260
3480
|
current: this.paginationInfo.current
|
|
3261
3481
|
},
|
|
3262
3482
|
params: this.searchForm
|
|
3263
|
-
}), { list: i, total: t, pageSize:
|
|
3483
|
+
}), { list: i, total: t, pageSize: a, current: l } = e;
|
|
3264
3484
|
this.tableData = i;
|
|
3265
|
-
let
|
|
3266
|
-
t !== void 0 && (
|
|
3485
|
+
let n = x({}, this.paginationInfo);
|
|
3486
|
+
t !== void 0 && (n.total = t), l !== void 0 && (n.current = l), a !== void 0 && (n.pageSize = a), this.paginationInfo = n;
|
|
3267
3487
|
} catch (e) {
|
|
3268
3488
|
} finally {
|
|
3269
3489
|
this.tableLoading = !1;
|
|
@@ -3275,8 +3495,8 @@ const el = {
|
|
|
3275
3495
|
this.isAutoHeight() ? this.$nextTick(() => {
|
|
3276
3496
|
const e = this.$refs.table, i = this.$refs.tmPagination;
|
|
3277
3497
|
if (!e) return;
|
|
3278
|
-
const t = e.$el,
|
|
3279
|
-
this.tableHeight = document.documentElement.clientHeight - t.offsetTop -
|
|
3498
|
+
const t = e.$el, a = i && i.$el && i.$el.offsetHeight || 0;
|
|
3499
|
+
this.tableHeight = document.documentElement.clientHeight - t.offsetTop - a - this.calcHeight;
|
|
3280
3500
|
}) : this.tableHeight = this.height, this.refreshTable();
|
|
3281
3501
|
},
|
|
3282
3502
|
// 处理查询
|
|
@@ -3310,101 +3530,101 @@ const el = {
|
|
|
3310
3530
|
this.tableReload++;
|
|
3311
3531
|
}
|
|
3312
3532
|
}
|
|
3313
|
-
},
|
|
3533
|
+
}, dl = {
|
|
3314
3534
|
class: "tm-table",
|
|
3315
3535
|
ref: "tablePage"
|
|
3316
3536
|
};
|
|
3317
|
-
function
|
|
3318
|
-
const o = u("table-search"),
|
|
3319
|
-
return r(),
|
|
3537
|
+
function cl(e, i, t, a, l, n) {
|
|
3538
|
+
const o = u("table-search"), h = u("RefreshIcon"), c = u("el-button"), f = u("el-tooltip"), y = u("ColumnConfig"), V = u("table-menu"), O = u("columnRenderer"), U = u("el-table"), j = u("table-pagination"), W = Ne("loading");
|
|
3539
|
+
return r(), b("div", dl, [
|
|
3320
3540
|
t.searchColumns && t.searchColumns.length > 0 ? (r(), m(o, {
|
|
3321
3541
|
key: 0,
|
|
3322
3542
|
ref: "search",
|
|
3323
|
-
onSearch:
|
|
3324
|
-
onReset:
|
|
3325
|
-
"onUpdate:searchForm":
|
|
3326
|
-
disabled:
|
|
3543
|
+
onSearch: n.search,
|
|
3544
|
+
onReset: n.reset,
|
|
3545
|
+
"onUpdate:searchForm": n.handleUpdateSearchForm,
|
|
3546
|
+
disabled: n.pageLoading,
|
|
3327
3547
|
"search-columns": t.searchColumns,
|
|
3328
3548
|
"search-form": t.searchForm,
|
|
3329
3549
|
"label-width": t.labelWidth,
|
|
3330
3550
|
"input-width": t.inputWidth,
|
|
3331
3551
|
direction: t.direction
|
|
3332
3552
|
}, {
|
|
3333
|
-
default:
|
|
3334
|
-
|
|
3553
|
+
default: p(() => [
|
|
3554
|
+
S(e.$slots, "search", {}, void 0, !0)
|
|
3335
3555
|
]),
|
|
3336
3556
|
_: 3
|
|
3337
|
-
}, 8, ["onSearch", "onReset", "onUpdate:searchForm", "disabled", "search-columns", "search-form", "label-width", "input-width", "direction"])) :
|
|
3338
|
-
|
|
3339
|
-
t.showMenu ? (r(), m(
|
|
3340
|
-
left:
|
|
3341
|
-
|
|
3557
|
+
}, 8, ["onSearch", "onReset", "onUpdate:searchForm", "disabled", "search-columns", "search-form", "label-width", "input-width", "direction"])) : C("", !0),
|
|
3558
|
+
S(e.$slots, "between-search-menu", {}, void 0, !0),
|
|
3559
|
+
t.showMenu ? (r(), m(V, { key: 1 }, {
|
|
3560
|
+
left: p(() => [
|
|
3561
|
+
S(e.$slots, "menu-left", {}, void 0, !0)
|
|
3342
3562
|
]),
|
|
3343
|
-
right:
|
|
3344
|
-
|
|
3345
|
-
t.refreshButton && typeof t.data == "function" ? (r(), m(
|
|
3563
|
+
right: p(() => [
|
|
3564
|
+
S(e.$slots, "menu-right", {}, void 0, !0),
|
|
3565
|
+
t.refreshButton && typeof t.data == "function" ? (r(), m(f, _({
|
|
3346
3566
|
key: 0,
|
|
3347
3567
|
content: l.t("refresh"),
|
|
3348
3568
|
placement: "top"
|
|
3349
3569
|
}, l.afterOpenDelay), {
|
|
3350
|
-
default:
|
|
3351
|
-
|
|
3352
|
-
onClick:
|
|
3570
|
+
default: p(() => [
|
|
3571
|
+
g(c, {
|
|
3572
|
+
onClick: n.handleRefresh,
|
|
3353
3573
|
circle: "",
|
|
3354
3574
|
size: l.getDefaultSize()
|
|
3355
3575
|
}, {
|
|
3356
|
-
default:
|
|
3357
|
-
|
|
3576
|
+
default: p(() => [
|
|
3577
|
+
g(h)
|
|
3358
3578
|
]),
|
|
3359
3579
|
_: 1
|
|
3360
3580
|
}, 8, ["onClick", "size"])
|
|
3361
3581
|
]),
|
|
3362
3582
|
_: 1
|
|
3363
|
-
}, 16, ["content"])) :
|
|
3583
|
+
}, 16, ["content"])) : C("", !0),
|
|
3364
3584
|
t.columnSettingButton ? (r(), m(y, {
|
|
3365
3585
|
key: 1,
|
|
3366
3586
|
maxFixedLeftQuantity: t.maxFixedLeftQuantity,
|
|
3367
3587
|
maxFixedRightQuantity: t.maxFixedRightQuantity,
|
|
3368
|
-
tableKey:
|
|
3588
|
+
tableKey: n.computedTableKey,
|
|
3369
3589
|
columns: l.originalColumns,
|
|
3370
|
-
onComplete:
|
|
3371
|
-
}, null, 8, ["maxFixedLeftQuantity", "maxFixedRightQuantity", "tableKey", "columns", "onComplete"])) :
|
|
3590
|
+
onComplete: n.handleColumnConfigComplete
|
|
3591
|
+
}, null, 8, ["maxFixedLeftQuantity", "maxFixedRightQuantity", "tableKey", "columns", "onComplete"])) : C("", !0)
|
|
3372
3592
|
]),
|
|
3373
3593
|
_: 3
|
|
3374
|
-
})) :
|
|
3375
|
-
|
|
3376
|
-
|
|
3594
|
+
})) : C("", !0),
|
|
3595
|
+
S(e.$slots, "between-menu-table", {}, void 0, !0),
|
|
3596
|
+
Pe((r(), m(U, _({ ref: "table" }, I(x({}, e.$attrs), { border: t.border }), M(l.isVue2 ? e.$listeners : {}), {
|
|
3377
3597
|
data: l.tableData,
|
|
3378
3598
|
height: l.tableHeight,
|
|
3379
3599
|
size: l.getCompatSize("mini"),
|
|
3380
|
-
onSelectionChange:
|
|
3600
|
+
onSelectionChange: n.handleSelectionChange,
|
|
3381
3601
|
key: l.tableReload
|
|
3382
3602
|
}), {
|
|
3383
|
-
default:
|
|
3384
|
-
(r(!0),
|
|
3385
|
-
vnode:
|
|
3386
|
-
key: l.isVue3 ?
|
|
3603
|
+
default: p(() => [
|
|
3604
|
+
(r(!0), b(L, null, D(l.displayColumns, (s) => (r(), m(O, {
|
|
3605
|
+
vnode: s,
|
|
3606
|
+
key: l.isVue3 ? s.id : s.data.attrs.prop
|
|
3387
3607
|
}, null, 8, ["vnode"]))), 128))
|
|
3388
3608
|
]),
|
|
3389
3609
|
_: 1
|
|
3390
3610
|
}, 16, ["data", "height", "size", "onSelectionChange"])), [
|
|
3391
|
-
[
|
|
3611
|
+
[W, n.pageLoading]
|
|
3392
3612
|
]),
|
|
3393
|
-
|
|
3394
|
-
|
|
3613
|
+
S(e.$slots, "between-table-pagination", {}, void 0, !0),
|
|
3614
|
+
n.computedShowPagination ? (r(), m(j, {
|
|
3395
3615
|
key: 2,
|
|
3396
3616
|
ref: "tmPagination",
|
|
3397
3617
|
"page-size": l.paginationInfo.pageSize,
|
|
3398
3618
|
current: l.paginationInfo.current,
|
|
3399
3619
|
total: l.paginationInfo.total,
|
|
3400
3620
|
disabled: l.tableLoading,
|
|
3401
|
-
onSizeChange:
|
|
3402
|
-
onCurrentChange:
|
|
3403
|
-
}, null, 8, ["page-size", "current", "total", "disabled", "onSizeChange", "onCurrentChange"])) :
|
|
3404
|
-
|
|
3621
|
+
onSizeChange: n.handleSizeChange,
|
|
3622
|
+
onCurrentChange: n.handleCurrentChange
|
|
3623
|
+
}, null, 8, ["page-size", "current", "total", "disabled", "onSizeChange", "onCurrentChange"])) : C("", !0),
|
|
3624
|
+
S(e.$slots, "after-pagination", {}, void 0, !0)
|
|
3405
3625
|
], 512);
|
|
3406
3626
|
}
|
|
3407
|
-
const
|
|
3627
|
+
const ze = /* @__PURE__ */ w(ul, [["render", cl], ["__scopeId", "data-v-5c3f3820"]]), hl = !1, fl = !0, pl = {
|
|
3408
3628
|
name: "TmTableColumn",
|
|
3409
3629
|
inheritAttrs: !1,
|
|
3410
3630
|
computed: {
|
|
@@ -3417,8 +3637,8 @@ const Ve = /* @__PURE__ */ V(el, [["render", il], ["__scopeId", "data-v-5c3f3820
|
|
|
3417
3637
|
},
|
|
3418
3638
|
data() {
|
|
3419
3639
|
return {
|
|
3420
|
-
isVue2:
|
|
3421
|
-
isVue3:
|
|
3640
|
+
isVue2: hl,
|
|
3641
|
+
isVue3: fl
|
|
3422
3642
|
};
|
|
3423
3643
|
},
|
|
3424
3644
|
created() {
|
|
@@ -3428,21 +3648,21 @@ const Ve = /* @__PURE__ */ V(el, [["render", il], ["__scopeId", "data-v-5c3f3820
|
|
|
3428
3648
|
});
|
|
3429
3649
|
}
|
|
3430
3650
|
};
|
|
3431
|
-
function
|
|
3651
|
+
function ml(e, i, t, a, l, n) {
|
|
3432
3652
|
const o = u("el-table-column");
|
|
3433
|
-
return
|
|
3434
|
-
D(
|
|
3435
|
-
name:
|
|
3436
|
-
fn:
|
|
3437
|
-
|
|
3653
|
+
return n.isVisible ? (r(), m(o, _({ key: 0 }, e.$attrs, M(l.isVue2 ? e.$listeners : {})), ye({ _: 2 }, [
|
|
3654
|
+
D(n.slots, (h, c) => ({
|
|
3655
|
+
name: c,
|
|
3656
|
+
fn: p((f) => [
|
|
3657
|
+
S(e.$slots, c, Be(Ue(f)))
|
|
3438
3658
|
])
|
|
3439
3659
|
}))
|
|
3440
|
-
]), 1040)) :
|
|
3660
|
+
]), 1040)) : C("", !0);
|
|
3441
3661
|
}
|
|
3442
|
-
const
|
|
3662
|
+
const Le = /* @__PURE__ */ w(pl, [["render", ml]]), { t: le } = H(), gl = {
|
|
3443
3663
|
name: "TmAdvancedEllipsisText",
|
|
3444
3664
|
components: {
|
|
3445
|
-
CopyIcon:
|
|
3665
|
+
CopyIcon: ve
|
|
3446
3666
|
},
|
|
3447
3667
|
props: {
|
|
3448
3668
|
rows: {
|
|
@@ -3559,7 +3779,7 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3559
3779
|
},
|
|
3560
3780
|
handleCopy() {
|
|
3561
3781
|
navigator.clipboard && window.isSecureContext ? navigator.clipboard.writeText(this.originalText).then(() => {
|
|
3562
|
-
this.$message.success(
|
|
3782
|
+
this.$message.success(le("copySuccess"));
|
|
3563
3783
|
}).catch(() => {
|
|
3564
3784
|
this.fallbackCopy();
|
|
3565
3785
|
}) : this.fallbackCopy();
|
|
@@ -3568,9 +3788,9 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3568
3788
|
const e = document.createElement("textarea");
|
|
3569
3789
|
e.value = this.originalText, e.style.position = "fixed", e.style.left = "-999999px", e.style.top = "-999999px", document.body.appendChild(e), e.focus(), e.select();
|
|
3570
3790
|
try {
|
|
3571
|
-
document.execCommand("copy"), this.$message.success(
|
|
3791
|
+
document.execCommand("copy"), this.$message.success(le("copySuccess"));
|
|
3572
3792
|
} catch (i) {
|
|
3573
|
-
this.$message.error(
|
|
3793
|
+
this.$message.error(le("copyFailed"));
|
|
3574
3794
|
}
|
|
3575
3795
|
document.body.removeChild(e);
|
|
3576
3796
|
},
|
|
@@ -3593,12 +3813,12 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3593
3813
|
wordBreak: "break-all",
|
|
3594
3814
|
whiteSpace: "normal"
|
|
3595
3815
|
}), t.textContent = "测", t.offsetHeight;
|
|
3596
|
-
const
|
|
3597
|
-
t.innerHTML = "", this.lineHeight =
|
|
3816
|
+
const a = t.offsetHeight;
|
|
3817
|
+
t.innerHTML = "", this.lineHeight = a;
|
|
3598
3818
|
} else {
|
|
3599
|
-
const
|
|
3600
|
-
if (
|
|
3601
|
-
this.lineHeight = parseInt(
|
|
3819
|
+
const a = i.lineHeight;
|
|
3820
|
+
if (a && a !== "normal")
|
|
3821
|
+
this.lineHeight = parseInt(a);
|
|
3602
3822
|
else {
|
|
3603
3823
|
const l = parseInt(i.fontSize);
|
|
3604
3824
|
this.lineHeight = l * 1.2;
|
|
@@ -3627,10 +3847,10 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3627
3847
|
if (this.getTextHeight(e) <= i)
|
|
3628
3848
|
this.frontLines = [], this.lastLineText = e, this.isLastLineEllipsis = this.checkIfTextOverflows(e);
|
|
3629
3849
|
else {
|
|
3630
|
-
const
|
|
3850
|
+
const a = this.lineHeight * (this.rows - 1), l = this.findTextForHeight(e, a);
|
|
3631
3851
|
this.frontLines = this.splitTextToLines(l);
|
|
3632
|
-
const
|
|
3633
|
-
this.lastLineText =
|
|
3852
|
+
const n = e.substring(l.length);
|
|
3853
|
+
this.lastLineText = n, this.isLastLineEllipsis = n.length > 0 && this.checkIfTextOverflows(n);
|
|
3634
3854
|
}
|
|
3635
3855
|
}
|
|
3636
3856
|
this.isCalculating = !1;
|
|
@@ -3638,10 +3858,10 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3638
3858
|
findTextForHeight(e, i) {
|
|
3639
3859
|
if (this.getTextHeight(e) <= i)
|
|
3640
3860
|
return e;
|
|
3641
|
-
let t = 0,
|
|
3642
|
-
for (; t <=
|
|
3643
|
-
const
|
|
3644
|
-
this.getTextHeight(o) <= i ? (l = o, t =
|
|
3861
|
+
let t = 0, a = e.length, l = "";
|
|
3862
|
+
for (; t <= a; ) {
|
|
3863
|
+
const n = Math.floor((t + a) / 2), o = e.substring(0, n);
|
|
3864
|
+
this.getTextHeight(o) <= i ? (l = o, t = n + 1) : a = n - 1;
|
|
3645
3865
|
}
|
|
3646
3866
|
return l;
|
|
3647
3867
|
},
|
|
@@ -3650,16 +3870,16 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3650
3870
|
const i = [];
|
|
3651
3871
|
let t = e;
|
|
3652
3872
|
for (; t.length > 0; ) {
|
|
3653
|
-
const
|
|
3654
|
-
if (
|
|
3655
|
-
i.push(
|
|
3873
|
+
const a = this.findTextForHeight(t, this.lineHeight);
|
|
3874
|
+
if (a.length === 0) break;
|
|
3875
|
+
i.push(a), t = t.substring(a.length);
|
|
3656
3876
|
}
|
|
3657
3877
|
return i;
|
|
3658
3878
|
},
|
|
3659
3879
|
checkIfTextOverflows(e) {
|
|
3660
3880
|
if (!e) return !1;
|
|
3661
|
-
const i = this.getTextWidth(e), t = this.shouldShowToolbar && this.hasToolbarContent ? this.getToolbarWidth() : 0,
|
|
3662
|
-
return i >
|
|
3881
|
+
const i = this.getTextWidth(e), t = this.shouldShowToolbar && this.hasToolbarContent ? this.getToolbarWidth() : 0, a = this.containerWidth - t - 5;
|
|
3882
|
+
return i > a;
|
|
3663
3883
|
},
|
|
3664
3884
|
getToolbarWidth() {
|
|
3665
3885
|
let e = 0;
|
|
@@ -3678,15 +3898,15 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3678
3898
|
measureText(e, i = {}) {
|
|
3679
3899
|
if (!this.$refs.containerRef || !this.$refs.measureRef)
|
|
3680
3900
|
return 0;
|
|
3681
|
-
const t = this.$refs.measureRef,
|
|
3901
|
+
const t = this.$refs.measureRef, a = t.style.cssText;
|
|
3682
3902
|
this.setMeasureElementStyle(t, i), t.textContent = e, t.offsetHeight;
|
|
3683
3903
|
const l = i.whiteSpace === "nowrap" ? t.offsetWidth : t.offsetHeight;
|
|
3684
|
-
return t.style.cssText =
|
|
3904
|
+
return t.style.cssText = a, t.innerHTML = "", l;
|
|
3685
3905
|
},
|
|
3686
3906
|
setMeasureElementStyle(e, i = {}) {
|
|
3687
3907
|
const t = window.getComputedStyle(this.$refs.containerRef);
|
|
3688
|
-
e.style.cssText = "", e.style.position = "absolute", e.style.left = "-9999px", e.style.top = "-9999px", e.style.visibility = "hidden", e.style.pointerEvents = "none", e.style.zIndex = "-1", e.style.fontSize = t.fontSize, e.style.fontFamily = t.fontFamily, e.style.fontWeight = t.fontWeight, e.style.lineHeight = t.lineHeight, e.style.letterSpacing = t.letterSpacing, e.style.wordSpacing = t.wordSpacing, e.style.padding = "0", e.style.margin = "0", e.style.border = "none", e.style.boxSizing = "border-box", Object.entries(i).forEach(([
|
|
3689
|
-
e.style[
|
|
3908
|
+
e.style.cssText = "", e.style.position = "absolute", e.style.left = "-9999px", e.style.top = "-9999px", e.style.visibility = "hidden", e.style.pointerEvents = "none", e.style.zIndex = "-1", e.style.fontSize = t.fontSize, e.style.fontFamily = t.fontFamily, e.style.fontWeight = t.fontWeight, e.style.lineHeight = t.lineHeight, e.style.letterSpacing = t.letterSpacing, e.style.wordSpacing = t.wordSpacing, e.style.padding = "0", e.style.margin = "0", e.style.border = "none", e.style.boxSizing = "border-box", Object.entries(i).forEach(([a, l]) => {
|
|
3909
|
+
e.style[a] = l;
|
|
3690
3910
|
});
|
|
3691
3911
|
},
|
|
3692
3912
|
handleMouseEnter() {
|
|
@@ -3724,119 +3944,119 @@ const Fe = /* @__PURE__ */ V(nl, [["render", al]]), { t: ie } = R(), ol = {
|
|
|
3724
3944
|
this.tableRowElement && (this.tableRowElement.removeEventListener("mouseenter", this.handleMouseEnter), this.tableRowElement.removeEventListener("mouseleave", this.handleMouseLeave), this.tableRowElement = null);
|
|
3725
3945
|
}
|
|
3726
3946
|
}
|
|
3727
|
-
},
|
|
3947
|
+
}, bl = { class: "tm-ellipsis-text-wrapper" }, yl = ["innerHTML"], vl = { class: "tm-ellipsis-last-line" }, Cl = ["innerHTML"], _l = {
|
|
3728
3948
|
key: 0,
|
|
3729
3949
|
class: "tm-ellipsis-toolbar-part"
|
|
3730
|
-
},
|
|
3950
|
+
}, Sl = {
|
|
3731
3951
|
key: 1,
|
|
3732
3952
|
class: "tm-ellipsis-text-wrapper"
|
|
3733
|
-
},
|
|
3953
|
+
}, xl = ["innerHTML"], Tl = { class: "tm-ellipsis-last-line" }, wl = ["innerHTML"], Vl = {
|
|
3734
3954
|
key: 0,
|
|
3735
3955
|
class: "tm-ellipsis-toolbar-part"
|
|
3736
|
-
},
|
|
3956
|
+
}, Fl = {
|
|
3737
3957
|
ref: "measureRef",
|
|
3738
3958
|
class: "tm-ellipsis-measure"
|
|
3739
3959
|
};
|
|
3740
|
-
function
|
|
3741
|
-
const o = u("CopyIcon"),
|
|
3742
|
-
return r(),
|
|
3960
|
+
function zl(e, i, t, a, l, n) {
|
|
3961
|
+
const o = u("CopyIcon"), h = u("el-tooltip");
|
|
3962
|
+
return r(), b("div", {
|
|
3743
3963
|
ref: "containerRef",
|
|
3744
|
-
style:
|
|
3964
|
+
style: B(n.containerStyle),
|
|
3745
3965
|
class: "tm-ellipsis-text",
|
|
3746
|
-
onMouseenter: i[0] || (i[0] = (...
|
|
3747
|
-
onMouseleave: i[1] || (i[1] = (...
|
|
3966
|
+
onMouseenter: i[0] || (i[0] = (...c) => n.handleMouseEnter && n.handleMouseEnter(...c)),
|
|
3967
|
+
onMouseleave: i[1] || (i[1] = (...c) => n.handleMouseLeave && n.handleMouseLeave(...c))
|
|
3748
3968
|
}, [
|
|
3749
|
-
t.showTooltip && l.isLastLineEllipsis ? (r(), m(
|
|
3969
|
+
t.showTooltip && l.isLastLineEllipsis ? (r(), m(h, _({
|
|
3750
3970
|
key: 0,
|
|
3751
3971
|
content: l.originalText,
|
|
3752
3972
|
disabled: !t.showTooltip || !l.isLastLineEllipsis
|
|
3753
3973
|
}, {
|
|
3754
3974
|
[l.isVue2 ? "open-delay" : "show-after"]: 300
|
|
3755
3975
|
}, { placement: "top" }), {
|
|
3756
|
-
default:
|
|
3757
|
-
|
|
3758
|
-
(r(!0),
|
|
3759
|
-
key: "front-" +
|
|
3976
|
+
default: p(() => [
|
|
3977
|
+
v("div", bl, [
|
|
3978
|
+
(r(!0), b(L, null, D(l.frontLines, (c, f) => (r(), b("div", {
|
|
3979
|
+
key: "front-" + f,
|
|
3760
3980
|
class: "tm-ellipsis-line",
|
|
3761
|
-
innerHTML:
|
|
3762
|
-
}, null, 8,
|
|
3763
|
-
|
|
3764
|
-
|
|
3981
|
+
innerHTML: c
|
|
3982
|
+
}, null, 8, yl))), 128)),
|
|
3983
|
+
v("div", vl, [
|
|
3984
|
+
v("div", {
|
|
3765
3985
|
class: "tm-ellipsis-text-part",
|
|
3766
3986
|
innerHTML: l.lastLineText
|
|
3767
|
-
}, null, 8,
|
|
3768
|
-
|
|
3987
|
+
}, null, 8, Cl),
|
|
3988
|
+
n.shouldShowToolbar && n.hasToolbarContent ? (r(), b("div", _l, [
|
|
3769
3989
|
t.copyable ? (r(), m(o, {
|
|
3770
3990
|
key: 0,
|
|
3771
3991
|
class: "icon-item",
|
|
3772
|
-
onClick:
|
|
3773
|
-
}, null, 8, ["onClick"])) :
|
|
3774
|
-
|
|
3775
|
-
])) :
|
|
3992
|
+
onClick: n.handleCopy
|
|
3993
|
+
}, null, 8, ["onClick"])) : C("", !0),
|
|
3994
|
+
S(e.$slots, "toolbar", {}, void 0, !0)
|
|
3995
|
+
])) : C("", !0)
|
|
3776
3996
|
])
|
|
3777
3997
|
])
|
|
3778
3998
|
]),
|
|
3779
3999
|
_: 3
|
|
3780
|
-
}, 16, ["content", "disabled"])) : (r(),
|
|
3781
|
-
(r(!0),
|
|
3782
|
-
key: "front-" +
|
|
4000
|
+
}, 16, ["content", "disabled"])) : (r(), b("div", Sl, [
|
|
4001
|
+
(r(!0), b(L, null, D(l.frontLines, (c, f) => (r(), b("div", {
|
|
4002
|
+
key: "front-" + f,
|
|
3783
4003
|
class: "tm-ellipsis-line",
|
|
3784
|
-
innerHTML:
|
|
3785
|
-
}, null, 8,
|
|
3786
|
-
|
|
3787
|
-
|
|
4004
|
+
innerHTML: c
|
|
4005
|
+
}, null, 8, xl))), 128)),
|
|
4006
|
+
v("div", Tl, [
|
|
4007
|
+
v("div", {
|
|
3788
4008
|
class: "tm-ellipsis-text-part",
|
|
3789
4009
|
innerHTML: l.lastLineText
|
|
3790
|
-
}, null, 8,
|
|
3791
|
-
|
|
4010
|
+
}, null, 8, wl),
|
|
4011
|
+
n.shouldShowToolbar && n.hasToolbarContent ? (r(), b("div", Vl, [
|
|
3792
4012
|
t.copyable ? (r(), m(o, {
|
|
3793
4013
|
key: 0,
|
|
3794
4014
|
class: "icon-item",
|
|
3795
|
-
onClick:
|
|
3796
|
-
}, null, 8, ["onClick"])) :
|
|
3797
|
-
|
|
3798
|
-
])) :
|
|
4015
|
+
onClick: n.handleCopy
|
|
4016
|
+
}, null, 8, ["onClick"])) : C("", !0),
|
|
4017
|
+
S(e.$slots, "toolbar", {}, void 0, !0)
|
|
4018
|
+
])) : C("", !0)
|
|
3799
4019
|
])
|
|
3800
4020
|
])),
|
|
3801
|
-
|
|
4021
|
+
v("div", Fl, null, 512)
|
|
3802
4022
|
], 36);
|
|
3803
4023
|
}
|
|
3804
|
-
const
|
|
4024
|
+
const ke = /* @__PURE__ */ w(gl, [["render", zl], ["__scopeId", "data-v-14f27c2e"]]), Ll = {
|
|
3805
4025
|
install(e, i = {}) {
|
|
3806
|
-
[
|
|
4026
|
+
[ze, Le, $, ke].forEach((t) => e.component(t.name, t)), i.tableConfigProvider && Hi(i.tableConfigProvider), i.lang && ae(i.lang || "zh-CN");
|
|
3807
4027
|
}
|
|
3808
|
-
},
|
|
3809
|
-
install:
|
|
3810
|
-
Table:
|
|
3811
|
-
Column:
|
|
3812
|
-
Search:
|
|
3813
|
-
Select:
|
|
3814
|
-
AdvancedInput:
|
|
3815
|
-
AdvancedDate:
|
|
3816
|
-
Cascader:
|
|
3817
|
-
Radio:
|
|
3818
|
-
Checkbox:
|
|
3819
|
-
Switch:
|
|
4028
|
+
}, kl = {
|
|
4029
|
+
install: Ll.install,
|
|
4030
|
+
Table: ze,
|
|
4031
|
+
Column: Le,
|
|
4032
|
+
Search: Fe,
|
|
4033
|
+
Select: Ce,
|
|
4034
|
+
AdvancedInput: _e,
|
|
4035
|
+
AdvancedDate: Se,
|
|
4036
|
+
Cascader: xe,
|
|
4037
|
+
Radio: Te,
|
|
4038
|
+
Checkbox: we,
|
|
4039
|
+
Switch: Ve,
|
|
3820
4040
|
EllipsisText: $,
|
|
3821
|
-
AdvancedEllipsisText:
|
|
3822
|
-
setLang:
|
|
3823
|
-
useLocale:
|
|
4041
|
+
AdvancedEllipsisText: ke,
|
|
4042
|
+
setLang: ae,
|
|
4043
|
+
useLocale: H
|
|
3824
4044
|
};
|
|
3825
|
-
typeof window != "undefined" && window.Vue &&
|
|
4045
|
+
typeof window != "undefined" && window.Vue && kl.install(window.Vue);
|
|
3826
4046
|
export {
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
4047
|
+
Se as AdvancedDate,
|
|
4048
|
+
ke as AdvancedEllipsisText,
|
|
4049
|
+
_e as AdvancedInput,
|
|
4050
|
+
xe as Cascader,
|
|
4051
|
+
we as Checkbox,
|
|
4052
|
+
Le as Column,
|
|
3833
4053
|
$ as EllipsisText,
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
4054
|
+
Te as Radio,
|
|
4055
|
+
Fe as Search,
|
|
4056
|
+
Ce as Select,
|
|
4057
|
+
Ve as Switch,
|
|
4058
|
+
ze as Table,
|
|
4059
|
+
kl as default,
|
|
4060
|
+
ae as setLang,
|
|
4061
|
+
H as useLocale
|
|
3842
4062
|
};
|