zhihao-ui 1.2.20 → 1.2.22
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-Dr298ctb.js → BaseInfo-DCB7xgRw.js} +1 -1
- package/dist/es/{Button-CYr52jII.js → Button-Va8xfPJd.js} +2 -2
- package/dist/es/{DatePicker-vGQGWrmB.js → DatePicker-BrD1XS6-.js} +2 -2
- package/dist/es/DetailHeader-B9ttfBlv.js +59 -0
- package/dist/es/{DetailSubTitle-Cgs5HrKC.js → DetailSubTitle-BgbefcLD.js} +2 -2
- package/dist/es/{Dialog-stUaKQ4m.js → Dialog-CnqJMaPI.js} +31 -34
- package/dist/es/DiyDataTable-DHGMMFO9.js +315 -0
- package/dist/es/{EditInfoPair-DwwAGFc6.js → EditInfoPair-XiseN2F2.js} +3 -3
- package/dist/es/{FileWrapper-brjp8Thj.js → FileWrapper-CAwHicjK.js} +4 -4
- package/dist/es/{Grid-CIMCXeIw.js → Grid-CshEwvAH.js} +1 -1
- package/dist/es/{InfoPair-DZL6Vegw.js → InfoPair-DhVT8u-f.js} +3 -3
- package/dist/es/{Input-C4aIqSby.js → Input-CeiPnMtt.js} +3 -3
- package/dist/es/{Loading-DhEOgvVz.js → Loading-bv2DpqBO.js} +2 -2
- package/dist/es/Map-DhceUygQ.js +2020 -0
- package/dist/es/{MessageBox-d6upGeyX.js → MessageBox-2Vpy3Mva.js} +2 -2
- package/dist/es/{MoneyInput-DLMJRug1.js → MoneyInput-Deg1aj66.js} +7 -7
- package/dist/es/{PageHeadPanel-CldjeRYl.js → PageHeadPanel-BWjWkx8n.js} +2 -2
- package/dist/es/{Table-DwDzhuHY.js → Table-KSl_JT2q.js} +94 -94
- package/dist/es/{ToolTips-CLcRoFO4.js → ToolTips-Bw2lHQxC.js} +3 -3
- package/dist/es/index.js +21 -21
- package/dist/es/{utils-CbI5IWJJ.js → utils-D-zYpBSZ.js} +3 -3
- package/dist/es/{vendor-AIl6iHcE.js → vendor-gTOtiVzA.js} +6895 -6495
- package/dist/index.css +1 -1
- package/dist/types/components/DetailHeader/index.d.ts +9 -0
- package/dist/types/components/DetailHeader/types.d.ts +1 -0
- package/dist/types/components/Dialog/Dialog.vue.d.ts +2 -4
- package/dist/types/components/Dialog/index.d.ts +5 -10
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +8 -1
- package/dist/types/components/DiyDataTable/index.d.ts +12 -0
- package/dist/types/components/DiyDataTable/type.d.ts +3 -1
- package/dist/types/components/Map/Map.vue.d.ts +60 -5
- package/dist/types/components/Map/components/scaleLine.vue.d.ts +3 -1
- package/dist/types/components/Map/components/toolPanel.vue.d.ts +4 -0
- package/dist/types/components/Map/config.d.ts +2 -0
- package/dist/types/components/Map/index.d.ts +174 -9
- package/dist/types/components/Map/interface/entity/render.d.ts +12 -0
- package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +21 -3
- package/dist/types/components/Map/interface/entity/shipMapData.d.ts +2 -1
- package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +2 -1
- package/dist/types/components/Map/render/canvasRender/geometry.d.ts +3 -0
- package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +3 -1
- package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +3 -1
- package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +5 -1
- package/dist/types/components/Map/render/drawPolygon.d.ts +4 -0
- package/dist/types/components/Map/render/renderDashboard.d.ts +3 -0
- package/dist/types/components/Map/render/renderMarker.d.ts +4 -3
- package/dist/types/components/Map/render/renderShip.d.ts +5 -2
- package/dist/types/components/Map/render/renderTrack.d.ts +3 -4
- package/dist/types/components/Map/render/renderTruck.d.ts +3 -1
- package/dist/types/components/Map/utils/common.d.ts +4 -8
- package/dist/types/components/Map/utils/format.d.ts +6 -14
- package/dist/types/components/Map/utils/store.d.ts +7 -1
- package/dist/types/components/Map/utils/transform.d.ts +13 -5
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +23 -23
- package/package.json +1 -1
- package/dist/es/DetailHeader-oqCdup4q.js +0 -58
- package/dist/es/DiyDataTable-A1P5k0Eh.js +0 -304
- package/dist/es/Map-DGFoAMyH.js +0 -1803
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as d, useModel as i, computed as f, ref as v, openBlock as c, createBlock as y, unref as V, withCtx as n, createVNode as b, mergeProps as I, createSlots as M, renderList as w, renderSlot as B, normalizeProps as N, guardReactiveProps as g, mergeModels as m } from "vue";
|
|
2
|
-
import { v as k, d as P } from "./DatePicker-
|
|
3
|
-
import {
|
|
4
|
-
import { I as _ } from "./Input-
|
|
5
|
-
import { _ as $ } from "./Button-
|
|
6
|
-
import { w as z } from "./utils-
|
|
2
|
+
import { v as k, d as P } from "./DatePicker-BrD1XS6-.js";
|
|
3
|
+
import { Y as T } from "./vendor-gTOtiVzA.js";
|
|
4
|
+
import { I as _ } from "./Input-CeiPnMtt.js";
|
|
5
|
+
import { _ as $ } from "./Button-Va8xfPJd.js";
|
|
6
|
+
import { w as z } from "./utils-D-zYpBSZ.js";
|
|
7
7
|
const C = /* @__PURE__ */ d({
|
|
8
8
|
name: "zh-money-input",
|
|
9
9
|
__name: "MoneyInput",
|
|
@@ -47,7 +47,7 @@ const C = /* @__PURE__ */ d({
|
|
|
47
47
|
_: 3
|
|
48
48
|
}, 8, ["content", "visible"]));
|
|
49
49
|
}
|
|
50
|
-
}), S = /* @__PURE__ */ $(C, [["__scopeId", "data-v-d97e0edf"]]),
|
|
50
|
+
}), S = /* @__PURE__ */ $(C, [["__scopeId", "data-v-d97e0edf"]]), L = z(S);
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
L as Z
|
|
53
53
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, toRefs as m, openBlock as h, createElementBlock as u, createElementVNode as e, toDisplayString as s, unref as a, renderSlot as f } from "vue";
|
|
2
|
-
import { _ as g } from "./Button-
|
|
3
|
-
import { w as v } from "./utils-
|
|
2
|
+
import { _ as g } from "./Button-Va8xfPJd.js";
|
|
3
|
+
import { w as v } from "./utils-D-zYpBSZ.js";
|
|
4
4
|
const P = { class: "page-head" }, x = { class: "left-wrap" }, b = { class: "page-name" }, S = { class: "value" }, w = { class: "other-inform" }, H = { class: "label" }, k = { class: "value mg-r-24" }, B = { class: "status" }, E = /* @__PURE__ */ i({
|
|
5
5
|
name: "zh-page-head-panel",
|
|
6
6
|
__name: "PageHeadPanel",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { reactive as X, computed as O, toRefs as Ae, ref as M, defineComponent as ne, useCssVars as dt, inject as Ke, openBlock as S, createElementBlock as L, createBlock as F, resolveDynamicComponent as de, mergeProps as
|
|
2
|
-
import {
|
|
3
|
-
import { D as ee, C as
|
|
4
|
-
import { _ as le, Z as we } from "./Button-
|
|
5
|
-
import { _ as
|
|
6
|
-
import { w as qt } from "./utils-
|
|
1
|
+
import { reactive as X, computed as O, toRefs as Ae, ref as M, defineComponent as ne, useCssVars as dt, inject as Ke, openBlock as S, createElementBlock as L, createBlock as F, resolveDynamicComponent as de, mergeProps as J, withKeys as pt, unref as p, createSlots as pe, withCtx as C, Fragment as H, renderList as he, renderSlot as A, createElementVNode as B, toDisplayString as Q, createVNode as w, withModifiers as ht, normalizeClass as Ue, createCommentVNode as I, createTextVNode as Z, useSlots as xe, isVNode as ft, normalizeProps as je, guardReactiveProps as Ne, nextTick as fe, onMounted as mt, onActivated as gt, onDeactivated as vt, onUnmounted as bt, watch as yt, provide as Ct, resolveDirective as St, withDirectives as Ce, vShow as wt, toHandlers as _t } from "vue";
|
|
2
|
+
import { Z as We, _ as kt, $ as Pt, a0 as qe, a1 as Tt, f as $t, a2 as Et, j as Bt, a3 as zt, Y as me, E as ke, a4 as ge, a5 as It, a6 as Mt, i as oe, a7 as Lt, a8 as Dt, a9 as Ft, aa as He, ab as Ze, e as q, g as Ge, ac as De, ad as Ot, ae as Je, af as Vt, ag as Rt, ah as At, ai as Kt, m as Se, aj as Ut, d as xt, ak as jt, al as Fe, am as Oe } from "./vendor-gTOtiVzA.js";
|
|
3
|
+
import { D as ee, C as Nt } from "./DatePicker-BrD1XS6-.js";
|
|
4
|
+
import { _ as le, Z as we } from "./Button-Va8xfPJd.js";
|
|
5
|
+
import { _ as Wt } from "./Dialog-CnqJMaPI.js";
|
|
6
|
+
import { w as qt } from "./utils-D-zYpBSZ.js";
|
|
7
7
|
const Ht = (g, c = {}, a = !0, f, m, y = (t) => t) => {
|
|
8
8
|
const t = X({
|
|
9
9
|
// 表格数据
|
|
@@ -66,28 +66,28 @@ const Ht = (g, c = {}, a = !0, f, m, y = (t) => t) => {
|
|
|
66
66
|
Object.assign(t.totalParam, T, a ? b.value : {});
|
|
67
67
|
}, K = (T) => {
|
|
68
68
|
Object.assign(t.pageable, T);
|
|
69
|
-
},
|
|
69
|
+
}, R = () => {
|
|
70
70
|
t.pageable.page = 1, h(), n().then();
|
|
71
|
-
},
|
|
71
|
+
}, N = () => {
|
|
72
72
|
t.pageable.page = 1, t.searchParam = { ...t.searchInitParam }, h(), n().then();
|
|
73
|
-
},
|
|
73
|
+
}, W = (T) => {
|
|
74
74
|
t.pageable.page = 1, t.pageable.size = T, n().then();
|
|
75
|
-
},
|
|
75
|
+
}, V = (T) => {
|
|
76
76
|
t.pageable.page = T, n().then();
|
|
77
77
|
};
|
|
78
78
|
return {
|
|
79
79
|
...Ae(t),
|
|
80
80
|
getTableList: n,
|
|
81
|
-
search:
|
|
82
|
-
reset:
|
|
83
|
-
handleSizeChange:
|
|
84
|
-
handleCurrentChange:
|
|
81
|
+
search: R,
|
|
82
|
+
reset: N,
|
|
83
|
+
handleSizeChange: W,
|
|
84
|
+
handleCurrentChange: V,
|
|
85
85
|
updatedTotalParam: h
|
|
86
86
|
};
|
|
87
87
|
}, Zt = (g = "id", c) => {
|
|
88
88
|
const a = M(!1), f = M([]), m = O(() => {
|
|
89
89
|
let t = [];
|
|
90
|
-
return f.value.forEach((b) => t.push(
|
|
90
|
+
return f.value.forEach((b) => t.push(We(b, g))), t;
|
|
91
91
|
});
|
|
92
92
|
return {
|
|
93
93
|
isSelected: a,
|
|
@@ -97,7 +97,7 @@ const Ht = (g, c = {}, a = !0, f, m, y = (t) => t) => {
|
|
|
97
97
|
t.length ? a.value = !0 : a.value = !1, f.value = t, c && c(t);
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
},
|
|
100
|
+
}, Gt = 12;
|
|
101
101
|
function Pe(g, c, a, f) {
|
|
102
102
|
return g.reduce((m, y) => {
|
|
103
103
|
if (m) return m;
|
|
@@ -105,21 +105,21 @@ function Pe(g, c, a, f) {
|
|
|
105
105
|
if (y[f]) return Pe(y[f], c, a, f);
|
|
106
106
|
}, null);
|
|
107
107
|
}
|
|
108
|
-
function
|
|
109
|
-
const f = Pt(a) ? ee : a, m =
|
|
108
|
+
function Jt(g, c, a) {
|
|
109
|
+
const f = Pt(a) ? ee : a, m = We(g, c);
|
|
110
110
|
return kt(m) || m === "" ? f : m;
|
|
111
111
|
}
|
|
112
|
-
const
|
|
113
|
-
function
|
|
112
|
+
const Ve = Jt;
|
|
113
|
+
function j(g) {
|
|
114
114
|
const c = g.split(".");
|
|
115
115
|
return c.length == 1 ? g : c[c.length - 1];
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Re(g, c, a, f) {
|
|
118
118
|
const m = (a == null ? void 0 : a.value) ?? "value", y = (a == null ? void 0 : a.label) ?? "label", t = (a == null ? void 0 : a.children) ?? "children";
|
|
119
119
|
let b = {};
|
|
120
120
|
return Array.isArray(c) && (b = Pe(c, g, m, t)), f == "tag" ? b != null && b.tagType ? b.tagType : "" : b ? b[y] : ee;
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function Qt(g, c, a) {
|
|
123
123
|
const f = "value", m = "children";
|
|
124
124
|
let y = {};
|
|
125
125
|
return Array.isArray(c) && (y = Pe(c, g, f, m)), y;
|
|
@@ -131,7 +131,7 @@ function ce(g, c) {
|
|
|
131
131
|
return c.includes(".") ? (c.split(".").forEach((a) => g = g[a] ?? ee), g) : g[c] ?? ee;
|
|
132
132
|
}
|
|
133
133
|
const ae = (g, c) => {
|
|
134
|
-
const a = c ||
|
|
134
|
+
const a = c || Gt, m = document.createElement("canvas").getContext("2d");
|
|
135
135
|
return m.font = `${a}px Microsoft YaHei`, m.measureText(g).width;
|
|
136
136
|
}, Xt = (g) => {
|
|
137
137
|
const c = g || "zhihao-col-setting", a = () => {
|
|
@@ -163,7 +163,7 @@ const ae = (g, c) => {
|
|
|
163
163
|
emits: ["search"],
|
|
164
164
|
setup(g, { emit: c }) {
|
|
165
165
|
dt((e) => ({
|
|
166
|
-
"054b42e2":
|
|
166
|
+
"054b42e2": R.value
|
|
167
167
|
}));
|
|
168
168
|
const a = g, f = c, m = O(() => a.searchParam), y = O(() => {
|
|
169
169
|
var e, i, s;
|
|
@@ -192,9 +192,9 @@ const ae = (g, c) => {
|
|
|
192
192
|
startPlaceholder: ((z = e == null ? void 0 : e.props) == null ? void 0 : z.startPlaceholder) ?? "开始时间",
|
|
193
193
|
endPlaceholder: ((k = e == null ? void 0 : e.props) == null ? void 0 : k.endPlaceholder) ?? "结束时间"
|
|
194
194
|
} : { placeholder: ((P = e == null ? void 0 : e.props) == null ? void 0 : P.placeholder) ?? ((_ = e == null ? void 0 : e.el) != null && _.includes("input") ? "请输入" : "请选择") };
|
|
195
|
-
}),
|
|
195
|
+
}), R = O(() => {
|
|
196
196
|
var v, z;
|
|
197
|
-
const e = a.column.search, i = m.value[(e == null ? void 0 : e.key) ??
|
|
197
|
+
const e = a.column.search, i = m.value[(e == null ? void 0 : e.key) ?? j(a.column.prop)], s = e == null ? void 0 : e.el, r = (v = e == null ? void 0 : e.props) == null ? void 0 : v.placeholder;
|
|
198
198
|
if (e != null && e.width)
|
|
199
199
|
if (Tt(e == null ? void 0 : e.width)) {
|
|
200
200
|
if (e == null ? void 0 : e.width(i))
|
|
@@ -208,11 +208,11 @@ const ae = (g, c) => {
|
|
|
208
208
|
if (i.forEach((D) => {
|
|
209
209
|
const U = _.find((ve) => ve[y.value.value] === D);
|
|
210
210
|
$.push(U ? U[y.value.label] : D);
|
|
211
|
-
const
|
|
212
|
-
_ = U ?
|
|
211
|
+
const G = U[y.value.children] ?? n.value;
|
|
212
|
+
_ = U ? G : [];
|
|
213
213
|
}), (z = e == null ? void 0 : e.props) != null && z.multiple) {
|
|
214
|
-
const
|
|
215
|
-
return i.length > 1 ?
|
|
214
|
+
const G = ae($[0]) + 42;
|
|
215
|
+
return i.length > 1 ? G + 26 + ae("+ " + (i.length - 1)) + "px" : G + "px";
|
|
216
216
|
}
|
|
217
217
|
return ae($.join(" / ")) + "px";
|
|
218
218
|
}
|
|
@@ -220,23 +220,23 @@ const ae = (g, c) => {
|
|
|
220
220
|
const P = k ? k[y.value.label] : i;
|
|
221
221
|
return ae(P) + "px";
|
|
222
222
|
} else return r ? ae(r) + "px" : "100px";
|
|
223
|
-
}),
|
|
223
|
+
}), N = O(() => {
|
|
224
224
|
var e, i, s, r, v;
|
|
225
225
|
return (s = (i = (e = a.column) == null ? void 0 : e.search) == null ? void 0 : i.props) != null && s.multiple && ((v = (r = a.column) == null ? void 0 : r.search) == null ? void 0 : v.el) === "select" ? {
|
|
226
226
|
collapseTags: !0,
|
|
227
227
|
collapseTagsTooltip: !0
|
|
228
228
|
} : {};
|
|
229
|
-
}),
|
|
229
|
+
}), W = O(() => {
|
|
230
230
|
var i;
|
|
231
231
|
const e = a.column.search;
|
|
232
232
|
return ((i = e == null ? void 0 : e.props) == null ? void 0 : i.clearable) ?? ((e == null ? void 0 : e.defaultValue) == null || !1);
|
|
233
|
-
}),
|
|
233
|
+
}), V = (e) => {
|
|
234
234
|
var i, s, r, v, z, k, P, _, $;
|
|
235
235
|
if (((r = (s = (i = a.column) == null ? void 0 : i.search) == null ? void 0 : s.props) == null ? void 0 : r.type) === "daterange") {
|
|
236
236
|
const { searchParam: D } = Ae(a);
|
|
237
237
|
if (e != null && e.length) {
|
|
238
|
-
const U = ((k = (z = (v = a.column) == null ? void 0 : v.search) == null ? void 0 : z.props) == null ? void 0 : k.beginTime) || "beginTime",
|
|
239
|
-
D.value[U] = e[0], D.value[
|
|
238
|
+
const U = ((k = (z = (v = a.column) == null ? void 0 : v.search) == null ? void 0 : z.props) == null ? void 0 : k.beginTime) || "beginTime", G = (($ = (_ = (P = a.column) == null ? void 0 : P.search) == null ? void 0 : _.props) == null ? void 0 : $.endTime) || "endTime";
|
|
239
|
+
D.value[U] = e[0], D.value[G] = e[1];
|
|
240
240
|
} else
|
|
241
241
|
delete D.value.beginTime, delete D.value.endTime;
|
|
242
242
|
}
|
|
@@ -248,17 +248,17 @@ const ae = (g, c) => {
|
|
|
248
248
|
return (e, i) => {
|
|
249
249
|
var s, r, v, z, k, P, _;
|
|
250
250
|
return S(), L("div", ea, [
|
|
251
|
-
(S(), F(de(((s = e.column.search) == null ? void 0 : s.render) ?? `el-${(r = e.column.search) == null ? void 0 : r.el}`),
|
|
252
|
-
modelValue: m.value[((v = e.column.search) == null ? void 0 : v.key) ?? p(
|
|
251
|
+
(S(), F(de(((s = e.column.search) == null ? void 0 : s.render) ?? `el-${(r = e.column.search) == null ? void 0 : r.el}`), J({ ...h.value, ...K.value, searchParam: m.value, clearable: W.value, ...N.value }, {
|
|
252
|
+
modelValue: m.value[((v = e.column.search) == null ? void 0 : v.key) ?? p(j)(e.column.prop)],
|
|
253
253
|
"onUpdate:modelValue": i[0] || (i[0] = ($) => {
|
|
254
254
|
var D;
|
|
255
|
-
return m.value[((D = e.column.search) == null ? void 0 : D.key) ?? p(
|
|
255
|
+
return m.value[((D = e.column.search) == null ? void 0 : D.key) ?? p(j)(e.column.prop)] = $;
|
|
256
256
|
}),
|
|
257
257
|
modelModifiers: { trim: !0 },
|
|
258
258
|
data: ((z = e.column.search) == null ? void 0 : z.el) === "tree-select" ? b.value : [],
|
|
259
259
|
options: n.value,
|
|
260
260
|
"prefix-icon": (P = (k = e.column.search) == null ? void 0 : k.props) == null ? void 0 : P.prefixIcon,
|
|
261
|
-
onChange:
|
|
261
|
+
onChange: V,
|
|
262
262
|
onKeyup: pt(T, ["enter"])
|
|
263
263
|
}), pe({
|
|
264
264
|
default: C(() => {
|
|
@@ -276,7 +276,7 @@ const ae = (g, c) => {
|
|
|
276
276
|
((_ = e.column.search) == null ? void 0 : _.el) === "cascader" ? {
|
|
277
277
|
name: "default",
|
|
278
278
|
fn: C(({ data: $ }) => [
|
|
279
|
-
B("span", null,
|
|
279
|
+
B("span", null, Q($[y.value.label]), 1)
|
|
280
280
|
]),
|
|
281
281
|
key: "0"
|
|
282
282
|
} : void 0
|
|
@@ -334,7 +334,7 @@ const ae = (g, c) => {
|
|
|
334
334
|
default: C(() => {
|
|
335
335
|
var n, h;
|
|
336
336
|
return [
|
|
337
|
-
B("span", null,
|
|
337
|
+
B("span", null, Q(`${m.search.label}`), 1),
|
|
338
338
|
(n = m.search) != null && n.tooltip ? (S(), F(p(me), {
|
|
339
339
|
key: 0,
|
|
340
340
|
effect: "dark",
|
|
@@ -432,7 +432,7 @@ const ae = (g, c) => {
|
|
|
432
432
|
}, {
|
|
433
433
|
default: C(() => [
|
|
434
434
|
A(c.$slots, "zhPaginationLeftSlot", { pageable: c.pageable }, () => [
|
|
435
|
-
B("div", ua, "共" +
|
|
435
|
+
B("div", ua, "共" + Q(c.pageable.total) + "条数据", 1)
|
|
436
436
|
], !0)
|
|
437
437
|
]),
|
|
438
438
|
_: 3
|
|
@@ -452,24 +452,24 @@ const da = /* @__PURE__ */ ne({
|
|
|
452
452
|
}
|
|
453
453
|
},
|
|
454
454
|
setup(g) {
|
|
455
|
-
const c = g, a = M(c.column), f = xe(), m = Ke("enumMap", M(/* @__PURE__ */ new Map())), y = (n, h) => m.value.get(n.prop) && n.isFilterEnum ?
|
|
455
|
+
const c = g, a = M(c.column), f = xe(), m = Ke("enumMap", M(/* @__PURE__ */ new Map())), y = (n, h) => m.value.get(n.prop) && n.isFilterEnum ? Re(ce(h.row, n.prop), m.value.get(n.prop), n.fieldNames) : Yt(ce(h.row, n.prop)), t = (n, h) => Re(ce(h.row, n.prop), m.value.get(n.prop), n.fieldNames, "tag"), b = (n) => w(H, null, [n.isShow && w(oe, J(n, {
|
|
456
456
|
"class-name": n.wrap && "table-column--wrap",
|
|
457
457
|
showOverflowTooltip: n.showOverflowTooltip ?? n.prop !== "operation"
|
|
458
458
|
}), {
|
|
459
459
|
default: (h) => {
|
|
460
|
-
var
|
|
460
|
+
var R, N, W;
|
|
461
461
|
let K;
|
|
462
|
-
if (n._children) return n._children.map((
|
|
462
|
+
if (n._children) return n._children.map((V) => b(V));
|
|
463
463
|
if (n.render) return n.render(h);
|
|
464
464
|
if (n.prop === "operation") {
|
|
465
|
-
if (!f[
|
|
465
|
+
if (!f[j(n.prop)]) {
|
|
466
466
|
a.value.width = 0;
|
|
467
467
|
return;
|
|
468
468
|
}
|
|
469
|
-
const
|
|
469
|
+
const V = ((N = (R = f[j(n.prop)](h)) == null ? void 0 : R.at(0)) == null ? void 0 : N.children) || [], T = (P) => Array.from(P).map((_) => {
|
|
470
470
|
var $, D;
|
|
471
471
|
return (($ = _.type) == null ? void 0 : $.name) === "ElButton" && _.children !== "v-if" ? _ : (D = _.children) != null && D.length ? T(_.children) : null;
|
|
472
|
-
}).filter(Boolean).flat(), e = T(
|
|
472
|
+
}).filter(Boolean).flat(), e = T(V), i = (P) => {
|
|
473
473
|
let _ = "";
|
|
474
474
|
return P.forEach(($) => {
|
|
475
475
|
_ += $.children.default()[0].children;
|
|
@@ -508,7 +508,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
508
508
|
class: "operation-container"
|
|
509
509
|
}, [r]);
|
|
510
510
|
}
|
|
511
|
-
return f[
|
|
511
|
+
return f[j(n.prop)] ? f[j(n.prop)](h) : n.tag ? w(He, {
|
|
512
512
|
type: t(n, h)
|
|
513
513
|
}, _e(K = y(n, h)) ? K : {
|
|
514
514
|
default: () => [K]
|
|
@@ -518,12 +518,12 @@ const da = /* @__PURE__ */ ne({
|
|
|
518
518
|
n.click(h == null ? void 0 : h.row, h == null ? void 0 : h.$index);
|
|
519
519
|
}
|
|
520
520
|
}, [n.formatter ? n.formatter(h.row, h.column, h.row[n.prop], h.$index) : y(n, h)]) : w("span", {
|
|
521
|
-
class: ((
|
|
521
|
+
class: ((W = Qt(ce(h.row, n.prop), m.value.get(n.prop))) == null ? void 0 : W.state) || "text"
|
|
522
522
|
}, [n.formatter ? n.formatter(h.row, h.column, h.row[n.prop], h.$index) : y(n, h)]);
|
|
523
523
|
},
|
|
524
|
-
header: (h) => n.headerRender ? n.headerRender(h) : f[`${
|
|
524
|
+
header: (h) => n.headerRender ? n.headerRender(h) : f[`${j(n.prop)}Header`] ? f[`${j(n.prop)}Header`](h) : n.label
|
|
525
525
|
})]);
|
|
526
|
-
return (n, h) => (S(), F(b, Ne(
|
|
526
|
+
return (n, h) => (S(), F(b, je(Ne(a.value)), null, 16));
|
|
527
527
|
}
|
|
528
528
|
}), pa = { class: "custom-column-dialog" }, ha = { class: "table-body" }, fa = { class: "name" }, ma = {
|
|
529
529
|
key: 0,
|
|
@@ -541,13 +541,13 @@ const da = /* @__PURE__ */ ne({
|
|
|
541
541
|
setup(g, { expose: c, emit: a }) {
|
|
542
542
|
const f = M(), m = M(!1), y = g, t = M([]), b = M((/* @__PURE__ */ new Date()).getTime()), n = M(!1), h = M(), K = (i) => {
|
|
543
543
|
t.value = i, n.value = !0, fe(() => {
|
|
544
|
-
|
|
544
|
+
V();
|
|
545
545
|
});
|
|
546
|
-
},
|
|
546
|
+
}, R = (i) => {
|
|
547
547
|
m.value = i;
|
|
548
|
-
},
|
|
549
|
-
|
|
550
|
-
},
|
|
548
|
+
}, N = a, W = async () => {
|
|
549
|
+
N("submit", t.value), n.value = !1;
|
|
550
|
+
}, V = () => {
|
|
551
551
|
h.value && (h.value.destroy(), b.value = (/* @__PURE__ */ new Date()).getTime(), f.value.doLayout()), fe(() => {
|
|
552
552
|
const i = document.querySelector(".custom-column-dialog tbody");
|
|
553
553
|
h.value = Ze.create(i, {
|
|
@@ -573,14 +573,14 @@ const da = /* @__PURE__ */ ne({
|
|
|
573
573
|
m.value ? t.value = i : t.value = t.value.map((s) => {
|
|
574
574
|
const r = t.value.find((v) => v.prop === s.prop);
|
|
575
575
|
return !(r != null && r.isShow) || r.prop === "operation" ? s : i.find((v) => v.prop === s.prop);
|
|
576
|
-
}),
|
|
576
|
+
}), V();
|
|
577
577
|
}, e = () => {
|
|
578
578
|
n.value = !1;
|
|
579
579
|
};
|
|
580
580
|
return c({
|
|
581
581
|
openColSetting: K
|
|
582
582
|
}), (i, s) => (S(), L("div", pa, [
|
|
583
|
-
w(
|
|
583
|
+
w(Wt, {
|
|
584
584
|
modelValue: n.value,
|
|
585
585
|
"onUpdate:modelValue": s[1] || (s[1] = (r) => n.value = r),
|
|
586
586
|
size: "middle"
|
|
@@ -596,7 +596,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
596
596
|
"onUpdate:modelValue": s[0] || (s[0] = (r) => m.value = r),
|
|
597
597
|
class: "checkbox",
|
|
598
598
|
label: "全局",
|
|
599
|
-
onChange:
|
|
599
|
+
onChange: R
|
|
600
600
|
}, null, 8, ["modelValue"]),
|
|
601
601
|
B("div", ya, [
|
|
602
602
|
w(we, {
|
|
@@ -614,13 +614,13 @@ const da = /* @__PURE__ */ ne({
|
|
|
614
614
|
onClick: T
|
|
615
615
|
}, {
|
|
616
616
|
default: C(() => [
|
|
617
|
-
Z(
|
|
617
|
+
Z(Q(m.value ? "全局恢复默认" : "恢复默认"), 1)
|
|
618
618
|
]),
|
|
619
619
|
_: 1
|
|
620
620
|
}),
|
|
621
621
|
w(we, {
|
|
622
622
|
type: "primary",
|
|
623
|
-
onClick:
|
|
623
|
+
onClick: W
|
|
624
624
|
}, {
|
|
625
625
|
default: C(() => s[5] || (s[5] = [
|
|
626
626
|
Z("保存")
|
|
@@ -632,7 +632,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
632
632
|
]),
|
|
633
633
|
default: C(() => [
|
|
634
634
|
B("div", ha, [
|
|
635
|
-
(S(), F(p(
|
|
635
|
+
(S(), F(p(Ge), {
|
|
636
636
|
ref_key: "tableRef",
|
|
637
637
|
ref: f,
|
|
638
638
|
class: "custom-colum-table",
|
|
@@ -661,7 +661,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
661
661
|
}, {
|
|
662
662
|
default: C(({ row: r }) => [
|
|
663
663
|
B("div", fa, [
|
|
664
|
-
Z(
|
|
664
|
+
Z(Q(r.label) + " ", 1),
|
|
665
665
|
r.readonly ? (S(), L("span", ma, "(必选)")) : I("", !0),
|
|
666
666
|
r.prop !== "operation" ? (S(), F(p(ge), {
|
|
667
667
|
key: 1,
|
|
@@ -686,9 +686,9 @@ const da = /* @__PURE__ */ ne({
|
|
|
686
686
|
class: Ue(`custom-width-box ${r.readonly && "readonly"}`)
|
|
687
687
|
}, [
|
|
688
688
|
s[3] || (s[3] = B("span", { class: "text" }, "宽度", -1)),
|
|
689
|
-
B("span", ga,
|
|
689
|
+
B("span", ga, Q(r.width) + " px", 1),
|
|
690
690
|
r.readonly ? I("", !0) : (S(), L("div", va, [
|
|
691
|
-
w(p(
|
|
691
|
+
w(p(Je), {
|
|
692
692
|
modelValue: r.width,
|
|
693
693
|
"onUpdate:modelValue": (v) => r.width = v,
|
|
694
694
|
class: "custom-width-input",
|
|
@@ -759,7 +759,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
759
759
|
var u;
|
|
760
760
|
(u = o.querySelector("input")) == null || u.focus();
|
|
761
761
|
}
|
|
762
|
-
}, y = xe(), t = g, b = M(), n = ["selection", "radio", "index", "expand", "sort", "input"], h = M(t.isShowSearch), K = M(""),
|
|
762
|
+
}, y = xe(), t = g, b = M(), n = ["selection", "radio", "index", "expand", "sort", "input"], h = M(t.isShowSearch), K = M(""), R = M({}), N = M(t.maxHeight || "1000px"), { selectionChange: W, selectedList: V, selectedListIds: T, isSelected: e } = Zt(t.rowKey, t.selectChangeCallback), {
|
|
763
763
|
loading: i,
|
|
764
764
|
tableData: s,
|
|
765
765
|
pageable: r,
|
|
@@ -777,13 +777,13 @@ const da = /* @__PURE__ */ ne({
|
|
|
777
777
|
const d = {
|
|
778
778
|
ascending: "asc",
|
|
779
779
|
descending: "desc"
|
|
780
|
-
}, { prop: l, order: E } = o, x = u(
|
|
780
|
+
}, { prop: l, order: E } = o, x = u(j(l)), ie = d[E];
|
|
781
781
|
v.value = {
|
|
782
782
|
...v.value,
|
|
783
783
|
sortKey: x,
|
|
784
784
|
sortOrder: ie
|
|
785
785
|
}, r.value.page = 1, P();
|
|
786
|
-
},
|
|
786
|
+
}, G = () => b.value.clearSelection(), ve = () => b.value.clearSort(), Te = M(!1), $e = () => {
|
|
787
787
|
at(), st(), t.requestAuto && k(), t.data && (r.value.total = t.data.length);
|
|
788
788
|
};
|
|
789
789
|
mt(() => {
|
|
@@ -795,7 +795,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
795
795
|
}), vt(() => {
|
|
796
796
|
}), bt(() => {
|
|
797
797
|
});
|
|
798
|
-
const re = O(() => t.data ? t.pagination ? t.data.slice((r.value.page - 1) * r.value.size, r.value.size * r.value.page) : t.data : s.value),
|
|
798
|
+
const re = O(() => t.data ? t.pagination ? t.data.slice((r.value.page - 1) * r.value.size, r.value.size * r.value.page) : t.data : s.value), Qe = (o) => {
|
|
799
799
|
r.value.total = o;
|
|
800
800
|
};
|
|
801
801
|
yt(() => t.initParam, k, { deep: !0 });
|
|
@@ -824,7 +824,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
824
824
|
(Le = Be.value) == null || Le.forEach((o, u) => {
|
|
825
825
|
var E, x, ie;
|
|
826
826
|
o.search.order = ((E = o.search) == null ? void 0 : E.order) ?? u + 2;
|
|
827
|
-
const d = ((x = o.search) == null ? void 0 : x.key) ??
|
|
827
|
+
const d = ((x = o.search) == null ? void 0 : x.key) ?? j(o.prop), l = (ie = o.search) == null ? void 0 : ie.defaultValue;
|
|
828
828
|
l != null && (z.value[d] = l, v.value[d] = l);
|
|
829
829
|
});
|
|
830
830
|
const be = a, et = () => {
|
|
@@ -844,12 +844,12 @@ const da = /* @__PURE__ */ ne({
|
|
|
844
844
|
});
|
|
845
845
|
}, se = M(0), nt = (o, u) => {
|
|
846
846
|
const d = s.value.findIndex((l) => l.$showInput);
|
|
847
|
-
d > -1 && (s.value[d] = q(
|
|
847
|
+
d > -1 && (s.value[d] = q(R.value), s.value[d].$showInput = !1), se.value = Ve(o, String(u)), o.$showInput = !0, R.value = q(o);
|
|
848
848
|
}, ot = async (o, u, d) => {
|
|
849
849
|
Ut(o, u, se.value), d && await d(o), o.$showInput = !1, xt.success("更新成功"), await k();
|
|
850
850
|
}, lt = async (o) => {
|
|
851
|
-
const u = s.value.findIndex((d) =>
|
|
852
|
-
u > -1 && (s.value[u] = q(
|
|
851
|
+
const u = s.value.findIndex((d) => jt(Fe(d, Oe), Fe(o, Oe)));
|
|
852
|
+
u > -1 && (s.value[u] = q(R.value), s.value[u].$showInput = !1);
|
|
853
853
|
}, ze = Xt(t.customColumnCacheKey), Ie = M(null), ye = () => te.map(
|
|
854
854
|
(o, u) => ({
|
|
855
855
|
readonly: o.isCustomDisable || ["id", "operation"].includes(String(o.prop)),
|
|
@@ -902,24 +902,24 @@ const da = /* @__PURE__ */ ne({
|
|
|
902
902
|
pageable: r,
|
|
903
903
|
searchParam: v,
|
|
904
904
|
searchInitParam: z,
|
|
905
|
-
setPageTotal:
|
|
905
|
+
setPageTotal: Qe,
|
|
906
906
|
getTableList: k,
|
|
907
907
|
search: P,
|
|
908
908
|
reset: _,
|
|
909
909
|
handleSizeChange: $,
|
|
910
910
|
handleCurrentChange: D,
|
|
911
|
-
clearSelection:
|
|
911
|
+
clearSelection: G,
|
|
912
912
|
enumMap: Y,
|
|
913
913
|
isSelected: e,
|
|
914
|
-
selectedList:
|
|
914
|
+
selectedList: V,
|
|
915
915
|
selectedListIds: T
|
|
916
916
|
}), (o, u) => {
|
|
917
917
|
const d = St("loading");
|
|
918
|
-
return S(), F(p(
|
|
918
|
+
return S(), F(p(Vt), { locale: p(Rt) }, {
|
|
919
919
|
default: C(() => [
|
|
920
920
|
B("div", wa, [
|
|
921
921
|
B("div", _a, [
|
|
922
|
-
o.title ? (S(), L("div", ka,
|
|
922
|
+
o.title ? (S(), L("div", ka, Q(o.title), 1)) : I("", !0),
|
|
923
923
|
p(y).headerTip ? (S(), L("div", Pa, [
|
|
924
924
|
A(o.$slots, "headerTip", {}, void 0, !0)
|
|
925
925
|
])) : I("", !0)
|
|
@@ -937,7 +937,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
937
937
|
o.$slots.tableHeader ? (S(), L("div", $a, [
|
|
938
938
|
B("div", Ea, [
|
|
939
939
|
A(o.$slots, "tableHeader", {
|
|
940
|
-
selectedList: p(
|
|
940
|
+
selectedList: p(V),
|
|
941
941
|
selectedListIds: p(T),
|
|
942
942
|
isSelected: p(e)
|
|
943
943
|
}, void 0, !0)
|
|
@@ -978,7 +978,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
978
978
|
_: 1
|
|
979
979
|
})
|
|
980
980
|
])) : I("", !0),
|
|
981
|
-
Ce((S(), F(p(
|
|
981
|
+
Ce((S(), F(p(Ge), J({
|
|
982
982
|
ref_key: "tableRef",
|
|
983
983
|
ref: b
|
|
984
984
|
}, o.$attrs, {
|
|
@@ -986,12 +986,12 @@ const da = /* @__PURE__ */ ne({
|
|
|
986
986
|
data: re.value,
|
|
987
987
|
border: o.border,
|
|
988
988
|
"row-key": o.rowKey,
|
|
989
|
-
"max-height":
|
|
989
|
+
"max-height": N.value,
|
|
990
990
|
"row-style": { height: "42px" },
|
|
991
991
|
"tooltip-effect": "light",
|
|
992
992
|
"tooltip-options": { showArrow: !1, placement: "bottom-start", offset: t.offset ? t.offset : -20 }
|
|
993
993
|
}, _t(o.$attrs), {
|
|
994
|
-
onSelectionChange: p(
|
|
994
|
+
onSelectionChange: p(W),
|
|
995
995
|
onSortChange: u[1] || (u[1] = (l) => t.onSortChange ? t.onSortChange(l) : U(l))
|
|
996
996
|
}), {
|
|
997
997
|
append: C(() => [
|
|
@@ -1001,7 +1001,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1001
1001
|
B("div", La, [
|
|
1002
1002
|
A(o.$slots, "empty", {}, () => [
|
|
1003
1003
|
B("img", {
|
|
1004
|
-
src: `${p(
|
|
1004
|
+
src: `${p(Nt)}ghy-components/empty.png`,
|
|
1005
1005
|
class: "zh-empty-img",
|
|
1006
1006
|
alt: "notData"
|
|
1007
1007
|
}, null, 8, Da),
|
|
@@ -1011,7 +1011,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1011
1011
|
]),
|
|
1012
1012
|
default: C(() => [
|
|
1013
1013
|
(S(!0), L(H, null, he(p(te).sort((l, E) => l.order - E.order), (l) => (S(), L(H, { key: l }, [
|
|
1014
|
-
l.type && n.includes(l.type) && l.isShow ? (S(), F(p(oe),
|
|
1014
|
+
l.type && n.includes(l.type) && l.isShow ? (S(), F(p(oe), J({
|
|
1015
1015
|
key: 0,
|
|
1016
1016
|
ref_for: !0
|
|
1017
1017
|
}, l, {
|
|
@@ -1020,10 +1020,10 @@ const da = /* @__PURE__ */ ne({
|
|
|
1020
1020
|
}), pe({
|
|
1021
1021
|
default: C((E) => [
|
|
1022
1022
|
l.type == "expand" ? (S(), L(H, { key: 0 }, [
|
|
1023
|
-
l.render ? (S(), F(de(l.render),
|
|
1023
|
+
l.render ? (S(), F(de(l.render), J({
|
|
1024
1024
|
key: 0,
|
|
1025
1025
|
ref_for: !0
|
|
1026
|
-
}, E), null, 16)) : A(o.$slots, l.type,
|
|
1026
|
+
}, E), null, 16)) : A(o.$slots, l.type, J({
|
|
1027
1027
|
key: 1,
|
|
1028
1028
|
ref_for: !0
|
|
1029
1029
|
}, E), void 0, !0)
|
|
@@ -1044,7 +1044,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1044
1044
|
})) : I("", !0),
|
|
1045
1045
|
l.type == "input" ? (S(), L(H, { key: 2 }, [
|
|
1046
1046
|
E.row.$showInput ? (S(), L("div", Ma, [
|
|
1047
|
-
Ce(w(p(
|
|
1047
|
+
Ce(w(p(Je), {
|
|
1048
1048
|
modelValue: se.value,
|
|
1049
1049
|
"onUpdate:modelValue": u[0] || (u[0] = (x) => se.value = x),
|
|
1050
1050
|
min: 0,
|
|
@@ -1081,7 +1081,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1081
1081
|
}, {
|
|
1082
1082
|
default: C(() => [
|
|
1083
1083
|
B("span", Ia, [
|
|
1084
|
-
Z(
|
|
1084
|
+
Z(Q(p(Ve)(E.row, String(l.prop))) + " ", 1),
|
|
1085
1085
|
w(p(Se), {
|
|
1086
1086
|
underline: !1,
|
|
1087
1087
|
class: "text d-flex inline-input-text pointer",
|
|
@@ -1103,7 +1103,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1103
1103
|
l.headerRender ? {
|
|
1104
1104
|
name: "header",
|
|
1105
1105
|
fn: C((E) => [
|
|
1106
|
-
(S(), F(de(l.headerRender),
|
|
1106
|
+
(S(), F(de(l.headerRender), J({ ref_for: !0 }, E), null, 16))
|
|
1107
1107
|
]),
|
|
1108
1108
|
key: "0"
|
|
1109
1109
|
} : void 0
|
|
@@ -1116,7 +1116,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1116
1116
|
he(Object.keys(o.$slots), (E) => ({
|
|
1117
1117
|
name: E,
|
|
1118
1118
|
fn: C((x) => [
|
|
1119
|
-
A(o.$slots, E,
|
|
1119
|
+
A(o.$slots, E, J({ ref_for: !0 }, x), void 0, !0)
|
|
1120
1120
|
])
|
|
1121
1121
|
}))
|
|
1122
1122
|
]), 1032, ["column", "custom-column"])) : I("", !0)
|
|
@@ -1135,7 +1135,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1135
1135
|
"handle-current-change": p(D)
|
|
1136
1136
|
}, {
|
|
1137
1137
|
zhPaginationLeftSlot: C((l) => [
|
|
1138
|
-
A(o.$slots, "zhPaginationLeft", Ne(
|
|
1138
|
+
A(o.$slots, "zhPaginationLeft", je(Ne(l)), void 0, !0)
|
|
1139
1139
|
]),
|
|
1140
1140
|
_: 3
|
|
1141
1141
|
}, 8, ["pageable", "handle-size-change", "handle-current-change"])) : I("", !0)
|
|
@@ -1153,7 +1153,7 @@ const da = /* @__PURE__ */ ne({
|
|
|
1153
1153
|
}, 8, ["locale"]);
|
|
1154
1154
|
};
|
|
1155
1155
|
}
|
|
1156
|
-
}), Oa = /* @__PURE__ */ le(Fa, [["__scopeId", "data-v-ff062d01"]]),
|
|
1156
|
+
}), Oa = /* @__PURE__ */ le(Fa, [["__scopeId", "data-v-ff062d01"]]), ja = qt(Oa);
|
|
1157
1157
|
export {
|
|
1158
|
-
|
|
1158
|
+
ja as Z
|
|
1159
1159
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as p, openBlock as r, createBlock as l, unref as s, withCtx as a, renderSlot as c, createElementVNode as i } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
import { _ as f } from "./Button-
|
|
4
|
-
import { w as d } from "./utils-
|
|
2
|
+
import { Y as m } from "./vendor-gTOtiVzA.js";
|
|
3
|
+
import { _ as f } from "./Button-Va8xfPJd.js";
|
|
4
|
+
import { w as d } from "./utils-D-zYpBSZ.js";
|
|
5
5
|
const u = /* @__PURE__ */ p({
|
|
6
6
|
name: "zh-tool-tips",
|
|
7
7
|
__name: "ToolTips",
|