@a2simcode/ui 0.0.211 → 0.0.212
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/simcode-ui.es.js +329 -329
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Fragment as Ee, computed as O, createBlock as F, createCommentVNode as ee, createElementBlock as L, createElementVNode as B, createSlots as Nn, createTextVNode as Fn, createVNode as X, defineComponent as me, getCurrentInstance as fc, guardReactiveProps as jo, h as bi, inject as xd, mergeModels as To, mergeProps as
|
|
1
|
+
import { Fragment as Ee, computed as O, createBlock as F, createCommentVNode as ee, createElementBlock as L, createElementVNode as B, createSlots as Nn, createTextVNode as Fn, createVNode as X, defineComponent as me, getCurrentInstance as fc, guardReactiveProps as jo, h as bi, inject as xd, mergeModels as To, mergeProps as Ne, nextTick as Ot, normalizeClass as Ve, normalizeProps as aa, normalizeStyle as le, onBeforeUnmount as Po, onMounted as Mt, onUnmounted as Bo, openBlock as k, provide as Cd, reactive as oa, ref as I, render as wi, renderList as Oe, renderSlot as Ge, resolveComponent as $, resolveDirective as Ho, resolveDynamicComponent as Ma, shallowRef as Hi, toDisplayString as Se, unref as Y, useModel as Ao, useSlots as Sd, useTemplateRef as Ea, vShow as hr, watch as nt, watchEffect as hc, withCtx as K, withDirectives as ia, withKeys as pr, withModifiers as qt } from "vue";
|
|
2
2
|
import { Icon as Pl, getIcon as Ra } from "@iconify/vue";
|
|
3
3
|
import qa from "dayjs";
|
|
4
4
|
import kd from "sortablejs";
|
|
@@ -29,8 +29,8 @@ import rf from "async-validator";
|
|
|
29
29
|
import { createEditor as lf, createToolbar as sf } from "@wangeditor/editor";
|
|
30
30
|
import pc from "diagram-js";
|
|
31
31
|
import { assignStyle as Oi, attr as Sn, classes as an, clear as gc, closest as Lr, delegate as ea, domify as rn, event as rt, matches as cf, query as Xt, queryAll as gr, remove as vr } from "min-dom";
|
|
32
|
-
import { assign as
|
|
33
|
-
import { append as qe, attr as
|
|
32
|
+
import { assign as Fe, bind as zr, debounce as uf, every as Dr, filter as fn, find as Pn, flatten as df, forEach as pe, groupBy as $r, has as vc, isArray as st, isDefined as Cn, isFunction as Bn, isNil as Hl, isNumber as Ht, isObject as hn, isString as yr, isUndefined as ff, map as Oo, matchPattern as _i, omit as hf, pick as xi, reduce as mr, size as pf, some as gf, sortBy as Mo, uniqueBy as vf, values as Fr, without as yf } from "min-dash";
|
|
33
|
+
import { append as qe, attr as $e, classes as ht, clear as Vr, clone as yc, create as Je, createTransform as Co, remove as dn, transform as Nr } from "tiny-svg";
|
|
34
34
|
import ja from "inherits";
|
|
35
35
|
import mf from "diagram-js-direct-editing";
|
|
36
36
|
var bf = Object.create, mc = Object.defineProperty, wf = Object.getOwnPropertyDescriptor, _f = Object.getOwnPropertyNames, xf = Object.getPrototypeOf, Cf = Object.prototype.hasOwnProperty, on = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), Sf = (e, t, n, a) => {
|
|
@@ -85,10 +85,10 @@ var en = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Array
|
|
|
85
85
|
color: t.color,
|
|
86
86
|
icon: n.value
|
|
87
87
|
}));
|
|
88
|
-
return (o, i) => e.isDiv ? (k(), L("div",
|
|
88
|
+
return (o, i) => e.isDiv ? (k(), L("div", Ne({ key: 0 }, o.$attrs, {
|
|
89
89
|
class: "j-icon jicon",
|
|
90
90
|
style: { height: `${e.size}px` }
|
|
91
|
-
}), [X(Y(Pl),
|
|
91
|
+
}), [X(Y(Pl), Ne(a.value, {
|
|
92
92
|
height: `${e.size}px`,
|
|
93
93
|
width: `${e.size}px`,
|
|
94
94
|
mode: "svg",
|
|
@@ -97,7 +97,7 @@ var en = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Array
|
|
|
97
97
|
"height",
|
|
98
98
|
"width",
|
|
99
99
|
"style"
|
|
100
|
-
])], 16)) : (k(), L("span",
|
|
100
|
+
])], 16)) : (k(), L("span", Ne({ key: 1 }, o.$attrs, { class: "jicon" }), [X(Y(Pl), Ne(a.value, {
|
|
101
101
|
height: `${e.size}px`,
|
|
102
102
|
width: `${e.size}px`,
|
|
103
103
|
mode: "svg",
|
|
@@ -188,7 +188,7 @@ var en = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Array
|
|
|
188
188
|
ref_key: "buttonNodeRef",
|
|
189
189
|
ref: r,
|
|
190
190
|
type: "button",
|
|
191
|
-
class:
|
|
191
|
+
class: Ve(["j-button", {
|
|
192
192
|
"j-button-primary": e.type == "primary",
|
|
193
193
|
"j-button-success": e.type == "success",
|
|
194
194
|
"j-button-default": e.type == "default",
|
|
@@ -1427,18 +1427,18 @@ var Jf = /* @__PURE__ */ on(((e, t) => {
|
|
|
1427
1427
|
]);
|
|
1428
1428
|
},
|
|
1429
1429
|
_doProcessBlock: function(h, p) {
|
|
1430
|
-
for (var v = this._hash.words, b = v[0], x = v[1], m = v[2], g = v[3], w = v[4], C = v[5], y = v[6], _ = v[7], S = b.high, R = b.low, T = x.high, A = x.low, P = m.high, z = m.low, H = g.high, j = g.low, E = w.high, V = w.low, q = C.high, ce = C.low, we = y.high, U = y.low, G = _.high, Q = _.low, M = S, ue = R, Be = T, fe = A, Ie = P,
|
|
1430
|
+
for (var v = this._hash.words, b = v[0], x = v[1], m = v[2], g = v[3], w = v[4], C = v[5], y = v[6], _ = v[7], S = b.high, R = b.low, T = x.high, A = x.low, P = m.high, z = m.low, H = g.high, j = g.low, E = w.high, V = w.low, q = C.high, ce = C.low, we = y.high, U = y.low, G = _.high, Q = _.low, M = S, ue = R, Be = T, fe = A, Ie = P, We = z, Ke = H, ae = j, _e = E, Te = V, It = q, xt = ce, Xe = we, Jt = U, sn = G, Gt = Q, gt = 0; gt < 80; gt++) {
|
|
1431
1431
|
var Et, ct, cn = f[gt];
|
|
1432
1432
|
if (gt < 16)
|
|
1433
1433
|
ct = cn.high = h[p + gt * 2] | 0, Et = cn.low = h[p + gt * 2 + 1] | 0;
|
|
1434
1434
|
else {
|
|
1435
|
-
var vn = f[gt - 15], Zt = vn.high, zt = vn.low, yn = (Zt >>> 1 | zt << 31) ^ (Zt >>> 8 | zt << 24) ^ Zt >>> 7, zn = (zt >>> 1 | Zt << 31) ^ (zt >>> 8 | Zt << 24) ^ (zt >>> 7 | Zt << 25), Kn = f[gt - 2], Qt = Kn.high, Bt = Kn.low, ba = (Qt >>> 19 | Bt << 13) ^ (Qt << 3 | Bt >>> 29) ^ Qt >>> 6, J = (Bt >>> 19 | Qt << 13) ^ (Bt << 3 | Qt >>> 29) ^ (Bt >>> 6 | Qt << 26), de = f[gt - 7], ne = de.high, ie = de.low, ge = f[gt - 16], Ae = ge.high,
|
|
1436
|
-
Et = zn + ie, ct = yn + ne + (Et >>> 0 < zn >>> 0 ? 1 : 0), Et = Et + J, ct = ct + ba + (Et >>> 0 < J >>> 0 ? 1 : 0), Et = Et +
|
|
1435
|
+
var vn = f[gt - 15], Zt = vn.high, zt = vn.low, yn = (Zt >>> 1 | zt << 31) ^ (Zt >>> 8 | zt << 24) ^ Zt >>> 7, zn = (zt >>> 1 | Zt << 31) ^ (zt >>> 8 | Zt << 24) ^ (zt >>> 7 | Zt << 25), Kn = f[gt - 2], Qt = Kn.high, Bt = Kn.low, ba = (Qt >>> 19 | Bt << 13) ^ (Qt << 3 | Bt >>> 29) ^ Qt >>> 6, J = (Bt >>> 19 | Qt << 13) ^ (Bt << 3 | Qt >>> 29) ^ (Bt >>> 6 | Qt << 26), de = f[gt - 7], ne = de.high, ie = de.low, ge = f[gt - 16], Ae = ge.high, Le = ge.low;
|
|
1436
|
+
Et = zn + ie, ct = yn + ne + (Et >>> 0 < zn >>> 0 ? 1 : 0), Et = Et + J, ct = ct + ba + (Et >>> 0 < J >>> 0 ? 1 : 0), Et = Et + Le, ct = ct + Ae + (Et >>> 0 < Le >>> 0 ? 1 : 0), cn.high = ct, cn.low = Et;
|
|
1437
1437
|
}
|
|
1438
|
-
var ot = _e &
|
|
1439
|
-
sn = Xe, Gt = Jt, Xe =
|
|
1438
|
+
var ot = _e & It ^ ~_e & Xe, se = Te & xt ^ ~Te & Jt, he = M & Be ^ M & Ie ^ Be & Ie, ut = ue & fe ^ ue & We ^ fe & We, Ct = (M >>> 28 | ue << 4) ^ (M << 30 | ue >>> 2) ^ (M << 25 | ue >>> 7), Ce = (ue >>> 28 | M << 4) ^ (ue << 30 | M >>> 2) ^ (ue << 25 | M >>> 7), St = (_e >>> 14 | Te << 18) ^ (_e >>> 18 | Te << 14) ^ (_e << 23 | Te >>> 9), Vt = (Te >>> 14 | _e << 18) ^ (Te >>> 18 | _e << 14) ^ (Te << 23 | _e >>> 9), bt = d[gt], Wt = bt.high, Dn = bt.low, vt = Gt + Vt, ze = sn + St + (vt >>> 0 < Gt >>> 0 ? 1 : 0), vt = vt + se, ze = ze + ot + (vt >>> 0 < se >>> 0 ? 1 : 0), vt = vt + Dn, ze = ze + Wt + (vt >>> 0 < Dn >>> 0 ? 1 : 0), vt = vt + Et, ze = ze + ct + (vt >>> 0 < Et >>> 0 ? 1 : 0), Rn = Ce + ut, Dt = Ct + he + (Rn >>> 0 < Ce >>> 0 ? 1 : 0);
|
|
1439
|
+
sn = Xe, Gt = Jt, Xe = It, Jt = xt, It = _e, xt = Te, Te = ae + vt | 0, _e = Ke + ze + (Te >>> 0 < ae >>> 0 ? 1 : 0) | 0, Ke = Ie, ae = We, Ie = Be, We = fe, Be = M, fe = ue, ue = vt + Rn | 0, M = ze + Dt + (ue >>> 0 < vt >>> 0 ? 1 : 0) | 0;
|
|
1440
1440
|
}
|
|
1441
|
-
R = b.low = R + ue, b.high = S + M + (R >>> 0 < ue >>> 0 ? 1 : 0), A = x.low = A + fe, x.high = T + Be + (A >>> 0 < fe >>> 0 ? 1 : 0), z = m.low = z +
|
|
1441
|
+
R = b.low = R + ue, b.high = S + M + (R >>> 0 < ue >>> 0 ? 1 : 0), A = x.low = A + fe, x.high = T + Be + (A >>> 0 < fe >>> 0 ? 1 : 0), z = m.low = z + We, m.high = P + Ie + (z >>> 0 < We >>> 0 ? 1 : 0), j = g.low = j + ae, g.high = H + Ke + (j >>> 0 < ae >>> 0 ? 1 : 0), V = w.low = V + Te, w.high = E + _e + (V >>> 0 < Te >>> 0 ? 1 : 0), ce = C.low = ce + xt, C.high = q + It + (ce >>> 0 < xt >>> 0 ? 1 : 0), U = y.low = U + Jt, y.high = we + Xe + (U >>> 0 < Jt >>> 0 ? 1 : 0), Q = _.low = Q + Gt, _.high = G + sn + (Q >>> 0 < Gt >>> 0 ? 1 : 0);
|
|
1442
1442
|
},
|
|
1443
1443
|
_doFinalize: function() {
|
|
1444
1444
|
var h = this._data, p = h.words, v = this._nDataBytes * 8, b = h.sigBytes * 8;
|
|
@@ -1541,7 +1541,7 @@ var Jf = /* @__PURE__ */ on(((e, t) => {
|
|
|
1541
1541
|
}, G1 = (e, t) => Tc(e, t).toString(Si);
|
|
1542
1542
|
function ph(e, t) {
|
|
1543
1543
|
function n() {
|
|
1544
|
-
|
|
1544
|
+
Ot(() => {
|
|
1545
1545
|
e = Y(e), e && kd.create(e, {
|
|
1546
1546
|
animation: 100,
|
|
1547
1547
|
delay: 400,
|
|
@@ -1734,7 +1734,7 @@ var kh = /* @__PURE__ */ me({
|
|
|
1734
1734
|
}, 100);
|
|
1735
1735
|
}
|
|
1736
1736
|
}, R = (z) => {
|
|
1737
|
-
u.value = z?.name, a.value = z?.width || 600, o.value = z?.height || 400, i.value = z?.hasBtns !== !1, r.value = z?.hasSaveBtn !== !1, l.value = z?.hasHeader !== !1, z?.destroyOnClose !== !1 && (d.value = !0), h.value = z?.config || {}, c.value = z?.btnText || "保存", w = z?.afterOk || null, C = z?.afterClose || null, y = z?.afterCancel || null, n.value.open(z.title, z.type, z.subtitle),
|
|
1737
|
+
u.value = z?.name, a.value = z?.width || 600, o.value = z?.height || 400, i.value = z?.hasBtns !== !1, r.value = z?.hasSaveBtn !== !1, l.value = z?.hasHeader !== !1, z?.destroyOnClose !== !1 && (d.value = !0), h.value = z?.config || {}, c.value = z?.btnText || "保存", w = z?.afterOk || null, C = z?.afterClose || null, y = z?.afterCancel || null, n.value.open(z.title, z.type, z.subtitle), Ot(async () => {
|
|
1738
1738
|
n.value.showLoading("加载中"), await S(z.param || {});
|
|
1739
1739
|
});
|
|
1740
1740
|
}, T = async () => {
|
|
@@ -1769,7 +1769,7 @@ var kh = /* @__PURE__ */ me({
|
|
|
1769
1769
|
onClosed: A,
|
|
1770
1770
|
onCancel: P
|
|
1771
1771
|
}, {
|
|
1772
|
-
default: K(() => [(k(), F(Ma(u.value),
|
|
1772
|
+
default: K(() => [(k(), F(Ma(u.value), Ne({
|
|
1773
1773
|
ref_key: "componentRef",
|
|
1774
1774
|
ref: f
|
|
1775
1775
|
}, h.value), null, 16))]),
|
|
@@ -1831,12 +1831,12 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
1831
1831
|
return (i, r) => {
|
|
1832
1832
|
const l = $("j-button"), c = $("el-space"), s = $("el-dropdown"), d = $("j-upload");
|
|
1833
1833
|
return k(), F(c, { size: e.isLink ? 0 : 8 }, {
|
|
1834
|
-
default: K(() => [(k(!0), L(Ee, null, Oe(n.value, (f, u) => (k(), L("div",
|
|
1834
|
+
default: K(() => [(k(!0), L(Ee, null, Oe(n.value, (f, u) => (k(), L("div", Ne({ key: u }, { ref_for: !0 }, i.$attrs), [(k(!0), L(Ee, null, Oe(f, (h, p) => (k(), L(Ee, { key: p }, [h.children?.length && h.children?.length > 0 ? (k(), F(s, { key: 0 }, {
|
|
1835
1835
|
dropdown: K(() => [X(c, {
|
|
1836
1836
|
direction: "vertical",
|
|
1837
1837
|
fill: !0
|
|
1838
1838
|
}, {
|
|
1839
|
-
default: K(() => [(k(!0), L(Ee, null, Oe(h.children || [], (v) => (k(), F(l,
|
|
1839
|
+
default: K(() => [(k(!0), L(Ee, null, Oe(h.children || [], (v) => (k(), F(l, Ne({ key: v.id }, { ref_for: !0 }, v.config, {
|
|
1840
1840
|
block: "",
|
|
1841
1841
|
type: "text",
|
|
1842
1842
|
label: v.label,
|
|
@@ -1853,7 +1853,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
1853
1853
|
]))), 128))]),
|
|
1854
1854
|
_: 2
|
|
1855
1855
|
}, 1024)]),
|
|
1856
|
-
default: K(() => [X(l,
|
|
1856
|
+
default: K(() => [X(l, Ne({ ref_for: !0 }, h.config, {
|
|
1857
1857
|
label: h.label,
|
|
1858
1858
|
size: e.size,
|
|
1859
1859
|
type: e.isLink ? "link" : h.config?.type,
|
|
@@ -1887,7 +1887,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
1887
1887
|
"accept",
|
|
1888
1888
|
"upload-callback",
|
|
1889
1889
|
"onSuccess"
|
|
1890
|
-
])) : (k(), F(l,
|
|
1890
|
+
])) : (k(), F(l, Ne({
|
|
1891
1891
|
key: 2,
|
|
1892
1892
|
ref_for: !0
|
|
1893
1893
|
}, h.config, {
|
|
@@ -2009,7 +2009,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
2009
2009
|
n.autoFocus && !n.readonly && o.value.focus();
|
|
2010
2010
|
}), (f, u) => {
|
|
2011
2011
|
const h = $("j-icon"), p = $("el-input");
|
|
2012
|
-
return k(), F(p,
|
|
2012
|
+
return k(), F(p, Ne({
|
|
2013
2013
|
ref_key: "inputRef",
|
|
2014
2014
|
ref: o,
|
|
2015
2015
|
modelValue: i.value,
|
|
@@ -2221,7 +2221,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
2221
2221
|
};
|
|
2222
2222
|
return t({ ref: i }), (v, b) => {
|
|
2223
2223
|
const x = $("el-date-picker");
|
|
2224
|
-
return k(), F(x,
|
|
2224
|
+
return k(), F(x, Ne({
|
|
2225
2225
|
ref_key: "dateRef",
|
|
2226
2226
|
ref: i
|
|
2227
2227
|
}, v.$attrs, {
|
|
@@ -2653,7 +2653,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
2653
2653
|
}, 50);
|
|
2654
2654
|
}), (f, u) => {
|
|
2655
2655
|
const h = $("el-tooltip"), p = $("el-option"), v = $("el-option-group"), b = $("el-select");
|
|
2656
|
-
return k(), F(b,
|
|
2656
|
+
return k(), F(b, Ne({
|
|
2657
2657
|
ref_key: "selectRef",
|
|
2658
2658
|
ref: o
|
|
2659
2659
|
}, f.$attrs, {
|
|
@@ -2966,7 +2966,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
2966
2966
|
"label"
|
|
2967
2967
|
]))), 128)) : (k(!0), L(Ee, { key: 1 }, Oe(e.options, (f) => (k(), F(s, {
|
|
2968
2968
|
key: f.value,
|
|
2969
|
-
class:
|
|
2969
|
+
class: Ve({ "j-checkbox-notFillOrColor": !e.fill && !e.textColor }),
|
|
2970
2970
|
value: f.value,
|
|
2971
2971
|
disabled: f.disabled,
|
|
2972
2972
|
size: e.size,
|
|
@@ -3515,7 +3515,7 @@ var Eh = ke(Pc), Th = /* @__PURE__ */ me({
|
|
|
3515
3515
|
}), (H, j) => (k(), L("div", {
|
|
3516
3516
|
ref_key: "layout",
|
|
3517
3517
|
ref: a,
|
|
3518
|
-
class:
|
|
3518
|
+
class: Ve(["j-layout", { "j-layout-not-hidden": e.notHidden }])
|
|
3519
3519
|
}, [
|
|
3520
3520
|
b.value ? (k(), L("div", {
|
|
3521
3521
|
key: 0,
|
|
@@ -5293,7 +5293,7 @@ var Mp = class {
|
|
|
5293
5293
|
key: 0,
|
|
5294
5294
|
span: h.value.span || Y(i),
|
|
5295
5295
|
style: le({ ...h.value.colStyle || {} }),
|
|
5296
|
-
class:
|
|
5296
|
+
class: Ve(h.value.colClass || {})
|
|
5297
5297
|
}, {
|
|
5298
5298
|
default: K(() => [b.value && h.value.needFormItem !== !1 ? (k(), F(S, {
|
|
5299
5299
|
key: 0,
|
|
@@ -5302,7 +5302,7 @@ var Mp = class {
|
|
|
5302
5302
|
"label-width": m.value,
|
|
5303
5303
|
required: g.value,
|
|
5304
5304
|
error: Y(d)(w.value),
|
|
5305
|
-
class:
|
|
5305
|
+
class: Ve(`${u.value}-form-item`)
|
|
5306
5306
|
}, {
|
|
5307
5307
|
default: K(() => [X(_, aa(jo(v.value)), null, 16)]),
|
|
5308
5308
|
_: 1
|
|
@@ -5313,13 +5313,13 @@ var Mp = class {
|
|
|
5313
5313
|
"required",
|
|
5314
5314
|
"error",
|
|
5315
5315
|
"class"
|
|
5316
|
-
])) : (k(), F(_, aa(
|
|
5316
|
+
])) : (k(), F(_, aa(Ne({ key: 1 }, v.value)), null, 16))]),
|
|
5317
5317
|
_: 1
|
|
5318
5318
|
}, 8, [
|
|
5319
5319
|
"span",
|
|
5320
5320
|
"style",
|
|
5321
5321
|
"class"
|
|
5322
|
-
])) : p.value ? (k(), F(_, aa(
|
|
5322
|
+
])) : p.value ? (k(), F(_, aa(Ne({ key: 1 }, v.value)), null, 16)) : ee("", !0);
|
|
5323
5323
|
};
|
|
5324
5324
|
}
|
|
5325
5325
|
}), Hc = jp, Pp = /* @__PURE__ */ me({
|
|
@@ -5522,7 +5522,7 @@ var Mp = class {
|
|
|
5522
5522
|
U.value.forEach((M) => M()), U.value = [];
|
|
5523
5523
|
}), (M, ue) => {
|
|
5524
5524
|
const Be = $("JComp"), fe = $("el-row");
|
|
5525
|
-
return V.value.display != !1 && _.value ? (k(), F(Ma(H.value),
|
|
5525
|
+
return V.value.display != !1 && _.value ? (k(), F(Ma(H.value), Ne({
|
|
5526
5526
|
key: 0,
|
|
5527
5527
|
ref_key: "compRef",
|
|
5528
5528
|
ref: we
|
|
@@ -5531,25 +5531,25 @@ var Mp = class {
|
|
|
5531
5531
|
"onUpdate:modelValue": ue[0] || (ue[0] = (Ie) => R.value = Ie),
|
|
5532
5532
|
"run-flow": Y(u),
|
|
5533
5533
|
onChange: ce
|
|
5534
|
-
}), Nn({ _: 2 }, [Oe(q.value, (Ie,
|
|
5535
|
-
name:
|
|
5536
|
-
fn: K(() => [(k(!0), L(Ee, null, Oe(Ie, (Ke) => (k(), F(Be,
|
|
5537
|
-
}))]), 1040, ["modelValue", "run-flow"])) : V.value.display != !1 ? (k(), F(Ma(H.value),
|
|
5534
|
+
}), Nn({ _: 2 }, [Oe(q.value, (Ie, We) => ({
|
|
5535
|
+
name: We,
|
|
5536
|
+
fn: K(() => [(k(!0), L(Ee, null, Oe(Ie, (Ke) => (k(), F(Be, Ne({ key: Ke.id }, { ref_for: !0 }, Ke), null, 16))), 128))])
|
|
5537
|
+
}))]), 1040, ["modelValue", "run-flow"])) : V.value.display != !1 ? (k(), F(Ma(H.value), Ne({
|
|
5538
5538
|
key: 1,
|
|
5539
5539
|
ref_key: "compRef",
|
|
5540
5540
|
ref: we
|
|
5541
5541
|
}, V.value, {
|
|
5542
5542
|
"run-flow": Y(u) || Y(b),
|
|
5543
5543
|
onChange: ce
|
|
5544
|
-
}), Nn({ _: 2 }, [Oe(q.value, (Ie,
|
|
5545
|
-
name:
|
|
5546
|
-
fn: K(() => [V.value.needRow === !0 || V.value.needRow?.[
|
|
5544
|
+
}), Nn({ _: 2 }, [Oe(q.value, (Ie, We) => ({
|
|
5545
|
+
name: We,
|
|
5546
|
+
fn: K(() => [V.value.needRow === !0 || V.value.needRow?.[We] === !0 ? (k(), F(fe, {
|
|
5547
5547
|
key: 0,
|
|
5548
5548
|
gutter: p.value
|
|
5549
5549
|
}, {
|
|
5550
|
-
default: K(() => [V.value.needFormItem === !0 || V.value.needFormItem?.[
|
|
5550
|
+
default: K(() => [V.value.needFormItem === !0 || V.value.needFormItem?.[We] === !0 ? (k(!0), L(Ee, { key: 0 }, Oe(Ie, (Ke) => (k(), F(Hc, Ne({ key: Ke.id }, { ref_for: !0 }, Ke), null, 16))), 128)) : (k(!0), L(Ee, { key: 1 }, Oe(Ie, (Ke) => (k(), F(Be, Ne({ key: Ke.id }, { ref_for: !0 }, Ke), null, 16))), 128))]),
|
|
5551
5551
|
_: 2
|
|
5552
|
-
}, 1032, ["gutter"])) : (k(!0), L(Ee, { key: 1 }, Oe(Ie, (Ke) => (k(), F(Be,
|
|
5552
|
+
}, 1032, ["gutter"])) : (k(!0), L(Ee, { key: 1 }, Oe(Ie, (Ke) => (k(), F(Be, Ne({ key: Ke.id }, { ref_for: !0 }, Ke), null, 16))), 128))])
|
|
5553
5553
|
}))]), 1040, ["run-flow"])) : ee("", !0);
|
|
5554
5554
|
};
|
|
5555
5555
|
}
|
|
@@ -5864,7 +5864,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5864
5864
|
...D.config || {},
|
|
5865
5865
|
disabled: !0
|
|
5866
5866
|
}
|
|
5867
|
-
} : D,
|
|
5867
|
+
} : D, We = (D) => {
|
|
5868
5868
|
const { Group: N, Text: Z } = Ye.CustomLayout, oe = o.actionsMaxCount, W = D.filter((ye) => ye.config?.display !== !1), te = W.length > oe, re = te ? W.slice(0, oe - 1) : W;
|
|
5869
5869
|
let be = 0;
|
|
5870
5870
|
if (re.forEach((ye, Re) => {
|
|
@@ -5884,7 +5884,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5884
5884
|
disableColumnResize: !0,
|
|
5885
5885
|
disableSelect: !0,
|
|
5886
5886
|
customLayout: (ye) => {
|
|
5887
|
-
const { table: Re, row: Me, col: He } = ye, je = Re.getCellOriginRecord(He, Me), Ze = Re.getRecordIndexByCell(He, Me),
|
|
5887
|
+
const { table: Re, row: Me, col: He } = ye, je = Re.getCellOriginRecord(He, Me), Ze = Re.getRecordIndexByCell(He, Me), De = W.map((xe) => {
|
|
5888
5888
|
const ft = fe({
|
|
5889
5889
|
action: xe,
|
|
5890
5890
|
record: je,
|
|
@@ -5897,7 +5897,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5897
5897
|
action: Ie(xe, { disabled: ft.disabled }),
|
|
5898
5898
|
display: ft.display
|
|
5899
5899
|
};
|
|
5900
|
-
}).filter((xe) => xe.display).map((xe) => xe.action), Pe = o.actionsMaxCount, Qe =
|
|
5900
|
+
}).filter((xe) => xe.display).map((xe) => xe.action), Pe = o.actionsMaxCount, Qe = De.length > Pe, et = Qe ? De.slice(0, Pe - 1) : De, dt = Qe ? De.slice(Pe - 1) : [], tt = new N({
|
|
5901
5901
|
height: 40,
|
|
5902
5902
|
display: "flex",
|
|
5903
5903
|
flexDirection: "row",
|
|
@@ -5906,10 +5906,10 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5906
5906
|
flexWrap: "nowrap"
|
|
5907
5907
|
});
|
|
5908
5908
|
if (et.forEach((xe, ft) => {
|
|
5909
|
-
const Ue = xe.config?.disabled === !0,
|
|
5909
|
+
const Ue = xe.config?.disabled === !0, Lt = Ue ? "#c9cdd4" : xe.config?.danger ? "#f53f3f" : "#165dff", un = new Z({
|
|
5910
5910
|
text: xe.label,
|
|
5911
5911
|
fontSize: 14,
|
|
5912
|
-
fill:
|
|
5912
|
+
fill: Lt,
|
|
5913
5913
|
boundsPadding: [
|
|
5914
5914
|
0,
|
|
5915
5915
|
12,
|
|
@@ -5924,9 +5924,9 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5924
5924
|
openLayer: u
|
|
5925
5925
|
});
|
|
5926
5926
|
}), un.addEventListener("mouseenter", (mn) => {
|
|
5927
|
-
Ue || (mn.target.setAttribute("fill", yn(
|
|
5927
|
+
Ue || (mn.target.setAttribute("fill", yn(Lt, -20)), Re.scenegraph.stage.renderNextFrame());
|
|
5928
5928
|
}), un.addEventListener("mouseleave", (mn) => {
|
|
5929
|
-
Ue || (mn.target.setAttribute("fill",
|
|
5929
|
+
Ue || (mn.target.setAttribute("fill", Lt), Re.scenegraph.stage.renderNextFrame());
|
|
5930
5930
|
}), tt.add(un);
|
|
5931
5931
|
}), Qe && dt.length > 0) {
|
|
5932
5932
|
const xe = "#1677ff", ft = new Z({
|
|
@@ -5943,8 +5943,8 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5943
5943
|
});
|
|
5944
5944
|
ft.addEventListener("mouseenter", (Ue) => {
|
|
5945
5945
|
Ue.target.setAttribute("fill", yn(xe, -20)), Re.scenegraph.stage.renderNextFrame();
|
|
5946
|
-
const
|
|
5947
|
-
|
|
5946
|
+
const Lt = m.value?.getBoundingClientRect();
|
|
5947
|
+
Lt && ce(dt, je, Ze, Ue.canvasX + Lt.left - 64, Ue.canvasY + Lt.top + 8), q = !0, G();
|
|
5948
5948
|
}), ft.addEventListener("mouseleave", (Ue) => {
|
|
5949
5949
|
Ue.target.setAttribute("fill", xe), Re.scenegraph.stage.renderNextFrame(), q = !1, U();
|
|
5950
5950
|
}), tt.add(ft);
|
|
@@ -5963,12 +5963,12 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5963
5963
|
let je = re ?? Z;
|
|
5964
5964
|
je == null && (je = "");
|
|
5965
5965
|
const Ze = xt(typeof je == "object" ? JSON.stringify(je) : String(je), He);
|
|
5966
|
-
let
|
|
5967
|
-
return Re === "center" ? (
|
|
5966
|
+
let De = Me, Pe = "left";
|
|
5967
|
+
return Re === "center" ? (De = be.width / 2, Pe = "center") : Re === "right" && (De = Math.max(Me, be.width - Me), Pe = "right"), {
|
|
5968
5968
|
elements: [{
|
|
5969
5969
|
type: "text",
|
|
5970
5970
|
text: Ze,
|
|
5971
|
-
x:
|
|
5971
|
+
x: De,
|
|
5972
5972
|
y: be.height / 2,
|
|
5973
5973
|
fontSize: 14,
|
|
5974
5974
|
fill: "#1d2129",
|
|
@@ -5981,9 +5981,9 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5981
5981
|
const { dataValue: Z, rect: oe, table: W, col: te, row: re } = D;
|
|
5982
5982
|
let be = "mdi:toggle-switch", ve = "#165dff";
|
|
5983
5983
|
Z || (be = "mdi:toggle-switch-off", ve = "#e5e6eb");
|
|
5984
|
-
const ye = Ra(be), Re = ye?.body?.replace(/currentColor/g, ve), Me = [], He = W?.getBodyField?.(te, re), je = W?.options?.columns || [], Ze = He ? ct(je, He) : null,
|
|
5985
|
-
let Qe =
|
|
5986
|
-
return Ze?.style?.textAlign === "center" ? Qe = Math.max(
|
|
5984
|
+
const ye = Ra(be), Re = ye?.body?.replace(/currentColor/g, ve), Me = [], He = W?.getBodyField?.(te, re), je = W?.options?.columns || [], Ze = He ? ct(je, He) : null, De = 8, Pe = 40;
|
|
5985
|
+
let Qe = De;
|
|
5986
|
+
return Ze?.style?.textAlign === "center" ? Qe = Math.max(De, (oe.width - Pe) / 2) : Ze?.style?.textAlign === "right" && (Qe = Math.max(De, oe.width - Pe - De)), Me.push({
|
|
5987
5987
|
type: "icon",
|
|
5988
5988
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${Pe}" height="${Pe}" viewBox="0 0 ${ye?.width} ${ye?.height}" >${Re}</svg>`,
|
|
5989
5989
|
x: Qe,
|
|
@@ -5995,7 +5995,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
5995
5995
|
expectedHeight: wn
|
|
5996
5996
|
};
|
|
5997
5997
|
}, _e = (D, N) => {
|
|
5998
|
-
const { dataValue: Z, rect: oe } = D, W = Number(Z) || 0, te = 5, re = 20, be = 4, ve = 8, ye = (oe.height - re) / 2, Re = [], Me = Ra("mdi:star"), He = Ra("mdi:star-half-full"), je = Ra("mdi:star-outline"), Ze = "#f7ba2a",
|
|
5998
|
+
const { dataValue: Z, rect: oe } = D, W = Number(Z) || 0, te = 5, re = 20, be = 4, ve = 8, ye = (oe.height - re) / 2, Re = [], Me = Ra("mdi:star"), He = Ra("mdi:star-half-full"), je = Ra("mdi:star-outline"), Ze = "#f7ba2a", De = "#e5e6eb";
|
|
5999
5999
|
for (let Pe = 0; Pe < te; Pe++) {
|
|
6000
6000
|
const Qe = ve + Pe * (re + be), et = ye;
|
|
6001
6001
|
if (W >= Pe + 1) {
|
|
@@ -6019,7 +6019,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6019
6019
|
height: re
|
|
6020
6020
|
});
|
|
6021
6021
|
} else {
|
|
6022
|
-
const dt = je?.body?.replace(/currentColor/g,
|
|
6022
|
+
const dt = je?.body?.replace(/currentColor/g, De);
|
|
6023
6023
|
Re.push({
|
|
6024
6024
|
type: "icon",
|
|
6025
6025
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${re}" height="${re}" viewBox="0 0 ${je?.width} ${je?.height}">${dt}</svg>`,
|
|
@@ -6041,19 +6041,19 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6041
6041
|
formData: r || {},
|
|
6042
6042
|
getTableData: se,
|
|
6043
6043
|
row: ye
|
|
6044
|
-
}) || {}, Me = Number(Re.min) || 0, He = Number(Re.max) || 100, je = Number(Z) || 0, Ze = He - Me,
|
|
6044
|
+
}) || {}, Me = Number(Re.min) || 0, He = Number(Re.max) || 100, je = Number(Z) || 0, Ze = He - Me, De = Ze === 0 ? 0 : Math.max(0, Math.min(100, (je - Me) / Ze * 100)), Pe = 4, Qe = 8, et = 8, dt = (oe.height - Pe) / 2, tt = String(je), xe = xn(tt) || 0, ft = Qe, Ue = dt, Lt = oe.width - Qe * 2 - xe - et, un = Lt * De / 100, mn = [], bn = (Ut, it, Tt) => {
|
|
6045
6045
|
const pt = Math.min(Tt, it / 2, Ut / 2);
|
|
6046
6046
|
return `M ${pt} 0 L ${Ut - pt} 0 Q ${Ut} 0 ${Ut} ${pt} L ${Ut} ${it - pt} Q ${Ut} ${it} ${Ut - pt} ${it} L ${pt} ${it} Q 0 ${it} 0 ${it - pt} L 0 ${pt} Q 0 0 ${pt} 0 Z`;
|
|
6047
6047
|
}, fo = (Ut, it, Tt) => {
|
|
6048
6048
|
const pt = Math.min(Tt, it / 2, Ut / 2);
|
|
6049
6049
|
return Ut <= pt * 2 ? bn(Ut, it, Tt) : `M ${pt} 0 L ${Ut} 0 L ${Ut} ${it} L ${pt} ${it} Q 0 ${it} 0 ${it - pt} L 0 ${pt} Q 0 0 ${pt} 0 Z`;
|
|
6050
|
-
}, Zo = bn(
|
|
6050
|
+
}, Zo = bn(Lt, Pe, Pe / 2);
|
|
6051
6051
|
if (mn.push({
|
|
6052
6052
|
type: "icon",
|
|
6053
|
-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${
|
|
6053
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${Lt}" height="${Pe}" viewBox="0 0 ${Lt} ${Pe}"><path d="${Zo}" fill="#e5e6eb"/></svg>`,
|
|
6054
6054
|
x: ft,
|
|
6055
6055
|
y: Ue,
|
|
6056
|
-
width:
|
|
6056
|
+
width: Lt,
|
|
6057
6057
|
height: Pe
|
|
6058
6058
|
}), un > 0) {
|
|
6059
6059
|
const Ut = fo(un, Pe, Pe / 2);
|
|
@@ -6066,7 +6066,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6066
6066
|
height: Pe
|
|
6067
6067
|
});
|
|
6068
6068
|
}
|
|
6069
|
-
const Qo = ft +
|
|
6069
|
+
const Qo = ft + Lt + et, Qi = oe.height / 2;
|
|
6070
6070
|
return mn.push({
|
|
6071
6071
|
type: "text",
|
|
6072
6072
|
text: tt,
|
|
@@ -6080,7 +6080,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6080
6080
|
elements: mn,
|
|
6081
6081
|
expectedHeight: wn
|
|
6082
6082
|
};
|
|
6083
|
-
},
|
|
6083
|
+
}, It = (D) => String(D).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'"), xt = (D, N) => {
|
|
6084
6084
|
if (!D) return "";
|
|
6085
6085
|
if ((xn(D) || 0) <= N) return D;
|
|
6086
6086
|
const Z = "...", oe = xn(Z) || 0;
|
|
@@ -6104,13 +6104,13 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6104
6104
|
getTableData: se,
|
|
6105
6105
|
row: ye
|
|
6106
6106
|
}) || {}, Me = Number(Re.size) || 16, He = Re.color, je = (oe.width - Me) / 2, Ze = (oe.height - Me) / 2;
|
|
6107
|
-
let
|
|
6108
|
-
if (!
|
|
6107
|
+
let De = String(Z).trim();
|
|
6108
|
+
if (!De) return {
|
|
6109
6109
|
elements: [],
|
|
6110
6110
|
expectedHeight: wn
|
|
6111
6111
|
};
|
|
6112
|
-
if (
|
|
6113
|
-
const Pe =
|
|
6112
|
+
if (De.startsWith("<svg")) {
|
|
6113
|
+
const Pe = De.match(/<svg\b([^>]*)>([\s\S]*?)<\/svg>/i);
|
|
6114
6114
|
if (Pe) {
|
|
6115
6115
|
const Qe = Pe[1] || "", et = Pe[2] || "";
|
|
6116
6116
|
let dt = Qe.match(/\bviewBox\s*=\s*["']([^"']+)["']/i)?.[1];
|
|
@@ -6118,19 +6118,19 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6118
6118
|
const tt = Qe.match(/\bwidth\s*=\s*["']?([0-9.]+)[^"']*["']?/i)?.[1], xe = Qe.match(/\bheight\s*=\s*["']?([0-9.]+)[^"']*["']?/i)?.[1];
|
|
6119
6119
|
dt = tt && xe ? `0 0 ${tt} ${xe}` : "0 0 24 24";
|
|
6120
6120
|
}
|
|
6121
|
-
|
|
6122
|
-
} else
|
|
6121
|
+
De = `<svg xmlns="http://www.w3.org/2000/svg" width="${Me}" height="${Me}" viewBox="${dt}">${et}</svg>`;
|
|
6122
|
+
} else De = `<svg xmlns="http://www.w3.org/2000/svg" width="${Me}" height="${Me}" viewBox="0 0 24 24"></svg>`;
|
|
6123
6123
|
} else {
|
|
6124
|
-
const Pe = Ra(
|
|
6124
|
+
const Pe = Ra(De);
|
|
6125
6125
|
if (Pe) {
|
|
6126
6126
|
const { body: Qe, width: et, height: dt } = Pe;
|
|
6127
|
-
|
|
6127
|
+
De = `<svg xmlns="http://www.w3.org/2000/svg" width="${Me}" height="${Me}" viewBox="0 0 ${et} ${dt}">${Qe}</svg>`;
|
|
6128
6128
|
}
|
|
6129
6129
|
}
|
|
6130
|
-
return He && (
|
|
6130
|
+
return He && (De = De.replace(/currentColor/g, He)), {
|
|
6131
6131
|
elements: [{
|
|
6132
6132
|
type: "icon",
|
|
6133
|
-
svg:
|
|
6133
|
+
svg: De,
|
|
6134
6134
|
x: je,
|
|
6135
6135
|
y: Ze,
|
|
6136
6136
|
width: Me,
|
|
@@ -6154,26 +6154,26 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6154
6154
|
elements: [],
|
|
6155
6155
|
expectedHeight: wn
|
|
6156
6156
|
};
|
|
6157
|
-
const Ze = 14,
|
|
6157
|
+
const Ze = 14, De = 28, Pe = 2, Qe = 12, et = 8, dt = 6;
|
|
6158
6158
|
let tt = 8, xe = Math.max(0, oe.width - tt * 2), ft = Math.max(0, xe - Qe * 2);
|
|
6159
|
-
const Ue = [],
|
|
6159
|
+
const Ue = [], Lt = (it) => {
|
|
6160
6160
|
const Tt = xn(xt(it, ft)) || 0;
|
|
6161
6161
|
return Math.min(xe, Tt + Qe * 2);
|
|
6162
6162
|
}, un = (it, Tt, pt, Tn, An) => {
|
|
6163
|
-
const wa = xt(pt, ft), _a =
|
|
6163
|
+
const wa = xt(pt, ft), _a = It(wa), ei = xn(wa) || 0, Na = Math.min(xe, ei + Qe * 2), md = Tn || "#f2f3f5", bd = An || "#1d2129", wd = De / 2 + Ze * 0.35, _d = `<svg xmlns="http://www.w3.org/2000/svg" width="${Na}" height="${De}" viewBox="0 0 ${Na} ${De}"><rect x="0" y="0" width="${Na}" height="${De}" rx="${Pe}" ry="${Pe}" fill="${md}"/><text x="${Na / 2}" y="${wd}" text-anchor="middle" font-size="${Ze}" fill="${bd}">${_a}</text></svg>`;
|
|
6164
6164
|
return Ue.push({
|
|
6165
6165
|
type: "icon",
|
|
6166
6166
|
svg: _d,
|
|
6167
6167
|
x: it,
|
|
6168
6168
|
y: Tt,
|
|
6169
6169
|
width: Na,
|
|
6170
|
-
height:
|
|
6170
|
+
height: De
|
|
6171
6171
|
}), { tagWidth: Na };
|
|
6172
6172
|
}, mn = () => {
|
|
6173
6173
|
const it = [];
|
|
6174
6174
|
let Tt = [], pt = 0;
|
|
6175
6175
|
for (let Tn = 0; Tn < je.length; Tn++) {
|
|
6176
|
-
const An = je[Tn], wa = An.label, _a =
|
|
6176
|
+
const An = je[Tn], wa = An.label, _a = Lt(wa), ei = {
|
|
6177
6177
|
label: wa,
|
|
6178
6178
|
bg: An.color || "#f2f3f5",
|
|
6179
6179
|
text: An.textColor || sn(An.color || "#f2f3f5"),
|
|
@@ -6194,7 +6194,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6194
6194
|
};
|
|
6195
6195
|
let { lines: bn, needsWrap: fo } = mn();
|
|
6196
6196
|
tt !== 0 && fo && (tt = 0, xe = Math.max(0, oe.width - tt * 2), ft = Math.max(0, xe - Qe * 2), { lines: bn, needsWrap: fo } = mn());
|
|
6197
|
-
const Zo = bn.length *
|
|
6197
|
+
const Zo = bn.length * De + (bn.length > 1 ? (bn.length - 1) * dt : 0);
|
|
6198
6198
|
let Qo = Math.max(0, (oe.height - Zo) / 2);
|
|
6199
6199
|
const Qi = fo;
|
|
6200
6200
|
for (let it = 0; it < bn.length; it++) {
|
|
@@ -6204,7 +6204,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6204
6204
|
const An = Tt.items[Tn], { tagWidth: wa } = un(pt, Qo, An.label, An.bg, An.text);
|
|
6205
6205
|
pt += wa + (Tn < Tt.items.length - 1 ? et : 0);
|
|
6206
6206
|
}
|
|
6207
|
-
Qo +=
|
|
6207
|
+
Qo += De + (it < bn.length - 1 ? dt : 0);
|
|
6208
6208
|
}
|
|
6209
6209
|
const Ut = Math.min(oe.width, Math.max(0, ...bn.map((it) => it.lineWidth)) + tt * 2);
|
|
6210
6210
|
return {
|
|
@@ -6236,14 +6236,14 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6236
6236
|
ye /= 6;
|
|
6237
6237
|
}
|
|
6238
6238
|
const He = 0.3, je = Re;
|
|
6239
|
-
let Ze,
|
|
6240
|
-
if (je === 0) Ze =
|
|
6239
|
+
let Ze, De, Pe;
|
|
6240
|
+
if (je === 0) Ze = De = Pe = He;
|
|
6241
6241
|
else {
|
|
6242
6242
|
const et = (xe, ft, Ue) => (Ue < 0 && (Ue += 1), Ue > 1 && (Ue -= 1), Ue < 0.16666666666666666 ? xe + (ft - xe) * 6 * Ue : Ue < 0.5 ? ft : Ue < 0.6666666666666666 ? xe + (ft - xe) * (0.6666666666666666 - Ue) * 6 : xe), dt = He < 0.5 ? He * (1 + je) : He + je - He * je, tt = 2 * He - dt;
|
|
6243
|
-
Ze = et(tt, dt, ye + 1 / 3),
|
|
6243
|
+
Ze = et(tt, dt, ye + 1 / 3), De = et(tt, dt, ye), Pe = et(tt, dt, ye - 1 / 3);
|
|
6244
6244
|
}
|
|
6245
6245
|
const Qe = (et) => Math.round(et * 255).toString(16).padStart(2, "0");
|
|
6246
|
-
return `#${Qe(Ze)}${Qe(
|
|
6246
|
+
return `#${Qe(Ze)}${Qe(De)}${Qe(Pe)}`;
|
|
6247
6247
|
}
|
|
6248
6248
|
return "#ffffff";
|
|
6249
6249
|
}, Gt = (D) => {
|
|
@@ -6285,11 +6285,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6285
6285
|
}, gt = (D) => {
|
|
6286
6286
|
const { table: N, row: Z, col: oe, rect: W } = D, { height: te, width: re } = W ?? N.getCellRect(oe, Z), { Group: be, CheckBox: ve } = Ye.CustomLayout, ye = N.getBodyField(oe, Z), Re = ct(N.options?.columns || [], ye), Me = N.getCellOriginRecord(oe, Z) || {}, He = Re?.style?.textAlign === "right" ? "flex-end" : Re?.style?.textAlign === "center" ? "center" : "flex-start", je = Re?.style?.textAlign === "right" ? "flex-end" : Re?.style?.textAlign === "center" ? "center" : "flex-start", Ze = (tt, xe) => {
|
|
6287
6287
|
const ft = Me?.[ye];
|
|
6288
|
-
Me[ye] = (Array.isArray(ft) ? ft : []).map((Ue,
|
|
6288
|
+
Me[ye] = (Array.isArray(ft) ? ft : []).map((Ue, Lt) => Lt !== tt ? Ue : Ue && typeof Ue == "object" ? {
|
|
6289
6289
|
...Ue,
|
|
6290
6290
|
...xe
|
|
6291
6291
|
} : { ...xe });
|
|
6292
|
-
},
|
|
6292
|
+
}, De = () => {
|
|
6293
6293
|
N.renderWithRecreateCells();
|
|
6294
6294
|
}, Pe = new be({
|
|
6295
6295
|
width: re,
|
|
@@ -6336,8 +6336,8 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6336
6336
|
]
|
|
6337
6337
|
});
|
|
6338
6338
|
Ue.render?.(), dt.add(Ue), Ue.addEventListener("checkbox_state_change", () => {
|
|
6339
|
-
const
|
|
6340
|
-
Ze(tt, { checked:
|
|
6339
|
+
const Lt = !!Ue.attribute?.checked;
|
|
6340
|
+
Ze(tt, { checked: Lt }), De();
|
|
6341
6341
|
});
|
|
6342
6342
|
}
|
|
6343
6343
|
return {
|
|
@@ -6425,7 +6425,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6425
6425
|
});
|
|
6426
6426
|
const zt = (D) => {
|
|
6427
6427
|
const N = D.filter((Z) => Z.config?.display !== !1).map((Z) => {
|
|
6428
|
-
const { id: oe, type: W, config: te, getCompConfig: re, getCompType: be, children: ve, customLayout: ye } = Z, { label: Re, width: Me, minWidth: He, maxWidth: je, align: Ze, headerAlign:
|
|
6428
|
+
const { id: oe, type: W, config: te, getCompConfig: re, getCompType: be, children: ve, customLayout: ye } = Z, { label: Re, width: Me, minWidth: He, maxWidth: je, align: Ze, headerAlign: De, fieldFormat: Pe, editor: Qe, frozen: et, ...dt } = te || {}, tt = De ?? Ze, xe = {
|
|
6429
6429
|
field: oe,
|
|
6430
6430
|
title: Re,
|
|
6431
6431
|
width: Me,
|
|
@@ -6543,7 +6543,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6543
6543
|
...re,
|
|
6544
6544
|
...ve,
|
|
6545
6545
|
...be
|
|
6546
|
-
], N && (te.unshift(Kn(oe)), y++), Z.length > 0 && (te.push(
|
|
6546
|
+
], N && (te.unshift(Kn(oe)), y++), Z.length > 0 && (te.push(We(Z)), C++), _ && (W.editCellTrigger = "click", W.keyboardOptions = {
|
|
6547
6547
|
copySelected: !0,
|
|
6548
6548
|
cutSelected: !0,
|
|
6549
6549
|
pasteValueToCell: !0,
|
|
@@ -6659,7 +6659,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6659
6659
|
}), b.value = g.getAllRowsHeight(), i("ready", g);
|
|
6660
6660
|
}, Ae = () => {
|
|
6661
6661
|
g && (g.release(), g = null);
|
|
6662
|
-
},
|
|
6662
|
+
}, Le = () => g, ot = (D) => {
|
|
6663
6663
|
if (v(), S.value = 0, g) {
|
|
6664
6664
|
g.setScrollTop(0), R = D.length;
|
|
6665
6665
|
const N = ie(D);
|
|
@@ -6793,7 +6793,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6793
6793
|
clearColWidthCache: !1,
|
|
6794
6794
|
clearRowHeightCache: !1
|
|
6795
6795
|
}), o.heightMode === "auto" && (b.value = g.getAllRowsHeight()), S.value = 0;
|
|
6796
|
-
},
|
|
6796
|
+
}, ze = () => {
|
|
6797
6797
|
g.renderWithRecreateCells();
|
|
6798
6798
|
}, Rn = O(() => o.editConfig.isAddBtn), Dt = O(() => o.editConfig.addBtnText || "添加"), Kt = O(() => o.editConfig.isRemoveBtn), En = O(() => o.editConfig.readonly), $t = O(() => o.isMultiple || Kt.value), Va = () => {
|
|
6799
6799
|
const D = o.modelValue || [];
|
|
@@ -6877,16 +6877,16 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6877
6877
|
getTableData: se,
|
|
6878
6878
|
rowChange: Dn
|
|
6879
6879
|
}), t({
|
|
6880
|
-
getInstance:
|
|
6880
|
+
getInstance: Le,
|
|
6881
6881
|
setRecords: ot,
|
|
6882
6882
|
getRecords: se,
|
|
6883
6883
|
getSelection: Vt,
|
|
6884
6884
|
setSelection: Wt,
|
|
6885
|
-
renderTable:
|
|
6885
|
+
renderTable: ze
|
|
6886
6886
|
}), (D, N) => {
|
|
6887
6887
|
const Z = $("j-button"), oe = $("el-space"), W = $("el-pagination");
|
|
6888
6888
|
return k(), L("div", {
|
|
6889
|
-
class:
|
|
6889
|
+
class: Ve(["j-table", { "j-table-auto": e.heightMode === "auto" }]),
|
|
6890
6890
|
style: le(h.value)
|
|
6891
6891
|
}, [
|
|
6892
6892
|
B("div", {
|
|
@@ -6895,7 +6895,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
6895
6895
|
}, [B("div", {
|
|
6896
6896
|
ref_key: "tableContainer",
|
|
6897
6897
|
ref: m,
|
|
6898
|
-
class:
|
|
6898
|
+
class: Ve("j-block")
|
|
6899
6899
|
}, null, 512)], 4),
|
|
6900
6900
|
B("div", Lp, [e.isPage || !En.value && (Rn.value || Kt.value) ? (k(), L("div", zp, [
|
|
6901
6901
|
X(oe, null, {
|
|
@@ -7071,7 +7071,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7071
7071
|
_top: 0
|
|
7072
7072
|
}), v = I(0), b = I(), x = I(48), m = I(0), g = I(0);
|
|
7073
7073
|
nt(() => a.visible, (M) => {
|
|
7074
|
-
v.value = 1, v.value = 0, r.value = M, M === !0 && a.zoomControls &&
|
|
7074
|
+
v.value = 1, v.value = 0, r.value = M, M === !0 && a.zoomControls && Ot(() => {
|
|
7075
7075
|
typeof document < "u" && (b.value = document.querySelector(".j-dialog"), b.value && (b.value.onmousemove = G));
|
|
7076
7076
|
});
|
|
7077
7077
|
}, { immediate: !0 });
|
|
@@ -7096,7 +7096,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7096
7096
|
}, A = () => {
|
|
7097
7097
|
o("ok", S, R);
|
|
7098
7098
|
}, P = () => {
|
|
7099
|
-
p.left = 0, p.top = 0, g.value = 0, m.value = 0, a.isStep && (z.value = 0,
|
|
7099
|
+
p.left = 0, p.top = 0, g.value = 0, m.value = 0, a.isStep && (z.value = 0, Ot(() => {
|
|
7100
7100
|
V();
|
|
7101
7101
|
})), o("closed");
|
|
7102
7102
|
}, z = O({
|
|
@@ -7107,11 +7107,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7107
7107
|
h.value = M, o("update:stepActive", M);
|
|
7108
7108
|
}
|
|
7109
7109
|
}), H = () => {
|
|
7110
|
-
z.value > 0 && z.value--,
|
|
7110
|
+
z.value > 0 && z.value--, Ot(() => {
|
|
7111
7111
|
V();
|
|
7112
7112
|
});
|
|
7113
7113
|
}, j = async () => {
|
|
7114
|
-
await E() && (z.value < a.steps.length - 1 && (z.value += 1),
|
|
7114
|
+
await E() && (z.value < a.steps.length - 1 && (z.value += 1), Ot(() => {
|
|
7115
7115
|
V();
|
|
7116
7116
|
}));
|
|
7117
7117
|
}, E = async () => {
|
|
@@ -7146,7 +7146,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7146
7146
|
fe + C.value < 0 && (fe = -C.value), typeof document < "u" && document.body && (m.value ? fe + m.value + C.value > document.body.clientWidth && (fe = document.body.clientWidth - m.value - C.value) : fe + _.value + C.value > document.body.clientWidth && (fe = document.body.clientWidth - _.value - C.value)), Ie + y.value < 0 && (Ie = -y.value), typeof window < "u" && (g.value ? Ie + g.value + y.value + 40 > window.innerHeight && (Ie = window.innerHeight - g.value - y.value - 40) : Ie + w.value + y.value + 40 > window.innerHeight && (Ie = window.innerHeight - w.value - y.value - 40)), p.left = fe, p.top = Ie;
|
|
7147
7147
|
}
|
|
7148
7148
|
}, G = (M) => {
|
|
7149
|
-
const ue = b.value.offsetLeft, Be = b.value.offsetTop, fe = b.value.clientWidth, Ie = b.value.clientHeight,
|
|
7149
|
+
const ue = b.value.offsetLeft, Be = b.value.offsetTop, fe = b.value.clientWidth, Ie = b.value.clientHeight, We = Ie - x.value, Ke = b.value.scrollTop;
|
|
7150
7150
|
if (M.clientX > ue + fe - 10 && Ke + M.clientY > Be + Ie - 10 || Ke + M.clientY < Be + 5 && ue + 10 > M.clientX) b.value.style.cursor = "se-resize";
|
|
7151
7151
|
else if (ue + 10 > M.clientX && Ke + M.clientY > Be + Ie - 10 || M.clientX > ue + fe - 10 && Ke + M.clientY < Be + 5) b.value.style.cursor = "sw-resize";
|
|
7152
7152
|
else if (M.clientX > ue + fe - 10 || ue + 10 > M.clientX) b.value.style.cursor = "w-resize";
|
|
@@ -7156,9 +7156,9 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7156
7156
|
return;
|
|
7157
7157
|
}
|
|
7158
7158
|
b.value.onmousedown = (ae) => {
|
|
7159
|
-
const { clientX: _e } = ae, { clientY: Te } = ae,
|
|
7160
|
-
p._left = p.left, p._top = p.top, g.value || (g.value =
|
|
7161
|
-
Xe.preventDefault(), _e >
|
|
7159
|
+
const { clientX: _e } = ae, { clientY: Te } = ae, It = p.left + C.value, xt = p.top + y.value;
|
|
7160
|
+
p._left = p.left, p._top = p.top, g.value || (g.value = We), m.value || (m.value = fe), _e > It + 10 && _e < It + fe - 10 && Te > xt + 5 && Te < xt + 47 || (typeof document < "u" && (document.onmousemove = function(Xe) {
|
|
7161
|
+
Xe.preventDefault(), _e > It && _e < It + 10 && (_e > Xe.clientX && (m.value = fe + (_e - Xe.clientX), p.left = p._left - (_e - Xe.clientX)), _e < Xe.clientX && m.value > a.minWidth && (m.value = fe - (Xe.clientX - _e), p.left = p._left + Xe.clientX - _e)), _e > It + fe - 10 && _e < It + fe && (_e > Xe.clientX && m.value > a.minWidth && (m.value = fe - (_e - Xe.clientX)), _e < Xe.clientX && typeof document < "u" && document.body && C.value + p.left + m.value < document.body.clientWidth && (m.value = fe + (Xe.clientX - _e))), Te > xt && Te < xt + 5 && (Te > Xe.clientY && (g.value = We + Te - Xe.clientY, p.top = p._top - (Te - Xe.clientY)), Te < Xe.clientY && g.value > a.minHeight && (g.value = We - (Xe.clientY - Te), p.top = p._top + Xe.clientY - Te)), Ke + Te > xt + We + 38 && Ke + Te < xt + We + 48 && (Te > Xe.clientY && g.value > a.minHeight && (g.value = We - (Te - Xe.clientY)), Te < Xe.clientY && typeof window < "u" && y.value + p.top + g.value + 48 < window.innerHeight && (g.value = We + Xe.clientY - Te));
|
|
7162
7162
|
}), typeof document < "u" && (document.onmouseup = function() {
|
|
7163
7163
|
typeof document < "u" && (document.onmousemove = null, document.onmouseup = null);
|
|
7164
7164
|
}));
|
|
@@ -7170,7 +7170,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7170
7170
|
showLoading: S,
|
|
7171
7171
|
hideLoading: R
|
|
7172
7172
|
}), (M, ue) => {
|
|
7173
|
-
const Be = $("j-button"), fe = $("el-space"), Ie = $("el-step"),
|
|
7173
|
+
const Be = $("j-button"), fe = $("el-space"), Ie = $("el-step"), We = $("el-steps"), Ke = $("el-dialog");
|
|
7174
7174
|
return k(), F(Ke, {
|
|
7175
7175
|
modelValue: r.value,
|
|
7176
7176
|
"onUpdate:modelValue": ue[0] || (ue[0] = (ae) => r.value = ae),
|
|
@@ -7209,7 +7209,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7209
7209
|
})]),
|
|
7210
7210
|
_: 1
|
|
7211
7211
|
})) : ee("", !0)], 32), B("div", {
|
|
7212
|
-
class:
|
|
7212
|
+
class: Ve([
|
|
7213
7213
|
"j-dialog-window",
|
|
7214
7214
|
{ "j-dialog-window-hasBtns": e.hasBtns },
|
|
7215
7215
|
{ "j-dialog-window-hasSteps": e.isStep }
|
|
@@ -7219,7 +7219,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7219
7219
|
e.isStep ? (k(), L("div", Up, [B("div", { style: le({
|
|
7220
7220
|
maxWidth: `${200 * q.value.length}px`,
|
|
7221
7221
|
width: "100%"
|
|
7222
|
-
}) }, [X(
|
|
7222
|
+
}) }, [X(We, {
|
|
7223
7223
|
simple: "",
|
|
7224
7224
|
active: z.value,
|
|
7225
7225
|
space: 160,
|
|
@@ -7259,7 +7259,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7259
7259
|
label: Y(i)("取消"),
|
|
7260
7260
|
onClick: T
|
|
7261
7261
|
}, null, 8, ["label"])) : ee("", !0),
|
|
7262
|
-
(k(!0), L(Ee, null, Oe(e.buttons, (ae) => (k(), F(Be,
|
|
7262
|
+
(k(!0), L(Ee, null, Oe(e.buttons, (ae) => (k(), F(Be, Ne({ ref_for: !0 }, ae.config, {
|
|
7263
7263
|
key: ae.id,
|
|
7264
7264
|
label: ae.label,
|
|
7265
7265
|
onClick: (_e) => Q(ae)
|
|
@@ -7380,7 +7380,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7380
7380
|
}, x = () => {
|
|
7381
7381
|
o("ok", g, w);
|
|
7382
7382
|
}, m = () => {
|
|
7383
|
-
a.isStep && (v.value = 0,
|
|
7383
|
+
a.isStep && (v.value = 0, Ot(() => {
|
|
7384
7384
|
S();
|
|
7385
7385
|
})), o("closed");
|
|
7386
7386
|
}, g = (A) => {
|
|
@@ -7388,11 +7388,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7388
7388
|
}, w = () => {
|
|
7389
7389
|
c.value = !1;
|
|
7390
7390
|
}, C = () => {
|
|
7391
|
-
v.value > 0 && v.value--,
|
|
7391
|
+
v.value > 0 && v.value--, Ot(() => {
|
|
7392
7392
|
S();
|
|
7393
7393
|
});
|
|
7394
7394
|
}, y = async () => {
|
|
7395
|
-
await _() && (v.value < a.steps.length - 1 && (v.value += 1),
|
|
7395
|
+
await _() && (v.value < a.steps.length - 1 && (v.value += 1), Ot(() => {
|
|
7396
7396
|
S();
|
|
7397
7397
|
}));
|
|
7398
7398
|
}, _ = async () => {
|
|
@@ -7488,7 +7488,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7488
7488
|
"loading",
|
|
7489
7489
|
"label"
|
|
7490
7490
|
])) : ee("", !0),
|
|
7491
|
-
(k(!0), L(Ee, null, Oe(e.buttons, (we) => (k(), L(Ee, { key: we.id }, [we.config?.display !== !1 ? (k(), F(j,
|
|
7491
|
+
(k(!0), L(Ee, null, Oe(e.buttons, (we) => (k(), L(Ee, { key: we.id }, [we.config?.display !== !1 ? (k(), F(j, Ne({
|
|
7492
7492
|
key: 0,
|
|
7493
7493
|
ref_for: !0
|
|
7494
7494
|
}, we.config, {
|
|
@@ -7642,7 +7642,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7642
7642
|
}, f = () => {
|
|
7643
7643
|
r.value = !1;
|
|
7644
7644
|
}, u = () => {
|
|
7645
|
-
a.isStep && (C.value = 0,
|
|
7645
|
+
a.isStep && (C.value = 0, Ot(() => {
|
|
7646
7646
|
R();
|
|
7647
7647
|
})), i("closed");
|
|
7648
7648
|
}, h = () => {
|
|
@@ -7659,11 +7659,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7659
7659
|
w.value = A, i("update:stepActive", A);
|
|
7660
7660
|
}
|
|
7661
7661
|
}), y = () => {
|
|
7662
|
-
C.value > 0 && C.value--,
|
|
7662
|
+
C.value > 0 && C.value--, Ot(() => {
|
|
7663
7663
|
R();
|
|
7664
7664
|
});
|
|
7665
7665
|
}, _ = async () => {
|
|
7666
|
-
await S() && (C.value < a.steps.length - 1 && (C.value += 1),
|
|
7666
|
+
await S() && (C.value < a.steps.length - 1 && (C.value += 1), Ot(() => {
|
|
7667
7667
|
R();
|
|
7668
7668
|
}));
|
|
7669
7669
|
}, S = async () => {
|
|
@@ -7709,7 +7709,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7709
7709
|
onClosed: u
|
|
7710
7710
|
}, {
|
|
7711
7711
|
default: K(() => [ia((k(), L("div", {
|
|
7712
|
-
class:
|
|
7712
|
+
class: Ve(["j-drawer--warpper", { "j-drawer--warpper-hasSteps": e.isStep }]),
|
|
7713
7713
|
"element-loading-text": l.value
|
|
7714
7714
|
}, [
|
|
7715
7715
|
B("div", {
|
|
@@ -7748,7 +7748,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
7748
7748
|
label: Y(o)("取消"),
|
|
7749
7749
|
onClick: p
|
|
7750
7750
|
}, null, 8, ["label"])) : ee("", !0),
|
|
7751
|
-
(k(!0), L(Ee, null, Oe(e.buttons, (we) => (k(), F(H,
|
|
7751
|
+
(k(!0), L(Ee, null, Oe(e.buttons, (we) => (k(), F(H, Ne({ key: we.id }, { ref_for: !0 }, we.config, {
|
|
7752
7752
|
label: we.label,
|
|
7753
7753
|
onClick: (U) => v(we)
|
|
7754
7754
|
}), null, 16, ["label", "onClick"]))), 128)),
|
|
@@ -8325,7 +8325,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
8325
8325
|
const { t } = yt();
|
|
8326
8326
|
return (n, a) => {
|
|
8327
8327
|
const o = $("j-button"), i = $("el-progress"), r = $("j-icon"), l = $("el-link"), c = $("el-text");
|
|
8328
|
-
return k(), L("div", { class:
|
|
8328
|
+
return k(), L("div", { class: Ve(["j-upload-list", { "j-upload-image-list": e.isUploadImg }]) }, [e.isUploadImg ? (k(!0), L(Ee, { key: 0 }, Oe(e.list, (s) => (k(), L("div", {
|
|
8329
8329
|
key: s.id,
|
|
8330
8330
|
class: "j-upload-imgItem"
|
|
8331
8331
|
}, [
|
|
@@ -8684,14 +8684,14 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
8684
8684
|
if (!c) return "";
|
|
8685
8685
|
const Te = ni(/* @__PURE__ */ new Date(), "YYYY-MM-DD HH:mm:ss") + "|" + _e;
|
|
8686
8686
|
return `${c}/data/file/preview/${hh.createAesEncryption({ key: "jcode" }).encrypt(Te).replace(/\//g, "|")}?token=${s?.value}&&projectId=${d?.value.j_Id}`;
|
|
8687
|
-
},
|
|
8687
|
+
}, We = () => {
|
|
8688
8688
|
ue.isDown === !1 && o && o("无权限下载!"), jg(`${c}/data/file/${ue.response?.fileId || ue.id}?token=${s?.value}`);
|
|
8689
8689
|
}, Ke = () => {
|
|
8690
8690
|
if (n.limit !== -1 && n.limit <= g.value.length)
|
|
8691
8691
|
return o && o(`当前限制选择${n.limit}个文件`), !1;
|
|
8692
8692
|
};
|
|
8693
8693
|
return (ae, _e) => {
|
|
8694
|
-
const Te = $("j-icon"),
|
|
8694
|
+
const Te = $("j-icon"), It = $("el-popover"), xt = $("j-button"), Xe = $("el-upload"), Jt = $("el-text"), sn = $("j-dialog-full"), Gt = Ho("loading");
|
|
8695
8695
|
return k(), L("div", Ig, [
|
|
8696
8696
|
X(Xe, {
|
|
8697
8697
|
action: "",
|
|
@@ -8710,7 +8710,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
8710
8710
|
"on-preview": fe,
|
|
8711
8711
|
"on-exceed": Ke
|
|
8712
8712
|
}, {
|
|
8713
|
-
default: K(() => [e.isUploadImg && !e.isLayer && !e.readonly ? (k(), L("div", Lg, [X(Te, { icon: "mdi:add" }), B("div", zg, Se(Y(l)(e.placeholder)), 1)])) : e.isLayer && e.showFileList && g.value.length > 0 && !Q.value ? (k(), F(
|
|
8713
|
+
default: K(() => [e.isUploadImg && !e.isLayer && !e.readonly ? (k(), L("div", Lg, [X(Te, { icon: "mdi:add" }), B("div", zg, Se(Y(l)(e.placeholder)), 1)])) : e.isLayer && e.showFileList && g.value.length > 0 && !Q.value ? (k(), F(It, {
|
|
8714
8714
|
key: 1,
|
|
8715
8715
|
placement: "bottom",
|
|
8716
8716
|
title: e.isUploadImg ? Y(l)("图片列表") : Y(l)("文件列表")
|
|
@@ -8776,7 +8776,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
8776
8776
|
title: `${Y(l)("文件预览")}【${U.value}】`,
|
|
8777
8777
|
"destroy-on-close": !0,
|
|
8778
8778
|
"has-btns": !!Y(c),
|
|
8779
|
-
onOk:
|
|
8779
|
+
onOk: We
|
|
8780
8780
|
}, {
|
|
8781
8781
|
default: K(() => [we.value && G.value ? (k(), L("div", $g, [B("img", {
|
|
8782
8782
|
width: "100%",
|
|
@@ -9747,7 +9747,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
9747
9747
|
}), C = (y) => w.value[y] || y;
|
|
9748
9748
|
return (y, _) => {
|
|
9749
9749
|
const S = $("j-button"), R = $("j-icon"), T = $("el-space"), A = $("j-dialog");
|
|
9750
|
-
return k(), L("div", null, [X(S,
|
|
9750
|
+
return k(), L("div", null, [X(S, Ne(y.$attrs, {
|
|
9751
9751
|
type: e.type,
|
|
9752
9752
|
size: e.size,
|
|
9753
9753
|
label: e.label,
|
|
@@ -9926,7 +9926,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
9926
9926
|
return t.size && Number(t.size) && (o.fontSize = `${t.size}px`), o;
|
|
9927
9927
|
}), a = O(() => ({ borderTopStyle: t.borderStyle }));
|
|
9928
9928
|
return (o, i) => (k(), L("div", {
|
|
9929
|
-
class:
|
|
9929
|
+
class: Ve(`j-divider-container j-divider-${e.contentPosition}`),
|
|
9930
9930
|
style: le(n.value)
|
|
9931
9931
|
}, [
|
|
9932
9932
|
B("div", {
|
|
@@ -9996,7 +9996,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
9996
9996
|
i.value = d;
|
|
9997
9997
|
}, { immediate: !0 }), (d, f) => {
|
|
9998
9998
|
const u = $("j-button"), h = $("j-layer");
|
|
9999
|
-
return k(), L(Ee, null, [X(u,
|
|
9999
|
+
return k(), L(Ee, null, [X(u, Ne({ style: { width: "auto" } }, d.$attrs, {
|
|
10000
10000
|
type: e.type,
|
|
10001
10001
|
label: e.btnText,
|
|
10002
10002
|
size: e.size,
|
|
@@ -10210,12 +10210,12 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10210
10210
|
}
|
|
10211
10211
|
}), (v, b) => {
|
|
10212
10212
|
const x = $("el-color-picker"), m = $("el-input");
|
|
10213
|
-
return k(), L("div", { class:
|
|
10213
|
+
return k(), L("div", { class: Ve([
|
|
10214
10214
|
"j-input-color",
|
|
10215
10215
|
{ "j-input-color-only-button": e.onlyButton },
|
|
10216
10216
|
{ "j-input-color-disabled": e.disabled },
|
|
10217
10217
|
`j-input-color-${e.size}`
|
|
10218
|
-
]) }, [X(m,
|
|
10218
|
+
]) }, [X(m, Ne({
|
|
10219
10219
|
ref_key: "inputRef",
|
|
10220
10220
|
ref: i,
|
|
10221
10221
|
modelValue: l.value,
|
|
@@ -10289,7 +10289,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10289
10289
|
return t.color && (o.color = t.color), t.size && (typeof t.size == "number" ? o.fontSize = `${t.size}px` : o.fontSize = t.size), t.weight && (o.fontWeight = t.weight), t.align && (o.textAlign = t.align), o;
|
|
10290
10290
|
});
|
|
10291
10291
|
return (o, i) => (k(), L("div", {
|
|
10292
|
-
class:
|
|
10292
|
+
class: Ve(["j-title", n.value]),
|
|
10293
10293
|
style: le(a.value)
|
|
10294
10294
|
}, Se(e.title), 7));
|
|
10295
10295
|
}
|
|
@@ -10343,7 +10343,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10343
10343
|
return (s, d) => {
|
|
10344
10344
|
const f = $("el-divider");
|
|
10345
10345
|
return k(), L("div", {
|
|
10346
|
-
class:
|
|
10346
|
+
class: Ve(["j-decorated-title", a.value]),
|
|
10347
10347
|
style: le(c.value)
|
|
10348
10348
|
}, [e.titleType === "title2" ? (k(), L(Ee, { key: 0 }, [B("p", { style: le(o.value) }, Se(Y(t)(e.title || "")), 5), B("p", { style: le(i.value) }, Se(Y(t)(e.content || "")), 5)], 64)) : ["title3", "title4"].includes(e.titleType || "") ? (k(), L(Ee, { key: 1 }, [
|
|
10349
10349
|
B("p", { style: le(o.value) }, Se(Y(t)(e.title || "")), 5),
|
|
@@ -10724,7 +10724,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10724
10724
|
}), nt(() => a.mode, () => {
|
|
10725
10725
|
l && f();
|
|
10726
10726
|
}), Mt(async () => {
|
|
10727
|
-
await
|
|
10727
|
+
await Ot(), await d(), typeof window < "u" && window.ResizeObserver && i.value && (p = new ResizeObserver(() => {
|
|
10728
10728
|
l && l.dispatch({ scrollIntoView: !0 });
|
|
10729
10729
|
}), p.observe(i.value));
|
|
10730
10730
|
}), Bo(() => {
|
|
@@ -10843,7 +10843,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10843
10843
|
return (r, l) => (k(), L("div", {
|
|
10844
10844
|
ref_key: "contentRef",
|
|
10845
10845
|
ref: a,
|
|
10846
|
-
class:
|
|
10846
|
+
class: Ve([{ success: e.isPassing }, "j-slider-captcha-content"]),
|
|
10847
10847
|
style: le(o.value)
|
|
10848
10848
|
}, [B("div", {
|
|
10849
10849
|
style: le(i.value),
|
|
@@ -10944,7 +10944,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10944
10944
|
return (x, m) => (k(), L("div", {
|
|
10945
10945
|
ref_key: "wrapperRef",
|
|
10946
10946
|
ref: r,
|
|
10947
|
-
class:
|
|
10947
|
+
class: Ve(["j-slider-captcha slider-border", n.class]),
|
|
10948
10948
|
style: le([{ "background-color": "var(--j-color-bg)" }, e.wrapperStyle]),
|
|
10949
10949
|
onMouseleave: p,
|
|
10950
10950
|
onMousemove: h,
|
|
@@ -10991,7 +10991,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
10991
10991
|
const v = s.value.find((b) => b.active);
|
|
10992
10992
|
v?.value !== p.value && (v && (v.active = !1), a("click", p));
|
|
10993
10993
|
}, { list: f, containerProps: u, wrapperProps: h } = Ir(s, { itemHeight: 44 });
|
|
10994
|
-
return (p, v) => (k(), L("div",
|
|
10994
|
+
return (p, v) => (k(), L("div", Ne({
|
|
10995
10995
|
class: ["j-sub-menu-content", { "j-menu-dark": Y(l) === "dark" }],
|
|
10996
10996
|
style: {
|
|
10997
10997
|
"max-height": "calc(100vh - 80px)",
|
|
@@ -11007,7 +11007,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11007
11007
|
}
|
|
11008
11008
|
}), Jy = Yy, Gy = { class: "j-menu-item-label" }, Ky = { class: "j-menu-item-label" }, qy = {
|
|
11009
11009
|
key: 1,
|
|
11010
|
-
class: /* @__PURE__ */
|
|
11010
|
+
class: /* @__PURE__ */ Ve(["j-menu-item-arrow", "sub"])
|
|
11011
11011
|
}, Xy = { class: "j-menu-item-label" }, Zy = /* @__PURE__ */ me({
|
|
11012
11012
|
name: "JMenuItem",
|
|
11013
11013
|
__name: "index",
|
|
@@ -11038,10 +11038,10 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11038
11038
|
}, {
|
|
11039
11039
|
content: K(() => [B("span", null, Se(Y(n)(e.item.label)), 1)]),
|
|
11040
11040
|
default: K(() => [B("div", {
|
|
11041
|
-
class:
|
|
11041
|
+
class: Ve(["j-menu-item", { collapsed: e.collapsed }]),
|
|
11042
11042
|
onClick: l[0] || (l[0] = qt((f) => i(e.item), ["stop"]))
|
|
11043
11043
|
}, [B("div", {
|
|
11044
|
-
class:
|
|
11044
|
+
class: Ve(["j-menu-item-content", {
|
|
11045
11045
|
active: e.item.value === Y(a),
|
|
11046
11046
|
"p-active": e.parentActives.includes(e.item.value)
|
|
11047
11047
|
}]),
|
|
@@ -11056,7 +11056,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11056
11056
|
B("div", Gy, Se(Y(n)(e.item.label)), 1),
|
|
11057
11057
|
e.item.hasChildren ? (k(), L("div", {
|
|
11058
11058
|
key: 1,
|
|
11059
|
-
class:
|
|
11059
|
+
class: Ve(["j-menu-item-arrow", { open: e.item.open }])
|
|
11060
11060
|
}, null, 2)) : ee("", !0)
|
|
11061
11061
|
], 6)], 2)]),
|
|
11062
11062
|
_: 1
|
|
@@ -11067,8 +11067,8 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11067
11067
|
width: "200px",
|
|
11068
11068
|
"popper-class": "j-sub-menu"
|
|
11069
11069
|
}, {
|
|
11070
|
-
reference: K(() => [B("div", { class:
|
|
11071
|
-
class:
|
|
11070
|
+
reference: K(() => [B("div", { class: Ve(["j-menu-item", { collapsed: e.collapsed }]) }, [B("div", {
|
|
11071
|
+
class: Ve(["j-menu-item-content", {
|
|
11072
11072
|
active: e.item.value === Y(a),
|
|
11073
11073
|
"p-active": e.parentActives.includes(e.item.value)
|
|
11074
11074
|
}]),
|
|
@@ -11094,13 +11094,13 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11094
11094
|
_: 1
|
|
11095
11095
|
}, 8, ["placement"])) : (k(), L("div", {
|
|
11096
11096
|
key: 2,
|
|
11097
|
-
class:
|
|
11097
|
+
class: Ve(["j-menu-item", {
|
|
11098
11098
|
collapsed: e.collapsed,
|
|
11099
11099
|
sub: e.item.indent > 0
|
|
11100
11100
|
}]),
|
|
11101
11101
|
onClick: l[1] || (l[1] = qt((f) => i(e.item), ["stop"]))
|
|
11102
11102
|
}, [B("div", {
|
|
11103
|
-
class:
|
|
11103
|
+
class: Ve(["j-menu-item-content", {
|
|
11104
11104
|
active: e.item.value === Y(a),
|
|
11105
11105
|
"p-active": e.parentActives.includes(e.item.value)
|
|
11106
11106
|
}]),
|
|
@@ -11119,7 +11119,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11119
11119
|
B("div", Xy, Se(Y(n)(e.item.label)), 1),
|
|
11120
11120
|
e.item.hasChildren ? (k(), L("div", {
|
|
11121
11121
|
key: 1,
|
|
11122
|
-
class:
|
|
11122
|
+
class: Ve(["j-menu-item-arrow", { open: e.item.open }])
|
|
11123
11123
|
}, null, 2)) : ee("", !0)
|
|
11124
11124
|
], 6)], 2));
|
|
11125
11125
|
};
|
|
@@ -11139,7 +11139,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11139
11139
|
const n = e, a = t, { activeMenu: o, theme: i } = Io(), r = (d) => {
|
|
11140
11140
|
a("click", d);
|
|
11141
11141
|
}, { list: l, containerProps: c, wrapperProps: s } = Ir(O(() => n.menuList), { itemHeight: 44 });
|
|
11142
|
-
return (d, f) => (k(), L("div",
|
|
11142
|
+
return (d, f) => (k(), L("div", Ne({ class: ["j-menu", {
|
|
11143
11143
|
collapsed: e.collapsed,
|
|
11144
11144
|
"j-menu-dark": Y(i) === "dark"
|
|
11145
11145
|
}] }, Y(c)), [B("div", aa(jo(Y(s))), [(k(!0), L(Ee, null, Oe(Y(l), (u) => (k(), F(Li, {
|
|
@@ -11147,7 +11147,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11147
11147
|
"parent-actives": Y(o)?.pid?.split(".") || [],
|
|
11148
11148
|
item: u.data,
|
|
11149
11149
|
collapsed: e.collapsed,
|
|
11150
|
-
class:
|
|
11150
|
+
class: Ve({
|
|
11151
11151
|
"menu-item-entering": u.data.entering,
|
|
11152
11152
|
"menu-item-leaving": u.data.leaving
|
|
11153
11153
|
}),
|
|
@@ -11210,7 +11210,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11210
11210
|
}), (h, p) => (k(), L("div", {
|
|
11211
11211
|
ref_key: "menuRef",
|
|
11212
11212
|
ref: r,
|
|
11213
|
-
class:
|
|
11213
|
+
class: Ve(["j-menu-horizontal", { "j-menu-dark": Y(i) === "dark" }])
|
|
11214
11214
|
}, [(k(!0), L(Ee, null, Oe(s.value, (v) => (k(), F(Li, {
|
|
11215
11215
|
key: v.value,
|
|
11216
11216
|
"parent-actives": f.value,
|
|
@@ -11240,7 +11240,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11240
11240
|
}), n.menuList)), c = O(() => o.value?.pid?.split(".") || []), s = (h) => {
|
|
11241
11241
|
a("click", h);
|
|
11242
11242
|
}, { list: d, containerProps: f, wrapperProps: u } = Ir(l, { itemHeight: 96 });
|
|
11243
|
-
return (h, p) => (k(), L("div",
|
|
11243
|
+
return (h, p) => (k(), L("div", Ne({ class: ["j-menu-vertical", { "j-menu-dark": Y(i) === "dark" }] }, Y(f)), [B("div", aa(jo(Y(u))), [(k(!0), L(Ee, null, Oe(Y(d), (v) => (k(), F(Li, {
|
|
11244
11244
|
key: v.data.value,
|
|
11245
11245
|
"parent-actives": c.value,
|
|
11246
11246
|
item: v.data,
|
|
@@ -11399,7 +11399,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11399
11399
|
const p = $("j-icon"), v = $("el-input"), b = $("j-checkbox");
|
|
11400
11400
|
return k(), L("div", sm, [
|
|
11401
11401
|
B("div", {
|
|
11402
|
-
class:
|
|
11402
|
+
class: Ve(["range-item", { active: o.value }]),
|
|
11403
11403
|
onClick: s
|
|
11404
11404
|
}, [B("div", null, Se(Y(n)("搜索全部")), 1), o.value ? (k(), F(p, {
|
|
11405
11405
|
key: 0,
|
|
@@ -11756,7 +11756,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
11756
11756
|
};
|
|
11757
11757
|
return t({ getSearchFields: () => l.value }), (m, g) => {
|
|
11758
11758
|
const w = $("j-icon"), C = $("j-select"), y = $("j-button-select"), _ = $("j-button"), S = $("j-input-rows"), R = $("el-tooltip");
|
|
11759
|
-
return k(), L("div", { class:
|
|
11759
|
+
return k(), L("div", { class: Ve(["j-filter-panel", { "is-pin": r.value }]) }, [
|
|
11760
11760
|
r.value ? (k(), L("div", hm, [X(w, { icon: "mdi:filter-outline" }), B("div", null, Se(Y(a)("筛选")), 1)])) : ee("", !0),
|
|
11761
11761
|
B("div", pm, [
|
|
11762
11762
|
B("div", gm, [
|
|
@@ -12194,7 +12194,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12194
12194
|
}), Ct.push(St);
|
|
12195
12195
|
}
|
|
12196
12196
|
}), Ct;
|
|
12197
|
-
}, y = O(() => C(i.columns,
|
|
12197
|
+
}, y = O(() => C(i.columns, We.value)), _ = O(() => $f(i.columns, (se) => se.config.label)), S = I(""), R = O(() => _.value.some((se) => se.config?.filter?.isSearchKeyword)), T = I(), A = I(!0), P = I([]), z = O(() => A.value ? "搜索全部" : `搜索范围:${_.value.filter((se) => P.value.includes(se.id)).map((se) => se.config?.label).join("、")}`), H = () => {
|
|
12198
12198
|
T.value.init();
|
|
12199
12199
|
}, j = I(), E = I(!1), V = I(!1), q = I(!1), ce = I([]), we = I("and"), U = I(), G = I(!1), Q = I([]), M = () => {
|
|
12200
12200
|
U.value.init(Q.value);
|
|
@@ -12202,11 +12202,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12202
12202
|
Q.value = se, G.value = !1, zt();
|
|
12203
12203
|
}, Be = () => {
|
|
12204
12204
|
Q.value = [], zt();
|
|
12205
|
-
}, fe = I(), Ie = I(!1),
|
|
12205
|
+
}, fe = I(), Ie = I(!1), We = I(), Ke = O(() => We.value != null), ae = () => {
|
|
12206
12206
|
fe.value?.init();
|
|
12207
12207
|
}, _e = (se) => {
|
|
12208
|
-
|
|
12209
|
-
}, Te = I(!1),
|
|
12208
|
+
We.value = se, Ie.value = !1;
|
|
12209
|
+
}, Te = I(!1), It = () => {
|
|
12210
12210
|
Te.value = !Te.value;
|
|
12211
12211
|
}, xt = () => {
|
|
12212
12212
|
p.value = [], l.value && (l.value.setSelection?.([]), v.value && (v.value = !1, l.value.setRecords(c)));
|
|
@@ -12249,15 +12249,15 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12249
12249
|
};
|
|
12250
12250
|
let ct;
|
|
12251
12251
|
Mt(() => {
|
|
12252
|
-
|
|
12252
|
+
Ot(Et), ct = new ResizeObserver(() => {
|
|
12253
12253
|
Et();
|
|
12254
12254
|
}), Gt.value && ct.observe(Gt.value);
|
|
12255
12255
|
}), Po(() => {
|
|
12256
12256
|
ct?.disconnect();
|
|
12257
12257
|
}), nt(() => sn.value, () => {
|
|
12258
|
-
|
|
12258
|
+
Ot(Et);
|
|
12259
12259
|
}, { deep: !0 }), nt(Te, () => {
|
|
12260
|
-
|
|
12260
|
+
Ot(Et);
|
|
12261
12261
|
});
|
|
12262
12262
|
const cn = O(() => {
|
|
12263
12263
|
const se = sn.value;
|
|
@@ -12295,11 +12295,11 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12295
12295
|
Wt.push(Kt), Dn = $t, vt = En;
|
|
12296
12296
|
else break;
|
|
12297
12297
|
}
|
|
12298
|
-
const
|
|
12299
|
-
if (
|
|
12298
|
+
const ze = se.slice(Wt.length);
|
|
12299
|
+
if (ze.length === 0) return se;
|
|
12300
12300
|
const Rn = {
|
|
12301
12301
|
...Vt,
|
|
12302
|
-
children:
|
|
12302
|
+
children: ze
|
|
12303
12303
|
};
|
|
12304
12304
|
return Wt.length === 0 ? [Rn] : [...Wt, Rn];
|
|
12305
12305
|
});
|
|
@@ -12395,7 +12395,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12395
12395
|
});
|
|
12396
12396
|
}, ge = () => p.value || [], Ae = (se) => {
|
|
12397
12397
|
p.value = se, l.value?.setSelection?.(se);
|
|
12398
|
-
},
|
|
12398
|
+
}, Le = () => l.value;
|
|
12399
12399
|
return Mt(async () => {
|
|
12400
12400
|
i.immediate && await Bt();
|
|
12401
12401
|
}), t({
|
|
@@ -12406,20 +12406,20 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12406
12406
|
clearSelection: () => {
|
|
12407
12407
|
xt();
|
|
12408
12408
|
},
|
|
12409
|
-
getTableRef:
|
|
12409
|
+
getTableRef: Le
|
|
12410
12410
|
}), (se, he) => {
|
|
12411
12411
|
const ut = $("j-buttons"), Ct = $("j-icon"), Ce = $("el-popover"), St = $("el-tooltip"), Vt = $("el-input"), bt = $("j-button"), Wt = $("el-pagination"), Dn = $("j-table"), vt = Ho("loading");
|
|
12412
|
-
return k(), L("div", { class:
|
|
12412
|
+
return k(), L("div", { class: Ve(["j-table-panel-wrapper", {
|
|
12413
12413
|
fullscreen: Te.value,
|
|
12414
12414
|
"no-padding": e.noPadding || Te.value
|
|
12415
|
-
}]) }, [B("div", { class:
|
|
12415
|
+
}]) }, [B("div", { class: Ve(["j-table-panel", { "j-table-panel-fullscreen": Te.value }]) }, [B("div", Om, [B("div", Im, [B("div", {
|
|
12416
12416
|
ref_key: "topLeftRef",
|
|
12417
12417
|
ref: Gt,
|
|
12418
12418
|
class: "j-table-panel-top-left"
|
|
12419
12419
|
}, [X(ut, { list: cn.value }, null, 8, ["list"])], 512), B("div", Lm, [
|
|
12420
12420
|
R.value && !m.value ? (k(), L("div", zm, [X(Vt, {
|
|
12421
12421
|
modelValue: S.value,
|
|
12422
|
-
"onUpdate:modelValue": he[2] || (he[2] = (
|
|
12422
|
+
"onUpdate:modelValue": he[2] || (he[2] = (ze) => S.value = ze),
|
|
12423
12423
|
modelModifiers: { trim: !0 },
|
|
12424
12424
|
placeholder: Y(a)("搜索数据"),
|
|
12425
12425
|
clearable: "",
|
|
@@ -12449,9 +12449,9 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12449
12449
|
ref_key: "keywordPanelRef",
|
|
12450
12450
|
ref: T,
|
|
12451
12451
|
"check-all": A.value,
|
|
12452
|
-
"onUpdate:checkAll": he[0] || (he[0] = (
|
|
12452
|
+
"onUpdate:checkAll": he[0] || (he[0] = (ze) => A.value = ze),
|
|
12453
12453
|
"check-fields": P.value,
|
|
12454
|
-
"onUpdate:checkFields": he[1] || (he[1] = (
|
|
12454
|
+
"onUpdate:checkFields": he[1] || (he[1] = (ze) => P.value = ze),
|
|
12455
12455
|
columns: _.value
|
|
12456
12456
|
}, null, 8, [
|
|
12457
12457
|
"check-all",
|
|
@@ -12467,7 +12467,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12467
12467
|
e.showFilterButton && !E.value && !m.value ? (k(), F(Ce, {
|
|
12468
12468
|
key: 1,
|
|
12469
12469
|
visible: V.value,
|
|
12470
|
-
"onUpdate:visible": he[6] || (he[6] = (
|
|
12470
|
+
"onUpdate:visible": he[6] || (he[6] = (ze) => V.value = ze),
|
|
12471
12471
|
placement: "bottom",
|
|
12472
12472
|
"popper-style": "padding: 0",
|
|
12473
12473
|
width: 664,
|
|
@@ -12479,19 +12479,19 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12479
12479
|
icon: "mdi:filter-outline",
|
|
12480
12480
|
label: "筛选",
|
|
12481
12481
|
type: "text",
|
|
12482
|
-
class:
|
|
12482
|
+
class: Ve({ active: q.value })
|
|
12483
12483
|
}, null, 8, ["class"])]),
|
|
12484
12484
|
default: K(() => [X(Ul, {
|
|
12485
12485
|
ref_key: "filterPanelRef",
|
|
12486
12486
|
ref: j,
|
|
12487
12487
|
"is-pin": E.value,
|
|
12488
|
-
"onUpdate:isPin": he[3] || (he[3] = (
|
|
12488
|
+
"onUpdate:isPin": he[3] || (he[3] = (ze) => E.value = ze),
|
|
12489
12489
|
relation: we.value,
|
|
12490
|
-
"onUpdate:relation": he[4] || (he[4] = (
|
|
12490
|
+
"onUpdate:relation": he[4] || (he[4] = (ze) => we.value = ze),
|
|
12491
12491
|
"search-field-list": ce.value,
|
|
12492
12492
|
columns: _.value,
|
|
12493
12493
|
onFilter: zt,
|
|
12494
|
-
onClose: he[5] || (he[5] = (
|
|
12494
|
+
onClose: he[5] || (he[5] = (ze) => V.value = !1)
|
|
12495
12495
|
}, null, 8, [
|
|
12496
12496
|
"is-pin",
|
|
12497
12497
|
"relation",
|
|
@@ -12507,7 +12507,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12507
12507
|
}, {
|
|
12508
12508
|
default: K(() => [B("div", null, [X(Ce, {
|
|
12509
12509
|
visible: G.value,
|
|
12510
|
-
"onUpdate:visible": he[7] || (he[7] = (
|
|
12510
|
+
"onUpdate:visible": he[7] || (he[7] = (ze) => G.value = ze),
|
|
12511
12511
|
placement: "bottom",
|
|
12512
12512
|
"popper-style": "padding: 0",
|
|
12513
12513
|
width: 380,
|
|
@@ -12515,7 +12515,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12515
12515
|
onShow: M
|
|
12516
12516
|
}, {
|
|
12517
12517
|
reference: K(() => [X(bt, {
|
|
12518
|
-
class:
|
|
12518
|
+
class: Ve({ active: Q.value.length > 0 }),
|
|
12519
12519
|
type: "text",
|
|
12520
12520
|
icon: "mdi:sort"
|
|
12521
12521
|
}, null, 8, ["class"])]),
|
|
@@ -12537,7 +12537,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12537
12537
|
}, {
|
|
12538
12538
|
default: K(() => [B("div", null, [X(Ce, {
|
|
12539
12539
|
visible: Ie.value,
|
|
12540
|
-
"onUpdate:visible": he[8] || (he[8] = (
|
|
12540
|
+
"onUpdate:visible": he[8] || (he[8] = (ze) => Ie.value = ze),
|
|
12541
12541
|
placement: "bottom",
|
|
12542
12542
|
"popper-style": "padding: 0",
|
|
12543
12543
|
width: 400,
|
|
@@ -12545,7 +12545,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12545
12545
|
onShow: ae
|
|
12546
12546
|
}, {
|
|
12547
12547
|
reference: K(() => [X(bt, {
|
|
12548
|
-
class:
|
|
12548
|
+
class: Ve({ active: Ke.value }),
|
|
12549
12549
|
type: "text",
|
|
12550
12550
|
icon: "mdi:table-headers-eye"
|
|
12551
12551
|
}, null, 8, ["class"])]),
|
|
@@ -12553,7 +12553,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12553
12553
|
ref_key: "columnPanelRef",
|
|
12554
12554
|
ref: fe,
|
|
12555
12555
|
columns: e.columns,
|
|
12556
|
-
"column-config":
|
|
12556
|
+
"column-config": We.value,
|
|
12557
12557
|
onSave: _e
|
|
12558
12558
|
}, null, 8, ["columns", "column-config"])]),
|
|
12559
12559
|
_: 1
|
|
@@ -12580,25 +12580,25 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12580
12580
|
default: K(() => [X(bt, {
|
|
12581
12581
|
type: "text",
|
|
12582
12582
|
icon: Te.value ? "mdi:fullscreen-exit" : "mdi:fullscreen",
|
|
12583
|
-
onClick:
|
|
12583
|
+
onClick: It
|
|
12584
12584
|
}, null, 8, ["icon"])]),
|
|
12585
12585
|
_: 1
|
|
12586
12586
|
}, 8, ["content"])) : ee("", !0)
|
|
12587
12587
|
])]), ia((k(), L("div", Dm, [e.renderVNode ? (k(), L("div", {
|
|
12588
12588
|
key: 0,
|
|
12589
|
-
class:
|
|
12589
|
+
class: Ve([
|
|
12590
12590
|
"j-block",
|
|
12591
12591
|
"j-table-panel-vnode",
|
|
12592
12592
|
e.renderVNodeClass
|
|
12593
12593
|
])
|
|
12594
|
-
}, [B("div", $m, [(k(!0), L(Ee, null, Oe(Y(c), (
|
|
12595
|
-
key: w(
|
|
12596
|
-
onClick: (Dt) => ie(
|
|
12594
|
+
}, [B("div", $m, [(k(!0), L(Ee, null, Oe(Y(c), (ze, Rn) => (k(), F(Ma(e.renderVNode(ze)), {
|
|
12595
|
+
key: w(ze) || Rn,
|
|
12596
|
+
onClick: (Dt) => ie(ze)
|
|
12597
12597
|
}, null, 8, ["onClick"]))), 128))]), e.isPage ? (k(), L("div", Fm, [he[14] || (he[14] = B("div", null, null, -1)), X(Wt, {
|
|
12598
12598
|
"current-page": d.value,
|
|
12599
|
-
"onUpdate:currentPage": he[9] || (he[9] = (
|
|
12599
|
+
"onUpdate:currentPage": he[9] || (he[9] = (ze) => d.value = ze),
|
|
12600
12600
|
"page-size": f.value,
|
|
12601
|
-
"onUpdate:pageSize": he[10] || (he[10] = (
|
|
12601
|
+
"onUpdate:pageSize": he[10] || (he[10] = (ze) => f.value = ze),
|
|
12602
12602
|
"page-sizes": e.pageSizes || [
|
|
12603
12603
|
100,
|
|
12604
12604
|
200,
|
|
@@ -12619,7 +12619,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12619
12619
|
ref_key: "tableRef",
|
|
12620
12620
|
ref: l,
|
|
12621
12621
|
"table-page": d.value,
|
|
12622
|
-
"onUpdate:tablePage": he[11] || (he[11] = (
|
|
12622
|
+
"onUpdate:tablePage": he[11] || (he[11] = (ze) => d.value = ze),
|
|
12623
12623
|
columns: y.value,
|
|
12624
12624
|
"sub-columns": e.subColumns,
|
|
12625
12625
|
records: Y(c),
|
|
@@ -12674,9 +12674,9 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12674
12674
|
ref_key: "filterPanelRef",
|
|
12675
12675
|
ref: j,
|
|
12676
12676
|
"is-pin": E.value,
|
|
12677
|
-
"onUpdate:isPin": he[12] || (he[12] = (
|
|
12677
|
+
"onUpdate:isPin": he[12] || (he[12] = (ze) => E.value = ze),
|
|
12678
12678
|
relation: we.value,
|
|
12679
|
-
"onUpdate:relation": he[13] || (he[13] = (
|
|
12679
|
+
"onUpdate:relation": he[13] || (he[13] = (ze) => we.value = ze),
|
|
12680
12680
|
"search-field-list": ce.value,
|
|
12681
12681
|
columns: _.value,
|
|
12682
12682
|
onFilter: zt
|
|
@@ -12740,7 +12740,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12740
12740
|
_: 1
|
|
12741
12741
|
}, 8, ["modelValue", "placeholder"])]), B("div", Gm, [(k(!0), L(Ee, null, Oe(r.value, (v) => (k(), L("div", {
|
|
12742
12742
|
key: v.value,
|
|
12743
|
-
class:
|
|
12743
|
+
class: Ve(["option-item", { active: l.value.includes(v.value) || v.disabled }]),
|
|
12744
12744
|
onClick: qt((b) => c(v), ["stop"])
|
|
12745
12745
|
}, [v.icon ? (k(), F(u, {
|
|
12746
12746
|
key: 0,
|
|
@@ -12866,7 +12866,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12866
12866
|
d.value = !0, a.loadData && (u.value = await a.loadData() || []), c && await c({
|
|
12867
12867
|
type: "j-tree",
|
|
12868
12868
|
config: a
|
|
12869
|
-
}), d.value = !1,
|
|
12869
|
+
}), d.value = !1, Ot(() => {
|
|
12870
12870
|
a.afterLoadData && a.afterLoadData(v.value || []);
|
|
12871
12871
|
});
|
|
12872
12872
|
}, x = (H, j = !0) => {
|
|
@@ -12915,7 +12915,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12915
12915
|
}), (H, j) => {
|
|
12916
12916
|
const E = $("j-icon"), V = $("j-button"), q = $("el-dropdown-item"), ce = $("el-dropdown-menu"), we = $("el-dropdown"), U = $("el-tree"), G = $("el-empty"), Q = Ho("loading");
|
|
12917
12917
|
return ia((k(), L("div", {
|
|
12918
|
-
class:
|
|
12918
|
+
class: Ve([
|
|
12919
12919
|
"j-block",
|
|
12920
12920
|
"j-tree",
|
|
12921
12921
|
{ "j-tree-menu": e.theme === "menu" }
|
|
@@ -12944,7 +12944,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12944
12944
|
onCheck: y,
|
|
12945
12945
|
onNodeDrop: _
|
|
12946
12946
|
}, {
|
|
12947
|
-
default: K(({ node: M }) => [B("div", { class:
|
|
12947
|
+
default: K(({ node: M }) => [B("div", { class: Ve(["j-tree-item-wraper", { "is-focus": A.value === M.data.value }]) }, [
|
|
12948
12948
|
M.data.openIcon ? (k(), F(E, {
|
|
12949
12949
|
key: 0,
|
|
12950
12950
|
class: "j-tree-item-open-icon",
|
|
@@ -12970,7 +12970,7 @@ var Lp = { class: "j-table-footer" }, zp = {
|
|
|
12970
12970
|
key: Ie,
|
|
12971
12971
|
disabled: fe.disabled,
|
|
12972
12972
|
divided: fe.divided,
|
|
12973
|
-
onClick: qt((
|
|
12973
|
+
onClick: qt((We) => T(fe, M.data), ["stop"])
|
|
12974
12974
|
}, {
|
|
12975
12975
|
default: K(() => [B("div", {
|
|
12976
12976
|
class: "j-flex-item",
|
|
@@ -13247,7 +13247,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13247
13247
|
children: []
|
|
13248
13248
|
};
|
|
13249
13249
|
de.push(Ae);
|
|
13250
|
-
const { children:
|
|
13250
|
+
const { children: Le } = ge;
|
|
13251
13251
|
Ci(Ae, ge, ["children", "config"]), Ci(Ae.config, ge.config || {}, []), a.config.size && Ae.config.size === void 0 && (Ae.config.size = a.config.size), R[ge.id] && console.warn("有重复的组件id:" + ge.id), R[ge.id] = Ae, a.readonly === !0 && (Ae.config.readonly = !0);
|
|
13252
13252
|
let ot = !1, se;
|
|
13253
13253
|
ie !== "" && M(ie) && (ot = !0, Ae.config.parentTableId = ie, se = R[ie]?.config?.table);
|
|
@@ -13264,33 +13264,33 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13264
13264
|
ut.push(Ct.i);
|
|
13265
13265
|
}), y[ge.id] = ut;
|
|
13266
13266
|
}
|
|
13267
|
-
|
|
13267
|
+
Le && Le.length > 0 && Ie(Le, Ae.children, ne, Ae.id);
|
|
13268
13268
|
});
|
|
13269
|
-
},
|
|
13270
|
-
const ne = ++E;
|
|
13271
|
-
b.value = !1;
|
|
13272
|
-
const
|
|
13273
|
-
if (S.length = 0, T = /* @__PURE__ */ Object.create(null), A = /* @__PURE__ */ Object.create(null), P = [], ue = de, So(y), So(R),
|
|
13269
|
+
}, We = async (J, de) => {
|
|
13270
|
+
const ne = ++E, ie = b.value;
|
|
13271
|
+
b.value = !1, ie && await Ot();
|
|
13272
|
+
const ge = !!de;
|
|
13273
|
+
if (S.length = 0, T = /* @__PURE__ */ Object.create(null), A = /* @__PURE__ */ Object.create(null), P = [], ue = de, So(y), So(R), ge && Be(de, ""), Ie(J, S, ge), H = we(), j = !1, z = H, ce(() => {
|
|
13274
13274
|
ne === E && (z = ln(H), j = !0);
|
|
13275
|
-
}), b.value = !0, await
|
|
13276
|
-
const
|
|
13277
|
-
let
|
|
13278
|
-
V?.raw ===
|
|
13279
|
-
raw:
|
|
13280
|
-
obj:
|
|
13281
|
-
}), await Bt(
|
|
13275
|
+
}), b.value = !0, await Ot(), await q(), a.config?.codeInit) {
|
|
13276
|
+
const Ae = a.config.codeInit;
|
|
13277
|
+
let Le;
|
|
13278
|
+
V?.raw === Ae ? Le = V.obj : (Le = JSON.parse(Ae), V = {
|
|
13279
|
+
raw: Ae,
|
|
13280
|
+
obj: Le
|
|
13281
|
+
}), await Bt(Le, { param: {} });
|
|
13282
13282
|
}
|
|
13283
13283
|
}, Ke = (J, de, ne) => {
|
|
13284
13284
|
const ie = [];
|
|
13285
13285
|
return de.forEach((ge) => {
|
|
13286
13286
|
const Ae = {};
|
|
13287
|
-
Object.keys(ge).forEach((
|
|
13288
|
-
if (!ne || ne(
|
|
13289
|
-
const ot = gt(
|
|
13290
|
-
if (ot?.type === "j-table") Ae[ot?.id || ""] = Ke(
|
|
13287
|
+
Object.keys(ge).forEach((Le) => {
|
|
13288
|
+
if (!ne || ne(Le, ge[Le], J)) {
|
|
13289
|
+
const ot = gt(Le);
|
|
13290
|
+
if (ot?.type === "j-table") Ae[ot?.id || ""] = Ke(Le, ge[Le], ne);
|
|
13291
13291
|
else {
|
|
13292
|
-
let se = T[`${J}_${
|
|
13293
|
-
se = se.indexOf(".") !== -1 ? se.split(".")[1] : se, Ae[se] = ge[
|
|
13292
|
+
let se = T[`${J}_${Le}`.toLowerCase()] || Le;
|
|
13293
|
+
se = se.indexOf(".") !== -1 ? se.split(".")[1] : se, Ae[se] = ge[Le];
|
|
13294
13294
|
}
|
|
13295
13295
|
}
|
|
13296
13296
|
}), ie.push(Ae);
|
|
@@ -13302,8 +13302,8 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13302
13302
|
if (ge === void 0)
|
|
13303
13303
|
ie && (br(ie) && (ie = ie[0] || {}), typeof ie == "object" ? Object.keys(ie).forEach((Ae) => {
|
|
13304
13304
|
if (!de || de(ne, ie[Ae], ne)) {
|
|
13305
|
-
let
|
|
13306
|
-
ne !== "main" && (
|
|
13305
|
+
let Le = Ae;
|
|
13306
|
+
ne !== "main" && (Le = `${ne}_${Ae}`), A[Le] = ne, y[T[Le.toLowerCase()] || Ae] = ie[Ae];
|
|
13307
13307
|
}
|
|
13308
13308
|
}) : y[ne] = ie);
|
|
13309
13309
|
else if (M(ge.id || "")) {
|
|
@@ -13327,21 +13327,21 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13327
13327
|
if (_e.has(ie)) return;
|
|
13328
13328
|
const ge = R[ie];
|
|
13329
13329
|
if (ge) {
|
|
13330
|
-
const Ae = ge.config?.table,
|
|
13331
|
-
if (de)
|
|
13330
|
+
const Ae = ge.config?.table, Le = ge.config?.field;
|
|
13331
|
+
if (de) Le ? ne[Le] = J[ie] : ne[ie] = J[ie];
|
|
13332
13332
|
else if (M(ie)) {
|
|
13333
13333
|
const ot = [];
|
|
13334
13334
|
J[ie].forEach((se) => {
|
|
13335
13335
|
ot.push(Te(se, !0));
|
|
13336
13336
|
}), ne[Ae || ie] = ot;
|
|
13337
|
-
} else Ae &&
|
|
13337
|
+
} else Ae && Le ? (ne[Ae] = ne[Ae] || {}, ne[Ae][Le] = J[ie]) : Le && (ne[Le] = J[ie]);
|
|
13338
13338
|
} else de ? ie !== "_X_ROW_KEY" && ie !== "_isHover" && (ne[ie] = J[ie]) : A[ie] ? (ne[A[ie]] = ne[A[ie]] || {}, ne[A[ie]][ie.replace(`${A[ie]}_`, "")] = J[ie]) : ne[ie] = J[ie];
|
|
13339
13339
|
}), ne;
|
|
13340
|
-
},
|
|
13340
|
+
}, It = (J = !0) => J ? Te(y) : y, xt = (J, de, ne, ie) => {
|
|
13341
13341
|
let ge = R[J];
|
|
13342
13342
|
if (ge == null) {
|
|
13343
|
-
const
|
|
13344
|
-
ge = R[
|
|
13343
|
+
const Le = J.split(".");
|
|
13344
|
+
ge = R[Le[Le.length - 1]] || {};
|
|
13345
13345
|
}
|
|
13346
13346
|
if (!ge) return {};
|
|
13347
13347
|
const Ae = kn({
|
|
@@ -13356,8 +13356,8 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13356
13356
|
}, Xe = (J, de, ne, ie) => {
|
|
13357
13357
|
const ge = xt(J, de, ne, ie);
|
|
13358
13358
|
if (ge.isNotRule !== !0 && ge.display !== !1) {
|
|
13359
|
-
const Ae = ge.rule || [],
|
|
13360
|
-
return
|
|
13359
|
+
const Ae = ge.rule || [], Le = Ae.find((ot) => ot.type === "only");
|
|
13360
|
+
return Le && (Le.validator = async (ot, se) => {
|
|
13361
13361
|
if (se && !await r({
|
|
13362
13362
|
table: ot.table,
|
|
13363
13363
|
key: ot.key,
|
|
@@ -13406,8 +13406,8 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13406
13406
|
const ie = y[ne.config.parentTableId], ge = ne.id ? ne.id.replace(`${ne.config.parentTableId}.`, "") : "";
|
|
13407
13407
|
if (de != null) return (ie[de] || {})[ge || ""];
|
|
13408
13408
|
const Ae = [];
|
|
13409
|
-
return ie && ie.forEach((
|
|
13410
|
-
Ae.push(
|
|
13409
|
+
return ie && ie.forEach((Le) => {
|
|
13410
|
+
Ae.push(Le[ge || ""]);
|
|
13411
13411
|
}), Ae;
|
|
13412
13412
|
}
|
|
13413
13413
|
if (M(ne.id || "")) {
|
|
@@ -13425,7 +13425,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13425
13425
|
i: de
|
|
13426
13426
|
}), ie = gt(J);
|
|
13427
13427
|
if (ie && p?.getLabel) if (de !== void 0) {
|
|
13428
|
-
const ge = ne[de], Ae = y[ie.config.parentTableId || ""][de],
|
|
13428
|
+
const ge = ne[de], Ae = y[ie.config.parentTableId || ""][de], Le = kn({
|
|
13429
13429
|
config: ie.config,
|
|
13430
13430
|
getCompConfig: ie.getCompConfig,
|
|
13431
13431
|
formData: y,
|
|
@@ -13434,7 +13434,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13434
13434
|
});
|
|
13435
13435
|
return await p?.getLabel({
|
|
13436
13436
|
value: ge,
|
|
13437
|
-
config:
|
|
13437
|
+
config: Le,
|
|
13438
13438
|
formData: y,
|
|
13439
13439
|
tableData: y[ie.config.parentTableId || ""],
|
|
13440
13440
|
row: Ae
|
|
@@ -13452,7 +13452,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13452
13452
|
});
|
|
13453
13453
|
}
|
|
13454
13454
|
return ne;
|
|
13455
|
-
}, vn = async (J, de) => p?.loadViewDataList ? await p?.loadViewDataList(J, de, !1) : [], Zt = (J) => (J.set = Et, J.get = ct, J.setFormData = ae, J.getFormData =
|
|
13455
|
+
}, vn = async (J, de) => p?.loadViewDataList ? await p?.loadViewDataList(J, de, !1) : [], Zt = (J) => (J.set = Et, J.get = ct, J.setFormData = ae, J.getFormData = It, J.getLabel = cn, J.getViewData = vn, J.getDateNow = (de) => Jr(/* @__PURE__ */ new Date(), de || "YYYY-MM-DD HH:mm:ss"), J.httpGet = l || (() => {
|
|
13456
13456
|
console.log("当前状态不支持");
|
|
13457
13457
|
}), J.httpPost = c || (() => {
|
|
13458
13458
|
console.log("当前状态不支持");
|
|
@@ -13489,7 +13489,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13489
13489
|
}, Kn = async () => {
|
|
13490
13490
|
a.config?.codeAfterSave && await Bt(JSON.parse(a.config?.codeAfterSave), { param: {} });
|
|
13491
13491
|
};
|
|
13492
|
-
a.schema &&
|
|
13492
|
+
a.schema && We(a.schema);
|
|
13493
13493
|
const Qt = {}, Bt = async (J, de) => {
|
|
13494
13494
|
const { run: ne } = Lc({
|
|
13495
13495
|
data: J,
|
|
@@ -13520,14 +13520,14 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13520
13520
|
de && (delete Qt[J], await Bt(de.data, de.inputParams));
|
|
13521
13521
|
}
|
|
13522
13522
|
}), jc({ contextType: "form" }), t({
|
|
13523
|
-
init:
|
|
13523
|
+
init: We,
|
|
13524
13524
|
reset: Gt,
|
|
13525
13525
|
validate: sn,
|
|
13526
13526
|
setValue: Et,
|
|
13527
13527
|
getValue: ct,
|
|
13528
13528
|
getLabel: cn,
|
|
13529
13529
|
setFormData: ae,
|
|
13530
|
-
getFormData:
|
|
13530
|
+
getFormData: It,
|
|
13531
13531
|
afterSetData: yn,
|
|
13532
13532
|
beforeSave: zn,
|
|
13533
13533
|
afterSave: Kn
|
|
@@ -13535,7 +13535,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13535
13535
|
const ne = $("j-form-item"), ie = $("el-row"), ge = $("el-form");
|
|
13536
13536
|
return b.value ? (k(), F(ge, {
|
|
13537
13537
|
key: 0,
|
|
13538
|
-
class:
|
|
13538
|
+
class: Ve([
|
|
13539
13539
|
"j-form",
|
|
13540
13540
|
e.isAutoSize && "j-block",
|
|
13541
13541
|
e.isAutoSize && "j-form-auto"
|
|
@@ -13546,11 +13546,11 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13546
13546
|
onSubmit: de[0] || (de[0] = qt(() => {
|
|
13547
13547
|
}, ["prevent"]))
|
|
13548
13548
|
}, {
|
|
13549
|
-
default: K(() => [C.value ? (k(), F(ne,
|
|
13549
|
+
default: K(() => [C.value ? (k(), F(ne, Ne({ key: 0 }, S[0], { "is-not-col": "" }), null, 16)) : (k(), F(ie, {
|
|
13550
13550
|
key: 1,
|
|
13551
13551
|
gutter: x.value
|
|
13552
13552
|
}, {
|
|
13553
|
-
default: K(() => [(k(), L(Ee, null, Oe(S, (Ae) => X(ne,
|
|
13553
|
+
default: K(() => [(k(), L(Ee, null, Oe(S, (Ae) => X(ne, Ne({ key: Ae.id }, { ref_for: !0 }, Ae), null, 16)), 64))]),
|
|
13554
13554
|
_: 1
|
|
13555
13555
|
}, 8, ["gutter"]))]),
|
|
13556
13556
|
_: 1
|
|
@@ -13593,7 +13593,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13593
13593
|
i[w.id] = C, C.config = [], Ci(C.config, w.config || {}, ["defaultValue"]), w?.config?.defaultValue !== void 0 && (r[w.id] = w.config.defaultValue), g.push(C), y && y.length > 0 && (C.children = [], l(y, C.children));
|
|
13594
13594
|
});
|
|
13595
13595
|
}, c = (m) => {
|
|
13596
|
-
a.value = !1, o.splice(0, o.length), So(i), So(r), l(m, o),
|
|
13596
|
+
a.value = !1, o.splice(0, o.length), So(i), So(r), l(m, o), Ot(() => {
|
|
13597
13597
|
a.value = !0;
|
|
13598
13598
|
});
|
|
13599
13599
|
};
|
|
@@ -13739,7 +13739,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13739
13739
|
placement: "top",
|
|
13740
13740
|
content: c.label || ""
|
|
13741
13741
|
}, {
|
|
13742
|
-
default: K(() => [X(i,
|
|
13742
|
+
default: K(() => [X(i, Ne({ ref_for: !0 }, c.config, {
|
|
13743
13743
|
onClick: (s) => n(c),
|
|
13744
13744
|
type: "text",
|
|
13745
13745
|
size: e.size
|
|
@@ -13904,11 +13904,11 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
13904
13904
|
class: "j-input-rows-container"
|
|
13905
13905
|
}, [(k(!0), L(Ee, null, Oe(v.value, (P, z) => (k(), L("div", {
|
|
13906
13906
|
key: P._i + z,
|
|
13907
|
-
class:
|
|
13907
|
+
class: Ve([e.isCompact ? "j-space-compact" : "j-space", { "j-space-wrap": e.isWrap }])
|
|
13908
13908
|
}, [
|
|
13909
13909
|
e.showNum ? (k(), L("div", Bb, Se(z + 1), 1)) : ee("", !0),
|
|
13910
13910
|
e.showChar ? (k(), L("div", Hb, Se(p[z % 26]), 1)) : ee("", !0),
|
|
13911
|
-
(k(!0), L(Ee, null, Oe(e.columns, (H) => (k(), F(S,
|
|
13911
|
+
(k(!0), L(Ee, null, Oe(e.columns, (H) => (k(), F(S, Ne({
|
|
13912
13912
|
key: H.id,
|
|
13913
13913
|
ref_for: !0
|
|
13914
13914
|
}, H, {
|
|
@@ -14030,7 +14030,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14030
14030
|
data: void 0
|
|
14031
14031
|
});
|
|
14032
14032
|
}, p = async ({ checked: m }) => {
|
|
14033
|
-
s.value && m && (await
|
|
14033
|
+
s.value && m && (await Ot(), await v());
|
|
14034
14034
|
}, v = async () => {
|
|
14035
14035
|
if (!l.value) return;
|
|
14036
14036
|
const m = l.value.getSelection();
|
|
@@ -14197,7 +14197,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14197
14197
|
labelWidth: r
|
|
14198
14198
|
}), (f, u) => {
|
|
14199
14199
|
const h = $("j-button"), p = $("j-form-item"), v = $("el-row"), b = $("el-form"), x = $("j-dialog");
|
|
14200
|
-
return k(), L("div", null, [X(h,
|
|
14200
|
+
return k(), L("div", null, [X(h, Ne(f.$attrs, {
|
|
14201
14201
|
type: e.type,
|
|
14202
14202
|
size: e.size,
|
|
14203
14203
|
icon: e.icon,
|
|
@@ -14215,18 +14215,18 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14215
14215
|
"has-btns": !1
|
|
14216
14216
|
}, {
|
|
14217
14217
|
default: K(() => [X(b, {
|
|
14218
|
-
class:
|
|
14218
|
+
class: Ve(["j-block", "j-layer-form"]),
|
|
14219
14219
|
"label-position": l.value,
|
|
14220
14220
|
"label-width": r.value,
|
|
14221
14221
|
size: e.formConfig?.size,
|
|
14222
14222
|
onSubmit: u[0] || (u[0] = qt(() => {
|
|
14223
14223
|
}, ["prevent"]))
|
|
14224
14224
|
}, {
|
|
14225
|
-
default: K(() => [c.value ? (k(), F(p, aa(
|
|
14225
|
+
default: K(() => [c.value ? (k(), F(p, aa(Ne({ key: 0 }, e.schema[0])), null, 16)) : (k(), F(v, {
|
|
14226
14226
|
key: 1,
|
|
14227
14227
|
gutter: o.value
|
|
14228
14228
|
}, {
|
|
14229
|
-
default: K(() => [(k(!0), L(Ee, null, Oe(e.schema, (m) => (k(), F(p,
|
|
14229
|
+
default: K(() => [(k(!0), L(Ee, null, Oe(e.schema, (m) => (k(), F(p, Ne({
|
|
14230
14230
|
key: m.id,
|
|
14231
14231
|
ref_for: !0
|
|
14232
14232
|
}, m), null, 16))), 128))]),
|
|
@@ -14333,7 +14333,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14333
14333
|
}, 100);
|
|
14334
14334
|
}), (r, l) => {
|
|
14335
14335
|
const c = $("el-switch");
|
|
14336
|
-
return k(), F(c,
|
|
14336
|
+
return k(), F(c, Ne(r.$attrs, {
|
|
14337
14337
|
id: e.id,
|
|
14338
14338
|
modelValue: o.value,
|
|
14339
14339
|
"onUpdate:modelValue": l[0] || (l[0] = (s) => o.value = s),
|
|
@@ -14451,7 +14451,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14451
14451
|
};
|
|
14452
14452
|
return (s, d) => {
|
|
14453
14453
|
const f = $("el-tabs");
|
|
14454
|
-
return k(), F(f,
|
|
14454
|
+
return k(), F(f, Ne(s.$attrs, {
|
|
14455
14455
|
class: { isFill: e.isFill },
|
|
14456
14456
|
"model-value": e.modelValue,
|
|
14457
14457
|
type: e.type,
|
|
@@ -14502,7 +14502,7 @@ var Lc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14502
14502
|
};
|
|
14503
14503
|
return (i, r) => {
|
|
14504
14504
|
const l = $("el-collapse");
|
|
14505
|
-
return k(), F(l,
|
|
14505
|
+
return k(), F(l, Ne(i.$attrs, {
|
|
14506
14506
|
"model-value": e.modelValue,
|
|
14507
14507
|
accordion: e.accordion,
|
|
14508
14508
|
onChange: o,
|
|
@@ -15014,7 +15014,7 @@ function Kr(e, t, n) {
|
|
|
15014
15014
|
return Ht(n) && (a.dataset.cornerRadius = String(n)), Fc(a, e);
|
|
15015
15015
|
}
|
|
15016
15016
|
function Fc(e, t) {
|
|
15017
|
-
return
|
|
15017
|
+
return $e(e, { d: Lo(v0(t, parseInt(e.dataset.cornerRadius, 10) || 0)) }), e;
|
|
15018
15018
|
}
|
|
15019
15019
|
function y0(e) {
|
|
15020
15020
|
return !0;
|
|
@@ -15114,7 +15114,7 @@ function Vc(e, t, n) {
|
|
|
15114
15114
|
"no-move": g("djs-hit djs-hit-no-move")
|
|
15115
15115
|
};
|
|
15116
15116
|
function g(y, _) {
|
|
15117
|
-
return _ =
|
|
15117
|
+
return _ = Fe({
|
|
15118
15118
|
stroke: "white",
|
|
15119
15119
|
strokeWidth: 15
|
|
15120
15120
|
}, _ || {}), n.cls(y, ["no-fill", "no-border"], _);
|
|
@@ -15122,7 +15122,7 @@ function Vc(e, t, n) {
|
|
|
15122
15122
|
function w(y, _) {
|
|
15123
15123
|
var S = m[_];
|
|
15124
15124
|
if (!S) throw new Error("invalid hit type <" + _ + ">");
|
|
15125
|
-
return
|
|
15125
|
+
return $e(y, S), y;
|
|
15126
15126
|
}
|
|
15127
15127
|
function C(y, _) {
|
|
15128
15128
|
qe(y, _);
|
|
@@ -15139,16 +15139,16 @@ function Vc(e, t, n) {
|
|
|
15139
15139
|
var S = Kr(_);
|
|
15140
15140
|
return w(S, "stroke"), C(y, S), S;
|
|
15141
15141
|
}, this.createBoxHit = function(y, _, S) {
|
|
15142
|
-
S =
|
|
15142
|
+
S = Fe({
|
|
15143
15143
|
x: 0,
|
|
15144
15144
|
y: 0
|
|
15145
15145
|
}, S);
|
|
15146
15146
|
var R = Je("rect");
|
|
15147
|
-
return w(R, _),
|
|
15147
|
+
return w(R, _), $e(R, S), C(y, R), R;
|
|
15148
15148
|
}, this.updateDefaultHit = function(y, _) {
|
|
15149
15149
|
var S = Xt(".djs-hit", _);
|
|
15150
15150
|
if (S)
|
|
15151
|
-
return y.waypoints ? Fc(S, y.waypoints) :
|
|
15151
|
+
return y.waypoints ? Fc(S, y.waypoints) : $e(S, {
|
|
15152
15152
|
width: y.width,
|
|
15153
15153
|
height: y.height
|
|
15154
15154
|
}), S;
|
|
@@ -15332,7 +15332,7 @@ function Kc(e, t, n, a) {
|
|
|
15332
15332
|
}
|
|
15333
15333
|
function l(g, w) {
|
|
15334
15334
|
w = w || i;
|
|
15335
|
-
var C = e.createEvent(
|
|
15335
|
+
var C = e.createEvent(Fe({}, w.payload, w.data, { isTouch: w.isTouch }));
|
|
15336
15336
|
return e.fire("drag." + g, C) === !1 ? !1 : e.fire(w.prefix + "." + g, C);
|
|
15337
15337
|
}
|
|
15338
15338
|
function c(g) {
|
|
@@ -15344,7 +15344,7 @@ function Kc(e, t, n, a) {
|
|
|
15344
15344
|
function s(g, w) {
|
|
15345
15345
|
var C = i.payload, y = i.displacement, _ = i.globalStart, S = Xa(g), R = Ja(S, _), T = i.localStart, A = r(S), P = Ja(A, T);
|
|
15346
15346
|
if (!i.active && (w || x0(R) > i.threshold)) {
|
|
15347
|
-
if (
|
|
15347
|
+
if (Fe(C, {
|
|
15348
15348
|
x: Ua(T.x + y.x),
|
|
15349
15349
|
y: Ua(T.y + y.y),
|
|
15350
15350
|
dx: 0,
|
|
@@ -15352,7 +15352,7 @@ function Kc(e, t, n, a) {
|
|
|
15352
15352
|
}, { originalEvent: g }), l("start") === !1) return b();
|
|
15353
15353
|
i.active = !0, i.keepSelection || (C.previousSelection = n.get(), n.select(null)), i.cursor && Xr(i.cursor), t.addMarker(t.getRootElement(), Ql);
|
|
15354
15354
|
}
|
|
15355
|
-
or(g), i.active && (
|
|
15355
|
+
or(g), i.active && (Fe(C, {
|
|
15356
15356
|
x: Ua(A.x + y.x),
|
|
15357
15357
|
y: Ua(A.y + y.y),
|
|
15358
15358
|
dx: Ua(P.x),
|
|
@@ -15396,12 +15396,12 @@ function Kc(e, t, n, a) {
|
|
|
15396
15396
|
return g !== !1 && y && !n.get().length && c(y), w = i, i = null, w;
|
|
15397
15397
|
}
|
|
15398
15398
|
function m(g, w, C, y) {
|
|
15399
|
-
i && b(!1), typeof w == "string" && (y = C, C = w, w = null), y =
|
|
15399
|
+
i && b(!1), typeof w == "string" && (y = C, C = w, w = null), y = Fe({}, o, y || {});
|
|
15400
15400
|
var _ = y.data || {}, S, R, T, A, P;
|
|
15401
15401
|
y.trapClick ? A = u : A = d, g ? (S = eo(g) || g, R = Xa(g), or(g), S.type === "dragstart" && xa(S)) : (S = null, R = {
|
|
15402
15402
|
x: 0,
|
|
15403
15403
|
y: 0
|
|
15404
|
-
}), T = r(R), w || (w = T), P = _0(S), i =
|
|
15404
|
+
}), T = r(R), w || (w = T), P = _0(S), i = Fe({
|
|
15405
15405
|
prefix: C,
|
|
15406
15406
|
data: _,
|
|
15407
15407
|
payload: {},
|
|
@@ -15414,7 +15414,7 @@ function Kc(e, t, n, a) {
|
|
|
15414
15414
|
e.on("diagram.destroy", b), this.init = m, this.move = s, this.hover = p, this.out = v, this.end = d, this.cancel = b, this.context = function() {
|
|
15415
15415
|
return i;
|
|
15416
15416
|
}, this.setOptions = function(g) {
|
|
15417
|
-
|
|
15417
|
+
Fe(o, g);
|
|
15418
15418
|
};
|
|
15419
15419
|
}
|
|
15420
15420
|
Kc.$inject = [
|
|
@@ -15468,10 +15468,10 @@ sa.prototype.getGfx = function(e) {
|
|
|
15468
15468
|
sa.prototype.addDragger = function(e, t, n, a = "djs-dragger") {
|
|
15469
15469
|
n = n || this.getGfx(e);
|
|
15470
15470
|
var o = yc(n), i = n.getBoundingClientRect();
|
|
15471
|
-
return this._cloneMarkers(Cr(o), a),
|
|
15471
|
+
return this._cloneMarkers(Cr(o), a), $e(o, this._styles.cls(a, [], {
|
|
15472
15472
|
x: i.top,
|
|
15473
15473
|
y: i.left
|
|
15474
|
-
})), qe(t, o),
|
|
15474
|
+
})), qe(t, o), $e(o, "data-preview-support-element-id", e.id), o;
|
|
15475
15475
|
};
|
|
15476
15476
|
sa.prototype.addFrame = function(e, t) {
|
|
15477
15477
|
var n = Je("rect", {
|
|
@@ -15481,14 +15481,14 @@ sa.prototype.addFrame = function(e, t) {
|
|
|
15481
15481
|
x: e.x,
|
|
15482
15482
|
y: e.y
|
|
15483
15483
|
});
|
|
15484
|
-
return qe(t, n),
|
|
15484
|
+
return qe(t, n), $e(n, "data-preview-support-element-id", e.id), n;
|
|
15485
15485
|
};
|
|
15486
15486
|
sa.prototype._cloneMarkers = function(e, t = "djs-dragger", n = e) {
|
|
15487
15487
|
var a = this;
|
|
15488
15488
|
e.childNodes && e.childNodes.forEach((o) => {
|
|
15489
15489
|
a._cloneMarkers(o, t, n);
|
|
15490
15490
|
}), A0(e) && S0.forEach(function(o) {
|
|
15491
|
-
if (
|
|
15491
|
+
if ($e(e, o)) {
|
|
15492
15492
|
var i = R0(e, o, a._canvas.getContainer());
|
|
15493
15493
|
i && a._cloneMarker(n, e, i, o, t);
|
|
15494
15494
|
}
|
|
@@ -15504,10 +15504,10 @@ sa.prototype._cloneMarker = function(e, t, n, a, o = "djs-dragger") {
|
|
|
15504
15504
|
var l = r || yc(n);
|
|
15505
15505
|
l.id = i, ht(l).add(o);
|
|
15506
15506
|
var c = Xt(":scope > defs", e);
|
|
15507
|
-
c || (c = Je("defs"), qe(e, c)), qe(c, l),
|
|
15507
|
+
c || (c = Je("defs"), qe(e, c)), qe(c, l), $e(t, a, T0(l.id));
|
|
15508
15508
|
};
|
|
15509
15509
|
function R0(e, t, n) {
|
|
15510
|
-
return Xt("marker#" + E0(
|
|
15510
|
+
return Xt("marker#" + E0($e(e, t)), n || document);
|
|
15511
15511
|
}
|
|
15512
15512
|
function E0(e) {
|
|
15513
15513
|
return e.match(/url\(['"]?#([^'"]*)['"]?\)/)[1];
|
|
@@ -15620,7 +15620,7 @@ function O0(e) {
|
|
|
15620
15620
|
return !!(e && e.isFrame);
|
|
15621
15621
|
}
|
|
15622
15622
|
function ho(e, t) {
|
|
15623
|
-
return
|
|
15623
|
+
return Fe({}, e || {}, t || {});
|
|
15624
15624
|
}
|
|
15625
15625
|
function tn(e) {
|
|
15626
15626
|
return hn(e) && vc(e, "waypoints");
|
|
@@ -15707,12 +15707,12 @@ function Zc(e, t, n, a, o) {
|
|
|
15707
15707
|
attach: v,
|
|
15708
15708
|
connection: b === !0 ? {} : b,
|
|
15709
15709
|
connectionTarget: x.connectionTarget
|
|
15710
|
-
}) : (u = a.createElements(u, m, h,
|
|
15710
|
+
}) : (u = a.createElements(u, m, h, Fe({}, x, { attach: v })), f = Pn(u, function(g) {
|
|
15711
15711
|
return !tn(g);
|
|
15712
|
-
})),
|
|
15712
|
+
})), Fe(s, {
|
|
15713
15713
|
elements: u,
|
|
15714
15714
|
shape: f
|
|
15715
|
-
}),
|
|
15715
|
+
}), Fe(c, {
|
|
15716
15716
|
elements: u,
|
|
15717
15717
|
shape: f
|
|
15718
15718
|
});
|
|
@@ -15731,7 +15731,7 @@ function Zc(e, t, n, a, o) {
|
|
|
15731
15731
|
return !tn(h);
|
|
15732
15732
|
});
|
|
15733
15733
|
if (f) {
|
|
15734
|
-
d =
|
|
15734
|
+
d = Fe({
|
|
15735
15735
|
elements: s,
|
|
15736
15736
|
hints: {},
|
|
15737
15737
|
shape: f
|
|
@@ -15747,7 +15747,7 @@ function Zc(e, t, n, a, o) {
|
|
|
15747
15747
|
x: p.x - u.x - u.width / 2,
|
|
15748
15748
|
y: p.y - u.y - u.height / 2
|
|
15749
15749
|
};
|
|
15750
|
-
})),
|
|
15750
|
+
})), Fe(h, {
|
|
15751
15751
|
x: h.x - u.x - u.width / 2,
|
|
15752
15752
|
y: h.y - u.y - u.height / 2
|
|
15753
15753
|
});
|
|
@@ -15801,7 +15801,7 @@ var $0 = 750;
|
|
|
15801
15801
|
function Qc(e, t, n, a, o) {
|
|
15802
15802
|
function i(r) {
|
|
15803
15803
|
var l = Je("g");
|
|
15804
|
-
|
|
15804
|
+
$e(l, o.cls("djs-drag-group", ["no-events"]));
|
|
15805
15805
|
var c = Je("g");
|
|
15806
15806
|
return r.forEach(function(s) {
|
|
15807
15807
|
var d;
|
|
@@ -16166,10 +16166,10 @@ function vs(e, t, n, a, o, i) {
|
|
|
16166
16166
|
];
|
|
16167
16167
|
}
|
|
16168
16168
|
function nu(e, t, n, a, o, i, r, l, c, s) {
|
|
16169
|
-
var d = qn * 120 / 180, f = qn / 180 * (+o || 0), u = [], h, p = G0(function(fe, Ie,
|
|
16169
|
+
var d = qn * 120 / 180, f = qn / 180 * (+o || 0), u = [], h, p = G0(function(fe, Ie, We) {
|
|
16170
16170
|
return {
|
|
16171
|
-
x: fe * At.cos(
|
|
16172
|
-
y: fe * At.sin(
|
|
16171
|
+
x: fe * At.cos(We) - Ie * At.sin(We),
|
|
16172
|
+
y: fe * At.sin(We) + Ie * At.cos(We)
|
|
16173
16173
|
};
|
|
16174
16174
|
});
|
|
16175
16175
|
if (s)
|
|
@@ -17002,7 +17002,7 @@ var Tw = {
|
|
|
17002
17002
|
function Aw(e, t) {
|
|
17003
17003
|
var n = Tw[e];
|
|
17004
17004
|
if (!n) throw new Error("unknown type: <" + e + ">");
|
|
17005
|
-
return
|
|
17005
|
+
return Fe(new n(), t);
|
|
17006
17006
|
}
|
|
17007
17007
|
function Mw(e) {
|
|
17008
17008
|
return e instanceof oo;
|
|
@@ -17023,7 +17023,7 @@ ua.prototype.createConnection = function(e) {
|
|
|
17023
17023
|
return this.create("connection", e);
|
|
17024
17024
|
};
|
|
17025
17025
|
ua.prototype.create = function(e, t) {
|
|
17026
|
-
return t =
|
|
17026
|
+
return t = Fe({}, t || {}), t.id || (t.id = e + "_" + this._uid++), Aw(e, t);
|
|
17027
17027
|
};
|
|
17028
17028
|
var jw = {
|
|
17029
17029
|
width: 90,
|
|
@@ -17150,7 +17150,7 @@ sl.prototype.preExecute = function(e) {
|
|
|
17150
17150
|
x: li(f.x - l.x - l.width / 2 + o.x),
|
|
17151
17151
|
y: li(f.y - l.y - l.height / 2 + o.y)
|
|
17152
17152
|
};
|
|
17153
|
-
})),
|
|
17153
|
+
})), Fe(d, {
|
|
17154
17154
|
x: li(d.x - l.x - l.width / 2 + o.x),
|
|
17155
17155
|
y: li(d.y - l.y - l.height / 2 + o.y)
|
|
17156
17156
|
});
|
|
@@ -17161,7 +17161,7 @@ sl.prototype.preExecute = function(e) {
|
|
|
17161
17161
|
s[d.id] = Ht(a) ? r.createConnection(s[d.source.id], s[d.target.id], a, d, d.parent || n, i) : r.createConnection(s[d.source.id], s[d.target.id], d, d.parent || n, i);
|
|
17162
17162
|
return;
|
|
17163
17163
|
}
|
|
17164
|
-
var f =
|
|
17164
|
+
var f = Fe({}, i);
|
|
17165
17165
|
c.indexOf(d) === -1 && (f.autoResize = !1), Za(d) && (f = hf(f, ["attach"])), s[d.id] = Ht(a) ? r.createShape(d, xi(d, [
|
|
17166
17166
|
"x",
|
|
17167
17167
|
"y",
|
|
@@ -17184,7 +17184,7 @@ da.prototype.execute = function(e) {
|
|
|
17184
17184
|
var t = e.shape, n = e.position, a = e.parent, o = e.parentIndex;
|
|
17185
17185
|
if (!a) throw new Error("parent required");
|
|
17186
17186
|
if (!n) throw new Error("position required");
|
|
17187
|
-
return n.width !== void 0 ?
|
|
17187
|
+
return n.width !== void 0 ? Fe(t, n) : Fe(t, {
|
|
17188
17188
|
x: n.x - Cs(t.width / 2),
|
|
17189
17189
|
y: n.y - Cs(t.height / 2)
|
|
17190
17190
|
}), this._canvas.addShape(t, a, o), t;
|
|
@@ -17322,7 +17322,7 @@ function Wi(e, t) {
|
|
|
17322
17322
|
Wi.$inject = ["layouter", "canvas"];
|
|
17323
17323
|
Wi.prototype.execute = function(e) {
|
|
17324
17324
|
var t = e.connection, n = t.waypoints;
|
|
17325
|
-
return
|
|
17325
|
+
return Fe(e, { oldWaypoints: n }), t.waypoints = this._layouter.layoutConnection(t, e.hints), t;
|
|
17326
17326
|
};
|
|
17327
17327
|
Wi.prototype.revert = function(e) {
|
|
17328
17328
|
var t = e.connection;
|
|
@@ -17400,7 +17400,7 @@ gl.prototype.add = function(e, t) {
|
|
|
17400
17400
|
};
|
|
17401
17401
|
gl.prototype.addAll = function(e, t) {
|
|
17402
17402
|
var n = B0(e, !!t, this);
|
|
17403
|
-
return
|
|
17403
|
+
return Fe(this, n), this;
|
|
17404
17404
|
};
|
|
17405
17405
|
function No(e) {
|
|
17406
17406
|
this._modeling = e;
|
|
@@ -17448,7 +17448,7 @@ La.prototype.execute = function(e) {
|
|
|
17448
17448
|
"y",
|
|
17449
17449
|
"width",
|
|
17450
17450
|
"height"
|
|
17451
|
-
]), e.oldParent = i, e.oldParentIndex = Di(i.children, t), ca(a.children, t, o),
|
|
17451
|
+
]), e.oldParent = i, e.oldParentIndex = Di(i.children, t), ca(a.children, t, o), Fe(t, {
|
|
17452
17452
|
parent: a,
|
|
17453
17453
|
x: t.x + n.x,
|
|
17454
17454
|
y: t.y + n.y
|
|
@@ -17464,7 +17464,7 @@ La.prototype.postExecute = function(e) {
|
|
|
17464
17464
|
};
|
|
17465
17465
|
La.prototype.revert = function(e) {
|
|
17466
17466
|
var t = e.shape, n = e.oldParent, a = e.oldParentIndex, o = e.delta;
|
|
17467
|
-
return ca(n.children, t, a),
|
|
17467
|
+
return ca(n.children, t, a), Fe(t, {
|
|
17468
17468
|
parent: n,
|
|
17469
17469
|
x: t.x - o.x,
|
|
17470
17470
|
y: t.y - o.y
|
|
@@ -17565,7 +17565,7 @@ Uo.prototype.execute = function(e) {
|
|
|
17565
17565
|
height: t.height,
|
|
17566
17566
|
x: t.x,
|
|
17567
17567
|
y: t.y
|
|
17568
|
-
},
|
|
17568
|
+
}, Fe(t, {
|
|
17569
17569
|
width: n.width,
|
|
17570
17570
|
height: n.height,
|
|
17571
17571
|
x: n.x,
|
|
@@ -17582,7 +17582,7 @@ Uo.prototype.postExecute = function(e) {
|
|
|
17582
17582
|
};
|
|
17583
17583
|
Uo.prototype.revert = function(e) {
|
|
17584
17584
|
var t = e.shape, n = e.oldBounds;
|
|
17585
|
-
return
|
|
17585
|
+
return Fe(t, {
|
|
17586
17586
|
width: n.width,
|
|
17587
17587
|
height: n.height,
|
|
17588
17588
|
x: n.x,
|
|
@@ -17682,7 +17682,7 @@ fa.prototype.updateConnectionWaypoints = function(e, t, n, a, o, i, r) {
|
|
|
17682
17682
|
});
|
|
17683
17683
|
};
|
|
17684
17684
|
function Rs(e) {
|
|
17685
|
-
return
|
|
17685
|
+
return Fe({}, e);
|
|
17686
17686
|
}
|
|
17687
17687
|
function $w(e) {
|
|
17688
17688
|
return Oo(e.waypoints, function(t) {
|
|
@@ -17734,7 +17734,7 @@ Gi.prototype.revert = function(e) {
|
|
|
17734
17734
|
function Cu(e) {
|
|
17735
17735
|
var t = {};
|
|
17736
17736
|
return pe(e, function(n) {
|
|
17737
|
-
t[n.id] = n.hidden, n.children && (t =
|
|
17737
|
+
t[n.id] = n.hidden, n.children && (t = Fe({}, t, Cu(n.children)));
|
|
17738
17738
|
}), t;
|
|
17739
17739
|
}
|
|
17740
17740
|
function Su(e, t) {
|
|
@@ -18010,10 +18010,10 @@ at.prototype.reconnect = function(e, t, n, a, o) {
|
|
|
18010
18010
|
this._commandStack.execute("connection.reconnect", i);
|
|
18011
18011
|
};
|
|
18012
18012
|
at.prototype.reconnectStart = function(e, t, n, a) {
|
|
18013
|
-
a || (a = {}), this.reconnect(e, t, e.target, n,
|
|
18013
|
+
a || (a = {}), this.reconnect(e, t, e.target, n, Fe(a, { docking: "source" }));
|
|
18014
18014
|
};
|
|
18015
18015
|
at.prototype.reconnectEnd = function(e, t, n, a) {
|
|
18016
|
-
a || (a = {}), this.reconnect(e, e.source, t, n,
|
|
18016
|
+
a || (a = {}), this.reconnect(e, e.source, t, n, Fe(a, { docking: "target" }));
|
|
18017
18017
|
};
|
|
18018
18018
|
at.prototype.connect = function(e, t, n, a) {
|
|
18019
18019
|
return this.createConnection(e, t, n || {}, e.parent, a);
|
|
@@ -18289,7 +18289,7 @@ function a_(e, t, n, a, o) {
|
|
|
18289
18289
|
return n_(Bs(n, e, c[0], d_(r)), Bs(a, t, c[1], r), l);
|
|
18290
18290
|
}
|
|
18291
18291
|
function o_(e, t, n, a, o, i) {
|
|
18292
|
-
st(n) && (o = n, i = a, n = Rt(e), a = Rt(t)), i =
|
|
18292
|
+
st(n) && (o = n, i = a, n = Rt(e), a = Rt(t)), i = Fe({ preferredLayouts: [] }, i), o = o || [];
|
|
18293
18293
|
var r = i.preferredLayouts.indexOf("straight") !== -1 && r_(e, t, n, a, i);
|
|
18294
18294
|
return r || (r = i.connectionEnd && s_(t, e, a, o), r) || (r = i.connectionStart && l_(e, t, n, o), r) ? r : !i.connectionStart && !i.connectionEnd && o && o.length ? o : a_(e, t, n, a, i);
|
|
18295
18295
|
}
|
|
@@ -18447,7 +18447,7 @@ function f_(e, t) {
|
|
|
18447
18447
|
return a === "top" ? ["t:r"] : a === "right" ? ["r:b"] : a === "left" ? ["l:t"] : ["b:l"];
|
|
18448
18448
|
}
|
|
18449
18449
|
function Hs(e) {
|
|
18450
|
-
return
|
|
18450
|
+
return Fe({ original: e.point.original || e.point }, e.actual);
|
|
18451
18451
|
}
|
|
18452
18452
|
function ha(e, t) {
|
|
18453
18453
|
this._elementRegistry = e, this._graphicsFactory = t;
|
|
@@ -18725,11 +18725,11 @@ function Da(e, t, n, a, o, i, r) {
|
|
|
18725
18725
|
fill: l
|
|
18726
18726
|
}), ce.fill === "none" && delete ce.fillOpacity;
|
|
18727
18727
|
const we = E / 2, U = V / 2, G = Je("circle");
|
|
18728
|
-
return
|
|
18728
|
+
return $e(G, {
|
|
18729
18729
|
cx: we,
|
|
18730
18730
|
cy: U,
|
|
18731
18731
|
r: Math.round((E + V) / 4 - q)
|
|
18732
|
-
}),
|
|
18732
|
+
}), $e(G, ce), qe(j, G), G;
|
|
18733
18733
|
}
|
|
18734
18734
|
function x(j, E, V, q, ce, we) {
|
|
18735
18735
|
Ts(ce) && (we = ce, ce = 0), ce = ce || 0, we = d(we, {
|
|
@@ -18738,14 +18738,14 @@ function Da(e, t, n, a, o, i, r) {
|
|
|
18738
18738
|
fill: l
|
|
18739
18739
|
});
|
|
18740
18740
|
const U = Je("rect");
|
|
18741
|
-
return
|
|
18741
|
+
return $e(U, {
|
|
18742
18742
|
x: ce,
|
|
18743
18743
|
y: ce,
|
|
18744
18744
|
width: E - ce * 2,
|
|
18745
18745
|
height: V - ce * 2,
|
|
18746
18746
|
rx: q,
|
|
18747
18747
|
ry: q
|
|
18748
|
-
}),
|
|
18748
|
+
}), $e(U, we), qe(j, U), U;
|
|
18749
18749
|
}
|
|
18750
18750
|
function m(j, E, V) {
|
|
18751
18751
|
V = d(V, ["no-fill"], {
|
|
@@ -18753,7 +18753,7 @@ function Da(e, t, n, a, o, i, r) {
|
|
|
18753
18753
|
stroke: c
|
|
18754
18754
|
});
|
|
18755
18755
|
const q = Je("path");
|
|
18756
|
-
return
|
|
18756
|
+
return $e(q, { d: E }), $e(q, V), qe(j, q), q;
|
|
18757
18757
|
}
|
|
18758
18758
|
function g(j, E, V, q) {
|
|
18759
18759
|
const ce = E / 2, we = V / 2, U = [
|
|
@@ -18780,7 +18780,7 @@ function Da(e, t, n, a, o, i, r) {
|
|
|
18780
18780
|
fill: l
|
|
18781
18781
|
});
|
|
18782
18782
|
const G = Je("polygon");
|
|
18783
|
-
return
|
|
18783
|
+
return $e(G, { points: U }), $e(G, q), qe(j, G), G;
|
|
18784
18784
|
}
|
|
18785
18785
|
function w(j, E, V, q) {
|
|
18786
18786
|
return m(E, V, _t({ "data-marker": j }, q));
|
|
@@ -19173,7 +19173,7 @@ function __(e) {
|
|
|
19173
19173
|
};
|
|
19174
19174
|
}
|
|
19175
19175
|
function x_(e) {
|
|
19176
|
-
return hn(e) ?
|
|
19176
|
+
return hn(e) ? Fe({
|
|
19177
19177
|
top: 0,
|
|
19178
19178
|
left: 0,
|
|
19179
19179
|
right: 0,
|
|
@@ -19244,7 +19244,7 @@ function A_(e, t, n) {
|
|
|
19244
19244
|
return o || (o = e.slice(0, Math.max(Math.round(a - 1), 1))), o;
|
|
19245
19245
|
}
|
|
19246
19246
|
function qi(e) {
|
|
19247
|
-
this._config =
|
|
19247
|
+
this._config = Fe({}, {
|
|
19248
19248
|
size: w_,
|
|
19249
19249
|
padding: b_,
|
|
19250
19250
|
style: {},
|
|
@@ -19258,7 +19258,7 @@ qi.prototype.getDimensions = function(e, t) {
|
|
|
19258
19258
|
return this.layoutText(e, t).dimensions;
|
|
19259
19259
|
};
|
|
19260
19260
|
qi.prototype.layoutText = function(e, t) {
|
|
19261
|
-
for (var n =
|
|
19261
|
+
for (var n = Fe({}, this._config.size, t.box), a = Fe({}, this._config.style, t.style), o = __(t.align || this._config.align), i = x_(t.padding !== void 0 ? t.padding : this._config.padding), r = t.fitBox || !1, l = M_(a), c = e.split(/\u00AD?\r?\n/), s = [], d = n.width - i.left - i.right; c.length; ) s.push(R_(c, d, a));
|
|
19262
19262
|
o.vertical === "middle" && (i.top = i.bottom = 0);
|
|
19263
19263
|
var f = mr(s, function(v, b, x) {
|
|
19264
19264
|
return v + (l || b.height);
|
|
@@ -19267,7 +19267,7 @@ qi.prototype.layoutText = function(e, t) {
|
|
|
19267
19267
|
}, 0), h = i.top;
|
|
19268
19268
|
o.vertical === "middle" && (h += (n.height - f) / 2), h -= (l || s[0].height) / 4;
|
|
19269
19269
|
var p = Je("text");
|
|
19270
|
-
return
|
|
19270
|
+
return $e(p, a), pe(s, function(v) {
|
|
19271
19271
|
var b;
|
|
19272
19272
|
switch (h += l || v.height, o.horizontal) {
|
|
19273
19273
|
case "left":
|
|
@@ -19280,7 +19280,7 @@ qi.prototype.layoutText = function(e, t) {
|
|
|
19280
19280
|
b = Math.max(((r ? u : d) - v.width) / 2 + i.left, 0);
|
|
19281
19281
|
}
|
|
19282
19282
|
var x = Je("tspan");
|
|
19283
|
-
|
|
19283
|
+
$e(x, {
|
|
19284
19284
|
x: b,
|
|
19285
19285
|
y: h
|
|
19286
19286
|
}), x.textContent = v.text, qe(p, x);
|
|
@@ -19892,13 +19892,13 @@ function jr(e, t) {
|
|
|
19892
19892
|
var n = Je("g");
|
|
19893
19893
|
ht(n).add(Wu), qe(e, n);
|
|
19894
19894
|
var a = Je("circle");
|
|
19895
|
-
|
|
19895
|
+
$e(a, {
|
|
19896
19896
|
cx: 0,
|
|
19897
19897
|
cy: 0,
|
|
19898
19898
|
r: 4
|
|
19899
19899
|
}), ht(a).add("djs-visual"), qe(n, a);
|
|
19900
19900
|
var o = Je("circle");
|
|
19901
|
-
return
|
|
19901
|
+
return $e(o, {
|
|
19902
19902
|
cx: 0,
|
|
19903
19903
|
cy: 0,
|
|
19904
19904
|
r: 10
|
|
@@ -19908,14 +19908,14 @@ function ex(e, t, n, a) {
|
|
|
19908
19908
|
var o = Je("g");
|
|
19909
19909
|
qe(e, o);
|
|
19910
19910
|
var i = 18, r = 6, l = 11, c = nx(t, n, a), s = r + l, d = Je("rect");
|
|
19911
|
-
|
|
19911
|
+
$e(d, {
|
|
19912
19912
|
x: -i / 2,
|
|
19913
19913
|
y: -r / 2,
|
|
19914
19914
|
width: i,
|
|
19915
19915
|
height: r
|
|
19916
19916
|
}), ht(d).add("djs-visual"), qe(o, d);
|
|
19917
19917
|
var f = Je("rect");
|
|
19918
|
-
return
|
|
19918
|
+
return $e(f, {
|
|
19919
19919
|
x: -c / 2,
|
|
19920
19920
|
y: -s / 2,
|
|
19921
19921
|
width: c,
|
|
@@ -19970,7 +19970,7 @@ function Ju(e, t, n, a, o) {
|
|
|
19970
19970
|
}
|
|
19971
19971
|
function s(g, w) {
|
|
19972
19972
|
var C = t.getLayer("overlays"), y = Xt('.djs-bendpoints[data-element-id="' + Cl(g.id) + '"]', C);
|
|
19973
|
-
return !y && w && (y = Je("g"),
|
|
19973
|
+
return !y && w && (y = Je("g"), $e(y, { "data-element-id": g.id }), ht(y).add("djs-bendpoints"), qe(C, y), c(y, "mousedown", g), c(y, "click", g), c(y, "dblclick", g)), y;
|
|
19974
19974
|
}
|
|
19975
19975
|
function d(g, w) {
|
|
19976
19976
|
return Xt('.djs-segment-dragger[data-segment-idx="' + g + '"]', w);
|
|
@@ -19983,7 +19983,7 @@ function Ju(e, t, n, a, o) {
|
|
|
19983
19983
|
}
|
|
19984
19984
|
function u(g, w) {
|
|
19985
19985
|
for (var C = w.waypoints, y, _, S, R = 1; R < C.length; R++)
|
|
19986
|
-
y = C[R - 1], _ = C[R], ta(y, _) && (S = Yu(g, y, _),
|
|
19986
|
+
y = C[R - 1], _ = C[R], ta(y, _) && (S = Yu(g, y, _), $e(S, { "data-segment-idx": R }), c(S, "mousemove", w));
|
|
19987
19987
|
}
|
|
19988
19988
|
function h(g) {
|
|
19989
19989
|
pe(gr("." + Wu, g), function(w) {
|
|
@@ -20049,7 +20049,7 @@ function Ju(e, t, n, a, o) {
|
|
|
20049
20049
|
var w = g.element, C = g.newId;
|
|
20050
20050
|
if (w.waypoints) {
|
|
20051
20051
|
var y = s(w);
|
|
20052
|
-
y &&
|
|
20052
|
+
y && $e(y, { "data-element-id": C });
|
|
20053
20053
|
}
|
|
20054
20054
|
}), this.addHandles = v, this.updateHandles = b, this.getBendpointsContainer = s, this.getSegmentDragger = d;
|
|
20055
20055
|
}
|
|
@@ -20368,7 +20368,7 @@ function Zu(e) {
|
|
|
20368
20368
|
if (r) {
|
|
20369
20369
|
s = t(r.vertical, l), d = t(r.horizontal, c);
|
|
20370
20370
|
var f = l - s, u = c - d;
|
|
20371
|
-
|
|
20371
|
+
Fe(i, {
|
|
20372
20372
|
dx: i.dx - f,
|
|
20373
20373
|
dy: i.dy - u,
|
|
20374
20374
|
x: s,
|
|
@@ -20399,7 +20399,7 @@ function Zu(e) {
|
|
|
20399
20399
|
if (l) {
|
|
20400
20400
|
u = t(s ? l.vertical.concat([s.x]) : l.vertical, d), h = t(s ? l.horizontal.concat([s.y]) : l.horizontal, f);
|
|
20401
20401
|
var p = d - u, v = f - h;
|
|
20402
|
-
|
|
20402
|
+
Fe(i, {
|
|
20403
20403
|
dx: i.dx - p,
|
|
20404
20404
|
dy: i.dy - v,
|
|
20405
20405
|
x: i.x - p,
|
|
@@ -20465,7 +20465,7 @@ Gn.prototype.getConnection = function(e) {
|
|
|
20465
20465
|
};
|
|
20466
20466
|
Gn.prototype.createConnectionPreviewGfx = function() {
|
|
20467
20467
|
var e = Je("g");
|
|
20468
|
-
return
|
|
20468
|
+
return $e(e, { pointerEvents: "none" }), ht(e).add(px), qe(this._canvas.getActiveLayer(), e), e;
|
|
20469
20469
|
};
|
|
20470
20470
|
Gn.prototype.createNoopConnection = function(e, t) {
|
|
20471
20471
|
return Kr([e, t], {
|
|
@@ -20490,7 +20490,7 @@ var yx = {
|
|
|
20490
20490
|
connectionPreview: ["type", Gn]
|
|
20491
20491
|
}, mx = new zi("ov"), bx = 500;
|
|
20492
20492
|
function Ft(e, t, n, a) {
|
|
20493
|
-
this._eventBus = t, this._canvas = n, this._elementRegistry = a, this._ids = mx, this._overlayDefaults =
|
|
20493
|
+
this._eventBus = t, this._canvas = n, this._elementRegistry = a, this._ids = mx, this._overlayDefaults = Fe({
|
|
20494
20494
|
show: null,
|
|
20495
20495
|
scale: !0
|
|
20496
20496
|
}, e && e.defaults), this._overlays = {}, this._overlayContainers = [], this._overlayRoot = wx(n.getContainer()), this._init();
|
|
@@ -20512,7 +20512,7 @@ Ft.prototype.add = function(e, t, n) {
|
|
|
20512
20512
|
if (!n.html) throw new Error("must specifiy overlay html");
|
|
20513
20513
|
if (!e) throw new Error("invalid element specified");
|
|
20514
20514
|
var a = this._ids.next();
|
|
20515
|
-
return n =
|
|
20515
|
+
return n = Fe({}, this._overlayDefaults, n, {
|
|
20516
20516
|
id: a,
|
|
20517
20517
|
type: t,
|
|
20518
20518
|
element: e,
|
|
@@ -21092,7 +21092,7 @@ function ga(e, t, n, a, o, i, r) {
|
|
|
21092
21092
|
var l = this, c = {
|
|
21093
21093
|
create: function(f) {
|
|
21094
21094
|
var u = t.getActiveLayer(), h = f.frame = Je("rect");
|
|
21095
|
-
|
|
21095
|
+
$e(h, {
|
|
21096
21096
|
class: "djs-lasso-overlay",
|
|
21097
21097
|
width: 1,
|
|
21098
21098
|
height: 1,
|
|
@@ -21102,7 +21102,7 @@ function ga(e, t, n, a, o, i, r) {
|
|
|
21102
21102
|
},
|
|
21103
21103
|
update: function(f) {
|
|
21104
21104
|
var u = f.frame, h = f.bbox;
|
|
21105
|
-
u && h &&
|
|
21105
|
+
u && h && $e(u, {
|
|
21106
21106
|
x: h.x,
|
|
21107
21107
|
y: h.y,
|
|
21108
21108
|
width: h.width,
|
|
@@ -21299,7 +21299,7 @@ function Fa(e, t) {
|
|
|
21299
21299
|
var n = t.cls("djs-outline", ["no-fill"]), a = this;
|
|
21300
21300
|
function o(i) {
|
|
21301
21301
|
var r = Je("rect");
|
|
21302
|
-
return
|
|
21302
|
+
return $e(r, Fe({
|
|
21303
21303
|
x: 0,
|
|
21304
21304
|
y: 0,
|
|
21305
21305
|
rx: 4,
|
|
@@ -21319,7 +21319,7 @@ Fa.prototype.updateShapeOutline = function(e, t) {
|
|
|
21319
21319
|
var n = !1, a = this._getProviders();
|
|
21320
21320
|
a.length && pe(a, function(o) {
|
|
21321
21321
|
n = n || o.updateOutline(t, e);
|
|
21322
|
-
}), n ||
|
|
21322
|
+
}), n || $e(e, {
|
|
21323
21323
|
x: -this.offset,
|
|
21324
21324
|
y: -this.offset,
|
|
21325
21325
|
width: t.width + this.offset * 2,
|
|
@@ -21328,7 +21328,7 @@ Fa.prototype.updateShapeOutline = function(e, t) {
|
|
|
21328
21328
|
};
|
|
21329
21329
|
Fa.prototype.updateConnectionOutline = function(e, t) {
|
|
21330
21330
|
var n = On(t);
|
|
21331
|
-
|
|
21331
|
+
$e(e, {
|
|
21332
21332
|
x: n.x - this.offset,
|
|
21333
21333
|
y: n.y - this.offset,
|
|
21334
21334
|
width: n.width + this.offset * 2,
|
|
@@ -21375,7 +21375,7 @@ Al.prototype._updateMultiSelectionOutline = function(e) {
|
|
|
21375
21375
|
var n = e.length > 1;
|
|
21376
21376
|
if (ht(this._canvas.getContainer())[n ? "add" : "remove"]("djs-multi-select"), !!n) {
|
|
21377
21377
|
var a = Fx(On(e)), o = Je("rect");
|
|
21378
|
-
|
|
21378
|
+
$e(o, Fe({ rx: 3 }, a)), ht(o).add("djs-selection-outline"), qe(t, o);
|
|
21379
21379
|
}
|
|
21380
21380
|
};
|
|
21381
21381
|
Al.$inject = [
|
|
@@ -21414,7 +21414,7 @@ function od(e, t, n, a, o) {
|
|
|
21414
21414
|
}
|
|
21415
21415
|
e.on("shape.move.start", Wx, function(l) {
|
|
21416
21416
|
var c = l.context, s = l.shape, d = a.get().slice();
|
|
21417
|
-
d.indexOf(s) === -1 && (d = [s]), d = Yx(d),
|
|
21417
|
+
d.indexOf(s) === -1 && (d = [s]), d = Yx(d), Fe(c, {
|
|
21418
21418
|
shapes: d,
|
|
21419
21419
|
validatedShapes: d,
|
|
21420
21420
|
shape: s
|
|
@@ -21504,7 +21504,7 @@ function id(e, t, n, a) {
|
|
|
21504
21504
|
var s = c.context, d = s.shapes, f = s.allDraggedElements, u = o(d);
|
|
21505
21505
|
if (!s.dragGroup) {
|
|
21506
21506
|
var h = Je("g");
|
|
21507
|
-
|
|
21507
|
+
$e(h, n.cls("djs-drag-group", ["no-events"])), qe(t.getActiveLayer(), h), s.dragGroup = h;
|
|
21508
21508
|
}
|
|
21509
21509
|
u.forEach(function(p) {
|
|
21510
21510
|
a.addDragger(p, s.dragGroup);
|
|
@@ -21809,7 +21809,7 @@ Jo.prototype.canResize = function(e) {
|
|
|
21809
21809
|
};
|
|
21810
21810
|
Jo.prototype.activate = function(e, t, n) {
|
|
21811
21811
|
var a = this._dragging, o, i;
|
|
21812
|
-
if (typeof n == "string" && (n = { direction: n }), o =
|
|
21812
|
+
if (typeof n == "string" && (n = { direction: n }), o = Fe({ shape: t }, n), i = o.direction, !i) throw new Error("must provide a direction (n|w|s|e|nw|se|ne|sw)");
|
|
21813
21813
|
a.init(e, cd(t, i), "resize", {
|
|
21814
21814
|
autoActivate: !0,
|
|
21815
21815
|
cursor: dC(i),
|
|
@@ -21850,10 +21850,10 @@ var uc = "djs-resizing", dc = "resize-not-ok", fC = 500;
|
|
|
21850
21850
|
function ud(e, t, n) {
|
|
21851
21851
|
function a(i) {
|
|
21852
21852
|
var r = i.shape, l = i.newBounds, c = i.frame;
|
|
21853
|
-
c || (c = i.frame = n.addFrame(r, t.getActiveLayer()), t.addMarker(r, uc)), l.width > 5 &&
|
|
21853
|
+
c || (c = i.frame = n.addFrame(r, t.getActiveLayer()), t.addMarker(r, uc)), l.width > 5 && $e(c, {
|
|
21854
21854
|
x: l.x,
|
|
21855
21855
|
width: l.width
|
|
21856
|
-
}), l.height > 5 &&
|
|
21856
|
+
}), l.height > 5 && $e(c, {
|
|
21857
21857
|
y: l.y,
|
|
21858
21858
|
height: l.height
|
|
21859
21859
|
}), i.canExecute ? ht(c).remove(dc) : ht(c).add(dc);
|
|
@@ -21905,14 +21905,14 @@ va.prototype._createResizer = function(e, t, n, a) {
|
|
|
21905
21905
|
var o = this._getResizersParent(), i = pC(a), r = Je("g");
|
|
21906
21906
|
ht(r).add(mo), ht(r).add(mo + "-" + e.id), ht(r).add(mo + "-" + a), qe(o, r);
|
|
21907
21907
|
var l = Je("rect");
|
|
21908
|
-
|
|
21908
|
+
$e(l, {
|
|
21909
21909
|
x: -yi / 2 + i.x,
|
|
21910
21910
|
y: -yi / 2 + i.y,
|
|
21911
21911
|
width: yi,
|
|
21912
21912
|
height: yi
|
|
21913
21913
|
}), ht(l).add(mo + "-visual"), qe(r, l);
|
|
21914
21914
|
var c = Je("rect");
|
|
21915
|
-
return
|
|
21915
|
+
return $e(c, {
|
|
21916
21916
|
x: -mi / 2 + i.x,
|
|
21917
21917
|
y: -mi / 2 + i.y,
|
|
21918
21918
|
width: mi,
|
|
@@ -22306,14 +22306,14 @@ ma.prototype.snap = function(e, t) {
|
|
|
22306
22306
|
};
|
|
22307
22307
|
ma.prototype._createLine = function(e) {
|
|
22308
22308
|
var t = this._canvas.getLayer("snap"), n = Je("path");
|
|
22309
|
-
return
|
|
22310
|
-
Ht(a) ? e === "horizontal" ?
|
|
22309
|
+
return $e(n, { d: "M0,0 L0,0" }), ht(n).add("djs-snap-line"), qe(t, n), { update: function(a) {
|
|
22310
|
+
Ht(a) ? e === "horizontal" ? $e(n, {
|
|
22311
22311
|
d: "M-100000," + a + " L+100000," + a,
|
|
22312
22312
|
display: ""
|
|
22313
|
-
}) :
|
|
22313
|
+
}) : $e(n, {
|
|
22314
22314
|
d: "M " + a + ",-100000 L " + a + ", +100000",
|
|
22315
22315
|
display: ""
|
|
22316
|
-
}) :
|
|
22316
|
+
}) : $e(n, { display: "none" });
|
|
22317
22317
|
} };
|
|
22318
22318
|
};
|
|
22319
22319
|
ma.prototype._createSnapLines = function() {
|
|
@@ -22970,7 +22970,7 @@ var KC = {
|
|
|
22970
22970
|
rowChange: p
|
|
22971
22971
|
}), (y, _) => {
|
|
22972
22972
|
const S = $("j-comp"), R = $("el-form-item"), T = $("el-col"), A = $("j-button"), P = $("el-row");
|
|
22973
|
-
return k(), L(Ee, null, [B("div",
|
|
22973
|
+
return k(), L(Ee, null, [B("div", Ne({ class: "j-input-cards" }, y.$attrs), [(k(!0), L(Ee, null, Oe(h.value, (z, H) => (k(), L("div", {
|
|
22974
22974
|
class: "j-input-cards-item",
|
|
22975
22975
|
key: z.i,
|
|
22976
22976
|
style: { "margin-bottom": "8px" }
|
|
@@ -22986,7 +22986,7 @@ var KC = {
|
|
|
22986
22986
|
extra: j.config?.labelExtra,
|
|
22987
22987
|
required: j.config?.required
|
|
22988
22988
|
}, {
|
|
22989
|
-
default: K(() => [X(S,
|
|
22989
|
+
default: K(() => [X(S, Ne({ ref_for: !0 }, j, { row: z }), null, 16, ["row"])]),
|
|
22990
22990
|
_: 2
|
|
22991
22991
|
}, 1032, [
|
|
22992
22992
|
"label-width",
|