aquasis-fe-components 1.2.14-b → 1.2.14-c

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.
@@ -1080,8 +1080,8 @@ function yD() {
1080
1080
  } finally {
1081
1081
  ae = !1, J.current = ot, W(), Error.prepareStackTrace = je;
1082
1082
  }
1083
- var Ot = ce ? ce.displayName || ce.name : "", Gt = Ot ? q(Ot) : "";
1084
- return typeof ce == "function" && Q.set(ce, Gt), Gt;
1083
+ var Ot = ce ? ce.displayName || ce.name : "", Yt = Ot ? q(Ot) : "";
1084
+ return typeof ce == "function" && Q.set(ce, Yt), Yt;
1085
1085
  }
1086
1086
  function te(ce, me, ye) {
1087
1087
  return K(ce, !1);
@@ -1407,17 +1407,17 @@ Check the top-level render call using <` + ye + ">.");
1407
1407
  Ue(bt, ce);
1408
1408
  }
1409
1409
  if (re.call(me, "key")) {
1410
- var Gt = D(ce), Tt = Object.keys(me).filter(function(pn) {
1410
+ var Yt = D(ce), Tt = Object.keys(me).filter(function(pn) {
1411
1411
  return pn !== "key";
1412
1412
  }), Sn = Tt.length > 0 ? "{key: someKey, " + Tt.join(": ..., ") + ": ...}" : "{key: someKey}";
1413
- if (!Ye[Gt + Sn]) {
1413
+ if (!Ye[Yt + Sn]) {
1414
1414
  var fn = Tt.length > 0 ? "{" + Tt.join(": ..., ") + ": ...}" : "{}";
1415
1415
  b(`A props object containing a "key" prop is being spread into JSX:
1416
1416
  let props = %s;
1417
1417
  <%s {...props} />
1418
1418
  React keys must be passed directly to JSX without using spread:
1419
1419
  let props = %s;
1420
- <%s key={someKey} {...props} />`, Sn, Gt, fn, Gt), Ye[Gt + Sn] = !0;
1420
+ <%s key={someKey} {...props} />`, Sn, Yt, fn, Yt), Ye[Yt + Sn] = !0;
1421
1421
  }
1422
1422
  }
1423
1423
  return ce === r ? Ct(et) : ht(et), et;
@@ -4165,7 +4165,7 @@ function E_(e) {
4165
4165
  function V1(e) {
4166
4166
  return !!i1.CSS_UNIT.exec(String(e));
4167
4167
  }
4168
- var qt = (
4168
+ var Gt = (
4169
4169
  /** @class */
4170
4170
  function() {
4171
4171
  function e(t, n) {
@@ -4561,7 +4561,7 @@ function Eb(e, t) {
4561
4561
  colorPrimary: l,
4562
4562
  colorBgBase: s,
4563
4563
  colorTextBase: d
4564
- } = e, f = n(l), m = n(a), p = n(o), h = n(i), v = n(c), g = r(s, d), y = e.colorLink || e.colorInfo, b = n(y), C = new qt(h[1]).mix(new qt(h[3]), 50).toHexString();
4564
+ } = e, f = n(l), m = n(a), p = n(o), h = n(i), v = n(c), g = r(s, d), y = e.colorLink || e.colorInfo, b = n(y), C = new Gt(h[1]).mix(new Gt(h[3]), 50).toHexString();
4565
4565
  return Object.assign(Object.assign({}, g), {
4566
4566
  colorPrimaryBg: f[1],
4567
4567
  colorPrimaryBgHover: f[2],
@@ -4618,7 +4618,7 @@ function Eb(e, t) {
4618
4618
  colorLinkHover: b[4],
4619
4619
  colorLink: b[6],
4620
4620
  colorLinkActive: b[7],
4621
- colorBgMask: new qt("#000").setAlpha(0.45).toRgbString(),
4621
+ colorBgMask: new Gt("#000").setAlpha(0.45).toRgbString(),
4622
4622
  colorWhite: "#fff"
4623
4623
  });
4624
4624
  }
@@ -4722,7 +4722,7 @@ function I_(e) {
4722
4722
  // 4
4723
4723
  };
4724
4724
  }
4725
- const Yr = (e, t) => new qt(e).setAlpha(t).toRgbString(), qo = (e, t) => new qt(e).darken(t).toHexString(), T_ = (e) => {
4725
+ const Yr = (e, t) => new Gt(e).setAlpha(t).toRgbString(), qo = (e, t) => new Gt(e).darken(t).toHexString(), T_ = (e) => {
4726
4726
  const t = ca(e);
4727
4727
  return {
4728
4728
  1: t[0],
@@ -4791,16 +4791,16 @@ function F_(e, t) {
4791
4791
  let l = i.clone();
4792
4792
  return l = (c == null ? void 0 : c(l)) || l, l.toRgbString();
4793
4793
  }, a = (i, c) => {
4794
- const l = new qt(i), s = ca(l.toRgbString());
4794
+ const l = new Gt(i), s = ca(l.toRgbString());
4795
4795
  n[`${c}-color`] = r(l), n[`${c}-color-disabled`] = s[1], n[`${c}-color-hover`] = s[4], n[`${c}-color-active`] = s[6], n[`${c}-color-outline`] = l.clone().setAlpha(0.2).toRgbString(), n[`${c}-color-deprecated-bg`] = s[0], n[`${c}-color-deprecated-border`] = s[2];
4796
4796
  };
4797
4797
  if (t.primaryColor) {
4798
4798
  a(t.primaryColor, "primary");
4799
- const i = new qt(t.primaryColor), c = ca(i.toRgbString());
4799
+ const i = new Gt(t.primaryColor), c = ca(i.toRgbString());
4800
4800
  c.forEach((s, d) => {
4801
4801
  n[`primary-${d + 1}`] = s;
4802
4802
  }), n["primary-color-deprecated-l-35"] = r(i, (s) => s.lighten(35)), n["primary-color-deprecated-l-20"] = r(i, (s) => s.lighten(20)), n["primary-color-deprecated-t-20"] = r(i, (s) => s.tint(20)), n["primary-color-deprecated-t-50"] = r(i, (s) => s.tint(50)), n["primary-color-deprecated-f-12"] = r(i, (s) => s.setAlpha(s.getAlpha() * 0.12));
4803
- const l = new qt(c[0]);
4803
+ const l = new Gt(c[0]);
4804
4804
  n["primary-color-active-deprecated-f-30"] = r(l, (s) => s.setAlpha(s.getAlpha() * 0.3)), n["primary-color-active-deprecated-d-02"] = r(l, (s) => s.darken(2));
4805
4805
  }
4806
4806
  return t.successColor && a(t.successColor, "success"), t.warningColor && a(t.warningColor, "warning"), t.errorColor && a(t.errorColor, "error"), t.infoColor && a(t.infoColor, "info"), `
@@ -5261,25 +5261,25 @@ function Kc(e, t) {
5261
5261
  g: r,
5262
5262
  b: a,
5263
5263
  a: o
5264
- } = new qt(e).toRgb();
5264
+ } = new Gt(e).toRgb();
5265
5265
  if (o < 1)
5266
5266
  return e;
5267
5267
  const {
5268
5268
  r: i,
5269
5269
  g: c,
5270
5270
  b: l
5271
- } = new qt(t).toRgb();
5271
+ } = new Gt(t).toRgb();
5272
5272
  for (let s = 0.01; s <= 1; s += 0.01) {
5273
5273
  const d = Math.round((n - i * (1 - s)) / s), f = Math.round((r - c * (1 - s)) / s), m = Math.round((a - l * (1 - s)) / s);
5274
5274
  if (K3(d) && K3(f) && K3(m))
5275
- return new qt({
5275
+ return new Gt({
5276
5276
  r: d,
5277
5277
  g: f,
5278
5278
  b: m,
5279
5279
  a: Math.round(s * 100) / 100
5280
5280
  }).toRgbString();
5281
5281
  }
5282
- return new qt({
5282
+ return new Gt({
5283
5283
  r: n,
5284
5284
  g: r,
5285
5285
  b: a,
@@ -5410,9 +5410,9 @@ function ld(e) {
5410
5410
  screenXXLMin: d,
5411
5411
  boxShadowPopoverArrow: "2px 2px 5px rgba(0, 0, 0, 0.05)",
5412
5412
  boxShadowCard: `
5413
- 0 1px 2px -2px ${new qt("rgba(0, 0, 0, 0.16)").toRgbString()},
5414
- 0 3px 6px 0 ${new qt("rgba(0, 0, 0, 0.12)").toRgbString()},
5415
- 0 5px 12px 4px ${new qt("rgba(0, 0, 0, 0.09)").toRgbString()}
5413
+ 0 1px 2px -2px ${new Gt("rgba(0, 0, 0, 0.16)").toRgbString()},
5414
+ 0 3px 6px 0 ${new Gt("rgba(0, 0, 0, 0.12)").toRgbString()},
5415
+ 0 5px 12px 4px ${new Gt("rgba(0, 0, 0, 0.09)").toRgbString()}
5416
5416
  `,
5417
5417
  boxShadowDrawerRight: `
5418
5418
  -6px 0 16px 0 rgba(0, 0, 0, 0.08),
@@ -16851,12 +16851,12 @@ function NW(e, t, n, r, a, o, i) {
16851
16851
  Ot >= Ct) ? (p.current.bt = !0, Ue = et, se = -se, Je.points = [m2(Qe, 0), m2(Ie, 0)]) : p.current.bt = !1;
16852
16852
  }
16853
16853
  if (We && Qe[0] === "b" && (je < Ee.top || p.current.tb)) {
16854
- var Gt = Ue;
16855
- Ge ? Gt += K - U : Gt = Ke.y - Ae.y - se;
16856
- var Tt = Bt(_e, Gt), Sn = Bt(_e, Gt, he);
16854
+ var Yt = Ue;
16855
+ Ge ? Yt += K - U : Yt = Ke.y - Ae.y - se;
16856
+ var Tt = Bt(_e, Yt), Sn = Bt(_e, Yt, he);
16857
16857
  // Of course use larger one
16858
16858
  Tt > ht || Tt === ht && (!ge || // Choose recommend one
16859
- Sn >= Ct) ? (p.current.tb = !0, Ue = Gt, se = -se, Je.points = [m2(Qe, 0), m2(Ie, 0)]) : p.current.tb = !1;
16859
+ Sn >= Ct) ? (p.current.tb = !0, Ue = Yt, se = -se, Je.points = [m2(Qe, 0), m2(Ie, 0)]) : p.current.tb = !1;
16860
16860
  }
16861
16861
  var fn = Re(Nt), pn = Qe[1] === Ie[1];
16862
16862
  if (fn && Qe[1] === "l" && (pt > Ee.right || p.current.rl)) {
@@ -16870,9 +16870,9 @@ function NW(e, t, n, r, a, o, i) {
16870
16870
  if (fn && Qe[1] === "r" && (Ze < Ee.left || p.current.lr)) {
16871
16871
  var zt = _e;
16872
16872
  pn ? zt += te - oe : zt = Ke.x - Ae.x - Me;
16873
- var Kt = Bt(zt, Ue), wn = Bt(zt, Ue, he);
16873
+ var qt = Bt(zt, Ue), wn = Bt(zt, Ue, he);
16874
16874
  // Of course use larger one
16875
- Kt > ht || Kt === ht && (!ge || // Choose recommend one
16875
+ qt > ht || qt === ht && (!ge || // Choose recommend one
16876
16876
  wn >= Ct) ? (p.current.lr = !0, _e = zt, Me = -Me, Je.points = [m2(Qe, 1), m2(Ie, 1)]) : p.current.lr = !1;
16877
16877
  }
16878
16878
  en();
@@ -17008,7 +17008,7 @@ function RW() {
17008
17008
  }, [at]);
17009
17009
  var ce = u.useState(null), me = ne(ce, 2), ye = me[0], Re = me[1], je = u.useState(null), ot = ne(je, 2), Ze = ot[0], pt = ot[1], We = function(Dt) {
17010
17010
  pt([Dt.clientX, Dt.clientY]);
17011
- }, Ge = NW(at, Ne, H && Ze !== null ? Ze : ke, $, I, N, V), et = ne(Ge, 11), bt = et[0], Ot = et[1], Gt = et[2], Tt = et[3], Sn = et[4], fn = et[5], pn = et[6], vn = et[7], In = et[8], vt = et[9], zt = et[10], Kt = MW(ie, l, s, d), wn = ne(Kt, 2), Ln = wn[0], Tn = wn[1], tr = Ln.has("click"), Xn = Tn.has("click") || Tn.has("contextMenu"), En = Rt(function() {
17011
+ }, Ge = NW(at, Ne, H && Ze !== null ? Ze : ke, $, I, N, V), et = ne(Ge, 11), bt = et[0], Ot = et[1], Yt = et[2], Tt = et[3], Sn = et[4], fn = et[5], pn = et[6], vn = et[7], In = et[8], vt = et[9], zt = et[10], qt = MW(ie, l, s, d), wn = ne(qt, 2), Ln = wn[0], Tn = wn[1], tr = Ln.has("click"), Xn = Tn.has("click") || Tn.has("contextMenu"), En = Rt(function() {
17012
17012
  gt || zt();
17013
17013
  }), kt = function() {
17014
17014
  _e.current && H && Xn && Ae(!1);
@@ -17132,7 +17132,7 @@ function RW() {
17132
17132
  arrowPos: N3,
17133
17133
  ready: bt,
17134
17134
  offsetX: Ot,
17135
- offsetY: Gt,
17135
+ offsetY: Yt,
17136
17136
  offsetR: Tt,
17137
17137
  offsetB: Sn,
17138
17138
  onAlign: En,
@@ -17450,7 +17450,7 @@ var FW = ["id", "prefixCls", "className", "showSearch", "tagRender", "direction"
17450
17450
  for (var ft = arguments.length, Ft = new Array(ft > 1 ? ft - 1 : 0), cn = 1; cn < ft; cn++)
17451
17451
  Ft[cn - 1] = arguments[cn];
17452
17452
  re == null || re.apply(void 0, [wt].concat(Ft));
17453
- }, Gt = u.useState({}), Tt = ne(Gt, 2), Sn = Tt[1];
17453
+ }, Yt = u.useState({}), Tt = ne(Yt, 2), Sn = Tt[1];
17454
17454
  function fn() {
17455
17455
  Sn({});
17456
17456
  }
@@ -17489,7 +17489,7 @@ var FW = ["id", "prefixCls", "className", "showSearch", "tagRender", "direction"
17489
17489
  type: "clear",
17490
17490
  values: d
17491
17491
  }), gt("", !1, !1);
17492
- }, Kt = QV(a, zt, d, I, P, y, ve, g), wn = Kt.allowClear, Ln = Kt.clearIcon, Tn = /* @__PURE__ */ u.createElement(_, {
17492
+ }, qt = QV(a, zt, d, I, P, y, ve, g), wn = qt.allowClear, Ln = qt.clearIcon, Tn = /* @__PURE__ */ u.createElement(_, {
17493
17493
  ref: De
17494
17494
  }), tr = Z(a, o, j(j(j(j(j(j(j(j(j(j({}, "".concat(a, "-focused"), Me), "".concat(a, "-multiple"), ie), "".concat(a, "-single"), !ie), "".concat(a, "-allow-clear"), I), "".concat(a, "-show-arrow"), In), "".concat(a, "-disabled"), y), "".concat(a, "-loading"), b), "".concat(a, "-open"), _e), "".concat(a, "-customize-input"), de), "".concat(a, "-show-search"), fe)), Xn = /* @__PURE__ */ u.createElement(xC, {
17495
17495
  ref: Pe,
@@ -18035,7 +18035,7 @@ function tU(e, t) {
18035
18035
  offset: void 0
18036
18036
  };
18037
18037
  }
18038
- for (var Ge = 0, et, bt, Ot, Gt = k.length, Tt = 0; Tt < Gt; Tt += 1) {
18038
+ for (var Ge = 0, et, bt, Ot, Yt = k.length, Tt = 0; Tt < Yt; Tt += 1) {
18039
18039
  var Sn = k[Tt], fn = w(Sn), pn = $.get(fn), vn = Ge + (pn === void 0 ? i : pn);
18040
18040
  vn >= X && et === void 0 && (et = Tt, bt = Ge), vn > X + o && Ot === void 0 && (Ot = Tt), Ge = vn;
18041
18041
  }
@@ -18824,7 +18824,7 @@ function z2(e, t, n) {
18824
18824
  });
18825
18825
  }
18826
18826
  const La = (e, t) => t || e, $C = () => {
18827
- const [, e] = Gn(), n = new qt(e.colorBgBase).toHsl().l < 0.5 ? {
18827
+ const [, e] = Gn(), n = new Gt(e.colorBgBase).toHsl().l < 0.5 ? {
18828
18828
  opacity: 0.65
18829
18829
  } : {};
18830
18830
  return /* @__PURE__ */ u.createElement("svg", {
@@ -18885,9 +18885,9 @@ const OC = () => {
18885
18885
  shadowColor: i,
18886
18886
  contentColor: c
18887
18887
  } = Xt(() => ({
18888
- borderColor: new qt(t).onBackground(a).toHexShortString(),
18889
- shadowColor: new qt(n).onBackground(a).toHexShortString(),
18890
- contentColor: new qt(r).onBackground(a).toHexShortString()
18888
+ borderColor: new Gt(t).onBackground(a).toHexShortString(),
18889
+ shadowColor: new Gt(n).onBackground(a).toHexShortString(),
18890
+ contentColor: new Gt(r).onBackground(a).toHexShortString()
18891
18891
  }), [t, n, r, a]);
18892
18892
  return /* @__PURE__ */ u.createElement("svg", {
18893
18893
  width: "64",
@@ -22219,7 +22219,7 @@ var aq = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items
22219
22219
  registerPath: ot,
22220
22220
  unregisterPath: Ze
22221
22221
  };
22222
- }, [ot, Ze]), Gt = u.useMemo(function() {
22222
+ }, [ot, Ze]), Yt = u.useMemo(function() {
22223
22223
  return {
22224
22224
  isSubPathKey: We
22225
22225
  };
@@ -22256,12 +22256,12 @@ var aq = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items
22256
22256
  postState: function(Lt) {
22257
22257
  return Array.isArray(Lt) ? Lt : Lt == null ? j2 : [Lt];
22258
22258
  }
22259
- }), zt = ne(vt, 2), Kt = zt[0], wn = zt[1], Ln = function(Lt) {
22259
+ }), zt = ne(vt, 2), qt = zt[0], wn = zt[1], Ln = function(Lt) {
22260
22260
  if ($) {
22261
- var it = Lt.key, ft = Kt.includes(it), Ft;
22262
- I ? ft ? Ft = Kt.filter(function(On) {
22261
+ var it = Lt.key, ft = qt.includes(it), Ft;
22262
+ I ? ft ? Ft = qt.filter(function(On) {
22263
22263
  return On !== it;
22264
- }) : Ft = [].concat(xe(Kt), [it]) : Ft = [it], wn(Ft);
22264
+ }) : Ft = [].concat(xe(qt), [it]) : Ft = [it], wn(Ft);
22265
22265
  var cn = B(B({}, Lt), {}, {
22266
22266
  selectedKeys: Ft
22267
22267
  });
@@ -22355,7 +22355,7 @@ var aq = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items
22355
22355
  activeKey: fn,
22356
22356
  onActive: vn,
22357
22357
  onInactive: In,
22358
- selectedKeys: Kt,
22358
+ selectedKeys: qt,
22359
22359
  inlineIndent: H,
22360
22360
  subMenuOpenDelay: S,
22361
22361
  subMenuCloseDelay: E,
@@ -22368,7 +22368,7 @@ var aq = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items
22368
22368
  onItemClick: Tn,
22369
22369
  onOpenChange: tr
22370
22370
  }, /* @__PURE__ */ u.createElement(eS.Provider, {
22371
- value: Gt
22371
+ value: Yt
22372
22372
  }, bn), /* @__PURE__ */ u.createElement("div", {
22373
22373
  style: {
22374
22374
  display: "none"
@@ -23650,7 +23650,7 @@ const d0 = /* @__PURE__ */ u.createContext(null), dS = /* @__PURE__ */ u.forward
23650
23650
  fontSizeLG: M,
23651
23651
  colorTextLightSolid: w,
23652
23652
  colorErrorHover: z
23653
- } = e, O = (t = e.activeBarWidth) !== null && t !== void 0 ? t : 0, T = (n = e.activeBarBorderWidth) !== null && n !== void 0 ? n : p, D = (r = e.itemMarginInline) !== null && r !== void 0 ? r : e.marginXXS, $ = new qt(w).setAlpha(0.65).toRgbString();
23653
+ } = e, O = (t = e.activeBarWidth) !== null && t !== void 0 ? t : 0, T = (n = e.activeBarBorderWidth) !== null && n !== void 0 ? n : p, D = (r = e.itemMarginInline) !== null && r !== void 0 ? r : e.marginXXS, $ = new Gt(w).setAlpha(0.65).toRgbString();
23654
23654
  return {
23655
23655
  dropdownWidth: 160,
23656
23656
  zIndexPopup: e.zIndexPopupBase + 50,
@@ -23717,7 +23717,7 @@ const d0 = /* @__PURE__ */ u.createContext(null), dS = /* @__PURE__ */ u.forward
23717
23717
  collapsedIconSize: M,
23718
23718
  groupTitleFontSize: L,
23719
23719
  // Disabled
23720
- darkItemDisabledColor: new qt(w).setAlpha(0.25).toRgbString(),
23720
+ darkItemDisabledColor: new Gt(w).setAlpha(0.25).toRgbString(),
23721
23721
  // Dark
23722
23722
  darkItemColor: $,
23723
23723
  darkDangerItemColor: o,
@@ -27577,13 +27577,13 @@ function jG(e, t) {
27577
27577
  Ct(null), fe(!1, {
27578
27578
  force: !0
27579
27579
  });
27580
- }, We = u.useState(null), Ge = ne(We, 2), et = Ge[0], bt = Ge[1], Ot = u.useState(null), Gt = ne(Ot, 2), Tt = Gt[0], Sn = Gt[1], fn = u.useMemo(function() {
27580
+ }, We = u.useState(null), Ge = ne(We, 2), et = Ge[0], bt = Ge[1], Ot = u.useState(null), Yt = ne(Ot, 2), Tt = Yt[0], Sn = Yt[1], fn = u.useMemo(function() {
27581
27581
  return Tt || Pe;
27582
27582
  }, [Pe, Tt]);
27583
27583
  u.useEffect(function() {
27584
27584
  ue || Sn(null);
27585
27585
  }, [ue]);
27586
- var pn = u.useState(0), vn = ne(pn, 2), In = vn[0], vt = vn[1], zt = _S(X, q), Kt = function(qe) {
27586
+ var pn = u.useState(0), vn = ne(pn, 2), In = vn[0], vt = vn[1], zt = _S(X, q), qt = function(qe) {
27587
27587
  Sn(qe), bt("preset");
27588
27588
  }, wn = function(qe) {
27589
27589
  var xt = Ct(qe);
@@ -27639,7 +27639,7 @@ function jG(e, t) {
27639
27639
  onSubmit: ot,
27640
27640
  onOk: Ne,
27641
27641
  presets: zt,
27642
- onPresetHover: Kt,
27642
+ onPresetHover: qt,
27643
27643
  onPresetSubmit: wn,
27644
27644
  onNow: Ln,
27645
27645
  cellRender: wt
@@ -27936,16 +27936,16 @@ function WG(e, t) {
27936
27936
  ht(null), Ce(!1, {
27937
27937
  force: !0
27938
27938
  });
27939
- }, pt = u.useState(null), We = ne(pt, 2), Ge = We[0], et = We[1], bt = u.useState(null), Ot = ne(bt, 2), Gt = Ot[0], Tt = Ot[1], Sn = u.useMemo(function() {
27940
- var it = [Gt].concat(xe(ke)).filter(function(ft) {
27939
+ }, pt = u.useState(null), We = ne(pt, 2), Ge = We[0], et = We[1], bt = u.useState(null), Ot = ne(bt, 2), Yt = Ot[0], Tt = Ot[1], Sn = u.useMemo(function() {
27940
+ var it = [Yt].concat(xe(ke)).filter(function(ft) {
27941
27941
  return ft;
27942
27942
  });
27943
27943
  return k ? it : it.slice(0, 1);
27944
- }, [ke, Gt, k]), fn = u.useMemo(function() {
27945
- return !k && Gt ? [Gt] : ke.filter(function(it) {
27944
+ }, [ke, Yt, k]), fn = u.useMemo(function() {
27945
+ return !k && Yt ? [Yt] : ke.filter(function(it) {
27946
27946
  return it;
27947
27947
  });
27948
- }, [ke, Gt, k]);
27948
+ }, [ke, Yt, k]);
27949
27949
  u.useEffect(function() {
27950
27950
  ge || Tt(null);
27951
27951
  }, [ge]);
@@ -27960,7 +27960,7 @@ function WG(e, t) {
27960
27960
  In(ft);
27961
27961
  }, zt = function(ft) {
27962
27962
  Tt(ft), et("cell");
27963
- }, Kt = function(ft) {
27963
+ }, qt = function(ft) {
27964
27964
  Ce(!0), Ve(ft);
27965
27965
  }, wn = function(ft) {
27966
27966
  de("panel");
@@ -27977,7 +27977,7 @@ function WG(e, t) {
27977
27977
  showNow: at,
27978
27978
  showTime: I,
27979
27979
  disabledDate: S,
27980
- onFocus: Kt,
27980
+ onFocus: qt,
27981
27981
  onBlur: lt,
27982
27982
  picker: D,
27983
27983
  mode: Ie,
@@ -28042,8 +28042,8 @@ function WG(e, t) {
28042
28042
  ref: re,
28043
28043
  suffixIcon: J,
28044
28044
  removeIcon: X,
28045
- activeHelp: !!Gt,
28046
- allHelp: !!Gt && Ge === "preset",
28045
+ activeHelp: !!Yt,
28046
+ allHelp: !!Yt && Ge === "preset",
28047
28047
  focused: Se,
28048
28048
  onFocus: wt,
28049
28049
  onBlur: bn,
@@ -30164,7 +30164,7 @@ const Sc = (e) => {
30164
30164
  background: h
30165
30165
  },
30166
30166
  [`&${t}-cell-week`]: {
30167
- color: new qt(I).setAlpha(0.5).toHexString()
30167
+ color: new Gt(I).setAlpha(0.5).toHexString()
30168
30168
  },
30169
30169
  [r]: {
30170
30170
  color: I
@@ -30247,7 +30247,7 @@ const Sc = (e) => {
30247
30247
  borderInlineStart: `${Y(f)} ${m} ${g}`
30248
30248
  },
30249
30249
  "&-active": {
30250
- background: new qt(k).setAlpha(0.2).toHexString()
30250
+ background: new Gt(k).setAlpha(0.2).toHexString()
30251
30251
  },
30252
30252
  "&:hover": {
30253
30253
  overflowY: "auto"
@@ -30388,8 +30388,8 @@ const Sc = (e) => {
30388
30388
  INTERNAL_FIXED_ITEM_MARGIN: Math.floor(o / 2),
30389
30389
  cellHoverBg: e.controlItemBgHover,
30390
30390
  cellActiveWithRangeBg: e.controlItemBgActive,
30391
- cellHoverWithRangeBg: new qt(e.colorPrimary).lighten(35).toHexString(),
30392
- cellRangeBorderColor: new qt(e.colorPrimary).lighten(20).toHexString(),
30391
+ cellHoverWithRangeBg: new Gt(e.colorPrimary).lighten(35).toHexString(),
30392
+ cellRangeBorderColor: new Gt(e.colorPrimary).lighten(20).toHexString(),
30393
30393
  cellBgDisabled: t,
30394
30394
  timeColumnWidth: a * 1.4,
30395
30395
  timeColumnHeight: 28 * 8,
@@ -31359,11 +31359,11 @@ var TY = function(t) {
31359
31359
  return C.forEach(function(ot) {
31360
31360
  var Ze, pt = ot.key, We = (Ze = M.current) === null || Ze === void 0 ? void 0 : Ze.querySelector('[data-node-key="'.concat(fx(pt), '"]'));
31361
31361
  if (We) {
31362
- var Ge = DY(We, je), et = ne(Ge, 4), bt = et[0], Ot = et[1], Gt = et[2], Tt = et[3];
31362
+ var Ge = DY(We, je), et = ne(Ge, 4), bt = et[0], Ot = et[1], Yt = et[2], Tt = et[3];
31363
31363
  Re.set(pt, {
31364
31364
  width: bt,
31365
31365
  height: Ot,
31366
- left: Gt,
31366
+ left: Yt,
31367
31367
  top: Tt
31368
31368
  });
31369
31369
  }
@@ -36522,7 +36522,7 @@ const JQ = (e) => {
36522
36522
  handleVisible: n,
36523
36523
  handleActiveBg: e.colorFillAlter,
36524
36524
  handleBg: e.colorBgContainer,
36525
- filledHandleBg: new qt(e.colorFillSecondary).onBackground(e.colorBgContainer).toHexString(),
36525
+ filledHandleBg: new Gt(e.colorFillSecondary).onBackground(e.colorBgContainer).toHexString(),
36526
36526
  handleHoverColor: e.colorPrimary,
36527
36527
  handleBorderColor: e.colorBorder,
36528
36528
  handleOpacity: n === !0 ? 1 : 0
@@ -40597,7 +40597,7 @@ const Vu = (e) => ({
40597
40597
  alignItems: "center",
40598
40598
  justifyContent: "center",
40599
40599
  color: i,
40600
- background: new qt("#000").setAlpha(0.5).toRgbString(),
40600
+ background: new Gt("#000").setAlpha(0.5).toRgbString(),
40601
40601
  cursor: "pointer",
40602
40602
  opacity: 0,
40603
40603
  transition: `opacity ${n}`,
@@ -40624,7 +40624,7 @@ const Vu = (e) => ({
40624
40624
  motionDurationSlow: s,
40625
40625
  iconCls: d,
40626
40626
  colorTextLightSolid: f
40627
- } = e, m = new qt(n).setAlpha(0.1), p = m.clone().setAlpha(0.2);
40627
+ } = e, m = new Gt(n).setAlpha(0.1), p = m.clone().setAlpha(0.2);
40628
40628
  return {
40629
40629
  [`${t}-footer`]: {
40630
40630
  position: "fixed",
@@ -40701,7 +40701,7 @@ const Vu = (e) => ({
40701
40701
  previewCls: a,
40702
40702
  zIndexPopup: o,
40703
40703
  motionDurationSlow: i
40704
- } = e, c = new qt(t).setAlpha(0.1), l = c.clone().setAlpha(0.2);
40704
+ } = e, c = new Gt(t).setAlpha(0.1), l = c.clone().setAlpha(0.2);
40705
40705
  return {
40706
40706
  [`${a}-switch-left, ${a}-switch-right`]: {
40707
40707
  position: "fixed",
@@ -40855,15 +40855,15 @@ const Vu = (e) => ({
40855
40855
  };
40856
40856
  }, Pee = (e) => ({
40857
40857
  zIndexPopup: e.zIndexPopupBase + 80,
40858
- previewOperationColor: new qt(e.colorTextLightSolid).setAlpha(0.65).toRgbString(),
40859
- previewOperationHoverColor: new qt(e.colorTextLightSolid).setAlpha(0.85).toRgbString(),
40860
- previewOperationColorDisabled: new qt(e.colorTextLightSolid).setAlpha(0.25).toRgbString(),
40858
+ previewOperationColor: new Gt(e.colorTextLightSolid).setAlpha(0.65).toRgbString(),
40859
+ previewOperationHoverColor: new Gt(e.colorTextLightSolid).setAlpha(0.85).toRgbString(),
40860
+ previewOperationColorDisabled: new Gt(e.colorTextLightSolid).setAlpha(0.25).toRgbString(),
40861
40861
  previewOperationSize: e.fontSizeIcon * 1.5
40862
40862
  // FIXME: fontSizeIconLG
40863
40863
  }), yL = nn("Image", (e) => {
40864
40864
  const t = `${e.componentCls}-preview`, n = jt(e, {
40865
40865
  previewCls: t,
40866
- modalMaskBg: new qt("#000").setAlpha(0.45).toRgbString(),
40866
+ modalMaskBg: new Gt("#000").setAlpha(0.45).toRgbString(),
40867
40867
  // FIXME: Shared Token
40868
40868
  imagePreviewSwitchSize: e.controlHeightLG
40869
40869
  });
@@ -41129,16 +41129,16 @@ var LL = function(t) {
41129
41129
  process.env.NODE_ENV !== "production" && dt(he ? Ce : !0, "You provided a `current` prop to a Pagination component without an `onChange` handler. This will render a read-only component.");
41130
41130
  var be = Math.max(1, re - (E ? 3 : 5)), Ee = Math.min(H2(void 0, K, m), re + (E ? 3 : 5));
41131
41131
  function Ne(vt, zt) {
41132
- var Kt = vt || /* @__PURE__ */ ee.createElement("button", {
41132
+ var qt = vt || /* @__PURE__ */ ee.createElement("button", {
41133
41133
  type: "button",
41134
41134
  "aria-label": zt,
41135
41135
  className: "".concat(r, "-item-link")
41136
41136
  });
41137
- return typeof vt == "function" && (Kt = /* @__PURE__ */ ee.createElement(vt, B({}, t))), Kt;
41137
+ return typeof vt == "function" && (qt = /* @__PURE__ */ ee.createElement(vt, B({}, t))), qt;
41138
41138
  }
41139
41139
  function Pe(vt) {
41140
- var zt = vt.target.value, Kt = H2(void 0, K, m), wn;
41141
- return zt === "" ? wn = zt : Number.isNaN(Number(zt)) ? wn = pe : zt >= Kt ? wn = Kt : wn = Number(zt), wn;
41140
+ var zt = vt.target.value, qt = H2(void 0, K, m), wn;
41141
+ return zt === "" ? wn = zt : Number.isNaN(Number(zt)) ? wn = pe : zt >= qt ? wn = qt : wn = Number(zt), wn;
41142
41142
  }
41143
41143
  function He(vt) {
41144
41144
  return wp(vt) && vt !== re && wp(m) && m > 0;
@@ -41165,13 +41165,13 @@ var LL = function(t) {
41165
41165
  se(Pe(vt));
41166
41166
  }
41167
41167
  function Me(vt) {
41168
- var zt = H2(vt, K, m), Kt = re > zt && zt !== 0 ? zt : re;
41169
- te(vt), ge(Kt), O == null || O(re, vt), ue(Kt), y == null || y(Kt, vt);
41168
+ var zt = H2(vt, K, m), qt = re > zt && zt !== 0 ? zt : re;
41169
+ te(vt), ge(qt), O == null || O(re, vt), ue(qt), y == null || y(qt, vt);
41170
41170
  }
41171
41171
  function se(vt) {
41172
41172
  if (He(vt) && !N) {
41173
- var zt = H2(void 0, K, m), Kt = vt;
41174
- return vt > zt ? Kt = zt : vt < 1 && (Kt = 1), Kt !== pe && ge(Kt), ue(Kt), y == null || y(Kt, K), Kt;
41173
+ var zt = H2(void 0, K, m), qt = vt;
41174
+ return vt > zt ? qt = zt : vt < 1 && (qt = 1), qt !== pe && ge(qt), ue(qt), y == null || y(qt, K), qt;
41175
41175
  }
41176
41176
  return re;
41177
41177
  }
@@ -41190,7 +41190,7 @@ var LL = function(t) {
41190
41190
  }
41191
41191
  function ut(vt, zt) {
41192
41192
  if (vt.key === "Enter" || vt.charCode === $e.ENTER || vt.keyCode === $e.ENTER) {
41193
- for (var Kt = arguments.length, wn = new Array(Kt > 2 ? Kt - 2 : 0), Ln = 2; Ln < Kt; Ln++)
41193
+ for (var qt = arguments.length, wn = new Array(qt > 2 ? qt - 2 : 0), Ln = 2; Ln < qt; Ln++)
41194
41194
  wn[Ln - 2] = arguments[Ln];
41195
41195
  zt.apply(void 0, wn);
41196
41196
  }
@@ -41304,9 +41304,9 @@ var LL = function(t) {
41304
41304
  if (re - 1 >= je * 2 && re !== 3 && (Ke[0] = /* @__PURE__ */ ee.cloneElement(Ke[0], {
41305
41305
  className: Z("".concat(r, "-item-after-jump-prev"), Ke[0].props.className)
41306
41306
  }), Ke.unshift(Ue)), Ae - re >= je * 2 && re !== Ae - 2) {
41307
- var Gt = Ke[Ke.length - 1];
41308
- Ke[Ke.length - 1] = /* @__PURE__ */ ee.cloneElement(Gt, {
41309
- className: Z("".concat(r, "-item-before-jump-next"), Gt.props.className)
41307
+ var Yt = Ke[Ke.length - 1];
41308
+ Ke[Ke.length - 1] = /* @__PURE__ */ ee.cloneElement(Yt, {
41309
+ className: Z("".concat(r, "-item-before-jump-next"), Yt.props.className)
41310
41310
  }), Ke.push(Ye);
41311
41311
  }
41312
41312
  et !== 1 && Ke.unshift(/* @__PURE__ */ ee.createElement(Ha, le({}, ct, {
@@ -44122,7 +44122,7 @@ const ine = ["normal", "exception", "active", "success"], FL = /* @__PURE__ */ u
44122
44122
  } = h, b = Array.isArray(i) ? i[0] : i, C = typeof i == "string" || Array.isArray(i) ? i : void 0, x = u.useMemo(() => {
44123
44123
  if (b) {
44124
44124
  const _ = typeof b == "string" ? b : Object.values(b)[0];
44125
- return new qt(_).isLight();
44125
+ return new Gt(_).isLight();
44126
44126
  }
44127
44127
  return !1;
44128
44128
  }, [i]), S = u.useMemo(() => {
@@ -45543,7 +45543,7 @@ function Hre(e, t) {
45543
45543
  }
45544
45544
  Bt ? (Se(-en < L1 - f2), Ve(-en > 0)) : (Se(en > 0), Ve(en < L1 - f2));
45545
45545
  }
45546
- }), Gt = Rt(function(rt) {
45546
+ }), Yt = Rt(function(rt) {
45547
45547
  Ot(rt), L == null || L(rt);
45548
45548
  }), Tt = function() {
45549
45549
  if (Ue && De.current) {
@@ -45565,7 +45565,7 @@ function Hre(e, t) {
45565
45565
  }, [Ue, c, ge.length]), u.useEffect(function() {
45566
45566
  fn.current = !0;
45567
45567
  }, []);
45568
- var pn = u.useState(0), vn = ne(pn, 2), In = vn[0], vt = vn[1], zt = u.useState(!0), Kt = ne(zt, 2), wn = Kt[0], Ln = Kt[1];
45568
+ var pn = u.useState(0), vn = ne(pn, 2), In = vn[0], vt = vn[1], zt = u.useState(!0), qt = ne(zt, 2), wn = qt[0], Ln = qt[1];
45569
45569
  u.useEffect(function() {
45570
45570
  (!z || !N) && (De.current instanceof Element ? vt(su(De.current).width) : vt(su(ze.current).width)), Ln(Cu("position", "sticky"));
45571
45571
  }, []), u.useEffect(function() {
@@ -45616,7 +45616,7 @@ function Hre(e, t) {
45616
45616
  return typeof Bt == "number" && !Number.isNaN(Bt) ? Bt : (process.env.NODE_ENV !== "production" && dt(n.columns.length === 0, "When use `components.body` with render props. Each column should have a fixed `width` value."), 0);
45617
45617
  })) : cn = /* @__PURE__ */ u.createElement("div", {
45618
45618
  style: B(B({}, Re), je),
45619
- onScroll: Gt,
45619
+ onScroll: Yt,
45620
45620
  ref: De,
45621
45621
  className: Z("".concat(r, "-body"))
45622
45622
  }, /* @__PURE__ */ u.createElement(Xn, le({
@@ -50453,7 +50453,7 @@ const kl = "ascend", k4 = "descend", M0 = (e) => typeof e.sorter == "object" &&
50453
50453
  colorIconHover: x,
50454
50454
  opacityLoading: S,
50455
50455
  controlInteractiveSize: L
50456
- } = e, E = new qt(a).onBackground(n).toHexShortString(), M = new qt(o).onBackground(n).toHexShortString(), w = new qt(t).onBackground(n).toHexShortString(), z = new qt(C), O = new qt(x), T = L / 2 - b, D = T * 2 + b * 3;
50456
+ } = e, E = new Gt(a).onBackground(n).toHexShortString(), M = new Gt(o).onBackground(n).toHexShortString(), w = new Gt(t).onBackground(n).toHexShortString(), z = new Gt(C), O = new Gt(x), T = L / 2 - b, D = T * 2 + b * 3;
50457
50457
  return {
50458
50458
  headerBg: w,
50459
50459
  headerColor: r,
@@ -50838,7 +50838,7 @@ const y2e = (e, t) => {
50838
50838
  }), Mb(Object.assign(Object.assign({}, n), {
50839
50839
  controlHeight: a
50840
50840
  })));
50841
- }, Jr = (e, t) => new qt(e).setAlpha(t).toRgbString(), ka = (e, t) => new qt(e).lighten(t).toHexString(), C2e = (e) => {
50841
+ }, Jr = (e, t) => new Gt(e).setAlpha(t).toRgbString(), ka = (e, t) => new Gt(e).lighten(t).toHexString(), C2e = (e) => {
50842
50842
  const t = ca(e, {
50843
50843
  theme: "dark"
50844
50844
  });
@@ -69764,10 +69764,10 @@ const YNe = (e) => {
69764
69764
  setImmediate: II,
69765
69765
  asap: JNe
69766
69766
  };
69767
- function Ut(e, t, n, r, a) {
69767
+ function Kt(e, t, n, r, a) {
69768
69768
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), a && (this.response = a, this.status = a.status ? a.status : null);
69769
69769
  }
69770
- Oe.inherits(Ut, Error, {
69770
+ Oe.inherits(Kt, Error, {
69771
69771
  toJSON: function() {
69772
69772
  return {
69773
69773
  // Standard
@@ -69788,7 +69788,7 @@ Oe.inherits(Ut, Error, {
69788
69788
  };
69789
69789
  }
69790
69790
  });
69791
- const TI = Ut.prototype, DI = {};
69791
+ const TI = Kt.prototype, DI = {};
69792
69792
  [
69793
69793
  "ERR_BAD_OPTION_VALUE",
69794
69794
  "ERR_BAD_OPTION",
@@ -69806,13 +69806,13 @@ const TI = Ut.prototype, DI = {};
69806
69806
  ].forEach((e) => {
69807
69807
  DI[e] = { value: e };
69808
69808
  });
69809
- Object.defineProperties(Ut, DI);
69809
+ Object.defineProperties(Kt, DI);
69810
69810
  Object.defineProperty(TI, "isAxiosError", { value: !0 });
69811
- Ut.from = (e, t, n, r, a, o) => {
69811
+ Kt.from = (e, t, n, r, a, o) => {
69812
69812
  const i = Object.create(TI);
69813
69813
  return Oe.toFlatObject(e, i, function(l) {
69814
69814
  return l !== Error.prototype;
69815
- }, (c) => c !== "isAxiosError"), Ut.call(i, e.message, t, n, r, a), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
69815
+ }, (c) => c !== "isAxiosError"), Kt.call(i, e.message, t, n, r, a), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
69816
69816
  };
69817
69817
  const ZNe = null;
69818
69818
  function N8(e) {
@@ -69850,7 +69850,7 @@ function S3(e, t, n) {
69850
69850
  if (Oe.isDate(h))
69851
69851
  return h.toISOString();
69852
69852
  if (!l && Oe.isBlob(h))
69853
- throw new Ut("Blob is not supported. Use a Buffer instead.");
69853
+ throw new Kt("Blob is not supported. Use a Buffer instead.");
69854
69854
  return Oe.isArrayBuffer(h) || Oe.isTypedArray(h) ? l && typeof Blob == "function" ? new Blob([h]) : Buffer.from(h) : h;
69855
69855
  }
69856
69856
  function d(h, v, g) {
@@ -70096,7 +70096,7 @@ const Ac = {
70096
70096
  return JSON.parse(t);
70097
70097
  } catch (c) {
70098
70098
  if (i)
70099
- throw c.name === "SyntaxError" ? Ut.from(c, Ut.ERR_BAD_RESPONSE, this, null, this.response) : c;
70099
+ throw c.name === "SyntaxError" ? Kt.from(c, Kt.ERR_BAD_RESPONSE, this, null, this.response) : c;
70100
70100
  }
70101
70101
  }
70102
70102
  return t;
@@ -70331,16 +70331,16 @@ function BI(e) {
70331
70331
  return !!(e && e.__CANCEL__);
70332
70332
  }
70333
70333
  function Wo(e, t, n) {
70334
- Ut.call(this, e ?? "canceled", Ut.ERR_CANCELED, t, n), this.name = "CanceledError";
70334
+ Kt.call(this, e ?? "canceled", Kt.ERR_CANCELED, t, n), this.name = "CanceledError";
70335
70335
  }
70336
- Oe.inherits(Wo, Ut, {
70336
+ Oe.inherits(Wo, Kt, {
70337
70337
  __CANCEL__: !0
70338
70338
  });
70339
70339
  function HI(e, t, n) {
70340
70340
  const r = n.config.validateStatus;
70341
- !n.status || !r || r(n.status) ? e(n) : t(new Ut(
70341
+ !n.status || !r || r(n.status) ? e(n) : t(new Kt(
70342
70342
  "Request failed with status code " + n.status,
70343
- [Ut.ERR_BAD_REQUEST, Ut.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
70343
+ [Kt.ERR_BAD_REQUEST, Kt.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
70344
70344
  n.config,
70345
70345
  n.request,
70346
70346
  n
@@ -70590,15 +70590,15 @@ const WI = (e) => {
70590
70590
  "onloadend" in g ? g.onloadend = y : g.onreadystatechange = function() {
70591
70591
  !g || g.readyState !== 4 || g.status === 0 && !(g.responseURL && g.responseURL.indexOf("file:") === 0) || setTimeout(y);
70592
70592
  }, g.onabort = function() {
70593
- g && (r(new Ut("Request aborted", Ut.ECONNABORTED, e, g)), g = null);
70593
+ g && (r(new Kt("Request aborted", Kt.ECONNABORTED, e, g)), g = null);
70594
70594
  }, g.onerror = function() {
70595
- r(new Ut("Network Error", Ut.ERR_NETWORK, e, g)), g = null;
70595
+ r(new Kt("Network Error", Kt.ERR_NETWORK, e, g)), g = null;
70596
70596
  }, g.ontimeout = function() {
70597
70597
  let x = a.timeout ? "timeout of " + a.timeout + "ms exceeded" : "timeout exceeded";
70598
70598
  const S = a.transitional || FI;
70599
- a.timeoutErrorMessage && (x = a.timeoutErrorMessage), r(new Ut(
70599
+ a.timeoutErrorMessage && (x = a.timeoutErrorMessage), r(new Kt(
70600
70600
  x,
70601
- S.clarifyTimeoutError ? Ut.ETIMEDOUT : Ut.ECONNABORTED,
70601
+ S.clarifyTimeoutError ? Kt.ETIMEDOUT : Kt.ECONNABORTED,
70602
70602
  e,
70603
70603
  g
70604
70604
  )), g = null;
@@ -70609,7 +70609,7 @@ const WI = (e) => {
70609
70609
  }, a.cancelToken && a.cancelToken.subscribe(d), a.signal && (a.signal.aborted ? d() : a.signal.addEventListener("abort", d)));
70610
70610
  const b = S$e(a.url);
70611
70611
  if (b && Mr.protocols.indexOf(b) === -1) {
70612
- r(new Ut("Unsupported protocol " + b + ":", Ut.ERR_BAD_REQUEST, e));
70612
+ r(new Kt("Unsupported protocol " + b + ":", Kt.ERR_BAD_REQUEST, e));
70613
70613
  return;
70614
70614
  }
70615
70615
  g.send(o || null);
@@ -70622,11 +70622,11 @@ const WI = (e) => {
70622
70622
  if (!a) {
70623
70623
  a = !0, c();
70624
70624
  const d = s instanceof Error ? s : this.reason;
70625
- r.abort(d instanceof Ut ? d : new Wo(d instanceof Error ? d.message : d));
70625
+ r.abort(d instanceof Kt ? d : new Wo(d instanceof Error ? d.message : d));
70626
70626
  }
70627
70627
  };
70628
70628
  let i = t && setTimeout(() => {
70629
- i = null, o(new Ut(`timeout ${t} of ms exceeded`, Ut.ETIMEDOUT));
70629
+ i = null, o(new Kt(`timeout ${t} of ms exceeded`, Kt.ETIMEDOUT));
70630
70630
  }, t);
70631
70631
  const c = () => {
70632
70632
  e && (i && clearTimeout(i), i = null, e.forEach((s) => {
@@ -70716,7 +70716,7 @@ const WI = (e) => {
70716
70716
  x3 && ((e) => {
70717
70717
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
70718
70718
  !_0[t] && (_0[t] = Oe.isFunction(e[t]) ? (n) => n[t]() : (n, r) => {
70719
- throw new Ut(`Response type '${t}' is not supported`, Ut.ERR_NOT_SUPPORT, r);
70719
+ throw new Kt(`Response type '${t}' is not supported`, Kt.ERR_NOT_SUPPORT, r);
70720
70720
  });
70721
70721
  });
70722
70722
  })(new Response());
@@ -70816,11 +70816,11 @@ const A$e = async (e) => {
70816
70816
  });
70817
70817
  } catch (y) {
70818
70818
  throw v && v(), y && y.name === "TypeError" && /fetch/i.test(y.message) ? Object.assign(
70819
- new Ut("Network Error", Ut.ERR_NETWORK, e, h),
70819
+ new Kt("Network Error", Kt.ERR_NETWORK, e, h),
70820
70820
  {
70821
70821
  cause: y.cause || y
70822
70822
  }
70823
- ) : Ut.from(y, y && y.code, e, h);
70823
+ ) : Kt.from(y, y && y.code, e, h);
70824
70824
  }
70825
70825
  }), P8 = {
70826
70826
  http: ZNe,
@@ -70846,7 +70846,7 @@ const Th = (e) => `- ${e}`, F$e = (e) => Oe.isFunction(e) || e === null || e ===
70846
70846
  n = e[o];
70847
70847
  let i;
70848
70848
  if (r = n, !F$e(n) && (r = P8[(i = String(n)).toLowerCase()], r === void 0))
70849
- throw new Ut(`Unknown adapter '${i}'`);
70849
+ throw new Kt(`Unknown adapter '${i}'`);
70850
70850
  if (r)
70851
70851
  break;
70852
70852
  a[i || "#" + o] = r;
@@ -70858,7 +70858,7 @@ const Th = (e) => `- ${e}`, F$e = (e) => Oe.isFunction(e) || e === null || e ===
70858
70858
  let i = t ? o.length > 1 ? `since :
70859
70859
  ` + o.map(Th).join(`
70860
70860
  `) : " " + Th(o[0]) : "as no adapter specified";
70861
- throw new Ut(
70861
+ throw new Kt(
70862
70862
  "There is no suitable adapter to dispatch the request " + i,
70863
70863
  "ERR_NOT_SUPPORT"
70864
70864
  );
@@ -70902,9 +70902,9 @@ r7.transitional = function(t, n, r) {
70902
70902
  }
70903
70903
  return (o, i, c) => {
70904
70904
  if (t === !1)
70905
- throw new Ut(
70905
+ throw new Kt(
70906
70906
  a(i, " has been removed" + (n ? " in " + n : "")),
70907
- Ut.ERR_DEPRECATED
70907
+ Kt.ERR_DEPRECATED
70908
70908
  );
70909
70909
  return n && !Ah[i] && (Ah[i] = !0, console.warn(
70910
70910
  a(
@@ -70916,7 +70916,7 @@ r7.transitional = function(t, n, r) {
70916
70916
  };
70917
70917
  function j$e(e, t, n) {
70918
70918
  if (typeof e != "object")
70919
- throw new Ut("options must be an object", Ut.ERR_BAD_OPTION_VALUE);
70919
+ throw new Kt("options must be an object", Kt.ERR_BAD_OPTION_VALUE);
70920
70920
  const r = Object.keys(e);
70921
70921
  let a = r.length;
70922
70922
  for (; a-- > 0; ) {
@@ -70924,11 +70924,11 @@ function j$e(e, t, n) {
70924
70924
  if (i) {
70925
70925
  const c = e[o], l = c === void 0 || i(c, o, e);
70926
70926
  if (l !== !0)
70927
- throw new Ut("option " + o + " must be " + l, Ut.ERR_BAD_OPTION_VALUE);
70927
+ throw new Kt("option " + o + " must be " + l, Kt.ERR_BAD_OPTION_VALUE);
70928
70928
  continue;
70929
70929
  }
70930
70930
  if (n !== !0)
70931
- throw new Ut("Unknown option " + o, Ut.ERR_BAD_OPTION);
70931
+ throw new Kt("Unknown option " + o, Kt.ERR_BAD_OPTION);
70932
70932
  }
70933
70933
  }
70934
70934
  const R8 = {
@@ -71218,7 +71218,7 @@ Bn.CancelToken = a7;
71218
71218
  Bn.isCancel = BI;
71219
71219
  Bn.VERSION = GI;
71220
71220
  Bn.toFormData = S3;
71221
- Bn.AxiosError = Ut;
71221
+ Bn.AxiosError = Kt;
71222
71222
  Bn.Cancel = Bn.CanceledError;
71223
71223
  Bn.all = function(t) {
71224
71224
  return Promise.all(t);
@@ -72267,9 +72267,9 @@ function MOe(e) {
72267
72267
  const { language: a, theme: o } = r, i = Poe();
72268
72268
  return Et(() => {
72269
72269
  i(EOe(a)), Yn.changeLanguage(a);
72270
- }, [a, r]), Et(() => {
72270
+ }, [a]), Et(() => {
72271
72271
  i(LOe(o));
72272
- }, [o, r]), /* @__PURE__ */ we.jsx(e, { ...r });
72272
+ }, [o]), /* @__PURE__ */ we.jsx(e, { ...r });
72273
72273
  };
72274
72274
  return Lv((r) => {
72275
72275
  var a, o;
@@ -73717,7 +73717,7 @@ function fT(e, t, n) {
73717
73717
  var r = Kl(e, t, n);
73718
73718
  return ePe(r, UOe);
73719
73719
  }
73720
- var Yt = /* @__PURE__ */ ((e) => (e.App = "idApp", e.Version = "version", e.DeployDate = "releaseDate", e.ReleasePages = "gaReleasePages", e.Fields = "gaReleasePagesContent", e.Title = "title", e.Description = "description", e.Image = "idFile", e.Order = "order", e.NoImage = "noImage", e))(Yt || {}), s7 = /* @__PURE__ */ ((e) => (e.GetApps = "GetApps", e.GetReleases = "GetReleases", e))(s7 || {});
73720
+ var Ut = /* @__PURE__ */ ((e) => (e.App = "idApp", e.Version = "version", e.DeployDate = "releaseDate", e.ReleasePages = "gaReleasePages", e.Fields = "gaReleasePagesContent", e.Title = "title", e.Description = "description", e.Image = "idFile", e.Order = "order", e.NoImage = "noImage", e))(Ut || {}), s7 = /* @__PURE__ */ ((e) => (e.GetApps = "GetApps", e.GetReleases = "GetReleases", e))(s7 || {});
73721
73721
  const tPe = async () => {
73722
73722
  const e = window.globalAuthUrl, { data: t } = await ba.get(`${e}/getApps`);
73723
73723
  return t;
@@ -73739,16 +73739,16 @@ const tPe = async () => {
73739
73739
  );
73740
73740
  }, iPe = ({ index: e }) => {
73741
73741
  const { requiredField: t } = Y5();
73742
- return /* @__PURE__ */ we.jsx(mn.List, { name: [e, Yt.Fields], children: (n, { remove: r }) => /* @__PURE__ */ we.jsxs(we.Fragment, { children: [
73742
+ return /* @__PURE__ */ we.jsx(mn.List, { name: [e, Ut.Fields], children: (n, { remove: r }) => /* @__PURE__ */ we.jsxs(we.Fragment, { children: [
73743
73743
  /* @__PURE__ */ we.jsx(D0, { fieldName: "idReleasePage", hidden: !0 }),
73744
73744
  /* @__PURE__ */ we.jsx(d1, { gap: 16, vertical: !0, children: n.map(({ key: a, name: o, ...i }) => /* @__PURE__ */ we.jsxs(d1, { gap: 6, align: "center", children: [
73745
73745
  /* @__PURE__ */ we.jsxs(d1, { vertical: !0, gap: 2, style: { width: "100%" }, children: [
73746
- /* @__PURE__ */ we.jsx(mn.Item, { ...i, name: [o, Yt.Title], rules: t, noStyle: !0, children: /* @__PURE__ */ we.jsx(k1, { placeholder: At("RELEASE-NOTES.FORM.FIELDS.TITLE"), maxLength: 500 }) }),
73746
+ /* @__PURE__ */ we.jsx(mn.Item, { ...i, name: [o, Ut.Title], rules: t, noStyle: !0, children: /* @__PURE__ */ we.jsx(k1, { placeholder: At("RELEASE-NOTES.FORM.FIELDS.TITLE"), maxLength: 500 }) }),
73747
73747
  /* @__PURE__ */ we.jsx(
73748
73748
  mn.Item,
73749
73749
  {
73750
73750
  ...i,
73751
- name: [o, Yt.Description],
73751
+ name: [o, Ut.Description],
73752
73752
  rules: t,
73753
73753
  noStyle: !0,
73754
73754
  children: /* @__PURE__ */ we.jsx(L5, { autoSize: { minRows: 2 }, placeholder: At("RELEASE-NOTES.FORM.FIELDS.DESCRIPTION") })
@@ -73767,33 +73767,33 @@ const tPe = async () => {
73767
73767
  ] }, a)) })
73768
73768
  ] }) });
73769
73769
  }, cPe = Cr(({ changeSlide: e }, t) => {
73770
- const [n, r] = Mt([]), a = mn.useFormInstance(), o = mn.useWatch(Yt.ReleasePages, a), i = (s) => ({ file: d, fileList: f }) => {
73770
+ const [n, r] = Mt([]), a = mn.useFormInstance(), o = mn.useWatch(Ut.ReleasePages, a), i = (s) => ({ file: d, fileList: f }) => {
73771
73771
  const m = s[0], p = s[1], h = o[m];
73772
73772
  r(f), jae(d.originFileObj, (v) => {
73773
- a.setFieldValue(Yt.ReleasePages, o.toSpliced(m, 1, { ...h, [p]: v }));
73773
+ a.setFieldValue(Ut.ReleasePages, o.toSpliced(m, 1, { ...h, [p]: v }));
73774
73774
  });
73775
73775
  }, c = (s) => () => {
73776
73776
  var p;
73777
- const d = o == null ? void 0 : o[s], m = [...((p = o == null ? void 0 : o[s]) == null ? void 0 : p[Yt.Fields]) ?? [], {}];
73777
+ const d = o == null ? void 0 : o[s], m = [...((p = o == null ? void 0 : o[s]) == null ? void 0 : p[Ut.Fields]) ?? [], {}];
73778
73778
  a.setFieldValue(
73779
- Yt.ReleasePages,
73780
- o.toSpliced(s, 1, { ...d, [Yt.Fields]: m })
73779
+ Ut.ReleasePages,
73780
+ o.toSpliced(s, 1, { ...d, [Ut.Fields]: m })
73781
73781
  );
73782
73782
  }, l = /* @__PURE__ */ we.jsx(D1, { justify: "center", align: "middle", children: /* @__PURE__ */ we.jsxs(Bs, { direction: "vertical", children: [
73783
73783
  /* @__PURE__ */ we.jsx("p", { className: "ant-upload-drag-icon", children: /* @__PURE__ */ we.jsx(I5, {}) }),
73784
73784
  /* @__PURE__ */ we.jsx("p", { className: "ant-upload-text", children: At("GENERAL.UPLOAD_LABEL") }),
73785
73785
  /* @__PURE__ */ we.jsx("p", { className: "ant-upload-hint", children: At("GENERAL.JPG_PNG_WARNING") })
73786
73786
  ] }) });
73787
- return /* @__PURE__ */ we.jsx(mn.List, { name: Yt.ReleasePages, children: (s) => /* @__PURE__ */ we.jsxs(we.Fragment, { children: [
73787
+ return /* @__PURE__ */ we.jsx(mn.List, { name: Ut.ReleasePages, children: (s) => /* @__PURE__ */ we.jsxs(we.Fragment, { children: [
73788
73788
  /* @__PURE__ */ we.jsx(D0, { fieldName: "idRelease", hidden: !0 }),
73789
73789
  /* @__PURE__ */ we.jsx(D0, { fieldName: "idReleasePage", hidden: !0 }),
73790
73790
  /* @__PURE__ */ we.jsx(g5, { infinite: !1, ref: t, afterChange: e, children: s.map(({ key: d, name: f, ...m }) => {
73791
73791
  var v, g;
73792
- const p = (v = o == null ? void 0 : o[f]) == null ? void 0 : v[Yt.Image], h = (g = o == null ? void 0 : o[f]) == null ? void 0 : g[Yt.NoImage];
73792
+ const p = (v = o == null ? void 0 : o[f]) == null ? void 0 : v[Ut.Image], h = (g = o == null ? void 0 : o[f]) == null ? void 0 : g[Ut.NoImage];
73793
73793
  return /* @__PURE__ */ we.jsx("div", { children: /* @__PURE__ */ we.jsxs(D1, { gutter: [8, 16], style: { marginBottom: 35 }, children: [
73794
73794
  /* @__PURE__ */ we.jsx(fr, { span: 24, children: /* @__PURE__ */ we.jsxs(D1, { gutter: 8, children: [
73795
73795
  /* @__PURE__ */ we.jsx(fr, { span: h ? 24 : 12, children: /* @__PURE__ */ we.jsx(iPe, { index: f }) }),
73796
- !h && /* @__PURE__ */ we.jsx(fr, { span: 12, children: /* @__PURE__ */ we.jsx(za, { bordered: !0, styles: { body: { display: "flex", justifyContent: "center", padding: 2 } }, children: /* @__PURE__ */ we.jsx(mn.Item, { ...m, name: [f, Yt.Image], noStyle: !0, children: /* @__PURE__ */ we.jsx(
73796
+ !h && /* @__PURE__ */ we.jsx(fr, { span: 12, children: /* @__PURE__ */ we.jsx(za, { bordered: !0, styles: { body: { display: "flex", justifyContent: "center", padding: 2 } }, children: /* @__PURE__ */ we.jsx(mn.Item, { ...m, name: [f, Ut.Image], noStyle: !0, children: /* @__PURE__ */ we.jsx(
73797
73797
  q5,
73798
73798
  {
73799
73799
  listType: "picture",
@@ -73801,7 +73801,7 @@ const tPe = async () => {
73801
73801
  showUploadList: !1,
73802
73802
  fileList: n,
73803
73803
  beforeUpload: Bae,
73804
- onChange: i([f, Yt.Image]),
73804
+ onChange: i([f, Ut.Image]),
73805
73805
  children: p ? /* @__PURE__ */ we.jsx(Vs, { src: p, preview: !1, style: { maxHeight: 600 } }) : l
73806
73806
  }
73807
73807
  ) }) }) })
@@ -73811,8 +73811,15 @@ const tPe = async () => {
73811
73811
  /* @__PURE__ */ we.jsx(
73812
73812
  fNe,
73813
73813
  {
73814
- fieldName: [f, Yt.NoImage],
73815
- label: At("GENERAL.DO_NOT_USE_IMAGE")
73814
+ fieldName: [f, Ut.NoImage],
73815
+ label: At("GENERAL.DO_NOT_USE_IMAGE"),
73816
+ onChange: (y) => {
73817
+ const b = y.target.checked, C = o == null ? void 0 : o.map((x, S) => S === f ? {
73818
+ ...x,
73819
+ [Ut.Image]: b ? void 0 : x[Ut.Image]
73820
+ } : x);
73821
+ a.setFieldValue(Ut.ReleasePages, C);
73822
+ }
73816
73823
  }
73817
73824
  )
73818
73825
  ] }) })
@@ -73827,18 +73834,18 @@ const tPe = async () => {
73827
73834
  beforeCloseModal: a,
73828
73835
  afterSubmit: o
73829
73836
  }) => {
73830
- const [i, c] = Mt(!1), [l, s] = Mt(!1), [d, f] = Mt(0), [m] = mn.useForm(), p = zc(), { getColor: h } = Toe(), v = Be(null), { requiredField: g } = Y5(), { data: y } = mT(), b = mn.useWatch(Yt.ReleasePages, m), C = (P) => f(P), x = () => m.resetFields();
73837
+ const [i, c] = Mt(!1), [l, s] = Mt(!1), [d, f] = Mt(0), [m] = mn.useForm(), p = zc(), { getColor: h } = Toe(), v = Be(null), { requiredField: g } = Y5(), { data: y } = mT(), b = mn.useWatch(Ut.ReleasePages, m), C = (P) => f(P), x = () => m.resetFields();
73831
73838
  Et(() => {
73832
73839
  var _;
73833
73840
  const P = (b == null ? void 0 : b.length) - 1;
73834
73841
  (_ = v.current) == null || _.goTo(P);
73835
73842
  }, [b == null ? void 0 : b.length]), Et(() => (n && (c(!0), m.setFieldsValue({
73836
73843
  ...n,
73837
- [Yt.ReleasePages]: n[Yt.ReleasePages].map((P) => ({
73844
+ [Ut.ReleasePages]: n[Ut.ReleasePages].map((P) => ({
73838
73845
  ...P,
73839
- [Yt.Image]: GE(P[Yt.Image])
73846
+ [Ut.Image]: GE(P[Ut.Image])
73840
73847
  })),
73841
- [Yt.DeployDate]: Jn(n[Yt.DeployDate])
73848
+ [Ut.DeployDate]: Jn(n[Ut.DeployDate])
73842
73849
  })), () => {
73843
73850
  x();
73844
73851
  }), [n]);
@@ -73846,18 +73853,18 @@ const tPe = async () => {
73846
73853
  r ? new Promise((P) => P(r())).then(() => c(!0)) : c(!0);
73847
73854
  }, L = () => {
73848
73855
  a ? new Promise((P) => P(a())).then(() => c(!1)) : c(!1);
73849
- }, E = () => m.setFieldValue(Yt.ReleasePages, [...b, { [Yt.Fields]: [{}] }]), M = () => m.setFieldValue(
73850
- Yt.ReleasePages,
73856
+ }, E = () => m.setFieldValue(Ut.ReleasePages, [...b, { [Ut.Fields]: [{}] }]), M = () => m.setFieldValue(
73857
+ Ut.ReleasePages,
73851
73858
  b.filter((P, _) => _ !== d)
73852
73859
  ), w = (P) => {
73853
73860
  const _ = {
73854
73861
  ...P,
73855
- [Yt.DeployDate]: Jn(P[Yt.DeployDate]).format(xD),
73856
- [Yt.ReleasePages]: P[Yt.ReleasePages].map((A, k) => ({
73862
+ [Ut.DeployDate]: Jn(P[Ut.DeployDate]).format(xD),
73863
+ [Ut.ReleasePages]: P[Ut.ReleasePages].map((A, k) => ({
73857
73864
  ...A,
73858
- [Yt.Image]: Hae(A[Yt.Image]),
73865
+ [Ut.Image]: Hae(A[Ut.Image]),
73859
73866
  order: k,
73860
- [Yt.Fields]: A[Yt.Fields].map((H, F) => ({ ...H, order: F }))
73867
+ [Ut.Fields]: A[Ut.Fields].map((H, F) => ({ ...H, order: F }))
73861
73868
  }))
73862
73869
  };
73863
73870
  rPe(_).then(() => {
@@ -73908,8 +73915,8 @@ const tPe = async () => {
73908
73915
  ] }), $ = (P) => {
73909
73916
  s(t ? P : !1);
73910
73917
  }, R = {
73911
- [Yt.ReleasePages]: [{ [Yt.Fields]: [{}] }],
73912
- [Yt.DeployDate]: Jn()
73918
+ [Ut.ReleasePages]: [{ [Ut.Fields]: [{}] }],
73919
+ [Ut.DeployDate]: Jn()
73913
73920
  }, I = Vae(y ?? [], "appName", "id"), N = Xt(() => At(`${W1}.${n ? "UPD_RELEASE_NOTE" : "ADD_RELEASE_NOTE"}`), [p]);
73914
73921
  return /* @__PURE__ */ we.jsxs(we.Fragment, { children: [
73915
73922
  /* @__PURE__ */ we.jsx(yr, { title: t, open: l, onOpenChange: $, children: /* @__PURE__ */ we.jsx(
@@ -73928,7 +73935,7 @@ const tPe = async () => {
73928
73935
  /* @__PURE__ */ we.jsx(fr, { span: 8, children: /* @__PURE__ */ we.jsx(
73929
73936
  uNe,
73930
73937
  {
73931
- fieldName: Yt.App,
73938
+ fieldName: Ut.App,
73932
73939
  label: At(`${W1}.FORM.FIELDS.APP`),
73933
73940
  placeholder: At(`${W1}.FORM.FIELDS.APP`, { context: "PLACEHOLDER" }),
73934
73941
  options: I,
@@ -73938,7 +73945,7 @@ const tPe = async () => {
73938
73945
  /* @__PURE__ */ we.jsx(fr, { span: 8, children: /* @__PURE__ */ we.jsx(
73939
73946
  Vl,
73940
73947
  {
73941
- fieldName: Yt.Version,
73948
+ fieldName: Ut.Version,
73942
73949
  label: At(`${W1}.FORM.FIELDS.VERSION`),
73943
73950
  placeholder: "0.0.0",
73944
73951
  tooltip: At(`${W1}.FORM.FIELDS.VERSION`, { context: "TOOLTIP" }),
@@ -73958,7 +73965,7 @@ const tPe = async () => {
73958
73965
  /* @__PURE__ */ we.jsx(fr, { span: 8, children: /* @__PURE__ */ we.jsx(
73959
73966
  dNe,
73960
73967
  {
73961
- fieldName: Yt.DeployDate,
73968
+ fieldName: Ut.DeployDate,
73962
73969
  label: At(`${W1}.FORM.FIELDS.DEPLOY_DATE`),
73963
73970
  format: SD,
73964
73971
  rules: g