@kengic/core.react 0.0.1-beta.62 → 0.0.1-beta.64
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/index.css +1 -1
- package/kengic-core.react.js +793 -787
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -63,7 +63,7 @@ function requireReact_production_min() {
|
|
|
63
63
|
var ut = ea.prototype = new ct();
|
|
64
64
|
ut.constructor = ea, se(ut, ae.prototype), ut.isPureReactComponent = !0;
|
|
65
65
|
var ra = Array.isArray, ta = Object.prototype.hasOwnProperty, oa = { current: null }, ia = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
66
|
-
function
|
|
66
|
+
function sa(ma, wa, Oa) {
|
|
67
67
|
var Na, Aa = {}, Ba = null, ja = null;
|
|
68
68
|
if (wa != null) for (Na in wa.ref !== void 0 && (ja = wa.ref), wa.key !== void 0 && (Ba = "" + wa.key), wa) ta.call(wa, Na) && !ia.hasOwnProperty(Na) && (Aa[Na] = wa[Na]);
|
|
69
69
|
var za = arguments.length - 2;
|
|
@@ -75,7 +75,7 @@ function requireReact_production_min() {
|
|
|
75
75
|
if (ma && ma.defaultProps) for (Na in za = ma.defaultProps, za) Aa[Na] === void 0 && (Aa[Na] = za[Na]);
|
|
76
76
|
return { $$typeof: e, type: ma, key: Ba, ref: ja, props: Aa, _owner: oa.current };
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function ca(ma, wa) {
|
|
79
79
|
return { $$typeof: e, type: ma.type, key: wa, ref: ma.ref, props: ma.props, _owner: ma._owner };
|
|
80
80
|
}
|
|
81
81
|
function va(ma) {
|
|
@@ -110,7 +110,7 @@ function requireReact_production_min() {
|
|
|
110
110
|
}
|
|
111
111
|
if (ja) return ja = ma, Aa = Aa(ja), ma = Na === "" ? "." + ha(ja, 0) : Na, ra(Aa) ? (Oa = "", ma != null && (Oa = ma.replace(ya, "$&/") + "/"), pa(Aa, wa, Oa, "", function(Ua) {
|
|
112
112
|
return Ua;
|
|
113
|
-
})) : Aa != null && (va(Aa) && (Aa =
|
|
113
|
+
})) : Aa != null && (va(Aa) && (Aa = ca(Aa, Oa + (!Aa.key || ja && ja.key === Aa.key ? "" : ("" + Aa.key).replace(ya, "$&/") + "/") + ma)), wa.push(Aa)), 1;
|
|
114
114
|
if (ja = 0, Na = Na === "" ? "." : Na + ":", ra(ma)) for (var za = 0; za < ma.length; za++) {
|
|
115
115
|
Ba = ma[za];
|
|
116
116
|
var Ja = Na + ha(Ba, za);
|
|
@@ -176,8 +176,8 @@ function requireReact_production_min() {
|
|
|
176
176
|
return { $$typeof: e, type: ma.type, key: Aa, ref: Ba, props: Na, _owner: ja };
|
|
177
177
|
}, react_production_min.createContext = function(ma) {
|
|
178
178
|
return ma = { $$typeof: u, _currentValue: ma, _currentValue2: ma, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, ma.Provider = { $$typeof: s, _context: ma }, ma.Consumer = ma;
|
|
179
|
-
}, react_production_min.createElement =
|
|
180
|
-
var wa =
|
|
179
|
+
}, react_production_min.createElement = sa, react_production_min.createFactory = function(ma) {
|
|
180
|
+
var wa = sa.bind(null, ma);
|
|
181
181
|
return wa.type = ma, wa;
|
|
182
182
|
}, react_production_min.createRef = function() {
|
|
183
183
|
return { current: null };
|
|
@@ -268,15 +268,15 @@ function requireReact_development() {
|
|
|
268
268
|
* @type {ReactComponent}
|
|
269
269
|
*/
|
|
270
270
|
current: null
|
|
271
|
-
}, ia = {},
|
|
272
|
-
function
|
|
273
|
-
|
|
271
|
+
}, ia = {}, sa = null;
|
|
272
|
+
function ca(Ca) {
|
|
273
|
+
sa = Ca;
|
|
274
274
|
}
|
|
275
275
|
ia.setExtraStackFrame = function(Ca) {
|
|
276
|
-
|
|
276
|
+
sa = Ca;
|
|
277
277
|
}, ia.getCurrentStack = null, ia.getStackAddendum = function() {
|
|
278
278
|
var Ca = "";
|
|
279
|
-
|
|
279
|
+
sa && (Ca += sa);
|
|
280
280
|
var Fa = ia.getCurrentStack;
|
|
281
281
|
return Fa && (Ca += Fa() || ""), Ca;
|
|
282
282
|
};
|
|
@@ -1227,9 +1227,9 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1227
1227
|
function ol(Ca) {
|
|
1228
1228
|
if (Ca) {
|
|
1229
1229
|
var Fa = Ca._owner, hi = qs(Ca.type, Ca._source, Fa ? Fa.type : null);
|
|
1230
|
-
|
|
1230
|
+
ca(hi);
|
|
1231
1231
|
} else
|
|
1232
|
-
|
|
1232
|
+
ca(null);
|
|
1233
1233
|
}
|
|
1234
1234
|
var Vs;
|
|
1235
1235
|
Vs = !1;
|
|
@@ -2145,24 +2145,24 @@ function sendQuery(e, t, r, n) {
|
|
|
2145
2145
|
oa.status === "pending" && (oa.status = "aborted");
|
|
2146
2146
|
}), ne = [];
|
|
2147
2147
|
}
|
|
2148
|
-
function ra(oa, ia,
|
|
2149
|
-
const
|
|
2148
|
+
function ra(oa, ia, sa) {
|
|
2149
|
+
const ca = ia !== "success";
|
|
2150
2150
|
switch (ne = ne.filter((va) => va !== oa), C) {
|
|
2151
2151
|
case "pending":
|
|
2152
2152
|
break;
|
|
2153
2153
|
case "failed":
|
|
2154
|
-
if (
|
|
2154
|
+
if (ca || !e.dataAfterTimeout)
|
|
2155
2155
|
return;
|
|
2156
2156
|
break;
|
|
2157
2157
|
default:
|
|
2158
2158
|
return;
|
|
2159
2159
|
}
|
|
2160
2160
|
if (ia === "abort") {
|
|
2161
|
-
D =
|
|
2161
|
+
D = sa, ea();
|
|
2162
2162
|
return;
|
|
2163
2163
|
}
|
|
2164
|
-
if (
|
|
2165
|
-
D =
|
|
2164
|
+
if (ca) {
|
|
2165
|
+
D = sa, ne.length || (u.length ? ta() : ea());
|
|
2166
2166
|
return;
|
|
2167
2167
|
}
|
|
2168
2168
|
if (se(), ut(), !e.random) {
|
|
@@ -2170,7 +2170,7 @@ function sendQuery(e, t, r, n) {
|
|
|
2170
2170
|
va !== -1 && va !== e.index && (e.index = va);
|
|
2171
2171
|
}
|
|
2172
2172
|
C = "completed", oe.forEach((va) => {
|
|
2173
|
-
va(
|
|
2173
|
+
va(sa);
|
|
2174
2174
|
});
|
|
2175
2175
|
}
|
|
2176
2176
|
function ta() {
|
|
@@ -2191,8 +2191,8 @@ function sendQuery(e, t, r, n) {
|
|
|
2191
2191
|
const ia = {
|
|
2192
2192
|
status: "pending",
|
|
2193
2193
|
resource: oa,
|
|
2194
|
-
callback: (
|
|
2195
|
-
ra(ia,
|
|
2194
|
+
callback: (sa, ca) => {
|
|
2195
|
+
ra(ia, sa, ca);
|
|
2196
2196
|
}
|
|
2197
2197
|
};
|
|
2198
2198
|
ne.push(ia), w++, G = setTimeout(ta, e.rotate), r(oa, t, ia.callback);
|
|
@@ -2837,14 +2837,14 @@ function requireReactJsxRuntime_development() {
|
|
|
2837
2837
|
al.unshift("Warning: " + Ha), Function.prototype.apply.call(console[Da], console, al);
|
|
2838
2838
|
}
|
|
2839
2839
|
}
|
|
2840
|
-
var ra = !1, ta = !1, oa = !1, ia = !1,
|
|
2841
|
-
|
|
2840
|
+
var ra = !1, ta = !1, oa = !1, ia = !1, sa = !1, ca;
|
|
2841
|
+
ca = Symbol.for("react.module.reference");
|
|
2842
2842
|
function va(Da) {
|
|
2843
|
-
return !!(typeof Da == "string" || typeof Da == "function" || Da === n || Da === s ||
|
|
2843
|
+
return !!(typeof Da == "string" || typeof Da == "function" || Da === n || Da === s || sa || Da === a || Da === w || Da === D || ia || Da === oe || ra || ta || oa || typeof Da == "object" && Da !== null && (Da.$$typeof === ne || Da.$$typeof === G || Da.$$typeof === u || Da.$$typeof === g || Da.$$typeof === C || // This needs to include all possible module reference object
|
|
2844
2844
|
// types supported by any Flight configuration anywhere since
|
|
2845
2845
|
// we don't know which Flight build this will end up being used
|
|
2846
2846
|
// with.
|
|
2847
|
-
Da.$$typeof ===
|
|
2847
|
+
Da.$$typeof === ca || Da.getModuleId !== void 0));
|
|
2848
2848
|
}
|
|
2849
2849
|
function ga(Da, Ha, Qa) {
|
|
2850
2850
|
var Si = Da.displayName;
|
|
@@ -3476,7 +3476,7 @@ function requireScheduler_production_min() {
|
|
|
3476
3476
|
}
|
|
3477
3477
|
}
|
|
3478
3478
|
function ta(da, ba) {
|
|
3479
|
-
se = !1, ue && (ue = !1, ct(
|
|
3479
|
+
se = !1, ue && (ue = !1, ct(sa), sa = -1), oe = !0;
|
|
3480
3480
|
var Ea = ne;
|
|
3481
3481
|
try {
|
|
3482
3482
|
for (ut(ba), G = r(C); G !== null && (!(G.expirationTime > ba) || da && !ga()); ) {
|
|
@@ -3498,9 +3498,9 @@ function requireScheduler_production_min() {
|
|
|
3498
3498
|
G = null, ne = Ea, oe = !1;
|
|
3499
3499
|
}
|
|
3500
3500
|
}
|
|
3501
|
-
var oa = !1, ia = null,
|
|
3501
|
+
var oa = !1, ia = null, sa = -1, ca = 5, va = -1;
|
|
3502
3502
|
function ga() {
|
|
3503
|
-
return !(e.unstable_now() - va <
|
|
3503
|
+
return !(e.unstable_now() - va < ca);
|
|
3504
3504
|
}
|
|
3505
3505
|
function ya() {
|
|
3506
3506
|
if (ia !== null) {
|
|
@@ -3530,7 +3530,7 @@ function requireScheduler_production_min() {
|
|
|
3530
3530
|
ia = da, oa || (oa = !0, ha());
|
|
3531
3531
|
}
|
|
3532
3532
|
function fa(da, ba) {
|
|
3533
|
-
|
|
3533
|
+
sa = ae(function() {
|
|
3534
3534
|
da(e.unstable_now());
|
|
3535
3535
|
}, ba);
|
|
3536
3536
|
}
|
|
@@ -3539,7 +3539,7 @@ function requireScheduler_production_min() {
|
|
|
3539
3539
|
}, e.unstable_continueExecution = function() {
|
|
3540
3540
|
se || oe || (se = !0, xa(ta));
|
|
3541
3541
|
}, e.unstable_forceFrameRate = function(da) {
|
|
3542
|
-
0 > da || 125 < da ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") :
|
|
3542
|
+
0 > da || 125 < da ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : ca = 0 < da ? Math.floor(1e3 / da) : 5;
|
|
3543
3543
|
}, e.unstable_getCurrentPriorityLevel = function() {
|
|
3544
3544
|
return ne;
|
|
3545
3545
|
}, e.unstable_getFirstCallbackNode = function() {
|
|
@@ -3599,7 +3599,7 @@ function requireScheduler_production_min() {
|
|
|
3599
3599
|
default:
|
|
3600
3600
|
wa = 5e3;
|
|
3601
3601
|
}
|
|
3602
|
-
return wa = Ea + wa, da = { id: D++, callback: ba, priorityLevel: da, startTime: Ea, expirationTime: wa, sortIndex: -1 }, Ea > ma ? (da.sortIndex = Ea, t(w, da), r(C) === null && da === r(w) && (ue ? (ct(
|
|
3602
|
+
return wa = Ea + wa, da = { id: D++, callback: ba, priorityLevel: da, startTime: Ea, expirationTime: wa, sortIndex: -1 }, Ea > ma ? (da.sortIndex = Ea, t(w, da), r(C) === null && da === r(w) && (ue ? (ct(sa), sa = -1) : ue = !0, fa(ra, Ea - ma))) : (da.sortIndex = wa, t(C, da), se || oe || (se = !0, xa(ta))), da;
|
|
3603
3603
|
}, e.unstable_shouldYield = ga, e.unstable_wrapCallback = function(da) {
|
|
3604
3604
|
var ba = ne;
|
|
3605
3605
|
return function() {
|
|
@@ -3682,7 +3682,7 @@ function requireScheduler_development() {
|
|
|
3682
3682
|
return ea.now() - ut;
|
|
3683
3683
|
};
|
|
3684
3684
|
}
|
|
3685
|
-
var ra = 1073741823, ta = -1, oa = 250, ia = 5e3,
|
|
3685
|
+
var ra = 1073741823, ta = -1, oa = 250, ia = 5e3, sa = 1e4, ca = ra, va = [], ga = [], ya = 1, ha = null, pa = ne, $a = !1, xa = !1, fa = !1, da = typeof setTimeout == "function" ? setTimeout : null, ba = typeof clearTimeout == "function" ? clearTimeout : null, Ea = typeof setImmediate < "u" ? setImmediate : null;
|
|
3686
3686
|
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
|
|
3687
3687
|
function ma(ai) {
|
|
3688
3688
|
for (var $i = s(ga); $i !== null; ) {
|
|
@@ -3798,10 +3798,10 @@ function requireScheduler_development() {
|
|
|
3798
3798
|
nl = oa;
|
|
3799
3799
|
break;
|
|
3800
3800
|
case se:
|
|
3801
|
-
nl =
|
|
3801
|
+
nl = ca;
|
|
3802
3802
|
break;
|
|
3803
3803
|
case oe:
|
|
3804
|
-
nl =
|
|
3804
|
+
nl = sa;
|
|
3805
3805
|
break;
|
|
3806
3806
|
case ne:
|
|
3807
3807
|
default:
|
|
@@ -3997,7 +3997,7 @@ function requireReactDom_production_min() {
|
|
|
3997
3997
|
var na = ae.hasOwnProperty(p) ? ae[p] : null;
|
|
3998
3998
|
(na !== null ? na.type !== 0 : ie || !(2 < p.length) || p[0] !== "o" && p[0] !== "O" || p[1] !== "n" && p[1] !== "N") && (se(p, U, na, ie) && (U = null), ie || na === null ? ne(p) && (U === null ? c.removeAttribute(p) : c.setAttribute(p, "" + U)) : na.mustUseProperty ? c[na.propertyName] = U === null ? na.type === 3 ? !1 : "" : U : (p = na.attributeName, ie = na.attributeNamespace, U === null ? c.removeAttribute(p) : (na = na.type, U = na === 3 || na === 4 && U === !0 ? "" : "" + U, ie ? c.setAttributeNS(ie, p, U) : c.setAttribute(p, U))));
|
|
3999
3999
|
}
|
|
4000
|
-
var ra = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, ta = Symbol.for("react.element"), oa = Symbol.for("react.portal"), ia = Symbol.for("react.fragment"),
|
|
4000
|
+
var ra = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, ta = Symbol.for("react.element"), oa = Symbol.for("react.portal"), ia = Symbol.for("react.fragment"), sa = Symbol.for("react.strict_mode"), ca = Symbol.for("react.profiler"), va = Symbol.for("react.provider"), ga = Symbol.for("react.context"), ya = Symbol.for("react.forward_ref"), ha = Symbol.for("react.suspense"), pa = Symbol.for("react.suspense_list"), $a = Symbol.for("react.memo"), xa = Symbol.for("react.lazy"), fa = Symbol.for("react.offscreen"), da = Symbol.iterator;
|
|
4001
4001
|
function ba(c) {
|
|
4002
4002
|
return c === null || typeof c != "object" ? null : (c = da && c[da] || c["@@iterator"], typeof c == "function" ? c : null);
|
|
4003
4003
|
}
|
|
@@ -4099,9 +4099,9 @@ function requireReactDom_production_min() {
|
|
|
4099
4099
|
return "Fragment";
|
|
4100
4100
|
case oa:
|
|
4101
4101
|
return "Portal";
|
|
4102
|
-
case sa:
|
|
4103
|
-
return "Profiler";
|
|
4104
4102
|
case ca:
|
|
4103
|
+
return "Profiler";
|
|
4104
|
+
case sa:
|
|
4105
4105
|
return "StrictMode";
|
|
4106
4106
|
case ha:
|
|
4107
4107
|
return "Suspense";
|
|
@@ -4153,7 +4153,7 @@ function requireReactDom_production_min() {
|
|
|
4153
4153
|
case 16:
|
|
4154
4154
|
return Ba(p);
|
|
4155
4155
|
case 8:
|
|
4156
|
-
return p ===
|
|
4156
|
+
return p === sa ? "StrictMode" : "Mode";
|
|
4157
4157
|
case 22:
|
|
4158
4158
|
return "Offscreen";
|
|
4159
4159
|
case 12:
|
|
@@ -8750,11 +8750,11 @@ Error generating stack: ` + la.message + `
|
|
|
8750
8750
|
else e: switch (c) {
|
|
8751
8751
|
case ia:
|
|
8752
8752
|
return pp(U.children, na, la, p);
|
|
8753
|
-
case
|
|
8753
|
+
case sa:
|
|
8754
8754
|
Ta = 8, na |= 8;
|
|
8755
8755
|
break;
|
|
8756
|
-
case
|
|
8757
|
-
return c = dd(12, U, p, na | 2), c.elementType =
|
|
8756
|
+
case ca:
|
|
8757
|
+
return c = dd(12, U, p, na | 2), c.elementType = ca, c.lanes = la, c;
|
|
8758
8758
|
case ha:
|
|
8759
8759
|
return c = dd(13, U, p, na), c.elementType = ha, c.lanes = la, c;
|
|
8760
8760
|
case pa:
|
|
@@ -9102,7 +9102,7 @@ function requireReactDom_development() {
|
|
|
9102
9102
|
st.unshift("Warning: " + l), Function.prototype.apply.call(console[o], console, st);
|
|
9103
9103
|
}
|
|
9104
9104
|
}
|
|
9105
|
-
var C = 0, w = 1, D = 2, G = 3, ne = 4, oe = 5, se = 6, ue = 7, ae = 8, ct = 9, ea = 10, ut = 11, ra = 12, ta = 13, oa = 14, ia = 15,
|
|
9105
|
+
var C = 0, w = 1, D = 2, G = 3, ne = 4, oe = 5, se = 6, ue = 7, ae = 8, ct = 9, ea = 10, ut = 11, ra = 12, ta = 13, oa = 14, ia = 15, sa = 16, ca = 17, va = 18, ga = 19, ya = 21, ha = 22, pa = 23, $a = 24, xa = 25, fa = !0, da = !1, ba = !1, Ea = !1, ma = !1, wa = !0, Oa = !1, Na = !0, Aa = !0, Ba = !0, ja = !0, za = /* @__PURE__ */ new Set(), Ja = {}, Ua = {};
|
|
9106
9106
|
function La(o, l) {
|
|
9107
9107
|
Ma(o, l), Ma(o + "Capture", l);
|
|
9108
9108
|
}
|
|
@@ -9843,7 +9843,7 @@ function requireReactDom_development() {
|
|
|
9843
9843
|
switch (o._debugOwner && o._debugOwner.type, o._debugSource, o.tag) {
|
|
9844
9844
|
case oe:
|
|
9845
9845
|
return Tl(o.type);
|
|
9846
|
-
case
|
|
9846
|
+
case sa:
|
|
9847
9847
|
return Tl("Lazy");
|
|
9848
9848
|
case ta:
|
|
9849
9849
|
return Tl("Suspense");
|
|
@@ -9961,7 +9961,7 @@ Error generating stack: ` + N.message + `
|
|
|
9961
9961
|
return "Root";
|
|
9962
9962
|
case se:
|
|
9963
9963
|
return "Text";
|
|
9964
|
-
case
|
|
9964
|
+
case sa:
|
|
9965
9965
|
return ol(x);
|
|
9966
9966
|
case ae:
|
|
9967
9967
|
return x === vl ? "StrictMode" : "Mode";
|
|
@@ -9979,7 +9979,7 @@ Error generating stack: ` + N.message + `
|
|
|
9979
9979
|
return "TracingMarker";
|
|
9980
9980
|
case w:
|
|
9981
9981
|
case C:
|
|
9982
|
-
case
|
|
9982
|
+
case ca:
|
|
9983
9983
|
case D:
|
|
9984
9984
|
case oa:
|
|
9985
9985
|
case ia:
|
|
@@ -18078,7 +18078,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
18078
18078
|
if (o.flags |= us, x.flags |= Um, x.flags &= ~(Vv | Fu), x.tag === w) {
|
|
18079
18079
|
var st = x.alternate;
|
|
18080
18080
|
if (st === null)
|
|
18081
|
-
x.tag =
|
|
18081
|
+
x.tag = ca;
|
|
18082
18082
|
else {
|
|
18083
18083
|
var aa = bp(ac, Gl);
|
|
18084
18084
|
aa.tag = mE, ym(x, aa, Gl);
|
|
@@ -19087,7 +19087,7 @@ Check the render method of \`` + N + "`.");
|
|
|
19087
19087
|
switch (l.lanes = Ki, l.tag) {
|
|
19088
19088
|
case D:
|
|
19089
19089
|
return CN(o, l, l.type, x);
|
|
19090
|
-
case
|
|
19090
|
+
case sa: {
|
|
19091
19091
|
var Sa = l.elementType;
|
|
19092
19092
|
return EN(o, l, Sa, x);
|
|
19093
19093
|
}
|
|
@@ -19139,7 +19139,7 @@ Check the render method of \`` + N + "`.");
|
|
|
19139
19139
|
}
|
|
19140
19140
|
case ia:
|
|
19141
19141
|
return P1(o, l, l.type, l.pendingProps, x);
|
|
19142
|
-
case
|
|
19142
|
+
case ca: {
|
|
19143
19143
|
var Ii = l.type, di = l.pendingProps, Ji = l.elementType === Ii ? di : sf(Ii, di);
|
|
19144
19144
|
return xN(o, l, Ii, Ji, x);
|
|
19145
19145
|
}
|
|
@@ -19261,7 +19261,7 @@ Check the render method of \`` + N + "`.");
|
|
|
19261
19261
|
var N = l.pendingProps;
|
|
19262
19262
|
switch (bx(l), l.tag) {
|
|
19263
19263
|
case D:
|
|
19264
|
-
case
|
|
19264
|
+
case sa:
|
|
19265
19265
|
case ia:
|
|
19266
19266
|
case C:
|
|
19267
19267
|
case ut:
|
|
@@ -19355,7 +19355,7 @@ Check the render method of \`` + N + "`.");
|
|
|
19355
19355
|
case ea:
|
|
19356
19356
|
var hl = l.type._context;
|
|
19357
19357
|
return Mx(hl, l), hu(l), null;
|
|
19358
|
-
case
|
|
19358
|
+
case ca: {
|
|
19359
19359
|
var cs = l.type;
|
|
19360
19360
|
return Mf(cs) && eE(l), hu(l), null;
|
|
19361
19361
|
}
|
|
@@ -19641,7 +19641,7 @@ Check the render method of \`` + N + "`.");
|
|
|
19641
19641
|
case oe:
|
|
19642
19642
|
case se:
|
|
19643
19643
|
case ne:
|
|
19644
|
-
case
|
|
19644
|
+
case ca:
|
|
19645
19645
|
break;
|
|
19646
19646
|
default:
|
|
19647
19647
|
throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.");
|
|
@@ -19824,7 +19824,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19824
19824
|
break;
|
|
19825
19825
|
}
|
|
19826
19826
|
case ga:
|
|
19827
|
-
case
|
|
19827
|
+
case ca:
|
|
19828
19828
|
case ya:
|
|
19829
19829
|
case ha:
|
|
19830
19830
|
case pa:
|
|
@@ -21786,7 +21786,7 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
21786
21786
|
aa = oa;
|
|
21787
21787
|
break e;
|
|
21788
21788
|
case Fi:
|
|
21789
|
-
aa =
|
|
21789
|
+
aa = sa, ua = null;
|
|
21790
21790
|
break e;
|
|
21791
21791
|
}
|
|
21792
21792
|
var Sa = "";
|
|
@@ -23706,12 +23706,12 @@ function buildCreateSlice({
|
|
|
23706
23706
|
...w.sliceCaseReducersByType
|
|
23707
23707
|
};
|
|
23708
23708
|
return createReducer(a.initialState, (ia) => {
|
|
23709
|
-
for (let
|
|
23710
|
-
ia.addCase(
|
|
23711
|
-
for (let
|
|
23712
|
-
ia.addMatcher(
|
|
23713
|
-
for (let
|
|
23714
|
-
ia.addMatcher(
|
|
23709
|
+
for (let sa in oa)
|
|
23710
|
+
ia.addCase(sa, oa[sa]);
|
|
23711
|
+
for (let sa of w.sliceMatchers)
|
|
23712
|
+
ia.addMatcher(sa.matcher, sa.reducer);
|
|
23713
|
+
for (let sa of ra)
|
|
23714
|
+
ia.addMatcher(sa.matcher, sa.reducer);
|
|
23715
23715
|
ta && ia.addDefaultCase(ta);
|
|
23716
23716
|
});
|
|
23717
23717
|
}
|
|
@@ -23725,25 +23725,25 @@ function buildCreateSlice({
|
|
|
23725
23725
|
}
|
|
23726
23726
|
function ct(ut, ra = !1) {
|
|
23727
23727
|
function ta(ia) {
|
|
23728
|
-
let
|
|
23729
|
-
if (typeof
|
|
23728
|
+
let sa = ia[ut];
|
|
23729
|
+
if (typeof sa > "u") {
|
|
23730
23730
|
if (ra)
|
|
23731
|
-
|
|
23731
|
+
sa = ae();
|
|
23732
23732
|
else if (process.env.NODE_ENV !== "production")
|
|
23733
23733
|
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(15) : "selectSlice returned undefined for an uninjected slice reducer");
|
|
23734
23734
|
}
|
|
23735
|
-
return
|
|
23735
|
+
return sa;
|
|
23736
23736
|
}
|
|
23737
23737
|
function oa(ia = ne) {
|
|
23738
|
-
const
|
|
23738
|
+
const sa = emplace(oe, ra, {
|
|
23739
23739
|
insert: () => /* @__PURE__ */ new WeakMap()
|
|
23740
23740
|
});
|
|
23741
|
-
return emplace(
|
|
23741
|
+
return emplace(sa, ia, {
|
|
23742
23742
|
insert: () => {
|
|
23743
|
-
const
|
|
23743
|
+
const ca = {};
|
|
23744
23744
|
for (const [va, ga] of Object.entries(a.selectors ?? {}))
|
|
23745
|
-
|
|
23746
|
-
return
|
|
23745
|
+
ca[va] = wrapSelector(ga, ia, ae, ra);
|
|
23746
|
+
return ca;
|
|
23747
23747
|
}
|
|
23748
23748
|
});
|
|
23749
23749
|
}
|
|
@@ -23964,12 +23964,12 @@ function requireUseSyncExternalStoreWithSelector_development() {
|
|
|
23964
23964
|
return $a;
|
|
23965
23965
|
var xa = ne(ga);
|
|
23966
23966
|
return oe !== void 0 && oe($a, xa) ? $a : (ta = ga, oa = xa, xa);
|
|
23967
|
-
},
|
|
23967
|
+
}, sa = G === void 0 ? null : G, ca = function() {
|
|
23968
23968
|
return ia(D());
|
|
23969
|
-
}, va =
|
|
23970
|
-
return ia(
|
|
23969
|
+
}, va = sa === null ? void 0 : function() {
|
|
23970
|
+
return ia(sa());
|
|
23971
23971
|
};
|
|
23972
|
-
return [
|
|
23972
|
+
return [ca, va];
|
|
23973
23973
|
}, [D, G, ne, oe]), ct = ae[0], ea = ae[1], ut = n(w, ct, ea);
|
|
23974
23974
|
return s(function() {
|
|
23975
23975
|
ue.hasValue = !0, ue.value = ut;
|
|
@@ -24440,7 +24440,7 @@ function requireReactIs_development$1() {
|
|
|
24440
24440
|
}
|
|
24441
24441
|
}
|
|
24442
24442
|
}
|
|
24443
|
-
var oa = u, ia = s,
|
|
24443
|
+
var oa = u, ia = s, sa = e, ca = C, va = r, ga = ne, ya = G, ha = t, pa = a, $a = n, xa = w, fa = D, da = !1, ba = !1;
|
|
24444
24444
|
function Ea(Pa) {
|
|
24445
24445
|
return da || (da = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
24446
24446
|
}
|
|
@@ -24483,7 +24483,7 @@ function requireReactIs_development$1() {
|
|
|
24483
24483
|
function Wa(Pa) {
|
|
24484
24484
|
return ta(Pa) === D;
|
|
24485
24485
|
}
|
|
24486
|
-
reactIs_development$1.ContextConsumer = oa, reactIs_development$1.ContextProvider = ia, reactIs_development$1.Element =
|
|
24486
|
+
reactIs_development$1.ContextConsumer = oa, reactIs_development$1.ContextProvider = ia, reactIs_development$1.Element = sa, reactIs_development$1.ForwardRef = ca, reactIs_development$1.Fragment = va, reactIs_development$1.Lazy = ga, reactIs_development$1.Memo = ya, reactIs_development$1.Portal = ha, reactIs_development$1.Profiler = pa, reactIs_development$1.StrictMode = $a, reactIs_development$1.Suspense = xa, reactIs_development$1.SuspenseList = fa, reactIs_development$1.isAsyncMode = Ea, reactIs_development$1.isConcurrentMode = ma, reactIs_development$1.isContextConsumer = wa, reactIs_development$1.isContextProvider = Oa, reactIs_development$1.isElement = Na, reactIs_development$1.isForwardRef = Aa, reactIs_development$1.isFragment = Ba, reactIs_development$1.isLazy = ja, reactIs_development$1.isMemo = za, reactIs_development$1.isPortal = Ja, reactIs_development$1.isProfiler = Ua, reactIs_development$1.isStrictMode = La, reactIs_development$1.isSuspense = Ma, reactIs_development$1.isSuspenseList = Wa, reactIs_development$1.isValidElementType = ra, reactIs_development$1.typeOf = ta;
|
|
24487
24487
|
}()), reactIs_development$1;
|
|
24488
24488
|
}
|
|
24489
24489
|
process.env.NODE_ENV === "production" ? reactIs$2.exports = requireReactIs_production_min$1() : reactIs$2.exports = requireReactIs_development$1();
|
|
@@ -25048,16 +25048,16 @@ function SingleObserver(e, t) {
|
|
|
25048
25048
|
var se = reactExports.useRef(e);
|
|
25049
25049
|
se.current = e;
|
|
25050
25050
|
var ue = reactExports.useCallback(function(ae) {
|
|
25051
|
-
var ct = se.current, ea = ct.onResize, ut = ct.data, ra = ae.getBoundingClientRect(), ta = ra.width, oa = ra.height, ia = ae.offsetWidth,
|
|
25052
|
-
if (w.current.width !==
|
|
25051
|
+
var ct = se.current, ea = ct.onResize, ut = ct.data, ra = ae.getBoundingClientRect(), ta = ra.width, oa = ra.height, ia = ae.offsetWidth, sa = ae.offsetHeight, ca = Math.floor(ta), va = Math.floor(oa);
|
|
25052
|
+
if (w.current.width !== ca || w.current.height !== va || w.current.offsetWidth !== ia || w.current.offsetHeight !== sa) {
|
|
25053
25053
|
var ga = {
|
|
25054
|
-
width:
|
|
25054
|
+
width: ca,
|
|
25055
25055
|
height: va,
|
|
25056
25056
|
offsetWidth: ia,
|
|
25057
|
-
offsetHeight:
|
|
25057
|
+
offsetHeight: sa
|
|
25058
25058
|
};
|
|
25059
25059
|
w.current = ga;
|
|
25060
|
-
var ya = ia === Math.round(ta) ? ta : ia, ha =
|
|
25060
|
+
var ya = ia === Math.round(ta) ? ta : ia, ha = sa === Math.round(oa) ? oa : sa, pa = _objectSpread2$7(_objectSpread2$7({}, ga), {}, {
|
|
25061
25061
|
offsetWidth: ya,
|
|
25062
25062
|
offsetHeight: ha
|
|
25063
25063
|
});
|
|
@@ -25648,8 +25648,8 @@ function useGlobalCache(e, t, r, n, a) {
|
|
|
25648
25648
|
u.opUpdate(C, function(ae) {
|
|
25649
25649
|
var ct = ae || [void 0, void 0], ea = _slicedToArray(ct, 2), ut = ea[0], ra = ut === void 0 ? 0 : ut, ta = ea[1], oa = ta;
|
|
25650
25650
|
process.env.NODE_ENV !== "production" && ta && D && (n == null || n(oa, D), oa = null);
|
|
25651
|
-
var ia = oa || r(),
|
|
25652
|
-
return ue ? ue(
|
|
25651
|
+
var ia = oa || r(), sa = [ra, ia];
|
|
25652
|
+
return ue ? ue(sa) : sa;
|
|
25653
25653
|
});
|
|
25654
25654
|
};
|
|
25655
25655
|
reactExports.useMemo(
|
|
@@ -25723,11 +25723,11 @@ function useCacheToken(e, t) {
|
|
|
25723
25723
|
}), ia = _slicedToArray(oa, 2);
|
|
25724
25724
|
ut = ia[0], ta = ia[1];
|
|
25725
25725
|
}
|
|
25726
|
-
var
|
|
25727
|
-
ut._tokenKey =
|
|
25728
|
-
var
|
|
25729
|
-
ut._themeKey =
|
|
25730
|
-
var va = "".concat(hashPrefix, "-").concat(murmur2(
|
|
25726
|
+
var sa = token2key(ut, g);
|
|
25727
|
+
ut._tokenKey = sa, ra._tokenKey = token2key(ra, g);
|
|
25728
|
+
var ca = (ea = ne == null ? void 0 : ne.key) !== null && ea !== void 0 ? ea : sa;
|
|
25729
|
+
ut._themeKey = ca, recordCleanToken(ca);
|
|
25730
|
+
var va = "".concat(hashPrefix, "-").concat(murmur2(sa));
|
|
25731
25731
|
return ut._hashId = va, [ut, va, ra, ta, (ne == null ? void 0 : ne.key) || ""];
|
|
25732
25732
|
}, function(ea) {
|
|
25733
25733
|
cleanTokenStyle(ea[0]._themeKey, a);
|
|
@@ -26124,8 +26124,8 @@ var parseStyle = function e(t) {
|
|
|
26124
26124
|
var oa = e(ra.style, r, {
|
|
26125
26125
|
root: !1,
|
|
26126
26126
|
parentSelectors: u
|
|
26127
|
-
}), ia = _slicedToArray(oa, 1),
|
|
26128
|
-
ae[ta] = "@keyframes ".concat(ra.getName(g)).concat(
|
|
26127
|
+
}), ia = _slicedToArray(oa, 1), sa = ia[0];
|
|
26128
|
+
ae[ta] = "@keyframes ".concat(ra.getName(g)).concat(sa);
|
|
26129
26129
|
}
|
|
26130
26130
|
}
|
|
26131
26131
|
function ea(ra) {
|
|
@@ -26143,24 +26143,24 @@ var parseStyle = function e(t) {
|
|
|
26143
26143
|
else if (ta._keyframe)
|
|
26144
26144
|
ct(ta);
|
|
26145
26145
|
else {
|
|
26146
|
-
var oa = ne.reduce(function(ia,
|
|
26147
|
-
var
|
|
26148
|
-
return (
|
|
26146
|
+
var oa = ne.reduce(function(ia, sa) {
|
|
26147
|
+
var ca;
|
|
26148
|
+
return (sa == null || (ca = sa.visit) === null || ca === void 0 ? void 0 : ca.call(sa, ia)) || ia;
|
|
26149
26149
|
}, ta);
|
|
26150
26150
|
Object.keys(oa).forEach(function(ia) {
|
|
26151
|
-
var
|
|
26152
|
-
if (_typeof$1(
|
|
26153
|
-
var
|
|
26154
|
-
(a || s) && g ? va.startsWith("@") ?
|
|
26155
|
-
var ya = e(
|
|
26151
|
+
var sa = oa[ia];
|
|
26152
|
+
if (_typeof$1(sa) === "object" && sa && (ia !== "animationName" || !sa._keyframe) && !isCompoundCSSProperty(sa)) {
|
|
26153
|
+
var ca = !1, va = ia.trim(), ga = !1;
|
|
26154
|
+
(a || s) && g ? va.startsWith("@") ? ca = !0 : va === "&" ? va = injectSelectorHash("", g, D) : va = injectSelectorHash(ia, g, D) : a && !g && (va === "&" || va === "") && (va = "", ga = !0);
|
|
26155
|
+
var ya = e(sa, r, {
|
|
26156
26156
|
root: ga,
|
|
26157
|
-
injectHash:
|
|
26157
|
+
injectHash: ca,
|
|
26158
26158
|
parentSelectors: [].concat(_toConsumableArray(u), [va])
|
|
26159
26159
|
}), ha = _slicedToArray(ya, 2), pa = ha[0], $a = ha[1];
|
|
26160
26160
|
ae = _objectSpread2$7(_objectSpread2$7({}, ae), $a), ue += "".concat(va).concat(pa);
|
|
26161
26161
|
} else {
|
|
26162
26162
|
let da = function(ba, Ea) {
|
|
26163
|
-
process.env.NODE_ENV !== "production" && (_typeof$1(
|
|
26163
|
+
process.env.NODE_ENV !== "production" && (_typeof$1(sa) !== "object" || !(sa != null && sa[SKIP_CHECK])) && [linter$1, linter].concat(_toConsumableArray(se)).forEach(function(Oa) {
|
|
26164
26164
|
return Oa(ba, Ea, {
|
|
26165
26165
|
path: w,
|
|
26166
26166
|
hashId: g,
|
|
@@ -26172,8 +26172,8 @@ var parseStyle = function e(t) {
|
|
|
26172
26172
|
}), wa = Ea;
|
|
26173
26173
|
!unitlessKeys[ba] && typeof wa == "number" && wa !== 0 && (wa = "".concat(wa, "px")), ba === "animationName" && Ea !== null && Ea !== void 0 && Ea._keyframe && (ct(Ea), wa = Ea.getName(g)), ue += "".concat(ma, ":").concat(wa, ";");
|
|
26174
26174
|
};
|
|
26175
|
-
var xa, fa = (xa =
|
|
26176
|
-
_typeof$1(
|
|
26175
|
+
var xa, fa = (xa = sa == null ? void 0 : sa.value) !== null && xa !== void 0 ? xa : sa;
|
|
26176
|
+
_typeof$1(sa) === "object" && sa !== null && sa !== void 0 && sa[MULTI_VALUE] && Array.isArray(fa) ? fa.forEach(function(ba) {
|
|
26177
26177
|
da(ia, ba);
|
|
26178
26178
|
}) : da(ia, fa);
|
|
26179
26179
|
}
|
|
@@ -26196,7 +26196,7 @@ function useStyleRegister(e, t) {
|
|
|
26196
26196
|
ra && oa.push("layer"), oa.push.apply(oa, _toConsumableArray(n));
|
|
26197
26197
|
var ia = isClientSide;
|
|
26198
26198
|
process.env.NODE_ENV !== "production" && ne !== void 0 && (ia = ne === "client");
|
|
26199
|
-
var
|
|
26199
|
+
var sa = useGlobalCache(
|
|
26200
26200
|
STYLE_PREFIX,
|
|
26201
26201
|
oa,
|
|
26202
26202
|
// Create cache if needed
|
|
@@ -26253,7 +26253,7 @@ function useStyleRegister(e, t) {
|
|
|
26253
26253
|
});
|
|
26254
26254
|
}
|
|
26255
26255
|
}
|
|
26256
|
-
),
|
|
26256
|
+
), ca = _slicedToArray(sa, 3), va = ca[0], ga = ca[1], ya = ca[2];
|
|
26257
26257
|
return function(ha) {
|
|
26258
26258
|
var pa;
|
|
26259
26259
|
return !ae || ia || !oe ? pa = /* @__PURE__ */ reactExports.createElement(Empty$2, null) : pa = /* @__PURE__ */ reactExports.createElement("style", _extends({}, _defineProperty(_defineProperty({}, ATTR_TOKEN, ga), ATTR_MARK, ya), {
|
|
@@ -27950,25 +27950,25 @@ function genStyleUtils(e) {
|
|
|
27950
27950
|
var t = e.useCSP, r = t === void 0 ? useDefaultCSP : t, n = e.useToken, a = e.usePrefix, s = e.getResetStyles, u = e.getCommonStyle, g = e.getCompUnitless;
|
|
27951
27951
|
function C(ne, oe, se, ue) {
|
|
27952
27952
|
var ae = Array.isArray(ne) ? ne[0] : ne;
|
|
27953
|
-
function ct(
|
|
27954
|
-
return "".concat(String(ae)).concat(
|
|
27953
|
+
function ct(sa) {
|
|
27954
|
+
return "".concat(String(ae)).concat(sa.slice(0, 1).toUpperCase()).concat(sa.slice(1));
|
|
27955
27955
|
}
|
|
27956
27956
|
var ea = (ue == null ? void 0 : ue.unitless) || {}, ut = typeof g == "function" ? g(ne) : {}, ra = _objectSpread2$7(_objectSpread2$7({}, ut), {}, _defineProperty({}, ct("zIndexPopup"), !0));
|
|
27957
|
-
Object.keys(ea).forEach(function(
|
|
27958
|
-
ra[ct(
|
|
27957
|
+
Object.keys(ea).forEach(function(sa) {
|
|
27958
|
+
ra[ct(sa)] = ea[sa];
|
|
27959
27959
|
});
|
|
27960
27960
|
var ta = _objectSpread2$7(_objectSpread2$7({}, ue), {}, {
|
|
27961
27961
|
unitless: ra,
|
|
27962
27962
|
prefixToken: ct
|
|
27963
27963
|
}), oa = D(ne, oe, se, ta), ia = w(ae, se, ta);
|
|
27964
|
-
return function(
|
|
27965
|
-
var
|
|
27964
|
+
return function(sa) {
|
|
27965
|
+
var ca = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : sa, va = oa(sa, ca), ga = _slicedToArray(va, 2), ya = ga[1], ha = ia(ca), pa = _slicedToArray(ha, 2), $a = pa[0], xa = pa[1];
|
|
27966
27966
|
return [$a, ya, xa];
|
|
27967
27967
|
};
|
|
27968
27968
|
}
|
|
27969
27969
|
function w(ne, oe, se) {
|
|
27970
27970
|
var ue = se.unitless, ae = se.injectStyle, ct = ae === void 0 ? !0 : ae, ea = se.prefixToken, ut = se.ignore, ra = function(ia) {
|
|
27971
|
-
var
|
|
27971
|
+
var sa = ia.rootCls, ca = ia.cssVar, va = ca === void 0 ? {} : ca, ga = n(), ya = ga.realToken;
|
|
27972
27972
|
return useCSSVarRegister({
|
|
27973
27973
|
path: [ne],
|
|
27974
27974
|
prefix: va.prefix,
|
|
@@ -27976,7 +27976,7 @@ function genStyleUtils(e) {
|
|
|
27976
27976
|
unitless: ue,
|
|
27977
27977
|
ignore: ut,
|
|
27978
27978
|
token: ya,
|
|
27979
|
-
scope:
|
|
27979
|
+
scope: sa
|
|
27980
27980
|
}, function() {
|
|
27981
27981
|
var ha = getDefaultComponentToken(ne, ya, oe), pa = getComponentToken(ne, ya, ha, {
|
|
27982
27982
|
deprecatedTokens: se == null ? void 0 : se.deprecatedTokens
|
|
@@ -27986,14 +27986,14 @@ function genStyleUtils(e) {
|
|
|
27986
27986
|
}), pa;
|
|
27987
27987
|
}), null;
|
|
27988
27988
|
}, ta = function(ia) {
|
|
27989
|
-
var
|
|
27989
|
+
var sa = n(), ca = sa.cssVar;
|
|
27990
27990
|
return [function(va) {
|
|
27991
|
-
return ct &&
|
|
27991
|
+
return ct && ca ? /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, /* @__PURE__ */ React$1.createElement(ra, {
|
|
27992
27992
|
rootCls: ia,
|
|
27993
|
-
cssVar:
|
|
27993
|
+
cssVar: ca,
|
|
27994
27994
|
component: ne
|
|
27995
27995
|
}), va) : va;
|
|
27996
|
-
},
|
|
27996
|
+
}, ca == null ? void 0 : ca.key];
|
|
27997
27997
|
};
|
|
27998
27998
|
return ta;
|
|
27999
27999
|
}
|
|
@@ -28002,13 +28002,13 @@ function genStyleUtils(e) {
|
|
|
28002
28002
|
name: "antd"
|
|
28003
28003
|
};
|
|
28004
28004
|
return function(ta) {
|
|
28005
|
-
var oa = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ta, ia = n(),
|
|
28005
|
+
var oa = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ta, ia = n(), sa = ia.theme, ca = ia.realToken, va = ia.hashId, ga = ia.token, ya = ia.cssVar, ha = a(), pa = ha.rootPrefixCls, $a = ha.iconPrefixCls, xa = r(), fa = ya ? "css" : "js", da = useUniqueMemo(function() {
|
|
28006
28006
|
var Na = /* @__PURE__ */ new Set();
|
|
28007
28007
|
return ya && Object.keys(ue.unitless || {}).forEach(function(Aa) {
|
|
28008
28008
|
Na.add(token2CSSVar(Aa, ya.prefix)), Na.add(token2CSSVar(Aa, getCompVarPrefix(ea, ya.prefix)));
|
|
28009
28009
|
}), genCalc(fa, Na);
|
|
28010
28010
|
}, [fa, ea, ya == null ? void 0 : ya.prefix]), ba = genMaxMin(fa), Ea = ba.max, ma = ba.min, wa = {
|
|
28011
|
-
theme:
|
|
28011
|
+
theme: sa,
|
|
28012
28012
|
token: ga,
|
|
28013
28013
|
hashId: va,
|
|
28014
28014
|
nonce: function() {
|
|
@@ -28030,7 +28030,7 @@ function genStyleUtils(e) {
|
|
|
28030
28030
|
}), function() {
|
|
28031
28031
|
if (ue.injectStyle === !1)
|
|
28032
28032
|
return [];
|
|
28033
|
-
var Na = statisticToken(ga), Aa = Na.token, Ba = Na.flush, ja = getDefaultComponentToken(ea,
|
|
28033
|
+
var Na = statisticToken(ga), Aa = Na.token, Ba = Na.flush, ja = getDefaultComponentToken(ea, ca, se), za = ".".concat(ta), Ja = getComponentToken(ea, ca, ja, {
|
|
28034
28034
|
deprecatedTokens: ue.deprecatedTokens
|
|
28035
28035
|
});
|
|
28036
28036
|
ya && ja && _typeof$1(ja) === "object" && Object.keys(ja).forEach(function(Wa) {
|
|
@@ -28720,7 +28720,7 @@ const useStepQueue = function(e, t, r) {
|
|
|
28720
28720
|
}, []), [G, s];
|
|
28721
28721
|
};
|
|
28722
28722
|
function useStatus(e, t, r, n) {
|
|
28723
|
-
var a = n.motionEnter, s = a === void 0 ? !0 : a, u = n.motionAppear, g = u === void 0 ? !0 : u, C = n.motionLeave, w = C === void 0 ? !0 : C, D = n.motionDeadline, G = n.motionLeaveImmediately, ne = n.onAppearPrepare, oe = n.onEnterPrepare, se = n.onLeavePrepare, ue = n.onAppearStart, ae = n.onEnterStart, ct = n.onLeaveStart, ea = n.onAppearActive, ut = n.onEnterActive, ra = n.onLeaveActive, ta = n.onAppearEnd, oa = n.onEnterEnd, ia = n.onLeaveEnd,
|
|
28723
|
+
var a = n.motionEnter, s = a === void 0 ? !0 : a, u = n.motionAppear, g = u === void 0 ? !0 : u, C = n.motionLeave, w = C === void 0 ? !0 : C, D = n.motionDeadline, G = n.motionLeaveImmediately, ne = n.onAppearPrepare, oe = n.onEnterPrepare, se = n.onLeavePrepare, ue = n.onAppearStart, ae = n.onEnterStart, ct = n.onLeaveStart, ea = n.onAppearActive, ut = n.onEnterActive, ra = n.onLeaveActive, ta = n.onAppearEnd, oa = n.onEnterEnd, ia = n.onLeaveEnd, sa = n.onVisibleChanged, ca = useSafeState(), va = _slicedToArray(ca, 2), ga = va[0], ya = va[1], ha = useSyncState$2(STATUS_NONE), pa = _slicedToArray(ha, 2), $a = pa[0], xa = pa[1], fa = useSafeState(null), da = _slicedToArray(fa, 2), ba = da[0], Ea = da[1], ma = $a(), wa = reactExports.useRef(!1), Oa = reactExports.useRef(null);
|
|
28724
28724
|
function Na() {
|
|
28725
28725
|
return r();
|
|
28726
28726
|
}
|
|
@@ -28785,7 +28785,7 @@ function useStatus(e, t, r, n) {
|
|
|
28785
28785
|
}, []);
|
|
28786
28786
|
var Za = reactExports.useRef(!1);
|
|
28787
28787
|
reactExports.useEffect(function() {
|
|
28788
|
-
ga && (Za.current = !0), ga !== void 0 && ma === STATUS_NONE && ((Za.current || ga) && (
|
|
28788
|
+
ga && (Za.current = !0), ga !== void 0 && ma === STATUS_NONE && ((Za.current || ga) && (sa == null || sa(ga)), Za.current = !0);
|
|
28789
28789
|
}, [ga, ma]);
|
|
28790
28790
|
var Oi = ba;
|
|
28791
28791
|
return Ma[STEP_PREPARE] && Ga === STEP_START && (Oi = _objectSpread2$7({
|
|
@@ -28807,7 +28807,7 @@ function genCSSMotion(e) {
|
|
|
28807
28807
|
return null;
|
|
28808
28808
|
}
|
|
28809
28809
|
}
|
|
28810
|
-
var ta = useStatus(ct, g, ra, a), oa = _slicedToArray(ta, 4), ia = oa[0],
|
|
28810
|
+
var ta = useStatus(ct, g, ra, a), oa = _slicedToArray(ta, 4), ia = oa[0], sa = oa[1], ca = oa[2], va = oa[3], ga = reactExports.useRef(va);
|
|
28811
28811
|
va && (ga.current = !0);
|
|
28812
28812
|
var ya = reactExports.useCallback(function(ba) {
|
|
28813
28813
|
ea.current = ba, fillRef(s, ba);
|
|
@@ -28826,11 +28826,11 @@ function genCSSMotion(e) {
|
|
|
28826
28826
|
}), ya) : ha = null;
|
|
28827
28827
|
else {
|
|
28828
28828
|
var $a;
|
|
28829
|
-
|
|
28829
|
+
sa === STEP_PREPARE ? $a = "prepare" : isActive(sa) ? $a = "active" : sa === STEP_START && ($a = "start");
|
|
28830
28830
|
var xa = getTransitionName$1(ne, "".concat(ia, "-").concat($a));
|
|
28831
28831
|
ha = G(_objectSpread2$7(_objectSpread2$7({}, pa), {}, {
|
|
28832
28832
|
className: classNames(getTransitionName$1(ne, ia), _defineProperty(_defineProperty({}, xa, xa && $a), ne, typeof ne == "string")),
|
|
28833
|
-
style:
|
|
28833
|
+
style: ca
|
|
28834
28834
|
}), ya);
|
|
28835
28835
|
}
|
|
28836
28836
|
if (/* @__PURE__ */ reactExports.isValidElement(ha) && supportRef(ha)) {
|
|
@@ -29059,8 +29059,8 @@ const setGlobalConfig = (e) => {
|
|
|
29059
29059
|
segmented: ta,
|
|
29060
29060
|
statistic: oa,
|
|
29061
29061
|
spin: ia,
|
|
29062
|
-
calendar:
|
|
29063
|
-
carousel:
|
|
29062
|
+
calendar: sa,
|
|
29063
|
+
carousel: ca,
|
|
29064
29064
|
cascader: va,
|
|
29065
29065
|
collapse: ga,
|
|
29066
29066
|
typography: ya,
|
|
@@ -29144,8 +29144,8 @@ const setGlobalConfig = (e) => {
|
|
|
29144
29144
|
segmented: ta,
|
|
29145
29145
|
statistic: oa,
|
|
29146
29146
|
spin: ia,
|
|
29147
|
-
calendar:
|
|
29148
|
-
carousel:
|
|
29147
|
+
calendar: sa,
|
|
29148
|
+
carousel: ca,
|
|
29149
29149
|
cascader: va,
|
|
29150
29150
|
collapse: ga,
|
|
29151
29151
|
typography: ya,
|
|
@@ -30202,14 +30202,14 @@ function _regeneratorRuntime() {
|
|
|
30202
30202
|
var ta = Object.getPrototypeOf, oa = ta && ta(ta($a([])));
|
|
30203
30203
|
oa && oa !== r && n.call(oa, u) && (ra = oa);
|
|
30204
30204
|
var ia = ut.prototype = ct.prototype = Object.create(ra);
|
|
30205
|
-
function
|
|
30205
|
+
function sa(xa) {
|
|
30206
30206
|
["next", "throw", "return"].forEach(function(fa) {
|
|
30207
30207
|
w(xa, fa, function(da) {
|
|
30208
30208
|
return this._invoke(fa, da);
|
|
30209
30209
|
});
|
|
30210
30210
|
});
|
|
30211
30211
|
}
|
|
30212
|
-
function
|
|
30212
|
+
function ca(xa, fa) {
|
|
30213
30213
|
function da(Ea, ma, wa, Oa) {
|
|
30214
30214
|
var Na = G(xa[Ea], xa, ma);
|
|
30215
30215
|
if (Na.type !== "throw") {
|
|
@@ -30329,15 +30329,15 @@ function _regeneratorRuntime() {
|
|
|
30329
30329
|
return {
|
|
30330
30330
|
__await: xa
|
|
30331
30331
|
};
|
|
30332
|
-
}, ca
|
|
30332
|
+
}, sa(ca.prototype), w(ca.prototype, g, function() {
|
|
30333
30333
|
return this;
|
|
30334
|
-
}), t.AsyncIterator =
|
|
30334
|
+
}), t.AsyncIterator = ca, t.async = function(xa, fa, da, ba, Ea) {
|
|
30335
30335
|
Ea === void 0 && (Ea = Promise);
|
|
30336
|
-
var ma = new
|
|
30336
|
+
var ma = new ca(D(xa, fa, da, ba), Ea);
|
|
30337
30337
|
return t.isGeneratorFunction(fa) ? ma : ma.next().then(function(wa) {
|
|
30338
30338
|
return wa.done ? wa.value : ma.next();
|
|
30339
30339
|
});
|
|
30340
|
-
},
|
|
30340
|
+
}, sa(ia), w(ia, C, "Generator"), w(ia, u, function() {
|
|
30341
30341
|
return this;
|
|
30342
30342
|
}), w(ia, "toString", function() {
|
|
30343
30343
|
return "[object Generator]";
|
|
@@ -30628,10 +30628,10 @@ const WaveEffect = (e) => {
|
|
|
30628
30628
|
const oa = getComputedStyle(r);
|
|
30629
30629
|
u(getTargetWaveColor(r));
|
|
30630
30630
|
const ia = oa.position === "static", {
|
|
30631
|
-
borderLeftWidth:
|
|
30632
|
-
borderTopWidth:
|
|
30631
|
+
borderLeftWidth: sa,
|
|
30632
|
+
borderTopWidth: ca
|
|
30633
30633
|
} = oa;
|
|
30634
|
-
D(ia ? r.offsetLeft : validateNum(-parseFloat(
|
|
30634
|
+
D(ia ? r.offsetLeft : validateNum(-parseFloat(sa))), ne(ia ? r.offsetTop : validateNum(-parseFloat(ca))), se(r.offsetWidth), ae(r.offsetHeight);
|
|
30635
30635
|
const {
|
|
30636
30636
|
borderTopLeftRadius: va,
|
|
30637
30637
|
borderTopRightRadius: ga,
|
|
@@ -30659,22 +30659,22 @@ const WaveEffect = (e) => {
|
|
|
30659
30659
|
motionName: "wave-motion",
|
|
30660
30660
|
motionDeadline: 5e3,
|
|
30661
30661
|
onAppearEnd: (oa, ia) => {
|
|
30662
|
-
var
|
|
30662
|
+
var sa;
|
|
30663
30663
|
if (ia.deadline || ia.propertyName === "opacity") {
|
|
30664
|
-
const
|
|
30665
|
-
unmount$1(
|
|
30666
|
-
|
|
30664
|
+
const ca = (sa = a.current) === null || sa === void 0 ? void 0 : sa.parentElement;
|
|
30665
|
+
unmount$1(ca).then(() => {
|
|
30666
|
+
ca == null || ca.remove();
|
|
30667
30667
|
});
|
|
30668
30668
|
}
|
|
30669
30669
|
return !1;
|
|
30670
30670
|
}
|
|
30671
30671
|
}, (oa, ia) => {
|
|
30672
30672
|
let {
|
|
30673
|
-
className:
|
|
30673
|
+
className: sa
|
|
30674
30674
|
} = oa;
|
|
30675
30675
|
return /* @__PURE__ */ reactExports.createElement("div", {
|
|
30676
30676
|
ref: composeRef(a, ia),
|
|
30677
|
-
className: classNames(t,
|
|
30677
|
+
className: classNames(t, sa, {
|
|
30678
30678
|
"wave-quick": ta
|
|
30679
30679
|
}),
|
|
30680
30680
|
style: ut
|
|
@@ -31546,7 +31546,7 @@ function useColorDrag(e) {
|
|
|
31546
31546
|
};
|
|
31547
31547
|
}, []);
|
|
31548
31548
|
var ue = function(ra) {
|
|
31549
|
-
var ta = getPosition$1(ra), oa = ta.pageX, ia = ta.pageY,
|
|
31549
|
+
var ta = getPosition$1(ra), oa = ta.pageX, ia = ta.pageY, sa = r.current.getBoundingClientRect(), ca = sa.x, va = sa.y, ga = sa.width, ya = sa.height, ha = t.current.getBoundingClientRect(), pa = ha.width, $a = ha.height, xa = pa / 2, fa = $a / 2, da = Math.max(0, Math.min(oa - ca, ga)) - xa, ba = Math.max(0, Math.min(ia - va, ya)) - fa, Ea = {
|
|
31550
31550
|
x: da,
|
|
31551
31551
|
y: n === "x" ? G.y : ba
|
|
31552
31552
|
};
|
|
@@ -31744,24 +31744,24 @@ var HUE_COLORS = [{
|
|
|
31744
31744
|
}], ColorPicker = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
31745
31745
|
var r = e.value, n = e.defaultValue, a = e.prefixCls, s = a === void 0 ? ColorPickerPrefixCls : a, u = e.onChange, g = e.onChangeComplete, C = e.className, w = e.style, D = e.panelRender, G = e.disabledAlpha, ne = G === void 0 ? !1 : G, oe = e.disabled, se = oe === void 0 ? !1 : oe, ue = e.components, ae = useComponent(ue), ct = _slicedToArray(ae, 1), ea = ct[0], ut = useColorState(n || defaultColor, r), ra = _slicedToArray(ut, 2), ta = ra[0], oa = ra[1], ia = reactExports.useMemo(function() {
|
|
31746
31746
|
return ta.setA(1).toRgbString();
|
|
31747
|
-
}, [ta]),
|
|
31747
|
+
}, [ta]), sa = function(ba, Ea) {
|
|
31748
31748
|
r || oa(ba), u == null || u(ba, Ea);
|
|
31749
|
-
},
|
|
31749
|
+
}, ca = function(ba) {
|
|
31750
31750
|
return new Color(ta.setHue(ba));
|
|
31751
31751
|
}, va = function(ba) {
|
|
31752
31752
|
return new Color(ta.setA(ba / 100));
|
|
31753
31753
|
}, ga = function(ba) {
|
|
31754
|
-
ca(
|
|
31754
|
+
sa(ca(ba), {
|
|
31755
31755
|
type: "hue",
|
|
31756
31756
|
value: ba
|
|
31757
31757
|
});
|
|
31758
31758
|
}, ya = function(ba) {
|
|
31759
|
-
|
|
31759
|
+
sa(va(ba), {
|
|
31760
31760
|
type: "alpha",
|
|
31761
31761
|
value: ba
|
|
31762
31762
|
});
|
|
31763
31763
|
}, ha = function(ba) {
|
|
31764
|
-
g && g(
|
|
31764
|
+
g && g(ca(ba));
|
|
31765
31765
|
}, pa = function(ba) {
|
|
31766
31766
|
g && g(va(ba));
|
|
31767
31767
|
}, $a = classNames("".concat(s, "-panel"), C, _defineProperty({}, "".concat(s, "-panel-disabled"), se)), xa = {
|
|
@@ -31769,7 +31769,7 @@ var HUE_COLORS = [{
|
|
|
31769
31769
|
disabled: se,
|
|
31770
31770
|
color: ta
|
|
31771
31771
|
}, fa = /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, /* @__PURE__ */ React$1.createElement(Picker, _extends({
|
|
31772
|
-
onChange:
|
|
31772
|
+
onChange: sa
|
|
31773
31773
|
}, xa, {
|
|
31774
31774
|
onChangeComplete: g
|
|
31775
31775
|
})), /* @__PURE__ */ React$1.createElement("div", {
|
|
@@ -33014,8 +33014,8 @@ const ButtonTypeMap = {
|
|
|
33014
33014
|
// React does not recognize the `htmlType` prop on a DOM element. Here we pick it out of `rest`.
|
|
33015
33015
|
htmlType: oa = "button",
|
|
33016
33016
|
classNames: ia,
|
|
33017
|
-
style:
|
|
33018
|
-
autoInsertSpace:
|
|
33017
|
+
style: sa = {},
|
|
33018
|
+
autoInsertSpace: ca
|
|
33019
33019
|
} = e, va = __rest$u(e, ["loading", "prefixCls", "color", "variant", "type", "danger", "shape", "size", "styles", "disabled", "className", "rootClassName", "children", "icon", "iconPosition", "ghost", "block", "htmlType", "classNames", "style", "autoInsertSpace"]), ga = w || "default", [ya, ha] = reactExports.useMemo(() => {
|
|
33020
33020
|
if (g && C)
|
|
33021
33021
|
return [g, C];
|
|
@@ -33025,7 +33025,7 @@ const ButtonTypeMap = {
|
|
|
33025
33025
|
getPrefixCls: xa,
|
|
33026
33026
|
direction: fa,
|
|
33027
33027
|
button: da
|
|
33028
|
-
} = reactExports.useContext(ConfigContext), ba = (r =
|
|
33028
|
+
} = reactExports.useContext(ConfigContext), ba = (r = ca ?? (da == null ? void 0 : da.autoInsertSpace)) !== null && r !== void 0 ? r : !0, Ea = xa("btn", u), [ma, wa, Oa] = useStyle$g(Ea), Na = reactExports.useContext(DisabledContext), Aa = se ?? Na, Ba = reactExports.useContext(GroupSizeContext), ja = reactExports.useMemo(() => getLoadingConfig(s), [s]), [za, Ja] = reactExports.useState(ja.loading), [Ua, La] = reactExports.useState(!1), Wa = composeRef(t, /* @__PURE__ */ reactExports.createRef()), Pa = reactExports.Children.count(ct) === 1 && !ea && !isUnBorderedButtonVariant(ha);
|
|
33029
33029
|
reactExports.useEffect(() => {
|
|
33030
33030
|
let Ai = null;
|
|
33031
33031
|
ja.delay > 0 ? Ai = setTimeout(() => {
|
|
@@ -33080,7 +33080,7 @@ const ButtonTypeMap = {
|
|
|
33080
33080
|
[`${Ea}-block`]: ta,
|
|
33081
33081
|
[`${Ea}-rtl`]: fa === "rtl",
|
|
33082
33082
|
[`${Ea}-icon-end`]: ut === "end"
|
|
33083
|
-
}, Ti, ue, ae, da == null ? void 0 : da.className), bi = Object.assign(Object.assign({}, da == null ? void 0 : da.style),
|
|
33083
|
+
}, Ti, ue, ae, da == null ? void 0 : da.className), bi = Object.assign(Object.assign({}, da == null ? void 0 : da.style), sa), Ri = classNames(ia == null ? void 0 : ia.icon, (n = da == null ? void 0 : da.classNames) === null || n === void 0 ? void 0 : n.icon), Di = Object.assign(Object.assign({}, (oe == null ? void 0 : oe.icon) || {}), ((a = da == null ? void 0 : da.styles) === null || a === void 0 ? void 0 : a.icon) || {}), Hi = ea && !za ? /* @__PURE__ */ React$1.createElement(IconWrapper, {
|
|
33084
33084
|
prefixCls: Ea,
|
|
33085
33085
|
className: Ri,
|
|
33086
33086
|
style: Di
|
|
@@ -33340,15 +33340,15 @@ var getPortalContainer = function(t) {
|
|
|
33340
33340
|
useScrollLocker(n && r && canUseDom() && (oa === ra || oa === document.body));
|
|
33341
33341
|
var ia = null;
|
|
33342
33342
|
if (C && supportRef(C) && t) {
|
|
33343
|
-
var
|
|
33344
|
-
ia =
|
|
33343
|
+
var sa = C;
|
|
33344
|
+
ia = sa.ref;
|
|
33345
33345
|
}
|
|
33346
|
-
var
|
|
33346
|
+
var ca = useComposeRef(ia, t);
|
|
33347
33347
|
if (!oe || !canUseDom() || ae === void 0)
|
|
33348
33348
|
return null;
|
|
33349
33349
|
var va = oa === !1 || inlineMock(), ga = C;
|
|
33350
33350
|
return t && (ga = /* @__PURE__ */ reactExports.cloneElement(C, {
|
|
33351
|
-
ref:
|
|
33351
|
+
ref: ca
|
|
33352
33352
|
})), /* @__PURE__ */ reactExports.createElement(OrderContext.Provider, {
|
|
33353
33353
|
value: ta
|
|
33354
33354
|
}, va ? ga : /* @__PURE__ */ reactDomExports.createPortal(ga, oa));
|
|
@@ -33410,7 +33410,7 @@ var sentinelStyle = {
|
|
|
33410
33410
|
}, entityStyle = {
|
|
33411
33411
|
outline: "none"
|
|
33412
33412
|
}, Panel$1 = /* @__PURE__ */ React$1.forwardRef(function(e, t) {
|
|
33413
|
-
var r = e.prefixCls, n = e.className, a = e.style, s = e.title, u = e.ariaId, g = e.footer, C = e.closable, w = e.closeIcon, D = e.onClose, G = e.children, ne = e.bodyStyle, oe = e.bodyProps, se = e.modalRender, ue = e.onMouseDown, ae = e.onMouseUp, ct = e.holderRef, ea = e.visible, ut = e.forceRender, ra = e.width, ta = e.height, oa = e.classNames, ia = e.styles,
|
|
33413
|
+
var r = e.prefixCls, n = e.className, a = e.style, s = e.title, u = e.ariaId, g = e.footer, C = e.closable, w = e.closeIcon, D = e.onClose, G = e.children, ne = e.bodyStyle, oe = e.bodyProps, se = e.modalRender, ue = e.onMouseDown, ae = e.onMouseUp, ct = e.holderRef, ea = e.visible, ut = e.forceRender, ra = e.width, ta = e.height, oa = e.classNames, ia = e.styles, sa = React$1.useContext(RefContext), ca = sa.panel, va = useComposeRef(ct, ca), ga = reactExports.useRef(), ya = reactExports.useRef();
|
|
33414
33414
|
React$1.useImperativeHandle(t, function() {
|
|
33415
33415
|
return {
|
|
33416
33416
|
focus: function() {
|
|
@@ -33529,7 +33529,7 @@ var Mask$1 = function(t) {
|
|
|
33529
33529
|
}, s));
|
|
33530
33530
|
});
|
|
33531
33531
|
}, Dialog = function(t) {
|
|
33532
|
-
var r = t.prefixCls, n = r === void 0 ? "rc-dialog" : r, a = t.zIndex, s = t.visible, u = s === void 0 ? !1 : s, g = t.keyboard, C = g === void 0 ? !0 : g, w = t.focusTriggerAfterClose, D = w === void 0 ? !0 : w, G = t.wrapStyle, ne = t.wrapClassName, oe = t.wrapProps, se = t.onClose, ue = t.afterOpenChange, ae = t.afterClose, ct = t.transitionName, ea = t.animation, ut = t.closable, ra = ut === void 0 ? !0 : ut, ta = t.mask, oa = ta === void 0 ? !0 : ta, ia = t.maskTransitionName,
|
|
33532
|
+
var r = t.prefixCls, n = r === void 0 ? "rc-dialog" : r, a = t.zIndex, s = t.visible, u = s === void 0 ? !1 : s, g = t.keyboard, C = g === void 0 ? !0 : g, w = t.focusTriggerAfterClose, D = w === void 0 ? !0 : w, G = t.wrapStyle, ne = t.wrapClassName, oe = t.wrapProps, se = t.onClose, ue = t.afterOpenChange, ae = t.afterClose, ct = t.transitionName, ea = t.animation, ut = t.closable, ra = ut === void 0 ? !0 : ut, ta = t.mask, oa = ta === void 0 ? !0 : ta, ia = t.maskTransitionName, sa = t.maskAnimation, ca = t.maskClosable, va = ca === void 0 ? !0 : ca, ga = t.maskStyle, ya = t.maskProps, ha = t.rootClassName, pa = t.classNames, $a = t.styles;
|
|
33533
33533
|
process.env.NODE_ENV !== "production" && (["wrapStyle", "bodyStyle", "maskStyle"].forEach(function(Ka) {
|
|
33534
33534
|
warning$3(!(Ka in t), "".concat(Ka, " is deprecated, please use styles instead."));
|
|
33535
33535
|
}), "wrapClassName" in t && warning$3(!1, "wrapClassName is deprecated, please use classNames instead."));
|
|
@@ -33599,7 +33599,7 @@ var Mask$1 = function(t) {
|
|
|
33599
33599
|
})), /* @__PURE__ */ reactExports.createElement(Mask$1, {
|
|
33600
33600
|
prefixCls: n,
|
|
33601
33601
|
visible: oa && u,
|
|
33602
|
-
motionName: getMotionName(n, ia,
|
|
33602
|
+
motionName: getMotionName(n, ia, sa),
|
|
33603
33603
|
style: _objectSpread2$7(_objectSpread2$7({
|
|
33604
33604
|
zIndex: a
|
|
33605
33605
|
}, ga), $a == null ? void 0 : $a.mask),
|
|
@@ -34246,23 +34246,23 @@ var Schema = /* @__PURE__ */ function() {
|
|
|
34246
34246
|
return asyncMap(G, g, function(se, ue) {
|
|
34247
34247
|
var ae = se.rule, ct = (ae.type === "object" || ae.type === "array") && (_typeof$1(ae.fields) === "object" || _typeof$1(ae.defaultField) === "object");
|
|
34248
34248
|
ct = ct && (ae.required || !ae.required && se.value), ae.field = se.field;
|
|
34249
|
-
function ea(ia,
|
|
34250
|
-
return _objectSpread2$7(_objectSpread2$7({},
|
|
34249
|
+
function ea(ia, sa) {
|
|
34250
|
+
return _objectSpread2$7(_objectSpread2$7({}, sa), {}, {
|
|
34251
34251
|
fullField: "".concat(ae.fullField, ".").concat(ia),
|
|
34252
34252
|
fullFields: ae.fullFields ? [].concat(_toConsumableArray(ae.fullFields), [ia]) : [ia]
|
|
34253
34253
|
});
|
|
34254
34254
|
}
|
|
34255
34255
|
function ut() {
|
|
34256
|
-
var ia = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [],
|
|
34257
|
-
!g.suppressWarning &&
|
|
34258
|
-
var
|
|
34259
|
-
if (g.first &&
|
|
34260
|
-
return oe[ae.field] = 1, ue(
|
|
34256
|
+
var ia = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], sa = Array.isArray(ia) ? ia : [ia];
|
|
34257
|
+
!g.suppressWarning && sa.length && e.warning("async-validator:", sa), sa.length && ae.message !== void 0 && (sa = [].concat(ae.message));
|
|
34258
|
+
var ca = sa.map(complementError(ae, u));
|
|
34259
|
+
if (g.first && ca.length)
|
|
34260
|
+
return oe[ae.field] = 1, ue(ca);
|
|
34261
34261
|
if (!ct)
|
|
34262
|
-
ue(
|
|
34262
|
+
ue(ca);
|
|
34263
34263
|
else {
|
|
34264
34264
|
if (ae.required && !se.value)
|
|
34265
|
-
return ae.message !== void 0 ?
|
|
34265
|
+
return ae.message !== void 0 ? ca = [].concat(ae.message).map(complementError(ae, u)) : g.error && (ca = [g.error(ae, format(g.messages.required, ae.field))]), ue(ca);
|
|
34266
34266
|
var va = {};
|
|
34267
34267
|
ae.defaultField && Object.keys(se.value).map(function(ha) {
|
|
34268
34268
|
va[ha] = ae.defaultField;
|
|
@@ -34275,7 +34275,7 @@ var Schema = /* @__PURE__ */ function() {
|
|
|
34275
34275
|
var ya = new e(ga);
|
|
34276
34276
|
ya.messages(g.messages), se.rule.options && (se.rule.options.messages = g.messages, se.rule.options.error = g.error), ya.validate(se.value, se.rule.options || g, function(ha) {
|
|
34277
34277
|
var pa = [];
|
|
34278
|
-
|
|
34278
|
+
ca && ca.length && pa.push.apply(pa, _toConsumableArray(ca)), ha && ha.length && pa.push.apply(pa, _toConsumableArray(ha)), ue(pa.length ? pa : null);
|
|
34279
34279
|
});
|
|
34280
34280
|
}
|
|
34281
34281
|
}
|
|
@@ -34695,14 +34695,14 @@ var Field = /* @__PURE__ */ function(e) {
|
|
|
34695
34695
|
}), _defineProperty(_assertThisInitialized(a), "validateRules", function(C) {
|
|
34696
34696
|
var w = a.getNamePath(), D = a.getValue(), G = C || {}, ne = G.triggerName, oe = G.validateOnly, se = oe === void 0 ? !1 : oe, ue = Promise.resolve().then(/* @__PURE__ */ _asyncToGenerator(/* @__PURE__ */ _regeneratorRuntime().mark(function ae() {
|
|
34697
34697
|
var ct, ea, ut, ra, ta, oa, ia;
|
|
34698
|
-
return _regeneratorRuntime().wrap(function(
|
|
34699
|
-
for (; ; ) switch (
|
|
34698
|
+
return _regeneratorRuntime().wrap(function(ca) {
|
|
34699
|
+
for (; ; ) switch (ca.prev = ca.next) {
|
|
34700
34700
|
case 0:
|
|
34701
34701
|
if (a.mounted) {
|
|
34702
|
-
|
|
34702
|
+
ca.next = 2;
|
|
34703
34703
|
break;
|
|
34704
34704
|
}
|
|
34705
|
-
return
|
|
34705
|
+
return ca.abrupt("return", []);
|
|
34706
34706
|
case 2:
|
|
34707
34707
|
if (ct = a.props, ea = ct.validateFirst, ut = ea === void 0 ? !1 : ea, ra = ct.messageVariables, ta = ct.validateDebounce, oa = a.getRules(), ne && (oa = oa.filter(function(va) {
|
|
34708
34708
|
return va;
|
|
@@ -34713,18 +34713,18 @@ var Field = /* @__PURE__ */ function(e) {
|
|
|
34713
34713
|
var ya = toArray$3(ga);
|
|
34714
34714
|
return ya.includes(ne);
|
|
34715
34715
|
})), !(ta && ne)) {
|
|
34716
|
-
|
|
34716
|
+
ca.next = 10;
|
|
34717
34717
|
break;
|
|
34718
34718
|
}
|
|
34719
|
-
return
|
|
34719
|
+
return ca.next = 8, new Promise(function(va) {
|
|
34720
34720
|
setTimeout(va, ta);
|
|
34721
34721
|
});
|
|
34722
34722
|
case 8:
|
|
34723
34723
|
if (a.validatePromise === ue) {
|
|
34724
|
-
|
|
34724
|
+
ca.next = 10;
|
|
34725
34725
|
break;
|
|
34726
34726
|
}
|
|
34727
|
-
return
|
|
34727
|
+
return ca.abrupt("return", []);
|
|
34728
34728
|
case 10:
|
|
34729
34729
|
return ia = validateRules(w, D, oa, C, ut, ra), ia.catch(function(va) {
|
|
34730
34730
|
return va;
|
|
@@ -34739,10 +34739,10 @@ var Field = /* @__PURE__ */ function(e) {
|
|
|
34739
34739
|
$a ? ha.push.apply(ha, _toConsumableArray(fa)) : ya.push.apply(ya, _toConsumableArray(fa));
|
|
34740
34740
|
}), a.errors = ya, a.warnings = ha, a.triggerMetaEvent(), a.reRender();
|
|
34741
34741
|
}
|
|
34742
|
-
}),
|
|
34742
|
+
}), ca.abrupt("return", ia);
|
|
34743
34743
|
case 13:
|
|
34744
34744
|
case "end":
|
|
34745
|
-
return
|
|
34745
|
+
return ca.stop();
|
|
34746
34746
|
}
|
|
34747
34747
|
}, ae);
|
|
34748
34748
|
})));
|
|
@@ -34796,9 +34796,9 @@ var Field = /* @__PURE__ */ function(e) {
|
|
|
34796
34796
|
var w = a.props.fieldContext.getFieldsValue, D = a.getNamePath();
|
|
34797
34797
|
return get$1(C || w(!0), D);
|
|
34798
34798
|
}), _defineProperty(_assertThisInitialized(a), "getControlled", function() {
|
|
34799
|
-
var C = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, w = a.props, D = w.name, G = w.trigger, ne = w.validateTrigger, oe = w.getValueFromEvent, se = w.normalize, ue = w.valuePropName, ae = w.getValueProps, ct = w.fieldContext, ea = ne !== void 0 ? ne : ct.validateTrigger, ut = a.getNamePath(), ra = ct.getInternalHooks, ta = ct.getFieldsValue, oa = ra(HOOK_MARK), ia = oa.dispatch,
|
|
34799
|
+
var C = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, w = a.props, D = w.name, G = w.trigger, ne = w.validateTrigger, oe = w.getValueFromEvent, se = w.normalize, ue = w.valuePropName, ae = w.getValueProps, ct = w.fieldContext, ea = ne !== void 0 ? ne : ct.validateTrigger, ut = a.getNamePath(), ra = ct.getInternalHooks, ta = ct.getFieldsValue, oa = ra(HOOK_MARK), ia = oa.dispatch, sa = a.getValue(), ca = ae || function(pa) {
|
|
34800
34800
|
return _defineProperty({}, ue, pa);
|
|
34801
|
-
}, va = C[G], ga = D !== void 0 ? sa
|
|
34801
|
+
}, va = C[G], ga = D !== void 0 ? ca(sa) : {};
|
|
34802
34802
|
process.env.NODE_ENV !== "production" && ga && Object.keys(ga).forEach(function(pa) {
|
|
34803
34803
|
warningOnce(typeof ga[pa] != "function", "It's not recommended to generate dynamic function prop by `getValueProps`. Please pass it to child component directly (prop: ".concat(pa, ")"));
|
|
34804
34804
|
});
|
|
@@ -34807,7 +34807,7 @@ var Field = /* @__PURE__ */ function(e) {
|
|
|
34807
34807
|
a.touched = !0, a.dirty = !0, a.triggerMetaEvent();
|
|
34808
34808
|
for (var pa, $a = arguments.length, xa = new Array($a), fa = 0; fa < $a; fa++)
|
|
34809
34809
|
xa[fa] = arguments[fa];
|
|
34810
|
-
oe ? pa = oe.apply(void 0, xa) : pa = defaultGetValueFromEvent.apply(void 0, [ue].concat(xa)), se && (pa = se(pa,
|
|
34810
|
+
oe ? pa = oe.apply(void 0, xa) : pa = defaultGetValueFromEvent.apply(void 0, [ue].concat(xa)), se && (pa = se(pa, sa, ta(!0))), ia({
|
|
34811
34811
|
type: "updateValue",
|
|
34812
34812
|
namePath: ut,
|
|
34813
34813
|
value: pa
|
|
@@ -34916,32 +34916,32 @@ function List$2(e) {
|
|
|
34916
34916
|
isListField: u ?? !!C
|
|
34917
34917
|
}, function(ue, ae) {
|
|
34918
34918
|
var ct = ue.value, ea = ct === void 0 ? [] : ct, ut = ue.onChange, ra = g.getFieldValue, ta = function() {
|
|
34919
|
-
var
|
|
34920
|
-
return
|
|
34919
|
+
var ca = ra(G || []);
|
|
34920
|
+
return ca || [];
|
|
34921
34921
|
}, oa = {
|
|
34922
|
-
add: function(
|
|
34922
|
+
add: function(ca, va) {
|
|
34923
34923
|
var ga = ta();
|
|
34924
|
-
va >= 0 && va <= ga.length ? (D.keys = [].concat(_toConsumableArray(D.keys.slice(0, va)), [D.id], _toConsumableArray(D.keys.slice(va))), ut([].concat(_toConsumableArray(ga.slice(0, va)), [
|
|
34924
|
+
va >= 0 && va <= ga.length ? (D.keys = [].concat(_toConsumableArray(D.keys.slice(0, va)), [D.id], _toConsumableArray(D.keys.slice(va))), ut([].concat(_toConsumableArray(ga.slice(0, va)), [ca], _toConsumableArray(ga.slice(va))))) : (process.env.NODE_ENV !== "production" && (va < 0 || va > ga.length) && warningOnce(!1, "The second parameter of the add function should be a valid positive number."), D.keys = [].concat(_toConsumableArray(D.keys), [D.id]), ut([].concat(_toConsumableArray(ga), [ca]))), D.id += 1;
|
|
34925
34925
|
},
|
|
34926
|
-
remove: function(
|
|
34927
|
-
var va = ta(), ga = new Set(Array.isArray(
|
|
34926
|
+
remove: function(ca) {
|
|
34927
|
+
var va = ta(), ga = new Set(Array.isArray(ca) ? ca : [ca]);
|
|
34928
34928
|
ga.size <= 0 || (D.keys = D.keys.filter(function(ya, ha) {
|
|
34929
34929
|
return !ga.has(ha);
|
|
34930
34930
|
}), ut(va.filter(function(ya, ha) {
|
|
34931
34931
|
return !ga.has(ha);
|
|
34932
34932
|
})));
|
|
34933
34933
|
},
|
|
34934
|
-
move: function(
|
|
34935
|
-
if (
|
|
34934
|
+
move: function(ca, va) {
|
|
34935
|
+
if (ca !== va) {
|
|
34936
34936
|
var ga = ta();
|
|
34937
|
-
|
|
34937
|
+
ca < 0 || ca >= ga.length || va < 0 || va >= ga.length || (D.keys = move(D.keys, ca, va), ut(move(ga, ca, va)));
|
|
34938
34938
|
}
|
|
34939
34939
|
}
|
|
34940
34940
|
}, ia = ea || [];
|
|
34941
|
-
return Array.isArray(ia) || (ia = [], process.env.NODE_ENV !== "production" && warningOnce(!1, "Current value of '".concat(G.join(" > "), "' is not an array type."))), n(ia.map(function(
|
|
34942
|
-
var va = D.keys[
|
|
34943
|
-
return va === void 0 && (D.keys[
|
|
34944
|
-
name:
|
|
34941
|
+
return Array.isArray(ia) || (ia = [], process.env.NODE_ENV !== "production" && warningOnce(!1, "Current value of '".concat(G.join(" > "), "' is not an array type."))), n(ia.map(function(sa, ca) {
|
|
34942
|
+
var va = D.keys[ca];
|
|
34943
|
+
return va === void 0 && (D.keys[ca] = D.id, va = D.keys[ca], D.id += 1), {
|
|
34944
|
+
name: ca,
|
|
34945
34945
|
key: va,
|
|
34946
34946
|
isListField: !0
|
|
34947
34947
|
};
|
|
@@ -35460,18 +35460,18 @@ var NameMap = /* @__PURE__ */ function() {
|
|
|
35460
35460
|
warnings: []
|
|
35461
35461
|
};
|
|
35462
35462
|
}).catch(function(ta) {
|
|
35463
|
-
var oa, ia = [],
|
|
35464
|
-
return (oa = ta.forEach) === null || oa === void 0 || oa.call(ta, function(
|
|
35465
|
-
var va =
|
|
35466
|
-
va ?
|
|
35463
|
+
var oa, ia = [], sa = [];
|
|
35464
|
+
return (oa = ta.forEach) === null || oa === void 0 || oa.call(ta, function(ca) {
|
|
35465
|
+
var va = ca.rule.warningOnly, ga = ca.errors;
|
|
35466
|
+
va ? sa.push.apply(sa, _toConsumableArray(ga)) : ia.push.apply(ia, _toConsumableArray(ga));
|
|
35467
35467
|
}), ia.length ? Promise.reject({
|
|
35468
35468
|
name: ut,
|
|
35469
35469
|
errors: ia,
|
|
35470
|
-
warnings:
|
|
35470
|
+
warnings: sa
|
|
35471
35471
|
}) : {
|
|
35472
35472
|
name: ut,
|
|
35473
35473
|
errors: ia,
|
|
35474
|
-
warnings:
|
|
35474
|
+
warnings: sa
|
|
35475
35475
|
};
|
|
35476
35476
|
}));
|
|
35477
35477
|
}
|
|
@@ -35575,16 +35575,16 @@ var FormContext = /* @__PURE__ */ reactExports.createContext({
|
|
|
35575
35575
|
})
|
|
35576
35576
|
}, s);
|
|
35577
35577
|
}, _excluded$C = ["name", "initialValues", "fields", "form", "preserve", "children", "component", "validateMessages", "validateTrigger", "onValuesChange", "onFieldsChange", "onFinish", "onFinishFailed", "clearOnDestroy"], Form = function(t, r) {
|
|
35578
|
-
var n = t.name, a = t.initialValues, s = t.fields, u = t.form, g = t.preserve, C = t.children, w = t.component, D = w === void 0 ? "form" : w, G = t.validateMessages, ne = t.validateTrigger, oe = ne === void 0 ? "onChange" : ne, se = t.onValuesChange, ue = t.onFieldsChange, ae = t.onFinish, ct = t.onFinishFailed, ea = t.clearOnDestroy, ut = _objectWithoutProperties(t, _excluded$C), ra = reactExports.useRef(null), ta = reactExports.useContext(FormContext), oa = useForm(u), ia = _slicedToArray(oa, 1),
|
|
35578
|
+
var n = t.name, a = t.initialValues, s = t.fields, u = t.form, g = t.preserve, C = t.children, w = t.component, D = w === void 0 ? "form" : w, G = t.validateMessages, ne = t.validateTrigger, oe = ne === void 0 ? "onChange" : ne, se = t.onValuesChange, ue = t.onFieldsChange, ae = t.onFinish, ct = t.onFinishFailed, ea = t.clearOnDestroy, ut = _objectWithoutProperties(t, _excluded$C), ra = reactExports.useRef(null), ta = reactExports.useContext(FormContext), oa = useForm(u), ia = _slicedToArray(oa, 1), sa = ia[0], ca = sa.getInternalHooks(HOOK_MARK), va = ca.useSubscribe, ga = ca.setInitialValues, ya = ca.setCallbacks, ha = ca.setValidateMessages, pa = ca.setPreserve, $a = ca.destroyForm;
|
|
35579
35579
|
reactExports.useImperativeHandle(r, function() {
|
|
35580
|
-
return _objectSpread2$7(_objectSpread2$7({},
|
|
35580
|
+
return _objectSpread2$7(_objectSpread2$7({}, sa), {}, {
|
|
35581
35581
|
nativeElement: ra.current
|
|
35582
35582
|
});
|
|
35583
35583
|
}), reactExports.useEffect(function() {
|
|
35584
|
-
return ta.registerForm(n,
|
|
35584
|
+
return ta.registerForm(n, sa), function() {
|
|
35585
35585
|
ta.unregisterForm(n);
|
|
35586
35586
|
};
|
|
35587
|
-
}, [ta,
|
|
35587
|
+
}, [ta, sa, n]), ha(_objectSpread2$7(_objectSpread2$7({}, ta.validateMessages), G)), ya({
|
|
35588
35588
|
onValuesChange: se,
|
|
35589
35589
|
onFieldsChange: function(Na) {
|
|
35590
35590
|
if (ta.triggerFormChange(n, Na), ue) {
|
|
@@ -35610,20 +35610,20 @@ var FormContext = /* @__PURE__ */ reactExports.createContext({
|
|
|
35610
35610
|
);
|
|
35611
35611
|
var fa, da = typeof C == "function";
|
|
35612
35612
|
if (da) {
|
|
35613
|
-
var ba =
|
|
35614
|
-
fa = C(ba,
|
|
35613
|
+
var ba = sa.getFieldsValue(!0);
|
|
35614
|
+
fa = C(ba, sa);
|
|
35615
35615
|
} else
|
|
35616
35616
|
fa = C;
|
|
35617
35617
|
va(!da);
|
|
35618
35618
|
var Ea = reactExports.useRef();
|
|
35619
35619
|
reactExports.useEffect(function() {
|
|
35620
|
-
isSimilar(Ea.current || [], s || []) ||
|
|
35621
|
-
}, [s,
|
|
35620
|
+
isSimilar(Ea.current || [], s || []) || sa.setFields(s || []), Ea.current = s;
|
|
35621
|
+
}, [s, sa]);
|
|
35622
35622
|
var ma = reactExports.useMemo(function() {
|
|
35623
|
-
return _objectSpread2$7(_objectSpread2$7({},
|
|
35623
|
+
return _objectSpread2$7(_objectSpread2$7({}, sa), {}, {
|
|
35624
35624
|
validateTrigger: oe
|
|
35625
35625
|
});
|
|
35626
|
-
}, [
|
|
35626
|
+
}, [sa, oe]), wa = /* @__PURE__ */ reactExports.createElement(ListContext.Provider, {
|
|
35627
35627
|
value: null
|
|
35628
35628
|
}, /* @__PURE__ */ reactExports.createElement(Context$1.Provider, {
|
|
35629
35629
|
value: ma
|
|
@@ -35631,11 +35631,11 @@ var FormContext = /* @__PURE__ */ reactExports.createContext({
|
|
|
35631
35631
|
return D === !1 ? wa : /* @__PURE__ */ reactExports.createElement(D, _extends({}, ut, {
|
|
35632
35632
|
ref: ra,
|
|
35633
35633
|
onSubmit: function(Na) {
|
|
35634
|
-
Na.preventDefault(), Na.stopPropagation(),
|
|
35634
|
+
Na.preventDefault(), Na.stopPropagation(), sa.submit();
|
|
35635
35635
|
},
|
|
35636
35636
|
onReset: function(Na) {
|
|
35637
35637
|
var Aa;
|
|
35638
|
-
Na.preventDefault(),
|
|
35638
|
+
Na.preventDefault(), sa.resetFields(), (Aa = ut.onReset) === null || Aa === void 0 || Aa.call(ut, Na);
|
|
35639
35639
|
}
|
|
35640
35640
|
}), wa);
|
|
35641
35641
|
};
|
|
@@ -35669,11 +35669,11 @@ function useWatch$1() {
|
|
|
35669
35669
|
var ut = ue.getFieldsValue, ra = ue.getInternalHooks, ta = ra(HOOK_MARK), oa = ta.registerWatch, ia = function(ga, ya) {
|
|
35670
35670
|
var ha = u.preserve ? ya : ga;
|
|
35671
35671
|
return typeof n == "function" ? n(ha) : get$1(ha, ea.current);
|
|
35672
|
-
},
|
|
35672
|
+
}, sa = oa(function(va, ga) {
|
|
35673
35673
|
var ya = ia(va, ga), ha = stringify$1(ya);
|
|
35674
35674
|
oe.current !== ha && (oe.current = ha, G(ya));
|
|
35675
|
-
}),
|
|
35676
|
-
return D !==
|
|
35675
|
+
}), ca = ia(ut(), ut(!0));
|
|
35676
|
+
return D !== ca && G(ca), sa;
|
|
35677
35677
|
}
|
|
35678
35678
|
},
|
|
35679
35679
|
// We do not need re-register since namePath content is the same
|
|
@@ -36297,21 +36297,21 @@ const Skeleton = (e) => {
|
|
|
36297
36297
|
const ut = !!g, ra = !!C, ta = !!w;
|
|
36298
36298
|
let oa;
|
|
36299
36299
|
if (ut) {
|
|
36300
|
-
const
|
|
36300
|
+
const ca = Object.assign(Object.assign({
|
|
36301
36301
|
prefixCls: `${ue}-avatar`
|
|
36302
36302
|
}, getAvatarBasicProps(ra, ta)), getComponentProps(g));
|
|
36303
36303
|
oa = /* @__PURE__ */ reactExports.createElement("div", {
|
|
36304
36304
|
className: `${ue}-header`
|
|
36305
|
-
}, /* @__PURE__ */ reactExports.createElement(Element$1, Object.assign({},
|
|
36305
|
+
}, /* @__PURE__ */ reactExports.createElement(Element$1, Object.assign({}, ca)));
|
|
36306
36306
|
}
|
|
36307
36307
|
let ia;
|
|
36308
36308
|
if (ra || ta) {
|
|
36309
|
-
let
|
|
36309
|
+
let ca;
|
|
36310
36310
|
if (ra) {
|
|
36311
36311
|
const ga = Object.assign(Object.assign({
|
|
36312
36312
|
prefixCls: `${ue}-title`
|
|
36313
36313
|
}, getTitleBasicProps(ut, ta)), getComponentProps(C));
|
|
36314
|
-
|
|
36314
|
+
ca = /* @__PURE__ */ reactExports.createElement(Title, Object.assign({}, ga));
|
|
36315
36315
|
}
|
|
36316
36316
|
let va;
|
|
36317
36317
|
if (ta) {
|
|
@@ -36322,16 +36322,16 @@ const Skeleton = (e) => {
|
|
|
36322
36322
|
}
|
|
36323
36323
|
ia = /* @__PURE__ */ reactExports.createElement("div", {
|
|
36324
36324
|
className: `${ue}-content`
|
|
36325
|
-
},
|
|
36325
|
+
}, ca, va);
|
|
36326
36326
|
}
|
|
36327
|
-
const
|
|
36327
|
+
const sa = classNames(ue, {
|
|
36328
36328
|
[`${ue}-with-avatar`]: ut,
|
|
36329
36329
|
[`${ue}-active`]: D,
|
|
36330
36330
|
[`${ue}-rtl`]: oe === "rtl",
|
|
36331
36331
|
[`${ue}-round`]: G
|
|
36332
36332
|
}, se == null ? void 0 : se.className, n, a, ct, ea);
|
|
36333
36333
|
return ae(/* @__PURE__ */ reactExports.createElement("div", {
|
|
36334
|
-
className:
|
|
36334
|
+
className: sa,
|
|
36335
36335
|
style: Object.assign(Object.assign({}, se == null ? void 0 : se.style), s)
|
|
36336
36336
|
}, oa, ia));
|
|
36337
36337
|
}
|
|
@@ -36745,19 +36745,19 @@ const Modal$1 = (e) => {
|
|
|
36745
36745
|
styles: ta,
|
|
36746
36746
|
children: oa,
|
|
36747
36747
|
loading: ia
|
|
36748
|
-
} = e,
|
|
36749
|
-
[`${
|
|
36750
|
-
[`${
|
|
36748
|
+
} = e, sa = __rest$t(e, ["prefixCls", "className", "rootClassName", "open", "wrapClassName", "centered", "getContainer", "focusTriggerAfterClose", "style", "visible", "width", "footer", "classNames", "styles", "children", "loading"]), ca = n("modal", C), va = n(), ga = useCSSVarCls(ca), [ya, ha, pa] = useStyle$e(ca, ga), $a = classNames(ne, {
|
|
36749
|
+
[`${ca}-centered`]: !!oe,
|
|
36750
|
+
[`${ca}-wrap-rtl`]: a === "rtl"
|
|
36751
36751
|
}), xa = ut !== null && !ia ? /* @__PURE__ */ reactExports.createElement(Footer$2, Object.assign({}, e, {
|
|
36752
36752
|
onOk: g,
|
|
36753
36753
|
onCancel: u
|
|
36754
36754
|
})) : null, [fa, da, ba] = useClosable(pickClosable(e), pickClosable(s), {
|
|
36755
36755
|
closable: !0,
|
|
36756
36756
|
closeIcon: /* @__PURE__ */ reactExports.createElement(RefIcon$p, {
|
|
36757
|
-
className: `${
|
|
36757
|
+
className: `${ca}-close-icon`
|
|
36758
36758
|
}),
|
|
36759
|
-
closeIconRender: (Oa) => renderCloseIcon(
|
|
36760
|
-
}), Ea = usePanelRef(`.${
|
|
36759
|
+
closeIconRender: (Oa) => renderCloseIcon(ca, Oa)
|
|
36760
|
+
}), Ea = usePanelRef(`.${ca}-content`), [ma, wa] = useZIndex("Modal", sa.zIndex);
|
|
36761
36761
|
return ya(/* @__PURE__ */ reactExports.createElement(ContextIsolator, {
|
|
36762
36762
|
form: !0,
|
|
36763
36763
|
space: !0
|
|
@@ -36765,14 +36765,14 @@ const Modal$1 = (e) => {
|
|
|
36765
36765
|
value: wa
|
|
36766
36766
|
}, /* @__PURE__ */ reactExports.createElement(DialogWrap, Object.assign({
|
|
36767
36767
|
width: ea
|
|
36768
|
-
},
|
|
36768
|
+
}, sa, {
|
|
36769
36769
|
zIndex: ma,
|
|
36770
36770
|
getContainer: se === void 0 ? r : se,
|
|
36771
|
-
prefixCls:
|
|
36771
|
+
prefixCls: ca,
|
|
36772
36772
|
rootClassName: classNames(ha, D, pa, ga),
|
|
36773
36773
|
footer: xa,
|
|
36774
36774
|
visible: G ?? ct,
|
|
36775
|
-
mousePosition: (t =
|
|
36775
|
+
mousePosition: (t = sa.mousePosition) !== null && t !== void 0 ? t : mousePosition,
|
|
36776
36776
|
onClose: u,
|
|
36777
36777
|
closable: fa && {
|
|
36778
36778
|
disabled: ba,
|
|
@@ -36795,7 +36795,7 @@ const Modal$1 = (e) => {
|
|
|
36795
36795
|
paragraph: {
|
|
36796
36796
|
rows: 4
|
|
36797
36797
|
},
|
|
36798
|
-
className: `${
|
|
36798
|
+
className: `${ca}-body-skeleton`
|
|
36799
36799
|
}) : oa))));
|
|
36800
36800
|
}, genModalConfirmStyle = (e) => {
|
|
36801
36801
|
const {
|
|
@@ -36985,12 +36985,12 @@ const ConfirmDialog = (e) => {
|
|
|
36985
36985
|
ya.deprecated(!(pa in e), pa, $a);
|
|
36986
36986
|
});
|
|
36987
36987
|
}
|
|
36988
|
-
const ra = `${D}-confirm`, ta = e.width || 416, oa = e.style || {}, ia = e.mask === void 0 ? !0 : e.mask,
|
|
36988
|
+
const ra = `${D}-confirm`, ta = e.width || 416, oa = e.style || {}, ia = e.mask === void 0 ? !0 : e.mask, sa = e.maskClosable === void 0 ? !1 : e.maskClosable, ca = classNames(ra, `${ra}-${e.type}`, {
|
|
36989
36989
|
[`${ra}-rtl`]: w === "rtl"
|
|
36990
36990
|
}, e.className), [, va] = useToken(), ga = reactExports.useMemo(() => r !== void 0 ? r : va.zIndexPopupBase + CONTAINER_MAX_OFFSET, [r, va]);
|
|
36991
36991
|
return /* @__PURE__ */ reactExports.createElement(Modal$1, {
|
|
36992
36992
|
prefixCls: D,
|
|
36993
|
-
className:
|
|
36993
|
+
className: ca,
|
|
36994
36994
|
wrapClassName: classNames({
|
|
36995
36995
|
[`${ra}-centered`]: !!e.centered
|
|
36996
36996
|
}, G),
|
|
@@ -37005,7 +37005,7 @@ const ConfirmDialog = (e) => {
|
|
|
37005
37005
|
transitionName: getTransitionName(ne || "", "zoom", e.transitionName),
|
|
37006
37006
|
maskTransitionName: getTransitionName(ne || "", "fade", e.maskTransitionName),
|
|
37007
37007
|
mask: ia,
|
|
37008
|
-
maskClosable:
|
|
37008
|
+
maskClosable: sa,
|
|
37009
37009
|
style: oa,
|
|
37010
37010
|
styles: Object.assign({
|
|
37011
37011
|
body: oe,
|
|
@@ -37167,7 +37167,7 @@ const HookModal = (e, t) => {
|
|
|
37167
37167
|
g(!1);
|
|
37168
37168
|
for (var ut = arguments.length, ra = new Array(ut), ta = 0; ta < ut; ta++)
|
|
37169
37169
|
ra[ta] = arguments[ta];
|
|
37170
|
-
if (ra.some((
|
|
37170
|
+
if (ra.some((sa) => sa == null ? void 0 : sa.triggerCancel)) {
|
|
37171
37171
|
var ia;
|
|
37172
37172
|
(ea = C.onCancel) === null || ea === void 0 || (ia = ea).call.apply(ia, [C, () => {
|
|
37173
37173
|
}].concat(_toConsumableArray(ra.slice(1))));
|
|
@@ -37441,8 +37441,8 @@ function isValidateOpenKey(e) {
|
|
|
37441
37441
|
var _excluded$B = ["prefixCls", "invalidate", "item", "renderItem", "responsive", "responsiveDisabled", "registerSize", "itemKey", "className", "style", "children", "display", "order", "component"], UNDEFINED = void 0;
|
|
37442
37442
|
function InternalItem(e, t) {
|
|
37443
37443
|
var r = e.prefixCls, n = e.invalidate, a = e.item, s = e.renderItem, u = e.responsive, g = e.responsiveDisabled, C = e.registerSize, w = e.itemKey, D = e.className, G = e.style, ne = e.children, oe = e.display, se = e.order, ue = e.component, ae = ue === void 0 ? "div" : ue, ct = _objectWithoutProperties(e, _excluded$B), ea = u && !oe;
|
|
37444
|
-
function ut(
|
|
37445
|
-
C(w,
|
|
37444
|
+
function ut(sa) {
|
|
37445
|
+
C(w, sa);
|
|
37446
37446
|
}
|
|
37447
37447
|
reactExports.useEffect(function() {
|
|
37448
37448
|
return function() {
|
|
@@ -37467,8 +37467,8 @@ function InternalItem(e, t) {
|
|
|
37467
37467
|
ref: t
|
|
37468
37468
|
}), ra);
|
|
37469
37469
|
return u && (ia = /* @__PURE__ */ reactExports.createElement(RefResizeObserver, {
|
|
37470
|
-
onResize: function(
|
|
37471
|
-
var va =
|
|
37470
|
+
onResize: function(ca) {
|
|
37471
|
+
var va = ca.offsetWidth;
|
|
37472
37472
|
ut(va);
|
|
37473
37473
|
},
|
|
37474
37474
|
disabled: g
|
|
@@ -37528,7 +37528,7 @@ function defaultRenderRest(e) {
|
|
|
37528
37528
|
return "+ ".concat(e.length, " ...");
|
|
37529
37529
|
}
|
|
37530
37530
|
function Overflow(e, t) {
|
|
37531
|
-
var r = e.prefixCls, n = r === void 0 ? "rc-overflow" : r, a = e.data, s = a === void 0 ? [] : a, u = e.renderItem, g = e.renderRawItem, C = e.itemKey, w = e.itemWidth, D = w === void 0 ? 10 : w, G = e.ssr, ne = e.style, oe = e.className, se = e.maxCount, ue = e.renderRest, ae = e.renderRawRest, ct = e.suffix, ea = e.component, ut = ea === void 0 ? "div" : ea, ra = e.itemComponent, ta = e.onVisibleChange, oa = _objectWithoutProperties(e, _excluded$z), ia = G === "full",
|
|
37531
|
+
var r = e.prefixCls, n = r === void 0 ? "rc-overflow" : r, a = e.data, s = a === void 0 ? [] : a, u = e.renderItem, g = e.renderRawItem, C = e.itemKey, w = e.itemWidth, D = w === void 0 ? 10 : w, G = e.ssr, ne = e.style, oe = e.className, se = e.maxCount, ue = e.renderRest, ae = e.renderRawRest, ct = e.suffix, ea = e.component, ut = ea === void 0 ? "div" : ea, ra = e.itemComponent, ta = e.onVisibleChange, oa = _objectWithoutProperties(e, _excluded$z), ia = G === "full", sa = useBatcher(), ca = useEffectState(sa, null), va = _slicedToArray(ca, 2), ga = va[0], ya = va[1], ha = ga || 0, pa = useEffectState(sa, /* @__PURE__ */ new Map()), $a = _slicedToArray(pa, 2), xa = $a[0], fa = $a[1], da = useEffectState(sa, 0), ba = _slicedToArray(da, 2), Ea = ba[0], ma = ba[1], wa = useEffectState(sa, 0), Oa = _slicedToArray(wa, 2), Na = Oa[0], Aa = Oa[1], Ba = useEffectState(sa, 0), ja = _slicedToArray(Ba, 2), za = ja[0], Ja = ja[1], Ua = reactExports.useState(null), La = _slicedToArray(Ua, 2), Ma = La[0], Wa = La[1], Pa = reactExports.useState(null), Ka = _slicedToArray(Pa, 2), Ga = Ka[0], Ti = Ka[1], Za = reactExports.useMemo(function() {
|
|
37532
37532
|
return Ga === null && ia ? Number.MAX_SAFE_INTEGER : Ga || 0;
|
|
37533
37533
|
}, [Ga, ga]), Oi = reactExports.useState(!1), mi = _slicedToArray(Oi, 2), _i = mi[0], Ei = mi[1], fi = "".concat(n, "-item"), bi = Math.max(Ea, Na), Ri = se === RESPONSIVE, Di = s.length && Ri, Hi = se === INVALIDATE, Yi = Di || typeof se == "number" && s.length > se, tl = reactExports.useMemo(function() {
|
|
37534
37534
|
var ll = s;
|
|
@@ -37660,13 +37660,13 @@ ForwardOverflow.Item = RawItem;
|
|
|
37660
37660
|
ForwardOverflow.RESPONSIVE = RESPONSIVE;
|
|
37661
37661
|
ForwardOverflow.INVALIDATE = INVALIDATE;
|
|
37662
37662
|
var Input$3 = function(t, r) {
|
|
37663
|
-
var n, a = t.prefixCls, s = t.id, u = t.inputElement, g = t.disabled, C = t.tabIndex, w = t.autoFocus, D = t.autoComplete, G = t.editable, ne = t.activeDescendantId, oe = t.value, se = t.maxLength, ue = t.onKeyDown, ae = t.onMouseDown, ct = t.onChange, ea = t.onPaste, ut = t.onCompositionStart, ra = t.onCompositionEnd, ta = t.open, oa = t.attrs, ia = u || /* @__PURE__ */ reactExports.createElement("input", null),
|
|
37663
|
+
var n, a = t.prefixCls, s = t.id, u = t.inputElement, g = t.disabled, C = t.tabIndex, w = t.autoFocus, D = t.autoComplete, G = t.editable, ne = t.activeDescendantId, oe = t.value, se = t.maxLength, ue = t.onKeyDown, ae = t.onMouseDown, ct = t.onChange, ea = t.onPaste, ut = t.onCompositionStart, ra = t.onCompositionEnd, ta = t.open, oa = t.attrs, ia = u || /* @__PURE__ */ reactExports.createElement("input", null), sa = ia, ca = sa.ref, va = sa.props, ga = va.onKeyDown, ya = va.onChange, ha = va.onMouseDown, pa = va.onCompositionStart, $a = va.onCompositionEnd, xa = va.style;
|
|
37664
37664
|
return warning$3(!("maxLength" in ia.props), "Passing 'maxLength' to input element directly may not work because input in BaseSelect is controlled."), ia = /* @__PURE__ */ reactExports.cloneElement(ia, _objectSpread2$7(_objectSpread2$7(_objectSpread2$7({
|
|
37665
37665
|
type: "search"
|
|
37666
37666
|
}, va), {}, {
|
|
37667
37667
|
// Override over origin props
|
|
37668
37668
|
id: s,
|
|
37669
|
-
ref: composeRef(r,
|
|
37669
|
+
ref: composeRef(r, ca),
|
|
37670
37670
|
disabled: g,
|
|
37671
37671
|
tabIndex: C,
|
|
37672
37672
|
autoComplete: D || "off",
|
|
@@ -37735,7 +37735,7 @@ var onPreventMouseDown = function(t) {
|
|
|
37735
37735
|
}, SelectSelector = function(t) {
|
|
37736
37736
|
var r = t.id, n = t.prefixCls, a = t.values, s = t.open, u = t.searchValue, g = t.autoClearSearchValue, C = t.inputRef, w = t.placeholder, D = t.disabled, G = t.mode, ne = t.showSearch, oe = t.autoFocus, se = t.autoComplete, ue = t.activeDescendantId, ae = t.tabIndex, ct = t.removeIcon, ea = t.maxTagCount, ut = t.maxTagTextLength, ra = t.maxTagPlaceholder, ta = ra === void 0 ? function(Wa) {
|
|
37737
37737
|
return "+ ".concat(Wa.length, " ...");
|
|
37738
|
-
} : ra, oa = t.tagRender, ia = t.onToggleOpen,
|
|
37738
|
+
} : ra, oa = t.tagRender, ia = t.onToggleOpen, sa = t.onRemove, ca = t.onInputChange, va = t.onInputPaste, ga = t.onInputKeyDown, ya = t.onInputMouseDown, ha = t.onInputCompositionStart, pa = t.onInputCompositionEnd, $a = reactExports.useRef(null), xa = reactExports.useState(0), fa = _slicedToArray(xa, 2), da = fa[0], ba = fa[1], Ea = reactExports.useState(!1), ma = _slicedToArray(Ea, 2), wa = ma[0], Oa = ma[1], Na = "".concat(n, "-selection"), Aa = s || G === "multiple" && g === !1 || G === "tags" ? u : "", Ba = G === "tags" || G === "multiple" && g === !1 || ne && (s || wa);
|
|
37739
37739
|
useLayoutEffect(function() {
|
|
37740
37740
|
ba($a.current.scrollWidth);
|
|
37741
37741
|
}, [Aa]);
|
|
@@ -37772,7 +37772,7 @@ var onPreventMouseDown = function(t) {
|
|
|
37772
37772
|
mi.length > ut && (Oi = "".concat(mi.slice(0, ut), "..."));
|
|
37773
37773
|
}
|
|
37774
37774
|
var _i = function(fi) {
|
|
37775
|
-
fi && fi.stopPropagation(),
|
|
37775
|
+
fi && fi.stopPropagation(), sa(Pa);
|
|
37776
37776
|
};
|
|
37777
37777
|
return typeof oa == "function" ? za(Ti, Oi, Ka, Za, _i) : ja(Pa, Oi, Ka, Za, _i);
|
|
37778
37778
|
}, Ua = function(Pa) {
|
|
@@ -37805,7 +37805,7 @@ var onPreventMouseDown = function(t) {
|
|
|
37805
37805
|
value: Aa,
|
|
37806
37806
|
onKeyDown: ga,
|
|
37807
37807
|
onMouseDown: ya,
|
|
37808
|
-
onChange:
|
|
37808
|
+
onChange: ca,
|
|
37809
37809
|
onPaste: va,
|
|
37810
37810
|
onCompositionStart: ha,
|
|
37811
37811
|
onCompositionEnd: pa,
|
|
@@ -37828,11 +37828,11 @@ var onPreventMouseDown = function(t) {
|
|
|
37828
37828
|
className: "".concat(Na, "-placeholder")
|
|
37829
37829
|
}, w));
|
|
37830
37830
|
}, SingleSelector = function(t) {
|
|
37831
|
-
var r = t.inputElement, n = t.prefixCls, a = t.id, s = t.inputRef, u = t.disabled, g = t.autoFocus, C = t.autoComplete, w = t.activeDescendantId, D = t.mode, G = t.open, ne = t.values, oe = t.placeholder, se = t.tabIndex, ue = t.showSearch, ae = t.searchValue, ct = t.activeValue, ea = t.maxLength, ut = t.onInputKeyDown, ra = t.onInputMouseDown, ta = t.onInputChange, oa = t.onInputPaste, ia = t.onInputCompositionStart,
|
|
37831
|
+
var r = t.inputElement, n = t.prefixCls, a = t.id, s = t.inputRef, u = t.disabled, g = t.autoFocus, C = t.autoComplete, w = t.activeDescendantId, D = t.mode, G = t.open, ne = t.values, oe = t.placeholder, se = t.tabIndex, ue = t.showSearch, ae = t.searchValue, ct = t.activeValue, ea = t.maxLength, ut = t.onInputKeyDown, ra = t.onInputMouseDown, ta = t.onInputChange, oa = t.onInputPaste, ia = t.onInputCompositionStart, sa = t.onInputCompositionEnd, ca = t.title, va = reactExports.useState(!1), ga = _slicedToArray(va, 2), ya = ga[0], ha = ga[1], pa = D === "combobox", $a = pa || ue, xa = ne[0], fa = ae || "";
|
|
37832
37832
|
pa && ct && !ya && (fa = ct), reactExports.useEffect(function() {
|
|
37833
37833
|
pa && ha(!1);
|
|
37834
37834
|
}, [pa, ct]);
|
|
37835
|
-
var da = D !== "combobox" && !G && !ue ? !1 : !!fa, ba =
|
|
37835
|
+
var da = D !== "combobox" && !G && !ue ? !1 : !!fa, ba = ca === void 0 ? getTitle(xa) : ca, Ea = reactExports.useMemo(function() {
|
|
37836
37836
|
return xa ? null : /* @__PURE__ */ reactExports.createElement("span", {
|
|
37837
37837
|
className: "".concat(n, "-selection-placeholder"),
|
|
37838
37838
|
style: da ? {
|
|
@@ -37861,7 +37861,7 @@ var onPreventMouseDown = function(t) {
|
|
|
37861
37861
|
},
|
|
37862
37862
|
onPaste: oa,
|
|
37863
37863
|
onCompositionStart: ia,
|
|
37864
|
-
onCompositionEnd:
|
|
37864
|
+
onCompositionEnd: sa,
|
|
37865
37865
|
tabIndex: se,
|
|
37866
37866
|
attrs: pickAttrs(t, !0),
|
|
37867
37867
|
maxLength: pa ? ea : void 0
|
|
@@ -37889,19 +37889,19 @@ var onPreventMouseDown = function(t) {
|
|
|
37889
37889
|
(ba === KeyCode.UP || ba === KeyCode.DOWN) && da.preventDefault(), ue && ue(da), ba === KeyCode.ENTER && g === "tags" && !a.current && !u && (oe == null || oe(da.target.value)), isValidateOpenKey(ba) && se(!0);
|
|
37890
37890
|
}, oa = function() {
|
|
37891
37891
|
ra(!0);
|
|
37892
|
-
}, ia = reactExports.useRef(null),
|
|
37892
|
+
}, ia = reactExports.useRef(null), sa = function(da) {
|
|
37893
37893
|
ne(da, !0, a.current) !== !1 && se(!0);
|
|
37894
|
-
},
|
|
37894
|
+
}, ca = function() {
|
|
37895
37895
|
a.current = !0;
|
|
37896
37896
|
}, va = function(da) {
|
|
37897
|
-
a.current = !1, g !== "combobox" &&
|
|
37897
|
+
a.current = !1, g !== "combobox" && sa(da.target.value);
|
|
37898
37898
|
}, ga = function(da) {
|
|
37899
37899
|
var ba = da.target.value;
|
|
37900
37900
|
if (w && ia.current && /[\r\n]/.test(ia.current)) {
|
|
37901
37901
|
var Ea = ia.current.replace(/[\r\n]+$/, "").replace(/\r\n/g, " ").replace(/[\r\n]/g, " ");
|
|
37902
37902
|
ba = ba.replace(Ea, ia.current);
|
|
37903
37903
|
}
|
|
37904
|
-
ia.current = null,
|
|
37904
|
+
ia.current = null, sa(ba);
|
|
37905
37905
|
}, ya = function(da) {
|
|
37906
37906
|
var ba = da.clipboardData, Ea = ba == null ? void 0 : ba.getData("text");
|
|
37907
37907
|
ia.current = Ea || "";
|
|
@@ -37922,7 +37922,7 @@ var onPreventMouseDown = function(t) {
|
|
|
37922
37922
|
onInputMouseDown: oa,
|
|
37923
37923
|
onInputChange: ga,
|
|
37924
37924
|
onInputPaste: ya,
|
|
37925
|
-
onInputCompositionStart:
|
|
37925
|
+
onInputCompositionStart: ca,
|
|
37926
37926
|
onInputCompositionEnd: va
|
|
37927
37927
|
}, xa = g === "multiple" || g === "tags" ? /* @__PURE__ */ reactExports.createElement(SelectSelector, _extends({}, t, $a)) : /* @__PURE__ */ reactExports.createElement(SingleSelector, _extends({}, t, $a));
|
|
37928
37928
|
return /* @__PURE__ */ reactExports.createElement("div", {
|
|
@@ -37974,7 +37974,7 @@ var PopupContent = /* @__PURE__ */ reactExports.memo(function(e) {
|
|
|
37974
37974
|
});
|
|
37975
37975
|
process.env.NODE_ENV !== "production" && (PopupContent.displayName = "PopupContent");
|
|
37976
37976
|
var Popup$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
37977
|
-
var r = e.popup, n = e.className, a = e.prefixCls, s = e.style, u = e.target, g = e.onVisibleChanged, C = e.open, w = e.keepDom, D = e.fresh, G = e.onClick, ne = e.mask, oe = e.arrow, se = e.arrowPos, ue = e.align, ae = e.motion, ct = e.maskMotion, ea = e.forceRender, ut = e.getPopupContainer, ra = e.autoDestroy, ta = e.portal, oa = e.zIndex, ia = e.onMouseEnter,
|
|
37977
|
+
var r = e.popup, n = e.className, a = e.prefixCls, s = e.style, u = e.target, g = e.onVisibleChanged, C = e.open, w = e.keepDom, D = e.fresh, G = e.onClick, ne = e.mask, oe = e.arrow, se = e.arrowPos, ue = e.align, ae = e.motion, ct = e.maskMotion, ea = e.forceRender, ut = e.getPopupContainer, ra = e.autoDestroy, ta = e.portal, oa = e.zIndex, ia = e.onMouseEnter, sa = e.onMouseLeave, ca = e.onPointerEnter, va = e.ready, ga = e.offsetX, ya = e.offsetY, ha = e.offsetR, pa = e.offsetB, $a = e.onAlign, xa = e.onPrepare, fa = e.stretch, da = e.targetWidth, ba = e.targetHeight, Ea = typeof r == "function" ? r() : r, ma = C || w, wa = (ut == null ? void 0 : ut.length) > 0, Oa = reactExports.useState(!ut || !wa), Na = _slicedToArray(Oa, 2), Aa = Na[0], Ba = Na[1];
|
|
37978
37978
|
if (useLayoutEffect$1(function() {
|
|
37979
37979
|
!Aa && wa && u && Ba(!0);
|
|
37980
37980
|
}, [Aa, wa, u]), !Aa)
|
|
@@ -38034,8 +38034,8 @@ var Popup$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
38034
38034
|
zIndex: oa
|
|
38035
38035
|
}, s),
|
|
38036
38036
|
onMouseEnter: ia,
|
|
38037
|
-
onMouseLeave:
|
|
38038
|
-
onPointerEnter:
|
|
38037
|
+
onMouseLeave: sa,
|
|
38038
|
+
onPointerEnter: ca,
|
|
38039
38039
|
onClick: G
|
|
38040
38040
|
}, oe && /* @__PURE__ */ reactExports.createElement(Arrow, {
|
|
38041
38041
|
prefixCls: a,
|
|
@@ -38110,12 +38110,12 @@ function getVisibleArea(e, t) {
|
|
|
38110
38110
|
var r = _objectSpread2$7({}, e);
|
|
38111
38111
|
return (t || []).forEach(function(n) {
|
|
38112
38112
|
if (!(n instanceof HTMLBodyElement || n instanceof HTMLHtmlElement)) {
|
|
38113
|
-
var a = getWin(n).getComputedStyle(n), s = a.overflow, u = a.overflowClipMargin, g = a.borderTopWidth, C = a.borderBottomWidth, w = a.borderLeftWidth, D = a.borderRightWidth, G = n.getBoundingClientRect(), ne = n.offsetHeight, oe = n.clientHeight, se = n.offsetWidth, ue = n.clientWidth, ae = getPxValue(g), ct = getPxValue(C), ea = getPxValue(w), ut = getPxValue(D), ra = toNum(Math.round(G.width / se * 1e3) / 1e3), ta = toNum(Math.round(G.height / ne * 1e3) / 1e3), oa = (se - ue - ea - ut) * ra, ia = (ne - oe - ae - ct) * ta,
|
|
38113
|
+
var a = getWin(n).getComputedStyle(n), s = a.overflow, u = a.overflowClipMargin, g = a.borderTopWidth, C = a.borderBottomWidth, w = a.borderLeftWidth, D = a.borderRightWidth, G = n.getBoundingClientRect(), ne = n.offsetHeight, oe = n.clientHeight, se = n.offsetWidth, ue = n.clientWidth, ae = getPxValue(g), ct = getPxValue(C), ea = getPxValue(w), ut = getPxValue(D), ra = toNum(Math.round(G.width / se * 1e3) / 1e3), ta = toNum(Math.round(G.height / ne * 1e3) / 1e3), oa = (se - ue - ea - ut) * ra, ia = (ne - oe - ae - ct) * ta, sa = ae * ta, ca = ct * ta, va = ea * ra, ga = ut * ra, ya = 0, ha = 0;
|
|
38114
38114
|
if (s === "clip") {
|
|
38115
38115
|
var pa = getPxValue(u);
|
|
38116
38116
|
ya = pa * ra, ha = pa * ta;
|
|
38117
38117
|
}
|
|
38118
|
-
var $a = G.x + va - ya, xa = G.y +
|
|
38118
|
+
var $a = G.x + va - ya, xa = G.y + sa - ha, fa = $a + G.width + 2 * ya - va - ga - oa, da = xa + G.height + 2 * ha - sa - ca - ia;
|
|
38119
38119
|
r.left = Math.max(r.left, $a), r.top = Math.max(r.top, xa), r.right = Math.min(r.right, fa), r.bottom = Math.min(r.bottom, da);
|
|
38120
38120
|
}
|
|
38121
38121
|
}), r;
|
|
@@ -38176,7 +38176,7 @@ function useAlign(e, t, r, n, a, s, u) {
|
|
|
38176
38176
|
}, bl = function() {
|
|
38177
38177
|
ji = Na.y + Ui, al = ji + Ma, Fi = Na.x + Mi, gl = Fi + Wa;
|
|
38178
38178
|
};
|
|
38179
|
-
var ea, ut, ra, ta, oa = t, ia = oa.ownerDocument,
|
|
38179
|
+
var ea, ut, ra, ta, oa = t, ia = oa.ownerDocument, sa = getWin(oa), ca = sa.getComputedStyle(oa), va = ca.width, ga = ca.height, ya = ca.position, ha = oa.style.left, pa = oa.style.top, $a = oa.style.right, xa = oa.style.bottom, fa = oa.style.overflow, da = _objectSpread2$7(_objectSpread2$7({}, a[n]), s), ba = ia.createElement("div");
|
|
38180
38180
|
(ea = oa.parentElement) === null || ea === void 0 || ea.appendChild(ba), ba.style.left = "".concat(oa.offsetLeft, "px"), ba.style.top = "".concat(oa.offsetTop, "px"), ba.style.position = ya, ba.style.height = "".concat(oa.offsetHeight, "px"), ba.style.width = "".concat(oa.offsetWidth, "px"), oa.style.left = "0", oa.style.top = "0", oa.style.right = "auto", oa.style.bottom = "auto", oa.style.overflow = "hidden";
|
|
38181
38181
|
var Ea;
|
|
38182
38182
|
if (Array.isArray(r))
|
|
@@ -38340,7 +38340,7 @@ function useWinClick(e, t, r, n, a, s, u, g) {
|
|
|
38340
38340
|
var _excluded$y = ["prefixCls", "children", "action", "showAction", "hideAction", "popupVisible", "defaultPopupVisible", "onPopupVisibleChange", "afterPopupVisibleChange", "mouseEnterDelay", "mouseLeaveDelay", "focusDelay", "blurDelay", "mask", "maskClosable", "getPopupContainer", "forceRender", "autoDestroy", "destroyPopupOnHide", "popup", "popupClassName", "popupStyle", "popupPlacement", "builtinPlacements", "popupAlign", "zIndex", "stretch", "getPopupClassNameFromAlign", "fresh", "alignPoint", "onPopupClick", "onPopupAlign", "arrow", "popupMotion", "maskMotion", "popupTransitionName", "popupAnimation", "maskTransitionName", "maskAnimation", "className", "getTriggerDOMNode"];
|
|
38341
38341
|
function generateTrigger() {
|
|
38342
38342
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Portal, t = /* @__PURE__ */ reactExports.forwardRef(function(r, n) {
|
|
38343
|
-
var a = r.prefixCls, s = a === void 0 ? "rc-trigger-popup" : a, u = r.children, g = r.action, C = g === void 0 ? "hover" : g, w = r.showAction, D = r.hideAction, G = r.popupVisible, ne = r.defaultPopupVisible, oe = r.onPopupVisibleChange, se = r.afterPopupVisibleChange, ue = r.mouseEnterDelay, ae = r.mouseLeaveDelay, ct = ae === void 0 ? 0.1 : ae, ea = r.focusDelay, ut = r.blurDelay, ra = r.mask, ta = r.maskClosable, oa = ta === void 0 ? !0 : ta, ia = r.getPopupContainer,
|
|
38343
|
+
var a = r.prefixCls, s = a === void 0 ? "rc-trigger-popup" : a, u = r.children, g = r.action, C = g === void 0 ? "hover" : g, w = r.showAction, D = r.hideAction, G = r.popupVisible, ne = r.defaultPopupVisible, oe = r.onPopupVisibleChange, se = r.afterPopupVisibleChange, ue = r.mouseEnterDelay, ae = r.mouseLeaveDelay, ct = ae === void 0 ? 0.1 : ae, ea = r.focusDelay, ut = r.blurDelay, ra = r.mask, ta = r.maskClosable, oa = ta === void 0 ? !0 : ta, ia = r.getPopupContainer, sa = r.forceRender, ca = r.autoDestroy, va = r.destroyPopupOnHide, ga = r.popup, ya = r.popupClassName, ha = r.popupStyle, pa = r.popupPlacement, $a = r.builtinPlacements, xa = $a === void 0 ? {} : $a, fa = r.popupAlign, da = r.zIndex, ba = r.stretch, Ea = r.getPopupClassNameFromAlign, ma = r.fresh, wa = r.alignPoint, Oa = r.onPopupClick, Na = r.onPopupAlign, Aa = r.arrow, Ba = r.popupMotion, ja = r.maskMotion, za = r.popupTransitionName, Ja = r.popupAnimation, Ua = r.maskTransitionName, La = r.maskAnimation, Ma = r.className, Wa = r.getTriggerDOMNode, Pa = _objectWithoutProperties(r, _excluded$y), Ka = ca || va || !1, Ga = reactExports.useState(!1), Ti = _slicedToArray(Ga, 2), Za = Ti[0], Oi = Ti[1];
|
|
38344
38344
|
useLayoutEffect$1(function() {
|
|
38345
38345
|
Oi(isMobile());
|
|
38346
38346
|
}, []);
|
|
@@ -38505,7 +38505,7 @@ function generateTrigger() {
|
|
|
38505
38505
|
maskMotion: Sl,
|
|
38506
38506
|
onVisibleChanged: $c,
|
|
38507
38507
|
onPrepare: Bl,
|
|
38508
|
-
forceRender:
|
|
38508
|
+
forceRender: sa,
|
|
38509
38509
|
autoDestroy: Ka,
|
|
38510
38510
|
getPopupContainer: ia,
|
|
38511
38511
|
align: yl,
|
|
@@ -38568,11 +38568,11 @@ var _excluded$x = ["prefixCls", "disabled", "visible", "children", "popupElement
|
|
|
38568
38568
|
}, SelectTrigger = function(t, r) {
|
|
38569
38569
|
var n = t.prefixCls;
|
|
38570
38570
|
t.disabled;
|
|
38571
|
-
var a = t.visible, s = t.children, u = t.popupElement, g = t.animation, C = t.transitionName, w = t.dropdownStyle, D = t.dropdownClassName, G = t.direction, ne = G === void 0 ? "ltr" : G, oe = t.placement, se = t.builtinPlacements, ue = t.dropdownMatchSelectWidth, ae = t.dropdownRender, ct = t.dropdownAlign, ea = t.getPopupContainer, ut = t.empty, ra = t.getTriggerDOMNode, ta = t.onPopupVisibleChange, oa = t.onPopupMouseEnter, ia = _objectWithoutProperties(t, _excluded$x),
|
|
38572
|
-
ae && (
|
|
38571
|
+
var a = t.visible, s = t.children, u = t.popupElement, g = t.animation, C = t.transitionName, w = t.dropdownStyle, D = t.dropdownClassName, G = t.direction, ne = G === void 0 ? "ltr" : G, oe = t.placement, se = t.builtinPlacements, ue = t.dropdownMatchSelectWidth, ae = t.dropdownRender, ct = t.dropdownAlign, ea = t.getPopupContainer, ut = t.empty, ra = t.getTriggerDOMNode, ta = t.onPopupVisibleChange, oa = t.onPopupMouseEnter, ia = _objectWithoutProperties(t, _excluded$x), sa = "".concat(n, "-dropdown"), ca = u;
|
|
38572
|
+
ae && (ca = ae(u));
|
|
38573
38573
|
var va = reactExports.useMemo(function() {
|
|
38574
38574
|
return se || getBuiltInPlacements$1(ue);
|
|
38575
|
-
}, [se, ue]), ga = g ? "".concat(
|
|
38575
|
+
}, [se, ue]), ga = g ? "".concat(sa, "-").concat(g) : C, ya = typeof ue == "number", ha = reactExports.useMemo(function() {
|
|
38576
38576
|
return ya ? null : ue === !1 ? "minWidth" : "width";
|
|
38577
38577
|
}, [ue, ya]), pa = w;
|
|
38578
38578
|
ya && (pa = _objectSpread2$7(_objectSpread2$7({}, pa), {}, {
|
|
@@ -38591,17 +38591,17 @@ var _excluded$x = ["prefixCls", "disabled", "visible", "children", "popupElement
|
|
|
38591
38591
|
hideAction: ta ? ["click"] : [],
|
|
38592
38592
|
popupPlacement: oe || (ne === "rtl" ? "bottomRight" : "bottomLeft"),
|
|
38593
38593
|
builtinPlacements: va,
|
|
38594
|
-
prefixCls:
|
|
38594
|
+
prefixCls: sa,
|
|
38595
38595
|
popupTransitionName: ga,
|
|
38596
38596
|
popup: /* @__PURE__ */ reactExports.createElement("div", {
|
|
38597
38597
|
onMouseEnter: oa
|
|
38598
|
-
},
|
|
38598
|
+
}, ca),
|
|
38599
38599
|
ref: $a,
|
|
38600
38600
|
stretch: ha,
|
|
38601
38601
|
popupAlign: ct,
|
|
38602
38602
|
popupVisible: a,
|
|
38603
38603
|
getPopupContainer: ea,
|
|
38604
|
-
popupClassName: classNames(D, _defineProperty({}, "".concat(
|
|
38604
|
+
popupClassName: classNames(D, _defineProperty({}, "".concat(sa, "-empty"), ut)),
|
|
38605
38605
|
popupStyle: pa,
|
|
38606
38606
|
getTriggerDOMNode: ra,
|
|
38607
38607
|
onPopupVisibleChange: ta
|
|
@@ -38694,7 +38694,7 @@ function Polite(e) {
|
|
|
38694
38694
|
var _excluded$w = ["id", "prefixCls", "className", "showSearch", "tagRender", "direction", "omitDomProps", "displayValues", "onDisplayValuesChange", "emptyOptions", "notFoundContent", "onClear", "mode", "disabled", "loading", "getInputElement", "getRawInputElement", "open", "defaultOpen", "onDropdownVisibleChange", "activeValue", "onActiveValueChange", "activeDescendantId", "searchValue", "autoClearSearchValue", "onSearch", "onSearchSplit", "tokenSeparators", "allowClear", "suffixIcon", "clearIcon", "OptionList", "animation", "transitionName", "dropdownStyle", "dropdownClassName", "dropdownMatchSelectWidth", "dropdownRender", "dropdownAlign", "placement", "builtinPlacements", "getPopupContainer", "showAction", "onFocus", "onBlur", "onKeyUp", "onKeyDown", "onMouseDown"], DEFAULT_OMIT_PROPS = ["value", "onChange", "removeIcon", "placeholder", "autoFocus", "maxTagCount", "maxTagTextLength", "maxTagPlaceholder", "choiceTransitionName", "onInputKeyDown", "onPopupScroll", "tabIndex"], isMultiple = function(t) {
|
|
38695
38695
|
return t === "tags" || t === "multiple";
|
|
38696
38696
|
}, BaseSelect = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
38697
|
-
var r, n = e.id, a = e.prefixCls, s = e.className, u = e.showSearch, g = e.tagRender, C = e.direction, w = e.omitDomProps, D = e.displayValues, G = e.onDisplayValuesChange, ne = e.emptyOptions, oe = e.notFoundContent, se = oe === void 0 ? "Not Found" : oe, ue = e.onClear, ae = e.mode, ct = e.disabled, ea = e.loading, ut = e.getInputElement, ra = e.getRawInputElement, ta = e.open, oa = e.defaultOpen, ia = e.onDropdownVisibleChange,
|
|
38697
|
+
var r, n = e.id, a = e.prefixCls, s = e.className, u = e.showSearch, g = e.tagRender, C = e.direction, w = e.omitDomProps, D = e.displayValues, G = e.onDisplayValuesChange, ne = e.emptyOptions, oe = e.notFoundContent, se = oe === void 0 ? "Not Found" : oe, ue = e.onClear, ae = e.mode, ct = e.disabled, ea = e.loading, ut = e.getInputElement, ra = e.getRawInputElement, ta = e.open, oa = e.defaultOpen, ia = e.onDropdownVisibleChange, sa = e.activeValue, ca = e.onActiveValueChange, va = e.activeDescendantId, ga = e.searchValue, ya = e.autoClearSearchValue, ha = e.onSearch, pa = e.onSearchSplit, $a = e.tokenSeparators, xa = e.allowClear, fa = e.suffixIcon, da = e.clearIcon, ba = e.OptionList, Ea = e.animation, ma = e.transitionName, wa = e.dropdownStyle, Oa = e.dropdownClassName, Na = e.dropdownMatchSelectWidth, Aa = e.dropdownRender, Ba = e.dropdownAlign, ja = e.placement, za = e.builtinPlacements, Ja = e.getPopupContainer, Ua = e.showAction, La = Ua === void 0 ? [] : Ua, Ma = e.onFocus, Wa = e.onBlur, Pa = e.onKeyUp, Ka = e.onKeyDown, Ga = e.onMouseDown, Ti = _objectWithoutProperties(e, _excluded$w), Za = isMultiple(ae), Oi = (u !== void 0 ? u : Za) || ae === "combobox", mi = _objectSpread2$7({}, Ti);
|
|
38698
38698
|
DEFAULT_OMIT_PROPS.forEach(function(ql) {
|
|
38699
38699
|
delete mi[ql];
|
|
38700
38700
|
}), w == null || w.forEach(function(ql) {
|
|
@@ -38744,7 +38744,7 @@ var _excluded$w = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
|
|
|
38744
38744
|
}, [$a]), Ni = reactExports.useContext(SelectContext) || {}, Li = Ni.maxCount, Qi = Ni.rawValues, vl = function(Tl, Ds, Yl) {
|
|
38745
38745
|
if (!(Za && isValidCount(Li) && (Qi == null ? void 0 : Qi.size) >= Li)) {
|
|
38746
38746
|
var Il = !0, Xl = Tl;
|
|
38747
|
-
|
|
38747
|
+
ca == null || ca(null);
|
|
38748
38748
|
var ws = getSeparatedContent(Tl, $a, isValidCount(Li) ? Li - Qi.size : void 0), bs = Yl ? null : ws;
|
|
38749
38749
|
return ae !== "combobox" && bs && (Xl = "", pa == null || pa(bs), kl(!1), Il = !1), ha && Xi !== Xl && ha(Xl, {
|
|
38750
38750
|
source: Ds ? "typing" : "effect"
|
|
@@ -38916,7 +38916,7 @@ var _excluded$w = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
|
|
|
38916
38916
|
values: D,
|
|
38917
38917
|
open: Mi,
|
|
38918
38918
|
onToggleOpen: kl,
|
|
38919
|
-
activeValue:
|
|
38919
|
+
activeValue: sa,
|
|
38920
38920
|
searchValue: Xi,
|
|
38921
38921
|
onSearch: vl,
|
|
38922
38922
|
onSearchSubmit: Wl,
|
|
@@ -39078,8 +39078,8 @@ function useFrameWheel(e, t, r, n, a, s, u) {
|
|
|
39078
39078
|
}, 2);
|
|
39079
39079
|
var ut = ea.deltaX, ra = ea.deltaY, ta = ea.shiftKey, oa = ut, ia = ra;
|
|
39080
39080
|
(se.current === "sx" || !se.current && ta && ra && !ut) && (oa = ra, ia = 0, se.current = "sx");
|
|
39081
|
-
var
|
|
39082
|
-
se.current === null && (se.current = s &&
|
|
39081
|
+
var sa = Math.abs(oa), ca = Math.abs(ia);
|
|
39082
|
+
se.current === null && (se.current = s && sa > ca ? "x" : "y"), se.current === "y" ? ne(ea, ia) : oe(ea, oa);
|
|
39083
39083
|
}
|
|
39084
39084
|
}
|
|
39085
39085
|
function ct(ea) {
|
|
@@ -39198,13 +39198,13 @@ function useScrollTo(e, t, r, n, a, s, u, g) {
|
|
|
39198
39198
|
s();
|
|
39199
39199
|
var oe = G.targetAlign, se = G.originAlign, ue = G.index, ae = G.offset, ct = e.current.clientHeight, ea = !1, ut = oe, ra = null;
|
|
39200
39200
|
if (ct) {
|
|
39201
|
-
for (var ta = oe || se, oa = 0, ia = 0,
|
|
39201
|
+
for (var ta = oe || se, oa = 0, ia = 0, sa = 0, ca = Math.min(t.length - 1, ue), va = 0; va <= ca; va += 1) {
|
|
39202
39202
|
var ga = a(t[va]);
|
|
39203
39203
|
ia = oa;
|
|
39204
39204
|
var ya = r.get(ga);
|
|
39205
|
-
|
|
39205
|
+
sa = ia + (ya === void 0 ? n : ya), oa = sa;
|
|
39206
39206
|
}
|
|
39207
|
-
for (var ha = ta === "top" ? ae : ct - ae, pa =
|
|
39207
|
+
for (var ha = ta === "top" ? ae : ct - ae, pa = ca; pa >= 0; pa -= 1) {
|
|
39208
39208
|
var $a = a(t[pa]), xa = r.get($a);
|
|
39209
39209
|
if (xa === void 0) {
|
|
39210
39210
|
ea = !0;
|
|
@@ -39218,11 +39218,11 @@ function useScrollTo(e, t, r, n, a, s, u, g) {
|
|
|
39218
39218
|
ra = ia - ae;
|
|
39219
39219
|
break;
|
|
39220
39220
|
case "bottom":
|
|
39221
|
-
ra =
|
|
39221
|
+
ra = sa - ct + ae;
|
|
39222
39222
|
break;
|
|
39223
39223
|
default: {
|
|
39224
39224
|
var fa = e.current.scrollTop, da = fa + ct;
|
|
39225
|
-
ia < fa ? ut = "top" :
|
|
39225
|
+
ia < fa ? ut = "top" : sa > da && (ut = "bottom");
|
|
39226
39226
|
}
|
|
39227
39227
|
}
|
|
39228
39228
|
ra !== null && u(ra), ra !== G.lastTop && (ea = !0);
|
|
@@ -39260,7 +39260,7 @@ function getPageXY(e, t) {
|
|
|
39260
39260
|
return r[t ? "pageX" : "pageY"];
|
|
39261
39261
|
}
|
|
39262
39262
|
var ScrollBar = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
39263
|
-
var r = e.prefixCls, n = e.rtl, a = e.scrollOffset, s = e.scrollRange, u = e.onStartMove, g = e.onStopMove, C = e.onScroll, w = e.horizontal, D = e.spinSize, G = e.containerSize, ne = e.style, oe = e.thumbStyle, se = reactExports.useState(!1), ue = _slicedToArray(se, 2), ae = ue[0], ct = ue[1], ea = reactExports.useState(null), ut = _slicedToArray(ea, 2), ra = ut[0], ta = ut[1], oa = reactExports.useState(null), ia = _slicedToArray(oa, 2),
|
|
39263
|
+
var r = e.prefixCls, n = e.rtl, a = e.scrollOffset, s = e.scrollRange, u = e.onStartMove, g = e.onStopMove, C = e.onScroll, w = e.horizontal, D = e.spinSize, G = e.containerSize, ne = e.style, oe = e.thumbStyle, se = reactExports.useState(!1), ue = _slicedToArray(se, 2), ae = ue[0], ct = ue[1], ea = reactExports.useState(null), ut = _slicedToArray(ea, 2), ra = ut[0], ta = ut[1], oa = reactExports.useState(null), ia = _slicedToArray(oa, 2), sa = ia[0], ca = ia[1], va = !n, ga = reactExports.useRef(), ya = reactExports.useRef(), ha = reactExports.useState(!1), pa = _slicedToArray(ha, 2), $a = pa[0], xa = pa[1], fa = reactExports.useRef(), da = function() {
|
|
39264
39264
|
clearTimeout(fa.current), xa(!0), fa.current = setTimeout(function() {
|
|
39265
39265
|
xa(!1);
|
|
39266
39266
|
}, 3e3);
|
|
@@ -39275,16 +39275,16 @@ var ScrollBar = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
39275
39275
|
top: ma,
|
|
39276
39276
|
dragging: ae,
|
|
39277
39277
|
pageY: ra,
|
|
39278
|
-
startTop:
|
|
39278
|
+
startTop: sa
|
|
39279
39279
|
});
|
|
39280
39280
|
Oa.current = {
|
|
39281
39281
|
top: ma,
|
|
39282
39282
|
dragging: ae,
|
|
39283
39283
|
pageY: ra,
|
|
39284
|
-
startTop:
|
|
39284
|
+
startTop: sa
|
|
39285
39285
|
};
|
|
39286
39286
|
var Na = function(La) {
|
|
39287
|
-
ct(!0), ta(getPageXY(La, w)),
|
|
39287
|
+
ct(!0), ta(getPageXY(La, w)), ca(Oa.current.top), u(), La.stopPropagation(), La.preventDefault();
|
|
39288
39288
|
};
|
|
39289
39289
|
reactExports.useEffect(function() {
|
|
39290
39290
|
var Ua = function(Pa) {
|
|
@@ -39373,9 +39373,9 @@ var _excluded$v = ["prefixCls", "className", "height", "itemHeight", "fullHeight
|
|
|
39373
39373
|
overflowAnchor: "none"
|
|
39374
39374
|
};
|
|
39375
39375
|
function RawList(e, t) {
|
|
39376
|
-
var r = e.prefixCls, n = r === void 0 ? "rc-virtual-list" : r, a = e.className, s = e.height, u = e.itemHeight, g = e.fullHeight, C = g === void 0 ? !0 : g, w = e.style, D = e.data, G = e.children, ne = e.itemKey, oe = e.virtual, se = e.direction, ue = e.scrollWidth, ae = e.component, ct = ae === void 0 ? "div" : ae, ea = e.onScroll, ut = e.onVirtualScroll, ra = e.onVisibleChange, ta = e.innerProps, oa = e.extraRender, ia = e.styles,
|
|
39376
|
+
var r = e.prefixCls, n = r === void 0 ? "rc-virtual-list" : r, a = e.className, s = e.height, u = e.itemHeight, g = e.fullHeight, C = g === void 0 ? !0 : g, w = e.style, D = e.data, G = e.children, ne = e.itemKey, oe = e.virtual, se = e.direction, ue = e.scrollWidth, ae = e.component, ct = ae === void 0 ? "div" : ae, ea = e.onScroll, ut = e.onVirtualScroll, ra = e.onVisibleChange, ta = e.innerProps, oa = e.extraRender, ia = e.styles, sa = _objectWithoutProperties(e, _excluded$v), ca = reactExports.useCallback(function(Bi) {
|
|
39377
39377
|
return typeof ne == "function" ? ne(Bi) : Bi == null ? void 0 : Bi[ne];
|
|
39378
|
-
}, [ne]), va = useHeights(
|
|
39378
|
+
}, [ne]), va = useHeights(ca), ga = _slicedToArray(va, 4), ya = ga[0], ha = ga[1], pa = ga[2], $a = ga[3], xa = !!(oe !== !1 && s && u), fa = reactExports.useMemo(function() {
|
|
39379
39379
|
return Object.values(pa.maps).reduce(function(Bi, Wi) {
|
|
39380
39380
|
return Bi + Wi;
|
|
39381
39381
|
}, 0);
|
|
@@ -39384,7 +39384,7 @@ function RawList(e, t) {
|
|
|
39384
39384
|
}, Za = function() {
|
|
39385
39385
|
Ga(!1);
|
|
39386
39386
|
}, Oi = {
|
|
39387
|
-
getKey:
|
|
39387
|
+
getKey: ca
|
|
39388
39388
|
};
|
|
39389
39389
|
function mi(Bi) {
|
|
39390
39390
|
za(function(Wi) {
|
|
@@ -39397,7 +39397,7 @@ function RawList(e, t) {
|
|
|
39397
39397
|
var _i = reactExports.useRef({
|
|
39398
39398
|
start: 0,
|
|
39399
39399
|
end: ma.length
|
|
39400
|
-
}), Ei = reactExports.useRef(), fi = useDiffItem(ma,
|
|
39400
|
+
}), Ei = reactExports.useRef(), fi = useDiffItem(ma, ca), bi = _slicedToArray(fi, 1), Ri = bi[0];
|
|
39401
39401
|
Ei.current = Ri;
|
|
39402
39402
|
var Di = reactExports.useMemo(function() {
|
|
39403
39403
|
if (!xa)
|
|
@@ -39417,7 +39417,7 @@ function RawList(e, t) {
|
|
|
39417
39417
|
};
|
|
39418
39418
|
}
|
|
39419
39419
|
for (var Wi = 0, el, Ll, ss, Zl = ma.length, vs = 0; vs < Zl; vs += 1) {
|
|
39420
|
-
var Ms = ma[vs], Nl =
|
|
39420
|
+
var Ms = ma[vs], Nl = ca(Ms), Rs = pa.get(Nl), zs = Wi + (Rs === void 0 ? u : Rs);
|
|
39421
39421
|
zs >= ja && el === void 0 && (el = vs, Ll = Wi), zs > ja + s && ss === void 0 && (ss = vs), Wi = zs;
|
|
39422
39422
|
}
|
|
39423
39423
|
return el === void 0 && (el = 0, Ll = 0, ss = Math.ceil(s / u)), ss === void 0 && (ss = ma.length - 1), ss = Math.min(ss + 1, ma.length - 1), {
|
|
@@ -39515,7 +39515,7 @@ function RawList(e, t) {
|
|
|
39515
39515
|
var Ha = function() {
|
|
39516
39516
|
var Wi, el;
|
|
39517
39517
|
(Wi = Xi.current) === null || Wi === void 0 || Wi.delayHidden(), (el = nl.current) === null || el === void 0 || el.delayHidden();
|
|
39518
|
-
}, Qa = useScrollTo(wa, ma, pa, u,
|
|
39518
|
+
}, Qa = useScrollTo(wa, ma, pa, u, ca, function() {
|
|
39519
39519
|
return ha(!0);
|
|
39520
39520
|
}, mi, Ha);
|
|
39521
39521
|
reactExports.useImperativeHandle(t, function() {
|
|
@@ -39535,7 +39535,7 @@ function RawList(e, t) {
|
|
|
39535
39535
|
ra(Bi, ma);
|
|
39536
39536
|
}
|
|
39537
39537
|
}, [Yi, tl, ma]);
|
|
39538
|
-
var Si = useGetSize(ma,
|
|
39538
|
+
var Si = useGetSize(ma, ca, pa, u), ji = oa == null ? void 0 : oa({
|
|
39539
39539
|
start: Yi,
|
|
39540
39540
|
end: tl,
|
|
39541
39541
|
virtual: da,
|
|
@@ -39552,7 +39552,7 @@ function RawList(e, t) {
|
|
|
39552
39552
|
position: "relative"
|
|
39553
39553
|
}),
|
|
39554
39554
|
className: Ea
|
|
39555
|
-
}, gl,
|
|
39555
|
+
}, gl, sa), /* @__PURE__ */ reactExports.createElement(RefResizeObserver, {
|
|
39556
39556
|
onResize: zi
|
|
39557
39557
|
}, /* @__PURE__ */ reactExports.createElement(ct, {
|
|
39558
39558
|
className: "".concat(n, "-holder"),
|
|
@@ -39610,7 +39610,7 @@ function isTitleType(e) {
|
|
|
39610
39610
|
return typeof e == "string" || typeof e == "number";
|
|
39611
39611
|
}
|
|
39612
39612
|
var OptionList = function(t, r) {
|
|
39613
|
-
var n = useBaseProps(), a = n.prefixCls, s = n.id, u = n.open, g = n.multiple, C = n.mode, w = n.searchValue, D = n.toggleOpen, G = n.notFoundContent, ne = n.onPopupScroll, oe = reactExports.useContext(SelectContext), se = oe.maxCount, ue = oe.flattenOptions, ae = oe.onActiveValue, ct = oe.defaultActiveFirstOption, ea = oe.onSelect, ut = oe.menuItemSelectedIcon, ra = oe.rawValues, ta = oe.fieldNames, oa = oe.virtual, ia = oe.direction,
|
|
39613
|
+
var n = useBaseProps(), a = n.prefixCls, s = n.id, u = n.open, g = n.multiple, C = n.mode, w = n.searchValue, D = n.toggleOpen, G = n.notFoundContent, ne = n.onPopupScroll, oe = reactExports.useContext(SelectContext), se = oe.maxCount, ue = oe.flattenOptions, ae = oe.onActiveValue, ct = oe.defaultActiveFirstOption, ea = oe.onSelect, ut = oe.menuItemSelectedIcon, ra = oe.rawValues, ta = oe.fieldNames, oa = oe.virtual, ia = oe.direction, sa = oe.listHeight, ca = oe.listItemHeight, va = oe.optionRender, ga = "".concat(a, "-item"), ya = useMemo(function() {
|
|
39614
39614
|
return ue;
|
|
39615
39615
|
}, [u, ue], function(Ua, La) {
|
|
39616
39616
|
return La[0] && Ua[1] !== La[1];
|
|
@@ -39749,8 +39749,8 @@ var OptionList = function(t, r) {
|
|
|
39749
39749
|
itemKey: "key",
|
|
39750
39750
|
ref: ha,
|
|
39751
39751
|
data: ya,
|
|
39752
|
-
height:
|
|
39753
|
-
itemHeight:
|
|
39752
|
+
height: sa,
|
|
39753
|
+
itemHeight: ca,
|
|
39754
39754
|
fullHeight: !1,
|
|
39755
39755
|
onMouseDown: $a,
|
|
39756
39756
|
onScroll: ne,
|
|
@@ -39935,16 +39935,16 @@ function warningProps(e) {
|
|
|
39935
39935
|
toArray$4(n).some(function(oa) {
|
|
39936
39936
|
if (!/* @__PURE__ */ reactExports.isValidElement(oa) || !oa.type)
|
|
39937
39937
|
return !1;
|
|
39938
|
-
var ia = oa,
|
|
39939
|
-
if (
|
|
39938
|
+
var ia = oa, sa = ia.type;
|
|
39939
|
+
if (sa.isSelectOption)
|
|
39940
39940
|
return !1;
|
|
39941
|
-
if (
|
|
39942
|
-
var
|
|
39941
|
+
if (sa.isSelectOptGroup) {
|
|
39942
|
+
var ca = toArray$4(oa.props.children).every(function(va) {
|
|
39943
39943
|
return !/* @__PURE__ */ reactExports.isValidElement(va) || !oa.type || va.type.isSelectOption ? !0 : (ta = va.type, !1);
|
|
39944
39944
|
});
|
|
39945
|
-
return !
|
|
39945
|
+
return !ca;
|
|
39946
39946
|
}
|
|
39947
|
-
return ta =
|
|
39947
|
+
return ta = sa, !0;
|
|
39948
39948
|
}), ta && warningOnce(!1, "`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(ta.displayName || ta.name || ta, "`.")), warningOnce(se === void 0, "`inputValue` is deprecated, please use `searchValue` instead.");
|
|
39949
39949
|
}
|
|
39950
39950
|
}
|
|
@@ -39967,7 +39967,7 @@ function isRawValue(e) {
|
|
|
39967
39967
|
return !e || _typeof$1(e) !== "object";
|
|
39968
39968
|
}
|
|
39969
39969
|
var Select$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
39970
|
-
var r = e.id, n = e.mode, a = e.prefixCls, s = a === void 0 ? "rc-select" : a, u = e.backfill, g = e.fieldNames, C = e.inputValue, w = e.searchValue, D = e.onSearch, G = e.autoClearSearchValue, ne = G === void 0 ? !0 : G, oe = e.onSelect, se = e.onDeselect, ue = e.dropdownMatchSelectWidth, ae = ue === void 0 ? !0 : ue, ct = e.filterOption, ea = e.filterSort, ut = e.optionFilterProp, ra = e.optionLabelProp, ta = e.options, oa = e.optionRender, ia = e.children,
|
|
39970
|
+
var r = e.id, n = e.mode, a = e.prefixCls, s = a === void 0 ? "rc-select" : a, u = e.backfill, g = e.fieldNames, C = e.inputValue, w = e.searchValue, D = e.onSearch, G = e.autoClearSearchValue, ne = G === void 0 ? !0 : G, oe = e.onSelect, se = e.onDeselect, ue = e.dropdownMatchSelectWidth, ae = ue === void 0 ? !0 : ue, ct = e.filterOption, ea = e.filterSort, ut = e.optionFilterProp, ra = e.optionLabelProp, ta = e.options, oa = e.optionRender, ia = e.children, sa = e.defaultActiveFirstOption, ca = e.menuItemSelectedIcon, va = e.virtual, ga = e.direction, ya = e.listHeight, ha = ya === void 0 ? 200 : ya, pa = e.listItemHeight, $a = pa === void 0 ? 20 : pa, xa = e.labelRender, fa = e.value, da = e.defaultValue, ba = e.labelInValue, Ea = e.onChange, ma = e.maxCount, wa = _objectWithoutProperties(e, _excluded$s), Oa = useId(r), Na = isMultiple(n), Aa = !!(!ta && ia), Ba = reactExports.useMemo(function() {
|
|
39971
39971
|
return ct === void 0 && n === "combobox" ? !1 : ct;
|
|
39972
39972
|
}, [ct, n]), ja = reactExports.useMemo(
|
|
39973
39973
|
function() {
|
|
@@ -40097,7 +40097,7 @@ var Select$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
40097
40097
|
Na ? vl : vl[0]
|
|
40098
40098
|
);
|
|
40099
40099
|
}
|
|
40100
|
-
}, Xi = reactExports.useState(null), nl = _slicedToArray(Xi, 2), pl = nl[0], dl = nl[1], es = reactExports.useState(0), Sl = _slicedToArray(es, 2), Fl = Sl[0], ul = Sl[1], Ol =
|
|
40100
|
+
}, Xi = reactExports.useState(null), nl = _slicedToArray(Xi, 2), pl = nl[0], dl = nl[1], es = reactExports.useState(0), Sl = _slicedToArray(es, 2), Fl = Sl[0], ul = Sl[1], Ol = sa !== void 0 ? sa : n !== "combobox", rs = reactExports.useCallback(function(Vi, Ni) {
|
|
40101
40101
|
var Li = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, Qi = Li.source, vl = Qi === void 0 ? "keyboard" : Qi;
|
|
40102
40102
|
ul(Ni), u && n === "combobox" && Vi !== null && vl === "keyboard" && dl(String(Vi));
|
|
40103
40103
|
}, [u, n]), El = function(Ni, Li, Qi) {
|
|
@@ -40156,7 +40156,7 @@ var Select$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
40156
40156
|
onActiveValue: rs,
|
|
40157
40157
|
defaultActiveFirstOption: Ol,
|
|
40158
40158
|
onSelect: ll,
|
|
40159
|
-
menuItemSelectedIcon:
|
|
40159
|
+
menuItemSelectedIcon: ca,
|
|
40160
40160
|
rawValues: Hi,
|
|
40161
40161
|
fieldNames: ja,
|
|
40162
40162
|
virtual: Vi,
|
|
@@ -40167,7 +40167,7 @@ var Select$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
40167
40167
|
maxCount: ma,
|
|
40168
40168
|
optionRender: oa
|
|
40169
40169
|
});
|
|
40170
|
-
}, [ma, Ma, Ci, rs, Ol, ll,
|
|
40170
|
+
}, [ma, Ma, Ci, rs, Ol, ll, ca, Hi, ja, va, ae, ga, ha, $a, Aa, oa]);
|
|
40171
40171
|
return process.env.NODE_ENV !== "production" && (warningProps(e), warningNullOptions(Ka, ja)), /* @__PURE__ */ reactExports.createElement(SelectContext.Provider, {
|
|
40172
40172
|
value: kl
|
|
40173
40173
|
}, /* @__PURE__ */ reactExports.createElement(BaseSelect, _extends({}, wa, {
|
|
@@ -41020,7 +41020,7 @@ const prepareComponentToken$a = (e) => {
|
|
|
41020
41020
|
colorPrimaryHover: ea,
|
|
41021
41021
|
colorPrimary: ut,
|
|
41022
41022
|
controlOutline: ra
|
|
41023
|
-
} = e, ta = g * 2, oa = n * 2, ia = Math.min(a - ta, a - oa),
|
|
41023
|
+
} = e, ta = g * 2, oa = n * 2, ia = Math.min(a - ta, a - oa), sa = Math.min(s - ta, s - oa), ca = Math.min(u - ta, u - oa);
|
|
41024
41024
|
return {
|
|
41025
41025
|
INTERNAL_FIXED_ITEM_MARGIN: Math.floor(g / 2),
|
|
41026
41026
|
zIndexPopup: w + 50,
|
|
@@ -41038,8 +41038,8 @@ const prepareComponentToken$a = (e) => {
|
|
|
41038
41038
|
multipleItemBg: ue,
|
|
41039
41039
|
multipleItemBorderColor: "transparent",
|
|
41040
41040
|
multipleItemHeight: ia,
|
|
41041
|
-
multipleItemHeightSM:
|
|
41042
|
-
multipleItemHeightLG:
|
|
41041
|
+
multipleItemHeightSM: sa,
|
|
41042
|
+
multipleItemHeightLG: ca,
|
|
41043
41043
|
multipleSelectorBgDisabled: ae,
|
|
41044
41044
|
multipleItemColorDisabled: ct,
|
|
41045
41045
|
multipleItemBorderColorDisabled: "transparent",
|
|
@@ -41496,8 +41496,8 @@ const SECRET_COMBOBOX_MODE_DO_NOT_USE = "SECRET_COMBOBOX_MODE_DO_NOT_USE", Inter
|
|
|
41496
41496
|
style: ta,
|
|
41497
41497
|
allowClear: oa,
|
|
41498
41498
|
variant: ia,
|
|
41499
|
-
dropdownStyle:
|
|
41500
|
-
transitionName:
|
|
41499
|
+
dropdownStyle: sa,
|
|
41500
|
+
transitionName: ca,
|
|
41501
41501
|
tagRender: va,
|
|
41502
41502
|
maxCount: ga
|
|
41503
41503
|
} = e, ya = __rest$p(e, ["prefixCls", "bordered", "className", "rootClassName", "getPopupContainer", "popupClassName", "dropdownClassName", "listHeight", "placement", "listItemHeight", "size", "disabled", "notFoundContent", "status", "builtinPlacements", "dropdownMatchSelectWidth", "popupMatchSelectWidth", "direction", "style", "allowClear", "variant", "dropdownStyle", "transitionName", "tagRender", "maxCount"]), {
|
|
@@ -41558,7 +41558,7 @@ const SECRET_COMBOBOX_MODE_DO_NOT_USE = "SECRET_COMBOBOX_MODE_DO_NOT_USE", Inter
|
|
|
41558
41558
|
const nl = devUseWarning("Select");
|
|
41559
41559
|
nl.deprecated(!w, "dropdownClassName", "popupClassName"), nl.deprecated(ea === void 0, "dropdownMatchSelectWidth", "popupMatchSelectWidth"), process.env.NODE_ENV !== "production" && nl(!("showArrow" in e), "deprecated", "`showArrow` is deprecated which will be removed in next major version. It will be a default behavior, you can hide it by setting `suffixIcon` to null."), nl.deprecated(!("bordered" in e), "bordered", "variant"), process.env.NODE_ENV !== "production" && nl(!(typeof ga < "u" && !Ka), "usage", "`maxCount` only works with mode `multiple` or `tags`");
|
|
41560
41560
|
}
|
|
41561
|
-
const [Xi] = useZIndex("SelectLike",
|
|
41561
|
+
const [Xi] = useZIndex("SelectLike", sa == null ? void 0 : sa.zIndex);
|
|
41562
41562
|
return La(/* @__PURE__ */ reactExports.createElement(TypedSelect, Object.assign({
|
|
41563
41563
|
ref: t,
|
|
41564
41564
|
virtual: fa,
|
|
@@ -41566,7 +41566,7 @@ const SECRET_COMBOBOX_MODE_DO_NOT_USE = "SECRET_COMBOBOX_MODE_DO_NOT_USE", Inter
|
|
|
41566
41566
|
}, tl, {
|
|
41567
41567
|
style: Object.assign(Object.assign({}, Ea == null ? void 0 : Ea.style), ta),
|
|
41568
41568
|
dropdownMatchSelectWidth: Ti,
|
|
41569
|
-
transitionName: getTransitionName(Na, "slide-up",
|
|
41569
|
+
transitionName: getTransitionName(Na, "slide-up", ca),
|
|
41570
41570
|
builtinPlacements: mergedBuiltinPlacements(ct, ba),
|
|
41571
41571
|
listHeight: D,
|
|
41572
41572
|
listItemHeight: wa,
|
|
@@ -41583,7 +41583,7 @@ const SECRET_COMBOBOX_MODE_DO_NOT_USE = "SECRET_COMBOBOX_MODE_DO_NOT_USE", Inter
|
|
|
41583
41583
|
getPopupContainer: g || ha,
|
|
41584
41584
|
dropdownClassName: Ai,
|
|
41585
41585
|
disabled: xi,
|
|
41586
|
-
dropdownStyle: Object.assign(Object.assign({},
|
|
41586
|
+
dropdownStyle: Object.assign(Object.assign({}, sa), {
|
|
41587
41587
|
zIndex: Xi
|
|
41588
41588
|
}),
|
|
41589
41589
|
maxCount: Ka ? ga : void 0,
|
|
@@ -41768,7 +41768,7 @@ var autoAdjustOverflowTopBottom = {
|
|
|
41768
41768
|
targetOffset: targetOffset$1
|
|
41769
41769
|
}
|
|
41770
41770
|
}, _excluded$r = ["overlayClassName", "trigger", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle", "prefixCls", "children", "onVisibleChange", "afterVisibleChange", "transitionName", "animation", "motion", "placement", "align", "destroyTooltipOnHide", "defaultVisible", "getTooltipContainer", "overlayInnerStyle", "arrowContent", "overlay", "id", "showArrow"], Tooltip$1 = function(t, r) {
|
|
41771
|
-
var n = t.overlayClassName, a = t.trigger, s = a === void 0 ? ["hover"] : a, u = t.mouseEnterDelay, g = u === void 0 ? 0 : u, C = t.mouseLeaveDelay, w = C === void 0 ? 0.1 : C, D = t.overlayStyle, G = t.prefixCls, ne = G === void 0 ? "rc-tooltip" : G, oe = t.children, se = t.onVisibleChange, ue = t.afterVisibleChange, ae = t.transitionName, ct = t.animation, ea = t.motion, ut = t.placement, ra = ut === void 0 ? "right" : ut, ta = t.align, oa = ta === void 0 ? {} : ta, ia = t.destroyTooltipOnHide,
|
|
41771
|
+
var n = t.overlayClassName, a = t.trigger, s = a === void 0 ? ["hover"] : a, u = t.mouseEnterDelay, g = u === void 0 ? 0 : u, C = t.mouseLeaveDelay, w = C === void 0 ? 0.1 : C, D = t.overlayStyle, G = t.prefixCls, ne = G === void 0 ? "rc-tooltip" : G, oe = t.children, se = t.onVisibleChange, ue = t.afterVisibleChange, ae = t.transitionName, ct = t.animation, ea = t.motion, ut = t.placement, ra = ut === void 0 ? "right" : ut, ta = t.align, oa = ta === void 0 ? {} : ta, ia = t.destroyTooltipOnHide, sa = ia === void 0 ? !1 : ia, ca = t.defaultVisible, va = t.getTooltipContainer, ga = t.overlayInnerStyle;
|
|
41772
41772
|
t.arrowContent;
|
|
41773
41773
|
var ya = t.overlay, ha = t.id, pa = t.showArrow, $a = pa === void 0 ? !0 : pa, xa = _objectWithoutProperties(t, _excluded$r), fa = reactExports.useRef(null);
|
|
41774
41774
|
reactExports.useImperativeHandle(r, function() {
|
|
@@ -41799,8 +41799,8 @@ var autoAdjustOverflowTopBottom = {
|
|
|
41799
41799
|
popupTransitionName: ae,
|
|
41800
41800
|
popupAnimation: ct,
|
|
41801
41801
|
popupMotion: ea,
|
|
41802
|
-
defaultPopupVisible:
|
|
41803
|
-
autoDestroy:
|
|
41802
|
+
defaultPopupVisible: ca,
|
|
41803
|
+
autoDestroy: sa,
|
|
41804
41804
|
mouseLeaveDelay: w,
|
|
41805
41805
|
popupStyle: D,
|
|
41806
41806
|
mouseEnterDelay: g,
|
|
@@ -42333,8 +42333,8 @@ const InternalTooltip = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
42333
42333
|
} = e, ra = !!se, [, ta] = useToken(), {
|
|
42334
42334
|
getPopupContainer: oa,
|
|
42335
42335
|
getPrefixCls: ia,
|
|
42336
|
-
direction:
|
|
42337
|
-
} = reactExports.useContext(ConfigContext),
|
|
42336
|
+
direction: sa
|
|
42337
|
+
} = reactExports.useContext(ConfigContext), ca = devUseWarning("Tooltip"), va = reactExports.useRef(null), ga = () => {
|
|
42338
42338
|
var fi;
|
|
42339
42339
|
(fi = va.current) === null || fi === void 0 || fi.forceAlign();
|
|
42340
42340
|
};
|
|
@@ -42343,14 +42343,14 @@ const InternalTooltip = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
42343
42343
|
return {
|
|
42344
42344
|
forceAlign: ga,
|
|
42345
42345
|
forcePopupAlign: () => {
|
|
42346
|
-
|
|
42346
|
+
ca.deprecated(!1, "forcePopupAlign", "forceAlign"), ga();
|
|
42347
42347
|
},
|
|
42348
42348
|
nativeElement: (fi = va.current) === null || fi === void 0 ? void 0 : fi.nativeElement
|
|
42349
42349
|
};
|
|
42350
42350
|
}), process.env.NODE_ENV !== "production" && ([["visible", "open"], ["defaultVisible", "defaultOpen"], ["onVisibleChange", "onOpenChange"], ["afterVisibleChange", "afterOpenChange"], ["arrowPointAtCenter", "arrow={{ pointAtCenter: true }}"]].forEach((fi) => {
|
|
42351
42351
|
let [bi, Ri] = fi;
|
|
42352
|
-
|
|
42353
|
-
}), process.env.NODE_ENV !== "production" &&
|
|
42352
|
+
ca.deprecated(!(bi in e), bi, Ri);
|
|
42353
|
+
}), process.env.NODE_ENV !== "production" && ca(!oe || typeof oe == "boolean", "usage", "`destroyTooltipOnHide` no need config `keepParent` anymore. Please use `boolean` value directly."), process.env.NODE_ENV !== "production" && ca(!se || typeof se == "boolean" || !("arrowPointAtCenter" in se), "deprecated", "`arrowPointAtCenter` in `arrow` is deprecated. Please use `pointAtCenter` instead."));
|
|
42354
42354
|
const [ya, ha] = useMergedState(!1, {
|
|
42355
42355
|
value: (r = e.open) !== null && r !== void 0 ? r : e.visible,
|
|
42356
42356
|
defaultValue: (n = e.defaultOpen) !== null && n !== void 0 ? n : e.defaultVisible
|
|
@@ -42381,7 +42381,7 @@ const InternalTooltip = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
42381
42381
|
let Ja = ya;
|
|
42382
42382
|
!("open" in e) && !("visible" in e) && pa && (Ja = !1);
|
|
42383
42383
|
const Ua = /* @__PURE__ */ reactExports.isValidElement(D) && !isFragment(D) ? D : /* @__PURE__ */ reactExports.createElement("span", null, D), La = Ua.props, Ma = !La.className || typeof La.className == "string" ? classNames(La.className, s || `${Ba}-open`) : La.className, [Wa, Pa, Ka] = useStyle$c(Ba, !za), Ga = parseColor(Ba, C), Ti = Ga.arrowStyle, Za = Object.assign(Object.assign({}, w), Ga.overlayStyle), Oi = classNames(g, {
|
|
42384
|
-
[`${Ba}-rtl`]:
|
|
42384
|
+
[`${Ba}-rtl`]: sa === "rtl"
|
|
42385
42385
|
}, Ga.className, Na, Pa, Ka), [mi, _i] = useZIndex("Tooltip", Aa.zIndex), Ei = /* @__PURE__ */ reactExports.createElement(Tooltip$2, Object.assign({}, Aa, {
|
|
42386
42386
|
zIndex: mi,
|
|
42387
42387
|
showArrow: ra,
|
|
@@ -42498,12 +42498,12 @@ var Overlay = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
42498
42498
|
}
|
|
42499
42499
|
}, _excluded$q = ["arrow", "prefixCls", "transitionName", "animation", "align", "placement", "placements", "getPopupContainer", "showAction", "hideAction", "overlayClassName", "overlayStyle", "visible", "trigger", "autoFocus", "overlay", "children", "onVisibleChange"];
|
|
42500
42500
|
function Dropdown$2(e, t) {
|
|
42501
|
-
var r, n = e.arrow, a = n === void 0 ? !1 : n, s = e.prefixCls, u = s === void 0 ? "rc-dropdown" : s, g = e.transitionName, C = e.animation, w = e.align, D = e.placement, G = D === void 0 ? "bottomLeft" : D, ne = e.placements, oe = ne === void 0 ? placements$1 : ne, se = e.getPopupContainer, ue = e.showAction, ae = e.hideAction, ct = e.overlayClassName, ea = e.overlayStyle, ut = e.visible, ra = e.trigger, ta = ra === void 0 ? ["hover"] : ra, oa = e.autoFocus, ia = e.overlay,
|
|
42501
|
+
var r, n = e.arrow, a = n === void 0 ? !1 : n, s = e.prefixCls, u = s === void 0 ? "rc-dropdown" : s, g = e.transitionName, C = e.animation, w = e.align, D = e.placement, G = D === void 0 ? "bottomLeft" : D, ne = e.placements, oe = ne === void 0 ? placements$1 : ne, se = e.getPopupContainer, ue = e.showAction, ae = e.hideAction, ct = e.overlayClassName, ea = e.overlayStyle, ut = e.visible, ra = e.trigger, ta = ra === void 0 ? ["hover"] : ra, oa = e.autoFocus, ia = e.overlay, sa = e.children, ca = e.onVisibleChange, va = _objectWithoutProperties(e, _excluded$q), ga = React$1.useState(), ya = _slicedToArray(ga, 2), ha = ya[0], pa = ya[1], $a = "visible" in e ? ut : ha, xa = React$1.useRef(null), fa = React$1.useRef(null), da = React$1.useRef(null);
|
|
42502
42502
|
React$1.useImperativeHandle(t, function() {
|
|
42503
42503
|
return xa.current;
|
|
42504
42504
|
});
|
|
42505
42505
|
var ba = function(za) {
|
|
42506
|
-
pa(za),
|
|
42506
|
+
pa(za), ca == null || ca(za);
|
|
42507
42507
|
};
|
|
42508
42508
|
useAccessibility$1({
|
|
42509
42509
|
visible: $a,
|
|
@@ -42530,9 +42530,9 @@ function Dropdown$2(e, t) {
|
|
|
42530
42530
|
}, Na = function() {
|
|
42531
42531
|
var za = e.openClassName;
|
|
42532
42532
|
return za !== void 0 ? za : "".concat(u, "-open");
|
|
42533
|
-
}, Aa = /* @__PURE__ */ React$1.cloneElement(
|
|
42534
|
-
className: classNames((r =
|
|
42535
|
-
ref: supportRef(
|
|
42533
|
+
}, Aa = /* @__PURE__ */ React$1.cloneElement(sa, {
|
|
42534
|
+
className: classNames((r = sa.props) === null || r === void 0 ? void 0 : r.className, $a && Na()),
|
|
42535
|
+
ref: supportRef(sa) ? composeRef(da, sa.ref) : void 0
|
|
42536
42536
|
}), Ba = ae;
|
|
42537
42537
|
return !Ba && ta.indexOf("contextMenu") !== -1 && (Ba = ["click"]), /* @__PURE__ */ React$1.createElement(Trigger, _extends({
|
|
42538
42538
|
builtinPlacements: oe
|
|
@@ -42709,11 +42709,11 @@ function useAccessibility(e, t, r, n, a, s, u, g, C, w) {
|
|
|
42709
42709
|
}, []), function(oe) {
|
|
42710
42710
|
var se = oe.which;
|
|
42711
42711
|
if ([].concat(ArrowKeys, [ENTER, ESC, HOME, END]).includes(se)) {
|
|
42712
|
-
var ue = s(), ae = refreshElements(ue, n), ct = ae, ea = ct.elements, ut = ct.key2element, ra = ct.element2key, ta = ut.get(t), oa = getFocusElement(ta, ea), ia = ra.get(oa),
|
|
42713
|
-
if (!
|
|
42712
|
+
var ue = s(), ae = refreshElements(ue, n), ct = ae, ea = ct.elements, ut = ct.key2element, ra = ct.element2key, ta = ut.get(t), oa = getFocusElement(ta, ea), ia = ra.get(oa), sa = getOffset$1(e, u(ia, !0).length === 1, r, se);
|
|
42713
|
+
if (!sa && se !== HOME && se !== END)
|
|
42714
42714
|
return;
|
|
42715
42715
|
(ArrowKeys.includes(se) || [HOME, END].includes(se)) && oe.preventDefault();
|
|
42716
|
-
var
|
|
42716
|
+
var ca = function(fa) {
|
|
42717
42717
|
if (fa) {
|
|
42718
42718
|
var da = fa, ba = fa.querySelector("a");
|
|
42719
42719
|
ba != null && ba.getAttribute("href") && (da = ba);
|
|
@@ -42723,22 +42723,22 @@ function useAccessibility(e, t, r, n, a, s, u, g, C, w) {
|
|
|
42723
42723
|
});
|
|
42724
42724
|
}
|
|
42725
42725
|
};
|
|
42726
|
-
if ([HOME, END].includes(se) ||
|
|
42726
|
+
if ([HOME, END].includes(se) || sa.sibling || !oa) {
|
|
42727
42727
|
var va;
|
|
42728
42728
|
!oa || e === "inline" ? va = a.current : va = findContainerUL(oa);
|
|
42729
42729
|
var ga, ya = getFocusableElements(va, ea);
|
|
42730
|
-
se === HOME ? ga = ya[0] : se === END ? ga = ya[ya.length - 1] : ga = getNextFocusElement(va, ea, oa,
|
|
42731
|
-
} else if (
|
|
42730
|
+
se === HOME ? ga = ya[0] : se === END ? ga = ya[ya.length - 1] : ga = getNextFocusElement(va, ea, oa, sa.offset), ca(ga);
|
|
42731
|
+
} else if (sa.inlineTrigger)
|
|
42732
42732
|
C(ia);
|
|
42733
|
-
else if (
|
|
42733
|
+
else if (sa.offset > 0)
|
|
42734
42734
|
C(ia, !0), ne(), D.current = wrapperRaf(function() {
|
|
42735
42735
|
ae = refreshElements(ue, n);
|
|
42736
42736
|
var xa = oa.getAttribute("aria-controls"), fa = document.getElementById(xa), da = getNextFocusElement(fa, ae.elements);
|
|
42737
|
-
|
|
42737
|
+
ca(da);
|
|
42738
42738
|
}, 5);
|
|
42739
|
-
else if (
|
|
42739
|
+
else if (sa.offset < 0) {
|
|
42740
42740
|
var ha = u(ia, !0), pa = ha[ha.length - 2], $a = ut.get(pa);
|
|
42741
|
-
C(pa, !1),
|
|
42741
|
+
C(pa, !1), ca($a);
|
|
42742
42742
|
}
|
|
42743
42743
|
}
|
|
42744
42744
|
w == null || w(oe);
|
|
@@ -42882,7 +42882,7 @@ var _excluded$n = ["title", "attribute", "elementRef"], _excluded2$3 = ["style",
|
|
|
42882
42882
|
}
|
|
42883
42883
|
}]), r;
|
|
42884
42884
|
}(reactExports.Component), InternalMenuItem = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
42885
|
-
var r = e.style, n = e.className, a = e.eventKey, s = e.warnKey, u = e.disabled, g = e.itemIcon, C = e.children, w = e.role, D = e.onMouseEnter, G = e.onMouseLeave, ne = e.onClick, oe = e.onKeyDown, se = e.onFocus, ue = _objectWithoutProperties(e, _excluded2$3), ae = useMenuId(a), ct = reactExports.useContext(MenuContext$1), ea = ct.prefixCls, ut = ct.onItemClick, ra = ct.disabled, ta = ct.overflowDisabled, oa = ct.itemIcon, ia = ct.selectedKeys,
|
|
42885
|
+
var r = e.style, n = e.className, a = e.eventKey, s = e.warnKey, u = e.disabled, g = e.itemIcon, C = e.children, w = e.role, D = e.onMouseEnter, G = e.onMouseLeave, ne = e.onClick, oe = e.onKeyDown, se = e.onFocus, ue = _objectWithoutProperties(e, _excluded2$3), ae = useMenuId(a), ct = reactExports.useContext(MenuContext$1), ea = ct.prefixCls, ut = ct.onItemClick, ra = ct.disabled, ta = ct.overflowDisabled, oa = ct.itemIcon, ia = ct.selectedKeys, sa = ct.onActive, ca = reactExports.useContext(PrivateContext), va = ca._internalRenderMenuItem, ga = "".concat(ea, "-item"), ya = reactExports.useRef(), ha = reactExports.useRef(), pa = ra || u, $a = useComposeRef(t, ha), xa = useFullPath(a);
|
|
42886
42886
|
process.env.NODE_ENV !== "production" && s && warningOnce(!1, "MenuItem should not leave undefined `key`.");
|
|
42887
42887
|
var fa = function(Ua) {
|
|
42888
42888
|
return {
|
|
@@ -42903,7 +42903,7 @@ var _excluded$n = ["title", "attribute", "elementRef"], _excluded2$3 = ["style",
|
|
|
42903
42903
|
ne == null || ne(warnItemProp(La)), ut(La);
|
|
42904
42904
|
}
|
|
42905
42905
|
}, Ba = function(Ua) {
|
|
42906
|
-
|
|
42906
|
+
sa(a), se == null || se(Ua);
|
|
42907
42907
|
}, ja = {};
|
|
42908
42908
|
e.role === "option" && (ja["aria-selected"] = wa);
|
|
42909
42909
|
var za = /* @__PURE__ */ reactExports.createElement(LegacyMenuItem, _extends({
|
|
@@ -43050,7 +43050,7 @@ var popupPlacementMap = {
|
|
|
43050
43050
|
"vertical-right": "leftTop"
|
|
43051
43051
|
};
|
|
43052
43052
|
function PopupTrigger(e) {
|
|
43053
|
-
var t = e.prefixCls, r = e.visible, n = e.children, a = e.popup, s = e.popupStyle, u = e.popupClassName, g = e.popupOffset, C = e.disabled, w = e.mode, D = e.onVisibleChange, G = reactExports.useContext(MenuContext$1), ne = G.getPopupContainer, oe = G.rtl, se = G.subMenuOpenDelay, ue = G.subMenuCloseDelay, ae = G.builtinPlacements, ct = G.triggerSubMenuAction, ea = G.forceSubMenuRender, ut = G.rootClassName, ra = G.motion, ta = G.defaultMotions, oa = reactExports.useState(!1), ia = _slicedToArray(oa, 2),
|
|
43053
|
+
var t = e.prefixCls, r = e.visible, n = e.children, a = e.popup, s = e.popupStyle, u = e.popupClassName, g = e.popupOffset, C = e.disabled, w = e.mode, D = e.onVisibleChange, G = reactExports.useContext(MenuContext$1), ne = G.getPopupContainer, oe = G.rtl, se = G.subMenuOpenDelay, ue = G.subMenuCloseDelay, ae = G.builtinPlacements, ct = G.triggerSubMenuAction, ea = G.forceSubMenuRender, ut = G.rootClassName, ra = G.motion, ta = G.defaultMotions, oa = reactExports.useState(!1), ia = _slicedToArray(oa, 2), sa = ia[0], ca = ia[1], va = _objectSpread2$7(oe ? _objectSpread2$7({}, placementsRtl) : _objectSpread2$7({}, placements), ae), ga = popupPlacementMap[w], ya = getMotion(w, ra, ta), ha = reactExports.useRef(ya);
|
|
43054
43054
|
w !== "inline" && (ha.current = ya);
|
|
43055
43055
|
var pa = _objectSpread2$7(_objectSpread2$7({}, ha.current), {}, {
|
|
43056
43056
|
leavedClassName: "".concat(t, "-hidden"),
|
|
@@ -43059,7 +43059,7 @@ function PopupTrigger(e) {
|
|
|
43059
43059
|
}), $a = reactExports.useRef();
|
|
43060
43060
|
return reactExports.useEffect(function() {
|
|
43061
43061
|
return $a.current = wrapperRaf(function() {
|
|
43062
|
-
|
|
43062
|
+
ca(r);
|
|
43063
43063
|
}), function() {
|
|
43064
43064
|
wrapperRaf.cancel($a.current);
|
|
43065
43065
|
};
|
|
@@ -43070,7 +43070,7 @@ function PopupTrigger(e) {
|
|
|
43070
43070
|
getPopupContainer: ne,
|
|
43071
43071
|
builtinPlacements: va,
|
|
43072
43072
|
popupPlacement: ga,
|
|
43073
|
-
popupVisible:
|
|
43073
|
+
popupVisible: sa,
|
|
43074
43074
|
popup: a,
|
|
43075
43075
|
popupStyle: s,
|
|
43076
43076
|
popupAlign: g && {
|
|
@@ -43116,7 +43116,7 @@ function InlineSubMenuList(e) {
|
|
|
43116
43116
|
}));
|
|
43117
43117
|
}
|
|
43118
43118
|
var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabled", "internalPopupClose", "children", "itemIcon", "expandIcon", "popupClassName", "popupOffset", "popupStyle", "onClick", "onMouseEnter", "onMouseLeave", "onTitleClick", "onTitleMouseEnter", "onTitleMouseLeave"], _excluded2$2 = ["active"], InternalSubMenu = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
43119
|
-
var r = e.style, n = e.className, a = e.title, s = e.eventKey, u = e.warnKey, g = e.disabled, C = e.internalPopupClose, w = e.children, D = e.itemIcon, G = e.expandIcon, ne = e.popupClassName, oe = e.popupOffset, se = e.popupStyle, ue = e.onClick, ae = e.onMouseEnter, ct = e.onMouseLeave, ea = e.onTitleClick, ut = e.onTitleMouseEnter, ra = e.onTitleMouseLeave, ta = _objectWithoutProperties(e, _excluded$l), oa = useMenuId(s), ia = reactExports.useContext(MenuContext$1),
|
|
43119
|
+
var r = e.style, n = e.className, a = e.title, s = e.eventKey, u = e.warnKey, g = e.disabled, C = e.internalPopupClose, w = e.children, D = e.itemIcon, G = e.expandIcon, ne = e.popupClassName, oe = e.popupOffset, se = e.popupStyle, ue = e.onClick, ae = e.onMouseEnter, ct = e.onMouseLeave, ea = e.onTitleClick, ut = e.onTitleMouseEnter, ra = e.onTitleMouseLeave, ta = _objectWithoutProperties(e, _excluded$l), oa = useMenuId(s), ia = reactExports.useContext(MenuContext$1), sa = ia.prefixCls, ca = ia.mode, va = ia.openKeys, ga = ia.disabled, ya = ia.overflowDisabled, ha = ia.activeKey, pa = ia.selectedKeys, $a = ia.itemIcon, xa = ia.expandIcon, fa = ia.onItemClick, da = ia.onOpenChange, ba = ia.onActive, Ea = reactExports.useContext(PrivateContext), ma = Ea._internalRenderSubMenuItem, wa = reactExports.useContext(PathUserContext), Oa = wa.isSubPathKey, Na = useFullPath(), Aa = "".concat(sa, "-submenu"), Ba = ga || g, ja = reactExports.useRef(), za = reactExports.useRef();
|
|
43120
43120
|
process.env.NODE_ENV !== "production" && u && warningOnce(!1, "SubMenu should not leave undefined `key`.");
|
|
43121
43121
|
var Ja = D ?? $a, Ua = G ?? xa, La = va.includes(s), Ma = !ya && La, Wa = Oa(pa, s), Pa = useActive(s, Ba, ut, ra), Ka = Pa.active, Ga = _objectWithoutProperties(Pa, _excluded2$2), Ti = reactExports.useState(!1), Za = _slicedToArray(Ti, 2), Oi = Za[0], mi = Za[1], _i = function(Xi) {
|
|
43122
43122
|
Ba || mi(Xi);
|
|
@@ -43131,16 +43131,16 @@ var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabl
|
|
|
43131
43131
|
domEvent: Xi
|
|
43132
43132
|
});
|
|
43133
43133
|
}, bi = reactExports.useMemo(function() {
|
|
43134
|
-
return Ka || (
|
|
43135
|
-
}, [
|
|
43134
|
+
return Ka || (ca !== "inline" ? Oi || Oa([ha], s) : !1);
|
|
43135
|
+
}, [ca, Ka, ha, Oi, s, Oa]), Ri = useDirectionStyle(Na.length), Di = function(Xi) {
|
|
43136
43136
|
Ba || (ea == null || ea({
|
|
43137
43137
|
key: s,
|
|
43138
43138
|
domEvent: Xi
|
|
43139
|
-
}),
|
|
43139
|
+
}), ca === "inline" && da(s, !La));
|
|
43140
43140
|
}, Hi = useMemoCallback(function(zi) {
|
|
43141
43141
|
ue == null || ue(warnItemProp(zi)), fa(zi);
|
|
43142
43142
|
}), Yi = function(Xi) {
|
|
43143
|
-
|
|
43143
|
+
ca !== "inline" && da(s, Xi);
|
|
43144
43144
|
}, tl = function() {
|
|
43145
43145
|
ba(s);
|
|
43146
43146
|
}, Ai = oa && "".concat(oa, "-popup"), ai = /* @__PURE__ */ reactExports.createElement("div", _extends({
|
|
@@ -43158,7 +43158,7 @@ var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabl
|
|
|
43158
43158
|
onClick: Di,
|
|
43159
43159
|
onFocus: tl
|
|
43160
43160
|
}, Ga), a, /* @__PURE__ */ reactExports.createElement(Icon, {
|
|
43161
|
-
icon:
|
|
43161
|
+
icon: ca !== "horizontal" ? Ua : void 0,
|
|
43162
43162
|
props: _objectSpread2$7(_objectSpread2$7({}, e), {}, {
|
|
43163
43163
|
isOpen: Ma,
|
|
43164
43164
|
// [Legacy] Not sure why need this mark
|
|
@@ -43166,13 +43166,13 @@ var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabl
|
|
|
43166
43166
|
})
|
|
43167
43167
|
}, /* @__PURE__ */ reactExports.createElement("i", {
|
|
43168
43168
|
className: "".concat(Aa, "-arrow")
|
|
43169
|
-
}))), $i = reactExports.useRef(
|
|
43170
|
-
if (
|
|
43169
|
+
}))), $i = reactExports.useRef(ca);
|
|
43170
|
+
if (ca !== "inline" && Na.length > 1 ? $i.current = "vertical" : $i.current = ca, !ya) {
|
|
43171
43171
|
var xi = $i.current;
|
|
43172
43172
|
ai = /* @__PURE__ */ reactExports.createElement(PopupTrigger, {
|
|
43173
43173
|
mode: xi,
|
|
43174
43174
|
prefixCls: Aa,
|
|
43175
|
-
visible: !C && Ma &&
|
|
43175
|
+
visible: !C && Ma && ca !== "inline",
|
|
43176
43176
|
popupClassName: ne,
|
|
43177
43177
|
popupOffset: oe,
|
|
43178
43178
|
popupStyle: se,
|
|
@@ -43196,7 +43196,7 @@ var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabl
|
|
|
43196
43196
|
}, ta, {
|
|
43197
43197
|
component: "li",
|
|
43198
43198
|
style: r,
|
|
43199
|
-
className: classNames(Aa, "".concat(Aa, "-").concat(
|
|
43199
|
+
className: classNames(Aa, "".concat(Aa, "-").concat(ca), n, _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(Aa, "-open"), Ma), "".concat(Aa, "-active"), bi), "".concat(Aa, "-selected"), Wa), "".concat(Aa, "-disabled"), Ba)),
|
|
43200
43200
|
onMouseEnter: Ei,
|
|
43201
43201
|
onMouseLeave: fi
|
|
43202
43202
|
}), ai, !ya && /* @__PURE__ */ reactExports.createElement(InlineSubMenuList, {
|
|
@@ -43211,7 +43211,7 @@ var _excluded$l = ["style", "className", "title", "eventKey", "warnKey", "disabl
|
|
|
43211
43211
|
disabled: Ba
|
|
43212
43212
|
})), /* @__PURE__ */ reactExports.createElement(InheritableContextProvider, {
|
|
43213
43213
|
onItemClick: Hi,
|
|
43214
|
-
mode:
|
|
43214
|
+
mode: ca === "horizontal" ? "vertical" : ca,
|
|
43215
43215
|
itemIcon: Ja,
|
|
43216
43216
|
expandIcon: Ua
|
|
43217
43217
|
}, Ci);
|
|
@@ -43303,11 +43303,11 @@ function parseItems(e, t, r, n, a) {
|
|
|
43303
43303
|
return t && (s = convertItemsToNodes(t, u, a)), parseChildren(s, r);
|
|
43304
43304
|
}
|
|
43305
43305
|
var _excluded$i = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items", "children", "direction", "id", "mode", "inlineCollapsed", "disabled", "disabledOverflow", "subMenuOpenDelay", "subMenuCloseDelay", "forceSubMenuRender", "defaultOpenKeys", "openKeys", "activeKey", "defaultActiveFirst", "selectable", "multiple", "defaultSelectedKeys", "selectedKeys", "onSelect", "onDeselect", "inlineIndent", "motion", "defaultMotions", "triggerSubMenuAction", "builtinPlacements", "itemIcon", "expandIcon", "overflowedIndicator", "overflowedIndicatorPopupClassName", "getPopupContainer", "onClick", "onOpenChange", "onKeyDown", "openAnimation", "openTransitionName", "_internalRenderMenuItem", "_internalRenderSubMenuItem", "_internalComponents"], EMPTY_LIST$2 = [], Menu$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
43306
|
-
var r, n = e, a = n.prefixCls, s = a === void 0 ? "rc-menu" : a, u = n.rootClassName, g = n.style, C = n.className, w = n.tabIndex, D = w === void 0 ? 0 : w, G = n.items, ne = n.children, oe = n.direction, se = n.id, ue = n.mode, ae = ue === void 0 ? "vertical" : ue, ct = n.inlineCollapsed, ea = n.disabled, ut = n.disabledOverflow, ra = n.subMenuOpenDelay, ta = ra === void 0 ? 0.1 : ra, oa = n.subMenuCloseDelay, ia = oa === void 0 ? 0.1 : oa,
|
|
43306
|
+
var r, n = e, a = n.prefixCls, s = a === void 0 ? "rc-menu" : a, u = n.rootClassName, g = n.style, C = n.className, w = n.tabIndex, D = w === void 0 ? 0 : w, G = n.items, ne = n.children, oe = n.direction, se = n.id, ue = n.mode, ae = ue === void 0 ? "vertical" : ue, ct = n.inlineCollapsed, ea = n.disabled, ut = n.disabledOverflow, ra = n.subMenuOpenDelay, ta = ra === void 0 ? 0.1 : ra, oa = n.subMenuCloseDelay, ia = oa === void 0 ? 0.1 : oa, sa = n.forceSubMenuRender, ca = n.defaultOpenKeys, va = n.openKeys, ga = n.activeKey, ya = n.defaultActiveFirst, ha = n.selectable, pa = ha === void 0 ? !0 : ha, $a = n.multiple, xa = $a === void 0 ? !1 : $a, fa = n.defaultSelectedKeys, da = n.selectedKeys, ba = n.onSelect, Ea = n.onDeselect, ma = n.inlineIndent, wa = ma === void 0 ? 24 : ma, Oa = n.motion, Na = n.defaultMotions, Aa = n.triggerSubMenuAction, Ba = Aa === void 0 ? "hover" : Aa, ja = n.builtinPlacements, za = n.itemIcon, Ja = n.expandIcon, Ua = n.overflowedIndicator, La = Ua === void 0 ? "..." : Ua, Ma = n.overflowedIndicatorPopupClassName, Wa = n.getPopupContainer, Pa = n.onClick, Ka = n.onOpenChange, Ga = n.onKeyDown, Ti = n.openAnimation, Za = n.openTransitionName, Oi = n._internalRenderMenuItem, mi = n._internalRenderSubMenuItem, _i = n._internalComponents, Ei = _objectWithoutProperties(n, _excluded$i), fi = reactExports.useMemo(function() {
|
|
43307
43307
|
return [parseItems(ne, G, EMPTY_LIST$2, _i, s), parseItems(ne, G, EMPTY_LIST$2, {}, s)];
|
|
43308
43308
|
}, [ne, G, _i]), bi = _slicedToArray(fi, 2), Ri = bi[0], Di = bi[1], Hi = reactExports.useState(!1), Yi = _slicedToArray(Hi, 2), tl = Yi[0], Ai = Yi[1], ai = reactExports.useRef(), $i = useUUID(se), xi = oe === "rtl";
|
|
43309
43309
|
process.env.NODE_ENV !== "production" && warningOnce(!Ti && !Za, "`openAnimation` and `openTransitionName` is removed. Please use `motion` or `defaultMotion` instead.");
|
|
43310
|
-
var Ci = useMergedState(
|
|
43310
|
+
var Ci = useMergedState(ca, {
|
|
43311
43311
|
value: va,
|
|
43312
43312
|
postState: function(Il) {
|
|
43313
43313
|
return Il || EMPTY_LIST$2;
|
|
@@ -43477,7 +43477,7 @@ var _excluded$i = ["prefixCls", "rootClassName", "style", "className", "tabIndex
|
|
|
43477
43477
|
inlineIndent: wa,
|
|
43478
43478
|
subMenuOpenDelay: ta,
|
|
43479
43479
|
subMenuCloseDelay: ia,
|
|
43480
|
-
forceSubMenuRender:
|
|
43480
|
+
forceSubMenuRender: sa,
|
|
43481
43481
|
builtinPlacements: ja,
|
|
43482
43482
|
triggerSubMenuAction: Ba,
|
|
43483
43483
|
getPopupContainer: Wa,
|
|
@@ -43789,8 +43789,8 @@ const dimensionMaxMap = {
|
|
|
43789
43789
|
const ia = (fa, da) => {
|
|
43790
43790
|
"collapsed" in e || ra(fa), ue == null || ue(fa, da);
|
|
43791
43791
|
}, {
|
|
43792
|
-
getPrefixCls:
|
|
43793
|
-
} = reactExports.useContext(ConfigContext),
|
|
43792
|
+
getPrefixCls: sa
|
|
43793
|
+
} = reactExports.useContext(ConfigContext), ca = sa("layout-sider", r), [va, ga, ya] = useStyle$b(ca), ha = reactExports.useRef();
|
|
43794
43794
|
ha.current = (fa) => {
|
|
43795
43795
|
oa(fa.matches), ae == null || ae(fa.matches), ut !== fa.matches && ia(fa.matches, "responsive");
|
|
43796
43796
|
}, reactExports.useEffect(() => {
|
|
@@ -43828,13 +43828,13 @@ const dimensionMaxMap = {
|
|
|
43828
43828
|
}, $a = () => {
|
|
43829
43829
|
const fa = omit(ct, ["collapsed"]), da = ut ? ne : G, ba = isNumeric(da) ? `${da}px` : String(da), Ea = parseFloat(String(ne || 0)) === 0 ? /* @__PURE__ */ reactExports.createElement("span", {
|
|
43830
43830
|
onClick: pa,
|
|
43831
|
-
className: classNames(`${
|
|
43831
|
+
className: classNames(`${ca}-zero-width-trigger`, `${ca}-zero-width-trigger-${D ? "right" : "left"}`),
|
|
43832
43832
|
style: oe
|
|
43833
43833
|
}, a || /* @__PURE__ */ reactExports.createElement(RefIcon$h, null)) : null, Oa = {
|
|
43834
43834
|
expanded: D ? /* @__PURE__ */ reactExports.createElement(RefIcon$l, null) : /* @__PURE__ */ reactExports.createElement(RefIcon$g, null),
|
|
43835
43835
|
collapsed: D ? /* @__PURE__ */ reactExports.createElement(RefIcon$g, null) : /* @__PURE__ */ reactExports.createElement(RefIcon$l, null)
|
|
43836
43836
|
}[ut ? "collapsed" : "expanded"], Na = a !== null ? Ea || /* @__PURE__ */ reactExports.createElement("div", {
|
|
43837
|
-
className: `${
|
|
43837
|
+
className: `${ca}-trigger`,
|
|
43838
43838
|
onClick: pa,
|
|
43839
43839
|
style: {
|
|
43840
43840
|
width: ba
|
|
@@ -43844,11 +43844,11 @@ const dimensionMaxMap = {
|
|
|
43844
43844
|
maxWidth: ba,
|
|
43845
43845
|
minWidth: ba,
|
|
43846
43846
|
width: ba
|
|
43847
|
-
}), Ba = classNames(
|
|
43848
|
-
[`${
|
|
43849
|
-
[`${
|
|
43850
|
-
[`${
|
|
43851
|
-
[`${
|
|
43847
|
+
}), Ba = classNames(ca, `${ca}-${g}`, {
|
|
43848
|
+
[`${ca}-collapsed`]: !!ut,
|
|
43849
|
+
[`${ca}-has-trigger`]: w && a !== null && !Ea,
|
|
43850
|
+
[`${ca}-below`]: !!ta,
|
|
43851
|
+
[`${ca}-zero-width`]: parseFloat(ba) === 0
|
|
43852
43852
|
}, n, ga, ya);
|
|
43853
43853
|
return /* @__PURE__ */ reactExports.createElement("aside", Object.assign({
|
|
43854
43854
|
className: Ba
|
|
@@ -43856,7 +43856,7 @@ const dimensionMaxMap = {
|
|
|
43856
43856
|
style: Aa,
|
|
43857
43857
|
ref: t
|
|
43858
43858
|
}), /* @__PURE__ */ reactExports.createElement("div", {
|
|
43859
|
-
className: `${
|
|
43859
|
+
className: `${ca}-children`
|
|
43860
43860
|
}, s), w || ta && Ea ? Na : null);
|
|
43861
43861
|
}, xa = reactExports.useMemo(() => ({
|
|
43862
43862
|
siderCollapsed: ut
|
|
@@ -44064,8 +44064,8 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44064
44064
|
dangerItemColor: ta,
|
|
44065
44065
|
dangerItemHoverColor: oa,
|
|
44066
44066
|
dangerItemSelectedColor: ia,
|
|
44067
|
-
dangerItemActiveBg:
|
|
44068
|
-
dangerItemSelectedBg:
|
|
44067
|
+
dangerItemActiveBg: sa,
|
|
44068
|
+
dangerItemSelectedBg: ca,
|
|
44069
44069
|
// Bg
|
|
44070
44070
|
popupBg: va,
|
|
44071
44071
|
itemHoverBg: ga,
|
|
@@ -44132,7 +44132,7 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44132
44132
|
}
|
|
44133
44133
|
},
|
|
44134
44134
|
[`&${r}-item:active`]: {
|
|
44135
|
-
background:
|
|
44135
|
+
background: sa
|
|
44136
44136
|
}
|
|
44137
44137
|
},
|
|
44138
44138
|
[`${r}-item a`]: {
|
|
@@ -44154,7 +44154,7 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44154
44154
|
backgroundColor: C,
|
|
44155
44155
|
// Danger
|
|
44156
44156
|
[`&${r}-item-danger`]: {
|
|
44157
|
-
backgroundColor:
|
|
44157
|
+
backgroundColor: ca
|
|
44158
44158
|
}
|
|
44159
44159
|
},
|
|
44160
44160
|
[`&${r}-submenu > ${r}`]: {
|
|
@@ -44765,10 +44765,10 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44765
44765
|
padding: ta,
|
|
44766
44766
|
fontSize: oa,
|
|
44767
44767
|
controlHeightSM: ia,
|
|
44768
|
-
fontSizeLG:
|
|
44769
|
-
colorTextLightSolid:
|
|
44768
|
+
fontSizeLG: sa,
|
|
44769
|
+
colorTextLightSolid: ca,
|
|
44770
44770
|
colorErrorHover: va
|
|
44771
|
-
} = e, ga = (t = e.activeBarWidth) !== null && t !== void 0 ? t : 0, ya = (r = e.activeBarBorderWidth) !== null && r !== void 0 ? r : oe, ha = (n = e.itemMarginInline) !== null && n !== void 0 ? n : e.marginXXS, pa = new TinyColor(
|
|
44771
|
+
} = e, ga = (t = e.activeBarWidth) !== null && t !== void 0 ? t : 0, ya = (r = e.activeBarBorderWidth) !== null && r !== void 0 ? r : oe, ha = (n = e.itemMarginInline) !== null && n !== void 0 ? n : e.marginXXS, pa = new TinyColor(ca).setAlpha(0.65).toRgbString();
|
|
44772
44772
|
return {
|
|
44773
44773
|
dropdownWidth: 160,
|
|
44774
44774
|
zIndexPopup: e.zIndexPopupBase + 50,
|
|
@@ -44832,24 +44832,24 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44832
44832
|
horizontalLineHeight: `${ct * 1.15}px`,
|
|
44833
44833
|
iconSize: oa,
|
|
44834
44834
|
iconMarginInlineEnd: ia - oa,
|
|
44835
|
-
collapsedIconSize:
|
|
44835
|
+
collapsedIconSize: sa,
|
|
44836
44836
|
groupTitleFontSize: oa,
|
|
44837
44837
|
// Disabled
|
|
44838
|
-
darkItemDisabledColor: new TinyColor(
|
|
44838
|
+
darkItemDisabledColor: new TinyColor(ca).setAlpha(0.25).toRgbString(),
|
|
44839
44839
|
// Dark
|
|
44840
44840
|
darkItemColor: pa,
|
|
44841
44841
|
darkDangerItemColor: s,
|
|
44842
44842
|
darkItemBg: "#001529",
|
|
44843
44843
|
darkPopupBg: "#001529",
|
|
44844
44844
|
darkSubMenuItemBg: "#000c17",
|
|
44845
|
-
darkItemSelectedColor:
|
|
44845
|
+
darkItemSelectedColor: ca,
|
|
44846
44846
|
darkItemSelectedBg: a,
|
|
44847
44847
|
darkDangerItemSelectedBg: s,
|
|
44848
44848
|
darkItemHoverBg: "transparent",
|
|
44849
44849
|
darkGroupTitleColor: pa,
|
|
44850
|
-
darkItemHoverColor:
|
|
44850
|
+
darkItemHoverColor: ca,
|
|
44851
44851
|
darkDangerItemHoverColor: va,
|
|
44852
|
-
darkDangerItemSelectedColor:
|
|
44852
|
+
darkDangerItemSelectedColor: ca,
|
|
44853
44853
|
darkDangerItemActiveBg: s,
|
|
44854
44854
|
// internal
|
|
44855
44855
|
itemWidth: ga ? `calc(100% + ${ya}px)` : `calc(100% - ${ha * 2}px)`
|
|
@@ -44877,14 +44877,14 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44877
44877
|
darkDangerItemActiveBg: ta,
|
|
44878
44878
|
popupBg: oa,
|
|
44879
44879
|
darkPopupBg: ia
|
|
44880
|
-
} = a,
|
|
44881
|
-
menuArrowSize:
|
|
44880
|
+
} = a, sa = a.calc(g).div(7).mul(5).equal(), ca = merge(a, {
|
|
44881
|
+
menuArrowSize: sa,
|
|
44882
44882
|
menuHorizontalHeight: a.calc(u).mul(1.15).equal(),
|
|
44883
|
-
menuArrowOffset: a.calc(
|
|
44883
|
+
menuArrowOffset: a.calc(sa).mul(0.25).equal(),
|
|
44884
44884
|
menuSubMenuBg: s,
|
|
44885
44885
|
calc: a.calc,
|
|
44886
44886
|
popupBg: oa
|
|
44887
|
-
}), va = merge(
|
|
44887
|
+
}), va = merge(ca, {
|
|
44888
44888
|
itemColor: C,
|
|
44889
44889
|
itemHoverColor: ct,
|
|
44890
44890
|
groupTitleColor: ae,
|
|
@@ -44912,23 +44912,23 @@ const OverrideContext = /* @__PURE__ */ reactExports.createContext(null), Overri
|
|
|
44912
44912
|
});
|
|
44913
44913
|
return [
|
|
44914
44914
|
// Basic
|
|
44915
|
-
getBaseStyle(
|
|
44915
|
+
getBaseStyle(ca),
|
|
44916
44916
|
// Horizontal
|
|
44917
|
-
getHorizontalStyle(
|
|
44917
|
+
getHorizontalStyle(ca),
|
|
44918
44918
|
// Hard code for some light style
|
|
44919
44919
|
// Vertical
|
|
44920
|
-
getVerticalStyle(
|
|
44920
|
+
getVerticalStyle(ca),
|
|
44921
44921
|
// Hard code for some light style
|
|
44922
44922
|
// Theme
|
|
44923
|
-
getThemeStyle(
|
|
44923
|
+
getThemeStyle(ca, "light"),
|
|
44924
44924
|
getThemeStyle(va, "dark"),
|
|
44925
44925
|
// RTL
|
|
44926
|
-
getRTLStyle(
|
|
44926
|
+
getRTLStyle(ca),
|
|
44927
44927
|
// Motion
|
|
44928
|
-
genCollapseMotion(
|
|
44929
|
-
initSlideMotion(
|
|
44930
|
-
initSlideMotion(
|
|
44931
|
-
initZoomMotion(
|
|
44928
|
+
genCollapseMotion(ca),
|
|
44929
|
+
initSlideMotion(ca, "slide-up"),
|
|
44930
|
+
initSlideMotion(ca, "slide-down"),
|
|
44931
|
+
initZoomMotion(ca, "zoom-big")
|
|
44932
44932
|
];
|
|
44933
44933
|
}, prepareComponentToken$7, {
|
|
44934
44934
|
deprecatedTokens: [["colorGroupTitle", "groupTitleColor"], ["radiusItem", "itemBorderRadius"], ["radiusSubMenuItem", "subMenuItemBorderRadius"], ["colorItemText", "itemColor"], ["colorItemTextHover", "itemHoverColor"], ["colorItemTextHoverHorizontal", "horizontalItemHoverColor"], ["colorItemTextSelected", "itemSelectedColor"], ["colorItemTextSelectedHorizontal", "horizontalItemSelectedColor"], ["colorItemTextDisabled", "itemDisabledColor"], ["colorDangerItemText", "dangerItemColor"], ["colorDangerItemTextHover", "dangerItemHoverColor"], ["colorDangerItemTextSelected", "dangerItemSelectedColor"], ["colorDangerItemBgActive", "dangerItemActiveBg"], ["colorDangerItemBgSelected", "dangerItemSelectedBg"], ["colorItemBg", "itemBg"], ["colorItemBgHover", "itemHoverBg"], ["colorSubItemBg", "subMenuItemBg"], ["colorItemBgActive", "itemActiveBg"], ["colorItemBgSelectedHorizontal", "horizontalItemSelectedBg"], ["colorActiveBarWidth", "activeBarWidth"], ["colorActiveBarHeight", "activeBarHeight"], ["colorActiveBarBorderSize", "activeBarBorderWidth"], ["colorItemBgSelected", "itemSelectedBg"]],
|
|
@@ -45013,7 +45013,7 @@ const MENU_COMPONENTS = {
|
|
|
45013
45013
|
selectable: ra,
|
|
45014
45014
|
onClick: ta,
|
|
45015
45015
|
overflowedIndicatorPopupClassName: oa
|
|
45016
|
-
} = e, ia = __rest$k(e, ["prefixCls", "className", "style", "theme", "expandIcon", "_internalDisableMenuItemTitleTooltip", "inlineCollapsed", "siderCollapsed", "rootClassName", "mode", "selectable", "onClick", "overflowedIndicatorPopupClassName"]),
|
|
45016
|
+
} = e, ia = __rest$k(e, ["prefixCls", "className", "style", "theme", "expandIcon", "_internalDisableMenuItemTitleTooltip", "inlineCollapsed", "siderCollapsed", "rootClassName", "mode", "selectable", "onClick", "overflowedIndicatorPopupClassName"]), sa = omit(ia, ["collapsedWidth"]);
|
|
45017
45017
|
if (process.env.NODE_ENV !== "production") {
|
|
45018
45018
|
const wa = devUseWarning("Menu");
|
|
45019
45019
|
process.env.NODE_ENV !== "production" && wa(!("inlineCollapsed" in e && ut !== "inline"), "usage", "`inlineCollapsed` should only be used when `mode` is inline."), process.env.NODE_ENV !== "production" && wa(!(e.siderCollapsed !== void 0 && "inlineCollapsed" in e), "usage", "`inlineCollapsed` not control Menu under Sider. Should set `collapsed` on Sider instead."), wa.deprecated("items" in e && !e.children, "children", "items");
|
|
@@ -45021,7 +45021,7 @@ const MENU_COMPONENTS = {
|
|
|
45021
45021
|
(r = a.validator) === null || r === void 0 || r.call(a, {
|
|
45022
45022
|
mode: ut
|
|
45023
45023
|
});
|
|
45024
|
-
const
|
|
45024
|
+
const ca = useEvent(function() {
|
|
45025
45025
|
var wa;
|
|
45026
45026
|
ta == null || ta.apply(void 0, arguments), (wa = a.onClick) === null || wa === void 0 || wa.call(a);
|
|
45027
45027
|
}), va = a.mode || ut, ga = ra ?? a.selectable, ya = reactExports.useMemo(() => ct !== void 0 ? ct : ae, [ae, ct]), ha = {
|
|
@@ -45063,8 +45063,8 @@ const MENU_COMPONENTS = {
|
|
|
45063
45063
|
overflowedIndicatorPopupClassName: classNames(pa, `${pa}-${oe}`, oa),
|
|
45064
45064
|
mode: va,
|
|
45065
45065
|
selectable: ga,
|
|
45066
|
-
onClick:
|
|
45067
|
-
},
|
|
45066
|
+
onClick: ca
|
|
45067
|
+
}, sa, {
|
|
45068
45068
|
inlineCollapsed: ya,
|
|
45069
45069
|
style: Object.assign(Object.assign({}, C == null ? void 0 : C.style), ne),
|
|
45070
45070
|
className: ba,
|
|
@@ -45421,8 +45421,8 @@ const genStatusStyle = (e) => {
|
|
|
45421
45421
|
transitionName: oa
|
|
45422
45422
|
} = e, {
|
|
45423
45423
|
getPopupContainer: ia,
|
|
45424
|
-
getPrefixCls:
|
|
45425
|
-
direction:
|
|
45424
|
+
getPrefixCls: sa,
|
|
45425
|
+
direction: ca,
|
|
45426
45426
|
dropdown: va
|
|
45427
45427
|
} = reactExports.useContext(ConfigContext), ga = devUseWarning("Dropdown");
|
|
45428
45428
|
process.env.NODE_ENV !== "production" && ([["visible", "open"], ["onVisibleChange", "onOpenChange"]].forEach((Pa) => {
|
|
@@ -45430,9 +45430,9 @@ const genStatusStyle = (e) => {
|
|
|
45430
45430
|
ga.deprecated(!(Ka in e), Ka, Ga);
|
|
45431
45431
|
}), ga.deprecated(!("overlay" in e), "overlay", "menu"));
|
|
45432
45432
|
const ya = reactExports.useMemo(() => {
|
|
45433
|
-
const Pa =
|
|
45433
|
+
const Pa = sa();
|
|
45434
45434
|
return oa !== void 0 ? oa : ra.includes("top") ? `${Pa}-slide-down` : `${Pa}-slide-up`;
|
|
45435
|
-
}, [
|
|
45435
|
+
}, [sa, ra, oa]), ha = reactExports.useMemo(() => ra ? ra.includes("Center") ? ra.slice(0, ra.indexOf("Center")) : ra : ca === "rtl" ? "bottomRight" : "bottomLeft", [ra, ca]);
|
|
45436
45436
|
if (process.env.NODE_ENV !== "production") {
|
|
45437
45437
|
if (ra.includes("Center")) {
|
|
45438
45438
|
const Pa = ra.slice(0, ra.indexOf("Center"));
|
|
@@ -45443,9 +45443,9 @@ const genStatusStyle = (e) => {
|
|
|
45443
45443
|
ga.deprecated(!(Ka in e), Ka, Ga);
|
|
45444
45444
|
});
|
|
45445
45445
|
}
|
|
45446
|
-
const pa =
|
|
45446
|
+
const pa = sa("dropdown", a), $a = useCSSVarCls(pa), [xa, fa, da] = useStyle$9(pa, $a), [, ba] = useToken(), Ea = reactExports.Children.only(s), ma = cloneElement(Ea, {
|
|
45447
45447
|
className: classNames(`${pa}-trigger`, {
|
|
45448
|
-
[`${pa}-rtl`]:
|
|
45448
|
+
[`${pa}-rtl`]: ca === "rtl"
|
|
45449
45449
|
}, Ea.props.className),
|
|
45450
45450
|
disabled: (t = Ea.props.disabled) !== null && t !== void 0 ? t : g
|
|
45451
45451
|
}), wa = g ? [] : u, Oa = !!(wa != null && wa.includes("contextMenu")), [Na, Aa] = useMergedState(!1, {
|
|
@@ -45455,7 +45455,7 @@ const genStatusStyle = (e) => {
|
|
|
45455
45455
|
source: "trigger"
|
|
45456
45456
|
}), ae == null || ae(Pa), Aa(Pa);
|
|
45457
45457
|
}), ja = classNames(D, G, fa, da, $a, va == null ? void 0 : va.className, {
|
|
45458
|
-
[`${pa}-rtl`]:
|
|
45458
|
+
[`${pa}-rtl`]: ca === "rtl"
|
|
45459
45459
|
}), za = getPlacements({
|
|
45460
45460
|
arrowPointAtCenter: typeof n == "object" && n.pointAtCenter,
|
|
45461
45461
|
autoAdjustOverflow: ut,
|
|
@@ -45531,31 +45531,31 @@ var _excluded$h = ["prefixCls", "className", "style", "checked", "disabled", "de
|
|
|
45531
45531
|
}), ea = _slicedToArray(ct, 2), ut = ea[0], ra = ea[1];
|
|
45532
45532
|
reactExports.useImperativeHandle(t, function() {
|
|
45533
45533
|
return {
|
|
45534
|
-
focus: function(
|
|
45535
|
-
var
|
|
45536
|
-
(
|
|
45534
|
+
focus: function(sa) {
|
|
45535
|
+
var ca;
|
|
45536
|
+
(ca = ue.current) === null || ca === void 0 || ca.focus(sa);
|
|
45537
45537
|
},
|
|
45538
45538
|
blur: function() {
|
|
45539
|
-
var
|
|
45540
|
-
(
|
|
45539
|
+
var sa;
|
|
45540
|
+
(sa = ue.current) === null || sa === void 0 || sa.blur();
|
|
45541
45541
|
},
|
|
45542
45542
|
input: ue.current,
|
|
45543
45543
|
nativeElement: ae.current
|
|
45544
45544
|
};
|
|
45545
45545
|
});
|
|
45546
|
-
var ta = classNames(n, a, _defineProperty(_defineProperty({}, "".concat(n, "-checked"), ut), "".concat(n, "-disabled"), g)), oa = function(
|
|
45547
|
-
g || ("checked" in e || ra(
|
|
45546
|
+
var ta = classNames(n, a, _defineProperty(_defineProperty({}, "".concat(n, "-checked"), ut), "".concat(n, "-disabled"), g)), oa = function(sa) {
|
|
45547
|
+
g || ("checked" in e || ra(sa.target.checked), oe == null || oe({
|
|
45548
45548
|
target: _objectSpread2$7(_objectSpread2$7({}, e), {}, {
|
|
45549
45549
|
type: G,
|
|
45550
|
-
checked:
|
|
45550
|
+
checked: sa.target.checked
|
|
45551
45551
|
}),
|
|
45552
45552
|
stopPropagation: function() {
|
|
45553
|
-
|
|
45553
|
+
sa.stopPropagation();
|
|
45554
45554
|
},
|
|
45555
45555
|
preventDefault: function() {
|
|
45556
|
-
|
|
45556
|
+
sa.preventDefault();
|
|
45557
45557
|
},
|
|
45558
|
-
nativeEvent:
|
|
45558
|
+
nativeEvent: sa.nativeEvent
|
|
45559
45559
|
}));
|
|
45560
45560
|
};
|
|
45561
45561
|
return /* @__PURE__ */ reactExports.createElement("span", {
|
|
@@ -45788,8 +45788,8 @@ const getGroupRadioStyle = (e) => {
|
|
|
45788
45788
|
colorTextDisabled: ta,
|
|
45789
45789
|
colorBgContainerDisabled: oa,
|
|
45790
45790
|
buttonCheckedBgDisabled: ia,
|
|
45791
|
-
buttonCheckedColorDisabled:
|
|
45792
|
-
colorPrimary:
|
|
45791
|
+
buttonCheckedColorDisabled: sa,
|
|
45792
|
+
colorPrimary: ca,
|
|
45793
45793
|
colorPrimaryHover: va,
|
|
45794
45794
|
colorPrimaryActive: ga,
|
|
45795
45795
|
buttonSolidCheckedBg: ya,
|
|
@@ -45885,7 +45885,7 @@ const getGroupRadioStyle = (e) => {
|
|
|
45885
45885
|
},
|
|
45886
45886
|
"&:hover": {
|
|
45887
45887
|
position: "relative",
|
|
45888
|
-
color:
|
|
45888
|
+
color: ca
|
|
45889
45889
|
},
|
|
45890
45890
|
"&:has(:focus-visible)": Object.assign({}, genFocusOutline(e)),
|
|
45891
45891
|
[`${n}-inner, input[type='checkbox'], input[type='radio']`]: {
|
|
@@ -45896,14 +45896,14 @@ const getGroupRadioStyle = (e) => {
|
|
|
45896
45896
|
},
|
|
45897
45897
|
[`&-checked:not(${n}-button-wrapper-disabled)`]: {
|
|
45898
45898
|
zIndex: 1,
|
|
45899
|
-
color:
|
|
45899
|
+
color: ca,
|
|
45900
45900
|
background: ut,
|
|
45901
|
-
borderColor:
|
|
45901
|
+
borderColor: ca,
|
|
45902
45902
|
"&::before": {
|
|
45903
|
-
backgroundColor:
|
|
45903
|
+
backgroundColor: ca
|
|
45904
45904
|
},
|
|
45905
45905
|
"&:first-child": {
|
|
45906
|
-
borderColor:
|
|
45906
|
+
borderColor: ca
|
|
45907
45907
|
},
|
|
45908
45908
|
"&:hover": {
|
|
45909
45909
|
color: va,
|
|
@@ -45947,7 +45947,7 @@ const getGroupRadioStyle = (e) => {
|
|
|
45947
45947
|
}
|
|
45948
45948
|
},
|
|
45949
45949
|
[`&-disabled${n}-button-wrapper-checked`]: {
|
|
45950
|
-
color:
|
|
45950
|
+
color: sa,
|
|
45951
45951
|
backgroundColor: ia,
|
|
45952
45952
|
borderColor: u,
|
|
45953
45953
|
boxShadow: "none"
|
|
@@ -46041,7 +46041,7 @@ const InternalRadio = (e, t) => {
|
|
|
46041
46041
|
children: ae,
|
|
46042
46042
|
style: ct,
|
|
46043
46043
|
title: ea
|
|
46044
|
-
} = e, ut = __rest$j(e, ["prefixCls", "className", "rootClassName", "children", "style", "title"]), ra = u("radio", oe), ta = ((a == null ? void 0 : a.optionType) || s) === "button", oa = ta ? `${ra}-button` : ra, ia = useCSSVarCls(ra), [
|
|
46044
|
+
} = e, ut = __rest$j(e, ["prefixCls", "className", "rootClassName", "children", "style", "title"]), ra = u("radio", oe), ta = ((a == null ? void 0 : a.optionType) || s) === "button", oa = ta ? `${ra}-button` : ra, ia = useCSSVarCls(ra), [sa, ca, va] = useStyle$8(ra, ia), ga = Object.assign({}, ut), ya = reactExports.useContext(DisabledContext);
|
|
46045
46045
|
a && (ga.name = a.name, ga.onChange = ne, ga.checked = e.value === a.value, ga.disabled = (r = ga.disabled) !== null && r !== void 0 ? r : a.disabled), ga.disabled = (n = ga.disabled) !== null && n !== void 0 ? n : ya;
|
|
46046
46046
|
const ha = classNames(`${oa}-wrapper`, {
|
|
46047
46047
|
[`${oa}-wrapper-checked`]: ga.checked,
|
|
@@ -46049,8 +46049,8 @@ const InternalRadio = (e, t) => {
|
|
|
46049
46049
|
[`${oa}-wrapper-rtl`]: g === "rtl",
|
|
46050
46050
|
[`${oa}-wrapper-in-form-item`]: G,
|
|
46051
46051
|
[`${oa}-wrapper-block`]: !!(a != null && a.block)
|
|
46052
|
-
}, C == null ? void 0 : C.className, se, ue,
|
|
46053
|
-
return
|
|
46052
|
+
}, C == null ? void 0 : C.className, se, ue, ca, va, ia);
|
|
46053
|
+
return sa(/* @__PURE__ */ reactExports.createElement(Wave, {
|
|
46054
46054
|
component: "Radio",
|
|
46055
46055
|
disabled: ga.disabled
|
|
46056
46056
|
}, /* @__PURE__ */ reactExports.createElement("label", {
|
|
@@ -46094,25 +46094,25 @@ const RadioGroup = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
46094
46094
|
onMouseLeave: ta,
|
|
46095
46095
|
onFocus: oa,
|
|
46096
46096
|
onBlur: ia
|
|
46097
|
-
} = e, [
|
|
46097
|
+
} = e, [sa, ca] = useMergedState(ae, {
|
|
46098
46098
|
value: ct
|
|
46099
46099
|
}), va = reactExports.useCallback((ma) => {
|
|
46100
|
-
const wa =
|
|
46101
|
-
"value" in e ||
|
|
46102
|
-
}, [
|
|
46100
|
+
const wa = sa, Oa = ma.target.value;
|
|
46101
|
+
"value" in e || ca(Oa), Oa !== wa && (ut == null || ut(ma));
|
|
46102
|
+
}, [sa, ca, ut]), ga = r("radio", a), ya = `${ga}-group`, ha = useCSSVarCls(ga), [pa, $a, xa] = useStyle$8(ga, ha);
|
|
46103
46103
|
let fa = D;
|
|
46104
46104
|
g && g.length > 0 && (fa = g.map((ma) => typeof ma == "string" || typeof ma == "number" ? /* @__PURE__ */ reactExports.createElement(Radio$1, {
|
|
46105
46105
|
key: ma.toString(),
|
|
46106
46106
|
prefixCls: ga,
|
|
46107
46107
|
disabled: w,
|
|
46108
46108
|
value: ma,
|
|
46109
|
-
checked:
|
|
46109
|
+
checked: sa === ma
|
|
46110
46110
|
}, ma) : /* @__PURE__ */ reactExports.createElement(Radio$1, {
|
|
46111
46111
|
key: `radio-group-value-options-${ma.value}`,
|
|
46112
46112
|
prefixCls: ga,
|
|
46113
46113
|
disabled: ma.disabled || w,
|
|
46114
46114
|
value: ma.value,
|
|
46115
|
-
checked:
|
|
46115
|
+
checked: sa === ma.value,
|
|
46116
46116
|
title: ma.title,
|
|
46117
46117
|
style: ma.style,
|
|
46118
46118
|
id: ma.id,
|
|
@@ -46124,12 +46124,12 @@ const RadioGroup = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
46124
46124
|
[`${ya}-block`]: ea
|
|
46125
46125
|
}, s, u, $a, xa, ha), Ea = reactExports.useMemo(() => ({
|
|
46126
46126
|
onChange: va,
|
|
46127
|
-
value:
|
|
46127
|
+
value: sa,
|
|
46128
46128
|
disabled: w,
|
|
46129
46129
|
name: ue,
|
|
46130
46130
|
optionType: se,
|
|
46131
46131
|
block: ea
|
|
46132
|
-
}), [va,
|
|
46132
|
+
}), [va, sa, w, ue, se, ea]);
|
|
46133
46133
|
return pa(/* @__PURE__ */ reactExports.createElement("div", Object.assign({}, pickAttrs(e, {
|
|
46134
46134
|
aria: !0,
|
|
46135
46135
|
data: !0
|
|
@@ -47205,16 +47205,16 @@ function useSyncState$1(e, t) {
|
|
|
47205
47205
|
var MIN_SWIPE_DISTANCE = 0.1, STOP_SWIPE_DISTANCE = 0.01, REFRESH_INTERVAL = 20, SPEED_OFF_MULTIPLE = Math.pow(0.995, REFRESH_INTERVAL);
|
|
47206
47206
|
function useTouchMove(e, t) {
|
|
47207
47207
|
var r = reactExports.useState(), n = _slicedToArray(r, 2), a = n[0], s = n[1], u = reactExports.useState(0), g = _slicedToArray(u, 2), C = g[0], w = g[1], D = reactExports.useState(0), G = _slicedToArray(D, 2), ne = G[0], oe = G[1], se = reactExports.useState(), ue = _slicedToArray(se, 2), ae = ue[0], ct = ue[1], ea = reactExports.useRef();
|
|
47208
|
-
function ut(
|
|
47209
|
-
var va =
|
|
47208
|
+
function ut(ca) {
|
|
47209
|
+
var va = ca.touches[0], ga = va.screenX, ya = va.screenY;
|
|
47210
47210
|
s({
|
|
47211
47211
|
x: ga,
|
|
47212
47212
|
y: ya
|
|
47213
47213
|
}), window.clearInterval(ea.current);
|
|
47214
47214
|
}
|
|
47215
|
-
function ra(
|
|
47215
|
+
function ra(ca) {
|
|
47216
47216
|
if (a) {
|
|
47217
|
-
var va =
|
|
47217
|
+
var va = ca.touches[0], ga = va.screenX, ya = va.screenY;
|
|
47218
47218
|
s({
|
|
47219
47219
|
x: ga,
|
|
47220
47220
|
y: ya
|
|
@@ -47230,9 +47230,9 @@ function useTouchMove(e, t) {
|
|
|
47230
47230
|
}
|
|
47231
47231
|
function ta() {
|
|
47232
47232
|
if (a && (s(null), ct(null), ae)) {
|
|
47233
|
-
var
|
|
47233
|
+
var ca = ae.x / ne, va = ae.y / ne, ga = Math.abs(ca), ya = Math.abs(va);
|
|
47234
47234
|
if (Math.max(ga, ya) < MIN_SWIPE_DISTANCE) return;
|
|
47235
|
-
var ha =
|
|
47235
|
+
var ha = ca, pa = va;
|
|
47236
47236
|
ea.current = window.setInterval(function() {
|
|
47237
47237
|
if (Math.abs(ha) < STOP_SWIPE_DISTANCE && Math.abs(pa) < STOP_SWIPE_DISTANCE) {
|
|
47238
47238
|
window.clearInterval(ea.current);
|
|
@@ -47243,34 +47243,34 @@ function useTouchMove(e, t) {
|
|
|
47243
47243
|
}
|
|
47244
47244
|
}
|
|
47245
47245
|
var oa = reactExports.useRef();
|
|
47246
|
-
function ia(
|
|
47247
|
-
var va =
|
|
47248
|
-
ha === pa ? ya = oa.current === "x" ? va : ga : ha > pa ? (ya = va, oa.current = "x") : (ya = ga, oa.current = "y"), t(-ya, -ya) &&
|
|
47246
|
+
function ia(ca) {
|
|
47247
|
+
var va = ca.deltaX, ga = ca.deltaY, ya = 0, ha = Math.abs(va), pa = Math.abs(ga);
|
|
47248
|
+
ha === pa ? ya = oa.current === "x" ? va : ga : ha > pa ? (ya = va, oa.current = "x") : (ya = ga, oa.current = "y"), t(-ya, -ya) && ca.preventDefault();
|
|
47249
47249
|
}
|
|
47250
|
-
var
|
|
47251
|
-
|
|
47250
|
+
var sa = reactExports.useRef(null);
|
|
47251
|
+
sa.current = {
|
|
47252
47252
|
onTouchStart: ut,
|
|
47253
47253
|
onTouchMove: ra,
|
|
47254
47254
|
onTouchEnd: ta,
|
|
47255
47255
|
onWheel: ia
|
|
47256
47256
|
}, reactExports.useEffect(function() {
|
|
47257
|
-
function
|
|
47258
|
-
|
|
47257
|
+
function ca(ha) {
|
|
47258
|
+
sa.current.onTouchStart(ha);
|
|
47259
47259
|
}
|
|
47260
47260
|
function va(ha) {
|
|
47261
|
-
|
|
47261
|
+
sa.current.onTouchMove(ha);
|
|
47262
47262
|
}
|
|
47263
47263
|
function ga(ha) {
|
|
47264
|
-
|
|
47264
|
+
sa.current.onTouchEnd(ha);
|
|
47265
47265
|
}
|
|
47266
47266
|
function ya(ha) {
|
|
47267
|
-
|
|
47267
|
+
sa.current.onWheel(ha);
|
|
47268
47268
|
}
|
|
47269
47269
|
return document.addEventListener("touchmove", va, {
|
|
47270
47270
|
passive: !1
|
|
47271
47271
|
}), document.addEventListener("touchend", ga, {
|
|
47272
47272
|
passive: !0
|
|
47273
|
-
}), e.current.addEventListener("touchstart",
|
|
47273
|
+
}), e.current.addEventListener("touchstart", ca, {
|
|
47274
47274
|
passive: !0
|
|
47275
47275
|
}), e.current.addEventListener("wheel", ya, {
|
|
47276
47276
|
passive: !1
|
|
@@ -47376,7 +47376,7 @@ var AddButton = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
47376
47376
|
});
|
|
47377
47377
|
process.env.NODE_ENV !== "production" && (ExtraContent.displayName = "ExtraContent");
|
|
47378
47378
|
var OperationNode = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
47379
|
-
var r = e.prefixCls, n = e.id, a = e.tabs, s = e.locale, u = e.mobile, g = e.more, C = g === void 0 ? {} : g, w = e.style, D = e.className, G = e.editable, ne = e.tabBarGutter, oe = e.rtl, se = e.removeAriaLabel, ue = e.onTabClick, ae = e.getPopupContainer, ct = e.popupClassName, ea = reactExports.useState(!1), ut = _slicedToArray(ea, 2), ra = ut[0], ta = ut[1], oa = reactExports.useState(null), ia = _slicedToArray(oa, 2),
|
|
47379
|
+
var r = e.prefixCls, n = e.id, a = e.tabs, s = e.locale, u = e.mobile, g = e.more, C = g === void 0 ? {} : g, w = e.style, D = e.className, G = e.editable, ne = e.tabBarGutter, oe = e.rtl, se = e.removeAriaLabel, ue = e.onTabClick, ae = e.getPopupContainer, ct = e.popupClassName, ea = reactExports.useState(!1), ut = _slicedToArray(ea, 2), ra = ut[0], ta = ut[1], oa = reactExports.useState(null), ia = _slicedToArray(oa, 2), sa = ia[0], ca = ia[1], va = C.icon, ga = va === void 0 ? "More" : va, ya = "".concat(n, "-more-popup"), ha = "".concat(r, "-dropdown"), pa = sa !== null ? "".concat(ya, "-").concat(sa) : null, $a = s == null ? void 0 : s.dropdownAriaLabel;
|
|
47380
47380
|
function xa(Oa, Na) {
|
|
47381
47381
|
Oa.preventDefault(), Oa.stopPropagation(), G.onEdit("remove", {
|
|
47382
47382
|
key: Na,
|
|
@@ -47393,7 +47393,7 @@ var OperationNode = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
47393
47393
|
tabIndex: -1,
|
|
47394
47394
|
role: "listbox",
|
|
47395
47395
|
"aria-activedescendant": pa,
|
|
47396
|
-
selectedKeys: [
|
|
47396
|
+
selectedKeys: [sa],
|
|
47397
47397
|
"aria-label": $a !== void 0 ? $a : "expanded dropdown"
|
|
47398
47398
|
}, a.map(function(Oa) {
|
|
47399
47399
|
var Na = Oa.closable, Aa = Oa.disabled, Ba = Oa.closeIcon, ja = Oa.key, za = Oa.label, Ja = getRemovable(Na, Ba, G, Aa);
|
|
@@ -47417,12 +47417,12 @@ var OperationNode = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
47417
47417
|
for (var Na = a.filter(function(Ja) {
|
|
47418
47418
|
return !Ja.disabled;
|
|
47419
47419
|
}), Aa = Na.findIndex(function(Ja) {
|
|
47420
|
-
return Ja.key ===
|
|
47420
|
+
return Ja.key === sa;
|
|
47421
47421
|
}) || 0, Ba = Na.length, ja = 0; ja < Ba; ja += 1) {
|
|
47422
47422
|
Aa = (Aa + Oa + Ba) % Ba;
|
|
47423
47423
|
var za = Na[Aa];
|
|
47424
47424
|
if (!za.disabled) {
|
|
47425
|
-
|
|
47425
|
+
ca(za.key);
|
|
47426
47426
|
return;
|
|
47427
47427
|
}
|
|
47428
47428
|
}
|
|
@@ -47445,15 +47445,15 @@ var OperationNode = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
47445
47445
|
break;
|
|
47446
47446
|
case KeyCode.SPACE:
|
|
47447
47447
|
case KeyCode.ENTER:
|
|
47448
|
-
|
|
47448
|
+
sa !== null && ue(sa, Oa);
|
|
47449
47449
|
break;
|
|
47450
47450
|
}
|
|
47451
47451
|
}
|
|
47452
47452
|
reactExports.useEffect(function() {
|
|
47453
47453
|
var Oa = document.getElementById(pa);
|
|
47454
47454
|
Oa && Oa.scrollIntoView && Oa.scrollIntoView(!1);
|
|
47455
|
-
}, [
|
|
47456
|
-
ra ||
|
|
47455
|
+
}, [sa]), reactExports.useEffect(function() {
|
|
47456
|
+
ra || ca(null);
|
|
47457
47457
|
}, [ra]);
|
|
47458
47458
|
var Ea = _defineProperty({}, oe ? "marginRight" : "marginLeft", ne);
|
|
47459
47459
|
a.length || (Ea.visibility = "hidden", Ea.order = 1);
|
|
@@ -47497,13 +47497,13 @@ const OperationNode$1 = /* @__PURE__ */ reactExports.memo(OperationNode, functio
|
|
|
47497
47497
|
});
|
|
47498
47498
|
var TabNode = function(t) {
|
|
47499
47499
|
var r = t.prefixCls, n = t.id, a = t.active, s = t.tab, u = s.key, g = s.label, C = s.disabled, w = s.closeIcon, D = s.icon, G = t.closable, ne = t.renderWrapper, oe = t.removeAriaLabel, se = t.editable, ue = t.onClick, ae = t.onFocus, ct = t.style, ea = "".concat(r, "-tab"), ut = getRemovable(G, w, se, C);
|
|
47500
|
-
function ra(
|
|
47501
|
-
C || ue(
|
|
47500
|
+
function ra(sa) {
|
|
47501
|
+
C || ue(sa);
|
|
47502
47502
|
}
|
|
47503
|
-
function ta(
|
|
47504
|
-
|
|
47503
|
+
function ta(sa) {
|
|
47504
|
+
sa.preventDefault(), sa.stopPropagation(), se.onEdit("remove", {
|
|
47505
47505
|
key: u,
|
|
47506
|
-
event:
|
|
47506
|
+
event: sa
|
|
47507
47507
|
});
|
|
47508
47508
|
}
|
|
47509
47509
|
var oa = reactExports.useMemo(function() {
|
|
@@ -47522,11 +47522,11 @@ var TabNode = function(t) {
|
|
|
47522
47522
|
"aria-controls": n && "".concat(n, "-panel-").concat(u),
|
|
47523
47523
|
"aria-disabled": C,
|
|
47524
47524
|
tabIndex: C ? null : 0,
|
|
47525
|
-
onClick: function(
|
|
47526
|
-
|
|
47525
|
+
onClick: function(ca) {
|
|
47526
|
+
ca.stopPropagation(), ra(ca);
|
|
47527
47527
|
},
|
|
47528
|
-
onKeyDown: function(
|
|
47529
|
-
[KeyCode.SPACE, KeyCode.ENTER].includes(
|
|
47528
|
+
onKeyDown: function(ca) {
|
|
47529
|
+
[KeyCode.SPACE, KeyCode.ENTER].includes(ca.which) && (ca.preventDefault(), ra(ca));
|
|
47530
47530
|
},
|
|
47531
47531
|
onFocus: ae
|
|
47532
47532
|
}, D && /* @__PURE__ */ reactExports.createElement("span", {
|
|
@@ -47536,8 +47536,8 @@ var TabNode = function(t) {
|
|
|
47536
47536
|
"aria-label": oe || "remove",
|
|
47537
47537
|
tabIndex: 0,
|
|
47538
47538
|
className: "".concat(ea, "-remove"),
|
|
47539
|
-
onClick: function(
|
|
47540
|
-
|
|
47539
|
+
onClick: function(ca) {
|
|
47540
|
+
ca.stopPropagation(), ta(ca);
|
|
47541
47541
|
}
|
|
47542
47542
|
}, w || se.removeIcon || "×"));
|
|
47543
47543
|
return ne ? ne(ia) : ia;
|
|
@@ -47555,7 +47555,7 @@ var TabNode = function(t) {
|
|
|
47555
47555
|
}, getUnitValue = function(t, r) {
|
|
47556
47556
|
return t[r ? 0 : 1];
|
|
47557
47557
|
}, TabNavList = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
47558
|
-
var r = e.className, n = e.style, a = e.id, s = e.animated, u = e.activeKey, g = e.rtl, C = e.extra, w = e.editable, D = e.locale, G = e.tabPosition, ne = e.tabBarGutter, oe = e.children, se = e.onTabClick, ue = e.onTabScroll, ae = e.indicator, ct = reactExports.useContext(TabContext), ea = ct.prefixCls, ut = ct.tabs, ra = reactExports.useRef(null), ta = reactExports.useRef(null), oa = reactExports.useRef(null), ia = reactExports.useRef(null),
|
|
47558
|
+
var r = e.className, n = e.style, a = e.id, s = e.animated, u = e.activeKey, g = e.rtl, C = e.extra, w = e.editable, D = e.locale, G = e.tabPosition, ne = e.tabBarGutter, oe = e.children, se = e.onTabClick, ue = e.onTabScroll, ae = e.indicator, ct = reactExports.useContext(TabContext), ea = ct.prefixCls, ut = ct.tabs, ra = reactExports.useRef(null), ta = reactExports.useRef(null), oa = reactExports.useRef(null), ia = reactExports.useRef(null), sa = reactExports.useRef(null), ca = reactExports.useRef(null), va = reactExports.useRef(null), ga = G === "top" || G === "bottom", ya = useSyncState$1(0, function(Ha, Qa) {
|
|
47559
47559
|
ga && ue && ue({
|
|
47560
47560
|
direction: Ha > Qa ? "left" : "right"
|
|
47561
47561
|
});
|
|
@@ -47642,9 +47642,9 @@ var TabNode = function(t) {
|
|
|
47642
47642
|
});
|
|
47643
47643
|
}), rs = function() {
|
|
47644
47644
|
return Oi(function() {
|
|
47645
|
-
var Qa, Si = /* @__PURE__ */ new Map(), ji = (Qa =
|
|
47645
|
+
var Qa, Si = /* @__PURE__ */ new Map(), ji = (Qa = sa.current) === null || Qa === void 0 ? void 0 : Qa.getBoundingClientRect();
|
|
47646
47646
|
return ut.forEach(function(al) {
|
|
47647
|
-
var Fi, gl = al.key, Bi = (Fi =
|
|
47647
|
+
var Fi, gl = al.key, Bi = (Fi = sa.current) === null || Fi === void 0 ? void 0 : Fi.querySelector('[data-node-key="'.concat(genDataNodeKey(gl), '"]'));
|
|
47648
47648
|
if (Bi) {
|
|
47649
47649
|
var Wi = getTabSize(Bi, ji), el = _slicedToArray(Wi, 4), Ll = el[0], ss = el[1], Zl = el[2], vs = el[3];
|
|
47650
47650
|
Si.set(gl, {
|
|
@@ -47667,9 +47667,9 @@ var TabNode = function(t) {
|
|
|
47667
47667
|
Oa([Ha[0] - Qa[0] - Si[0], Ha[1] - Qa[1] - Si[1]]);
|
|
47668
47668
|
var ji = getSize(va);
|
|
47669
47669
|
La(ji);
|
|
47670
|
-
var al = getSize(
|
|
47670
|
+
var al = getSize(ca);
|
|
47671
47671
|
Ka(al);
|
|
47672
|
-
var Fi = getSize(
|
|
47672
|
+
var Fi = getSize(sa);
|
|
47673
47673
|
ja([Fi[0] - ji[0], Fi[1] - ji[1]]), rs();
|
|
47674
47674
|
}), ll = ut.slice(0, es), Mi = ut.slice(Sl + 1), Ui = [].concat(_toConsumableArray(ll), _toConsumableArray(Mi)), _l = mi.get(u), kl = useIndicator({
|
|
47675
47675
|
activeTabOffset: _l,
|
|
@@ -47706,7 +47706,7 @@ var TabNode = function(t) {
|
|
|
47706
47706
|
}, /* @__PURE__ */ reactExports.createElement(RefResizeObserver, {
|
|
47707
47707
|
onResize: El
|
|
47708
47708
|
}, /* @__PURE__ */ reactExports.createElement("div", {
|
|
47709
|
-
ref:
|
|
47709
|
+
ref: sa,
|
|
47710
47710
|
className: "".concat(ea, "-nav-list"),
|
|
47711
47711
|
style: {
|
|
47712
47712
|
transform: "translate(".concat(pa, "px, ").concat(da, "px)"),
|
|
@@ -47725,7 +47725,7 @@ var TabNode = function(t) {
|
|
|
47725
47725
|
style: Vi
|
|
47726
47726
|
}))))), /* @__PURE__ */ reactExports.createElement(OperationNode$1, _extends({}, e, {
|
|
47727
47727
|
removeAriaLabel: D == null ? void 0 : D.removeAriaLabel,
|
|
47728
|
-
ref:
|
|
47728
|
+
ref: ca,
|
|
47729
47729
|
prefixCls: ea,
|
|
47730
47730
|
tabs: Ui,
|
|
47731
47731
|
className: !Ni && Hi,
|
|
@@ -47814,7 +47814,7 @@ function useAnimateConfig$1() {
|
|
|
47814
47814
|
}, _typeof$1(e) === "object" ? e : {}), t.tabPaneMotion && t.tabPane === void 0 && (t.tabPane = !0), !t.tabPaneMotion && t.tabPane && (process.env.NODE_ENV !== "production" && warningOnce(!1, "`animated.tabPane` is true but `animated.tabPaneMotion` is not provided. Motion will not work."), t.tabPane = !1), t;
|
|
47815
47815
|
}
|
|
47816
47816
|
var _excluded$e = ["id", "prefixCls", "className", "items", "direction", "activeKey", "defaultActiveKey", "editable", "animated", "tabPosition", "tabBarGutter", "tabBarStyle", "tabBarExtraContent", "locale", "more", "destroyInactiveTabPane", "renderTabBar", "onChange", "onTabClick", "onTabScroll", "getPopupContainer", "popupClassName", "indicator"], uuid = 0, Tabs$1 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
47817
|
-
var r = e.id, n = e.prefixCls, a = n === void 0 ? "rc-tabs" : n, s = e.className, u = e.items, g = e.direction, C = e.activeKey, w = e.defaultActiveKey, D = e.editable, G = e.animated, ne = e.tabPosition, oe = ne === void 0 ? "top" : ne, se = e.tabBarGutter, ue = e.tabBarStyle, ae = e.tabBarExtraContent, ct = e.locale, ea = e.more, ut = e.destroyInactiveTabPane, ra = e.renderTabBar, ta = e.onChange, oa = e.onTabClick, ia = e.onTabScroll,
|
|
47817
|
+
var r = e.id, n = e.prefixCls, a = n === void 0 ? "rc-tabs" : n, s = e.className, u = e.items, g = e.direction, C = e.activeKey, w = e.defaultActiveKey, D = e.editable, G = e.animated, ne = e.tabPosition, oe = ne === void 0 ? "top" : ne, se = e.tabBarGutter, ue = e.tabBarStyle, ae = e.tabBarExtraContent, ct = e.locale, ea = e.more, ut = e.destroyInactiveTabPane, ra = e.renderTabBar, ta = e.onChange, oa = e.onTabClick, ia = e.onTabScroll, sa = e.getPopupContainer, ca = e.popupClassName, va = e.indicator, ga = _objectWithoutProperties(e, _excluded$e), ya = reactExports.useMemo(function() {
|
|
47818
47818
|
return (u || []).filter(function(Pa) {
|
|
47819
47819
|
return Pa && _typeof$1(Pa) === "object" && "key" in Pa;
|
|
47820
47820
|
});
|
|
@@ -47873,8 +47873,8 @@ var _excluded$e = ["id", "prefixCls", "className", "items", "direction", "active
|
|
|
47873
47873
|
extra: ae,
|
|
47874
47874
|
style: ue,
|
|
47875
47875
|
panes: null,
|
|
47876
|
-
getPopupContainer:
|
|
47877
|
-
popupClassName:
|
|
47876
|
+
getPopupContainer: sa,
|
|
47877
|
+
popupClassName: ca,
|
|
47878
47878
|
indicator: va
|
|
47879
47879
|
});
|
|
47880
47880
|
return /* @__PURE__ */ reactExports.createElement(TabContext.Provider, {
|
|
@@ -48823,8 +48823,8 @@ const Tabs = (e) => {
|
|
|
48823
48823
|
moreIcon: ta,
|
|
48824
48824
|
more: oa,
|
|
48825
48825
|
popupClassName: ia,
|
|
48826
|
-
children:
|
|
48827
|
-
items:
|
|
48826
|
+
children: sa,
|
|
48827
|
+
items: ca,
|
|
48828
48828
|
animated: va,
|
|
48829
48829
|
style: ga,
|
|
48830
48830
|
indicatorSize: ya,
|
|
@@ -48855,7 +48855,7 @@ const Tabs = (e) => {
|
|
|
48855
48855
|
const Ma = devUseWarning("Tabs");
|
|
48856
48856
|
process.env.NODE_ENV !== "production" && Ma(!("onPrevClick" in e) && !("onNextClick" in e), "breaking", "`onPrevClick` and `onNextClick` has been removed. Please use `onTabScroll` instead."), process.env.NODE_ENV !== "production" && Ma(!(ya || fa != null && fa.indicatorSize), "deprecated", "`indicatorSize` has been deprecated. Please use `indicator={{ size: ... }}` instead.");
|
|
48857
48857
|
}
|
|
48858
|
-
const ja = useSize$1(ue), za = useLegacyItems(
|
|
48858
|
+
const ja = useSize$1(ue), za = useLegacyItems(ca, sa), Ja = useAnimateConfig(Ea, va), Ua = Object.assign(Object.assign({}, fa == null ? void 0 : fa.style), ga), La = {
|
|
48859
48859
|
align: (r = ha == null ? void 0 : ha.align) !== null && r !== void 0 ? r : (n = fa == null ? void 0 : fa.indicator) === null || n === void 0 ? void 0 : n.align,
|
|
48860
48860
|
size: (g = (s = (a = ha == null ? void 0 : ha.size) !== null && a !== void 0 ? a : ya) !== null && s !== void 0 ? s : (u = fa == null ? void 0 : fa.indicator) === null || u === void 0 ? void 0 : u.size) !== null && g !== void 0 ? g : fa == null ? void 0 : fa.indicatorSize
|
|
48861
48861
|
};
|
|
@@ -49020,8 +49020,8 @@ function traverseDataNodes(e, t, r) {
|
|
|
49020
49020
|
};
|
|
49021
49021
|
t(oa);
|
|
49022
49022
|
}
|
|
49023
|
-
ea && ea.forEach(function(ia,
|
|
49024
|
-
oe(ia,
|
|
49023
|
+
ea && ea.forEach(function(ia, sa) {
|
|
49024
|
+
oe(ia, sa, {
|
|
49025
49025
|
node: se,
|
|
49026
49026
|
pos: ut,
|
|
49027
49027
|
level: ae ? ae.level + 1 : -1
|
|
@@ -49450,7 +49450,7 @@ const InternalCheckbox = (e, t) => {
|
|
|
49450
49450
|
if (!G)
|
|
49451
49451
|
return oe.value !== ta.current && (ct == null || ct.cancelValue(ta.current), ct == null || ct.registerValue(oe.value), ta.current = oe.value), () => ct == null ? void 0 : ct.cancelValue(oe.value);
|
|
49452
49452
|
}, [oe.value]);
|
|
49453
|
-
const oa = se("checkbox", n), ia = useCSSVarCls(oa), [
|
|
49453
|
+
const oa = se("checkbox", n), ia = useCSSVarCls(oa), [sa, ca, va] = useStyle$5(oa, ia), ga = Object.assign({}, oe);
|
|
49454
49454
|
ct && !G && (ga.onChange = function() {
|
|
49455
49455
|
oe.onChange && oe.onChange.apply(oe, arguments), ct.toggleOption && ct.toggleOption({
|
|
49456
49456
|
label: u,
|
|
@@ -49462,10 +49462,10 @@ const InternalCheckbox = (e, t) => {
|
|
|
49462
49462
|
[`${oa}-wrapper-checked`]: ga.checked,
|
|
49463
49463
|
[`${oa}-wrapper-disabled`]: ra,
|
|
49464
49464
|
[`${oa}-wrapper-in-form-item`]: ea
|
|
49465
|
-
}, ae == null ? void 0 : ae.className, a, s, va, ia,
|
|
49465
|
+
}, ae == null ? void 0 : ae.className, a, s, va, ia, ca), ha = classNames({
|
|
49466
49466
|
[`${oa}-indeterminate`]: g
|
|
49467
|
-
}, TARGET_CLS,
|
|
49468
|
-
return
|
|
49467
|
+
}, TARGET_CLS, ca), pa = g ? "mixed" : void 0;
|
|
49468
|
+
return sa(/* @__PURE__ */ reactExports.createElement(Wave, {
|
|
49469
49469
|
component: "Checkbox",
|
|
49470
49470
|
disabled: ra
|
|
49471
49471
|
}, /* @__PURE__ */ reactExports.createElement("label", {
|
|
@@ -49520,7 +49520,7 @@ const CheckboxGroup = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
49520
49520
|
const Ea = ct.findIndex((wa) => wa.value === da), ma = ct.findIndex((wa) => wa.value === ba);
|
|
49521
49521
|
return Ea - ma;
|
|
49522
49522
|
}));
|
|
49523
|
-
}, ta = G("checkbox", s), oa = `${ta}-group`, ia = useCSSVarCls(ta), [
|
|
49523
|
+
}, ta = G("checkbox", s), oa = `${ta}-group`, ia = useCSSVarCls(ta), [sa, ca, va] = useStyle$5(ta, ia), ga = omit(D, ["value", "disabled"]), ya = a.length ? ct.map(($a) => /* @__PURE__ */ reactExports.createElement(Checkbox$1, {
|
|
49524
49524
|
prefixCls: ta,
|
|
49525
49525
|
key: $a.value.toString(),
|
|
49526
49526
|
disabled: "disabled" in $a ? $a.disabled : D.disabled,
|
|
@@ -49542,8 +49542,8 @@ const CheckboxGroup = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
49542
49542
|
cancelValue: ea
|
|
49543
49543
|
}, pa = classNames(oa, {
|
|
49544
49544
|
[`${oa}-rtl`]: ne === "rtl"
|
|
49545
|
-
}, u, g, va, ia,
|
|
49546
|
-
return
|
|
49545
|
+
}, u, g, va, ia, ca);
|
|
49546
|
+
return sa(/* @__PURE__ */ reactExports.createElement("div", Object.assign({
|
|
49547
49547
|
className: pa,
|
|
49548
49548
|
style: C
|
|
49549
49549
|
}, ga, {
|
|
@@ -49608,7 +49608,7 @@ function triggerFocus$1(e, t) {
|
|
|
49608
49608
|
}
|
|
49609
49609
|
}
|
|
49610
49610
|
var BaseInput = /* @__PURE__ */ React$1.forwardRef(function(e, t) {
|
|
49611
|
-
var r, n, a = e.inputElement, s = e.children, u = e.prefixCls, g = e.prefix, C = e.suffix, w = e.addonBefore, D = e.addonAfter, G = e.className, ne = e.style, oe = e.disabled, se = e.readOnly, ue = e.focused, ae = e.triggerFocus, ct = e.allowClear, ea = e.value, ut = e.handleReset, ra = e.hidden, ta = e.classes, oa = e.classNames, ia = e.dataAttrs,
|
|
49611
|
+
var r, n, a = e.inputElement, s = e.children, u = e.prefixCls, g = e.prefix, C = e.suffix, w = e.addonBefore, D = e.addonAfter, G = e.className, ne = e.style, oe = e.disabled, se = e.readOnly, ue = e.focused, ae = e.triggerFocus, ct = e.allowClear, ea = e.value, ut = e.handleReset, ra = e.hidden, ta = e.classes, oa = e.classNames, ia = e.dataAttrs, sa = e.styles, ca = e.components, va = e.onClear, ga = s ?? a, ya = (ca == null ? void 0 : ca.affixWrapper) || "span", ha = (ca == null ? void 0 : ca.groupWrapper) || "span", pa = (ca == null ? void 0 : ca.wrapper) || "span", $a = (ca == null ? void 0 : ca.groupAddon) || "span", xa = reactExports.useRef(null), fa = function(Pa) {
|
|
49612
49612
|
var Ka;
|
|
49613
49613
|
(Ka = xa.current) !== null && Ka !== void 0 && Ka.contains(Pa.target) && (ae == null || ae());
|
|
49614
49614
|
}, da = hasPrefixSuffix$1(e), ba = /* @__PURE__ */ reactExports.cloneElement(ga, {
|
|
@@ -49637,17 +49637,17 @@ var BaseInput = /* @__PURE__ */ React$1.forwardRef(function(e, t) {
|
|
|
49637
49637
|
}
|
|
49638
49638
|
var Aa = "".concat(u, "-affix-wrapper"), Ba = classNames(Aa, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(u, "-disabled"), oe), "".concat(Aa, "-disabled"), oe), "".concat(Aa, "-focused"), ue), "".concat(Aa, "-readonly"), se), "".concat(Aa, "-input-with-clear-btn"), C && ct && ea), ta == null ? void 0 : ta.affixWrapper, oa == null ? void 0 : oa.affixWrapper, oa == null ? void 0 : oa.variant), ja = (C || ct) && /* @__PURE__ */ React$1.createElement("span", {
|
|
49639
49639
|
className: classNames("".concat(u, "-suffix"), oa == null ? void 0 : oa.suffix),
|
|
49640
|
-
style:
|
|
49640
|
+
style: sa == null ? void 0 : sa.suffix
|
|
49641
49641
|
}, ma, C);
|
|
49642
49642
|
ba = /* @__PURE__ */ React$1.createElement(ya, _extends({
|
|
49643
49643
|
className: Ba,
|
|
49644
|
-
style:
|
|
49644
|
+
style: sa == null ? void 0 : sa.affixWrapper,
|
|
49645
49645
|
onClick: fa
|
|
49646
49646
|
}, ia == null ? void 0 : ia.affixWrapper, {
|
|
49647
49647
|
ref: xa
|
|
49648
49648
|
}), g && /* @__PURE__ */ React$1.createElement("span", {
|
|
49649
49649
|
className: classNames("".concat(u, "-prefix"), oa == null ? void 0 : oa.prefix),
|
|
49650
|
-
style:
|
|
49650
|
+
style: sa == null ? void 0 : sa.prefix
|
|
49651
49651
|
}, g), ba, ja);
|
|
49652
49652
|
}
|
|
49653
49653
|
if (hasAddon(e)) {
|
|
@@ -49684,7 +49684,7 @@ function useCount(e, t) {
|
|
|
49684
49684
|
}, [e, t]);
|
|
49685
49685
|
}
|
|
49686
49686
|
var _excluded$b = ["autoComplete", "onChange", "onFocus", "onBlur", "onPressEnter", "onKeyDown", "onKeyUp", "prefixCls", "disabled", "htmlSize", "className", "maxLength", "suffix", "showCount", "count", "type", "classes", "classNames", "styles", "onCompositionStart", "onCompositionEnd"], Input$2 = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
49687
|
-
var r = e.autoComplete, n = e.onChange, a = e.onFocus, s = e.onBlur, u = e.onPressEnter, g = e.onKeyDown, C = e.onKeyUp, w = e.prefixCls, D = w === void 0 ? "rc-input" : w, G = e.disabled, ne = e.htmlSize, oe = e.className, se = e.maxLength, ue = e.suffix, ae = e.showCount, ct = e.count, ea = e.type, ut = ea === void 0 ? "text" : ea, ra = e.classes, ta = e.classNames, oa = e.styles, ia = e.onCompositionStart,
|
|
49687
|
+
var r = e.autoComplete, n = e.onChange, a = e.onFocus, s = e.onBlur, u = e.onPressEnter, g = e.onKeyDown, C = e.onKeyUp, w = e.prefixCls, D = w === void 0 ? "rc-input" : w, G = e.disabled, ne = e.htmlSize, oe = e.className, se = e.maxLength, ue = e.suffix, ae = e.showCount, ct = e.count, ea = e.type, ut = ea === void 0 ? "text" : ea, ra = e.classes, ta = e.classNames, oa = e.styles, ia = e.onCompositionStart, sa = e.onCompositionEnd, ca = _objectWithoutProperties(e, _excluded$b), va = reactExports.useState(!1), ga = _slicedToArray(va, 2), ya = ga[0], ha = ga[1], pa = reactExports.useRef(!1), $a = reactExports.useRef(!1), xa = reactExports.useRef(null), fa = reactExports.useRef(null), da = function(bi) {
|
|
49688
49688
|
xa.current && triggerFocus$1(xa.current, bi);
|
|
49689
49689
|
}, ba = useMergedState(e.defaultValue, {
|
|
49690
49690
|
value: e.value
|
|
@@ -49739,7 +49739,7 @@ var _excluded$b = ["autoComplete", "onChange", "onFocus", "onBlur", "onPressEnte
|
|
|
49739
49739
|
}, Pa = function(bi) {
|
|
49740
49740
|
pa.current = !1, Ma(bi, bi.currentTarget.value, {
|
|
49741
49741
|
source: "compositionEnd"
|
|
49742
|
-
}),
|
|
49742
|
+
}), sa == null || sa(bi);
|
|
49743
49743
|
}, Ka = function(bi) {
|
|
49744
49744
|
u && bi.key === "Enter" && !$a.current && ($a.current = !0, u(bi)), g == null || g(bi);
|
|
49745
49745
|
}, Ga = function(bi) {
|
|
@@ -49803,7 +49803,7 @@ var _excluded$b = ["autoComplete", "onChange", "onFocus", "onBlur", "onPressEnte
|
|
|
49803
49803
|
}
|
|
49804
49804
|
return null;
|
|
49805
49805
|
};
|
|
49806
|
-
return /* @__PURE__ */ React$1.createElement(BaseInput, _extends({},
|
|
49806
|
+
return /* @__PURE__ */ React$1.createElement(BaseInput, _extends({}, ca, {
|
|
49807
49807
|
prefixCls: D,
|
|
49808
49808
|
className: classNames(oe, mi),
|
|
49809
49809
|
handleReset: Oi,
|
|
@@ -49921,11 +49921,11 @@ const Input$1 = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
49921
49921
|
const {
|
|
49922
49922
|
getPrefixCls: oa,
|
|
49923
49923
|
direction: ia,
|
|
49924
|
-
input:
|
|
49925
|
-
} = React$1.useContext(ConfigContext),
|
|
49924
|
+
input: sa
|
|
49925
|
+
} = React$1.useContext(ConfigContext), ca = oa("input", n), va = reactExports.useRef(null), ga = useCSSVarCls(ca), [ya, ha, pa] = useStyle$7(ca, ga), {
|
|
49926
49926
|
compactSize: $a,
|
|
49927
49927
|
compactItemClassnames: xa
|
|
49928
|
-
} = useCompactItemContext(
|
|
49928
|
+
} = useCompactItemContext(ca, ia), fa = useSize$1((Pa) => {
|
|
49929
49929
|
var Ka;
|
|
49930
49930
|
return (Ka = u ?? $a) !== null && Ka !== void 0 ? Ka : Pa;
|
|
49931
49931
|
}), da = React$1.useContext(DisabledContext), ba = g ?? da, {
|
|
@@ -49946,20 +49946,20 @@ const Input$1 = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
49946
49946
|
Ba(), w == null || w(Pa);
|
|
49947
49947
|
}, Ja = (Pa) => {
|
|
49948
49948
|
Ba(), ea == null || ea(Pa);
|
|
49949
|
-
}, Ua = (ma || D) && /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, D, ma && wa), La = getAllowClear(G ?? (
|
|
49949
|
+
}, Ua = (ma || D) && /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, D, ma && wa), La = getAllowClear(G ?? (sa == null ? void 0 : sa.allowClear)), [Ma, Wa] = useVariant("input", ra, a);
|
|
49950
49950
|
return ya(/* @__PURE__ */ React$1.createElement(Input$2, Object.assign({
|
|
49951
49951
|
ref: composeRef(t, va),
|
|
49952
|
-
prefixCls:
|
|
49953
|
-
autoComplete:
|
|
49952
|
+
prefixCls: ca,
|
|
49953
|
+
autoComplete: sa == null ? void 0 : sa.autoComplete
|
|
49954
49954
|
}, ta, {
|
|
49955
49955
|
disabled: ba,
|
|
49956
49956
|
onBlur: ja,
|
|
49957
49957
|
onFocus: za,
|
|
49958
|
-
style: Object.assign(Object.assign({},
|
|
49959
|
-
styles: Object.assign(Object.assign({},
|
|
49958
|
+
style: Object.assign(Object.assign({}, sa == null ? void 0 : sa.style), ue),
|
|
49959
|
+
styles: Object.assign(Object.assign({}, sa == null ? void 0 : sa.styles), ae),
|
|
49960
49960
|
suffix: Ua,
|
|
49961
49961
|
allowClear: La,
|
|
49962
|
-
className: classNames(se, ct, pa, ga, xa,
|
|
49962
|
+
className: classNames(se, ct, pa, ga, xa, sa == null ? void 0 : sa.className),
|
|
49963
49963
|
onChange: Ja,
|
|
49964
49964
|
addonBefore: oe && /* @__PURE__ */ React$1.createElement(ContextIsolator, {
|
|
49965
49965
|
form: !0,
|
|
@@ -49969,29 +49969,29 @@ const Input$1 = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
49969
49969
|
form: !0,
|
|
49970
49970
|
space: !0
|
|
49971
49971
|
}, ne),
|
|
49972
|
-
classNames: Object.assign(Object.assign(Object.assign({}, ut),
|
|
49972
|
+
classNames: Object.assign(Object.assign(Object.assign({}, ut), sa == null ? void 0 : sa.classNames), {
|
|
49973
49973
|
input: classNames({
|
|
49974
|
-
[`${
|
|
49975
|
-
[`${
|
|
49976
|
-
[`${
|
|
49977
|
-
}, ut == null ? void 0 : ut.input, (r =
|
|
49974
|
+
[`${ca}-sm`]: fa === "small",
|
|
49975
|
+
[`${ca}-lg`]: fa === "large",
|
|
49976
|
+
[`${ca}-rtl`]: ia === "rtl"
|
|
49977
|
+
}, ut == null ? void 0 : ut.input, (r = sa == null ? void 0 : sa.classNames) === null || r === void 0 ? void 0 : r.input, ha),
|
|
49978
49978
|
variant: classNames({
|
|
49979
|
-
[`${
|
|
49980
|
-
}, getStatusClassNames(
|
|
49979
|
+
[`${ca}-${Ma}`]: Wa
|
|
49980
|
+
}, getStatusClassNames(ca, Oa)),
|
|
49981
49981
|
affixWrapper: classNames({
|
|
49982
|
-
[`${
|
|
49983
|
-
[`${
|
|
49984
|
-
[`${
|
|
49982
|
+
[`${ca}-affix-wrapper-sm`]: fa === "small",
|
|
49983
|
+
[`${ca}-affix-wrapper-lg`]: fa === "large",
|
|
49984
|
+
[`${ca}-affix-wrapper-rtl`]: ia === "rtl"
|
|
49985
49985
|
}, ha),
|
|
49986
49986
|
wrapper: classNames({
|
|
49987
|
-
[`${
|
|
49987
|
+
[`${ca}-group-rtl`]: ia === "rtl"
|
|
49988
49988
|
}, ha),
|
|
49989
49989
|
groupWrapper: classNames({
|
|
49990
|
-
[`${
|
|
49991
|
-
[`${
|
|
49992
|
-
[`${
|
|
49993
|
-
[`${
|
|
49994
|
-
}, getStatusClassNames(`${
|
|
49990
|
+
[`${ca}-group-wrapper-sm`]: fa === "small",
|
|
49991
|
+
[`${ca}-group-wrapper-lg`]: fa === "large",
|
|
49992
|
+
[`${ca}-group-wrapper-rtl`]: ia === "rtl",
|
|
49993
|
+
[`${ca}-group-wrapper-${Ma}`]: Wa
|
|
49994
|
+
}, getStatusClassNames(`${ca}-group-wrapper`, Oa, ma), ha)
|
|
49995
49995
|
})
|
|
49996
49996
|
})));
|
|
49997
49997
|
});
|
|
@@ -50109,11 +50109,11 @@ const OTP = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50109
50109
|
aria: !0,
|
|
50110
50110
|
data: !0,
|
|
50111
50111
|
attr: !0
|
|
50112
|
-
}), ra = useCSSVarCls(ea), [ta, oa, ia] = useStyle$4(ea, ra),
|
|
50112
|
+
}), ra = useCSSVarCls(ea), [ta, oa, ia] = useStyle$4(ea, ra), sa = useSize$1((wa) => a ?? wa), ca = reactExports.useContext(FormItemInputContext), va = getMergedStatus(ca.status, G), ga = reactExports.useMemo(() => Object.assign(Object.assign({}, ca), {
|
|
50113
50113
|
status: va,
|
|
50114
50114
|
hasFeedback: !1,
|
|
50115
50115
|
feedbackIcon: null
|
|
50116
|
-
}), [
|
|
50116
|
+
}), [ca, va]), ya = reactExports.useRef(null), ha = reactExports.useRef({});
|
|
50117
50117
|
reactExports.useImperativeHandle(t, () => ({
|
|
50118
50118
|
focus: () => {
|
|
50119
50119
|
var wa;
|
|
@@ -50158,8 +50158,8 @@ const OTP = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50158
50158
|
return ta(/* @__PURE__ */ reactExports.createElement("div", Object.assign({}, ut, {
|
|
50159
50159
|
ref: ya,
|
|
50160
50160
|
className: classNames(ea, {
|
|
50161
|
-
[`${ea}-sm`]:
|
|
50162
|
-
[`${ea}-lg`]:
|
|
50161
|
+
[`${ea}-sm`]: sa === "small",
|
|
50162
|
+
[`${ea}-lg`]: sa === "large",
|
|
50163
50163
|
[`${ea}-rtl`]: ct === "rtl"
|
|
50164
50164
|
}, ia, oa)
|
|
50165
50165
|
}), /* @__PURE__ */ reactExports.createElement(FormItemInputContext.Provider, {
|
|
@@ -50174,7 +50174,7 @@ const OTP = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50174
50174
|
},
|
|
50175
50175
|
key: Na,
|
|
50176
50176
|
index: Oa,
|
|
50177
|
-
size:
|
|
50177
|
+
size: sa,
|
|
50178
50178
|
htmlSize: 1,
|
|
50179
50179
|
className: `${ea}-input`,
|
|
50180
50180
|
onChange: ba,
|
|
@@ -50244,17 +50244,17 @@ const defaultIconRender = (e) => e ? /* @__PURE__ */ reactExports.createElement(
|
|
|
50244
50244
|
size: ea
|
|
50245
50245
|
} = e, ut = __rest$a(e, ["className", "prefixCls", "inputPrefixCls", "size"]), {
|
|
50246
50246
|
getPrefixCls: ra
|
|
50247
|
-
} = reactExports.useContext(ConfigContext), ta = ra("input", ct), oa = ra("input-password", ae), ia = a && se(oa),
|
|
50247
|
+
} = reactExports.useContext(ConfigContext), ta = ra("input", ct), oa = ra("input-password", ae), ia = a && se(oa), sa = classNames(oa, ue, {
|
|
50248
50248
|
[`${oa}-${ea}`]: !!ea
|
|
50249
|
-
}),
|
|
50249
|
+
}), ca = Object.assign(Object.assign({}, omit(ut, ["suffix", "iconRender", "visibilityToggle"])), {
|
|
50250
50250
|
type: w ? "text" : "password",
|
|
50251
|
-
className:
|
|
50251
|
+
className: sa,
|
|
50252
50252
|
prefixCls: ta,
|
|
50253
50253
|
suffix: ia
|
|
50254
50254
|
});
|
|
50255
|
-
return ea && (
|
|
50255
|
+
return ea && (ca.size = ea), /* @__PURE__ */ reactExports.createElement(Input$1, Object.assign({
|
|
50256
50256
|
ref: composeRef(t, G)
|
|
50257
|
-
},
|
|
50257
|
+
}, ca));
|
|
50258
50258
|
});
|
|
50259
50259
|
process.env.NODE_ENV !== "production" && (Password.displayName = "Input.Password");
|
|
50260
50260
|
var __rest$9 = function(e, t) {
|
|
@@ -50287,11 +50287,11 @@ const Search = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50287
50287
|
} = useCompactItemContext(ut, ct), oa = useSize$1((Ea) => {
|
|
50288
50288
|
var ma;
|
|
50289
50289
|
return (ma = s ?? ta) !== null && ma !== void 0 ? ma : Ea;
|
|
50290
|
-
}), ia = reactExports.useRef(null),
|
|
50290
|
+
}), ia = reactExports.useRef(null), sa = (Ea) => {
|
|
50291
50291
|
Ea != null && Ea.target && Ea.type === "click" && G && G(Ea.target.value, Ea, {
|
|
50292
50292
|
source: "clear"
|
|
50293
50293
|
}), ne == null || ne(Ea);
|
|
50294
|
-
},
|
|
50294
|
+
}, ca = (Ea) => {
|
|
50295
50295
|
var ma;
|
|
50296
50296
|
document.activeElement === ((ma = ia.current) === null || ma === void 0 ? void 0 : ma.input) && Ea.preventDefault();
|
|
50297
50297
|
}, va = (Ea) => {
|
|
@@ -50305,7 +50305,7 @@ const Search = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50305
50305
|
let pa;
|
|
50306
50306
|
const $a = g || {}, xa = $a.type && $a.type.__ANT_BUTTON === !0;
|
|
50307
50307
|
xa || $a.type === "button" ? pa = cloneElement($a, Object.assign({
|
|
50308
|
-
onMouseDown:
|
|
50308
|
+
onMouseDown: ca,
|
|
50309
50309
|
onClick: (Ea) => {
|
|
50310
50310
|
var ma, wa;
|
|
50311
50311
|
(wa = (ma = $a == null ? void 0 : $a.props) === null || ma === void 0 ? void 0 : ma.onClick) === null || wa === void 0 || wa.call(ma, Ea), va(Ea);
|
|
@@ -50320,7 +50320,7 @@ const Search = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50320
50320
|
size: oa,
|
|
50321
50321
|
disabled: D,
|
|
50322
50322
|
key: "enterButton",
|
|
50323
|
-
onMouseDown:
|
|
50323
|
+
onMouseDown: ca,
|
|
50324
50324
|
onClick: va,
|
|
50325
50325
|
loading: w,
|
|
50326
50326
|
icon: ya
|
|
@@ -50346,7 +50346,7 @@ const Search = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50346
50346
|
prefixCls: ra,
|
|
50347
50347
|
addonAfter: pa,
|
|
50348
50348
|
suffix: u,
|
|
50349
|
-
onChange:
|
|
50349
|
+
onChange: sa,
|
|
50350
50350
|
className: fa,
|
|
50351
50351
|
disabled: D
|
|
50352
50352
|
}));
|
|
@@ -50412,7 +50412,7 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50412
50412
|
});
|
|
50413
50413
|
var ra = reactExports.useMemo(function() {
|
|
50414
50414
|
return u && _typeof$1(u) === "object" ? [u.minRows, u.maxRows] : [];
|
|
50415
|
-
}, [u]), ta = _slicedToArray(ra, 2), oa = ta[0], ia = ta[1],
|
|
50415
|
+
}, [u]), ta = _slicedToArray(ra, 2), oa = ta[0], ia = ta[1], sa = !!u, ca = function() {
|
|
50416
50416
|
try {
|
|
50417
50417
|
if (document.activeElement === ut.current) {
|
|
50418
50418
|
var Aa = ut.current, Ba = Aa.selectionStart, ja = Aa.selectionEnd, za = Aa.scrollTop;
|
|
@@ -50424,15 +50424,15 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50424
50424
|
ha(RESIZE_START), process.env.NODE_ENV === "test" && (ne == null || ne());
|
|
50425
50425
|
};
|
|
50426
50426
|
useLayoutEffect$1(function() {
|
|
50427
|
-
|
|
50428
|
-
}, [s, oa, ia,
|
|
50427
|
+
sa && da();
|
|
50428
|
+
}, [s, oa, ia, sa]), useLayoutEffect$1(function() {
|
|
50429
50429
|
if (ya === RESIZE_START)
|
|
50430
50430
|
ha(RESIZE_MEASURING);
|
|
50431
50431
|
else if (ya === RESIZE_MEASURING) {
|
|
50432
50432
|
var Na = calculateAutoSizeStyle(ut.current, !1, oa, ia);
|
|
50433
50433
|
ha(RESIZE_STABLE), fa(Na);
|
|
50434
50434
|
} else
|
|
50435
|
-
|
|
50435
|
+
ca();
|
|
50436
50436
|
}, [ya]);
|
|
50437
50437
|
var ba = reactExports.useRef(), Ea = function() {
|
|
50438
50438
|
wrapperRaf.cancel(ba.current);
|
|
@@ -50444,7 +50444,7 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50444
50444
|
reactExports.useEffect(function() {
|
|
50445
50445
|
return Ea;
|
|
50446
50446
|
}, []);
|
|
50447
|
-
var wa =
|
|
50447
|
+
var wa = sa ? xa : null, Oa = _objectSpread2$7(_objectSpread2$7({}, w), wa);
|
|
50448
50448
|
return (ya === RESIZE_START || ya === RESIZE_MEASURING) && (Oa.overflowY = "hidden", Oa.overflowX = "hidden"), /* @__PURE__ */ reactExports.createElement(RefResizeObserver, {
|
|
50449
50449
|
onResize: ma,
|
|
50450
50450
|
disabled: !(u || g)
|
|
@@ -50457,7 +50457,7 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50457
50457
|
onChange: ea
|
|
50458
50458
|
})));
|
|
50459
50459
|
}), _excluded$9 = ["defaultValue", "value", "onFocus", "onBlur", "onChange", "allowClear", "maxLength", "onCompositionStart", "onCompositionEnd", "suffix", "prefixCls", "showCount", "count", "className", "style", "disabled", "hidden", "classNames", "styles", "onResize", "onClear", "onPressEnter", "readOnly", "autoSize", "onKeyDown"], TextArea$1 = /* @__PURE__ */ React$1.forwardRef(function(e, t) {
|
|
50460
|
-
var r, n = e.defaultValue, a = e.value, s = e.onFocus, u = e.onBlur, g = e.onChange, C = e.allowClear, w = e.maxLength, D = e.onCompositionStart, G = e.onCompositionEnd, ne = e.suffix, oe = e.prefixCls, se = oe === void 0 ? "rc-textarea" : oe, ue = e.showCount, ae = e.count, ct = e.className, ea = e.style, ut = e.disabled, ra = e.hidden, ta = e.classNames, oa = e.styles, ia = e.onResize,
|
|
50460
|
+
var r, n = e.defaultValue, a = e.value, s = e.onFocus, u = e.onBlur, g = e.onChange, C = e.allowClear, w = e.maxLength, D = e.onCompositionStart, G = e.onCompositionEnd, ne = e.suffix, oe = e.prefixCls, se = oe === void 0 ? "rc-textarea" : oe, ue = e.showCount, ae = e.count, ct = e.className, ea = e.style, ut = e.disabled, ra = e.hidden, ta = e.classNames, oa = e.styles, ia = e.onResize, sa = e.onClear, ca = e.onPressEnter, va = e.readOnly, ga = e.autoSize, ya = e.onKeyDown, ha = _objectWithoutProperties(e, _excluded$9), pa = useMergedState(n, {
|
|
50461
50461
|
value: a,
|
|
50462
50462
|
defaultValue: n
|
|
50463
50463
|
}), $a = _slicedToArray(pa, 2), xa = $a[0], fa = $a[1], da = xa == null ? "" : String(xa), ba = React$1.useState(!1), Ea = _slicedToArray(ba, 2), ma = Ea[0], wa = Ea[1], Oa = React$1.useRef(!1), Na = React$1.useState(null), Aa = _slicedToArray(Na, 2), Ba = Aa[0], ja = Aa[1], za = reactExports.useRef(null), Ja = reactExports.useRef(null), Ua = function() {
|
|
@@ -50500,7 +50500,7 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50500
50500
|
}, bi = function(Ci) {
|
|
50501
50501
|
_i(Ci, Ci.target.value);
|
|
50502
50502
|
}, Ri = function(Ci) {
|
|
50503
|
-
Ci.key === "Enter" &&
|
|
50503
|
+
Ci.key === "Enter" && ca && ca(Ci), ya == null || ya(Ci);
|
|
50504
50504
|
}, Di = function(Ci) {
|
|
50505
50505
|
wa(!0), s == null || s(Ci);
|
|
50506
50506
|
}, Hi = function(Ci) {
|
|
@@ -50543,7 +50543,7 @@ var _excluded$a = ["prefixCls", "defaultValue", "value", "autoSize", "onResize",
|
|
|
50543
50543
|
},
|
|
50544
50544
|
hidden: ra,
|
|
50545
50545
|
readOnly: va,
|
|
50546
|
-
onClear:
|
|
50546
|
+
onClear: sa
|
|
50547
50547
|
}, /* @__PURE__ */ React$1.createElement(ResizableTextArea, _extends({}, ha, {
|
|
50548
50548
|
autoSize: ga,
|
|
50549
50549
|
maxLength: w,
|
|
@@ -50598,8 +50598,8 @@ const TextArea = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50598
50598
|
textArea: ut
|
|
50599
50599
|
} = reactExports.useContext(ConfigContext), ra = useSize$1(u), ta = reactExports.useContext(DisabledContext), oa = g ?? ta, {
|
|
50600
50600
|
status: ia,
|
|
50601
|
-
hasFeedback:
|
|
50602
|
-
feedbackIcon:
|
|
50601
|
+
hasFeedback: sa,
|
|
50602
|
+
feedbackIcon: ca
|
|
50603
50603
|
} = reactExports.useContext(FormItemInputContext), va = getMergedStatus(ia, C), ga = reactExports.useRef(null);
|
|
50604
50604
|
reactExports.useImperativeHandle(t, () => {
|
|
50605
50605
|
var Ea;
|
|
@@ -50640,9 +50640,9 @@ const TextArea = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50640
50640
|
}, $a)
|
|
50641
50641
|
}),
|
|
50642
50642
|
prefixCls: ya,
|
|
50643
|
-
suffix:
|
|
50643
|
+
suffix: sa && /* @__PURE__ */ reactExports.createElement("span", {
|
|
50644
50644
|
className: `${ya}-textarea-suffix`
|
|
50645
|
-
},
|
|
50645
|
+
}, ca),
|
|
50646
50646
|
ref: ga
|
|
50647
50647
|
})));
|
|
50648
50648
|
}), Input = Input$1;
|
|
@@ -50703,13 +50703,13 @@ const InternalSpace = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50703
50703
|
wrap: ct = !1,
|
|
50704
50704
|
classNames: ea,
|
|
50705
50705
|
styles: ut
|
|
50706
|
-
} = e, ra = __rest$7(e, ["size", "align", "className", "rootClassName", "children", "direction", "prefixCls", "split", "style", "wrap", "classNames", "styles"]), [ta, oa] = Array.isArray(C) ? C : [C, C], ia = isPresetSize(oa),
|
|
50706
|
+
} = e, ra = __rest$7(e, ["size", "align", "className", "rootClassName", "children", "direction", "prefixCls", "split", "style", "wrap", "classNames", "styles"]), [ta, oa] = Array.isArray(C) ? C : [C, C], ia = isPresetSize(oa), sa = isPresetSize(ta), ca = isValidGapNumber(oa), va = isValidGapNumber(ta), ga = toArray$4(ne, {
|
|
50707
50707
|
keepEmpty: !0
|
|
50708
50708
|
}), ya = w === void 0 && oe === "horizontal" ? "center" : w, ha = s("space", se), [pa, $a, xa] = useStyle$h(ha), fa = classNames(ha, u == null ? void 0 : u.className, $a, `${ha}-${oe}`, {
|
|
50709
50709
|
[`${ha}-rtl`]: g === "rtl",
|
|
50710
50710
|
[`${ha}-align-${ya}`]: ya,
|
|
50711
50711
|
[`${ha}-gap-row-${oa}`]: ia,
|
|
50712
|
-
[`${ha}-gap-col-${ta}`]:
|
|
50712
|
+
[`${ha}-gap-col-${ta}`]: sa
|
|
50713
50713
|
}, D, G, xa), da = classNames(`${ha}-item`, (n = ea == null ? void 0 : ea.item) !== null && n !== void 0 ? n : (a = u == null ? void 0 : u.classNames) === null || a === void 0 ? void 0 : a.item);
|
|
50714
50714
|
let ba = 0;
|
|
50715
50715
|
const Ea = ga.map((Oa, Na) => {
|
|
@@ -50729,7 +50729,7 @@ const InternalSpace = /* @__PURE__ */ reactExports.forwardRef((e, t) => {
|
|
|
50729
50729
|
if (ga.length === 0)
|
|
50730
50730
|
return null;
|
|
50731
50731
|
const wa = {};
|
|
50732
|
-
return ct && (wa.flexWrap = "wrap"), !
|
|
50732
|
+
return ct && (wa.flexWrap = "wrap"), !sa && va && (wa.columnGap = ta), !ia && ca && (wa.rowGap = oa), pa(/* @__PURE__ */ reactExports.createElement("div", Object.assign({
|
|
50733
50733
|
ref: t,
|
|
50734
50734
|
className: fa,
|
|
50735
50735
|
style: Object.assign(Object.assign(Object.assign({}, wa), u == null ? void 0 : u.style), ae)
|
|
@@ -50772,8 +50772,8 @@ const DropdownButton = (e) => {
|
|
|
50772
50772
|
placement: ta,
|
|
50773
50773
|
getPopupContainer: oa,
|
|
50774
50774
|
href: ia,
|
|
50775
|
-
icon:
|
|
50776
|
-
title:
|
|
50775
|
+
icon: sa = /* @__PURE__ */ reactExports.createElement(RefIcon$f, null),
|
|
50776
|
+
title: ca,
|
|
50777
50777
|
buttonsRender: va = (za) => za,
|
|
50778
50778
|
mouseEnterDelay: ga,
|
|
50779
50779
|
mouseLeaveDelay: ya,
|
|
@@ -50809,11 +50809,11 @@ const DropdownButton = (e) => {
|
|
|
50809
50809
|
onClick: w,
|
|
50810
50810
|
htmlType: D,
|
|
50811
50811
|
href: ia,
|
|
50812
|
-
title:
|
|
50812
|
+
title: ca
|
|
50813
50813
|
}, G), Aa = /* @__PURE__ */ reactExports.createElement(Button$1, {
|
|
50814
50814
|
type: s,
|
|
50815
50815
|
danger: u,
|
|
50816
|
-
icon:
|
|
50816
|
+
icon: sa
|
|
50817
50817
|
}), [Ba, ja] = va([Na, Aa]);
|
|
50818
50818
|
return /* @__PURE__ */ reactExports.createElement(Space.Compact, Object.assign({
|
|
50819
50819
|
className: Oa,
|
|
@@ -50894,9 +50894,9 @@ var locale$s = {
|
|
|
50894
50894
|
ea(ba.target.value);
|
|
50895
50895
|
}, ia = function(ba) {
|
|
50896
50896
|
g || ct === "" || (ea(""), !(ba.relatedTarget && (ba.relatedTarget.className.indexOf("".concat(w, "-item-link")) >= 0 || ba.relatedTarget.className.indexOf("".concat(w, "-item")) >= 0)) && (C == null || C(ut())));
|
|
50897
|
-
},
|
|
50897
|
+
}, sa = function(ba) {
|
|
50898
50898
|
ct !== "" && (ba.keyCode === KeyCode.ENTER || ba.type === "click") && (ea(""), C == null || C(ut()));
|
|
50899
|
-
},
|
|
50899
|
+
}, ca = function() {
|
|
50900
50900
|
return n.some(function(ba) {
|
|
50901
50901
|
return ba.toString() === u.toString();
|
|
50902
50902
|
}) ? n : n.concat([u.toString()]).sort(function(ba, Ea) {
|
|
@@ -50908,7 +50908,7 @@ var locale$s = {
|
|
|
50908
50908
|
return null;
|
|
50909
50909
|
var ga = null, ya = null, ha = null;
|
|
50910
50910
|
if (se && D) {
|
|
50911
|
-
var pa = _typeof$1(se) === "object" ? se : {}, $a = pa.options, xa = pa.className, fa = $a ? void 0 :
|
|
50911
|
+
var pa = _typeof$1(se) === "object" ? se : {}, $a = pa.options, xa = pa.className, fa = $a ? void 0 : ca().map(function(da, ba) {
|
|
50912
50912
|
return /* @__PURE__ */ React$1.createElement(D.Option, {
|
|
50913
50913
|
key: ba,
|
|
50914
50914
|
value: da.toString()
|
|
@@ -50934,13 +50934,13 @@ var locale$s = {
|
|
|
50934
50934
|
}
|
|
50935
50935
|
return C && (g && (ha = typeof g == "boolean" ? /* @__PURE__ */ React$1.createElement("button", {
|
|
50936
50936
|
type: "button",
|
|
50937
|
-
onClick:
|
|
50938
|
-
onKeyUp:
|
|
50937
|
+
onClick: sa,
|
|
50938
|
+
onKeyUp: sa,
|
|
50939
50939
|
disabled: ne,
|
|
50940
50940
|
className: "".concat(va, "-quick-jumper-button")
|
|
50941
50941
|
}, a.jump_to_confirm) : /* @__PURE__ */ React$1.createElement("span", {
|
|
50942
|
-
onClick:
|
|
50943
|
-
onKeyUp:
|
|
50942
|
+
onClick: sa,
|
|
50943
|
+
onKeyUp: sa
|
|
50944
50944
|
}, g)), ya = /* @__PURE__ */ React$1.createElement("div", {
|
|
50945
50945
|
className: "".concat(va, "-quick-jumper")
|
|
50946
50946
|
}, a.jump_to, /* @__PURE__ */ React$1.createElement("input", {
|
|
@@ -50948,7 +50948,7 @@ var locale$s = {
|
|
|
50948
50948
|
type: "text",
|
|
50949
50949
|
value: ct,
|
|
50950
50950
|
onChange: oa,
|
|
50951
|
-
onKeyUp:
|
|
50951
|
+
onKeyUp: sa,
|
|
50952
50952
|
onBlur: ia,
|
|
50953
50953
|
"aria-label": a.page
|
|
50954
50954
|
}), a.page, ha)), /* @__PURE__ */ React$1.createElement("li", {
|
|
@@ -50987,7 +50987,7 @@ function calculatePage(e, t, r) {
|
|
|
50987
50987
|
return Math.floor((r - 1) / n) + 1;
|
|
50988
50988
|
}
|
|
50989
50989
|
var Pagination$1 = function(t) {
|
|
50990
|
-
var r = t.prefixCls, n = r === void 0 ? "rc-pagination" : r, a = t.selectPrefixCls, s = a === void 0 ? "rc-select" : a, u = t.className, g = t.selectComponentClass, C = t.current, w = t.defaultCurrent, D = w === void 0 ? 1 : w, G = t.total, ne = G === void 0 ? 0 : G, oe = t.pageSize, se = t.defaultPageSize, ue = se === void 0 ? 10 : se, ae = t.onChange, ct = ae === void 0 ? noop$1 : ae, ea = t.hideOnSinglePage, ut = t.align, ra = t.showPrevNextJumpers, ta = ra === void 0 ? !0 : ra, oa = t.showQuickJumper, ia = t.showLessItems,
|
|
50990
|
+
var r = t.prefixCls, n = r === void 0 ? "rc-pagination" : r, a = t.selectPrefixCls, s = a === void 0 ? "rc-select" : a, u = t.className, g = t.selectComponentClass, C = t.current, w = t.defaultCurrent, D = w === void 0 ? 1 : w, G = t.total, ne = G === void 0 ? 0 : G, oe = t.pageSize, se = t.defaultPageSize, ue = se === void 0 ? 10 : se, ae = t.onChange, ct = ae === void 0 ? noop$1 : ae, ea = t.hideOnSinglePage, ut = t.align, ra = t.showPrevNextJumpers, ta = ra === void 0 ? !0 : ra, oa = t.showQuickJumper, ia = t.showLessItems, sa = t.showTitle, ca = sa === void 0 ? !0 : sa, va = t.onShowSizeChange, ga = va === void 0 ? noop$1 : va, ya = t.locale, ha = ya === void 0 ? locale$s : ya, pa = t.style, $a = t.totalBoundaryShowSizeChanger, xa = $a === void 0 ? 50 : $a, fa = t.disabled, da = t.simple, ba = t.showTotal, Ea = t.showSizeChanger, ma = Ea === void 0 ? ne > xa : Ea, wa = t.pageSizeOptions, Oa = t.itemRender, Na = Oa === void 0 ? defaultItemRender : Oa, Aa = t.jumpPrevIcon, Ba = t.jumpNextIcon, ja = t.prevIcon, za = t.nextIcon, Ja = React$1.useRef(null), Ua = useMergedState(10, {
|
|
50991
50991
|
value: oe,
|
|
50992
50992
|
defaultValue: ue
|
|
50993
50993
|
}), La = _slicedToArray(Ua, 2), Ma = La[0], Wa = La[1], Pa = useMergedState(1, {
|
|
@@ -51109,7 +51109,7 @@ var Pagination$1 = function(t) {
|
|
|
51109
51109
|
rootPrefixCls: n,
|
|
51110
51110
|
onClick: Ci,
|
|
51111
51111
|
onKeyPress: Sl,
|
|
51112
|
-
showTitle:
|
|
51112
|
+
showTitle: ca,
|
|
51113
51113
|
itemRender: Na,
|
|
51114
51114
|
page: -1
|
|
51115
51115
|
}, vl = Ga - 1 > 0 ? Ga - 1 : 0, Wl = Ga + 1 < Ni ? Ga + 1 : Ni, Da = oa && oa.goButton, Ha = _typeof$1(da) === "object" ? da.readOnly : !da, Qa = Da, Si = null;
|
|
@@ -51121,10 +51121,10 @@ var Pagination$1 = function(t) {
|
|
|
51121
51121
|
onClick: Mi,
|
|
51122
51122
|
onKeyUp: Mi
|
|
51123
51123
|
}, Da), Qa = /* @__PURE__ */ React$1.createElement("li", {
|
|
51124
|
-
title:
|
|
51124
|
+
title: ca ? "".concat(ha.jump_to).concat(Ga, "/").concat(Ni) : null,
|
|
51125
51125
|
className: "".concat(n, "-simple-pager")
|
|
51126
51126
|
}, Qa)), Si = /* @__PURE__ */ React$1.createElement("li", {
|
|
51127
|
-
title:
|
|
51127
|
+
title: ca ? "".concat(Ga, "/").concat(Ni) : null,
|
|
51128
51128
|
className: "".concat(n, "-simple-pager")
|
|
51129
51129
|
}, Ha ? mi : /* @__PURE__ */ React$1.createElement("input", {
|
|
51130
51130
|
type: "text",
|
|
@@ -51154,14 +51154,14 @@ var Pagination$1 = function(t) {
|
|
|
51154
51154
|
} else {
|
|
51155
51155
|
var Fi = ia ? ha.prev_3 : ha.prev_5, gl = ia ? ha.next_3 : ha.next_5, Bi = Na(bi, "jump-prev", Di(Aa, "prev page")), Wi = Na(Ri, "jump-next", Di(Ba, "next page"));
|
|
51156
51156
|
ta && (Ui = Bi ? /* @__PURE__ */ React$1.createElement("li", {
|
|
51157
|
-
title:
|
|
51157
|
+
title: ca ? Fi : null,
|
|
51158
51158
|
key: "prev",
|
|
51159
51159
|
onClick: dl,
|
|
51160
51160
|
tabIndex: 0,
|
|
51161
51161
|
onKeyDown: Ol,
|
|
51162
51162
|
className: classNames("".concat(n, "-jump-prev"), _defineProperty({}, "".concat(n, "-jump-prev-custom-icon"), !!Aa))
|
|
51163
51163
|
}, Bi) : null, Vi = Wi ? /* @__PURE__ */ React$1.createElement("li", {
|
|
51164
|
-
title:
|
|
51164
|
+
title: ca ? gl : null,
|
|
51165
51165
|
key: "next",
|
|
51166
51166
|
onClick: es,
|
|
51167
51167
|
tabIndex: 0,
|
|
@@ -51196,7 +51196,7 @@ var Pagination$1 = function(t) {
|
|
|
51196
51196
|
if (vs) {
|
|
51197
51197
|
var Ms = !zi || !Ni;
|
|
51198
51198
|
vs = /* @__PURE__ */ React$1.createElement("li", {
|
|
51199
|
-
title:
|
|
51199
|
+
title: ca ? ha.prev_page : null,
|
|
51200
51200
|
onClick: nl,
|
|
51201
51201
|
tabIndex: Ms ? null : 0,
|
|
51202
51202
|
onKeyDown: Fl,
|
|
@@ -51208,7 +51208,7 @@ var Pagination$1 = function(t) {
|
|
|
51208
51208
|
if (Nl) {
|
|
51209
51209
|
var Rs, zs;
|
|
51210
51210
|
da ? (Rs = !Xi, zs = zi ? 0 : null) : (Rs = !Xi || !Ni, zs = Rs ? null : 0), Nl = /* @__PURE__ */ React$1.createElement("li", {
|
|
51211
|
-
title:
|
|
51211
|
+
title: ca ? ha.next_page : null,
|
|
51212
51212
|
onClick: pl,
|
|
51213
51213
|
tabIndex: zs,
|
|
51214
51214
|
onKeyDown: ul,
|
|
@@ -51904,7 +51904,7 @@ const Pagination = (e) => {
|
|
|
51904
51904
|
jumpPrevIcon: da,
|
|
51905
51905
|
jumpNextIcon: ba
|
|
51906
51906
|
};
|
|
51907
|
-
}, [ae, ea]), [
|
|
51907
|
+
}, [ae, ea]), [sa] = useLocale("Pagination", locale$w), ca = Object.assign(Object.assign({}, sa), C), va = useSize$1(g), ga = va === "small" || !!(oe && !va && D), ya = ue("select", n), ha = classNames({
|
|
51908
51908
|
[`${ea}-${t}`]: !!t,
|
|
51909
51909
|
[`${ea}-mini`]: ga,
|
|
51910
51910
|
[`${ea}-rtl`]: ae === "rtl",
|
|
@@ -51918,7 +51918,7 @@ const Pagination = (e) => {
|
|
|
51918
51918
|
selectPrefixCls: ya,
|
|
51919
51919
|
className: ha,
|
|
51920
51920
|
selectComponentClass: w || (ga ? MiniSelect : MiddleSelect),
|
|
51921
|
-
locale:
|
|
51921
|
+
locale: ca,
|
|
51922
51922
|
showSizeChanger: oa
|
|
51923
51923
|
}))));
|
|
51924
51924
|
};
|
|
@@ -52325,18 +52325,18 @@ const Spin = (e) => {
|
|
|
52325
52325
|
getPrefixCls: ae,
|
|
52326
52326
|
direction: ct,
|
|
52327
52327
|
spin: ea
|
|
52328
|
-
} = reactExports.useContext(ConfigContext), ut = ae("spin", r), [ra, ta, oa] = useStyle$2(ut), [ia,
|
|
52328
|
+
} = reactExports.useContext(ConfigContext), ut = ae("spin", r), [ra, ta, oa] = useStyle$2(ut), [ia, sa] = reactExports.useState(() => n && !shouldDelay(n, a)), ca = usePercent(ia, se);
|
|
52329
52329
|
reactExports.useEffect(() => {
|
|
52330
52330
|
if (n) {
|
|
52331
52331
|
const xa = debounce(a, () => {
|
|
52332
|
-
|
|
52332
|
+
sa(!0);
|
|
52333
52333
|
});
|
|
52334
52334
|
return xa(), () => {
|
|
52335
52335
|
var fa;
|
|
52336
52336
|
(fa = xa == null ? void 0 : xa.cancel) === null || fa === void 0 || fa.call(xa);
|
|
52337
52337
|
};
|
|
52338
52338
|
}
|
|
52339
|
-
|
|
52339
|
+
sa(!1);
|
|
52340
52340
|
}, [a, n]);
|
|
52341
52341
|
const va = reactExports.useMemo(() => typeof G < "u" && !ne, [G, ne]);
|
|
52342
52342
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -52359,7 +52359,7 @@ const Spin = (e) => {
|
|
|
52359
52359
|
}), /* @__PURE__ */ reactExports.createElement(Indicator, {
|
|
52360
52360
|
prefixCls: ut,
|
|
52361
52361
|
indicator: ha,
|
|
52362
|
-
percent:
|
|
52362
|
+
percent: ca
|
|
52363
52363
|
}), C && (va || ne) ? /* @__PURE__ */ reactExports.createElement("div", {
|
|
52364
52364
|
className: `${ut}-text`
|
|
52365
52365
|
}, C) : null);
|
|
@@ -52699,9 +52699,9 @@ var getTitleFromCellRenderChildren = function(t) {
|
|
|
52699
52699
|
function Cell(e) {
|
|
52700
52700
|
var t, r, n, a, s, u, g, C;
|
|
52701
52701
|
process.env.NODE_ENV !== "production" && devRenderTimes(e);
|
|
52702
|
-
var w = e.component, D = e.children, G = e.ellipsis, ne = e.scope, oe = e.prefixCls, se = e.className, ue = e.align, ae = e.record, ct = e.render, ea = e.dataIndex, ut = e.renderIndex, ra = e.shouldCellUpdate, ta = e.index, oa = e.rowType, ia = e.colSpan,
|
|
52703
|
-
Ja && (za.position = "sticky", za.left =
|
|
52704
|
-
var La = (t = (r = (n = ja == null ? void 0 : ja.colSpan) !== null && n !== void 0 ? n : fa.colSpan) !== null && r !== void 0 ? r : ia) !== null && t !== void 0 ? t : 1, Ma = (a = (s = (u = ja == null ? void 0 : ja.rowSpan) !== null && u !== void 0 ? u : fa.rowSpan) !== null && s !== void 0 ? s :
|
|
52702
|
+
var w = e.component, D = e.children, G = e.ellipsis, ne = e.scope, oe = e.prefixCls, se = e.className, ue = e.align, ae = e.record, ct = e.render, ea = e.dataIndex, ut = e.renderIndex, ra = e.shouldCellUpdate, ta = e.index, oa = e.rowType, ia = e.colSpan, sa = e.rowSpan, ca = e.fixLeft, va = e.fixRight, ga = e.firstFixLeft, ya = e.lastFixLeft, ha = e.firstFixRight, pa = e.lastFixRight, $a = e.appendNode, xa = e.additionalProps, fa = xa === void 0 ? {} : xa, da = e.isSticky, ba = "".concat(oe, "-cell"), Ea = useContext(TableContext, ["supportSticky", "allColumnsFixedLeft", "rowHoverable"]), ma = Ea.supportSticky, wa = Ea.allColumnsFixedLeft, Oa = Ea.rowHoverable, Na = useCellRender(ae, ea, ut, D, ct, ra), Aa = _slicedToArray(Na, 2), Ba = Aa[0], ja = Aa[1], za = {}, Ja = typeof ca == "number" && ma, Ua = typeof va == "number" && ma;
|
|
52703
|
+
Ja && (za.position = "sticky", za.left = ca), Ua && (za.position = "sticky", za.right = va);
|
|
52704
|
+
var La = (t = (r = (n = ja == null ? void 0 : ja.colSpan) !== null && n !== void 0 ? n : fa.colSpan) !== null && r !== void 0 ? r : ia) !== null && t !== void 0 ? t : 1, Ma = (a = (s = (u = ja == null ? void 0 : ja.rowSpan) !== null && u !== void 0 ? u : fa.rowSpan) !== null && s !== void 0 ? s : sa) !== null && a !== void 0 ? a : 1, Wa = useHoverState(ta, Ma), Pa = _slicedToArray(Wa, 2), Ka = Pa[0], Ga = Pa[1], Ti = useEvent(function(bi) {
|
|
52705
52705
|
var Ri;
|
|
52706
52706
|
ae && Ga(ta, ta + Ma - 1), fa == null || (Ri = fa.onMouseEnter) === null || Ri === void 0 || Ri.call(fa, bi);
|
|
52707
52707
|
}), Za = useEvent(function(bi) {
|
|
@@ -52852,9 +52852,9 @@ function useRowInfo(e, t, r, n) {
|
|
|
52852
52852
|
ta == null || ta.apply(void 0, [va].concat(ya));
|
|
52853
52853
|
}, ia;
|
|
52854
52854
|
typeof oe == "string" ? ia = oe : typeof oe == "function" && (ia = oe(e, r, n));
|
|
52855
|
-
var
|
|
52855
|
+
var sa = getColumnsKey(s);
|
|
52856
52856
|
return _objectSpread2$7(_objectSpread2$7({}, a), {}, {
|
|
52857
|
-
columnsKey:
|
|
52857
|
+
columnsKey: sa,
|
|
52858
52858
|
nestExpandable: se,
|
|
52859
52859
|
expanded: ct,
|
|
52860
52860
|
hasNestChildren: ea,
|
|
@@ -52920,14 +52920,14 @@ function BodyRow(e) {
|
|
|
52920
52920
|
"data-row-key": u,
|
|
52921
52921
|
className: classNames(t, "".concat(oe, "-row"), "".concat(oe, "-row-level-").concat(C), ct == null ? void 0 : ct.className, C >= 1 ? ta : ""),
|
|
52922
52922
|
style: _objectSpread2$7(_objectSpread2$7({}, r), ct == null ? void 0 : ct.style)
|
|
52923
|
-
}), se.map(function(
|
|
52924
|
-
var ga =
|
|
52923
|
+
}), se.map(function(ca, va) {
|
|
52924
|
+
var ga = ca.render, ya = ca.dataIndex, ha = ca.className, pa = getCellProps(ne, ca, va, C, a), $a = pa.key, xa = pa.fixedInfo, fa = pa.appendCellNode, da = pa.additionalCellProps;
|
|
52925
52925
|
return /* @__PURE__ */ reactExports.createElement(Cell$1, _extends({
|
|
52926
52926
|
className: ha,
|
|
52927
|
-
ellipsis:
|
|
52928
|
-
align:
|
|
52929
|
-
scope:
|
|
52930
|
-
component:
|
|
52927
|
+
ellipsis: ca.ellipsis,
|
|
52928
|
+
align: ca.align,
|
|
52929
|
+
scope: ca.rowScope,
|
|
52930
|
+
component: ca.rowScope ? G : D,
|
|
52931
52931
|
prefixCls: oe,
|
|
52932
52932
|
key: $a,
|
|
52933
52933
|
record: n,
|
|
@@ -52935,14 +52935,14 @@ function BodyRow(e) {
|
|
|
52935
52935
|
renderIndex: s,
|
|
52936
52936
|
dataIndex: ya,
|
|
52937
52937
|
render: ga,
|
|
52938
|
-
shouldCellUpdate:
|
|
52938
|
+
shouldCellUpdate: ca.shouldCellUpdate
|
|
52939
52939
|
}, xa, {
|
|
52940
52940
|
appendNode: fa,
|
|
52941
52941
|
additionalProps: da
|
|
52942
52942
|
}));
|
|
52943
52943
|
})), ia;
|
|
52944
52944
|
if (ut && (ra.current || ea)) {
|
|
52945
|
-
var
|
|
52945
|
+
var sa = ae(n, a, C + 1, ea);
|
|
52946
52946
|
ia = /* @__PURE__ */ reactExports.createElement(ExpandedRow, {
|
|
52947
52947
|
expanded: ea,
|
|
52948
52948
|
className: classNames("".concat(oe, "-expanded-row"), "".concat(oe, "-expanded-row-level-").concat(C + 1), ta),
|
|
@@ -52951,7 +52951,7 @@ function BodyRow(e) {
|
|
|
52951
52951
|
cellComponent: D,
|
|
52952
52952
|
colSpan: se.length,
|
|
52953
52953
|
isEmpty: !1
|
|
52954
|
-
},
|
|
52954
|
+
}, sa);
|
|
52955
52955
|
}
|
|
52956
52956
|
return /* @__PURE__ */ reactExports.createElement(reactExports.Fragment, null, oa, ia);
|
|
52957
52957
|
}
|
|
@@ -53007,13 +53007,13 @@ function Body(e) {
|
|
|
53007
53007
|
renderWithProps: !1
|
|
53008
53008
|
}), se = s(["body", "wrapper"], "tbody"), ue = s(["body", "row"], "tr"), ae = s(["body", "cell"], "td"), ct = s(["body", "cell"], "th"), ea;
|
|
53009
53009
|
t.length ? ea = ne.map(function(ra, ta) {
|
|
53010
|
-
var oa = ra.record, ia = ra.indent,
|
|
53010
|
+
var oa = ra.record, ia = ra.indent, sa = ra.index, ca = C(oa, ta);
|
|
53011
53011
|
return /* @__PURE__ */ reactExports.createElement(BodyRow$1, {
|
|
53012
|
-
key:
|
|
53013
|
-
rowKey:
|
|
53012
|
+
key: ca,
|
|
53013
|
+
rowKey: ca,
|
|
53014
53014
|
record: oa,
|
|
53015
53015
|
index: ta,
|
|
53016
|
-
renderIndex:
|
|
53016
|
+
renderIndex: sa,
|
|
53017
53017
|
rowComponent: ue,
|
|
53018
53018
|
cellComponent: ae,
|
|
53019
53019
|
scopeCellComponent: ct,
|
|
@@ -53083,8 +53083,8 @@ function useColumnWidth(e, t) {
|
|
|
53083
53083
|
}
|
|
53084
53084
|
var FixedHolder = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
53085
53085
|
process.env.NODE_ENV !== "production" && devRenderTimes(e);
|
|
53086
|
-
var r = e.className, n = e.noData, a = e.columns, s = e.flattenColumns, u = e.colWidths, g = e.columCount, C = e.stickyOffsets, w = e.direction, D = e.fixHeader, G = e.stickyTopOffset, ne = e.stickyBottomOffset, oe = e.stickyClassName, se = e.onScroll, ue = e.maxContentScroll, ae = e.children, ct = _objectWithoutProperties(e, _excluded$5), ea = useContext(TableContext, ["prefixCls", "scrollbarSize", "isSticky", "getComponent"]), ut = ea.prefixCls, ra = ea.scrollbarSize, ta = ea.isSticky, oa = ea.getComponent, ia = oa(["header", "table"], "table"),
|
|
53087
|
-
fillRef(t, da), fillRef(
|
|
53086
|
+
var r = e.className, n = e.noData, a = e.columns, s = e.flattenColumns, u = e.colWidths, g = e.columCount, C = e.stickyOffsets, w = e.direction, D = e.fixHeader, G = e.stickyTopOffset, ne = e.stickyBottomOffset, oe = e.stickyClassName, se = e.onScroll, ue = e.maxContentScroll, ae = e.children, ct = _objectWithoutProperties(e, _excluded$5), ea = useContext(TableContext, ["prefixCls", "scrollbarSize", "isSticky", "getComponent"]), ut = ea.prefixCls, ra = ea.scrollbarSize, ta = ea.isSticky, oa = ea.getComponent, ia = oa(["header", "table"], "table"), sa = ta && !D ? 0 : ra, ca = reactExports.useRef(null), va = reactExports.useCallback(function(da) {
|
|
53087
|
+
fillRef(t, da), fillRef(ca, da);
|
|
53088
53088
|
}, []);
|
|
53089
53089
|
reactExports.useEffect(function() {
|
|
53090
53090
|
var da;
|
|
@@ -53095,11 +53095,11 @@ var FixedHolder = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
53095
53095
|
scrollLeft: wa.scrollLeft + Oa
|
|
53096
53096
|
}), Ea.preventDefault());
|
|
53097
53097
|
}
|
|
53098
|
-
return (da =
|
|
53098
|
+
return (da = ca.current) === null || da === void 0 || da.addEventListener("wheel", ba, {
|
|
53099
53099
|
passive: !1
|
|
53100
53100
|
}), function() {
|
|
53101
53101
|
var Ea;
|
|
53102
|
-
(Ea =
|
|
53102
|
+
(Ea = ca.current) === null || Ea === void 0 || Ea.removeEventListener("wheel", ba);
|
|
53103
53103
|
};
|
|
53104
53104
|
}, []);
|
|
53105
53105
|
var ga = reactExports.useMemo(function() {
|
|
@@ -53115,21 +53115,21 @@ var FixedHolder = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
53115
53115
|
};
|
|
53116
53116
|
}
|
|
53117
53117
|
}, pa = reactExports.useMemo(function() {
|
|
53118
|
-
return
|
|
53119
|
-
}, [
|
|
53120
|
-
return
|
|
53121
|
-
}, [
|
|
53118
|
+
return sa ? [].concat(_toConsumableArray(a), [ha]) : a;
|
|
53119
|
+
}, [sa, a]), $a = reactExports.useMemo(function() {
|
|
53120
|
+
return sa ? [].concat(_toConsumableArray(s), [ha]) : s;
|
|
53121
|
+
}, [sa, s]), xa = reactExports.useMemo(function() {
|
|
53122
53122
|
var da = C.right, ba = C.left;
|
|
53123
53123
|
return _objectSpread2$7(_objectSpread2$7({}, C), {}, {
|
|
53124
53124
|
left: w === "rtl" ? [].concat(_toConsumableArray(ba.map(function(Ea) {
|
|
53125
|
-
return Ea +
|
|
53125
|
+
return Ea + sa;
|
|
53126
53126
|
})), [0]) : ba,
|
|
53127
53127
|
right: w === "rtl" ? da : [].concat(_toConsumableArray(da.map(function(Ea) {
|
|
53128
|
-
return Ea +
|
|
53128
|
+
return Ea + sa;
|
|
53129
53129
|
})), [0]),
|
|
53130
53130
|
isSticky: ta
|
|
53131
53131
|
});
|
|
53132
|
-
}, [
|
|
53132
|
+
}, [sa, C, ta]), fa = useColumnWidth(u, g);
|
|
53133
53133
|
return /* @__PURE__ */ reactExports.createElement("div", {
|
|
53134
53134
|
style: _objectSpread2$7({
|
|
53135
53135
|
overflow: "hidden"
|
|
@@ -53145,7 +53145,7 @@ var FixedHolder = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
53145
53145
|
visibility: n || fa ? null : "hidden"
|
|
53146
53146
|
}
|
|
53147
53147
|
}, (!n || !ue || ga) && /* @__PURE__ */ reactExports.createElement(ColGroup, {
|
|
53148
|
-
colWidths: fa ? [].concat(_toConsumableArray(fa), [
|
|
53148
|
+
colWidths: fa ? [].concat(_toConsumableArray(fa), [sa]) : [],
|
|
53149
53149
|
columCount: g + 1,
|
|
53150
53150
|
columns: $a
|
|
53151
53151
|
}), ae(_objectSpread2$7(_objectSpread2$7({}, ct), {}, {
|
|
@@ -53388,7 +53388,7 @@ function useColumns(e, t) {
|
|
|
53388
53388
|
return !0;
|
|
53389
53389
|
}
|
|
53390
53390
|
return !1;
|
|
53391
|
-
}, [oa]),
|
|
53391
|
+
}, [oa]), sa = useWidthColumns(oa, ct, ea), ca = _slicedToArray(sa, 2), va = ca[0], ga = ca[1];
|
|
53392
53392
|
return [ta, va, ga, ia];
|
|
53393
53393
|
}
|
|
53394
53394
|
function renderExpandIcon$1(e) {
|
|
@@ -53424,8 +53424,8 @@ function useExpand(e, t, r) {
|
|
|
53424
53424
|
}), ae = _slicedToArray(ue, 2), ct = ae[0], ea = ae[1], ut = reactExports.useMemo(function() {
|
|
53425
53425
|
return new Set(s || ct || []);
|
|
53426
53426
|
}, [s, ct]), ra = reactExports.useCallback(function(ta) {
|
|
53427
|
-
var oa = r(ta, t.indexOf(ta)), ia,
|
|
53428
|
-
|
|
53427
|
+
var oa = r(ta, t.indexOf(ta)), ia, sa = ut.has(oa);
|
|
53428
|
+
sa ? (ut.delete(oa), ia = _toConsumableArray(ut)) : ia = [].concat(_toConsumableArray(ut), [oa]), ea(ia), w && w(!sa, ta), D && D(ia);
|
|
53429
53429
|
}, [r, ut, t, w, D]);
|
|
53430
53430
|
return process.env.NODE_ENV !== "production" && C && t.some(function(ta) {
|
|
53431
53431
|
return Array.isArray(ta == null ? void 0 : ta[oe]);
|
|
@@ -53536,9 +53536,9 @@ var StickyScrollBar = function(t, r) {
|
|
|
53536
53536
|
wrapperRaf.cancel(ia.current);
|
|
53537
53537
|
};
|
|
53538
53538
|
}, []);
|
|
53539
|
-
var
|
|
53539
|
+
var sa = function() {
|
|
53540
53540
|
oa(!1);
|
|
53541
|
-
},
|
|
53541
|
+
}, ca = function(pa) {
|
|
53542
53542
|
pa.persist(), ea.current.delta = pa.pageX - ae.scrollLeft, ea.current.x = 0, oa(!0), pa.preventDefault();
|
|
53543
53543
|
}, va = function(pa) {
|
|
53544
53544
|
var $a, xa = pa || (($a = window) === null || $a === void 0 ? void 0 : $a.event), fa = xa.buttons;
|
|
@@ -53578,7 +53578,7 @@ var StickyScrollBar = function(t, r) {
|
|
|
53578
53578
|
checkScrollBarVisible: ga
|
|
53579
53579
|
};
|
|
53580
53580
|
}), reactExports.useEffect(function() {
|
|
53581
|
-
var ha = addEventListenerWrap(document.body, "mouseup",
|
|
53581
|
+
var ha = addEventListenerWrap(document.body, "mouseup", sa, !1), pa = addEventListenerWrap(document.body, "mousemove", va, !1);
|
|
53582
53582
|
return ga(), function() {
|
|
53583
53583
|
ha.remove(), pa.remove();
|
|
53584
53584
|
};
|
|
@@ -53602,7 +53602,7 @@ var StickyScrollBar = function(t, r) {
|
|
|
53602
53602
|
},
|
|
53603
53603
|
className: "".concat(w, "-sticky-scroll")
|
|
53604
53604
|
}, /* @__PURE__ */ reactExports.createElement("div", {
|
|
53605
|
-
onMouseDown:
|
|
53605
|
+
onMouseDown: ca,
|
|
53606
53606
|
ref: oe,
|
|
53607
53607
|
className: classNames("".concat(w, "-sticky-scroll-bar"), _defineProperty({}, "".concat(w, "-sticky-scroll-bar-active"), ta)),
|
|
53608
53608
|
style: {
|
|
@@ -53621,7 +53621,7 @@ function Table$1(e, t) {
|
|
|
53621
53621
|
rowKey: "key",
|
|
53622
53622
|
prefixCls: DEFAULT_PREFIX,
|
|
53623
53623
|
emptyText: defaultEmpty
|
|
53624
|
-
}, e), n = r.prefixCls, a = r.className, s = r.rowClassName, u = r.style, g = r.data, C = r.rowKey, w = r.scroll, D = r.tableLayout, G = r.direction, ne = r.title, oe = r.footer, se = r.summary, ue = r.caption, ae = r.id, ct = r.showHeader, ea = r.components, ut = r.emptyText, ra = r.onRow, ta = r.onHeaderRow, oa = r.onScroll, ia = r.internalHooks,
|
|
53624
|
+
}, e), n = r.prefixCls, a = r.className, s = r.rowClassName, u = r.style, g = r.data, C = r.rowKey, w = r.scroll, D = r.tableLayout, G = r.direction, ne = r.title, oe = r.footer, se = r.summary, ue = r.caption, ae = r.id, ct = r.showHeader, ea = r.components, ut = r.emptyText, ra = r.onRow, ta = r.onHeaderRow, oa = r.onScroll, ia = r.internalHooks, sa = r.transformColumns, ca = r.internalRefs, va = r.tailor, ga = r.getContainerWidth, ya = r.sticky, ha = r.rowHoverable, pa = ha === void 0 ? !0 : ha, $a = g || EMPTY_DATA, xa = !!$a.length, fa = ia === INTERNAL_HOOKS;
|
|
53625
53625
|
process.env.NODE_ENV !== "production" && (["onRowClick", "onRowDoubleClick", "onRowContextMenu", "onRowMouseEnter", "onRowMouseLeave"].forEach(function(Bl) {
|
|
53626
53626
|
warningOnce(r[Bl] === void 0, "`".concat(Bl, "` is removed, please use `onRow` instead."));
|
|
53627
53627
|
}), warningOnce(!("getBodyWrapper" in r), "`getBodyWrapper` is deprecated, please use custom `components` instead."));
|
|
@@ -53644,7 +53644,7 @@ function Table$1(e, t) {
|
|
|
53644
53644
|
direction: G,
|
|
53645
53645
|
scrollWidth: fa && va && typeof Pa == "number" ? Pa : null,
|
|
53646
53646
|
clientWidth: Ti
|
|
53647
|
-
}), fa ?
|
|
53647
|
+
}), fa ? sa : null), mi = _slicedToArray(Oi, 4), _i = mi[0], Ei = mi[1], fi = mi[2], bi = mi[3], Ri = fi ?? Pa, Di = reactExports.useMemo(function() {
|
|
53648
53648
|
return {
|
|
53649
53649
|
columns: _i,
|
|
53650
53650
|
flattenColumns: Ei
|
|
@@ -53746,7 +53746,7 @@ function Table$1(e, t) {
|
|
|
53746
53746
|
reactExports.useEffect(function() {
|
|
53747
53747
|
(!va || !fa) && (tl.current instanceof Element ? yl(getTargetScrollBarSize(tl.current).width) : yl(getTargetScrollBarSize(Ai.current).width)), Qs(isStyleSupport("position", "sticky"));
|
|
53748
53748
|
}, []), reactExports.useEffect(function() {
|
|
53749
|
-
fa &&
|
|
53749
|
+
fa && ca && (ca.body.current = tl.current);
|
|
53750
53750
|
});
|
|
53751
53751
|
var vc = reactExports.useCallback(function(Bl) {
|
|
53752
53752
|
return /* @__PURE__ */ reactExports.createElement(reactExports.Fragment, null, /* @__PURE__ */ reactExports.createElement(Header$1, Bl), Qa === "top" && /* @__PURE__ */ reactExports.createElement(Footer$1, Bl, Ha));
|
|
@@ -53966,7 +53966,7 @@ function getColumnWidth(e, t, r) {
|
|
|
53966
53966
|
return r[e + n] - (r[e] || 0);
|
|
53967
53967
|
}
|
|
53968
53968
|
function VirtualCell(e) {
|
|
53969
|
-
var t = e.rowInfo, r = e.column, n = e.colIndex, a = e.indent, s = e.index, u = e.component, g = e.renderIndex, C = e.record, w = e.style, D = e.className, G = e.inverse, ne = e.getHeight, oe = r.render, se = r.dataIndex, ue = r.className, ae = r.width, ct = useContext(GridContext, ["columnsOffset"]), ea = ct.columnsOffset, ut = getCellProps(t, r, n, a, s), ra = ut.key, ta = ut.fixedInfo, oa = ut.appendCellNode, ia = ut.additionalCellProps,
|
|
53969
|
+
var t = e.rowInfo, r = e.column, n = e.colIndex, a = e.indent, s = e.index, u = e.component, g = e.renderIndex, C = e.record, w = e.style, D = e.className, G = e.inverse, ne = e.getHeight, oe = r.render, se = r.dataIndex, ue = r.className, ae = r.width, ct = useContext(GridContext, ["columnsOffset"]), ea = ct.columnsOffset, ut = getCellProps(t, r, n, a, s), ra = ut.key, ta = ut.fixedInfo, oa = ut.appendCellNode, ia = ut.additionalCellProps, sa = ia.style, ca = ia.colSpan, va = ca === void 0 ? 1 : ca, ga = ia.rowSpan, ya = ga === void 0 ? 1 : ga, ha = n - 1, pa = getColumnWidth(ha, va, ea), $a = va > 1 ? ae - pa : 0, xa = _objectSpread2$7(_objectSpread2$7(_objectSpread2$7({}, sa), w), {}, {
|
|
53970
53970
|
flex: "0 0 ".concat(pa, "px"),
|
|
53971
53971
|
width: "".concat(pa, "px"),
|
|
53972
53972
|
marginRight: $a,
|
|
@@ -54000,9 +54000,9 @@ function VirtualCell(e) {
|
|
|
54000
54000
|
}));
|
|
54001
54001
|
}
|
|
54002
54002
|
var _excluded$3 = ["data", "index", "className", "rowKey", "style", "extra", "getHeight"], BodyLine = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
54003
|
-
var r = e.data, n = e.index, a = e.className, s = e.rowKey, u = e.style, g = e.extra, C = e.getHeight, w = _objectWithoutProperties(e, _excluded$3), D = r.record, G = r.indent, ne = r.index, oe = useContext(TableContext, ["prefixCls", "flattenColumns", "fixColumn", "componentWidth", "scrollX"]), se = oe.scrollX, ue = oe.flattenColumns, ae = oe.prefixCls, ct = oe.fixColumn, ea = oe.componentWidth, ut = useContext(StaticContext, ["getComponent"]), ra = ut.getComponent, ta = useRowInfo(D, s, n, G), oa = ra(["body", "row"], "div"), ia = ra(["body", "cell"], "div"),
|
|
54004
|
-
if (
|
|
54005
|
-
var pa = ga(D, n, G + 1,
|
|
54003
|
+
var r = e.data, n = e.index, a = e.className, s = e.rowKey, u = e.style, g = e.extra, C = e.getHeight, w = _objectWithoutProperties(e, _excluded$3), D = r.record, G = r.indent, ne = r.index, oe = useContext(TableContext, ["prefixCls", "flattenColumns", "fixColumn", "componentWidth", "scrollX"]), se = oe.scrollX, ue = oe.flattenColumns, ae = oe.prefixCls, ct = oe.fixColumn, ea = oe.componentWidth, ut = useContext(StaticContext, ["getComponent"]), ra = ut.getComponent, ta = useRowInfo(D, s, n, G), oa = ra(["body", "row"], "div"), ia = ra(["body", "cell"], "div"), sa = ta.rowSupportExpand, ca = ta.expanded, va = ta.rowProps, ga = ta.expandedRowRender, ya = ta.expandedRowClassName, ha;
|
|
54004
|
+
if (sa && ca) {
|
|
54005
|
+
var pa = ga(D, n, G + 1, ca), $a = ya == null ? void 0 : ya(D, n, G), xa = {};
|
|
54006
54006
|
ct && (xa = {
|
|
54007
54007
|
style: _defineProperty({}, "--virtual-width", "".concat(ea, "px"))
|
|
54008
54008
|
});
|
|
@@ -54022,7 +54022,7 @@ var _excluded$3 = ["data", "index", "className", "rowKey", "style", "extra", "ge
|
|
|
54022
54022
|
g && (da.position = "absolute", da.pointerEvents = "none");
|
|
54023
54023
|
var ba = /* @__PURE__ */ reactExports.createElement(oa, _extends({}, va, w, {
|
|
54024
54024
|
"data-row-key": s,
|
|
54025
|
-
ref:
|
|
54025
|
+
ref: sa ? null : t,
|
|
54026
54026
|
className: classNames(a, "".concat(ae, "-row"), va == null ? void 0 : va.className, _defineProperty({}, "".concat(ae, "-row-extra"), g)),
|
|
54027
54027
|
style: _objectSpread2$7(_objectSpread2$7({}, da), va == null ? void 0 : va.style)
|
|
54028
54028
|
}), ue.map(function(Ea, ma) {
|
|
@@ -54040,7 +54040,7 @@ var _excluded$3 = ["data", "index", "className", "rowKey", "style", "extra", "ge
|
|
|
54040
54040
|
getHeight: C
|
|
54041
54041
|
});
|
|
54042
54042
|
}));
|
|
54043
|
-
return
|
|
54043
|
+
return sa ? /* @__PURE__ */ reactExports.createElement("div", {
|
|
54044
54044
|
ref: t
|
|
54045
54045
|
}, ba, ha) : ba;
|
|
54046
54046
|
}), ResponseBodyLine = responseImmutable(BodyLine);
|
|
@@ -54145,21 +54145,21 @@ var Grid = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
54145
54145
|
});
|
|
54146
54146
|
});
|
|
54147
54147
|
return Ja;
|
|
54148
|
-
},
|
|
54148
|
+
}, sa = reactExports.useMemo(function() {
|
|
54149
54149
|
return {
|
|
54150
54150
|
columnsOffset: ta
|
|
54151
54151
|
};
|
|
54152
|
-
}, [ta]),
|
|
54152
|
+
}, [ta]), ca = "".concat(w, "-tbody"), va = ae(["body", "wrapper"]), ga = {};
|
|
54153
54153
|
return oe && (ga.position = "sticky", ga.bottom = 0, _typeof$1(oe) === "object" && oe.offsetScroll && (ga.bottom = oe.offsetScroll)), /* @__PURE__ */ reactExports.createElement(GridContext.Provider, {
|
|
54154
|
-
value:
|
|
54154
|
+
value: sa
|
|
54155
54155
|
}, /* @__PURE__ */ reactExports.createElement(List$1, {
|
|
54156
54156
|
fullHeight: !1,
|
|
54157
54157
|
ref: ea,
|
|
54158
|
-
prefixCls: "".concat(
|
|
54158
|
+
prefixCls: "".concat(ca, "-virtual"),
|
|
54159
54159
|
styles: {
|
|
54160
54160
|
horizontalScrollBar: ga
|
|
54161
54161
|
},
|
|
54162
|
-
className:
|
|
54162
|
+
className: ca,
|
|
54163
54163
|
height: se,
|
|
54164
54164
|
itemHeight: ue || 24,
|
|
54165
54165
|
data: ut,
|
|
@@ -54377,16 +54377,16 @@ var _excluded$2 = ["eventKey", "className", "style", "dragOver", "dragOverGapTop
|
|
|
54377
54377
|
}), _defineProperty(_assertThisInitialized(n), "renderSelector", function() {
|
|
54378
54378
|
var g = n.state.dragNodeHighlight, C = n.props, w = C.title, D = w === void 0 ? defaultTitle : w, G = C.selected, ne = C.icon, oe = C.loading, se = C.data, ue = n.props.context, ae = ue.prefixCls, ct = ue.showIcon, ea = ue.icon, ut = ue.loadData, ra = ue.titleRender, ta = n.isDisabled(), oa = "".concat(ae, "-node-content-wrapper"), ia;
|
|
54379
54379
|
if (ct) {
|
|
54380
|
-
var
|
|
54381
|
-
ia =
|
|
54380
|
+
var sa = ne || ea;
|
|
54381
|
+
ia = sa ? /* @__PURE__ */ reactExports.createElement("span", {
|
|
54382
54382
|
className: classNames("".concat(ae, "-iconEle"), "".concat(ae, "-icon__customize"))
|
|
54383
|
-
}, typeof
|
|
54383
|
+
}, typeof sa == "function" ? sa(n.props) : sa) : n.renderIcon();
|
|
54384
54384
|
} else ut && oe && (ia = n.renderIcon());
|
|
54385
|
-
var
|
|
54386
|
-
typeof D == "function" ?
|
|
54385
|
+
var ca;
|
|
54386
|
+
typeof D == "function" ? ca = D(se) : ra ? ca = ra(se) : ca = D;
|
|
54387
54387
|
var va = /* @__PURE__ */ reactExports.createElement("span", {
|
|
54388
54388
|
className: "".concat(ae, "-title")
|
|
54389
|
-
},
|
|
54389
|
+
}, ca);
|
|
54390
54390
|
return /* @__PURE__ */ reactExports.createElement("span", {
|
|
54391
54391
|
ref: n.setSelectHandle,
|
|
54392
54392
|
title: typeof D == "string" ? D : "",
|
|
@@ -54434,7 +54434,7 @@ var _excluded$2 = ["eventKey", "className", "style", "dragOver", "dragOverGapTop
|
|
|
54434
54434
|
function() {
|
|
54435
54435
|
var a, s = this.props, u = s.eventKey, g = s.className, C = s.style, w = s.dragOver, D = s.dragOverGapTop, G = s.dragOverGapBottom, ne = s.isLeaf, oe = s.isStart, se = s.isEnd, ue = s.expanded, ae = s.selected, ct = s.checked, ea = s.halfChecked, ut = s.loading, ra = s.domRef, ta = s.active;
|
|
54436
54436
|
s.data;
|
|
54437
|
-
var oa = s.onMouseMove, ia = s.selectable,
|
|
54437
|
+
var oa = s.onMouseMove, ia = s.selectable, sa = _objectWithoutProperties(s, _excluded$2), ca = this.props.context, va = ca.prefixCls, ga = ca.filterTreeNode, ya = ca.keyEntities, ha = ca.dropContainerKey, pa = ca.dropTargetKey, $a = ca.draggingNodeKey, xa = this.isDisabled(), fa = pickAttrs(sa, {
|
|
54438
54438
|
aria: !0,
|
|
54439
54439
|
data: !0
|
|
54440
54440
|
}), da = getEntity(ya, u) || {}, ba = da.level, Ea = se[se.length - 1], ma = this.isDraggable(), wa = !xa && ma, Oa = $a === u, Na = ia !== void 0 ? {
|
|
@@ -54516,7 +54516,7 @@ function calcDropPosition(e, t, r, n, a, s, u, g, C, w) {
|
|
|
54516
54516
|
}), ta = ra <= 0 ? 0 : ra - 1, oa = u[ta].key;
|
|
54517
54517
|
ut = getEntity(g, oa);
|
|
54518
54518
|
}
|
|
54519
|
-
var ia = ut.key,
|
|
54519
|
+
var ia = ut.key, sa = ut, ca = ut.key, va = 0, ga = 0;
|
|
54520
54520
|
if (!ea.includes(ia))
|
|
54521
54521
|
for (var ya = 0; ya < ct && isLastChild(ut); ya += 1)
|
|
54522
54522
|
ut = ut.parent, ga += 1;
|
|
@@ -54525,7 +54525,7 @@ function calcDropPosition(e, t, r, n, a, s, u, g, C, w) {
|
|
|
54525
54525
|
dragNode: ha,
|
|
54526
54526
|
dropNode: pa,
|
|
54527
54527
|
dropPosition: -1
|
|
54528
|
-
}) && ut.key === r.props.eventKey ? va = -1 : (
|
|
54528
|
+
}) && ut.key === r.props.eventKey ? va = -1 : (sa.children || []).length && ea.includes(ca) ? s({
|
|
54529
54529
|
dragNode: ha,
|
|
54530
54530
|
dropNode: pa,
|
|
54531
54531
|
dropPosition: 0
|
|
@@ -54550,7 +54550,7 @@ function calcDropPosition(e, t, r, n, a, s, u, g, C, w) {
|
|
|
54550
54550
|
dropLevelOffset: ga,
|
|
54551
54551
|
dropTargetKey: ut.key,
|
|
54552
54552
|
dropTargetPos: ut.pos,
|
|
54553
|
-
dragOverNodeKey:
|
|
54553
|
+
dragOverNodeKey: ca,
|
|
54554
54554
|
dropContainerKey: va === 0 ? null : ((D = ut.parent) === null || D === void 0 ? void 0 : D.key) || null,
|
|
54555
54555
|
dropAllowed: $a
|
|
54556
54556
|
};
|
|
@@ -54636,8 +54636,8 @@ const SELECTION_COLUMN = {}, SELECTION_ALL = "SELECT_ALL", SELECTION_INVERT = "S
|
|
|
54636
54636
|
pageData: ta,
|
|
54637
54637
|
getRecordByKey: oa,
|
|
54638
54638
|
getRowKey: ia,
|
|
54639
|
-
expandType:
|
|
54640
|
-
childrenColumnName:
|
|
54639
|
+
expandType: sa,
|
|
54640
|
+
childrenColumnName: ca,
|
|
54641
54641
|
locale: va,
|
|
54642
54642
|
getPopupContainer: ga
|
|
54643
54643
|
} = e, ya = devUseWarning("Table"), [ha, pa] = useMultipleSelect((La) => La), [$a, xa] = useMergedState(n || a || EMPTY_LIST$1, {
|
|
@@ -54654,7 +54654,7 @@ const SELECTION_COLUMN = {}, SELECTION_ALL = "SELECT_ALL", SELECTION_INVERT = "S
|
|
|
54654
54654
|
reactExports.useEffect(() => {
|
|
54655
54655
|
da($a);
|
|
54656
54656
|
}, [$a]);
|
|
54657
|
-
const ba = reactExports.useMemo(() => flattenData(
|
|
54657
|
+
const ba = reactExports.useMemo(() => flattenData(ca, ta), [ca, ta]), {
|
|
54658
54658
|
keyEntities: Ea
|
|
54659
54659
|
} = reactExports.useMemo(() => {
|
|
54660
54660
|
if (ea)
|
|
@@ -54671,9 +54671,9 @@ const SELECTION_COLUMN = {}, SELECTION_ALL = "SELECT_ALL", SELECTION_INVERT = "S
|
|
|
54671
54671
|
}
|
|
54672
54672
|
return convertDataToEntities(La, {
|
|
54673
54673
|
externalGetKey: ia,
|
|
54674
|
-
childrenPropName:
|
|
54674
|
+
childrenPropName: ca
|
|
54675
54675
|
});
|
|
54676
|
-
}, [ra, ia, ea,
|
|
54676
|
+
}, [ra, ia, ea, ca, r, ba]), ma = reactExports.useMemo(() => {
|
|
54677
54677
|
const La = /* @__PURE__ */ new Map();
|
|
54678
54678
|
return ba.forEach((Ma, Wa) => {
|
|
54679
54679
|
const Pa = ia(Ma, Wa), Ka = (s ? s(Ma) : null) || {};
|
|
@@ -54840,7 +54840,7 @@ const SELECTION_COLUMN = {}, SELECTION_ALL = "SELECT_ALL", SELECTION_INVERT = "S
|
|
|
54840
54840
|
var xi;
|
|
54841
54841
|
const Ci = ia(ai, $i), zi = Pa.has(Ci), Xi = Ba.has(Ci), nl = ma.get(Ci);
|
|
54842
54842
|
let pl;
|
|
54843
|
-
return
|
|
54843
|
+
return sa === "nest" ? (pl = Xi, process.env.NODE_ENV !== "production" && ya(typeof (nl == null ? void 0 : nl.indeterminate) != "boolean", "usage", "set `indeterminate` using `rowSelection.getCheckboxProps` is not allowed with tree structured dataSource.")) : pl = (xi = nl == null ? void 0 : nl.indeterminate) !== null && xi !== void 0 ? xi : Xi, {
|
|
54844
54844
|
node: /* @__PURE__ */ reactExports.createElement(Checkbox, Object.assign({}, nl, {
|
|
54845
54845
|
indeterminate: pl,
|
|
54846
54846
|
checked: zi,
|
|
@@ -54918,7 +54918,7 @@ const SELECTION_COLUMN = {}, SELECTION_ALL = "SELECT_ALL", SELECTION_INVERT = "S
|
|
|
54918
54918
|
}
|
|
54919
54919
|
};
|
|
54920
54920
|
return Wa.map((Ai) => Ai === SELECTION_COLUMN ? tl : Ai);
|
|
54921
|
-
}, [ia, ba, t, Oa, Aa, Ba, ne, Ja,
|
|
54921
|
+
}, [ia, ba, t, Oa, Aa, Ba, ne, Ja, sa, ma, G, za, wa]), Aa];
|
|
54922
54922
|
};
|
|
54923
54923
|
function fillProxy(e, t) {
|
|
54924
54924
|
return e._antProxy = e._antProxy || {}, Object.keys(t).forEach((r) => {
|
|
@@ -55039,8 +55039,8 @@ var _excluded$1 = ["className", "style", "motion", "motionNodes", "motionType",
|
|
|
55039
55039
|
u && !ta.current && (ta.current = !0, w());
|
|
55040
55040
|
};
|
|
55041
55041
|
useUnmount$1(ra, oa);
|
|
55042
|
-
var ia = function(
|
|
55043
|
-
ut ===
|
|
55042
|
+
var ia = function(ca) {
|
|
55043
|
+
ut === ca && oa();
|
|
55044
55044
|
};
|
|
55045
55045
|
return u ? /* @__PURE__ */ reactExports.createElement(CSSMotion, _extends({
|
|
55046
55046
|
ref: r,
|
|
@@ -55048,10 +55048,10 @@ var _excluded$1 = ["className", "style", "motion", "motionNodes", "motionType",
|
|
|
55048
55048
|
}, s, {
|
|
55049
55049
|
motionAppear: g === "show",
|
|
55050
55050
|
onVisibleChanged: ia
|
|
55051
|
-
}), function(
|
|
55052
|
-
var va =
|
|
55051
|
+
}), function(sa, ca) {
|
|
55052
|
+
var va = sa.className, ga = sa.style;
|
|
55053
55053
|
return /* @__PURE__ */ reactExports.createElement("div", {
|
|
55054
|
-
ref:
|
|
55054
|
+
ref: ca,
|
|
55055
55055
|
className: classNames("".concat(ea, "-treenode-motion"), va),
|
|
55056
55056
|
style: ga
|
|
55057
55057
|
}, u.map(function(ya) {
|
|
@@ -55161,7 +55161,7 @@ function getAccessibilityPath(e) {
|
|
|
55161
55161
|
var NodeList = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
55162
55162
|
var r = e.prefixCls, n = e.data;
|
|
55163
55163
|
e.selectable, e.checkable;
|
|
55164
|
-
var a = e.expandedKeys, s = e.selectedKeys, u = e.checkedKeys, g = e.loadedKeys, C = e.loadingKeys, w = e.halfCheckedKeys, D = e.keyEntities, G = e.disabled, ne = e.dragging, oe = e.dragOverNodeKey, se = e.dropPosition, ue = e.motion, ae = e.height, ct = e.itemHeight, ea = e.virtual, ut = e.focusable, ra = e.activeItem, ta = e.focused, oa = e.tabIndex, ia = e.onKeyDown,
|
|
55164
|
+
var a = e.expandedKeys, s = e.selectedKeys, u = e.checkedKeys, g = e.loadedKeys, C = e.loadingKeys, w = e.halfCheckedKeys, D = e.keyEntities, G = e.disabled, ne = e.dragging, oe = e.dragOverNodeKey, se = e.dropPosition, ue = e.motion, ae = e.height, ct = e.itemHeight, ea = e.virtual, ut = e.focusable, ra = e.activeItem, ta = e.focused, oa = e.tabIndex, ia = e.onKeyDown, sa = e.onFocus, ca = e.onBlur, va = e.onActiveChange, ga = e.onListChangeStart, ya = e.onListChangeEnd, ha = _objectWithoutProperties(e, _excluded), pa = reactExports.useRef(null), $a = reactExports.useRef(null);
|
|
55165
55165
|
reactExports.useImperativeHandle(t, function() {
|
|
55166
55166
|
return {
|
|
55167
55167
|
scrollTo: function(_i) {
|
|
@@ -55218,8 +55218,8 @@ var NodeList = /* @__PURE__ */ reactExports.forwardRef(function(e, t) {
|
|
|
55218
55218
|
disabled: ut === !1 || G,
|
|
55219
55219
|
tabIndex: ut !== !1 ? oa : null,
|
|
55220
55220
|
onKeyDown: ia,
|
|
55221
|
-
onFocus:
|
|
55222
|
-
onBlur:
|
|
55221
|
+
onFocus: sa,
|
|
55222
|
+
onBlur: ca,
|
|
55223
55223
|
value: "",
|
|
55224
55224
|
onChange: noop,
|
|
55225
55225
|
"aria-label": "for screen reader"
|
|
@@ -55338,12 +55338,12 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55338
55338
|
node: convertNodePropsToEventData(C.props)
|
|
55339
55339
|
});
|
|
55340
55340
|
}), _defineProperty(_assertThisInitialized(n), "onNodeDragEnter", function(g, C) {
|
|
55341
|
-
var w = n.state, D = w.expandedKeys, G = w.keyEntities, ne = w.dragChildrenKeys, oe = w.flattenNodes, se = w.indent, ue = n.props, ae = ue.onDragEnter, ct = ue.onExpand, ea = ue.allowDrop, ut = ue.direction, ra = C.props, ta = ra.pos, oa = ra.eventKey, ia = _assertThisInitialized(n),
|
|
55342
|
-
if (n.currentMouseOverDroppableNodeKey !== oa && (n.currentMouseOverDroppableNodeKey = oa), !
|
|
55341
|
+
var w = n.state, D = w.expandedKeys, G = w.keyEntities, ne = w.dragChildrenKeys, oe = w.flattenNodes, se = w.indent, ue = n.props, ae = ue.onDragEnter, ct = ue.onExpand, ea = ue.allowDrop, ut = ue.direction, ra = C.props, ta = ra.pos, oa = ra.eventKey, ia = _assertThisInitialized(n), sa = ia.dragNode;
|
|
55342
|
+
if (n.currentMouseOverDroppableNodeKey !== oa && (n.currentMouseOverDroppableNodeKey = oa), !sa) {
|
|
55343
55343
|
n.resetDragState();
|
|
55344
55344
|
return;
|
|
55345
55345
|
}
|
|
55346
|
-
var
|
|
55346
|
+
var ca = calcDropPosition(g, sa, C, se, n.dragStartMousePosition, ea, oe, G, D, ut), va = ca.dropPosition, ga = ca.dropLevelOffset, ya = ca.dropTargetKey, ha = ca.dropContainerKey, pa = ca.dropTargetPos, $a = ca.dropAllowed, xa = ca.dragOverNodeKey;
|
|
55347
55347
|
if (
|
|
55348
55348
|
// don't allow drop inside its children
|
|
55349
55349
|
ne.indexOf(ya) !== -1 || // don't allow drop when drop is not allowed caculated by calcDropPosition
|
|
@@ -55354,7 +55354,7 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55354
55354
|
}
|
|
55355
55355
|
if (n.delayedDragEnterLogic || (n.delayedDragEnterLogic = {}), Object.keys(n.delayedDragEnterLogic).forEach(function(fa) {
|
|
55356
55356
|
clearTimeout(n.delayedDragEnterLogic[fa]);
|
|
55357
|
-
}),
|
|
55357
|
+
}), sa.props.eventKey !== C.props.eventKey && (g.persist(), n.delayedDragEnterLogic[ta] = window.setTimeout(function() {
|
|
55358
55358
|
if (n.state.draggingNodeKey !== null) {
|
|
55359
55359
|
var fa = _toConsumableArray(D), da = getEntity(G, C.props.eventKey);
|
|
55360
55360
|
da && (da.children || []).length && (fa = arrAdd(D, C.props.eventKey)), "expandedKeys" in n.props || n.setExpandedKeys(fa), ct == null || ct(fa, {
|
|
@@ -55363,7 +55363,7 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55363
55363
|
nativeEvent: g.nativeEvent
|
|
55364
55364
|
});
|
|
55365
55365
|
}
|
|
55366
|
-
}, 800)),
|
|
55366
|
+
}, 800)), sa.props.eventKey === ya && ga === 0) {
|
|
55367
55367
|
n.resetDragState();
|
|
55368
55368
|
return;
|
|
55369
55369
|
}
|
|
@@ -55383,12 +55383,12 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55383
55383
|
}), _defineProperty(_assertThisInitialized(n), "onNodeDragOver", function(g, C) {
|
|
55384
55384
|
var w = n.state, D = w.dragChildrenKeys, G = w.flattenNodes, ne = w.keyEntities, oe = w.expandedKeys, se = w.indent, ue = n.props, ae = ue.onDragOver, ct = ue.allowDrop, ea = ue.direction, ut = _assertThisInitialized(n), ra = ut.dragNode;
|
|
55385
55385
|
if (ra) {
|
|
55386
|
-
var ta = calcDropPosition(g, ra, C, se, n.dragStartMousePosition, ct, G, ne, oe, ea), oa = ta.dropPosition, ia = ta.dropLevelOffset,
|
|
55387
|
-
D.indexOf(
|
|
55386
|
+
var ta = calcDropPosition(g, ra, C, se, n.dragStartMousePosition, ct, G, ne, oe, ea), oa = ta.dropPosition, ia = ta.dropLevelOffset, sa = ta.dropTargetKey, ca = ta.dropContainerKey, va = ta.dropAllowed, ga = ta.dropTargetPos, ya = ta.dragOverNodeKey;
|
|
55387
|
+
D.indexOf(sa) !== -1 || !va || (ra.props.eventKey === sa && ia === 0 ? n.state.dropPosition === null && n.state.dropLevelOffset === null && n.state.dropTargetKey === null && n.state.dropContainerKey === null && n.state.dropTargetPos === null && n.state.dropAllowed === !1 && n.state.dragOverNodeKey === null || n.resetDragState() : oa === n.state.dropPosition && ia === n.state.dropLevelOffset && sa === n.state.dropTargetKey && ca === n.state.dropContainerKey && ga === n.state.dropTargetPos && va === n.state.dropAllowed && ya === n.state.dragOverNodeKey || n.setState({
|
|
55388
55388
|
dropPosition: oa,
|
|
55389
55389
|
dropLevelOffset: ia,
|
|
55390
|
-
dropTargetKey:
|
|
55391
|
-
dropContainerKey:
|
|
55390
|
+
dropTargetKey: sa,
|
|
55391
|
+
dropContainerKey: ca,
|
|
55392
55392
|
dropTargetPos: ga,
|
|
55393
55393
|
dropAllowed: va,
|
|
55394
55394
|
dragOverNodeKey: ya
|
|
@@ -55504,17 +55504,17 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55504
55504
|
checkedKeys: ra
|
|
55505
55505
|
});
|
|
55506
55506
|
} else {
|
|
55507
|
-
var oa = conductCheck([].concat(_toConsumableArray(ne), [ct]), !0, G), ia = oa.checkedKeys,
|
|
55507
|
+
var oa = conductCheck([].concat(_toConsumableArray(ne), [ct]), !0, G), ia = oa.checkedKeys, sa = oa.halfCheckedKeys;
|
|
55508
55508
|
if (!w) {
|
|
55509
|
-
var
|
|
55510
|
-
|
|
55511
|
-
var va = conductCheck(Array.from(
|
|
55509
|
+
var ca = new Set(ia);
|
|
55510
|
+
ca.delete(ct);
|
|
55511
|
+
var va = conductCheck(Array.from(ca), {
|
|
55512
55512
|
checked: !1,
|
|
55513
|
-
halfCheckedKeys:
|
|
55513
|
+
halfCheckedKeys: sa
|
|
55514
55514
|
}, G);
|
|
55515
|
-
ia = va.checkedKeys,
|
|
55515
|
+
ia = va.checkedKeys, sa = va.halfCheckedKeys;
|
|
55516
55516
|
}
|
|
55517
|
-
ea = ia, ut.checkedNodes = [], ut.checkedNodesPositions = [], ut.halfCheckedKeys =
|
|
55517
|
+
ea = ia, ut.checkedNodes = [], ut.checkedNodesPositions = [], ut.halfCheckedKeys = sa, ia.forEach(function(ga) {
|
|
55518
55518
|
var ya = getEntity(G, ga);
|
|
55519
55519
|
if (ya) {
|
|
55520
55520
|
var ha = ya.node, pa = ya.pos;
|
|
@@ -55526,7 +55526,7 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55526
55526
|
}), n.setUncontrolledState({
|
|
55527
55527
|
checkedKeys: ia
|
|
55528
55528
|
}, !1, {
|
|
55529
|
-
halfCheckedKeys:
|
|
55529
|
+
halfCheckedKeys: sa
|
|
55530
55530
|
});
|
|
55531
55531
|
}
|
|
55532
55532
|
ae == null || ae(ea, ut);
|
|
@@ -55540,29 +55540,29 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55540
55540
|
return null;
|
|
55541
55541
|
var ia = ta(g);
|
|
55542
55542
|
return ia.then(function() {
|
|
55543
|
-
var
|
|
55544
|
-
oa == null || oa(
|
|
55543
|
+
var sa = n.state.loadedKeys, ca = arrAdd(sa, w);
|
|
55544
|
+
oa == null || oa(ca, {
|
|
55545
55545
|
event: "load",
|
|
55546
55546
|
node: g
|
|
55547
55547
|
}), n.setUncontrolledState({
|
|
55548
|
-
loadedKeys:
|
|
55548
|
+
loadedKeys: ca
|
|
55549
55549
|
}), n.setState(function(va) {
|
|
55550
55550
|
return {
|
|
55551
55551
|
loadingKeys: arrDel(va.loadingKeys, w)
|
|
55552
55552
|
};
|
|
55553
55553
|
}), oe();
|
|
55554
|
-
}).catch(function(
|
|
55554
|
+
}).catch(function(sa) {
|
|
55555
55555
|
if (n.setState(function(va) {
|
|
55556
55556
|
return {
|
|
55557
55557
|
loadingKeys: arrDel(va.loadingKeys, w)
|
|
55558
55558
|
};
|
|
55559
55559
|
}), n.loadingRetryTimes[w] = (n.loadingRetryTimes[w] || 0) + 1, n.loadingRetryTimes[w] >= MAX_RETRY_TIMES) {
|
|
55560
|
-
var
|
|
55560
|
+
var ca = n.state.loadedKeys;
|
|
55561
55561
|
warningOnce(!1, "Retry for `loadData` many times but still failed. No more retry."), n.setUncontrolledState({
|
|
55562
|
-
loadedKeys: arrAdd(
|
|
55562
|
+
loadedKeys: arrAdd(ca, w)
|
|
55563
55563
|
}), oe();
|
|
55564
55564
|
}
|
|
55565
|
-
se(
|
|
55565
|
+
se(sa);
|
|
55566
55566
|
}), {
|
|
55567
55567
|
loadingKeys: arrAdd(ut, w)
|
|
55568
55568
|
};
|
|
@@ -55774,7 +55774,7 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55774
55774
|
}, {
|
|
55775
55775
|
key: "render",
|
|
55776
55776
|
value: function() {
|
|
55777
|
-
var a = this.state, s = a.focused, u = a.flattenNodes, g = a.keyEntities, C = a.draggingNodeKey, w = a.activeKey, D = a.dropLevelOffset, G = a.dropContainerKey, ne = a.dropTargetKey, oe = a.dropPosition, se = a.dragOverNodeKey, ue = a.indent, ae = this.props, ct = ae.prefixCls, ea = ae.className, ut = ae.style, ra = ae.showLine, ta = ae.focusable, oa = ae.tabIndex, ia = oa === void 0 ? 0 : oa,
|
|
55777
|
+
var a = this.state, s = a.focused, u = a.flattenNodes, g = a.keyEntities, C = a.draggingNodeKey, w = a.activeKey, D = a.dropLevelOffset, G = a.dropContainerKey, ne = a.dropTargetKey, oe = a.dropPosition, se = a.dragOverNodeKey, ue = a.indent, ae = this.props, ct = ae.prefixCls, ea = ae.className, ut = ae.style, ra = ae.showLine, ta = ae.focusable, oa = ae.tabIndex, ia = oa === void 0 ? 0 : oa, sa = ae.selectable, ca = ae.showIcon, va = ae.icon, ga = ae.switcherIcon, ya = ae.draggable, ha = ae.checkable, pa = ae.checkStrictly, $a = ae.disabled, xa = ae.motion, fa = ae.loadData, da = ae.filterTreeNode, ba = ae.height, Ea = ae.itemHeight, ma = ae.virtual, wa = ae.titleRender, Oa = ae.dropIndicatorRender, Na = ae.onContextMenu, Aa = ae.onScroll, Ba = ae.direction, ja = ae.rootClassName, za = ae.rootStyle, Ja = pickAttrs(this.props, {
|
|
55778
55778
|
aria: !0,
|
|
55779
55779
|
data: !0
|
|
55780
55780
|
}), Ua;
|
|
@@ -55783,8 +55783,8 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55783
55783
|
} : Ua = {}), /* @__PURE__ */ reactExports.createElement(TreeContext.Provider, {
|
|
55784
55784
|
value: {
|
|
55785
55785
|
prefixCls: ct,
|
|
55786
|
-
selectable:
|
|
55787
|
-
showIcon:
|
|
55786
|
+
selectable: sa,
|
|
55787
|
+
showIcon: ca,
|
|
55788
55788
|
icon: va,
|
|
55789
55789
|
switcherIcon: ga,
|
|
55790
55790
|
draggable: Ua,
|
|
@@ -55830,7 +55830,7 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55830
55830
|
style: ut,
|
|
55831
55831
|
data: u,
|
|
55832
55832
|
disabled: $a,
|
|
55833
|
-
selectable:
|
|
55833
|
+
selectable: sa,
|
|
55834
55834
|
checkable: !!ha,
|
|
55835
55835
|
motion: xa,
|
|
55836
55836
|
dragging: C !== null,
|
|
@@ -55876,8 +55876,8 @@ var MAX_RETRY_TIMES = 10, Tree$2 = /* @__PURE__ */ function(e) {
|
|
|
55876
55876
|
delete oe[MOTION_KEY];
|
|
55877
55877
|
var se = [];
|
|
55878
55878
|
Object.keys(oe).forEach(function(ia) {
|
|
55879
|
-
var
|
|
55880
|
-
|
|
55879
|
+
var sa = oe[ia];
|
|
55880
|
+
sa.children && sa.children.length && se.push(sa.key);
|
|
55881
55881
|
}), g.expandedKeys = se;
|
|
55882
55882
|
} else !u && a.defaultExpandedKeys && (g.expandedKeys = a.autoExpandParent || a.defaultExpandParent ? conductExpandParent(a.defaultExpandedKeys, ne) : a.defaultExpandedKeys);
|
|
55883
55883
|
if (g.expandedKeys || delete g.expandedKeys, w || g.expandedKeys) {
|
|
@@ -56454,7 +56454,7 @@ const SwitcherIconCom = (e) => {
|
|
|
56454
56454
|
blockNode: oe,
|
|
56455
56455
|
showLine: !!D,
|
|
56456
56456
|
dropIndicatorRender
|
|
56457
|
-
}), [
|
|
56457
|
+
}), [sa, ca, va] = useStyle$1(ra), [, ga] = useToken(), ya = ga.paddingXS / 2 + (((r = ga.Tree) === null || r === void 0 ? void 0 : r.titleHeight) || ga.controlHeightSM), ha = React$1.useMemo(() => {
|
|
56458
56458
|
if (!ct)
|
|
56459
56459
|
return !1;
|
|
56460
56460
|
let $a = {};
|
|
@@ -56474,7 +56474,7 @@ const SwitcherIconCom = (e) => {
|
|
|
56474
56474
|
treeNodeProps: $a,
|
|
56475
56475
|
showLine: D
|
|
56476
56476
|
});
|
|
56477
|
-
return
|
|
56477
|
+
return sa(
|
|
56478
56478
|
// @ts-ignore
|
|
56479
56479
|
/* @__PURE__ */ React$1.createElement(Tree$2, Object.assign({
|
|
56480
56480
|
itemHeight: ya,
|
|
@@ -56489,7 +56489,7 @@ const SwitcherIconCom = (e) => {
|
|
|
56489
56489
|
[`${ra}-block-node`]: oe,
|
|
56490
56490
|
[`${ra}-unselectable`]: !ae,
|
|
56491
56491
|
[`${ra}-rtl`]: a === "rtl"
|
|
56492
|
-
}, u == null ? void 0 : u.className, C,
|
|
56492
|
+
}, u == null ? void 0 : u.className, C, ca, va),
|
|
56493
56493
|
direction: a,
|
|
56494
56494
|
checkable: ue && /* @__PURE__ */ React$1.createElement("span", {
|
|
56495
56495
|
className: `${ra}-checkbox-inner`
|
|
@@ -56578,20 +56578,20 @@ const DirectoryTree = (e, t) => {
|
|
|
56578
56578
|
} = e, s = __rest$2(e, ["defaultExpandAll", "defaultExpandParent", "defaultExpandedKeys"]);
|
|
56579
56579
|
const u = reactExports.useRef(), g = reactExports.useRef(), C = () => {
|
|
56580
56580
|
const {
|
|
56581
|
-
keyEntities:
|
|
56581
|
+
keyEntities: sa
|
|
56582
56582
|
} = convertDataToEntities(getTreeData(s));
|
|
56583
|
-
let
|
|
56584
|
-
return r ?
|
|
56583
|
+
let ca;
|
|
56584
|
+
return r ? ca = Object.keys(sa) : n ? ca = conductExpandParent(s.expandedKeys || a || [], sa) : ca = s.expandedKeys || a || [], ca;
|
|
56585
56585
|
}, [w, D] = reactExports.useState(s.selectedKeys || s.defaultSelectedKeys || []), [G, ne] = reactExports.useState(() => C());
|
|
56586
56586
|
reactExports.useEffect(() => {
|
|
56587
56587
|
"selectedKeys" in s && D(s.selectedKeys);
|
|
56588
56588
|
}, [s.selectedKeys]), reactExports.useEffect(() => {
|
|
56589
56589
|
"expandedKeys" in s && ne(s.expandedKeys);
|
|
56590
56590
|
}, [s.expandedKeys]);
|
|
56591
|
-
const oe = (
|
|
56591
|
+
const oe = (sa, ca) => {
|
|
56592
56592
|
var va;
|
|
56593
|
-
return "expandedKeys" in s || ne(
|
|
56594
|
-
}, se = (
|
|
56593
|
+
return "expandedKeys" in s || ne(sa), (va = s.onExpand) === null || va === void 0 ? void 0 : va.call(s, sa, ca);
|
|
56594
|
+
}, se = (sa, ca) => {
|
|
56595
56595
|
var va;
|
|
56596
56596
|
const {
|
|
56597
56597
|
multiple: ga,
|
|
@@ -56599,13 +56599,13 @@ const DirectoryTree = (e, t) => {
|
|
|
56599
56599
|
} = s, {
|
|
56600
56600
|
node: ha,
|
|
56601
56601
|
nativeEvent: pa
|
|
56602
|
-
} =
|
|
56602
|
+
} = ca, {
|
|
56603
56603
|
key: $a = ""
|
|
56604
|
-
} = ha, xa = getTreeData(s), fa = Object.assign(Object.assign({},
|
|
56604
|
+
} = ha, xa = getTreeData(s), fa = Object.assign(Object.assign({}, ca), {
|
|
56605
56605
|
selected: !0
|
|
56606
56606
|
}), da = (pa == null ? void 0 : pa.ctrlKey) || (pa == null ? void 0 : pa.metaKey), ba = pa == null ? void 0 : pa.shiftKey;
|
|
56607
56607
|
let Ea;
|
|
56608
|
-
ga && da ? (Ea =
|
|
56608
|
+
ga && da ? (Ea = sa, u.current = $a, g.current = Ea, fa.selectedNodes = convertDirectoryKeysToNodes(xa, Ea, ya)) : ga && ba ? (Ea = Array.from(new Set([].concat(_toConsumableArray(g.current || []), _toConsumableArray(calcRangeKeys({
|
|
56609
56609
|
treeData: xa,
|
|
56610
56610
|
expandedKeys: G,
|
|
56611
56611
|
startKey: $a,
|
|
@@ -56757,8 +56757,8 @@ const FilterDropdown = (e) => {
|
|
|
56757
56757
|
// Deprecated
|
|
56758
56758
|
filterDropdownVisible: oa,
|
|
56759
56759
|
onFilterDropdownVisibleChange: ia
|
|
56760
|
-
} = s, [
|
|
56761
|
-
|
|
56760
|
+
} = s, [sa, ca] = reactExports.useState(!1), va = !!(ne && (!((t = ne.filteredKeys) === null || t === void 0) && t.length || ne.forceFiltered)), ga = (Za) => {
|
|
56761
|
+
ca(Za), ut == null || ut(Za), ia == null || ia(Za);
|
|
56762
56762
|
};
|
|
56763
56763
|
if (process.env.NODE_ENV !== "production") {
|
|
56764
56764
|
const Za = devUseWarning("Table");
|
|
@@ -56767,7 +56767,7 @@ const FilterDropdown = (e) => {
|
|
|
56767
56767
|
Za.deprecated(Ei == null, mi, _i);
|
|
56768
56768
|
});
|
|
56769
56769
|
}
|
|
56770
|
-
const ya = (r = ea ?? oa) !== null && r !== void 0 ? r :
|
|
56770
|
+
const ya = (r = ea ?? oa) !== null && r !== void 0 ? r : sa, ha = ne == null ? void 0 : ne.filteredKeys, [pa, $a] = useSyncState(wrapStringListType(ha)), xa = (Za) => {
|
|
56771
56771
|
let {
|
|
56772
56772
|
selectedKeys: Oi
|
|
56773
56773
|
} = Za;
|
|
@@ -56784,7 +56784,7 @@ const FilterDropdown = (e) => {
|
|
|
56784
56784
|
});
|
|
56785
56785
|
};
|
|
56786
56786
|
reactExports.useEffect(() => {
|
|
56787
|
-
|
|
56787
|
+
sa && xa({
|
|
56788
56788
|
selectedKeys: wrapStringListType(ha)
|
|
56789
56789
|
});
|
|
56790
56790
|
}, [ha]);
|
|
@@ -56797,8 +56797,8 @@ const FilterDropdown = (e) => {
|
|
|
56797
56797
|
wa(Oi);
|
|
56798
56798
|
};
|
|
56799
56799
|
reactExports.useEffect(() => {
|
|
56800
|
-
|
|
56801
|
-
}, [
|
|
56800
|
+
sa || wa("");
|
|
56801
|
+
}, [sa]);
|
|
56802
56802
|
const Na = (Za) => {
|
|
56803
56803
|
const Oi = Za != null && Za.length ? Za : null;
|
|
56804
56804
|
if (Oi === null && (!ne || !ne.filteredKeys) || isEqual$1(Oi, ne == null ? void 0 : ne.filteredKeys, !0))
|
|
@@ -57226,10 +57226,10 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57226
57226
|
const G = getColumnPos(D, g);
|
|
57227
57227
|
let ne = w;
|
|
57228
57228
|
if (ne.sorter) {
|
|
57229
|
-
const oe = ne.sortDirections || a, se = ne.showSorterTooltip === void 0 ? u : ne.showSorterTooltip, ue = getColumnKey(ne, G), ae = r.find((
|
|
57229
|
+
const oe = ne.sortDirections || a, se = ne.showSorterTooltip === void 0 ? u : ne.showSorterTooltip, ue = getColumnKey(ne, G), ae = r.find((ca) => {
|
|
57230
57230
|
let {
|
|
57231
57231
|
key: va
|
|
57232
|
-
} =
|
|
57232
|
+
} = ca;
|
|
57233
57233
|
return va === ue;
|
|
57234
57234
|
}), ct = ae ? ae.sortOrder : null, ea = nextSortDirection(oe, ct);
|
|
57235
57235
|
let ut;
|
|
@@ -57238,7 +57238,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57238
57238
|
sortOrder: ct
|
|
57239
57239
|
});
|
|
57240
57240
|
else {
|
|
57241
|
-
const
|
|
57241
|
+
const ca = oe.includes(ASCEND) && /* @__PURE__ */ reactExports.createElement(RefIcon$7, {
|
|
57242
57242
|
className: classNames(`${e}-column-sorter-up`, {
|
|
57243
57243
|
active: ct === ASCEND
|
|
57244
57244
|
})
|
|
@@ -57249,12 +57249,12 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57249
57249
|
});
|
|
57250
57250
|
ut = /* @__PURE__ */ reactExports.createElement("span", {
|
|
57251
57251
|
className: classNames(`${e}-column-sorter`, {
|
|
57252
|
-
[`${e}-column-sorter-full`]: !!(
|
|
57252
|
+
[`${e}-column-sorter-full`]: !!(ca && va)
|
|
57253
57253
|
})
|
|
57254
57254
|
}, /* @__PURE__ */ reactExports.createElement("span", {
|
|
57255
57255
|
className: `${e}-column-sorter-inner`,
|
|
57256
57256
|
"aria-hidden": "true"
|
|
57257
|
-
},
|
|
57257
|
+
}, ca, va));
|
|
57258
57258
|
}
|
|
57259
57259
|
const {
|
|
57260
57260
|
cancelSort: ra,
|
|
@@ -57263,7 +57263,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57263
57263
|
} = s || {};
|
|
57264
57264
|
let ia = ra;
|
|
57265
57265
|
ea === DESCEND ? ia = oa : ea === ASCEND && (ia = ta);
|
|
57266
|
-
const
|
|
57266
|
+
const sa = typeof se == "object" ? Object.assign({
|
|
57267
57267
|
title: ia
|
|
57268
57268
|
}, se) : {
|
|
57269
57269
|
title: ia
|
|
@@ -57272,19 +57272,19 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57272
57272
|
className: classNames(ne.className, {
|
|
57273
57273
|
[`${e}-column-sort`]: ct
|
|
57274
57274
|
}),
|
|
57275
|
-
title: (
|
|
57275
|
+
title: (ca) => {
|
|
57276
57276
|
const va = `${e}-column-sorters`, ga = /* @__PURE__ */ reactExports.createElement("span", {
|
|
57277
57277
|
className: `${e}-column-title`
|
|
57278
|
-
}, renderColumnTitle(w.title,
|
|
57278
|
+
}, renderColumnTitle(w.title, ca)), ya = /* @__PURE__ */ reactExports.createElement("div", {
|
|
57279
57279
|
className: va
|
|
57280
57280
|
}, ga, ut);
|
|
57281
57281
|
return se ? typeof se != "boolean" && (se == null ? void 0 : se.target) === "sorter-icon" ? /* @__PURE__ */ reactExports.createElement("div", {
|
|
57282
57282
|
className: `${va} ${e}-column-sorters-tooltip-target-sorter`
|
|
57283
|
-
}, ga, /* @__PURE__ */ reactExports.createElement(Tooltip, Object.assign({},
|
|
57283
|
+
}, ga, /* @__PURE__ */ reactExports.createElement(Tooltip, Object.assign({}, sa), ut)) : /* @__PURE__ */ reactExports.createElement(Tooltip, Object.assign({}, sa), ya) : ya;
|
|
57284
57284
|
},
|
|
57285
|
-
onHeaderCell: (
|
|
57285
|
+
onHeaderCell: (ca) => {
|
|
57286
57286
|
var va;
|
|
57287
|
-
const ga = ((va = w.onHeaderCell) === null || va === void 0 ? void 0 : va.call(w,
|
|
57287
|
+
const ga = ((va = w.onHeaderCell) === null || va === void 0 ? void 0 : va.call(w, ca)) || {}, ya = ga.onClick, ha = ga.onKeyDown;
|
|
57288
57288
|
ga.onClick = (xa) => {
|
|
57289
57289
|
n({
|
|
57290
57290
|
column: w,
|
|
@@ -57752,8 +57752,8 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57752
57752
|
tableFilterDropdownBg: ta,
|
|
57753
57753
|
tableFilterDropdownHeight: oa,
|
|
57754
57754
|
controlItemBgHover: ia,
|
|
57755
|
-
controlItemBgActive:
|
|
57756
|
-
boxShadowSecondary:
|
|
57755
|
+
controlItemBgActive: sa,
|
|
57756
|
+
boxShadowSecondary: ca,
|
|
57757
57757
|
filterDropdownMenuBg: va,
|
|
57758
57758
|
calc: ga
|
|
57759
57759
|
} = e, ya = `${r}-dropdown`, ha = `${t}-filter-dropdown`, pa = `${r}-tree`, $a = `${unit$1(w)} ${D} ${G}`;
|
|
@@ -57793,7 +57793,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57793
57793
|
minWidth: a,
|
|
57794
57794
|
backgroundColor: ta,
|
|
57795
57795
|
borderRadius: ue,
|
|
57796
|
-
boxShadow:
|
|
57796
|
+
boxShadow: ca,
|
|
57797
57797
|
overflow: "hidden",
|
|
57798
57798
|
// Reset menu
|
|
57799
57799
|
[`${ya}-menu`]: {
|
|
@@ -57825,7 +57825,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
57825
57825
|
},
|
|
57826
57826
|
[`${pa}-treenode-checkbox-checked ${pa}-node-content-wrapper`]: {
|
|
57827
57827
|
"&, &:hover": {
|
|
57828
|
-
backgroundColor:
|
|
57828
|
+
backgroundColor: sa
|
|
57829
57829
|
}
|
|
57830
57830
|
}
|
|
57831
57831
|
},
|
|
@@ -58629,14 +58629,14 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58629
58629
|
colorIconHover: ra,
|
|
58630
58630
|
opacityLoading: ta,
|
|
58631
58631
|
controlInteractiveSize: oa
|
|
58632
|
-
} = e, ia = new TinyColor(a).onBackground(r).toHexShortString(),
|
|
58632
|
+
} = e, ia = new TinyColor(a).onBackground(r).toHexShortString(), sa = new TinyColor(s).onBackground(r).toHexShortString(), ca = new TinyColor(t).onBackground(r).toHexShortString(), va = new TinyColor(ut), ga = new TinyColor(ra), ya = oa / 2 - ea, ha = ya * 2 + ea * 3;
|
|
58633
58633
|
return {
|
|
58634
|
-
headerBg:
|
|
58634
|
+
headerBg: ca,
|
|
58635
58635
|
headerColor: n,
|
|
58636
58636
|
headerSortActiveBg: ia,
|
|
58637
|
-
headerSortHoverBg:
|
|
58638
|
-
bodySortBg:
|
|
58639
|
-
rowHoverBg:
|
|
58637
|
+
headerSortHoverBg: sa,
|
|
58638
|
+
bodySortBg: ca,
|
|
58639
|
+
rowHoverBg: ca,
|
|
58640
58640
|
rowSelectedBg: u,
|
|
58641
58641
|
rowSelectedHoverBg: g,
|
|
58642
58642
|
rowExpandedBg: t,
|
|
@@ -58648,7 +58648,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58648
58648
|
cellPaddingInlineSM: D,
|
|
58649
58649
|
borderColor: G,
|
|
58650
58650
|
headerBorderRadius: ne,
|
|
58651
|
-
footerBg:
|
|
58651
|
+
footerBg: ca,
|
|
58652
58652
|
footerColor: n,
|
|
58653
58653
|
cellFontSize: ue,
|
|
58654
58654
|
cellFontSizeMD: ue,
|
|
@@ -58694,8 +58694,8 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58694
58694
|
footerBg: ta,
|
|
58695
58695
|
footerColor: oa,
|
|
58696
58696
|
headerBorderRadius: ia,
|
|
58697
|
-
cellFontSize:
|
|
58698
|
-
cellFontSizeMD:
|
|
58697
|
+
cellFontSize: sa,
|
|
58698
|
+
cellFontSizeMD: ca,
|
|
58699
58699
|
cellFontSizeSM: va,
|
|
58700
58700
|
headerSplitColor: ga,
|
|
58701
58701
|
fixedHeaderSortActiveBg: ya,
|
|
@@ -58706,7 +58706,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58706
58706
|
stickyScrollBarBg: fa,
|
|
58707
58707
|
calc: da
|
|
58708
58708
|
} = e, ba = merge(e, {
|
|
58709
|
-
tableFontSize:
|
|
58709
|
+
tableFontSize: sa,
|
|
58710
58710
|
tableBg: n,
|
|
58711
58711
|
tableRadius: ia,
|
|
58712
58712
|
tablePaddingVertical: se,
|
|
@@ -58734,7 +58734,7 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58734
58734
|
zIndexTableSticky: da(zIndexTableFixed).add(1).equal({
|
|
58735
58735
|
unit: !1
|
|
58736
58736
|
}),
|
|
58737
|
-
tableFontSizeMiddle:
|
|
58737
|
+
tableFontSizeMiddle: ca,
|
|
58738
58738
|
tableFontSizeSmall: va,
|
|
58739
58739
|
tableSelectionColumnWidth: xa,
|
|
58740
58740
|
tableExpandIconBg: $a,
|
|
@@ -58779,8 +58779,8 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58779
58779
|
loading: ta,
|
|
58780
58780
|
expandIcon: oa,
|
|
58781
58781
|
expandable: ia,
|
|
58782
|
-
expandedRowRender:
|
|
58783
|
-
expandIconColumnIndex:
|
|
58782
|
+
expandedRowRender: sa,
|
|
58783
|
+
expandIconColumnIndex: ca,
|
|
58784
58784
|
indentSize: va,
|
|
58785
58785
|
scroll: ga,
|
|
58786
58786
|
sortDirections: ya,
|
|
@@ -58803,12 +58803,12 @@ const ASCEND = "ascend", DESCEND = "descend", getMultiplePriority = (e) => typeo
|
|
|
58803
58803
|
getPopupContainer: ja
|
|
58804
58804
|
} = reactExports.useContext(ConfigContext), za = useSize$1(C), Ja = Object.assign(Object.assign({}, wa.Table), ha), Ua = G || EMPTY_LIST, La = Ba("table", a), Ma = Ba("dropdown", D), [, Wa] = useToken(), Pa = useCSSVarCls(La), [Ka, Ga, Ti] = useStyle(La, Pa), Za = Object.assign(Object.assign({
|
|
58805
58805
|
childrenColumnName: ea,
|
|
58806
|
-
expandIconColumnIndex:
|
|
58806
|
+
expandIconColumnIndex: ca
|
|
58807
58807
|
}, ia), {
|
|
58808
58808
|
expandIcon: (r = ia == null ? void 0 : ia.expandIcon) !== null && r !== void 0 ? r : (n = Na == null ? void 0 : Na.expandable) === null || n === void 0 ? void 0 : n.expandIcon
|
|
58809
58809
|
}), {
|
|
58810
58810
|
childrenColumnName: Oi = "children"
|
|
58811
|
-
} = Za, mi = reactExports.useMemo(() => Ua.some((Ha) => Ha == null ? void 0 : Ha[Oi]) ? "nest" :
|
|
58811
|
+
} = Za, mi = reactExports.useMemo(() => Ua.some((Ha) => Ha == null ? void 0 : Ha[Oi]) ? "nest" : sa || ia != null && ia.expandedRowRender ? "row" : null, [Ua]), _i = {
|
|
58812
58812
|
body: reactExports.useRef()
|
|
58813
58813
|
}, Ei = useContainerWidth(La), fi = reactExports.useRef(null), bi = reactExports.useRef(null);
|
|
58814
58814
|
useProxyImperativeHandle(t, () => Object.assign(Object.assign({}, bi.current), {
|
|
@@ -64187,7 +64187,7 @@ function requireReactIs_development() {
|
|
|
64187
64187
|
}
|
|
64188
64188
|
}
|
|
64189
64189
|
}
|
|
64190
|
-
var ta = C, oa = w, ia = g,
|
|
64190
|
+
var ta = C, oa = w, ia = g, sa = u, ca = t, va = D, ga = n, ya = se, ha = oe, pa = r, $a = s, xa = a, fa = G, da = !1;
|
|
64191
64191
|
function ba(Ma) {
|
|
64192
64192
|
return da || (da = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), Ea(Ma) || ra(Ma) === C;
|
|
64193
64193
|
}
|
|
@@ -64227,7 +64227,7 @@ function requireReactIs_development() {
|
|
|
64227
64227
|
function La(Ma) {
|
|
64228
64228
|
return ra(Ma) === G;
|
|
64229
64229
|
}
|
|
64230
|
-
reactIs_development.AsyncMode = ta, reactIs_development.ConcurrentMode = oa, reactIs_development.ContextConsumer = ia, reactIs_development.ContextProvider =
|
|
64230
|
+
reactIs_development.AsyncMode = ta, reactIs_development.ConcurrentMode = oa, reactIs_development.ContextConsumer = ia, reactIs_development.ContextProvider = sa, reactIs_development.Element = ca, reactIs_development.ForwardRef = va, reactIs_development.Fragment = ga, reactIs_development.Lazy = ya, reactIs_development.Memo = ha, reactIs_development.Portal = pa, reactIs_development.Profiler = $a, reactIs_development.StrictMode = xa, reactIs_development.Suspense = fa, reactIs_development.isAsyncMode = ba, reactIs_development.isConcurrentMode = Ea, reactIs_development.isContextConsumer = ma, reactIs_development.isContextProvider = wa, reactIs_development.isElement = Oa, reactIs_development.isForwardRef = Na, reactIs_development.isFragment = Aa, reactIs_development.isLazy = Ba, reactIs_development.isMemo = ja, reactIs_development.isPortal = za, reactIs_development.isProfiler = Ja, reactIs_development.isStrictMode = Ua, reactIs_development.isSuspense = La, reactIs_development.isValidElementType = ut, reactIs_development.typeOf = ra;
|
|
64231
64231
|
}()), reactIs_development;
|
|
64232
64232
|
}
|
|
64233
64233
|
process.env.NODE_ENV === "production" ? reactIs$1.exports = requireReactIs_production_min() : reactIs$1.exports = requireReactIs_development();
|
|
@@ -64393,7 +64393,7 @@ const en$1 = {
|
|
|
64393
64393
|
"kg.refresh": "Refresh"
|
|
64394
64394
|
}, es_ES = {
|
|
64395
64395
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64396
|
-
"KgWorkStation.reloadMessage": "
|
|
64396
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64397
64397
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64398
64398
|
"KgWorkStation.workStation": "工作站",
|
|
64399
64399
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64404,7 +64404,7 @@ const en$1 = {
|
|
|
64404
64404
|
"kg.refresh": "刷新"
|
|
64405
64405
|
}, fr_FR = {
|
|
64406
64406
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64407
|
-
"KgWorkStation.reloadMessage": "
|
|
64407
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64408
64408
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64409
64409
|
"KgWorkStation.workStation": "工作站",
|
|
64410
64410
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64415,7 +64415,7 @@ const en$1 = {
|
|
|
64415
64415
|
"kg.refresh": "刷新"
|
|
64416
64416
|
}, km_KH = {
|
|
64417
64417
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64418
|
-
"KgWorkStation.reloadMessage": "
|
|
64418
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64419
64419
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64420
64420
|
"KgWorkStation.workStation": "工作站",
|
|
64421
64421
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64426,7 +64426,7 @@ const en$1 = {
|
|
|
64426
64426
|
"kg.refresh": "刷新"
|
|
64427
64427
|
}, ko_KR = {
|
|
64428
64428
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64429
|
-
"KgWorkStation.reloadMessage": "
|
|
64429
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64430
64430
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64431
64431
|
"KgWorkStation.workStation": "工作站",
|
|
64432
64432
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64437,7 +64437,7 @@ const en$1 = {
|
|
|
64437
64437
|
"kg.refresh": "刷新"
|
|
64438
64438
|
}, vi_VN = {
|
|
64439
64439
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64440
|
-
"KgWorkStation.reloadMessage": "
|
|
64440
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64441
64441
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64442
64442
|
"KgWorkStation.workStation": "工作站",
|
|
64443
64443
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64448,7 +64448,7 @@ const en$1 = {
|
|
|
64448
64448
|
"kg.refresh": "刷新"
|
|
64449
64449
|
}, zh_CN = {
|
|
64450
64450
|
"KgWorkStation.modalTitle": "选择工作站",
|
|
64451
|
-
"KgWorkStation.reloadMessage": "
|
|
64451
|
+
"KgWorkStation.reloadMessage": "工作站工作区发生变更, 需要刷新页面.",
|
|
64452
64452
|
"KgWorkStation.selectWorkStation": "[ 选择工作站 ]",
|
|
64453
64453
|
"KgWorkStation.workStation": "工作站",
|
|
64454
64454
|
"KgWorkStation.workStationAndWorkStationArea": "工作站 / 工作区",
|
|
@@ -64771,9 +64771,9 @@ function useKeyPress(e, t, r) {
|
|
|
64771
64771
|
var oe, se, ue, ae = getTargetElement(u, window);
|
|
64772
64772
|
if (ae) {
|
|
64773
64773
|
var ct = function(ta) {
|
|
64774
|
-
var oa, ia = genKeyFormatter(ne.current, C),
|
|
64775
|
-
if (
|
|
64776
|
-
return (oa = G.current) === null || oa === void 0 ? void 0 : oa.call(G, ta,
|
|
64774
|
+
var oa, ia = genKeyFormatter(ne.current, C), sa = ia(ta), ca = isValidKeyType(sa) ? sa : ta.key;
|
|
64775
|
+
if (sa)
|
|
64776
|
+
return (oa = G.current) === null || oa === void 0 ? void 0 : oa.call(G, ta, ca);
|
|
64777
64777
|
};
|
|
64778
64778
|
try {
|
|
64779
64779
|
for (var ea = __values(s), ut = ea.next(); !ut.done; ut = ea.next()) {
|
|
@@ -64794,8 +64794,8 @@ function useKeyPress(e, t, r) {
|
|
|
64794
64794
|
return function() {
|
|
64795
64795
|
var ta, oa, ia;
|
|
64796
64796
|
try {
|
|
64797
|
-
for (var
|
|
64798
|
-
var va =
|
|
64797
|
+
for (var sa = __values(s), ca = sa.next(); !ca.done; ca = sa.next()) {
|
|
64798
|
+
var va = ca.value;
|
|
64799
64799
|
(ia = ae == null ? void 0 : ae.removeEventListener) === null || ia === void 0 || ia.call(ae, va, ct, D);
|
|
64800
64800
|
}
|
|
64801
64801
|
} catch (ga) {
|
|
@@ -64804,7 +64804,7 @@ function useKeyPress(e, t, r) {
|
|
|
64804
64804
|
};
|
|
64805
64805
|
} finally {
|
|
64806
64806
|
try {
|
|
64807
|
-
|
|
64807
|
+
ca && !ca.done && (oa = sa.return) && oa.call(sa);
|
|
64808
64808
|
} finally {
|
|
64809
64809
|
if (ta) throw ta.error;
|
|
64810
64810
|
}
|
|
@@ -65609,21 +65609,21 @@ function Xo(e, {
|
|
|
65609
65609
|
} = {}) {
|
|
65610
65610
|
let ct = se, ea = Number(e), ut = [], ra = 0, ta = j;
|
|
65611
65611
|
D === Zo ? (n = 10, D = Z) : D === $e || D === Z ? n = 2 : n === 2 ? D = $e : (n = 10, D = Z);
|
|
65612
|
-
const oa = n === 10 ? 1e3 : 1024, ia = ne === !0,
|
|
65612
|
+
const oa = n === 10 ? 1e3 : 1024, ia = ne === !0, sa = ea < 0, ca = Math[ue];
|
|
65613
65613
|
if (typeof e != "bigint" && isNaN(e))
|
|
65614
65614
|
throw new TypeError(zo);
|
|
65615
|
-
if (typeof
|
|
65615
|
+
if (typeof ca !== ko)
|
|
65616
65616
|
throw new TypeError(Fo);
|
|
65617
|
-
if (
|
|
65617
|
+
if (sa && (ea = -ea), (ct === -1 || isNaN(ct)) && (ct = Math.floor(Math.log(ea) / Math.log(oa)), ct < 0 && (ct = 0)), ct > 8 && (ae > 0 && (ae += 8 - ct), ct = 8), G === Mo)
|
|
65618
65618
|
return ct;
|
|
65619
65619
|
if (ea === 0)
|
|
65620
65620
|
ut[0] = 0, ta = ut[1] = W.symbol[D][t ? Re : Ce][ct];
|
|
65621
65621
|
else {
|
|
65622
65622
|
ra = ea / (n === 2 ? Math.pow(2, ct * 10) : Math.pow(1e3, ct)), t && (ra = ra * 8, ra >= oa && ct < 8 && (ra = ra / oa, ct++));
|
|
65623
65623
|
const va = Math.pow(10, ct > 0 ? a : 0);
|
|
65624
|
-
ut[0] =
|
|
65624
|
+
ut[0] = ca(ra * va) / va, ut[0] === oa && ct < 8 && se === -1 && (ut[0] = 1, ct++), ta = ut[1] = n === 10 && ct === 1 ? t ? Wo : Yo : W.symbol[D][t ? Re : Ce][ct];
|
|
65625
65625
|
}
|
|
65626
|
-
if (
|
|
65626
|
+
if (sa && (ut[0] = -ut[0]), ae > 0 && (ut[0] = ut[0].toPrecision(ae)), ut[1] = w[ut[1]] || ut[1], s === !0 ? ut[0] = ut[0].toLocaleString() : s.length > 0 ? ut[0] = ut[0].toLocaleString(s, u) : g.length > 0 && (ut[0] = ut[0].toString().replace(Ie, g)), r && a > 0) {
|
|
65627
65627
|
const va = ut[0].toString(), ga = g || (va.match(/(\D)/g) || []).pop() || Ie, ya = va.toString().split(ga), ha = ya[1] || j, pa = ha.length, $a = a - pa;
|
|
65628
65628
|
ut[0] = `${ya[0]}${ga}${ha.padEnd(pa + $a, qo)}`;
|
|
65629
65629
|
}
|
|
@@ -65926,16 +65926,16 @@ function useDragToMove(e) {
|
|
|
65926
65926
|
remove: () => {
|
|
65927
65927
|
}
|
|
65928
65928
|
}, ae = null, ct = null, ea = null;
|
|
65929
|
-
function ut(
|
|
65930
|
-
return
|
|
65931
|
-
remove: () =>
|
|
65929
|
+
function ut(ca, va, ga) {
|
|
65930
|
+
return ca.addEventListener(va, ga), {
|
|
65931
|
+
remove: () => ca.removeEventListener(va, ga)
|
|
65932
65932
|
};
|
|
65933
65933
|
}
|
|
65934
65934
|
function ra() {
|
|
65935
65935
|
se.remove(), ue.remove();
|
|
65936
65936
|
}
|
|
65937
|
-
function ta(
|
|
65938
|
-
const { event: va } =
|
|
65937
|
+
function ta(ca) {
|
|
65938
|
+
const { event: va } = ca ?? {};
|
|
65939
65939
|
if (!ct)
|
|
65940
65940
|
return;
|
|
65941
65941
|
let ga = va.clientX - D, ya = va.clientY - G;
|
|
@@ -65943,18 +65943,18 @@ function useDragToMove(e) {
|
|
|
65943
65943
|
const ha = ne + ga, pa = oe + ya;
|
|
65944
65944
|
ct.style.left = `${ha}px`, ct.style.top = `${pa}px`;
|
|
65945
65945
|
}
|
|
65946
|
-
function oa(
|
|
65947
|
-
|
|
65946
|
+
function oa(ca) {
|
|
65947
|
+
ca && (!ae || !ct || !ea || (document.body.classList.add("kgcrant-kg-modal-dragging"), D = ca.clientX, G = ca.clientY, u = ct.offsetLeft, g = a - ct.offsetLeft - ea.offsetWidth - KG_MODAL_BORDER_WIDTH * 2, C = ct.offsetTop, w = s - ct.offsetTop - ea.offsetHeight - KG_MODAL_BORDER_WIDTH, ne = Number(getComputedStyle(ct).left.replace(/px/g, "")), oe = Number(getComputedStyle(ct).top.replace(/px/g, "")), se = ut(document.documentElement, "mousemove", (va) => ia({ event: va })), ue = ut(document.documentElement, "mouseup", (va) => sa({ event: va }))));
|
|
65948
65948
|
}
|
|
65949
|
-
function ia(
|
|
65950
|
-
ta(
|
|
65949
|
+
function ia(ca) {
|
|
65950
|
+
ta(ca);
|
|
65951
65951
|
}
|
|
65952
|
-
function ca
|
|
65953
|
-
ta(
|
|
65952
|
+
function sa(ca) {
|
|
65953
|
+
ta(ca), ra(), document.body.classList.remove("kgcrant-kg-modal-dragging");
|
|
65954
65954
|
}
|
|
65955
65955
|
reactExports.useEffect(() => {
|
|
65956
|
-
var
|
|
65957
|
-
return ae = ((ha = (ya = (ga = (va = (
|
|
65956
|
+
var ca, va, ga, ya, ha, pa, $a, xa, fa;
|
|
65957
|
+
return ae = ((ha = (ya = (ga = (va = (ca = t.current) == null ? void 0 : ca.parentElement) == null ? void 0 : va.parentElement) == null ? void 0 : ga.parentElement) == null ? void 0 : ya.parentElement) == null ? void 0 : ha.parentElement) ?? null, ct = ((fa = (xa = ($a = (pa = t.current) == null ? void 0 : pa.parentElement) == null ? void 0 : $a.parentElement) == null ? void 0 : xa.parentElement) == null ? void 0 : fa.parentElement) ?? null, ea = (ae == null ? void 0 : ae.querySelector(".kgcrant-modal-header")) ?? null, ii("core/react/src/component/KgModal/hook/useDragToMove.ts | useEffect()", {
|
|
65958
65958
|
domRef: t.current,
|
|
65959
65959
|
kgIsDragToMove: r,
|
|
65960
65960
|
open: n,
|
|
@@ -65975,17 +65975,17 @@ function useDragToResize(e) {
|
|
|
65975
65975
|
let ut = 0, ra = 0, ta = 0, oa = 0, ia = {
|
|
65976
65976
|
remove: () => {
|
|
65977
65977
|
}
|
|
65978
|
-
},
|
|
65978
|
+
}, sa = {
|
|
65979
65979
|
remove: () => {
|
|
65980
65980
|
}
|
|
65981
65981
|
};
|
|
65982
|
-
function
|
|
65982
|
+
function ca(fa, da, ba) {
|
|
65983
65983
|
return fa.addEventListener(da, ba), {
|
|
65984
65984
|
remove: () => fa.removeEventListener(da, ba)
|
|
65985
65985
|
};
|
|
65986
65986
|
}
|
|
65987
65987
|
function va() {
|
|
65988
|
-
ia.remove(),
|
|
65988
|
+
ia.remove(), sa.remove();
|
|
65989
65989
|
}
|
|
65990
65990
|
function ga(fa) {
|
|
65991
65991
|
if (!w) {
|
|
@@ -66043,7 +66043,7 @@ function useDragToResize(e) {
|
|
|
66043
66043
|
Pe("弹窗元素为空.");
|
|
66044
66044
|
return;
|
|
66045
66045
|
}
|
|
66046
|
-
ta = da.pageX, oa = da.pageY, ut = w.offsetWidth, ra = w.offsetHeight, Number(getComputedStyle(w).top.replace(/px/g, "")), ia =
|
|
66046
|
+
ta = da.pageX, oa = da.pageY, ut = w.offsetWidth, ra = w.offsetHeight, Number(getComputedStyle(w).top.replace(/px/g, "")), ia = ca(document.documentElement, "mousemove", (Ea) => $a({ event: Ea, handleType: ba })), sa = ca(document.documentElement, "mouseup", (Ea) => xa({ event: Ea, handleType: ba }));
|
|
66047
66047
|
}
|
|
66048
66048
|
}
|
|
66049
66049
|
function $a(fa) {
|
|
@@ -67684,8 +67684,8 @@ class KgUtil {
|
|
|
67684
67684
|
animation: !1,
|
|
67685
67685
|
autoFocusButton: null,
|
|
67686
67686
|
cancelButtonProps: {
|
|
67687
|
-
// 通过设置样式, 隐藏取消按钮
|
|
67688
67687
|
autoInsertSpace: !1,
|
|
67688
|
+
// 通过设置样式, 隐藏取消按钮
|
|
67689
67689
|
className: t.kgHideCancelButton === !0 ? "kg-invisible" : "",
|
|
67690
67690
|
disabled: !1,
|
|
67691
67691
|
...t.cancelButtonProps ?? {}
|
|
@@ -67694,7 +67694,13 @@ class KgUtil {
|
|
|
67694
67694
|
centered: !0,
|
|
67695
67695
|
closable: !1,
|
|
67696
67696
|
content: t.intl.formatMessage({ id: "kg.confirmDelete" }),
|
|
67697
|
-
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67697
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67698
|
+
Icon$2,
|
|
67699
|
+
{
|
|
67700
|
+
icon: "ant-design:exclamation-circle-outlined",
|
|
67701
|
+
color: "#faad14"
|
|
67702
|
+
}
|
|
67703
|
+
),
|
|
67698
67704
|
keyboard: !1,
|
|
67699
67705
|
maskTransitionName: "",
|
|
67700
67706
|
okButtonProps: {
|
|
@@ -67725,28 +67731,28 @@ class KgUtil {
|
|
|
67725
67731
|
}
|
|
67726
67732
|
function KgWorkStationModal() {
|
|
67727
67733
|
var ia;
|
|
67728
|
-
const e = useID(), t = doKgWorkStation(e), r = useIntl(), n = useKg(), a = useKgWorkStationDispatch(), s = useKgWorkStationSelector(getIsVisible(e)), u = useKgWorkStationSelector(getIsOpen(e)), [g, C] = reactExports.useState([]), [w, D] = reactExports.useState([]), [G, ne] = reactExports.useState([]), oe = useKgWorkStationSelector(getWorkStation()), se = useKgWorkStationSelector(getWorkStationArea()), ue = ((ia = g.find((
|
|
67734
|
+
const e = useID(), t = doKgWorkStation(e), r = useIntl(), n = useKg(), a = useKgWorkStationDispatch(), s = useKgWorkStationSelector(getIsVisible(e)), u = useKgWorkStationSelector(getIsOpen(e)), [g, C] = reactExports.useState([]), [w, D] = reactExports.useState([]), [G, ne] = reactExports.useState([]), oe = useKgWorkStationSelector(getWorkStation()), se = useKgWorkStationSelector(getWorkStationArea()), ue = ((ia = g.find((sa) => sa.devcod === w[0])) == null ? void 0 : ia.workstationAreas) ?? [], ae = {
|
|
67729
67735
|
hideSelectAll: !0,
|
|
67730
|
-
onChange(
|
|
67731
|
-
D(
|
|
67736
|
+
onChange(sa) {
|
|
67737
|
+
D(sa.length > 1 ? [sa[0]] : sa);
|
|
67732
67738
|
},
|
|
67733
67739
|
selectedRowKeys: w
|
|
67734
67740
|
}, ct = {
|
|
67735
67741
|
hideSelectAll: !0,
|
|
67736
|
-
onChange(
|
|
67737
|
-
ne(
|
|
67742
|
+
onChange(sa) {
|
|
67743
|
+
ne(sa.length > 1 ? [sa[0]] : sa);
|
|
67738
67744
|
},
|
|
67739
67745
|
selectedRowKeys: G
|
|
67740
67746
|
}, ea = [
|
|
67741
67747
|
{
|
|
67742
67748
|
dataIndex: "devcodDsc",
|
|
67743
|
-
render: (
|
|
67749
|
+
render: (sa) => sa,
|
|
67744
67750
|
title: /* @__PURE__ */ jsxRuntimeExports.jsx(MemoizedFormattedMessage, { id: "KgWorkStation.workStation" })
|
|
67745
67751
|
}
|
|
67746
67752
|
], ut = [
|
|
67747
67753
|
{
|
|
67748
67754
|
dataIndex: "wrkareDsc",
|
|
67749
|
-
render: (
|
|
67755
|
+
render: (sa) => sa,
|
|
67750
67756
|
title: /* @__PURE__ */ jsxRuntimeExports.jsx(MemoizedFormattedMessage, { id: "KgWorkStation.workStationArea" })
|
|
67751
67757
|
}
|
|
67752
67758
|
];
|
|
@@ -67757,10 +67763,10 @@ function KgWorkStationModal() {
|
|
|
67757
67763
|
t.closeModal();
|
|
67758
67764
|
}
|
|
67759
67765
|
function ta() {
|
|
67760
|
-
const
|
|
67761
|
-
a(setWorkStation({ workStation: g.find((
|
|
67766
|
+
const sa = () => {
|
|
67767
|
+
a(setWorkStation({ workStation: g.find((ca) => ca.devcod === w[0]) ?? null })), a(setWorkStationArea({ workStationArea: ue.find((ca) => ca.wrkare === G[0]) ?? null }));
|
|
67762
67768
|
};
|
|
67763
|
-
s ? (w[0] !== (oe == null ? void 0 : oe.devcod) || G[0] !== (se == null ? void 0 : se.wrkare)) && (
|
|
67769
|
+
s ? (w[0] !== (oe == null ? void 0 : oe.devcod) || G[0] !== (se == null ? void 0 : se.wrkare)) && (sa(), KgUtil.confirm({
|
|
67764
67770
|
content: n.t("KgWorkStation.reloadMessage"),
|
|
67765
67771
|
intl: r,
|
|
67766
67772
|
kgHideCancelButton: !0,
|
|
@@ -67769,12 +67775,12 @@ function KgWorkStationModal() {
|
|
|
67769
67775
|
onOk: () => {
|
|
67770
67776
|
window.location.reload();
|
|
67771
67777
|
}
|
|
67772
|
-
})) : (
|
|
67778
|
+
})) : (sa(), emit({ event: "onOk", id: e, parameter: {} })), t.closeModal();
|
|
67773
67779
|
}
|
|
67774
67780
|
async function oa() {
|
|
67775
|
-
var
|
|
67776
|
-
const
|
|
67777
|
-
|
|
67781
|
+
var ca, va;
|
|
67782
|
+
const sa = ((ca = await List({ params: { pageNo: 1, pageSize: 999 } })) == null ? void 0 : ca.records) ?? [];
|
|
67783
|
+
sa.find((ga) => ga.devcod === (oe == null ? void 0 : oe.devcod)) ? (D([oe == null ? void 0 : oe.devcod]), (va = oe == null ? void 0 : oe.workstationAreas) != null && va.find((ga) => ga.wrkare === (se == null ? void 0 : se.wrkare)) ? ne([se == null ? void 0 : se.wrkare]) : ne([])) : (D([]), ne([])), C(sa);
|
|
67778
67784
|
}
|
|
67779
67785
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: u && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67780
67786
|
KgModal,
|
|
@@ -67797,10 +67803,10 @@ function KgWorkStationModal() {
|
|
|
67797
67803
|
size: "small",
|
|
67798
67804
|
pagination: !1,
|
|
67799
67805
|
rowSelection: ae,
|
|
67800
|
-
rowKey: (
|
|
67801
|
-
onRow: (
|
|
67806
|
+
rowKey: (sa) => sa.devcod,
|
|
67807
|
+
onRow: (sa) => ({
|
|
67802
67808
|
onClick() {
|
|
67803
|
-
w.includes(
|
|
67809
|
+
w.includes(sa.devcod) ? (D([]), ne([])) : (D([sa.devcod]), ne([sa.hmewrkare]));
|
|
67804
67810
|
}
|
|
67805
67811
|
})
|
|
67806
67812
|
}
|
|
@@ -67814,10 +67820,10 @@ function KgWorkStationModal() {
|
|
|
67814
67820
|
size: "small",
|
|
67815
67821
|
pagination: !1,
|
|
67816
67822
|
rowSelection: ct,
|
|
67817
|
-
rowKey: (
|
|
67818
|
-
onRow: (
|
|
67823
|
+
rowKey: (sa) => sa.wrkare,
|
|
67824
|
+
onRow: (sa) => ({
|
|
67819
67825
|
onClick() {
|
|
67820
|
-
G.includes(
|
|
67826
|
+
G.includes(sa.wrkare) ? ne([]) : ne([sa.wrkare]);
|
|
67821
67827
|
}
|
|
67822
67828
|
})
|
|
67823
67829
|
}
|