zhihao-ui 1.3.60 → 1.3.61-alpha.2
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/dist/es/{BaseInfo-Bx3C9ZBL.js → BaseInfo-DWd9fBe_.js} +4 -4
- package/dist/es/{BaseItem-B1E_ckBc.js → BaseItem-BIgkJypI.js} +4 -4
- package/dist/es/{Button-BFA52ivn.js → Button-C39vlreJ.js} +5 -5
- package/dist/es/{CascaderLoadMore-C6micaqI.js → CascaderLoadMore-3c8IyUIK.js} +11 -11
- package/dist/es/{DatePicker-BxalhOJm.js → DatePicker-BPxk-cae.js} +5 -5
- package/dist/es/{DetailHeader-CTHrhLa3.js → DetailHeader-DayCYQYv.js} +11 -11
- package/dist/es/{DetailSubTitle-CeXkvL12.js → DetailSubTitle-LdM7Vzn2.js} +5 -5
- package/dist/es/{Dialog-BptDzN8n.js → Dialog-BVC9Lz_w.js} +24 -19
- package/dist/es/{DiyDataTable-BIwNu91S.js → DiyDataTable-B4LomMD5.js} +10 -10
- package/dist/es/{EditInfoPair-BuNjky_P.js → EditInfoPair-DKVWV5Hg.js} +6 -6
- package/dist/es/{FileWrapper-SNPju9Db.js → FileWrapper-B5pKpayw.js} +10 -10
- package/dist/es/{Grid-8CT6JVvo.js → Grid-0ApZ4lgz.js} +10 -10
- package/dist/es/{InfoPair-W4cuHn-N.js → InfoPair-BIWQXLV1.js} +6 -6
- package/dist/es/{Input-FPnMJc-X.js → Input-D4Bh5SDE.js} +8 -8
- package/dist/es/{Loading-D1OYqPWU.js → Loading-CjOeNl4l.js} +4 -4
- package/dist/es/Map-qSFTN8LW.js +2464 -0
- package/dist/es/{MessageBox-BIQVuTBY.js → MessageBox-CUGnKhiO.js} +4 -4
- package/dist/es/{MoneyInput-CSzkTtxb.js → MoneyInput-C_4ls5Mc.js} +14 -14
- package/dist/es/{PageHeadPanel-BV5qQLDj.js → PageHeadPanel-CnbPae_Q.js} +4 -4
- package/dist/es/{Table-BnXX6Zcr.js → Table-CCFUdM1X.js} +201 -195
- package/dist/es/{ToolTips-B9Z_U4WM.js → ToolTips-BXk9Ppfb.js} +5 -5
- package/dist/es/index.js +23 -23
- package/dist/es/{utils-COxKH46Q.js → utils-D7-cBAU3.js} +1 -1
- package/dist/es/{vendor-CbeG2C4c.js → vendor-Dz44HqMM.js} +17957 -17308
- package/dist/index.css +1 -1
- package/dist/types/components/Dialog/Dialog.vue.d.ts +42 -12
- package/dist/types/components/Dialog/index.d.ts +63 -18
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +2 -368
- package/dist/types/components/DiyDataTable/index.d.ts +3 -1101
- package/dist/types/components/Map/Map.vue.d.ts +26 -0
- package/dist/types/components/Map/function/ship/index.d.ts +1 -1
- package/dist/types/components/Map/index.d.ts +93 -6
- package/dist/types/components/Map/interface/mapProps.d.ts +2 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +51 -66
- package/package.json +1 -1
- package/dist/es/Map-B7b_QqZC.js +0 -2446
- package/dist/types/components/Map/components/copyright.vue.d.ts +0 -36
- package/dist/types/components/Map/components/measure.vue.d.ts +0 -23
- package/dist/types/components/Map/components/toolPanel.vue.d.ts +0 -40
- package/dist/types/components/Map/config.d.ts +0 -32
- package/dist/types/components/Map/enum/car.d.ts +0 -5
- package/dist/types/components/Map/enum/device.d.ts +0 -8
- package/dist/types/components/Map/enum/index.d.ts +0 -5
- package/dist/types/components/Map/enum/openLayers.d.ts +0 -10
- package/dist/types/components/Map/enum/ship.d.ts +0 -50
- package/dist/types/components/Map/function/renderPolygon.d.ts +0 -25
- package/dist/types/components/Map/function/ship/label.d.ts +0 -5
- package/dist/types/components/Map/function/shipTrack.d.ts +0 -16
- package/dist/types/components/Map/interface/common/BaseEntity.d.ts +0 -29
- package/dist/types/components/Map/interface/common/page.d.ts +0 -34
- package/dist/types/components/Map/interface/entity/dashboard.d.ts +0 -16
- package/dist/types/components/Map/interface/entity/map.d.ts +0 -36
- package/dist/types/components/Map/interface/entity/point.d.ts +0 -10
- package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +0 -86
- package/dist/types/components/Map/interface/entity/render.d.ts +0 -57
- package/dist/types/components/Map/interface/entity/ship.d.ts +0 -361
- package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +0 -210
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +0 -27
- package/dist/types/components/Map/interface/entity/shipMarker.d.ts +0 -8
- package/dist/types/components/Map/interface/entity/shipTrack.d.ts +0 -56
- package/dist/types/components/Map/interface/entity/vehicle.d.ts +0 -345
- package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +0 -20
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +0 -15
- package/dist/types/components/Map/render/canvasRender/geometry.d.ts +0 -22
- package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +0 -5
- package/dist/types/components/Map/render/canvasRender/renderPointStyle.d.ts +0 -10
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +0 -5
- package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +0 -12
- package/dist/types/components/Map/render/canvasRender/renderTruckStyle.d.ts +0 -3
- package/dist/types/components/Map/render/drawPolygon.d.ts +0 -10
- package/dist/types/components/Map/render/renderDashboard.d.ts +0 -12
- package/dist/types/components/Map/render/renderMarker.d.ts +0 -7
- package/dist/types/components/Map/render/renderPoint.d.ts +0 -80
- package/dist/types/components/Map/render/renderShip.d.ts +0 -20
- package/dist/types/components/Map/render/renderTrack.d.ts +0 -12
- package/dist/types/components/Map/render/renderTruck.d.ts +0 -10
- package/dist/types/components/Map/utils/common.d.ts +0 -27
- package/dist/types/components/Map/utils/format.d.ts +0 -10
- package/dist/types/components/Map/utils/overlay.d.ts +0 -5
- package/dist/types/components/Map/utils/store.d.ts +0 -32
- package/dist/types/components/Map/utils/transform.d.ts +0 -44
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { reactive as te, computed as
|
|
2
|
-
import { a6 as Ne, a7 as _t, a8 as Pt, a9 as qe, aa as Tt, n as Et, ab as $t, q as Bt, ac as zt, a5 as Ce, b as Te, a as be, ad as Mt, ae as It, p as re, af as Ft, ag as Lt, ah as Dt, ai as xe,
|
|
3
|
-
import { Z as jt } from "./CascaderLoadMore-
|
|
4
|
-
import { _ as se, Z as _e } from "./Button-
|
|
5
|
-
import { _ as Nt } from "./Dialog-
|
|
6
|
-
import { D as ae, C as qt } from "./BaseItem-
|
|
7
|
-
import { w as xt } from "./utils-
|
|
1
|
+
import { reactive as te, computed as U, toRefs as Ze, ref as z, defineComponent as le, useCssVars as dt, inject as Ae, createElementBlock as F, openBlock as S, createBlock as D, resolveDynamicComponent as fe, mergeProps as G, withKeys as pt, unref as u, createSlots as me, withCtx as w, renderSlot as N, Fragment as Y, renderList as ge, createElementVNode as B, toDisplayString as X, createCommentVNode as I, createVNode as k, withModifiers as ht, normalizeClass as Ue, createTextVNode as Q, useSlots as We, normalizeProps as Ke, guardReactiveProps as je, isVNode as ft, nextTick as ve, onMounted as mt, onActivated as gt, onDeactivated as vt, onUnmounted as Ct, watch as bt, provide as yt, resolveDirective as St, withDirectives as we, vShow as wt, toHandlers as kt } from "vue";
|
|
2
|
+
import { a6 as Ne, a7 as _t, a8 as Pt, a9 as qe, aa as Tt, n as Et, ab as $t, q as Bt, ac as zt, a5 as Ce, b as Te, a as be, ad as Mt, ae as It, p as re, af as Ft, ag as Lt, ah as Dt, ai as xe, o as He, aj as Le, ak as Vt, al as Je, i as J, am as Ye, an as Rt, ao as Ot, ap as Zt, aq as At, E as ke, ar as Ut, m as Wt, as as Kt, at as De, au as Ve } from "./vendor-Dz44HqMM.js";
|
|
3
|
+
import { Z as jt } from "./CascaderLoadMore-3c8IyUIK.js";
|
|
4
|
+
import { _ as se, Z as _e } from "./Button-C39vlreJ.js";
|
|
5
|
+
import { _ as Nt } from "./Dialog-BVC9Lz_w.js";
|
|
6
|
+
import { D as ae, C as qt } from "./BaseItem-BIgkJypI.js";
|
|
7
|
+
import { w as xt } from "./utils-D7-cBAU3.js";
|
|
8
8
|
const Ht = 12;
|
|
9
9
|
function Ee(g, d, a, h) {
|
|
10
10
|
return g.reduce((f, y) => {
|
|
@@ -18,7 +18,7 @@ function Jt(g, d, a) {
|
|
|
18
18
|
return _t(f) || f === "" ? h : f;
|
|
19
19
|
}
|
|
20
20
|
const Re = Jt;
|
|
21
|
-
function
|
|
21
|
+
function W(g) {
|
|
22
22
|
const d = g.split(".");
|
|
23
23
|
return d.length == 1 ? g : d[d.length - 1];
|
|
24
24
|
}
|
|
@@ -96,7 +96,7 @@ const oe = (g, d) => {
|
|
|
96
96
|
totalParam: {},
|
|
97
97
|
// 是否在加载中
|
|
98
98
|
loading: !1
|
|
99
|
-
}), C =
|
|
99
|
+
}), C = U({
|
|
100
100
|
get: () => ({
|
|
101
101
|
page: t.pageable.page,
|
|
102
102
|
size: t.pageable.size
|
|
@@ -105,23 +105,25 @@ const oe = (g, d) => {
|
|
|
105
105
|
console.log("我是分页更新之后的值", E);
|
|
106
106
|
}
|
|
107
107
|
}), o = async () => {
|
|
108
|
-
if (t.loading
|
|
109
|
-
t.loading = !
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
108
|
+
if (!t.loading) {
|
|
109
|
+
if (t.loading = !0, !g) {
|
|
110
|
+
t.loading = !1;
|
|
111
|
+
return;
|
|
112
|
+
}
|
|
113
|
+
try {
|
|
114
|
+
Object.assign(t.totalParam, d, a ? C.value : {});
|
|
115
|
+
for (const e in t.searchParam)
|
|
116
|
+
t.searchParam[e] === "" && delete t.searchParam[e];
|
|
117
|
+
let E = await g(y({ ...t.searchInitParam, ...t.totalParam }));
|
|
118
|
+
if (h && (E = await h(E)), t.tableData = a ? E.list : E, a) {
|
|
119
|
+
const { currentPage: e, pageSize: v, total: _ } = E;
|
|
120
|
+
O({ page: e, size: v, total: _ });
|
|
121
|
+
}
|
|
122
|
+
} catch (E) {
|
|
123
|
+
f && f(E);
|
|
124
|
+
} finally {
|
|
125
|
+
t.loading = !1;
|
|
120
126
|
}
|
|
121
|
-
} catch (E) {
|
|
122
|
-
f && f(E);
|
|
123
|
-
} finally {
|
|
124
|
-
t.loading = !1;
|
|
125
127
|
}
|
|
126
128
|
}, p = () => {
|
|
127
129
|
t.totalParam = {}, t.searchInitParam = {}, d = {};
|
|
@@ -129,28 +131,28 @@ const oe = (g, d) => {
|
|
|
129
131
|
for (const e in t.searchParam)
|
|
130
132
|
(t.searchParam[e] || t.searchParam[e] === !1 || t.searchParam[e] === 0) && (E[e] = t.searchParam[e]);
|
|
131
133
|
Object.assign(t.totalParam, E, a ? C.value : {});
|
|
132
|
-
},
|
|
134
|
+
}, O = (E) => {
|
|
133
135
|
Object.assign(t.pageable, E);
|
|
134
|
-
},
|
|
136
|
+
}, Z = () => {
|
|
135
137
|
t.pageable.page = 1, p(), o().then();
|
|
136
138
|
}, x = () => {
|
|
137
139
|
t.pageable.page = 1, t.searchParam = { ...t.searchInitParam }, p(), o().then();
|
|
138
140
|
}, H = (E) => {
|
|
139
141
|
t.pageable.page = 1, t.pageable.size = E, o().then();
|
|
140
|
-
},
|
|
142
|
+
}, j = (E) => {
|
|
141
143
|
t.pageable.page = E, o().then();
|
|
142
144
|
};
|
|
143
145
|
return {
|
|
144
146
|
...Ze(t),
|
|
145
147
|
getTableList: o,
|
|
146
|
-
search:
|
|
148
|
+
search: Z,
|
|
147
149
|
reset: x,
|
|
148
150
|
handleSizeChange: H,
|
|
149
|
-
handleCurrentChange:
|
|
151
|
+
handleCurrentChange: j,
|
|
150
152
|
updatedTotalParam: p
|
|
151
153
|
};
|
|
152
154
|
}, ta = (g = "id", d) => {
|
|
153
|
-
const a = z(!1), h = z([]), f =
|
|
155
|
+
const a = z(!1), h = z([]), f = U(() => {
|
|
154
156
|
const t = [];
|
|
155
157
|
return h.value.forEach((C) => t.push(Ne(C, g))), t;
|
|
156
158
|
});
|
|
@@ -172,28 +174,28 @@ const oe = (g, d) => {
|
|
|
172
174
|
emits: ["search"],
|
|
173
175
|
setup(g, { emit: d }) {
|
|
174
176
|
dt((e) => ({
|
|
175
|
-
"6720d772":
|
|
177
|
+
"6720d772": Z.value
|
|
176
178
|
}));
|
|
177
|
-
const a = g, h = d, f =
|
|
179
|
+
const a = g, h = d, f = U(() => a.searchParam), y = U(() => {
|
|
178
180
|
var e, v, _;
|
|
179
181
|
return {
|
|
180
182
|
label: ((e = a.column.fieldNames) == null ? void 0 : e.label) ?? "label",
|
|
181
183
|
value: ((v = a.column.fieldNames) == null ? void 0 : v.value) ?? "value",
|
|
182
184
|
children: ((_ = a.column.fieldNames) == null ? void 0 : _.children) ?? "children"
|
|
183
185
|
};
|
|
184
|
-
}), t = Ae("enumMap", z(/* @__PURE__ */ new Map())), C =
|
|
186
|
+
}), t = Ae("enumMap", z(/* @__PURE__ */ new Map())), C = U(() => {
|
|
185
187
|
var v;
|
|
186
188
|
let e = t.value.get(a.column.prop);
|
|
187
189
|
return e ? (((v = a.column.search) == null ? void 0 : v.el) === "select-v2" && a.column.fieldNames && (e = e.map((_) => ({ ..._, label: _[y.value.label], value: _[y.value.value] }))), e) : [];
|
|
188
|
-
}), o =
|
|
190
|
+
}), o = U(() => {
|
|
189
191
|
var e, v;
|
|
190
192
|
return ((v = (e = a.column.search) == null ? void 0 : e.props) == null ? void 0 : v.options) ?? C.value ?? [];
|
|
191
|
-
}), p =
|
|
193
|
+
}), p = U(() => {
|
|
192
194
|
var i, P;
|
|
193
195
|
const e = y.value.label, v = y.value.value, _ = y.value.children, b = (i = a.column.search) == null ? void 0 : i.el;
|
|
194
196
|
let r = ((P = a.column.search) == null ? void 0 : P.props) ?? {};
|
|
195
197
|
return b === "tree-select" && (r = { ...r, props: { ...r.props, label: e, children: _ }, nodeKey: v }), b === "cascader" && (r = { ...r, props: { ...r.props, label: e, value: v, children: _ } }), r;
|
|
196
|
-
}),
|
|
198
|
+
}), O = U(() => {
|
|
197
199
|
var _, b, r, i, P, T, m;
|
|
198
200
|
const e = a.column.search;
|
|
199
201
|
return ["datetimerange", "daterange", "monthrange"].includes((_ = e == null ? void 0 : e.props) == null ? void 0 : _.type) || (b = e == null ? void 0 : e.props) != null && b.isRange ? {
|
|
@@ -201,9 +203,9 @@ const oe = (g, d) => {
|
|
|
201
203
|
startPlaceholder: ((i = e == null ? void 0 : e.props) == null ? void 0 : i.startPlaceholder) ?? "开始时间",
|
|
202
204
|
endPlaceholder: ((P = e == null ? void 0 : e.props) == null ? void 0 : P.endPlaceholder) ?? "结束时间"
|
|
203
205
|
} : { placeholder: ((T = e == null ? void 0 : e.props) == null ? void 0 : T.placeholder) ?? ((m = e == null ? void 0 : e.el) != null && m.includes("input") ? "请输入" : "请选择") };
|
|
204
|
-
}),
|
|
206
|
+
}), Z = U(() => {
|
|
205
207
|
var r, i;
|
|
206
|
-
const e = a.column.search, v = f.value[(e == null ? void 0 : e.key) ??
|
|
208
|
+
const e = a.column.search, v = f.value[(e == null ? void 0 : e.key) ?? W(a.column.prop)], _ = e == null ? void 0 : e.el, b = (r = e == null ? void 0 : e.props) == null ? void 0 : r.placeholder;
|
|
207
209
|
if (e != null && e.width)
|
|
208
210
|
if (Tt(e == null ? void 0 : e.width)) {
|
|
209
211
|
if (e == null ? void 0 : e.width(v))
|
|
@@ -213,41 +215,41 @@ const oe = (g, d) => {
|
|
|
213
215
|
if (v && v.length !== 0 && ["select", "select-v2", "tree-select", "cascader"].includes(_ || "")) {
|
|
214
216
|
if (qe(v)) {
|
|
215
217
|
let m = o.value;
|
|
216
|
-
const
|
|
217
|
-
if (v.forEach((
|
|
218
|
-
const V = m.find((
|
|
219
|
-
|
|
220
|
-
const
|
|
221
|
-
m = V ?
|
|
218
|
+
const M = [];
|
|
219
|
+
if (v.forEach((L) => {
|
|
220
|
+
const V = m.find((R) => R[y.value.value] === L);
|
|
221
|
+
M.push(V ? V[y.value.label] : L);
|
|
222
|
+
const K = V[y.value.children] ?? o.value;
|
|
223
|
+
m = V ? K : [];
|
|
222
224
|
}), (i = e == null ? void 0 : e.props) != null && i.multiple) {
|
|
223
|
-
const
|
|
224
|
-
return v.length > 1 ?
|
|
225
|
+
const K = oe(M[0]) + 42;
|
|
226
|
+
return v.length > 1 ? K + 26 + oe("+ " + (v.length - 1)) + "px" : K + "px";
|
|
225
227
|
}
|
|
226
|
-
return oe(
|
|
228
|
+
return oe(M.join(" / ")) + "px";
|
|
227
229
|
}
|
|
228
230
|
let P = o.value.find((m) => m[y.value.value] === v);
|
|
229
231
|
const T = P ? P[y.value.label] : v;
|
|
230
232
|
return oe(T) + "px";
|
|
231
233
|
} else return b ? oe(b) + "px" : ["date-picker", "time-picker", "time-select"].includes(_ || "") ? "210px" : "100px";
|
|
232
|
-
}), x =
|
|
234
|
+
}), x = U(() => {
|
|
233
235
|
var e, v, _, b, r;
|
|
234
236
|
return (_ = (v = (e = a.column) == null ? void 0 : e.search) == null ? void 0 : v.props) != null && _.multiple && ((r = (b = a.column) == null ? void 0 : b.search) == null ? void 0 : r.el) === "select" ? {
|
|
235
237
|
collapseTags: !0,
|
|
236
238
|
collapseTagsTooltip: !0
|
|
237
239
|
} : {};
|
|
238
|
-
}), H =
|
|
240
|
+
}), H = U(() => {
|
|
239
241
|
var v;
|
|
240
242
|
const e = a.column.search;
|
|
241
243
|
return ((v = e == null ? void 0 : e.props) == null ? void 0 : v.clearable) ?? ((e == null ? void 0 : e.defaultValue) == null || !1);
|
|
242
|
-
}),
|
|
243
|
-
var v, _, b, r, i, P, T, m,
|
|
244
|
+
}), j = (e) => {
|
|
245
|
+
var v, _, b, r, i, P, T, m, M;
|
|
244
246
|
if (((b = (_ = (v = a.column) == null ? void 0 : v.search) == null ? void 0 : _.props) == null ? void 0 : b.type) === "daterange") {
|
|
245
|
-
const { searchParam:
|
|
247
|
+
const { searchParam: L } = Ze(a);
|
|
246
248
|
if (e != null && e.length) {
|
|
247
|
-
const V = ((P = (i = (r = a.column) == null ? void 0 : r.search) == null ? void 0 : i.props) == null ? void 0 : P.beginTime) || "beginTime",
|
|
248
|
-
|
|
249
|
+
const V = ((P = (i = (r = a.column) == null ? void 0 : r.search) == null ? void 0 : i.props) == null ? void 0 : P.beginTime) || "beginTime", K = ((M = (m = (T = a.column) == null ? void 0 : T.search) == null ? void 0 : m.props) == null ? void 0 : M.endTime) || "endTime";
|
|
250
|
+
L.value[V] = e[0], L.value[K] = e[1];
|
|
249
251
|
} else
|
|
250
|
-
delete
|
|
252
|
+
delete L.value.beginTime, delete L.value.endTime;
|
|
251
253
|
}
|
|
252
254
|
(e == null || e === "") && h("search"), e instanceof Array && !e.length && h("search");
|
|
253
255
|
}, E = () => {
|
|
@@ -255,50 +257,50 @@ const oe = (g, d) => {
|
|
|
255
257
|
["input", "input-number"].includes(((e = a.column.search) == null ? void 0 : e.el) || "") && h("search");
|
|
256
258
|
};
|
|
257
259
|
return (e, v) => {
|
|
258
|
-
var _, b, r, i, P, T, m,
|
|
259
|
-
return S(),
|
|
260
|
-
((_ = e.column.search) == null ? void 0 : _.type) !== "custom" ? (S(),
|
|
261
|
-
modelValue: f.value[((i = e.column.search) == null ? void 0 : i.key) ?? u(
|
|
262
|
-
"onUpdate:modelValue": v[0] || (v[0] = (
|
|
263
|
-
var
|
|
264
|
-
return f.value[((
|
|
260
|
+
var _, b, r, i, P, T, m, M, L, V, K;
|
|
261
|
+
return S(), F("div", aa, [
|
|
262
|
+
((_ = e.column.search) == null ? void 0 : _.type) !== "custom" ? (S(), D(fe(((b = e.column.search) == null ? void 0 : b.render) ?? `el-${(r = e.column.search) == null ? void 0 : r.el}`), G({ key: 0 }, { ...p.value, ...O.value, searchParam: f.value, clearable: H.value, ...x.value }, {
|
|
263
|
+
modelValue: f.value[((i = e.column.search) == null ? void 0 : i.key) ?? u(W)(e.column.prop)],
|
|
264
|
+
"onUpdate:modelValue": v[0] || (v[0] = (R) => {
|
|
265
|
+
var A;
|
|
266
|
+
return f.value[((A = e.column.search) == null ? void 0 : A.key) ?? u(W)(e.column.prop)] = R;
|
|
265
267
|
}),
|
|
266
268
|
modelModifiers: { trim: !0 },
|
|
267
269
|
data: ((P = e.column.search) == null ? void 0 : P.el) === "tree-select" ? C.value : [],
|
|
268
270
|
options: o.value,
|
|
269
271
|
"prefix-icon": (m = (T = e.column.search) == null ? void 0 : T.props) == null ? void 0 : m.prefixIcon,
|
|
270
|
-
onChange:
|
|
272
|
+
onChange: j,
|
|
271
273
|
onKeyup: pt(E, ["enter"])
|
|
272
274
|
}), me({
|
|
273
275
|
default: w(() => {
|
|
274
|
-
var
|
|
276
|
+
var R;
|
|
275
277
|
return [
|
|
276
|
-
((
|
|
278
|
+
((R = e.column.search) == null ? void 0 : R.el) === "select" ? (S(!0), F(Y, { key: 0 }, ge(C.value, (A, ue) => (S(), D(fe("el-option"), {
|
|
277
279
|
key: ue,
|
|
278
|
-
label:
|
|
279
|
-
value:
|
|
280
|
-
}, null, 8, ["label", "value"]))), 128)) :
|
|
280
|
+
label: A[y.value.label] ?? "",
|
|
281
|
+
value: A[y.value.value]
|
|
282
|
+
}, null, 8, ["label", "value"]))), 128)) : N(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
281
283
|
];
|
|
282
284
|
}),
|
|
283
285
|
_: 2
|
|
284
286
|
}, [
|
|
285
|
-
((
|
|
287
|
+
((M = e.column.search) == null ? void 0 : M.el) === "cascader" ? {
|
|
286
288
|
name: "default",
|
|
287
|
-
fn: w(({ data:
|
|
288
|
-
B("span", null, X(
|
|
289
|
+
fn: w(({ data: R }) => [
|
|
290
|
+
B("span", null, X(R[y.value.label]), 1)
|
|
289
291
|
]),
|
|
290
292
|
key: "0"
|
|
291
293
|
} : void 0
|
|
292
|
-
]), 1040, ["modelValue", "data", "options", "prefix-icon"])) : (S(),
|
|
293
|
-
((
|
|
294
|
+
]), 1040, ["modelValue", "data", "options", "prefix-icon"])) : (S(), F(Y, { key: 1 }, [
|
|
295
|
+
((L = e.column.search) == null ? void 0 : L.el) === "zhCascaderLoadMore" ? (S(), D(u(jt), G({
|
|
294
296
|
key: 0,
|
|
295
|
-
modelValue: f.value[((V = e.column.search) == null ? void 0 : V.key) ?? u(
|
|
296
|
-
"onUpdate:modelValue": v[1] || (v[1] = (
|
|
297
|
-
var
|
|
298
|
-
return f.value[((
|
|
297
|
+
modelValue: f.value[((V = e.column.search) == null ? void 0 : V.key) ?? u(W)(e.column.prop)],
|
|
298
|
+
"onUpdate:modelValue": v[1] || (v[1] = (R) => {
|
|
299
|
+
var A;
|
|
300
|
+
return f.value[((A = e.column.search) == null ? void 0 : A.key) ?? u(W)(e.column.prop)] = R;
|
|
299
301
|
}),
|
|
300
302
|
modelModifiers: { trim: !0 }
|
|
301
|
-
}, (
|
|
303
|
+
}, (K = e.column.search) == null ? void 0 : K.props), null, 16, ["modelValue"])) : I("", !0)
|
|
302
304
|
], 64))
|
|
303
305
|
]);
|
|
304
306
|
};
|
|
@@ -319,7 +321,7 @@ const oe = (g, d) => {
|
|
|
319
321
|
},
|
|
320
322
|
setup(g) {
|
|
321
323
|
const d = g;
|
|
322
|
-
return (a, h) => (S(),
|
|
324
|
+
return (a, h) => (S(), F("div", la, [
|
|
323
325
|
k(u(Et), {
|
|
324
326
|
ref: "formRef",
|
|
325
327
|
model: a.searchParam,
|
|
@@ -328,14 +330,14 @@ const oe = (g, d) => {
|
|
|
328
330
|
}, ["prevent"]))
|
|
329
331
|
}, {
|
|
330
332
|
default: w(() => [
|
|
331
|
-
|
|
332
|
-
a.columns.length ? (S(),
|
|
333
|
-
(S(!0),
|
|
333
|
+
N(a.$slots, "default", {}, void 0, !0),
|
|
334
|
+
a.columns.length ? (S(), F(Y, { key: 0 }, [
|
|
335
|
+
(S(!0), F(Y, null, ge(a.columns, (f) => {
|
|
334
336
|
var y, t, C;
|
|
335
|
-
return S(),
|
|
337
|
+
return S(), F(Y, {
|
|
336
338
|
key: f.prop
|
|
337
339
|
}, [
|
|
338
|
-
!u($t)((y = f.search) == null ? void 0 : y.isShow) || (t = f.search) != null && t.isShow ? (S(),
|
|
340
|
+
!u($t)((y = f.search) == null ? void 0 : y.isShow) || (t = f.search) != null && t.isShow ? (S(), F("div", ra, [
|
|
339
341
|
k(u(Bt), null, me({
|
|
340
342
|
default: w(() => [
|
|
341
343
|
k(oa, {
|
|
@@ -354,7 +356,7 @@ const oe = (g, d) => {
|
|
|
354
356
|
var o, p;
|
|
355
357
|
return [
|
|
356
358
|
B("span", null, X(`${f.search.label}`), 1),
|
|
357
|
-
(o = f.search) != null && o.tooltip ? (S(),
|
|
359
|
+
(o = f.search) != null && o.tooltip ? (S(), D(u(Ce), {
|
|
358
360
|
key: 0,
|
|
359
361
|
effect: "dark",
|
|
360
362
|
content: (p = f.search) == null ? void 0 : p.tooltip,
|
|
@@ -366,7 +368,7 @@ const oe = (g, d) => {
|
|
|
366
368
|
}, null, -1)
|
|
367
369
|
])),
|
|
368
370
|
_: 2
|
|
369
|
-
}, 1032, ["content"])) :
|
|
371
|
+
}, 1032, ["content"])) : I("", !0)
|
|
370
372
|
];
|
|
371
373
|
}),
|
|
372
374
|
_: 2
|
|
@@ -376,10 +378,10 @@ const oe = (g, d) => {
|
|
|
376
378
|
key: "0"
|
|
377
379
|
} : void 0
|
|
378
380
|
]), 1024)
|
|
379
|
-
])) :
|
|
381
|
+
])) : I("", !0)
|
|
380
382
|
], 64);
|
|
381
383
|
}), 128)),
|
|
382
|
-
d.isShowSearchBtn ? (S(),
|
|
384
|
+
d.isShowSearchBtn ? (S(), D(u(Te), {
|
|
383
385
|
key: 0,
|
|
384
386
|
type: "primary",
|
|
385
387
|
class: "table-search--search-btn",
|
|
@@ -392,12 +394,12 @@ const oe = (g, d) => {
|
|
|
392
394
|
h[4] || (h[4] = Q(" 搜索 "))
|
|
393
395
|
]),
|
|
394
396
|
_: 1
|
|
395
|
-
}, 8, ["onClick"])) :
|
|
396
|
-
], 64)) :
|
|
397
|
+
}, 8, ["onClick"])) : I("", !0)
|
|
398
|
+
], 64)) : I("", !0)
|
|
397
399
|
]),
|
|
398
400
|
_: 3
|
|
399
401
|
}, 8, ["model"]),
|
|
400
|
-
d.isShowResetBtn && a.columns.length ? (S(),
|
|
402
|
+
d.isShowResetBtn && a.columns.length ? (S(), F("div", sa, [
|
|
401
403
|
k(u(Ce), {
|
|
402
404
|
class: "box-item",
|
|
403
405
|
effect: "light",
|
|
@@ -422,7 +424,7 @@ const oe = (g, d) => {
|
|
|
422
424
|
]),
|
|
423
425
|
_: 1
|
|
424
426
|
})
|
|
425
|
-
])) :
|
|
427
|
+
])) : I("", !0)
|
|
426
428
|
]));
|
|
427
429
|
}
|
|
428
430
|
}), ia = /* @__PURE__ */ se(ua, [["__scopeId", "data-v-e524e82e"]]), ca = { class: "el-pagination__total zh-page-total" }, da = /* @__PURE__ */ le({
|
|
@@ -434,7 +436,7 @@ const oe = (g, d) => {
|
|
|
434
436
|
handleCurrentChange: { type: Function }
|
|
435
437
|
},
|
|
436
438
|
setup(g) {
|
|
437
|
-
return (d, a) => d.pageable.total ? (S(),
|
|
439
|
+
return (d, a) => d.pageable.total ? (S(), D(u(It), {
|
|
438
440
|
key: 0,
|
|
439
441
|
class: "zh-pagination",
|
|
440
442
|
background: !0,
|
|
@@ -447,12 +449,12 @@ const oe = (g, d) => {
|
|
|
447
449
|
onCurrentChange: d.handleCurrentChange
|
|
448
450
|
}, {
|
|
449
451
|
default: w(() => [
|
|
450
|
-
|
|
452
|
+
N(d.$slots, "zhPaginationLeftSlot", { pageable: d.pageable }, () => [
|
|
451
453
|
B("div", ca, "共" + X(d.pageable.total) + "条数据", 1)
|
|
452
454
|
], !0)
|
|
453
455
|
]),
|
|
454
456
|
_: 3
|
|
455
|
-
}, 8, ["current-page", "page-size", "total", "onSizeChange", "onCurrentChange"])) :
|
|
457
|
+
}, 8, ["current-page", "page-size", "total", "onSizeChange", "onCurrentChange"])) : I("", !0);
|
|
456
458
|
}
|
|
457
459
|
}), pa = /* @__PURE__ */ se(da, [["__scopeId", "data-v-5965b30c"]]);
|
|
458
460
|
function Pe(g) {
|
|
@@ -468,40 +470,44 @@ const ha = /* @__PURE__ */ le({
|
|
|
468
470
|
}
|
|
469
471
|
},
|
|
470
472
|
setup(g) {
|
|
471
|
-
const d = g, a = z(d.column), h =
|
|
473
|
+
const d = g, a = z(d.column), h = We(), f = Ae("enumMap", z(/* @__PURE__ */ new Map())), y = (o, p) => f.value.get(o.prop) && o.isFilterEnum ? Oe(he(p.row, o.prop), f.value.get(o.prop), o.fieldNames) : Gt(he(p.row, o.prop)), t = (o, p) => Oe(he(p.row, o.prop), f.value.get(o.prop), o.fieldNames, "tag"), C = (o) => k(Y, null, [o.isShow && k(re, G(o, {
|
|
472
474
|
"class-name": o.wrap && "table-column--wrap",
|
|
473
475
|
showOverflowTooltip: o.showOverflowTooltip ?? o.prop !== "operation"
|
|
474
476
|
}), {
|
|
475
477
|
default: (p) => {
|
|
476
|
-
var
|
|
477
|
-
let
|
|
478
|
-
if (o._children) return o._children.map((
|
|
478
|
+
var Z, x, H;
|
|
479
|
+
let O;
|
|
480
|
+
if (o._children) return o._children.map((j) => C(j));
|
|
479
481
|
if (o.render) return o.render(p);
|
|
480
482
|
if (o.prop === "operation") {
|
|
481
|
-
if (!h[
|
|
483
|
+
if (!h[W(o.prop)]) {
|
|
482
484
|
a.value.width = 0;
|
|
483
485
|
return;
|
|
484
486
|
}
|
|
485
|
-
const
|
|
486
|
-
var
|
|
487
|
-
return (((
|
|
488
|
-
}).filter(Boolean).flat(), e = E(
|
|
489
|
-
let m = "";
|
|
490
|
-
|
|
491
|
-
m +=
|
|
492
|
-
|
|
487
|
+
const j = ((x = (Z = h[W(o.prop)](p)) == null ? void 0 : Z.at(0)) == null ? void 0 : x.children) || [], E = (T) => Array.from(T).map((m) => {
|
|
488
|
+
var M, L, V;
|
|
489
|
+
return (((M = m.type) == null ? void 0 : M.name) === "ElButton" || ((L = m.type) == null ? void 0 : L.name) === "ZhButton") && m.children !== "v-if" ? m : (V = m.children) != null && V.length ? E(m.children) : null;
|
|
490
|
+
}).filter(Boolean).flat(), e = E(j), v = (T) => {
|
|
491
|
+
let m = "", M = 0;
|
|
492
|
+
T.forEach((R) => {
|
|
493
|
+
m += R.children.default()[0].children;
|
|
494
|
+
const A = R.props || {};
|
|
495
|
+
(A.loading === !0 || A.loading === "") && M++;
|
|
496
|
+
});
|
|
497
|
+
const L = oe(m, 14), V = 16 * (T.length > 0 ? T.length - 1 : 0), K = M * 20;
|
|
498
|
+
return L + V + K;
|
|
493
499
|
}, _ = (T) => {
|
|
494
500
|
a.value.hasOperationMaxWidth || (a.value.width = 0, a.value.hasOperationMaxWidth = !0);
|
|
495
501
|
const m = a.value.width;
|
|
496
|
-
let
|
|
497
|
-
T > 0 && (
|
|
502
|
+
let M = 0;
|
|
503
|
+
T > 0 && (M = Math.round(T) + 32), M > Number.parseInt((m == null ? void 0 : m.toString()) || "0") && (a.value.width = M, a.value.hasOperationMaxWidth = !0);
|
|
498
504
|
};
|
|
499
505
|
if (e.length <= 3 || o.expandOperationButtons) {
|
|
500
506
|
const T = Math.ceil(v(e));
|
|
501
507
|
let m = T;
|
|
502
508
|
return d.customColumn && (m = e.length ? e.length === 1 ? T + 30 : T : 50), _(m), k("div", {
|
|
503
509
|
class: "operation-container all-action"
|
|
504
|
-
}, [h[
|
|
510
|
+
}, [h[W(o.prop)](p)]);
|
|
505
511
|
}
|
|
506
512
|
const b = [], r = e.slice(0, 2), i = k(Te, {
|
|
507
513
|
link: !0,
|
|
@@ -525,10 +531,10 @@ const ha = /* @__PURE__ */ le({
|
|
|
525
531
|
class: "operation-container"
|
|
526
532
|
}, [b]);
|
|
527
533
|
}
|
|
528
|
-
return h[
|
|
534
|
+
return h[W(o.prop)] ? h[W(o.prop)](p) : o.tag ? k(xe, {
|
|
529
535
|
type: t(o, p)
|
|
530
|
-
}, Pe(
|
|
531
|
-
default: () => [
|
|
536
|
+
}, Pe(O = y(o, p)) ? O : {
|
|
537
|
+
default: () => [O]
|
|
532
538
|
}) : o.click && y(o, p) !== ae ? k("span", {
|
|
533
539
|
class: "el-link el-link--primary scan-link",
|
|
534
540
|
onClick: function() {
|
|
@@ -538,9 +544,9 @@ const ha = /* @__PURE__ */ le({
|
|
|
538
544
|
class: ((H = Yt(he(p.row, o.prop), f.value.get(o.prop))) == null ? void 0 : H.state) || "text"
|
|
539
545
|
}, [o.formatter ? o.formatter(p.row, p.column, p.row[o.prop], p.$index) : y(o, p)]);
|
|
540
546
|
},
|
|
541
|
-
header: (p) => o.headerRender ? o.headerRender(p) : h[`${
|
|
547
|
+
header: (p) => o.headerRender ? o.headerRender(p) : h[`${W(o.prop)}Header`] ? h[`${W(o.prop)}Header`](p) : o.label
|
|
542
548
|
})]);
|
|
543
|
-
return (o, p) => (S(),
|
|
549
|
+
return (o, p) => (S(), D(C, Ke(je(a.value)), null, 16));
|
|
544
550
|
}
|
|
545
551
|
}), fa = { class: "custom-column-dialog" }, ma = { class: "table-body" }, ga = { class: "name" }, va = {
|
|
546
552
|
key: 0,
|
|
@@ -557,19 +563,19 @@ const ha = /* @__PURE__ */ le({
|
|
|
557
563
|
emits: ["close", "submit", "dragSort"],
|
|
558
564
|
setup(g, { expose: d, emit: a }) {
|
|
559
565
|
const h = z(), f = z(!1), y = g, t = z([]), C = z((/* @__PURE__ */ new Date()).getTime()), o = z(!1), p = z();
|
|
560
|
-
let
|
|
566
|
+
let O = z([]), Z = z([]);
|
|
561
567
|
const x = (b) => {
|
|
562
|
-
|
|
568
|
+
Z.value = b, O.value = [], t.value = b.filter((r) => (r.hideInCustomColumn && O.value.push(r), !r.hideInCustomColumn)), o.value = !0, ve(() => {
|
|
563
569
|
e();
|
|
564
570
|
});
|
|
565
571
|
}, H = (b) => {
|
|
566
572
|
f.value = b;
|
|
567
|
-
},
|
|
568
|
-
|
|
573
|
+
}, j = a, E = async () => {
|
|
574
|
+
Z.value = J([...O.value, ...t.value]), j("submit", Z.value), o.value = !1;
|
|
569
575
|
}, e = () => {
|
|
570
576
|
p.value && (p.value.destroy(), C.value = (/* @__PURE__ */ new Date()).getTime(), h.value.doLayout()), ve(() => {
|
|
571
577
|
const b = document.querySelector(".custom-column-dialog tbody");
|
|
572
|
-
p.value =
|
|
578
|
+
p.value = Ye.create(b, {
|
|
573
579
|
handle: ".move",
|
|
574
580
|
animation: 300,
|
|
575
581
|
filter: ".operation",
|
|
@@ -589,7 +595,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
589
595
|
});
|
|
590
596
|
}, v = () => {
|
|
591
597
|
const b = J(y.originTableColumns);
|
|
592
|
-
f.value ? (t.value = b,
|
|
598
|
+
f.value ? (t.value = b, O.value = []) : t.value = t.value.map((r) => {
|
|
593
599
|
const i = t.value.find((P) => P.prop === r.prop);
|
|
594
600
|
return !(i != null && i.isShow) || i.prop === "operation" ? r : b.find((P) => P.prop === r.prop);
|
|
595
601
|
}), e();
|
|
@@ -598,7 +604,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
598
604
|
};
|
|
599
605
|
return d({
|
|
600
606
|
openColSetting: x
|
|
601
|
-
}), (b, r) => (S(),
|
|
607
|
+
}), (b, r) => (S(), F("div", fa, [
|
|
602
608
|
k(Nt, {
|
|
603
609
|
modelValue: o.value,
|
|
604
610
|
"onUpdate:modelValue": r[1] || (r[1] = (i) => o.value = i),
|
|
@@ -647,7 +653,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
647
653
|
]),
|
|
648
654
|
default: w(() => [
|
|
649
655
|
B("div", ma, [
|
|
650
|
-
(S(),
|
|
656
|
+
(S(), D(u(He), {
|
|
651
657
|
ref_key: "tableRef",
|
|
652
658
|
ref: h,
|
|
653
659
|
class: "custom-colum-table",
|
|
@@ -677,8 +683,8 @@ const ha = /* @__PURE__ */ le({
|
|
|
677
683
|
default: w(({ row: i }) => [
|
|
678
684
|
B("div", ga, [
|
|
679
685
|
Q(X(i.label) + " ", 1),
|
|
680
|
-
i.readonly ? (S(),
|
|
681
|
-
i.prop !== "operation" ? (S(),
|
|
686
|
+
i.readonly ? (S(), F("span", va, "(必选)")) : I("", !0),
|
|
687
|
+
i.prop !== "operation" ? (S(), D(u(be), {
|
|
682
688
|
key: 1,
|
|
683
689
|
class: "move move-icon"
|
|
684
690
|
}, {
|
|
@@ -686,7 +692,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
686
692
|
k(u(Vt))
|
|
687
693
|
]),
|
|
688
694
|
_: 1
|
|
689
|
-
})) :
|
|
695
|
+
})) : I("", !0)
|
|
690
696
|
])
|
|
691
697
|
]),
|
|
692
698
|
_: 1
|
|
@@ -702,8 +708,8 @@ const ha = /* @__PURE__ */ le({
|
|
|
702
708
|
}, [
|
|
703
709
|
r[3] || (r[3] = B("span", { class: "text" }, "宽度", -1)),
|
|
704
710
|
B("span", Ca, X(i.width) + " px", 1),
|
|
705
|
-
i.readonly ?
|
|
706
|
-
k(u(
|
|
711
|
+
i.readonly ? I("", !0) : (S(), F("div", ba, [
|
|
712
|
+
k(u(Je), {
|
|
707
713
|
modelValue: i.width,
|
|
708
714
|
"onUpdate:modelValue": (P) => i.width = P,
|
|
709
715
|
class: "custom-width-input",
|
|
@@ -776,7 +782,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
776
782
|
var s;
|
|
777
783
|
(s = n.querySelector("input")) == null || s.focus();
|
|
778
784
|
}
|
|
779
|
-
}, y =
|
|
785
|
+
}, y = We(), t = g, C = z(), o = ["selection", "radio", "index", "expand", "sort", "input"], p = z(t.isShowSearch), O = z(""), Z = z({}), x = z(t.maxHeight), { selectionChange: H, selectedList: j, selectedListIds: E, isSelected: e } = ta(t.rowKey, t.selectChangeCallback), {
|
|
780
786
|
loading: v,
|
|
781
787
|
tableData: _,
|
|
782
788
|
pageable: b,
|
|
@@ -785,8 +791,8 @@ const ha = /* @__PURE__ */ le({
|
|
|
785
791
|
getTableList: P,
|
|
786
792
|
search: T,
|
|
787
793
|
reset: m,
|
|
788
|
-
handleSizeChange:
|
|
789
|
-
handleCurrentChange:
|
|
794
|
+
handleSizeChange: M,
|
|
795
|
+
handleCurrentChange: L
|
|
790
796
|
} = ea(t.requestApi, t.initParam, t.pagination, t.dataCallback, t.requestError, t.handleParam), V = (n) => {
|
|
791
797
|
function s(it) {
|
|
792
798
|
return it.replace(/[A-Z]/g, (ct) => "_" + ct.toLowerCase());
|
|
@@ -794,30 +800,30 @@ const ha = /* @__PURE__ */ le({
|
|
|
794
800
|
const c = {
|
|
795
801
|
ascending: "asc",
|
|
796
802
|
descending: "desc"
|
|
797
|
-
}, { prop: l, order: $ } = n, q = s(
|
|
803
|
+
}, { prop: l, order: $ } = n, q = s(W(l)), pe = c[$];
|
|
798
804
|
r.value = {
|
|
799
805
|
...r.value,
|
|
800
806
|
sortKey: q,
|
|
801
807
|
sortOrder: pe
|
|
802
808
|
}, b.value.page = 1, T();
|
|
803
|
-
},
|
|
809
|
+
}, K = () => C.value.clearSelection(), R = () => C.value.clearSort(), A = z(!1), ue = () => {
|
|
804
810
|
at(), t.customColumn && st(), t.requestAuto && P(), t.data && (b.value.total = t.data.length);
|
|
805
811
|
};
|
|
806
812
|
mt(() => {
|
|
807
813
|
ue(), ve(() => {
|
|
808
|
-
|
|
814
|
+
A.value = !0;
|
|
809
815
|
});
|
|
810
816
|
}), gt(() => {
|
|
811
|
-
|
|
817
|
+
A.value && ue();
|
|
812
818
|
}), vt(() => {
|
|
813
819
|
}), Ct(() => {
|
|
814
820
|
});
|
|
815
|
-
const ie =
|
|
821
|
+
const ie = U(() => t.data ? t.pagination ? t.data.slice((b.value.page - 1) * b.value.size, b.value.size * b.value.page) : t.data : _.value), Ge = (n) => {
|
|
816
822
|
b.value.total = n;
|
|
817
823
|
};
|
|
818
824
|
bt(() => t.initParam, P, { deep: !0 });
|
|
819
825
|
let ne = te(t.columns);
|
|
820
|
-
const Qe =
|
|
826
|
+
const Qe = U(() => $e(ne)), ee = z(/* @__PURE__ */ new Map()), Xe = async ({ prop: n, enum: s }) => {
|
|
821
827
|
if (!s || ee.value.has(n) && (typeof s == "function" || ee.value.get(n) === s)) return;
|
|
822
828
|
if (typeof s != "function") return ee.value.set(n, u(s));
|
|
823
829
|
ee.value.set(n, []);
|
|
@@ -831,7 +837,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
831
837
|
}), s.filter((c) => {
|
|
832
838
|
var l;
|
|
833
839
|
return !((l = c._children) != null && l.length);
|
|
834
|
-
})), Be =
|
|
840
|
+
})), Be = U(() => {
|
|
835
841
|
var n;
|
|
836
842
|
return (n = Qe.value) == null ? void 0 : n.filter((s) => {
|
|
837
843
|
var c, l;
|
|
@@ -841,17 +847,17 @@ const ha = /* @__PURE__ */ le({
|
|
|
841
847
|
(Fe = Be.value) == null || Fe.forEach((n, s) => {
|
|
842
848
|
var $, q, pe;
|
|
843
849
|
n.search.order = (($ = n.search) == null ? void 0 : $.order) ?? s + 2;
|
|
844
|
-
const c = ((q = n.search) == null ? void 0 : q.key) ??
|
|
850
|
+
const c = ((q = n.search) == null ? void 0 : q.key) ?? W(n.prop), l = (pe = n.search) == null ? void 0 : pe.defaultValue;
|
|
845
851
|
l != null && (i.value[c] = l, r.value[c] = l);
|
|
846
852
|
});
|
|
847
853
|
const ye = a, et = () => {
|
|
848
854
|
var n;
|
|
849
855
|
t.searchClearSelection && ((n = C.value) == null || n.clearSelection()), T(), ye("search");
|
|
850
856
|
}, tt = () => {
|
|
851
|
-
t.beforeReset && t.beforeReset(), m(),
|
|
857
|
+
t.beforeReset && t.beforeReset(), m(), R(), ye("reset");
|
|
852
858
|
}, at = () => {
|
|
853
859
|
const n = document.querySelector(".el-table__body-wrapper tbody");
|
|
854
|
-
n &&
|
|
860
|
+
n && Ye.create(n, {
|
|
855
861
|
handle: ".move",
|
|
856
862
|
animation: 300,
|
|
857
863
|
onEnd({ newIndex: s, oldIndex: c }) {
|
|
@@ -861,12 +867,12 @@ const ha = /* @__PURE__ */ le({
|
|
|
861
867
|
});
|
|
862
868
|
}, ce = z(0), nt = (n, s) => {
|
|
863
869
|
const c = _.value.findIndex((l) => l.$showInput);
|
|
864
|
-
c > -1 && (_.value[c] = J(
|
|
870
|
+
c > -1 && (_.value[c] = J(Z.value), _.value[c].$showInput = !1), ce.value = Re(n, String(s)), n.$showInput = !0, Z.value = J(n);
|
|
865
871
|
}, ot = async (n, s, c) => {
|
|
866
|
-
Ut(n, s, ce.value), c && await c(n), n.$showInput = !1,
|
|
872
|
+
Ut(n, s, ce.value), c && await c(n), n.$showInput = !1, Wt.success("更新成功"), await P();
|
|
867
873
|
}, lt = async (n) => {
|
|
868
|
-
const s = _.value.findIndex((c) =>
|
|
869
|
-
s > -1 && (_.value[s] = J(
|
|
874
|
+
const s = _.value.findIndex((c) => Kt(De(c, Ve), De(n, Ve)));
|
|
875
|
+
s > -1 && (_.value[s] = J(Z.value), _.value[s].$showInput = !1);
|
|
870
876
|
}, ze = Qt(t.customColumnCacheKey), Me = z(null), Se = () => ne.map(
|
|
871
877
|
(n, s) => ({
|
|
872
878
|
readonly: n.isCustomDisable || ["id", "operation"].includes(String(n.prop)),
|
|
@@ -916,7 +922,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
916
922
|
return d({
|
|
917
923
|
element: C,
|
|
918
924
|
tableData: ie,
|
|
919
|
-
radio:
|
|
925
|
+
radio: O,
|
|
920
926
|
pageable: b,
|
|
921
927
|
searchParam: r,
|
|
922
928
|
searchInitParam: i,
|
|
@@ -924,23 +930,23 @@ const ha = /* @__PURE__ */ le({
|
|
|
924
930
|
getTableList: P,
|
|
925
931
|
search: T,
|
|
926
932
|
reset: m,
|
|
927
|
-
handleSizeChange:
|
|
928
|
-
handleCurrentChange:
|
|
929
|
-
clearSelection:
|
|
933
|
+
handleSizeChange: M,
|
|
934
|
+
handleCurrentChange: L,
|
|
935
|
+
clearSelection: K,
|
|
930
936
|
enumMap: ee,
|
|
931
937
|
isSelected: e,
|
|
932
|
-
selectedList:
|
|
938
|
+
selectedList: j,
|
|
933
939
|
selectedListIds: E
|
|
934
940
|
}), (n, s) => {
|
|
935
941
|
const c = St("loading");
|
|
936
|
-
return S(),
|
|
942
|
+
return S(), D(u(Rt), { locale: u(Ot) }, {
|
|
937
943
|
default: w(() => [
|
|
938
944
|
B("div", _a, [
|
|
939
945
|
B("div", Pa, [
|
|
940
|
-
n.title ? (S(),
|
|
941
|
-
u(y).headerTip ? (S(),
|
|
942
|
-
|
|
943
|
-
])) :
|
|
946
|
+
n.title ? (S(), F("div", Ta, X(n.title), 1)) : I("", !0),
|
|
947
|
+
u(y).headerTip ? (S(), F("div", Ea, [
|
|
948
|
+
N(n.$slots, "headerTip", {}, void 0, !0)
|
|
949
|
+
])) : I("", !0)
|
|
944
950
|
]),
|
|
945
951
|
B("div", $a, [
|
|
946
952
|
we(k(ia, {
|
|
@@ -952,26 +958,26 @@ const ha = /* @__PURE__ */ le({
|
|
|
952
958
|
"is-show-search-btn": t.isShowSearchBtn
|
|
953
959
|
}, {
|
|
954
960
|
default: w(() => [
|
|
955
|
-
n.$slots.tableHeader ? (S(),
|
|
961
|
+
n.$slots.tableHeader ? (S(), F("div", Ba, [
|
|
956
962
|
B("div", za, [
|
|
957
|
-
|
|
958
|
-
selectedList: u(
|
|
963
|
+
N(n.$slots, "tableHeader", {
|
|
964
|
+
selectedList: u(j),
|
|
959
965
|
selectedListIds: u(E),
|
|
960
966
|
isSelected: u(e)
|
|
961
967
|
}, void 0, !0)
|
|
962
968
|
])
|
|
963
|
-
])) :
|
|
969
|
+
])) : I("", !0)
|
|
964
970
|
]),
|
|
965
971
|
_: 3
|
|
966
972
|
}, 8, ["columns", "search-param", "is-show-reset-btn", "is-show-search-btn"]), [
|
|
967
973
|
[wt, p.value]
|
|
968
974
|
])
|
|
969
975
|
]),
|
|
970
|
-
u(y).searchBarBottom ? (S(),
|
|
971
|
-
|
|
972
|
-
])) :
|
|
976
|
+
u(y).searchBarBottom ? (S(), F("div", Ma, [
|
|
977
|
+
N(n.$slots, "searchBarBottom", {}, void 0, !0)
|
|
978
|
+
])) : I("", !0),
|
|
973
979
|
B("div", Ia, [
|
|
974
|
-
t.customColumn ? (S(),
|
|
980
|
+
t.customColumn ? (S(), F("div", {
|
|
975
981
|
key: 0,
|
|
976
982
|
class: "col-setting-button",
|
|
977
983
|
onClick: rt
|
|
@@ -995,8 +1001,8 @@ const ha = /* @__PURE__ */ le({
|
|
|
995
1001
|
]),
|
|
996
1002
|
_: 1
|
|
997
1003
|
})
|
|
998
|
-
])) :
|
|
999
|
-
we((S(),
|
|
1004
|
+
])) : I("", !0),
|
|
1005
|
+
we((S(), D(u(He), G({
|
|
1000
1006
|
ref_key: "tableRef",
|
|
1001
1007
|
ref: C
|
|
1002
1008
|
}, n.$attrs, {
|
|
@@ -1015,11 +1021,11 @@ const ha = /* @__PURE__ */ le({
|
|
|
1015
1021
|
onSortChange: s[1] || (s[1] = (l) => t.onSortChange ? t.onSortChange(l) : V(l))
|
|
1016
1022
|
}), {
|
|
1017
1023
|
append: w(() => [
|
|
1018
|
-
|
|
1024
|
+
N(n.$slots, "append", {}, void 0, !0)
|
|
1019
1025
|
]),
|
|
1020
1026
|
empty: w(() => [
|
|
1021
1027
|
B("div", Da, [
|
|
1022
|
-
|
|
1028
|
+
N(n.$slots, "empty", {}, () => [
|
|
1023
1029
|
B("img", {
|
|
1024
1030
|
src: `${u(qt)}ghy-components/empty.png`,
|
|
1025
1031
|
class: "zh-empty-img",
|
|
@@ -1030,8 +1036,8 @@ const ha = /* @__PURE__ */ le({
|
|
|
1030
1036
|
])
|
|
1031
1037
|
]),
|
|
1032
1038
|
default: w(() => [
|
|
1033
|
-
(S(!0),
|
|
1034
|
-
l.type && o.includes(l.type) && l.isShow ? (S(),
|
|
1039
|
+
(S(!0), F(Y, null, ge(u(ne).sort((l, $) => l.order - $.order), (l) => (S(), F(Y, { key: l }, [
|
|
1040
|
+
l.type && o.includes(l.type) && l.isShow ? (S(), D(u(re), G({
|
|
1035
1041
|
key: 0,
|
|
1036
1042
|
ref_for: !0
|
|
1037
1043
|
}, l, {
|
|
@@ -1039,16 +1045,16 @@ const ha = /* @__PURE__ */ le({
|
|
|
1039
1045
|
"reserve-selection": l.type == "selection"
|
|
1040
1046
|
}), me({
|
|
1041
1047
|
default: w(($) => [
|
|
1042
|
-
l.type == "expand" ? (S(),
|
|
1043
|
-
l.render ? (S(),
|
|
1048
|
+
l.type == "expand" ? (S(), F(Y, { key: 0 }, [
|
|
1049
|
+
l.render ? (S(), D(fe(l.render), G({
|
|
1044
1050
|
key: 0,
|
|
1045
1051
|
ref_for: !0
|
|
1046
|
-
}, $), null, 16)) :
|
|
1052
|
+
}, $), null, 16)) : N(n.$slots, l.type, G({
|
|
1047
1053
|
key: 1,
|
|
1048
1054
|
ref_for: !0
|
|
1049
1055
|
}, $), void 0, !0)
|
|
1050
|
-
], 64)) :
|
|
1051
|
-
l.type == "sort" ? (S(),
|
|
1056
|
+
], 64)) : I("", !0),
|
|
1057
|
+
l.type == "sort" ? (S(), D(u(xe), {
|
|
1052
1058
|
key: 1,
|
|
1053
1059
|
class: "move"
|
|
1054
1060
|
}, {
|
|
@@ -1061,10 +1067,10 @@ const ha = /* @__PURE__ */ le({
|
|
|
1061
1067
|
})
|
|
1062
1068
|
]),
|
|
1063
1069
|
_: 1
|
|
1064
|
-
})) :
|
|
1065
|
-
l.type == "input" ? (S(),
|
|
1066
|
-
$.row.$showInput ? (S(),
|
|
1067
|
-
we(k(u(
|
|
1070
|
+
})) : I("", !0),
|
|
1071
|
+
l.type == "input" ? (S(), F(Y, { key: 2 }, [
|
|
1072
|
+
$.row.$showInput ? (S(), F("div", La, [
|
|
1073
|
+
we(k(u(Je), {
|
|
1068
1074
|
modelValue: ce.value,
|
|
1069
1075
|
"onUpdate:modelValue": s[0] || (s[0] = (q) => ce.value = q),
|
|
1070
1076
|
min: 0,
|
|
@@ -1094,7 +1100,7 @@ const ha = /* @__PURE__ */ le({
|
|
|
1094
1100
|
])),
|
|
1095
1101
|
_: 2
|
|
1096
1102
|
}, 1032, ["onClick"])
|
|
1097
|
-
])) : (S(),
|
|
1103
|
+
])) : (S(), D(u(Ce), {
|
|
1098
1104
|
key: 0,
|
|
1099
1105
|
content: "编辑",
|
|
1100
1106
|
placement: "top"
|
|
@@ -1116,19 +1122,19 @@ const ha = /* @__PURE__ */ le({
|
|
|
1116
1122
|
]),
|
|
1117
1123
|
_: 2
|
|
1118
1124
|
}, 1024))
|
|
1119
|
-
], 64)) :
|
|
1125
|
+
], 64)) : I("", !0)
|
|
1120
1126
|
]),
|
|
1121
1127
|
_: 2
|
|
1122
1128
|
}, [
|
|
1123
1129
|
l.headerRender ? {
|
|
1124
1130
|
name: "header",
|
|
1125
1131
|
fn: w(($) => [
|
|
1126
|
-
(S(),
|
|
1132
|
+
(S(), D(fe(l.headerRender), G({ ref_for: !0 }, $), null, 16))
|
|
1127
1133
|
]),
|
|
1128
1134
|
key: "0"
|
|
1129
1135
|
} : void 0
|
|
1130
|
-
]), 1040, ["align", "reserve-selection"])) :
|
|
1131
|
-
!l.type && l.prop && l.isShow ? (S(),
|
|
1136
|
+
]), 1040, ["align", "reserve-selection"])) : I("", !0),
|
|
1137
|
+
!l.type && l.prop && l.isShow ? (S(), D(ha, {
|
|
1132
1138
|
key: 1,
|
|
1133
1139
|
column: l,
|
|
1134
1140
|
"custom-column": n.customColumn
|
|
@@ -1136,10 +1142,10 @@ const ha = /* @__PURE__ */ le({
|
|
|
1136
1142
|
ge(Object.keys(n.$slots), ($) => ({
|
|
1137
1143
|
name: $,
|
|
1138
1144
|
fn: w((q) => [
|
|
1139
|
-
|
|
1145
|
+
N(n.$slots, $, G({ ref_for: !0 }, q), void 0, !0)
|
|
1140
1146
|
])
|
|
1141
1147
|
}))
|
|
1142
|
-
]), 1032, ["column", "custom-column"])) :
|
|
1148
|
+
]), 1032, ["column", "custom-column"])) : I("", !0)
|
|
1143
1149
|
], 64))), 128))
|
|
1144
1150
|
]),
|
|
1145
1151
|
_: 3
|
|
@@ -1147,27 +1153,27 @@ const ha = /* @__PURE__ */ le({
|
|
|
1147
1153
|
[c, u(v)]
|
|
1148
1154
|
])
|
|
1149
1155
|
]),
|
|
1150
|
-
|
|
1151
|
-
n.pagination ? (S(),
|
|
1156
|
+
N(n.$slots, "pagination", {}, () => [
|
|
1157
|
+
n.pagination ? (S(), D(pa, {
|
|
1152
1158
|
key: 0,
|
|
1153
1159
|
pageable: u(b),
|
|
1154
|
-
"handle-size-change": u(
|
|
1155
|
-
"handle-current-change": u(
|
|
1160
|
+
"handle-size-change": u(M),
|
|
1161
|
+
"handle-current-change": u(L)
|
|
1156
1162
|
}, {
|
|
1157
1163
|
zhPaginationLeftSlot: w((l) => [
|
|
1158
|
-
|
|
1164
|
+
N(n.$slots, "zhPaginationLeft", Ke(je(l)), void 0, !0)
|
|
1159
1165
|
]),
|
|
1160
1166
|
_: 3
|
|
1161
|
-
}, 8, ["pageable", "handle-size-change", "handle-current-change"])) :
|
|
1167
|
+
}, 8, ["pageable", "handle-size-change", "handle-current-change"])) : I("", !0)
|
|
1162
1168
|
], !0)
|
|
1163
1169
|
]),
|
|
1164
|
-
t.customColumn ? (S(),
|
|
1170
|
+
t.customColumn ? (S(), D(ka, {
|
|
1165
1171
|
key: 0,
|
|
1166
1172
|
ref_key: "colRef",
|
|
1167
1173
|
ref: Me,
|
|
1168
1174
|
"origin-table-columns": u(Ie),
|
|
1169
1175
|
onSubmit: ut
|
|
1170
|
-
}, null, 8, ["origin-table-columns"])) :
|
|
1176
|
+
}, null, 8, ["origin-table-columns"])) : I("", !0)
|
|
1171
1177
|
]),
|
|
1172
1178
|
_: 3
|
|
1173
1179
|
}, 8, ["locale"]);
|