liyu-pc-base 1.0.208 → 1.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/{FormRender3-7e4f81ea.js → FormRender3-a0946993.js} +1382 -1381
- package/dist/FormRender3-a0946993.js.map +1 -0
- package/dist/components/index.js +2 -2
- package/dist/components/remotePages/index.js +117 -107
- package/dist/components/remotePages/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/FormRender3-7e4f81ea.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as pe, ref as ee, resolveComponent as C, openBlock as o, createBlock as _, withCtx as h, createVNode as B, createElementBlock as F, Fragment as N, renderList as W, createElementVNode as G, toDisplayString as K, reactive as se, computed as Ee, watch as ae, onMounted as Fe, onUnmounted as Je, createTextVNode as x, createCommentVNode as M, withDirectives as Ce, vShow as $e, renderSlot as Qe, normalizeStyle as D, createSlots as je, resolveDynamicComponent as ue, onActivated as Xe, withModifiers as ce } from "vue";
|
|
2
|
-
import { _ as he, i as Ze, F as xe, I as el, j as ll, U as al, k as ol, l as tl, m as il, n as nl, A as dl, a as sl, c as fl, d as rl, R as ul, b as ml, o as pl, p as hl, J as _l, e as yl, f as vl, q as cl, M as bl, r as gl, C as wl, T as kl } from "../FormRender3-
|
|
3
|
-
import { B as So, h as Eo, S as Oo, t as Fo, s as Uo } from "../FormRender3-
|
|
2
|
+
import { _ as he, i as Ze, F as xe, I as el, j as ll, U as al, k as ol, l as tl, m as il, n as nl, A as dl, a as sl, c as fl, d as rl, R as ul, b as ml, o as pl, p as hl, J as _l, e as yl, f as vl, q as cl, M as bl, r as gl, C as wl, T as kl } from "../FormRender3-a0946993.js";
|
|
3
|
+
import { B as So, h as Eo, S as Oo, t as Fo, s as Uo } from "../FormRender3-a0946993.js";
|
|
4
4
|
import { message as te, Modal as qe } from "ant-design-vue";
|
|
5
5
|
import { get_operator_type_map as ke, isNotEmpty as Z, isEmpty as oe, copyValue as Cl } from "../utils/function.js";
|
|
6
6
|
import { CloseOutlined as $l, LeftOutlined as Ml, RightOutlined as Sl, CloseCircleOutlined as El, PlusOutlined as We, CaretRightOutlined as Ol, SettingOutlined as Fl, ExclamationCircleOutlined as De } from "@ant-design/icons-vue";
|
|
@@ -1416,9 +1416,9 @@ const ge = () => {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
},
|
|
1418
1418
|
ok: (m) => new Promise((x) => {
|
|
1419
|
-
var C, p,
|
|
1420
|
-
let
|
|
1421
|
-
m.org_ids && m.org_ids.length > 0 && (
|
|
1419
|
+
var C, p, T;
|
|
1420
|
+
let O = "", P = "";
|
|
1421
|
+
m.org_ids && m.org_ids.length > 0 && (O = m.org_ids.join(",")), m.url_ids && m.url_ids.length > 0 && (P = m.url_ids.join(","));
|
|
1422
1422
|
let M = m.state;
|
|
1423
1423
|
m.suffix && (M = M + "-" + m.suffix);
|
|
1424
1424
|
let j = null, S = null;
|
|
@@ -1429,7 +1429,7 @@ const ge = () => {
|
|
|
1429
1429
|
});
|
|
1430
1430
|
return;
|
|
1431
1431
|
} else
|
|
1432
|
-
m.type == 2 ? (j = null, S = null) : (j = "/" + ((
|
|
1432
|
+
m.type == 2 ? (j = null, S = null) : (j = "/" + ((T = m.state) == null ? void 0 : T.split("-")[0]) + "/" + M, S = M);
|
|
1433
1433
|
if (e.state == M && (j = null, S = null), m.type == 0 && m.component_type !== null && (m.component = m.component_type), m.type == 0 && !m.component) {
|
|
1434
1434
|
Y.info({
|
|
1435
1435
|
message: "温馨提示",
|
|
@@ -1441,7 +1441,7 @@ const ge = () => {
|
|
|
1441
1441
|
d.loading = !0, G(
|
|
1442
1442
|
{
|
|
1443
1443
|
...m,
|
|
1444
|
-
org_ids:
|
|
1444
|
+
org_ids: O,
|
|
1445
1445
|
is_menu: c,
|
|
1446
1446
|
state: M,
|
|
1447
1447
|
menu_name: S,
|
|
@@ -1892,8 +1892,8 @@ const ge = () => {
|
|
|
1892
1892
|
return;
|
|
1893
1893
|
}
|
|
1894
1894
|
const h = o.type != 2;
|
|
1895
|
-
i.loading = !0, o.is_all_org ? yl().then((
|
|
1896
|
-
u =
|
|
1895
|
+
i.loading = !0, o.is_all_org ? yl().then((O) => {
|
|
1896
|
+
u = O.data.map((P) => P.id).join(","), et({
|
|
1897
1897
|
...o,
|
|
1898
1898
|
org_ids: u,
|
|
1899
1899
|
url_ids: s,
|
|
@@ -2394,7 +2394,7 @@ const ge = () => {
|
|
|
2394
2394
|
}
|
|
2395
2395
|
},
|
|
2396
2396
|
ok: (o) => new Promise((u) => {
|
|
2397
|
-
var m, x,
|
|
2397
|
+
var m, x, O;
|
|
2398
2398
|
let s = "", d = "";
|
|
2399
2399
|
o.org_ids && o.org_ids.length > 0 && (s = o.org_ids.join(",")), o.org_type == 0 && (s = a.join(",")), o.url_ids && o.url_ids.length > 0 && (d = o.url_ids.join(","));
|
|
2400
2400
|
let f = o.state;
|
|
@@ -2407,7 +2407,7 @@ const ge = () => {
|
|
|
2407
2407
|
});
|
|
2408
2408
|
return;
|
|
2409
2409
|
} else
|
|
2410
|
-
o.type == 2 ? (_ = null, h = null) : (_ = "/" + ((
|
|
2410
|
+
o.type == 2 ? (_ = null, h = null) : (_ = "/" + ((O = o.state) == null ? void 0 : O.split("-")[0]) + "/" + f, h = f);
|
|
2411
2411
|
if (o.type == 0 && o.component_type !== null && (o.component = o.component_type), o.type == 0 && !o.component) {
|
|
2412
2412
|
Y.info({
|
|
2413
2413
|
message: "温馨提示",
|
|
@@ -3805,8 +3805,8 @@ const Ga = vl(_e), xe = B({
|
|
|
3805
3805
|
}), _l(() => {
|
|
3806
3806
|
i = !0, s();
|
|
3807
3807
|
}), fe([o, () => e.updateMark, () => e.visible], (_, h) => {
|
|
3808
|
-
let [b, m, x] = _, [
|
|
3809
|
-
(b !==
|
|
3808
|
+
let [b, m, x] = _, [O, P, M] = h;
|
|
3809
|
+
(b !== O || m !== P || x !== M && M) && f();
|
|
3810
3810
|
}, {
|
|
3811
3811
|
flush: "post"
|
|
3812
3812
|
}), () => {
|
|
@@ -3815,19 +3815,19 @@ const Ga = vl(_e), xe = B({
|
|
|
3815
3815
|
prefixCls: b,
|
|
3816
3816
|
closable: m,
|
|
3817
3817
|
closeIcon: x = (_ = a.closeIcon) === null || _ === void 0 ? void 0 : _.call(a),
|
|
3818
|
-
onClick:
|
|
3818
|
+
onClick: O,
|
|
3819
3819
|
holder: P
|
|
3820
3820
|
} = e, {
|
|
3821
3821
|
class: M,
|
|
3822
3822
|
style: j
|
|
3823
|
-
} = l, S = `${b}-notice`, c = Object.keys(l).reduce((p,
|
|
3823
|
+
} = l, S = `${b}-notice`, c = Object.keys(l).reduce((p, T) => ((T.startsWith("data-") || T.startsWith("aria-") || T === "role") && (p[T] = l[T]), p), {}), C = w("div", E({
|
|
3824
3824
|
class: H(S, M, {
|
|
3825
3825
|
[`${S}-closable`]: m
|
|
3826
3826
|
}),
|
|
3827
3827
|
style: j,
|
|
3828
3828
|
onMouseenter: s,
|
|
3829
3829
|
onMouseleave: u,
|
|
3830
|
-
onClick:
|
|
3830
|
+
onClick: O
|
|
3831
3831
|
}, c), [w("div", {
|
|
3832
3832
|
class: `${S}-content`
|
|
3833
3833
|
}, [(h = a.default) === null || h === void 0 ? void 0 : h.call(a)]), m ? w("a", {
|
|
@@ -3882,14 +3882,14 @@ const Ve = B({
|
|
|
3882
3882
|
key: h
|
|
3883
3883
|
}), {
|
|
3884
3884
|
maxCount: m
|
|
3885
|
-
} = e, x = o.value.map((P) => P.notice.key).indexOf(h),
|
|
3886
|
-
x !== -1 ?
|
|
3885
|
+
} = e, x = o.value.map((P) => P.notice.key).indexOf(h), O = o.value.concat();
|
|
3886
|
+
x !== -1 ? O.splice(x, 1, {
|
|
3887
3887
|
notice: b,
|
|
3888
3888
|
holderCallback: _
|
|
3889
|
-
}) : (m && o.value.length >= m && (b.key =
|
|
3889
|
+
}) : (m && o.value.length >= m && (b.key = O[0].notice.key, b.updateMark = ct(), b.userPassKey = h, O.shift()), O.push({
|
|
3890
3890
|
notice: b,
|
|
3891
3891
|
holderCallback: _
|
|
3892
|
-
})), o.value =
|
|
3892
|
+
})), o.value = O;
|
|
3893
3893
|
}, d = (f) => {
|
|
3894
3894
|
o.value = hl(o.value).filter((_) => {
|
|
3895
3895
|
let {
|
|
@@ -3912,12 +3912,12 @@ const Ve = B({
|
|
|
3912
3912
|
closeIcon: h = (f = n.closeIcon) === null || f === void 0 ? void 0 : f.call(n, {
|
|
3913
3913
|
prefixCls: _
|
|
3914
3914
|
})
|
|
3915
|
-
} = e, b = o.value.map((x,
|
|
3915
|
+
} = e, b = o.value.map((x, O) => {
|
|
3916
3916
|
let {
|
|
3917
3917
|
notice: P,
|
|
3918
3918
|
holderCallback: M
|
|
3919
3919
|
} = x;
|
|
3920
|
-
const j =
|
|
3920
|
+
const j = O === o.value.length - 1 ? P.updateMark : void 0, {
|
|
3921
3921
|
key: S,
|
|
3922
3922
|
userPassKey: c
|
|
3923
3923
|
} = P, {
|
|
@@ -3931,17 +3931,17 @@ const Ve = B({
|
|
|
3931
3931
|
key: S,
|
|
3932
3932
|
noticeKey: c || S,
|
|
3933
3933
|
updateMark: j,
|
|
3934
|
-
onClose: (
|
|
3934
|
+
onClose: (T) => {
|
|
3935
3935
|
var V;
|
|
3936
|
-
d(
|
|
3936
|
+
d(T), (V = P.onClose) === null || V === void 0 || V.call(P);
|
|
3937
3937
|
},
|
|
3938
3938
|
onClick: P.onClick
|
|
3939
3939
|
});
|
|
3940
3940
|
return M ? w("div", {
|
|
3941
3941
|
key: S,
|
|
3942
3942
|
class: `${_}-hook-holder`,
|
|
3943
|
-
ref: (
|
|
3944
|
-
typeof S > "u" || (
|
|
3943
|
+
ref: (T) => {
|
|
3944
|
+
typeof S > "u" || (T ? (i.set(S, T), M(T, p)) : i.delete(S));
|
|
3945
3945
|
}
|
|
3946
3946
|
}, null) : w(xe, E(E({}, p), {}, {
|
|
3947
3947
|
class: H(p.class, e.hashId)
|
|
@@ -3986,7 +3986,7 @@ Ve.newInstance = function(t, l) {
|
|
|
3986
3986
|
MODE: 3
|
|
3987
3987
|
},
|
|
3988
3988
|
name: "NotificationWrapper",
|
|
3989
|
-
setup(
|
|
3989
|
+
setup(O, P) {
|
|
3990
3990
|
let {
|
|
3991
3991
|
attrs: M
|
|
3992
3992
|
} = P;
|
|
@@ -4007,7 +4007,7 @@ Ve.newInstance = function(t, l) {
|
|
|
4007
4007
|
component: j
|
|
4008
4008
|
});
|
|
4009
4009
|
}), () => {
|
|
4010
|
-
const C = N, p = C.getRootPrefixCls(s, S.value),
|
|
4010
|
+
const C = N, p = C.getRootPrefixCls(s, S.value), T = f ? d : `${S.value}-${d}`;
|
|
4011
4011
|
return w(Rn, E(E({}, C), {}, {
|
|
4012
4012
|
prefixCls: p
|
|
4013
4013
|
}), {
|
|
@@ -4015,7 +4015,7 @@ Ve.newInstance = function(t, l) {
|
|
|
4015
4015
|
ref: j
|
|
4016
4016
|
}, M), {}, {
|
|
4017
4017
|
prefixCls: S.value,
|
|
4018
|
-
transitionName:
|
|
4018
|
+
transitionName: T,
|
|
4019
4019
|
hashId: c.value
|
|
4020
4020
|
}), null)]
|
|
4021
4021
|
});
|
|
@@ -4079,25 +4079,25 @@ const Ja = B({
|
|
|
4079
4079
|
prefixCls: _
|
|
4080
4080
|
})
|
|
4081
4081
|
} = e, b = d.value.map((m) => {
|
|
4082
|
-
var x,
|
|
4083
|
-
const P = s.value[m], M = (x = e.getClassName) === null || x === void 0 ? void 0 : x.call(e, m), j = (
|
|
4082
|
+
var x, O;
|
|
4083
|
+
const P = s.value[m], M = (x = e.getClassName) === null || x === void 0 ? void 0 : x.call(e, m), j = (O = e.getStyles) === null || O === void 0 ? void 0 : O.call(e, m), S = P.map((p, T) => {
|
|
4084
4084
|
let {
|
|
4085
4085
|
notice: V,
|
|
4086
4086
|
holderCallback: D
|
|
4087
4087
|
} = p;
|
|
4088
|
-
const K =
|
|
4089
|
-
key:
|
|
4090
|
-
userPassKey:
|
|
4088
|
+
const K = T === i.value.length - 1 ? V.updateMark : void 0, {
|
|
4089
|
+
key: y,
|
|
4090
|
+
userPassKey: v
|
|
4091
4091
|
} = V, {
|
|
4092
|
-
content:
|
|
4092
|
+
content: g
|
|
4093
4093
|
} = V, r = $($($({
|
|
4094
4094
|
prefixCls: _,
|
|
4095
4095
|
closeIcon: typeof h == "function" ? h({
|
|
4096
4096
|
prefixCls: _
|
|
4097
4097
|
}) : h
|
|
4098
4098
|
}, V), V.props), {
|
|
4099
|
-
key:
|
|
4100
|
-
noticeKey:
|
|
4099
|
+
key: y,
|
|
4100
|
+
noticeKey: v || y,
|
|
4101
4101
|
updateMark: K,
|
|
4102
4102
|
onClose: (A) => {
|
|
4103
4103
|
var q;
|
|
@@ -4106,17 +4106,17 @@ const Ja = B({
|
|
|
4106
4106
|
onClick: V.onClick
|
|
4107
4107
|
});
|
|
4108
4108
|
return D ? w("div", {
|
|
4109
|
-
key:
|
|
4109
|
+
key: y,
|
|
4110
4110
|
class: `${_}-hook-holder`,
|
|
4111
4111
|
ref: (A) => {
|
|
4112
|
-
typeof
|
|
4112
|
+
typeof y > "u" || (A ? (n.set(y, A), D(A, r)) : n.delete(y));
|
|
4113
4113
|
}
|
|
4114
4114
|
}, null) : w(xe, E(E({}, r), {}, {
|
|
4115
4115
|
class: H(r.class, e.hashId)
|
|
4116
4116
|
}), {
|
|
4117
|
-
default: () => [typeof
|
|
4117
|
+
default: () => [typeof g == "function" ? g({
|
|
4118
4118
|
prefixCls: _
|
|
4119
|
-
}) :
|
|
4119
|
+
}) : g]
|
|
4120
4120
|
});
|
|
4121
4121
|
}), c = {
|
|
4122
4122
|
[_]: 1,
|
|
@@ -4219,7 +4219,7 @@ function qt() {
|
|
|
4219
4219
|
hashId: e.hashId,
|
|
4220
4220
|
onAllRemoved: u,
|
|
4221
4221
|
getContainer: t
|
|
4222
|
-
}, null), x = ae([]),
|
|
4222
|
+
}, null), x = ae([]), O = {
|
|
4223
4223
|
open: (P) => {
|
|
4224
4224
|
const M = Za(s, P);
|
|
4225
4225
|
(M.key === null || M.key === void 0) && (M.key = `vc-notification-${ft}`, ft += 1), x.value = [...x.value, {
|
|
@@ -4253,7 +4253,7 @@ function qt() {
|
|
|
4253
4253
|
break;
|
|
4254
4254
|
}
|
|
4255
4255
|
}), x.value = []);
|
|
4256
|
-
}), [
|
|
4256
|
+
}), [O, m];
|
|
4257
4257
|
}
|
|
4258
4258
|
const en = (e) => {
|
|
4259
4259
|
const {
|
|
@@ -4273,7 +4273,7 @@ const en = (e) => {
|
|
|
4273
4273
|
borderRadiusLG: m,
|
|
4274
4274
|
zIndexPopup: x,
|
|
4275
4275
|
// Custom token
|
|
4276
|
-
messageNoticeContentPadding:
|
|
4276
|
+
messageNoticeContentPadding: O
|
|
4277
4277
|
} = e, P = new ee("MessageMoveIn", {
|
|
4278
4278
|
"0%": {
|
|
4279
4279
|
padding: 0,
|
|
@@ -4355,7 +4355,7 @@ const en = (e) => {
|
|
|
4355
4355
|
},
|
|
4356
4356
|
[`${t}-notice-content`]: {
|
|
4357
4357
|
display: "inline-block",
|
|
4358
|
-
padding:
|
|
4358
|
+
padding: O,
|
|
4359
4359
|
background: n,
|
|
4360
4360
|
borderRadius: m,
|
|
4361
4361
|
boxShadow: a,
|
|
@@ -4467,11 +4467,11 @@ const an = 8, nn = 3, on = B({
|
|
|
4467
4467
|
getPopupContainer: o
|
|
4468
4468
|
} = Fe("message", e), u = k(() => i("message", e.prefixCls)), [, s] = Xe(u), d = () => {
|
|
4469
4469
|
var x;
|
|
4470
|
-
const
|
|
4470
|
+
const O = (x = e.top) !== null && x !== void 0 ? x : an;
|
|
4471
4471
|
return {
|
|
4472
4472
|
left: "50%",
|
|
4473
4473
|
transform: "translateX(-50%)",
|
|
4474
|
-
top: typeof
|
|
4474
|
+
top: typeof O == "number" ? `${O}px` : O
|
|
4475
4475
|
};
|
|
4476
4476
|
}, f = () => H(s.value, e.rtl ? `${u.value}-rtl` : ""), _ = () => {
|
|
4477
4477
|
var x;
|
|
@@ -4523,11 +4523,11 @@ function rn(e) {
|
|
|
4523
4523
|
content: b,
|
|
4524
4524
|
icon: m,
|
|
4525
4525
|
type: x,
|
|
4526
|
-
key:
|
|
4526
|
+
key: O,
|
|
4527
4527
|
class: P,
|
|
4528
4528
|
onClose: M
|
|
4529
4529
|
} = s, j = ln(s, ["content", "icon", "type", "key", "class", "onClose"]);
|
|
4530
|
-
let S =
|
|
4530
|
+
let S = O;
|
|
4531
4531
|
return S == null && (mt += 1, S = `antd-message-${mt}`), wl((c) => (d($($({}, j), {
|
|
4532
4532
|
key: S,
|
|
4533
4533
|
content: () => w(Nt, {
|
|
@@ -4561,13 +4561,13 @@ function rn(e) {
|
|
|
4561
4561
|
};
|
|
4562
4562
|
let m, x;
|
|
4563
4563
|
typeof _ == "function" ? x = _ : (m = _, x = h);
|
|
4564
|
-
const
|
|
4564
|
+
const O = $($({
|
|
4565
4565
|
onClose: x,
|
|
4566
4566
|
duration: m
|
|
4567
4567
|
}, b), {
|
|
4568
4568
|
type: s
|
|
4569
4569
|
});
|
|
4570
|
-
return n(
|
|
4570
|
+
return n(O);
|
|
4571
4571
|
};
|
|
4572
4572
|
o[s] = d;
|
|
4573
4573
|
}), [o, () => w(on, E(E({
|
|
@@ -4762,7 +4762,7 @@ const re = pe, hn = (e) => {
|
|
|
4762
4762
|
notificationPadding: b,
|
|
4763
4763
|
notificationMarginEdge: m,
|
|
4764
4764
|
motionDurationMid: x,
|
|
4765
|
-
motionEaseInOut:
|
|
4765
|
+
motionEaseInOut: O,
|
|
4766
4766
|
fontSize: P,
|
|
4767
4767
|
lineHeight: M,
|
|
4768
4768
|
width: j,
|
|
@@ -4820,13 +4820,13 @@ const re = pe, hn = (e) => {
|
|
|
4820
4820
|
// animation
|
|
4821
4821
|
[`${l}-fade-enter, ${l}-fade-appear`]: {
|
|
4822
4822
|
animationDuration: e.motionDurationMid,
|
|
4823
|
-
animationTimingFunction:
|
|
4823
|
+
animationTimingFunction: O,
|
|
4824
4824
|
animationFillMode: "both",
|
|
4825
4825
|
opacity: 0,
|
|
4826
4826
|
animationPlayState: "paused"
|
|
4827
4827
|
},
|
|
4828
4828
|
[`${l}-fade-leave`]: {
|
|
4829
|
-
animationTimingFunction:
|
|
4829
|
+
animationTimingFunction: O,
|
|
4830
4830
|
animationFillMode: "both",
|
|
4831
4831
|
animationDuration: x,
|
|
4832
4832
|
animationPlayState: "paused"
|
|
@@ -5150,7 +5150,7 @@ function Pn(e) {
|
|
|
5150
5150
|
description: b,
|
|
5151
5151
|
icon: m,
|
|
5152
5152
|
type: x,
|
|
5153
|
-
btn:
|
|
5153
|
+
btn: O,
|
|
5154
5154
|
class: P
|
|
5155
5155
|
} = u, M = xn(u, ["message", "description", "icon", "type", "btn", "class"]);
|
|
5156
5156
|
return s($($({
|
|
@@ -5162,7 +5162,7 @@ function Pn(e) {
|
|
|
5162
5162
|
type: x,
|
|
5163
5163
|
message: typeof h == "function" ? h() : h,
|
|
5164
5164
|
description: typeof b == "function" ? b() : b,
|
|
5165
|
-
btn: typeof
|
|
5165
|
+
btn: typeof O == "function" ? O() : O
|
|
5166
5166
|
}, null),
|
|
5167
5167
|
// @ts-ignore
|
|
5168
5168
|
class: H(x && `${_}-${x}`, f, P)
|
|
@@ -5458,7 +5458,7 @@ const Ln = (e) => {
|
|
|
5458
5458
|
}), x = k(() => {
|
|
5459
5459
|
var r, A;
|
|
5460
5460
|
return (r = e.virtual) !== null && r !== void 0 ? r : (A = a.virtual) === null || A === void 0 ? void 0 : A.value;
|
|
5461
|
-
}),
|
|
5461
|
+
}), O = k(() => {
|
|
5462
5462
|
var r, A;
|
|
5463
5463
|
return (r = e.dropdownMatchSelectWidth) !== null && r !== void 0 ? r : (A = a.dropdownMatchSelectWidth) === null || A === void 0 ? void 0 : A.value;
|
|
5464
5464
|
}), P = k(() => {
|
|
@@ -5482,7 +5482,7 @@ const Ln = (e) => {
|
|
|
5482
5482
|
}), p = k(() => {
|
|
5483
5483
|
var r;
|
|
5484
5484
|
return e.select !== void 0 ? e.select : (r = a.select) === null || r === void 0 ? void 0 : r.value;
|
|
5485
|
-
}),
|
|
5485
|
+
}), T = k(() => e.componentSize), V = k(() => e.componentDisabled), D = k(() => {
|
|
5486
5486
|
var r, A;
|
|
5487
5487
|
return (r = e.wave) !== null && r !== void 0 ? r : (A = a.wave) === null || A === void 0 ? void 0 : A.value;
|
|
5488
5488
|
}), K = {
|
|
@@ -5492,7 +5492,7 @@ const Ln = (e) => {
|
|
|
5492
5492
|
direction: b,
|
|
5493
5493
|
space: m,
|
|
5494
5494
|
virtual: x,
|
|
5495
|
-
dropdownMatchSelectWidth:
|
|
5495
|
+
dropdownMatchSelectWidth: O,
|
|
5496
5496
|
getPrefixCls: n,
|
|
5497
5497
|
iconPrefixCls: i,
|
|
5498
5498
|
theme: k(() => {
|
|
@@ -5507,11 +5507,11 @@ const Ln = (e) => {
|
|
|
5507
5507
|
pagination: c,
|
|
5508
5508
|
form: C,
|
|
5509
5509
|
select: p,
|
|
5510
|
-
componentSize:
|
|
5510
|
+
componentSize: T,
|
|
5511
5511
|
componentDisabled: V,
|
|
5512
5512
|
transformCellText: k(() => e.transformCellText),
|
|
5513
5513
|
wave: D
|
|
5514
|
-
},
|
|
5514
|
+
}, y = k(() => {
|
|
5515
5515
|
const r = d.value || {}, {
|
|
5516
5516
|
algorithm: A,
|
|
5517
5517
|
token: q
|
|
@@ -5520,15 +5520,15 @@ const Ln = (e) => {
|
|
|
5520
5520
|
theme: we,
|
|
5521
5521
|
token: $($({}, Vl), q)
|
|
5522
5522
|
});
|
|
5523
|
-
}),
|
|
5523
|
+
}), v = k(() => {
|
|
5524
5524
|
var r, A;
|
|
5525
5525
|
let q = {};
|
|
5526
5526
|
return h.value && (q = ((r = h.value.Form) === null || r === void 0 ? void 0 : r.defaultValidateMessages) || ((A = Ne.Form) === null || A === void 0 ? void 0 : A.defaultValidateMessages) || {}), e.form && e.form.validateMessages && (q = $($({}, q), e.form.validateMessages)), q;
|
|
5527
5527
|
});
|
|
5528
5528
|
kl(K), jl({
|
|
5529
|
-
validateMessages:
|
|
5530
|
-
}), Dl(
|
|
5531
|
-
const
|
|
5529
|
+
validateMessages: v
|
|
5530
|
+
}), Dl(T), Kl(V);
|
|
5531
|
+
const g = (r) => {
|
|
5532
5532
|
var A, q;
|
|
5533
5533
|
let X = o.value ? s((A = l.default) === null || A === void 0 ? void 0 : A.call(l)) : (q = l.default) === null || q === void 0 ? void 0 : q.call(l);
|
|
5534
5534
|
if (e.theme) {
|
|
@@ -5536,7 +5536,7 @@ const Ln = (e) => {
|
|
|
5536
5536
|
return X;
|
|
5537
5537
|
}();
|
|
5538
5538
|
X = w(ql, {
|
|
5539
|
-
value:
|
|
5539
|
+
value: y.value
|
|
5540
5540
|
}, {
|
|
5541
5541
|
default: () => [we]
|
|
5542
5542
|
});
|
|
@@ -5555,7 +5555,7 @@ const Ln = (e) => {
|
|
|
5555
5555
|
rtl: b.value === "rtl"
|
|
5556
5556
|
}));
|
|
5557
5557
|
}), () => w(El, {
|
|
5558
|
-
children: (r, A, q) =>
|
|
5558
|
+
children: (r, A, q) => g(q)
|
|
5559
5559
|
}, null);
|
|
5560
5560
|
}
|
|
5561
5561
|
});
|
|
@@ -6990,37 +6990,37 @@ var fl = { exports: {} };
|
|
|
6990
6990
|
(function(e) {
|
|
6991
6991
|
(function(t) {
|
|
6992
6992
|
function l(c, C) {
|
|
6993
|
-
var p = (c & 65535) + (C & 65535),
|
|
6994
|
-
return
|
|
6993
|
+
var p = (c & 65535) + (C & 65535), T = (c >> 16) + (C >> 16) + (p >> 16);
|
|
6994
|
+
return T << 16 | p & 65535;
|
|
6995
6995
|
}
|
|
6996
6996
|
function a(c, C) {
|
|
6997
6997
|
return c << C | c >>> 32 - C;
|
|
6998
6998
|
}
|
|
6999
|
-
function n(c, C, p,
|
|
7000
|
-
return l(a(l(l(C, c), l(
|
|
6999
|
+
function n(c, C, p, T, V, D) {
|
|
7000
|
+
return l(a(l(l(C, c), l(T, D)), V), p);
|
|
7001
7001
|
}
|
|
7002
|
-
function i(c, C, p,
|
|
7003
|
-
return n(C & p | ~C &
|
|
7002
|
+
function i(c, C, p, T, V, D, K) {
|
|
7003
|
+
return n(C & p | ~C & T, c, C, V, D, K);
|
|
7004
7004
|
}
|
|
7005
|
-
function o(c, C, p,
|
|
7006
|
-
return n(C &
|
|
7005
|
+
function o(c, C, p, T, V, D, K) {
|
|
7006
|
+
return n(C & T | p & ~T, c, C, V, D, K);
|
|
7007
7007
|
}
|
|
7008
|
-
function u(c, C, p,
|
|
7009
|
-
return n(C ^ p ^
|
|
7008
|
+
function u(c, C, p, T, V, D, K) {
|
|
7009
|
+
return n(C ^ p ^ T, c, C, V, D, K);
|
|
7010
7010
|
}
|
|
7011
|
-
function s(c, C, p,
|
|
7012
|
-
return n(p ^ (C | ~
|
|
7011
|
+
function s(c, C, p, T, V, D, K) {
|
|
7012
|
+
return n(p ^ (C | ~T), c, C, V, D, K);
|
|
7013
7013
|
}
|
|
7014
7014
|
function d(c, C) {
|
|
7015
7015
|
c[C >> 5] |= 128 << C % 32, c[(C + 64 >>> 9 << 4) + 14] = C;
|
|
7016
|
-
var p,
|
|
7016
|
+
var p, T, V, D, K, y = 1732584193, v = -271733879, g = -1732584194, r = 271733878;
|
|
7017
7017
|
for (p = 0; p < c.length; p += 16)
|
|
7018
|
-
|
|
7019
|
-
return [
|
|
7018
|
+
T = y, V = v, D = g, K = r, y = i(y, v, g, r, c[p], 7, -680876936), r = i(r, y, v, g, c[p + 1], 12, -389564586), g = i(g, r, y, v, c[p + 2], 17, 606105819), v = i(v, g, r, y, c[p + 3], 22, -1044525330), y = i(y, v, g, r, c[p + 4], 7, -176418897), r = i(r, y, v, g, c[p + 5], 12, 1200080426), g = i(g, r, y, v, c[p + 6], 17, -1473231341), v = i(v, g, r, y, c[p + 7], 22, -45705983), y = i(y, v, g, r, c[p + 8], 7, 1770035416), r = i(r, y, v, g, c[p + 9], 12, -1958414417), g = i(g, r, y, v, c[p + 10], 17, -42063), v = i(v, g, r, y, c[p + 11], 22, -1990404162), y = i(y, v, g, r, c[p + 12], 7, 1804603682), r = i(r, y, v, g, c[p + 13], 12, -40341101), g = i(g, r, y, v, c[p + 14], 17, -1502002290), v = i(v, g, r, y, c[p + 15], 22, 1236535329), y = o(y, v, g, r, c[p + 1], 5, -165796510), r = o(r, y, v, g, c[p + 6], 9, -1069501632), g = o(g, r, y, v, c[p + 11], 14, 643717713), v = o(v, g, r, y, c[p], 20, -373897302), y = o(y, v, g, r, c[p + 5], 5, -701558691), r = o(r, y, v, g, c[p + 10], 9, 38016083), g = o(g, r, y, v, c[p + 15], 14, -660478335), v = o(v, g, r, y, c[p + 4], 20, -405537848), y = o(y, v, g, r, c[p + 9], 5, 568446438), r = o(r, y, v, g, c[p + 14], 9, -1019803690), g = o(g, r, y, v, c[p + 3], 14, -187363961), v = o(v, g, r, y, c[p + 8], 20, 1163531501), y = o(y, v, g, r, c[p + 13], 5, -1444681467), r = o(r, y, v, g, c[p + 2], 9, -51403784), g = o(g, r, y, v, c[p + 7], 14, 1735328473), v = o(v, g, r, y, c[p + 12], 20, -1926607734), y = u(y, v, g, r, c[p + 5], 4, -378558), r = u(r, y, v, g, c[p + 8], 11, -2022574463), g = u(g, r, y, v, c[p + 11], 16, 1839030562), v = u(v, g, r, y, c[p + 14], 23, -35309556), y = u(y, v, g, r, c[p + 1], 4, -1530992060), r = u(r, y, v, g, c[p + 4], 11, 1272893353), g = u(g, r, y, v, c[p + 7], 16, -155497632), v = u(v, g, r, y, c[p + 10], 23, -1094730640), y = u(y, v, g, r, c[p + 13], 4, 681279174), r = u(r, y, v, g, c[p], 11, -358537222), g = u(g, r, y, v, c[p + 3], 16, -722521979), v = u(v, g, r, y, c[p + 6], 23, 76029189), y = u(y, v, g, r, c[p + 9], 4, -640364487), r = u(r, y, v, g, c[p + 12], 11, -421815835), g = u(g, r, y, v, c[p + 15], 16, 530742520), v = u(v, g, r, y, c[p + 2], 23, -995338651), y = s(y, v, g, r, c[p], 6, -198630844), r = s(r, y, v, g, c[p + 7], 10, 1126891415), g = s(g, r, y, v, c[p + 14], 15, -1416354905), v = s(v, g, r, y, c[p + 5], 21, -57434055), y = s(y, v, g, r, c[p + 12], 6, 1700485571), r = s(r, y, v, g, c[p + 3], 10, -1894986606), g = s(g, r, y, v, c[p + 10], 15, -1051523), v = s(v, g, r, y, c[p + 1], 21, -2054922799), y = s(y, v, g, r, c[p + 8], 6, 1873313359), r = s(r, y, v, g, c[p + 15], 10, -30611744), g = s(g, r, y, v, c[p + 6], 15, -1560198380), v = s(v, g, r, y, c[p + 13], 21, 1309151649), y = s(y, v, g, r, c[p + 4], 6, -145523070), r = s(r, y, v, g, c[p + 11], 10, -1120210379), g = s(g, r, y, v, c[p + 2], 15, 718787259), v = s(v, g, r, y, c[p + 9], 21, -343485551), y = l(y, T), v = l(v, V), g = l(g, D), r = l(r, K);
|
|
7019
|
+
return [y, v, g, r];
|
|
7020
7020
|
}
|
|
7021
7021
|
function f(c) {
|
|
7022
|
-
var C, p = "",
|
|
7023
|
-
for (C = 0; C <
|
|
7022
|
+
var C, p = "", T = c.length * 32;
|
|
7023
|
+
for (C = 0; C < T; C += 8)
|
|
7024
7024
|
p += String.fromCharCode(c[C >> 5] >>> C % 32 & 255);
|
|
7025
7025
|
return p;
|
|
7026
7026
|
}
|
|
@@ -7028,8 +7028,8 @@ var fl = { exports: {} };
|
|
|
7028
7028
|
var C, p = [];
|
|
7029
7029
|
for (p[(c.length >> 2) - 1] = void 0, C = 0; C < p.length; C += 1)
|
|
7030
7030
|
p[C] = 0;
|
|
7031
|
-
var
|
|
7032
|
-
for (C = 0; C <
|
|
7031
|
+
var T = c.length * 8;
|
|
7032
|
+
for (C = 0; C < T; C += 8)
|
|
7033
7033
|
p[C >> 5] |= (c.charCodeAt(C / 8) & 255) << C % 32;
|
|
7034
7034
|
return p;
|
|
7035
7035
|
}
|
|
@@ -7037,25 +7037,25 @@ var fl = { exports: {} };
|
|
|
7037
7037
|
return f(d(_(c), c.length * 8));
|
|
7038
7038
|
}
|
|
7039
7039
|
function b(c, C) {
|
|
7040
|
-
var p,
|
|
7041
|
-
for (V[15] = D[15] = void 0,
|
|
7042
|
-
V[p] =
|
|
7040
|
+
var p, T = _(c), V = [], D = [], K;
|
|
7041
|
+
for (V[15] = D[15] = void 0, T.length > 16 && (T = d(T, c.length * 8)), p = 0; p < 16; p += 1)
|
|
7042
|
+
V[p] = T[p] ^ 909522486, D[p] = T[p] ^ 1549556828;
|
|
7043
7043
|
return K = d(V.concat(_(C)), 512 + C.length * 8), f(d(D.concat(K), 512 + 128));
|
|
7044
7044
|
}
|
|
7045
7045
|
function m(c) {
|
|
7046
|
-
var C = "0123456789abcdef", p = "",
|
|
7046
|
+
var C = "0123456789abcdef", p = "", T, V;
|
|
7047
7047
|
for (V = 0; V < c.length; V += 1)
|
|
7048
|
-
|
|
7048
|
+
T = c.charCodeAt(V), p += C.charAt(T >>> 4 & 15) + C.charAt(T & 15);
|
|
7049
7049
|
return p;
|
|
7050
7050
|
}
|
|
7051
7051
|
function x(c) {
|
|
7052
7052
|
return unescape(encodeURIComponent(c));
|
|
7053
7053
|
}
|
|
7054
|
-
function
|
|
7054
|
+
function O(c) {
|
|
7055
7055
|
return h(x(c));
|
|
7056
7056
|
}
|
|
7057
7057
|
function P(c) {
|
|
7058
|
-
return m(
|
|
7058
|
+
return m(O(c));
|
|
7059
7059
|
}
|
|
7060
7060
|
function M(c, C) {
|
|
7061
7061
|
return b(x(c), x(C));
|
|
@@ -7064,7 +7064,7 @@ var fl = { exports: {} };
|
|
|
7064
7064
|
return m(M(c, C));
|
|
7065
7065
|
}
|
|
7066
7066
|
function S(c, C, p) {
|
|
7067
|
-
return C ? p ? M(C, c) : j(C, c) : p ?
|
|
7067
|
+
return C ? p ? M(C, c) : j(C, c) : p ? O(c) : P(c);
|
|
7068
7068
|
}
|
|
7069
7069
|
e.exports ? e.exports = S : t.md5 = S;
|
|
7070
7070
|
})(Ql);
|
|
@@ -7431,12 +7431,20 @@ const ht = (e) => no(e).slice(-3), oo = (e, t, l, a) => (!e || !Array.isArray(e)
|
|
|
7431
7431
|
return f.defaultConfig = h || {}, f.override = b || {}, f.serverConfig = m || {}, f;
|
|
7432
7432
|
}
|
|
7433
7433
|
}, Ao = (e, t, l, a, n) => {
|
|
7434
|
-
var
|
|
7434
|
+
var P, M, j, S, c, C, p, T;
|
|
7435
7435
|
const { use_store: i = !0, to_i18n: o = !1, enable_btn: u = !1 } = n || {};
|
|
7436
7436
|
vo();
|
|
7437
7437
|
const s = i ? Ul() : null;
|
|
7438
7438
|
let d;
|
|
7439
|
-
|
|
7439
|
+
if (s)
|
|
7440
|
+
if (l)
|
|
7441
|
+
s.cleanPageConfig(t);
|
|
7442
|
+
else {
|
|
7443
|
+
const V = s.getCachedConfig(t);
|
|
7444
|
+
if (V)
|
|
7445
|
+
return V;
|
|
7446
|
+
}
|
|
7447
|
+
he[t] == null ? (console.log("remotePages3没有组件:" + t), s && s.setCustomConfig(t, {})) : (d = { ...he[t](a) }, s && s.setCustomConfig(t, d));
|
|
7440
7448
|
const f = I({
|
|
7441
7449
|
title: "",
|
|
7442
7450
|
addModalTitle: "新建",
|
|
@@ -7528,24 +7536,26 @@ const ht = (e) => no(e).slice(-3), oo = (e, t, l, a) => (!e || !Array.isArray(e)
|
|
|
7528
7536
|
if (l)
|
|
7529
7537
|
Object.assign(h, l.defaultConfig), s && s.setDefaultConfig(t, h);
|
|
7530
7538
|
else {
|
|
7531
|
-
const
|
|
7532
|
-
|
|
7539
|
+
const V = s && s.getDefaultConfig(t);
|
|
7540
|
+
V && Object.assign(h, V);
|
|
7533
7541
|
}
|
|
7534
7542
|
const b = te.cloneDeep(h);
|
|
7535
7543
|
let m = null;
|
|
7536
|
-
l ? (m = l.serverConfig, s && s.setServerConfig(t, m)) : m = s && s.getServerConfig(t), !(m != null && m.default_column_field) && ((
|
|
7544
|
+
l ? (m = l.serverConfig, s && s.setServerConfig(t, m)) : m = s && s.getServerConfig(t), !(m != null && m.default_column_field) && ((P = m == null ? void 0 : m.searchConfig) != null && P.default_column_field) && ((j = (M = m == null ? void 0 : m.searchConfig) == null ? void 0 : M.default_column_field) == null ? void 0 : j.length) > 0 && (m.default_column_field = m.searchConfig.default_column_field), !u && m && (delete m.btn_list, delete m.head_btn_list, delete m.batch_update_list), Object.assign(b, m);
|
|
7537
7545
|
let x = null;
|
|
7538
|
-
if (l ? (x = l.override, s && x && s.setOverrideConfig(t, x)) : x = s && s.getOverrideConfig(t), x && ho(b, x), d && (fo(b, d), d != null && d.default_column_field && ((
|
|
7539
|
-
const
|
|
7540
|
-
let
|
|
7541
|
-
const
|
|
7542
|
-
return
|
|
7543
|
-
|
|
7544
|
-
}),
|
|
7545
|
-
},
|
|
7546
|
-
b.processData =
|
|
7546
|
+
if (l ? (x = l.override, s && x && s.setOverrideConfig(t, x)) : x = s && s.getOverrideConfig(t), x && ho(b, x), d && (fo(b, d), d != null && d.default_column_field && ((S = d == null ? void 0 : d.default_column_field) == null ? void 0 : S.length) > 0 ? b.default_column_field = d == null ? void 0 : d.default_column_field : (c = d == null ? void 0 : d.searchConfig) != null && c.default_column_field && ((p = (C = d == null ? void 0 : d.searchConfig) == null ? void 0 : C.default_column_field) == null ? void 0 : p.length) > 0 && (b.default_column_field = (T = d == null ? void 0 : d.searchConfig) == null ? void 0 : T.default_column_field)), s && s.setMergedConfig(t, b), b.is_stripe) {
|
|
7547
|
+
const V = (K) => {
|
|
7548
|
+
let y = 0;
|
|
7549
|
+
const v = {};
|
|
7550
|
+
return K.forEach((g) => {
|
|
7551
|
+
g.color_index0 = 1, (v == null ? void 0 : v[g == null ? void 0 : g[b.is_stripe]]) == null && (v[g[b.is_stripe]] = y, y += 1, g.color_index0 = 0), g.color_index = v[g[b.is_stripe]];
|
|
7552
|
+
}), K;
|
|
7553
|
+
}, D = (K) => K.color_index0 == 1 ? { style: { background: "rgba(85,162,235,0.3)" } } : K.color_index % 2 == 0 ? { style: { background: "#FFFFFE" } } : { style: { background: "#FAFAFA" } };
|
|
7554
|
+
b.processData = V, b.customRow = D;
|
|
7547
7555
|
}
|
|
7548
|
-
|
|
7556
|
+
bo(b);
|
|
7557
|
+
let O = b;
|
|
7558
|
+
return o && (O = po(b, a, t)), s.setCachedConfig(t, O), O;
|
|
7549
7559
|
};
|
|
7550
7560
|
export {
|
|
7551
7561
|
Co as getDefaultAndServerConfig,
|