keli-ui 0.3.9 → 0.3.10
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/{ApprovalRecord-Dly1eZul.js → ApprovalRecord-BncClAVJ.js} +2 -2
- package/dist/{ApprovalRecord-Dly1eZul.js.map → ApprovalRecord-BncClAVJ.js.map} +1 -1
- package/dist/{api-Nr4ycEeW.js → api-BijZYgZr.js} +366 -366
- package/dist/{api-Nr4ycEeW.js.map → api-BijZYgZr.js.map} +1 -1
- package/dist/components/FormComponent/FormImageUpload/FormImageUpload.vue.d.ts +36 -0
- package/dist/components/FormComponent/FormImageUpload/index.d.ts +3 -0
- package/dist/components/FormComponent/index.d.ts +1 -0
- package/dist/index.d.ts +3 -2
- package/dist/keli-ui.css +1 -1
- package/dist/keli-ui.js +783 -557
- package/dist/keli-ui.js.map +1 -1
- package/dist/keli-ui.umd.cjs +8 -8
- package/dist/keli-ui.umd.cjs.map +1 -1
- package/dist/types/formFrame.d.ts +12 -2
- package/dist/types/global-components.d.ts +2 -1
- package/package.json +1 -2
package/dist/keli-ui.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { $ as e, A as t, B as n, C as r, D as i, E as a, F as o, G as s, H as c, I as l, J as u, K as d, L as f, M as p, N as m, O as h, P as g, Q as _, R as v, S as y, T as ee, U as b, V as x, W as S, X as C, Y as te, Z as ne, _ as re, a as w, b as ie, c as ae, d as oe, et as se, f as ce, g as le, h as ue,
|
|
2
|
-
import { Fragment as T, computed as E, createBlock as D, createCommentVNode as O, createElementBlock as k, createElementVNode as A, createSlots as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import { ElButton as
|
|
5
|
-
import { useDebounceFn as
|
|
6
|
-
import { VxeUI as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
1
|
+
import { $ as e, A as t, B as n, C as r, D as i, E as a, F as o, G as s, H as c, I as l, J as u, K as d, L as f, M as p, N as m, O as h, P as g, Q as _, R as v, S as y, T as ee, U as b, V as x, W as S, X as C, Y as te, Z as ne, _ as re, a as w, b as ie, c as ae, d as oe, et as se, f as ce, g as le, h as ue, it as de, j as fe, k as pe, l as me, m as he, n as ge, nt as _e, o as ve, p as ye, q as be, r as xe, rt as Se, s as Ce, tt as we, u as Te, v as Ee, w as De, x as Oe, y as ke, z as Ae } from "./api-BijZYgZr.js";
|
|
2
|
+
import { Fragment as T, computed as E, createBlock as D, createCommentVNode as O, createElementBlock as k, createElementVNode as A, createSlots as je, createTextVNode as j, createVNode as M, defineAsyncComponent as Me, defineComponent as N, guardReactiveProps as Ne, h as Pe, inject as Fe, markRaw as Ie, mergeModels as P, mergeProps as F, nextTick as Le, normalizeClass as Re, normalizeProps as ze, normalizeStyle as Be, onBeforeUnmount as Ve, onMounted as I, onUnmounted as L, openBlock as R, provide as He, reactive as z, ref as B, render as Ue, renderList as V, renderSlot as We, resolveComponent as H, resolveDirective as Ge, resolveDynamicComponent as U, shallowRef as Ke, toDisplayString as W, toHandlers as qe, unref as G, useAttrs as Je, useModel as K, useTemplateRef as Ye, vShow as Xe, watch as Ze, watchEffect as Qe, withCtx as q, withDirectives as $e, withModifiers as et } from "vue";
|
|
3
|
+
import { Icon as tt } from "@iconify/vue";
|
|
4
|
+
import { ElButton as nt, ElMessage as rt, ElMessageBox as it, ElNotification as at, dayjs as ot } from "element-plus";
|
|
5
|
+
import { useDebounceFn as st, useResizeObserver as ct } from "@vueuse/core";
|
|
6
|
+
import { VxeUI as lt } from "vxe-table";
|
|
7
|
+
import ut from "solarday2lunarday";
|
|
8
|
+
import dt from "mitt";
|
|
9
9
|
import * as J from "monaco-editor";
|
|
10
|
-
import { VueDraggable as
|
|
11
|
-
import { useRequest as
|
|
10
|
+
import { VueDraggable as ft } from "vue-draggable-plus";
|
|
11
|
+
import { useRequest as pt } from "vue-hooks-plus";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/components/ElPlusComponent/ElButtonPlus/ElButtonPlus.vue
|
|
14
|
-
var
|
|
14
|
+
var mt = /* @__PURE__ */ N({
|
|
15
15
|
__name: "ElButtonPlus",
|
|
16
16
|
props: {
|
|
17
17
|
icon: { default: void 0 },
|
|
18
18
|
label: { default: void 0 }
|
|
19
19
|
},
|
|
20
20
|
setup(e) {
|
|
21
|
-
let t = e, n =
|
|
21
|
+
let t = e, n = Je();
|
|
22
22
|
function r(e) {
|
|
23
23
|
return N({
|
|
24
24
|
name: `Icon-${e}`,
|
|
25
25
|
setup(t, { attrs: n }) {
|
|
26
|
-
return () =>
|
|
26
|
+
return () => Pe(tt, {
|
|
27
27
|
icon: e,
|
|
28
28
|
...t,
|
|
29
29
|
...n
|
|
@@ -34,18 +34,18 @@ var pt = /* @__PURE__ */ N({
|
|
|
34
34
|
function i() {
|
|
35
35
|
if (t.icon) return typeof t.icon == "string" && t.icon.includes(":") ? r(t.icon) : t.icon;
|
|
36
36
|
}
|
|
37
|
-
return (t, r) => e.label ? (R(), D(U(G(
|
|
37
|
+
return (t, r) => e.label ? (R(), D(U(G(nt)), F({ key: 0 }, G(n), { icon: i() }), {
|
|
38
38
|
default: q(() => [j(W(e.label), 1)]),
|
|
39
39
|
_: 1
|
|
40
|
-
}, 16, ["icon"])) : (R(), D(U(G(
|
|
40
|
+
}, 16, ["icon"])) : (R(), D(U(G(nt)), F({ key: 1 }, G(n), { icon: i() }), null, 16, ["icon"]));
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
|
-
|
|
44
|
-
e.component("ElButtonPlus",
|
|
43
|
+
mt.name = "ElButtonPlus", mt.install = (e) => {
|
|
44
|
+
e.component("ElButtonPlus", mt);
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/ElPlusComponent/ElColPlus/ElColPlus.vue?vue&type=script&setup=true&lang.ts
|
|
48
|
-
var
|
|
48
|
+
var ht = /* @__PURE__ */ N({
|
|
49
49
|
__name: "ElColPlus",
|
|
50
50
|
props: {
|
|
51
51
|
span: { default: 24 },
|
|
@@ -57,7 +57,7 @@ var mt = /* @__PURE__ */ N({
|
|
|
57
57
|
tag: { default: "div" }
|
|
58
58
|
},
|
|
59
59
|
setup(e) {
|
|
60
|
-
let t = e, n =
|
|
60
|
+
let t = e, n = Fe("elRowPlusGrid", E(() => 24)), r = Fe("elRowPlusGutter", E(() => 0)), i = E(() => n?.value ?? 24), a = E(() => r?.value ?? 0), o = E(() => t.break), s = E(() => {
|
|
61
61
|
let e = { boxSizing: "border-box" }, n = t.span / i.value * 100;
|
|
62
62
|
return e.width = `${n}%`, e.flex = `0 0 ${n}%`, t.offset > 0 && (e.marginLeft = `${t.offset / i.value * 100}%`), a.value && (e.paddingLeft = `${a.value / 2}px`, e.paddingRight = `${a.value / 2}px`), e;
|
|
63
63
|
}), c = E(() => ["el-col-plus"]), l = {
|
|
@@ -71,10 +71,10 @@ var mt = /* @__PURE__ */ N({
|
|
|
71
71
|
style: l,
|
|
72
72
|
"aria-hidden": "true"
|
|
73
73
|
})) : O("", !0), (R(), D(U(e.tag), {
|
|
74
|
-
class:
|
|
75
|
-
style:
|
|
74
|
+
class: Re(c.value),
|
|
75
|
+
style: Be(s.value)
|
|
76
76
|
}, {
|
|
77
|
-
default: q(() => [
|
|
77
|
+
default: q(() => [We(t.$slots, "default", {}, void 0, !0)]),
|
|
78
78
|
_: 3
|
|
79
79
|
}, 8, ["class", "style"]))], 64));
|
|
80
80
|
}
|
|
@@ -82,13 +82,13 @@ var mt = /* @__PURE__ */ N({
|
|
|
82
82
|
let n = e.__vccOpts || e;
|
|
83
83
|
for (let [e, r] of t) n[e] = r;
|
|
84
84
|
return n;
|
|
85
|
-
},
|
|
86
|
-
|
|
87
|
-
e.component("ElColPlus",
|
|
85
|
+
}, gt = /* @__PURE__ */ Y(ht, [["__scopeId", "data-v-57329ddf"]]);
|
|
86
|
+
gt.name = "ElColPlus", gt.install = (e) => {
|
|
87
|
+
e.component("ElColPlus", gt);
|
|
88
88
|
};
|
|
89
89
|
//#endregion
|
|
90
90
|
//#region src/components/ElPlusComponent/ElRowPlus/ElRowPlus.vue
|
|
91
|
-
var
|
|
91
|
+
var _t = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
92
92
|
__name: "ElRowPlus",
|
|
93
93
|
props: {
|
|
94
94
|
grid: { default: 24 },
|
|
@@ -98,8 +98,8 @@ var gt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
98
98
|
tag: { default: "div" }
|
|
99
99
|
},
|
|
100
100
|
setup(e) {
|
|
101
|
-
let t = e, n =
|
|
102
|
-
|
|
101
|
+
let t = e, n = Je();
|
|
102
|
+
He("elRowPlusGrid", E(() => t.grid)), He("elRowPlusGutter", E(() => t.gutter));
|
|
103
103
|
let r = E(() => {
|
|
104
104
|
let e = {
|
|
105
105
|
display: "flex",
|
|
@@ -119,32 +119,83 @@ var gt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
119
119
|
}[t.align], e;
|
|
120
120
|
}), i = E(() => ["el-row-plus", n.class]);
|
|
121
121
|
return (t, n) => (R(), D(U(e.tag), {
|
|
122
|
-
class:
|
|
123
|
-
style:
|
|
122
|
+
class: Re(i.value),
|
|
123
|
+
style: Be(r.value)
|
|
124
124
|
}, {
|
|
125
|
-
default: q(() => [
|
|
125
|
+
default: q(() => [We(t.$slots, "default", {}, void 0, !0)]),
|
|
126
126
|
_: 3
|
|
127
127
|
}, 8, ["class", "style"]));
|
|
128
128
|
}
|
|
129
129
|
}), [["__scopeId", "data-v-c207f87e"]]);
|
|
130
|
-
|
|
131
|
-
e.component("ElRowPlus",
|
|
130
|
+
_t.name = "ElRowPlus", _t.install = (e) => {
|
|
131
|
+
e.component("ElRowPlus", _t);
|
|
132
132
|
};
|
|
133
133
|
//#endregion
|
|
134
134
|
//#region src/utils/arrayUtils.ts
|
|
135
|
-
function
|
|
135
|
+
function vt(e, t, n) {
|
|
136
|
+
return t.some((t) => {
|
|
137
|
+
if (typeof n == "string") return t[n] === e;
|
|
138
|
+
if (Array.isArray(n)) {
|
|
139
|
+
let r = t;
|
|
140
|
+
for (let e of n) {
|
|
141
|
+
if (!r) return !1;
|
|
142
|
+
r = r[e];
|
|
143
|
+
}
|
|
144
|
+
return r = e;
|
|
145
|
+
} else return t === n;
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
function yt(e, t, n) {
|
|
149
|
+
return e.filter((e) => !!t.find((t) => {
|
|
150
|
+
if (typeof n == "string") return t[n] === e;
|
|
151
|
+
if (Array.isArray(n)) {
|
|
152
|
+
let r = t;
|
|
153
|
+
for (let e of n) {
|
|
154
|
+
if (!r) return !1;
|
|
155
|
+
r = r[e];
|
|
156
|
+
}
|
|
157
|
+
return e === r;
|
|
158
|
+
} else return e === t;
|
|
159
|
+
}));
|
|
160
|
+
}
|
|
161
|
+
function bt(e, t) {
|
|
136
162
|
return e.filter((e) => e !== t);
|
|
137
163
|
}
|
|
164
|
+
function xt(e) {
|
|
165
|
+
let { options: t, value: n, valueField: r, labelField: i } = e, a = new Map(t.map((e) => [e[r], e[i]]));
|
|
166
|
+
return Array.isArray(n) ? n.map((e) => a.get(e)).filter((e) => e !== void 0) : a.get(n);
|
|
167
|
+
}
|
|
168
|
+
function St(e, t) {
|
|
169
|
+
let n = new Set(Array.isArray(t) ? t : [t]);
|
|
170
|
+
return e.map((e) => {
|
|
171
|
+
let t = { ...e };
|
|
172
|
+
return n.forEach((e) => {
|
|
173
|
+
delete t[e];
|
|
174
|
+
}), t;
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
function Ct(e, t, n) {
|
|
178
|
+
let r = new Map(t.map((e) => [e[n], e]));
|
|
179
|
+
return e.map((e) => {
|
|
180
|
+
let t = r.get(e[n]);
|
|
181
|
+
return t ? {
|
|
182
|
+
...e,
|
|
183
|
+
...t
|
|
184
|
+
} : { ...e };
|
|
185
|
+
});
|
|
186
|
+
}
|
|
138
187
|
//#endregion
|
|
139
188
|
//#region src/assets/avatar.svg
|
|
140
|
-
var vt = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1733885957959'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='2989'%20width='32'%20height='32'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M1012.216%20466.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L536%20182.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20536%20808.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23E6E7E8'%20p-id='2990'%3e%3c/path%3e%3cpath%20d='M972.216%20426.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L496%20142.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20496%20768.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23FFFFFF'%20p-id='2991'%3e%3c/path%3e%3cpath%20d='M972.216%20450.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L496%20166.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20496%20792.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23FFD7E5'%20p-id='2992'%3e%3c/path%3e%3cpath%20d='M445.552%20823.232a340.816%20340.816%200%200%201-39.248%2036.696%208%208%200%200%200%209.952%2012.528%20355.864%20355.864%200%200%200%2041.096-38.424%208%208%200%201%200-11.8-10.8z'%20fill='%233A2C60'%20p-id='2993'%3e%3c/path%3e%3cpath%20d='M974.768%20419.168l-82.464-27.744%2045.336-74.248a8%208%200%200%200-1.856-10.44c-57.152-45.312-154.328-52.664-247.568-18.728-8.52%203.104-17.04%206.584-25.464%2010.4%200.152-4.24%200.224-8.464%200.224-12.632%200-99.224-40.144-188.024-102.272-226.24a8.024%208.024%200%200%200-10.448%201.832L496%20129.36l-54.272-68a8.008%208.008%200%200%200-10.448-1.824c-62.128%2038.208-102.272%20127.008-102.272%20226.232%200%204.16%200.08%208.376%200.224%2012.632a357.12%20357.12%200%200%200-25.456-10.392c-93.24-33.944-190.424-26.592-247.568%2018.728a8%208%200%200%200-1.856%2010.44l45.336%2074.248-82.456%2027.744a8%208%200%200%200-5.288%209.184C26.6%20499.808%2096.32%20567.904%20189.56%20601.84c6.928%202.52%2014.016%204.856%2021.192%206.976-65.624%2074.032-94.48%20166.776-73.512%20236.448a7.984%207.984%200%200%200%209.016%205.576L232%20836.128l-4.664%2086.872a8%208%200%200%200%206.592%208.304c46.632%208.304%20103.168-6.064%20155.12-39.368a7.992%207.992%200%200%200%202.416-11.048%207.976%207.976%200%200%200-11.048-2.416c-45.992%2029.472-95.384%2043.16-136.704%2038.128l4.656-86.816%2041.384-46.496a8%208%200%200%200-11.952-10.64l-41.384%2046.504-85.696%2014.712c-15.624-63.848%2012.296-147.312%2072.488-214.936%202.184-2.456%204.408-4.84%206.64-7.216l60.512-16.504a8%208%200%200%200-4.208-15.44l-60.608%2016.528a350.48%20350.48%200%200%201-30.504-9.48C109.96%20555.84%2045.776%20495.632%2029.224%20432.016l82.416-27.728%2058.496%2021.288a8%208%200%200%200%205.472-15.032l-58.48-21.288-45.328-74.216c53.568-38.096%20141.432-42.96%20226.52-11.992a345.72%20345.72%200%200%201%2034.56%2014.824l45.344%2045.304a8.008%208.008%200%200%200%2011.32-11.328l-43.744-43.704a348.424%20348.424%200%200%201-0.776-22.376c0-90.528%2034.624-171.44%2088.744-208.752L488%20144.992v62.24a8%208%200%200%200%2016%200v-62.248l54.24-67.968c54.12%2037.32%2088.744%20118.216%2088.744%20208.752%200%207.264-0.28%2014.688-0.76%2022.12l-43.84%2043.808a8%208%200%201%200%2011.32%2011.328l44.976-44.936a346.04%20346.04%200%200%201%2035.016-15.04c85.072-30.96%20172.944-26.096%20226.512%2012l-45.32%2074.224-58.48%2021.288a8%208%200%201%200%205.472%2015.032l58.496-21.288%2082.416%2027.728c-16.552%2063.616-80.736%20123.824-165.808%20154.792-9.896%203.6-20.16%206.76-30.512%209.48l-60.608-16.536a8%208%200%200%200-4.208%2015.44l60.528%2016.512c2.232%202.368%204.456%204.752%206.632%207.208%2060.184%2067.632%2088.112%20151.088%2072.488%20214.936l-85.696-14.712-41.384-46.504a8%208%200%200%200-11.952%2010.64l41.384%2046.496%204.656%2086.832c-65.208%208.096-144.88-29.312-205.064-96.952a338.216%20338.216%200%200%201-39.224-53.864V703.04a8%208%200%200%200-16%200v62.736a332.024%20332.024%200%200%201-22.12%2033.104%208%208%200%201%200%2012.736%209.68%20355.04%20355.04%200%200%200%2017.376-25.032%20358.056%20358.056%200%200%200%2035.272%2046.776c57.76%2064.912%20133.192%20103.384%20199.28%20103.376%209.384%200%2018.592-0.776%2027.52-2.36a8%208%200%200%200%206.592-8.304L760%20836.128l85.736%2014.712a7.96%207.96%200%200%200%209.016-5.576c20.968-69.672-7.888-162.408-73.512-236.448a362.76%20362.76%200%200%200%2021.192-6.976c93.24-33.944%20162.96-102.032%20177.616-173.488a7.984%207.984%200%200%200-5.28-9.184z'%20fill='%233A2C60'%20p-id='2994'%3e%3c/path%3e%3cpath%20d='M674.424%20463.856a28.72%2028.72%200%200%200-35.176-20.304%2028.624%2028.624%200%200%200-21.152%2027.12L531.632%20493.84c-5.424-10.8-15.448-18.896-27.632-21.368V375.12a28.624%2028.624%200%200%200%2020.72-27.448%2028.72%2028.72%200%201%200-57.44%200A28.624%2028.624%200%200%200%20488%20375.12v97.352c-12.184%202.472-22.208%2010.56-27.632%2021.368l-86.472-23.168a28.632%2028.632%200%200%200-21.152-27.12%2028.72%2028.72%200%200%200-14.872%2055.48c12.624%203.384%2025.424-2.28%2031.88-12.912l86.48%2023.168c-0.048%200.8-0.24%201.56-0.24%202.376%200%2010.16%203.904%2019.32%2010.144%2026.376l-53.816%2071.536a28.64%2028.64%200%200%200-33.056%209.48%2028.72%2028.72%200%201%200%2045.904%2034.528c7.856-10.44%207.392-24.432-0.056-34.392l53.792-71.504c5.2%202.472%2010.952%203.968%2017.096%203.968s11.896-1.496%2017.096-3.968l53.792%2071.504c-7.448%209.96-7.912%2023.952-0.056%2034.392a28.72%2028.72%200%200%200%2045.904-34.528%2028.64%2028.64%200%200%200-33.056-9.48l-53.816-71.536A39.68%2039.68%200%200%200%20536%20511.664c0-0.816-0.192-1.576-0.24-2.376l86.48-23.168a28.64%2028.64%200%200%200%2031.88%2012.912%2028.72%2028.72%200%200%200%2020.304-35.176z'%20fill='%23FA759E'%20p-id='2995'%3e%3c/path%3e%3c/svg%3e", yt = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1735202912040'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='4284'%20width='16'%20height='16'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M517.119%20954.878c244.589%200%20442.879-198.289%20442.879-442.879%200-244.594-198.289-442.879-442.879-442.879C272.524%2069.12%2074.24%20267.404%2074.24%20511.999%2074.24%20756.588%20272.524%20954.878%20517.119%20954.878L517.119%20954.878zM517.119%20891.608c-209.654%200-379.612-169.955-379.612-379.609s169.957-379.612%20379.612-379.612%20379.609%20169.957%20379.609%20379.612S726.773%20891.608%20517.119%20891.608L517.119%20891.608zM523.949%20243.992c-54.662%200-97.177%2016.705-127.547%2050.112-30.367%2031.885-44.795%2074.402-44.795%20127.547l59.98%200c0-37.202%208.35-66.052%2025.055-87.31%2018.222-25.055%2046.312-37.202%2084.272-37.202%2031.885%200%2056.945%208.352%2074.405%2026.572%2016.705%2016.702%2025.81%2040.24%2025.81%2070.607%200%2021.26-7.59%2041-22.775%2059.98-4.55%206.072-13.665%2015.185-25.81%2027.33-41%2036.445-66.055%2065.295-76.685%2088.075-9.11%2018.98-13.665%2040.995-13.665%2066.05l0%2017.465%2060.735%200%200-17.465c0-20.5%204.56-38.725%2014.43-55.425%207.59-13.665%2018.98-27.335%2035.68-41.755%2033.405-29.612%2053.91-49.352%2061.5-58.462%2018.98-25.055%2028.85-54.665%2028.85-88.83%200-45.552-14.425-81.235-42.515-107.05C611.258%20256.902%20572.544%20243.992%20523.949%20243.992L523.949%20243.992zM512.564%20706.363c-12.907%200-23.535%203.795-32.647%2012.905-9.11%208.345-12.905%2018.98-12.905%2031.885s3.795%2023.54%2012.905%2032.65c9.112%208.345%2019.74%2012.905%2032.647%2012.905%2012.91%200%2023.535-4.56%2032.645-12.905%209.11-8.355%2013.665-18.985%2013.665-32.65%200-12.905-4.555-23.54-12.905-31.885C536.859%20710.158%20525.474%20706.363%20512.564%20706.363L512.564%20706.363z'%20fill='%23272636'%20p-id='4285'%3e%3c/path%3e%3c/svg%3e";
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
189
|
+
var wt = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1733885957959'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='2989'%20width='32'%20height='32'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M1012.216%20466.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L536%20182.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20536%20808.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23E6E7E8'%20p-id='2990'%3e%3c/path%3e%3cpath%20d='M972.216%20426.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L496%20142.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20496%20768.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23FFFFFF'%20p-id='2991'%3e%3c/path%3e%3cpath%20d='M972.216%20450.752l-91.96-30.936%2050.56-82.808c-53.152-42.144-146.784-51.36-239.864-17.48a353.328%20353.328%200%200%200-36.904%2015.888c0.608-8.424%200.936-16.976%200.936-25.64%200-99.048-40.688-183.888-98.464-219.416L496%20166.192l-60.52-75.832c-57.776%2035.536-98.464%20120.368-98.464%20219.416%200%208.664%200.328%2017.216%200.936%2025.64a353.328%20353.328%200%200%200-36.904-15.888c-93.08-33.88-186.712-24.664-239.864%2017.48l50.56%2082.808-91.96%2030.936c13.632%2066.448%2079.432%20133.696%20172.512%20167.576%2011.088%204.032%2022.176%207.44%2033.208%2010.264-2.8%202.936-5.56%205.936-8.288%209-65.848%2073.992-91.856%20164.416-72.312%20229.368l95.624-16.416-5.2%2096.88c66.784%2011.864%20153.576-24.456%20219.424-98.456A346.672%20346.672%200%200%200%20496%20792.04a346.336%20346.336%200%200%200%2041.248%2056.928c65.848%2073.992%20152.64%20110.32%20219.424%2098.456l-5.2-96.88%2095.624%2016.416c19.544-64.96-6.464-155.376-72.312-229.368a372.976%20372.976%200%200%200-8.288-9%20355.84%20355.84%200%200%200%2033.208-10.264c93.08-33.88%20158.88-101.128%20172.512-167.576z'%20fill='%23FFD7E5'%20p-id='2992'%3e%3c/path%3e%3cpath%20d='M445.552%20823.232a340.816%20340.816%200%200%201-39.248%2036.696%208%208%200%200%200%209.952%2012.528%20355.864%20355.864%200%200%200%2041.096-38.424%208%208%200%201%200-11.8-10.8z'%20fill='%233A2C60'%20p-id='2993'%3e%3c/path%3e%3cpath%20d='M974.768%20419.168l-82.464-27.744%2045.336-74.248a8%208%200%200%200-1.856-10.44c-57.152-45.312-154.328-52.664-247.568-18.728-8.52%203.104-17.04%206.584-25.464%2010.4%200.152-4.24%200.224-8.464%200.224-12.632%200-99.224-40.144-188.024-102.272-226.24a8.024%208.024%200%200%200-10.448%201.832L496%20129.36l-54.272-68a8.008%208.008%200%200%200-10.448-1.824c-62.128%2038.208-102.272%20127.008-102.272%20226.232%200%204.16%200.08%208.376%200.224%2012.632a357.12%20357.12%200%200%200-25.456-10.392c-93.24-33.944-190.424-26.592-247.568%2018.728a8%208%200%200%200-1.856%2010.44l45.336%2074.248-82.456%2027.744a8%208%200%200%200-5.288%209.184C26.6%20499.808%2096.32%20567.904%20189.56%20601.84c6.928%202.52%2014.016%204.856%2021.192%206.976-65.624%2074.032-94.48%20166.776-73.512%20236.448a7.984%207.984%200%200%200%209.016%205.576L232%20836.128l-4.664%2086.872a8%208%200%200%200%206.592%208.304c46.632%208.304%20103.168-6.064%20155.12-39.368a7.992%207.992%200%200%200%202.416-11.048%207.976%207.976%200%200%200-11.048-2.416c-45.992%2029.472-95.384%2043.16-136.704%2038.128l4.656-86.816%2041.384-46.496a8%208%200%200%200-11.952-10.64l-41.384%2046.504-85.696%2014.712c-15.624-63.848%2012.296-147.312%2072.488-214.936%202.184-2.456%204.408-4.84%206.64-7.216l60.512-16.504a8%208%200%200%200-4.208-15.44l-60.608%2016.528a350.48%20350.48%200%200%201-30.504-9.48C109.96%20555.84%2045.776%20495.632%2029.224%20432.016l82.416-27.728%2058.496%2021.288a8%208%200%200%200%205.472-15.032l-58.48-21.288-45.328-74.216c53.568-38.096%20141.432-42.96%20226.52-11.992a345.72%20345.72%200%200%201%2034.56%2014.824l45.344%2045.304a8.008%208.008%200%200%200%2011.32-11.328l-43.744-43.704a348.424%20348.424%200%200%201-0.776-22.376c0-90.528%2034.624-171.44%2088.744-208.752L488%20144.992v62.24a8%208%200%200%200%2016%200v-62.248l54.24-67.968c54.12%2037.32%2088.744%20118.216%2088.744%20208.752%200%207.264-0.28%2014.688-0.76%2022.12l-43.84%2043.808a8%208%200%201%200%2011.32%2011.328l44.976-44.936a346.04%20346.04%200%200%201%2035.016-15.04c85.072-30.96%20172.944-26.096%20226.512%2012l-45.32%2074.224-58.48%2021.288a8%208%200%201%200%205.472%2015.032l58.496-21.288%2082.416%2027.728c-16.552%2063.616-80.736%20123.824-165.808%20154.792-9.896%203.6-20.16%206.76-30.512%209.48l-60.608-16.536a8%208%200%200%200-4.208%2015.44l60.528%2016.512c2.232%202.368%204.456%204.752%206.632%207.208%2060.184%2067.632%2088.112%20151.088%2072.488%20214.936l-85.696-14.712-41.384-46.504a8%208%200%200%200-11.952%2010.64l41.384%2046.496%204.656%2086.832c-65.208%208.096-144.88-29.312-205.064-96.952a338.216%20338.216%200%200%201-39.224-53.864V703.04a8%208%200%200%200-16%200v62.736a332.024%20332.024%200%200%201-22.12%2033.104%208%208%200%201%200%2012.736%209.68%20355.04%20355.04%200%200%200%2017.376-25.032%20358.056%20358.056%200%200%200%2035.272%2046.776c57.76%2064.912%20133.192%20103.384%20199.28%20103.376%209.384%200%2018.592-0.776%2027.52-2.36a8%208%200%200%200%206.592-8.304L760%20836.128l85.736%2014.712a7.96%207.96%200%200%200%209.016-5.576c20.968-69.672-7.888-162.408-73.512-236.448a362.76%20362.76%200%200%200%2021.192-6.976c93.24-33.944%20162.96-102.032%20177.616-173.488a7.984%207.984%200%200%200-5.28-9.184z'%20fill='%233A2C60'%20p-id='2994'%3e%3c/path%3e%3cpath%20d='M674.424%20463.856a28.72%2028.72%200%200%200-35.176-20.304%2028.624%2028.624%200%200%200-21.152%2027.12L531.632%20493.84c-5.424-10.8-15.448-18.896-27.632-21.368V375.12a28.624%2028.624%200%200%200%2020.72-27.448%2028.72%2028.72%200%201%200-57.44%200A28.624%2028.624%200%200%200%20488%20375.12v97.352c-12.184%202.472-22.208%2010.56-27.632%2021.368l-86.472-23.168a28.632%2028.632%200%200%200-21.152-27.12%2028.72%2028.72%200%200%200-14.872%2055.48c12.624%203.384%2025.424-2.28%2031.88-12.912l86.48%2023.168c-0.048%200.8-0.24%201.56-0.24%202.376%200%2010.16%203.904%2019.32%2010.144%2026.376l-53.816%2071.536a28.64%2028.64%200%200%200-33.056%209.48%2028.72%2028.72%200%201%200%2045.904%2034.528c7.856-10.44%207.392-24.432-0.056-34.392l53.792-71.504c5.2%202.472%2010.952%203.968%2017.096%203.968s11.896-1.496%2017.096-3.968l53.792%2071.504c-7.448%209.96-7.912%2023.952-0.056%2034.392a28.72%2028.72%200%200%200%2045.904-34.528%2028.64%2028.64%200%200%200-33.056-9.48l-53.816-71.536A39.68%2039.68%200%200%200%20536%20511.664c0-0.816-0.192-1.576-0.24-2.376l86.48-23.168a28.64%2028.64%200%200%200%2031.88%2012.912%2028.72%2028.72%200%200%200%2020.304-35.176z'%20fill='%23FA759E'%20p-id='2995'%3e%3c/path%3e%3c/svg%3e", Tt = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1735202912040'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='4284'%20width='16'%20height='16'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M517.119%20954.878c244.589%200%20442.879-198.289%20442.879-442.879%200-244.594-198.289-442.879-442.879-442.879C272.524%2069.12%2074.24%20267.404%2074.24%20511.999%2074.24%20756.588%20272.524%20954.878%20517.119%20954.878L517.119%20954.878zM517.119%20891.608c-209.654%200-379.612-169.955-379.612-379.609s169.957-379.612%20379.612-379.612%20379.609%20169.957%20379.609%20379.612S726.773%20891.608%20517.119%20891.608L517.119%20891.608zM523.949%20243.992c-54.662%200-97.177%2016.705-127.547%2050.112-30.367%2031.885-44.795%2074.402-44.795%20127.547l59.98%200c0-37.202%208.35-66.052%2025.055-87.31%2018.222-25.055%2046.312-37.202%2084.272-37.202%2031.885%200%2056.945%208.352%2074.405%2026.572%2016.705%2016.702%2025.81%2040.24%2025.81%2070.607%200%2021.26-7.59%2041-22.775%2059.98-4.55%206.072-13.665%2015.185-25.81%2027.33-41%2036.445-66.055%2065.295-76.685%2088.075-9.11%2018.98-13.665%2040.995-13.665%2066.05l0%2017.465%2060.735%200%200-17.465c0-20.5%204.56-38.725%2014.43-55.425%207.59-13.665%2018.98-27.335%2035.68-41.755%2033.405-29.612%2053.91-49.352%2061.5-58.462%2018.98-25.055%2028.85-54.665%2028.85-88.83%200-45.552-14.425-81.235-42.515-107.05C611.258%20256.902%20572.544%20243.992%20523.949%20243.992L523.949%20243.992zM512.564%20706.363c-12.907%200-23.535%203.795-32.647%2012.905-9.11%208.345-12.905%2018.98-12.905%2031.885s3.795%2023.54%2012.905%2032.65c9.112%208.345%2019.74%2012.905%2032.647%2012.905%2012.91%200%2023.535-4.56%2032.645-12.905%209.11-8.355%2013.665-18.985%2013.665-32.65%200-12.905-4.555-23.54-12.905-31.885C536.859%20710.158%20525.474%20706.363%20512.564%20706.363L512.564%20706.363z'%20fill='%23272636'%20p-id='4285'%3e%3c/path%3e%3c/svg%3e", Et = /* @__PURE__ */ Object.assign({
|
|
190
|
+
"../assets/avatar.svg": wt,
|
|
191
|
+
"../assets/question.svg": Tt
|
|
192
|
+
});
|
|
193
|
+
function Dt(e) {
|
|
144
194
|
let t = "";
|
|
145
195
|
for (let n = 0; n < e; n++) t += "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".charAt(Math.floor(Math.random() * 62));
|
|
146
196
|
return t;
|
|
147
197
|
}
|
|
198
|
+
var Ot = (e) => Et[`../assets/${e}`];
|
|
148
199
|
//#endregion
|
|
149
200
|
//#region src/utils/validate.ts
|
|
150
201
|
function X(e) {
|
|
@@ -153,27 +204,37 @@ function X(e) {
|
|
|
153
204
|
function Z(e) {
|
|
154
205
|
return e != null && e !== "";
|
|
155
206
|
}
|
|
156
|
-
|
|
207
|
+
var kt = {
|
|
208
|
+
mail: /\w[-\w.+]*@([A-Z0-9][-A-Z0-9]+\.)+[A-Z]{2,14}/i,
|
|
209
|
+
CryptographicStrength: /(?:(?=.*\d)(?=.*\D)|(?=.*[a-z])(?=.*[^a-z]))(?!^[^\n\r\u2028\u2029\u4E00-\u9FA5]*[\u4E00-\u9FA5].*$)/i
|
|
210
|
+
};
|
|
211
|
+
function At(e) {
|
|
212
|
+
return kt.CryptographicStrength.test(e);
|
|
213
|
+
}
|
|
214
|
+
function jt(e) {
|
|
157
215
|
return [
|
|
158
216
|
"image/gif",
|
|
159
217
|
"image/jpeg",
|
|
160
218
|
"image/png"
|
|
161
219
|
].includes(e);
|
|
162
220
|
}
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
221
|
+
function Mt(e) {
|
|
222
|
+
return kt.mail.test(e);
|
|
223
|
+
}
|
|
224
|
+
//#endregion
|
|
225
|
+
//#region src/utils/dataFormatter.ts
|
|
226
|
+
var Nt = (e, t) => e === null ? e : ot(e).format(t || "YYYY-MM-DD HH:mm:ss"), Pt = (e) => {
|
|
227
|
+
if (typeof e == "object" && !Array.isArray(e)) try {
|
|
228
|
+
if (e !== "" && e !== null && e.type) return e.value;
|
|
229
|
+
} catch (e) {
|
|
230
|
+
console.error(e);
|
|
231
|
+
}
|
|
232
|
+
else if (e.type) {
|
|
233
|
+
let t = JSON.parse(e.value);
|
|
234
|
+
return t.length > 0 ? t[t.length - 1] : "";
|
|
235
|
+
}
|
|
236
|
+
return e === null ? null : e.toString();
|
|
237
|
+
}, Ft = {
|
|
177
238
|
toString: (e) => e == null ? null : typeof e == "string" ? e : e.toString(),
|
|
178
239
|
parseInt: (e) => Number.parseInt(e, 10),
|
|
179
240
|
array: (e) => {
|
|
@@ -182,25 +243,69 @@ var St = {
|
|
|
182
243
|
for (let t = e.translateIndexArray[e.fieldName].index; t < e.array.length; t += 1) if (e.translateObject[e.fieldName][e.array[t].value] = e.array[t].label, e.translateIndexArray[e.fieldName].index = t, e.array[t].value === e.value) return e.array[t].label;
|
|
183
244
|
return e.value;
|
|
184
245
|
}
|
|
185
|
-
},
|
|
246
|
+
}, It = {
|
|
247
|
+
timestamp: Nt,
|
|
248
|
+
stringList: Pt,
|
|
249
|
+
...Ft
|
|
250
|
+
}, Lt = (e) => X(e.cellValue) || X(e.tabObj) ? e.cellValue : e.tabObj === "translate" ? It.array({
|
|
186
251
|
value: e.cellValue,
|
|
187
252
|
array: e.translateJson,
|
|
188
253
|
fieldName: e.fieldName,
|
|
189
254
|
translateObject: e.translateObject,
|
|
190
255
|
translateIndexArray: e.translateIndexArray
|
|
191
|
-
}) : e.tabObj ?
|
|
192
|
-
|
|
256
|
+
}) : e.tabObj ? It[e.tabObj](e.cellValue) : e.cellValue;
|
|
257
|
+
//#endregion
|
|
258
|
+
//#region src/utils/dateTime.ts
|
|
259
|
+
function Rt(e) {
|
|
260
|
+
let t = /* @__PURE__ */ new Date();
|
|
261
|
+
return t.setDate(t.getDate() + e), t;
|
|
262
|
+
}
|
|
263
|
+
var zt = (e) => {
|
|
264
|
+
let t = ut.solar2lunar(e.timestamp);
|
|
193
265
|
return Z(t.festivalName) ? t.festivalName : t.IDayCn === "初一" ? t.IMonthCn : t.IDayCn;
|
|
194
|
-
},
|
|
266
|
+
}, Bt = (e, t) => {
|
|
267
|
+
let n = t - e;
|
|
268
|
+
return `${Math.floor(n / (1e3 * 60 * 60 * 24))}天 ${Math.floor(n % (1e3 * 60 * 60 * 24) / (1e3 * 60 * 60))}时 ${Math.floor(n % (1e3 * 60 * 60) / (1e3 * 60))}分 ${Math.floor(n % (1e3 * 60) / 1e3)}秒`;
|
|
269
|
+
};
|
|
270
|
+
function Vt(e, t) {
|
|
271
|
+
let n = new Date(e), r = /* @__PURE__ */ new Date();
|
|
272
|
+
return n.getFullYear() === r.getFullYear() && n.getMonth() === r.getMonth() && n.getDate() === r.getDate() ? n.toTimeString().split(" ")[0] : t ? n.toISOString().split("T")[0] : `${n.toISOString().split("T")[0]} ${n.toTimeString().split(" ")[0]}`;
|
|
273
|
+
}
|
|
274
|
+
//#endregion
|
|
275
|
+
//#region src/utils/emitter.ts
|
|
276
|
+
var Ht = dt(), Ut = async (e) => {
|
|
195
277
|
if (!e) return !1;
|
|
196
278
|
try {
|
|
197
279
|
return await e.validate(), !0;
|
|
198
280
|
} catch (e) {
|
|
199
281
|
return console.error(e), !1;
|
|
200
282
|
}
|
|
201
|
-
},
|
|
283
|
+
}, Wt = {
|
|
284
|
+
isEmail: (e, t, n) => {
|
|
285
|
+
(t === "" || Mt(t)) && n(), n(/* @__PURE__ */ Error("邮箱格式不正确!"));
|
|
286
|
+
},
|
|
287
|
+
length: (e, t, n, r, i) => {
|
|
288
|
+
if (i) {
|
|
289
|
+
if (t.length <= r) {
|
|
290
|
+
n(/* @__PURE__ */ Error(`长度不能小于${r}`));
|
|
291
|
+
return;
|
|
292
|
+
}
|
|
293
|
+
if (t.length > i) {
|
|
294
|
+
n(/* @__PURE__ */ Error(`长度不能大于${i}`));
|
|
295
|
+
return;
|
|
296
|
+
}
|
|
297
|
+
n();
|
|
298
|
+
} else t.length === r ? n() : n(/* @__PURE__ */ Error(`该值不等于${r}`));
|
|
299
|
+
},
|
|
300
|
+
passwordVerify: (e, t, n) => {
|
|
301
|
+
At(t) ? n() : n(/* @__PURE__ */ Error("密码需至少包含数字 字母 符号两种,且长度必须大于8小于16"));
|
|
302
|
+
},
|
|
303
|
+
same: (e, t, n, r, i) => {
|
|
304
|
+
t === r ? n() : n(Error(i ?? "两个值不相同"));
|
|
305
|
+
}
|
|
306
|
+
}, Gt = (e = "info") => X(e) ? "" : e, Q = {
|
|
202
307
|
alert: (e) => {
|
|
203
|
-
Z(e.callback) || Z(e.catch) ?
|
|
308
|
+
Z(e.callback) || Z(e.catch) ? it.confirm(e.msg, Gt(e.type), {
|
|
204
309
|
confirmButtonText: "OK",
|
|
205
310
|
cancelButtonText: "Cancel",
|
|
206
311
|
type: e.type
|
|
@@ -208,10 +313,10 @@ var St = {
|
|
|
208
313
|
e.callback && e.callback();
|
|
209
314
|
}).catch(() => {
|
|
210
315
|
e.catch && e.catch();
|
|
211
|
-
}) :
|
|
316
|
+
}) : it.alert(e.msg, Gt(e.type), { type: e.type });
|
|
212
317
|
},
|
|
213
318
|
elNotification: (e) => {
|
|
214
|
-
|
|
319
|
+
at({
|
|
215
320
|
title: e.title,
|
|
216
321
|
message: e.msg,
|
|
217
322
|
type: e.type,
|
|
@@ -219,14 +324,14 @@ var St = {
|
|
|
219
324
|
});
|
|
220
325
|
},
|
|
221
326
|
tips: (e) => {
|
|
222
|
-
|
|
327
|
+
rt({
|
|
223
328
|
message: e.msg,
|
|
224
329
|
type: e.type ?? void 0,
|
|
225
330
|
duration: e.duration ?? 3e3,
|
|
226
331
|
showClose: !0
|
|
227
332
|
});
|
|
228
333
|
}
|
|
229
|
-
},
|
|
334
|
+
}, Kt = (e, t) => {
|
|
230
335
|
let n = {};
|
|
231
336
|
for (let t in e) Object.hasOwn(e, t) && Z(e[t]) && (n[t] = {
|
|
232
337
|
val: e[t],
|
|
@@ -234,21 +339,21 @@ var St = {
|
|
|
234
339
|
});
|
|
235
340
|
for (let e in t) Object.hasOwn(t, e) && n[e]?.val && (n[e].queryType = t[e]);
|
|
236
341
|
return n;
|
|
237
|
-
},
|
|
342
|
+
}, qt = { style: {
|
|
238
343
|
width: "100%",
|
|
239
344
|
"text-align": "right"
|
|
240
|
-
} },
|
|
345
|
+
} }, Jt = /* @__PURE__ */ N({
|
|
241
346
|
__name: "QueryBar",
|
|
242
347
|
props: { frame: {} },
|
|
243
348
|
emits: ["queryClick"],
|
|
244
349
|
setup(e, { emit: t }) {
|
|
245
|
-
let n = e, r = t, i = z({}), a = z({}), o = B(!1), s =
|
|
246
|
-
|
|
350
|
+
let n = e, r = t, i = z({}), a = z({}), o = B(!1), s = Ye("query-bar-ref"), c = B(0);
|
|
351
|
+
ct(s, st((e) => {
|
|
247
352
|
let t = e[0];
|
|
248
353
|
t && (c.value = t.contentRect.width);
|
|
249
354
|
}, 300));
|
|
250
355
|
let l = E(() => n.frame.length < 1 ? 24 : c.value > 1920 || c.value >= 1200 ? 6 : c.value >= 992 ? 8 : c.value >= 768 || c.value >= 600 ? 12 : 24), u = () => {
|
|
251
|
-
r("queryClick",
|
|
356
|
+
r("queryClick", Kt(i, a));
|
|
252
357
|
}, d = () => {
|
|
253
358
|
Object.keys(i).forEach((e) => {
|
|
254
359
|
i[e] = void 0;
|
|
@@ -262,7 +367,7 @@ var St = {
|
|
|
262
367
|
class: "query-bar-client"
|
|
263
368
|
}, {
|
|
264
369
|
default: q(() => [M(f, { gutter: 12 }, {
|
|
265
|
-
default: q(() => [(R(!0), k(T, null, V(e.frame, (e, t) =>
|
|
370
|
+
default: q(() => [(R(!0), k(T, null, V(e.frame, (e, t) => $e((R(), D(s, {
|
|
266
371
|
key: e.fieldName,
|
|
267
372
|
span: l.value
|
|
268
373
|
}, {
|
|
@@ -286,9 +391,9 @@ var St = {
|
|
|
286
391
|
_: 2
|
|
287
392
|
}, 1032, ["label", "prop"])]),
|
|
288
393
|
_: 2
|
|
289
|
-
}, 1032, ["span"])), [[
|
|
394
|
+
}, 1032, ["span"])), [[Xe, o.value === !0 || (t + 2) * l.value <= 24]])), 128)), M(s, { span: l.value }, {
|
|
290
395
|
default: q(() => [M(r, null, {
|
|
291
|
-
default: q(() => [A("div",
|
|
396
|
+
default: q(() => [A("div", qt, [
|
|
292
397
|
M(c, {
|
|
293
398
|
type: "primary",
|
|
294
399
|
onClick: u
|
|
@@ -324,12 +429,12 @@ var St = {
|
|
|
324
429
|
};
|
|
325
430
|
}
|
|
326
431
|
});
|
|
327
|
-
|
|
328
|
-
e.component("QueryBar",
|
|
432
|
+
Jt.name = "QueryBar", Jt.install = (e) => {
|
|
433
|
+
e.component("QueryBar", Jt);
|
|
329
434
|
};
|
|
330
435
|
//#endregion
|
|
331
436
|
//#region src/components/QueryComponent/QueryDateTime/QueryDateTime.vue
|
|
332
|
-
var
|
|
437
|
+
var Yt = /* @__PURE__ */ N({
|
|
333
438
|
__name: "QueryDateTime",
|
|
334
439
|
props: /* @__PURE__ */ P({ value: {} }, {
|
|
335
440
|
value: { type: [Array] },
|
|
@@ -378,12 +483,12 @@ var jt = /* @__PURE__ */ N({
|
|
|
378
483
|
};
|
|
379
484
|
}
|
|
380
485
|
});
|
|
381
|
-
|
|
382
|
-
e.component("QueryDateTime",
|
|
486
|
+
Yt.name = "QueryDateTime", Yt.install = (e) => {
|
|
487
|
+
e.component("QueryDateTime", Yt);
|
|
383
488
|
};
|
|
384
489
|
//#endregion
|
|
385
490
|
//#region src/components/QueryComponent/QueryInput/QueryInput.vue
|
|
386
|
-
var
|
|
491
|
+
var Xt = /* @__PURE__ */ N({
|
|
387
492
|
__name: "QueryInput",
|
|
388
493
|
props: /* @__PURE__ */ P({ value: {} }, {
|
|
389
494
|
value: { type: [String, Number] },
|
|
@@ -404,12 +509,12 @@ var Mt = /* @__PURE__ */ N({
|
|
|
404
509
|
};
|
|
405
510
|
}
|
|
406
511
|
});
|
|
407
|
-
|
|
408
|
-
e.component("QueryInput",
|
|
512
|
+
Xt.name = "QueryInput", Xt.install = (e) => {
|
|
513
|
+
e.component("QueryInput", Xt);
|
|
409
514
|
};
|
|
410
515
|
//#endregion
|
|
411
516
|
//#region src/components/QueryComponent/QueryInputLike/QueryInputLike.vue
|
|
412
|
-
var
|
|
517
|
+
var Zt = /* @__PURE__ */ N({
|
|
413
518
|
__name: "QueryInputLike",
|
|
414
519
|
props: /* @__PURE__ */ P({ value: {} }, {
|
|
415
520
|
value: { type: [String, Number] },
|
|
@@ -430,12 +535,12 @@ var Nt = /* @__PURE__ */ N({
|
|
|
430
535
|
};
|
|
431
536
|
}
|
|
432
537
|
});
|
|
433
|
-
|
|
434
|
-
e.component("QueryInputLike",
|
|
538
|
+
Zt.name = "QueryInputLike", Zt.install = (e) => {
|
|
539
|
+
e.component("QueryInputLike", Zt);
|
|
435
540
|
};
|
|
436
541
|
//#endregion
|
|
437
542
|
//#region src/components/QueryComponent/QuerySelect/QuerySelect.vue
|
|
438
|
-
var
|
|
543
|
+
var Qt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
439
544
|
__name: "QuerySelect",
|
|
440
545
|
props: /* @__PURE__ */ P({
|
|
441
546
|
value: { default: () => null },
|
|
@@ -473,20 +578,20 @@ var Pt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
473
578
|
};
|
|
474
579
|
}
|
|
475
580
|
}), [["__scopeId", "data-v-e02acf5d"]]);
|
|
476
|
-
|
|
477
|
-
e.component("QuerySelect",
|
|
581
|
+
Qt.name = "QuerySelect", Qt.install = (e) => {
|
|
582
|
+
e.component("QuerySelect", Qt);
|
|
478
583
|
};
|
|
479
584
|
//#endregion
|
|
480
585
|
//#region src/components/QueryComponent/QueryTreeFilter/QueryTreeFilter.vue?vue&type=script&setup=true&lang.ts
|
|
481
|
-
var
|
|
586
|
+
var $t = { class: "filterBoard" }, en = { class: "tree-container" }, tn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
482
587
|
__name: "QueryTreeFilter",
|
|
483
588
|
props: { pageId: {} },
|
|
484
589
|
emits: ["checkChange"],
|
|
485
590
|
setup(e, { expose: t, emit: n }) {
|
|
486
591
|
let r = e, i = n, a = B([]), o = (e, t, n) => {
|
|
487
|
-
a.value = t ? [...a.value, e.value] :
|
|
592
|
+
a.value = t ? [...a.value, e.value] : bt(a.value, e.value), i("checkChange");
|
|
488
593
|
}, s = async (e, t, n) => {
|
|
489
|
-
let i = e.data.value ?? null, a = await
|
|
594
|
+
let i = e.data.value ?? null, a = await me({
|
|
490
595
|
pageId: r.pageId,
|
|
491
596
|
pid: i
|
|
492
597
|
});
|
|
@@ -495,17 +600,17 @@ var Ft = { class: "filterBoard" }, It = { class: "tree-container" }, Lt = /* @__
|
|
|
495
600
|
};
|
|
496
601
|
return t({ getCheckboxes: () => ({ val: a.value }) }), (e, t) => {
|
|
497
602
|
let n = H("el-button"), r = H("el-tree"), i = H("el-scrollbar");
|
|
498
|
-
return R(), k("div",
|
|
603
|
+
return R(), k("div", $t, [M(n, { type: "primary" }, {
|
|
499
604
|
default: q(() => [...t[0] ||= [j("全选", -1)]]),
|
|
500
605
|
_: 1
|
|
501
|
-
}), A("div",
|
|
606
|
+
}), A("div", en, [M(i, null, {
|
|
502
607
|
default: q(() => [M(r, {
|
|
503
608
|
load: s,
|
|
504
609
|
lazy: "",
|
|
505
610
|
"show-checkbox": "",
|
|
506
611
|
onCheckChange: o
|
|
507
612
|
}, {
|
|
508
|
-
default: q(({ node: e, data: t }) => [A("span", { class:
|
|
613
|
+
default: q(({ node: e, data: t }) => [A("span", { class: Re([a.value.includes(t.value) ? "is-checked" : "", "custom-tree-node"]) }, [A("span", null, W(e.label), 1)], 2)]),
|
|
509
614
|
_: 1
|
|
510
615
|
})]),
|
|
511
616
|
_: 1
|
|
@@ -513,12 +618,12 @@ var Ft = { class: "filterBoard" }, It = { class: "tree-container" }, Lt = /* @__
|
|
|
513
618
|
};
|
|
514
619
|
}
|
|
515
620
|
}), [["__scopeId", "data-v-7e102fe5"]]);
|
|
516
|
-
|
|
517
|
-
e.component("QueryTreeFilter",
|
|
621
|
+
tn.name = "QueryTreeFilter", tn.install = (e) => {
|
|
622
|
+
e.component("QueryTreeFilter", tn);
|
|
518
623
|
};
|
|
519
624
|
//#endregion
|
|
520
625
|
//#region src/components/TableComponent/TableInput/TableInput.vue
|
|
521
|
-
var
|
|
626
|
+
var nn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
522
627
|
__name: "TableInput",
|
|
523
628
|
props: /* @__PURE__ */ P({
|
|
524
629
|
value: { default: null },
|
|
@@ -536,7 +641,7 @@ var Rt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
536
641
|
let n = e, r = t, i = B(), a = B(), o = K(e, "value"), s = B(null), c = () => {
|
|
537
642
|
s.value = o.value;
|
|
538
643
|
}, l = async () => {
|
|
539
|
-
o.value !== s.value && (o.value = s.value, await
|
|
644
|
+
o.value !== s.value && (o.value = s.value, await Le(), G(i).popperRef?.delayHide?.(), r("valueChange", n.detail?.field, o.value, n.rowData));
|
|
540
645
|
};
|
|
541
646
|
return (t, n) => {
|
|
542
647
|
let r = H("el-skeleton"), u = H("el-input"), d = H("el-popover");
|
|
@@ -544,7 +649,7 @@ var Rt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
544
649
|
ref_key: "buttonRef",
|
|
545
650
|
ref: a,
|
|
546
651
|
class: "text",
|
|
547
|
-
onClick:
|
|
652
|
+
onClick: et(c, ["stop"])
|
|
548
653
|
}, [o.value === null || o.value === "" || o.value === void 0 ? (R(), D(r, {
|
|
549
654
|
key: 0,
|
|
550
655
|
rows: 0
|
|
@@ -567,12 +672,12 @@ var Rt = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
567
672
|
};
|
|
568
673
|
}
|
|
569
674
|
}), [["__scopeId", "data-v-b9d89f3c"]]);
|
|
570
|
-
|
|
571
|
-
e.component("TableInput",
|
|
675
|
+
nn.name = "TableInput", nn.install = (e) => {
|
|
676
|
+
e.component("TableInput", nn);
|
|
572
677
|
};
|
|
573
678
|
//#endregion
|
|
574
679
|
//#region src/components/TableComponent/TableInputNumber/TableInputNumber.vue?vue&type=script&setup=true&lang.ts
|
|
575
|
-
var
|
|
680
|
+
var rn = { style: { width: "100%" } }, an = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
576
681
|
__name: "TableInputNumber",
|
|
577
682
|
props: /* @__PURE__ */ P({
|
|
578
683
|
value: { default: null },
|
|
@@ -594,15 +699,15 @@ var zt = { style: { width: "100%" } }, Bt = /* @__PURE__ */ Y(/* @__PURE__ */ N(
|
|
|
594
699
|
let n = e, r = t, i = B(), a = B(), o = K(e, "value"), s = B(null), c = () => {
|
|
595
700
|
s.value = o.value;
|
|
596
701
|
}, l = async () => {
|
|
597
|
-
s.value !== o.value && (o.value = s.value, await
|
|
702
|
+
s.value !== o.value && (o.value = s.value, await Le(), r("valueChange", n.detail?.field, s.value, n.rowData)), G(i).popperRef?.delayHide?.();
|
|
598
703
|
};
|
|
599
704
|
return (t, n) => {
|
|
600
705
|
let r = H("el-skeleton"), u = H("el-input-number"), d = H("el-popover");
|
|
601
|
-
return R(), k("div",
|
|
706
|
+
return R(), k("div", rn, [A("span", {
|
|
602
707
|
ref_key: "buttonRef",
|
|
603
708
|
ref: a,
|
|
604
709
|
class: "text",
|
|
605
|
-
onClick:
|
|
710
|
+
onClick: et(c, ["stop"])
|
|
606
711
|
}, [o.value === null || o.value === void 0 ? (R(), D(r, {
|
|
607
712
|
key: 0,
|
|
608
713
|
rows: 0
|
|
@@ -620,7 +725,7 @@ var zt = { style: { width: "100%" } }, Bt = /* @__PURE__ */ Y(/* @__PURE__ */ N(
|
|
|
620
725
|
"onUpdate:modelValue": n[0] ||= (e) => s.value = e,
|
|
621
726
|
placeholder: e.detail.placeholder,
|
|
622
727
|
style: { width: "184px" }
|
|
623
|
-
}, e.detail.editRender?.props?.componentParams),
|
|
728
|
+
}, e.detail.editRender?.props?.componentParams), je({ _: 2 }, [e.detail.editRender?.props?.componentParams && e.detail.editRender.props.componentParams.suffix ? {
|
|
624
729
|
name: "suffix",
|
|
625
730
|
fn: q(() => [A("span", null, W(e.detail.editRender.props.componentParams.suffix), 1)]),
|
|
626
731
|
key: "0"
|
|
@@ -630,12 +735,12 @@ var zt = { style: { width: "100%" } }, Bt = /* @__PURE__ */ Y(/* @__PURE__ */ N(
|
|
|
630
735
|
};
|
|
631
736
|
}
|
|
632
737
|
}), [["__scopeId", "data-v-9da76d44"]]);
|
|
633
|
-
|
|
634
|
-
e.component("TableInputNumber",
|
|
738
|
+
an.name = "TableInputNumber", an.install = (e) => {
|
|
739
|
+
e.component("TableInputNumber", an);
|
|
635
740
|
};
|
|
636
741
|
//#endregion
|
|
637
742
|
//#region src/components/TableComponent/TableSelect/TableSelect.vue
|
|
638
|
-
var
|
|
743
|
+
var on = /* @__PURE__ */ N({
|
|
639
744
|
__name: "TableSelect",
|
|
640
745
|
props: {
|
|
641
746
|
value: { default: () => null },
|
|
@@ -647,7 +752,7 @@ var Vt = /* @__PURE__ */ N({
|
|
|
647
752
|
let n = e, r = t, i = B(void 0), a = () => {
|
|
648
753
|
r("valueChange", n.detail?.field, i.value, n.rowData);
|
|
649
754
|
};
|
|
650
|
-
|
|
755
|
+
Ze(() => n.value, (e) => {
|
|
651
756
|
o(e);
|
|
652
757
|
});
|
|
653
758
|
let o = (e) => {
|
|
@@ -690,12 +795,12 @@ var Vt = /* @__PURE__ */ N({
|
|
|
690
795
|
};
|
|
691
796
|
}
|
|
692
797
|
});
|
|
693
|
-
|
|
694
|
-
e.component("TableSelect",
|
|
798
|
+
on.name = "TableSelect", on.install = (e) => {
|
|
799
|
+
e.component("TableSelect", on);
|
|
695
800
|
};
|
|
696
801
|
//#endregion
|
|
697
802
|
//#region src/components/TableComponent/TableSelectAsync/TableSelectAsync.vue
|
|
698
|
-
var
|
|
803
|
+
var sn = /* @__PURE__ */ N({
|
|
699
804
|
__name: "TableSelectAsync",
|
|
700
805
|
props: /* @__PURE__ */ P({
|
|
701
806
|
value: { default: () => null },
|
|
@@ -743,12 +848,12 @@ var Ht = /* @__PURE__ */ N({
|
|
|
743
848
|
};
|
|
744
849
|
}
|
|
745
850
|
});
|
|
746
|
-
|
|
747
|
-
e.component("TableSelectAsync",
|
|
851
|
+
sn.name = "TableSelectAsync", sn.install = (e) => {
|
|
852
|
+
e.component("TableSelectAsync", sn);
|
|
748
853
|
};
|
|
749
854
|
//#endregion
|
|
750
855
|
//#region src/components/TableComponent/TableSwitch/TableSwitch.vue
|
|
751
|
-
var
|
|
856
|
+
var cn = /* @__PURE__ */ N({
|
|
752
857
|
__name: "TableSwitch",
|
|
753
858
|
props: /* @__PURE__ */ P({
|
|
754
859
|
value: {
|
|
@@ -776,12 +881,12 @@ var Ut = /* @__PURE__ */ N({
|
|
|
776
881
|
};
|
|
777
882
|
}
|
|
778
883
|
});
|
|
779
|
-
|
|
780
|
-
e.component("TableSwitch",
|
|
884
|
+
cn.name = "TableSwitch", cn.install = (e) => {
|
|
885
|
+
e.component("TableSwitch", cn);
|
|
781
886
|
};
|
|
782
887
|
//#endregion
|
|
783
888
|
//#region src/components/TableComponent/TableListSelect/TableListSelect.vue
|
|
784
|
-
var
|
|
889
|
+
var ln = /* @__PURE__ */ N({
|
|
785
890
|
__name: "TableListSelect",
|
|
786
891
|
props: /* @__PURE__ */ P({
|
|
787
892
|
value: { default: () => null },
|
|
@@ -794,7 +899,7 @@ var Wt = /* @__PURE__ */ N({
|
|
|
794
899
|
emits: /* @__PURE__ */ P(["valueChange", "update:value"], ["update:value"]),
|
|
795
900
|
setup(e, { emit: t }) {
|
|
796
901
|
let n = e, r = t, i = K(e, "value"), a = async () => {
|
|
797
|
-
await
|
|
902
|
+
await Le(), r("valueChange", n.detail?.field, i.value, n.rowData);
|
|
798
903
|
};
|
|
799
904
|
return (t, n) => {
|
|
800
905
|
let r = H("el-text"), o = H("el-col"), s = H("el-row"), c = H("el-option"), l = H("el-select");
|
|
@@ -826,7 +931,7 @@ var Wt = /* @__PURE__ */ N({
|
|
|
826
931
|
disabled: t.disabled === !0,
|
|
827
932
|
label: t[e.detail.editRender.props.componentParams.labelField],
|
|
828
933
|
value: t,
|
|
829
|
-
style:
|
|
934
|
+
style: Be({ width: e.detail.editRender?.props.componentParams?.optionWidth ? `${e.detail.editRender?.props.componentParams.optionWidth}px` : "100%" })
|
|
830
935
|
}, {
|
|
831
936
|
default: q(() => [M(s, null, {
|
|
832
937
|
default: q(() => [(R(!0), k(T, null, V(e.detail.editRender?.props.componentParams?.optionSlots, (e) => (R(), D(o, {
|
|
@@ -858,12 +963,12 @@ var Wt = /* @__PURE__ */ N({
|
|
|
858
963
|
};
|
|
859
964
|
}
|
|
860
965
|
});
|
|
861
|
-
|
|
862
|
-
e.component("TableListSelect",
|
|
966
|
+
ln.name = "TableListSelect", ln.install = (e) => {
|
|
967
|
+
e.component("TableListSelect", ln);
|
|
863
968
|
};
|
|
864
969
|
//#endregion
|
|
865
970
|
//#region src/components/TableComponent/TableCheckBoxAsync/TableCheckBoxAsync.vue?vue&type=script&setup=true&lang.ts
|
|
866
|
-
var
|
|
971
|
+
var un = { class: "table-check-box-async" }, dn = { class: "dialog-header" }, fn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
867
972
|
__name: "TableCheckBoxAsync",
|
|
868
973
|
props: /* @__PURE__ */ P({
|
|
869
974
|
value: { default: () => [] },
|
|
@@ -904,9 +1009,9 @@ var Gt = { class: "table-check-box-async" }, Kt = { class: "dialog-header" }, qt
|
|
|
904
1009
|
};
|
|
905
1010
|
return (t, n) => {
|
|
906
1011
|
let r = H("el-button"), i = H("el-checkbox"), c = H("el-checkbox-group"), l = H("el-dialog");
|
|
907
|
-
return R(), k("div",
|
|
1012
|
+
return R(), k("div", un, [A("span", {
|
|
908
1013
|
class: "text",
|
|
909
|
-
onClick:
|
|
1014
|
+
onClick: et(u, ["stop"])
|
|
910
1015
|
}, W(a.showText ? a.showText : "空"), 1), M(l, {
|
|
911
1016
|
modelValue: a.dialogVisible,
|
|
912
1017
|
"onUpdate:modelValue": n[3] ||= (e) => a.dialogVisible = e,
|
|
@@ -914,7 +1019,7 @@ var Gt = { class: "table-check-box-async" }, Kt = { class: "dialog-header" }, qt
|
|
|
914
1019
|
"append-to-body": "",
|
|
915
1020
|
center: ""
|
|
916
1021
|
}, {
|
|
917
|
-
header: q(() => [A("div",
|
|
1022
|
+
header: q(() => [A("div", dn, [A("div", null, [M(r, {
|
|
918
1023
|
size: "small",
|
|
919
1024
|
type: "primary",
|
|
920
1025
|
onClick: s
|
|
@@ -956,12 +1061,12 @@ var Gt = { class: "table-check-box-async" }, Kt = { class: "dialog-header" }, qt
|
|
|
956
1061
|
};
|
|
957
1062
|
}
|
|
958
1063
|
}), [["__scopeId", "data-v-e263854d"]]);
|
|
959
|
-
|
|
960
|
-
e.component("TableCheckBoxAsync",
|
|
1064
|
+
fn.name = "TableCheckBoxAsync", fn.install = (e) => {
|
|
1065
|
+
e.component("TableCheckBoxAsync", fn);
|
|
961
1066
|
};
|
|
962
1067
|
//#endregion
|
|
963
1068
|
//#region src/components/TableComponent/TableRender/hooks/useVxeGrid.hook.ts
|
|
964
|
-
var
|
|
1069
|
+
var pn = (e) => {
|
|
965
1070
|
let { xGrid: t, fieldValueChanged: n } = e;
|
|
966
1071
|
return {
|
|
967
1072
|
exportData: () => {
|
|
@@ -992,13 +1097,13 @@ var Jt = (e) => {
|
|
|
992
1097
|
},
|
|
993
1098
|
gridEvents: {}
|
|
994
1099
|
};
|
|
995
|
-
},
|
|
1100
|
+
}, mn = { class: "ke-table-render-client" }, hn = {
|
|
996
1101
|
key: 1,
|
|
997
1102
|
class: "ke-table-tool-button"
|
|
998
|
-
},
|
|
1103
|
+
}, gn = {
|
|
999
1104
|
key: 2,
|
|
1000
1105
|
class: "ke-pagination-div"
|
|
1001
|
-
},
|
|
1106
|
+
}, _n = /* @__PURE__ */ N({
|
|
1002
1107
|
name: "TableRender",
|
|
1003
1108
|
__name: "TableRender",
|
|
1004
1109
|
props: /* @__PURE__ */ P({
|
|
@@ -1038,7 +1143,7 @@ var Jt = (e) => {
|
|
|
1038
1143
|
setup(e, { emit: t }) {
|
|
1039
1144
|
let n = H("VxeGrid"), r = e, i = t, a = B(), o = K(e, "tablePagination"), s = (e, t, n) => {
|
|
1040
1145
|
i("valueChange", e, t, n[r.tableConfig?.rowKey]);
|
|
1041
|
-
}, { exportData: c, openCustomColumn: l, vxeClipboard: u, gridEvents: d } =
|
|
1146
|
+
}, { exportData: c, openCustomColumn: l, vxeClipboard: u, gridEvents: d } = pn({
|
|
1042
1147
|
xGrid: a,
|
|
1043
1148
|
fieldValueChanged: s
|
|
1044
1149
|
}), f = E(() => {
|
|
@@ -1054,29 +1159,29 @@ var Jt = (e) => {
|
|
|
1054
1159
|
}
|
|
1055
1160
|
return r.columns;
|
|
1056
1161
|
}), p = B(), m = B(0);
|
|
1057
|
-
|
|
1162
|
+
ct(p, st((e) => {
|
|
1058
1163
|
let t = e[0];
|
|
1059
1164
|
t && (m.value = t.contentRect.height);
|
|
1060
1165
|
}, 200));
|
|
1061
1166
|
let h = {}, g = (e, t, n) => {
|
|
1062
|
-
|
|
1167
|
+
Hi(e, t, n);
|
|
1063
1168
|
}, _ = (e) => {
|
|
1064
1169
|
h = e, i("queryClick", h);
|
|
1065
1170
|
}, v = () => {
|
|
1066
1171
|
i("queryClick", h);
|
|
1067
1172
|
};
|
|
1068
1173
|
return (t, r) => {
|
|
1069
|
-
let i = H("ElButtonPlus"), h = H("el-pagination"), y =
|
|
1070
|
-
return R(), k("div",
|
|
1071
|
-
e.queryConfig && e.queryConfig.length > 0 ? (R(), D(G(
|
|
1174
|
+
let i = H("ElButtonPlus"), h = H("el-pagination"), y = Ge("clipboard");
|
|
1175
|
+
return R(), k("div", mn, [
|
|
1176
|
+
e.queryConfig && e.queryConfig.length > 0 ? (R(), D(G(Jt), {
|
|
1072
1177
|
key: 0,
|
|
1073
1178
|
frame: e.queryConfig,
|
|
1074
1179
|
class: "ke-query-bar-client",
|
|
1075
1180
|
onQueryClick: _
|
|
1076
1181
|
}, null, 8, ["frame"])) : O("", !0),
|
|
1077
|
-
e.tableToolButtons && e.tableToolButtons.length > 0 ? (R(), k("div",
|
|
1182
|
+
e.tableToolButtons && e.tableToolButtons.length > 0 ? (R(), k("div", hn, [M(G(Ki), { "tool-buttons": e.tableToolButtons }, {
|
|
1078
1183
|
"custom-button": q(() => [
|
|
1079
|
-
|
|
1184
|
+
We(t.$slots, "tool-bar"),
|
|
1080
1185
|
M(i, {
|
|
1081
1186
|
onClick: G(c),
|
|
1082
1187
|
icon: "mingcute:download-line"
|
|
@@ -1092,10 +1197,10 @@ var Jt = (e) => {
|
|
|
1092
1197
|
ref_key: "vxeGridContainerRef",
|
|
1093
1198
|
ref: p,
|
|
1094
1199
|
class: "ke-vxe-grid-container"
|
|
1095
|
-
}, [
|
|
1200
|
+
}, [$e((R(), D(G(n), F({
|
|
1096
1201
|
ref_key: "xGrid",
|
|
1097
1202
|
ref: a
|
|
1098
|
-
},
|
|
1203
|
+
}, qe(G(d)), {
|
|
1099
1204
|
...e.vxeGridOptions,
|
|
1100
1205
|
showOverflow: "title",
|
|
1101
1206
|
columns: f.value,
|
|
@@ -1135,13 +1240,13 @@ var Jt = (e) => {
|
|
|
1135
1240
|
]))]),
|
|
1136
1241
|
tableButtonOperate: q(({ row: t, rowIndex: n }) => [(R(!0), k(T, null, V(e.tableRowButtons, (e) => (R(), D(i, {
|
|
1137
1242
|
key: e.id,
|
|
1138
|
-
class:
|
|
1139
|
-
style:
|
|
1243
|
+
class: Re(e.buttonClass),
|
|
1244
|
+
style: Be(e.buttonStyle),
|
|
1140
1245
|
label: e.label,
|
|
1141
1246
|
icon: e.icon,
|
|
1142
1247
|
type: e.type,
|
|
1143
1248
|
size: "small",
|
|
1144
|
-
onClick:
|
|
1249
|
+
onClick: et((r) => g(t, e, n), ["stop"])
|
|
1145
1250
|
}, null, 8, [
|
|
1146
1251
|
"class",
|
|
1147
1252
|
"style",
|
|
@@ -1152,7 +1257,7 @@ var Jt = (e) => {
|
|
|
1152
1257
|
]))), 128))]),
|
|
1153
1258
|
_: 1
|
|
1154
1259
|
}, 16)), [[y, G(u)]])], 512),
|
|
1155
|
-
!e.tableConfig.tree && e.tablePagination ? (R(), k("div",
|
|
1260
|
+
!e.tableConfig.tree && e.tablePagination ? (R(), k("div", gn, [M(h, {
|
|
1156
1261
|
"current-page": o.value.currentPage,
|
|
1157
1262
|
"onUpdate:currentPage": r[0] ||= (e) => o.value.currentPage = e,
|
|
1158
1263
|
"page-size": o.value.pageSize,
|
|
@@ -1172,15 +1277,15 @@ var Jt = (e) => {
|
|
|
1172
1277
|
};
|
|
1173
1278
|
}
|
|
1174
1279
|
});
|
|
1175
|
-
|
|
1176
|
-
e.component("TableRender",
|
|
1280
|
+
_n.name = "TableRender", _n.install = (e) => {
|
|
1281
|
+
e.component("TableRender", _n);
|
|
1177
1282
|
};
|
|
1178
1283
|
//#endregion
|
|
1179
1284
|
//#region src/components/TableComponent/TableCardRender/TableCardRender.vue?vue&type=script&setup=true&lang.ts
|
|
1180
|
-
var
|
|
1285
|
+
var vn = { class: "table-card-render-client" }, yn = {
|
|
1181
1286
|
key: 1,
|
|
1182
1287
|
class: "table-tool-button"
|
|
1183
|
-
},
|
|
1288
|
+
}, bn = { class: "card-container" }, xn = ["src"], Sn = { class: "title-wrapper" }, Cn = { class: "title-text" }, wn = { class: "pagination-div" }, Tn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
1184
1289
|
__name: "TableCardRender",
|
|
1185
1290
|
props: /* @__PURE__ */ P({
|
|
1186
1291
|
tableId: {},
|
|
@@ -1219,8 +1324,8 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1219
1324
|
for (let t in e) if (typeof e[t] == "string" && Z(e[t])) return s = t, e[t];
|
|
1220
1325
|
return "";
|
|
1221
1326
|
}, l = B(), u = (e, t) => {
|
|
1222
|
-
|
|
1223
|
-
}, d = {}, f = [], p = (e, t) =>
|
|
1327
|
+
Hi(e, t);
|
|
1328
|
+
}, d = {}, f = [], p = (e, t) => Lt({
|
|
1224
1329
|
cellValue: e,
|
|
1225
1330
|
tabObj: t.tabObj,
|
|
1226
1331
|
translateJson: t.translate,
|
|
@@ -1234,7 +1339,7 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1234
1339
|
};
|
|
1235
1340
|
return (t, n) => {
|
|
1236
1341
|
let r = H("KeQueryBar"), a = H("KeToolBar"), s = H("el-button"), d = H("el-dropdown-item"), f = H("el-dropdown-menu"), g = H("el-dropdown"), v = H("el-form-item"), y = H("el-card"), ee = H("el-col"), b = H("el-row"), x = H("el-scrollbar"), S = H("el-pagination");
|
|
1237
|
-
return R(), k("div",
|
|
1342
|
+
return R(), k("div", vn, [
|
|
1238
1343
|
e.queryConfig && e.queryConfig.length > 0 ? (R(), D(r, {
|
|
1239
1344
|
key: 0,
|
|
1240
1345
|
ref_key: "queryBarRef",
|
|
@@ -1242,8 +1347,8 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1242
1347
|
frame: e.queryConfig,
|
|
1243
1348
|
onQueryClick: o
|
|
1244
1349
|
}, null, 8, ["frame"])) : O("", !0),
|
|
1245
|
-
e.tableToolButtons.length > 0 ? (R(), k("div",
|
|
1246
|
-
A("div",
|
|
1350
|
+
e.tableToolButtons.length > 0 ? (R(), k("div", yn, [M(a, { "tool-buttons": e.tableToolButtons }, null, 8, ["tool-buttons"])])) : O("", !0),
|
|
1351
|
+
A("div", bn, [M(x, null, {
|
|
1247
1352
|
default: q(() => [M(b, { gutter: 12 }, {
|
|
1248
1353
|
default: q(() => [(R(!0), k(T, null, V(e.tableData, (t) => (R(), D(ee, {
|
|
1249
1354
|
key: t[e.tableConfig.rowKey],
|
|
@@ -1263,8 +1368,8 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1263
1368
|
key: 0,
|
|
1264
1369
|
src: t[e.tableConfig.coverField],
|
|
1265
1370
|
alt: ""
|
|
1266
|
-
}, null, 8,
|
|
1267
|
-
A("h1",
|
|
1371
|
+
}, null, 8, xn)) : O("", !0),
|
|
1372
|
+
A("h1", Sn, [A("span", Cn, W(c(t)), 1), Array.isArray(e.tableRowButtons) && e.tableRowButtons.length > 0 ? (R(), D(g, {
|
|
1268
1373
|
key: 0,
|
|
1269
1374
|
class: "dropdown-wrapper"
|
|
1270
1375
|
}, {
|
|
@@ -1273,7 +1378,7 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1273
1378
|
key: e.id,
|
|
1274
1379
|
onClick: (n) => u(t, e)
|
|
1275
1380
|
}, {
|
|
1276
|
-
default: q(() => [A("span", { style:
|
|
1381
|
+
default: q(() => [A("span", { style: Be({ color: `var(--el-color-${e.type})` }) }, W(e.label), 5)]),
|
|
1277
1382
|
_: 2
|
|
1278
1383
|
}, 1032, ["onClick"]))), 128))]),
|
|
1279
1384
|
_: 2
|
|
@@ -1314,7 +1419,7 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1314
1419
|
})]),
|
|
1315
1420
|
_: 1
|
|
1316
1421
|
})]),
|
|
1317
|
-
A("div",
|
|
1422
|
+
A("div", wn, [M(S, {
|
|
1318
1423
|
"current-page": i.value.currentPage,
|
|
1319
1424
|
"onUpdate:currentPage": n[0] ||= (e) => i.value.currentPage = e,
|
|
1320
1425
|
"page-size": i.value.pageSize,
|
|
@@ -1333,24 +1438,24 @@ var $t = { class: "table-card-render-client" }, en = {
|
|
|
1333
1438
|
};
|
|
1334
1439
|
}
|
|
1335
1440
|
}), [["__scopeId", "data-v-607ab83a"]]);
|
|
1336
|
-
|
|
1337
|
-
e.component("TableCardRender",
|
|
1441
|
+
Tn.name = "TableCardRender", Tn.install = (e) => {
|
|
1442
|
+
e.component("TableCardRender", Tn);
|
|
1338
1443
|
};
|
|
1339
1444
|
//#endregion
|
|
1340
1445
|
//#region src/components/FormComponent/hooks/useMitt.hook.ts
|
|
1341
1446
|
var $ = (e, t) => t ? {
|
|
1342
1447
|
registerMitt: (n) => {
|
|
1343
|
-
t &&
|
|
1448
|
+
t && Ht && Ht.on(e + t, (e) => {
|
|
1344
1449
|
n && n(e);
|
|
1345
1450
|
});
|
|
1346
1451
|
},
|
|
1347
1452
|
offMitt: () => {
|
|
1348
|
-
t &&
|
|
1453
|
+
t && Ht && Ht.off(e + t);
|
|
1349
1454
|
}
|
|
1350
1455
|
} : {
|
|
1351
1456
|
registerMitt: () => {},
|
|
1352
1457
|
offMitt: () => {}
|
|
1353
|
-
},
|
|
1458
|
+
}, En = /* @__PURE__ */ N({
|
|
1354
1459
|
__name: "FormInput",
|
|
1355
1460
|
props: /* @__PURE__ */ P({
|
|
1356
1461
|
value: { default: "" },
|
|
@@ -1382,7 +1487,7 @@ var $ = (e, t) => t ? {
|
|
|
1382
1487
|
modelValue: a.value,
|
|
1383
1488
|
"onUpdate:modelValue": r[0] ||= (e) => a.value = e,
|
|
1384
1489
|
placeholder: n.detail?.placeholder
|
|
1385
|
-
}, n.detail?.componentParams ? n.detail.componentParams : {}),
|
|
1490
|
+
}, n.detail?.componentParams ? n.detail.componentParams : {}), je({ _: 2 }, [e.detail.componentParams && e.detail.componentParams.prepend ? {
|
|
1386
1491
|
name: "prepend",
|
|
1387
1492
|
fn: q(() => [A("span", null, W(e.detail.componentParams.prepend), 1)]),
|
|
1388
1493
|
key: "0"
|
|
@@ -1394,12 +1499,12 @@ var $ = (e, t) => t ? {
|
|
|
1394
1499
|
};
|
|
1395
1500
|
}
|
|
1396
1501
|
});
|
|
1397
|
-
|
|
1398
|
-
e.component("FormInput",
|
|
1502
|
+
En.name = "FormInput", En.install = (e) => {
|
|
1503
|
+
e.component("FormInput", En);
|
|
1399
1504
|
};
|
|
1400
1505
|
//#endregion
|
|
1401
1506
|
//#region src/components/FormComponent/FormInputNumber/FormInputNumber.vue
|
|
1402
|
-
var
|
|
1507
|
+
var Dn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
1403
1508
|
__name: "FormInputNumber",
|
|
1404
1509
|
props: /* @__PURE__ */ P({
|
|
1405
1510
|
value: { default: null },
|
|
@@ -1427,7 +1532,7 @@ var ln = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
1427
1532
|
"onUpdate:modelValue": i[0] ||= (e) => n.value = e,
|
|
1428
1533
|
placeholder: e.detail.placeholder,
|
|
1429
1534
|
class: "full"
|
|
1430
|
-
}, t.detail.componentParams ? t.detail.componentParams : {}),
|
|
1535
|
+
}, t.detail.componentParams ? t.detail.componentParams : {}), je({ _: 2 }, [e.detail.componentParams && e.detail.componentParams.prefix ? {
|
|
1431
1536
|
name: "prefix",
|
|
1432
1537
|
fn: q(() => [A("span", null, W(e.detail.componentParams.prefix), 1)]),
|
|
1433
1538
|
key: "0"
|
|
@@ -1439,12 +1544,12 @@ var ln = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
1439
1544
|
};
|
|
1440
1545
|
}
|
|
1441
1546
|
}), [["__scopeId", "data-v-8f2c6d44"]]);
|
|
1442
|
-
|
|
1443
|
-
e.component("FormInputNumber",
|
|
1547
|
+
Dn.name = "FormInputNumber", Dn.install = (e) => {
|
|
1548
|
+
e.component("FormInputNumber", Dn);
|
|
1444
1549
|
};
|
|
1445
1550
|
//#endregion
|
|
1446
1551
|
//#region src/components/FormComponent/FormTextArea/FormTextArea.vue
|
|
1447
|
-
var
|
|
1552
|
+
var On = /* @__PURE__ */ N({
|
|
1448
1553
|
__name: "FormTextArea",
|
|
1449
1554
|
props: /* @__PURE__ */ P({
|
|
1450
1555
|
value: { default: "" },
|
|
@@ -1481,12 +1586,12 @@ var un = /* @__PURE__ */ N({
|
|
|
1481
1586
|
};
|
|
1482
1587
|
}
|
|
1483
1588
|
});
|
|
1484
|
-
|
|
1485
|
-
e.component("FormTextArea",
|
|
1589
|
+
On.name = "FormTextArea", On.install = (e) => {
|
|
1590
|
+
e.component("FormTextArea", On);
|
|
1486
1591
|
};
|
|
1487
1592
|
//#endregion
|
|
1488
1593
|
//#region src/components/FormComponent/FormText/FormText.vue
|
|
1489
|
-
var
|
|
1594
|
+
var kn = /* @__PURE__ */ N({
|
|
1490
1595
|
__name: "FormText",
|
|
1491
1596
|
props: /* @__PURE__ */ P({
|
|
1492
1597
|
value: { default: "" },
|
|
@@ -1509,19 +1614,19 @@ var dn = /* @__PURE__ */ N({
|
|
|
1509
1614
|
r();
|
|
1510
1615
|
}), (e, n) => {
|
|
1511
1616
|
let r = H("el-text");
|
|
1512
|
-
return R(), D(r,
|
|
1617
|
+
return R(), D(r, ze(Ne(t.detail?.componentParams ? t.detail.componentParams : {})), {
|
|
1513
1618
|
default: q(() => [j(W(i.value), 1)]),
|
|
1514
1619
|
_: 1
|
|
1515
1620
|
}, 16);
|
|
1516
1621
|
};
|
|
1517
1622
|
}
|
|
1518
1623
|
});
|
|
1519
|
-
|
|
1520
|
-
e.component("FormText",
|
|
1624
|
+
kn.name = "FormText", kn.install = (e) => {
|
|
1625
|
+
e.component("FormText", kn);
|
|
1521
1626
|
};
|
|
1522
1627
|
//#endregion
|
|
1523
1628
|
//#region src/components/FormComponent/FormSelect/FormSelect.vue
|
|
1524
|
-
var
|
|
1629
|
+
var An = /* @__PURE__ */ N({
|
|
1525
1630
|
__name: "FormSelect",
|
|
1526
1631
|
props: /* @__PURE__ */ P({
|
|
1527
1632
|
detail: {},
|
|
@@ -1538,7 +1643,7 @@ var fn = /* @__PURE__ */ N({
|
|
|
1538
1643
|
], ["update:value"]),
|
|
1539
1644
|
setup(e, { emit: t }) {
|
|
1540
1645
|
let n = e, r = K(e, "value"), { registerMitt: i, offMitt: a } = $(n.detail.field, n.mittId), o = async () => {
|
|
1541
|
-
await
|
|
1646
|
+
await Vi(.1), (n.detail.multiple || n.detail.componentParams?.mode === "tags") && r.value === null && (r.value = []);
|
|
1542
1647
|
}, s = (e) => {
|
|
1543
1648
|
r.value = e;
|
|
1544
1649
|
}, c = (e) => {
|
|
@@ -1575,14 +1680,14 @@ var fn = /* @__PURE__ */ N({
|
|
|
1575
1680
|
};
|
|
1576
1681
|
}
|
|
1577
1682
|
});
|
|
1578
|
-
|
|
1579
|
-
e.component("FormSelect",
|
|
1683
|
+
An.name = "FormSelect", An.install = (e) => {
|
|
1684
|
+
e.component("FormSelect", An);
|
|
1580
1685
|
};
|
|
1581
1686
|
//#endregion
|
|
1582
1687
|
//#region src/components/FormComponent/hooks/selectAsync.hook.ts
|
|
1583
|
-
var
|
|
1688
|
+
var jn = (e) => {
|
|
1584
1689
|
let { emits: t, props: n } = e, r = B(!1), i = !1, a = !1, o = {}, s = B([]), c = async () => {
|
|
1585
|
-
await
|
|
1690
|
+
await Vi(.05 + Math.floor(Math.random() * 300) / 100), await u();
|
|
1586
1691
|
}, l = (e, t) => {
|
|
1587
1692
|
let n = !0;
|
|
1588
1693
|
return t.length > 0 && !e ? !1 : (t.forEach((t) => {
|
|
@@ -1625,7 +1730,7 @@ var pn = (e) => {
|
|
|
1625
1730
|
loading: r,
|
|
1626
1731
|
init: c
|
|
1627
1732
|
};
|
|
1628
|
-
},
|
|
1733
|
+
}, Mn = /* @__PURE__ */ N({
|
|
1629
1734
|
__name: "FormSelectAsync",
|
|
1630
1735
|
props: /* @__PURE__ */ P({
|
|
1631
1736
|
value: { default: () => null },
|
|
@@ -1643,7 +1748,7 @@ var pn = (e) => {
|
|
|
1643
1748
|
"setShow"
|
|
1644
1749
|
], ["update:value"]),
|
|
1645
1750
|
setup(e, { emit: t }) {
|
|
1646
|
-
let n = e, r = t, i = K(e, "value"), { registerMitt: a, offMitt: o } = $(n.detail.field, n.mittId), { loading: s, getOptions: c, optionsData: l, init: u } =
|
|
1751
|
+
let n = e, r = t, i = K(e, "value"), { registerMitt: a, offMitt: o } = $(n.detail.field, n.mittId), { loading: s, getOptions: c, optionsData: l, init: u } = jn({
|
|
1647
1752
|
emits: r,
|
|
1648
1753
|
props: n,
|
|
1649
1754
|
valueRef: i
|
|
@@ -1659,8 +1764,8 @@ var pn = (e) => {
|
|
|
1659
1764
|
}), L(() => {
|
|
1660
1765
|
o();
|
|
1661
1766
|
}), (e, t) => {
|
|
1662
|
-
let r = H("el-option"), a = H("el-select"), o =
|
|
1663
|
-
return
|
|
1767
|
+
let r = H("el-option"), a = H("el-select"), o = Ge("loading");
|
|
1768
|
+
return $e((R(), D(a, F({
|
|
1664
1769
|
modelValue: i.value,
|
|
1665
1770
|
"onUpdate:modelValue": t[0] ||= (e) => i.value = e,
|
|
1666
1771
|
multiple: n.detail.multiple
|
|
@@ -1690,12 +1795,12 @@ var pn = (e) => {
|
|
|
1690
1795
|
};
|
|
1691
1796
|
}
|
|
1692
1797
|
});
|
|
1693
|
-
|
|
1694
|
-
e.component("FormSelectAsync",
|
|
1798
|
+
Mn.name = "FormSelectAsync", Mn.install = (e) => {
|
|
1799
|
+
e.component("FormSelectAsync", Mn);
|
|
1695
1800
|
};
|
|
1696
1801
|
//#endregion
|
|
1697
1802
|
//#region src/components/FormComponent/FormSelectRemote/FormSelectRemote.vue
|
|
1698
|
-
var
|
|
1803
|
+
var Nn = /* @__PURE__ */ N({
|
|
1699
1804
|
__name: "FormSelectRemote",
|
|
1700
1805
|
props: /* @__PURE__ */ P({
|
|
1701
1806
|
value: { default: () => null },
|
|
@@ -1782,12 +1887,12 @@ var hn = /* @__PURE__ */ N({
|
|
|
1782
1887
|
};
|
|
1783
1888
|
}
|
|
1784
1889
|
});
|
|
1785
|
-
|
|
1786
|
-
e.component("FormSelectRemote",
|
|
1890
|
+
Nn.name = "FormSelectRemote", Nn.install = (e) => {
|
|
1891
|
+
e.component("FormSelectRemote", Nn);
|
|
1787
1892
|
};
|
|
1788
1893
|
//#endregion
|
|
1789
1894
|
//#region src/components/FormComponent/FormRadio/FormRadio.vue
|
|
1790
|
-
var
|
|
1895
|
+
var Pn = /* @__PURE__ */ N({
|
|
1791
1896
|
__name: "FormRadio",
|
|
1792
1897
|
props: /* @__PURE__ */ P({
|
|
1793
1898
|
value: { default: () => void 0 },
|
|
@@ -1827,12 +1932,12 @@ var gn = /* @__PURE__ */ N({
|
|
|
1827
1932
|
};
|
|
1828
1933
|
}
|
|
1829
1934
|
});
|
|
1830
|
-
|
|
1831
|
-
e.component("FormRadio",
|
|
1935
|
+
Pn.name = "FormRadio", Pn.install = (e) => {
|
|
1936
|
+
e.component("FormRadio", Pn);
|
|
1832
1937
|
};
|
|
1833
1938
|
//#endregion
|
|
1834
1939
|
//#region src/components/FormComponent/FormCheckBox/FormCheckBox.vue
|
|
1835
|
-
var
|
|
1940
|
+
var Fn = /* @__PURE__ */ N({
|
|
1836
1941
|
__name: "FormCheckBox",
|
|
1837
1942
|
props: /* @__PURE__ */ P({
|
|
1838
1943
|
detail: {},
|
|
@@ -1879,12 +1984,12 @@ var _n = /* @__PURE__ */ N({
|
|
|
1879
1984
|
};
|
|
1880
1985
|
}
|
|
1881
1986
|
});
|
|
1882
|
-
|
|
1883
|
-
e.component("FormCheckBox",
|
|
1987
|
+
Fn.name = "FormCheckBox", Fn.install = (e) => {
|
|
1988
|
+
e.component("FormCheckBox", Fn);
|
|
1884
1989
|
};
|
|
1885
1990
|
//#endregion
|
|
1886
1991
|
//#region src/components/FormComponent/FormCheckBoxAsync/FormCheckBoxAsync.vue?vue&type=script&setup=true&lang.ts
|
|
1887
|
-
var
|
|
1992
|
+
var In = !1, Ln = /* @__PURE__ */ N({
|
|
1888
1993
|
__name: "FormCheckBoxAsync",
|
|
1889
1994
|
props: /* @__PURE__ */ P({
|
|
1890
1995
|
detail: {},
|
|
@@ -1910,7 +2015,7 @@ var vn = !1, yn = /* @__PURE__ */ N({
|
|
|
1910
2015
|
let e = {};
|
|
1911
2016
|
if (r("getComponentValue", n.detail.optionHttpComponentValue, (t) => {
|
|
1912
2017
|
e = t;
|
|
1913
|
-
}), (s.load ||
|
|
2018
|
+
}), (s.load || In) && JSON.stringify(e) === JSON.stringify(c)) return;
|
|
1914
2019
|
s.loading = !0, c = e;
|
|
1915
2020
|
let t = {
|
|
1916
2021
|
method: n.detail.optionHttpMethod,
|
|
@@ -1965,12 +2070,12 @@ var vn = !1, yn = /* @__PURE__ */ N({
|
|
|
1965
2070
|
};
|
|
1966
2071
|
}
|
|
1967
2072
|
});
|
|
1968
|
-
|
|
1969
|
-
e.component("FormCheckBoxAsync",
|
|
2073
|
+
Ln.name = "FormCheckBoxAsync", Ln.install = (e) => {
|
|
2074
|
+
e.component("FormCheckBoxAsync", Ln);
|
|
1970
2075
|
};
|
|
1971
2076
|
//#endregion
|
|
1972
2077
|
//#region src/components/FormComponent/FormSwitch/FormSwitch.vue
|
|
1973
|
-
var
|
|
2078
|
+
var Rn = /* @__PURE__ */ N({
|
|
1974
2079
|
__name: "FormSwitch",
|
|
1975
2080
|
props: /* @__PURE__ */ P({
|
|
1976
2081
|
value: {
|
|
@@ -1990,7 +2095,7 @@ var bn = /* @__PURE__ */ N({
|
|
|
1990
2095
|
], ["update:value"]),
|
|
1991
2096
|
setup(e, { emit: t }) {
|
|
1992
2097
|
let n = e, r = K(e, "value"), { registerMitt: i, offMitt: a } = $(n.detail.field, n.mittId), o = async () => {
|
|
1993
|
-
await
|
|
2098
|
+
await Vi(.1), r.value ||= !1;
|
|
1994
2099
|
}, s = (e) => {
|
|
1995
2100
|
r.value = e;
|
|
1996
2101
|
}, c = (e) => {
|
|
@@ -2009,12 +2114,12 @@ var bn = /* @__PURE__ */ N({
|
|
|
2009
2114
|
};
|
|
2010
2115
|
}
|
|
2011
2116
|
});
|
|
2012
|
-
|
|
2013
|
-
e.component("FormSwitch",
|
|
2117
|
+
Rn.name = "FormSwitch", Rn.install = (e) => {
|
|
2118
|
+
e.component("FormSwitch", Rn);
|
|
2014
2119
|
};
|
|
2015
2120
|
//#endregion
|
|
2016
2121
|
//#region src/components/FormComponent/FormDatePicker/FormDatePicker.vue?vue&type=script&setup=true&lang.ts
|
|
2017
|
-
var
|
|
2122
|
+
var zn = { class: "dateCell" }, Bn = { class: "solar_calendar" }, Vn = { class: "lunar_calendar" }, Hn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
2018
2123
|
__name: "FormDatePicker",
|
|
2019
2124
|
props: /* @__PURE__ */ P({
|
|
2020
2125
|
value: { default: () => void 0 },
|
|
@@ -2045,18 +2150,18 @@ var xn = { class: "dateCell" }, Sn = { class: "solar_calendar" }, Cn = { class:
|
|
|
2045
2150
|
style: { width: "100%" },
|
|
2046
2151
|
"value-format": "YYYY-MM-DD"
|
|
2047
2152
|
}), {
|
|
2048
|
-
default: q((e) => [A("div",
|
|
2153
|
+
default: q((e) => [A("div", zn, [A("span", Bn, W(o(e)), 1), A("span", Vn, W(G(zt)(e)), 1)])]),
|
|
2049
2154
|
_: 1
|
|
2050
2155
|
}, 16, ["modelValue"]);
|
|
2051
2156
|
};
|
|
2052
2157
|
}
|
|
2053
2158
|
}), [["__scopeId", "data-v-4a6233e0"]]);
|
|
2054
|
-
|
|
2055
|
-
e.component("FormDatePicker",
|
|
2159
|
+
Hn.name = "FormDatePicker", Hn.install = (e) => {
|
|
2160
|
+
e.component("FormDatePicker", Hn);
|
|
2056
2161
|
};
|
|
2057
2162
|
//#endregion
|
|
2058
2163
|
//#region src/components/FormComponent/FormDateTimePicker/FormDateTimePicker.vue?vue&type=script&setup=true&lang.ts
|
|
2059
|
-
var
|
|
2164
|
+
var Un = { class: "dateCell" }, Wn = { class: "solar_calendar" }, Gn = { class: "lunar_calendar" }, Kn = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
2060
2165
|
__name: "FormDateTimePicker",
|
|
2061
2166
|
props: /* @__PURE__ */ P({
|
|
2062
2167
|
value: { default: () => void 0 },
|
|
@@ -2123,18 +2228,18 @@ var Tn = { class: "dateCell" }, En = { class: "solar_calendar" }, Dn = { class:
|
|
|
2123
2228
|
type: "datetime",
|
|
2124
2229
|
"value-format": "YYYY-MM-DD HH:mm:ss"
|
|
2125
2230
|
}), {
|
|
2126
|
-
default: q((e) => [A("div",
|
|
2231
|
+
default: q((e) => [A("div", Un, [A("span", Wn, W(o(e)), 1), A("span", Gn, W(G(zt)(e)), 1)])]),
|
|
2127
2232
|
_: 1
|
|
2128
2233
|
}, 16, ["modelValue"]);
|
|
2129
2234
|
};
|
|
2130
2235
|
}
|
|
2131
2236
|
}), [["__scopeId", "data-v-cb054933"]]);
|
|
2132
|
-
|
|
2133
|
-
e.component("FormDateTimePicker",
|
|
2237
|
+
Kn.name = "FormDateTimePicker", Kn.install = (e) => {
|
|
2238
|
+
e.component("FormDateTimePicker", Kn);
|
|
2134
2239
|
};
|
|
2135
2240
|
//#endregion
|
|
2136
2241
|
//#region src/components/FormComponent/FormCascaderAsync/FormCascaderAsync.vue
|
|
2137
|
-
var
|
|
2242
|
+
var qn = /* @__PURE__ */ N({
|
|
2138
2243
|
__name: "FormCascaderAsync",
|
|
2139
2244
|
props: /* @__PURE__ */ P({
|
|
2140
2245
|
value: { default: null },
|
|
@@ -2203,12 +2308,12 @@ var kn = /* @__PURE__ */ N({
|
|
|
2203
2308
|
};
|
|
2204
2309
|
}
|
|
2205
2310
|
});
|
|
2206
|
-
|
|
2207
|
-
e.component("FormCascaderAsync",
|
|
2311
|
+
qn.name = "FormCascaderAsync", qn.install = (e) => {
|
|
2312
|
+
e.component("FormCascaderAsync", qn);
|
|
2208
2313
|
};
|
|
2209
2314
|
//#endregion
|
|
2210
2315
|
//#region src/components/FormComponent/FormTableSelect/FormTableSelect.vue
|
|
2211
|
-
var
|
|
2316
|
+
var Jn = /* @__PURE__ */ N({
|
|
2212
2317
|
__name: "FormTableSelect",
|
|
2213
2318
|
props: /* @__PURE__ */ P({
|
|
2214
2319
|
value: { default: () => void 0 },
|
|
@@ -2221,7 +2326,7 @@ var An = /* @__PURE__ */ N({
|
|
|
2221
2326
|
emits: /* @__PURE__ */ P(["getComponentValue", "valueChange"], ["update:value"]),
|
|
2222
2327
|
setup(e, { emit: t }) {
|
|
2223
2328
|
let n = e, { registerMitt: r, offMitt: i } = $(n.detail.field, n.mittId), a = K(e, "value"), o = async () => {
|
|
2224
|
-
await
|
|
2329
|
+
await Vi(.1), (n.detail.multiple || n.detail.componentParams?.mode === "tags") && a.value === null && (a.value = []);
|
|
2225
2330
|
}, s = (e) => {
|
|
2226
2331
|
console.log("Receive event data", e);
|
|
2227
2332
|
};
|
|
@@ -2258,7 +2363,7 @@ var An = /* @__PURE__ */ N({
|
|
|
2258
2363
|
disabled: t.disabled === !0,
|
|
2259
2364
|
label: t[e.detail.componentParams?.labelField],
|
|
2260
2365
|
value: t,
|
|
2261
|
-
style:
|
|
2366
|
+
style: Be({ width: e.detail.componentParams?.optionWidth ? `${e.detail.componentParams.optionWidth}px` : "100%" })
|
|
2262
2367
|
}, {
|
|
2263
2368
|
default: q(() => [M(o, null, {
|
|
2264
2369
|
default: q(() => [(R(!0), k(T, null, V(e.detail.componentParams?.optionSlots, (e) => (R(), D(i, {
|
|
@@ -2290,12 +2395,12 @@ var An = /* @__PURE__ */ N({
|
|
|
2290
2395
|
};
|
|
2291
2396
|
}
|
|
2292
2397
|
});
|
|
2293
|
-
|
|
2294
|
-
e.component("FormTableSelect",
|
|
2398
|
+
Jn.name = "FormTableSelect", Jn.install = (e) => {
|
|
2399
|
+
e.component("FormTableSelect", Jn);
|
|
2295
2400
|
};
|
|
2296
2401
|
//#endregion
|
|
2297
2402
|
//#region src/components/FormComponent/FormTableSelectAsync/FormTableSelectAsync.vue
|
|
2298
|
-
var
|
|
2403
|
+
var Yn = /* @__PURE__ */ N({
|
|
2299
2404
|
__name: "FormTableSelectAsync",
|
|
2300
2405
|
props: /* @__PURE__ */ P({
|
|
2301
2406
|
value: { default: () => null },
|
|
@@ -2313,7 +2418,7 @@ var jn = /* @__PURE__ */ N({
|
|
|
2313
2418
|
"setShow"
|
|
2314
2419
|
], ["update:value"]),
|
|
2315
2420
|
setup(e, { emit: t }) {
|
|
2316
|
-
let n = e, r = t, i = K(e, "value"), { registerMitt: a, offMitt: o } = $(n.detail.field, n.mittId), { loading: s, getOptions: c, optionsData: l, init: u } =
|
|
2421
|
+
let n = e, r = t, i = K(e, "value"), { registerMitt: a, offMitt: o } = $(n.detail.field, n.mittId), { loading: s, getOptions: c, optionsData: l, init: u } = jn({
|
|
2317
2422
|
emits: r,
|
|
2318
2423
|
props: n,
|
|
2319
2424
|
valueRef: i
|
|
@@ -2329,8 +2434,8 @@ var jn = /* @__PURE__ */ N({
|
|
|
2329
2434
|
}), L(() => {
|
|
2330
2435
|
o();
|
|
2331
2436
|
}), (t, n) => {
|
|
2332
|
-
let r = H("el-text"), a = H("el-col"), o = H("el-row"), u = H("el-option"), d = H("el-select"), f =
|
|
2333
|
-
return
|
|
2437
|
+
let r = H("el-text"), a = H("el-col"), o = H("el-row"), u = H("el-option"), d = H("el-select"), f = Ge("loading");
|
|
2438
|
+
return $e((R(), D(d, F({
|
|
2334
2439
|
modelValue: i.value,
|
|
2335
2440
|
"onUpdate:modelValue": n[0] ||= (e) => i.value = e
|
|
2336
2441
|
}, e.detail.componentParams ? e.detail.componentParams : {}, {
|
|
@@ -2358,7 +2463,7 @@ var jn = /* @__PURE__ */ N({
|
|
|
2358
2463
|
disabled: t.disabled === !0,
|
|
2359
2464
|
label: t[e.detail.componentParams?.labelField],
|
|
2360
2465
|
value: t,
|
|
2361
|
-
style:
|
|
2466
|
+
style: Be({ width: e.detail.componentParams?.optionWidth ? `${e.detail.componentParams.optionWidth}px` : "100%" })
|
|
2362
2467
|
}, {
|
|
2363
2468
|
default: q(() => [M(o, null, {
|
|
2364
2469
|
default: q(() => [(R(!0), k(T, null, V(e.detail.componentParams?.optionSlots, (e) => (R(), D(a, {
|
|
@@ -2392,18 +2497,18 @@ var jn = /* @__PURE__ */ N({
|
|
|
2392
2497
|
};
|
|
2393
2498
|
}
|
|
2394
2499
|
});
|
|
2395
|
-
|
|
2396
|
-
e.component("FormTableSelectAsync",
|
|
2500
|
+
Yn.name = "FormTableSelectAsync", Yn.install = (e) => {
|
|
2501
|
+
e.component("FormTableSelectAsync", Yn);
|
|
2397
2502
|
};
|
|
2398
2503
|
//#endregion
|
|
2399
2504
|
//#region src/components/FormComponent/FormDictSelector/FormDictSelector.vue?vue&type=script&setup=true&lang.ts
|
|
2400
|
-
var
|
|
2505
|
+
var Xn = { class: "dict-selector" }, Zn = { class: "dict-selector-content" }, Qn = { class: "dict-list" }, $n = { class: "dict-search" }, er = { class: "dict-list-body" }, tr = ["onClick"], nr = { class: "dict-item-content" }, rr = { class: "dict-name" }, ir = { class: "dict-code" }, ar = { class: "dict-item-actions" }, or = {
|
|
2401
2506
|
key: 0,
|
|
2402
2507
|
class: "empty-result"
|
|
2403
|
-
},
|
|
2508
|
+
}, sr = { class: "dict-detail" }, cr = { class: "dict-info" }, lr = { class: "dict-items" }, ur = {
|
|
2404
2509
|
key: 1,
|
|
2405
2510
|
class: "empty-state"
|
|
2406
|
-
},
|
|
2511
|
+
}, dr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
2407
2512
|
__name: "FormDictSelector",
|
|
2408
2513
|
props: /* @__PURE__ */ P({
|
|
2409
2514
|
value: { default: "" },
|
|
@@ -2418,7 +2523,7 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2418
2523
|
let n = e, r = t, i = K(e, "value"), a = B(!1), o = B(""), s = B("preview"), c = B(null), l = B([]), u = B([]), d = B(""), f = B(!1), p = B(!1), m = B({}), h = async () => {
|
|
2419
2524
|
f.value = !0;
|
|
2420
2525
|
try {
|
|
2421
|
-
let e = await
|
|
2526
|
+
let e = await ve("getDictionaryDataByFieldName", { fieldName: "catalogue" });
|
|
2422
2527
|
e.code === 0 && e.data && (l.value = e.data.map((e) => ({
|
|
2423
2528
|
id: e.id,
|
|
2424
2529
|
code: e.dic_value,
|
|
@@ -2435,7 +2540,7 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2435
2540
|
}, g = async (e) => {
|
|
2436
2541
|
p.value = !0;
|
|
2437
2542
|
try {
|
|
2438
|
-
let t = await
|
|
2543
|
+
let t = await ve("getDictionaryDataByFieldName", { fieldName: e });
|
|
2439
2544
|
t.code === 0 && t.data && (u.value = t.data.map((t) => ({
|
|
2440
2545
|
id: t.id,
|
|
2441
2546
|
dictCode: e,
|
|
@@ -2469,15 +2574,15 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2469
2574
|
return I(() => {
|
|
2470
2575
|
i.value && h();
|
|
2471
2576
|
}), (t, n) => {
|
|
2472
|
-
let r = H("el-icon"), i = H("el-input"), l = H("el-button"), u = H("el-empty"), p = H("el-descriptions-item"), m = H("el-descriptions"), h = H("el-table-column"), g = H("el-table"), C = H("el-dialog"), te =
|
|
2473
|
-
return R(), k("div",
|
|
2577
|
+
let r = H("el-icon"), i = H("el-input"), l = H("el-button"), u = H("el-empty"), p = H("el-descriptions-item"), m = H("el-descriptions"), h = H("el-table-column"), g = H("el-table"), C = H("el-dialog"), te = Ge("loading");
|
|
2578
|
+
return R(), k("div", Xn, [M(i, {
|
|
2474
2579
|
"model-value": x(),
|
|
2475
2580
|
placeholder: e.detail.placeholder || "请选择字典",
|
|
2476
2581
|
readonly: "",
|
|
2477
2582
|
onClick: _
|
|
2478
2583
|
}, {
|
|
2479
2584
|
suffix: q(() => [M(r, { class: "cursor-pointer" }, {
|
|
2480
|
-
default: q(() => [M(G(
|
|
2585
|
+
default: q(() => [M(G(_e))]),
|
|
2481
2586
|
_: 1
|
|
2482
2587
|
})]),
|
|
2483
2588
|
_: 1
|
|
@@ -2490,9 +2595,9 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2490
2595
|
"destroy-on-close": "",
|
|
2491
2596
|
class: "dict-selector-dialog"
|
|
2492
2597
|
}, {
|
|
2493
|
-
default: q(() => [A("div",
|
|
2598
|
+
default: q(() => [A("div", Zn, [A("div", Qn, [
|
|
2494
2599
|
n[4] ||= A("div", { class: "dict-list-header" }, [A("span", { class: "title" }, "字典表列表")], -1),
|
|
2495
|
-
A("div",
|
|
2600
|
+
A("div", $n, [M(i, {
|
|
2496
2601
|
modelValue: d.value,
|
|
2497
2602
|
"onUpdate:modelValue": n[0] ||= (e) => d.value = e,
|
|
2498
2603
|
placeholder: "搜索字典名称或编码",
|
|
@@ -2500,20 +2605,20 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2500
2605
|
size: "small"
|
|
2501
2606
|
}, {
|
|
2502
2607
|
prefix: q(() => [M(r, null, {
|
|
2503
|
-
default: q(() => [M(G(
|
|
2608
|
+
default: q(() => [M(G(_e))]),
|
|
2504
2609
|
_: 1
|
|
2505
2610
|
})]),
|
|
2506
2611
|
_: 1
|
|
2507
2612
|
}, 8, ["modelValue"])]),
|
|
2508
|
-
|
|
2613
|
+
$e((R(), k("div", er, [(R(!0), k(T, null, V(S.value, (e) => (R(), k("div", {
|
|
2509
2614
|
key: e.id,
|
|
2510
|
-
class:
|
|
2615
|
+
class: Re(["dict-item", [{ active: c.value?.id === e.id }]]),
|
|
2511
2616
|
onClick: (t) => y(e)
|
|
2512
|
-
}, [A("div",
|
|
2617
|
+
}, [A("div", nr, [A("div", rr, W(e.name), 1), A("div", ir, W(e.code), 1)]), A("div", ar, [M(l, {
|
|
2513
2618
|
link: "",
|
|
2514
2619
|
size: "small",
|
|
2515
2620
|
type: "primary",
|
|
2516
|
-
onClick:
|
|
2621
|
+
onClick: et((t) => v(e), ["stop"])
|
|
2517
2622
|
}, {
|
|
2518
2623
|
default: q(() => [...n[2] ||= [j(" 选择 ", -1)]]),
|
|
2519
2624
|
_: 1
|
|
@@ -2521,17 +2626,17 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2521
2626
|
link: "",
|
|
2522
2627
|
size: "small",
|
|
2523
2628
|
type: "primary",
|
|
2524
|
-
onClick:
|
|
2629
|
+
onClick: et((t) => ee(e), ["stop"])
|
|
2525
2630
|
}, {
|
|
2526
2631
|
default: q(() => [...n[3] ||= [j(" 编辑 ", -1)]]),
|
|
2527
2632
|
_: 1
|
|
2528
|
-
}, 8, ["onClick"])])], 10,
|
|
2633
|
+
}, 8, ["onClick"])])], 10, tr))), 128)), S.value.length === 0 ? (R(), k("div", or, [M(u, {
|
|
2529
2634
|
description: "未找到匹配的字典",
|
|
2530
2635
|
"image-size": 80
|
|
2531
2636
|
})])) : O("", !0)])), [[te, f.value]])
|
|
2532
|
-
]), A("div",
|
|
2637
|
+
]), A("div", sr, [s.value === "preview" && c.value ? (R(), k(T, { key: 0 }, [
|
|
2533
2638
|
n[6] ||= A("div", { class: "dict-detail-header" }, [A("span", { class: "title" }, "字典详情")], -1),
|
|
2534
|
-
A("div",
|
|
2639
|
+
A("div", cr, [M(m, {
|
|
2535
2640
|
column: 1,
|
|
2536
2641
|
border: ""
|
|
2537
2642
|
}, {
|
|
@@ -2551,7 +2656,7 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2551
2656
|
]),
|
|
2552
2657
|
_: 1
|
|
2553
2658
|
})]),
|
|
2554
|
-
A("div",
|
|
2659
|
+
A("div", lr, [n[5] ||= A("div", { class: "dict-items-header" }, [A("span", { class: "title" }, "字典项")], -1), M(g, {
|
|
2555
2660
|
data: b(),
|
|
2556
2661
|
border: "",
|
|
2557
2662
|
stripe: ""
|
|
@@ -2573,24 +2678,24 @@ var Mn = { class: "dict-selector" }, Nn = { class: "dict-selector-content" }, Pn
|
|
|
2573
2678
|
]),
|
|
2574
2679
|
_: 1
|
|
2575
2680
|
}, 8, ["data"])])
|
|
2576
|
-
], 64)) : (R(), k("div",
|
|
2681
|
+
], 64)) : (R(), k("div", ur, [M(u, { description: "请选择一个字典表查看详情" })]))])])]),
|
|
2577
2682
|
_: 1
|
|
2578
2683
|
}, 8, ["modelValue", "title"])]);
|
|
2579
2684
|
};
|
|
2580
2685
|
}
|
|
2581
2686
|
}), [["__scopeId", "data-v-8a055f0c"]]);
|
|
2582
|
-
|
|
2583
|
-
e.component("FormDictSelector",
|
|
2687
|
+
dr.name = "FormDictSelector", dr.install = (e) => {
|
|
2688
|
+
e.component("FormDictSelector", dr);
|
|
2584
2689
|
};
|
|
2585
2690
|
//#endregion
|
|
2586
2691
|
//#region src/components/FormComponent/FormIconPicker/FormIconPicker.vue?vue&type=script&setup=true&lang.ts
|
|
2587
|
-
var
|
|
2692
|
+
var fr = { class: "icon-picker" }, pr = { class: "picker-header" }, mr = ["title", "onClick"], hr = { class: "icon-wrapper" }, gr = { class: "icon-name" }, _r = {
|
|
2588
2693
|
key: 0,
|
|
2589
2694
|
class: "loading-more"
|
|
2590
|
-
},
|
|
2695
|
+
}, vr = {
|
|
2591
2696
|
key: 1,
|
|
2592
2697
|
class: "no-more"
|
|
2593
|
-
},
|
|
2698
|
+
}, yr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
2594
2699
|
__name: "FormIconPicker",
|
|
2595
2700
|
props: /* @__PURE__ */ P({
|
|
2596
2701
|
value: { default: void 0 },
|
|
@@ -2612,7 +2717,7 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2612
2717
|
}), g = (e) => e.includes(":") ? e.split(":")[1] : e, _ = async () => {
|
|
2613
2718
|
a.value = !0;
|
|
2614
2719
|
try {
|
|
2615
|
-
let e = await
|
|
2720
|
+
let e = await ge();
|
|
2616
2721
|
if (e && (l.value = Object.entries(e).map(([e, t]) => ({
|
|
2617
2722
|
prefix: e,
|
|
2618
2723
|
name: t.name || e,
|
|
@@ -2636,7 +2741,7 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2636
2741
|
pageSize: String(d.value)
|
|
2637
2742
|
};
|
|
2638
2743
|
s.value && s.value !== "all" && (t.prefix = s.value);
|
|
2639
|
-
let n = await
|
|
2744
|
+
let n = await xe(t);
|
|
2640
2745
|
n && n.icons && (c.value = e ? n.icons : [...c.value, ...n.icons], f.value = n.total || 0, p.value = n.hasMore !== !1, u.value++);
|
|
2641
2746
|
} catch (e) {
|
|
2642
2747
|
console.error("搜索图标失败:", e);
|
|
@@ -2658,13 +2763,13 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2658
2763
|
}, S = async (e) => {
|
|
2659
2764
|
e && (l.value.length === 0 && await _(), c.value.length === 0 && (await v(!0), setTimeout(y, 100)));
|
|
2660
2765
|
}, C = null;
|
|
2661
|
-
return
|
|
2766
|
+
return Ze(o, () => {
|
|
2662
2767
|
C && clearTimeout(C), C = setTimeout(() => {
|
|
2663
2768
|
v(!0);
|
|
2664
2769
|
}, 300);
|
|
2665
|
-
}),
|
|
2770
|
+
}), Ze(s, () => {
|
|
2666
2771
|
n.value && v(!0);
|
|
2667
|
-
}),
|
|
2772
|
+
}), Ze(h, (e) => {
|
|
2668
2773
|
if (e && e.includes(":") && l.value.length > 0) {
|
|
2669
2774
|
let t = e.split(":")[0];
|
|
2670
2775
|
t && l.value.some((e) => e.prefix === t) && t !== s.value && (s.value = t);
|
|
@@ -2672,8 +2777,8 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2672
2777
|
}), I(() => {
|
|
2673
2778
|
_();
|
|
2674
2779
|
}), (e, t) => {
|
|
2675
|
-
let u = H("el-icon"), d = H("el-input"), _ = H("el-option"), v = H("el-select"), y = H("el-text"), C = H("el-empty"), te = H("el-popover"), ne =
|
|
2676
|
-
return R(), k("div",
|
|
2780
|
+
let u = H("el-icon"), d = H("el-input"), _ = H("el-option"), v = H("el-select"), y = H("el-text"), C = H("el-empty"), te = H("el-popover"), ne = Ge("loading");
|
|
2781
|
+
return R(), k("div", fr, [M(te, {
|
|
2677
2782
|
visible: n.value,
|
|
2678
2783
|
"onUpdate:visible": t[3] ||= (e) => n.value = e,
|
|
2679
2784
|
placement: "bottom-start",
|
|
@@ -2688,7 +2793,7 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2688
2793
|
placeholder: "选择图标",
|
|
2689
2794
|
readonly: ""
|
|
2690
2795
|
}, {
|
|
2691
|
-
prefix: q(() => [h.value ? (R(), D(G(
|
|
2796
|
+
prefix: q(() => [h.value ? (R(), D(G(tt), {
|
|
2692
2797
|
key: 0,
|
|
2693
2798
|
icon: h.value,
|
|
2694
2799
|
width: 20,
|
|
@@ -2700,7 +2805,7 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2700
2805
|
suffix: q(() => [h.value ? (R(), D(u, {
|
|
2701
2806
|
key: 0,
|
|
2702
2807
|
class: "clear-icon",
|
|
2703
|
-
onClick:
|
|
2808
|
+
onClick: et(x, ["stop"])
|
|
2704
2809
|
}, {
|
|
2705
2810
|
default: q(() => [(R(), D(U("CircleClose")))]),
|
|
2706
2811
|
_: 1
|
|
@@ -2709,8 +2814,8 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2709
2814
|
}, 8, ["model-value"])]),
|
|
2710
2815
|
default: q(() => [A("div", {
|
|
2711
2816
|
class: "picker-content",
|
|
2712
|
-
onClick: t[2] ||=
|
|
2713
|
-
}, [A("div",
|
|
2817
|
+
onClick: t[2] ||= et(() => {}, ["stop"])
|
|
2818
|
+
}, [A("div", pr, [M(v, {
|
|
2714
2819
|
filterable: "",
|
|
2715
2820
|
modelValue: s.value,
|
|
2716
2821
|
"onUpdate:modelValue": t[0] ||= (e) => s.value = e,
|
|
@@ -2745,7 +2850,7 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2745
2850
|
_: 1
|
|
2746
2851
|
})]),
|
|
2747
2852
|
_: 1
|
|
2748
|
-
}, 8, ["modelValue"])]),
|
|
2853
|
+
}, 8, ["modelValue"])]), $e((R(), k("div", {
|
|
2749
2854
|
ref_key: "iconGridRef",
|
|
2750
2855
|
ref: m,
|
|
2751
2856
|
class: "icon-grid",
|
|
@@ -2753,18 +2858,18 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2753
2858
|
}, [
|
|
2754
2859
|
(R(!0), k(T, null, V(c.value, (e) => (R(), k("div", {
|
|
2755
2860
|
key: e,
|
|
2756
|
-
class:
|
|
2861
|
+
class: Re(["icon-item", { selected: h.value === e }]),
|
|
2757
2862
|
title: e,
|
|
2758
2863
|
onClick: (t) => b(e)
|
|
2759
|
-
}, [A("div",
|
|
2864
|
+
}, [A("div", hr, [M(G(tt), {
|
|
2760
2865
|
icon: e,
|
|
2761
2866
|
width: 24,
|
|
2762
2867
|
height: 24
|
|
2763
|
-
}, null, 8, ["icon"]), A("span",
|
|
2764
|
-
i.value ? (R(), k("div",
|
|
2868
|
+
}, null, 8, ["icon"]), A("span", gr, W(g(e)), 1)])], 10, mr))), 128)),
|
|
2869
|
+
i.value ? (R(), k("div", _r, [M(u, { class: "is-loading" }, {
|
|
2765
2870
|
default: q(() => [(R(), D(U("Loading")))]),
|
|
2766
2871
|
_: 1
|
|
2767
|
-
}), t[5] ||= A("span", null, "加载更多...", -1)])) : !p.value && c.value.length > 0 ? (R(), k("div",
|
|
2872
|
+
}), t[5] ||= A("span", null, "加载更多...", -1)])) : !p.value && c.value.length > 0 ? (R(), k("div", vr, [M(y, { type: "info" }, {
|
|
2768
2873
|
default: q(() => [j("已加载全部 " + W(f.value) + " 个图标", 1)]),
|
|
2769
2874
|
_: 1
|
|
2770
2875
|
})])) : O("", !0),
|
|
@@ -2779,15 +2884,135 @@ var Jn = { class: "icon-picker" }, Yn = { class: "picker-header" }, Xn = ["title
|
|
|
2779
2884
|
};
|
|
2780
2885
|
}
|
|
2781
2886
|
}), [["__scopeId", "data-v-dbe424e4"]]);
|
|
2782
|
-
|
|
2783
|
-
e.component("FormIconPicker",
|
|
2887
|
+
yr.name = "FormIconPicker", yr.install = (e) => {
|
|
2888
|
+
e.component("FormIconPicker", yr);
|
|
2889
|
+
};
|
|
2890
|
+
//#endregion
|
|
2891
|
+
//#region src/components/FormComponent/FormImageUpload/FormImageUpload.vue?vue&type=script&setup=true&lang.ts
|
|
2892
|
+
var br = { class: "form-image-upload" }, xr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
2893
|
+
__name: "FormImageUpload",
|
|
2894
|
+
props: /* @__PURE__ */ P({
|
|
2895
|
+
value: { default: () => [] },
|
|
2896
|
+
detail: {},
|
|
2897
|
+
mittId: { default: () => null }
|
|
2898
|
+
}, {
|
|
2899
|
+
value: { default: () => [] },
|
|
2900
|
+
valueModifiers: {}
|
|
2901
|
+
}),
|
|
2902
|
+
emits: /* @__PURE__ */ P([
|
|
2903
|
+
"update:value",
|
|
2904
|
+
"getComponentValue",
|
|
2905
|
+
"valueChange",
|
|
2906
|
+
"setShow"
|
|
2907
|
+
], ["update:value"]),
|
|
2908
|
+
setup(e, { emit: t }) {
|
|
2909
|
+
let n = e, { registerMitt: r, offMitt: i } = $(n.detail.field, n.mittId), a = K(e, "value"), o = B([]), s = B(!1), c = B(0), l = E(() => n.detail?.disabled ?? !1), u = E(() => n.detail?.fileType && n.detail.fileType.length > 0 ? n.detail.fileType.join(",") : "image/*"), d = E(() => o.value.map((e) => e.url || "").filter((e) => e.length > 0)), f = (e) => e.filter((e) => !!e).map((e, t) => ({
|
|
2910
|
+
name: e.split("/").pop() || `image-${t}`,
|
|
2911
|
+
url: e,
|
|
2912
|
+
uid: Date.now() + t,
|
|
2913
|
+
status: "success"
|
|
2914
|
+
})), p = () => {
|
|
2915
|
+
a.value && a.value.length > 0 && (o.value = f(a.value));
|
|
2916
|
+
}, m = () => {
|
|
2917
|
+
let e = o.value.filter((e) => e.status === "success" || e.status === void 0).map((e) => e.url || "").filter((e) => e.length > 0);
|
|
2918
|
+
e.length !== (a.value?.length ?? 0) && (a.value = e);
|
|
2919
|
+
}, h = (e) => {
|
|
2920
|
+
if (n.detail?.fileType && n.detail.fileType.length > 0 && !n.detail.fileType.some((t) => {
|
|
2921
|
+
let n = t.toLowerCase().replace(".", ""), r = e.name.toLowerCase(), i = e.type.toLowerCase();
|
|
2922
|
+
return r.endsWith(`.${n}`) || i === t || i === `image/${n}`;
|
|
2923
|
+
})) {
|
|
2924
|
+
let e = n.detail.fileType.join("、");
|
|
2925
|
+
return Q.tips({
|
|
2926
|
+
msg: `只能上传 ${e} 格式的文件`,
|
|
2927
|
+
type: "warning"
|
|
2928
|
+
}), !1;
|
|
2929
|
+
}
|
|
2930
|
+
if (n.detail?.componentParams?.maxSize) {
|
|
2931
|
+
let t = n.detail.componentParams.maxSize * 1024;
|
|
2932
|
+
if (e.size > t) return Q.tips({
|
|
2933
|
+
msg: `文件大小不能超过 ${n.detail.componentParams.maxSize}KB`,
|
|
2934
|
+
type: "warning"
|
|
2935
|
+
}), !1;
|
|
2936
|
+
}
|
|
2937
|
+
return !0;
|
|
2938
|
+
}, g = () => {
|
|
2939
|
+
Q.tips({
|
|
2940
|
+
msg: `最多只能上传 ${n.detail.maxNumber} 张图片`,
|
|
2941
|
+
type: "warning"
|
|
2942
|
+
});
|
|
2943
|
+
}, _ = () => {
|
|
2944
|
+
m();
|
|
2945
|
+
}, v = () => {
|
|
2946
|
+
m();
|
|
2947
|
+
}, y = (e, t) => {
|
|
2948
|
+
let n = "";
|
|
2949
|
+
typeof e == "string" ? n = e : e?.data ? n = typeof e.data == "string" ? e.data : e.data.url || "" : e?.url && (n = e.url), n && (t.url = n), m();
|
|
2950
|
+
}, ee = () => {
|
|
2951
|
+
Q.tips({
|
|
2952
|
+
msg: "图片上传失败",
|
|
2953
|
+
type: "error"
|
|
2954
|
+
}), m();
|
|
2955
|
+
}, b = (e) => {
|
|
2956
|
+
let t = o.value.findIndex((t) => t.uid === e.uid);
|
|
2957
|
+
c.value = t >= 0 ? t : 0, s.value = !0;
|
|
2958
|
+
}, x = (e) => {
|
|
2959
|
+
a.value = e, o.value = f(e);
|
|
2960
|
+
}, S = (e) => {
|
|
2961
|
+
n.detail.noticeReceive && n.detail.noticeReceive(e, x);
|
|
2962
|
+
};
|
|
2963
|
+
return Ze(() => a.value, (e) => {
|
|
2964
|
+
(!e || e.length === 0) && (o.value = []);
|
|
2965
|
+
}), I(() => {
|
|
2966
|
+
r(S), p();
|
|
2967
|
+
}), L(() => {
|
|
2968
|
+
i();
|
|
2969
|
+
}), (e, t) => {
|
|
2970
|
+
let r = H("el-icon"), i = H("el-upload"), a = H("el-image-viewer");
|
|
2971
|
+
return R(), k("div", br, [M(i, F({
|
|
2972
|
+
"file-list": o.value,
|
|
2973
|
+
"onUpdate:fileList": t[0] ||= (e) => o.value = e,
|
|
2974
|
+
action: n.detail.uploadUrl,
|
|
2975
|
+
accept: u.value,
|
|
2976
|
+
"list-type": "picture-card",
|
|
2977
|
+
limit: n.detail.maxNumber,
|
|
2978
|
+
disabled: l.value,
|
|
2979
|
+
"before-upload": h,
|
|
2980
|
+
"on-exceed": g,
|
|
2981
|
+
"on-change": _,
|
|
2982
|
+
"on-remove": v,
|
|
2983
|
+
"on-success": y,
|
|
2984
|
+
"on-error": ee,
|
|
2985
|
+
"on-preview": b
|
|
2986
|
+
}, n.detail?.componentParams ? n.detail.componentParams : {}), {
|
|
2987
|
+
default: q(() => [M(r, null, {
|
|
2988
|
+
default: q(() => [M(G(se))]),
|
|
2989
|
+
_: 1
|
|
2990
|
+
})]),
|
|
2991
|
+
_: 1
|
|
2992
|
+
}, 16, [
|
|
2993
|
+
"file-list",
|
|
2994
|
+
"action",
|
|
2995
|
+
"accept",
|
|
2996
|
+
"limit",
|
|
2997
|
+
"disabled"
|
|
2998
|
+
]), s.value ? (R(), D(a, {
|
|
2999
|
+
key: 0,
|
|
3000
|
+
"initial-index": c.value,
|
|
3001
|
+
"url-list": d.value,
|
|
3002
|
+
onClose: t[1] ||= (e) => s.value = !1
|
|
3003
|
+
}, null, 8, ["initial-index", "url-list"])) : O("", !0)]);
|
|
3004
|
+
};
|
|
3005
|
+
}
|
|
3006
|
+
}), [["__scopeId", "data-v-e6e08c61"]]);
|
|
3007
|
+
xr.name = "FormImageUpload", xr.install = (e) => {
|
|
3008
|
+
e.component("FormImageUpload", xr);
|
|
2784
3009
|
};
|
|
2785
3010
|
//#endregion
|
|
2786
3011
|
//#region src/components/FormComponent/FormCodeEditor/volar/setup.ts
|
|
2787
|
-
var
|
|
2788
|
-
async function
|
|
2789
|
-
if (!
|
|
2790
|
-
|
|
3012
|
+
var Sr = !1, Cr = null;
|
|
3013
|
+
async function wr() {
|
|
3014
|
+
if (!Sr) {
|
|
3015
|
+
Sr = !0;
|
|
2791
3016
|
try {
|
|
2792
3017
|
J.languages.getLanguages().some((e) => e.id === "vue") || J.languages.register({
|
|
2793
3018
|
id: "vue",
|
|
@@ -2825,13 +3050,13 @@ async function ir() {
|
|
|
2825
3050
|
close: "`"
|
|
2826
3051
|
}
|
|
2827
3052
|
]
|
|
2828
|
-
}), J.languages.setMonarchTokensProvider("vue",
|
|
3053
|
+
}), J.languages.setMonarchTokensProvider("vue", Er()), Cr && Cr.dispose(), Cr = Dr(), Tr();
|
|
2829
3054
|
} catch (e) {
|
|
2830
3055
|
console.error("[Vue] init failed:", e);
|
|
2831
3056
|
}
|
|
2832
3057
|
}
|
|
2833
3058
|
}
|
|
2834
|
-
function
|
|
3059
|
+
function Tr() {
|
|
2835
3060
|
J.editor.defineTheme("vue-dark", {
|
|
2836
3061
|
base: "vs-dark",
|
|
2837
3062
|
inherit: !0,
|
|
@@ -2968,7 +3193,7 @@ function ar() {
|
|
|
2968
3193
|
colors: {}
|
|
2969
3194
|
});
|
|
2970
3195
|
}
|
|
2971
|
-
function
|
|
3196
|
+
function Er() {
|
|
2972
3197
|
return {
|
|
2973
3198
|
defaultToken: "",
|
|
2974
3199
|
ignoreCase: !1,
|
|
@@ -3266,7 +3491,7 @@ function or() {
|
|
|
3266
3491
|
}
|
|
3267
3492
|
};
|
|
3268
3493
|
}
|
|
3269
|
-
function
|
|
3494
|
+
function Dr() {
|
|
3270
3495
|
return J.languages.registerCompletionItemProvider("vue", {
|
|
3271
3496
|
triggerCharacters: [
|
|
3272
3497
|
"<",
|
|
@@ -4828,19 +5053,19 @@ function sr() {
|
|
|
4828
5053
|
}
|
|
4829
5054
|
//#endregion
|
|
4830
5055
|
//#region src/components/FormComponent/FormCodeEditor/FormCodeEditor.vue?vue&type=script&setup=true&lang.ts
|
|
4831
|
-
var
|
|
5056
|
+
var Or = { class: "container" }, kr = { class: "code-preview" }, Ar = {
|
|
4832
5057
|
key: 0,
|
|
4833
5058
|
class: "code-prefix"
|
|
4834
|
-
},
|
|
5059
|
+
}, jr = {
|
|
4835
5060
|
key: 1,
|
|
4836
5061
|
class: "code-suffix"
|
|
4837
|
-
},
|
|
5062
|
+
}, Mr = { class: "dialog-container" }, Nr = {
|
|
4838
5063
|
key: 0,
|
|
4839
5064
|
class: "code-prefix"
|
|
4840
|
-
},
|
|
5065
|
+
}, Pr = {
|
|
4841
5066
|
key: 1,
|
|
4842
5067
|
class: "code-suffix"
|
|
4843
|
-
},
|
|
5068
|
+
}, Fr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
4844
5069
|
__name: "FormCodeEditor",
|
|
4845
5070
|
props: {
|
|
4846
5071
|
detail: {},
|
|
@@ -4848,7 +5073,7 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
4848
5073
|
},
|
|
4849
5074
|
emits: ["update:value"],
|
|
4850
5075
|
setup(e, { emit: t }) {
|
|
4851
|
-
let n = e, r = t, i = B(!0), a = B(!1), o = B(null), s = B(null), c =
|
|
5076
|
+
let n = e, r = t, i = B(!0), a = B(!1), o = B(null), s = B(null), c = Ke(null), l = Ke(null), u = Ke(null), d = async (e) => {
|
|
4852
5077
|
if ([
|
|
4853
5078
|
"css",
|
|
4854
5079
|
"html",
|
|
@@ -4856,7 +5081,7 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
4856
5081
|
"typescript"
|
|
4857
5082
|
].includes(e)) return;
|
|
4858
5083
|
if (e === "vue") {
|
|
4859
|
-
await
|
|
5084
|
+
await wr();
|
|
4860
5085
|
return;
|
|
4861
5086
|
}
|
|
4862
5087
|
let t = J.languages.getLanguages().some((t) => t.id === e), n;
|
|
@@ -4942,7 +5167,7 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
4942
5167
|
c.value = e;
|
|
4943
5168
|
}), m = !0);
|
|
4944
5169
|
}, _ = async () => {
|
|
4945
|
-
a.value = !0, !h && (await
|
|
5170
|
+
a.value = !0, !h && (await Le(), await v(s.value, (e) => {
|
|
4946
5171
|
l.value = e;
|
|
4947
5172
|
}), h = !0);
|
|
4948
5173
|
}, v = async (e, t) => {
|
|
@@ -4977,15 +5202,15 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
4977
5202
|
}
|
|
4978
5203
|
}), f();
|
|
4979
5204
|
};
|
|
4980
|
-
|
|
5205
|
+
Le(() => {
|
|
4981
5206
|
g();
|
|
4982
|
-
}),
|
|
5207
|
+
}), Ze(i, (e) => {
|
|
4983
5208
|
let t = n.detail.componentParams?.lang || "javascript", r = e ? "vs-dark" : "vs";
|
|
4984
5209
|
t === "vue" ? r = e ? "vue-dark" : "vue-light" : t === "java" && (r = e ? "java-dark" : "java-light"), c.value && J.editor.setTheme(r);
|
|
4985
|
-
}),
|
|
5210
|
+
}), Ze(() => n.detail, async () => {
|
|
4986
5211
|
let e = n.detail.componentParams?.lang || "javascript";
|
|
4987
5212
|
u.value && (await d(e), J.editor.setModelLanguage(u.value, e));
|
|
4988
|
-
}, { deep: !0 }),
|
|
5213
|
+
}, { deep: !0 }), Ze(() => n.value, (e) => {
|
|
4989
5214
|
if (!u.value) return;
|
|
4990
5215
|
if (X(e)) {
|
|
4991
5216
|
if (Z(u.value.getValue()) && u.value.setValue(""), Z(n.detail.defaultValue)) {
|
|
@@ -5002,21 +5227,21 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
5002
5227
|
}
|
|
5003
5228
|
else typeof e == "string" && (r = e);
|
|
5004
5229
|
r !== t && u.value.setValue(r || "");
|
|
5005
|
-
}),
|
|
5230
|
+
}), Ve(() => {
|
|
5006
5231
|
c.value &&= (c.value.dispose(), null), l.value &&= (l.value.dispose(), null), u.value &&= (u.value.dispose(), null);
|
|
5007
5232
|
});
|
|
5008
5233
|
let y = E(() => n.detail?.componentParams?.maxLine ? `${n.detail?.componentParams?.maxLine * 1.4}em` : "24em");
|
|
5009
5234
|
return (t, n) => {
|
|
5010
5235
|
let r = H("el-button"), i = H("el-dialog");
|
|
5011
|
-
return R(), k("div",
|
|
5012
|
-
e.detail.componentParams?.prefix ? (R(), k("p",
|
|
5236
|
+
return R(), k("div", Or, [A("div", kr, [
|
|
5237
|
+
e.detail.componentParams?.prefix ? (R(), k("p", Ar, W(e.detail.componentParams.prefix), 1)) : O("", !0),
|
|
5013
5238
|
A("div", {
|
|
5014
5239
|
ref_key: "mainEditor",
|
|
5015
5240
|
ref: o,
|
|
5016
5241
|
class: "main-editor",
|
|
5017
|
-
style:
|
|
5242
|
+
style: Be({ height: y.value })
|
|
5018
5243
|
}, null, 4),
|
|
5019
|
-
e.detail.componentParams?.suffix ? (R(), k("p",
|
|
5244
|
+
e.detail.componentParams?.suffix ? (R(), k("p", jr, W(e.detail.componentParams.suffix), 1)) : O("", !0),
|
|
5020
5245
|
M(r, {
|
|
5021
5246
|
class: "expand-btn",
|
|
5022
5247
|
icon: G(ne),
|
|
@@ -5033,26 +5258,26 @@ var cr = { class: "container" }, lr = { class: "code-preview" }, ur = {
|
|
|
5033
5258
|
width: "80%",
|
|
5034
5259
|
class: "code-editor-dialog"
|
|
5035
5260
|
}, {
|
|
5036
|
-
default: q(() => [A("div",
|
|
5037
|
-
e.detail.componentParams?.prefix ? (R(), k("p",
|
|
5261
|
+
default: q(() => [A("div", Mr, [
|
|
5262
|
+
e.detail.componentParams?.prefix ? (R(), k("p", Nr, W(e.detail.componentParams.prefix), 1)) : O("", !0),
|
|
5038
5263
|
A("div", {
|
|
5039
5264
|
ref_key: "dialogEditor",
|
|
5040
5265
|
ref: s,
|
|
5041
5266
|
class: "dialog-editor"
|
|
5042
5267
|
}, null, 512),
|
|
5043
|
-
e.detail.componentParams?.suffix ? (R(), k("p",
|
|
5268
|
+
e.detail.componentParams?.suffix ? (R(), k("p", Pr, W(e.detail.componentParams.suffix), 1)) : O("", !0)
|
|
5044
5269
|
])]),
|
|
5045
5270
|
_: 1
|
|
5046
5271
|
}, 8, ["modelValue"])]);
|
|
5047
5272
|
};
|
|
5048
5273
|
}
|
|
5049
5274
|
}), [["__scopeId", "data-v-83cc0aef"]]);
|
|
5050
|
-
|
|
5051
|
-
e.component("FormCodeEditor",
|
|
5275
|
+
Fr.name = "FormCodeEditor", Fr.install = (e) => {
|
|
5276
|
+
e.component("FormCodeEditor", Fr);
|
|
5052
5277
|
};
|
|
5053
5278
|
//#endregion
|
|
5054
5279
|
//#region src/components/FormComponent/FormDivider/FormDivider.vue
|
|
5055
|
-
var
|
|
5280
|
+
var Ir = /* @__PURE__ */ N({
|
|
5056
5281
|
__name: "FormDivider",
|
|
5057
5282
|
props: {
|
|
5058
5283
|
value: { default: "" },
|
|
@@ -5062,22 +5287,22 @@ var gr = /* @__PURE__ */ N({
|
|
|
5062
5287
|
setup(e) {
|
|
5063
5288
|
return (t, n) => {
|
|
5064
5289
|
let r = H("el-divider");
|
|
5065
|
-
return R(), D(r,
|
|
5290
|
+
return R(), D(r, ze(Ne(e.detail.componentParams)), {
|
|
5066
5291
|
default: q(() => [j(W(e.detail.placeholder), 1)]),
|
|
5067
5292
|
_: 1
|
|
5068
5293
|
}, 16);
|
|
5069
5294
|
};
|
|
5070
5295
|
}
|
|
5071
5296
|
});
|
|
5072
|
-
|
|
5073
|
-
e.component("FormDivider",
|
|
5297
|
+
Ir.name = "FormDivider", Ir.install = (e) => {
|
|
5298
|
+
e.component("FormDivider", Ir);
|
|
5074
5299
|
};
|
|
5075
5300
|
//#endregion
|
|
5076
5301
|
//#region src/components/FormComponent/FormFieldset/FormFieldset.vue?vue&type=script&setup=true&lang.ts
|
|
5077
|
-
var
|
|
5302
|
+
var Lr = {
|
|
5078
5303
|
key: 0,
|
|
5079
5304
|
class: "fieldset-arrow"
|
|
5080
|
-
},
|
|
5305
|
+
}, Rr = { class: "fieldset-content" }, zr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
5081
5306
|
__name: "FormFieldset",
|
|
5082
5307
|
props: {
|
|
5083
5308
|
bordered: {
|
|
@@ -5114,29 +5339,29 @@ var _r = {
|
|
|
5114
5339
|
}));
|
|
5115
5340
|
return (t, n) => {
|
|
5116
5341
|
let r = H("el-icon"), i = H("el-collapse-transition");
|
|
5117
|
-
return R(), k("fieldset", { class:
|
|
5342
|
+
return R(), k("fieldset", { class: Re(["fieldset", {
|
|
5118
5343
|
"fieldset--bordered": e.bordered,
|
|
5119
5344
|
"fieldset--collapsed": !a.value
|
|
5120
5345
|
}]) }, [e.title || t.$slots.title ? (R(), k("legend", {
|
|
5121
5346
|
key: 0,
|
|
5122
|
-
class:
|
|
5347
|
+
class: Re(s.value),
|
|
5123
5348
|
onClick: o
|
|
5124
|
-
}, [e.collapsible ? (R(), k("span",
|
|
5349
|
+
}, [e.collapsible ? (R(), k("span", Lr, [M(r, null, {
|
|
5125
5350
|
default: q(() => [a.value ? (R(), D(G(u), { key: 0 })) : (R(), D(G(te), { key: 1 }))]),
|
|
5126
5351
|
_: 1
|
|
5127
|
-
})])) : O("", !0),
|
|
5128
|
-
default: q(() => [
|
|
5352
|
+
})])) : O("", !0), We(t.$slots, "title", {}, () => [j(W(e.title), 1)], !0)], 2)) : O("", !0), M(i, null, {
|
|
5353
|
+
default: q(() => [$e(A("div", Rr, [We(t.$slots, "default", {}, void 0, !0)], 512), [[Xe, a.value]])]),
|
|
5129
5354
|
_: 3
|
|
5130
5355
|
})], 2);
|
|
5131
5356
|
};
|
|
5132
5357
|
}
|
|
5133
5358
|
}), [["__scopeId", "data-v-87bc4b57"]]);
|
|
5134
|
-
|
|
5135
|
-
e.component("FormFieldset",
|
|
5359
|
+
zr.name = "FormFieldset", zr.install = (e) => {
|
|
5360
|
+
e.component("FormFieldset", zr);
|
|
5136
5361
|
};
|
|
5137
5362
|
//#endregion
|
|
5138
5363
|
//#region src/components/FormComponent/FormDynamicTable/FormDynamicTable.vue
|
|
5139
|
-
var
|
|
5364
|
+
var Br = /* @__PURE__ */ N({
|
|
5140
5365
|
__name: "FormDynamicTable",
|
|
5141
5366
|
props: /* @__PURE__ */ P({
|
|
5142
5367
|
value: { default: () => [] },
|
|
@@ -5199,7 +5424,7 @@ var br = /* @__PURE__ */ N({
|
|
|
5199
5424
|
default: q(() => [...a[4] ||= [j(" 取消 ", -1)]]),
|
|
5200
5425
|
_: 1
|
|
5201
5426
|
})]),
|
|
5202
|
-
default: q(() => [M(G(
|
|
5427
|
+
default: q(() => [M(G(ft), {
|
|
5203
5428
|
modelValue: r.value,
|
|
5204
5429
|
"onUpdate:modelValue": a[0] ||= (e) => r.value = e,
|
|
5205
5430
|
animation: 150,
|
|
@@ -5313,12 +5538,12 @@ var br = /* @__PURE__ */ N({
|
|
|
5313
5538
|
};
|
|
5314
5539
|
}
|
|
5315
5540
|
});
|
|
5316
|
-
|
|
5317
|
-
e.component("FormDynamicTable",
|
|
5541
|
+
Br.name = "FormDynamicTable", Br.install = (e) => {
|
|
5542
|
+
e.component("FormDynamicTable", Br);
|
|
5318
5543
|
};
|
|
5319
5544
|
//#endregion
|
|
5320
5545
|
//#region src/components/FormComponent/DynamicMapTable/DynamicMapTable.vue
|
|
5321
|
-
var
|
|
5546
|
+
var Vr = /* @__PURE__ */ N({
|
|
5322
5547
|
__name: "DynamicMapTable",
|
|
5323
5548
|
props: /* @__PURE__ */ P({
|
|
5324
5549
|
value: { default: () => [] },
|
|
@@ -5340,7 +5565,7 @@ var xr = /* @__PURE__ */ N({
|
|
|
5340
5565
|
};
|
|
5341
5566
|
return (i, a) => {
|
|
5342
5567
|
let o = H("ElTableColumn"), s = H("el-button"), c = H("ElTable");
|
|
5343
|
-
return R(), D(G(
|
|
5568
|
+
return R(), D(G(ft), {
|
|
5344
5569
|
modelValue: t.value,
|
|
5345
5570
|
"onUpdate:modelValue": a[0] ||= (e) => t.value = e,
|
|
5346
5571
|
animation: 150,
|
|
@@ -5452,12 +5677,12 @@ var xr = /* @__PURE__ */ N({
|
|
|
5452
5677
|
};
|
|
5453
5678
|
}
|
|
5454
5679
|
});
|
|
5455
|
-
|
|
5456
|
-
e.component("DynamicMapTable",
|
|
5680
|
+
Vr.name = "DynamicMapTable", Vr.install = (e) => {
|
|
5681
|
+
e.component("DynamicMapTable", Vr);
|
|
5457
5682
|
};
|
|
5458
5683
|
//#endregion
|
|
5459
5684
|
//#region src/components/FormComponent/FormRender/components/FormAreaRender.vue?vue&type=script&setup=true&lang.ts
|
|
5460
|
-
var
|
|
5685
|
+
var Hr = { class: "label-question" }, Ur = ["src"], Wr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
5461
5686
|
__name: "FormAreaRender",
|
|
5462
5687
|
props: /* @__PURE__ */ P({
|
|
5463
5688
|
frame: {},
|
|
@@ -5480,7 +5705,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5480
5705
|
let t = K(e, "data"), n = z({});
|
|
5481
5706
|
return (r, i) => {
|
|
5482
5707
|
let a = H("FormAreaRender", !0), o = H("ElColPlus"), s = H("el-tooltip"), c = H("el-form-item"), l = H("ElRowPlus");
|
|
5483
|
-
return R(), D(G(
|
|
5708
|
+
return R(), D(G(zr), {
|
|
5484
5709
|
name: e.frame.field,
|
|
5485
5710
|
title: e.frame.title,
|
|
5486
5711
|
collapsible: !0,
|
|
@@ -5517,7 +5742,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5517
5742
|
span: n.formSpan ? n.formSpan : e.formSpan,
|
|
5518
5743
|
break: n.formBreak
|
|
5519
5744
|
}, {
|
|
5520
|
-
default: q(() => [n.formEditor === "KeFormDivider" ? (R(), D(G(
|
|
5745
|
+
default: q(() => [n.formEditor === "KeFormDivider" ? (R(), D(G(Ir), {
|
|
5521
5746
|
key: 0,
|
|
5522
5747
|
detail: n
|
|
5523
5748
|
}, null, 8, ["detail"])) : (R(), D(c, {
|
|
@@ -5527,7 +5752,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5527
5752
|
rules: e.formRules?.[n.field] ? e.formRules[n.field] : [],
|
|
5528
5753
|
"label-width": n.labelWidth ? n.labelWidth : void 0,
|
|
5529
5754
|
class: "form-item-label"
|
|
5530
|
-
},
|
|
5755
|
+
}, je({
|
|
5531
5756
|
default: q(() => [(R(), D(U(n.formEditor), {
|
|
5532
5757
|
value: t.value[n.field],
|
|
5533
5758
|
"onUpdate:value": (e) => t.value[n.field] = e,
|
|
@@ -5554,10 +5779,10 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5554
5779
|
}, [n.placeholder ? {
|
|
5555
5780
|
name: "label",
|
|
5556
5781
|
fn: q(() => [j(W(n.title) + " ", 1), M(s, { content: n.placeholder }, {
|
|
5557
|
-
default: q(() => [A("div",
|
|
5558
|
-
src: G(
|
|
5782
|
+
default: q(() => [A("div", Hr, [A("img", {
|
|
5783
|
+
src: G(Tt),
|
|
5559
5784
|
alt: ""
|
|
5560
|
-
}, null, 8,
|
|
5785
|
+
}, null, 8, Ur)])]),
|
|
5561
5786
|
_: 1
|
|
5562
5787
|
}, 8, ["content"])]),
|
|
5563
5788
|
key: "0"
|
|
@@ -5579,11 +5804,11 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5579
5804
|
]);
|
|
5580
5805
|
};
|
|
5581
5806
|
}
|
|
5582
|
-
}), [["__scopeId", "data-v-603225e6"]]),
|
|
5583
|
-
e.value =
|
|
5584
|
-
} }),
|
|
5807
|
+
}), [["__scopeId", "data-v-603225e6"]]), Gr = (e) => ({ frameFormat: (t) => {
|
|
5808
|
+
e.value = qr(t);
|
|
5809
|
+
} }), Kr = (e) => {
|
|
5585
5810
|
let { frame: t, frameFormat: n, data: r, componentShowRule: i, showComponents: a, mittId: o, pageId: s, rowKey: c } = e;
|
|
5586
|
-
|
|
5811
|
+
Ze(() => t.value, (e) => {
|
|
5587
5812
|
n(e);
|
|
5588
5813
|
}, { deep: !0 });
|
|
5589
5814
|
let l = (e) => {
|
|
@@ -5596,12 +5821,12 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5596
5821
|
}), d = (e) => {
|
|
5597
5822
|
let t = u.value[e];
|
|
5598
5823
|
Array.isArray(t) && t.forEach((e) => {
|
|
5599
|
-
|
|
5824
|
+
Ht.emit(e + o, r.value);
|
|
5600
5825
|
});
|
|
5601
5826
|
}, f = (e) => {
|
|
5602
5827
|
i.value?.[e] && i.value[e](r.value, l), d(e);
|
|
5603
5828
|
}, p = {};
|
|
5604
|
-
return
|
|
5829
|
+
return Qe(() => {
|
|
5605
5830
|
for (let e in r.value) if (Object.prototype.hasOwnProperty.call(r.value, e)) {
|
|
5606
5831
|
let t = r.value[e];
|
|
5607
5832
|
p[e] !== t && (f(e), p[e] = t);
|
|
@@ -5625,7 +5850,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5625
5850
|
n.pageId = s.value, r.value[c] && (n.dataId = r.value[c]), t(n);
|
|
5626
5851
|
}
|
|
5627
5852
|
};
|
|
5628
|
-
},
|
|
5853
|
+
}, qr = (e) => {
|
|
5629
5854
|
let t = [], n = [];
|
|
5630
5855
|
for (let r of e) if (r) if (r.formEditor === "FormAreaStart") {
|
|
5631
5856
|
let e = {
|
|
@@ -5636,7 +5861,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5636
5861
|
n.length === 0 ? t.push(e) : n[n.length - 1].children.push(e), n.push(e);
|
|
5637
5862
|
} else r.formEditor === "FormAreaEnd" ? n.pop() : n.length === 0 ? t.push({ ...r }) : n[n.length - 1].children.push({ ...r });
|
|
5638
5863
|
return t;
|
|
5639
|
-
},
|
|
5864
|
+
}, Jr = { class: "label-question" }, Yr = ["src"], Xr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
5640
5865
|
__name: "FormRender",
|
|
5641
5866
|
props: /* @__PURE__ */ P({
|
|
5642
5867
|
isLoading: {
|
|
@@ -5685,8 +5910,8 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5685
5910
|
"update:componentShowRule"
|
|
5686
5911
|
],
|
|
5687
5912
|
setup(e, { expose: t }) {
|
|
5688
|
-
let n = e, r =
|
|
5689
|
-
|
|
5913
|
+
let n = e, r = Ye("ruleFormRef"), i = K(e, "pageId"), a = K(e, "data"), o = K(e, "frame"), s = K(e, "componentShowRule"), c = Math.floor(Math.random() * 9e4) + 1e4, l = Ye("formWrapperRef"), u = B(0);
|
|
5914
|
+
ct(l, st((e) => {
|
|
5690
5915
|
let t = e[0];
|
|
5691
5916
|
t && (u.value = t.contentRect.width);
|
|
5692
5917
|
}, 150));
|
|
@@ -5699,10 +5924,10 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5699
5924
|
type: "warning"
|
|
5700
5925
|
}), !1;
|
|
5701
5926
|
}
|
|
5702
|
-
return await
|
|
5927
|
+
return await Ut(r.value);
|
|
5703
5928
|
}, p = () => {}, m = () => {
|
|
5704
5929
|
r.value?.resetFields();
|
|
5705
|
-
}, h = () => {}, g = z({}), _ = B([]), { frameFormat: v } =
|
|
5930
|
+
}, h = () => {}, g = z({}), _ = B([]), { frameFormat: v } = Gr(_), { setShow: y, initForm: ee, getComponentValue: b } = Kr({
|
|
5706
5931
|
frame: o,
|
|
5707
5932
|
frameFormat: v,
|
|
5708
5933
|
data: a,
|
|
@@ -5721,27 +5946,27 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5721
5946
|
}), I(() => {
|
|
5722
5947
|
v(n.frame);
|
|
5723
5948
|
}), (t, i) => {
|
|
5724
|
-
let o = H("el-tooltip"), s = H("el-form-item"), u = H("el-form"), f =
|
|
5949
|
+
let o = H("el-tooltip"), s = H("el-form-item"), u = H("el-form"), f = Ge("loading");
|
|
5725
5950
|
return R(), k("div", {
|
|
5726
5951
|
ref_key: "formWrapperRef",
|
|
5727
5952
|
ref: l,
|
|
5728
5953
|
class: "w-full h-full"
|
|
5729
|
-
}, [
|
|
5954
|
+
}, [$e((R(), D(u, {
|
|
5730
5955
|
ref_key: "ruleFormRef",
|
|
5731
5956
|
ref: r,
|
|
5732
5957
|
"label-position": e.config.labelPosition ? e.config.labelPosition : "right",
|
|
5733
5958
|
"label-width": e.config.labelWidth && e.config.labelWidth > 0 ? e.config.labelWidth : void 0,
|
|
5734
5959
|
model: e.data,
|
|
5735
5960
|
rules: e.formRules,
|
|
5736
|
-
style:
|
|
5961
|
+
style: Be({ height: n.embeddedTableList && n.embeddedTableList.length > 0 ? "60%" : "100%" })
|
|
5737
5962
|
}, {
|
|
5738
|
-
default: q(() => [M(G(
|
|
5739
|
-
default: q(() => [(R(!0), k(T, null, V(_.value, (t) => (R(), k(T, { key: t.field }, [t.formEditor === "FormFieldset" ? (R(), D(G(
|
|
5963
|
+
default: q(() => [M(G(_t), { gutter: 6 }, {
|
|
5964
|
+
default: q(() => [(R(!0), k(T, null, V(_.value, (t) => (R(), k(T, { key: t.field }, [t.formEditor === "FormFieldset" ? (R(), D(G(gt), {
|
|
5740
5965
|
key: 0,
|
|
5741
5966
|
span: t.formSpan ? t.formSpan : d.value,
|
|
5742
5967
|
break: t.formBreak
|
|
5743
5968
|
}, {
|
|
5744
|
-
default: q(() => [M(
|
|
5969
|
+
default: q(() => [M(Wr, {
|
|
5745
5970
|
data: a.value,
|
|
5746
5971
|
"onUpdate:data": i[0] ||= (e) => a.value = e,
|
|
5747
5972
|
frame: t,
|
|
@@ -5759,12 +5984,12 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5759
5984
|
"set-show"
|
|
5760
5985
|
])]),
|
|
5761
5986
|
_: 2
|
|
5762
|
-
}, 1032, ["span", "break"])) : g[t.field] === !1 ? O("", !0) : (R(), D(G(
|
|
5987
|
+
}, 1032, ["span", "break"])) : g[t.field] === !1 ? O("", !0) : (R(), D(G(gt), {
|
|
5763
5988
|
key: 1,
|
|
5764
5989
|
span: t.formSpan ? t.formSpan : d.value,
|
|
5765
5990
|
break: t.formBreak
|
|
5766
5991
|
}, {
|
|
5767
|
-
default: q(() => [t.formEditor === "KeFormDivider" ? (R(), D(G(
|
|
5992
|
+
default: q(() => [t.formEditor === "KeFormDivider" ? (R(), D(G(Ir), {
|
|
5768
5993
|
key: 0,
|
|
5769
5994
|
detail: t
|
|
5770
5995
|
}, null, 8, ["detail"])) : (R(), D(s, {
|
|
@@ -5774,7 +5999,7 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5774
5999
|
rules: e.formRules?.[t.field] ? e.formRules[t.field] : [],
|
|
5775
6000
|
"label-width": t.labelWidth ? t.labelWidth : void 0,
|
|
5776
6001
|
class: "form-item-label"
|
|
5777
|
-
},
|
|
6002
|
+
}, je({
|
|
5778
6003
|
default: q(() => [(R(), D(U(t.formEditor), {
|
|
5779
6004
|
value: a.value[t.field],
|
|
5780
6005
|
"onUpdate:value": (e) => a.value[t.field] = e,
|
|
@@ -5800,10 +6025,10 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5800
6025
|
}, [t.placeholder ? {
|
|
5801
6026
|
name: "label",
|
|
5802
6027
|
fn: q(() => [j(W(t.title) + " ", 1), M(o, { content: t.placeholder }, {
|
|
5803
|
-
default: q(() => [A("div",
|
|
5804
|
-
src: G(
|
|
6028
|
+
default: q(() => [A("div", Jr, [A("img", {
|
|
6029
|
+
src: G(Tt),
|
|
5805
6030
|
alt: ""
|
|
5806
|
-
}, null, 8,
|
|
6031
|
+
}, null, 8, Yr)])]),
|
|
5807
6032
|
_: 1
|
|
5808
6033
|
}, 8, ["content"])]),
|
|
5809
6034
|
key: "0"
|
|
@@ -5828,39 +6053,39 @@ var Sr = { class: "label-question" }, Cr = ["src"], wr = /* @__PURE__ */ Y(/* @_
|
|
|
5828
6053
|
};
|
|
5829
6054
|
}
|
|
5830
6055
|
}), [["__scopeId", "data-v-54701124"]]);
|
|
5831
|
-
|
|
5832
|
-
e.component("FormRender",
|
|
6056
|
+
Xr.name = "FormRender", Xr.install = (e) => {
|
|
6057
|
+
e.component("FormRender", Xr);
|
|
5833
6058
|
};
|
|
5834
6059
|
//#endregion
|
|
5835
6060
|
//#region src/components/FormComponent/hooks/useColumnRender.hook.ts
|
|
5836
|
-
var
|
|
6061
|
+
var Zr = (e) => {
|
|
5837
6062
|
if (X(e.cellValue)) return e.cellValue;
|
|
5838
6063
|
let { translateJson: t, cellValue: n, fieldName: r } = e;
|
|
5839
6064
|
return t ? Array.isArray(t) ? t.find((e) => e.value == n)?.label ?? n : t[String(n)] ?? n : n;
|
|
5840
|
-
},
|
|
6065
|
+
}, Qr = [], $r = {}, ei = () => ({
|
|
5841
6066
|
register: (e, t) => {
|
|
5842
|
-
if (
|
|
6067
|
+
if (Qr.includes(e)) return;
|
|
5843
6068
|
let n = {};
|
|
5844
6069
|
Array.isArray(t.translateJson) ? t.translateJson.forEach((e) => {
|
|
5845
6070
|
n[e.value] = e.label;
|
|
5846
|
-
}) : n = t.translateJson,
|
|
5847
|
-
return
|
|
6071
|
+
}) : n = t.translateJson, lt.formats.add(e, { tableCellFormatMethod({ cellValue: e, column: r }) {
|
|
6072
|
+
return Zr({
|
|
5848
6073
|
cellValue: e,
|
|
5849
6074
|
fieldName: r.field,
|
|
5850
6075
|
tabObj: t.tabObj,
|
|
5851
6076
|
translateJson: n
|
|
5852
6077
|
});
|
|
5853
|
-
} }),
|
|
6078
|
+
} }), $r[e] = ({ cellValue: e, column: n }) => Zr({
|
|
5854
6079
|
cellValue: e,
|
|
5855
6080
|
fieldName: n.field,
|
|
5856
6081
|
tabObj: t.tabObj,
|
|
5857
6082
|
translateJson: t.translate
|
|
5858
|
-
}),
|
|
6083
|
+
}), Qr.push(e);
|
|
5859
6084
|
},
|
|
5860
6085
|
registerGeneralMethods: (e, t) => {
|
|
5861
|
-
|
|
6086
|
+
$r[e] = t, lt.formats.add(e, { tableCellFormatMethod: (e) => t(e) });
|
|
5862
6087
|
}
|
|
5863
|
-
}),
|
|
6088
|
+
}), ti = (e, t, n) => {
|
|
5864
6089
|
let r = [], i = [];
|
|
5865
6090
|
return e.forEach((e) => {
|
|
5866
6091
|
e.params = t, e.webTrigger && (e.webFunction = n[e.id]), e.tableRow === !0 ? i.push(e) : r.push(e);
|
|
@@ -5868,29 +6093,29 @@ var jr = (e) => {
|
|
|
5868
6093
|
toolButtons: r,
|
|
5869
6094
|
rowButtons: i
|
|
5870
6095
|
};
|
|
5871
|
-
},
|
|
5872
|
-
|
|
5873
|
-
|
|
5874
|
-
}),
|
|
6096
|
+
}, ni = [], { register: ri } = ei(), ii = (e) => {
|
|
6097
|
+
ni.length > 0 && (ni.forEach((e) => {
|
|
6098
|
+
lt.formats.delete(e);
|
|
6099
|
+
}), ni = []);
|
|
5875
6100
|
let t = x();
|
|
5876
6101
|
return e.columns.forEach((n) => {
|
|
5877
|
-
|
|
6102
|
+
ai(n, e.pageId), n.editRender && t && t(n.editRender?.name);
|
|
5878
6103
|
}), e.columns;
|
|
5879
|
-
},
|
|
5880
|
-
if (Z(e.tabObj) && (e.tabObj === "translate" ? (
|
|
6104
|
+
}, ai = (e, t) => {
|
|
6105
|
+
if (Z(e.tabObj) && (e.tabObj === "translate" ? (ri(t + e.field, {
|
|
5881
6106
|
tabObj: e.tabObj,
|
|
5882
6107
|
translateJson: e.translate
|
|
5883
|
-
}), e.formatter = t + e.field) : e.formatter = e.tabObj), e.children && e.children.length > 0) for (let n = 0; n < e.children.length; ++n)
|
|
5884
|
-
},
|
|
6108
|
+
}), e.formatter = t + e.field) : e.formatter = e.tabObj), e.children && e.children.length > 0) for (let n = 0; n < e.children.length; ++n) ai(e.children[n], t);
|
|
6109
|
+
}, oi = async (e, t, n) => e.dragPos === "bottom" ? (Q.tips({
|
|
5885
6110
|
msg: "只能向上拖拽哦!",
|
|
5886
6111
|
type: "warning"
|
|
5887
|
-
}), !1) : (await
|
|
6112
|
+
}), !1) : (await Ce({
|
|
5888
6113
|
pageId: t,
|
|
5889
6114
|
upData: e.oldRow[n].toString(),
|
|
5890
6115
|
bottomData: e.newRow[n].toString()
|
|
5891
|
-
})).code === 0,
|
|
6116
|
+
})).code === 0, si = (e, t, n, r, i) => {
|
|
5892
6117
|
let a = { ...s };
|
|
5893
|
-
if (a.gridOptions.columns =
|
|
6118
|
+
if (a.gridOptions.columns = ii({
|
|
5894
6119
|
columns: e.tableFrame,
|
|
5895
6120
|
pageId: t
|
|
5896
6121
|
}), e.tableConfig.tree && a.gridOptions.columns.length >= 2) {
|
|
@@ -5910,11 +6135,11 @@ var jr = (e) => {
|
|
|
5910
6135
|
}
|
|
5911
6136
|
};
|
|
5912
6137
|
} else a.gridOptions.treeConfig = void 0;
|
|
5913
|
-
e.tableConfig.dragSort && (a.gridOptions.rowConfig = { drag: !0 }, a.gridOptions.rowDragConfig = { dragEndMethod: async (n) =>
|
|
5914
|
-
let { toolButtons: o, rowButtons: c } =
|
|
6138
|
+
e.tableConfig.dragSort && (a.gridOptions.rowConfig = { drag: !0 }, a.gridOptions.rowDragConfig = { dragEndMethod: async (n) => oi(n, t, e.tableConfig.rowKey) }), n.getPageId = () => t;
|
|
6139
|
+
let { toolButtons: o, rowButtons: c } = ti(e.tableButton, n, r);
|
|
5915
6140
|
return a.tableToolButtons = o, a.tableRowButtons = c, a;
|
|
5916
6141
|
};
|
|
5917
|
-
function
|
|
6142
|
+
function ci(e) {
|
|
5918
6143
|
let { queryTreeFilter: t, pagination: n, appFormWindowRef: r, embeddedId: i, pagePath: a, pageId: o } = e, s = B({}), c = B(!1), l = B([]), u = {}, d = async (e, r) => {
|
|
5919
6144
|
if (X(s.value.pageId)) return;
|
|
5920
6145
|
if (c.value = !0, e && (u = e), t.value && s.value.parentField) {
|
|
@@ -5924,7 +6149,7 @@ function Hr(e) {
|
|
|
5924
6149
|
queryType: "hasAny"
|
|
5925
6150
|
};
|
|
5926
6151
|
}
|
|
5927
|
-
let i = await
|
|
6152
|
+
let i = await Te(s.value.pageId, n.value.currentPage, u);
|
|
5928
6153
|
return c.value = !1, i.code === 0 ? (r && r(), i.data) : null;
|
|
5929
6154
|
}, f = async (e, r) => {
|
|
5930
6155
|
if (X(s.value.pageId)) return;
|
|
@@ -5936,7 +6161,7 @@ function Hr(e) {
|
|
|
5936
6161
|
};
|
|
5937
6162
|
}
|
|
5938
6163
|
let o;
|
|
5939
|
-
return i && Array.isArray(a) ? o = await
|
|
6164
|
+
return i && Array.isArray(a) ? o = await he({
|
|
5940
6165
|
embeddedId: i,
|
|
5941
6166
|
pageNum: n.value.currentPage,
|
|
5942
6167
|
pagePaths: a,
|
|
@@ -6005,14 +6230,14 @@ function Hr(e) {
|
|
|
6005
6230
|
await m();
|
|
6006
6231
|
},
|
|
6007
6232
|
routerPush: (e, t) => {
|
|
6008
|
-
|
|
6233
|
+
de.push(e, t);
|
|
6009
6234
|
}
|
|
6010
6235
|
},
|
|
6011
6236
|
tableConfig: s,
|
|
6012
6237
|
pageId: o
|
|
6013
6238
|
};
|
|
6014
6239
|
}
|
|
6015
|
-
async function
|
|
6240
|
+
async function li(e) {
|
|
6016
6241
|
let { rowIndex: t, tableConfig: n, tableData: r } = e;
|
|
6017
6242
|
if (X(n.value.pageId)) return;
|
|
6018
6243
|
let i = n.value.rowKey, a = r.value[t], o = {};
|
|
@@ -6020,12 +6245,12 @@ async function Ur(e) {
|
|
|
6020
6245
|
val: a[i],
|
|
6021
6246
|
queryType: "equals"
|
|
6022
6247
|
};
|
|
6023
|
-
let s = await
|
|
6248
|
+
let s = await Te(n.value.pageId, 1, o);
|
|
6024
6249
|
s.code === 0 && (r.value[t] = s.data.tableData[0]);
|
|
6025
6250
|
}
|
|
6026
6251
|
//#endregion
|
|
6027
6252
|
//#region src/components/AppComponent/components/embedded/EmbeddedDialogForm.vue?vue&type=script&setup=true&lang.ts
|
|
6028
|
-
var
|
|
6253
|
+
var ui = { class: "dia-container" }, di = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6029
6254
|
__name: "EmbeddedDialogForm",
|
|
6030
6255
|
props: {
|
|
6031
6256
|
pageId: {},
|
|
@@ -6057,7 +6282,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6057
6282
|
draggable: "",
|
|
6058
6283
|
"align-center": ""
|
|
6059
6284
|
}, {
|
|
6060
|
-
default: q(() => [A("div",
|
|
6285
|
+
default: q(() => [A("div", ui, [M(Oi, {
|
|
6061
6286
|
ref_key: "AppFormRenderRef",
|
|
6062
6287
|
ref: i,
|
|
6063
6288
|
"data-id": o.dataId,
|
|
@@ -6078,13 +6303,13 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6078
6303
|
}, 8, ["modelValue"]);
|
|
6079
6304
|
};
|
|
6080
6305
|
}
|
|
6081
|
-
}), [["__scopeId", "data-v-b852c20c"]]),
|
|
6306
|
+
}), [["__scopeId", "data-v-b852c20c"]]), fi = { class: "board" }, pi = {
|
|
6082
6307
|
key: 0,
|
|
6083
6308
|
class: "query-tree"
|
|
6084
|
-
},
|
|
6309
|
+
}, mi = {
|
|
6085
6310
|
key: 1,
|
|
6086
6311
|
class: "page-root"
|
|
6087
|
-
},
|
|
6312
|
+
}, hi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6088
6313
|
__name: "EmbeddedTable",
|
|
6089
6314
|
props: /* @__PURE__ */ P({
|
|
6090
6315
|
embeddedId: {},
|
|
@@ -6095,11 +6320,11 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6095
6320
|
}),
|
|
6096
6321
|
emits: ["update:embeddedId"],
|
|
6097
6322
|
setup(e) {
|
|
6098
|
-
let t = e, n = K(e, "embeddedId"), r = B(!1), i = B({}), a =
|
|
6323
|
+
let t = e, n = K(e, "embeddedId"), r = B(!1), i = B({}), a = Ye("queryTreeFilter"), o = Ye("appFormWindowRef"), c = B([]), l = B([]), u = B([]), d = B([]), f = B({
|
|
6099
6324
|
currentPage: 1,
|
|
6100
6325
|
pageSize: 0,
|
|
6101
6326
|
total: 0
|
|
6102
|
-
}), { tableData: p, syncTableData: m, btnClickFunc: g, tableConfig: _ } =
|
|
6327
|
+
}), { tableData: p, syncTableData: m, btnClickFunc: g, tableConfig: _ } = ci({
|
|
6103
6328
|
pageId: n,
|
|
6104
6329
|
queryTreeFilter: a,
|
|
6105
6330
|
pagination: f,
|
|
@@ -6117,7 +6342,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6117
6342
|
val: n[_.value.rowKey],
|
|
6118
6343
|
queryType: "equals"
|
|
6119
6344
|
};
|
|
6120
|
-
let a = await
|
|
6345
|
+
let a = await he({
|
|
6121
6346
|
embeddedId: t.embeddedId,
|
|
6122
6347
|
pageNum: f.value.currentPage,
|
|
6123
6348
|
pagePaths: t.pagePath,
|
|
@@ -6140,7 +6365,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6140
6365
|
let e = await ue(t.embeddedId, t.pagePath);
|
|
6141
6366
|
if (e.code === 0) {
|
|
6142
6367
|
n.value = e.data.tableConfig.pageId;
|
|
6143
|
-
let { tableButtons: t } = await import(`${h.value}/app/js/table/${e.data.tableConfig.pageId}?time=${
|
|
6368
|
+
let { tableButtons: t } = await import(`${h.value}/app/js/table/${e.data.tableConfig.pageId}?time=${Dt(3)}`), r = si(e.data, e.data.tableConfig.pageId, g, t);
|
|
6144
6369
|
_.value = e.data.tableConfig, l.value = e.data.queryFrameList, r.gridOptions.columns && (c.value = r.gridOptions.columns), i.value = r.gridOptions, i.value.columns = [], u.value = r.tableToolButtons, d.value = r.tableRowButtons, await m();
|
|
6145
6370
|
}
|
|
6146
6371
|
r.value = !1;
|
|
@@ -6148,14 +6373,14 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6148
6373
|
return I(() => {
|
|
6149
6374
|
i.value = { ...s.gridOptions }, ee();
|
|
6150
6375
|
}), (t, n) => {
|
|
6151
|
-
let s =
|
|
6152
|
-
return
|
|
6153
|
-
G(_).pageId && G(_).hasQueryTreeFilter ? (R(), k("div",
|
|
6376
|
+
let s = Ge("loading");
|
|
6377
|
+
return $e((R(), k("div", fi, [
|
|
6378
|
+
G(_).pageId && G(_).hasQueryTreeFilter ? (R(), k("div", pi, [M(G(tn), {
|
|
6154
6379
|
ref_key: "queryTreeFilter",
|
|
6155
6380
|
ref: a,
|
|
6156
6381
|
"page-id": G(_).pageId
|
|
6157
6382
|
}, null, 8, ["page-id"])])) : O("", !0),
|
|
6158
|
-
G(_).pageId ? (R(), k("div",
|
|
6383
|
+
G(_).pageId ? (R(), k("div", mi, [(R(), D(U(G(_).showType), {
|
|
6159
6384
|
columns: c.value,
|
|
6160
6385
|
"query-config": l.value,
|
|
6161
6386
|
"table-config": G(_),
|
|
@@ -6179,7 +6404,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6179
6404
|
"vxe-grid-options",
|
|
6180
6405
|
"onQueryClick"
|
|
6181
6406
|
]))])) : O("", !0),
|
|
6182
|
-
G(_).pageId ? (R(), D(
|
|
6407
|
+
G(_).pageId ? (R(), D(di, {
|
|
6183
6408
|
key: 2,
|
|
6184
6409
|
ref_key: "appFormWindowRef",
|
|
6185
6410
|
ref: o,
|
|
@@ -6195,7 +6420,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6195
6420
|
])), [[s, r.value]]);
|
|
6196
6421
|
};
|
|
6197
6422
|
}
|
|
6198
|
-
}), [["__scopeId", "data-v-b76d3ed9"]]),
|
|
6423
|
+
}), [["__scopeId", "data-v-b76d3ed9"]]), gi = { class: "upload-container" }, _i = { class: "right-button" }, vi = { class: "mt-2" }, yi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6199
6424
|
__name: "FileIsland",
|
|
6200
6425
|
props: {
|
|
6201
6426
|
dataId: {},
|
|
@@ -6218,10 +6443,10 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6218
6443
|
showVisible: !1
|
|
6219
6444
|
}), o = (e) => {
|
|
6220
6445
|
a.currentImageIndex = e, a.showVisible = !0;
|
|
6221
|
-
}, s = (e) =>
|
|
6446
|
+
}, s = (e) => jt(e.fileType) ? `${pe.value}/${e.id}/${e.fileOriginalName}` : wt, c = async () => {
|
|
6222
6447
|
if (e.pageId === null) return;
|
|
6223
6448
|
r.value = !0;
|
|
6224
|
-
let t = await
|
|
6449
|
+
let t = await De(e.pageId, e.dataId);
|
|
6225
6450
|
if (t.code === 0) {
|
|
6226
6451
|
i.tableData = t.data, a.images = [];
|
|
6227
6452
|
for (let e = 0; e < t.data.length; e += 1) a.images.push(s(t.data[e]));
|
|
@@ -6263,8 +6488,8 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6263
6488
|
return I(() => {
|
|
6264
6489
|
f();
|
|
6265
6490
|
}), (t, s) => {
|
|
6266
|
-
let l = H("el-option"), f = H("el-select"), p = H("el-icon"), m = H("el-button"), h = H("el-link"), g = H("el-table-column"), _ = H("el-table"), v = H("el-image-viewer"), y =
|
|
6267
|
-
return R(), k("div", null, [A("div",
|
|
6491
|
+
let l = H("el-option"), f = H("el-select"), p = H("el-icon"), m = H("el-button"), h = H("el-link"), g = H("el-table-column"), _ = H("el-table"), v = H("el-image-viewer"), y = Ge("loading");
|
|
6492
|
+
return R(), k("div", null, [A("div", gi, [M(f, {
|
|
6268
6493
|
modelValue: i.onField,
|
|
6269
6494
|
"onUpdate:modelValue": s[0] ||= (e) => i.onField = e
|
|
6270
6495
|
}, {
|
|
@@ -6274,12 +6499,12 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6274
6499
|
value: e.fieldName
|
|
6275
6500
|
}, null, 8, ["label", "value"]))), 128))]),
|
|
6276
6501
|
_: 1
|
|
6277
|
-
}, 8, ["modelValue"]), A("div",
|
|
6502
|
+
}, 8, ["modelValue"]), A("div", _i, [M(m, {
|
|
6278
6503
|
onClick: c,
|
|
6279
6504
|
loading: r.value
|
|
6280
6505
|
}, {
|
|
6281
6506
|
default: q(() => [s[2] ||= j(" 刷新", -1), M(p, null, {
|
|
6282
|
-
default: q(() => [M(G(
|
|
6507
|
+
default: q(() => [M(G(we))]),
|
|
6283
6508
|
_: 1
|
|
6284
6509
|
})]),
|
|
6285
6510
|
_: 1
|
|
@@ -6288,11 +6513,11 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6288
6513
|
onClick: u
|
|
6289
6514
|
}, {
|
|
6290
6515
|
default: q(() => [s[3] ||= j(" 上传", -1), M(p, { class: "el-icon--right" }, {
|
|
6291
|
-
default: q(() => [M(G(
|
|
6516
|
+
default: q(() => [M(G(Se))]),
|
|
6292
6517
|
_: 1
|
|
6293
6518
|
})]),
|
|
6294
6519
|
_: 1
|
|
6295
|
-
})])]),
|
|
6520
|
+
})])]), $e((R(), k("div", vi, [M(_, {
|
|
6296
6521
|
data: i.tableData,
|
|
6297
6522
|
border: "",
|
|
6298
6523
|
style: { width: "100%" }
|
|
@@ -6343,7 +6568,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6343
6568
|
prop: "createTime",
|
|
6344
6569
|
width: "160"
|
|
6345
6570
|
}, {
|
|
6346
|
-
default: q((e) => [j(W(G(
|
|
6571
|
+
default: q((e) => [j(W(G(It).timestamp(e.row.createTime)), 1)]),
|
|
6347
6572
|
_: 1
|
|
6348
6573
|
}),
|
|
6349
6574
|
M(g, {
|
|
@@ -6371,10 +6596,10 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6371
6596
|
}, null, 8, ["initial-index", "url-list"])) : O("", !0)])), [[y, r.value]])]);
|
|
6372
6597
|
};
|
|
6373
6598
|
}
|
|
6374
|
-
}), [["__scopeId", "data-v-9dd8588e"]]),
|
|
6599
|
+
}), [["__scopeId", "data-v-9dd8588e"]]), bi = { class: "my-header" }, xi = ["id"], Si = { style: {
|
|
6375
6600
|
right: "0",
|
|
6376
6601
|
"margin-top": "8px"
|
|
6377
|
-
} },
|
|
6602
|
+
} }, Ci = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6378
6603
|
__name: "FlowUserDialog",
|
|
6379
6604
|
emits: ["submit"],
|
|
6380
6605
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -6427,17 +6652,17 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6427
6652
|
"destroy-on-close": "",
|
|
6428
6653
|
width: "632px"
|
|
6429
6654
|
}, {
|
|
6430
|
-
header: q(({ titleId: e, titleClass: t }) => [A("div",
|
|
6655
|
+
header: q(({ titleId: e, titleClass: t }) => [A("div", bi, [A("h3", {
|
|
6431
6656
|
id: e,
|
|
6432
|
-
class:
|
|
6433
|
-
}, "选择下一环节处理人", 10,
|
|
6657
|
+
class: Re(t)
|
|
6658
|
+
}, "选择下一环节处理人", 10, xi)])]),
|
|
6434
6659
|
footer: q(() => [A("div", null, [M(d, {
|
|
6435
6660
|
modelValue: s.suggestion,
|
|
6436
6661
|
"onUpdate:modelValue": t[2] ||= (e) => s.suggestion = e,
|
|
6437
6662
|
autosize: "",
|
|
6438
6663
|
placeholder: "批阅建议",
|
|
6439
6664
|
type: "textarea"
|
|
6440
|
-
}, null, 8, ["modelValue"]), A("div",
|
|
6665
|
+
}, null, 8, ["modelValue"]), A("div", Si, [M(f, {
|
|
6441
6666
|
loading: i.loading,
|
|
6442
6667
|
onClick: t[3] ||= (e) => i.dialogTableVisible = !1
|
|
6443
6668
|
}, {
|
|
@@ -6480,16 +6705,16 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6480
6705
|
}, 8, ["modelValue"]);
|
|
6481
6706
|
};
|
|
6482
6707
|
}
|
|
6483
|
-
}), [["__scopeId", "data-v-f62a6fa0"]]),
|
|
6708
|
+
}), [["__scopeId", "data-v-f62a6fa0"]]), wi = (e, t) => {
|
|
6484
6709
|
if (t.length === 0) return e;
|
|
6485
6710
|
let n = { ...e };
|
|
6486
6711
|
return t.forEach((e) => {
|
|
6487
6712
|
n[e.field] === void 0 && (e.multiple ? e.defaultValue && (n[e.field] = typeof e.defaultValue == "string" ? JSON.parse(e.defaultValue) : e.defaultValue) : n[e.field] = e.defaultValue);
|
|
6488
6713
|
}), n;
|
|
6489
|
-
},
|
|
6714
|
+
}, Ti = { class: "app-form-render" }, Ei = { class: "app-header" }, Di = {
|
|
6490
6715
|
key: 0,
|
|
6491
6716
|
class: "right"
|
|
6492
|
-
},
|
|
6717
|
+
}, Oi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6493
6718
|
__name: "AppFormRender",
|
|
6494
6719
|
props: /* @__PURE__ */ P({
|
|
6495
6720
|
pageId: {},
|
|
@@ -6515,7 +6740,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6515
6740
|
"dataChange"
|
|
6516
6741
|
], ["update:dataId"]),
|
|
6517
6742
|
setup(e, { expose: t, emit: n }) {
|
|
6518
|
-
let o = e, s = n, c =
|
|
6743
|
+
let o = e, s = n, c = Me(() => import("./ApprovalRecord-BncClAVJ.js")), l = B(), u = B(), d = B({}), f = B([]), p = K(e, "dataId"), m = B({}), g = B({}), _ = B([]), v = B({}), y = B(null), b = B([]), x = !1, S = E(() => Array.isArray(o.pagePath) ? [...o.pagePath, {
|
|
6519
6744
|
pageId: o.pageId,
|
|
6520
6745
|
dataId: o.dataId,
|
|
6521
6746
|
formData: m.value
|
|
@@ -6545,23 +6770,23 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6545
6770
|
}), console.error(o);
|
|
6546
6771
|
return;
|
|
6547
6772
|
}
|
|
6548
|
-
e = await
|
|
6773
|
+
e = await ye({
|
|
6549
6774
|
embeddedId: o.embeddedId,
|
|
6550
6775
|
pagePaths: S.value
|
|
6551
6776
|
}, o.dataId, x);
|
|
6552
6777
|
}
|
|
6553
6778
|
if (e.code === 0) {
|
|
6554
6779
|
d.value = e.data.formConfig, m.value = JSON.parse(JSON.stringify(e.data.formData)), v.value = e.data.flowButton, _.value = Array.isArray(e.data.formButtons) ? JSON.parse(JSON.stringify(e.data.formButtons)) : [], ie.nodeId = e.data.editConfig.nodeId, ie.nodeName = e.data.editConfig.nodeName;
|
|
6555
|
-
let { formRules: t, formSaveVerifyJs: n, componentShowRule: r, receiveBroadcasts: i, formButtons: a } = await import(`${h.value}/app/js/formRender/${o.pageId}/${o.dataId}?time=${
|
|
6780
|
+
let { formRules: t, formSaveVerifyJs: n, componentShowRule: r, receiveBroadcasts: i, formButtons: a } = await import(`${h.value}/app/js/formRender/${o.pageId}/${o.dataId}?time=${Dt(3)}`);
|
|
6556
6781
|
_.value.forEach((e) => {
|
|
6557
6782
|
e.webTrigger && a[e.id] && (e.webFunction = a[e.id]);
|
|
6558
6783
|
}), g.value = t, Z(n) && (y.value = n), te.value = r;
|
|
6559
6784
|
let s = JSON.parse(JSON.stringify(e.data.formFrame));
|
|
6560
6785
|
s.forEach((e) => {
|
|
6561
6786
|
e.noticeReceive = i[e.field];
|
|
6562
|
-
}), f.value = s, w.isEdit = e.data.editConfig.edit, w.editId = e.editId || "", await
|
|
6787
|
+
}), f.value = s, w.isEdit = e.data.editConfig.edit, w.editId = e.editId || "", await Le(), u.value.initForm(m.value), ne.value = e.data.fileUploadList, await Le(), b.value = e.data.embeddedTableList;
|
|
6563
6788
|
} else s("close");
|
|
6564
|
-
m.value =
|
|
6789
|
+
m.value = wi(m.value, f.value), w.formLoading = !1;
|
|
6565
6790
|
}, se = async () => {
|
|
6566
6791
|
if (w.formLoading || !await u.value.validateForm()) return;
|
|
6567
6792
|
w.formLoading = !0;
|
|
@@ -6585,7 +6810,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6585
6810
|
formData: m.value
|
|
6586
6811
|
}, o.dataId, w.editId, x);
|
|
6587
6812
|
}
|
|
6588
|
-
e.code === 0 && (x && (p.value = e.data, x = !1, await
|
|
6813
|
+
e.code === 0 && (x && (p.value = e.data, x = !1, await Le(), await oe()), w.editId = e.editId || ""), w.formLoading = !1, s("dataChange");
|
|
6589
6814
|
}, ce = async () => {
|
|
6590
6815
|
await se(), !w.formLoading && await u.value.validateForm() && (v.value.submitTips ? Q.alert({
|
|
6591
6816
|
type: "warning",
|
|
@@ -6614,7 +6839,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6614
6839
|
}) : await de());
|
|
6615
6840
|
}, de = async () => {
|
|
6616
6841
|
w.formLoading = !0;
|
|
6617
|
-
let e = await
|
|
6842
|
+
let e = await Ee({
|
|
6618
6843
|
pageId: o.pageId,
|
|
6619
6844
|
dataId: o.dataId,
|
|
6620
6845
|
headers: { EditId: w.editId }
|
|
@@ -6631,7 +6856,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6631
6856
|
userId: t,
|
|
6632
6857
|
suggestion: n,
|
|
6633
6858
|
formData: m.value
|
|
6634
|
-
}) :
|
|
6859
|
+
}) : ke({
|
|
6635
6860
|
pageId: o.pageId,
|
|
6636
6861
|
dataId: o.dataId,
|
|
6637
6862
|
nodeId: ie.nodeId,
|
|
@@ -6640,21 +6865,21 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6640
6865
|
suggestion: n,
|
|
6641
6866
|
formData: m.value
|
|
6642
6867
|
}));
|
|
6643
|
-
a.code === 0 && (w.editId = a.editId || "", await
|
|
6868
|
+
a.code === 0 && (w.editId = a.editId || "", await Vi(.2), l.value.closeDialog(), await oe()), l.value.closeLoading(), w.formLoading = !1;
|
|
6644
6869
|
}, pe = (e) => {
|
|
6645
6870
|
w.formLoading || me(e);
|
|
6646
6871
|
}, me = async (e) => {
|
|
6647
6872
|
w.formLoading ||= (w.formLoading = !0, e.params = {
|
|
6648
6873
|
pageId: o.pageId,
|
|
6649
6874
|
dataId: o.dataId
|
|
6650
|
-
}, await
|
|
6875
|
+
}, await Hi(m.value, e), !1);
|
|
6651
6876
|
}, he = (e) => {
|
|
6652
6877
|
x = e, oe();
|
|
6653
6878
|
}, ge = () => {
|
|
6654
6879
|
oe();
|
|
6655
6880
|
}, _e = () => {
|
|
6656
6881
|
s("fullScreenChange");
|
|
6657
|
-
},
|
|
6882
|
+
}, ve = () => {
|
|
6658
6883
|
s("close");
|
|
6659
6884
|
};
|
|
6660
6885
|
return I(() => {
|
|
@@ -6669,7 +6894,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6669
6894
|
};
|
|
6670
6895
|
t.addEventListener("scroll", n), t.__onScrollHandler__ = n;
|
|
6671
6896
|
});
|
|
6672
|
-
}),
|
|
6897
|
+
}), Ve(() => {
|
|
6673
6898
|
document.querySelectorAll(".el-tab-pane").forEach((e) => {
|
|
6674
6899
|
e.__onScrollHandler__ && (e.removeEventListener("scroll", e.__onScrollHandler__), delete e.__onScrollHandler__);
|
|
6675
6900
|
});
|
|
@@ -6677,16 +6902,16 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6677
6902
|
initForm: he,
|
|
6678
6903
|
refresh: ge
|
|
6679
6904
|
}), (t, n) => {
|
|
6680
|
-
let r = H("el-tooltip"), i = H("el-button"), a = H("el-scrollbar"), o = H("el-tab-pane"), s = H("el-tabs"), p =
|
|
6681
|
-
return
|
|
6682
|
-
A("div",
|
|
6905
|
+
let r = H("el-tooltip"), i = H("el-button"), a = H("el-scrollbar"), o = H("el-tab-pane"), s = H("el-tabs"), p = Ge("loading");
|
|
6906
|
+
return $e((R(), k("div", Ti, [
|
|
6907
|
+
A("div", Ei, [M(a, { class: "left" }, {
|
|
6683
6908
|
default: q(() => [
|
|
6684
6909
|
M(r, {
|
|
6685
6910
|
effect: "dark",
|
|
6686
6911
|
content: "刷新",
|
|
6687
6912
|
placement: "top-start"
|
|
6688
6913
|
}, {
|
|
6689
|
-
default: q(() => [M(G(
|
|
6914
|
+
default: q(() => [M(G(mt), {
|
|
6690
6915
|
onClick: ge,
|
|
6691
6916
|
icon: "tdesign:refresh"
|
|
6692
6917
|
})]),
|
|
@@ -6698,7 +6923,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6698
6923
|
content: "保存",
|
|
6699
6924
|
placement: "top-start"
|
|
6700
6925
|
}, {
|
|
6701
|
-
default: q(() => [M(G(
|
|
6926
|
+
default: q(() => [M(G(mt), {
|
|
6702
6927
|
type: "primary",
|
|
6703
6928
|
onClick: se,
|
|
6704
6929
|
icon: "ci:save"
|
|
@@ -6731,12 +6956,12 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6731
6956
|
}, 1032, ["type", "onClick"]))), 128))
|
|
6732
6957
|
]),
|
|
6733
6958
|
_: 1
|
|
6734
|
-
}), e.showWindowButton ? (R(), k("div",
|
|
6959
|
+
}), e.showWindowButton ? (R(), k("div", Di, [M(i, { onClick: _e }, {
|
|
6735
6960
|
default: q(() => [j(W(e.isFullScreen ? "缩小" : "全屏"), 1)]),
|
|
6736
6961
|
_: 1
|
|
6737
6962
|
}), M(i, {
|
|
6738
6963
|
type: "danger",
|
|
6739
|
-
onClick:
|
|
6964
|
+
onClick: ve
|
|
6740
6965
|
}, {
|
|
6741
6966
|
default: q(() => [...n[2] ||= [j(" 关闭 ", -1)]]),
|
|
6742
6967
|
_: 1
|
|
@@ -6751,7 +6976,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6751
6976
|
label: ae.value,
|
|
6752
6977
|
name: "Form"
|
|
6753
6978
|
}, {
|
|
6754
|
-
default: q(() => [M(G(
|
|
6979
|
+
default: q(() => [M(G(Xr), {
|
|
6755
6980
|
ref_key: "formRenderRef",
|
|
6756
6981
|
ref: u,
|
|
6757
6982
|
data: m.value,
|
|
@@ -6774,12 +6999,12 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6774
6999
|
])]),
|
|
6775
7000
|
_: 1
|
|
6776
7001
|
}, 8, ["label"]),
|
|
6777
|
-
|
|
7002
|
+
We(t.$slots, "default", {}, void 0, !0),
|
|
6778
7003
|
M(o, {
|
|
6779
7004
|
label: "附件上传",
|
|
6780
7005
|
lazy: ""
|
|
6781
7006
|
}, {
|
|
6782
|
-
default: q(() => [M(
|
|
7007
|
+
default: q(() => [M(yi, {
|
|
6783
7008
|
"page-id": e.pageId,
|
|
6784
7009
|
"data-id": e.dataId,
|
|
6785
7010
|
"file-kinds": ne.value
|
|
@@ -6797,7 +7022,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6797
7022
|
name: e.embeddedId,
|
|
6798
7023
|
style: { height: "100%" }
|
|
6799
7024
|
}, {
|
|
6800
|
-
default: q(() => [M(
|
|
7025
|
+
default: q(() => [M(hi, {
|
|
6801
7026
|
"embedded-id": e.embeddedId,
|
|
6802
7027
|
"page-path": S.value
|
|
6803
7028
|
}, null, 8, ["embedded-id", "page-path"])]),
|
|
@@ -6817,7 +7042,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6817
7042
|
]),
|
|
6818
7043
|
_: 3
|
|
6819
7044
|
}, 8, ["modelValue"]),
|
|
6820
|
-
M(
|
|
7045
|
+
M(Ci, {
|
|
6821
7046
|
ref_key: "flowUserDialogRef",
|
|
6822
7047
|
ref: l,
|
|
6823
7048
|
onSubmit: fe
|
|
@@ -6825,7 +7050,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6825
7050
|
])), [[p, w.formLoading]]);
|
|
6826
7051
|
};
|
|
6827
7052
|
}
|
|
6828
|
-
}), [["__scopeId", "data-v-1c0eda6b"]]),
|
|
7053
|
+
}), [["__scopeId", "data-v-1c0eda6b"]]), ki = { class: "chart-container" }, Ai = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6829
7054
|
__name: "ChartRender",
|
|
6830
7055
|
props: { chart: {
|
|
6831
7056
|
type: Object,
|
|
@@ -6834,12 +7059,12 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6834
7059
|
setup(e, { expose: t }) {
|
|
6835
7060
|
let n = e, r = B({}), i = B([]), a = B(!1), o = async () => {
|
|
6836
7061
|
if (r.value.formatterFunc) {
|
|
6837
|
-
let { formatterFunc: e } = await import(`${h.value}/app/js/chart/${n.chart.id}?time=${
|
|
7062
|
+
let { formatterFunc: e } = await import(`${h.value}/app/js/chart/${n.chart.id}?time=${Dt(3)}`);
|
|
6838
7063
|
typeof e == "function" && (i.value = e(r.value.data, r.value.translationData));
|
|
6839
7064
|
} else i.value = r.value.data;
|
|
6840
7065
|
}, s = async () => {
|
|
6841
7066
|
a.value = !0;
|
|
6842
|
-
let e = await
|
|
7067
|
+
let e = await Oe(n.chart.id);
|
|
6843
7068
|
e.code === 0 && (r.value = e.data, await o()), a.value = !1;
|
|
6844
7069
|
};
|
|
6845
7070
|
return t({ refresh: () => {
|
|
@@ -6847,11 +7072,11 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6847
7072
|
} }), I(() => {
|
|
6848
7073
|
n.chart && s();
|
|
6849
7074
|
}), (t, n) => {
|
|
6850
|
-
let r =
|
|
6851
|
-
return
|
|
7075
|
+
let r = Ge("loading");
|
|
7076
|
+
return $e((R(), k("div", ki, [(R(), D(U(e.chart.chartType), { data: i.value }, null, 8, ["data"]))])), [[r, a.value]]);
|
|
6852
7077
|
};
|
|
6853
7078
|
}
|
|
6854
|
-
}), [["__scopeId", "data-v-891683ec"]]),
|
|
7079
|
+
}), [["__scopeId", "data-v-891683ec"]]), ji = { class: "my-header" }, Mi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6855
7080
|
__name: "index",
|
|
6856
7081
|
setup(e, { expose: t }) {
|
|
6857
7082
|
let n = B(!1), r = !1, i = null, a = B(null), o = B([]), s = B({}), c = (e, t) => {
|
|
@@ -6876,8 +7101,8 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6876
7101
|
"append-to-body": "",
|
|
6877
7102
|
width: "80%"
|
|
6878
7103
|
}, {
|
|
6879
|
-
header: q(({ close: e }) => [A("div",
|
|
6880
|
-
icon: G(
|
|
7104
|
+
header: q(({ close: e }) => [A("div", ji, [A("div", null, [M(r, {
|
|
7105
|
+
icon: G(we),
|
|
6881
7106
|
onClick: l
|
|
6882
7107
|
}, null, 8, ["icon"])]), M(r, {
|
|
6883
7108
|
icon: G(C),
|
|
@@ -6899,7 +7124,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6899
7124
|
name: e.id,
|
|
6900
7125
|
lazy: ""
|
|
6901
7126
|
}, {
|
|
6902
|
-
default: q(() => [M(
|
|
7127
|
+
default: q(() => [M(Ai, {
|
|
6903
7128
|
ref_for: !0,
|
|
6904
7129
|
ref: (t) => c(t, e),
|
|
6905
7130
|
chart: e
|
|
@@ -6912,7 +7137,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6912
7137
|
}, 8, ["modelValue"]);
|
|
6913
7138
|
};
|
|
6914
7139
|
}
|
|
6915
|
-
}), [["__scopeId", "data-v-818a7f26"]]),
|
|
7140
|
+
}), [["__scopeId", "data-v-818a7f26"]]), Ni = { class: "dialog-form-container" }, Pi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
6916
7141
|
__name: "DialogForm",
|
|
6917
7142
|
emits: ["dataChange"],
|
|
6918
7143
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -6939,7 +7164,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6939
7164
|
"append-to-body": "",
|
|
6940
7165
|
"align-center": ""
|
|
6941
7166
|
}, {
|
|
6942
|
-
default: q(() => [A("div",
|
|
7167
|
+
default: q(() => [A("div", Ni, [M(Oi, {
|
|
6943
7168
|
ref_key: "AppFormRenderRef",
|
|
6944
7169
|
ref: i,
|
|
6945
7170
|
"data-id": o.dataId,
|
|
@@ -6959,7 +7184,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6959
7184
|
}, 8, ["modelValue", "width"]);
|
|
6960
7185
|
};
|
|
6961
7186
|
}
|
|
6962
|
-
}), [["__scopeId", "data-v-d7b7586f"]]),
|
|
7187
|
+
}), [["__scopeId", "data-v-d7b7586f"]]), Fi = /* @__PURE__ */ N({
|
|
6963
7188
|
__name: "DrawerForm",
|
|
6964
7189
|
props: {
|
|
6965
7190
|
appendToBody: {
|
|
@@ -6997,7 +7222,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
6997
7222
|
resizable: "",
|
|
6998
7223
|
"append-to-body": e.appendToBody
|
|
6999
7224
|
}, {
|
|
7000
|
-
default: q(() => [M(
|
|
7225
|
+
default: q(() => [M(Oi, {
|
|
7001
7226
|
ref_key: "AppFormRenderRef",
|
|
7002
7227
|
ref: i,
|
|
7003
7228
|
"data-id": o.dataId,
|
|
@@ -7022,7 +7247,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7022
7247
|
]);
|
|
7023
7248
|
};
|
|
7024
7249
|
}
|
|
7025
|
-
}),
|
|
7250
|
+
}), Ii = { class: "app-table-render-container" }, Li = { class: "drawer-container" }, Ri = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
7026
7251
|
name: "AppTableRender",
|
|
7027
7252
|
__name: "AppTableRender",
|
|
7028
7253
|
props: /* @__PURE__ */ P({
|
|
@@ -7035,8 +7260,8 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7035
7260
|
emits: ["update:pageId"],
|
|
7036
7261
|
setup(t) {
|
|
7037
7262
|
let n = {
|
|
7038
|
-
TableRender:
|
|
7039
|
-
TableCardRender:
|
|
7263
|
+
TableRender: _n,
|
|
7264
|
+
TableCardRender: Tn
|
|
7040
7265
|
}, r = K(t, "pageId"), i = B(), a = B(), o = B({
|
|
7041
7266
|
columns: [],
|
|
7042
7267
|
seqConfig: { startIndex: 0 },
|
|
@@ -7045,27 +7270,27 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7045
7270
|
currentPage: 1,
|
|
7046
7271
|
pageSize: 10,
|
|
7047
7272
|
total: 0
|
|
7048
|
-
}), f =
|
|
7273
|
+
}), f = Ye("queryTreeFilter"), { tableData: p, syncTableData: m, btnClickFunc: g, tableConfig: _ } = ci({
|
|
7049
7274
|
pageId: r,
|
|
7050
7275
|
queryTreeFilter: f,
|
|
7051
7276
|
pagination: d,
|
|
7052
7277
|
appFormWindowRef: i
|
|
7053
|
-
}), { runAsync: v, loading: y } =
|
|
7278
|
+
}), { runAsync: v, loading: y } = pt(() => oe(r.value), {
|
|
7054
7279
|
manual: !0,
|
|
7055
7280
|
cacheKey: `table-render-${r.value}`,
|
|
7056
7281
|
onSuccess: async (e) => {
|
|
7057
7282
|
if (e.code === 0) {
|
|
7058
|
-
let { tableButtons: t } = await import(`${h.value}/app/js/table/${r.value}?time=${
|
|
7283
|
+
let { tableButtons: t } = await import(`${h.value}/app/js/table/${r.value}?time=${Dt(3)}`), n = si(e.data, r.value, g, t, x);
|
|
7059
7284
|
_.value = e.data.tableConfig, _.value.pageId = r.value, c.value = e.data.queryFrameList, s.value = n.gridOptions.columns, o.value = n.gridOptions, o.value.columns = [], l.value = n.tableToolButtons, u.value = n.tableRowButtons;
|
|
7060
7285
|
}
|
|
7061
7286
|
m();
|
|
7062
7287
|
}
|
|
7063
|
-
}), ee =
|
|
7288
|
+
}), ee = Ye("chartList"), b = (e) => {
|
|
7064
7289
|
if (e < 0 || !e) {
|
|
7065
7290
|
m();
|
|
7066
7291
|
return;
|
|
7067
7292
|
}
|
|
7068
|
-
|
|
7293
|
+
li({
|
|
7069
7294
|
rowIndex: e,
|
|
7070
7295
|
tableConfig: _,
|
|
7071
7296
|
tableData: p
|
|
@@ -7078,15 +7303,15 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7078
7303
|
return I(async () => {
|
|
7079
7304
|
_.value.pageId = r.value, await v();
|
|
7080
7305
|
}), (t, h) => {
|
|
7081
|
-
let g = H("el-splitter-panel"), v = H("el-button"), ee = H("el-splitter"), x =
|
|
7082
|
-
return
|
|
7306
|
+
let g = H("el-splitter-panel"), v = H("el-button"), ee = H("el-splitter"), x = Ge("loading");
|
|
7307
|
+
return $e((R(), k("div", Ii, [
|
|
7083
7308
|
M(ee, null, {
|
|
7084
7309
|
default: q(() => [r.value && G(_).hasQueryTreeFilter ? (R(), D(g, {
|
|
7085
7310
|
key: 0,
|
|
7086
7311
|
collapsible: "",
|
|
7087
7312
|
size: "240"
|
|
7088
7313
|
}, {
|
|
7089
|
-
default: q(() => [M(G(
|
|
7314
|
+
default: q(() => [M(G(tn), {
|
|
7090
7315
|
ref_key: "queryTreeFilter",
|
|
7091
7316
|
ref: f,
|
|
7092
7317
|
"page-id": r.value
|
|
@@ -7129,22 +7354,22 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7129
7354
|
})) : O("", !0)]),
|
|
7130
7355
|
_: 1
|
|
7131
7356
|
}),
|
|
7132
|
-
A("div",
|
|
7357
|
+
A("div", Li, [!G(_).formWindow || G(_).formWindow === "DrawerForm" ? (R(), D(Fi, {
|
|
7133
7358
|
key: 0,
|
|
7134
7359
|
ref_key: "appFormWindowRef",
|
|
7135
7360
|
ref: i,
|
|
7136
7361
|
onDataChange: b
|
|
7137
|
-
}, null, 512)) : (R(), D(
|
|
7362
|
+
}, null, 512)) : (R(), D(Pi, {
|
|
7138
7363
|
key: 1,
|
|
7139
7364
|
ref_key: "appFormWindowRef",
|
|
7140
7365
|
ref: i,
|
|
7141
7366
|
onDataChange: b
|
|
7142
7367
|
}, null, 512))]),
|
|
7143
|
-
M(G(
|
|
7368
|
+
M(G(Mi), { ref: "chartList" }, null, 512)
|
|
7144
7369
|
])), [[x, G(y)]]);
|
|
7145
7370
|
};
|
|
7146
7371
|
}
|
|
7147
|
-
}), [["__scopeId", "data-v-5be32d7e"]]),
|
|
7372
|
+
}), [["__scopeId", "data-v-5be32d7e"]]), zi = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
7148
7373
|
__name: "DynamicDialogHost",
|
|
7149
7374
|
props: {
|
|
7150
7375
|
componentName: {},
|
|
@@ -7157,7 +7382,7 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7157
7382
|
t.onDestroy && t.onDestroy();
|
|
7158
7383
|
};
|
|
7159
7384
|
I(() => {
|
|
7160
|
-
|
|
7385
|
+
Le(() => {
|
|
7161
7386
|
let e = document.querySelector(".el-dialog");
|
|
7162
7387
|
e && [
|
|
7163
7388
|
{
|
|
@@ -7221,65 +7446,65 @@ var Wr = { class: "dia-container" }, Gr = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7221
7446
|
}, {
|
|
7222
7447
|
default: q(() => [A("div", {
|
|
7223
7448
|
class: "dialog-content-wrapper",
|
|
7224
|
-
style:
|
|
7225
|
-
}, [(R(), D(U(a.value),
|
|
7449
|
+
style: Be({ maxHeight: r.value })
|
|
7450
|
+
}, [(R(), D(U(a.value), ze(Ne(i.value)), null, 16))], 4)]),
|
|
7226
7451
|
_: 1
|
|
7227
7452
|
}, 8, ["modelValue", "width"]);
|
|
7228
7453
|
};
|
|
7229
7454
|
}
|
|
7230
7455
|
}), [["__scopeId", "data-v-a7db6710"]]);
|
|
7231
|
-
|
|
7232
|
-
e.component("AppFormRender",
|
|
7233
|
-
},
|
|
7234
|
-
e.component("AppTableRender",
|
|
7235
|
-
},
|
|
7236
|
-
e.component("DrawerForm",
|
|
7456
|
+
Oi.name = "AppFormRender", Ri.name = "AppTableRender", Fi.name = "DrawerForm", Oi.install = (e) => {
|
|
7457
|
+
e.component("AppFormRender", Oi);
|
|
7458
|
+
}, Ri.install = (e) => {
|
|
7459
|
+
e.component("AppTableRender", Ri);
|
|
7460
|
+
}, Fi.install = (e) => {
|
|
7461
|
+
e.component("DrawerForm", Fi);
|
|
7237
7462
|
};
|
|
7238
7463
|
//#endregion
|
|
7239
7464
|
//#region src/utils/openHostDialog.ts
|
|
7240
|
-
var
|
|
7465
|
+
var Bi = async ({ name: e, componentProps: t = {}, width: n = "80%" }) => {
|
|
7241
7466
|
let r = m(), i = x();
|
|
7242
7467
|
i && i(e);
|
|
7243
7468
|
let a = document.createElement("div");
|
|
7244
7469
|
a.className = "dynamic-dialog-container", document.body.append(a);
|
|
7245
7470
|
let o = structuredClone({ ...t }), s = () => {
|
|
7246
|
-
|
|
7471
|
+
Ue(null, a), a.remove();
|
|
7247
7472
|
}, c = {
|
|
7248
7473
|
...o,
|
|
7249
7474
|
onClose: () => {
|
|
7250
7475
|
s();
|
|
7251
7476
|
}
|
|
7252
|
-
}, l = M(
|
|
7477
|
+
}, l = M(Ie(zi), {
|
|
7253
7478
|
componentName: e,
|
|
7254
7479
|
componentProps: c,
|
|
7255
7480
|
width: n,
|
|
7256
7481
|
onDestroy: s
|
|
7257
7482
|
});
|
|
7258
|
-
return r && (l.appContext = r._context),
|
|
7483
|
+
return r && (l.appContext = r._context), Ue(l, a), { destroy: s };
|
|
7259
7484
|
};
|
|
7260
7485
|
//#endregion
|
|
7261
7486
|
//#region src/utils/sleep.ts
|
|
7262
|
-
function
|
|
7487
|
+
function Vi(e) {
|
|
7263
7488
|
return new Promise((t) => {
|
|
7264
7489
|
setTimeout(t, e * 1e3);
|
|
7265
7490
|
});
|
|
7266
7491
|
}
|
|
7267
7492
|
//#endregion
|
|
7268
7493
|
//#region src/hooks/useButtonExec.hook.ts
|
|
7269
|
-
async function
|
|
7494
|
+
async function Hi(e, t, n) {
|
|
7270
7495
|
t.webTrigger && X(t.webFunction) || (t.clickTips ? Q.alert({
|
|
7271
7496
|
type: "warning",
|
|
7272
7497
|
msg: t.clickTips,
|
|
7273
7498
|
callback: async () => {
|
|
7274
|
-
t.webTrigger ?
|
|
7499
|
+
t.webTrigger ? Ui(e, t, n) : await Wi(e, t);
|
|
7275
7500
|
}
|
|
7276
|
-
}) : t.webTrigger ?
|
|
7501
|
+
}) : t.webTrigger ? Ui(e, t, n) : await Wi(e, t));
|
|
7277
7502
|
}
|
|
7278
|
-
function
|
|
7279
|
-
let r = { createDynamicContentDialog:
|
|
7503
|
+
function Ui(e, t, n) {
|
|
7504
|
+
let r = { createDynamicContentDialog: Bi };
|
|
7280
7505
|
t.webFunction(e, t.params, n, r);
|
|
7281
7506
|
}
|
|
7282
|
-
async function
|
|
7507
|
+
async function Wi(e, t) {
|
|
7283
7508
|
let n = await ie(typeof t.params.pageId == "number" ? t.params.pageId : e.pageId.value, t.params.dataId || null, t.id);
|
|
7284
7509
|
n.code === 0 && Array.isArray(n.data) && n.data.length > 0 && n.data.forEach((e) => Q.tips({
|
|
7285
7510
|
msg: e,
|
|
@@ -7289,7 +7514,7 @@ async function wi(e, t) {
|
|
|
7289
7514
|
}
|
|
7290
7515
|
//#endregion
|
|
7291
7516
|
//#region src/components/ToolBar/ToolBar.vue?vue&type=script&setup=true&lang.ts
|
|
7292
|
-
var
|
|
7517
|
+
var Gi = { class: "button-group" }, Ki = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
7293
7518
|
__name: "ToolBar",
|
|
7294
7519
|
props: { toolButtons: {
|
|
7295
7520
|
required: !0,
|
|
@@ -7297,12 +7522,12 @@ var Ti = { class: "button-group" }, Ei = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7297
7522
|
} },
|
|
7298
7523
|
setup(e) {
|
|
7299
7524
|
let t = (e, t) => {
|
|
7300
|
-
|
|
7525
|
+
Hi(e, t);
|
|
7301
7526
|
};
|
|
7302
7527
|
return (n, r) => {
|
|
7303
7528
|
let i = H("el-scrollbar");
|
|
7304
7529
|
return R(), D(i, { class: "tool-bar" }, {
|
|
7305
|
-
default: q(() => [A("div",
|
|
7530
|
+
default: q(() => [A("div", Gi, [(R(!0), k(T, null, V(e.toolButtons, (e) => (R(), D(G(mt), {
|
|
7306
7531
|
key: e.id,
|
|
7307
7532
|
label: e.label,
|
|
7308
7533
|
icon: e.icon,
|
|
@@ -7313,25 +7538,25 @@ var Ti = { class: "button-group" }, Ei = /* @__PURE__ */ Y(/* @__PURE__ */ N({
|
|
|
7313
7538
|
"icon",
|
|
7314
7539
|
"type",
|
|
7315
7540
|
"onClick"
|
|
7316
|
-
]))), 128)),
|
|
7541
|
+
]))), 128)), We(n.$slots, "custom-button", {}, void 0, !0)])]),
|
|
7317
7542
|
_: 3
|
|
7318
7543
|
});
|
|
7319
7544
|
};
|
|
7320
7545
|
}
|
|
7321
7546
|
}), [["__scopeId", "data-v-c1f98d58"]]);
|
|
7322
|
-
|
|
7323
|
-
e.component("ToolBar",
|
|
7547
|
+
Ki.name = "ToolBar", Ki.install = (e) => {
|
|
7548
|
+
e.component("ToolBar", Ki);
|
|
7324
7549
|
};
|
|
7325
7550
|
//#endregion
|
|
7326
7551
|
//#region src/components/TableComponent/TableRender/plugin/vxe-table-clipboard.ts
|
|
7327
|
-
var
|
|
7552
|
+
var qi = {
|
|
7328
7553
|
rowSelectColumn: -1,
|
|
7329
7554
|
selectedColor: "rgba(64, 158, 255, 0.25)",
|
|
7330
7555
|
onSelectionChange: void 0,
|
|
7331
7556
|
onCopy: void 0,
|
|
7332
7557
|
onPaste: void 0,
|
|
7333
7558
|
onCut: void 0
|
|
7334
|
-
},
|
|
7559
|
+
}, Ji = { ...qi }, Yi = /* @__PURE__ */ new WeakMap(), Xi = (e) => {
|
|
7335
7560
|
let t = e.trim();
|
|
7336
7561
|
if (t === "" || t === "null" || t === "undefined") return t === "null" ? null : t === "undefined" ? void 0 : "";
|
|
7337
7562
|
if (t === "true") return !0;
|
|
@@ -7341,12 +7566,12 @@ var Di = {
|
|
|
7341
7566
|
if (!Number.isNaN(e)) return e;
|
|
7342
7567
|
}
|
|
7343
7568
|
return e;
|
|
7344
|
-
},
|
|
7345
|
-
function
|
|
7346
|
-
let t = document.getElementById(
|
|
7569
|
+
}, Zi = "vxe-table-clipboard-style";
|
|
7570
|
+
function Qi(e) {
|
|
7571
|
+
let t = document.getElementById(Zi);
|
|
7347
7572
|
t && t.remove();
|
|
7348
7573
|
let n = document.createElement("style");
|
|
7349
|
-
n.id =
|
|
7574
|
+
n.id = Zi, n.textContent = `
|
|
7350
7575
|
.cell-selected {
|
|
7351
7576
|
background-color: ${e.selectedColor} !important;
|
|
7352
7577
|
}
|
|
@@ -7361,9 +7586,9 @@ function Mi(e) {
|
|
|
7361
7586
|
}
|
|
7362
7587
|
`, document.head.appendChild(n);
|
|
7363
7588
|
}
|
|
7364
|
-
function
|
|
7589
|
+
function $i(e, t = {}) {
|
|
7365
7590
|
let n = {
|
|
7366
|
-
...
|
|
7591
|
+
...Ji,
|
|
7367
7592
|
...t
|
|
7368
7593
|
}, r = !1, i = null, a = [], o = !1, s = {
|
|
7369
7594
|
startRow: -1,
|
|
@@ -7477,7 +7702,7 @@ function Ni(e, t = {}) {
|
|
|
7477
7702
|
let t = a;
|
|
7478
7703
|
try {
|
|
7479
7704
|
let e = await navigator.clipboard.readText();
|
|
7480
|
-
e && (t = e.replace(/\r\n/g, "\n").replace(/\r/g, "\n").split("\n").filter((e) => e.trim()).map((e) => e.split(" ").map((e) =>
|
|
7705
|
+
e && (t = e.replace(/\r\n/g, "\n").replace(/\r/g, "\n").split("\n").filter((e) => e.trim()).map((e) => e.split(" ").map((e) => Xi(e))));
|
|
7481
7706
|
} catch {}
|
|
7482
7707
|
if (t.length === 0) return [];
|
|
7483
7708
|
let n = e.getTableData().fullData, r = m(), i = h(), o = e.getTableColumn().fullColumn, s = Infinity, l = Infinity;
|
|
@@ -7605,81 +7830,82 @@ function Ni(e, t = {}) {
|
|
|
7605
7830
|
};
|
|
7606
7831
|
return ue(), de;
|
|
7607
7832
|
}
|
|
7608
|
-
var
|
|
7609
|
-
|
|
7610
|
-
...
|
|
7833
|
+
var ea = { install(e, t = {}) {
|
|
7834
|
+
Ji = {
|
|
7835
|
+
...qi,
|
|
7611
7836
|
...t
|
|
7612
|
-
},
|
|
7837
|
+
}, Qi(Ji), e.directive("clipboard", {
|
|
7613
7838
|
mounted(e, t) {
|
|
7614
|
-
let n =
|
|
7615
|
-
|
|
7839
|
+
let n = $i(e, t.value || {});
|
|
7840
|
+
Yi.set(e, n);
|
|
7616
7841
|
},
|
|
7617
7842
|
updated(e, t) {
|
|
7618
|
-
let n =
|
|
7843
|
+
let n = Yi.get(e);
|
|
7619
7844
|
n && n.destroy();
|
|
7620
|
-
let r =
|
|
7621
|
-
|
|
7845
|
+
let r = $i(e, t.value || {});
|
|
7846
|
+
Yi.set(e, r);
|
|
7622
7847
|
},
|
|
7623
7848
|
unmounted(e) {
|
|
7624
|
-
let t =
|
|
7625
|
-
t && (t.destroy(),
|
|
7849
|
+
let t = Yi.get(e);
|
|
7850
|
+
t && (t.destroy(), Yi.delete(e));
|
|
7626
7851
|
}
|
|
7627
|
-
}), e.config.globalProperties.$getClipboard = (e) =>
|
|
7628
|
-
} },
|
|
7629
|
-
|
|
7630
|
-
ht,
|
|
7852
|
+
}), e.config.globalProperties.$getClipboard = (e) => Yi.get(e);
|
|
7853
|
+
} }, ta = [
|
|
7854
|
+
mt,
|
|
7631
7855
|
gt,
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7638
|
-
Lt,
|
|
7639
|
-
Rt,
|
|
7640
|
-
Bt,
|
|
7641
|
-
Vt,
|
|
7642
|
-
Ht,
|
|
7643
|
-
Ut,
|
|
7644
|
-
Wt,
|
|
7645
|
-
qt,
|
|
7856
|
+
_t,
|
|
7857
|
+
Ki,
|
|
7858
|
+
Jt,
|
|
7859
|
+
Yt,
|
|
7860
|
+
Xt,
|
|
7861
|
+
Zt,
|
|
7646
7862
|
Qt,
|
|
7863
|
+
tn,
|
|
7864
|
+
nn,
|
|
7865
|
+
an,
|
|
7866
|
+
on,
|
|
7647
7867
|
sn,
|
|
7648
7868
|
cn,
|
|
7649
7869
|
ln,
|
|
7650
|
-
un,
|
|
7651
|
-
dn,
|
|
7652
7870
|
fn,
|
|
7653
|
-
mn,
|
|
7654
|
-
hn,
|
|
7655
|
-
gn,
|
|
7656
7871
|
_n,
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7872
|
+
Tn,
|
|
7873
|
+
En,
|
|
7874
|
+
Dn,
|
|
7660
7875
|
On,
|
|
7661
7876
|
kn,
|
|
7662
7877
|
An,
|
|
7663
|
-
|
|
7878
|
+
Mn,
|
|
7879
|
+
Nn,
|
|
7880
|
+
Pn,
|
|
7881
|
+
Fn,
|
|
7882
|
+
Ln,
|
|
7883
|
+
Rn,
|
|
7884
|
+
Hn,
|
|
7885
|
+
Kn,
|
|
7664
7886
|
qn,
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7887
|
+
Jn,
|
|
7888
|
+
Yn,
|
|
7889
|
+
dr,
|
|
7668
7890
|
yr,
|
|
7669
|
-
br,
|
|
7670
7891
|
xr,
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7892
|
+
Fr,
|
|
7893
|
+
Ir,
|
|
7894
|
+
zr,
|
|
7895
|
+
Br,
|
|
7896
|
+
Vr,
|
|
7897
|
+
Xr,
|
|
7898
|
+
Oi,
|
|
7899
|
+
Ri,
|
|
7900
|
+
Fi
|
|
7901
|
+
], { registerGeneralMethods: na } = ei(), ra = { install: (e, ...t) => {
|
|
7902
|
+
ta.forEach((t) => {
|
|
7677
7903
|
t.install ? e.use(t) : t.name && e.component(t.name, t);
|
|
7678
|
-
}), e.use(
|
|
7679
|
-
|
|
7904
|
+
}), e.use(ea), setTimeout(() => {
|
|
7905
|
+
na("parseString", ({ cellValue: e }) => It.toString(e)), na("parseInt", ({ cellValue: e }) => It.parseInt(e)), na("timestamp", ({ cellValue: e }) => It.timestamp(e));
|
|
7680
7906
|
}, 50);
|
|
7681
7907
|
} };
|
|
7682
7908
|
//#endregion
|
|
7683
|
-
export {
|
|
7909
|
+
export { Oi as AppFormRender, Ri as AppTableRender, h as BASE_URL, Fi as DrawerForm, zi as DynamicDialogHost, Vr as DynamicMapTable, mt as ElButtonPlus, gt as ElColPlus, _t as ElRowPlus, pe as FILE_URL, qn as FormCascaderAsync, Fn as FormCheckBox, Ln as FormCheckBoxAsync, Fr as FormCodeEditor, Hn as FormDatePicker, Kn as FormDateTimePicker, dr as FormDictSelector, Ir as FormDivider, Br as FormDynamicTable, zr as FormFieldset, yr as FormIconPicker, xr as FormImageUpload, En as FormInput, Dn as FormInputNumber, Pn as FormRadio, Xr as FormRender, An as FormSelect, Mn as FormSelectAsync, Nn as FormSelectRemote, Rn as FormSwitch, Jn as FormTableSelect, Yn as FormTableSelectAsync, kn as FormText, On as FormTextArea, Jt as QueryBar, Yt as QueryDateTime, Xt as QueryInput, Zt as QueryInputLike, Qt as QuerySelect, tn as QueryTreeFilter, Tn as TableCardRender, fn as TableCheckBoxAsync, nn as TableInput, an as TableInputNumber, ln as TableListSelect, _n as TableRender, on as TableSelect, sn as TableSelectAsync, cn as TableSwitch, Ki as ToolBar, t as UPLOAD_FILE_URL, de as appRouter, Bt as calculateTimeDifference, Bi as createDynamicContentDialog, At as cryptographicStrength, Lt as customFormatter, It as dataFormatter, ra as default, s as defaultPageTableConfig, d as defaultPagination, Ht as emitter, Ut as formCheck, Wt as formValidates, Ft as formatterData, fe as getAppApiCallbacks, p as getAppEmbeddedApiCallbacks, m as getAppInstance, g as getAppTableApiCallbacks, Ot as getAssetUrl, o as getDatasetApiCallbacks, l as getFileApiCallbacks, f as getFileUrl, v as getFlowRecordApiCallbacks, Ae as getIconifyApiCallbacks, n as getKeliUiConfig, xt as getLabelFromArrayByValue, zt as getLunar, Dt as getRandomString, x as getRegisterComponent, c as getRouterCallback, Vt as getShowFormatDateTime, Rt as getTimeStampAfterNDay, b as getUploadFileUrl, X as isEmpty, jt as isImage, vt as isInArray, Mt as isMail, Z as isNotEmpty, Ct as mergeArraysByKey, Q as msgTips, St as omitFieldsFromObjects, bt as removeValueFromArray, S as setKeliUiConfig, Vi as sleep, Pt as stringList, Nt as timestamp, be as useModuleCache, yt as valueArrayInArray };
|
|
7684
7910
|
|
|
7685
7911
|
//# sourceMappingURL=keli-ui.js.map
|