@scalant/resume-builder 4.7.7 → 4.7.9

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.
@@ -2,14 +2,14 @@ var ei = Object.defineProperty, ti = Object.defineProperties;
2
2
  var ri = Object.getOwnPropertyDescriptors;
3
3
  var pa = Object.getOwnPropertySymbols;
4
4
  var oo = Object.prototype.hasOwnProperty, io = Object.prototype.propertyIsEnumerable;
5
- var ao = (C, $, V) => $ in C ? ei(C, $, { enumerable: !0, configurable: !0, writable: !0, value: V }) : C[$] = V, Rr = (C, $) => {
5
+ var ao = (C, $, V) => $ in C ? ei(C, $, { enumerable: !0, configurable: !0, writable: !0, value: V }) : C[$] = V, Cr = (C, $) => {
6
6
  for (var V in $ || ($ = {}))
7
7
  oo.call($, V) && ao(C, V, $[V]);
8
8
  if (pa)
9
9
  for (var V of pa($))
10
10
  io.call($, V) && ao(C, V, $[V]);
11
11
  return C;
12
- }, Fr = (C, $) => ti(C, ri($));
12
+ }, $r = (C, $) => ti(C, ri($));
13
13
  var lo = (C, $) => {
14
14
  var V = {};
15
15
  for (var F in C)
@@ -5194,36 +5194,36 @@ var CheckCircleFilled = function($, V) {
5194
5194
  ref: V,
5195
5195
  icon: CheckCircleFilled$1
5196
5196
  }));
5197
- }, RefIcon$L = /* @__PURE__ */ React.forwardRef(CheckCircleFilled);
5198
- process.env.NODE_ENV !== "production" && (RefIcon$L.displayName = "CheckCircleFilled");
5197
+ }, RefIcon$M = /* @__PURE__ */ React.forwardRef(CheckCircleFilled);
5198
+ process.env.NODE_ENV !== "production" && (RefIcon$M.displayName = "CheckCircleFilled");
5199
5199
  var CloseCircleFilled$1 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, name: "close-circle", theme: "filled" }, CloseCircleFilled = function($, V) {
5200
5200
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5201
5201
  ref: V,
5202
5202
  icon: CloseCircleFilled$1
5203
5203
  }));
5204
- }, RefIcon$K = /* @__PURE__ */ React.forwardRef(CloseCircleFilled);
5205
- process.env.NODE_ENV !== "production" && (RefIcon$K.displayName = "CloseCircleFilled");
5204
+ }, RefIcon$L = /* @__PURE__ */ React.forwardRef(CloseCircleFilled);
5205
+ process.env.NODE_ENV !== "production" && (RefIcon$L.displayName = "CloseCircleFilled");
5206
5206
  var CloseOutlined$1 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, name: "close", theme: "outlined" }, CloseOutlined = function($, V) {
5207
5207
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5208
5208
  ref: V,
5209
5209
  icon: CloseOutlined$1
5210
5210
  }));
5211
- }, RefIcon$J = /* @__PURE__ */ React.forwardRef(CloseOutlined);
5212
- process.env.NODE_ENV !== "production" && (RefIcon$J.displayName = "CloseOutlined");
5211
+ }, RefIcon$K = /* @__PURE__ */ React.forwardRef(CloseOutlined);
5212
+ process.env.NODE_ENV !== "production" && (RefIcon$K.displayName = "CloseOutlined");
5213
5213
  var ExclamationCircleFilled$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, name: "exclamation-circle", theme: "filled" }, ExclamationCircleFilled = function($, V) {
5214
5214
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5215
5215
  ref: V,
5216
5216
  icon: ExclamationCircleFilled$1
5217
5217
  }));
5218
- }, RefIcon$I = /* @__PURE__ */ React.forwardRef(ExclamationCircleFilled);
5219
- process.env.NODE_ENV !== "production" && (RefIcon$I.displayName = "ExclamationCircleFilled");
5218
+ }, RefIcon$J = /* @__PURE__ */ React.forwardRef(ExclamationCircleFilled);
5219
+ process.env.NODE_ENV !== "production" && (RefIcon$J.displayName = "ExclamationCircleFilled");
5220
5220
  var InfoCircleFilled$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, name: "info-circle", theme: "filled" }, InfoCircleFilled = function($, V) {
5221
5221
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
5222
5222
  ref: V,
5223
5223
  icon: InfoCircleFilled$1
5224
5224
  }));
5225
- }, RefIcon$H = /* @__PURE__ */ React.forwardRef(InfoCircleFilled);
5226
- process.env.NODE_ENV !== "production" && (RefIcon$H.displayName = "InfoCircleFilled");
5225
+ }, RefIcon$I = /* @__PURE__ */ React.forwardRef(InfoCircleFilled);
5226
+ process.env.NODE_ENV !== "production" && (RefIcon$I.displayName = "InfoCircleFilled");
5227
5227
  var attributes = `accept acceptCharset accessKey action allowFullScreen allowTransparency
5228
5228
  alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
5229
5229
  charSet checked classID className colSpan cols content contentEditable contextMenu
@@ -5848,8 +5848,8 @@ var LoadingOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024",
5848
5848
  ref: V,
5849
5849
  icon: LoadingOutlined$1
5850
5850
  }));
5851
- }, RefIcon$G = /* @__PURE__ */ React.forwardRef(LoadingOutlined);
5852
- process.env.NODE_ENV !== "production" && (RefIcon$G.displayName = "LoadingOutlined");
5851
+ }, RefIcon$H = /* @__PURE__ */ React.forwardRef(LoadingOutlined);
5852
+ process.env.NODE_ENV !== "production" && (RefIcon$H.displayName = "LoadingOutlined");
5853
5853
  const zIndexContext = /* @__PURE__ */ React__default.createContext(void 0);
5854
5854
  process.env.NODE_ENV !== "production" && (zIndexContext.displayName = "zIndexContext");
5855
5855
  const CONTAINER_OFFSET = 100, CONTAINER_OFFSET_MAX_COUNT = 10, CONTAINER_MAX_OFFSET = CONTAINER_OFFSET * CONTAINER_OFFSET_MAX_COUNT, CONTAINER_MAX_OFFSET_WITH_CHILDREN = CONTAINER_MAX_OFFSET + CONTAINER_OFFSET, containerBaseZIndexOffset = {
@@ -6039,11 +6039,11 @@ var __rest$14 = function(C, $) {
6039
6039
  return V;
6040
6040
  };
6041
6041
  const TypeIcon = {
6042
- info: /* @__PURE__ */ React.createElement(RefIcon$H, null),
6043
- success: /* @__PURE__ */ React.createElement(RefIcon$L, null),
6044
- error: /* @__PURE__ */ React.createElement(RefIcon$K, null),
6045
- warning: /* @__PURE__ */ React.createElement(RefIcon$I, null),
6046
- loading: /* @__PURE__ */ React.createElement(RefIcon$G, null)
6042
+ info: /* @__PURE__ */ React.createElement(RefIcon$I, null),
6043
+ success: /* @__PURE__ */ React.createElement(RefIcon$M, null),
6044
+ error: /* @__PURE__ */ React.createElement(RefIcon$L, null),
6045
+ warning: /* @__PURE__ */ React.createElement(RefIcon$J, null),
6046
+ loading: /* @__PURE__ */ React.createElement(RefIcon$H, null)
6047
6047
  }, PureContent = (C) => {
6048
6048
  let {
6049
6049
  prefixCls: $,
@@ -6142,7 +6142,7 @@ const DEFAULT_OFFSET = 8, DEFAULT_DURATION = 3, Wrapper = (C) => {
6142
6142
  [`${pe}-rtl`]: te != null ? te : le === "rtl"
6143
6143
  }), me = () => getMotion$2(pe, re), ce = /* @__PURE__ */ React.createElement("span", {
6144
6144
  className: `${pe}-close-x`
6145
- }, /* @__PURE__ */ React.createElement(RefIcon$J, {
6145
+ }, /* @__PURE__ */ React.createElement(RefIcon$K, {
6146
6146
  className: `${pe}-close-icon`
6147
6147
  })), [ve, de] = useNotification({
6148
6148
  prefixCls: pe,
@@ -7107,7 +7107,7 @@ const IconWrapper = /* @__PURE__ */ forwardRef((C, $) => {
7107
7107
  className: ee,
7108
7108
  style: K,
7109
7109
  ref: $
7110
- }, /* @__PURE__ */ React__default.createElement(RefIcon$G, {
7110
+ }, /* @__PURE__ */ React__default.createElement(RefIcon$H, {
7111
7111
  className: J
7112
7112
  }));
7113
7113
  }), getCollapsedWidth = () => ({
@@ -7686,8 +7686,8 @@ var RightOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", f
7686
7686
  ref: V,
7687
7687
  icon: RightOutlined$1
7688
7688
  }));
7689
- }, RefIcon$F = /* @__PURE__ */ React.forwardRef(RightOutlined);
7690
- process.env.NODE_ENV !== "production" && (RefIcon$F.displayName = "RightOutlined");
7689
+ }, RefIcon$G = /* @__PURE__ */ React.forwardRef(RightOutlined);
7690
+ process.env.NODE_ENV !== "production" && (RefIcon$G.displayName = "RightOutlined");
7691
7691
  const genCollapseMotion = (C) => ({
7692
7692
  [C.componentCls]: {
7693
7693
  // For common/openAnimation
@@ -11641,7 +11641,7 @@ const EmptyFallbackCloseCollection = {};
11641
11641
  function useClosable(C, $) {
11642
11642
  let V = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : EmptyFallbackCloseCollection;
11643
11643
  const F = useClosableConfig(C), K = useClosableConfig($), [J] = useLocale$1("global", localeValues.global), ee = typeof F != "boolean" ? !!(F != null && F.disabled) : !1, te = React__default.useMemo(() => Object.assign({
11644
- closeIcon: /* @__PURE__ */ React__default.createElement(RefIcon$J, null)
11644
+ closeIcon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null)
11645
11645
  }, V), [V]), re = React__default.useMemo(() => F === !1 ? !1 : F ? mergeProps$1(te, K, F) : K === !1 ? !1 : K ? mergeProps$1(te, K) : te.closable ? te : !1, [F, K, te]);
11646
11646
  return React__default.useMemo(() => {
11647
11647
  if (re === !1)
@@ -12267,7 +12267,7 @@ const NormalCancelBtn = () => {
12267
12267
  function renderCloseIcon(C, $) {
12268
12268
  return /* @__PURE__ */ React__default.createElement("span", {
12269
12269
  className: `${C}-close-x`
12270
- }, $ || /* @__PURE__ */ React__default.createElement(RefIcon$J, {
12270
+ }, $ || /* @__PURE__ */ React__default.createElement(RefIcon$K, {
12271
12271
  className: `${C}-close-icon`
12272
12272
  }));
12273
12273
  }
@@ -12778,7 +12778,7 @@ const Modal$1 = (C) => {
12778
12778
  onCancel: Re
12779
12779
  })) : null, [Te, Fe, je, Me] = useClosable(pickClosable(C), pickClosable(Ce), {
12780
12780
  closable: !0,
12781
- closeIcon: /* @__PURE__ */ React.createElement(RefIcon$J, {
12781
+ closeIcon: /* @__PURE__ */ React.createElement(RefIcon$K, {
12782
12782
  className: `${Oe}-close-icon`
12783
12783
  }),
12784
12784
  closeIconRender: (De) => renderCloseIcon(Oe, De)
@@ -12951,16 +12951,16 @@ function ConfirmContent(C) {
12951
12951
  if (!V && V !== null)
12952
12952
  switch (ee) {
12953
12953
  case "info":
12954
- ne = /* @__PURE__ */ React.createElement(RefIcon$H, null);
12954
+ ne = /* @__PURE__ */ React.createElement(RefIcon$I, null);
12955
12955
  break;
12956
12956
  case "success":
12957
- ne = /* @__PURE__ */ React.createElement(RefIcon$L, null);
12957
+ ne = /* @__PURE__ */ React.createElement(RefIcon$M, null);
12958
12958
  break;
12959
12959
  case "error":
12960
- ne = /* @__PURE__ */ React.createElement(RefIcon$K, null);
12960
+ ne = /* @__PURE__ */ React.createElement(RefIcon$L, null);
12961
12961
  break;
12962
12962
  default:
12963
- ne = /* @__PURE__ */ React.createElement(RefIcon$I, null);
12963
+ ne = /* @__PURE__ */ React.createElement(RefIcon$J, null);
12964
12964
  }
12965
12965
  const ie = te != null ? te : ee === "confirm", le = C.autoFocusButton === null ? !1 : C.autoFocusButton || "ok", [pe] = useLocale$1("Modal"), ue = oe || pe, se = F || (ie ? ue == null ? void 0 : ue.okText : ue == null ? void 0 : ue.justOkText), me = K || (ue == null ? void 0 : ue.cancelText), ce = Object.assign({
12966
12966
  autoFocusButton: le,
@@ -14200,9 +14200,9 @@ function useAlign(C, $, V, F, K, J, ee) {
14200
14200
  C || pe();
14201
14201
  var ue = useEvent(function() {
14202
14202
  if ($ && V && C) {
14203
- let ir = function(Nr, Jr) {
14204
- var ln = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : pt, hn = Fe.x + Nr, On = Fe.y + Jr, jn = hn + De, Pn = On + Ne, Tn = Math.max(hn, ln.left), Zt = Math.max(On, ln.top), mr = Math.min(jn, ln.right), Dr = Math.min(Pn, ln.bottom);
14205
- return Math.max(0, (mr - Tn) * (Dr - Zt));
14203
+ let ir = function(kr, Jr) {
14204
+ var ln = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : pt, hn = Fe.x + kr, On = Fe.y + Jr, jn = hn + De, Pn = On + Ne, Tn = Math.max(hn, ln.left), Zt = Math.max(On, ln.top), mr = Math.min(jn, ln.right), Fr = Math.min(Pn, ln.bottom);
14205
+ return Math.max(0, (mr - Tn) * (Fr - Zt));
14206
14206
  }, Tr = function() {
14207
14207
  lr = Fe.y + Dt, gr = lr + Ne, vt = Fe.x + Pt, At = vt + De;
14208
14208
  };
@@ -14281,17 +14281,17 @@ function useAlign(C, $, V, F, K, J, ee) {
14281
14281
  if (sr && Nt[1] === "r" && (vt < ht.left || le.current.lr)) {
14282
14282
  var dr = Pt;
14283
14283
  cr ? dr += De - We : dr = Kt.x - Bt.x - nt;
14284
- var kr = ir(dr, Dt), Vr = ir(dr, Dt, ut);
14284
+ var Mr = ir(dr, Dt), Vr = ir(dr, Dt, ut);
14285
14285
  // Of course use larger one
14286
- kr > Ht || kr === Ht && (!rt || // Choose recommend one
14286
+ Mr > Ht || Mr === Ht && (!rt || // Choose recommend one
14287
14287
  Vr >= Wt) ? (le.current.lr = !0, Pt = dr, nt = -nt, $t.points = [reversePoints(Nt, 1), reversePoints(yt, 1)]) : le.current.lr = !1;
14288
14288
  }
14289
14289
  Tr();
14290
- var Ar = or === !0 ? 0 : or;
14291
- typeof Ar == "number" && (vt < ut.left && (Pt -= vt - ut.left - nt, Pe.x + We < ut.left + Ar && (Pt += Pe.x - ut.left + We - Ar)), At > ut.right && (Pt -= At - ut.right - nt, Pe.x > ut.right - Ar && (Pt += Pe.x - ut.right + Ar)));
14292
- var $r = br === !0 ? 0 : br;
14293
- typeof $r == "number" && (lr < ut.top && (Dt -= lr - ut.top - at, Pe.y + Be < ut.top + $r && (Dt += Pe.y - ut.top + Be - $r)), gr > ut.bottom && (Dt -= gr - ut.bottom - at, Pe.y > ut.bottom - $r && (Dt += Pe.y - ut.bottom + $r)));
14294
- var Br = Fe.x + Pt, Mr = Br + De, Sr = Fe.y + Dt, qr = Sr + Ne, Kr = Pe.x, pr = Kr + We, Qt = Pe.y, ar = Qt + Be, Gt = Math.max(Br, Kr), Yt = Math.min(Mr, pr), ur = (Gt + Yt) / 2, Pr = ur - Br, Lr = Math.max(Sr, Qt), Yr = Math.min(qr, ar), Xr = (Lr + Yr) / 2, Qr = Xr - Sr;
14290
+ var Nr = or === !0 ? 0 : or;
14291
+ typeof Nr == "number" && (vt < ut.left && (Pt -= vt - ut.left - nt, Pe.x + We < ut.left + Nr && (Pt += Pe.x - ut.left + We - Nr)), At > ut.right && (Pt -= At - ut.right - nt, Pe.x > ut.right - Nr && (Pt += Pe.x - ut.right + Nr)));
14292
+ var Ar = br === !0 ? 0 : br;
14293
+ typeof Ar == "number" && (lr < ut.top && (Dt -= lr - ut.top - at, Pe.y + Be < ut.top + Ar && (Dt += Pe.y - ut.top + Be - Ar)), gr > ut.bottom && (Dt -= gr - ut.bottom - at, Pe.y > ut.bottom - Ar && (Dt += Pe.y - ut.bottom + Ar)));
14294
+ var Br = Fe.x + Pt, Dr = Br + De, Sr = Fe.y + Dt, qr = Sr + Ne, Kr = Pe.x, pr = Kr + We, Qt = Pe.y, ar = Qt + Be, Gt = Math.max(Br, Kr), Yt = Math.min(Dr, pr), ur = (Gt + Yt) / 2, Pr = ur - Br, Lr = Math.max(Sr, Qt), Yr = Math.min(qr, ar), Xr = (Lr + Yr) / 2, Qr = Xr - Sr;
14295
14295
  ee == null || ee($, $t);
14296
14296
  var Ur = bt.right - Fe.x - (Pt + Fe.width), nr = bt.bottom - Fe.y - (Dt + Fe.height);
14297
14297
  wt === 1 && (Pt = Math.round(Pt), Ur = Math.round(Ur)), Rt === 1 && (Dt = Math.round(Dt), nr = Math.round(nr));
@@ -14384,8 +14384,8 @@ function generateTrigger() {
14384
14384
  }, []);
14385
14385
  var et = React.useRef({}), rt = React.useContext(TriggerContext), st = React.useMemo(function() {
14386
14386
  return {
14387
- registerSubPopup: function(mr, Dr) {
14388
- et.current[mr] = Dr, rt == null || rt.registerSubPopup(mr, Dr);
14387
+ registerSubPopup: function(mr, Fr) {
14388
+ et.current[mr] = Fr, rt == null || rt.registerSubPopup(mr, Fr);
14389
14389
  }
14390
14390
  };
14391
14391
  }, [rt]), ut = useId$1(), pt = React.useState(null), ht = _slicedToArray(pt, 2), bt = ht[0], wt = ht[1], Rt = React.useRef(null), dt = useEvent(function(Zt) {
@@ -14393,8 +14393,8 @@ function generateTrigger() {
14393
14393
  }), ft = React.useState(null), Ze = _slicedToArray(ft, 2), it = Ze[0], nt = Ze[1], at = React.useRef(null), ot = useEvent(function(Zt) {
14394
14394
  isDOM(Zt) && it !== Zt && (nt(Zt), at.current = Zt);
14395
14395
  }), Qe = React.Children.only(ee), lt = (Qe == null ? void 0 : Qe.props) || {}, ct = {}, _t = useEvent(function(Zt) {
14396
- var mr, Dr, Wr = it;
14397
- return (Wr == null ? void 0 : Wr.contains(Zt)) || ((mr = getShadowRoot(Wr)) === null || mr === void 0 ? void 0 : mr.host) === Zt || Zt === Wr || (bt == null ? void 0 : bt.contains(Zt)) || ((Dr = getShadowRoot(bt)) === null || Dr === void 0 ? void 0 : Dr.host) === Zt || Zt === bt || Object.values(et.current).some(function(jr) {
14396
+ var mr, Fr, Wr = it;
14397
+ return (Wr == null ? void 0 : Wr.contains(Zt)) || ((mr = getShadowRoot(Wr)) === null || mr === void 0 ? void 0 : mr.host) === Zt || Zt === Wr || (bt == null ? void 0 : bt.contains(Zt)) || ((Fr = getShadowRoot(bt)) === null || Fr === void 0 ? void 0 : Fr.host) === Zt || Zt === bt || Object.values(et.current).some(function(jr) {
14398
14398
  return (jr == null ? void 0 : jr.contains(Zt)) || Zt === jr;
14399
14399
  });
14400
14400
  }), Ot = getMotion$1(J, Me, Ke, Ue), Mt = getMotion$1(J, qe, ze, He), Tt = React.useState(ie || !1), yt = _slicedToArray(Tt, 2), Nt = yt[0], Ct = yt[1], Et = ne != null ? ne : Nt, $t = useEvent(function(Zt) {
@@ -14413,10 +14413,10 @@ function generateTrigger() {
14413
14413
  }), Wt = React.useRef(), zt = function() {
14414
14414
  clearTimeout(Wt.current);
14415
14415
  }, Bt = function(mr) {
14416
- var Dr = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
14417
- zt(), Dr === 0 ? Ht(mr) : Wt.current = setTimeout(function() {
14416
+ var Fr = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
14417
+ zt(), Fr === 0 ? Ht(mr) : Wt.current = setTimeout(function() {
14418
14418
  Ht(mr);
14419
- }, Dr * 1e3);
14419
+ }, Fr * 1e3);
14420
14420
  };
14421
14421
  React.useEffect(function() {
14422
14422
  return zt;
@@ -14427,10 +14427,10 @@ function generateTrigger() {
14427
14427
  }, [Et]);
14428
14428
  var vr = React.useState(null), or = _slicedToArray(vr, 2), br = or[0], fr = or[1], lr = React.useState(null), gr = _slicedToArray(lr, 2), vt = gr[0], At = gr[1], mt = function(mr) {
14429
14429
  At([mr.clientX, mr.clientY]);
14430
- }, St = useAlign(Et, bt, xe && vt !== null ? vt : it, we, $e, Le, Fe), xt = _slicedToArray(St, 11), kt = xt[0], Lt = xt[1], Ft = xt[2], Xt = xt[3], er = xt[4], sr = xt[5], cr = xt[6], Er = xt[7], yr = xt[8], Or = xt[9], dr = xt[10], kr = useAction(Ye, re, oe, ae), Vr = _slicedToArray(kr, 2), Ar = Vr[0], $r = Vr[1], Br = Ar.has("click"), Mr = $r.has("click") || $r.has("contextMenu"), Sr = useEvent(function() {
14430
+ }, St = useAlign(Et, bt, xe && vt !== null ? vt : it, we, $e, Le, Fe), xt = _slicedToArray(St, 11), kt = xt[0], Lt = xt[1], Ft = xt[2], Xt = xt[3], er = xt[4], sr = xt[5], cr = xt[6], Er = xt[7], yr = xt[8], Or = xt[9], dr = xt[10], Mr = useAction(Ye, re, oe, ae), Vr = _slicedToArray(Mr, 2), Nr = Vr[0], Ar = Vr[1], Br = Nr.has("click"), Dr = Ar.has("click") || Ar.has("contextMenu"), Sr = useEvent(function() {
14431
14431
  Ut || dr();
14432
14432
  }), qr = function() {
14433
- Pt.current && xe && Mr && Bt(!1);
14433
+ Pt.current && xe && Dr && Bt(!1);
14434
14434
  };
14435
14435
  useWatch(Et, it, bt, Sr, qr), useLayoutEffect$1(function() {
14436
14436
  Sr();
@@ -14467,45 +14467,45 @@ function generateTrigger() {
14467
14467
  useLayoutEffect$1(function() {
14468
14468
  br && (dr(), br(), fr(null));
14469
14469
  }, [br]);
14470
- function nr(Zt, mr, Dr, Wr) {
14470
+ function nr(Zt, mr, Fr, Wr) {
14471
14471
  ct[Zt] = function(jr) {
14472
14472
  var sn;
14473
- Wr == null || Wr(jr), Bt(mr, Dr);
14473
+ Wr == null || Wr(jr), Bt(mr, Fr);
14474
14474
  for (var Bn = arguments.length, Kn = new Array(Bn > 1 ? Bn - 1 : 0), Nn = 1; Nn < Bn; Nn++)
14475
14475
  Kn[Nn - 1] = arguments[Nn];
14476
14476
  (sn = lt[Zt]) === null || sn === void 0 || sn.call.apply(sn, [lt, jr].concat(Kn));
14477
14477
  };
14478
14478
  }
14479
- (Br || Mr) && (ct.onClick = function(Zt) {
14479
+ (Br || Dr) && (ct.onClick = function(Zt) {
14480
14480
  var mr;
14481
- Pt.current && Mr ? Bt(!1) : !Pt.current && Br && (mt(Zt), Bt(!0));
14482
- for (var Dr = arguments.length, Wr = new Array(Dr > 1 ? Dr - 1 : 0), jr = 1; jr < Dr; jr++)
14481
+ Pt.current && Dr ? Bt(!1) : !Pt.current && Br && (mt(Zt), Bt(!0));
14482
+ for (var Fr = arguments.length, Wr = new Array(Fr > 1 ? Fr - 1 : 0), jr = 1; jr < Fr; jr++)
14483
14483
  Wr[jr - 1] = arguments[jr];
14484
14484
  (mr = lt.onClick) === null || mr === void 0 || mr.call.apply(mr, [lt, Zt].concat(Wr));
14485
14485
  });
14486
- var rr = useWinClick(Et, Mr, it, bt, de, he, _t, Bt), ir = Ar.has("hover"), Tr = $r.has("hover"), Nr, Jr;
14486
+ var rr = useWinClick(Et, Dr, it, bt, de, he, _t, Bt), ir = Nr.has("hover"), Tr = Ar.has("hover"), kr, Jr;
14487
14487
  ir && (nr("onMouseEnter", !0, ue, function(Zt) {
14488
14488
  mt(Zt);
14489
14489
  }), nr("onPointerEnter", !0, ue, function(Zt) {
14490
14490
  mt(Zt);
14491
- }), Nr = function(mr) {
14491
+ }), kr = function(mr) {
14492
14492
  (Et || Ut) && bt !== null && bt !== void 0 && bt.contains(mr.target) && Bt(!0, ue);
14493
14493
  }, xe && (ct.onMouseMove = function(Zt) {
14494
14494
  var mr;
14495
14495
  (mr = lt.onMouseMove) === null || mr === void 0 || mr.call(lt, Zt);
14496
14496
  })), Tr && (nr("onMouseLeave", !1, me), nr("onPointerLeave", !1, me), Jr = function() {
14497
14497
  Bt(!1, me);
14498
- }), Ar.has("focus") && nr("onFocus", !0, ce), $r.has("focus") && nr("onBlur", !1, ve), Ar.has("contextMenu") && (ct.onContextMenu = function(Zt) {
14498
+ }), Nr.has("focus") && nr("onFocus", !0, ce), Ar.has("focus") && nr("onBlur", !1, ve), Nr.has("contextMenu") && (ct.onContextMenu = function(Zt) {
14499
14499
  var mr;
14500
- Pt.current && $r.has("contextMenu") ? Bt(!1) : (mt(Zt), Bt(!0)), Zt.preventDefault();
14501
- for (var Dr = arguments.length, Wr = new Array(Dr > 1 ? Dr - 1 : 0), jr = 1; jr < Dr; jr++)
14500
+ Pt.current && Ar.has("contextMenu") ? Bt(!1) : (mt(Zt), Bt(!0)), Zt.preventDefault();
14501
+ for (var Fr = arguments.length, Wr = new Array(Fr > 1 ? Fr - 1 : 0), jr = 1; jr < Fr; jr++)
14502
14502
  Wr[jr - 1] = arguments[jr];
14503
14503
  (mr = lt.onContextMenu) === null || mr === void 0 || mr.call.apply(mr, [lt, Zt].concat(Wr));
14504
14504
  }), Ne && (ct.className = classNames(lt.className, Ne));
14505
14505
  var ln = _objectSpread2(_objectSpread2({}, lt), ct), hn = {}, On = ["onContextMenu", "onClick", "onMouseDown", "onTouchStart", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur"];
14506
14506
  On.forEach(function(Zt) {
14507
14507
  Be[Zt] && (hn[Zt] = function() {
14508
- for (var mr, Dr = arguments.length, Wr = new Array(Dr), jr = 0; jr < Dr; jr++)
14508
+ for (var mr, Fr = arguments.length, Wr = new Array(Fr), jr = 0; jr < Fr; jr++)
14509
14509
  Wr[jr] = arguments[jr];
14510
14510
  (mr = ln[Zt]) === null || mr === void 0 || mr.call.apply(mr, [ln].concat(Wr)), Be[Zt].apply(Be, Wr);
14511
14511
  });
@@ -14530,9 +14530,9 @@ function generateTrigger() {
14530
14530
  className: classNames(Ce, Kr),
14531
14531
  style: Re,
14532
14532
  target: it,
14533
- onMouseEnter: Nr,
14533
+ onMouseEnter: kr,
14534
14534
  onMouseLeave: Jr,
14535
- onPointerEnter: Nr,
14535
+ onPointerEnter: kr,
14536
14536
  zIndex: ke,
14537
14537
  open: Et,
14538
14538
  keepDom: Ut,
@@ -14893,8 +14893,8 @@ var _excluded$t = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
14893
14893
  multiple: Je,
14894
14894
  toggleOpen: zt
14895
14895
  });
14896
- }, [C, pe, Wt, Dt, F, et, Je, zt]), dr = !!ke || ce, kr;
14897
- dr && (kr = /* @__PURE__ */ React.createElement(TransBtn, {
14896
+ }, [C, pe, Wt, Dt, F, et, Je, zt]), dr = !!ke || ce, Mr;
14897
+ dr && (Mr = /* @__PURE__ */ React.createElement(TransBtn, {
14898
14898
  className: classNames("".concat(K, "-arrow"), _defineProperty({}, "".concat(K, "-arrow-loading"), ce)),
14899
14899
  customizeIcon: ke,
14900
14900
  customizeIconProps: {
@@ -14911,14 +14911,14 @@ var _excluded$t = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
14911
14911
  type: "clear",
14912
14912
  values: ae
14913
14913
  }), Jt("", !1, !1);
14914
- }, Ar = useAllowClear(K, Vr, ae, $e, Ae, me, lt, se), $r = Ar.allowClear, Br = Ar.clearIcon, Mr = /* @__PURE__ */ React.createElement(Pe, {
14914
+ }, Nr = useAllowClear(K, Vr, ae, $e, Ae, me, lt, se), Ar = Nr.allowClear, Br = Nr.clearIcon, Dr = /* @__PURE__ */ React.createElement(Pe, {
14915
14915
  ref: ft
14916
14916
  }), Sr = classNames(K, J, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(K, "-focused"), at), "".concat(K, "-multiple"), Je), "".concat(K, "-single"), !Je), "".concat(K, "-allow-clear"), $e), "".concat(K, "-show-arrow"), dr), "".concat(K, "-disabled"), me), "".concat(K, "-loading"), ce), "".concat(K, "-open"), Dt), "".concat(K, "-customize-input"), ct), "".concat(K, "-show-search"), et)), qr = /* @__PURE__ */ React.createElement(RefSelectTrigger, {
14917
14917
  ref: Rt,
14918
14918
  disabled: me,
14919
14919
  prefixCls: K,
14920
14920
  visible: Wt,
14921
- popupElement: Mr,
14921
+ popupElement: Dr,
14922
14922
  animation: Ee,
14923
14923
  transitionName: xe,
14924
14924
  dropdownStyle: Te,
@@ -14978,7 +14978,7 @@ var _excluded$t = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
14978
14978
  }), /* @__PURE__ */ React.createElement(Polite, {
14979
14979
  visible: at && !Dt,
14980
14980
  values: ae
14981
- }), qr, kr, $r && Br), /* @__PURE__ */ React.createElement(BaseSelectContext.Provider, {
14981
+ }), qr, Mr, Ar && Br), /* @__PURE__ */ React.createElement(BaseSelectContext.Provider, {
14982
14982
  value: Or
14983
14983
  }, Kr);
14984
14984
  });
@@ -17664,22 +17664,22 @@ var CheckOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", f
17664
17664
  ref: V,
17665
17665
  icon: CheckOutlined$1
17666
17666
  }));
17667
- }, RefIcon$E = /* @__PURE__ */ React.forwardRef(CheckOutlined);
17668
- process.env.NODE_ENV !== "production" && (RefIcon$E.displayName = "CheckOutlined");
17667
+ }, RefIcon$F = /* @__PURE__ */ React.forwardRef(CheckOutlined);
17668
+ process.env.NODE_ENV !== "production" && (RefIcon$F.displayName = "CheckOutlined");
17669
17669
  var DownOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, name: "down", theme: "outlined" }, DownOutlined = function($, V) {
17670
17670
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
17671
17671
  ref: V,
17672
17672
  icon: DownOutlined$1
17673
17673
  }));
17674
- }, RefIcon$D = /* @__PURE__ */ React.forwardRef(DownOutlined);
17675
- process.env.NODE_ENV !== "production" && (RefIcon$D.displayName = "DownOutlined");
17674
+ }, RefIcon$E = /* @__PURE__ */ React.forwardRef(DownOutlined);
17675
+ process.env.NODE_ENV !== "production" && (RefIcon$E.displayName = "DownOutlined");
17676
17676
  var SearchOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, name: "search", theme: "outlined" }, SearchOutlined = function($, V) {
17677
17677
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
17678
17678
  ref: V,
17679
17679
  icon: SearchOutlined$1
17680
17680
  }));
17681
- }, RefIcon$C = /* @__PURE__ */ React.forwardRef(SearchOutlined);
17682
- process.env.NODE_ENV !== "production" && (RefIcon$C.displayName = "SearchOutlined");
17681
+ }, RefIcon$D = /* @__PURE__ */ React.forwardRef(SearchOutlined);
17682
+ process.env.NODE_ENV !== "production" && (RefIcon$D.displayName = "SearchOutlined");
17683
17683
  function useIcons$1(C) {
17684
17684
  let {
17685
17685
  suffixIcon: $,
@@ -17696,12 +17696,12 @@ function useIcons$1(C) {
17696
17696
  componentName: ie
17697
17697
  } = C;
17698
17698
  process.env.NODE_ENV !== "production" && devUseWarning(ie).deprecated(!V, "clearIcon", "allowClear={{ clearIcon: React.ReactNode }}");
17699
- const le = V != null ? V : /* @__PURE__ */ React.createElement(RefIcon$K, null), pe = (ce) => $ === null && !te && !ne ? null : /* @__PURE__ */ React.createElement(React.Fragment, null, oe !== !1 && ce, te && ae);
17699
+ const le = V != null ? V : /* @__PURE__ */ React.createElement(RefIcon$L, null), pe = (ce) => $ === null && !te && !ne ? null : /* @__PURE__ */ React.createElement(React.Fragment, null, oe !== !1 && ce, te && ae);
17700
17700
  let ue = null;
17701
17701
  if ($ !== void 0)
17702
17702
  ue = pe($);
17703
17703
  else if (J)
17704
- ue = pe(/* @__PURE__ */ React.createElement(RefIcon$G, {
17704
+ ue = pe(/* @__PURE__ */ React.createElement(RefIcon$H, {
17705
17705
  spin: !0
17706
17706
  }));
17707
17707
  else {
@@ -17711,17 +17711,17 @@ function useIcons$1(C) {
17711
17711
  open: de,
17712
17712
  showSearch: fe
17713
17713
  } = ve;
17714
- return pe(de && fe ? /* @__PURE__ */ React.createElement(RefIcon$C, {
17714
+ return pe(de && fe ? /* @__PURE__ */ React.createElement(RefIcon$D, {
17715
17715
  className: ce
17716
- }) : /* @__PURE__ */ React.createElement(RefIcon$D, {
17716
+ }) : /* @__PURE__ */ React.createElement(RefIcon$E, {
17717
17717
  className: ce
17718
17718
  }));
17719
17719
  };
17720
17720
  }
17721
17721
  let se = null;
17722
- F !== void 0 ? se = F : ee ? se = /* @__PURE__ */ React.createElement(RefIcon$E, null) : se = null;
17722
+ F !== void 0 ? se = F : ee ? se = /* @__PURE__ */ React.createElement(RefIcon$F, null) : se = null;
17723
17723
  let me = null;
17724
- return K !== void 0 ? me = K : me = /* @__PURE__ */ React.createElement(RefIcon$J, null), {
17724
+ return K !== void 0 ? me = K : me = /* @__PURE__ */ React.createElement(RefIcon$K, null), {
17725
17725
  clearIcon: le,
17726
17726
  suffixIcon: ue,
17727
17727
  itemIcon: se,
@@ -19326,8 +19326,8 @@ var VerticalAlignTopOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64
19326
19326
  ref: V,
19327
19327
  icon: VerticalAlignTopOutlined$1
19328
19328
  }));
19329
- }, RefIcon$B = /* @__PURE__ */ React.forwardRef(VerticalAlignTopOutlined);
19330
- process.env.NODE_ENV !== "production" && (RefIcon$B.displayName = "VerticalAlignTopOutlined");
19329
+ }, RefIcon$C = /* @__PURE__ */ React.forwardRef(VerticalAlignTopOutlined);
19330
+ process.env.NODE_ENV !== "production" && (RefIcon$C.displayName = "VerticalAlignTopOutlined");
19331
19331
  const antStatusProcessing = new Keyframe("antStatusProcessing", {
19332
19332
  "0%": {
19333
19333
  transform: "scale(0.8)",
@@ -19970,8 +19970,8 @@ var LeftOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
19970
19970
  ref: V,
19971
19971
  icon: LeftOutlined$1
19972
19972
  }));
19973
- }, RefIcon$A = /* @__PURE__ */ React.forwardRef(LeftOutlined);
19974
- process.env.NODE_ENV !== "production" && (RefIcon$A.displayName = "LeftOutlined");
19973
+ }, RefIcon$B = /* @__PURE__ */ React.forwardRef(LeftOutlined);
19974
+ process.env.NODE_ENV !== "production" && (RefIcon$B.displayName = "LeftOutlined");
19975
19975
  var ESC$1 = KeyCode.ESC, TAB = KeyCode.TAB;
19976
19976
  function useAccessibility$1(C) {
19977
19977
  var $ = C.visible, V = C.triggerRef, F = C.onVisibleChange, K = C.autoFocus, J = C.overlayRef, ee = React.useRef(!1), te = function() {
@@ -20934,20 +20934,20 @@ var _excluded$f = ["prefixCls", "rootClassName", "style", "className", "tabIndex
20934
20934
  postState: function(ar) {
20935
20935
  return Array.isArray(ar) ? ar : ar == null ? EMPTY_LIST$2 : [ar];
20936
20936
  }
20937
- }), dr = _slicedToArray(Or, 2), kr = dr[0], Vr = dr[1], Ar = function(ar) {
20937
+ }), dr = _slicedToArray(Or, 2), Mr = dr[0], Vr = dr[1], Nr = function(ar) {
20938
20938
  if (we) {
20939
- var Gt = ar.key, Yt = kr.includes(Gt), ur;
20940
- $e ? Yt ? ur = kr.filter(function(Lr) {
20939
+ var Gt = ar.key, Yt = Mr.includes(Gt), ur;
20940
+ $e ? Yt ? ur = Mr.filter(function(Lr) {
20941
20941
  return Lr !== Gt;
20942
- }) : ur = [].concat(_toConsumableArray(kr), [Gt]) : ur = [Gt], Vr(ur);
20942
+ }) : ur = [].concat(_toConsumableArray(Mr), [Gt]) : ur = [Gt], Vr(ur);
20943
20943
  var Pr = _objectSpread2(_objectSpread2({}, ar), {}, {
20944
20944
  selectedKeys: ur
20945
20945
  });
20946
20946
  Yt ? Pe == null || Pe(Pr) : Ae == null || Ae(Pr);
20947
20947
  }
20948
20948
  !$e && Qe.length && Wt !== "inline" && ct(EMPTY_LIST$2);
20949
- }, $r = useMemoCallback(function(Qt) {
20950
- Be == null || Be(warnItemProp(Qt)), Ar(Qt);
20949
+ }, Ar = useMemoCallback(function(Qt) {
20950
+ Be == null || Be(warnItemProp(Qt)), Nr(Qt);
20951
20951
  }), Br = useMemoCallback(function(Qt, ar) {
20952
20952
  var Gt = Qe.filter(function(ur) {
20953
20953
  return ur !== Qt;
@@ -20961,10 +20961,10 @@ var _excluded$f = ["prefixCls", "rootClassName", "style", "className", "tabIndex
20961
20961
  });
20962
20962
  }
20963
20963
  isEqual(Qe, Gt, !0) || ct(Gt, !0);
20964
- }), Mr = function(ar, Gt) {
20964
+ }), Dr = function(ar, Gt) {
20965
20965
  var Yt = Gt != null ? Gt : !Qe.includes(ar);
20966
20966
  Br(ar, Yt);
20967
- }, Sr = useAccessibility(Wt, sr, nt, it, Ze, xt, St, cr, Mr, Ge);
20967
+ }, Sr = useAccessibility(Wt, sr, nt, it, Ze, xt, St, cr, Dr, Ge);
20968
20968
  React.useEffect(function() {
20969
20969
  ft(!0);
20970
20970
  }, []);
@@ -21033,7 +21033,7 @@ var _excluded$f = ["prefixCls", "rootClassName", "style", "className", "tabIndex
21033
21033
  activeKey: sr,
21034
21034
  onActive: Er,
21035
21035
  onInactive: yr,
21036
- selectedKeys: kr,
21036
+ selectedKeys: Mr,
21037
21037
  inlineIndent: xe,
21038
21038
  subMenuOpenDelay: fe,
21039
21039
  subMenuCloseDelay: ge,
@@ -21043,7 +21043,7 @@ var _excluded$f = ["prefixCls", "rootClassName", "style", "className", "tabIndex
21043
21043
  getPopupContainer: De,
21044
21044
  itemIcon: Ue,
21045
21045
  expandIcon: Ke,
21046
- onItemClick: $r,
21046
+ onItemClick: Ar,
21047
21047
  onOpenChange: Br
21048
21048
  }, /* @__PURE__ */ React.createElement(PathUserContext.Provider, {
21049
21049
  value: Ft
@@ -21065,8 +21065,8 @@ var BarsOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", fo
21065
21065
  ref: V,
21066
21066
  icon: BarsOutlined$1
21067
21067
  }));
21068
- }, RefIcon$z = /* @__PURE__ */ React.forwardRef(BarsOutlined);
21069
- process.env.NODE_ENV !== "production" && (RefIcon$z.displayName = "BarsOutlined");
21068
+ }, RefIcon$A = /* @__PURE__ */ React.forwardRef(BarsOutlined);
21069
+ process.env.NODE_ENV !== "production" && (RefIcon$A.displayName = "BarsOutlined");
21070
21070
  const LayoutContext = /* @__PURE__ */ React.createContext({
21071
21071
  siderHook: {
21072
21072
  addSider: () => null,
@@ -21356,9 +21356,9 @@ const dimensionMaxMap = {
21356
21356
  onClick: Oe,
21357
21357
  className: classNames(`${be}-zero-width-trigger`, `${be}-zero-width-trigger-${ae ? "right" : "left"}`),
21358
21358
  style: le
21359
- }, K || /* @__PURE__ */ React.createElement(RefIcon$z, null)) : null, Pe = ye === "rtl" == !ae, Te = {
21360
- expanded: Pe ? /* @__PURE__ */ React.createElement(RefIcon$F, null) : /* @__PURE__ */ React.createElement(RefIcon$A, null),
21361
- collapsed: Pe ? /* @__PURE__ */ React.createElement(RefIcon$A, null) : /* @__PURE__ */ React.createElement(RefIcon$F, null)
21359
+ }, K || /* @__PURE__ */ React.createElement(RefIcon$A, null)) : null, Pe = ye === "rtl" == !ae, Te = {
21360
+ expanded: Pe ? /* @__PURE__ */ React.createElement(RefIcon$G, null) : /* @__PURE__ */ React.createElement(RefIcon$B, null),
21361
+ collapsed: Pe ? /* @__PURE__ */ React.createElement(RefIcon$B, null) : /* @__PURE__ */ React.createElement(RefIcon$G, null)
21362
21362
  }[ve ? "collapsed" : "expanded"], Fe = K !== null ? Ae || /* @__PURE__ */ React.createElement("div", {
21363
21363
  className: `${be}-trigger`,
21364
21364
  onClick: Oe,
@@ -21395,8 +21395,8 @@ var EllipsisOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
21395
21395
  ref: V,
21396
21396
  icon: EllipsisOutlined$1
21397
21397
  }));
21398
- }, RefIcon$y = /* @__PURE__ */ React.forwardRef(EllipsisOutlined);
21399
- process.env.NODE_ENV !== "production" && (RefIcon$y.displayName = "EllipsisOutlined");
21398
+ }, RefIcon$z = /* @__PURE__ */ React.forwardRef(EllipsisOutlined);
21399
+ process.env.NODE_ENV !== "production" && (RefIcon$z.displayName = "EllipsisOutlined");
21400
21400
  const MenuContext = /* @__PURE__ */ createContext({
21401
21401
  prefixCls: "",
21402
21402
  firstLevel: !0,
@@ -22591,7 +22591,7 @@ const MENU_COMPONENTS = {
22591
22591
  value: Ee
22592
22592
  }, /* @__PURE__ */ React.createElement(ExportMenu, Object.assign({
22593
22593
  getPopupContainer: ee,
22594
- overflowedIndicator: /* @__PURE__ */ React.createElement(RefIcon$y, null),
22594
+ overflowedIndicator: /* @__PURE__ */ React.createElement(RefIcon$z, null),
22595
22595
  overflowedIndicatorPopupClassName: classNames(we, `${we}-${le}`, he),
22596
22596
  mode: be,
22597
22597
  selectable: Se,
@@ -23006,9 +23006,9 @@ const genStatusStyle = (C) => {
23006
23006
  rootClassName: classNames(xe, Ae),
23007
23007
  expandIcon: /* @__PURE__ */ React.createElement("span", {
23008
23008
  className: `${ke}-menu-submenu-arrow`
23009
- }, Ce === "rtl" ? /* @__PURE__ */ React.createElement(RefIcon$A, {
23009
+ }, Ce === "rtl" ? /* @__PURE__ */ React.createElement(RefIcon$B, {
23010
23010
  className: `${ke}-menu-submenu-arrow-icon`
23011
- }) : /* @__PURE__ */ React.createElement(RefIcon$F, {
23011
+ }) : /* @__PURE__ */ React.createElement(RefIcon$G, {
23012
23012
  className: `${ke}-menu-submenu-arrow-icon`
23013
23013
  })),
23014
23014
  mode: "vertical",
@@ -26226,9 +26226,9 @@ function RangePicker(C, $) {
26226
26226
  if (!we)
26227
26227
  return null;
26228
26228
  var nr = we.disabledTime, rr = nr ? function(ir) {
26229
- var Tr = getActiveRange(it), Nr = getFromDate(bt, ot, it);
26229
+ var Tr = getActiveRange(it), kr = getFromDate(bt, ot, it);
26230
26230
  return nr(ir, Tr, {
26231
- from: Nr
26231
+ from: kr
26232
26232
  });
26233
26233
  } : void 0;
26234
26234
  return _objectSpread2(_objectSpread2({}, we), {}, {
@@ -26239,8 +26239,8 @@ function RangePicker(C, $) {
26239
26239
  }), Tt = _slicedToArray(Mt, 2), yt = Tt[0], Nt = Tt[1], Ct = yt[it] || Se, Et = Ct === "date" && Ot ? "datetime" : Ct, $t = Et === Se && Et !== "time", Pt = useShowNow(Se, Ct, Ce, Re, !0), Dt = useRangeValue(K, rt, st, ut, pt, me, te, dt, Ge, oe), Ht = _slicedToArray(Dt, 2), Wt = Ht[0], zt = Ht[1], Bt = useRangeDisabledDate(bt, me, ot, be, ye, ve), Kt = useFieldsInvalidate(bt, oe, ce), qt = _slicedToArray(Kt, 2), Ut = qt[0], Jt = qt[1], vr = useRangePickerValue(be, ye, bt, yt, Ge, it, J, $t, Ae, Pe, Ot == null ? void 0 : Ot.defaultOpenValue, Ee, de, fe), or = _slicedToArray(vr, 2), br = or[0], fr = or[1], lr = useEvent(function(nr, rr, ir) {
26240
26240
  var Tr = fillIndex(yt, it, rr);
26241
26241
  if ((Tr[0] !== yt[0] || Tr[1] !== yt[1]) && Nt(Tr), $e && ir !== !1) {
26242
- var Nr = _toConsumableArray(bt);
26243
- nr && (Nr[it] = nr), $e(Nr, Tr);
26242
+ var kr = _toConsumableArray(bt);
26243
+ nr && (kr[it] = nr), $e(kr, Tr);
26244
26244
  }
26245
26245
  }), gr = function(rr, ir) {
26246
26246
  return (
@@ -26250,20 +26250,20 @@ function RangePicker(C, $) {
26250
26250
  }, vt = function(rr, ir) {
26251
26251
  var Tr = bt;
26252
26252
  rr && (Tr = gr(rr, it)), Qe(it);
26253
- var Nr = at(Tr);
26254
- pt(Tr), Wt(it, Nr === null), Nr === null ? Ye(!1, {
26253
+ var kr = at(Tr);
26254
+ pt(Tr), Wt(it, kr === null), kr === null ? Ye(!1, {
26255
26255
  force: !0
26256
26256
  }) : ir || De.current.focus({
26257
- index: Nr
26257
+ index: kr
26258
26258
  });
26259
26259
  }, At = function(rr) {
26260
26260
  var ir, Tr = rr.target.getRootNode();
26261
26261
  if (!De.current.nativeElement.contains((ir = Tr.activeElement) !== null && ir !== void 0 ? ir : document.activeElement)) {
26262
- var Nr = me.findIndex(function(Jr) {
26262
+ var kr = me.findIndex(function(Jr) {
26263
26263
  return !Jr;
26264
26264
  });
26265
- Nr >= 0 && De.current.focus({
26266
- index: Nr
26265
+ kr >= 0 && De.current.focus({
26266
+ index: kr
26267
26267
  });
26268
26268
  }
26269
26269
  Ye(!0), Ne == null || Ne(rr);
@@ -26277,18 +26277,18 @@ function RangePicker(C, $) {
26277
26277
  React.useEffect(function() {
26278
26278
  Ge || sr(null);
26279
26279
  }, [Ge]);
26280
- var Er = React.useState([0, 0, 0]), yr = _slicedToArray(Er, 2), Or = yr[0], dr = yr[1], kr = usePresets(Me, qe), Vr = function(rr) {
26280
+ var Er = React.useState([0, 0, 0]), yr = _slicedToArray(Er, 2), Or = yr[0], dr = yr[1], Mr = usePresets(Me, qe), Vr = function(rr) {
26281
26281
  sr(rr), Lt("preset");
26282
- }, Ar = function(rr) {
26282
+ }, Nr = function(rr) {
26283
26283
  var ir = zt(rr);
26284
26284
  ir && Ye(!1, {
26285
26285
  force: !0
26286
26286
  });
26287
- }, $r = function(rr) {
26287
+ }, Ar = function(rr) {
26288
26288
  vt(rr);
26289
26289
  }, Br = function(rr) {
26290
26290
  sr(rr ? gr(rr, it) : null), Lt("cell");
26291
- }, Mr = function(rr) {
26291
+ }, Dr = function(rr) {
26292
26292
  Ye(!0), ct(rr);
26293
26293
  }, Sr = function() {
26294
26294
  Ze("panel");
@@ -26311,7 +26311,7 @@ function RangePicker(C, $) {
26311
26311
  multiplePanel: $t,
26312
26312
  activeInfo: Or,
26313
26313
  disabledDate: Bt,
26314
- onFocus: Mr,
26314
+ onFocus: Dr,
26315
26315
  onBlur: _t,
26316
26316
  onPanelMouseDown: Sr,
26317
26317
  picker: Se,
@@ -26331,10 +26331,10 @@ function RangePicker(C, $) {
26331
26331
  needConfirm: ue,
26332
26332
  onSubmit: vt,
26333
26333
  onOk: ht,
26334
- presets: kr,
26334
+ presets: Mr,
26335
26335
  onPresetHover: Vr,
26336
- onPresetSubmit: Ar,
26337
- onNow: $r,
26336
+ onPresetSubmit: Nr,
26337
+ onNow: Ar,
26338
26338
  cellRender: pr
26339
26339
  })), ur = function(rr, ir) {
26340
26340
  var Tr = gr(rr, ir);
@@ -26342,11 +26342,11 @@ function RangePicker(C, $) {
26342
26342
  }, Pr = function() {
26343
26343
  Ze("input");
26344
26344
  }, Lr = function(rr, ir) {
26345
- var Tr = ot.length, Nr = ot[Tr - 1];
26346
- if (Tr && Nr !== ir && ue && // Not change index if is not filled
26347
- !ce[Nr] && !lt(Nr) && bt[Nr]) {
26345
+ var Tr = ot.length, kr = ot[Tr - 1];
26346
+ if (Tr && kr !== ir && ue && // Not change index if is not filled
26347
+ !ce[kr] && !lt(kr) && bt[kr]) {
26348
26348
  De.current.focus({
26349
- index: Nr
26349
+ index: kr
26350
26350
  });
26351
26351
  return;
26352
26352
  }
@@ -26665,25 +26665,25 @@ function Picker(C, $) {
26665
26665
  yr(Yt);
26666
26666
  }, dr = function(Yt) {
26667
26667
  Xt(Yt), xt("cell");
26668
- }, kr = function(Yt) {
26668
+ }, Mr = function(Yt) {
26669
26669
  st(!0), _t(Yt);
26670
26670
  }, Vr = function(Yt) {
26671
26671
  if (lt("panel"), !(Ee && Ct !== Re)) {
26672
26672
  var ur = Ee ? Ye(dt(), Yt) : [Yt];
26673
26673
  ft(ur), !me && !ee && J === Ct && lr();
26674
26674
  }
26675
- }, Ar = function() {
26675
+ }, Nr = function() {
26676
26676
  st(!1);
26677
- }, $r = useCellRender(Ne, De, Be), Br = React.useMemo(function() {
26677
+ }, Ar = useCellRender(Ne, De, Be), Br = React.useMemo(function() {
26678
26678
  var Gt = pickAttrs(K, !1), Yt = omit(K, [].concat(_toConsumableArray(Object.keys(Gt)), ["onChange", "onCalendarChange", "style", "className", "onPanelChange"]));
26679
26679
  return _objectSpread2(_objectSpread2({}, Yt), {}, {
26680
26680
  multiple: K.multiple
26681
26681
  });
26682
- }, [K]), Mr = /* @__PURE__ */ React.createElement(Popup, _extends({}, Br, {
26682
+ }, [K]), Dr = /* @__PURE__ */ React.createElement(Popup, _extends({}, Br, {
26683
26683
  showNow: Et,
26684
26684
  showTime: $e,
26685
26685
  disabledDate: fe,
26686
- onFocus: kr,
26686
+ onFocus: Mr,
26687
26687
  onBlur: Ot,
26688
26688
  picker: Re,
26689
26689
  mode: yt,
@@ -26706,7 +26706,7 @@ function Picker(C, $) {
26706
26706
  onPresetHover: Er,
26707
26707
  onPresetSubmit: yr,
26708
26708
  onNow: Or,
26709
- cellRender: $r
26709
+ cellRender: Ar
26710
26710
  })), Sr = function(Yt) {
26711
26711
  ft(Yt);
26712
26712
  }, qr = function() {
@@ -26736,11 +26736,11 @@ function Picker(C, $) {
26736
26736
  }, [rt]), /* @__PURE__ */ React.createElement(PickerContext.Provider, {
26737
26737
  value: ar
26738
26738
  }, /* @__PURE__ */ React.createElement(PickerTrigger, _extends({}, pickTriggerProps(K), {
26739
- popupElement: Mr,
26739
+ popupElement: Dr,
26740
26740
  popupStyle: ie.popup,
26741
26741
  popupClassName: le.popup,
26742
26742
  visible: rt,
26743
- onClose: Ar
26743
+ onClose: Nr
26744
26744
  }), /* @__PURE__ */ React.createElement(
26745
26745
  RefSingleSelector,
26746
26746
  _extends({}, K, {
@@ -29603,8 +29603,8 @@ var PlusOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
29603
29603
  ref: V,
29604
29604
  icon: PlusOutlined$1
29605
29605
  }));
29606
- }, RefIcon$x = /* @__PURE__ */ React.forwardRef(PlusOutlined);
29607
- process.env.NODE_ENV !== "production" && (RefIcon$x.displayName = "PlusOutlined");
29606
+ }, RefIcon$y = /* @__PURE__ */ React.forwardRef(PlusOutlined);
29607
+ process.env.NODE_ENV !== "production" && (RefIcon$y.displayName = "PlusOutlined");
29608
29608
  const TabContext = /* @__PURE__ */ createContext(null);
29609
29609
  var useIndicator = function($) {
29610
29610
  var V = $.activeTabOffset, F = $.horizontal, K = $.rtl, J = $.indicator, ee = J === void 0 ? {} : J, te = ee.size, re = ee.align, oe = re === void 0 ? "center" : re, ae = useState(), ne = _slicedToArray(ae, 2), ie = ne[0], le = ne[1], pe = useRef(), ue = React__default.useCallback(function(me) {
@@ -30192,12 +30192,12 @@ var TabNode = function($) {
30192
30192
  return ve.forEach(function(sr) {
30193
30193
  var cr, Er = sr.key, yr = (cr = _e.current) === null || cr === void 0 ? void 0 : cr.querySelector('[data-node-key="'.concat(genDataNodeKey(Er), '"]'));
30194
30194
  if (yr) {
30195
- var Or = getTabSize(yr, er), dr = _slicedToArray(Or, 4), kr = dr[0], Vr = dr[1], Ar = dr[2], $r = dr[3];
30195
+ var Or = getTabSize(yr, er), dr = _slicedToArray(Or, 4), Mr = dr[0], Vr = dr[1], Nr = dr[2], Ar = dr[3];
30196
30196
  Xt.set(Er, {
30197
- width: kr,
30197
+ width: Mr,
30198
30198
  height: Vr,
30199
- left: Ar,
30200
- top: $r
30199
+ left: Nr,
30200
+ top: Ar
30201
30201
  });
30202
30202
  }
30203
30203
  }), Xt;
@@ -31430,8 +31430,8 @@ const Tabs = (C) => {
31430
31430
  } = We;
31431
31431
  se == null || se(Be === "add" ? Xe : Ge, Be);
31432
31432
  },
31433
- removeIcon: ($ = de != null ? de : Ae == null ? void 0 : Ae.removeIcon) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React.createElement(RefIcon$J, null),
31434
- addIcon: (ve != null ? ve : Ae == null ? void 0 : Ae.addIcon) || /* @__PURE__ */ React.createElement(RefIcon$x, null),
31433
+ removeIcon: ($ = de != null ? de : Ae == null ? void 0 : Ae.removeIcon) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React.createElement(RefIcon$K, null),
31434
+ addIcon: (ve != null ? ve : Ae == null ? void 0 : Ae.addIcon) || /* @__PURE__ */ React.createElement(RefIcon$y, null),
31435
31435
  showAdd: me !== !0
31436
31436
  });
31437
31437
  const Ue = Pe();
@@ -31458,7 +31458,7 @@ const Tabs = (C) => {
31458
31458
  style: Ne,
31459
31459
  editable: qe,
31460
31460
  more: Object.assign({
31461
- icon: (ne = (ae = (oe = (re = Ae == null ? void 0 : Ae.more) === null || re === void 0 ? void 0 : re.icon) !== null && oe !== void 0 ? oe : Ae == null ? void 0 : Ae.moreIcon) !== null && ae !== void 0 ? ae : fe) !== null && ne !== void 0 ? ne : /* @__PURE__ */ React.createElement(RefIcon$y, null),
31461
+ icon: (ne = (ae = (oe = (re = Ae == null ? void 0 : Ae.more) === null || re === void 0 ? void 0 : re.icon) !== null && oe !== void 0 ? oe : Ae == null ? void 0 : Ae.moreIcon) !== null && ae !== void 0 ? ae : fe) !== null && ne !== void 0 ? ne : /* @__PURE__ */ React.createElement(RefIcon$z, null),
31462
31462
  transitionName: `${Ue}-slide-up`
31463
31463
  }, he),
31464
31464
  prefixCls: xe,
@@ -34403,8 +34403,8 @@ var UpOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focu
34403
34403
  ref: V,
34404
34404
  icon: UpOutlined$1
34405
34405
  }));
34406
- }, RefIcon$w = /* @__PURE__ */ React.forwardRef(UpOutlined);
34407
- process.env.NODE_ENV !== "production" && (RefIcon$w.displayName = "UpOutlined");
34406
+ }, RefIcon$x = /* @__PURE__ */ React.forwardRef(UpOutlined);
34407
+ process.env.NODE_ENV !== "production" && (RefIcon$x.displayName = "UpOutlined");
34408
34408
  function supportBigInt() {
34409
34409
  return typeof BigInt == "function";
34410
34410
  }
@@ -35721,9 +35721,9 @@ const InputNumber = /* @__PURE__ */ React.forwardRef((C, $) => {
35721
35721
  compactSize: ye,
35722
35722
  compactItemClassnames: be
35723
35723
  } = useCompactItemContext(de, F);
35724
- let Se = /* @__PURE__ */ React.createElement(RefIcon$w, {
35724
+ let Se = /* @__PURE__ */ React.createElement(RefIcon$x, {
35725
35725
  className: `${de}-handler-up-inner`
35726
- }), Ce = /* @__PURE__ */ React.createElement(RefIcon$D, {
35726
+ }), Ce = /* @__PURE__ */ React.createElement(RefIcon$E, {
35727
35727
  className: `${de}-handler-down-inner`
35728
35728
  });
35729
35729
  const Re = typeof me == "boolean" ? me : void 0;
@@ -35801,7 +35801,7 @@ TypedInputNumber._InternalPanelDoNotUseOrYouWillBeFired = PureInputNumber;
35801
35801
  const getAllowClear = (C) => {
35802
35802
  let $;
35803
35803
  return typeof C == "object" && (C != null && C.clearIcon) ? $ = C : C && ($ = {
35804
- clearIcon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null)
35804
+ clearIcon: /* @__PURE__ */ React__default.createElement(RefIcon$L, null)
35805
35805
  }), $;
35806
35806
  };
35807
35807
  function useRemovePasswordTimeout(C, $) {
@@ -35940,22 +35940,22 @@ var CalendarOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
35940
35940
  ref: V,
35941
35941
  icon: CalendarOutlined$1
35942
35942
  }));
35943
- }, RefIcon$v = /* @__PURE__ */ React.forwardRef(CalendarOutlined);
35944
- process.env.NODE_ENV !== "production" && (RefIcon$v.displayName = "CalendarOutlined");
35943
+ }, RefIcon$w = /* @__PURE__ */ React.forwardRef(CalendarOutlined);
35944
+ process.env.NODE_ENV !== "production" && (RefIcon$w.displayName = "CalendarOutlined");
35945
35945
  var ClockCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { tag: "path", attrs: { d: "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z" } }] }, name: "clock-circle", theme: "outlined" }, ClockCircleOutlined = function($, V) {
35946
35946
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
35947
35947
  ref: V,
35948
35948
  icon: ClockCircleOutlined$1
35949
35949
  }));
35950
- }, RefIcon$u = /* @__PURE__ */ React.forwardRef(ClockCircleOutlined);
35951
- process.env.NODE_ENV !== "production" && (RefIcon$u.displayName = "ClockCircleOutlined");
35950
+ }, RefIcon$v = /* @__PURE__ */ React.forwardRef(ClockCircleOutlined);
35951
+ process.env.NODE_ENV !== "production" && (RefIcon$v.displayName = "ClockCircleOutlined");
35952
35952
  var SwapRightOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z" } }] }, name: "swap-right", theme: "outlined" }, SwapRightOutlined = function($, V) {
35953
35953
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
35954
35954
  ref: V,
35955
35955
  icon: SwapRightOutlined$1
35956
35956
  }));
35957
- }, RefIcon$t = /* @__PURE__ */ React.forwardRef(SwapRightOutlined);
35958
- process.env.NODE_ENV !== "production" && (RefIcon$t.displayName = "SwapRightOutlined");
35957
+ }, RefIcon$u = /* @__PURE__ */ React.forwardRef(SwapRightOutlined);
35958
+ process.env.NODE_ENV !== "production" && (RefIcon$u.displayName = "SwapRightOutlined");
35959
35959
  function getPlaceholder(C, $, V) {
35960
35960
  return V !== void 0 ? V : $ === "year" && C.lang.yearPlaceholder ? C.lang.yearPlaceholder : $ === "quarter" && C.lang.quarterPlaceholder ? C.lang.quarterPlaceholder : $ === "month" && C.lang.monthPlaceholder ? C.lang.monthPlaceholder : $ === "week" && C.lang.weekPlaceholder ? C.lang.weekPlaceholder : $ === "time" && C.timePickerLocale.placeholder ? C.timePickerLocale.placeholder : C.lang.placeholder;
35961
35961
  }
@@ -36114,7 +36114,7 @@ const generateRangePicker = (C) => {
36114
36114
  hasFeedback: De,
36115
36115
  status: Be,
36116
36116
  feedbackIcon: We
36117
- } = Ne, Ge = /* @__PURE__ */ React.createElement(React.Fragment, null, fe === TIME ? /* @__PURE__ */ React.createElement(RefIcon$u, null) : /* @__PURE__ */ React.createElement(RefIcon$v, null), De && We);
36117
+ } = Ne, Ge = /* @__PURE__ */ React.createElement(React.Fragment, null, fe === TIME ? /* @__PURE__ */ React.createElement(RefIcon$v, null) : /* @__PURE__ */ React.createElement(RefIcon$w, null), De && We);
36118
36118
  useImperativeHandle(F, () => be.current);
36119
36119
  const [Xe] = useLocale$1("Calendar", locale), Ye = Object.assign(Object.assign({}, Xe), V.locale), [Je] = useZIndex("DatePicker", (K = Me.popup.root) === null || K === void 0 ? void 0 : K.zIndex);
36120
36120
  return xe(/* @__PURE__ */ React.createElement(ContextIsolator, {
@@ -36123,7 +36123,7 @@ const generateRangePicker = (C) => {
36123
36123
  separator: /* @__PURE__ */ React.createElement("span", {
36124
36124
  "aria-label": "to",
36125
36125
  className: `${Oe}-separator`
36126
- }, /* @__PURE__ */ React.createElement(RefIcon$t, null)),
36126
+ }, /* @__PURE__ */ React.createElement(RefIcon$u, null)),
36127
36127
  disabled: ze,
36128
36128
  ref: be,
36129
36129
  placement: ae,
@@ -36238,7 +36238,7 @@ const generatePicker$1 = (C) => {
36238
36238
  hasFeedback: dt,
36239
36239
  status: ft,
36240
36240
  feedbackIcon: Ze
36241
- } = Rt, it = /* @__PURE__ */ React.createElement(React.Fragment, null, Be === "time" ? /* @__PURE__ */ React.createElement(RefIcon$u, null) : /* @__PURE__ */ React.createElement(RefIcon$v, null), dt && Ze), [nt] = useLocale$1("DatePicker", locale), at = Object.assign(Object.assign({}, nt), ie.locale), [ot] = useZIndex("DatePicker", (pe = rt.popup.root) === null || pe === void 0 ? void 0 : pe.zIndex);
36241
+ } = Rt, it = /* @__PURE__ */ React.createElement(React.Fragment, null, Be === "time" ? /* @__PURE__ */ React.createElement(RefIcon$v, null) : /* @__PURE__ */ React.createElement(RefIcon$w, null), dt && Ze), [nt] = useLocale$1("DatePicker", locale), at = Object.assign(Object.assign({}, nt), ie.locale), [ot] = useZIndex("DatePicker", (pe = rt.popup.root) === null || pe === void 0 ? void 0 : pe.zIndex);
36242
36242
  return He(/* @__PURE__ */ React.createElement(ContextIsolator, {
36243
36243
  space: !0
36244
36244
  }, /* @__PURE__ */ React.createElement(RefPicker, Object.assign({
@@ -36436,7 +36436,7 @@ const DropdownButton = (C) => {
36436
36436
  placement: fe,
36437
36437
  getPopupContainer: he,
36438
36438
  href: ge,
36439
- icon: _e = /* @__PURE__ */ React.createElement(RefIcon$y, null),
36439
+ icon: _e = /* @__PURE__ */ React.createElement(RefIcon$z, null),
36440
36440
  title: ye,
36441
36441
  buttonsRender: be = (ze) => ze,
36442
36442
  mouseEnterDelay: Se,
@@ -36636,8 +36636,8 @@ var FileTextOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896"
36636
36636
  ref: V,
36637
36637
  icon: FileTextOutlined$1
36638
36638
  }));
36639
- }, RefIcon$s = /* @__PURE__ */ React.forwardRef(FileTextOutlined);
36640
- process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "FileTextOutlined");
36639
+ }, RefIcon$t = /* @__PURE__ */ React.forwardRef(FileTextOutlined);
36640
+ process.env.NODE_ENV !== "production" && (RefIcon$t.displayName = "FileTextOutlined");
36641
36641
  var __rest$s = function(C, $) {
36642
36642
  var V = {};
36643
36643
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -36653,7 +36653,7 @@ const FloatButtonContent = (C) => {
36653
36653
  className: K
36654
36654
  } = C, J = __rest$s(C, ["icon", "description", "prefixCls", "className"]), ee = /* @__PURE__ */ React__default.createElement("div", {
36655
36655
  className: `${F}-icon`
36656
- }, /* @__PURE__ */ React__default.createElement(RefIcon$s, null));
36656
+ }, /* @__PURE__ */ React__default.createElement(RefIcon$t, null));
36657
36657
  return /* @__PURE__ */ React__default.createElement("div", Object.assign({}, J, {
36658
36658
  className: classNames(K, `${F}-content`)
36659
36659
  }), $ || V ? /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, $ && /* @__PURE__ */ React__default.createElement("div", {
@@ -37227,7 +37227,7 @@ const BackTop = /* @__PURE__ */ React__default.forwardRef((C, $) => {
37227
37227
  type: K = "default",
37228
37228
  shape: J = "circle",
37229
37229
  visibilityHeight: ee = 400,
37230
- icon: te = /* @__PURE__ */ React__default.createElement(RefIcon$B, null),
37230
+ icon: te = /* @__PURE__ */ React__default.createElement(RefIcon$C, null),
37231
37231
  target: re,
37232
37232
  onClick: oe,
37233
37233
  duration: ae = 450
@@ -37295,7 +37295,7 @@ const FloatButtonGroup = (C) => {
37295
37295
  shape: J = "circle",
37296
37296
  type: ee = "default",
37297
37297
  placement: te = "top",
37298
- icon: re = /* @__PURE__ */ React__default.createElement(RefIcon$s, null),
37298
+ icon: re = /* @__PURE__ */ React__default.createElement(RefIcon$t, null),
37299
37299
  closeIcon: oe,
37300
37300
  description: ae,
37301
37301
  trigger: ne,
@@ -37307,7 +37307,7 @@ const FloatButtonGroup = (C) => {
37307
37307
  direction: me,
37308
37308
  getPrefixCls: ce,
37309
37309
  closeIcon: ve
37310
- } = useComponentConfig("floatButtonGroup"), de = ($ = oe != null ? oe : ve) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React__default.createElement(RefIcon$J, null), fe = ce(floatButtonPrefixCls, V), he = useCSSVarCls(fe), [ge, _e, ye] = useStyle$7(fe, he), be = `${fe}-group`, Se = ne && ["click", "hover"].includes(ne), Ce = te && ["top", "left", "right", "bottom"].includes(te), Re = classNames(be, _e, ye, he, F, {
37310
+ } = useComponentConfig("floatButtonGroup"), de = ($ = oe != null ? oe : ve) !== null && $ !== void 0 ? $ : /* @__PURE__ */ React__default.createElement(RefIcon$K, null), fe = ce(floatButtonPrefixCls, V), he = useCSSVarCls(fe), [ge, _e, ye] = useStyle$7(fe, he), be = `${fe}-group`, Se = ne && ["click", "hover"].includes(ne), Ce = te && ["top", "left", "right", "bottom"].includes(te), Re = classNames(be, _e, ye, he, F, {
37311
37311
  [`${be}-rtl`]: me === "rtl",
37312
37312
  [`${be}-${J}`]: J,
37313
37313
  [`${be}-${J}-shadow`]: !Se,
@@ -38341,8 +38341,8 @@ var QuestionCircleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 89
38341
38341
  ref: V,
38342
38342
  icon: QuestionCircleOutlined$1
38343
38343
  }));
38344
- }, RefIcon$r = /* @__PURE__ */ React.forwardRef(QuestionCircleOutlined);
38345
- process.env.NODE_ENV !== "production" && (RefIcon$r.displayName = "QuestionCircleOutlined");
38344
+ }, RefIcon$s = /* @__PURE__ */ React.forwardRef(QuestionCircleOutlined);
38345
+ process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "QuestionCircleOutlined");
38346
38346
  var __rest$k = function(C, $) {
38347
38347
  var V = {};
38348
38348
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -38381,7 +38381,7 @@ const FormItemLabel = (C) => {
38381
38381
  const _e = convertToTooltipProps(oe);
38382
38382
  if (_e) {
38383
38383
  const {
38384
- icon: we = /* @__PURE__ */ React.createElement(RefIcon$r, null)
38384
+ icon: we = /* @__PURE__ */ React.createElement(RefIcon$s, null)
38385
38385
  } = _e, Oe = __rest$k(_e, ["icon"]), $e = /* @__PURE__ */ React.createElement(Tooltip, Object.assign({}, Oe), /* @__PURE__ */ React.cloneElement(we, {
38386
38386
  className: `${$}-item-tooltip`,
38387
38387
  title: "",
@@ -38414,10 +38414,10 @@ const FormItemLabel = (C) => {
38414
38414
  title: typeof V == "string" ? V : ""
38415
38415
  }, fe));
38416
38416
  }, iconMap = {
38417
- success: RefIcon$L,
38418
- warning: RefIcon$I,
38419
- error: RefIcon$K,
38420
- validating: RefIcon$G
38417
+ success: RefIcon$M,
38418
+ warning: RefIcon$J,
38419
+ error: RefIcon$L,
38420
+ validating: RefIcon$H
38421
38421
  };
38422
38422
  function StatusProvider(C) {
38423
38423
  let {
@@ -38788,8 +38788,8 @@ var EyeOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", foc
38788
38788
  ref: V,
38789
38789
  icon: EyeOutlined$1
38790
38790
  }));
38791
- }, RefIcon$q = /* @__PURE__ */ React.forwardRef(EyeOutlined);
38792
- process.env.NODE_ENV !== "production" && (RefIcon$q.displayName = "EyeOutlined");
38791
+ }, RefIcon$r = /* @__PURE__ */ React.forwardRef(EyeOutlined);
38792
+ process.env.NODE_ENV !== "production" && (RefIcon$r.displayName = "EyeOutlined");
38793
38793
  const Group = (C) => {
38794
38794
  const {
38795
38795
  getPrefixCls: $,
@@ -39064,8 +39064,8 @@ var EyeInvisibleOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896
39064
39064
  ref: V,
39065
39065
  icon: EyeInvisibleOutlined$1
39066
39066
  }));
39067
- }, RefIcon$p = /* @__PURE__ */ React.forwardRef(EyeInvisibleOutlined);
39068
- process.env.NODE_ENV !== "production" && (RefIcon$p.displayName = "EyeInvisibleOutlined");
39067
+ }, RefIcon$q = /* @__PURE__ */ React.forwardRef(EyeInvisibleOutlined);
39068
+ process.env.NODE_ENV !== "production" && (RefIcon$q.displayName = "EyeInvisibleOutlined");
39069
39069
  var __rest$f = function(C, $) {
39070
39070
  var V = {};
39071
39071
  for (var F in C) Object.prototype.hasOwnProperty.call(C, F) && $.indexOf(F) < 0 && (V[F] = C[F]);
@@ -39073,7 +39073,7 @@ var __rest$f = function(C, $) {
39073
39073
  $.indexOf(F[K]) < 0 && Object.prototype.propertyIsEnumerable.call(C, F[K]) && (V[F[K]] = C[F[K]]);
39074
39074
  return V;
39075
39075
  };
39076
- const defaultIconRender = (C) => C ? /* @__PURE__ */ React.createElement(RefIcon$q, null) : /* @__PURE__ */ React.createElement(RefIcon$p, null), actionMap = {
39076
+ const defaultIconRender = (C) => C ? /* @__PURE__ */ React.createElement(RefIcon$r, null) : /* @__PURE__ */ React.createElement(RefIcon$q, null), actionMap = {
39077
39077
  click: "onClick",
39078
39078
  hover: "onMouseOver"
39079
39079
  }, Password = /* @__PURE__ */ React.forwardRef((C, $) => {
@@ -39170,7 +39170,7 @@ const Search = /* @__PURE__ */ React.forwardRef((C, $) => {
39170
39170
  });
39171
39171
  }, Se = (Ee) => {
39172
39172
  ce.current || oe || be(Ee);
39173
- }, Ce = typeof te == "boolean" ? /* @__PURE__ */ React.createElement(RefIcon$C, null) : null, Re = `${ve}-button`;
39173
+ }, Ce = typeof te == "boolean" ? /* @__PURE__ */ React.createElement(RefIcon$D, null) : null, Re = `${ve}-button`;
39174
39174
  let we;
39175
39175
  const Oe = te || {}, $e = Oe.type && Oe.type.__ANT_BUTTON === !0;
39176
39176
  $e || Oe.type === "button" ? we = cloneElement(Oe, Object.assign({
@@ -40458,6 +40458,13 @@ Modal.destroyAll = function() {
40458
40458
  Modal.config = modalGlobalConfig;
40459
40459
  Modal._InternalPanelDoNotUseOrYouWillBeFired = PurePanel$1;
40460
40460
  process.env.NODE_ENV !== "production" && (Modal.displayName = "Modal");
40461
+ var AuditOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z" } }] }, name: "audit", theme: "outlined" }, AuditOutlined = function($, V) {
40462
+ return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
40463
+ ref: V,
40464
+ icon: AuditOutlined$1
40465
+ }));
40466
+ }, RefIcon$p = /* @__PURE__ */ React.forwardRef(AuditOutlined);
40467
+ process.env.NODE_ENV !== "production" && (RefIcon$p.displayName = "AuditOutlined");
40461
40468
  var BgColorsOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 00-12.8 0l-48 48a9.11 9.11 0 000 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z" } }] }, name: "bg-colors", theme: "outlined" }, BgColorsOutlined = function($, V) {
40462
40469
  return /* @__PURE__ */ React.createElement(Icon$2, _extends({}, $, {
40463
40470
  ref: V,
@@ -41140,7 +41147,7 @@ const TimelineItemList = (C) => {
41140
41147
  const le = (fe, he) => ne === "alternate" ? fe === "right" ? `${$}-item-right` : fe === "left" ? `${$}-item-left` : he % 2 === 0 ? `${$}-item-left` : `${$}-item-right` : ne === "left" ? `${$}-item-left` : ne === "right" ? `${$}-item-right` : fe === "right" ? `${$}-item-right` : "", pe = _toConsumableArray(J || []), ue = typeof F == "boolean" ? null : F;
41141
41148
  F && pe.push({
41142
41149
  pending: !!F,
41143
- dot: ae || /* @__PURE__ */ React.createElement(RefIcon$G, null),
41150
+ dot: ae || /* @__PURE__ */ React.createElement(RefIcon$H, null),
41144
41151
  children: ue
41145
41152
  }), te && pe.reverse();
41146
41153
  const se = pe.length, me = `${$}-item-last`, ce = pe.filter((fe) => !!fe).map((fe, he) => {
@@ -41779,7 +41786,7 @@ const isValidText = (C) => ["string", "number"].includes(typeof C), CopyBtn = (C
41779
41786
  onClick: re,
41780
41787
  "aria-label": se,
41781
41788
  tabIndex: te
41782
- }, V ? getNode(ne[1], /* @__PURE__ */ React.createElement(RefIcon$E, null), !0) : getNode(ne[0], oe ? /* @__PURE__ */ React.createElement(RefIcon$G, null) : /* @__PURE__ */ React.createElement(RefIcon$j, null), !0)));
41789
+ }, V ? getNode(ne[1], /* @__PURE__ */ React.createElement(RefIcon$F, null), !0) : getNode(ne[0], oe ? /* @__PURE__ */ React.createElement(RefIcon$H, null) : /* @__PURE__ */ React.createElement(RefIcon$j, null), !0)));
41783
41790
  }, MeasureText = /* @__PURE__ */ React.forwardRef((C, $) => {
41784
41791
  let {
41785
41792
  style: V,
@@ -42755,7 +42762,7 @@ Include elaborate Projects or Business Cases done outside work if your tech work
42755
42762
  // Update specific form data
42756
42763
  updateFormData: (C, $) => {
42757
42764
  const { formId: V, data: F } = $.payload;
42758
- C.forms[V] && (C.forms[V] = Rr(Rr({}, C.forms[V]), F));
42765
+ C.forms[V] && (C.forms[V] = Cr(Cr({}, C.forms[V]), F));
42759
42766
  },
42760
42767
  // Reset specific form data
42761
42768
  resetFormData: (C, $) => {
@@ -45271,7 +45278,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
45271
45278
  query: ({ payload: $ }) => ({
45272
45279
  url: "/resume/preferences/update",
45273
45280
  method: "PATCH",
45274
- body: Rr({}, $)
45281
+ body: Cr({}, $)
45275
45282
  }),
45276
45283
  invalidatesTags: ["ResumeLink"]
45277
45284
  }),
@@ -45415,7 +45422,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
45415
45422
  style: { width: "100%", position: "relative" }
45416
45423
  },
45417
45424
  /* @__PURE__ */ React__default.createElement("div", null, C && /* @__PURE__ */ React__default.createElement(
45418
- RefIcon$J,
45425
+ RefIcon$K,
45419
45426
  {
45420
45427
  className: styles$k.backButton,
45421
45428
  onClick: C
@@ -45997,7 +46004,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
45997
46004
  size: 40,
45998
46005
  icon: React__default.createElement(V)
45999
46006
  }
46000
- ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 8 }, /* @__PURE__ */ React__default.createElement(Title$2, { level: 5, className: styles$g.title, style: { margin: 0 } }, C), re && /* @__PURE__ */ React__default.createElement(Tooltip, { title: "This step is required to complete your profile" }, /* @__PURE__ */ React__default.createElement("span", { className: styles$g.required }, "*")), ee && re && !te && !ae && STATUS_TAGS[ee], te && re && STATUS_TAGS[te]), /* @__PURE__ */ React__default.createElement(Text$a, { type: "secondary" }, $))), /* @__PURE__ */ React__default.createElement("div", { className: styles$g.toggleIcon }, K ? /* @__PURE__ */ React__default.createElement(RefIcon$7, null) : /* @__PURE__ */ React__default.createElement(RefIcon$x, null)))), K && /* @__PURE__ */ React__default.createElement("div", { className: styles$g.content }, F));
46007
+ ), /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Flex, { align: "center", gap: 8 }, /* @__PURE__ */ React__default.createElement(Title$2, { level: 5, className: styles$g.title, style: { margin: 0 } }, C), re && /* @__PURE__ */ React__default.createElement(Tooltip, { title: "This step is required to complete your profile" }, /* @__PURE__ */ React__default.createElement("span", { className: styles$g.required }, "*")), ee && re && !te && !ae && STATUS_TAGS[ee], te && re && STATUS_TAGS[te]), /* @__PURE__ */ React__default.createElement(Text$a, { type: "secondary" }, $))), /* @__PURE__ */ React__default.createElement("div", { className: styles$g.toggleIcon }, K ? /* @__PURE__ */ React__default.createElement(RefIcon$7, null) : /* @__PURE__ */ React__default.createElement(RefIcon$y, null)))), K && /* @__PURE__ */ React__default.createElement("div", { className: styles$g.content }, F));
46001
46008
  }, container$8 = "_container_xolmi_1", activeIcon = "_activeIcon_xolmi_9", completeIcon = "_completeIcon_xolmi_14", incompleteIcon = "_incompleteIcon_xolmi_19", profileCard = "_profileCard_xolmi_24", styles$f = {
46002
46009
  container: container$8,
46003
46010
  activeIcon,
@@ -46061,7 +46068,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46061
46068
  }, [V, te, pe]);
46062
46069
  const ue = () => dn(null, null, function* () {
46063
46070
  var Se;
46064
- const ye = ee == null ? void 0 : ee.personalInfoAndSocial, be = Fr(Rr({}, ye), {
46071
+ const ye = ee == null ? void 0 : ee.personalInfoAndSocial, be = $r(Cr({}, ye), {
46065
46072
  additionalProfiles: F
46066
46073
  });
46067
46074
  V(
@@ -46086,7 +46093,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46086
46093
  portfolio: ye.personalWebsite,
46087
46094
  isPopulated: !0,
46088
46095
  mark_complete: ae
46089
- }, Re = Rr({}, Ce);
46096
+ }, Re = Cr({}, Ce);
46090
46097
  ADDITIONAL_PROFILES.forEach((we) => {
46091
46098
  const Oe = F.find(($e) => $e.type === we.value);
46092
46099
  Re[we.value] = Oe ? Oe.url : "";
@@ -46106,7 +46113,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46106
46113
  updateFormData({
46107
46114
  formId: FORM_ID$5,
46108
46115
  data: {
46109
- personalInfoAndSocial: Fr(Rr({}, be), {
46116
+ personalInfoAndSocial: $r(Cr({}, be), {
46110
46117
  additionalProfiles: F
46111
46118
  })
46112
46119
  }
@@ -46135,7 +46142,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46135
46142
  }, fe = (ye, be, Se) => {
46136
46143
  K(
46137
46144
  (Ce) => Ce.map(
46138
- (Re, we) => we === ye ? Fr(Rr({}, Re), { [be]: Se }) : Re
46145
+ (Re, we) => we === ye ? $r(Cr({}, Re), { [be]: Se }) : Re
46139
46146
  )
46140
46147
  );
46141
46148
  }, he = (ye) => {
@@ -46185,7 +46192,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46185
46192
  Button$2,
46186
46193
  {
46187
46194
  type: "text",
46188
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$J, null),
46195
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$K, null),
46189
46196
  onClick: () => de(be),
46190
46197
  style: { marginTop: 4 }
46191
46198
  }
@@ -46446,7 +46453,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46446
46453
  }
46447
46454
  },
46448
46455
  /* @__PURE__ */ React__default.createElement("span", null, C.subtopic, $ && K !== void 0 && ` ${formatExperience(K.years, K.months, !0)}`),
46449
- $ && /* @__PURE__ */ React__default.createElement(RefIcon$J, { className: styles$d.closeIcon, onClick: le })
46456
+ $ && /* @__PURE__ */ React__default.createElement(RefIcon$K, { className: styles$d.closeIcon, onClick: le })
46450
46457
  )
46451
46458
  );
46452
46459
  }, { Title: Title$1 } = Typography, SkillSection = ({
@@ -46478,7 +46485,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46478
46485
  feedbackText,
46479
46486
  feedbackDescription
46480
46487
  }, SectionFeedback = ({
46481
- icon: C = /* @__PURE__ */ React__default.createElement(RefIcon$I, { style: { color: "#faad14", fontSize: "1.6rem" } }),
46488
+ icon: C = /* @__PURE__ */ React__default.createElement(RefIcon$J, { style: { color: "#faad14", fontSize: "1.6rem" } }),
46482
46489
  feedbackData: $ = []
46483
46490
  }) => /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, $.length > 0 ? /* @__PURE__ */ React__default.createElement(
46484
46491
  Flex,
@@ -46601,7 +46608,7 @@ const dynamicBaseQuery = (C, $, V) => dn(null, null, function* () {
46601
46608
  if (_e.find(
46602
46609
  (be) => be.skill_id === fe.subtopic_id
46603
46610
  )) {
46604
- const be = _e.map((Se) => Se.skill_id === fe.subtopic_id ? Fr(Rr({}, Se), {
46611
+ const be = _e.map((Se) => Se.skill_id === fe.subtopic_id ? $r(Cr({}, Se), {
46605
46612
  proficiency_period: {
46606
46613
  years: he,
46607
46614
  months: ge
@@ -56027,7 +56034,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56027
56034
  (se) => se.scalantResumeBuilder.formStore.forms[$]
56028
56035
  ), [ee] = Form.useForm(), [te, re] = useState(!1), oe = (se, me) => {
56029
56036
  const ve = ((J == null ? void 0 : J.projectItems) || []).map(
56030
- (de) => de.index === F ? Fr(Rr({}, de), {
56037
+ (de) => de.index === F ? $r(Cr({}, de), {
56031
56038
  formData: me,
56032
56039
  completed: PROJECT_FORM_REQUIRED_FIELDS.every(
56033
56040
  (fe) => me[fe]
@@ -56043,8 +56050,10 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56043
56050
  })
56044
56051
  );
56045
56052
  }, ae = () => {
56046
- const me = ((J == null ? void 0 : J.projectItems) || []).map(
56047
- (ce) => ce.index === F ? Fr(Rr({}, ce), { expanded: !ce.expanded }) : ce
56053
+ const se = (J == null ? void 0 : J.projectItems) || [];
56054
+ console.log("currentItems", se, F);
56055
+ const me = se.map(
56056
+ (ce) => ce.index === F ? $r(Cr({}, ce), { expanded: !ce.expanded }) : ce
56048
56057
  );
56049
56058
  K(
56050
56059
  updateFormData({
@@ -56055,14 +56064,14 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56055
56064
  }, ne = () => {
56056
56065
  re(!0);
56057
56066
  }, ie = () => {
56058
- const me = ((J == null ? void 0 : J.projectItems) || []).filter(
56059
- (ce) => ce.index !== F
56060
- );
56067
+ const me = ((J == null ? void 0 : J.projectItems) || []).filter((ce) => ce.index !== F).map((ce, ve) => $r(Cr({}, ce), {
56068
+ index: ve
56069
+ }));
56061
56070
  K(updateFormData({ formId: $, data: { projectItems: me } })), re(!1);
56062
56071
  }, le = () => {
56063
56072
  re(!1);
56064
56073
  };
56065
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$6, null, "Project ", F + 1), ((J == null ? void 0 : J.projectItems) || []).length > 1 && /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne })), /* @__PURE__ */ React__default.createElement(RefIcon$w, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56074
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$6, null, "Project ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$x, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56066
56075
  Form,
56067
56076
  {
56068
56077
  form: ee,
@@ -56121,7 +56130,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56121
56130
  description: "Are you sure you want to delete this project?",
56122
56131
  style: { top: 20 }
56123
56132
  }
56124
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Text$6, { strong: !0 }, (pe = C.formData) != null && pe.title ? (ue = C.formData) == null ? void 0 : ue.title : "---"), /* @__PURE__ */ React__default.createElement(RefIcon$D, null)));
56133
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Text$6, { strong: !0 }, (pe = C.formData) != null && pe.title ? (ue = C.formData) == null ? void 0 : ue.title : "---"), /* @__PURE__ */ React__default.createElement(RefIcon$E, null)));
56125
56134
  }, container$6 = "_container_fstwu_1", title$1 = "_title_fstwu_7", button = "_button_fstwu_11", bold = "_bold_fstwu_23", styles$a = {
56126
56135
  container: container$6,
56127
56136
  title: title$1,
@@ -56220,7 +56229,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56220
56229
  formId: FORM_ID$3,
56221
56230
  data: {
56222
56231
  projectItems: [
56223
- ...de.map((he) => Fr(Rr({}, he), { expanded: !1 })),
56232
+ ...de.map((he) => $r(Cr({}, he), { expanded: !1 })),
56224
56233
  {
56225
56234
  index: fe,
56226
56235
  completed: !1,
@@ -56235,7 +56244,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56235
56244
  }
56236
56245
  })
56237
56246
  );
56238
- }, se = (de) => de.map((fe) => Fr(Rr({}, fe.id && { id: fe.id }), {
56247
+ }, se = (de) => de.map((fe) => $r(Cr({}, fe.id && { id: fe.id }), {
56239
56248
  title: fe.formData.title,
56240
56249
  description: fe.formData.description,
56241
56250
  project_link: fe.formData.project_link,
@@ -56281,7 +56290,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56281
56290
  {
56282
56291
  type: "dashed",
56283
56292
  block: !0,
56284
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$x, null),
56293
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null),
56285
56294
  onClick: ue
56286
56295
  },
56287
56296
  "Add Project"
@@ -56313,7 +56322,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56313
56322
  (ve) => ve.scalantResumeBuilder.formStore.forms[$]
56314
56323
  ), [ee] = Form.useForm(), [te, re] = useState(!1), oe = (ve, de) => {
56315
56324
  const he = ((J == null ? void 0 : J.educationItems) || []).map(
56316
- (ge) => ge.index === F ? Fr(Rr({}, ge), {
56325
+ (ge) => ge.index === F ? $r(Cr({}, ge), {
56317
56326
  formData: de,
56318
56327
  completed: EDUCATION_FORM_REQUIRED_FIELDS.every(
56319
56328
  (_e) => de[_e]
@@ -56330,7 +56339,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56330
56339
  );
56331
56340
  }, ae = () => {
56332
56341
  const de = ((J == null ? void 0 : J.educationItems) || []).map(
56333
- (fe) => fe.index === F ? Fr(Rr({}, fe), {
56342
+ (fe) => fe.index === F ? $r(Cr({}, fe), {
56334
56343
  expanded: !fe.expanded
56335
56344
  }) : fe
56336
56345
  );
@@ -56347,7 +56356,9 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56347
56356
  }, ie = () => {
56348
56357
  const de = ((J == null ? void 0 : J.educationItems) || []).filter(
56349
56358
  (fe) => fe.index !== F
56350
- );
56359
+ ).map((fe, he) => $r(Cr({}, fe), {
56360
+ index: he
56361
+ }));
56351
56362
  K(
56352
56363
  updateFormData({
56353
56364
  formId: $,
@@ -56367,13 +56378,13 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56367
56378
  ]
56368
56379
  }
56369
56380
  ));
56370
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, "Education ", F + 1), ((J == null ? void 0 : J.educationItems) || []).length > 1 && /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne })), /* @__PURE__ */ React__default.createElement(RefIcon$w, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56381
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, "Education ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$x, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56371
56382
  Form,
56372
56383
  {
56373
56384
  form: ee,
56374
56385
  layout: "vertical",
56375
56386
  onValuesChange: oe,
56376
- initialValues: Rr({
56387
+ initialValues: Cr({
56377
56388
  grade_type: "cgpa"
56378
56389
  }, C.formData)
56379
56390
  },
@@ -56506,7 +56517,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56506
56517
  description: "Are you sure you want to delete this education item?",
56507
56518
  style: { top: 20 }
56508
56519
  }
56509
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, (ue = C.formData) != null && ue.university ? (se = C.formData) == null ? void 0 : se.university : "---"), /* @__PURE__ */ React__default.createElement(Text$4, null, (me = C.formData) != null && me.degree ? `${C.formData.degree}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (ce = C.formData) != null && ce.graduation_date ? `${C.formData.graduation_date.format("YYYY")}` : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$D, null)));
56520
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$4, { strong: !0 }, (ue = C.formData) != null && ue.university ? (se = C.formData) == null ? void 0 : se.university : "---"), /* @__PURE__ */ React__default.createElement(Text$4, null, (me = C.formData) != null && me.degree ? `${C.formData.degree}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (ce = C.formData) != null && ce.graduation_date ? `${C.formData.graduation_date.format("YYYY")}` : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$E, null)));
56510
56521
  }, { Text: Text$3 } = Typography, CustomEducationFormItem = ({ formId: C }) => {
56511
56522
  const $ = useDispatch(), V = useSelector(
56512
56523
  (ne) => ne.scalantResumeBuilder.formStore.forms[C]
@@ -56515,7 +56526,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56515
56526
  updateFormData({
56516
56527
  formId: C,
56517
56528
  data: {
56518
- customEducation: Fr(Rr({}, ee), {
56529
+ customEducation: $r(Cr({}, ee), {
56519
56530
  formData: ie
56520
56531
  })
56521
56532
  }
@@ -56611,7 +56622,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56611
56622
  short_description: ye.short_description
56612
56623
  }
56613
56624
  }))
56614
- } : Rr({}, initialFormData$2);
56625
+ } : Cr({}, initialFormData$2);
56615
56626
  return me.customEducation = F != null && F.resume_custom_section && Object.keys(F == null ? void 0 : F.resume_custom_section).length ? {
56616
56627
  id: (ce = F == null ? void 0 : F.resume_custom_section) == null ? void 0 : ce.id,
56617
56628
  completed: !0,
@@ -56624,7 +56635,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56624
56635
  id: (ge = F == null ? void 0 : F.resume_custom_section) == null ? void 0 : ge.id,
56625
56636
  user_id: (_e = F == null ? void 0 : F.resume_custom_section) == null ? void 0 : _e.user_id
56626
56637
  }
56627
- } : null, Rr({}, me);
56638
+ } : null, Cr({}, me);
56628
56639
  }, [F == null ? void 0 : F.education, F == null ? void 0 : F.resume_custom_section]);
56629
56640
  useEffect(() => {
56630
56641
  J || V(
@@ -56641,7 +56652,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56641
56652
  formId: FORM_ID$2,
56642
56653
  data: {
56643
56654
  educationItems: [
56644
- ...me.map((ve) => Fr(Rr({}, ve), { expanded: !1 })),
56655
+ ...me.map((ve) => $r(Cr({}, ve), { expanded: !1 })),
56645
56656
  {
56646
56657
  index: ce,
56647
56658
  completed: !1,
@@ -56660,7 +56671,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56660
56671
  }
56661
56672
  })
56662
56673
  );
56663
- }, le = (me) => me.map((ce) => Fr(Rr({}, ce.id && { id: ce.id }), {
56674
+ }, le = (me) => me.map((ce) => $r(Cr({}, ce.id && { id: ce.id }), {
56664
56675
  university: ce.formData.university,
56665
56676
  degree: ce.formData.degree,
56666
56677
  field: ce.formData.field,
@@ -56686,7 +56697,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56686
56697
  isPopulated: !0,
56687
56698
  mark_complete: re,
56688
56699
  educations: de,
56689
- resume_custom_section: Rr({}, ce == null ? void 0 : ce.formData)
56700
+ resume_custom_section: Cr({}, ce == null ? void 0 : ce.formData)
56690
56701
  };
56691
56702
  yield oe({
56692
56703
  resumeId: (fe = F == null ? void 0 : F.resume_details) == null ? void 0 : fe.id,
@@ -56714,7 +56725,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56714
56725
  {
56715
56726
  type: "dashed",
56716
56727
  block: !0,
56717
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$x, null),
56728
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null),
56718
56729
  onClick: ie
56719
56730
  },
56720
56731
  ((K == null ? void 0 : K.educationItems) || []).length === 1 ? "Add secondary education" : "Add another education"
@@ -56743,7 +56754,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56743
56754
  (_e) => _e.scalantResumeBuilder.formStore.forms[$]
56744
56755
  ), [ee, te] = useState(!1), [re] = Form.useForm(), oe = (_e, ye) => {
56745
56756
  const Se = ((J == null ? void 0 : J.workExperienceItems) || []).map(
56746
- (Ce) => Ce.index === F ? Fr(Rr({}, Ce), {
56757
+ (Ce) => Ce.index === F ? $r(Cr({}, Ce), {
56747
56758
  formData: ye,
56748
56759
  completed: WORK_EXPERIENCE_FORM_REQUIRED_FIELDS.every(
56749
56760
  (Re) => ye[Re]
@@ -56760,7 +56771,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56760
56771
  );
56761
56772
  }, ae = () => {
56762
56773
  const ye = ((J == null ? void 0 : J.workExperienceItems) || []).map(
56763
- (be) => be.index === F ? Fr(Rr({}, be), { expanded: !be.expanded }) : be
56774
+ (be) => be.index === F ? $r(Cr({}, be), { expanded: !be.expanded }) : be
56764
56775
  );
56765
56776
  K(
56766
56777
  updateFormData({
@@ -56773,7 +56784,9 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56773
56784
  }, ie = () => {
56774
56785
  const ye = ((J == null ? void 0 : J.workExperienceItems) || []).filter(
56775
56786
  (be) => be.index !== F
56776
- );
56787
+ ).map((be, Se) => $r(Cr({}, be), {
56788
+ index: Se
56789
+ }));
56777
56790
  K(
56778
56791
  updateFormData({
56779
56792
  formId: $,
@@ -56783,7 +56796,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56783
56796
  }, le = () => {
56784
56797
  te(!1);
56785
56798
  };
56786
- return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$2, null, "Work Experience ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$w, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56799
+ return C.expanded ? /* @__PURE__ */ React__default.createElement(Card, { key: F }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 16, justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Flex, { gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$2, null, "Work Experience ", F + 1), /* @__PURE__ */ React__default.createElement(RefIcon$i, { onClick: ne, style: { color: "red" } })), /* @__PURE__ */ React__default.createElement(RefIcon$x, { onClick: ae })), /* @__PURE__ */ React__default.createElement(
56787
56800
  Form,
56788
56801
  {
56789
56802
  form: re,
@@ -56853,7 +56866,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56853
56866
  description: "Are you sure you want to delete this work experience?",
56854
56867
  style: { top: 20 }
56855
56868
  }
56856
- )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$2, { strong: !0 }, (pe = C.formData) == null ? void 0 : pe.company), /* @__PURE__ */ React__default.createElement(Text$2, null, (ue = C.formData) != null && ue.position ? `${(se = C.formData) == null ? void 0 : se.position}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (me = C.formData) != null && me.from ? `${(ce = C.formData) == null ? void 0 : ce.from.format("YYYY")}` : "---", "-", (ve = C.formData) != null && ve.to ? `${(de = C.formData) == null ? void 0 : de.to.format("YYYY")}` : (fe = C.formData) != null && fe.is_current ? "Present" : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$D, null)));
56869
+ )) : /* @__PURE__ */ React__default.createElement(Card, { key: F, onClick: ae }, /* @__PURE__ */ React__default.createElement(Flex, { justify: "space-between", align: "center" }, /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Text$2, { strong: !0 }, (pe = C.formData) == null ? void 0 : pe.company), /* @__PURE__ */ React__default.createElement(Text$2, null, (ue = C.formData) != null && ue.position ? `${(se = C.formData) == null ? void 0 : se.position}, ` : "---", /* @__PURE__ */ React__default.createElement(Divider, { type: "vertical" }), (me = C.formData) != null && me.from ? `${(ce = C.formData) == null ? void 0 : ce.from.format("YYYY")}` : "---", "-", (ve = C.formData) != null && ve.to ? `${(de = C.formData) == null ? void 0 : de.to.format("YYYY")}` : (fe = C.formData) != null && fe.is_current ? "Present" : "---")), /* @__PURE__ */ React__default.createElement(RefIcon$E, null)));
56857
56870
  }, FORM_ID$1 = "workExperienceForm", initialFormData$1 = {
56858
56871
  workExperienceItems: [
56859
56872
  {
@@ -56924,7 +56937,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56924
56937
  formId: FORM_ID$1,
56925
56938
  data: {
56926
56939
  workExperienceItems: [
56927
- ...de.map((he) => Fr(Rr({}, he), { expanded: !1 })),
56940
+ ...de.map((he) => $r(Cr({}, he), { expanded: !1 })),
56928
56941
  {
56929
56942
  index: fe,
56930
56943
  completed: !1,
@@ -56943,7 +56956,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
56943
56956
  }
56944
56957
  })
56945
56958
  );
56946
- }, se = (de) => de.map((fe) => Fr(Rr({}, fe.id && { id: fe.id }), {
56959
+ }, se = (de) => de.map((fe) => $r(Cr({}, fe.id && { id: fe.id }), {
56947
56960
  user_id: K == null ? void 0 : K.user_id,
56948
56961
  company: fe.formData.company,
56949
56962
  position: fe.formData.position,
@@ -57011,7 +57024,7 @@ const { Text: Text$7 } = Typography, DeleteConfirmationModal = ({
57011
57024
  {
57012
57025
  type: "dashed",
57013
57026
  block: !0,
57014
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$x, null),
57027
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$y, null),
57015
57028
  onClick: ue
57016
57029
  },
57017
57030
  "Add another experience"
@@ -57045,7 +57058,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57045
57058
  const V = useDispatch(), F = useSelector(
57046
57059
  (oe) => oe.scalantResumeBuilder.formStore.forms[$]
57047
57060
  ), [K] = Form.useForm(), J = (oe, ae) => {
57048
- const ne = Rr({}, ae);
57061
+ const ne = Cr({}, ae);
57049
57062
  isHtmlEmpty(ne.description) && (ne.description = "");
57050
57063
  const ie = (F == null ? void 0 : F.achievementsItems) || [C], le = ie.findIndex(
57051
57064
  (ue) => ue.id === C.id
@@ -57053,16 +57066,16 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57053
57066
  let pe;
57054
57067
  le === -1 ? pe = [
57055
57068
  ...ie,
57056
- Fr(Rr({}, C), { formData: ne, saved: !0 })
57069
+ $r(Cr({}, C), { formData: ne, saved: !0 })
57057
57070
  ] : pe = ie.map(
57058
- (ue) => ue.id === C.id ? Fr(Rr({}, ue), { formData: ne, saved: !0 }) : ue
57071
+ (ue) => ue.id === C.id ? $r(Cr({}, ue), { formData: ne, saved: !0 }) : ue
57059
57072
  ), V(
57060
57073
  updateFormData({
57061
57074
  formId: $,
57062
57075
  data: { achievementsItems: pe }
57063
57076
  })
57064
57077
  );
57065
- }, ee = Fr(Rr({}, C.formData), {
57078
+ }, ee = $r(Cr({}, C.formData), {
57066
57079
  description: isHtmlEmpty((te = C.formData) == null ? void 0 : te.description) ? "" : (re = C.formData) == null ? void 0 : re.description
57067
57080
  });
57068
57081
  return /* @__PURE__ */ React__default.createElement(
@@ -57130,7 +57143,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57130
57143
  );
57131
57144
  return;
57132
57145
  }
57133
- const me = ue.map((ve) => Fr(Rr({}, ve.id && { id: ve.id }), {
57146
+ const me = ue.map((ve) => $r(Cr({}, ve.id && { id: ve.id }), {
57134
57147
  description: isHtmlEmpty(ve.formData.description) ? "" : ve.formData.description
57135
57148
  }));
57136
57149
  try {
@@ -57206,7 +57219,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57206
57219
  key: "projects",
57207
57220
  title: "Projects",
57208
57221
  subtitle: "Add personal projects",
57209
- icon: RefIcon$s,
57222
+ icon: RefIcon$t,
57210
57223
  component: ProjectForm
57211
57224
  },
57212
57225
  {
@@ -57424,7 +57437,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57424
57437
  const le = FORM_STEPS.find((ue) => ue.key === ie);
57425
57438
  if (!le) return null;
57426
57439
  let pe = !1;
57427
- return ae.includes(ie) && (pe = !0), Fr(Rr({}, le), {
57440
+ return ae.includes(ie) && (pe = !0), $r(Cr({}, le), {
57428
57441
  status: getFormStatus(ie, K, $),
57429
57442
  reviewStatus: getReviewStatus(ie, K, J),
57430
57443
  required: pe,
@@ -57620,7 +57633,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57620
57633
  items: [
57621
57634
  ...J.map((ce) => {
57622
57635
  let ve;
57623
- return ce.key === F ? ve = /* @__PURE__ */ React__default.createElement(RefIcon$G, { className: styles$f.activeIcon }) : ce.status === "complete" ? ve = /* @__PURE__ */ React__default.createElement(RefIcon$m, { className: styles$f.completeIcon }) : ve = /* @__PURE__ */ React__default.createElement(RefIcon$u, { className: styles$f.incompleteIcon }), {
57636
+ return ce.key === F ? ve = /* @__PURE__ */ React__default.createElement(RefIcon$H, { className: styles$f.activeIcon }) : ce.status === "complete" ? ve = /* @__PURE__ */ React__default.createElement(RefIcon$m, { className: styles$f.completeIcon }) : ve = /* @__PURE__ */ React__default.createElement(RefIcon$v, { className: styles$f.incompleteIcon }), {
57624
57637
  dot: ve,
57625
57638
  children: /* @__PURE__ */ React__default.createElement("div", { ref: (de) => ae.current[ce.key] = de }, /* @__PURE__ */ React__default.createElement(
57626
57639
  ResumeStepCard,
@@ -57652,8 +57665,8 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57652
57665
  ), [ee] = useUpdateResumePreferencesMutation(), te = (ne) => dn(null, [ne], function* ({ key: ae }) {
57653
57666
  var ie;
57654
57667
  J(ae), $(
57655
- setResumeData(Fr(Rr({}, V), {
57656
- resume_meta: Fr(Rr({}, V == null ? void 0 : V.resume_meta), {
57668
+ setResumeData($r(Cr({}, V), {
57669
+ resume_meta: $r(Cr({}, V == null ? void 0 : V.resume_meta), {
57657
57670
  font_size: ae
57658
57671
  })
57659
57672
  }))
@@ -57713,11 +57726,11 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57713
57726
  selectedKeys: [F == null ? void 0 : F.toString()]
57714
57727
  }
57715
57728
  },
57716
- /* @__PURE__ */ React__default.createElement("div", { className: styles$6.dropdown }, (te = K.find((re) => re.id === F)) == null ? void 0 : te.name, /* @__PURE__ */ React__default.createElement(RefIcon$D, { className: styles$6.dropdownIcon }))
57729
+ /* @__PURE__ */ React__default.createElement("div", { className: styles$6.dropdown }, (te = K.find((re) => re.id === F)) == null ? void 0 : te.name, /* @__PURE__ */ React__default.createElement(RefIcon$E, { className: styles$6.dropdownIcon }))
57717
57730
  );
57718
57731
  }, Button = (F) => {
57719
57732
  var K = F, { children: C, onClick: $ } = K, V = lo(K, ["children", "onClick"]);
57720
- return /* @__PURE__ */ React__default.createElement(Button$2, Rr({ type: "primary", onClick: $ }, V), C);
57733
+ return /* @__PURE__ */ React__default.createElement(Button$2, Cr({ type: "primary", onClick: $ }, V), C);
57721
57734
  }, TEMPLATE_CONFIG = {
57722
57735
  renderCv: {
57723
57736
  sections: [
@@ -57987,7 +58000,7 @@ const CustomFormItem = ({ item: C, formId: $ }) => {
57987
58000
  [ue]: TEMPLATE_CONFIG[ue]
57988
58001
  };
57989
58002
  $(
57990
- setResumeData(Fr(Rr({}, re), {
58003
+ setResumeData($r(Cr({}, re), {
57991
58004
  scaler_resume_template_structure: se
57992
58005
  }))
57993
58006
  ), yield oe({
@@ -59783,17 +59796,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
59783
59796
  }, {
59784
59797
  key: "bezierBoundingBox",
59785
59798
  value: function(mt, St, xt, kt, Lt, Ft, Xt, er) {
59786
- for (var sr = [], cr = [[], []], Er, yr, Or, dr, kr, Vr, Ar, $r, Br = 0; Br < 2; ++Br) {
59799
+ for (var sr = [], cr = [[], []], Er, yr, Or, dr, Mr, Vr, Nr, Ar, Br = 0; Br < 2; ++Br) {
59787
59800
  if (Br === 0 ? (yr = 6 * mt - 12 * xt + 6 * Lt, Er = -3 * mt + 9 * xt - 9 * Lt + 3 * Xt, Or = 3 * xt - 3 * mt) : (yr = 6 * St - 12 * kt + 6 * Ft, Er = -3 * St + 9 * kt - 9 * Ft + 3 * er, Or = 3 * kt - 3 * St), Math.abs(Er) < 1e-12) {
59788
59801
  if (Math.abs(yr) < 1e-12)
59789
59802
  continue;
59790
59803
  dr = -Or / yr, 0 < dr && dr < 1 && sr.push(dr);
59791
59804
  continue;
59792
59805
  }
59793
- Ar = yr * yr - 4 * Or * Er, $r = Math.sqrt(Ar), !(Ar < 0) && (kr = (-yr + $r) / (2 * Er), 0 < kr && kr < 1 && sr.push(kr), Vr = (-yr - $r) / (2 * Er), 0 < Vr && Vr < 1 && sr.push(Vr));
59806
+ Nr = yr * yr - 4 * Or * Er, Ar = Math.sqrt(Nr), !(Nr < 0) && (Mr = (-yr + Ar) / (2 * Er), 0 < Mr && Mr < 1 && sr.push(Mr), Vr = (-yr - Ar) / (2 * Er), 0 < Vr && Vr < 1 && sr.push(Vr));
59794
59807
  }
59795
- for (var Mr = sr.length, Sr, qr = Mr; Mr--; )
59796
- dr = sr[Mr], Sr = 1 - dr, cr[0][Mr] = Sr * Sr * Sr * mt + 3 * Sr * Sr * dr * xt + 3 * Sr * dr * dr * Lt + dr * dr * dr * Xt, cr[1][Mr] = Sr * Sr * Sr * St + 3 * Sr * Sr * dr * kt + 3 * Sr * dr * dr * Ft + dr * dr * dr * er;
59808
+ for (var Dr = sr.length, Sr, qr = Dr; Dr--; )
59809
+ dr = sr[Dr], Sr = 1 - dr, cr[0][Dr] = Sr * Sr * Sr * mt + 3 * Sr * Sr * dr * xt + 3 * Sr * dr * dr * Lt + dr * dr * dr * Xt, cr[1][Dr] = Sr * Sr * Sr * St + 3 * Sr * Sr * dr * kt + 3 * Sr * dr * dr * Ft + dr * dr * dr * er;
59797
59810
  return cr[0][qr] = mt, cr[1][qr] = St, cr[0][qr + 1] = Xt, cr[1][qr + 1] = er, cr[0].length = cr[1].length = qr + 2, [Math.min.apply(Math, J(cr[0])), Math.min.apply(Math, J(cr[1])), Math.max.apply(Math, J(cr[0])), Math.max.apply(Math, J(cr[1]))];
59798
59811
  }
59799
59812
  }]), vt;
@@ -62489,7 +62502,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62489
62502
  var tt = !1;
62490
62503
  Ie._state === "closed" && (tt = !0);
62491
62504
  var gt = Kt(Ve);
62492
- Ve.readerType === "default" ? rt(Ie, gt, tt) : Ar(Ie, gt, tt);
62505
+ Ve.readerType === "default" ? rt(Ie, gt, tt) : Nr(Ie, gt, tt);
62493
62506
  }
62494
62507
  function Kt(Ie) {
62495
62508
  var Ve = Ie.bytesFilled, tt = Ie.elementSize;
@@ -62505,9 +62518,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62505
62518
  function Ut(Ie, Ve) {
62506
62519
  var tt = Ve.elementSize, gt = Ve.bytesFilled - Ve.bytesFilled % tt, It = Math.min(Ie._queueTotalSize, Ve.byteLength - Ve.bytesFilled), jt = Ve.bytesFilled + It, Vt = jt - jt % tt, tr = It, _r = !1;
62507
62520
  Vt > gt && (tr = Vt - Ve.bytesFilled, _r = !0);
62508
- for (var Cr = Ie._queue; tr > 0; ) {
62509
- var wr = Cr.peek(), xr = Math.min(tr, wr.byteLength), Gr = Ve.byteOffset + Ve.bytesFilled;
62510
- lt(Ve.buffer, Gr, wr.buffer, wr.byteOffset, xr), wr.byteLength === xr ? Cr.shift() : (wr.byteOffset += xr, wr.byteLength -= xr), Ie._queueTotalSize -= xr, Jt(Ie, xr, Ve), tr -= xr;
62521
+ for (var Rr = Ie._queue; tr > 0; ) {
62522
+ var wr = Rr.peek(), xr = Math.min(tr, wr.byteLength), Gr = Ve.byteOffset + Ve.bytesFilled;
62523
+ lt(Ve.buffer, Gr, wr.buffer, wr.byteOffset, xr), wr.byteLength === xr ? Rr.shift() : (wr.byteOffset += xr, wr.byteLength -= xr), Ie._queueTotalSize -= xr, Jt(Ie, xr, Ve), tr -= xr;
62511
62524
  }
62512
62525
  return _r;
62513
62526
  }
@@ -62552,8 +62565,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62552
62565
  }
62553
62566
  if (Ie._queueTotalSize > 0) {
62554
62567
  if (Ut(Ie, tr)) {
62555
- var Cr = Kt(tr);
62556
- vr(Ie), tt._chunkSteps(Cr);
62568
+ var Rr = Kt(tr);
62569
+ vr(Ie), tt._chunkSteps(Rr);
62557
62570
  return;
62558
62571
  }
62559
62572
  if (Ie._closeRequested) {
@@ -62567,7 +62580,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62567
62580
  function lr(Ie, Ve) {
62568
62581
  var tt = Ie._controlledReadableByteStream;
62569
62582
  if (Br(tt))
62570
- for (; $r(tt) > 0; ) {
62583
+ for (; Ar(tt) > 0; ) {
62571
62584
  var gt = At(Ie);
62572
62585
  Bt(tt, gt);
62573
62586
  }
@@ -62597,7 +62610,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62597
62610
  var Ve = Ie._controlledReadableByteStream;
62598
62611
  if (Ve._state !== "readable" || Ie._closeRequested || !Ie._started)
62599
62612
  return !1;
62600
- if (ut(Ve) && st(Ve) > 0 || Br(Ve) && $r(Ve) > 0)
62613
+ if (ut(Ve) && st(Ve) > 0 || Br(Ve) && Ar(Ve) > 0)
62601
62614
  return !0;
62602
62615
  var tt = Xt(Ie);
62603
62616
  return tt > 0;
@@ -62723,24 +62736,24 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62723
62736
  function dr(Ie) {
62724
62737
  return new TypeError("ReadableByteStreamController.prototype." + Ie + " can only be used on a ReadableByteStreamController");
62725
62738
  }
62726
- function kr(Ie) {
62727
- return new Mr(Ie);
62739
+ function Mr(Ie) {
62740
+ return new Dr(Ie);
62728
62741
  }
62729
62742
  function Vr(Ie, Ve) {
62730
62743
  Ie._reader._readIntoRequests.push(Ve);
62731
62744
  }
62732
- function Ar(Ie, Ve, tt) {
62745
+ function Nr(Ie, Ve, tt) {
62733
62746
  var gt = Ie._reader, It = gt._readIntoRequests.shift();
62734
62747
  tt ? It._closeSteps(Ve) : It._chunkSteps(Ve);
62735
62748
  }
62736
- function $r(Ie) {
62749
+ function Ar(Ie) {
62737
62750
  return Ie._reader._readIntoRequests.length;
62738
62751
  }
62739
62752
  function Br(Ie) {
62740
62753
  var Ve = Ie._reader;
62741
62754
  return !(Ve === void 0 || !Sr(Ve));
62742
62755
  }
62743
- var Mr = function() {
62756
+ var Dr = function() {
62744
62757
  function Ie(Ve) {
62745
62758
  if (Ne(Ve, 1, "ReadableStreamBYOBReader"), Ye(Ve, "First parameter"), En(Ve))
62746
62759
  throw new TypeError("This stream has already been locked for exclusive reading by another reader");
@@ -62797,17 +62810,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62797
62810
  }
62798
62811
  }, Ie;
62799
62812
  }();
62800
- Object.defineProperties(Mr.prototype, {
62813
+ Object.defineProperties(Dr.prototype, {
62801
62814
  cancel: { enumerable: !0 },
62802
62815
  read: { enumerable: !0 },
62803
62816
  releaseLock: { enumerable: !0 },
62804
62817
  closed: { enumerable: !0 }
62805
- }), typeof F.toStringTag == "symbol" && Object.defineProperty(Mr.prototype, F.toStringTag, {
62818
+ }), typeof F.toStringTag == "symbol" && Object.defineProperty(Dr.prototype, F.toStringTag, {
62806
62819
  value: "ReadableStreamBYOBReader",
62807
62820
  configurable: !0
62808
62821
  });
62809
62822
  function Sr(Ie) {
62810
- return !te(Ie) || !Object.prototype.hasOwnProperty.call(Ie, "_readIntoRequests") ? !1 : Ie instanceof Mr;
62823
+ return !te(Ie) || !Object.prototype.hasOwnProperty.call(Ie, "_readIntoRequests") ? !1 : Ie instanceof Dr;
62811
62824
  }
62812
62825
  function qr(Ie, Ve, tt) {
62813
62826
  var gt = Ie._ownerReadableStream;
@@ -62899,7 +62912,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62899
62912
  function Ie(Ve, tt) {
62900
62913
  Ve === void 0 && (Ve = {}), tt === void 0 && (tt = {}), Ve === void 0 ? Ve = null : ze(Ve, "First parameter");
62901
62914
  var gt = ar(tt, "Second parameter"), It = Yt(Ve, "First parameter");
62902
- Nr(this);
62915
+ kr(this);
62903
62916
  var jt = It.type;
62904
62917
  if (jt !== void 0)
62905
62918
  throw new RangeError("Invalid type is specified");
@@ -62941,11 +62954,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
62941
62954
  return 1;
62942
62955
  });
62943
62956
  var Vt = Object.create(rr.prototype);
62944
- Nr(Vt);
62957
+ kr(Vt);
62945
62958
  var tr = Object.create(kn.prototype);
62946
62959
  return $a(Vt, tr, Ie, Ve, tt, gt, It, jt), Vt;
62947
62960
  }
62948
- function Nr(Ie) {
62961
+ function kr(Ie) {
62949
62962
  Ie._state = "writable", Ie._storedError = void 0, Ie._writer = void 0, Ie._writableStreamController = void 0, Ie._writeRequests = new be(), Ie._inFlightWriteRequest = void 0, Ie._closeRequest = void 0, Ie._inFlightCloseRequest = void 0, Ie._pendingAbortRequest = void 0, Ie._backpressure = !1;
62950
62963
  }
62951
62964
  function Jr(Ie) {
@@ -63038,7 +63051,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63038
63051
  function mr(Ie) {
63039
63052
  Ie._inFlightWriteRequest._resolve(void 0), Ie._inFlightWriteRequest = void 0;
63040
63053
  }
63041
- function Dr(Ie, Ve) {
63054
+ function Fr(Ie, Ve) {
63042
63055
  Ie._inFlightWriteRequest._reject(Ve), Ie._inFlightWriteRequest = void 0, Pn(Ie, Ve);
63043
63056
  }
63044
63057
  function Wr(Ie) {
@@ -63231,7 +63244,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63231
63244
  Ve._controlledWritableStream = Ie, Ie._writableStreamController = Ve, Ve._queue = void 0, Ve._queueTotalSize = void 0, Et(Ve), Ve._abortReason = void 0, Ve._abortController = nr(), Ve._started = !1, Ve._strategySizeAlgorithm = tr, Ve._strategyHWM = Vt, Ve._writeAlgorithm = gt, Ve._closeAlgorithm = It, Ve._abortAlgorithm = jt;
63232
63245
  var _r = ga(Ve);
63233
63246
  ma(Ie, _r);
63234
- var Cr = tt(), wr = pe(Cr);
63247
+ var Rr = tt(), wr = pe(Rr);
63235
63248
  me(wr, function() {
63236
63249
  Ve._started = !0, Qn(Ve);
63237
63250
  }, function(xr) {
@@ -63249,12 +63262,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63249
63262
  };
63250
63263
  Ve.start !== void 0 && (jt = function() {
63251
63264
  return Ve.start(It);
63252
- }), Ve.write !== void 0 && (Vt = function(Cr) {
63253
- return Ve.write(Cr, It);
63265
+ }), Ve.write !== void 0 && (Vt = function(Rr) {
63266
+ return Ve.write(Rr, It);
63254
63267
  }), Ve.close !== void 0 && (tr = function() {
63255
63268
  return Ve.close();
63256
- }), Ve.abort !== void 0 && (_r = function(Cr) {
63257
- return Ve.abort(Cr);
63269
+ }), Ve.abort !== void 0 && (_r = function(Rr) {
63270
+ return Ve.abort(Rr);
63258
63271
  }), $a(Ie, It, jt, Vt, tr, _r, tt, gt);
63259
63272
  }
63260
63273
  function Xn(Ie) {
@@ -63327,7 +63340,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63327
63340
  }
63328
63341
  Qn(Ie);
63329
63342
  }, function(It) {
63330
- tt._state === "writable" && Xn(Ie), Dr(tt, It);
63343
+ tt._state === "writable" && Xn(Ie), Fr(tt, It);
63331
63344
  });
63332
63345
  }
63333
63346
  function ga(Ie) {
@@ -63417,7 +63430,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63417
63430
  function ja(Ie, Ve, tt, gt, It, jt) {
63418
63431
  var Vt = Je(Ie), tr = ir(Ve);
63419
63432
  Ie._disturbed = !0;
63420
- var _r = !1, Cr = pe(void 0);
63433
+ var _r = !1, Rr = pe(void 0);
63421
63434
  return le(function(wr, xr) {
63422
63435
  var Gr;
63423
63436
  if (jt !== void 0) {
@@ -63451,7 +63464,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63451
63464
  return le(function(hr, Ir) {
63452
63465
  bt(Vt, {
63453
63466
  _chunkSteps: function(Hr) {
63454
- Cr = se(Ta(tr, Hr), void 0, K), hr(!1);
63467
+ Rr = se(Ta(tr, Hr), void 0, K), hr(!1);
63455
63468
  },
63456
63469
  _closeSteps: function() {
63457
63470
  return hr(!0);
@@ -63481,9 +63494,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63481
63494
  }
63482
63495
  fe(vn());
63483
63496
  function gn() {
63484
- var hr = Cr;
63485
- return se(Cr, function() {
63486
- return hr !== Cr ? gn() : void 0;
63497
+ var hr = Rr;
63498
+ return se(Rr, function() {
63499
+ return hr !== Rr ? gn() : void 0;
63487
63500
  });
63488
63501
  }
63489
63502
  function Zr(hr, Ir, Hr) {
@@ -63668,7 +63681,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63668
63681
  return Dt(Ie._readableStreamController) ? Io(Ie) : To(Ie);
63669
63682
  }
63670
63683
  function To(Ie, Ve) {
63671
- var tt = Je(Ie), gt = !1, It = !1, jt = !1, Vt = !1, tr, _r, Cr, wr, xr, Gr = le(function(Zr) {
63684
+ var tt = Je(Ie), gt = !1, It = !1, jt = !1, Vt = !1, tr, _r, Rr, wr, xr, Gr = le(function(Zr) {
63672
63685
  xr = Zr;
63673
63686
  });
63674
63687
  function vn() {
@@ -63680,11 +63693,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63680
63693
  he(function() {
63681
63694
  It = !1;
63682
63695
  var fn = yn, _n = yn;
63683
- jt || na(Cr._readableStreamController, fn), Vt || na(wr._readableStreamController, _n), gt = !1, It && vn();
63696
+ jt || na(Rr._readableStreamController, fn), Vt || na(wr._readableStreamController, _n), gt = !1, It && vn();
63684
63697
  });
63685
63698
  },
63686
63699
  _closeSteps: function() {
63687
- gt = !1, jt || qn(Cr._readableStreamController), Vt || qn(wr._readableStreamController), (!jt || !Vt) && xr(void 0);
63700
+ gt = !1, jt || qn(Rr._readableStreamController), Vt || qn(wr._readableStreamController), (!jt || !Vt) && xr(void 0);
63688
63701
  },
63689
63702
  _errorSteps: function() {
63690
63703
  gt = !1;
@@ -63714,20 +63727,20 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63714
63727
  }
63715
63728
  function gn() {
63716
63729
  }
63717
- return Cr = Ra(gn, vn, Fn), wr = Ra(gn, vn, wn), ve(tt._closedPromise, function(Zr) {
63718
- Sn(Cr._readableStreamController, Zr), Sn(wr._readableStreamController, Zr), (!jt || !Vt) && xr(void 0);
63730
+ return Rr = Ra(gn, vn, Fn), wr = Ra(gn, vn, wn), ve(tt._closedPromise, function(Zr) {
63731
+ Sn(Rr._readableStreamController, Zr), Sn(wr._readableStreamController, Zr), (!jt || !Vt) && xr(void 0);
63719
63732
  }), [
63720
- Cr,
63733
+ Rr,
63721
63734
  wr
63722
63735
  ];
63723
63736
  }
63724
63737
  function Io(Ie) {
63725
- var Ve = Je(Ie), tt = !1, gt = !1, It = !1, jt = !1, Vt = !1, tr, _r, Cr, wr, xr, Gr = le(function(zr) {
63738
+ var Ve = Je(Ie), tt = !1, gt = !1, It = !1, jt = !1, Vt = !1, tr, _r, Rr, wr, xr, Gr = le(function(zr) {
63726
63739
  xr = zr;
63727
63740
  });
63728
63741
  function vn(zr) {
63729
63742
  ve(zr._closedPromise, function(hr) {
63730
- zr === Ve && (Lt(Cr._readableStreamController, hr), Lt(wr._readableStreamController, hr), (!jt || !Vt) && xr(void 0));
63743
+ zr === Ve && (Lt(Rr._readableStreamController, hr), Lt(wr._readableStreamController, hr), (!jt || !Vt) && xr(void 0));
63731
63744
  });
63732
63745
  }
63733
63746
  function Fn() {
@@ -63741,14 +63754,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63741
63754
  try {
63742
63755
  Hr = Tt(hr);
63743
63756
  } catch (bn) {
63744
- Lt(Cr._readableStreamController, bn), Lt(wr._readableStreamController, bn), xr(mn(Ie, bn));
63757
+ Lt(Rr._readableStreamController, bn), Lt(wr._readableStreamController, bn), xr(mn(Ie, bn));
63745
63758
  return;
63746
63759
  }
63747
- jt || kt(Cr._readableStreamController, Ir), Vt || kt(wr._readableStreamController, Hr), tt = !1, gt ? gn() : It && Zr();
63760
+ jt || kt(Rr._readableStreamController, Ir), Vt || kt(wr._readableStreamController, Hr), tt = !1, gt ? gn() : It && Zr();
63748
63761
  });
63749
63762
  },
63750
63763
  _closeSteps: function() {
63751
- tt = !1, jt || xt(Cr._readableStreamController), Vt || xt(wr._readableStreamController), Cr._readableStreamController._pendingPullIntos.length > 0 && er(Cr._readableStreamController, 0), wr._readableStreamController._pendingPullIntos.length > 0 && er(wr._readableStreamController, 0), (!jt || !Vt) && xr(void 0);
63764
+ tt = !1, jt || xt(Rr._readableStreamController), Vt || xt(wr._readableStreamController), Rr._readableStreamController._pendingPullIntos.length > 0 && er(Rr._readableStreamController, 0), wr._readableStreamController._pendingPullIntos.length > 0 && er(wr._readableStreamController, 0), (!jt || !Vt) && xr(void 0);
63752
63765
  },
63753
63766
  _errorSteps: function() {
63754
63767
  tt = !1;
@@ -63757,8 +63770,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63757
63770
  bt(Ve, zr);
63758
63771
  }
63759
63772
  function wn(zr, hr) {
63760
- ht(Ve) && (Re(Ve), Ve = kr(Ie), vn(Ve));
63761
- var Ir = hr ? wr : Cr, Hr = hr ? Cr : wr, bn = {
63773
+ ht(Ve) && (Re(Ve), Ve = Mr(Ie), vn(Ve));
63774
+ var Ir = hr ? wr : Rr, Hr = hr ? Rr : wr, bn = {
63762
63775
  _chunkSteps: function(xn) {
63763
63776
  he(function() {
63764
63777
  gt = !1, It = !1;
@@ -63793,7 +63806,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63793
63806
  if (tt)
63794
63807
  return gt = !0, pe(void 0);
63795
63808
  tt = !0;
63796
- var zr = Ft(Cr._readableStreamController);
63809
+ var zr = Ft(Rr._readableStreamController);
63797
63810
  return zr === null ? Fn() : wn(zr._view, !1), pe(void 0);
63798
63811
  }
63799
63812
  function Zr() {
@@ -63825,8 +63838,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63825
63838
  }
63826
63839
  function _n() {
63827
63840
  }
63828
- return Cr = Va(_n, gn, yn), wr = Va(_n, Zr, fn), vn(Ve), [
63829
- Cr,
63841
+ return Rr = Va(_n, gn, yn), wr = Va(_n, Zr, fn), vn(Ve), [
63842
+ Rr,
63830
63843
  wr
63831
63844
  ];
63832
63845
  }
@@ -63928,7 +63941,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
63928
63941
  if (Ve === void 0 && (Ve = void 0), !Rn(this))
63929
63942
  throw An("getReader");
63930
63943
  var tt = Do(Ve, "First parameter");
63931
- return tt.mode === void 0 ? Je(this) : kr(this);
63944
+ return tt.mode === void 0 ? Je(this) : Mr(this);
63932
63945
  }, Ie.prototype.pipeThrough = function(Ve, tt) {
63933
63946
  if (tt === void 0 && (tt = {}), !Rn(this))
63934
63947
  throw An("pipeThrough");
@@ -64164,10 +64177,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
64164
64177
  throw new RangeError("Invalid readableType specified");
64165
64178
  if (Vt.writableType !== void 0)
64166
64179
  throw new RangeError("Invalid writableType specified");
64167
- var tr = pr(jt, 0), _r = Qt(jt), Cr = pr(It, 1), wr = Qt(It), xr, Gr = le(function(vn) {
64180
+ var tr = pr(jt, 0), _r = Qt(jt), Rr = pr(It, 1), wr = Qt(It), xr, Gr = le(function(vn) {
64168
64181
  xr = vn;
64169
64182
  });
64170
- Wo(this, Gr, Cr, wr, tr, _r), Go(this, Vt), Vt.start !== void 0 ? xr(Vt.start(this._transformStreamController)) : xr(void 0);
64183
+ Wo(this, Gr, Rr, wr, tr, _r), Go(this, Vt), Vt.start !== void 0 ? xr(Vt.start(this._transformStreamController)) : xr(void 0);
64171
64184
  }
64172
64185
  return Object.defineProperty(Ie.prototype, "readable", {
64173
64186
  get: function() {
@@ -64204,10 +64217,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
64204
64217
  function _r(Gr) {
64205
64218
  return Qo(Ie, Gr);
64206
64219
  }
64207
- function Cr() {
64220
+ function Rr() {
64208
64221
  return Jo(Ie);
64209
64222
  }
64210
- Ie._writable = Tr(Vt, tr, Cr, _r, tt, gt);
64223
+ Ie._writable = Tr(Vt, tr, Rr, _r, tt, gt);
64211
64224
  function wr() {
64212
64225
  return Zo(Ie);
64213
64226
  }
@@ -64353,7 +64366,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
64353
64366
  function ro(Ie) {
64354
64367
  return new TypeError("TransformStream.prototype." + Ie + " can only be used on a TransformStream");
64355
64368
  }
64356
- V.ByteLengthQueuingStrategy = oa, V.CountQueuingStrategy = ia, V.ReadableByteStreamController = Pt, V.ReadableStream = Cn, V.ReadableStreamBYOBReader = Mr, V.ReadableStreamBYOBRequest = $t, V.ReadableStreamDefaultController = Mn, V.ReadableStreamDefaultReader = pt, V.TransformStream = la, V.TransformStreamDefaultController = Un, V.WritableStream = rr, V.WritableStreamDefaultController = kn, V.WritableStreamDefaultWriter = zn, Object.defineProperty(V, "__esModule", { value: !0 });
64369
+ V.ByteLengthQueuingStrategy = oa, V.CountQueuingStrategy = ia, V.ReadableByteStreamController = Pt, V.ReadableStream = Cn, V.ReadableStreamBYOBReader = Dr, V.ReadableStreamBYOBRequest = $t, V.ReadableStreamDefaultController = Mn, V.ReadableStreamDefaultReader = pt, V.TransformStream = la, V.TransformStreamDefaultController = Un, V.WritableStream = rr, V.WritableStreamDefaultController = kn, V.WritableStreamDefaultWriter = zn, Object.defineProperty(V, "__esModule", { value: !0 });
64357
64370
  });
64358
64371
  },
64359
64372
  /* 135 */
@@ -77482,7 +77495,7 @@ const MESSAGES = {
77482
77495
  justify: "center",
77483
77496
  className: styles$4.loadingContainer
77484
77497
  },
77485
- /* @__PURE__ */ React__default.createElement(RefIcon$G, { className: styles$4.loader }),
77498
+ /* @__PURE__ */ React__default.createElement(RefIcon$H, { className: styles$4.loader }),
77486
77499
  /* @__PURE__ */ React__default.createElement("span", { className: styles$4.loadingText }, C)
77487
77500
  ), ErrorLayout = ({ onRetry: C }) => /* @__PURE__ */ React__default.createElement(
77488
77501
  Flex,
@@ -77558,7 +77571,7 @@ const MESSAGES = {
77558
77571
  Button$2,
77559
77572
  {
77560
77573
  type: "text",
77561
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$A, null),
77574
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$B, null),
77562
77575
  onClick: se,
77563
77576
  disabled: re <= 1,
77564
77577
  className: styles$4.paginationArrow,
@@ -77568,7 +77581,7 @@ const MESSAGES = {
77568
77581
  Button$2,
77569
77582
  {
77570
77583
  type: "text",
77571
- icon: /* @__PURE__ */ React__default.createElement(RefIcon$F, null),
77584
+ icon: /* @__PURE__ */ React__default.createElement(RefIcon$G, null),
77572
77585
  onClick: me,
77573
77586
  disabled: re >= ee,
77574
77587
  className: styles$4.paginationArrow,
@@ -77649,7 +77662,7 @@ const MESSAGES = {
77649
77662
  isError: le,
77650
77663
  onDownloadClick: te
77651
77664
  }
77652
- ), !ne && !ie && !le && /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(FloatButton.Group, { shape: "square", className: styles$6.floatButtonGroup }, /* @__PURE__ */ React__default.createElement(ChangeTemplate, { resumeTemplateConfig: ee }), /* @__PURE__ */ React__default.createElement(FontSizeDropdown, { onFontSizeChange: C }), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.EDIT, placement: "right" }, /* @__PURE__ */ React__default.createElement(FloatButton, { onClick: $, icon: /* @__PURE__ */ React__default.createElement(RefIcon$g, null) })), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.SAMPLE_RESUME, placement: "right" }, /* @__PURE__ */ React__default.createElement(
77665
+ ), !ne && !ie && !le && /* @__PURE__ */ React__default.createElement(Flex, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(FloatButton.Group, { shape: "square", className: styles$6.floatButtonGroup }, /* @__PURE__ */ React__default.createElement(ChangeTemplate, { resumeTemplateConfig: ee }), /* @__PURE__ */ React__default.createElement(FontSizeDropdown, { onFontSizeChange: C }), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.EDIT, placement: "right" }, /* @__PURE__ */ React__default.createElement(FloatButton, { onClick: $, icon: /* @__PURE__ */ React__default.createElement(RefIcon$p, null) })), /* @__PURE__ */ React__default.createElement(Tooltip, { title: TOOLTIPS.SAMPLE_RESUME, placement: "right" }, /* @__PURE__ */ React__default.createElement(
77653
77666
  FloatButton,
77654
77667
  {
77655
77668
  icon: /* @__PURE__ */ React__default.createElement(RefIcon$e, null),
@@ -77877,7 +77890,7 @@ const MESSAGES = {
77877
77890
  return null;
77878
77891
  }
77879
77892
  };
77880
- return !$ || ie ? /* @__PURE__ */ React__default.createElement("div", { className: styles.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$G, { className: styles.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your resume data...")) : /* @__PURE__ */ React__default.createElement(
77893
+ return !$ || ie ? /* @__PURE__ */ React__default.createElement("div", { className: styles.loadingContainer }, /* @__PURE__ */ React__default.createElement(RefIcon$H, { className: styles.loadingIcon, size: "large" }), /* @__PURE__ */ React__default.createElement("h1", null, "Loading your resume data...")) : /* @__PURE__ */ React__default.createElement(
77881
77894
  ResumeLayout,
77882
77895
  {
77883
77896
  onBackButtonClick: V,