zhihao-ui 1.2.12 → 1.2.14
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-CX8jhSiU.js → BaseInfo-7jZU0u6I.js} +1 -1
- package/dist/es/{Button-Dayz-XVx.js → Button-B9P_SsZw.js} +2 -2
- package/dist/es/{DatePicker-vfIj425T.js → DatePicker-Cc2HzfbO.js} +22 -21
- package/dist/es/{DetailHeader-DrlhwY52.js → DetailHeader-DWSW65H4.js} +3 -3
- package/dist/es/{DetailSubTitle-QEEHnjR_.js → DetailSubTitle-BcmMobfK.js} +2 -2
- package/dist/es/{Dialog-CLQwwXs6.js → Dialog-CPGMb7bN.js} +7 -6
- package/dist/es/{DiyDataTable-CjU8lE1d.js → DiyDataTable-D9plKikG.js} +108 -100
- package/dist/es/{EditInfoPair-BAkhPrrp.js → EditInfoPair-DK6juMvt.js} +3 -3
- package/dist/es/{FileWrapper-WvZK7e6H.js → FileWrapper-DJK4gH30.js} +4 -4
- package/dist/es/{Grid-B8GjLkPJ.js → Grid-ChfF9Fgz.js} +1 -1
- package/dist/es/{InfoPair-CVRcV6zN.js → InfoPair-Ba3m95Ys.js} +3 -3
- package/dist/es/{Input-D3aG3Fqg.js → Input-nPdfvjre.js} +3 -3
- package/dist/es/{Loading-CJ0YVxxE.js → Loading-5GrMZQAf.js} +2 -2
- package/dist/es/{Map-CjPsc0XI.js → Map-Q8kvdbDZ.js} +3 -3
- package/dist/es/{MessageBox-CMjFYHiw.js → MessageBox-SFDDgn41.js} +2 -2
- package/dist/es/{MoneyInput-Ctz5oyHG.js → MoneyInput-DfIiKsPe.js} +5 -5
- package/dist/es/{PageHeadPanel-B13UDwTh.js → PageHeadPanel-BnA69dS-.js} +2 -2
- package/dist/es/Table-B9yUodsT.js +1121 -0
- package/dist/es/{ToolTips-ZGKTR5KG.js → ToolTips-BHQpNHPT.js} +3 -3
- package/dist/es/index.js +50 -47
- package/dist/es/{utils-DR-4CNcy.js → utils-BbabHGt0.js} +1 -1
- package/dist/es/{vendor-qv9XzgYI.js → vendor-CUDSGmu_.js} +13416 -11462
- package/dist/index.css +1 -1
- package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +15 -1
- package/dist/types/components/DiyDataTable/index.d.ts +12 -1
- package/dist/types/components/DiyDataTable/type.d.ts +2 -0
- package/dist/types/components/Table/Table.vue.d.ts +984 -0
- package/dist/types/components/Table/components/ColSetting.vue.d.ts +41 -0
- package/dist/types/components/Table/components/SearchForm.vue.d.ts +57 -0
- package/dist/types/components/Table/components/SearchFormItem.vue.d.ts +32 -0
- package/dist/types/components/Table/components/TableColumn.vue.d.ts +19 -0
- package/dist/types/components/Table/components/tablePagination.vue.d.ts +21 -0
- package/dist/types/components/Table/hooks/useSelection.d.ts +17 -0
- package/dist/types/components/Table/hooks/useTable.d.ts +50 -0
- package/dist/types/components/Table/index.d.ts +2946 -0
- package/dist/types/components/Table/types.d.ts +78 -0
- package/dist/types/components/Table/utils.d.ts +55 -0
- package/dist/types/components/const.d.ts +4 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +33 -28
- package/package.json +1 -1
- package/dist/types/components/MessageBox/types.d.ts +0 -20
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as h, ref as o, provide as n, watch as i, resolveComponent as p, openBlock as m, createBlock as W, withCtx as v, renderSlot as b } from "vue";
|
|
2
|
-
import { w as g } from "./utils-
|
|
2
|
+
import { w as g } from "./utils-BbabHGt0.js";
|
|
3
3
|
const C = /* @__PURE__ */ h({
|
|
4
4
|
name: "ZhBaseInfo",
|
|
5
5
|
__name: "BaseInfo",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as a, openBlock as r, createBlock as u, unref as c, mergeProps as p, withCtx as l, renderSlot as i } from "vue";
|
|
2
|
-
import { E as f, a as d } from "./vendor-
|
|
3
|
-
import { w as _ } from "./utils-
|
|
2
|
+
import { E as f, a as d } from "./vendor-CUDSGmu_.js";
|
|
3
|
+
import { w as _ } from "./utils-BbabHGt0.js";
|
|
4
4
|
const h = /* @__PURE__ */ a({
|
|
5
5
|
name: "ZhButton",
|
|
6
6
|
inheritAttrs: !1,
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as d, openBlock as u, createElementBlock as
|
|
2
|
-
import { h as g, b as Y } from "./vendor-
|
|
3
|
-
import { w as A } from "./utils-
|
|
4
|
-
const p = "--", m = "YYYY-MM-DDTHH:mm:ss", T = "YYYY-MM-DDT23:59:59", E = "YYYY-MM-DD", i = (e, l = E) => e ? g(e).format(l).replace("Invalid date", p) : p, N = (e) => typeof e == "number" ? !0 : typeof e == "string" ? !isNaN(parseFloat(e)) : !1;
|
|
5
|
-
function
|
|
1
|
+
import { defineComponent as d, openBlock as u, createElementBlock as h, normalizeClass as f, createVNode as D, unref as M, mergeProps as _ } from "vue";
|
|
2
|
+
import { h as g, b as Y } from "./vendor-CUDSGmu_.js";
|
|
3
|
+
import { w as A } from "./utils-BbabHGt0.js";
|
|
4
|
+
const p = "--", m = "YYYY-MM-DDTHH:mm:ss", T = "YYYY-MM-DDT23:59:59", E = "YYYY-MM-DD", C = "https://static.zhihaoscm.cn/", i = (e, l = E) => e ? g(e).format(l).replace("Invalid date", p) : p, N = (e) => typeof e == "number" ? !0 : typeof e == "string" ? !isNaN(parseFloat(e)) : !1;
|
|
5
|
+
function U(e) {
|
|
6
6
|
const l = ["角", "分"], c = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"], s = [
|
|
7
7
|
["元", "万", "亿"],
|
|
8
8
|
["", "拾", "佰", "仟"]
|
|
9
9
|
], n = e < 0 ? "负" : "";
|
|
10
10
|
e = Math.abs(e);
|
|
11
|
-
let
|
|
12
|
-
for (let
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
for (let
|
|
11
|
+
let o = "";
|
|
12
|
+
for (let a = 0; a < l.length; a++)
|
|
13
|
+
o += (c[Math.floor(e * 10 * Math.pow(10, a)) % 10] + l[a]).replace(/零./, "");
|
|
14
|
+
o = o || "整", e = Math.floor(e);
|
|
15
|
+
for (let a = 0; a < s[0].length && e > 0; a++) {
|
|
16
16
|
let t = "";
|
|
17
17
|
for (let r = 0; r < s[1].length && e > 0; r++)
|
|
18
18
|
t = c[e % 10] + s[1][r] + t, e = Math.floor(e / 10);
|
|
19
|
-
|
|
19
|
+
o = t.replace(/(零.)*零$/, "").replace(/^$/, "零") + s[0][a] + o;
|
|
20
20
|
}
|
|
21
|
-
return n +
|
|
21
|
+
return n + o.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
22
22
|
}
|
|
23
23
|
const k = /* @__PURE__ */ d({
|
|
24
24
|
name: "zh-date-picker",
|
|
@@ -30,28 +30,29 @@ const k = /* @__PURE__ */ d({
|
|
|
30
30
|
},
|
|
31
31
|
emits: ["update:modelValue", "change"],
|
|
32
32
|
setup(e, { emit: l }) {
|
|
33
|
-
const c = e, s = l, n = (t) => Array.isArray(t) ? [i(t[0], m), i(t[1], T)] : t && i(t, m),
|
|
33
|
+
const c = e, s = l, n = (t) => Array.isArray(t) ? [i(t[0], m), i(t[1], T)] : t && i(t, m), o = (t) => {
|
|
34
34
|
const r = n(t);
|
|
35
35
|
s("update:modelValue", r);
|
|
36
|
-
},
|
|
36
|
+
}, a = (t) => {
|
|
37
37
|
const r = n(t);
|
|
38
38
|
s("change", r);
|
|
39
39
|
};
|
|
40
|
-
return (t, r) => (u(),
|
|
41
|
-
class:
|
|
40
|
+
return (t, r) => (u(), h("div", {
|
|
41
|
+
class: f([c.class, "zh-date-picker"])
|
|
42
42
|
}, [
|
|
43
43
|
D(M(Y), _(t.$attrs, {
|
|
44
44
|
style: c.style,
|
|
45
45
|
"model-value": c.modelValue,
|
|
46
|
-
"onUpdate:modelValue":
|
|
47
|
-
onChange:
|
|
46
|
+
"onUpdate:modelValue": o,
|
|
47
|
+
onChange: a
|
|
48
48
|
}), null, 16, ["style", "model-value"])
|
|
49
49
|
], 2));
|
|
50
50
|
}
|
|
51
|
-
}),
|
|
51
|
+
}), L = A(k);
|
|
52
52
|
export {
|
|
53
|
+
C,
|
|
53
54
|
p as D,
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
L as Z,
|
|
56
|
+
U as d,
|
|
56
57
|
N as v
|
|
57
58
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as h, useSlots as p, openBlock as a, createElementBlock as o, createElementVNode as e, renderSlot as l, toDisplayString as i, Fragment as m, renderList as u, unref as n, normalizeClass as g, createCommentVNode as k } from "vue";
|
|
2
|
-
import { D as v } from "./DatePicker-
|
|
3
|
-
import { _ as D } from "./Button-
|
|
4
|
-
import { w as y } from "./utils-
|
|
2
|
+
import { D as v } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { _ as D } from "./Button-B9P_SsZw.js";
|
|
4
|
+
import { w as y } from "./utils-BbabHGt0.js";
|
|
5
5
|
const I = { class: "common-card" }, b = { class: "detail-header" }, E = { class: "detail-header--left" }, H = { class: "title common-title" }, M = { class: "info-pair--label" }, $ = { class: "info-pair--value" }, C = {
|
|
6
6
|
key: 1,
|
|
7
7
|
class: "detail-header--right"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as r, openBlock as o, createElementBlock as s, createElementVNode as l, createTextVNode as a, toDisplayString as t, createCommentVNode as p, normalizeClass as c, renderSlot as m, unref as d } from "vue";
|
|
2
|
-
import { D as u } from "./DatePicker-
|
|
3
|
-
import { w as f } from "./utils-
|
|
2
|
+
import { D as u } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { w as f } from "./utils-BbabHGt0.js";
|
|
4
4
|
const _ = { class: "info-pair" }, v = { class: "info-pair--title" }, h = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "info-pair--title--tip"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as v, useModel as b, computed as w, openBlock as r, createBlock as T, unref as D, mergeProps as M, withCtx as o, renderSlot as s, createElementVNode as c, createVNode as u, createTextVNode as p, toDisplayString as t, createElementBlock as z, createCommentVNode as E, mergeModels as m } from "vue";
|
|
2
|
-
import { Z as f } from "./Button-
|
|
3
|
-
import { c as Z } from "./vendor-
|
|
4
|
-
import { w as I } from "./utils-
|
|
2
|
+
import { Z as f } from "./Button-B9P_SsZw.js";
|
|
3
|
+
import { c as Z } from "./vendor-CUDSGmu_.js";
|
|
4
|
+
import { w as I } from "./utils-BbabHGt0.js";
|
|
5
5
|
const N = { class: "title" }, O = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "sub-title"
|
|
8
|
-
}, S = { class: "zh-dialog__footer" },
|
|
8
|
+
}, S = { class: "zh-dialog__footer" }, _ = /* @__PURE__ */ v({
|
|
9
9
|
__name: "Dialog",
|
|
10
10
|
props: /* @__PURE__ */ m({
|
|
11
11
|
title: {},
|
|
@@ -103,7 +103,8 @@ const N = { class: "title" }, O = {
|
|
|
103
103
|
_: 3
|
|
104
104
|
}, 16, ["modelValue", "width", "close-on-click-modal"]));
|
|
105
105
|
}
|
|
106
|
-
}), A = I(
|
|
106
|
+
}), A = I(_);
|
|
107
107
|
export {
|
|
108
|
-
A as Z
|
|
108
|
+
A as Z,
|
|
109
|
+
_
|
|
109
110
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { D as
|
|
3
|
-
import { d as
|
|
4
|
-
import { _ as
|
|
5
|
-
import { w as
|
|
6
|
-
var
|
|
7
|
-
const
|
|
1
|
+
import { defineComponent as H, useModel as N, ref as b, openBlock as s, createBlock as g, unref as o, withCtx as p, createVNode as c, createElementBlock as f, Fragment as Z, renderList as z, normalizeClass as w, toDisplayString as m, renderSlot as D, createCommentVNode as x, createElementVNode as y, createTextVNode as V, mergeModels as X } from "vue";
|
|
2
|
+
import { D as j } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { d as k, e as $, f as K, g as P, i as _, j as C, k as G, l as T, E as L } from "./vendor-CUDSGmu_.js";
|
|
4
|
+
import { _ as J } from "./Button-B9P_SsZw.js";
|
|
5
|
+
import { w as Q } from "./utils-BbabHGt0.js";
|
|
6
|
+
var v = /* @__PURE__ */ ((u) => (u.AUTOCOMPLETE = "autocomplete", u.FORMAT = "format", u.TEXT = "text", u))(v || {});
|
|
7
|
+
const W = { key: 0 }, Y = {
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "col-edit-header"
|
|
10
|
-
},
|
|
10
|
+
}, ee = ["onClick"], te = { key: 0 }, ae = { key: 2 }, re = { class: "header-operation-container" }, le = { class: "operation-container" }, oe = ["onClick"], M = "$ZH_DIV$", ie = /* @__PURE__ */ H({
|
|
11
11
|
name: "zh-diy-data-table",
|
|
12
12
|
__name: "DiyDataTable",
|
|
13
|
-
props: /* @__PURE__ */
|
|
13
|
+
props: /* @__PURE__ */ X({
|
|
14
14
|
isEdit: { type: Boolean, default: !1 },
|
|
15
15
|
maxRowLength: { default: 50 },
|
|
16
16
|
maxColLength: { default: 10 }
|
|
@@ -20,120 +20,120 @@ const Q = { key: 0 }, W = {
|
|
|
20
20
|
}),
|
|
21
21
|
emits: ["update:rawData"],
|
|
22
22
|
setup(u, { expose: R }) {
|
|
23
|
-
const h = u, n =
|
|
23
|
+
const h = u, n = N(u, "rawData"), i = b([]), A = () => {
|
|
24
24
|
if (n.value.length === h.maxRowLength) {
|
|
25
|
-
|
|
25
|
+
k({
|
|
26
26
|
message: `最多添加${h.maxRowLength}行`,
|
|
27
27
|
type: "warning"
|
|
28
28
|
});
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
31
|
n.value.push({});
|
|
32
|
-
},
|
|
32
|
+
}, U = () => {
|
|
33
33
|
if (i.value.filter((e) => e.isAdd).length >= h.maxColLength) {
|
|
34
|
-
|
|
34
|
+
k({
|
|
35
35
|
message: `最多添加${h.maxColLength}列`,
|
|
36
36
|
type: "warning"
|
|
37
37
|
});
|
|
38
38
|
return;
|
|
39
39
|
}
|
|
40
|
-
const
|
|
40
|
+
const r = String(Date.now());
|
|
41
41
|
i.value.push({
|
|
42
|
-
prop:
|
|
42
|
+
prop: r,
|
|
43
43
|
label: "",
|
|
44
44
|
isEditHeader: !0,
|
|
45
45
|
isAdd: !0,
|
|
46
46
|
maxlength: 15,
|
|
47
47
|
headerMaxlength: 15
|
|
48
48
|
});
|
|
49
|
-
},
|
|
49
|
+
}, F = (a, r) => {
|
|
50
50
|
i.value.splice(a, 1), n.value.forEach((e) => {
|
|
51
|
-
delete e[
|
|
51
|
+
delete e[r.prop];
|
|
52
52
|
});
|
|
53
|
-
},
|
|
53
|
+
}, S = (a) => {
|
|
54
54
|
n.value.splice(a, 1);
|
|
55
|
-
},
|
|
56
|
-
|
|
57
|
-
e.completeList.filter((
|
|
55
|
+
}, O = (a, r, e) => {
|
|
56
|
+
r(
|
|
57
|
+
e.completeList.filter((l) => l.includes(a)).map((l) => ({ value: l }))
|
|
58
58
|
);
|
|
59
|
-
},
|
|
59
|
+
}, q = (a) => [
|
|
60
60
|
{
|
|
61
|
-
validator: (
|
|
61
|
+
validator: (r, e, l) => {
|
|
62
62
|
if (!i.value[a].label) {
|
|
63
|
-
|
|
63
|
+
l(new Error("请输入表头"));
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
|
|
66
|
+
l();
|
|
67
67
|
},
|
|
68
68
|
message: "请输入表头",
|
|
69
69
|
trigger: ["blur", "change"]
|
|
70
70
|
}
|
|
71
|
-
],
|
|
72
|
-
const
|
|
73
|
-
return a.required &&
|
|
71
|
+
], I = (a) => {
|
|
72
|
+
const r = [];
|
|
73
|
+
return a.required && r.push({
|
|
74
74
|
required: !0,
|
|
75
75
|
message: "请输入" + a.label,
|
|
76
|
-
trigger: "blur"
|
|
77
|
-
}), a.varidate &&
|
|
78
|
-
validator: (e,
|
|
79
|
-
const d = a.varidate(
|
|
76
|
+
trigger: a.slot ? void 0 : "blur"
|
|
77
|
+
}), a.varidate && r.push({
|
|
78
|
+
validator: (e, l, t) => {
|
|
79
|
+
const d = a.varidate(l);
|
|
80
80
|
d !== !0 ? t(new Error(d)) : t();
|
|
81
81
|
},
|
|
82
|
-
trigger: "blur"
|
|
83
|
-
}),
|
|
84
|
-
},
|
|
82
|
+
trigger: a.slot ? void 0 : "blur"
|
|
83
|
+
}), r;
|
|
84
|
+
}, E = b();
|
|
85
85
|
return R({
|
|
86
86
|
/** 初始化数据 */
|
|
87
|
-
initData: (a,
|
|
88
|
-
console.log("initData", a,
|
|
87
|
+
initData: (a, r) => {
|
|
88
|
+
console.log("initData", a, r), a = $(a) || [], a.length === 0 && a.push({}), r = [...r];
|
|
89
89
|
for (const e in a[0])
|
|
90
|
-
if (!
|
|
91
|
-
(
|
|
90
|
+
if (!r.some(
|
|
91
|
+
(l) => l.prop === e
|
|
92
92
|
)) {
|
|
93
|
-
const
|
|
93
|
+
const l = Date.now() + e, t = e.split(M);
|
|
94
94
|
if (t.length !== 2) {
|
|
95
95
|
console.log("keySplit 失败", e);
|
|
96
96
|
continue;
|
|
97
97
|
}
|
|
98
98
|
const d = Number(t[1]);
|
|
99
|
-
|
|
99
|
+
r[d] = {
|
|
100
100
|
prop: e,
|
|
101
101
|
isEditHeader: !0,
|
|
102
102
|
label: t[0],
|
|
103
|
-
key:
|
|
103
|
+
key: l,
|
|
104
104
|
isAdd: !0,
|
|
105
105
|
maxlength: 15,
|
|
106
106
|
headerMaxlength: 15
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
|
-
n.value = a, i.value =
|
|
109
|
+
n.value = a, i.value = r;
|
|
110
110
|
},
|
|
111
111
|
/** 获取数据 */
|
|
112
112
|
getData: async () => {
|
|
113
|
-
await
|
|
114
|
-
for (const
|
|
115
|
-
const e = i.value[
|
|
116
|
-
for (const
|
|
117
|
-
if (e.prop !==
|
|
118
|
-
|
|
113
|
+
await E.value.validate();
|
|
114
|
+
for (const r in i.value) {
|
|
115
|
+
const e = i.value[r];
|
|
116
|
+
for (const l of i.value)
|
|
117
|
+
if (e.prop !== l.prop && e.label === l.label) {
|
|
118
|
+
k({
|
|
119
119
|
message: "所有列的表头不可重复",
|
|
120
120
|
type: "warning"
|
|
121
121
|
});
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
const a =
|
|
126
|
-
for (const
|
|
127
|
-
const e = a[
|
|
128
|
-
for (const
|
|
129
|
-
const t = i.value[
|
|
130
|
-
if (t.isSameData &&
|
|
125
|
+
const a = $(n.value);
|
|
126
|
+
for (const r in a) {
|
|
127
|
+
const e = a[r];
|
|
128
|
+
for (const l in i.value) {
|
|
129
|
+
const t = i.value[l];
|
|
130
|
+
if (t.isSameData && r !== "0" && (e[t.prop] = a[0][t.prop]), t.varidate && !t.varidate(e[t.prop]))
|
|
131
131
|
return;
|
|
132
132
|
if (t.isAdd) {
|
|
133
|
-
const d = t.label + M +
|
|
133
|
+
const d = t.label + M + l;
|
|
134
134
|
e[d] = e[t.prop], delete e[t.prop];
|
|
135
135
|
}
|
|
136
|
-
t.formatter && t.type ===
|
|
136
|
+
t.formatter && t.type === v.FORMAT && (e[t.prop] = t.formatter(e));
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
return console.log("DiyDataTable 获取数据", a, i.value), {
|
|
@@ -142,42 +142,42 @@ const Q = { key: 0 }, W = {
|
|
|
142
142
|
};
|
|
143
143
|
},
|
|
144
144
|
/** 更新列配置数据 */
|
|
145
|
-
updateColumn: (a,
|
|
145
|
+
updateColumn: (a, r) => {
|
|
146
146
|
const e = i.value[a].prop;
|
|
147
|
-
if (i.value[a] =
|
|
148
|
-
for (const
|
|
149
|
-
r
|
|
147
|
+
if (i.value[a] = r, e !== r.prop)
|
|
148
|
+
for (const l of n.value)
|
|
149
|
+
l[r.prop] = l[e], delete l[e];
|
|
150
150
|
}
|
|
151
|
-
}), (a,
|
|
151
|
+
}), (a, r) => (s(), g(o(K), {
|
|
152
152
|
class: "diy-data-table",
|
|
153
153
|
model: u.rawData,
|
|
154
154
|
ref_key: "formRef",
|
|
155
|
-
ref:
|
|
155
|
+
ref: E
|
|
156
156
|
}, {
|
|
157
157
|
default: p(() => [
|
|
158
|
-
|
|
158
|
+
c(o(P), { data: n.value }, {
|
|
159
159
|
default: p(() => [
|
|
160
|
-
|
|
160
|
+
c(o(_), {
|
|
161
161
|
type: "index",
|
|
162
162
|
label: "序号",
|
|
163
163
|
width: "132",
|
|
164
164
|
fixed: "left"
|
|
165
165
|
}),
|
|
166
|
-
(s(!0), f(
|
|
167
|
-
key: e.key ||
|
|
166
|
+
(s(!0), f(Z, null, z(i.value, (e, l) => (s(), g(o(_), {
|
|
167
|
+
key: e.key || l,
|
|
168
168
|
prop: e.prop,
|
|
169
169
|
label: e.label,
|
|
170
170
|
width: e.width,
|
|
171
171
|
fixed: e.fixed
|
|
172
172
|
}, {
|
|
173
173
|
header: p(() => [
|
|
174
|
-
a.isEdit ? e.isEditHeader ? (s(), f("div",
|
|
175
|
-
|
|
176
|
-
prop: `columns.${
|
|
177
|
-
rules:
|
|
174
|
+
a.isEdit ? e.isEditHeader ? (s(), f("div", Y, [
|
|
175
|
+
c(o(C), {
|
|
176
|
+
prop: `columns.${l}`,
|
|
177
|
+
rules: q(l)
|
|
178
178
|
}, {
|
|
179
179
|
default: p(() => [
|
|
180
|
-
|
|
180
|
+
c(o(T), {
|
|
181
181
|
modelValue: e.label,
|
|
182
182
|
"onUpdate:modelValue": (t) => e.label = t,
|
|
183
183
|
maxlength: e.headerMaxlength || 20,
|
|
@@ -189,30 +189,34 @@ const Q = { key: 0 }, W = {
|
|
|
189
189
|
e.isAdd ? (s(), f("i", {
|
|
190
190
|
key: 0,
|
|
191
191
|
class: "iconfont icon-close",
|
|
192
|
-
onClick: (t) =>
|
|
193
|
-
}, null, 8,
|
|
192
|
+
onClick: (t) => F(l, e)
|
|
193
|
+
}, null, 8, ee)) : x("", !0)
|
|
194
194
|
])) : (s(), f("div", {
|
|
195
195
|
key: 2,
|
|
196
|
-
class:
|
|
197
|
-
},
|
|
196
|
+
class: w({ "is-required-label": e.required })
|
|
197
|
+
}, m(e.label), 3)) : (s(), f("div", W, m(e.label), 1))
|
|
198
198
|
]),
|
|
199
199
|
default: p((t) => [
|
|
200
|
-
h.isEdit && (!e.isSameData || t.$index === 0) && e.type !== o(
|
|
200
|
+
h.isEdit && (!e.isSameData || t.$index === 0) && e.type !== o(v).TEXT ? (s(), g(o(C), {
|
|
201
201
|
key: 0,
|
|
202
202
|
prop: `${t.$index}.${e.prop}`,
|
|
203
|
-
rules:
|
|
204
|
-
class:
|
|
203
|
+
rules: I(e),
|
|
204
|
+
class: w(["col-edit-container", { "close-padding": e.isAdd }])
|
|
205
205
|
}, {
|
|
206
206
|
default: p(() => [
|
|
207
|
-
e.type === o(
|
|
207
|
+
e.type === o(v).FORMAT && e.formatter ? (s(), f("div", te, m(e.formatter(t.row)), 1)) : e.type === o(v).AUTOCOMPLETE ? (s(), g(o(G), {
|
|
208
208
|
key: 1,
|
|
209
209
|
modelValue: t.row[e.prop],
|
|
210
210
|
"onUpdate:modelValue": (d) => t.row[e.prop] = d,
|
|
211
211
|
placeholder: e.placeholder || "请输入",
|
|
212
|
-
"fetch-suggestions": (d,
|
|
212
|
+
"fetch-suggestions": (d, B) => O(d, B, e),
|
|
213
213
|
maxlength: e.maxlength || 20
|
|
214
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "fetch-suggestions", "maxlength"])) : (
|
|
214
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "fetch-suggestions", "maxlength"])) : e.slot ? D(a.$slots, e.slot, {
|
|
215
215
|
key: 2,
|
|
216
|
+
row: t.row,
|
|
217
|
+
$index: t.$index
|
|
218
|
+
}, void 0, !0) : (s(), g(o(T), {
|
|
219
|
+
key: 3,
|
|
216
220
|
modelValue: t.row[e.prop],
|
|
217
221
|
"onUpdate:modelValue": (d) => t.row[e.prop] = d,
|
|
218
222
|
placeholder: e.placeholder || "请输入",
|
|
@@ -222,36 +226,40 @@ const Q = { key: 0 }, W = {
|
|
|
222
226
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "formatter", "parser", "maxlength"]))
|
|
223
227
|
]),
|
|
224
228
|
_: 2
|
|
225
|
-
}, 1032, ["prop", "rules", "class"])) :
|
|
229
|
+
}, 1032, ["prop", "rules", "class"])) : e.slot ? D(a.$slots, e.slot, {
|
|
230
|
+
key: 1,
|
|
231
|
+
row: t.row,
|
|
232
|
+
$index: t.$index
|
|
233
|
+
}, void 0, !0) : (s(), f("div", ae, m((e.isSameData ? n.value[0][e.prop] : t.row[e.prop]) || o(j)), 1))
|
|
226
234
|
]),
|
|
227
235
|
_: 2
|
|
228
236
|
}, 1032, ["prop", "label", "width", "fixed"]))), 128)),
|
|
229
|
-
h.isEdit ? (s(),
|
|
237
|
+
h.isEdit ? (s(), g(o(_), {
|
|
230
238
|
key: 0,
|
|
231
239
|
width: "150",
|
|
232
240
|
fixed: "right"
|
|
233
241
|
}, {
|
|
234
242
|
header: p(() => [
|
|
235
|
-
y("div",
|
|
236
|
-
|
|
243
|
+
y("div", re, [
|
|
244
|
+
c(o(L), {
|
|
237
245
|
type: "primary",
|
|
238
246
|
link: "",
|
|
239
|
-
onClick:
|
|
247
|
+
onClick: A
|
|
240
248
|
}, {
|
|
241
|
-
default: p(() =>
|
|
249
|
+
default: p(() => r[0] || (r[0] = [
|
|
242
250
|
y("i", { class: "iconfont icon-Frame1" }, null, -1),
|
|
243
|
-
|
|
251
|
+
V("增行")
|
|
244
252
|
])),
|
|
245
253
|
_: 1
|
|
246
254
|
}),
|
|
247
|
-
|
|
255
|
+
c(o(L), {
|
|
248
256
|
type: "primary",
|
|
249
257
|
link: "",
|
|
250
|
-
onClick:
|
|
258
|
+
onClick: U
|
|
251
259
|
}, {
|
|
252
|
-
default: p(() =>
|
|
260
|
+
default: p(() => r[1] || (r[1] = [
|
|
253
261
|
y("i", { class: "iconfont icon-Frame-11" }, null, -1),
|
|
254
|
-
|
|
262
|
+
V("增列")
|
|
255
263
|
])),
|
|
256
264
|
_: 1
|
|
257
265
|
})
|
|
@@ -262,21 +270,21 @@ const Q = { key: 0 }, W = {
|
|
|
262
270
|
n.value.length > 1 ? (s(), f("i", {
|
|
263
271
|
key: 0,
|
|
264
272
|
class: "iconfont icon-close",
|
|
265
|
-
onClick: (
|
|
266
|
-
}, null, 8,
|
|
273
|
+
onClick: (l) => S(e)
|
|
274
|
+
}, null, 8, oe)) : x("", !0)
|
|
267
275
|
])
|
|
268
276
|
]),
|
|
269
277
|
_: 1
|
|
270
278
|
})) : x("", !0)
|
|
271
279
|
]),
|
|
272
|
-
_:
|
|
280
|
+
_: 3
|
|
273
281
|
}, 8, ["data"])
|
|
274
282
|
]),
|
|
275
|
-
_:
|
|
283
|
+
_: 3
|
|
276
284
|
}, 8, ["model"]));
|
|
277
285
|
}
|
|
278
|
-
}),
|
|
286
|
+
}), se = /* @__PURE__ */ J(ie, [["__scopeId", "data-v-52c499c1"]]), he = Q(se);
|
|
279
287
|
export {
|
|
280
|
-
|
|
281
|
-
|
|
288
|
+
v as D,
|
|
289
|
+
he as Z
|
|
282
290
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as l, openBlock as o, createElementBlock as s, createElementVNode as a, createTextVNode as r, toDisplayString as t, createCommentVNode as p, normalizeClass as c, renderSlot as d, unref as m } from "vue";
|
|
2
|
-
import { D as f } from "./DatePicker-
|
|
3
|
-
import { _ } from "./Button-
|
|
4
|
-
import { w as u } from "./utils-
|
|
2
|
+
import { D as f } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { _ } from "./Button-B9P_SsZw.js";
|
|
4
|
+
import { w as u } from "./utils-BbabHGt0.js";
|
|
5
5
|
const v = { class: "info-pair" }, h = { class: "info-pair--title" }, E = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "info-pair--title--tip"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as f, openBlock as i, createElementBlock as o, toDisplayString as n, createCommentVNode as s, createElementVNode as t, createVNode as p, unref as m, withCtx as _, createTextVNode as u } from "vue";
|
|
2
|
-
import { D as w } from "./DatePicker-
|
|
3
|
-
import { m as y } from "./vendor-
|
|
4
|
-
import { _ as h } from "./Button-
|
|
5
|
-
import { w as v } from "./utils-
|
|
2
|
+
import { D as w } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { m as y } from "./vendor-CUDSGmu_.js";
|
|
4
|
+
import { _ as h } from "./Button-B9P_SsZw.js";
|
|
5
|
+
import { w as v } from "./utils-BbabHGt0.js";
|
|
6
6
|
const k = { class: "file_wrapper" }, x = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "header"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as $, onBeforeMount as B, useSlots as C, ref as k, computed as f, onMounted as L, onActivated as S, onUnmounted as j, onDeactivated as M, provide as p, watch as z, openBlock as P, createElementBlock as R, normalizeStyle as Z, renderSlot as D } from "vue";
|
|
2
|
-
import { w as H } from "./utils-
|
|
2
|
+
import { w as H } from "./utils-BbabHGt0.js";
|
|
3
3
|
const N = /* @__PURE__ */ $({
|
|
4
4
|
name: "zh-grid",
|
|
5
5
|
__name: "Grid",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as l, openBlock as i, createElementBlock as s, createElementVNode as a, createTextVNode as r, toDisplayString as t, createCommentVNode as p, normalizeClass as c, renderSlot as m, unref as f } from "vue";
|
|
2
|
-
import { D as d } from "./DatePicker-
|
|
3
|
-
import { _ } from "./Button-
|
|
4
|
-
import { w as u } from "./utils-
|
|
2
|
+
import { D as d } from "./DatePicker-Cc2HzfbO.js";
|
|
3
|
+
import { _ } from "./Button-B9P_SsZw.js";
|
|
4
|
+
import { w as u } from "./utils-BbabHGt0.js";
|
|
5
5
|
const v = { class: "info-pair" }, h = { class: "info-pair--title" }, I = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "info-pair--title--tip"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as b, useAttrs as v, useModel as k, openBlock as h, createElementBlock as I, normalizeClass as z, createVNode as S, unref as $, mergeProps as N, createSlots as x, renderList as _, withCtx as y, renderSlot as B, normalizeProps as M, guardReactiveProps as C, mergeModels as E, normalizeStyle as j } from "vue";
|
|
2
|
-
import { l as P } from "./vendor-
|
|
3
|
-
import { _ as U } from "./Button-
|
|
4
|
-
import { w as Z } from "./utils-
|
|
2
|
+
import { l as P } from "./vendor-CUDSGmu_.js";
|
|
3
|
+
import { _ as U } from "./Button-B9P_SsZw.js";
|
|
4
|
+
import { w as Z } from "./utils-BbabHGt0.js";
|
|
5
5
|
const A = /* @__PURE__ */ b({
|
|
6
6
|
name: "zh-input",
|
|
7
7
|
__name: "Input",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as t, openBlock as a, createElementBlock as s, createElementVNode as o } from "vue";
|
|
2
|
-
import { _ as e } from "./Button-
|
|
3
|
-
import { w as i } from "./utils-
|
|
2
|
+
import { _ as e } from "./Button-B9P_SsZw.js";
|
|
3
|
+
import { w as i } from "./utils-BbabHGt0.js";
|
|
4
4
|
const r = { class: "loading-box" }, c = /* @__PURE__ */ t({
|
|
5
5
|
name: "zh-loading",
|
|
6
6
|
__name: "Loading",
|
|
@@ -2,9 +2,9 @@ var A = Object.defineProperty;
|
|
|
2
2
|
var B = (e, t, o) => t in e ? A(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
3
|
var k = (e, t, o) => B(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
4
|
import { ref, defineComponent, useModel, watch, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, unref, createBlock, toDisplayString, createCommentVNode, mergeModels, nextTick, normalizeClass, renderSlot, onMounted } from "vue";
|
|
5
|
-
import { n as getArea, o as getLength, V as VectorSource, p as VectorLayer, S as Style, C as CircleStyle, F as Fill, q as Stroke, D as Draw, O as Overlay, u as unByKey, r as ElOption, T as Text, h as hooks, L as LineString, s as Feature, P as Point, t as fromLonLat, e as cloneDeep, G as GeoJSON, W as WebGLPointsLayer, v as transform, w as ScaleLine$1, I as Icon, x as Translate, y as toLonLat, M as MultiPoint, z as getCenter, A as TileLayer, X as XYZ, B as Map$1, H as View } from "./vendor-
|
|
6
|
-
import { _ as _export_sfc } from "./Button-
|
|
7
|
-
import { w as withInstall } from "./utils-
|
|
5
|
+
import { n as getArea, o as getLength, V as VectorSource, p as VectorLayer, S as Style, C as CircleStyle, F as Fill, q as Stroke, D as Draw, O as Overlay, u as unByKey, r as ElOption, T as Text, h as hooks, L as LineString, s as Feature, P as Point, t as fromLonLat, e as cloneDeep, G as GeoJSON, W as WebGLPointsLayer, v as transform, w as ScaleLine$1, I as Icon, x as Translate, y as toLonLat, M as MultiPoint, z as getCenter, A as TileLayer, X as XYZ, B as Map$1, H as View } from "./vendor-CUDSGmu_.js";
|
|
6
|
+
import { _ as _export_sfc } from "./Button-B9P_SsZw.js";
|
|
7
|
+
import { w as withInstall } from "./utils-BbabHGt0.js";
|
|
8
8
|
var BaseMapType = /* @__PURE__ */ ((e) => (e[e.vector = 0] = "vector", e[e.satellite = 1] = "satellite", e))(BaseMapType || {}), CAR_COLOR = /* @__PURE__ */ ((e) => (e[e.BLUE = 1] = "BLUE", e[e.YELLOW = 2] = "YELLOW", e[e.Y_GREEN = 3] = "Y_GREEN", e))(CAR_COLOR || {}), DEVICE_TYPE = /* @__PURE__ */ ((e) => (e[e.HOST = 1] = "HOST", e[e.TALK = 2] = "TALK", e[e.STORAGE = 3] = "STORAGE", e[e.INTERNET = 4] = "INTERNET", e[e.CAMERA = 5] = "CAMERA", e[e.LOAD = 6] = "LOAD", e))(DEVICE_TYPE || {}), LENGTH_UNIT = /* @__PURE__ */ ((e) => (e[e.M = 1] = "M", e[e.KM = 2] = "KM", e[e.NM = 3] = "NM", e))(LENGTH_UNIT || {});
|
|
9
9
|
const LENGTH_UNIT_LABEL = {
|
|
10
10
|
1: "M",
|
|
@@ -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 { K as T } from "./vendor-
|
|
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-Cc2HzfbO.js";
|
|
3
|
+
import { K as T } from "./vendor-CUDSGmu_.js";
|
|
4
|
+
import { I as _ } from "./Input-nPdfvjre.js";
|
|
5
|
+
import { _ as $ } from "./Button-B9P_SsZw.js";
|
|
6
|
+
import { w as z } from "./utils-BbabHGt0.js";
|
|
7
7
|
const C = /* @__PURE__ */ d({
|
|
8
8
|
name: "zh-money-input",
|
|
9
9
|
__name: "MoneyInput",
|