@gopowerteam/form-render 0.0.50 → 0.0.51
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/cjs/index.cjs +1 -1
- package/dist/es/index.mjs +309 -310
- package/package.json +2 -2
package/dist/es/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { getCurrentInstance as W, inject as
|
|
2
|
-
import { DatePicker as
|
|
1
|
+
import { getCurrentInstance as W, inject as ne, defineComponent as P, computed as C, openBlock as x, createElementBlock as F, normalizeClass as re, normalizeStyle as z, createElementVNode as w, shallowRef as V, ref as $, provide as fe, onMounted as D, Fragment as me, renderSlot as Ee, createBlock as te, Teleport as Ve, createVNode as v, TransitionGroup as Ae, withCtx as Be, renderList as De, mergeProps as Oe, createCommentVNode as H, defineAsyncComponent as We, triggerRef as Q, useCssVars as Ue, onUnmounted as qe, withModifiers as He, toDisplayString as A, resolveDynamicComponent as _e, normalizeProps as Ye, guardReactiveProps as Ge, watch as le, unref as Xe, isRef as oe, toRefs as Je, customRef as Qe, nextTick as Ie, getCurrentScope as Ke, onScopeDispose as Ze, pushScopeId as et, popScopeId as tt, isVNode as ve, h as nt, createTextVNode as Z, onUpdated as rt } from "vue";
|
|
2
|
+
import { DatePicker as lt, YearPicker as ot, QuarterPicker as at, MonthPicker as ut, WeekPicker as it, Input as ct, InputNumber as st, Select as dt, Option as ft, Switch as mt, RangePicker as ht, Textarea as vt, TreeSelect as pt, Cascader as yt, FormItem as Me, Tabs as gt, TabPane as bt, Form as kt, Grid as wt, GridItem as xe, Button as q, Space as St } from "@arco-design/web-vue";
|
|
3
3
|
import Ce from "dayjs";
|
|
4
|
-
import { FormRenderResolver as
|
|
5
|
-
const
|
|
4
|
+
import { FormRenderResolver as Xn } from "./resolver.mjs";
|
|
5
|
+
const xt = Symbol("ArcoConfigProvider"), Ct = "arco", $t = "$arco", pe = (e) => {
|
|
6
6
|
var r, t, n;
|
|
7
|
-
const l = W(), a =
|
|
7
|
+
const l = W(), a = ne(xt, void 0), o = (n = (t = a == null ? void 0 : a.prefixCls) != null ? t : (r = l == null ? void 0 : l.appContext.config.globalProperties[$t]) == null ? void 0 : r.classPrefix) != null ? n : Ct;
|
|
8
8
|
return e ? `${o}-${e}` : o;
|
|
9
|
-
},
|
|
9
|
+
}, Ft = Object.prototype.toString;
|
|
10
10
|
function ye(e) {
|
|
11
|
-
return
|
|
11
|
+
return Ft.call(e) === "[object Number]" && e === e;
|
|
12
12
|
}
|
|
13
13
|
var ge = (e, r) => {
|
|
14
14
|
for (const [t, n] of r)
|
|
15
15
|
e[t] = n;
|
|
16
16
|
return e;
|
|
17
17
|
};
|
|
18
|
-
const
|
|
18
|
+
const Ot = P({
|
|
19
19
|
name: "IconDown",
|
|
20
20
|
props: {
|
|
21
21
|
size: {
|
|
@@ -44,9 +44,9 @@ const _t = R({
|
|
|
44
44
|
setup(e, {
|
|
45
45
|
emit: r
|
|
46
46
|
}) {
|
|
47
|
-
const t =
|
|
47
|
+
const t = pe("icon"), n = C(() => [t, `${t}-down`, {
|
|
48
48
|
[`${t}-spin`]: e.spin
|
|
49
|
-
}]), l =
|
|
49
|
+
}]), l = C(() => {
|
|
50
50
|
const o = {};
|
|
51
51
|
return e.size && (o.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (o.transform = `rotate(${e.rotate}deg)`), o;
|
|
52
52
|
});
|
|
@@ -58,31 +58,31 @@ const _t = R({
|
|
|
58
58
|
}
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
|
-
}),
|
|
61
|
+
}), _t = ["stroke-width", "stroke-linecap", "stroke-linejoin"], It = /* @__PURE__ */ w("path", {
|
|
62
62
|
d: "M39.6 17.443 24.043 33 8.487 17.443"
|
|
63
|
-
}, null, -1),
|
|
64
|
-
function
|
|
65
|
-
return
|
|
63
|
+
}, null, -1), Mt = [It];
|
|
64
|
+
function jt(e, r, t, n, l, a) {
|
|
65
|
+
return x(), F("svg", {
|
|
66
66
|
viewBox: "0 0 48 48",
|
|
67
67
|
fill: "none",
|
|
68
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
69
|
stroke: "currentColor",
|
|
70
|
-
class:
|
|
71
|
-
style:
|
|
70
|
+
class: re(e.cls),
|
|
71
|
+
style: z(e.innerStyle),
|
|
72
72
|
"stroke-width": e.strokeWidth,
|
|
73
73
|
"stroke-linecap": e.strokeLinecap,
|
|
74
74
|
"stroke-linejoin": e.strokeLinejoin,
|
|
75
75
|
onClick: r[0] || (r[0] = (...o) => e.onClick && e.onClick(...o))
|
|
76
|
-
},
|
|
76
|
+
}, Mt, 14, _t);
|
|
77
77
|
}
|
|
78
|
-
var ie = /* @__PURE__ */ ge(
|
|
78
|
+
var ie = /* @__PURE__ */ ge(Ot, [["render", jt]]);
|
|
79
79
|
const Lt = Object.assign(ie, {
|
|
80
80
|
install: (e, r) => {
|
|
81
81
|
var t;
|
|
82
82
|
const n = (t = r == null ? void 0 : r.iconPrefix) != null ? t : "";
|
|
83
83
|
e.component(n + ie.name, ie);
|
|
84
84
|
}
|
|
85
|
-
}), Tt =
|
|
85
|
+
}), Tt = P({
|
|
86
86
|
name: "IconUp",
|
|
87
87
|
props: {
|
|
88
88
|
size: {
|
|
@@ -111,9 +111,9 @@ const Lt = Object.assign(ie, {
|
|
|
111
111
|
setup(e, {
|
|
112
112
|
emit: r
|
|
113
113
|
}) {
|
|
114
|
-
const t =
|
|
114
|
+
const t = pe("icon"), n = C(() => [t, `${t}-up`, {
|
|
115
115
|
[`${t}-spin`]: e.spin
|
|
116
|
-
}]), l =
|
|
116
|
+
}]), l = C(() => {
|
|
117
117
|
const o = {};
|
|
118
118
|
return e.size && (o.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (o.transform = `rotate(${e.rotate}deg)`), o;
|
|
119
119
|
});
|
|
@@ -125,31 +125,31 @@ const Lt = Object.assign(ie, {
|
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
}
|
|
128
|
-
}),
|
|
128
|
+
}), zt = ["stroke-width", "stroke-linecap", "stroke-linejoin"], Pt = /* @__PURE__ */ w("path", {
|
|
129
129
|
d: "M39.6 30.557 24.043 15 8.487 30.557"
|
|
130
|
-
}, null, -1),
|
|
130
|
+
}, null, -1), Rt = [Pt];
|
|
131
131
|
function Nt(e, r, t, n, l, a) {
|
|
132
|
-
return
|
|
132
|
+
return x(), F("svg", {
|
|
133
133
|
viewBox: "0 0 48 48",
|
|
134
134
|
fill: "none",
|
|
135
135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
136
136
|
stroke: "currentColor",
|
|
137
|
-
class:
|
|
138
|
-
style:
|
|
137
|
+
class: re(e.cls),
|
|
138
|
+
style: z(e.innerStyle),
|
|
139
139
|
"stroke-width": e.strokeWidth,
|
|
140
140
|
"stroke-linecap": e.strokeLinecap,
|
|
141
141
|
"stroke-linejoin": e.strokeLinejoin,
|
|
142
142
|
onClick: r[0] || (r[0] = (...o) => e.onClick && e.onClick(...o))
|
|
143
|
-
},
|
|
143
|
+
}, Rt, 14, zt);
|
|
144
144
|
}
|
|
145
145
|
var ce = /* @__PURE__ */ ge(Tt, [["render", Nt]]);
|
|
146
|
-
const
|
|
146
|
+
const Et = Object.assign(ce, {
|
|
147
147
|
install: (e, r) => {
|
|
148
148
|
var t;
|
|
149
149
|
const n = (t = r == null ? void 0 : r.iconPrefix) != null ? t : "";
|
|
150
150
|
e.component(n + ce.name, ce);
|
|
151
151
|
}
|
|
152
|
-
}),
|
|
152
|
+
}), Vt = P({
|
|
153
153
|
name: "IconSearch",
|
|
154
154
|
props: {
|
|
155
155
|
size: {
|
|
@@ -178,9 +178,9 @@ const Vt = Object.assign(ce, {
|
|
|
178
178
|
setup(e, {
|
|
179
179
|
emit: r
|
|
180
180
|
}) {
|
|
181
|
-
const t =
|
|
181
|
+
const t = pe("icon"), n = C(() => [t, `${t}-search`, {
|
|
182
182
|
[`${t}-spin`]: e.spin
|
|
183
|
-
}]), l =
|
|
183
|
+
}]), l = C(() => {
|
|
184
184
|
const o = {};
|
|
185
185
|
return e.size && (o.fontSize = ye(e.size) ? `${e.size}px` : e.size), e.rotate && (o.transform = `rotate(${e.rotate}deg)`), o;
|
|
186
186
|
});
|
|
@@ -192,47 +192,47 @@ const Vt = Object.assign(ce, {
|
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
}
|
|
195
|
-
}),
|
|
195
|
+
}), At = ["stroke-width", "stroke-linecap", "stroke-linejoin"], Bt = /* @__PURE__ */ w("path", {
|
|
196
196
|
d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485"
|
|
197
|
-
}, null, -1),
|
|
198
|
-
function
|
|
199
|
-
return
|
|
197
|
+
}, null, -1), Dt = [Bt];
|
|
198
|
+
function Wt(e, r, t, n, l, a) {
|
|
199
|
+
return x(), F("svg", {
|
|
200
200
|
viewBox: "0 0 48 48",
|
|
201
201
|
fill: "none",
|
|
202
202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
203
203
|
stroke: "currentColor",
|
|
204
|
-
class:
|
|
205
|
-
style:
|
|
204
|
+
class: re(e.cls),
|
|
205
|
+
style: z(e.innerStyle),
|
|
206
206
|
"stroke-width": e.strokeWidth,
|
|
207
207
|
"stroke-linecap": e.strokeLinecap,
|
|
208
208
|
"stroke-linejoin": e.strokeLinejoin,
|
|
209
209
|
onClick: r[0] || (r[0] = (...o) => e.onClick && e.onClick(...o))
|
|
210
|
-
},
|
|
210
|
+
}, Dt, 14, At);
|
|
211
211
|
}
|
|
212
|
-
var se = /* @__PURE__ */ ge(
|
|
212
|
+
var se = /* @__PURE__ */ ge(Vt, [["render", Wt]]);
|
|
213
213
|
const Ut = Object.assign(se, {
|
|
214
214
|
install: (e, r) => {
|
|
215
215
|
var t;
|
|
216
216
|
const n = (t = r == null ? void 0 : r.iconPrefix) != null ? t : "";
|
|
217
217
|
e.component(n + se.name, se);
|
|
218
218
|
}
|
|
219
|
-
}),
|
|
219
|
+
}), ae = Symbol("__MODAL__");
|
|
220
220
|
function je(e) {
|
|
221
|
-
return
|
|
221
|
+
return Ke() ? (Ze(e), !0) : !1;
|
|
222
222
|
}
|
|
223
223
|
function I(e) {
|
|
224
|
-
return typeof e == "function" ? e() :
|
|
224
|
+
return typeof e == "function" ? e() : Xe(e);
|
|
225
225
|
}
|
|
226
|
-
const
|
|
226
|
+
const Le = typeof window < "u" && typeof document < "u";
|
|
227
227
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
228
|
-
const
|
|
228
|
+
const qt = Object.prototype.toString, Ht = (e) => qt.call(e) === "[object Object]", Yt = () => {
|
|
229
229
|
};
|
|
230
|
-
function
|
|
231
|
-
if (!
|
|
232
|
-
return
|
|
230
|
+
function Gt(e, r = {}) {
|
|
231
|
+
if (!oe(e))
|
|
232
|
+
return Je(e);
|
|
233
233
|
const t = Array.isArray(e.value) ? Array.from({ length: e.value.length }) : {};
|
|
234
234
|
for (const n in e.value)
|
|
235
|
-
t[n] =
|
|
235
|
+
t[n] = Qe(() => ({
|
|
236
236
|
get() {
|
|
237
237
|
return e.value[n];
|
|
238
238
|
},
|
|
@@ -252,28 +252,28 @@ function Xt(e, r = {}) {
|
|
|
252
252
|
}));
|
|
253
253
|
return t;
|
|
254
254
|
}
|
|
255
|
-
function
|
|
256
|
-
W() ?
|
|
255
|
+
function Xt(e, r = !0) {
|
|
256
|
+
W() ? D(e) : r ? e() : Ie(e);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function B(e) {
|
|
259
259
|
var r;
|
|
260
260
|
const t = I(e);
|
|
261
261
|
return (r = t == null ? void 0 : t.$el) != null ? r : t;
|
|
262
262
|
}
|
|
263
|
-
const
|
|
263
|
+
const ue = Le ? window : void 0;
|
|
264
264
|
function de(...e) {
|
|
265
265
|
let r, t, n, l;
|
|
266
|
-
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([t, n, l] = e, r =
|
|
266
|
+
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([t, n, l] = e, r = ue) : [r, t, n, l] = e, !r)
|
|
267
267
|
return Yt;
|
|
268
268
|
Array.isArray(t) || (t = [t]), Array.isArray(n) || (n = [n]);
|
|
269
269
|
const a = [], o = () => {
|
|
270
270
|
a.forEach((u) => u()), a.length = 0;
|
|
271
|
-
}, f = (u, c, i, h) => (u.addEventListener(c, i, h), () => u.removeEventListener(c, i, h)), b =
|
|
272
|
-
() => [
|
|
271
|
+
}, f = (u, c, i, h) => (u.addEventListener(c, i, h), () => u.removeEventListener(c, i, h)), b = le(
|
|
272
|
+
() => [B(r), I(l)],
|
|
273
273
|
([u, c]) => {
|
|
274
274
|
if (o(), !u)
|
|
275
275
|
return;
|
|
276
|
-
const i =
|
|
276
|
+
const i = Ht(c) ? { ...c } : c;
|
|
277
277
|
a.push(
|
|
278
278
|
...t.flatMap((h) => n.map((m) => f(u, h, m, i)))
|
|
279
279
|
);
|
|
@@ -284,17 +284,17 @@ function de(...e) {
|
|
|
284
284
|
};
|
|
285
285
|
return je(s), s;
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function Jt() {
|
|
288
288
|
const e = $(!1);
|
|
289
|
-
return W() &&
|
|
289
|
+
return W() && D(() => {
|
|
290
290
|
e.value = !0;
|
|
291
291
|
}), e;
|
|
292
292
|
}
|
|
293
|
-
function
|
|
294
|
-
const r =
|
|
295
|
-
return
|
|
293
|
+
function Qt(e) {
|
|
294
|
+
const r = Jt();
|
|
295
|
+
return C(() => (r.value, !!e()));
|
|
296
296
|
}
|
|
297
|
-
function
|
|
297
|
+
function Kt(e, r = {}) {
|
|
298
298
|
var t, n;
|
|
299
299
|
const {
|
|
300
300
|
pointerTypes: l,
|
|
@@ -306,54 +306,54 @@ function Qt(e, r = {}) {
|
|
|
306
306
|
onStart: u,
|
|
307
307
|
initialValue: c,
|
|
308
308
|
axis: i = "both",
|
|
309
|
-
draggingElement: h =
|
|
309
|
+
draggingElement: h = ue,
|
|
310
310
|
containerElement: m,
|
|
311
311
|
handle: k = e
|
|
312
|
-
} = r,
|
|
312
|
+
} = r, p = $(
|
|
313
313
|
(t = I(c)) != null ? t : { x: 0, y: 0 }
|
|
314
|
-
), O = $(),
|
|
314
|
+
), O = $(), j = (g) => l ? l.includes(g.pointerType) : !0, y = (g) => {
|
|
315
315
|
I(a) && g.preventDefault(), I(o) && g.stopPropagation();
|
|
316
|
-
},
|
|
317
|
-
var
|
|
318
|
-
if (!
|
|
316
|
+
}, S = (g) => {
|
|
317
|
+
var N;
|
|
318
|
+
if (!j(g) || I(f) && g.target !== I(e))
|
|
319
319
|
return;
|
|
320
|
-
const _ = I(m),
|
|
321
|
-
x: g.clientX - (_ ? L.left -
|
|
322
|
-
y: g.clientY - (_ ? L.top -
|
|
320
|
+
const _ = I(m), E = (N = _ == null ? void 0 : _.getBoundingClientRect) == null ? void 0 : N.call(_), L = I(e).getBoundingClientRect(), T = {
|
|
321
|
+
x: g.clientX - (_ ? L.left - E.left : L.left),
|
|
322
|
+
y: g.clientY - (_ ? L.top - E.top : L.top)
|
|
323
323
|
};
|
|
324
324
|
(u == null ? void 0 : u(T, g)) !== !1 && (O.value = T, y(g));
|
|
325
|
-
},
|
|
326
|
-
var
|
|
327
|
-
if (!
|
|
325
|
+
}, R = (g) => {
|
|
326
|
+
var N;
|
|
327
|
+
if (!j(g) || !O.value)
|
|
328
328
|
return;
|
|
329
|
-
const _ = I(m),
|
|
330
|
-
let { x: T, y:
|
|
331
|
-
(i === "x" || i === "both") && (T = g.clientX - O.value.x, _ && (T = Math.min(Math.max(0, T),
|
|
329
|
+
const _ = I(m), E = (N = _ == null ? void 0 : _.getBoundingClientRect) == null ? void 0 : N.call(_), L = I(e).getBoundingClientRect();
|
|
330
|
+
let { x: T, y: U } = p.value;
|
|
331
|
+
(i === "x" || i === "both") && (T = g.clientX - O.value.x, _ && (T = Math.min(Math.max(0, T), E.width - L.width))), (i === "y" || i === "both") && (U = g.clientY - O.value.y, _ && (U = Math.min(Math.max(0, U), E.height - L.height))), p.value = {
|
|
332
332
|
x: T,
|
|
333
|
-
y:
|
|
334
|
-
}, b == null || b(
|
|
335
|
-
},
|
|
336
|
-
|
|
333
|
+
y: U
|
|
334
|
+
}, b == null || b(p.value, g), y(g);
|
|
335
|
+
}, K = (g) => {
|
|
336
|
+
j(g) && O.value && (O.value = void 0, s == null || s(p.value, g), y(g));
|
|
337
337
|
};
|
|
338
|
-
if (
|
|
338
|
+
if (Le) {
|
|
339
339
|
const g = { capture: (n = r.capture) != null ? n : !0 };
|
|
340
|
-
de(k, "pointerdown",
|
|
340
|
+
de(k, "pointerdown", S, g), de(h, "pointermove", R, g), de(h, "pointerup", K, g);
|
|
341
341
|
}
|
|
342
342
|
return {
|
|
343
|
-
...
|
|
344
|
-
position:
|
|
345
|
-
isDragging:
|
|
346
|
-
style:
|
|
347
|
-
() => `left:${
|
|
343
|
+
...Gt(p),
|
|
344
|
+
position: p,
|
|
345
|
+
isDragging: C(() => !!O.value),
|
|
346
|
+
style: C(
|
|
347
|
+
() => `left:${p.value.x}px;top:${p.value.y}px;`
|
|
348
348
|
)
|
|
349
349
|
};
|
|
350
350
|
}
|
|
351
|
-
function
|
|
352
|
-
const { window: n =
|
|
351
|
+
function Zt(e, r, t = {}) {
|
|
352
|
+
const { window: n = ue, ...l } = t;
|
|
353
353
|
let a;
|
|
354
|
-
const o =
|
|
354
|
+
const o = Qt(() => n && "ResizeObserver" in n), f = () => {
|
|
355
355
|
a && (a.disconnect(), a = void 0);
|
|
356
|
-
}, b =
|
|
356
|
+
}, b = C(() => Array.isArray(e) ? e.map((c) => B(c)) : [B(e)]), s = le(
|
|
357
357
|
b,
|
|
358
358
|
(c) => {
|
|
359
359
|
if (f(), o.value && n) {
|
|
@@ -371,16 +371,16 @@ function en(e, r, t = {}) {
|
|
|
371
371
|
stop: u
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
-
function
|
|
375
|
-
const { window: n =
|
|
374
|
+
function Y(e, r = { width: 0, height: 0 }, t = {}) {
|
|
375
|
+
const { window: n = ue, box: l = "content-box" } = t, a = C(() => {
|
|
376
376
|
var c, i;
|
|
377
|
-
return (i = (c =
|
|
378
|
-
}), o = $(r.width), f = $(r.height), { stop: b } =
|
|
377
|
+
return (i = (c = B(e)) == null ? void 0 : c.namespaceURI) == null ? void 0 : i.includes("svg");
|
|
378
|
+
}), o = $(r.width), f = $(r.height), { stop: b } = Zt(
|
|
379
379
|
e,
|
|
380
380
|
([c]) => {
|
|
381
381
|
const i = l === "border-box" ? c.borderBoxSize : l === "content-box" ? c.contentBoxSize : c.devicePixelContentBoxSize;
|
|
382
382
|
if (n && a.value) {
|
|
383
|
-
const h =
|
|
383
|
+
const h = B(e);
|
|
384
384
|
if (h) {
|
|
385
385
|
const m = n.getComputedStyle(h);
|
|
386
386
|
o.value = Number.parseFloat(m.width), f.value = Number.parseFloat(m.height);
|
|
@@ -393,12 +393,12 @@ function G(e, r = { width: 0, height: 0 }, t = {}) {
|
|
|
393
393
|
},
|
|
394
394
|
t
|
|
395
395
|
);
|
|
396
|
-
|
|
397
|
-
const c =
|
|
396
|
+
Xt(() => {
|
|
397
|
+
const c = B(e);
|
|
398
398
|
c && (o.value = "offsetWidth" in c ? c.offsetWidth : r.width, f.value = "offsetHeight" in c ? c.offsetHeight : r.height);
|
|
399
399
|
});
|
|
400
|
-
const s =
|
|
401
|
-
() =>
|
|
400
|
+
const s = le(
|
|
401
|
+
() => B(e),
|
|
402
402
|
(c) => {
|
|
403
403
|
o.value = c ? r.width : 0, f.value = c ? r.height : 0;
|
|
404
404
|
}
|
|
@@ -412,21 +412,21 @@ function G(e, r = { width: 0, height: 0 }, t = {}) {
|
|
|
412
412
|
stop: u
|
|
413
413
|
};
|
|
414
414
|
}
|
|
415
|
-
const
|
|
415
|
+
const en = (e) => (et("data-v-189513f2"), e = e(), tt(), e), tn = { class: "title text-16px font-bold" }, nn = { class: "action" }, rn = ["form"], ln = {
|
|
416
416
|
key: 2,
|
|
417
417
|
class: "modal-loading"
|
|
418
|
-
},
|
|
418
|
+
}, on = /* @__PURE__ */ en(() => /* @__PURE__ */ w("div", { class: "lds-ring" }, [
|
|
419
419
|
/* @__PURE__ */ w("div"),
|
|
420
420
|
/* @__PURE__ */ w("div"),
|
|
421
421
|
/* @__PURE__ */ w("div"),
|
|
422
422
|
/* @__PURE__ */ w("div")
|
|
423
|
-
], -1)),
|
|
424
|
-
|
|
425
|
-
],
|
|
423
|
+
], -1)), an = [
|
|
424
|
+
on
|
|
425
|
+
], un = {
|
|
426
426
|
name: "ModalContainer",
|
|
427
427
|
inheritAttrs: !0
|
|
428
|
-
},
|
|
429
|
-
...
|
|
428
|
+
}, cn = /* @__PURE__ */ P({
|
|
429
|
+
...un,
|
|
430
430
|
props: {
|
|
431
431
|
id: {},
|
|
432
432
|
form: {},
|
|
@@ -457,34 +457,33 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
457
457
|
emits: ["submit"],
|
|
458
458
|
setup(e, { expose: r, emit: t }) {
|
|
459
459
|
Ue((d) => ({
|
|
460
|
-
|
|
461
|
-
"635715bb": x.value
|
|
460
|
+
b10a2d42: d.zIndex
|
|
462
461
|
}));
|
|
463
|
-
const n = e, l = t, a =
|
|
462
|
+
const n = e, l = t, a = ne(ae), o = $(!1);
|
|
464
463
|
let f = 0, b = 0;
|
|
465
|
-
const s = V(), u = V(), c = V(), i = V(), h = V(), m = V(), { height: k } =
|
|
464
|
+
const s = V(), u = V(), c = V(), i = V(), h = V(), m = V(), { height: k } = Y(s), { height: p } = Y(c, void 0, { box: "border-box" }), { height: O } = Y(i, void 0, { box: "border-box" }), { height: j } = Y(h), { height: y } = Y(m), { x: S, y: R } = Kt(c, {
|
|
466
465
|
initialValue: { x: 0, y: 0 }
|
|
467
466
|
});
|
|
468
|
-
function
|
|
467
|
+
function K() {
|
|
469
468
|
a == null || a.close(n.id);
|
|
470
469
|
}
|
|
471
|
-
function
|
|
470
|
+
function g(d) {
|
|
472
471
|
return typeof d == "number" ? `${d}px` : d;
|
|
473
472
|
}
|
|
474
|
-
const
|
|
473
|
+
const N = C(() => {
|
|
475
474
|
const d = {};
|
|
476
475
|
return n.mode === "dialog" && (d.justifyContent = "center"), n.mode === "drawer" && (d.justifyContent = "flex-end"), d;
|
|
477
|
-
}),
|
|
476
|
+
}), _ = C(() => {
|
|
478
477
|
const d = {};
|
|
479
|
-
return n.size && (d.width =
|
|
480
|
-
}),
|
|
478
|
+
return n.size && (d.width = g(n.sizes[n.size])), n.width && (d.width = g(n.width)), n.maxWidth && (d.maxWidth = g(n.maxWidth)), n.fullscreen && (d.maxWidth = "unset", d.width = "100%", d.position = "fixed", d.top = 0, d.left = 0, d.bottom = 0, d.right = 0, d.borderRadius = 0), n.draggable && !n.fullscreen && n.mode === "dialog" && (d.transform = `translate3d(${S.value - f}px, ${R.value - b}px, 0px)`), n.mode === "drawer" && (d.borderRadius = 0, d.height = "100%"), n.offset && n.mode === "dialog" && (d.marginLeft = `${n.offset.x || 0}px`, d.marginTop = `${n.offset.y || 0}px`), n.backgroundColor && (d.backgroundColor = n.backgroundColor), d;
|
|
479
|
+
}), E = C(() => {
|
|
481
480
|
const d = {};
|
|
482
481
|
return n.draggable && !n.fullscreen && n.mode === "dialog" && (d.cursor = "move"), d;
|
|
483
|
-
}),
|
|
484
|
-
const d = {}, M =
|
|
485
|
-
return n.maxHeight && (d.maxHeight = `${
|
|
482
|
+
}), L = C(() => {
|
|
483
|
+
const d = {}, M = j.value + y.value + p.value + O.value, Se = Math.floor(k.value * (Number(g(n.maxHeight).replace("%", "")) / 100));
|
|
484
|
+
return n.maxHeight && (d.maxHeight = `${Se - M}px`), n.mode === "drawer" && (d.maxHeight = "unset", d.height = `${k.value - M}px`), n.fullscreen && (d.maxHeight = "unset", d.height = `calc(100% - ${M}px)`), n.type !== "component" && (d.padding = "0"), n.bodyStyle && Object.assign(d, n.bodyStyle), d;
|
|
486
485
|
});
|
|
487
|
-
function
|
|
486
|
+
function T() {
|
|
488
487
|
const d = u.value;
|
|
489
488
|
if (n.form && d) {
|
|
490
489
|
const M = d.querySelector(`form[name="${n.form}"]`);
|
|
@@ -492,15 +491,15 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
492
491
|
}
|
|
493
492
|
l("submit");
|
|
494
493
|
}
|
|
495
|
-
function
|
|
494
|
+
function U() {
|
|
496
495
|
a == null || a.close(n.id);
|
|
497
496
|
}
|
|
498
|
-
function
|
|
497
|
+
function ze() {
|
|
499
498
|
window && window.addEventListener("resize", () => {
|
|
500
|
-
|
|
499
|
+
Q(s), Q(u), u.value && (f = u.value.offsetLeft, b = u.value.offsetTop);
|
|
501
500
|
});
|
|
502
501
|
}
|
|
503
|
-
function
|
|
502
|
+
function Pe() {
|
|
504
503
|
if (n.closeable && n.esc) {
|
|
505
504
|
const d = ({ key: M }) => {
|
|
506
505
|
M === "Escape" && (a == null || a.close(n.id), window.removeEventListener("keydown", d));
|
|
@@ -508,12 +507,12 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
508
507
|
window.addEventListener("keydown", d);
|
|
509
508
|
}
|
|
510
509
|
}
|
|
511
|
-
function
|
|
510
|
+
function Re() {
|
|
512
511
|
f = u.value.offsetLeft, b = u.value.offsetTop;
|
|
513
512
|
}
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}),
|
|
513
|
+
D(() => {
|
|
514
|
+
Pe(), ze();
|
|
515
|
+
}), qe(() => {
|
|
517
516
|
});
|
|
518
517
|
function Ne() {
|
|
519
518
|
return o.value = !0, () => we();
|
|
@@ -524,33 +523,33 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
524
523
|
return r({
|
|
525
524
|
showLoading: Ne,
|
|
526
525
|
hideLoading: we
|
|
527
|
-
}), (d, M) => (
|
|
526
|
+
}), (d, M) => (x(), F("div", {
|
|
528
527
|
ref_key: "wrapperRef",
|
|
529
528
|
ref: s,
|
|
530
529
|
class: "modal-wrapper",
|
|
531
|
-
style:
|
|
532
|
-
onClick: M[0] || (M[0] =
|
|
530
|
+
style: z(N.value),
|
|
531
|
+
onClick: M[0] || (M[0] = He((Se) => d.maskClosable && K(), ["self"]))
|
|
533
532
|
}, [
|
|
534
533
|
w("div", {
|
|
535
534
|
ref_key: "contentRef",
|
|
536
535
|
ref: u,
|
|
537
|
-
class:
|
|
538
|
-
style:
|
|
536
|
+
class: re(["modal-content", { [`${d.mode}-mode`]: !0 }]),
|
|
537
|
+
style: z(_.value)
|
|
539
538
|
}, [
|
|
540
|
-
d.header ? (
|
|
539
|
+
d.header ? (x(), F("div", {
|
|
541
540
|
key: 0,
|
|
542
541
|
ref_key: "headerRef",
|
|
543
542
|
ref: c,
|
|
544
543
|
class: "modal-header",
|
|
545
|
-
style:
|
|
546
|
-
onMousedown:
|
|
544
|
+
style: z(E.value),
|
|
545
|
+
onMousedown: Re
|
|
547
546
|
}, [
|
|
548
|
-
w("div",
|
|
549
|
-
w("div",
|
|
550
|
-
d.closeable ? (
|
|
547
|
+
w("div", tn, A(d.title), 1),
|
|
548
|
+
w("div", nn, [
|
|
549
|
+
d.closeable ? (x(), F("div", {
|
|
551
550
|
key: 0,
|
|
552
551
|
class: "i-icon-park-outline:close block cursor-pointer",
|
|
553
|
-
onClick:
|
|
552
|
+
onClick: K
|
|
554
553
|
})) : H("", !0)
|
|
555
554
|
])
|
|
556
555
|
], 36)) : H("", !0),
|
|
@@ -561,16 +560,16 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
561
560
|
}, null, 512),
|
|
562
561
|
w("div", {
|
|
563
562
|
class: "modal-body",
|
|
564
|
-
style:
|
|
563
|
+
style: z(L.value)
|
|
565
564
|
}, [
|
|
566
|
-
(
|
|
565
|
+
(x(), te(_e(d.component), Ye(Ge(d.componentProps)), null, 16))
|
|
567
566
|
], 4),
|
|
568
567
|
w("div", {
|
|
569
568
|
id: "modal-footer-slot",
|
|
570
569
|
ref_key: "footerSlotRef",
|
|
571
570
|
ref: m
|
|
572
571
|
}, null, 512),
|
|
573
|
-
d.footer ? (
|
|
572
|
+
d.footer ? (x(), F("div", {
|
|
574
573
|
key: 1,
|
|
575
574
|
ref_key: "footerRef",
|
|
576
575
|
ref: i,
|
|
@@ -579,16 +578,16 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
579
578
|
w("button", {
|
|
580
579
|
class: "cancel-button",
|
|
581
580
|
type: "button",
|
|
582
|
-
onClick:
|
|
581
|
+
onClick: U
|
|
583
582
|
}, A(d.cancelText), 1),
|
|
584
583
|
w("button", {
|
|
585
584
|
class: "submit-button",
|
|
586
585
|
form: d.form,
|
|
587
586
|
type: "submit",
|
|
588
|
-
onClick:
|
|
589
|
-
}, A(d.submitText), 9,
|
|
587
|
+
onClick: T
|
|
588
|
+
}, A(d.submitText), 9, rn)
|
|
590
589
|
], 512)) : H("", !0),
|
|
591
|
-
o.value ? (
|
|
590
|
+
o.value ? (x(), F("div", ln, an)) : H("", !0)
|
|
592
591
|
], 6)
|
|
593
592
|
], 4));
|
|
594
593
|
}
|
|
@@ -597,7 +596,7 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
597
596
|
for (const [n, l] of r)
|
|
598
597
|
t[n] = l;
|
|
599
598
|
return t;
|
|
600
|
-
},
|
|
599
|
+
}, sn = /* @__PURE__ */ be(cn, [["__scopeId", "data-v-189513f2"]]), dn = { class: "modal-dialog" }, fn = { class: "dialog-body" }, mn = { class: "dialog-title" }, hn = { class: "dialog-content" }, vn = /* @__PURE__ */ P({
|
|
601
600
|
__name: "modal-dialog",
|
|
602
601
|
props: {
|
|
603
602
|
type: {},
|
|
@@ -610,7 +609,7 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
610
609
|
footer: {}
|
|
611
610
|
},
|
|
612
611
|
setup(e) {
|
|
613
|
-
const r = e, t =
|
|
612
|
+
const r = e, t = Te(), n = C(() => r.title ? r.title : {
|
|
614
613
|
confirm: "提示",
|
|
615
614
|
info: "提示",
|
|
616
615
|
warning: "警告",
|
|
@@ -623,22 +622,22 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
623
622
|
async function a() {
|
|
624
623
|
r.onCancel && await r.onCancel(), t.close();
|
|
625
624
|
}
|
|
626
|
-
return (o, f) => (
|
|
627
|
-
w("div",
|
|
628
|
-
w("div",
|
|
629
|
-
w("div",
|
|
625
|
+
return (o, f) => (x(), F("section", dn, [
|
|
626
|
+
w("div", fn, [
|
|
627
|
+
w("div", mn, A(n.value), 1),
|
|
628
|
+
w("div", hn, A(o.content), 1)
|
|
630
629
|
]),
|
|
631
630
|
w("div", {
|
|
632
631
|
class: "dialog-footer space-x-2",
|
|
633
|
-
style:
|
|
632
|
+
style: z(o.type === "confirm" ? { "justify-content": "end" } : { "border-top": "none" })
|
|
634
633
|
}, [
|
|
635
|
-
o.footer ? (
|
|
634
|
+
o.footer ? (x(), te(_e(o.footer), { key: 0 })) : (x(), F(me, { key: 1 }, [
|
|
636
635
|
w("button", {
|
|
637
636
|
class: "submit-button",
|
|
638
637
|
type: "submit",
|
|
639
638
|
onClick: l
|
|
640
639
|
}, A(o.okText), 1),
|
|
641
|
-
o.type === "confirm" ? (
|
|
640
|
+
o.type === "confirm" ? (x(), F("button", {
|
|
642
641
|
key: 0,
|
|
643
642
|
class: "cancel-button",
|
|
644
643
|
type: "button",
|
|
@@ -648,14 +647,14 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
648
647
|
], 4)
|
|
649
648
|
]));
|
|
650
649
|
}
|
|
651
|
-
}),
|
|
650
|
+
}), pn = /* @__PURE__ */ be(vn, [["__scopeId", "data-v-8326e5a5"]]), yn = {
|
|
652
651
|
key: 0,
|
|
653
652
|
class: "modal-teleport"
|
|
654
|
-
},
|
|
653
|
+
}, gn = {
|
|
655
654
|
name: "ModalProvider",
|
|
656
655
|
inheritAttrs: !0
|
|
657
|
-
},
|
|
658
|
-
...
|
|
656
|
+
}, bn = /* @__PURE__ */ P({
|
|
657
|
+
...gn,
|
|
659
658
|
props: {
|
|
660
659
|
appendToBody: { type: [Boolean, String], default: !1 },
|
|
661
660
|
sizes: { default: () => ({
|
|
@@ -670,15 +669,15 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
670
669
|
setup(e, { expose: r }) {
|
|
671
670
|
const t = V([]), n = $(!1), l = W();
|
|
672
671
|
function a(i, h = {}, m = {}) {
|
|
673
|
-
const k =
|
|
674
|
-
() => Promise.resolve(typeof i == "string" ?
|
|
672
|
+
const k = We(
|
|
673
|
+
() => Promise.resolve(typeof i == "string" ? pn : i)
|
|
675
674
|
);
|
|
676
675
|
typeof i == "string" && (h.type = i, m.size = "small", m.fullscreen = !1, m.mode = "dialog", m.footer = !1, m.header = !1);
|
|
677
|
-
const
|
|
678
|
-
zIndex: typeof i == "string" ?
|
|
679
|
-
}, m),
|
|
676
|
+
const p = Math.random().toString(32).slice(2), O = Object.assign({
|
|
677
|
+
zIndex: typeof i == "string" ? 1100 : 1e3
|
|
678
|
+
}, m), j = new Promise((y, S) => {
|
|
680
679
|
t.value.push({
|
|
681
|
-
id:
|
|
680
|
+
id: p,
|
|
682
681
|
component: k,
|
|
683
682
|
props: h || {},
|
|
684
683
|
options: {
|
|
@@ -686,43 +685,43 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
686
685
|
type: typeof i == "string" ? i : "component"
|
|
687
686
|
},
|
|
688
687
|
resolve: y,
|
|
689
|
-
reject:
|
|
688
|
+
reject: S,
|
|
690
689
|
listeners: []
|
|
691
|
-
}),
|
|
690
|
+
}), Q(t);
|
|
692
691
|
}).catch((y) => y === "CANCEL" ? new Promise(() => {
|
|
693
692
|
}) : Promise.reject(y));
|
|
694
|
-
return Object.assign(
|
|
695
|
-
close: () => o(
|
|
693
|
+
return Object.assign(j, {
|
|
694
|
+
close: () => o(p)
|
|
696
695
|
});
|
|
697
696
|
}
|
|
698
697
|
function o(i, h) {
|
|
699
|
-
const m = t.value.findIndex((
|
|
698
|
+
const m = t.value.findIndex((p) => p.id === i);
|
|
700
699
|
if (m < 0)
|
|
701
700
|
return;
|
|
702
701
|
const k = t.value[m];
|
|
703
|
-
h === void 0 ? k == null || k.reject("CANCEL") : k == null || k.resolve(h), t.value.splice(m, 1),
|
|
702
|
+
h === void 0 ? k == null || k.reject("CANCEL") : k == null || k.resolve(h), t.value.splice(m, 1), Q(t);
|
|
704
703
|
}
|
|
705
704
|
function f() {
|
|
706
705
|
!t.value || t.value.length === 0 || (t.value.forEach((i) => {
|
|
707
706
|
i == null || i.reject("CANCEL");
|
|
708
|
-
}), t.value = [],
|
|
707
|
+
}), t.value = [], Q(t));
|
|
709
708
|
}
|
|
710
709
|
function b(i, h) {
|
|
711
|
-
const m = t.value.find((
|
|
710
|
+
const m = t.value.find((p) => p.id === i);
|
|
712
711
|
if (!m)
|
|
713
712
|
return;
|
|
714
|
-
const k = m.listeners.find((
|
|
713
|
+
const k = m.listeners.find((p) => p.event === h);
|
|
715
714
|
k && k.callback({
|
|
716
715
|
open: a,
|
|
717
|
-
close: (
|
|
716
|
+
close: (p) => o(m.id, p),
|
|
718
717
|
closeAll: f,
|
|
719
718
|
showLoading: () => s(m.id),
|
|
720
719
|
hideLoading: () => u(m.id),
|
|
721
|
-
confirm: (
|
|
722
|
-
success: (
|
|
723
|
-
error: (
|
|
724
|
-
warning: (
|
|
725
|
-
info: (
|
|
720
|
+
confirm: (p) => a("confirm", p),
|
|
721
|
+
success: (p) => a("success", p),
|
|
722
|
+
error: (p) => a("error", p),
|
|
723
|
+
warning: (p) => a("warning", p),
|
|
724
|
+
info: (p) => a("info", p)
|
|
726
725
|
});
|
|
727
726
|
}
|
|
728
727
|
function s(i) {
|
|
@@ -740,13 +739,13 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
740
739
|
return h.hideLoading();
|
|
741
740
|
}
|
|
742
741
|
function c(i, h, m) {
|
|
743
|
-
const k = t.value.find((
|
|
742
|
+
const k = t.value.find((p) => p.id === i);
|
|
744
743
|
k && k.listeners.push({
|
|
745
744
|
event: h,
|
|
746
745
|
callback: m
|
|
747
746
|
});
|
|
748
747
|
}
|
|
749
|
-
return fe(
|
|
748
|
+
return fe(ae, {
|
|
750
749
|
open: a,
|
|
751
750
|
close: o,
|
|
752
751
|
closeAll: f,
|
|
@@ -756,18 +755,18 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
756
755
|
open: a,
|
|
757
756
|
close: o,
|
|
758
757
|
closeAll: f
|
|
759
|
-
}),
|
|
758
|
+
}), D(() => {
|
|
760
759
|
n.value = !0;
|
|
761
|
-
}), (i, h) => (
|
|
762
|
-
|
|
763
|
-
n.value ? (
|
|
764
|
-
(
|
|
760
|
+
}), (i, h) => (x(), F(me, null, [
|
|
761
|
+
Ee(i.$slots, "default", {}, void 0, !0),
|
|
762
|
+
n.value ? (x(), F("div", yn, [
|
|
763
|
+
(x(), te(Ve, {
|
|
765
764
|
disabled: !i.appendToBody,
|
|
766
765
|
to: typeof i.appendToBody == "string" ? i.appendToBody : "body"
|
|
767
766
|
}, [
|
|
768
|
-
|
|
767
|
+
v(Ae, { name: "modal-fade" }, {
|
|
769
768
|
default: Be(() => [
|
|
770
|
-
(
|
|
769
|
+
(x(!0), F(me, null, De(t.value, (m) => (x(), te(sn, Oe({
|
|
771
770
|
id: m.id,
|
|
772
771
|
key: m.id,
|
|
773
772
|
ref_for: !0,
|
|
@@ -788,16 +787,16 @@ const tn = (e) => (tt("data-v-8dfa7cd4"), e = e(), nt(), e), nn = { class: "titl
|
|
|
788
787
|
])) : H("", !0)
|
|
789
788
|
], 64));
|
|
790
789
|
}
|
|
791
|
-
}),
|
|
792
|
-
function
|
|
790
|
+
}), kn = /* @__PURE__ */ be(bn, [["__scopeId", "data-v-45a851d0"]]);
|
|
791
|
+
function ee(e, r) {
|
|
793
792
|
var t, n;
|
|
794
793
|
let l = e == null ? void 0 : e.parent;
|
|
795
794
|
for (; l && ((t = l == null ? void 0 : l.type) == null ? void 0 : t.name) !== r; )
|
|
796
795
|
l = l.parent;
|
|
797
796
|
return ((n = l == null ? void 0 : l.type) == null ? void 0 : n.name) === r ? l : null;
|
|
798
797
|
}
|
|
799
|
-
function
|
|
800
|
-
const e =
|
|
798
|
+
function Te() {
|
|
799
|
+
const e = ne(ae), r = W();
|
|
801
800
|
function t(n, l, a) {
|
|
802
801
|
if (!e)
|
|
803
802
|
throw new Error("Not Found Modal Provider Component");
|
|
@@ -809,7 +808,7 @@ function Le() {
|
|
|
809
808
|
var l;
|
|
810
809
|
if (!e)
|
|
811
810
|
throw new Error("Not Found Modal Provider Component");
|
|
812
|
-
const a =
|
|
811
|
+
const a = ee(r, "ModalContainer"), o = (l = a == null ? void 0 : a.props) == null ? void 0 : l.id;
|
|
813
812
|
if (!o)
|
|
814
813
|
throw new Error("Not Found Current Modal Container");
|
|
815
814
|
e.close(o, n);
|
|
@@ -823,7 +822,7 @@ function Le() {
|
|
|
823
822
|
var n;
|
|
824
823
|
if (!e)
|
|
825
824
|
throw new Error("Not Found Modal Provider Component");
|
|
826
|
-
const l =
|
|
825
|
+
const l = ee(r, "ModalContainer");
|
|
827
826
|
if (!((n = l == null ? void 0 : l.props) != null && n.id))
|
|
828
827
|
throw new Error("Not Found Current Modal Container");
|
|
829
828
|
l != null && l.exposed && (l == null || l.exposed.showLoading());
|
|
@@ -832,7 +831,7 @@ function Le() {
|
|
|
832
831
|
var n;
|
|
833
832
|
if (!e)
|
|
834
833
|
throw new Error("Not Found Modal Provider Component");
|
|
835
|
-
const l =
|
|
834
|
+
const l = ee(r, "ModalContainer");
|
|
836
835
|
if (!((n = l == null ? void 0 : l.props) != null && n.id))
|
|
837
836
|
throw new Error("Not Found Current Modal Container");
|
|
838
837
|
l != null && l.exposed && (l == null || l.exposed.hideLoading());
|
|
@@ -854,9 +853,9 @@ function Le() {
|
|
|
854
853
|
}
|
|
855
854
|
};
|
|
856
855
|
}
|
|
857
|
-
function
|
|
856
|
+
function wn(e) {
|
|
858
857
|
var r;
|
|
859
|
-
const t =
|
|
858
|
+
const t = ne(ae), n = W(), l = ee(n, "ModalContainer"), a = (r = l == null ? void 0 : l.props) == null ? void 0 : r.id;
|
|
860
859
|
t && a && t.addEventListener(a, "submit", e);
|
|
861
860
|
}
|
|
862
861
|
const $e = {
|
|
@@ -872,14 +871,14 @@ function Sn(e, r) {
|
|
|
872
871
|
t.value = l;
|
|
873
872
|
}];
|
|
874
873
|
}
|
|
875
|
-
function
|
|
874
|
+
function xn(e) {
|
|
876
875
|
function r(t, n) {
|
|
877
876
|
return e != null && e.disabledDate ? e.disabledDate(t, n) : !1;
|
|
878
877
|
}
|
|
879
878
|
return (t, n) => {
|
|
880
879
|
switch (e == null ? void 0 : e.type) {
|
|
881
880
|
case "week":
|
|
882
|
-
return
|
|
881
|
+
return v(it, {
|
|
883
882
|
modelValue: t[n.key],
|
|
884
883
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
885
884
|
"disabled-date": r,
|
|
@@ -887,7 +886,7 @@ function Cn(e) {
|
|
|
887
886
|
"value-format": e == null ? void 0 : e.valueFormat
|
|
888
887
|
}, null);
|
|
889
888
|
case "month":
|
|
890
|
-
return
|
|
889
|
+
return v(ut, {
|
|
891
890
|
modelValue: t[n.key],
|
|
892
891
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
893
892
|
"disabled-date": r,
|
|
@@ -895,7 +894,7 @@ function Cn(e) {
|
|
|
895
894
|
"value-format": e == null ? void 0 : e.valueFormat
|
|
896
895
|
}, null);
|
|
897
896
|
case "quarter":
|
|
898
|
-
return
|
|
897
|
+
return v(at, {
|
|
899
898
|
modelValue: t[n.key],
|
|
900
899
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
901
900
|
"disabled-date": r,
|
|
@@ -903,7 +902,7 @@ function Cn(e) {
|
|
|
903
902
|
"value-format": e == null ? void 0 : e.valueFormat
|
|
904
903
|
}, null);
|
|
905
904
|
case "year":
|
|
906
|
-
return
|
|
905
|
+
return v(ot, {
|
|
907
906
|
modelValue: t[n.key],
|
|
908
907
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
909
908
|
"disabled-date": r,
|
|
@@ -912,7 +911,7 @@ function Cn(e) {
|
|
|
912
911
|
}, null);
|
|
913
912
|
case "date":
|
|
914
913
|
default:
|
|
915
|
-
return
|
|
914
|
+
return v(lt, {
|
|
916
915
|
"disabled-input": !0,
|
|
917
916
|
modelValue: t[n.key],
|
|
918
917
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
@@ -923,11 +922,11 @@ function Cn(e) {
|
|
|
923
922
|
}
|
|
924
923
|
};
|
|
925
924
|
}
|
|
926
|
-
function
|
|
925
|
+
function Cn(e) {
|
|
927
926
|
return (r, t) => {
|
|
928
927
|
switch (e == null ? void 0 : e.type) {
|
|
929
928
|
case "number":
|
|
930
|
-
return
|
|
929
|
+
return v(st, {
|
|
931
930
|
modelValue: r[t.key],
|
|
932
931
|
"onUpdate:modelValue": (n) => r[t.key] = n,
|
|
933
932
|
hideButton: !0,
|
|
@@ -937,7 +936,7 @@ function $n(e) {
|
|
|
937
936
|
}, null);
|
|
938
937
|
case "string":
|
|
939
938
|
default:
|
|
940
|
-
return
|
|
939
|
+
return v(ct, {
|
|
941
940
|
modelValue: r[t.key],
|
|
942
941
|
"onUpdate:modelValue": (n) => r[t.key] = n,
|
|
943
942
|
placeholder: e == null ? void 0 : e.placeholder,
|
|
@@ -949,20 +948,20 @@ function $n(e) {
|
|
|
949
948
|
}
|
|
950
949
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
951
950
|
function ke(e, r, t) {
|
|
952
|
-
const n =
|
|
951
|
+
const n = le(e, (...l) => (Ie(() => n()), r(...l)), t);
|
|
953
952
|
return n;
|
|
954
953
|
}
|
|
955
|
-
function
|
|
956
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
954
|
+
function $n(e) {
|
|
955
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
957
956
|
}
|
|
958
|
-
const
|
|
959
|
-
function
|
|
957
|
+
const G = /* @__PURE__ */ new WeakMap();
|
|
958
|
+
function Fn() {
|
|
960
959
|
const e = $(/* @__PURE__ */ new Map());
|
|
961
960
|
return [e, (t) => e.value = t];
|
|
962
961
|
}
|
|
963
|
-
function
|
|
962
|
+
function On(e) {
|
|
964
963
|
let r, t = !1;
|
|
965
|
-
const [n, l] =
|
|
964
|
+
const [n, l] = Fn(), a = () => {
|
|
966
965
|
if (!e.autoSumbit || !r)
|
|
967
966
|
return;
|
|
968
967
|
let s = r;
|
|
@@ -973,18 +972,18 @@ function _n(e) {
|
|
|
973
972
|
const c = s();
|
|
974
973
|
c instanceof Promise ? c.then(u) : u(c);
|
|
975
974
|
}, f = async () => {
|
|
976
|
-
const s =
|
|
975
|
+
const s = G.get(e.options);
|
|
977
976
|
switch (typeof s) {
|
|
978
977
|
case "function":
|
|
979
|
-
|
|
978
|
+
G.set(e.options, l);
|
|
980
979
|
return;
|
|
981
980
|
case "object":
|
|
982
981
|
l(s);
|
|
983
982
|
return;
|
|
984
983
|
}
|
|
985
|
-
|
|
986
|
-
const c =
|
|
987
|
-
|
|
984
|
+
G.set(e.options, l), o(e.options, (u) => {
|
|
985
|
+
const c = G.get(e.options);
|
|
986
|
+
G.set(e.options, u), c(u);
|
|
988
987
|
});
|
|
989
988
|
}, b = () => {
|
|
990
989
|
o(e.options, (s) => {
|
|
@@ -996,7 +995,7 @@ function _n(e) {
|
|
|
996
995
|
e.cache !== !1 ? f() : b();
|
|
997
996
|
break;
|
|
998
997
|
}
|
|
999
|
-
case
|
|
998
|
+
case oe(e.options): {
|
|
1000
999
|
ke(e.options, () => {
|
|
1001
1000
|
l(e.options.value);
|
|
1002
1001
|
}, {
|
|
@@ -1009,7 +1008,7 @@ function _n(e) {
|
|
|
1009
1008
|
}
|
|
1010
1009
|
return (s, u) => {
|
|
1011
1010
|
let c;
|
|
1012
|
-
return e.default && !t && (s[u.key] = e.default, t = !0),
|
|
1011
|
+
return e.default && !t && (s[u.key] = e.default, t = !0), v(dt, {
|
|
1013
1012
|
ref: (i) => r = i,
|
|
1014
1013
|
multiple: e.multiple,
|
|
1015
1014
|
modelValue: s[u.key],
|
|
@@ -1019,7 +1018,7 @@ function _n(e) {
|
|
|
1019
1018
|
allowSearch: e.searchable,
|
|
1020
1019
|
maxTagCount: e.maxTagCount ?? 2,
|
|
1021
1020
|
onChange: a
|
|
1022
|
-
},
|
|
1021
|
+
}, $n(c = Array.from(n.value.entries()).map(([i, h]) => v(ft, {
|
|
1023
1022
|
key: i,
|
|
1024
1023
|
value: i,
|
|
1025
1024
|
label: h
|
|
@@ -1028,11 +1027,11 @@ function _n(e) {
|
|
|
1028
1027
|
});
|
|
1029
1028
|
};
|
|
1030
1029
|
}
|
|
1031
|
-
function
|
|
1030
|
+
function _n(e) {
|
|
1032
1031
|
function r() {
|
|
1033
1032
|
e != null && e.autoSumbit;
|
|
1034
1033
|
}
|
|
1035
|
-
return (t, n) => (e != null && e.default && (t[n.key] = e.default),
|
|
1034
|
+
return (t, n) => (e != null && e.default && (t[n.key] = e.default), v(mt, {
|
|
1036
1035
|
modelValue: t[n.key],
|
|
1037
1036
|
"onUpdate:modelValue": (l) => t[n.key] = l,
|
|
1038
1037
|
checkedText: (e == null ? void 0 : e.openLabel) ?? "是",
|
|
@@ -1042,7 +1041,7 @@ function In(e) {
|
|
|
1042
1041
|
onChange: r
|
|
1043
1042
|
}, null));
|
|
1044
1043
|
}
|
|
1045
|
-
function
|
|
1044
|
+
function In(e) {
|
|
1046
1045
|
return (r, t) => {
|
|
1047
1046
|
let n = [];
|
|
1048
1047
|
function l(f) {
|
|
@@ -1057,7 +1056,7 @@ function Mn(e) {
|
|
|
1057
1056
|
function o(f) {
|
|
1058
1057
|
return e != null && e.disabledDate ? e.disabledDate(n, f) : !1;
|
|
1059
1058
|
}
|
|
1060
|
-
return
|
|
1059
|
+
return v("div", null, [v(ht, {
|
|
1061
1060
|
"disabled-input": !0,
|
|
1062
1061
|
style: {
|
|
1063
1062
|
width: "300px"
|
|
@@ -1074,8 +1073,8 @@ function Mn(e) {
|
|
|
1074
1073
|
}, null)]);
|
|
1075
1074
|
};
|
|
1076
1075
|
}
|
|
1077
|
-
function
|
|
1078
|
-
return (r, t) =>
|
|
1076
|
+
function Mn(e) {
|
|
1077
|
+
return (r, t) => v(vt, {
|
|
1079
1078
|
modelValue: r[t.key],
|
|
1080
1079
|
"onUpdate:modelValue": (n) => r[t.key] = n,
|
|
1081
1080
|
placeholder: e == null ? void 0 : e.placeholder,
|
|
@@ -1084,13 +1083,13 @@ function jn(e) {
|
|
|
1084
1083
|
}, null);
|
|
1085
1084
|
}
|
|
1086
1085
|
const X = /* @__PURE__ */ new WeakMap();
|
|
1087
|
-
function
|
|
1086
|
+
function jn() {
|
|
1088
1087
|
const e = $([]);
|
|
1089
1088
|
return [e, (t) => e.value = t];
|
|
1090
1089
|
}
|
|
1091
1090
|
function Ln(e) {
|
|
1092
1091
|
let r, t = !1;
|
|
1093
|
-
const [n, l] =
|
|
1092
|
+
const [n, l] = jn(), a = () => {
|
|
1094
1093
|
if (!e.autoSumbit || !r)
|
|
1095
1094
|
return;
|
|
1096
1095
|
let u = r;
|
|
@@ -1124,7 +1123,7 @@ function Ln(e) {
|
|
|
1124
1123
|
e.cache !== !1 ? f() : b();
|
|
1125
1124
|
break;
|
|
1126
1125
|
}
|
|
1127
|
-
case
|
|
1126
|
+
case oe(e.options): {
|
|
1128
1127
|
ke(e.options, () => {
|
|
1129
1128
|
l(e.options.value);
|
|
1130
1129
|
}, {
|
|
@@ -1140,7 +1139,7 @@ function Ln(e) {
|
|
|
1140
1139
|
const i = ((m = e.fieldNames) == null ? void 0 : m.title) || "title", h = c[i];
|
|
1141
1140
|
return h ? h.toLowerCase().includes(u.toLowerCase()) : !1;
|
|
1142
1141
|
}
|
|
1143
|
-
return (u, c) => (e.default && !t && (u[c.key] = e.default, t = !0),
|
|
1142
|
+
return (u, c) => (e.default && !t && (u[c.key] = e.default, t = !0), v(pt, {
|
|
1144
1143
|
ref: (i) => r = i,
|
|
1145
1144
|
multiple: e.multiple,
|
|
1146
1145
|
modelValue: u[c.key],
|
|
@@ -1158,12 +1157,12 @@ function Ln(e) {
|
|
|
1158
1157
|
...e.slots
|
|
1159
1158
|
}));
|
|
1160
1159
|
}
|
|
1161
|
-
const
|
|
1160
|
+
const J = /* @__PURE__ */ new WeakMap();
|
|
1162
1161
|
function Tn() {
|
|
1163
1162
|
const e = $([]);
|
|
1164
1163
|
return [e, (t) => e.value = t];
|
|
1165
1164
|
}
|
|
1166
|
-
function
|
|
1165
|
+
function zn(e) {
|
|
1167
1166
|
let r, t = !1;
|
|
1168
1167
|
const [n, l] = Tn(), a = () => {
|
|
1169
1168
|
if (!e.autoSumbit || !r)
|
|
@@ -1176,18 +1175,18 @@ function Pn(e) {
|
|
|
1176
1175
|
const c = s();
|
|
1177
1176
|
c instanceof Promise ? c.then(u) : u(c);
|
|
1178
1177
|
}, f = async () => {
|
|
1179
|
-
const s =
|
|
1178
|
+
const s = J.get(e.options);
|
|
1180
1179
|
switch (typeof s) {
|
|
1181
1180
|
case "function":
|
|
1182
|
-
|
|
1181
|
+
J.set(e.options, l);
|
|
1183
1182
|
return;
|
|
1184
1183
|
case "object":
|
|
1185
1184
|
l(s);
|
|
1186
1185
|
return;
|
|
1187
1186
|
}
|
|
1188
|
-
|
|
1189
|
-
const c =
|
|
1190
|
-
|
|
1187
|
+
J.set(e.options, l), o(e.options, (u) => {
|
|
1188
|
+
const c = J.get(e.options);
|
|
1189
|
+
J.set(e.options, u), c(u);
|
|
1191
1190
|
});
|
|
1192
1191
|
}, b = () => {
|
|
1193
1192
|
o(e.options, (s) => {
|
|
@@ -1199,7 +1198,7 @@ function Pn(e) {
|
|
|
1199
1198
|
e.cache !== !1 ? f() : b();
|
|
1200
1199
|
break;
|
|
1201
1200
|
}
|
|
1202
|
-
case
|
|
1201
|
+
case oe(e.options): {
|
|
1203
1202
|
ke(e.options, () => {
|
|
1204
1203
|
l(e.options.value);
|
|
1205
1204
|
}, {
|
|
@@ -1210,7 +1209,7 @@ function Pn(e) {
|
|
|
1210
1209
|
default:
|
|
1211
1210
|
n.value = e.options;
|
|
1212
1211
|
}
|
|
1213
|
-
return (s, u) => (e.default && !t && (s[u.key] = e.default, t = !0),
|
|
1212
|
+
return (s, u) => (e.default && !t && (s[u.key] = e.default, t = !0), v(yt, {
|
|
1214
1213
|
pathMode: e.pathMode,
|
|
1215
1214
|
ref: (c) => r = c,
|
|
1216
1215
|
multiple: e.multiple,
|
|
@@ -1224,41 +1223,41 @@ function Pn(e) {
|
|
|
1224
1223
|
options: n.value
|
|
1225
1224
|
}, null));
|
|
1226
1225
|
}
|
|
1227
|
-
function
|
|
1226
|
+
function Pn(e) {
|
|
1228
1227
|
return (r) => e(r);
|
|
1229
1228
|
}
|
|
1230
|
-
function
|
|
1229
|
+
function Rn() {
|
|
1231
1230
|
return {
|
|
1232
|
-
input:
|
|
1233
|
-
textarea:
|
|
1234
|
-
select:
|
|
1231
|
+
input: Cn,
|
|
1232
|
+
textarea: Mn,
|
|
1233
|
+
select: On,
|
|
1235
1234
|
treeSelect: Ln,
|
|
1236
|
-
date:
|
|
1237
|
-
switch:
|
|
1238
|
-
dateRange:
|
|
1239
|
-
render:
|
|
1240
|
-
cascader:
|
|
1235
|
+
date: xn,
|
|
1236
|
+
switch: _n,
|
|
1237
|
+
dateRange: In,
|
|
1238
|
+
render: Pn,
|
|
1239
|
+
cascader: zn
|
|
1241
1240
|
};
|
|
1242
1241
|
}
|
|
1243
1242
|
function Nn(e, r) {
|
|
1244
1243
|
r.render || (r.render = (n) => n.input());
|
|
1245
1244
|
const t = r.render({
|
|
1246
|
-
...
|
|
1245
|
+
...Rn()
|
|
1247
1246
|
});
|
|
1248
1247
|
return {
|
|
1249
1248
|
default: () => t(e, r)
|
|
1250
1249
|
};
|
|
1251
1250
|
}
|
|
1252
|
-
function
|
|
1253
|
-
return
|
|
1251
|
+
function En(e, r) {
|
|
1252
|
+
return nt(Me, {
|
|
1254
1253
|
field: r.key,
|
|
1255
1254
|
label: r.title
|
|
1256
1255
|
}, Nn(e, r));
|
|
1257
1256
|
}
|
|
1258
|
-
function
|
|
1259
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
1257
|
+
function Vn(e) {
|
|
1258
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
1260
1259
|
}
|
|
1261
|
-
const
|
|
1260
|
+
const An = /* @__PURE__ */ P({
|
|
1262
1261
|
props: {
|
|
1263
1262
|
form: {
|
|
1264
1263
|
type: Object,
|
|
@@ -1266,7 +1265,7 @@ const Dn = /* @__PURE__ */ R({
|
|
|
1266
1265
|
}
|
|
1267
1266
|
},
|
|
1268
1267
|
setup(e) {
|
|
1269
|
-
const r =
|
|
1268
|
+
const r = Te(), t = e.form.map((o) => ({
|
|
1270
1269
|
...o,
|
|
1271
1270
|
collapsed: !1
|
|
1272
1271
|
})), n = Array.from(new Set(t.map((o) => o.group).flat().filter(Boolean))), l = t.reduce((o, f) => ((f.group ? [f.group].flat() : ["默认"]).forEach((b) => {
|
|
@@ -1277,7 +1276,7 @@ const Dn = /* @__PURE__ */ R({
|
|
|
1277
1276
|
form: []
|
|
1278
1277
|
}, o.push(s)), s.form.push(f);
|
|
1279
1278
|
}), o), []).sort((o, f) => o.group === "默认" ? -1 : f.group === "默认" ? 1 : o.group > f.group ? -1 : 1), a = $("默认");
|
|
1280
|
-
return
|
|
1279
|
+
return wn(() => {
|
|
1281
1280
|
const o = l.find((f) => f.group === a.value);
|
|
1282
1281
|
if (o && o.instance) {
|
|
1283
1282
|
const f = o.instance.formSource;
|
|
@@ -1296,14 +1295,14 @@ const Dn = /* @__PURE__ */ R({
|
|
|
1296
1295
|
const e = this.groupForms.find((r) => r.group === this.activeTab);
|
|
1297
1296
|
if (this.groups.length) {
|
|
1298
1297
|
let r;
|
|
1299
|
-
return
|
|
1298
|
+
return v(gt, {
|
|
1300
1299
|
"active-key": this.activeTab,
|
|
1301
1300
|
"onUpdate:active-key": (t) => this.activeTab = t
|
|
1302
|
-
},
|
|
1301
|
+
}, Vn(r = this.groupForms.map((t) => v(bt, {
|
|
1303
1302
|
title: t.group,
|
|
1304
1303
|
key: t.group
|
|
1305
1304
|
}, {
|
|
1306
|
-
default: () => [
|
|
1305
|
+
default: () => [v(he, {
|
|
1307
1306
|
form: t.form,
|
|
1308
1307
|
ref: (n) => t.instance = n
|
|
1309
1308
|
}, null)]
|
|
@@ -1311,16 +1310,16 @@ const Dn = /* @__PURE__ */ R({
|
|
|
1311
1310
|
default: () => [r]
|
|
1312
1311
|
});
|
|
1313
1312
|
} else
|
|
1314
|
-
return
|
|
1313
|
+
return v(he, {
|
|
1315
1314
|
form: this.formItems,
|
|
1316
1315
|
ref: (r) => e.instance = r
|
|
1317
1316
|
}, null);
|
|
1318
1317
|
}
|
|
1319
1318
|
});
|
|
1320
1319
|
function Fe(e) {
|
|
1321
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
1320
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
1322
1321
|
}
|
|
1323
|
-
const he = /* @__PURE__ */
|
|
1322
|
+
const he = /* @__PURE__ */ P({
|
|
1324
1323
|
props: {
|
|
1325
1324
|
form: {
|
|
1326
1325
|
type: Object,
|
|
@@ -1388,26 +1387,26 @@ const he = /* @__PURE__ */ R({
|
|
|
1388
1387
|
fe($e.id, e.id), fe($e.source, n);
|
|
1389
1388
|
const s = () => {
|
|
1390
1389
|
r("submit", n), r("update:model-value", n);
|
|
1391
|
-
}, u =
|
|
1390
|
+
}, u = C(() => {
|
|
1392
1391
|
if (!a.value)
|
|
1393
1392
|
return 1;
|
|
1394
|
-
const y = e.form.reduce((
|
|
1393
|
+
const y = e.form.reduce((S, R) => S + ((R == null ? void 0 : R.span) || 1), 0);
|
|
1395
1394
|
return a.value - y % a.value;
|
|
1396
|
-
}), c =
|
|
1395
|
+
}), c = C(() => e.form.reduce((y, S) => (S.rule && (y[S.key] = S.rule), y), {}));
|
|
1397
1396
|
function i() {
|
|
1398
|
-
var
|
|
1397
|
+
var S;
|
|
1399
1398
|
if (e.columns)
|
|
1400
1399
|
return;
|
|
1401
|
-
const y = (
|
|
1400
|
+
const y = (S = t.value) == null ? void 0 : S.$el;
|
|
1402
1401
|
y && (a.value = Math.floor(y.offsetWidth / e.minWidth));
|
|
1403
1402
|
}
|
|
1404
1403
|
function h() {
|
|
1405
|
-
var
|
|
1406
|
-
const y = (
|
|
1404
|
+
var S;
|
|
1405
|
+
const y = (S = t.value) == null ? void 0 : S.$el;
|
|
1407
1406
|
y && (y.id = e.id);
|
|
1408
1407
|
}
|
|
1409
1408
|
function m() {
|
|
1410
|
-
f.value.open(
|
|
1409
|
+
f.value.open(An, {
|
|
1411
1410
|
form: e.form
|
|
1412
1411
|
}, {
|
|
1413
1412
|
title: "高级搜索",
|
|
@@ -1417,7 +1416,7 @@ const he = /* @__PURE__ */ R({
|
|
|
1417
1416
|
y && (k(y), s());
|
|
1418
1417
|
});
|
|
1419
1418
|
}
|
|
1420
|
-
|
|
1419
|
+
D(() => {
|
|
1421
1420
|
i(), h();
|
|
1422
1421
|
});
|
|
1423
1422
|
function k(y) {
|
|
@@ -1426,8 +1425,8 @@ const he = /* @__PURE__ */ R({
|
|
|
1426
1425
|
...y || {}
|
|
1427
1426
|
});
|
|
1428
1427
|
}
|
|
1429
|
-
function
|
|
1430
|
-
n.value[y] =
|
|
1428
|
+
function p(y, S) {
|
|
1429
|
+
n.value[y] = S, k({
|
|
1431
1430
|
...n.value
|
|
1432
1431
|
});
|
|
1433
1432
|
}
|
|
@@ -1435,11 +1434,11 @@ const he = /* @__PURE__ */ R({
|
|
|
1435
1434
|
var y;
|
|
1436
1435
|
(y = t.value) == null || y.resetFields();
|
|
1437
1436
|
}
|
|
1438
|
-
function
|
|
1437
|
+
function j() {
|
|
1439
1438
|
var y;
|
|
1440
1439
|
return (y = t.value) == null ? void 0 : y.validate();
|
|
1441
1440
|
}
|
|
1442
|
-
return
|
|
1441
|
+
return D(() => {
|
|
1443
1442
|
window && window.addEventListener("resize", i);
|
|
1444
1443
|
}), {
|
|
1445
1444
|
formSource: n,
|
|
@@ -1449,10 +1448,10 @@ const he = /* @__PURE__ */ R({
|
|
|
1449
1448
|
formCollspased: o,
|
|
1450
1449
|
formActiosSpan: u,
|
|
1451
1450
|
toggleFormCollapsed: b,
|
|
1452
|
-
updateFormField:
|
|
1451
|
+
updateFormField: p,
|
|
1453
1452
|
updateFormSource: k,
|
|
1454
1453
|
reset: O,
|
|
1455
|
-
validate:
|
|
1454
|
+
validate: j,
|
|
1456
1455
|
onSubmitSuccess: s,
|
|
1457
1456
|
openCollapsedDialog: m,
|
|
1458
1457
|
modalInstance: f
|
|
@@ -1465,45 +1464,45 @@ const he = /* @__PURE__ */ R({
|
|
|
1465
1464
|
} : {
|
|
1466
1465
|
span: this.formActiosSpan
|
|
1467
1466
|
};
|
|
1468
|
-
if (this.searchable && (t.push(
|
|
1467
|
+
if (this.searchable && (t.push(v(q, {
|
|
1469
1468
|
type: "primary",
|
|
1470
1469
|
htmlType: "submit"
|
|
1471
1470
|
}, {
|
|
1472
|
-
default: () => [
|
|
1473
|
-
})), t.push(
|
|
1471
|
+
default: () => [Z("搜索")]
|
|
1472
|
+
})), t.push(v(q, {
|
|
1474
1473
|
type: "secondary",
|
|
1475
1474
|
onClick: () => {
|
|
1476
1475
|
var l;
|
|
1477
1476
|
return (l = this.formInstance) == null ? void 0 : l.resetFields();
|
|
1478
1477
|
}
|
|
1479
1478
|
}, {
|
|
1480
|
-
default: () => [
|
|
1481
|
-
}))), this.submitable && (t.push(
|
|
1479
|
+
default: () => [Z("重置")]
|
|
1480
|
+
}))), this.submitable && (t.push(v(q, {
|
|
1482
1481
|
type: "primary",
|
|
1483
1482
|
htmlType: "submit"
|
|
1484
1483
|
}, {
|
|
1485
|
-
default: () => [
|
|
1486
|
-
})), t.push(
|
|
1484
|
+
default: () => [Z("提交")]
|
|
1485
|
+
})), t.push(v(q, {
|
|
1487
1486
|
type: "secondary",
|
|
1488
1487
|
onClick: () => this.$emit("cancel")
|
|
1489
1488
|
}, {
|
|
1490
|
-
default: () => [
|
|
1491
|
-
}))), this.form.some((l) => !!l.collapsed) && (this.collapsedMode === "append" && t.push(
|
|
1489
|
+
default: () => [Z("取消")]
|
|
1490
|
+
}))), this.form.some((l) => !!l.collapsed) && (this.collapsedMode === "append" && t.push(v(q, {
|
|
1492
1491
|
onClick: this.toggleFormCollapsed
|
|
1493
1492
|
}, {
|
|
1494
1493
|
default: () => this.formCollspased ? "展开" : "收起",
|
|
1495
|
-
icon: () => this.formCollspased ?
|
|
1496
|
-
})), this.collapsedMode === "dialog" && t.push(
|
|
1494
|
+
icon: () => this.formCollspased ? v(Lt, null, null) : v(Et, null, null)
|
|
1495
|
+
})), this.collapsedMode === "dialog" && t.push(v(q, {
|
|
1497
1496
|
onClick: this.openCollapsedDialog
|
|
1498
1497
|
}, {
|
|
1499
1498
|
default: () => "高级搜索",
|
|
1500
|
-
icon: () =>
|
|
1499
|
+
icon: () => v(Ut, null, null)
|
|
1501
1500
|
}))), this.$slots.actions && t.push(...this.$slots.actions()), t.length)
|
|
1502
|
-
return
|
|
1503
|
-
default: () => [
|
|
1501
|
+
return v(xe, n, {
|
|
1502
|
+
default: () => [v(Me, {
|
|
1504
1503
|
contentClass: this.footer ? "form-footer" : ""
|
|
1505
1504
|
}, {
|
|
1506
|
-
default: () => [
|
|
1505
|
+
default: () => [v(St, null, Fe(t) ? t : {
|
|
1507
1506
|
default: () => [t]
|
|
1508
1507
|
})]
|
|
1509
1508
|
})]
|
|
@@ -1518,12 +1517,12 @@ const he = /* @__PURE__ */ R({
|
|
|
1518
1517
|
return !0;
|
|
1519
1518
|
}
|
|
1520
1519
|
});
|
|
1521
|
-
return
|
|
1520
|
+
return v("div", {
|
|
1522
1521
|
class: "form-render"
|
|
1523
|
-
}, [
|
|
1522
|
+
}, [v(kn, {
|
|
1524
1523
|
ref: (t) => this.modalInstance = t
|
|
1525
1524
|
}, {
|
|
1526
|
-
default: () => [
|
|
1525
|
+
default: () => [v(kt, Oe({
|
|
1527
1526
|
name: this.name
|
|
1528
1527
|
}, {
|
|
1529
1528
|
labelAlign: "right",
|
|
@@ -1534,16 +1533,16 @@ const he = /* @__PURE__ */ R({
|
|
|
1534
1533
|
ref: (t) => this.formInstance = t,
|
|
1535
1534
|
model: this.formSource
|
|
1536
1535
|
}), {
|
|
1537
|
-
default: () => [
|
|
1536
|
+
default: () => [v(wt, {
|
|
1538
1537
|
cols: this.formColumns,
|
|
1539
1538
|
"col-gap": 24,
|
|
1540
1539
|
"rol-gap": 10
|
|
1541
1540
|
}, {
|
|
1542
1541
|
default: () => [r.filter(() => this.formColumns !== 0).map((t) => {
|
|
1543
1542
|
let n;
|
|
1544
|
-
return
|
|
1543
|
+
return v(xe, {
|
|
1545
1544
|
span: t.span
|
|
1546
|
-
}, Fe(n =
|
|
1545
|
+
}, Fe(n = En(this.formSource, t)) ? n : {
|
|
1547
1546
|
default: () => [n]
|
|
1548
1547
|
});
|
|
1549
1548
|
}), e()]
|
|
@@ -1555,24 +1554,24 @@ const he = /* @__PURE__ */ R({
|
|
|
1555
1554
|
function Un(e) {
|
|
1556
1555
|
return e;
|
|
1557
1556
|
}
|
|
1558
|
-
function
|
|
1557
|
+
function qn(e) {
|
|
1559
1558
|
const r = W(), t = $();
|
|
1560
1559
|
function n() {
|
|
1561
1560
|
var a, o;
|
|
1562
1561
|
const l = (o = (a = r == null ? void 0 : r.proxy) == null ? void 0 : a.$refs) == null ? void 0 : o[e];
|
|
1563
1562
|
l && (t.value = l);
|
|
1564
1563
|
}
|
|
1565
|
-
return
|
|
1564
|
+
return D(n), rt(n), t;
|
|
1566
1565
|
}
|
|
1567
|
-
const
|
|
1566
|
+
const Hn = {
|
|
1568
1567
|
install(e, r) {
|
|
1569
1568
|
e.component("FormRender", he);
|
|
1570
1569
|
}
|
|
1571
1570
|
};
|
|
1572
1571
|
export {
|
|
1573
1572
|
he as FormRender,
|
|
1574
|
-
|
|
1575
|
-
|
|
1573
|
+
Xn as FormRenderResolver,
|
|
1574
|
+
Hn as default,
|
|
1576
1575
|
Un as defineForm,
|
|
1577
|
-
|
|
1576
|
+
qn as useForm
|
|
1578
1577
|
};
|